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

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

#homeSlider {
	position: relative;
}

#homeSlider .customNavigation {
	position: absolute;
	top: -19px;
	left: 0px;
	right: 0px;
	z-index: 10;
}

#homeSlider .customNavigation a {
	color: #FFF;
	display: inline-block;
	padding: 0px;
	font-size: 26px;
	background: #226096;
	opacity: 0.8;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-weight: 700;
	text-align: center;
	position: absolute;
	top: 0px;
	z-index: 10;
	cursor: pointer;
}

#homeSlider .customNavigation a.prev {
	left: -19px;
	border-radius: 0px 0px 30px 0px;
}

#homeSlider .customNavigation a.next {
	right: -19px;
	border-radius: 0px 0px 0px 30px;
}

#homeSlider .customNavigation a.prev .fa {
	margin-left: -9px;
}

#homeSlider .customNavigation a.next .fa {
	margin-right: -9px;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
#homeSlider .customNavigation a:hover{
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-dot{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-dot span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	opacity: 0.5;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-dot.active span,
.owl-theme .owl-controls .owl-dot:hover span{
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-dot span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}