

#stacks_in_22 {
	background-color: rgba(255, 255, 255, 1.00);
}

.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_720 {
	height: 20.00px;
}




















@media print {
	#spacerStackstacks_in_720 {
		display: none !important;
	}
}
/* @group Font Icons */

@font-face {
  font-family: 'fontello';
  src: url('font-icons/fontello.eot?19778278');
  src: url('font-icons/fontello.eot?19778278#iefix') format('embedded-opentype'),
	   url('font-icons/fontello.woff?19778278') format('woff'),
	   url('font-icons/fontello.ttf?19778278') format('truetype'),
	   url('font-icons/fontello.svg?19778278#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

#freeStyleWrapperstacks_in_419 [class^="freestyle-icon-"]:before,
#freeStyleWrapperstacks_in_419 [class*=" freestyle-icon-"]:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	/* opacity: .8; */
	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;
	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;
	/* Animation center compensation - margins should be symmetric */
	/* remove if not needed */
	margin-left: .2em;
	/* you can be more comfortable with increased icons size */
	/* font-size: 120%; */
	/* Uncomment for 3D effect */
	/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
#freeStyleWrapperstacks_in_419 .freestyle-icon-left-open:before { content: '\e800'; }
#freeStyleWrapperstacks_in_419 .freestyle-icon-right-open:before { content: '\e801'; }
#freeStyleWrapperstacks_in_419 .freestyle-icon-play:before { content: '\e802'; }
#freeStyleWrapperstacks_in_419 .freestyle-icon-pause:before { content: '\e803'; }

/* @end */

/* @group General / CSS reset */

#freeStyleWrapperstacks_in_419 {
	display: block;
	position: relative;
	width: 100%;
	z-index: 1;
}

#freeStyleWrapperstacks_in_419 a {
	outline: none;
}

#freeStyleWrapperstacks_in_419 ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#freeStyleWrapperstacks_in_419 li {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* @end */

%[if 1 ]%

/* @group BX Slider */

/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: solid #fff 5px;
	left: -5px;
	background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/freestyle-bx-loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(freestyle-images/freestyle-bx-controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(freestyle-images/freestyle-bx-controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(freestyle-images/freestyle-bx-controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(freestyle-images/freestyle-bx-controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* WW Reset */

.bx-wrapper {
	margin: 0px;
}

.bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	left: 0px;
}

.bx-wrapper ul,
.bx-wrapper li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.bx-wrapper img {
	max-width: none;
	width: 100%;
	height: auto;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 20px;
	width: 100%;
	z-index: 60;
}

/* Added by WW */

/* Hide slider until loaded */
#freeStyleSliderstacks_in_419 {
	display: none;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666666;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000000;
}

.bx-wrapper .bx-controls a {
	text-decoration: none;
}

.bx-wrapper .bx-controls-direction [class^="freestyle-icon-"] {
	font-size: 22px;
	color: #BDBDBD;
	line-height: 34px;
	text-shadow: none;
}

.bx-wrapper .bx-prev {
	left: 10px;
	width: 32px;
	height: 32px;
	text-align: left;
	border-radius: 16px;
	background: #686868;
	opacity: 0.80;
}

.bx-wrapper .bx-prev:hover {
	opacity: 1.00;
}

.bx-wrapper .bx-next {
	right: 10px;
	width: 32px;
	height: 32px;
	text-align: right;
	border-radius: 16px;
	background: #686868;
	opacity: 0.80;
}

.bx-wrapper .bx-next:hover {
	opacity: 1.00;
}

.bx-wrapper .bx-controls-direction a {
	text-indent: 0;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	margin-left: 10px;
}

.bx-wrapper .bx-controls-auto [class^="freestyle-icon-"] {
	font-size: 22px;
	color: #BDBDBD;
	line-height: 34px;
	text-shadow: none;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: 0px;
	width: 32px;
	height: 32px;
	outline: 0;
	background: none;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:hover [class^="freestyle-icon-"],
.bx-wrapper .bx-controls-auto .bx-start.active [class^="freestyle-icon-"] {
	background: none;
	color: #000000;
	text-shadow: none;
}

.bx-controls-auto,
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	width: 85px;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: 0px;
	width: 32px;
	height: 32px;
	outline: 0;
	background: none;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:hover [class^="freestyle-icon-"],
.bx-wrapper .bx-controls-auto .bx-stop.active [class^="freestyle-icon-"] {
	background: none;
	color: #000000;
	text-shadow: none;
}




/* @end */









/* @group Maps */

.freeStyleMapContainer {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
}

/* @end */

/* @group Video */

.freeStyleMapContainer iframe {
	max-width: 100%;
	max-height: 100%;
}

.freeStyleVideoContainer {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px; 
	height: 0;
	overflow: hidden;
}
 
.freeStyleVideoContainer iframe,
.freeStyleVideoContainer object,
.freeStyleVideoContainer embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* @end */

/* @group HTML5 Video */

.html5VideoContainer {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
}

.html5VideoContainer video,
.html5VideoContainer canvas {
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
 }
 
.html5VideoContainer video {
	height: 100% !important;
	position: absolute;
	-webkit-transform-style: preserve-3d;
}

/* @end */

/* @group Vine Video */





.vineVideoContainer iframe {
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: 0 auto;
	border: none;
	outline: none;
}





/* @end */

/* @group Overlay */

#freeStyleOverlaystacks_in_419 {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 55;
	display: block;
	width: 33%;
}

#overlayFillstacks_in_419 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.80;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}

#overlayContentstacks_in_419 {
	position: relative;
	display: block;
	z-index: 5;
	padding: 2%;
	margin: 0;
	color: #FFFFFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size: 100%;
}

/* @end */

@media screen and (max-width: 569px) {
	#freeStyleOverlaystacks_in_419 {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		display: block;
		width: 100%;
	}
	
	#overlayFillstacks_in_419,
	#overlayContentstacks_in_419 {
		opacity: 1.00;
		border-radius: 0px;
		-webkit-border-radius: 0px;
	}
}

