/**
 * Owl Carousel v2.1.1
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 *
 * Custom theme for FEI-FAN
 */

.owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -15px;
    height: 30px;
    color: #fff;
    padding: 10px;
    font-size: 22px;
}

.owl-nav .owl-prev, .owl-nav .owl-next {
    display: inline-block;
    opacity: 0.6;
}

.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {
    opacity: 1;
}

.owl-nav .owl-next {
    float: right;
}

.owl-dots {
    position: absolute;
    text-align: center;
    margin-top: -30px;
    width: 100%;
}

.owl-dots .owl-dot {
    margin: 4px;
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #ccc;
    border-radius: 8px;
}

.owl-dots .owl-dot.active {
    background-color: #7b257d;
}

.owl-wrapper {
    /*width: auto !important;
    overflow: hidden;*/
}

.slideshow-h {
    height: 450px;
    overflow-y: hidden;
}

@media (max-width: 767px) {
    .slideshow-h {
        height: 300px;
    }

    .slideshow-h .owl-item img {
        max-height: 300px;
    }
}

.slideshow-h .owl-stage-outer {
    height: 100%;
}

.slideshow-h .owl-item {
    /*width: auto !important;*/
    margin-left: 10px;
    margin-right: 10px;
}

.owl-item {
    overflow: hidden;
}

.owl-item img {
    width: auto !important;
}

.no-img-auto .owl-item img {
    width: 100% !important;
}

.slideshow-single-img img {
    width: 100%;
}

@media (max-width: 767px) {
    .slideshow .owl-item img {
        width: 100% !important;
    }

    .slideshow-responsive .owl-item {
        margin-right: 10px;
        margin-left: 10px;
    }

    .slideshow-responsive .owl-item img, .slideshow-single-img img {
        //max-height: 280px;
    }
}

@media (max-width: 1023px) {
    .slideshow-responsive.slideshow-athlete-horse .owl-item {
        margin-right: 10px;
        margin-left: 10px;
    }
}

.big-story .owl-stage-outer {
    width: 762px;
    // margin-right: 90px !important;
}