/* 
 * Pure Tables
 * Author: Jonathan Meadows
 * Website: http://onelittledesigner.com
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.0.0
 */
#stacks_in_34 { width: 100%; overflow-x: scroll;}
#stacks_in_34 .pure-table {display: inline-block; width: 100%;}
#stacks_in_34 .pureRow, #stacks_in_34 .pureColumn {display: none;}










{display: table-cell;}
 
 #stacks_in_34 .row2 
 ,#stacks_in_34 .row3 
 ,#stacks_in_34 .row4 
















{display: table-row;}

#stacks_in_34 .pure-table {
	border: 1px solid #FFFFFF;
	width: 100%;
}
#stacks_in_34 .pure-table td, #stacks_in_34 .pure-table th {
	border-left: 1px solid #FFFFFF;
}
#stacks_in_34 .pure-table-odd td {
	background-color: transparent;
	
  		background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
  		background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
  		background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
  	 
}
#stacks_in_34 table {color: #888888; background-color: #FFFFFF }
#stacks_in_34 th, #stacks_in_34 td.titleColumn {color: #666666; background-color: #FFFFFF;}

#stacks_in_34 {
	margin:  1px;
	padding:  1px;
}

#stacks_out_34 {
	margin-left:0;
}
/* 
 * Pure - Slider
 * Author: Jonathan Meadows
 * Website: http://onelittledesigner.com
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.1.0
 * New: Now displays a loader while slider images load. 
 * New: Options to change background and loader color
 */

	#stacks_in_27 .loadingDiv {
		background: #333333;
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		z-index: 1;
	}
	@keyframes pound {
		to { transform: scale(1.2); box-shadow: 0px 0px 0px  rgba(0, 0, 0, 0.4), 0px 6px 6px  rgba(0, 0, 0, 0.3), 0px 10px 10px  rgba(0, 0, 0, 0.2) }
	}
	@-webkit-keyframes pound {
		to { -webkit-transform: scale(1.2); box-shadow: 0px 0px 0px  rgba(0, 0, 0, 0.4), 0px 6px 6px  rgba(0, 0, 0, 0.3), 0px 10px 10px  rgba(0, 0, 0, 0.2) }
	}
	@-moz-keyframes pound {
		to { -moz-transform: scale(1.2); box-shadow: 0px 0px 0px  rgba(0, 0, 0, 0.4), 0px 6px 6px  rgba(0, 0, 0, 0.3), 0px 10px 10px  rgba(0, 0, 0, 0.2) }
	}
	@-o-keyframes pound {
		to { -o-transform: scale(1.2); box-shadow: 0px 0px 0px  rgba(0, 0, 0, 0.4), 0px 6px 6px  rgba(0, 0, 0, 0.3), 0px 10px 10px  rgba(0, 0, 0, 0.2) }
	}
	#stacks_in_27 .loadingDiv ul.loader {
	  display: block;
	  position: absolute;
	  width: 5em;
	  height: 88px;
	  margin: -55px 0 0 -45px;
	  top: 50%;
	  left: 50%;
	}
	#stacks_in_27 .loadingDiv .loader li {
	  background: #FFFFFF;
	  list-style: none;
	  display: block;
	  float:left;
	  width: 0.5em;
	  height: 3em;
	  margin: 0 0.5em 0 0;
	  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.0), 1px 1px 1px 0 rgba(0, 0, 0, 0.0), 1px 1px 1px 0 rgba(0, 0, 0, 0.0);
	  animation: pound .7s ease-in-out infinite alternate;
	  animation-delay:0.05s;
	  transform-origin: center;
	  -webkit-animation: pound .7s ease-in-out infinite alternate;
	  -webkit-animation-delay:0.05s;
	  -webkit-transform-origin: center;
	  -moz-animation: pound .7s ease-in-out infinite alternate;
	  -moz-animation-delay:0.05s;
	  -moz-transform-origin: center;
	  -o-animation: pound .7s ease-in-out infinite alternate;
	  -o-animation-delay:0.05s;
	  -o-transform-origin: center;
	}
	#stacks_in_27 .loadingDiv ul.loader span {
	  color: #FFFFFF;
	  margin: 10px 0;
	  display: inline-block;
	  text-align: center;
	  width: 100%;
	}
	#stacks_in_27 .loadingDiv .loader li:nth-child(2){animation-delay:0.20s;-webkit-animation-delay:0.20s;-moz-animation-delay:0.20s;-o-animation-delay:0.20s;}
	#stacks_in_27 .loadingDiv .loader li:nth-child(3){animation-delay:0.35s;-webkit-animation-delay:0.35s;-moz-animation-delay:0.35s;-o-animation-delay:0.35s;}
	#stacks_in_27 .loadingDiv .loader li:nth-child(4){animation-delay:0.50s;-webkit-animation-delay:0.50s;-moz-animation-delay:0.50s;-o-animation-delay:0.50s;}
	#stacks_in_27 .loadingDiv .loader li:nth-child(5){animation-delay:0.65s;-webkit-animation-delay:0.65s;-moz-animation-delay:0.65s;-o-animation-delay:0.65s;}


