/** * tpowl Carousel v2.3.4 * Copyright 2013-2018 David Deutsch * Licensed under: SEE LICENSE IN https://github.com/tpowlCarousel2/tpowlCarousel2/blob/master/LICENSE */
.tpowl-carousel,.tpowl-carousel .tpowl-item{
    -webkit-tap-highlight-color:transparent;
    position:relative
}
.tpowl-carousel{
    display:none;
    width:100%;
    z-index:1;
}
.tpowl-carousel .tpowl-stage{
    position:relative;
    -ms-touch-action:pan-Y;
    touch-action:manipulation;
    -moz-backface-visibility:hidden;
    /* display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; */
}
.tpowl-carousel .tpowl-stage:after{
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    line-height:0;
    height:0
}
.tpowl-carousel .tpowl-stage-outer{
    position:relative;
    overflow:hidden;
    -webkit-transform:translate3d(0,0,0)
}
.tpowl-carousel .tpowl-item,.tpowl-carousel .tpowl-wrapper{
    -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)
}
.tpowl-carousel .tpowl-item{
    min-height:1px;
    float:left;
    -webkit-backface-visibility:hidden;
    -webkit-touch-callout:none
}
.tpowl-carousel .tpowl-item img{
    display:block;
    width:100%
}
.tpowl-carousel .tpowl-dots.disabled,.tpowl-carousel .tpowl-nav.disabled{
    display:none
}
.no-js .tpowl-carousel,.tpowl-carousel.tpowl-loaded{
    display:block
}
.tpowl-carousel .tpowl-dot,.tpowl-carousel .tpowl-nav .tpowl-next,.tpowl-carousel .tpowl-nav .tpowl-prev{
    cursor:pointer;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.tpowl-carousel .tpowl-nav button.tpowl-next,.tpowl-carousel .tpowl-nav button.tpowl-prev,.tpowl-carousel button.tpowl-dot{
    background:0 0;
    color:inherit;
    border:none;
    padding:0 !important;
    font:inherit;
    height: 40px;
    width: 40px;
    line-height: 40px !important;
    text-decoration: none;
}
.tpowl-carousel .tpowl-nav button.tpowl-next span,
.tpowl-carousel .tpowl-nav button.tpowl-prev span {
    float: left;
    width: 100%;
    margin: -4px 0 0;
}
.tpowl-carousel.tpowl-loading{
    opacity:0;
    display:block
}
.tpowl-carousel.tpowl-hidden{
    opacity:0
}
.tpowl-carousel.tpowl-refresh .tpowl-item{
    visibility:hidden
}
.tpowl-carousel.tpowl-drag .tpowl-item{
    -ms-touch-action:pan-y;
    touch-action:pan-y;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    /* -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; */
}
.tpowl-carousel.tpowl-grab{
    cursor:move;
    cursor:grab
}
.tpowl-carousel.tpowl-rtl{
    direction:rtl
}
.tpowl-carousel.tpowl-rtl .tpowl-item{
    float:right
}
.tpowl-carousel .animated{
    animation-duration:1s;
    animation-fill-mode:both
}
.tpowl-carousel .tpowl-animated-in{
    z-index:0
}
.tpowl-carousel .tpowl-animated-out{
    z-index:1
}
.tpowl-carousel .fadeOut{
    animation-name:fadeOut
}
@keyframes fadeOut{
    0%{
        opacity:1
    }
    100%{
        opacity:0
    }
}
.tpowl-height{
    transition:height .5s ease-in-out
}
.tpowl-carousel .tpowl-item .tpowl-lazy{
    opacity:0;
    transition:opacity .4s ease
}
.tpowl-carousel .tpowl-item .tpowl-lazy:not([src]),.tpowl-carousel .tpowl-item .tpowl-lazy[src^=""]{
    max-height:0
}
.tpowl-carousel .tpowl-item img.tpowl-lazy{
    transform-style:preserve-3d
}
.tpowl-carousel .tpowl-video-wrapper{
    position:relative;
    height:100%;
    background:#000
}
.tpowl-carousel .tpowl-video-play-icon{
    position:absolute;
    height:80px;
    width:80px;
    left:50%;
    top:50%;
    margin-left:-40px;
    margin-top:-40px;
    background:url(../images/tpowl.video.play.png) no-repeat;
    cursor:pointer;
    z-index:1;
    -webkit-backface-visibility:hidden;
    transition:transform .1s ease
}
.tpowl-carousel .tpowl-video-play-icon:hover{
    -ms-transform:scale(1.3,1.3);
    transform:scale(1.3,1.3)
}
.tpowl-carousel .tpowl-video-playing .tpowl-video-play-icon,.tpowl-carousel .tpowl-video-playing .tpowl-video-tn{
    display:none
}
.tpowl-carousel .tpowl-video-tn{
    opacity:0;
    height:100%;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:contain;
    transition:opacity .4s ease
}
.tpowl-carousel .tpowl-video-frame{
    position:relative;
    z-index:1;
    height:100%;
    width:100%
}
