.parallax-slider-stacks_in_4_page0{
	width: 100%;
	min-width: 500px;
	height: 240px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	background: transparent url() repeat 0% 0%;
	background-image: none;
	border-top: 2px solid #DDDDDD;
	border-bottom: 2px solid #DDDDDD;
	border: none;
	-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-slide{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
.parallax-slide-current{
	z-index: 9999;
}
.parallax-slider-stacks_in_4_page0-fb .parallax-slide{
	left: 100%;
}
.parallax-slider-stacks_in_4_page0-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_4_page0-fb .parallax-slide h2,
.parallax-slider-stacks_in_4_page0-fb .parallax-slide .parallax-desc,
.parallax-slider-stacks_in_4_page0-fb .parallax-slide .parallax-link{
	left: 10%;
	opacity: 1;
}
.parallax-slider-stacks_in_4_page0-fb .parallax-slide .parallax-img{
	left: 60%;
	opacity: 1;
}
.parallax-slide h2{
	color: #EB7A1B;
	font-size: 32px;
	width: 50%;
	top: 15%;
	white-space: nowrap;
	z-index: 10;
	text-shadow: 1px 1px 1px #E5E5E5;
	font-weight: 700;
}
.parallax-slide .parallax-desc{
	width: 45%;
	top: 38.75%;
	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: #0C1CFA !important;
	text-shadow: none;
}
.parallax-slide .parallax-img{
	text-align: center;
	width: 30%;
	top: 17.5%;
	height: 65%;
	line-height: 80%;
	left: 110%; /*60%*/
}
.parallax-slide .parallax-link{
	bottom: 5px; 
	border-radius: 10px;
	color: #0C1CFA;
	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: 10000;
	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: #DDDDDD;
	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: #DDDDDD;
	cursor: pointer;
	z-index: 10000;
	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_4_page0:hover .parallax-arrows span{
	opacity: 1;
}
.parallax-arrows span:after{
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	top: 4px;
	left: 4px;
	background: transparent url(../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 (min-device-width: 481px) and (max-device-width: 1024px) { 
	.parallax-arrows span{ opacity: 1 !important; }
}
@media only screen and (max-device-width: 480px) {
	.parallax-slider-stacks_in_4_page0{ min-width: 250px; min-height: 100%; }
	.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{ position: relative; height: auto; width: auto; top: auto; }
	.parallax-mobile h2, .parallax-mobile .parallax-desc { margin-right: 10%; }
	.parallax-mobile .parallax-img { top: 15px; }
	.parallax-slider-stacks_in_4_page0-fb .parallax-mobile .parallax-img, .parallax-mobile-current .parallax-img{ left: 10%; top: 15px; }
	.parallax-slider-stacks_in_4_page0-fb .parallax-mobile .parallax-img .imageStyle,.parallax-slider-stacks_in_4_page0-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_5_page0 {
	font-size: 101%;
}

#stacks_in_13_page0 {
	font-size: 87%;
}

#stacks_in_14_page0 {
	font-size: 87%;
}

#stacks_in_15_page0 {
	font-size: 87%;
}
/*  SlideThing Stack by RapidWeaver Central is based with kind permission on Will Woodgate's Toggle Stack. More of Will's stacks can be found at http://www.stacks4stacks.com */


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

#slidethingTrigger_stacks_in_75_page0 {
	margin: 0;
	font-weight: normal;
	display: block;
	position: relative;
	color: #666666;
	text-decoration: none;
	background: ;	
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;	
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;	
}
	

	
.static-bg0stacks_in_75_page0 {
	background: transparent;
}

.static-bg1stacks_in_75_page0 {
	background: #333333;
}

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

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

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

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


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

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



.content-bg0stacks_in_75_page0 {
	background: transparent;
}

.content-bg1stacks_in_75_page0 {
	background: #333333;
}

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

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

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

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





/* @end */
 #stacks_in_77_page0 .button_icon,#stacks_in_77_page0 .button_icon i{margin:0;padding:0;display:inline-block;font-weight:normal;height:20px;line-height:20px;font-size:13px}  #stacks_in_77_page0 .button_label{font:500 10px/150% "Helvetica Neue",Helvetica,Arial,Geneva,sans-serif;height:2em;line-height:2em;display:inline-block;  font-family:Arial, Helvetica, sans-serif; } #stacks_in_77_page0 .button_icon{border-right:1px solid rgba(0,0,0,0.2);float:left;padding-right:10px}#stacks_in_77_page0 .button_label{border-left:1px solid rgba(255,255,255,0.2);float:left;padding:0 5px 0 10px}  #stacks_in_77_page0 .sweet_button_wrapper{text-align:center; height:20px;}@media screen and (max-width:500px){#stacks_in_77_page0 .sweet_button_wrapper{ height:24px;} #stacks_in_77_page0 .button_icon,#stacks_in_77_page0 .button_icon i{height:24px;line-height:2em;font-size:15px}  #stacks_in_77_page0 .button_label{font:500 12px/150% "Helvetica Neue",Helvetica,Arial,Geneva,sans-serif;line-height:2em}}#stacks_in_77_page0 .sweet_button{cursor:pointer;display:inline-block;margin:0;padding:0 10px;text-decoration:none;text-align:center;color:#FFFFFF;border-style:solid;border-width:0px;border-color:#000000;border-radius:50px;background:#172D6D}#stacks_in_77_page0 a.sweet_button:visited{color:#FFFFFF}#stacks_in_77_page0 .sweet_button:hover{border-color:#999999}  #stacks_in_77_page0 .sweet_button{text-shadow:0 1px 1px rgba(128,128,128,0.75)}    #stacks_in_77_page0 .sweet_button{-moz-box-shadow:0 2px 5px rgba(0,0,0,0.75);-webkit-shadow:0 2px 5px rgba(0,0,0,0.75);box-shadow:0 2px 5px rgba(0,0,0,0.75)}#stacks_in_77_page0 .sweet_button_wrapper{padding-bottom:13px} #stacks_in_77_page0 .sweet_button:hover{color:#FFFFFF;background:#2B4181}#stacks_in_77_page0 .sweet_button:active{background:#031959}#stacks_in_77_page0 .sweet_button.clicked{background:#26712D;border-color:#000000}#stacks_in_77_page0 .sweet_button.clicked:hover{background:#3A8541;border-color:#999999}#stacks_in_77_page0 .sweet_button.clicked:active{background:#125D19}    #stacks_in_77_page0 .sweet_button.candy{background:#172D6D;background:-webkit-linear-gradient(top,#2951C4 0,#2B4181 50%,#172D6D 50%,#354B8B 75%,#2243A3 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#2951C4),color-stop(50%,#2B4181),color-stop(50%,#172D6D),color-stop(75%,#354B8B),color-stop(100%,#2243A3));background:-moz-linear-gradient(top,#2951C4 0,#2B4181 50%,#172D6D 50%,#354B8B 75%,#2243A3 100%);background:-o-linear-gradient(top,#2951C4 0,#2B4181 50%,#172D6D 50%,#354B8B 75%,#2243A3 100%);background:-ms-linear-gradient(top,#2951C4 0,#2B4181 50%,#172D6D 50%,#354B8B 75%,#2243A3 100%);background:linear-gradient(top,#2951C4 0,#2B4181 50%,#172D6D 50%,#354B8B 75%,#2243A3 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2951C4',endColorstr='#172D6D',GradientType=0)}#stacks_in_77_page0 .sweet_button.candy:hover{background:#2B4181;background:-webkit-linear-gradient(top,#2B55CF 0,#3F5595 50%,#2B4181 50%,#2448AE 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#2B55CF),color-stop(50%,#3F5595),color-stop(50%,#2B4181),color-stop(100%,#2448AE));background:-moz-linear-gradient(top,#2B55CF 0,#3F5595 50%,#2B4181 50%,#2448AE 100%);background:-o-linear-gradient(top,#2B55CF 0,#3F5595 50%,#2B4181 50%,#2448AE 100%);background:-ms-linear-gradient(top,#2B55CF 0,#3F5595 50%,#2B4181 50%,#2448AE 100%);background:linear-gradient(top,#2B55CF 0,#3F5595 50%,#2B4181 50%,#2448AE 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2B55CF',endColorstr='#2B4181',GradientType=0)}#stacks_in_77_page0 .sweet_button.candy:active{background:#031959;background:-webkit-linear-gradient(top,#2448AE 0,#2B4181 50%,#172D6D 50%,#1D3A8D 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#2448AE),color-stop(50%,#2B4181),color-stop(50%,#172D6D),color-stop(100%,#1D3A8D));background:-moz-linear-gradient(top,#2448AE 0,#2B4181 50%,#172D6D 50%,#1D3A8D 100%);background:-o-linear-gradient(top,#2448AE 0,#2B4181 50%,#172D6D 50%,#1D3A8D 100%);background:-ms-linear-gradient(top,#2448AE 0,#2B4181 50%,#172D6D 50%,#1D3A8D 100%);background:linear-gradient(top,#2448AE 0,#2B4181 50%,#172D6D 50%,#1D3A8D 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2448AE',endColorstr='#172D6D',GradientType=0)}
#stacks_in_77_page0 .sweet_button.candy.clicked{background:#26712D;background:-webkit-linear-gradient(top,#44CB51 0,#3A8541 50%,#26712D 50%,#448F4B 75%,#39A943 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#44CB51),color-stop(50%,#3A8541),color-stop(50%,#26712D),color-stop(75%,#448F4B),color-stop(100%,#39A943));background:-moz-linear-gradient(top,#44CB51 0,#3A8541 50%,#26712D 50%,#448F4B 75%,#39A943 100%);background:-o-linear-gradient(top,#44CB51 0,#3A8541 50%,#26712D 50%,#448F4B 75%,#39A943 100%);background:-ms-linear-gradient(top,#44CB51 0,#3A8541 50%,#26712D 50%,#448F4B 75%,#39A943 100%);background:linear-gradient(top,#44CB51 0,#3A8541 50%,#26712D 50%,#448F4B 75%,#39A943 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#44CB51',endColorstr='#26712D',GradientType=0)}#stacks_in_77_page0 .sweet_button.candy.clicked:hover{background:#448F4B;background:-webkit-linear-gradient(top,#48D655 0,#4E9955 50%,#3A8541 50%,#3CB448 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#48D655),color-stop(50%,#4E9955),color-stop(50%,#3A8541),color-stop(100%,#3CB448));background:-moz-linear-gradient(top,#48D655 0,#4E9955 50%,#3A8541 50%,#3CB448 100%);background:-o-linear-gradient(top,#48D655 0,#4E9955 50%,#3A8541 50%,#3CB448 100%);background:-ms-linear-gradient(top,#48D655 0,#4E9955 50%,#3A8541 50%,#3CB448 100%);background:linear-gradient(top,#48D655 0,#4E9955 50%,#3A8541 50%,#3CB448 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#48D655',endColorstr='#3A8541',GradientType=0)}#stacks_in_77_page0 .sweet_button.candy.clicked:active{background:#125D19;background:-webkit-linear-gradient(top,#3CB448 0,#3A8541 50%,#26712D 50%,#31923A 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#3CB448),color-stop(50%,#3A8541),color-stop(50%,#26712D),color-stop(100%,#31923A));background:-moz-linear-gradient(top,#3CB448 0,#3A8541 50%,#26712D 50%,#31923A 100%);background:-o-linear-gradient(top,#3CB448 0,#3A8541 50%,#26712D 50%,#31923A 100%);background:-ms-linear-gradient(top,#3CB448 0,#3A8541 50%,#26712D 50%,#31923A 100%);background:linear-gradient(top,#3CB448 0,#3A8541 50%,#26712D 50%,#31923A 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3CB448',endColorstr='#26712D',GradientType=0)}
#stacks_in_391_page0{text-align:justify}
/*Start Sliding Panel Left*/

#SPBlock_stacks_in_1042_page0 {	-moz-border-radius:0 10px 10px 0;	-webkit-border-top-right-radius: 10px;	-webkit-border-bottom-right-radius: 10px;
	border-radius: 0px 10px 10px 0px;	left:-2px;	margin-left:-150px;	overflow:hidden;	padding-right:2px;	position:absolute;	top:200px;	width:150px;	z-index:998;
	border-color: #EB7A1B;
	text-align:left; -moz-box-shadow:#333 -1px 2px 3px;	-webkit-box-shadow:#333 -1px 2px 3px;}

	.SPBlock2_stacks_in_1042_page0 {
	overflow: hidden;
	left: -2px;
	padding-right:2px;	-moz-border-radius:0 8px 8px 0;	-webkit-border-top-right-radius: 8px;	-webkit-border-bottom-right-radius: 8px;
	border-radius: 0px 8px 8px 0px;
}

.SPBlock3_stacks_in_1042_page0 {
	overflow: hidden;
	padding-right:2px;
	margin-right: -2px;	-moz-border-radius:0 8px 8px 0;	-webkit-border-top-right-radius: 8px;	-webkit-border-bottom-right-radius: 8px;
	border-radius: 0px 8px 8px 0px;
}
	
#SPbutton_stacks_in_1042_page0 {
	letter-spacing: 0px;
	display: block;
	-moz-border-radius:0 0 8px 8px;	-webkit-border-bottom-left-radius:8px;	-webkit-border-bottom-right-radius:8px; 
	background-color:#999999;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6E6E6', endColorstr='#999999');
	background: -webkit-gradient(linear, left top, left bottom, from(#E6E6E6), to(#999999));
	background: -moz-linear-gradient(top, #E6E6E6, #999999);
	border-width: 0px 2px 2px 2px;	border-color:#EB7A1B;
	border-style:solid;
	padding: 5px 10px 4px 10px;
	cursor:pointer;	margin: 0px;	/*left:-17px;*/	position:absolute;	top:250px;	z-index:999;
	-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg);	
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-o-transform: rotate(-90deg); -moz-box-shadow:#333 -1px 2px 3px;	-webkit-box-shadow:#333 -1px 2px 3px;
}
@media print {
	#SPbutton_stacks_in_1042_page0 {display: none;}
	}
/*End Sliding Panel Left*/



#stacks_in_1045_page0 {
	margin:  10px;
}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.0.0
 * Simple Divider is a Free Stack for RapidWeaver allowing easy drag-and-drop of a simple divider with minimal customization options.
 */

#simpleDivider_stacks_in_508_page0 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_508_page0 .theDivider1, #simpleDivider_stacks_in_508_page0 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_508_page0 .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_508_page0 .theDivider2 {
	height: 8px;
	background-color: #E0E0E0;
}
.stacks_column_left {
	float:left;
}

.stacks_column_right {
	float:right;
}

.stacks_column_5 {
	width:20%;
	margin: 0 0%;
}

.stacks_column_center {
	margin:0 40%;
}
#stacks_in_186_page0 .stacks_left {
	float:left;
	width:50%;
}

