.spacerStack {
	height: 5px;
}

#spacerStackstacks_in_1946_page13 {
	height: 5px;
}.parallax-slider-stacks_in_1246_page13{
	width: 100%;
	min-width: 500px;
	height: 268px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	background: transparent url() repeat 0% 0%;
	background-image: ;
	border-top: 3px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
	border: ;
	-webkit-transition: background-position 1.4s ease-in-out 0.3s;
	-moz-transition: background-position 1.4s ease-in-out 0.3s;
	-o-transition: background-position 1.4s ease-in-out 0.3s;
	-ms-transition: background-position 1.4s ease-in-out 0.3s;
	transition: background-position 1.4s ease-in-out 0.3s;
}
.parallax-slider-stacks_in_1246_page13 .stacks_out , .parallax-slide{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
.parallax-slide-current{
	z-index: 0;
}
.parallax-slider-stacks_in_1246_page13-fb .parallax-slide{
	left: 100%;
}
.parallax-slider-stacks_in_1246_page13-fb  .parallax-slide.parallax-slide-current{
	left: 0px;
}
.parallax-slide h2,
.parallax-slide .parallax-desc,
.parallax-slide .parallax-link,
.parallax-slide .parallax-img{
	position: absolute;
	opacity: 0;
	left: 110%;
}
.parallax-slider-stacks_in_1246_page13-fb .parallax-slide h2,
.parallax-slider-stacks_in_1246_page13-fb .parallax-slide .parallax-desc,
.parallax-slider-stacks_in_1246_page13-fb .parallax-slide .parallax-link{
	left: 10%;
	opacity: 1;
	
}
.parallax-slider-stacks_in_1246_page13-fb .parallax-slide .parallax-img{
	left: 60%;
	opacity: 1;
}
.parallax-slide h2{
	margin: 0;
	color: #FFFFFF;
	width: 50%;
	
	white-space: nowrap;
	z-index: 10;
	text-shadow: 1px 1px 1px #CCCCCC;
	font-weight: 700;
}
.parallax-slide .parallax-desc{
	width: 45%;
	
	color: #FFFFFF;
	font-size: 18px;
	line-height: 26px;
	/* height: 45%; */
	overflow: hidden;
	text-shadow: none;
	font-style: italic;
	font-weight: 400;
	font-style: italic;
}
.parallax-slide .parallax-desc a,
.parallax-slide .parallax-desc a:hover{
	color: #000000 !important;
	text-shadow: none;
}
.parallax-slide .parallax-img{
	text-align: center;
	width: 30%;
	
	/* height: 65%; */
	max-height: 268px;
	line-height: 80%;
	left: 110%; /*60%*/
}
.parallax-slide .parallax-link{
	bottom: 5px; 
	border-radius: 10px;
	color: #000000;
	text-shadow: 1px 1px 1px #CCCCCC;
	border: 7px solid #FFFFFF;
	padding: 2px 20px 0px;
	font-size: 18px;
	line-height: 30px;
	width: 80px;
	text-align: center;
	text-decoration: none;
	background: #CCCCCC;
}
.parallax-slide .parallax-link:hover{
	background: #CCCCCC;
	text-decoration: none;
}
.parallax-dots{
	width: 100%;
	position: absolute;
	display: none !important;
	text-align: center;
	left: 0px;
	top: auto;
	bottom: 10px;
	z-index: 1;
	height: auto;
	line-height: normal;
	background: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-webkit-perspective: none;
}
.parallax-dots span{
	display: inline-block;
	position: relative;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #E4B42D;
	margin: 3px;
	cursor: pointer;
}
.parallax-dots span.parallax-dots-current:after{
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	top: 2px;
	left: 2px;
	border-radius: 50%;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
}
.parallax-arrows{
	-moz-user-select: none;
	-webkit-user-select: none;
	display: none !important;
	top: 50%;
	height: auto;
	line-height: normal;
	background: none;
	-webkit-perspective: none;
}
.parallax-arrows span{
	position: absolute;
	top: 50%;
	height: 28px;
	width: 28px;
	border-radius: 5px;
	background: #E4B42D;
	cursor: pointer;
	z-index: 1;
	opacity: 0;
	-webkit-transition: opacity 0.4s ease-in-out 0.2s;
	-moz-transition: opacity 0.4s ease-in-out 0.2s;
	-o-transition: opacity 0.4s ease-in-out 0.2s;
	-ms-transition: opacity 0.4s ease-in-out 0.2s;
	transition: opacity 0.4s ease-in-out 0.2s;
}
.parallax-slider-stacks_in_1246_page13:hover .parallax-arrows span{
	opacity: 1;
}
.parallax-arrows span:after{
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	top: 4px;
	left: 4px;
	background: transparent url(../index_files/parallax/arrows.png) no-repeat top left;
	border-radius: 3px;
}
.parallax-arrows span:hover:after{
}
.parallax-arrows span:active:after{
}
.parallax-arrows span.parallax-arrows-next:after{
	background-position: top right;
}
.parallax-arrows span.parallax-arrows-prev{
	left: 15px;
}
.parallax-arrows span.parallax-arrows-next{
	right: 15px;
}

.parallax-slide-current h2,
.parallax-slide-current .parallax-desc,
.parallax-slide-current .parallax-link{
	left: 10%;
	opacity: 1;
	
	
}
.parallax-slide-current .parallax-img{
	left: 60%;
	
	opacity: 1;
	
}
/* Animation classes and animations */

/* Slide in from the right*/

.parallax-slide-fromright h2{
	-webkit-animation: fromRightAnim1 0.6s ease-in 0.8s both;
	-moz-animation: fromRightAnim1 0.6s ease-in 0.8s both;
	-o-animation: fromRightAnim1 0.6s ease-in 0.8s both;
	-ms-animation: fromRightAnim1 0.6s ease-in 0.8s both;
	animation: fromRightAnim1 0.6s ease-in 0.8s both;
}
.parallax-slide-fromright .parallax-desc{
	-webkit-animation: fromRightAnim2 0.6s ease-in 0.8s both;
	-moz-animation: fromRightAnim2 0.6s ease-in 0.8s both;
	-o-animation: fromRightAnim2 0.6s ease-in 0.8s both;
	-ms-animation: fromRightAnim2 0.6s ease-in 0.8s both;
	animation: fromRightAnim2 0.6s ease-in 0.8s both;
}
.parallax-slide-fromright .parallax-link{
	-webkit-animation: fromRightAnim3 0.4s ease-in 1.2s both;
	-moz-animation: fromRightAnim3 0.4s ease-in 1.2s both;
	-o-animation: fromRightAnim3 0.4s ease-in 1.2s both;
	-ms-animation: fromRightAnim3 0.4s ease-in 1.2s both;
	animation: fromRightAnim3 0.4s ease-in 1.2s both;
}


.parallax-slide-fromright .parallax-img{
	-webkit-animation: fromRightAnim4 0.6s ease-in 0.8s both;
	-moz-animation: fromRightAnim4 0.6s ease-in 0.8s both;
	-o-animation: fromRightAnim4 0.6s ease-in 0.8s both;
	-ms-animation: fromRightAnim4 0.6s ease-in 0.8s both;
	animation: fromRightAnim4 0.6s ease-in 0.8s both;
}

@-webkit-keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%;  opacity: 1; }
}


