  @font-face {
    font-family: 'bebas_neueregular';
    src:url(/fonts/BebasNeue-webfont.ttf) format('truetype');
}
.da-slider{
	width: 100%;
	min-width: 420px;
	height: 370px;
	position: relative;
	margin: 0px auto;
	overflow: hidden;
	-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;
		/*background: linear-gradient(
				rgba(20,20,20, .8), 
				rgba(20,20,20, .5)),
				transparent url(../images/tet.jpg) no-repeat top left;
				background-size:100% 100%;
    background-attachment: fixed;*/
	background:#EBF4FE;
	box-shadow:inset 0px 0px 12px 0px rgba(0, 0, 0, 0.4);
}
		.stat-demo2 .contains #newly{
			display:none;
		}
		.stat-demo2 .col-lg-3 ul li a span{
			display: none;
		}
		.stat-demo2 .col-lg-3 ul li a:hover span{	
			display: block;
			position: absolute;
			top: 0px;
			left: 130%;
			width: 490px;
			height:330px;
			margin: 0px;
			padding: 10px;
			color: #335500;
			font-weight: normal;
			background: #e5e5e5;
			text-align: left;
			border: 1px solid #666;
		}
		.mgslide{
			margin-right:10px;
			margin-left:550px;
			margin-top:270px;
		}
		.mgslide a img{
			display:inline-block;
			height:150px;
			padding:10px;
			width:100px;
			transition: 0.5s all;
			-webkit-transition: 0.5s all;
			-moz-transition: 0.5s all;
			-o-transition: 0.5s all;
		}
.stat-demo{
	width: 100%;
	min-width: 400px;
	height: 500px;
	position: relative;
	background:;
	/*background: transparent url(../images/ph.jpg) no-repeat top left;*/
}



.timage {
	border: solid white 2px; width: 100%; max-width: 150px; height: 150px; border-radius: 100%;
	text-align:center;
	position:absolute;
	margin-top:2px;
	left:15%;
	overflow:hidden;
}
.timage img{
	height:150px;
	width:100%;
	border-radius:100%;
}

.stat-demos{
	width: 100%;
	min-width: 400px;
	height: 588px;
	position: relative;
	background: linear-gradient(
				rgba(20,20,20, .8), 
				rgba(20,20,20, .5)),
				transparent url(../images/magz.jpg) no-repeat top left;
	background-size:100% 100%;
	background-attachment: fixed;
}
.context{
	font-size:4em;
	color:#fff;
	text-align:center;
	margin: auto;
	vertical-align: middle;
	padding-top: 13%;
}
.stat-demos .context p{
	text-transform:uppercase;
	font-size:0.8em ;
	color:#fff;
	text-align:center;
	    font-family: "Raleway", sans-serif;
	
}
.stat-demo .stat .row h2{
	margin-top:40px;
	font-size:	1.3em;
	text-align:center;
	float:center;
	color:#000;
	font-weight:bold;
}
.stat-demo .stat .row .abt{
	padding-left:10%;
	padding-right:10%;
	font-size:1.1em;
	color:gray;
	float:center;
	margin-top:50px;
}
.stat-demo2{
	width: 90%;
	min-width: 400px;
	height: 500px;
	position: relative;
	background:#fff;
	/*background: transparent url(../images/ph.jpg) no-repeat top left;*/
}
.wmap{
	margin-left:5%;
	margin-right:5%;
	width:90%;
	height:100%;
	margin-bottom:50px;
}
.wmap h3{
	margin:5%;
	text-align:center;
	font-size:3em;
	font-weight:bold;
}
.contactus{
	width:100%;
	height:650px;
}
.contactus h2{
	font-size:3em;
	color:#1C3141;
	padding-top:50px;
	text-align:center;
	font-weight:bold;
}
.contactus .csgmap{
	padding-top:30px;
	padding-left:55px;
}
.contactus .csgmap iframe{
	width:550px;
	height:400px;
	}
.contactinfo{
	position:absolute;
	width:40%;
	left:50%;
	margin-top:-30%;
}
.contactinfo p{
	color:gray;
	font-size:1.1em;
}
.contactus .container input[type=text] , select, textarea{
	  margin-left:50%;
  margin-bottom: 16px;
  
}
.contactus .container textarea{ 
	font-size:15px;
}


