/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme .owl-controls{text-align: center;}
.owl-theme .owl-controls .owl-buttons div{
	overflow: hidden;
	border-radius: 50%;
	display: inline-block;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover{text-decoration: none;}
.owl-pagination{line-height: 12px;}
.owl-theme .owl-controls .owl-page{
	padding: 0 4px;
	display: inline-block;
	vertical-align: middle;
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 10px;
	height: 10px;
	background: #fff;
	border: 2px solid #999;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{}
.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #fff;
	font-size: 12px;
	padding: 2px 10px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.owl-item.loading{
	min-height: 150px;
	background: url(../images/AjaxLoader.gif) no-repeat center center
}


.owl-stage-outer{
 position:relative;
 overflow:hidden;
 -webkit-transform:translate3d(0,0,0);
 direction: ltr;
}