
.box-slider{padding:0 97px;margin:0 5px 55px;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;} 

html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}


.flexslider {	
	box-shadow:0 48px 33px -22px rgba(0,0,0,0.9)
	
	}

/* Control Nav */


	
@media only screen and (min-width: 768px) and (max-width: 995px) {

.flex-caption strong {
    font-size: 104px;
    line-height: 108px;
}


	
}
@media only screen and (max-width: 767px) {

.flex-caption  {
display:none
}

.box-slider{padding:0}
.flex-direction-nav li .flex-next {margin-right:10px;}
.flex-direction-nav li .flex-prev {margin-left:10px}


}
@media only screen and (min-width: 480px) and (max-width: 767px) {

}