
@font-face {
    font-family: 'FlatButtonLato';
    src: url('../files/font/lato-light-webfont.eot');
    src: url('../files/font/lato-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../files/font/lato-light-webfont.woff') format('woff'),
         url('../files/font/lato-light-webfont.ttf') format('truetype'),
         url('../files/font/lato-light-webfont.svg#latolight') format('svg');
    font-weight: 100;
    font-style: normal;
}


@font-face {
    font-family: 'FlatButtonOpenSans';
    src: url('../files/font/opensans-regular-webfont.eot');
    src: url('../files/font/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../files/font/opensans-regular-webfont.woff') format('woff'),
         url('../files/font/opensans-regular-webfont.ttf') format('truetype'),
         url('../files/font/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'FlatButtonNoto';
    src: url('../files/font/notoserif-regular-webfont.eot');
    src: url('../files/font/notoserif-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../files/font/notoserif-regular-webfont.woff') format('woff'),
         url('../files/font/notoserif-regular-webfont.ttf') format('truetype'),
         url('../files/font/notoserif-regular-webfont.svg#noto_serifregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Styling for Preview Mode & Publishing */


/**
 * 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
===================================*/

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

#stacks_in_61581 .bx-wrapper img {
	
	max-width: 100%;
	height: auto;
	

	
	display: block;
}

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

#stacks_in_61581 .bx-wrapper .bx-viewport {
}

#stacks_in_61581 .bx-wrapper .bx-pager,
#stacks_in_61581 .bx-wrapper .bx-controls-auto {
	position: absolute;
	
	bottom: 0px;
	margin-bottom: -40px;
	
	width: 100%;
	z-index: 200;
}

/* LOADER */

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


/* Only add pagination CSS if toggled on in settings. */
/* PAGER */



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

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

#stacks_in_61581 .bx-wrapper .bx-pager.bx-default-pager a {
	background: #E0E0E0;
	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;
}

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






/* Only add arrow CSS if toggled on in settings. */
/* DIRECTION CONTROLS (NEXT / PREV) */

#stacks_in_61581 .bx-wrapper .bx-prev,
#stacks_in_61581 .bx-wrapper .bx-next,
#stacks_in_61581 .bx-wrapper .bx-pager,
#stacks_in_61581 .bx-wrapper .bx-pager-item,
#stacks_in_61581 .bx-wrapper .bx-pager-item a {
	border: none;
}



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

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

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

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

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

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



/*  Hide navigation arrows if toggled off in settings. */


/* AUTO CONTROLS (START / STOP) */

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

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

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

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

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

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

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

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

/* IMAGE CAPTIONS */

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

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

#stacks_in_61581 ul.bxslider, #stacks_in_61581 ul.bxslider li {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
}






/* Styling for Edit Mode within Stacks */



#stacks_in_61581 {
	padding: 80px 0px 40px 0px;
}
 #stacks_in_150 hr{border:0;height:0;width:100%;margin:0;padding:0}#stacks_in_150 hr.gradient{height:1px;background:#333;background-image:-webkit-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-moz-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-ms-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-o-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:linear-gradient(left,#CCCCCC,#333333,#CCCCCC)}#stacks_in_150 hr.faded{height:1px;background-image:-webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0))}#stacks_in_150 hr.dashed_fade{border-bottom:1px dashed #7E7E7E;background:#333333}#stacks_in_150 hr.dotted_fade{border-bottom:1px dotted #7E7E7E;background:#333333}#stacks_in_150 hr.dashed{border-bottom:1px dashed #333333}#stacks_in_150 hr.dotted{border-bottom:1px dotted #7E7E7E}#stacks_in_150 hr.shadow{height:1px;box-shadow:inset 0 1px 1px -1px rgba(0,0,0,0.5)}#stacks_in_150 hr.cloudy{margin:1px 0;box-shadow:0 0 1px 1px #333333}#stacks_in_150 hr.cloudy:after{content:"\00a0"}#stacks_in_150 hr.inset{border-top:1px solid rgba(0,0,0,0.1);border-bottom:1px solid rgba(255,255,255,0.3)}#stacks_in_150 hr.inset_two{border-top:1px solid #CCCCCC;border-bottom:1px solid #333333}#stacks_in_150 hr.inset_three{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_150 hr.inset_four{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_150 hr.flared{height:30px;border-style:solid;border-color:#333333;border-width:1px 0 0 0;border-radius:20px;margin-top:12px}#stacks_in_150 hr.flared:before{display:block;content:"";height:30px;margin-top:-31px;border-style:solid;border-color:#333333;border-width:0 0 1px 0;border-radius:20px}#stacks_in_150 hr.glyph{padding:0;border:0;border-top:1px double #333333;color:#333333;text-align:center;margin:1em 0}#stacks_in_150 hr.glyph:after{content:"§";display:inline-block;position:relative;top:-0.00em;font-size:1.5em;padding:0 .25em;background:#FFFFFF} 

#stacks_in_150 {
	padding: 10px 0px 40px 0px;
}

#stacks_out_24891 {
	width: 50%;
}
/* DropCapThing by RapidWeaver Central  */

#dropcapThingstacks_in_26291 {
}

#stacks_in_26291 .dropcapthing:first-of-type::first-letter {
	height: 0.7em;
	margin: 4px 1px 1px 0;
	padding: 0 0.1em 0 0;
	font-size: 80px;
	line-height: 48px;
		
	float: left;
	font-weight:normal;;
			
}

#stacks_in_37096 .stacks_in_37096-button {
	text-shadow: none;
	border: none;
	outline: none;
	word-wrap: normal;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	font-family: FlatButtonLato, sans-serif;
	font-size: 17px !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	-webkit-font-smoothing: subpixel-antialiased;
	text-rendering: optimizeLegibility;
	text-align: center;
}

#stacks_in_37096 .button_text {
	padding: 0 20px 0 20px;
	display: inline-block;
}

#stacks_in_37096 .button_icon {
	display: inline-block;
	font-size: 17px !important;
	
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	float: left;
	
	  width: 54px;
	
}

#stacks_in_37096 .stacks_in_37096-button,
#stacks_in_37096 .button_icon {
	
		height: 54px;
		line-height: 54px;
	
}


	#stacks_in_37096 {
		text-align: center;
	}









#stacks_in_37096 a.stacks_in_37096-button, #stacks_in_37096 a.stacks_in_37096-button:visited, #stacks_in_37096 a.stacks_in_37096-button:hover, #stacks_in_37096 a.stacks_in_37096-button:active {
	text-decoration: none;
}


/* Color picker options */
	
	#stacks_in_37096 .stacks_in_37096-button {
		
			background-color: none;
			border: 1px solid #F6C71A;
		
	}

	#stacks_in_37096 a.stacks_in_37096-button, #stacks_in_37096 a.stacks_in_37096-button:visited {
		
			color: #F6C71A !important;
			
	}

	#stacks_in_37096 a.stacks_in_37096-button:hover, #stacks_in_37096 a.stacks_in_37096-button:active {
		
			text-decoration: none;
			color: #FFFFFF !important;
			background-color: #F6C71A;
		
	}

	
	#stacks_in_37096 .button_icon {
		
			background-color: none;
			border-right: 1px solid #F6C71A;
		
	}

	#stacks_in_37096 a.stacks_in_37096-button:hover .button_icon, #stacks_in_37096 a.stacks_in_37096-button:active .button_icon {
		
			background-color: #F6C71A;
			border-right: 1px solid #FFFFFF;
				
	}
	



#stacks_in_37096 {
	padding: 40px 0px 0px 0px;
}
 #stacks_in_61345 hr{border:0;height:0;width:100%;margin:0;padding:0}#stacks_in_61345 hr.gradient{height:1px;background:#333;background-image:-webkit-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-moz-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-ms-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-o-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:linear-gradient(left,#CCCCCC,#333333,#CCCCCC)}#stacks_in_61345 hr.faded{height:1px;background-image:-webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0))}#stacks_in_61345 hr.dashed_fade{border-bottom:1px dashed #7E7E7E;background:#333333}#stacks_in_61345 hr.dotted_fade{border-bottom:1px dotted #7E7E7E;background:#333333}#stacks_in_61345 hr.dashed{border-bottom:1px dashed #333333}#stacks_in_61345 hr.dotted{border-bottom:1px dotted #7E7E7E}#stacks_in_61345 hr.shadow{height:1px;box-shadow:inset 0 1px 1px -1px rgba(0,0,0,0.5)}#stacks_in_61345 hr.cloudy{margin:1px 0;box-shadow:0 0 1px 1px #333333}#stacks_in_61345 hr.cloudy:after{content:"\00a0"}#stacks_in_61345 hr.inset{border-top:1px solid rgba(0,0,0,0.1);border-bottom:1px solid rgba(255,255,255,0.3)}#stacks_in_61345 hr.inset_two{border-top:1px solid #CCCCCC;border-bottom:1px solid #333333}#stacks_in_61345 hr.inset_three{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_61345 hr.inset_four{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_61345 hr.flared{height:30px;border-style:solid;border-color:#333333;border-width:1px 0 0 0;border-radius:20px;margin-top:12px}#stacks_in_61345 hr.flared:before{display:block;content:"";height:30px;margin-top:-31px;border-style:solid;border-color:#333333;border-width:0 0 1px 0;border-radius:20px}#stacks_in_61345 hr.glyph{padding:0;border:0;border-top:1px double #333333;color:#333333;text-align:center;margin:1em 0}#stacks_in_61345 hr.glyph:after{content:"§";display:inline-block;position:relative;top:-0.00em;font-size:1.5em;padding:0 .25em;background:#FFFFFF} 

#stacks_in_61345 {
	padding: 20px 0px 0px 0px;
}
#stacks_in_61525 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_61525 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_61525 #jwresp_col2_stacks_in_61525{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_61525 #jwresp_col1_stacks_in_61525,#stacks_in_61525 #jwresp_col2_stacks_in_61525{width:100%;float:none;display:block}#stacks_in_61525 #jwresp_col1_stacks_in_61525{margin-bottom:15px}}
#stacks_in_46328 .imagelayer_container { 
	display:block; 
	position: static; 
	overflow: hidden;


	max-width: 800px;


	max-height: 800px;
	margin-left: auto;
	margin-right: auto;
	/*Custom CSS*/

 

}

#stacks_in_46328 .imagelayer_container img { 

	max-width: 800px;

/*Custom CSS*/
}

#stacks_in_46328 .imagelayer_image {
	display: block;
	position:relative; z-index: %( 250 )%;








	/*Custom CSS*/
}



#stacks_in_46328 .imagelayer {


	background: url(../files/dotoverlay1.png) scroll repeat !important;

	
 
	background: url(../files/dotoverlay1.png) scroll repeat !important;
 
		

	opacity: 0.65;


	display:block;
	height: 100%; width: 100%;

	position: absolute; top: 0;
	z-index: 260;

	/*Custom CSS*/


}

#stacks_in_46328 .imagelayer_text {
	position: absolute; 
	z-index: 270;





	opacity: 1;

	

	left:0px; right: 0px;
	Bottom: 0px;



	center: 0px;
	Bottom: 0px;



	margin: 0px;


	text-align: center;






	/*Custom CSS*/

 

	}
	

	
@media screen and (max-width: 680px) {
#stacks_in_46328 .imagelayer_container { 
	display: block;
	max-height: none;
	/*Custom CSS*/
}

#stacks_in_46328 .imagelayer {
	background: none !important; display: block; 
	/*Custom CSS*/
	}

#stacks_in_46328 .imagelayer_container img { 
/*Custom CSS*/
}

#stacks_in_46328 .imagelayer_text {
	position: relative;
	top:0px; bottom: 0px; /*topbotpush*/
	left:0px; right: 0px; /*leftrightpush*/









	margin: 0px;

	/*Custom CSS*/

}
}




	
@media screen and (max-width: 400px) {
#stacks_in_46328 .imagelayer_container { 
	display: block;
	max-height: none;
	/*Custom CSS*/
}

#stacks_in_46328 .imagelayer {
	background: none !important; display: block; 
	/*Custom CSS*/
	}

#stacks_in_46328 .imagelayer_container img { 
/*Custom CSS*/
}

#stacks_in_46328 .imagelayer_text {
	position: absolute;
	top:0px; bottom: 0px; /*topbotpush*/
	left:0px; right: 0px; /*leftrightpush*/









	margin: 0px;

	/*Custom CSS*/

}
}



/*!
 * Bootstrap v2.0.4
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

.label_stacks_in_26646 {
	font-size: 10.998px;
	font-weight: bold;
	line-height: 14px;
	color: #FFFFFF;
	vertical-align: baseline;
	white-space: nowrap;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #77100C;
	padding: 4px 4px 4px 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#stacks_out_26646 {
	margin-left:0;
}


#stacks_in_46333 h3,#stacks_in_46333 h3 a,#stacks_in_46333 p,#stacks_in_46333 p a{
	color:rgba(255, 255, 255, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	
	
	

	

	
		text-shadow: 0px 1px 1px rgba(85, 85, 85, 1.00);
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_46333 p a:hover, #stacks_in_46333 h3 a:hover{
	color:rgba(204, 204, 204, 1.00);
}








#stacks_in_61322 .stacks_in_61322-button {
	text-shadow: none;
	border: none;
	outline: none;
	word-wrap: normal;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	font-family: FlatButtonLato, sans-serif;
	font-size: 17px !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	-webkit-font-smoothing: subpixel-antialiased;
	text-rendering: optimizeLegibility;
	text-align: center;
}

#stacks_in_61322 .button_text {
	padding: 0 20px 0 20px;
	display: inline-block;
}

#stacks_in_61322 .button_icon {
	display: inline-block;
	font-size: 17px !important;
	
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	float: left;
	
	  width: 54px;
	
}

#stacks_in_61322 .stacks_in_61322-button,
#stacks_in_61322 .button_icon {
	
		height: 54px;
		line-height: 54px;
	
}


	#stacks_in_61322 {
		text-align: center;
	}









#stacks_in_61322 a.stacks_in_61322-button, #stacks_in_61322 a.stacks_in_61322-button:visited, #stacks_in_61322 a.stacks_in_61322-button:hover, #stacks_in_61322 a.stacks_in_61322-button:active {
	text-decoration: none;
}


/* Color picker options */
	
	#stacks_in_61322 .stacks_in_61322-button {
		
			background-color: none;
			border: 1px solid #F6C71A;
		
	}

	#stacks_in_61322 a.stacks_in_61322-button, #stacks_in_61322 a.stacks_in_61322-button:visited {
		
			color: #F6C71A !important;
			
	}

	#stacks_in_61322 a.stacks_in_61322-button:hover, #stacks_in_61322 a.stacks_in_61322-button:active {
		
			text-decoration: none;
			color: #FFFFFF !important;
			background-color: #F6C71A;
		
	}

	
	#stacks_in_61322 .button_icon {
		
			background-color: none;
			border-right: 1px solid #F6C71A;
		
	}

	#stacks_in_61322 a.stacks_in_61322-button:hover .button_icon, #stacks_in_61322 a.stacks_in_61322-button:active .button_icon {
		
			background-color: #F6C71A;
			border-right: 1px solid #FFFFFF;
				
	}
	



#stacks_in_61322 {
	background-color: rgba(209, 167, 85, 1.00);
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  1px;
	padding: 10px 0px 10px 0px;
}
#stacks_in_46350 .imagelayer_container { 
	display:block; 
	position: static; 
	overflow: visible;


	max-width: 800px;


	max-height: 800px;
	margin-left: auto;
	margin-right: auto;
	/*Custom CSS*/

 

}

#stacks_in_46350 .imagelayer_container img { 

	max-width: 800px;

/*Custom CSS*/
}

#stacks_in_46350 .imagelayer_image {
	display: block;
	position:relative; z-index: %( 250 )%;








	/*Custom CSS*/
}



#stacks_in_46350 .imagelayer {


	background: url(../files/dotoverlay1.png) scroll repeat !important;

	
 
	background: url(../files/dotoverlay1.png) scroll repeat !important;
 
		

	opacity: 0.65;


	display:block;
	height: 100%; width: 100%;

	position: absolute; top: 0;
	z-index: 260;

	/*Custom CSS*/


}

#stacks_in_46350 .imagelayer_text {
	position: absolute; 
	z-index: 270;





	opacity: 1;

	

	left:0px; right: 0px;
	Bottom: 0px;



	center: 0px;
	Bottom: 0px;



	margin: 0px;


	text-align: center;






	/*Custom CSS*/

 

	}
	

	
@media screen and (max-width: 680px) {
#stacks_in_46350 .imagelayer_container { 
	display: block;
	max-height: none;
	/*Custom CSS*/
}

#stacks_in_46350 .imagelayer {
	background: none !important; display: block; 
	/*Custom CSS*/
	}

#stacks_in_46350 .imagelayer_container img { 
/*Custom CSS*/
}

#stacks_in_46350 .imagelayer_text {
	position: relative;
	top:0px; bottom: 0px; /*topbotpush*/
	left:0px; right: 0px; /*leftrightpush*/









	margin: 0px;

	/*Custom CSS*/

}
}




	
@media screen and (max-width: 400px) {
#stacks_in_46350 .imagelayer_container { 
	display: block;
	max-height: none;
	/*Custom CSS*/
}

#stacks_in_46350 .imagelayer {
	background: none !important; display: block; 
	/*Custom CSS*/
	}

#stacks_in_46350 .imagelayer_container img { 
/*Custom CSS*/
}

#stacks_in_46350 .imagelayer_text {
	position: absolute;
	top:0px; bottom: 0px; /*topbotpush*/
	left:0px; right: 0px; /*leftrightpush*/









	margin: 0px;

	/*Custom CSS*/

}
}



/*!
 * Bootstrap v2.0.4
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

.label_stacks_in_27710 {
	font-size: 10.998px;
	font-weight: bold;
	line-height: 14px;
	color: #FFFFFF;
	vertical-align: baseline;
	white-space: nowrap;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #77100C;
	padding: 4px 10px 4px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#stacks_out_27710 {
	margin-left:0;
}


#stacks_in_46353 h3,#stacks_in_46353 h3 a,#stacks_in_46353 p,#stacks_in_46353 p a{
	color:rgba(255, 255, 255, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	
	
	

	

	
		text-shadow: 0px 1px 1px rgba(85, 85, 85, 1.00);
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_46353 p a:hover, #stacks_in_46353 h3 a:hover{
	color:rgba(204, 204, 204, 1.00);
}








#stacks_in_37090 .stacks_in_37090-button {
	text-shadow: none;
	border: none;
	outline: none;
	word-wrap: normal;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	font-family: FlatButtonLato, sans-serif;
	font-size: 17px !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	-webkit-font-smoothing: subpixel-antialiased;
	text-rendering: optimizeLegibility;
	text-align: center;
}

#stacks_in_37090 .button_text {
	padding: 0 20px 0 20px;
	display: inline-block;
}

#stacks_in_37090 .button_icon {
	display: inline-block;
	font-size: 17px !important;
	
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	float: left;
	
	  width: 54px;
	
}

#stacks_in_37090 .stacks_in_37090-button,
#stacks_in_37090 .button_icon {
	
		height: 54px;
		line-height: 54px;
	
}


	#stacks_in_37090 {
		text-align: center;
	}









#stacks_in_37090 a.stacks_in_37090-button, #stacks_in_37090 a.stacks_in_37090-button:visited, #stacks_in_37090 a.stacks_in_37090-button:hover, #stacks_in_37090 a.stacks_in_37090-button:active {
	text-decoration: none;
}


/* Color picker options */
	
	#stacks_in_37090 .stacks_in_37090-button {
		
			background-color: none;
			border: 1px solid #F6C71A;
		
	}

	#stacks_in_37090 a.stacks_in_37090-button, #stacks_in_37090 a.stacks_in_37090-button:visited {
		
			color: #F6C71A !important;
			
	}

	#stacks_in_37090 a.stacks_in_37090-button:hover, #stacks_in_37090 a.stacks_in_37090-button:active {
		
			text-decoration: none;
			color: #FFFFFF !important;
			background-color: #F6C71A;
		
	}

	
	#stacks_in_37090 .button_icon {
		
			background-color: none;
			border-right: 1px solid #F6C71A;
		
	}

	#stacks_in_37090 a.stacks_in_37090-button:hover .button_icon, #stacks_in_37090 a.stacks_in_37090-button:active .button_icon {
		
			background-color: #F6C71A;
			border-right: 1px solid #FFFFFF;
				
	}
	