#stacks_in_186_page0 .stacks_right {
	float:right;
	width:50%;
}
#stacks_in_196_page0 .stacks_left {
	float:left;
	width:49%;
}

#stacks_in_196_page0 .stacks_right {
	float:right;
	width:49%;
}#wrapper_stacks_in_11672_page0{ position:fixed;bottom:-5000px;left:0; width:100%;height:auto;background:#262626; opacity:1;-ms-filter:alpha(opacity=100);filter:alpha(opacity=100);-khtml-opacity:1;-moz-opacity:1; z-index:8888;-moz-box-shadow:0 1px 15px #000;-webkit-box-shadow:0 1px 15px #000;box-shadow:0 1px 15px #000}#wrapper_stacks_in_11672_page0:hover{background:#469C43; opacity:1;-ms-filter:alpha(opacity=100);filter:alpha(opacity=100);-khtml-opacity:1;-moz-opacity:1;}#content_stacks_in_11672_page0{position:relative;color:#FFFFFF;font-size:14px;height:auto;width:90%;padding:5px;margin:0 auto;}#close_stacks_in_11672_page0{position:absolute;top:0;left:0;cursor:pointer;z-index:8999}
/*
-------------------------------------------
Stack: Blueball FreeStack Responsive Max Width Stack
Style Sheet: fsrmaxwidth.css
Created: 23, October 2012
Last Modified: 10, November, 2014
Author: Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_11674_page0 {
	max-width: 960px;
	min-width: 320px;
	margin: 0px auto !important;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_11674_page0 {
	max-width: 100% !important;
	min-width: 50% !important;
}

}
/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive 2 Column Stack' 
Style Sheet: fsr2columns.css Style Sheet
Created: 29, December 2012
Last Modified: 05, November, 2014
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2013-2014 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_11678_page0 #fsr_colwrap_stacks_in_11678_page0 {
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#stacks_in_11678_page0 #fsr_colwrap_stacks_in_11678_page0 #fsr_leftcol_stacks_in_11678_page0 {
	float: left;
	display: block;
	width: 73%;
	height: auto;
	margin: 0;
}

#stacks_in_11678_page0 #fsr_colwrap_stacks_in_11678_page0 #fsr_leftcol_stacks_in_11678_page0 .leftcolpad_stacks_in_11678_page0 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_11678_page0 #fsr_colwrap_stacks_in_11678_page0 #fsr_rightcol_stacks_in_11678_page0 {
	float: right;
	display: block;
	width: 27%;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_11678_page0 #fsr_colwrap_stacks_in_11678_page0 #fsr_rightcol_stacks_in_11678_page0 .rightcolpad_stacks_in_11678_page0 {
	padding: 0px 0px 0px 0px;
}

/************************************************************************************
MOBILE
*************************************************************************************/

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

