
#stacks_in_7_page25 {
	font-size: 150%;
	font-weight: bolder;
}
/* @group Generic Styles */

#ruleStackstacks_in_5_page25,
#ruleStackstacks_in_5_page25:before,
#ruleStackstacks_in_5_page25:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#ruleStackstacks_in_5_page25 {
	position: relative;
	overflow: hidden;
	margin: 1.00% 0;
	width: %;
}

/*  */
#ruleStackstacks_in_5_page25 {
	width: 100%;
}
/*  */

/*  */

/*  */

#ruleStackstacks_in_5_page25 [class^="fa fa-"] {
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	text-align: center;
	color: rgba(204, 204, 204, 1.00);
	background: rgba(0, 0, 0, 0.00);
	border-radius: 50%;
	border: 0px solid rgba(204, 204, 204, 1.00);
	display: inline-block;
}

#ruleStackstacks_in_5_page25 a {
	position: absolute;
	top: 0px;
	display: block;
	width: 40px;
	height: 40px;
	border: none;
	background: transparent;
	outline: none;
}

/* @end */

/* @end */

/*  */

/*  */

/*  */

/*  */
#ruleStackstacks_in_5_page25 {
	text-align: left;
}

#ruleStackstacks_in_5_page25:after {
	content: '';
	position: absolute;
	width: 100%;
	top: 49%;
	left: 0;
	min-height: 1px;
	border-top: 1px solid rgba(104, 70, 125, 1.00);
}

#ruleStackstacks_in_5_page25 [class^="fa fa-"] {
	visibility: hidden;
}

/*  */
/*  *//*
 * Title of Stack
 * Author: Timothy Smitley
 * Edits: Jeremy Hawes (v1.5.1+)
 * Version: 1.5.1(modified)
 * Not Updated: iPhone/Firefox breakpoint issue
 * URL: http://onelittledesigner.com
 * Support: http://forum.onelittledesigner.com
 * Description: Instagram feed fetcher
 */

#instafeed_stacks_in_2_page25 {
  position: relative;
  
    display: none;
  
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-color: transparent;
  border-style: solid;
  border-width: 2.500000px;
  border-top-width:   calc(5px * 0.5);
  border-bottom-width: calc(5px * 0.5);
  border-left-width:   calc(5px * 0.5);
  border-right-width:  calc(5px * 0.5);
  margin: 0px 0px -4px 0px;
}

#instafeed_stacks_in_2_page25 a {
  position: relative;
  float: left;
/*  overflow: hidden;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-color: transparent;
  border-style: solid;
  border-width: 2.500000px;
  border-top-width:    calc(5px * 0.5);
  border-bottom-width: calc(5px * 0.5);
  border-left-width:   calc(5px * 0.5);
  border-right-width:  calc(5px * 0.5);
  color: #FFFFFF;
}

#instafeed_stacks_in_2_page25 a .instagramConnectImage {

}

#instafeed_stacks_in_2_page25 a .caption_stacks_in_2_page25 {
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  opacity: 0;
}
#instafeed_stacks_in_2_page25 a .caption_stacks_in_2_page25:hover {
  opacity: 1;
}

#instafeed_stacks_in_2_page25 a .caption_stacks_in_2_page25 p {
  padding: 10px;
  line-height: 14px !important;
  font-size: 14px;
}



#instafeed_stacks_in_2_page25 a img, #instafeed_stacks_in_2_page25 a video {
  width: 100%;
  height: auto;
  display: block;
}





/*
Big ol thingy
*/

#_instaBig_stacks_in_2_page25 {
  background: rgba(0,0,0,.8);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

#_instaBig_stacks_in_2_page25 img, #_instaBig_stacks_in_2_page25 video {
  display: block;
  position: relative;
  margin: 0 auto;
  height: auto;
  width: 100%;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  transform: translate(0,-50%);
  
/*    margin-top: -320px;*/
    max-width: 640px;
/*    max-height: 640px;*/
  
  
  
  cursor: pointer;
}

#_instaBig_stacks_in_2_page25 .instaPlayBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -50px -50px;
  background: url(../files/instaImages/playButton.png);
  background-size: 100%;
  width: 100px;
  height: 100px;
  cursor: pointer;
}

#instaNext_stacks_in_2_page25 {
  position: fixed;
  display: block;
  background: url(../files/instaImages/nextArrow.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
  right: 50%;
  
    margin-right: -420px;
  
  
  
  cursor: pointer;
  z-index: 99999;
}
#instaPrev_stacks_in_2_page25 {
  position: fixed;
  display: block;
  background: url(../files/instaImages/prevArrow.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
  left: 50%;
  
    margin-left: -420px;
  
  
  
  cursor: pointer;
  z-index: 99999;
}
#instaClose_stacks_in_2_page25 {
  position: fixed;
  display: block;
  background: url(../files/instaImages/closeButton.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 99999;
}
#instaVidLink_stacks_in_2_page25 {
  position: fixed;
  display: block;
  background: url(../files/instaImages/linkButton.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  top: 10px;
  right: 80px;
  cursor: pointer;
  z-index: 99999;
}



    @media only screen and (max-width: 840px), only screen and (max-device-width: 840px) {
      #instaPrev_stacks_in_2_page25 {
        width: 50px;
        height: 50px;
        left: 0px;
        margin-left: 0px;
      }
      #instaNext_stacks_in_2_page25 {
        width: 50px;
        height: 50px;
        right: 0px;
        margin-right: 0px;
      }
      #instaClose_stacks_in_2_page25 {
        width: 25px;
        height: 25px;
      }
      #instaVidLink_stacks_in_2_page25 {
        width: 25px;
        height: 25px;
        right: 55px;
      }
      #_instaBig_stacks_in_2_page25 .instaPlayBtn {
        margin: -25px -25px;
        width: 50px;
        height: 50px;
      }
    }




