/*
 * Typography: Core
 * Author: Jeremy Hawes
 * Version: 1.0.0
 * URL: http://onelittledesigner.com
 * Description: Typography Core stack for RapidWeaver 5+ Stack 2+
 */

#typography_stacks_in_134,
#typography_stacks_in_134 * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#typography_stacks_in_134 .fontImport {
	border: solid 2px #e0e0e0;
	background: #f0f0f0;
	border-radius: 4px;
	padding: 12px;
}



	/* Typography - Text Global Styles */
	#typography_stacks_in_134 .typography_text,
	#typography_stacks_in_134 .typography_text div,
	#typography_stacks_in_134 .typography_text p,
	#typography_stacks_in_134 .typography_text blockquote,
	#typography_stacks_in_134 .typography_text address,
	#typography_stacks_in_134 .typography_text details {
		color: #A70C03;
	}
	
		#typography_stacks_in_134 .typography_text,
		#typography_stacks_in_134 .typography_text div,
		#typography_stacks_in_134 .typography_text p,
		#typography_stacks_in_134 .typography_text blockquote,
		#typography_stacks_in_134 .typography_text address,
		#typography_stacks_in_134 .typography_text details {
			font-size: 14px;
			
		}
		#typography_stacks_in_134 h1.typography_headers {
			font-size: 28px;
			
		}
		#typography_stacks_in_134 h2.typography_headers {
			font-size: 24px;
			
		}
		#typography_stacks_in_134 h3.typography_headers {
			font-size: 20px;
			
		}
		#typography_stacks_in_134 h4.typography_headers {
			font-size: 16px;
			
		}
		#typography_stacks_in_134 h5.typography_headers {
			font-size: 12px;
			
		}
		#typography_stacks_in_134 h6.typography_headers {
			font-size: 12px;
			
		}
	
	
		#typography_stacks_in_134 h1.typography_headers,
		#typography_stacks_in_134 h2.typography_headers,
		#typography_stacks_in_134 h3.typography_headers,
		#typography_stacks_in_134 h4.typography_headers,
		#typography_stacks_in_134 h5.typography_headers,
		#typography_stacks_in_134 h6.typography_headers {
			color: #111111;
		}
	
	
	#typography_stacks_in_134 .typography_text a,
	#typography_stacks_in_134 .typography_headers a,
	#typography_stacks_in_134 a .typography_headers {
		color: #0276FD;
	}
	#typography_stacks_in_134 .typography_text a:hover,
	#typography_stacks_in_134 .typography_headers a:hover,
	#typography_stacks_in_134 a:hover .typography_headers,
	#typography_stacks_in_134 .typography_text a:active,
	#typography_stacks_in_134 .typography_headers a:active,
	#typography_stacks_in_134 a:active .typography_headers {
		color: #60AFFE;
	}
	#typography_stacks_in_134.linkDecorationInherit .typography_text a {
		text-decoration: inherit;
	}
	#typography_stacks_in_134.linkDecorationNone .typography_text a {
		text-decoration: none;
		font-weight: normal;
	}
	#typography_stacks_in_134.linkDecorationUnderline .typography_text a {
		text-decoration: underline;
		font-weight: normal;
	}
	#typography_stacks_in_134.linkDecorationBold .typography_text a {
		text-decoration: none;
		font-weight: bold;
	}
	#typography_stacks_in_134.linkDecorationItalic .typography_text a {
		text-decoration: none;
		font-weight: none;
		font-style: italic;
	}
	
	#typography_stacks_in_134.linkDecorationHoverInherit .typography_text a:hover,
	#typography_stacks_in_134.linkDecorationHoverInherit .typography_text a:active {
		text-decoration: inherit;
	}
	#typography_stacks_in_134.linkDecorationHoverNone .typography_text a:hover,
	#typography_stacks_in_134.linkDecorationHoverNone .typography_text a:active {
		text-decoration: none;
		font-weight: normal;
	}
	#typography_stacks_in_134.linkDecorationHoverUnderline .typography_text a:hover,
	#typography_stacks_in_134.linkDecorationHoverUnderline .typography_text a:active {
		text-decoration: underline;
	}
	#typography_stacks_in_134.linkDecorationHoverBold .typography_text a:hover,
	#typography_stacks_in_134.linkDecorationHoverBold .typography_text a:active {
		font-weight: bold;
	}
	#typography_stacks_in_134.linkDecorationHoverItalic .typography_text a:hover,
	#typography_stacks_in_134.linkDecorationHoverItalic .typography_text a:active {\
		font-style: italic;
	}
	

/*
 * Typography: Font Importer
 * Author: Jeremy Hawes
 * Version: 1.0.0
 * URL: http://onelittledesigner.com
 * Description: Typography Core stack for RapidWeaver 5+ Stack 2+
 */


/*
 * Typography: Text
 * Author: Jeremy Hawes
 * Version: 1.0.0
 * URL: http://onelittledesigner.com
 * Description: Typography Text stack for RapidWeaver 5+ Stack 2+
 */

.typography_core #typography_text_stacks_in_132,
.typography_core p#typography_text_stacks_in_132,
.typography_core div#typography_text_stacks_in_132,
.typography_core blockquote#typography_text_stacks_in_132,
.typography_core address#typography_text_stacks_in_132,
.typography_core details#typography_text_stacks_in_132 {
	width: 100%;
	font-family: Fontdiner Swanky;
	padding: 0;
	margin: 0;
	text-align: center;
	display: block;
	
	
		text-shadow: 1px 1px 1px #FFFFFF;
	
	
	-webkit-transform: scale(2.00,2.00);
	-moz-transform: scale(2.00,2.00);
	transform: scale(2.00,2.00);
}

#typography_text_stacks_in_132.layoutColumns {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-fill: auto;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	-webkit-column-rule: 0px outset #E0E0E0;
	-moz-column-rule: 0px outset #E0E0E0;
	column-rule: 0px outset #E0E0E0;
}
#typography_text_stacks_in_132.dropCap1 .dropCap {
	font-family: inherit;
	font-size: 40px;
	color: #CD3333;
	padding-top: 12px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 0px;
	display: inline-block;
	float: left;
}




#stacks_in_133 {
	font-weight: bolder;
}
.dk_denflinkegrafiker_stacks_thegrid_stack {
 
  
 -webkit-animation: fadein 3s; 
       -moz-animation: fadein 3s; 
        -ms-animation: fadein 3s; 
         -o-animation: fadein 3s; 
            animation: fadein 3s;
  
}


#stacks_in_18 .the-responsive-alignment {
display: block; margin-left: auto; margin-right: auto; text-align: center; padding: 0px 0px;
 
-webkit-transition:all 1.0s ease-in-out;
-moz-transition:all 1.0s ease-in-out;
-o-transition:all 1.0s ease-in-out;
transition:all 1.0s ease-in-out;
 

/*Custom CSS;*/ }

#stacks_in_18 .the-container {
margin-left: auto; margin-right: auto; text-align: left;
direction: ltr; 	
 max-width: 630px; 
/*Custom CSS;*/ }
	
#stacks_in_18 .the-wrapper {
display: inline-block; vertical-align: middle /*removesinlineblockspace*/; vertical-align: top !important;
 height: 100%; 
margin: 5px; height: 200px; overflow:hidden;


width: 200px !important;
min-width: 0px !important;

 overflow-y: auto; 
/*Custom CSS;*/ }






#stacks_in_18 .the-content {
display: table;	width: 100% !important; height: 200px; overflow:hidden; 
text-align: left;
/*Custom CSS;*/ }

#stacks_in_18 .the-pos {
display: table-cell; vertical-align: top !important;




/*Custom CSS;*/ }

#stacks_in_18 .the-pos img {

	
	


	
/*Custom CSS;*/	}

#stacks_in_18 .the-style_box {
 }

#stacks_in_18 .the-style_box:hover, #stacks_in_18 .the-style_box:focus, #stacks_in_18 .the-style_box:active {

 
/*Custom CSS;*/ }


@media screen and (max-width: 6720px) {
#stacks_in_18 .the-responsive-alignment {
max-width:6510px; }}

@media screen and (max-width: 6510px) {
#stacks_in_18 .the-responsive-alignment {
max-width:6300px; }}

@media screen and (max-width: 6300px) {
#stacks_in_18 .the-responsive-alignment {
max-width:6090px; }}

@media screen and (max-width: 6090px) {
#stacks_in_18 .the-responsive-alignment {
max-width:5880px; }}

@media screen and (max-width: 5880px) {
#stacks_in_18 .the-responsive-alignment {
max-width:5670px; }}

@media screen and (max-width: 5670px) {
#stacks_in_18 .the-responsive-alignment {
max-width:5460px; }}

@media screen and (max-width: 5460px) {
#stacks_in_18 .the-responsive-alignment {
max-width:5250px; }}

@media screen and (max-width: 5250px) {
#stacks_in_18 .the-responsive-alignment {
max-width:5040px; }}

@media screen and (max-width: 5040px) {
#stacks_in_18 .the-responsive-alignment {
max-width:4830px; }}

@media screen and (max-width: 4830px) {
#stacks_in_18 .the-responsive-alignment {
max-width:4620px; }}

@media screen and (max-width: 4620px) {
#stacks_in_18 .the-responsive-alignment {
max-width:4410px; }}

@media screen and (max-width: 4410px) {
#stacks_in_18 .the-responsive-alignment {
max-width:4200px; }}

@media screen and (max-width: 4200px) {
#stacks_in_18 .the-responsive-alignment {
max-width:3990px; }}

@media screen and (max-width: 3990px) {
#stacks_in_18 .the-responsive-alignment {
max-width:3780px; }}

@media screen and (max-width: 3780px) {
#stacks_in_18 .the-responsive-alignment {
max-width:3570px; }}

@media screen and (max-width: 3570px) {
#stacks_in_18 .the-responsive-alignment {
max-width:3360px; }}

@media screen and (max-width: 3360px) {
#stacks_in_18 .the-responsive-alignment {
max-width:3150px; }}

@media screen and (max-width: 3150px) {
#stacks_in_18 .the-responsive-alignment {
max-width:2940px; }}

@media screen and (max-width: 2940px) {
#stacks_in_18 .the-responsive-alignment {
max-width:2730px; }}

@media screen and (max-width: 2730px) {
#stacks_in_18 .the-responsive-alignment {
max-width:2520px; }}

@media screen and (max-width: 2520px) {
#stacks_in_18 .the-responsive-alignment {
max-width:2310px; }}

@media screen and (max-width: 2310px) {
#stacks_in_18 .the-responsive-alignment {
max-width:2100px; }}

@media screen and (max-width: 2100px) {
#stacks_in_18 .the-responsive-alignment {
max-width:1890px; }}

@media screen and (max-width: 1890px) {
#stacks_in_18 .the-responsive-alignment {
max-width:1680px; }}

@media screen and (max-width: 1680px) {
#stacks_in_18 .the-responsive-alignment {
max-width:1470px; }}

@media screen and (max-width: 1470px) {
#stacks_in_18 .the-responsive-alignment {
max-width:1260px; }}

@media screen and (max-width: 1260px) {
#stacks_in_18 .the-responsive-alignment {
max-width:1050px; }}

@media screen and (max-width: 1050px) {

#stacks_in_18 .the-container {
 }

#stacks_in_18 .the-responsive-alignment {
max-width:840px;
 }

#stacks_in_18 .the-wrapper { 
 width: 200px !important; padding-left: 0px; padding-right: 0px;  

                                /*Custom CSS;*/ }

#stacks_in_18 .the-content { 
                                 /*Custom CSS;*/; }
}

@media screen and (max-width: 840px) {

#stacks_in_18 .the-container {
 /*Custom CSS;*/ }

#stacks_in_18 .the-responsive-alignment {
max-width:630px;
 }

#stacks_in_18 .the-wrapper { 
 width: 200px !important; padding-left: 0px; padding-right: 0px;  

                                /*Custom CSS;*/ }

#stacks_in_18 .the-content {  	
                                   /*Custom CSS;*/; }

}

.the-style_box::after { 
}

@media screen and (max-width: 630px) {

#stacks_in_18 .the-container {
 }

#stacks_in_18 .the-responsive-alignment {
max-width:420px;
 }

#stacks_in_18 .the-wrapper { 
 width: 200px !important; padding-left: 0px; padding-right: 0px;  

										/*Custom CSS;*/ }

#stacks_in_18 .the-content { 
 										/*Custom CSS;*/; }

}

@media screen and (max-width: 420px) {

#stacks_in_18 .the-container {

}

#stacks_in_18 .the-responsive-alignment {
max-width:210px;
 }

