/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
 

.owl-carousel .owl-wrapper:after{height:0;content:".";display:block;clear:both;visibility:hidden;line-height:0;}

.owl-carousel{width:1600px;margin:50px auto;padding:0;display:none;position:relative;-ms-touch-action:pan-y;}

.owl-carousel .owl-wrapper{display:none;position:relative;-webkit-transform:translate3d(0px, 0px, 0px);}
.owl-carousel .owl-wrapper-outer{width:100%;margin:0;overflow:hidden;position:relative;}
.owl-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;}

.owl-carousel .owl-item{width:411px;float:left;}
.owl-carousel .owl-item a{padding:0 10px;display:block;}
.owl-carousel .owl-wrapper,.owl-carousel .owl-item{-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);}


.owl-theme .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-theme .owl-controls .owl-buttons div{width:30px;height:59px;margin:0;padding:0;position:absolute;top:36%;text-align:center;display:inline-block;zoom:1;*display:inline;filter:Alpha(Opacity=50);opacity:0.5;cursor:pointer;}

.owl-theme .owl-controls .owl-buttons div.owl-next{right:-40px;}
.owl-theme .owl-controls .owl-buttons div.owl-prev{left:-40px;}

.owl-theme .owl-controls.clickable .owl-buttons div:hover{filter:Alpha(Opacity=100);opacity:1;text-decoration:none;}