#instafeed_stacks_in_2_page25 .instagramConnect_landscape .instagramConnectImage,
#instafeed_stacks_in_2_page25 .instagramConnect_portrait .instagramConnectImage {
  background-size: cover;
  background-position: center center;
  padding-bottom: 100%;
}
#instafeed_stacks_in_2_page25 .instagramConnect_landscape img,
#instafeed_stacks_in_2_page25 .instagramConnect_portrait img {
  display: none;
}
p.lightbox-caption {
  color: #fff;
  display: block;
  position: absolute;
  margin: 0 auto;
  height: auto;
  width: 100%;
  left: 50%;
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  transform: translate(-50%,0);
  max-width: 640px;
  bottom: 30px;
  text-align: center;
  background: rgba(0,0,0,0.2);
  z-index: 999;
  padding: 10px;
  box-sizing: border-box;
}

@media all and (min-width: 1000px) {
  #instafeed_stacks_in_2_page25 a {
    width: 25%;
  }
/*
  #instafeed_stacks_in_2_page25 a.instagramConnect_landscape ,
  #instafeed_stacks_in_2_page25 a.instagramConnect_portrait {
    padding-bottom:  25%;
  }
*/
  #instafeed_stacks_in_2_page25 a:nth-child(6n+1) {
    margin-left: 0;
  }
  #instafeed_stacks_in_2_page25 a:nth-child(6n+0) {
    margin-right: 0;
  }
  
}
@media all and (max-width: 999px) {
  #instafeed_stacks_in_2_page25 a {
    width: 25%;
  }
/*
  #instafeed_stacks_in_2_page25 a.instagramConnect_landscape ,
  #instafeed_stacks_in_2_page25 a.instagramConnect_portrait {
    padding-bottom:  25%;
  }
*/
  #instafeed_stacks_in_2_page25 a:nth-child(6n+1) {
    margin-left: 0;
  }
  #instafeed_stacks_in_2_page25 a:nth-child(6n+0) {
    margin-right: 0;
  }
  
}
@media all and (max-width: 849px) {
  #instafeed_stacks_in_2_page25 a {
    width: 33.33%;
  }
/*
  #instafeed_stacks_in_2_page25 a.instagramConnect_landscape ,
  #instafeed_stacks_in_2_page25 a.instagramConnect_portrait {
    padding-bottom:  33.33%;
  }
*/
  #instafeed_stacks_in_2_page25 a:nth-child(6n+1) {
    margin-left: 0;
  }
  #instafeed_stacks_in_2_page25 a:nth-child(6n+0) {
    margin-right: 0;
  }
  
}
@media all and (max-width: 649px) {
  #instafeed_stacks_in_2_page25 a {
    width: 50%;
  }
/*
  #instafeed_stacks_in_2_page25 a.instagramConnect_landscape ,
  #instafeed_stacks_in_2_page25 a.instagramConnect_portrait {
    padding-bottom:  50%;
  }
*/
  #instafeed_stacks_in_2_page25 a:nth-child(6n+1) {
    margin-left: 0;
  }
  #instafeed_stacks_in_2_page25 a:nth-child(6n+0) {
    margin-right: 0;
  }
  
}
@media all and (max-width: 449px) {
  #instafeed_stacks_in_2_page25 a {
    width: 100%;
  }
/*
  #instafeed_stacks_in_2_page25 a.instagramConnect_landscape ,
  #instafeed_stacks_in_2_page25 a.instagramConnect_portrait {
    padding-bottom:  100%;
  }
*/
  #instafeed_stacks_in_2_page25 a:nth-child(6n+1) {
    margin-left: 0;
  }
  #instafeed_stacks_in_2_page25 a:nth-child(6n+0) {
    margin-right: 0;
  }
  
}

#stacks_in_8_page25_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_8_page25 a:link, #stacks_in_8_page25 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_8_page25 a:hover, #stacks_in_8_page25 a:active {
	color:#000000;
}



#stacks_in_8_page25 a:link, #stacks_in_8_page25 a:visited {
	background-color:transparent;
	border:0;
	padding:2px 10px;
	border-radius:30px;
	margin:2px;
}
#stacks_in_8_page25 a:hover {
	background-color:#FFFFFF;
}
#stacks_in_8_page25 a:active {
	background-color:#D8D8D8;
}








#stacks_in_8_page25 {
	background-image: url("../files/backgroundImage_8.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin:  20px;
	padding:  20px;
}