#stacks_in_419 {
	padding:  10px;
}

#stacks_in_723 {
	padding: 10px 10px 10px 40px;
}

#stacks_in_727 {
	padding: 0px 40px 20px 40px;
}

#stacks_in_721 {
	padding: 20px 0px 0px 0px;
}
#stacks_in_663>.s3_row {
	margin: 0 -10px;
}

#stacks_in_663>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_663>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_663>.s3_row>.s3_column {
	padding: 0 10px;
}










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


	#stacks_in_663>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_663>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}



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



}





/* -- EACH CSS Template -- */



 
 /* ---- edit END -- */   
 
  
 
 /* ------- global ------   */   
#stacks_in_718 *{ box-sizing: border-box !important; }
 /* ------- perspective setting ------   */ 
#stacks_in_718 .perspective-1-up .HYPE_element_container, #stacks_in_718 .perspective-1-down .HYPE_element_container,
#stacks_in_718 .perspective-2-left .HYPE_element_container, #stacks_in_718 .perspective-2-right .HYPE_element_container, 
#stacks_in_718 .perspective-3-left .HYPE_element_container, #stacks_in_718 .perspective-3-right .HYPE_element_container,

/*#stacks_in_718 .perspective-6-left .HYPE_element_container, #stacks_in_718 .perspective-6-right .HYPE_element_container,
#stacks_in_718 .perspective-7-left .HYPE_element_container, #stacks_in_718 .perspective-7-right .HYPE_element_container,*/

#stacks_in_718 .perspective-1 .HYPE_element_container { -webkit-perspective: 2000px !important; -moz-perspective: 2000px !important; perspective: 2000px !important; perspective-origin: 50% 50% !important;}
 /* ------- box ------   */ 

/* scene 1 - horiz solid */
#stacks_in_718 .perspective-1-down  {  display: block !important;   }

#stacks_in_718 .perspective-1-up    {  display: none !important;    }
/* scene 2 - verical solid */
#stacks_in_718 .perspective-2-right {   }

#stacks_in_718 .perspective-2-left  {   }
/* scene 3 - fluid cube max 800 */
#stacks_in_718 .perspective-3-right {   }

#stacks_in_718 .perspective-3-left  {   }
/* scene 4 - fluid box max 800 */
#stacks_in_718 .perspective-4-right {   }

#stacks_in_718 .perspective-4-left  {   }
/* scene 5 - fluid box max 800 */
#stacks_in_718 .perspective-5-right {   }

#stacks_in_718 .perspective-5-left  {   }

/* scene 6 - fluid box max 1000 */
#stacks_in_718 .perspective-6-right {   }

#stacks_in_718 .perspective-6-left  {   }
/* scene 7 - fluid box max 1000 */
#stacks_in_718 .perspective-7-right {   }

#stacks_in_718 .perspective-7-left  {   }


#stacks_in_718 .anim-wrapper, stacks_in_718_default_hype_container { margin:auto;position:relative; overflow: auto; width: auto; 
 	
 
 
 
 
 
 max-width: 550px; min-height: 550px; max-height: 1000px;  

}

