
.da-slider{
	width: 100%;
	height: 300px;
	position: relative;
	margin: 10px auto;
   margin-bottom:20px;
	overflow: hidden;
	background: transparent url("../assets/Images/header-back.png") repeat 0% 0%;
   border: 1px solid #eee;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.2), 0px -2px 1px #fff;
	-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;
}
.da-slide{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	right: 0px;
	font-family: "Oswald",Arial,Helvetica,sans-serif;
	text-align: right;
}
.da-slide-current{
	z-index: 1000;
}
.da-slider-fb .da-slide{
	right: 100%;
}
.da-slider-fb  .da-slide.da-slide-current{
	right: 0px;
}
.da-slide h2,
.da-slide p,
.da-slide .da-link,
.da-slide .da-img{
	position: absolute;
	opacity: 0;
	right: 110%;
}
.da-slider-fb .da-slide h2,
.da-slider-fb .da-slide p,
.da-slider-fb .da-slide .da-link{
	right: 10%;
	opacity: 1;
}
.da-slider-fb .da-slide .da-img{
	right: 60%;
	opacity: 1;
}
.da-slide h2{
	color: #777;
	font-size: 46px;
	width: 50%;
	top: 40px;
	white-space: nowrap;
	font-family: "PT Sans", Arial, Helvetica, sans-serif;
	font-weight: 700;
}
.da-slide p{
	width: 45%;
	top: 105px;
	color: #888;
	font-size: 15px;
	line-height: 26px;
	height: 80px;
	overflow: hidden;
	font-family: "PT Sans", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-style: italic;
}
.da-slide .da-img{
	text-align: center;
	width: 30%;
	top: 0px;
	height: 230px;
	line-height: 320px;
	right: 110%; /*60%*/
}
.da-slide .da-link{
	top: 200px; /*depends on p height*/
	border-radius: 30px;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	padding:3px 15px 3px;
	font-size: 15px;
	line-height: 30px;
	width: 70px;
	text-align: center;
}
.da-slide .da-link:hover{
	background: #777;
   text-decoration:none;
}
.da-dots{
	width: 100%;
	position: absolute;
	text-align: center;
	right: 0px;
	bottom: 20px;
	z-index: 2000;
	-moz-user-select: none;
	-webkit-user-select: none;
}
.da-dots span{
	display: inline-block;
	position: relative;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #ddd;
	margin: 3px;
	cursor: pointer;
	box-shadow: 
		1px 1px 1px rgba(0,0,0,0.1) inset, 
		1px 1px 1px rgba(255,255,255,0.1);
}
.da-dots span.da-dots-current:after{
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	top: 2px;
	right: 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, right top, right 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 );
}
.da-arrows{
	-moz-user-select: none;
	-webkit-user-select: none;
}
.da-arrows span{
	position: absolute;
	top: 50%;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	background: #ddd;
	cursor: pointer;
	z-index: 2000;
	opacity: 0;
	box-shadow: 
		1px 1px 1px rgba(0,0,0,0.1) inset, 
		1px 1px 1px rgba(255,255,255,0.1);
	-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;
}
.da-slider:hover .da-arrows span{
	opacity: 1;
}
.da-arrows span:after{
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	top: 5px;
	left: 5px;
	background: transparent url("../assets/Images/parallax/arrows.png") no-repeat top right;
	border-radius: 50%;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}
.da-arrows span:hover:after{
	box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
}
.da-arrows span:active:after{
	box-shadow: 1px 1px 1px rgba(255,255,255,0.1);
}
.da-arrows span.da-arrows-next:after{
	background-position: top left;
}
.da-arrows span.da-arrows-prev{
	right: 15px;
}
.da-arrows span.da-arrows-next{
	left: 15px;
}

.da-slide-current h2,
.da-slide-current p,
.da-slide-current .da-link{
	right: 10%;
	opacity: 1;
}
.da-slide-current .da-img{
	right: 60%;
	opacity: 1;
}
/* Animation classes and animations */