@-moz-keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%;  opacity: 1; }
}

@-o-keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%;  opacity: 1; }
}


@-ms-keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%;  opacity: 1; }
}

@keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%;  opacity: 1; }
}

/* Slide in from the left*/

.parallax-slide-fromleft h2{
	-webkit-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
	-moz-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
	-o-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
	-ms-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
	animation: fromLeftAnim1 0.6s ease-in 0.6s both;
}
.parallax-slide-fromleft .parallax-desc{
	-webkit-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
	-moz-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
	-o-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
	-ms-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
	animation: fromLeftAnim2 0.6s ease-in 0.6s both;
}
.parallax-slide-fromleft .parallax-link{
	-webkit-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
	-moz-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
	-o-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
	-ms-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
	animation: fromLeftAnim3 0.4s ease-in 1.2s both;
}


.parallax-slide-fromleft .parallax-img{
	-webkit-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
	-moz-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
	-o-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
	-ms-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
	animation: fromLeftAnim4 0.6s ease-in 0.6s both;
}

@-webkit-keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%;  opacity: 1; }
}


@-moz-keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%;  opacity: 1; }
}

@-o-keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%;  opacity: 1; }
}


@-ms-keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%;  opacity: 1; }
}

@keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%;  opacity: 1; }
}

/* Slide out to the right */

.parallax-slide-toright h2{
	-webkit-animation: toRightAnim1 0.6s ease-in 0.6s both;
	-moz-animation: toRightAnim1 0.6s ease-in 0.6s both;
	-o-animation: toRightAnim1 0.6s ease-in 0.6s both;
	-ms-animation: toRightAnim1 0.6s ease-in 0.6s both;
	animation: toRightAnim1 0.6s ease-in 0.6s both;
}
.parallax-slide-toright .parallax-desc{
	-webkit-animation: toRightAnim2 0.6s ease-in 0.3s both;
	-moz-animation: toRightAnim2 0.6s ease-in 0.3s both;
	-o-animation: toRightAnim2 0.6s ease-in 0.3s both;
	-ms-animation: toRightAnim2 0.6s ease-in 0.3s both;
	animation: toRightAnim2 0.6s ease-in 0.3s both;
}
.parallax-slide-toright .parallax-link{
	-webkit-animation: toRightAnim3 0.4s ease-in both;
	-moz-animation: toRightAnim3 0.4s ease-in both;
	-o-animation: toRightAnim3 0.4s ease-in both;
	-ms-animation: toRightAnim3 0.4s ease-in both;
	animation: toRightAnim3 0.4s ease-in both;
}


.parallax-slide-toright .parallax-img{
	-webkit-animation: toRightAnim4 0.6s ease-in both;
	-moz-animation: toRightAnim4 0.6s ease-in both;
	-o-animation: toRightAnim4 0.6s ease-in both;
	-ms-animation: toRightAnim4 0.6s ease-in both;
	animation: toRightAnim4 0.6s ease-in both;
}