#stacks_in_11678_page0 #fsr_colwrap_stacks_in_11678_page0 #fsr_leftcol_stacks_in_11678_page0 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_11678_page0 #fsr_colwrap_stacks_in_11678_page0 #fsr_leftcol_stacks_in_11678_page0 .leftcolpad_stacks_in_11678_page0 {
	padding: 0px 0px 0px 0px;
}

#stacks_in_11678_page0 #fsr_colwrap_stacks_in_11678_page0 #fsr_rightcol_stacks_in_11678_page0 {
	display: block;
	float: left;
	width: 100% !important;
	height: auto;
	margin: 0;
	padding: 0;
}

#stacks_in_11678_page0 #fsr_colwrap_stacks_in_11678_page0 #fsr_rightcol_stacks_in_11678_page0 .rightcolpad_stacks_in_11678_page0 {
	padding: 0px 0px 0px 0px;
}

}/*Begin Align Stack by Pressure Designs*/
#stacks_in_11680_page0align{
	
	
	
	text-align: right;
	
	float: right;
	
	
	
	
}
/*End Align Stack by Pressure Designs*/
#stacks_in_11682_page0 {
	padding:  10px;
}
/* SmoothButtonThing by RapidWeaver Central  */
/* Based on a snippet by Joshua Hibbert at http://joshnh.com */

