/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default 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: #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: 10px; }

{
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .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-dot.active span, .owl-dot:hover span {
      background: #869791;  }


.owl-prev , .owl-next { position: absolute; width: 32px; height: 32px; background: 0; opacity: .8; font: normal normal normal 14px/1 FontAwesome; font-size: 50px; color: #000000; text-align: center; top: 40%; }
.owl-prev { left: 0; }
.owl-next { right: 0; }
.owl-prev:hover , .owl-next:hover { color: #CCCCCC; }

.owl-prev:before { content: "\f104"; opacity: 1; }
.owl-next:before { content: "\f105"; opacity: 1; }

.owl-dots { display: table; margin: 0 auto; margin-top: -42px; position: relative; pointer-events: none; z-index: 9999; }


.owl-dots .owl-dot {
pointer-events: auto;
}



.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}
.owl-theme .owl-nav{margin-top:16px}
.owl-theme .owl-nav [class*=owl-]{ color:#FFFFFF; font-size:55px;margin:5px;padding: 0; display:inline-block;cursor:pointer;border-radius:4px}
.owl-theme .owl-nav [class*=owl-]:hover{ color:#FFFFFF; text-decoration:none; }
.owl-theme .owl-nav .disabled{ opacity:.5; cursor:default}
.owl-theme .owl-nav.disabled+.owl-dots{ margin-top:10px }
.owl-dot{ width:8px; height:8px; display:inline-block; margin: 5px; }
.owl-dot span{ width: 8px; height: 8px; margin:5px 7px; background:#FFFFFF; display:block; -webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px; opacity: .5;}
.owl-dot.active span,.owl-dot:hover span { background: #000000; opacity: 1; }



