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

#owl-demo1.owl-theme .owl-controls{
	margin-top: -19px !important;
	text-align: center !important;
	position: relative;
}
#owl-demop.owl-theme .owl-controls{
	margin-top: -120px;
	text-align: center;
}
.owl-theme .owl-controls{
	margin-top: -45px;
	text-align: center;
}
#owl-demo1 .owl-pagination{
	display: table;
	margin: 0 auto;
	position: relative;
	margin-top:-25px;
}
#owl-demo1 .owl-pagination:after{
	content:'';
	background-image: url(assets/img/db.png);
	background-size: 100%;
	width: 140%;
	background-repeat: no-repeat;
	height: 22px;
	position: absolute;
	bottom: -13px;
	left: -20%;
}
/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons .owl-prev{
width: 34px;
height: 34px;
background-image: url('icon_back.png');
margin-left:30px;
float: left;
margin-top:-225px;
}

.doitac_top .owl-theme .owl-controls .owl-buttons .owl-prev{
width: 34px;
height: 34px;
background-image: url('icon_backv.png');
margin-left:-20px;
margin-top:-15px;
float: left;
}

.owl-theme .owl-controls .owl-buttons .owl-next{
width: 34px;
height: 34px;
background-image: url('icon_next.png');
margin-right:30px;
float: right;
margin-top:-225px;
}

.doitac_top .owl-theme .owl-controls .owl-buttons .owl-next{
width: 34px;
height: 34px;
background-image: url('icon_nextv.png');
margin-right:-20px;
float: right;
margin-top:-15px;
}
/* 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 #759BBB;
	background-color:#759BBB;
	height: 10px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 1;
	/* -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;
	background-color:#0054A6;
	border: 1px solid #0054A6;
	color: #000 !important;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #fff;
	width: 15px;
	height: 15px;
	font-size: 11px;
	line-height: 15px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 50%;
}

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