/**
 * 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-loaded .owl-stage {
    margin:0 auto;
}

.owl-theme .owl-nav {
    s-webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-nav button:after{
    -webkit-mask-image: none;
    -webkit-mask-repeat: no-repeat;
    width: 0;
    height: 0;
}

.owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    left: 10px;
}
.owl-carousel .owl-nav button.owl-next{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    right: 10px;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot [class*='owl-'] {
    color: #FFF;
    font-size: 30px;
    margin:0;
    padding: 0px !important;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    width:30px;
    height:30px;
    background-color:rgba(255,255,255,0.3);
    display:flex;
    align-items: center;
    justify-content: center;
}

.owl-theme .owl-nav span {
    display:block;
    margin-top:-3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #000000;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-nav::after {
    content: "";
    -webkit-mask-image: none;
    opacity: 0;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    padding: 10px !important;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin-left: 2px;
    margin-right: -55px;
    margin-top: -60px;
    background: #949494;
    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: #333;
}

.owl-theme .owl-dots .owl-dot::after {
    content: "";
    -webkit-mask-image: none;
    opacity: 0;
}
