/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div{color:#FFF;display:inline-block;position:absolute;top:-120px;zoom:1;*display:inline;margin:5px;padding:3px 4px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;background:#53414f;filter:Alpha(Opacity=50);opacity:0.5;}
.owl-theme .owl-controls .owl-buttons .owl-prev{left:-25px;}
.owl-theme .owl-controls .owl-buttons .owl-next{right:-24px;}
.owl-theme .owl-controls .owl-buttons div:after{width:12px;height:12px;content:" ";display:block;background-size:50% 50%;background-repeat:no-repeat;background-position:center center;}
.owl-theme .owl-controls .owl-buttons .owl-prev:after{background-image:url('../../../../../themes/smeg/img/thumbs_left.gif');}
.owl-theme .owl-controls .owl-buttons .owl-next:after{background-image:url('../../../../../themes/smeg/img/thumbs_right.gif');}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{filter:Alpha(Opacity=100);opacity:1;text-decoration:none;}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-pagination{bottom:10px;height:6px;left:0;line-height:0;margin:0;padding:0;position:absolute;right:0;text-align:center;top:auto;z-index:2;}
.owl-theme .owl-controls .owl-page{display:inline-block;height:100%;}
.owl-theme .owl-controls .owl-page span{background:#2f2f2f;border:0;border-radius:3px;color:inherit;display:block;height:100%;margin:0 4px;outline:0;padding:0;text-indent:-9999px;text-decoration:none;width:6px;transition:all 0.25s ease-in-out 0s;-webkit-transition:all 0.25s ease-in-out 0s;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;-webkit-border-radius:3px;}
.owl-theme .owl-controls.clickable .owl-page:hover span{background:#d60426;}
.owl-theme .owl-controls .owl-page.active span{background:#d60426;width:26px;}
/* 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;}
/* preloading images */
.owl-item.loading{min-height:150px;background:url(AjaxLoader.gif) no-repeat center center;}