#spacer_stacks_in_42 {
    height: 3rem;
}


@media only screen {
   
    #stacks_in_2 {
      margin: 0px;
    }

    #stacks_in_2 {
      padding: 0px;
    }

    

    
  


 


 
}


@media only screen and (max-width: 61.9375em) {
   
    #stacks_in_2 {
      margin: 0px;
    }

    #stacks_in_2 {
      padding: 0px;
    }


    

    
  


 
}


@media only screen and (max-width: 47.9375em){
   
    #stacks_in_2 {
      margin: 0px;
    }

    #stacks_in_2 {
      padding: 0px;
    }


    

    
  

}

#stacks_in_2 {
	margin:  20px;
	padding:  15px;
}



	

	#stacks_in_6 hr.foundry-divider-simple {
		border-top-style: solid;
		border-top-width: 1px;
	}






	#stacks_in_6 .foundry-label {
		width: 100%;
	}

	#stacks_in_6 hr.foundry-divider-simple {
		width: 100%;
	}




@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_7 .foundry_column {
		margin-bottom: 20px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_7 .foundry_column {
		margin-bottom: 40px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_7 .foundry_column {
		margin-bottom: 40px;
	}
}


/* CSS for removing gutters if option is enabled. */
#stacks_in_7 .row.no-gutters {
	margin-right: 0;
	margin-left: 0;
  }
  
  #stacks_in_7 .row.no-gutters > [class^="col-"],
  #stacks_in_7 .row.no-gutters > [class*=" col-"] {
	padding-right: 0;
	padding-left: 0;
  }
  















#stacks_in_20 .gallery_image,
#stacks_in_20 .featured_image {
	width: 100%;
	height: auto;
}

/*#stacks_in_20*/

/* LightBox CSS */

/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.9.1
 * @url https://github.com/feimosi/baguetteBox.js
 */
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
	background-color: rgba(0, 0, 0, 0.80);
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease; }
  #baguetteBox-overlay.visible {
    opacity: 1; }
  #baguetteBox-overlay .full-image {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center; }
    #baguetteBox-overlay .full-image figure {
      display: inline;
      margin: 0;
      height: 100%; }
    #baguetteBox-overlay .full-image img {
      display: inline-block;
      width: auto;
      height: auto;
      max-height: 100%;
      max-width: 100%;
      vertical-align: middle;
      -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
      -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
              box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
							user-drag: none;
						user-select: none;
						-moz-user-select: none;
						-webkit-user-drag: none;
						-webkit-user-select: none;
						-ms-user-select: none;
		}
    #baguetteBox-overlay .full-image figcaption {
      display: block;
      position: absolute;
      bottom: 0;
      width: 100%;
      text-align: center;
      line-height: 1.8;
      white-space: normal;
      color: #ccc;
      background-color: #000;
      background-color: rgba(0, 0, 0, 0.6);
    }
    #baguetteBox-overlay .full-image:before {
      content: "";
      display: inline-block;
      height: 50%;
      width: 1px;
      margin-right: -1px; }

			.baguetteBox-button#close-button {
		    top: 20px;
		    right: 2%;
		    right: calc(2% + 6px);
		    width: 40px;
		    height: 40px;
		}

			.baguetteBox-button#close-button svg {
				display: none;
			}

			.baguetteBox-button#close-button::after {
				font-family: "FontAwesome";
				content: '\f00d';
				line-height: 40px;
				font-size: 20px;
			}

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left .4s ease, -webkit-transform .4s ease;
  transition: left .4s ease, -webkit-transform .4s ease;
  transition: left .4s ease, transform .4s ease;
  transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease; }
  #baguetteBox-slider.bounce-from-right {
    -webkit-animation: bounceFromRight .4s ease-out;
            animation: bounceFromRight .4s ease-out; }
  #baguetteBox-slider.bounce-from-left {
    -webkit-animation: bounceFromLeft .4s ease-out;
            animation: bounceFromLeft .4s ease-out; }

@-webkit-keyframes bounceFromRight {
  0% {
    margin-left: 0; }
  50% {
    margin-left: -30px; }
  100% {
    margin-left: 0; } }

