
#stacks_in_30550 {
	padding: 14px 5px 0px 5px;
}
.parallax-slider-stacks_in_11416{
	width: 100%;
	min-width: 500px;
	height: 95px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	background: transparent url(../index_files/nh_parallax_bg_image-11416.jpg) repeat 0% 0%;
	background-image: ;
	border-top: 4px solid #003399;
	border-bottom: 4px solid #003399;
	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_11416 .stacks_out , .parallax-slide{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
.parallax-slide-current{
	z-index: 5;
}
.parallax-slider-stacks_in_11416-fb .parallax-slide{
	left: 100%;
}
.parallax-slider-stacks_in_11416-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_11416-fb .parallax-slide h2,
.parallax-slider-stacks_in_11416-fb .parallax-slide .parallax-desc,
.parallax-slider-stacks_in_11416-fb .parallax-slide .parallax-link{
	left: 10%;
	opacity: 1;
	
}
.parallax-slider-stacks_in_11416-fb .parallax-slide .parallax-img{
	left: 60%;
	opacity: 1;
}
.parallax-slide h2{
	margin: 0;
	color: #003399;
	width: 50%;
	
	white-space: nowrap;
	z-index: 10;
	text-shadow: 1px 1px 1px #6699FF;
	font-weight: 700;
}
.parallax-slide .parallax-desc{
	width: 45%;
	
	color: #003399;
	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: 95px;
	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: 6;
	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: #3366CC;
	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: 10%;
	height: auto;
	line-height: normal;
	background: none;
	-webkit-perspective: none;
}
.parallax-arrows span{
	position: absolute;
	top: 10%;
	height: 28px;
	width: 28px;
	border-radius: 5px;
	background: #3366CC;
	cursor: pointer;
	z-index: 6;
	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_11416: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_11416{ 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_11416-fb .parallax-mobile .parallax-img, .parallax-mobile-current .parallax-img{ left: 10%; }
	.parallax-slider-stacks_in_11416-fb .parallax-mobile .parallax-img .imageStyle,.parallax-slider-stacks_in_11416-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_30594 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
#stacks_in_30594 .parallax-slide h2 {
	top: 7px;
	font-size: 24px;
	width: 80%;
	display: ;
}
#stacks_in_30594 .parallax-slide .parallax-desc {
	top: 28px;
	/* height: 66%; */
	width: 80%;
	display: ;
}
#stacks_in_30594 .parallax-slide .parallax-img {
	top: 115px;
	/* height: -21%; */
	display: none;
}
@media only screen and (max-device-width: 480px) {
	#stacks_in_30594 .parallax-mobile .parallax-img { top: auto; bottom: 50px; }
}
#stacks_in_30595 {
	font-size: 83%;
}

#stacks_in_30597 {
	font-size: 84%;
	font-weight: bold;
}
#stacks_in_30590 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
#stacks_in_30590 .parallax-slide h2 {
	top: 7px;
	font-size: 24px;
	width: 80%;
	display: ;
}
#stacks_in_30590 .parallax-slide .parallax-desc {
	top: 28px;
	/* height: 66%; */
	width: 80%;
	display: ;
}
#stacks_in_30590 .parallax-slide .parallax-img {
	top: 115px;
	/* height: -21%; */
	display: none;
}
@media only screen and (max-device-width: 480px) {
	#stacks_in_30590 .parallax-mobile .parallax-img { top: auto; bottom: 50px; }
}
#stacks_in_30591 {
	font-size: 83%;
}

#stacks_in_30593 {
	font-size: 87%;
	font-weight: bold;
}
#stacks_in_30564 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
#stacks_in_30564 .parallax-slide h2 {
	top: 7px;
	font-size: 24px;
	width: 80%;
	display: ;
}
#stacks_in_30564 .parallax-slide .parallax-desc {
	top: 28px;
	/* height: 66%; */
	width: 80%;
	display: ;
}
#stacks_in_30564 .parallax-slide .parallax-img {
	top: 115px;
	/* height: -21%; */
	display: none;
}
@media only screen and (max-device-width: 480px) {
	#stacks_in_30564 .parallax-mobile .parallax-img { top: auto; bottom: 50px; }
}
#stacks_in_30565 {
	font-size: 83%;
}

#stacks_in_30567 {
	font-size: 87%;
	font-weight: bold;
}
#stacks_in_30572 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
#stacks_in_30572 .parallax-slide h2 {
	top: 7px;
	font-size: 24px;
	width: 80%;
	display: ;
}
#stacks_in_30572 .parallax-slide .parallax-desc {
	top: 28px;
	/* height: 66%; */
	width: 80%;
	display: ;
}
#stacks_in_30572 .parallax-slide .parallax-img {
	top: 115px;
	/* height: -21%; */
	display: none;
}
@media only screen and (max-device-width: 480px) {
	#stacks_in_30572 .parallax-mobile .parallax-img { top: auto; bottom: 50px; }
}
#stacks_in_30573 {
	font-size: 83%;
}

#stacks_in_30575 {
	font-size: 94%;
	font-weight: bold;
}
#stacks_in_30582 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
#stacks_in_30582 .parallax-slide h2 {
	top: 7px;
	font-size: 24px;
	width: 80%;
	display: ;
}
#stacks_in_30582 .parallax-slide .parallax-desc {
	top: 28px;
	/* height: 66%; */
	width: 80%;
	display: ;
}
#stacks_in_30582 .parallax-slide .parallax-img {
	top: 115px;
	/* height: -21%; */
	display: none;
}
@media only screen and (max-device-width: 480px) {
	#stacks_in_30582 .parallax-mobile .parallax-img { top: auto; bottom: 50px; }
}
#stacks_in_30583 {
	font-size: 83%;
}

#stacks_in_30585 {
	font-size: 87%;
	font-weight: bold;
}
#stacks_in_30586 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
#stacks_in_30586 .parallax-slide h2 {
	top: 7px;
	font-size: 24px;
	width: 80%;
	display: ;
}
#stacks_in_30586 .parallax-slide .parallax-desc {
	top: 28px;
	/* height: 66%; */
	width: 80%;
	display: ;
}
#stacks_in_30586 .parallax-slide .parallax-img {
	top: 115px;
	/* height: -21%; */
	display: none;
}
@media only screen and (max-device-width: 480px) {
	#stacks_in_30586 .parallax-mobile .parallax-img { top: auto; bottom: 50px; }
}
#stacks_in_30587 {
	font-size: 83%;
}

