/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls {
	text-align:center;
	transform:translateY(-60px);
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
	color:#FFF;
	font-size:12px;
	padding:3px 10px;
	margin:5px;
	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:#333;
    text-align:center;
    line-height:60px;
    padding:0;
    margin:0;
    bottom:40%;
    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:#F02942;
	text-decoration:none;
	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:15px;
	height:15px;
	margin:5px 7px;
	background:#FFF;
	border-radius:50%;
	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;
	position:relative;
}

/* 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
}