/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  display: flex;
  justify-content: space-between;
}

.owl-theme .owl-nav {
  margin-top: 40px;
  margin-bottom: 20px;
}

.owl-carousel .owl-nav button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 40px;
  background: #222222 !important;
  border-radius: 8px !important;
  background-size: 7px auto !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.owl-carousel .owl-nav button.owl-prev { 
  background-image: url(/img/arrow-left.svg) !important;
  margin: 0 16px 0 0 !important;
}

.owl-carousel .owl-nav button.owl-next { 
  background-image: url(/img/arrow-right.svg) !important;
  margin: 0 !important;
}

.owl-carousel .owl-nav button span {
  display: none;
}

@media only screen and (min-width: 640px) {
  .owl-theme .owl-dots, .owl-theme .owl-nav {
    justify-content: flex-start;
  }

  .owl-theme .owl-nav {
    margin-top: 80px;
  }
  .owl-carousel .owl-nav button {
    width: 120px;
    height: 60px;
    background-size: 12px auto !important;
    border-radius: 12px !important;
  }
}

@media only screen and (min-width: 1280px) {
  .owl-theme .owl-nav {
    margin-top: 120px;
  }
  .owl-carousel .owl-nav button {
    width: 160px;
    height: 80px;
    background-size: 12px auto !important;
    border-radius: 16px !important;
  }
}

.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: .25;
  cursor: default
}

.owl-theme .owl-dots .owl-dot {
  display: block;
  flex-grow: 1;
  flex-basis: 0;
  margin: 40px 0 0;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  outline: 0 !important;
}

.owl-theme .owl-dots .owl-dot span {
  height: 4px;
  background-color: #383838;
  display: block;
  -webkit-backface-visibility: visible;
  transition: .2s ease;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #F4F4F4;
}

.owl-theme .image::after {
  content: '';
  position: absolute;
  display: block;
  width: 25px;
  height: 4px;
  left: 0;
  bottom: -4px;
  background-color: #969696;
}

.owl-theme {
  margin-top: 120px;
}

.owl-theme .image {
  padding-bottom: 30px;
  position: relative;
}

.owl-theme .image img {
  width: auto;
  height: 60px;
}

.owl-theme .name {
  margin-top: 54px;
  font-weight: 700;
  font-size: 20px;
}

.owl-theme .description {
  margin-top: 20px;
  font-weight: 300;
  color: #C8C8C8;
}


@media only screen and (min-width: 768px) {

  .owl-theme {
    margin-top: 140px;
  }

  .owl-theme .image {
    padding-bottom: 40px;
  }

  .owl-theme .image img {
    height: 88px;
  }

  .owl-theme .name {
    margin-top: 64px;
    font-size: 26px;
  }

  .owl-theme .description {
    margin-top: 32px;
    font-size: 22px;
    width: 80%;
  }

  .owl-theme .owl-dots .owl-dot {
    margin: 120px 0 0;
  }

  .owl-theme .owl-dots .owl-dot span {
    height: 5px;
  }
}

@media only screen and (min-width: 1024px) {

  .owl-theme {
    margin-top: 160px;
  }

  .owl-theme .name {
    margin-top: 84px;
    font-size: 26px;
  }

  .owl-theme .description {
    margin-top: 38px;
    font-size: 22px;
  }

  .owl-theme .owl-dots .owl-dot {
    margin: 140px 0 0;
  }
}


@media only screen and (min-width: 1280px) {
  .owl-theme {
    margin-top: 200px;
  }

  .owl-theme .owl-dots .owl-dot {
    margin: 160px 0 0;
  }
}