@charset "UTF-8";
@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; }@font-face{font-family:'so-slider-pointers';src:url(//staging-dav-04122025.dav-berlin.de/wp-content/plugins/so-widgets-bundle/css/slider/fonts/slider.eot);src:url(//staging-dav-04122025.dav-berlin.de/wp-content/plugins/so-widgets-bundle/css/slider/fonts/slider.eot) format('embedded-opentype'),url(//staging-dav-04122025.dav-berlin.de/wp-content/plugins/so-widgets-bundle/css/slider/fonts/slider.woff) format('woff'),url(//staging-dav-04122025.dav-berlin.de/wp-content/plugins/so-widgets-bundle/css/slider/fonts/slider.ttf) format('truetype'),url(//staging-dav-04122025.dav-berlin.de/wp-content/plugins/so-widgets-bundle/css/slider/fonts/slider.svg) format('svg');font-weight:normal;font-style:normal;font-display:block}.sow-slider-base{position:relative;overflow:hidden}.sow-slider-base ul.sow-slider-images{list-style:none;margin:0;overflow:hidden}.sow-slider-base ul.sow-slider-images li.sow-slider-image{width:100%;margin:0;list-style:none;position:relative;overflow:hidden}.sow-slider-base ul.sow-slider-images li.sow-slider-image.sow-slider-image-cover{background-position:center center;background-size:cover}.sow-slider-base ul.sow-slider-images li.sow-slider-image.sow-slider-image-cover{background-repeat:repeat}.sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-container{position:absolute;top:0;left:0;width:100%;z-index:2}.sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper{margin:0 auto;z-index:2;-ms-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper>*:first-child{margin-top:0}.sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper>*:last-child{margin-bottom:0}.sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-overlay{position:absolute;top:0;left:0;bottom:0;right:0}.sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-overlay.sow-slider-image-cover{background-position:center center;background-size:cover}.sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-overlay.sow-slider-image-cover{background-repeat:repeat}.sow-slider-base ul.sow-slider-images li.sow-slider-image>img,.sow-slider-base ul.sow-slider-images li.sow-slider-image>a>img,.sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-wrapper>img,.sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-wrapper>a>img{display:block;width:100%;height:auto;border:none}.sow-slider-base ul.sow-slider-images li.sow-slider-image video.sow-background-element{position:absolute;top:50%;left:50%;width:auto;height:auto;z-index:1;overflow:hidden}.sow-slider-base ul.sow-slider-images li.sow-slider-image video.sow-full-element{display:block;width:100%;height:auto}.sow-slider-base .sow-slider-pagination{-ms-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;bottom:20px;font-size:0;left:0;line-height:11px;list-style:none;margin:0;padding:0 30px;position:absolute;width:100%;z-index:1001}.sow-slider-base .sow-slider-pagination li{display:inline-block;font-size:1em;text-align:left;margin:0 4px 0 0}.sow-slider-base .sow-slider-pagination li:last-of-type{margin-right:0}.sow-slider-base .sow-slider-pagination li a{background:#fff;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;display:block;height:11px;opacity:.45;text-indent:-9999px;width:11px}.sow-slider-base .sow-slider-pagination li.sow-active a{opacity:.85}.sow-slider-base .sow-slide-nav{list-style:none;z-index:1001;position:absolute;top:50%;transform:translateY(-50%);opacity:.75;font-size:25px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.sow-slider-base .sow-slide-nav a{display:block;padding:15px;text-align:center;text-decoration:none;color:#FFFFFF}.sow-slider-base .sow-slide-nav a em{display:block}.sow-slider-base .sow-slide-nav.sow-slide-nav-next{right:5px}.sow-slider-base .sow-slide-nav.sow-slide-nav-next a{background-position:top right}.sow-slider-base .sow-slide-nav.sow-slide-nav-prev{left:5px}.sow-slider-base .sow-slide-nav.sow-slide-nav-prev a{background-position:top left}.sow-slider-base .cycle-sentinal{overflow:hidden}.sow-slider-base.sow-slider-is-mobile video.sow-background-element:not(.sow-mobile-video_enabled){visibility:hidden}.sow-slider-base [class^="sow-sld-icon-"],.sow-slider-base [class*=" sow-sld-icon-"]{font-family:'so-slider-pointers';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}.sow-slider-base .sow-sld-icon-ultra-thin-rounded-left:before{content:"\e600"}.sow-slider-base .sow-sld-icon-ultra-thin-rounded-right:before{content:"\e601"}.sow-slider-base .sow-sld-icon-thin-rounded-left:before{content:"\e602"}.sow-slider-base .sow-sld-icon-thin-rounded-right:before{content:"\e603"}.sow-slider-base .sow-sld-icon-medium-rounded-left:before{content:"\e604"}.sow-slider-base .sow-sld-icon-medium-rounded-right:before{content:"\e605"}.sow-slider-base .sow-sld-icon-thick-rounded-left:before{content:"\e606"}.sow-slider-base .sow-sld-icon-thick-rounded-right:before{content:"\e607"}.sow-slider-base .sow-sld-icon-ultra-thin-left:before{content:"\e608"}.sow-slider-base .sow-sld-icon-ultra-thin-right:before{content:"\e609"}.sow-slider-base .sow-sld-icon-thin-left:before{content:"\e60a"}.sow-slider-base .sow-sld-icon-thin-right:before{content:"\e60b"}.sow-slider-base .sow-sld-icon-medium-left:before{content:"\e60c"}.sow-slider-base .sow-sld-icon-medium-right:before{content:"\e60d"}.sow-slider-base .sow-sld-icon-thick-left:before{content:"\e60e"}.sow-slider-base .sow-sld-icon-thick-right:before{content:"\e60f"}.so-widget-sow-slider-default-6d39609536fd-1906 .sow-slider-base ul.sow-slider-images .sow-slider-image-wrapper {
display: flex;
align-items: center;
}
.so-widget-sow-slider-default-6d39609536fd-1906 .sow-slider-base ul.sow-slider-images .sow-slider-image-wrapper > a {
display: block;
width: 100%;
}
.so-widget-sow-slider-default-6d39609536fd-1906 .sow-slider-base ul.sow-slider-images .sow-slider-image-wrapper .sow-slider-image-foreground-wrapper,
.so-widget-sow-slider-default-6d39609536fd-1906 .sow-slider-base ul.sow-slider-images .sow-slider-image-wrapper > a .sow-slider-foreground-image {
display: block;
line-height: 0;
margin-right: auto;
margin-left: auto;
}
.so-widget-sow-slider-default-6d39609536fd-1906 .sow-slider-base .sow-slider-pagination {
text-align: right;
}
.so-widget-sow-slider-default-6d39609536fd-1906 .sow-slider-base .sow-slider-pagination li a {
background: #ffffff;
}
.so-widget-sow-slider-default-6d39609536fd-1906 .sow-slider-base .sow-slide-nav {
font-size: 25px;
}
.so-widget-sow-slider-default-6d39609536fd-1906 .sow-slider-base .sow-slide-nav a {
color: #ffffff;
}.so-widget-sow-accordion-default-5674beebb4fa-1906 .sow-accordion .sow-accordion-panel {
margin-bottom: 10px;
}
.so-widget-sow-accordion-default-5674beebb4fa-1906 .sow-accordion .sow-accordion-panel .sow-accordion-panel-header {
align-items: center;
background-color: #828282;
color: #ffffff;
cursor: pointer;
display: flex;
padding: 15px 30px 15px 30px;
position: relative;
flex-direction: row;
}
.so-widget-sow-accordion-default-5674beebb4fa-1906 .sow-accordion .sow-accordion-panel .sow-accordion-panel-header:focus,
.so-widget-sow-accordion-default-5674beebb4fa-1906 .sow-accordion .sow-accordion-panel .sow-accordion-panel-header:hover {
background-color: #8c8c8c;
}
.so-widget-sow-accordion-default-5674beebb4fa-1906 .sow-accordion .sow-accordion-panel .sow-accordion-panel-header .sow-accordion-title {
display: flex;
align-items: center;
width: 100%;
}
.so-widget-sow-accordion-default-5674beebb4fa-1906 .sow-accordion .sow-accordion-panel .sow-accordion-panel-header .sow-accordion-open-close-button {
line-height: 0;
}
.so-widget-sow-accordion-default-5674beebb4fa-1906 .sow-accordion .sow-accordion-panel .sow-accordion-panel-header .sow-accordion-icon-image {
max-height: 1em;
}
.so-widget-sow-accordion-default-5674beebb4fa-1906 .sow-accordion .sow-accordion-panel .sow-accordion-panel-header .sow-accordion-icon-image:not(.sow-accordion-icon-image-custom),
.so-widget-sow-accordion-default-5674beebb4fa-1906 .sow-accordion .sow-accordion-panel .sow-accordion-panel-header .sow-accordion-icon-image:not([width]),
.so-widget-sow-accordion-default-5674beebb4fa-1906 .sow-accordion .sow-accordion-panel .sow-accordion-panel-header .sow-accordion-icon-image:not([width]) {
width: auto;
}
.so-widget-sow-accordion-default-5674beebb4fa-1906 .sow-accordion .sow-accordion-panel .sow-accordion-panel-header .sow-accordion-title-icon-left > .sow-accordion-icon-image,
.so-widget-sow-accordion-default-5674beebb4fa-1906 .sow-accordion .sow-accordion-panel .sow-accordion-panel-header .sow-accordion-title-icon-left > span[data-sow-icon] {
margin-right: 5px;
}
.so-widget-sow-accordion-default-5674beebb4fa-1906 .sow-accordion .sow-accordion-panel .sow-accordion-panel-header .sow-accordion-title-icon-right > .sow-accordion-icon-image,
.so-widget-sow-accordion-default-5674beebb4fa-1906 .sow-accordion .sow-accordion-panel .sow-accordion-panel-header .sow-accordion-title-icon-right > span[data-sow-icon] {
margin-left: 5px;
}
.so-widget-sow-accordion-default-5674beebb4fa-1906 .sow-accordion .sow-accordion-panel:not(.sow-accordion-panel-open) > .sow-accordion-panel-header-container > .sow-accordion-panel-header .sow-accordion-close-button {
display: none;
}
.so-widget-sow-accordion-default-5674beebb4fa-1906 .sow-accordion .sow-accordion-panel.sow-accordion-panel-open > .sow-accordion-panel-header-container > .sow-accordion-panel-header .sow-accordion-open-button {
display: none;
}
.so-widget-sow-accordion-default-5674beebb4fa-1906 .sow-accordion .sow-accordion-panel .sow-accordion-panel-content .sow-accordion-panel-border {
background-color: #f9f9f9;
overflow: auto;
padding: 15px 30px 15px 30px;
}
@media print {
.so-widget-sow-accordion-default-5674beebb4fa-1906 .sow-accordion .sow-accordion-panel .sow-accordion-open-close-button {
display: none;
}
.so-widget-sow-accordion-default-5674beebb4fa-1906 .sow-accordion .sow-accordion-panel .sow-accordion-panel-content {
display: block !important;
}
}@font-face {
font-family: 'lsow-icomoon';
src:    url(//staging-dav-04122025.dav-berlin.de/wp-content/plugins/livemesh-siteorigin-widgets-premium/assets/css/fonts/icomoon/icomoon.eot?qq9b0v);
src:    url(//staging-dav-04122025.dav-berlin.de/wp-content/plugins/livemesh-siteorigin-widgets-premium/assets/css/fonts/icomoon/icomoon.eot?qq9b0v#iefix) format('embedded-opentype'),
url(//staging-dav-04122025.dav-berlin.de/wp-content/plugins/livemesh-siteorigin-widgets-premium/assets/css/fonts/icomoon/icomoon.ttf?qq9b0v) format('truetype'),
url(//staging-dav-04122025.dav-berlin.de/wp-content/plugins/livemesh-siteorigin-widgets-premium/assets/css/fonts/icomoon/icomoon.woff?qq9b0v) format('woff'),
url(//staging-dav-04122025.dav-berlin.de/wp-content/plugins/livemesh-siteorigin-widgets-premium/assets/css/fonts/icomoon/icomoon.svg?qq9b0v#icomoon) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="lsow-icon-"], [class*=" lsow-icon-"] { 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;
}
.lsow-icon-arrow-left:before {
content: "\e900";
}
.lsow-icon-arrow-right:before {
content: "\e901";
}
.lsow-icon-aim:before {
content: "\e902";
}
.lsow-icon-behance:before {
content: "\e903";
}
.lsow-icon-dribbble:before {
content: "\e904";
}
.lsow-icon-facebook:before {
content: "\e905";
}
.lsow-icon-flickr:before {
content: "\e906";
}
.lsow-icon-googleplus:before {
content: "\e907";
}
.lsow-icon-linkedin:before {
content: "\e908";
}
.lsow-icon-pinterest:before {
content: "\e909";
}
.lsow-icon-skype:before {
content: "\e90a";
}
.lsow-icon-twitter:before {
content: "\e90b";
}
.lsow-icon-vimeo:before {
content: "\e90c";
}
.lsow-icon-zerply:before {
content: "\e90d";
}
.lsow-icon-quote:before {
content: "\e90e";
}
.lsow-icon-video-play:before {
content: "\e90f";
}
.lsow-icon-email:before {
content: "\e910";
}
.lsow-icon-close:before {
content: "\e911";
}
.lsow-icon-plus:before {
content: "\e912";
}
.lsow-icon-arrow-right-toggle:before {
content: "\e913";
}
.lsow-icon-menu:before {
content: "\e914";
}
.lsow-icon-menu-2:before {
content: "\e915";
}
.lsow-icon-fit-to:before {
content: "\e916";
}
.lsow-icon-full-screen:before {
content: "\e917";
}
.lsow-icon-arrow-left2:before {
content: "\e918";
}
.lsow-icon-arrow-left3:before {
content: "\e919";
}
.lsow-icon-arrow-right2:before {
content: "\e91a";
}
.lsow-icon-arrow-right3:before {
content: "\e91b";
}
.lsow-icon-start:before {
content: "\e91c";
}
.lsow-icon-instagram:before {
content: "\ea92";
}
.lsow-icon-angle-left:before {
content: "\f104";
}
.lsow-icon-angle-right:before {
content: "\f105";
}body.compensate-for-scrollbar {
overflow: hidden;
}
.fancybox-active {
height: auto;
}
.fancybox-is-hidden {
left: -9999px;
margin: 0;
position: absolute !important;
top: -9999px;
visibility: hidden;
}
.fancybox-container {
-webkit-backface-visibility: hidden;
height: 100%;
left: 0;
outline: none;
position: fixed;
-webkit-tap-highlight-color: transparent;
top: 0;
-ms-touch-action: manipulation;
touch-action: manipulation;
-webkit-transform: translateZ(0);
transform: translateZ(0);
width: 100%;
z-index: 99992;
}
.fancybox-container * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
}
.fancybox-outer {
-webkit-overflow-scrolling: touch;
overflow-y: auto;
}
.fancybox-bg {
background: rgb(30, 30, 30);
opacity: 0;
-webkit-transition-duration: inherit;
transition-duration: inherit;
-webkit-transition-property: opacity;
transition-property: opacity;
-webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}
.fancybox-is-open .fancybox-bg {
opacity: .9;
-webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
direction: ltr;
opacity: 0;
position: absolute;
-webkit-transition: opacity .25s ease, visibility 0s ease .25s;
transition: opacity .25s ease, visibility 0s ease .25s;
visibility: hidden;
z-index: 99997;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
opacity: 1;
-webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
transition: opacity .25s ease 0s, visibility 0s ease 0s;
visibility: visible;
}
.fancybox-infobar {
color: #ccc;
font-size: 13px;
-webkit-font-smoothing: subpixel-antialiased;
height: 44px;
left: 0;
line-height: 44px;
min-width: 44px;
mix-blend-mode: difference;
padding: 0 10px;
pointer-events: none;
top: 0;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.fancybox-toolbar {
right: 0;
top: 0;
}
.fancybox-stage {
direction: ltr;
overflow: visible;
-webkit-transform: translateZ(0);
transform: translateZ(0);
z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
overflow: hidden;
}
.fancybox-slide {
-webkit-backface-visibility: hidden; display: none;
height: 100%;
left: 0;
outline: none;
overflow: auto;
-webkit-overflow-scrolling: touch;
padding: 44px;
position: absolute;
text-align: center;
top: 0;
-webkit-transition-property: opacity, -webkit-transform;
transition-property: opacity, -webkit-transform;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform;
white-space: normal;
width: 100%;
z-index: 99994;
}
.fancybox-slide::before {
content: '';
display: inline-block;
font-size: 0;
height: 100%;
vertical-align: middle;
width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
display: block;
}
.fancybox-slide--image {
overflow: hidden;
padding: 44px 0;
}
.fancybox-slide--image::before {
display: none;
}
.fancybox-slide--html {
padding: 6px;
}
.fancybox-content {
background: #fff;
display: inline-block;
margin: 0;
max-width: 100%;
overflow: auto;
-webkit-overflow-scrolling: touch;
padding: 44px;
position: relative;
text-align: left;
vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
-webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
animation-timing-function: cubic-bezier(.5, 0, .14, 1);
-webkit-backface-visibility: hidden;
background: transparent;
background-repeat: no-repeat;
background-size: 100% 100%;
left: 0;
max-width: none;
overflow: visible;
padding: 0;
position: absolute;
top: 0;
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-transition-property: opacity, -webkit-transform;
transition-property: opacity, -webkit-transform;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
cursor: -webkit-zoom-out;
cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
cursor: -webkit-zoom-in;
cursor: zoom-in;
}
.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
cursor: -webkit-grab;
cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
cursor: -webkit-grabbing;
cursor: grabbing;
}
.fancybox-container [data-selectable='true'] {
cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
background: transparent;
border: 0;
height: 100%;
left: 0;
margin: 0;
max-height: none;
max-width: none;
padding: 0;
position: absolute;
top: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
width: 100%;
}
.fancybox-spaceball {
z-index: 1;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
height: 100%;
overflow: visible;
padding: 0;
width: 100%;
}
.fancybox-slide--video .fancybox-content {
background: #000;
}
.fancybox-slide--map .fancybox-content {
background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
background: #fff;
}
.fancybox-video,
.fancybox-iframe {
background: transparent;
border: 0;
display: block;
height: 100%;
margin: 0;
overflow: hidden;
padding: 0;
width: 100%;
} .fancybox-iframe {
left: 0;
position: absolute;
top: 0;
}
.fancybox-error {
background: #fff;
cursor: default;
max-width: 400px;
padding: 40px;
width: 100%;
}
.fancybox-error p {
color: #444;
font-size: 16px;
line-height: 20px;
margin: 0;
padding: 0;
} .fancybox-button {
background: rgba(30, 30, 30, .6);
border: 0;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
cursor: pointer;
display: inline-block;
height: 44px;
margin: 0;
padding: 10px;
position: relative;
-webkit-transition: color .2s;
transition: color .2s;
vertical-align: top;
visibility: inherit;
width: 44px;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
color: #ccc;
}
.fancybox-button:hover {
color: #fff;
}
.fancybox-button:focus {
outline: none;
}
.fancybox-button.fancybox-focus {
outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
color: #888;
cursor: default;
outline: none;
} .fancybox-button div {
height: 100%;
}
.fancybox-button svg {
display: block;
height: 100%;
overflow: visible;
position: relative;
width: 100%;
}
.fancybox-button svg path {
fill: currentColor;
stroke-width: 0;
}
.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
display: none;
}
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
display: none;
}
.fancybox-progress {
background: #ff5268;
height: 2px;
left: 0;
position: absolute;
right: 0;
top: 0;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 0;
transform-origin: 0;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
-webkit-transition-timing-function: linear;
transition-timing-function: linear;
z-index: 99998;
} .fancybox-close-small {
background: transparent;
border: 0;
border-radius: 0;
color: #ccc;
cursor: pointer;
opacity: .8;
padding: 8px;
position: absolute;
right: -12px;
top: -44px;
z-index: 401;
}
.fancybox-close-small:hover {
color: #fff;
opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
color: currentColor;
padding: 10px;
right: 0;
top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
display: none;
} .fancybox-navigation .fancybox-button {
background-clip: content-box;
height: 100px;
opacity: 0;
position: absolute;
top: calc(50% - 50px);
width: 70px;
}
.fancybox-navigation .fancybox-button div {
padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
left: 0;
left: env(safe-area-inset-left);
padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
padding: 31px 6px 31px 26px;
right: 0;
right: env(safe-area-inset-right);
} .fancybox-caption {
background: -webkit-gradient(linear,
left bottom, left top,
from(rgba(0, 0, 0, .85)),
color-stop(50%, rgba(0, 0, 0, .3)),
color-stop(65%, rgba(0, 0, 0, .15)),
color-stop(75.5%, rgba(0, 0, 0, .075)),
color-stop(82.85%, rgba(0, 0, 0, .037)),
color-stop(88%, rgba(0, 0, 0, .019)),
to(rgba(0, 0, 0, 0)));
background: linear-gradient(to top,
rgba(0, 0, 0, .85) 0%,
rgba(0, 0, 0, .3) 50%,
rgba(0, 0, 0, .15) 65%,
rgba(0, 0, 0, .075) 75.5%,
rgba(0, 0, 0, .037) 82.85%,
rgba(0, 0, 0, .019) 88%,
rgba(0, 0, 0, 0) 100%);
bottom: 0;
color: #eee;
font-size: 14px;
font-weight: 400;
left: 0;
line-height: 1.5;
padding: 75px 44px 25px 44px;
pointer-events: none;
right: 0;
text-align: center;
z-index: 99996;
}
@supports (padding: max(0px)) {
.fancybox-caption {
padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
}
}
.fancybox-caption--separate {
margin-top: -50px;
}
.fancybox-caption__body {
max-height: 50vh;
overflow: auto;
pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
color: #ccc;
text-decoration: none;
}
.fancybox-caption a:hover {
color: #fff;
text-decoration: underline;
} .fancybox-loading {
-webkit-animation: fancybox-rotate 1s linear infinite;
animation: fancybox-rotate 1s linear infinite;
background: transparent;
border: 4px solid #888;
border-bottom-color: #fff;
border-radius: 50%;
height: 50px;
left: 50%;
margin: -25px 0 0 -25px;
opacity: .7;
padding: 0;
position: absolute;
top: 50%;
width: 50px;
z-index: 99999;
}
@-webkit-keyframes fancybox-rotate {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes fancybox-rotate {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
} .fancybox-animated {
-webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
transition-timing-function: cubic-bezier(0, 0, .25, 1);
} .fancybox-fx-slide.fancybox-slide--previous {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
} .fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
opacity: 0;
-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
opacity: 1;
} .fancybox-fx-zoom-in-out.fancybox-slide--previous {
opacity: 0;
-webkit-transform: scale3d(1.5, 1.5, 1.5);
transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
opacity: 0;
-webkit-transform: scale3d(.5, .5, .5);
transform: scale3d(.5, .5, .5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
} .fancybox-fx-rotate.fancybox-slide--previous {
opacity: 0;
-webkit-transform: rotate(-360deg);
transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
opacity: 0;
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
opacity: 1;
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
} .fancybox-fx-circular.fancybox-slide--previous {
opacity: 0;
-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
opacity: 0;
-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
} .fancybox-fx-tube.fancybox-slide--previous {
-webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
-webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
-webkit-transform: translate3d(0, 0, 0) scale(1);
transform: translate3d(0, 0, 0) scale(1);
} @media all and (max-height: 576px) {
.fancybox-slide {
padding-left: 6px;
padding-right: 6px;
}
.fancybox-slide--image {
padding: 6px 0;
}
.fancybox-close-small {
right: -6px;
}
.fancybox-slide--image .fancybox-close-small {
background: #4e4e4e;
color: #f2f4f6;
height: 36px;
opacity: 1;
padding: 6px;
right: 0;
top: 0;
width: 36px;
}
.fancybox-caption {
padding-left: 12px;
padding-right: 12px;
}
@supports (padding: max(0px)) {
.fancybox-caption {
padding-left: max(12px, env(safe-area-inset-left));
padding-right: max(12px, env(safe-area-inset-right));
}
}
} .fancybox-share {
background: #f4f4f4;
border-radius: 3px;
max-width: 90%;
padding: 30px;
text-align: center;
}
.fancybox-share h1 {
color: #222;
font-size: 35px;
font-weight: 700;
margin: 0 0 20px 0;
}
.fancybox-share p {
margin: 0;
padding: 0;
}
.fancybox-share__button {
border: 0;
border-radius: 3px;
display: inline-block;
font-size: 14px;
font-weight: 700;
line-height: 40px;
margin: 0 5px 10px 5px;
min-width: 130px;
padding: 0 15px;
text-decoration: none;
-webkit-transition: all .2s;
transition: all .2s;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap;
}
.fancybox-share__button:visited,
.fancybox-share__button:link {
color: #fff;
}
.fancybox-share__button:hover {
text-decoration: none;
}
.fancybox-share__button--fb {
background: #3b5998;
}
.fancybox-share__button--fb:hover {
background: #344e86;
}
.fancybox-share__button--pt {
background: #bd081d;
}
.fancybox-share__button--pt:hover {
background: #aa0719;
}
.fancybox-share__button--tw {
background: #1da1f2;
}
.fancybox-share__button--tw:hover {
background: #0d95e8;
}
.fancybox-share__button svg {
height: 25px;
margin-right: 7px;
position: relative;
top: -1px;
vertical-align: middle;
width: 25px;
}
.fancybox-share__button svg path {
fill: #fff;
}
.fancybox-share__input {
background: transparent;
border: 0;
border-bottom: 1px solid #d7d7d7;
border-radius: 0;
color: #5d5b5b;
font-size: 14px;
margin: 10px 0 0 0;
outline: none;
padding: 10px 15px;
width: 100%;
} .fancybox-thumbs {
background: #ddd;
bottom: 0;
display: none;
margin: 0;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
padding: 2px 2px 4px 2px;
position: absolute;
right: 0;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
top: 0;
width: 212px;
z-index: 99995;
}
.fancybox-thumbs-x {
overflow-x: auto;
overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
display: block;
}
.fancybox-show-thumbs .fancybox-inner {
right: 212px;
}
.fancybox-thumbs__list {
font-size: 0;
height: 100%;
list-style: none;
margin: 0;
overflow-x: hidden;
overflow-y: auto;
padding: 0;
position: absolute;
position: relative;
white-space: nowrap;
width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
background: #fff;
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
background: #2a2a2a;
border-radius: 10px;
}
.fancybox-thumbs__list a {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
background-color: rgba(0, 0, 0, .1);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
cursor: pointer;
float: left;
height: 75px;
margin: 2px;
max-height: calc(100% - 8px);
max-width: calc(50% - 4px);
outline: none;
overflow: hidden;
padding: 0;
position: relative;
-webkit-tap-highlight-color: transparent;
width: 100px;
}
.fancybox-thumbs__list a::before {
border: 6px solid #ff5268;
bottom: 0;
content: '';
left: 0;
opacity: 0;
position: absolute;
right: 0;
top: 0;
-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
transition: all .2s cubic-bezier(.25, .46, .45, .94);
z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
opacity: .5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
opacity: 1;
} @media all and (max-width: 576px) {
.fancybox-thumbs {
width: 110px;
}
.fancybox-show-thumbs .fancybox-inner {
right: 110px;
}
.fancybox-thumbs__list a {
max-width: calc(100% - 10px);
}
}.lsow-image-text-toggle {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.lsow-image-text-toggle .lsow-image-content, .lsow-image-text-toggle .lsow-text-content {
-webkit-align-self: center;
align-self: center;
-ms-flex-item-align: center;
margin: 0;
width: 50%; }
.lsow-image-text-toggle .lsow-image-content img {
display: block;
margin: 0 auto; }
@media only screen and (max-width: 767px) {
.lsow-image-text-toggle {
-webkit-box-orient: vertical;
box-orient: vertical;
-webkit-box-direction: normal;
box-direction: normal;
-moz-flex-direction: column;
flex-direction: column;
-ms-flex-direction: column; }
.lsow-image-text-toggle .lsow-image-content, .lsow-image-text-toggle .lsow-text-content {
width: 100%;
margin: 0; }
.lsow-image-text-toggle .lsow-image-content {
-webkit-box-ordinal-group: 1;
box-ordinal-group: 1;
-moz-order: 1;
order: 1;
-ms-flex-order: 1;
margin-bottom: 50px; }
.lsow-image-text-toggle .lsow-text-content {
-webkit-box-ordinal-group: 2;
box-ordinal-group: 2;
-moz-order: 2;
order: 2;
-ms-flex-order: 2;
padding: 0; } } .fancybox-navigation button:active, .fancybox-navigation button:hover, .fancybox-navigation button:focus {
position: absolute;
top: 50%;
background: transparent;
border: 0; }
button.fancybox-close-small:active, button.fancybox-close-small:hover, button.fancybox-close-small:focus {
position: absolute;
top: 0;
background: transparent;
border: 0; }
.fancybox-button:focus, .fancybox-button:hover {
background: rgba(30, 30, 30, 0.6);
border: 0; }
.fancybox-share__button:hover, .fancybox-share__button:focus {
color: #fff; }
.lsow-fancybox-video {
display: none; }
.lsow-fancybox-description {
font-size: 13px;
line-height: 18px;
color: #bbb;
margin: 5px 0 0 0; }

.lsow-block {
position: relative;
overflow: hidden;
clear: both; }
.lsow-block .lsow-block-inner {
clear: both;
overflow: hidden; }
.lsow-block .lsow-block-row {
overflow: hidden; } .lsow-block .lsow-pagination {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-top: 50px;
clear: both; }
.lsow-block .lsow-pagination .lsow-page-nav {
-webkit-box-flex: 0;
box-flex: 0;
-moz-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
font-size: 15px;
line-height: 24px;
color: #666;
padding: 5px 15px;
margin: 0 2px;
border-right: 1px solid #dcdcdc;
border-top: 1px solid #dcdcdc;
border-bottom: 1px solid #dcdcdc;
border-left: 1px solid #dcdcdc;
margin-bottom: 10px;
outline: none;
cursor: pointer;
border-radius: 2px;
-webkit-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s; }
.lsow-block .lsow-pagination .lsow-page-nav i {
color: #222;
font-size: 12px;
line-height: 1; }
.lsow-dark-bg .lsow-block .lsow-pagination .lsow-page-nav i {
color: #bbb; }
.lsow-block .lsow-pagination .lsow-page-nav[data-page="prev"], .lsow-block .lsow-pagination .lsow-page-nav[data-page="next"] {
padding: 5px 18px; }
.lsow-block .lsow-pagination .lsow-page-nav[data-page="next"] {
margin-right: 0; }
.lsow-block .lsow-pagination .lsow-page-nav.lsow-dotted {
border: none;
pointer-events: none;
padding: 5px 8px; }
.lsow-block .lsow-pagination .lsow-page-nav:hover, .lsow-block .lsow-pagination .lsow-page-nav.lsow-current-page {
background: #eee; }
.lsow-block .lsow-pagination .lsow-page-nav.lsow-disabled, .lsow-block .lsow-pagination .lsow-page-nav.lsow-current-page {
pointer-events: none; }
.lsow-block .lsow-pagination .lsow-page-nav.lsow-disabled, .lsow-block .lsow-pagination .lsow-page-nav.lsow-disabled i {
color: #999;
border-color: #eaeaea; }
.lsow-dark-bg .lsow-block .lsow-pagination .lsow-page-nav.lsow-disabled, .lsow-dark-bg .lsow-block .lsow-pagination .lsow-page-nav.lsow-disabled i {
border-color: #444;
color: #888; }
.lsow-dark-bg .lsow-block .lsow-pagination .lsow-page-nav {
border-color: #606060;
color: #aaa; }
.lsow-dark-bg .lsow-block .lsow-pagination .lsow-page-nav:hover, .lsow-dark-bg .lsow-block .lsow-pagination .lsow-page-nav.lsow-current-page {
background: #333; }
.lsow-block .lsow-load-more {
color: #fff;
padding: 15px 25px;
border-radius: 999px;
outline: none;
-webkit-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s; }
.lsow-block .lsow-load-more:hover {
color: #fff;
background: #333;
border-color: #333; }
.lsow-block .lsow-load-more.lsow-disabled {
display: none; }
.lsow-block .lsow-loading {
position: relative;
margin: 0 -51px 0 15px;
width: 36px;
height: 36px;
background: url(//staging-dav-04122025.dav-berlin.de/wp-content/plugins/livemesh-siteorigin-widgets-premium/assets/images/loading.gif) center center no-repeat;
visibility: hidden; }
.lsow-block .lsow-loader-gif {
position: absolute;
left: 0;
top: 0;
overflow: hidden;
width: 100%;
height: 100%;
background: transparent url(//staging-dav-04122025.dav-berlin.de/wp-content/plugins/livemesh-siteorigin-widgets-premium/assets/images/bricks-loader.gif) center center no-repeat;
display: none; }
.lsow-block.lsow-fetching .lsow-block-inner {
opacity: 0.3; }
.lsow-block.lsow-fetching .lsow-loader-gif {
display: block; }
.lsow-block.lsow-processing .lsow-loader-gif {
display: block; }
.lsow-block.lsow-processing .lsow-load-more-nav .lsow-loading {
visibility: visible; } .lsow-block .lsow-block-header {
max-width: 1140px;
margin-left: auto;
margin-right: auto;
clear: both;
position: relative;
z-index: 5; }
.lsow-block .lsow-heading {
display: block;
padding: 0 0 15px 0;
margin: 0 0 30px 0;
text-align: left;
max-width: none;
font-size: 0;
line-height: 0; }
.lsow-block .lsow-heading span, .lsow-block .lsow-heading a {
font-size: 18px;
line-height: 28px;
text-transform: uppercase;
letter-spacing: 1px;
color: #333;
text-align: left;
display: inline-block;
margin: 0 100px 0 0; }
.lsow-dark-bg .lsow-block .lsow-heading span, .lsow-dark-bg .lsow-block .lsow-heading a {
color: #e5e5e5; }
.lsow-block .lsow-heading a {
-webkit-transition: color 0.3s ease-in-out 0s;
transition: color 0.3s ease-in-out 0s; }
.lsow-block .lsow-heading a:hover {
color: #666; }
.lsow-block .lsow-block-filter {
position: absolute;
top: 0;
right: 0;
margin: 0;
z-index: 2;
text-align: right; }
.lsow-dark-bg .lsow-block .lsow-block-filter {
border-color: #666; }
.lsow-block .lsow-block-filter .lsow-block-filter-item {
display: inline-block; }
@media only screen and (max-width: 479px) {
.lsow-block .lsow-block-filter .lsow-block-filter-item {
margin-right: 8px; } }
.lsow-block .lsow-block-filter .lsow-block-filter-item a {
padding: 0 15px 8px;
-webkit-transition: all 0.4s ease-in-out 0s;
transition: all 0.4s ease-in-out 0s;
display: block; }
@media only screen and (max-width: 479px) {
.lsow-block .lsow-block-filter .lsow-block-filter-item a {
padding: 0 10px 8px; } }
.lsow-block .lsow-block-filter .lsow-block-filter-item.lsow-active {
color: #f94213; }
.lsow-block .lsow-block-filter .lsow-block-filter-item:last-child {
margin-right: 0; }
.lsow-block .lsow-block-filter .lsow-block-filter-dropdown {
display: inline-block;
text-align: right;
position: relative; }
.lsow-block .lsow-block-filter ul.lsow-block-filter-list {
display: inline-block;
line-height: 1; }
.lsow-block .lsow-block-filter .lsow-block-filter-more {
cursor: pointer;
padding-left: 15px;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
display: inline-block; }
.lsow-block .lsow-block-filter .lsow-block-filter-more i.lsow-icon-arrow-right3 {
display: inline-block;
font-size: 10px;
line-height: 1;
vertical-align: middle;
-webkit-transform: rotate(45deg);
transform: rotate(90deg);
margin: 0 6px;
color: #000; }
.lsow-block .lsow-block-filter .lsow-block-filter-dropdown:hover .lsow-block-filter-more {
background-color: #222; }
.lsow-block .lsow-block-filter .lsow-block-filter-dropdown:hover .lsow-block-filter-more span, .lsow-block .lsow-block-filter .lsow-block-filter-dropdown:hover .lsow-block-filter-more i {
color: #fff; }
.lsow-block .lsow-block-filter ul.lsow-block-filter-dropdown-list {
list-style: none;
position: absolute;
right: 0;
top: 100%;
padding: 6px 0;
background-color: #ffffff;
background-color: rgba(255, 255, 255, 0.95);
z-index: 999;
border: 1px solid #ededed;
display: none; }
.lsow-block .lsow-block-filter ul.lsow-block-filter-dropdown-list:hover i.lsow-icon-arrow-right3 {
color: #fff; }
.lsow-block .lsow-block-filter .lsow-block-filter-dropdown:hover ul.lsow-block-filter-dropdown-list {
display: block; }
.lsow-block .lsow-block-filter ul.lsow-block-filter-dropdown-list li {
margin-left: 0; }
.lsow-block .lsow-block-filter ul.lsow-block-filter-dropdown-list li a {
white-space: nowrap;
display: block;
padding: 8px 15px 8px 25px; }
.lsow-block .lsow-block-filter .lsow-block-filter-item a, .lsow-block .lsow-block-filter .lsow-block-filter-more span, .lsow-block .lsow-block-filter ul.lsow-block-filter-dropdown-list li a {
color: #666;
font-size: 12px;
line-height: 18px;
text-transform: uppercase; }
.lsow-block .lsow-block-filter .lsow-block-filter-item a:hover, .lsow-block .lsow-block-filter .lsow-block-filter-item.lsow-active a {
color: #f94213; }
.lsow-block-header-expanded .lsow-block-header {
position: relative;
max-width: 1140px;
margin: 0 auto 30px;
overflow: hidden;
clear: both;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.lsow-block-header-expanded .lsow-block-header.lsow-no-heading {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
@media only screen and (max-width: 800px) {
.lsow-block-header-expanded .lsow-block-header {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-flow: column wrap;
flex-flow: column wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; } }
.lsow-block-header-expanded .lsow-heading {
padding: 0;
margin: 0; }
.lsow-dark-bg .lsow-block-header-expanded .lsow-heading {
color: #e5e5e5; }
@media only screen and (max-width: 800px) {
.lsow-block-header-expanded .lsow-heading {
margin-bottom: 30px; } }
.lsow-block-header-expanded .lsow-heading span, .lsow-block-header-expanded .lsow-heading a {
font-size: 32px;
line-height: 44px; }
.lsow-block-header-expanded .lsow-taxonomy-filter {
display: block;
margin: 0;
padding: 0;
-webkit-align-self: center;
align-self: center;
-ms-flex-item-align: center; }
@media only screen and (max-width: 800px) {
.lsow-block-header-expanded .lsow-taxonomy-filter {
-webkit-align-self: flex-start;
align-self: flex-start;
-ms-flex-item-align: start; } }
.lsow-block-header-expanded .lsow-taxonomy-filter .lsow-filter-item {
position: relative;
display: inline-block;
margin: 0 0 15px 0;
padding: 0;
font-style: normal; }
.lsow-block-header-expanded .lsow-taxonomy-filter .lsow-filter-item a {
font-size: 15px;
line-height: 24px;
padding: 0 15px;
-webkit-transition: all 0.4s ease-in-out 0s;
transition: all 0.4s ease-in-out 0s;
display: block;
color: #777; }
.lsow-dark-bg .lsow-block-header-expanded .lsow-taxonomy-filter .lsow-filter-item a {
color: #999; }
.lsow-block-header-expanded .lsow-taxonomy-filter .lsow-filter-item a:hover {
color: #222; }
.lsow-dark-bg .lsow-block-header-expanded .lsow-taxonomy-filter .lsow-filter-item a:hover {
color: #fff; }
@media only screen and (max-width: 479px) {
.lsow-block-header-expanded .lsow-taxonomy-filter .lsow-filter-item a {
padding: 0 10px; } }
.lsow-block-header-expanded .lsow-taxonomy-filter .lsow-filter-item:first-child a {
padding-left: 0; }
.lsow-block-header-expanded .lsow-taxonomy-filter .lsow-filter-item.lsow-active a {
color: #222; }
.lsow-dark-bg .lsow-block-header-expanded .lsow-taxonomy-filter .lsow-filter-item.lsow-active a {
color: #fff; }
.lsow-block-header-expanded .lsow-taxonomy-filter .lsow-filter-item:last-child {
margin-right: 0; } .lsow-block-header-1 .lsow-heading {
border-bottom: 2px solid #ddd; }
.lsow-block-header-1 .lsow-heading:after {
content: "";
background: #f94213;
width: 50px;
height: 2px;
position: absolute;
bottom: -1px;
left: 0; }
.lsow-block-header-1 .lsow-no-heading .lsow-heading {
min-height: 40px; }
.lsow-block-header-1 .lsow-no-heading .lsow-heading:after {
display: none; } .lsow-block-header-2 .lsow-heading:before, .lsow-block-header-2 .lsow-heading:after {
content: '';
width: 100%;
height: 1px;
position: absolute;
left: 0;
background-color: #ddd; }
.lsow-block-header-2 .lsow-heading:before {
bottom: 4px; }
.lsow-block-header-2 .lsow-heading:after {
bottom: 0; }
.lsow-block-header-2 .lsow-no-heading .lsow-heading {
min-height: 40px; } .lsow-block-header-3 .lsow-heading {
padding: 0;
border-bottom: 1px solid #ddd; }
.lsow-block-header-3 .lsow-heading a, .lsow-block-header-3 .lsow-heading span {
position: relative;
padding: 4px 8px 4px 8px;
border-radius: 2px 2px 2px 0;
background: #333;
color: #fff; }
.lsow-block-header-3 .lsow-heading a:after, .lsow-block-header-3 .lsow-heading span:after {
content: '';
display: block;
position: absolute;
width: 0;
height: 0;
position: absolute;
bottom: -8px;
left: 0;
border-left: 0;
border-right: 8px solid transparent;
border-top: 8px solid #333; }
.lsow-block-header-3 .lsow-heading a:hover {
color: #ddd; }
.lsow-block-header-3 .lsow-heading span, .lsow-block-header-3 .lsow-heading a {
font-size: 15px;
line-height: 24px; }
.lsow-block-header-3 .lsow-no-heading .lsow-heading {
min-height: 40px; } .lsow-block-header-4 .lsow-heading {
padding: 0;
border: 1px solid #333;
border-bottom: 2px solid #333;
text-align: center; }
.lsow-block-header-4 .lsow-heading a, .lsow-block-header-4 .lsow-heading span {
position: relative;
padding: 8px 10px;
border-radius: 0;
margin: 0 auto; }
.lsow-block-header-4 .lsow-heading a:after, .lsow-block-header-4 .lsow-heading span:after {
content: '';
display: block;
position: absolute;
bottom: 0;
left: 0;
right: 0;
width: 8px;
bottom: -8px;
margin: 0 auto;
border-left: 8px solid transparent;
border-top: 8px solid #43494a;
border-right: 8px solid transparent; }
.lsow-block-header-4 .lsow-heading span, .lsow-block-header-4 .lsow-heading a {
font-size: 15px;
line-height: 24px; }
.lsow-block-header-4 .lsow-block-header .lsow-block-filter {
padding: 8px 10px; }
.lsow-block-header-4 .lsow-no-heading .lsow-heading {
min-height: 45px; } .lsow-block-header-5 .lsow-heading {
background: #fbfbfb;
border-bottom: 2px solid #eee;
border-top: 1px solid #eee;
padding: 10px 15px; }
.lsow-block-header-5 .lsow-block-header .lsow-block-filter {
padding: 10px 8px; }
.lsow-block-header-5 .lsow-no-heading .lsow-heading {
min-height: 50px; } .lsow-block-header-6 .lsow-taxonomy-filter .lsow-filter-item {
border-bottom: 1px solid #ddd; }
.lsow-dark-bg .lsow-block-header-6 .lsow-taxonomy-filter .lsow-filter-item {
border-color: #444; }
.lsow-block-header-6 .lsow-taxonomy-filter .lsow-filter-item a {
padding: 0 15px 15px; }
@media only screen and (max-width: 479px) {
.lsow-block-header-6 .lsow-taxonomy-filter .lsow-filter-item a {
padding: 0 10px 8px; } }
.lsow-block-header-6 .lsow-taxonomy-filter .lsow-filter-item:first-child a {
padding-left: 15px; }
.lsow-block-header-6 .lsow-taxonomy-filter .lsow-filter-item.lsow-active a {
color: #222; }
.lsow-dark-bg .lsow-block-header-6 .lsow-taxonomy-filter .lsow-filter-item.lsow-active a {
color: #fff; }
.lsow-block-header-6 .lsow-taxonomy-filter .lsow-filter-item.lsow-active:after {
content: '';
position: absolute;
left: 0;
bottom: 0;
border-bottom: 3px solid #f94213;
width: 100%; } .lsow-block-header-7 .lsow-heading span, .lsow-block-header-7 .lsow-heading a {
font-size: 26px;
line-height: 34px; }
.lsow-block-header-7 .lsow-taxonomy-filter .lsow-filter-item a {
padding: 0 20px 0 18px;
font-style: italic; }
.lsow-block-header-7 .lsow-taxonomy-filter .lsow-filter-item:after {
content: '/';
position: absolute;
right: 0;
top: 0;
color: #bbb;
font-size: 14px; }
.lsow-block-header-7 .lsow-taxonomy-filter .lsow-filter-item:last-child:after {
content: ''; }
.lsow-block-header-7 .lsow-taxonomy-filter .lsow-filter-item:hover a, .lsow-block-header-7 .lsow-taxonomy-filter .lsow-filter-item.lsow-active a {
color: #f94213; }
.lsow-dark-bg .lsow-block-header-7 .lsow-taxonomy-filter .lsow-filter-item:hover a, .lsow-dark-bg .lsow-block-header-7 .lsow-taxonomy-filter .lsow-filter-item.lsow-active a {
color: #fff; } .lsow-module {
display: block;
position: relative;
border: none;
background: none;
-webkit-box-shadow: none;
box-shadow: none;
padding-bottom: 30px; }
@media only screen and (max-width: 1024px) {
.lsow-module {
padding-bottom: 20px; } }
.lsow-module .lsow-module-image {
position: relative; }
.lsow-module .lsow-module-image .lsow-module-image-info {
opacity: 0;
-webkit-transition: opacity 0.4s ease-in-out 0s;
transition: opacity 0.4s ease-in-out 0s; }
.lsow-module .lsow-module-image .lsow-module-image-info .lsow-module-entry-info {
text-align: center;
display: block;
position: absolute;
top: 50%;
left: 0;
right: 0;
margin: auto;
max-width: 100%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%); }
.lsow-module .lsow-module-image .lsow-module-image-info .lsow-post-title, .lsow-module .lsow-module-image .lsow-module-image-info .entry-title {
padding: 10px;
margin: 0;
font-size: 18px;
line-height: 28px;
font-weight: 400;
color: #fff; }
@media only screen and (max-width: 1024px) {
.lsow-module .lsow-module-image .lsow-module-image-info .lsow-post-title, .lsow-module .lsow-module-image .lsow-module-image-info .entry-title {
font-size: 18px;
line-height: 26px; } }
.lsow-module .lsow-module-image .lsow-module-image-info .lsow-post-title a, .lsow-module .lsow-module-image .lsow-module-image-info .entry-title a {
display: inline;
color: #fff;
-webkit-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
border-bottom: 1px solid transparent; }
.lsow-module .lsow-module-image .lsow-module-image-info .lsow-post-title a:hover, .lsow-module .lsow-module-image .lsow-module-image-info .entry-title a:hover {
border-bottom: 1px solid #ccc; }
.lsow-module .lsow-module-image:hover .lsow-module-image-info {
opacity: 1; }
.lsow-module .lsow-module-image:hover .lsow-lightbox-item {
display: block;
background: rgba(0, 0, 0, 0.4); }
.lsow-module .lsow-module-thumb {
position: relative;
overflow: hidden;
margin: 0 0 15px 0; }
.lsow-module .lsow-module-thumb img {
display: block;
width: 100%;
-webkit-transition: all 0.4s ease-in-out 0s;
transition: all 0.4s ease-in-out 0s; }
.lsow-module .lsow-module-thumb img:hover {
-webkit-filter: brightness(80%);
filter: brightness(80%); }
.lsow-module .lsow-module-thumb .lsow-lightbox-item {
display: none;
position: absolute;
top: 0;
right: 0;
line-height: 1;
padding: 12px 15px;
background: transparent;
-webkit-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s; }
.lsow-module .lsow-module-thumb .lsow-lightbox-item:hover {
background: rgba(0, 0, 0, 0.6); }
.lsow-module .lsow-module-thumb .lsow-lightbox-item i {
color: #fff;
font-size: 18px; }
.lsow-module .lsow-module-thumb:hover {
background: rgba(0, 0, 0, 0.3); }
.lsow-module .lsow-module-thumb:hover .lsow-lightbox-item {
display: block;
background: rgba(0, 0, 0, 0.4); }
.lsow-module .lsow-module-entry-text {
text-align: center;
max-width: 650px;
margin: 20px auto 0; }
.lsow-module .entry-title {
font-size: 20px;
line-height: 28px;
font-weight: normal;
margin: 0 0 10px 0; }
.lsow-module .entry-title:after, .lsow-module .entry-title:before {
display: none; }
.lsow-module .entry-title a {
-webkit-transition: all 0.4s ease-in-out 0s;
transition: all 0.4s ease-in-out 0s;
color: #333; }
.lsow-module .entry-title a:hover {
color: #666; }
.lsow-dark-bg .lsow-module .entry-title a {
color: #e0e0e0; }
.lsow-dark-bg .lsow-module .entry-title a:hover {
color: #fff; }
.lsow-module .lsow-module-meta {
font-size: 12px;
line-height: 18px;
margin: 0 0 8px 0; }
.lsow-module .lsow-module-meta span {
display: inline-block;
padding: 0;
margin: 0;
color: #999; }
.lsow-module .lsow-module-meta span:after {
content: '/';
padding-left: 6px;
padding-right: 2px; }
.lsow-module .lsow-module-meta span:first-child {
border: none;
padding-left: 0; }
.lsow-module .lsow-module-meta span:last-child:after {
display: none; }
.lsow-module .lsow-module-meta span a {
-webkit-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
font-style: normal;
color: #444; }
.lsow-dark-bg .lsow-module .lsow-module-meta span a {
color: #999; }
.lsow-module .lsow-module-meta span a:hover {
color: #888; }
.lsow-dark-bg .lsow-module .lsow-module-meta span a:hover {
color: #bbb; }
.lsow-module .lsow-module-meta span abbr {
text-decoration: initial; }
.lsow-dark-bg .lsow-module .lsow-module-meta span {
color: #707070; }
.lsow-module .lsow-read-more {
margin: 25px 0 0 0; }
.lsow-module .lsow-read-more a:not(.lsow-button) {
color: #333;
font-size: 12px;
line-height: 1;
font-weight: 600;
text-transform: uppercase;
display: block;
padding: 0;
-webkit-transition: color 0.3s ease-in-out 0s;
transition: color 0.3s ease-in-out 0s; }
.lsow-module .lsow-read-more a:not(.lsow-button):hover {
color: #666; }
.lsow-module .lsow-read-more a:not(.lsow-button):after {
content: '›';
display: inline-block;
margin-left: 7px; }
.lsow-module .lsow-read-more a:not(.lsow-button):hover {
color: #666; }
.lsow-module .lsow-read-more a.lsow-button {
display: inline-block;
text-transform: none;
letter-spacing: 0;
padding: 12px 20px; }
@media only screen and (min-width: 768px) {
.lsow-module .lsow-read-more a.lsow-button {
padding: 10px 16px; } }
.lsow-module .entry-summary {
margin: 15px auto 0;
padding: 0; }
.lsow-dark-bg .lsow-module .entry-summary {
color: #999; } .lsow-module-1 .lsow-module-image .lsow-terms {
display: block;
position: absolute;
bottom: 0;
font-size: 12px;
line-height: 1;
background: rgba(0, 0, 0, 0.6);
color: #fff;
margin-right: 5px;
padding: 8px 12px; }
.lsow-module-1 .lsow-module-image .lsow-terms a {
display: inline-block;
color: #fff; } .lsow-module-3 {
padding-bottom: 26px; }
.lsow-module-3 .lsow-module-thumb {
position: absolute;
left: 0;
top: 0;
width: 100px; }
@media (min-width: 768px) and (max-width: 1024px) {
.lsow-module-3 .lsow-module-thumb {
width: 80px; } }
.lsow-module-3 .lsow-entry-details {
margin-left: 116px;
min-height: 70px; }
@media (min-width: 768px) and (max-width: 1024px) {
.lsow-module-3 .lsow-entry-details {
margin-left: 95px;
min-height: 55px; } }
.lsow-module-3 .entry-title {
font-size: 14px;
line-height: 20px;
margin-bottom: 4px;
font-weight: 500; }
@media (min-width: 768px) and (max-width: 1140px) {
.lsow-module-3 .entry-title {
font-size: 12px;
line-height: 18px; } }
.lsow-module-3 .lsow-module-meta {
margin-bottom: 0;
min-height: 0; } .lsow-module-4 {
padding-bottom: 26px; }
.lsow-module-4 .lsow-module-thumb {
position: absolute;
right: 0;
top: 0;
width: 100px; }
@media (min-width: 768px) and (max-width: 1024px) {
.lsow-module-4 .lsow-module-thumb {
width: 80px; } }
.lsow-module-4 .lsow-entry-details {
margin-right: 108px;
min-height: 70px; }
@media (min-width: 768px) and (max-width: 1024px) {
.lsow-module-4 .lsow-entry-details {
margin-right: 95px;
min-height: 55px; } }
.lsow-module-4 .entry-title {
font-size: 14px;
line-height: 20px;
margin-bottom: 4px;
font-weight: 500; }
@media (min-width: 768px) and (max-width: 1140px) {
.lsow-module-4 .entry-title {
font-size: 12px;
line-height: 18px; } }
.lsow-module-4 .lsow-module-meta {
margin-bottom: 0;
min-height: 0; }  .lsow-module-6 {
padding-bottom: 26px; }
@media (min-width: 767px) {
.lsow-module-6 {
padding-bottom: 40px; } }
.lsow-module-6 .lsow-module-thumb {
position: absolute;
left: 0;
top: 0;
width: 100px; }
@media (min-width: 500px) {
.lsow-module-6 .lsow-module-thumb {
width: 150px; } }
@media (min-width: 767px) {
.lsow-module-6 .lsow-module-thumb {
width: 220px; } }
.lsow-module-6 .lsow-entry-details {
margin-left: 115px;
min-height: 69px; }
@media (min-width: 500px) {
.lsow-module-6 .lsow-entry-details {
margin-left: 170px;
min-height: 103px; } }
@media (min-width: 767px) {
.lsow-module-6 .lsow-entry-details {
margin-left: 244px;
min-height: 150px; } }
.lsow-module-6 .entry-title {
font-size: 14px;
line-height: 20px;
font-weight: 500; }
@media (min-width: 500px) {
.lsow-module-6 .entry-title {
font-size: 22px;
line-height: 28px; } }
.lsow-module-6 .lsow-excerpt {
display: none; }
@media (min-width: 640px) {
.lsow-module-6 .lsow-excerpt {
display: block; } } .lsow-module-7 {
padding-bottom: 40px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; }
@media (min-width: 600px) {
.lsow-module-7 {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row; } }
@media (min-width: 767px) {
.lsow-module-7 {
padding-bottom: 50px; } }
.lsow-module-7 .lsow-module-thumb {
width: 100%;
-webkit-box-flex: 0;
-ms-flex: 0 1 auto;
flex: 0 1 auto; }
.lsow-module-7 .lsow-entry-details {
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto; }
@media (min-width: 600px) {
.lsow-module-7 .lsow-module-thumb {
width: 30%;
min-width: 250px; }
.lsow-module-7 .lsow-entry-details {
margin-left: 25px;
width: 70%; } }
.lsow-module-7 .entry-title {
font-size: 16px;
line-height: 24px;
font-weight: 500; }
@media (min-width: 500px) {
.lsow-module-7 .entry-title {
font-size: 20px;
line-height: 26px; } }
@media (min-width: 1024px) {
.lsow-module-7 .entry-title {
font-size: 26px;
line-height: 34px; } } .lsow-module-8 {
padding-bottom: 30px; }
@media (min-width: 767px) {
.lsow-module-8 {
padding-bottom: 40px; } }
@media (min-width: 1024px) {
.lsow-module-8 {
padding-bottom: 60px; } }
.lsow-module-8 .lsow-module-thumb .wp-post-image {
width: 100%; }
.lsow-module-8:last-child {
padding-bottom: 0; }
.lsow-module-8 .entry-title {
font-size: 18px;
line-height: 26px;
font-weight: 500;
margin-bottom: 10px; }
@media (min-width: 500px) {
.lsow-module-8 .entry-title {
font-size: 22px;
line-height: 30px; } }
@media (min-width: 767px) {
.lsow-module-8 .entry-title {
font-size: 30px;
line-height: 38px; } }
.lsow-module-8 .lsow-entry-details {
position: relative;
padding: 15px 25px;
margin: -60px auto 0;
max-width: 90%;
background: #fff; }
@media (min-width: 767px) {
.lsow-module-8 .lsow-entry-details {
padding: 20px 35px;
margin: -70px auto 0; } }
@media (min-width: 1024px) {
.lsow-module-8 .lsow-entry-details {
padding: 25px 35px;
margin: -85px auto 0; } }
.lsow-module-8 .lsow-excerpt {
font-size: 14px;
line-height: 24px;
margin-top: 11px; } .lsow-module-10 {
padding: 30px 0;
margin: 0;
text-align: center;
border-bottom: 1px solid #e8e8e8; }
.lsow-module-10:last-child {
border: none; }
@media (min-width: 1024px) {
.lsow-module-10 {
padding: 40px 0; } }
.lsow-module-10 .entry-title {
font-size: 24px;
line-height: 32px;
margin: 0 0 10px 0; }
@media (min-width: 1024px) {
.lsow-module-10 .entry-title {
font-size: 32px;
line-height: 44px;
font-weight: 400;
margin: 0 0 15px 0; } }
.lsow-module-10 .lsow-entry-details {
margin-bottom: 20px; }
@media (min-width: 1024px) {
.lsow-module-10 .lsow-entry-details {
position: relative;
width: 100%;
margin-bottom: 30px; } }
.lsow-module-10 .lsow-terms {
text-transform: uppercase;
font-size: 11px;
line-height: 1;
background-color: transparent;
display: block;
margin-bottom: 20px; }
.lsow-module-10 .lsow-terms a {
color: #9e9e9e; }
.lsow-module-10 .lsow-module-thumb img {
width: 100%; }
.lsow-module-10 .lsow-excerpt {
font-size: 14px;
line-height: 22px;
margin-top: 20px; }
@media (min-width: 1024px) {
.lsow-module-10 .lsow-excerpt {
font-size: 15px;
line-height: 26px;
margin-top: 30px; } } .lsow-module-trans1 {
position: relative;
padding-bottom: 0;
margin-bottom: 3px; }
.lsow-module-trans1 .lsow-module-thumb {
margin: 0;
padding: 0; }
.lsow-module-trans1 .lsow-module-thumb a.lsow-post-link {
-webkit-transition: all 0.4s ease-in-out 0s;
transition: all 0.4s ease-in-out 0s; }
.lsow-module-trans1 .lsow-module-thumb a.lsow-post-link:before {
background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 100%);
z-index: 0;
content: '';
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%; }
.lsow-module-trans1 .lsow-module-thumb:hover a.lsow-post-link:before {
background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 100%); }
@media (min-width: 480px) {
.lsow-module-trans1 .lsow-module-thumb {
margin: 0 3px 0 0; } }
.lsow-module-trans1 .lsow-entry-details {
position: absolute;
bottom: 0;
padding: 0 20px;
margin-bottom: 20px;
z-index: 1; }
.lsow-module-trans1 .lsow-entry-details .lsow-post-author-name a {
color: #fff; }
.lsow-module-trans1 .entry-title {
font-size: 18px;
line-height: 26px; }
@media (min-width: 480px) {
.lsow-module-trans1 .entry-title {
font-size: 16px;
line-height: 22px; } }
@media (min-width: 1024px) {
.lsow-module-trans1 .entry-title {
font-size: 21px;
line-height: 28px; } }
.lsow-module-trans1 .entry-title a, .lsow-module-trans1 .lsow-module-meta span a {
color: #fff !important; }
.lsow-module-trans1 .entry-title a:hover, .lsow-module-trans1 .lsow-module-meta span a:hover {
color: #ddd !important; }
.lsow-module-trans1 .lsow-module-meta span:after, .lsow-module-trans1 .lsow-module-meta span {
color: #bbb !important; } .lsow-module-11 .lsow-module-entry-text {
margin: 0 auto; }
.lsow-module-11 .entry-summary:before {
width: 35px;
height: 1px;
background: #aaa;
display: block;
content: "";
text-align: center;
margin: 0 auto 15px; }
.lsow-dark-bg .lsow-module-11 .entry-summary:before {
background: #505050; }
.lsow-module-11 .lsow-module-image .lsow-post-link:after, .lsow-module-12 .lsow-module-image .lsow-post-link:after, .lsow-module-13 .lsow-module-image .lsow-post-link:after {
content: '';
position: absolute;
left: 0;
top: 0;
overflow: hidden;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.6);
-webkit-transition: opacity 0.4s ease-in-out 0s;
transition: opacity 0.4s ease-in-out 0s;
opacity: 0; }
.lsow-module-11 .lsow-module-image:hover .lsow-post-link:after, .lsow-module-12 .lsow-module-image:hover .lsow-post-link:after, .lsow-module-13 .lsow-module-image:hover .lsow-post-link:after {
opacity: 1; }
.lsow-module-11 .lsow-module-image img:hover, .lsow-module-12 .lsow-module-image img:hover, .lsow-module-13 .lsow-module-image img:hover {
-webkit-filter: brightness(80%);
filter: brightness(80%); }
.lsow-module-11 .lsow-module-image:hover, .lsow-module-12 .lsow-module-image:hover, .lsow-module-13 .lsow-module-image:hover {
background: rgba(0, 0, 0, 0.3); }
.lsow-module-11 .lsow-terms, .lsow-module-12 .lsow-terms, .lsow-module-13 .lsow-terms {
display: block;
color: #f9f9f9; }
.lsow-module-11 .lsow-terms a, .lsow-module-12 .lsow-terms a, .lsow-module-13 .lsow-terms a {
color: #ddd;
position: relative;
display: inline;
zoom: 1;
font-style: italic;
-webkit-transition: color 0.3s ease-in-out 0s;
transition: color 0.3s ease-in-out 0s; }
.lsow-module-11 .lsow-terms a:hover, .lsow-module-12 .lsow-terms a:hover, .lsow-module-13 .lsow-terms a:hover {
color: #fff; }
.lsow-module-11 .lsow-module-meta span, .lsow-module-11 .lsow-module-meta span a, .lsow-module-12 .lsow-module-meta span, .lsow-module-12 .lsow-module-meta span a, .lsow-module-13 .lsow-module-meta span, .lsow-module-13 .lsow-module-meta span a {
font-size: 13px;
line-height: 22px; }
.lsow-module-12 .lsow-module-image .lsow-module-thumb {
margin: 0; }
.lsow-module-13 {
background: #fff;
border-radius: 6px 6px 10px 10px;
border: none;
padding: 0;
margin: 0;
-webkit-transition: -webkit-box-shadow 0.25s ease;
transition: -webkit-box-shadow 0.25s ease;
transition: box-shadow 0.25s ease;
transition: box-shadow 0.25s ease, -webkit-box-shadow 0.25s ease;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
overflow: hidden; }
.lsow-module-13:hover {
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); }
.lsow-module-13 .lsow-module-image .lsow-module-thumb {
margin: 0; }
.lsow-module-13 .lsow-module-entry-text {
margin: 0;
padding: 25px 20px; }
.lsow-dark-bg .lsow-module-13 .entry-title a {
color: #333; }
.lsow-dark-bg .lsow-module-13 .lsow-module-meta span {
color: #999; }
.lsow-dark-bg .lsow-module-13 .lsow-module-meta span a {
color: #444; }
.lsow-dark-bg .lsow-module-13 .entry-summary {
color: #686868; }.lsow-block-grid .lsow-block-inner {
-webkit-transition: opacity 0.4s ease-in 0s;
transition: opacity 0.4s ease-in 0s; }
.lsow-block-grid .lsow-module {
padding: 0; }.so-widget-lsow-portfolio-default-7d3ce54c0f1b-1906 .lsow-block .lsow-load-more {
background: #61b732;
}
.so-widget-lsow-portfolio-default-7d3ce54c0f1b-1906 .lsow-block .lsow-load-more:hover {
background: #333;
color: #fff;
}
.so-widget-lsow-portfolio-default-7d3ce54c0f1b-1906 .lsow-block .lsow-block-filter-item a:hover,
.so-widget-lsow-portfolio-default-7d3ce54c0f1b-1906 .lsow-block .lsow-block-filter-item.lsow-active a {
color: #61b732;
}
.so-widget-lsow-portfolio-default-7d3ce54c0f1b-1906 .lsow-block-header-1 .lsow-heading:after {
background-color: #61b732;
}
.so-widget-lsow-portfolio-default-7d3ce54c0f1b-1906 .lsow-block-header-6 .lsow-block-header .lsow-taxonomy-filter .lsow-filter-item.lsow-active:after {
border-color: #61b732;
}
.so-widget-lsow-portfolio-default-7d3ce54c0f1b-1906 .lsow-block-header-7 .lsow-taxonomy-filter .lsow-filter-item:hover a,
.so-widget-lsow-portfolio-default-7d3ce54c0f1b-1906 .lsow-block-header-7 .lsow-taxonomy-filter .lsow-filter-item.lsow-active a {
color: #61b732;
}
.so-widget-lsow-portfolio-default-7d3ce54c0f1b-1906 .lsow-block-grid .lsow-block-inner {
margin-left: -20px;
margin-right: -20px;
}
@media screen and (max-width: 800px) {
.so-widget-lsow-portfolio-default-7d3ce54c0f1b-1906 .lsow-block-grid .lsow-block-inner {
margin-left: -10px;
margin-right: -10px;
}
}
@media screen and (max-width: 480px) {
.so-widget-lsow-portfolio-default-7d3ce54c0f1b-1906 .lsow-block-grid .lsow-block-inner {
margin-left: -10px;
margin-right: -10px;
}
}
.so-widget-lsow-portfolio-default-7d3ce54c0f1b-1906 .lsow-block-grid .lsow-block-inner .lsow-block-column {
padding: 20px;
}
@media screen and (max-width: 800px) {
.so-widget-lsow-portfolio-default-7d3ce54c0f1b-1906 .lsow-block-grid .lsow-block-inner .lsow-block-column {
padding: 10px;
}
}
@media screen and (max-width: 480px) {
.so-widget-lsow-portfolio-default-7d3ce54c0f1b-1906 .lsow-block-grid .lsow-block-inner .lsow-block-column {
padding: 10px;
}
}.so-widget-sow-image-default-8b5b6f678277-1906 .sow-image-container {
display: flex;
align-items: flex-start;
}
.so-widget-sow-image-default-8b5b6f678277-1906 .sow-image-container > a {
display: inline-block;
max-width: 100%;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
.so-widget-sow-image-default-8b5b6f678277-1906 .sow-image-container > a {
display: flex;
}
}
.so-widget-sow-image-default-8b5b6f678277-1906 .sow-image-container .so-widget-image {
display: block;
height: auto;
max-width: 100%;
}#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%}}