#smoothbuttonthingstacks_in_11687_page0 {
	margin: 0 auto;
	text-align: left;
}

#stacks_in_11687_page0 .smoothbuttonthing {
	color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
	font-size: 14px;
	text-transform: none;;
	text-shadow:none; 
	letter-spacing:0px;;
	font-weight:normal;;
    line-height: 1.5;
    padding: .5em 12px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 1px 1px hsla(0,0%,100%,.25);
    vertical-align: middle;
	background-color: #E6A535;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #F4D316, #E6A535);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F4D316), color-stop(100%, #E6A535));
	background-image: -webkit-linear-gradient(top, #F4D316, #E6A535);
	background-image: linear-gradient(top, #F4D316, #E6A535);
    border: none;
    -webkit-box-shadow: inset 0 0 0 1px hsla(0,0%,0%,.2),inset 0 2px 0 hsla(0,0%,100%,.1),inset 0 1.2em 0 hsla(0,0%,100%,0.1),inset 0 -.2em 0 hsla(0,0%,100%,.1),inset 0 -.25em 0 hsla(0,0%,0%,.25), 0 .25em .25em hsla(0,0%,0%,.05);
       -moz-box-shadow: inset 0 0 0 1px hsla(0,0%,0%,.2),inset 0 2px 0 hsla(0,0%,100%,.1),inset 0 1.2em 0 hsla(0,0%,100%,0.1),inset 0 -.2em 0 hsla(0,0%,100%,.1),inset 0 -.25em 0 hsla(0,0%,0%,.25), 0 .25em .25em hsla(0,0%,0%,.05);
    		box-shadow: inset 0 0 0 1px hsla(0,0%,0%,.2),inset 0 2px 0 hsla(0,0%,100%,.1),inset 0 1.2em 0 hsla(0,0%,100%,0.1),inset 0 -.2em 0 hsla(0,0%,100%,.1),inset 0 -.25em 0 hsla(0,0%,0%,.25), 0 .25em .25em hsla(0,0%,0%,.05); 
  	-webkit-user-select: none;
	   -moz-user-select: none;
			user-select: none;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}

#stacks_in_11687_page0 .smoothbuttonthing:hover {
    outline: none;
}

