/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
    width: 100%;
    margin-left: 0;
  margin-top: -228px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; position: relative; z-index: 9999;}
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 0;
    padding: 0 0;
    width: 27px;
    height: 49px;
    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: 24px; }

.owl-theme .owl-nav .owl-prev {
    background: url(../images/png/iconprev.png) no-repeat;
    position: absolute;
    left: -48px;
}
.owl-theme .owl-nav .owl-prev:hover {
    background-position: 0 0;
}
.owl-theme .owl-nav .owl-next {
    background: url(../images/png/iconnext.png) no-repeat;
    position: absolute;
    right: -48px;
}
.owl-theme .owl-nav .owl-next:hover {
    background-position: 0 0;
}

.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: 15px;
      height: 15px;
      margin: 0 10px 0 0;
      background: #232859;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 15px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #ff900e; }