#stacks_in_37090 {
	background-color: rgba(209, 167, 85, 1.00);
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  1px;
	padding: 10px 0px 10px 0px;
}
#stacks_in_29616 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_29616 .jwresp_col{float:none} #stacks_in_29616 #jwresp_col2_stacks_in_29616{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_29616 #jwresp_col1_stacks_in_29616,#stacks_in_29616 #jwresp_col3_stacks_in_29616{width:32%}#stacks_in_29616 #jwresp_col1_stacks_in_29616{float:left}#stacks_in_29616 #jwresp_col3_stacks_in_29616{float:right} @media screen and (max-width:770px){#stacks_in_29616 #jwresp_col1_stacks_in_29616,#stacks_in_29616 #jwresp_col3_stacks_in_29616{margin-bottom:20px}#stacks_in_29616 #jwresp_col1_stacks_in_29616{width:49%}#stacks_in_29616 #jwresp_col3_stacks_in_29616{width:49%}#stacks_in_29616 #jwresp_col2_stacks_in_29616{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_29616 #jwresp_col1_stacks_in_29616,#stacks_in_29616 #jwresp_col3_stacks_in_29616,#stacks_in_29616 #jwresp_col2_stacks_in_29616{float:none;width:100%;display:block}#stacks_in_29616 #jwresp_col1_stacks_in_29616,#stacks_in_29616 #jwresp_col3_stacks_in_29616{margin-bottom:20px}} 
 *,*:after,*:before{border-box;box-sizing:border-box}.clearfix:before,.clearfix:after{content:'';display:table}.clearfix:after{clear:both}.hovergrid_stacks_in_42731 figure{position:relative;z-index:1;display:block;overflow:hidden;margin:-0.135em;background: #000000;text-align:center;cursor:pointer;width: px;height:auto}.hovergrid_stacks_in_42731 figure img{position:relative;display:block;opacity: .75;width:100%}.hovergrid_stacks_in_42731 figure figcaption{padding:2em;color:#fff;text-transform:uppercase;font-size:1.25em;-webkit-backface-visibility:hidden;backface-visibility:hidden}.hovergrid_stacks_in_42731 figure figcaption::before, .hovergrid_stacks_in_42731 figure figcaption::after{pointer-events:none}.hovergrid_stacks_in_42731 figure figcaption, .hovergrid_stacks_in_42731 figure a{position:absolute;top:0;left:0;width:100%;height:100%}.hovergrid_stacks_in_42731 figure a{z-index:1000;text-indent:200%;white-space:nowrap;font-size:0;opacity:0}#hovermate_stacks_in_42731 h1, #hovermate_stacks_in_42731 h2, #hovermate_stacks_in_42731 h3, #hovermate_stacks_in_42731 h4, #hovermate_stacks_in_42731 h5, #hovermate_stacks_in_42731 h6{color: #FFFFFF}#hovermate_stacks_in_42731 figure.effect-lily img{width:-webkit-calc(100% + 50px);width:calc(100% + 50px);opacity:1;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(0,0,0) scale(1.1);transform:translate3d(0,0,0) scale(1.1)}#hovermate_stacks_in_42731 figure.effect-lily figcaption{top:auto;bottom:0;text-align: center}#hovermate_stacks_in_42731 figure.effect-lily h4, #hovermate_stacks_in_42731 figure.effect-lily p{-webkit-transform:translate3d(0,1000px,0);transform:translate3d(0,1000px,0)}#hovermate_stacks_in_42731 figure.effect-lily h4{-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s}#hovermate_stacks_in_42731 figure.effect-lily p{color: #FFFFFF;opacity:0;-webkit-transition:opacity 0.2s, -webkit-transform 0.35s;transition:opacity 0.2s, transform 0.35s}#hovermate_stacks_in_42731 figure.effect-lily:hover img{opacity:0.50}#hovermate_stacks_in_42731 figure.effect-lily:hover img, #hovermate_stacks_in_42731 figure.effect-lily:hover h4, #hovermate_stacks_in_42731 figure.effect-lily:hover p{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}#hovermate_stacks_in_42731 figure.effect-lily:hover p{opacity:1;-webkit-transition-delay:0.05s;transition-delay:0.05s;-webkit-transition-duration:0.35s;transition-duration:0.35s}#hovermate_stacks_in_42731 figure.effect-sadie figcaption{text-align: center}#hovermate_stacks_in_42731 figure.effect-sadie figcaption::before{position:absolute;top:0;left:0;width:100%;height:100%;background:-webkit-linear-gradient(top, rgba(72,76,97,0) 0%, #000000 75%);background:linear-gradient(to bottom, rgba(72,76,97,0) 0%, #000000 75%);content:'';opacity:0;-webkit-transform:translate3d(0,50%,0);transform:translate3d(0,50%,0)}#hovermate_stacks_in_42731 figure.effect-sadie h4{position:absolute;top:50%;left:0;width:100%;padding:5%;color: #FFFFFF;-webkit-transition:-webkit-transform 0.35s, color 0.35s;transition:transform 0.35s, color 0.35s;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}#hovermate_stacks_in_42731 figure.effect-sadie img{opacity:1;-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s;-webkit-transform:scale(1.1);transform:scale(1.1)}#hovermate_stacks_in_42731 figure.effect-sadie figcaption::before, #hovermate_stacks_in_42731 figure.effect-sadie p{-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s}#hovermate_stacks_in_42731 figure.effect-sadie p{position:absolute;bottom:0;left:0;padding:5%;width:100%;opacity:0;color: #FFFFFF;-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}#hovermate_stacks_in_42731 figure.effect-sadie:hover h4{color: #FFFFFF;-webkit-transform:translate3d(0,-50%,0) translate3d(0,-40px,0);transform:translate3d(0,-50%,0) translate3d(0,-40px,0)}#hovermate_stacks_in_42731 figure.effect-sadie:hover img{-webkit-transform:scale(1.0);transform:scale(1.0)}#hovermate_stacks_in_42731 figure.effect-sadie:hover figcaption::before{opacity:0.50;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}#hovermate_stacks_in_42731 figure.effect-sadie:hover p{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}#hovermate_stacks_in_42731 figure.effect-roxy{background: #000000}#hovermate_stacks_in_42731 figure.effect-roxy img{width:-webkit-calc(100% + 60px);width:calc(100% + 60px);opacity:1;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:scale(1.1);transform:scale(1.1)}#hovermate_stacks_in_42731 figure.effect-roxy figcaption::before{position:absolute;top:30px;right:30px;bottom:30px;left:30px;border:1px solid #FFFFFF;content:'';opacity:0;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}#hovermate_stacks_in_42731 figure.effect-roxy figcaption{text-align: center;padding:0 3em}#hovermate_stacks_in_42731 figure.effect-roxy h4{padding:30% 0 0 0}#hovermate_stacks_in_42731 figure.effect-roxy p{color: #FFFFFF;opacity:0;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}#hovermate_stacks_in_42731 figure.effect-roxy:hover img{opacity: .50;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}#hovermate_stacks_in_42731 figure.effect-roxy:hover figcaption::before, #hovermate_stacks_in_42731 figure.effect-roxy:hover p{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}#hovermate_stacks_in_42731 figure.effect-bubba{background: #000000}#hovermate_stacks_in_42731 figure.effect-bubba img{opacity:1;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:scale(1.1);transform:scale(1.1)}#hovermate_stacks_in_42731 figure.effect-bubba:hover img{opacity:0.50;-webkit-transform:scale(1.0);transform:scale(1.0)}#hovermate_stacks_in_42731 figure.effect-bubba figcaption::before, #hovermate_stacks_in_42731 figure.effect-bubba figcaption::after{position:absolute;top:30px;right:30px;bottom:30px;left:30px;content:'';opacity:0;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s}#hovermate_stacks_in_42731 figure.effect-bubba figcaption{text-align: center}#hovermate_stacks_in_42731 figure.effect-bubba figcaption::before{border-top:1px solid #FFFFFF;border-bottom:1px solid #FFFFFF;-webkit-transform:scale(0,1);transform:scale(0,1)}#hovermate_stacks_in_42731 figure.effect-bubba figcaption::after{border-right:1px solid #FFFFFF;border-left:1px solid #FFFFFF;-webkit-transform:scale(1,0);transform:scale(1,0)}#hovermate_stacks_in_42731 figure.effect-bubba h4{padding:25% 5% 0 5%;color: #FFFFFF;-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s;-webkit-transform:translate3d(0,-15%,0);transform:translate3d(0,-15%,0)}#hovermate_stacks_in_42731 figure.effect-bubba p{padding:20px 5%;opacity:0;color: #FFFFFF;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(0,15%,0);transform:translate3d(0,15%,0)}#hovermate_stacks_in_42731 figure.effect-bubba:hover figcaption::before, #hovermate_stacks_in_42731 figure.effect-bubba:hover figcaption::after{opacity:1;-webkit-transform:scale(1);transform:scale(1)}#hovermate_stacks_in_42731 figure.effect-bubba:hover h4, #hovermate_stacks_in_42731 figure.effect-bubba:hover p{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}#hovermate_stacks_in_42731 figure.effect-romeo{-webkit-perspective:1000px;perspective:1000px;background: #000000}#hovermate_stacks_in_42731 figure.effect-romeo img{opacity:1;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(0,0,0) scale(1.1);transform:translate3d(0,0,0) scale(1.1)}#hovermate_stacks_in_42731 figure.effect-romeo:hover img{opacity:0.50;-webkit-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1)}#hovermate_stacks_in_42731 figure.effect-romeo figcaption::before, #hovermate_stacks_in_42731 figure.effect-romeo figcaption::after{position:absolute;top:50%;left:50%;width:80%;height:1px;opacity:0.25;background: #FFFFFF;content:'';-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}#hovermate_stacks_in_42731 figure.effect-romeo:hover figcaption::before{opacity:1;-webkit-transform:translate3d(-50%,-50%,0) rotate(45deg);transform:translate3d(-50%,-50%,0) rotate(45deg)}#hovermate_stacks_in_42731 figure.effect-romeo:hover figcaption::after{opacity:1;-webkit-transform:translate3d(-50%,-50%,0) rotate(-45deg);transform:translate3d(-50%,-50%,0) rotate(-45deg)}#hovermate_stacks_in_42731 figure.effect-romeo h4, #hovermate_stacks_in_42731 figure.effect-romeo p{opacity:0.25;position:absolute;top:50%;left:0;width:100%;-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s}#hovermate_stacks_in_42731 figure.effect-romeo h4{-webkit-transform:translate3d(0,-50%,0) translate3d(0,-150%,0);transform:translate3d(0,-50%,0) translate3d(0,-150%,0)}#hovermate_stacks_in_42731 figure.effect-romeo p{padding:0.25% 2em;color: #FFFFFF;-webkit-transform:translate3d(0,-50%,0) translate3d(0,150%,0);transform:translate3d(0,-50%,0) translate3d(0,150%,0)}#hovermate_stacks_in_42731 figure.effect-romeo:hover h4{opacity:1;-webkit-transform:translate3d(0,-50%,0) translate3d(0,-100%,0);transform:translate3d(0,-50%,0) translate3d(0,-100%,0)}#hovermate_stacks_in_42731 figure.effect-romeo:hover p{opacity:1;-webkit-transform:translate3d(0,-50%,0) translate3d(0,100%,0);transform:translate3d(0,-50%,0) translate3d(0,100%,0)}#hovermate_stacks_in_42731 figure.effect-layla{background: #000000}#hovermate_stacks_in_42731 figure.effect-layla img{min-width:100%;height:-webkit-calc(100% + 40px);height:calc(100% + 40px)}#hovermate_stacks_in_42731 figure.effect-layla figcaption{padding:3% 10%;text-align: center}#hovermate_stacks_in_42731 figure.effect-layla figcaption::before, #hovermate_stacks_in_42731 figure.effect-layla figcaption::after{position:absolute;content:'';opacity:0}#hovermate_stacks_in_42731 figure.effect-layla figcaption::before{top:6%;right:4%;bottom:6%;left:4%;border-top:1px solid #FFFFFF;border-bottom:1px solid #FFFFFF;-webkit-transform:scale(0,1);transform:scale(0,1);-webkit-transform-origin:0 0;transform-origin:0 0}#hovermate_stacks_in_42731 figure.effect-layla figcaption::after{top:4%;right:6%;bottom:4%;left:6%;border-right:1px solid #FFFFFF;border-left:1px solid #FFFFFF;-webkit-transform:scale(1,0);transform:scale(1,0);-webkit-transform-origin:100% 0;transform-origin:100% 0}#hovermate_stacks_in_42731 figure.effect-layla h4{opacity:1;color: #FFFFFF;padding-top:30%;-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s}#hovermate_stacks_in_42731 figure.effect-layla p{padding:1% 0;color: #FFFFFF;text-transform:none;opacity:0;-webkit-transform:translate3d(0,-4%,0);transform:translate3d(0,-4%,0)}#hovermate_stacks_in_42731 figure.effect-layla img{opacity:1;-webkit-transform:scale(1.1);transform:scale(1.1)}#hovermate_stacks_in_42731 figure.effect-layla h4{-webkit-transform:translate3d(0,-25%,0);transform:translate3d(0,-25%,0)}#hovermate_stacks_in_42731 figure.effect-layla img, #hovermate_stacks_in_42731 figure.effect-layla figcaption::before, #hovermate_stacks_in_42731 figure.effect-layla figcaption::after, #hovermate_stacks_in_42731 figure.effect-layla p{-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s}#hovermate_stacks_in_42731 figure.effect-layla:hover img{opacity:0.50;-webkit-transform:scale(1);transform:scale(1)}#hovermate_stacks_in_42731 figure.effect-layla:hover figcaption::before, #hovermate_stacks_in_42731 figure.effect-layla:hover figcaption::after{-webkit-transform:scale(1);transform:scale(1);opacity:1}#hovermate_stacks_in_42731 figure.effect-layla:hover h4, #hovermate_stacks_in_42731 figure.effect-layla:hover p{opacity:1;-webkit-transform:translate3d(0,-10%,0);transform:translate3d(0,-10%,0)}#hovermate_stacks_in_42731 figure.effect-layla:hover figcaption::after, #hovermate_stacks_in_42731 figure.effect-layla:hover h4, #hovermate_stacks_in_42731 figure.effect-layla:hover p, #hovermate_stacks_in_42731 figure.effect-layla:hover img{-webkit-transition-delay:0.15s;transition-delay:0.15s}#hovermate_stacks_in_42731 figure.effect-honey{background: #000000}#hovermate_stacks_in_42731 figure.effect-honey img{opacity:1;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:scale(1.1);transform:scale(1.1)}#hovermate_stacks_in_42731 figure.effect-honey:hover img{opacity:0.50;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:scale(1);transform:scale(1)}#hovermate_stacks_in_42731 figure.effect-honey figcaption{text-align: center}#hovermate_stacks_in_42731 figure.effect-honey figcaption::before{position:absolute;bottom:0;left:0;width:100%;height:10px;background: #FFFFFF;content:'';-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}#hovermate_stacks_in_42731 figure.effect-honey h4{position:absolute;color: #FFFFFF;bottom:0;left:0;padding:1em 1em;width:100%;-webkit-transform:translate3d(0,-25%,0);transform:translate3d(0,-25%,0)}#hovermate_stacks_in_42731 figure.effect-honey p{color: #FFFFFF;opacity:0;padding:0 1em;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(0,25%,0);transform:translate3d(0,25%,0)}#hovermate_stacks_in_42731 figure.effect-honey figcaption::before, #hovermate_stacks_in_42731 figure.effect-honey h4{-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s}#hovermate_stacks_in_42731 figure.effect-honey:hover figcaption::before, #hovermate_stacks_in_42731 figure.effect-honey:hover h4, #hovermate_stacks_in_42731 figure.effect-honey:hover p{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}#hovermate_stacks_in_42731 figure.effect-honey:hover p{color: #FFFFFF}figure.effect-oscar{background:-webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);background:linear-gradient(45deg, #22682a 0%,#9b4a1b 40%,#3a342a 100%)}figure.effect-oscar img{opacity:0.9;-webkit-transition:opacity 0.35s;transition:opacity 0.35s}figure.effect-oscar figcaption{padding:3em;background-color:rgba(58,52,42,0.7);-webkit-transition:background-color 0.35s;transition:background-color 0.35s}figure.effect-oscar figcaption::before{position:absolute;top:30px;right:30px;bottom:30px;left:30px;border:1px solid #fff;content:''}figure.effect-oscar h2{margin:20% 0 10px 0;-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}figure.effect-oscar figcaption::before, figure.effect-oscar p{opacity:0;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:scale(0);transform:scale(0)}figure.effect-oscar:hover h2{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}figure.effect-oscar:hover figcaption::before, figure.effect-oscar:hover p{opacity:1;-webkit-transform:scale(1);transform:scale(1)}figure.effect-oscar:hover figcaption{background-color:rgba(58,52,42,0)}figure.effect-oscar:hover img{opacity:0.4}figure.effect-marley figcaption{text-align:right}figure.effect-marley h2, figure.effect-marley p{position:absolute;right:30px;left:30px;padding:10px 0}figure.effect-marley p{bottom:30px;line-height:1.5;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}figure.effect-marley h2{top:30px;-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}figure.effect-marley:hover h2{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}figure.effect-marley h2::after{position:absolute;top:100%;left:0;width:100%;height:4px;background:#fff;content:'';-webkit-transform:translate3d(0,40px,0);transform:translate3d(0,40px,0)}figure.effect-marley h2::after, figure.effect-marley p{opacity:0;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s}figure.effect-marley:hover h2::after, figure.effect-marley:hover p{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}figure.effect-ruby{background-color:#17819c}figure.effect-ruby img{opacity:0.7;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:scale(1.1);transform:scale(1.1)}figure.effect-ruby:hover img{opacity:0.5;-webkit-transform:scale(1);transform:scale(1)}figure.effect-ruby h2{margin-top:20%;-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}figure.effect-ruby p{margin:1em 0 0;padding:3em;border:1px solid #fff;opacity:0;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(0,20px,0) scale(1.1);transform:translate3d(0,20px,0) scale(1.1)}figure.effect-ruby:hover h2{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}figure.effect-ruby:hover p{opacity:1;-webkit-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1)}figure.effect-milo{background:#2e5d5a}figure.effect-milo img{width:-webkit-calc(100% + 60px);width:calc(100% + 60px);opacity:1;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(-30px,0,0) scale(1.12);transform:translate3d(-30px,0,0) scale(1.12);-webkit-backface-visibility:hidden;backface-visibility:hidden}figure.effect-milo:hover img{opacity:0.5;-webkit-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1)}figure.effect-milo h2{position:absolute;right:0;bottom:0;padding:1em 1.2em}figure.effect-milo p{padding:0 10px 0 0;width:50%;border-right:1px solid #fff;text-align:right;opacity:0;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(-40px,0,0);transform:translate3d(-40px,0,0)}figure.effect-milo:hover p{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}figure.effect-dexter{background:-webkit-linear-gradient(top, rgba(37,141,200,1) 0%, rgba(104,60,19,1) 100%);background:linear-gradient(to bottom, rgba(37,141,200,1) 0%,rgba(104,60,19,1) 100%)}figure.effect-dexter img{-webkit-transition:opacity 0.35s;transition:opacity 0.35s}figure.effect-dexter:hover img{opacity:0.4}figure.effect-dexter figcaption::after{position:absolute;right:30px;bottom:30px;left:30px;height:-webkit-calc(50% - 30px);height:calc(50% - 30px);border:7px solid #fff;content:'';-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}figure.effect-dexter:hover figcaption::after{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}figure.effect-dexter figcaption{padding:3em;text-align:left}figure.effect-dexter p{position:absolute;right:60px;bottom:60px;left:60px;opacity:0;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(0,-100px,0);transform:translate3d(0,-100px,0)}figure.effect-dexter:hover p{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}figure.effect-sarah{background:#42b078}figure.effect-sarah img{width:-webkit-calc(100% + 20px);width:calc(100% + 20px);-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden}figure.effect-sarah:hover img{opacity:0.4;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}figure.effect-sarah figcaption{text-align:left}figure.effect-sarah h2{position:relative;overflow:hidden;padding:0.5em 0}figure.effect-sarah h2::after{position:absolute;bottom:0;left:0;width:100%;height:3px;background:#fff;content:'';-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}figure.effect-sarah:hover h2::after{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}figure.effect-sarah p{padding:1em 0;opacity:0;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}figure.effect-sarah:hover p{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}figure.effect-zoe figcaption{top:auto;bottom:0;padding:1em;height:3.75em;background:#fff;color:#3c4a50;-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}figure.effect-zoe h2{float:left}figure.effect-zoe figcaption>span{float:right}figure.effect-zoe p{position:absolute;bottom:8em;padding:2em;color:#fff;text-transform:none;font-size:90%;opacity:0;-webkit-transition:opacity 0.35s;transition:opacity 0.35s}figure.effect-zoe h2, figure.effect-zoe figcaption>span{-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s;-webkit-transform:translate3d(0,200%,0);transform:translate3d(0,200%,0)}figure.effect-zoe figcaption>span::before{display:inline-block;padding:8px 10px;font-family:'feathericons';speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-eye::before{content:'\e000'}.icon-paper-clip::before{content:'\e001'}.icon-heart::before{content:'\e024'}figure.effect-zoe h2{display:inline-block}figure.effect-zoe:hover p{opacity:1}figure.effect-zoe:hover figcaption, figure.effect-zoe:hover h2, figure.effect-zoe:hover figcaption>span{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}figure.effect-zoe:hover h2{-webkit-transition-delay:0.05s;transition-delay:0.05s}figure.effect-zoe:hover figcaption>span:nth-child(4){-webkit-transition-delay:0.1s;transition-delay:0.1s}figure.effect-zoe:hover figcaption>span:nth-child(3){-webkit-transition-delay:0.15s;transition-delay:0.15s}figure.effect-zoe:hover figcaption>span:nth-child(2){-webkit-transition-delay:0.2s;transition-delay:0.2s}figure.effect-chico img{-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:scale(1.12);transform:scale(1.12)}figure.effect-chico:hover img{opacity:0.5;-webkit-transform:scale(1);transform:scale(1)}figure.effect-chico figcaption{padding:3em}figure.effect-chico figcaption::before{position:absolute;top:30px;right:30px;bottom:30px;left:30px;border:1px solid #fff;content:'';-webkit-transform:scale(1.1);transform:scale(1.1)}figure.effect-chico figcaption::before, figure.effect-chico p{opacity:0;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s}figure.effect-chico h2{padding:20% 0 20px 0}figure.effect-chico p{margin:0 auto;max-width:200px;-webkit-transform:scale(1.5);transform:scale(1.5)}figure.effect-chico:hover figcaption::before, figure.effect-chico:hover p{opacity:1;-webkit-transform:scale(1);transform:scale(1)}%[endif]%
#stacks_in_42731 {
	padding: 0px 0px 15px 0px;
}


#stacks_in_42714 h3,#stacks_in_42714 h3 a,#stacks_in_42714 p,#stacks_in_42714 p a{
	color:rgba(0, 0, 0, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	
	
	

	

	
		text-shadow: 0px 1px 1px rgba(85, 85, 85, 1.00);
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_42714 p a:hover, #stacks_in_42714 h3 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_42714 {
	padding: 10px 0px 0px 0px;
}
/* DropCapThing by RapidWeaver Central  */

#dropcapThingstacks_in_29982 {
}

#stacks_in_29982 .dropcapthing:first-of-type::first-letter {
	height: 0.7em;
	margin: 0px 1px 1px 0;
	padding: 0 0.1em 0 0;
	font-size: 80px;
	line-height: 80px;
		
	float: left;
	font-weight:normal;;
			
}


