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

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

/*prev and next button for testimonial*/
#testimonial .owl-theme .owl-controls .owl-buttons div{
    display: block;
    position: absolute;
    top: 80px;  
}
#testimonials .owl-theme .owl-controls .owl-buttons div{
    display: block;
    position: absolute;  
}
#testimonial .owl-prev{
    float: left;
    margin-left: -140px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    background-color: black;
    background: url('../images/testinomial-left.png') no-repeat black 50% 50%;
}
#testimonials .owl-prev{
    float: left;
    top: 80px;
    margin-left: -140px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    background-color: black;
    background: url('../images/testinomial-left.png') no-repeat black 50% 50%;
}
#simple-carousel .owl-prev,#image-carousel .owl-prev{
    float: left;
    top: 430px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    background-color: black;
    background: url('../images/testinomial-left.png') no-repeat black 50% 50%;
}
#simple-carousel .owl-next,#image-carousel .owl-next{
    float: right;
    top: 430px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    background-color: black;
    background: url('../images/testinomial-right.png') no-repeat black 50% 50%;
}
#testimonial .owl-next{
    float: right;
    margin-right: -140px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    background-color: black;
    background: url('../images/testinomial-right.png') no-repeat black 50% 50%;
}
#testimonials .owl-next{
    float: right;
       top: 80px;
    margin-right: -140px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    background-color: black;
    background: url('../images/testinomial-right.png') no-repeat black 50% 50%;
}

/*prev and next button end*/

.owl-theme .owl-controls .owl-buttons div{
      //  display:none;
    /*	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;IE7 life-saver 
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);IE7 fix
	opacity: 0.5;*/
}

.owl-theme .owl-controls .owl-buttons div.owl-prev{
    background: url('../images/left-logos.png') no-repeat;
    width: 34px;
    height: 47px;
    position: absolute;
    top: 130px;
    left: 0px;
    
}

.owl-theme .owl-controls .owl-buttons div.owl-next{
    background: url('../images/right-logos.png') no-repeat;
    width: 31px;
    height: 47px;
    position: absolute;
    top: 130px;
    right: 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 */
        position: relative;
        top: -15px;

}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.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
}

/* banner slideshow styles */

ol.dots{
        position: absolute;
        top: 222px;
        left: 0;
        padding: 0px;
        z-index: 1000;
}

ol.dots li.dot {
    	display: block;
	width: 10px;
	height: 10px;
	margin: 8px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: none;
        border: 1px solid #9da0a1;
}

ol.dots li.active { 
        background: #8dc65e; 
        border: 1px solid #8dc65e;
}
#image-carousel.owl-theme .owl-controls .owl-page span,#simple-carousel.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #d4d6dd;
}
#image-carousel.owl-theme .owl-controls .owl-page.active span,#simple-carousel.owl-theme .owl-controls .owl-page.active span,
#image-carousel.owl-theme .owl-controls.clickable .owl-page:hover span,#simple-carousel.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	background: #92cb67;
}