.carousel{position:relative;-ms-touch-action:pan-y;}.carousel .owl-wrapper{display:none;position:relative;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.carousel .owl-wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.carousel .owl-wrapper-outer{overflow:hidden;position:relative;width:100%}.carousel .owl-wrapper-outer.autoHeight{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.carousel .owl-item{float:left;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.carousel .owl-controls{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.owl-pagination{width:100%;display:table;}.carousel .owl-controls .owl-page{height:10px;display:table-cell;margin:0 1px;border-right:2px solid #000;zoom:1;cursor:pointer;background:#757c7c;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.carousel .owl-controls .owl-page:hover,.carousel .owl-controls .owl-page.active{background:#74ae1e}.carousel .owl-controls .owl-page .owl-numbers{display:none}.carousel .owl-controls .owl-buttons div{cursor:pointer}

.carousel .owl-controls .owl-buttons div, 
.featherlight-previous, .featherlight-next {width:10px;display:block;height:100px;padding:10px;position:absolute;top:50%;margin-top:-60px;color:#fff;opacity:0;background:rgba(219,0,0,.5); -webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;} 

.carousel .owl-controls .owl-buttons div:before, .featherlight-previous:before, .featherlight-next:before {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 10px;
    font-family: FontAwesome;
    font-style: normal;
    line-height:25px;
    text-decoration: inherit;
} 
.carousel .owl-controls .owl-buttons .owl-next  {
	right:0;
}

.featherlight-next {
	right:25px;
}

.carousel:hover .owl-controls .owl-buttons div, .thumbs .owl-controls .owl-buttons div, .featherlight-previous, .featherlight-next{opacity:1;}

.carousel .owl-controls .owl-buttons div.owl-next:before, .featherlight-next:before {
    content: '\f054';
}

.carousel .owl-controls .owl-buttons div.owl-prev:before, .featherlight-previous:before {
    content: '\f053';
}
.carousel .owl-controls .owl-buttons div:hover, .featherlight-previous:hover, .featherlight-next:hover {
	background:rgba(219,0,0,1);
}

.featherlight-previous span, .featherlight-next span {
	display:none;
}

.thumbs .owl-controls .owl-buttons div{height:100%; top:0; margin:0; padding:0 10px;}
.thumbs .owl-item {cursor:pointer;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;}
.thumbs .owl-item:hover {opacity:0.6}