#stacks_in_18 .the-wrapper { 
 width: 200px !important; padding-left: 0px; padding-right: 0px;  

	        					
                            /*Custom CSS;*/ }

#stacks_in_18 .the-content { 
 
 
					        	/*Custom CSS;*/;}

}

	  
 @keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
	 /*
  * Pop Box
  * Author: Jeremy Hawes
  * Version: 2.3.4
  * Product URL: http://onelittledesigner.com/rapidweaver-stack/popBox
  * Support URL: http://forum.onelittledesigner.com/tutorials/kb/popBox
  * Author URL: http://onelittledesigner.com
   	* Description: 1LD's Content Lightbox / Modal Window - for RapidWeaver Stacks
*/

html {overflow-y: scroll;}
.has-overlay {overflow: hidden;}
.has-overlay > body {height: 100%; overflow-y: scroll;}
#popBox_stacks_in_49.semantic-content {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  opacity: 0;
  line-height: 1.3;
  display: none\9;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
    transition: opacity 0.25s;
  
}
#popBox_stacks_in_49.semantic-content:target {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
#popBox_stacks_in_49.is-active.semantic-content {display: block\9;}
#popBox_stacks_in_49.semantic-content:target {display: block\9;}
#popBox_stacks_in_49.semantic-content .modal-inner {
  z-index: 999999;
  overflow-x: hidden;
  border-radius: 2px;
  background: #FFFFFF;
  
  
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 50%;
  
}
.semantic-content .modal-inner > img,
.semantic-content .modal-inner > video,
.semantic-content .modal-inner > iframe {
  width: 100%;
  height: auto;
  min-height: 100px;
}
.semantic-content .modal-inner > img {
  width: auto;
  max-width: 100%;
}
#popBox_stacks_in_49.semantic-content .popBoxHeader {
  background: #FFFFFF;
  	border-bottom: 1px solid #DDDDDD;
  
  padding: 10px 10px 10px 10px;
  
  	color: #222222;
  	position: relative;
}
#popBox_stacks_in_49.semantic-content .modal-content {
  background: #FFFFFF;
  border-right: none;
  border-left: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  
  padding: 10px 10px ;
  
  overflow-x: hidden;
  overflow-y: auto;
  color: #222222;
  
    height: 640px;
  
}
#popBox_stacks_in_49.semantic-content .popBoxFooter {
  background: #F0F0F0;
  	border-top: 1px solid #FFFFFF;
  
  padding: 10px 10px 10px 10px;
  
  	color: #222222;
}


#stacks_in_49 .semantic-content .modal-close {
  text-indent: -100px;
  overflow: hidden;
  opacity: 1;
}
#stacks_in_49 .semantic-content .modal-close:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

#popBox_stacks_in_49.popBoxOverlay .modal-close:before {
  background-color: #000000;
  opacity: 0.50;
}

#popBox_stacks_in_49 .closeIcon {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99999999;
  color: #333333;
}
#popBox_stacks_in_49 .closeIcon:hover {
  color: #333333;
}
#popBox_stacks_in_49 .closeIcon svg {
  font-size: 18px;
  height: 18px;
  width: 18px;
}
#popBox_stacks_in_49 .closeIcon svg path {
  fill: #333333;
}

  /* Screen sizes greater than 768px */
  #popBox_stacks_in_49.semantic-content .widthPercentageOff .modal-inner {
    width: 1200px;
    min-width: 1200px;
    max-width: 1200px;
  }
  #popBox_stacks_in_49.semantic-content .widthPercentageOn .modal-inner {
    width: 100%;
    min-width: 100%;
    max-width: 1200px;
  }
  /* Tablets */
  @media (max-width: 768px) {
    #popBox_stacks_in_49.semantic-content .modal-content {
      height: 400px;
    }
    #popBox_stacks_in_49.semantic-content .widthPercentageOff .modal-inner {
      width: 500px;
      min-width: 500px;
      max-width: 500px;
    }
    #popBox_stacks_in_49.semantic-content .widthPercentageOn .modal-inner {
      width: 100%;
      min-width: 100%;
      max-width: 100%;
    }
  }
  /* Mobile Devices */
  @media (max-width: 480px) {
    #popBox_stacks_in_49.semantic-content .modal-content {
      height: 220px;
    }
    #popBox_stacks_in_49.semantic-content .widthPercentageOff .modal-inner {
      width: 300px;
      min-width: 300px;
      max-width: 300px;
    }
    #popBox_stacks_in_49.semantic-content .widthPercentageOn .modal-inner {
      width: 100%;
      min-width: 100%;
      max-width: 100%;
    }
  }


#popBox_stacks_in_49 .imageType2 svg {
  display: none;
}
#popBox_stacks_in_49 .closeIcon img {
  display: none;
}
#popBox_stacks_in_49 .imageType2 img {
  display: block;
  width: auto;
  height: 20px;
}
#popBox_stacks_in_49.semantic-content .modal-inner {
  border-radius: 0px
}
#popBox_stacks_in_49.semantic-content .popBoxHeader {
  border-radius: 0px 0px 0px 0px;
}
#popBox_stacks_in_49.semantic-content .popBoxFooter {
  border-radius: 0px 0px 0px 0px;
}
#popBox_stacks_in_49.semantic-content .modal-inner {
  border-width: 0px;
  border-color: #DDDDDD;
  border-style: solid;
  box-sizing: border-box;
}
/* Style Demo */
#stacks_in_49 .popBoxStyleDemo > div {
  padding: 50px 0px;
}
#popBox_stacks_in_49.popBoxStyleDemo .modal-content {
  height: 640px;
}
#popBox_stacks_in_49.popBoxStyleDemo .modal-inner {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
}
#popBox_stacks_in_49.popBoxStyleDemo .widthPercentageOff .modal-inner {
  width: 1200px;
  min-width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
}
#popBox_stacks_in_49.popBoxStyleDemo .widthPercentageOn .modal-inner {
  width: 100%;
  min-width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#popBox_stacks_in_49.popBoxStyleDemo.popBoxOverlay .modal-close:before {
  background-color: #000000;
  opacity: 0.50;
}
#popBox_stacks_in_49.popBoxStyleDemo .popBoxHeader {
  padding: 10px 10px 10px 10px;
}
#popBox_stacks_in_49.popBoxStyleDemo .modal-content {
  padding: 10px;
  padding: 10px 10px;
}
#popBox_stacks_in_49.popBoxStyleDemo .popBoxFooter {
  padding: 10px;
  padding: 10px 10px 10px 10px;
}
#stacks_in_49 .closeText {
  display: none;
  font-size: 12px;
  color: #333333;
  background: transprent;
}


#stacks_in_49 .closeText {
  display: inline;
}
#popBox_stacks_in_49 .iconOn  {
  display: none;
}
#popBox_stacks_in_49.popBoxStyleDemo .popBoxFooter span {
  display: none;
}
#popBox_stacks_in_49 .closeWrap {
  margin: 0 0 15px 0;
  text-align: center;
}
#popBox_stacks_in_49 .closeIcon.closeText {
  position: relative;
  border-width: 0px;
  border-radius: 0px;
  width: auto;
  height: auto;
  margin: 0 0 15px 0;
  right: auto;
  left: auto;
}













/* 3D */

/* Coupon */

/* Subtle */

/* Thick Borders */

/* Transparent */


 #caption_stacks_in_50{color:#000000} #caption_stacks_in_50{text-align:center;margin-top:0px;font-size:15px;font-weight:normal}
/*-- YouTube HTML5 Stack v1.5.0 by Joe Workman --*/

/*-- End YouTube HTML5 Stack --*//* 
 * Simple Text Pro
 * Author: Jeremy Hawes
 * Website: http://onelittledesigner.com/rapidweaver-stack/simple-text/
 * Support: http://forum.onelittledesigner.com
 * Verson: 2.0.3
 */

#simpleText_stacks_in_56 {
	position: relative;
	color: #333333;
	text-shadow: ;
	-webkit-text-shadow: ;
	-moz-text-shadow: ;
	-o-text-shadow: ;
	-ms-text-shadow: ;
}
#simpleText_stacks_in_56.fontSizeInheritOn {
	font-size: inherit;
}
#simpleText_stacks_in_56.fontSizeInheritOff {
	font-size: 14px;
	line-height: 14px;
}
#simpleText_stacks_in_56.letterSpacingOn {
	letter-spacing: 0px;
}
#simpleText_stacks_in_56.lineHeightOn {
	line-height: 14px;
}
#simpleText_stacks_in_56.rotateOn .insideText {
	-webkit-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	-o-transform:rotate(270deg);
	-ms-transform:rotate(270deg);
	display: inline-block;
}
#simpleText_stacks_in_56.inheritOff a, #simpleText_stacks_in_56.inheritOff a:link {
	color: #169EE6;
	text-decoration: inherit;
	font-style: inherit;
	font-weight: normal;
	transition: 0s all ease-in-out;
	-webkit-transition: 0s all ease-in-out;
	-moz-transition: 0s all ease-in-out;
	-o-transition: 0s all ease-in-out;
	-ms-transition: 0s all ease-in-out;	
}
#simpleText_stacks_in_56.inheritOff a:visited {
	color: #169EE6;
}
#simpleText_stacks_in_56.inheritOff a:hover {
	color: #FF6600;
	transition: 0s all ease-in-out;
	-webkit-transition: 0s all ease-in-out;
	-moz-transition: 0s all ease-in-out;
	-o-transition: 0s all ease-in-out;
	-ms-transition: 0s all ease-in-out;
}
#simpleText_stacks_in_56.inheritOff a:active {
	color: #FF6600;
}
#simpleText_stacks_in_56.inheritOff a:focus {
	color: #FF6600;
	outline: none !important; /*For browsers that add an outline by default*/
} 
#simpleText_stacks_in_56.optJustify {
	text-align: justify;
}

/* iPad Landscape */
@media (max-width : 1024px) {
	#simpleText_stacks_in_56.reFontSizeOn {
		font-size: px;
		line-height: px;
	}
}
/* iPad Portrait */
@media (max-width : 768px) {
	#simpleText_stacks_in_56.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}
/* iPhone Landscape */
@media (max-width : 480px) {
	#simpleText_stacks_in_56.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}
/* iPhone Portrait */
@media (max-width : 320px) {
	#simpleText_stacks_in_56.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}

/* =====================
 * PRO FEATURES
 ======================= */
#simpleText_stacks_in_56 .fontFamilyOff,
#simpleText_stacks_in_56 .fontFamilyOff *,
#simpleText_stacks_in_56 .fontFamilyOff a {
	font-family: Arial;
}
/*
  * Pop Box
  * Author: Jeremy Hawes
  * Version: 2.3.4
  * Product URL: http://onelittledesigner.com/rapidweaver-stack/popBox
  * Support URL: http://forum.onelittledesigner.com/tutorials/kb/popBox
  * Author URL: http://onelittledesigner.com
   	* Description: 1LD's Content Lightbox / Modal Window - for RapidWeaver Stacks
*/

html {overflow-y: scroll;}
.has-overlay {overflow: hidden;}
.has-overlay > body {height: 100%; overflow-y: scroll;}
#popBox_stacks_in_60.semantic-content {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  opacity: 0;
  line-height: 1.3;
  display: none\9;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
    transition: opacity 0.25s;
  
}
#popBox_stacks_in_60.semantic-content:target {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
#popBox_stacks_in_60.is-active.semantic-content {display: block\9;}
#popBox_stacks_in_60.semantic-content:target {display: block\9;}
#popBox_stacks_in_60.semantic-content .modal-inner {
  z-index: 999999;
  overflow-x: hidden;
  border-radius: 2px;
  background: #FFFFFF;
  
  
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 50%;
  
}
.semantic-content .modal-inner > img,
.semantic-content .modal-inner > video,
.semantic-content .modal-inner > iframe {
  width: 100%;
  height: auto;
  min-height: 100px;
}
.semantic-content .modal-inner > img {
  width: auto;
  max-width: 100%;
}
#popBox_stacks_in_60.semantic-content .popBoxHeader {
  background: #FFFFFF;
  	border-bottom: 1px solid #DDDDDD;
  
  padding: 10px 10px 10px 10px;
  
  	color: #222222;
  	position: relative;
}
#popBox_stacks_in_60.semantic-content .modal-content {
  background: #FFFFFF;
  border-right: none;
  border-left: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  
  padding: 10px 10px ;
  
  overflow-x: hidden;
  overflow-y: auto;
  color: #222222;
  
    height: 640px;
  
}
#popBox_stacks_in_60.semantic-content .popBoxFooter {
  background: #F0F0F0;
  	border-top: 1px solid #FFFFFF;
  
  padding: 10px 10px 10px 10px;
  
  	color: #222222;
}