@-webkit-keyframes toRightAnim1{
	0%{ left: 10%; opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim2{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}


@-moz-keyframes toRightAnim1{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim2{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}

@-o-keyframes toRightAnim1{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim2{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}


@-ms-keyframes toRightAnim1{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim2{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}

@keyframes toRightAnim1{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim2{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}

/* Slide out to the left*/

.parallax-slide-toleft h2{
	-webkit-animation: toLeftAnim1 0.6s ease-in both;
	-moz-animation: toLeftAnim1 0.6s ease-in both;
	-o-animation: toLeftAnim1 0.6s ease-in both;
	-ms-animation: toLeftAnim1 0.6s ease-in both;
	animation: toLeftAnim1 0.6s ease-in both;
}
.parallax-slide-toleft .parallax-desc{
	-webkit-animation: toLeftAnim2 0.6s ease-in 0.3s both;
	-moz-animation: toLeftAnim2 0.6s ease-in 0.3s both;
	-o-animation: toLeftAnim2 0.6s ease-in 0.3s both;
	-ms-animation: toLeftAnim2 0.6s ease-in 0.3s both;
	animation: toLeftAnim2 0.6s ease-in 0.3s both;
}
.parallax-slide-toleft .parallax-link{
	-webkit-animation: toLeftAnim3 0.4s ease-in both;
	-moz-animation: toLeftAnim3 0.4s ease-in both;
	-o-animation: toLeftAnim3 0.4s ease-in both;
	-ms-animation: toLeftAnim3 0.4s ease-in both;
	animation: toLeftAnim3 0.4s ease-in both;
}


.parallax-slide-toleft .parallax-img{
	-webkit-animation: toLeftAnim4 0.6s ease-in 0.6s both;
	-moz-animation: toLeftAnim4 0.6s ease-in 0.6s both;
	-o-animation: toLeftAnim4 0.6s ease-in 0.6s both;
	-ms-animation: toLeftAnim4 0.6s ease-in 0.6s both;
	animation: toLeftAnim4 0.6s ease-in 0.6s both;
}

@-webkit-keyframes toLeftAnim1{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim2{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	40%{ left: 70%;  opacity: 1; }
	90%{ left: 0%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}


@-moz-keyframes toLeftAnim1{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim2{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	40%{ left: 70%;  opacity: 1; }
	90%{ left: 0%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}

@-o-keyframes toLeftAnim1{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim2{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	40%{ left: 70%;  opacity: 1; }
	90%{ left: 0%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}


@-ms-keyframes toLeftAnim1{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim2{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	40%{ left: 70%;  opacity: 1; }
	90%{ left: 0%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}

@keyframes toLeftAnim1{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim2{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	40%{ left: 70%;  opacity: 1; }
	90%{ left: 0%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}


@media only screen and (max-device-width: 480px), (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2), (min-device-width: 481px) and (max-width: 1024px) { 
	.parallax-arrows span{ opacity: 1 !important; }
}


@media only screen and (max-device-width: 480px), (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2) {
	.parallax-slider-stacks_in_1246_page13{ min-width: 250px; }
	.parallax-arrows span{ opacity: 1 !important; }
	.parallax-arrows span.parallax-arrows-prev{ left: 0; }
	.parallax-arrows span.parallax-arrows-next{	right: 0; }
	.parallax-mobile h2, .parallax-mobile .parallax-desc, .parallax-mobile .parallax-link, .parallax-mobile .parallax-img{ width: auto; }
	.parallax-mobile h2, .parallax-mobile .parallax-desc { margin-right: 10%; }
	.parallax-slider-stacks_in_1246_page13-fb .parallax-mobile .parallax-img, .parallax-mobile-current .parallax-img{ left: 10%; }
	.parallax-slider-stacks_in_1246_page13-fb .parallax-mobile .parallax-img .imageStyle,.parallax-slider-stacks_in_1246_page13-fb .parallax-mobile .imageStyle{ max-width: 100% !important; height: auto; }
	
	
	.parallax-mobile-fromright .parallax-img{
		-webkit-animation: mobileFromRightAnim4 0.6s ease-in 0.8s both;
		-moz-animation: mobileFromRightAnim4 0.6s ease-in 0.8s both;
		-o-animation: mobileFromRightAnim4 0.6s ease-in 0.8s both;
		-ms-animation: mobileFromRightAnim4 0.6s ease-in 0.8s both;
		animation: mobileFromRightAnim4 0.6s ease-in 0.8s both;
	}
	
	
	@-webkit-keyframes mobileFromRightAnim4{
		0%{ left: 110%; opacity: 0; }
		100%{ left: 10%; opacity: 1; }
	}
	
	@-moz-keyframes mobileFromRightAnim4{
		0%{ left: 110%; opacity: 0; }
		100%{ left: 10%; opacity: 1; }
	}
	
	@-o-keyframes mobileFromRightAnim4{
		0%{ left: 110%; opacity: 0; }
		100%{ left: 10%; opacity: 1; }
	}
	
	@keyframes mobileFromRightAnim4{
		0%{ left: 110%; opacity: 0; }
		100%{ left: 10%; opacity: 1; }
	}
	
	
	.parallax-mobile-fromleft .parallax-img{
		-webkit-animation: mobileFromLeftAnim4 0.6s ease-in 0.6s both;
		-moz-animation: mobileFromLeftAnim4 0.6s ease-in 0.6s both;
		-o-animation: mobileFromLeftAnim4 0.6s ease-in 0.6s both;
		-ms-animation: mobileFromLeftAnim4 0.6s ease-in 0.6s both;
		animation: mobileFromLeftAnim4 0.6s ease-in 0.6s both;
	}
	
	
	@-webkit-keyframes mobileFromLeftAnim4{
		0%{ left: -110%; opacity: 0; }
		100%{ left: 10%; opacity: 1; }
	}
	
	@-moz-keyframes mobileFromLeftAnim4{
		0%{ left: -110%; opacity: 0; }
		100%{ left: 10%; opacity: 1; }
	}
	
	@-o-keyframes mobileFromLeftAnim4{
		0%{ left: -110%; opacity: 0; }
		100%{ left: 10%; opacity: 1; }
	}
	
	@keyframes mobileFromLeftAnim4{
		0%{ left: -110%; opacity: 0; }
		100%{ left: 10%; opacity: 1; }
	}
	
	
	.parallax-mobile-toright .parallax-img{
		-webkit-animation: mobileToRightAnim4 0.6s ease-in both;
		-moz-animation: mobileToRightAnim4 0.6s ease-in both;
		-o-animation: mobileToRightAnim4 0.6s ease-in both;
		-ms-animation: mobileToRightAnim4 0.6s ease-in both;
		animation: mobileToRightAnim4 0.6s ease-in both;
	}
	
		
	@-webkit-keyframes mobileToRightAnim4{
		0%{ left: 10%;  opacity: 1; }
		30%{ left: 5%;  opacity: 1; }
		100%{ left: 100%; opacity: 0; }
	}
	
	@-moz-keyframes mobileToRightAnim4{
		0%{ left: 10%;  opacity: 1; }
		30%{ left: 5%;  opacity: 1; }
		100%{ left: 100%; opacity: 0; }
	}
	
	@-o-keyframes mobileToRightAnim4{
		0%{ left: 10%;  opacity: 1; }
		30%{ left: 5%;  opacity: 1; }
		100%{ left: 100%; opacity: 0; }
	}
	
	@keyframes mobileToRightAnim4{
		0%{ left: 10%;  opacity: 1; }
		30%{ left: 5%;  opacity: 1; }
		100%{ left: 100%; opacity: 0; }
	}
	
	
	.parallax-mobile-toleft .parallax-img{
		-webkit-animation: mobileToLeftAnim4 0.6s ease-in 0.6s both;
		-moz-animation: mobileToLeftAnim4 0.6s ease-in 0.6s both;
		-o-animation: mobileToLeftAnim4 0.6s ease-in 0.6s both;
		-ms-animation: mobileToLeftAnim4 0.6s ease-in 0.6s both;
		animation: mobileToLeftAnim4 0.6s ease-in 0.6s both;
	}
	
	
	@-webkit-keyframes mobileToLeftAnim4{
		0%{ left: 10%;  opacity: 1; }
		40%{ left: 20%;  opacity: 1; }
		90%{ left: 0%;  opacity: 0; }
		100%{ left: -10%; opacity: 0; }
	}
	
	@-moz-keyframes mobileToLeftAnim4{
		0%{ left: 10%;  opacity: 1; }
		40%{ left: 20%;  opacity: 1; }
		90%{ left: 0%;  opacity: 0; }
		100%{ left: -10%; opacity: 0; }
	}
	
	@-o-keyframes mobileToLeftAnim4{
		0%{ left: 10%;  opacity: 1; }
		40%{ left: 20%;  opacity: 1; }
		90%{ left: 0%;  opacity: 0; }
		100%{ left: -10%; opacity: 0; }
	}
	
	@keyframes mobileToLeftAnim4{
		0%{ left: 10%;  opacity: 1; }
		40%{ left: 20%;  opacity: 1; }
		90%{ left: 0%;  opacity: 0; }
		100%{ left: -10%; opacity: 0; }
	}
	
}
#stacks_in_1248_page13 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
#stacks_in_1248_page13 .parallax-slide h2 {
	top: 50px;
	font-size: 28px;
	
	display: ;
}
#stacks_in_1248_page13 .parallax-slide .parallax-desc {
	top: 100px;
	/* height: -6%; */
	
	display: ;
}
#stacks_in_1248_page13 .parallax-slide .parallax-img {
	top: 60px;
	/* height: 34%; */
	display: ;
}
@media only screen and (max-device-width: 480px) {
	#stacks_in_1248_page13 .parallax-mobile .parallax-img { top: auto; bottom: 50px; }
}
#stacks_in_1251_page13 {
	font-weight: bold;
}
#stacks_in_1372_page13 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
#stacks_in_1372_page13 .parallax-slide h2 {
	top: 50px;
	font-size: 28px;
	
	display: ;
}
#stacks_in_1372_page13 .parallax-slide .parallax-desc {
	top: 100px;
	/* height: -6%; */
	
	display: ;
}
#stacks_in_1372_page13 .parallax-slide .parallax-img {
	top: 60px;
	/* height: 34%; */
	display: ;
}
@media only screen and (max-device-width: 480px) {
	#stacks_in_1372_page13 .parallax-mobile .parallax-img { top: auto; bottom: 50px; }
}
#stacks_in_1375_page13 {
	font-weight: bold;
}
#stacks_in_1266_page13 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
#stacks_in_1266_page13 .parallax-slide h2 {
	top: 50px;
	font-size: 28px;
	
	display: ;
}
#stacks_in_1266_page13 .parallax-slide .parallax-desc {
	top: 100px;
	/* height: -6%; */
	
	display: ;
}
#stacks_in_1266_page13 .parallax-slide .parallax-img {
	top: 60px;
	/* height: 34%; */
	display: ;
}
@media only screen and (max-device-width: 480px) {
	#stacks_in_1266_page13 .parallax-mobile .parallax-img { top: auto; bottom: 50px; }
}
#stacks_in_1269_page13 {
	font-weight: bold;
}
#stacks_in_1390_page13 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
#stacks_in_1390_page13 .parallax-slide h2 {
	top: 50px;
	font-size: 28px;
	
	display: ;
}
#stacks_in_1390_page13 .parallax-slide .parallax-desc {
	top: 100px;
	/* height: -6%; */
	
	display: ;
}
#stacks_in_1390_page13 .parallax-slide .parallax-img {
	top: 60px;
	/* height: 34%; */
	display: ;
}
@media only screen and (max-device-width: 480px) {
	#stacks_in_1390_page13 .parallax-mobile .parallax-img { top: auto; bottom: 50px; }
}
#stacks_in_1393_page13 {
	font-weight: bold;
}
#stacks_in_1411_page13 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
#stacks_in_1411_page13 .parallax-slide h2 {
	top: 50px;
	font-size: 28px;
	
	display: ;
}
#stacks_in_1411_page13 .parallax-slide .parallax-desc {
	top: 100px;
	/* height: -6%; */
	
	display: ;
}
#stacks_in_1411_page13 .parallax-slide .parallax-img {
	top: 60px;
	/* height: 34%; */
	display: ;
}
@media only screen and (max-device-width: 480px) {
	#stacks_in_1411_page13 .parallax-mobile .parallax-img { top: auto; bottom: 50px; }
}
#stacks_in_1414_page13 {
	font-weight: bold;
}
.spacerStack {
	height: 15px;
}