#stacks_in_29982 {
	padding: 15px 0px 0px 0px;
}
 *,*:after,*:before{border-box;box-sizing:border-box}.clearfix:before,.clearfix:after{content:'';display:table}.clearfix:after{clear:both}.hovergrid_stacks_in_42735 figure{position:relative;z-index:1;display:block;overflow:hidden;margin:-0.135em;background: #000000;text-align:center;cursor:pointer;width: px;height:auto}.hovergrid_stacks_in_42735 figure img{position:relative;display:block;opacity: .75;width:100%}.hovergrid_stacks_in_42735 figure figcaption{padding:2em;color:#fff;text-transform:uppercase;font-size:1.25em;-webkit-backface-visibility:hidden;backface-visibility:hidden}.hovergrid_stacks_in_42735 figure figcaption::before, .hovergrid_stacks_in_42735 figure figcaption::after{pointer-events:none}.hovergrid_stacks_in_42735 figure figcaption, .hovergrid_stacks_in_42735 figure a{position:absolute;top:0;left:0;width:100%;height:100%}.hovergrid_stacks_in_42735 figure a{z-index:1000;text-indent:200%;white-space:nowrap;font-size:0;opacity:0}#hovermate_stacks_in_42735 h1, #hovermate_stacks_in_42735 h2, #hovermate_stacks_in_42735 h3, #hovermate_stacks_in_42735 h4, #hovermate_stacks_in_42735 h5, #hovermate_stacks_in_42735 h6{color: #FFFFFF}#hovermate_stacks_in_42735 figure.effect-lily img{width:-webkit-calc(100% + 50px);width:calc(100% + 50px);opacity:1;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(0,0,0) scale(1.1);transform:translate3d(0,0,0) scale(1.1)}#hovermate_stacks_in_42735 figure.effect-lily figcaption{top:auto;bottom:0;text-align: center}#hovermate_stacks_in_42735 figure.effect-lily h4, #hovermate_stacks_in_42735 figure.effect-lily p{-webkit-transform:translate3d(0,1000px,0);transform:translate3d(0,1000px,0)}#hovermate_stacks_in_42735 figure.effect-lily h4{-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s}#hovermate_stacks_in_42735 figure.effect-lily p{color: #FFFFFF;opacity:0;-webkit-transition:opacity 0.2s, -webkit-transform 0.35s;transition:opacity 0.2s, transform 0.35s}#hovermate_stacks_in_42735 figure.effect-lily:hover img{opacity:0.50}#hovermate_stacks_in_42735 figure.effect-lily:hover img, #hovermate_stacks_in_42735 figure.effect-lily:hover h4, #hovermate_stacks_in_42735 figure.effect-lily:hover p{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}#hovermate_stacks_in_42735 figure.effect-lily:hover p{opacity:1;-webkit-transition-delay:0.05s;transition-delay:0.05s;-webkit-transition-duration:0.35s;transition-duration:0.35s}#hovermate_stacks_in_42735 figure.effect-sadie figcaption{text-align: center}#hovermate_stacks_in_42735 figure.effect-sadie figcaption::before{position:absolute;top:0;left:0;width:100%;height:100%;background:-webkit-linear-gradient(top, rgba(72,76,97,0) 0%, #000000 75%);background:linear-gradient(to bottom, rgba(72,76,97,0) 0%, #000000 75%);content:'';opacity:0;-webkit-transform:translate3d(0,50%,0);transform:translate3d(0,50%,0)}#hovermate_stacks_in_42735 figure.effect-sadie h4{position:absolute;top:50%;left:0;width:100%;padding:5%;color: #FFFFFF;-webkit-transition:-webkit-transform 0.35s, color 0.35s;transition:transform 0.35s, color 0.35s;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}#hovermate_stacks_in_42735 figure.effect-sadie img{opacity:1;-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s;-webkit-transform:scale(1.1);transform:scale(1.1)}#hovermate_stacks_in_42735 figure.effect-sadie figcaption::before, #hovermate_stacks_in_42735 figure.effect-sadie p{-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s}#hovermate_stacks_in_42735 figure.effect-sadie p{position:absolute;bottom:0;left:0;padding:5%;width:100%;opacity:0;color: #FFFFFF;-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}#hovermate_stacks_in_42735 figure.effect-sadie:hover h4{color: #FFFFFF;-webkit-transform:translate3d(0,-50%,0) translate3d(0,-40px,0);transform:translate3d(0,-50%,0) translate3d(0,-40px,0)}#hovermate_stacks_in_42735 figure.effect-sadie:hover img{-webkit-transform:scale(1.0);transform:scale(1.0)}#hovermate_stacks_in_42735 figure.effect-sadie:hover figcaption::before{opacity:0.50;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}#hovermate_stacks_in_42735 figure.effect-sadie:hover p{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}#hovermate_stacks_in_42735 figure.effect-roxy{background: #000000}#hovermate_stacks_in_42735 figure.effect-roxy img{width:-webkit-calc(100% + 60px);width:calc(100% + 60px);opacity:1;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:scale(1.1);transform:scale(1.1)}#hovermate_stacks_in_42735 figure.effect-roxy figcaption::before{position:absolute;top:30px;right:30px;bottom:30px;left:30px;border:1px solid #FFFFFF;content:'';opacity:0;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}#hovermate_stacks_in_42735 figure.effect-roxy figcaption{text-align: center;padding:0 3em}#hovermate_stacks_in_42735 figure.effect-roxy h4{padding:30% 0 0 0}#hovermate_stacks_in_42735 figure.effect-roxy p{color: #FFFFFF;opacity:0;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}#hovermate_stacks_in_42735 figure.effect-roxy:hover img{opacity: .50;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}#hovermate_stacks_in_42735 figure.effect-roxy:hover figcaption::before, #hovermate_stacks_in_42735 figure.effect-roxy:hover p{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}#hovermate_stacks_in_42735 figure.effect-bubba{background: #000000}#hovermate_stacks_in_42735 figure.effect-bubba img{opacity:1;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:scale(1.1);transform:scale(1.1)}#hovermate_stacks_in_42735 figure.effect-bubba:hover img{opacity:0.50;-webkit-transform:scale(1.0);transform:scale(1.0)}#hovermate_stacks_in_42735 figure.effect-bubba figcaption::before, #hovermate_stacks_in_42735 figure.effect-bubba figcaption::after{position:absolute;top:30px;right:30px;bottom:30px;left:30px;content:'';opacity:0;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s}#hovermate_stacks_in_42735 figure.effect-bubba figcaption{text-align: center}#hovermate_stacks_in_42735 figure.effect-bubba figcaption::before{border-top:1px solid #FFFFFF;border-bottom:1px solid #FFFFFF;-webkit-transform:scale(0,1);transform:scale(0,1)}#hovermate_stacks_in_42735 figure.effect-bubba figcaption::after{border-right:1px solid #FFFFFF;border-left:1px solid #FFFFFF;-webkit-transform:scale(1,0);transform:scale(1,0)}#hovermate_stacks_in_42735 figure.effect-bubba h4{padding:25% 5% 0 5%;color: #FFFFFF;-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s;-webkit-transform:translate3d(0,-15%,0);transform:translate3d(0,-15%,0)}#hovermate_stacks_in_42735 figure.effect-bubba p{padding:20px 5%;opacity:0;color: #FFFFFF;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(0,15%,0);transform:translate3d(0,15%,0)}#hovermate_stacks_in_42735 figure.effect-bubba:hover figcaption::before, #hovermate_stacks_in_42735 figure.effect-bubba:hover figcaption::after{opacity:1;-webkit-transform:scale(1);transform:scale(1)}#hovermate_stacks_in_42735 figure.effect-bubba:hover h4, #hovermate_stacks_in_42735 figure.effect-bubba:hover p{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}#hovermate_stacks_in_42735 figure.effect-romeo{-webkit-perspective:1000px;perspective:1000px;background: #000000}#hovermate_stacks_in_42735 figure.effect-romeo img{opacity:1;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(0,0,0) scale(1.1);transform:translate3d(0,0,0) scale(1.1)}#hovermate_stacks_in_42735 figure.effect-romeo:hover img{opacity:0.50;-webkit-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1)}#hovermate_stacks_in_42735 figure.effect-romeo figcaption::before, #hovermate_stacks_in_42735 figure.effect-romeo figcaption::after{position:absolute;top:50%;left:50%;width:80%;height:1px;opacity:0.25;background: #FFFFFF;content:'';-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}#hovermate_stacks_in_42735 figure.effect-romeo:hover figcaption::before{opacity:1;-webkit-transform:translate3d(-50%,-50%,0) rotate(45deg);transform:translate3d(-50%,-50%,0) rotate(45deg)}#hovermate_stacks_in_42735 figure.effect-romeo:hover figcaption::after{opacity:1;-webkit-transform:translate3d(-50%,-50%,0) rotate(-45deg);transform:translate3d(-50%,-50%,0) rotate(-45deg)}#hovermate_stacks_in_42735 figure.effect-romeo h4, #hovermate_stacks_in_42735 figure.effect-romeo p{opacity:0.25;position:absolute;top:50%;left:0;width:100%;-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s}#hovermate_stacks_in_42735 figure.effect-romeo h4{-webkit-transform:translate3d(0,-50%,0) translate3d(0,-150%,0);transform:translate3d(0,-50%,0) translate3d(0,-150%,0)}#hovermate_stacks_in_42735 figure.effect-romeo p{padding:0.25% 2em;color: #FFFFFF;-webkit-transform:translate3d(0,-50%,0) translate3d(0,150%,0);transform:translate3d(0,-50%,0) translate3d(0,150%,0)}#hovermate_stacks_in_42735 figure.effect-romeo:hover h4{opacity:1;-webkit-transform:translate3d(0,-50%,0) translate3d(0,-100%,0);transform:translate3d(0,-50%,0) translate3d(0,-100%,0)}#hovermate_stacks_in_42735 figure.effect-romeo:hover p{opacity:1;-webkit-transform:translate3d(0,-50%,0) translate3d(0,100%,0);transform:translate3d(0,-50%,0) translate3d(0,100%,0)}#hovermate_stacks_in_42735 figure.effect-layla{background: #000000}#hovermate_stacks_in_42735 figure.effect-layla img{min-width:100%;height:-webkit-calc(100% + 40px);height:calc(100% + 40px)}#hovermate_stacks_in_42735 figure.effect-layla figcaption{padding:3% 10%;text-align: center}#hovermate_stacks_in_42735 figure.effect-layla figcaption::before, #hovermate_stacks_in_42735 figure.effect-layla figcaption::after{position:absolute;content:'';opacity:0}#hovermate_stacks_in_42735 figure.effect-layla figcaption::before{top:6%;right:4%;bottom:6%;left:4%;border-top:1px solid #FFFFFF;border-bottom:1px solid #FFFFFF;-webkit-transform:scale(0,1);transform:scale(0,1);-webkit-transform-origin:0 0;transform-origin:0 0}#hovermate_stacks_in_42735 figure.effect-layla figcaption::after{top:4%;right:6%;bottom:4%;left:6%;border-right:1px solid #FFFFFF;border-left:1px solid #FFFFFF;-webkit-transform:scale(1,0);transform:scale(1,0);-webkit-transform-origin:100% 0;transform-origin:100% 0}#hovermate_stacks_in_42735 figure.effect-layla h4{opacity:1;color: #FFFFFF;padding-top:30%;-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s}#hovermate_stacks_in_42735 figure.effect-layla p{padding:1% 0;color: #FFFFFF;text-transform:none;opacity:0;-webkit-transform:translate3d(0,-4%,0);transform:translate3d(0,-4%,0)}#hovermate_stacks_in_42735 figure.effect-layla img{opacity:1;-webkit-transform:scale(1.1);transform:scale(1.1)}#hovermate_stacks_in_42735 figure.effect-layla h4{-webkit-transform:translate3d(0,-25%,0);transform:translate3d(0,-25%,0)}#hovermate_stacks_in_42735 figure.effect-layla img, #hovermate_stacks_in_42735 figure.effect-layla figcaption::before, #hovermate_stacks_in_42735 figure.effect-layla figcaption::after, #hovermate_stacks_in_42735 figure.effect-layla p{-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s}#hovermate_stacks_in_42735 figure.effect-layla:hover img{opacity:0.50;-webkit-transform:scale(1);transform:scale(1)}#hovermate_stacks_in_42735 figure.effect-layla:hover figcaption::before, #hovermate_stacks_in_42735 figure.effect-layla:hover figcaption::after{-webkit-transform:scale(1);transform:scale(1);opacity:1}#hovermate_stacks_in_42735 figure.effect-layla:hover h4, #hovermate_stacks_in_42735 figure.effect-layla:hover p{opacity:1;-webkit-transform:translate3d(0,-10%,0);transform:translate3d(0,-10%,0)}#hovermate_stacks_in_42735 figure.effect-layla:hover figcaption::after, #hovermate_stacks_in_42735 figure.effect-layla:hover h4, #hovermate_stacks_in_42735 figure.effect-layla:hover p, #hovermate_stacks_in_42735 figure.effect-layla:hover img{-webkit-transition-delay:0.15s;transition-delay:0.15s}#hovermate_stacks_in_42735 figure.effect-honey{background: #000000}#hovermate_stacks_in_42735 figure.effect-honey img{opacity:1;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:scale(1.1);transform:scale(1.1)}#hovermate_stacks_in_42735 figure.effect-honey:hover img{opacity:0.50;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:scale(1);transform:scale(1)}#hovermate_stacks_in_42735 figure.effect-honey figcaption{text-align: center}#hovermate_stacks_in_42735 figure.effect-honey figcaption::before{position:absolute;bottom:0;left:0;width:100%;height:10px;background: #FFFFFF;content:'';-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}#hovermate_stacks_in_42735 figure.effect-honey h4{position:absolute;color: #FFFFFF;bottom:0;left:0;padding:1em 1em;width:100%;-webkit-transform:translate3d(0,-25%,0);transform:translate3d(0,-25%,0)}#hovermate_stacks_in_42735 figure.effect-honey p{color: #FFFFFF;opacity:0;padding:0 1em;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(0,25%,0);transform:translate3d(0,25%,0)}#hovermate_stacks_in_42735 figure.effect-honey figcaption::before, #hovermate_stacks_in_42735 figure.effect-honey h4{-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s}#hovermate_stacks_in_42735 figure.effect-honey:hover figcaption::before, #hovermate_stacks_in_42735 figure.effect-honey:hover h4, #hovermate_stacks_in_42735 figure.effect-honey:hover p{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}#hovermate_stacks_in_42735 figure.effect-honey:hover p{color: #FFFFFF}figure.effect-oscar{background:-webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);background:linear-gradient(45deg, #22682a 0%,#9b4a1b 40%,#3a342a 100%)}figure.effect-oscar img{opacity:0.9;-webkit-transition:opacity 0.35s;transition:opacity 0.35s}figure.effect-oscar figcaption{padding:3em;background-color:rgba(58,52,42,0.7);-webkit-transition:background-color 0.35s;transition:background-color 0.35s}figure.effect-oscar figcaption::before{position:absolute;top:30px;right:30px;bottom:30px;left:30px;border:1px solid #fff;content:''}figure.effect-oscar h2{margin:20% 0 10px 0;-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}figure.effect-oscar figcaption::before, figure.effect-oscar p{opacity:0;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:scale(0);transform:scale(0)}figure.effect-oscar:hover h2{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}figure.effect-oscar:hover figcaption::before, figure.effect-oscar:hover p{opacity:1;-webkit-transform:scale(1);transform:scale(1)}figure.effect-oscar:hover figcaption{background-color:rgba(58,52,42,0)}figure.effect-oscar:hover img{opacity:0.4}figure.effect-marley figcaption{text-align:right}figure.effect-marley h2, figure.effect-marley p{position:absolute;right:30px;left:30px;padding:10px 0}figure.effect-marley p{bottom:30px;line-height:1.5;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}figure.effect-marley h2{top:30px;-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}figure.effect-marley:hover h2{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}figure.effect-marley h2::after{position:absolute;top:100%;left:0;width:100%;height:4px;background:#fff;content:'';-webkit-transform:translate3d(0,40px,0);transform:translate3d(0,40px,0)}figure.effect-marley h2::after, figure.effect-marley p{opacity:0;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s}figure.effect-marley:hover h2::after, figure.effect-marley:hover p{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}figure.effect-ruby{background-color:#17819c}figure.effect-ruby img{opacity:0.7;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:scale(1.1);transform:scale(1.1)}figure.effect-ruby:hover img{opacity:0.5;-webkit-transform:scale(1);transform:scale(1)}figure.effect-ruby h2{margin-top:20%;-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}figure.effect-ruby p{margin:1em 0 0;padding:3em;border:1px solid #fff;opacity:0;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(0,20px,0) scale(1.1);transform:translate3d(0,20px,0) scale(1.1)}figure.effect-ruby:hover h2{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}figure.effect-ruby:hover p{opacity:1;-webkit-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1)}figure.effect-milo{background:#2e5d5a}figure.effect-milo img{width:-webkit-calc(100% + 60px);width:calc(100% + 60px);opacity:1;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(-30px,0,0) scale(1.12);transform:translate3d(-30px,0,0) scale(1.12);-webkit-backface-visibility:hidden;backface-visibility:hidden}figure.effect-milo:hover img{opacity:0.5;-webkit-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1)}figure.effect-milo h2{position:absolute;right:0;bottom:0;padding:1em 1.2em}figure.effect-milo p{padding:0 10px 0 0;width:50%;border-right:1px solid #fff;text-align:right;opacity:0;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(-40px,0,0);transform:translate3d(-40px,0,0)}figure.effect-milo:hover p{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}figure.effect-dexter{background:-webkit-linear-gradient(top, rgba(37,141,200,1) 0%, rgba(104,60,19,1) 100%);background:linear-gradient(to bottom, rgba(37,141,200,1) 0%,rgba(104,60,19,1) 100%)}figure.effect-dexter img{-webkit-transition:opacity 0.35s;transition:opacity 0.35s}figure.effect-dexter:hover img{opacity:0.4}figure.effect-dexter figcaption::after{position:absolute;right:30px;bottom:30px;left:30px;height:-webkit-calc(50% - 30px);height:calc(50% - 30px);border:7px solid #fff;content:'';-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}figure.effect-dexter:hover figcaption::after{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}figure.effect-dexter figcaption{padding:3em;text-align:left}figure.effect-dexter p{position:absolute;right:60px;bottom:60px;left:60px;opacity:0;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(0,-100px,0);transform:translate3d(0,-100px,0)}figure.effect-dexter:hover p{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}figure.effect-sarah{background:#42b078}figure.effect-sarah img{width:-webkit-calc(100% + 20px);width:calc(100% + 20px);-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden}figure.effect-sarah:hover img{opacity:0.4;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}figure.effect-sarah figcaption{text-align:left}figure.effect-sarah h2{position:relative;overflow:hidden;padding:0.5em 0}figure.effect-sarah h2::after{position:absolute;bottom:0;left:0;width:100%;height:3px;background:#fff;content:'';-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}figure.effect-sarah:hover h2::after{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}figure.effect-sarah p{padding:1em 0;opacity:0;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}figure.effect-sarah:hover p{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}figure.effect-zoe figcaption{top:auto;bottom:0;padding:1em;height:3.75em;background:#fff;color:#3c4a50;-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}figure.effect-zoe h2{float:left}figure.effect-zoe figcaption>span{float:right}figure.effect-zoe p{position:absolute;bottom:8em;padding:2em;color:#fff;text-transform:none;font-size:90%;opacity:0;-webkit-transition:opacity 0.35s;transition:opacity 0.35s}figure.effect-zoe h2, figure.effect-zoe figcaption>span{-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s;-webkit-transform:translate3d(0,200%,0);transform:translate3d(0,200%,0)}figure.effect-zoe figcaption>span::before{display:inline-block;padding:8px 10px;font-family:'feathericons';speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-eye::before{content:'\e000'}.icon-paper-clip::before{content:'\e001'}.icon-heart::before{content:'\e024'}figure.effect-zoe h2{display:inline-block}figure.effect-zoe:hover p{opacity:1}figure.effect-zoe:hover figcaption, figure.effect-zoe:hover h2, figure.effect-zoe:hover figcaption>span{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}figure.effect-zoe:hover h2{-webkit-transition-delay:0.05s;transition-delay:0.05s}figure.effect-zoe:hover figcaption>span:nth-child(4){-webkit-transition-delay:0.1s;transition-delay:0.1s}figure.effect-zoe:hover figcaption>span:nth-child(3){-webkit-transition-delay:0.15s;transition-delay:0.15s}figure.effect-zoe:hover figcaption>span:nth-child(2){-webkit-transition-delay:0.2s;transition-delay:0.2s}figure.effect-chico img{-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:scale(1.12);transform:scale(1.12)}figure.effect-chico:hover img{opacity:0.5;-webkit-transform:scale(1);transform:scale(1)}figure.effect-chico figcaption{padding:3em}figure.effect-chico figcaption::before{position:absolute;top:30px;right:30px;bottom:30px;left:30px;border:1px solid #fff;content:'';-webkit-transform:scale(1.1);transform:scale(1.1)}figure.effect-chico figcaption::before, figure.effect-chico p{opacity:0;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s}figure.effect-chico h2{padding:20% 0 20px 0}figure.effect-chico p{margin:0 auto;max-width:200px;-webkit-transform:scale(1.5);transform:scale(1.5)}figure.effect-chico:hover figcaption::before, figure.effect-chico:hover p{opacity:1;-webkit-transform:scale(1);transform:scale(1)}%[endif]%
#stacks_in_42735 {
	padding: 0px 0px 10px 0px;
}


#stacks_in_42718 h3,#stacks_in_42718 h3 a,#stacks_in_42718 p,#stacks_in_42718 p a{
	color:rgba(0, 0, 0, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	
	
	

	

	
		text-shadow: 0px 1px 1px rgba(85, 85, 85, 1.00);
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_42718 p a:hover, #stacks_in_42718 h3 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_42718 {
	padding: 10px 0px 0px 0px;
}
/* DropCapThing by RapidWeaver Central  */

#dropcapThingstacks_in_29996 {
}

#stacks_in_29996 .dropcapthing:first-of-type::first-letter {
	height: 0.7em;
	margin: 0px 1px 1px 0;
	padding: 0 0.1em 0 0;
	font-size: 80px;
	line-height: 80px;
		
	float: left;
	font-weight:normal;;
			
}


