/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	text-align: center;
}
#header .owl-theme .owl-controls{
	top: -86px;
    float: right;
    right: 17%;
    position: relative;
    text-align: center;
}
/* Styling Next and Prev buttons */

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */


/* Styling Pagination*/

.owl-controls .owl-dot{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-controls .owl-dot span{
	display: block;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	background: #fff;
	margin: 2px;
}
.owl-prev{
	background-image: url(../img/arrows.png);
	height: 22px;
	width: 12px;
	position: absolute;
	top: 50%;
	margin-top: -22px;
	left: 0px;
	margin-left: 0px;
	}
.owl-next{
	background-image: url(../img/arrows.png);
	height: 22px;
	width: 12px;
	position: absolute;
	top: 50%;
	margin-top: -22px;
	right: 0px;
	margin-right: 0px;
	background-position: -12px 0px;
	}
.owl-prev:hover{

}
.owl-next:hover{

}
.owl-controls .owl-dot.active span,
.owl-controls.clickable .owl-dot:hover span{
	background-color: #ffea00;
}

/* If PaginationNumbers is true */

.owl-controls .owl-dot 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
}