/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
	color: #2d2d2d;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	width: 26px;
	height: 39px;
	line-height: 70px;
	font-size: 12px;
	position: absolute;
	top: 120px;
	left: -9px;
	text-indent: -999em;
}

.owl-theme .owl-controls .owl-buttons div.owl-next {
	right: -9px !important;
	left: auto;
}
/* Styling Pagination*/

.owl-pagination {
	width: 100%;
	display: block;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
    position: absolute;
    bottom: 55px;
    text-align: center;
	}

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	width: 39px;
	height: 18px;
	padding: 0 0 0 0;
	margin: 0 5px 0 0;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page:last-child { margin: 0 0 0 0; }

.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 22px;
	height: 22px;
	background: #fff;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	border-radius: 22px;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	background: #5b9941;
}

/* 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;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
@media only screen and (max-width: 800px) {
.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	width: 29px;
	height: 18px;
	float: left;
	padding: 0 0 0 0;
	margin: 0 5px 0 0;
}
}
@media only screen and (max-width: 400px) {
.owl-theme .owl-controls .owl-pagination { display: none !important; }
}