/**
 * 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 {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}


.owl-theme .owl-nav [class*='owl-prev'] {
    color: #393e46;
    font-size: 32px;
    background:#fff0;
    display: inline-block;
    cursor: pointer;
    border:none;
    border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-prev2'] {
    position: absolute;
    color: #393e46;
    font-size: 22px;
    background:#fff0;
    display: inline-block;
    cursor: pointer;
    border:none;
    border-radius: 3px;
    top: 50%;
    left: 5px;
}


.owl-theme .owl-nav [class*='owl-next'] {
    color: #393e46;
    font-size:32px;
    background: none;
    display: inline-block;
    cursor: pointer;
    border:none;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-next2'] {
    position: absolute;
    color: #393e46;
    font-size:22px;
    background: none;
    display: inline-block;
    cursor: pointer;
    border:none;
    border-radius: 3px;
    top: 50%;
    right: 5px;
}



.owl-theme .owl-nav [class*='owl-next3'] {
    position: absolute;
    color: #393e46;
    font-size: 1.8rem;
    background: #fff0;
    display: inline-block;
    cursor: pointer;
    border: none;
    border-radius: 3px;
    top: 200px;
    right: -4px;
}



.owl-theme .owl-nav [class*='owl-prev3'] {
    position: absolute;
    color: #393e46;
    font-size:1.8rem;
    background: none;
    display: inline-block;
    cursor: pointer;
    border:none;
    border-radius: 3px;
    top: 200px;
    left: -4px;
}


.owl-theme .owl-nav [class*='owl-next4'] {
    position: absolute;
    color: #393e461;
    font-size: 20px;
    background: none;
    display: inline-block;
    cursor: pointer;
    border: none;
    border-radius: 3px;
    top: 50%;
    right: -7px;
}
.owl-theme .owl-nav [class*='owl-prev4'] {
    position: absolute;
    color: #393e46;
    font-size: 20px;
    background: #fff0;
    display: inline-block;
    cursor: pointer;
    border: none;
    border-radius: 3px;
    top: 50%;
    left: -7px;
}



.owl-theme .owl-nav [class*='owl-next5'] {
    position: absolute;
    color: #393e461;
    font-size: 20px;
    background: none;
    display: inline-block;
    cursor: pointer;
    border: none;
    border-radius: 3px;
    top: 40%;
    right: 0;
}
.owl-theme .owl-nav [class*='owl-prev5'] {
    position: absolute;
    color: #393e46;
    font-size: 20px;
    background: #fff0;
    display: inline-block;
    cursor: pointer;
    border: none;
    border-radius: 3px;
    top: 40%;
    left: 0;
}







.owl-theme .owl-nav [class*='owl-']:hover {

    text-decoration: none;
}
.owl-theme .owl-nav [class*='owl-']:focus {
    outline: 0;
    border:none;
}

.prev-slider{
    cursor: pointer;
}
.next-slider{
    cursor: pointer;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    position: absolute;
    bottom: 4px;
}

.owl-theme .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    -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: 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 {
    background: #869791;
}
.owl-nav.disabled {
    display: none;
}
