@charset "utf-8";
/* CSS Document */

.owl-one, .owl-stage-outer, .owl-stage, .owl-item {
  width: 100%;
  height: 100%;
}
.item {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) {
.owl-one, .owl-stage-outer, .owl-stage, .owl-item {
  width: 100%;
  height: 100%;
}
}
@media only screen and (min-width: 1100px) {
.owl-one, .owl-stage-outer, .owl-stage, .owl-item {
  height: 100%;
}

.item {
  height: 100%;
}
}

.owl-dots {
  position: absolute;
  width: 100%;
  bottom: 20px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.owl-theme .owl-dots .owl-dot span{
  background: rgba(255,255,255,0.8);
}
.owl-theme .owl-dots .owl-dot:hover span {
  background: #49B793;
}
.owl-theme .owl-dots .owl-dot.active span {
  background: #49B793;
}

@media only screen and (min-width: 768px) {
.owl-dots {
  bottom: 20px;
}
.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
}

.owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.owl-carousel .owl-nav button.owl-next {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  position: absolute;
  right: 30px;
  top: 50%;
  font-size: 60px;
  height: auto;
  margin-top: -40px;
  pointer-events: painted;
  color: #fff;
}
.owl-carousel .owl-nav button.owl-prev {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  position: absolute;
  left: 30px;
  top: 50%;
  font-size: 60px;
  height: auto;
  margin-top: -40px;
  pointer-events: painted;
  color: #fff;
}

