


.da-slider {
	height:500px;
	top:150px;
	}

	.da-slide{
		top:100px !important;
	}

/*#reva{
	width:450px;
	position:absolute;
	margin-left: 600px;
	top:-7px;
}*/

#reva {
    width: 500px;
    position: absolute;
    margin-left: 500px;
    top: -25px;}


.da-slider{
	width: 100%;
	height:520px;
	position: relative;
	overflow: hidden;
	
	-webkit-transition: background-position 1s ease-out 0.3s;
	-moz-transition: background-position 1s ease-out 0.3s;
	-o-transition: background-position 1s ease-out 0.3s;
	-ms-transition: background-position 1s ease-out 0.3s;
	transition: background-position 1s ease-out 0.3s;
	text-align:center;
}

.da-slide h3{
	color:red;
}
.da-slide{
	/*position: absolute;*/
	width: 100%;
	/*height: 100%;*/
	height: 55%;
	top: 0px;
	left: 0px;
	text-align: left;
    font-family: 'Montserrat', sans-serif;}
}
.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: 130%;
}
.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{
	color:#FFFFFF;
	width:80%;
	top:105px;
	white-space: nowrap;
	z-index: 10;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	font-weight:600 ;
	text-align: center;
   font-family: 'Montserrat', sans-serif;
	font-size:2.5em;

}
.da-slide h2 > img {
	vertical-align: middle;
	width: 12px;
	height: 12px;
	margin:10px;
}
.da-slide p{
	top:105px;
	color: #FFFFFF;
	font-size:1.5em;
	/*height: 83px;*/
	overflow: hidden;
font-family: 'Montserrat', sans-serif;
	/*line-height:1.9em;
	text-align: center;*/
	width:100%;
	margin: 0 10em;
	
}
.da-img{
	display:none;
}
.da-slide .da-img{
	text-align: center;
	width: 30%;
	top: 51px;
	height: 256px;
	line-height: 320px;
	left: 110%; /*60%*/
}
.da-slide .da-link{
	top: 308px;
	display: inline-block;
	color: #FFF;
	font-size: 1.2em;
	background:#91A8AE;
	padding:17px 3.5em;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	margin:0em 20em;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
 .da-link:hover{
 	background:#62919C;
}
.da-slide-current h2,
.da-slide-current p,
.da-slide-current .da-link{
	left: 10%;
	opacity: 1;
}
.da-slide-current .da-img{
	left: 60%;
	opacity: 1;
}
/* Animation classes and animations */


/* Slide in from the right*/
.da-slide-fromright h2{
	-webkit-animation: fromRightAnim1 0.8s ease-in-out 0.8s both;
	-moz-animation: fromRightAnim1 0.8s ease-in-out 0.8s both;
	-o-animation: fromRightAnim1 0.8s ease-in-out 0.8s both;
	-ms-animation: fromRightAnim1 0.8s ease-in-out 0.8s both;
	animation: fromRightAnim1 0.8s ease-in-out 0.8s both;
}
.da-slide-fromright p{
	-webkit-animation: fromRightAnim2 0.8s ease-in-out 0.8s both;
	-moz-animation: fromRightAnim2 0.8s ease-in-out 0.8s both;
	-o-animation: fromRightAnim2 0.8s ease-in-out 0.8s both;
	-ms-animation: fromRightAnim2 0.8s ease-in-out 0.8s both;
	animation: fromRightAnim2 0.8s ease-in-out 0.8s both;
}
.da-slide-fromright .da-link{
	-webkit-animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
	-moz-animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
	-o-animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
	-ms-animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
	animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
}
.da-slide-fromright .da-img{
	-webkit-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
	-moz-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
	-o-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
	-ms-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
	animation: fromRightAnim4 0.6s ease-in-out 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*/
.da-slide-fromleft h2{
	-webkit-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
	-moz-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
	-o-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
	-ms-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
	animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
}
.da-slide-fromleft p{
	-webkit-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
	-moz-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
	-o-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
	-ms-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
	animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
}
.da-slide-fromleft .da-link{
	-webkit-animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
	-moz-animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
	-o-animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
	-ms-animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
	animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
}
.da-slide-fromleft .da-img{
	-webkit-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
	-moz-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
	-o-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
	-ms-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
	animation: fromLeftAnim4 0.6s ease-in-out 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 */
.da-slide-toright h2{
	-webkit-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
	-moz-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
	-o-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
	-ms-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
	animation: toRightAnim1 0.6s ease-in-out 0.6s both;
}
.da-slide-toright p{
	-webkit-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
	-moz-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
	-o-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
	-ms-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
	animation: toRightAnim2 0.6s ease-in-out 0.3s both;
}
.da-slide-toright .da-link{
	-webkit-animation: toRightAnim3 0.4s ease-in-out both;
	-moz-animation: toRightAnim3 0.4s ease-in-out both;
	-o-animation: toRightAnim3 0.4s ease-in-out both;
	-ms-animation: toRightAnim3 0.4s ease-in-out both;
	animation: toRightAnim3 0.4s ease-in-out both;
}
.da-slide-toright .da-img{
	-webkit-animation: toRightAnim4 0.6s ease-in-out both;
	-moz-animation: toRightAnim4 0.6s ease-in-out both;
	-o-animation: toRightAnim4 0.6s ease-in-out both;
	-ms-animation: toRightAnim4 0.6s ease-in-out both;
	animation: toRightAnim4 0.6s ease-in-out 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*/
.da-slide-toleft h2{
	-webkit-animation: toLeftAnim1 0.8s ease-in-out both;
	-moz-animation: toLeftAnim1 0.8s ease-in-out both;
	-o-animation: toLeftAnim1 0.8s ease-in-out both;
	-ms-animation: toLeftAnim1 0.8s ease-in-out both;
	animation: toLeftAnim1 0.8s ease-in-out both;
}
.da-slide-toleft p{
	-webkit-animation: toLeftAnim2 0.8s ease-in-out 0.5s both;
	-moz-animation: toLeftAnim2 0.8s ease-in-out 0.5s both;
	-o-animation: toLeftAnim2 0.8s ease-in-out 0.5s both;
	-ms-animation: toLeftAnim2 0.8s ease-in-out 0.5s both;
	animation: toLeftAnim2 0.8s ease-in-out 0.5s both;
}
.da-slide-toleft .da-link{
	-webkit-animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
	-moz-animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
	-o-animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
	-ms-animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
	animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
}
.da-slide-toleft .da-img{
	-webkit-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
	-moz-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
	-o-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
	-ms-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
	animation: toLeftAnim4 0.6s ease-in-out 0.5s 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; }
	100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	70%{ left: 30%;  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; }
	100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	70%{ left: 30%;  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; }
	100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	70%{ left: 30%;  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; }
	100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	70%{ left: 30%;  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; }
	100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	70%{ left: 30%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}
/***** Media Quries *****/

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

	.da-slider {
    height: 600px;
    top: 100px;
}
	#reva {
    width: 540px;
    position: absolute;
    margin-left: 1019px;
    top: 31px;
}

.tit1 {
    display: block;
    text-align: left;
    margin-left: 874px;
}
.tit2 {
    display: block;
    text-align: right;
    margin-right: 850px;
}

.tit3 {
    display: block;
    text-align: left;
    margin-left: 845px;
}
.gris{
	font-size: 1em;
}

.tit4 {
    color: rgba(255,255,255);
    display: block;
    margin-left: 669px;
    font-size: 1.3em;
    margin-top: 60px;
}

#logo {
    width: 23%;
    height: 80px;
    background: url(../img/logoReva3.svg) no-repeat;
    position: absolute;
    top: 10px;
left:200px;

}

#topnav nav{
	right: 80px;
}



}/*end 1920*/
@media only screen  and (max-width:1440px) {
	.tit1 {
    display: block;
    text-align: left;
    margin-left: 512px;
}

	.tit2 {

    display: block;
    text-align: right;
    margin-right: 755px;
    font-size: 0.9em;

}
.tit3 {
    display: block;
    text-align: left;
    margin-left: 525px;
    font-size: 0.9em;
}
.tit4 {
    margin-left: 412px;
    font-size: 1.29em;
    top:4px;
}

.gris{
	font-size: 1em;
}
.da-slide p {
    top: 114px
}
	#topnav nav{
	right:131px;
	}

	#logo{
		left:131px;
	}

	#reva{
	/*width:350px;
	position:absolute;
	margin-left: 450px;
	top:35px;*/
	width: 520px;
    position: absolute;
    margin-left: 601px;
    top: 34px;
}

	.wrap{
		width:90%;
	}

	.da-slider {
	height:500px;
	top:147px;
	}
	.da-slide p {
	margin:0em 9em;
	font-size: 1.2em;
	}
	.da-slide .da-link {
	margin: 0em 18em;
	}

	.da-slide{
		top:120px;
	}
	.da-slide h3{
color: pink;
	}

	.wrap h5 {
		color: rgb(71,186,184);
    text-align: center;
    font-weight: 600;
    margin-bottom: 0.3em;
    margin-top: 2em; 
	}
}

