/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{

    text-align: center;
    position: absolute;
    bottom: 0;
    width: 10%;
    z-index: 102;
    right: 45%;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	display: none;
	zoom: 1;
	*display: none;/*IE7 life-saver */
	padding: 30px 15px;
}
.owl-theme .owl-controls .owl-buttons div:hover{
	background-color:rgba(255,255,255,0.6);

}
.owl-buttons .owl-prev
{
	left:2%;
	position:absolute;
	}
.owl-buttons .owl-next{
	right:2%;
	position:absolute;

	}
/* 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{

	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */

}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width:15px;
	height:15px;
	margin:5px 3px;
	border:2px solid rgba(103, 102, 102, 0.63);
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	width:15px;
	height:15px;
	background:#fff;
	border:0;
	border-radius: 0;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	padding: 2px 10px;
	border:2px solid rgba(103, 102, 102, 0.63);
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}