/*

* 	Owl Carousel Owl Demo Theme 

*	v1.24

*/



.owl-theme .owl-controls {
	position: absolute;
	width: 100%;
	bottom: 25%;
	text-align: center;
}
.sliderImpact .owl-theme .owl-controls {
	position: absolute;
	width: 100%;
	bottom: -40px;
	text-align: center;
	
}
.sliderHome.owl-theme .owl-controls {bottom:42%;}
.home .owl-theme .owl-controls .owl-pagination{display:none!important;}


/* Styling Next and Prev buttons */


.owl-theme .owl-controls .owl-buttons {
	position: absolute;
	top: 0;
	left: 0;
	float: left;
	width: 100%;}

.owl-theme .owl-controls .owl-buttons div {
	width: 10px;
	display:none;
	height: 56px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	text-indent: 5000px;
	position: absolute;
	top: 0;
	right: 2%;
	background: url(../../images/arrow-01.svg) right top no-repeat;
	background-size: 26px 56px;
	opacity: 0.75;filter:alpha(opacity=75);}
	
	.owl-theme .owl-controls .owl-buttons div.owl-prev { left: 2%; background-position: left top;}
	.sliderHome.owl-theme:hover .owl-controls .owl-buttons div {display:block;}

	.owl-theme .owl-controls .owl-buttons div:hover { }
	
/* 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 7px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #FFF;
}
.sliderImpact .owl-theme .owl-controls .owl-page span {
	background: #CCC;
}
.owl-theme .owl-controls .owl-page.active span,  .owl-theme .owl-controls.clickable .owl-page:hover span {
	background: #468ec3;
}
/* 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
}