@media only screen  and (max-width:1366px) {
	.tit4 {
    margin-left: 380px;
    font-size: 1.3em;
    margin-top: 74px;
}
.tit1{
	margin-left: 488px;
	
}
.tit2{
	margin-right: 742px;
}

.tit3{
	margin-left: 500px;
}

.gris{
	font-size: 1em;
}

	#reva{
	width: 43%;
    margin-left: 555px;
}
	}
    #topnav nav {
    right: 0%;
}
	.wrap{
		width:90%;
	}
	.da-slider {
	height:600px;
	top:147px;
	}
	.da-slide p {
	margin:0em 9em;
	line-height: 30px;
	}
	.da-slide .da-link {
	margin: 0em 18em;
	}

	.da-slide{
		top:100px;
	}

}
@media only screen  and (max-width:1280px) {

	#logo{
		top:10px;
		left: 103px;
	}


	#topnav nav {
    right: 31px;
}

	#reva {
    width: 43%;
    margin-left: 465px;
    top: 47px;
    border: 1px solid red;
}
	.wrap{
		width:85%;
	}
	.da-slider {
	height:480px;
	top:70px;
	}
	.da-slide h2{	
	top:105px;
	font-size:2em;
	}
	.da-slide p {
	    top: 111px;
    font-size: 1.5em;
    margin:0em 9em;
	}
	.da-link {
	top: 266px;
	padding:16px 3.3em;
	margin: 0em 16em;
	}

	.da-slide{
		top:130px;
	}
	
}
@media only screen  and (max-width:1024px) {
	 .tit1{
        display: block;
        text-align: left;
        margin-left: 353px;
    }

    .tit2{
        display: block;
        text-align: right;
        margin-right: 339px;
    }

    .tit3{
        display: block;
        text-align: left;
        margin-left: 371px;
    }

	.tit4 {
    margin-left: 260px;
    margin-top: 44px;
    font-size: 1.25em;
}


	#reva {
    width: 43%;
    margin-left: 388px;
}

	#topnav nav {
    right: -11px;
}

		#logo {
    left: 65px;
    top:7px;
}
	.wrap{
		width:87%;
	}
	.da-slider {
	height:450px;
	top:70px;
	}
	.da-slide h2 {
	top: 89px;
	font-size: 2.3em;
	}
	.da-slide p {
	top: 100px;
	width: 80%;
	margin:0em 3em;
	}
	.da-link {
	top: 288px;
	padding: 15px 3.3em;
	margin: 0em 12em;
	}

	.da-slide {
		top:125px;
	}

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

	.da-slide p {
    top: 31px;
    width: 80%;
    margin: 0em 3em;
}
	#reva {
    width: 56%;
    margin-left: 284px;
    top:-12px;
}
	 .tit1{
        display: block;
        text-align: left;
        margin-left: 286px;
    }
    .tit2{
        display: block;
        text-align: right;
        margin-right: 227px;
    }

    .tit3{
        display: block;
        text-align: left;
        margin-left: 303px;
    }

    .tit4{
        color:rgba(255,255,255);
        display: block;
        margin-left: 36%;
        margin-top: 3px;
        font-size: 1.2em;
    }
        


	#reva {
    top:-23px;
    width: 385px;
    margin-left: 276px;;
}

