
/*****************************
	-- IMAGE SLIDER --
*****************************/
.slider{
	height:480px;
	background:#201b22;
	position:relative;
	overflow:hidden;
	width:100%;
}
.slider .eps{
	margin: 0 auto;
}
.slider img{
	width:100%;
	opacity:0.4;
	position:absolute;

	left:0;
	z-index:5;
}
.da-slide .da-img{
	background-repeat: no-repeat !important;
	background-size: cover !important;
	width: 100% !important;
}

.da-slide h2{
	font-weight:normal !important;
}

.slider .gradient{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	opacity:0.5;
	z-index:10;

	background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 32%, rgba(0,0,0,1) 99%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0)), color-stop(32%,rgba(0,0,0,0)), color-stop(99%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 32%,rgba(0,0,0,1) 99%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 32%,rgba(0,0,0,1) 99%,rgba(0,0,0,1) 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 32%,rgba(0,0,0,1) 99%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: radial-gradient(ellipse at center, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 32%,rgba(0,0,0,1) 99%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

/*SLIDER INFO*/
.slider .wrapper{
	position:relative;
	z-index:20;
	color:#fff;
	text-shadow:rgba(0,0,0,0.2) 2px 2px 0px;
	margin-top:60px;
}

.slider .wrapper h2{
	position:relative;
	z-index:20;
	color:#fff;
	font-family: 'Anton', sans-serif;
	text-transform:uppercase;
	font-size:60px !important;
	margin-bottom:25px;
}

.slider .wrapper span.slide-excerpt{
	margin-bottom:25px;
	font-size:24px;
	display:block;
	line-height:1.3;
}




/*SLIDER WORDPRESS PLUGIN */
.da-slide-heading-content h2{
	font-family:'Anton', sans-serif !important;
	color:#fff;
	font-size:60px !important;
	text-transform:uppercase !important;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.2) !important;
}

div.da-slide-content{
	font-family: 'Open Sans', sans-serif !important;
	margin-top:20px !important;
	color:#fff;
	font-size:24px !important;
}
.da-slide .da-link{
	top:50% !important;
	border-radius:0 !important;
	border:none !important;
	font-family:'Anton', sans-serif !important;
	text-transform:uppercase !important;
	font-size:18px !important;
	padding:6px 12px !important;
	background:#ec9232;
}

.da-slide-current .da-link{
	top: 10% !important;
}
.da-slide .da-link:hover{
	opacity:1 !important;
	background:#d36d13;
}

/*img*/
.da-slide-current .da-img{

}



/*arrows*/
.da-arrows span{
	height: 60px !important;
	width: 40px !important;
	background:#fff !important;
	margin-top:-30px !important;
	border-radius:0 !important;
	background:#fff !important;
	box-shadow:none !important;
}

.da-arrows span:after{
	top:19px !important;
	left:9px !important;
	border-radius:0 !important;
	box-shadow:none !important;
}



/*SECONDARY PAGE*/
.slider.banner{
	height:200px;
}

.slider.banner img{
	width:100%;
	height:auto;
}

.footer .entry-single-nav{
	margin: 15px 0;
}








.da-slider{
	width: 100%;
	/*min-width: 520px;*/
	/*height: 400px;*/
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	/*background: transparent url(../images/waves.gif) repeat 0% 0%;*/
	/*border-top: 8px solid #efc34a;*/
	/*border-bottom: 8px solid #efc34a;*/
	-webkit-transition: background-position 1.4s ease 0.3s;
	-moz-transition: background-position 1.4s ease 0.3s;
	-o-transition: background-position 1.4s ease 0.3s;
	-ms-transition: background-position 1.4s ease 0.3s;
	transition: background-position 1.4s ease 0.3s;
}

.da-slider-fb .da-slide h2,
.da-slider-fb .da-slide div.da-slide-content,
.da-slider-fb .da-slide .da-link{
	left: 20%;
	opacity: 1;
}
.da-slide-current div.da-slide-content,
.da-slide-current h2,
.da-slide div.da-slide-content,
.da-slide h2{
	position: relative;

}
.da-slide div.da-slide-content,
.da-slide h2,
.da-slide-current div.da-slide-content,
.da-slide-current h2{
	white-space: normal;
	width: 70%;
	max-width: 1164px;
	height: auto;
	overflow: visible;
	margin: 20px 0 0;
}
.da-slide div.da-slide-content,
.da-slide-current div.da-slide-content{
	width: 55%;
}
@media all and (max-width: 900px) {
	.da-slide div.da-slide-content,
	.da-slide-current div.da-slide-content{
		width: 75%;
	}
	.da-arrows span{
		display: none;
	}
	.da-slide-heading-content h2{
		font-size: 34px !important;
	}
	.da-slide div.da-slide-content{
		font-size: 18px !important;
		line-height: 20px !important;
	}
	.da-slider{
		height: 280px !important;
	}
	.slider{
		height: 280px !important;
	}
}
@media all and (max-width: 768px) {
	.da-slide-heading-content h2{
		font-size: 20px !important;
	}
	.da-slide div.da-slide-content{
		font-size: 16px !important;
		line-height: 18px !important;
	}
	.da-slider{
		height: 250px !important;
	}
	.slider{
		height: 250px !important;
	}
}
@media all and (max-width: 580px) {
	.da-slider{
		height: 200px !important;
	}
	.slider{
		height: 200px !important;
	}
}
@media all and (max-width: 480px) {
	.da-slide div.da-slide-content{
		display: none;
	}
	.da-slider{
		height: 150px !important;
	}
	.slider{
		height: 150px !important;
	}
	.da-slide h2,
	.da-slide-current h2{
		margin: 20px 0 20px;
	}
}
.da-slide div.da-slide-content,
.da-slide-current div.da-slide-content{
	margin: 20px 0px;
	padding-top: 100px;
}
.da-slide-current h2,
.da-slide-current div.da-slide-content,
.da-slide-current .da-link{
	position: relative;
	left: 15%;
	opacity: 1;
}
.da-slide-current .da-img,
.da-slide .da-img{
	position: absolute;
	top: 0;
	background-position: center !important;
}
/* Animation classes and animations */

/* Slide in from the right*/
/*.da-slide-fromright h2{*/
	/*-webkit-animation: fromRightAnim1 0.6s ease 0.8s both;*/
	/*-moz-animation: fromRightAnim1 0.6s ease 0.8s both;*/
	/*-o-animation: fromRightAnim1 0.6s ease 0.8s both;*/
	/*-ms-animation: fromRightAnim1 0.6s ease 0.8s both;*/
	/*animation: fromRightAnim1 0.6s ease 0.8s both;*/
/*}*/
/*.da-slide-fromright div.da-slide-content{*/
	/*-webkit-animation: fromRightAnim2 0.6s ease 0.8s both;*/
	/*-moz-animation: fromRightAnim2 0.6s ease 0.8s both;*/
	/*-o-animation: fromRightAnim2 0.6s ease 0.8s both;*/
	/*-ms-animation: fromRightAnim2 0.6s ease 0.8s both;*/
	/*animation: fromRightAnim2 0.6s ease 0.8s both;*/
/*}*/
/*.da-slide-fromright .da-link{*/
	/*-webkit-animation: fromRightAnim3 0.4s ease 1.2s both;*/
	/*-moz-animation: fromRightAnim3 0.4s ease 1.2s both;*/
	/*-o-animation: fromRightAnim3 0.4s ease 1.2s both;*/
	/*-ms-animation: fromRightAnim3 0.4s ease 1.2s both;*/
	/*animation: fromRightAnim3 0.4s ease 1.2s both;*/
/*}*/
/*.da-slide-fromright .da-img{*/
	/*-webkit-animation: fromRightAnim4 0.6s ease 0.8s both;*/
	/*-moz-animation: fromRightAnim4 0.6s ease 0.8s both;*/
	/*-o-animation: fromRightAnim4 0.6s ease 0.8s both;*/
	/*-ms-animation: fromRightAnim4 0.6s ease 0.8s both;*/
	/*animation: fromRightAnim4 0.6s ease 0.8s both;*/
/*}*/
@-webkit-keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 20%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 20%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 20%; opacity: 0; }
	100%{ left: 20%; opacity: 1; }
}

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

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

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

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

