/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	
	zoom: 1;
	
	
	padding: 3px 10px;
	font-size: 12px;
	/*display: inline-block;display: inline;-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;*/
	
}



/* 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-dot{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}


.banner .owl-theme .owl-controls .owl-dot span{
	display:none!important;
	width: 5px;
height: 3px;
	margin: 5px 4px 8px;
	
	padding:4px 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #ff6602; 
}

.banner .owl-theme .owl-controls .owl-dot.active span,
.banner .owl-theme .owl-controls.clickable .owl-dot:hover span{
		display:none;
}


/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-dot 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(../Images/AjaxLoader.gif) no-repeat center center
}

@media(max-width:1000px)
{
.testimonialsdiv .owl-theme .owl-controls .owl-dot span
{
display: block;width:5px;
height: 3px;margin:6px 5px 9px;
padding:5px 4px;
-webkit-border-radius: 7px;
-moz-border-radius:7px;
border-radius: 7px;
background: #91B83E; 
}
	
.testimonialsdiv .owl-theme .owl-controls .owl-dot.active span,
.testimonialsdiv .owl-theme .owl-controls.clickable .owl-dot:hover span
{background: #25AAE1;}}