/* Slide in from the left*/
.da-slide-fromleft h2{
	-webkit-animation: fromleftAnim1 0.6s ease-in 0.8s both;
	-moz-animation: fromleftAnim1 0.6s ease-in 0.8s both;
	-o-animation: fromleftAnim1 0.6s ease-in 0.8s both;
	-ms-animation: fromleftAnim1 0.6s ease-in 0.8s both;
	animation: fromleftAnim1 0.6s ease-in 0.8s both;
}
.da-slide-fromleft p{
	-webkit-animation: fromleftAnim2 0.6s ease-in 0.8s both;
	-moz-animation: fromleftAnim2 0.6s ease-in 0.8s both;
	-o-animation: fromleftAnim2 0.6s ease-in 0.8s both;
	-ms-animation: fromleftAnim2 0.6s ease-in 0.8s both;
	animation: fromleftAnim2 0.6s ease-in 0.8s both;
}
.da-slide-fromleft .da-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;
}
.da-slide-fromleft .da-img{
	-webkit-animation: fromleftAnim4 0.6s ease-in 0.8s both;
	-moz-animation: fromleftAnim4 0.6s ease-in 0.8s both;
	-o-animation: fromleftAnim4 0.6s ease-in 0.8s both;
	-ms-animation: fromleftAnim4 0.6s ease-in 0.8s both;
	animation: fromleftAnim4 0.6s ease-in 0.8s both;
}
@-webkit-keyframes fromleftAnim1{
	0%{ right: 110%; opacity: 0; }
	100%{ right: 10%; opacity: 1; }
}
@-webkit-keyframes fromleftAnim2{
	0%{ right: 110%; opacity: 0; }
	100%{ right: 10%; opacity: 1; }
}
@-webkit-keyframes fromleftAnim3{
	0%{ right: 110%; opacity: 0; }
	1%{ right: 10%; opacity: 0; }
	100%{ right: 10%; opacity: 1; }
}
@-webkit-keyframes fromleftAnim4{
	0%{ right: 110%; opacity: 0; }
	100%{ right: 60%; opacity: 1; }
}

@-moz-keyframes fromleftAnim1{
	0%{ right: 110%; opacity: 0; }
	100%{ right: 10%; opacity: 1; }
}
@-moz-keyframes fromleftAnim2{
	0%{ right: 110%; opacity: 0; }
	100%{ right: 10%; opacity: 1; }
}
@-moz-keyframes fromleftAnim3{
	0%{ right: 110%; opacity: 0; }
	1%{ right: 10%; opacity: 0; }
	100%{ right: 10%; opacity: 1; }
}
@-moz-keyframes fromleftAnim4{
	0%{ right: 110%; opacity: 0; }
	100%{ right: 60%; opacity: 1; }
}

@-o-keyframes fromleftAnim1{
	0%{ right: 110%; opacity: 0; }
	100%{ right: 10%; opacity: 1; }
}
@-o-keyframes fromleftAnim2{
	0%{ right: 110%; opacity: 0; }
	100%{ right: 10%; opacity: 1; }
}
@-o-keyframes fromleftAnim3{
	0%{ right: 110%; opacity: 0; }
	1%{ right: 10%; opacity: 0; }
	100%{ right: 10%; opacity: 1; }
}
@-o-keyframes fromleftAnim4{
	0%{ right: 110%; opacity: 0; }
	100%{ right: 60%; opacity: 1; }
}

@-ms-keyframes fromleftAnim1{
	0%{ right: 110%; opacity: 0; }
	100%{ right: 10%; opacity: 1; }
}
@-ms-keyframes fromleftAnim2{
	0%{ right: 110%; opacity: 0; }
	100%{ right: 10%; opacity: 1; }
}
@-ms-keyframes fromleftAnim3{
	0%{ right: 110%; opacity: 0; }
	1%{ right: 10%; opacity: 0; }
	100%{ right: 10%; opacity: 1; }
}
@-ms-keyframes fromleftAnim4{
	0%{ right: 110%; opacity: 0; }
	100%{ right: 60%; opacity: 1; }
}