#stacks_in_60 .semantic-content .modal-close {
  text-indent: -100px;
  overflow: hidden;
  opacity: 1;
}
#stacks_in_60 .semantic-content .modal-close:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

#popBox_stacks_in_60.popBoxOverlay .modal-close:before {
  background-color: #000000;
  opacity: 0.50;
}

#popBox_stacks_in_60 .closeIcon {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99999999;
  color: #333333;
}
#popBox_stacks_in_60 .closeIcon:hover {
  color: #333333;
}
#popBox_stacks_in_60 .closeIcon svg {
  font-size: 18px;
  height: 18px;
  width: 18px;
}
#popBox_stacks_in_60 .closeIcon svg path {
  fill: #333333;
}

  /* Screen sizes greater than 768px */
  #popBox_stacks_in_60.semantic-content .widthPercentageOff .modal-inner {
    width: 1200px;
    min-width: 1200px;
    max-width: 1200px;
  }
  #popBox_stacks_in_60.semantic-content .widthPercentageOn .modal-inner {
    width: 100%;
    min-width: 100%;
    max-width: 1200px;
  }
  /* Tablets */
  @media (max-width: 768px) {
    #popBox_stacks_in_60.semantic-content .modal-content {
      height: 400px;
    }
    #popBox_stacks_in_60.semantic-content .widthPercentageOff .modal-inner {
      width: 500px;
      min-width: 500px;
      max-width: 500px;
    }
    #popBox_stacks_in_60.semantic-content .widthPercentageOn .modal-inner {
      width: 100%;
      min-width: 100%;
      max-width: 100%;
    }
  }
  /* Mobile Devices */
  @media (max-width: 480px) {
    #popBox_stacks_in_60.semantic-content .modal-content {
      height: 220px;
    }
    #popBox_stacks_in_60.semantic-content .widthPercentageOff .modal-inner {
      width: 300px;
      min-width: 300px;
      max-width: 300px;
    }
    #popBox_stacks_in_60.semantic-content .widthPercentageOn .modal-inner {
      width: 100%;
      min-width: 100%;
      max-width: 100%;
    }
  }


#popBox_stacks_in_60 .imageType2 svg {
  display: none;
}
#popBox_stacks_in_60 .closeIcon img {
  display: none;
}
#popBox_stacks_in_60 .imageType2 img {
  display: block;
  width: auto;
  height: 20px;
}
#popBox_stacks_in_60.semantic-content .modal-inner {
  border-radius: 0px
}
#popBox_stacks_in_60.semantic-content .popBoxHeader {
  border-radius: 0px 0px 0px 0px;
}
#popBox_stacks_in_60.semantic-content .popBoxFooter {
  border-radius: 0px 0px 0px 0px;
}
#popBox_stacks_in_60.semantic-content .modal-inner {
  border-width: 0px;
  border-color: #DDDDDD;
  border-style: solid;
  box-sizing: border-box;
}
/* Style Demo */
#stacks_in_60 .popBoxStyleDemo > div {
  padding: 50px 0px;
}
#popBox_stacks_in_60.popBoxStyleDemo .modal-content {
  height: 640px;
}
#popBox_stacks_in_60.popBoxStyleDemo .modal-inner {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
}
#popBox_stacks_in_60.popBoxStyleDemo .widthPercentageOff .modal-inner {
  width: 1200px;
  min-width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
}
#popBox_stacks_in_60.popBoxStyleDemo .widthPercentageOn .modal-inner {
  width: 100%;
  min-width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#popBox_stacks_in_60.popBoxStyleDemo.popBoxOverlay .modal-close:before {
  background-color: #000000;
  opacity: 0.50;
}
#popBox_stacks_in_60.popBoxStyleDemo .popBoxHeader {
  padding: 10px 10px 10px 10px;
}
#popBox_stacks_in_60.popBoxStyleDemo .modal-content {
  padding: 10px;
  padding: 10px 10px;
}
#popBox_stacks_in_60.popBoxStyleDemo .popBoxFooter {
  padding: 10px;
  padding: 10px 10px 10px 10px;
}
#stacks_in_60 .closeText {
  display: none;
  font-size: 12px;
  color: #333333;
  background: transprent;
}


#stacks_in_60 .closeText {
  display: inline;
}
#popBox_stacks_in_60 .iconOn  {
  display: none;
}
#popBox_stacks_in_60.popBoxStyleDemo .popBoxFooter span {
  display: none;
}
#popBox_stacks_in_60 .closeWrap {
  margin: 0 0 15px 0;
  text-align: center;
}
#popBox_stacks_in_60 .closeIcon.closeText {
  position: relative;
  border-width: 0px;
  border-radius: 0px;
  width: auto;
  height: auto;
  margin: 0 0 15px 0;
  right: auto;
  left: auto;
}













/* 3D */

/* Coupon */

/* Subtle */

/* Thick Borders */

/* Transparent */


 #caption_stacks_in_61{color:#000000} #caption_stacks_in_61{text-align:center;margin-top:0px;font-size:15px;font-weight:normal}
/*-- YouTube HTML5 Stack v1.5.0 by Joe Workman --*/

/*-- End YouTube HTML5 Stack --*//* 
 * Simple Text Pro
 * Author: Jeremy Hawes
 * Website: http://onelittledesigner.com/rapidweaver-stack/simple-text/
 * Support: http://forum.onelittledesigner.com
 * Verson: 2.0.3
 */

#simpleText_stacks_in_68 {
	position: relative;
	color: #333333;
	text-shadow: ;
	-webkit-text-shadow: ;
	-moz-text-shadow: ;
	-o-text-shadow: ;
	-ms-text-shadow: ;
}
#simpleText_stacks_in_68.fontSizeInheritOn {
	font-size: inherit;
}
#simpleText_stacks_in_68.fontSizeInheritOff {
	font-size: 14px;
	line-height: 14px;
}
#simpleText_stacks_in_68.letterSpacingOn {
	letter-spacing: 0px;
}
#simpleText_stacks_in_68.lineHeightOn {
	line-height: 14px;
}
#simpleText_stacks_in_68.rotateOn .insideText {
	-webkit-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	-o-transform:rotate(270deg);
	-ms-transform:rotate(270deg);
	display: inline-block;
}
#simpleText_stacks_in_68.inheritOff a, #simpleText_stacks_in_68.inheritOff a:link {
	color: #169EE6;
	text-decoration: inherit;
	font-style: inherit;
	font-weight: normal;
	transition: 0s all ease-in-out;
	-webkit-transition: 0s all ease-in-out;
	-moz-transition: 0s all ease-in-out;
	-o-transition: 0s all ease-in-out;
	-ms-transition: 0s all ease-in-out;	
}
#simpleText_stacks_in_68.inheritOff a:visited {
	color: #169EE6;
}
#simpleText_stacks_in_68.inheritOff a:hover {
	color: #FF6600;
	transition: 0s all ease-in-out;
	-webkit-transition: 0s all ease-in-out;
	-moz-transition: 0s all ease-in-out;
	-o-transition: 0s all ease-in-out;
	-ms-transition: 0s all ease-in-out;
}
#simpleText_stacks_in_68.inheritOff a:active {
	color: #FF6600;
}
#simpleText_stacks_in_68.inheritOff a:focus {
	color: #FF6600;
	outline: none !important; /*For browsers that add an outline by default*/
} 
#simpleText_stacks_in_68.optJustify {
	text-align: justify;
}

/* iPad Landscape */
@media (max-width : 1024px) {
	#simpleText_stacks_in_68.reFontSizeOn {
		font-size: px;
		line-height: px;
	}
}
/* iPad Portrait */
@media (max-width : 768px) {
	#simpleText_stacks_in_68.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}
/* iPhone Landscape */
@media (max-width : 480px) {
	#simpleText_stacks_in_68.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}
/* iPhone Portrait */
@media (max-width : 320px) {
	#simpleText_stacks_in_68.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}

/* =====================
 * PRO FEATURES
 ======================= */
#simpleText_stacks_in_68 .fontFamilyOff,
#simpleText_stacks_in_68 .fontFamilyOff *,
#simpleText_stacks_in_68 .fontFamilyOff a {
	font-family: Arial;
}
/*
  * Pop Box
  * Author: Jeremy Hawes
  * Version: 2.3.4
  * Product URL: http://onelittledesigner.com/rapidweaver-stack/popBox
  * Support URL: http://forum.onelittledesigner.com/tutorials/kb/popBox
  * Author URL: http://onelittledesigner.com
   	* Description: 1LD's Content Lightbox / Modal Window - for RapidWeaver Stacks
*/

html {overflow-y: scroll;}
.has-overlay {overflow: hidden;}
.has-overlay > body {height: 100%; overflow-y: scroll;}
#popBox_stacks_in_72.semantic-content {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  opacity: 0;
  line-height: 1.3;
  display: none\9;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
    transition: opacity 0.25s;
  
}
#popBox_stacks_in_72.semantic-content:target {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
#popBox_stacks_in_72.is-active.semantic-content {display: block\9;}
#popBox_stacks_in_72.semantic-content:target {display: block\9;}
#popBox_stacks_in_72.semantic-content .modal-inner {
  z-index: 999999;
  overflow-x: hidden;
  border-radius: 2px;
  background: #FFFFFF;
  
  
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 50%;
  
}
.semantic-content .modal-inner > img,
.semantic-content .modal-inner > video,
.semantic-content .modal-inner > iframe {
  width: 100%;
  height: auto;
  min-height: 100px;
}
.semantic-content .modal-inner > img {
  width: auto;
  max-width: 100%;
}
#popBox_stacks_in_72.semantic-content .popBoxHeader {
  background: #FFFFFF;
  	border-bottom: 1px solid #DDDDDD;
  
  padding: 10px 10px 10px 10px;
  
  	color: #222222;
  	position: relative;
}
#popBox_stacks_in_72.semantic-content .modal-content {
  background: #FFFFFF;
  border-right: none;
  border-left: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  
  padding: 10px 10px ;
  
  overflow-x: hidden;
  overflow-y: auto;
  color: #222222;
  
    height: 640px;
  
}
#popBox_stacks_in_72.semantic-content .popBoxFooter {
  background: #F0F0F0;
  	border-top: 1px solid #FFFFFF;
  
  padding: 10px 10px 10px 10px;
  
  	color: #222222;
}


#stacks_in_72 .semantic-content .modal-close {
  text-indent: -100px;
  overflow: hidden;
  opacity: 1;
}
#stacks_in_72 .semantic-content .modal-close:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

#popBox_stacks_in_72.popBoxOverlay .modal-close:before {
  background-color: #000000;
  opacity: 0.50;
}

#popBox_stacks_in_72 .closeIcon {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99999999;
  color: #333333;
}
#popBox_stacks_in_72 .closeIcon:hover {
  color: #333333;
}
#popBox_stacks_in_72 .closeIcon svg {
  font-size: 18px;
  height: 18px;
  width: 18px;
}
#popBox_stacks_in_72 .closeIcon svg path {
  fill: #333333;
}

  /* Screen sizes greater than 768px */
  #popBox_stacks_in_72.semantic-content .widthPercentageOff .modal-inner {
    width: 1200px;
    min-width: 1200px;
    max-width: 1200px;
  }
  #popBox_stacks_in_72.semantic-content .widthPercentageOn .modal-inner {
    width: 100%;
    min-width: 100%;
    max-width: 1200px;
  }
  /* Tablets */
  @media (max-width: 768px) {
    #popBox_stacks_in_72.semantic-content .modal-content {
      height: 400px;
    }
    #popBox_stacks_in_72.semantic-content .widthPercentageOff .modal-inner {
      width: 500px;
      min-width: 500px;
      max-width: 500px;
    }
    #popBox_stacks_in_72.semantic-content .widthPercentageOn .modal-inner {
      width: 100%;
      min-width: 100%;
      max-width: 100%;
    }
  }
  /* Mobile Devices */
  @media (max-width: 480px) {
    #popBox_stacks_in_72.semantic-content .modal-content {
      height: 220px;
    }
    #popBox_stacks_in_72.semantic-content .widthPercentageOff .modal-inner {
      width: 300px;
      min-width: 300px;
      max-width: 300px;
    }
    #popBox_stacks_in_72.semantic-content .widthPercentageOn .modal-inner {
      width: 100%;
      min-width: 100%;
      max-width: 100%;
    }
  }


