/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-stage-outer{
  min-height: 334px;
}
@media (max-width: 767px) {
  .owl-theme .owl-stage-outer{
    min-height: calc((400 / 828) * 100vw);
  }
}
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    position: absolute;
    top: 50%;
    margin-top: -62px;
    color: #FFF;
    /*font-size: 14px;*/
    /*margin: 5px;*/
    /*padding: 4px 7px;*/
    /*background: #D6D6D6;*/
    /*display: inline-block;*/
    cursor: pointer;
    border-radius: 3px;
  transition: opacity 0.4s ease-out;
  }
    .owl-theme .owl-nav [class*='owl-']:hover {
      opacity: 0.6;
      /*background: #869791;*/
      /*color: #FFF;*/
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }
.owl-theme .owl-nav .owl-prev{
  margin-left: -32px;
}
.owl-theme .owl-nav .owl-next{
  margin-right: -32px;
  right: 0;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }
@media (max-width: 767px) {
  .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 3px;
  }
}
.owl-theme .owl-dots{
  margin-top: 6px;
}
.owl-theme .owl-dots{
  margin-bottom: 6px;
}
.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 4px;
      /*background: #D6D6D6;*/
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px;
      border: 1px solid #6BB84E;
    }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #6BB84E; }

.owl-item > div{
  padding: 0;
}
.owl-item a{
  display: block;
  transition: all 0.4s ease-out;
}
.owl-item a:hover{
  opacity: 0.8;
}