/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
  width: 40%; /* Full width */
  padding: 10px; /* Some padding */  
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  font-size:13px;
	font-family: 'Open Sans', sans-serif;
  /* Add a top margin */
 /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: #6495ED;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-top:0px;
    margin-left:50%;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: #45a049;
}

/* Add a background color and some padding around the form */
.container{
	position:relative;
	display:block;
	border-radius: 5px;
	padding: 10px;
	margin-top:-20%;
}
				
.testim{
	position: absolute;
	width:50%;
	height: 50%;
	top: 300px;
	left: 50px;
	text-align: left;
	border:1px solid gray;
	border-radius:20px 20px;
	box-shadow: 10px 10px 8px #888888;
	background:#FFF;
	overflow:hidden;
}

.testt{
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.6em;
	text-align:center;
	margin-top:10px;
	margin:10px 2px 2px 2px; 
	
}
.data1{
	font-family: Arial, Helvetica, sans-serif;
	margin:170px 50px 5px 50px;
	text-align:center;
	color:#808080;
}
.testuser{
	font-style:italic;
	font-size:1.25em;
	font-family: "Times New Roman", Times, serif;
	text-align:center;
	margin:2px 2px 2px 2px;
}
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  margin-right:7px;
  margin-left:7px;
  
  padding: 10px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 4px 4px 4px 4px;
}

/* Position the "next button" to the right */
.next {
	position: absolute;
	right: 0;
	border-radius: 4px 4px 4px 4px;
	-webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slide 0.5s forwards;
    animation-delay: 2s;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
	background-color: rgba(0,0,0,0.8);
	color: white;
}
.vid{
	position:absolute;
	left:56%;
	text-align: center;
	top:301px;
	-moz-border-radius:10px;
    -webkit-border-radius:20px;
    border-radius:10px;
}

.stat{
	position:relative;
	top:30px;
	text-align:center;
	width:100%;
}
.stat-demo .stat .row ul{
	padding-top:30px;
}
.stat-demo .stat .row ul li{
	font-family: 'bebas_neueregular';
	font-size:1.2em;
	margin:2%;
	left:100px;
	display:inline-block;
	width: 130px;
	height: 100px;
	padding: 5px;
	text-align:center;
	max-width:150px;
}

.stat-demo .stat .row ul li a{
	color:black !important;
}

.stat-demo .stat .row ul li p{
	color:green;
	font-size:1.9em;
}

.stat-demo .stat .row ul li p:hover{
	color:lime;
}

.disp h1{
	font: 'Gudea' !important;
	font-size: 1.8em;
	font-weight: lighter;
	background-color:#ADD8E6;
	border-radius:5px 5px;
}
.da-slide .tet{
	font-family: 'Open Sans', sans-serif !important;
	color:#1F3144;
	margin-top:2%;
	font-size:2em;
	text-align:center;
	font-weight:bold;
	text-transform:capitalize !important;
}
.da-slide .da-img img{
	height:103px;
	width:100%;
	border-radius:100%;
}
.da-slide .da-img{
	border: solid white 3px; 
	width: 100%; 
	max-width: 95px; 
	height: 102px; 
	border-radius: 100%;
	text-align:center;
	position:absolute;
	margin-top:54px;
	overflow:hidden;
	left: 110%; /*60%*/
}
.da-slider .da-slide .a{
	text-transform:capitalize !important;
}
.journals{
	color:#000;
	font-size:1.3em;
}
.stat-demo2 .col-lg-3{
	position: relative;
    width: 40%;
    margin-left: 75px;
	top: 20%;
}
.stat-demo2 .col-lg-3 ul li a{
	font-size:2em;
}
.stat-demo2 .col-lg-3 ul li a:hover{
	color:green;
}
	.thumbn{
		position:absolute;
	}
	.thumbn h2{
		position:absolute;
		top:-200px;
		width:150px;
		font-size:1.5em;
		font-weight:bold;
		color:#F4A460;
		left:640px;
		text-shadow: 2px 2px 2px #000;
	}
	.navy {
		display: inline-block;
		left:640px;
		position: relative;
		top:-120px;
		z-index:1000;
	}
	.navy img{
		padding-right:8px;
		width:65px;
		height: 100px;
		cursor: pointer;
		opacity: 0.6;
		-webkit-transition-duration: 1s;
		-moz-transition-duration: 1s;
		-ms-transition-duration: 1s;
		-o-transition-duration: 1s;
		transition-duration: 1s;
	}
	.navy img:hover{
		opacity: 1;
		z-index:1000;
		transform: scale(1.3);
	}
