/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  z-index: 100;
  position: absolute;
  left: 0; right: 0; top: 30%;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #ff855d;
    font-size: 14px;
    margin: 0 5px;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      color: #ff9f7d;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-next {
  position: absolute;
  right: 0;
  margin-right: 5px;
}

.owl-theme .owl-prev {
  position: absolute;
  left: 0;
}

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

.owl-theme .owl-dots {
  background: #f9f9f9;
  padding-top: 10px;
  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-theme2 .owl-nav {
    top: 130px;
    z-index: 100;
    position: absolute;
    left: 0; right: 0;
    text-align: center;
    -webkit-tap-highlight-color: transparent; }
.owl-theme2 .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #ffdd00;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
.owl-theme2 .owl-nav [class*='owl-']:hover {
    background: #ebd500;
    color: #FFF;
    text-decoration: none; }
.owl-theme2 .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme2 .owl-next {
    position: absolute;
    right: -30px;
    z-index: 1000;
}

.owl-theme2 .owl-prev {
    position: absolute;
    left: -30px;
    z-index: 1000;
}

.owl-theme2 .owl-nav.disabled + .owl-dots {
    margin-top: 10px; }

.owl-theme2 .owl-dots {
    background: #f9f9f9;
    padding-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent; }

.owl-theme2 .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
.owl-theme2 .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-theme2 .owl-dots .owl-dot.active span, .owl-theme2 .owl-dots .owl-dot:hover span {
    background: #869791; }