/* HERO/da-slideR Style */

.da-slider {
	width: 100%;
	min-width: 240px;
	height: 100%;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	background: transparent;
	-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;
	top: -999999px;
	width: 100%;
	height: 100%;
	left: 0px;
	margin: 90px auto 40px auto;
}
.da-slide-current {
	z-index: 1000;
	top: 0;
	height: auto;
	position: relative;
	float: left;
}
.s-hero {
	width: 100%;
	max-width: 1024px;
	height: 602px;
	margin: 0 auto;
	display: block;
	background-position: center;
}
.s-hero.s-txt {
	margin-top: 20px;
	height: 300px;
}
.s-hero-new{
	margin: 0 auto;
	width:980px;
	height:380px;
	display:block;
	
	background-position: center;
	background-repeat: no-repeat;
}

.s-hero, .s-hero-new{
	background-repeat:no-repeat;
}

.s-hero-new img{
	width:100%;
	height:auto;
}

.hero-info {
	text-align: center;
	margin: 20px 2% 32px 2%;
	width: 96%;
}
.hero-info span {
	display: inline;
}
.da-slide h1 {
	font-size: 300%;
	margin:0;
}
.da-slide h2 {
	font-size: 270%;
	z-index: 10;
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
}
.da-slide p {
	font-size: 180%;
}
.da-slide .hero-info-top h2 {
	font-size: 200%;
}
.da-slide .hero-info-top p {
	font-size: 110%;
	line-height: 120%;
}
.da-slide .hero {
	z-index: 10;
}
.da-slide .da-slide-img {
	text-align: center;
	width: 300px;
	height: 300px;
}
.da-slide .hero-img img {
	width: 100%;
	max-width:1280px;
	height: auto;
	display: block;
	float: none;
	margin: 2% auto 0 auto;
}
.da-slide .hero-full-img img {
	width: 100%;
	height: auto;
	margin-top: -20%;
}
.da-slider-fb .da-slide {
	left: -100%;
}
.da-slider-fb .da-slide.da-slide-current {
	left: 0px;
}
.da-slide h2, .da-slide .hero, .da-slide p, .da-slide .s-hero, .da-slide .s-hero-new,  .da-slide .da-slide-img {
	opacity: 0;
	left: 0%;
}
.da-slider-fb .da-slide h2, .da-slider-fb .da-slide .hero, .da-slider-fb .da-slide p, .da-slider-fb .da-slide .s-hero, .da-slider-fb .da-slide .s-hero-new {
	left: 0%;
	opacity: 1;
}
.da-slider-fb .da-slide .da-slide-img {
	left: 0%;
	opacity: 1;
}
.da-slide-current h2, .da-slide-current .hero, .da-slide-current p, .da-slide-current .s-hero , .da-slide-current .s-hero-new{
	left: 0%;
	opacity: 1;
}
.da-slide-current .da-slide-img {
	left: 0%;
	opacity: 1;
}
/* Nav */

.da-dots {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
	z-index: 2000;
	-moz-user-select: none;
	-webkit-user-select: none;
}
.da-dots span {
	display: inline-block;
	position: relative;
	width: 10px;
	height: 10px;
	margin: 0 10px 0 0;
	cursor: pointer;
}
.da-dots span, .da-dots span.da-dots-current:after {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
}
.da-dots span.da-dots-current:after {
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	top: 1px;
	left: 1px;
}
.da-arrows {
	-moz-user-select: none;
	-webkit-user-select: none;
	position: static;
}
.da-arrows span {
	position: absolute;
	top: 50%;
	height: 60px;
	width: 60px;
	cursor: pointer;
	z-index: 2000;
	opacity: 0.8;
	-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: 20px;
	left: 20px;
	background: transparent url(/assets/img/ui/arrows.png) no-repeat top left;
	-webkit-background-size: 40px 20px;
	-moz-background-size: 40px 20px;
	-o-background-size: 40px 20px;
	-khtml-background-size: 40px 20px;
	background-size: 40px 20px;
}
.da-arrows span.da-arrows-next:after {
	background-position: top left;
}
.da-arrows span.da-arrows-prev:after {
	background-position: top right;
}
.da-arrows span.da-arrows-prev {
	left: 3%;
}
.da-arrows span.da-arrows-next {
	right: 3%;
}
.da-arrows span.da-arrows-next, .da-arrows span.da-arrows-prev {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
}