#stacks_in_29996 {
	padding: 15px 0px 0px 0px;
}
 *,*:after,*:before{border-box;box-sizing:border-box}.clearfix:before,.clearfix:after{content:'';display:table}.clearfix:after{clear:both}.hovergrid_stacks_in_42733 figure{position:relative;z-index:1;display:block;overflow:hidden;margin:-0.135em;background: #000000;text-align:center;cursor:pointer;width: px;height:auto}.hovergrid_stacks_in_42733 figure img{position:relative;display:block;opacity: .75;width:100%}.hovergrid_stacks_in_42733 figure figcaption{padding:2em;color:#fff;text-transform:uppercase;font-size:1.25em;-webkit-backface-visibility:hidden;backface-visibility:hidden}.hovergrid_stacks_in_42733 figure figcaption::before, .hovergrid_stacks_in_42733 figure figcaption::after{pointer-events:none}.hovergrid_stacks_in_42733 figure figcaption, .hovergrid_stacks_in_42733 figure a{position:absolute;top:0;left:0;width:100%;height:100%}.hovergrid_stacks_in_42733 figure a{z-index:1000;text-indent:200%;white-space:nowrap;font-size:0;opacity:0}#hovermate_stacks_in_42733 h1, #hovermate_stacks_in_42733 h2, #hovermate_stacks_in_42733 h3, #hovermate_stacks_in_42733 h4, #hovermate_stacks_in_42733 h5, #hovermate_stacks_in_42733 h6{color: #FFFFFF}#hovermate_stacks_in_42733 figure.effect-lily img{width:-webkit-calc(100% + 50px);width:calc(100% + 50px);opacity:1;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(0,0,0) scale(1.1);transform:translate3d(0,0,0) scale(1.1)}#hovermate_stacks_in_42733 figure.effect-lily figcaption{top:auto;bottom:0;text-align: center}#hovermate_stacks_in_42733 figure.effect-lily h4, #hovermate_stacks_in_42733 figure.effect-lily p{-webkit-transform:translate3d(0,1000px,0);transform:translate3d(0,1000px,0)}#hovermate_stacks_in_42733 figure.effect-lily h4{-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s}#hovermate_stacks_in_42733 figure.effect-lily p{color: #FFFFFF;opacity:0;-webkit-transition:opacity 0.2s, -webkit-transform 0.35s;transition:opacity 0.2s, transform 0.35s}#hovermate_stacks_in_42733 figure.effect-lily:hover img{opacity:0.50}#hovermate_stacks_in_42733 figure.effect-lily:hover img, #hovermate_stacks_in_42733 figure.effect-lily:hover h4, #hovermate_stacks_in_42733 figure.effect-lily:hover p{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}#hovermate_stacks_in_42733 figure.effect-lily:hover p{opacity:1;-webkit-transition-delay:0.05s;transition-delay:0.05s;-webkit-transition-duration:0.35s;transition-duration:0.35s}#hovermate_stacks_in_42733 figure.effect-sadie figcaption{text-align: center}#hovermate_stacks_in_42733 figure.effect-sadie figcaption::before{position:absolute;top:0;left:0;width:100%;height:100%;background:-webkit-linear-gradient(top, rgba(72,76,97,0) 0%, #000000 75%);background:linear-gradient(to bottom, rgba(72,76,97,0) 0%, #000000 75%);content:'';opacity:0;-webkit-transform:translate3d(0,50%,0);transform:translate3d(0,50%,0)}#hovermate_stacks_in_42733 figure.effect-sadie h4{position:absolute;top:50%;left:0;width:100%;padding:5%;color: #FFFFFF;-webkit-transition:-webkit-transform 0.35s, color 0.35s;transition:transform 0.35s, color 0.35s;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}#hovermate_stacks_in_42733 figure.effect-sadie img{opacity:1;-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s;-webkit-transform:scale(1.1);transform:scale(1.1)}#hovermate_stacks_in_42733 figure.effect-sadie figcaption::before, #hovermate_stacks_in_42733 figure.effect-sadie p{-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s}#hovermate_stacks_in_42733 figure.effect-sadie p{position:absolute;bottom:0;left:0;padding:5%;width:100%;opacity:0;color: #FFFFFF;-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}#hovermate_stacks_in_42733 figure.effect-sadie:hover h4{color: #FFFFFF;-webkit-transform:translate3d(0,-50%,0) translate3d(0,-40px,0);transform:translate3d(0,-50%,0) translate3d(0,-40px,0)}#hovermate_stacks_in_42733 figure.effect-sadie:hover img{-webkit-transform:scale(1.0);transform:scale(1.0)}#hovermate_stacks_in_42733 figure.effect-sadie:hover figcaption::before{opacity:0.50;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}#hovermate_stacks_in_42733 figure.effect-sadie:hover p{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}#hovermate_stacks_in_42733 figure.effect-roxy{background: #000000}#hovermate_stacks_in_42733 figure.effect-roxy img{width:-webkit-calc(100% + 60px);width:calc(100% + 60px);opacity:1;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:scale(1.1);transform:scale(1.1)}#hovermate_stacks_in_42733 figure.effect-roxy figcaption::before{position:absolute;top:30px;right:30px;bottom:30px;left:30px;border:1px solid #FFFFFF;content:'';opacity:0;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}#hovermate_stacks_in_42733 figure.effect-roxy figcaption{text-align: center;padding:0 3em}#hovermate_stacks_in_42733 figure.effect-roxy h4{padding:30% 0 0 0}#hovermate_stacks_in_42733 figure.effect-roxy p{color: #FFFFFF;opacity:0;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}#hovermate_stacks_in_42733 figure.effect-roxy:hover img{opacity: .50;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}#hovermate_stacks_in_42733 figure.effect-roxy:hover figcaption::before, #hovermate_stacks_in_42733 figure.effect-roxy:hover p{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}#hovermate_stacks_in_42733 figure.effect-bubba{background: #000000}#hovermate_stacks_in_42733 figure.effect-bubba img{opacity:1;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:scale(1.1);transform:scale(1.1)}#hovermate_stacks_in_42733 figure.effect-bubba:hover img{opacity:0.50;-webkit-transform:scale(1.0);transform:scale(1.0)}#hovermate_stacks_in_42733 figure.effect-bubba figcaption::before, #hovermate_stacks_in_42733 figure.effect-bubba figcaption::after{position:absolute;top:30px;right:30px;bottom:30px;left:30px;content:'';opacity:0;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s}#hovermate_stacks_in_42733 figure.effect-bubba figcaption{text-align: center}#hovermate_stacks_in_42733 figure.effect-bubba figcaption::before{border-top:1px solid #FFFFFF;border-bottom:1px solid #FFFFFF;-webkit-transform:scale(0,1);transform:scale(0,1)}#hovermate_stacks_in_42733 figure.effect-bubba figcaption::after{border-right:1px solid #FFFFFF;border-left:1px solid #FFFFFF;-webkit-transform:scale(1,0);transform:scale(1,0)}#hovermate_stacks_in_42733 figure.effect-bubba h4{padding:25% 5% 0 5%;color: #FFFFFF;-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s;-webkit-transform:translate3d(0,-15%,0);transform:translate3d(0,-15%,0)}#hovermate_stacks_in_42733 figure.effect-bubba p{padding:20px 5%;opacity:0;color: #FFFFFF;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(0,15%,0);transform:translate3d(0,15%,0)}#hovermate_stacks_in_42733 figure.effect-bubba:hover figcaption::before, #hovermate_stacks_in_42733 figure.effect-bubba:hover figcaption::after{opacity:1;-webkit-transform:scale(1);transform:scale(1)}#hovermate_stacks_in_42733 figure.effect-bubba:hover h4, #hovermate_stacks_in_42733 figure.effect-bubba:hover p{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}#hovermate_stacks_in_42733 figure.effect-romeo{-webkit-perspective:1000px;perspective:1000px;background: #000000}#hovermate_stacks_in_42733 figure.effect-romeo img{opacity:1;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(0,0,0) scale(1.1);transform:translate3d(0,0,0) scale(1.1)}#hovermate_stacks_in_42733 figure.effect-romeo:hover img{opacity:0.50;-webkit-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1)}#hovermate_stacks_in_42733 figure.effect-romeo figcaption::before, #hovermate_stacks_in_42733 figure.effect-romeo figcaption::after{position:absolute;top:50%;left:50%;width:80%;height:1px;opacity:0.25;background: #FFFFFF;content:'';-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}#hovermate_stacks_in_42733 figure.effect-romeo:hover figcaption::before{opacity:1;-webkit-transform:translate3d(-50%,-50%,0) rotate(45deg);transform:translate3d(-50%,-50%,0) rotate(45deg)}#hovermate_stacks_in_42733 figure.effect-romeo:hover figcaption::after{opacity:1;-webkit-transform:translate3d(-50%,-50%,0) rotate(-45deg);transform:translate3d(-50%,-50%,0) rotate(-45deg)}#hovermate_stacks_in_42733 figure.effect-romeo h4, #hovermate_stacks_in_42733 figure.effect-romeo p{opacity:0.25;position:absolute;top:50%;left:0;width:100%;-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s}#hovermate_stacks_in_42733 figure.effect-romeo h4{-webkit-transform:translate3d(0,-50%,0) translate3d(0,-150%,0);transform:translate3d(0,-50%,0) translate3d(0,-150%,0)}#hovermate_stacks_in_42733 figure.effect-romeo p{padding:0.25% 2em;color: #FFFFFF;-webkit-transform:translate3d(0,-50%,0) translate3d(0,150%,0);transform:translate3d(0,-50%,0) translate3d(0,150%,0)}#hovermate_stacks_in_42733 figure.effect-romeo:hover h4{opacity:1;-webkit-transform:translate3d(0,-50%,0) translate3d(0,-100%,0);transform:translate3d(0,-50%,0) translate3d(0,-100%,0)}#hovermate_stacks_in_42733 figure.effect-romeo:hover p{opacity:1;-webkit-transform:translate3d(0,-50%,0) translate3d(0,100%,0);transform:translate3d(0,-50%,0) translate3d(0,100%,0)}#hovermate_stacks_in_42733 figure.effect-layla{background: #000000}#hovermate_stacks_in_42733 figure.effect-layla img{min-width:100%;height:-webkit-calc(100% + 40px);height:calc(100% + 40px)}#hovermate_stacks_in_42733 figure.effect-layla figcaption{padding:3% 10%;text-align: center}#hovermate_stacks_in_42733 figure.effect-layla figcaption::before, #hovermate_stacks_in_42733 figure.effect-layla figcaption::after{position:absolute;content:'';opacity:0}#hovermate_stacks_in_42733 figure.effect-layla figcaption::before{top:6%;right:4%;bottom:6%;left:4%;border-top:1px solid #FFFFFF;border-bottom:1px solid #FFFFFF;-webkit-transform:scale(0,1);transform:scale(0,1);-webkit-transform-origin:0 0;transform-origin:0 0}#hovermate_stacks_in_42733 figure.effect-layla figcaption::after{top:4%;right:6%;bottom:4%;left:6%;border-right:1px solid #FFFFFF;border-left:1px solid #FFFFFF;-webkit-transform:scale(1,0);transform:scale(1,0);-webkit-transform-origin:100% 0;transform-origin:100% 0}#hovermate_stacks_in_42733 figure.effect-layla h4{opacity:1;color: #FFFFFF;padding-top:30%;-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s}#hovermate_stacks_in_42733 figure.effect-layla p{padding:1% 0;color: #FFFFFF;text-transform:none;opacity:0;-webkit-transform:translate3d(0,-4%,0);transform:translate3d(0,-4%,0)}#hovermate_stacks_in_42733 figure.effect-layla img{opacity:1;-webkit-transform:scale(1.1);transform:scale(1.1)}#hovermate_stacks_in_42733 figure.effect-layla h4{-webkit-transform:translate3d(0,-25%,0);transform:translate3d(0,-25%,0)}#hovermate_stacks_in_42733 figure.effect-layla img, #hovermate_stacks_in_42733 figure.effect-layla figcaption::before, #hovermate_stacks_in_42733 figure.effect-layla figcaption::after, #hovermate_stacks_in_42733 figure.effect-layla p{-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s}#hovermate_stacks_in_42733 figure.effect-layla:hover img{opacity:0.50;-webkit-transform:scale(1);transform:scale(1)}#hovermate_stacks_in_42733 figure.effect-layla:hover figcaption::before, #hovermate_stacks_in_42733 figure.effect-layla:hover figcaption::after{-webkit-transform:scale(1);transform:scale(1);opacity:1}#hovermate_stacks_in_42733 figure.effect-layla:hover h4, #hovermate_stacks_in_42733 figure.effect-layla:hover p{opacity:1;-webkit-transform:translate3d(0,-10%,0);transform:translate3d(0,-10%,0)}#hovermate_stacks_in_42733 figure.effect-layla:hover figcaption::after, #hovermate_stacks_in_42733 figure.effect-layla:hover h4, #hovermate_stacks_in_42733 figure.effect-layla:hover p, #hovermate_stacks_in_42733 figure.effect-layla:hover img{-webkit-transition-delay:0.15s;transition-delay:0.15s}#hovermate_stacks_in_42733 figure.effect-honey{background: #000000}#hovermate_stacks_in_42733 figure.effect-honey img{opacity:1;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:scale(1.1);transform:scale(1.1)}#hovermate_stacks_in_42733 figure.effect-honey:hover img{opacity:0.50;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:scale(1);transform:scale(1)}#hovermate_stacks_in_42733 figure.effect-honey figcaption{text-align: center}#hovermate_stacks_in_42733 figure.effect-honey figcaption::before{position:absolute;bottom:0;left:0;width:100%;height:10px;background: #FFFFFF;content:'';-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}#hovermate_stacks_in_42733 figure.effect-honey h4{position:absolute;color: #FFFFFF;bottom:0;left:0;padding:1em 1em;width:100%;-webkit-transform:translate3d(0,-25%,0);transform:translate3d(0,-25%,0)}#hovermate_stacks_in_42733 figure.effect-honey p{color: #FFFFFF;opacity:0;padding:0 1em;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(0,25%,0);transform:translate3d(0,25%,0)}#hovermate_stacks_in_42733 figure.effect-honey figcaption::before, #hovermate_stacks_in_42733 figure.effect-honey h4{-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s}#hovermate_stacks_in_42733 figure.effect-honey:hover figcaption::before, #hovermate_stacks_in_42733 figure.effect-honey:hover h4, #hovermate_stacks_in_42733 figure.effect-honey:hover p{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}#hovermate_stacks_in_42733 figure.effect-honey:hover p{color: #FFFFFF}figure.effect-oscar{background:-webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);background:linear-gradient(45deg, #22682a 0%,#9b4a1b 40%,#3a342a 100%)}figure.effect-oscar img{opacity:0.9;-webkit-transition:opacity 0.35s;transition:opacity 0.35s}figure.effect-oscar figcaption{padding:3em;background-color:rgba(58,52,42,0.7);-webkit-transition:background-color 0.35s;transition:background-color 0.35s}figure.effect-oscar figcaption::before{position:absolute;top:30px;right:30px;bottom:30px;left:30px;border:1px solid #fff;content:''}figure.effect-oscar h2{margin:20% 0 10px 0;-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}figure.effect-oscar figcaption::before, figure.effect-oscar p{opacity:0;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:scale(0);transform:scale(0)}figure.effect-oscar:hover h2{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}figure.effect-oscar:hover figcaption::before, figure.effect-oscar:hover p{opacity:1;-webkit-transform:scale(1);transform:scale(1)}figure.effect-oscar:hover figcaption{background-color:rgba(58,52,42,0)}figure.effect-oscar:hover img{opacity:0.4}figure.effect-marley figcaption{text-align:right}figure.effect-marley h2, figure.effect-marley p{position:absolute;right:30px;left:30px;padding:10px 0}figure.effect-marley p{bottom:30px;line-height:1.5;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}figure.effect-marley h2{top:30px;-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}figure.effect-marley:hover h2{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}figure.effect-marley h2::after{position:absolute;top:100%;left:0;width:100%;height:4px;background:#fff;content:'';-webkit-transform:translate3d(0,40px,0);transform:translate3d(0,40px,0)}figure.effect-marley h2::after, figure.effect-marley p{opacity:0;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s}figure.effect-marley:hover h2::after, figure.effect-marley:hover p{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}figure.effect-ruby{background-color:#17819c}figure.effect-ruby img{opacity:0.7;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:scale(1.1);transform:scale(1.1)}figure.effect-ruby:hover img{opacity:0.5;-webkit-transform:scale(1);transform:scale(1)}figure.effect-ruby h2{margin-top:20%;-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}figure.effect-ruby p{margin:1em 0 0;padding:3em;border:1px solid #fff;opacity:0;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(0,20px,0) scale(1.1);transform:translate3d(0,20px,0) scale(1.1)}figure.effect-ruby:hover h2{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}figure.effect-ruby:hover p{opacity:1;-webkit-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1)}figure.effect-milo{background:#2e5d5a}figure.effect-milo img{width:-webkit-calc(100% + 60px);width:calc(100% + 60px);opacity:1;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(-30px,0,0) scale(1.12);transform:translate3d(-30px,0,0) scale(1.12);-webkit-backface-visibility:hidden;backface-visibility:hidden}figure.effect-milo:hover img{opacity:0.5;-webkit-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1)}figure.effect-milo h2{position:absolute;right:0;bottom:0;padding:1em 1.2em}figure.effect-milo p{padding:0 10px 0 0;width:50%;border-right:1px solid #fff;text-align:right;opacity:0;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(-40px,0,0);transform:translate3d(-40px,0,0)}figure.effect-milo:hover p{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}figure.effect-dexter{background:-webkit-linear-gradient(top, rgba(37,141,200,1) 0%, rgba(104,60,19,1) 100%);background:linear-gradient(to bottom, rgba(37,141,200,1) 0%,rgba(104,60,19,1) 100%)}figure.effect-dexter img{-webkit-transition:opacity 0.35s;transition:opacity 0.35s}figure.effect-dexter:hover img{opacity:0.4}figure.effect-dexter figcaption::after{position:absolute;right:30px;bottom:30px;left:30px;height:-webkit-calc(50% - 30px);height:calc(50% - 30px);border:7px solid #fff;content:'';-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}figure.effect-dexter:hover figcaption::after{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}figure.effect-dexter figcaption{padding:3em;text-align:left}figure.effect-dexter p{position:absolute;right:60px;bottom:60px;left:60px;opacity:0;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(0,-100px,0);transform:translate3d(0,-100px,0)}figure.effect-dexter:hover p{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}figure.effect-sarah{background:#42b078}figure.effect-sarah img{width:-webkit-calc(100% + 20px);width:calc(100% + 20px);-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden}figure.effect-sarah:hover img{opacity:0.4;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}figure.effect-sarah figcaption{text-align:left}figure.effect-sarah h2{position:relative;overflow:hidden;padding:0.5em 0}figure.effect-sarah h2::after{position:absolute;bottom:0;left:0;width:100%;height:3px;background:#fff;content:'';-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}figure.effect-sarah:hover h2::after{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}figure.effect-sarah p{padding:1em 0;opacity:0;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}figure.effect-sarah:hover p{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}figure.effect-zoe figcaption{top:auto;bottom:0;padding:1em;height:3.75em;background:#fff;color:#3c4a50;-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}figure.effect-zoe h2{float:left}figure.effect-zoe figcaption>span{float:right}figure.effect-zoe p{position:absolute;bottom:8em;padding:2em;color:#fff;text-transform:none;font-size:90%;opacity:0;-webkit-transition:opacity 0.35s;transition:opacity 0.35s}figure.effect-zoe h2, figure.effect-zoe figcaption>span{-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s;-webkit-transform:translate3d(0,200%,0);transform:translate3d(0,200%,0)}figure.effect-zoe figcaption>span::before{display:inline-block;padding:8px 10px;font-family:'feathericons';speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-eye::before{content:'\e000'}.icon-paper-clip::before{content:'\e001'}.icon-heart::before{content:'\e024'}figure.effect-zoe h2{display:inline-block}figure.effect-zoe:hover p{opacity:1}figure.effect-zoe:hover figcaption, figure.effect-zoe:hover h2, figure.effect-zoe:hover figcaption>span{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}figure.effect-zoe:hover h2{-webkit-transition-delay:0.05s;transition-delay:0.05s}figure.effect-zoe:hover figcaption>span:nth-child(4){-webkit-transition-delay:0.1s;transition-delay:0.1s}figure.effect-zoe:hover figcaption>span:nth-child(3){-webkit-transition-delay:0.15s;transition-delay:0.15s}figure.effect-zoe:hover figcaption>span:nth-child(2){-webkit-transition-delay:0.2s;transition-delay:0.2s}figure.effect-chico img{-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:scale(1.12);transform:scale(1.12)}figure.effect-chico:hover img{opacity:0.5;-webkit-transform:scale(1);transform:scale(1)}figure.effect-chico figcaption{padding:3em}figure.effect-chico figcaption::before{position:absolute;top:30px;right:30px;bottom:30px;left:30px;border:1px solid #fff;content:'';-webkit-transform:scale(1.1);transform:scale(1.1)}figure.effect-chico figcaption::before, figure.effect-chico p{opacity:0;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s}figure.effect-chico h2{padding:20% 0 20px 0}figure.effect-chico p{margin:0 auto;max-width:200px;-webkit-transform:scale(1.5);transform:scale(1.5)}figure.effect-chico:hover figcaption::before, figure.effect-chico:hover p{opacity:1;-webkit-transform:scale(1);transform:scale(1)}%[endif]%
#stacks_in_42733 {
	padding: 0px 0px 10px 0px;
}


#stacks_in_42716 h3,#stacks_in_42716 h3 a,#stacks_in_42716 p,#stacks_in_42716 p a{
	color:rgba(0, 0, 0, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	
	
	

	

	
		text-shadow: 0px 1px 1px rgba(85, 85, 85, 1.00);
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_42716 p a:hover, #stacks_in_42716 h3 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_42716 {
	padding: 10px 0px 0px 0px;
}
/* DropCapThing by RapidWeaver Central  */

#dropcapThingstacks_in_29990 {
}

#stacks_in_29990 .dropcapthing:first-of-type::first-letter {
	height: 0.7em;
	margin: 0px 1px 1px 0;
	padding: 0 0.1em 0 0;
	font-size: 80px;
	line-height: 80px;
		
	float: left;
	font-weight:normal;;
			
}


#stacks_in_29990 {
	padding: 15px 0px 0px 0px;
}
#stacks_in_29624 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_29624 .jwresp_col{float:none} #stacks_in_29624 #jwresp_col2_stacks_in_29624{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_29624 #jwresp_col1_stacks_in_29624,#stacks_in_29624 #jwresp_col3_stacks_in_29624{width:32%}#stacks_in_29624 #jwresp_col1_stacks_in_29624{float:left}#stacks_in_29624 #jwresp_col3_stacks_in_29624{float:right} @media screen and (max-width:770px){#stacks_in_29624 #jwresp_col1_stacks_in_29624,#stacks_in_29624 #jwresp_col3_stacks_in_29624{margin-bottom:20px}#stacks_in_29624 #jwresp_col1_stacks_in_29624{width:49%}#stacks_in_29624 #jwresp_col3_stacks_in_29624{width:49%}#stacks_in_29624 #jwresp_col2_stacks_in_29624{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_29624 #jwresp_col1_stacks_in_29624,#stacks_in_29624 #jwresp_col3_stacks_in_29624,#stacks_in_29624 #jwresp_col2_stacks_in_29624{float:none;width:100%;display:block}#stacks_in_29624 #jwresp_col1_stacks_in_29624,#stacks_in_29624 #jwresp_col3_stacks_in_29624{margin-bottom:20px}} 

