/*
* 	Owl Carousel Owl bx Theme 
*	v1.24
*/

.owl-theme .owl-controls{
	/*margin-top: 10px;*/
	text-align: center;
	z-index:9999;
	position:relative;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin:3px 5px;
	width:54px;
	height:54px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 30px;	
	filter: Alpha(Opacity=80);/*IE7 fix*/
	opacity: 0.8;
	font-size:0px;
	text-indent:99999;
}

/* 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);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

.owl-buttons div.owl-prev {background:url(arrow.png) 15px 50% no-repeat #2d2d2d;}
.owl-buttons div.owl-next {background:url(arrow.png) -20px 50% no-repeat #2d2d2d;


/* 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;
	background: #b9b9b9;
	text-indent: -9999px;
	display: block;
	width: 22px;
	height: 22px;
	margin:5px 4px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	background: #2e5364;
}

/* 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
}

	@media only screen and (max-width: 767px) {
.owl-theme .owl-controls .owl-page span{
	width: 15px;
	height: 15px;
	margin:5px 3px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	}
}


@media only screen and (max-width: 479px) {
.owl-theme .owl-controls .owl-page span{
	width: 10px;
	height: 10px;
	margin:5px 3px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	}
}