/**
 * 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: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      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-item .play {position: absolute; width: 100%; left: 0; top: 220px; text-align: center}
.owl-item .play img {width: 89px; display: inline}
.owl-theme .owl-dots {position: absolute; bottom: 32px; width: 100%; text-align: center;}
.owl-theme .owl-dots .owl-dot span {width: 18px; height: 18px; background-color: #e7ebec;}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {background: #ffb226;}
.owl-theme .owl-dots .owl-dot {outline: none}
.owl-prev, .owl-next {position: absolute; top: 0;}
.owl-prev {left: 24px}
.owl-next {right: 24px}
.owl-theme .owl-nav button span {font-size: 150px; color: #fff; line-height: 50%; padding: 6px}
.owl-theme .owl-nav button {outline: none}
.owl-theme .owl-nav [class*='owl-']:hover {1background: #ffb226; }
.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    height: 60px;
    margin-top: -30px;
    width: 100%;
    1margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

figure {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
}

figure button {
  width: 50px;
  height: 50px;
  background: black;
  opacity: 0.4;
  border: none;
  border-radius: 100%;
  margin: auto;
  cursor: pointer;
  outline: none;
  transition: opacity 200ms;
}

figure button::after {
  content: '';
  display: inline-block;
  position: relative;
  top: 1px;
  border-style: solid;
}

figure button:hover {
  opacity: 0.4;
} 

.owl-prev, .owl-next {position: absolute; top: 0;}
.owl-prev {left: 24px}
.owl-next {right: 24px}

.owl-next figure button::after {
  left: 2px;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent white;
}

.owl-prev figure button::after {
  left: -2px;
  border-width: 10px 15px 10px 0px;
  border-color: transparent white transparent transparent;
}
