@import url('https://fonts.googleapis.com/css?family=Raleway:400,700&subset=latin-ext');

header{
	background:#fff;
	padding:15px;
	height:75px;
	display:block;
	position:relative;
	text-align:center;
}
/* SLIDER */

.headerslider{
	height:400px;
	overflow:hidden;
	z-index: 0;
}
.headerslider .darkerpic{
	width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    display: block;
    position: absolute;
    /* z-index: 1; */
    top: 0;
    left: 0;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;

  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}


.rslides > li > div > .lat {
	background: rgba(0,0,0,0.3);
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    margin: 0 25%;
    padding: 15px;
    position: absolute;
    text-align: center;
    top: 175px;
    width: 50%;
    display: block;

}
.rslides > li > div > .lat2 {
	background: rgba(0,0,0,0.2);
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    margin: 0 25%;
    padding: 10px;
    position: absolute;
    text-align: center;
    top: 231px;
    width: 50%;
    display: block;

}

.rsli1 > img{
  margin-top: 450px;
}
.rsli1 > .curslide > img{
	margin-top: 0px;
}

/* NAVIGATION */

nav{
	background:#515151;
	display:block;
	position:relative;
	height: 6px;
}

nav ul{
list-style: none outside none;
margin: 0;
padding: 0;
text-align: center;
    background: #515151;
}
nav ul li{
display: inline-block;
}
nav ul li a{
color: #FFFFFF;
display: block;
padding: 17px;
text-decoration: none;


    padding: 18px 25px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 13px;
	transition:background 0.2s ease;
}
nav ul li a:hover{
/*text-decoration:underline;*/
background:#3d3d3d;
color:#fff;
transition:background 0.2s ease;
}
nav ul li ul{
position: absolute;
background: #1A1A1A;
z-index:10;
padding:0;
min-width:150px;


    z-index:1;
    max-height:0;
    overflow:hidden;
    -webkit-transform:perspective(2500) rotate3d(1,0,0,-90deg);
    -webkit-transform-origin:50% 0;
    -webkit-transition:350ms;
    -moz-transition:350ms;
    -o-transition:350ms;
    transition:350ms;
}
nav ul li:hover ul{
    max-height:9999px;
    -webkit-transform:perspective(2500) rotate3d(0,0,0,0);
}

nav ul li ul li{
display: block;
position:relative;
}
nav ul li ul li a{}
nav ul li ul li a:hover{}
nav ul li ul li ul{
left:100%;
top:0;
}
nav ul li ul li ul li{}
nav ul li ul li ul li a{}
nav ul li ul li ul li a:hover{}

nav ul .active{
background:#D20014;
color:#fff;
}




/* BOXES UNDER SLIDER */

.box{

    margin-top: -180px;
	box-shadow: 0 7px 25px 1px rgba(0,0,0,0.08);
    /*box-shadow: 0 3px 13px 1px rgba(0,0,0,0.12);*/
    margin-bottom: 50px;
}
.box3{
	background: #fff;
    padding: 20px 0px;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
	border-right: 1px solid rgba(0,0,0,0.05);
}
.box3:last-child{
	border-right: 0px solid rgba(0,0,0,0.05);
}


.boxt1{
	font-size: 20px;
    display: block;
	line-height: 22px;

}
.boxt2{
	font-size: 13px;
    display: block;
	line-height: 19px;
	margin-bottom: 10px;

}
.boxt3{
margin-top: -40px;
    font-size: 13px;
    display: block;
    line-height: 16px;
    background: rgba(0,0,0,0.025);
    /* border-top: 1px solid rgba(0,0,0,0.025); */
    /* border-bottom: 1px solid rgba(0,0,0,0.025); */
    padding: 35px 0 35px;
    margin-bottom: -18px;
	transition:background 0.2s ease;
}
.box3:hover{
	background:#e9e9e9;
	transition:background 0.2s ease;
}

.box3 .btn{
	margin:0;
}

.section{
	background:#fff;
    padding: 50px 0;
}
.section2{
	background:#f4f4f4;
    padding: 50px 0;
}
.section3{
	background:#777;
    padding: 50px 0;
}
/* MENU SWITCH */

#menuswitch{
		display: none;
		font-size: 14px;
		font-weight: bold;
		background: #333;
		float: right;
		width: 30px;
		height: 30px;
		text-align: center;
		line-height: 30px;
		margin-top: 15px;
		margin-right:10px;
		border-radius: 100%;
}
#menuswitch.close{
	background: #D20014;
}
#menuswitch span {
    height: 12px;
    margin: 4px 0 0 4.5px;
    position: relative;
    width: 12px;
    line-height: 0;
    display: block;
}
#menuswitch span > span::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-out 0s;
    width: 100%;
}
#menuswitch span > span::after {
    background: #fff none repeat scroll 0 0;
    bottom: -4px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    transition: all 0.3s ease-out 0s;
    width: 100%;
}
#menuswitch span > span {
    background: #fff none repeat scroll 0 0;
    height: 2px;
    position: absolute;
    top: 50%;
    transition: all 0.35s ease-out 0s;
    width: 12px;
}
#menuswitch.close span > span::before {
    top: 0;
    transform: rotate(135deg);
}
#menuswitch.close span > span::after {
    bottom: 0;
    transform: rotate(-135deg);
}
#menuswitch.close span > span {
    background-color: transparent;
}


/* RESPO */

@media(max-width:800px){
	header{
		text-align:left !important;
		height:55px !important;
	}
	#logo{
		
	}
	#logo img{
		height:24px !important;
	}
	#menuswitch{
		display:block;
	}
	nav{
		height: auto !important;
		display:none ;
	}
	nav ul li {
		display: block !important;
	}
	nav ul li ul{
		width:100%  !important;
		position:relative  !important;
	}
	.headerslider{
		width:100% !important;
		height:200px !important;
	}
	.box3{
		border-right: 0px solid;
		border-bottom: 1px solid rgba(0,0,0,0.05);
	}
	.avi{
		display:none;
	}
	#info {
		display:none;
	}
}


footer{
	background: #393939;
    padding: 50px 0;
    font-size: 14px;
    line-height: 150%;
}


.v8slider {
  width: 500px;
  height: 300px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.v8slider ul {
  overflow: hidden;
  *zoom: 1;
}
.v8slider ul li {

  text-align: center;
  float: left;
  width: 500px;
  height: 300px;

}
.v8slider a {
  display: block;
  position: absolute;
  color: #fff;
  font-size: 2em;
  top: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-top: -15px;
  text-decoration: none;
  background: #000;
}
.v8slider a.v8sliderNext {
  right: 0;
}
.v8slider a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}