/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  width: 33%;
  display: flex;
  justify-content: flex-end;
  left: 0px;
  right: auto;
  margin: 0px auto;
  bottom: 0px;
  align-items: center;
  z-index: 9999;
  height: 15%;
}

.owl-client .owl-nav [class*='owl-'] {
  color: #000 !important;
}

  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 24px;
    margin: 5px;
    padding: 4px 40px;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
   z-index: 99999;}
    .owl-theme .owl-nav [class*='owl-']:hover {
      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;
    position: absolute;
    bottom: 50px;
    max-width: 46%;
    z-index: 99999;
    width: auto;
    left: 53%;
    -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: 6px;
      height: 6px;
      margin: 5px 7.5px;
      background: transparent;
      border: 1px solid #d1b868;
      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: #FFFFFF;
      border: 1px solid #FFFFFF;}

@media screen and (max-width: 768px) {
  .owl-theme .owl-dots {
    bottom: 315px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    text-align: center;
  }
}

@media screen and (max-width: 425px) {
  .owl-theme .owl-dots {
    bottom: 260px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    text-align: center;
  }
}

@media screen  and (min-width: 426px) and (max-width: 540px){
  .owl-theme .owl-dots {
    bottom: 260px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    text-align: center;
  }
}

@media screen  and (min-width: 541px) and (max-width: 767px){
  .owl-theme .owl-dots {
    bottom: 175px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    text-align: center;
  }
}