/* scene 3 BP */
@media (max-width: 1200px) {
#stacks_in_718 .anim-wrapper, stacks_in_718_default_hype_container {		
	 
  }
}
@media (max-width: 600px) {
#stacks_in_718 .anim-wrapper, stacks_in_718_default_hype_container {		
	  	
  }
}
/* scene 4 BP */
@media (max-width: 800px) {
#stacks_in_718 .anim-wrapper, stacks_in_718_default_hype_container {		
	 
  }
}
@media (max-width: 600px) {
#stacks_in_718 .anim-wrapper, stacks_in_718_default_hype_container {		
	  	
  }
}
/* scene 5 BP */
@media (max-width: 800px) {
#stacks_in_718 .anim-wrapper, stacks_in_718_default_hype_container {		
	 
  }
}
@media (max-width: 600px) {
#stacks_in_718 .anim-wrapper, stacks_in_718_default_hype_container {		
	  	
  }
}
/* scene 6 BP new */
@media (max-width: 800px) {
#stacks_in_718 .anim-wrapper, stacks_in_718_default_hype_container {		
	 
  }
}
@media (max-width: 600px) {
#stacks_in_718 .anim-wrapper, stacks_in_718_default_hype_container {		
	  	
  }
}
/* scene 7 BP new */
@media (max-width: 800px) {
#stacks_in_718 .anim-wrapper, stacks_in_718_default_hype_container {		
	
       
	  max-width: 350px; min-height: 350px;  	
	   
  }
}
@media (max-width: 600px) {
#stacks_in_718 .anim-wrapper, stacks_in_718_default_hype_container {		
	
       
      max-width: 320px; min-height: 320px;  	
	  	
  }
}
stacks_in_718_default_hype_container, #stacks_in_718 .HYPE_document, #stacks_in_718 .anim-wrapper, .HYPE_element_container { }
/* ------------ required for Chrome ----------- */
#stacks_in_718 .text-front, #stacks_in_718 .text-bottom { -webkit-backface-visibility: hidden !important; -webkit-font-smoothing: antialiased !important;
 color: rgba(15, 15, 15, 1.00) !important; }
/* ------------ required for Chrome ----------- */	
#stacks_in_718 .text-bottom {  color: rgba(15, 15, 15, 1.00) !important;  }
/* ------------ link on hover -------------- */	

/* ------------ img 1 -------------- */	
#stacks_in_718 .surface-1, #stacks_in_718 .surface-2 {
background-size: cover !important;
 	
	
 background-image: none !important;  
}

#stacks_in_718 .surface-1 {
 
background-blend-mode: ;
}
/* ------------ img 2 -------------- */	
#stacks_in_718 .surface-2 {

	background-size: cover !important;
	 background-image: url(../files/2_image-718.jpg) !important;  	
		
	 
	background-position: 50% 50% !important; 	
	background-color: #A1834A !important;	

 
background-blend-mode:  !important;
}

#stacks_in_718 .surface-1, #stacks_in_718 .surface-2 { background-position: 50% 50% !important; background-color: #AD7AA3 !important; }

#stacks_in_718 .hype-solid-border {
 
border: 30px solid rgba(237, 237, 237, 1.00) !important;
display: block !important;


}

/* ------------ gradient colous -------------- */	
#stacks_in_718 .share-gradient {  background: linear-gradient(90deg, rgba(56, 174, 255, 0.00) 90%, rgba(161, 131, 74, 0.51)  90%) !important;  }
#stacks_in_718 .share-gradient-2 {  }	
/* waipoint trigger */
#stacks_in_718 .hype-element-trigger { opacity: 0.7;	margin-top: 53% !important;


}

#stacks_in_718 .hype-hover-repeat-off {  }
#stacks_in_718 .text-front, #stacks_in_718 .text-front p, #stacks_in_718 .text-bottom, #stacks_in_718 .text-bottom p { 

 text-align: center !important; 

}

/* text  */
#stacks_in_718 .text-front, 	#stacks_in_718 .text-bottom { 
font-size: 71px !important;			
font-style: none !important;
text-transform: none !important;	 
text-decoration: None;
letter-spacing: 22px !important;	
line-height: 90px !important;	
font-family: "title_custom_font_selector", serif !important;	
margin-top: -22px;
margin-left: 330px;

 	


font-family: 'Montserrat', serif !important;	
font-weight: 800 !important;
 	

 	
	

}
/* custom AW icon */ 
#stacks_in_718 .icon-aw, #stacks_in_718 .icon-aw [class*="fa fa-"], #stacks_in_718 .icon-aw [class^="fa fa-"]{ 
font-size: 106px !important; color: rgba(240, 240, 240, 1.00) !important; 
 
 }
/* custom PNG --- code ---- */
#stacks_in_718 .icon-svg, #stacks_in_718 .icon-svg-1  { 

 		 	
background-position: center center !important; background-repeat: no-repeat; background-size: contain; transform-origin: center center !important;
 position: absolute; top: 0; right: 0; left: 0; bottom: 0; margin: auto; 
 }
#stacks_in_718 .icon-svg {  width: 180px !important; height: auto !important;  }
#stacks_in_718 .icon-svg-1 {  width: 180px !important; height: 180px !important;  }
/* ---  code ---- */

#stacks_in_718 .text-front, 	#stacks_in_718 .text-bottom  {
 
/* shadow set */
		












}

/* link managed in Hype */
 #stacks_in_718 .hype-link-simple-group, #stacks_in_718 .hype-link-simple, #stacks_in_718 .hype-link-simple-blank {
  }
 #stacks_in_718 .hype-link-hover-group, #stacks_in_718 .hype-link-hover, #stacks_in_718 .hype-link-hover-blank  {
   display: block !important;  }
