.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;transform: translate3d(0px, 0px, 0px);}
.owl-carousel .owl-wrapper-outer{overflow: hidden;position: relative;width: 100%; z-index:5;}
.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{float: left;}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{cursor: pointer;}
.owl-controls{-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
/* mouse grab icon*/
/*.grabbing{cursor:url(../images/grabbing.png) 8 8, move;}*/
/* fix*/
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item{-webkit-backface-visibility: hidden;transform: translate3d(0,0,0);-ms-transform: translate3d(0,0,0);}


#owl-demo{ width:695px; padding:0 40px; margin-bottom:30px;}
#owl-demo .item{ width:100%; float:left; padding:0; text-align:center; background:url(../../images/content/zz4.jpg)  repeat-x;}
#owl-demo .item a{ display:block; color:#818181; font-weight:bold; cursor: pointer;}
#owl-demo .item a i{ display:block; width:100%; background:url(../../images/content/zz3.jpg) center center no-repeat; height:30px;}
#owl-demo .item a.on{ color:#FB3F4E}
#owl-demo .item a.on i{ background:url(../../images/content/zz3_h.jpg) center center no-repeat;}
#owl-demo .item a p {font-weight: bold;}

#owl-demo_wh{ width:100%; float:left; padding:0 35px;}
#owl-demo_wh .item{ width:100%; float:left;   }

.owl-theme .owl-controls{ width:100%; text-align:center; display:none;}
/* Styling Next and Prev buttons*/
.owl-buttons{position:absolute; width:100%; top:50%; margin-top:-20px;}
.owl-theme .owl-controls .owl-buttons div{color: #FFF; position:absolute; font-size:0; display: inline-block;zoom: 1;*display: inline;/*IE7 life-saver*/ }

#owl-demo .owl-buttons{position:absolute; width:100%; height:59px; top:3px; right:0; margin-top: auto;}
#owl-demo .owl-prev{background: url(../../images/content/zz1.jpg) no-repeat; background-size:100% 100%; left:0; width:26px; height:26px;}
#owl-demo .owl-next{background: url(../../images/content/zz2.jpg) no-repeat; background-size:100% 100%; right:0;  width:26px; height:26px;}

#owl-demo_wh .owl-buttons{position:absolute; width:100%; height:30px; top:50%; right:0; margin-top: -25px;}
#owl-demo_wh .owl-prev{background: url(../../images/content/zz1.jpg) no-repeat; background-size:100% 100%; left:0; width:30px; height:30px;}
#owl-demo_wh .owl-next{background: url(../../images/content/zz2.jpg) no-repeat; background-size:100% 100%; right:0;  width:30px; height:30px;}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline;/*IE7 life-saver*/}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{ background:#ea1c2c;}


/* If PaginationNumbers is true*/
.owl-theme .owl-controls .owl-page span.owl-numbers{height: auto;width: auto;color: #FFF;padding: 2px 10px;font-size: 12px;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;}