#popBox_stacks_in_72 .imageType2 svg {
  display: none;
}
#popBox_stacks_in_72 .closeIcon img {
  display: none;
}
#popBox_stacks_in_72 .imageType2 img {
  display: block;
  width: auto;
  height: 20px;
}
#popBox_stacks_in_72.semantic-content .modal-inner {
  border-radius: 0px
}
#popBox_stacks_in_72.semantic-content .popBoxHeader {
  border-radius: 0px 0px 0px 0px;
}
#popBox_stacks_in_72.semantic-content .popBoxFooter {
  border-radius: 0px 0px 0px 0px;
}
#popBox_stacks_in_72.semantic-content .modal-inner {
  border-width: 0px;
  border-color: #DDDDDD;
  border-style: solid;
  box-sizing: border-box;
}
/* Style Demo */
#stacks_in_72 .popBoxStyleDemo > div {
  padding: 50px 0px;
}
#popBox_stacks_in_72.popBoxStyleDemo .modal-content {
  height: 640px;
}
#popBox_stacks_in_72.popBoxStyleDemo .modal-inner {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
}
#popBox_stacks_in_72.popBoxStyleDemo .widthPercentageOff .modal-inner {
  width: 1200px;
  min-width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
}
#popBox_stacks_in_72.popBoxStyleDemo .widthPercentageOn .modal-inner {
  width: 100%;
  min-width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#popBox_stacks_in_72.popBoxStyleDemo.popBoxOverlay .modal-close:before {
  background-color: #000000;
  opacity: 0.50;
}
#popBox_stacks_in_72.popBoxStyleDemo .popBoxHeader {
  padding: 10px 10px 10px 10px;
}
#popBox_stacks_in_72.popBoxStyleDemo .modal-content {
  padding: 10px;
  padding: 10px 10px;
}
#popBox_stacks_in_72.popBoxStyleDemo .popBoxFooter {
  padding: 10px;
  padding: 10px 10px 10px 10px;
}
#stacks_in_72 .closeText {
  display: none;
  font-size: 12px;
  color: #333333;
  background: transprent;
}


#stacks_in_72 .closeText {
  display: inline;
}
#popBox_stacks_in_72 .iconOn  {
  display: none;
}
#popBox_stacks_in_72.popBoxStyleDemo .popBoxFooter span {
  display: none;
}
#popBox_stacks_in_72 .closeWrap {
  margin: 0 0 15px 0;
  text-align: center;
}
#popBox_stacks_in_72 .closeIcon.closeText {
  position: relative;
  border-width: 0px;
  border-radius: 0px;
  width: auto;
  height: auto;
  margin: 0 0 15px 0;
  right: auto;
  left: auto;
}













/* 3D */

/* Coupon */

/* Subtle */

/* Thick Borders */

/* Transparent */


 #caption_stacks_in_73{color:#000000} #caption_stacks_in_73{text-align:center;margin-top:0px;font-size:15px;font-weight:normal}
/*-- Vimeo HTML5 Stack v1.0.0 by Joe Workman --*/

/*-- End Vimeo HTML5 Stack --*//* 
 * Simple Text Pro
 * Author: Jeremy Hawes
 * Website: http://onelittledesigner.com/rapidweaver-stack/simple-text/
 * Support: http://forum.onelittledesigner.com
 * Verson: 2.0.3
 */

#simpleText_stacks_in_80 {
	position: relative;
	color: #333333;
	text-shadow: ;
	-webkit-text-shadow: ;
	-moz-text-shadow: ;
	-o-text-shadow: ;
	-ms-text-shadow: ;
}
#simpleText_stacks_in_80.fontSizeInheritOn {
	font-size: inherit;
}
#simpleText_stacks_in_80.fontSizeInheritOff {
	font-size: 14px;
	line-height: 14px;
}
#simpleText_stacks_in_80.letterSpacingOn {
	letter-spacing: 0px;
}
#simpleText_stacks_in_80.lineHeightOn {
	line-height: 14px;
}
#simpleText_stacks_in_80.rotateOn .insideText {
	-webkit-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	-o-transform:rotate(270deg);
	-ms-transform:rotate(270deg);
	display: inline-block;
}
#simpleText_stacks_in_80.inheritOff a, #simpleText_stacks_in_80.inheritOff a:link {
	color: #169EE6;
	text-decoration: inherit;
	font-style: inherit;
	font-weight: normal;
	transition: 0s all ease-in-out;
	-webkit-transition: 0s all ease-in-out;
	-moz-transition: 0s all ease-in-out;
	-o-transition: 0s all ease-in-out;
	-ms-transition: 0s all ease-in-out;	
}
#simpleText_stacks_in_80.inheritOff a:visited {
	color: #169EE6;
}
#simpleText_stacks_in_80.inheritOff a:hover {
	color: #FF6600;
	transition: 0s all ease-in-out;
	-webkit-transition: 0s all ease-in-out;
	-moz-transition: 0s all ease-in-out;
	-o-transition: 0s all ease-in-out;
	-ms-transition: 0s all ease-in-out;
}
#simpleText_stacks_in_80.inheritOff a:active {
	color: #FF6600;
}
#simpleText_stacks_in_80.inheritOff a:focus {
	color: #FF6600;
	outline: none !important; /*For browsers that add an outline by default*/
} 
#simpleText_stacks_in_80.optJustify {
	text-align: justify;
}

/* iPad Landscape */
@media (max-width : 1024px) {
	#simpleText_stacks_in_80.reFontSizeOn {
		font-size: px;
		line-height: px;
	}
}
/* iPad Portrait */
@media (max-width : 768px) {
	#simpleText_stacks_in_80.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}
/* iPhone Landscape */
@media (max-width : 480px) {
	#simpleText_stacks_in_80.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}
/* iPhone Portrait */
@media (max-width : 320px) {
	#simpleText_stacks_in_80.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}

/* =====================
 * PRO FEATURES
 ======================= */
#simpleText_stacks_in_80 .fontFamilyOff,
#simpleText_stacks_in_80 .fontFamilyOff *,
#simpleText_stacks_in_80 .fontFamilyOff a {
	font-family: Arial;
}
/*
  * Pop Box
  * Author: Jeremy Hawes
  * Version: 2.3.4
  * Product URL: http://onelittledesigner.com/rapidweaver-stack/popBox
  * Support URL: http://forum.onelittledesigner.com/tutorials/kb/popBox
  * Author URL: http://onelittledesigner.com
   	* Description: 1LD's Content Lightbox / Modal Window - for RapidWeaver Stacks
*/

html {overflow-y: scroll;}
.has-overlay {overflow: hidden;}
.has-overlay > body {height: 100%; overflow-y: scroll;}
#popBox_stacks_in_84.semantic-content {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  opacity: 0;
  line-height: 1.3;
  display: none\9;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
    transition: opacity 0.25s;
  
}
#popBox_stacks_in_84.semantic-content:target {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
#popBox_stacks_in_84.is-active.semantic-content {display: block\9;}
#popBox_stacks_in_84.semantic-content:target {display: block\9;}
#popBox_stacks_in_84.semantic-content .modal-inner {
  z-index: 999999;
  overflow-x: hidden;
  border-radius: 2px;
  background: #FFFFFF;
  
  
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 50%;
  
}
.semantic-content .modal-inner > img,
.semantic-content .modal-inner > video,
.semantic-content .modal-inner > iframe {
  width: 100%;
  height: auto;
  min-height: 100px;
}
.semantic-content .modal-inner > img {
  width: auto;
  max-width: 100%;
}
#popBox_stacks_in_84.semantic-content .popBoxHeader {
  background: #FFFFFF;
  	border-bottom: 1px solid #DDDDDD;
  
  padding: 10px 10px 10px 10px;
  
  	color: #222222;
  	position: relative;
}
#popBox_stacks_in_84.semantic-content .modal-content {
  background: #FFFFFF;
  border-right: none;
  border-left: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  
  padding: 10px 10px ;
  
  overflow-x: hidden;
  overflow-y: auto;
  color: #222222;
  
    height: 640px;
  
}
#popBox_stacks_in_84.semantic-content .popBoxFooter {
  background: #F0F0F0;
  	border-top: 1px solid #FFFFFF;
  
  padding: 10px 10px 10px 10px;
  
  	color: #222222;
}


#stacks_in_84 .semantic-content .modal-close {
  text-indent: -100px;
  overflow: hidden;
  opacity: 1;
}
#stacks_in_84 .semantic-content .modal-close:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

#popBox_stacks_in_84.popBoxOverlay .modal-close:before {
  background-color: #000000;
  opacity: 0.50;
}

#popBox_stacks_in_84 .closeIcon {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99999999;
  color: #333333;
}
#popBox_stacks_in_84 .closeIcon:hover {
  color: #333333;
}
#popBox_stacks_in_84 .closeIcon svg {
  font-size: 18px;
  height: 18px;
  width: 18px;
}
#popBox_stacks_in_84 .closeIcon svg path {
  fill: #333333;
}

  /* Screen sizes greater than 768px */
  #popBox_stacks_in_84.semantic-content .widthPercentageOff .modal-inner {
    width: 1200px;
    min-width: 1200px;
    max-width: 1200px;
  }
  #popBox_stacks_in_84.semantic-content .widthPercentageOn .modal-inner {
    width: 100%;
    min-width: 100%;
    max-width: 1200px;
  }
  /* Tablets */
  @media (max-width: 768px) {
    #popBox_stacks_in_84.semantic-content .modal-content {
      height: 400px;
    }
    #popBox_stacks_in_84.semantic-content .widthPercentageOff .modal-inner {
      width: 500px;
      min-width: 500px;
      max-width: 500px;
    }
    #popBox_stacks_in_84.semantic-content .widthPercentageOn .modal-inner {
      width: 100%;
      min-width: 100%;
      max-width: 100%;
    }
  }
  /* Mobile Devices */
  @media (max-width: 480px) {
    #popBox_stacks_in_84.semantic-content .modal-content {
      height: 220px;
    }
    #popBox_stacks_in_84.semantic-content .widthPercentageOff .modal-inner {
      width: 300px;
      min-width: 300px;
      max-width: 300px;
    }
    #popBox_stacks_in_84.semantic-content .widthPercentageOn .modal-inner {
      width: 100%;
      min-width: 100%;
      max-width: 100%;
    }
  }


#popBox_stacks_in_84 .imageType2 svg {
  display: none;
}
#popBox_stacks_in_84 .closeIcon img {
  display: none;
}
#popBox_stacks_in_84 .imageType2 img {
  display: block;
  width: auto;
  height: 20px;
}
#popBox_stacks_in_84.semantic-content .modal-inner {
  border-radius: 0px
}
#popBox_stacks_in_84.semantic-content .popBoxHeader {
  border-radius: 0px 0px 0px 0px;
}
#popBox_stacks_in_84.semantic-content .popBoxFooter {
  border-radius: 0px 0px 0px 0px;
}
#popBox_stacks_in_84.semantic-content .modal-inner {
  border-width: 0px;
  border-color: #DDDDDD;
  border-style: solid;
  box-sizing: border-box;
}
/* Style Demo */
#stacks_in_84 .popBoxStyleDemo > div {
  padding: 50px 0px;
}
#popBox_stacks_in_84.popBoxStyleDemo .modal-content {
  height: 640px;
}
#popBox_stacks_in_84.popBoxStyleDemo .modal-inner {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
}
#popBox_stacks_in_84.popBoxStyleDemo .widthPercentageOff .modal-inner {
  width: 1200px;
  min-width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
}
#popBox_stacks_in_84.popBoxStyleDemo .widthPercentageOn .modal-inner {
  width: 100%;
  min-width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#popBox_stacks_in_84.popBoxStyleDemo.popBoxOverlay .modal-close:before {
  background-color: #000000;
  opacity: 0.50;
}
#popBox_stacks_in_84.popBoxStyleDemo .popBoxHeader {
  padding: 10px 10px 10px 10px;
}
#popBox_stacks_in_84.popBoxStyleDemo .modal-content {
  padding: 10px;
  padding: 10px 10px;
}
#popBox_stacks_in_84.popBoxStyleDemo .popBoxFooter {
  padding: 10px;
  padding: 10px 10px 10px 10px;
}
#stacks_in_84 .closeText {
  display: none;
  font-size: 12px;
  color: #333333;
  background: transprent;
}


#stacks_in_84 .closeText {
  display: inline;
}
#popBox_stacks_in_84 .iconOn  {
  display: none;
}
#popBox_stacks_in_84.popBoxStyleDemo .popBoxFooter span {
  display: none;
}
#popBox_stacks_in_84 .closeWrap {
  margin: 0 0 15px 0;
  text-align: center;
}
#popBox_stacks_in_84 .closeIcon.closeText {
  position: relative;
  border-width: 0px;
  border-radius: 0px;
  width: auto;
  height: auto;
  margin: 0 0 15px 0;
  right: auto;
  left: auto;
}













/* 3D */

/* Coupon */

/* Subtle */

/* Thick Borders */