.banner_stacks_in_27 .sliderCaption {
	padding: 300px 0;
}
.banner_stacks_in_27 > ul, .banner_stacks_in_27 > ul li {padding: 0; margin: 0;}
.banner_stacks_in_27 ul {
	list-style: none;
	padding:0; 
	margin:0;
} 
.banner_stacks_in_27 ul li img {
	
	
	width: 100%;
	height: auto;
	
}
.banner_stacks_in_27 .unslider-arrow {
	position: absolute;
	z-index: 1;
	height: 40px;
	cursor: pointer;
	top: 50%;
	margin-top: -40px;
	
	
}
.banner_stacks_in_27 .unslider-arrow:active {
	margin-top: -38px;
}
.banner_stacks_in_27 .unslider-arrow i {
	font-size: 80px;
	line-height: 80px;
	color: #FFFFFF;
	opacity: .66;
}
.banner_stacks_in_27 .unslider-arrow.prev {
	left: 20px;
}
.banner_stacks_in_27 .unslider-arrow.next {
	right: 20px;
}
.banner_stacks_in_27 .dot {
	
}
.banner_stacks_in_27 .dots {
	position: absolute;
	padding: 0;
	left: 0;
	right: 0;
	bottom: 0px;
	text-align: center;
}
.banner_stacks_in_27 .dots li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 4px;
	text-indent: -999em;
	border: 2px solid #FFFFFF;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	cursor: pointer;
	opacity: .4;
	-webkit-transition: background .5s, opacity .5s;
	-moz-transition: background .5s, opacity .5s;
	transition: background .5s, opacity .5s;
}
.banner_stacks_in_27 .dots li.active {
	background: #FFFFFF;
	opacity: 1;
}
.banner_stacks_in_27 .unslider-arrow, .banner_stacks_in_27 .dots {
	opacity: 0;
	-webkit-transition: opacity 500ms ease-out 1s;
    -moz-transition: opacity 500ms ease-out 1s;
    -o-transition: opacity 500ms ease-out 1s;
    transition: opacity 500ms ease-out 1s;
}
.banner_stacks_in_27:hover .unslider-arrow, .banner_stacks_in_27:hover .dots {
	opacity: 1;
	-webkit-transition: opacity ease-in 200ms;
    -moz-transition: opacity ease-in 200ms;
    -o-transition: opacity ease-in 200ms;
    transition: opacity ease-in 200ms;
}



.banner_stacks_in_27 ul li > .centered_image img.imageStyle {
	display: none !important;
}
.banner_stacks_in_27 h5 {
	margin: 5px;
}
.banner_stacks_in_27 .sliderCaption {
	width: 100%;
	height: 100%;
	top: 15%;
	position: absolute;
}
.banner_stacks_in_27 {
	position: relative;
	width: 100%;
	overflow: auto;
	
	font-size: 18px;
	line-height: 24px;
	
	color: rgba(255,255,255,.8);
	text-shadow: 0 0 1px rgba(0,0,0,.05), 0 1px 2px rgba(0,0,0,.3);
	
}
.banner_stacks_in_27 ul li {
	display: block;
	float: left;
	position: relative;
}

.banner_stacks_in_27 h1, .banner_stacks_in_27 h2 {
	color: rgba(255,255,255,1);
	font-size: 40px;
	line-height: 52px;
}




.banner_stacks_in_27 .sliderCaption .captionWrap {
	 margin: 0 auto;
	 max-width: 1340px;
	 
}
 
	 
		
			
				
				@media (max-width: 1440px) {
					.banner_stacks_in_27 .sliderCaption .captionWrap {max-width: 1180px;}
				}
			
			@media (max-width: 1280px) {
				.banner_stacks_in_27 .sliderCaption .captionWrap {max-width: 924px;}
			}
		
		@media (max-width: 1024px) {
			.banner_stacks_in_27 .sliderCaption .captionWrap {max-width: 740px;}
		}
	
	@media (max-width: 840px) {
		.banner_stacks_in_27 .sliderCaption .captionWrap {max-width: 540px;}
	}
	@media (max-width: 640px) {
		.banner_stacks_in_27 .sliderCaption .captionWrap {max-width: 300px;}
	}


.banner_stacks_in_27 .sliderCaption {
	width: auto;
	height: auto;
	top: 0px;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.banner_stacks_in_27 .sliderCaption .captionWrap {
	
}

@media only screen 
and (max-device-width : 480px) {
	
}




