/**
 * 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-carousel .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; 
}

@media all and (max-width: 720px) {
 
 .owl-carousel .owl-nav {
  /*display:none;*/
 }
    
}

.owl-carousel .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-carousel .owl-nav [class*='owl-']:hover {
    /*background: #869791;*/
    color: #FFF;
    text-decoration: none; }
    .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; 
      
}

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

.owl-carousel .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent; 
    
}
.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-carousel .owl-dots .owl-dot span {
    width: 2vw;
    max-width: 50px;
    min-width: 20px;
    height: 3px;
    margin: 5px 1vw;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
    opacity: 1;
    
}

.owl-carousel .owl-nav .owl-prev{
    font-size:40px !important;
    position: relative;
    float: left;
    top: 200px;
}

.owl-carousel .owl-nav .owl-next{
    margin: 0px 10px 0 10px;
    font-size:40px !important;
    position: relative;
    float: right;
    top: 200px;
}

@media all and (max-width: 720px) {
    
    .owl-carousel .owl-nav{
        position: absolute;
        width: 100%;
        height: 0;
        z-index: 200;
        margin: 0 0 0 0;
        /*background: linear-gradient(90deg, rgba(0, 0, 0, 0.67) 0%, rgba(255,255,255,0) 20%, rgba(255,255,255,0) 80%, rgba(0, 0, 0, 0.67) 100%);*/
        /*pointer-events: none;*/
    }
    .owl-carousel .owl-nav .owl-prev{
       /* background: #ffffff61 !important;*/
        font-weight:bold !important;
        font-size: 70px !important;
        color: #ffffff !important;
        z-index: 202;
        top: 60px;
    }
    .owl-carousel .owl-nav .owl-next{
        /*background: #ffffff61 !important;*/
        font-weight:bold !important;
        font-size: 70px !important;
        color: #ffffff !important;
        z-index: 202;
        top: 60px;
    }
    
    .owl-carousel .owl-nav .owl-next:focus ,  .owl-carousel .owl-nav .owl-prev:focus{
        outline: none !important;
    }
    
}


.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
      background: #869791; 
    
}
