/**
 * owl1 carousel1 v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/owl1carousel12/owl1carousel12/blob/master/LICENSE
 */
.owl1-carousel1, .owl1-carousel1 .owl1-item1 {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl1-carousel1 {
    display: none;
    width: 100%;
    z-index: 1
}

    .owl1-carousel1 .owl1-stage1 {
        position: relative;
        -ms-touch-action: pan-Y;
        touch-action: manipulation;
        -moz-backface-visibility: hidden
    }

        .owl1-carousel1 .owl1-stage1:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0
        }

    .owl1-carousel1 .owl1-stage1-outer1 {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0,0,0)
    }

    .owl1-carousel1 .owl1-item1, .owl1-carousel1 .owl1-wrapper1 {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0)
    }

    .owl1-carousel1 .owl1-item1 {
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-touch-callout: none
    }

        .owl1-carousel1 .owl1-item1 img {
            display: block;
            width: 100%
        }

    .owl1-carousel1 .owl1-dots1.disabled, .owl1-carousel1 .owl1-nav1.disabled {
        display: none
    }

    .no-js .owl1-carousel1, .owl1-carousel1.owl1-loaded1 {
        display: block
    }

    .owl1-carousel1 .owl1-dot, .owl1-carousel1 .owl1-nav1 .owl1-next1, .owl1-carousel1 .owl1-nav1 .owl1-prev1 {
        cursor: pointer;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl1-carousel1 .owl1-nav1 button.owl1-next1, .owl1-carousel1 .owl1-nav1 button.owl1-prev1, .owl1-carousel1 button.owl1-dot {
        background: 0 0;
        color: inherit;
        border: none;
        padding: 0 !important;
        font: inherit
    }

    .owl1-carousel1.owl1-loading1 {
        opacity: 0;
        display: block
    }

    .owl1-carousel1.owl1-hidden {
        opacity: 0
    }

    .owl1-carousel1.owl1-refresh .owl1-item1 {
        visibility: hidden
    }

    .owl1-carousel1.owl1-drag1 .owl1-item1 {
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl1-carousel1.owl1-grab1 {
        cursor: move;
        cursor: grab
    }

    .owl1-carousel1.owl1-rtl1 {
        direction: rtl
    }

        .owl1-carousel1.owl1-rtl1 .owl1-item1 {
            float: right
        }

    .owl1-carousel1 .animated {
        animation-duration: 1s;
        animation-fill-mode: both
    }

    .owl1-carousel1 .owl1-animated-in {
        z-index: 0
    }

    .owl1-carousel1 .owl1-animated-out {
        z-index: 1
    }

    .owl1-carousel1 .fadeOut {
        animation-name: fadeOut
    }

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl1-height1 {
    transition: height .5s ease-in-out
}

.owl1-carousel1 .owl1-item1 .owl1-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

    .owl1-carousel1 .owl1-item1 .owl1-lazy:not([src]), .owl1-carousel1 .owl1-item1 .owl1-lazy[src^=""] {
        max-height: 0
    }

.owl1-carousel1 .owl1-item1 img.owl1-lazy {
    transform-style: preserve-3d
}

.owl1-carousel1 .owl1-video-wrapper1 {
    position: relative;
    height: 100%;
    background: #000
}

.owl1-carousel1 .owl1-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

    .owl1-carousel1 .owl1-video-play-icon:hover {
        -ms-transform: scale(1.3,1.3);
        transform: scale(1.3,1.3)
    }

.owl1-carousel1 .owl1-video-playing .owl1-video-play-icon, .owl1-carousel1 .owl1-video-playing .owl1-video-tn {
    display: none
}

.owl1-carousel1 .owl1-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl1-carousel1 .owl1-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}
