@charset "UTF-8";
.ppx-nav button {
    position: absolute;
    top: 50%;
    margin: 0;
    border: none;
    transition: all 0.3s ease-in-out;
    width: 40px !important;
    height: 40px !important;
    background-size: cover;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    z-index: 9999 !important;

}
.ppx-nav button:hover {
}
.ppx-nav button.ppx-prev {
    left: 10px !important;
    background-image: url(../images/arrow_left.svg) !important;
}
.ppx-nav button.ppx-next {
    right: 10px !important;
    background-image: url(../images/arrow_right.svg) !important;
}
.ppx-theme .ppx-nav.disabled + *.ppx-dots {
    z-index: 5;
}
.ppx-theme .ppx-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    z-index: 5;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
}
.ppx-theme .ppx-dots .ppx-dot {
    display: inline-block;
    zoom: 1;
/*   *display: inline; */}
.ppx-theme .ppx-dots .ppx-dot span {
    width: 20px;
    height: 20px;
    margin: 5px 7px;
    background: #FFF;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}
.ppx-theme .ppx-dots .ppx-dot.active span, .ppx-theme .ppx-dots .ppx-dot:hover span {
    background: #92C01F;
}
/*------------Slider Standards------------*/


.ppx-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}
.ppx-carousel .ppx-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
/* fix firefox animation glitch */ }
.ppx-carousel .ppx-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.ppx-carousel .ppx-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}
.ppx-carousel .ppx-wrapper, .ppx-carousel .ppx-item {
    -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);
    transform: translate3d(0, 0, 0);
}
.ppx-carousel .ppx-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.ppx-carousel .ppx-item img {
    display: block;
    width: 100%;
}
.ppx-carousel .ppx-nav.disabled, .ppx-carousel .ppx-dots.disabled {
    display: none;
}
.ppx-carousel .ppx-nav .ppx-prev, .ppx-carousel .ppx-nav .ppx-next, .ppx-carousel .ppx-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.ppx-carousel .ppx-nav button.ppx-prev, .ppx-carousel .ppx-nav button.ppx-next, .ppx-carousel button.ppx-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}
.ppx-carousel.ppx-loaded {
    display: block;
}
.ppx-carousel.ppx-loading {
    opacity: 0;
    display: block;
}
.ppx-carousel.ppx-hidden {
    opacity: 0;
}
.ppx-carousel.ppx-refresh .ppx-item {
    visibility: hidden;
}
.ppx-carousel.ppx-drag .ppx-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;
}
.ppx-carousel.ppx-grab {
    cursor: move;
    cursor: grab;
}
.ppx-carousel.ppx-rtl {
    direction: rtl;
}
.ppx-carousel.ppx-rtl .ppx-item {
    float: right;
}
/* No Js */
.no-js .ppx-carousel {
    display: block;
}
/*
 *  ppx Carousel - Animate Plugin
 */
.ppx-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}
.ppx-carousel .ppx-animated-in {
    z-index: 0;
}
.ppx-carousel .ppx-animated-out {
    z-index: 1;
}
.ppx-carousel .fadeOut {
    animation-name: fadeOut;
}
 @keyframes fadeOut {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
/*
 * 	ppx Carousel - Auto Height Plugin
 */
.ppx-height {
    transition: height 500ms ease-in-out;
}
/*
 * 	ppx Carousel - Lazy Load Plugin
 */
.ppx-carousel .ppx-item {
/**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the ppx-item that breaks page layouts
		 */ }
.ppx-carousel .ppx-item .ppx-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}
.ppx-carousel .ppx-item .ppx-lazy[src^=""], .ppx-carousel .ppx-item .ppx-lazy:not([src]) {
    max-height: 0;
}
.ppx-carousel .ppx-item img.ppx-lazy {
    transform-style: preserve-3d;
}
/*
 * 	ppx Carousel - Video Plugin
 */
.ppx-carousel .ppx-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.ppx-carousel .ppx-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("ppx.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}
.ppx-carousel .ppx-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}
.ppx-carousel .ppx-video-playing .ppx-video-tn, .ppx-carousel .ppx-video-playing .ppx-video-play-icon {
    display: none;
}
.ppx-carousel .ppx-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}
.ppx-carousel .ppx-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
.ppx-carousel .ppx-stage {
    display: flex;
    align-items: center;
}