/* link hover */
#stacks_in_718 .hype-link-simple, #stacks_in_718 .hype-link-hover {  }
/* hype drag icons selectors */
#stacks_in_718 .hype-drag-rotate {
 display: block !important; 
 display: block !important;  
}
#stacks_in_718 .hype-drag-rotate-slide {


} 

@media only screen and (max-width: 600px) {
#stacks_in_718 .text-front, 	#stacks_in_718 .text-bottom { 
 } 
}


/* -- End EACH CSS Template end -- */
#stacks_in_729 {
	padding:  10px;
}

#stacks_in_687 {
	padding:  5px;
}
/* -- EACH CSS Template -- */



 
 /* ---- edit END -- */   
 
  
 
 /* ------- global ------   */   
#stacks_in_719 *{ box-sizing: border-box !important; }
 /* ------- perspective setting ------   */ 
#stacks_in_719 .perspective-1-up .HYPE_element_container, #stacks_in_719 .perspective-1-down .HYPE_element_container,
#stacks_in_719 .perspective-2-left .HYPE_element_container, #stacks_in_719 .perspective-2-right .HYPE_element_container, 
#stacks_in_719 .perspective-3-left .HYPE_element_container, #stacks_in_719 .perspective-3-right .HYPE_element_container,

/*#stacks_in_719 .perspective-6-left .HYPE_element_container, #stacks_in_719 .perspective-6-right .HYPE_element_container,
#stacks_in_719 .perspective-7-left .HYPE_element_container, #stacks_in_719 .perspective-7-right .HYPE_element_container,*/

#stacks_in_719 .perspective-1 .HYPE_element_container { -webkit-perspective: 2000px !important; -moz-perspective: 2000px !important; perspective: 2000px !important; perspective-origin: 50% 50% !important;}
 /* ------- box ------   */ 

/* scene 1 - horiz solid */
#stacks_in_719 .perspective-1-down  {  display: block !important;   }

#stacks_in_719 .perspective-1-up    {  display: none !important;    }
/* scene 2 - verical solid */
#stacks_in_719 .perspective-2-right {   }

#stacks_in_719 .perspective-2-left  {   }
/* scene 3 - fluid cube max 800 */
#stacks_in_719 .perspective-3-right {   }

#stacks_in_719 .perspective-3-left  {   }
/* scene 4 - fluid box max 800 */
#stacks_in_719 .perspective-4-right {   }

#stacks_in_719 .perspective-4-left  {   }
/* scene 5 - fluid box max 800 */
#stacks_in_719 .perspective-5-right {   }

#stacks_in_719 .perspective-5-left  {   }

/* scene 6 - fluid box max 1000 */
#stacks_in_719 .perspective-6-right {   }

#stacks_in_719 .perspective-6-left  {   }
/* scene 7 - fluid box max 1000 */
#stacks_in_719 .perspective-7-right {   }

#stacks_in_719 .perspective-7-left  {   }


#stacks_in_719 .anim-wrapper, stacks_in_719_default_hype_container { margin:auto;position:relative; overflow: auto; width: auto; 
 	
 
 
 
 
 
 max-width: 550px; min-height: 550px; max-height: 1000px;  

}

/* scene 3 BP */
@media (max-width: 1200px) {
#stacks_in_719 .anim-wrapper, stacks_in_719_default_hype_container {		
	 
  }
}
@media (max-width: 600px) {
#stacks_in_719 .anim-wrapper, stacks_in_719_default_hype_container {		
	  	
  }
}
/* scene 4 BP */
@media (max-width: 800px) {
#stacks_in_719 .anim-wrapper, stacks_in_719_default_hype_container {		
	 
  }
}
@media (max-width: 600px) {
#stacks_in_719 .anim-wrapper, stacks_in_719_default_hype_container {		
	  	
  }
}
/* scene 5 BP */
@media (max-width: 800px) {
#stacks_in_719 .anim-wrapper, stacks_in_719_default_hype_container {		
	 
  }
}
@media (max-width: 600px) {
#stacks_in_719 .anim-wrapper, stacks_in_719_default_hype_container {		
	  	
  }
}
/* scene 6 BP new */
@media (max-width: 800px) {
#stacks_in_719 .anim-wrapper, stacks_in_719_default_hype_container {		
	 
  }
}
@media (max-width: 600px) {
#stacks_in_719 .anim-wrapper, stacks_in_719_default_hype_container {		
	  	
  }
}
/* scene 7 BP new */
@media (max-width: 800px) {
#stacks_in_719 .anim-wrapper, stacks_in_719_default_hype_container {		
	
       
	  max-width: 350px; min-height: 350px;  	
	   
  }
}
@media (max-width: 600px) {
#stacks_in_719 .anim-wrapper, stacks_in_719_default_hype_container {		
	
       
      max-width: 320px; min-height: 320px;  	
	  	
  }
}
stacks_in_719_default_hype_container, #stacks_in_719 .HYPE_document, #stacks_in_719 .anim-wrapper, .HYPE_element_container { }
/* ------------ required for Chrome ----------- */
#stacks_in_719 .text-front, #stacks_in_719 .text-bottom { -webkit-backface-visibility: hidden !important; -webkit-font-smoothing: antialiased !important;
 color: rgba(15, 15, 15, 1.00) !important; }