/*
.foota{
	margin:auto;
	color:#fff;
	background:#004391;
	height:350px ;
}
.foota .cont{
	padding:20px 30px 0 20px;
	width:95%;
	display:inline;
}
.foota .cont .atb{
	padding:20px 20px 0 60px;
}
.foota .cont .atb .tile{
	font-size:1.45em;
}
.foota .cont .atb .tile2, .tile3, .tile4{
	font-size:1.1em;
	width:auto;
}

.foota .cont .atb .asd{
	font-size:0.9em;
	width:20%;
	padding-top:20px;
}
.foota .cont .atb2{
	padding:20px 20px;
	margin-left:25%;
	margin-top:-16.5%;
	position:absolute
}
.foota .cont .atb2 .list1{
	font-size:1em;
	padding-top:20px;
}

.foota .cont .atb3{
	margin-left:40%;
	margin-top:-15%;
	width:25%;
	position:absolute
}
.foota .cont .atb3 ul{
	padding-top:23px;
}

.foota .cont .atb4{
	margin-left:72%;
	margin-top:-15%;
	width:25%;
}
.foota .cont .atb4 ul{
	padding:20px 0px;
}
.foota .cont .atb4 ul i{
	font-size:1.4em;
	width:7%;
	padding:8px;
	color:#fff;
	background-color:#0979FA;
	border-radius:55%;
}
.foota .cont .atb4 ul i:hover{
	color:#000;
	background:#fff;
	border-radius:55%;
}*/
.foota{
	margin:auto;
	color:#fff;
	background:#004391;
	height:140px;
	padding: 35px 0 30px 0;
}
.foot-con
{
	padding: 40px 0 30px 0;
}
.foota .cont{
	width: 90%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.foota .cont .atb{
	/*padding:20px 20px;*/
	float: left;
	width:37%;
}
.foota .cont .atb .tile{
	font-size:16px;
}
.foota .cont .atb .tile2, .tile3, .tile4{
	font-size:16px;
	width:auto;
}

.foota .cont .atb .asd{
	font-size:13px;
	width:80%;
	padding-top:20px;
}
.foota .cont .atb2{
	/*padding:20px 20px;
	margin-left:25%;
	margin-top:-16%;
	position:absolute*/
	width:15%;
	float:left;
	

}
.foota .cont .atb2 .list1{
	font-size:13px;
	padding-top:20px;
}

.foota .cont .atb3{
	/*margin-left:40%;
	margin-top:-14.6%;
	width:25%;
	position:absolute*/
	width:24%;
	float:left;
	font-size:13px;
}
.foota .cont .atb3 ul{
	padding-top:23px;
}

.foota .cont .atb4{
/*	margin-left:72%;
	margin-top:-15%;
	width:25%;*/
	width:24%;
	float:left;

}
.foota .cont .atb4 ul{
	padding:20px 0px;
}
.foota .cont .atb4 ul i{
	font-size:1.4em;
	width:7%;
	padding:8px;
	color:#fff;
	background-color:#0979FA;
	border-radius:55%;
}
.foota .cont .atb4 ul i:hover{
	color:#000;
	background:#fff;
	border-radius:55%;
}
/*Play Button Home*/
.play-btn {
	text-align:center;
	width: 90px;
	height: 90px;
	background: radial-gradient(#71a7e2 50%, rgba(101, 111, 150, 0.15) 55%);
	border-radius: 50%;
	display: block;
	position: relative;
	overflow: hidden;
	margin-top:20px;
	margin-left:47%;
}

.play-btn::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-40%) translateY(-50%);
	transform: translateX(-40%) translateY(-50%);
	width: 0;
	height: 0;
	overflow:hidden;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #fff;
	transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.play-btn:before {
	content: '';
	position: absolute;
	width: 120px;
	height: 120px;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation: pulsate-btn 2s;
	animation: pulsate-btn 2s;
	-webkit-animation-direction: forwards;
	animation-direction: forwards;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: steps;
	animation-timing-function: steps;
	opacity: 1;
	border-radius: 50%;
	border: 2px solid rgba(163, 163, 163, 0.4);
	top: -15%;
	left: -15%;
	background: rgba(198, 16, 0, 0);
}

.play-btn:hover::after {
	border-left: 15px solid #71a7e2;
	overflow:hidden;
	-webkit-transform: scale(20);
	transform: scale(20);
}

.play-btn:hover::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	overflow:hidden;
	-webkit-transform: translateX(-40%) translateY(-50%);
	transform: translateX(-40%) translateY(-50%);
	width: 0;
	height: 0;
	border: none;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #fff;
	z-index: 200;
	-webkit-animation: none;
	animation: none;
	border-radius: 0;
}
/*
*old style 
*/
.da-slide{
	padding:0 10%;
	position: absolute;
	width: 80%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
.da-slide-current{
	z-index: 1000;
}
.da-slider-fb .da-slide{
	left: 100%;
}
.da-slider-fb  .da-slide.da-slide-current{
	left: 0px;
}
.da-slide h2,
.da-slide p,
.da-slide .da-link,
.da-slide .da-img{
	position: absolute;
	opacity: 0;
	left: 110%;
}
.da-slider-fb .da-slide h2,
.da-slider-fb .da-slide p,
.da-slider-fb .da-slide .da-link{
	left: 10%;
	opacity: 1;
}
.da-slider-fb .da-slide .da-img{
	left: 60%;
	opacity: 1;
}
.da-slide h2{
	margin-left: 40px;
	color: #000;
	font-size: 18px;
	width: 50%;
	font-weight:bold;
	top: 30%;
	z-index: 10;
}
.da-slide .abn{
	font-family: 'Source Sans Pro', sans-serif;
	width: 40%;
	top: 130px;
	color: 	#A9A9A9;
	font-size: 15px;
	line-height: 26px;
	font-weight:bold;
	height: 80px;
	overflow: hidden;
	left:35.2%;
}
.da-slide p{
	font-family: 'Open Sans', sans-serif;
	width: 42%;
	top:170px;
	color: #000;
	font-size: 16px;
	font-style:italic;
	line-height: 26px;
	height: 80px;
	overflow: hidden;
	margin-left: 36px;
	
}

.da-slide .da-link{
	margin-left: 30px;
	top: 270px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	-o-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border: 4px solid rgba(255, 255, 255, 1);
	padding: 14px 40px 12px;
	font-size: 2em;
	line-height: 30px;
	text-align: center;
	background: rgba(255, 255, 255, 0.13);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.da-slide .da-link:hover{
	background: rgba(255,255,255,0.3);
}
.da-dots{
	width: 65%;
	position: absolute;
	text-align: center;
	left: 220px;
	bottom: 25%;
	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%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	background: #66b0ff;
	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);
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.1) inset,1px 1px 1px rgba(255,255,255,0.1);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.1) inset,1px 1px 1px rgba(255,255,255,0.1);
	-o-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;
	left: 2px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-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 );
}
.da-arrows{
	-moz-user-select: none;
	-webkit-user-select: none;
}
.da-arrows span{
	position: absolute;
	top: 50%;
	height: 36px;
	width: 36px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	background: #66b0ff;
	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-box-shadow: 1px 1px 1px rgba(0,0,0,0.1) inset,1px 1px 1px rgba(255,255,255,0.1);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.1) inset,1px 1px 1px rgba(255,255,255,0.1);
	-o-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: 23px;
	height: 23px;
	top: 5px;
	left: 5px;
	background: transparent url(../images/arrow3.png) no-repeat top left;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}
