
.main-slider{
	width:100%;
	overflow:hidden;
	position:relative;
	}

.flexslider .slides > li {display: none;position:relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flex-pauseplay span {text-transform: capitalize;}
/* Clearfix for the .slides element */
  .slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
.flex-direction-nav{ display:none;}
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}
.flexslider{    
	position:relative;
	min-height:300px;
	width:100%;
	}
.flexslider ul.slides{margin:0;}
.flexslider ul.slides li img{width:100%;}
/* Control Nav */


@media only screen and (min-width: 1200px) {
	.flexslider{    
	min-height:400px;
	}
}	
@media only screen and  (max-width: 980px) {
.flexslider{    
	min-height:300px;
	}
	}
@media only screen and (max-width: 950px) and (min-width: 860px){}
@media only screen and (max-width: 860px){
.flexslider{    
	min-height:200px;
	}
	}
@media only screen and (max-width: 860px) and (min-width: 768px){}
@media only screen and (max-width: 767px){

	}
@media only screen and (max-width: 626px){
.flexslider{    
	min-height:100px;
	}
	}
@media only screen and (max-width: 480px){}
