
.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel {
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    -webkit-transform: translate3d(0px,0px,0px)
}

.owl-carousel .owl-controls .owl-nav .owl-prev,.owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel .owl-refresh .owl-item {
    display: none
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url() no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale .1s ease;
    -moz-transition: scale .1s ease;
    -ms-transition: scale .1s ease;
    -o-transition: scale .1s ease;
    transition: scale .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3,1.3);
    -moz-transition: scale(1.3,1.3);
    -ms-transition: scale(1.3,1.3);
    -o-transition: scale(1.3,1.3);
    transition: scale(1.3,1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}

.owl-item.active.center .slide-item {
    padding: 0;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%)
}

.owl-item.active.center {
    z-index: 3
}

.owl-item.active.center .slide-content {
    visibility: visible
}

.owl-item.active.center .slide-bg {
    background: #666;
    -webkit-filter: blur(20px);
    -moz-filter: blur(20px);
    -o-filter: blur(20px);
    -ms-filter: blur(20px);
    filter: blur(5px)
}

.owl-item.active.center .slide-shadow {
    box-shadow: inset -300px 40px 200px 0 rgba(0,0,0,.75),0 0 15px 5px rgba(0,0,0,.8);
    background-color: rgb(0 0 0/49%)
}

.owl-item.active .slide-bg {
    background: #222
}

.owl-prev,.owl-next {
    position: absolute;
    top: 35%;
    font-size: 20px;
    background: #0000006b;
    color: #fff;
    border-radius: 0!important;
    padding: 15px 5px
}

.owl-prev:hover,.owl-next:hover {
    color: #d7d7d7
}

.owl-prev {
    left: 0
}

.owl-next {
    right: 0
}

.owl-carousel .owl-item .slide-content img {
    width: auto;
    box-shadow: 0 3px 2px rgba(0,0,0,.3);
    border-radius: 3px
}

.owl-dots {
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
    text-align: center
}

.owl-dot {
    display: inline-block
}

.owl-dot span {
    padding: 6px;
    background: rgba(255,255,255,.24);
    margin: 1px 3px;
    display: inline-block;
    border-radius: 10px;
    box-shadow: 0 2px 2px rgba(0,0,0,.6),inset 0 1px 1px rgba(0,0,0,.52)
}

.owl-dot.active span,.owl-dot.active:hover span {
    background: rgba(243,216,114,.54)
}

.owl-dot:hover span {
    background: rgba(255,255,255,.54)
}

.owl-carousel.normal {
    box-shadow: none;
    width: 92%;
    margin: 0 auto 30px
}

.owl-carousel.normal .slide-item {
    height: auto
}

.owl-carousel.normal .owl-prev,.owl-carousel.normal .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    font-size: 40px
}

.owl-carousel.normal .owl-prev:hover,.owl-carousel.normal .owl-next:hover {
    color: #f3d872
}

.owl-carousel.normal .owl-prev {
    right: 100%;
    left: inherit
}

.owl-carousel.normal .owl-next {
    left: 100%
}

.owl-carousel.normal .slider-content {
    margin-top: 15px
}

.owl-carousel.normal .owl-dots {
    position: absolute;
    bottom: -15px;
    right: 0;
    left: 0;
    text-align: center
}

.owl-next.disabled,.owl-prev.disabled,.owl-nav.disabled {
    display: none
}


.owl-dot.active span,.owl-dot.active:hover span {
    background: #b0b0b0!important
}
