/**
 * 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: -320px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    width: 100%;
}

    .owl-theme .owl-nav [class*='owl-'] {
        color: #ff0000 !important;
        font-size: 70px !important;
        margin: 20px;
        padding: 4px 14px;
        display: inline-block;
        cursor: pointer;
        outline: none;
    }

        .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: 10px;
        }

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom:25px;
}

    .owl-theme .owl-dots .owl-dot {
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

        .owl-theme .owl-dots .owl-dot span {
            width: 12px;
            height: 12px;
            margin: 5px 7px;
            background: #eaeaea;
            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: #ff0000;
        }

#owl-slide2 .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    margin-top: -30px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

#owl-slide3 .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    margin-top: -30px;
    left: 0px;
}

#owl-slide2 .owl-nav {
    display: none;
}

#owl-slide3 .owl-nav {
    margin-top: -70px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    right: 0px;
}

    #owl-slide3 .owl-nav [class*='owl-'] {
        color: #b92a0f !important;
        font-size: 70px !important;
        margin: 10px;
        padding: 4px 14px;
        display: inline-block;
        cursor: pointer;
        border-radius: 3px;
    }

.owl-prev {
    left: 10px;
    position:absolute;
}

.owl-next {
    right: 10px;
    position: absolute;
}


@media screen and (max-width: 480px) {
    .owl-theme .owl-nav {
        display: none;
    }

    .owl-theme .owl-dots {
        text-align: center;
        -webkit-tap-highlight-color: transparent;
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        bottom: 5px;
    }
}

@media (min-width: 480px) and (max-width: 860px) {
    .owl-theme .owl-nav {
        margin-top: -100px;
        text-align: center;
        -webkit-tap-highlight-color: transparent;
        position: absolute;
        right: 40px;
    }

    .owl-theme .owl-dots {
        text-align: center;
        -webkit-tap-highlight-color: transparent;
        position: absolute;
        margin-top: -60px;
        left: 40px;
    }
}