/* ------------ required for Chrome ----------- */	
#stacks_in_719 .text-bottom {  color: rgba(15, 15, 15, 1.00) !important;  }
/* ------------ link on hover -------------- */	

/* ------------ img 1 -------------- */	
#stacks_in_719 .surface-1, #stacks_in_719 .surface-2 {
background-size: cover !important;
 	
	
 background-image: none !important;  
}

#stacks_in_719 .surface-1 {
 
background-blend-mode: ;
}
/* ------------ img 2 -------------- */	
#stacks_in_719 .surface-2 {

	background-size: cover !important;
	 background-image: url(../files/2_image-719.jpg) !important;  	
		
	 
	background-position: 50% 50% !important; 	
	background-color: #A1834A !important;	

 
background-blend-mode:  !important;
}

#stacks_in_719 .surface-1, #stacks_in_719 .surface-2 { background-position: 50% 50% !important; background-color: #AD7AA3 !important; }

#stacks_in_719 .hype-solid-border {
 
border: 30px solid rgba(237, 237, 237, 1.00) !important;
display: block !important;


}

/* ------------ gradient colous -------------- */	
#stacks_in_719 .share-gradient {  background: linear-gradient(90deg, rgba(56, 174, 255, 0.00) 90%, rgba(255, 255, 255, 0.50)  90%) !important;  }
#stacks_in_719 .share-gradient-2 {  }	
/* waipoint trigger */
#stacks_in_719 .hype-element-trigger { opacity: 0.7;	margin-top: 53% !important;


}

#stacks_in_719 .hype-hover-repeat-off {  }
#stacks_in_719 .text-front, #stacks_in_719 .text-front p, #stacks_in_719 .text-bottom, #stacks_in_719 .text-bottom p { 

 text-align: center !important; 

}

/* text  */
#stacks_in_719 .text-front, 	#stacks_in_719 .text-bottom { 
font-size: 71px !important;			
font-style: none !important;
text-transform: none !important;	 
text-decoration: None;
letter-spacing: 22px !important;	
line-height: 90px !important;	
font-family: "title_custom_font_selector", serif !important;	
margin-top: -22px;
margin-left: 330px;

 	


font-family: 'Montserrat', serif !important;	
font-weight: 800 !important;
 	

 	
	

}
/* custom AW icon */ 
#stacks_in_719 .icon-aw, #stacks_in_719 .icon-aw [class*="fa fa-"], #stacks_in_719 .icon-aw [class^="fa fa-"]{ 
font-size: 106px !important; color: rgba(240, 240, 240, 1.00) !important; 
 
 }
/* custom PNG --- code ---- */
#stacks_in_719 .icon-svg, #stacks_in_719 .icon-svg-1  { 

 		 	
background-position: center center !important; background-repeat: no-repeat; background-size: contain; transform-origin: center center !important;
 position: absolute; top: 0; right: 0; left: 0; bottom: 0; margin: auto; 
 }
#stacks_in_719 .icon-svg {  width: 180px !important; height: auto !important;  }
#stacks_in_719 .icon-svg-1 {  width: 180px !important; height: 180px !important;  }
/* ---  code ---- */

#stacks_in_719 .text-front, 	#stacks_in_719 .text-bottom  {
 
/* shadow set */
		












}

/* link managed in Hype */
 #stacks_in_719 .hype-link-simple-group, #stacks_in_719 .hype-link-simple, #stacks_in_719 .hype-link-simple-blank {
  }
 #stacks_in_719 .hype-link-hover-group, #stacks_in_719 .hype-link-hover, #stacks_in_719 .hype-link-hover-blank  {
   display: block !important;  }
/* link hover */
#stacks_in_719 .hype-link-simple, #stacks_in_719 .hype-link-hover {  }
/* hype drag icons selectors */
#stacks_in_719 .hype-drag-rotate {
 display: block !important; 
 display: block !important;  
}
#stacks_in_719 .hype-drag-rotate-slide {


} 

@media only screen and (max-width: 600px) {
#stacks_in_719 .text-front, 	#stacks_in_719 .text-bottom { 
 } 
}


/* -- End EACH CSS Template end -- */
#stacks_in_731 {
	padding:  10px;
}

#stacks_in_692 {
	padding:  5px;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_309 {
	height: 40.00px;
}




















@media print {
	#spacerStackstacks_in_309 {
		display: none !important;
	}
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_624 {
	height: 40.00px;
}




















@media print {
	#spacerStackstacks_in_624 {
		display: none !important;
	}
}
#stacks_in_694>.s3_row {
	margin: 0 -10px;
}

