/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.2
*/

.owl-theme .owl-controls{
	margin-top: 0;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
position:absolute;top:50%; margin-top: -29px; height:58px;width:32px;z-index:222222; text-indent:-9999px;
}
.owl-theme .owl-controls  .owl-buttons .owl-prev,.owl-theme .owl-controls  .owl-buttons .owl-next{background:url("../images/icon_bg.png") no-repeat;}
.owl-theme .owl-controls  .owl-buttons .owl-prev {left:10px;background-position:0 0; display:none}
.owl-theme .owl-controls  .owl-buttons .owl-next {right:10px; background-position: -32px 0; display:none}
.owl-carousel:hover .owl-buttons .owl-prev { display:block}
.owl-carousel:hover .owl-buttons .owl-next { display:block}

/* 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;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 8px;
	height: 8px;
	margin: 5px 3px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	border:1px solid #fff;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{

	background: #57a8ec;
	border:1px solid #57a8ec;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	font-size: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(../images/loading.gif) no-repeat center center;
	background-size: auto 15px;


}


/*--banner_mobile--*/
.banner_mobile .owl-pagination,
.banner_web .owl-pagination {
	position: absolute; width: 100%; left: 0; bottom:2%;
}
.banner_web .owl-theme .owl-controls .owl-page,
.banner_mobile .owl-theme .owl-controls .owl-page {
	
}