/****** Slide in from the left  *********/
/*.da-slide-fromleft h2{*/
	/*-webkit-animation: fromLeftAnim1 0.6s ease 0.6s both;*/
	/*-moz-animation: fromLeftAnim1 0.6s ease 0.6s both;*/
	/*-o-animation: fromLeftAnim1 0.6s ease 0.6s both;*/
	/*-ms-animation: fromLeftAnim1 0.6s ease 0.6s both;*/
	/*animation: fromLeftAnim1 0.6s ease 0.6s both;*/
/*}*/
/*.da-slide-fromleft div.da-slide-content{*/
	/*-webkit-animation: fromLeftAnim2 0.6s ease 0.6s both;*/
	/*-moz-animation: fromLeftAnim2 0.6s ease 0.6s both;*/
	/*-o-animation: fromLeftAnim2 0.6s ease 0.6s both;*/
	/*-ms-animation: fromLeftAnim2 0.6s ease 0.6s both;*/
	/*animation: fromLeftAnim2 0.6s ease 0.6s both;*/
/*}*/
/*.da-slide-fromleft .da-link{*/
	/*-webkit-animation: fromLeftAnim3 0.4s ease 1.2s both;*/
	/*-moz-animation: fromLeftAnim3 0.4s ease 1.2s both;*/
	/*-o-animation: fromLeftAnim3 0.4s ease 1.2s both;*/
	/*-ms-animation: fromLeftAnim3 0.4s ease 1.2s both;*/
	/*animation: fromLeftAnim3 0.4s ease 1.2s both;*/
