/*
* Owl Slider
*/

.slider-owl {
  position: relative;
}

.slider-owl.owl-theme .owl-nav {
  position: absolute;
  top: 46%;
  left: 0;
  right: 0;
  margin-top: -55px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.slider-owl.owl-theme .owl-nav div {
  position: absolute;
  top: 0;
  bottom: 0;
}

.slider-owl.owl-theme .owl-nav .owl-prev {
  left: 0;
}

.slider-owl.owl-theme .owl-nav .owl-next {
  right: 0;
}

.slider-owl.owl-theme .owl-nav [class*='owl-'] {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 110px;
  font-size: 14px;
  line-height: 110px;
  color: #999;
  background-color: rgba(255, 255, 255, .25);
  border-radius: 0;
  cursor: pointer;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.slider-owl.owl-theme .owl-nav [class*='owl-']:hover {
  width: 110px;
  color: #333;
  background-color: rgba(255, 255, 255, .7);
}

.slider-owl.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.slider-owl.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px;
}

.slider-owl.owl-theme .item-slide>.item-caption {
  position: absolute;
  width: 100%;
}

#slider_owl .item-caption h1 {
  margin-top: 0;
  line-height: 1.4;
}



@media (max-width: 991px) {
  #slider_owl .item-caption h1 {
    font-size: 36px;
  }

  #slider_owl .item-caption .owl-p {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  #slider_owl .item-caption h1 {
    font-size: 20px;
  }
}