#stacks_in_30589 {
	font-size: 87%;
	font-weight: bold;
}
#stacks_in_30545 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
#stacks_in_30545 .parallax-slide h2 {
	top: 7px;
	font-size: 24px;
	width: 80%;
	display: ;
}
#stacks_in_30545 .parallax-slide .parallax-desc {
	top: 28px;
	/* height: 66%; */
	width: 80%;
	display: ;
}
#stacks_in_30545 .parallax-slide .parallax-img {
	top: 115px;
	/* height: -21%; */
	display: none;
}
@media only screen and (max-device-width: 480px) {
	#stacks_in_30545 .parallax-mobile .parallax-img { top: auto; bottom: 50px; }
}
#stacks_in_30546 {
	font-size: 83%;
}

#stacks_in_30548 {
	font-size: 94%;
	font-weight: bold;
}
#stacks_in_30529 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
#stacks_in_30529 .parallax-slide h2 {
	top: 7px;
	font-size: 24px;
	width: 80%;
	display: ;
}
#stacks_in_30529 .parallax-slide .parallax-desc {
	top: 28px;
	/* height: 66%; */
	width: 80%;
	display: ;
}
#stacks_in_30529 .parallax-slide .parallax-img {
	top: 115px;
	/* height: -21%; */
	display: none;
}
@media only screen and (max-device-width: 480px) {
	#stacks_in_30529 .parallax-mobile .parallax-img { top: auto; bottom: 50px; }
}
#stacks_in_30530 {
	font-size: 83%;
}

#stacks_in_30532 {
	font-size: 94%;
	font-weight: bold;
}
#stacks_in_30541 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
#stacks_in_30541 .parallax-slide h2 {
	top: 7px;
	font-size: 24px;
	width: 80%;
	display: ;
}
#stacks_in_30541 .parallax-slide .parallax-desc {
	top: 28px;
	/* height: 66%; */
	width: 80%;
	display: ;
}
#stacks_in_30541 .parallax-slide .parallax-img {
	top: 115px;
	/* height: -21%; */
	display: none;
}
@media only screen and (max-device-width: 480px) {
	#stacks_in_30541 .parallax-mobile .parallax-img { top: auto; bottom: 50px; }
}
#stacks_in_30542 {
	font-size: 93%;
}

#stacks_in_30544 {
	font-size: 86%;
	font-weight: bold;
}
#stacks_in_30537 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
#stacks_in_30537 .parallax-slide h2 {
	top: 7px;
	font-size: 24px;
	width: 80%;
	display: ;
}
#stacks_in_30537 .parallax-slide .parallax-desc {
	top: 28px;
	/* height: 66%; */
	width: 80%;
	display: ;
}
#stacks_in_30537 .parallax-slide .parallax-img {
	top: 115px;
	/* height: -21%; */
	display: none;
}
@media only screen and (max-device-width: 480px) {
	#stacks_in_30537 .parallax-mobile .parallax-img { top: auto; bottom: 50px; }
}
#stacks_in_30538 {
	font-size: 83%;
}

#stacks_in_30540 {
	font-size: 87%;
	font-weight: bold;
}
#stacks_in_30533 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
#stacks_in_30533 .parallax-slide h2 {
	top: 7px;
	font-size: 24px;
	width: 80%;
	display: ;
}
#stacks_in_30533 .parallax-slide .parallax-desc {
	top: 28px;
	/* height: 66%; */
	width: 80%;
	display: ;
}
#stacks_in_30533 .parallax-slide .parallax-img {
	top: 115px;
	/* height: -21%; */
	display: none;
}
@media only screen and (max-device-width: 480px) {
	#stacks_in_30533 .parallax-mobile .parallax-img { top: auto; bottom: 50px; }
}
#stacks_in_30534 {
	font-size: 93%;
}

#stacks_in_30536 {
	font-size: 90%;
	font-weight: bold;
}
#stacks_in_30505 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
#stacks_in_30505 .parallax-slide h2 {
	top: 7px;
	font-size: 24px;
	width: 80%;
	display: ;
}
#stacks_in_30505 .parallax-slide .parallax-desc {
	top: 28px;
	/* height: 66%; */
	width: 80%;
	display: ;
}
#stacks_in_30505 .parallax-slide .parallax-img {
	top: 115px;
	/* height: -21%; */
	display: none;
}
@media only screen and (max-device-width: 480px) {
	#stacks_in_30505 .parallax-mobile .parallax-img { top: auto; bottom: 50px; }
}
#stacks_in_30506 {
	font-size: 83%;
}

#stacks_in_30508 {
	font-size: 94%;
	font-weight: bold;
}
#stacks_in_30509 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
#stacks_in_30509 .parallax-slide h2 {
	top: 7px;
	font-size: 24px;
	width: 80%;
	display: ;
}
#stacks_in_30509 .parallax-slide .parallax-desc {
	top: 28px;
	/* height: 66%; */
	width: 80%;
	display: ;
}
#stacks_in_30509 .parallax-slide .parallax-img {
	top: 115px;
	/* height: -21%; */
	display: none;
}
@media only screen and (max-device-width: 480px) {
	#stacks_in_30509 .parallax-mobile .parallax-img { top: auto; bottom: 50px; }
}
#stacks_in_30512 {
	font-size: 96%;
	font-weight: bold;
}
#stacks_in_30448 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
#stacks_in_30448 .parallax-slide h2 {
	top: 7px;
	font-size: 24px;
	width: 80%;
	display: ;
}
#stacks_in_30448 .parallax-slide .parallax-desc {
	top: 28px;
	/* height: 66%; */
	width: 80%;
	display: ;
}
#stacks_in_30448 .parallax-slide .parallax-img {
	top: 115px;
	/* height: -21%; */
	display: none;
}
@media only screen and (max-device-width: 480px) {
	#stacks_in_30448 .parallax-mobile .parallax-img { top: auto; bottom: 50px; }
}
#stacks_in_30451 {
	font-size: 85%;
	font-weight: bold;
}
#stacks_in_30452 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
#stacks_in_30452 .parallax-slide h2 {
	top: 7px;
	font-size: 24px;
	width: 80%;
	display: ;
}
#stacks_in_30452 .parallax-slide .parallax-desc {
	top: 28px;
	/* height: 66%; */
	width: 80%;
	display: ;
}
#stacks_in_30452 .parallax-slide .parallax-img {
	top: 115px;
	/* height: -21%; */
	display: none;
}
@media only screen and (max-device-width: 480px) {
	#stacks_in_30452 .parallax-mobile .parallax-img { top: auto; bottom: 50px; }
}
#stacks_in_30455 {
	font-size: 85%;
	font-weight: bold;
}
#stacks_in_7513 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
#stacks_in_7513 .parallax-slide h2 {
	top: 7px;
	font-size: 24px;
	width: 80%;
	display: ;
}
#stacks_in_7513 .parallax-slide .parallax-desc {
	top: 28px;
	/* height: 66%; */
	width: 80%;
	display: ;
}
#stacks_in_7513 .parallax-slide .parallax-img {
	top: 115px;
	/* height: -21%; */
	display: none;
}
@media only screen and (max-device-width: 480px) {
	#stacks_in_7513 .parallax-mobile .parallax-img { top: auto; bottom: 50px; }
}
#stacks_in_7516 {
	font-size: 85%;
	font-weight: bold;
}
#stacks_in_30513 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
#stacks_in_30513 .parallax-slide h2 {
	top: 7px;
	font-size: 24px;
	width: 80%;
	display: ;
}
#stacks_in_30513 .parallax-slide .parallax-desc {
	top: 26px;
	/* height: 68%; */
	width: 80%;
	display: ;
}
#stacks_in_30513 .parallax-slide .parallax-img {
	top: 115px;
	/* height: -21%; */
	display: none;
}
@media only screen and (max-device-width: 480px) {
	#stacks_in_30513 .parallax-mobile .parallax-img { top: auto; bottom: 50px; }
}
#stacks_in_30514 {
	font-size: 97%;
}

