@charset "UTF-8";
.panel-grid.panel-has-style>.panel-row-style,.panel-grid.panel-no-style{display:flex;-ms-flex-wrap:wrap;flex-wrap:nowrap;-ms-justify-content:space-between;justify-content:space-between}.panel-grid .so-parallax{position:relative}.panel-grid .so-parallax>:not(.simpleParallax){position:relative;z-index:1}.panel-grid .so-parallax .simpleParallax{overflow:hidden}.panel-grid .so-parallax .simpleParallax,.panel-grid .so-parallax img[data-siteorigin-parallax]{bottom:0;left:0;position:absolute;right:0;top:0;width:100%;z-index:0}.panel-background-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1}.panel-has-overlay .panel-cell-style,.panel-has-overlay .panel-row-style,.panel-has-overlay .panel-widget-style{overflow:hidden;position:relative;z-index:1}.panel-layout.panel-is-rtl .panel-grid.panel-has-style>.panel-row-style,.panel-layout.panel-is-rtl .panel-grid.panel-no-style{-ms-flex-direction:row-reverse;flex-direction:row-reverse}.panel-grid-cell{-ms-box-sizing:border-box;box-sizing:border-box}.panel-grid-cell .panel-cell-style{height:100%}.panel-grid-cell .so-panel{zoom:1}.panel-grid-cell .so-panel:before{content:"";display:block}.panel-grid-cell .so-panel:after{content:"";display:table;clear:both}.panel-grid-cell .panel-last-child{margin-bottom:0}.panel-grid-cell .widget-title{margin-top:0}body.siteorigin-panels-before-js:not(.siteorigin-panels-css-container){overflow-x:hidden}body.siteorigin-panels-before-js:not(.siteorigin-panels-css-container) .siteorigin-panels-stretch{margin-right:-1000px!important;margin-left:-1000px!important;padding-right:1000px!important;padding-left:1000px!important}.so-sr-only{height:1px;left:-10000px;overflow:hidden;position:absolute;top:auto;width:1px}
 .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;
} @-webkit-keyframes fadeInLeftSmall {
from {
opacity: 0;
-webkit-transform: translate3d(-40px, 0, 0);
transform: translate3d(-40px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeftSmall {
from {
opacity: 0;
-webkit-transform: translate3d(-40px, 0, 0);
transform: translate3d(-40px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeftSmall {
-webkit-animation-name: fadeInLeftSmall;
animation-name: fadeInLeftSmall;
}
@-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;
}
}
@-webkit-keyframes fadeInRightSmall {
from {
opacity: 0;
-webkit-transform: translate3d(40px, 0, 0);
transform: translate3d(40px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRightSmall {
from {
opacity: 0;
-webkit-transform: translate3d(40px, 0, 0);
transform: translate3d(40px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRightSmall {
-webkit-animation-name: fadeInRightSmall;
animation-name: fadeInRightSmall;
}
@-webkit-keyframes fadeOut_to_1 {
from {
opacity: 1;
}
to {
opacity: 0.1;
}
}
@keyframes fadeOut_to_1 {
from {
opacity: 1;
}
to {
opacity: 0.1;
}
}
.fadeOut_to_1 {
-webkit-animation-name: fadeOut_to_1;
animation-name: fadeOut_to_1;
}.panel-grid .widget {
overflow: initial; }
.lsow-container, .lsow-grid-container {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.lsow-container *, .lsow-container *::after, .lsow-container *::before, .lsow-grid-container *, .lsow-grid-container *::after, .lsow-grid-container *::before {
-webkit-box-sizing: inherit;
box-sizing: inherit; }
.lsow-container ol, .lsow-container ul, .lsow-container ol > li, .lsow-container ul > li, .lsow-container ol:hover, .lsow-container ul:hover, .lsow-container ul > li:hover, .lsow-container ol > li:hover, .lsow-container ol > li > a, .lsow-container ul > li > a, .lsow-container ol > li > a:hover, .lsow-container ul > li > a:hover, .lsow-container img, .lsow-grid-container ol, .lsow-grid-container ul, .lsow-grid-container ol > li, .lsow-grid-container ul > li, .lsow-grid-container ol:hover, .lsow-grid-container ul:hover, .lsow-grid-container ul > li:hover, .lsow-grid-container ol > li:hover, .lsow-grid-container ol > li > a, .lsow-grid-container ul > li > a, .lsow-grid-container ol > li > a:hover, .lsow-grid-container ul > li > a:hover, .lsow-grid-container img {
padding: 0;
margin: 0;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
list-style: none;
background: none; }
.lsow-container ol:before, .lsow-container ol:after, .lsow-container ul:before, .lsow-container ul:after, .lsow-container ol > li:before, .lsow-container ol > li:after, .lsow-container ul > li:before, .lsow-container ul > li:after, .lsow-container ol:hover:before, .lsow-container ol:hover:after, .lsow-container ul:hover:before, .lsow-container ul:hover:after, .lsow-container ul > li:hover:before, .lsow-container ul > li:hover:after, .lsow-container ol > li:hover:before, .lsow-container ol > li:hover:after, .lsow-container ol > li > a:before, .lsow-container ol > li > a:after, .lsow-container ul > li > a:before, .lsow-container ul > li > a:after, .lsow-container ol > li > a:hover:before, .lsow-container ol > li > a:hover:after, .lsow-container ul > li > a:hover:before, .lsow-container ul > li > a:hover:after, .lsow-container img:before, .lsow-container img:after, .lsow-grid-container ol:before, .lsow-grid-container ol:after, .lsow-grid-container ul:before, .lsow-grid-container ul:after, .lsow-grid-container ol > li:before, .lsow-grid-container ol > li:after, .lsow-grid-container ul > li:before, .lsow-grid-container ul > li:after, .lsow-grid-container ol:hover:before, .lsow-grid-container ol:hover:after, .lsow-grid-container ul:hover:before, .lsow-grid-container ul:hover:after, .lsow-grid-container ul > li:hover:before, .lsow-grid-container ul > li:hover:after, .lsow-grid-container ol > li:hover:before, .lsow-grid-container ol > li:hover:after, .lsow-grid-container ol > li > a:before, .lsow-grid-container ol > li > a:after, .lsow-grid-container ul > li > a:before, .lsow-grid-container ul > li > a:after, .lsow-grid-container ol > li > a:hover:before, .lsow-grid-container ol > li > a:hover:after, .lsow-grid-container ul > li > a:hover:before, .lsow-grid-container ul > li > a:hover:after, .lsow-grid-container img:before, .lsow-grid-container img:after {
display: none; }
.lsow-container a, .lsow-grid-container a {
text-decoration: initial; }
.lsow-container img, .lsow-grid-container img {
max-width: 100%;
width: auto;
height: auto; } .lsow-container {
margin-left: auto;
margin-right: auto; }
.lsow-container::after {
clear: both;
content: "";
display: block; }
.panel-grid .widget {
border: 0; }
.lsow-center {
text-align: center; }
.lsow-grid-container {
margin-left: -20px;
margin-right: -20px;
width: calc(100% + 40px); }
.lsow-grid-container::after {
clear: both;
content: "";
display: block; }
.lsow-grid-container .lsow-grid-item {
min-height: 1px; }
@media (max-width: 479px) {
.lsow-grid-container.lsow-grid-mobile-2 .lsow-grid-item:nth-child(2n+1) {
clear: left; }
.lsow-grid-container.lsow-grid-mobile-3 .lsow-grid-item:nth-child(3n+1) {
clear: left; }
.lsow-grid-container.lsow-grid-mobile-4 .lsow-grid-item:nth-child(4n+1) {
clear: left; }
.lsow-grid-container.lsow-grid-mobile-5 .lsow-grid-item:nth-child(5n+1) {
clear: left; }
.lsow-grid-container.lsow-grid-mobile-6 .lsow-grid-item:nth-child(6n+1) {
clear: left; } }
@media (min-width: 480px) and (max-width: 800px) {
.lsow-grid-container.lsow-grid-tablet-2 .lsow-grid-item:nth-child(2n+1) {
clear: left; }
.lsow-grid-container.lsow-grid-tablet-3 .lsow-grid-item:nth-child(3n+1) {
clear: left; }
.lsow-grid-container.lsow-grid-tablet-4 .lsow-grid-item:nth-child(4n+1) {
clear: left; }
.lsow-grid-container.lsow-grid-tablet-5 .lsow-grid-item:nth-child(5n+1) {
clear: left; }
.lsow-grid-container.lsow-grid-tablet-6 .lsow-grid-item:nth-child(6n+1) {
clear: left; } }
@media only screen and (min-width: 801px) {
.lsow-grid-container.lsow-grid-desktop-2 .lsow-grid-item:nth-child(2n+1) {
clear: left; }
.lsow-grid-container.lsow-grid-desktop-3 .lsow-grid-item:nth-child(3n+1) {
clear: left; }
.lsow-grid-container.lsow-grid-desktop-4 .lsow-grid-item:nth-child(4n+1) {
clear: left; }
.lsow-grid-container.lsow-grid-desktop-5 .lsow-grid-item:nth-child(5n+1) {
clear: left; }
.lsow-grid-container.lsow-grid-desktop-6 .lsow-grid-item:nth-child(6n+1) {
clear: left; } }
.lsow-grid-container.lsow-grid-mobile-1 .lsow-grid-item {
width: calc(100% - 40px);
float: left;
margin-left: 20px; }
.lsow-grid-container.lsow-grid-mobile-2 .lsow-grid-item {
width: calc(50% - 30px);
float: left;
margin-left: 20px; }
.lsow-grid-container.lsow-grid-mobile-3 .lsow-grid-item {
width: calc(33.33333% - 26.66667px);
float: left;
margin-left: 20px; }
.lsow-grid-container.lsow-grid-mobile-4 .lsow-grid-item {
width: calc(25% - 25px);
float: left;
margin-left: 20px; }
.lsow-grid-container.lsow-grid-mobile-5 .lsow-grid-item {
width: calc(20% - 24px);
float: left;
margin-left: 20px; }
.lsow-grid-container.lsow-grid-mobile-6 .lsow-grid-item {
width: calc(16.66667% - 23.33333px);
float: left;
margin-left: 20px; }
@media only screen and (min-width: 480px) {
.lsow-grid-container.lsow-grid-tablet-1 .lsow-grid-item {
width: calc(100% - 40px);
float: left;
margin-left: 20px; }
.lsow-grid-container.lsow-grid-tablet-2 .lsow-grid-item {
width: calc(50% - 30px);
float: left;
margin-left: 20px; }
.lsow-grid-container.lsow-grid-tablet-3 .lsow-grid-item {
width: calc(33.33333% - 26.66667px);
float: left;
margin-left: 20px; }
.lsow-grid-container.lsow-grid-tablet-4 .lsow-grid-item {
width: calc(25% - 25px);
float: left;
margin-left: 20px; }
.lsow-grid-container.lsow-grid-tablet-5 .lsow-grid-item {
width: calc(20% - 24px);
float: left;
margin-left: 20px; }
.lsow-grid-container.lsow-grid-tablet-6 .lsow-grid-item {
width: calc(16.66667% - 23.33333px);
float: left;
margin-left: 20px; } }
@media only screen and (min-width: 801px) {
.lsow-grid-container.lsow-grid-desktop-1 .lsow-grid-item {
width: calc(100% - 40px);
float: left;
margin-left: 20px; }
.lsow-grid-container.lsow-grid-desktop-2 .lsow-grid-item {
width: calc(50% - 30px);
float: left;
margin-left: 20px; }
.lsow-grid-container.lsow-grid-desktop-3 .lsow-grid-item {
width: calc(33.33333% - 26.66667px);
float: left;
margin-left: 20px; }
.lsow-grid-container.lsow-grid-desktop-4 .lsow-grid-item {
width: calc(25% - 25px);
float: left;
margin-left: 20px; }
.lsow-grid-container.lsow-grid-desktop-5 .lsow-grid-item {
width: calc(20% - 24px);
float: left;
margin-left: 20px; }
.lsow-grid-container.lsow-grid-desktop-6 .lsow-grid-item {
width: calc(16.66667% - 23.33333px);
float: left;
margin-left: 20px; } } .lsow-gapless-grid .lsow-grid-container {
margin-left: 0;
margin-right: 0;
width: auto; }
.lsow-gapless-grid .lsow-grid-container.lsow-grid-mobile-1 .lsow-grid-item {
width: calc(100%);
float: left;
margin-left: 0px; }
.lsow-gapless-grid .lsow-grid-container.lsow-grid-mobile-2 .lsow-grid-item {
width: calc(50%);
float: left;
margin-left: 0px; }
.lsow-gapless-grid .lsow-grid-container.lsow-grid-mobile-3 .lsow-grid-item {
width: calc(33.33333%);
float: left;
margin-left: 0px; }
.lsow-gapless-grid .lsow-grid-container.lsow-grid-mobile-4 .lsow-grid-item {
width: calc(25%);
float: left;
margin-left: 0px; }
.lsow-gapless-grid .lsow-grid-container.lsow-grid-mobile-5 .lsow-grid-item {
width: calc(20%);
float: left;
margin-left: 0px; }
.lsow-gapless-grid .lsow-grid-container.lsow-grid-mobile-6 .lsow-grid-item {
width: calc(16.66667%);
float: left;
margin-left: 0px; }
@media only screen and (min-width: 480px) {
.lsow-gapless-grid .lsow-grid-container.lsow-grid-tablet-1 .lsow-grid-item {
width: calc(100%);
float: left;
margin-left: 0px; }
.lsow-gapless-grid .lsow-grid-container.lsow-grid-tablet-2 .lsow-grid-item {
width: calc(50%);
float: left;
margin-left: 0px; }
.lsow-gapless-grid .lsow-grid-container.lsow-grid-tablet-3 .lsow-grid-item {
width: calc(33.33333%);
float: left;
margin-left: 0px; }
.lsow-gapless-grid .lsow-grid-container.lsow-grid-tablet-4 .lsow-grid-item {
width: calc(25%);
float: left;
margin-left: 0px; }
.lsow-gapless-grid .lsow-grid-container.lsow-grid-tablet-5 .lsow-grid-item {
width: calc(20%);
float: left;
margin-left: 0px; }
.lsow-gapless-grid .lsow-grid-container.lsow-grid-tablet-6 .lsow-grid-item {
width: calc(16.66667%);
float: left;
margin-left: 0px; } }
@media only screen and (min-width: 801px) {
.lsow-gapless-grid .lsow-grid-container.lsow-grid-desktop-1 .lsow-grid-item {
width: calc(100%);
float: left;
margin-left: 0px; }
.lsow-gapless-grid .lsow-grid-container.lsow-grid-desktop-2 .lsow-grid-item {
width: calc(50%);
float: left;
margin-left: 0px; }
.lsow-gapless-grid .lsow-grid-container.lsow-grid-desktop-3 .lsow-grid-item {
width: calc(33.33333%);
float: left;
margin-left: 0px; }
.lsow-gapless-grid .lsow-grid-container.lsow-grid-desktop-4 .lsow-grid-item {
width: calc(25%);
float: left;
margin-left: 0px; }
.lsow-gapless-grid .lsow-grid-container.lsow-grid-desktop-5 .lsow-grid-item {
width: calc(20%);
float: left;
margin-left: 0px; }
.lsow-gapless-grid .lsow-grid-container.lsow-grid-desktop-6 .lsow-grid-item {
width: calc(16.66667%);
float: left;
margin-left: 0px; } } .lsow-gapless-grid .lsow-masonry { }
.lsow-gapless-grid .lsow-masonry .lsow-grid-item {
clear: none !important; }
.lsow-gapless-grid .lsow-masonry .lsow-grid-sizer {
width: calc(8.33333%);
float: left;
margin-left: 0px; }
.lsow-gapless-grid .lsow-masonry.lsow-grid-mobile-1 .lsow-grid-item.lsow-wide {
width: calc(100%);
float: left;
margin-left: 0px; }
.lsow-gapless-grid .lsow-masonry.lsow-grid-mobile-2 .lsow-grid-item.lsow-wide {
width: calc(50%);
float: left;
margin-left: 0px; }
.lsow-gapless-grid .lsow-masonry.lsow-grid-mobile-3 .lsow-grid-item.lsow-wide {
width: calc(66.66667%);
float: left;
margin-left: 0px; }
.lsow-gapless-grid .lsow-masonry.lsow-grid-mobile-4 .lsow-grid-item.lsow-wide {
width: calc(50%);
float: left;
margin-left: 0px; }
.lsow-gapless-grid .lsow-masonry.lsow-grid-mobile-5 .lsow-grid-item.lsow-wide {
width: calc(40%);
float: left;
margin-left: 0px; }
.lsow-gapless-grid .lsow-masonry.lsow-grid-mobile-6 .lsow-grid-item.lsow-wide {
width: calc(33.33333%);
float: left;
margin-left: 0px; }
@media only screen and (min-width: 480px) {
.lsow-gapless-grid .lsow-masonry.lsow-grid-tablet-1 .lsow-grid-item.lsow-wide {
width: calc(100%);
float: left;
margin-left: 0px; }
.lsow-gapless-grid .lsow-masonry.lsow-grid-tablet-2 .lsow-grid-item.lsow-wide {
width: calc(50%);
float: left;
margin-left: 0px; }
.lsow-gapless-grid .lsow-masonry.lsow-grid-tablet-3 .lsow-grid-item.lsow-wide {
width: calc(66.66667%);
float: left;
margin-left: 0px; }
.lsow-gapless-grid .lsow-masonry.lsow-grid-tablet-4 .lsow-grid-item.lsow-wide {
width: calc(50%);
float: left;
margin-left: 0px; }
.lsow-gapless-grid .lsow-masonry.lsow-grid-tablet-5 .lsow-grid-item.lsow-wide {
width: calc(40%);
float: left;
margin-left: 0px; }
.lsow-gapless-grid .lsow-masonry.lsow-grid-tablet-6 .lsow-grid-item.lsow-wide {
width: calc(33.33333%);
float: left;
margin-left: 0px; } }
@media only screen and (min-width: 801px) {
.lsow-gapless-grid .lsow-masonry.lsow-grid-desktop-1 .lsow-grid-item.lsow-wide {
width: calc(100%);
float: left;
margin-left: 0px; }
.lsow-gapless-grid .lsow-masonry.lsow-grid-desktop-2 .lsow-grid-item.lsow-wide {
width: calc(50%);
float: left;
margin-left: 0px; }
.lsow-gapless-grid .lsow-masonry.lsow-grid-desktop-3 .lsow-grid-item.lsow-wide {
width: calc(66.66667%);
float: left;
margin-left: 0px; }
.lsow-gapless-grid .lsow-masonry.lsow-grid-desktop-4 .lsow-grid-item.lsow-wide {
width: calc(50%);
float: left;
margin-left: 0px; }
.lsow-gapless-grid .lsow-masonry.lsow-grid-desktop-5 .lsow-grid-item.lsow-wide {
width: calc(40%);
float: left;
margin-left: 0px; }
.lsow-gapless-grid .lsow-masonry.lsow-grid-desktop-6 .lsow-grid-item.lsow-wide {
width: calc(33.33333%);
float: left;
margin-left: 0px; } } .lsow-container .lsow-thumbnailslider.lsow-flexslider {
margin-top: 15px; }
.lsow-container .lsow-thumbnailslider.lsow-flexslider .lsow-slide {
margin: 0 5px 0 0; }
.lsow-container .lsow-thumbnailslider.lsow-flexslider .lsow-slide img {
display: block;
opacity: .5;
cursor: pointer; }
.lsow-container .lsow-thumbnailslider.lsow-flexslider .lsow-slide img:hover {
opacity: 1; }
.lsow-container .lsow-thumbnailslider.lsow-flexslider .lsow-slide.lsow-flex-active-slide img {
opacity: 1;
cursor: default; }
.lsow-container .lsow-flex-direction-nav {
padding: 0 !important;
margin: 0 !important; }
.lsow-container .lsow-flex-direction-nav li {
position: initial; }
.lsow-container .lsow-flex-direction-nav a, .lsow-container .lsow-flex-direction-nav a:hover {
opacity: 1;
text-shadow: none;
background: none;
color: #888;
font-family: 'lsow-icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 24px;
width: 28px;
height: 28px;
margin: -14px 0 0;
bottom: initial;
left: initial;
right: initial;
top: 50%;
text-indent: 0;
text-align: center;
color: #aaa;
-webkit-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
outline: none; }
.lsow-container .lsow-flex-direction-nav a:before, .lsow-container .lsow-flex-direction-nav a:hover:before {
margin: 2px;
vertical-align: middle;
display: inline;
font-family: inherit !important;
opacity: 1; }
.lsow-dark-bg .lsow-container .lsow-flex-direction-nav a, .lsow-dark-bg .lsow-container .lsow-flex-direction-nav a:hover {
color: #888; }
.lsow-dark-bg .lsow-container .lsow-flex-direction-nav a:hover, .lsow-dark-bg .lsow-container .lsow-flex-direction-nav a:hover:hover {
color: #aaa; }
@media only screen and (max-width: 960px) {
.lsow-container .lsow-flex-direction-nav a, .lsow-container .lsow-flex-direction-nav a:hover {
display: none; } }
.lsow-container .lsow-flex-direction-nav a.lsow-flex-prev {
left: -30px; }
.lsow-container .lsow-flex-direction-nav a.lsow-flex-prev:before {
content: "\e900"; }
.lsow-container .lsow-flex-direction-nav a.lsow-flex-next {
right: -30px; }
.lsow-container .lsow-flex-direction-nav a.lsow-flex-next:before {
content: "\e901"; }
.lsow-container .lsow-flex-control-nav {
width: 100%;
position: absolute;
bottom: -40px;
text-align: center;
padding: 0 !important;
margin: 0 !important; }
.lsow-container .lsow-flex-control-nav li, .lsow-container .lsow-flex-control-nav li:hover {
margin: 0 8px 0 0;
padding: 0;
border: none;
-webkit-box-shadow: none;
box-shadow: none; }
.lsow-container .lsow-flex-control-nav li a, .lsow-container .lsow-flex-control-nav li a:hover {
background: #aaa;
border: 1px solid #aaa;
border-radius: 50%;
width: 12px;
height: 12px;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: all 0.2s ease-in 0s;
transition: all 0.2s ease-in 0s;
display: inline-block;
vertical-align: middle;
outline: none; }
.lsow-dark-bg .lsow-container .lsow-flex-control-nav li a, .lsow-dark-bg .lsow-container .lsow-flex-control-nav li a:hover {
background: #ccc;
border-color: #ccc; }
.lsow-container .lsow-flex-control-nav li a.lsow-flex-active, .lsow-container .lsow-flex-control-nav li a:hover.lsow-flex-active, .lsow-container .lsow-flex-control-nav li a:hover {
background: none; }
.lsow-container .lsow-flex-control-nav li a.lsow-flex-active, .lsow-container .lsow-flex-control-nav li a:hover.lsow-flex-active {
width: 14px;
height: 14px; }
.lsow-container .lsow-flex-control-thumbs {
bottom: -120px; }
@media only screen and (max-width: 600px) {
.lsow-container .lsow-flex-control-thumbs {
bottom: -80px; } }
.lsow-container .lsow-flex-control-thumbs li {
width: auto;
float: none; }
.lsow-container .lsow-flex-control-thumbs li img {
max-width: 100%;
width: 150px; }
@media only screen and (max-width: 600px) {
.lsow-container .lsow-flex-control-thumbs li img {
width: 100px; } } .slick-loading .slick-list {
background: #fff url(https://staging-dav-04122025.dav-berlin.de/wp-content/plugins/livemesh-siteorigin-widgets-premium/assets/css/ajax-loader.gif) center center no-repeat; }
@media only screen and (max-width: 1024px) {
.slick-slider {
padding: 0 10px; } }
.lsow-container .slick-prev, .lsow-container .slick-next {
position: absolute;
bottom: initial;
left: initial;
right: initial;
top: 50%;
width: 28px;
height: 28px;
margin: -14px 0 0; }
.rtl .lsow-container .slick-prev, .rtl .lsow-container .slick-next {
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
direction: ltr; }
.lsow-container .slick-prev, .lsow-container .slick-prev:before, .lsow-container .slick-prev:after, .lsow-container .slick-next, .lsow-container .slick-next:before, .lsow-container .slick-next:after {
text-shadow: none;
background: none;
border: none;
padding: 0;
opacity: 1;
font-family: 'lsow-icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 24px;
color: #aaa;
overflow: hidden;
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
text-indent: 0;
text-align: center;
-webkit-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s; }
.lsow-container .slick-prev:before, .lsow-container .slick-next:before {
margin: 2px;
vertical-align: middle; }
.lsow-container .slick-prev:hover:before, .lsow-container .slick-prev:hover:after, .lsow-container .slick-next:hover:before, .lsow-container .slick-next:hover:after {
color: #888; }
.lsow-dark-bg .lsow-container .slick-prev:before, .lsow-dark-bg .lsow-container .slick-prev:after, .lsow-dark-bg .lsow-container .slick-next:before, .lsow-dark-bg .lsow-container .slick-next:after {
color: #888; }
.lsow-dark-bg .lsow-container .slick-prev:hover:before, .lsow-dark-bg .lsow-container .slick-prev:hover:after, .lsow-dark-bg .lsow-container .slick-next:hover:before, .lsow-dark-bg .lsow-container .slick-next:hover:after {
color: #aaa;
background: none; }
.lsow-container .slick-prev {
left: -40px; }
.lsow-container .slick-prev:before {
content: "\e900"; }
.lsow-container .slick-next {
right: -40px; }
.lsow-container .slick-next:before {
content: "\e901"; }
.lsow-container ul.slick-dots {
width: 100%;
position: absolute;
bottom: -30px;
text-align: center;
padding: 0;
margin: 0; }
.lsow-container ul.slick-dots li {
margin: 0 8px 0 0;
padding: 0;
display: inline-block;
font-size: 0; }
.lsow-container ul.slick-dots li button {
padding: 0;
background: #aaa;
border: 1px solid #aaa;
border-radius: 50%;
width: 12px;
height: 12px;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: background 0.3s ease-in-out 0s;
transition: background 0.3s ease-in-out 0s;
font-size: 0;
outline: none; }
.lsow-container ul.slick-dots li button:before {
display: none; }
.lsow-dark-bg .lsow-container ul.slick-dots li button {
background: #888;
border-color: #888; }
.lsow-container ul.slick-dots li button:hover, .lsow-container ul.slick-dots li.slick-active button {
background: none;
border-color: #aaa; }
.lsow-container ul.slick-dots li.slick-active button {
width: 14px;
height: 14px; } .lsow-widget-heading {
font-size: 18px;
line-height: 26px;
letter-spacing: 1px;
font-weight: bold;
color: #333;
text-transform: uppercase;
clear: none;
margin-top: 0;
margin-bottom: 10px;
font-size: 40px;
line-height: 52px;
text-align: center; }
@media only screen and (max-width: 767px) {
.lsow-widget-heading {
font-size: 32px;
line-height: 44px; } } input.lsow-button, button.lsow-button, a.lsow-button, .lsow-button:active, .lsow-button:visited {
display: inline-block;
text-align: center;
line-height: 1;
cursor: pointer;
-webkit-appearance: none;
vertical-align: middle;
border: 1px solid transparent;
border-radius: 3px;
padding: 16px 40px;
margin: 0;
font-size: 12px;
font-weight: normal;
text-transform: uppercase;
letter-spacing: 2px;
background-color: #f94213;
color: #fefefe;
outline: none;
-webkit-transition: all 0.4s ease-in-out 0s;
transition: all 0.4s ease-in-out 0s; }
input.lsow-button.lsow-rounded, button.lsow-button.lsow-rounded, a.lsow-button.lsow-rounded, .lsow-button:active.lsow-rounded, .lsow-button:visited.lsow-rounded {
border-radius: 999px; }
input.lsow-button.lsow-large, button.lsow-button.lsow-large, a.lsow-button.lsow-large, .lsow-button:active.lsow-large, .lsow-button:visited.lsow-large {
padding: 20px 60px; }
input.lsow-button.lsow-small, button.lsow-button.lsow-small, a.lsow-button.lsow-small, .lsow-button:active.lsow-small, .lsow-button:visited.lsow-small {
padding: 12px 25px;
font-size: 11px; }
input.lsow-button:hover, button.lsow-button:hover, a.lsow-button:hover, .lsow-button:active:hover, .lsow-button:visited:hover {
background-color: #f9633e;
color: #fefefe; }
input.lsow-button img, input.lsow-button span.lsow-icon, button.lsow-button img, button.lsow-button span.lsow-icon, a.lsow-button img, a.lsow-button span.lsow-icon, .lsow-button:active img, .lsow-button:active span.lsow-icon, .lsow-button:visited img, .lsow-button:visited span.lsow-icon {
margin-right: 10px; }
.lsow-button.lsow-black {
background-color: #363636; }
.lsow-button.lsow-black:hover {
background-color: #434343; }
.lsow-button.lsow-blue {
background-color: #46a5d5; }
.lsow-button.lsow-blue:hover {
background-color: #5bafda; }
.lsow-button.lsow-cyan {
background-color: #57c0dc; }
.lsow-button.lsow-cyan:hover {
background-color: #6cc8e0; }
.lsow-button.lsow-green {
background-color: #00a57d; }
.lsow-button.lsow-green:hover {
background-color: #00bf90; }
.lsow-button.lsow-orange {
background-color: #e87151; }
.lsow-button.lsow-orange:hover {
background-color: #eb8368; }
.lsow-button.lsow-pink {
background-color: #dd5679; }
.lsow-button.lsow-pink:hover {
background-color: #e16b8a; }
.lsow-button.lsow-red {
background-color: #da4f49; }
.lsow-button.lsow-red:hover {
background-color: #de635e; }
.lsow-button.lsow-teal {
background-color: #28c2ba; }
.lsow-button.lsow-teal:hover {
background-color: #2fd4cc; }
.lsow-button.lsow-trans {
color: #333;
background-color: transparent; background-color: rgba(0, 0, 0, 0);
border: 2px solid #a5a5a5; }
.lsow-button.lsow-trans:hover {
background-color: #fff;
color: #333 !important;
border-color: #fff; }
.lsow-button.lsow-semitrans {
color: #fff;
background-color: transparent; background-color: rgba(125, 125, 125, 0.5); }
.lsow-button.lsow-semitrans:hover {
background-color: #fff;
color: #333 !important; }
.lsow-clear {
clear: both; }  #powerTip {
cursor: default;
background-color: #333;
background-color: rgba(0, 0, 0, 0.8);
border-radius: 6px;
color: #fff;
display: none;
padding: 10px;
position: absolute;
white-space: nowrap;
z-index: 2147483647; }
#powerTip:before {
content: "";
position: absolute; }
#powerTip.n:before, #powerTip.s:before {
border-right: 5px solid transparent;
border-left: 5px solid transparent;
left: 50%;
margin-left: -5px; }
#powerTip.e:before, #powerTip.w:before {
border-bottom: 5px solid transparent;
border-top: 5px solid transparent;
margin-top: -5px;
top: 50%; }
#powerTip.n:before {
border-top: 10px solid #333;
border-top: 10px solid rgba(0, 0, 0, 0.8);
bottom: -10px; }
#powerTip.e:before {
border-right: 10px solid #333;
border-right: 10px solid rgba(0, 0, 0, 0.8);
left: -10px; }
#powerTip.s:before {
border-bottom: 10px solid #333;
border-bottom: 10px solid rgba(0, 0, 0, 0.8);
top: -10px; }
#powerTip.w:before {
border-left: 10px solid #333;
border-left: 10px solid rgba(0, 0, 0, 0.8);
right: -10px; }
#powerTip.ne:before, #powerTip.se:before {
border-right: 10px solid transparent;
border-left: 0;
left: 10px; }
#powerTip.nw:before, #powerTip.sw:before {
border-left: 10px solid transparent;
border-right: 0;
right: 10px; }
#powerTip.ne:before, #powerTip.nw:before {
border-top: 10px solid #333;
border-top: 10px solid rgba(0, 0, 0, 0.8);
bottom: -10px; }
#powerTip.se:before, #powerTip.sw:before {
border-bottom: 10px solid #333;
border-bottom: 10px solid rgba(0, 0, 0, 0.8);
top: -10px; }
#powerTip.nw-alt:before, #powerTip.ne-alt:before,
#powerTip.sw-alt:before, #powerTip.se-alt:before {
border-top: 10px solid #333;
border-top: 10px solid rgba(0, 0, 0, 0.8);
bottom: -10px;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
left: 10px; }
#powerTip.ne-alt:before {
left: auto;
right: 10px; }
#powerTip.sw-alt:before, #powerTip.se-alt:before {
border-top: none;
border-bottom: 10px solid #333;
border-bottom: 10px solid rgba(0, 0, 0, 0.8);
bottom: auto;
top: -10px; }
#powerTip.se-alt:before {
left: auto;
right: 10px; } .lsow-post-link-overlay {
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
width: 100%;
z-index: 1; }
.lsow-terms a, .lsow-post-title a {
-webkit-transition: all 0.5s ease-out 0s;
transition: all 0.5s ease-out 0s; }
.lsow-read-more {
position: relative;
display: inline-block;
font-size: 0.75rem;
line-height: 1;
text-decoration: none;
padding: 8px 15px;
margin-top: 15px;
-webkit-transition: all 0.5s ease-out 0s;
transition: all 0.5s ease-out 0s;
transition: all 0.5s ease-out 0s; }
.lsow-post-featured-img-bg {
position: relative;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
margin-bottom: 15px; }input.lsow-button.lsow-with-icon span, input.lsow-button.lsow-with-icon img.lsow-thumbnail, button.lsow-button.lsow-with-icon span, button.lsow-button.lsow-with-icon img.lsow-thumbnail, a.lsow-button.lsow-with-icon span, a.lsow-button.lsow-with-icon img.lsow-thumbnail, .lsow-button.lsow-with-icon:active span, .lsow-button.lsow-with-icon:active img.lsow-thumbnail, .lsow-button.lsow-with-icon:visited span, .lsow-button.lsow-with-icon:visited img.lsow-thumbnail {
margin-right: 15px; }
input.lsow-button.lsow-with-icon span, button.lsow-button.lsow-with-icon span, a.lsow-button.lsow-with-icon span, .lsow-button.lsow-with-icon:active span, .lsow-button.lsow-with-icon:visited span {
color: #fff;
font-size: 24px;
vertical-align: middle;
line-height: 1; }
input.lsow-button.lsow-with-icon img.lsow-thumbnail, button.lsow-button.lsow-with-icon img.lsow-thumbnail, a.lsow-button.lsow-with-icon img.lsow-thumbnail, .lsow-button.lsow-with-icon:active img.lsow-thumbnail, .lsow-button.lsow-with-icon:visited img.lsow-thumbnail {
display: inline !important;
vertical-align: middle;
max-width: 50px; }#vsel {clear:both;}#vsel:after {content:'';display:block;height:0;clear:both;}.vsel-content {clear:both;}.vsel-content:after {content:'';display:block;height:0;clear:both;}#vsel .vsel-content {margin:0 0 20px;padding:0 0 20px;border-bottom:1px solid #ccc;}.vsel-content p {margin:0 0 10px;padding:0;}.vsel-content p:last-of-type {margin-bottom:0;}.vsel-alignleft {float:left;}.vsel-alignright {float:right;}.vsel-content h2.vsel-meta-title {margin:0 0 5px;padding:0;font-size:1.2em;}.vsel-content h3.vsel-meta-title {margin:0 0 5px;padding:0;font-size:1.2em;}.vsel-content h4.vsel-meta-title {margin:0 0 5px;padding:0;font-size:1.2em;}.vsel-content div.vsel-meta-title {margin:0 0 5px;padding:0;font-size:1.2em;}.vsel-meta > div {margin:0 0 5px;}.vsel-meta > div:last-of-type {margin-bottom:0;}.vsel-meta-title {clear:both;}.vsel-meta-error {font-weight:bold;}.acf-field-error {font-weight:bold;}.vsel-meta-date-icon {line-height:1.5;}.vsel-start-icon, .vsel-end-icon {display:inline-block;margin:0 10px 0 0;background:#f8f8f8;color:#333;text-align:center;}.vsel-day, .vsel-month, .vsel-year {display:block;padding:2px 15px;}.vsel-year {font-size:0.8em;}.vsel-day-top, .vsel-month-top {background:#333;color:#fff;}.vsel-meta-combine:after {content:'';display:block;height:0;clear:both;}.vsel-meta-combine > div {margin:0 0 5px;}.vsel-meta-combine > div:last-of-type {margin-bottom:0;}.vsel-meta-combine .vsel-meta-date-icon {float:left;}.vsel-meta-combine .vsel-meta-title {clear:none;}.vsel-content figure.vsel-alignleft {margin:5px 10px 5px 0;}.vsel-content figure.vsel-alignright {margin:5px 0 5px 10px;}.vsel-content img.vsel-image-img {max-width:100%;height:auto;margin:0;padding:0;border:0;}.vsel-caption {display:block;}.vsel-read-more {display:block;}.vsel-info-acf-fields {padding:20px 0 0;}.vsel-info-acf-fields > div {margin:0 0 5px;}.vsel-info-acf-fields > div:last-of-type {margin-bottom:0;}.vsel-nav, .vsel-nav-numeric {clear:both;}.vsel-nav:after, .vsel-nav-numeric:after {content:'';display:block;height:0;clear:both;}.vsel-nav a.vsel-next {float:right;}.vsel-nav a.vsel-prev {float:left;}.vsel-no-events {margin:0;padding:0 0 20px;}.vsel-widget:after {content:'';display:block;height:0;clear:both;}.vsel-widget-text {margin:0 0 20px;}.vsel-widget-text p {margin:0 0 10px;padding:0;}.vsel-widget-text p:last-of-type {margin-bottom:0;}.vsel-widget .vsel-meta {clear:both;margin:0 0 20px;}.vsel-widget .vsel-info {clear:both;}@media screen and (max-width:767px) {.vsel-meta {width:100% !important;clear:both;float:left;margin:0 0 20px;box-sizing:border-box;}.vsel-info {width:100% !important;clear:both;float:left;box-sizing:border-box;}}.has-dav-gruen-background-color {background-color: #61B732;}
.has-dav-gruen-color {color: #61B732;}
.has-dav-gruen-75-background-color {background-color: #89C965;}
.has-dav-gruen-75-color {color: #89C965;}
.has-dav-gruen-50-background-color {background-color: #B0DB99;}
.has-dav-gruen-50-color {color: #B0DB99;}
.has-dav-gruen-25-background-color {background-color: #D8EDCC;}
.has-dav-gruen-25-color {color: #D8EDCC;}
.has-dav-blau-background-color {background-color: #0083C7;}
.has-dav-blau-color {color: #0083C7;}
.has-dav-orange-background-color {background-color: #F57902;}
.has-dav-orange-color {color: #F57902;}
.has-dav-gelb-background-color {background-color: #FFDD00;}
.has-dav-gelb-color {color: #FFDD00;}
.has-dav-rot-background-color {background-color: #E34348;}
.has-dav-rot-color {color: #E34348;}
.has-dav-light-background-color {background-color: #F4F4F4;}
.has-dav-light-color {color: #F4F4F4;}
.has-dav-dark-background-color {background-color: #3f3f3f;}
.has-dav-dark-color {color: #3f3f3f;}
.has-dav-grey-background-color {background-color: #d8d8d8;}
.has-dav-grey-color {color: #d8d8d8;}
.has-dav-white-background-color {background-color: #FFF;}
.has-dav-white-color {color: #FFF;}
.has-dav-black-background-color {background-color: #000;}
.has-dav-black-color {color: #000;}
#top-link {
position: fixed;
right: 15px;
bottom: 85px;
text-decoration: none;
}   .persona-phone, .persona-mail {
margin-bottom: 0;
display: block;
}
.card h2 {
font-size: 1.4em;
}
.card-news-two h2, .card-news-three h2 {
margin-top: 0.5rem;
}
.card-noimage .card-page-overview {
background-color: #61B732;
}
.card-noimage .card-page-overview .news-head {
color: #fff;
} .card.card-person.col-6,
.card.card-touren.col-6{
padding: 0;
}
.card-person .row,
.card-touren .row {
margin: 25px;
}
.card-person .col-4,
.card-touren .col-4 {
padding-left: 0px;
padding-right: 0px;
}
.box-person .card-title {
padding: 25px;
}
.card-person img,
.box-person img,
.card-touren img {
box-shadow: 2px 5px 5px rgba(0,0,0,0.25);
}
.card-person .person-name, .card-person .person-title,
.box-person .person-name, .box-person .person-title,
.card-touren .person-name, .card-person .person-title {
font-weight: 500;
letter-spacing: 0.3px;
display: block;
}
.box-person .person-name, .box-person .person-title {
text-align: center;
}
.box-person .person-name {
margin-top: 20px;
}
.card-person .person-title,
.box-person .person-title,
.card-touren .person-title {
font-weight: 200;
}
.card-person p,
.box-person p {
line-height: 1.2;
}
.bg-success .person-name,
.bg-primary .person-name,
.bg-dark .person-name,
.bg-success .person-title,
.bg-primary .person-title,
.bg-dark .person-title {
color: #fff;
}
.person-primary p {
border-top: 2px solid #61B732;
}
.person-success p {
border-top: 2px solid #0083C7;
}
.card-person .bg-primary {
border-top: 2px solid #FFF;
} .card .bg-primary,
.card .bg-success,
.card .bg-dark {
color: #fff;
} .card-price .card-header {
padding-top: 1.5em;
padding-bottom: 1.5em;
text-align: center;
}
.price-body {
background: #fff;
position: relative;
top: -30px;
padding-left: 1em;
padding-right: 1em;
padding-bottom: 0.3em;
}
.price {
text-align: center;
font-size: 2.2em;
font-weight: 500;
display: block;
padding: 1em 0 1em 0;
} .tour-list {}
.tour-list .card-header {
background: #61B732;
color: #fff;
}
.tour-list i {
color: #fff;
}
.tour-date {
width: 58px;
height: 58px;
border: none;
background: #fff;
padding: 0;
}
.tour-day {
display: block;
font-size: 16px;
font-weight: 500;
text-align: center;
line-height: 100%;
padding: 0;
}
.btn-tourenfilter, .btn-tourenfilter-delete {
font-weight: 400;
font-size: 0.8rem;
margin-bottom: 0.5rem;
margin-right: 0.5rem;
border-radius: 0px;
color: #fff;
}
.btn-tourenfilter i {
color: #fff;
}
.btn-tourenfilter-delete, .btn-tourenfilter-delete i {
background: #eee;
color: #000;
} .onepager {
padding-top: 6rem;
padding-bottom: 6rem;
}
.onepager:first-of-type {
padding-top: 0.5rem;
}
.onepager h1 {
font-size: 2.8rem;
}
.onepager h2 {
font-size: 2.6rem;
}
.onepager .bg-primary h1,
.onepager .bg-primary h2,
.onepager .bg-primary h3,
.onepager .bg-primary h4,
.onepager .bg-primary h5,
.onepager .bg-primary h6 {
color: #fff;
}
#onepager-nav {
text-transform: uppercase;
font-weight: 600;
margin-bottom: 3rem;
} .card-widget-primary-news,
.card-widget-dark-news,
.card-widget-light-news {
flex: 1 1 auto;
padding: 1.25rem;
}
.card-widget-primary-news ul,
.card-widget-light-news ul,
.card-widget-dark-news ul,
.card-widget-primary .card-body ul,
.card-widget-light .card-body ul,
.card-widget-dark .card-body ul{
list-style: none;
padding-left: 0;
}
.card-widget-primary .list-group-item {
padding-left: 0;
padding-right: 0;
}
.card-widget-header {
margin: -1.25rem;
margin-bottom: 1.25rem;
}   .card-horizontal h3 {
padding-top: 0 !important;
margin-top: 0;
}   h1, .h1 {
padding-top: 0.8rem;
border-bottom: 2px solid #61B732;
padding-bottom: 0.7rem;
margin-bottom: 1.2em;
}
h2, h3, h4, h5, h6 {
margin-top: 1rem;
-webkit-column-span: all;
column-span: all;
}
a .news-head, a .news-head:hover {
color: #3F3F3F;
text-decoration: none !important;
}
.news-date {
font-size: 0.75em;
color: #7A7A7A;
display: block;
margin-bottom: 0.5rem;
}
.fa-phone {
transform: rotate(-260deg);
}
.content-divider {
margin-top: 3rem;
margin-bottom: 1.2rem;
text-align: center;
}
.content-divider h1 {
border-bottom: 4px solid #61B732;
text-transform: uppercase;
padding-left: 30px;
padding-right: 30px;
display: inline;
}
.list-group-small .list-group-item {
padding: 0.2rem 0rem;
}
.breadcrumb {
padding-left: 16px;
font-size: 0.9rem;
margin-bottom: 0;
}
.breadcrumb a {
font-size: 0.9rem;
color: #626262;
font-weight: 400;
}
.breadcrumb li {
font-size: 0.9rem;
color: #626262;
font-weight: 400;
}
.breadcrumb>li:last-child {
color: #61B732;
font-weight: 500;
}
.container-shadow, .container-content {
box-shadow: 2px 5px 5px rgba(0,0,0,0.25);
}
.container-content {
padding: 1.25rem;
margin-top: 1rem;
background: #ffffff;
}
.carousel-fullscreen {
height: 100vh;
min-height: 300px;
max-height: 800px;
background: no-repeat center center scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.carousel-caption {
width: 100%;
position: absolute;
bottom: 0px;
left: 0px;
right: 0px;
z-index: 10;
padding-top: 100px;
color: #fff;
text-align: left;
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
padding-left: 10%;
padding-right: 33%;
padding-bottom: 50px;
}
.slider-caption-title {
font-size: 2.2rem;
font-weight: 200;
margin-bottom: 10px;
line-height: 110%;
}
.slider-caption-subtext {
line-height: 120%;
font-size: 1rem;
font-weight: 400;
margin-bottom: 0.2em;
}
#multicolumn {
column-count: 2;
}
.bg-shadow{
box-shadow: 2px 5px 5px rgba(0,0,0,0.25);
}
.bg-light a {
color: #000;
}
.btn-transparent {
background: none;
}
.btn-next, .btn-prev {
background: #D8EDCC;
font-weight: 400;
}
.btn-next a:hover, .btn-prev a:hover {
text-decoration: none;
color: #fff;
}
.btn-next:hover, .btn-prev:hover {
background: #61B732;
} .container-mainnav .btn-primary:hover {
color: #fff;
background: #61B732 !important;
border: none !important;
}
#main-nav-head .navbar-wide {
height: 100px;
}
#main-nav-head .brand-img {
max-height: 80px;
}
#main-nav-head>.navbar {
min-height: 100px;
}
#main-nav-head>.navbar-brand {
padding: 0 15px;
height: 100px;
line-height: 100px;
}
#main-nav-head>.navbar-toggle {
margin-top: 33px;
padding: 9px 10px !important;
}
#navbarDesktop .nav-link {
white-space: nowrap;
}
.bg-primary #navbarDesktop .active a {
color: #3F3F3F;
}
.bg-light #navbarDesktop .active a,
.bg-white #navbarDesktop .active a,
.bg-transparent60 #navbarDesktop .active a,
.bg-dark #navbarDesktop .active a {
color: #61B732;
} .nav.nav-level3 {
display: block;
}
.nav-level3 {
display: flow-root;
}
.bg-white .navbar-nav .nav-link,
.bg-light .navbar-nav .nav-link,
.bg-white .navbar-nav .nav-link a,
.bg-light .navbar-nav .nav-link a,
.bg-white .navbar-nav .nav-link a:hover,
.bg-light .navbar-nav .nav-link a:hover,
.bg-white .navbar-nav .nav-link a:focus,
.bg-light .navbar-nav .nav-link a:focus,
.bg-white .navbar-nav .nav-link a:active,
.bg-light .navbar-nav .nav-link a:active {
color: #3F3F3F;
}
.bg-primary .dropdown-menu,
.bg-secondary .dropdown-menu,
.bg-light .dropdown-menu,
.bg-success .dropdown-menu {
background: #3F3F3F;
padding-top: 10px;
padding-bottom: 30px;
-moz-transition: all 550ms ease-in-out;
-webkit-transition: all 550ms ease-in-out;
-o-transition: all 550ms ease-in-out;
transition: all 550ms ease-in-out;
}
.bg-white .dropdown-menu,
.bg-transparent60 .dropdown-menu{
background: #61B732;
padding-top: 10px;
padding-bottom: 30px;
-moz-transition: all 550ms ease-in-out;
-webkit-transition: all 550ms ease-in-out;
-o-transition: all 550ms ease-in-out;
transition: all 550ms ease-in-out;
}
.bg-dark .dropdown-menu {
background: #F4F4F4;
padding-top: 10px;
padding-bottom: 30px;
-moz-transition: all 550ms ease-in-out;
-webkit-transition: all 550ms ease-in-out;
-o-transition: all 550ms ease-in-out;
transition: all 550ms ease-in-out;
}
.bg-primary .nav-level2,
.bg-secondary .nav-level2,
.bg-light .nav-level2,
.bg-success .nav-level2,
.bg-white .nav-level2,
.bg-dark .nav-level2,
.bg-transparent60 .nav-level2 {
font-size: 1.6rem;
font-weight: 200;
letter-spacing: 0.3px;
line-height: 110%;
color: #fff !important;
}
.bg-dark .nav-level2 {
color: #3F3F3F !important;
}
.bg-primary .li-level2,
.bg-secondary .li-level2,
.bg-light .li-level2,
.bg-success .li-level2,
.bg-dark .li-level2,
.bg-white .li-level2,
.bg-transparent60 .li-level2 {
border-bottom: 1px solid #fff;
margin-bottom: 10px;
padding-top: 30px !important;
padding-bottom: 20px !important;
}
.bg-primary .li-level2 a:hover,
.bg-secondary .li-level2 a:hover,
.bg-light .li-level2 a:hover,
.bg-success .li-level2 a:hover,
.bg-dark .li-level2 a:hover,
.bg-white .li-level2 a:hover,
.bg-transparent60 .li-level2 a:hover {
color: #0083C7 !important;
text-decoration: none !important;
padding-left: 0px;
}
.bg-primary .li-level3,
.bg-secondary .li-level3,
.bg-light .li-level3,
.bg-success .li-level3,
.bg-dark .li-level3,
.bg-white .li-level3,
.bg-transparent60 .li-level3 {}
.bg-dark .li-level2 {
border-bottom: 1px solid #3F3F3F;
}
.bg-primary .nav-level2 a,
.bg-secondary .nav-level2 a,
.bg-light .nav-level2 a,
.bg-success .nav-level2 a,
.bg-white .nav-level2 a,
.bg-transparent60 .nav-level2 a {
text-decoration: none !important;
color: #fff !important;
}
.bg-primary .li-level2 a,
.bg-primary .li-level3 a,
.bg-light .li-level2 a,
.bg-light .li-level3 a,
.bg-transparent60 .li-level2 a,
.bg-transparent60 .li-level3 a,
.bg-white .li-level2 a,
.bg-white .li-level3 a {
text-decoration: none !important;
color: #fff !important;
padding-left: 0px;
}
.bg-primary .li-level3 i,
.bg-light .li-level3 i,
.bg-transparent60 .li-level3 i,
.bg-white .li-level3 i {
color: #fff;
float: left;
padding-top: 3px;
}
.bg-dark .li-level3 i {
float: left;
padding-top: 3px;
}
.bg-dark .li-level2 a,
.bg-dark .li-level3 a {
text-decoration: none !important;
color: #3F3F3F !important;
padding-left: 0px;
display: block;
}
.bg-white .li-level3 a,
.bg-dark .li-level3 a {
padding-left: 20px;
display: block;
}
.bg-dark .li-level2>.active a, .bg-dark .li-level2 a:hover,
.bg-dark .li-level3>.active a, .bg-dark .li-level3 a:hover {
color: #0083C7 !important;
text-decoration: none !important;
padding-left: 0px;
}
.bg-dark .li-level3>.active a, .bg-dark .li-level3 a:hover,
.bg-white .li-level3>.active a, .bg-white .li-level3 a:hover {
padding-left: 20px;
}
.bg-primary .li-level3 a,
.bg-light .li-level3 a,
.bg-transparent60 .li-level3 a,
.bg-white .li-level3 a
.bg-dark .li-level3>.active a, .bg-dark .li-level3 a:hover {
padding-left: 20px !important;
display: block;
}
.bg-primary .nav-level3,
.bg-secondary .nav-level3,
.bg-light .nav-level3,
.bg-success .nav-level3,
.bg-dark .nav-level3,
.bg-white .nav-level3,
.bg-transparent60 .nav-level3 {
font-size: 17px !important;
margin-top: 20px;
font-weight: 400;
}
.bg-primary .nav-level3 li,
.bg-secondary .nav-level3 li,
.bg-light .nav-level3 li,
.bg-success .nav-level3 li,
.bg-dark .nav-level3 li,
.bg-white .nav-level3 li,
.bg-transparent60 .nav-level3 li{
padding-left: 5px;
} .navbar-mobile {
box-shadow: 2px 5px 5px rgba(0,0,0,0.25);
}
.navbar-mobile .searchform {
margin-top: 20px;
margin-bottom: 20px;
}
.navbar-mobile .searchform input {
border-left: 0px;
border-top: 0px;
border-right: 0px;
border-bottom: 1px solid #f4f4f4;
background: none;
box-shadow: none;
color: #fff;
font-size: 1.3rem;
}
.navbar-mobile .searchform button {
background-color: transparent;
color: #fff;
border-bottom: 1px solid #fff;
}
.navbar-desktop .searchform {
width: 95%;
padding-right: 7px;
display: none;
border-radius: 40px;
padding-top: 5px;
}
.navbar-desktop .searchform .input-group {
margin-right: -16px;
box-shadow: 0px 3px 5px rgba(0,0,0,0.15);
background: #fff;
border-radius: 40px;
}
.navbar-desktop .searchform .form-control {
border-radius: 40px;
padding-left: 20px;
border: 1px solid #fff;
box-shadow: none;
}
.navbar-desktop .searchform .btn {
border-radius: 40px;
}
.navbar-desktop .nav-link {
font-weight: 500;
text-transform: uppercase;
}
.dropdown-submenu {
position: relative;
}
.dropdown-submenu>.dropdown-menu {
top: 0;
left: 100%;
margin-top: -6px;
margin-left: -1px;
-webkit-border-radius: 0 6px 6px 6px;
-moz-border-radius: 0 6px 6px;
border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu:hover>a:after {
border-left-color: #fff;
}
.dropdown-submenu.pull-left {
float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
left: -100%;
margin-left: 10px;
-webkit-border-radius: 6px 0 6px 6px;
-moz-border-radius: 6px 0 6px 6px;
border-radius: 6px 0 6px 6px;
}
.navbar-mobile {
padding-bottom: 0px;
}
.navbar-mobile .navbar-nav {
padding-bottom: 20px;
}
.navbar-mobile .navbar-brand img {
height: 65px;
}
.navbar-mobile .navbar-collapse {
padding-left: 16px;
padding-right: 16px;
background: #3F3F3F;}
.navbar-mobile .btn-lg {
font-size: 3rem;
color: #61B732;
}
.navbar-mobile .level-1 {
padding-top: 9px;
padding-bottom: 10px;
border-bottom: 1px solid #fff;
text-transform: uppercase;
}
.navbar-mobile .nav-item.level-1 .nav-link {
color: #FFFFFF;
font-size: 1.3rem;
display: inline;
font-weight: 500;
}
.navbar-mobile .nav-item.level-1 i {
color: #FFFFFF;
font-size: 18px;
display: inline;
float: right;
}
.navbar-mobile .nav-item.level-2 i {
float: left;
}
.navbar-mobile .nav-item.level-2 .nav-link,
.navbar-mobile .nav-item.level-3 .nav-link {
color: #FFFFFF;
font-weight: 500;
padding-left: 0px;
font-size: 1.1rem;
}
.navbar-mobile .nav-item.level-3 .nav-link {
margin-left: 10px;
font-weight: 400;
font-size: 0.95rem;
padding-left: 0px;
display: block;
}
.navbar-mobile .dropdown-menu {
background: none;
box-shadow: none;
}
.navbar-mobile .level-2 .nav-link {
padding-left: 0;
font-size: 1.1rem;
text-transform: none;
}
.navbar-mobile .level-3 .nav-link {
padding-left: 0;
font-size: 1.1rem;
text-transform: none;
font-weight: 400;
}
.navbar-mobile .dropmenu-level-2 ul {
margin-left: 15px;
padding-left: 0;
padding-top: 0px;
margin-top: 5px;
margin-bottom: 30px;
margin-right: 10px;
}
.navbar-mobile .dropmenu-level-3 ul {
margin-left: 30px;
padding-left: 0 !important;
padding-top: 0 !important;
margin-top: 0 !important;
padding-bottom: 10px !important;
} #footer_nav ul .navbar-nav li .nav-item {
padding: 10px 10px;
} .navbar {
padding-left: 0;
padding-right: 0;
}
.navbar-toggler {
padding-right: 16px;
} @media (max-width: 991.98px) {
.navbar-brand {
padding-left: 16px;
}
.bg-primary .li-level2,
.bg-secondary .li-level2,
.bg-light .li-level2,
.bg-success .li-level2,
.bg-dark .li-level2,
.bg-white .li-level2 {
margin-bottom: 10px;
padding-top: 10px !important;
padding-bottom: 20px !important;
}
.nav-level3 {
margin-top: 10px !important;
}
.nav-item .nav-link { text-align: left;
padding-left: 0px;
}
footer .nav-item .nav-link {
font-size: 1rem;
text-align: center;
padding-left: 5px;
}
} .navitem-caret:after {
position: relative;
content: '';
left: calc(-50% - 14.25px);
width: 0px;
height: 0px;
border-style: solid;
border-width: 13px 12.5px 13px 12.5px;
border-color: transparent transparent #3f3f3f transparent;
-moz-transition: all 550ms ease-in-out;
-webkit-transition: all 550ms ease-in-out;
-o-transition: all 550ms ease-in-out;
transition: all 550ms ease-in-out;
bottom: 0px;
top: 28px;
margin-right: -24.5px;
}
.bg-dark .navitem-caret:after {
position: relative;
content: '';
left: calc(-50% - 14.25px);
width: 0px;
height: 0px;
border-style: solid;
border-width: 13px 12.5px 13px 12.5px;
border-color: transparent transparent #F4F4F4 transparent;
-moz-transition: all 550ms ease-in-out;
-webkit-transition: all 550ms ease-in-out;
-o-transition: all 550ms ease-in-out;
transition: all 550ms ease-in-out;
bottom: 0px;
top: 28px;
margin-right: -24.5px;
}
.bg-white .navitem-caret:after, .bg-transparent60 .navitem-caret:after {
position: relative;
content: '';
left: calc(-50% - 14.25px);
width: 0px;
height: 0px;
border-style: solid;
border-width: 13px 12.5px 13px 12.5px;
border-color: transparent transparent #61B732 transparent;
-moz-transition: all 550ms ease-in-out;
-webkit-transition: all 550ms ease-in-out;
-o-transition: all 550ms ease-in-out;
transition: all 550ms ease-in-out;
bottom: 0px;
top: 28px;
margin-right: -24.5px;
}
#start-image-full, #start-image-boxed .row img {
box-shadow: 2px 5px 5px rgba(0,0,0,0.25);
}
#start-image-full .row, #start-image-boxed .row {
height: auto;
overflow: hidden;
}
#start-image-full .row img, #start-image-boxed .row img {
width: 100%;
height: auto;
}
#start-image-full, #start-slider-full {
margin-top: 100px;
}
.carousel {
box-shadow: 2px 5px 5px rgba(0,0,0,0.25);
} hr {
border-top: 2px solid #61B732;
padding-bottom: 0;
}
.bg-light hr {
border-top: 2px solid #61B732;
padding-bottom: 0;
}
.bg-primary hr, .bg-success hr, .bg-secondary hr, .bg-dark hr {
border-top: 2px solid #fff;
padding-bottom: 0;
}
.bg-light p {
color: #000 !important;
}
.bg-primary p, .bg-success p, .bg-secondary p, .bg-dark p {
color: #fff !important;
}
.bg-primary p a, .bg-success p a, .bg-secondary p a, .bg-dark p a {
color: #fff !important;
text-decoration: underline;
}
.card-body>p, .bg-success>.text-black p, .bg-secondary>.card p, .bg-dark>.card p {
color: #000 !important;
}
.card-body>p, .bg-success>.text-black p, .bg-secondary>.card p, .bg-dark>.card p {
color: #000 !important;
}
.card-body>p a, .bg-success>.text-black p a, .bg-secondary>.card p a, .bg-dark>.card p a {
color: #61B732 !important;
} .list-calendar {
}
.list-calendar tr {
border-bottom:  1px solid #3F3F3F;
}
.list-calendar td {
border-top: none;
padding-left: 0;
padding-right: 0;
padding-top: 10px;
padding-bottom: 10px;
vertical-align: top;
}
.list-calendar td:first-child {
width: 100px;
}
.list-calendar h3 {
font-size: inherit;
line-height: 110%;
}
.list-calendar p {
line-height: 110%;
}
.list-calendar-day {
font-size: 28px;
font-weight: 500;
color: #0083C7;
}
.list-calendar-month {
color: #0083C7;
display: block;
font-size: 14px;
} .widget-nav {
display: block;
}
.widget-nav .nav-link {
padding: 0;
padding-bottom: 10px;
}
.calendar_wrap {}
.calendar_wrap #wp-calendar {
width: 100%;
}
.calendar_wrap th {
text-align: right;
}
.calendar_wrap td {
text-align: right;
margin: 5px;
width: 14.28%;
}
.calendar_wrap #prev {
text-align: left;
}
.calendar_wrap tbody {
text-align: right;
}
.calendar_wrap caption {
caption-side: top;
text-align: center;
color: #61B732;
} footer {
margin-top: 10em;
}
.footer {
background: url(//staging-dav-04122025.dav-berlin.de/wp-content/themes/img/footer.png);
min-height: 150px;
}
#footer_menu .nav-link {
padding: 0.5rem;
}
#footer_menu li a {
color: #F4F4F4;
font-size: 0.9rem;
}  .navbar .dropdown-menu div[class*="col"] {
margin-bottom:1rem;
}
.navbar .dropdown-menu {
border:none;
} .gallery img {
border: none;
}
.gallery-icon img {
border: none !important;
} @media screen and (min-width: 992px) { .navbar {
padding-top:0px;
padding-bottom:0px;
} .navbar .nav-item {
padding: 30px 0px;
margin:0 .25rem;
} .navbar .dropdown {position:static;}
.navbar .dropdown-menu {
width:100%;
left:0;
right:0; top:97px;
} .dropdown .dropdown-menu {
display: block;
visibility: hidden;
opacity: 0;
transition:         all 0.2s  ease;
-moz-transition:    all 0.2s  ease;
-webkit-transition: all 0.2s  ease;
-o-transition:      all 0.2s  ease;
-ms-transition:     all 0.2s  ease;
}
.dropdown:hover .dropdown-menu {
visibility: visible;
opacity: 1;
}
.dropdown {
display: inline-block;
}
}
@media (min-width: 768px) {
#main-nav-head>.navbar-nav > li > a { padding-top: 36.5px;
padding-bottom: 36.5px;
line-height: 27px;
}
}
@media (max-width: 769px) {
.content-divider h1 {
display: block;
}
}
@media (max-width: 767px) {
#start-slider-full {
margin-top: 0px;
}
.carousel-item {
height: auto;
}
}
@media (min-width: 768px) AND (max-width: 991px) {
#start-slider-full {
margin-top: 0px;
}
.carousel-item {
height: auto;
}
}
@media (min-width: 991px) AND (max-width: 1025px) {
.carousel-item {
height: auto;
min-height: 400px;
max-height: 530px;
}
}
@media (max-width: 767px) {
.carousel-caption {
padding-left: 15%;
padding-right: 15%;
padding-bottom: 15px;
}
.slider-caption-title {
font-size: 1.3rem;
margin-bottom: 5px;
}
}
@media (max-width: 1024px) {
.btn-next,
.btn-prev {
width: 100%;
}
}
.Page404 { background: url(//staging-dav-04122025.dav-berlin.de/wp-content/images/404.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 100%;
background-color: #060;
color: #fff;
text-align: center;
text-shadow: 0 1px 3px rgba(0,0,0,.5);
}
.wp-caption-text {
font-size: 0.9rem;
padding-top: 10px;
padding-bottom: 0px;
}
.dropdown-menu {
transition:         all 400ms ease !important;
-moz-transition:    all 400ms ease !important;
-webkit-transition: all 400ms ease !important;
-o-transition:      all 400ms ease !important;
-ms-transition:     all 400ms ease !important;
}
#content h1, #content h2, #content h3, .tribe-events-title-bar h1 {
border: none;
padding-top: 2rem;
margin-bottom: 0.6rem;
}
#content .tribe-events-schedule h2 {
padding-top: 0rem;
margin-top: 0;
}
#content .alignleft {
float: left;
margin-right: 20px;
}
#content .alignright {
float: right;
margin-left: 20px;
}
#content ul.wp-block-gallery{
margin-left: 0px;
padding-left: 0;
}
#content ul.wp-block-gallery li:before,
#content ul.tribe-bar-views-list li:before,
#content .tribe-bar-events-notices ul li:before {
background: none;
}
#content-list .news-head {
border: none;
}
.gallery-item {
padding: 10px;
margin-bottom: 0px;
margin-top: 0px;
}
.person-title a,
.persona-mail a,
.persona-phone a {
color: #000;
}
.bg-dark .person-title a,
.bg-primary .person-title a,
.bg-success .person-title a,
.bg-secondary .person-title a,
.bg-dark .persona-phone a,
.bg-primary .persona-phone a,
.bg-success .persona-phone a,
.bg-secondary .persona-phone a,
.bg-dark .persona-mail a,
.bg-primary .persona-mail a,
.bg-success .persona-mail a,
.bg-secondary .persona-mail a,
.bg-dark .persona-phone i,
.bg-primary .persona-phone i,
.bg-success .persona-phone i,
.bg-secondary .persona-phone i,
.bg-dark .persona-mail i,
.bg-primary .persona-mail i,
.bg-success .persona-mail i,
.bg-secondary .persona-mail i {
color: #fff;
}
.tour-list h2 {
margin-top: 0px;
}
.tour-list .card-body {
margin-right: 60px;
}
#tourlist h3 {
margin-top: 0;
padding-top: 0;
} ul .wp-block-gallery {
padding-left: 0;
margin-left: 0;
}
#content ul .wp-block-gallery li:before, #content ul .tribe-bar-views-list li:before {
list-style: none;
} .tribe-events-cal-links {
margin-bottom: 2rem;
}
.tribe-events-button {
background: #61B732 !important;
}
#tribe-bar-form {
background: #fff !important;
}
.tribe-events-notices {
background: #D8EDCC !important;
border-radius: 0px !important;
border: none !important;
color: #000 !important;
margin: 10px 0 18px !important;
padding: 8px 35px 8px 14px !important;
text-shadow: none !important;
}
.tribe-events-list-separator-month {
background-color: #fff !important;
display: block !important;
font-size: 1.6rem !important;
font-weight: 500 !important;
margin: 0 !important;
padding: 0 !important;
text-transform: none !important;
}
.tribe-events-after-html {
margin-top: 2em;
}
.tribe-events-meta-group {
padding: 0 !important;
}
.tribe-bar-submit {
margin-left: 20px !important;
width: auto !important;
}
@media (max-width: 768px) {
.tribe-events-calendar th {
font-size: 7px !important;
font-weight: 500 !important;
}
#tribe-events-footer:after,
#tribe-events-footer:before,
#tribe-events-header:after,
#tribe-events-header:before {
background: none !important;
}
.tribe-events-sub-nav li a {
background: #D8EDCC !important;
font-weight: 400 !important;
color: #61B732 !important;
}
.tribe-events-sub-nav li a:hover {
background: #61B732 !important;
color: #fff !important;
}
}v body {
-moz-hyphens: auto !important;
-o-hyphens: auto !important;
-webkit-hyphens: auto !important;
-ms-hyphens: auto !important;
hyphens: auto !important; 
}
.alignleft {
float: left;
margin: 0 40px 10px 0;
}
.clearfix {
clear: both;
}
.navbar-mobile .navbar-brand img {
max-height: 80px;
width: auto;
}
.breadcrumb {
margin-top: 2% !important;
}
.btn.btn-primary.btn-block img {
width: auto !important;
}
.container-content {
margin-top: 4% !important;
padding: 0;
background: #ffffff;
box-shadow: none;
}
#content h1, #content h2, #content h3 {
border: none;
padding: 0;
margin: 0 0 1rem 0;
text-align: left !important;
}
.lsow-block .lsow-heading span, .lsow-block .lsow-heading a {
font-size: 1.8rem !important;
}
h1, .h1 {
padding-top: 0 !important;    
}
h2, h3, h4, h5, h6 {
margin: 0 0 0.7rem 0;
text-align: left! important;
-moz-hyphens: auto !important;
-o-hyphens: auto !important;
-webkit-hyphens: auto !important;
-ms-hyphens: auto !important;
hyphens: auto !important; 
}
p {
text-align: left! important;
}
a:hover, a:focus {
color: #3f3f3f;
text-decoration: none;
}
.bg-light .li-level2 a:hover,
.bg-light .li-level3 a:hover {
color: #61B732 !important;
}
.nav-link a:active,
.nav-link a:hover,
.nav-link a:focus {
color: #61B732 !important;	
}
.bg-white .navbar-nav .nav-link a:hover, .bg-light .navbar-nav .nav-link a:hover, .bg-white .navbar-nav .nav-link a:focus, .bg-light .navbar-nav .nav-link a:focus, .bg-white .navbar-nav .nav-link a:active, .bg-light .navbar-nav .nav-link a:active
.active a {
color: #61B732 !important;	
}  a[href$="pdf"] {
content: "";
padding-left: 30px;
line-height: 30px;
}
a[href$="pdf"]::before {
content: "";
background: url(https://dav-berlin.de/wp-content/uploads/icon_pdf.png) no-repeat center;
background-position: left;
width: 25px;
height: 29px;
position: absolute;
margin-top: -3px;
margin-left: -30px;
}
a[href$="pdf"]:hover::before {
background: url(https://dav-berlin.de/wp-content/uploads/icon_pdf_hover.png) no-repeat;
background-position: left;
margin-top: -3px;
margin-left: -30px; 
}
a.nav-link[href$="pdf"]::before {
display: none;
}
.li-level3  a[href$="pdf"]::before,
.li-level3 a[href$="pdf"]:hover::before  {
background: none;
}
input[name*=tribe-bar-]::-webkit-input-placeholder {
color: rgb(117, 117, 117);
font-style: normal;
font-weight: 400;
line-height: 1.3;
}
input[name*=tribe-bar-]::-webkit-input-placeholder {
color: rgb(117, 117, 117);
font-style: normal;
font-weight: 400;
line-height: 1.3;
}
.starttext {
font-size: 20px !important;
margin: 2em 0 6em 0 !important;
}
.custom-html-widget img {
width: 100% !important;
height: auto !important;
}
.widget-nav .nav-link {
padding: 0 !important;
}
.p-0 {
max-height: 600px;
}
.cta-wrapper {
position:relative;
width: 320px;
height: 200px;
top: -850px;
left: 1300px;
}
input.lsow-button, button.lsow-button, a.lsow-button, .lsow-button:active, .lsow-button:visited {
background: #61B732 !important;
color: #ffffff !important;
text-decoration: none;
font-size: 1rem !important;
padding: 10px 20px !important;
border-radius: 0 !important;
height: auto;
border: 1px solid #61B732 !important;
letter-spacing: 0;	
width: 100%;
font-weight: 500 !important;
text-align: center;
}
a.lsow-button.intern-btn {
background-color: #dddddd !important;
color: #61B732 !important;
border-color: #dddddd !important;
} .lsow-button.sek-kal-btn:before {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f073";
padding-right: 10px;
}
.lsow-button.mitglied-btn:before {
content: url(https://dav-berlin.de/wp-content/uploads/dav-icon.png);
padding-right: 10px;
position: relative;
top: 5px;
width:8px;
height: 8px;
}
.lsow-button.mitglied-btn {
padding: 4px 20px 8px !important;
}
.fa-arrow-circle-right {
font-size: 30px;
text-align: center;
position: relative;
left: 44%;
margin-top: 10px
}
.headerslider { margin-top: 8em !important;
margin-bottom: 2%; max-width: 1600px;
margin-left: auto;
margin-right: auto;
}
.lsow-block-header-1 .lsow-heading {
border-bottom: 2px solid #61B732;
} .lsow-module-11 .entry-summary:before, .so-widget-lsow-portfolio-default-28be621e70b3 .lsow-block-header-1 .lsow-heading:after {
display: none;
}
.lsow-block .lsow-block-header {
max-width: 1600px;
}
.lsow-block .lsow-heading {    
padding: 0 0 10px 0;
}
.lsow-block .lsow-heading span, .lsow-block .lsow-heading a {
font-size: 28px;
font-weight: 500;
}
.lsow-module  {
border-radius: unset !important;
box-shadow: 2px 5px 5px rgba(0,0,0,0.25) !important;
}
.lsow-read-more {
font-weight: normal !important;
color: #61B732 !important;
}
.lsow-module .lsow-read-more a:not(.lsow-button):after {
display: inline-block;
margin-left: 7px;
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f105";
}
.lsow-module .lsow-read-more a:not(.lsow-button) {
color: #61B732 !important;
font-size: 14px;
line-height: 1;
font-weight: normal;
text-transform: none;
}
.lsow-module .lsow-read-more a:not(.lsow-button):hover {
color: #3F3F3F !important;
}
.lsow-module .lsow-module-meta {
font-size: 0.75em;
color: #7A7A7A;
display: block;
margin-bottom: 0.5rem;
text-align: left !important;
}
.lsow-module .entry-summary {
text-align: left !important;
}
.lsow-module .entry-title, h3.widget-title {
font-size: 1.4em;
color: #3F3F3F;
text-decoration: none !important;
border-bottom: 2px solid #61B732;
padding-bottom: 5px;
margin: 0 0 1rem 0;
text-align: left! important;
font-weight: 500;
}
.lsow-module .lsow-module-entry-text {
margin: 0;
padding: 10px 20px 20px 20px;
}
.previous-link a,
.next-link a {
padding: 0.5rem 0.75rem;
background: #ffffff;
color: #61B732;
border: 1px solid #61B732;
white-space: normal;
}
.previous-link a:before {
display: inline-block;
margin-right: 7px;
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f104";
}
.next-link a:after {
display: inline-block;
margin-left: 7px;
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f105";
}
.previous-link a:hover,
.next-link a:hover {
color: #ffffff;
}
.tribe-events-sub-nav {
display: none;
}
.tribe-events-list-separator-month {
background-color: #dddddd;
display: block;
font-size: 14px;
font-weight: 500;
margin: 2.5em 0 0;
padding: 20px;
text-transform: uppercase;
}
.btn-news, .btn-tourlist {
width: 35px;
height: 35px;
background: #fff;
border-radius: 50%;
box-shadow: -1px 0 1px 0 rgba(0, 0, 0, 0.05), 1px -1px 1px 0 rgba(0, 0, 0, 0.25), 1px 1px 0 0 rgba(97, 183, 50, 0.75);
color: #61B732;
float: right;
position: relative !important;
bottom: 15px !important;
right: 0px !important; }
span.sow-icon-ionicons {
color: #61B732 !important;
}
span.sow-icon-ionicons:hover {
color: #3f3f3f !important;
} .lsow-block .lsow-pagination .lsow-page-nav i {
color: #61B732;
border-color: transparent;
font-weight: bold;
}
.lsow-block .lsow-pagination .lsow-page-nav:hover, .lsow-block .lsow-pagination .lsow-page-nav.lsow-current-page {
background: #61B732;
color: #fff;
}
.lsow-block .lsow-pagination .lsow-page-nav {
font-size: 15px;
font-weight: 400;
color: #61B732;
border-right: 0;
border-top: 0;
border-bottom: 0;
border-left: 0;
border-radius: unset !important;
}
div.siteorigin-widget-tinymce.textwidget {
padding: 20px !important;
} .lsow-accordion.style1 .lsow-panel .lsow-panel-title,
.sow-accordion-panel-header {
position: relative;
display: block;
padding: 20px 50px 20px 20px;
color: #3f3f3f;
margin: 0;
font-size: .9rem;
line-height: 1;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 0;
text-shadow: none !important;
background-color: #eee !important;
}
.lsow-accordion.style1 .lsow-panel .lsow-panel-title:after, .lsow-accordion.style3 .lsow-panel .lsow-panel-title:after {
right: 20px;
top: 20px;
}
.sow-accordion-panel-header {
position: relative;
display: block;
padding: 20px 50px 20px 30px;
color: #3f3f3f !important;
margin: 0;
font-size: 1rem;
line-height: 1;
font-weight: 400;
text-transform: uppercase !important;
letter-spacing: 1px;
text-shadow: none !important;
background-color: #eee !important;
}
.sow-accordion-panel-border {
background-color: #f8f8f8 !important;
}
.lsow-accordion.style1 .lsow-panel .lsow-panel-title:hover {
color: #3f3f3f;
}
.lsow-accordion.style1 .lsow-panel .lsow-panel-title:after, .lsow-accordion.style3 .lsow-panel .lsow-panel-title:after {
color: #61B732;
font-weight: bold;
}
.lsow-accordion.style1 .lsow-panel {
margin: 5px 0 0;
background: #eee;
border-radius: 0;
overflow: hidden;
}
.lsow-accordion.style1 .lsow-panel-title i.klettern-icon, .lsow-accordion.style1 .lsow-panel-title i.klettern-icon, .lsow-accordion.style1 .lsow-panel-title i.hochtouren-icon, .lsow-accordion.style1 .lsow-panel-title i.wandern-icon, .lsow-accordion.style1 .lsow-panel-title i.radtouren-icon, .lsow-accordion.style1 .lsow-panel-title i.kanufahren-icon, .lsow-accordion.style1 .lsow-panel-title i.skifahren-icon, .lsow-accordion.style1 .lsow-panel-title i.besichtigungen-icon {
margin-right: 0 !important;
}
.sow-carousel-wrapper {
padding: 2%;
}
.sow-carousel-title a.sow-carousel-next, .sow-carousel-title a.sow-carousel-previous {
float: right;
font-size: 12px;
line-height: 25px;
width: 25px;
background: #61B732;
border-radius: 0;
position: relative;
top: -35px;
right: 20px;
}
.sow-carousel-title a.sow-carousel-next {
margin-left: 2px;
margin-top: 3px;
}
.sow-carousel-title a.sow-carousel-previous {
margin-left: 2px;
margin-top: 3px;
}
.sow-carousel-title .widget-title {
display: block;
padding: 20px 0 0 0 !important;
margin: 0 20px;
}
.so-widget-sow-editor .so-widget-sow-editor-base {
padding: 20px !important;
}
.klettern-icon:before {
content: url(https://dav-berlin.de/wp-content/uploads/Icon_Klettern.png);
padding-right: 5px;
position: relative;
top: 8px;
width:30px;
height: 30px;
}
.hochtouren-icon:before {
content: url(https://dav-berlin.de/wp-content/uploads/Icon_Hochtour.png);
padding-right: 5px;
position: relative;
top: 8px;
width:30px;
height: 30px;
}
.wandern-icon:before {
content: url(https://dav-berlin.de/wp-content/uploads/Icon_Wandern.png);
padding-right: 5px;
position: relative;
top: 8px;
width:30px;
height: 30px;
}
.radtouren-icon:before {
content: url(https://dav-berlin.de/wp-content/uploads/Icon_Radfahren.png);
padding-right: 5px;
position: relative;
top: 8px;
width:30px;
height: 30px;
}
.kanufahren-icon:before {
content: url(https://dav-berlin.de/wp-content/uploads/Icon_Paddeln.png);
padding-right: 5px;
position: relative;
top: 8px;
width:30px;
height: 30px;
}
.skifahren-icon:before {
content: url(https://dav-berlin.de/wp-content/uploads/Icon_Ski.png);
padding-right: 5px;
position: relative;
top: 8px;
width:30px;
height: 30px;
}
.besichtigungen-icon:before {
content: url(https://dav-berlin.de/wp-content/uploads/Icon_Besichtigung.png);
padding-right: 5px;
position: relative;
top: 8px;
width:30px;
height: 30px;
}
i.klettern-icon, i.hochtouren-icon, i.wandern-icon, i.radtouren-icon, i.kanufahren-icon, i.skifahren-icon, i.besichtigungen-icon {
font-weight: 500 !important;
font-style: normal !important;
margin-right: 10px !important;
}  .card-widget-primary {
min-height: 37px;
}
.bg-primary {
background-color: #dddddd !important;
}
.tribe-events-list-widget-events {
border-bottom: 1px solid #61B732;
padding-bottom: 10px;
margin-bottom: 15px;
}
.widget-nav,
.wpjb.adverts-widget.adverts-widget-categories {
padding: 0 1.25rem 0.5rem 1.25rem !important;
}
#menu-footermenue.widget-nav {
padding: 0 !important;
}
.adverts-grid .adverts-grid-row {
border-bottom: 0 !important;
padding: 0 !important;
}
.form-control {
width: 100%;
color: #3f3f3f;
background-color: #fff;
border: 1px solid #61B732;
border-radius: 0;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.0);
transition: none;
}
.card-header {
color: #61B732 !important;
font-weight: 500 !important;
}
.card-sl.card-widget-primary {
padding: 0 !important;
border-radius: unset !important;
box-shadow: 2px 5px 5px rgba(0,0,0,0.25) !important;
}
.tribe-events-list .type-tribe_events {
border-radius: unset !important;
box-shadow: 2px 5px 5px rgba(0,0,0,0.25) !important;
}
.tribe-events-list .type-tribe_events {
border-bottom: 0;
margin: 20px 0;
padding: 0 1.25em 1.25rem 1.25rem;;
}
.tribe-events-list .tribe-events-event-image img, .tribe-events-event-image {
max-width: 200px !important;
float: right;
}
.tribe-events-list .tribe-events-loop .tribe-events-event-image {
margin: 0;
width: auto;
float: right !important;
}
.tribe-events-loop .tribe-events-event-meta,
.tribe-events-list .tribe-events-loop .tribe-events-content,
.tribe-events-single-event-description .tribe-events-content {
font-size: 14px;
font-weight: 500;
margin: 5px 0 15px;
width: 80% !important;
float: left !important;
}
#tribe-events .tribe-events-button, .tribe-events-button {
background-color: #fff !important;
border-radius: 0;
color: #61B732 !important;
cursor: pointer;
display: inline-block;
font-size: 1rem;
font-weight: normal;
letter-spacing: 0;
padding: 0 !important
}
a.tribe-events-gcal, a.tribe-events-ical {
margin-top: 0 !important;
padding: 0 !important;
}
.tribe-list-widget {
padding: 0 1.25rem !important;
}
.card-body, #wp-members p {
padding: 0.5rem 1.25rem !important;
}
.card-sl.card-widget-primary ul {
padding: 0.5rem 1.25rem !important;
width: 100% !important;
list-style-type: none !important;
}
.card-sl.card-widget-primary ul li {
padding-bottom: 10px !important;
}
.tribe-events-read-more:after, .tribe-events-gmap:after, tribe-events-back:before {
display: inline-block;
margin-left: 7px;
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f105";
color: #61B732 !important;
}
.tribe-events-back:before {
display: inline-block;
margin-right: 7px;
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f104";
color: #61B732 !important;
}
.tribe-events-widget-link {
padding: 0 1.25rem 1.25rem !important;
}
.tribe-events-widget-link:after {
display: inline-block;
margin-left: 7px;
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f105";
color: #61B732 !important;
}
.card-sl article.lsow-module {
padding-bottom: 0 !important;
margin-bottom: 20px !important;
border-radius: unset !important;
box-shadow: 2px 5px 5px rgba(0,0,0,0) !important;
} .tribe-events-adv-list-widget .tribe-events-widget-link a, .tribe-events-back a, .tribe-events-list-widget .tribe-events-widget-link a, ul.tribe-events-sub-nav a {
font-size: 1rem !important;
font-weight: normal !important;
}
.tribe-events-schedule h2 {
font-size: 1.25em !important;
font-weight: 500 !important;
}
#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
background-color: #61B732;
}
#tribe-events .tribe-events-button, .tribe-events-button {
background-color: #61B732;
border-radius: 0;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 1rem;
font-weight: normal;
letter-spacing: 0;
}
.tribe-events-page-title {
padding-top: 0.8rem;
border-bottom: 2px solid #61B732;
padding-bottom: 0.7rem;
margin-bottom: 1.2em;
font-weight: 500;
text-transform: uppercase;
text-align: left;
}
#tribe-bar-form {
background: #ffffff;
border: 2px solid #dddddd;
margin: 0;
position: relative;
width: 100%;
padding: 25px;
}
#tribe-bar-form label {
display: none;
}
#tribe-bar-form input[type=text] {
border-bottom: 0;
}
.tribe-bar-views-inner {
background: #ffffff;
border: 1px solid #dddddd;
padding: 4px 0;
}
#tribe-bar-form .tribe-bar-submit input[type=submit], .tribe-bar-search-filter, .tribe-bar-date-filter {
background: #ffffff !important;
color: #61B732 !important;
font-size: 1rem !important;
padding: 5px 20px;
border-radius: 0 !important;
height: auto;
border: 1px solid #61B732 !important;
letter-spacing: 0;	
width: 100%;
font-weight: 500 !important;
text-align: left;
}
#tribe-bar-form .tribe-bar-submit input[type=submit] {
padding: 3px 20px !important;
}
.tribe-events-event-meta .tribe-events-meta-group {
margin: 0;
padding: 0;
}
.tribe-bar-submit {
float: left;
margin-bottom: 0;
margin-left: 2%;
padding: 0;
width: 32%;
}
.tribe-bar-search-filter {
float: left;
margin-bottom: 0;
width: 33.3333%;
}
.tribe-bar-date-filter {
float: left;
margin-bottom: 0;
width: 25%;
margin-right: 2%;
}
.adverts-options {
width: 100%;
margin-bottom: 30px !important;
overflow: hidden !important;
clear: both;
border: 2px solid #dddddd !important;
padding: 1% 2% !important;
background-color: #ffffff !important;
}
.adverts-search .advert-input input[type=text] {
width: 100%;
display: inline;
border-radius: 0;
border: 1px solid #61B732 !important;
box-sizing: border-box;
margin: 0;
padding: 5px 20px !important;
font-size: 1rem !important;
}
.adverts-button-small {
background: #ffffff !important;
color: #61B732 !important;
font-size: 1rem !important;
padding: 5px 20px !important;
border-radius: 0 !important;
height: auto;
border: 1px solid #61B732 !important;
letter-spacing: 0;
width: 100%;
font-weight: 500 !important;
text-align: left;
font: inherit !important;
height: auto !important;
display: block !important;
float: left !important;
width: 160px !important;
margin-right: 2% !important;
}
.adverts-options .adverts-options-left {
float: none !important;
}
.adverts-options .adverts-options-right {
margin-top: -1.4% !important;
}
.adverts-square-icon:before {
color: #61B732 !important;
}
.advert-item span.advert-link .advert-link-text {
color: #61B732 !important;
font-weight: 500 !important;
font-size: 1.1em;
}
.advert-item {
background-color: #fff;
margin: 0 20px 20px 0;
padding: 2% !important;
float: left;
position: relative;
-webkit-backface-visibility: hidden;
border: 0 !important;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-bottom: 1px solid #61B732 !important;
}
.advert-price {
background-color: #61B732 !important;
opacity: 1;
position: absolute;
right: 1em;
min-width: 25%;
bottom: 10px;
text-align: center;
font-size: 1.1em;
line-height: 1.8em;
padding: 0 0.1em 0 0.1em;
color: #ffffff !important;
border: 1px solid #61B732 !important;
border-radius: 0 !important;
font-weight: 500 !important;
background-color: transparent;
}
.advert-price:hover {
background-color: #ffffff !important;
opacity: 1;
position: absolute;
right: 1em;
min-width: 10%;
bottom: 10px;
text-align: center;
font-size: 1.1em;
line-height: 1.8em;
padding: 0 0.1em 0 0.1em;
color: #61B732 !important;
border: 1px solid #61B732 !important;
border-radius: 0 !important;
font-weight: 500 !important;
background-color: #ffffff !important;
}
ol, dl {
list-style-type: none !important;
padding: 0 1.25rem 0.75rem 1.25rem;
}
blockquote {
margin: 2%;
font-style: italic;
font-size: 1.2rem;
padding-left: 25px;
padding-right: 25px;
border-left: 5px solid #61B732;
} #cookie-law-info-bar {
font-size: 12px !important;
box-shadow: rgba(0,0,0,0) 0 !important;
}
.small.cli-plugin-button, .small.cli-plugin-button:visited {
font-size: 12px !important;
font-weight: 400 !important;
}
.cli-plugin-button, .cli-plugin-button:visited, .medium.cli-plugin-button, .medium.cli-plugin-button:visited {
font-size: 12px !important;
font-weight: 400 !important;
}
#cookie-law-info-again {
font-size: 12px !important;
box-shadow: none !important;
padding: 10px !important;
} .wpcf7-form-control {
border: 1px solid #61B732;
transition: none;
padding: 2% 4%;
}
input.wpcf7-form-control.wpcf7-submit {
width: 25% !important;
background: #ffffff !important;
border: 1px solid #61B732 !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
color: #61B732 !important;
padding: 10px !important;
margin: 2% 4% 4% !important;
}
input.wpcf7-form-control.wpcf7-submit:hover {
width: 25% !important;
background: #61B732 !important;
border: 1px solid #61B732 !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
color: #ffffff !important;
padding: 10px !important;
margin: 2% 4% 4% !important;
}
span.wpcf7-form-control.wpcf7-acceptance {
border: none;
color: #666666;
padding: 0;
}
span.wpcf7-list-item {
margin: 0;
}
textarea.wpcf7-form-control.wpcf7-textarea{
margin-top: 4%;
} .wps-form {
width: 100%;
margin: 0 auto;
}
.wps-form-row {
display: flex;
flex-direction: column;
width: 100%;
}
.wps-form-row .wpcf7-form-control {
width: 100%;
}
.wps-form-column {
flex: 1;
padding: 0.5rem 0;
width: 100%;
}
.cr_form {
margin: 0 1.25rem !important;
}
@media only screen and ( min-width: 48em ) { 
.wps-form-row {
flex-direction: row;
}
.wps-form-column {
padding:  0.5rem 1rem 0.5rem 0
}
} .size-medium, .size-full {
box-shadow: 2px 5px 5px rgba(0,0,0,0) !important;
}
.onefield.fieldacy1.acym_module_form input, input.cell,
#wp-members input[type="text"], #wp-members input[type="password"], #wp-members input[type=submit] {
width: 44% !important;
background: #ffffff !important;
border: 1px solid #61B732 !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
color: #61B732 !important;
padding: 10px !important;	
float: left !important;
margin:  0 0 4% 4% !important;
}
.acysubbuttons input[type="button"] {
width: 44% !important;
background: #ffffff !important;
border: 1px solid #61B732 !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
color: #61B732 !important;
padding: 10px !important;	
margin: 0 0 4% 4% !important;
font-weight: normal !important;
opacity: 1 !important;
} 
.acysubbuttons input[type="button"]:hover, #wp-members input[type=submit]:hover {
width: 44% !important;
background: #61B732 !important;
border: 1px solid #61B732 !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
color: #ffffff !important;
padding: 10px !important;	
margin: 0 0 4% 4% !important;
}
::webkit-input-placeholder {
color: #3f3f3f !important;
opacity: 1 !important;
}
:-ms-input-placeholder {
color: #3f3f3f !important;
opacity: 1 !important;
}
::placeholder {
color: #3f3f3f !important;
opacity: 1 !important;
}  input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active, #wp-members input:-webkit-autofill,
input:-internal-autofill-previewed, input:-internal-autofill-selected, textarea:-internal-autofill-previewed, textarea:-internal-autofill-selected, select:-internal-autofill-previewed, select:-internal-autofill-selected {
-webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
#wp-members label, #wpmem_reg label, #wpmem_login label {
display: none !important;
}
#wp-members a {
font-size: 12px;
margin-left: 4%;
}
#wpmem_reg .textbox, #wpmem_reg .username, #wpmem_reg .password, #wpmem_login .textbox, #wpmem_login .username, #wpmem_login .password, #wpmem_reg textarea {
display: block; }
#wpmem_reg input, #wpmem_reg textarea, #wpmem_reg select, #wpmem_login input {
background: #ffffff !important;
border: 1px solid #61B732 !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
color: #61B732 !important;
padding: 10px !important;
box-sizing: border-box;
}
#wpmem_reg input, #wpmem_reg textarea, #wpmem_reg select, #wpmem_login input {
font-family: inherit !important;
}
#wpmem_reg, #wpmem_login, #wpmem_reg legend, #wpmem_login legend {
color: #61B732 !important;
font-family: 'Fira Sans' !important;
}
#wpmem_reg legend, #wpmem_login legend {
font-weight: 500 !important;
}
#wpmem_reg .req {
color: #61B732 !important;
}
#wpmem_reg .div_text, #wpmem_reg .div_textarea, #wpmem_reg .div_select, #wpmem_reg .div_checkbox, #wpmem_reg .div_multiselect, #wpmem_reg .div_multicheckbox, #wpmem_reg .div_radio, #wpmem_reg .div_image, #wpmem_reg .div_file, #wpmem_reg .div_url, #wpmem_reg .div_number, #wpmem_reg .div_date, #wpmem_reg .button_div, #wpmem_login .button_div {
width: 46% !important;
margin: 0 2% 2% !important;
float: left !important;
}
#wpmem_reg legend, #wpmem_login legend {
color: #61B732 !important;
font-size: 1.2em !important;
text-transform: uppercase !important;
}
.py-4 {
text-align: center !important;
}
#menu-footermenue {
text-align: left !important;
}
footer ul li a {
color: #3F3F3F !important;
font-size: 14px !important;
}
.footer-partnerlogos {
display: block;
margin: 2% auto 2% auto;
width: 550px;
}
.footer-partnerlogos img {
width: 150px !important;
height: auto;
padding-right: 20px;
}
.lsow-gapless-grid .lsow-grid-container.lsow-grid-desktop-3 .lsow-grid-item {
width: calc(33.1%);
}
@media (min-width: 1200px) {
.container {
max-width: 1600px !important;
}
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
.container {
max-width: 1500px !important;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.container {
max-width: 1300px !important;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.container {
max-width: 1100px !important;
}
}
@media only screen and (min-width: 992px) and (max-width: 1024px){
.col-lg-9 {
flex: 0 0 65%;
max-width: 65%;
}
.col-lg-3 {
flex: 0 0 35%;
max-width: 35%;
}
}
@media only screen and (max-width: 1200px){
input.cell, .acysubbuttons input[type="button"]  {
width: 100% !important;
float: none !important;
padding: 0.5rem 1.25rem !important;
margin-bottom: 0 !important;
}
#wp-members input[type="text"], #wp-members input[type="password"], #wp-members input[type=submit]  {
width: 91% !important;
float: none !important;
padding: 0.5rem 1.25rem !important;
margin-bottom: 8% !important;
}
#wp-members a {
margin-left: 12%;
}
#wp-members .button_div {
margin-top: 0 !important;
}
.acysubbuttons input[type="button"] {
margin-bottom: 6% !important;
}
}
@media only screen and (max-width: 1024px){
.starttext {
font-size: 20px !important;
margin: 0em 0 2em 0 !important;
}
.lsow-gapless-grid .lsow-grid-container.lsow-grid-tablet-2 .lsow-grid-item {
width: calc(49.4%);
float: left;
margin-left: 0px;
}
}
@media only screen and (min-width: 992px){
.col-lg-2 {
padding-right: 2%;
padding-left: 2%;
}
}
@media only screen and (max-width: 1023px) {
#wpmem_reg .div_text, #wpmem_reg .div_textarea, #wpmem_reg .div_select, #wpmem_reg .div_checkbox, #wpmem_reg .div_multiselect, #wpmem_reg .div_multicheckbox, #wpmem_reg .div_radio, #wpmem_reg .div_image, #wpmem_reg .div_file, #wpmem_reg .div_url, #wpmem_reg .div_number, #wpmem_reg .div_date {
width: 100% !important;
margin: 0 0 2% !important;
float: none !important;
}
}
@media only screen and (max-width: 767px) {
.lsow-gapless-grid .lsow-grid-container.lsow-grid-mobile-1 .lsow-grid-item {
width: calc(99%);
float: left;
margin-left: 0px;
}
}
@media screen and (max-width: 991px) {
.headerslider {
margin-top: 0 !important;
}
.col-lg-2 {
padding-right: 15px;
padding-left: 15px;
}
h1, .lsow-block .lsow-heading span, .lsow-block .lsow-heading a {
font-size: 1.5rem;
}
h2 {
font-size: 1.2rem;
} 
}
@media screen and (max-width: 767px) {
.footer-partnerlogos {
display: block;
margin: 2% auto 2% auto;
width: 200px;
}
.footer-partnerlogos img {
width: 200px !important;
height: auto;
padding-right: 0;
margin: 5% auto;
}
}
@media only screen and (max-width: 480px) {
.starttext {
font-size: 16px !important;
}
}
.comment {
border: 1px solid #61b732;
padding: 5px;
} .sow-accordion .sow-accordion-panel-content table { 
border:0; height: auto !important;}
.sow-accordion .sow-accordion-panel-content td {
padding: 1em 0 1em 0.5em;
border-left: 0;
border-right: 0;
vertical-align: top;
}
.sow-accordion .sow-accordion-panel-content td:first-child {
padding-left:0;
} .kontakt__container {
padding:1em; max-width: 1280px;
display: grid;
grid-template-columns: repeat(auto-fill, minmax(min(350px, 100%), 1fr));
gap: 1rem;
}
.kontakt__box{
-webkit-transition: .1s ease-in-out;
transition: .1s ease-in-out;
padding: 1em;
height: 100%;
text-align: left;
padding: 1em; display: flex;
flex-direction: row;
box-shadow: 2px 5px 5px rgba(0,0,0,0.25) !important;
}
.kontaktbox:hover{
margin-top: -10px;
box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
.kontakt__bild {
background-color: lightblue;
flex: 0 1 auto; max-width: 200px;
}
.kontakt__bild img {
max-height: 100%;
min-width: 100%;
object-fit: cover;
width: auto;
height:auto;
}
.kontakt__info {
flex: 1 0 auto;
width: 65%;
min-width: 120px; padding-top: 1em;
}
.kontakt__bild:has( > img) + .kontakt__info {
padding-left: 1em;
}
.kontakt__name {
font-weight: bold;
}
@media only screen and (max-width: 991px) {
.kontakt__box {
flex-direction: column; 
}
.kontakt__info {
width: 100%;
}
} .sow-accordion-title-icon-left [class$="icon"]:first-child {
margin-left: 0.33em;
}
.sow-accordion-title-icon-left [class$="icon"] {
margin-right: 0 !important;
}
.sow-accordion-title-icon-left [class$="icon"]:before {
top:0;
} .card-sl #vsel .vsel-content {
margin: 0 1.25em 1.25em;
padding: 0 0 0;
}
.card-sl .vsel-meta > div {
margin: 0;
}
.card-sl .vsel-meta > .vsel-meta-link,
div#\37 854384 {
margin-top: 10px;
font-size: 0.75em;
font-weight: bold;
letter-spacing: 0.05em;
text-transform: uppercase;
}
div#\37 854384 {
border-top: 1px solid #ccc;
padding-top: 1.25rem;
font-size: 0.9em;
}
.card-sl .vsel-meta > .vsel-meta-link a::after,
.card-sl .vsel-widget-link a::after,
div#\37 854384 a::after {
content: '›';
display: inline-block;
margin-left: 7px;
font-family: "Font Awesome 5 Free";
font-weight: 900;
}
.card-sl .vsel-widget-link {
padding-left: 20px;
letter-spacing: 0.05em;
text-transform: uppercase;
font-weight:bold;
font-size: 0.9em;
}
.card-sl .layout_form.cr_form,
.card-sl .vsel-widget-link {
padding-bottom: 20px;
}
.card-sl .cr_form.cr_ipe_item.ui-sortable, 
.card-sl .cr_ipe_item {
margin:0;
padding: 0;
}
@media (max-width: 1199px) {
.card-sl #vsel .vsel-content {
margin: 0 0.65rem 0.65rem;
}
.card-header,
.card-body,
input.lsow-button, button.lsow-button, a.lsow-button, .lsow-button:active, .lsow-button:visited {
padding-inline: 0.65rem !important;
}
.cr_form {
margin: 0 0.65rem !important;
}
} .container-content .infobox {
display: inline-block; 
border: 1px dotted green; 
border-block: 1px solid green; 
padding: 1.5em;
margin-bottom: 1em;
}
.wp-caption-text {
font-size: 0.85em;
color: var(--wp--preset--color--cyan-bluish-gray);
padding-top: 0.35em;
}#wpmem_msg,.wpmem_msg{text-align:center;background:#f9f9f9;border:1px solid #d3d3d3;border-radius:3px;padding:20px 0;margin:15px 0;}#wpmem_login,#wpmem_msg,#wpmem_reg,.wpmem_msg{width:75%}#wp-members{width:100%}#wp-members fieldset{border:none;padding:0}#wp-members input{font-family:inherit}#wp-members input[type=password],#wp-members input[type=text]{margin:0 0 4px 0}#wp-members input[type=submit]{padding:5px 6px 4px;margin:0 4px 0 0}#wp-members .button_div{margin-top:4px}#wp-members .err{width:100%;padding:5px;font-family:inherit;border:1px solid #ccc;border-radius:3px}#wpmem_login,#wpmem_reg{color:#2b2b2b;font-family:Arial,sans-serif;font-size:16px;font-weight:400;line-height:1.5}#wpmem_login label,#wpmem_reg label{display:initial}#wpmem_login input[type=password],#wpmem_login input[type=text],#wpmem_reg input[type=date],#wpmem_reg input[type=email],#wpmem_reg input[type=number],#wpmem_reg input[type=password],#wpmem_reg input[type=text],#wpmem_reg input[type=url],#wpmem_reg textarea{border:1px solid rgba(0,0,0,.1);border-radius:2px;color:#2b2b2b;padding:8px 10px 8px;background:none repeat scroll 0 0 #fff}#wpmem_login button,#wpmem_login input,#wpmem_reg button,#wpmem_reg input,#wpmem_reg select,#wpmem_reg textarea{-moz-box-sizing:border-box;font-size:100%;margin:0;max-width:100%;vertical-align:baseline}#wpmem_login input:focus,#wpmem_reg input:focus,#wpmem_reg textarea:focus{border:1px solid rgba(0,0,0,.3);outline:0 none}#wpmem_reg select{width:100%;padding:8px 10px 7px;border:1px solid rgba(0,0,0,.1);border-radius:2px;color:#2b2b2b;margin:5px 0;background:none repeat scroll 0 0 #fff}#wpmem_login fieldset,#wpmem_reg fieldset{border:none;padding:0;margin:40px 0}#wpmem_login legend,#wpmem_reg legend{font-size:24px;line-height:1;font-weight:700;margin-bottom:10px;width:100%}#wpmem_login .form,#wpmem_reg .form{margin:0;padding:0}#wpmem_login .clear,#wpmem_reg .clear{clear:both}#wpmem_login .holder,#wpmem_reg .holder{background-color:#fff}#wpmem_login .div_text,#wpmem_reg .div_checkbox,#wpmem_reg .div_date,#wpmem_reg .div_file,#wpmem_reg .div_image,#wpmem_reg .div_membership,#wpmem_reg .div_multicheckbox,#wpmem_reg .div_multiselect,#wpmem_reg .div_number,#wpmem_reg .div_radio,#wpmem_reg .div_select,#wpmem_reg .div_text,#wpmem_reg .div_textarea,#wpmem_reg .div_url{margin:0 0 14px 0}#wpmem_login input[type=checkbox]{margin:12px 2px}#wpmem_login .password,#wpmem_login .textbox,#wpmem_login .username,#wpmem_reg .div_textarea textarea,#wpmem_reg .file,#wpmem_reg .image,#wpmem_reg .password,#wpmem_reg .textbox,#wpmem_reg .username{width:100%}#wpmem_reg textarea{height:185px}#wpmem_reg .req{color:#bd3500;font-size:22px;line-height:50%}#wpmem_reg .req-text{margin:20px 0 0 5px}#wpmem_reg .noinput{width:93%;padding:8px 10px 7px;border:1px solid rgba(0,0,0,.1);border-radius:2px;color:#2b2b2b;margin:5px 0}#wpmem_reg .captcha{margin:5px 0}#wpmem_reg .captcha table{line-height:0}#wpmem_login .link-text{padding:4px 0;text-align:right}#tos{margin-right:5px}#wpmem_login .button_div,#wpmem_reg .button_div{padding:6px 0;text-align:right}@media screen and (max-width:720px){#wpmem_login .button_div,#wpmem_login .div_text,#wpmem_login label,#wpmem_reg .button_div,#wpmem_reg .div_checkbox,#wpmem_reg .div_select,#wpmem_reg .div_text,#wpmem_reg .div_textarea,#wpmem_reg label.checkbox,#wpmem_reg label.select,#wpmem_reg label.text,#wpmem_reg label.textarea{float:none}#wpmem_reg label.checkbox,#wpmem_reg label.select,#wpmem_reg label.text,#wpmem_reg label.textarea{width:90%;padding:5px 0 0 0}#wpmem_reg label.textarea{height:26px}#wpmem_login .div_text,#wpmem_reg .div_checkbox,#wpmem_reg .div_select,#wpmem_reg .div_text,#wpmem_reg .div_textarea{width:98%}#wpmem_msg,.wpmem_msg{width:100%}#wpmem_login .button_div,#wpmem_login .link-text,#wpmem_reg .button_div{width:98%}}