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

.owl-theme .owl-controls{
	text-align: center;
	position: absolute;
	width: 100%;
	left:0px;
	bottom: -12px;
}



/* 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;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* 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: 9px;
	height: 9px;
	margin: 5px 5px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 15px;
	border-radius: 25px;
	background: #80b841;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	background:#fff;
	border: solid 1px #80b841;
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: 20px;
	width: 20px;
	color: #FFF;
	padding: 0px 0px;
	font-size: 12px;
	line-height: 20px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 20px;
	display: inline-block;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
.owl-carousel .item{ text-align:center;}











.owl-theme3 .owl-controls{
	text-align: center;
	position: absolute;
	width: 100%;
	left:0px;
	bottom: -15px;
}

/* Styling Next and Prev buttons */

.owl-theme3 .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme3 .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme3 .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme3 .owl-controls .owl-page span{
	display: block;
	width: 9px;
	height: 9px;
	margin: 5px 5px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 15px;
	border-radius: 25px;
	background: #0176c4;
}

.owl-theme3 .owl-controls .owl-page.active span,
.owl-theme3 .owl-controls.clickable .owl-page:hover span{
	background:#fff;
	border: solid 1px #0176c4;
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme3 .owl-controls .owl-page span.owl-numbers{
	height: 20px;
	width: 20px;
	color: #FFF;
	padding: 0px 0px;
	font-size: 12px;
	line-height: 20px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 20px;
	display: inline-block;
}



@media (max-width:767px){
	.owl-theme3 .owl-controls{
		bottom:0px;
	}
}





.owl-theme_sidearrow .owl-controls{
	text-align: center;
	position: absolute;
	width: 100%;
	left:0px;
	bottom: -15px;
}

/* Styling Next and Prev buttons */

.owl-theme_sidearrow .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme_sidearrow .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme_sidearrow .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme_sidearrow .owl-controls .owl-page span{
	display: block;
	width: 9px;
	height: 9px;
	margin: 5px 5px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 15px;
	border-radius: 25px;
	background: #0176c4;
}

.owl-theme_sidearrow .owl-controls .owl-page.active span,
.owl-theme_sidearrow .owl-controls.clickable .owl-page:hover span{
	background:#fff;
	border: solid 1px #0176c4;
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme_sidearrow .owl-controls .owl-page span.owl-numbers{
	height: 20px;
	width: 20px;
	color: #FFF;
	padding: 0px 0px;
	font-size: 12px;
	line-height: 20px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 20px;
	display: inline-block;
}

.owl-theme_sidearrow .owl-prev{
	left: 15px;
	bottom: 250px;
	position:absolute;
	background:url(../images/common/slider/prev_w.png) no-repeat bottom; width:30px; height:50px!important; }

.owl-theme_sidearrow .owl-next{
	right: 15px;
	bottom: 250px;
	position:absolute;
	background:url(../images/common/slider/next_w.png) no-repeat bottom;  width:30px; height:50px!important;}




@media (max-width:767px){
	.owl-theme_sidearrow .owl-controls{
		bottom:0px;
	}
}

