
.outerslider .owl-dots{display:none !important;}

.owl-theme .owl-controls {
	margin-top:10px;
	text-align:center;
	-webkit-tap-highlight-color:transparent; 
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
color:#fff;
font-size:14px;
margin:5px;
padding:4px 7px;
background:#d6d6d6;
display:inline-block;
cursor:pointer;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
background:#869791;
color:#fff;
text-decoration:none
}
.owl-theme .owl-controls .owl-nav .disabled {
	opacity:.5;
	cursor:default
}
.owl-theme .owl-dots .owl-dot {
	display:inline-block;
	zoom:1;
*display:inline
}
.owl-theme .owl-dots .owl-dot span {
	width:14px;
	height:14px;
	margin:5px;
	background:#fff;
	display:block;
	-webkit-backface-visibility:visible;
	-webkit-transition:opacity 200ms ease;
	-moz-transition:opacity 200ms ease;
	-ms-transition:opacity 200ms ease;
	-o-transition:opacity 200ms ease;
	transition:opacity 200ms ease;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background:#008D5C; width:14px; height:14px;
}

.owl-carousel .owl-controls{position: absolute; bottom: 0; width: 100%;}
.owl-carousel1 .owl-controls{position: absolute; bottom: 50%; width: 100%;}
.owl-carousel .owl-controls .owl-nav{display:none !important;}
.owl-carousel1 .owl-controls .owl-nav{display:block !important;}
.owl-carousel1 .owl-controls .owl-nav .owl-prev{left:0; position:absolute; background: url(../images/slider-arrow-prev.png) 0 0 no-repeat; width:40px; height:40px; text-indent:-9999px; opacity:0.7;}
.owl-carousel1 .owl-controls .owl-nav .owl-next{right:15px; position:absolute; background: url(../images/slider-arrow-next.png) 0 0 no-repeat; width:40px; height:40px; text-indent:-9999px;
opacity:0.7;}
.owl-carousel1 .owl-controls .owl-nav .owl-prev:hover{background: url(../images/slider-arrow-prev.png) 0 0 no-repeat; opacity:1;}
.owl-carousel1 .owl-controls .owl-nav .owl-next:hover{background: url(../images/slider-arrow-next.png) 0 0 no-repeat; opacity:1;}

.owl-carousel2 .owl-controls{    position: absolute;
    bottom: 25%;
    width: 10%;
    left: 60px;}
.owl-carousel2 .owl-controls .owl-nav{display:block !important;}
.owl-carousel2 .owl-controls .owl-nav .owl-prev{left: 0;
    position: absolute;
    background: url(../images/video-slider-arrow-prev.png) center 0 no-repeat;
    width: 26px;
    height: 21px;
    text-indent: -9999px;
    opacity: 0.7;
    background-size: 70%;
    padding: 0;}
.owl-carousel2 .owl-controls .owl-nav .owl-next{right:0; position:absolute; background: url(../images/video-slider-arrow-next.png) center 0 no-repeat;width: 26px;
    height: 21px;
    text-indent: -9999px;
    opacity: 0.7;
    background-size: 70%;
    padding: 0;}
.owl-carousel2 .owl-controls .owl-nav .owl-prev:hover{background: url(../images/video-slider-arrow-prev.png) center 0 no-repeat; opacity:1; background-size: 70%;
    padding: 0; width: 26px;
    height: 21px;}
.owl-carousel2 .owl-controls .owl-nav .owl-next:hover{background: url(../images/video-slider-arrow-next.png) center 0 no-repeat; opacity:1; background-size: 70%;
    padding: 0; width: 26px;
    height: 21px;}



.owl-carousel1 .item{margin-right:15px;}
.owl-carousel1 .owl-controls .owl-dots,.owl-carousel2 .owl-controls .owl-dots{display:none !important;}

@media only screen 
and (min-width : 320px) 
and (max-width : 639px){
.owl-theme .owl-dots{position:relative; bottom:-55px;}
.owl-theme .owl-dots .owl-dot span{background:#c4d6e2;}
.owl-theme .owl-dots{bottom:0 !important;}

}
@media only screen 
and (min-width : 640px) 
and (max-width : 767px){
.owl-theme .owl-dots{position:relative; bottom:-55px;}
.owl-theme .owl-dots .owl-dot span{background:#c4d6e2;}
.owl-theme .owl-dots{bottom:0 !important;}

}
@media only screen 
and (min-width : 768px) 
and (max-width : 1023px){
.owl-carousel .owl-controls .owl-nav{position:relative; top:-130px !important;}

@media only screen 
and (min-width : 1024px) 
and (max-width : 1169px){
	
.owl-carousel .owl-controls .owl-nav {position: relative; top: -175px !important;}
}