#stacks_in_30516 {
	font-weight: bold;
}
#stacks_in_7524 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
#stacks_in_7524 .parallax-slide h2 {
	top: 7px;
	font-size: 24px;
	width: 80%;
	display: ;
}
#stacks_in_7524 .parallax-slide .parallax-desc {
	top: 28px;
	/* height: 66%; */
	width: 80%;
	display: ;
}
#stacks_in_7524 .parallax-slide .parallax-img {
	top: 115px;
	/* height: -21%; */
	display: none;
}
@media only screen and (max-device-width: 480px) {
	#stacks_in_7524 .parallax-mobile .parallax-img { top: auto; bottom: 50px; }
}
#stacks_in_7527 {
	font-size: 87%;
	font-weight: bold;
}
#stacks_in_7440 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
#stacks_in_7440 .parallax-slide h2 {
	top: 7px;
	font-size: 24px;
	width: 80%;
	display: ;
}
#stacks_in_7440 .parallax-slide .parallax-desc {
	top: 28px;
	/* height: 66%; */
	width: 80%;
	display: ;
}
#stacks_in_7440 .parallax-slide .parallax-img {
	top: 115px;
	/* height: -21%; */
	display: none;
}
@media only screen and (max-device-width: 480px) {
	#stacks_in_7440 .parallax-mobile .parallax-img { top: auto; bottom: 50px; }
}
#stacks_in_7443 {
	font-size: 83%;
	font-weight: bold;
}
#stacks_in_7245 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
#stacks_in_7245 .parallax-slide h2 {
	top: 7px;
	font-size: 24px;
	width: 80%;
	display: ;
}
#stacks_in_7245 .parallax-slide .parallax-desc {
	top: 28px;
	/* height: 66%; */
	width: 80%;
	display: ;
}
#stacks_in_7245 .parallax-slide .parallax-img {
	top: 115px;
	/* height: -21%; */
	display: none;
}
@media only screen and (max-device-width: 480px) {
	#stacks_in_7245 .parallax-mobile .parallax-img { top: auto; bottom: 50px; }
}
#stacks_in_7251 {
	font-size: 83%;
	font-weight: bold;
}
#stacks_in_7297 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
#stacks_in_7297 .parallax-slide h2 {
	top: 7px;
	font-size: 24px;
	width: 80%;
	display: ;
}
#stacks_in_7297 .parallax-slide .parallax-desc {
	top: 28px;
	/* height: 66%; */
	width: 80%;
	display: ;
}
#stacks_in_7297 .parallax-slide .parallax-img {
	top: 115px;
	/* height: -21%; */
	display: none;
}
@media only screen and (max-device-width: 480px) {
	#stacks_in_7297 .parallax-mobile .parallax-img { top: auto; bottom: 50px; }
}
#stacks_in_7300 {
	font-size: 87%;
	font-weight: bold;
}
#stacks_in_7135 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
#stacks_in_7135 .parallax-slide h2 {
	top: 7px;
	font-size: 24px;
	width: 80%;
	display: ;
}
#stacks_in_7135 .parallax-slide .parallax-desc {
	top: 28px;
	/* height: 66%; */
	width: 80%;
	display: ;
}
#stacks_in_7135 .parallax-slide .parallax-img {
	top: 115px;
	/* height: -21%; */
	display: none;
}
@media only screen and (max-device-width: 480px) {
	#stacks_in_7135 .parallax-mobile .parallax-img { top: auto; bottom: 50px; }
}
#stacks_in_7138 {
	font-size: 87%;
	font-weight: bold;
}
#stacks_in_7486 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
#stacks_in_7486 .parallax-slide h2 {
	top: 7px;
	font-size: 24px;
	width: 80%;
	display: ;
}
#stacks_in_7486 .parallax-slide .parallax-desc {
	top: 26px;
	/* height: 68%; */
	width: 80%;
	display: ;
}
#stacks_in_7486 .parallax-slide .parallax-img {
	top: 115px;
	/* height: -21%; */
	display: none;
}
@media only screen and (max-device-width: 480px) {
	#stacks_in_7486 .parallax-mobile .parallax-img { top: auto; bottom: 50px; }
}
#stacks_in_7487 {
	font-size: 97%;
}

#stacks_in_7489 {
	font-weight: bold;
}
#stacks_in_7273 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
#stacks_in_7273 .parallax-slide h2 {
	top: 7px;
	font-size: 24px;
	width: 80%;
	display: ;
}
#stacks_in_7273 .parallax-slide .parallax-desc {
	top: 28px;
	/* height: 66%; */
	width: 80%;
	display: ;
}
#stacks_in_7273 .parallax-slide .parallax-img {
	top: 115px;
	/* height: -21%; */
	display: none;
}
@media only screen and (max-device-width: 480px) {
	#stacks_in_7273 .parallax-mobile .parallax-img { top: auto; bottom: 50px; }
}
#stacks_in_7278 {
	font-size: 87%;
	font-weight: bold;
}
#stacks_in_7471 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
#stacks_in_7471 .parallax-slide h2 {
	top: 7px;
	font-size: 24px;
	width: 80%;
	display: ;
}
#stacks_in_7471 .parallax-slide .parallax-desc {
	top: 28px;
	/* height: 66%; */
	width: 80%;
	display: ;
}
#stacks_in_7471 .parallax-slide .parallax-img {
	top: 115px;
	/* height: -21%; */
	display: none;
}
@media only screen and (max-device-width: 480px) {
	#stacks_in_7471 .parallax-mobile .parallax-img { top: auto; bottom: 50px; }
}
#stacks_in_7472 {
	font-size: 89%;
}

