.owl-theme .owl-stage {
  display: table !important;
}

.owl-theme .owl-item {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

.owl-theme .owl-nav {
  margin-top: 0px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav button {
  width: 50px;
  height: 50px;
  top: 50%;
  margin-top: -15px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 50px -5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 50px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 50px -5px rgba(0, 0, 0, 0.5);
  outline: none;
  position: absolute;
  padding: 4px 7px;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav button span {
  top: -15px;
  position: relative;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  background: rgba(1, 174, 7, 0.6);
  font-size: 3.5em;
  color: #FFF;
}

.owl-theme .owl-nav button.owl-prev {
  right: auto;
  left: 0;
  margin-left: -5px;
}

.owl-theme .owl-nav button.owl-next {
  right: 0;
  left: auto;
  margin-right: -5px;
}

.owl-theme .owl-nav button:hover {
  background: rgba(1, 174, 7, 1);
  -webkit-box-shadow: 0px 0px 40px 1px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 0px 40px 1px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0px 40px 1px rgba(0, 0, 0, 0.7);
  text-decoration: none;
}

.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: #D6D6D6;
  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: #869791;
}

.owl-theme .owl-item img {
  max-width: 100%;
  display: inline-block;
  width: auto;
}

#slider-index.owl-theme .owl-item img {
  max-width: auto;
  display: block;
  width: 100%;
}