/* Transparent */


 #caption_stacks_in_85{color:#000000} #caption_stacks_in_85{text-align:center;margin-top:0px;font-size:15px;font-weight:normal}
/*-- YouTube HTML5 Stack v1.5.0 by Joe Workman --*/

/*-- End YouTube HTML5 Stack --*//* 
 * Simple Text Pro
 * Author: Jeremy Hawes
 * Website: http://onelittledesigner.com/rapidweaver-stack/simple-text/
 * Support: http://forum.onelittledesigner.com
 * Verson: 2.0.3
 */

#simpleText_stacks_in_92 {
	position: relative;
	color: #333333;
	text-shadow: ;
	-webkit-text-shadow: ;
	-moz-text-shadow: ;
	-o-text-shadow: ;
	-ms-text-shadow: ;
}
#simpleText_stacks_in_92.fontSizeInheritOn {
	font-size: inherit;
}
#simpleText_stacks_in_92.fontSizeInheritOff {
	font-size: 14px;
	line-height: 14px;
}
#simpleText_stacks_in_92.letterSpacingOn {
	letter-spacing: 0px;
}
#simpleText_stacks_in_92.lineHeightOn {
	line-height: 14px;
}
#simpleText_stacks_in_92.rotateOn .insideText {
	-webkit-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	-o-transform:rotate(270deg);
	-ms-transform:rotate(270deg);
	display: inline-block;
}
#simpleText_stacks_in_92.inheritOff a, #simpleText_stacks_in_92.inheritOff a:link {
	color: #169EE6;
	text-decoration: inherit;
	font-style: inherit;
	font-weight: normal;
	transition: 0s all ease-in-out;
	-webkit-transition: 0s all ease-in-out;
	-moz-transition: 0s all ease-in-out;
	-o-transition: 0s all ease-in-out;
	-ms-transition: 0s all ease-in-out;	
}
#simpleText_stacks_in_92.inheritOff a:visited {
	color: #169EE6;
}
#simpleText_stacks_in_92.inheritOff a:hover {
	color: #FF6600;
	transition: 0s all ease-in-out;
	-webkit-transition: 0s all ease-in-out;
	-moz-transition: 0s all ease-in-out;
	-o-transition: 0s all ease-in-out;
	-ms-transition: 0s all ease-in-out;
}
#simpleText_stacks_in_92.inheritOff a:active {
	color: #FF6600;
}
#simpleText_stacks_in_92.inheritOff a:focus {
	color: #FF6600;
	outline: none !important; /*For browsers that add an outline by default*/
} 
#simpleText_stacks_in_92.optJustify {
	text-align: justify;
}

/* iPad Landscape */
@media (max-width : 1024px) {
	#simpleText_stacks_in_92.reFontSizeOn {
		font-size: px;
		line-height: px;
	}
}
/* iPad Portrait */
@media (max-width : 768px) {
	#simpleText_stacks_in_92.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}
/* iPhone Landscape */
@media (max-width : 480px) {
	#simpleText_stacks_in_92.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}
/* iPhone Portrait */
@media (max-width : 320px) {
	#simpleText_stacks_in_92.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}

/* =====================
 * PRO FEATURES
 ======================= */
#simpleText_stacks_in_92 .fontFamilyOff,
#simpleText_stacks_in_92 .fontFamilyOff *,
#simpleText_stacks_in_92 .fontFamilyOff a {
	font-family: Arial;
}
/*
  * Pop Box
  * Author: Jeremy Hawes
  * Version: 2.3.4
  * Product URL: http://onelittledesigner.com/rapidweaver-stack/popBox
  * Support URL: http://forum.onelittledesigner.com/tutorials/kb/popBox
  * Author URL: http://onelittledesigner.com
   	* Description: 1LD's Content Lightbox / Modal Window - for RapidWeaver Stacks
*/

html {overflow-y: scroll;}
.has-overlay {overflow: hidden;}
.has-overlay > body {height: 100%; overflow-y: scroll;}
#popBox_stacks_in_95.semantic-content {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  opacity: 0;
  line-height: 1.3;
  display: none\9;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
    transition: opacity 0.25s;
  
}
#popBox_stacks_in_95.semantic-content:target {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
#popBox_stacks_in_95.is-active.semantic-content {display: block\9;}
#popBox_stacks_in_95.semantic-content:target {display: block\9;}
#popBox_stacks_in_95.semantic-content .modal-inner {
  z-index: 999999;
  overflow-x: hidden;
  border-radius: 2px;
  background: #FFFFFF;
  
  
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 50%;
  
}
.semantic-content .modal-inner > img,
.semantic-content .modal-inner > video,
.semantic-content .modal-inner > iframe {
  width: 100%;
  height: auto;
  min-height: 100px;
}
.semantic-content .modal-inner > img {
  width: auto;
  max-width: 100%;
}
#popBox_stacks_in_95.semantic-content .popBoxHeader {
  background: #FFFFFF;
  	border-bottom: 1px solid #DDDDDD;
  
  padding: 10px 10px 10px 10px;
  
  	color: #222222;
  	position: relative;
}
#popBox_stacks_in_95.semantic-content .modal-content {
  background: #FFFFFF;
  border-right: none;
  border-left: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  
  padding: 10px 10px ;
  
  overflow-x: hidden;
  overflow-y: auto;
  color: #222222;
  
    height: 640px;
  
}
#popBox_stacks_in_95.semantic-content .popBoxFooter {
  background: #F0F0F0;
  	border-top: 1px solid #FFFFFF;
  
  padding: 10px 10px 10px 10px;
  
  	color: #222222;
}


#stacks_in_95 .semantic-content .modal-close {
  text-indent: -100px;
  overflow: hidden;
  opacity: 1;
}
#stacks_in_95 .semantic-content .modal-close:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

#popBox_stacks_in_95.popBoxOverlay .modal-close:before {
  background-color: #000000;
  opacity: 0.50;
}

#popBox_stacks_in_95 .closeIcon {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99999999;
  color: #333333;
}
#popBox_stacks_in_95 .closeIcon:hover {
  color: #333333;
}
#popBox_stacks_in_95 .closeIcon svg {
  font-size: 18px;
  height: 18px;
  width: 18px;
}
#popBox_stacks_in_95 .closeIcon svg path {
  fill: #333333;
}

  /* Screen sizes greater than 768px */
  #popBox_stacks_in_95.semantic-content .widthPercentageOff .modal-inner {
    width: 1200px;
    min-width: 1200px;
    max-width: 1200px;
  }
  #popBox_stacks_in_95.semantic-content .widthPercentageOn .modal-inner {
    width: 100%;
    min-width: 100%;
    max-width: 1200px;
  }
  /* Tablets */
  @media (max-width: 768px) {
    #popBox_stacks_in_95.semantic-content .modal-content {
      height: 400px;
    }
    #popBox_stacks_in_95.semantic-content .widthPercentageOff .modal-inner {
      width: 500px;
      min-width: 500px;
      max-width: 500px;
    }
    #popBox_stacks_in_95.semantic-content .widthPercentageOn .modal-inner {
      width: 100%;
      min-width: 100%;
      max-width: 100%;
    }
  }
  /* Mobile Devices */
  @media (max-width: 480px) {
    #popBox_stacks_in_95.semantic-content .modal-content {
      height: 220px;
    }
    #popBox_stacks_in_95.semantic-content .widthPercentageOff .modal-inner {
      width: 300px;
      min-width: 300px;
      max-width: 300px;
    }
    #popBox_stacks_in_95.semantic-content .widthPercentageOn .modal-inner {
      width: 100%;
      min-width: 100%;
      max-width: 100%;
    }
  }


#popBox_stacks_in_95 .imageType2 svg {
  display: none;
}
#popBox_stacks_in_95 .closeIcon img {
  display: none;
}
#popBox_stacks_in_95 .imageType2 img {
  display: block;
  width: auto;
  height: 20px;
}
#popBox_stacks_in_95.semantic-content .modal-inner {
  border-radius: 0px
}
#popBox_stacks_in_95.semantic-content .popBoxHeader {
  border-radius: 0px 0px 0px 0px;
}
#popBox_stacks_in_95.semantic-content .popBoxFooter {
  border-radius: 0px 0px 0px 0px;
}
#popBox_stacks_in_95.semantic-content .modal-inner {
  border-width: 0px;
  border-color: #DDDDDD;
  border-style: solid;
  box-sizing: border-box;
}
/* Style Demo */
#stacks_in_95 .popBoxStyleDemo > div {
  padding: 50px 0px;
}
#popBox_stacks_in_95.popBoxStyleDemo .modal-content {
  height: 640px;
}
#popBox_stacks_in_95.popBoxStyleDemo .modal-inner {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
}
#popBox_stacks_in_95.popBoxStyleDemo .widthPercentageOff .modal-inner {
  width: 1200px;
  min-width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
}
#popBox_stacks_in_95.popBoxStyleDemo .widthPercentageOn .modal-inner {
  width: 100%;
  min-width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#popBox_stacks_in_95.popBoxStyleDemo.popBoxOverlay .modal-close:before {
  background-color: #000000;
  opacity: 0.50;
}
#popBox_stacks_in_95.popBoxStyleDemo .popBoxHeader {
  padding: 10px 10px 10px 10px;
}
#popBox_stacks_in_95.popBoxStyleDemo .modal-content {
  padding: 10px;
  padding: 10px 10px;
}
#popBox_stacks_in_95.popBoxStyleDemo .popBoxFooter {
  padding: 10px;
  padding: 10px 10px 10px 10px;
}
#stacks_in_95 .closeText {
  display: none;
  font-size: 12px;
  color: #333333;
  background: transprent;
}


#stacks_in_95 .closeText {
  display: inline;
}
#popBox_stacks_in_95 .iconOn  {
  display: none;
}
#popBox_stacks_in_95.popBoxStyleDemo .popBoxFooter span {
  display: none;
}
#popBox_stacks_in_95 .closeWrap {
  margin: 0 0 15px 0;
  text-align: center;
}
#popBox_stacks_in_95 .closeIcon.closeText {
  position: relative;
  border-width: 0px;
  border-radius: 0px;
  width: auto;
  height: auto;
  margin: 0 0 15px 0;
  right: auto;
  left: auto;
}













/* 3D */

/* Coupon */

/* Subtle */

/* Thick Borders */

/* Transparent */


 #caption_stacks_in_96{color:#000000} #caption_stacks_in_96{text-align:center;margin-top:0px;font-size:15px;font-weight:normal}
/*-- YouTube HTML5 Stack v1.5.0 by Joe Workman --*/

/*-- End YouTube HTML5 Stack --*//* 
 * Simple Text Pro
 * Author: Jeremy Hawes
 * Website: http://onelittledesigner.com/rapidweaver-stack/simple-text/
 * Support: http://forum.onelittledesigner.com
 * Verson: 2.0.3
 */

#simpleText_stacks_in_103 {
	position: relative;
	color: #333333;
	text-shadow: ;
	-webkit-text-shadow: ;
	-moz-text-shadow: ;
	-o-text-shadow: ;
	-ms-text-shadow: ;
}
#simpleText_stacks_in_103.fontSizeInheritOn {
	font-size: inherit;
}
#simpleText_stacks_in_103.fontSizeInheritOff {
	font-size: 14px;
	line-height: 14px;
}
#simpleText_stacks_in_103.letterSpacingOn {
	letter-spacing: 0px;
}
#simpleText_stacks_in_103.lineHeightOn {
	line-height: 14px;
}
#simpleText_stacks_in_103.rotateOn .insideText {
	-webkit-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	-o-transform:rotate(270deg);
	-ms-transform:rotate(270deg);
	display: inline-block;
}
#simpleText_stacks_in_103.inheritOff a, #simpleText_stacks_in_103.inheritOff a:link {
	color: #169EE6;
	text-decoration: inherit;
	font-style: inherit;
	font-weight: normal;
	transition: 0s all ease-in-out;
	-webkit-transition: 0s all ease-in-out;
	-moz-transition: 0s all ease-in-out;
	-o-transition: 0s all ease-in-out;
	-ms-transition: 0s all ease-in-out;	
}
#simpleText_stacks_in_103.inheritOff a:visited {
	color: #169EE6;
}
#simpleText_stacks_in_103.inheritOff a:hover {
	color: #FF6600;
	transition: 0s all ease-in-out;
	-webkit-transition: 0s all ease-in-out;
	-moz-transition: 0s all ease-in-out;
	-o-transition: 0s all ease-in-out;
	-ms-transition: 0s all ease-in-out;
}
#simpleText_stacks_in_103.inheritOff a:active {
	color: #FF6600;
}
#simpleText_stacks_in_103.inheritOff a:focus {
	color: #FF6600;
	outline: none !important; /*For browsers that add an outline by default*/
} 
#simpleText_stacks_in_103.optJustify {
	text-align: justify;
}