#stacks_in_7474 {
	font-size: 81%;
	font-weight: bold;
}
#stacks_in_7286 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
#stacks_in_7286 .parallax-slide h2 {
	top: 7px;
	font-size: 24px;
	width: 80%;
	display: ;
}
#stacks_in_7286 .parallax-slide .parallax-desc {
	top: 28px;
	/* height: 66%; */
	width: 80%;
	display: ;
}
#stacks_in_7286 .parallax-slide .parallax-img {
	top: 115px;
	/* height: -21%; */
	display: none;
}
@media only screen and (max-device-width: 480px) {
	#stacks_in_7286 .parallax-mobile .parallax-img { top: auto; bottom: 50px; }
}
#stacks_in_7289 {
	font-size: 81%;
	font-weight: bold;
}
#stacks_in_7308 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
#stacks_in_7308 .parallax-slide h2 {
	top: 7px;
	font-size: 24px;
	width: 80%;
	display: ;
}
#stacks_in_7308 .parallax-slide .parallax-desc {
	top: 28px;
	/* height: 66%; */
	width: 80%;
	display: ;
}
#stacks_in_7308 .parallax-slide .parallax-img {
	top: 115px;
	/* height: -21%; */
	display: none;
}
@media only screen and (max-device-width: 480px) {
	#stacks_in_7308 .parallax-mobile .parallax-img { top: auto; bottom: 50px; }
}
#stacks_in_7309 {
	font-size: 97%;
}

#stacks_in_7311 {
	font-size: 82%;
	font-weight: bold;
}
#stacks_in_7121 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
#stacks_in_7121 .parallax-slide h2 {
	top: 7px;
	font-size: 24px;
	width: 80%;
	display: ;
}
#stacks_in_7121 .parallax-slide .parallax-desc {
	top: 28px;
	/* height: 66%; */
	width: 80%;
	display: ;
}
#stacks_in_7121 .parallax-slide .parallax-img {
	top: 115px;
	/* height: -21%; */
	display: none;
}
@media only screen and (max-device-width: 480px) {
	#stacks_in_7121 .parallax-mobile .parallax-img { top: auto; bottom: 50px; }
}
#stacks_in_7122 {
	font-size: 95%;
}

#stacks_in_7124 {
	font-size: 75%;
	font-weight: bold;
}
#stacks_in_5646 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
#stacks_in_5646 .parallax-slide h2 {
	top: 7px;
	font-size: 24px;
	width: 80%;
	display: ;
}
#stacks_in_5646 .parallax-slide .parallax-desc {
	top: 28px;
	/* height: 66%; */
	width: 80%;
	display: ;
}
#stacks_in_5646 .parallax-slide .parallax-img {
	top: 115px;
	/* height: -21%; */
	display: none;
}
@media only screen and (max-device-width: 480px) {
	#stacks_in_5646 .parallax-mobile .parallax-img { top: auto; bottom: 50px; }
}
#stacks_in_5649 {
	font-size: 87%;
	font-weight: bold;
}
#stacks_in_14177 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
#stacks_in_14177 .parallax-slide h2 {
	top: 7px;
	font-size: 24px;
	width: 80%;
	display: ;
}
#stacks_in_14177 .parallax-slide .parallax-desc {
	top: 28px;
	/* height: 66%; */
	width: 80%;
	display: ;
}
#stacks_in_14177 .parallax-slide .parallax-img {
	top: 115px;
	/* height: -21%; */
	display: none;
}
@media only screen and (max-device-width: 480px) {
	#stacks_in_14177 .parallax-mobile .parallax-img { top: auto; bottom: 50px; }
}
#stacks_in_14180 {
	font-size: 84%;
	font-weight: bold;
}
#stacks_in_7776 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
#stacks_in_7776 .parallax-slide h2 {
	top: 7px;
	font-size: 24px;
	width: 80%;
	display: ;
}
#stacks_in_7776 .parallax-slide .parallax-desc {
	top: 28px;
	/* height: 66%; */
	width: 80%;
	display: ;
}
#stacks_in_7776 .parallax-slide .parallax-img {
	top: 115px;
	/* height: -21%; */
	display: none;
}
@media only screen and (max-device-width: 480px) {
	#stacks_in_7776 .parallax-mobile .parallax-img { top: auto; bottom: 50px; }
}
#stacks_in_7795 {
	font-size: 84%;
	font-weight: bold;
}
#stacks_in_13527 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
#stacks_in_13527 .parallax-slide h2 {
	top: 7px;
	font-size: 24px;
	width: 80%;
	display: ;
}
#stacks_in_13527 .parallax-slide .parallax-desc {
	top: 26px;
	/* height: 68%; */
	width: 80%;
	display: ;
}
#stacks_in_13527 .parallax-slide .parallax-img {
	top: 115px;
	/* height: -21%; */
	display: none;
}
@media only screen and (max-device-width: 480px) {
	#stacks_in_13527 .parallax-mobile .parallax-img { top: auto; bottom: 50px; }
}
#stacks_in_13528 {
	font-size: 97%;
}

