/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  background-color: #1DC116;
  top: 0;
  position: absolute;
  width: 100%;
  z-index: 999;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    cursor: pointer;
    position: relative;
    border: solid #9B9B9B;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 20px;}
    .owl-theme .owl-nav [class*='owl-']:hover { }
  .owl-theme .owl-nav .disabled {
    opacity: 0.3;
    cursor: default; }

.owl-carousel .owl-nav .owl-prev
{
  position: absolute;
  margin-top: 204px;
  left: -45px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.owl-carousel .owl-nav .owl-next
{
  position: absolute;
  margin-top: 204px;
  right: -45px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.owl-theme .owl-nav.disabled + .owl-dots {
   }

.owl-theme .owl-dots {
  margin-top: 20px;
  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: 7px;
      height: 7px;
      margin: 5px 3px;
      background: #9B9B9B;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 300ms ease;
      border-radius: 100%; }
    .owl-theme .owl-dots .owl-dot.active span {
      width: 10px; height: 10px; margin-bottom: 4px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #784F33; }

@media (max-width: 1199px) {
  .owl-theme .owl-nav {
    display: none;
  }
}
