@charset "UTF-8";
.ekko-lightbox{display:-ms-flexbox!important;display:flex!important;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding-right:0!important}.ekko-lightbox-container{position:relative}.ekko-lightbox-container>div.ekko-lightbox-item{position:absolute;top:0;left:0;bottom:0;right:0;width:100%}.ekko-lightbox iframe{width:100%;height:100%}.ekko-lightbox-nav-overlay{z-index:1;position:absolute;top:0;left:0;width:100%;height:100%;display:-ms-flexbox;display:flex}.ekko-lightbox-nav-overlay a{-ms-flex:1;flex:1;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;opacity:0;transition:opacity .5s;color:#fff;font-size:30px;z-index:1}.ekko-lightbox-nav-overlay a>*{-ms-flex-positive:1;flex-grow:1}.ekko-lightbox-nav-overlay a>:focus{outline:none}.ekko-lightbox-nav-overlay a span{padding:0 30px}.ekko-lightbox-nav-overlay a:last-child span{text-align:right}.ekko-lightbox-nav-overlay a:hover{text-decoration:none}.ekko-lightbox-nav-overlay a:focus{outline:none}.ekko-lightbox-nav-overlay a.disabled{cursor:default;visibility:hidden}.ekko-lightbox a:hover{opacity:1;text-decoration:none}.ekko-lightbox .modal-dialog{display:none}.ekko-lightbox .modal-footer{text-align:left}.ekko-lightbox-loader{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.ekko-lightbox-loader>div{width:40px;height:40px;position:relative;text-align:center}.ekko-lightbox-loader>div>div{width:100%;height:100%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;animation:a 2s infinite ease-in-out}.ekko-lightbox-loader>div>div:last-child{animation-delay:-1s}.modal-dialog .ekko-lightbox-loader>div>div{background-color:#333}@keyframes a{0%,to{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}
 .animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes bounce {
from, 20%, 53%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
}
@keyframes bounce {
from, 20%, 53%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
@-webkit-keyframes flash {
from, 50%, to {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@keyframes flash {
from, 50%, to {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
} @-webkit-keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.rubberBand {
-webkit-animation-name: rubberBand;
animation-name: rubberBand;
}
@-webkit-keyframes shake {
from, to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
@keyframes shake {
from, to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg);
}
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg);
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg);
}
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg);
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.headShake {
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-name: headShake;
animation-name: headShake;
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
-webkit-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
} @-webkit-keyframes wobble {
from {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes wobble {
from {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: none;
transform: none;
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes jello {
from, 11.1%, to {
-webkit-transform: none;
transform: none;
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
@keyframes jello {
from, 11.1%, to {
-webkit-transform: none;
transform: none;
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
.jello {
-webkit-animation-name: jello;
animation-name: jello;
-webkit-transform-origin: center;
transform-origin: center;
}
@-webkit-keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInDown {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInLeft {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInRight {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInUp {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
@keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
.bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
@-webkit-keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
.flipOutX {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
to {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
to {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
@keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
@keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.hinge {
-webkit-animation-name: hinge;
animation-name: hinge;
} @-webkit-keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
} @-webkit-keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
@keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInDown {
-webkit-animation-name: zoomInDown;
animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInLeft {
-webkit-animation-name: zoomInLeft;
animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInRight {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInUp {
-webkit-animation-name: zoomInUp;
animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
to {
opacity: 0;
}
}
@keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
to {
opacity: 0;
}
}
.zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutDown {
-webkit-animation-name: zoomOutDown;
animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
.zoomOutLeft {
-webkit-animation-name: zoomOutLeft;
animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
@keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
.zoomOutRight {
-webkit-animation-name: zoomOutRight;
animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutUp {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.slideOutDown {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i");html{overflow-x:hidden}body{font-family:'Open Sans',sans-serif}*{margin:0;padding:0}h1,.h1,h2,.h2,h3,.h3{margin-top:0;margin-bottom:0}a{transition:all .5s ease 0s;text-decoration:none}a:hover{transition:all .5s ease 0s;text-decoration:none}html{overflow-x:hidden}section.banner_theme{width:100%;height:440px}section.banner_theme img{width:100%;height:600px;object-fit:cover}a.banner_btn3{margin-top:-40px;text-align:center;position:absolute;border-radius:0}a{color:#008000;text-decoration:none}a.red_more_service:hover{text-decoration:underline!important}.appoinment_page h4{font-size:22px;color:#687106;padding:20px 0}.appoinment_page ul{list-style:none}.appoinment_page ul li{list-style:none;padding:4px 0;position:relative;padding-left:17px}.appoinment_page ul li a{color:#687106}.appoinment_page ul li:after{content:"-";position:absolute;left:0;top:-7px;font-size:25px}.entry-content h2{font-size:22px;color:#996801;padding:20px 0;text-transform:uppercase}.entry-content h3{font-size:22px;color:#996801;padding:20px 0}.entry-content ul{list-style:none}.entry-content ul li{list-style:none;padding:4px 0!important;position:relative;padding-left:17px!important}.entry-content ul li a{color:#687106}.carousel-caption{display:none}.schedule_sec.right_padding{margin:20px auto;display:block;text-align:center}.arrow_banner{display:none}.tablepress-id-1 tr,.tablepress-id-1 thead th{border:1px solid #8e9440;text-align:left;padding:5px}.tablepress-id-1 tbody td{border:1px solid #8e9440;padding:5px}a.btn1{background:#687106;color:#fff!important;padding:10px 30px}.row.images_box{margin-top:60px;margin-bottom:40px}.images_box img.img-responsive{width:100%;margin-top:20px}section.videosection{margin:70px 0}.videosection h3{color:#687106;font-size:30px;margin-bottom:15px}.videosection p{color:#383636;letter-spacing:.5px;line-height:23px;margin-bottom:23px}.demo-bg{background:#ffac0c;margin-top:60px}.business-hours{background:#687106;padding:40px 14px 1px;margin-top:-15px;position:relative}.business-hours:before{content:'';width:23px;height:23px;background:#687106;position:absolute;top:5px;left:-12px;transform:rotate(-45deg);z-index:-1}.business-hours .title{font-size:20px;color:#fff;text-transform:uppercase;padding-left:5px;border-left:4px solid #fff;margin-bottom:20px}.business-hours li{color:#fff!important;line-height:30px;border-bottom:1px solid #fff;padding:7px 0}.business-hours li:last-child{border-bottom:0}.business-hours .opening-hours li.today{color:#000!important}.custom_bannericon{position:relative;background:#fff;box-shadow:0 3px 10px 2px #f7f7f7;display:flex;margin-top:-35px;padding:10px 0 0}.icon_box{background:#687106;display:inline-block;align-items:center;text-align:center;width:20%;vertical-align:middle;height:45px;line-height:45px;font-size:19px;color:#fff;margin-right:13px}.icon_boxText{width:70%;vertical-align:top;display:inline-block}.icon_boxText h6{font-size:14px;font-weight:600;letter-spacing:0;margin:0;padding:0;line-height:16px;color:#996801}.icon_boxText p a{font-size:13px;margin-top:5px;color:#8e8a8a}.icon_boxText p{font-size:13px;margin-top:5px;color:#383636}a.location_link{margin-bottom:8px;display:block;font-size:14px;color:#fff!important;font-weight:bold}a.location_link i.fa.fa-map-marker{margin-right:5px}.business_hoursbtn{margin:0 0 20px 0;background:#fff;border-radius:10px}.business_hoursbtn .icon_box{background:#fff;align-items:center;text-align:center;width:17%;vertical-align:middle;height:45px;line-height:45px;font-size:19px;color:#687105;margin-right:13px;border-radius:10px}.business_hoursbtn .icon_boxText h6{font-size:17px;font-weight:600;letter-spacing:0;margin:0;padding:0;line-height:16px;color:#687105;margin-top:14px}.business_hoursbtn .icon_boxText h6 a{color:#687105}.business_hoursbtn p{padding:0!important;height:0!important;margin:0!important}header{padding:20px 0;transition:all .5s ease 0s;-webkit-transition:all .5s ease 0s}header.fixed{top:0;box-shadow:0 1px 5px #0c0b0b3b;position:fixed;background:#fff;width:100%;z-index:999;transition:all .7s ease 0s;-webkit-transition:all .7s ease 0s;padding:10px}.top_header{height:46px;line-height:46px;display:block;background:linear-gradient(141deg,#687106 65%,#687106 29%)}.left_header{margin:0;padding:0}.left_header ul{list-style:none;display:flex;margin:0}.left_header ul li{padding:0 10px;border-right:1px solid #fff}.left_header ul li a{color:#fff;text-decoration:none;font-size:15px;font-weight:400}.left_header ul li a img{width:20px;margin-right:10px}img.custom-logo{height:auto;width:100%;margin-top:10px}.right_header{margin:0;padding:0;float:right;display:flex}a.bookAppointment{padding:0 18px;color:#fff;font-weight:400}.right_header ul{list-style:none;display:flex;margin:0}.right_header ul li{padding:0 13px;border-left:1px solid #fff;width:45px;text-align:center}.right_header ul li:last-child{border-right:1px solid #fff}.right_header ul li a{color:#fff;text-decoration:none;font-size:14px;letter-spacing:.5px;padding:0;margin:0;text-align:center}.right_header ul li a i{margin-right:10px}.sideBar_menu ul{list-style:none;padding:10px;float:right}.sideBar_menu ul li{float:left;padding:7px 4px}.sideBar_menu ul li a{color:#687106;font-size:15px;padding:10px 12px;border-radius:47px;text-decoration:none;font-weight:bold}.sideBar_menu ul li a:hover{color:#996801;font-size:15px}.sideBar_menu ul li.current_page_item a{color:#996801;font-size:16px}.sideBar_menu ul li.menu-item-has-children{position:relative;padding-bottom:0}ul.sub-menu{box-shadow:1px 1px 18px hsla(0,0%,0%,0.12);position:absolute;display:none;width:250px;z-index:99999;list-style:none;left:-79%;top:40px;background:#fff}.sideBar_menu ul li.menu-item-has-children:hover ul.sub-menu{display:block}ul.sub-menu li{display:block;width:100%}ul.sub-menu li a{color:#687106!important;font-size:14px!important;text-decoration:none;letter-spacing:0;padding:0}ul.sub-menu li a:hover{color:#996801!important;font-size:14px!important}.sub-menu>li:first-child:after{left:0;right:0;content:'';position:absolute;height:0;width:0;top:-11px;border:11px solid transparent;border-top:0;border-bottom-color:inherit;margin:auto;color:#fff}header.fixed .sub-menu li{padding:10px 0!important}i.fa.fa-sort-desc{margin:10px;position:relative;top:-1px}li#menu-item-546 ul.sub-menu{left:-48%}ul.sub-menu li.current_page_item a{color:#687106;font-size:14px;text-decoration:none;letter-spacing:0;padding:0}.carousel-caption{left:0;right:0;padding-bottom:30px;top:0;width:50%;text-align:left;margin:auto;background:#25251dad;padding:20px;height:220px}.carousel-caption h3{font-size:50px;padding-right:85px;font-weight:600}.carousel-caption p{line-height:24px;font-size:15px;letter-spacing:.5px;padding-top:20px}.banner_btn{background:#3b5998;color:#fff!important;font-size:19px;padding:10px 20px;border-radius:50px;margin-top:20px;display:inline-block}.banner_btn:hover{background:#000;color:#fff!important}.carousel-indicators{position:absolute;bottom:0;right:0;z-index:15;width:40px;float:right;margin-left:inherit;padding-left:0;list-style:none;text-align:right;top:20%;left:inherit}.carousel-indicators li{display:block;width:16px;margin:5px!important;height:16px;text-align:right!important;margin:1px;text-indent:-999px;border:1px solid #fff;border-radius:16px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0)}.carousel-indicators .active{margin:0;width:18px;height:18px;border:1px solid #687106;background-color:#687106}section.about_sec{padding:70px 0;background:url(//acupuncturelafayette.com/wp-content/themes/benjamindierauf-child/assets/images/dotted-map.png) no-repeat;background-position:center center;background-size:contain}section.about_sec h1{font-size:30px;padding:10px 0;color:#996801}section.about_sec h2{font-size:20px;padding:10px 0;color:#996801;font-weight:600}section.about_sec h2 span{color:#3b5998}section.about_sec p{color:#383636;font-size:15px;padding:10px 0;line-height:25px}.get_free_btn{background:#3b5998;color:#fff;font-size:15px;padding:10px 20px;border-radius:50px;margin-top:30px;display:inline-block}.get_free_btn:hover{background:#000;color:#fff}.video-play-button{position:absolute;z-index:10;top:0;left:0;bottom:0;margin:auto;right:0;box-sizing:content-box;display:flex;width:32px;height:44px;border-radius:50%;padding:18px 20px 18px 28px;align-items:center;justify-content:center}.video-play-button:before{content:"";position:absolute;z-index:0;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);display:block;width:80px;height:80px;background:#fff;border-radius:50%;animation:pulse-border 1500ms ease-out infinite}.video-play-button:after{content:"";position:absolute;z-index:1;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);display:block;width:80px;height:80px;background:#fff;border-radius:50%;transition:all 200ms}.video-play-button:hover:after{background-color:darken(#fa183d,10%)}.video-play-button img{position:relative;z-index:3;max-width:100%;width:auto;height:auto}.video-play-button span{display:block;position:relative;z-index:3;width:23;height:27}@keyframes pulse-border{0%{transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);opacity:1}100%{transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);opacity:0}}.carousel-inner{position:relative;overflow:hidden;width:100%;height:500px}.overlay-inner p{display:block}.page-id-72 section.Serviceinner_sec{background:#fff;padding:70px 0;text-align:center}.page-id-72 section.Serviceinner_sec .ser-list .overlay{color:#312f2f}.page-id-72 section.Serviceinner_sec .ser-list .overlay p{color:#999;text-align:center;line-height:21px}.page-id-72 section.Serviceinner_sec .ser-list ul li a{color:#687106;font-style:italic}.page-id-72 section.Serviceinner_sec .ser-list ul li img{filter:invert(50%)}.page-id-72 section.Serviceinner_sec .ser-list ul li:hover{background:#fff;transition:all .5s ease 0s;box-shadow:0 2px 10px 0 rgba(0,0,0,0.1)}section.Service_sec{background:#f5f5f5;padding:70px 0;background-size:cover;background-attachment:fixed}section.Service_sec h4{font-size:36px;padding:0;margin:0;color:#585656;text-align:center;margin-bottom:35px}section.Service_sec p{font-size:15px;padding:0;color:#585656;text-align:center}section.Service_sec h4 span{color:#3b5998}.ser-list ul{display:flex;flex-wrap:wrap;-webkit-flex-wrap:wrap;justify-content:space-between;margin:50px 0}.ser-list ul li{width:31.3%;position:relative;list-style:none;color:#fff;margin-bottom:30px;cursor:pointer;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;margin-left:10px;padding:5px}.ser-list ul li img{width:80px;filter:invert(50%);transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;padding:10px}.ser-list ul li a{font-size:15px;font-weight:bold;color:#687106;line-height:34px;text-decoration:none;padding:0;border-radius:33px}.ser-list ul li h3{font-size:19px;font-weight:bold;margin-top:0;margin-bottom:15px;color:#687106}.ser-list ul li:hover a{color:#000}.ser-list .overlay p{color:#585656;font-size:14px;margin:0 0 5px;text-align:left;line-height:21px}.ser-list .overlay{top:0;width:100%;padding:10px;color:#585656;display:flex;flex-wrap:wrap}.ser-list ul li:hover{background:#fff;transition:all .5s ease 0s;box-shadow:0 20px 20px 0 rgba(0,0,0,0.1);-webkit-box-shadow:0 20px 20px 0 rgba(0,0,0,0.1);-moz-box-shadow:0 20px 20px 0 rgba(0,0,0,0.1);transition:all .5s;-webkit-transition:all .5s;-moz-transition:all .5s}.ser-list ul li:hover img{transform:scale(1.2)}.ser-list ul li{position:relative;overflow:hidden;background:#fff}a.get_free_btn.text-center{display:table;margin:0 auto;text-align:center;align-items:center}.how_we_works{padding:0;margin:0}.how_we_works .how_we_works_left{background:#000 url(//acupuncturelafayette.com/wp-content/themes/benjamindierauf-child/assets/images/left_how_we_works.jpg);padding:70px 100px 42px 100px;height:551px;background-repeat:no-repeat;background-size:cover}.how_we_works .how_we_works_left h3{font-size:30px;color:#3b5998;padding:0 0 20px 0}.how_we_works .how_we_works_left p{font-size:15px;color:#fff;padding:20px 0}ul.how_we_works_list{list-style:none}ul.how_we_works_list li{color:#fff;font-size:15px;position:relative;padding-bottom:50px;font-weight:600}ul.how_we_works_list li:after{content:"";position:absolute;height:30px;width:2px;background:#3b5998;left:20px;top:50px}ul.how_we_works_list li:last-child:after{display:none}ul.how_we_works_list li span{background:#3b5998;margin-right:20px;border:3px solid #fff;height:40px;line-height:32px;width:40px;border-radius:40px;display:inline-block;text-align:center}.how_we_works .how_we_works_right{background:#3b5998 url(//acupuncturelafayette.com/wp-content/themes/benjamindierauf-child/assets/images/dotted-map.png);padding:70px 100px 20px 50px}.how_we_works .how_we_works_right h3{font-size:30px;color:#fff;padding:0 0 70px 0}.how_we_works .how_we_works_right p{font-size:15px;color:#fff;padding:20px 0}.how_we_works .how_we_works_right .form-control{display:block;width:100%;height:45px;padding:6px 12px;font-size:15px;line-height:1.42857143;color:#fff;background-color:#fff0;background-image:none;border:1px solid #fff;border-radius:44px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.how_we_works select.form-control option{color:#000}.how_we_works .how_we_works_right .form-control::placeholder{color:#fff}button.btn.btn-default{width:100%;margin:20px 0;padding:10px 20px;border-radius:30px;font-size:18px}section.testimonials{background:#f5f5f5;padding:70px 0}section.testimonials .owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0;color:inherit;border:#1f1f1d solid 7px!important;padding:0!important;font:inherit;margin:4px;text-align:center;outline:0}section.testimonials .owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot.active{border:#687106 solid 7px!important}section.testimonials .owl-dots{text-align:center}section.testimonials .owl-nav{display:none}.ourclientimg{width:50px;height:50px;margin:30px auto;border-radius:50px;overflow:hidden}.clientReviews_box p{line-height:24px;font-size:15px;letter-spacing:.5px;padding:10px 0 25px;color:#5d5a5a}.clientReviews_box h4{color:#000}.ourclientimg img{width:100%;height:100%;object-fit:cover}.clientReviews_box{text-align:center;color:#fff;width:70%;margin:auto}section.testimonials h3{font-size:36px;padding:10px 0;color:#565655;text-align:center}section.testimonials h3 span{color:#fe0000}section.ourClients{padding:70px 0}section.ourClients h3{font-size:36px;padding:0 0 10px 0;margin:0;color:#424241;text-align:center;margin-bottom:40px}section.ourClients h3 span{color:#3b5998}.box_ourClients{box-shadow:1px 1px 5px #999;padding:20px;margin:20px}.box_ourClients img{height:70px}.ourClients_mr{margin:20px;height:107px}section.faq_sec h3{font-size:36px;padding:0 0 20px;color:#000}.faq_heading{margin-right:10px}.faq_sec{background:#fff url(//acupuncturelafayette.com/wp-content/themes/benjamindierauf-child/assets/images/faq_bg.jpg);padding:70px 0;background-repeat:no-repeat;background-size:cover;background-position:65%}.panel-heading{padding:0;border:0}.panel-title>a,.panel-title>a:active{display:block;padding:15px;color:#555;font-size:16px;font-weight:bold;text-transform:uppercase;letter-spacing:1px;word-spacing:3px;text-decoration:none}.panel-heading a:before{content:"";background:url(//acupuncturelafayette.com/wp-content/themes/benjamindierauf-child/assets/images/plus.png);float:left;width:50px;height:50px;background-repeat:no-repeat;transition:all .5s}.panel-heading.active a:before{background:url(//acupuncturelafayette.com/wp-content/themes/benjamindierauf-child/assets/images/minus.png);float:left;width:50px;height:50px;background-repeat:no-repeat}.faq_tab .panel-default>.panel-heading{color:#333;background-color:#fff;border-color:#fff}.faq_tab .panel-default{border-color:#FFF;border:0}.faq_tab .panel-title>a,.panel-title>a:active{display:block;color:#000;letter-spacing:.5px;font-size:16px;font-weight:bold;text-transform:uppercase;word-spacing:3px;text-decoration:none;padding:25px 0}.faq_tab .panel-body p{color:#383636;font-size:15px;letter-spacing:.3px;line-height:30px}.panel-heading.active .panel-title>a,.panel-title>a:active{color:#adb04f}.panel-body ul li{list-style:none;font-size:14px;color:#000;letter-spacing:.2px;margin-bottom:20px;padding-left:20px;position:relative}.panel-body ul li:before{content:"";position:absolute;left:0;top:9px;width:7px;height:7px;background:#ac8945;border-radius:50%}button.btn.btn-primary.addTestimonial{background:#3b5998;border-color:#3b5998}ul.list1 li:after{content:"";position:absolute;left:0;top:17px;width:7px;height:7px;background:#ac8945;border-radius:50%}ul.list1 li{padding:10px!important;letter-spacing:.3px!important;color:#000;font-size:15px;position:relative;padding-left:19px!important;line-height:20px}footer.footer{margin-top:60px;background:#2f2f2f52 url(https://www.acupuncture-balance.com/wp-content/uploads/2020/11/footerBg.jpg);padding:70px 0;background-blend-mode:color-burn;background-size:cover;background-repeat:no-repeat}.footer_headign h3{color:#fff;text-transform:uppercase;margin:0;padding:0;font-size:20px;position:relative;margin-bottom:25px;font-weight:bold}.footer_headign h3:after{width:55px;height:2px;content:"";background:#fff;position:absolute;left:0;bottom:-10px}.textwidget.custom-html-widget p{color:#737070;line-height:25px;letter-spacing:.5px}.footer_headign ul{list-style:none;margin:0;padding:0}.footer_headign ul li{font-size:14px;line-height:30px}.footer_headign ul li a{color:#fff;font-weight:bold}.footer_headign ul li a:hover{color:#aa8848}.footer_headign a{color:#687106}.footer_copyright_item{width:100%;background:#687106;border-top:1px solid #687106;padding:15px 0 0;margin:0;display:flex;align-items:center;flex-wrap:wrap}.footer_copyright_item p,.footer_copyright_item p a{margin-bottom:6px;font-size:15px;color:#fff;line-height:26px}.footer_copyright_item ul.social{font-size:0;float:right}.footer_copyright_item ul.social li{display:inline-block;vertical-align:top;margin-right:9px;margin-bottom:6px}.footer_copyright_item ul.social li:last-child,.footer_copyright_item ul.social li:only-child{margin-right:0}.footer_copyright_item ul.social li a{font-size:13px;color:#fff;line-height:26px;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out}.footer_copyright_item ul.social li a{font-size:15px;border:1px solid #fff;line-height:26px;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;color:#fff;width:25px;height:25px;display:inline-block;text-align:center;line-height:25px}.footer_copyright_item ul.social li a:hover{border:1px solid #000;background:#000}#toTop a{padding:0 10px 5px;background:#687106;color:#fff;position:fixed;bottom:15px;right:15px;display:none;text-decoration:none;font-size:30px;border-radius:4px;line-height:0}.appoinment_page .form-control{height:45px}.appoinment_page h3{font-size:36px;padding:10px 0;color:#000;text-align:center;margin-bottom:40px}.btn-default:hover{color:#fff;background-color:#020303;border-color:#020303}div#dslc-theme-content-inner p{color:#4c4a4a;letter-spacing:.4px;line-height:20px;font-size:14px}div #dslc-theme-content-inner ul{list-style:none}#dslc-theme-content-inner ul li{padding:6px 0;letter-spacing:.3px;color:#000;font-size:15px}ul.contact li strong{text-transform:uppercase;font-weight:600}ul.contact li{position:relative;margin-bottom:10px;padding-left:0;font-weight:bold;font-size:14px;color:#fff;line-height:26px}.es_form_container .es_caption{color:#fff;padding:0 0 5px 0}ul.contact li:before{position:absolute;top:0;z-index:0;font-family:"FontAwesome";color:#fff}.menu-important-links-container ul li:before{position:absolute;top:5px;z-index:0;background:url(//acupuncturelafayette.com/wp-content/themes/benjamindierauf-child/assets/images/Rectangle.png) no-repeat;color:#e8e6e3;content:'';width:15px;height:22px;left:0}ul.contact li.email:before{left:-25px;content:"\f0e0"}ul.contact li.address:before{left:-25px;content:"\f041"}ul.contact li.phone:before{left:-25px;content:"\f095"}ul.contact li.rss:before{content:"\f09e";left:-25px}ul.contact li.email_2:before{left:-31px;content:"";height:25px;width:25px;background:url(//acupuncturelafayette.com/wp-content/themes/benjamindierauf-child/assets/images/A2.png) no-repeat;background-size:contain}.ser-list ul li a{display:block;text-align:center}.banner_sec2{background:url(//acupuncturelafayette.com/wp-content/themes/benjamindierauf-child/assets/images/doctor2.png);background-blend-mode:lighten;background-repeat:no-repeat!important;background-size:cover!important}.banner{display:flex;align-items:center;justify-content:center;text-align:center;height:140px;width:100%}.page-id-108 .banner_sec2{background:url(//acupuncturelafayette.com/wp-content/themes/benjamindierauf-child/assets/images/doctor2.png);background-blend-mode:lighten}.page-id-69 .banner_sec2{background:url(//acupuncturelafayette.com/wp-content/themes/benjamindierauf-child/assets/images/doctor2.png);background-blend-mode:lighten}.page-id-188 .banner_sec2{background:url(//acupuncturelafayette.com/wp-content/themes/benjamindierauf-child/assets/images/doctor2.png);background-blend-mode:lighten}.page-id-72 .banner_sec2{background:url(//acupuncturelafayette.com/wp-content/themes/benjamindierauf-child/assets/images/doctor2.png);background-blend-mode:lighten}.page-id-96 .banner_sec2{background:url(//acupuncturelafayette.com/wp-content/themes/benjamindierauf-child/assets/images/doctor2.png);background-blend-mode:lighten}.page-id-182 .banner_sec2{background:url(//acupuncturelafayette.com/wp-content/themes/benjamindierauf-child/assets/images/doctor2.png);background-blend-mode:lighten}.page-id-306 .banner_sec2{background:url(//acupuncturelafayette.com/wp-content/themes/benjamindierauf-child/assets/images/doctor2.png);background-blend-mode:lighten}.banner h2{color:#fff}ul.technology_list{list-style:none}ul.technology_list li{position:relative;line-height:30px;font-size:15px;padding-left:20px}ul.technology_list li:after{position:absolute;content:"\f00c";font-family:"FontAwesome";left:0;top:0}ul.feat#about{list-style:none;margin:20px 0;padding:0}ul.feat#about li{padding:20px 25px 10px 85px;border:1px solid #ddd;background-color:#f3f3f3;position:relative}ul.feat#about li i{position:absolute;left:17px;top:19px;font-size:42px;color:#F33;background:url(//acupuncturelafayette.com/wp-content/themes/benjamindierauf-child/assets/images/check.png) no-repeat;height:60px;width:60px}ul.feat#about li h4{color:#362f2d}ul.feat#about li{margin-bottom:20px;width:48%;float:left;margin-left:1%}ul.feat#about li p{margin-bottom:20px;line-height:26px;letter-spacing:.2px}.icon_check_alt2:before{content:""}.testimonialsall_box{transition:all .5s ease 0s;background:#f8fffe;padding:20px;box-shadow:0 2px 10px 0 rgba(0,0,0,0.1);background-color:#f8fffe;text-align:center;position:relative;margin-bottom:40px;min-height:390px}.testimonialsall_box:hover{transform:scale(1.1);transition:all .5s ease 0s;background:#e2eaf7bd}.testimonialsall_box2{border-radius:80px;width:80px;height:80px;overflow:hidden;margin:auto;background:#487ece;font-size:25px;color:#fff;display:flex;align-items:center;text-align:center;justify-content:center}.testimonialsall_box2 img{width:100%;height:100%;object-fit:cover}.all_testimonial_page{padding:70px 0}.testimonialsall_box p{font-size:14px;color:#707070;letter-spacing:.69px;padding:10px 0;line-height:24px}.testimonialsall_box h4{font-size:25px;color:#000;padding:0;letter-spacing:.5px}.testimonialsall_box:after{content:"";background:url(//acupuncturelafayette.com/wp-content/themes/benjamindierauf-child/assets/images/testimonialsall_box.png);position:absolute;height:40px;width:40px;top:-18px;left:16px;background-size:cover}.news_box{box-shadow:1px 2px 11px #e4e0e0;margin-bottom:20px;min-height:300px}.latestNews{padding:50px 0}.latestNews h3{font-size:30px;color:#0f1e72;text-align:center}.latestNews p{font-size:20px;color:#808080;text-align:center;margin-top:30px}.latestNews p{margin:20px 0}.news_box .post-bar{padding:0;list-style:none;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}.news_box .post-bar li{display:block;font-size:16px;color:#555;width:100%;margin-right:7px;text-transform:capitalize}.news_box .post-title{margin:0 0 10px 0;color:#626265;font-weight:600;font-size:18px}.news_box .post-description{font-size:15px;line-height:21px;color:#383636;margin:10px 0;padding:0;text-align:left}a.tranBtn{color:#000}a.tranBtn:hover{color:#687106;text-decoration:underline}.post-review{padding:20px 14px}.news_box .post-bar li i{color:#687106;margin-right:8px}.right_images img{width:100%;height:auto}section.inner_pages2{padding:70px 0}.inner_page h3{padding:10px 0;font-size:30px;padding:10px 0;color:#996801}.inner_page section.about_sec p{color:#777;font-size:15px;padding:10px 0;line-height:30px}section.about_sec p a{color:#008000}section.about_sec p a:hover{color:#000;text-decoration:underline}.panel.panel-default a:hover{text-decoration:underline}.contactPages h2{font-size:40px;letter-spacing:1.5px;margin-bottom:10px;color:#2f2f00;font-weight:600;text-align:center}.contactPages .contactBg{box-shadow:0 5px 41px 0 rgba(0,0,0,0.1);background:#fff;padding:30px 20px;min-height:550px}.contactPages .contactBg h3{font-size:20px;line-height:30px;letter-spacing:.5px;color:#000;margin-bottom:30px}.contactPages .contactBg a{font-size:20px;letter-spacing:.5px;color:#000}.contactPages .contact li.address:before{left:3px;content:"";background:url(//acupuncturelafayette.com/wp-content/themes/benjamindierauf-child/assets/images/contact-icons.png) no-repeat;height:35px;width:35px}.contactPages .contact li.email:before{left:0;content:"";height:35px;width:35px;background:url(//acupuncturelafayette.com/wp-content/themes/benjamindierauf-child/assets/images/contact-icons.png) no-repeat 0 -32px}.contactPages .contact li.email_2:before{left:0;content:"";height:35px;width:35px;background:url(//acupuncturelafayette.com/wp-content/themes/benjamindierauf-child/assets/images/A1.png) no-repeat;background-size:contain;opacity:.3}.contactPages .contact li.phone:before{left:0;content:"";height:35px;width:35px;background:url(//acupuncturelafayette.com/wp-content/themes/benjamindierauf-child/assets/images/contact-icons.png) no-repeat 0 -66px}.contactPages .contact li:before{position:absolute;top:0;z-index:0;font-family:"FontAwesome";color:#2d75d1}.contactPages .contact li{padding-bottom:15px;position:relative;margin-bottom:10px;padding-left:50px;font-weight:400;font-size:16px;color:#000;line-height:26px}.contactPages .contact li a{color:#2f2f2f;font-weight:400;font-size:16px}.contactPages ul,.contactPages ol{margin:0;padding:0;list-style:none}.contactPages .panel-default>.panel-heading{color:#333;background-color:#f6f6f6;border-color:transparent;border-bottom:0;margin-top:20px;padding:5px 10px;font-family:'Montserrat',sans-serif}.contactPages .panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:transparent;padding:35px 15px 0}.contactPages #capchaBox{margin:0 0 30px}.contactPages .panel-title{font-size:25px;color:#000}.contactPages .panel-title a{display:block;text-decoration:none}.contactPages .panel-title a:hover,.contactPages .panel-title a:focus{display:block;text-decoration:none}.contactPages .panel-title img{padding-right:15px}.contactPages .panel-default{border:0;box-shadow:none;border-color:transparent}.contactPages .panel-group{margin-bottom:0}.contactPages{border-top:0;padding:70px 0;margin-bottom:60px}.contactPages p{color:#777;font-size:25px;width:75%;padding-bottom:30px;margin:0 auto;line-height:40px;letter-spacing:.5px}.contactPages .form-control{border-radius:5px;margin-bottom:40px;min-height:50px;box-shadow:0 2px 10px 0 rgba(0,0,0,0.1);font-size:15px;border:0}textarea.form-control{resize:none}.submitBtn{border:0;outline:0;background:#687106;color:#fff!important;font-size:19px;padding:10px 20px;border-radius:50px}.submitBtn:hover{border:0;outline:0;background:#000;color:#fff!important;font-size:19px;padding:10px 20px;border-radius:50px}.hiring-profile-info .profile-sec-desc{display:inline-block;font-size:16px;font-weight:300;letter-spacing:.4px;line-height:26px;margin:10px 15% 30px;text-align:center;width:70%}.hiring-profile-sec .hiring-profile-lists{float:left;margin:30px 0 0;width:100%;height:800px;overflow-y:scroll}.hiring-profile-lists .hire-profile-colum{border-bottom:1px dashed #fe0000;float:left;margin:10px 0;padding:0 0 14px;width:100%}.hiring-profile-lists .hire-profile-colum:nth-child(1){border-bottom:4px solid #fe0000;margin:0 0 20px;padding:0}.hiring-profile-lists .hire-profile-colum h3{float:left;font-size:20px;font-weight:500;margin:0 0 12px;text-align:left;text-transform:uppercase;width:100%}.hiring-profile-lists .hire-profile-colum .profile-title{float:left;font-size:16px;font-weight:500;letter-spacing:.4px;line-height:30px;width:100%}.hiring-profile-lists .hire-profile-colum .profile-position{float:left;font-size:14px;font-weight:400;letter-spacing:.4px;line-height:22px;margin:0 0 5px;width:100%}.hiring-profile-lists .hire-profile-colum .profile-experience{float:left;font-size:14px;font-weight:400;letter-spacing:.4px;line-height:22px;margin:0 0 5px;width:100%}.hiring-profile-lists .hire-profile-colum .profile-desc{float:left;font-size:13px;font-weight:300;letter-spacing:.4px;line-height:20px;margin:0 0 10px;width:100%}.hiring-profile-lists .hire-profile-colum .apply-btn{background:#f56c03 none repeat scroll 0 0;border-radius:4px;color:#fff;float:right;font-size:14px;font-weight:500;line-height:36px;margin:40px 0 0;padding:0 20px;text-transform:uppercase;-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s}.hiring-profile-lists .hire-profile-colum .apply-btn:hover{background:#000 none repeat scroll 0 0}.hiring-process-sec .process-sec-desc{display:inline-block;font-size:16px;font-weight:300;letter-spacing:.4px;line-height:26px;margin:10px 15% 30px;text-align:center;width:70%}.apply_btn,.refer_btn,.submit_btn{text-shadow:none;margin-top:20px;display:inline-block;background:#fe0000;color:#fff!important;font-size:19px;padding:10px 20px;border-radius:50px;border:0;text-decoration:none}.apply_btn:hover,.submit_btn:hover,.refer_btn:hover{color:#fff;background:#000}button.close{position:absolute;background:#3b5998;z-index:9999;top:0;right:0;width:24px;height:24px;opacity:9;text-shadow:none;color:#fff}.modal{text-align:center;padding:0!important}.modal-open{overflow:hidden;padding:0!important}.modal:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-4px}.modal-dialog{display:inline-block;text-align:left;vertical-align:middle}.carousel-caption p{-webkit-animation-name:example2;-webkit-animation-duration:1s;animation-name:example2;animation-duration:1.2s;animation-iteration-count:1}@keyframes example2{from{transform:translateX(2000px)}to{transform:translateX(0)}}.carousel-caption h3{-webkit-animation-name:example3;-webkit-animation-duration:1s;animation-name:example3;animation-duration:1.4s;animation-iteration-count:1}@keyframes example3{from{transform:translateX(-2000px)}to{transform:translateX(0)}}.toggle_menu{display:none}#hamburger{background:#adb04f;color:#fff;border-radius:50%;width:40px;height:40px;position:absolute;right:15px;top:-47px;z-index:2;display:flex;align-items:center;text-align:center;line-height:50px}#hamburger{-webkit-tap-highlight-color:transparent;padding:2px 20px 16px 9px;margin-top:0}#hamburger span,#hamburger span:before,#hamburger span:after{cursor:pointer;border-radius:4px;height:1px;width:20px;background:#fff;position:absolute;display:block;content:''}#hamburger span,#hamburger span:before,#hamburger span:after{-webkit-transition:all 300ms cubic-bezier(0.645,0.045,0.355,1.000);-moz-transition:all 300ms cubic-bezier(0.645,0.045,0.355,1.000);-o-transition:all 300ms cubic-bezier(0.645,0.045,0.355,1.000);transition:all 300ms cubic-bezier(0.645,0.045,0.355,1.000)}#hamburger.active span{background-color:transparent}#hamburger.active span:before,#hamburger.active span:after{top:5px}#hamburger.active span:before{transform:rotate(45deg)}#hamburger.active span:after{transform:translateY(-10px) rotate(-45deg);top:15px}#hamburger span:after{bottom:-10px}#hamburger span:before{bottom:-5px}.fixed{position:fixed;top:0;left:0;animation:smoothScroll 1s forwards}@media screen and (max-width:767px){.custom_bannericon{margin-top:0}footer .custom_bannericon{display:none!important}.sideBar_menu ul{list-style:none;padding:10px;float:right;text-align:center}.top_header{display:none}.tabular_menu .tabular_menu_2{display:none}.sideBar_menu{transform:translatex(-100%);transition:all ease .5s;-moz-transition:all ease .5s;-webkit-transition:all ease .5s;display:block;position:fixed;left:0;height:100%;width:250px;background:linear-gradient(-51deg,#fff,#fff);top:0;bottom:0;z-index:9}.sideBar_menu.active{transition:all ease .5s;-moz-transition:all ease .5s;-webkit-transition:all ease .5s;transform:translateX(0%)}.toggle_menu{display:block}.sideBar_menu ul li{float:left;padding:10px 4px;width:100%;margin:0}}@media only screen and (max-width:991px) and (min-width:768px){.carousel-indicators{top:20%;display:none}.arrow_banner{display:block}a.right.carousel-control{width:40px;height:40px;background:#adb04f40;position:absolute;bottom:0;top:40%;align-items:center;line-height:40px}a.left.carousel-control{width:40px;height:40px;background:#adb04f40;position:absolute;bottom:0;top:40%;align-items:center;line-height:40px}section.banner_theme{width:100%;height:auto}.carousel-inner{height:auto}.carousel-inner .item img{height:auto;object-fit:cover}footer .custom_bannericon{display:none!important}.sub-menu>li:first-child:after{display:none}.menu-item-has-children::after{content:"+";font-size:125%;background:#adb04e;line-height:37px;color:#fff;border:0;position:absolute;top:0;right:8px;text-align:center;width:30px;height:30px;line-height:30px}ul.sub-menu{left:0;top:10px}.fixed#header ul.sub-menu{position:relative;display:none;width:200px;list-style:none;left:0;top:0;background:#fff;padding-top:20px}.menu-item-has-children.minus::after{content:"-"}a:not([href]):not([tabindex]){color:#fff}ul.sub-menu{position:relative;border:0;box-shadow:none;display:block}ul.sub-menu li{padding-left:0;position:relative}ul.sub-menu li:before{font-size:125%;line-height:43px;color:#b7b7b7;border:0;position:absolute;top:0;left:5px;text-align:center;width:15px;height:100%}.sub-menu{display:none!important;transition:all .5s ease 0s}.sub-menu.sub_menu{display:block!important;transition:all .5s ease 0s}li#menu-item-546 ul.sub-menu{left:0}.images_box img.img-responsive{height:300px!important;width:100%;margin-top:20px}.custom_bannericon{display:inline-table}section.about_sec p{font-size:14px}img.img-responsive.about_tab{position:relative;height:400px;object-fit:cover}.map3{margin-bottom:30px}.contactPages .contactBg{min-height:auto}html{overflow-x:hidden}img.custom-logo{height:auto;width:240px}.appoinment_page .form-control{margin-top:20px}.news_box{margin-bottom:30px}.sideBar_menu ul{list-style:none;padding:10px;float:right;text-align:center}.top_header{display:none}.tabular_menu .tabular_menu_2{display:none}.sideBar_menu{transform:translatex(-100%);transition:all ease .5s;-moz-transition:all ease .5s;-webkit-transition:all ease .5s;display:block;position:fixed;left:0;height:100%;width:300px;background:linear-gradient(-51deg,#fff,#fff);top:0;bottom:0;z-index:9}.sideBar_menu.active{transition:all ease .5s;-moz-transition:all ease .5s;-webkit-transition:all ease .5s;transform:translateX(0%)}.toggle_menu{display:block}.sideBar_menu ul li{float:left;padding:0 4px;width:100%;margin:10px 0}.carousel-caption h3{font-size:20px}.carousel-caption{left:8%;right:20%;padding-bottom:30px;top:10%;width:90%;text-align:left}.carousel-inner .item img{object-fit:cover}.carousel-caption p{line-height:24px;font-size:13px}.ser-list ul li{width:48.3%}.how_we_works .how_we_works_left{padding:20px;height:500px}.how_we_works .how_we_works_right{padding:20px;height:500px}.ourClients .owl-nav{display:none}section.ourClients{padding:40px 0 20px}}@media only screen and (max-width:1024px) and (min-width:992px){.sideBar_menu ul{list-style:none;padding:10px;float:right;text-align:center}.top_header{display:none}.tabular_menu .tabular_menu_2{display:none}.sideBar_menu{transform:translatex(-100%);transition:all ease .5s;-moz-transition:all ease .5s;-webkit-transition:all ease .5s;display:block;position:fixed;left:0;height:100%;width:300px;background:linear-gradient(-51deg,#fff,#fff);top:0;bottom:0;z-index:9}.sideBar_menu.active{transition:all ease .5s;-moz-transition:all ease .5s;-webkit-transition:all ease .5s;transform:translateX(0%)}.toggle_menu{display:block}.sideBar_menu ul li{float:left;padding:10px 4px;width:100%;margin:10px 0}.carousel-caption h3{font-size:20px}.carousel-caption{left:8%;right:20%;padding-bottom:30px;top:10%;width:90%;text-align:left}.carousel-inner .item img{object-fit:cover}.carousel-caption p{line-height:24px;font-size:13px}#hamburger{top:0}.how_we_works .how_we_works_left{padding:20px;height:500px}.how_we_works .how_we_works_right{padding:20px;height:500px}}@media screen and (max-width:767px){a.right.carousel-control{width:40px;height:40px;background:#adb04f40;position:absolute;bottom:0;top:40%;align-items:center;line-height:40px}a.left.carousel-control{width:40px;height:40px;background:#adb04f40;position:absolute;bottom:0;top:40%;align-items:center;line-height:40px}ul.contact li.email_2:before{left:-10px}.menu-item-has-children::after{content:"+";font-size:125%;background:#adb04e;line-height:37px;color:#fff;border:0;position:absolute;top:0;right:8px;text-align:center;width:30px;height:30px;line-height:30px}ul.sub-menu{left:0;top:10px}.fixed#header ul.sub-menu{position:relative;display:none;width:200px;list-style:none;left:0;top:0;background:#fff;padding-top:20px}.menu-item-has-children.minus::after{content:"-"}a:not([href]):not([tabindex]){color:#fff}ul.sub-menu{position:relative;border:0;box-shadow:none;display:block}ul.sub-menu li{padding-left:0;position:relative}ul.sub-menu li:before{font-size:125%;line-height:43px;color:#b7b7b7;border:0;position:absolute;top:0;left:5px;text-align:center;width:15px;height:100%}.sub-menu{display:none!important;transition:all .5s ease 0s}.sub-menu.sub_menu{display:block!important;transition:all .5s ease 0s}li#menu-item-546 ul.sub-menu{left:0}.images_box img.img-responsive{height:300px!important;width:100%;margin-top:20px}.carousel-inner{height:100%}.carousel-indicators{top:20%;display:none}.arrow_banner{display:block}#hamburger{top:-36px}header.fixed img.custom-logo{margin-top:0}a.btn1{margin:20px;display:block}section.banner_theme{width:100%;height:100%}.custom_bannericon{display:block}.custom_bannericon .col-md-3{border-bottom:1px solid #adb04e;padding:10px}.business-hours{margin-top:20px}.icon_box{width:47px}.contactPages .contact li{padding-left:40px}.panel-body{padding:0}.how_we_works .how_we_works_right h3{padding:0 0 35px 0}.form-group{margin-bottom:0}.contactPages .contact li a{font-size:14px}ul.contact li.address:before{left:0;content:"\f041"}ul.contact li.phone:before{left:0;content:"\f095"}ul.contact li.email:before{left:0;content:"\f0e0"}ul.contact li{padding-left:20px}.faq_tab .panel-title>a,.panel-title>a:active{padding:25px 12px}section.about_sec p{line-height:25px}img.custom-logo{height:auto;width:70%;margin-top:-6px}.footer_copyright_item p,.footer_copyright_item p a{font-size:13px;text-align:center}.appoinment_page .form-control{margin-top:20px}1111 .news_box{margin-bottom:30px}footer.footer{padding:0}.footer_headign h3{margin-top:30px}html,body{overflow-x:hidden}.carousel-caption h3{font-size:20px}.carousel-caption{left:8%;right:20%;padding-bottom:30px;top:10%;width:90%;text-align:left}.carousel-inner .item img{height:auto;object-fit:cover}.carousel-caption p{line-height:24px;font-size:13px}section.about_sec h2{font-size:24px}.get_free_btn{margin-bottom:30px}.how_we_works .how_we_works_left{padding:20px}.how_we_works .how_we_works_right{padding:20px}.how_we_works .how_we_works_right .form-control{margin-bottom:10px}.ser-list ul li{width:91%}section.Service_sec{margin:10px 0 0;padding-bottom:40px}section.testimonials{padding:40px 0}ul.feat#about li{width:90%}.footer_copyright_item ul.social{font-size:0;float:initial;text-align:center}section.banner_theme img{width:100%;height:190px;object-fit:cover}.how_we_works .how_we_works_left{background:#000 url(//acupuncturelafayette.com/wp-content/themes/benjamindierauf-child/assets/images/left_how_we_works.jpg);padding:70px 100px 42px 100px;height:400px;background-size:cover}.faq_tab .panel-title>a,.panel-title>a:active{font-size:12px}section.ourClients{padding:25px 0 1px}section.ourClients .owl-nav{display:none}.banner_sec2{height:200px;background-size:cover!important;background-repeat:no-repeat!important;width:100%}.banner{height:180px;width:100%}.news_box{margin-bottom:30px}button.addTestimonial{float:none!important;margin-top:14px!important;text-align:center}section.about_sec{padding:10px 0}.faq_sec{padding:20px 0}}.bookAppointmentsPage h3{color:#996801;font-size:30px}.bookAppointmentsPage h4{color:#996801;font-size:22px;margin:20px 0}.bookAppointmentsPage ul{list-style:none;padding-left:0}.bookAppointmentsPage ul li{padding:10px 0;color:#383636;font-size:14px;letter-spacing:.3px}.bookAppointmentsPage ul li a{color:#008000}.bookAppointmentsPage ul li a:hover{color:#008000;text-decoration:underline}footer .custom_bannericon{position:relative;background:#fff;box-shadow:-2px -2px 14px 2px #f7f7f7;display:flex;margin-top:-110px;padding:10px 0 0;width:100%}#collapse210 .panel-body ul li{margin-bottom:0;padding-left:45px;position:relative}.sidbar_form{margin:20px 0;box-shadow:0 4px 16px 5px rgba(0,0,0,0.1)}.sidbar_form .form-control{margin-bottom:17px;display:block;width:100%;height:auto;padding:10px 12px}.sidbar_form h3{background:#687106;color:#fff;text-align:center;padding:15px;font-size:20px}.sidbar_form form{padding:20px}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-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)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-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}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{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(//acupuncturelafayette.com/wp-content/themes/benjamindierauf-child/assets/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}