@keyframes bounceFromRight {
  0% {
    margin-left: 0; }
  50% {
    margin-left: -30px; }
  100% {
    margin-left: 0; } }

@-webkit-keyframes bounceFromLeft {
  0% {
    margin-left: 0; }
  50% {
    margin-left: 30px; }
  100% {
    margin-left: 0; } }

@keyframes bounceFromLeft {
  0% {
    margin-left: 0; }
  50% {
    margin-left: 30px; }
  100% {
    margin-left: 0; } }

.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
	outline: none;
}

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  border: 0;
  -moz-border-radius: 15%;
       border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease; }
  .baguetteBox-button:focus, .baguetteBox-button:hover {
    background-color: rgba(50, 50, 50, 0.9); }
  .baguetteBox-button#next-button {
    right: 2%;
		outline: none;
	}
  .baguetteBox-button#previous-button {
    left: 2%; }
  .baguetteBox-button#close-button {
    top: 20px;
    right: 2%;
    right: calc(2% + 6px);
    width: 40px;
    height: 40px;
		outline: none;
	}
  .baguetteBox-button svg {
    position: absolute;
    left: 0;
    top: 0;
	}

/*
    Preloader
    Borrowed from http://tobiasahlin.com/spinkit/
*/
.baguetteBox-spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px; }

.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
       border-radius: 50%;
  background-color: #fff;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
          animation: bounce 2s infinite ease-in-out; }

.baguetteBox-double-bounce2 {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
            transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1); } }


#stacks_in_20 .gallery-indicator {
  display: none;
}


@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_20 .gallery_image {
		
	}

	#stacks_in_20 .featured_image {
		
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_20 .gallery_image {
		
	}

	#stacks_in_20 .featured_image {
		
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_20 .gallery_image {
		%[endif]%
	}

	#stacks_in_20 .featured_image {
		
	}
}










/* Option for reoving base margin */
#stacks_in_13 p {
	
}


#spacer_stacks_in_15 {
    height: 3rem;
}


	#stacks_in_16 .foundry_reveal {
		visibility: hidden;
	}


#stacks_in_16 {
	

	
}


#scrollToTopButton,
#scrollToTopButton .glyphicon {
	width: 40px;
	height: 40px;
	padding: 0;
	line-height: 40px;
}

#scrollToTopButton i {
	line-height: 38px;
}


#scrollToTopButton {
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 2001;
}








/**/
/*  Custom breakpoint hiders based of the Bootstrap v4 em-based breakpoints.  */
/**/

@media (max-width: 47.9375em) {
  .stacks_in_33-scroll-to-top-btn.scroll-hidden-sm {
    display: none !important;
  }
}

@media (min-width: 48em) and (max-width: 61.9375em) {
  .stacks_in_33-scroll-to-top-btn.scroll-hidden-md {
    display: none !important;
  }
}

@media (min-width: 62em) {
  .stacks_in_33-scroll-to-top-btn.scroll-hidden-lg {
    display: none !important;
  }
}

/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_44 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_44 .theDivider1,
#simpleDivider_stacks_in_44 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_44 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_44.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_44.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_44 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_44.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_44.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_44.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_44.bgImageOn .theDivider1 img {
	display: block;
}




#stacks_in_34 ul.social_badges_container {
	list-style: none;
	font-size: 0;
	padding: 0;
	margin: 0;
}

#stacks_in_34 ul.social_badges_container li {
	display: inline-block;
	overflow: hidden;
	margin-left: 2.50px;
	margin-right: 2.50px;
}

#stacks_in_34 ul.social_badges_container li,
#stacks_in_34 ul.social_badges_container li a,
#stacks_in_34 ul.social_badges_container li a i {
	width: 44px;
	height: 44px;
	line-height: 44px;
}

#stacks_in_34 ul.social_badges_container li a {
	text-align: center;
	display: block;
	font-size: 20px;
}


	#stacks_in_34 ul.social_badges_container li a {
		
	}


#stacks_out_34 {
	width: 250px;
}















