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

.owl-theme .owl-controls{
	margin-top: -42px;
	text-align: center;
	margin-right: 10px;
	z-index: 99;
	position: relative;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	font-size: 12px;




	position: relative;
	top: -260px;
}
/* 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{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	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: 10px;
	height: 10px;
	margin: 6px 6px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #cccccc;
	overflow: hidden;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=90);/*IE7 fix*/
	opacity: 1;
	background: #a0171f;
}

/* If PaginationNumbers is true */

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

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
.banner-owl .owl-prev{background: url(../img/home-left.png) no-repeat;width: 50px;height: 95px;background-size: 100%;float: left;right: -60px;top: -308px !important;}
.banner-owl .owl-next{background: url(../img/home-right.png) no-repeat;width: 50px;height: 95px;background-size: 100%;float: right;right: 60px;top: -308px !important;}
.owl-show .owl-prev{background: url(../img/prev.jpg) no-repeat;width: 58px;height: 52px;background-size: 100% 100%;float: left;right: 62px;}
.owl-show .owl-next{background: url(../img/next.jpg) no-repeat;width: 58px;height: 52px;background-size: 100% 100%;float: right;left: 72px;}
.owl-show-2 .owl-prev{background: url(../img/prev.jpg) no-repeat;width: 58px;height: 52px;background-size: 100% 100%;float: left;right: 62px;top: -155px !important;}
.owl-show-2 .owl-next{background: url(../img/next.jpg) no-repeat;width: 58px;height: 52px;background-size: 100% 100%;float: right;left: 366px;top: -100px !important;}
.ac-swiper .owl-prev{background: url(../img/prev.jpg) no-repeat;width: 15px;height: 25px;background-size: 100%;float: left;right: 40px;}
.ac-swiper .owl-next{background: url(../img/next.jpg) no-repeat;width: 15px;height: 25px;background-size: 100%;float: right;left: 46px;}
.right-swiper .owl-prev{background: url(../img/red-prev.png) no-repeat;width: 15px;height: 30px;background-size: 100%;float: left;right: -30px;}
.right-swiper .owl-next{background: url(../img/red-next.png) no-repeat;width: 15px;height: 30px;background-size: 100%;float: right;left: -20px;}