#spacerStackstacks_in_1396_page13 {
	height: 15px;
}/* Start 1dootab stack CSS code */#stacks_in_4861_page13wrapper{	position: relative;	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */	-moz-box-sizing: border-box;    /* Firefox, other Gecko */	box-sizing: border-box;         /* Opera/IE 8+ */}ul.stacks_in_4861_page13tabs {	margin: 0 !important;	padding: 0;	float: left;	list-style: none !important;	list-style-type: none !important;	height: 34px;	border-bottom: 1px solid #B3B3B3;	width: 100%;}ul.stacks_in_4861_page13tabs li {	float: left;	margin: 0;	cursor: pointer;	padding: 0px 21px;	height: 33px;	line-height: 33px !important;	border-top: 1px solid #D5D4D6;	border-right: 1px solid #D5D4D6;	/*border-bottom: 1px solid #B3B3B3;*/	border-left: 1px solid #D5D4D6;	background-color: #7D776C;	color: #FFFFFF;	overflow: hidden;	position: relative;	margin-left: 4px;	z-index: 1;	-webkit-border-top-left-radius: 4px;	-webkit-border-top-right-radius: 4px;	-moz-border-radius-topleft: 4px;	-moz-border-radius-topright: 4px;	border-top-left-radius: 4px;	border-top-right-radius: 4px;	white-space: nowrap;	font-size: 14px !important;	list-style: none !important;	list-style-type: none !important;}/*.tab_last { border-right: 1px solid #D5D4D6; }*/ul.stacks_in_4861_page13tabs li.tab_first { margin-left: 0px; } ul.stacks_in_4861_page13tabs li:hover {	background-color: #6E685D;	color: #FFFFFF;}ul.stacks_in_4861_page13tabs li.active {	background-color: #FFFFFF;	color: #000000;	border-top: 1px solid #B3B3B3;	border-left: 1px solid #B3B3B3;	border-right: 1px solid #B3B3B3;	border-bottom: 1px solid #FFFFFF;	display: block;	z-index: 10;		-webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */	-moz-box-sizing: content-box;    /* Firefox, other Gecko */	box-sizing: content-box;         /* Opera/IE 8+ */}.stacks_in_4861_page13tab_container {	position: relative;	border: 1px solid #B3B3B3;	border-top: none;	background: #FFFFFF;	overflow: auto;	-webkit-border-bottom-right-radius: 3px;	-webkit-border-bottom-left-radius: 3px;	-moz-border-radius-bottomright: 3px;	-moz-border-radius-bottomleft: 3px;	border-bottom-right-radius: 3px;	border-bottom-left-radius: 3px;		-webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */	-moz-box-sizing: content-box;    /* Firefox, other Gecko */	box-sizing: content-box;         /* Opera/IE 8+ */}.stacks_in_4861_page13tab_content {	padding: 20px;	display: none;}.stacks_in_4861_page13tab_drawer_heading { display: none; }@media screen and (max-width: 480px) {	ul.stacks_in_4861_page13tabs {		border-bottom: none;	}	.stacks_in_4861_page13tabs {		display: none;	}	.stacks_in_4861_page13tab_drawer_heading {		background-color: #EFEFEF;		color: #658DC8;		border-top: 1px solid #B3B3B3;		margin: 0;		padding: 10px 20px;		display: block;		cursor: pointer;		-webkit-touch-callout: none;		-webkit-user-select: none;		-khtml-user-select: none;		-moz-user-select: none;		-ms-user-select: none;		user-select: none;		font-size: 14px !important;	}	.stacks_in_4861_page13tab_drawer_heading:first-child {		border-top: 0px;	}	.stacks_in_4861_page13d_active {		background-color: #B3B3B3;		color: #FFFFFF;		border-bottom: 1px solid #B3B3B3;	}	.stacks_in_4861_page13tab_container {	border: 1px solid #B3B3B3;	-webkit-border-radius: 4px;	-moz-border-radius: 4px;	border-radius: 4px;	}}/* End 1dootab stack CSS code */
#stacks_in_3161_page13 .stacks_left {
	float:left;
	width:64%;
}