@keyframes fromleftAnim1{
	0%{ right: 110%; opacity: 0; }
	100%{ right: 10%; opacity: 1; }
}
@keyframes fromleftAnim2{
	0%{ right: 110%; opacity: 0; }
	100%{ right: 10%; opacity: 1; }
}
@keyframes fromleftAnim3{
	0%{ right: 110%; opacity: 0; }
	1%{ right: 10%; opacity: 0; }
	100%{ right: 10%; opacity: 1; }
}
@keyframes fromleftAnim4{
	0%{ right: 110%; opacity: 0; }
	100%{ right: 60%; opacity: 1; }
}
/* Slide in from the right*/
.da-slide-fromright h2{
	-webkit-animation: fromrightAnim1 0.6s ease-in 0.6s both;
	-moz-animation: fromrightAnim1 0.6s ease-in 0.6s both;
	-o-animation: fromrightAnim1 0.6s ease-in 0.6s both;
	-ms-animation: fromrightAnim1 0.6s ease-in 0.6s both;
	animation: fromrightAnim1 0.6s ease-in 0.6s both;
}
.da-slide-fromright p{
	-webkit-animation: fromrightAnim2 0.6s ease-in 0.6s both;
	-moz-animation: fromrightAnim2 0.6s ease-in 0.6s both;
	-o-animation: fromrightAnim2 0.6s ease-in 0.6s both;
	-ms-animation: fromrightAnim2 0.6s ease-in 0.6s both;
	animation: fromrightAnim2 0.6s ease-in 0.6s both;
}
.da-slide-fromright .da-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;
}
.da-slide-fromright .da-img{
	-webkit-animation: fromrightAnim4 0.6s ease-in 0.6s both;
	-moz-animation: fromrightAnim4 0.6s ease-in 0.6s both;
	-o-animation: fromrightAnim4 0.6s ease-in 0.6s both;
	-ms-animation: fromrightAnim4 0.6s ease-in 0.6s both;
	animation: fromrightAnim4 0.6s ease-in 0.6s both;
}
@-webkit-keyframes fromrightAnim1{
	0%{ right: -110%; opacity: 0; }
	100%{ right: 10%; opacity: 1; }
}
@-webkit-keyframes fromrightAnim2{
	0%{ right: -110%; opacity: 0; }
	100%{ right: 10%; opacity: 1; }
}
@-webkit-keyframes fromrightAnim3{
	0%{ right: -110%; opacity: 0; }
	1%{ right: 10%; opacity: 0; }
	100%{ right: 10%; opacity: 1; }
}
@-webkit-keyframes fromrightAnim4{
	0%{ right: -110%; opacity: 0; }
	100%{ right: 60%; opacity: 1; }
}

@-moz-keyframes fromrightAnim1{
	0%{ right: -110%; opacity: 0; }
	100%{ right: 10%; opacity: 1; }
}
@-moz-keyframes fromrightAnim2{
	0%{ right: -110%; opacity: 0; }
	100%{ right: 10%; opacity: 1; }
}
@-moz-keyframes fromrightAnim3{
	0%{ right: -110%; opacity: 0; }
	1%{ right: 10%; opacity: 0; }
	100%{ right: 10%; opacity: 1; }
}
@-moz-keyframes fromrightAnim4{
	0%{ right: -110%; opacity: 0; }
	100%{ right: 60%; opacity: 1; }
}

@-o-keyframes fromrightAnim1{
	0%{ right: -110%; opacity: 0; }
	100%{ right: 10%; opacity: 1; }
}
@-o-keyframes fromrightAnim2{
	0%{ right: -110%; opacity: 0; }
	100%{ right: 10%; opacity: 1; }
}
@-o-keyframes fromrightAnim3{
	0%{ right: -110%; opacity: 0; }
	1%{ right: 10%; opacity: 0; }
	100%{ right: 10%; opacity: 1; }
}
@-o-keyframes fromrightAnim4{
	0%{ right: -110%; opacity: 0; }
	100%{ right: 60%; opacity: 1; }
}

@-ms-keyframes fromrightAnim1{
	0%{ right: -110%; opacity: 0; }
	100%{ right: 10%; opacity: 1; }
}
@-ms-keyframes fromrightAnim2{
	0%{ right: -110%; opacity: 0; }
	100%{ right: 10%; opacity: 1; }
}
@-ms-keyframes fromrightAnim3{
	0%{ right: -110%; opacity: 0; }
	1%{ right: 10%; opacity: 0; }
	100%{ right: 10%; opacity: 1; }
}
@-ms-keyframes fromrightAnim4{
	0%{ right: -110%; opacity: 0; }
	100%{ right: 60%; opacity: 1; }
}

