/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

.owl-surveys .owl-item {
    pointer-events: none;
    opacity: 0 !important;
    transition: opacity .2s;
}

.owl-surveys .owl-item .caption {
    visibility: hidden;
}

.owl-surveys .owl-item.active {
    pointer-events: all;
    display: block;
    opacity: 1 !important;
}

.owl-surveys .owl-item.active + .owl-item {
    pointer-events: all;
    display: block;
    opacity: .5 !important;
}
