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

.carrusel-home .owl-theme .owl-controls{
	margin-top:0px;
	text-align: center;
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	padding:10px 0px;
	background-color:#000;
	opacity:.8;
}

/* Styling Next and Prev buttons */

.carrusel-home .owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.carrusel-home .owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.carrusel-home .owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
}
.carrusel-home .owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #fff;
}

.carrusel-home .owl-theme .owl-controls .owl-page.active span,
.carrusel-home .owl-theme .owl-controls.clickable .owl-page:hover span{
	background: #ccc;
}

/* If PaginationNumbers is true */

.carrusel-home .owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #000;
	padding: 5px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
    font-family: lato;
    font-weight:bold;
}

.carrusel-home .owl-theme .owl-controls .owl-page.active span.owl-numbers{
	background-color:#ba0c2f;
    color: #fff;
}
/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}