/**
 * 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 {
  -webkit-tap-highlight-color: transparent; }
.owl-nav{

}


.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    border-radius: 4px;
    bottom: 24px;
  }
    .owl-theme .owl-nav [class*='owl-']:hover {
      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-nav .owl-prev{
  background: rgba(255, 255, 255, 0.24) url("../../img/news/left.svg") center center no-repeat;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 24px;
  bottom: 24px;
}
.owl-nav .owl-prev:hover{
  background: rgba(255, 255, 255, 0.60) url("../../img/news/left.svg") center center no-repeat;
}

.owl-nav .owl-next{
  width: 32px;
  height: 32px;
  position: absolute;
  background: rgba(255, 255, 255, 0.24) url("../../img/news/right.svg") center center no-repeat;
  bottom: 0px;
  right: 24px;
}
.owl-nav .owl-next:hover{
  background: rgba(255, 255, 255, 0.60) url("../../img/news/right.svg") center center no-repeat;
}




.owl-theme .owl-dots {
  position: absolute;
  left: 50%;
  margin-left: -27px;
  bottom: 30px;
  display: block;
  width: 100px;
  -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: 6px;
      height: 6px;
      /*margin: 0px 12px;*/
      margin-right: 12px;
      background: rgba(255, 255, 255, 0.32);
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }

.owl-theme .owl-dots .owl-dot span:focus {
  outline: none;
}
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #fff; }


    .owl-dot:focus{
      outline: none;
    }
    .owl-dots{
      position: relative;
      display: inline-block;
      margin: 0 auto;
      z-index: 99;
    }