#stacks_in_3161_page13 .stacks_right {
	float:right;
	width:34%;
}/* Start Smart Image stack CSS code */#stacks_in_655_page13{	text-align: center;}#stacks_in_655_page13 figure a img{	cursor: pointer !important;}.stacks_in_655_page13responsive {  max-width: 100%;  margin: 0;  padding: 0;}.stacks_in_655_page13responsive img, .stacks_in_655_page13warehouseImage img {  max-width: 100%;  height: auto;  margin: 0 auto 0 auto;  display: block;}.stacks_in_655_page13hiddenimage{	display: none;}.stacks_in_655_page13warehouseImage{	display: none;}/* End Smart Image stack CSS code *//* Start FAQ stack CSS code */.stacks_in_3754_page13question{font-size: 115%;line-height: 1.2em;font-weight: bold;border-top: 1px solid #cccccc;padding: 4px;}.stacks_in_3754_page13faqcontainer{border-bottom: 1px solid #cccccc;}.stacks_in_3754_page13question a{text-decoration: none !important;line-height: 120%;}.stacks_in_3754_page13question a:hover{text-decoration: none !important;}.stacks_in_3754_page13question a:active{text-decoration: none !important;}.stacks_in_3754_page13question a:visited{text-decoration: none !important;}.stacks_in_3754_page13answer{display: none;margin: 1px 0 8px 0;padding: 2px 4px 4px 4px;}/* End FAQ stack CSS code */.spacerStack {
	height: 20px;
}

#spacerStackstacks_in_4326_page13 {
	height: 20px;
}
#stacks_in_3766_page13 .stacks_left {
	float:left;
	width:47%;
}

#stacks_in_3766_page13 .stacks_right {
	float:right;
	width:47%;
}.spacerStack {
	height: 15px;
}

#spacerStackstacks_in_3829_page13 {
	height: 15px;
}.spacerStack {
	height: 12px;
}

#spacerStackstacks_in_4900_page13 {
	height: 12px;
}.spacerStack {
	height: 5px;
}

#spacerStackstacks_in_4897_page13 {
	height: 5px;
}.spacerStack {
	height: 10px;
}

#spacerStackstacks_in_4470_page13 {
	height: 10px;
}
#stacks_in_4329_page13 .stacks_left {
	float:left;
	width:20%;
}

#stacks_in_4329_page13 .stacks_right {
	float:right;
	width:80%;
}
/* START ICONZ CSS */

#stacks_in_4334_page13 i {
	font-size: 2em;
	line-height: normal !important;
	
	text-align:center;
}








/* if no text */
#stacks_in_4334_page13 {
	text-align: left;
}

#stacks_in_4334_page13 a{
	text-decoration: none;
}


	
		#stacks_in_4334_page13 a i:hover{
			color: #C74C51 !important;
		}
		
		
	




#stacks_in_4334_page13 .stacks_in_4334_page13quicklook{
	display: none;
	text-align: left;
	background: #F1F9F7;
	padding: 10px;
	border: 1px solid #D8E2E0;
	margin-top: 10px;
	color: #1D9D74 !important;
}
#stacks_in_4334_page13 .stacks_in_4334_page13quicklook i{
	font-size: 1em !important;
	line-height: normal !important;
	color: #1D9D74 !important;
	background: none !important;
}
#stacks_in_4334_page13 .stacks_in_4334_page13quicklook i:before{
	background: none !important;
}

/* END ICONS CSS */      
 .spacerStack {
	height: 5px;
}

#spacerStackstacks_in_3750_page13 {
	height: 5px;
}
#stacks_in_4358_page13 .stacks_left {
	float:left;
	width:19%;
}

#stacks_in_4358_page13 .stacks_right {
	float:right;
	width:79%;
}
/* START ICONZ CSS */

#stacks_in_4360_page13 i {
	font-size: 2em;
	line-height: normal !important;
	
	text-align:center;
}








/* if no text */
#stacks_in_4360_page13 {
	text-align: left;
}

#stacks_in_4360_page13 a{
	text-decoration: none;
}


	
		#stacks_in_4360_page13 a i:hover{
			color: #C74C51 !important;
		}
		
		
	




#stacks_in_4360_page13 .stacks_in_4360_page13quicklook{
	display: none;
	text-align: left;
	background: #F1F9F7;
	padding: 10px;
	border: 1px solid #D8E2E0;
	margin-top: 10px;
	color: #1D9D74 !important;
}
#stacks_in_4360_page13 .stacks_in_4360_page13quicklook i{
	font-size: 1em !important;
	line-height: normal !important;
	color: #1D9D74 !important;
	background: none !important;
}
#stacks_in_4360_page13 .stacks_in_4360_page13quicklook i:before{
	background: none !important;
}

/* END ICONS CSS */      
 .spacerStack {
	height: 5px;
}

#spacerStackstacks_in_6340_page13 {
	height: 5px;
}
#stacks_in_4387_page13 .stacks_left {
	float:left;
	width:19%;
}

#stacks_in_4387_page13 .stacks_right {
	float:right;
	width:79%;
}
/* START ICONZ CSS */

#stacks_in_4400_page13 i {
	font-size: 2em;
	line-height: normal !important;
	
	text-align:center;
}