/* Responsive */

@media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi),
only screen and (min-resolution: 144dppx) {

 .da-arrows span:after {
 background-image: url(/assets/img/ui/arrows@2x.png);
 -webkit-background-size: 40px auto;
 -moz-background-size: 40px auto;
 -o-background-size: 40px auto;
 -khtml-background-size: 40px auto;
 background-size: 40px auto;
}

.s-hero {
 -webkit-background-size: 100% auto;
 -moz-background-size: 100% auto;
 -o-background-size: 100% auto;
 -khtml-background-size: 100% auto;
 background-size: 100% auto;
}

.s-hero-new, .s-hero.s-txt {
 -webkit-background-size: auto 100%;
 -moz-background-size: auto 100%;
 -o-background-size: auto 100%;
 -khtml-background-size: auto 100%;
 background-size: auto 100%;
}

}
@media
only screen and (-webkit-min-device-pixel-ratio: 2.1),
only screen and (min--moz-device-pixel-ratio: 2.1),
only screen and (-o-min-device-pixel-ratio: 16/9),
only screen and (min-device-pixel-ratio: 2.1),
only screen and (min-resolution: 216dpi),
only screen and (min-resolution: 216dppx) {
 .da-arrows span:after {
 background-image: url(/assets/img/ui/arrows@3x.png);
 -webkit-background-size: 40px auto;
 -moz-background-size: 40px auto;
 -o-background-size: 40px auto;
 -khtml-background-size: 40px auto;
 background-size: 40px auto;
}
}
@media screen and (min-width:1280px){
.s-hero-new {
	width: 1280px;
	height: 496px;
}
.s-hero.s-txt{
	width: 1280px;
	height: 300px;
}
}
@media screen and (max-height:980px) {
.s-hero-new {
	width: 980px;
	height: 380px;
}
.s-hero.s-txt{
	width: 980px;
	height: 230px;
}
}

@media screen and (max-width: 1279px) {
.s-hero {
	width: 680px;
	height: 452px;
}
.s-hero-new {
	width: 980px;
	height: 380px;
}
.s-hero.s-txt{
	width: 980px;
	height: 230px;
}
.s-hero.s-txt {
	margin-top: 50px;
	width: 980px;
	height: 230px;
}
.da-slide .hero-img img {
	width: auto;
	height: 400px;
}
.da-slide .hero-full-img img {
	height: auto;
	width: 70%;
	margin-top: -11%;
}
.da-slide {
	margin: 70px auto 30px auto;
}
.da-slide h1 {
	font-size: 280%;
	line-height:140%;
}
.da-slide h2 {
	font-size: 240%;
	line-height: 130%;
}
.da-slide p {
	font-size: 130%;
	width: 100%;
	margin: 0;
}
}