@keyframes fromrightAnim1{
	0%{ right: -110%; opacity: 0; }
	100%{ right: 10%; opacity: 1; }
}
@keyframes fromrightAnim2{
	0%{ right: -110%; opacity: 0; }
	100%{ right: 10%; opacity: 1; }
}
@keyframes fromrightAnim3{
	0%{ right: -110%; opacity: 0; }
	1%{ right: 10%; opacity: 0; }
	100%{ right: 10%; opacity: 1; }
}
@keyframes fromrightAnim4{
	0%{ right: -110%; opacity: 0; }
	100%{ right: 60%; opacity: 1; }
}
/* Slide out to the left */
.da-slide-toleft h2{
	-webkit-animation: toleftAnim1 0.6s ease-in 0.6s both;
	-moz-animation: toleftAnim1 0.6s ease-in 0.6s both;
	-o-animation: toleftAnim1 0.6s ease-in 0.6s both;
	-ms-animation: toleftAnim1 0.6s ease-in 0.6s both;
	animation: toleftAnim1 0.6s ease-in 0.6s both;
}
.da-slide-toleft p{
	-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;
}
.da-slide-toleft .da-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;
}
.da-slide-toleft .da-img{
	-webkit-animation: toleftAnim4 0.6s ease-in both;
	-moz-animation: toleftAnim4 0.6s ease-in both;
	-o-animation: toleftAnim4 0.6s ease-in both;
	-ms-animation: toleftAnim4 0.6s ease-in both;
	animation: toleftAnim4 0.6s ease-in both;
}
@-webkit-keyframes toleftAnim1{
	0%{ right: 10%;  opacity: 1; }
	100%{ right: 100%; opacity: 0; }
}
@-webkit-keyframes toleftAnim2{
	0%{ right: 10%;  opacity: 1; }
	100%{ right: 100%; opacity: 0; }
}
@-webkit-keyframes toleftAnim3{
	0%{ right: 10%;  opacity: 1; }
	99%{ right: 10%; opacity: 0; }
	100%{ right: 100%; opacity: 0; }
}
@-webkit-keyframes toleftAnim4{
	0%{ right: 60%;  opacity: 1; }
	30%{ right: 55%;  opacity: 1; }
	100%{ right: 100%; opacity: 0; }
}

@-moz-keyframes toleftAnim1{
	0%{ right: 10%;  opacity: 1; }
	100%{ right: 100%; opacity: 0; }
}
@-moz-keyframes toleftAnim2{
	0%{ right: 10%;  opacity: 1; }
	100%{ right: 100%; opacity: 0; }
}
@-moz-keyframes toleftAnim3{
	0%{ right: 10%;  opacity: 1; }
	99%{ right: 10%; opacity: 0; }
	100%{ right: 100%; opacity: 0; }
}
@-moz-keyframes toleftAnim4{
	0%{ right: 60%;  opacity: 1; }
	30%{ right: 55%;  opacity: 1; }
	100%{ right: 100%; opacity: 0; }
}

@-o-keyframes toleftAnim1{
	0%{ right: 10%;  opacity: 1; }
	100%{ right: 100%; opacity: 0; }
}
@-o-keyframes toleftAnim2{
	0%{ right: 10%;  opacity: 1; }
	100%{ right: 100%; opacity: 0; }
}
@-o-keyframes toleftAnim3{
	0%{ right: 10%;  opacity: 1; }
	99%{ right: 10%; opacity: 0; }
	100%{ right: 100%; opacity: 0; }
}
@-o-keyframes toleftAnim4{
	0%{ right: 60%;  opacity: 1; }
	30%{ right: 55%;  opacity: 1; }
	100%{ right: 100%; opacity: 0; }
}

@-ms-keyframes toleftAnim1{
	0%{ right: 10%;  opacity: 1; }
	100%{ right: 100%; opacity: 0; }
}
@-ms-keyframes toleftAnim2{
	0%{ right: 10%;  opacity: 1; }
	100%{ right: 100%; opacity: 0; }
}
@-ms-keyframes toleftAnim3{
	0%{ right: 10%;  opacity: 1; }
	99%{ right: 10%; opacity: 0; }
	100%{ right: 100%; opacity: 0; }
}
@-ms-keyframes toleftAnim4{
	0%{ right: 60%;  opacity: 1; }
	30%{ right: 55%;  opacity: 1; }
	100%{ right: 100%; opacity: 0; }
}

@keyframes toleftAnim1{
	0%{ right: 10%;  opacity: 1; }
	100%{ right: 100%; opacity: 0; }
}
@keyframes toleftAnim2{
	0%{ right: 10%;  opacity: 1; }
	100%{ right: 100%; opacity: 0; }
}
@keyframes toleftAnim3{
	0%{ right: 10%;  opacity: 1; }
	99%{ right: 10%; opacity: 0; }
	100%{ right: 100%; opacity: 0; }
}
@keyframes toleftAnim4{
	0%{ right: 60%;  opacity: 1; }
	30%{ right: 55%;  opacity: 1; }
	100%{ right: 100%; opacity: 0; }
}
/* Slide out to the right*/
.da-slide-toright h2{
	-webkit-animation: torightAnim1 0.6s ease-in both;
	-moz-animation: torightAnim1 0.6s ease-in both;
	-o-animation: torightAnim1 0.6s ease-in both;
	-ms-animation: torightAnim1 0.6s ease-in both;
	animation: torightAnim1 0.6s ease-in both;
}
.da-slide-toright p{
	-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;
}
.da-slide-toright .da-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;
}
.da-slide-toright .da-img{
	-webkit-animation: torightAnim4 0.6s ease-in 0.6s both;
	-moz-animation: torightAnim4 0.6s ease-in 0.6s both;
	-o-animation: torightAnim4 0.6s ease-in 0.6s both;
	-ms-animation: torightAnim4 0.6s ease-in 0.6s both;
	animation: torightAnim4 0.6s ease-in 0.6s both;
}
@-webkit-keyframes torightAnim1{
	0%{ right: 10%;  opacity: 1; }
	30%{ right: 15%;  opacity: 1; }
	100%{ right: -50%; opacity: 0; }
}
@-webkit-keyframes torightAnim2{
	0%{ right: 10%;  opacity: 1; }
	30%{ right: 15%;  opacity: 1; }
	100%{ right: -50%; opacity: 0; }
}
@-webkit-keyframes torightAnim3{
	0%{ right: 10%;  opacity: 1; }
	99%{ right: 10%; opacity: 0; }
	100%{ right: -50%; opacity: 0; }
}
@-webkit-keyframes torightAnim4{
	0%{ right: 60%;  opacity: 1; }
	40%{ right: 70%;  opacity: 1; }
	90%{ right: 0%;  opacity: 0; }
	100%{ right: -50%; opacity: 0; }
}