#stacks_in_29624 {
	padding: 40px 0px 0px 0px;
}
 *,*:after,*:before{border-box;box-sizing:border-box}.clearfix:before,.clearfix:after{content:'';display:table}.clearfix:after{clear:both}.hovergrid_stacks_in_29629 figure{position:relative;z-index:1;display:block;overflow:hidden;margin:-0.135em;background: #000000;text-align:center;cursor:pointer;width: px;height:auto}.hovergrid_stacks_in_29629 figure img{position:relative;display:block;opacity: .75;width:100%}.hovergrid_stacks_in_29629 figure figcaption{padding:2em;color:#fff;text-transform:uppercase;font-size:1.25em;-webkit-backface-visibility:hidden;backface-visibility:hidden}.hovergrid_stacks_in_29629 figure figcaption::before, .hovergrid_stacks_in_29629 figure figcaption::after{pointer-events:none}.hovergrid_stacks_in_29629 figure figcaption, .hovergrid_stacks_in_29629 figure a{position:absolute;top:0;left:0;width:100%;height:100%}.hovergrid_stacks_in_29629 figure a{z-index:1000;text-indent:200%;white-space:nowrap;font-size:0;opacity:0}#hovermate_stacks_in_29629 h1, #hovermate_stacks_in_29629 h2, #hovermate_stacks_in_29629 h3, #hovermate_stacks_in_29629 h4, #hovermate_stacks_in_29629 h5, #hovermate_stacks_in_29629 h6{color: #FFFFFF}#hovermate_stacks_in_29629 figure.effect-lily img{width:-webkit-calc(100% + 50px);width:calc(100% + 50px);opacity:1;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(0,0,0) scale(1.1);transform:translate3d(0,0,0) scale(1.1)}#hovermate_stacks_in_29629 figure.effect-lily figcaption{top:auto;bottom:0;text-align: center}#hovermate_stacks_in_29629 figure.effect-lily h4, #hovermate_stacks_in_29629 figure.effect-lily p{-webkit-transform:translate3d(0,1000px,0);transform:translate3d(0,1000px,0)}#hovermate_stacks_in_29629 figure.effect-lily h4{-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s}#hovermate_stacks_in_29629 figure.effect-lily p{color: #FFFFFF;opacity:0;-webkit-transition:opacity 0.2s, -webkit-transform 0.35s;transition:opacity 0.2s, transform 0.35s}#hovermate_stacks_in_29629 figure.effect-lily:hover img{opacity:0.50}#hovermate_stacks_in_29629 figure.effect-lily:hover img, #hovermate_stacks_in_29629 figure.effect-lily:hover h4, #hovermate_stacks_in_29629 figure.effect-lily:hover p{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}#hovermate_stacks_in_29629 figure.effect-lily:hover p{opacity:1;-webkit-transition-delay:0.05s;transition-delay:0.05s;-webkit-transition-duration:0.35s;transition-duration:0.35s}#hovermate_stacks_in_29629 figure.effect-sadie figcaption{text-align: center}#hovermate_stacks_in_29629 figure.effect-sadie figcaption::before{position:absolute;top:0;left:0;width:100%;height:100%;background:-webkit-linear-gradient(top, rgba(72,76,97,0) 0%, #000000 75%);background:linear-gradient(to bottom, rgba(72,76,97,0) 0%, #000000 75%);content:'';opacity:0;-webkit-transform:translate3d(0,50%,0);transform:translate3d(0,50%,0)}#hovermate_stacks_in_29629 figure.effect-sadie h4{position:absolute;top:50%;left:0;width:100%;padding:5%;color: #FFFFFF;-webkit-transition:-webkit-transform 0.35s, color 0.35s;transition:transform 0.35s, color 0.35s;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}#hovermate_stacks_in_29629 figure.effect-sadie img{opacity:1;-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s;-webkit-transform:scale(1.1);transform:scale(1.1)}#hovermate_stacks_in_29629 figure.effect-sadie figcaption::before, #hovermate_stacks_in_29629 figure.effect-sadie p{-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s}#hovermate_stacks_in_29629 figure.effect-sadie p{position:absolute;bottom:0;left:0;padding:5%;width:100%;opacity:0;color: #FFFFFF;-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}#hovermate_stacks_in_29629 figure.effect-sadie:hover h4{color: #FFFFFF;-webkit-transform:translate3d(0,-50%,0) translate3d(0,-40px,0);transform:translate3d(0,-50%,0) translate3d(0,-40px,0)}#hovermate_stacks_in_29629 figure.effect-sadie:hover img{-webkit-transform:scale(1.0);transform:scale(1.0)}#hovermate_stacks_in_29629 figure.effect-sadie:hover figcaption::before{opacity:0.50;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}#hovermate_stacks_in_29629 figure.effect-sadie:hover p{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}#hovermate_stacks_in_29629 figure.effect-roxy{background: #000000}#hovermate_stacks_in_29629 figure.effect-roxy img{width:-webkit-calc(100% + 60px);width:calc(100% + 60px);opacity:1;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:scale(1.1);transform:scale(1.1)}#hovermate_stacks_in_29629 figure.effect-roxy figcaption::before{position:absolute;top:30px;right:30px;bottom:30px;left:30px;border:1px solid #FFFFFF;content:'';opacity:0;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}#hovermate_stacks_in_29629 figure.effect-roxy figcaption{text-align: center;padding:0 3em}#hovermate_stacks_in_29629 figure.effect-roxy h4{padding:30% 0 0 0}#hovermate_stacks_in_29629 figure.effect-roxy p{color: #FFFFFF;opacity:0;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}#hovermate_stacks_in_29629 figure.effect-roxy:hover img{opacity: .50;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}#hovermate_stacks_in_29629 figure.effect-roxy:hover figcaption::before, #hovermate_stacks_in_29629 figure.effect-roxy:hover p{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}#hovermate_stacks_in_29629 figure.effect-bubba{background: #000000}#hovermate_stacks_in_29629 figure.effect-bubba img{opacity:1;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:scale(1.1);transform:scale(1.1)}#hovermate_stacks_in_29629 figure.effect-bubba:hover img{opacity:0.50;-webkit-transform:scale(1.0);transform:scale(1.0)}#hovermate_stacks_in_29629 figure.effect-bubba figcaption::before, #hovermate_stacks_in_29629 figure.effect-bubba figcaption::after{position:absolute;top:30px;right:30px;bottom:30px;left:30px;content:'';opacity:0;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s}#hovermate_stacks_in_29629 figure.effect-bubba figcaption{text-align: center}#hovermate_stacks_in_29629 figure.effect-bubba figcaption::before{border-top:1px solid #FFFFFF;border-bottom:1px solid #FFFFFF;-webkit-transform:scale(0,1);transform:scale(0,1)}#hovermate_stacks_in_29629 figure.effect-bubba figcaption::after{border-right:1px solid #FFFFFF;border-left:1px solid #FFFFFF;-webkit-transform:scale(1,0);transform:scale(1,0)}#hovermate_stacks_in_29629 figure.effect-bubba h4{padding:25% 5% 0 5%;color: #FFFFFF;-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s;-webkit-transform:translate3d(0,-15%,0);transform:translate3d(0,-15%,0)}#hovermate_stacks_in_29629 figure.effect-bubba p{padding:20px 5%;opacity:0;color: #FFFFFF;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(0,15%,0);transform:translate3d(0,15%,0)}#hovermate_stacks_in_29629 figure.effect-bubba:hover figcaption::before, #hovermate_stacks_in_29629 figure.effect-bubba:hover figcaption::after{opacity:1;-webkit-transform:scale(1);transform:scale(1)}#hovermate_stacks_in_29629 figure.effect-bubba:hover h4, #hovermate_stacks_in_29629 figure.effect-bubba:hover p{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}#hovermate_stacks_in_29629 figure.effect-romeo{-webkit-perspective:1000px;perspective:1000px;background: #000000}#hovermate_stacks_in_29629 figure.effect-romeo img{opacity:1;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(0,0,0) scale(1.1);transform:translate3d(0,0,0) scale(1.1)}#hovermate_stacks_in_29629 figure.effect-romeo:hover img{opacity:0.50;-webkit-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1)}#hovermate_stacks_in_29629 figure.effect-romeo figcaption::before, #hovermate_stacks_in_29629 figure.effect-romeo figcaption::after{position:absolute;top:50%;left:50%;width:80%;height:1px;opacity:0.25;background: #FFFFFF;content:'';-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}#hovermate_stacks_in_29629 figure.effect-romeo:hover figcaption::before{opacity:1;-webkit-transform:translate3d(-50%,-50%,0) rotate(45deg);transform:translate3d(-50%,-50%,0) rotate(45deg)}#hovermate_stacks_in_29629 figure.effect-romeo:hover figcaption::after{opacity:1;-webkit-transform:translate3d(-50%,-50%,0) rotate(-45deg);transform:translate3d(-50%,-50%,0) rotate(-45deg)}#hovermate_stacks_in_29629 figure.effect-romeo h4, #hovermate_stacks_in_29629 figure.effect-romeo p{opacity:0.25;position:absolute;top:50%;left:0;width:100%;-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s}#hovermate_stacks_in_29629 figure.effect-romeo h4{-webkit-transform:translate3d(0,-50%,0) translate3d(0,-150%,0);transform:translate3d(0,-50%,0) translate3d(0,-150%,0)}#hovermate_stacks_in_29629 figure.effect-romeo p{padding:0.25% 2em;color: #FFFFFF;-webkit-transform:translate3d(0,-50%,0) translate3d(0,150%,0);transform:translate3d(0,-50%,0) translate3d(0,150%,0)}#hovermate_stacks_in_29629 figure.effect-romeo:hover h4{opacity:1;-webkit-transform:translate3d(0,-50%,0) translate3d(0,-100%,0);transform:translate3d(0,-50%,0) translate3d(0,-100%,0)}#hovermate_stacks_in_29629 figure.effect-romeo:hover p{opacity:1;-webkit-transform:translate3d(0,-50%,0) translate3d(0,100%,0);transform:translate3d(0,-50%,0) translate3d(0,100%,0)}#hovermate_stacks_in_29629 figure.effect-layla{background: #000000}#hovermate_stacks_in_29629 figure.effect-layla img{min-width:100%;height:-webkit-calc(100% + 40px);height:calc(100% + 40px)}#hovermate_stacks_in_29629 figure.effect-layla figcaption{padding:3% 10%;text-align: center}#hovermate_stacks_in_29629 figure.effect-layla figcaption::before, #hovermate_stacks_in_29629 figure.effect-layla figcaption::after{position:absolute;content:'';opacity:0}#hovermate_stacks_in_29629 figure.effect-layla figcaption::before{top:6%;right:4%;bottom:6%;left:4%;border-top:1px solid #FFFFFF;border-bottom:1px solid #FFFFFF;-webkit-transform:scale(0,1);transform:scale(0,1);-webkit-transform-origin:0 0;transform-origin:0 0}#hovermate_stacks_in_29629 figure.effect-layla figcaption::after{top:4%;right:6%;bottom:4%;left:6%;border-right:1px solid #FFFFFF;border-left:1px solid #FFFFFF;-webkit-transform:scale(1,0);transform:scale(1,0);-webkit-transform-origin:100% 0;transform-origin:100% 0}#hovermate_stacks_in_29629 figure.effect-layla h4{opacity:1;color: #FFFFFF;padding-top:30%;-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s}#hovermate_stacks_in_29629 figure.effect-layla p{padding:1% 0;color: #FFFFFF;text-transform:none;opacity:0;-webkit-transform:translate3d(0,-4%,0);transform:translate3d(0,-4%,0)}#hovermate_stacks_in_29629 figure.effect-layla img{opacity:1;-webkit-transform:scale(1.1);transform:scale(1.1)}#hovermate_stacks_in_29629 figure.effect-layla h4{-webkit-transform:translate3d(0,-25%,0);transform:translate3d(0,-25%,0)}#hovermate_stacks_in_29629 figure.effect-layla img, #hovermate_stacks_in_29629 figure.effect-layla figcaption::before, #hovermate_stacks_in_29629 figure.effect-layla figcaption::after, #hovermate_stacks_in_29629 figure.effect-layla p{-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s}#hovermate_stacks_in_29629 figure.effect-layla:hover img{opacity:0.50;-webkit-transform:scale(1);transform:scale(1)}#hovermate_stacks_in_29629 figure.effect-layla:hover figcaption::before, #hovermate_stacks_in_29629 figure.effect-layla:hover figcaption::after{-webkit-transform:scale(1);transform:scale(1);opacity:1}#hovermate_stacks_in_29629 figure.effect-layla:hover h4, #hovermate_stacks_in_29629 figure.effect-layla:hover p{opacity:1;-webkit-transform:translate3d(0,-10%,0);transform:translate3d(0,-10%,0)}#hovermate_stacks_in_29629 figure.effect-layla:hover figcaption::after, #hovermate_stacks_in_29629 figure.effect-layla:hover h4, #hovermate_stacks_in_29629 figure.effect-layla:hover p, #hovermate_stacks_in_29629 figure.effect-layla:hover img{-webkit-transition-delay:0.15s;transition-delay:0.15s}#hovermate_stacks_in_29629 figure.effect-honey{background: #000000}#hovermate_stacks_in_29629 figure.effect-honey img{opacity:1;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:scale(1.1);transform:scale(1.1)}#hovermate_stacks_in_29629 figure.effect-honey:hover img{opacity:0.50;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:scale(1);transform:scale(1)}#hovermate_stacks_in_29629 figure.effect-honey figcaption{text-align: center}#hovermate_stacks_in_29629 figure.effect-honey figcaption::before{position:absolute;bottom:0;left:0;width:100%;height:10px;background: #FFFFFF;content:'';-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}#hovermate_stacks_in_29629 figure.effect-honey h4{position:absolute;color: #FFFFFF;bottom:0;left:0;padding:1em 1em;width:100%;-webkit-transform:translate3d(0,-25%,0);transform:translate3d(0,-25%,0)}#hovermate_stacks_in_29629 figure.effect-honey p{color: #FFFFFF;opacity:0;padding:0 1em;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(0,25%,0);transform:translate3d(0,25%,0)}#hovermate_stacks_in_29629 figure.effect-honey figcaption::before, #hovermate_stacks_in_29629 figure.effect-honey h4{-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s}#hovermate_stacks_in_29629 figure.effect-honey:hover figcaption::before, #hovermate_stacks_in_29629 figure.effect-honey:hover h4, #hovermate_stacks_in_29629 figure.effect-honey:hover p{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}#hovermate_stacks_in_29629 figure.effect-honey:hover p{color: #FFFFFF}figure.effect-oscar{background:-webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);background:linear-gradient(45deg, #22682a 0%,#9b4a1b 40%,#3a342a 100%)}figure.effect-oscar img{opacity:0.9;-webkit-transition:opacity 0.35s;transition:opacity 0.35s}figure.effect-oscar figcaption{padding:3em;background-color:rgba(58,52,42,0.7);-webkit-transition:background-color 0.35s;transition:background-color 0.35s}figure.effect-oscar figcaption::before{position:absolute;top:30px;right:30px;bottom:30px;left:30px;border:1px solid #fff;content:''}figure.effect-oscar h2{margin:20% 0 10px 0;-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}figure.effect-oscar figcaption::before, figure.effect-oscar p{opacity:0;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:scale(0);transform:scale(0)}figure.effect-oscar:hover h2{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}figure.effect-oscar:hover figcaption::before, figure.effect-oscar:hover p{opacity:1;-webkit-transform:scale(1);transform:scale(1)}figure.effect-oscar:hover figcaption{background-color:rgba(58,52,42,0)}figure.effect-oscar:hover img{opacity:0.4}figure.effect-marley figcaption{text-align:right}figure.effect-marley h2, figure.effect-marley p{position:absolute;right:30px;left:30px;padding:10px 0}figure.effect-marley p{bottom:30px;line-height:1.5;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}figure.effect-marley h2{top:30px;-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}figure.effect-marley:hover h2{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}figure.effect-marley h2::after{position:absolute;top:100%;left:0;width:100%;height:4px;background:#fff;content:'';-webkit-transform:translate3d(0,40px,0);transform:translate3d(0,40px,0)}figure.effect-marley h2::after, figure.effect-marley p{opacity:0;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s}figure.effect-marley:hover h2::after, figure.effect-marley:hover p{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}figure.effect-ruby{background-color:#17819c}figure.effect-ruby img{opacity:0.7;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:scale(1.1);transform:scale(1.1)}figure.effect-ruby:hover img{opacity:0.5;-webkit-transform:scale(1);transform:scale(1)}figure.effect-ruby h2{margin-top:20%;-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}figure.effect-ruby p{margin:1em 0 0;padding:3em;border:1px solid #fff;opacity:0;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(0,20px,0) scale(1.1);transform:translate3d(0,20px,0) scale(1.1)}figure.effect-ruby:hover h2{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}figure.effect-ruby:hover p{opacity:1;-webkit-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1)}figure.effect-milo{background:#2e5d5a}figure.effect-milo img{width:-webkit-calc(100% + 60px);width:calc(100% + 60px);opacity:1;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(-30px,0,0) scale(1.12);transform:translate3d(-30px,0,0) scale(1.12);-webkit-backface-visibility:hidden;backface-visibility:hidden}figure.effect-milo:hover img{opacity:0.5;-webkit-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1)}figure.effect-milo h2{position:absolute;right:0;bottom:0;padding:1em 1.2em}figure.effect-milo p{padding:0 10px 0 0;width:50%;border-right:1px solid #fff;text-align:right;opacity:0;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(-40px,0,0);transform:translate3d(-40px,0,0)}figure.effect-milo:hover p{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}figure.effect-dexter{background:-webkit-linear-gradient(top, rgba(37,141,200,1) 0%, rgba(104,60,19,1) 100%);background:linear-gradient(to bottom, rgba(37,141,200,1) 0%,rgba(104,60,19,1) 100%)}figure.effect-dexter img{-webkit-transition:opacity 0.35s;transition:opacity 0.35s}figure.effect-dexter:hover img{opacity:0.4}figure.effect-dexter figcaption::after{position:absolute;right:30px;bottom:30px;left:30px;height:-webkit-calc(50% - 30px);height:calc(50% - 30px);border:7px solid #fff;content:'';-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}figure.effect-dexter:hover figcaption::after{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}figure.effect-dexter figcaption{padding:3em;text-align:left}figure.effect-dexter p{position:absolute;right:60px;bottom:60px;left:60px;opacity:0;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(0,-100px,0);transform:translate3d(0,-100px,0)}figure.effect-dexter:hover p{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}figure.effect-sarah{background:#42b078}figure.effect-sarah img{width:-webkit-calc(100% + 20px);width:calc(100% + 20px);-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden}figure.effect-sarah:hover img{opacity:0.4;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}figure.effect-sarah figcaption{text-align:left}figure.effect-sarah h2{position:relative;overflow:hidden;padding:0.5em 0}figure.effect-sarah h2::after{position:absolute;bottom:0;left:0;width:100%;height:3px;background:#fff;content:'';-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}figure.effect-sarah:hover h2::after{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}figure.effect-sarah p{padding:1em 0;opacity:0;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}figure.effect-sarah:hover p{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}figure.effect-zoe figcaption{top:auto;bottom:0;padding:1em;height:3.75em;background:#fff;color:#3c4a50;-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}figure.effect-zoe h2{float:left}figure.effect-zoe figcaption>span{float:right}figure.effect-zoe p{position:absolute;bottom:8em;padding:2em;color:#fff;text-transform:none;font-size:90%;opacity:0;-webkit-transition:opacity 0.35s;transition:opacity 0.35s}figure.effect-zoe h2, figure.effect-zoe figcaption>span{-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s;-webkit-transform:translate3d(0,200%,0);transform:translate3d(0,200%,0)}figure.effect-zoe figcaption>span::before{display:inline-block;padding:8px 10px;font-family:'feathericons';speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-eye::before{content:'\e000'}.icon-paper-clip::before{content:'\e001'}.icon-heart::before{content:'\e024'}figure.effect-zoe h2{display:inline-block}figure.effect-zoe:hover p{opacity:1}figure.effect-zoe:hover figcaption, figure.effect-zoe:hover h2, figure.effect-zoe:hover figcaption>span{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}figure.effect-zoe:hover h2{-webkit-transition-delay:0.05s;transition-delay:0.05s}figure.effect-zoe:hover figcaption>span:nth-child(4){-webkit-transition-delay:0.1s;transition-delay:0.1s}figure.effect-zoe:hover figcaption>span:nth-child(3){-webkit-transition-delay:0.15s;transition-delay:0.15s}figure.effect-zoe:hover figcaption>span:nth-child(2){-webkit-transition-delay:0.2s;transition-delay:0.2s}figure.effect-chico img{-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:scale(1.12);transform:scale(1.12)}figure.effect-chico:hover img{opacity:0.5;-webkit-transform:scale(1);transform:scale(1)}figure.effect-chico figcaption{padding:3em}figure.effect-chico figcaption::before{position:absolute;top:30px;right:30px;bottom:30px;left:30px;border:1px solid #fff;content:'';-webkit-transform:scale(1.1);transform:scale(1.1)}figure.effect-chico figcaption::before, figure.effect-chico p{opacity:0;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s}figure.effect-chico h2{padding:20% 0 20px 0}figure.effect-chico p{margin:0 auto;max-width:200px;-webkit-transform:scale(1.5);transform:scale(1.5)}figure.effect-chico:hover figcaption::before, figure.effect-chico:hover p{opacity:1;-webkit-transform:scale(1);transform:scale(1)}%[endif]%
#stacks_in_29629 {
	padding: 0px 0px 10px 0px;
}


#stacks_in_42708 h3,#stacks_in_42708 h3 a,#stacks_in_42708 p,#stacks_in_42708 p a{
	color:rgba(0, 0, 0, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	
	
	

	

	
		text-shadow: 0px 1px 1px rgba(85, 85, 85, 1.00);
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_42708 p a:hover, #stacks_in_42708 h3 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_42708 {
	padding: 10px 0px 0px 0px;
}
/* DropCapThing by RapidWeaver Central  */

#dropcapThingstacks_in_30008 {
}

#stacks_in_30008 .dropcapthing:first-of-type::first-letter {
	height: 0.7em;
	margin: 0px 1px 1px 0;
	padding: 0 0.1em 0 0;
	font-size: 80px;
	line-height: 80px;
		
	float: left;
	font-weight:normal;;
			
}


