/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {text-align:center;-webkit-tap-highlight-color:transparent}
.owl-theme .owl-nav {top:40%;position:absolute; width:100%;}
.owl-theme .owl-nav [class*=owl-] {
color:#FFF;
font-size:14px;
margin:5px;
padding:4px 7px;
background:#D6D6D6;
display:inline-block;
cursor:pointer;
border-radius:3px;
float:right;
background-position:right;
right:0px;

}
.owl-theme .owl-nav [class*=owl-]:hover {
background:#869791;
color:#FFF;
text-decoration:none
}
.owl-theme .owl-nav .disabled {
	opacity:.5;
	cursor:default
}
.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top:0px
}
.owl-theme .owl-dots .owl-dot {
	display:inline-block;
	zoom:1
}

#envireo:hover.owl-theme .owl-dots .owl-dot.active span, #envireo:hover.owl-theme .owl-dots .owl-dot:hover span {background-color:rgba(203, 200, 200, 1); border:2px solid #000000; }


#envireo.owl-theme .owl-dots .owl-dot span {
	width:16px;
	height:16px;
	margin:5px 7px;
	display:block;
	-webkit-backface-visibility:visible;
   transition:.2s ease;
	border-radius:30px;
	z-index:9999;
	position:relative;
	background:#ffffff;

	
}

.owl-theme .owl-dots {margin-top:-40px;}
.owl-theme .owl-nav .owl-prev{float:right;}
.owl-theme .owl-nav .owl-next{float:left;}


.slidtextt{width:100%;}
#envireo.owl-theme .owl-dots .owl-dot span{ background-color:rgba(255, 255, 255, 0) }
#envireo:hover.owl-theme .owl-dots .owl-dot span{background-color:rgba(203, 200, 200, 1); border:2px solid #ffffff; }
#envireo.owl-theme .owl-nav .owl-prev{background-color:rgba(255, 255, 255, 0);  font-size:0px;}
#envireo:hover.owl-theme .owl-nav .owl-prev{ font-size:0px; background-image:url(../arrow8.html); background-repeat:no-repeat; width:39px; height:40px; background-position:right top;}
#envireo.owl-theme .owl-nav .owl-next{background-color:rgba(255, 255, 255, 0); font-size:0px;}
#envireo:hover.owl-theme .owl-nav .owl-next{ font-size:0px;  background-image:url(../arrow8.html); background-repeat:no-repeat; width:39px; height:40px; background-position:left top;}