@-moz-keyframes torightAnim1{
	0%{ right: 10%;  opacity: 1; }
	30%{ right: 15%;  opacity: 1; }
	100%{ right: -50%; opacity: 0; }
}
@-moz-keyframes torightAnim2{
	0%{ right: 10%;  opacity: 1; }
	30%{ right: 15%;  opacity: 1; }
	100%{ right: -50%; opacity: 0; }
}
@-moz-keyframes torightAnim3{
	0%{ right: 10%;  opacity: 1; }
	99%{ right: 10%; opacity: 0; }
	100%{ right: -50%; opacity: 0; }
}
@-moz-keyframes torightAnim4{
	0%{ right: 60%;  opacity: 1; }
	40%{ right: 70%;  opacity: 1; }
	90%{ right: 0%;  opacity: 0; }
	100%{ right: -50%; opacity: 0; }
}

@-o-keyframes torightAnim1{
	0%{ right: 10%;  opacity: 1; }
	30%{ right: 15%;  opacity: 1; }
	100%{ right: -50%; opacity: 0; }
}
@-o-keyframes torightAnim2{
	0%{ right: 10%;  opacity: 1; }
	30%{ right: 15%;  opacity: 1; }
	100%{ right: -50%; opacity: 0; }
}
@-o-keyframes torightAnim3{
	0%{ right: 10%;  opacity: 1; }
	99%{ right: 10%; opacity: 0; }
	100%{ right: -50%; opacity: 0; }
}
@-o-keyframes torightAnim4{
	0%{ right: 60%;  opacity: 1; }
	40%{ right: 70%;  opacity: 1; }
	90%{ right: 0%;  opacity: 0; }
	100%{ right: -50%; opacity: 0; }
}

@-ms-keyframes torightAnim1{
	0%{ right: 10%;  opacity: 1; }
	30%{ right: 15%;  opacity: 1; }
	100%{ right: -50%; opacity: 0; }
}
@-ms-keyframes torightAnim2{
	0%{ right: 10%;  opacity: 1; }
	30%{ right: 15%;  opacity: 1; }
	100%{ right: -50%; opacity: 0; }
}
@-ms-keyframes torightAnim3{
	0%{ right: 10%;  opacity: 1; }
	99%{ right: 10%; opacity: 0; }
	100%{ right: -50%; opacity: 0; }
}
@-ms-keyframes torightAnim4{
	0%{ right: 60%;  opacity: 1; }
	40%{ right: 70%;  opacity: 1; }
	90%{ right: 0%;  opacity: 0; }
	100%{ right: -50%; opacity: 0; }
}

@keyframes torightAnim1{
	0%{ right: 10%;  opacity: 1; }
	30%{ right: 15%;  opacity: 1; }
	100%{ right: -50%; opacity: 0; }
}
@keyframes torightAnim2{
	0%{ right: 10%;  opacity: 1; }
	30%{ right: 15%;  opacity: 1; }
	100%{ right: -50%; opacity: 0; }
}
@keyframes torightAnim3{
	0%{ right: 10%;  opacity: 1; }
	99%{ right: 10%; opacity: 0; }
	100%{ right: -50%; opacity: 0; }
}
@keyframes torightAnim4{
	0%{ right: 60%;  opacity: 1; }
	40%{ right: 70%;  opacity: 1; }
	90%{ right: 0%;  opacity: 0; }
	100%{ right: -50%; opacity: 0; }
}