@media screen and (max-height:768px) {
.s-hero-new {
	width: 640px;
	height: 248px;
}
.s-hero.s-txt{
	width: 640px;
	height: 150px;
}

}
@media screen and (max-width: 979px) {
.s-hero-new {
	width:640px;
	height: 248px;
}
.s-hero.s-txt{
	width: 640px;
	height: 150px;
}
}
@media screen and (max-width: 768px) {
.s-hero.s-txt{
	width: 768px;
	height: 150px;
}
.da-slide .hero-img img {
	width: 100%;
	height: auto;
}
.da-slide .hero-full-img img {
	height: auto;
	width: 90%;
	margin-top: -9%;
}
.da-slide {
	margin: 80px auto 40px auto;
}
.s-hero.s-txt {
	margin-top: 50px;
}
.da-slide p {
	font-size: 160%;
}
.hero-info {
	margin: 40px auto 30px auto;
}
}
@media screen and (max-width: 767px) {
.s-hero {
	width: 320px;
	height: 188px;
}
.s-hero-new {
	width: 320px;
	height: 124px;
}
.s-hero.s-txt {
	width: 320px;
	height: 75px;
}
.da-slide .hero-img img {
	max-width: 320px;
}
.s-hero.s-txt {
	width: 320px;
	margin-top: 20px;
	height: 75px;
	margin-left: auto;
}
.hero-info {
	margin: 10px auto;
}
.da-slide {
	margin: 20px auto 30px auto;
}
.da-slide h1 {
	font-size: 180%;
}
.da-slide h2 {
	font-size: 160%;
}
.da-slide p {
	font-size: 140%;
	width: 100%;
	margin: 0;
}
.da-arrows span {
	top: 100px;
}
} @media screen and (max-width: 319px) {
.s-hero {
	width: 100%;
	height: 188px;
}
.s-hero-new {
	width: 100%;
	height: 124px;
}
.s-hero.s-txt {
	width: auto;
	height: 75px;
}
.da-slide .hero-img img {
	max-width: 240px;
}
.s-hero.s-txt {
	width: auto;
	height: 75px;
}
}







/* Animation classes and animations */

