/**
 * Wppf Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.wppf-carousel,.wppf-carousel .wppf-item{-webkit-tap-highlight-color:transparent;position:relative}.wppf-carousel{display:none;width:100%;z-index:1}.wppf-carousel .wppf-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.wppf-carousel .wppf-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.wppf-carousel .wppf-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.wppf-carousel .wppf-item,.wppf-carousel .wppf-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)}.wppf-carousel .wppf-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.wppf-carousel .wppf-item img{display:block;width:100%}.wppf-carousel .wppf-dots.disabled,.wppf-carousel .wppf-nav.disabled{display:none}.no-js .wppf-carousel,.wppf-carousel.wppf-loaded{display:block}.wppf-carousel .wppf-dot,.wppf-carousel .wppf-nav .wppf-next,.wppf-carousel .wppf-nav .wppf-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.wppf-carousel.wppf-loading{opacity:0;display:block}.wppf-carousel.wppf-hidden{opacity:0}.wppf-carousel.wppf-refresh .wppf-item{visibility:hidden}.wppf-carousel.wppf-drag .wppf-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.wppf-carousel.wppf-grab{cursor:move;cursor:grab}.wppf-carousel.wppf-rtl{direction:rtl}.wppf-carousel.wppf-rtl .wppf-item{float:right}.wppf-carousel .animated{animation-duration:1s;animation-fill-mode:both}.wppf-carousel .wppf-animated-in{z-index:0}.wppf-carousel .wppf-animated-out{z-index:1}.wppf-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.wppf-height{transition:height .5s ease-in-out}.wppf-carousel .wppf-item .wppf-lazy{opacity:0;transition:opacity .4s ease}.wppf-carousel .wppf-item img.wppf-lazy{transform-style:preserve-3d}.wppf-carousel .wppf-video-wrapper{position:relative;height:100%;background:#000}.wppf-carousel .wppf-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(wppf.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.wppf-carousel .wppf-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.wppf-carousel .wppf-video-playing .wppf-video-play-icon,.wppf-carousel .wppf-video-playing .wppf-video-tn{display:none}.wppf-carousel .wppf-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.wppf-carousel .wppf-video-frame{position:relative;z-index:1;height:100%;width:100%}
/**
 * Wppf Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.wppf-theme .wppf-dots,.wppf-theme .wppf-nav{text-align:center;-webkit-tap-highlight-color:transparent}.wppf-theme .wppf-nav{margin-top:10px}.wppf-theme .wppf-nav [class*=wppf-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.wppf-theme .wppf-nav [class*=wppf-]:hover{background:#869791;color:#FFF;text-decoration:none}.wppf-theme .wppf-nav .disabled{opacity:.5;cursor:default}.wppf-theme .wppf-nav.disabled+.wppf-dots{margin-top:10px}.wppf-theme .wppf-dots .wppf-dot{display:inline-block;zoom:1}.wppf-theme .wppf-dots .wppf-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.wppf-theme .wppf-dots .wppf-dot.active span,.wppf-theme .wppf-dots .wppf-dot:hover span{background:#869791}
.wppf-carousel {
position: relative;
}
.wppf-prev,
.wppf-next {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    padding: 15px;
    background: rgba(100,100,100,0.5);
    color: white;
}
.wppf-prev {
    left: 0;
}
.wppf-next {
    right: 0;
}