@charset "UTF-8";

 .sg-animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both
}
.sg-animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite
}
.sg-animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s
}
.sg-animated.bounceIn,
.sg-animated.bounceOut,
.sg-animated.flipOutX,
.sg-animated.flipOutY {
-webkit-animation-duration: .75s;
animation-duration: .75s
}
@-webkit-keyframes bounce {
20%, 53%, 80%, from, to {
-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
animation-timing-function: cubic-bezier(.215, .61, .355, 1);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
40%,
43% {
-webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
animation-timing-function: cubic-bezier(.755, .050, .855, .060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0)
}
70% {
-webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
animation-timing-function: cubic-bezier(.755, .050, .855, .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 {
20%, 53%, 80%, from, to {
-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
animation-timing-function: cubic-bezier(.215, .61, .355, 1);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
40%,
43% {
-webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
animation-timing-function: cubic-bezier(.755, .050, .855, .060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0)
}
70% {
-webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
animation-timing-function: cubic-bezier(.755, .050, .855, .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 {
50%, from, to {
opacity: 1
}
25%,
75% {
opacity: 0
}
}
@keyframes flash {
50%, from, to {
opacity: 1
}
25%,
75% {
opacity: 0
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash
}
@-webkit-keyframes pulse {
from, to {
-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)
}
}
@keyframes pulse {
from, to {
-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)
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse
}
@-webkit-keyframes rubberBand {
from, to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1)
}
30% {
-webkit-transform: scale3d(1.25, .75, 1);
transform: scale3d(1.25, .75, 1)
}
40% {
-webkit-transform: scale3d(.75, 1.25, 1);
transform: scale3d(.75, 1.25, 1)
}
50% {
-webkit-transform: scale3d(1.15, .85, 1);
transform: scale3d(1.15, .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)
}
}
@keyframes rubberBand {
from, to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1)
}
30% {
-webkit-transform: scale3d(1.25, .75, 1);
transform: scale3d(1.25, .75, 1)
}
40% {
-webkit-transform: scale3d(.75, 1.25, 1);
transform: scale3d(.75, 1.25, 1)
}
50% {
-webkit-transform: scale3d(1.15, .85, 1);
transform: scale3d(1.15, .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)
}
}
.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 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, to {
-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)
}
}
@keyframes tada {
from, to {
-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)
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada
}
@-webkit-keyframes wobble {
from, to {
-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)
}
}
@keyframes wobble {
from, to {
-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)
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble
}
@-webkit-keyframes jello {
11.1%, from, 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(-.78125deg) skewY(-.78125deg);
transform: skewX(-.78125deg) skewY(-.78125deg)
}
77.7% {
-webkit-transform: skewX(.390625deg) skewY(.390625deg);
transform: skewX(.390625deg) skewY(.390625deg)
}
88.8% {
-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
transform: skewX(-.1953125deg) skewY(-.1953125deg)
}
}
@keyframes jello {
11.1%, from, 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(-.78125deg) skewY(-.78125deg);
transform: skewX(-.78125deg) skewY(-.78125deg)
}
77.7% {
-webkit-transform: skewX(.390625deg) skewY(.390625deg);
transform: skewX(.390625deg) skewY(.390625deg)
}
88.8% {
-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
transform: skewX(-.1953125deg) skewY(-.1953125deg)
}
}
.jello {
-webkit-animation-name: jello;
animation-name: jello;
-webkit-transform-origin: center;
transform-origin: center
}
@-webkit-keyframes bounceIn {
20%, 40%, 60%, 80%, from, to {
-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}
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 {
20%, 40%, 60%, 80%, from, to {
-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}
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 {
60%, 75%, 90%, from, to {
-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}
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 {
60%, 75%, 90%, from, to {
-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}
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 {
60%, 75%, 90%, from, to {
-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}
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 {
60%, 75%, 90%, from, to {
-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}
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 {
60%, 75%, 90%, from, to {
-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}
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 {
60%, 75%, 90%, from, to {
-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}
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 {
60%, 75%, 90%, from, to {
-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}
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 {
60%, 75%, 90%, from, to {
-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}
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
}
}
.sg-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 {
backface-visibility: visible!important;
-webkit-animation-name: flipInX;
animation-name: flipInX
}
.flipInX,
.flipInY {
-webkit-backface-visibility: visible!important
}
@-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 {
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;
backface-visibility: visible!important
}
.flipOutX,
.flipOutY {
-webkit-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 {
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(.55, .055, .675, .19);
animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}
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(.175, .885, .32, 1);
animation-timing-function: cubic-bezier(.175, .885, .32, 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(.55, .055, .675, .19);
animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}
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(.175, .885, .32, 1);
animation-timing-function: cubic-bezier(.175, .885, .32, 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(.55, .055, .675, .19);
animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}
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(.175, .885, .32, 1);
animation-timing-function: cubic-bezier(.175, .885, .32, 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(.55, .055, .675, .19);
animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}
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(.175, .885, .32, 1);
animation-timing-function: cubic-bezier(.175, .885, .32, 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(.55, .055, .675, .19);
animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}
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(.175, .885, .32, 1);
animation-timing-function: cubic-bezier(.175, .885, .32, 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(.55, .055, .675, .19);
animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}
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(.175, .885, .32, 1);
animation-timing-function: cubic-bezier(.175, .885, .32, 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(.55, .055, .675, .19);
animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}
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(.175, .885, .32, 1);
animation-timing-function: cubic-bezier(.175, .885, .32, 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(.55, .055, .675, .19);
animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}
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(.175, .885, .32, 1);
animation-timing-function: cubic-bezier(.175, .885, .32, 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(.55, .055, .675, .19);
animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}
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(.175, .885, .32, 1);
animation-timing-function: cubic-bezier(.175, .885, .32, 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(.55, .055, .675, .19);
animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}
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(.175, .885, .32, 1);
animation-timing-function: cubic-bezier(.175, .885, .32, 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(.55, .055, .675, .19);
animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}
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(.175, .885, .32, 1);
animation-timing-function: cubic-bezier(.175, .885, .32, 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(.55, .055, .675, .19);
animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}
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(.175, .885, .32, 1);
animation-timing-function: cubic-bezier(.175, .885, .32, 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
}#sgcolorbox.colorbox1, #sgcboxOverlay.colorbox1,.colorbox1 #sgcboxWrapper{position:absolute; top:0; left:0; z-index:2147483647; overflow:hidden;}.colorbox1 #sgcboxWrapper {max-width:none;}#sgcboxOverlay.colorbox1{position:fixed; width:100%; height:100%;}.colorbox1 #sgcboxMiddleLeft,.colorbox1 #cboxBottomLeft{clear:left;}.colorbox1 #sgcboxContent{position:relative;}.colorbox1 #sgcboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}.colorbox1 #sgsgcboxTitle{margin:0;}#sgcboxLoadingOverlay.colorbox1,.colorbox1 #sgcboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}.colorbox1 #sgcboxPrevious,.colorbox1 #cboxNext,.colorbox1 #sgcboxClose,.colorbox1 #sgcboxSlideshow{cursor:pointer;}.colorbox1 .sgcboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}.colorbox1 .sgcboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}#sgcolorbox.colorbox1,.colorbox1 #sgcboxContent,.colorbox1 #sgcboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;} #sgcboxOverlay.colorbox1{opacity: 0.9; filter: alpha(opacity = 90);}.sgcboxOverlayBg.colorbox1 {background:url(//www.soldis.com.pl/wp-content/plugins/popup-builder-gold/img/colorbox1/overlay.png) repeat 0 0;}#sgcolorbox.colorbox1{outline:0;}	.colorbox1 #sgcboxTopLeft{width:21px; height:21px; background:url(//www.soldis.com.pl/wp-content/plugins/popup-builder-gold/img/colorbox1/controls.png) no-repeat -101px 0;}	.colorbox1 #sgcboxTopRight{width:21px; height:21px; background:url(//www.soldis.com.pl/wp-content/plugins/popup-builder-gold/img/colorbox1/controls.png) no-repeat -130px 0;}	.colorbox1 #sgcboxBottomLeft{width:21px; height:21px; background:url(//www.soldis.com.pl/wp-content/plugins/popup-builder-gold/img/colorbox1/controls.png) no-repeat -101px -29px;}	.colorbox1 #sgcboxBottomRight{width:21px; height:21px; background:url(//www.soldis.com.pl/wp-content/plugins/popup-builder-gold/img/colorbox1/controls.png) no-repeat -130px -29px;}	.colorbox1 #sgcboxMiddleLeft{width:21px; background:url(//www.soldis.com.pl/wp-content/plugins/popup-builder-gold/img/colorbox1/controls.png) left top repeat-y;}	.colorbox1 #sgcboxMiddleRight{width:21px; background:url(//www.soldis.com.pl/wp-content/plugins/popup-builder-gold/img/colorbox1/controls.png) right top repeat-y;}	.colorbox1 #sgcboxTopCenter{height:21px; background:url(//www.soldis.com.pl/wp-content/plugins/popup-builder-gold/img/colorbox1/border.png) 0 0 repeat-x;}	.colorbox1 #sgcboxBottomCenter{height:21px; background:url(//www.soldis.com.pl/wp-content/plugins/popup-builder-gold/img/colorbox1/border.png) 0 -29px repeat-x;}	.colorbox1 #sgcboxContent{background:#fff; overflow:hidden;}		.colorbox1 .sgcboxIframe{background:#fff;}		.colorbox1 #sgcboxError{padding:50px; border:1px solid #ccc;}		.colorbox1 #sgcboxLoadedContent{margin-bottom:28px;}		.colorbox1 #sgcboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}		.colorbox1 #sgcboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}		#sgcboxLoadingOverlay.colorbox1{background:url(//www.soldis.com.pl/wp-content/plugins/popup-builder-gold/img/colorbox1/loading_background.png) no-repeat center center;}		.colorbox1 #sgcboxLoadingGraphic{background:url(//www.soldis.com.pl/wp-content/plugins/popup-builder-gold/img/colorbox1/loading.gif) no-repeat center center;} .colorbox1  #sgcboxPrevious,.colorbox1 #sgcboxNext,.colorbox1 #sgcboxSlideshow,.colorbox1 #sgcboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; } .colorbox1 #sgcboxPrevious:active,.colorbox1 #sgcboxNext:active,.colorbox1 #sgcboxSlideshow:active,.colorbox1 #sgcboxClose:active {outline:0;}		.colorbox1 #sgcboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}		.colorbox1 #sgcboxPrevious{position:absolute; bottom:0; left:0; background:url(//www.soldis.com.pl/wp-content/plugins/popup-builder-gold/img/colorbox1/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}		.colorbox1 #sgcboxPrevious:hover{background-position:-75px -25px;}		.colorbox1 #sgcboxNext{position:absolute; bottom:0; left:27px; background:url(//www.soldis.com.pl/wp-content/plugins/popup-builder-gold/img/colorbox1/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}		.colorbox1 #sgcboxNext:hover{background-position:-50px -25px;}		.colorbox1 #sgcboxClose{position:absolute; bottom:0; right:0; background:url(//www.soldis.com.pl/wp-content/plugins/popup-builder-gold/img/colorbox1/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}		.colorbox1 #sgcboxClose:hover{background-position:-25px -25px;} .colorbox1 .sgcboxIE #sgcboxTopLeft,.colorbox1 .sgcboxIE #sgcboxTopCenter,.colorbox1 .sgcboxIE #sgcboxTopRight,.colorbox1 .sgcboxIE #sgcboxBottomLeft,.colorbox1 .sgcboxIE #sgcboxBottomCenter,.colorbox1 .sgcboxIE #sgcboxBottomRight,.colorbox1 .sgcboxIE #sgcboxMiddleLeft,.colorbox1 .sgcboxIE #sgcboxMiddleRight {	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);}#sgcolorbox.colorbox2, #sgcboxOverlay.colorbox2,.colorbox2 #sgcboxWrapper{position:absolute; top:0; left:0; z-index:2147483647; overflow:hidden;}.colorbox2 #sgcboxWrapper {max-width:none;}#sgcboxOverlay.colorbox2{position:fixed; width:100%; height:100%;}.colorbox2 #sgcboxMiddleLeft,.colorbox2 #sgcboxBottomLeft{clear:left;}.colorbox2 #sgcboxContent{position:relative;}.colorbox2 #sgcboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}.colorbox2 #sgcboxTitle{margin:0;}#sgcboxLoadingOverlay.colorbox2, #sgcboxLoadingGraphic.colorbox2{position:absolute; top:0; left:0; width:100%; height:100%;}.colorbox2 #sgcboxPrevious,.colorbox2 #sgcboxNext,.colorbox2 #sgcboxClose,.colorbox2 #sgcboxSlideshow{cursor:pointer;}.colorbox2 .sgcboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}.colorbox2 .sgcboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}#sgcolorbox.colorbox2,.colorbox2 #sgcboxContent,.colorbox2 #sgcboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;} #sgcboxOverlay.colorbox2{opacity: 0.9; filter: alpha(opacity = 90);}.sgcboxOverlayBg.colorbox2 {background:#fff;}#sgcolorbox.colorbox2{outline:0;}	.colorbox2 #sgcboxContent{margin-top:32px; overflow:visible; background:#000;}		.colorbox2 .sgcboxIframe{background:#fff;}		.colorbox2 #sgcboxError{padding:50px; border:1px solid #ccc;}		.colorbox2 #sgcboxLoadedContent{background:#000; padding:1px;}	  .colorbox2  #sgcboxLoadingGraphic{background:url(//www.soldis.com.pl/wp-content/plugins/popup-builder-gold/img/colorbox2/loading.gif) no-repeat center center;}		#sgcboxLoadingOverlay.colorbox2{background:#000;}		.colorbox2 #sgcboxTitle{position:absolute; top:-22px; left:0; color:#000;}		.colorbox2 #sgcboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;} .colorbox2 #sgcboxPrevious,.colorbox2 #sgcboxNext,.colorbox2 #sgcboxSlideshow,.colorbox2 #sgcboxClose {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(//www.soldis.com.pl/wp-content/plugins/popup-builder-gold/img/colorbox2/controls.png) no-repeat 0 0;} .colorbox2 #sgcboxPrevious:active,.colorbox2 #sgcboxNext:active,.colorbox2 #sgcboxSlideshow:active,.colorbox2 #sgcboxClose:active {outline:0;}		.colorbox2 #sgcboxPrevious{background-position:0px 0px; right:44px;}		.colorbox2 #sgcboxPrevious:hover{background-position:0px -25px;}		.colorbox2  #sgcboxNext{background-position:-25px 0px; right:22px;}		.colorbox2  #sgcboxNext:hover{background-position:-25px -25px;}		.colorbox2 #sgcboxClose{background-position:-50px 0px; right:0;}		#sgcboxClose:hover{background-position:-50px -25px;}		.colorbox2 .sgcboxSlideshow_on #sgcboxPrevious,.colorbox2 .sgcboxSlideshow_off #sgcboxPrevious{right:66px;}		.colorbox2 .sgcboxSlideshow_on #sgcboxSlideshow{background-position:-75px -25px; right:44px;}		.colorbox2 .sgcboxSlideshow_on #sgcboxSlideshow:hover{background-position:-100px -25px;}		.colorbox2 .sgcboxSlideshow_off #sgcboxSlideshow{background-position:-100px 0px; right:44px;}		.colorbox2 .sgcboxSlideshow_off #sgcboxSlideshow:hover{background-position:-75px -25px;}#sgcolorbox.colorbox3, #sgcboxOverlay.colorbox3,.colorbox3 #sgcboxWrapper{position:absolute; top:0; left:0; z-index:2147483647; overflow:hidden;}.colorbox3 #sgcboxWrapper {max-width:none;}#sgcboxOverlay.colorbox3{position:fixed; width:100%; height:100%;}.colorbox3 #sgcboxMiddleLeft,.colorbox3 #sgcboxBottomLeft{clear:left;}.colorbox3 #sgcboxContent{position:relative;}.colorbox3 #sgcboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}.colorbox3 #sgcboxTitle{margin:0;}#sgcboxLoadingOverlay.colorbox3,.colorbox3 #sgcboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}.colorbox3 #sgcboxPrevious,.colorbox3 #sgcboxNext,.colorbox3 #sgcboxClose,.colorbox3 #sgcboxSlideshow{cursor:pointer;}.colorbox3 .sgcboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}.colorbox3 .sgcboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}.colorbox3 #sgcolorbox, #sgcboxContent, #sgcboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;} #sgcboxOverlay.colorbox3 {opacity: 0.9; filter: alpha(opacity = 90);}.sgcboxOverlayBg.colorbox3 {background:#000;}#sgcolorbox.colorbox3{outline:0;}	.colorbox3 #sgcboxContent{margin-top:20px;background:#000;}		.colorbox3.sgcboxIframe{background:#fff;}		.colorbox3 #sgcboxError{padding:50px; border:1px solid #ccc;}		.colorbox3 #sgcboxLoadedContent{border:5px solid #000; background:#fff;}		.colorbox3 #sgcboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}		.colorbox3 #sgcboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}		.colorbox3 #sgcboxLoadingGraphic{background:url(//www.soldis.com.pl/wp-content/plugins/popup-builder-gold/img/colorbox3/loading.gif) no-repeat center center;} .colorbox3 #sgcboxPrevious,.colorbox3 #sgcboxNext,.colorbox3 #sgcboxSlideshow,.colorbox3 #sgcboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; } .colorbox3 #sgcboxPrevious:active,.colorbox3 #sgcboxNext:active,.colorbox3 #sgcboxSlideshow:active,.colorbox3 #sgcboxClose:active {outline:0;}		.colorbox3 #sgcboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}		.colorbox3 #sgcboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(//www.soldis.com.pl/wp-content/plugins/popup-builder-gold/img/colorbox3/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}		.colorbox3 #sgcboxPrevious:hover{background-position:bottom left;}		.colorbox3 #sgcboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(//www.soldis.com.pl/wp-content/plugins/popup-builder-gold/img/colorbox3/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}		.colorbox3 #sgcboxNext:hover{background-position:bottom right;}		.colorbox3 #sgcboxClose{position:absolute; top:5px; right:5px; display:block; background:url(//www.soldis.com.pl/wp-content/plugins/popup-builder-gold/img/colorbox3/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}		.colorbox3 #sgcboxClose:hover{background-position:bottom center;}#sgcolorbox.colorbox4, #sgcboxOverlay.colorbox4,.colorbox4 #sgcboxWrapper{position:absolute; top:0; left:0; z-index:2147483647; overflow:hidden;}.colorbox4 #sgcboxWrapper {max-width:none;}#sgcboxOverlay.colorbox4{position:fixed; width:100%; height:100%;}.colorbox4 #sgcboxMiddleLeft,.colorbox4 #sgcboxBottomLeft{clear:left;}.colorbox4 #sgcboxContent{position:relative;}.colorbox4 #sgcboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}.colorbox4 #sgcboxTitle{margin:0;}#sgcboxLoadingOverlay.colorbox4,.colorbox4 #sgcboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}.colorbox4 #sgcboxPrevious,.colorbox4 #sgcboxNext,.colorbox4 #sgcboxClose,.colorbox4 #sgcboxSlideshow{cursor:pointer;}.colorbox4 .sgcboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}.colorbox4 .sgcboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}#sgcolorbox.colorbox4,.colorbox4 #sgcboxContent,.colorbox4 #sgcboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;} #sgcboxOverlay.colorbox4{opacity: 0.9; filter: alpha(opacity = 90);}.sgcboxOverlayBg.colorbox4 {background:#fff;}#sgcolorbox.colorbox4{outline:0;}	.colorbox4 #sgcboxTopLeft{width:25px; height:25px; background:url(//www.soldis.com.pl/wp-content/plugins/popup-builder-gold/img/colorbox4/border1.png) no-repeat 0 0;}	.colorbox4 #sgcboxTopCenter{height:25px; background:url(//www.soldis.com.pl/wp-content/plugins/popup-builder-gold/img/colorbox4/border1.png) repeat-x 0 -50px;}	.colorbox4 #sgcboxTopRight{width:25px; height:25px; background:url(//www.soldis.com.pl/wp-content/plugins/popup-builder-gold/img/colorbox4/border1.png) no-repeat -25px 0;}	.colorbox4 #sgcboxBottomLeft{width:25px; height:25px; background:url(//www.soldis.com.pl/wp-content/plugins/popup-builder-gold/img/colorbox4/border1.png) no-repeat 0 -25px;}	.colorbox4 #sgcboxBottomCenter{height:25px; background:url(//www.soldis.com.pl/wp-content/plugins/popup-builder-gold/img/colorbox4/border1.png) repeat-x 0 -75px;}	.colorbox4 #sgcboxBottomRight{width:25px; height:25px; background:url(//www.soldis.com.pl/wp-content/plugins/popup-builder-gold/img/colorbox4/border1.png) no-repeat -25px -25px;}	.colorbox4 #sgcboxMiddleLeft{width:25px; background:url(//www.soldis.com.pl/wp-content/plugins/popup-builder-gold/img/colorbox4/border2.png) repeat-y 0 0;}	.colorbox4 #sgcboxMiddleRight{width:25px; background:url(//www.soldis.com.pl/wp-content/plugins/popup-builder-gold/img/colorbox4/border2.png) repeat-y -25px 0;}	.colorbox4 #sgcboxContent{background:#fff; overflow:hidden;}		.colorbox4 .sgcboxIframe{background:#fff;}		.colorbox4 #sgcboxError{padding:50px; border:1px solid #ccc;}		.colorbox4 #sgcboxLoadedContent{margin-bottom:20px;}		.colorbox4 #sgcboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999;}		.colorbox4 #sgcboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;}		#sgcboxLoadingOverlay.colorbox4{background:#fff url(//www.soldis.com.pl/wp-content/plugins/popup-builder-gold/img/colorbox4/loading.gif) no-repeat 5px 5px;} .colorbox4 #sgcboxPrevious,.colorbox4 #sgcboxNext,.colorbox4 #sgcboxSlideshow,.colorbox4 #sgcboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; } .colorbox4 #sgcboxPrevious:active,.colorbox4 #sgcboxNext:active,.colorbox4 #sgcboxSlideshow:active,.colorbox4 #sgcboxClose:active {outline:0;}		.colorbox4 #sgcboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}		.colorbox4 #sgcboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}		.colorbox4 #sgcboxNext{position:absolute; bottom:0px; left:63px; color:#444;}		.colorbox4 #sgcboxClose{position:absolute; bottom:0; right:0; display:block; color:#444;} .colorbox4 .sgcboxIE #sgcboxTopLeft,.colorbox4 .sgcboxIE #sgcboxTopCenter,.colorbox4 .sgcboxIE #sgcboxTopRight,.colorbox4 .sgcboxIE #sgcboxBottomLeft,.colorbox4 .sgcboxIE #sgcboxBottomCenter,.colorbox4 .sgcboxIE #sgcboxBottomRight,.colorbox4 .sgcboxIE #sgcboxMiddleLeft,.colorbox4 .sgcboxIE #sgcboxMiddleRight {	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);}#sgcolorbox.colorbox5, #sgcboxOverlay.colorbox5,.colorbox5 #sgcboxWrapper{position:absolute; top:0; left:0; z-index:2147483647; overflow:hidden;}.colorbox5 #sgcboxWrapper {max-width:none;}#sgcboxOverlay.colorbox5{position:fixed; width:100%; height:100%;}.colorbox5 #sgcboxMiddleLeft,.colorbox5 #sgcboxBottomLeft{clear:left;}.colorbox5 #sgcboxContent{position:relative;}.colorbox5 #sgcboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}.colorbox5 #sgcboxTitle{margin:0;}#sgcboxLoadingOverlay.colorbox5,.colorbox5 #sgcboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}.colorbox5 #sgcboxPrevious,.colorbox5 #sgcboxNext,.colorbox5 #sgcboxClose,.colorbox5 #sgcboxSlideshow{cursor:pointer;}.colorbox5 .sgcboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}.colorbox5 .sgcboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}#sgcolorbox.colorbox5,.colorbox5 #sgcboxContent,.colorbox5 #sgcboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;} #sgcboxOverlay.colorbox5{opacity: 0.9; filter: alpha(opacity = 90);}.sgcboxOverlayBg.colorbox5 {background:#000;}#sgcolorbox.colorbox5{outline:0;}	.colorbox5 #sgcboxTopLeft{width:14px; height:14px; background:url(//www.soldis.com.pl/wp-content/plugins/popup-builder-gold/img/colorbox5/controls.png) no-repeat 0 0;}	.colorbox5 #sgcboxTopCenter{height:14px; background:url(//www.soldis.com.pl/wp-content/plugins/popup-builder-gold/img/colorbox5/border.png) repeat-x top left;}	.colorbox5 #sgcboxTopRight{width:14px; height:14px; background:url(//www.soldis.com.pl/wp-content/plugins/popup-builder-gold/img/colorbox5/controls.png) no-repeat -36px 0;}	.colorbox5 #sgcboxBottomLeft{width:14px; height:43px; background:url(//www.soldis.com.pl/wp-content/plugins/popup-builder-gold/img/colorbox5/controls.png) no-repeat 0 -32px;}	.colorbox5 #sgcboxBottomCenter{height:43px; background:url(//www.soldis.com.pl/wp-content/plugins/popup-builder-gold/img/colorbox5/border.png) repeat-x bottom left;}	.colorbox5 #sgcboxBottomRight{width:14px; height:43px; background:url(//www.soldis.com.pl/wp-content/plugins/popup-builder-gold/img/colorbox5/controls.png) no-repeat -36px -32px;}	.colorbox5 #sgcboxMiddleLeft{width:14px; background:url(//www.soldis.com.pl/wp-content/plugins/popup-builder-gold/img/colorbox5/controls.png) repeat-y -175px 0;}	.colorbox5 #sgcboxMiddleRight{width:14px; background:url(//www.soldis.com.pl/wp-content/plugins/popup-builder-gold/img/colorbox5/controls.png) repeat-y -211px 0;}	.colorbox5 #sgcboxContent{background:#fff; overflow:visible;}		.colorbox5 .sgcboxIframe{background:#fff;}		.colorbox5 #sgcboxError{padding:50px; border:1px solid #ccc;}		.colorbox5 #sgcboxLoadedContent{margin-bottom:5px;}		#sgcboxLoadingOverlay.colorbox5{background:url(//www.soldis.com.pl/wp-content/plugins/popup-builder-gold/img/colorbox5/loading_background.png) no-repeat center center;}		.colorbox5 #sgcboxLoadingGraphic{background:url(//www.soldis.com.pl/wp-content/plugins/popup-builder-gold/img/colorbox5/loading.gif) no-repeat center center;}		.colorbox5 #sgcboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}		.colorbox5 #sgcboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;} .colorbox5 #sgcboxPrevious,.colorbox5 #sgcboxNext,.colorbox5 #sgcboxSlideshow,.colorbox5 #sgcboxClose {border:0; padding:0; margin:0; overflow:visible;  position:absolute; bottom:-29px; background:url(//www.soldis.com.pl/wp-content/plugins/popup-builder-gold/img/colorbox5/controls.png) no-repeat 0px 0px; width:23px; height:23px; text-indent:-9999px;} .colorbox5 #sgcboxPrevious:active,.colorbox5 #sgcboxNext:active,.colorbox5 #sgcboxSlideshow:active,.colorbox5 #sgcboxClose:active {outline:0;}		.colorbox5 #sgcboxPrevious{left:0px; background-position: -51px -25px;}		.colorbox5 #sgcboxPrevious:hover{background-position:-51px 0px;}		.colorbox5 #sgcboxNext{left:27px; background-position:-75px -25px;}		.colorbox5 #sgcboxNext:hover{background-position:-75px 0px;}		.colorbox5 #sgcboxClose{right:0; background-position:-100px -25px;}		.colorbox5 #sgcboxClose:hover{background-position:-100px 0px;}		.colorbox5 .sgcboxSlideshow_on #sgcboxSlideshow{background-position:-125px 0px; right:27px;}		.colorbox5 .sgcboxSlideshow_on #sgcboxSlideshow:hover{background-position:-150px 0px;}		.colorbox5 .sgcboxSlideshow_off #sgcboxSlideshow{background-position:-150px -25px; right:27px;}		.colorbox5 .sgcboxSlideshow_off #sgcboxSlideshow:hover{background-position:-125px 0px;}.clearfix:after,.clearfix:before{content:'';display:block;clear:both}#editor .editor-writing-flow{max-width:750px;margin:auto}#editor .editor-writing-flow>div>div>div>.editor-block-list__layout>.wp-block{max-width:unset;width:100%}#editor .components-range-control__number{width:65px}.slick-arrow:focus{background:transparent}.components-range-control .components-range-control__slider{margin-left:8px}.components-base-control__label .component-color-indicator{vertical-align:text-bottom}#editor .advgb-accordion-block .advgb-accordion-header p.mce-content-body,#editor .advgb-accordion-block .advgb-accordion-body p.mce-content-body{color:inherit}#editor .advgb-accordion-block{padding:15px 0}#editor .advgb-accordion-body{border-top:none !important}.advgb-accordion-header,.advgb-accordion-header.ui-accordion-header.ui-state-default{padding:5px 40px 5px 10px;border-width:1px;border-style:solid;border-color:#ccc;margin-top:10px;position:relative;background:none;margin-bottom:0}.ui-accordion-header-icon,.advgb-accordion-header.ui-accordion-header.ui-state-default .ui-accordion-header-icon{display:none}.advgb-accordion-header-icon{float:right;margin-right:-30px;line-height:1.8;font-size:1.2em;cursor:pointer}.advgb-accordion-header-icon svg{vertical-align:sub}.advgb-accordion-header h1.advgb-accordion-header-title,.advgb-accordion-header h1,.advgb-accordion-header h2.advgb-accordion-header-title,.advgb-accordion-header h2,.advgb-accordion-header h3.advgb-accordion-header-title,.advgb-accordion-header h3,.advgb-accordion-header h4.advgb-accordion-header-title,.advgb-accordion-header h4,.advgb-accordion-header h5.advgb-accordion-header-title,.advgb-accordion-header h5,.advgb-accordion-header h6.advgb-accordion-header-title,.advgb-accordion-header h6{padding:0;margin:0;clear:none;color:inherit;line-height:1.8;font-size:1.2em;cursor:pointer}.advgb-accordion-header[aria-expanded="true"] .advgb-accordion-header-icon{display:none}.advgb-accordion-body,.advgb-accordion-wrapper .advgb-accordion-body.ui-widget-content{padding:10px 10px 10px 15px;border-width:1px;border-style:solid;border-color:#ccc;margin-bottom:10px;width:100%;background:none;box-sizing:border-box}.advgb-accordion-body{overflow:hidden}.advgb-accordion-controls{margin-top:10px;text-align:center}.advgb-icon-items .advgb-icon-items-header{margin:10px 0}.advgb-icon-items-wrapper{display:flex;flex:auto;flex-wrap:wrap;color:#000}.advgb-icon-items-wrapper .advgb-icon-item{min-width:25%;text-align:center;margin:5px 0}.advgb-icon-items-wrapper .advgb-icon-item>span{display:inline-block;line-height:0.9;border-radius:4px;padding:3px;cursor:pointer}.advgb-icon-items-wrapper .advgb-icon-item .active{background-color:#ddd}.components-panel__body.is-opened>.components-panel__body{margin-left:-6px}#editor .editor-block-list__block[data-type="advgb/button"][data-align=center]{text-align:center}span.wp-block-advgb-button[data-is-placeholder-visible=true]{margin-top:-3px}[data-type="advgb/button"][data-align="center"],.wp-block-advgb-button.aligncenter{text-align:center}#editor [data-type="advgb/button"][data-align="full"],.wp-block-advgb-button.alignfull{text-align:center}#editor [data-type="advgb/button"][data-align="full"] span{width:100%;text-align:center;box-sizing:border-box}.wp-block-advgb-button.alignfull a{width:100%;text-align:center;box-sizing:border-box}.wp-block-advgb-button .wp-block-advgb-button_link{display:inline-block;text-decoration:none !important;background-color:#2196f3;color:#fff;border-color:#fff;border-radius:50px}.wp-block-advgb-button .wp-block-advgb-button_link:hover{background-color:#2196f3;color:#fff}.wp-block-advgb-button.is-style-outlined .wp-block-advgb-button_link{background-color:transparent !important;color:#000;border-radius:50px;border-color:#000;border-style:solid;border-width:1px}.wp-block-advgb-button.is-style-squared .wp-block-advgb-button_link{border-radius:0 !important}.wp-block-advgb-button.is-style-squared-outline .wp-block-advgb-button_link{border-radius:0 !important;background-color:transparent !important;color:#000;border-color:#000;border-style:solid;border-width:1px}div.advgb-image-block{position:relative;display:flex;background-color:#CCCCCC;flex-direction:column;justify-content:center;align-items:center;height:500px;width:500px;background-size:cover;background-position:center;background-repeat:no-repeat;margin:10px auto;padding:15px}.advgb-image-block.full-width{width:100% !important}.advgb-image-block *{transition:all 0.4s ease-in-out !important}.advgb-image-block .button,#editor .advgb-image-block>div{z-index:3}div.advgb-image-block .advgb-browse-image-btn{background-color:#227eb7;border-color:#227eb7;outline:none;color:#fff;box-shadow:none;text-transform:uppercase;margin-bottom:30px}.advgb-image-overlay{opacity:0;background-color:#000;position:absolute;top:0;left:0;right:0;bottom:0;z-index:2}.advgb-image-title,.advgb-image-subtitle{z-index:3;margin:0;padding:0}.advgb-image-title{margin-bottom:30px}.advgb-image-block:hover .advgb-image-overlay{opacity:0.5}.advgb-image-text--linkable{cursor:pointer}#editor .wp-block-advgb-list{margin-left:15px}#editor .advgb-list,.advgb-list,.advgb-list li ul{margin-left:0;list-style-type:none !important}.advgb-list li ul{margin:5px 0;padding:0}.advgb-list li:before{font-family:'dashicons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;vertical-align:middle;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.advgb-list-admin-post li:before{content:"\f109"}.advgb-list-admin-generic li:before{content:"\f111"}.advgb-list-flag li:before{content:"\f227"}.advgb-list-star-filled li:before{content:"\f155"}.advgb-list-yes li:before{content:"\f147"}.advgb-list-yes-alt li:before{content:"\f12a"}.advgb-list-saved li:before{content:"\f15e"}.advgb-list-minus li:before{content:"\f460"}.advgb-list-remove li:before{content:"\f14f"}.advgb-list-plus li:before{content:"\f132"}.advgb-list-insert li:before{content:"\f10f"}.advgb-list-controls-play li:before{content:"\f522"}.advgb-list-arrow-right-alt li:before{content:"\f344"}.advgb-list-arrow-right-alt2 li:before{content:"\f345"}.advgb-list-no li:before{content:"\f158"}.advgb-list-dismiss li:before{content:"\f153"}.advgb-list-warning li:before{content:"\f534"}.advgb-list-editor-help li:before{content:"\f223"}.advgb-list-info li:before{content:"\f348"}.advgb-list-info-outline li:before{content:"\f14c"}.advgb-list-marker li:before{content:"\f159"}.advgb-icon-item>span.remove-icon{width:26px;height:26px;border:1px dashed #333}.editor-styles-wrapper .wp-block[data-align=center]>.wp-block-advgb-table td,.editor-styles-wrapper .wp-block[data-align=center]>.wp-block-advgb-table td{text-align:left}.wp-block-advgb-table{width:100%;border-collapse:separate;border-spacing:0}.wp-block-advgb-table td,.wp-block-advgb-table tr{border-color:#ccc;border-style:solid;border-width:1px;padding:0}.wp-block-advgb-table td.cell-selected{outline:2px solid #2196f3}.advgb-border-item-wrapper{display:flex;flex:auto;flex-wrap:wrap;margin:0 0 1em}.advgb-border-item{min-width:25%;text-align:center;margin:5px 0}.advgb-border-item span{display:inline-block;cursor:pointer}.advgb-border-item svg{vertical-align:middle}table.advgb-table-frontend{border-collapse:separate;border-spacing:0;margin:0 auto 1em;width:100%;max-width:100%}table.advgb-table-frontend.aligncenter{display:table;text-align:left}table.advgb-table-frontend td,table.advgb-table-frontend tr{border:1px solid transparent;padding:.5em}.wp-block-advgb-table thead tr:last-child td{border-bottom:2px solid #000}.wp-block-advgb-table tfoot tr:first-child td{border-top:2px solid #000}.wp-block-advgb-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f3f4f5}.advgb-video-block iframe{display:block;margin:auto}.advgb-video-wrapper.full-width,.advgb-video-wrapper.full-width video,.advgb-video-wrapper.full-width iframe{width:100% !important}.advgb-video-block .advgb-video-wrapper.no-lightbox{background-color:transparent}.advgb-video-wrapper{background-color:#2196f3;position:relative;margin:0 auto;cursor:pointer}.advgb-video-poster{position:absolute;top:0;left:0;bottom:0;right:0;z-index:2;opacity:0.5;background-size:auto;background-repeat:no-repeat;background-position:center}.advgb-button-wrapper{height:450px;background-color:transparent;z-index:3;position:relative;width:100%}.advgb-play-button{display:flex;align-items:center;justify-content:center;flex-direction:column;height:100%}.advgb-play-button svg{fill:currentColor}.advgb-button-wrapper button.button{position:absolute;left:50%;top:25%;transform:translateX(-50%) !important}.advgb-video-input{width:fit-content !important;margin:10px auto;display:flex;align-items:center;flex-wrap:wrap}.advgb-video-input .components-base-control__field{margin:0 5px}.advgb-video-input .components-base-control__field .components-text-control__input{height:31px;line-height:31px;width:100%}#editor .advgb-video-input>*:not(svg){vertical-align:sub}.advgb-video-input .components-base-control{margin-bottom:0;display:inline-block;max-width:300px}.advgb-video-input button.components-button:disabled{opacity:0.8}.advgb-video-link-icon{vertical-align:text-bottom;margin-right:5px;color:#888}.advgb-current-video-desc{font-size:18px;display:flex;justify-content:center;flex-wrap:wrap;align-items:center}.advgb-current-video-desc span.spinner{float:none;margin:0}#colorbox.advgb_lightbox .cboxIframe{margin-bottom:0}.advgb-video-block .advgb-current-video-desc svg{width:100%}.advgb-video-block .advgb-current-video-desc .components-spinner{margin:0}#site-editor .advgb-col-3,#widgets-editor .advgb-col-3,#editor .advgb-col-3{float:left;width:33%;padding:10px;text-align:center}#site-editor .advgb-counter>div,#widgets-editor .advgb-counter>div,#editor .advgb-counter>div{display:inline-block}.advgb-count-up{margin:10px auto}.advgb-count-up>div{flex:auto;margin:0 10px;text-align:center}.advgb-counter{line-height:normal}.advgb-column-1 .advgb-count-up-columns-two,.advgb-column-1 .advgb-count-up-columns-three{display:none}.advgb-column-2 .advgb-count-up-columns-three{display:none}.advgb-columns-1>.advgb-column{flex:none;width:100%}[data-type="advgb/columns"][data-align=full] .advgb-columns{padding-left:46px;padding-right:46px}.advgb-social-links-block{text-align:center}.advgb-social-icons{display:inline-block}.advgb-social-icon{width:30px;height:30px;display:inline-block;margin:5px;padding:3px;cursor:pointer;vertical-align:middle;color:#000;position:relative}.advgb-social-icon.selected{outline:2px solid #000}span.advgb-social-icon.selected:before{content:'';position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;border:2px solid #fff;border-radius:25%}.advgb-social-icon svg,.advgb-social-icon img{vertical-align:top}.advgb-social-icon img{max-width:100%;height:auto}.advgb-social-link{display:flex;flex:auto;justify-content:center;align-items:center;margin-top:15px}.advgb-social-link .components-base-control{margin:0;margin-left:10px;width:350px;text-align:left}.advgb-social-icons .advgb-social-icon:hover{opacity:0.7}#editor .editor-block-list__block[data-align=center] ul.advgb-toc{width:fit-content;margin:auto;text-align:initial}#editor ul.advgb-toc,ul.advgb-toc{list-style:circle;padding:0}#editor ul.advgb-toc li.toc-level-1,ul.advgb-toc li.toc-level-1{margin-left:20px}#editor ul.advgb-toc li.toc-level-2,ul.advgb-toc li.toc-level-2{margin-left:40px}#editor ul.advgb-toc li.toc-level-3,ul.advgb-toc li.toc-level-3{margin-left:60px}#editor ul.advgb-toc li.toc-level-4,ul.advgb-toc li.toc-level-4{margin-left:80px}#editor ul.advgb-toc li.toc-level-5,ul.advgb-toc li.toc-level-5{margin-left:100px}#editor ul.advgb-toc li.toc-level-6,ul.advgb-toc li.toc-level-6{margin-left:120px}.wp-block-advgb-summary{margin-bottom:15px}#editor ul.advgb-toc,ul.advgb-toc:not(.aligncenter):not(.alignleft):not(.alignright){margin-left:0;margin-right:0}.advgb-toc li{min-height:20px}.advgb-toc li a{text-decoration:none;box-shadow:none}.wp-block-advgb-summary.aligncenter{width:fit-content}.advgb-toc-header{cursor:pointer;font-weight:bold;margin-bottom:5px}.advgb-toc-header:after{font-family:'dashicons';content:'\f142';font-size:16px;vertical-align:middle}.advgb-toc-header.collapsed:after{content:'\f140'}.wp-block-advgb-summary.alignleft{margin-right:10px}.wp-block-advgb-summary.alignright{margin-left:10px}.wp-block-advgb-summary.alignright .advgb-toc-header{float:right}.wp-block-advgb-summary.alignright .advgb-toc{clear:both}.wp-block-advgb-summary.aligncenter .advgb-toc-header{width:fit-content;margin:auto}.advgb-tabs-styles{display:flex;flex-wrap:wrap}.advgb-tabs-styles .advgb-tabs-style{padding:10px;margin-right:10px;border:1px solid transparent}.advgb-tabs-styles .advgb-tabs-style.is-toggled{border:1px solid #000;background-color:#eee}.advgb-tab-body-wrapper>.editor-inner-blocks>.editor-block-list__layout>.block-list-appender{display:none !important}.advgb-tab-body-wrapper>.editor-inner-blocks>.editor-block-list__layout>.wp-block>.editor-block-list__insertion-point{display:none !important}ul.advgb-tabs-panel{list-style-type:none !important;border:none;margin:0 !important;padding:0 !important;background:none}ul.advgb-tabs-panel:after{content:'';display:block;clear:both}ul.advgb-tabs-panel li.advgb-tab,ul.advgb-tabs-panel li.advgb-tab.ui-state-default{float:left;margin:0 8px 8px 0;border:1px solid #e0e0e0;border-radius:10px;position:relative;background:none}ul.advgb-tabs-panel li.advgb-tab:first-child{margin-left:0 !important}ul.advgb-tabs-panel li.advgb-tab>a,li.advgb-add-tab>span{padding:10px 15px;display:inline-block}ul.advgb-tabs-panel li.advgb-tab a,ul.advgb-tabs-panel li.advgb-tab a:focus,ul.advgb-tabs-panel li.advgb-tab a:hover{text-decoration:none;box-shadow:none;outline:none;display:block;overflow:hidden;-ms-text-overflow:ellipsis;text-overflow:ellipsis}ul.advgb-tabs-panel li.advgb-tab a p{margin:0}ul.advgb-tabs-panel li.advgb-tab.ui-tabs-active,ul.advgb-tabs-panel li.advgb-tab.advgb-tab-active{background-color:#5954d6 !important;border-color:transparent;color:#fff !important}ul.advgb-tabs-panel li.advgb-tab.ui-tabs-active a,ul.advgb-tabs-panel li.advgb-tab.advgb-tab-active a{color:inherit !important}ul.advgb-tabs-panel li.advgb-tab a:hover,ul.advgb-tabs-panel li.advgb-tab a:focus{background:none !important;text-decoration:none !important}ul.advgb-tabs-panel li.advgb-add-tab{text-align:center;background:#2196f3;color:#fff;max-width:70px;border-color:#2196f3}ul.advgb-tabs-panel li.advgb-tab.advgb-add-tab.ui-state-default{border:1px solid transparent}ul.advgb-tabs-panel li.advgb-tab.advgb-add-tab.ui-state-default:hover{background:#ccc}ul.advgb-tabs-panel li.advgb-add-tab>span{line-height:30px;cursor:pointer;font-size:1em;display:block;height:30px;margin:0 auto;box-sizing:border-box;padding:7px 14px}ul.advgb-tabs-panel li.advgb-add-tab svg{color:#e0e0e0;vertical-align:sub}ul.advgb-tabs-panel li.advgb-add-tab:hover svg{color:#5954d6}ul.advgb-tabs-panel li.advgb-add-tab:hover{color:#2196f3;background:#fff}span.advgb-tab-remove{position:absolute;top:-22px;right:0;height:20px;color:#fff;background-color:#FCB908;border-radius:3px;cursor:pointer;z-index:1}span.advgb-tab-remove svg{display:block}div.advgb-tab-body{padding:10px 10px 10px 15px;border:1px solid #e0e0e0;background:none;display:none}#editor div.advgb-tab-body{padding:0}#editor .advgb-tab-body-wrapper{padding:20px}.advgb-tab-body-wrapper{border:1px solid #ccc;max-width:100%}.advgb-tab-body-wrapper div.advgb-tab-body{border:none}.advgb-tab-body-wrapper .advgb-tab-body-header{cursor:pointer;padding:10px 15px;display:none}.advgb-tabs-wrapper[class*='advgb-tab-vert']{display:flex}.advgb-tabs-wrapper.advgb-tab-horz-desktop{flex-direction:column}.advgb-tabs-wrapper.advgb-tab-vert-desktop ul.advgb-tabs-panel{display:flex;flex-direction:column;flex-grow:1;min-width:25%;max-width:25%}.advgb-tabs-wrapper.advgb-tab-vert-desktop .advgb-tab-body-wrapper{flex-grow:3;max-width:75%}#editor [data-type="advgb/tab"]>.editor-block-list__block-edit>.editor-block-mover,#editor [data-type="advgb/tab"]>.editor-block-list__block-edit>.editor-block-contextual-toolbar{display:none !important}#editor [data-type="advgb/tab"]>.editor-block-list__block-edit::before{box-shadow:none;border:none}.advgb-testimonial-wrapper{position:relative;padding:1px 30px}.advgb-testimonial:not(.slider-view){display:flex;margin:20px auto}#editor .advgb-testimonial{padding:15px 0}.advgb-testimonial .advgb-testimonial-item{flex:auto;padding:0 10px;text-align:center;pointer-events:all;display:flex !important;flex-direction:column}.advgb-testimonial.advgb-avatar-top .advgb-testimonial-item{flex-direction:column}.advgb-testimonial.advgb-avatar-bottom .advgb-testimonial-item{flex-direction:column-reverse}.advgb-testimonial.advgb-avatar-left .advgb-testimonial-item{flex-direction:row}.advgb-testimonial.advgb-avatar-right .advgb-testimonial-item{flex-direction:row-reverse}.advgb-testimonial.advgb-avatar-right .advgb-testimonial-item .advgb-testimonial-avatar-clear{left:-30px}.advgb-testimonial .advgb-testimonial-item .advgb-testimonial-info{flex:1}.advgb-testimonial>div{flex:auto;margin:0 10px;text-align:center}.advgb-testimonial .advgb-testimonial-avatar-group{position:relative;align-self:center}.advgb-testimonial-item:hover .advgb-testimonial-avatar-clear{display:inline-block}.advgb-testimonial .advgb-testimonial-avatar{display:inline-block;height:70px;width:70px;margin-bottom:10px;background-size:cover;background-repeat:no-repeat;background-position:center;border-style:solid;border-width:0;border-color:#fff}#editor .advgb-testimonial .advgb-testimonial-avatar{cursor:pointer}.advgb-testimonial .advgb-testimonial-avatar-clear{position:absolute;top:0;margin-left:5px;display:none;cursor:pointer;z-index:99}.advgb-testimonial .advgb-testimonial-name{padding:5px}.advgb-testimonial p.advgb-testimonial-position{text-transform:uppercase;font-size:0.9rem;margin:5px auto}button.advgb-testimonial-preview{margin-bottom:10px !important}.advgb-testimonial .slick-list{padding-top:25px !important}.advgb-testimonial button.slick-arrow{background-color:transparent}.advgb-testimonial-wrapper button.advgb-slider-arrow{position:absolute;top:50%;transform:translate(0, -50%);background-color:transparent;outline:none;box-shadow:none;border:1px solid #000;color:#000;cursor:pointer;padding:7px 10px;width:20px;height:auto}.advgb-testimonial-wrapper button.advgb-slider-arrow svg{display:block}.advgb-testimonial-wrapper button.advgb-slider-arrow.advgb-slider-prev{left:-10px}.advgb-testimonial-wrapper button.advgb-slider-arrow.advgb-slider-next{right:-10px}hr.wp-block-separator{background-color:transparent}#editor .advgb-recent-posts-block.slider-view.style-headline .advgb-recent-posts .slick-dots{bottom:-57px}.advgb-products-block{padding-bottom:1px}.advgb-woo-categories-list{max-height:400px;overflow:auto}.advgb-products-wrapper{display:flex;flex-wrap:wrap}.advgb-product{flex:0 0 100%;text-align:center}.advgb-products-wrapper.columns-2 .advgb-product{flex:0 0 50%}.advgb-products-wrapper.columns-3 .advgb-product{flex:0 0 33%}.advgb-products-wrapper.columns-4 .advgb-product{flex:0 0 25%}.advgb-product>div{margin-bottom:3px}.advgb-product .advgb-product-img{height:150px;overflow:hidden}.advgb-product .advgb-product-img img{height:100%}.advgb-product-add-to-cart span{background:#eee;border:1px solid #eee;padding:5px;display:inline-block;color:#333;border-radius:4px;cursor:pointer;font-weight:600;font-size:14px}.advgb-products-block.slider-view .advgb-product .advgb-product-img img{display:block;margin:auto}.advgb-woo-products.slider-view .woocommerce ul.products li.first,.advgb-woo-products.slider-view .woocommerce-page ul.products li.first{clear:none !important}.advgb-woo-products.slider-view .woocommerce ul.products li.product,.advgb-woo-products.slider-view .woocommerce-page ul.products li.product{margin:10px;text-align:center}.advgb-woo-products.slider-view .woocommerce ul.products li.product a,.advgb-woo-products.slider-view .woocommerce-page ul.products li.product a{margin:0 auto}.advgb-woo-products.slider-view .woocommerce ul.products li.product a img,.advgb-woo-products.slider-view .woocommerce-page ul.products li.product a img{height:400px;width:auto;display:block;margin:0 auto 1.5em}.advgb-images-slider-block{padding-bottom:1px;position:relative}.advgb-images-slider-block .advgb-slider-image-dragholder{width:50px;height:50px;border:1px dashed #333;margin:auto 10px}.advgb-images-slider .advgb-image-slider-item{position:relative;margin-bottom:10px;width:fit-content}.advgb-images-slider .advgb-image-slider-item-info{position:absolute;top:0;left:0;bottom:0;right:0;display:flex;flex-direction:column;justify-content:center;align-items:center}.advgb-images-slider .advgb-image-slider-item img{display:block;max-width:unset;margin:auto}.advgb-images-slider .advgb-image-slider-item-info .advgb-image-slider-title,.advgb-images-slider .advgb-image-slider-item-info .advgb-image-slider-text{margin:0 5px;color:#fff;position:relative;z-index:3}.advgb-images-slider .advgb-image-slider-overlay{opacity:0;background-color:#333;position:absolute;top:0;left:0;right:0;bottom:0;z-index:2;transition:all ease-in-out 0.5s;-moz-transition:all ease-in-out 0.5s;-webkit-transition:all ease-in-out 0.5s}.advgb-images-slider[dir='rtl'] .slick-slide{float:left}.advgb-images-slider.slick-slider .slick-track,.advgb-images-slider.slick-slider .slick-list{direction:ltr}.advgb-image-slider-item:hover .advgb-image-slider-overlay{opacity:0.5}.advgb-image-slider-controls .advgb-image-slider-control .components-base-control__field{display:flex;flex:1}.advgb-image-slider-controls .advgb-image-slider-control .components-base-control__field .components-base-control__label{flex-basis:70px;align-self:center}.advgb-image-slider-image-list{display:flex;flex-wrap:wrap;margin:25px 0}.advgb-image-slider-image-list .advgb-image-slider-image-list-item img{height:50px;display:block;cursor:pointer}.advgb-image-slider-image-list .advgb-image-slider-image-list-item,.advgb-image-slider-image-list .advgb-image-slider-add-item{margin:10px;position:relative}.advgb-image-slider-image-list .advgb-image-slider-image-list-item .advgb-image-slider-image-list-item-remove{position:absolute;top:-8px;right:-8px;color:#fff;background-color:#ff0000;border-radius:50%;padding:2px}.advgb-image-slider-image-list .advgb-image-slider-image-list-item .advgb-image-slider-image-list-item-remove svg{margin:0;width:15px;height:15px;display:block}.advgb-image-slider-image-list .advgb-image-slider-add-item button{height:50px;border:1px solid #ccc}.advgb-image-slider-image-list .advgb-image-slider-image-list-item>*:not(img){display:none}.advgb-image-slider-image-list .advgb-image-slider-image-list-item:hover>*{display:block}.advgb-move-arrow{position:absolute;bottom:0;cursor:pointer;background-color:#fff;opacity:0.5}.advgb-move-right{right:0}.advgb-move-left{left:0}.advgb-move-arrow svg{width:20px;height:20px;display:block}.advgb-move-arrow:hover{opacity:1}#editor .editor-block-list__block-edit::before{background-repeat:no-repeat;background-size:auto;background-position:top left}#editor .editor-block-list__block-edit::after{z-index:0;content:"";position:absolute;outline:1px solid transparent;transition:outline 0.1s linear;pointer-events:none;right:-14px;left:-14px;top:-14px;bottom:-14px;opacity:0}#editor .advgb-styles-item{cursor:pointer;padding:3px;margin-bottom:3px;min-height:30px;border-bottom:3px solid transparent}#editor .advgb-styles-item.selected{background-color:#a3d6ff}#editor .advgb-styles-item:hover{border-bottom-color:#2196f3}.advgb-block-container>*{z-index:3;position:relative}.advgb-block-container .advgb-block-top-divider,.advgb-block-container .advgb-block-bottom-divider{width:100%;left:0}#editor div[data-block]:after,.advgb-block-container .advgb-block-bottom-divider{bottom:0}.advgb-form-field{float:left;width:100%;margin:0;margin-bottom:3%;padding:0;padding-left:3%;box-sizing:border-box}.advgb-form-field.advgb-form-field-half{width:50%}.advgb-contact-form{clear:both;position:relative;padding-right:3%}.advgb-form-field input.advgb-form-input[type="text"],.advgb-form-field input.advgb-form-input[type="email"],.advgb-form-field textarea.advgb-form-input{width:100%;padding:15px;margin:0;border:1px solid #ccc;border-radius:2px;resize:vertical;font-size:15px;background-color:#fafafa;color:#444;box-sizing:border-box}.advgb-form-submit-wrapper{clear:both;margin-left:3%;text-align:center;position:relative}button.advgb-form-submit{padding:14px;background-color:#444;box-shadow:none;outline:none;border:2px solid #444;color:#fff;cursor:pointer;transition:all ease 0.5s;position:relative;border-radius:0;font-size:15px}button.advgb-form-submit:hover:after{content:'';position:absolute;top:0;bottom:0;left:0;right:0;background-color:#aaa;opacity:0.2;pointer-events:none}.advgb-form-sending{display:inline-block;position:absolute;width:25px;height:25px;margin:12px 3px;background-image:url(//www.soldis.com.pl/wp-content/plugins/advanced-gutenberg/assets/images/loading.gif);background-repeat:no-repeat;background-position:center;background-size:contain}.advgb-form-submit-success{text-align:center;padding:10px;margin:10px 0;margin-left:3%;font-weight:bold;color:#fafafa;background-color:#444;font-size:14px;border-radius:2px;-webkit-box-shadow:1px 1px 12px #ccc;-moz-box-shadow:1px 1px 12px #ccc;box-shadow:1px 1px 12px #ccc}.advgb-newsletter{margin-left:auto;margin-right:auto}.advgb-newsletter .advgb-form-submit-wrapper,.advgb-newsletter .advgb-form-field{margin-left:0;padding-left:0}.advgb-newsletter.style-alt .advgb-form-submit{width:100%}.advgb-newsletter.style-default .advgb-form-field{position:relative;float:none}.advgb-newsletter.style-default .advgb-form-submit-wrapper{position:absolute;top:0;right:0}.advgb-newsletter .advgb-form-submit-success{margin-left:0}form .advgb-grecaptcha{margin:15px auto}form .advgb-grecaptcha>div{margin:auto}.advgb-grecaptcha.position-right>div{margin-right:0}.advgb-grecaptcha.position-left>div{margin-left:3%}.advgb-lores-form-wrapper{width:100%;margin-left:auto !important;margin-right:auto !important;margin-bottom:20px;text-align:center}.advgb-lores-form-wrapper>*{box-sizing:border-box}.advgb-lores-form-wrapper .advgb-lores-form{width:100%;border:1px solid #ccc;position:relative}.advgb-lores-form-wrapper .advgb-lores-form .advgb-header-navigation{background-color:#eee;padding:5px;text-align:center}.advgb-lores-form-wrapper .advgb-lores-form .advgb-header-navigation>.editor-rich-text{display:inline-block}.advgb-lores-form-wrapper .advgb-lores-form .advgb-header-navigation .advgb-register-text{margin-right:5px;display:inline-block}.advgb-lores-form-wrapper .advgb-lores-form .advgb-header-navigation .advgb-register-link{text-decoration:none;box-shadow:none;outline:none}.advgb-lores-form-wrapper .advgb-lores-form .advgb-form-inner{padding:20px 50px;width:100%;box-sizing:border-box}.advgb-lores-form-wrapper .advgb-lores-form .advgb-form-inner .advgb-login-failed-notice{border:1px solid #ccc;padding:5px 10px;margin-bottom:15px;border-left:5px solid #ff0000;background-color:#fff;color:#333;font-size:1em;box-shadow:0 0 5px #ccc}.advgb-lores-form-wrapper .advgb-lores-form .advgb-form-inner .advgb-lores-form-logo-wrapper{text-align:center;margin:auto;margin-bottom:20px}.advgb-lores-form-wrapper .advgb-lores-form .advgb-form-inner .advgb-lores-form-logo-wrapper .advgb-lores-form-logo{max-width:100%;height:auto;display:block;margin:auto}.advgb-lores-form-wrapper .advgb-lores-form .advgb-form-inner .advgb-lores-form-welcome{font-weight:normal;font-size:1.7em;margin:0 0 20px}.advgb-lores-form-wrapper .advgb-lores-form .advgb-form-inner .advgb-lores-field{text-align:left;margin-bottom:20px;border-width:0}.advgb-lores-form-wrapper .advgb-lores-form .advgb-form-inner .advgb-lores-field .advgb-lores-field-input{border-style:solid;border-width:1px;border-color:transparent;border-bottom-color:#ccc;background-color:transparent;padding:5px;outline:none;transition:all 0.5s ease}.advgb-lores-form-wrapper .advgb-lores-form .advgb-form-inner .advgb-lores-field .advgb-lores-field-input.focused{border-bottom-color:inherit !important}.advgb-lores-form-wrapper .advgb-lores-form .advgb-form-inner .advgb-lores-field .advgb-lores-field-input .advgb-lores-input-icon{vertical-align:middle;display:inline-block}.advgb-lores-form-wrapper .advgb-lores-form .advgb-form-inner .advgb-lores-field .advgb-lores-field-input .advgb-lores-input-icon svg{vertical-align:middle}.advgb-lores-form-wrapper .advgb-lores-form .advgb-form-inner .advgb-lores-field .advgb-lores-field-input .advgb-lores-input{vertical-align:middle;display:inline-block;margin:0;padding:0;margin-left:10px;width:calc(100% - 40px);border:none;background-color:transparent;font-size:1em;line-height:1.5}.advgb-lores-form-wrapper .advgb-lores-form .advgb-form-inner .advgb-lores-field .advgb-lores-field-input .advgb-lores-input:focus{outline:none}.advgb-lores-form-wrapper .advgb-lores-form .advgb-form-inner .advgb-lores-field .advgb-lores-field-label{display:block;margin-bottom:5px;font-weight:bold;font-size:1em}.advgb-lores-form-wrapper .advgb-lores-form .advgb-form-inner .advgb-lores-field .advgb-lores-field-label>label{display:block;cursor:pointer}.advgb-lores-form-wrapper .advgb-lores-form .advgb-form-inner .advgb-lores-field.advgb-lores-submit-wrapper{display:flex;align-items:center;justify-content:space-between}.advgb-lores-form-wrapper .advgb-lores-form .advgb-form-inner .advgb-lores-field.advgb-lores-submit-wrapper label{cursor:pointer}.advgb-lores-form-wrapper .advgb-lores-form .advgb-form-inner .advgb-lores-field.advgb-lores-submit-wrapper.advgb-submit-align-right{flex-direction:row}.advgb-lores-form-wrapper .advgb-lores-form .advgb-form-inner .advgb-lores-field.advgb-lores-submit-wrapper.advgb-submit-align-left{flex-direction:row-reverse}.advgb-lores-form-wrapper .advgb-lores-form.advgb-register-form-wrapper .advgb-form-inner .advgb-lores-field.advgb-lores-submit-wrapper.advgb-submit-align-right{justify-content:flex-end}.advgb-lores-form-wrapper .advgb-lores-form.advgb-register-form-wrapper .advgb-form-inner .advgb-lores-field.advgb-lores-submit-wrapper.advgb-submit-align-left{flex-direction:row}.advgb-lores-form-wrapper .advgb-lores-form .advgb-form-inner .advgb-lores-field.advgb-lores-submit-wrapper.advgb-submit-align-center{flex-direction:column}.advgb-lores-form-wrapper .advgb-lores-form .advgb-form-inner .advgb-lores-field.advgb-lores-submit-wrapper.advgb-submit-align-center .advgb-lores-submit{margin-top:20px}.advgb-lores-form-wrapper .advgb-lores-form .advgb-form-inner .advgb-lores-field input.advgb-lores-checkbox{display:none}.advgb-lores-form-wrapper .advgb-lores-form .advgb-form-inner .advgb-lores-field .remember-me-label .remember-me-switch{color:#2196f3}.advgb-lores-form-wrapper .advgb-lores-form .advgb-form-inner .advgb-lores-field .remember-me-label .remember-me-switch span{vertical-align:middle;color:initial;display:inline-block}.advgb-lores-form-wrapper .advgb-lores-form .advgb-form-inner .advgb-lores-field .remember-me-label .remember-me-switch:before{content:"\f147";font-family:dashicons;background-color:#fff;margin:0;margin-right:5px;color:transparent;border:1px solid #ccc;border-radius:50%;font-size:20px;font-weight:bold;cursor:pointer;line-height:0;vertical-align:middle}.advgb-lores-form-wrapper .advgb-lores-form .advgb-form-inner .advgb-lores-field .remember-me-label input.advgb-lores-checkbox:checked+.remember-me-switch:before{color:inherit}.advgb-lores-form-wrapper .advgb-lores-form .advgb-form-inner .advgb-lores-field.advgb-lores-submit-wrapper .advgb-lores-submit .advgb-lores-submit-button{padding:10px 25px;display:inline-block}.advgb-lores-form-wrapper .advgb-lores-form .advgb-form-inner .advgb-lores-field.advgb-lost-password-field{margin-top:20px;margin-bottom:0;padding:30px;text-align:center}.advgb-lores-form-wrapper .advgb-lores-form .advgb-header-navigation .advgb-back-to-login-link{display:inline-block;cursor:pointer;color:#2196f3}.advgb-lores-form-wrapper .advgb-lores-form .advgb-header-navigation.advgb-back-to-login{text-align:left}.advgb-lores-form-wrapper .advgb-lores-form .advgb-header-navigation .advgb-back-to-login-link:before{content:"\f341";font-family:dashicons;float:left;margin-right:5px}.advgb-lores-form-wrapper .advgb-lores-form .advgb-header-navigation .advgb-back-to-login-link>*{display:inline-block}.advgb-lores-form-wrapper .advgb-lores-form .advgb-form-inner .advgb-lores-field.advgb-lores-submit-wrapper .advgb-lores-submit-button{background:none;border:1px solid transparent;box-shadow:none;outline:none;background-color:#2196f3;color:#fff;font-weight:bold;letter-spacing:0.5px}.advgb-lores-form.sending:before{content:'';display:block;position:absolute;top:0;bottom:0;left:0;right:0;z-index:5;background-color:rgba(255,255,255,0.8)}.advgb-lores-form-wrapper .advgb-lores-form .advgb-form-sending{top:49%;left:49%;z-index:9}.advgb-search-bar-wrapper{display:block;width:100%}.advgb-search-bar-wrapper .advgb-search-bar-inner{display:flex;flex-wrap:nowrap;margin:auto}.advgb-search-bar-wrapper .advgb-search-bar-inner>*:first-child{margin-right:10px}.advgb-search-bar-wrapper .advgb-search-bar-inner .advgb-search-bar{width:100%;display:flex;flex-wrap:nowrap;margin-right:10px;padding:3px;border:none;border-bottom:1px solid #ccc}.advgb-search-bar-wrapper.is-style-classic .advgb-search-bar-inner .advgb-search-bar{border:1px solid #ccc}.advgb-search-bar-wrapper .advgb-search-bar-inner .advgb-search-bar .advgb-search-bar-icon{width:30px;text-align:center}.advgb-search-bar-wrapper .advgb-search-bar-inner .advgb-search-bar .advgb-search-bar-icon svg{vertical-align:middle}.advgb-search-bar-wrapper .advgb-search-bar-inner .advgb-search-bar input.advgb-search-bar-input{border:none;outline:none;box-shadow:none;width:100%;padding:0 5px;margin:0;background-color:transparent;color:inherit}.advgb-search-bar-wrapper .advgb-search-bar-inner .advgb-search-button-wrapper .advgb-search-bar-button{vertical-align:middle;padding:5px 15px;background-color:#2196f3;color:#fff;height:100%;cursor:pointer;display:inline-block;border:1px solid transparent}.advgb-columns-select-wrapper{padding:20px}.advgb-columns-select-title{text-align:center;margin-bottom:10px;font-family:BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:20px}.advgb-recent-posts-responsive-items .advgb-recent-posts-responsive-item,.advgb-recent-posts-responsive-items .advgb-columns-responsive-item,.advgb-columns-responsive-items .advgb-recent-posts-responsive-item,.advgb-columns-responsive-items .advgb-columns-responsive-item{flex-grow:1;flex-basis:33.3%;padding:5px;text-align:center;text-transform:capitalize;background-color:#eee;cursor:pointer}.advgb-recent-posts-responsive-items .advgb-recent-posts-responsive-item.is-selected,.advgb-recent-posts-responsive-items .advgb-columns-responsive-item.is-selected,.advgb-columns-responsive-items .advgb-recent-posts-responsive-item.is-selected,.advgb-columns-responsive-items .advgb-columns-responsive-item.is-selected{background-color:#2196f3;color:#fff}.advgb-recent-posts-select-layout,.advgb-recent-posts-responsive-items,.advgb-columns-select-layout,.advgb-columns-responsive-items{display:flex;flex-wrap:wrap;margin-bottom:10px}.advgb-recent-posts-select-layout .advgb-recent-posts-layout,.advgb-recent-posts-select-layout .advgb-columns-layout,.advgb-recent-posts-responsive-items .advgb-recent-posts-layout,.advgb-recent-posts-responsive-items .advgb-columns-layout,.advgb-columns-select-layout .advgb-recent-posts-layout,.advgb-columns-select-layout .advgb-columns-layout,.advgb-columns-responsive-items .advgb-recent-posts-layout,.advgb-columns-responsive-items .advgb-columns-layout{margin:5px;flex-basis:105px;text-align:center;cursor:pointer;line-height:1;opacity:0.3}.advgb-recent-posts-select-layout .advgb-recent-posts-layout:hover,.advgb-recent-posts-select-layout .advgb-recent-posts-layout.is-selected,.advgb-recent-posts-select-layout .advgb-columns-layout:hover,.advgb-recent-posts-select-layout .advgb-columns-layout.is-selected,.advgb-recent-posts-responsive-items .advgb-recent-posts-layout:hover,.advgb-recent-posts-responsive-items .advgb-recent-posts-layout.is-selected,.advgb-recent-posts-responsive-items .advgb-columns-layout:hover,.advgb-recent-posts-responsive-items .advgb-columns-layout.is-selected,.advgb-columns-select-layout .advgb-recent-posts-layout:hover,.advgb-columns-select-layout .advgb-recent-posts-layout.is-selected,.advgb-columns-select-layout .advgb-columns-layout:hover,.advgb-columns-select-layout .advgb-columns-layout.is-selected,.advgb-columns-responsive-items .advgb-recent-posts-layout:hover,.advgb-columns-responsive-items .advgb-recent-posts-layout.is-selected,.advgb-columns-responsive-items .advgb-columns-layout:hover,.advgb-columns-responsive-items .advgb-columns-layout.is-selected{opacity:1}.advgb-recent-posts-select-layout .advgb-recent-posts-layout .advgb-columns-layout-description,.advgb-recent-posts-select-layout .advgb-columns-layout .advgb-columns-layout-description,.advgb-recent-posts-responsive-items .advgb-recent-posts-layout .advgb-columns-layout-description,.advgb-recent-posts-responsive-items .advgb-columns-layout .advgb-columns-layout-description,.advgb-columns-select-layout .advgb-recent-posts-layout .advgb-columns-layout-description,.advgb-columns-select-layout .advgb-columns-layout .advgb-columns-layout-description,.advgb-columns-responsive-items .advgb-recent-posts-layout .advgb-columns-layout-description,.advgb-columns-responsive-items .advgb-columns-layout .advgb-columns-layout-description{margin-bottom:10px;margin-top:10px;font-size:13px}.advgb-recent-posts-select-layout.on-inspector .advgb-recent-posts-layout,.advgb-recent-posts-select-layout.on-inspector .advgb-columns-layout,.advgb-recent-posts-responsive-items.on-inspector .advgb-recent-posts-layout,.advgb-recent-posts-responsive-items.on-inspector .advgb-columns-layout,.advgb-columns-select-layout.on-inspector .advgb-recent-posts-layout,.advgb-columns-select-layout.on-inspector .advgb-columns-layout,.advgb-columns-responsive-items.on-inspector .advgb-recent-posts-layout,.advgb-columns-responsive-items.on-inspector .advgb-columns-layout{flex-basis:calc(33.3% - 10px)}.advgb-controls-title{font-size:13px;margin:5px 0}.advgb-unit-wrapper{float:right;margin:0;padding:0;font-size:13px}.advgb-unit-2{float:none;text-align:right;margin-bottom:-23px}.advgb-unit-wrapper .advgb-unit{display:inline-block;margin:0 2px;opacity:0.7;cursor:pointer}.advgb-unit-wrapper .advgb-unit.selected{font-weight:bold;opacity:1;color:var(--wp-admin-theme-color)}.advgb-unit-wrapper .advgb-unit:hover{text-decoration:underline}body.block-editor-page .advgb-columns-wrapper .advgb-columns .wp-block{max-width:100%}.advgb-columns-wrapper .advgb-columns.columns-valign-middle{align-items:center}.advgb-columns-wrapper .advgb-columns.columns-valign-bottom{align-items:flex-end}.advgb-icon-wrap{display:inline-block}.wp-block-cover,.wp-block-cover-image{overflow:visible}.editor-styles-wrapper [data-block]{margin-top:12px;margin-bottom:12px}.advgb-icon-items-wrapper .advgb-icon-item .active{background-color:#ddd}.advgb-icon-popup{position:fixed;width:100%;height:100%;top:0;left:0;right:0;bottom:0;margin:auto;background-color:rgba(0,0,0,0.5);z-index:160000}.advgb-icon-popup .popup-inner{position:absolute;left:50%;top:50%;margin:auto;background:#fff;transform:translate(-50%, -50%);max-width:650px;width:100%}.advgb-icon-popup .popup-inner .popup-body{padding:20px}.advgb-icon-popup .popup-inner .popup-header{padding:20px 20px 0}.advgb-icon-popup .popup-inner .popup-header h3{margin:0;font-size:24px}.advgb-icon-popup .popup-inner .popup-header .close-btn{position:absolute;top:20px;right:20px;height:24px;background:transparent;border:none;width:auto;padding:0;cursor:pointer}.advgb-icon-popup .popup-inner .popup-footer{padding:0 20px 20px;line-height:initial;text-align:right}.advgb-icon-popup .advgb-icon-items-wrapper{padding-top:10px}.advgb-icon-popup .advgb-icon-items-wrapper .advgb-icon-item{min-width:20%}.advgb-icon-style-select{text-align:center}.advgb-icon-style-select .components-base-control__field label{margin:0 15px}.advgb-icon-style-select .components-base-control__field select{max-width:150px;width:100%}#editor .advgb-icon-items-wrapper{border:1px solid #7e8993;border-radius:4px}.edit-post-visual-editor .advgb-icon-wrapper .button,.edit-post-visual-editor .advgb-infobox-wrapper .button,.edit-post-visual-editor .advgb-video-block .button{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;color:#0071a1;border-color:#0071a1;background:#f3f5f6;font-size:13px;vertical-align:top;border-width:1px;border-style:solid}.edit-post-visual-editor .advgb-icon-wrapper .button:hover,.edit-post-visual-editor .advgb-infobox-wrapper .button:hover,.edit-post-visual-editor .advgb-video-block .button:hover,.edit-post-visual-editor .advgb-icon-wrapper .button:focus,.edit-post-visual-editor .advgb-infobox-wrapper .button:focus,.edit-post-visual-editor .advgb-video-block .button:focus{background:#f1f1f1;border-color:#016087;color:#016087}.edit-post-visual-editor .advgb-icon-wrapper .button.is-primary,.edit-post-visual-editor .advgb-infobox-wrapper .button.is-primary,.edit-post-visual-editor .advgb-video-block .button.is-primary{background:#007cba;border-color:#007cba;color:#fff}.edit-post-visual-editor .advgb-icon-wrapper .button.is-primary:hover,.edit-post-visual-editor .advgb-infobox-wrapper .button.is-primary:hover,.edit-post-visual-editor .advgb-video-block .button.is-primary:hover,.edit-post-visual-editor .advgb-icon-wrapper .button.is-primary:focus,.edit-post-visual-editor .advgb-infobox-wrapper .button.is-primary:focus,.edit-post-visual-editor .advgb-video-block .button.is-primary:focus{background:#0070a7;border-color:#0070a7;color:#fff}.advgb-infobox-icon-container{display:inline-block}.edit-post-visual-editor .advgb-icon-wrapper i,.edit-post-visual-editor .advgb-infobox-wrapper i,.advgb-icon-popup i{font-style:unset}.advgb-icon-popup i{width:24px}.components-base-control.advgb-control-header{font-weight:bold;margin:0 0 10px -5px;background-color:#f5f5f5;padding:6px 10px}.components-base-control.advgb-control-header *{margin:0}.components-range-control.advgb-padding-margin-control .components-base-control__field{display:flex;justify-content:center;flex-wrap:wrap;align-items:center}.components-range-control.advgb-padding-margin-control .components-base-control__label{width:30px;margin:0}@media screen and (min-width: 1088px){.advgb-column.advgb-is-default-desktop{flex:1;width:auto}}@media screen and (min-width: 769px) and (max-width: 1087px){.advgb-column.advgb-is-default-tablet{flex:1;width:auto}.advgb-columns.tbl-layout-1-12-12,.advgb-columns.tbl-layout-12-12-1,.advgb-columns.tbl-layout-12x4,.advgb-columns.tbl-layout-12x6,.advgb-columns.tbl-layout-13x6,.advgb-columns.tbl-layout-stacked{flex-wrap:wrap}.advgb-columns.tbl-layout-stacked .advgb-column{width:100% !important}}@media screen and (max-width: 768px){.advgb-column.advgb-is-default-mobile{flex:1;width:auto}.advgb-columns.mbl-layout-1-12-12,.advgb-columns.mbl-layout-12-12-1,.advgb-columns.mbl-layout-12x4,.advgb-columns.mbl-layout-12x6,.advgb-columns.mbl-layout-13x6,.advgb-columns.mbl-layout-stacked{flex-wrap:wrap}.advgb-columns.mbl-layout-stacked .advgb-column{width:100% !important}}@media screen and (max-width: 599px){.advgb-count-up{flex-direction:column}.advgb-testimonial:not(.slider-view){flex-direction:column}}@media screen and (max-width: 1023px){.advgb-tabs-wrapper.advgb-tab-horz-tablet{flex-direction:column}.advgb-tabs-wrapper.advgb-tab-horz-tablet ul.advgb-tabs-panel,.advgb-tabs-wrapper.advgb-tab-horz-tablet .advgb-tab-body-wrapper{max-width:100%;display:block}.advgb-tabs-wrapper.advgb-tab-vert-tablet{flex-direction:row}.advgb-tabs-wrapper.advgb-tab-vert-tablet ul.advgb-tabs-panel{display:flex;flex-direction:column;flex-grow:1;min-width:25%;max-width:25%}.advgb-tabs-wrapper.advgb-tab-vert-tablet ul.advgb-tabs-panel span.advgb-tab-remove{left:-8px;right:unset}.advgb-tabs-wrapper.advgb-tab-vert-tablet .advgb-tab-body-wrapper{flex-grow:3;max-width:75%}}@media screen and (max-width: 767px){.advgb-tabs-wrapper.advgb-tab-horz-mobile{flex-direction:column}.advgb-tabs-wrapper.advgb-tab-horz-mobile ul.advgb-tabs-panel,.advgb-tabs-wrapper.advgb-tab-horz-mobile .advgb-tab-body-wrapper{max-width:100%;display:block}.advgb-tabs-wrapper.advgb-tab-vert-mobile{flex-direction:row}.advgb-tabs-wrapper.advgb-tab-vert-mobile ul.advgb-tabs-panel{display:flex;flex-direction:column;flex-grow:1;min-width:25%;max-width:25%}.advgb-tabs-wrapper.advgb-tab-vert-mobile ul.advgb-tabs-panel span.advgb-tab-remove{left:-8px;right:unset}.advgb-tabs-wrapper.advgb-tab-vert-mobile .advgb-tab-body-wrapper{flex-grow:3;max-width:75%}.advgb-tabs-wrapper.advgb-tab-stack-mobile .advgb-tabs-panel{display:none !important}.advgb-tabs-wrapper.advgb-tab-stack-mobile .advgb-tab-body-header{display:block}.advgb-tabs-wrapper.advgb-tab-stack-mobile .advgb-tab-body-wrapper{max-width:100%}.advgb-tabs-wrapper.advgb-tab-stack-mobile .advgb-tab-body-wrapper .advgb-tab-body-container{margin-bottom:10px}.advgb-tabs-wrapper.advgb-tab-stack-mobile .advgb-tab-body-wrapper .advgb-tab-body-container:last-child{margin-bottom:0}}