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

#demos .owl-theme .owl-dots, #demos .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

#demos .owl-theme .owl-nav {
  margin-top: 10px;
}

#demos .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;
}

#demos .owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

#demos .owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}

#demos .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

#demos .owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

#demos .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}

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

#demos .columns {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#demos .owl-theme .owl-dots .owl-dot {
  width: 6%;
  text-align: center;
}

#demos .owl-theme .owl-dots .owl-dot span {
  width: 80%;
  margin: 0 10%;
  height: 3px;
  background: #fff;
  display: block;
  opacity: 1 !important;
  border-radius: 0;
}

#demos .owl-carousel {
  margin: 0;
  padding: 40px 0 10px 0;
  background: #000;
}

#demos .owl-theme .owl-dots .active span {
  background: #FF0000 !important;
}

#demos .owl-carousel .item {
  height: 247px;
  background: none;
  padding: 0;
}

#demos .owl-carousel .item img {
  height: 100%;
  width: auto;
}

#demos2 .owl-theme .owl-dots, #demos2 .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

#demos2 .owl-theme .owl-nav {
  margin-top: 10px;
}

#demos2 .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;
}

#demos2 .owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

#demos2 .owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}

#demos2 .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

#demos2 .owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

#demos2 .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}

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

#demos2 .columns {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

#demos2 .owl-theme .owl-dots .owl-dot {
  width: 6%;
  text-align: center;
}

#demos2 .owl-theme .owl-dots .owl-dot span {
  width: 80%;
  margin: 0 10%;
  height: 3px;
  background: #fff;
  display: block;
  opacity: 1 !important;
  border-radius: 0;
}

#demos2 .owl-carousel2 {
  margin: 0;
  padding: 40px 0 40px 0;
}

#demos2 .owl-theme .owl-dots .active span {
  background: #FF0000 !important;
}

#demos2 .owl-carousel2 .item {
  height: 112px;
  background: none;
  padding: 0;
  text-align: center;
}

#demos2 .owl-carousel2 .item img {
  max-height: 100%;
  width: auto;
  display: inline-block;
  float: none;
}

#demos2 .owl-theme .owl-dots {
  display: none;
}