.da-arrows span:hover:after{
	
}
.da-arrows span:active:after{
	box-shadow: 1px 1px 1px rgba(255,255,255,0.1);
	-webkit-box-shadow: 1px 1px 1px rgba(255,255,255,0.1);
	-moz-box-shadow: 1px 1px 1px rgba(255,255,255,0.1);
	-o-box-shadow: 1px 1px 1px rgba(255,255,255,0.1);
}
.da-arrows span.da-arrows-next:after{
	background-position: 10px 4px;
}
.da-arrows span.da-arrows-prev:after{
	background-position: -10px 4px;
	left: 9px;
}
.da-arrows span.da-arrows-prev{
	left: 10%;
}
.da-arrows span.da-arrows-next{
	right: 10%;
}
.da-slide-current h2{
	top:30%;
	left: 35%;
	opacity: 1;
}
.da-slide-current p,
.da-slide-current .da-link{
	left: 35.2%;
	opacity: 1;
}
.da-slide-current .da-img{
	left: 29%;
	opacity: 1;
}
/* Animation classes and animations */

/* Slide in from the right*/
.da-slide-fromright h2{
	-webkit-animation: fromRightAnim1 0.8s ease-in 0.8s both;
	-moz-animation: fromRightAnim1 0.8s ease-in 0.8s both;
	-o-animation: fromRightAnim1 0.8s ease-in 0.8s both;
	-ms-animation: fromRightAnim1 0.8s ease-in 0.8s both;
	animation: fromRightAnim1 0.8s ease-in 0.8s both;
}
.da-slide-fromright p{
	-webkit-animation: fromRightAnim2 0.8s ease-in 0.8s both;
	-moz-animation: fromRightAnim2 0.8s ease-in 0.8s both;
	-o-animation: fromRightAnim2 0.8s ease-in 0.8s both;
	-ms-animation: fromRightAnim2 0.8s ease-in 0.8s both;
	animation: fromRightAnim2 0.8s ease-in 0.8s both;
}
.da-slide-fromright .da-img{
	-webkit-animation: fromRightAnim4 0.8s ease-in 0.8s both;
	-moz-animation: fromRightAnim4 0.8s ease-in 0.8s both;
	-o-animation: fromRightAnim4 0.8s ease-in 0.8s both;
	-ms-animation: fromRightAnim4 0.8s ease-in 0.8s both;
	animation: fromRightAnim4 0.8s ease-in 0.8s both;
}

