/**
 * 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;
  display: block;
  margin-bottom: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; 
  position: absolute;
  top:50%;
  margin-top:-16px;
}

  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 104px;
    margin: 5px;
    padding: 4px 8px !important;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #333;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

    .owl-theme .owl-nav span {
      padding: 18px 10px !important;
    }

    


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

.owl-akciok .owl-nav.disabled + .owl-dots {
    margin-top: 40px; }
  

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


.owl-arrows .owl-nav {
  margin-top: 10px;
  display: block;
  margin-bottom: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; 
}

.owl-arrows {
  position: relative;
}

.owl-arrows .owl-nav .owl-prev,
.owl-arrows .owl-nav .owl-next {
  position: absolute;
  margin-top: 130px;
  display: block;
  top: 0;
}

.owl-arrows .owl-nav button span {
  background-color: #ddd;
  color:white;
  border-radius: 50%;
  width: 20px;
  display: block;
  line-height: 20px;
  min-height: 20px;
  padding:0;
}

.owl-arrows .owl-nav button span:hover {
  background-color: #0056FF;
  color:white;
}


.owl-arrows .owl-nav .owl-prev {
  left: 0;
  margin-left: -40px;
}

.owl-arrows .owl-nav .owl-next {
  right: 0;
  margin-right: -40px;
}



.owl-hero .owl-dots {
  z-index: 1001;
  display: block;
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -51px;
}

.owl-hero .owl-dots .owl-dot span{
  width: 20px;
  height: 5px;
}

.owl-hero .owl-dots .owl-dot.active span {
  background: #0056FF;
}

