/**
 * 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-theme .owl-nav {
  margin-top: 0px;
  text-align: left;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav .play, .owl-theme .owl-nav .stop {
    display: inline-block;
    font-size: 19px;
    margin: 0 3px;
    cursor: pointer;
    vertical-align: middle;
  }
  .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    /*vertical-align: middle;*/
  }


  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 0 5px;
    display: inline-block;
    cursor: pointer;}
    .owl-theme .owl-nav [class*='owl-']:hover {
      /*color: #869791;*/
      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: 1px 0px;
      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-dots .owl-dot.active span{
      background: #869791; }
    .owl-theme .owl-dots .owl-dot:hover span {
      background: #327c2a;
      }

.owl-carousel-lang .owl-nav {
  padding-top: 20px;
}
.owl-theme .owl-nav .play:focus,
.owl-theme .owl-nav .stop:focus,
button.owl-next:focus,
button.owl-prev:focus,
button.owl-dot:focus {
  outline: 2px solid #575757 !important;
}
.owl-theme .owl-nav .play,
.owl-theme .owl-nav .stop {
  background: none;
  border: none;
  margin: 0;
}