#stacks_in_30008 {
	padding: 15px 0px 0px 0px;
}
 *,*:after,*:before{border-box;box-sizing:border-box}.clearfix:before,.clearfix:after{content:'';display:table}.clearfix:after{clear:both}.hovergrid_stacks_in_42727 figure{position:relative;z-index:1;display:block;overflow:hidden;margin:-0.135em;background: #000000;text-align:center;cursor:pointer;width: px;height:auto}.hovergrid_stacks_in_42727 figure img{position:relative;display:block;opacity: .75;width:100%}.hovergrid_stacks_in_42727 figure figcaption{padding:2em;color:#fff;text-transform:uppercase;font-size:1.25em;-webkit-backface-visibility:hidden;backface-visibility:hidden}.hovergrid_stacks_in_42727 figure figcaption::before, .hovergrid_stacks_in_42727 figure figcaption::after{pointer-events:none}.hovergrid_stacks_in_42727 figure figcaption, .hovergrid_stacks_in_42727 figure a{position:absolute;top:0;left:0;width:100%;height:100%}.hovergrid_stacks_in_42727 figure a{z-index:1000;text-indent:200%;white-space:nowrap;font-size:0;opacity:0}#hovermate_stacks_in_42727 h1, #hovermate_stacks_in_42727 h2, #hovermate_stacks_in_42727 h3, #hovermate_stacks_in_42727 h4, #hovermate_stacks_in_42727 h5, #hovermate_stacks_in_42727 h6{color: #FFFFFF}#hovermate_stacks_in_42727 figure.effect-lily img{width:-webkit-calc(100% + 50px);width:calc(100% + 50px);opacity:1;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(0,0,0) scale(1.1);transform:translate3d(0,0,0) scale(1.1)}#hovermate_stacks_in_42727 figure.effect-lily figcaption{top:auto;bottom:0;text-align: center}#hovermate_stacks_in_42727 figure.effect-lily h4, #hovermate_stacks_in_42727 figure.effect-lily p{-webkit-transform:translate3d(0,1000px,0);transform:translate3d(0,1000px,0)}#hovermate_stacks_in_42727 figure.effect-lily h4{-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s}#hovermate_stacks_in_42727 figure.effect-lily p{color: #FFFFFF;opacity:0;-webkit-transition:opacity 0.2s, -webkit-transform 0.35s;transition:opacity 0.2s, transform 0.35s}#hovermate_stacks_in_42727 figure.effect-lily:hover img{opacity:0.50}#hovermate_stacks_in_42727 figure.effect-lily:hover img, #hovermate_stacks_in_42727 figure.effect-lily:hover h4, #hovermate_stacks_in_42727 figure.effect-lily:hover p{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}#hovermate_stacks_in_42727 figure.effect-lily:hover p{opacity:1;-webkit-transition-delay:0.05s;transition-delay:0.05s;-webkit-transition-duration:0.35s;transition-duration:0.35s}#hovermate_stacks_in_42727 figure.effect-sadie figcaption{text-align: center}#hovermate_stacks_in_42727 figure.effect-sadie figcaption::before{position:absolute;top:0;left:0;width:100%;height:100%;background:-webkit-linear-gradient(top, rgba(72,76,97,0) 0%, #000000 75%);background:linear-gradient(to bottom, rgba(72,76,97,0) 0%, #000000 75%);content:'';opacity:0;-webkit-transform:translate3d(0,50%,0);transform:translate3d(0,50%,0)}#hovermate_stacks_in_42727 figure.effect-sadie h4{position:absolute;top:50%;left:0;width:100%;padding:5%;color: #FFFFFF;-webkit-transition:-webkit-transform 0.35s, color 0.35s;transition:transform 0.35s, color 0.35s;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}#hovermate_stacks_in_42727 figure.effect-sadie img{opacity:1;-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s;-webkit-transform:scale(1.1);transform:scale(1.1)}#hovermate_stacks_in_42727 figure.effect-sadie figcaption::before, #hovermate_stacks_in_42727 figure.effect-sadie p{-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s}#hovermate_stacks_in_42727 figure.effect-sadie p{position:absolute;bottom:0;left:0;padding:5%;width:100%;opacity:0;color: #FFFFFF;-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}#hovermate_stacks_in_42727 figure.effect-sadie:hover h4{color: #FFFFFF;-webkit-transform:translate3d(0,-50%,0) translate3d(0,-40px,0);transform:translate3d(0,-50%,0) translate3d(0,-40px,0)}#hovermate_stacks_in_42727 figure.effect-sadie:hover img{-webkit-transform:scale(1.0);transform:scale(1.0)}#hovermate_stacks_in_42727 figure.effect-sadie:hover figcaption::before{opacity:0.50;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}#hovermate_stacks_in_42727 figure.effect-sadie:hover p{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}#hovermate_stacks_in_42727 figure.effect-roxy{background: #000000}#hovermate_stacks_in_42727 figure.effect-roxy img{width:-webkit-calc(100% + 60px);width:calc(100% + 60px);opacity:1;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:scale(1.1);transform:scale(1.1)}#hovermate_stacks_in_42727 figure.effect-roxy figcaption::before{position:absolute;top:30px;right:30px;bottom:30px;left:30px;border:1px solid #FFFFFF;content:'';opacity:0;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}#hovermate_stacks_in_42727 figure.effect-roxy figcaption{text-align: center;padding:0 3em}#hovermate_stacks_in_42727 figure.effect-roxy h4{padding:30% 0 0 0}#hovermate_stacks_in_42727 figure.effect-roxy p{color: #FFFFFF;opacity:0;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}#hovermate_stacks_in_42727 figure.effect-roxy:hover img{opacity: .50;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}#hovermate_stacks_in_42727 figure.effect-roxy:hover figcaption::before, #hovermate_stacks_in_42727 figure.effect-roxy:hover p{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}#hovermate_stacks_in_42727 figure.effect-bubba{background: #000000}#hovermate_stacks_in_42727 figure.effect-bubba img{opacity:1;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:scale(1.1);transform:scale(1.1)}#hovermate_stacks_in_42727 figure.effect-bubba:hover img{opacity:0.50;-webkit-transform:scale(1.0);transform:scale(1.0)}#hovermate_stacks_in_42727 figure.effect-bubba figcaption::before, #hovermate_stacks_in_42727 figure.effect-bubba figcaption::after{position:absolute;top:30px;right:30px;bottom:30px;left:30px;content:'';opacity:0;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s}#hovermate_stacks_in_42727 figure.effect-bubba figcaption{text-align: center}#hovermate_stacks_in_42727 figure.effect-bubba figcaption::before{border-top:1px solid #FFFFFF;border-bottom:1px solid #FFFFFF;-webkit-transform:scale(0,1);transform:scale(0,1)}#hovermate_stacks_in_42727 figure.effect-bubba figcaption::after{border-right:1px solid #FFFFFF;border-left:1px solid #FFFFFF;-webkit-transform:scale(1,0);transform:scale(1,0)}#hovermate_stacks_in_42727 figure.effect-bubba h4{padding:25% 5% 0 5%;color: #FFFFFF;-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s;-webkit-transform:translate3d(0,-15%,0);transform:translate3d(0,-15%,0)}#hovermate_stacks_in_42727 figure.effect-bubba p{padding:20px 5%;opacity:0;color: #FFFFFF;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(0,15%,0);transform:translate3d(0,15%,0)}#hovermate_stacks_in_42727 figure.effect-bubba:hover figcaption::before, #hovermate_stacks_in_42727 figure.effect-bubba:hover figcaption::after{opacity:1;-webkit-transform:scale(1);transform:scale(1)}#hovermate_stacks_in_42727 figure.effect-bubba:hover h4, #hovermate_stacks_in_42727 figure.effect-bubba:hover p{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}#hovermate_stacks_in_42727 figure.effect-romeo{-webkit-perspective:1000px;perspective:1000px;background: #000000}#hovermate_stacks_in_42727 figure.effect-romeo img{opacity:1;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(0,0,0) scale(1.1);transform:translate3d(0,0,0) scale(1.1)}#hovermate_stacks_in_42727 figure.effect-romeo:hover img{opacity:0.50;-webkit-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1)}#hovermate_stacks_in_42727 figure.effect-romeo figcaption::before, #hovermate_stacks_in_42727 figure.effect-romeo figcaption::after{position:absolute;top:50%;left:50%;width:80%;height:1px;opacity:0.25;background: #FFFFFF;content:'';-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}#hovermate_stacks_in_42727 figure.effect-romeo:hover figcaption::before{opacity:1;-webkit-transform:translate3d(-50%,-50%,0) rotate(45deg);transform:translate3d(-50%,-50%,0) rotate(45deg)}#hovermate_stacks_in_42727 figure.effect-romeo:hover figcaption::after{opacity:1;-webkit-transform:translate3d(-50%,-50%,0) rotate(-45deg);transform:translate3d(-50%,-50%,0) rotate(-45deg)}#hovermate_stacks_in_42727 figure.effect-romeo h4, #hovermate_stacks_in_42727 figure.effect-romeo p{opacity:0.25;position:absolute;top:50%;left:0;width:100%;-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s}#hovermate_stacks_in_42727 figure.effect-romeo h4{-webkit-transform:translate3d(0,-50%,0) translate3d(0,-150%,0);transform:translate3d(0,-50%,0) translate3d(0,-150%,0)}#hovermate_stacks_in_42727 figure.effect-romeo p{padding:0.25% 2em;color: #FFFFFF;-webkit-transform:translate3d(0,-50%,0) translate3d(0,150%,0);transform:translate3d(0,-50%,0) translate3d(0,150%,0)}#hovermate_stacks_in_42727 figure.effect-romeo:hover h4{opacity:1;-webkit-transform:translate3d(0,-50%,0) translate3d(0,-100%,0);transform:translate3d(0,-50%,0) translate3d(0,-100%,0)}#hovermate_stacks_in_42727 figure.effect-romeo:hover p{opacity:1;-webkit-transform:translate3d(0,-50%,0) translate3d(0,100%,0);transform:translate3d(0,-50%,0) translate3d(0,100%,0)}#hovermate_stacks_in_42727 figure.effect-layla{background: #000000}#hovermate_stacks_in_42727 figure.effect-layla img{min-width:100%;height:-webkit-calc(100% + 40px);height:calc(100% + 40px)}#hovermate_stacks_in_42727 figure.effect-layla figcaption{padding:3% 10%;text-align: center}#hovermate_stacks_in_42727 figure.effect-layla figcaption::before, #hovermate_stacks_in_42727 figure.effect-layla figcaption::after{position:absolute;content:'';opacity:0}#hovermate_stacks_in_42727 figure.effect-layla figcaption::before{top:6%;right:4%;bottom:6%;left:4%;border-top:1px solid #FFFFFF;border-bottom:1px solid #FFFFFF;-webkit-transform:scale(0,1);transform:scale(0,1);-webkit-transform-origin:0 0;transform-origin:0 0}#hovermate_stacks_in_42727 figure.effect-layla figcaption::after{top:4%;right:6%;bottom:4%;left:6%;border-right:1px solid #FFFFFF;border-left:1px solid #FFFFFF;-webkit-transform:scale(1,0);transform:scale(1,0);-webkit-transform-origin:100% 0;transform-origin:100% 0}#hovermate_stacks_in_42727 figure.effect-layla h4{opacity:1;color: #FFFFFF;padding-top:30%;-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s}#hovermate_stacks_in_42727 figure.effect-layla p{padding:1% 0;color: #FFFFFF;text-transform:none;opacity:0;-webkit-transform:translate3d(0,-4%,0);transform:translate3d(0,-4%,0)}#hovermate_stacks_in_42727 figure.effect-layla img{opacity:1;-webkit-transform:scale(1.1);transform:scale(1.1)}#hovermate_stacks_in_42727 figure.effect-layla h4{-webkit-transform:translate3d(0,-25%,0);transform:translate3d(0,-25%,0)}#hovermate_stacks_in_42727 figure.effect-layla img, #hovermate_stacks_in_42727 figure.effect-layla figcaption::before, #hovermate_stacks_in_42727 figure.effect-layla figcaption::after, #hovermate_stacks_in_42727 figure.effect-layla p{-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s}#hovermate_stacks_in_42727 figure.effect-layla:hover img{opacity:0.50;-webkit-transform:scale(1);transform:scale(1)}#hovermate_stacks_in_42727 figure.effect-layla:hover figcaption::before, #hovermate_stacks_in_42727 figure.effect-layla:hover figcaption::after{-webkit-transform:scale(1);transform:scale(1);opacity:1}#hovermate_stacks_in_42727 figure.effect-layla:hover h4, #hovermate_stacks_in_42727 figure.effect-layla:hover p{opacity:1;-webkit-transform:translate3d(0,-10%,0);transform:translate3d(0,-10%,0)}#hovermate_stacks_in_42727 figure.effect-layla:hover figcaption::after, #hovermate_stacks_in_42727 figure.effect-layla:hover h4, #hovermate_stacks_in_42727 figure.effect-layla:hover p, #hovermate_stacks_in_42727 figure.effect-layla:hover img{-webkit-transition-delay:0.15s;transition-delay:0.15s}#hovermate_stacks_in_42727 figure.effect-honey{background: #000000}#hovermate_stacks_in_42727 figure.effect-honey img{opacity:1;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:scale(1.1);transform:scale(1.1)}#hovermate_stacks_in_42727 figure.effect-honey:hover img{opacity:0.50;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:scale(1);transform:scale(1)}#hovermate_stacks_in_42727 figure.effect-honey figcaption{text-align: center}#hovermate_stacks_in_42727 figure.effect-honey figcaption::before{position:absolute;bottom:0;left:0;width:100%;height:10px;background: #FFFFFF;content:'';-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}#hovermate_stacks_in_42727 figure.effect-honey h4{position:absolute;color: #FFFFFF;bottom:0;left:0;padding:1em 1em;width:100%;-webkit-transform:translate3d(0,-25%,0);transform:translate3d(0,-25%,0)}#hovermate_stacks_in_42727 figure.effect-honey p{color: #FFFFFF;opacity:0;padding:0 1em;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(0,25%,0);transform:translate3d(0,25%,0)}#hovermate_stacks_in_42727 figure.effect-honey figcaption::before, #hovermate_stacks_in_42727 figure.effect-honey h4{-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s}#hovermate_stacks_in_42727 figure.effect-honey:hover figcaption::before, #hovermate_stacks_in_42727 figure.effect-honey:hover h4, #hovermate_stacks_in_42727 figure.effect-honey:hover p{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}#hovermate_stacks_in_42727 figure.effect-honey:hover p{color: #FFFFFF}figure.effect-oscar{background:-webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);background:linear-gradient(45deg, #22682a 0%,#9b4a1b 40%,#3a342a 100%)}figure.effect-oscar img{opacity:0.9;-webkit-transition:opacity 0.35s;transition:opacity 0.35s}figure.effect-oscar figcaption{padding:3em;background-color:rgba(58,52,42,0.7);-webkit-transition:background-color 0.35s;transition:background-color 0.35s}figure.effect-oscar figcaption::before{position:absolute;top:30px;right:30px;bottom:30px;left:30px;border:1px solid #fff;content:''}figure.effect-oscar h2{margin:20% 0 10px 0;-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}figure.effect-oscar figcaption::before, figure.effect-oscar p{opacity:0;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:scale(0);transform:scale(0)}figure.effect-oscar:hover h2{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}figure.effect-oscar:hover figcaption::before, figure.effect-oscar:hover p{opacity:1;-webkit-transform:scale(1);transform:scale(1)}figure.effect-oscar:hover figcaption{background-color:rgba(58,52,42,0)}figure.effect-oscar:hover img{opacity:0.4}figure.effect-marley figcaption{text-align:right}figure.effect-marley h2, figure.effect-marley p{position:absolute;right:30px;left:30px;padding:10px 0}figure.effect-marley p{bottom:30px;line-height:1.5;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}figure.effect-marley h2{top:30px;-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}figure.effect-marley:hover h2{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}figure.effect-marley h2::after{position:absolute;top:100%;left:0;width:100%;height:4px;background:#fff;content:'';-webkit-transform:translate3d(0,40px,0);transform:translate3d(0,40px,0)}figure.effect-marley h2::after, figure.effect-marley p{opacity:0;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s}figure.effect-marley:hover h2::after, figure.effect-marley:hover p{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}figure.effect-ruby{background-color:#17819c}figure.effect-ruby img{opacity:0.7;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:scale(1.1);transform:scale(1.1)}figure.effect-ruby:hover img{opacity:0.5;-webkit-transform:scale(1);transform:scale(1)}figure.effect-ruby h2{margin-top:20%;-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}figure.effect-ruby p{margin:1em 0 0;padding:3em;border:1px solid #fff;opacity:0;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(0,20px,0) scale(1.1);transform:translate3d(0,20px,0) scale(1.1)}figure.effect-ruby:hover h2{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}figure.effect-ruby:hover p{opacity:1;-webkit-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1)}figure.effect-milo{background:#2e5d5a}figure.effect-milo img{width:-webkit-calc(100% + 60px);width:calc(100% + 60px);opacity:1;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(-30px,0,0) scale(1.12);transform:translate3d(-30px,0,0) scale(1.12);-webkit-backface-visibility:hidden;backface-visibility:hidden}figure.effect-milo:hover img{opacity:0.5;-webkit-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1)}figure.effect-milo h2{position:absolute;right:0;bottom:0;padding:1em 1.2em}figure.effect-milo p{padding:0 10px 0 0;width:50%;border-right:1px solid #fff;text-align:right;opacity:0;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(-40px,0,0);transform:translate3d(-40px,0,0)}figure.effect-milo:hover p{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}figure.effect-dexter{background:-webkit-linear-gradient(top, rgba(37,141,200,1) 0%, rgba(104,60,19,1) 100%);background:linear-gradient(to bottom, rgba(37,141,200,1) 0%,rgba(104,60,19,1) 100%)}figure.effect-dexter img{-webkit-transition:opacity 0.35s;transition:opacity 0.35s}figure.effect-dexter:hover img{opacity:0.4}figure.effect-dexter figcaption::after{position:absolute;right:30px;bottom:30px;left:30px;height:-webkit-calc(50% - 30px);height:calc(50% - 30px);border:7px solid #fff;content:'';-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}figure.effect-dexter:hover figcaption::after{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}figure.effect-dexter figcaption{padding:3em;text-align:left}figure.effect-dexter p{position:absolute;right:60px;bottom:60px;left:60px;opacity:0;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(0,-100px,0);transform:translate3d(0,-100px,0)}figure.effect-dexter:hover p{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}figure.effect-sarah{background:#42b078}figure.effect-sarah img{width:-webkit-calc(100% + 20px);width:calc(100% + 20px);-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden}figure.effect-sarah:hover img{opacity:0.4;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}figure.effect-sarah figcaption{text-align:left}figure.effect-sarah h2{position:relative;overflow:hidden;padding:0.5em 0}figure.effect-sarah h2::after{position:absolute;bottom:0;left:0;width:100%;height:3px;background:#fff;content:'';-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}figure.effect-sarah:hover h2::after{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}figure.effect-sarah p{padding:1em 0;opacity:0;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}figure.effect-sarah:hover p{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}figure.effect-zoe figcaption{top:auto;bottom:0;padding:1em;height:3.75em;background:#fff;color:#3c4a50;-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}figure.effect-zoe h2{float:left}figure.effect-zoe figcaption>span{float:right}figure.effect-zoe p{position:absolute;bottom:8em;padding:2em;color:#fff;text-transform:none;font-size:90%;opacity:0;-webkit-transition:opacity 0.35s;transition:opacity 0.35s}figure.effect-zoe h2, figure.effect-zoe figcaption>span{-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s;-webkit-transform:translate3d(0,200%,0);transform:translate3d(0,200%,0)}figure.effect-zoe figcaption>span::before{display:inline-block;padding:8px 10px;font-family:'feathericons';speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-eye::before{content:'\e000'}.icon-paper-clip::before{content:'\e001'}.icon-heart::before{content:'\e024'}figure.effect-zoe h2{display:inline-block}figure.effect-zoe:hover p{opacity:1}figure.effect-zoe:hover figcaption, figure.effect-zoe:hover h2, figure.effect-zoe:hover figcaption>span{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}figure.effect-zoe:hover h2{-webkit-transition-delay:0.05s;transition-delay:0.05s}figure.effect-zoe:hover figcaption>span:nth-child(4){-webkit-transition-delay:0.1s;transition-delay:0.1s}figure.effect-zoe:hover figcaption>span:nth-child(3){-webkit-transition-delay:0.15s;transition-delay:0.15s}figure.effect-zoe:hover figcaption>span:nth-child(2){-webkit-transition-delay:0.2s;transition-delay:0.2s}figure.effect-chico img{-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:scale(1.12);transform:scale(1.12)}figure.effect-chico:hover img{opacity:0.5;-webkit-transform:scale(1);transform:scale(1)}figure.effect-chico figcaption{padding:3em}figure.effect-chico figcaption::before{position:absolute;top:30px;right:30px;bottom:30px;left:30px;border:1px solid #fff;content:'';-webkit-transform:scale(1.1);transform:scale(1.1)}figure.effect-chico figcaption::before, figure.effect-chico p{opacity:0;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s}figure.effect-chico h2{padding:20% 0 20px 0}figure.effect-chico p{margin:0 auto;max-width:200px;-webkit-transform:scale(1.5);transform:scale(1.5)}figure.effect-chico:hover figcaption::before, figure.effect-chico:hover p{opacity:1;-webkit-transform:scale(1);transform:scale(1)}%[endif]%
#stacks_in_42727 {
	padding: 0px 0px 10px 0px;
}


#stacks_in_42712 h3,#stacks_in_42712 h3 a,#stacks_in_42712 p,#stacks_in_42712 p a{
	color:rgba(0, 0, 0, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	
	
	

	

	
		text-shadow: 0px 1px 1px rgba(85, 85, 85, 1.00);
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_42712 p a:hover, #stacks_in_42712 h3 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_42712 {
	padding: 10px 0px 0px 0px;
}
/* DropCapThing by RapidWeaver Central  */

#dropcapThingstacks_in_30014 {
}

#stacks_in_30014 .dropcapthing:first-of-type::first-letter {
	height: 0.7em;
	margin: 0px 1px 1px 0;
	padding: 0 0.1em 0 0;
	font-size: 80px;
	line-height: 80px;
		
	float: left;
	font-weight:normal;;
			
}


