/**
 * 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: left;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }


/* Revium Updates */
.owl-theme {
  position: relative;
  font-family: 'Roboto', sans-serif;
}

.owl-theme .subtitle {
  font-family: 'Roboto Condensed', sans-serif;
  padding: 15px 25px;
  color: #FFF;
  background: #7c63a4;
  text-transform: uppercase;
  font-size: 15px;
}

.owl-dots {
  bottom: 0;
  text-align: left;
  padding-left: 70px;
  box-sizing: border-box;
  height: 50px;
  margin-bottom: -50px;
  width: auto;
  right: auto;
  left: 0;
  position: absolute;
  z-index: 35;
  margin: 0 auto;
  line-height: 5px;
  overflow: hidden;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .owl-theme .subtitle {
    position: absolute;
    right: 0;
    left: 0;
    top: auto;
    bottom: -57px;
  }
  .owl-carousel .owl-stage-outer {
    padding-bottom: 57px;
  }
}

@media screen and (min-width: 992px) {
  .owl-theme .subtitle {
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
    bottom: auto;
  }
}

@media screen and (max-width: 767px) {
  .owl-theme .content-block {
    position: block;
    background: #009B8E;
    color: #fff;
    padding: 20px;
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .owl-theme .content-block {
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    background: #009B8E;
    color: #fff;
    padding: 30px;
    width: 400px;
  }
}

@media screen and (min-width: 992px) {
  .owl-theme .content-block {
    left: 70px;
    top: 70px;
    position: absolute;
    background: #009B8E;
    color: #fff;
    padding: 30px;
    width: 400px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1110px) {
  .owl-theme .content-block {
    left: 20px;
    top: 20px;
  }
  .owl-dots {
    padding-left: 20px;
  }
}

.owl-theme .content-block .heading {
  font-family: 'Roboto Condensed', sans-serif;
/*font-size: 58px;
  line-height: 58px;*/
  font-size: 40px;
  line-height: 45px;
  display: block;
}

.owl-theme a.link-find-more {
  color: #fff;
  border: 2px solid #fff;
  padding: 10px 20px;
  font-size: 16px;
  margin-top: 20px;
  transition-duration: 0.2s;
  text-transform: uppercase;
  display: inline-block;
}

.owl-theme a.link-find-more:hover ,
.owl-theme a.link-find-more:focus {
  text-decoration: none;
  background: #fff;
  color: #009B8E;
}

.owl-dots {
  display: none;
}

@media screen and (min-width: 992px) {
  .owl-dots {
    display: block;
  }
}

.owl-theme .owl-dots .owl-dot {
  margin-right: 10px;
  display: inline-block;
  padding: 5px;
}

.owl-dot span {
  display: block;
  border: 1px solid white;
  background: transparent;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.owl-dot.active span {
  background: white;
}