#stacks_in_694>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_694>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_694>.s3_row>.s3_column {
	padding: 0 10px;
}










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



}



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


	#stacks_in_694>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_694>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}





.featherlight-content {
	overflow: visible !important;
	border-radius: 0px;
}

.featherlight-content img {
	border-radius: 0px;
	overflow: hidden;
}

img.readyToLiteBox {
	cursor: pointer;
}

/*  */

/*  */

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.4.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
	.featherlight {
		display: none;

		/* dimensions: spanning the background from edge to edge */
		position:fixed;
		top: 0; right: 0; bottom: 0; left: 0;
		z-index: 2147483647; /* z-index needs to be >= elements on the site. */

		/* position: centering content */
		text-align: center;

		/* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
		white-space: nowrap;

		/* styling */
		cursor: pointer;
		background: #333;
		/* IE8 "hack" for nested featherlights */
		background: rgba(0, 0, 0, 0);
	}

	/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
	.featherlight:last-of-type {
		background: rgba(0, 0, 0, 0.90);
	}

	.featherlight:before {
		/* position: trick to center content vertically */
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -0.25em;
	}

	.featherlight .featherlight-content {
		/* make content container for positioned elements (close button) */
		position: relative;

		/* position: centering vertical and horizontal */
		text-align: left;
		vertical-align: middle;
		display: inline-block;

		/* dimensions: cut off images */
		overflow: auto;
		padding: 0;
		border-bottom: 0px solid transparent;

		/* dimensions: handling large content */
		margin-left: 5%;
		margin-right: 5%;
		max-height: 95%;

		/* styling */
		background: #fff;
		cursor: auto;

		/* reset white-space wrapping */
		white-space: normal;
	}

	/* contains the content */
	.featherlight .featherlight-inner {
		/* make sure its visible */
		display: block;
	}

	.featherlight .featherlight-close-icon {
		/* position: centering vertical and horizontal */
		position: absolute;
		z-index: 9999;
		top: 0px;
		right: 0px;
		line-height: 50px;
		font-size: 18px;
		width: 50px;
		cursor: pointer;
		text-align: center;
		font-family: Arial, sans-serif;
		background: rgba(0, 0, 0, 0.60);
		color: rgba(255, 255, 255, 1.00);
		overflow: hidden;
		border-radius: 0px;
	}


	.featherlight .featherlight-image {
		/* styling */
		width: 100%;
	}


	.featherlight-iframe .featherlight-content {
		/* removed the border for image croping since iframe is edge to edge */
		border-bottom: 0;
		padding: 0;
	}

	.featherlight iframe {
		/* styling */
		border: none;
	}
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
	.featherlight .featherlight-content {
		/* dimensions: maximize lightbox with for small screens */
		margin-left: 20px;
		margin-right: 20px;
		max-height: 98%;

		padding: 0;
		border-bottom: 0px solid transparent;
	}
}#rollFadestacks_in_595 {
	opacity: 0.99;
	transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	-webkit-transition: opacity 500ms ease-out;
	-o-transition: opacity 500ms ease-out;
}

#rollFadestacks_in_595:hover {
	opacity: 0.75;
}
#stacks_in_595 {
	padding: 0px 0px 10px 0px;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_599 {
	height: 40.00px;
}




















@media print {
	#spacerStackstacks_in_599 {
		display: none !important;
	}
}
.featherlight-content {
	overflow: visible !important;
	border-radius: 0px;
}

.featherlight-content img {
	border-radius: 0px;
	overflow: hidden;
}

img.readyToLiteBox {
	cursor: pointer;
}

/*  */

/*  */

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.4.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
	.featherlight {
		display: none;

		/* dimensions: spanning the background from edge to edge */
		position:fixed;
		top: 0; right: 0; bottom: 0; left: 0;
		z-index: 2147483647; /* z-index needs to be >= elements on the site. */

		/* position: centering content */
		text-align: center;

		/* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
		white-space: nowrap;

		/* styling */
		cursor: pointer;
		background: #333;
		/* IE8 "hack" for nested featherlights */
		background: rgba(0, 0, 0, 0);
	}

	/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
	.featherlight:last-of-type {
		background: rgba(0, 0, 0, 0.90);
	}

	.featherlight:before {
		/* position: trick to center content vertically */
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -0.25em;
	}

	.featherlight .featherlight-content {
		/* make content container for positioned elements (close button) */
		position: relative;

		/* position: centering vertical and horizontal */
		text-align: left;
		vertical-align: middle;
		display: inline-block;

		/* dimensions: cut off images */
		overflow: auto;
		padding: 0;
		border-bottom: 0px solid transparent;

		/* dimensions: handling large content */
		margin-left: 5%;
		margin-right: 5%;
		max-height: 95%;

		/* styling */
		background: #fff;
		cursor: auto;

		/* reset white-space wrapping */
		white-space: normal;
	}

	/* contains the content */
	.featherlight .featherlight-inner {
		/* make sure its visible */
		display: block;
	}

	.featherlight .featherlight-close-icon {
		/* position: centering vertical and horizontal */
		position: absolute;
		z-index: 9999;
		top: 0px;
		right: 0px;
		line-height: 50px;
		font-size: 18px;
		width: 50px;
		cursor: pointer;
		text-align: center;
		font-family: Arial, sans-serif;
		background: rgba(0, 0, 0, 0.60);
		color: rgba(255, 255, 255, 1.00);
		overflow: hidden;
		border-radius: 0px;
	}


	.featherlight .featherlight-image {
		/* styling */
		width: 100%;
	}


	.featherlight-iframe .featherlight-content {
		/* removed the border for image croping since iframe is edge to edge */
		border-bottom: 0;
		padding: 0;
	}

	.featherlight iframe {
		/* styling */
		border: none;
	}
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
	.featherlight .featherlight-content {
		/* dimensions: maximize lightbox with for small screens */
		margin-left: 20px;
		margin-right: 20px;
		max-height: 98%;

		padding: 0;
		border-bottom: 0px solid transparent;
	}
}#rollFadestacks_in_609 {
	opacity: 0.99;
	transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	-webkit-transition: opacity 500ms ease-out;
	-o-transition: opacity 500ms ease-out;
}