#stacks_in_30014 {
	padding: 15px 0px 0px 0px;
}
 *,*:after,*:before{border-box;box-sizing:border-box}.clearfix:before,.clearfix:after{content:'';display:table}.clearfix:after{clear:both}.hovergrid_stacks_in_42729 figure{position:relative;z-index:1;display:block;overflow:hidden;margin:-0.135em;background: #000000;text-align:center;cursor:pointer;width: px;height:auto}.hovergrid_stacks_in_42729 figure img{position:relative;display:block;opacity: .75;width:100%}.hovergrid_stacks_in_42729 figure figcaption{padding:2em;color:#fff;text-transform:uppercase;font-size:1.25em;-webkit-backface-visibility:hidden;backface-visibility:hidden}.hovergrid_stacks_in_42729 figure figcaption::before, .hovergrid_stacks_in_42729 figure figcaption::after{pointer-events:none}.hovergrid_stacks_in_42729 figure figcaption, .hovergrid_stacks_in_42729 figure a{position:absolute;top:0;left:0;width:100%;height:100%}.hovergrid_stacks_in_42729 figure a{z-index:1000;text-indent:200%;white-space:nowrap;font-size:0;opacity:0}#hovermate_stacks_in_42729 h1, #hovermate_stacks_in_42729 h2, #hovermate_stacks_in_42729 h3, #hovermate_stacks_in_42729 h4, #hovermate_stacks_in_42729 h5, #hovermate_stacks_in_42729 h6{color: #FFFFFF}#hovermate_stacks_in_42729 figure.effect-lily img{width:-webkit-calc(100% + 50px);width:calc(100% + 50px);opacity:1;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(0,0,0) scale(1.1);transform:translate3d(0,0,0) scale(1.1)}#hovermate_stacks_in_42729 figure.effect-lily figcaption{top:auto;bottom:0;text-align: center}#hovermate_stacks_in_42729 figure.effect-lily h4, #hovermate_stacks_in_42729 figure.effect-lily p{-webkit-transform:translate3d(0,1000px,0);transform:translate3d(0,1000px,0)}#hovermate_stacks_in_42729 figure.effect-lily h4{-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s}#hovermate_stacks_in_42729 figure.effect-lily p{color: #FFFFFF;opacity:0;-webkit-transition:opacity 0.2s, -webkit-transform 0.35s;transition:opacity 0.2s, transform 0.35s}#hovermate_stacks_in_42729 figure.effect-lily:hover img{opacity:0.50}#hovermate_stacks_in_42729 figure.effect-lily:hover img, #hovermate_stacks_in_42729 figure.effect-lily:hover h4, #hovermate_stacks_in_42729 figure.effect-lily:hover p{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}#hovermate_stacks_in_42729 figure.effect-lily:hover p{opacity:1;-webkit-transition-delay:0.05s;transition-delay:0.05s;-webkit-transition-duration:0.35s;transition-duration:0.35s}#hovermate_stacks_in_42729 figure.effect-sadie figcaption{text-align: center}#hovermate_stacks_in_42729 figure.effect-sadie figcaption::before{position:absolute;top:0;left:0;width:100%;height:100%;background:-webkit-linear-gradient(top, rgba(72,76,97,0) 0%, #000000 75%);background:linear-gradient(to bottom, rgba(72,76,97,0) 0%, #000000 75%);content:'';opacity:0;-webkit-transform:translate3d(0,50%,0);transform:translate3d(0,50%,0)}#hovermate_stacks_in_42729 figure.effect-sadie h4{position:absolute;top:50%;left:0;width:100%;padding:5%;color: #FFFFFF;-webkit-transition:-webkit-transform 0.35s, color 0.35s;transition:transform 0.35s, color 0.35s;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}#hovermate_stacks_in_42729 figure.effect-sadie img{opacity:1;-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s;-webkit-transform:scale(1.1);transform:scale(1.1)}#hovermate_stacks_in_42729 figure.effect-sadie figcaption::before, #hovermate_stacks_in_42729 figure.effect-sadie p{-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s}#hovermate_stacks_in_42729 figure.effect-sadie p{position:absolute;bottom:0;left:0;padding:5%;width:100%;opacity:0;color: #FFFFFF;-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}#hovermate_stacks_in_42729 figure.effect-sadie:hover h4{color: #FFFFFF;-webkit-transform:translate3d(0,-50%,0) translate3d(0,-40px,0);transform:translate3d(0,-50%,0) translate3d(0,-40px,0)}#hovermate_stacks_in_42729 figure.effect-sadie:hover img{-webkit-transform:scale(1.0);transform:scale(1.0)}#hovermate_stacks_in_42729 figure.effect-sadie:hover figcaption::before{opacity:0.50;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}#hovermate_stacks_in_42729 figure.effect-sadie:hover p{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}#hovermate_stacks_in_42729 figure.effect-roxy{background: #000000}#hovermate_stacks_in_42729 figure.effect-roxy img{width:-webkit-calc(100% + 60px);width:calc(100% + 60px);opacity:1;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:scale(1.1);transform:scale(1.1)}#hovermate_stacks_in_42729 figure.effect-roxy figcaption::before{position:absolute;top:30px;right:30px;bottom:30px;left:30px;border:1px solid #FFFFFF;content:'';opacity:0;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}#hovermate_stacks_in_42729 figure.effect-roxy figcaption{text-align: center;padding:0 3em}#hovermate_stacks_in_42729 figure.effect-roxy h4{padding:30% 0 0 0}#hovermate_stacks_in_42729 figure.effect-roxy p{color: #FFFFFF;opacity:0;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}#hovermate_stacks_in_42729 figure.effect-roxy:hover img{opacity: .50;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}#hovermate_stacks_in_42729 figure.effect-roxy:hover figcaption::before, #hovermate_stacks_in_42729 figure.effect-roxy:hover p{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}#hovermate_stacks_in_42729 figure.effect-bubba{background: #000000}#hovermate_stacks_in_42729 figure.effect-bubba img{opacity:1;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:scale(1.1);transform:scale(1.1)}#hovermate_stacks_in_42729 figure.effect-bubba:hover img{opacity:0.50;-webkit-transform:scale(1.0);transform:scale(1.0)}#hovermate_stacks_in_42729 figure.effect-bubba figcaption::before, #hovermate_stacks_in_42729 figure.effect-bubba figcaption::after{position:absolute;top:30px;right:30px;bottom:30px;left:30px;content:'';opacity:0;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s}#hovermate_stacks_in_42729 figure.effect-bubba figcaption{text-align: center}#hovermate_stacks_in_42729 figure.effect-bubba figcaption::before{border-top:1px solid #FFFFFF;border-bottom:1px solid #FFFFFF;-webkit-transform:scale(0,1);transform:scale(0,1)}#hovermate_stacks_in_42729 figure.effect-bubba figcaption::after{border-right:1px solid #FFFFFF;border-left:1px solid #FFFFFF;-webkit-transform:scale(1,0);transform:scale(1,0)}#hovermate_stacks_in_42729 figure.effect-bubba h4{padding:25% 5% 0 5%;color: #FFFFFF;-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s;-webkit-transform:translate3d(0,-15%,0);transform:translate3d(0,-15%,0)}#hovermate_stacks_in_42729 figure.effect-bubba p{padding:20px 5%;opacity:0;color: #FFFFFF;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(0,15%,0);transform:translate3d(0,15%,0)}#hovermate_stacks_in_42729 figure.effect-bubba:hover figcaption::before, #hovermate_stacks_in_42729 figure.effect-bubba:hover figcaption::after{opacity:1;-webkit-transform:scale(1);transform:scale(1)}#hovermate_stacks_in_42729 figure.effect-bubba:hover h4, #hovermate_stacks_in_42729 figure.effect-bubba:hover p{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}#hovermate_stacks_in_42729 figure.effect-romeo{-webkit-perspective:1000px;perspective:1000px;background: #000000}#hovermate_stacks_in_42729 figure.effect-romeo img{opacity:1;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(0,0,0) scale(1.1);transform:translate3d(0,0,0) scale(1.1)}#hovermate_stacks_in_42729 figure.effect-romeo:hover img{opacity:0.50;-webkit-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1)}#hovermate_stacks_in_42729 figure.effect-romeo figcaption::before, #hovermate_stacks_in_42729 figure.effect-romeo figcaption::after{position:absolute;top:50%;left:50%;width:80%;height:1px;opacity:0.25;background: #FFFFFF;content:'';-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}#hovermate_stacks_in_42729 figure.effect-romeo:hover figcaption::before{opacity:1;-webkit-transform:translate3d(-50%,-50%,0) rotate(45deg);transform:translate3d(-50%,-50%,0) rotate(45deg)}#hovermate_stacks_in_42729 figure.effect-romeo:hover figcaption::after{opacity:1;-webkit-transform:translate3d(-50%,-50%,0) rotate(-45deg);transform:translate3d(-50%,-50%,0) rotate(-45deg)}#hovermate_stacks_in_42729 figure.effect-romeo h4, #hovermate_stacks_in_42729 figure.effect-romeo p{opacity:0.25;position:absolute;top:50%;left:0;width:100%;-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s}#hovermate_stacks_in_42729 figure.effect-romeo h4{-webkit-transform:translate3d(0,-50%,0) translate3d(0,-150%,0);transform:translate3d(0,-50%,0) translate3d(0,-150%,0)}#hovermate_stacks_in_42729 figure.effect-romeo p{padding:0.25% 2em;color: #FFFFFF;-webkit-transform:translate3d(0,-50%,0) translate3d(0,150%,0);transform:translate3d(0,-50%,0) translate3d(0,150%,0)}#hovermate_stacks_in_42729 figure.effect-romeo:hover h4{opacity:1;-webkit-transform:translate3d(0,-50%,0) translate3d(0,-100%,0);transform:translate3d(0,-50%,0) translate3d(0,-100%,0)}#hovermate_stacks_in_42729 figure.effect-romeo:hover p{opacity:1;-webkit-transform:translate3d(0,-50%,0) translate3d(0,100%,0);transform:translate3d(0,-50%,0) translate3d(0,100%,0)}#hovermate_stacks_in_42729 figure.effect-layla{background: #000000}#hovermate_stacks_in_42729 figure.effect-layla img{min-width:100%;height:-webkit-calc(100% + 40px);height:calc(100% + 40px)}#hovermate_stacks_in_42729 figure.effect-layla figcaption{padding:3% 10%;text-align: center}#hovermate_stacks_in_42729 figure.effect-layla figcaption::before, #hovermate_stacks_in_42729 figure.effect-layla figcaption::after{position:absolute;content:'';opacity:0}#hovermate_stacks_in_42729 figure.effect-layla figcaption::before{top:6%;right:4%;bottom:6%;left:4%;border-top:1px solid #FFFFFF;border-bottom:1px solid #FFFFFF;-webkit-transform:scale(0,1);transform:scale(0,1);-webkit-transform-origin:0 0;transform-origin:0 0}#hovermate_stacks_in_42729 figure.effect-layla figcaption::after{top:4%;right:6%;bottom:4%;left:6%;border-right:1px solid #FFFFFF;border-left:1px solid #FFFFFF;-webkit-transform:scale(1,0);transform:scale(1,0);-webkit-transform-origin:100% 0;transform-origin:100% 0}#hovermate_stacks_in_42729 figure.effect-layla h4{opacity:1;color: #FFFFFF;padding-top:30%;-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s}#hovermate_stacks_in_42729 figure.effect-layla p{padding:1% 0;color: #FFFFFF;text-transform:none;opacity:0;-webkit-transform:translate3d(0,-4%,0);transform:translate3d(0,-4%,0)}#hovermate_stacks_in_42729 figure.effect-layla img{opacity:1;-webkit-transform:scale(1.1);transform:scale(1.1)}#hovermate_stacks_in_42729 figure.effect-layla h4{-webkit-transform:translate3d(0,-25%,0);transform:translate3d(0,-25%,0)}#hovermate_stacks_in_42729 figure.effect-layla img, #hovermate_stacks_in_42729 figure.effect-layla figcaption::before, #hovermate_stacks_in_42729 figure.effect-layla figcaption::after, #hovermate_stacks_in_42729 figure.effect-layla p{-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s}#hovermate_stacks_in_42729 figure.effect-layla:hover img{opacity:0.50;-webkit-transform:scale(1);transform:scale(1)}#hovermate_stacks_in_42729 figure.effect-layla:hover figcaption::before, #hovermate_stacks_in_42729 figure.effect-layla:hover figcaption::after{-webkit-transform:scale(1);transform:scale(1);opacity:1}#hovermate_stacks_in_42729 figure.effect-layla:hover h4, #hovermate_stacks_in_42729 figure.effect-layla:hover p{opacity:1;-webkit-transform:translate3d(0,-10%,0);transform:translate3d(0,-10%,0)}#hovermate_stacks_in_42729 figure.effect-layla:hover figcaption::after, #hovermate_stacks_in_42729 figure.effect-layla:hover h4, #hovermate_stacks_in_42729 figure.effect-layla:hover p, #hovermate_stacks_in_42729 figure.effect-layla:hover img{-webkit-transition-delay:0.15s;transition-delay:0.15s}#hovermate_stacks_in_42729 figure.effect-honey{background: #000000}#hovermate_stacks_in_42729 figure.effect-honey img{opacity:1;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:scale(1.1);transform:scale(1.1)}#hovermate_stacks_in_42729 figure.effect-honey:hover img{opacity:0.50;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:scale(1);transform:scale(1)}#hovermate_stacks_in_42729 figure.effect-honey figcaption{text-align: center}#hovermate_stacks_in_42729 figure.effect-honey figcaption::before{position:absolute;bottom:0;left:0;width:100%;height:10px;background: #FFFFFF;content:'';-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}#hovermate_stacks_in_42729 figure.effect-honey h4{position:absolute;color: #FFFFFF;bottom:0;left:0;padding:1em 1em;width:100%;-webkit-transform:translate3d(0,-25%,0);transform:translate3d(0,-25%,0)}#hovermate_stacks_in_42729 figure.effect-honey p{color: #FFFFFF;opacity:0;padding:0 1em;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(0,25%,0);transform:translate3d(0,25%,0)}#hovermate_stacks_in_42729 figure.effect-honey figcaption::before, #hovermate_stacks_in_42729 figure.effect-honey h4{-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s}#hovermate_stacks_in_42729 figure.effect-honey:hover figcaption::before, #hovermate_stacks_in_42729 figure.effect-honey:hover h4, #hovermate_stacks_in_42729 figure.effect-honey:hover p{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}#hovermate_stacks_in_42729 figure.effect-honey:hover p{color: #FFFFFF}figure.effect-oscar{background:-webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);background:linear-gradient(45deg, #22682a 0%,#9b4a1b 40%,#3a342a 100%)}figure.effect-oscar img{opacity:0.9;-webkit-transition:opacity 0.35s;transition:opacity 0.35s}figure.effect-oscar figcaption{padding:3em;background-color:rgba(58,52,42,0.7);-webkit-transition:background-color 0.35s;transition:background-color 0.35s}figure.effect-oscar figcaption::before{position:absolute;top:30px;right:30px;bottom:30px;left:30px;border:1px solid #fff;content:''}figure.effect-oscar h2{margin:20% 0 10px 0;-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}figure.effect-oscar figcaption::before, figure.effect-oscar p{opacity:0;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:scale(0);transform:scale(0)}figure.effect-oscar:hover h2{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}figure.effect-oscar:hover figcaption::before, figure.effect-oscar:hover p{opacity:1;-webkit-transform:scale(1);transform:scale(1)}figure.effect-oscar:hover figcaption{background-color:rgba(58,52,42,0)}figure.effect-oscar:hover img{opacity:0.4}figure.effect-marley figcaption{text-align:right}figure.effect-marley h2, figure.effect-marley p{position:absolute;right:30px;left:30px;padding:10px 0}figure.effect-marley p{bottom:30px;line-height:1.5;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}figure.effect-marley h2{top:30px;-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}figure.effect-marley:hover h2{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}figure.effect-marley h2::after{position:absolute;top:100%;left:0;width:100%;height:4px;background:#fff;content:'';-webkit-transform:translate3d(0,40px,0);transform:translate3d(0,40px,0)}figure.effect-marley h2::after, figure.effect-marley p{opacity:0;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s}figure.effect-marley:hover h2::after, figure.effect-marley:hover p{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}figure.effect-ruby{background-color:#17819c}figure.effect-ruby img{opacity:0.7;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:scale(1.1);transform:scale(1.1)}figure.effect-ruby:hover img{opacity:0.5;-webkit-transform:scale(1);transform:scale(1)}figure.effect-ruby h2{margin-top:20%;-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}figure.effect-ruby p{margin:1em 0 0;padding:3em;border:1px solid #fff;opacity:0;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(0,20px,0) scale(1.1);transform:translate3d(0,20px,0) scale(1.1)}figure.effect-ruby:hover h2{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}figure.effect-ruby:hover p{opacity:1;-webkit-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1)}figure.effect-milo{background:#2e5d5a}figure.effect-milo img{width:-webkit-calc(100% + 60px);width:calc(100% + 60px);opacity:1;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(-30px,0,0) scale(1.12);transform:translate3d(-30px,0,0) scale(1.12);-webkit-backface-visibility:hidden;backface-visibility:hidden}figure.effect-milo:hover img{opacity:0.5;-webkit-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1)}figure.effect-milo h2{position:absolute;right:0;bottom:0;padding:1em 1.2em}figure.effect-milo p{padding:0 10px 0 0;width:50%;border-right:1px solid #fff;text-align:right;opacity:0;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(-40px,0,0);transform:translate3d(-40px,0,0)}figure.effect-milo:hover p{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}figure.effect-dexter{background:-webkit-linear-gradient(top, rgba(37,141,200,1) 0%, rgba(104,60,19,1) 100%);background:linear-gradient(to bottom, rgba(37,141,200,1) 0%,rgba(104,60,19,1) 100%)}figure.effect-dexter img{-webkit-transition:opacity 0.35s;transition:opacity 0.35s}figure.effect-dexter:hover img{opacity:0.4}figure.effect-dexter figcaption::after{position:absolute;right:30px;bottom:30px;left:30px;height:-webkit-calc(50% - 30px);height:calc(50% - 30px);border:7px solid #fff;content:'';-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}figure.effect-dexter:hover figcaption::after{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}figure.effect-dexter figcaption{padding:3em;text-align:left}figure.effect-dexter p{position:absolute;right:60px;bottom:60px;left:60px;opacity:0;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(0,-100px,0);transform:translate3d(0,-100px,0)}figure.effect-dexter:hover p{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}figure.effect-sarah{background:#42b078}figure.effect-sarah img{width:-webkit-calc(100% + 20px);width:calc(100% + 20px);-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden}figure.effect-sarah:hover img{opacity:0.4;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}figure.effect-sarah figcaption{text-align:left}figure.effect-sarah h2{position:relative;overflow:hidden;padding:0.5em 0}figure.effect-sarah h2::after{position:absolute;bottom:0;left:0;width:100%;height:3px;background:#fff;content:'';-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}figure.effect-sarah:hover h2::after{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}figure.effect-sarah p{padding:1em 0;opacity:0;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}figure.effect-sarah:hover p{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}figure.effect-zoe figcaption{top:auto;bottom:0;padding:1em;height:3.75em;background:#fff;color:#3c4a50;-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}figure.effect-zoe h2{float:left}figure.effect-zoe figcaption>span{float:right}figure.effect-zoe p{position:absolute;bottom:8em;padding:2em;color:#fff;text-transform:none;font-size:90%;opacity:0;-webkit-transition:opacity 0.35s;transition:opacity 0.35s}figure.effect-zoe h2, figure.effect-zoe figcaption>span{-webkit-transition:-webkit-transform 0.35s;transition:transform 0.35s;-webkit-transform:translate3d(0,200%,0);transform:translate3d(0,200%,0)}figure.effect-zoe figcaption>span::before{display:inline-block;padding:8px 10px;font-family:'feathericons';speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-eye::before{content:'\e000'}.icon-paper-clip::before{content:'\e001'}.icon-heart::before{content:'\e024'}figure.effect-zoe h2{display:inline-block}figure.effect-zoe:hover p{opacity:1}figure.effect-zoe:hover figcaption, figure.effect-zoe:hover h2, figure.effect-zoe:hover figcaption>span{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}figure.effect-zoe:hover h2{-webkit-transition-delay:0.05s;transition-delay:0.05s}figure.effect-zoe:hover figcaption>span:nth-child(4){-webkit-transition-delay:0.1s;transition-delay:0.1s}figure.effect-zoe:hover figcaption>span:nth-child(3){-webkit-transition-delay:0.15s;transition-delay:0.15s}figure.effect-zoe:hover figcaption>span:nth-child(2){-webkit-transition-delay:0.2s;transition-delay:0.2s}figure.effect-chico img{-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s;-webkit-transform:scale(1.12);transform:scale(1.12)}figure.effect-chico:hover img{opacity:0.5;-webkit-transform:scale(1);transform:scale(1)}figure.effect-chico figcaption{padding:3em}figure.effect-chico figcaption::before{position:absolute;top:30px;right:30px;bottom:30px;left:30px;border:1px solid #fff;content:'';-webkit-transform:scale(1.1);transform:scale(1.1)}figure.effect-chico figcaption::before, figure.effect-chico p{opacity:0;-webkit-transition:opacity 0.35s, -webkit-transform 0.35s;transition:opacity 0.35s, transform 0.35s}figure.effect-chico h2{padding:20% 0 20px 0}figure.effect-chico p{margin:0 auto;max-width:200px;-webkit-transform:scale(1.5);transform:scale(1.5)}figure.effect-chico:hover figcaption::before, figure.effect-chico:hover p{opacity:1;-webkit-transform:scale(1);transform:scale(1)}%[endif]%
#stacks_in_42729 {
	padding: 0px 0px 10px 0px;
}


#stacks_in_42704 h3,#stacks_in_42704 h3 a,#stacks_in_42704 p,#stacks_in_42704 p a{
	color:rgba(0, 0, 0, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	
	
	

	

	
		text-shadow: 0px 1px 1px rgba(85, 85, 85, 1.00);
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_42704 p a:hover, #stacks_in_42704 h3 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_42704 {
	padding: 10px 0px 0px 0px;
}
/* DropCapThing by RapidWeaver Central  */

#dropcapThingstacks_in_30002 {
}

#stacks_in_30002 .dropcapthing:first-of-type::first-letter {
	height: 0.7em;
	margin: 0px 1px 1px 0;
	padding: 0 0.1em 0 0;
	font-size: 80px;
	line-height: 80px;
		
	float: left;
	font-weight:normal;;
			
}


#stacks_in_30002 {
	padding: 15px 0px 0px 0px;
}
#stacks_in_37084 .stacks_in_37084-button {
	text-shadow: none;
	border: none;
	outline: none;
	word-wrap: normal;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	font-family: FlatButtonLato, sans-serif;
	font-size: 17px !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	-webkit-font-smoothing: subpixel-antialiased;
	text-rendering: optimizeLegibility;
	text-align: center;
}

#stacks_in_37084 .button_text {
	padding: 0 20px 0 20px;
	display: inline-block;
}

#stacks_in_37084 .button_icon {
	display: inline-block;
	font-size: 17px !important;
	
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	float: left;
	
	  width: 54px;
	
}

#stacks_in_37084 .stacks_in_37084-button,
#stacks_in_37084 .button_icon {
	
		height: 54px;
		line-height: 54px;
	
}


	#stacks_in_37084 {
		text-align: center;
	}









#stacks_in_37084 a.stacks_in_37084-button, #stacks_in_37084 a.stacks_in_37084-button:visited, #stacks_in_37084 a.stacks_in_37084-button:hover, #stacks_in_37084 a.stacks_in_37084-button:active {
	text-decoration: none;
}


/* Color picker options */
	
	#stacks_in_37084 .stacks_in_37084-button {
		
			background-color: none;
			border: 1px solid #F6C71A;
		
	}

	#stacks_in_37084 a.stacks_in_37084-button, #stacks_in_37084 a.stacks_in_37084-button:visited {
		
			color: #F6C71A !important;
			
	}

	#stacks_in_37084 a.stacks_in_37084-button:hover, #stacks_in_37084 a.stacks_in_37084-button:active {
		
			text-decoration: none;
			color: #FFFFFF !important;
			background-color: #F6C71A;
		
	}

	
	#stacks_in_37084 .button_icon {
		
			background-color: none;
			border-right: 1px solid #F6C71A;
		
	}

	#stacks_in_37084 a.stacks_in_37084-button:hover .button_icon, #stacks_in_37084 a.stacks_in_37084-button:active .button_icon {
		
			background-color: #F6C71A;
			border-right: 1px solid #FFFFFF;
				
	}
	



#stacks_in_37084 {
	padding: 20px 0px 0px 0px;
}
 #stacks_in_37164 hr{border:0;height:0;width:100%;margin:0;padding:0}#stacks_in_37164 hr.gradient{height:1px;background:#333;background-image:-webkit-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-moz-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-ms-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-o-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:linear-gradient(left,#CCCCCC,#333333,#CCCCCC)}#stacks_in_37164 hr.faded{height:1px;background-image:-webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0))}#stacks_in_37164 hr.dashed_fade{border-bottom:1px dashed #7E7E7E;background:#333333}#stacks_in_37164 hr.dotted_fade{border-bottom:1px dotted #7E7E7E;background:#333333}#stacks_in_37164 hr.dashed{border-bottom:1px dashed #333333}#stacks_in_37164 hr.dotted{border-bottom:1px dotted #7E7E7E}#stacks_in_37164 hr.shadow{height:1px;box-shadow:inset 0 1px 1px -1px rgba(0,0,0,0.5)}#stacks_in_37164 hr.cloudy{margin:1px 0;box-shadow:0 0 1px 1px #333333}#stacks_in_37164 hr.cloudy:after{content:"\00a0"}#stacks_in_37164 hr.inset{border-top:1px solid rgba(0,0,0,0.1);border-bottom:1px solid rgba(255,255,255,0.3)}#stacks_in_37164 hr.inset_two{border-top:1px solid #CCCCCC;border-bottom:1px solid #333333}#stacks_in_37164 hr.inset_three{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_37164 hr.inset_four{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_37164 hr.flared{height:30px;border-style:solid;border-color:#333333;border-width:1px 0 0 0;border-radius:20px;margin-top:12px}#stacks_in_37164 hr.flared:before{display:block;content:"";height:30px;margin-top:-31px;border-style:solid;border-color:#333333;border-width:0 0 1px 0;border-radius:20px}#stacks_in_37164 hr.glyph{padding:0;border:0;border-top:1px double #333333;color:#333333;text-align:center;margin:1em 0}#stacks_in_37164 hr.glyph:after{content:"§";display:inline-block;position:relative;top:-0.00em;font-size:1.5em;padding:0 .25em;background:#FFFFFF} 

#stacks_in_37164 {
	padding: 20px 0px 20px 0px;
}
#stacks_in_36891 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_36891 .jwresp_col{float:none} #stacks_in_36891 #jwresp_col2_stacks_in_36891{position:relative;margin:0 auto;width:30%;float:none}#stacks_in_36891 #jwresp_col1_stacks_in_36891,#stacks_in_36891 #jwresp_col3_stacks_in_36891{width:31%}#stacks_in_36891 #jwresp_col1_stacks_in_36891{float:left}#stacks_in_36891 #jwresp_col3_stacks_in_36891{float:right} @media screen and (max-width:770px){#stacks_in_36891 #jwresp_col1_stacks_in_36891,#stacks_in_36891 #jwresp_col3_stacks_in_36891{margin-bottom:20px}#stacks_in_36891 #jwresp_col1_stacks_in_36891{width:48%}#stacks_in_36891 #jwresp_col3_stacks_in_36891{width:48%}#stacks_in_36891 #jwresp_col2_stacks_in_36891{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_36891 #jwresp_col1_stacks_in_36891,#stacks_in_36891 #jwresp_col3_stacks_in_36891,#stacks_in_36891 #jwresp_col2_stacks_in_36891{float:none;width:100%;display:block}#stacks_in_36891 #jwresp_col1_stacks_in_36891,#stacks_in_36891 #jwresp_col3_stacks_in_36891{margin-bottom:20px}} 
#stacks_in_36893 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_36893 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_36893 #jwresp_col2_stacks_in_36893{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_36893 #jwresp_col1_stacks_in_36893,#stacks_in_36893 #jwresp_col2_stacks_in_36893{width:100%;float:none;display:block}#stacks_in_36893 #jwresp_col1_stacks_in_36893{margin-bottom:15px}}
#stacks_in_37852 .imagelayer_container { 
	display:block; 
	position: static; 
	overflow: visible;


	width: 100%;


	max-height: 512px;
	margin-left: auto;
	margin-right: auto;
	/*Custom CSS*/

 

}

#stacks_in_37852 .imagelayer_container img { 



/*Custom CSS*/
}

#stacks_in_37852 .imagelayer_image {
	display: block;
	position:relative; z-index: %( 250 )%;








	/*Custom CSS*/
}



#stacks_in_37852 .imagelayer {


	background: url(../files/dotoverlay1.png) scroll repeat !important;

	
 
	background: url(../files/dotoverlay1.png) scroll repeat !important;
 
		

	opacity: 0.65;


	display:block;
	height: 100%; width: 100%;

	position: absolute; top: 0;
	z-index: 260;

	/*Custom CSS*/


}

