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

#owl-demo1.owl-theme .owl-controls{
	margin-top: 0px !important;
	text-align: center !important;
}
#owl-demo1.owl-theme .owl-controls .owl-buttons div{
	margin-top: -263px !important;
}
.owl-theme .owl-controls .owl-buttons div{
	margin-top: 10px;
	text-align: center;
}

#owl-demop.owl-theme .owl-controls .owl-buttons div{
	margin-top: -54px !important;
}
#owl-demop .owl-controls .owl-buttons .owl-prev{width: 24px;height: 24px;background-image: url('../../images/priv1.png');margin-left: 0;/* display: table; */float: left;border-radius: 50%;}
#owl-demop .owl-controls .owl-buttons .owl-next{width: 25px;height: 25px;background-image: url('../../images/next1.png');margin-right: 0px;float: right;border-radius: 50%;}
/* Styling Next and Prev buttons */


.owl-theme .owl-controls .owl-buttons .owl-prev{width: 28px;height: 28px;background-image: url('pre.png');width: 57px;height: 57px;background-image: url(../../images/t_priv.png);margin-left: 28px;/* display: table; */float: left;}
.owl-theme .owl-controls .owl-buttons .owl-next{width: 57px;height: 57px;background-image: url('../../images/t_next.png');margin-right: 28px;float: right;}
/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{

position: relative;

font-size: 0px;
}
/* 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;
	border-radius: 50%;
	border: 1px solid #6A9114;
	height: 10px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	/* -webkit-border-radius: 20px; */
	-moz-border-radius: 20px;
	/* border-radius: 20px; */
	background: #FFFFFF;
	position: relative;
}

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

/* 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
}