/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top:0;
	text-align: center;
}
.owl-pagination{display:block;}
.ltrhd-sec .owl-pagination{display:block !important;}
.owl-prev, .owl-next{text-indent:-99999px;}
.owl-prev{background:url(../images/sprite.png) no-repeat -40px -750px; width:31px; height:31px; position:absolute; left:110px; top:63%;}
.owl-next{background:url(../images/sprite.png) no-repeat -215px -750px; width:31px; height:31px; position:absolute; right:110px; top:63%; z-index:9;}
.ltrhd-sec .owl-prev{background:url(../imagess/left-arr.png) no-repeat 0 0; width:66px; height:130px; position:absolute; left:0; top:110px; display:block !important;}
.owl-next{background:url(../images/sprite.png) no-repeat -215px -750px; width:31px; height:31px; position:absolute; right:110px; top:63%; z-index:9;}
.ltrhd-sec .owl-next{background:url(../imagess/right-arr.png) no-repeat 0 0; width:66px; height:130px; position:absolute; right:0; top:110px; z-index:1000;  display:block !important;}
.ltrhd-sec .inner2{width:85%; margin:0 auto; padding:0;
/* 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: 7px 15px;
	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: 12px;
	height: 12px;
	margin: 5px 3px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #3058a0;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	background:#dc6814;
}

/* 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
}