/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.2
*/
.owl-slider .item {
	position:relative
}
.owl-theme .owl-controls {
	margin: 0;
    position: absolute;
    top: -49px;
    width: 100%;
	z-index:100;
}
.main-slider .owl-slider-outer .owl-controls {
	top:50%!important;
	left:1%!important;
	right:auto;
	width:98%
}
.owl-slider-outer.slider-listing .owl-controls {
	left:5px;
	bottom:5%;
	top:auto;
	padding-bottom:0
}
.owl-theme .owl-controls .owl-buttons {		
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
	display:inline-block;
	zoom:1;
	*display:inline
}
.owl-slider-outer .owl-slider-next:hover, .owl-slider-outer .owl-slider-prev:hover, .owl-theme .owl-controls .owl-buttons div:hover {	
}
.owl-theme .owl-controls .owl-buttons div.disabled {	
	cursor:default;	
}
.owl-theme .owl-controls .owl-buttons div {
	display:inline-block;
	width:36px;
	height:36px;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev ,
.owl-theme .owl-controls .owl-buttons div.owl-next {
	position:absolute;	
	width:30px;
	height:30px;	
	border:1px solid #CBCCCE;	
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height:1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color:#757577;
	text-align:center;
	background: none repeat scroll 0 0 #f0f0f0;
    border-radius: 3px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15) inset;
	transition: all 0.3s ease 0s;
	overflow: hidden;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev{
	right:50px;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev:hover ,
.owl-theme .owl-controls .owl-buttons div.owl-next:hover {
	background: none repeat scroll 0 0 #f08008;
	border:1px solid #f08008;
	transition: all 0.3s ease 0s;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev:before {
	content: "\f104";
	line-height:26px;
	font-size:21px;
	transition: all 0.3s ease 0s;
	position: absolute;
	right:11px;
	color:#1b1b1b;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev:after {
	content: "\f104";
	line-height:26px;
	font-size:21px;
	color: #fff;
    right: -30px;
	transition: all 0.3s ease 0s;
	 position: absolute;
	 color:#ffffff;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev:hover:before {
	right:30px;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev:hover:after {
	right:11px;
}
.owl-theme .owl-controls .owl-buttons div.owl-next:before {
	content: "\f105";
	line-height:26px;
	font-size:21px;
	transition: all 0.3s ease 0s;
	position: absolute;
	left:11px;
	color:#1b1b1b;
}
.owl-theme .owl-controls .owl-buttons div.owl-next:after {
	content: "\f105";
	line-height:26px;
	font-size:21px;
	color: #fff;
    left: -30px;
	transition: all 0.3s ease 0s;
	position: absolute;
	color:#ffffff;
}
.owl-theme .owl-controls .owl-buttons div.owl-next:hover:before {
	left:30px;
}
.owl-theme .owl-controls .owl-buttons div.owl-next:hover:after {
	left:11px;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev.disabled:hover {	
}
.owl-theme .owl-controls .owl-buttons div.owl-next.disabled:hover,
.owl-theme .owl-controls .owl-buttons div.owl-next {	
	position:absolute;
	right:15px;
}
.products-list-small .owl-theme .owl-controls .owl-buttons div.owl-prev {  
    right: 53px;    
}
.products-list-small .owl-theme .owl-controls .owl-buttons div.owl-next.disabled:hover,
.products-list-small .owl-theme .owl-controls .owl-buttons div.owl-next {	
	right:0px;
}
.thumb-carousel.owl-carousel .owl-wrapper{
	margin-top: 30px;
}
.main-slider .owl-slider-outer .owl-controls .owl-buttons div.owl-next {
	float:right
}
.main-slider .owl-theme .owl-controls .owl-buttons div.disabled {
	opacity:1!important;
	filter:alpha(opacity=100);
	cursor: pointer;

}
.main-slider .owl-slider-outer .owl-slider-next:hover, .main-slider .owl-slider-outer .owl-slider-prev:hover, .main-slider .owl-theme .owl-controls .owl-buttons div:hover {
	color:#ee3b27 !important
}

/* 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-page {
	display:inline-block;
	zoom:1;
*display:inline
}
.owl-theme .owl-controls .owl-page span {
	display:block;
	width:12px;
	height:12px;
	margin:5px 7px;
	filter:Alpha(Opacity=50);
	opacity:.5;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	background:#869791
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter:Alpha(Opacity=100);
	opacity:1
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
	height:auto;
	width:auto;
	color:#FFF;
	padding:2px 10px;
	font-size:0.92em;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px
}
/* preloading images */
.owl-item.loading {
	min-height:150px;
	background:url(../images/AjaxLoader.gif) no-repeat center center
}
/* unique Next and Prev buttons */
.owl-theme.product-widgets .owl-controls {
	position:absolute;
	margin:0;
	padding:0 5px 0 0;
	right:0;
	top:0;
	background:#fff
}