/* da-slide in from the right*/
.da-slide-fromright h1, .da-slide-fromright h2, .da-slide-fromright .hero, .da-slide-fromleft img {
	-webkit-animation: fromRightAnim3 0.4s ease-in 0.2s both;
	-moz-animation: fromRightAnim3 0.4s ease-in 0.2s both;
	-o-animation: fromRightAnim3 0.4s ease-in 0.2s both;
	-ms-animation: fromRightAnim3 0.4s ease-in 0.2s both;
	animation: fromRightAnim3 0.4s ease-in 0.2s both;
}
.da-slide-fromright p {
	-webkit-animation: fromRightAnim3 0.9s ease-out 0.2s both;
	-moz-animation: fromRightAnim3 0.9s ease-out 0.2s both;
	-o-animation: fromRightAnim3 0.9s ease-out 0.2s both;
	-ms-animation: fromRightAnim3 0.9s ease-out 0.2s both;
	animation: fromRightAnim3 0.9s ease-out 0.2s both;
}
.da-slide-fromright .s-hero, .da-slide-fromright .s-hero-new{
	-webkit-animation: fromRightAnim3 0.9s ease-in 0.2s both;
	-moz-animation: fromRightAnim3 0.9s ease-in 0.2s both;
	-o-animation: fromRightAnim3 0.9s ease-in 0.2s both;
	-ms-animation: fromRightAnim3 0.9s ease-in 0.2s both;
	animation: fromRightAnim3 0.9s ease-in 0.2s both;
}
.da-slide-fromright .da-slide-img {
	-webkit-animation: fromRightAnim3 0.9s ease-in 0.2s both;
	-moz-animation: fromRightAnim3 0.9s ease-in 0.2s both;
	-o-animation: fromRightAnim3 0.9s ease-in 0.2s both;
	-ms-animation: fromRightAnim3 0.9s ease-in 0.2s both;
	animation: fromRightAnim3 0.9s ease-in 0.2s both;
}
@-webkit-keyframes fromRightAnim1 {
 0% {
left: 110%;
opacity: 0;
}
 100% {
left: 0%;
opacity: 1;
}
}
@-webkit-keyframes fromRightAnim2 {
 0% {
left: 110%;
opacity: 0;
}
 100% {
left: 0%;
opacity: 1;
}
}
@-webkit-keyframes fromRightAnim3 {
 0% {
left: 110%;
opacity: 0;
}
 1% {
left: 0%;
opacity: 0;
}
 100% {
left: 0%;
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: 0%;
opacity: 1;
}
}
@-moz-keyframes fromRightAnim2 {
 0% {
left: 110%;
opacity: 0;
}
 100% {
left: 0%;
opacity: 1;
}
}
@-moz-keyframes fromRightAnim3 {
 0% {
left: 110%;
opacity: 0;
}
 1% {
left: 0%;
opacity: 0;
}
 100% {
left: 0%;
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: 0%;
opacity: 1;
}
}
@-o-keyframes fromRightAnim2 {
 0% {
left: 110%;
opacity: 0;
}
 100% {
left: 0%;
opacity: 1;
}
}
@-o-keyframes fromRightAnim3 {
 0% {
left: 110%;
opacity: 0;
}
 1% {
left: 0%;
opacity: 0;
}
 100% {
left: 0%;
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: 0%;
opacity: 1;
}
}
@-ms-keyframes fromRightAnim2 {
 0% {
left: 110%;
opacity: 0;
}
 100% {
left: 0%;
opacity: 1;
}
}
@-ms-keyframes fromRightAnim3 {
 0% {
left: 110%;
opacity: 0;
}
 1% {
left: 0%;
opacity: 0;
}
 100% {
left: 0%;
opacity: 1;
}
}
@-ms-keyframes fromRightAnim4 {
 0% {
left: 110%;
opacity: 0;
}
 100% {
left: 60%;
opacity: 1;
}
}
 @keyframes fromRightAnim1 {
 0% {
left: 110%;
opacity: 0;
}
 100% {
left: 0%;
opacity: 1;
}
}
@keyframes fromRightAnim2 {
 0% {
left: 110%;
opacity: 0;
}
 100% {
left: 0%;
opacity: 1;
}
}
@keyframes fromRightAnim3 {
 0% {
left: 110%;
opacity: 0;
}
 1% {
left: 0%;
opacity: 0;
}
 100% {
left: 0%;
opacity: 1;
}
}
@keyframes fromRightAnim4 {
 0% {
left: 110%;
opacity: 0;
}
 100% {
left: 60%;
opacity: 1;
}
}
/* da-slide in from the left*/
.da-slide-fromleft h1, .da-slide-fromleft h2, .da-slide-fromleft .hero, .da-slide-fromright img {
	-webkit-animation: fromRightAnim3 0.9s ease-in 0.2s both;
	-moz-animation: fromRightAnim3 0.9s ease-in 0.2s both;
	-o-animation: fromRightAnim3 0.9s ease-in 0.2s both;
	-ms-animation: fromRightAnim3 0.9s ease-in 0.2s both;
	animation: fromRightAnim3 0.9s ease-in 0.2s both;
}
.da-slide-fromleft p {
	-webkit-animation: fromRightAnim3 0.9s ease-in 0.2s both;
	-moz-animation: fromRightAnim3 0.9s ease-in 0.2s both;
	-o-animation: fromRightAnim3 0.9s ease-in 0.2s both;
	-ms-animation: fromRightAnim3 0.9s ease-in 0.2s both;
	animation: fromRightAnim3 0.9s ease-in 0.2s both;
}
.da-slide-fromleft .s-hero, .da-slide-fromleft .s-hero-new {
	-webkit-animation: fromLeftAnim3 0.9s ease-in 0.2s both;
	-moz-animation: fromLeftAnim3 0.9s ease-in 0.2s both;
	-o-animation: fromLeftAnim3 0.9s ease-in 0.2s both;
	-ms-animation: fromLeftAnim3 0.9s ease-in 0.2s both;
	animation: fromLeftAnim3 0.9s ease-in 0.2s both;
}
.da-slide-fromleft .da-slide-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: 0%;
opacity: 1;
}
}
@-webkit-keyframes fromLeftAnim2 {
 0% {
left: -110%;
opacity: 0;
}
 100% {
left: 0%;
opacity: 1;
}
}
@-webkit-keyframes fromLeftAnim3 {
 0% {
left: -110%;
opacity: 0;
}
 1% {
left: 0%;
opacity: 0;
}
 100% {
left: 0%;
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: 0%;
opacity: 1;
}
}
@-moz-keyframes fromLeftAnim2 {
 0% {
left: -110%;
opacity: 0;
}
 100% {
left: 0%;
opacity: 1;
}
}
@-moz-keyframes fromLeftAnim3 {
 0% {
left: -110%;
opacity: 0;
}
 1% {
left: 0%;
opacity: 0;
}
 100% {
left: 0%;
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: 0%;
opacity: 1;
}
}
@-o-keyframes fromLeftAnim2 {
 0% {
left: -110%;
opacity: 0;
}
 100% {
left: 0%;
opacity: 1;
}
}
@-o-keyframes fromLeftAnim3 {
 0% {
left: -110%;
opacity: 0;
}
 1% {
left: 0%;
opacity: 0;
}
 100% {
left: 0%;
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: 0%;
opacity: 1;
}
}
@-ms-keyframes fromLeftAnim2 {
 0% {
left: -110%;
opacity: 0;
}
 100% {
left: 0%;
opacity: 1;
}
}
@-ms-keyframes fromLeftAnim3 {
 0% {
left: -110%;
opacity: 0;
}
 1% {
left: 0%;
opacity: 0;
}
 100% {
left: 0%;
opacity: 1;
}
}
@-ms-keyframes fromLeftAnim4 {
 0% {
left: -110%;
opacity: 0;
}
 100% {
left: 60%;
opacity: 1;
}
}
 @keyframes fromLeftAnim1 {
 0% {
left: -110%;
opacity: 0;
}
 100% {
left: 0%;
opacity: 1;
}
}
@keyframes fromLeftAnim2 {
 0% {
left: -110%;
opacity: 0;
}
 100% {
left: 0%;
opacity: 1;
}
}
@keyframes fromLeftAnim3 {
 0% {
left: -110%;
opacity: 0;
}
 1% {
left: 0%;
opacity: 0;
}
 100% {
left: 0%;
opacity: 1;
}
}
@keyframes fromLeftAnim4 {
 0% {
left: -110%;
opacity: 0;
}
 100% {
left: 60%;
opacity: 1;
}
}
/* da-slide out to the right */
.da-slide-toright h2, .da-slide-toleft .hero, .da-slide-toright img {
	-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;
}
.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 .s-hero, .da-slide-toright .s-hero-new {
	-webkit-animation: toRightAnim3 0.6s ease-in both;
	-moz-animation: toRightAnim3 0.6s ease-in both;
	-o-animation: toRightAnim3 0.6s ease-in both;
	-ms-animation: toRightAnim3 0.6s ease-in both;
	animation: toRightAnim3 0.6s ease-in both;
}
.da-slide-toright .da-slide-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: 0%;
opacity: 1;
}
 100% {
left: 100%;
opacity: 0;
}
}
@-webkit-keyframes toRightAnim2 {
 0% {
left: 0%;
opacity: 1;
}
 100% {
left: 100%;
opacity: 0;
}
}
@-webkit-keyframes toRightAnim3 {
 0% {
left: 0%;
opacity: 1;
}
 99% {
left: 0%;
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: 0%;
opacity: 1;
}
 100% {
left: 100%;
opacity: 0;
}
}
@-moz-keyframes toRightAnim2 {
 0% {
left: 0%;
opacity: 1;
}
 100% {
left: 100%;
opacity: 0;
}
}
@-moz-keyframes toRightAnim3 {
 0% {
left: 0%;
opacity: 1;
}
 99% {
left: 0%;
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: 0%;
opacity: 1;
}
 100% {
left: 100%;
opacity: 0;
}
}
@-o-keyframes toRightAnim2 {
 0% {
left: 0%;
opacity: 1;
}
 100% {
left: 100%;
opacity: 0;
}
}
@-o-keyframes toRightAnim3 {
 0% {
left: 0%;
opacity: 1;
}
 99% {
left: 0%;
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: 0%;
opacity: 1;
}
 100% {
left: 100%;
opacity: 0;
}
}
@-ms-keyframes toRightAnim2 {
 0% {
left: 0%;
opacity: 1;
}
 100% {
left: 100%;
opacity: 0;
}
}
@-ms-keyframes toRightAnim3 {
 0% {
left: 0%;
opacity: 1;
}
 99% {
left: 0%;
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: 0%;
opacity: 1;
}
 100% {
left: 100%;
opacity: 0;
}
}
@keyframes toRightAnim2 {
 0% {
left: 0%;
opacity: 1;
}
 100% {
left: 100%;
opacity: 0;
}
}
@keyframes toRightAnim3 {
 0% {
left: 0%;
opacity: 1;
}
 99% {
left: 0%;
opacity: 0;
}
 100% {
left: 100%;
opacity: 0;
}
}
@keyframes toRightAnim4 {
 0% {
left: 60%;
opacity: 1;
}
 30% {
left: 55%;
opacity: 1;
}
 100% {
left: 100%;
opacity: 0;
}
}
/* da-slide out to the left*/
.da-slide-toleft h1, .da-slide-toleft h2, .da-slide-toright .hero, .da-slide-toleft img {
	-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;
}
.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 .s-hero, .da-slide-toleft .s-hero-new {
	-webkit-animation: toLeftAnim3 0.9s ease-in both;
	-moz-animation: toLeftAnim3 0.9s ease-in both;
	-o-animation: toLeftAnim3 0.9s ease-in both;
	-ms-animation: toLeftAnim3 0.9s ease-in both;
	animation: toLeftAnim3 0.9s ease-in both;
}
.da-slide-toleft .da-slide-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: 0%;
opacity: 1;
}
 30% {
left: 15%;
opacity: 1;
}
 100% {
left: -50%;
opacity: 0;
}
}
@-webkit-keyframes toLeftAnim2 {
 0% {
left: 0%;
opacity: 1;
}
 30% {
left: 15%;
opacity: 1;
}
 100% {
left: -50%;
opacity: 0;
}
}
@-webkit-keyframes toLeftAnim3 {
 0% {
left: 0%;
opacity: 1;
}
 99% {
left: 0%;
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: 0%;
opacity: 1;
}
 30% {
left: 15%;
opacity: 1;
}
 100% {
left: -50%;
opacity: 0;
}
}
@-moz-keyframes toLeftAnim2 {
 0% {
left: 0%;
opacity: 1;
}
 30% {
left: 15%;
opacity: 1;
}
 100% {
left: -50%;
opacity: 0;
}
}
@-moz-keyframes toLeftAnim3 {
 0% {
left: 0%;
opacity: 1;
}
 99% {
left: 0%;
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: 0%;
opacity: 1;
}
 30% {
left: 15%;
opacity: 1;
}
 100% {
left: -50%;
opacity: 0;
}
}
@-o-keyframes toLeftAnim2 {
 0% {
left: 0%;
opacity: 1;
}
 30% {
left: 15%;
opacity: 1;
}
 100% {
left: -50%;
opacity: 0;
}
}
@-o-keyframes toLeftAnim3 {
 0% {
left: 0%;
opacity: 1;
}
 99% {
left: 0%;
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: 0%;
opacity: 1;
}
 30% {
left: 15%;
opacity: 1;
}
 100% {
left: -50%;
opacity: 0;
}
}
@-ms-keyframes toLeftAnim2 {
 0% {
left: 0%;
opacity: 1;
}
 30% {
left: 15%;
opacity: 1;
}
 100% {
left: -50%;
opacity: 0;
}
}
@-ms-keyframes toLeftAnim3 {
 0% {
left: 0%;
opacity: 1;
}
 99% {
left: 0%;
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: 0%;
opacity: 1;
}
 30% {
left: 15%;
opacity: 1;
}
 100% {
left: -50%;
opacity: 0;
}
}
@keyframes toLeftAnim2 {
 0% {
left: 0%;
opacity: 1;
}
 30% {
left: 15%;
opacity: 1;
}
 100% {
left: -50%;
opacity: 0;
}
}
@keyframes toLeftAnim3 {
 0% {
left: 0%;
opacity: 1;
}
 99% {
left: 0%;
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;
}
}