#stacks_in_37852 .imagelayer_text {
	position: absolute; 
	z-index: 270;





	opacity: 1;

	



	left: 0px;
	top: 0px;



	margin: 0px;


	text-align: center;






	/*Custom CSS*/

 

	}
	

	
@media screen and (max-width: 680px) {
#stacks_in_37852 .imagelayer_container { 
	display: block;
	max-height: none;
	/*Custom CSS*/
}

#stacks_in_37852 .imagelayer {
	background: none !important; display: block; 
	/*Custom CSS*/
	}

#stacks_in_37852 .imagelayer_container img { 
/*Custom CSS*/
}

#stacks_in_37852 .imagelayer_text {
	position: relative;
	top:0px; bottom: 0px; /*topbotpush*/
	left:0px; right: 0px; /*leftrightpush*/









	margin: 0px;

	/*Custom CSS*/

}
}




	
@media screen and (max-width: 400px) {
#stacks_in_37852 .imagelayer_container { 
	display: block;
	max-height: none;
	/*Custom CSS*/
}

#stacks_in_37852 .imagelayer {
	background: none !important; display: block; 
	/*Custom CSS*/
	}

#stacks_in_37852 .imagelayer_container img { 
/*Custom CSS*/
}

#stacks_in_37852 .imagelayer_text {
	position: absolute;
	top:0px; bottom: 0px; /*topbotpush*/
	left:0px; right: 0px; /*leftrightpush*/









	margin: 0px;

	/*Custom CSS*/

}
}



/*!
 * Bootstrap v2.0.4
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

.label_stacks_in_37864 {
	font-size: 10.998px;
	font-weight: bold;
	line-height: 14px;
	color: #FFFFFF;
	vertical-align: baseline;
	white-space: nowrap;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #EB9E1E;
	padding: 2px 4px 1px 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#stacks_in_37864 {
	padding:  5px;
}
 #stacks_in_51908 hr{border:0;height:0;width:100%;margin:0;padding:0}#stacks_in_51908 hr.gradient{height:1px;background:#333;background-image:-webkit-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-moz-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-ms-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-o-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:linear-gradient(left,#CCCCCC,#333333,#CCCCCC)}#stacks_in_51908 hr.faded{height:1px;background-image:-webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0))}#stacks_in_51908 hr.dashed_fade{border-bottom:1px dashed #7E7E7E;background:#333333}#stacks_in_51908 hr.dotted_fade{border-bottom:1px dotted #7E7E7E;background:#333333}#stacks_in_51908 hr.dashed{border-bottom:1px dashed #333333}#stacks_in_51908 hr.dotted{border-bottom:1px dotted #7E7E7E}#stacks_in_51908 hr.shadow{height:1px;box-shadow:inset 0 1px 1px -1px rgba(0,0,0,0.5)}#stacks_in_51908 hr.cloudy{margin:1px 0;box-shadow:0 0 1px 1px #333333}#stacks_in_51908 hr.cloudy:after{content:"\00a0"}#stacks_in_51908 hr.inset{border-top:1px solid rgba(0,0,0,0.1);border-bottom:1px solid rgba(255,255,255,0.3)}#stacks_in_51908 hr.inset_two{border-top:1px solid #CCCCCC;border-bottom:1px solid #333333}#stacks_in_51908 hr.inset_three{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_51908 hr.inset_four{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_51908 hr.flared{height:30px;border-style:solid;border-color:#333333;border-width:1px 0 0 0;border-radius:20px;margin-top:12px}#stacks_in_51908 hr.flared:before{display:block;content:"";height:30px;margin-top:-31px;border-style:solid;border-color:#333333;border-width:0 0 1px 0;border-radius:20px}#stacks_in_51908 hr.glyph{padding:0;border:0;border-top:1px double #333333;color:#333333;text-align:center;margin:1em 0}#stacks_in_51908 hr.glyph:after{content:"§";display:inline-block;position:relative;top:-0.00em;font-size:1.5em;padding:0 .25em;background:#FFFFFF} 

#stacks_in_51908 {
	padding: 20px 0px 20px 0px;
}

#stacks_in_36897 {
	padding: 0px 0px 10px 0px;
}
#stacks_in_36907 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_36907 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_36907 #jwresp_col2_stacks_in_36907{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_36907 #jwresp_col1_stacks_in_36907,#stacks_in_36907 #jwresp_col2_stacks_in_36907{width:100%;float:none;display:block}#stacks_in_36907 #jwresp_col1_stacks_in_36907{margin-bottom:15px}}

#stacks_in_61532_4 {
	padding: 0px 0px 5px 0px;
}
#stacks_in_38034 .imagelayer_container { 
	display:block; 
	position: static; 
	overflow: visible;


	width: 100%;


	max-height: 512px;
	margin-left: auto;
	margin-right: auto;
	/*Custom CSS*/

 

}

#stacks_in_38034 .imagelayer_container img { 



/*Custom CSS*/
}

#stacks_in_38034 .imagelayer_image {
	display: block;
	position:relative; z-index: %( 250 )%;








	/*Custom CSS*/
}



#stacks_in_38034 .imagelayer {


	background: url(../files/dotoverlay1.png) scroll repeat !important;

	
 
	background: url(../files/dotoverlay1.png) scroll repeat !important;
 
		

	opacity: 0.65;


	display:block;
	height: 100%; width: 100%;

	position: absolute; top: 0;
	z-index: 260;

	/*Custom CSS*/


}

#stacks_in_38034 .imagelayer_text {
	position: absolute; 
	z-index: 270;





	opacity: 1;

	



	Right: 0px;
	top: 0px;



	margin: 0px;


	text-align: center;






	/*Custom CSS*/

 

	}
	

	
@media screen and (max-width: 680px) {
#stacks_in_38034 .imagelayer_container { 
	display: block;
	max-height: none;
	/*Custom CSS*/
}

#stacks_in_38034 .imagelayer {
	background: none !important; display: block; 
	/*Custom CSS*/
	}

#stacks_in_38034 .imagelayer_container img { 
/*Custom CSS*/
}

#stacks_in_38034 .imagelayer_text {
	position: relative;
	top:0px; bottom: 0px; /*topbotpush*/
	left:0px; right: 0px; /*leftrightpush*/









	margin: 0px;

	/*Custom CSS*/

}
}




	
@media screen and (max-width: 400px) {
#stacks_in_38034 .imagelayer_container { 
	display: block;
	max-height: none;
	/*Custom CSS*/
}

#stacks_in_38034 .imagelayer {
	background: none !important; display: block; 
	/*Custom CSS*/
	}

#stacks_in_38034 .imagelayer_container img { 
/*Custom CSS*/
}

#stacks_in_38034 .imagelayer_text {
	position: absolute;
	top:0px; bottom: 0px; /*topbotpush*/
	left:0px; right: 0px; /*leftrightpush*/









	margin: 0px;

	/*Custom CSS*/

}
}



/*!
 * Bootstrap v2.0.4
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

.label_stacks_in_38037 {
	font-size: 10.998px;
	font-weight: bold;
	line-height: 14px;
	color: #FFFFFF;
	vertical-align: baseline;
	white-space: nowrap;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #EB9E1E;
	padding: 2px 4px 1px 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#stacks_in_38037 {
	margin: 0px 5px 0px 0px;
}
 #stacks_in_37907 hr{border:0;height:0;width:100%;margin:0;padding:0}#stacks_in_37907 hr.gradient{height:1px;background:#333;background-image:-webkit-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-moz-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-ms-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-o-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:linear-gradient(left,#CCCCCC,#333333,#CCCCCC)}#stacks_in_37907 hr.faded{height:1px;background-image:-webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0))}#stacks_in_37907 hr.dashed_fade{border-bottom:1px dashed #7E7E7E;background:#333333}#stacks_in_37907 hr.dotted_fade{border-bottom:1px dotted #7E7E7E;background:#333333}#stacks_in_37907 hr.dashed{border-bottom:1px dashed #333333}#stacks_in_37907 hr.dotted{border-bottom:1px dotted #7E7E7E}#stacks_in_37907 hr.shadow{height:1px;box-shadow:inset 0 1px 1px -1px rgba(0,0,0,0.5)}#stacks_in_37907 hr.cloudy{margin:1px 0;box-shadow:0 0 1px 1px #333333}#stacks_in_37907 hr.cloudy:after{content:"\00a0"}#stacks_in_37907 hr.inset{border-top:1px solid rgba(0,0,0,0.1);border-bottom:1px solid rgba(255,255,255,0.3)}#stacks_in_37907 hr.inset_two{border-top:1px solid #CCCCCC;border-bottom:1px solid #333333}#stacks_in_37907 hr.inset_three{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_37907 hr.inset_four{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_37907 hr.flared{height:30px;border-style:solid;border-color:#333333;border-width:1px 0 0 0;border-radius:20px;margin-top:12px}#stacks_in_37907 hr.flared:before{display:block;content:"";height:30px;margin-top:-31px;border-style:solid;border-color:#333333;border-width:0 0 1px 0;border-radius:20px}#stacks_in_37907 hr.glyph{padding:0;border:0;border-top:1px double #333333;color:#333333;text-align:center;margin:1em 0}#stacks_in_37907 hr.glyph:after{content:"§";display:inline-block;position:relative;top:-0.00em;font-size:1.5em;padding:0 .25em;background:#FFFFFF} 

#stacks_in_37907 {
	padding: 20px 0px 20px 0px;
}

#stacks_in_61610 {
	padding: 0px 0px 20px 0px;
}

#stacks_out_61610 {
	width: 150px;
}
#stacks_in_44214{overflow:visible;-webkit-font-smoothing:antialiased;}#stacks_in_44214 .cycler_reel{position:relative;width:100%;overflow:hidden}#stacks_in_44214{visibility:hidden}#stacks_in_44214 .cycler_reel > div.stacks_out{width:100% !important}#stacks_in_44214 .cycler_reel > div.stacks_out:first{visibility:visible}

#stacks_in_44214 {
	padding: 0px 0px 20px 0px;
}
#stacks_in_55100 .imagelayer_container { 
	display:block; 
	position: static; 
	overflow: visible;


	width: 100%;


	max-height: 512px;
	margin-left: auto;
	margin-right: auto;
	/*Custom CSS*/

 

}

#stacks_in_55100 .imagelayer_container img { 



/*Custom CSS*/
}

#stacks_in_55100 .imagelayer_image {
	display: block;
	position:relative; z-index: %( 250 )%;








	/*Custom CSS*/
}



#stacks_in_55100 .imagelayer {


	background: url(../files/dotoverlay1.png) scroll repeat !important;

	
 
	background: url(../files/dotoverlay1.png) scroll repeat !important;
 
		

	opacity: 0.65;


	display:block;
	height: 100%; width: 100%;

	position: absolute; top: 0;
	z-index: 260;

	/*Custom CSS*/


}

#stacks_in_55100 .imagelayer_text {
	position: absolute; 
	z-index: 270;





	opacity: 1;

	



	left: 0px;
	top: 0px;



	margin: 0px;


	text-align: left;






	/*Custom CSS*/

 

	}
	

	
@media screen and (max-width: 680px) {
#stacks_in_55100 .imagelayer_container { 
	display: block;
	max-height: none;
	/*Custom CSS*/
}

#stacks_in_55100 .imagelayer {
	background: none !important; display: block; 
	/*Custom CSS*/
	}

#stacks_in_55100 .imagelayer_container img { 
/*Custom CSS*/
}

#stacks_in_55100 .imagelayer_text {
	position: relative;
	top:0px; bottom: 0px; /*topbotpush*/
	left:0px; right: 0px; /*leftrightpush*/









	margin: 0px;

	/*Custom CSS*/

}
}




	
@media screen and (max-width: 400px) {
#stacks_in_55100 .imagelayer_container { 
	display: block;
	max-height: none;
	/*Custom CSS*/
}

#stacks_in_55100 .imagelayer {
	background: none !important; display: block; 
	/*Custom CSS*/
	}

#stacks_in_55100 .imagelayer_container img { 
/*Custom CSS*/
}

#stacks_in_55100 .imagelayer_text {
	position: absolute;
	top:0px; bottom: 0px; /*topbotpush*/
	left:0px; right: 0px; /*leftrightpush*/









	margin: 0px;

	/*Custom CSS*/

}
}



#stacks_in_44233 .imagelayer_container { 
	display:block; 
	position: static; 
	overflow: visible;


	width: 100%;


	max-height: 512px;
	margin-left: auto;
	margin-right: auto;
	/*Custom CSS*/

 

}

#stacks_in_44233 .imagelayer_container img { 



/*Custom CSS*/
}

#stacks_in_44233 .imagelayer_image {
	display: block;
	position:relative; z-index: %( 250 )%;








	/*Custom CSS*/
}



#stacks_in_44233 .imagelayer {


	background: url(../files/dotoverlay1.png) scroll repeat !important;

	
 
	background: url(../files/dotoverlay1.png) scroll repeat !important;
 
		

	opacity: 0.65;


	display:block;
	height: 100%; width: 100%;

	position: absolute; top: 0;
	z-index: 260;

	/*Custom CSS*/


}

#stacks_in_44233 .imagelayer_text {
	position: absolute; 
	z-index: 270;





	opacity: 1;

	

	left:0px; right: 0px;
	Bottom: 25px;



	center: 0px;
	Bottom: 25px;



	margin: 0px;


	text-align: center;






	/*Custom CSS*/

 

	}
	

	
@media screen and (max-width: 680px) {
#stacks_in_44233 .imagelayer_container { 
	display: block;
	max-height: none;
	/*Custom CSS*/
}

#stacks_in_44233 .imagelayer {
	background: none !important; display: block; 
	/*Custom CSS*/
	}

#stacks_in_44233 .imagelayer_container img { 
/*Custom CSS*/
}

#stacks_in_44233 .imagelayer_text {
	position: relative;
	top:0px; bottom: 0px; /*topbotpush*/
	left:0px; right: 0px; /*leftrightpush*/









	margin: 0px;

	/*Custom CSS*/

}
}




	
@media screen and (max-width: 400px) {
#stacks_in_44233 .imagelayer_container { 
	display: block;
	max-height: none;
	/*Custom CSS*/
}

#stacks_in_44233 .imagelayer {
	background: none !important; display: block; 
	/*Custom CSS*/
	}

#stacks_in_44233 .imagelayer_container img { 
/*Custom CSS*/
}

#stacks_in_44233 .imagelayer_text {
	position: absolute;
	top:0px; bottom: 0px; /*topbotpush*/
	left:0px; right: 0px; /*leftrightpush*/









	margin: 0px;

	/*Custom CSS*/

}
}



#stacks_in_44223 .imagelayer_container { 
	display:block; 
	position: static; 
	overflow: visible;


	width: 100%;


	max-height: 512px;
	margin-left: auto;
	margin-right: auto;
	/*Custom CSS*/

 

}

#stacks_in_44223 .imagelayer_container img { 



/*Custom CSS*/
}

#stacks_in_44223 .imagelayer_image {
	display: block;
	position:relative; z-index: %( 250 )%;








	/*Custom CSS*/
}



#stacks_in_44223 .imagelayer {


	background: url(../files/dotoverlay1.png) scroll repeat !important;

	
 
	background: url(../files/dotoverlay1.png) scroll repeat !important;
 
		

	opacity: 0.65;


	display:block;
	height: 100%; width: 100%;

	position: absolute; top: 0;
	z-index: 260;

	/*Custom CSS*/


}

#stacks_in_44223 .imagelayer_text {
	position: absolute; 
	z-index: 270;





	opacity: 1;

	

	left:0px; right: 0px;
	Bottom: 0px;



	center: 0px;
	Bottom: 0px;



	margin: 0px;


	text-align: center;






	/*Custom CSS*/

 

	}
	

	
@media screen and (max-width: 680px) {
#stacks_in_44223 .imagelayer_container { 
	display: block;
	max-height: none;
	/*Custom CSS*/
}

#stacks_in_44223 .imagelayer {
	background: none !important; display: block; 
	/*Custom CSS*/
	}

#stacks_in_44223 .imagelayer_container img { 
/*Custom CSS*/
}

#stacks_in_44223 .imagelayer_text {
	position: relative;
	top:0px; bottom: 0px; /*topbotpush*/
	left:0px; right: 0px; /*leftrightpush*/









	margin: 0px;

	/*Custom CSS*/

}
}




	
@media screen and (max-width: 400px) {
#stacks_in_44223 .imagelayer_container { 
	display: block;
	max-height: none;
	/*Custom CSS*/
}

#stacks_in_44223 .imagelayer {
	background: none !important; display: block; 
	/*Custom CSS*/
	}

#stacks_in_44223 .imagelayer_container img { 
/*Custom CSS*/
}

#stacks_in_44223 .imagelayer_text {
	position: absolute;
	top:0px; bottom: 0px; /*topbotpush*/
	left:0px; right: 0px; /*leftrightpush*/









	margin: 0px;

	/*Custom CSS*/

}
}



#stacks_in_55886 .imagelayer_container { 
	display:block; 
	position: static; 
	overflow: visible;


	width: 100%;


	max-height: 512px;
	margin-left: auto;
	margin-right: auto;
	/*Custom CSS*/

 

}

#stacks_in_55886 .imagelayer_container img { 



/*Custom CSS*/
}

#stacks_in_55886 .imagelayer_image {
	display: block;
	position:relative; z-index: %( 250 )%;








	/*Custom CSS*/
}



#stacks_in_55886 .imagelayer {


	background: url(../files/dotoverlay1.png) scroll repeat !important;

	
 
	background: url(../files/dotoverlay1.png) scroll repeat !important;
 
		

	opacity: 0.65;


	display:block;
	height: 100%; width: 100%;

	position: absolute; top: 0;
	z-index: 260;

	/*Custom CSS*/


}

#stacks_in_55886 .imagelayer_text {
	position: absolute; 
	z-index: 270;





	opacity: 1;

	



	left: 0px;
	top: 0px;



	margin: 0px;


	text-align: left;






	/*Custom CSS*/

 

	}
	

	
@media screen and (max-width: 680px) {
#stacks_in_55886 .imagelayer_container { 
	display: block;
	max-height: none;
	/*Custom CSS*/
}

#stacks_in_55886 .imagelayer {
	background: none !important; display: block; 
	/*Custom CSS*/
	}

#stacks_in_55886 .imagelayer_container img { 
/*Custom CSS*/
}

#stacks_in_55886 .imagelayer_text {
	position: relative;
	top:0px; bottom: 0px; /*topbotpush*/
	left:0px; right: 0px; /*leftrightpush*/









	margin: 0px;

	/*Custom CSS*/

}
}




	
@media screen and (max-width: 400px) {
#stacks_in_55886 .imagelayer_container { 
	display: block;
	max-height: none;
	/*Custom CSS*/
}

#stacks_in_55886 .imagelayer {
	background: none !important; display: block; 
	/*Custom CSS*/
	}

#stacks_in_55886 .imagelayer_container img { 
/*Custom CSS*/
}

#stacks_in_55886 .imagelayer_text {
	position: absolute;
	top:0px; bottom: 0px; /*topbotpush*/
	left:0px; right: 0px; /*leftrightpush*/









	margin: 0px;

	/*Custom CSS*/

}
}



#stacks_in_55095 .imagelayer_container { 
	display:block; 
	position: static; 
	overflow: visible;


	width: 100%;


	max-height: 512px;
	margin-left: auto;
	margin-right: auto;
	/*Custom CSS*/

 

}

#stacks_in_55095 .imagelayer_container img { 



/*Custom CSS*/
}

#stacks_in_55095 .imagelayer_image {
	display: block;
	position:relative; z-index: %( 250 )%;








	/*Custom CSS*/
}



#stacks_in_55095 .imagelayer {


	background: url(../files/dotoverlay1.png) scroll repeat !important;

	
 
	background: url(../files/dotoverlay1.png) scroll repeat !important;
 
		

	opacity: 0.65;


	display:block;
	height: 100%; width: 100%;

	position: absolute; top: 0;
	z-index: 260;

	/*Custom CSS*/


}

#stacks_in_55095 .imagelayer_text {
	position: absolute; 
	z-index: 270;





	opacity: 1;

	



	left: 0px;
	top: 0px;



	margin: 0px;


	text-align: left;






	/*Custom CSS*/

 

	}
	

	
@media screen and (max-width: 680px) {
#stacks_in_55095 .imagelayer_container { 
	display: block;
	max-height: none;
	/*Custom CSS*/
}

#stacks_in_55095 .imagelayer {
	background: none !important; display: block; 
	/*Custom CSS*/
	}

#stacks_in_55095 .imagelayer_container img { 
/*Custom CSS*/
}

#stacks_in_55095 .imagelayer_text {
	position: relative;
	top:0px; bottom: 0px; /*topbotpush*/
	left:0px; right: 0px; /*leftrightpush*/









	margin: 0px;

	/*Custom CSS*/

}
}




	
@media screen and (max-width: 400px) {
#stacks_in_55095 .imagelayer_container { 
	display: block;
	max-height: none;
	/*Custom CSS*/
}

#stacks_in_55095 .imagelayer {
	background: none !important; display: block; 
	/*Custom CSS*/
	}

#stacks_in_55095 .imagelayer_container img { 
/*Custom CSS*/
}

#stacks_in_55095 .imagelayer_text {
	position: absolute;
	top:0px; bottom: 0px; /*topbotpush*/
	left:0px; right: 0px; /*leftrightpush*/









	margin: 0px;

	/*Custom CSS*/

}
}



 #stacks_in_37847 hr{border:0;height:0;width:100%;margin:0;padding:0}#stacks_in_37847 hr.gradient{height:1px;background:#333;background-image:-webkit-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-moz-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-ms-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-o-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:linear-gradient(left,#CCCCCC,#333333,#CCCCCC)}#stacks_in_37847 hr.faded{height:1px;background-image:-webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0))}#stacks_in_37847 hr.dashed_fade{border-bottom:1px dashed #7E7E7E;background:#333333}#stacks_in_37847 hr.dotted_fade{border-bottom:1px dotted #7E7E7E;background:#333333}#stacks_in_37847 hr.dashed{border-bottom:1px dashed #333333}#stacks_in_37847 hr.dotted{border-bottom:1px dotted #7E7E7E}#stacks_in_37847 hr.shadow{height:1px;box-shadow:inset 0 1px 1px -1px rgba(0,0,0,0.5)}#stacks_in_37847 hr.cloudy{margin:1px 0;box-shadow:0 0 1px 1px #333333}#stacks_in_37847 hr.cloudy:after{content:"\00a0"}#stacks_in_37847 hr.inset{border-top:1px solid rgba(0,0,0,0.1);border-bottom:1px solid rgba(255,255,255,0.3)}#stacks_in_37847 hr.inset_two{border-top:1px solid #CCCCCC;border-bottom:1px solid #333333}#stacks_in_37847 hr.inset_three{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_37847 hr.inset_four{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_37847 hr.flared{height:30px;border-style:solid;border-color:#333333;border-width:1px 0 0 0;border-radius:20px;margin-top:12px}#stacks_in_37847 hr.flared:before{display:block;content:"";height:30px;margin-top:-31px;border-style:solid;border-color:#333333;border-width:0 0 1px 0;border-radius:20px}#stacks_in_37847 hr.glyph{padding:0;border:0;border-top:1px double #333333;color:#333333;text-align:center;margin:1em 0}#stacks_in_37847 hr.glyph:after{content:"§";display:inline-block;position:relative;top:-0.00em;font-size:1.5em;padding:0 .25em;background:#FFFFFF} 

#stacks_in_37847 {
	padding: 5px 0px 10px 0px;
}