/* iPad Landscape */
@media (max-width : 1024px) {
	#simpleText_stacks_in_103.reFontSizeOn {
		font-size: px;
		line-height: px;
	}
}
/* iPad Portrait */
@media (max-width : 768px) {
	#simpleText_stacks_in_103.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}
/* iPhone Landscape */
@media (max-width : 480px) {
	#simpleText_stacks_in_103.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}
/* iPhone Portrait */
@media (max-width : 320px) {
	#simpleText_stacks_in_103.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}

/* =====================
 * PRO FEATURES
 ======================= */
#simpleText_stacks_in_103 .fontFamilyOff,
#simpleText_stacks_in_103 .fontFamilyOff *,
#simpleText_stacks_in_103 .fontFamilyOff a {
	font-family: Arial;
}
/*
  * Pop Box
  * Author: Jeremy Hawes
  * Version: 2.3.4
  * Product URL: http://onelittledesigner.com/rapidweaver-stack/popBox
  * Support URL: http://forum.onelittledesigner.com/tutorials/kb/popBox
  * Author URL: http://onelittledesigner.com
   	* Description: 1LD's Content Lightbox / Modal Window - for RapidWeaver Stacks
*/

html {overflow-y: scroll;}
.has-overlay {overflow: hidden;}
.has-overlay > body {height: 100%; overflow-y: scroll;}
#popBox_stacks_in_106.semantic-content {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  opacity: 0;
  line-height: 1.3;
  display: none\9;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
    transition: opacity 0.25s;
  
}
#popBox_stacks_in_106.semantic-content:target {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
#popBox_stacks_in_106.is-active.semantic-content {display: block\9;}
#popBox_stacks_in_106.semantic-content:target {display: block\9;}
#popBox_stacks_in_106.semantic-content .modal-inner {
  z-index: 999999;
  overflow-x: hidden;
  border-radius: 2px;
  background: #FFFFFF;
  
  
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 50%;
  
}
.semantic-content .modal-inner > img,
.semantic-content .modal-inner > video,
.semantic-content .modal-inner > iframe {
  width: 100%;
  height: auto;
  min-height: 100px;
}
.semantic-content .modal-inner > img {
  width: auto;
  max-width: 100%;
}
#popBox_stacks_in_106.semantic-content .popBoxHeader {
  background: #FFFFFF;
  	border-bottom: 1px solid #DDDDDD;
  
  padding: 10px 10px 10px 10px;
  
  	color: #222222;
  	position: relative;
}
#popBox_stacks_in_106.semantic-content .modal-content {
  background: #FFFFFF;
  border-right: none;
  border-left: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  
  padding: 10px 10px ;
  
  overflow-x: hidden;
  overflow-y: auto;
  color: #222222;
  
    height: 640px;
  
}
#popBox_stacks_in_106.semantic-content .popBoxFooter {
  background: #F0F0F0;
  	border-top: 1px solid #FFFFFF;
  
  padding: 10px 10px 10px 10px;
  
  	color: #222222;
}


#stacks_in_106 .semantic-content .modal-close {
  text-indent: -100px;
  overflow: hidden;
  opacity: 1;
}
#stacks_in_106 .semantic-content .modal-close:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

#popBox_stacks_in_106.popBoxOverlay .modal-close:before {
  background-color: #000000;
  opacity: 0.50;
}

#popBox_stacks_in_106 .closeIcon {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99999999;
  color: #333333;
}
#popBox_stacks_in_106 .closeIcon:hover {
  color: #333333;
}
#popBox_stacks_in_106 .closeIcon svg {
  font-size: 18px;
  height: 18px;
  width: 18px;
}
#popBox_stacks_in_106 .closeIcon svg path {
  fill: #333333;
}

  /* Screen sizes greater than 768px */
  #popBox_stacks_in_106.semantic-content .widthPercentageOff .modal-inner {
    width: 1200px;
    min-width: 1200px;
    max-width: 1200px;
  }
  #popBox_stacks_in_106.semantic-content .widthPercentageOn .modal-inner {
    width: 100%;
    min-width: 100%;
    max-width: 1200px;
  }
  /* Tablets */
  @media (max-width: 768px) {
    #popBox_stacks_in_106.semantic-content .modal-content {
      height: 400px;
    }
    #popBox_stacks_in_106.semantic-content .widthPercentageOff .modal-inner {
      width: 500px;
      min-width: 500px;
      max-width: 500px;
    }
    #popBox_stacks_in_106.semantic-content .widthPercentageOn .modal-inner {
      width: 100%;
      min-width: 100%;
      max-width: 100%;
    }
  }
  /* Mobile Devices */
  @media (max-width: 480px) {
    #popBox_stacks_in_106.semantic-content .modal-content {
      height: 220px;
    }
    #popBox_stacks_in_106.semantic-content .widthPercentageOff .modal-inner {
      width: 300px;
      min-width: 300px;
      max-width: 300px;
    }
    #popBox_stacks_in_106.semantic-content .widthPercentageOn .modal-inner {
      width: 100%;
      min-width: 100%;
      max-width: 100%;
    }
  }


#popBox_stacks_in_106 .imageType2 svg {
  display: none;
}
#popBox_stacks_in_106 .closeIcon img {
  display: none;
}
#popBox_stacks_in_106 .imageType2 img {
  display: block;
  width: auto;
  height: 20px;
}
#popBox_stacks_in_106.semantic-content .modal-inner {
  border-radius: 0px
}
#popBox_stacks_in_106.semantic-content .popBoxHeader {
  border-radius: 0px 0px 0px 0px;
}
#popBox_stacks_in_106.semantic-content .popBoxFooter {
  border-radius: 0px 0px 0px 0px;
}
#popBox_stacks_in_106.semantic-content .modal-inner {
  border-width: 0px;
  border-color: #DDDDDD;
  border-style: solid;
  box-sizing: border-box;
}
/* Style Demo */
#stacks_in_106 .popBoxStyleDemo > div {
  padding: 50px 0px;
}
#popBox_stacks_in_106.popBoxStyleDemo .modal-content {
  height: 640px;
}
#popBox_stacks_in_106.popBoxStyleDemo .modal-inner {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
}
#popBox_stacks_in_106.popBoxStyleDemo .widthPercentageOff .modal-inner {
  width: 1200px;
  min-width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
}
#popBox_stacks_in_106.popBoxStyleDemo .widthPercentageOn .modal-inner {
  width: 100%;
  min-width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#popBox_stacks_in_106.popBoxStyleDemo.popBoxOverlay .modal-close:before {
  background-color: #000000;
  opacity: 0.50;
}
#popBox_stacks_in_106.popBoxStyleDemo .popBoxHeader {
  padding: 10px 10px 10px 10px;
}
#popBox_stacks_in_106.popBoxStyleDemo .modal-content {
  padding: 10px;
  padding: 10px 10px;
}
#popBox_stacks_in_106.popBoxStyleDemo .popBoxFooter {
  padding: 10px;
  padding: 10px 10px 10px 10px;
}
#stacks_in_106 .closeText {
  display: none;
  font-size: 12px;
  color: #333333;
  background: transprent;
}


#stacks_in_106 .closeText {
  display: inline;
}
#popBox_stacks_in_106 .iconOn  {
  display: none;
}
#popBox_stacks_in_106.popBoxStyleDemo .popBoxFooter span {
  display: none;
}
#popBox_stacks_in_106 .closeWrap {
  margin: 0 0 15px 0;
  text-align: center;
}
#popBox_stacks_in_106 .closeIcon.closeText {
  position: relative;
  border-width: 0px;
  border-radius: 0px;
  width: auto;
  height: auto;
  margin: 0 0 15px 0;
  right: auto;
  left: auto;
}













/* 3D */

/* Coupon */

/* Subtle */

/* Thick Borders */

/* Transparent */


 #caption_stacks_in_107{color:#000000} #caption_stacks_in_107{text-align:center;margin-top:0px;font-size:15px;font-weight:normal}
/*-- YouTube HTML5 Stack v1.5.0 by Joe Workman --*/

/*-- End YouTube HTML5 Stack --*//* 
 * Simple Text Pro
 * Author: Jeremy Hawes
 * Website: http://onelittledesigner.com/rapidweaver-stack/simple-text/
 * Support: http://forum.onelittledesigner.com
 * Verson: 2.0.3
 */

#simpleText_stacks_in_114 {
	position: relative;
	color: #333333;
	text-shadow: ;
	-webkit-text-shadow: ;
	-moz-text-shadow: ;
	-o-text-shadow: ;
	-ms-text-shadow: ;
}
#simpleText_stacks_in_114.fontSizeInheritOn {
	font-size: inherit;
}
#simpleText_stacks_in_114.fontSizeInheritOff {
	font-size: 14px;
	line-height: 14px;
}
#simpleText_stacks_in_114.letterSpacingOn {
	letter-spacing: 0px;
}
#simpleText_stacks_in_114.lineHeightOn {
	line-height: 14px;
}
#simpleText_stacks_in_114.rotateOn .insideText {
	-webkit-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	-o-transform:rotate(270deg);
	-ms-transform:rotate(270deg);
	display: inline-block;
}
#simpleText_stacks_in_114.inheritOff a, #simpleText_stacks_in_114.inheritOff a:link {
	color: #169EE6;
	text-decoration: inherit;
	font-style: inherit;
	font-weight: normal;
	transition: 0s all ease-in-out;
	-webkit-transition: 0s all ease-in-out;
	-moz-transition: 0s all ease-in-out;
	-o-transition: 0s all ease-in-out;
	-ms-transition: 0s all ease-in-out;	
}
#simpleText_stacks_in_114.inheritOff a:visited {
	color: #169EE6;
}
#simpleText_stacks_in_114.inheritOff a:hover {
	color: #FF6600;
	transition: 0s all ease-in-out;
	-webkit-transition: 0s all ease-in-out;
	-moz-transition: 0s all ease-in-out;
	-o-transition: 0s all ease-in-out;
	-ms-transition: 0s all ease-in-out;
}
#simpleText_stacks_in_114.inheritOff a:active {
	color: #FF6600;
}
#simpleText_stacks_in_114.inheritOff a:focus {
	color: #FF6600;
	outline: none !important; /*For browsers that add an outline by default*/
} 
#simpleText_stacks_in_114.optJustify {
	text-align: justify;
}

/* iPad Landscape */
@media (max-width : 1024px) {
	#simpleText_stacks_in_114.reFontSizeOn {
		font-size: px;
		line-height: px;
	}
}
/* iPad Portrait */
@media (max-width : 768px) {
	#simpleText_stacks_in_114.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}
/* iPhone Landscape */
@media (max-width : 480px) {
	#simpleText_stacks_in_114.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}
/* iPhone Portrait */
@media (max-width : 320px) {
	#simpleText_stacks_in_114.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}

/* =====================
 * PRO FEATURES
 ======================= */
#simpleText_stacks_in_114 .fontFamilyOff,
#simpleText_stacks_in_114 .fontFamilyOff *,
#simpleText_stacks_in_114 .fontFamilyOff a {
	font-family: Arial;
}
/*
  * Pop Box
  * Author: Jeremy Hawes
  * Version: 2.3.4
  * Product URL: http://onelittledesigner.com/rapidweaver-stack/popBox
  * Support URL: http://forum.onelittledesigner.com/tutorials/kb/popBox
  * Author URL: http://onelittledesigner.com
   	* Description: 1LD's Content Lightbox / Modal Window - for RapidWeaver Stacks
*/

html {overflow-y: scroll;}
.has-overlay {overflow: hidden;}
.has-overlay > body {height: 100%; overflow-y: scroll;}
#popBox_stacks_in_117.semantic-content {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  opacity: 0;
  line-height: 1.3;
  display: none\9;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
    transition: opacity 0.25s;
  
}
#popBox_stacks_in_117.semantic-content:target {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
#popBox_stacks_in_117.is-active.semantic-content {display: block\9;}
#popBox_stacks_in_117.semantic-content:target {display: block\9;}
#popBox_stacks_in_117.semantic-content .modal-inner {
  z-index: 999999;
  overflow-x: hidden;
  border-radius: 2px;
  background: #FFFFFF;
  
  
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 50%;
  
}
.semantic-content .modal-inner > img,
.semantic-content .modal-inner > video,
.semantic-content .modal-inner > iframe {
  width: 100%;
  height: auto;
  min-height: 100px;
}
.semantic-content .modal-inner > img {
  width: auto;
  max-width: 100%;
}
#popBox_stacks_in_117.semantic-content .popBoxHeader {
  background: #FFFFFF;
  	border-bottom: 1px solid #DDDDDD;
  
  padding: 10px 10px 10px 10px;
  
  	color: #222222;
  	position: relative;
}
#popBox_stacks_in_117.semantic-content .modal-content {
  background: #FFFFFF;
  border-right: none;
  border-left: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  
  padding: 10px 10px ;
  
  overflow-x: hidden;
  overflow-y: auto;
  color: #222222;
  
    height: 640px;
  
}
#popBox_stacks_in_117.semantic-content .popBoxFooter {
  background: #F0F0F0;
  	border-top: 1px solid #FFFFFF;
  
  padding: 10px 10px 10px 10px;
  
  	color: #222222;
}