/* if no text */
#stacks_in_4400_page13 {
	text-align: left;
}

#stacks_in_4400_page13 a{
	text-decoration: none;
}


	
		#stacks_in_4400_page13 a i:hover{
			color: #C74C51 !important;
		}
		
		
	




#stacks_in_4400_page13 .stacks_in_4400_page13quicklook{
	display: none;
	text-align: left;
	background: #F1F9F7;
	padding: 10px;
	border: 1px solid #D8E2E0;
	margin-top: 10px;
	color: #1D9D74 !important;
}
#stacks_in_4400_page13 .stacks_in_4400_page13quicklook i{
	font-size: 1em !important;
	line-height: normal !important;
	color: #1D9D74 !important;
	background: none !important;
}
#stacks_in_4400_page13 .stacks_in_4400_page13quicklook i:before{
	background: none !important;
}

/* END ICONS CSS */      
 .spacerStack {
	height: 5px;
}

#spacerStackstacks_in_4426_page13 {
	height: 5px;
}
#stacks_in_6155_page13 .stacks_left {
	float:left;
	width:20%;
}

#stacks_in_6155_page13 .stacks_right {
	float:right;
	width:80%;
}
/* START ICONZ CSS */

#stacks_in_6128_page13 i {
	font-size: 2em;
	line-height: normal !important;
	
	text-align:center;
}








/* if no text */
#stacks_in_6128_page13 {
	text-align: left;
}

#stacks_in_6128_page13 a{
	text-decoration: none;
}


	
		#stacks_in_6128_page13 a i:hover{
			color: #C74C51 !important;
		}
		
		
	




#stacks_in_6128_page13 .stacks_in_6128_page13quicklook{
	display: none;
	text-align: left;
	background: #F1F9F7;
	padding: 10px;
	border: 1px solid #D8E2E0;
	margin-top: 10px;
	color: #1D9D74 !important;
}
#stacks_in_6128_page13 .stacks_in_6128_page13quicklook i{
	font-size: 1em !important;
	line-height: normal !important;
	color: #1D9D74 !important;
	background: none !important;
}
#stacks_in_6128_page13 .stacks_in_6128_page13quicklook i:before{
	background: none !important;
}

/* END ICONS CSS */      
 .spacerStack {
	height: 5px;
}

#spacerStackstacks_in_6154_page13 {
	height: 5px;
}
#stacks_in_6331_page13 .stacks_left {
	float:left;
	width:19%;
}

#stacks_in_6331_page13 .stacks_right {
	float:right;
	width:79%;
}
/* START ICONZ CSS */

#stacks_in_8930_page13 i {
	font-size: 2em;
	line-height: normal !important;
	
	text-align:center;
}








/* if no text */
#stacks_in_8930_page13 {
	text-align: left;
}

#stacks_in_8930_page13 a{
	text-decoration: none;
}


	
		#stacks_in_8930_page13 a i:hover{
			color: #C74C51 !important;
		}
		
		
	




#stacks_in_8930_page13 .stacks_in_8930_page13quicklook{
	display: none;
	text-align: left;
	background: #F1F9F7;
	padding: 10px;
	border: 1px solid #D8E2E0;
	margin-top: 10px;
	color: #1D9D74 !important;
}
#stacks_in_8930_page13 .stacks_in_8930_page13quicklook i{
	font-size: 1em !important;
	line-height: normal !important;
	color: #1D9D74 !important;
	background: none !important;
}
#stacks_in_8930_page13 .stacks_in_8930_page13quicklook i:before{
	background: none !important;
}

/* END ICONS CSS */      
 .spacerStack {
	height: 18px;
}

#spacerStackstacks_in_8954_page13 {
	height: 18px;
}.spacerStack {
	height: 5px;
}

#spacerStackstacks_in_4473_page13 {
	height: 5px;
}.spacerStack {
	height: 20px;
}

#spacerStackstacks_in_4903_page13 {
	height: 20px;
}.spacerStack {
	height: 5px;
}

#spacerStackstacks_in_8951_page13 {
	height: 5px;
}/* Start Smart Image stack CSS code */#stacks_in_3746_page13{	text-align: center;}#stacks_in_3746_page13 figure a img{	cursor: pointer !important;}.stacks_in_3746_page13responsive {  max-width: 100%;  margin: 0;  padding: 0;}.stacks_in_3746_page13responsive img, .stacks_in_3746_page13warehouseImage img {  max-width: 100%;  height: auto;  margin: 0 auto 0 auto;  display: block;}.stacks_in_3746_page13hiddenimage{	display: none;}.stacks_in_3746_page13warehouseImage{	display: none;}/* End Smart Image stack CSS code */.spacerStack {
	height: 15px;
}

#spacerStackstacks_in_2535_page13 {
	height: 15px;
}.spacerStack {
	height: 15px;
}

#spacerStackstacks_in_942_page13 {
	height: 15px;
}/* Start Liquid Columns stack CSS code */ .stacks_in_3814_page13column { float:left; display:inline; }.stacks_in_3814_page13one-third.stacks_in_3814_page13column { 	width: 33.333333333% /* 320px / 960px */;}.stacks_in_3814_page13first{	padding-left: 0;	padding-right: 19px;	padding-bottom: 0;}.stacks_in_3814_page13middle{	padding-left: 13px;	padding-right: 12px;	padding-bottom: 0;}.stacks_in_3814_page13last{	padding-left: 19px;	padding-right: 0;	padding-bottom: 0;}@media only screen and (max-width: 979px) {	.stacks_in_3814_page13first{	padding-left: 0;	padding-right: 0;	padding-bottom: 20px;	}	.stacks_in_3814_page13middle{		padding-left: 0;		padding-right: 16px;		padding-bottom: 0;	}		.stacks_in_3814_page13last{		padding-left: 16px;		padding-right: 0;		padding-bottom: 0;	}	    .stacks_in_3814_page13one-third.stacks_in_3814_page13column {     	width: 50%;     }    .stacks_in_3814_page13one-third.stacks_in_3814_page13column.stacks_in_3814_page13more-important {     	width:100%;     }    }@media only screen and (max-width: 480px) {	.stacks_in_3814_page13first{	padding-left: 0;	padding-right: 0;	padding-bottom: 10px;	}	.stacks_in_3814_page13middle{		padding-left: 0;		padding-right: 0;		padding-bottom: 10px;	}		.stacks_in_3814_page13last{		padding-left: 0;		padding-right: 0;		padding-bottom: 0;	}	    .stacks_in_3814_page13one-third.stacks_in_3814_page13column {     	width: 100%;    }        .stacks_in_3814_page13one-third.stacks_in_3814_page13column.stacks_in_3814_page13more-important {     	width:100%;     }    }/* End Liquid Columns stack CSS code */
.pullquote {
font-size:1.25em;
display:block;

padding:2.5em 0.5em;

font-style:italic;
}