/*}*/
/*.da-slide-fromleft .da-img{*/
	/*-webkit-animation: fromLeftAnim4 0.6s ease 0.6s both;*/
	/*-moz-animation: fromLeftAnim4 0.6s ease 0.6s both;*/
	/*-o-animation: fromLeftAnim4 0.6s ease 0.6s both;*/
	/*-ms-animation: fromLeftAnim4 0.6s ease 0.6s both;*/
	/*animation: fromLeftAnim4 0.6s ease 0.6s both;*/
/*}*/
@-webkit-keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 20%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 20%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 20%; opacity: 0; }
	100%{ left: 20%; opacity: 1; }
}

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

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


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


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

/* Slide out to the right */
/*.da-slide-toright h2{*/
	/*-webkit-animation: toRightAnim1 0.6s ease 0.6s both;*/
	/*-moz-animation: toRightAnim1 0.6s ease 0.6s both;*/
	/*-o-animation: toRightAnim1 0.6s ease 0.6s both;*/
	/*-ms-animation: toRightAnim1 0.6s ease 0.6s both;*/
	/*animation: toRightAnim1 0.6s ease 0.6s both;*/
/*}*/
/*.da-slide-toright div.da-slide-content{*/
	/*-webkit-animation: toRightAnim2 0.6s ease 0.3s both;*/
	/*-moz-animation: toRightAnim2 0.6s ease 0.3s both;*/
	/*-o-animation: toRightAnim2 0.6s ease 0.3s both;*/
	/*-ms-animation: toRightAnim2 0.6s ease 0.3s both;*/
	/*animation: toRightAnim2 0.6s ease 0.3s both;*/
/*}*/
/*.da-slide-toright .da-link{*/
	/*-webkit-animation: toRightAnim3 0.4s ease both;*/
	/*-moz-animation: toRightAnim3 0.4s ease both;*/
	/*-o-animation: toRightAnim3 0.4s ease both;*/
	/*-ms-animation: toRightAnim3 0.4s ease both;*/
	/*animation: toRightAnim3 0.4s ease both;*/
