/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #000;
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin:0 5px 5px 5px;
	padding: 10px 20px;
	font-size: 18px;
	background: rgba(0,0,0,0.1);
    font-family:'Roboto Condensed', sans-serif; 
    font-weight:400;
    color: #555;
    font-size: 14px;
}
/* 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;
	background:#000;
	color:#39b54a;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline-block;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius:10px;
	border:2px solid #a30827;
	margin: 5px;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	background:#a30827;
	color: white;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #333;
	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
}