/*--------- slider ---------*/
#slide { position:absolute; width:1150px;  margin-left: -575px; z-index:2; left: 50%;/*background:#000;*/ overflow:visible;}
.slider { width:1150px;  margin:0 auto; position:relative; z-index:2; overflow:hidden !important; }
.items { display:none;}

.pagination { display:none;}
.pagination li {}
.pagination a { }
.pagination li.current a, .pagination li:hover a {}

.prev {position:absolute; top:300px ; left:-15px; z-index:111; display:inline-block; width:36px; height:36px; background:url(../img/prev_slide.png) 0 0 no-repeat;}
.prev:hover {background-position:0 bottom;}
.next {position:absolute; top:300px ; right:-15px; z-index:111; display:inline-block; width:36px; height:36px; background:url(../img/next_slide.png) 0 0 no-repeat;}
.next:hover {background-position:0 bottom;}

.banner{position:absolute; left:93px; top:400px; width:335px; /*height:235px;*/ background: rgba(0, 0, 0, 0.6); color:#f5de9b; overflow:hidden; padding:20px 30px 20px 30px;}
.banner p  {}
.banner p strong {font-size:54px; line-height:50px;font-weight:normal; /*letter-spacing:-3px;*/ display:block; text-transform:uppercase; font-family: 'afora';}
.banner p span {font-size:26px; font-weight:normal; letter-spacing:1px; display:block; text-align:justify; margin-top: 5px; font-family: 'new_press', Arial, Helvetica, sans-serif;}
.banner a {font-size:16px; line-height:12px; padding:7px; display:inline-block;  margin-top:18px; text-decoration:none;}
.banner a:hover {color:#FFF; }



@media all and (max-width : 1000px) {
	
	#slide { width:990px !important; margin-left: -495px;}
	.slider { width:990px !important; }
	
}

@media all and (max-height : 700px) {
	
	#slide { height:675px !important; }
	.slider { height:675px !important; }
		
}

@media all and (max-height : 675px) {
	
	#slide { height:650px !important; }
	.slider { height:650px !important; }
		
}

@media all and (max-height : 650px) {
	
	#slide { height:625px !important; }
	.slider { height:625px !important; }
		
}

@media all and (max-height : 625px) {
	
	#slide { height:600px !important; }
	.slider { height:600px !important; }
		
}

@media all and (max-height : 600px) {
	
	#slide { height:575px !important; }
	.slider { height:575px !important; }
	.banner{ top:350px !important; }
	.banner p strong {font-size:36px !important;}
		
}