#stacks_in_13530 {
	font-weight: bold;
}
#stacks_in_13516 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
#stacks_in_13516 .parallax-slide h2 {
	top: 7px;
	font-size: 24px;
	width: 80%;
	display: ;
}
#stacks_in_13516 .parallax-slide .parallax-desc {
	top: 28px;
	/* height: 66%; */
	width: 80%;
	display: ;
}
#stacks_in_13516 .parallax-slide .parallax-img {
	top: 115px;
	/* height: -21%; */
	display: none;
}
@media only screen and (max-device-width: 480px) {
	#stacks_in_13516 .parallax-mobile .parallax-img { top: auto; bottom: 50px; }
}
#stacks_in_13519 {
	font-size: 91%;
	font-weight: bold;
}
#stacks_in_11418 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
#stacks_in_11418 .parallax-slide h2 {
	top: 7px;
	font-size: 24px;
	width: 80%;
	display: ;
}
#stacks_in_11418 .parallax-slide .parallax-desc {
	top: 28px;
	/* height: 66%; */
	width: 80%;
	display: ;
}
#stacks_in_11418 .parallax-slide .parallax-img {
	top: 12px;
	/* height: 82%; */
	display: none;
}
@media only screen and (max-device-width: 480px) {
	#stacks_in_11418 .parallax-mobile .parallax-img { top: auto; bottom: 50px; }
}
#stacks_in_11421 {
	font-size: 87%;
	font-weight: bold;
}
#stacks_in_5622 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
#stacks_in_5622 .parallax-slide h2 {
	top: 7px;
	font-size: 24px;
	width: 80%;
	display: ;
}
#stacks_in_5622 .parallax-slide .parallax-desc {
	top: 28px;
	/* height: 66%; */
	width: 80%;
	display: ;
}
#stacks_in_5622 .parallax-slide .parallax-img {
	top: 115px;
	/* height: -21%; */
	display: none;
}
@media only screen and (max-device-width: 480px) {
	#stacks_in_5622 .parallax-mobile .parallax-img { top: auto; bottom: 50px; }
}
#stacks_in_5629 {
	font-size: 84%;
	font-weight: bold;
}
#stacks_in_4663 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
#stacks_in_4663 .parallax-slide h2 {
	top: 7px;
	font-size: 24px;
	width: 80%;
	display: ;
}
#stacks_in_4663 .parallax-slide .parallax-desc {
	top: 28px;
	/* height: 66%; */
	width: 80%;
	display: ;
}
#stacks_in_4663 .parallax-slide .parallax-img {
	top: 115px;
	/* height: -21%; */
	display: none;
}
@media only screen and (max-device-width: 480px) {
	#stacks_in_4663 .parallax-mobile .parallax-img { top: auto; bottom: 50px; }
}
#stacks_in_4666 {
	font-size: 90%;
	font-weight: bold;
}
#stacks_in_6767 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
#stacks_in_6767 .parallax-slide h2 {
	top: 7px;
	font-size: 24px;
	width: 80%;
	display: ;
}
#stacks_in_6767 .parallax-slide .parallax-desc {
	top: 28px;
	/* height: 66%; */
	width: 80%;
	display: ;
}
#stacks_in_6767 .parallax-slide .parallax-img {
	top: 115px;
	/* height: -21%; */
	display: none;
}
@media only screen and (max-device-width: 480px) {
	#stacks_in_6767 .parallax-mobile .parallax-img { top: auto; bottom: 50px; }
}
#stacks_in_6768 {
	font-size: 97%;
}

#stacks_in_6770 {
	font-size: 82%;
	font-weight: bold;
}
#stacks_in_13538 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
#stacks_in_13538 .parallax-slide h2 {
	top: 7px;
	font-size: 24px;
	width: 80%;
	display: ;
}
#stacks_in_13538 .parallax-slide .parallax-desc {
	top: 28px;
	/* height: 66%; */
	width: 80%;
	display: ;
}
#stacks_in_13538 .parallax-slide .parallax-img {
	top: 115px;
	/* height: -21%; */
	display: none;
}
@media only screen and (max-device-width: 480px) {
	#stacks_in_13538 .parallax-mobile .parallax-img { top: auto; bottom: 50px; }
}
#stacks_in_13541 {
	font-size: 91%;
	font-weight: bold;
}
#stacks_in_4870 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
#stacks_in_4870 .parallax-slide h2 {
	top: 7px;
	font-size: 24px;
	width: 80%;
	display: ;
}
#stacks_in_4870 .parallax-slide .parallax-desc {
	top: 28px;
	/* height: 66%; */
	width: 80%;
	display: ;
}
#stacks_in_4870 .parallax-slide .parallax-img {
	top: 115px;
	/* height: -21%; */
	display: none;
}
@media only screen and (max-device-width: 480px) {
	#stacks_in_4870 .parallax-mobile .parallax-img { top: auto; bottom: 50px; }
}
#stacks_in_4873 {
	font-size: 91%;
	font-weight: bold;
}
#stacks_in_8009 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
#stacks_in_8009 .parallax-slide h2 {
	top: 7px;
	font-size: 24px;
	width: 80%;
	display: ;
}
#stacks_in_8009 .parallax-slide .parallax-desc {
	top: 28px;
	/* height: 66%; */
	width: 80%;
	display: ;
}
#stacks_in_8009 .parallax-slide .parallax-img {
	top: 115px;
	/* height: -21%; */
	display: none;
}
@media only screen and (max-device-width: 480px) {
	#stacks_in_8009 .parallax-mobile .parallax-img { top: auto; bottom: 50px; }
}
#stacks_in_8012 {
	font-size: 91%;
	font-weight: bold;
}
#stacks_in_11422 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
#stacks_in_11422 .parallax-slide h2 {
	top: 7px;
	font-size: 24px;
	width: 80%;
	display: ;
}
#stacks_in_11422 .parallax-slide .parallax-desc {
	top: 28px;
	/* height: 66%; */
	width: 80%;
	display: ;
}
#stacks_in_11422 .parallax-slide .parallax-img {
	top: 115px;
	/* height: -21%; */
	display: none;
}
@media only screen and (max-device-width: 480px) {
	#stacks_in_11422 .parallax-mobile .parallax-img { top: auto; bottom: 50px; }
}
#stacks_in_11425 {
	font-size: 91%;
	font-weight: bold;
}
#stacks_in_18505 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
#stacks_in_18505 .parallax-slide h2 {
	top: 7px;
	font-size: 24px;
	width: 80%;
	display: ;
}
#stacks_in_18505 .parallax-slide .parallax-desc {
	top: 26px;
	/* height: 68%; */
	width: 80%;
	display: ;
}
#stacks_in_18505 .parallax-slide .parallax-img {
	top: 115px;
	/* height: -21%; */
	display: none;
}
@media only screen and (max-device-width: 480px) {
	#stacks_in_18505 .parallax-mobile .parallax-img { top: auto; bottom: 50px; }
}
#stacks_in_18506 {
	font-size: 97%;
}