.pullquote:before, .pullquote:after {
display:block;
position:relative;
font-size:100px;
line-height:0px;
overflow:display;
text-align:left;
font-style:normal;
opacity:0.25;
}
	
.pullquote:before {
content:"\201C";
top:5px;
left:-5px;
}
	
.pullquote:after {
content:"\201D";
bottom:-40px;
right:-5px;
text-align:right;
}



#stacks_in_3824_page13_source {
font-size:0.65em;
text-align:right;
font-style:normal;
}

#stacks_in_3824_page13_source:before {
	content:"\2014\200A";
	font-style:normal;
}


.pullquote {
font-size:1.25em;
display:block;

padding:2.5em 0.5em;

font-style:italic;
}


.pullquote:before, .pullquote:after {
display:block;
position:relative;
font-size:100px;
line-height:0px;
overflow:display;
text-align:left;
font-style:normal;
opacity:0.25;
}
	
.pullquote:before {
content:"\201C";
top:5px;
left:-5px;
}
	
.pullquote:after {
content:"\201D";
bottom:-40px;
right:-5px;
text-align:right;
}



#stacks_in_3818_page13_source {
font-size:0.65em;
text-align:right;
font-style:normal;
}

#stacks_in_3818_page13_source:before {
	content:"\2014\200A";
	font-style:normal;
}


.pullquote {
font-size:1.25em;
display:block;

padding:2.5em 0.5em;

font-style:italic;
}


.pullquote:before, .pullquote:after {
display:block;
position:relative;
font-size:100px;
line-height:0px;
overflow:display;
text-align:left;
font-style:normal;
opacity:0.25;
}
	
.pullquote:before {
content:"\201C";
top:5px;
left:-5px;
}
	
.pullquote:after {
content:"\201D";
bottom:-40px;
right:-5px;
text-align:right;
}



#stacks_in_3821_page13_source {
font-size:0.65em;
text-align:right;
font-style:normal;
}

#stacks_in_3821_page13_source:before {
	content:"\2014\200A";
	font-style:normal;
}

.spacerStack {
	height: 20px;
}

#spacerStackstacks_in_1361_page13 {
	height: 20px;
}
.stacks_column_left {
	float:left;
}

.stacks_column_right {
	float:right;
}

.stacks_column_4 {
	width:23%;
	margin: 0 1%;
}/* Start Button Press stack CSS code */#stacks_in_1364_page13{	text-align: center !important;}.stacks_in_1364_page13dooabutton{	-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */	-moz-box-sizing: border-box !important;    /* Firefox, other Gecko */	box-sizing: border-box !important;         /* Opera/IE 8+ */			display:inline-block;	text-align: center;	letter-spacing: 0px !important;		width:100%;			/* Gradient type button specific styles */		-moz-box-shadow:inset 0px 1px 0px 0px #F18E7F;	-webkit-box-shadow:inset 0px 1px 0px 0px #F18E7F;	box-shadow:inset 0px 1px 0px 0px #F18E7F;		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #AB4839), color-stop(1, #8D2A1B) );	background:-moz-linear-gradient( center top, #AB4839 5%, #8D2A1B 100% );	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#AB4839', endColorstr='#8D2A1B');	background-color:#A13E2F;	text-shadow:none;		text-shadow:1px -1px 0px #791607;			border:1px solid #832011;	color:#FFFFFF;									font-size:100% !important;	font-weight:normal !important;	line-height:normal !important;	text-decoration:none !important;	text-indent:0 !important;		font-family:Arial, Helvetica, sans-serif !important;	font-style:normal !important;		padding: 6px 15px 6px 15px;			-webkit-border-top-left-radius:4px;	-moz-border-radius-topleft:4px;	border-top-left-radius:4px;	-webkit-border-top-right-radius:4px;	-moz-border-radius-topright:4px;	border-top-right-radius:4px;	-webkit-border-bottom-right-radius:4px;	-moz-border-radius-bottomright:4px;	border-bottom-right-radius:4px;	-webkit-border-bottom-left-radius:4px;	-moz-border-radius-bottomleft:4px;	border-bottom-left-radius:4px;}.stacks_in_1364_page13dooabutton:hover {					-moz-box-shadow:inset 0px 1px 0px 0px #791607;		-webkit-box-shadow:inset 0px 1px 0px 0px #791607;		box-shadow:inset 0px 1px 0px 0px #791607;				background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8D2A1B), color-stop(1, #AB4839) );		background:-moz-linear-gradient( center top, #8D2A1B 5%, #AB4839 100% );		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8D2A1B', endColorstr='#AB4839');		background-color:#A13E2F;					color:#FFFFFF;		}/* End Button Press stack CSS code */.spacerStack {
	height: 5px;
}

#spacerStackstacks_in_1365_page13 {
	height: 5px;
}/* Start Button Press stack CSS code */#stacks_in_1367_page13{	text-align: center !important;}.stacks_in_1367_page13dooabutton{	-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */	-moz-box-sizing: border-box !important;    /* Firefox, other Gecko */	box-sizing: border-box !important;         /* Opera/IE 8+ */			display:inline-block;	text-align: center;	letter-spacing: 0px !important;		width:100%;			/* Gradient type button specific styles */		-moz-box-shadow:inset 0px 1px 0px 0px #F18E7F;	-webkit-box-shadow:inset 0px 1px 0px 0px #F18E7F;	box-shadow:inset 0px 1px 0px 0px #F18E7F;		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #AB4839), color-stop(1, #8D2A1B) );	background:-moz-linear-gradient( center top, #AB4839 5%, #8D2A1B 100% );	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#AB4839', endColorstr='#8D2A1B');	background-color:#A13E2F;	text-shadow:none;		text-shadow:1px -1px 0px #791607;			border:1px solid #832011;	color:#FFFFFF;									font-size:100% !important;	font-weight:normal !important;	line-height:normal !important;	text-decoration:none !important;	text-indent:0 !important;		font-family:Arial, Helvetica, sans-serif !important;	font-style:normal !important;		padding: 6px 15px 6px 15px;			-webkit-border-top-left-radius:4px;	-moz-border-radius-topleft:4px;	border-top-left-radius:4px;	-webkit-border-top-right-radius:4px;	-moz-border-radius-topright:4px;	border-top-right-radius:4px;	-webkit-border-bottom-right-radius:4px;	-moz-border-radius-bottomright:4px;	border-bottom-right-radius:4px;	-webkit-border-bottom-left-radius:4px;	-moz-border-radius-bottomleft:4px;	border-bottom-left-radius:4px;}.stacks_in_1367_page13dooabutton:hover {					-moz-box-shadow:inset 0px 1px 0px 0px #791607;		-webkit-box-shadow:inset 0px 1px 0px 0px #791607;		box-shadow:inset 0px 1px 0px 0px #791607;				background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8D2A1B), color-stop(1, #AB4839) );		background:-moz-linear-gradient( center top, #8D2A1B 5%, #AB4839 100% );		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8D2A1B', endColorstr='#AB4839');		background-color:#A13E2F;					color:#FFFFFF;		}/* End Button Press stack CSS code */.spacerStack {
	height: 5px;
}

