/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Green 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: #808285;
      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: 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 5px;
      background: #fff;
      border:0px solid #fff;
      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: #b1814a; border-color: #000; }





/*
 *  Owl Carousel - nav arrow
 */
.owl-carousel .owl-controls .owl-nav{ 
  position:absolute; width:100%;  top:50%; margin-top:-10px; height:20px; 
  left: 50%; margin-left: -50%; z-index: -1;
}
.owl-carousel .owl-controls .owl-nav .owl-prev{
  background: url(arrow.png) no-repeat 0 0px;
  text-indent:-9999px;
  width:20px;
  height:20px;
  left:-20px;
  position:absolute;z-index:101;
  border-radius: 0;
  padding: 0;
  margin:0;
}
.owl-carousel .owl-controls .owl-nav .owl-next{
  background: url(arrow.png) no-repeat -20px 0;
  text-indent:-9999px;
  width:20px;
  height:20px;
  right: -20px;
  position:absolute;z-index:101;
  border-radius: 0;
  padding: 0;
  margin:0;
}
/*.owl-carousel .owl-controls .owl-nav .owl-prev:hover,*/
.owl-carousel .owl-controls .owl-nav .owl-prev.disshow{
  background-position: 0 -20px;
}

/*.owl-carousel .owl-controls .owl-nav .owl-next:hover,*/
.owl-carousel .owl-controls .owl-nav .owl-next.disshow{
  background-position: -20px -20px;
}


/*.owl-theme .owl-dots{ display: none!important; }*/