#logo {
	top:-1px;
    left: 30px;
    width: 27%;
}
	
	.wrap{
	width:90%;
	}
	.da-slider {
    height: 335px;
    top: 55px;
	}

	.da-slide {
		top:45px;
	}

	.da-slide h2 {
	top:55px;
	font-size:2em;
	}
	.da-slide p {
	top:77px;
	font-size:1.2em;
	width:83%;
	margin: 0em 1em;
	line-height: 25px;
	}
	.da-link {
	top: 188px;
	padding: 0.58em 1.2em;
	margin: 0em 10em;
	}

	


}
@media only screen and (max-width:640px) {

	.da-slider{
		top:47px;
		height: 250px;
	}
	#logo{
    width: 171px;
    height: 60px;
    background: url(../img/logoReva3.svg) no-repeat;
    position: absolute;
    top:5px;
    left:43px;

    /*margin:2.2em 1.3em;*/
}

	#reva{
	width:260px;
	position:absolute;
	margin-left: 178px;
	top:-15px;
}
	.wrap{
	width:90%;
	}

	.wrap h5{
		font-size: 1.4em;
        margin-top: 0.5em;
	}
	

	.da-slide{
height: 73%;
	}	
	.da-slide h2 {
	top:26px;
	font-size:1.65em;
	}
	.da-slide p {
	top:60px;
	width: 94%;
	height: auto;
	font-size: 0.9em;
	text-align: center;
	margin: 0 13px;
	}
	.da-link {
	top: 146px;
	padding: 0.55em 1.3em;
	margin: 0em 9em;
	font-size: 1em;
	}
	.da-slide{
		top:40px;
	}
}
@media only screen and (max-width:480px) {

	.tit4 {
    color: rgba(255,255,255);
    display: block;
    margin-left: 4%;
    margin-top: 13px;
    font-size: 1.2em;
}
.tit1 {
    display: block;
    text-align: left;
    margin-left: 141px;
}
.tit3 {
    display: block;
    text-align: left;
    margin-left: 153px;
}

	.wrap h5 {
    font-size: 1.1em;
    margin-top: 0.5em;
}
 
	#reva{
	/*width:250px;*/
	width:73%;
	
	position:absolute;
	/*margin-left: 169px;*/
	margin-left: 85px;
}
	.wrap{
	width:90%;
	}
	.da-slider {
	height:250px;
	}
	.da-slider p{
    top: 44px;
    height: 250px;
}
	.da-slide h2 {
	top:10px;
	font-size:1.45em;
	}
	.da-slide p {
	top: 52px;
	width: 97%;
	height: auto;
	font-size: 0.8em;
	text-align: center;
	margin: 0 8px;
	line-height: 20px;
	}
	.da-slide .da-link {
	top: 115px;
	padding: 0.65em 1.3em;
	margin: 0em 7em;
	font-size: 0.9em;
	}

	.da-slide{
		top:23px;
	}
	.da-slider{
	top:35px;
	}
}

