@charset "utf-8";

menu, ol, ul { padding: 0 0 0 0px }

.banner{ width:100%; height:auto; float:left;  }
.banner ul{  width:100%;}
.banner ul li{ position:relative; }
.overlay{ position:absolute; left:0px; top:0px; background:url(../images/overlay-bg.png); width:100%; height:100%; }
.banner-cap{ padding:20px 35px; background:rgba(0,0,0, 0.3);  margin-top:16%; border-bottom:4px solid #f66147; display:inline-block; float:right }
.banner-cap h1{ font-size:87px; color:#fff; text-align:center; font-weight:700; text-shadow:1px 1px #333;}
.banner-cap h1 span{ display:block; clear:both; font-size:46px; text-transform:uppercase; font-weight:300;}


.slick-prev{display:none;}
@media only screen and (min-width:1366px) {
}


@media only screen and (max-width:1210px) {
 .banner-cap{ margin-top: 7%;}
}



@media only screen and (max-width:768px) { 
.banner-cap{ margin-top: 6%; padding: 10px 25px;}
.banner-cap h1{ font-size:47px;}
.banner-cap h1 span{ font-size:26px; }
}

@media only screen and (max-width:600px) {
	
	.banner-cap{ margin-top: 6%; padding: 0px 15px;}
.banner-cap h1{ font-size:24px;}
	.banner-cap h1 span{ font-size:14px; }
	
}