#stacks_in_18508 {
	font-weight: bold;
}
#stacks_in_11426 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
#stacks_in_11426 .parallax-slide h2 {
	top: 7px;
	font-size: 24px;
	width: 80%;
	display: ;
}
#stacks_in_11426 .parallax-slide .parallax-desc {
	top: 28px;
	/* height: 66%; */
	width: 80%;
	display: ;
}
#stacks_in_11426 .parallax-slide .parallax-img {
	top: 115px;
	/* height: -21%; */
	display: none;
}
@media only screen and (max-device-width: 480px) {
	#stacks_in_11426 .parallax-mobile .parallax-img { top: auto; bottom: 50px; }
}
#stacks_in_11429 {
	font-size: 91%;
	font-weight: bold;
}
#stacks_in_11430 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
#stacks_in_11430 .parallax-slide h2 {
	top: 7px;
	font-size: 24px;
	width: 80%;
	display: ;
}
#stacks_in_11430 .parallax-slide .parallax-desc {
	top: 28px;
	/* height: 66%; */
	width: 80%;
	display: ;
}
#stacks_in_11430 .parallax-slide .parallax-img {
	top: 115px;
	/* height: -21%; */
	display: none;
}
@media only screen and (max-device-width: 480px) {
	#stacks_in_11430 .parallax-mobile .parallax-img { top: auto; bottom: 50px; }
}
#stacks_in_11433 {
	font-size: 90%;
	font-weight: bold;
}
#stacks_in_11434 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
#stacks_in_11434 .parallax-slide h2 {
	top: 7px;
	font-size: 24px;
	width: 80%;
	display: ;
}
#stacks_in_11434 .parallax-slide .parallax-desc {
	top: 28px;
	/* height: 66%; */
	width: 80%;
	display: ;
}
#stacks_in_11434 .parallax-slide .parallax-img {
	top: 115px;
	/* height: -21%; */
	display: none;
}
@media only screen and (max-device-width: 480px) {
	#stacks_in_11434 .parallax-mobile .parallax-img { top: auto; bottom: 50px; }
}
#stacks_in_11437 {
	font-size: 97%;
	font-weight: bold;
}
#stacks_in_11438 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
#stacks_in_11438 .parallax-slide h2 {
	top: 7px;
	font-size: 24px;
	width: 80%;
	display: ;
}
#stacks_in_11438 .parallax-slide .parallax-desc {
	top: 28px;
	/* height: 66%; */
	width: 80%;
	display: ;
}
#stacks_in_11438 .parallax-slide .parallax-img {
	top: 115px;
	/* height: -21%; */
	display: none;
}
@media only screen and (max-device-width: 480px) {
	#stacks_in_11438 .parallax-mobile .parallax-img { top: auto; bottom: 50px; }
}
#stacks_in_11441 {
	font-size: 87%;
	font-weight: bold;
}
#stacks_in_11442 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
#stacks_in_11442 .parallax-slide h2 {
	top: 7px;
	font-size: 24px;
	width: 80%;
	display: ;
}
#stacks_in_11442 .parallax-slide .parallax-desc {
	top: 28px;
	/* height: 66%; */
	width: 80%;
	display: ;
}
#stacks_in_11442 .parallax-slide .parallax-img {
	top: 115px;
	/* height: -21%; */
	display: none;
}
@media only screen and (max-device-width: 480px) {
	#stacks_in_11442 .parallax-mobile .parallax-img { top: auto; bottom: 50px; }
}
#stacks_in_11445 {
	font-size: 95%;
	font-weight: bold;
}
#stacks_in_6490 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
#stacks_in_6490 .parallax-slide h2 {
	top: 7px;
	font-size: 24px;
	width: 80%;
	display: ;
}
#stacks_in_6490 .parallax-slide .parallax-desc {
	top: 28px;
	/* height: 66%; */
	width: 80%;
	display: ;
}
#stacks_in_6490 .parallax-slide .parallax-img {
	top: 115px;
	/* height: -21%; */
	display: none;
}
@media only screen and (max-device-width: 480px) {
	#stacks_in_6490 .parallax-mobile .parallax-img { top: auto; bottom: 50px; }
}
#stacks_in_6491 {
	font-size: 97%;
}

#stacks_in_6493 {
	font-size: 82%;
	font-weight: bold;
}
#stacks_in_11446 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
#stacks_in_11446 .parallax-slide h2 {
	top: 7px;
	font-size: 24px;
	width: 80%;
	display: ;
}
#stacks_in_11446 .parallax-slide .parallax-desc {
	top: 28px;
	/* height: 66%; */
	width: 80%;
	display: ;
}
#stacks_in_11446 .parallax-slide .parallax-img {
	top: 115px;
	/* height: -21%; */
	display: none;
}
@media only screen and (max-device-width: 480px) {
	#stacks_in_11446 .parallax-mobile .parallax-img { top: auto; bottom: 50px; }
}
#stacks_in_11449 {
	font-size: 91%;
	font-weight: bold;
}
#stacks_in_13549 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
#stacks_in_13549 .parallax-slide h2 {
	top: 7px;
	font-size: 24px;
	width: 80%;
	display: ;
}
#stacks_in_13549 .parallax-slide .parallax-desc {
	top: 28px;
	/* height: 66%; */
	width: 80%;
	display: ;
}
#stacks_in_13549 .parallax-slide .parallax-img {
	top: 115px;
	/* height: -21%; */
	display: none;
}
@media only screen and (max-device-width: 480px) {
	#stacks_in_13549 .parallax-mobile .parallax-img { top: auto; bottom: 50px; }
}
#stacks_in_13552 {
	font-size: 91%;
	font-weight: bold;
}
#stacks_in_11450 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
#stacks_in_11450 .parallax-slide h2 {
	top: 7px;
	font-size: 24px;
	width: 80%;
	display: ;
}
#stacks_in_11450 .parallax-slide .parallax-desc {
	top: 28px;
	/* height: 66%; */
	width: 80%;
	display: ;
}
#stacks_in_11450 .parallax-slide .parallax-img {
	top: 115px;
	/* height: -21%; */
	display: none;
}
@media only screen and (max-device-width: 480px) {
	#stacks_in_11450 .parallax-mobile .parallax-img { top: auto; bottom: 50px; }
}
#stacks_in_11453 {
	font-size: 81%;
	font-weight: bold;
}
#stacks_in_7156 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
#stacks_in_7156 .parallax-slide h2 {
	top: 7px;
	font-size: 24px;
	width: 80%;
	display: ;
}
#stacks_in_7156 .parallax-slide .parallax-desc {
	top: 26px;
	/* height: 68%; */
	width: 80%;
	display: ;
}
#stacks_in_7156 .parallax-slide .parallax-img {
	top: 115px;
	/* height: -21%; */
	display: none;
}
@media only screen and (max-device-width: 480px) {
	#stacks_in_7156 .parallax-mobile .parallax-img { top: auto; bottom: 50px; }
}
#stacks_in_7157 {
	font-size: 97%;
}

#stacks_in_7164 {
	font-weight: bold;
}

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

#stacks_in_10802 {
	margin: 14px 0px 10px 0px;
}