@media only screen and (max-width: 411px){
.tit4 {
    color: rgba(255,255,255);
    display: block;
    margin-left: 1%;
    margin-top: 3px;
    font-size: 1.2em;
}
.tit1 {
    display: block;
    text-align: left;
    margin-left: 105px;
}
.tit3 {
    display: block;
    text-align: left;
    margin-left: 113px;
}
}

@media only screen and (max-width: 375px){
.tit4 {
    color: rgba(255,255,255);
    display: block;
    margin-left: 0%;
    margin-top: 3px;
    font-size: 1.2em;
}

.tit1 {
    display: block;
    text-align: left;
    margin-left: 83px;
}

.tit3 {
    display: block;
    text-align: left;
    margin-left: 97px;
}

.button2 {
    margin-right: 24px;}

}

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

	.tit4 {
    color: rgba(255,255,255);
    display: block;
    margin-left: 4%;
    margin-top: 11px;
    font-size: 1.2em;
}

.tit1 {
    display: block;
    text-align: left;
    margin-left: 79px;
}

.tit2 {
    display: block;
    text-align: right;
    margin-right: 156px;
}

.tit3 {
    display: block;
    text-align: left;
    margin-left: 88px;
}

.gris{
	font-size:1em;
}

	#logo{
		width: 43%;
	}

	#reva{
	width: 85%;
    position: absolute;
    margin-left: 40px;
}
	.wrap{
	width:90%;
	}
	.da-slider {
	height:170px;
	}
	.da-slide h2 {
	top:5px;
	font-size: 1.1em;
	}
	.da-slide p {
	top: 43px;
	line-height: 1em;
	font-size: 0.6em;
	}
	 .da-link {
	top: 98px;
	padding: 0.6em 1.3em;
	margin: 0em 3em;
	font-size: 0.9em;
	}

	.da-slide{
		top:7px;
	}
	.da-slider {
    top: 27px;}
}