.owl-item{height:auto;float:left;width:100%;position:relative;}
.owl-stage-outer{height:100%;width:100%;transition:all ease 0.5s; overflow:hidden; position:relative;}
.owl-stage{overflow:hidden;position:relative;top:0;height:auto;width:100%;left:0;transition:all ease 0.5s;}
.item > img{height:auto;width:100%;transition:all ease 0.5s;}
.item{height:auto;width:100%;}
.owl-nav.disabled{display:none;}
.overlay:after {
  background:rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
  content:"";
  display:block;
  height:100%;
  position:absolute;
  top:0;
  width:100%;
  z-index:9;
}
.owl-dots {
  bottom:50px;
  left:0;
  margin:0 auto;
  position:absolute;
  right:0;
  text-align:center; z-index:99;
}
.owl-dot {
  background:none;
  display:inline-block;
  height:3px;
  margin:0 4px;
  width:30px; background:#fff;
  cursor:pointer;
}
.owl-dot.active{ background:#30261b;}
#owl-example1 .owl-dots{margin-top:30px; bottom:inherit;}
#owl-example1 .owl-stage-outer::after{ display:none;}
#owl-example1 .owl-dot{background:#ccc; border-radius:50%; display:inline-block; height:10px; margin:0 3px; width:10px; cursor:pointer; border:none;}
#owl-example1 .owl-dot.active{background:#81C275;}
#owl-example1 .item{height:auto;width:100%; padding:0 15px}

.owl-nav {
    position:absolute;
    top:45%;
    width:100%;
    left:0;
    right:0;
    margin:0px auto; 
}

.owl-prev {
	background:url(../images/prev-btn.png) center rgba(0,0,0,0.0); width:50px; height:50px; text-align:center; font-size:0;
  left:0px; cursor:pointer;
  position:absolute; 
}
.owl-next {background:url(../images/next-btn.png) center rgba(0,0,0,0.0); width:50px; height:50px; text-align:center; font-size:0;
  position:absolute; cursor:pointer;
  right:0;
}

#service-example .owl-prev {
	background:url(../images/prev.jpg) center rgba(0,0,0,0.0); width:50px; height:50px; text-align:center; font-size:0;
  left:0px; cursor:pointer;
  position:absolute; 
}
#service-example .owl-next {background:url(../images/nxt.jpg) center rgba(0,0,0,0.0); width:50px; height:50px; text-align:center; font-size:0;
  position:absolute; cursor:pointer;
  right:0;
}

.owl-next:hover, .owl-prev:hover{ background-color:rgba(0,0,0,0.0);}

#owl-example3 .owl-nav {
    position:absolute;
    top:46%;
    width:100%;
    left:0;
    right:0;
    margin:0px auto; 
}

#owl-example3 .owl-prev {background:url(../images/prev-btn.png) center rgba(0,0,0,0.5); width:50px; height:50px; text-align:center; font-size:0; left:0px; cursor:pointer; position:absolute;}

#owl-example3 .owl-next {background:url(../images/next-btn.png) center rgba(0,0,0,0.5); width:50px; height:50px; text-align:center; font-size:0; position:absolute; cursor:pointer; right:0;}

#owl-example3 .owl-next, #owl-example3 .owl-prev{}	