#stacks_in_117 .semantic-content .modal-close {
  text-indent: -100px;
  overflow: hidden;
  opacity: 1;
}
#stacks_in_117 .semantic-content .modal-close:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

#popBox_stacks_in_117.popBoxOverlay .modal-close:before {
  background-color: #000000;
  opacity: 0.50;
}

#popBox_stacks_in_117 .closeIcon {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99999999;
  color: #333333;
}
#popBox_stacks_in_117 .closeIcon:hover {
  color: #333333;
}
#popBox_stacks_in_117 .closeIcon svg {
  font-size: 18px;
  height: 18px;
  width: 18px;
}
#popBox_stacks_in_117 .closeIcon svg path {
  fill: #333333;
}

  /* Screen sizes greater than 768px */
  #popBox_stacks_in_117.semantic-content .widthPercentageOff .modal-inner {
    width: 1200px;
    min-width: 1200px;
    max-width: 1200px;
  }
  #popBox_stacks_in_117.semantic-content .widthPercentageOn .modal-inner {
    width: 100%;
    min-width: 100%;
    max-width: 1200px;
  }
  /* Tablets */
  @media (max-width: 768px) {
    #popBox_stacks_in_117.semantic-content .modal-content {
      height: 400px;
    }
    #popBox_stacks_in_117.semantic-content .widthPercentageOff .modal-inner {
      width: 500px;
      min-width: 500px;
      max-width: 500px;
    }
    #popBox_stacks_in_117.semantic-content .widthPercentageOn .modal-inner {
      width: 100%;
      min-width: 100%;
      max-width: 100%;
    }
  }
  /* Mobile Devices */
  @media (max-width: 480px) {
    #popBox_stacks_in_117.semantic-content .modal-content {
      height: 220px;
    }
    #popBox_stacks_in_117.semantic-content .widthPercentageOff .modal-inner {
      width: 300px;
      min-width: 300px;
      max-width: 300px;
    }
    #popBox_stacks_in_117.semantic-content .widthPercentageOn .modal-inner {
      width: 100%;
      min-width: 100%;
      max-width: 100%;
    }
  }


#popBox_stacks_in_117 .imageType2 svg {
  display: none;
}
#popBox_stacks_in_117 .closeIcon img {
  display: none;
}
#popBox_stacks_in_117 .imageType2 img {
  display: block;
  width: auto;
  height: 20px;
}
#popBox_stacks_in_117.semantic-content .modal-inner {
  border-radius: 0px
}
#popBox_stacks_in_117.semantic-content .popBoxHeader {
  border-radius: 0px 0px 0px 0px;
}
#popBox_stacks_in_117.semantic-content .popBoxFooter {
  border-radius: 0px 0px 0px 0px;
}
#popBox_stacks_in_117.semantic-content .modal-inner {
  border-width: 0px;
  border-color: #DDDDDD;
  border-style: solid;
  box-sizing: border-box;
}
/* Style Demo */
#stacks_in_117 .popBoxStyleDemo > div {
  padding: 50px 0px;
}
#popBox_stacks_in_117.popBoxStyleDemo .modal-content {
  height: 640px;
}
#popBox_stacks_in_117.popBoxStyleDemo .modal-inner {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
}
#popBox_stacks_in_117.popBoxStyleDemo .widthPercentageOff .modal-inner {
  width: 1200px;
  min-width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
}
#popBox_stacks_in_117.popBoxStyleDemo .widthPercentageOn .modal-inner {
  width: 100%;
  min-width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#popBox_stacks_in_117.popBoxStyleDemo.popBoxOverlay .modal-close:before {
  background-color: #000000;
  opacity: 0.50;
}
#popBox_stacks_in_117.popBoxStyleDemo .popBoxHeader {
  padding: 10px 10px 10px 10px;
}
#popBox_stacks_in_117.popBoxStyleDemo .modal-content {
  padding: 10px;
  padding: 10px 10px;
}
#popBox_stacks_in_117.popBoxStyleDemo .popBoxFooter {
  padding: 10px;
  padding: 10px 10px 10px 10px;
}
#stacks_in_117 .closeText {
  display: none;
  font-size: 12px;
  color: #333333;
  background: transprent;
}


#stacks_in_117 .closeText {
  display: inline;
}
#popBox_stacks_in_117 .iconOn  {
  display: none;
}
#popBox_stacks_in_117.popBoxStyleDemo .popBoxFooter span {
  display: none;
}
#popBox_stacks_in_117 .closeWrap {
  margin: 0 0 15px 0;
  text-align: center;
}
#popBox_stacks_in_117 .closeIcon.closeText {
  position: relative;
  border-width: 0px;
  border-radius: 0px;
  width: auto;
  height: auto;
  margin: 0 0 15px 0;
  right: auto;
  left: auto;
}













/* 3D */

/* Coupon */

/* Subtle */

/* Thick Borders */

/* Transparent */


 #caption_stacks_in_118{color:#000000} #caption_stacks_in_118{text-align:center;margin-top:0px;font-size:15px;font-weight:normal}
/*-- YouTube HTML5 Stack v1.5.0 by Joe Workman --*/

/*-- End YouTube HTML5 Stack --*//* 
 * Simple Text Pro
 * Author: Jeremy Hawes
 * Website: http://onelittledesigner.com/rapidweaver-stack/simple-text/
 * Support: http://forum.onelittledesigner.com
 * Verson: 2.0.3
 */

#simpleText_stacks_in_125 {
	position: relative;
	color: #333333;
	text-shadow: ;
	-webkit-text-shadow: ;
	-moz-text-shadow: ;
	-o-text-shadow: ;
	-ms-text-shadow: ;
}
#simpleText_stacks_in_125.fontSizeInheritOn {
	font-size: inherit;
}
#simpleText_stacks_in_125.fontSizeInheritOff {
	font-size: 14px;
	line-height: 14px;
}
#simpleText_stacks_in_125.letterSpacingOn {
	letter-spacing: 0px;
}
#simpleText_stacks_in_125.lineHeightOn {
	line-height: 14px;
}
#simpleText_stacks_in_125.rotateOn .insideText {
	-webkit-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	-o-transform:rotate(270deg);
	-ms-transform:rotate(270deg);
	display: inline-block;
}
#simpleText_stacks_in_125.inheritOff a, #simpleText_stacks_in_125.inheritOff a:link {
	color: #169EE6;
	text-decoration: inherit;
	font-style: inherit;
	font-weight: normal;
	transition: 0s all ease-in-out;
	-webkit-transition: 0s all ease-in-out;
	-moz-transition: 0s all ease-in-out;
	-o-transition: 0s all ease-in-out;
	-ms-transition: 0s all ease-in-out;	
}
#simpleText_stacks_in_125.inheritOff a:visited {
	color: #169EE6;
}
#simpleText_stacks_in_125.inheritOff a:hover {
	color: #FF6600;
	transition: 0s all ease-in-out;
	-webkit-transition: 0s all ease-in-out;
	-moz-transition: 0s all ease-in-out;
	-o-transition: 0s all ease-in-out;
	-ms-transition: 0s all ease-in-out;
}
#simpleText_stacks_in_125.inheritOff a:active {
	color: #FF6600;
}
#simpleText_stacks_in_125.inheritOff a:focus {
	color: #FF6600;
	outline: none !important; /*For browsers that add an outline by default*/
} 
#simpleText_stacks_in_125.optJustify {
	text-align: justify;
}

/* iPad Landscape */
@media (max-width : 1024px) {
	#simpleText_stacks_in_125.reFontSizeOn {
		font-size: px;
		line-height: px;
	}
}
/* iPad Portrait */
@media (max-width : 768px) {
	#simpleText_stacks_in_125.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}
/* iPhone Landscape */
@media (max-width : 480px) {
	#simpleText_stacks_in_125.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}
/* iPhone Portrait */
@media (max-width : 320px) {
	#simpleText_stacks_in_125.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}

/* =====================
 * PRO FEATURES
 ======================= */
#simpleText_stacks_in_125 .fontFamilyOff,
#simpleText_stacks_in_125 .fontFamilyOff *,
#simpleText_stacks_in_125 .fontFamilyOff a {
	font-family: Arial;
}
/*
  * Pop Box
  * Author: Jeremy Hawes
  * Version: 2.3.4
  * Product URL: http://onelittledesigner.com/rapidweaver-stack/popBox
  * Support URL: http://forum.onelittledesigner.com/tutorials/kb/popBox
  * Author URL: http://onelittledesigner.com
   	* Description: 1LD's Content Lightbox / Modal Window - for RapidWeaver Stacks
*/

html {overflow-y: scroll;}
.has-overlay {overflow: hidden;}
.has-overlay > body {height: 100%; overflow-y: scroll;}
#popBox_stacks_in_2.semantic-content {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  opacity: 0;
  line-height: 1.3;
  display: none\9;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
    transition: opacity 0.25s;
  
}
#popBox_stacks_in_2.semantic-content:target {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
#popBox_stacks_in_2.is-active.semantic-content {display: block\9;}
#popBox_stacks_in_2.semantic-content:target {display: block\9;}
#popBox_stacks_in_2.semantic-content .modal-inner {
  z-index: 999999;
  overflow-x: hidden;
  border-radius: 2px;
  background: #FFFFFF;
  
  
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 50%;
  
}
.semantic-content .modal-inner > img,
.semantic-content .modal-inner > video,
.semantic-content .modal-inner > iframe {
  width: 100%;
  height: auto;
  min-height: 100px;
}
.semantic-content .modal-inner > img {
  width: auto;
  max-width: 100%;
}
#popBox_stacks_in_2.semantic-content .popBoxHeader {
  background: #FFFFFF;
  	border-bottom: 1px solid #DDDDDD;
  
  padding: 10px 10px 10px 10px;
  
  	color: #222222;
  	position: relative;
}
#popBox_stacks_in_2.semantic-content .modal-content {
  background: #FFFFFF;
  border-right: none;
  border-left: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  
  padding: 10px 10px ;
  
  overflow-x: hidden;
  overflow-y: auto;
  color: #222222;
  
    height: 640px;
  
}
#popBox_stacks_in_2.semantic-content .popBoxFooter {
  background: #F0F0F0;
  	border-top: 1px solid #FFFFFF;
  
  padding: 10px 10px 10px 10px;
  
  	color: #222222;
}


#stacks_in_2 .semantic-content .modal-close {
  text-indent: -100px;
  overflow: hidden;
  opacity: 1;
}
#stacks_in_2 .semantic-content .modal-close:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

#popBox_stacks_in_2.popBoxOverlay .modal-close:before {
  background-color: #000000;
  opacity: 0.50;
}

#popBox_stacks_in_2 .closeIcon {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99999999;
  color: #333333;
}
#popBox_stacks_in_2 .closeIcon:hover {
  color: #333333;
}
#popBox_stacks_in_2 .closeIcon svg {
  font-size: 18px;
  height: 18px;
  width: 18px;
}
#popBox_stacks_in_2 .closeIcon svg path {
  fill: #333333;
}

  /* Screen sizes greater than 768px */
  #popBox_stacks_in_2.semantic-content .widthPercentageOff .modal-inner {
    width: 1200px;
    min-width: 1200px;
    max-width: 1200px;
  }
  #popBox_stacks_in_2.semantic-content .widthPercentageOn .modal-inner {
    width: 100%;
    min-width: 100%;
    max-width: 1200px;
  }
  /* Tablets */
  @media (max-width: 768px) {
    #popBox_stacks_in_2.semantic-content .modal-content {
      height: 400px;
    }
    #popBox_stacks_in_2.semantic-content .widthPercentageOff .modal-inner {
      width: 500px;
      min-width: 500px;
      max-width: 500px;
    }
    #popBox_stacks_in_2.semantic-content .widthPercentageOn .modal-inner {
      width: 100%;
      min-width: 100%;
      max-width: 100%;
    }
  }
  /* Mobile Devices */
  @media (max-width: 480px) {
    #popBox_stacks_in_2.semantic-content .modal-content {
      height: 220px;
    }
    #popBox_stacks_in_2.semantic-content .widthPercentageOff .modal-inner {
      width: 300px;
      min-width: 300px;
      max-width: 300px;
    }
    #popBox_stacks_in_2.semantic-content .widthPercentageOn .modal-inner {
      width: 100%;
      min-width: 100%;
      max-width: 100%;
    }
  }


