/* @group Base Flipster Styles */
.flipster {
    display: block;
    margin: 0 auto;
    width: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
}
.flip-items,
.flip-item {
    height: 620px!important;
    display: block;
    margin: 0 auto;
    padding: 0;
    margin-top: 0px !important;
    list-style-type: none;
}
.flip-items {
    width: 1271px !important;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.flip-item {
    position: absolute;
    opacity: 0.99;
    /* Fix for strange clipping behavior on rotated elements in Chrome. */
}
.flip-past,
.flip-future,
.flip-next,
.flip-prev {
    cursor: pointer;
    top: 0px !important;
}
.flip-item img {
    display: block;
    width: 100%;
}
/* @end */
/* @group Coverflow Style */
.flipster-coverflow .flip-items {
    -webkit-transition: all 75ms linear;
    -moz-transition: all 75ms linear;
    -o-transition: all 75ms linear;
    -ms-transition: all 75ms linear;
    transition: all 75ms linear;
    position: relative;
    padding-top: 2%;
    padding-bottom: 5%;
}
.flipster-coverflow .flip-item {
    display: block;
    -webkit-transition: all 175ms linear;
    -moz-transition: all 175ms linear;
    -o-transition: all 175ms linear;
    -ms-transition: all 175ms linear;
    transition: all 175ms linear;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    perspective: 800px;
    position: absolute;
    width: 100%;
}
.flipster-coverflow .flip-content {
    -webkit-transition: all 175ms linear;
    -moz-transition: all 175ms linear;
    -o-transition: all 175ms linear;
    -ms-transition: all 175ms linear;
    transition: all 175ms linear;
    -webkit-box-reflect: below 0 -webkit-gradient(linear, left bottom, left top, color-stop(0.05, rgba(255, 255, 255, 0.12)), color-stop(0.2, transparent));
}
.flipster-coverflow .flip-past .flip-content {
    -webkit-transform: rotateY(0deg) scale(1);
    -moz-transform: rotateY(0deg) scale(1);
    -o-transform: rotateY(0deg) scale(1);
    -ms-transform: rotateY(0deg) scale(1);
    transform: rotateY(0deg) scale(1);
}
.flipster-coverflow .flip-future .flip-content {
    -webkit-transform: rotateY(-0deg) scale(1);
    -moz-transform: rotateY(-0deg) scale(1);
    -o-transform: rotateY(-0deg) scale(1);
    -ms-transform: rotateY(-0deg) scale(1);
    transform: rotateY(-0deg) scale(1);
}



 .flip-current .flip-content {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    box-shadow: 1px 8px 10px #e2e0e0;
}
.flipster-coverflow .flip-hidden {
    overflow: hidden !important;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}
/* @end */
/* @group Flip Items */
.flipster-carousel .flip-items {
    -webkit-perspective: 2000px;
    -moz-perspective: 2000px;
    perspective: 2000px;
}
.flipster-carousel .flip-item {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 375ms linear;
    -moz-transition: all 375ms linear;
    -o-transition: all 375ms linear;
    -ms-transition: all 375ms linear;
    transition: all 375ms linear;
}

.flipster-carousel .flip-items img {
    /*-webkit-box-shadow: -2px -12px 19px rgba(0, 0, 0, 0.3);*/
    /*-moz-box-shadow:  -2px -12px 19px rgba(0, 0, 0, 0.3);*/
    /*box-shadow:  -2px -12px 19px rgba(0, 0, 0, 0.3);*/
}
.flipster-carousel .flip-past {
    -webkit-transform: translateX(-80%) translateZ(0) rotateY(0deg) scale(0.9);
    -moz-transform: translateX(-80%) translateZ(0) rotateY(0deg) scale(0.9);
    -o-transform: translateX(-80%) translateZ(0) rotateY(0deg) scale(0.9);
    -ms-transform: translateX(-80%) translateZ(0) rotateY(0deg) scale(0.9);
    transform: translateX(-80%) translateZ(0) rotateY(0deg) scale(0.9);
}


.flipster-carousel .flip-future {
    -webkit-transform: translateX(80%) translateZ(0) rotateY(-0deg) scale(1);
    -moz-transform: translateX(80%) translateZ(0) rotateY(-0deg) scale(1);
    -o-transform: translateX(80%) translateZ(0) rotateY(-0deg) scale(1);
    -ms-transform: translateX(80%) translateZ(0) rotateY(-0deg) scale(1);
    transform: translateX(80%) translateZ(0) rotateY(-0deg) scale(1);
}


.flipster-carousel .flip-prev {
    -webkit-transform: translateX(-60%) translateZ(0) rotateY(0deg) scale(0.9);
    -moz-transform: translateX(-60%) translateZ(0) rotateY(0deg) scale(0.9);
    -o-transform: translateX(-60%) translateZ(0) rotateY(0deg) scale(0.9);
    -ms-transform: translateX(-60%) translateZ(0) rotateY(0deg) scale(0.9);
    transform: translateX(-60%) translateZ(0) rotateY(0deg) scale(0.9);
}


.flipster-carousel .flip-next {
    -webkit-transform: translateX(60%) translateZ(0) rotateY(0deg) scale(0.9);
    -moz-transform: translateX(60%) translateZ(0) rotateY(0deg) scale(0.9);
    -o-transform: translateX(60%) translateZ(0) rotateY(0deg) scale(0.9);
    -ms-transform: translateX(60%) translateZ(0) rotateY(0deg) scale(0.9);
    transform: translateX(60%) translateZ(0) rotateY(0deg) scale(0.9);
}


.flipster-carousel .flip-past,
.flipster-carousel .flip-future {
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
    z-index: 1;
    -webkit-transition-delay: 87.5ms;
    -moz-transition-delay: 87.5ms;
    -o-transition-delay: 87.5ms;
    transition-delay: 87.5ms;
}
.flipster-carousel .flip-prev,
.flipster-carousel .flip-next {
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
    z-index: 2;
    -webkit-transition-delay: 38.333333333333336ms;
    -moz-transition-delay: 38.333333333333336ms;
    -o-transition-delay: 38.333333333333336ms;
    transition-delay: 38.333333333333336ms;
}
.flipster-carousel .flip-current {
    /*-webkit-box-shadow: 1px -5px 22px rgba(173, 170, 170, 0.3);*/
    /*-moz-box-shadow: 1px -5px 22px rgba(173, 170, 170, 0.3);*/
    /*box-shadow:  1px -5px 22px rgba(173, 170, 170, 0.3);*/
    z-index: 99999;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition-delay: 38.333333333333336ms;
    -moz-transition-delay: 38.333333333333336ms;
    -o-transition-delay: 38.333333333333336ms;
    transition-delay: 38.333333333333336ms;
    width: 1271px;
    margin:  0 auto;
}
.flipster-carousel .flip-hidden {
    visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: rotateY(0deg) translateX(0) scale(1);
    -moz-transform: rotateY(0deg) translateX(0) scale(1);
    -o-transform: rotateY(0deg) translateX(0) scale(1);
    -ms-transform: rotateY(0deg) translateX(0) scale(1);
    transform: rotateY(0deg) translateX(0) scale(1);
    -webkit-transition-delay: 116.66666666666667ms;
    -moz-transition-delay: 116.66666666666667ms;
    -o-transition-delay: 116.66666666666667ms;
    transition-delay: 116.66666666666667ms;
}