#stacks_in_7479 {
	background-color: rgba(255, 227, 145, 1.00);
	border: solid rgba(0, 51, 153, 1.00);
	border-width:  3px;
	margin: 4px 0px 4px 0px;
	padding: 16px 42px 6px 44px;
}

#stacks_in_7480 {
	display:inline-block; width:100%; line-height: 1.530000em;
	font-size: 99%;
}
 #stacks_in_10804 hr{border:0;height:0;width:100%;margin:0;padding:0}#stacks_in_10804 hr.gradient{height:2px;background:#333;background-image:-webkit-linear-gradient(left,#00CCFF,#003399,#00CCFF);background-image:-moz-linear-gradient(left,#00CCFF,#003399,#00CCFF);background-image:-ms-linear-gradient(left,#00CCFF,#003399,#00CCFF);background-image:-o-linear-gradient(left,#00CCFF,#003399,#00CCFF);background-image:linear-gradient(left,#00CCFF,#003399,#00CCFF)}#stacks_in_10804 hr.faded{height:2px;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_10804 hr.dashed_fade{border-bottom:2px dashed #4B7EE4;background:#003399}#stacks_in_10804 hr.dotted_fade{border-bottom:2px dotted #4B7EE4;background:#003399}#stacks_in_10804 hr.dashed{border-bottom:2px dashed #003399}#stacks_in_10804 hr.dotted{border-bottom:2px dotted #4B7EE4}#stacks_in_10804 hr.shadow{height:2px;box-shadow:inset 0 2px 2px -2px rgba(0,0,0,0.5)}#stacks_in_10804 hr.cloudy{margin:2px 0;box-shadow:0 0 2px 1px #003399}#stacks_in_10804 hr.cloudy:after{content:"\00a0"}#stacks_in_10804 hr.inset{border-top:2px solid rgba(0,0,0,0.1);border-bottom:2px solid rgba(255,255,255,0.3)}#stacks_in_10804 hr.inset_two{border-top:2px solid #00CCFF;border-bottom:2px solid #003399}#stacks_in_10804 hr.inset_three{border-top:2px solid #003399;border-bottom:2px solid #00CCFF}#stacks_in_10804 hr.inset_four{border-top:2px solid #003399;border-bottom:2px solid #FFFFFF}#stacks_in_10804 hr.flared{height:30px;border-style:solid;border-color:#003399;border-width:2px 0 0 0;border-radius:20px;margin-top:12px}#stacks_in_10804 hr.flared:before{display:block;content:"";height:30px;margin-top:-31px;border-style:solid;border-color:#003399;border-width:0 0 2px 0;border-radius:20px}#stacks_in_10804 hr.glyph{padding:0;border:0;border-top:2px double #003399;color:#003399;text-align:center;margin:1em 0}#stacks_in_10804 hr.glyph:after{content:"§";display:inline-block;position:relative;top:-0.00em;font-size:1.5em;padding:0 .25em;background:#FFFFFF} 

#stacks_in_10804 {
	margin: 12px 0px 4px 0px;
}

#stacks_in_30526 {
	margin: 10px 0px 4px 0px;
}
#stacks_in_3982{visibility:hidden}




#stacks_in_30553 .teleportMe {
display: none;
}




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

#stacks_in_30556 {
	margin: 6px 0px 0px 0px;
}

#stacks_in_30559 {
	margin: 6px 0px 6px 0px;
}
/* @group CSS Reset */

#shareStackWrapperstacks_in_30561 *,
#shareStackWrapperstacks_in_30561 *::after,
#shareStackWrapperstacks_in_30561 *::before {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

#shareStackWrapperstacks_in_30561 ul#shareStackArraystacks_in_30561 {
	padding: 0;
	margin: 0;
	list-style: none;
	height: auto;
	overflow: auto;
	text-align: center;
}

#shareStackWrapperstacks_in_30561 [class^="fa fa-"] {
	line-height: 40px;
	color: inherit;
}

/* @end */

/* @group Positioning */

/* @group Absolute Positioning */

/*  */

/* @end */

/* @group Fixed Positioning */

/*  */

/* @end */

/*  */

/* @group Relative Positioning */

#shareStackWrapperstacks_in_30561 {
	position: relative;
	width: 100%;
}

/*  */

/* @end */





/* @end */

/* @group Buttons */

#shareStackWrapperstacks_in_30561 ul#shareStackArraystacks_in_30561 li.shareStackItem {
	padding: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	display: inline-block;
	text-align: center;
	font-size: 26px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	position: relative;
	transition: opacity 300ms ease-in-out;
	border-radius: 0px;
	opacity: 0.99;
	list-style: none;
	overflow: hidden;
}

#shareStackWrapperstacks_in_30561 ul#shareStackArraystacks_in_30561 li.shareStackItem:hover {
	opacity: 0.75;
}

#shareStackWrapperstacks_in_30561 ul#shareStackArraystacks_in_30561 li.shareStackItem a {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
}

/* @end */

/* @group Responsive */

#shareStackWrapperstacks_in_30561 ul#shareStackArraystacks_in_30561 {
	display: none;
}

@media screen and (min-width: 380px) and (max-width: 100000px) {
	#shareStackWrapperstacks_in_30561 ul#shareStackArraystacks_in_30561 {
		display: block;
	}
}

/* @end */

/* @group Icons */

#shareStackWrapperstacks_in_30561 #shareStackItem-baidustacks_in_30561 {
	background: #FF4749;
	color: #0000ff;
}

#shareStackWrapperstacks_in_30561 #shareStackItem-bloggerstacks_in_30561 {
	background: #F3881F;
	color: #ffffff;
}

#shareStackWrapperstacks_in_30561 #shareStackItem-deliciousstacks_in_30561 {
	background: #0c83e8;
	color: #ffffff;
}

#shareStackWrapperstacks_in_30561 #shareStackItem-diggstacks_in_30561 {
	background: #000000;
	color: #ffffff;
}

#shareStackWrapperstacks_in_30561 #shareStackItem-facebookstacks_in_30561 {
	background: #406fac;
	color: #ffffff;
}

#shareStackWrapperstacks_in_30561 #shareStackItem-googleplusstacks_in_30561 {
	background: #e15540;
	color: #ffffff;
}

#shareStackWrapperstacks_in_30561 #shareStackItem-linkedinstacks_in_30561 {
	background: #0182bd;
	color: #ffffff;
}

#shareStackWrapperstacks_in_30561 #shareStackItem-livejournalstacks_in_30561 {
	background: #083B51;
	color: #9AECFF;
}

#shareStackWrapperstacks_in_30561 #shareStackItem-myspacestacks_in_30561 {
	background: #032087;
	color: #ffffff;
}

