@charset "utf-8";
/* display none until init */
.item-thumb{display:none; position:relative; margin:0 auto; width:100%; -ms-touch-action:pan-y}
.item-thumb .owl-wrapper{display:none; position:relative; -webkit-transform:translate3d(0px, 0px, 0px)}
.item-thumb .owl-wrapper-outer{overflow:hidden; position:relative; width:100%}
.item-thumb .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}
.item-thumb .owl-item{float:left}
.item-thumb .owl-item .item img{display:block; width:100%; height:auto}

/* mouse grab icon */
.item-thumb .grabbing{cursor:url(../img/grabbing.png) 8 8, move}

/* fix */
.item-thumb .owl-wrapper,
.item-thumb .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)}

/*--[ Controls ]--*/
.item-thumb .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)}
.item-thumb .owl-controls .owl-page,
.item-thumb .owl-controls .owl-buttons div{cursor:pointer}

/* Next and Prev buttons */
.item-thumb .owl-controls .owl-buttons > div{position:absolute; top:50%; margin-top:-28px; display:inline-block; zoom:1; *display:inline; width:28px; height:56px; background:rgba(255,255,255,.5); background-image:url(../img/sarrow.png); background-repeat:no-repeat}
.item-thumb .owl-controls .owl-buttons .owl-prev{left:0; background-position:7px 15px}
.item-thumb .owl-controls .owl-buttons .owl-next{right:0; background-position:-33px 15px}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.item-thumb .owl-controls.clickable .owl-buttons > div:hover{background:rgba(255,255,255,1)}
.item-thumb .owl-controls.clickable .owl-buttons .owl-prev:hover{background-position:-76px 15px}
.item-thumb .owl-controls.clickable .owl-buttons .owl-next:hover{background-position:-114px 15px}

/* Pagination*/
.item-thumb .owl-controls .owl-pagination{position:absolute; width:100%; bottom:-51px; text-align:center}
.item-thumb .owl-controls .owl-page{display:inline-block}
.item-thumb .owl-controls .owl-page span{display:block; width:40px; height:40px; margin-right:4px; margin-left:4px; background:rgba(255,255,255,.4)}
.item-thumb .owl-controls .owl-page.active span,
.item-thumb .owl-controls.clickable .owl-page:hover span{background:rgba(255,255,255,0)}

/* If PaginationNumbers is true */
.item-thumb .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}
/* preloading images */
.item-thumb .owl-item.loading{min-height:150px; background:url(../img/AjaxLoader.gif) no-repeat center center}
