.owl-carousel .owl-wrapper:after{content:"";display:block;clear:both;visibility:hidden;line-height:0;height:0}
/* display none until init*/
.owl-carousel{display:none;position:relative;width:100%;-ms-touch-action:pan-y}
.owl-carousel .owl-wrapper{display:none;position:relative;-webkit-transform:translate3d(0,0,0)}
.owl-carousel .owl-wrapper-outer{overflow:hidden;position:relative;width:100%;padding-bottom:2px}
.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition:height .5s ease-in-out;-moz-transition:height .5s ease-in-out;-ms-transition:height .5s ease-in-out;-o-transition:height .5s ease-in-out;transition:height .5s ease-in-out}
.owl-carousel .owl-item{float:left}
.owl-controls .owl-page{display:none}
.owl-controls .owl-buttons div{cursor:pointer}
.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:transparent}
/* mouse grab icon*/
.grabbing{cursor:url(../images/grabbing.png) 8 8,move}
/* fix*/
.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-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-demo{float:none;margin:0 auto;width:100%;padding:0 30px}
.owl-theme .owl-controls{position:absolute;top:50%;margin-top:-15px;width:100%;text-align:center}
/* Styling Next and Prev buttons*/
.owl-theme .owl-controls .owl-buttons{display:block;width:100%;height:100%}
.owl-theme .owl-controls .owl-buttons div{position:absolute;display:inline-block;width:30px;height:30px;color:#333;font-size:0;opacity:.3;zoom:1;filter:Alpha(Opacity=50);background:url(../images/owl-buttons.png) no-repeat}
.owl-theme .owl-controls .owl-buttons div.owl-prev{left:-30px;background-position:0 0}
.owl-theme .owl-controls .owl-buttons div.owl-next{right:30px;background-position:-30px 0}
.owl-theme .owl-controls.clickable .owl-buttons div:hover{text-decoration:none;opacity:.6;filter:Alpha(Opacity=100)}
.owl-item.loading{min-height:150px;background:url(../images/AjaxLoader.gif) no-repeat center center}
 
 
 