@keyframes fromRightAnim1{
	0%{ left: 60%; opacity: 0; }
	100%{ left: 35%; opacity: 1; }
}
@keyframes fromRightAnim2{
	0%{ left: 60%; opacity: 0; }
	100%{ left: 35.2%; opacity: 1; }
}
@keyframes fromRightAnim4{
	0%{ left: 29%; opacity: 0; }
	100%{ left: 29%; opacity: 1; }
}

/* Slide in from the left*/
.da-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;
}
.da-slide-fromleft p{
	-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;
}
.da-slide-fromleft .da-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;
}

@keyframes fromLeftAnim1{
	0%{ left: -10%; opacity: 0; }
	100%{ left: 35; opacity: 1; }
}
@keyframes fromLeftAnim2{
	0%{ left: -10%; opacity: 0; }	
	100%{ left: 35.2%; opacity: 1; }
}
@keyframes fromLeftAnim4{
	0%{ left: 29%; opacity: 0; }
	100%{ left: 29%; opacity: 1; }
}

/* Slide out to the right */
.da-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;
}
.da-slide-toright p{
	-webkit-animation: toRightAnim2 0.6s ease-in 0.6s both;
	-moz-animation: toRightAnim2 0.6s ease-in 0.6s both;
	-o-animation: toRightAnim2 0.6s ease-in 0.6s both;
	-ms-animation: toRightAnim2 0.6s ease-in 0.6s both;
	animation: toRightAnim2 0.6s ease-in 0.6s both;
}
.da-slide-toright .da-img{
	-webkit-animation: toRightAnim4 1.1s ease-in both;
	-moz-animation: toRightAnim4 1.1s ease-in both;
	-o-animation: toRightAnim4 1.1s ease-in both;
	-ms-animation: toRightAnim4 1.1s ease-in both;
	animation: toRightAnim4 1.1s ease-in both;
}

@keyframes toRightAnim1{
	0%{ left: 35%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim2{
	0%{ left: 35.2%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim4{
	0%{ left: 29%;  opacity: 1; }
	30%{ left: 29%;  opacity: 1; }
	90%{ left: 60%;  opacity: 0; }
	100%{ left: 29%; opacity: 0; }
}

/* 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.6s both;
	-moz-animation: toLeftAnim2 0.6s ease-in 0.6s both;
	-o-animation: toLeftAnim2 0.6s ease-in 0.6s both;
	-ms-animation: toLeftAnim2 0.6s ease-in 0.6s both;
	animation: toLeftAnim2 0.6s ease-in 0.6s both;
}
.da-slide-toleft .da-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;
}

@keyframes toLeftAnim1{
	0%{ left: 35%;  opacity: 1; }
	30%{ left: 35%;  opacity: 1; }
	100%{ left: 10%; opacity: 0; }
} 
@keyframes toLeftAnim2{
	0%{ left: 35.2%;  opacity: 1; }
	30%{ left: 35.2%;  opacity: 1; }
	100%{ left: 10%; opacity: 0; }
}
@keyframes toLeftAnim4{
	0%{ left: 29%;  opacity: 1; }
	40%{ left: 29%;  opacity: 1; }
	90%{ left: 0%;  opacity: 0; }
	100%{ left: 29%; opacity: 0; }
}