#stacks_in_11687_page0 .smoothbuttonthing:hover,
#stacks_in_11687_page0 .smoothbuttonthing:focus {
    -webkit-box-shadow: inset 0 0 0 1px hsla(0,0%,0%,.2),inset 0 2px 0 hsla(0,0%,100%,.1),inset 0 1.2em 0 hsla(0,0%,100%,.1),inset 0 -.2em 0 hsla(0,0%,100%,.1),inset 0 -.25em 0 hsla(0,0%,0%,.25),inset 0 0 0 3em hsla(0,0%,100%,.2),0 .25em .25em hsla(0,0%,0%,.05);
       -moz-box-shadow: inset 0 0 0 1px hsla(0,0%,0%,.2),inset 0 2px 0 hsla(0,0%,100%,.1),inset 0 1.2em 0 hsla(0,0%,100%,.1),inset 0 -.2em 0 hsla(0,0%,100%,.1),inset 0 -.25em 0 hsla(0,0%,0%,.25),inset 0 0 0 3em hsla(0,0%,100%,.2),0 .25em .25em hsla(0,0%,0%,.05);
			box-shadow: inset 0 0 0 1px hsla(0,0%,0%,.2),inset 0 2px 0 hsla(0,0%,100%,.1),inset 0 1.2em 0 hsla(0,0%,100%,.1),inset 0 -.2em 0 hsla(0,0%,100%,.1),inset 0 -.25em 0 hsla(0,0%,0%,.25),inset 0 0 0 3em hsla(0,0%,100%,.2),0 .25em .25em hsla(0,0%,0%,.05);
}