#spacerStackstacks_in_1368_page13 {
	height: 5px;
}/* Start Button Press stack CSS code */#stacks_in_1370_page13{	text-align: center !important;}.stacks_in_1370_page13dooabutton{	-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */	-moz-box-sizing: border-box !important;    /* Firefox, other Gecko */	box-sizing: border-box !important;         /* Opera/IE 8+ */			display:inline-block;	text-align: center;	letter-spacing: 0px !important;		width:100%;			/* Gradient type button specific styles */		-moz-box-shadow:inset 0px 1px 0px 0px #F18E7F;	-webkit-box-shadow:inset 0px 1px 0px 0px #F18E7F;	box-shadow:inset 0px 1px 0px 0px #F18E7F;		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #AB4839), color-stop(1, #8D2A1B) );	background:-moz-linear-gradient( center top, #AB4839 5%, #8D2A1B 100% );	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#AB4839', endColorstr='#8D2A1B');	background-color:#A13E2F;	text-shadow:none;		text-shadow:1px -1px 0px #791607;			border:1px solid #832011;	color:#FFFFFF;									font-size:100% !important;	font-weight:normal !important;	line-height:normal !important;	text-decoration:none !important;	text-indent:0 !important;		font-family:Arial, Helvetica, sans-serif !important;	font-style:normal !important;		padding: 6px 15px 6px 15px;			-webkit-border-top-left-radius:4px;	-moz-border-radius-topleft:4px;	border-top-left-radius:4px;	-webkit-border-top-right-radius:4px;	-moz-border-radius-topright:4px;	border-top-right-radius:4px;	-webkit-border-bottom-right-radius:4px;	-moz-border-radius-bottomright:4px;	border-bottom-right-radius:4px;	-webkit-border-bottom-left-radius:4px;	-moz-border-radius-bottomleft:4px;	border-bottom-left-radius:4px;}.stacks_in_1370_page13dooabutton:hover {					-moz-box-shadow:inset 0px 1px 0px 0px #791607;		-webkit-box-shadow:inset 0px 1px 0px 0px #791607;		box-shadow:inset 0px 1px 0px 0px #791607;				background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8D2A1B), color-stop(1, #AB4839) );		background:-moz-linear-gradient( center top, #8D2A1B 5%, #AB4839 100% );		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8D2A1B', endColorstr='#AB4839');		background-color:#A13E2F;					color:#FFFFFF;		}/* End Button Press stack CSS code */.spacerStack {
	height: 5px;
}

#spacerStackstacks_in_1371_page13 {
	height: 5px;
}/* Start Button Press stack CSS code */#stacks_in_1377_page13{	text-align: center !important;}.stacks_in_1377_page13dooabutton{	-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */	-moz-box-sizing: border-box !important;    /* Firefox, other Gecko */	box-sizing: border-box !important;         /* Opera/IE 8+ */			display:inline-block;	text-align: center;	letter-spacing: 0px !important;		width:100%;			/* Gradient type button specific styles */		-moz-box-shadow:inset 0px 1px 0px 0px #F18E7F;	-webkit-box-shadow:inset 0px 1px 0px 0px #F18E7F;	box-shadow:inset 0px 1px 0px 0px #F18E7F;		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #AB4839), color-stop(1, #8D2A1B) );	background:-moz-linear-gradient( center top, #AB4839 5%, #8D2A1B 100% );	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#AB4839', endColorstr='#8D2A1B');	background-color:#A13E2F;	text-shadow:none;		text-shadow:1px -1px 0px #791607;			border:1px solid #832011;	color:#FFFFFF;									font-size:100% !important;	font-weight:normal !important;	line-height:normal !important;	text-decoration:none !important;	text-indent:0 !important;		font-family:Arial, Helvetica, sans-serif !important;	font-style:normal !important;		padding: 6px 15px 6px 15px;			-webkit-border-top-left-radius:4px;	-moz-border-radius-topleft:4px;	border-top-left-radius:4px;	-webkit-border-top-right-radius:4px;	-moz-border-radius-topright:4px;	border-top-right-radius:4px;	-webkit-border-bottom-right-radius:4px;	-moz-border-radius-bottomright:4px;	border-bottom-right-radius:4px;	-webkit-border-bottom-left-radius:4px;	-moz-border-radius-bottomleft:4px;	border-bottom-left-radius:4px;}.stacks_in_1377_page13dooabutton:hover {					-moz-box-shadow:inset 0px 1px 0px 0px #791607;		-webkit-box-shadow:inset 0px 1px 0px 0px #791607;		box-shadow:inset 0px 1px 0px 0px #791607;				background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8D2A1B), color-stop(1, #AB4839) );		background:-moz-linear-gradient( center top, #8D2A1B 5%, #AB4839 100% );		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8D2A1B', endColorstr='#AB4839');		background-color:#A13E2F;					color:#FFFFFF;		}/* End Button Press stack CSS code */.spacerStack {
	height: 5px;
}

#spacerStackstacks_in_1378_page13 {
	height: 5px;
}#toTop{display:none;text-decoration:none;position:fixed;bottom:10px;right:10px;overflow:hidden;width:51px;height:51px;border:0;text-indent:-9999px;background:url(../index_files/elevator-images/top.png) no-repeat left top;z-index:9988} #toTop:hover{background:url(../index_files/elevator-images/top.png) no-repeat left -51px} #toTop:active,#toTop:focus{outline:0}