#rollFadestacks_in_609:hover {
	opacity: 0.75;
}
#stacks_in_609 {
	padding: 0px 0px 10px 0px;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_613 {
	height: 40.00px;
}




















@media print {
	#spacerStackstacks_in_613 {
		display: none !important;
	}
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_656 {
	height: 40.00px;
}




















@media print {
	#spacerStackstacks_in_656 {
		display: none !important;
	}
}

#stacks_in_703 {
	border: solid rgba(128, 64, 3, 1.00);
	border-width:  1px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	padding:  20px;
}

.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_707 {
	height: 20.00px;
}




















@media print {
	#spacerStackstacks_in_707 {
		display: none !important;
	}
}
/*  DropThing Stack by RapidWeaver Central is based with kind permission on Will Woodgate's Toggle Stack. More of Will's stacks can be found at http://www.stacks4stacks.com */


#dropthingWrapper_stacks_in_708 {
	position: relative;
	display: block;
}

#dropthingTrigger_stacks_in_708 {
	margin: 0;
	font-weight: normal;
	display: block;
	position: relative;
	color: #FFFFFF;
	text-decoration: none;
	background: ;
	
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;	
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;	
}
	
.static-bg0stacks_in_708 {
	background: transparent;
}

.static-bg1stacks_in_708 {
	background: #333333;
}

.static-bg2stacks_in_708 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(left, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=1);
}

.static-bg3stacks_in_708 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(top, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=0);
}

.static-bg4stacks_in_708 {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

.static-bg5stacks_in_708 {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

#dropthingTrigger_stacks_in_708:hover { 
	color: #999999;
	cursor: pointer; 
}

#dropthingContainer_stacks_in_708 {
	display: none;
	margin-top: px;
	padding: px;
	overflow: hidden;
	color: #FFFFFF;
	-webkit-border-radius: px;
	-moz-border-radius: px;
	border-radius: px;
}

.content-bg0stacks_in_708 {
	background: transparent;
}

.content-bg1stacks_in_708 {
	background: #333333;
}

.content-bg2stacks_in_708 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(left, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=1);
}

.content-bg3stacks_in_708 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(top, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=0);
}

.content-bg4stacks_in_708 {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

.content-bg5stacks_in_708 {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}



/* @end */

#stacks_in_708 {
	background-color: rgba(255, 255, 255, 1.00);
}
#shady_stack_stacks_in_709 {
	max-width: none;
	
  margin: 0 auto;
  
}

#shady_stack_shadow_stacks_in_709 {
	box-shadow:  0rem 0rem 0.8rem 0.4rem rgba(153, 153, 153, 1.00);
	border-radius: 0rem;
	overflow: hidden;
	padding: 1.0rem;
	margin: 1.0rem;
	border: none 0.10rem rgba(51, 51, 51, 1.00);
}

@media print {
	#shady_stack_shadow_stacks_in_709 {
		margin: 0;
		padding: 0;
		box-shadow: none;
		border-radius: 0px;
	}
}

#stacks_in_714 {
	padding: 10px 10px 20px 10px;
}

.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_717 {
	height: 20.00px;
}




















@media print {
	#spacerStackstacks_in_717 {
		display: none !important;
	}
}

#stacks_in_356 {
	background-color: rgba(230, 230, 230, 1.00);
	padding:  20px;
}

.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_150 {
	height: 20.00px;
}




















@media print {
	#spacerStackstacks_in_150 {
		display: none !important;
	}
}

.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_360 {
	height: 20.00px;
}




















@media print {
	#spacerStackstacks_in_360 {
		display: none !important;
	}
}
#stacks_in_204_button {
	display:block;
	position: relative;
	text-align: center;
}


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







