/*
* 	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;
	padding:3px 10px;
	margin:5px;
	font-size:12px;
	background:#869791;
	border-radius:30px;
	display:inline-block;
	*display:inline;/*IE7 life-saver */
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	opacity:0.8;
	filter:Alpha(Opacity=80);/*IE7 fix*/
	zoom:1;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
    left:-8%;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    right:-8%;
}

.owl-theme .owl-controls .owl-buttons [class*=owl-] {
    width:38px;
    height:45px;
    font-size:20px;
    color:#0055A1;
    line-height:48px;
    text-align:center;
    bottom:50%;
    padding:0;
    padding:0 5px;
    margin:0;
    margin-bottom:0;
    background-color:#FFF;
    border-radius:0px;
    transition:color .3s ease;
    -webkit-transition:color .3s ease;
    position:absolute;
}

/* 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 {
	text-decoration:none;
	opacity:1;
	filter:Alpha(Opacity=100);/*IE7 fix*/
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
	display:inline-block;
	*display:inline;/*IE7 life-saver */
	zoom:1;
}
.owl-theme .owl-controls .owl-page span {
	width:15px;
	height:15px;
	margin:5px 7px;
	background:#ED1B24;
	border-radius:50%;
	display:block;
	opacity:0.5;
	filter:Alpha(Opacity=50);/*IE7 fix*/
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	opacity:1;
	filter:Alpha(Opacity=100);/*IE7 fix*/
}

/* 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;
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
}

/* preloading images */
.owl-item.loading {
	min-height:150px;
	background:url('../img/owlc_slid_load.gif') no-repeat center center
}