/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-carousel {
  z-index: 0;
}
.owl-theme:hover .owl-nav {
  opacity: 1;
}
.owl-theme .owl-nav {
  opacity: 0;
  transition: opacity 250ms ease-in-out;
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav button.owl-prev,
.owl-theme .owl-nav button.owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  color: #FFFFFF;
  width: 100px;
  font-size: 50px;
  border-radius: 0;
  background-color: rgba(233, 131, 33, 0.5);
}
.owl-theme .owl-nav button.owl-prev:hover,
.owl-theme .owl-nav button.owl-next:hover {
  background-color: #e98321;
}
.owl-theme .owl-nav button.owl-prev {
  left: 0;
}
@media (min-width: 1400px) {
  .owl-theme .owl-nav button.owl-prev {
    left: -100px;
  }
}
@media (min-width: 1300px) AND (max-width: 1399px) {
  .owl-theme .owl-nav button.owl-prev {
    left: -50px;
  }
}
.owl-theme .owl-nav button.owl-next {
  right: 0;
}
@media (min-width: 1400px) {
  .owl-theme .owl-nav button.owl-next {
    right: -100px;
  }
}
@media (min-width: 1300px) AND (max-width: 1399px) {
  .owl-theme .owl-nav button.owl-next {
    right: -50px;
  }
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #80450d;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #E98321;
}
.owl-theme2 .owl-nav {
  transition: opacity 250ms ease-in-out;
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme2 .owl-nav button.owl-prev,
.owl-theme2 .owl-nav button.owl-next {
  position: absolute;
  margin-top: -30px;
  top: -44px;
  color: #FFFFFF;
  width: 34px;
  height: 34px;
  font-size: 40px;
  line-height: 17px;
  border-radius: 0;
  background-color: rgba(233, 131, 33, 0.5);
}
.owl-theme2 .owl-nav button.owl-prev:hover,
.owl-theme2 .owl-nav button.owl-next:hover {
  background-color: #e98321;
}
.owl-theme2 .owl-nav button.owl-prev span,
.owl-theme2 .owl-nav button.owl-next span {
  position: absolute;
  width: 100%;
  top: 6px;
  left: 0;
}
.owl-theme2 .owl-nav button.owl-prev {
  right: 44px;
}
.owl-theme2 .owl-nav button.owl-next {
  right: 0px;
}
.owl-theme2 .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme2 .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme2 .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme2 .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme2 .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #80450d;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme2 .owl-dots .owl-dot.active span,
.owl-theme2 .owl-dots .owl-dot:hover span {
  background: #E98321;
}
/*# sourceMappingURL=owl.theme.css.map */