#stacks_in_204 a:link, #stacks_in_204 a:visited {
	background-color:#C9A35C;
	background: -webkit-gradient(linear, left top, left bottom, from(#C9A35C), to(#786237));
	border:1px solid #786237;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_204 a:hover {
	background-color:#D9B063;
	background: -webkit-gradient(linear, left top, left bottom, from(#D9B063), to(#685530));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_204 a:active {
	background-color:#C9A35C;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_358 {
	height: 20.00px;
}




















@media print {
	#spacerStackstacks_in_358 {
		display: none !important;
	}
}
#stacks_in_164>.s3_row {
	margin: 0 -50px;
}

#stacks_in_164>.s3_row>.s3_column_left {
	width: 33.33%;
}

#stacks_in_164>.s3_row>.s3_column_center {
	width: 33.339996%;
}

#stacks_in_164>.s3_row>.s3_column_right {
	width: 33.33%;
}

#stacks_in_164>.s3_row>.s3_column {
	padding: 0 50px;
}








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



}



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


	#stacks_in_164>.s3_row  {
		margin: -50px 0;
	}
	#stacks_in_164>.s3_row>.s3_column {
		padding: 50px 0;
		width:100%;
	}


}




#stacks_in_168 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width: 0px 1px 0px 0px;
}

#stacks_in_176 {
	padding: 0px 10px 0px 0px;
}

.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_322 {
	height: 10.00px;
}




















@media print {
	#spacerStackstacks_in_322 {
		display: none !important;
	}
}
.featherlight-content {
	overflow: visible !important;
	border-radius: 0px;
}

.featherlight-content img {
	border-radius: 0px;
	overflow: hidden;
}

img.readyToLiteBox {
	cursor: pointer;
}

/*  */

/*  */

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.4.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
	.featherlight {
		display: none;

		/* dimensions: spanning the background from edge to edge */
		position:fixed;
		top: 0; right: 0; bottom: 0; left: 0;
		z-index: 2147483647; /* z-index needs to be >= elements on the site. */

		/* position: centering content */
		text-align: center;

		/* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
		white-space: nowrap;

		/* styling */
		cursor: pointer;
		background: #333;
		/* IE8 "hack" for nested featherlights */
		background: rgba(0, 0, 0, 0);
	}

	/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
	.featherlight:last-of-type {
		background: rgba(0, 0, 0, 0.90);
	}

	.featherlight:before {
		/* position: trick to center content vertically */
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -0.25em;
	}

	.featherlight .featherlight-content {
		/* make content container for positioned elements (close button) */
		position: relative;

		/* position: centering vertical and horizontal */
		text-align: left;
		vertical-align: middle;
		display: inline-block;

		/* dimensions: cut off images */
		overflow: auto;
		padding: 0;
		border-bottom: 0px solid transparent;

		/* dimensions: handling large content */
		margin-left: 5%;
		margin-right: 5%;
		max-height: 95%;

		/* styling */
		background: #fff;
		cursor: auto;

		/* reset white-space wrapping */
		white-space: normal;
	}

	/* contains the content */
	.featherlight .featherlight-inner {
		/* make sure its visible */
		display: block;
	}

	.featherlight .featherlight-close-icon {
		/* position: centering vertical and horizontal */
		position: absolute;
		z-index: 9999;
		top: 0px;
		right: 0px;
		line-height: 50px;
		font-size: 18px;
		width: 50px;
		cursor: pointer;
		text-align: center;
		font-family: Arial, sans-serif;
		background: rgba(0, 0, 0, 0.60);
		color: rgba(255, 255, 255, 1.00);
		overflow: hidden;
		border-radius: 0px;
	}


	.featherlight .featherlight-image {
		/* styling */
		width: 100%;
	}


	.featherlight-iframe .featherlight-content {
		/* removed the border for image croping since iframe is edge to edge */
		border-bottom: 0;
		padding: 0;
	}

	.featherlight iframe {
		/* styling */
		border: none;
	}
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
	.featherlight .featherlight-content {
		/* dimensions: maximize lightbox with for small screens */
		margin-left: 20px;
		margin-right: 20px;
		max-height: 98%;

		padding: 0;
		border-bottom: 0px solid transparent;
	}
}#rollFadestacks_in_181 {
	opacity: 0.99;
	transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	-webkit-transition: opacity 500ms ease-out;
	-o-transition: opacity 500ms ease-out;
}

#rollFadestacks_in_181:hover {
	opacity: 0.75;
}
#stacks_in_182 {
	border: solid rgba(161, 131, 74, 1.00);
	border-width:  1px;
	padding:  5px;
}

.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_186 {
	height: 10.00px;
}




















@media print {
	#spacerStackstacks_in_186 {
		display: none !important;
	}
}

#stacks_in_190 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width: 0px 0px 0px 1px;
}

#stacks_in_198 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_741 {
	padding: 10px 0px 0px 0px;
}
