.carousel-wrap {

  width: 100%;
  position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
}

.owl-carousel {
  touch-action: pan-y !important;
  }

/* end fix */
.owl-nav > div {
  z-index: 9989898;
  position: absolute;
  bottom: -50px;
}

.owl-nav i {
  font-size: 30px;
}

.owl-stage{padding-right:0px !important; margin-right:0px !important;}


@media only screen and (min-width: 320px) and (max-width: 768px) {
.owl-nav{
  display: none;
}
}

.owl-nav .owl-prev {
  color: #fff !important;
  left: 0px;
  top:35%;
  width:65px;
  height:65px;
  background-color: rgba(0,0,0,.2);
  border-radius: 100%;
  text-align: center;
  padding-top: 17px;
}

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

.owl-nav .owl-prev:active {
  background-color: rgba(0,0,0,.5);
}

.owl-nav .owl-next {
  color: #fff !important;
  background-color: rgba(0,0,0,.2);
  right: 0px;
  top:35%;
  width:65px;
  height:65px;
  border-radius: 100%;
  text-align: center;
  padding-top: 17px;
}

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

.owl-nav .owl-next:active {
  background-color: rgba(0,0,0,.5);
}