#stacks_in_11687_page0 .smoothbuttonthing:active {
   	margin-top: .25em;
    outline: none;
    padding-bottom: .5em;
    -webkit-box-shadow: inset 0 0 0 1px hsla(0,0%,0%,.2),inset 0 2px 0 hsla(0,0%,100%,.1),inset 0 1.2em 0 hsla(0,0%,100%,.1),inset 0 0 0 3em hsla(0,0%,100%,.2),inset 0 .25em .5em hsla(0,0%,0%,.05),0 -1px 1px hsla(0,0%,0%,.1),0 1px 1px hsla(0,0%,100%,.25);
       -moz-box-shadow: inset 0 0 0 1px hsla(0,0%,0%,.2),inset 0 2px 0 hsla(0,0%,100%,.1),inset 0 1.2em 0 hsla(0,0%,100%,.1),inset 0 0 0 3em hsla(0,0%,100%,.2),inset 0 .25em .5em hsla(0,0%,0%,.05),0 -1px 1px hsla(0,0%,0%,.1),0 1px 1px hsla(0,0%,100%,.25);
    	    box-shadow: inset 0 0 0 1px hsla(0,0%,0%,.2),inset 0 2px 0 hsla(0,0%,100%,.1),inset 0 1.2em 0 hsla(0,0%,100%,.1),inset 0 0 0 3em hsla(0,0%,100%,.2),inset 0 .25em .5em hsla(0,0%,0%,.05),0 -1px 1px hsla(0,0%,0%,.1),0 1px 1px hsla(0,0%,100%,.25);
}
#stacks_in_11687_page0 {
	padding:  10px;
}
