/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls {
	text-align:center;
	margin-top:10px;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
	color:#FFF;
	font-size:12px;
	padding:3px 10px;
	margin:5px;
	background:#869791;
	box-shadow:0 1px 3px rgba(0,0,0,.2);
	filter:Alpha(Opacity=90);
	opacity:0.9;
	*display:inline;
	display:inline-block;
	zoom:1;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
    left:-4%;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    right:-4%;
}

.owl-theme .owl-controls .owl-buttons [class*=owl-] {
    width:55px;
    height:55px;
    font-size:26px;
    color:#006CD9;
    text-align:center;
    line-height:60px;
    padding:0;
    margin:0;
    background:#FFF;
    bottom:45%;
	border-radius:50%;
    position:absolute;
    -webkit-transition:color .3s ease;
    transition:all 0.3s ease 0s;
}

/* 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{
    color:#FFF;
	text-decoration:none;
    background:#006CD9;
	filter:Alpha(Opacity=100);
	opacity:1;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page{
	display:inline-block;
	*display:inline;
	zoom:1;
}
.owl-theme .owl-controls .owl-page span{
	width:25px;
	height:8px;
	margin:5px 7px;
	background:#263548;
	border-radius:5px;
	filter:Alpha(Opacity=50);
	opacity:0.5;
	display:block;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter:Alpha(Opacity=100);
	opacity:1;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers{
	width:auto;
	height:auto;
	color:#FFF;
	font-size:12px;
	padding:2px 10px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
}

/* preloading images */
.owl-item.loading {
	width:24px;
	height:24px;
	background:url('../img/owlc_slid_load.gif') no-repeat center center
}