#popBox_stacks_in_2 .imageType2 svg {
  display: none;
}
#popBox_stacks_in_2 .closeIcon img {
  display: none;
}
#popBox_stacks_in_2 .imageType2 img {
  display: block;
  width: auto;
  height: 20px;
}
#popBox_stacks_in_2.semantic-content .modal-inner {
  border-radius: 0px
}
#popBox_stacks_in_2.semantic-content .popBoxHeader {
  border-radius: 0px 0px 0px 0px;
}
#popBox_stacks_in_2.semantic-content .popBoxFooter {
  border-radius: 0px 0px 0px 0px;
}
#popBox_stacks_in_2.semantic-content .modal-inner {
  border-width: 0px;
  border-color: #DDDDDD;
  border-style: solid;
  box-sizing: border-box;
}
/* Style Demo */
#stacks_in_2 .popBoxStyleDemo > div {
  padding: 50px 0px;
}
#popBox_stacks_in_2.popBoxStyleDemo .modal-content {
  height: 640px;
}
#popBox_stacks_in_2.popBoxStyleDemo .modal-inner {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
}
#popBox_stacks_in_2.popBoxStyleDemo .widthPercentageOff .modal-inner {
  width: 1200px;
  min-width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
}
#popBox_stacks_in_2.popBoxStyleDemo .widthPercentageOn .modal-inner {
  width: 100%;
  min-width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#popBox_stacks_in_2.popBoxStyleDemo.popBoxOverlay .modal-close:before {
  background-color: #000000;
  opacity: 0.50;
}
#popBox_stacks_in_2.popBoxStyleDemo .popBoxHeader {
  padding: 10px 10px 10px 10px;
}
#popBox_stacks_in_2.popBoxStyleDemo .modal-content {
  padding: 10px;
  padding: 10px 10px;
}
#popBox_stacks_in_2.popBoxStyleDemo .popBoxFooter {
  padding: 10px;
  padding: 10px 10px 10px 10px;
}
#stacks_in_2 .closeText {
  display: none;
  font-size: 12px;
  color: #333333;
  background: transprent;
}


#stacks_in_2 .closeText {
  display: inline;
}
#popBox_stacks_in_2 .iconOn  {
  display: none;
}
#popBox_stacks_in_2.popBoxStyleDemo .popBoxFooter span {
  display: none;
}
#popBox_stacks_in_2 .closeWrap {
  margin: 0 0 15px 0;
  text-align: center;
}
#popBox_stacks_in_2 .closeIcon.closeText {
  position: relative;
  border-width: 0px;
  border-radius: 0px;
  width: auto;
  height: auto;
  margin: 0 0 15px 0;
  right: auto;
  left: auto;
}













/* 3D */

/* Coupon */

/* Subtle */

/* Thick Borders */

/* Transparent */


 #caption_stacks_in_29{color:#000000} #caption_stacks_in_29{text-align:center;margin-top:0px;font-size:15px;font-weight:normal}
/*-- YouTube HTML5 Stack v1.5.0 by Joe Workman --*/

/*-- End YouTube HTML5 Stack --*//* 
 * Simple Text Pro
 * Author: Jeremy Hawes
 * Website: http://onelittledesigner.com/rapidweaver-stack/simple-text/
 * Support: http://forum.onelittledesigner.com
 * Verson: 2.0.3
 */

#simpleText_stacks_in_14 {
	position: relative;
	color: #333333;
	text-shadow: ;
	-webkit-text-shadow: ;
	-moz-text-shadow: ;
	-o-text-shadow: ;
	-ms-text-shadow: ;
}
#simpleText_stacks_in_14.fontSizeInheritOn {
	font-size: inherit;
}
#simpleText_stacks_in_14.fontSizeInheritOff {
	font-size: 14px;
	line-height: 14px;
}
#simpleText_stacks_in_14.letterSpacingOn {
	letter-spacing: 0px;
}
#simpleText_stacks_in_14.lineHeightOn {
	line-height: 14px;
}
#simpleText_stacks_in_14.rotateOn .insideText {
	-webkit-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	-o-transform:rotate(270deg);
	-ms-transform:rotate(270deg);
	display: inline-block;
}
#simpleText_stacks_in_14.inheritOff a, #simpleText_stacks_in_14.inheritOff a:link {
	color: #169EE6;
	text-decoration: inherit;
	font-style: inherit;
	font-weight: normal;
	transition: 0s all ease-in-out;
	-webkit-transition: 0s all ease-in-out;
	-moz-transition: 0s all ease-in-out;
	-o-transition: 0s all ease-in-out;
	-ms-transition: 0s all ease-in-out;	
}
#simpleText_stacks_in_14.inheritOff a:visited {
	color: #169EE6;
}
#simpleText_stacks_in_14.inheritOff a:hover {
	color: #FF6600;
	transition: 0s all ease-in-out;
	-webkit-transition: 0s all ease-in-out;
	-moz-transition: 0s all ease-in-out;
	-o-transition: 0s all ease-in-out;
	-ms-transition: 0s all ease-in-out;
}
#simpleText_stacks_in_14.inheritOff a:active {
	color: #FF6600;
}
#simpleText_stacks_in_14.inheritOff a:focus {
	color: #FF6600;
	outline: none !important; /*For browsers that add an outline by default*/
} 
#simpleText_stacks_in_14.optJustify {
	text-align: justify;
}

/* iPad Landscape */
@media (max-width : 1024px) {
	#simpleText_stacks_in_14.reFontSizeOn {
		font-size: px;
		line-height: px;
	}
}
/* iPad Portrait */
@media (max-width : 768px) {
	#simpleText_stacks_in_14.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}
/* iPhone Landscape */
@media (max-width : 480px) {
	#simpleText_stacks_in_14.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}
/* iPhone Portrait */
@media (max-width : 320px) {
	#simpleText_stacks_in_14.reFontSizeOn {
		font-size: 14px;
		line-height: 14px;
	}
}

/* =====================
 * PRO FEATURES
 ======================= */
#simpleText_stacks_in_14 .fontFamilyOff,
#simpleText_stacks_in_14 .fontFamilyOff *,
#simpleText_stacks_in_14 .fontFamilyOff a {
	font-family: Arial;
}
/*
 * Typography: Core
 * Author: Jeremy Hawes
 * Version: 1.0.0
 * URL: http://onelittledesigner.com
 * Description: Typography Core stack for RapidWeaver 5+ Stack 2+
 */

#typography_stacks_in_137,
#typography_stacks_in_137 * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#typography_stacks_in_137 .fontImport {
	border: solid 2px #e0e0e0;
	background: #f0f0f0;
	border-radius: 4px;
	padding: 12px;
}



	/* Typography - Text Global Styles */
	#typography_stacks_in_137 .typography_text,
	#typography_stacks_in_137 .typography_text div,
	#typography_stacks_in_137 .typography_text p,
	#typography_stacks_in_137 .typography_text blockquote,
	#typography_stacks_in_137 .typography_text address,
	#typography_stacks_in_137 .typography_text details {
		color: #F16515;
	}
	
		#typography_stacks_in_137 .typography_text,
		#typography_stacks_in_137 .typography_text div,
		#typography_stacks_in_137 .typography_text p,
		#typography_stacks_in_137 .typography_text blockquote,
		#typography_stacks_in_137 .typography_text address,
		#typography_stacks_in_137 .typography_text details {
			font-size: 14px;
			
		}
		#typography_stacks_in_137 h1.typography_headers {
			font-size: 28px;
			
		}
		#typography_stacks_in_137 h2.typography_headers {
			font-size: 24px;
			
		}
		#typography_stacks_in_137 h3.typography_headers {
			font-size: 20px;
			
		}
		#typography_stacks_in_137 h4.typography_headers {
			font-size: 16px;
			
		}
		#typography_stacks_in_137 h5.typography_headers {
			font-size: 12px;
			
		}
		#typography_stacks_in_137 h6.typography_headers {
			font-size: 12px;
			
		}
	
	
		#typography_stacks_in_137 h1.typography_headers,
		#typography_stacks_in_137 h2.typography_headers,
		#typography_stacks_in_137 h3.typography_headers,
		#typography_stacks_in_137 h4.typography_headers,
		#typography_stacks_in_137 h5.typography_headers,
		#typography_stacks_in_137 h6.typography_headers {
			color: #111111;
		}
	
	
	#typography_stacks_in_137 .typography_text a,
	#typography_stacks_in_137 .typography_headers a,
	#typography_stacks_in_137 a .typography_headers {
		color: #0276FD;
	}
	#typography_stacks_in_137 .typography_text a:hover,
	#typography_stacks_in_137 .typography_headers a:hover,
	#typography_stacks_in_137 a:hover .typography_headers,
	#typography_stacks_in_137 .typography_text a:active,
	#typography_stacks_in_137 .typography_headers a:active,
	#typography_stacks_in_137 a:active .typography_headers {
		color: #60AFFE;
	}
	#typography_stacks_in_137.linkDecorationInherit .typography_text a {
		text-decoration: inherit;
	}
	#typography_stacks_in_137.linkDecorationNone .typography_text a {
		text-decoration: none;
		font-weight: normal;
	}
	#typography_stacks_in_137.linkDecorationUnderline .typography_text a {
		text-decoration: underline;
		font-weight: normal;
	}
	#typography_stacks_in_137.linkDecorationBold .typography_text a {
		text-decoration: none;
		font-weight: bold;
	}
	#typography_stacks_in_137.linkDecorationItalic .typography_text a {
		text-decoration: none;
		font-weight: none;
		font-style: italic;
	}
	
	#typography_stacks_in_137.linkDecorationHoverInherit .typography_text a:hover,
	#typography_stacks_in_137.linkDecorationHoverInherit .typography_text a:active {
		text-decoration: inherit;
	}
	#typography_stacks_in_137.linkDecorationHoverNone .typography_text a:hover,
	#typography_stacks_in_137.linkDecorationHoverNone .typography_text a:active {
		text-decoration: none;
		font-weight: normal;
	}
	#typography_stacks_in_137.linkDecorationHoverUnderline .typography_text a:hover,
	#typography_stacks_in_137.linkDecorationHoverUnderline .typography_text a:active {
		text-decoration: underline;
	}
	#typography_stacks_in_137.linkDecorationHoverBold .typography_text a:hover,
	#typography_stacks_in_137.linkDecorationHoverBold .typography_text a:active {
		font-weight: bold;
	}
	#typography_stacks_in_137.linkDecorationHoverItalic .typography_text a:hover,
	#typography_stacks_in_137.linkDecorationHoverItalic .typography_text a:active {\
		font-style: italic;
	}
	

/*
 * Typography: Font Importer
 * Author: Jeremy Hawes
 * Version: 1.0.0
 * URL: http://onelittledesigner.com
 * Description: Typography Core stack for RapidWeaver 5+ Stack 2+
 */


/*
 * Typography: Text
 * Author: Jeremy Hawes
 * Version: 1.0.0
 * URL: http://onelittledesigner.com
 * Description: Typography Text stack for RapidWeaver 5+ Stack 2+
 */

.typography_core #typography_text_stacks_in_140,
.typography_core p#typography_text_stacks_in_140,
.typography_core div#typography_text_stacks_in_140,
.typography_core blockquote#typography_text_stacks_in_140,
.typography_core address#typography_text_stacks_in_140,
.typography_core details#typography_text_stacks_in_140 {
	width: 100%;
	font-family: Fontdiner Swanky;
	padding: 0;
	margin: 0;
	text-align: left;
	display: block;
	
	
		text-shadow: 1px 1px 1px #FFFFFF;
	
	
	-webkit-transform: scale(1.00,1.00);
	-moz-transform: scale(1.00,1.00);
	transform: scale(1.00,1.00);
}

#typography_text_stacks_in_140.layoutColumns {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-fill: auto;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	-webkit-column-rule: 0px outset #E0E0E0;
	-moz-column-rule: 0px outset #E0E0E0;
	column-rule: 0px outset #E0E0E0;
}
#typography_text_stacks_in_140.dropCap1 .dropCap {
	font-family: inherit;
	font-size: 40px;
	color: #CD3333;
	padding-top: 12px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 0px;
	display: inline-block;
	float: left;
}




#stacks_in_140 {
	background-color: rgba(219, 247, 186, 1.00);
	margin: 0px 144px 0px 0px;
	padding: 0px 0px 0px 8px;
}

#stacks_in_141 {
	font-weight: bolder;
}
