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



#owl-example1 .owl-prev, #owl-example1 .owl-next {

        

    }

   #owl-example1 .owl-next { 

  border: 1px solid #000;

color: #000;

display: inline-flex;

font-size: 26px;

height: 30px;

opacity: 1;

padding: 0px 10px;

position: absolute;

text-shadow: none;

width: 30px;

cursor:pointer;

 }

   #owl-example1 .owl-prev  { 

 border: 1px solid #000;

color: #000;

cursor: pointer;

display: inline-flex;

font-size: 26px;

height: 30px;

margin-right: 10px;

opacity: 1;

padding: 0px 9px;

text-shadow: none;

width: 30px;

}

   #owl-example1 .owl-prev i, .owl-next i {}

#owl-example1 .owl-nav {

    position: relative;

    width: 100%;

    margin: 24px -33px; 

}



.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-example .owl-nav {

    position: absolute;

    top: 45%;

    width: 100%;

    left: 0;

    right: 0;

    margin: 0px auto; 

}



#owl-example .owl-prev {

	background:url(../images/prev-btn.png) center #000; width:50px; height:50px; text-align:center; font-size:0;

  left:0px; cursor:pointer;

  opacity:0.28;

  position: absolute; 

}

#owl-example .owl-next {background:url(../images/next-btn.png) center #000; width:50px; height:50px; text-align:center; font-size:0;

  position: absolute; cursor:pointer;  opacity:0.28;

  right: 0;

}

#owl-example .owl-next:hover, #owl-example .owl-prev:hover{ background-color:#52463A;}



#owl-example3 .owl-nav {

    position: absolute;

    top:52%;

    width: 100%;

    left: 0;

    right: 0;

    margin: 0px auto; 

}



#owl-example3 .owl-prev {

	background:url(../images/prev-btn.png) center #000; 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 #000; width:50px; height:50px; text-align:center; font-size:0;

  position: absolute; cursor:pointer;

  right: 0;

}

#owl-example5 .owl-nav, #owl-example6 .owl-nav, #owl-example7 .owl-nav {

  left: 0;

  margin: 0 auto;

  position: absolute;

  right: 0;

  top: 0%;

  width: 100%;

  

}

#owl-example4 i, #owl-example5 i, #owl-example6 i, #owl-example7 i {

  color: #000;

  font-size: 20px;

}

#owl-example4 .owl-prev, #owl-example5 .owl-prev, #owl-example6 .owl-prev, #owl-example7 .owl-prev {

  background: #e5e5e5 none repeat scroll 0 0;

border-radius: 50px;

cursor: pointer;

height: 38px;

left: 47%;

padding-top: 9px;

position: absolute;

text-align: center;

transition: all 0.3s ease-in-out 0s;

width: 38px;

padding-right: 4px;



}

#owl-example4 .owl-next, #owl-example5 .owl-next, #owl-example6 .owl-next, #owl-example7 .owl-next {

  background: #e5e5e5 none repeat scroll 0 0;

border-radius: 50px;

cursor: pointer;

height: 38px;

padding-left: 3px;

padding-top: 9px;

position: absolute;

right: 46%;

text-align: center;

transition: all 0.3s ease-in-out 0s;

width: 38px;

}