/*
 * Title of Stack
 * Author: Timothy Smitley
 * Version: 1.0.0
 * URL: http://onelittledesigner.com
 * Support: http://forum.onelittledesigner.com
 * Description: Instagram feed fetcher
 */

#instafeed_stacks_in_675_page8 {
  position: relative;
  padding: 5px;
  
    display: none;
  
}

#instafeed_stacks_in_675_page8 a {
  position: relative;
  float: left;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-color: transparent;
  border-style: solid;
  border-top-width:    5px;
  border-bottom-width: 5px;
  border-left-width:   5px;
  border-right-width:  5px;
  color: #FFFFFF;
}

#instafeed_stacks_in_675_page8 a .caption_stacks_in_675_page8 {
  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;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  opacity: 0;
}
#instafeed_stacks_in_675_page8 a .caption_stacks_in_675_page8:hover {
  opacity: 1;
}

#instafeed_stacks_in_675_page8 a .caption_stacks_in_675_page8 p {
  padding: 10px;
  line-height: 12px !important;
  font-size: 12px;
}

.one_stacks_in_675_page8 {width: 100%;}
.two_stacks_in_675_page8 {width: 50%;}
.three_stacks_in_675_page8 {width: 33.333334%;}
.four_stacks_in_675_page8 {width: 25%;}
.five_stacks_in_675_page8 {width: 20%;}
.six_stacks_in_675_page8 {width: 16.666667%;}
.seven_stacks_in_675_page8 {width: 14.285%;}
.eight_stacks_in_675_page8 {width: 12.5%;}
.nine_stacks_in_675_page8 {width: 11.111112%;}
.ten_stacks_in_675_page8 {width: 10%;}

#instafeed_stacks_in_675_page8 a img {
  width: 100%;
  height: auto;
  display: block;
}





/*
Big ol thingy
*/

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

#_instaBig_stacks_in_675_page8 img {
  display: block;
  position: relative;
  margin: 0 auto;
  height: auto;
  width: 100%;
  top: 50%;
  
    margin-top: -320px;
    max-width: 640px;
    max-height: 640px;
  
  
  
  cursor: pointer;
}

#instaNext_stacks_in_675_page8 {
  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_675_page8 {
  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_675_page8 {
  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;
}



    @media only screen and (max-width: 840px), only screen and (max-device-width: 840px) {
      #instaPrev_stacks_in_675_page8 {
        width: 50px;
        height: 50px;
        left: 0px;
        margin-left: 0px;
      }
      #instaNext_stacks_in_675_page8 {
        width: 50px;
        height: 50px;
        right: 0px;
        margin-right: 0px;
      }
      #instaClose_stacks_in_675_page8 {
        width: 25px;
        height: 25px;
      }
    }




#stacks_in_675_page8 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}
