/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
 margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    top: inherit;
    bottom: 0px;
    width: 230px;
    z-index: 1;
    left: 50%;
    margin-left: -115px;
}

  .owl-theme .owl-nav [class*='owl-'] {
background: #A0C2E2;
      color: #828282;
    font-size: 24px;
    margin: 0px;
    padding: 2px 0px;
    display: inline-block;
    cursor: pointer!important;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    border: 0px solid #6969af;
 
}


    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #A0C2E2;
      color: #828282;
       opacity: 1;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 1;
    background: rgba(213, 232, 240, 0.5);
    color: #828282;
    cursor: default; }

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

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
    margin-bottom: 0px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -50px;
}

  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }

    .owl-theme .owl-dots .owl-dot span {
      width: 25px;
      height: 6px;
      margin: 5px 7px;
     background: #2f2c2c;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }

   .owl-theme .owl-dots .owl-dot.active span {
        background: #8e8e8d;
    width: 25px;
    height: 6px;
}
    .owl-theme .owl-dots .owl-dot:hover span {
       background: #8e8e8d;
    width:25px;
    height: 6px;
}