#shareStackWrapperstacks_in_30561 #shareStackItem-odnoklassnikistacks_in_30561 {
	background: #E76E23;
	color: #ffffff;
}

#shareStackWrapperstacks_in_30561 #shareStackItem-pocketstacks_in_30561 {
	background: #DC2447;
	color: #ffffff;
}

#shareStackWrapperstacks_in_30561 #shareStackItem-redditstacks_in_30561 {
	background: #d3e6f8;
	color: #000000;
}

#shareStackWrapperstacks_in_30561 #shareStackItem-renrenstacks_in_30561 {
	background: #f5f5f5;
	color: #0164b4;
}

#shareStackWrapperstacks_in_30561 #shareStackItem-stumbleuponstacks_in_30561 {
	background: #ed5328;
	color: #ffffff;
}

#shareStackWrapperstacks_in_30561 #shareStackItem-telegramstacks_in_30561 {
	background: #32afed;
	color: #ffffff;
}

#shareStackWrapperstacks_in_30561 #shareStackItem-tumblrstacks_in_30561 {
	background: #3c4f67;
	color: #ffffff;
}

#shareStackWrapperstacks_in_30561 #shareStackItem-twitterstacks_in_30561 {
	background: #44A6FD;
	color: #ffffff;
}

#shareStackWrapperstacks_in_30561 #shareStackItem-viadeostacks_in_30561 {
	background: #333333;
	color: #E88B25;
}

#shareStackWrapperstacks_in_30561 #shareStackItem-vkontaktestacks_in_30561 {
	background: #557fab;
	color: #ffffff;
}

#shareStackWrapperstacks_in_30561 #shareStackItem-weibostacks_in_30561 {
	background: #db2f2d;
	color: #ffffff;
}

#shareStackWrapperstacks_in_30561 #shareStackItem-xingstacks_in_30561 {
	background: #D0D607;
	color: #0A5256;
}

/* Utility icons */

#shareStackWrapperstacks_in_30561 #shareStackItem-emailstacks_in_30561 {
	background: #cdcdcd;
	color: #333333;
}

#shareStackWrapperstacks_in_30561 #shareStackItem-printstacks_in_30561 {
	background: #808080;
	color: #ffffff;
}

/* Custom Icons */

#shareStackWrapperstacks_in_30561 #shareStackItem-customonestacks_in_30561 {
	background: #FF8000;
	color: #333333;
}

#shareStackWrapperstacks_in_30561 #shareStackItem-customtwostacks_in_30561 {
	background: #FF8000;
	color: #333333;
}

#shareStackWrapperstacks_in_30561 #shareStackItem-customthreestacks_in_30561 {
	background: #FF8000;
	color: #333333;
}

#shareStackWrapperstacks_in_30561 #shareStackItem-customfourstacks_in_30561 {
	background: #FF8000;
	color: #333333;
}

#shareStackWrapperstacks_in_30561 #shareStackItem-customfivestacks_in_30561 {
	background: #FF8000;
	color: #333333;
}

/* @end */

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

/* @group Edit Mode Styling */

/*  */

/* @end */

#stacks_in_30561 {
	margin: 10px 0px 6px 0px;
}
#toTop{display:none;text-decoration:none;position:fixed;bottom:10px;right:10px;overflow:hidden;width:51px;height:51px;border:none;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:none}

#SLB-Wrapper{
  margin:0.5em 0;
  margin:auto;
  font-family:Verdana;
  text-align: left;
  position: absolute;
}

#SLB-Wrapper #SLB-Background{
  position: absolute;
  left:7px;
  top:7px;
  float:left;
}

#SLB-Wrapper #SLB-Top{
  background:transparent no-repeat scroll 100% 0;
  height:28px;
  margin:0 0 0 18px;
}

#SLB-Wrapper #SLB-Top a{
  float:right;
  display:inline;
  padding:0;
  margin:5px 10px;
  width:41px;
  height:16px;
  text-decoration:none;
}

#SLB-Wrapper #SLB-Top a:hover{
  background-position:0px -16px;
}

#SLB-Wrapper #SLB-Top img{
  float:right;
  border:0px;
  margin:6px 10px;
  width:41px;
  height:16px;
}

#SLB-Wrapper #SLB-Top div{
  background:transparent no-repeat scroll 0 0;
  font-size:0;
  height:28px;
  left:-18px;
  line-height:0;
  position:relative;
  width:18px;
}

#SLB-Wrapper #SLB-Bottom{
  background:transparent no-repeat scroll 0 43%;
  height:20px;
  margin:0 18px 0 0;
}

#SLB-Wrapper #SLB-Bottom #SLB-BottomRight{
  background:transparent no-repeat scroll 100% 43%;
  font-size:0;
  height:20px;
  right:-18px;
  line-height:0;
  position:relative;
  width:100%;
  float:right;
}

#SLB-Wrapper #SLB-Bottom.SLB-bbnav,
#SLB-Wrapper #SLB-Bottom.SLB-bbnav #SLB-BottomRight{
  height:52px;
}

#SLB-Wrapper #SLB-Bottom.SLB-bbnav{
  background-position:0 100%;
}

#SLB-Wrapper #SLB-Bottom.SLB-bbnav #SLB-BottomRight{
  background-position:100% 100%;
}

#SLB-Wrapper #SLB-Contenido{
  border-left: 7px solid #000;
  border-right: 7px solid #000;
}

#SLB-Wrapper #SLB-Bottom #SLB-Navegador{
  font-size: 11px;
  color: #fff;
  height:30px;
  border-left:0px;
  border-right:0px;
  padding:10px 0px;
  margin:0;
  line-height:11px;
  float:left;
  width:100%;
}

#SLB-Wrapper #SLB-Navegador #SLB-Right,
#SLB-Wrapper #SLB-Navegador #SLB-Left{
  display:inline;
  padding:0;
  margin:0;
  width:26px;
  height:26px;
  text-decoration:none;
}

#SLB-Wrapper #SLB-Navegador #SLB-Right{
  background-position:26px 0;
  margin:0 18px 0 10px;
  float:right;
}

#SLB-Wrapper #SLB-Navegador #SLB-Right:hover{
  background-position:26px -26px;
}

#SLB-Wrapper #SLB-Navegador #SLB-Left{
  background-position:52px 0;
  margin-right:10px;
  float:left;
}

#SLB-Wrapper #SLB-Navegador #SLB-Left:hover{
  background-position:52px -26px;
}

#SLB-Wrapper #SLB-Navegador strong{
  display: block;
  padding-top:5px;
}

.bg_image { display:none;}