/*}*/
/*.da-slide-toright .da-img{*/
	/*-webkit-animation: toRightAnim4 0.6s ease both;*/
	/*-moz-animation: toRightAnim4 0.6s ease both;*/
	/*-o-animation: toRightAnim4 0.6s ease both;*/
	/*-ms-animation: toRightAnim4 0.6s ease both;*/
	/*animation: toRightAnim4 0.6s ease both;*/
/*}*/
@-webkit-keyframes toRightAnim1{
	0%{ left: 20%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim2{
	0%{ left: 20%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim3{
	0%{ left: 20%;  opacity: 1; }
	99%{ left: 20%; 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: 20%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim2{
	0%{ left: 20%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim3{
	0%{ left: 20%;  opacity: 1; }
	99%{ left: 20%; 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: 20%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim2{
	0%{ left: 20%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim3{
	0%{ left: 20%;  opacity: 1; }
	99%{ left: 20%; 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: 20%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim2{
	0%{ left: 20%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim3{
	0%{ left: 20%;  opacity: 1; }
	99%{ left: 20%; 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: 20%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim2{
	0%{ left: 20%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim3{
	0%{ left: 20%;  opacity: 1; }
	99%{ left: 20%; 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*/
/*.da-slide-toleft h2{
	-webkit-animation: toLeftAnim1 0.6s ease both;
	-moz-animation: toLeftAnim1 0.6s ease both;
	-o-animation: toLeftAnim1 0.6s ease both;
	-ms-animation: toLeftAnim1 0.6s ease both;
	animation: toLeftAnim1 0.6s ease both;
}*/
/*.da-slide-toleft div.da-slide-content{
	-webkit-animation: toLeftAnim2 0.6s ease 0.3s both;
	-moz-animation: toLeftAnim2 0.6s ease 0.3s both;
	-o-animation: toLeftAnim2 0.6s ease 0.3s both;
	-ms-animation: toLeftAnim2 0.6s ease 0.3s both;
	animation: toLeftAnim2 0.6s ease 0.3s both;
}*/
/*.da-slide-toleft .da-link{*/
	/*-webkit-animation: toLeftAnim3 0.4s ease both;*/
	/*-moz-animation: toLeftAnim3 0.4s ease both;*/
	/*-o-animation: toLeftAnim3 0.4s ease both;*/
	/*-ms-animation: toLeftAnim3 0.4s ease both;*/
	/*animation: toLeftAnim3 0.4s ease both;*/
/*}*/
/*.da-slide-toleft .da-img{*/
	/*-webkit-animation: toLeftAnim4 0.6s ease 0.6s both;*/
	/*-moz-animation: toLeftAnim4 0.6s ease 0.6s both;*/
	/*-o-animation: toLeftAnim4 0.6s ease 0.6s both;*/
	/*-ms-animation: toLeftAnim4 0.6s ease 0.6s both;*/
	/*animation: toLeftAnim4 0.6s ease 0.6s both;*/
/*}*/
@-webkit-keyframes toLeftAnim1{
	0%{ left: 20%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim2{
	0%{ left: 20%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim3{
	0%{ left: 20%;  opacity: 1; }
	99%{ left: 20%; 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: 20%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim2{
	0%{ left: 20%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim3{
	0%{ left: 20%;  opacity: 1; }
	99%{ left: 20%; 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: 20%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim2{
	0%{ left: 20%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim3{
	0%{ left: 20%;  opacity: 1; }
	99%{ left: 20%; 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: 20%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim2{
	0%{ left: 20%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim3{
	0%{ left: 20%;  opacity: 1; }
	99%{ left: 20%; 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: 20%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim2{
	0%{ left: 20%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim3{
	0%{ left: 20%;  opacity: 1; }
	99%{ left: 20%; 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; }*/
/*}*/
