@charset "UTF-8";
@charset "UTF-8";
@charset "UTF-8";
@charset "UTF-8";
@charset "UTF-8";
@charset "UTF-8";

 .animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes bounce {
from, 20%, 53%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
}
@keyframes bounce {
from, 20%, 53%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
@-webkit-keyframes flash {
from, 50%, to {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@keyframes flash {
from, 50%, to {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
} @-webkit-keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.rubberBand {
-webkit-animation-name: rubberBand;
animation-name: rubberBand;
}
@-webkit-keyframes shake {
from, to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
@keyframes shake {
from, to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg);
}
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg);
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg);
}
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg);
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.headShake {
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-name: headShake;
animation-name: headShake;
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
-webkit-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
} @-webkit-keyframes wobble {
from {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes wobble {
from {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: none;
transform: none;
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes jello {
from, 11.1%, to {
-webkit-transform: none;
transform: none;
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
@keyframes jello {
from, 11.1%, to {
-webkit-transform: none;
transform: none;
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
.jello {
-webkit-animation-name: jello;
animation-name: jello;
-webkit-transform-origin: center;
transform-origin: center;
}
@-webkit-keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInDown {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInLeft {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInRight {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInUp {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
@keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
.bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
@-webkit-keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
.flipOutX {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
to {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
to {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
@keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
@keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.hinge {
-webkit-animation-name: hinge;
animation-name: hinge;
} @-webkit-keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
} @-webkit-keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
@keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInDown {
-webkit-animation-name: zoomInDown;
animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInLeft {
-webkit-animation-name: zoomInLeft;
animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInRight {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInUp {
-webkit-animation-name: zoomInUp;
animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
to {
opacity: 0;
}
}
@keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
to {
opacity: 0;
}
}
.zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutDown {
-webkit-animation-name: zoomOutDown;
animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
.zoomOutLeft {
-webkit-animation-name: zoomOutLeft;
animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
@keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
.zoomOutRight {
-webkit-animation-name: zoomOutRight;
animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutUp {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.slideOutDown {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}.lvca-container, .lvca-grid-container {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.lvca-container *, .lvca-container *::after, .lvca-container *::before, .lvca-grid-container *, .lvca-grid-container *::after, .lvca-grid-container *::before {
-webkit-box-sizing: inherit;
box-sizing: inherit; }
.lvca-container ol, .lvca-container ul, .lvca-container ol > li, .lvca-container ul > li, .lvca-container ol:hover, .lvca-container ul:hover, .lvca-container ul > li:hover, .lvca-container ol > li:hover, .lvca-container ol > li > a, .lvca-container ul > li > a, .lvca-container ol > li > a:hover, .lvca-container ul > li > a:hover, .lvca-container img, .lvca-grid-container ol, .lvca-grid-container ul, .lvca-grid-container ol > li, .lvca-grid-container ul > li, .lvca-grid-container ol:hover, .lvca-grid-container ul:hover, .lvca-grid-container ul > li:hover, .lvca-grid-container ol > li:hover, .lvca-grid-container ol > li > a, .lvca-grid-container ul > li > a, .lvca-grid-container ol > li > a:hover, .lvca-grid-container ul > li > a:hover, .lvca-grid-container img {
padding: 0;
margin: 0;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
list-style: none;
background: none; }
.lvca-container ol:before, .lvca-container ol:after, .lvca-container ul:before, .lvca-container ul:after, .lvca-container ol > li:before, .lvca-container ol > li:after, .lvca-container ul > li:before, .lvca-container ul > li:after, .lvca-container ol:hover:before, .lvca-container ol:hover:after, .lvca-container ul:hover:before, .lvca-container ul:hover:after, .lvca-container ul > li:hover:before, .lvca-container ul > li:hover:after, .lvca-container ol > li:hover:before, .lvca-container ol > li:hover:after, .lvca-container ol > li > a:before, .lvca-container ol > li > a:after, .lvca-container ul > li > a:before, .lvca-container ul > li > a:after, .lvca-container ol > li > a:hover:before, .lvca-container ol > li > a:hover:after, .lvca-container ul > li > a:hover:before, .lvca-container ul > li > a:hover:after, .lvca-container img:before, .lvca-container img:after, .lvca-grid-container ol:before, .lvca-grid-container ol:after, .lvca-grid-container ul:before, .lvca-grid-container ul:after, .lvca-grid-container ol > li:before, .lvca-grid-container ol > li:after, .lvca-grid-container ul > li:before, .lvca-grid-container ul > li:after, .lvca-grid-container ol:hover:before, .lvca-grid-container ol:hover:after, .lvca-grid-container ul:hover:before, .lvca-grid-container ul:hover:after, .lvca-grid-container ul > li:hover:before, .lvca-grid-container ul > li:hover:after, .lvca-grid-container ol > li:hover:before, .lvca-grid-container ol > li:hover:after, .lvca-grid-container ol > li > a:before, .lvca-grid-container ol > li > a:after, .lvca-grid-container ul > li > a:before, .lvca-grid-container ul > li > a:after, .lvca-grid-container ol > li > a:hover:before, .lvca-grid-container ol > li > a:hover:after, .lvca-grid-container ul > li > a:hover:before, .lvca-grid-container ul > li > a:hover:after, .lvca-grid-container img:before, .lvca-grid-container img:after {
display: none; }
.lvca-container a, .lvca-grid-container a {
text-decoration: initial; }
.lvca-container img, .lvca-grid-container img {
max-width: 100%;
width: auto;
height: auto; } .lvca-container {
margin-left: auto;
margin-right: auto; }
.lvca-container::after {
clear: both;
content: "";
display: block; }
.panel-grid .widget {
border: 0; }
.lvca-center {
text-align: center; }
.lvca-grid-container {
margin-left: -20px;
margin-right: -20px;
width: calc(100% + 40px); }
.lvca-grid-container::after {
clear: both;
content: "";
display: block; }
.lvca-grid-container .lvca-grid-item {
min-height: 1px; }
@media (max-width: 479px) {
.lvca-grid-container.lvca-grid-mobile-2 .lvca-grid-item:nth-child(2n+1) {
clear: left; }
.lvca-grid-container.lvca-grid-mobile-3 .lvca-grid-item:nth-child(3n+1) {
clear: left; }
.lvca-grid-container.lvca-grid-mobile-4 .lvca-grid-item:nth-child(4n+1) {
clear: left; }
.lvca-grid-container.lvca-grid-mobile-5 .lvca-grid-item:nth-child(5n+1) {
clear: left; }
.lvca-grid-container.lvca-grid-mobile-6 .lvca-grid-item:nth-child(6n+1) {
clear: left; } }
@media (min-width: 480px) and (max-width: 800px) {
.lvca-grid-container.lvca-grid-tablet-2 .lvca-grid-item:nth-child(2n+1) {
clear: left; }
.lvca-grid-container.lvca-grid-tablet-3 .lvca-grid-item:nth-child(3n+1) {
clear: left; }
.lvca-grid-container.lvca-grid-tablet-4 .lvca-grid-item:nth-child(4n+1) {
clear: left; }
.lvca-grid-container.lvca-grid-tablet-5 .lvca-grid-item:nth-child(5n+1) {
clear: left; }
.lvca-grid-container.lvca-grid-tablet-6 .lvca-grid-item:nth-child(6n+1) {
clear: left; } }
@media only screen and (min-width: 801px) {
.lvca-grid-container.lvca-grid-desktop-2 .lvca-grid-item:nth-child(2n+1) {
clear: left; }
.lvca-grid-container.lvca-grid-desktop-3 .lvca-grid-item:nth-child(3n+1) {
clear: left; }
.lvca-grid-container.lvca-grid-desktop-4 .lvca-grid-item:nth-child(4n+1) {
clear: left; }
.lvca-grid-container.lvca-grid-desktop-5 .lvca-grid-item:nth-child(5n+1) {
clear: left; }
.lvca-grid-container.lvca-grid-desktop-6 .lvca-grid-item:nth-child(6n+1) {
clear: left; } }
.lvca-grid-container.lvca-grid-mobile-1 .lvca-grid-item {
width: calc(100% - 40px);
float: left;
margin-left: 20px; }
.lvca-grid-container.lvca-grid-mobile-2 .lvca-grid-item {
width: calc(50% - 30px);
float: left;
margin-left: 20px; }
.lvca-grid-container.lvca-grid-mobile-3 .lvca-grid-item {
width: calc(33.33333% - 26.66667px);
float: left;
margin-left: 20px; }
.lvca-grid-container.lvca-grid-mobile-4 .lvca-grid-item {
width: calc(25% - 25px);
float: left;
margin-left: 20px; }
.lvca-grid-container.lvca-grid-mobile-5 .lvca-grid-item {
width: calc(20% - 24px);
float: left;
margin-left: 20px; }
.lvca-grid-container.lvca-grid-mobile-6 .lvca-grid-item {
width: calc(16.66667% - 23.33333px);
float: left;
margin-left: 20px; }
@media only screen and (min-width: 480px) {
.lvca-grid-container.lvca-grid-tablet-1 .lvca-grid-item {
width: calc(100% - 40px);
float: left;
margin-left: 20px; }
.lvca-grid-container.lvca-grid-tablet-2 .lvca-grid-item {
width: calc(50% - 30px);
float: left;
margin-left: 20px; }
.lvca-grid-container.lvca-grid-tablet-3 .lvca-grid-item {
width: calc(33.33333% - 26.66667px);
float: left;
margin-left: 20px; }
.lvca-grid-container.lvca-grid-tablet-4 .lvca-grid-item {
width: calc(25% - 25px);
float: left;
margin-left: 20px; }
.lvca-grid-container.lvca-grid-tablet-5 .lvca-grid-item {
width: calc(20% - 24px);
float: left;
margin-left: 20px; }
.lvca-grid-container.lvca-grid-tablet-6 .lvca-grid-item {
width: calc(16.66667% - 23.33333px);
float: left;
margin-left: 20px; } }
@media only screen and (min-width: 801px) {
.lvca-grid-container.lvca-grid-desktop-1 .lvca-grid-item {
width: calc(100% - 40px);
float: left;
margin-left: 20px; }
.lvca-grid-container.lvca-grid-desktop-2 .lvca-grid-item {
width: calc(50% - 30px);
float: left;
margin-left: 20px; }
.lvca-grid-container.lvca-grid-desktop-3 .lvca-grid-item {
width: calc(33.33333% - 26.66667px);
float: left;
margin-left: 20px; }
.lvca-grid-container.lvca-grid-desktop-4 .lvca-grid-item {
width: calc(25% - 25px);
float: left;
margin-left: 20px; }
.lvca-grid-container.lvca-grid-desktop-5 .lvca-grid-item {
width: calc(20% - 24px);
float: left;
margin-left: 20px; }
.lvca-grid-container.lvca-grid-desktop-6 .lvca-grid-item {
width: calc(16.66667% - 23.33333px);
float: left;
margin-left: 20px; } } .lvca-gapless-grid .lvca-grid-container {
margin-left: 0;
margin-right: 0;
width: auto; }
.lvca-gapless-grid .lvca-grid-container.lvca-grid-mobile-1 .lvca-grid-item {
width: calc(100%);
float: left;
margin-left: 0px; }
.lvca-gapless-grid .lvca-grid-container.lvca-grid-mobile-2 .lvca-grid-item {
width: calc(50%);
float: left;
margin-left: 0px; }
.lvca-gapless-grid .lvca-grid-container.lvca-grid-mobile-3 .lvca-grid-item {
width: calc(33.33333%);
float: left;
margin-left: 0px; }
.lvca-gapless-grid .lvca-grid-container.lvca-grid-mobile-4 .lvca-grid-item {
width: calc(25%);
float: left;
margin-left: 0px; }
.lvca-gapless-grid .lvca-grid-container.lvca-grid-mobile-5 .lvca-grid-item {
width: calc(20%);
float: left;
margin-left: 0px; }
.lvca-gapless-grid .lvca-grid-container.lvca-grid-mobile-6 .lvca-grid-item {
width: calc(16.66667%);
float: left;
margin-left: 0px; }
@media only screen and (min-width: 480px) {
.lvca-gapless-grid .lvca-grid-container.lvca-grid-tablet-1 .lvca-grid-item {
width: calc(100%);
float: left;
margin-left: 0px; }
.lvca-gapless-grid .lvca-grid-container.lvca-grid-tablet-2 .lvca-grid-item {
width: calc(50%);
float: left;
margin-left: 0px; }
.lvca-gapless-grid .lvca-grid-container.lvca-grid-tablet-3 .lvca-grid-item {
width: calc(33.33333%);
float: left;
margin-left: 0px; }
.lvca-gapless-grid .lvca-grid-container.lvca-grid-tablet-4 .lvca-grid-item {
width: calc(25%);
float: left;
margin-left: 0px; }
.lvca-gapless-grid .lvca-grid-container.lvca-grid-tablet-5 .lvca-grid-item {
width: calc(20%);
float: left;
margin-left: 0px; }
.lvca-gapless-grid .lvca-grid-container.lvca-grid-tablet-6 .lvca-grid-item {
width: calc(16.66667%);
float: left;
margin-left: 0px; } }
@media only screen and (min-width: 801px) {
.lvca-gapless-grid .lvca-grid-container.lvca-grid-desktop-1 .lvca-grid-item {
width: calc(100%);
float: left;
margin-left: 0px; }
.lvca-gapless-grid .lvca-grid-container.lvca-grid-desktop-2 .lvca-grid-item {
width: calc(50%);
float: left;
margin-left: 0px; }
.lvca-gapless-grid .lvca-grid-container.lvca-grid-desktop-3 .lvca-grid-item {
width: calc(33.33333%);
float: left;
margin-left: 0px; }
.lvca-gapless-grid .lvca-grid-container.lvca-grid-desktop-4 .lvca-grid-item {
width: calc(25%);
float: left;
margin-left: 0px; }
.lvca-gapless-grid .lvca-grid-container.lvca-grid-desktop-5 .lvca-grid-item {
width: calc(20%);
float: left;
margin-left: 0px; }
.lvca-gapless-grid .lvca-grid-container.lvca-grid-desktop-6 .lvca-grid-item {
width: calc(16.66667%);
float: left;
margin-left: 0px; } } .lvca-gapless-grid .lvca-masonry { }
.lvca-gapless-grid .lvca-masonry .lvca-grid-item {
clear: none !important; }
.lvca-gapless-grid .lvca-masonry .lvca-grid-sizer {
width: calc(8.33333%);
float: left;
margin-left: 0px; }
.lvca-gapless-grid .lvca-masonry.lvca-grid-mobile-1 .lvca-grid-item.lvca-wide {
width: calc(100%);
float: left;
margin-left: 0px; }
.lvca-gapless-grid .lvca-masonry.lvca-grid-mobile-2 .lvca-grid-item.lvca-wide {
width: calc(50%);
float: left;
margin-left: 0px; }
.lvca-gapless-grid .lvca-masonry.lvca-grid-mobile-3 .lvca-grid-item.lvca-wide {
width: calc(66.66667%);
float: left;
margin-left: 0px; }
.lvca-gapless-grid .lvca-masonry.lvca-grid-mobile-4 .lvca-grid-item.lvca-wide {
width: calc(50%);
float: left;
margin-left: 0px; }
.lvca-gapless-grid .lvca-masonry.lvca-grid-mobile-5 .lvca-grid-item.lvca-wide {
width: calc(40%);
float: left;
margin-left: 0px; }
.lvca-gapless-grid .lvca-masonry.lvca-grid-mobile-6 .lvca-grid-item.lvca-wide {
width: calc(33.33333%);
float: left;
margin-left: 0px; }
@media only screen and (min-width: 480px) {
.lvca-gapless-grid .lvca-masonry.lvca-grid-tablet-1 .lvca-grid-item.lvca-wide {
width: calc(100%);
float: left;
margin-left: 0px; }
.lvca-gapless-grid .lvca-masonry.lvca-grid-tablet-2 .lvca-grid-item.lvca-wide {
width: calc(50%);
float: left;
margin-left: 0px; }
.lvca-gapless-grid .lvca-masonry.lvca-grid-tablet-3 .lvca-grid-item.lvca-wide {
width: calc(66.66667%);
float: left;
margin-left: 0px; }
.lvca-gapless-grid .lvca-masonry.lvca-grid-tablet-4 .lvca-grid-item.lvca-wide {
width: calc(50%);
float: left;
margin-left: 0px; }
.lvca-gapless-grid .lvca-masonry.lvca-grid-tablet-5 .lvca-grid-item.lvca-wide {
width: calc(40%);
float: left;
margin-left: 0px; }
.lvca-gapless-grid .lvca-masonry.lvca-grid-tablet-6 .lvca-grid-item.lvca-wide {
width: calc(33.33333%);
float: left;
margin-left: 0px; } }
@media only screen and (min-width: 801px) {
.lvca-gapless-grid .lvca-masonry.lvca-grid-desktop-1 .lvca-grid-item.lvca-wide {
width: calc(100%);
float: left;
margin-left: 0px; }
.lvca-gapless-grid .lvca-masonry.lvca-grid-desktop-2 .lvca-grid-item.lvca-wide {
width: calc(50%);
float: left;
margin-left: 0px; }
.lvca-gapless-grid .lvca-masonry.lvca-grid-desktop-3 .lvca-grid-item.lvca-wide {
width: calc(66.66667%);
float: left;
margin-left: 0px; }
.lvca-gapless-grid .lvca-masonry.lvca-grid-desktop-4 .lvca-grid-item.lvca-wide {
width: calc(50%);
float: left;
margin-left: 0px; }
.lvca-gapless-grid .lvca-masonry.lvca-grid-desktop-5 .lvca-grid-item.lvca-wide {
width: calc(40%);
float: left;
margin-left: 0px; }
.lvca-gapless-grid .lvca-masonry.lvca-grid-desktop-6 .lvca-grid-item.lvca-wide {
width: calc(33.33333%);
float: left;
margin-left: 0px; } } .lvca-container .lvca-thumbnailslider.lvca-flexslider {
margin-top: 15px; }
.lvca-container .lvca-thumbnailslider.lvca-flexslider .lvca-slide {
margin: 0 5px 0 0; }
.lvca-container .lvca-thumbnailslider.lvca-flexslider .lvca-slide img {
display: block;
opacity: .5;
cursor: pointer; }
.lvca-container .lvca-thumbnailslider.lvca-flexslider .lvca-slide img:hover {
opacity: 1; }
.lvca-container .lvca-thumbnailslider.lvca-flexslider .lvca-slide.lvca-flex-active-slide img {
opacity: 1;
cursor: default; }
.lvca-container .lvca-flex-direction-nav {
padding: 0 !important;
margin: 0 !important; }
.lvca-container .lvca-flex-direction-nav li {
position: initial; }
.lvca-container .lvca-flex-direction-nav a, .lvca-container .lvca-flex-direction-nav a:hover {
opacity: 1;
text-shadow: none;
background: none;
color: #888;
font-family: 'lvca-icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 24px;
width: 28px;
height: 28px;
margin: -14px 0 0;
bottom: initial;
left: initial;
right: initial;
top: 50%;
text-indent: 0;
text-align: center;
color: #aaa;
-webkit-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
outline: none; }
.lvca-container .lvca-flex-direction-nav a:before, .lvca-container .lvca-flex-direction-nav a:hover:before, .lvca-container .lvca-flex-direction-nav a:hover:before, .lvca-container .lvca-flex-direction-nav a:hover:hover:before {
margin: 2px;
vertical-align: middle;
display: inline;
font-family: inherit !important;
opacity: 1; }
.lvca-container .lvca-flex-direction-nav a:hover, .lvca-container .lvca-flex-direction-nav a:hover:hover {
color: #888; }
.lvca-dark-bg .lvca-container .lvca-flex-direction-nav a, .lvca-dark-bg .lvca-container .lvca-flex-direction-nav a:hover {
color: #888; }
.lvca-dark-bg .lvca-container .lvca-flex-direction-nav a:hover, .lvca-dark-bg .lvca-container .lvca-flex-direction-nav a:hover:hover {
color: #aaa; }
@media only screen and (max-width: 960px) {
.lvca-container .lvca-flex-direction-nav a, .lvca-container .lvca-flex-direction-nav a:hover {
display: none; } }
.lvca-container .lvca-flex-direction-nav a.lvca-flex-prev {
left: -30px; }
.lvca-container .lvca-flex-direction-nav a.lvca-flex-prev:before {
content: "\e900"; }
.lvca-container .lvca-flex-direction-nav a.lvca-flex-next {
right: -30px; }
.lvca-container .lvca-flex-direction-nav a.lvca-flex-next:before {
content: "\e901"; }
.lvca-container .lvca-flex-control-nav {
width: 100%;
position: absolute;
bottom: -40px;
text-align: center;
padding: 0 !important;
margin: 0 !important; }
.lvca-container .lvca-flex-control-nav li, .lvca-container .lvca-flex-control-nav li:hover {
margin: 0 8px 0 0;
padding: 0;
border: none;
-webkit-box-shadow: none;
box-shadow: none; }
.lvca-container .lvca-flex-control-nav li a, .lvca-container .lvca-flex-control-nav li a:hover {
background: #aaa;
border: 1px solid #aaa;
border-radius: 50%;
width: 12px;
height: 12px;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: all 0.2s ease-in 0s;
transition: all 0.2s ease-in 0s;
display: inline-block;
vertical-align: middle;
outline: none; }
.lvca-dark-bg .lvca-container .lvca-flex-control-nav li a, .lvca-dark-bg .lvca-container .lvca-flex-control-nav li a:hover {
background: #ccc;
border-color: #ccc; }
.lvca-container .lvca-flex-control-nav li a.lvca-flex-active, .lvca-container .lvca-flex-control-nav li a:hover.lvca-flex-active, .lvca-container .lvca-flex-control-nav li a:hover {
background: none; }
.lvca-container .lvca-flex-control-nav li a.lvca-flex-active, .lvca-container .lvca-flex-control-nav li a:hover.lvca-flex-active {
width: 14px;
height: 14px; }
.lvca-container .lvca-flex-control-thumbs {
bottom: -120px; }
@media only screen and (max-width: 600px) {
.lvca-container .lvca-flex-control-thumbs {
bottom: -80px; } }
.lvca-container .lvca-flex-control-thumbs li {
width: auto;
float: none; }
.lvca-container .lvca-flex-control-thumbs li img {
max-width: 100%;
width: 150px; }
@media only screen and (max-width: 600px) {
.lvca-container .lvca-flex-control-thumbs li img {
width: 100px; } } .slick-loading .slick-list {
background: #fff url(https://www.pavelprodukce.cz/wp-content/plugins/addons-for-visual-composer/assets/css/ajax-loader.gif) center center no-repeat; }
.lvca-container button.slick-prev, .lvca-container button.slick-next {
position: absolute;
bottom: initial;
left: initial;
right: initial;
top: 50%;
width: 28px;
height: 28px;
margin: -14px 0 0; }
.lvca-container button.slick-prev, .lvca-container button.slick-prev:before, .lvca-container button.slick-prev:after, .lvca-container button.slick-next, .lvca-container button.slick-next:before, .lvca-container button.slick-next:after {
text-shadow: none;
background: none !important;
border: none;
padding: 0;
opacity: 1;
font-family: 'lvca-icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 24px;
color: #aaa !important;
overflow: hidden;
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
text-indent: 0;
text-align: center;
-webkit-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s; }
.lvca-container button.slick-prev:before, .lvca-container button.slick-next:before {
margin: 2px;
vertical-align: middle; }
.lvca-container button.slick-prev:hover:before, .lvca-container button.slick-prev:hover:after, .lvca-container button.slick-next:hover:before, .lvca-container button.slick-next:hover:after {
color: #888 !important; }
.lvca-dark-bg .lvca-container button.slick-prev:before, .lvca-dark-bg .lvca-container button.slick-prev:after, .lvca-dark-bg .lvca-container button.slick-next:before, .lvca-dark-bg .lvca-container button.slick-next:after {
color: #888 !important; }
.lvca-dark-bg .lvca-container button.slick-prev:hover:before, .lvca-dark-bg .lvca-container button.slick-prev:hover:after, .lvca-dark-bg .lvca-container button.slick-next:hover:before, .lvca-dark-bg .lvca-container button.slick-next:hover:after {
color: #aaa !important;
background: none !important; }
@media only screen and (max-width: 1024px) {
.lvca-container button.slick-prev, .lvca-container button.slick-next {
display: none !important; } }
.lvca-container button.slick-prev {
left: -40px; }
.lvca-container button.slick-prev:before {
content: "\e900"; }
.lvca-container button.slick-next {
right: -40px; }
.lvca-container button.slick-next:before {
content: "\e901"; }
.lvca-container ul.slick-dots {
width: 100%;
position: absolute;
bottom: -30px;
text-align: center;
padding: 0 !important;
margin: 0 !important; }
.lvca-container ul.slick-dots li {
margin: 0 8px 0 0 !important;
padding: 0 !important;
display: inline-block;
font-size: 0; }
.lvca-container ul.slick-dots li button {
padding: 0;
background: #aaa;
border: 1px solid #aaa;
border-radius: 50%;
width: 12px;
height: 12px;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: background 0.3s ease-in-out 0s;
transition: background 0.3s ease-in-out 0s;
font-size: 0;
outline: none; }
.lvca-dark-bg .lvca-container ul.slick-dots li button {
background: #888 !important;
border-color: #888 !important; }
.lvca-container ul.slick-dots li button:hover, .lvca-container ul.slick-dots li.slick-active button {
background: none !important;
border-color: #aaa !important; }
.lvca-container ul.slick-dots li.slick-active button {
width: 14px;
height: 14px; } .lvca-widget-heading {
font-size: 18px;
line-height: 26px;
letter-spacing: 1px;
font-weight: bold;
color: #333;
text-transform: uppercase;
clear: none;
margin-top: 0;
margin-bottom: 10px;
font-size: 40px;
line-height: 52px;
text-align: center; }
@media only screen and (max-width: 767px) {
.lvca-widget-heading {
font-size: 32px;
line-height: 44px; } } .lvca-spacer {
clear: both; } input.lvca-button, button.lvca-button, a.lvca-button, .lvca-button:active, .lvca-button:visited {
display: inline-block;
text-align: center;
line-height: 1;
cursor: pointer;
-webkit-appearance: none;
vertical-align: middle;
border: 1px solid transparent;
border-radius: 3px;
padding: 16px 40px;
margin: 0;
font-size: 12px;
font-weight: normal;
text-transform: uppercase;
letter-spacing: 2px;
background-color: #f94213;
color: #fefefe;
outline: none;
-webkit-transition: all 0.4s ease-in-out 0s;
transition: all 0.4s ease-in-out 0s; }
input.lvca-button.lvca-rounded, button.lvca-button.lvca-rounded, a.lvca-button.lvca-rounded, .lvca-button:active.lvca-rounded, .lvca-button:visited.lvca-rounded {
border-radius: 999px; }
input.lvca-button.lvca-large, button.lvca-button.lvca-large, a.lvca-button.lvca-large, .lvca-button:active.lvca-large, .lvca-button:visited.lvca-large {
padding: 20px 60px; }
input.lvca-button.lvca-small, button.lvca-button.lvca-small, a.lvca-button.lvca-small, .lvca-button:active.lvca-small, .lvca-button:visited.lvca-small {
padding: 12px 25px;
font-size: 11px; }
input.lvca-button:hover, button.lvca-button:hover, a.lvca-button:hover, .lvca-button:active:hover, .lvca-button:visited:hover {
background-color: #f9633e;
color: #fefefe; }
input.lvca-button img, input.lvca-button span.lvca-icon, button.lvca-button img, button.lvca-button span.lvca-icon, a.lvca-button img, a.lvca-button span.lvca-icon, .lvca-button:active img, .lvca-button:active span.lvca-icon, .lvca-button:visited img, .lvca-button:visited span.lvca-icon {
margin-right: 10px; }
.lvca-button.lvca-black {
background-color: #363636; }
.lvca-button.lvca-black:hover {
background-color: #434343; }
.lvca-button.lvca-blue {
background-color: #46a5d5; }
.lvca-button.lvca-blue:hover {
background-color: #5bafda; }
.lvca-button.lvca-cyan {
background-color: #57c0dc; }
.lvca-button.lvca-cyan:hover {
background-color: #6cc8e0; }
.lvca-button.lvca-green {
background-color: #00a57d; }
.lvca-button.lvca-green:hover {
background-color: #00bf90; }
.lvca-button.lvca-orange {
background-color: #e87151; }
.lvca-button.lvca-orange:hover {
background-color: #eb8368; }
.lvca-button.lvca-pink {
background-color: #dd5679; }
.lvca-button.lvca-pink:hover {
background-color: #e16b8a; }
.lvca-button.lvca-red {
background-color: #da4f49; }
.lvca-button.lvca-red:hover {
background-color: #de635e; }
.lvca-button.lvca-teal {
background-color: #28c2ba; }
.lvca-button.lvca-teal:hover {
background-color: #2fd4cc; }
.lvca-button.lvca-trans {
color: #333;
background-color: transparent; background-color: rgba(0, 0, 0, 0);
border: 2px solid #a5a5a5; }
.lvca-button.lvca-trans:hover {
background-color: #fff;
color: #333 !important;
border-color: #fff; }
.lvca-button.lvca-semitrans {
color: #fff;
background-color: transparent; background-color: rgba(125, 125, 125, 0.5); }
.lvca-button.lvca-semitrans:hover {
background-color: #fff;
color: #333 !important; }@font-face {
font-family: 'lvca-icomoon';
src:    url(//www.pavelprodukce.cz/wp-content/plugins/addons-for-visual-composer/assets/css/fonts/icomoon/icomoon.eot?bh4obs);
src:    url(//www.pavelprodukce.cz/wp-content/plugins/addons-for-visual-composer/assets/css/fonts/icomoon/icomoon.eot?bh4obs#iefix) format('embedded-opentype'),
url(//www.pavelprodukce.cz/wp-content/plugins/addons-for-visual-composer/assets/css/fonts/icomoon/icomoon.ttf?bh4obs) format('truetype'),
url(//www.pavelprodukce.cz/wp-content/plugins/addons-for-visual-composer/assets/css/fonts/icomoon/icomoon.woff?bh4obs) format('woff'),
url(//www.pavelprodukce.cz/wp-content/plugins/addons-for-visual-composer/assets/css/fonts/icomoon/icomoon.svg?bh4obs#icomoon) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="lvca-icon-"], [class*=" lvca-icon-"] { font-family: 'lvca-icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.lvca-icon-fit-to:before {
content: "\e916";
}
.lvca-icon-full-screen:before {
content: "\e917";
}
.lvca-icon-arrow-left2:before {
content: "\e918";
}
.lvca-icon-arrow-left3:before {
content: "\e919";
}
.lvca-icon-arrow-right2:before {
content: "\e91a";
}
.lvca-icon-arrow-right3:before {
content: "\e91b";
}
.lvca-icon-start:before {
content: "\e91c";
}
.lvca-icon-close:before {
content: "\e911";
}
.lvca-icon-menu:before {
content: "\e914";
}
.lvca-icon-menu-2:before {
content: "\e915";
}
.lvca-icon-email:before {
content: "\e910";
}
.lvca-icon-plus:before {
content: "\e912";
}
.lvca-icon-arrow-right-toggle:before {
content: "\e913";
}
.lvca-icon-arrow-left:before {
content: "\e900";
}
.lvca-icon-arrow-right:before {
content: "\e901";
}
.lvca-icon-aim:before {
content: "\e902";
}
.lvca-icon-behance:before {
content: "\e903";
}
.lvca-icon-dribbble:before {
content: "\e904";
}
.lvca-icon-facebook:before {
content: "\e905";
}
.lvca-icon-flickr:before {
content: "\e906";
}
.lvca-icon-googleplus:before {
content: "\e907";
}
.lvca-icon-linkedin:before {
content: "\e908";
}
.lvca-icon-pinterest:before {
content: "\e909";
}
.lvca-icon-skype:before {
content: "\e90a";
}
.lvca-icon-twitter:before {
content: "\e90b";
}
.lvca-icon-vimeo:before {
content: "\e90c";
}
.lvca-icon-zerply:before {
content: "\e90d";
}
.lvca-icon-quote:before {
content: "\e90e";
}
.lvca-icon-video-play:before {
content: "\e90f";
}
.lvca-icon-instagram:before {
content: "\ea92";
}.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}.wpa-test-msg{background: #d1ecf1 !important; border: 1px solid #bee5eb !important; border-radius: 5px !important;color: #0c5460 !important; font-size: 14px !important; padding:.75rem 1.25rem !important; font-family: Arial !important; margin-top:5px !important;}
span.wpa-button{ display: inline-block !important; padding-top: 5px !important; color: #fff !important;background-color: #6c757d !important;border-color: #6c757d !important; padding: 5px 10px !important; border-radius: 5px !important; margin-top:5px !important;  cursor: pointer !important; }
#altEmail_container, .altEmail_container{position:absolute !important; overflow: hidden !important; display: inline !important; height:1px !important; width: 1px !important;z-index:-1000 !important;}.pswp{--pswp-bg:#000;--pswp-placeholder-bg:#222;--pswp-root-z-index:100000;--pswp-preloader-color:rgba(79, 79, 79, 0.4);--pswp-preloader-color-secondary:rgba(255, 255, 255, 0.9);--pswp-icon-color:#fff;--pswp-icon-color-secondary:#4f4f4f;--pswp-icon-stroke-color:#4f4f4f;--pswp-icon-stroke-width:2px;--pswp-error-text-color:var(--pswp-icon-color)}.pswp{position:fixed;top:0;left:0;width:100%;height:100%;z-index:var(--pswp-root-z-index);display:none;touch-action:none;outline:0;opacity:.003;contain:layout style size;-webkit-tap-highlight-color:rgba(0,0,0,0)}.pswp:focus{outline:0}.pswp *{box-sizing:border-box}.pswp img{max-width:none}.pswp--open{display:block}.pswp,.pswp__bg{transform:translateZ(0);will-change:opacity}.pswp__bg{opacity:.005;background:var(--pswp-bg)}.pswp,.pswp__scroll-wrap{overflow:hidden}.pswp__scroll-wrap,.pswp__bg,.pswp__container,.pswp__item,.pswp__content,.pswp__img,.pswp__zoom-wrap{position:absolute;top:0;left:0;width:100%;height:100%}.pswp__img,.pswp__zoom-wrap{width:auto;height:auto}.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img{cursor:move;cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,.pswp__img{cursor:-webkit-zoom-out;cursor:-moz-zoom-out;cursor:zoom-out}.pswp__container,.pswp__img,.pswp__button,.pswp__counter{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__item{z-index:1;overflow:hidden}.pswp__hidden{display:none!important}.pswp__content{pointer-events:none}.pswp__content>*{pointer-events:auto}.pswp__error-msg-container{display:grid}.pswp__error-msg{margin:auto;font-size:1em;line-height:1;color:var(--pswp-error-text-color)}.pswp .pswp__hide-on-close{opacity:.005;will-change:opacity;transition:opacity var(--pswp-transition-duration) cubic-bezier(.4,0,.22,1);z-index:10}.pswp--ui-visible .pswp__hide-on-close{opacity:1}.pswp__button{position:relative;display:block;width:50px;height:60px;padding:0;margin:0;overflow:hidden;cursor:pointer;background:none;border:0;box-shadow:none;opacity:.85;-webkit-appearance:none;-webkit-touch-callout:none}.pswp--ui-visible .pswp__button:hover,.pswp--ui-visible .pswp__button:active,.pswp--ui-visible .pswp__button:focus{transition:none;padding:0;background:none;border:0;box-shadow:none;opacity:1}.pswp__button:disabled{opacity:.3;cursor:auto}.pswp__icn{fill:var(--pswp-icon-color);color:var(--pswp-icon-color-secondary)}.pswp__icn{position:absolute;top:14px;left:9px;width:32px;height:32px;overflow:hidden;pointer-events:none}.pswp__icn-shadow{stroke:var(--pswp-icon-stroke-color);stroke-width:var(--pswp-icon-stroke-width);fill:none}.pswp__icn:focus{outline:0}div.pswp__img--placeholder,.pswp__img--with-bg{background:var(--pswp-placeholder-bg)}.pswp__top-bar{position:absolute;left:0;top:0;width:100%;height:60px;display:flex;flex-direction:row;justify-content:flex-end;z-index:10;pointer-events:none!important}.pswp__top-bar>*{pointer-events:auto;will-change:opacity}.pswp__button--close{margin-right:6px}.pswp__button--arrow{position:absolute;top:0;width:75px;height:100px;top:50%;margin-top:-50px}.pswp__button--arrow:disabled{display:none;cursor:default}.pswp__button--arrow .pswp__icn{top:50%;margin-top:-30px;width:60px;height:60px;background:none;border-radius:0}.pswp--one-slide .pswp__button--arrow{display:none}.pswp--touch .pswp__button--arrow{visibility:hidden}.pswp--has_mouse .pswp__button--arrow{visibility:visible}.pswp__button--arrow--prev{right:auto;left:0}.pswp__button--arrow--next{right:0}.pswp__button--arrow--next .pswp__icn{left:auto;right:14px;transform:scale(-1,1)}.pswp__button--zoom{display:none}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__zoom-icn-bar-v{display:none}.pswp__preloader{position:relative;overflow:hidden;width:50px;height:60px;margin-right:auto}.pswp__preloader .pswp__icn{opacity:0;transition:opacity 0.2s linear;animation:pswp-clockwise 600ms linear infinite}.pswp__preloader--active .pswp__icn{opacity:.85}@keyframes pswp-clockwise{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.pswp__counter{height:30px;margin:15px 0 0 20px;font-size:14px;line-height:30px;color:var(--pswp-icon-color);text-shadow:1px 1px 3px var(--pswp-icon-color-secondary);opacity:.85}.pswp--one-slide .pswp__counter{display:none}.pswp__dynamic-caption{color:#ccc;position:absolute;width:100%;left:0;top:0;transition:opacity 120ms linear!important;line-height:1.5em}.pswp__dynamic-caption--aside,.pswp__dynamic-caption--below{opacity:1!important}.pswp-caption-content{display:none}.pswp__dynamic-caption a{color:#ccc}.pswp__dynamic-caption--faded{opacity:0!important}.pswp__dynamic-caption--aside{width:auto;max-width:300px;padding:20px 15px 20px 20px;margin-top:70px}.pswp__dynamic-caption--below{width:auto;max-width:700px;padding:15px 0 0}.pswp__dynamic-caption--on-hor-edge{padding-left:15px;padding-right:15px}.pswp__dynamic-caption--mobile{width:100%;top:auto;right:0;bottom:0;background:rgba(0,0,0,.5);padding:10px 15px}.pswp__caption,.pswp__caption__exif{padding-bottom:.5em}.pswp__caption__exif_camera{padding-left:1.5em;padding-right:.5em;white-space:nowrap;background-position:0 center;background-repeat:no-repeat;background-size:1.2em 1.2em;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2NjY2NjYyIgZD0ibTQsNWwzLDBsMiwtMmw2LDBsMiwybDMsMGEyLDIgMCAwIDEgMiwybDAsMTJhMiwyIDAgMCAxIC0yLDJsLTE2LDBhMiwyIDAgMCAxIC0yLC0ybDAsLTEyYTIsMiAwIDAgMSAyLC0ybTgsM2E1LDUgMCAwIDAgLTUsNWE1LDUgMCAwIDAgNSw1YTUsNSAwIDAgMCA1LC01YTUsNSAwIDAgMCAtNSwtNW0wLDJhMywzIDAgMCAxIDMsM2EzLDMgMCAwIDEgLTMsM2EzLDMgMCAwIDEgLTMsLTNhMywzIDAgMCAxIDMsLTN6Ii8+PC9zdmc+)}.pswp__caption__exif_focal{padding-left:1.5em;padding-right:.5em;white-space:nowrap;background-position:0 center;background-repeat:no-repeat;background-size:1.2em 1.2em;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjY2NjY2NjIiBkPSJNMTIgNi41YzMuNzkgMCA3LjE3IDIuMTMgOC44MiA1LjUtMS42NSAzLjM3LTUuMDIgNS41LTguODIgNS41UzQuODMgMTUuMzcgMy4xOCAxMkM0LjgzIDguNjMgOC4yMSA2LjUgMTIgNi41bTAtMkM3IDQuNSAyLjczIDcuNjEgMSAxMmMxLjczIDQuMzkgNiA3LjUgMTEgNy41czkuMjctMy4xMSAxMS03LjVjLTEuNzMtNC4zOS02LTcuNS0xMS03LjV6bTAgNWMxLjM4IDAgMi41IDEuMTIgMi41IDIuNXMtMS4xMiAyLjUtMi41IDIuNS0yLjUtMS4xMi0yLjUtMi41IDEuMTItMi41IDIuNS0yLjVtMC0yYy0yLjQ4IDAtNC41IDIuMDItNC41IDQuNXMyLjAyIDQuNSA0LjUgNC41IDQuNS0yLjAyIDQuNS00LjUtMi4wMi00LjUtNC41LTQuNXoiPjwvcGF0aD48L3N2Zz4K)}.pswp__caption__exif_shutter{padding-left:1.5em;padding-right:.5em;white-space:nowrap;background-position:0 center;background-repeat:no-repeat;background-size:1.2em 1.2em;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjY2NjY2NjIiBkPSJNMTUgMUg5djJoNlYxem00LjAzIDYuMzlsMS40Mi0xLjQyYy0uNDMtLjUxLS45LS45OS0xLjQxLTEuNDFsLTEuNDIgMS40MkMxNi4wNyA0Ljc0IDE0LjEyIDQgMTIgNGMtNC45NyAwLTkgNC4wMy05IDlzNC4wMiA5IDkgOSA5LTQuMDMgOS05YzAtMi4xMi0uNzQtNC4wNy0xLjk3LTUuNjF6TTEyIDIwYy0zLjg3IDAtNy0zLjEzLTctN3MzLjEzLTcgNy03IDcgMy4xMyA3IDctMy4xMyA3LTcgN3ptLS4zMi01SDYuMzVjLjU3IDEuNjIgMS44MiAyLjkyIDMuNDEgMy41NmwtLjExLS4wNiAyLjAzLTMuNXptNS45Ny00Yy0uNTctMS42LTEuNzgtMi44OS0zLjM0LTMuNTRMMTIuMjYgMTFoNS4zOXptLTcuMDQgNy44M2MuNDUuMTEuOTEuMTcgMS4zOS4xNyAxLjM0IDAgMi41Ny0uNDUgMy41Ny0xLjE5bC0yLjExLTMuOS0yLjg1IDQuOTJ6TTcuNTUgOC45OUM2LjU5IDEwLjA1IDYgMTEuNDYgNiAxM2MwIC4zNC4wNC42Ny4wOSAxaDQuNzJMNy41NSA4Ljk5em04Ljc5IDguMTRDMTcuMzcgMTYuMDYgMTggMTQuNiAxOCAxM2MwLS4zNC0uMDQtLjY3LS4wOS0xaC00LjM0bDIuNzcgNS4xM3ptLTMuMDEtOS45OEMxMi45IDcuMDYgMTIuNDYgNyAxMiA3Yy0xLjQgMC0yLjY5LjQ5LTMuNzEgMS4yOWwyLjMyIDMuNTYgMi43Mi00Ljd6Ij48L3BhdGg+PC9zdmc+Cg==)}.pswp__caption__exif_fstop{padding-left:1.5em;padding-right:.5em;white-space:nowrap;background-position:0 center;background-repeat:no-repeat;background-size:1.2em 1.2em;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjY2NjY2NjIiBkPSJNOS40IDEwLjVsNC43Ny04LjI2QzEzLjQ3IDIuMDkgMTIuNzUgMiAxMiAyYy0yLjQgMC00LjYuODUtNi4zMiAyLjI1bDMuNjYgNi4zNS4wNi0uMXpNMjEuNTQgOWMtLjkyLTIuOTItMy4xNS01LjI2LTYtNi4zNEwxMS44OCA5aDkuNjZ6bS4yNiAxaC03LjQ5bC4yOS41IDQuNzYgOC4yNUMyMSAxNi45NyAyMiAxNC42MSAyMiAxMmMwLS42OS0uMDctMS4zNS0uMi0yek04LjU0IDEybC0zLjktNi43NUMzLjAxIDcuMDMgMiA5LjM5IDIgMTJjMCAuNjkuMDcgMS4zNS4yIDJoNy40OWwtMS4xNS0yem0tNi4wOCAzYy45MiAyLjkyIDMuMTUgNS4yNiA2IDYuMzRMMTIuMTIgMTVIMi40NnptMTEuMjcgMGwtMy45IDYuNzZjLjcuMTUgMS40Mi4yNCAyLjE3LjI0IDIuNCAwIDQuNi0uODUgNi4zMi0yLjI1bC0zLjY2LTYuMzUtLjkzIDEuNnoiPjwvcGF0aD48L3N2Zz4=)}.pswp__caption__exif_iso{padding-left:1.5em;padding-right:.5em;white-space:nowrap;background-position:0 center;background-repeat:no-repeat;background-size:1.2em 1.2em;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjY2NjY2NjIiBkPSJNMTkgM0g1Yy0xLjEgMC0yIC45LTIgMnYxNGMwIDEuMS45IDIgMiAyaDE0YzEuMSAwIDItLjkgMi0yVjVjMC0xLjEtLjktMi0yLTJ6TTUuNSA3LjVoMnYtMkg5djJoMlY5SDl2Mkg3LjVWOWgtMlY3LjV6TTE5IDE5SDVMMTkgNXYxNHptLTItMnYtMS41aC01VjE3aDV6Ij48L3BhdGg+PC9zdmc+Cg==)}.pswp__caption__exif_datetime{padding-left:1.5em;white-space:nowrap;background-position:0 center;background-repeat:no-repeat;background-size:1.2em 1.2em;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2NjY2NjYyIgc3Ryb2tlPSJudWxsIiBpZD0ic3ZnXzIiIGQ9Im0yMC44NDM4MywzLjM5NjkybC0zLjc2NDI0LDBsMCwtMC41NjY2MmMwLC0wLjMxNzIxIC0wLjI1NzI3LC0wLjU3NDQ3IC0wLjU3NDQ3LC0wLjU3NDQ3cy0wLjU3NDQ3LDAuMjU3MjcgLTAuNTc0NDcsMC41NzQ0N2wwLDAuNTY2NjJsLTMuMzU2MTcsMGwwLC0wLjU2NjYyYzAsLTAuMzE3MjEgLTAuMjU3MjcsLTAuNTc0NDcgLTAuNTc0NDcsLTAuNTc0NDdzLTAuNTc0NDcsMC4yNTcyNyAtMC41NzQ0NywwLjU3NDQ3bDAsMC41NjY2MmwtMy4yMTM1MSwwbDAsLTAuNTY2NjJjMCwtMC4zMTcyMSAtMC4yNTcyNywtMC41NzQ0NyAtMC41NzQ0NywtMC41NzQ0N3MtMC41NzQ0NywwLjI1NzI3IC0wLjU3NDQ3LDAuNTc0NDdsMCwwLjU2NjYybC0zLjkwNjgsMGMtMC4zMTcyMSwwIC0wLjU3NDQ3LDAuMjU3MjcgLTAuNTc0NDcsMC41NzQ0N2wwLDEyLjk4MDQyYzAsMC4zMTcyMSAwLjI1NzI3LDAuNTc0NDcgMC41NzQ0NywwLjU3NDQ3bDMuNTI1OTMsMGMwLjU2NDk5LDIuNDE0MTMgMi43MzQwMiw0LjIxNzg4IDUuMzE3ODEsNC4yMTc4OHM0Ljc1MjgxLC0xLjgwMzg1IDUuMzE3ODEsLTQuMjE3ODhsMy41MjU5MywwYzAuMzE3MjEsMCAwLjU3NDQ3LC0wLjI1NzI3IDAuNTc0NDcsLTAuNTc0NDdsMCwtMTIuOTgwNDJjMC4wMDAxLC0wLjMxNzIxIC0wLjI1NzA4LC0wLjU3NDQ3IC0wLjU3NDM4LC0wLjU3NDQ3em0tMTMuNzgwNzYsMS4xNDg5NWwwLDAuNTE5MTNjMCwwLjMxNzIxIDAuMjU3MjcsMC41NzQ0NyAwLjU3NDQ3LDAuNTc0NDdzMC41NzQ0NywtMC4yNTcyNyAwLjU3NDQ3LC0wLjU3NDQ3bDAsLTAuNTE5MTNsMy4yMTM1MSwwbDAsMC41MTkxM2MwLDAuMzE3MjEgMC4yNTcyNywwLjU3NDQ3IDAuNTc0NDcsMC41NzQ0N3MwLjU3NDQ3LC0wLjI1NzI3IDAuNTc0NDcsLTAuNTc0NDdsMCwtMC41MTkxM2wzLjM1NjE3LDBsMCwwLjUxOTEzYzAsMC4zMTcyMSAwLjI1NzI3LDAuNTc0NDcgMC41NzQ0NywwLjU3NDQ3czAuNTc0NDcsLTAuMjU3MjcgMC41NzQ0NywtMC41NzQ0N2wwLC0wLjUxOTEzbDMuMTg5NzYsMGwwLDIuMzQ5MjFsLTE2LjUzODYyLDBsMCwtMi4zNDkyMWwzLjMzMjMzLDB6bTQuOTM2OTMsMTYuMDQ5MzZjLTIuMzc4NTEsMCAtNC4zMTM2MywtMS45MzUxMSAtNC4zMTM2MywtNC4zMTM2M3MxLjkzNTExLC00LjMxMzYzIDQuMzEzNjMsLTQuMzEzNjNzNC4zMTM2MywxLjkzNTAyIDQuMzEzNjMsNC4zMTM2M3MtMS45MzUwMiw0LjMxMzYzIC00LjMxMzYzLDQuMzEzNjN6bTUuNDYwMTgsLTQuMjE3ODhjMC4wMDA1NywtMC4wMzE5OCAwLjAwMjM5LC0wLjA2MzY3IDAuMDAyMzksLTAuMDk1NzVjMCwtMy4wMTIwNiAtMi40NTA1MSwtNS40NjI1NyAtNS40NjI1NywtNS40NjI1N3MtNS40NjI1NywyLjQ1MDUxIC01LjQ2MjU3LDUuNDYyNTdjMCwwLjAzMjA3IDAuMDAxOTEsMC4wNjM3NyAwLjAwMjM5LDAuMDk1NzVsLTIuODA5MTgsMGwwLC04LjMzMzIybDE2LjUzODYyLDBsMCw4LjMzMzIybC0yLjgwOTA4LDB6Ii8+PHBhdGggZmlsbD0iI2NjY2NjYyIgc3Ryb2tlPSJudWxsIiBpZD0ic3ZnXzMiIGQ9Im0xMi41NzQ0NywxNi40MjY1NmwwLC0yLjc3OTExYzAsLTAuMzE3MjEgLTAuMjU3MjcsLTAuNTc0NDcgLTAuNTc0NDcsLTAuNTc0NDdzLTAuNTc0NDcsMC4yNTcyNyAtMC41NzQ0NywwLjU3NDQ3bDAsMy4wMTcxNGMwLDAuMTUyMzMgMC4wNjA1MSwwLjI5ODQ0IDAuMTY4MjMsMC40MDYyNWwxLjMyMDMzLDEuMzIwNDNjMC4xMTIyMSwwLjExMjEyIDAuMjU5MTgsMC4xNjgyMyAwLjQwNjI1LDAuMTY4MjNjMC4xNDY5NywwIDAuMjk0MDMsLTAuMDU2MTEgMC40MDYyNSwtMC4xNjgyM2MwLjIyNDMzLC0wLjIyNDMzIDAuMjI0MzMsLTAuNTg4MDcgMCwtMC44MTI0bC0xLjE1MjExLC0xLjE1MjN6Ii8+PC9zdmc+Cg==)}.pswp__dynamic-caption--overlay{position:absolute!important;bottom:0;top:initial;text-align:center;background:rgba(0,0,0,.5);padding-top:.5em}.rs-p-wp-fix{display:none!important;margin:0!important;height:0!important}body{--sr-7-css-loaded:1}.wp-block-themepunch-revslider{position:relative}.wp-block-themepunch-revslider.revslider{margin:0}canvas.sr7-pbar{z-index:500;position:absolute;pointer-events:none}sr7-module{display:block;position:relative;overflow-x:visible;-webkit-tap-highlight-color:transparent}sr7-module.sr-keepflow-force{display:inline-block}sr7-adjuster{position:relative;display:block;width:100%}sr7-content{position:absolute;top:0;height:100%;contain:size layout style;z-index:1;overflow-x:visible}sr7-carousel{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:1}sr7-slide{position:absolute;width:100%;height:100%;contain:strict;top:0;left:0;z-index:1;visibility:hidden;pointer-events:none}.sr7-overflow-force sr7-slide,sr7-carousel sr7-slide{contain:layout style}sr7-module-bg{top:0;z-index:0;position:absolute}.sr--force--untouchable,.sr--force--untouchable *{pointer-events:none!important}sr7-3dwrap{pointer-events:none;position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}sr7-overlay{display:block;width:100%;height:100%;top:0;left:0;position:absolute;z-index:3;background-repeat:repeat}sr7-btn,sr7-col,sr7-content .sr7-layer,sr7-grp,sr7-img,sr7-layer,sr7-linebrk,sr7-row,sr7-shp,sr7-svg,sr7-txt,sr7-zone{user-select:none;visibility:hidden;display:none;box-sizing:border-box;backface-visibility:hidden}sr7-lb-after{display:block!important;width:100%;height:0;position:relative}sr7-col-bg.sr7-img-col-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;pointer-events:none}.sr7-layer[data-subtype=slidebg],sr7bg{pointer-events:none}a.sr7-layer[data-subtype=slidebg]{pointer-events:auto!important}sr7-content .sr7-layer.sr7-withclip,sr7-content .sr7-layer.sr7-withclip .sr7-layer{backface-visibility:visible}.sr--force--overflow--hidden{overflow:hidden!important}.sr7-layernav-hide{visibility:hidden!important;pointer-events:none!important;position:absolute!important}sr7-grp.sr7-clear:after{content:"";clear:both;display:block;height:0}sr7-zone{pointer-events:none}sr7-row.sr7-layer.sr7-galign{box-sizing:border-box}.sr7-layer[data-type=svg]>svg,sr7-layer[data-type=svg]>svg{width:100%;height:100%}sr7-row-con{table-layout:fixed;font-size:0;display:block}sr7-module .sr7-layer,sr7-module sr7-layer{-webkit-font-smoothing:antialiased!important;-webkit-tap-highlight-color:transparent;-moz-osx-font-smoothing:grayscale;font-display:swap}sr7-slide.sr7-staticslide-low{z-index:0!important}sr7-slide.sr7-staticslide-high{z-index:105!important}@-moz-document url-prefix(){sr7-slide.sr7-staticslide{transform:scale(1)}}sr7-slide a{transition:none}sr7-module.sr7-top-fixed{width:100%;height:auto!important;backface-visibility:hidden}sr7-module.sr7-top-fixed sr7-adjuster{height:auto!important}sr7-module.sr7-top-fixed sr7-content,sr7-module.sr7-top-fixed sr7-content .sr7-layer:not(.sr7-ignore-pe) *{pointer-events:none}sr7-prl{top:50%;left:50%;z-index:10000;position:absolute}sr7-prl.off{display:none!important}sr7-prl.sr7-fade-in{animation:tp-fade-in 1s linear}.sr-force-hidden{display:none!important}.sr-force-nointeraction,.sr-force-nointeraction *{pointer-events:none!important}@keyframes tp-rotateplane{0%{transform:perspective(120px) rotateX(0) rotateY(0)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}@keyframes tp-fade-in{0%{opacity:0}20%{opacity:0}100%{opacity:100}}@keyframes tp-rotate{100%{transform:rotate(360deg)}}sr7-fonttest{width:auto;display:inline-block;white-space:nowrap;font-size:12px;color:#000}sr7-fonttest-wrap{position:absolute;contain:strict;top:-1500px;left:-1500px;width:1500px;height:1000px;pointer-events:none;opacity:0}.fn-wrap{display:flex;position:fixed;width:100px;height:50px;z-index:100;background-color:rgba(66,66,66,.2);justify-content:space-around;align-items:center;bottom:0;left:50%;transform:translateX(-50%)}.fn-left,.fn-right{display:flex;width:40px;height:40px;justify-content:center;align-items:center;background-color:gray;color:#fff;font-weight:700;font-size:20px;cursor:pointer}.sr7-layer .materical-icons,sr7-module .material-icons,sr7-txt .material-icons{font-size:inherit;vertical-align:top;line-height:inherit}#sr-announcer{position:absolute!important;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.lvca-accordion .lvca-panel-title {
display: block;
cursor: pointer; }
.lvca-accordion .lvca-panel-content {
display: none;
overflow: hidden; }
.lvca-accordion.lvca-style1 .lvca-panel .lvca-panel-title, .lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-title {
-webkit-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s; }
.lvca-accordion.lvca-style1 .lvca-panel .lvca-panel-title:after, .lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-title:after {
font-family: 'lvca-icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: absolute;
content: "\e912";
right: 30px;
top: 26px;
font-size: 14px;
line-height: 1;
color: #666;
font-weight: 700;
-webkit-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s; }
.lvca-accordion.lvca-style1 .lvca-panel.lvca-active .lvca-panel-title:after, .lvca-accordion.lvca-style3 .lvca-panel.lvca-active .lvca-panel-title:after {
-webkit-transform: rotate(45deg);
transform: rotate(45deg); }
.lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-title {
-webkit-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s; }
.lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-title:after {
font-family: 'lvca-icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: absolute;
right: 30px;
top: 25px;
content: "\e913";
color: #999;
font-size: 18px;
line-height: 1;
-webkit-transition: color .3s ease-in 0s, transform .3s ease-in-out 0s;
-webkit-transition: color .3s ease-in 0s, -webkit-transform .3s ease-in-out 0s;
transition: color .3s ease-in 0s, -webkit-transform .3s ease-in-out 0s;
transition: color .3s ease-in 0s, transform .3s ease-in-out 0s;
transition: color .3s ease-in 0s, transform .3s ease-in-out 0s, -webkit-transform .3s ease-in-out 0s;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.lvca-accordion.lvca-style2 .lvca-panel.lvca-active .lvca-panel-title:after {
-webkit-transform: rotate(90deg);
transform: rotate(90deg); } .lvca-accordion.lvca-style1 .lvca-panel {
margin: 20px 0 0;
background: #eee;
border-radius: 5px;
overflow: hidden; }
.lvca-accordion.lvca-style1 .lvca-panel .lvca-panel-title {
position: relative;
display: block;
padding: 20px 50px 20px 30px;
font-size: 18px;
line-height: 26px;
letter-spacing: 0;
font-weight: bold;
color: #666;
margin: 0; }
.lvca-accordion.lvca-style1 .lvca-panel .lvca-panel-content {
background: #f8f8f8;
padding: 30px 30px; }
.lvca-accordion.lvca-style1 .lvca-panel:hover .lvca-panel-title {
background: #e2e2e2; }
.lvca-accordion.lvca-style1 .lvca-panel.lvca-active .lvca-panel-title {
color: #333;
background: #e2e2e2; }
.lvca-accordion.lvca-style1 .lvca-panel.lvca-active .lvca-panel-title:after {
color: #333; } .lvca-accordion.lvca-style2 .lvca-panel {
margin: 20px 0 0;
color: #333;
-webkit-transition: color .3s;
transition: color .3s;
position: relative; }
.lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-title {
position: relative;
display: block;
border-radius: 5px;
border: 1px solid #dcdcdc;
overflow: hidden;
padding: 20px 50px 20px 30px;
font-size: 18px;
line-height: 26px;
letter-spacing: 0;
font-weight: bold;
color: #666;
margin: 0;
-webkit-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s;
z-index: 1; }
.lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-title:before {
position: absolute;
content: "";
left: 0;
bottom: 0;
height: 0;
width: 100%;
background: #4c5053;
-webkit-transition: height 0.3s cubic-bezier(0.77, 0, 0.175, 1);
transition: height 0.3s cubic-bezier(0.77, 0, 0.175, 1);
z-index: -1; }
.lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-content {
padding: 20px 30px;
border-color: #dcdcdc;
border-style: solid;
border-width: 0 1px 1px 1px;
border-radius: 0 0 5px 5px; }
.lvca-accordion.lvca-style2 .lvca-panel:hover .lvca-panel-title, .lvca-accordion.lvca-style2 .lvca-panel:hover .lvca-panel-title:after {
color: #fff;
border-color: #333; }
.lvca-accordion.lvca-style2 .lvca-panel:hover .lvca-panel-title:before {
height: 100%; }
.lvca-accordion.lvca-style2 .lvca-panel.lvca-active .lvca-panel-title {
background: #4c5053;
color: #fff;
border-radius: 5px 5px 0 0;
border-color: #333; }
.lvca-accordion.lvca-style2 .lvca-panel.lvca-active .lvca-panel-title:after {
color: #fff; }
.lvca-dark-bg .lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-title {
color: #888;
border-color: #404040; }
.lvca-dark-bg .lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-title:before {
background: #e5e5e5; }
.lvca-dark-bg .lvca-accordion.lvca-style2 .lvca-panel:hover .lvca-panel-title {
color: #333; }
.lvca-dark-bg .lvca-accordion.lvca-style2 .lvca-panel:hover .lvca-panel-title:after {
color: #666; }
.lvca-dark-bg .lvca-accordion.lvca-style2 .lvca-panel.lvca-active .lvca-panel-title {
background: #e5e5e5;
color: #333;
border-color: #e5e5e5; }
.lvca-dark-bg .lvca-accordion.lvca-style2 .lvca-panel.lvca-active .lvca-panel-title:after {
color: #666; }
.lvca-dark-bg .lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-content {
border-color: #404040;
color: #909090; }
.lvca-dark-bg .lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-content h1, .lvca-dark-bg .lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-content h2, .lvca-dark-bg .lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-content h3, .lvca-dark-bg .lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-content h4, .lvca-dark-bg .lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-content h5, .lvca-dark-bg .lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-content h6 {
color: #e5e5e5; } .lvca-accordion.lvca-style3 .lvca-panel {
margin: 0;
border-bottom: 1px solid #dcdcdc; }
.lvca-accordion.lvca-style3 .lvca-panel:first-child {
border-top: 1px solid #dcdcdc; }
.lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-title {
position: relative;
display: block;
padding: 20px 50px 20px 5px;
font-size: 14px;
line-height: 22px;
letter-spacing: 1px;
font-weight: bold;
text-transform: uppercase;
color: #666;
margin: 0; }
.lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-title:after {
top: 24px; }
.lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-content {
padding: 10px 50px 30px 5px; }
.lvca-accordion.lvca-style3 .lvca-panel:hover .lvca-panel-title {
color: #333; }
.lvca-accordion.lvca-style3 .lvca-panel.lvca-active .lvca-panel-title {
color: #333; }
.lvca-accordion.lvca-style3 .lvca-panel.lvca-active .lvca-panel-title:after {
color: #333; }
.lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel {
border-color: #404040; }
.lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-title {
color: #b0b0b0; }
.lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-title:after {
color: #888; }
.lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel:hover .lvca-panel-title {
color: #eaeaea; }
.lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel:hover .lvca-panel-title:after {
color: #aaa; }
.lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel.lvca-active .lvca-panel-title {
color: #eaeaea; }
.lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel.lvca-active .lvca-panel-title:after {
color: #aaa; }
.lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-content {
color: #909090; }
.lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-content h1, .lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-content h2, .lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-content h3, .lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-content h4, .lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-content h5, .lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-content h6 {
color: #e5e5e5; }.slick-slider
{
position: relative;
display: block;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}.lvca-carousel .lvca-carousel-item {
position: relative;
}
.lvca-carousel.lvca-container {
max-width: none;
}.lvca-clients {
clear: both;
overflow: hidden;
margin: 0 auto; }
@media (max-width: 479px) {
.lvca-clients .lvca-grid-mobile-1 .lvca-grid-item:nth-child(1n + 1) {
border-left: 1px solid #ddd; }
.lvca-clients .lvca-grid-mobile-1 .lvca-grid-item:nth-child(-n + 1) {
border-top: 1px solid #ddd; }
.lvca-clients .lvca-grid-mobile-2 .lvca-grid-item:nth-child(2n + 1) {
border-left: 1px solid #ddd; }
.lvca-clients .lvca-grid-mobile-2 .lvca-grid-item:nth-child(-n + 2) {
border-top: 1px solid #ddd; }
.lvca-clients .lvca-grid-mobile-3 .lvca-grid-item:nth-child(3n + 1) {
border-left: 1px solid #ddd; }
.lvca-clients .lvca-grid-mobile-3 .lvca-grid-item:nth-child(-n + 3) {
border-top: 1px solid #ddd; }
.lvca-clients .lvca-grid-mobile-4 .lvca-grid-item:nth-child(4n + 1) {
border-left: 1px solid #ddd; }
.lvca-clients .lvca-grid-mobile-4 .lvca-grid-item:nth-child(-n + 4) {
border-top: 1px solid #ddd; }
.lvca-clients .lvca-grid-mobile-5 .lvca-grid-item:nth-child(5n + 1) {
border-left: 1px solid #ddd; }
.lvca-clients .lvca-grid-mobile-5 .lvca-grid-item:nth-child(-n + 5) {
border-top: 1px solid #ddd; }
.lvca-clients .lvca-grid-mobile-6 .lvca-grid-item:nth-child(6n + 1) {
border-left: 1px solid #ddd; }
.lvca-clients .lvca-grid-mobile-6 .lvca-grid-item:nth-child(-n + 6) {
border-top: 1px solid #ddd; } }
@media (min-width: 480px) and (max-width: 800px) {
.lvca-clients .lvca-grid-tablet-1 .lvca-grid-item:nth-child(1n + 1) {
border-left: 1px solid #ddd; }
.lvca-clients .lvca-grid-tablet-1 .lvca-grid-item:nth-child(-n + 1) {
border-top: 1px solid #ddd; }
.lvca-clients .lvca-grid-tablet-2 .lvca-grid-item:nth-child(2n + 1) {
border-left: 1px solid #ddd; }
.lvca-clients .lvca-grid-tablet-2 .lvca-grid-item:nth-child(-n + 2) {
border-top: 1px solid #ddd; }
.lvca-clients .lvca-grid-tablet-3 .lvca-grid-item:nth-child(3n + 1) {
border-left: 1px solid #ddd; }
.lvca-clients .lvca-grid-tablet-3 .lvca-grid-item:nth-child(-n + 3) {
border-top: 1px solid #ddd; }
.lvca-clients .lvca-grid-tablet-4 .lvca-grid-item:nth-child(4n + 1) {
border-left: 1px solid #ddd; }
.lvca-clients .lvca-grid-tablet-4 .lvca-grid-item:nth-child(-n + 4) {
border-top: 1px solid #ddd; }
.lvca-clients .lvca-grid-tablet-5 .lvca-grid-item:nth-child(5n + 1) {
border-left: 1px solid #ddd; }
.lvca-clients .lvca-grid-tablet-5 .lvca-grid-item:nth-child(-n + 5) {
border-top: 1px solid #ddd; }
.lvca-clients .lvca-grid-tablet-6 .lvca-grid-item:nth-child(6n + 1) {
border-left: 1px solid #ddd; }
.lvca-clients .lvca-grid-tablet-6 .lvca-grid-item:nth-child(-n + 6) {
border-top: 1px solid #ddd; } }
@media only screen and (min-width: 801px) {
.lvca-clients .lvca-grid-desktop-1 .lvca-grid-item:nth-child(1n + 1) {
border-left: 1px solid #ddd; }
.lvca-clients .lvca-grid-desktop-1 .lvca-grid-item:nth-child(-n + 1) {
border-top: 1px solid #ddd; }
.lvca-clients .lvca-grid-desktop-2 .lvca-grid-item:nth-child(2n + 1) {
border-left: 1px solid #ddd; }
.lvca-clients .lvca-grid-desktop-2 .lvca-grid-item:nth-child(-n + 2) {
border-top: 1px solid #ddd; }
.lvca-clients .lvca-grid-desktop-3 .lvca-grid-item:nth-child(3n + 1) {
border-left: 1px solid #ddd; }
.lvca-clients .lvca-grid-desktop-3 .lvca-grid-item:nth-child(-n + 3) {
border-top: 1px solid #ddd; }
.lvca-clients .lvca-grid-desktop-4 .lvca-grid-item:nth-child(4n + 1) {
border-left: 1px solid #ddd; }
.lvca-clients .lvca-grid-desktop-4 .lvca-grid-item:nth-child(-n + 4) {
border-top: 1px solid #ddd; }
.lvca-clients .lvca-grid-desktop-5 .lvca-grid-item:nth-child(5n + 1) {
border-left: 1px solid #ddd; }
.lvca-clients .lvca-grid-desktop-5 .lvca-grid-item:nth-child(-n + 5) {
border-top: 1px solid #ddd; }
.lvca-clients .lvca-grid-desktop-6 .lvca-grid-item:nth-child(6n + 1) {
border-left: 1px solid #ddd; }
.lvca-clients .lvca-grid-desktop-6 .lvca-grid-item:nth-child(-n + 6) {
border-top: 1px solid #ddd; } }
.lvca-clients .lvca-client {
position: relative;
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;
overflow: hidden; }
.lvca-dark-bg .lvca-clients .lvca-client {
border-color: #505050 !important; }
.lvca-clients .lvca-client img {
-webkit-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
width: 100%;
margin: 0;
display: block; }
.lvca-clients .lvca-client .lvca-client-name {
position: absolute;
z-index: 2;
top: 50%;
text-align: center;
width: 100%;
height: 100%;
margin-top: -12px;
color: #fff;
font-size: 18px;
line-height: 26px;
-webkit-transition: opacity .4s ease-in-out 0s;
transition: opacity .4s ease-in-out 0s;
opacity: 0; }
.lvca-clients .lvca-client .lvca-client-name a {
color: #fff;
text-decoration: none; }
.lvca-clients .lvca-client .lvca-image-overlay {
position: absolute;
left: 0;
top: 0;
overflow: hidden;
width: 100%;
height: 100%;
background: #000;
filter: alpha(opacity=0);
-moz-opacity: 0;
opacity: 0;
-webkit-transition: opacity .4s ease-in-out 0s;
transition: opacity .4s ease-in-out 0s; }
.lvca-clients .lvca-client:hover .lvca-image-overlay {
opacity: 0.7; }
.lvca-dark-bg .lvca-clients .lvca-client:hover .lvca-image-overlay {
opacity: 0.8; }
.lvca-clients .lvca-client:hover .lvca-client-name {
opacity: 1; }.lvca-heading {
text-align: center;
margin: 0 auto 60px;
max-width: 640px; }
@media only screen and (max-width: 767px) {
.lvca-heading {
margin-bottom: 40px; } }
.lvca-heading .lvca-text {
font-size: 18px;
line-height: 28px;
margin: 0 auto; }
@media only screen and (max-width: 767px) {
.lvca-heading .lvca-text {
font-size: 15px;
line-height: 26px; } }
.lvca-heading.lvca-alignleft, .lvca-heading.lvca-alignright {
margin: 0; }
.lvca-heading.lvca-alignleft .lvca-text, .lvca-heading.lvca-alignright .lvca-text {
margin: 0; }
.lvca-heading.lvca-alignleft {
text-align: left; }
.lvca-heading.lvca-alignright {
text-align: right; }
.lvca-heading .lvca-title {
font-weight: 700;
font-size: 32px;
line-height: 42px;
margin: 0 auto 20px;
color: #333;
font-weight: bold; }
@media only screen and (max-width: 767px) {
.lvca-heading .lvca-title {
font-size: 24px;
line-height: 32px; } }
.lvca-dark-bg .lvca-heading .lvca-title {
color: #e5e5e5; }
.lvca-dark-bg .lvca-heading .lvca-subtitle {
color: #B0B0B0; }
.lvca-dark-bg .lvca-heading .lvca-text {
color: #909090; }
.lvca-heading.lvca-alignleft .lvca-title, .lvca-heading.lvca-alignright .lvca-title {
margin: 0 0 20px; }
.lvca-heading .lvca-subtitle {
margin: 0 auto 5px;
color: #888;
font-size: 12px;
line-height: 20px;
text-transform: uppercase;
font-weight: 600;
letter-spacing: 2px;
position: relative;
display: inline-block;
padding: 0 10px; }
@media only screen and (max-width: 767px) {
.lvca-heading .lvca-subtitle {
font-size: 11px;
line-height: 18px; } }
.lvca-heading.lvca-alignleft .lvca-subtitle, .lvca-heading.lvca-alignright .lvca-subtitle {
margin: 0 0 5px;
padding: 0; }
.lvca-heading.lvca-alignleft .lvca-subtitle:before, .lvca-heading.lvca-alignleft .lvca-subtitle:after, .lvca-heading.lvca-alignright .lvca-subtitle:before, .lvca-heading.lvca-alignright .lvca-subtitle:after {
display: none; }
.lvca-heading.lvca-style3 {
margin: 0 auto 30px; }
.lvca-heading.lvca-style3 .lvca-title {
font-size: 22px;
line-height: 32px;
text-transform: uppercase;
letter-spacing: 1px; }
.lvca-heading.lvca-style3 .lvca-title:after {
width: 35px;
height: 1px;
background: #aaa;
display: block;
content: ""; }
.lvca-heading.lvca-style3 .lvca-title:after {
margin: 10px auto 20px; }
.lvca-dark-bg .lvca-heading.lvca-style3 .lvca-title:after {
background: #909090; }
@media only screen and (max-width: 767px) {
.lvca-heading.lvca-style3 .lvca-title {
font-size: 16px;
line-height: 24px; } }
.lvca-heading.lvca-style3.lvca-alignleft, .lvca-heading.lvca-style3.lvca-alignright {
margin: 0 0 30px; }
.lvca-heading.lvca-style3.lvca-alignleft .lvca-title:after, .lvca-heading.lvca-style3.lvca-alignright .lvca-title:after {
margin: 10px 0 20px; }.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
*zoom: 1;
*display: inline;
position: relative; }
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
*zoom: 1;
*display: inline;
position: relative; }
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
*zoom: 1;
*display: inline;
visibility: hidden; }
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
text-align: left;
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden; }
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
display: block; }
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
display: block;
-webkit-backface-visibility: hidden; }
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
display: block;
-webkit-transform: translateZ(0); }
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
position: absolute; }
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
-webkit-transition: -webkit-transform 2s;
transition: -webkit-transform 2s;
transition: transform 2s;
transition: transform 2s, -webkit-transform 2s; }
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
-webkit-transform: translateY(-100%);
transform: translateY(-100%); }
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
-webkit-transform: translateY(-100%);
transform: translateY(-100%); }
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
-webkit-transition: -webkit-transform 2s;
transition: -webkit-transform 2s;
transition: transform 2s;
transition: transform 2s, -webkit-transform 2s;
-webkit-transform: translateY(0);
transform: translateY(0); }
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
font-family: "Helvetica Neue", sans-serif;
line-height: 1.1em; }
.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
text-align: center; } .lvca-odometers {
font-size: 0; }
.lvca-odometers .lvca-odometer {
display: inline-block;
vertical-align: top;
text-align: left;
position: relative;
margin-bottom: 50px; }
.lvca-odometers .lvca-odometer:last-child:after {
border: none; }
.lvca-odometers .lvca-odometer .lvca-prefix, .lvca-odometers .lvca-odometer .lvca-suffix {
display: inline;
font-size: 36px;
line-height: 48px;
color: #333;
vertical-align: middle; }
.lvca-odometers .lvca-odometer .lvca-prefix {
margin-right: 5px;
margin-left: 5px; }
.lvca-odometers .lvca-odometer .lvca-suffix {
margin-left: 5px; }
.lvca-odometers .lvca-odometer .lvca-number {
font-size: 60px;
line-height: 72px;
font-style: normal;
text-transform: none;
letter-spacing: 2px;
font-weight: 900;
color: #333;
margin-bottom: 10px; }
.lvca-odometers .lvca-odometer .lvca-number span {
font-size: 60px; }
.lvca-dark-bg .lvca-odometers .lvca-odometer .lvca-number {
color: #e5e5e5; }
.lvca-odometers .lvca-odometer .lvca-stats-title {
font-size: 18px;
line-height: 28px;
display: inline-block;
color: #888; }
.lvca-dark-bg .lvca-odometers .lvca-odometer .lvca-stats-title {
color: #909090; }
.lvca-odometers .lvca-odometer .lvca-stats-title span {
float: left;
margin-right: 15px; }
.lvca-odometers .lvca-odometer .lvca-stats-title .lvca-icon-wrapper {
font-size: 32px;
margin-right: 10px;
vertical-align: middle;
color: #ccc; }
@media only screen and (max-width: 960px) {
.lvca-odometers .lvca-odometer .lvca-number {
font-size: 48px;
line-height: 56px;
margin-bottom: 0; }
.lvca-odometers .lvca-odometer .lvca-number span {
font-size: 48px; }
.lvca-odometers .lvca-odometer .lvca-stats-title {
font-size: 15px;
line-height: 26px; } }
@media only screen and (max-width: 479px) {
.lvca-odometers .lvca-odometer {
text-align: center; } }.lvca-piechart {
position: relative;
text-align: center;
float: left;
overflow: hidden;
float: left;
padding: 10px; }
.lvca-piechart canvas {
position: relative;
top: 0;
left: 0;
max-width: 100%;
margin: 0 auto; }
.lvca-piechart .lvca-label {
text-align: center;
position: absolute;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
top: 55%;
max-width: 65%;
color: #888; }
.lvca-dark-bg .lvca-piechart .lvca-label {
color: #909090; }
.lvca-piechart .lvca-percentage span {
position: absolute;
top: 25%;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
font-size: 60px;
line-height: 60px;
font-weight: 300;
text-align: center;
color: #333;
font-weight: bolder; }
.lvca-dark-bg .lvca-piechart .lvca-percentage span {
color: #e5e5e5; }
.lvca-piechart .lvca-percentage sup {
font-size: 18px;
vertical-align: super; }
.lvca-piechart.dark-bg .lvca-label {
color: #fff; }
.lvca-piechart.dark-bg .lvca-percentage span {
color: #eee; }
@media only screen and (max-width: 479px) {
.lvca-piechart canvas {
margin-bottom: 15px; } }

.lvca-posts-carousel {
clear: both;
max-width: none; }
@media only screen and (min-width: 1024px) {
.lvca-posts-carousel {
max-width: 96%; } }
.lvca-posts-carousel .lvca-posts-carousel-item .hentry {
background: #fff;
border-radius: 6px;
border: none;
padding: 0;
margin: 0;
-webkit-transition: -webkit-box-shadow .25s ease 0s;
transition: -webkit-box-shadow .25s ease 0s;
transition: box-shadow .25s ease 0s;
transition: box-shadow .25s ease 0s, -webkit-box-shadow .25s ease 0s;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
overflow: hidden; }
.lvca-posts-carousel .lvca-posts-carousel-item .hentry:hover {
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image {
position: relative;
overflow: hidden; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image .fl-photo-content {
width: 100%; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image img {
width: 100%;
display: block;
-webkit-transition: all .4s ease-in-out 0s;
transition: all .4s ease-in-out 0s;
max-width: 100%; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image:hover img {
-webkit-filter: brightness(50%);
filter: brightness(50%); }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image .lvca-image-info {
display: block;
text-align: center; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image .lvca-image-info .lvca-entry-info {
text-align: center;
display: block;
position: absolute;
top: 50%;
left: 0;
right: 0;
margin: auto;
max-width: 100%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%); }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image .lvca-image-info .lvca-post-title {
padding: 10px;
margin: 0;
font-size: 22px;
line-height: 34px;
font-weight: 400;
color: #fff;
opacity: 0;
-webkit-transition: opacity .4s ease-in-out 0s;
transition: opacity .4s ease-in-out 0s; }
@media only screen and (max-width: 1024px) {
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image .lvca-image-info .lvca-post-title {
font-size: 18px;
line-height: 26px; } }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image .lvca-image-info .lvca-post-title a {
display: inline;
color: #fff;
-webkit-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s;
border-bottom: 1px solid transparent; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image .lvca-image-info .lvca-post-title a:hover {
border-bottom: 2px solid #ccc; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image .lvca-image-info .lvca-terms {
display: block;
color: #f9f9f9;
font-size: 14px;
line-height: 22px;
opacity: 0;
-webkit-transition: opacity .4s ease-in-out 0s;
transition: opacity .4s ease-in-out 0s; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image .lvca-image-info .lvca-terms a {
color: #ddd;
position: relative;
display: inline;
zoom: 1;
font-size: 14px;
line-height: 22px;
font-style: italic;
-webkit-transition: all .4s ease-in-out 0s;
transition: all .4s ease-in-out 0s; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image .lvca-image-info .lvca-terms a:hover {
color: #fff; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image:hover .lvca-image-info .lvca-post-title, .lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image:hover .lvca-image-info .lvca-terms {
opacity: 1; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap {
text-align: center;
max-width: 650px;
margin: 0 auto;
padding: 25px 15px; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .entry-title {
font-size: 18px;
line-height: 26px;
letter-spacing: 1px;
font-weight: bold;
color: #333;
text-transform: uppercase;
clear: none;
margin-top: 0;
margin-bottom: 10px;
font-size: 16px;
line-height: 24px;
margin-bottom: 10px; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .entry-title:after, .lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .entry-title:before {
display: none; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .entry-title a {
color: #333333;
-webkit-transition: all .4s ease-in-out 0s;
transition: all .4s ease-in-out 0s; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .entry-title a:hover {
color: #888; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .lvca-entry-meta span {
display: inline-block;
padding: 0;
margin: 0;
font-style: italic;
color: #999; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .lvca-entry-meta span a {
-webkit-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
font-style: normal; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .lvca-entry-meta span:after {
content: '//';
padding-left: 6px;
padding-right: 6px; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .lvca-entry-meta span:first-child {
border: none;
padding-left: 0; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .lvca-entry-meta span:last-child:after {
display: none; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .entry-summary {
padding: 0;
margin: 10px auto 0; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .entry-summary:before {
width: 35px;
height: 1px;
background: #aaa;
display: block;
content: "";
text-align: center;
margin: 0 auto 15px; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .lvca-category-list {
-webkit-transition: all .4s ease-in-out 0s;
transition: all .4s ease-in-out 0s; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .lvca-category-list:after {
width: 35px;
height: 1px;
background: #aaa;
display: block;
content: ""; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .lvca-category-list:after {
text-align: center;
margin: 10px auto 10px; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .lvca-category-list a {
font-style: italic;
-webkit-transition: all .4s ease-in-out 0s;
transition: all .4s ease-in-out 0s; }
.lvca-posts-carousel .lvca-posts-carousel-item .type-post .lvca-entry-text-wrap .entry-summary:before {
display: none; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-read-more {
margin: 25px 0 0 0; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-read-more a:not(.lvca-button) {
color: #333;
font-size: 12px;
line-height: 1;
font-weight: 600;
text-transform: uppercase;
display: block;
padding: 0;
-webkit-transition: color 0.3s ease-in-out 0s;
transition: color 0.3s ease-in-out 0s; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-read-more a:not(.lvca-button):hover {
color: #666; }
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-read-more a:not(.lvca-button):after {
content: '›';
display: inline-block;
margin-left: 7px; }
.rtl .lvca-posts-carousel .lvca-posts-carousel-item .lvca-read-more a:not(.lvca-button):after {
margin: 0 7px 0 0; }.lvca-pricing-table .lvca-pricing-plan {
float: left;
padding: 10px; }
.lvca-center {
text-align: center; }
.lvca-pricing-table {
padding: 0; }
.lvca-pricing-table .lvca-top-header {
padding: 15px 0;
background-color: #494949;
border-bottom: 1px solid #2c2b2b; }
.lvca-pricing-table .lvca-top-header h3 {
font-size: 18px;
line-height: 26px;
letter-spacing: 1px;
font-weight: bold;
color: #333;
text-transform: uppercase;
clear: none;
margin-top: 0;
margin-bottom: 10px;
font-size: 20px;
line-height: 32px;
color: #fefefe;
margin: 0; }
.lvca-pricing-table .lvca-top-header img {
margin-top: 15px; }
.lvca-pricing-table .lvca-top-header .lvca-tagline {
display: block;
font-size: 15px;
line-height: 24px;
color: #EDEDED;
text-transform: none;
text-align: center;
margin-bottom: 5px; }
.lvca-pricing-table .lvca-pricing-plan {
background: #fff;
padding: 0;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.1s ease-in-out 0s;
transition: all 0.1s ease-in-out 0s;
margin-bottom: 30px; }
.lvca-pricing-table .lvca-pricing-plan:hover .lvca-purchase {
background: #e5e5e5; }
.lvca-pricing-table .lvca-pricing-plan .lvca-plan-price {
color: #fff;
font-size: 22px;
line-height: 28px;
font-weight: 700;
margin: 0; }
.lvca-pricing-table .lvca-pricing-plan .lvca-plan-price span {
font-size: 22px;
line-height: 32px; }
.lvca-pricing-table .lvca-plan-header {
padding: 30px 0 30px;
background-color: #494949; }
.lvca-pricing-table .lvca-plan-price .lvca-text {
display: inline-block;
padding: 6px 25px;
border-radius: 25px;
background: #2C2B2B; }
.lvca-pricing-table .lvca-plan-price sup {
font-size: 18px;
line-height: 32px;
vertical-align: top;
margin-right: 2px;
position: static; }
.lvca-pricing-table .lvca-plan-details {
padding: 15px 0;
margin: 0;
border: 1px solid #eee; }
.lvca-pricing-table .lvca-plan-details .lvca-pricing-item {
list-style: none;
display: block;
padding: 6px;
margin: 0;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
text-align: center; }
.lvca-pricing-table .lvca-plan-details .lvca-pricing-item i {
color: #777;
font-size: 18px;
display: inline;
margin-right: 8px; }
.lvca-pricing-table .lvca-plan-details .lvca-pricing-item .lvca-title {
color: #838383;
margin-bottom: 10px; }
.lvca-pricing-table .lvca-plan-details .lvca-pricing-item .lvca-value-wrap {
display: block; }
.lvca-pricing-table .lvca-plan-details .lvca-pricing-item .lvca-value-wrap:after {
position: relative;
content: "";
background: #ddd;
width: 120px;
height: 1px;
display: block;
margin: 12px auto 0; }
.lvca-pricing-table .lvca-plan-details .lvca-pricing-item .lvca-value {
color: #444;
font-size: 24px;
line-height: 32px;
display: inline; }
.lvca-pricing-table .lvca-plan-details .lvca-pricing-item s {
color: #b4c9d3; }
.lvca-pricing-table .lvca-plan-details .lvca-pricing-item:last-child .lvca-value-wrap:after {
display: none; }
.lvca-pricing-table .lvca-purchase {
text-align: center;
text-transform: uppercase;
padding: 15px 0;
margin: 0 auto;
background: #f1f1f1;
-webkit-transition: all 0.1s ease-in-out 0s;
transition: all 0.1s ease-in-out 0s;
border-left: 1px solid #eee;
border-right: 1px solid #eee;
border-bottom: 1px solid #eee; }
.lvca-pricing-table .lvca-purchase a {
padding: 12px 25px;
border-radius: 5px;
letter-spacing: 0;
font-size: 16px;
line-height: 24px;
letter-spacing: 6px;
font-weight: bold; }
.lvca-pricing-table .lvca-pricing-plan.lvca-highlight {
background: #f5f5f5;
margin-top: -10px; }
.lvca-pricing-table .lvca-pricing-plan.lvca-highlight .lvca-plan-details {
border-color: #e5e5e5; }
.lvca-pricing-table .lvca-pricing-plan.lvca-highlight .lvca-top-header {
padding: 20px 0; }
.lvca-pricing-table .lvca-pricing-plan.lvca-highlight .lvca-pricing-table .lvca-top-header h3 {
color: #28c2ba !important; }
.lvca-pricing-table .lvca-pricing-plan.lvca-highlight .lvca-purchase {
padding: 20px 0;
background-color: #e5e5e5;
border-color: #ddd; }.lvca-services.lvca-style1 .lvca-service .lvca-icon-wrapper span {
display: block;
text-align: center;
font-size: 96px;
line-height: 1;
margin-bottom: 20px;
-webkit-transition: color .4s ease-in-out 0s;
transition: color .4s ease-in-out 0s; }
.lvca-services.lvca-style1 .lvca-service .lvca-image-wrapper img {
display: block;
max-width: 100%;
text-align: center;
margin: 0 auto 25px;
-webkit-transition: all .4s ease-in-out 0s;
transition: all .4s ease-in-out 0s; }
.lvca-services.lvca-style1 .lvca-service .lvca-service-text {
text-align: center;
max-width: 300px;
margin: 0 auto; }
.lvca-services.lvca-style1 .lvca-service .lvca-service-text .lvca-title {
font-size: 18px;
line-height: 26px;
letter-spacing: 1px;
font-weight: bold;
color: #333;
text-transform: uppercase;
clear: none;
margin-top: 0;
margin-bottom: 10px;
margin-bottom: 20px; }
.lvca-services.lvca-style1 .lvca-service:hover .lvca-image-wrapper img {
-webkit-transform: scale(0.9, 0.9);
transform: scale(0.9, 0.9); } .lvca-services.lvca-style2 .lvca-service .lvca-image-wrapper img, .lvca-services.lvca-style2 .lvca-service .lvca-icon-wrapper span {
float: left;
margin-right: 18px; }
.lvca-services.lvca-style2 .lvca-service .lvca-icon-wrapper span {
font-size: 24px;
line-height: 32px; }
.lvca-services.lvca-style2 .lvca-service .lvca-service-text .lvca-title {
font-size: 18px;
line-height: 26px;
letter-spacing: 1px;
font-weight: bold;
color: #333;
text-transform: uppercase;
clear: none;
margin-top: 0;
margin-bottom: 10px;
margin-bottom: 20px; } .lvca-services.lvca-style3 .lvca-service .lvca-icon-wrapper span {
display: block;
text-align: left;
font-size: 80px;
line-height: 1;
margin-bottom: 25px;
color: #555; }
.lvca-dark-bg .lvca-services.lvca-style3 .lvca-service .lvca-icon-wrapper span {
color: #c5c5c5; }
.lvca-services.lvca-style3 .lvca-service .lvca-image-wrapper img {
display: block;
max-width: 100%;
text-align: left;
margin-bottom: 25px; }
.lvca-services.lvca-style3 .lvca-service .lvca-service-text {
text-align: left;
max-width: 300px;
margin: 0;
font-size: 14px;
line-height: 32px;
color: #888; }
.lvca-services.lvca-style3 .lvca-service .lvca-service-text ul.lvca-services-list {
padding: 0;
margin: 0;
border: none; }
.lvca-services.lvca-style3 .lvca-service .lvca-service-text ul.lvca-services-list li {
border-bottom: 1px solid #eee;
position: relative;
padding: 0;
margin: 0;
list-style: none;
line-height: 42px; }
.lvca-services.lvca-style3 .lvca-service .lvca-service-text ul.lvca-services-list li:hover {
padding: 0; }
.lvca-dark-bg .lvca-services.lvca-style3 .lvca-service .lvca-service-text ul.lvca-services-list li {
border-color: #333; }
.lvca-services.lvca-style3 .lvca-service .lvca-service-text ul.lvca-services-list li:before {
font-family: 'lvca-icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: relative;
display: inline-block;
height: auto;
width: auto;
background: none;
float: none;
vertical-align: middle;
margin: 0 15px 0 0;
content: "\e913";
color: #BBBBBB;
font-size: 12px;
line-height: 1; }
.lvca-dark-bg .lvca-services.lvca-style3 .lvca-service .lvca-service-text ul.lvca-services-list li:before {
color: #606060; }
.lvca-services.lvca-style3 .lvca-service .lvca-service-text .lvca-title {
font-size: 18px;
line-height: 26px;
letter-spacing: 1px;
font-weight: bold;
color: #333;
text-transform: uppercase;
clear: none;
margin-top: 0;
margin-bottom: 10px;
margin-bottom: 20px; } .lvca-services.lvca-style4 .lvca-service {
margin-bottom: 60px; }
.lvca-services.lvca-style4 .lvca-service .lvca-image-wrapper img, .lvca-services.lvca-style4 .lvca-service .lvca-icon-wrapper span {
display: block;
margin-bottom: 20px;
text-align: left; }
.lvca-services.lvca-style4 .lvca-service .lvca-icon-wrapper span {
font-size: 36px;
line-height: 1;
color: #888; }
.lvca-services.lvca-style4 .lvca-service .lvca-service-text .lvca-title {
font-size: 18px;
line-height: 26px;
letter-spacing: 1px;
font-weight: bold;
color: #333;
text-transform: uppercase;
clear: none;
margin-top: 0;
margin-bottom: 10px; } .lvca-services.lvca-style5 .lvca-service {
margin-bottom: 80px; }
@media only screen and (max-width: 767px) {
.lvca-services.lvca-style5 .lvca-service {
margin-bottom: 50px; } }
.lvca-services.lvca-style5 .lvca-service .lvca-icon-wrapper span {
display: block;
text-align: center;
font-size: 48px;
line-height: 1;
margin-bottom: 15px;
color: #999;
-webkit-transition: color .4s ease-in-out 0s;
transition: color .4s ease-in-out 0s; }
.lvca-services.lvca-style5 .lvca-service .lvca-image-wrapper img {
display: block;
max-width: 100%;
text-align: center;
margin: 0 auto 25px;
-webkit-transition: all .4s ease-in-out 0s;
transition: all .4s ease-in-out 0s; }
.lvca-services.lvca-style5 .lvca-service .lvca-service-text {
text-align: center;
max-width: 300px;
margin: 0 auto; }
.lvca-services.lvca-style5 .lvca-service .lvca-service-text .lvca-title {
font-size: 18px;
line-height: 26px;
letter-spacing: 1px;
font-weight: bold;
color: #333;
text-transform: uppercase;
clear: none;
margin-top: 0;
margin-bottom: 10px;
font-size: 16px;
line-height: 26px;
margin-bottom: 10px; }
.lvca-services.lvca-style5 .lvca-service:hover .lvca-image-wrapper img {
-webkit-transform: scale(0.9, 0.9);
transform: scale(0.9, 0.9); } .lvca-services .lvca-service {
margin-bottom: 50px; }
.lvca-services .lvca-service .lvca-icon-wrapper span {
-webkit-transition: color .4s ease-in-out 0s;
transition: color .4s ease-in-out 0s; }
.lvca-services .lvca-service .lvca-service-text {
font-size: 15px;
line-height: 24px; }
.lvca-dark-bg .lvca-services .lvca-service .lvca-service-text {
color: #909090; }
.lvca-dark-bg .lvca-services .lvca-service .lvca-service-text .lvca-title {
color: #e5e5e5; }.lvca-stats-bars .lvca-stats-bar {
width: 100%;
display: block;
margin: 0 0 18px;
overflow: hidden; }
.lvca-stats-bars .lvca-stats-bar .lvca-stats-title {
margin: 0;
display: block;
color: #888;
font-style: normal;
font-size: 15px;
text-transform: none;
color: #333;
font-size: 16px;
line-height: 28px; }
.lvca-stats-bars .lvca-stats-bar .lvca-stats-title span {
margin-left: 5px; }
.lvca-dark-bg .lvca-stats-bars .lvca-stats-bar .lvca-stats-title {
color: #ddd; }
.lvca-stats-bars .lvca-stats-bar .lvca-stats-bar-wrap {
position: relative; }
.lvca-stats-bars .lvca-stats-bar .lvca-stats-bar-content {
background: #e55a54;
display: block;
height: 10px;
width: 0;
position: relative;
z-index: 1;
border-radius: 5px; }
.lvca-stats-bars .lvca-stats-bar .lvca-stats-bar-bg {
width: 100%;
background: rgba(0, 0, 0, 0.1);
height: 10px;
display: block;
margin-top: -10px;
border-radius: 5px; }
.lvca-dark-bg .lvca-stats-bars .lvca-stats-bar .lvca-stats-bar-bg {
background: rgba(255, 255, 255, 0.1); }@-webkit-keyframes lvca-fade {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@keyframes lvca-fade {
0% {
opacity: 0; }
100% {
opacity: 1; } } .lvca-tabs {
position: relative;
overflow: hidden; }
.lvca-tabs .lvca-tab-nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; }
.lvca-tabs .lvca-tab-nav .lvca-tab {
text-align: center;
-webkit-box-flex: 0;
box-flex: 0;
-moz-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto; }
.lvca-tabs .lvca-tab-nav .lvca-tab a {
display: block;
text-overflow: ellipsis;
white-space: normal;
padding: 20px 40px;
text-decoration: none;
border: none;
margin: 0;
outline: none;
-webkit-transition: color .3s ease-in-out 0s;
transition: color .3s ease-in-out 0s; }
@media only screen and (max-width: 1024px) {
.lvca-tabs .lvca-tab-nav .lvca-tab a {
padding: 20px 25px; } }
.lvca-tabs .lvca-tab-nav .lvca-tab span.lvca-icon-wrapper span {
font-size: 32px;
font-weight: 400;
vertical-align: middle;
margin-right: 10px; }
.lvca-tabs .lvca-tab-nav .lvca-tab span.lvca-image-wrapper img {
max-width: 24px;
display: inline-block;
vertical-align: middle;
height: auto;
width: auto;
padding: 0;
margin: 0 10px 0 0;
border: none; }
.lvca-tabs .lvca-tab-nav .lvca-tab span.lvca-tab-title {
font-size: 14px;
line-height: 1;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px; }
.lvca-tabs .lvca-tab-panes {
position: relative; }
.lvca-tabs .lvca-tab-panes .lvca-tab-pane {
padding: 40px;
display: none;
overflow: hidden; }
.lvca-tabs .lvca-tab-panes .lvca-tab-pane.lvca-active {
display: block;
-webkit-animation: lvca-fade 0.3s ease-in-out;
animation: lvca-fade 0.3s ease-in-out; } .lvca-no-flexbox .lvca-tab-nav {
display: block; }
.lvca-no-flexbox .lvca-tab-nav .lvca-tab {
min-width: 15%;
display: inline-block; } .lvca-tabs.lvca-vertical {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.lvca-tabs.lvca-vertical .lvca-tab-nav {
-webkit-box-flex: 1;
box-flex: 1;
-moz-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
-webkit-box-orient: vertical;
box-orient: vertical;
-webkit-box-direction: normal;
box-direction: normal;
-moz-flex-direction: column;
flex-direction: column;
-ms-flex-direction: column;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; }
.lvca-tabs.lvca-vertical .lvca-tab-panes {
-webkit-box-flex: 4;
box-flex: 4;
-moz-flex: 4 1 auto;
-ms-flex: 4 1 auto;
flex: 4 1 auto; }
.lvca-tabs.lvca-vertical.lvca-mobile-layout {
-webkit-box-orient: vertical;
box-orient: vertical;
-webkit-box-direction: normal;
box-direction: normal;
-moz-flex-direction: column;
flex-direction: column;
-ms-flex-direction: column; } .lvca-tab-mobile-menu {
display: none; position: absolute;
top: 23px;
right: 20px;
background: transparent;
border: none;
z-index: 10; }
.lvca-tab-mobile-menu i {
font-size: 18px;
color: #777;
font-weight: bold; }
.lvca-tabs.lvca-mobile-layout .lvca-tab-mobile-menu {
display: block; }
.lvca-tabs.lvca-mobile-layout .lvca-tab-nav {
-webkit-box-orient: vertical;
box-orient: vertical;
-webkit-box-direction: normal;
box-direction: normal;
-moz-flex-direction: column;
flex-direction: column;
-ms-flex-direction: column;
cursor: pointer; }
.lvca-tabs.lvca-mobile-layout .lvca-tab-nav .lvca-tab {
text-align: center;
display: none; }
.lvca-tabs.lvca-mobile-layout .lvca-tab-nav .lvca-tab.lvca-active {
display: block; }
.lvca-tabs.lvca-mobile-layout.lvca-mobile-open { }
.lvca-tabs.lvca-mobile-layout.lvca-mobile-open .lvca-tab-nav .lvca-tab {
display: block; }
.lvca-tabs.lvca-mobile-layout.lvca-mobile-open .lvca-tab-mobile-menu i:before {
content: '\e911'; } .lvca-tabs.lvca-style1 .lvca-tab-nav .lvca-tab {
border-left: 1px solid #d9d9d9;
border-bottom: 1px solid #e2e2e2;
background: #e9e9e9; }
.lvca-tabs.lvca-style1 .lvca-tab-nav .lvca-tab:first-child {
border-left-color: transparent;
border-radius: 5px 0 0 0; }
.lvca-tabs.lvca-style1 .lvca-tab-nav .lvca-tab:last-child {
border-radius: 0 5px 0 0; }
.lvca-tabs.lvca-style1 .lvca-tab-nav .lvca-tab.lvca-active {
border-bottom: none;
background: #f2f2f2; }
.lvca-tabs.lvca-style1 .lvca-tab-nav .lvca-tab a {
color: #777; }
.lvca-tabs.lvca-style1 .lvca-tab-nav .lvca-tab a:hover, .lvca-tabs.lvca-style1 .lvca-tab-nav .lvca-tab a:focus {
color: #333; }
.lvca-tabs.lvca-style1 .lvca-tab-nav .lvca-tab.lvca-active a {
color: #333; }
.lvca-tabs.lvca-style1 .lvca-tab-panes {
background: #f2f2f2;
border-radius: 0 4px 4px 4px; }
.lvca-tabs.lvca-style1.lvca-mobile-layout:not(.lvca-mobile-open) .lvca-tab.lvca-active {
background: #eeeeee; }
.lvca-tabs.lvca-style1.lvca-mobile-layout .lvca-tab {
border-left: none;
border-bottom-color: #d9d9d9; }
.lvca-tabs.lvca-style1.lvca-mobile-layout .lvca-tab:first-child {
border-radius: 5px 5px 0 0; }
.lvca-tabs.lvca-style1.lvca-mobile-layout .lvca-tab:last-child {
border-radius: 0; }
.lvca-tabs.lvca-style1.lvca-mobile-layout .lvca-tab-panes {
border-radius: 0; } .lvca-tabs.lvca-style2 .lvca-tab-nav {
background: #f2f2f2;
border-radius: 5px 5px 0 0;
padding: 0 30px; }
.lvca-tabs.lvca-style2 .lvca-tab-nav .lvca-tab {
padding: 20px 10px;
position: relative; }
.lvca-tabs.lvca-style2 .lvca-tab-nav .lvca-tab a {
display: inline-block;
padding: 5px 20px;
border-radius: 34px;
color: #666;
-webkit-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s; }
.lvca-tabs.lvca-style2 .lvca-tab-nav .lvca-tab a:hover, .lvca-tabs.lvca-style2 .lvca-tab-nav .lvca-tab a:focus {
color: #888; }
.lvca-tabs.lvca-style2 .lvca-tab-nav .lvca-tab.lvca-active:after {
content: '';
display: block;
position: absolute;
bottom: 0;
left: 0;
right: 0;
width: 8px;
margin: 0 auto;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-bottom: 8px solid #3c3d41; }
.lvca-tabs.lvca-style2 .lvca-tab-nav .lvca-tab.lvca-active a {
background: #838d8f;
color: #fff; }
.lvca-tabs.lvca-style2 .lvca-tab-panes {
background: #3c3d41;
border-radius: 0 0 5px 5px; }
.lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane {
color: #838d8f; }
.lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane h1, .lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane h2, .lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane h3, .lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane h4, .lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane h5, .lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane h6 {
color: #fff; }
.lvca-tabs.lvca-style2.lvca-mobile-layout .lvca-tab-mobile-menu {
top: 27px; }
.lvca-tabs.lvca-style2.lvca-mobile-layout .lvca-tab-nav {
padding: 0; }
.lvca-tabs.lvca-style2.lvca-mobile-layout.lvca-mobile-open .lvca-tab {
border-bottom: 1px solid #e2e2e2; }
.lvca-tabs.lvca-style2.lvca-mobile-layout.lvca-mobile-open .lvca-tab:last-child {
border-bottom: none; }
.lvca-tabs.lvca-style2.lvca-mobile-layout.lvca-mobile-open .lvca-tab.lvca-active:after {
display: none; }
.lvca-dark-bg .lvca-tabs.lvca-style2 .lvca-tab-nav .lvca-tab a {
color: #333; }
.lvca-dark-bg .lvca-tabs.lvca-style2 .lvca-tab-nav .lvca-tab a:hover, .lvca-dark-bg .lvca-tabs.lvca-style2 .lvca-tab-nav .lvca-tab a:focus {
color: #666; }
.lvca-dark-bg .lvca-tabs.lvca-style2 .lvca-tab-nav .lvca-tab.lvca-active a {
background: #aaa;
color: #fff; }
.lvca-dark-bg .lvca-tabs.lvca-style2 .lvca-tab-nav .lvca-tab.lvca-active:after {
border-bottom: 8px solid #e7e7e7; }
.lvca-dark-bg .lvca-tabs.lvca-style2 .lvca-tab-panes {
background: #e7e7e7; }
.lvca-dark-bg .lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane {
color: #666; }
.lvca-dark-bg .lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane h1, .lvca-dark-bg .lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane h2, .lvca-dark-bg .lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane h3, .lvca-dark-bg .lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane h4, .lvca-dark-bg .lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane h5, .lvca-dark-bg .lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane h6 {
color: #333333; } .lvca-tabs.lvca-style3 .lvca-tab-nav {
background: #3c3d41;
border-radius: 5px 5px 0 0; }
.lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab {
position: relative;
border-right: 1px solid #4e4f53; }
.lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab a {
padding: 20px 30px;
border-radius: 34px;
color: #8f8e93;
-webkit-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s; }
.lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab a:hover, .lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab a:focus {
color: #ccc; }
.lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab.lvca-active:after {
content: '';
display: block;
position: absolute;
bottom: 0;
left: 0;
right: 0;
width: 8px;
margin: 0 auto;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-bottom: 8px solid #f2f2f2; }
.lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab span.lvca-icon-wrapper span, .lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab span.lvca-image-wrapper img {
margin: 0 auto; }
.lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab span.lvca-tab-title {
display: none; }
.lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab.lvca-active a {
color: #eeeeee; }
.lvca-tabs.lvca-style3 .lvca-tab-panes {
background: #f2f2f2;
border-radius: 0 0 5px 5px; }
.lvca-tabs.lvca-style3.lvca-mobile-layout .lvca-tab-nav {
-webkit-box-orient: horizontal;
box-orient: horizontal;
-webkit-box-direction: normal;
box-direction: normal;
-moz-flex-direction: row;
flex-direction: row;
-ms-flex-direction: row;
padding-right: 60px; }
.lvca-tabs.lvca-style3.lvca-mobile-layout.lvca-mobile-open .lvca-tab {
border-bottom: 1px solid #4e4f53; }
.lvca-dark-bg .lvca-tabs.lvca-style3.lvca-mobile-layout.lvca-mobile-open .lvca-tab {
border-bottom-color: #e5e5e5; }
.lvca-tabs.lvca-style3.lvca-mobile-layout.lvca-mobile-open .lvca-tab.lvca-active:after {
display: none; }
.lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-nav {
background: #fff; }
.lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab {
border-right: 1px solid #ececec; }
.lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab a {
color: #969696; }
.lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab a:hover, .lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab a:focus {
color: #666; }
.lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab.lvca-active a {
color: #333; }
.lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab.lvca-active:after {
border-bottom: 8px solid #e7e7e7; }
.lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-panes {
background: #e7e7e7; }
.lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-panes .lvca-tab-pane {
color: #666; }
.lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-panes .lvca-tab-pane h1, .lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-panes .lvca-tab-pane h2, .lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-panes .lvca-tab-pane h3, .lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-panes .lvca-tab-pane h4, .lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-panes .lvca-tab-pane h5, .lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-panes .lvca-tab-pane h6 {
color: #333; } .lvca-tabs.lvca-style4 {
background: #f2f2f2;
border-radius: 5px; }
.lvca-tabs.lvca-style4 .lvca-tab-nav {
border-bottom: 1px solid #dddddd;
margin: 0 40px; }
.lvca-tabs.lvca-style4 .lvca-tab-nav .lvca-tab {
position: relative;
z-index: 1;
margin-right: 20px; }
.lvca-tabs.lvca-style4 .lvca-tab-nav .lvca-tab:last-child {
margin-right: 0; }
.lvca-tabs.lvca-style4 .lvca-tab-nav .lvca-tab a {
color: #888;
padding: 30px 20px; }
.lvca-tabs.lvca-style4 .lvca-tab-nav .lvca-tab:before {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 2px;
background: transparent;
-webkit-transition: background .3s ease-in-out 0s;
transition: background .3s ease-in-out 0s; }
.lvca-tabs.lvca-style4 .lvca-tab-nav .lvca-tab:hover a {
color: #565656; }
.lvca-tabs.lvca-style4 .lvca-tab-nav .lvca-tab.lvca-active a {
color: #333; }
.lvca-tabs.lvca-style4 .lvca-tab-nav .lvca-tab.lvca-active:before {
background: #f94213;
height: 2px; }
.lvca-tabs.lvca-style4 .lvca-tab-pane {
padding: 40px; }
.lvca-tabs.lvca-style4.lvca-mobile-layout .lvca-tab-nav {
cursor: pointer;
padding: 0;
margin: 0;
border: none; }
.lvca-tabs.lvca-style4.lvca-mobile-layout .lvca-tab-nav .lvca-tab {
margin: 0;
border-bottom: 1px solid #e0e0e0; }
.lvca-dark-bg .lvca-tabs.lvca-style4.lvca-mobile-layout .lvca-tab-nav .lvca-tab {
border-left: 1px solid #404040;
border-right: 1px solid #404040;
border-bottom-color: #404040; }
.lvca-dark-bg .lvca-tabs.lvca-style4.lvca-mobile-layout .lvca-tab-nav .lvca-tab:first-child {
border-top: 1px solid #404040; }
.lvca-tabs.lvca-style4.lvca-mobile-layout .lvca-tab-nav .lvca-tab a {
padding: 20px 25px; }
.lvca-tabs.lvca-style4.lvca-mobile-layout .lvca-tab-nav .lvca-tab:before {
display: none; }
.lvca-tabs.lvca-style4.lvca-mobile-layout.lvca-mobile-open .lvca-tab.lvca-active {
border-left: 2px solid #f94213;
border-right: 2px solid #f94213; }
.lvca-dark-bg .lvca-tabs.lvca-style4.lvca-mobile-layout:not(.lvca-mobile-open) .lvca-tab.lvca-active {
border-top: 1px solid #404040; }
.lvca-dark-bg .lvca-tabs.lvca-style4 {
background: transparent; }
.lvca-dark-bg .lvca-tabs.lvca-style4 .lvca-tab-nav {
margin: 0;
border-bottom: 1px solid #2a2a2a; }
.lvca-dark-bg .lvca-tabs.lvca-style4 .lvca-tab-nav .lvca-tab a {
color: #707070; }
.lvca-dark-bg .lvca-tabs.lvca-style4 .lvca-tab-nav .lvca-tab:hover a {
color: #b0b0b0; }
.lvca-dark-bg .lvca-tabs.lvca-style4 .lvca-tab-nav .lvca-tab.lvca-active a {
color: #e5e5e5; }
.lvca-dark-bg .lvca-tabs.lvca-style4 .lvca-tab-pane {
padding: 40px 0 0;
color: #909090; }
.lvca-dark-bg .lvca-tabs.lvca-style4 .lvca-tab-pane h1, .lvca-dark-bg .lvca-tabs.lvca-style4 .lvca-tab-pane h2, .lvca-dark-bg .lvca-tabs.lvca-style4 .lvca-tab-pane h3, .lvca-dark-bg .lvca-tabs.lvca-style4 .lvca-tab-pane h4, .lvca-dark-bg .lvca-tabs.lvca-style4 .lvca-tab-pane h5, .lvca-dark-bg .lvca-tabs.lvca-style4 .lvca-tab-pane h6 {
color: #e5e5e5; } .lvca-tabs.lvca-style5 .lvca-tab-nav a {
padding: 20px 50px;
color: #777;
position: relative;
z-index: 1; }
.lvca-tabs.lvca-style5 .lvca-tab-nav a:after {
position: absolute;
top: 0;
left: 0;
z-index: -1;
width: 100%;
height: 100%;
background-color: #e9e9e9;
content: '';
-webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
-webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
transition: background-color 0.3s, -webkit-transform 0.3s;
transition: transform 0.3s, background-color 0.3s;
transition: transform 0.3s, background-color 0.3s, -webkit-transform 0.3s;
-webkit-transform: perspective(900px) rotate3d(1, 0, 0, 90deg);
transform: perspective(900px) rotate3d(1, 0, 0, 90deg);
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
-webkit-perspective-origin: 50% 100%;
perspective-origin: 50% 100%; }
.lvca-tabs.lvca-style5 .lvca-tab-nav a:hover, .lvca-tabs.lvca-style5 .lvca-tab-nav a:focus {
color: #333; }
.lvca-tabs.lvca-style5 .lvca-tab-nav .lvca-tab.lvca-active a {
color: #333; }
.lvca-tabs.lvca-style5 .lvca-tab-nav .lvca-tab.lvca-active a:after {
background-color: #f2f2f2;
-webkit-transform: perspective(900px) rotate3d(1, 0, 0, 0deg);
transform: perspective(900px) rotate3d(1, 0, 0, 0deg); }
.lvca-tabs.lvca-style5 .lvca-tab-panes {
background: #f2f2f2; }
.lvca-tabs.lvca-style5.lvca-mobile-layout .lvca-tab-nav .lvca-tab {
background: #f2f2f2;
border-bottom: 1px solid #e5e5e5; }
.lvca-dark-bg .lvca-tabs.lvca-style5 .lvca-tab-nav .lvca-tab a {
color: #b0b0b0; }
.lvca-dark-bg .lvca-tabs.lvca-style5 .lvca-tab-nav .lvca-tab a:hover, .lvca-dark-bg .lvca-tabs.lvca-style5 .lvca-tab-nav .lvca-tab a:focus {
color: #dddddd; }
.lvca-dark-bg .lvca-tabs.lvca-style5 .lvca-tab-nav .lvca-tab.lvca-active a {
color: #333; } .lvca-tabs.lvca-style6 .lvca-tab-nav .lvca-tab, .lvca-tabs.lvca-style7 .lvca-tab-nav .lvca-tab {
text-align: left; }
.lvca-tabs.lvca-style6 .lvca-tab-nav .lvca-tab a, .lvca-tabs.lvca-style7 .lvca-tab-nav .lvca-tab a {
padding: 5px 2px;
color: #666;
-webkit-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s;
border-top: 2px solid transparent;
border-bottom: 2px solid transparent;
display: inline-block; }
.lvca-tabs.lvca-style6 .lvca-tab-nav .lvca-tab a:hover, .lvca-tabs.lvca-style6 .lvca-tab-nav .lvca-tab a:focus, .lvca-tabs.lvca-style7 .lvca-tab-nav .lvca-tab a:hover, .lvca-tabs.lvca-style7 .lvca-tab-nav .lvca-tab a:focus {
color: #333333; }
.lvca-tabs.lvca-style6 .lvca-tab-nav .lvca-tab.lvca-active a, .lvca-tabs.lvca-style7 .lvca-tab-nav .lvca-tab.lvca-active a {
border-color: #f94213;
color: #333; }
.lvca-tabs.lvca-style6 .lvca-tab-pane, .lvca-tabs.lvca-style7 .lvca-tab-pane {
padding: 40px 0 0; }
.lvca-tabs.lvca-style6 .lvca-tab-nav {
margin: 0 auto;
text-align: left; }
.lvca-tabs.lvca-style6 .lvca-tab-nav .lvca-tab {
margin-right: 50px; }
.lvca-tabs.lvca-style6 .lvca-tab-nav .lvca-tab:last-child {
margin-right: 0; }
.lvca-tabs.lvca-style6 .lvca-tab-pane {
padding: 40px 0 0; }
.lvca-tabs.lvca-style7 .lvca-tab-nav .lvca-tab {
padding: 0 25px 0 0; }
.lvca-tabs.lvca-style7 .lvca-tab-nav .lvca-tab a {
max-width: none;
margin: 6px 0; }
@media only screen and (max-width: 479px) {
.lvca-tabs.lvca-style7 .lvca-tab-nav .lvca-tab a {
text-align: center; } }
.lvca-tabs.lvca-style7 .lvca-tab-panes {
-webkit-box-flex: 6;
box-flex: 6;
-moz-flex: 6 1 auto;
-ms-flex: 6 1 auto;
flex: 6 1 auto; }
.lvca-tabs.lvca-style7 .lvca-tab-panes .lvca-tab-pane {
padding: 0 0 0 20px; }
.lvca-tabs.lvca-style6.lvca-mobile-layout .lvca-tab-mobile-menu, .lvca-tabs.lvca-style7.lvca-mobile-layout .lvca-tab-mobile-menu {
top: 22px; }
.lvca-tabs.lvca-style6.lvca-mobile-layout .lvca-tab-nav .lvca-tab, .lvca-tabs.lvca-style7.lvca-mobile-layout .lvca-tab-nav .lvca-tab {
padding: 12px 0;
width: 100%;
text-align: center; }
.lvca-tabs.lvca-style6.lvca-mobile-layout .lvca-tab-nav .lvca-tab a, .lvca-tabs.lvca-style7.lvca-mobile-layout .lvca-tab-nav .lvca-tab a {
margin: 0; }
.lvca-tabs.lvca-style6.lvca-mobile-layout .lvca-tab-pane, .lvca-tabs.lvca-style7.lvca-mobile-layout .lvca-tab-pane {
padding: 30px 0 0; }
.lvca-dark-bg .lvca-tabs.lvca-style6 .lvca-tab-nav .lvca-tab a, .lvca-dark-bg .lvca-tabs.lvca-style7 .lvca-tab-nav .lvca-tab a {
color: #b0b0b0; }
.lvca-dark-bg .lvca-tabs.lvca-style6 .lvca-tab-nav .lvca-tab:hover a, .lvca-dark-bg .lvca-tabs.lvca-style7 .lvca-tab-nav .lvca-tab:hover a {
color: #dddddd; }
.lvca-dark-bg .lvca-tabs.lvca-style6 .lvca-tab-nav .lvca-tab.lvca-active a, .lvca-dark-bg .lvca-tabs.lvca-style7 .lvca-tab-nav .lvca-tab.lvca-active a {
color: #eaeaea; }
.lvca-dark-bg .lvca-tabs.lvca-style6 .lvca-tab-pane, .lvca-dark-bg .lvca-tabs.lvca-style7 .lvca-tab-pane {
color: #909090; }
.lvca-dark-bg .lvca-tabs.lvca-style6 .lvca-tab-pane h1, .lvca-dark-bg .lvca-tabs.lvca-style6 .lvca-tab-pane h2, .lvca-dark-bg .lvca-tabs.lvca-style6 .lvca-tab-pane h3, .lvca-dark-bg .lvca-tabs.lvca-style6 .lvca-tab-pane h4, .lvca-dark-bg .lvca-tabs.lvca-style6 .lvca-tab-pane h5, .lvca-dark-bg .lvca-tabs.lvca-style6 .lvca-tab-pane h6, .lvca-dark-bg .lvca-tabs.lvca-style7 .lvca-tab-pane h1, .lvca-dark-bg .lvca-tabs.lvca-style7 .lvca-tab-pane h2, .lvca-dark-bg .lvca-tabs.lvca-style7 .lvca-tab-pane h3, .lvca-dark-bg .lvca-tabs.lvca-style7 .lvca-tab-pane h4, .lvca-dark-bg .lvca-tabs.lvca-style7 .lvca-tab-pane h5, .lvca-dark-bg .lvca-tabs.lvca-style7 .lvca-tab-pane h6 {
color: #e5e5e5; } .lvca-tabs.lvca-style8 .lvca-tab-nav .lvca-tab {
margin: 2px 0; }
.lvca-tabs.lvca-style8 .lvca-tab-nav .lvca-tab a {
padding: 15px 30px;
border-radius: 4px;
background: #f2f2f2;
color: #777777;
-webkit-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s;
border-left: 3px solid transparent;
text-align: left; }
.lvca-tabs.lvca-style8 .lvca-tab-nav .lvca-tab a:hover, .lvca-tabs.lvca-style8 .lvca-tab-nav .lvca-tab a:focus {
color: #333333; }
.lvca-tabs.lvca-style8 .lvca-tab-nav .lvca-tab.lvca-active a {
color: #333;
border-left-color: #f94213; }
.lvca-tabs.lvca-style8 .lvca-tab-pane {
padding: 0 0 0 40px; }
.lvca-tabs.lvca-style8.lvca-mobile-layout .lvca-tab-mobile-menu {
top: 18px; }
.lvca-tabs.lvca-style8.lvca-mobile-layout .lvca-tab-nav .lvca-tab a {
text-align: left; }
.lvca-tabs.lvca-style8.lvca-mobile-layout:not(.lvca-mobile-open) .lvca-tab.lvca-active a {
border-color: transparent !important; }
.lvca-tabs.lvca-style8.lvca-mobile-layout .lvca-tab-pane {
padding: 30px 0 0; }
.lvca-dark-bg .lvca-tabs.lvca-style8 .lvca-tab-pane {
color: #909090; }
.lvca-dark-bg .lvca-tabs.lvca-style8 .lvca-tab-pane h1, .lvca-dark-bg .lvca-tabs.lvca-style8 .lvca-tab-pane h2, .lvca-dark-bg .lvca-tabs.lvca-style8 .lvca-tab-pane h3, .lvca-dark-bg .lvca-tabs.lvca-style8 .lvca-tab-pane h4, .lvca-dark-bg .lvca-tabs.lvca-style8 .lvca-tab-pane h5, .lvca-dark-bg .lvca-tabs.lvca-style8 .lvca-tab-pane h6 {
color: #e5e5e5; } .lvca-tabs.lvca-style9 {
background: #f2f2f2;
border-radius: 5px; }
.lvca-tabs.lvca-style9 .lvca-tab-nav {
border-right: 1px solid #dddddd; }
.lvca-tabs.lvca-style9 .lvca-tab-nav .lvca-tab {
border-bottom: 1px solid #d8d8d8;
background: #e9e9e9; }
.lvca-tabs.lvca-style9 .lvca-tab-nav .lvca-tab.lvca-active {
margin-right: -1px;
background: #f2f2f2; }
.lvca-tabs.lvca-style9 .lvca-tab-nav .lvca-tab a {
padding: 20px 30px;
color: #777; }
.lvca-tabs.lvca-style9 .lvca-tab-nav .lvca-tab a:hover, .lvca-tabs.lvca-style9 .lvca-tab-nav .lvca-tab a:focus {
color: #333; }
.lvca-tabs.lvca-style9 .lvca-tab-nav .lvca-tab.lvca-active a {
color: #333; }
.lvca-tabs.lvca-style9 .lvca-tab-panes {
-webkit-box-flex: 5;
box-flex: 5;
-moz-flex: 5 1 auto;
-ms-flex: 5 1 auto;
flex: 5 1 auto; }
.lvca-tabs.lvca-style9.lvca-mobile-layout .lvca-tab-nav {
border-right: none; }
.lvca-tabs.lvca-style9.lvca-mobile-layout:not(.lvca-mobile-open) .lvca-tab.lvca-active {
background: #eeeeee;
border: none; } .lvca-tabs.lvca-style10 .lvca-tab-nav {
background: #3c3d41;
border-radius: 5px 0 0 5px; }
.lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab {
position: relative;
border-bottom: 1px solid #4e4f53;
padding: 0; }
.lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab:last-child {
border-bottom: none; }
.lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab a {
padding: 20px;
color: #8f8e93;
-webkit-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s; }
.lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab a:hover, .lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab a:focus {
color: #ccc; }
.lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab.lvca-active:after {
content: '';
display: block;
position: absolute;
top: 32px;
right: 0;
height: 8px;
margin: 0 auto;
border-top: 8px solid transparent;
border-right: 8px solid #f2f2f2;
border-bottom: 8px solid transparent; }
.lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab span.lvca-icon-wrapper span, .lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab span.lvca-image-wrapper {
margin: 0 auto; }
.lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab span.lvca-tab-title {
display: none; }
.lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab.lvca-active a {
color: #fff; }
.lvca-tabs.lvca-style10 .lvca-tab-panes {
background: #f2f2f2;
border-radius: 0 5px 5px 0; }
.lvca-tabs.lvca-style10.lvca-mobile-layout {
-webkit-box-orient: horizontal;
box-orient: horizontal;
-webkit-box-direction: normal;
box-direction: normal;
-moz-flex-direction: row;
flex-direction: row;
-ms-flex-direction: row; }
.lvca-tabs.lvca-style10.lvca-mobile-layout .lvca-tab-mobile-menu {
display: none; }
.lvca-tabs.lvca-style10.lvca-mobile-layout .lvca-tab-nav .lvca-tab {
display: block; }
.lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-nav {
background: #fff; }
.lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab {
border-bottom: 1px solid #ececec; }
.lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab:last-child {
border-bottom: none; }
.lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab a {
color: #969696; }
.lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab a:hover, .lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab a:focus {
color: #666; }
.lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab.lvca-active a {
color: #333; }
.lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab.lvca-active:after {
border-right: 8px solid #e7e7e7; }
.lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-panes {
background: #e7e7e7; }
.lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-panes .lvca-tab-pane {
color: #666; }
.lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-panes .lvca-tab-pane h1, .lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-panes .lvca-tab-pane h2, .lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-panes .lvca-tab-pane h3, .lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-panes .lvca-tab-pane h4, .lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-panes .lvca-tab-pane h5, .lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-panes .lvca-tab-pane h6 {
color: #333; }.lvca-team-members .lvca-team-member .lvca-social-list {
margin-top: 20px; }
.lvca-team-members .lvca-team-member .lvca-social-list .lvca-social-list-item {
display: inline;
margin: 0 15px 0 0; }
.lvca-team-members .lvca-team-member .lvca-team-member-details {
font-size: 15px;
line-height: 24px; }
.lvca-team-members .lvca-team-member .lvca-team-member-text .lvca-title {
font-size: 18px;
line-height: 26px;
letter-spacing: 1px;
font-weight: bold;
color: #333;
text-transform: uppercase;
clear: none;
margin-top: 0;
margin-bottom: 10px; }
.lvca-team-members .lvca-team-member .lvca-team-member-text .lvca-team-member-position {
font-size: 15px;
line-height: 24px;
font-style: italic;
color: #888;
margin-bottom: 10px; } .lvca-team-members.lvca-style1 .lvca-team-member-wrapper {
float: left;
padding: 10px; }
.lvca-team-members.lvca-style1 .lvca-team-member {
max-width: 320px;
margin: 0 auto 40px; }
.lvca-team-members.lvca-style1 .lvca-team-member .lvca-image-wrapper {
text-align: center;
position: relative; }
.lvca-team-members.lvca-style1 .lvca-team-member .lvca-image-wrapper img {
max-width: 100%;
margin: 0 auto 30px;
border-radius: 50%;
-webkit-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s; }
.lvca-team-members.lvca-style1 .lvca-team-member .lvca-image-wrapper .lvca-social-list {
position: absolute;
height: 100%;
width: 100%;
top: 40%;
z-index: 2; }
@media only screen and (max-width: 767px) {
.lvca-team-members.lvca-style1 .lvca-team-member .lvca-image-wrapper .lvca-social-list {
position: relative;
top: 0; } }
.lvca-team-members.lvca-style1 .lvca-team-member .lvca-image-wrapper .lvca-social-list i {
font-size: 26px;
color: #fff;
opacity: 0;
-webkit-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s; }
.lvca-team-members.lvca-style1 .lvca-team-member .lvca-image-wrapper .lvca-social-list i:hover {
color: #ccc; }
@media only screen and (max-width: 767px) {
.lvca-team-members.lvca-style1 .lvca-team-member .lvca-image-wrapper .lvca-social-list i {
color: inherit;
opacity: 1; }
.lvca-team-members.lvca-style1 .lvca-team-member .lvca-image-wrapper .lvca-social-list i:hover {
color: inherit; } }
.lvca-team-members.lvca-style1 .lvca-team-member:hover .lvca-image-wrapper img {
-webkit-filter: brightness(50%);
filter: brightness(50%); }
@media only screen and (max-width: 767px) {
.lvca-team-members.lvca-style1 .lvca-team-member:hover .lvca-image-wrapper img {
-webkit-filter: brightness(80%);
filter: brightness(80%); } }
.lvca-team-members.lvca-style1 .lvca-team-member:hover .lvca-image-wrapper .lvca-social-list i {
opacity: 1; }
.lvca-team-members.lvca-style1 .lvca-team-member .lvca-team-member-text {
text-align: center;
max-width: 650px; }
.lvca-team-members.lvca-style1 .lvca-team-member .lvca-team-member-text .lvca-title {
margin-bottom: 10px; }
.lvca-team-members.lvca-style1 .lvca-team-member .lvca-social-list {
margin: 10px auto; } .lvca-team-members.lvca-style2 {
position: relative;
max-width: 960px; }
.lvca-team-members.lvca-style2 .lvca-team-member-wrapper {
clear: both;
margin-top: 100px; }
.lvca-team-members.lvca-style2 .lvca-team-member-wrapper:first-child {
margin-top: 0; }
.lvca-team-members.lvca-style2 .lvca-team-member-wrapper .lvca-image-wrapper {
float: left;
position: relative; }
.lvca-team-members.lvca-style2 .lvca-team-member-wrapper .lvca-image-wrapper img {
max-width: 320px;
border-radius: 50%;
-webkit-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s; }
.lvca-team-members.lvca-style2 .lvca-team-member-wrapper .lvca-team-member-text {
margin: 10px 0 0;
vertical-align: middle;
padding-top: 20px; }
.lvca-team-members.lvca-style2 .lvca-team-member-wrapper .lvca-team-member-text .lvca-title {
margin-bottom: 5px; }
.lvca-team-members.lvca-style2 .lvca-team-member-wrapper .lvca-team-member-text .lvca-team-member-details {
margin: 10px 0 10px; }
.lvca-team-members.lvca-style2 .lvca-team-member-wrapper .lvca-team-member-text .lvca-social-list i {
font-size: 24px; }
.lvca-team-members.lvca-style2 .lvca-team-member-wrapper:hover .lvca-image-wrapper img {
-webkit-filter: brightness(80%);
filter: brightness(80%); }
.lvca-team-members.lvca-style2 .lvca-team-member-wrapper:nth-child(odd) .lvca-image-wrapper {
margin-right: 50px; }
.lvca-team-members.lvca-style2 .lvca-team-member-wrapper:nth-child(even) .lvca-image-wrapper {
float: right;
margin-left: 50px; }
.lvca-team-members.lvca-style2 .lvca-team-member-wrapper:nth-child(even) .lvca-team-member-text .lvca-title, .lvca-team-members.lvca-style2 .lvca-team-member-wrapper:nth-child(even) .lvca-team-member-text .lvca-team-member-position, .lvca-team-members.lvca-style2 .lvca-team-member-wrapper:nth-child(even) .lvca-team-member-text .lvca-team-member-details, .lvca-team-members.lvca-style2 .lvca-team-member-wrapper:nth-child(even) .lvca-team-member-text .lvca-social-list {
text-align: right; }
@media only screen and (max-width: 767px) {
.lvca-team-members.lvca-style2 .lvca-team-member-wrapper {
margin-top: 75px; }
.lvca-team-members.lvca-style2 .lvca-team-member .lvca-image-wrapper, .lvca-team-members.lvca-style2 .lvca-team-member .lvca-team-member-text {
width: 100%;
float: none; }
.lvca-team-members.lvca-style2 .lvca-team-member .lvca-image-wrapper {
text-align: center; }
.lvca-team-members.lvca-style2 .lvca-team-member .lvca-image-wrapper img {
margin: 0 auto 20px; }
.lvca-team-members.lvca-style2 .lvca-team-member .lvca-team-member-text {
max-width: 400px;
margin: 0 auto;
padding-top: 0; }
.lvca-team-members.lvca-style2 .lvca-team-member .lvca-team-member-text .lvca-title, .lvca-team-members.lvca-style2 .lvca-team-member .lvca-team-member-text .lvca-team-member-position, .lvca-team-members.lvca-style2 .lvca-team-member .lvca-team-member-text .lvca-team-member-details, .lvca-team-members.lvca-style2 .lvca-team-member .lvca-team-member-text .lvca-social-list {
text-align: center !important; } }
.lvca-dark-bg .lvca-team-members .lvca-team-member .lvca-team-member-details {
color: #909090; }
.lvca-dark-bg .lvca-team-members .lvca-team-member .lvca-team-member-text .lvca-title {
color: #e5e5e5; }
.lvca-dark-bg .lvca-team-members .lvca-team-member .lvca-team-member-text .lvca-team-member-position {
color: #505050; }.lvca-testimonials .lvca-testimonial {
margin-bottom: 50px; }
.lvca-testimonials .lvca-testimonial-text {
background: #ffffff;
border: 1px solid #dbdbdb;
border-radius: 30px;
text-align: center;
position: relative;
padding: 20px;
margin-bottom: 40px;
font-style: italic;
font-size: 15px;
line-height: 24px;
color: #888;
text-align: center;
max-width: 450px; }
.lvca-dark-bg .lvca-testimonials .lvca-testimonial-text {
color: #666;
background: #eee; }
.lvca-testimonials .lvca-testimonial-text:after {
content: '';
display: block;
background: #fff;
border-left: 1px solid #dbdbdb;
border-bottom: 1px solid #dbdbdb;
background: #ffffff;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: skew(0deg, -44deg);
width: 24px;
height: 24px;
position: absolute;
bottom: -12px;
left: 40px;
margin: auto; }
.lvca-dark-bg .lvca-testimonials .lvca-testimonial-text:after {
background: #eee; }
.lvca-testimonials .lvca-testimonial-user {
display: table; }
.lvca-testimonials .lvca-testimonial-user .lvca-image-wrapper {
display: table-cell; }
.lvca-testimonials .lvca-testimonial-user .lvca-image-wrapper img {
max-width: 64px;
border-radius: 50%;
margin-right: 20px; }
.lvca-testimonials .lvca-testimonial-user .lvca-text {
display: table-cell;
vertical-align: middle;
color: #888; }
.lvca-dark-bg .lvca-testimonials .lvca-testimonial-user .lvca-text {
color: #909090; }
.lvca-testimonials .lvca-testimonial-user .lvca-text .lvca-author-name {
font-size: 18px;
line-height: 26px;
letter-spacing: 1px;
font-weight: bold;
color: #333;
text-transform: uppercase;
clear: none;
margin-top: 0;
margin-bottom: 10px;
font-size: 15px;
line-height: 24px;
margin-bottom: 5px;
color: #333; }
.lvca-dark-bg .lvca-testimonials .lvca-testimonial-user .lvca-text .lvca-author-name {
color: #e5e5e5; }.lvca-flex-container a:hover,
.lvca-flex-slider a:hover {
outline: none;
}
.lvca-slides,
.lvca-slides > li,
.lvca-flex-control-nav,
.lvca-flex-direction-nav {
margin: 0;
padding: 0;
list-style: none;
}
.lvca-flex-pauseplay span {
text-transform: capitalize;
} .lvca-flexslider {
margin: 0;
padding: 0;
}
.lvca-flexslider .lvca-slides > li {
display: none;
-webkit-backface-visibility: hidden;
}
.lvca-flexslider .lvca-slides img {
width: 100%;
display: block;
}
html[xmlns] .lvca-flexslider .lvca-slides {
display: block;
}
* html .lvca-flexslider .lvca-slides {
height: 1%;
}
.no-js .lvca-flexslider .lvca-slides > li:first-child {
display: block;
} .lvca-flexslider {
margin: 0;
position: relative;
zoom: 1;
}
.lvca-flexslider .lvca-slides {
zoom: 1;
overflow: hidden;
}
.lvca-flexslider .lvca-slides img {
height: auto;
-moz-user-select: none;
}
.lvca-flex-viewport {
max-height: 2000px;
-webkit-transition: all 1s ease;
transition: all 1s ease;
}
.loading .lvca-flex-viewport {
max-height: 300px;
}
.carousel li {
margin-right: 5px;
}
.lvca-flex-direction-nav {
*height: 0;
}
.lvca-flex-direction-nav a {
text-decoration: none;
display: block;
width: 40px;
height: 40px;
margin: -20px 0 0;
position: absolute;
top: 50%;
z-index: 10;
overflow: hidden;
opacity: 0;
cursor: pointer;
color: rgba(0, 0, 0, 0.8);
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
a.lvca-flex-prev { font-size: 40px;  color: rgba(0, 0, 0, 0.8);
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.lvca-flex-direction-nav a.lvca-flex-next:before {
content: '\f002';
}
.lvca-flex-direction-nav .lvca-flex-prev {
left: -50px;
}
.lvca-flex-direction-nav .lvca-flex-next {
right: -50px;
text-align: right;
}
.lvca-flex-direction-nav .lvca-flex-disabled {
opacity: 0!important;
filter: alpha(opacity=0);
cursor: default;
z-index: -1;
}
.lvca-flex-pauseplay a {
display: block;
width: 20px;
height: 20px;
position: absolute;
bottom: 5px;
left: 10px;
opacity: 0.8;
z-index: 10;
overflow: hidden;
cursor: pointer;
color: #000;
}
.lvca-flex-pauseplay a:before {
font-family: "flexslider-icon";
font-size: 20px;
display: inline-block;
content: '\f004';
}
.lvca-flex-pauseplay a:hover {
opacity: 1;
}
.lvca-flex-pauseplay a.lvca-flex-play:before {
content: '\f003';
}
.lvca-flex-control-nav {
width: 100%;
position: absolute;
bottom: -40px;
text-align: center;
}
.lvca-flex-control-nav li {
margin: 0 6px;
display: inline-block;
zoom: 1;
*display: inline;
}
.lvca-flex-control-paging li a {
width: 11px;
height: 11px;
display: block;
background: #666;
background: rgba(0, 0, 0, 0.5);
cursor: pointer;
text-indent: -9999px;
-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
border-radius: 20px;
}
.lvca-flex-control-paging li a:hover {
background: #333;
background: rgba(0, 0, 0, 0.7);
}
.lvca-flex-control-paging li a.lvca-flex-active {
background: #000;
background: rgba(0, 0, 0, 0.9);
cursor: default;
}
.lvca-flex-control-thumbs {
margin: 5px 0 0;
position: static;
overflow: hidden;
}
.lvca-flex-control-thumbs li {
width: 25%;
float: left;
margin: 0;
}
.lvca-flex-control-thumbs img {
width: 100%;
height: auto;
display: block;
opacity: .7;
cursor: pointer;
-moz-user-select: none;
-webkit-transition: all 1s ease;
transition: all 1s ease;
}
.lvca-flex-control-thumbs img:hover {
opacity: 1;
}
.lvca-flex-control-thumbs .lvca-flex-active {
opacity: 1;
cursor: default;
} @media screen and (max-width: 860px) {
.lvca-flex-direction-nav .lvca-flex-prev {
opacity: 1;
left: 10px;
}
.lvca-flex-direction-nav .lvca-flex-next {
opacity: 1;
right: 10px;
}
}.lvca-testimonials-slider {
position: relative; }
.lvca-testimonials-slider.lvca-container {
max-width: 900px;
margin: 0 auto; }
.lvca-testimonials-slider .lvca-testimonial-text {
text-align: center;
max-width: 750px;
margin: 0 auto 40px;
font-size: 18px;
line-height: 32px;
font-style: italic;
color: #666; }
.lvca-dark-bg .lvca-testimonials-slider .lvca-testimonial-text {
color: #ccc; }
.lvca-testimonials-slider .lvca-testimonial-text i {
color: #ccc;
font-size: 32px;
display: block;
margin-bottom: 35px;
background: none;
width: auto;
height: auto; }
.lvca-dark-bg .lvca-testimonials-slider .lvca-testimonial-text i {
color: #ddd; }
.lvca-testimonials-slider .lvca-testimonial-user {
display: table;
margin: 0 auto; }
.lvca-testimonials-slider .lvca-testimonial-user .lvca-image-wrapper {
display: table-cell; }
.lvca-testimonials-slider .lvca-testimonial-user .lvca-image-wrapper img {
max-width: 64px;
border-radius: 50%;
margin-right: 15px; }
.lvca-testimonials-slider .lvca-testimonial-user .lvca-text {
display: table-cell;
vertical-align: middle;
color: #888; }
.lvca-dark-bg .lvca-testimonials-slider .lvca-testimonial-user .lvca-text {
color: #909090; }
.lvca-testimonials-slider .lvca-testimonial-user .lvca-text .lvca-author-name {
font-size: 18px;
line-height: 26px;
letter-spacing: 1px;
font-weight: bold;
color: #333;
text-transform: uppercase;
clear: none;
margin-top: 0;
margin-bottom: 10px;
font-size: 15px;
line-height: 24px;
margin-bottom: 5px; }
.lvca-dark-bg .lvca-testimonials-slider .lvca-testimonial-user .lvca-text .lvca-author-name {
color: #e5e5e5; }

.lvca-portfolio-wrap {
clear: both;
overflow: hidden; }
.lvca-portfolio-wrap .lvca-portfolio-header {
position: relative;
max-width: 1140px;
margin: 0 auto 30px;
overflow: hidden;
clear: both;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.lvca-portfolio-wrap .lvca-portfolio-header.lvca-no-heading {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
@media only screen and (max-width: 800px) {
.lvca-portfolio-wrap .lvca-portfolio-header {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-flow: column wrap;
flex-flow: column wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; } }
.lvca-portfolio-wrap .lvca-heading {
display: inline-block;
text-align: left;
max-width: none;
font-size: 32px;
line-height: 44px;
text-transform: uppercase;
letter-spacing: 1px;
color: #333;
margin: 0 100px 0 0; }
.lvca-dark-bg .lvca-portfolio-wrap .lvca-heading {
color: #e5e5e5; }
@media only screen and (max-width: 800px) {
.lvca-portfolio-wrap .lvca-heading {
margin-bottom: 30px; } }
.lvca-portfolio-wrap .lvca-taxonomy-filter {
display: block;
margin: 0;
padding: 0;
-webkit-align-self: center;
align-self: center;
-ms-flex-item-align: center; }
@media only screen and (max-width: 800px) {
.lvca-portfolio-wrap .lvca-taxonomy-filter {
-webkit-align-self: flex-start;
align-self: flex-start;
-ms-flex-item-align: start; } }
.lvca-portfolio-wrap .lvca-taxonomy-filter .lvca-filter-item {
position: relative;
display: inline-block;
margin: 0 0 15px 0;
padding: 0;
font-style: normal;
border-bottom: 1px solid #ddd; }
.lvca-dark-bg .lvca-portfolio-wrap .lvca-taxonomy-filter .lvca-filter-item {
border-color: #444; }
.lvca-portfolio-wrap .lvca-taxonomy-filter .lvca-filter-item a {
font-size: 15px;
line-height: 24px;
-webkit-transition: all .4s ease-in-out 0s;
transition: all .4s ease-in-out 0s;
display: block;
color: #777;
padding: 0 15px 15px; }
.lvca-dark-bg .lvca-portfolio-wrap .lvca-taxonomy-filter .lvca-filter-item a {
color: #999; }
.lvca-portfolio-wrap .lvca-taxonomy-filter .lvca-filter-item a:hover {
color: #222; }
.lvca-dark-bg .lvca-portfolio-wrap .lvca-taxonomy-filter .lvca-filter-item a:hover {
color: #fff; }
@media only screen and (max-width: 479px) {
.lvca-portfolio-wrap .lvca-taxonomy-filter .lvca-filter-item a {
padding: 0 10px 8px; } }
.lvca-portfolio-wrap .lvca-taxonomy-filter .lvca-filter-item.lvca-active a {
color: #222; }
.lvca-dark-bg .lvca-portfolio-wrap .lvca-taxonomy-filter .lvca-filter-item.lvca-active a {
color: #fff; }
.lvca-portfolio-wrap .lvca-taxonomy-filter .lvca-filter-item.lvca-active:after {
content: '';
position: absolute;
left: 0;
bottom: 0;
border-bottom: 3px solid #f94213;
width: 100%; }
.lvca-portfolio-wrap .lvca-taxonomy-filter .lvca-filter-item:last-child {
margin-right: 0; }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .hentry {
margin: 0;
padding: 0;
border: none;
background: none;
-webkit-box-shadow: none;
box-shadow: none; }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image {
position: relative;
overflow: hidden; }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image img {
display: block;
width: 100%;
-webkit-transition: all .4s ease-in-out 0s;
transition: all .4s ease-in-out 0s; }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image:hover img {
-webkit-filter: brightness(50%);
filter: brightness(50%); }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image .lvca-image-info {
display: block;
text-align: center; }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image .lvca-image-info .lvca-entry-info {
text-align: center;
display: block;
position: absolute;
top: 50%;
left: 0;
right: 0;
margin: auto;
max-width: 100%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%); }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image .lvca-image-info .lvca-post-title {
padding: 10px;
margin: 0;
font-size: 18px;
line-height: 28px;
font-weight: 400;
color: #fff;
opacity: 0;
-webkit-transition: opacity .4s ease-in-out 0s;
transition: opacity .4s ease-in-out 0s; }
@media only screen and (max-width: 1024px) {
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image .lvca-image-info .lvca-post-title {
font-size: 18px;
line-height: 26px; } }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image .lvca-image-info .lvca-post-title a {
display: inline;
color: #fff;
-webkit-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s;
border-bottom: 1px solid transparent; }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image .lvca-image-info .lvca-post-title a:hover {
border-bottom: 1px solid #ccc; }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image .lvca-image-info .lvca-terms {
display: block;
color: #f9f9f9;
font-size: 14px;
line-height: 22px;
opacity: 0;
-webkit-transition: opacity .4s ease-in-out 0s;
transition: opacity .4s ease-in-out 0s; }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image .lvca-image-info .lvca-terms a {
color: #ddd;
position: relative;
display: inline;
zoom: 1;
font-size: 14px;
line-height: 22px;
font-style: italic;
-webkit-transition: all .4s ease-in-out 0s;
transition: all .4s ease-in-out 0s; }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image .lvca-image-info .lvca-terms a:hover {
color: #fff; }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image:hover .lvca-image-info .lvca-post-title, .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image:hover .lvca-image-info .lvca-terms {
opacity: 1; }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-entry-text-wrap {
text-align: center;
max-width: 650px;
margin: 20px auto 0; }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .entry-title {
font-size: 18px;
line-height: 26px;
font-weight: normal;
margin-bottom: 10px; }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .entry-title:after, .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .entry-title:before {
display: none; }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .entry-title a {
-webkit-transition: all .4s ease-in-out 0s;
transition: all .4s ease-in-out 0s;
color: #333; }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .entry-title a:hover {
color: #888; }
.lvca-dark-bg .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .entry-title a {
color: #e0e0e0; }
.lvca-dark-bg .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .entry-title a:hover {
color: #fff; }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-entry-meta span {
display: inline-block;
padding: 0;
margin: 0;
font-style: italic;
color: #999; }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-entry-meta span:after {
content: '//';
padding-left: 6px;
padding-right: 6px; }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-entry-meta span:first-child {
border: none;
padding-left: 0; }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-entry-meta span:last-child:after {
display: none; }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-entry-meta span a {
-webkit-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
font-style: normal; }
.lvca-dark-bg .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-entry-meta span {
color: #707070; }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .entry-summary {
margin: 15px auto 0;
padding: 0; }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .entry-summary:before {
width: 35px;
height: 1px;
background: #aaa;
display: block;
content: "";
text-align: center;
margin: 0 auto 15px; }
.lvca-dark-bg .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .entry-summary {
color: #999; }
.lvca-dark-bg .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .entry-summary:before {
background: #505050; }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-read-more {
margin: 25px 0 0 0; }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-read-more a:not(.lvca-button) {
color: #333;
font-size: 12px;
line-height: 1;
font-weight: 600;
text-transform: uppercase;
display: block;
padding: 0;
-webkit-transition: color 0.3s ease-in-out 0s;
transition: color 0.3s ease-in-out 0s; }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-read-more a:not(.lvca-button):hover {
color: #666; }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-read-more a:not(.lvca-button):after {
content: '›';
display: inline-block;
margin-left: 7px; }
.rtl .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-read-more a:not(.lvca-button):after {
margin: 0 7px 0 0; }@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@400;700&display=swap"); body {
font-family: 'Roboto', sans-serif !important;
font-weight: 300 !important;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Cairo', sans-serif;
font-weight: 700 !important;
}
.qodef-content ul {
list-style: none;
}
.qodef-content ul li::before {
content: "\25AA";
color: #e30613;
font-weight: bold;
display: inline-block; 
width: .7em;
font-size: 1.5em;
vertical-align: bottom;
}
.qodef-section-title-holder .qodef-st-title::before {
display: inline-block;
position: absolute;
top: 6px !important;
left: -25px;
background-image: url(//www.pavelprodukce.cz/wp-content/themes/pavel/assets/img/e.png);
background-size: 11px 15px;
background-color: transparent !important;
width: 11px;
height: 15px !important;
}
div.first-letter h3::before {
display: inline-block;
position: relative;
margin-right: 10px;
background-image: url(//www.pavelprodukce.cz/wp-content/themes/pavel/assets/img/e.png);
background-size: 18px 24px;
background-color: transparent;
width: 18px;
height: 24px;
content: "";
}
.page-id-16 .vc_gitem-post-data-source-post_excerpt, .page-id-16 .vc_btn3-container.vc_btn3-left, .qodef-post-info-top, .qodef-related-posts-holder .qodef-related-post .qodef-post-info > div a {
display: none;
}
.page-id-5419 .qodef-content-inner {
margin-top: -147px !important;
}
.page-id-5419 .qodef-title-holder {
display: none;
}
::-moz-selection {
background: #ff2a0e!important;
}
nav .current-menu-item span {
color: #ff2a0e!important;
}
#hpmix a.vc_general.vc_btn3 {
background-color: #ff2a0e!important;
} .qodef-mobile-header {
width: 100%; 
}
@media only screen and (max-width: 681px) {
div.first-letter h3::before {
background-size: 14px 19.1px;
width: 14px;
height: 19.1px;
}
p {
font-size: 16px !important;
}
rs-module-wrap, rs-module, rs-fullwidth-wrap { height: 380px !important; max-height: 380px; }
rs-sbg { margin-top: 40px; }
}
h4.entry-title.qodef-post-title a { font-size: 18px; }
.lvca-portfolio h3 a { color: #000; text-align: left; }
.lvca-portfolio h3 { color: #000; text-align: left; }
.gallery-item img { border: 0px solid #fff !important; }
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .entry-title {
height: 52px;
display: block;
}

#respond input[type=text], #respond textarea, .post-password-form input[type=password], .qodef-style-form textarea, .wpcf7-form-control.wpcf7-date, .wpcf7-form-control.wpcf7-number, .wpcf7-form-control.wpcf7-quiz, .wpcf7-form-control.wpcf7-select, .wpcf7-form-control.wpcf7-text, .wpcf7-form-control.wpcf7-textarea, input[type=email], input[type=password], input[type=text] {
position: relative;
width: 100%;
margin: -2px 0 19px;
padding: 12px 25px;
font-family: inherit;
font-size: 16px;
font-weight: inherit;
line-height: calc(50px - (12px * 2) - 2px);
color: #000;
background-color: transparent;
border: 1px solid #bababa;
border-radius: 0;
outline: 0;
cursor: pointer;
-webkit-appearance: none;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: border-color .2s ease-in-out;
-o-transition: border-color .2s ease-in-out;
transition: border-color .2s ease-in-out
}
#respond input:focus[type=text], #respond textarea:focus, .qodef-style-form textarea:focus, .wpcf7-form-control.wpcf7-date:focus, .wpcf7-form-control.wpcf7-number:focus, .wpcf7-form-control.wpcf7-quiz:focus, .wpcf7-form-control.wpcf7-select:focus, .wpcf7-form-control.wpcf7-text:focus, .wpcf7-form-control.wpcf7-textarea:focus, input:focus[type=email], input:focus[type=password], input:focus[type=text] {
color: #000;
border-color: #000
}
#respond input[type=text]::-webkit-input-placeholder, #respond textarea::-webkit-input-placeholder, .post-password-form input[type=password]::-webkit-input-placeholder, .qodef-style-form textarea::-webkit-input-placeholder, .wpcf7-form-control.wpcf7-date::-webkit-input-placeholder, .wpcf7-form-control.wpcf7-number::-webkit-input-placeholder, .wpcf7-form-control.wpcf7-quiz::-webkit-input-placeholder, .wpcf7-form-control.wpcf7-select::-webkit-input-placeholder, .wpcf7-form-control.wpcf7-text::-webkit-input-placeholder, .wpcf7-form-control.wpcf7-textarea::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder {
color: inherit
}
#respond input:-moz-placeholder[type=text], #respond textarea:-moz-placeholder, .qodef-style-form textarea:-moz-placeholder, .wpcf7-form-control.wpcf7-date:-moz-placeholder, .wpcf7-form-control.wpcf7-number:-moz-placeholder, .wpcf7-form-control.wpcf7-quiz:-moz-placeholder, .wpcf7-form-control.wpcf7-select:-moz-placeholder, .wpcf7-form-control.wpcf7-text:-moz-placeholder, .wpcf7-form-control.wpcf7-textarea:-moz-placeholder, input:-moz-placeholder[type=email], input:-moz-placeholder[type=password], input:-moz-placeholder[type=text] {
color: inherit;
opacity: 1
}
#respond input[type=text]::-moz-placeholder, #respond textarea::-moz-placeholder, .post-password-form input[type=password]::-moz-placeholder, .qodef-style-form textarea::-moz-placeholder, .wpcf7-form-control.wpcf7-date::-moz-placeholder, .wpcf7-form-control.wpcf7-number::-moz-placeholder, .wpcf7-form-control.wpcf7-quiz::-moz-placeholder, .wpcf7-form-control.wpcf7-select::-moz-placeholder, .wpcf7-form-control.wpcf7-text::-moz-placeholder, .wpcf7-form-control.wpcf7-textarea::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=text]::-moz-placeholder {
color: inherit;
opacity: 1
}
#respond input:-ms-input-placeholder[type=text], #respond textarea:-ms-input-placeholder, .qodef-style-form textarea:-ms-input-placeholder, .wpcf7-form-control.wpcf7-date:-ms-input-placeholder, .wpcf7-form-control.wpcf7-number:-ms-input-placeholder, .wpcf7-form-control.wpcf7-quiz:-ms-input-placeholder, .wpcf7-form-control.wpcf7-select:-ms-input-placeholder, .wpcf7-form-control.wpcf7-text:-ms-input-placeholder, .wpcf7-form-control.wpcf7-textarea:-ms-input-placeholder, input:-ms-input-placeholder[type=email], input:-ms-input-placeholder[type=password], input:-ms-input-placeholder[type=text] {
color: inherit
}
a, abbr, acronym, address, applet, b, big, blockquote, body, caption, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, var {
background: 0 0;
border: 0;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, nav, section {
display: block
}
del {
text-decoration: line-through
}
table {
border: medium none;
border-collapse: collapse;
border-spacing: 0;
vertical-align: middle
}
table th {
border: 0;
padding: 5px 7px;
text-align: center
}
table td {
padding: 5px 10px;
text-align: center
}
a img {
border: none
}
.wp-caption, img {
height: auto;
max-width: 100%
}
iframe {
max-width: 100%
}
.clearfix:after, .clearfix:before {
content: " ";
display: table
}
.clearfix:after {
clear: both
}
.clear:after {
clear: both;
content: "";
display: block
}
html {
overflow-y: scroll !important
}
body {
font-family: Yantramanav, sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 1.56em;
color: #717171;
background-color: #fff;
-webkit-font-smoothing: antialiased;
overflow-x: hidden !important
}
h1 {
font-size: 55px;
line-height: 1.013em;
font-weight: 500
}
h2 {
font-size: 45px;
line-height: 1.111em;
font-weight: 500
}
h3 {
font-size: 35px;
line-height: 1.142em;
font-weight: 500
}
h4 {
font-size: 22px;
line-height: 1.272em;
font-weight: 500
}
h5 {
font-size: 19px;
line-height: 1.1em;
font-weight: 500
}
h6 {
font-size: 18px;
line-height: 1.5em;
font-weight: 400
}
h1, h2, h3, h4, h5, h6 {
color: #000;
margin: 25px 0;
-ms-word-wrap: break-word;
word-wrap: break-word
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
color: inherit;
font-family: inherit;
font-size: inherit;
font-weight: inherit;
font-style: inherit;
line-height: inherit;
letter-spacing: inherit;
text-transform: inherit
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
color: #969696
}
a, p a {
color: #000;
text-decoration: none;
-webkit-transition: color .2s ease-out;
-o-transition: color .2s ease-out;
transition: color .2s ease-out
}
a:hover, p a:hover {
color: #969696
}
p {
margin: 10px 0
}
input[type=submit] {
-webkit-appearance: none
}
ol, ul {
list-style-position: inside;
margin: 15px 0
}
ol ol, ol ul, ul ol, ul ul {
margin: 0;
padding: 0 0 0 15px
}
pre {
max-width: 100%;
margin: 15px 0;
padding: 15px;
background-color: #fff;
white-space: pre-wrap;
word-wrap: break-word
}
dt {
margin-bottom: 10px;
font-size: 15px;
font-weight: 500
}
dd {
margin-bottom: 15px
}
sub, sup {
position: relative;
vertical-align: baseline;
height: 0;
line-height: 0;
font-size: 75%
}
sub {
top: .5ex
}
sup {
bottom: .5ex
}
.wp-caption-text {
font-style: italic;
margin: 0
}
table {
width: 100%
}
table tbody tr, table thead tr {
border: 1px solid #e1e1e1
}
table tbody th {
border-right: 1px solid #e1e1e1
}
blockquote {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
margin: 10px 0;
padding: 0;
font-size: 18px;
font-weight: 500;
line-height: 27px;
quotes: none;
-webkit-box-sizing: border-box;
box-sizing: border-box;
min-height: 110px;
border: none !important;
color: #000;
text-align: left
}
blockquote > * {
color: inherit;
font-family: inherit;
font-size: inherit;
font-weight: inherit;
font-style: inherit;
line-height: inherit;
letter-spacing: inherit;
text-transform: inherit;
font-size: 18px;
font-weight: 500;
color: #000;
line-height: 27px
}
blockquote > p {
margin: 30px 100px 0 90px
}
blockquote p {
color: #000;
margin: 30px 100px 0 90px
}
blockquote:before {
content: '”';
position: absolute;
font-size: 450px;
font-weight: 700;
height: 200px;
width: 200px;
display: block;
line-height: 1em;
left: -35px;
top: -30px;
color: rgba(0, 0, 0, .08)
}
blockquote:after {
content: ''
}
blockquote .wp-block-pullquote__citation, blockquote .wp-block-quote__citation, blockquote cite, blockquote footer {
display: block;
margin-top: 10px;
text-align: inherit;
font-size: 14px;
line-height: 1.3em;
letter-spacing: 0;
font-style: normal;
font-weight: 400;
text-transform: none;
margin-left: 90px
}
@media only screen and (max-width:480px) {
blockquote > * {
margin: 30px 30px 0
}
}
::-moz-selection {
background: #ff2a0e;
color: #fff
}
::selection {
background: #ff2a0e;
color: #fff
}
::-moz-selection {
background: #ff2a0e;
color: #fff
}
.bypostauthor, .gallery-caption, .sticky, .wp-caption, .wp-caption-text {
opacity: 1
}
.alignleft {
display: inline;
float: left;
margin: 0 20px 20px 0
}
.alignright {
display: inline;
float: right;
margin: 0 0 20px 20px
}
.aligncenter {
clear: both;
display: block;
margin: 10px auto
}
.alignwide {
margin-left: auto;
margin-right: auto;
clear: both
}
@media only screen and (max-width:1024px) {
.alignwide {
width: 100%;
max-width: 100%
}
}
.alignfull {
position: relative;
left: -1rem;
width: calc(100% + (2 * 1rem));
max-width: calc(100% + (2 * 1rem));
clear: both
}
@media only screen and (max-width:1024px) {
.alignfull {
left: calc(-12.5% - 75px);
width: calc(125% + 150px);
max-width: calc(125% + 150px);
margin-top: calc(2 * 1rem);
margin-bottom: calc(2 * 1rem)
}
}
.text-align-right {
text-align: right
}
.text-align-left {
text-align: left
}
.text-align-center {
text-align: center
}
.qodef-wrapper {
position: relative;
left: 0;
z-index: 1000;
-webkit-transition: left .33s cubic-bezier(.694, .0482, .335, 1);
-o-transition: left .33s cubic-bezier(.694, .0482, .335, 1);
transition: left .33s cubic-bezier(.694, .0482, .335, 1)
}
.qodef-wrapper .qodef-wrapper-inner {
width: 100%;
overflow: hidden
}
.qodef-content {
position: relative;
margin-top: 0;
background-color: #fff;
z-index: 100
}
.qodef-boxed {
overflow: hidden !important
}
.qodef-boxed .qodef-wrapper {
width: 100%;
display: inline-block;
vertical-align: middle
}
.touch .qodef-boxed .qodef-wrapper {
background-repeat: repeat
}
.qodef-boxed .qodef-wrapper .qodef-wrapper-inner {
width: 1150px;
margin: auto;
overflow: visible
}
.qodef-boxed .qodef-content {
overflow: hidden
}
.qodef-boxed .qodef-footer-inner {
width: 1150px;
margin: auto
}
.qodef-boxed .qodef-page-header .qodef-fixed-wrapper.fixed, .qodef-boxed .qodef-page-header .qodef-sticky-header {
left: auto;
width: 1150px
}
.qodef-paspartu-enabled .qodef-wrapper {
padding: 10px;
background-color: #fff;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-paspartu-enabled.qodef-top-paspartu-disabled .qodef-wrapper {
padding-top: 0 !important
}
.qodef-paspartu-enabled .qodef-page-header .qodef-fixed-wrapper.fixed {
left: 10px;
width: calc(100% - 20px)
}
.qodef-paspartu-enabled .qodef-sticky-header {
left: 10px;
width: calc(100% - 20px)
}
.qodef-paspartu-enabled .qodef-mobile-header.mobile-header-appear .qodef-mobile-header-inner {
left: 10px;
width: calc(100% - 20px)
}
.qodef-paspartu-enabled.qodef-fixed-paspartu-enabled.admin-bar .qodef-wrapper:before {
top: 32px
}
.qodef-paspartu-enabled.qodef-fixed-paspartu-enabled .qodef-wrapper:after, .qodef-paspartu-enabled.qodef-fixed-paspartu-enabled .qodef-wrapper:before {
content: '';
position: fixed;
left: 0;
width: 100%;
height: auto;
padding-top: inherit;
background-color: inherit;
z-index: 99999
}
.qodef-paspartu-enabled.qodef-fixed-paspartu-enabled .qodef-wrapper:before {
top: 0
}
.qodef-paspartu-enabled.qodef-fixed-paspartu-enabled .qodef-wrapper:after {
bottom: 0
}
.qodef-paspartu-enabled.qodef-fixed-paspartu-enabled .qodef-page-header .qodef-fixed-wrapper.fixed {
margin-top: 10px
}
.qodef-paspartu-enabled.qodef-fixed-paspartu-enabled .qodef-sticky-header.header-appear {
margin-top: 10px
}
.qodef-paspartu-enabled.qodef-fixed-paspartu-enabled .qodef-mobile-header.mobile-header-appear .qodef-mobile-header-inner {
margin-top: 10px
}
.qodef-smooth-transition-loader {
position: fixed;
top: 0;
bottom: 0;
right: 0;
left: 0;
background-color: #fff;
z-index: 2000
}
.qodef-container {
position: relative;
width: 100%;
padding: 0;
z-index: 100
}
.qodef-container:before {
content: " ";
display: table
}
.qodef-container:after {
clear: both;
content: " ";
display: table
}
.qodef-container-inner {
width: 1100px;
margin: 0 auto;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-full-width {
position: relative;
z-index: 100
}
.qodef-content .qodef-content-inner > .qodef-container > .qodef-container-inner, .qodef-content .qodef-content-inner > .qodef-full-width > .qodef-full-width-inner {
padding-top: 70px;
padding-bottom: 40px
}
@media only screen and (min-width:1400px) {
.qodef-grid-1300 .qodef-container-inner, .qodef-grid-1300 .qodef-grid, .qodef-grid-1300 .qodef-row-grid-section {
width: 1300px
}
.qodef-grid-1300.qodef-boxed .qodef-footer-inner, .qodef-grid-1300.qodef-boxed .qodef-wrapper-inner {
width: 1350px
}
.qodef-grid-1300.qodef-boxed .qodef-page-header .qodef-fixed-wrapper.fixed, .qodef-grid-1300.qodef-boxed .qodef-page-header .qodef-sticky-header {
left: auto;
width: 1350px
}
}
@media only screen and (min-width:1367px) {
.qodef-grid-1200 .qodef-container-inner, .qodef-grid-1200 .qodef-grid, .qodef-grid-1200 .qodef-row-grid-section {
width: 1200px
}
.qodef-grid-1200.qodef-boxed .qodef-footer-inner, .qodef-grid-1200.qodef-boxed .qodef-wrapper-inner {
width: 1250px
}
.qodef-grid-1200.qodef-boxed .qodef-page-header .qodef-fixed-wrapper.fixed, .qodef-grid-1200.qodef-boxed .qodef-page-header .qodef-sticky-header {
left: auto;
width: 1250px
}
}
@media only screen and (min-width:1200px) {
.qodef-grid-1000 .qodef-container-inner, .qodef-grid-1000 .qodef-grid, .qodef-grid-1000 .qodef-row-grid-section {
width: 1000px
}
.qodef-grid-1000.qodef-boxed .qodef-footer-inner, .qodef-grid-1000.qodef-boxed .qodef-wrapper-inner {
width: 1050px
}
.qodef-grid-1000.qodef-boxed .qodef-page-header .qodef-fixed-wrapper.fixed, .qodef-grid-1000.qodef-boxed .qodef-page-header .qodef-sticky-header {
width: 1050px;
left: auto
}
}
@media only screen and (min-width:1024px) {
.qodef-grid-800 .qodef-container-inner, .qodef-grid-800 .qodef-grid, .qodef-grid-800 .qodef-row-grid-section {
width: 800px
}
.qodef-grid-800.qodef-boxed .qodef-footer-inner, .qodef-grid-800.qodef-boxed .qodef-wrapper-inner {
width: 850px
}
.qodef-grid-800.qodef-boxed .qodef-page-header .qodef-fixed-wrapper.fixed, .qodef-grid-800.qodef-boxed .qodef-page-header .qodef-sticky-header {
width: 850px;
left: auto
}
}
@-webkit-keyframes preload-background {
from {
background-position: 0 0
}
to {
background-position: 100% 0
}
}
@keyframes preload-background {
from {
background-position: 0 0
}
to {
background-position: 100% 0
}
}
.qodef-preload-background {
background: transparent url(//www.pavelprodukce.cz/wp-content/themes/pavel/assets/img/preload_pattern.png) repeat scroll inherit !important;
-webkit-animation-name: preload-background;
-webkit-animation-duration: 40s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-webkit-animation-delay: 0s;
-webkit-animation-fill-mode: forwards;
animation-name: preload-background;
animation-duration: 40s;
animation-iteration-count: infinite;
animation-timing-function: linear;
animation-delay: 0s;
animation-fill-mode: forwards
}
.qodef-grid {
margin: 0 auto;
width: 1100px
}
.qodef-vertical-align-containers {
position: relative;
width: 100%;
height: 100%;
padding: 0 20px;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-vertical-align-containers.qodef-25-50-25 .qodef-position-left, .qodef-vertical-align-containers.qodef-25-50-25 .qodef-position-right {
width: 25%
}
.qodef-vertical-align-containers.qodef-25-50-25 .qodef-position-center {
left: 50%;
width: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%)
}
.qodef-vertical-align-containers.qodef-33-33-33 .qodef-position-center, .qodef-vertical-align-containers.qodef-33-33-33 .qodef-position-left, .qodef-vertical-align-containers.qodef-33-33-33 .qodef-position-right {
width: 33.33%
}
.qodef-vertical-align-containers.qodef-33-33-33 .qodef-position-center {
left: 50%;
width: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%)
}
.qodef-vertical-align-containers.qodef-50-50 .qodef-position-left, .qodef-vertical-align-containers.qodef-50-50 .qodef-position-right {
width: 50%
}
.qodef-vertical-align-containers.qodef-33-66 .qodef-position-left {
width: 33.33%
}
.qodef-vertical-align-containers.qodef-33-66 .qodef-position-right {
width: 66.66%
}
.qodef-vertical-align-containers.qodef-66-33 .qodef-position-left {
width: 66.66%
}
.qodef-vertical-align-containers.qodef-66-33 .qodef-position-right {
width: 33.33%
}
.qodef-vertical-align-containers .qodef-position-left {
position: relative;
height: 100%;
float: left;
z-index: 2
}
.qodef-vertical-align-containers .qodef-position-center {
position: absolute;
left: 0;
width: 100%;
height: 100%;
text-align: center;
z-index: 1
}
.qodef-vertical-align-containers .qodef-position-right {
position: relative;
height: 100%;
float: right;
text-align: right;
z-index: 2
}
.qodef-vertical-align-containers .qodef-position-center-inner, .qodef-vertical-align-containers .qodef-position-left-inner, .qodef-vertical-align-containers .qodef-position-right-inner {
display: inline-block;
vertical-align: middle
}
.qodef-vertical-align-containers .qodef-position-right.qodef-has-widget .qodef-position-right-inner {
height: 100%
}
.qodef-vertical-align-containers .qodef-position-center:before, .qodef-vertical-align-containers .qodef-position-left:before, .qodef-vertical-align-containers .qodef-position-right:before {
content: "";
height: 100%;
display: inline-block;
vertical-align: middle;
margin-right: 0
}
.last_toggle_el_margin, .wpb_button, .wpb_content_element, .wpb_row, ul.wpb_thumbnails-fluid > li {
margin-bottom: 0 !important
}
.vc_row .wpb_gmaps_widget .wpb_wrapper {
padding: 0;
background-color: transparent
}
.qodef-row-grid-section {
position: relative;
width: 1100px;
margin: 0 auto;
z-index: 20
}
.qodef-content-aligment-left {
text-align: left
}
.qodef-content-aligment-center {
text-align: center
}
.qodef-content-aligment-right {
text-align: right
}
@media only screen and (max-width:1280px) {
.qodef-disabled-bg-image-bellow-1280 {
background-image: none !important
}
}
@media only screen and (max-width:1024px) {
.qodef-disabled-bg-image-bellow-1024 {
background-image: none !important
}
}
@media only screen and (max-width:768px) {
.qodef-disabled-bg-image-bellow-768 {
background-image: none !important
}
}
@media only screen and (max-width:680px) {
.qodef-disabled-bg-image-bellow-680 {
background-image: none !important
}
}
@media only screen and (max-width:480px) {
.qodef-disabled-bg-image-bellow-480 {
background-image: none !important
}
}
.qodef-parallax-row-holder {
position: static;
padding: 0;
background-attachment: fixed;
background-color: transparent;
background-position: center 0;
background-repeat: no-repeat;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-moz-transform: none;
overflow: hidden
}
@supports (-ms-ime-align:auto) {
.qodef-parallax-row-holder {
-webkit-transform: none;
-ms-transform: none;
transform: none
}
}
@media only screen and (max-width:1024px) {
.qodef-parallax-row-holder {
height: auto !important;
min-height: 200px !important;
background-attachment: scroll;
background-position: center top !important;
background-size: cover
}
}
.qodef-rev-has-paspartu {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
height: 100vh;
margin: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.admin-bar .qodef-rev-has-paspartu {
height: calc(100vh - 32px)
}
.qodef-rev-has-paspartu.qodef-side-paspartu-disabled {
padding-left: 0 !important;
padding-right: 0 !important
}
.qodef-rev-has-paspartu.qodef-paspartu-tiny {
padding: 10px
}
.qodef-rev-has-paspartu.qodef-paspartu-tiny.qodef-top-paspartu-disabled {
padding-top: 0
}
.qodef-rev-has-paspartu.qodef-paspartu-tiny.qodef-top-paspartu-disabled .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
height: calc(100vh - 10px) !important
}
.admin-bar .qodef-rev-has-paspartu.qodef-paspartu-tiny.qodef-top-paspartu-disabled .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
height: calc(100vh - 42px) !important
}
.qodef-rev-has-paspartu.qodef-paspartu-tiny .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
height: calc(100vh - 20px) !important
}
.admin-bar .qodef-rev-has-paspartu.qodef-paspartu-tiny .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
height: calc(100vh - 52px) !important
}
.qodef-rev-has-paspartu.qodef-paspartu-small {
padding: 20px
}
.qodef-rev-has-paspartu.qodef-paspartu-small.qodef-top-paspartu-disabled {
padding-top: 0
}
.qodef-rev-has-paspartu.qodef-paspartu-small.qodef-top-paspartu-disabled .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
height: calc(100vh - 20px) !important
}
.admin-bar .qodef-rev-has-paspartu.qodef-paspartu-small.qodef-top-paspartu-disabled .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
height: calc(100vh - 52px) !important
}
.qodef-rev-has-paspartu.qodef-paspartu-small .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
height: calc(100vh - 40px) !important
}
.admin-bar .qodef-rev-has-paspartu.qodef-paspartu-small .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
height: calc(100vh - 72px) !important
}
.qodef-rev-has-paspartu.qodef-paspartu-normal {
padding: 30px
}
.qodef-rev-has-paspartu.qodef-paspartu-normal.qodef-top-paspartu-disabled {
padding-top: 0
}
.qodef-rev-has-paspartu.qodef-paspartu-normal.qodef-top-paspartu-disabled .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
height: calc(100vh - 30px) !important
}
.admin-bar .qodef-rev-has-paspartu.qodef-paspartu-normal.qodef-top-paspartu-disabled .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
height: calc(100vh - 62px) !important
}
.qodef-rev-has-paspartu.qodef-paspartu-normal .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
height: calc(100vh - 60px) !important
}
.admin-bar .qodef-rev-has-paspartu.qodef-paspartu-normal .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
height: calc(100vh - 92px) !important
}
@media only screen and (max-width:680px) {
.qodef-rev-has-paspartu.qodef-paspartu-normal {
padding: 20px
}
.qodef-rev-has-paspartu.qodef-paspartu-normal.qodef-top-paspartu-disabled {
padding-top: 0
}
.qodef-rev-has-paspartu.qodef-paspartu-normal.qodef-top-paspartu-disabled .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
height: calc(100vh - 20px) !important
}
.admin-bar .qodef-rev-has-paspartu.qodef-paspartu-normal.qodef-top-paspartu-disabled .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
height: calc(100vh - 52px) !important
}
.qodef-rev-has-paspartu.qodef-paspartu-normal .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
height: calc(100vh - 40px) !important
}
.admin-bar .qodef-rev-has-paspartu.qodef-paspartu-normal .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
height: calc(100vh - 72px) !important
}
}
.qodef-rev-has-paspartu.qodef-paspartu-large {
padding: 50px
}
.qodef-rev-has-paspartu.qodef-paspartu-large.qodef-top-paspartu-disabled {
padding-top: 0
}
.qodef-rev-has-paspartu.qodef-paspartu-large.qodef-top-paspartu-disabled .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
height: calc(100vh - 50px) !important
}
.admin-bar .qodef-rev-has-paspartu.qodef-paspartu-large.qodef-top-paspartu-disabled .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
height: calc(100vh - 82px) !important
}
.qodef-rev-has-paspartu.qodef-paspartu-large .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
height: calc(100vh - 100px) !important
}
.admin-bar .qodef-rev-has-paspartu.qodef-paspartu-large .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
height: calc(100vh - 132px) !important
}
@media only screen and (max-width:680px) {
.qodef-rev-has-paspartu.qodef-paspartu-large {
padding: 20px
}
.qodef-rev-has-paspartu.qodef-paspartu-large.qodef-top-paspartu-disabled {
padding-top: 0
}
.qodef-rev-has-paspartu.qodef-paspartu-large.qodef-top-paspartu-disabled .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
height: calc(100vh - 20px) !important
}
.admin-bar .qodef-rev-has-paspartu.qodef-paspartu-large.qodef-top-paspartu-disabled .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
height: calc(100vh - 52px) !important
}
.qodef-rev-has-paspartu.qodef-paspartu-large .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
height: calc(100vh - 40px) !important
}
.admin-bar .qodef-rev-has-paspartu.qodef-paspartu-large .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
height: calc(100vh - 72px) !important
}
}
.qodef-rev-has-paspartu .forcefullwidth_wrapper_tp_banner {
left: 0 !important;
width: 100% !important
}
.qodef-rev-has-paspartu .forcefullwidth_wrapper_tp_banner .rev_slider_wrapper {
left: 0 !important;
width: 100% !important;
height: 100% !important
}
.qodef-rev-has-paspartu .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
height: 100vh !important
}
.admin-bar .qodef-rev-has-paspartu .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
height: calc(100vh - 32px) !important
}
.screen-reader-text {
position: absolute !important;
width: 1px;
height: 0;
clip: rect(1px, 1px, 1px, 1px);
word-wrap: normal !important;
overflow: hidden
}
.screen-reader-text:focus {
top: 5px;
left: 5px;
display: block;
width: auto;
height: auto;
padding: 15px 23px 14px;
font-size: 14px;
font-weight: 500;
line-height: normal;
text-decoration: none;
color: #21759b;
background-color: #f1f1f1;
border-radius: 3px;
-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
clip: auto !important;
z-index: 100000
}
.qodef-two-columns-form-without-space .qodef-column-left {
display: table-cell;
width: 99%;
vertical-align: top
}
.qodef-two-columns-form-without-space .qodef-column-right {
display: table-cell;
width: 1%;
text-align: left;
vertical-align: top
}
.qodef-two-columns-form-with-space .qodef-column-left {
display: table-cell;
width: 99%;
vertical-align: top;
padding: 0 10px 0 0;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-two-columns-form-with-space .qodef-column-right {
display: table-cell;
width: 1%;
text-align: left;
vertical-align: top;
padding: 0 0 0 10px;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-no-space .qodef-outer-space {
margin: 0
}
.qodef-no-space .qodef-outer-space .qodef-item-space {
padding: 0 0;
margin: 0 0 0
}
.qodef-no-space.qodef-disable-bottom-space {
margin-bottom: 0
}
.qodef-no-space.qodef-disable-item-bottom-space .qodef-item-space {
margin-bottom: 0
}
.qodef-no-space.qodef-columns-has-side-space {
padding: 0 0
}
.qodef-tiny-space .qodef-outer-space {
margin: 0 -5px
}
.qodef-tiny-space .qodef-outer-space .qodef-item-space {
padding: 0 5px;
margin: 0 0 10px
}
.qodef-tiny-space.qodef-disable-bottom-space {
margin-bottom: -10px
}
.qodef-tiny-space.qodef-disable-item-bottom-space .qodef-item-space {
margin-bottom: 0
}
.qodef-tiny-space.qodef-columns-has-side-space {
padding: 0 10px
}
.qodef-small-space .qodef-outer-space {
margin: 0 -10px
}
.qodef-small-space .qodef-outer-space .qodef-item-space {
padding: 0 10px;
margin: 0 0 20px
}
.qodef-small-space.qodef-disable-bottom-space {
margin-bottom: -20px
}
.qodef-small-space.qodef-disable-item-bottom-space .qodef-item-space {
margin-bottom: 0
}
.qodef-small-space.qodef-columns-has-side-space {
padding: 0 20px
}
.qodef-normal-space .qodef-outer-space {
margin: 0 -15px
}
.qodef-normal-space .qodef-outer-space .qodef-item-space {
padding: 0 15px;
margin: 0 0 30px
}
.qodef-normal-space.qodef-disable-bottom-space {
margin-bottom: -30px
}
.qodef-normal-space.qodef-disable-item-bottom-space .qodef-item-space {
margin-bottom: 0
}
.qodef-normal-space.qodef-columns-has-side-space {
padding: 0 30px
}
.qodef-medium-space .qodef-outer-space {
margin: 0 -20px
}
.qodef-medium-space .qodef-outer-space .qodef-item-space {
padding: 0 20px;
margin: 0 0 40px
}
.qodef-medium-space.qodef-disable-bottom-space {
margin-bottom: -40px
}
.qodef-medium-space.qodef-disable-item-bottom-space .qodef-item-space {
margin-bottom: 0
}
.qodef-medium-space.qodef-columns-has-side-space {
padding: 0 40px
}
.qodef-large-space .qodef-outer-space {
margin: 0 -25px
}
.qodef-large-space .qodef-outer-space .qodef-item-space {
padding: 0 25px;
margin: 0 0 50px
}
.qodef-large-space.qodef-disable-bottom-space {
margin-bottom: -50px
}
.qodef-large-space.qodef-disable-item-bottom-space .qodef-item-space {
margin-bottom: 0
}
.qodef-large-space.qodef-columns-has-side-space {
padding: 0 50px
}
.qodef-huge-space .qodef-outer-space {
margin: 0 -40px
}
.qodef-huge-space .qodef-outer-space .qodef-item-space {
padding: 0 40px;
margin: 0 0 80px
}
.qodef-huge-space.qodef-disable-bottom-space {
margin-bottom: -80px
}
.qodef-huge-space.qodef-disable-item-bottom-space .qodef-item-space {
margin-bottom: 0
}
.qodef-huge-space.qodef-columns-has-side-space {
padding: 0 80px
}
.qodef-grid-list .qodef-list-is-slider .qodef-outer-space {
margin: 0 !important
}
.qodef-grid-list .qodef-list-is-slider .qodef-item-space {
width: auto !important;
margin: 0 !important;
padding: 0 !important;
float: none !important;
clear: none !important
}
.qodef-grid-list .qodef-item-space {
position: relative;
display: inline-block;
width: 100%;
vertical-align: top;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-grid-list:not(.qodef-one-columns) .qodef-item-space {
float: left
}
.qodef-grid-list.qodef-one-columns .qodef-masonry-grid-sizer {
width: 100%
}
.qodef-grid-list.qodef-one-columns .qodef-item-space {
width: 100%
}
.qodef-grid-list.qodef-two-columns .qodef-masonry-grid-sizer {
width: 50%
}
.qodef-grid-list.qodef-two-columns .qodef-item-space {
width: 50%
}
.qodef-grid-list.qodef-two-columns .qodef-item-space.qodef-masonry-size-large-width, .qodef-grid-list.qodef-two-columns .qodef-item-space.qodef-masonry-size-large-width-height {
width: 100%
}
@media only screen and (min-width:681px) {
.qodef-grid-list.qodef-two-columns .qodef-item-space:nth-child(2n+1) {
clear: both
}
}
.qodef-grid-list.qodef-three-columns .qodef-masonry-grid-sizer {
width: 33.33333%
}
.qodef-grid-list.qodef-three-columns .qodef-item-space {
width: 33.33333%
}
.qodef-grid-list.qodef-three-columns .qodef-item-space.qodef-masonry-size-large-width, .qodef-grid-list.qodef-three-columns .qodef-item-space.qodef-masonry-size-large-width-height {
width: 66.66667%
}
@media only screen and (min-width:769px) {
.qodef-grid-list.qodef-three-columns .qodef-item-space:nth-child(3n+1) {
clear: both
}
}
.qodef-grid-list.qodef-four-columns .qodef-masonry-grid-sizer {
width: 25%
}
.qodef-grid-list.qodef-four-columns .qodef-item-space {
width: 25%
}
.qodef-grid-list.qodef-four-columns .qodef-item-space.qodef-masonry-size-large-width, .qodef-grid-list.qodef-four-columns .qodef-item-space.qodef-masonry-size-large-width-height {
width: 50%
}
@media only screen and (min-width:1025px) {
.qodef-grid-list.qodef-four-columns .qodef-item-space:nth-child(4n+1) {
clear: both
}
}
.qodef-grid-list.qodef-five-columns .qodef-masonry-grid-sizer {
width: 20%
}
.qodef-grid-list.qodef-five-columns .qodef-item-space {
width: 20%
}
.qodef-grid-list.qodef-five-columns .qodef-item-space.qodef-masonry-size-large-width, .qodef-grid-list.qodef-five-columns .qodef-item-space.qodef-masonry-size-large-width-height {
width: 40%
}
@media only screen and (min-width:1367px) {
.qodef-grid-list.qodef-five-columns .qodef-item-space:nth-child(5n+1) {
clear: both
}
}
.qodef-grid-list.qodef-six-columns .qodef-masonry-grid-sizer {
width: 16.66667%
}
.qodef-grid-list.qodef-six-columns .qodef-item-space {
width: 16.66667%
}
.qodef-grid-list.qodef-six-columns .qodef-item-space.qodef-masonry-size-large-width, .qodef-grid-list.qodef-six-columns .qodef-item-space.qodef-masonry-size-large-width-height {
width: 33.33333%
}
@media only screen and (min-width:1441px) {
.qodef-grid-list.qodef-six-columns .qodef-item-space:nth-child(6n+1) {
clear: both
}
}
.qodef-grid-masonry-list.qodef-fixed-masonry-items img {
height: 100%;
width: 100%
}
.qodef-grid-masonry-list .qodef-masonry-list-wrapper {
opacity: 0
}
.qodef-grid-masonry-list .qodef-masonry-grid-sizer {
width: 100%;
padding: 0;
margin: 0
}
.qodef-grid-masonry-list .qodef-masonry-grid-gutter {
width: 0;
padding: 0;
margin: 0
}
.qodef-grid-masonry-list .qodef-item-space.qodef-fixed-masonry-item img {
height: 100%;
width: 100%
}
.qodef-grid-row {
margin-left: -15px;
margin-right: -15px
}
.qodef-grid-row:after, .qodef-grid-row:before {
content: " ";
display: table
}
.qodef-grid-row:after {
clear: both
}
.qodef-grid-no-gutter {
margin-left: 0;
margin-right: 0
}
.qodef-grid-no-gutter > div {
padding-left: 0;
padding-right: 0
}
.qodef-grid-tiny-gutter {
margin-left: -5px;
margin-right: -5px
}
.qodef-grid-tiny-gutter > div {
padding-left: 5px;
padding-right: 5px
}
.qodef-grid-small-gutter {
margin-left: -10px;
margin-right: -10px
}
.qodef-grid-small-gutter > div {
padding-left: 10px;
padding-right: 10px
}
.qodef-grid-normal-gutter {
margin-left: -15px;
margin-right: -15px
}
.qodef-grid-normal-gutter > div {
padding-left: 15px;
padding-right: 15px
}
.qodef-grid-medium-gutter {
margin-left: -20px;
margin-right: -20px
}
.qodef-grid-medium-gutter > div {
padding-left: 20px;
padding-right: 20px
}
.qodef-grid-large-gutter {
margin-left: -25px;
margin-right: -25px
}
.qodef-grid-large-gutter > div {
padding-left: 25px;
padding-right: 25px
}
.qodef-grid-huge-gutter {
margin-left: -40px;
margin-right: -40px
}
.qodef-grid-huge-gutter > div {
padding-left: 40px;
padding-right: 40px
}
.qodef-grid-col-1 {
position: relative;
float: left;
width: 8.33333%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-grid-col-1:after, .qodef-grid-col-1:before {
content: " ";
display: table
}
.qodef-grid-col-1:after {
clear: both
}
@media only screen and (max-width:1024px) {
.qodef-grid-col-1 {
width: 100%;
float: none
}
}
.qodef-grid-col-2 {
position: relative;
float: left;
width: 16.66667%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-grid-col-2:after, .qodef-grid-col-2:before {
content: " ";
display: table
}
.qodef-grid-col-2:after {
clear: both
}
@media only screen and (max-width:1024px) {
.qodef-grid-col-2 {
width: 100%;
float: none
}
}
.qodef-grid-col-3 {
position: relative;
float: left;
width: 25%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-grid-col-3:after, .qodef-grid-col-3:before {
content: " ";
display: table
}
.qodef-grid-col-3:after {
clear: both
}
@media only screen and (max-width:1024px) {
.qodef-grid-col-3 {
width: 100%;
float: none
}
}
.qodef-grid-col-4 {
position: relative;
float: left;
width: 33.33333%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-grid-col-4:after, .qodef-grid-col-4:before {
content: " ";
display: table
}
.qodef-grid-col-4:after {
clear: both
}
@media only screen and (max-width:1024px) {
.qodef-grid-col-4 {
width: 100%;
float: none
}
}
.qodef-grid-col-5 {
position: relative;
float: left;
width: 41.66667%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-grid-col-5:after, .qodef-grid-col-5:before {
content: " ";
display: table
}
.qodef-grid-col-5:after {
clear: both
}
@media only screen and (max-width:1024px) {
.qodef-grid-col-5 {
width: 100%;
float: none
}
}
.qodef-grid-col-6 {
position: relative;
float: left;
width: 50%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-grid-col-6:after, .qodef-grid-col-6:before {
content: " ";
display: table
}
.qodef-grid-col-6:after {
clear: both
}
@media only screen and (max-width:1024px) {
.qodef-grid-col-6 {
width: 100%;
float: none
}
}
.qodef-grid-col-7 {
position: relative;
float: left;
width: 58.33333%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-grid-col-7:after, .qodef-grid-col-7:before {
content: " ";
display: table
}
.qodef-grid-col-7:after {
clear: both
}
@media only screen and (max-width:1024px) {
.qodef-grid-col-7 {
width: 100%;
float: none
}
}
.qodef-grid-col-8 {
position: relative;
float: left;
width: 66.66667%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-grid-col-8:after, .qodef-grid-col-8:before {
content: " ";
display: table
}
.qodef-grid-col-8:after {
clear: both
}
@media only screen and (max-width:1024px) {
.qodef-grid-col-8 {
width: 100%;
float: none
}
}
.qodef-grid-col-9 {
position: relative;
float: left;
width: 75%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-grid-col-9:after, .qodef-grid-col-9:before {
content: " ";
display: table
}
.qodef-grid-col-9:after {
clear: both
}
@media only screen and (max-width:1024px) {
.qodef-grid-col-9 {
width: 100%;
float: none
}
}
.qodef-grid-col-10 {
position: relative;
float: left;
width: 83.33333%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-grid-col-10:after, .qodef-grid-col-10:before {
content: " ";
display: table
}
.qodef-grid-col-10:after {
clear: both
}
@media only screen and (max-width:1024px) {
.qodef-grid-col-10 {
width: 100%;
float: none
}
}
.qodef-grid-col-11 {
position: relative;
float: left;
width: 91.66667%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-grid-col-11:after, .qodef-grid-col-11:before {
content: " ";
display: table
}
.qodef-grid-col-11:after {
clear: both
}
@media only screen and (max-width:1024px) {
.qodef-grid-col-11 {
width: 100%;
float: none
}
}
.qodef-grid-col-12 {
position: relative;
float: left;
width: 100%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-grid-col-12:after, .qodef-grid-col-12:before {
content: " ";
display: table
}
.qodef-grid-col-12:after {
clear: both
}
@media only screen and (max-width:1024px) {
.qodef-grid-col-12 {
width: 100%;
float: none
}
}
.qodef-grid-col-push-1 {
left: 8.33333%
}
@media only screen and (max-width:1024px) {
.qodef-grid-col-push-1 {
left: 0
}
}
.qodef-grid-col-pull-1 {
right: 8.33333%
}
@media only screen and (max-width:1024px) {
.qodef-grid-col-pull-1 {
right: 0
}
}
.qodef-grid-col-push-2 {
left: 16.66667%
}
@media only screen and (max-width:1024px) {
.qodef-grid-col-push-2 {
left: 0
}
}
.qodef-grid-col-pull-2 {
right: 16.66667%
}
@media only screen and (max-width:1024px) {
.qodef-grid-col-pull-2 {
right: 0
}
}
.qodef-grid-col-push-3 {
left: 25%
}
@media only screen and (max-width:1024px) {
.qodef-grid-col-push-3 {
left: 0
}
}
.qodef-grid-col-pull-3 {
right: 25%
}
@media only screen and (max-width:1024px) {
.qodef-grid-col-pull-3 {
right: 0
}
}
.qodef-grid-col-push-4 {
left: 33.33333%
}
@media only screen and (max-width:1024px) {
.qodef-grid-col-push-4 {
left: 0
}
}
.qodef-grid-col-pull-4 {
right: 33.33333%
}
@media only screen and (max-width:1024px) {
.qodef-grid-col-pull-4 {
right: 0
}
}
.qodef-grid-col-push-5 {
left: 41.66667%
}
@media only screen and (max-width:1024px) {
.qodef-grid-col-push-5 {
left: 0
}
}
.qodef-grid-col-pull-5 {
right: 41.66667%
}
@media only screen and (max-width:1024px) {
.qodef-grid-col-pull-5 {
right: 0
}
}
.qodef-grid-col-push-6 {
left: 50%
}
@media only screen and (max-width:1024px) {
.qodef-grid-col-push-6 {
left: 0
}
}
.qodef-grid-col-pull-6 {
right: 50%
}
@media only screen and (max-width:1024px) {
.qodef-grid-col-pull-6 {
right: 0
}
}
.qodef-grid-col-push-7 {
left: 58.33333%
}
@media only screen and (max-width:1024px) {
.qodef-grid-col-push-7 {
left: 0
}
}
.qodef-grid-col-pull-7 {
right: 58.33333%
}
@media only screen and (max-width:1024px) {
.qodef-grid-col-pull-7 {
right: 0
}
}
.qodef-grid-col-push-8 {
left: 66.66667%
}
@media only screen and (max-width:1024px) {
.qodef-grid-col-push-8 {
left: 0
}
}
.qodef-grid-col-pull-8 {
right: 66.66667%
}
@media only screen and (max-width:1024px) {
.qodef-grid-col-pull-8 {
right: 0
}
}
.qodef-grid-col-push-9 {
left: 75%
}
@media only screen and (max-width:1024px) {
.qodef-grid-col-push-9 {
left: 0
}
}
.qodef-grid-col-pull-9 {
right: 75%
}
@media only screen and (max-width:1024px) {
.qodef-grid-col-pull-9 {
right: 0
}
}
.qodef-grid-col-push-10 {
left: 83.33333%
}
@media only screen and (max-width:1024px) {
.qodef-grid-col-push-10 {
left: 0
}
}
.qodef-grid-col-pull-10 {
right: 83.33333%
}
@media only screen and (max-width:1024px) {
.qodef-grid-col-pull-10 {
right: 0
}
}
.qodef-grid-col-push-11 {
left: 91.66667%
}
@media only screen and (max-width:1024px) {
.qodef-grid-col-push-11 {
left: 0
}
}
.qodef-grid-col-pull-11 {
right: 91.66667%
}
@media only screen and (max-width:1024px) {
.qodef-grid-col-pull-11 {
right: 0
}
}
.qodef-grid-col-push-12 {
left: 100%
}
@media only screen and (max-width:1024px) {
.qodef-grid-col-push-12 {
left: 0
}
}
.qodef-grid-col-pull-12 {
right: 100%
}
@media only screen and (max-width:1024px) {
.qodef-grid-col-pull-12 {
right: 0
}
}
@media only screen and (max-width:1440px) {
.qodef-grid-col-laptop-landscape-large-1 {
width: 8.33333%;
float: left
}
}
@media only screen and (max-width:1366px) {
.qodef-grid-col-laptop-landscape-mac-1 {
width: 8.33333%;
float: left
}
}
@media only screen and (max-width:1280px) {
.qodef-grid-col-laptop-landscape-medium-1 {
width: 8.33333%;
float: left
}
}
@media only screen and (max-width:1200px) {
.qodef-grid-col-laptop-landscape-1 {
width: 8.33333%;
float: left
}
}
@media only screen and (max-width:1024px) {
.qodef-grid-col-ipad-landscape-1 {
width: 8.33333%;
float: left
}
}
@media only screen and (max-width:768px) {
.qodef-grid-col-ipad-portrait-1 {
width: 8.33333%;
float: left
}
}
@media only screen and (max-width:680px) {
.qodef-grid-col-phone-landscape-1 {
width: 8.33333%;
float: left
}
}
@media only screen and (max-width:480px) {
.qodef-grid-col-phone-portrait-1 {
width: 8.33333%;
float: left
}
}
@media only screen and (max-width:320px) {
.qodef-grid-col-smaller-phone-portrait-1 {
width: 8.33333%;
float: left
}
}
@media only screen and (max-width:1440px) {
.qodef-grid-col-laptop-landscape-large-2 {
width: 16.66667%;
float: left
}
}
@media only screen and (max-width:1366px) {
.qodef-grid-col-laptop-landscape-mac-2 {
width: 16.66667%;
float: left
}
}
@media only screen and (max-width:1280px) {
.qodef-grid-col-laptop-landscape-medium-2 {
width: 16.66667%;
float: left
}
}
@media only screen and (max-width:1200px) {
.qodef-grid-col-laptop-landscape-2 {
width: 16.66667%;
float: left
}
}
@media only screen and (max-width:1024px) {
.qodef-grid-col-ipad-landscape-2 {
width: 16.66667%;
float: left
}
}
@media only screen and (max-width:768px) {
.qodef-grid-col-ipad-portrait-2 {
width: 16.66667%;
float: left
}
}
@media only screen and (max-width:680px) {
.qodef-grid-col-phone-landscape-2 {
width: 16.66667%;
float: left
}
}
@media only screen and (max-width:480px) {
.qodef-grid-col-phone-portrait-2 {
width: 16.66667%;
float: left
}
}
@media only screen and (max-width:320px) {
.qodef-grid-col-smaller-phone-portrait-2 {
width: 16.66667%;
float: left
}
}
@media only screen and (max-width:1440px) {
.qodef-grid-col-laptop-landscape-large-3 {
width: 25%;
float: left
}
}
@media only screen and (max-width:1366px) {
.qodef-grid-col-laptop-landscape-mac-3 {
width: 25%;
float: left
}
}
@media only screen and (max-width:1280px) {
.qodef-grid-col-laptop-landscape-medium-3 {
width: 25%;
float: left
}
}
@media only screen and (max-width:1200px) {
.qodef-grid-col-laptop-landscape-3 {
width: 25%;
float: left
}
}
@media only screen and (max-width:1024px) {
.qodef-grid-col-ipad-landscape-3 {
width: 25%;
float: left
}
}
@media only screen and (max-width:768px) {
.qodef-grid-col-ipad-portrait-3 {
width: 25%;
float: left
}
}
@media only screen and (max-width:680px) {
.qodef-grid-col-phone-landscape-3 {
width: 25%;
float: left
}
}
@media only screen and (max-width:480px) {
.qodef-grid-col-phone-portrait-3 {
width: 25%;
float: left
}
}
@media only screen and (max-width:320px) {
.qodef-grid-col-smaller-phone-portrait-3 {
width: 25%;
float: left
}
}
@media only screen and (max-width:1440px) {
.qodef-grid-col-laptop-landscape-large-4 {
width: 33.33333%;
float: left
}
}
@media only screen and (max-width:1366px) {
.qodef-grid-col-laptop-landscape-mac-4 {
width: 33.33333%;
float: left
}
}
@media only screen and (max-width:1280px) {
.qodef-grid-col-laptop-landscape-medium-4 {
width: 33.33333%;
float: left
}
}
@media only screen and (max-width:1200px) {
.qodef-grid-col-laptop-landscape-4 {
width: 33.33333%;
float: left
}
}
@media only screen and (max-width:1024px) {
.qodef-grid-col-ipad-landscape-4 {
width: 33.33333%;
float: left
}
}
@media only screen and (max-width:768px) {
.qodef-grid-col-ipad-portrait-4 {
width: 33.33333%;
float: left
}
}
@media only screen and (max-width:680px) {
.qodef-grid-col-phone-landscape-4 {
width: 33.33333%;
float: left
}
}
@media only screen and (max-width:480px) {
.qodef-grid-col-phone-portrait-4 {
width: 33.33333%;
float: left
}
}
@media only screen and (max-width:320px) {
.qodef-grid-col-smaller-phone-portrait-4 {
width: 33.33333%;
float: left
}
}
@media only screen and (max-width:1440px) {
.qodef-grid-col-laptop-landscape-large-5 {
width: 41.66667%;
float: left
}
}
@media only screen and (max-width:1366px) {
.qodef-grid-col-laptop-landscape-mac-5 {
width: 41.66667%;
float: left
}
}
@media only screen and (max-width:1280px) {
.qodef-grid-col-laptop-landscape-medium-5 {
width: 41.66667%;
float: left
}
}
@media only screen and (max-width:1200px) {
.qodef-grid-col-laptop-landscape-5 {
width: 41.66667%;
float: left
}
}
@media only screen and (max-width:1024px) {
.qodef-grid-col-ipad-landscape-5 {
width: 41.66667%;
float: left
}
}
@media only screen and (max-width:768px) {
.qodef-grid-col-ipad-portrait-5 {
width: 41.66667%;
float: left
}
}
@media only screen and (max-width:680px) {
.qodef-grid-col-phone-landscape-5 {
width: 41.66667%;
float: left
}
}
@media only screen and (max-width:480px) {
.qodef-grid-col-phone-portrait-5 {
width: 41.66667%;
float: left
}
}
@media only screen and (max-width:320px) {
.qodef-grid-col-smaller-phone-portrait-5 {
width: 41.66667%;
float: left
}
}
@media only screen and (max-width:1440px) {
.qodef-grid-col-laptop-landscape-large-6 {
width: 50%;
float: left
}
}
@media only screen and (max-width:1366px) {
.qodef-grid-col-laptop-landscape-mac-6 {
width: 50%;
float: left
}
}
@media only screen and (max-width:1280px) {
.qodef-grid-col-laptop-landscape-medium-6 {
width: 50%;
float: left
}
}
@media only screen and (max-width:1200px) {
.qodef-grid-col-laptop-landscape-6 {
width: 50%;
float: left
}
}
@media only screen and (max-width:1024px) {
.qodef-grid-col-ipad-landscape-6 {
width: 50%;
float: left
}
}
@media only screen and (max-width:768px) {
.qodef-grid-col-ipad-portrait-6 {
width: 50%;
float: left
}
}
@media only screen and (max-width:680px) {
.qodef-grid-col-phone-landscape-6 {
width: 50%;
float: left
}
}
@media only screen and (max-width:480px) {
.qodef-grid-col-phone-portrait-6 {
width: 50%;
float: left
}
}
@media only screen and (max-width:320px) {
.qodef-grid-col-smaller-phone-portrait-6 {
width: 50%;
float: left
}
}
@media only screen and (max-width:1440px) {
.qodef-grid-col-laptop-landscape-large-7 {
width: 58.33333%;
float: left
}
}
@media only screen and (max-width:1366px) {
.qodef-grid-col-laptop-landscape-mac-7 {
width: 58.33333%;
float: left
}
}
@media only screen and (max-width:1280px) {
.qodef-grid-col-laptop-landscape-medium-7 {
width: 58.33333%;
float: left
}
}
@media only screen and (max-width:1200px) {
.qodef-grid-col-laptop-landscape-7 {
width: 58.33333%;
float: left
}
}
@media only screen and (max-width:1024px) {
.qodef-grid-col-ipad-landscape-7 {
width: 58.33333%;
float: left
}
}
@media only screen and (max-width:768px) {
.qodef-grid-col-ipad-portrait-7 {
width: 58.33333%;
float: left
}
}
@media only screen and (max-width:680px) {
.qodef-grid-col-phone-landscape-7 {
width: 58.33333%;
float: left
}
}
@media only screen and (max-width:480px) {
.qodef-grid-col-phone-portrait-7 {
width: 58.33333%;
float: left
}
}
@media only screen and (max-width:320px) {
.qodef-grid-col-smaller-phone-portrait-7 {
width: 58.33333%;
float: left
}
}
@media only screen and (max-width:1440px) {
.qodef-grid-col-laptop-landscape-large-8 {
width: 66.66667%;
float: left
}
}
@media only screen and (max-width:1366px) {
.qodef-grid-col-laptop-landscape-mac-8 {
width: 66.66667%;
float: left
}
}
@media only screen and (max-width:1280px) {
.qodef-grid-col-laptop-landscape-medium-8 {
width: 66.66667%;
float: left
}
}
@media only screen and (max-width:1200px) {
.qodef-grid-col-laptop-landscape-8 {
width: 66.66667%;
float: left
}
}
@media only screen and (max-width:1024px) {
.qodef-grid-col-ipad-landscape-8 {
width: 66.66667%;
float: left
}
}
@media only screen and (max-width:768px) {
.qodef-grid-col-ipad-portrait-8 {
width: 66.66667%;
float: left
}
}
@media only screen and (max-width:680px) {
.qodef-grid-col-phone-landscape-8 {
width: 66.66667%;
float: left
}
}
@media only screen and (max-width:480px) {
.qodef-grid-col-phone-portrait-8 {
width: 66.66667%;
float: left
}
}
@media only screen and (max-width:320px) {
.qodef-grid-col-smaller-phone-portrait-8 {
width: 66.66667%;
float: left
}
}
@media only screen and (max-width:1440px) {
.qodef-grid-col-laptop-landscape-large-9 {
width: 75%;
float: left
}
}
@media only screen and (max-width:1366px) {
.qodef-grid-col-laptop-landscape-mac-9 {
width: 75%;
float: left
}
}
@media only screen and (max-width:1280px) {
.qodef-grid-col-laptop-landscape-medium-9 {
width: 75%;
float: left
}
}
@media only screen and (max-width:1200px) {
.qodef-grid-col-laptop-landscape-9 {
width: 75%;
float: left
}
}
@media only screen and (max-width:1024px) {
.qodef-grid-col-ipad-landscape-9 {
width: 75%;
float: left
}
}
@media only screen and (max-width:768px) {
.qodef-grid-col-ipad-portrait-9 {
width: 75%;
float: left
}
}
@media only screen and (max-width:680px) {
.qodef-grid-col-phone-landscape-9 {
width: 75%;
float: left
}
}
@media only screen and (max-width:480px) {
.qodef-grid-col-phone-portrait-9 {
width: 75%;
float: left
}
}
@media only screen and (max-width:320px) {
.qodef-grid-col-smaller-phone-portrait-9 {
width: 75%;
float: left
}
}
@media only screen and (max-width:1440px) {
.qodef-grid-col-laptop-landscape-large-10 {
width: 83.33333%;
float: left
}
}
@media only screen and (max-width:1366px) {
.qodef-grid-col-laptop-landscape-mac-10 {
width: 83.33333%;
float: left
}
}
@media only screen and (max-width:1280px) {
.qodef-grid-col-laptop-landscape-medium-10 {
width: 83.33333%;
float: left
}
}
@media only screen and (max-width:1200px) {
.qodef-grid-col-laptop-landscape-10 {
width: 83.33333%;
float: left
}
}
@media only screen and (max-width:1024px) {
.qodef-grid-col-ipad-landscape-10 {
width: 83.33333%;
float: left
}
}
@media only screen and (max-width:768px) {
.qodef-grid-col-ipad-portrait-10 {
width: 83.33333%;
float: left
}
}
@media only screen and (max-width:680px) {
.qodef-grid-col-phone-landscape-10 {
width: 83.33333%;
float: left
}
}
@media only screen and (max-width:480px) {
.qodef-grid-col-phone-portrait-10 {
width: 83.33333%;
float: left
}
}
@media only screen and (max-width:320px) {
.qodef-grid-col-smaller-phone-portrait-10 {
width: 83.33333%;
float: left
}
}
@media only screen and (max-width:1440px) {
.qodef-grid-col-laptop-landscape-large-11 {
width: 91.66667%;
float: left
}
}
@media only screen and (max-width:1366px) {
.qodef-grid-col-laptop-landscape-mac-11 {
width: 91.66667%;
float: left
}
}
@media only screen and (max-width:1280px) {
.qodef-grid-col-laptop-landscape-medium-11 {
width: 91.66667%;
float: left
}
}
@media only screen and (max-width:1200px) {
.qodef-grid-col-laptop-landscape-11 {
width: 91.66667%;
float: left
}
}
@media only screen and (max-width:1024px) {
.qodef-grid-col-ipad-landscape-11 {
width: 91.66667%;
float: left
}
}
@media only screen and (max-width:768px) {
.qodef-grid-col-ipad-portrait-11 {
width: 91.66667%;
float: left
}
}
@media only screen and (max-width:680px) {
.qodef-grid-col-phone-landscape-11 {
width: 91.66667%;
float: left
}
}
@media only screen and (max-width:480px) {
.qodef-grid-col-phone-portrait-11 {
width: 91.66667%;
float: left
}
}
@media only screen and (max-width:320px) {
.qodef-grid-col-smaller-phone-portrait-11 {
width: 91.66667%;
float: left
}
}
@media only screen and (max-width:1440px) {
.qodef-grid-col-laptop-landscape-large-12 {
width: 100%;
float: none
}
}
@media only screen and (max-width:1366px) {
.qodef-grid-col-laptop-landscape-mac-12 {
width: 100%;
float: none
}
}
@media only screen and (max-width:1280px) {
.qodef-grid-col-laptop-landscape-medium-12 {
width: 100%;
float: none
}
}
@media only screen and (max-width:1200px) {
.qodef-grid-col-laptop-landscape-12 {
width: 100%;
float: none
}
}
@media only screen and (max-width:1024px) {
.qodef-grid-col-ipad-landscape-12 {
width: 100%;
float: none
}
}
@media only screen and (max-width:768px) {
.qodef-grid-col-ipad-portrait-12 {
width: 100%;
float: none
}
}
@media only screen and (max-width:680px) {
.qodef-grid-col-phone-landscape-12 {
width: 100%;
float: none
}
}
@media only screen and (max-width:480px) {
.qodef-grid-col-phone-portrait-12 {
width: 100%;
float: none
}
}
@media only screen and (max-width:320px) {
.qodef-grid-col-smaller-phone-portrait-12 {
width: 100%;
float: none
}
}
@-webkit-keyframes element-from-left {
0% {
opacity: 0;
-webkit-transform: translate(-20%, 0);
transform: translate(-20%, 0)
}
100% {
opacity: 1;
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
}
@keyframes element-from-left {
0% {
opacity: 0;
-webkit-transform: translate(-20%, 0);
transform: translate(-20%, 0)
}
100% {
opacity: 1;
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
}
@-webkit-keyframes element-from-right {
0% {
opacity: 0;
-webkit-transform: translate(20%, 0);
transform: translate(20%, 0)
}
100% {
opacity: 1;
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
}
@keyframes element-from-right {
0% {
opacity: 0;
-webkit-transform: translate(20%, 0);
transform: translate(20%, 0)
}
100% {
opacity: 1;
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
}
@-webkit-keyframes element-from-top {
0% {
opacity: 0;
-webkit-transform: translate(0, -30%);
transform: translate(0, -30%)
}
100% {
opacity: 1;
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
}
@keyframes element-from-top {
0% {
opacity: 0;
-webkit-transform: translate(0, -30%);
transform: translate(0, -30%)
}
100% {
opacity: 1;
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
}
@-webkit-keyframes element-from-bottom {
0% {
opacity: 0;
-webkit-transform: translate(0, 30%);
transform: translate(0, 30%)
}
100% {
opacity: 1;
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
}
@keyframes element-from-bottom {
0% {
opacity: 0;
-webkit-transform: translate(0, 30%);
transform: translate(0, 30%)
}
100% {
opacity: 1;
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
}
.qodef-element-from-bottom, .qodef-element-from-fade, .qodef-element-from-left, .qodef-element-from-right, .qodef-element-from-top {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle
}
.qodef-element-from-bottom > div, .qodef-element-from-fade > div, .qodef-element-from-left > div, .qodef-element-from-right > div, .qodef-element-from-top > div {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
opacity: 0
}
.qodef-element-from-fade.qodef-element-from-fade-on > div {
opacity: 1;
-webkit-transition: opacity .8s ease 0s;
-o-transition: opacity .8s ease 0s;
transition: opacity .8s ease 0s
}
.qodef-element-from-left.qodef-element-from-left-on > div {
-webkit-animation: element-from-left .55s 1 ease;
animation: element-from-left .55s 1 ease;
opacity: 1
}
.qodef-element-from-right.qodef-element-from-right-on > div {
-webkit-animation: element-from-right .55s 1 ease;
animation: element-from-right .55s 1 ease;
opacity: 1
}
.qodef-element-from-top.qodef-element-from-top-on > div {
-webkit-animation: element-from-top .55s 1 ease;
animation: element-from-top .55s 1 ease;
opacity: 1
}
.qodef-element-from-bottom.qodef-element-from-bottom-on > div {
-webkit-animation: element-from-bottom .55s 1 ease;
animation: element-from-bottom .55s 1 ease;
opacity: 1
}
.qodef-flip-in {
opacity: 0;
-webkit-transform: perspective(1000px) rotateY(25deg);
transform: perspective(1000px) rotateY(25deg);
-webkit-transition: all 1.1s ease-in-out;
-o-transition: all 1.1s ease-in-out;
transition: all 1.1s ease-in-out
}
.qodef-flip-in.qodef-flip-in-on {
opacity: 1;
-webkit-transform: rotateY(0);
transform: rotateY(0)
}
.qodef-grow-in {
opacity: 0;
-webkit-transform: scale(.8);
-ms-transform: scale(.8);
transform: scale(.8);
-webkit-transition: all 1s cubic-bezier(0, 1, .5, 1);
-o-transition: all 1s cubic-bezier(0, 1, .5, 1);
transition: all 1s cubic-bezier(0, 1, .5, 1)
}
.qodef-grow-in.qodef-grow-in-on {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1)
}
.qodef-z-rotate {
opacity: 0;
-webkit-transform: rotateZ(7deg);
-ms-transform: rotate(7deg);
transform: rotateZ(7deg);
-webkit-transition: all .3s cubic-bezier(.165, .84, .44, 1);
-o-transition: all .3s cubic-bezier(.165, .84, .44, 1);
transition: all .3s cubic-bezier(.165, .84, .44, 1);
-webkit-transform-origin: top right;
-ms-transform-origin: top right;
transform-origin: top right
}
.qodef-z-rotate.qodef-z-rotate-on {
opacity: 1;
-webkit-transform: rotateZ(0);
-ms-transform: rotate(0);
transform: rotateZ(0)
}
.qodef-x-rotate {
opacity: 0;
-webkit-transform: perspective(900px) rotateX(-45deg);
transform: perspective(900px) rotateX(-45deg);
-webkit-transition: all .6s cubic-bezier(.785, .135, .15, .86);
-o-transition: all .6s cubic-bezier(.785, .135, .15, .86);
transition: all .6s cubic-bezier(.785, .135, .15, .86)
}
.qodef-x-rotate.qodef-x-rotate-on {
opacity: 1;
-webkit-transform: rotateX(0);
transform: rotateX(0)
}
.qodef-y-translate {
opacity: 0;
-webkit-transform: translate(0, 30px);
-ms-transform: translate(0, 30px);
transform: translate(0, 30px);
-webkit-transition: all .7s cubic-bezier(.68, -.65, .265, 1.65);
-o-transition: all .7s cubic-bezier(.68, -.65, .265, 1.65);
transition: all .7s cubic-bezier(.68, -.65, .265, 1.65)
}
.qodef-y-translate.qodef-y-translate-on {
opacity: 1;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0)
}
.qodef-fade-in-down {
opacity: 0;
-webkit-transform: translate(0, -25px);
-ms-transform: translate(0, -25px);
transform: translate(0, -25px);
-webkit-transition: all .9s cubic-bezier(0, 1, .5, 1);
-o-transition: all .9s cubic-bezier(0, 1, .5, 1);
transition: all .9s cubic-bezier(0, 1, .5, 1)
}
.qodef-fade-in-down.qodef-fade-in-down-on {
opacity: 1;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0)
}
.qodef-fade-in-left-x-rotate {
opacity: 0;
-webkit-transform: rotateZ(-5deg) translate(-30px, 0);
-ms-transform: rotate(-5deg) translate(-30px, 0);
transform: rotateZ(-5deg) translate(-30px, 0);
-webkit-transition: all .4s ease;
-o-transition: all .4s ease;
transition: all .4s ease
}
.qodef-fade-in-left-x-rotate.qodef-fade-in-left-x-rotate-on {
opacity: 1;
-webkit-transform: rotateZ(0) translate(0, 0);
-ms-transform: rotate(0) translate(0, 0);
transform: rotateZ(0) translate(0, 0)
}
.qodef-fade-in {
opacity: 0;
-webkit-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease
}
.qodef-fade-in.qodef-fade-in-on {
opacity: 1
}
.qodef-st-loader {
position: absolute;
top: 50%;
left: 50%;
z-index: 2100;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%)
}
@-webkit-keyframes ball-fall {
0% {
opacity: 0;
-webkit-transform: translateY(-145%);
transform: translateY(-145%)
}
10% {
opacity: .5
}
20% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0)
}
80% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0)
}
90% {
opacity: .5
}
100% {
opacity: 0;
-webkit-transform: translateY(145%);
transform: translateY(145%)
}
}
@keyframes ball-fall {
0% {
opacity: 0;
-webkit-transform: translateY(-145%);
transform: translateY(-145%)
}
10% {
opacity: .5
}
20% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0)
}
80% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0)
}
90% {
opacity: .5
}
100% {
opacity: 0;
-webkit-transform: translateY(145%);
transform: translateY(145%)
}
}
.qodef-st-loader .qodef-aarhus-loader {
position: relative;
text-align: center
}
.qodef-st-loader .qodef-aarhus-loader .qodef-aarhus-loader-first-word, .qodef-st-loader .qodef-aarhus-loader .qodef-aarhus-loader-second-word {
display: inline-block;
color: #000;
font-size: 42px;
font-family: Yantramanav, sans-serif;
font-weight: 700;
letter-spacing: 0;
will-change: transform
}
.qodef-st-loader .qodef-aarhus-loader .qodef-aarhus-loader-first-word {
-webkit-animation: qodef-move-right 6s infinite ease-out;
animation: qodef-move-right 6s infinite ease-out
}
.qodef-st-loader .qodef-aarhus-loader .qodef-aarhus-loader-second-word {
-webkit-animation: qodef-move-left 6s infinite ease-out;
animation: qodef-move-left 6s infinite ease-out
}
.qodef-st-loader .qodef-aarhus-loader .qodef-aarhus-loader-separator {
width: 423px;
height: 1px;
background: #999;
position: relative;
display: inline-block;
margin: -15px 0 0 0;
vertical-align: middle;
-webkit-animation: qodef-animate-line 6s infinite ease-out;
animation: qodef-animate-line 6s infinite ease-out
}
@-webkit-keyframes qodef-animate-line {
0%, 100%, 20%, 90% {
-webkit-transform: scaleX(0);
transform: scaleX(0)
}
66%, 80% {
-webkit-transform: scaleX(.5);
transform: scaleX(.5)
}
33%, 44%, 55% {
-webkit-transform: scaleX(1);
transform: scaleX(1)
}
}
@keyframes qodef-animate-line {
0%, 100%, 20%, 90% {
-webkit-transform: scaleX(0);
transform: scaleX(0)
}
66%, 80% {
-webkit-transform: scaleX(.5);
transform: scaleX(.5)
}
33%, 44%, 55% {
-webkit-transform: scaleX(1);
transform: scaleX(1)
}
}
@-webkit-keyframes qodef-move-left {
0%, 100%, 20%, 90% {
-webkit-transform: translateX(-212px);
transform: translateX(-212px)
}
66%, 80% {
-webkit-transform: translateX(-95px);
transform: translateX(-95px)
}
33%, 44%, 55% {
-webkit-transform: translateX(10px);
transform: translateX(10px)
}
}
@keyframes qodef-move-left {
0%, 100%, 20%, 90% {
-webkit-transform: translateX(-212px);
transform: translateX(-212px)
}
66%, 80% {
-webkit-transform: translateX(-95px);
transform: translateX(-95px)
}
33%, 44%, 55% {
-webkit-transform: translateX(10px);
transform: translateX(10px)
}
}
@-webkit-keyframes qodef-move-right {
0%, 100%, 20%, 90% {
-webkit-transform: translateX(212px);
transform: translateX(212px)
}
66%, 80% {
-webkit-transform: translateX(95px);
transform: translateX(95px)
}
33%, 44%, 55% {
-webkit-transform: translateX(-10px);
transform: translateX(-10px)
}
}
@keyframes qodef-move-right {
0%, 100%, 20%, 90% {
-webkit-transform: translateX(212px);
transform: translateX(212px)
}
66%, 80% {
-webkit-transform: translateX(95px);
transform: translateX(95px)
}
33%, 44%, 55% {
-webkit-transform: translateX(-10px);
transform: translateX(-10px)
}
}
@media only screen and (max-width:1024px) {
.qodef-st-loader .qodef-aarhus-loader .qodef-aarhus-loader-separator {
width: 60px
}
@-webkit-keyframes qodef-move-left {
0%, 100%, 20%, 90% {
-webkit-transform: translateX(-30px);
transform: translateX(-30px)
}
66%, 80% {
-webkit-transform: translateX(-12px);
transform: translateX(-12px)
}
33%, 44%, 55% {
-webkit-transform: translateX(4px);
transform: translateX(4px)
}
}
@keyframes qodef-move-left {
0%, 100%, 20%, 90% {
-webkit-transform: translateX(-30px);
transform: translateX(-30px)
}
66%, 80% {
-webkit-transform: translateX(-12px);
transform: translateX(-12px)
}
33%, 44%, 55% {
-webkit-transform: translateX(4px);
transform: translateX(4px)
}
}
@-webkit-keyframes qodef-move-right {
0%, 100%, 20%, 90% {
-webkit-transform: translateX(30px);
transform: translateX(30px)
}
66%, 80% {
-webkit-transform: translateX(10px);
transform: translateX(10px)
}
33%, 44%, 55% {
-webkit-transform: translateX(-4px);
transform: translateX(-4px)
}
}
@keyframes qodef-move-right {
0%, 100%, 20%, 90% {
-webkit-transform: translateX(30px);
transform: translateX(30px)
}
66%, 80% {
-webkit-transform: translateX(10px);
transform: translateX(10px)
}
33%, 44%, 55% {
-webkit-transform: translateX(-4px);
transform: translateX(-4px)
}
}
}
.qodef-st-loader .qodef-rotate-circles {
width: 60px;
height: 20px
}
.qodef-st-loader .qodef-rotate-circles > div {
background-color: #333;
display: inline-block;
width: 12px;
height: 12px;
margin: 4px;
border-radius: 100%;
opacity: 0;
-webkit-animation: ball-fall 1.5s ease infinite both;
animation: ball-fall 1.5s ease infinite both
}
.qodef-st-loader .qodef-rotate-circles > div:nth-last-of-type(1) {
-webkit-animation-delay: calc((100ms) - 300ms);
animation-delay: calc((100ms) - 300ms)
}
.qodef-st-loader .qodef-rotate-circles > div:nth-last-of-type(2) {
-webkit-animation-delay: calc((200ms) - 300ms);
animation-delay: calc((200ms) - 300ms)
}
.qodef-st-loader .qodef-rotate-circles > div:nth-last-of-type(3) {
-webkit-animation-delay: calc((300ms) - 300ms);
animation-delay: calc((300ms) - 300ms)
}
@-webkit-keyframes scaleout {
0% {
-webkit-transform: scale(0)
}
100% {
-webkit-transform: scale(1);
opacity: 0
}
}
@keyframes scaleout {
0% {
-webkit-transform: scale(0)
}
100% {
-webkit-transform: scale(1);
opacity: 0
}
}
.qodef-st-loader .pulse {
width: 32px;
height: 32px;
margin: -16px 0 0 -16px;
background-color: #ff2a0e;
border-radius: 16px;
-webkit-animation: scaleout 1s infinite ease-in-out;
animation: scaleout 1s infinite ease-in-out
}
@-webkit-keyframes double-pulse {
0%, 100% {
-webkit-transform: scale(0);
transform: scale(0)
}
50% {
-webkit-transform: scale(1);
transform: scale(1)
}
}
@keyframes double-pulse {
0%, 100% {
-webkit-transform: scale(0);
transform: scale(0)
}
50% {
-webkit-transform: scale(1);
transform: scale(1)
}
}
.qodef-st-loader .double_pulse {
width: 40px;
height: 40px;
margin: -20px 0 0 -20px;
position: relative
}
.qodef-st-loader .double_pulse .double-bounce1, .qodef-st-loader .double_pulse .double-bounce2 {
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
border-radius: 50%;
background-color: #ff2a0e;
opacity: .6;
-webkit-animation: double-pulse 2s infinite ease-in-out;
animation: double-pulse 2s infinite ease-in-out
}
.qodef-st-loader .double_pulse .double-bounce2 {
-webkit-animation-delay: -1s;
animation-delay: -1s
}
@-webkit-keyframes cube {
0% {
-webkit-transform: perspective(120px) rotateX(0) rotateY(0);
transform: perspective(120px) rotateX(0) rotateY(0)
}
50% {
-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
transform: perspective(120px) rotateX(-180.1deg) rotateY(0)
}
100% {
-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
}
}
@keyframes cube {
0% {
-webkit-transform: perspective(120px) rotateX(0) rotateY(0);
transform: perspective(120px) rotateX(0) rotateY(0)
}
50% {
-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
transform: perspective(120px) rotateX(-180.1deg) rotateY(0)
}
100% {
-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
}
}
.qodef-st-loader .cube {
width: 60px;
height: 60px;
margin: -30px 0 0 -30px;
background-color: #ff2a0e;
-webkit-animation: cube 1.2s infinite ease-in-out;
animation: cube 1.2s infinite ease-in-out
}
@-webkit-keyframes rotating-cubes {
25% {
-webkit-transform: translateX(42px) rotate(-90deg) scale(.5);
transform: translateX(42px) rotate(-90deg) scale(.5)
}
50% {
-webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
transform: translateX(42px) translateY(42px) rotate(-179deg)
}
50.1% {
-webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
transform: translateX(42px) translateY(42px) rotate(-180deg)
}
75% {
-webkit-transform: translateX(0) translateY(42px) rotate(-270deg) scale(.5);
transform: translateX(0) translateY(42px) rotate(-270deg) scale(.5)
}
100% {
-webkit-transform: rotate(-360deg);
transform: rotate(-360deg)
}
}
@keyframes rotating-cubes {
25% {
-webkit-transform: translateX(42px) rotate(-90deg) scale(.5);
transform: translateX(42px) rotate(-90deg) scale(.5)
}
50% {
-webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
transform: translateX(42px) translateY(42px) rotate(-179deg)
}
50.1% {
-webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
transform: translateX(42px) translateY(42px) rotate(-180deg)
}
75% {
-webkit-transform: translateX(0) translateY(42px) rotate(-270deg) scale(.5);
transform: translateX(0) translateY(42px) rotate(-270deg) scale(.5)
}
100% {
-webkit-transform: rotate(-360deg);
transform: rotate(-360deg)
}
}
.qodef-st-loader .rotating_cubes {
width: 32px;
height: 32px;
margin: -16px 0 0 -16px;
position: relative
}
.qodef-st-loader .rotating_cubes .cube1, .qodef-st-loader .rotating_cubes .cube2 {
background-color: #ff2a0e;
width: 10px;
height: 10px;
position: absolute;
top: 0;
left: 0;
-webkit-animation: rotating-cubes 1.8s infinite ease-in-out;
animation: rotating-cubes 1.8s infinite ease-in-out
}
.qodef-st-loader .rotating_cubes .cube2 {
-webkit-animation-delay: -.9s;
animation-delay: -.9s
}
@-webkit-keyframes stretchdelay {
0%, 100%, 40% {
-webkit-transform: scaleY(.4);
transform: scaleY(.4)
}
20% {
-webkit-transform: scaleY(1);
transform: scaleY(1)
}
}
@keyframes stretchdelay {
0%, 100%, 40% {
-webkit-transform: scaleY(.4);
transform: scaleY(.4)
}
20% {
-webkit-transform: scaleY(1);
transform: scaleY(1)
}
}
.qodef-st-loader .stripes {
width: 50px;
height: 60px;
margin: -30px 0 0 -25px;
text-align: center;
font-size: 10px
}
.qodef-st-loader .stripes > div {
background-color: #ff2a0e;
height: 100%;
width: 6px;
display: inline-block;
margin: 0 3px 0 0;
-webkit-animation: stretchdelay 1.2s infinite ease-in-out;
animation: stretchdelay 1.2s infinite ease-in-out
}
.qodef-st-loader .stripes .rect2 {
-webkit-animation-delay: calc((200ms) - 1300ms);
animation-delay: calc((200ms) - 1300ms)
}
.qodef-st-loader .stripes .rect3 {
-webkit-animation-delay: calc((300ms) - 1300ms);
animation-delay: calc((300ms) - 1300ms)
}
.qodef-st-loader .stripes .rect4 {
-webkit-animation-delay: calc((400ms) - 1300ms);
animation-delay: calc((400ms) - 1300ms)
}
.qodef-st-loader .stripes .rect5 {
-webkit-animation-delay: calc((500ms) - 1300ms);
animation-delay: calc((500ms) - 1300ms)
}
@-webkit-keyframes bouncedelay {
0%, 100%, 80% {
-webkit-transform: scale(0);
transform: scale(0)
}
40% {
-webkit-transform: scale(1);
transform: scale(1)
}
}
@keyframes bouncedelay {
0%, 100%, 80% {
-webkit-transform: scale(0);
transform: scale(0)
}
40% {
-webkit-transform: scale(1);
transform: scale(1)
}
}
.qodef-st-loader .wave {
width: 72px;
text-align: center;
margin: -9px 0 0 -36px
}
.qodef-st-loader .wave > div {
width: 18px;
height: 18px;
background-color: #ff2a0e;
margin: 0 3px 0 0;
border-radius: 100%;
display: inline-block;
-webkit-animation: bouncedelay 1.4s infinite ease-in-out both;
animation: bouncedelay 1.4s infinite ease-in-out both
}
.qodef-st-loader .wave .bounce1 {
-webkit-animation-delay: -.32s;
animation-delay: -.32s
}
.qodef-st-loader .wave .bounce2 {
-webkit-animation-delay: -.16s;
animation-delay: -.16s
}
@-webkit-keyframes rotatecircles {
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@keyframes rotatecircles {
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
.qodef-st-loader .two_rotating_circles {
width: 40px;
height: 40px;
margin: -20px 0 0 -20px;
position: relative;
text-align: center;
-webkit-animation: rotatecircles 2s infinite linear;
animation: rotatecircles 2s infinite linear
}
.qodef-st-loader .two_rotating_circles .dot1, .qodef-st-loader .two_rotating_circles .dot2 {
width: 60%;
height: 60%;
display: inline-block;
position: absolute;
top: 0;
background-color: #ff2a0e;
border-radius: 100%;
-webkit-animation: bounce 2s infinite ease-in-out;
animation: bounce 2s infinite ease-in-out
}
.qodef-st-loader .two_rotating_circles .dot2 {
top: auto;
bottom: 0;
-webkit-animation-delay: -1s;
animation-delay: -1s
}
.qodef-st-loader .five_rotating_circles {
width: 60px;
height: 60px;
margin: -30px 0 0 -30px;
position: relative
}
.qodef-st-loader .five_rotating_circles .spinner-container {
position: absolute;
width: 100%;
height: 100%
}
.qodef-st-loader .five_rotating_circles .spinner-container > div {
background-color: #ff2a0e;
border-radius: 100%;
position: absolute;
width: 12px;
height: 12px;
-webkit-animation: bouncedelay 1.2s infinite ease-in-out both;
animation: bouncedelay 1.2s infinite ease-in-out both
}
.qodef-st-loader .five_rotating_circles .spinner-container > div.circle1 {
top: 0;
left: 0
}
.qodef-st-loader .five_rotating_circles .spinner-container > div.circle2 {
top: 0;
right: 0
}
.qodef-st-loader .five_rotating_circles .spinner-container > div.circle3 {
right: 0;
bottom: 0
}
.qodef-st-loader .five_rotating_circles .spinner-container > div.circle4 {
left: 0;
bottom: 0
}
.qodef-st-loader .five_rotating_circles .spinner-container.container1 .circle2 {
-webkit-animation-delay: calc((600ms) - 1500ms);
animation-delay: calc((600ms) - 1500ms)
}
.qodef-st-loader .five_rotating_circles .spinner-container.container1 .circle3 {
-webkit-animation-delay: calc((900ms) - 1500ms);
animation-delay: calc((900ms) - 1500ms)
}
.qodef-st-loader .five_rotating_circles .spinner-container.container1 .circle4 {
-webkit-animation-delay: calc((1200ms) - 1500ms);
animation-delay: calc((1200ms) - 1500ms)
}
.qodef-st-loader .five_rotating_circles .spinner-container.container2 {
-webkit-transform: rotateZ(45deg);
-ms-transform: rotate(45deg);
transform: rotateZ(45deg)
}
.qodef-st-loader .five_rotating_circles .spinner-container.container2 .circle1 {
-webkit-animation-delay: calc((300ms) - 1400ms);
animation-delay: calc((300ms) - 1400ms)
}
.qodef-st-loader .five_rotating_circles .spinner-container.container2 .circle2 {
-webkit-animation-delay: calc((600ms) - 1400ms);
animation-delay: calc((600ms) - 1400ms)
}
.qodef-st-loader .five_rotating_circles .spinner-container.container2 .circle3 {
-webkit-animation-delay: calc((900ms) - 1400ms);
animation-delay: calc((900ms) - 1400ms)
}
.qodef-st-loader .five_rotating_circles .spinner-container.container2 .circle4 {
-webkit-animation-delay: calc((1200ms) - 1400ms);
animation-delay: calc((1200ms) - 1400ms)
}
.qodef-st-loader .five_rotating_circles .spinner-container.container3 {
-webkit-transform: rotateZ(90deg);
-ms-transform: rotate(90deg);
transform: rotateZ(90deg)
}
.qodef-st-loader .five_rotating_circles .spinner-container.container3 .circle1 {
-webkit-animation-delay: calc((300ms) - 1300ms);
animation-delay: calc((300ms) - 1300ms)
}
.qodef-st-loader .five_rotating_circles .spinner-container.container3 .circle2 {
-webkit-animation-delay: calc((600ms) - 1300ms);
animation-delay: calc((600ms) - 1300ms)
}
.qodef-st-loader .five_rotating_circles .spinner-container.container3 .circle3 {
-webkit-animation-delay: calc((900ms) - 1300ms);
animation-delay: calc((900ms) - 1300ms)
}
.qodef-st-loader .five_rotating_circles .spinner-container.container3 .circle4 {
-webkit-animation-delay: calc((1200ms) - 1300ms);
animation-delay: calc((1200ms) - 1300ms)
}
@-webkit-keyframes atom_position {
50% {
top: 80px;
left: 80px
}
}
@keyframes atom_position {
50% {
top: 80px;
left: 80px
}
}
@-webkit-keyframes atom_size {
50% {
-webkit-transform: scale(.5);
transform: scale(.5)
}
}
@keyframes atom_size {
50% {
-webkit-transform: scale(.5);
transform: scale(.5)
}
}
@-webkit-keyframes atom_zindex {
100% {
z-index: 10
}
}
@keyframes atom_zindex {
100% {
z-index: 10
}
}
@-webkit-keyframes atom_shrink {
50% {
-webkit-transform: scale(.9);
transform: scale(.9)
}
}
@keyframes atom_shrink {
50% {
-webkit-transform: scale(.9);
transform: scale(.9)
}
}
.qodef-st-loader .atom {
width: 100px;
height: 100px;
margin: -50px 0 0 -50px;
position: relative
}
.qodef-st-loader .atom .ball-1 {
height: 50%;
width: 50%;
left: 50%;
top: 50%;
position: absolute;
z-index: 1;
-webkit-animation: atom_shrink 4.5s infinite linear;
animation: atom_shrink 4.5s infinite linear
}
.qodef-st-loader .atom .ball-1:before {
content: '';
background: #ff2a0e;
border-radius: 50%;
height: 100%;
width: 100%;
position: absolute;
top: -50%;
left: -50%
}
.qodef-st-loader .atom .ball-2 {
-webkit-animation: atom_zindex 1.5s .75s infinite steps(2, end);
animation: atom_zindex 1.5s .75s infinite steps(2, end)
}
.qodef-st-loader .atom .ball-2:before {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
-webkit-animation: atom_position 1.5s infinite ease, atom_size 1.5s -1.125s infinite ease;
animation: atom_position 1.5s infinite ease, atom_size 1.5s -1.125s infinite ease
}
.qodef-st-loader .atom .ball-3 {
-webkit-transform: rotate(120deg);
-ms-transform: rotate(120deg);
transform: rotate(120deg);
-webkit-animation: atom_zindex 1.5s -.25s infinite steps(2, end);
animation: atom_zindex 1.5s -.25s infinite steps(2, end)
}
.qodef-st-loader .atom .ball-3:before {
-webkit-animation: atom_position 1.5s -1s infinite ease, atom_size 1.5s -.75s infinite ease;
animation: atom_position 1.5s -1s infinite ease, atom_size 1.5s -.75s infinite ease
}
.qodef-st-loader .atom .ball-4 {
-webkit-transform: rotate(240deg);
-ms-transform: rotate(240deg);
transform: rotate(240deg);
-webkit-animation: atom_zindex 1.5s .25s infinite steps(2, end);
animation: atom_zindex 1.5s .25s infinite steps(2, end)
}
.qodef-st-loader .atom .ball-4:before {
-webkit-animation: atom_position 1.5s -.5s infinite ease, atom_size 1.5s -125ms infinite ease;
animation: atom_position 1.5s -.5s infinite ease, atom_size 1.5s -125ms infinite ease
}
.qodef-st-loader .atom .ball-2, .qodef-st-loader .atom .ball-3, .qodef-st-loader .atom .ball-4 {
position: absolute;
width: 100%;
height: 100%;
z-index: 0
}
.qodef-st-loader .atom .ball-2:before, .qodef-st-loader .atom .ball-3:before, .qodef-st-loader .atom .ball-4:before {
content: '';
height: 20px;
width: 20px;
border-radius: 50%;
background: #ff2a0e;
top: 0;
left: 0;
margin: 0 auto;
position: absolute
}
@-webkit-keyframes clock {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@keyframes clock {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@-webkit-keyframes clock1 {
0% {
-webkit-transform: rotate(-135deg);
transform: rotate(-135deg)
}
30% {
-webkit-transform: rotate(-450deg);
transform: rotate(-450deg)
}
100% {
-webkit-transform: rotate(-450deg);
transform: rotate(-450deg)
}
}
@keyframes clock1 {
0% {
-webkit-transform: rotate(-135deg);
transform: rotate(-135deg)
}
30% {
-webkit-transform: rotate(-450deg);
transform: rotate(-450deg)
}
100% {
-webkit-transform: rotate(-450deg);
transform: rotate(-450deg)
}
}
@-webkit-keyframes clock2 {
5% {
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg)
}
35% {
-webkit-transform: rotate(-405deg);
transform: rotate(-405deg)
}
100% {
-webkit-transform: rotate(-405deg);
transform: rotate(-405deg)
}
}
@keyframes clock2 {
5% {
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg)
}
35% {
-webkit-transform: rotate(-405deg);
transform: rotate(-405deg)
}
100% {
-webkit-transform: rotate(-405deg);
transform: rotate(-405deg)
}
}
@-webkit-keyframes clock3 {
10% {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg)
}
40% {
-webkit-transform: rotate(-360deg);
transform: rotate(-360deg)
}
100% {
-webkit-transform: rotate(-360deg);
transform: rotate(-360deg)
}
}
@keyframes clock3 {
10% {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg)
}
40% {
-webkit-transform: rotate(-360deg);
transform: rotate(-360deg)
}
100% {
-webkit-transform: rotate(-360deg);
transform: rotate(-360deg)
}
}
@-webkit-keyframes clock4 {
15% {
-webkit-transform: rotate(0);
transform: rotate(0)
}
45% {
-webkit-transform: rotate(-315deg);
transform: rotate(-315deg)
}
100% {
-webkit-transform: rotate(-315deg);
transform: rotate(-315deg)
}
}
@keyframes clock4 {
15% {
-webkit-transform: rotate(0);
transform: rotate(0)
}
45% {
-webkit-transform: rotate(-315deg);
transform: rotate(-315deg)
}
100% {
-webkit-transform: rotate(-315deg);
transform: rotate(-315deg)
}
}
.qodef-st-loader .clock {
width: 50px;
height: 50px;
margin: -25px 0 0 -25px;
position: relative;
-webkit-animation: clock 8s infinite steps(8);
animation: clock 8s infinite steps(8)
}
.qodef-st-loader .clock .ball {
height: 50px;
width: 50px;
position: absolute
}
.qodef-st-loader .clock .ball:before {
content: '';
border-radius: 50%;
height: 18.31501832px;
width: 18.31501832px;
position: absolute;
background: #ff2a0e
}
.qodef-st-loader .clock .ball.ball-1 {
-webkit-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
transform: rotate(-135deg);
-webkit-animation: clock1 1s ease-in infinite;
animation: clock1 1s ease-in infinite
}
.qodef-st-loader .clock .ball.ball-2 {
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-animation: clock2 1s ease-in infinite;
animation: clock2 1s ease-in infinite
}
.qodef-st-loader .clock .ball.ball-3 {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-animation: clock3 1s ease-in infinite;
animation: clock3 1s ease-in infinite
}
.qodef-st-loader .clock .ball.ball-4 {
-webkit-animation: clock4 1s ease-in infinite;
animation: clock4 1s ease-in infinite
}
@-webkit-keyframes mitosis_invert {
100% {
-webkit-transform: rotate(180deg);
transform: rotate(180deg)
}
}
@keyframes mitosis_invert {
100% {
-webkit-transform: rotate(180deg);
transform: rotate(180deg)
}
}
@-webkit-keyframes mitosis_ball1 {
12% {
-webkit-transform: none;
transform: none
}
26% {
-webkit-transform: translateX(25%) scale(1, .8);
transform: translateX(25%) scale(1, .8)
}
40% {
-webkit-transform: translateX(50%) scale(.8, .8);
transform: translateX(50%) scale(.8, .8)
}
60% {
-webkit-transform: translateX(50%) scale(.8, .8);
transform: translateX(50%) scale(.8, .8)
}
74% {
-webkit-transform: translate(50%, 25%) scale(.6, .8);
transform: translate(50%, 25%) scale(.6, .8)
}
88% {
-webkit-transform: translate(50%, 50%) scale(.6, .6);
transform: translate(50%, 50%) scale(.6, .6)
}
100% {
-webkit-transform: translate(50%, 50%) scale(.6, .6);
transform: translate(50%, 50%) scale(.6, .6)
}
}
@keyframes mitosis_ball1 {
12% {
-webkit-transform: none;
transform: none
}
26% {
-webkit-transform: translateX(25%) scale(1, .8);
transform: translateX(25%) scale(1, .8)
}
40% {
-webkit-transform: translateX(50%) scale(.8, .8);
transform: translateX(50%) scale(.8, .8)
}
60% {
-webkit-transform: translateX(50%) scale(.8, .8);
transform: translateX(50%) scale(.8, .8)
}
74% {
-webkit-transform: translate(50%, 25%) scale(.6, .8);
transform: translate(50%, 25%) scale(.6, .8)
}
88% {
-webkit-transform: translate(50%, 50%) scale(.6, .6);
transform: translate(50%, 50%) scale(.6, .6)
}
100% {
-webkit-transform: translate(50%, 50%) scale(.6, .6);
transform: translate(50%, 50%) scale(.6, .6)
}
}
@-webkit-keyframes mitosis_ball2 {
12% {
-webkit-transform: none;
transform: none
}
26% {
-webkit-transform: translateX(25%) scale(1, .8);
transform: translateX(25%) scale(1, .8)
}
40% {
-webkit-transform: translateX(50%) scale(.8, .8);
transform: translateX(50%) scale(.8, .8)
}
60% {
-webkit-transform: translateX(50%) scale(.8, .8);
transform: translateX(50%) scale(.8, .8)
}
74% {
-webkit-transform: translate(50%, -25%) scale(.6, .8);
transform: translate(50%, -25%) scale(.6, .8)
}
88% {
-webkit-transform: translate(50%, -50%) scale(.6, .6);
transform: translate(50%, -50%) scale(.6, .6)
}
100% {
-webkit-transform: translate(50%, -50%) scale(.6, .6);
transform: translate(50%, -50%) scale(.6, .6)
}
}
@keyframes mitosis_ball2 {
12% {
-webkit-transform: none;
transform: none
}
26% {
-webkit-transform: translateX(25%) scale(1, .8);
transform: translateX(25%) scale(1, .8)
}
40% {
-webkit-transform: translateX(50%) scale(.8, .8);
transform: translateX(50%) scale(.8, .8)
}
60% {
-webkit-transform: translateX(50%) scale(.8, .8);
transform: translateX(50%) scale(.8, .8)
}
74% {
-webkit-transform: translate(50%, -25%) scale(.6, .8);
transform: translate(50%, -25%) scale(.6, .8)
}
88% {
-webkit-transform: translate(50%, -50%) scale(.6, .6);
transform: translate(50%, -50%) scale(.6, .6)
}
100% {
-webkit-transform: translate(50%, -50%) scale(.6, .6);
transform: translate(50%, -50%) scale(.6, .6)
}
}
@-webkit-keyframes mitosis_ball3 {
12% {
-webkit-transform: none;
transform: none
}
26% {
-webkit-transform: translateX(-25%) scale(1, .8);
transform: translateX(-25%) scale(1, .8)
}
40% {
-webkit-transform: translateX(-50%) scale(.8, .8);
transform: translateX(-50%) scale(.8, .8)
}
60% {
-webkit-transform: translateX(-50%) scale(.8, .8);
transform: translateX(-50%) scale(.8, .8)
}
74% {
-webkit-transform: translate(-50%, 25%) scale(.6, .8);
transform: translate(-50%, 25%) scale(.6, .8)
}
88% {
-webkit-transform: translate(-50%, 50%) scale(.6, .6);
transform: translate(-50%, 50%) scale(.6, .6)
}
100% {
-webkit-transform: translate(-50%, 50%) scale(.6, .6);
transform: translate(-50%, 50%) scale(.6, .6)
}
}
@keyframes mitosis_ball3 {
12% {
-webkit-transform: none;
transform: none
}
26% {
-webkit-transform: translateX(-25%) scale(1, .8);
transform: translateX(-25%) scale(1, .8)
}
40% {
-webkit-transform: translateX(-50%) scale(.8, .8);
transform: translateX(-50%) scale(.8, .8)
}
60% {
-webkit-transform: translateX(-50%) scale(.8, .8);
transform: translateX(-50%) scale(.8, .8)
}
74% {
-webkit-transform: translate(-50%, 25%) scale(.6, .8);
transform: translate(-50%, 25%) scale(.6, .8)
}
88% {
-webkit-transform: translate(-50%, 50%) scale(.6, .6);
transform: translate(-50%, 50%) scale(.6, .6)
}
100% {
-webkit-transform: translate(-50%, 50%) scale(.6, .6);
transform: translate(-50%, 50%) scale(.6, .6)
}
}
@-webkit-keyframes mitosis_ball4 {
12% {
-webkit-transform: none;
transform: none
}
26% {
-webkit-transform: translateX(-25%) scale(1, .8);
transform: translateX(-25%) scale(1, .8)
}
40% {
-webkit-transform: translateX(-50%) scale(.8, .8);
transform: translateX(-50%) scale(.8, .8)
}
60% {
-webkit-transform: translateX(-50%) scale(.8, .8);
transform: translateX(-50%) scale(.8, .8)
}
74% {
-webkit-transform: translate(-50%, -25%) scale(.6, .8);
transform: translate(-50%, -25%) scale(.6, .8)
}
88% {
-webkit-transform: translate(-50%, -50%) scale(.6, .6);
transform: translate(-50%, -50%) scale(.6, .6)
}
100% {
-webkit-transform: translate(-50%, -50%) scale(.6, .6);
transform: translate(-50%, -50%) scale(.6, .6)
}
}
@keyframes mitosis_ball4 {
12% {
-webkit-transform: none;
transform: none
}
26% {
-webkit-transform: translateX(-25%) scale(1, .8);
transform: translateX(-25%) scale(1, .8)
}
40% {
-webkit-transform: translateX(-50%) scale(.8, .8);
transform: translateX(-50%) scale(.8, .8)
}
60% {
-webkit-transform: translateX(-50%) scale(.8, .8);
transform: translateX(-50%) scale(.8, .8)
}
74% {
-webkit-transform: translate(-50%, -25%) scale(.6, .8);
transform: translate(-50%, -25%) scale(.6, .8)
}
88% {
-webkit-transform: translate(-50%, -50%) scale(.6, .6);
transform: translate(-50%, -50%) scale(.6, .6)
}
100% {
-webkit-transform: translate(-50%, -50%) scale(.6, .6);
transform: translate(-50%, -50%) scale(.6, .6)
}
}
.qodef-st-loader .mitosis {
height: 50px;
width: 50px;
margin: -25px 0 0 -25px;
position: relative;
-webkit-animation: mitosis_invert 2s infinite steps(2, end);
animation: mitosis_invert 2s infinite steps(2, end)
}
.qodef-st-loader .mitosis .ball {
border-radius: 50%;
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: #ff2a0e
}
.qodef-st-loader .mitosis .ball.ball-1 {
-webkit-animation: mitosis_ball1 1s infinite alternate linear;
animation: mitosis_ball1 1s infinite alternate linear
}
.qodef-st-loader .mitosis .ball.ball-2 {
-webkit-animation: mitosis_ball2 1s infinite alternate linear;
animation: mitosis_ball2 1s infinite alternate linear
}
.qodef-st-loader .mitosis .ball.ball-3 {
-webkit-animation: mitosis_ball3 1s infinite alternate linear;
animation: mitosis_ball3 1s infinite alternate linear
}
.qodef-st-loader .mitosis .ball.ball-4 {
-webkit-animation: mitosis_ball4 1s infinite alternate linear;
animation: mitosis_ball4 1s infinite alternate linear
}
@-webkit-keyframes lines_spin {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@keyframes lines_spin {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
.qodef-st-loader .lines {
width: 60px;
height: 60px;
margin: 0 0 0 -30px
}
.qodef-st-loader .lines .line1 {
margin-left: 10px;
position: absolute;
width: 60px;
height: 4px;
background-color: #ff2a0e;
-webkit-animation: lines_spin 1.5s infinite ease calc((100ms) - 100ms);
animation: lines_spin 1.5s infinite ease calc((100ms) - 100ms)
}
.qodef-st-loader .lines .line2 {
margin-left: 10px;
position: absolute;
width: 60px;
height: 4px;
background-color: #ff2a0e;
-webkit-animation: lines_spin 1.5s infinite ease calc((200ms) - 100ms);
animation: lines_spin 1.5s infinite ease calc((200ms) - 100ms)
}
.qodef-st-loader .lines .line3 {
margin-left: 10px;
position: absolute;
width: 60px;
height: 4px;
background-color: #ff2a0e;
-webkit-animation: lines_spin 1.5s infinite ease calc((300ms) - 100ms);
animation: lines_spin 1.5s infinite ease calc((300ms) - 100ms)
}
.qodef-st-loader .lines .line4 {
margin-left: 10px;
position: absolute;
width: 60px;
height: 4px;
background-color: #ff2a0e;
-webkit-animation: lines_spin 1.5s infinite ease calc((400ms) - 100ms);
animation: lines_spin 1.5s infinite ease calc((400ms) - 100ms)
}
@-webkit-keyframes fussion_ball1 {
50% {
top: -100%;
left: 200%
}
100% {
top: 50%;
left: 100%;
z-index: 2
}
}
@keyframes fussion_ball1 {
50% {
top: -100%;
left: 200%
}
100% {
top: 50%;
left: 100%;
z-index: 2
}
}
@-webkit-keyframes fussion_ball2 {
50% {
top: 200%;
left: 200%
}
100% {
top: 100%;
left: 50%;
z-index: 1
}
}
@keyframes fussion_ball2 {
50% {
top: 200%;
left: 200%
}
100% {
top: 100%;
left: 50%;
z-index: 1
}
}
@-webkit-keyframes fussion_ball3 {
50% {
top: 200%;
left: -100%
}
100% {
top: 50%;
left: 0;
z-index: 2
}
}
@keyframes fussion_ball3 {
50% {
top: 200%;
left: -100%
}
100% {
top: 50%;
left: 0;
z-index: 2
}
}
@-webkit-keyframes fussion_ball4 {
50% {
top: -100%;
left: -100%
}
100% {
top: 0;
left: 50%;
z-index: 1
}
}
@keyframes fussion_ball4 {
50% {
top: -100%;
left: -100%
}
100% {
top: 0;
left: 50%;
z-index: 1
}
}
.qodef-st-loader .fussion {
width: 30px;
height: 30px;
margin: -45px 0 0 -30px;
position: relative
}
.qodef-st-loader .fussion .ball {
height: 40px;
width: 40px;
left: 50%;
top: 50%;
background: #ff2a0e;
border-radius: 50%;
float: left;
position: absolute
}
.qodef-st-loader .fussion .ball.ball-1 {
top: 0;
left: 50%;
-webkit-animation: fussion_ball1 1s 0s ease infinite;
animation: fussion_ball1 1s 0s ease infinite;
z-index: 1
}
.qodef-st-loader .fussion .ball.ball-2 {
top: 50%;
left: 100%;
-webkit-animation: fussion_ball2 1s 0s ease infinite;
animation: fussion_ball2 1s 0s ease infinite;
z-index: 2
}
.qodef-st-loader .fussion .ball.ball-3 {
top: 100%;
left: 50%;
-webkit-animation: fussion_ball3 1s 0s ease infinite;
animation: fussion_ball3 1s 0s ease infinite;
z-index: 1
}
.qodef-st-loader .fussion .ball.ball-4 {
top: 50%;
left: 0;
-webkit-animation: fussion_ball4 1s 0s ease infinite;
animation: fussion_ball4 1s 0s ease infinite;
z-index: 2
}
@-webkit-keyframes wave_jump1 {
12% {
-webkit-transform: translate(20px, -40px);
transform: translate(20px, -40px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
100%, 24% {
-webkit-transform: translate(40px, 0);
transform: translate(40px, 0)
}
}
@keyframes wave_jump1 {
12% {
-webkit-transform: translate(20px, -40px);
transform: translate(20px, -40px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
100%, 24% {
-webkit-transform: translate(40px, 0);
transform: translate(40px, 0)
}
}
@-webkit-keyframes wave_jump2 {
12% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
24% {
-webkit-transform: translate(20px, -40px);
transform: translate(20px, -40px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
100%, 36% {
-webkit-transform: translate(40px, 0);
transform: translate(40px, 0)
}
}
@keyframes wave_jump2 {
12% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
24% {
-webkit-transform: translate(20px, -40px);
transform: translate(20px, -40px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
100%, 36% {
-webkit-transform: translate(40px, 0);
transform: translate(40px, 0)
}
}
@-webkit-keyframes wave_jump3 {
24% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
36% {
-webkit-transform: translate(20px, -40px);
transform: translate(20px, -40px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
100%, 48% {
-webkit-transform: translate(40px, 0);
transform: translate(40px, 0)
}
}
@keyframes wave_jump3 {
24% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
36% {
-webkit-transform: translate(20px, -40px);
transform: translate(20px, -40px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
100%, 48% {
-webkit-transform: translate(40px, 0);
transform: translate(40px, 0)
}
}
@-webkit-keyframes wave_wipe {
100%, 48% {
-webkit-transform: translateX(-120px);
transform: translateX(-120px)
}
}
@keyframes wave_wipe {
100%, 48% {
-webkit-transform: translateX(-120px);
transform: translateX(-120px)
}
}
.qodef-st-loader .wave_circles {
width: 150px;
height: 30px;
margin: -15px 0 0 -75px
}
.qodef-st-loader .wave_circles .ball {
height: 30px;
width: 30px;
float: left;
background: #ff2a0e;
border-radius: 50%;
margin-right: 10px
}
.qodef-st-loader .wave_circles .ball.ball-1 {
-webkit-animation: wave_jump3 1.8s infinite ease-out;
animation: wave_jump3 1.8s infinite ease-out
}
.qodef-st-loader .wave_circles .ball.ball-2 {
-webkit-animation: wave_jump2 1.8s infinite ease-out;
animation: wave_jump2 1.8s infinite ease-out
}
.qodef-st-loader .wave_circles .ball.ball-3 {
-webkit-animation: wave_jump1 1.8s infinite ease-out;
animation: wave_jump1 1.8s infinite ease-out
}
.qodef-st-loader .wave_circles .ball.ball-4 {
margin-right: 0;
-webkit-animation: wave_wipe 1.8s infinite cubic-bezier(.5, 0, .5, 1);
animation: wave_wipe 1.8s infinite cubic-bezier(.5, 0, .5, 1)
}
@-webkit-keyframes pulse_circles_pulse {
0% {
-webkit-transform: scale(.1);
transform: scale(.1);
opacity: 1;
border-width: 50px
}
100% {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
opacity: 0;
border-width: 0
}
}
@keyframes pulse_circles_pulse {
0% {
-webkit-transform: scale(.1);
transform: scale(.1);
opacity: 1;
border-width: 50px
}
100% {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
opacity: 0;
border-width: 0
}
}
.qodef-st-loader .pulse_circles {
width: 100px;
height: 100px;
margin: -50px 0 0 -50px;
position: relative
}
.qodef-st-loader .pulse_circles .ball {
height: 100%;
width: 100%;
background: #ff2a0e;
position: absolute;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-radius: 50%;
border: 0 solid #ff2a0e
}
.qodef-st-loader .pulse_circles .ball.ball-1 {
-webkit-animation: pulse_circles_pulse 3s infinite calc((-750ms) + 750ms);
animation: pulse_circles_pulse 3s infinite calc((-750ms) + 750ms)
}
.qodef-st-loader .pulse_circles .ball.ball-2 {
-webkit-animation: pulse_circles_pulse 3s infinite calc((-1500ms) + 750ms);
animation: pulse_circles_pulse 3s infinite calc((-1500ms) + 750ms)
}
.qodef-st-loader .pulse_circles .ball.ball-3 {
-webkit-animation: pulse_circles_pulse 3s infinite calc((-2250ms) + 750ms);
animation: pulse_circles_pulse 3s infinite calc((-2250ms) + 750ms)
}
.qodef-st-loader .pulse_circles .ball.ball-4 {
-webkit-animation: pulse_circles_pulse 3s infinite calc((-3000ms) + 750ms);
animation: pulse_circles_pulse 3s infinite calc((-3000ms) + 750ms)
}
.qodef-st-loader1 {
position: relative;
display: inline-block;
width: 100%;
height: 100%
}
.qodef-st-loader2 {
margin: -50% 0 0 -50%
}
#respond input[type=text], #respond textarea, .post-password-form input[type=password], .qodef-style-form textarea, .wpcf7-form-control.wpcf7-date, .wpcf7-form-control.wpcf7-number, .wpcf7-form-control.wpcf7-quiz, .wpcf7-form-control.wpcf7-select, .wpcf7-form-control.wpcf7-text, .wpcf7-form-control.wpcf7-textarea, input[type=email], input[type=password], input[type=text] {
position: relative;
width: 100%;
margin: -2px 0 19px;
padding: 12px 25px;
font-family: inherit;
font-size: 16px;
font-weight: inherit;
line-height: calc(50px - (12px * 2) - 2px);
color: #000;
background-color: transparent;
border: 1px solid #bababa;
border-radius: 0;
outline: 0;
cursor: pointer;
-webkit-appearance: none;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: border-color .2s ease-in-out;
-o-transition: border-color .2s ease-in-out;
transition: border-color .2s ease-in-out
}
#respond input:focus[type=text], #respond textarea:focus, .qodef-style-form textarea:focus, .wpcf7-form-control.wpcf7-date:focus, .wpcf7-form-control.wpcf7-number:focus, .wpcf7-form-control.wpcf7-quiz:focus, .wpcf7-form-control.wpcf7-select:focus, .wpcf7-form-control.wpcf7-text:focus, .wpcf7-form-control.wpcf7-textarea:focus, input:focus[type=email], input:focus[type=password], input:focus[type=text] {
color: #000;
border-color: #000
}
#respond input[type=text]::-webkit-input-placeholder, #respond textarea::-webkit-input-placeholder, .post-password-form input[type=password]::-webkit-input-placeholder, .qodef-style-form textarea::-webkit-input-placeholder, .wpcf7-form-control.wpcf7-date::-webkit-input-placeholder, .wpcf7-form-control.wpcf7-number::-webkit-input-placeholder, .wpcf7-form-control.wpcf7-quiz::-webkit-input-placeholder, .wpcf7-form-control.wpcf7-select::-webkit-input-placeholder, .wpcf7-form-control.wpcf7-text::-webkit-input-placeholder, .wpcf7-form-control.wpcf7-textarea::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder {
color: inherit
}
#respond input:-moz-placeholder[type=text], #respond textarea:-moz-placeholder, .qodef-style-form textarea:-moz-placeholder, .wpcf7-form-control.wpcf7-date:-moz-placeholder, .wpcf7-form-control.wpcf7-number:-moz-placeholder, .wpcf7-form-control.wpcf7-quiz:-moz-placeholder, .wpcf7-form-control.wpcf7-select:-moz-placeholder, .wpcf7-form-control.wpcf7-text:-moz-placeholder, .wpcf7-form-control.wpcf7-textarea:-moz-placeholder, input:-moz-placeholder[type=email], input:-moz-placeholder[type=password], input:-moz-placeholder[type=text] {
color: inherit;
opacity: 1
}
#respond input[type=text]::-moz-placeholder, #respond textarea::-moz-placeholder, .post-password-form input[type=password]::-moz-placeholder, .qodef-style-form textarea::-moz-placeholder, .wpcf7-form-control.wpcf7-date::-moz-placeholder, .wpcf7-form-control.wpcf7-number::-moz-placeholder, .wpcf7-form-control.wpcf7-quiz::-moz-placeholder, .wpcf7-form-control.wpcf7-select::-moz-placeholder, .wpcf7-form-control.wpcf7-text::-moz-placeholder, .wpcf7-form-control.wpcf7-textarea::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=text]::-moz-placeholder {
color: inherit;
opacity: 1
}
#respond input:-ms-input-placeholder[type=text], #respond textarea:-ms-input-placeholder, .qodef-style-form textarea:-ms-input-placeholder, .wpcf7-form-control.wpcf7-date:-ms-input-placeholder, .wpcf7-form-control.wpcf7-number:-ms-input-placeholder, .wpcf7-form-control.wpcf7-quiz:-ms-input-placeholder, .wpcf7-form-control.wpcf7-select:-ms-input-placeholder, .wpcf7-form-control.wpcf7-text:-ms-input-placeholder, .wpcf7-form-control.wpcf7-textarea:-ms-input-placeholder, input:-ms-input-placeholder[type=email], input:-ms-input-placeholder[type=password], input:-ms-input-placeholder[type=text] {
color: inherit
}
.qodef-comment-holder {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-comment-holder .qodef-comment-holder-inner {
padding: 34px 0 20px 2px
}
.qodef-comment-holder .qodef-comment.qodef-pingback-comment .qodef-comment-text {
padding: 0
}
.qodef-comment-holder .qodef-comment-list {
position: relative;
padding: 0;
margin: 0;
list-style: none;
z-index: 150
}
.qodef-comment-holder .qodef-comment-list li {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
margin: 8px 0 0;
padding: 29px 0 0
}
.qodef-comment-holder .qodef-comment-list > li:first-child {
margin: 0;
padding: 0;
border: 0
}
.qodef-comment-holder .qodef-comment-list .children {
padding: 0 0 0 110px
}
.qodef-comment-holder .qodef-comments-title {
margin-bottom: 11px
}
.qodef-comment-holder .qodef-comments-title > * {
margin: 0
}
.qodef-comment-holder .qodef-comment-image {
position: relative;
top: 10px;
left: 0;
width: 82px;
height: 82px;
display: block;
float: left
}
.qodef-comment-holder .qodef-comment-image img {
display: block;
border-radius: 4em
}
.qodef-comment-holder .qodef-comment-text {
padding: 0 0 0 108px;
min-height: 82px
}
.qodef-comment-holder .qodef-comment-text .qodef-comment-info {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
margin: -7px 0 7px
}
.qodef-comment-holder .qodef-comment-text .comment-edit-link, .qodef-comment-holder .qodef-comment-text .comment-reply-link, .qodef-comment-holder .qodef-comment-text .replay {
float: right;
margin: 15px 0 0 10px;
font-size: 16px;
color: #000;
font-weight: 700
}
.qodef-comment-holder .qodef-comment-text .comment-edit-link:hover, .qodef-comment-holder .qodef-comment-text .comment-reply-link:hover, .qodef-comment-holder .qodef-comment-text .replay:hover {
color: rgba(0, 0, 0, .8)
}
.qodef-comment-holder .qodef-comment-text .qodef-comment-name {
float: left;
margin: 0
}
.qodef-comment-holder .qodef-comment-text .qodef-comment-date {
float: left;
margin: 7px 0 0 0;
font-size: 15px
}
.qodef-comment-holder .qodef-comment-text .qodef-text-holder p {
margin: 5px 0 5px 5px
}
.qodef-comment-holder .qodef-comment-text .qodef-text-holder blockquote p {
margin: 30px 100px 0 90px
}
.qodef-comment-holder .qodef-comment-text .comment-respond {
margin: 20px 0
}
.qodef-comment-holder .qodef-comment-text .comment-respond .comment-reply-title {
margin: 0 0 10px;
font-size: 14px
}
.qodef-comment-holder .qodef-comment-text .comment-respond .logged-in-as {
margin: 0 0 8px
}
.qodef-comment-holder .qodef-comment-text #cancel-comment-reply-link {
margin-left: 10px;
font-size: 12px;
color: #ff2a0e
}
.qodef-comment-holder .qodef-comment-text #cancel-comment-reply-link:hover {
color: #000
}
.qodef-comment-holder .qodef-comment-text ul {
list-style-type: disc
}
.qodef-comment-holder .qodef-comment-text ul ul {
list-style-type: circle
}
.qodef-comment-holder .qodef-comment-text ul ul ul {
list-style-type: square
}
.qodef-comment-holder .qodef-comment-text ol li, .qodef-comment-holder .qodef-comment-text ul li {
display: list-item
}
.qodef-comment-holder .qodef-comment-text li {
margin: 0 !important;
padding: 0 !important;
border: 0 !important
}
.qodef-comment-form {
padding: 0;
clear: both;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-comment-form .qodef-comment-form-inner {
padding: 57px 0 78px
}
.qodef-comment-form .comment-reply-title {
margin: 0 0 34px
}
.qodef-comment-form .logged-in-as {
margin: 0 0 8px
}
@media only screen and (max-width:1024px) {
.qodef-comment-holder .qodef-comment-list .children {
padding: 0 0 0 80px
}
}
@media only screen and (max-width:768px) {
.qodef-comment-holder .qodef-comment-list .children {
padding: 0 0 0 40px
}
}
@media only screen and (max-width:680px) {
.qodef-comment-holder .qodef-comment-list .children {
padding: 0
}
.qodef-comment-holder .qodef-comment-text .qodef-comment-date, .qodef-comment-holder .qodef-comment-text .qodef-comment-name {
float: none
}
.qodef-comment-holder .qodef-comment-text .comment-edit-link, .qodef-comment-holder .qodef-comment-text .comment-reply-link, .qodef-comment-holder .qodef-comment-text .replay {
float: none;
margin: 0 10px 0 0
}
}
@media only screen and (max-width:480px) {
.qodef-comment-holder .qodef-comment-image {
float: none
}
.qodef-comment-holder .qodef-comment-text {
padding: 20px 0 0;
min-height: inherit
}
}
#respond textarea {
min-height: 185px;
padding: 15px 0 12px 25px;
color: #717171;
font-weight: 400
}
#respond #author, #respond #email {
font-size: 16px;
font-weight: 700;
width: 48.8%;
float: left;
padding: 12px 0 0 0;
border-top: none;
border-left: none;
border-right: none
}
#respond #email {
float: right
}
#respond #url {
font-size: 16px;
font-weight: 700;
margin: 0 0 16px;
padding: 5px 0 0 0;
border-top: none;
border-left: none;
border-right: none
}
.post-password-form input[type=password] {
margin-top: 10px
}
footer .wpcf7-form-control.wpcf7-date, footer .wpcf7-form-control.wpcf7-number, footer .wpcf7-form-control.wpcf7-quiz, footer .wpcf7-form-control.wpcf7-select, footer .wpcf7-form-control.wpcf7-text, footer .wpcf7-form-control.wpcf7-textarea {
margin: 0
}
#submit_comment {
width: 100%
}
#submit_comment .qodef-btn-text {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0)
}
#submit_comment:hover .qodef-btn-text {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0)
}
.post-password-form input[type=submit] {
position: relative;
display: inline-block;
vertical-align: middle;
width: auto;
margin: 0;
font-family: inherit;
font-size: 16px;
line-height: 2em;
letter-spacing: 0;
font-weight: 700;
text-transform: capitalize;
outline: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
-webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
-o-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
padding: 10px 51px;
color: #fff;
background-color: #000;
border: 1px solid transparent;
cursor: pointer
}
.post-password-form input[type=submit]:hover {
color: #000;
background-color: transparent;
border-color: #ccc
}
.wpcf7-form p, p.form-submit {
margin: 20px 0 0 0
}
#respond textarea, .qodef-style-form textarea, .wpcf7-form textarea {
display: block
}
.qodef-two-columns-form-without-space .wpcf7-form .ajax-loader {
display: none
}
.qodef-owl-slider {
visibility: hidden
}
.qodef-owl-slider .owl-stage-outer {
z-index: 1
}
.qodef-owl-slider.qodef-slider-is-moving .owl-item .qodef-block-drag-link {
z-index: -1 !important
}
.qodef-owl-slider.qodef-slider-has-both-nav .owl-nav .owl-next, .qodef-owl-slider.qodef-slider-has-both-nav .owl-nav .owl-prev {
-webkit-transform: translateY(calc(-50% - 21px));
-ms-transform: translateY(calc(-50% - 21px));
transform: translateY(calc(-50% - 21px))
}
.qodef-owl-slider.qodef-slider-hide-pagination .owl-dots {
display: none
}
.qodef-owl-slider .owl-nav .owl-next, .qodef-owl-slider .owl-nav .owl-prev {
position: absolute;
top: 50%;
padding: 0;
margin: 0;
color: #000;
background: 0 0;
border: 0;
border-radius: 0;
outline: 0;
-webkit-appearance: none;
z-index: 3;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: color .2s ease-out;
-o-transition: color .2s ease-out;
transition: color .2s ease-out
}
.qodef-owl-slider .owl-nav .owl-next:hover, .qodef-owl-slider .owl-nav .owl-prev:hover {
color: #ff2a0e
}
.qodef-owl-slider .owl-nav .owl-next > span, .qodef-owl-slider .owl-nav .owl-prev > span {
position: relative;
display: inline-block;
vertical-align: middle;
font-size: 46px;
line-height: 1
}
.qodef-owl-slider .owl-nav .owl-next > span:before, .qodef-owl-slider .owl-nav .owl-prev > span:before {
display: block;
line-height: inherit
}
.qodef-owl-slider .owl-nav .owl-prev {
left: 30px
}
.qodef-owl-slider .owl-nav .owl-next {
right: 30px
}
.qodef-owl-slider .owl-dots {
text-align: center;
margin: 16px 0 0;
counter-reset: section
}
.qodef-owl-slider .owl-dots .owl-dot {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
vertical-align: middle;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0;
margin: 0 6px;
background: 0 0;
border: 0;
border-radius: 0;
outline: 0;
-webkit-appearance: none;
overflow: visible
}
.qodef-owl-slider .owl-dots .owl-dot:before {
content: '';
-webkit-box-flex: 1;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
position: relative;
height: 1px;
width: 0;
margin-right: 10px;
background: currentColor;
-webkit-transition: width .25s ease;
-o-transition: width .25s ease;
transition: width .25s ease
}
.qodef-owl-slider .owl-dots .owl-dot:after {
content: "⬛"; position: relative;
display: block;
font-size: 10px !important;
color: #ff2a0e;
counter-increment: section;
font-weight: 700;
font-family: Yantramanav, sans-serif;
-webkit-transition: transform .2s ease-out;
-webkit-transition: -webkit-transform .2s ease-out;
transition: -webkit-transform .2s ease-out;
-o-transition: transform .2s ease-out;
transition: transform .2s ease-out;
transition: transform .2s ease-out, -webkit-transform .2s ease-out
}
.qodef-owl-slider .owl-dots .owl-dot.active:after, .qodef-owl-slider .owl-dots .owl-dot:hover:after {
-webkit-transform: scale(1.4, 1.4);
-ms-transform: scale(1.4, 1.4);
transform: scale(1.4, 1.4);
-webkit-transition: transform .2s ease-in;
-webkit-transition: -webkit-transform .2s ease-in;
transition: -webkit-transform .2s ease-in;
-o-transition: transform .2s ease-in;
transition: transform .2s ease-in;
transition: transform .2s ease-in, -webkit-transform .2s ease-in;
font-size: 16px
}
.qodef-owl-slider .owl-dots .owl-dot.active:before {
width: 100px
}
.qodef-owl-slider .owl-dots .owl-dot.active:after {
pointer-events: none;
cursor: default
}
.qodef-owl-slider .owl-carousel .owl-item img {
-webkit-transform: translateZ(0)
}
.qodef-owl-slider + .qodef-slider-thumbnail {
display: inline-block;
vertical-align: middle;
list-style: none;
margin: 20px -10px 0
}
.qodef-owl-slider + .qodef-slider-thumbnail > .qodef-slider-thumbnail-item {
float: left;
padding: 0 10px;
margin-bottom: 20px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
line-height: 0;
cursor: pointer
}
.qodef-owl-slider + .qodef-slider-thumbnail > .qodef-slider-thumbnail-item img {
border: 2px solid transparent;
-webkit-transition: border-color .2s ease-out;
-o-transition: border-color .2s ease-out;
transition: border-color .2s ease-out
}
.qodef-owl-slider + .qodef-slider-thumbnail > .qodef-slider-thumbnail-item.active img {
border: 2px solid #ff2a0e
}
.qodef-owl-slider + .qodef-slider-thumbnail.qodef-slider-columns-two .qodef-slider-thumbnail-item {
width: 50%
}
@media only screen and (max-width:1024px) {
.qodef-owl-slider + .qodef-slider-thumbnail.qodef-slider-columns-two .qodef-slider-thumbnail-item {
width: 33.3333%
}
}
.qodef-owl-slider + .qodef-slider-thumbnail.qodef-slider-columns-three .qodef-slider-thumbnail-item {
width: 33.33333%
}
@media only screen and (max-width:1024px) {
.qodef-owl-slider + .qodef-slider-thumbnail.qodef-slider-columns-three .qodef-slider-thumbnail-item {
width: 33.3333%
}
}
.qodef-owl-slider + .qodef-slider-thumbnail.qodef-slider-columns-four .qodef-slider-thumbnail-item {
width: 25%
}
@media only screen and (max-width:1024px) {
.qodef-owl-slider + .qodef-slider-thumbnail.qodef-slider-columns-four .qodef-slider-thumbnail-item {
width: 33.3333%
}
}
.qodef-owl-slider + .qodef-slider-thumbnail.qodef-slider-columns-five .qodef-slider-thumbnail-item {
width: 20%
}
@media only screen and (max-width:1024px) {
.qodef-owl-slider + .qodef-slider-thumbnail.qodef-slider-columns-five .qodef-slider-thumbnail-item {
width: 33.3333%
}
}
.qodef-owl-slider + .qodef-slider-thumbnail.qodef-slider-columns-six .qodef-slider-thumbnail-item {
width: 16.66667%
}
@media only screen and (max-width:1024px) {
.qodef-owl-slider + .qodef-slider-thumbnail.qodef-slider-columns-six .qodef-slider-thumbnail-item {
width: 33.3333%
}
}
.error404 .qodef-wrapper {
padding: 0 !important
}
.error404 .qodef-content {
height: 100vh
}
.error404.admin-bar .qodef-content {
height: calc(100vh - 32px)
}
.error404 .qodef-content-inner {
position: relative;
display: table;
table-layout: fixed;
height: 100%;
width: 100%
}
.error404 .qodef-page-not-found {
position: relative;
display: table-cell;
height: 100%;
width: 100%;
vertical-align: middle;
padding: 0 20%;
text-align: center
}
.error404 .qodef-page-not-found .qodef-404-title {
margin: 0
}
.error404 .qodef-page-not-found .qodef-404-subtitle {
margin: 35px 0 0
}
.error404 .qodef-page-not-found .qodef-404-text {
margin: 10px 0 0
}
.error404 .qodef-page-not-found .qodef-btn {
margin: 30px 0 0
}
.error404 .qodef-page-not-found .qodef-btn.qodef-btn-light-style {
color: #585858;
background-color: #fff;
border-color: #fff
}
.error404 .qodef-page-not-found .qodef-btn.qodef-btn-light-style:hover {
color: #fff !important;
background-color: transparent !important;
border-color: #fff !important
}
@media only screen and (max-width:1024px) {
.error404 .qodef-content {
height: 100%;
min-height: 100vh
}
.error404 .qodef-content .qodef-page-not-found {
padding: 25% 20%
}
.error404.admin-bar .qodef-content {
height: 100%;
min-height: calc(100vh - 32px)
}
}
@media only screen and (max-width:768px) {
.error404 .qodef-content .qodef-page-not-found {
padding: 50% 20%
}
}
#qodef-back-to-top {
position: fixed;
width: 41px;
right: -17px;
bottom: 25px;
margin: 0;
z-index: 10000;
opacity: 0;
visibility: hidden;
-webkit-transform-origin: 50%;
-ms-transform-origin: 50%;
transform-origin: 50%;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg)
}
#qodef-back-to-top.off {
opacity: 0;
visibility: hidden;
-webkit-transition: opacity .15s ease, visibility 0s .15s;
-o-transition: opacity .15s ease, visibility 0s .15s;
transition: opacity .15s ease, visibility 0s .15s
}
#qodef-back-to-top.on {
opacity: 1;
visibility: visible;
-webkit-transition: opacity .3s ease;
-o-transition: opacity .3s ease;
transition: opacity .3s ease
}
#qodef-back-to-top:hover {
color: #000
}
#qodef-back-to-top.qodef-back-to-top-light {
color: #fff
}
#qodef-back-to-top.qodef-back-to-top-light:hover {
color: #fff
}
.qodef-self-hosted-video-holder .qodef-video-wrap .mejs-container, .qodef-self-hosted-video-holder .qodef-video-wrap .mejs-overlay-play, .qodef-self-hosted-video-holder .qodef-video-wrap .mejs-poster {
height: 100% !important; width: 100% !important }
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
display: none
}
input[type=search]::-ms-clear {
display: none
}
input[type=text]::-ms-clear {
display: none
}
.qodef-cf7-contact input[type=email], .qodef-cf7-contact input[type=text], .qodef-cf7-newsletter input[type=email], .qodef-cf7-newsletter input[type=text], .qodef-cf7-newsletter-2 input[type=email], .qodef-cf7-newsletter-2 input[type=text] {
border: none;
border-bottom: 1px solid #bababa;
padding: 0 0 2px;
line-height: 20px;
margin: 0 0 41px;
cursor: auto
}
.qodef-cf7-contact input[type=email]::-webkit-input-placeholder, .qodef-cf7-contact input[type=text]::-webkit-input-placeholder, .qodef-cf7-newsletter input[type=email]::-webkit-input-placeholder, .qodef-cf7-newsletter input[type=text]::-webkit-input-placeholder, .qodef-cf7-newsletter-2 input[type=email]::-webkit-input-placeholder, .qodef-cf7-newsletter-2 input[type=text]::-webkit-input-placeholder {
font-size: 17px;
font-weight: 500
}
.qodef-cf7-contact input[type=email]:-moz-placeholder, .qodef-cf7-contact input[type=text]:-moz-placeholder, .qodef-cf7-newsletter input[type=email]:-moz-placeholder, .qodef-cf7-newsletter input[type=text]:-moz-placeholder, .qodef-cf7-newsletter-2 input[type=email]:-moz-placeholder, .qodef-cf7-newsletter-2 input[type=text]:-moz-placeholder {
font-size: 17px;
font-weight: 500;
opacity: 1
}
.qodef-cf7-contact input[type=email]::-moz-placeholder, .qodef-cf7-contact input[type=text]::-moz-placeholder, .qodef-cf7-newsletter input[type=email]::-moz-placeholder, .qodef-cf7-newsletter input[type=text]::-moz-placeholder, .qodef-cf7-newsletter-2 input[type=email]::-moz-placeholder, .qodef-cf7-newsletter-2 input[type=text]::-moz-placeholder {
font-size: 17px;
font-weight: 500;
opacity: 1
}
.qodef-cf7-contact input[type=email]:-ms-input-placeholder, .qodef-cf7-contact input[type=text]:-ms-input-placeholder, .qodef-cf7-newsletter input[type=email]:-ms-input-placeholder, .qodef-cf7-newsletter input[type=text]:-ms-input-placeholder, .qodef-cf7-newsletter-2 input[type=email]:-ms-input-placeholder, .qodef-cf7-newsletter-2 input[type=text]:-ms-input-placeholder {
font-size: 17px;
font-weight: 500
}
.qodef-cf7-contact textarea.wpcf7-form-control, .qodef-cf7-newsletter textarea.wpcf7-form-control, .qodef-cf7-newsletter-2 textarea.wpcf7-form-control {
border: 1px solid #bababa;
padding: 15px 23px 11px;
min-height: 68px;
margin: 0 0 7px
}
.qodef-cf7-contact textarea.wpcf7-form-control::-webkit-input-placeholder, .qodef-cf7-newsletter textarea.wpcf7-form-control::-webkit-input-placeholder, .qodef-cf7-newsletter-2 textarea.wpcf7-form-control::-webkit-input-placeholder {
color: #7d7d7d;
font-size: 16px
}
.qodef-cf7-contact textarea.wpcf7-form-control:-moz-placeholder, .qodef-cf7-newsletter textarea.wpcf7-form-control:-moz-placeholder, .qodef-cf7-newsletter-2 textarea.wpcf7-form-control:-moz-placeholder {
color: #7d7d7d;
font-size: 16px;
opacity: 1
}
.qodef-cf7-contact textarea.wpcf7-form-control::-moz-placeholder, .qodef-cf7-newsletter textarea.wpcf7-form-control::-moz-placeholder, .qodef-cf7-newsletter-2 textarea.wpcf7-form-control::-moz-placeholder {
color: #7d7d7d;
font-size: 16px;
opacity: 1
}
.qodef-cf7-contact textarea.wpcf7-form-control:-ms-input-placeholder, .qodef-cf7-newsletter textarea.wpcf7-form-control:-ms-input-placeholder, .qodef-cf7-newsletter-2 textarea.wpcf7-form-control:-ms-input-placeholder {
color: #7d7d7d;
font-size: 16px
}
.qodef-cf7-contact input[type=email], .qodef-cf7-contact input[type=text] {
padding: 0 0 3px;
margin: 0 0 22px
}
.qodef-cf7-contact input[type=text] {
margin: 0 0 35px
}
.qodef-cf7-contact .qodef-btn {
width: 100%
}
.qodef-cf7-newsletter-2 {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle
}
.qodef-cf7-newsletter-2 input[type=email] {
padding: 0 0 5px;
margin: 0
}
.qodef-cf7-newsletter-2 button[type=submit].wpcf7-form-control {
position: absolute;
background-color: transparent;
padding: 0;
font-weight: 300;
font-size: 14px;
line-height: 14px;
border: none;
outline: 0;
width: 14px;
height: 14px;
top: 4px;
right: 6px
}
.qodef-cf7-newsletter-2 button[type=submit].wpcf7-form-control:hover {
background-color: transparent !important
}
.qodef-cf7-newsletter-2 button[type=submit].wpcf7-form-control:not(.qodef-btn-icon):not(.qodef-btn-simple):not(.qodef-no-arrow-btn) .qodef-btn-text {
font-family: dripicons-v2;
color: #000;
-webkit-transform: translate3d(0, 0, 0) !important;
transform: translate3d(0, 0, 0) !important
}
.qodef-cf7-newsletter-2 button[type=submit].wpcf7-form-control:not(.qodef-btn-icon):not(.qodef-btn-simple):not(.qodef-no-arrow-btn) .qodef-btn-text:after {
content: '';
margin: 0
}
.wpcf7-form .qodef-btn .qodef-btn-text {
-webkit-transform: translate3d(-10px, 0, 0) !important;
transform: translate3d(-10px, 0, 0) !important
}
.wpcf7-form .qodef-btn:hover .qodef-btn-text {
-webkit-transform: translateX(0) !important;
-ms-transform: translateX(0) !important;
transform: translateX(0) !important
}
.qodef-before-text:before {
content: '';
width: 11px;
height: 11px;
background-color: #ff2a0e;
display: inline-block;
margin-right: 15px;
vertical-align: middle
}
.qodef-row-text-holder {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
margin: 0 0 171px 0
}
.qodef-row-text-holder .qodef-row-text {
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
font-size: 361px;
font-weight: 700;
line-height: 1em;
letter-spacing: -10px;
color: rgba(0, 0, 0, .05);
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
@media only screen and (max-width:1024px) {
.qodef-row-text-holder {
margin: 0 0 150px 0
}
.qodef-row-text-holder .qodef-row-text {
font-size: 280px
}
}
@media only screen and (max-width:768px) {
.qodef-row-text-holder {
margin: 0 0 130px 0
}
.qodef-row-text-holder .qodef-row-text {
font-size: 230px
}
}
@media only screen and (max-width:480px) {
.qodef-row-text-holder {
margin: 0 0 70px 0
}
.qodef-row-text-holder .qodef-row-text {
font-size: 120px;
letter-spacing: -5px
}
}
.qodef-aarhus-burger rect {
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s
}
.qodef-aarhus-burger:hover rect:nth-child(2), .qodef-aarhus-burger:hover rect:nth-child(3), .qodef-aarhus-burger:hover rect:nth-child(4) {
-webkit-transform: translate3d(0, 9px, 0);
transform: translate3d(0, 9px, 0)
}
.qodef-aarhus-burger:hover rect:nth-child(10), .qodef-aarhus-burger:hover rect:nth-child(8), .qodef-aarhus-burger:hover rect:nth-child(9) {
-webkit-transform: translate3d(0, -9px, 0);
transform: translate3d(0, -9px, 0)
}
.qodef-fullscreen-fade-in .qodef-aarhus-burger rect:nth-child(2), .qodef-fullscreen-fade-in .qodef-aarhus-burger rect:nth-child(3), .qodef-fullscreen-fade-in .qodef-aarhus-burger rect:nth-child(4) {
-webkit-transform: translate3d(0, 9px, 0);
transform: translate3d(0, 9px, 0)
}
.qodef-fullscreen-fade-in .qodef-aarhus-burger rect:nth-child(10), .qodef-fullscreen-fade-in .qodef-aarhus-burger rect:nth-child(8), .qodef-fullscreen-fade-in .qodef-aarhus-burger rect:nth-child(9) {
-webkit-transform: translate3d(0, -9px, 0);
transform: translate3d(0, -9px, 0)
}
.qodef-row-has-background-text {
position: relative
}
.qodef-row-background-text-holder {
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0
}
.qodef-row-background-text-holder .qodef-row-background-text-wrapper {
position: relative;
display: table;
table-layout: fixed;
height: 100%;
width: 100%
}
.qodef-row-background-text-holder .qodef-row-background-text-wrapper .qodef-row-background-text-wrapper-inner {
display: table-cell;
vertical-align: middle;
color: #f7f7f7;
font-size: 150px
}
.qodef-row-background-text-holder .qodef-row-background-text-wrapper .qodef-row-background-text-wrapper-inner .qodef-row-background-text-1, .qodef-row-background-text-holder .qodef-row-background-text-wrapper .qodef-row-background-text-wrapper-inner .qodef-row-background-text-2 {
font-weight: 900;
line-height: 1
}
@media only screen and (max-width:1024px) {
.qodef-row-background-text-holder .qodef-row-background-text-wrapper {
display: none
}
}
.qodef-row-background-text-holder .qodef-row-background-text-wrapper.qodef-row-background-text-animation {
visibility: hidden
}
.no-touch .qodef-row-background-text-holder .qodef-row-background-text-wrapper.qodef-row-background-text-animation .qodef-char-mask {
display: inline-block;
vertical-align: middle;
overflow: hidden
}
.no-touch .qodef-row-background-text-holder .qodef-row-background-text-wrapper.qodef-row-background-text-animation .qodef-char-mask > span {
display: inline-block;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
-webkit-transition: all .5s cubic-bezier(.05, .43, .04, .87);
-o-transition: all .5s cubic-bezier(.05, .43, .04, .87);
transition: all .5s cubic-bezier(.05, .43, .04, .87)
}
.no-touch .qodef-row-background-text-holder .qodef-row-background-text-wrapper.qodef-row-background-text-animation.qodef-row-background-text-align-right .qodef-char-mask > span {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0)
}
.no-touch .qodef-row-background-text-holder .qodef-row-background-text-wrapper.qodef-row-background-text-animation .qodef-char-mask > span.qodef-show {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
aside.qodef-sidebar {
position: relative;
z-index: 11;
margin: 0 0 60px
}
aside.qodef-sidebar .widget:last-child {
margin: 0 !important
}
aside.qodef-sidebar .widget.widget_qodef_instagram_widget .qodef-widget-title-holder .qodef-widget-title {
margin: 0 0 23px
}
aside.qodef-sidebar .widget.widget_qodef_instagram_widget a img {
-webkit-transition: transform .5s ease-out;
-webkit-transition: -webkit-transform .5s ease-out;
transition: -webkit-transform .5s ease-out;
-o-transition: transform .5s ease-out;
transition: transform .5s ease-out;
transition: transform .5s ease-out, -webkit-transform .5s ease-out
}
aside.qodef-sidebar .widget.widget_qodef_instagram_widget a:hover img {
-webkit-transform: scale(1.03, 1.03);
-ms-transform: scale(1.03, 1.03);
transform: scale(1.03, 1.03);
-webkit-transition: transform .5s ease-in;
-webkit-transition: -webkit-transform .5s ease-in;
transition: -webkit-transform .5s ease-in;
-o-transition: transform .5s ease-in;
transition: transform .5s ease-in;
transition: transform .5s ease-in, -webkit-transform .5s ease-in
}
aside.qodef-sidebar .widget.widget_qodef_instagram_widget a:after {
background-color: transparent
}
aside.qodef-sidebar .qodef-icon-widget-holder {
display: block
}
.wpb_widgetised_column {
position: relative
}
.wpb_widgetised_column .widget:last-child {
margin: 0 !important
}
.widget {
margin: 0 0 20px
}
.widget .qodef-widget-title {
margin: 0 0 21px
}
.widget .qodef-widget-title a {
color: inherit
}
.widget ul {
padding: 0;
margin: 0;
list-style: none
}
.widget ul li {
margin: 0 0 10px
}
.widget ul li:last-child {
margin: 0
}
.widget.widget_text img {
display: block
}
.widget #wp-calendar {
width: 100%;
text-align: center
}
.widget #wp-calendar caption {
color: #000;
margin: 0 0 15px
}
.widget #wp-calendar td, .widget #wp-calendar th {
padding: 3px 4px
}
.widget #wp-calendar td#today {
color: #fff;
background-color: #ff2a0e
}
.widget #wp-calendar td#today a {
color: inherit
}
.widget.widget_rss .qodef-widget-title .rsswidget:hover {
color: #ff2a0e
}
.widget.widget_rss .rss-widget-icon {
display: inline-block
}
.widget.widget_rss ul li {
margin: 0 0 25px
}
.widget.widget_rss ul li .rss-date {
display: block
}
.widget.widget_search form {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
clear: both
}
.widget.widget_search form > div {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
border-top: none;
border-left: none;
border-right: none;
border-bottom: 1px solid #bababa;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.widget.widget_search form > div .search-field::-webkit-input-placeholder {
font-weight: 700;
font-size: 16px
}
.widget.widget_search form > div .search-field:-moz-placeholder {
font-weight: 700;
font-size: 16px;
opacity: 1
}
.widget.widget_search form > div .search-field::-moz-placeholder {
font-weight: 700;
font-size: 16px;
opacity: 1
}
.widget.widget_search form > div .search-field:-ms-input-placeholder {
font-weight: 700;
font-size: 16px
}
.widget.widget_search button, .widget.widget_search input {
position: relative;
display: inline-block;
vertical-align: top;
float: left;
height: 25px;
font-family: inherit;
font-weight: 400;
font-size: 19px;
line-height: 25px;
color: #000;
background-color: transparent;
border: 0;
border-radius: 0;
outline: 0;
-webkit-appearance: none;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: color .2s ease-out;
-o-transition: color .2s ease-out;
transition: color .2s ease-out
}
.widget.widget_search input {
width: calc(100% - 40px)
}
.widget.widget_search input::-webkit-input-placeholder {
color: inherit
}
.widget.widget_search input:-moz-placeholder {
color: inherit;
opacity: 1
}
.widget.widget_search input::-moz-placeholder {
color: inherit;
opacity: 1
}
.widget.widget_search input:-ms-input-placeholder {
color: inherit
}
.widget.widget_search button {
padding: 0 5px 0 0;
font-size: 13px;
color: #000;
cursor: pointer;
-webkit-transition: color .2s ease-in-out;
-o-transition: color .2s ease-in-out;
transition: color .2s ease-in-out
}
.widget.widget_search button:hover {
color: #717171
}
.widget.widget_search button span {
display: block;
line-height: inherit
}
.widget.widget_search button span:before {
display: block;
line-height: inherit
}
.widget.qodef-blog-list-widget .qodef-blog-list .qodef-post-image a {
overflow: hidden
}
.widget.qodef-blog-list-widget .qodef-blog-list .qodef-post-image a:hover img {
-webkit-transform: scale(1.03, 1.03);
-ms-transform: scale(1.03, 1.03);
transform: scale(1.03, 1.03)
}
.widget.qodef-blog-list-widget .qodef-blog-list .qodef-post-image a img {
-webkit-transition: transform .5s ease-out;
-webkit-transition: -webkit-transform .5s ease-out;
transition: -webkit-transform .5s ease-out;
-o-transition: transform .5s ease-out;
transition: transform .5s ease-out;
transition: transform .5s ease-out, -webkit-transform .5s ease-out
}
.widget.qodef-blog-list-widget .qodef-blog-list .qodef-post-image a:after {
background-color: transparent
}
.widget.qodef-blog-list-widget .qodef-blog-list .qodef-bli-content {
vertical-align: middle;
padding-left: 16px
}
.widget.qodef-blog-list-widget .qodef-blog-list .qodef-bli-content .qodef-post-title a:hover {
color: #393939
}
.widget.qodef-blog-list-widget .qodef-blog-list .qodef-bli-content .qodef-post-info-date {
margin: 0
}
.widget.qodef-blog-list-widget .qodef-blog-list .qodef-bli-content .qodef-post-info-date a {
font-size: 15px;
line-height: 25px;
letter-spacing: 0
}
.widget.widget_categories .qodef-widget-title {
margin: 0 0 10px
}
.widget.widget_categories li.cat-item {
padding: 5px 0
}
.widget.widget_categories li.cat-item a {
color: #717171
}
.widget.widget_categories li.cat-item a:hover {
color: #000
}
.widget.qodef-social-icons-group-widget .qodef-widget-title {
margin: 0 0 19px
}
.widget.qodef-social-icons-group-widget .qodef-social-icon-widget-holder {
margin: 0 18px 0 0
}
.widget.widget_archive ul li, .widget.widget_categories ul li, .widget.widget_meta ul li, .widget.widget_nav_menu ul li, .widget.widget_pages ul li, .widget.widget_recent_comments ul li {
margin: 0;
padding: 4px 0
}
.widget.widget_archive ul li:last-child, .widget.widget_categories ul li:last-child, .widget.widget_meta ul li:last-child, .widget.widget_nav_menu ul li:last-child, .widget.widget_pages ul li:last-child, .widget.widget_recent_comments ul li:last-child {
border: none
}
.widget.widget_archive ul li ul, .widget.widget_categories ul li ul, .widget.widget_meta ul li ul, .widget.widget_nav_menu ul li ul, .widget.widget_pages ul li ul, .widget.widget_recent_comments ul li ul {
margin: 4px 0 0;
padding: 0 0 0 10px
}
.widget.widget_archive ul li ul li:last-child, .widget.widget_categories ul li ul li:last-child, .widget.widget_meta ul li ul li:last-child, .widget.widget_nav_menu ul li ul li:last-child, .widget.widget_pages ul li ul li:last-child, .widget.widget_recent_comments ul li ul li:last-child {
padding: 4px 0 0
}
.widget.widget_recent_entries .qodef-widget-title {
margin: 0 0 23px
}
.widget.widget_recent_entries ul li {
margin: 0 0 12px
}
.widget.widget_recent_entries ul li > span {
display: block;
font-size: 14px
}
.widget.widget_archive select, .widget.widget_categories select, .widget.widget_text select {
width: 100%;
max-width: 100%;
height: 54px;
padding: 0 18px;
line-height: 54px;
color: #717171;
background-color: transparent;
border: 1px solid #e1e1e1;
font-family: inherit;
font-size: inherit;
font-style: inherit;
font-weight: inherit;
outline: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.widget.widget_text .textwidget a {
color: #717171
}
.widget.widget_text .textwidget a:hover {
color: #000
}
.widget.widget_text .qodef-sf-text-holder .qodef-sf-text {
color: #000
}
.widget.widget_text .qodef-sf-text-holder .qodef-sf-text:hover {
color: #969696
}
.widget.posts_holder ul li.page_item_has_children > a {
display: block
}
.widget.posts_holder ul li.page_item_has_children > ul.children {
padding-left: 10px
}
.widget.posts_holder ul li.menu-item-has-children > a {
display: block
}
.widget.posts_holder ul li.menu-item-has-children > ul.sub-menu {
padding-left: 10px
}
.widget.widget_tag_cloud .qodef-widget-title {
margin: 0 0 12px
}
.widget.widget_tag_cloud a {
position: relative;
display: inline-block;
vertical-align: middle;
color: #717171;
font-family: inherit;
line-height: 29px;
font-weight: 400;
font-size: 16px !important;
background-color: transparent;
text-decoration: underline
}
.widget.widget_tag_cloud a:after {
content: ',';
color: #717171;
margin: 0
}
.widget.widget_tag_cloud a:last-child:after {
display: none
}
.widget.widget_tag_cloud a:hover {
color: #000
}
.widget.widget_media_image {
margin-bottom: 20px
}
.widget.widget_media_image a, .widget.widget_media_image img {
display: block
}
.widget.woocommerce.widget_layered_nav.woocommerce-widget-layered-nav .qodef-widget-title, .widget.woocommerce.widget_product_categories .qodef-widget-title {
margin: 0 0 11px
}
.widget.woocommerce.widget_layered_nav.woocommerce-widget-layered-nav ul.product-categories li, .widget.woocommerce.widget_product_categories ul.product-categories li {
margin: 0
}
.widget.woocommerce.widget_layered_nav.woocommerce-widget-layered-nav ul.product-categories li a, .widget.woocommerce.widget_product_categories ul.product-categories li a {
font-size: 16px;
line-height: 36px;
color: #717171
}
.widget.woocommerce.widget_layered_nav.woocommerce-widget-layered-nav ul.product-categories li a:hover, .widget.woocommerce.widget_product_categories ul.product-categories li a:hover {
color: #262626
}
.widget.woocommerce.widget_layered_nav.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li {
margin: 0
}
.widget.woocommerce.widget_layered_nav.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li a {
font-size: 16px;
line-height: 36px;
color: #717171
}
.widget.woocommerce.widget_layered_nav.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li a:hover {
color: #262626
}
.widget.woocommerce.widget_price_filter form {
width: 250px
}
.widget.woocommerce.widget_price_filter form .price_slider_wrapper div.ui-widget-content {
height: 3px;
background-color: #000
}
.widget.woocommerce.widget_price_filter form .price_slider_wrapper div.ui-widget-content div.ui-slider-range {
height: 3px;
background-color: #000
}
.widget.woocommerce.widget_price_filter form .price_slider_wrapper div.ui-widget-content span.ui-slider-handle {
width: 8px;
height: 8px;
top: -3px;
background-color: #000
}
.widget.woocommerce.widget_price_filter form .price_slider_wrapper .price_slider_amount {
margin: 15px 0 0
}
.widget.woocommerce.widget_price_filter form .price_slider_wrapper .price_slider_amount button[type=submit] {
padding: 0 0 1px 0;
float: right;
border: none;
line-height: 15px;
background-color: transparent;
color: #000
}
.widget.woocommerce.widget_price_filter form .price_slider_wrapper .price_slider_amount button[type=submit]:hover {
color: rgba(0, 0, 0, .8)
}
.widget.woocommerce.widget_price_filter form .price_slider_wrapper .price_slider_amount .price_label {
float: left;
font-size: 15px;
line-height: 15px;
text-decoration: none;
font-style: normal
}
.widget.woocommerce.widget_products .qodef-widget-title, .widget.woocommerce.widget_recently_viewed_products .qodef-widget-title {
margin: 0 0 11px
}
.widget.woocommerce.widget_products ul.product_list_widget li, .widget.woocommerce.widget_recently_viewed_products ul.product_list_widget li {
margin: 0 0 69px
}
.widget.woocommerce.widget_products ul.product_list_widget li a img, .widget.woocommerce.widget_recently_viewed_products ul.product_list_widget li a img {
max-width: 101px
}
.widget.woocommerce.widget_products ul.product_list_widget li a span.product-title, .widget.woocommerce.widget_recently_viewed_products ul.product_list_widget li a span.product-title {
padding: 45px 0 0 121px
}
.widget.woocommerce.widget_products ul.product_list_widget li a span.product-title:hover, .widget.woocommerce.widget_recently_viewed_products ul.product_list_widget li a span.product-title:hover {
color: #393939
}
.widget.woocommerce.widget_products ul.product_list_widget li span.woocommerce-Price-amount, .widget.woocommerce.widget_recently_viewed_products ul.product_list_widget li span.woocommerce-Price-amount {
margin: 0 0 0 121px;
font-size: 15px
}
.widget.woocommerce.widget_products ul.product_list_widget li .star-rating, .widget.woocommerce.widget_recently_viewed_products ul.product_list_widget li .star-rating {
display: none
}
.vc_wp_search .widget.widget_search form > div {
background-color: #fff;
border: none
}
.vc_wp_search .widget.widget_search input {
width: calc(100% - 66px);
padding: 0 0 0 33px;
font-size: 15px
}
.vc_wp_search .widget.widget_search button {
width: 66px;
padding: 0 39px 0 9px
}
.qodef-mobile-header .widget, .qodef-page-header .widget, .qodef-sticky-header .widget, .qodef-top-bar .widget {
margin: 0
}
.qodef-mobile-header .widget.widget_archive, .qodef-mobile-header .widget.widget_calendar, .qodef-mobile-header .widget.widget_categories, .qodef-mobile-header .widget.widget_meta, .qodef-mobile-header .widget.widget_nav_menu, .qodef-mobile-header .widget.widget_pages, .qodef-mobile-header .widget.widget_recent_comments, .qodef-mobile-header .widget.widget_recent_entries, .qodef-mobile-header .widget.widget_rss, .qodef-mobile-header .widget.widget_search, .qodef-mobile-header .widget.widget_tag_cloud, .qodef-page-header .widget.widget_archive, .qodef-page-header .widget.widget_calendar, .qodef-page-header .widget.widget_categories, .qodef-page-header .widget.widget_meta, .qodef-page-header .widget.widget_nav_menu, .qodef-page-header .widget.widget_pages, .qodef-page-header .widget.widget_recent_comments, .qodef-page-header .widget.widget_recent_entries, .qodef-page-header .widget.widget_rss, .qodef-page-header .widget.widget_search, .qodef-page-header .widget.widget_tag_cloud, .qodef-sticky-header .widget.widget_archive, .qodef-sticky-header .widget.widget_calendar, .qodef-sticky-header .widget.widget_categories, .qodef-sticky-header .widget.widget_meta, .qodef-sticky-header .widget.widget_nav_menu, .qodef-sticky-header .widget.widget_pages, .qodef-sticky-header .widget.widget_recent_comments, .qodef-sticky-header .widget.widget_recent_entries, .qodef-sticky-header .widget.widget_rss, .qodef-sticky-header .widget.widget_search, .qodef-sticky-header .widget.widget_tag_cloud, .qodef-top-bar .widget.widget_archive, .qodef-top-bar .widget.widget_calendar, .qodef-top-bar .widget.widget_categories, .qodef-top-bar .widget.widget_meta, .qodef-top-bar .widget.widget_nav_menu, .qodef-top-bar .widget.widget_pages, .qodef-top-bar .widget.widget_recent_comments, .qodef-top-bar .widget.widget_recent_entries, .qodef-top-bar .widget.widget_rss, .qodef-top-bar .widget.widget_search, .qodef-top-bar .widget.widget_tag_cloud {
display: none !important
}
.qodef-side-menu .widget {
color: #b1b2b2
}
.qodef-side-menu .widget:last-child {
margin: 0 !important
}
.qodef-side-menu .widget h1, .qodef-side-menu .widget h2, .qodef-side-menu .widget h3, .qodef-side-menu .widget h4, .qodef-side-menu .widget h5, .qodef-side-menu .widget h6 {
margin: 0;
color: #fff
}
.qodef-side-menu .widget .qodef-widget-title {
color: #000;
font-size: 22px;
margin: 0 0 22px
}
.qodef-side-menu .widget a {
color: #000
}
.qodef-side-menu .widget a:hover {
color: #ff2a0e
}
.qodef-side-menu .widget table tbody tr, .qodef-side-menu .widget table thead tr {
border-color: #b1b2b2
}
.qodef-side-menu .widget table tbody th {
border-right-color: #b1b2b2
}
.qodef-side-menu .widget #wp-calendar caption {
color: #b1b2b2
}
.qodef-side-menu .widget.widget_search form > div {
border-color: #b1b2b2
}
.qodef-side-menu .widget.widget_search input {
color: #b1b2b2
}
.qodef-side-menu .widget.widget_search input::-webkit-input-placeholder {
color: inherit
}
.qodef-side-menu .widget.widget_search input:-moz-placeholder {
color: inherit;
opacity: 1
}
.qodef-side-menu .widget.widget_search input::-moz-placeholder {
color: inherit;
opacity: 1
}
.qodef-side-menu .widget.widget_search input:-ms-input-placeholder {
color: inherit
}
.qodef-side-menu .widget.widget_search input[type=submit] {
color: #b1b2b2
}
.qodef-side-menu .widget.widget_search button:hover {
color: #ff2a0e
}
.qodef-side-menu .widget.widget_archive select, .qodef-side-menu .widget.widget_categories select, .qodef-side-menu .widget.widget_text select {
color: #b1b2b2;
border-color: #b1b2b2
}
.qodef-side-menu .widget.widget_archive select option, .qodef-side-menu .widget.widget_categories select option, .qodef-side-menu .widget.widget_text select option {
background-color: #363636
}
.qodef-side-menu .widget.widget_tag_cloud a {
color: #b1b2b2
}
.qodef-side-menu .widget.widget_tag_cloud a:after {
color: inherit
}
.qodef-side-menu .widget.widget_tag_cloud a:hover {
color: #ff2a0e
}
.qodef-side-menu .widget.widget_media_image {
margin-bottom: 6px
}
.qodef-side-menu .widget.widget_text .qodef-widget-title {
margin: 0 0 13px
}
.qodef-side-menu .widget.widget_text .textwidget {
color: #949494;
font-size: 18px;
line-height: 26px
}
.qodef-side-menu .widget.widget_text .qodef-sf-text {
color: #000
}
.qodef-side-menu .widget.widget_text .qodef-sf-text:hover {
color: #969696
}
.qodef-side-menu .widget.qodef-blog-list-widget .qodef-bl-item {
padding: 0 68px 0 5px
}
.qodef-side-menu .widget.qodef-blog-list-widget .qodef-bl-item .qodef-bli-content {
padding-left: 15px;
display: inline-block
}
.qodef-side-menu .widget.qodef-blog-list-widget .qodef-bl-item .qodef-bli-content .qodef-post-title {
font-size: 19px;
line-height: 21px
}
.qodef-side-menu .widget.qodef-blog-list-widget .qodef-bl-item .qodef-bli-content .qodef-post-title a {
color: #000
}
.qodef-side-menu .widget.qodef-blog-list-widget .qodef-bl-item .qodef-bli-content .qodef-post-title a:hover {
color: #393939
}
.qodef-side-menu .widget.qodef-blog-list-widget .qodef-bl-item .qodef-bli-content .qodef-post-info-date a {
color: #7d7d7d
}
.qodef-side-menu .widget.qodef-blog-list-widget .qodef-bl-item .qodef-post-image {
width: 106px;
overflow: hidden;
margin: 0;
display: inline-block;
vertical-align: middle
}
.qodef-side-menu .widget.qodef-blog-list-widget .qodef-bl-item .qodef-post-image a:after {
background-color: transparent
}
.qodef-side-menu .widget.qodef-blog-list-widget .qodef-bl-item .qodef-post-image a:hover img {
-webkit-transform: scale(1.03, 1.03);
-ms-transform: scale(1.03, 1.03);
transform: scale(1.03, 1.03);
-webkit-transition: transform .5s ease-in;
-webkit-transition: -webkit-transform .5s ease-in;
transition: -webkit-transform .5s ease-in;
-o-transition: transform .5s ease-in;
transition: transform .5s ease-in;
transition: transform .5s ease-in, -webkit-transform .5s ease-in
}
.qodef-side-menu .widget.qodef-blog-list-widget .qodef-bl-item .qodef-post-image a img {
-webkit-transition: transform .5s ease-out;
-webkit-transition: -webkit-transform .5s ease-out;
transition: -webkit-transform .5s ease-out;
-o-transition: transform .5s ease-out;
transition: transform .5s ease-out;
transition: transform .5s ease-out, -webkit-transform .5s ease-out
}
.qodef-page-footer .qodef-footer-top-holder .widget {
color: #b1b2b2
}
.qodef-page-footer .qodef-footer-top-holder .widget:last-child {
margin: 0 !important
}
.qodef-page-footer .qodef-footer-top-holder .widget h1, .qodef-page-footer .qodef-footer-top-holder .widget h2, .qodef-page-footer .qodef-footer-top-holder .widget h3, .qodef-page-footer .qodef-footer-top-holder .widget h4, .qodef-page-footer .qodef-footer-top-holder .widget h5, .qodef-page-footer .qodef-footer-top-holder .widget h6 {
margin: 0;
color: #fff
}
.qodef-page-footer .qodef-footer-top-holder .widget .qodef-widget-title {
color: #fff;
margin: 0 0 24px;
font-size: 22px
}
.qodef-page-footer .qodef-footer-top-holder .widget a {
color: #b1b2b2
}
.qodef-page-footer .qodef-footer-top-holder .widget a:hover {
color: #ff2a0e
}
.qodef-page-footer .qodef-footer-top-holder .widget table tbody tr, .qodef-page-footer .qodef-footer-top-holder .widget table thead tr {
border-color: #b1b2b2
}
.qodef-page-footer .qodef-footer-top-holder .widget table tbody th {
border-right-color: #b1b2b2
}
.qodef-page-footer .qodef-footer-top-holder .widget #wp-calendar caption {
color: #b1b2b2
}
.qodef-page-footer .qodef-footer-top-holder .widget.widget_rss .qodef-footer-widget-title .rsswidget {
color: #fff
}
.qodef-page-footer .qodef-footer-top-holder .widget.widget_rss .qodef-footer-widget-title .rsswidget:hover {
color: #ff2a0e
}
.qodef-page-footer .qodef-footer-top-holder .widget.widget_search form > div {
border-color: #b1b2b2
}
.qodef-page-footer .qodef-footer-top-holder .widget.widget_search input {
color: #b1b2b2
}
.qodef-page-footer .qodef-footer-top-holder .widget.widget_search input::-webkit-input-placeholder {
color: inherit
}
.qodef-page-footer .qodef-footer-top-holder .widget.widget_search input:-moz-placeholder {
color: inherit;
opacity: 1
}
.qodef-page-footer .qodef-footer-top-holder .widget.widget_search input::-moz-placeholder {
color: inherit;
opacity: 1
}
.qodef-page-footer .qodef-footer-top-holder .widget.widget_search input:-ms-input-placeholder {
color: inherit
}
.qodef-page-footer .qodef-footer-top-holder .widget.widget_search input[type=submit] {
color: #b1b2b2
}
.qodef-page-footer .qodef-footer-top-holder .widget.widget_search button:hover {
color: #ff2a0e
}
.qodef-page-footer .qodef-footer-top-holder .widget.widget_archive select, .qodef-page-footer .qodef-footer-top-holder .widget.widget_categories select, .qodef-page-footer .qodef-footer-top-holder .widget.widget_text select {
color: #b1b2b2;
border-color: #b1b2b2
}
.qodef-page-footer .qodef-footer-top-holder .widget.widget_archive select option, .qodef-page-footer .qodef-footer-top-holder .widget.widget_categories select option, .qodef-page-footer .qodef-footer-top-holder .widget.widget_text select option {
background-color: #363636
}
.qodef-page-footer .qodef-footer-top-holder .widget.widget_text .qodef-iwt.qodef-iwt-icon-left {
width: 100%
}
.qodef-page-footer .qodef-footer-top-holder .widget.widget_text .qodef-iwt.qodef-iwt-icon-left .qodef-iwt-icon {
top: -1px
}
.qodef-page-footer .qodef-footer-top-holder .widget.widget_text .qodef-iwt.qodef-iwt-icon-left:not(:first-of-type) {
margin-top: 15px
}
.qodef-page-footer .qodef-footer-top-holder .widget.widget_text .qodef-iwt.qodef-iwt-icon-left a {
color: #fff
}
.qodef-page-footer .qodef-footer-top-holder .widget.widget_text .qodef-iwt.qodef-iwt-icon-left a:hover {
color: #a0a0a0
}
.qodef-page-footer .qodef-footer-top-holder .widget.widget_text .qodef-iwt.qodef-iwt-icon-left a:hover .qodef-icon-element {
color: #a0a0a0 !important
}
.qodef-page-footer .qodef-footer-top-holder .widget.widget_tag_cloud a {
color: #b1b2b2
}
.qodef-page-footer .qodef-footer-top-holder .widget.widget_tag_cloud a:after {
color: inherit
}
.qodef-page-footer .qodef-footer-top-holder .widget.widget_tag_cloud a:hover {
color: #ff2a0e
}
.qodef-page-footer .qodef-footer-top-holder .widget.widget_text .textwidget {
color: #fff;
margin: 0 0 0 -1px;
padding: 0 44px 0 0
}
.qodef-page-footer .qodef-footer-top-holder .widget.widget_qodef_instagram_widget {
margin: 0 0 31px 0
}
.qodef-page-footer .qodef-footer-top-holder .widget.widget_qodef_instagram_widget .qodef-instagram-feed.qodef-instagram-gallery.qodef-tiny-space li {
padding: 0 2px
}
.qodef-page-footer .qodef-footer-top-holder .widget.qodef-contact-form-7-widget .qodef-cf7-newsletter-2 {
width: 100%
}
.qodef-page-footer .qodef-footer-top-holder .widget.qodef-contact-form-7-widget .qodef-cf7-newsletter-2 input[type=email] {
border-bottom: 1px solid #fff;
padding: 0 0 6px;
color: #fff
}
.qodef-page-footer .qodef-footer-top-holder .widget.qodef-contact-form-7-widget .qodef-cf7-newsletter-2 input[type=email]::-webkit-input-placeholder {
color: #fff
}
.qodef-page-footer .qodef-footer-top-holder .widget.qodef-contact-form-7-widget .qodef-cf7-newsletter-2 input[type=email]:-moz-placeholder {
color: #fff;
opacity: 1
}
.qodef-page-footer .qodef-footer-top-holder .widget.qodef-contact-form-7-widget .qodef-cf7-newsletter-2 input[type=email]::-moz-placeholder {
color: #fff;
opacity: 1
}
.qodef-page-footer .qodef-footer-top-holder .widget.qodef-contact-form-7-widget .qodef-cf7-newsletter-2 input[type=email]:-ms-input-placeholder {
color: #fff
}
.qodef-page-footer .qodef-footer-top-holder .widget.qodef-contact-form-7-widget .qodef-cf7-newsletter-2 button[type=submit].wpcf7-form-control .qodef-btn-text {
color: #fff
}
.qodef-page-footer .qodef-footer-top-holder .widget.widget_text.qodef-footer-column-2 .qodef-widget-title {
margin: 0 0 29px
}
.qodef-page-footer .qodef-footer-top-holder .widget.widget_text.qodef-footer-column-3 .qodef-widget-title {
margin: 0 0 27px
}
.qodef-page-footer .qodef-footer-top-holder .widget.widget_qodef_instagram_widget.qodef-footer-column-4 .qodef-widget-title {
margin: 0 0 34px
}
.qodef-page-footer .qodef-footer-top-holder .qodef-icon-widget-holder {
display: block;
color: #a0a0a0;
line-height: 2.4em
}
.qodef-page-footer .qodef-footer-top-holder .qodef-icon-widget-holder .qodef-icon-element {
font-size: 14px;
line-height: 1em
}
.qodef-page-footer .qodef-footer-top-holder .qodef-icon-widget-holder:hover {
color: #fff
}
.qodef-page-footer .qodef-footer-bottom-holder .widget {
color: #b1b2b2
}
.qodef-page-footer .qodef-footer-bottom-holder .widget h1, .qodef-page-footer .qodef-footer-bottom-holder .widget h2, .qodef-page-footer .qodef-footer-bottom-holder .widget h3, .qodef-page-footer .qodef-footer-bottom-holder .widget h4, .qodef-page-footer .qodef-footer-bottom-holder .widget h5, .qodef-page-footer .qodef-footer-bottom-holder .widget h6 {
margin: 0;
color: #fff
}
.qodef-page-footer .qodef-footer-bottom-holder .widget .qodef-widget-title {
color: #fff;
margin: 0 0 24px;
font-size: 22px
}
.qodef-page-footer .qodef-footer-bottom-holder .widget a {
color: #b1b2b2
}
.qodef-page-footer .qodef-footer-bottom-holder .widget a:hover {
color: #ff2a0e
}
.qodef-page-footer .qodef-footer-bottom-holder .widget.widget_media_image {
margin: 0
}
.qodef-page-footer .qodef-footer-bottom-holder .widget.widget_media_image img {
width: 44px;
height: 62px
}
@media only screen and (max-width:480px) {
.qodef-page-footer .qodef-footer-bottom-holder .widget.widget_media_image img {
margin: 0 auto
}
}
.qodef-page-footer .qodef-footer-bottom-holder .widget.widget_text {
margin: 0
}
.qodef-page-footer .qodef-footer-bottom-holder .widget.widget_text a {
color: #fff
}
.qodef-page-footer .qodef-footer-bottom-holder .widget.widget_text a:hover {
color: #717171
}
.qodef-page-footer .qodef-footer-bottom-holder .widget.widget_text .qodef-social-follow-holder {
padding: 19px 0;
text-align: right;
color: #fff;
margin-bottom: 0
}
.qodef-page-footer .qodef-footer-bottom-holder .widget.widget_text .qodef-social-follow-holder .qodef-sf-text:hover {
color: #b1b1b1 !important
}
@media only screen and (max-width:480px) {
.qodef-page-footer .qodef-footer-bottom-holder .widget.widget_text .qodef-social-follow-holder {
text-align: center
}
}
.qodef-top-bar a {
color: #969696
}
.qodef-top-bar a:hover {
color: #ff2a0e
}
.qodef-top-bar .widget {
display: inline-block;
vertical-align: middle;
margin: 0
}
.qodef-top-bar .widget p {
margin: 0
}
.qodef-top-bar .widget.widget_text {
margin: 0 8px 0 0
}
.qodef-top-bar .widget.widget_nav_menu ul {
clear: both
}
.qodef-top-bar .widget.widget_nav_menu ul li {
float: left;
padding: 0 8px;
margin: 0;
line-height: 14px;
border-left: 1px solid #fff
} .animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both
}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite
}
.animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s
}
.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .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, .05, .855, .06);
animation-timing-function: cubic-bezier(.755, .05, .855, .06);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0)
}
70% {
-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
animation-timing-function: cubic-bezier(.755, .05, .855, .06);
-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, .05, .855, .06);
animation-timing-function: cubic-bezier(.755, .05, .855, .06);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0)
}
70% {
-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
animation-timing-function: cubic-bezier(.755, .05, .855, .06);
-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;
-ms-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 {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1)
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05)
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1)
}
}
@keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1)
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05)
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1)
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse
}
@-webkit-keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1)
}
30% {
-webkit-transform: scale3d(1.25, .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)
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1)
}
}
@keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1)
}
30% {
-webkit-transform: scale3d(1.25, .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)
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1)
}
}
.rubberBand {
-webkit-animation-name: rubberBand;
animation-name: rubberBand
}
@-webkit-keyframes shake {
from, to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0)
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0)
}
}
@keyframes shake {
from, to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0)
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0)
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake
}
@-webkit-keyframes headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0)
}
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg)
}
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg)
}
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg)
}
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg)
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0)
}
}
@keyframes headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0)
}
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg)
}
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg)
}
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg)
}
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg)
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0)
}
}
.headShake {
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-name: headShake;
animation-name: headShake
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg)
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg)
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg)
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg)
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg)
}
}
@keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg)
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg)
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg)
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg)
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg)
}
}
.swing {
-webkit-transform-origin: top center;
-ms-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing
}
@-webkit-keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1)
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1)
}
}
@keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1)
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1)
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada
}
@-webkit-keyframes wobble {
from {
-webkit-transform: none;
transform: none
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
}
to {
-webkit-transform: none;
transform: none
}
}
@keyframes wobble {
from {
-webkit-transform: none;
transform: none
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
}
to {
-webkit-transform: none;
transform: none
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble
}
@-webkit-keyframes jello {
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(.39063deg) skewY(.39063deg);
transform: skewX(.39063deg) skewY(.39063deg)
}
88.8% {
-webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
transform: skewX(-.19531deg) skewY(-.19531deg)
}
}
@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(.39063deg) skewY(.39063deg);
transform: skewX(.39063deg) skewY(.39063deg)
}
88.8% {
-webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
transform: skewX(-.19531deg) skewY(-.19531deg)
}
}
.jello {
-webkit-animation-name: jello;
animation-name: jello;
-webkit-transform-origin: center;
-ms-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
}
}
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip
}
@-webkit-keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px)
}
}
@keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px)
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX
}
@-webkit-keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px)
}
}
@keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px)
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY
}
@-webkit-keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px)
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0
}
}
@keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px)
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0
}
}
.flipOutX {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important
}
@-webkit-keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px)
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0
}
}
@keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px)
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY
}
@-webkit-keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1
}
to {
-webkit-transform: none;
transform: none;
opacity: 1
}
}
@keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1
}
to {
-webkit-transform: none;
transform: none;
opacity: 1
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out
}
@-webkit-keyframes lightSpeedOut {
from {
opacity: 1
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0
}
}
@keyframes lightSpeedOut {
from {
opacity: 1
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0
}
}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}
@-webkit-keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1
}
}
@keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn
}
@-webkit-keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1
}
}
@keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft
}
@-webkit-keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1
}
}
@keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight
}
@-webkit-keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1
}
}
@keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft
}
@-webkit-keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1
}
}
@keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight
}
@-webkit-keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0
}
}
@keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut
}
@-webkit-keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0
}
}
@keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft
}
@-webkit-keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0
}
}
@keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight
}
@-webkit-keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0
}
}
@keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft
}
@-webkit-keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0
}
}
@keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight
}
@-webkit-keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0
}
}
@keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0
}
}
.hinge {
-webkit-animation-name: hinge;
animation-name: hinge
}
@-webkit-keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
}
to {
opacity: 1;
-webkit-transform: none;
transform: none
}
}
@keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
}
to {
opacity: 1;
-webkit-transform: none;
transform: none
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn
}
@-webkit-keyframes rollOut {
from {
opacity: 1
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
}
}
@keyframes rollOut {
from {
opacity: 1
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
}
}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut
}
@-webkit-keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3)
}
50% {
opacity: 1
}
}
@keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3)
}
50% {
opacity: 1
}
}
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn
}
@-webkit-keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(.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
}
#ui-datepicker-div {
width: 260px;
z-index: 1000 !important
}
#ui-datepicker-div .ui-widget-header {
background-color: #000;
border-color: #000;
padding: 10px 25px;
position: relative
}
#ui-datepicker-div .ui-widget-header > * {
color: #fff
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-next, #ui-datepicker-div .ui-widget-header .ui-datepicker-prev {
cursor: pointer;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%)
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-next:before, #ui-datepicker-div .ui-widget-header .ui-datepicker-prev:before {
display: block;
font-family: linea-arrows-10;
font-size: 20px;
vertical-align: middle
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-next .ui-icon, #ui-datepicker-div .ui-widget-header .ui-datepicker-prev .ui-icon {
display: none
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-prev {
left: 20px
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-prev:before {
content: "\e03f"
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-next {
right: 20px
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-next:before {
content: "\e04b"
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-title {
display: inline-block;
width: 100%;
text-align: center
}
#ui-datepicker-div .ui-datepicker-calendar {
background-color: #fff
}
.qodef-owl-slider {
position: relative;
display: none;
width: 100%;
margin: 0;
-webkit-tap-highlight-color: transparent;
z-index: 1
}
.qodef-owl-slider.owl-loaded {
display: block
}
.qodef-owl-slider.owl-loading {
opacity: 0;
display: block
}
.qodef-owl-slider.owl-hidden {
opacity: 0
}
.qodef-owl-slider.owl-refresh .owl-item {
visibility: hidden
}
.qodef-owl-slider.owl-drag .owl-item {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.qodef-owl-slider.owl-grab {
cursor: move;
cursor: -webkit-grab;
cursor: grab
}
.qodef-owl-slider.owl-rtl {
direction: rtl
}
.qodef-owl-slider.owl-rtl .owl-item {
float: right
}
.no-js .qodef-owl-slider {
display: block
}
.qodef-owl-slider .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
touch-action: manipulation;
-moz-backface-visibility: hidden
}
.qodef-owl-slider .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0
}
.qodef-owl-slider .owl-stage-outer {
position: relative;
overflow: hidden;
-webkit-transform: translate3d(0, 0, 0)
}
.qodef-owl-slider .owl-item, .qodef-owl-slider .owl-wrapper {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0)
}
.qodef-owl-slider .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none
}
.qodef-owl-slider .owl-item img {
display: block;
width: 100%
}
.qodef-owl-slider .owl-item img .owl-lazy {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d
}
.qodef-owl-slider .owl-item .owl-lazy {
opacity: 0;
-webkit-transition: opacity .4s ease;
-o-transition: opacity .4s ease;
transition: opacity .4s ease
}
.qodef-owl-slider .owl-nav.disabled {
display: none
}
.qodef-owl-slider .owl-nav .owl-next, .qodef-owl-slider .owl-nav .owl-prev {
cursor: pointer;
cursor: hand;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.qodef-owl-slider .owl-dots.disabled {
display: none
}
.qodef-owl-slider .owl-dots .owl-dot {
cursor: pointer;
cursor: hand;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.qodef-owl-slider .animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both
}
.qodef-owl-slider .owl-animated-in {
z-index: 0
}
.qodef-owl-slider .owl-animated-out {
z-index: 1
}
.qodef-owl-slider .fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut
}
.owl-height {
-webkit-transition: height .5s ease-in-out;
-o-transition: height .5s ease-in-out;
transition: height .5s ease-in-out
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1
}
100% {
opacity: 0
}
}
@keyframes fadeOut {
0% {
opacity: 1
}
100% {
opacity: 0
}
}
.ps {
overflow: hidden !important;
overflow-anchor: none;
-ms-overflow-style: none;
touch-action: auto;
-ms-touch-action: auto
}
.ps__rail-x {
display: none;
opacity: 0;
-o-transition: background-color .2s linear, opacity .2s linear;
transition: background-color .2s linear, opacity .2s linear;
-webkit-transition: background-color .2s linear, opacity .2s linear;
height: 15px;
bottom: 0;
position: absolute
}
.ps__rail-y {
display: none;
opacity: 0;
-o-transition: background-color .2s linear, opacity .2s linear;
transition: background-color .2s linear, opacity .2s linear;
-webkit-transition: background-color .2s linear, opacity .2s linear;
width: 15px;
right: 0;
position: absolute
}
.ps--active-x > .ps__rail-x, .ps--active-y > .ps__rail-y {
display: block;
background-color: transparent
}
.ps--focus > .ps__rail-x, .ps--focus > .ps__rail-y, .ps--scrolling-x > .ps__rail-x, .ps--scrolling-y > .ps__rail-y, .ps:hover > .ps__rail-x, .ps:hover > .ps__rail-y {
opacity: 0
}
.ps .ps__rail-x.ps--clicking, .ps .ps__rail-x:focus, .ps .ps__rail-x:hover, .ps .ps__rail-y.ps--clicking, .ps .ps__rail-y:focus, .ps .ps__rail-y:hover {
background-color: #eee;
opacity: 0
}
.ps__thumb-x {
background-color: #aaa;
border-radius: 6px;
-o-transition: background-color .2s linear, height .2s ease-in-out;
transition: background-color .2s linear, height .2s ease-in-out;
-webkit-transition: background-color .2s linear, height .2s ease-in-out;
height: 6px;
bottom: 2px;
position: absolute
}
.ps__thumb-y {
background-color: #aaa;
border-radius: 6px;
-o-transition: background-color .2s linear, width .2s ease-in-out;
transition: background-color .2s linear, width .2s ease-in-out;
-webkit-transition: background-color .2s linear, width .2s ease-in-out;
width: 6px;
right: 2px;
position: absolute
}
.ps__rail-x.ps--clicking .ps__thumb-x, .ps__rail-x:focus > .ps__thumb-x, .ps__rail-x:hover > .ps__thumb-x {
background-color: #999;
height: 11px
}
.ps__rail-y.ps--clicking .ps__thumb-y, .ps__rail-y:focus > .ps__thumb-y, .ps__rail-y:hover > .ps__thumb-y {
background-color: #999;
width: 11px
}
@supports (-ms-overflow-style:none) {
.ps {
overflow: auto !important
}
}
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
.ps {
overflow: auto !important
}
}
body .pp_pic_holder {
position: fixed !important;
top: 50% !important;
left: 50% !important;
display: none;
width: 100px;
z-index: 10001 !important;
-webkit-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%)
}
@media only screen and (max-width:768px) {
body .pp_pic_holder {
width: 90% !important
}
}
body .pp_pic_holder.pp_pic_have_only_one .pp_details {
display: none
}
body .pp_pic_holder .pp_bottom, body .pp_pic_holder .pp_top {
display: none !important
}
body .pp_pic_holder .pp_content {
position: relative;
background: 0 0;
margin: 0 auto;
height: 40px;
min-width: 40px;
width: 100%
}
@media only screen and (max-width:768px) {
body .pp_pic_holder .pp_content {
width: 100% !important
}
}
* html body .pp_pic_holder .pp_content {
width: 40px
}
body .pp_pic_holder .pp_content_container {
position: relative;
text-align: left;
width: 100%
}
body .pp_pic_holder .pp_content_container .pp_left, body .pp_pic_holder .pp_content_container .pp_right {
background: 0 0 !important;
padding: 0 !important
}
body .pp_pic_holder #pp_full_res {
line-height: 1 !important
}
body .pp_pic_holder #pp_full_res .pp_inline {
color: #000;
text-align: left
}
body .pp_pic_holder #pp_full_res .pp_inline p {
margin: 0 0 15px
}
body .pp_pic_holder #pp_full_res iframe {
width: 100% !important
}
body .pp_pic_holder #pp_full_res video {
width: 100%
}
body .pp_pic_holder #pp_full_res img {
display: block
}
@media only screen and (max-width:768px) {
body .pp_pic_holder #pp_full_res img {
width: 100% !important;
height: auto !important
}
}
body .pp_pic_holder .pp_description, body .pp_pic_holder .pp_gallery, body .pp_pic_holder .ppt {
display: none !important
}
body .pp_pic_holder .pp_loaderIcon {
position: absolute;
left: 50%;
top: 50%;
width: 32px;
height: 32px;
margin: -16px 0 0 -16px;
background-color: #fff;
border-radius: 16px;
-webkit-animation: scaleout 1s infinite ease-in-out;
animation: scaleout 1s infinite ease-in-out
}
body .pp_pic_holder .pp_fade {
position: relative;
top: 50%;
display: none;
-webkit-transform: translateY(-50%) translateZ(0);
transform: translateY(-50%) translateZ(0)
}
body .pp_pic_holder .pp_details {
position: relative;
top: -1px;
display: table;
vertical-align: top;
width: 100% !important;
float: none !important;
margin: 0 !important;
padding: 15px 24px;
background-color: #fff;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
body .pp_pic_holder .pp_details .pp_nav {
position: relative;
display: table-cell;
vertical-align: middle;
width: 100%;
height: auto;
float: none;
margin: 0 !important
}
body .pp_pic_holder .pp_details .pp_nav .pp_pause, body .pp_pic_holder .pp_details .pp_nav .pp_play {
display: none
}
body .pp_pic_holder .pp_details .pp_nav .currentTextHolder {
position: absolute;
top: 0;
left: 50%;
width: auto;
margin: 0;
padding: 0;
float: none;
color: #717171;
font-family: inherit;
font-size: inherit;
line-height: 30px;
font-style: inherit;
letter-spacing: 5px;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%)
}
body .pp_pic_holder a:focus {
outline: 0
}
body .pp_pic_holder a.pp_arrow_next, body .pp_pic_holder a.pp_arrow_previous {
position: relative;
display: inline-block;
vertical-align: top;
left: auto !important;
float: none;
width: auto !important;
height: auto !important;
margin: 0 !important;
color: #000;
font-family: Ionicons;
font-size: 0;
line-height: 1;
text-indent: 0;
background: 0 0 !important;
opacity: 1 !important;
overflow: visible
}
body .pp_pic_holder a.pp_arrow_next:after, body .pp_pic_holder a.pp_arrow_previous:after {
font-size: 30px
}
body .pp_pic_holder a.pp_arrow_next:hover, body .pp_pic_holder a.pp_arrow_previous:hover {
color: #717171
}
body .pp_pic_holder a.pp_arrow_previous:after {
content: "\f3cf"
}
body .pp_pic_holder a.pp_arrow_next {
margin: 0 0 0 14px !important
}
body .pp_pic_holder a.pp_arrow_next:after {
content: "\f3d1"
}
body .pp_pic_holder a.pp_next, body .pp_pic_holder a.pp_previous {
position: absolute;
top: calc(50% - 20px);
width: auto;
height: auto;
display: inline-block;
margin: 0 !important;
background: 0 0 !important;
color: #000;
font-family: Ionicons;
font-size: 40px;
line-height: 1;
text-indent: -9999px !important;
opacity: 0;
-webkit-transition: opacity .2s ease-out, color .2s ease-out;
-o-transition: opacity .2s ease-out, color .2s ease-out;
transition: opacity .2s ease-out, color .2s ease-out
}
body .pp_pic_holder a.pp_next > *, body .pp_pic_holder a.pp_previous > * {
display: none
}
body .pp_pic_holder a.pp_next:after, body .pp_pic_holder a.pp_previous:after {
display: block;
line-height: inherit;
text-indent: 0 !important
}
body .pp_pic_holder a.pp_next:hover, body .pp_pic_holder a.pp_previous:hover {
color: #717171
}
body .pp_pic_holder a.pp_previous {
left: 30px
}
@media only screen and (max-width:768px) {
body .pp_pic_holder a.pp_previous {
left: 20px
}
}
body .pp_pic_holder a.pp_previous:after {
content: "\f3cf"
}
body .pp_pic_holder a.pp_next {
right: 30px
}
@media only screen and (max-width:768px) {
body .pp_pic_holder a.pp_next {
right: 20px
}
}
body .pp_pic_holder a.pp_next:after {
content: "\f3d1"
}
body .pp_pic_holder a.pp_close {
position: relative;
display: table-cell;
vertical-align: middle;
width: auto;
height: auto;
margin: 0 !important;
background: 0 0 !important;
color: #717171;
font-family: Ionicons;
font-size: 0;
line-height: 1;
text-indent: 0;
cursor: pointer;
opacity: 1 !important
}
body .pp_pic_holder a.pp_close:after {
content: "\f406";
font-size: 28px
}
body .pp_pic_holder a.pp_close:hover {
color: #000
}
body .pp_pic_holder a.pp_expand {
position: absolute;
right: -22px;
top: -18px;
display: block;
height: auto;
width: auto;
color: #fff;
font-family: Ionicons;
font-size: 0;
line-height: 1;
text-align: center;
text-indent: 0;
background: 0 0 !important;
z-index: 2001
}
body .pp_pic_holder a.pp_expand:after {
content: "\f178";
font-size: 22px
}
body .pp_pic_holder a.pp_expand:hover {
color: rgba(255, 255, 255, .8)
}
body .pp_hoverContainer {
position: absolute;
top: 0;
width: 100%;
z-index: 2000
}
@media only screen and (max-width:768px) {
body .pp_hoverContainer {
width: 100% !important;
height: 100% !important
}
}
body .pp_hoverContainer:hover a.pp_next, body .pp_hoverContainer:hover a.pp_previous {
opacity: 1
}
body .pp_overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
display: none;
background-color: #000;
z-index: 10000 !important
}
body .select2-container--default {
border: 0;
border-radius: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
font-size: 14px;
font-style: italic;
height: 50px;
line-height: calc(50px - 2px);
margin: 0 0 19px;
position: relative;
text-align: initial;
vertical-align: middle;
width: auto
}
body .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
float: left
}
body .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__rendered {
padding: 0 20px 0 30px
}
body .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
left: 20px;
right: auto
}
body .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline, body .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, body .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
float: right
}
body .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__rendered {
padding: 0 20px 0 30px
}
body .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
margin: 7px auto 0 5px
}
body .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
margin: 0 auto 0 3px
}
body .select2-container--default.select2-container--disabled .select2-selection--single {
background-color: #eee;
cursor: default
}
body .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
display: none
}
body .select2-container--default.select2-container--disabled .select2-selection--multiple {
background-color: #eee;
cursor: default
}
body .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
display: none
}
body .select2-container--default.select2-container--open .select2-selection--single {
color: #000
}
body .select2-container--default.select2-container--open .select2-dropdown {
left: 0
}
body .select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--above {
border-bottom-color: transparent
}
body .select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--below {
border-top-color: transparent
}
body .select2-container--default .select2-selection--single {
background-color: transparent;
border: 1px solid #e1e1e1;
border-radius: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: inherit;
cursor: pointer;
display: block;
font-family: inherit;
font-size: inherit;
height: 50px;
line-height: 48px;
padding: 0;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-user-select: none
}
body .select2-container--default .select2-selection--single .select2-selection__rendered {
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: inherit;
display: block;
line-height: inherit;
overflow: hidden;
padding: 0 35px 0 25px;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
white-space: nowrap
}
body .select2-container--default .select2-selection--single .select2-selection__clear {
cursor: pointer;
float: right;
font-weight: inherit;
margin: 0;
position: relative
}
body .select2-container--default .select2-selection--single .select2-selection__placeholder {
color: inherit
}
body .select2-container--default .select2-selection--single .select2-selection__arrow {
border-left: 1px solid #e1e1e1;
color: inherit;
height: 100%;
line-height: 50px;
position: absolute;
right: 0;
text-align: center;
top: 0;
width: 50px;
font-size: 10px
}
body .select2-container--default .select2-selection--single .select2-selection__arrow b {
display: none
}
body .select2-container--default .select2-selection--single .select2-selection__arrow:before {
content: '\f3d0';
font-family: IonIcons;
font-style: normal
}
body .select2-container--default .select2-selection--multiple {
background-color: transparent;
border: 1px solid #e1e1e1;
border-radius: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: inherit;
cursor: pointer;
display: block;
font-family: inherit;
font-size: inherit;
height: 50px;
line-height: 48px !important;
outline: 0;
padding: 0;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-user-select: none
}
body .select2-container--default .select2-selection--multiple .select2-selection__rendered {
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: inherit;
display: block;
line-height: inherit;
list-style: none;
margin: 0;
overflow: hidden;
padding: 0 30px 0 20px;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
white-space: nowrap
}
body .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
list-style: none;
margin: 0;
padding: 0
}
body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__placeholder {
color: inherit;
float: left;
margin: 0
}
body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__clear {
cursor: pointer;
float: right;
font-weight: inherit;
margin: 0;
position: relative
}
body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
background-color: #000;
border: 0;
border-radius: 0;
color: #fff;
cursor: default;
float: left;
line-height: 38px;
margin: 5px 5px 0 0;
padding: 0 10px
}
body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove {
color: inherit;
cursor: pointer;
display: inline-block;
font-weight: 500;
margin: 0 3px 0 0;
-webkit-transition: opacity .2s ease-out;
-o-transition: opacity .2s ease-out;
transition: opacity .2s ease-out
}
body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove:hover {
color: inherit;
opacity: .8
}
body .select2-container--default .select2-search--inline {
float: left;
line-height: 48px !important
}
body .select2-container--default .select2-search--inline .select2-search__field {
border: none !important;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: inherit;
font-family: inherit;
font-size: inherit;
font-weight: inherit;
line-height: 48px !important;
margin: 0 !important;
outline: 0;
padding: 0 !important;
width: 100%;
-webkit-appearance: none
}
body .select2-container--default .select2-search--inline .select2-search__field:focus {
border-color: #000
}
body .select2-container--default .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
-webkit-appearance: none
}
body .select2-container--default .select2-dropdown {
background-color: #fff;
border-radius: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: block;
left: -100000px;
position: absolute;
top: 0;
width: 100%;
z-index: 1051
}
body .select2-container--default .select2-search--dropdown {
display: block;
padding: 14px 15px 2px
}
body .select2-container--default .select2-search--dropdown.select2-search--hide {
display: none
}
body .select2-container--default .select2-search--dropdown .select2-search__field {
border: none;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: inherit;
font-family: inherit;
font-size: inherit;
font-weight: inherit;
line-height: 20px;
margin: 0;
outline: 0;
padding: 4px 8px;
width: 100%;
-webkit-appearance: none
}
body .select2-container--default .select2-search--dropdown .select2-search__field:focus {
border-color: #000
}
body .select2-container--default .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
-webkit-appearance: none
}
body .select2-container--default .select2-results {
display: block;
margin: 0;
overflow: hidden;
padding: 0;
-webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .03);
box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .03)
}
body .select2-container--default .select2-results > .select2-results__options {
max-height: 200px;
overflow-y: auto
}
body .select2-container--default .select2-results__options {
list-style: none;
margin: 5px 0;
padding: 2px 15px;
position: relative
}
body .select2-container--default .select2-results__option {
line-height: 1em;
padding: 7px 0;
-webkit-transition: color .2s ease-out;
-o-transition: color .2s ease-out;
transition: color .2s ease-out;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-user-select: none
}
body .select2-container--default .select2-results__option[aria-selected] {
cursor: pointer
}
body .select2-container--default .select2-results__option[role=group] {
padding: 0
}
body .select2-container--default .select2-results__option[aria-disabled=true] {
color: #000
}
body .select2-container--default .select2-results__option[aria-selected=true], body .select2-container--default .select2-results__option[data-selected=true] {
background: 0 0;
color: #000
}
body .select2-container--default .select2-results__option .select2-results__option {
padding-left: 1em
}
body .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
padding-left: 0
}
body .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
margin-left: -1em;
padding-left: 2em
}
body .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -2em;
padding-left: 3em
}
body .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -3em;
padding-left: 4em
}
body .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -4em;
padding-left: 5em
}
body .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -5em;
padding-left: 6em
}
body .select2-container--default .select2-results__option--highlighted[aria-selected] {
background: 0 0;
color: #000
}
body .select2-container--default .select2-results__group {
cursor: default;
display: block;
padding: 7px 0
}
.select2-close-mask {
background-color: #fff;
border: 0;
display: block;
height: auto;
left: 0;
margin: 0;
min-height: 100%;
min-width: 100%;
opacity: 0;
padding: 0;
position: fixed;
top: 0;
width: auto;
z-index: 99
}
.select2-hidden-accessible {
border: 0 !important;
clip: rect(0 0 0 0) !important;
height: 1px !important;
margin: -1px !important;
overflow: hidden !important;
padding: 0 !important;
position: absolute !important;
width: 1px !important
}
.swiper-container {
margin: 0 auto;
position: relative;
overflow: hidden;
list-style: none;
padding: 0;
z-index: 1
}
.swiper-container-no-flexbox .swiper-slide {
float: left
}
.swiper-container-vertical > .swiper-wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
.swiper-wrapper {
position: relative;
width: 100%;
height: 100%;
z-index: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
-o-transition-property: transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
transition-property: transform, -webkit-transform;
-webkit-box-sizing: content-box;
box-sizing: content-box
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.swiper-container-multirow > .swiper-wrapper {
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.swiper-container-free-mode > .swiper-wrapper {
-webkit-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out;
margin: 0 auto
}
.swiper-slide {
-ms-flex-negative: 0;
flex-shrink: 0;
width: 100%;
height: 100%;
position: relative;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
-o-transition-property: transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
transition-property: transform, -webkit-transform
}
.swiper-invisible-blank-slide {
visibility: hidden
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
height: auto
}
.swiper-container-autoheight .swiper-wrapper {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-transition-property: height, -webkit-transform;
transition-property: height, -webkit-transform;
-o-transition-property: transform, height;
transition-property: transform, height;
transition-property: transform, height, -webkit-transform
}
.swiper-container-3d {
-webkit-perspective: 1200px;
perspective: 1200px
}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 10
}
.swiper-container-3d .swiper-slide-shadow-left {
background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-right {
background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-top {
background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-bottom {
background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
-ms-touch-action: pan-y;
touch-action: pan-y
}
.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
-ms-touch-action: pan-x;
touch-action: pan-x
}
.swiper-button-next, .swiper-button-prev {
position: absolute;
top: 50%;
width: 27px;
height: 44px;
margin-top: -22px;
z-index: 10;
cursor: pointer;
background-size: 27px 44px;
background-position: center;
background-repeat: no-repeat
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
opacity: .35;
cursor: auto;
pointer-events: none
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Dhttp%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%20viewBox%3D0%200%2027%2044%3E%3Cpath%20d%3DM0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z%20fill%3D%23007aff%2F%3E%3C%2Fsvg%3E");
left: 10px;
right: auto
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Dhttp%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%20viewBox%3D0%200%2027%2044%3E%3Cpath%20d%3DM27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z%20fill%3D%23007aff%2F%3E%3C%2Fsvg%3E");
right: 10px;
left: auto
}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Dhttp%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%20viewBox%3D0%200%2027%2044%3E%3Cpath%20d%3DM0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z%20fill%3D%23ffffff%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Dhttp%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%20viewBox%3D0%200%2027%2044%3E%3Cpath%20d%3DM27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z%20fill%3D%23ffffff%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Dhttp%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%20viewBox%3D0%200%2027%2044%3E%3Cpath%20d%3DM0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z%20fill%3D%23000000%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Dhttp%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%20viewBox%3D0%200%2027%2044%3E%3Cpath%20d%3DM27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z%20fill%3D%23000000%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-lock {
display: none
}
.swiper-pagination {
position: absolute;
text-align: center;
-webkit-transition: .3s opacity;
-o-transition: .3s opacity;
transition: .3s opacity;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
opacity: 0
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
bottom: 10px;
left: 0;
width: 100%
}
.swiper-pagination-bullets-dynamic {
overflow: hidden;
font-size: 0
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
-webkit-transform: scale(.33);
-ms-transform: scale(.33);
transform: scale(.33);
position: relative
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
-webkit-transform: scale(.66);
-ms-transform: scale(.66);
transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
-webkit-transform: scale(.33);
-ms-transform: scale(.33);
transform: scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
-webkit-transform: scale(.66);
-ms-transform: scale(.66);
transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
-webkit-transform: scale(.33);
-ms-transform: scale(.33);
transform: scale(.33)
}
.swiper-pagination-bullet {
width: 8px;
height: 8px;
display: inline-block;
border-radius: 100%;
background: #000;
opacity: .2
}
button.swiper-pagination-bullet {
border: none;
margin: 0;
padding: 0;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
cursor: pointer
}
.swiper-pagination-bullet-active {
opacity: 1;
background: #007aff
}
.swiper-container-vertical > .swiper-pagination-bullets {
right: 10px;
top: 50%;
-webkit-transform: translate3d(0, -50%, 0);
transform: translate3d(0, -50%, 0)
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
margin: 6px 0;
display: block
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 8px
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
display: inline-block;
-webkit-transition: .2s top, .2s -webkit-transform;
-o-transition: .2s top, .2s -webkit-transform;
transition: .2s top, .2s -webkit-transform;
-o-transition: .2s transform, .2s top;
-webkit-transition: .2s transform, .2s top;
transition: .2s transform, .2s top;
-webkit-transition: .2s transform, .2s top, .2s -webkit-transform;
-o-transition: .2s transform, .2s top, .2s -webkit-transform;
transition: .2s transform, .2s top, .2s -webkit-transform
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
margin: 0 4px
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
white-space: nowrap
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
-webkit-transition: .2s left, .2s -webkit-transform;
-o-transition: .2s left, .2s -webkit-transform;
transition: .2s left, .2s -webkit-transform;
-o-transition: .2s transform, .2s left;
-webkit-transition: .2s transform, .2s left;
transition: .2s transform, .2s left;
-webkit-transition: .2s transform, .2s left, .2s -webkit-transform;
-o-transition: .2s transform, .2s left, .2s -webkit-transform;
transition: .2s transform, .2s left, .2s -webkit-transform
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
-webkit-transition: .2s right, .2s -webkit-transform;
-o-transition: .2s right, .2s -webkit-transform;
transition: .2s right, .2s -webkit-transform;
-o-transition: .2s transform, .2s right;
-webkit-transition: .2s transform, .2s right;
transition: .2s transform, .2s right;
-webkit-transition: .2s transform, .2s right, .2s -webkit-transform;
-o-transition: .2s transform, .2s right, .2s -webkit-transform;
transition: .2s transform, .2s right, .2s -webkit-transform
}
.swiper-pagination-progressbar {
background: rgba(0, 0, 0, .25);
position: absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
background: #007aff;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
-webkit-transform-origin: left top;
-ms-transform-origin: left top;
transform-origin: left top
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
-webkit-transform-origin: right top;
-ms-transform-origin: right top;
transform-origin: right top
}
.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
width: 100%;
height: 4px;
left: 0;
top: 0
}
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
width: 4px;
height: 100%;
left: 0;
top: 0
}
.swiper-pagination-white .swiper-pagination-bullet-active {
background: #fff
}
.swiper-pagination-progressbar.swiper-pagination-white {
background: rgba(255, 255, 255, .25)
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
background: #fff
}
.swiper-pagination-black .swiper-pagination-bullet-active {
background: #000
}
.swiper-pagination-progressbar.swiper-pagination-black {
background: rgba(0, 0, 0, .25)
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
background: #000
}
.swiper-pagination-lock {
display: none
}
.swiper-scrollbar {
border-radius: 10px;
position: relative;
-ms-touch-action: none;
background: rgba(0, 0, 0, .1)
}
.swiper-container-horizontal > .swiper-scrollbar {
position: absolute;
left: 1%;
bottom: 3px;
z-index: 50;
height: 5px;
width: 98%
}
.swiper-container-vertical > .swiper-scrollbar {
position: absolute;
right: 3px;
top: 1%;
z-index: 50;
width: 5px;
height: 98%
}
.swiper-scrollbar-drag {
height: 100%;
width: 100%;
position: relative;
background: rgba(0, 0, 0, .5);
border-radius: 10px;
left: 0;
top: 0
}
.swiper-scrollbar-cursor-drag {
cursor: move
}
.swiper-scrollbar-lock {
display: none
}
.swiper-zoom-container {
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center
}
.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
max-width: 100%;
max-height: 100%;
-o-object-fit: contain;
object-fit: contain
}
.swiper-slide-zoomed {
cursor: move
}
.swiper-lazy-preloader {
width: 42px;
height: 42px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -21px;
margin-top: -21px;
z-index: 10;
-webkit-transform-origin: 50%;
-ms-transform-origin: 50%;
transform-origin: 50%;
-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
animation: swiper-preloader-spin 1s steps(12, end) infinite
}
.swiper-lazy-preloader:after {
display: block;
content: '';
width: 100%;
height: 100%;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
background-position: 50%;
background-size: 100%;
background-repeat: no-repeat
}
.swiper-lazy-preloader-white:after {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}
@-webkit-keyframes swiper-preloader-spin {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@keyframes swiper-preloader-spin {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
.swiper-container .swiper-notification {
position: absolute;
left: 0;
top: 0;
pointer-events: none;
opacity: 0;
z-index: -1000
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
-webkit-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out
}
.swiper-container-fade .swiper-slide {
pointer-events: none;
-webkit-transition-property: opacity;
-o-transition-property: opacity;
transition-property: opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
pointer-events: none
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
pointer-events: auto
}
.swiper-container-cube {
overflow: visible
}
.swiper-container-cube .swiper-slide {
pointer-events: none;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
z-index: 1;
visibility: hidden;
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
width: 100%;
height: 100%
}
.swiper-container-cube .swiper-slide .swiper-slide {
pointer-events: none
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
-webkit-transform-origin: 100% 0;
-ms-transform-origin: 100% 0;
transform-origin: 100% 0
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
pointer-events: auto
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
pointer-events: auto;
visibility: visible
}
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
z-index: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden
}
.swiper-container-cube .swiper-cube-shadow {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
background: #000;
opacity: .6;
-webkit-filter: blur(50px);
filter: blur(50px);
z-index: 0
}
.swiper-container-flip {
overflow: visible
}
.swiper-container-flip .swiper-slide {
pointer-events: none;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
z-index: 1
}
.swiper-container-flip .swiper-slide .swiper-slide {
pointer-events: none
}
.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
pointer-events: auto
}
.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
z-index: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden
}
.swiper-container-coverflow .swiper-wrapper {
-ms-perspective: 1200px
}
.widget_icl_lang_sel_widget {
position: relative;
display: inline-block;
vertical-align: middle
}
.widget_icl_lang_sel_widget img {
position: relative;
display: inline-block !important;
vertical-align: middle;
top: -1px;
padding-right: 6px
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown, .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
position: relative;
display: inline-block;
vertical-align: middle;
width: 200px;
text-align: left;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click:hover .wpml-ls-sub-menu, .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown:hover .wpml-ls-sub-menu {
opacity: 1;
visibility: visible;
-webkit-transition-delay: 0s;
-o-transition-delay: 0s;
transition-delay: 0s
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-legacy-dropdown, .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-legacy-dropdown {
padding: 0;
margin: 0
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle, .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
position: relative;
display: block;
padding: 9px 20px;
color: #000;
background-color: #fff;
border: 1px solid #e1e1e1;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover, .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
color: #ff2a0e
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:after, .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:after {
content: '\33';
position: absolute;
top: calc(50% - 8px);
right: 20px;
display: block;
font-family: ElegantIcons;
font-size: 15px;
line-height: 1
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu, .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
position: absolute;
top: 100%;
left: 0;
width: 100%;
padding: 14px 20px;
margin: 0;
list-style: none;
background-color: #fff;
border: 1px solid #e1e1e1;
border-top: 0;
z-index: 10;
opacity: 0;
visibility: hidden;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: visibility 0s linear .25s, opacity .25s ease-in-out;
-o-transition: visibility 0s linear .25s, opacity .25s ease-in-out;
transition: visibility 0s linear .25s, opacity .25s ease-in-out
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item, .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item {
display: block;
width: 100%;
margin: 0;
padding: 0
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a, .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
display: block;
padding: 7px 0
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul {
list-style-type: none;
margin: 0;
padding: 0
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
display: inline-block;
vertical-align: middle;
margin: 0 15px 5px 0
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child {
margin-right: 0
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
display: block
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul {
list-style-type: none;
margin: 0;
padding: 0
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
display: block;
margin: 0;
padding: 5px 0
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
display: block
}
.qodef-page-footer .widget_icl_lang_sel_widget, .qodef-side-menu .widget_icl_lang_sel_widget, .qodef-vertical-menu-area .widget_icl_lang_sel_widget, .wpb_widgetised_column .widget_icl_lang_sel_widget, aside.qodef-sidebar .widget_icl_lang_sel_widget {
width: 100%
}
.qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown, .qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click, .qodef-side-menu .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown, .qodef-side-menu .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click, .qodef-vertical-menu-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown, .qodef-vertical-menu-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click, .wpb_widgetised_column .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown, .wpb_widgetised_column .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click, aside.qodef-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown, aside.qodef-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
width: 100%
}
.qodef-top-bar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown, .qodef-top-bar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
width: 140px
}
.qodef-top-bar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle, .qodef-top-bar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
padding: 0;
line-height: 46px;
color: #fff;
background-color: transparent;
border: 0
}
.qodef-top-bar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:after, .qodef-top-bar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:after {
right: 0
}
.qodef-top-bar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
margin-bottom: 0
}
.qodef-top-bar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
display: inline-block;
vertical-align: middle;
margin-right: 15px
}
.qodef-top-bar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li:last-child {
margin-right: 0
}
.qodef-footer-top-holder .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li, .qodef-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li, .qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
display: inline-block;
vertical-align: middle;
margin-right: 15px
}
.qodef-footer-top-holder .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li:last-child, .qodef-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li:last-child, .qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li:last-child {
margin-right: 0
}
.qodef-main-menu > ul > li.menu-item-language.has_sub > a > span.item_outer .item_text:after {
content: '\33';
position: absolute;
right: -15px;
top: 0;
font-family: ElegantIcons;
font-size: 15px
}
.qodef-main-menu > ul > li.menu-item-language a > span.item_outer .item_text {
position: relative;
display: table
}
.qodef-main-menu > ul > li.menu-item-language a > span.item_outer .item_text > * {
display: table-cell;
vertical-align: middle
}
.qodef-main-menu > ul > li.menu-item-language a > span.item_outer .item_text img {
padding: 5px 6px 0 0
}
.qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle, .qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
color: #fff;
background-color: transparent;
border-color: #fff
}
.qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover, .qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
color: rgba(255, 255, 255, .8)
}
.qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu, .qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
background-color: #363636
}
.qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a, .qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
color: #fff
}
.qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover, .qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover {
color: rgba(255, 255, 255, .8)
}
.qodef-blog-holder {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
margin: 0 0 40px;
clear: both;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-blog-holder article {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-blog-holder article.sticky .qodef-post-title a {
color: #ff2a0e
}
.qodef-blog-holder article .qodef-post-content {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle
}
.qodef-blog-holder article .qodef-post-image {
position: relative;
display: inline-block;
vertical-align: middle;
max-width: 100%
}
.qodef-blog-holder article .qodef-post-image img {
display: block
}
.qodef-blog-holder article .qodef-post-image-background {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
height: 100%;
background-position: center;
background-size: cover
}
.qodef-blog-holder article .qodef-post-image-background a {
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0
}
.qodef-blog-holder article .qodef-post-image-icon {
position: absolute;
top: 20px;
right: 20px;
font-size: 30px;
line-height: 1;
color: #fff
}
.qodef-blog-holder article .qodef-post-text {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-blog-holder article .qodef-post-title {
margin: 0
}
.qodef-blog-holder article .qodef-post-excerpt-holder {
position: relative;
display: inline-block;
vertical-align: middle;
width: 90%;
margin: 15px 0 0
}
.qodef-blog-holder article .qodef-post-excerpt-holder p {
margin: 0
}
.qodef-blog-holder article .qodef-post-excerpt:after {
content: '...'
}
.qodef-blog-holder article .qodef-more-link-container {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
margin: 15px 0 0
}
.qodef-blog-holder article .qodef-post-info {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle
}
.qodef-blog-holder article .qodef-post-info > * {
position: relative;
display: inline-block;
vertical-align: top;
color: currentColor
}
.qodef-blog-holder article .qodef-post-info > * a {
color: inherit
}
.qodef-blog-holder article .qodef-post-info-top {
margin-bottom: 5px
}
.qodef-blog-holder article .qodef-post-info-top > div.qodef-tags-holder {
display: inline-block;
padding: 0 8px 0 6px
}
.qodef-blog-holder article .qodef-post-info-top > div {
position: relative;
display: inline-block;
vertical-align: top;
margin: 10px 0 0 0;
padding: 0 8px 0 0;
color: #717171;
font-size: 15px
}
.qodef-blog-holder article .qodef-post-info-top > div:after {
content: '/';
position: absolute;
top: 0;
right: -2px
}
.qodef-blog-holder article .qodef-post-info-top > div:last-child:not(.qodef-tags-holder) {
padding: 0
}
.qodef-blog-holder article .qodef-post-info-top > div:last-child:after {
content: ''
}
.qodef-blog-holder article .qodef-post-info-top > div a {
color: inherit;
text-decoration: underline
}
.qodef-blog-holder article .qodef-post-info-top > div a:hover {
color: #000
}
.qodef-blog-holder article .qodef-post-info-bottom {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
padding-top: 17px
}
.qodef-blog-holder article .qodef-post-info-bottom .qodef-post-info-bottom-left, .qodef-blog-holder article .qodef-post-info-bottom .qodef-post-info-bottom-right {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle
}
@media only screen and (min-width:769px) {
.qodef-blog-holder article .qodef-post-info-bottom .qodef-post-info-bottom-left, .qodef-blog-holder article .qodef-post-info-bottom .qodef-post-info-bottom-right {
width: 50%
}
.qodef-blog-holder article .qodef-post-info-bottom .qodef-post-info-bottom-left {
float: left
}
.qodef-blog-holder article .qodef-post-info-bottom .qodef-post-info-bottom-right {
text-align: right;
float: right
}
}
.qodef-blog-holder article .qodef-post-info-bottom .qodef-post-info-bottom-left > div {
margin-left: 17px
}
.qodef-blog-holder article .qodef-post-info-bottom .qodef-post-info-bottom-left > div .qodef-blog-share-label {
font-size: 19px;
color: #000
}
.qodef-blog-holder article .qodef-post-info-bottom .qodef-post-info-bottom-left > div:first-child {
margin-left: 0
}
.qodef-blog-holder article.format-link .qodef-post-text {
padding: 50px 53px;
background-color: #fbfbfb
}
.qodef-blog-holder article.format-link .qodef-post-text-main {
position: relative;
display: table;
table-layout: fixed;
height: 100%;
width: 100%;
text-align: left
}
.qodef-blog-holder article.format-link .qodef-post-mark {
position: relative;
display: table-cell;
height: 100%;
width: 100%;
vertical-align: middle;
width: 50px;
vertical-align: top;
text-align: left
}
.qodef-blog-holder article.format-link .qodef-post-mark .qodef-link-mark {
padding-top: 5px;
font-size: 36px;
color: #ff2a0e
}
.qodef-blog-holder article.format-link .qodef-post-link-holder {
position: relative;
display: table-cell;
height: 100%;
width: 100%;
vertical-align: middle;
vertical-align: top;
text-align: left
}
.qodef-blog-holder article.format-quote .qodef-post-text {
padding: 50px 53px;
background-color: #fbfbfb
}
.qodef-blog-holder article.format-quote .qodef-post-text-main {
position: relative;
display: table;
table-layout: fixed;
height: 100%;
width: 100%;
text-align: left
}
.qodef-blog-holder article.format-quote .qodef-post-mark {
position: relative;
display: table-cell;
height: 100%;
width: 100%;
vertical-align: middle;
width: 50px;
vertical-align: top;
text-align: left
}
.qodef-blog-holder article.format-quote .qodef-post-mark .qodef-quote-mark {
padding-top: 5px;
font-size: 36px;
color: #ff2a0e
}
.qodef-blog-holder article.format-quote .qodef-post-link-holder {
position: relative;
display: table-cell;
height: 100%;
width: 100%;
vertical-align: middle;
vertical-align: top;
text-align: left
}
.qodef-blog-holder article.format-quote .qodef-post-author {
display: inline-block;
margin-bottom: 23px;
font-size: 13px;
line-height: 20px
}
.qodef-blog-holder article.format-gallery .qodef-post-image {
width: 100%
}
.qodef-blog-holder article.format-gallery .owl-carousel .owl-item {
z-index: 2
}
.qodef-blog-holder article.format-gallery .owl-carousel .owl-item.active {
z-index: 3
}
.qodef-blog-holder article.format-audio.has-post-thumbnail .qodef-post-heading {
position: relative
}
.qodef-blog-holder article.format-audio.has-post-thumbnail .qodef-blog-audio-holder {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
display: inline-block;
vertical-align: middle
}
.qodef-blog-holder article.format-audio .qodef-post-image {
width: 100%;
max-width: inherit
}
.qodef-blog-holder article.format-audio .qodef-post-image img {
width: 100%
}
.qodef-blog-holder article.format-video .qodef-self-hosted-video {
max-width: 100%
}
.qodef-blog-audio-holder .mejs-container, .qodef-blog-audio-holder .mejs-container .mejs-controls, .qodef-blog-audio-holder .mejs-embed, .qodef-blog-audio-holder .mejs-embed body, .qodef-blog-video-holder .mejs-container, .qodef-blog-video-holder .mejs-container .mejs-controls, .qodef-blog-video-holder .mejs-embed, .qodef-blog-video-holder .mejs-embed body {
background: 0 0
}
.qodef-blog-audio-holder .mejs-container, .qodef-blog-audio-holder .mejs-container .mejs-controls, .qodef-blog-video-holder .mejs-container, .qodef-blog-video-holder .mejs-container .mejs-controls {
height: 40px !important
}
.qodef-blog-audio-holder .mejs-container .mejs-controls, .qodef-blog-video-holder .mejs-container .mejs-controls {
background: #000;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-family: Yantramanav, sans-serif;
padding: 0
}
.qodef-blog-audio-holder .mejs-container .mejs-controls .mejs-button, .qodef-blog-video-holder .mejs-container .mejs-controls .mejs-button {
height: 40px;
width: 40px
}
.qodef-blog-audio-holder .mejs-container .mejs-controls button, .qodef-blog-video-holder .mejs-container .mejs-controls button {
background-color: transparent;
background-image: none;
border: 0;
height: 40px;
margin: 0;
outline: 0;
position: relative;
top: 0;
width: 40px
}
.qodef-blog-audio-holder .mejs-container .mejs-controls button:before, .qodef-blog-video-holder .mejs-container .mejs-controls button:before {
color: #fff;
display: block;
font-family: ElegantIcons;
font-size: 15px;
height: 40px;
left: 0;
line-height: 40px;
position: absolute;
text-align: center;
top: 0;
width: 40px
}
.qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-playpause-button.mejs-play button:before, .qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-playpause-button.mejs-replay button:before, .qodef-blog-video-holder .mejs-container .mejs-controls > .mejs-playpause-button.mejs-play button:before, .qodef-blog-video-holder .mejs-container .mejs-controls > .mejs-playpause-button.mejs-replay button:before {
content: "\45";
font-size: 25px
}
.qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-playpause-button.mejs-pause button:before, .qodef-blog-video-holder .mejs-container .mejs-controls > .mejs-playpause-button.mejs-pause button:before {
content: "\60";
font-size: 25px
}
.qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-playpause-button.mejs-stop button:before, .qodef-blog-video-holder .mejs-container .mejs-controls > .mejs-playpause-button.mejs-stop button:before {
content: "\5e";
font-size: 25px
}
.qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-volume-button.mejs-mute button:before, .qodef-blog-video-holder .mejs-container .mejs-controls > .mejs-volume-button.mejs-mute button:before {
content: "\78"
}
.qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-volume-button.mejs-unmute button:before, .qodef-blog-video-holder .mejs-container .mejs-controls > .mejs-volume-button.mejs-unmute button:before {
content: "\79"
}
.qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-volume-button > a.mejs-volume-slider, .qodef-blog-video-holder .mejs-container .mejs-controls > .mejs-volume-button > a.mejs-volume-slider {
background: rgba(0, 0, 0, .7);
height: 130px;
width: 36px
}
.qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-volume-button > a.mejs-volume-slider .mejs-volume-total, .qodef-blog-video-holder .mejs-container .mejs-controls > .mejs-volume-button > a.mejs-volume-slider .mejs-volume-total {
background: #fff;
top: 15px;
width: 6px
}
.qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-volume-button > a.mejs-volume-slider .mejs-volume-current, .qodef-blog-video-holder .mejs-container .mejs-controls > .mejs-volume-button > a.mejs-volume-slider .mejs-volume-current {
background-color: #ff2a0e
}
.qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-volume-button > a.mejs-volume-slider .mejs-volume-handle, .qodef-blog-video-holder .mejs-container .mejs-controls > .mejs-volume-button > a.mejs-volume-slider .mejs-volume-handle {
display: none
}
.qodef-blog-audio-holder .mejs-container .mejs-controls > a.mejs-horizontal-volume-slider, .qodef-blog-video-holder .mejs-container .mejs-controls > a.mejs-horizontal-volume-slider {
height: 40px;
margin-right: 20px;
width: 100px
}
.qodef-blog-audio-holder .mejs-container .mejs-controls > a.mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .qodef-blog-audio-holder .mejs-container .mejs-controls > a.mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .qodef-blog-video-holder .mejs-container .mejs-controls > a.mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .qodef-blog-video-holder .mejs-container .mejs-controls > a.mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
height: 6px
}
.qodef-blog-audio-holder .mejs-container .mejs-controls > a.mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .qodef-blog-video-holder .mejs-container .mejs-controls > a.mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
background: #fff;
top: 17px;
width: 100px
}
.qodef-blog-audio-holder .mejs-container .mejs-controls > a.mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .qodef-blog-video-holder .mejs-container .mejs-controls > a.mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
background-color: #ff2a0e
}
.qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-time, .qodef-blog-video-holder .mejs-container .mejs-controls > .mejs-time {
color: #fff;
font-family: Yantramanav, sans-serif;
font-size: 13px;
height: 100%;
line-height: 40px;
padding: 0 20px;
width: 40px
}
.qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-time > *, .qodef-blog-video-holder .mejs-container .mejs-controls > .mejs-time > * {
font-family: inherit
}
.qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-time-rail, .qodef-blog-video-holder .mejs-container .mejs-controls > .mejs-time-rail {
font-family: inherit;
height: 6px;
margin: 0;
padding: 0;
top: 17px
}
.qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-time-rail .mejs-time-total, .qodef-blog-video-holder .mejs-container .mejs-controls > .mejs-time-rail .mejs-time-total {
background: rgba(255, 255, 255, .7);
height: 6px;
margin: 0
}
.qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-time-rail .mejs-time-total span, .qodef-blog-video-holder .mejs-container .mejs-controls > .mejs-time-rail .mejs-time-total span {
height: 6px
}
.qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-time-rail .mejs-time-total .mejs-time-buffering, .qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-time-rail .mejs-time-total .mejs-time-hovered, .qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-time-rail .mejs-time-total .mejs-time-marker, .qodef-blog-video-holder .mejs-container .mejs-controls > .mejs-time-rail .mejs-time-total .mejs-time-buffering, .qodef-blog-video-holder .mejs-container .mejs-controls > .mejs-time-rail .mejs-time-total .mejs-time-hovered, .qodef-blog-video-holder .mejs-container .mejs-controls > .mejs-time-rail .mejs-time-total .mejs-time-marker {
background: 0 0
}
.qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-time-rail .mejs-time-total .mejs-time-loaded, .qodef-blog-video-holder .mejs-container .mejs-controls > .mejs-time-rail .mejs-time-total .mejs-time-loaded {
background: #fff
}
.qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-time-rail .mejs-time-total .mejs-time-current, .qodef-blog-video-holder .mejs-container .mejs-controls > .mejs-time-rail .mejs-time-total .mejs-time-current {
background: #ff2a0e
}
.qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-time-rail .mejs-time-total .mejs-time-hovered, .qodef-blog-video-holder .mejs-container .mejs-controls > .mejs-time-rail .mejs-time-total .mejs-time-hovered {
background: rgba(255, 42, 14, .7)
}
.qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-time-rail .mejs-time-total .mejs-time-float, .qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-time-rail .mejs-time-total .mejs-time-float-corner, .qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-time-rail .mejs-time-total .mejs-time-float-current, .qodef-blog-video-holder .mejs-container .mejs-controls > .mejs-time-rail .mejs-time-total .mejs-time-float, .qodef-blog-video-holder .mejs-container .mejs-controls > .mejs-time-rail .mejs-time-total .mejs-time-float-corner, .qodef-blog-video-holder .mejs-container .mejs-controls > .mejs-time-rail .mejs-time-total .mejs-time-float-current {
background: 0 0;
border: 0;
color: #fff;
top: -20px
}
.qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-time-rail .mejs-time-handle, .qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-time-rail .mejs-time-handle-content, .qodef-blog-video-holder .mejs-container .mejs-controls > .mejs-time-rail .mejs-time-handle, .qodef-blog-video-holder .mejs-container .mejs-controls > .mejs-time-rail .mejs-time-handle-content {
border: none;
height: 6px;
left: 0;
top: 0;
width: 6px
}
.qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-fullscreen-button button:before, .qodef-blog-video-holder .mejs-container .mejs-controls > .mejs-fullscreen-button button:before {
content: "\30"
}
.qodef-blog-audio-holder .mejs-container .mejs-controls > .mejs-fullscreen-button.mejs-unfullscreen button:before, .qodef-blog-video-holder .mejs-container .mejs-controls > .mejs-fullscreen-button.mejs-unfullscreen button:before {
content: "\2f"
}
.qodef-self-hosted-video-holder {
overflow: hidden
}
.qodef-self-hosted-video-holder video {
-o-object-fit: cover;
object-fit: cover
}
.qodef-blog-pagination-wp {
display: none
}
.qodef-blog-pagination {
position: relative;
display: inline-block;
width: 100%;
vertical-align: top;
clear: both
}
.qodef-blog-pagination ul {
text-align: left
}
.qodef-blog-pagination ul {
position: relative;
display: inline-block;
width: 100%;
vertical-align: top;
padding: 0;
margin: 0;
list-style: none
}
.qodef-blog-pagination ul li {
position: relative;
display: inline-block;
vertical-align: top;
margin: 0 12px;
font-weight: 700
}
.qodef-blog-pagination ul li a {
position: relative;
display: inline-block;
vertical-align: top;
margin: 0;
padding: 0;
color: #717171
}
.qodef-blog-pagination ul li a:hover {
color: #000
}
.qodef-blog-pagination ul li span {
color: #000
}
.qodef-blog-pagination ul li.qodef-pag-active a {
color: #000
}
.qodef-blog-pagination ul li.qodef-pag-first, .qodef-blog-pagination ul li.qodef-pag-last, .qodef-blog-pagination ul li.qodef-pag-next, .qodef-blog-pagination ul li.qodef-pag-prev {
margin: 0 2px
}
.qodef-blog-pagination ul li.qodef-pag-first a, .qodef-blog-pagination ul li.qodef-pag-last a, .qodef-blog-pagination ul li.qodef-pag-next a, .qodef-blog-pagination ul li.qodef-pag-prev a {
font-size: 24px
}
.qodef-blog-pagination ul li.qodef-pag-first a span, .qodef-blog-pagination ul li.qodef-pag-last a span, .qodef-blog-pagination ul li.qodef-pag-next a span, .qodef-blog-pagination ul li.qodef-pag-prev a span {
display: block;
line-height: .8em
}
.qodef-blog-pagination ul li.qodef-pag-first a span:before, .qodef-blog-pagination ul li.qodef-pag-last a span:before, .qodef-blog-pagination ul li.qodef-pag-next a span:before, .qodef-blog-pagination ul li.qodef-pag-prev a span:before {
display: block;
line-height: inherit
}
.qodef-blog-pagination ul li.qodef-pag-next, .qodef-blog-pagination ul li.qodef-pag-prev {
margin: 0 12px 0 0
}
.qodef-blog-pagination ul li.qodef-pag-next a, .qodef-blog-pagination ul li.qodef-pag-prev a {
font-size: 16px
}
.qodef-blog-pagination ul li.qodef-pag-next a span, .qodef-blog-pagination ul li.qodef-pag-prev a span {
line-height: 1.3em;
color: #717171;
-webkit-transition: color .2s ease-out;
-o-transition: color .2s ease-out;
transition: color .2s ease-out
}
.qodef-blog-pagination ul li.qodef-pag-next a span:before, .qodef-blog-pagination ul li.qodef-pag-prev a span:before {
font-weight: 700
}
.qodef-blog-pagination ul li.qodef-pag-next a span:hover, .qodef-blog-pagination ul li.qodef-pag-prev a span:hover {
color: #000;
-webkit-transition: color .2s ease-in;
-o-transition: color .2s ease-in;
transition: color .2s ease-in
}
.qodef-blog-pagination ul li.qodef-pag-next {
margin: 0 0 0 12px
}
.qodef-blog-list-holder.qodef-bl-pag-standard-shortcodes .qodef-blog-list {
opacity: 1;
-webkit-transition: opacity .2s ease-out;
-o-transition: opacity .2s ease-out;
transition: opacity .2s ease-out
}
.qodef-blog-list-holder.qodef-bl-pag-standard-shortcodes.qodef-bl-pag-standard-shortcodes-animate .qodef-blog-list {
opacity: 0
}
.qodef-bl-standard-pagination {
position: relative;
display: inline-block;
width: 100%;
vertical-align: top;
clear: both;
margin: 40px 0 0
}
.qodef-bl-standard-pagination ul {
position: relative;
display: inline-block;
width: 100%;
vertical-align: top;
padding: 0;
margin: 0;
list-style: none
}
.qodef-bl-standard-pagination ul li {
position: relative;
display: inline-block;
vertical-align: top;
margin: 0 12px;
font-weight: 700
}
.qodef-bl-standard-pagination ul li a {
position: relative;
display: inline-block;
vertical-align: top;
margin: 0;
padding: 0;
color: #717171
}
.qodef-bl-standard-pagination ul li a:hover {
color: #000
}
.qodef-bl-standard-pagination ul li span {
color: #000
}
.qodef-bl-standard-pagination ul li.qodef-pag-active a {
color: #000
}
.qodef-bl-standard-pagination ul li.qodef-pag-first, .qodef-bl-standard-pagination ul li.qodef-pag-last, .qodef-bl-standard-pagination ul li.qodef-pag-next, .qodef-bl-standard-pagination ul li.qodef-pag-prev {
margin: 0 2px
}
.qodef-bl-standard-pagination ul li.qodef-pag-first a, .qodef-bl-standard-pagination ul li.qodef-pag-last a, .qodef-bl-standard-pagination ul li.qodef-pag-next a, .qodef-bl-standard-pagination ul li.qodef-pag-prev a {
font-size: 24px
}
.qodef-bl-standard-pagination ul li.qodef-pag-first a span, .qodef-bl-standard-pagination ul li.qodef-pag-last a span, .qodef-bl-standard-pagination ul li.qodef-pag-next a span, .qodef-bl-standard-pagination ul li.qodef-pag-prev a span {
display: block;
line-height: .8em
}
.qodef-bl-standard-pagination ul li.qodef-pag-first a span:before, .qodef-bl-standard-pagination ul li.qodef-pag-last a span:before, .qodef-bl-standard-pagination ul li.qodef-pag-next a span:before, .qodef-bl-standard-pagination ul li.qodef-pag-prev a span:before {
display: block;
line-height: inherit
}
.qodef-bl-standard-pagination ul li.qodef-pag-prev a {
opacity: 0
}
.qodef-bl-standard-pagination ul li.qodef-pag-next a {
opacity: 1
}
.qodef-blog-pag-load-more {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
margin: 40px 0 30px;
text-align: center
}
.qodef-blog-pag-loading {
position: relative;
display: none;
width: 100%;
margin: 40px 0 20px;
color: #000;
text-align: center
}
.qodef-blog-pag-loading.qodef-standard-pag-trigger {
position: absolute;
top: 50px;
left: 0
}
.qodef-blog-pag-loading.qodef-showing {
display: block
}
.qodef-blog-pag-loading > div {
position: relative;
display: inline-block;
vertical-align: middle;
width: 14px;
height: 14px;
margin: 0 3px;
background-color: #000;
border-radius: 100%;
-webkit-animation: bl-pag-bouncedelay 1.4s infinite ease-in-out both;
animation: bl-pag-bouncedelay 1.4s infinite ease-in-out both
}
.qodef-blog-pag-loading .qodef-blog-pag-bounce1 {
-webkit-animation-delay: -.32s;
animation-delay: -.32s
}
.qodef-blog-pag-loading .qodef-blog-pag-bounce2 {
-webkit-animation-delay: -.16s;
animation-delay: -.16s
}
@-webkit-keyframes bl-pag-bouncedelay {
0%, 100%, 80% {
-webkit-transform: scale(0)
}
40% {
-webkit-transform: scale(1)
}
}
@keyframes bl-pag-bouncedelay {
0%, 100%, 80% {
-webkit-transform: scale(0);
transform: scale(0)
}
40% {
-webkit-transform: scale(1);
transform: scale(1)
}
}
@media only screen and (max-width:768px) {
.qodef-page-content-holder .qodef-blog-holder.qodef-blog-masonry .qodef-blog-holder-inner article.format-quote .qodef-post-content:after {
font-size: 350px;
right: -15px;
top: 90px
}
}
@media only screen and (max-width:480px) {
.qodef-page-content-holder .qodef-blog-holder.qodef-blog-masonry .qodef-blog-holder-inner article.format-quote .qodef-post-content:after {
font-size: 350px;
right: -15px;
top: 90px
}
}
@media only screen and (max-width:480px) {
.qodef-page-content-holder .qodef-blog-holder.qodef-blog-masonry .qodef-blog-holder-inner article.format-quote .qodef-post-content .qodef-post-text {
padding: 31px 60px 27px 30px
}
}
@media only screen and (max-width:768px) {
.qodef-page-content-holder .qodef-blog-holder.qodef-blog-masonry .qodef-blog-holder-inner article.format-link .qodef-post-content:after {
font-size: 100px;
top: 10px;
right: 0
}
}
@media only screen and (max-width:480px) {
.qodef-page-content-holder .qodef-blog-holder.qodef-blog-masonry .qodef-blog-holder-inner article.format-link .qodef-post-content:after {
font-size: 100px;
top: 10px
}
}
@media only screen and (max-width:480px) {
.qodef-page-content-holder .qodef-blog-holder.qodef-blog-masonry .qodef-blog-holder-inner article.format-link .qodef-post-content .qodef-post-text {
padding: 31px 60px 27px 30px
}
}
.qodef-blog-holder.qodef-blog-masonry article {
margin: 0 0 20px;
padding: 0 0 30px;
overflow: hidden
}
.qodef-blog-holder.qodef-blog-masonry article .qodef-post-image {
overflow: hidden
}
.qodef-blog-holder.qodef-blog-masonry article .qodef-post-image:hover a img {
-webkit-transform: scale(1.03, 1.03);
-ms-transform: scale(1.03, 1.03);
transform: scale(1.03, 1.03);
-webkit-transition: transform .5s ease-in;
-webkit-transition: -webkit-transform .5s ease-in;
transition: -webkit-transform .5s ease-in;
-o-transition: transform .5s ease-in;
transition: transform .5s ease-in;
transition: transform .5s ease-in, -webkit-transform .5s ease-in
}
.qodef-blog-holder.qodef-blog-masonry article .qodef-post-image a img {
-webkit-transition: transform .5s ease-out;
-webkit-transition: -webkit-transform .5s ease-out;
transition: -webkit-transform .5s ease-out;
-o-transition: transform .5s ease-out;
transition: transform .5s ease-out;
transition: transform .5s ease-out, -webkit-transform .5s ease-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden
}
.qodef-blog-holder.qodef-blog-masonry article .qodef-post-title a:hover {
color: #393939
}
.qodef-blog-holder.qodef-blog-masonry article .qodef-post-info-top > div {
font-size: 16px
}
.qodef-blog-holder.qodef-blog-masonry article .qodef-post-info-top > div a {
font-size: 16px;
letter-spacing: 0
}
.qodef-blog-holder.qodef-blog-masonry article.qodef-post-has-media .qodef-post-heading {
margin-bottom: 16px
}
.qodef-blog-holder.qodef-blog-masonry article.format-link .qodef-post-content, .qodef-blog-holder.qodef-blog-masonry article.format-quote .qodef-post-content {
background-color: transparent;
border: 1px solid #e1e1e1;
min-height: 180px
}
.qodef-blog-holder.qodef-blog-masonry article.format-link .qodef-post-content:after, .qodef-blog-holder.qodef-blog-masonry article.format-quote .qodef-post-content:after {
content: '”';
color: rgba(0, 0, 0, .08);
position: absolute;
right: -33px;
top: 127px;
font-size: 523px;
font-family: Yantramanav, sans-serif;
font-weight: 700;
line-height: .35em;
z-index: 1
}
.qodef-blog-holder.qodef-blog-masonry article.format-link .qodef-post-content .qodef-post-text, .qodef-blog-holder.qodef-blog-masonry article.format-quote .qodef-post-content .qodef-post-text {
padding: 21px 25px;
background-color: transparent
}
.qodef-blog-holder.qodef-blog-masonry article.format-link .qodef-post-content .qodef-post-text-main, .qodef-blog-holder.qodef-blog-masonry article.format-quote .qodef-post-content .qodef-post-text-main {
position: relative;
display: table;
table-layout: fixed;
height: 100%;
width: 100%;
text-align: left
}
.qodef-blog-holder.qodef-blog-masonry article.format-link .qodef-post-content .qodef-post-info-bottom, .qodef-blog-holder.qodef-blog-masonry article.format-quote .qodef-post-content .qodef-post-info-bottom {
padding-top: 33px;
color: #717171
}
.qodef-blog-holder.qodef-blog-masonry article.format-link .qodef-post-content .qodef-post-info-bottom > div:after, .qodef-blog-holder.qodef-blog-masonry article.format-quote .qodef-post-content .qodef-post-info-bottom > div:after {
content: '/';
top: 0;
right: -2px
}
.qodef-blog-holder.qodef-blog-masonry article.format-link .qodef-post-content .qodef-post-info-bottom > div:last-child:after, .qodef-blog-holder.qodef-blog-masonry article.format-quote .qodef-post-content .qodef-post-info-bottom > div:last-child:after {
content: ''
}
.qodef-blog-holder.qodef-blog-masonry article.format-link .qodef-post-content .qodef-post-info-bottom .qodef-post-info-author, .qodef-blog-holder.qodef-blog-masonry article.format-link .qodef-post-content .qodef-post-info-bottom .qodef-post-info-comments-holder, .qodef-blog-holder.qodef-blog-masonry article.format-link .qodef-post-content .qodef-post-info-bottom .qodef-post-info-date, .qodef-blog-holder.qodef-blog-masonry article.format-quote .qodef-post-content .qodef-post-info-bottom .qodef-post-info-author, .qodef-blog-holder.qodef-blog-masonry article.format-quote .qodef-post-content .qodef-post-info-bottom .qodef-post-info-comments-holder, .qodef-blog-holder.qodef-blog-masonry article.format-quote .qodef-post-content .qodef-post-info-bottom .qodef-post-info-date {
color: #717171;
display: inline-block
}
.qodef-blog-holder.qodef-blog-masonry article.format-link .qodef-post-content .qodef-post-info-bottom .qodef-post-info-author a, .qodef-blog-holder.qodef-blog-masonry article.format-link .qodef-post-content .qodef-post-info-bottom .qodef-post-info-comments-holder a, .qodef-blog-holder.qodef-blog-masonry article.format-link .qodef-post-content .qodef-post-info-bottom .qodef-post-info-date a, .qodef-blog-holder.qodef-blog-masonry article.format-quote .qodef-post-content .qodef-post-info-bottom .qodef-post-info-author a, .qodef-blog-holder.qodef-blog-masonry article.format-quote .qodef-post-content .qodef-post-info-bottom .qodef-post-info-comments-holder a, .qodef-blog-holder.qodef-blog-masonry article.format-quote .qodef-post-content .qodef-post-info-bottom .qodef-post-info-date a {
color: #717171
}
.qodef-blog-holder.qodef-blog-masonry article.format-link .qodef-post-content .qodef-post-info-bottom .qodef-post-info-author a:hover, .qodef-blog-holder.qodef-blog-masonry article.format-link .qodef-post-content .qodef-post-info-bottom .qodef-post-info-comments-holder a:hover, .qodef-blog-holder.qodef-blog-masonry article.format-link .qodef-post-content .qodef-post-info-bottom .qodef-post-info-date a:hover, .qodef-blog-holder.qodef-blog-masonry article.format-quote .qodef-post-content .qodef-post-info-bottom .qodef-post-info-author a:hover, .qodef-blog-holder.qodef-blog-masonry article.format-quote .qodef-post-content .qodef-post-info-bottom .qodef-post-info-comments-holder a:hover, .qodef-blog-holder.qodef-blog-masonry article.format-quote .qodef-post-content .qodef-post-info-bottom .qodef-post-info-date a:hover {
color: #262626
}
.qodef-blog-holder.qodef-blog-masonry article.format-link .qodef-post-content .qodef-post-info-bottom .qodef-post-info-author-link, .qodef-blog-holder.qodef-blog-masonry article.format-quote .qodef-post-content .qodef-post-info-bottom .qodef-post-info-author-link {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
width: auto;
z-index: 10
}
.qodef-blog-holder.qodef-blog-masonry article.format-link .qodef-post-content .qodef-post-link-holder, .qodef-blog-holder.qodef-blog-masonry article.format-quote .qodef-post-content .qodef-post-link-holder {
position: relative;
display: table-cell;
height: 100%;
width: 100%;
vertical-align: middle;
vertical-align: top;
text-align: left
}
.qodef-blog-holder.qodef-blog-masonry article.format-link .qodef-post-content .qodef-post-author, .qodef-blog-holder.qodef-blog-masonry article.format-quote .qodef-post-content .qodef-post-author {
display: inline-block;
margin-bottom: 23px;
font-size: 13px;
line-height: 20px
}
.qodef-blog-holder.qodef-blog-masonry article.format-quote .qodef-quote-title a {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
z-index: 10
}
.qodef-blog-holder.qodef-blog-masonry article.format-link .qodef-post-content .qodef-link-title a {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
z-index: 10
}
.qodef-blog-holder.qodef-blog-masonry article.format-link .qodef-post-content:after {
content: '\e02b';
font-size: 154px;
line-height: 1em;
right: -18px;
top: 0;
font-family: ElegantIcons;
-webkit-transform: rotateX(180deg);
transform: rotateX(180deg)
}
.qodef-blog-holder.qodef-blog-masonry article.format-link .qodef-post-content .qodef-post-info-bottom {
padding-top: 86px
}
.qodef-blog-holder.qodef-blog-standard article {
padding: 0
}
.qodef-blog-holder.qodef-blog-standard article.format-standard .qodef-post-image {
overflow: hidden
}
.qodef-blog-holder.qodef-blog-standard article.format-standard .qodef-post-image:hover a img {
-webkit-transform: scale(1.03, 1.03);
-ms-transform: scale(1.03, 1.03);
transform: scale(1.03, 1.03);
-webkit-transition: transform .5s ease-in;
-webkit-transition: -webkit-transform .5s ease-in;
transition: -webkit-transform .5s ease-in;
-o-transition: transform .5s ease-in;
transition: transform .5s ease-in;
transition: transform .5s ease-in, -webkit-transform .5s ease-in
}
.qodef-blog-holder.qodef-blog-standard article.format-standard .qodef-post-image a img {
-webkit-transition: transform .5s ease-out;
-webkit-transition: -webkit-transform .5s ease-out;
transition: -webkit-transform .5s ease-out;
-o-transition: transform .5s ease-out;
transition: transform .5s ease-out;
transition: transform .5s ease-out, -webkit-transform .5s ease-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden
}
.qodef-blog-holder.qodef-blog-standard article.format-gallery .qodef-post-image .qodef-blog-gallery .owl-item div a:after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: block;
background-color: rgba(0, 0, 0, .1)
}
.qodef-blog-holder.qodef-blog-standard article.format-gallery .qodef-post-image .qodef-blog-gallery .owl-item div a img {
-webkit-transition: transform .5s ease-out;
-webkit-transition: -webkit-transform .5s ease-out;
transition: -webkit-transform .5s ease-out;
-o-transition: transform .5s ease-out;
transition: transform .5s ease-out;
transition: transform .5s ease-out, -webkit-transform .5s ease-out
}
.qodef-blog-holder.qodef-blog-standard article.format-gallery .qodef-post-image .qodef-blog-gallery .owl-item div:hover img {
-webkit-transform: scale(1.03, 1.03);
-ms-transform: scale(1.03, 1.03);
transform: scale(1.03, 1.03);
-webkit-transition: transform .5s ease-in;
-webkit-transition: -webkit-transform .5s ease-in;
transition: -webkit-transform .5s ease-in;
-o-transition: transform .5s ease-in;
transition: transform .5s ease-in;
transition: transform .5s ease-in, -webkit-transform .5s ease-in
}
.qodef-blog-holder.qodef-blog-standard article.format-gallery .qodef-post-image .qodef-blog-gallery .owl-nav button {
color: #fff;
-webkit-transition: opacity .2s ease-out;
-o-transition: opacity .2s ease-out;
transition: opacity .2s ease-out
}
.qodef-blog-holder.qodef-blog-standard article.format-gallery .qodef-post-image .qodef-blog-gallery .owl-nav button:hover {
opacity: .8;
-webkit-transition: opacity .2s ease-in;
-o-transition: opacity .2s ease-in;
transition: opacity .2s ease-in
}
.qodef-blog-holder.qodef-blog-standard article .qodef-post-title a:hover {
color: #393939
}
.qodef-blog-holder.qodef-blog-standard article.format-audio, .qodef-blog-holder.qodef-blog-standard article.format-gallery, .qodef-blog-holder.qodef-blog-standard article.format-standard, .qodef-blog-holder.qodef-blog-standard article.format-video {
margin: 0 0 77px
}
.qodef-blog-holder.qodef-blog-standard article.format-quote {
margin: 0 0 90px
}
.qodef-blog-holder.qodef-blog-standard article.format-link {
margin: 0 0 76px
}
.qodef-blog-holder.qodef-blog-standard article.qodef-post-has-media.format-link:hover .qodef-post-content-hover-overlay {
-webkit-transition: opacity .3s ease-in;
-o-transition: opacity .3s ease-in;
transition: opacity .3s ease-in;
opacity: 1
}
.qodef-blog-holder.qodef-blog-standard article.qodef-post-has-media.format-link:hover .qodef-post-content .qodef-post-title a {
color: #fff;
-webkit-transition: color .3s ease-in;
-o-transition: color .3s ease-in;
transition: color .3s ease-in
}
.qodef-blog-holder.qodef-blog-standard article.qodef-post-has-media.format-link:hover .qodef-post-content .qodef-post-info-bottom .qodef-post-info-author-text, .qodef-blog-holder.qodef-blog-standard article.qodef-post-has-media.format-link:hover .qodef-post-content .qodef-post-info-bottom a, .qodef-blog-holder.qodef-blog-standard article.qodef-post-has-media.format-link:hover .qodef-post-content .qodef-post-info-bottom div:after {
color: #fff;
-webkit-transition: color .3s ease-in;
-o-transition: color .3s ease-in;
transition: color .3s ease-in
}
.qodef-blog-holder.qodef-blog-standard article.qodef-post-has-media.format-link:hover .qodef-post-content:after {
-webkit-transition: color .3s ease-in;
-o-transition: color .3s ease-in;
transition: color .3s ease-in;
color: #fff
}
.qodef-blog-holder.qodef-blog-standard article.qodef-post-has-media .qodef-post-heading {
margin-bottom: 28px
}
.qodef-blog-holder.qodef-blog-standard article .qodef-post-info-bottom {
padding-top: 35px
}
.qodef-blog-holder.qodef-blog-standard article .qodef-post-info-bottom .qodef-post-info-bottom-left .qodef-post-read-more-button a:after {
height: 1px;
background-color: #000
}
.qodef-blog-holder.qodef-blog-standard article .qodef-post-info-bottom .qodef-post-info-bottom-right .qodef-blog-share > div {
margin-left: 5px
}
.qodef-blog-holder.qodef-blog-standard article .qodef-post-info-bottom .qodef-post-info-bottom-right .qodef-blog-share > div li {
margin-right: 13px
}
.qodef-blog-holder.qodef-blog-standard article .qodef-post-info-bottom .qodef-post-info-bottom-right .qodef-blog-share > div:first-child {
margin-left: 0
}
.qodef-blog-holder.qodef-blog-standard article .qodef-post-info-bottom .qodef-post-info-bottom-right .qodef-blog-share .qodef-blog-share-label {
font-size: 19px;
color: #000
}
.qodef-blog-holder.qodef-blog-standard article.format-link .qodef-post-content, .qodef-blog-holder.qodef-blog-standard article.format-quote .qodef-post-content {
background-color: transparent;
border: 1px solid #e1e1e1;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-blog-holder.qodef-blog-standard article.format-link .qodef-post-content:after, .qodef-blog-holder.qodef-blog-standard article.format-quote .qodef-post-content:after {
content: '”';
color: rgba(0, 0, 0, .08);
position: absolute;
right: 7px;
top: 237px;
font-size: 588px;
font-family: Yantramanav, sans-serif;
font-weight: 700;
line-height: .1em;
z-index: 1
}
.qodef-blog-holder.qodef-blog-standard article.format-link .qodef-post-content .qodef-post-text, .qodef-blog-holder.qodef-blog-standard article.format-quote .qodef-post-content .qodef-post-text {
padding: 43px 153px 43px 52px;
background-color: transparent
}
.qodef-blog-holder.qodef-blog-standard article.format-link .qodef-post-content .qodef-post-text-inner, .qodef-blog-holder.qodef-blog-standard article.format-quote .qodef-post-content .qodef-post-text-inner {
padding-left: 0
}
.qodef-blog-holder.qodef-blog-standard article.format-link .qodef-post-content .qodef-post-text-main, .qodef-blog-holder.qodef-blog-standard article.format-quote .qodef-post-content .qodef-post-text-main {
position: relative;
display: table;
table-layout: fixed;
height: 100%;
width: 100%;
text-align: left
}
.qodef-blog-holder.qodef-blog-standard article.format-link .qodef-post-content .qodef-post-info-bottom, .qodef-blog-holder.qodef-blog-standard article.format-quote .qodef-post-content .qodef-post-info-bottom {
padding-top: 43px;
color: #717171
}
.qodef-blog-holder.qodef-blog-standard article.format-link .qodef-post-content .qodef-post-info-bottom > div:after, .qodef-blog-holder.qodef-blog-standard article.format-quote .qodef-post-content .qodef-post-info-bottom > div:after {
content: '/';
top: 0;
right: -2px
}
.qodef-blog-holder.qodef-blog-standard article.format-link .qodef-post-content .qodef-post-info-bottom > div:last-child:after, .qodef-blog-holder.qodef-blog-standard article.format-quote .qodef-post-content .qodef-post-info-bottom > div:last-child:after {
content: ''
}
.qodef-blog-holder.qodef-blog-standard article.format-link .qodef-post-content .qodef-post-info-bottom .qodef-post-info-author, .qodef-blog-holder.qodef-blog-standard article.format-link .qodef-post-content .qodef-post-info-bottom .qodef-post-info-comments-holder, .qodef-blog-holder.qodef-blog-standard article.format-link .qodef-post-content .qodef-post-info-bottom .qodef-post-info-date, .qodef-blog-holder.qodef-blog-standard article.format-quote .qodef-post-content .qodef-post-info-bottom .qodef-post-info-author, .qodef-blog-holder.qodef-blog-standard article.format-quote .qodef-post-content .qodef-post-info-bottom .qodef-post-info-comments-holder, .qodef-blog-holder.qodef-blog-standard article.format-quote .qodef-post-content .qodef-post-info-bottom .qodef-post-info-date {
color: #717171;
display: inline-block
}
.qodef-blog-holder.qodef-blog-standard article.format-link .qodef-post-content .qodef-post-info-bottom .qodef-post-info-author a, .qodef-blog-holder.qodef-blog-standard article.format-link .qodef-post-content .qodef-post-info-bottom .qodef-post-info-comments-holder a, .qodef-blog-holder.qodef-blog-standard article.format-link .qodef-post-content .qodef-post-info-bottom .qodef-post-info-date a, .qodef-blog-holder.qodef-blog-standard article.format-quote .qodef-post-content .qodef-post-info-bottom .qodef-post-info-author a, .qodef-blog-holder.qodef-blog-standard article.format-quote .qodef-post-content .qodef-post-info-bottom .qodef-post-info-comments-holder a, .qodef-blog-holder.qodef-blog-standard article.format-quote .qodef-post-content .qodef-post-info-bottom .qodef-post-info-date a {
color: #717171
}
.qodef-blog-holder.qodef-blog-standard article.format-link .qodef-post-content .qodef-post-info-bottom .qodef-post-info-author a:hover, .qodef-blog-holder.qodef-blog-standard article.format-link .qodef-post-content .qodef-post-info-bottom .qodef-post-info-comments-holder a:hover, .qodef-blog-holder.qodef-blog-standard article.format-link .qodef-post-content .qodef-post-info-bottom .qodef-post-info-date a:hover, .qodef-blog-holder.qodef-blog-standard article.format-quote .qodef-post-content .qodef-post-info-bottom .qodef-post-info-author a:hover, .qodef-blog-holder.qodef-blog-standard article.format-quote .qodef-post-content .qodef-post-info-bottom .qodef-post-info-comments-holder a:hover, .qodef-blog-holder.qodef-blog-standard article.format-quote .qodef-post-content .qodef-post-info-bottom .qodef-post-info-date a:hover {
color: #262626
}
.qodef-blog-holder.qodef-blog-standard article.format-link .qodef-post-content .qodef-post-info-bottom .qodef-post-info-author-link, .qodef-blog-holder.qodef-blog-standard article.format-quote .qodef-post-content .qodef-post-info-bottom .qodef-post-info-author-link {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
width: auto;
z-index: 10
}
.qodef-blog-holder.qodef-blog-standard article.format-link .qodef-post-content .qodef-post-link-holder, .qodef-blog-holder.qodef-blog-standard article.format-quote .qodef-post-content .qodef-post-link-holder {
position: relative;
display: table-cell;
height: 100%;
width: 100%;
vertical-align: middle;
vertical-align: top;
text-align: left
}
.qodef-blog-holder.qodef-blog-standard article.format-link .qodef-post-content .qodef-post-author, .qodef-blog-holder.qodef-blog-standard article.format-quote .qodef-post-content .qodef-post-author {
display: inline-block;
margin-bottom: 23px;
font-size: 13px;
line-height: 20px
}
.qodef-blog-holder.qodef-blog-standard article.format-link .qodef-post-content-hover-overlay, .qodef-blog-holder.qodef-blog-standard article.format-quote .qodef-post-content-hover-overlay {
-webkit-transition: opacity .3s ease-out;
-o-transition: opacity .3s ease-out;
transition: opacity .3s ease-out;
width: 100%;
height: 100%;
display: block;
position: absolute;
top: 0;
left: 0;
opacity: 0;
z-index: -1;
background-size: cover;
background-repeat: no-repeat
}
.qodef-blog-holder.qodef-blog-standard article.format-quote .qodef-post-content:after {
z-index: -1
}
.qodef-blog-holder.qodef-blog-standard article.format-quote .qodef-post-content .qodef-quote-title a {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
z-index: 10
}
.qodef-blog-holder.qodef-blog-standard article.format-link .qodef-post-content .qodef-post-title a {
-webkit-transition: color .3s ease-out;
-o-transition: color .3s ease-out;
transition: color .3s ease-out;
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
z-index: 10
}
.qodef-blog-holder.qodef-blog-standard article.format-link .qodef-post-content .qodef-post-info-bottom {
padding-top: 71px
}
.qodef-blog-holder.qodef-blog-standard article.format-link .qodef-post-content .qodef-post-info-bottom .qodef-post-info-author-text, .qodef-blog-holder.qodef-blog-standard article.format-link .qodef-post-content .qodef-post-info-bottom a, .qodef-blog-holder.qodef-blog-standard article.format-link .qodef-post-content .qodef-post-info-bottom div:after {
-webkit-transition: color .3s ease-out;
-o-transition: color .3s ease-out;
transition: color .3s ease-out
}
.qodef-blog-holder.qodef-blog-standard article.format-link .qodef-post-content .qodef-post-info-bottom .qodef-post-info-author, .qodef-blog-holder.qodef-blog-standard article.format-link .qodef-post-content .qodef-post-info-bottom .qodef-post-info-comments-holder, .qodef-blog-holder.qodef-blog-standard article.format-link .qodef-post-content .qodef-post-info-bottom .qodef-post-info-date {
color: #717171;
display: inline-block
}
.qodef-blog-holder.qodef-blog-standard article.format-link .qodef-post-content .qodef-post-info-bottom .qodef-post-info-author a, .qodef-blog-holder.qodef-blog-standard article.format-link .qodef-post-content .qodef-post-info-bottom .qodef-post-info-comments-holder a, .qodef-blog-holder.qodef-blog-standard article.format-link .qodef-post-content .qodef-post-info-bottom .qodef-post-info-date a {
color: #717171
}
.qodef-blog-holder.qodef-blog-standard article.format-link .qodef-post-content .qodef-post-info-bottom .qodef-post-info-author a:hover, .qodef-blog-holder.qodef-blog-standard article.format-link .qodef-post-content .qodef-post-info-bottom .qodef-post-info-comments-holder a:hover, .qodef-blog-holder.qodef-blog-standard article.format-link .qodef-post-content .qodef-post-info-bottom .qodef-post-info-date a:hover {
color: rgba(255, 255, 255, .65)
}
.qodef-blog-holder.qodef-blog-standard article.format-link .qodef-post-content:after {
content: '\e02b';
font-size: 185px;
right: 40px;
top: 95px;
font-family: ElegantIcons;
-webkit-transform: rotateX(180deg);
transform: rotateX(180deg);
-webkit-transition: color .3s ease-out;
-o-transition: color .3s ease-out;
transition: color .3s ease-out
}
.qodef-blog-holder.qodef-blog-different-date-style article:not(.format-link):not(.format-quote) .qodef-post-text > .qodef-post-info-date {
display: inline-block;
float: left;
top: 20px;
position: relative
}
.qodef-blog-holder.qodef-blog-different-date-style article:not(.format-link):not(.format-quote) .qodef-post-text > .qodef-post-info-date a {
font-weight: 900;
color: #ddd;
text-align: center
}
.qodef-blog-holder.qodef-blog-different-date-style article:not(.format-link):not(.format-quote) .qodef-post-text > .qodef-post-info-date a .qodef-post-info-date-date, .qodef-blog-holder.qodef-blog-different-date-style article:not(.format-link):not(.format-quote) .qodef-post-text > .qodef-post-info-date a .qodef-post-info-date-month {
display: block;
font-size: 57px;
line-height: .52em
}
.qodef-blog-holder.qodef-blog-different-date-style article:not(.format-link):not(.format-quote) .qodef-post-text > .qodef-post-info-date a .qodef-post-info-date-month {
font-size: 34px;
line-height: .88em;
margin-top: 7px
}
.qodef-blog-holder.qodef-blog-different-date-style article:not(.format-link):not(.format-quote) .qodef-post-text > .qodef-post-text-inner {
padding-left: 80px
}
.qodef-author-description {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
padding: 0;
text-align: center;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-author-description .qodef-author-description-inner {
padding: 41px 0 39px;
min-height: 78px;
clear: both
}
.qodef-author-description .qodef-author-description-content {
position: relative
}
.qodef-author-description .qodef-author-description-image {
position: absolute;
width: 130px
}
.qodef-author-description .qodef-author-description-image img {
display: block;
border-radius: 5em
}
.qodef-author-description .qodef-author-description-text-holder {
position: relative;
padding: 4px 0
}
.qodef-author-description .qodef-author-description-text-holder .qodef-author-name {
margin: 2px 0 0 163px;
text-align: left
}
.qodef-author-description .qodef-author-description-text-holder .qodef-author-name a {
color: #000
}
.qodef-author-description .qodef-author-description-text-holder .qodef-author-name a:hover {
color: #393939
}
.qodef-author-description .qodef-author-description-text-holder .qodef-author-email {
margin: 0
}
.qodef-author-description .qodef-author-description-text-holder .qodef-author-text {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle
}
.qodef-author-description .qodef-author-description-text-holder .qodef-author-text > p {
margin: 12px 0 0 166px;
text-align: left
}
.qodef-author-description .qodef-author-description-text-holder .qodef-author-social-icons {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
margin: 17px 0 0 163px;
text-align: left
}
.qodef-author-description .qodef-author-description-text-holder .qodef-author-social-icons a {
position: relative;
display: inline-block;
vertical-align: middle;
padding: 0;
margin: 0 15px 0 0;
font-size: 16px;
color: #000
}
.qodef-author-description .qodef-author-description-text-holder .qodef-author-social-icons a:last-child {
margin: 0
}
.qodef-author-description .qodef-author-description-text-holder .qodef-author-social-icons a:hover {
color: #717171
}
@media only screen and (max-width:768px) {
.qodef-author-description .qodef-author-description-content {
padding: 0
}
.qodef-author-description .qodef-author-description-image {
display: block;
width: 100%
}
.qodef-author-description .qodef-author-description-text-holder {
display: block;
padding: 0;
margin-top: 30px
}
}
@media only screen and (max-width:480px) {
.qodef-author-description .qodef-author-description-image {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle
}
.qodef-author-description .qodef-author-description-image img {
margin: 0 auto
}
.qodef-author-description .qodef-author-description-text-holder .qodef-author-name {
margin: 2px 0
}
.qodef-author-description .qodef-author-description-text-holder .qodef-author-text > p {
margin: 12px 0
}
.qodef-author-description .qodef-author-description-text-holder .qodef-author-social-icons {
margin: 17px 0
}
}
.qodef-blog-single-navigation {
position: relative;
display: table;
width: 100%;
vertical-align: middle;
padding: 0;
clear: both;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-blog-single-navigation .qodef-blog-single-navigation-inner {
padding: 78px 0 30px
}
.qodef-blog-single-navigation .qodef-blog-single-next, .qodef-blog-single-navigation .qodef-blog-single-prev {
color: #717171
}
.qodef-blog-single-navigation .qodef-blog-single-next .qodef-blog-single-nav-mark, .qodef-blog-single-navigation .qodef-blog-single-prev .qodef-blog-single-nav-mark {
font-size: 48px;
line-height: inherit;
color: inherit
}
.qodef-blog-single-navigation .qodef-blog-single-next .qodef-blog-single-nav-mark:before, .qodef-blog-single-navigation .qodef-blog-single-prev .qodef-blog-single-nav-mark:before {
display: block;
line-height: inherit
}
.qodef-blog-single-navigation .qodef-blog-single-next .qodef-blog-single-nav-label, .qodef-blog-single-navigation .qodef-blog-single-prev .qodef-blog-single-nav-label {
color: inherit
}
.qodef-blog-single-navigation .qodef-blog-single-next:hover, .qodef-blog-single-navigation .qodef-blog-single-prev:hover {
color: #ff2a0e
}
.qodef-blog-single-navigation .qodef-blog-single-prev {
float: left
}
.qodef-blog-single-navigation .qodef-blog-single-prev .qodef-blog-single-nav-label, .qodef-blog-single-navigation .qodef-blog-single-prev .qodef-blog-single-nav-mark {
float: left
}
.qodef-blog-single-navigation .qodef-blog-single-prev .qodef-blog-single-nav-mark {
margin: 0 14px 0 0
}
.qodef-blog-single-navigation .qodef-blog-single-next {
float: right
}
.qodef-blog-single-navigation .qodef-blog-single-next .qodef-blog-single-nav-label, .qodef-blog-single-navigation .qodef-blog-single-next .qodef-blog-single-nav-mark {
float: right
}
.qodef-blog-single-navigation .qodef-blog-single-next .qodef-blog-single-nav-mark {
margin: 0 0 0 14px
}
.qodef-single-links-pages {
clear: both;
margin: 20px 0 5px
}
.qodef-single-links-pages .qodef-single-links-pages-inner > a, .qodef-single-links-pages .qodef-single-links-pages-inner > span {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 12px 5px 0
}
.qodef-single-links-pages .qodef-single-links-pages-inner > span {
color: #ff2a0e
}
.qodef-single-links-pages .qodef-single-links-pages-inner > a:hover {
color: #000
}
.qodef-related-posts-holder {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-related-posts-holder .qodef-related-posts-holder-inner {
padding: 46px 0 26px
}
.qodef-related-posts-holder .qodef-related-posts-title {
margin: 0 0 40px
}
.qodef-related-posts-holder .qodef-related-posts-title > * {
margin: 0
}
.qodef-related-posts-holder .qodef-related-posts-inner {
margin: 0 -15px
}
.qodef-related-posts-holder .qodef-related-post {
position: relative;
display: inline-block;
float: left;
width: 25%;
margin: 0 0 30px;
padding: 0 5px;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-content-has-sidebar .qodef-related-posts-holder .qodef-related-post {
width: 25%
}
.touch .qodef-related-posts-holder .qodef-related-post {
cursor: pointer
}
.qodef-related-posts-holder .qodef-related-post:hover .qodef-related-post-image a img {
-webkit-transform: scale(1.03, 1.03);
-ms-transform: scale(1.03, 1.03);
transform: scale(1.03, 1.03);
-webkit-transition: transform .5s ease-in;
-webkit-transition: -webkit-transform .5s ease-in;
transition: -webkit-transform .5s ease-in;
-o-transition: transform .5s ease-in;
transition: transform .5s ease-in;
transition: transform .5s ease-in, -webkit-transform .5s ease-in
}
.qodef-related-posts-holder .qodef-related-post .qodef-related-post-image {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
overflow: hidden
}
.qodef-related-posts-holder .qodef-related-post .qodef-related-post-image a {
position: relative;
display: block
}
.qodef-related-posts-holder .qodef-related-post .qodef-related-post-image a img {
-webkit-transition: transform .5s ease-out;
-webkit-transition: -webkit-transform .5s ease-out;
transition: -webkit-transform .5s ease-out;
-o-transition: transform .5s ease-out;
transition: transform .5s ease-out;
transition: transform .5s ease-out, -webkit-transform .5s ease-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden
}
.qodef-related-posts-holder .qodef-related-post .qodef-related-post-image img {
display: block
}
.qodef-related-posts-holder .qodef-related-post .qodef-post-title {
margin: 2px 0 0
}
.qodef-related-posts-holder .qodef-related-post .qodef-post-title:first-child {
margin-top: 0
}
.qodef-related-posts-holder .qodef-related-post .qodef-post-info {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
margin: 20px 0 0
}
.qodef-related-posts-holder .qodef-related-post .qodef-post-info > div {
position: relative;
display: inline-block;
vertical-align: top;
float: left;
padding: 0 13px 0 0;
color: inherit;
font-size: 15px
}
.qodef-related-posts-holder .qodef-related-post .qodef-post-info > div:after {
position: absolute;
top: 0;
right: 4px;
content: '/'
}
.qodef-related-posts-holder .qodef-related-post .qodef-post-info > div:last-child {
padding: 0
}
.qodef-related-posts-holder .qodef-related-post .qodef-post-info > div:last-child:after {
display: none
}
.qodef-related-posts-holder .qodef-related-post .qodef-post-info > div.qodef-post-info-author .qodef-post-info-author-text {
margin: 0 3px 0 0
}
.qodef-related-posts-holder .qodef-related-post .qodef-post-info > div a {
color: inherit;
line-height: inherit;
font-size: inherit;
font-weight: inherit
}
.qodef-blog-holder.qodef-blog-single article {
margin: 0 0 30px
}
.qodef-blog-holder.qodef-blog-single article .qodef-post-heading {
margin-bottom: 28px
}
.qodef-blog-holder.qodef-blog-single article .qodef-post-title {
margin-bottom: 5px
}
.qodef-blog-holder.qodef-blog-single article .qodef-post-text {
padding: 0 0 21px
}
.qodef-blog-holder.qodef-blog-single article .qodef-post-info-top > div {
font-size: 15px;
letter-spacing: 0
}
.qodef-blog-holder.qodef-blog-single article .qodef-social-share-holder.qodef-list {
margin-left: 15px
}
.qodef-blog-holder.qodef-blog-single article .qodef-social-share-holder.qodef-list li {
margin-right: 15px
}
.qodef-blog-holder.qodef-blog-single article .qodef-social-share-holder.qodef-list li a {
font-size: 16px
}
.qodef-blog-holder.qodef-blog-single article.format-gallery .qodef-post-image .qodef-blog-gallery .owl-item div:after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: block;
background-color: rgba(0, 0, 0, .1)
}
.qodef-blog-holder.qodef-blog-single article.format-gallery .qodef-post-image .qodef-blog-gallery .owl-nav button {
color: #fff;
-webkit-transition: opacity .2s ease-out;
-o-transition: opacity .2s ease-out;
transition: opacity .2s ease-out
}
.qodef-blog-holder.qodef-blog-single article.format-gallery .qodef-post-image .qodef-blog-gallery .owl-nav button:hover {
opacity: .8;
-webkit-transition: opacity .2s ease-in;
-o-transition: opacity .2s ease-in;
transition: opacity .2s ease-in
}
.qodef-blog-holder.qodef-blog-single article.qodef-hover-image-enabled.format-link .qodef-post-content:hover .qodef-post-content-hover-overlay {
-webkit-transition: opacity .3s ease-in;
-o-transition: opacity .3s ease-in;
transition: opacity .3s ease-in;
opacity: 1
}
.qodef-blog-holder.qodef-blog-single article.qodef-hover-image-enabled.format-link .qodef-post-content:hover .qodef-post-title a {
color: #fff;
-webkit-transition: color .3s ease-in;
-o-transition: color .3s ease-in;
transition: color .3s ease-in
}
.qodef-blog-holder.qodef-blog-single article.qodef-hover-image-enabled.format-link .qodef-post-content:hover .qodef-post-info-bottom .qodef-post-info-author-text, .qodef-blog-holder.qodef-blog-single article.qodef-hover-image-enabled.format-link .qodef-post-content:hover .qodef-post-info-bottom a, .qodef-blog-holder.qodef-blog-single article.qodef-hover-image-enabled.format-link .qodef-post-content:hover .qodef-post-info-bottom div:after {
color: #fff;
-webkit-transition: color .3s ease-in;
-o-transition: color .3s ease-in;
transition: color .3s ease-in
}
.qodef-blog-holder.qodef-blog-single article.qodef-hover-image-enabled.format-link .qodef-post-content:hover .qodef-post-text:after {
-webkit-transition: color .3s ease-in;
-o-transition: color .3s ease-in;
transition: color .3s ease-in;
color: #fff
}
.qodef-blog-holder.qodef-blog-single article.format-link .qodef-post-content, .qodef-blog-holder.qodef-blog-single article.format-quote .qodef-post-content {
background-color: transparent;
border: 1px solid #e1e1e1;
margin: 0 0 30px 0
}
.qodef-blog-holder.qodef-blog-single article.format-link .qodef-post-content .qodef-post-text, .qodef-blog-holder.qodef-blog-single article.format-quote .qodef-post-content .qodef-post-text {
padding: 43px 153px 43px 52px;
background-color: transparent
}
.qodef-blog-holder.qodef-blog-single article.format-link .qodef-post-content .qodef-post-text:after, .qodef-blog-holder.qodef-blog-single article.format-quote .qodef-post-content .qodef-post-text:after {
content: '”';
color: rgba(0, 0, 0, .08);
position: absolute;
right: 7px;
top: 237px;
font-size: 588px;
font-family: Yantramanav, sans-serif;
font-weight: 700;
line-height: .1em
}
.qodef-blog-holder.qodef-blog-single article.format-link .qodef-post-content .qodef-post-text-inner, .qodef-blog-holder.qodef-blog-single article.format-quote .qodef-post-content .qodef-post-text-inner {
padding-left: 0
}
.qodef-blog-holder.qodef-blog-single article.format-link .qodef-post-content .qodef-post-text-main, .qodef-blog-holder.qodef-blog-single article.format-quote .qodef-post-content .qodef-post-text-main {
position: relative;
display: table;
table-layout: fixed;
height: 100%;
width: 100%;
text-align: left
}
.qodef-blog-holder.qodef-blog-single article.format-link .qodef-post-content .qodef-post-info-bottom, .qodef-blog-holder.qodef-blog-single article.format-quote .qodef-post-content .qodef-post-info-bottom {
padding-top: 55px;
color: #717171
}
.qodef-blog-holder.qodef-blog-single article.format-link .qodef-post-content .qodef-post-info-bottom > div:after, .qodef-blog-holder.qodef-blog-single article.format-quote .qodef-post-content .qodef-post-info-bottom > div:after {
content: '/';
top: 0;
right: -2px
}
.qodef-blog-holder.qodef-blog-single article.format-link .qodef-post-content .qodef-post-info-bottom > div:last-child:after, .qodef-blog-holder.qodef-blog-single article.format-quote .qodef-post-content .qodef-post-info-bottom > div:last-child:after {
content: ''
}
.qodef-blog-holder.qodef-blog-single article.format-link .qodef-post-content .qodef-post-info-bottom .qodef-post-info-author, .qodef-blog-holder.qodef-blog-single article.format-link .qodef-post-content .qodef-post-info-bottom .qodef-post-info-comments-holder, .qodef-blog-holder.qodef-blog-single article.format-link .qodef-post-content .qodef-post-info-bottom .qodef-post-info-date, .qodef-blog-holder.qodef-blog-single article.format-quote .qodef-post-content .qodef-post-info-bottom .qodef-post-info-author, .qodef-blog-holder.qodef-blog-single article.format-quote .qodef-post-content .qodef-post-info-bottom .qodef-post-info-comments-holder, .qodef-blog-holder.qodef-blog-single article.format-quote .qodef-post-content .qodef-post-info-bottom .qodef-post-info-date {
color: #717171;
display: inline-block
}
.qodef-blog-holder.qodef-blog-single article.format-link .qodef-post-content .qodef-post-info-bottom .qodef-post-info-author a, .qodef-blog-holder.qodef-blog-single article.format-link .qodef-post-content .qodef-post-info-bottom .qodef-post-info-comments-holder a, .qodef-blog-holder.qodef-blog-single article.format-link .qodef-post-content .qodef-post-info-bottom .qodef-post-info-date a, .qodef-blog-holder.qodef-blog-single article.format-quote .qodef-post-content .qodef-post-info-bottom .qodef-post-info-author a, .qodef-blog-holder.qodef-blog-single article.format-quote .qodef-post-content .qodef-post-info-bottom .qodef-post-info-comments-holder a, .qodef-blog-holder.qodef-blog-single article.format-quote .qodef-post-content .qodef-post-info-bottom .qodef-post-info-date a {
color: #717171
}
.qodef-blog-holder.qodef-blog-single article.format-link .qodef-post-content .qodef-post-info-bottom .qodef-post-info-author a:hover, .qodef-blog-holder.qodef-blog-single article.format-link .qodef-post-content .qodef-post-info-bottom .qodef-post-info-comments-holder a:hover, .qodef-blog-holder.qodef-blog-single article.format-link .qodef-post-content .qodef-post-info-bottom .qodef-post-info-date a:hover, .qodef-blog-holder.qodef-blog-single article.format-quote .qodef-post-content .qodef-post-info-bottom .qodef-post-info-author a:hover, .qodef-blog-holder.qodef-blog-single article.format-quote .qodef-post-content .qodef-post-info-bottom .qodef-post-info-comments-holder a:hover, .qodef-blog-holder.qodef-blog-single article.format-quote .qodef-post-content .qodef-post-info-bottom .qodef-post-info-date a:hover {
color: #262626
}
.qodef-blog-holder.qodef-blog-single article.format-link .qodef-post-content .qodef-post-link-holder, .qodef-blog-holder.qodef-blog-single article.format-quote .qodef-post-content .qodef-post-link-holder {
position: relative;
display: table-cell;
height: 100%;
width: 100%;
vertical-align: middle;
vertical-align: top;
text-align: left
}
.qodef-blog-holder.qodef-blog-single article.format-link .qodef-post-content .qodef-post-author, .qodef-blog-holder.qodef-blog-single article.format-quote .qodef-post-content .qodef-post-author {
display: inline-block;
margin-bottom: 23px;
font-size: 13px;
line-height: 20px
}
.qodef-blog-holder.qodef-blog-single article.format-link .qodef-post-content-hover-overlay, .qodef-blog-holder.qodef-blog-single article.format-quote .qodef-post-content-hover-overlay {
-webkit-transition: opacity .3s ease-in-out;
-o-transition: opacity .3s ease-in-out;
transition: opacity .3s ease-in-out;
width: 100%;
height: 100%;
display: block;
position: absolute;
top: 0;
left: 0;
opacity: 0;
z-index: -1;
background-size: cover;
background-repeat: no-repeat
}
.qodef-blog-holder.qodef-blog-single article.format-quote .qodef-post-content .qodef-post-text:after {
z-index: -1
}
.qodef-blog-holder.qodef-blog-single article.format-link .qodef-post-content .qodef-post-title a {
-webkit-transition: color .3s ease-out;
-o-transition: color .3s ease-out;
transition: color .3s ease-out
}
.qodef-blog-holder.qodef-blog-single article.format-link .qodef-post-content .qodef-post-info-bottom {
padding-top: 71px
}
.qodef-blog-holder.qodef-blog-single article.format-link .qodef-post-content .qodef-post-info-bottom .qodef-post-info-author-text, .qodef-blog-holder.qodef-blog-single article.format-link .qodef-post-content .qodef-post-info-bottom a, .qodef-blog-holder.qodef-blog-single article.format-link .qodef-post-content .qodef-post-info-bottom div:after {
-webkit-transition: color .3s ease-out;
-o-transition: color .3s ease-out;
transition: color .3s ease-out
}
.qodef-blog-holder.qodef-blog-single article.format-link .qodef-post-content .qodef-post-text:after {
content: '\e02b';
font-size: 185px;
right: 40px;
top: 95px;
font-family: ElegantIcons;
-webkit-transform: rotateX(180deg);
transform: rotateX(180deg);
-webkit-transition: color .3s ease-in-out;
-o-transition: color .3s ease-in-out;
transition: color .3s ease-in-out
}
.qodef-blog-holder.qodef-blog-single .qodef-related-posts-holder .qodef-related-posts-title {
margin: 0 0 28px
}
.qodef-blog-holder.qodef-blog-single .qodef-related-posts-holder .qodef-related-posts-holder-inner {
padding: 31px 0 26px
}
.qodef-blog-holder.qodef-blog-single .qodef-related-posts-holder .qodef-related-posts-holder-inner .qodef-post-info-author-link:hover, .qodef-blog-holder.qodef-blog-single .qodef-related-posts-holder .qodef-related-posts-holder-inner .qodef-post-info-date a:hover {
color: #262626
}
.qodef-blog-holder.qodef-blog-single .qodef-related-posts-holder .qodef-related-posts-holder-inner .qodef-post-title a:hover {
color: #393939
}
div.qodef-blog-different-date-style .qodef-blog-holder.qodef-blog-single article:not(.format-link):not(.format-quote) .qodef-post-text > .qodef-post-info-date {
display: inline-block;
float: left;
top: 20px;
position: relative
}
div.qodef-blog-different-date-style .qodef-blog-holder.qodef-blog-single article:not(.format-link):not(.format-quote) .qodef-post-text > .qodef-post-info-date a {
font-weight: 900;
color: #ddd;
text-align: center
}
div.qodef-blog-different-date-style .qodef-blog-holder.qodef-blog-single article:not(.format-link):not(.format-quote) .qodef-post-text > .qodef-post-info-date a .qodef-post-info-date-date, div.qodef-blog-different-date-style .qodef-blog-holder.qodef-blog-single article:not(.format-link):not(.format-quote) .qodef-post-text > .qodef-post-info-date a .qodef-post-info-date-month {
display: block;
font-size: 57px;
line-height: .52em
}
div.qodef-blog-different-date-style .qodef-blog-holder.qodef-blog-single article:not(.format-link):not(.format-quote) .qodef-post-text > .qodef-post-info-date a .qodef-post-info-date-month {
font-size: 34px;
line-height: .88em;
margin-top: 7px
}
div.qodef-blog-different-date-style .qodef-blog-holder.qodef-blog-single article:not(.format-link):not(.format-quote) .qodef-post-text > .qodef-post-text-inner {
padding-left: 80px
}
.qodef-blog-list-holder {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
clear: both
}
.qodef-blog-list-holder .qodef-blog-list {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
list-style: none;
margin: 0;
padding: 0
}
.qodef-blog-list-holder .qodef-bl-item {
padding: 0;
margin: 0
}
.qodef-blog-list-holder .qodef-bli-inner {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle
}
.qodef-blog-list-holder .qodef-bli-content {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-blog-list-holder .qodef-post-image {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
margin: 0 0 30px
}
.qodef-blog-list-holder .qodef-post-image a {
display: block;
overflow: hidden
}
.qodef-blog-list-holder .qodef-post-image a:hover img {
-webkit-transform: scale(1.03, 1.03);
-ms-transform: scale(1.03, 1.03);
transform: scale(1.03, 1.03)
}
.qodef-blog-list-holder .qodef-post-image img {
display: block;
-webkit-transition: transform .5s ease-out;
-webkit-transition: -webkit-transform .5s ease-out;
transition: -webkit-transform .5s ease-out;
-o-transition: transform .5s ease-out;
transition: transform .5s ease-out;
transition: transform .5s ease-out, -webkit-transform .5s ease-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden
}
.qodef-blog-list-holder .qodef-bli-info {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
margin: 0 0 8px;
clear: both
}
.qodef-blog-list-holder .qodef-bli-info > div {
position: relative;
display: inline-block;
vertical-align: top;
font-size: 13px;
line-height: 1.2;
float: left;
padding: 0 20px 5px 0
}
.qodef-blog-list-holder .qodef-bli-info > div:last-child {
padding: 0 0 5px
}
.qodef-blog-list-holder .qodef-bli-info > div a {
position: relative;
z-index: 3;
color: #717171
}
.qodef-blog-list-holder .qodef-bli-info > div a:hover {
color: #ff2a0e
}
.qodef-blog-list-holder .qodef-post-title {
margin: 0
}
.qodef-blog-list-holder .qodef-post-excerpt {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
margin: 20px 0 0
}
.qodef-blog-list-holder .qodef-post-excerpt p {
margin: 0
}
.qodef-blog-list-holder .qodef-post-excerpt:after {
content: '...'
}
.qodef-blog-list-holder .qodef-post-read-more-button {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
margin: 12px 0 0
}
.qodef-blog-list-holder .qodef-bli-link-over {
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 2
}
.qodef-blog-list-holder.qodef-bl-boxed .qodef-bli-content {
padding: 40px 30px;
background-color: #f6f6f6
}
.qodef-blog-list-holder.qodef-bl-boxed .qodef-post-image {
margin: 0
}
.qodef-blog-list-holder.qodef-bl-hover .qodef-outer-space {
margin: 0
}
.qodef-blog-list-holder.qodef-bl-hover .qodef-outer-space .qodef-blog-list .qodef-bl-item.qodef-item-space {
margin: 0;
padding: 0
}
.qodef-blog-list-holder.qodef-bl-hover .qodef-outer-space .qodef-blog-list .qodef-bl-item.qodef-item-space .qodef-bli-inner {
border-right: 1px solid #e1e1e1;
border-bottom: 1px solid #e1e1e1;
padding: 29px 38px 9px;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-blog-list-holder.qodef-bl-hover .qodef-outer-space .qodef-blog-list .qodef-bl-item.qodef-item-space .qodef-bli-inner .qodef-post-title {
position: relative;
line-height: 28px;
z-index: 1
}
.qodef-blog-list-holder.qodef-bl-hover .qodef-outer-space .qodef-blog-list .qodef-bl-item.qodef-item-space .qodef-bli-inner .qodef-bli-content {
z-index: 1
}
.qodef-blog-list-holder.qodef-bl-hover .qodef-outer-space .qodef-blog-list .qodef-bl-item.qodef-item-space .qodef-bli-inner .qodef-bli-content .qodef-bli-info {
margin: 20px 0 0
}
.qodef-blog-list-holder.qodef-bl-hover .qodef-outer-space .qodef-blog-list .qodef-bl-item.qodef-item-space .qodef-bli-inner .qodef-bli-content .qodef-bli-info .qodef-bli-info-bottom, .qodef-blog-list-holder.qodef-bl-hover .qodef-outer-space .qodef-blog-list .qodef-bl-item.qodef-item-space .qodef-bli-inner .qodef-bli-content .qodef-bli-info .qodef-bli-info-top {
width: 100%;
margin: 0 0 20px;
padding: 0
}
.qodef-blog-list-holder.qodef-bl-hover .qodef-outer-space .qodef-blog-list .qodef-bl-item.qodef-item-space .qodef-bli-inner .qodef-bli-content .qodef-bli-info .qodef-bli-info-bottom > div, .qodef-blog-list-holder.qodef-bl-hover .qodef-outer-space .qodef-blog-list .qodef-bl-item.qodef-item-space .qodef-bli-inner .qodef-bli-content .qodef-bli-info .qodef-bli-info-top > div {
padding: 5px 0
}
.qodef-blog-list-holder.qodef-bl-hover .qodef-outer-space .qodef-blog-list .qodef-bl-item.qodef-item-space .qodef-bli-inner .qodef-bli-content .qodef-bli-info .qodef-bli-info-bottom {
margin: 173px 0 20px
}
.qodef-blog-list-holder.qodef-bl-hover .qodef-outer-space .qodef-blog-list .qodef-bl-item.qodef-item-space .qodef-bli-inner .qodef-bli-content .qodef-bli-info .qodef-bli-info-bottom > div {
display: inline-block;
margin: 0
}
.qodef-blog-list-holder.qodef-bl-hover .qodef-outer-space .qodef-blog-list .qodef-bl-item.qodef-item-space .qodef-bli-inner .qodef-bli-content .qodef-bli-info .qodef-bli-info-bottom span.qodef-bli-info-separator {
display: inline-block;
vertical-align: middle;
margin: 0 15px;
width: 20px;
height: 1px;
background-color: #717171;
-webkit-transition: opacity .3s ease-out;
-o-transition: opacity .3s ease-out;
transition: opacity .3s ease-out
}
@media only screen and (min-width:1366px) and (max-width:1440px) {
.qodef-blog-list-holder.qodef-bl-hover .qodef-outer-space .qodef-blog-list .qodef-bl-item.qodef-item-space .qodef-bli-inner .qodef-bli-content .qodef-bli-info .qodef-bli-info-bottom {
margin: 80px 0 20px
}
}
@media only screen and (min-width:768px) and (max-width:1366px) {
.qodef-blog-list-holder.qodef-bl-hover .qodef-outer-space .qodef-blog-list .qodef-bl-item.qodef-item-space .qodef-bli-inner .qodef-bli-content .qodef-bli-info .qodef-bli-info-bottom {
margin: 130px 0 20px
}
}
@media only screen and (min-width:480px) and (max-width:768px) {
.qodef-blog-list-holder.qodef-bl-hover .qodef-outer-space .qodef-blog-list .qodef-bl-item.qodef-item-space .qodef-bli-inner .qodef-bli-content .qodef-bli-info .qodef-bli-info-bottom {
margin: 170px 0 20px
}
}
.qodef-blog-list-holder.qodef-bl-hover .qodef-outer-space .qodef-blog-list .qodef-bl-item.qodef-item-space .qodef-bli-inner .qodef-bli-content .qodef-bli-info .qodef-bli-info-top {
-webkit-transition: opacity .3s ease-out;
-o-transition: opacity .3s ease-out;
transition: opacity .3s ease-out
}
.qodef-blog-list-holder.qodef-bl-hover .qodef-outer-space .qodef-blog-list .qodef-bl-item.qodef-item-space .qodef-bli-inner .qodef-post-image {
margin: 0
}
@media only screen and (max-width:1366px) {
.qodef-blog-list-holder.qodef-bl-hover .qodef-outer-space .qodef-blog-list .qodef-bl-item.qodef-item-space .qodef-bli-inner {
padding: 21px 28px 1px
}
}
.qodef-blog-list-holder.qodef-bl-hover .qodef-outer-space .qodef-blog-list .qodef-bl-item.qodef-item-space .qodef-bli-inner-hover-overlay {
background-size: cover;
opacity: 0;
width: 100%;
display: block;
position: absolute;
top: 0;
left: 0;
height: 100%;
z-index: 0;
-webkit-transition: opacity .3s ease-out;
-o-transition: opacity .3s ease-out;
transition: opacity .3s ease-out
}
.qodef-blog-list-holder.qodef-bl-hover .qodef-outer-space .qodef-blog-list .qodef-bl-item.qodef-item-space .qodef-bli-inner-hover-overlay .qodef-bli-inner-hover-color-overlay {
display: block;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, .15)
}
.qodef-blog-list-holder.qodef-bl-hover .qodef-outer-space .qodef-blog-list .qodef-bl-item.qodef-info-image-enabled:hover .qodef-bli-inner .qodef-bli-content .qodef-bli-info .qodef-bli-info-top span {
color: #fff;
-webkit-transition: opacity .3s ease-in;
-o-transition: opacity .3s ease-in;
transition: opacity .3s ease-in
}
.qodef-blog-list-holder.qodef-bl-hover .qodef-outer-space .qodef-blog-list .qodef-bl-item.qodef-info-image-enabled:hover .qodef-bli-inner .qodef-bli-content .qodef-bli-info .qodef-bli-info-bottom span.qodef-bli-info-separator {
background-color: #fff;
-webkit-transition: opacity .3s ease-in;
-o-transition: opacity .3s ease-in;
transition: opacity .3s ease-in
}
.qodef-blog-list-holder.qodef-bl-hover .qodef-outer-space .qodef-blog-list .qodef-bl-item.qodef-info-image-enabled:hover a {
color: #fff;
-webkit-transition: opacity .3s ease-in;
-o-transition: opacity .3s ease-in;
transition: opacity .3s ease-in
}
.qodef-blog-list-holder.qodef-bl-hover .qodef-outer-space .qodef-blog-list .qodef-bl-item.qodef-info-image-enabled:hover a:hover {
opacity: .65
}
.qodef-blog-list-holder.qodef-bl-hover .qodef-outer-space .qodef-blog-list .qodef-bl-item.qodef-info-image-enabled:hover .qodef-bli-inner-hover-overlay {
opacity: 1;
-webkit-transition: opacity .3s ease-in;
-o-transition: opacity .3s ease-in;
transition: opacity .3s ease-in
}
.qodef-blog-list-holder.qodef-bl-hover .qodef-outer-space .qodef-blog-list .qodef-bl-item.format-link:after, .qodef-blog-list-holder.qodef-bl-hover .qodef-outer-space .qodef-blog-list .qodef-bl-item.format-quote:after {
content: '”';
color: rgba(0, 0, 0, .08);
position: absolute;
right: -50px;
bottom: -128px;
font-size: 623px;
font-family: Yantramanav, sans-serif;
font-weight: 700;
line-height: .1em;
z-index: -1
}
.qodef-blog-list-holder.qodef-bl-hover .qodef-outer-space .qodef-blog-list .qodef-bl-item.format-link:after {
content: '\e02b';
font-size: 199px;
right: -22px;
bottom: 92px;
font-family: ElegantIcons;
-webkit-transform: rotateX(180deg);
transform: rotateX(180deg)
}
.qodef-blog-list-holder.qodef-bl-masonry {
-webkit-transition: none !important;
-o-transition: none !important;
transition: none !important;
overflow: visible !important
}
.qodef-blog-list-holder.qodef-bl-masonry .qodef-bl-item {
z-index: 100
}
.qodef-blog-list-holder.qodef-bl-masonry .qodef-post-image {
margin: 0 0 28px
}
.qodef-blog-list-holder.qodef-bl-masonry .qodef-bli-info div {
font-size: 15px;
padding: 0 6px 1px
}
.qodef-blog-list-holder.qodef-bl-masonry .qodef-bli-info div:after {
content: '/';
position: absolute;
top: 0;
right: -2px
}
.qodef-blog-list-holder.qodef-bl-masonry .qodef-bli-info div:first-child {
padding: 0 7px 1px 0
}
.qodef-blog-list-holder.qodef-bl-masonry .qodef-bli-info div:last-child:after {
display: none
}
.qodef-blog-list-holder.qodef-bl-masonry .qodef-bli-info div a:hover {
color: #000
}
.qodef-blog-list-holder.qodef-bl-minimal .qodef-post-info-date {
display: block;
margin: 0 0 12px;
line-height: 1
}
.qodef-blog-list-holder.qodef-bl-minimal .qodef-post-info-date a {
font-size: 13px;
color: #717171
}
.qodef-blog-list-holder.qodef-bl-minimal .qodef-post-info-date a:hover {
color: #000
}
.qodef-blog-list-holder.qodef-bl-simple .qodef-post-image {
display: table-cell;
vertical-align: top;
width: 105px
}
.qodef-blog-list-holder.qodef-bl-simple .qodef-bli-content {
display: table-cell;
vertical-align: top;
width: auto;
padding-left: 25px
}
.qodef-blog-list-holder.qodef-bl-simple .qodef-bli-content .qodef-post-info-date {
display: block;
margin: 7px 0 0;
line-height: 1
}
.qodef-blog-list-holder.qodef-bl-simple .qodef-bli-content .qodef-post-info-date a {
font-size: 13px;
color: #717171
}
.qodef-blog-list-holder.qodef-bl-simple .qodef-bli-content .qodef-post-info-date a:hover {
color: #000
}
.qodef-bl-loading {
position: relative;
display: none;
width: 100%;
margin: 40px 0 20px;
text-align: center
}
.qodef-bl-loading.qodef-showing {
display: block
}
.qodef-bl-loading > div {
position: relative;
display: inline-block;
vertical-align: middle;
width: 14px;
height: 14px;
margin: 0 3px;
background-color: #000;
border-radius: 100%;
-webkit-animation: bl-bouncedelay 1.4s infinite ease-in-out both;
animation: bl-bouncedelay 1.4s infinite ease-in-out both
}
.qodef-bl-loading .qodef-bl-loading-bounce1 {
-webkit-animation-delay: -.32s;
animation-delay: -.32s
}
.qodef-bl-loading .qodef-bl-loading-bounce2 {
-webkit-animation-delay: -.16s;
animation-delay: -.16s
}
@-webkit-keyframes bl-bouncedelay {
0%, 100%, 80% {
-webkit-transform: scale(0)
}
40% {
-webkit-transform: scale(1)
}
}
@keyframes bl-bouncedelay {
0%, 100%, 80% {
-webkit-transform: scale(0);
transform: scale(0)
}
40% {
-webkit-transform: scale(1);
transform: scale(1)
}
}
.qodef-blog-slider-holder.qodef-bs-slider .qodef-blog-slider-item {
text-align: center
}
.touch .qodef-blog-slider-holder.qodef-bs-slider .qodef-blog-slider-item {
cursor: pointer
}
.qodef-blog-slider-holder.qodef-bs-slider .qodef-blog-slider-item:hover .qodef-item-text-wrapper {
opacity: 1
}
.qodef-blog-slider-holder.qodef-bs-slider .qodef-post-title {
color: #fff
}
.qodef-blog-slider-holder.qodef-bs-slider .qodef-post-title a:hover {
color: rgba(255, 255, 255, .8)
}
.qodef-blog-slider-holder.qodef-bs-slider .qodef-post-read-more-button a {
color: #fff
}
.qodef-blog-slider-holder.qodef-bs-slider .qodef-post-read-more-button a:hover {
color: rgba(255, 255, 255, .8) !important
}
.qodef-blog-slider-holder.qodef-bs-carousel .qodef-item-image a:hover:after {
opacity: 1
}
.qodef-blog-slider-holder.qodef-bs-carousel .qodef-item-image a:after {
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
content: '';
background-color: rgba(0, 0, 0, .4);
opacity: 0;
-webkit-transition: opacity .2s ease-in-out;
-o-transition: opacity .2s ease-in-out;
transition: opacity .2s ease-in-out
}
.qodef-blog-slider-holder.qodef-bs-carousel .qodef-post-title {
margin: 29px 0 0
}
.qodef-blog-slider-holder.qodef-bs-carousel .qodef-post-read-more-button {
margin: 15px 0 0
}
.qodef-blog-slider-holder.qodef-bs-carousel-centered .active.center .qodef-item-text-wrapper {
opacity: 1
}
.qodef-blog-slider-holder.qodef-bs-carousel-centered .qodef-blog-slider-item {
text-align: center
}
.qodef-blog-slider-holder.qodef-bs-carousel-centered .qodef-post-title {
color: #fff
}
.qodef-blog-slider-holder.qodef-bs-carousel-centered .qodef-post-title a:hover {
color: rgba(255, 255, 255, .8)
}
.qodef-blog-slider-holder.qodef-bs-carousel-centered .qodef-post-read-more-button a {
color: #fff
}
.qodef-blog-slider-holder.qodef-bs-carousel-centered .qodef-post-read-more-button a:hover {
color: rgba(255, 255, 255, .8) !important
}
.qodef-blog-slider-holder .qodef-blog-slider-item {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
list-style-type: none
}
.qodef-blog-slider-holder .qodef-item-image {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle
}
.qodef-blog-slider-holder .qodef-item-text-wrapper {
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: rgba(255, 42, 14, .85);
opacity: 0;
-webkit-transition: opacity .45s ease-out;
-o-transition: opacity .45s ease-out;
transition: opacity .45s ease-out
}
.qodef-blog-slider-holder .qodef-item-text-holder {
position: relative;
display: table;
table-layout: fixed;
height: 100%;
width: 100%
}
.qodef-blog-slider-holder .qodef-item-text-holder-inner {
position: relative;
display: table-cell;
height: 100%;
width: 100%;
vertical-align: middle;
padding: 0 5%
}
.qodef-blog-slider-holder .qodef-item-info-section {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
margin-bottom: 2px
}
.qodef-blog-slider-holder .qodef-item-info-section > div {
position: relative;
display: inline-block;
vertical-align: top;
padding-right: 10px;
margin-right: 3px;
color: #fff;
font-size: 12px;
line-height: 24px
}
.qodef-blog-slider-holder .qodef-item-info-section > div a {
color: inherit;
font-family: inherit;
font-size: inherit;
font-weight: inherit;
font-style: inherit;
line-height: inherit;
letter-spacing: inherit;
text-transform: inherit
}
.qodef-blog-slider-holder .qodef-item-info-section > div a:hover {
color: rgba(255, 255, 255, .8)
}
.qodef-blog-slider-holder .qodef-item-info-section > div:after {
content: "/";
position: absolute;
top: 0;
right: 2px
}
.qodef-blog-slider-holder .qodef-item-info-section > div:last-child {
padding-right: 0;
margin-right: 0
}
.qodef-blog-slider-holder .qodef-item-info-section > div:last-child:after {
content: ''
}
.qodef-blog-slider-holder .qodef-post-title {
margin: 0
}
.qodef-blog-slider-holder .qodef-bli-excerpt {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
margin: 12px 0 0
}
.qodef-blog-slider-holder .qodef-bli-excerpt p {
margin: 0
}
.qodef-blog-slider-holder .qodef-post-read-more-button {
margin: 5px 0 0
}
.qodef-content-bottom .qodef-content-bottom-inner {
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-content-bottom .qodef-content-bottom-inner.qodef-grid {
padding: 20px 0
}
.qodef-content-bottom .qodef-content-bottom-inner.qodef-full-width {
padding: 20px 40px
}
.qodef-page-footer {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
z-index: 100;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.no-touch body:not(.error404) .qodef-page-footer.qodef-footer-uncover {
position: fixed;
bottom: 0;
left: 0;
z-index: 99;
-webkit-transition: left .33s cubic-bezier(.694, .0482, .335, 1);
-o-transition: left .33s cubic-bezier(.694, .0482, .335, 1);
transition: left .33s cubic-bezier(.694, .0482, .335, 1)
}
.qodef-right-side-menu-opened .qodef-page-footer.qodef-footer-uncover {
left: -270px
}
.qodef-page-footer .qodef-footer-top-holder {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
background-color: #000;
border-top: 0 solid #e1e1e1;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-page-footer .qodef-footer-top-holder .qodef-footer-top-bg-text {
display: block;
position: absolute;
font-size: 293px;
line-height: .58em;
font-weight: 700;
color: #0d0d0d;
bottom: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
width: 100%;
text-align: center
}
.qodef-page-footer .qodef-footer-top-holder .qodef-footer-top-alignment-center {
text-align: center
}
.qodef-page-footer .qodef-footer-top-holder .qodef-footer-top-alignment-left {
text-align: left
}
.qodef-page-footer .qodef-footer-top-holder .qodef-footer-top-alignment-right {
text-align: right
}
.qodef-page-footer .qodef-footer-top-holder .qodef-footer-top-inner {
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-page-footer .qodef-footer-top-holder .qodef-footer-top-inner.qodef-grid {
padding: 76px 0
}
.qodef-page-footer .qodef-footer-top-holder .qodef-footer-top-inner.qodef-full-width {
padding: 55px 85px 0 85px !important;
}
.qodef-page-footer .qodef-footer-bottom-holder {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
background-color: #0d0d0d;
border-top: 0 solid #e1e1e1;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-page-footer .qodef-footer-bottom-holder .qodef-footer-bottom-inner {
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-page-footer .qodef-footer-bottom-holder .qodef-footer-bottom-inner.qodef-grid {
padding: 19px 0
}
.qodef-page-footer .qodef-footer-bottom-holder .qodef-footer-bottom-inner.qodef-full-width {
padding: 29px 85px
}
p.has-background {
padding: 20px 30px
}
.wp-block-audio {
width: 100%
}
.wp-block-audio audio {
width: auto
}
.wp-block-audio.alignleft audio, .wp-block-audio.alignright audio {
max-width: 50%
}
.wp-block-audio.aligncenter audio {
display: block;
margin: 0 auto
}
.wp-block-video video {
width: 100%
}
.wp-block-button .wp-block-button__link {
position: relative;
display: inline-block;
vertical-align: middle;
width: auto;
margin: 0;
font-family: inherit;
font-size: 16px;
line-height: 2em;
letter-spacing: 0;
font-weight: 700;
text-transform: capitalize;
outline: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
-webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
-o-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
padding: 10px 51px;
color: #fff;
background-color: #000;
border: 1px solid transparent;
cursor: pointer
}
.wp-block-button .wp-block-button__link:hover {
color: #000;
background-color: transparent;
border-color: #ccc
}
.wp-block-button.is-style-outline .wp-block-button__link {
color: #000;
background-color: transparent;
border: 1px solid #ccc
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
color: #fff;
background-color: #262626;
border-color: #262626
}
.wp-block-archives, .wp-block-categories, .wp-block-latest-posts {
margin: 0;
padding-left: 0
}
.wp-block-archives ul, .wp-block-categories ul, .wp-block-latest-posts ul {
padding-left: 0 !important
}
.wp-block-archives li, .wp-block-categories li, .wp-block-latest-posts li {
margin-bottom: 6px;
list-style-type: none
}
.wp-block-archives li a, .wp-block-categories li a, .wp-block-latest-posts li a {
color: #000;
text-decoration: none
}
.wp-block-archives li a:hover, .wp-block-categories li a:hover, .wp-block-latest-posts li a:hover {
color: #ff2a0e
}
.wp-block-archives.aligncenter, .wp-block-categories.aligncenter, .wp-block-latest-posts.aligncenter {
text-align: center
}
.wp-block-categories li ul {
margin: 4px 0 0;
padding: 0 0 0 10px;
list-style-type: none
}
.wp-block-categories li ul li:last-child {
padding: 4px 0 0
}
.wp-block-latest-posts.is-grid li {
margin: 0 16px 16px 0
}
.wp-block-preformatted {
padding: 15px;
white-space: pre-wrap;
word-wrap: break-word
}
.wp-block-verse {
font-family: inherit;
font-size: 22px;
line-height: 1.8
}
.has-drop-cap:not(:focus):first-letter {
font-family: inherit;
font-size: 3.375em;
line-height: 1;
font-weight: 700;
margin: 0 .25em 0 0
}
blockquote.wp-block-pullquote {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
margin: 10px 0;
padding: 0;
font-size: 18px;
font-weight: 500 !important;
line-height: 27px;
quotes: none;
-webkit-box-sizing: border-box;
box-sizing: border-box;
min-height: 110px;
border: none !important;
color: #000 !important;
text-align: left !important;
position: relative;
display: inline-block;
vertical-align: middle;
width: auto
}
blockquote.wp-block-pullquote > * {
color: inherit;
font-family: inherit;
font-size: inherit;
font-weight: inherit;
font-style: inherit;
line-height: inherit;
letter-spacing: inherit;
text-transform: inherit;
font-size: 18px !important;
font-weight: 500 !important;
color: #000 !important;
line-height: 27px !important
}
blockquote.wp-block-pullquote > p {
margin: 30px 100px 0 90px !important
}
blockquote.wp-block-pullquote p {
color: #000 !important;
margin: 30px 100px 0 90px !important
}
blockquote.wp-block-pullquote:before {
content: '”';
position: absolute;
font-size: 450px;
font-weight: 700;
height: 200px;
width: 200px;
display: block;
line-height: 1em;
left: -35px;
top: -30px;
color: rgba(0, 0, 0, .08)
}
blockquote.wp-block-pullquote:after {
content: ''
}
blockquote.wp-block-pullquote .wp-block-pullquote__citation, blockquote.wp-block-pullquote .wp-block-quote__citation, blockquote.wp-block-pullquote cite, blockquote.wp-block-pullquote footer {
display: block !important;
margin-top: 10px !important;
text-align: inherit !important;
font-size: 14px !important;
line-height: 1.3em !important;
letter-spacing: 0 !important;
font-style: normal !important;
font-weight: 400 !important;
text-transform: none !important;
margin-left: 90px !important
}
blockquote.wp-block-pullquote.aligncenter, blockquote.wp-block-pullquote:not(.alignleft):not(.alignright) {
width: auto;
text-align: center !important
}
blockquote.wp-block-pullquote.aligncenter p, blockquote.wp-block-pullquote:not(.alignleft):not(.alignright) p {
margin: 30px 90px 0 90px !important
}
blockquote.wp-block-pullquote.aligncenter .wp-block-pullquote__citation, blockquote.wp-block-pullquote.aligncenter .wp-block-quote__citation, blockquote.wp-block-pullquote.aligncenter cite, blockquote.wp-block-pullquote.aligncenter footer, blockquote.wp-block-pullquote:not(.alignleft):not(.alignright) .wp-block-pullquote__citation, blockquote.wp-block-pullquote:not(.alignleft):not(.alignright) .wp-block-quote__citation, blockquote.wp-block-pullquote:not(.alignleft):not(.alignright) cite, blockquote.wp-block-pullquote:not(.alignleft):not(.alignright) footer {
margin-left: 30px !important;
margin-right: 30px !important
}
blockquote.wp-block-pullquote.alignleft {
text-align: left !important;
max-width: 100%
}
blockquote.wp-block-pullquote.alignleft p {
margin: 30px 100px 0 90px !important
}
blockquote.wp-block-pullquote.alignleft .wp-block-pullquote__citation, blockquote.wp-block-pullquote.alignleft .wp-block-quote__citation, blockquote.wp-block-pullquote.alignleft cite, blockquote.wp-block-pullquote.alignleft footer {
margin-left: 90px !important;
margin-right: 0 !important
}
blockquote.wp-block-pullquote.alignright {
text-align: right !important;
max-width: 100%
}
blockquote.wp-block-pullquote.alignright p {
margin: 30px 90px 0 100px !important
}
blockquote.wp-block-pullquote.alignright .wp-block-pullquote__citation, blockquote.wp-block-pullquote.alignright .wp-block-quote__citation, blockquote.wp-block-pullquote.alignright cite, blockquote.wp-block-pullquote.alignright footer {
margin-left: 0 !important;
margin-right: 90px !important
}
blockquote.wp-block-pullquote p {
color: inherit !important;
font-family: inherit !important;
font-size: inherit !important;
font-weight: inherit !important;
font-style: inherit !important;
line-height: inherit !important;
letter-spacing: inherit !important;
text-transform: inherit !important;
margin: 0
}
.wp-block-pullquote {
margin: 0
}
.wp-block-pullquote blockquote {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
margin: 10px 0;
padding: 0;
font-size: 18px;
font-weight: 500 !important;
line-height: 27px;
quotes: none;
-webkit-box-sizing: border-box;
box-sizing: border-box;
min-height: 110px;
border: none !important;
color: #000 !important;
text-align: left !important;
width: auto;
text-align: center
}
.wp-block-pullquote blockquote > * {
color: inherit;
font-family: inherit;
font-size: inherit;
font-weight: inherit;
font-style: inherit;
line-height: inherit;
letter-spacing: inherit;
text-transform: inherit;
font-size: 18px !important;
font-weight: 500 !important;
color: #000 !important;
line-height: 27px !important
}
.wp-block-pullquote blockquote > p {
margin: 30px 100px 0 90px !important
}
.wp-block-pullquote blockquote p {
color: #000 !important;
margin: 30px 100px 0 90px !important
}
.wp-block-pullquote blockquote:before {
content: '”';
position: absolute;
font-size: 450px;
font-weight: 700;
height: 200px;
width: 200px;
display: block;
line-height: 1em;
left: -35px;
top: -30px;
color: rgba(0, 0, 0, .08)
}
.wp-block-pullquote blockquote:after {
content: ''
}
.wp-block-pullquote blockquote .wp-block-pullquote__citation, .wp-block-pullquote blockquote .wp-block-quote__citation, .wp-block-pullquote blockquote cite, .wp-block-pullquote blockquote footer {
display: block !important;
margin-top: 10px !important;
text-align: inherit !important;
font-size: 14px !important;
line-height: 1.3em !important;
letter-spacing: 0 !important;
font-style: normal !important;
font-weight: 400 !important;
text-transform: none !important;
margin-left: 90px !important
}
.wp-block-pullquote p {
color: inherit !important;
font-family: inherit !important;
font-size: inherit !important;
font-weight: inherit !important;
font-style: inherit !important;
line-height: inherit !important;
letter-spacing: inherit !important;
text-transform: inherit !important
}
.wp-block-quote {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
margin: 10px 0;
padding: 0;
font-size: 18px;
font-weight: 500 !important;
line-height: 27px;
quotes: none;
-webkit-box-sizing: border-box;
box-sizing: border-box;
min-height: 110px;
border: none !important;
color: #000 !important;
text-align: left !important
}
.wp-block-quote > * {
color: inherit;
font-family: inherit;
font-size: inherit;
font-weight: inherit;
font-style: inherit;
line-height: inherit;
letter-spacing: inherit;
text-transform: inherit;
font-size: 18px !important;
font-weight: 500 !important;
color: #000 !important;
line-height: 27px !important
}
.wp-block-quote > p {
margin: 30px 100px 0 90px !important
}
.wp-block-quote p {
color: #000 !important;
margin: 30px 100px 0 90px !important
}
.wp-block-quote:before {
content: '”';
position: absolute;
font-size: 450px;
font-weight: 700;
height: 200px;
width: 200px;
display: block;
line-height: 1em;
left: -35px;
top: -30px;
color: rgba(0, 0, 0, .08)
}
.wp-block-quote:after {
content: ''
}
.wp-block-quote .wp-block-pullquote__citation, .wp-block-quote .wp-block-quote__citation, .wp-block-quote cite, .wp-block-quote footer {
display: block !important;
margin-top: 10px !important;
text-align: inherit !important;
font-size: 14px !important;
line-height: 1.3em !important;
letter-spacing: 0 !important;
font-style: normal !important;
font-weight: 400 !important;
text-transform: none !important;
margin-left: 90px !important
}
.wp-block-quote > p {
color: inherit !important;
font-family: inherit !important;
font-size: inherit !important;
font-weight: inherit !important;
font-style: inherit !important;
line-height: inherit !important;
letter-spacing: inherit !important;
text-transform: inherit !important;
margin: 0
}
.wp-block-quote > * {
color: inherit;
font-family: inherit;
font-size: inherit;
font-weight: inherit;
font-style: inherit;
line-height: inherit;
letter-spacing: inherit;
text-transform: inherit;
margin: 0
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
margin: 1rem 0;
font-size: 1.6875em !important;
line-height: 1.6em !important
}
.wp-block-image img {
display: block
}
.wp-block-image.aligncenter, .wp-block-image.alignleft, .wp-block-image.alignright {
max-width: 100%
}
.wp-block-image.alignfull {
left: auto;
max-width: 100%
}
.wp-block-image.alignfull img {
width: 100vw
}
.wp-block-cover, .wp-block-cover-image {
position: relative;
min-height: 430px;
padding: 1rem;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
@media only screen and (min-width:768px) {
.wp-block-cover, .wp-block-cover-image {
padding: 1rem 10%
}
}
.wp-block-cover .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, .wp-block-cover h2, .wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover-image .wp-block-cover-text, .wp-block-cover-image h2 {
font-size: 35px;
line-height: 1.142em;
font-weight: 500;
font-size: 28px !important;
margin-bottom: 0
}
.wp-block-cover-image.aligncenter .wp-block-cover-image-text, .wp-block-cover-image.aligncenter .wp-block-cover-text, .wp-block-cover-image.aligncenter h2, .wp-block-cover.aligncenter .wp-block-cover-image-text, .wp-block-cover.aligncenter .wp-block-cover-text, .wp-block-cover.aligncenter h2 {
width: 100%;
z-index: 1;
left: 50%;
position: absolute;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
top: 50%
}
.wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.alignleft, .wp-block-cover.alignright {
width: 100%
}
.wp-block-cover-image.alignfull .wp-block-cover-image-text, .wp-block-cover-image.alignfull .wp-block-cover-text, .wp-block-cover-image.alignfull h2, .wp-block-cover.alignfull .wp-block-cover-image-text, .wp-block-cover.alignfull .wp-block-cover-text, .wp-block-cover.alignfull h2 {
max-width: calc(8 * (100vw / 12) - 28px)
}
.wp-block-gallery {
list-style-type: none;
padding-left: 0
}
.wp-block-gallery .blocks-gallery-image:last-child, .wp-block-gallery .blocks-gallery-item:last-child {
margin-bottom: 16px
}
.wp-block-audio figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption, .wp-block-image figcaption, .wp-block-video figcaption {
font-size: .71111em;
font-family: inherit;
line-height: 1.6;
margin: 0;
padding: .5rem;
text-align: center
}
.wp-block-separator, hr {
background-color: #767676;
border: 0;
height: 2px;
margin-bottom: 2rem;
margin-top: 2rem;
max-width: 100px;
text-align: left
}
.wp-block-separator.is-style-wide, hr.is-style-wide {
max-width: 100%
}
.wp-block-separator.is-style-dots, hr.is-style-dots {
max-width: 100%;
background-color: inherit;
border: inherit;
height: inherit;
text-align: center
}
.wp-block-separator.is-style-dots:before, hr.is-style-dots:before {
color: #767676;
font-size: 1.6875em;
letter-spacing: .88889em;
padding-left: .88889em
}
.wp-block-separator + h1:before, .wp-block-separator + h2:before, hr + h1:before, hr + h2:before {
display: none
}
.wp-block-embed-twitter {
overflow: hidden
}
.wp-block-embed {
margin: 0
}
.wp-block-table td, .wp-block-table th {
border-color: #e1e1e1
}
.wp-block-file {
font-family: inherit
}
.wp-block-file .wp-block-file__button {
position: relative;
display: inline-block;
vertical-align: middle;
width: auto;
margin: 0;
font-family: inherit;
font-size: 16px;
line-height: 2em;
letter-spacing: 0;
font-weight: 700;
text-transform: capitalize;
outline: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
-webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
-o-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
padding: 7px 40px;
color: #fff;
background-color: #000;
border: 1px solid transparent;
cursor: pointer
}
.wp-block-file .wp-block-file__button:hover {
color: #000;
background-color: transparent;
border-color: #ccc
}
.wp-block-code {
border-radius: 0
}
.wp-block-code code {
font-size: 1.125em;
white-space: pre-wrap;
word-break: break-word
}
@media only screen and (min-width:768px) {
.wp-block-columns .wp-block-column > :first-child {
margin-top: 0
}
.wp-block-columns .wp-block-column > :last-child {
margin-bottom: 0
}
.wp-block-columns[class*=has-] > * {
margin-right: 1rem
}
.wp-block-columns[class*=has-] > :last-child {
margin-right: 0
}
}
.wp-block-latest-comments .wp-block-latest-comments__comment-meta {
font-weight: 700
}
.wp-block-latest-comments .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date {
font-weight: 400
}
.wp-block-latest-comments .wp-block-latest-comments__comment, .wp-block-latest-comments .wp-block-latest-comments__comment-date, .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
font-size: inherit
}
.has-primary-background-color {
background-color: #ff2a0e
}
.has-primary-background-color a, .has-primary-background-color h1, .has-primary-background-color h2, .has-primary-background-color h3, .has-primary-background-color h4, .has-primary-background-color h5, .has-primary-background-color h6, .has-primary-background-color p {
color: #fff
}
.qodef-page-header {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
margin: 0;
padding: 0;
z-index: 110;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-page-header a img {
display: block
}
.qodef-page-header p {
margin: 0
}
.qodef-page-header .qodef-vertical-align-containers {
padding: 0 40px
}
.qodef-paspartu-enabled .qodef-page-header .qodef-vertical-align-containers {
padding: 0
}
.qodef-page-header .qodef-grid {
height: 100%
}
.qodef-page-header .qodef-grid .qodef-vertical-align-containers {
padding: 0;
-webkit-transition: background-color .3s ease;
-o-transition: background-color .3s ease;
transition: background-color .3s ease
}
.qodef-page-header .qodef-logo-area {
position: relative;
height: 77px;
overflow: hidden;
background-color: #fff
}
.qodef-page-header .qodef-logo-area .qodef-logo-wrapper a {
max-height: 77px
}
.qodef-page-header .qodef-menu-area {
position: relative;
height: 77px;
background-color: #fff;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-boxed .qodef-page-header .qodef-menu-area {
padding: 0
}
.qodef-page-header .qodef-menu-area .qodef-logo-wrapper a {
max-height: 77px
}
.qodef-page-header .qodef-menu-area .widget {
display: inline-block;
vertical-align: middle;
margin: 0
}
.qodef-logo-area-border-disable .qodef-page-header .qodef-logo-area {
border: none
}
.qodef-logo-area-in-grid-border-disable .qodef-page-header .qodef-logo-area .qodef-grid .qodef-vertical-align-containers {
border: none
}
.qodef-header-logo-area-in-grid-padding .qodef-page-header .qodef-logo-area .qodef-vertical-align-containers {
padding: 0 25px
}
.qodef-menu-area-shadow-disable .qodef-page-header .qodef-menu-area {
-webkit-box-shadow: none;
box-shadow: none
}
.qodef-menu-area-shadow-disable .qodef-page-header .qodef-menu-area .qodef-grid .qodef-vertical-align-containers {
-webkit-box-shadow: none;
box-shadow: none
}
.qodef-menu-area-border-disable .qodef-page-header .qodef-menu-area {
border: none
}
.qodef-menu-area-in-grid-border-disable .qodef-page-header .qodef-menu-area .qodef-grid .qodef-vertical-align-containers {
border: none
}
.qodef-header-logo-area-in-grid-padding .qodef-page-header .qodef-menu-area .qodef-vertical-align-containers {
padding: 0 25px
}
.qodef-light-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-logo-wrapper .qodef-light-logo {
opacity: 1
}
.qodef-light-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-logo-wrapper .qodef-dark-logo, .qodef-light-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-logo-wrapper .qodef-normal-logo {
opacity: 0
}
.qodef-light-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-menu-area {
color: #fff !important
}
.qodef-light-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-menu-area .widget {
color: #fff !important
}
.qodef-light-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-menu-area .widget .widgettitle, .qodef-light-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-menu-area .widget a, .qodef-light-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-menu-area .widget i, .qodef-light-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-menu-area .widget p, .qodef-light-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-menu-area .widget span {
color: #fff !important
}
.qodef-light-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-menu-area .widget a:hover {
color: #000 !important
}
.qodef-light-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header).qodef-menu-area {
color: #fff !important
}
.qodef-light-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header).qodef-menu-area .widget {
color: #fff !important
}
.qodef-light-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header).qodef-menu-area .widget .widgettitle, .qodef-light-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header).qodef-menu-area .widget a, .qodef-light-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header).qodef-menu-area .widget i, .qodef-light-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header).qodef-menu-area .widget p, .qodef-light-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header).qodef-menu-area .widget span {
color: #fff !important
}
.qodef-light-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header).qodef-menu-area .widget a:hover {
color: #000 !important
}
.qodef-dark-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-logo-wrapper .qodef-dark-logo {
opacity: 1
}
.qodef-dark-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-logo-wrapper .qodef-light-logo, .qodef-dark-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-logo-wrapper .qodef-normal-logo {
opacity: 0
}
.qodef-dark-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-menu-area {
color: #000 !important
}
.qodef-dark-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-menu-area .widget {
color: #000 !important
}
.qodef-dark-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-menu-area .widget .widgettitle, .qodef-dark-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-menu-area .widget a, .qodef-dark-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-menu-area .widget i, .qodef-dark-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-menu-area .widget p, .qodef-dark-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-menu-area .widget span {
color: #000 !important
}
.qodef-dark-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header) .qodef-menu-area .widget a:hover {
color: #717171 !important
}
.qodef-dark-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header).qodef-menu-area {
color: #000 !important
}
.qodef-dark-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header).qodef-menu-area .widget {
color: #000 !important
}
.qodef-dark-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header).qodef-menu-area .widget .widgettitle, .qodef-dark-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header).qodef-menu-area .widget a, .qodef-dark-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header).qodef-menu-area .widget i, .qodef-dark-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header).qodef-menu-area .widget p, .qodef-dark-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header).qodef-menu-area .widget span {
color: #000 !important
}
.qodef-dark-header .qodef-page-header > div:not(.fixed):not(.qodef-sticky-header).qodef-menu-area .widget a:hover {
color: #717171 !important
}
.qodef-logo-wrapper {
display: inline-block;
vertical-align: middle;
line-height: 1;
padding: 10px 0 10px 0;
}
.qodef-logo-wrapper a {
position: relative;
display: inline-block;
vertical-align: top;
max-width: 100%
}
.qodef-logo-wrapper a img {
height: 100%;
width: auto;
-webkit-transition: opacity .2s ease;
-o-transition: opacity .2s ease;
transition: opacity .2s ease;
max-height: 55px;
}
.qodef-logo-wrapper a img.qodef-normal-logo {
opacity: 1
}
.qodef-logo-wrapper a img.qodef-dark-logo {
opacity: 0;
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%)
}
.qodef-logo-wrapper a img.qodef-light-logo {
opacity: 0;
-webkit-transform: translateY(-200%);
-ms-transform: translateY(-200%);
transform: translateY(-200%)
}
.qodef-main-menu {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
height: 100%;
width: auto
}
.qodef-main-menu ul {
list-style: none outside none;
margin: 0;
padding: 0;
text-align: left
}
.qodef-main-menu ul li {
position: relative;
display: inline-block;
float: left;
padding: 0;
margin: 0
}
.qodef-main-menu ul li a {
font-size: 16px;
line-height: 20px;
text-transform: capitalize;
color: #717171
}
.qodef-main-menu ul li a:hover {
color: #717171
}
.qodef-main-menu ul li a i:before {
margin: 0 7px 0 0
}
.qodef-main-menu ul li a .menu_icon_wrapper {
position: relative;
display: inline-block;
vertical-align: top
}
.qodef-main-menu ul li a .qodef-menu-featured-icon {
position: relative;
top: -4px;
left: 5px;
color: currentColor;
font-size: 10px;
margin: 0
}
.qodef-main-menu ul li a .qodef-menu-featured-icon:before {
margin: 0
}
.qodef-main-menu > ul {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
height: 100%
}
.qodef-main-menu > ul:hover > li:hover > a {
color: #000
}
.qodef-main-menu > ul:hover > li > a {
color: #afafaf
}
.qodef-main-menu > ul > li {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 100%
}
.qodef-main-menu > ul > li > a {
position: relative;
display: inline-block;
width: 100%;
vertical-align: top;
padding: 0 27px;
color: #000;
font-size: 17px;
font-weight: 700;
line-height: 23px;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-main-menu > ul > li > a > span.item_outer {
position: relative;
display: block
}
.qodef-main-menu > ul > li > a > span.item_outer .item_text {
position: relative;
display: inline-block;
vertical-align: top
}
.qodef-main-menu > ul > li.qodef-active-item > a {
color: #afafaf
}
.qodef-main-menu > ul > li.has_sub > a .qodef-menu-arrow {
display: none
}
.qodef-light-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-main-menu > ul:hover > li:hover > a {
color: #fff;
opacity: 1;
-webkit-transition: opacity .2s ease-in;
-o-transition: opacity .2s ease-in;
transition: opacity .2s ease-in
}
.qodef-light-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-main-menu > ul:hover > li > a {
opacity: .7;
-webkit-transition: opacity .2s ease-out;
-o-transition: opacity .2s ease-out;
transition: opacity .2s ease-out
}
.qodef-light-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-main-menu > ul > li > a {
color: #fff
}
.qodef-light-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-main-menu > ul > li.qodef-active-item > a {
opacity: 1;
color: #ff2a0e;
}
.current-menu-item span {
color: #ff2a0e !important;
}
.qodef-dark-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-main-menu > ul:hover > li:hover > a {
color: #000
}
.qodef-dark-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-main-menu > ul:hover > li > a {
color: #717171
}
.qodef-dark-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-main-menu > ul > li > a {
color: #000
}
.qodef-dark-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-main-menu > ul > li.qodef-active-item > a {
color: #717171
}
.qodef-drop-down .second {
position: absolute;
display: block;
left: 0;
top: 100%;
visibility: hidden;
overflow: hidden;
opacity: 0;
z-index: 10;
-webkit-box-shadow: 1px 1px 11px 0 rgba(0, 0, 0, .09);
box-shadow: 1px 1px 11px 0 rgba(0, 0, 0, .09);
-webkit-transition: top .15s ease-out;
-o-transition: top .15s ease-out;
transition: top .15s ease-out
}
.qodef-drop-down .second.qodef-drop-down-start {
visibility: visible;
overflow: visible;
opacity: 1;
-webkit-transition: opacity .2s ease-out;
-o-transition: opacity .2s ease-out;
transition: opacity .2s ease-out
}
.qodef-drop-down .second.right {
right: 0;
left: auto
}
.qodef-drop-down .second .inner {
position: relative;
display: block;
padding: 0;
margin: 0;
z-index: 997
}
.qodef-drop-down .second .inner ul li {
display: block;
float: none;
height: auto
}
.qodef-drop-down .second .inner ul li .widget {
width: 100%;
margin: 0 !important
}
.qodef-drop-down .second .inner ul li a {
display: block;
float: none;
margin: 0;
padding: 5px 28px
}
.qodef-drop-down .second .inner ul li a .item_outer {
position: relative;
display: block;
overflow: hidden;
padding: 0 30px 0 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: padding .2s ease-in-out;
-o-transition: padding .2s ease-in-out;
transition: padding .2s ease-in-out
}
.qodef-drop-down .second .inner ul li a .item_outer:before {
content: '';
position: absolute;
top: calc(50% - 2px);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
left: -8px;
width: 8px;
height: 8px;
background-color: #ff2a0e;
-webkit-transition: left .2s ease-in-out;
-o-transition: left .2s ease-in-out;
transition: left .2s ease-in-out
}
.qodef-drop-down .second .inner ul li a:hover .item_outer {
padding: 0 10px 0 17px
}
.qodef-drop-down .second .inner ul li a:hover .item_outer:before {
left: 1px
}
.qodef-drop-down .second .inner ul li.current-menu-ancestor > a, .qodef-drop-down .second .inner ul li.current-menu-item > a {
color: #717171
}
.qodef-drop-down .second .inner ul li.current-menu-ancestor > a .item_outer, .qodef-drop-down .second .inner ul li.current-menu-item > a .item_outer {
padding: 0 10px 0 20px
}
.qodef-drop-down .second .inner ul li.current-menu-ancestor > a .item_outer:before, .qodef-drop-down .second .inner ul li.current-menu-item > a .item_outer:before {
left: 0
}
.qodef-drop-down .second .inner ul li.sub > a .item_outer:after {
position: absolute;
display: inline-block;
vertical-align: middle;
top: 1px;
right: 0;
content: '\e876';
font-family: Linearicons-Free;
font-size: 12px;
font-weight: 400;
font-style: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #000
}
.qodef-drop-down .second .inner ul.right li a .item_outer {
padding: 0 0 0 30px
}
.qodef-drop-down .second .inner ul.right li a .item_outer:before {
content: '';
position: absolute;
top: calc(50% - 1px);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
right: -8px;
left: auto;
width: 8px;
height: 8px;
background-color: #ff2a0e;
-webkit-transition: left .2s ease-in-out, right .2s ease-in-out;
-o-transition: left .2s ease-in-out, right .2s ease-in-out;
transition: left .2s ease-in-out, right .2s ease-in-out
}
.qodef-drop-down .second .inner ul.right li a:hover .item_outer {
padding: 0 17px 0 10px
}
.qodef-drop-down .second .inner ul.right li a:hover .item_outer:before {
left: auto;
right: 1px
}
.qodef-drop-down .second .inner ul.right li.current-menu-ancestor > a .item_outer, .qodef-drop-down .second .inner ul.right li.current-menu-item > a .item_outer {
padding: 0 17px 0 10px
}
.qodef-drop-down .second .inner ul.right li.current-menu-ancestor > a .item_outer:before, .qodef-drop-down .second .inner ul.right li.current-menu-item > a .item_outer:before {
left: auto;
right: 1px
}
.qodef-drop-down .second .inner ul.right li.sub > a .item_outer:after {
right: auto;
left: 0;
top: -2px;
content: '\e875';
font-family: Linearicons-Free;
font-size: 12px
}
.qodef-drop-down .second .inner ul.right li a {
text-align: right
}
.qodef-drop-down .second .inner ul.right li ul {
left: -100%
}
.qodef-drop-down li.left_position .second {
left: 0
}
.qodef-drop-down li.right_position .second {
left: auto;
right: 0
}
.qodef-drop-down > ul > li:hover > .second {
z-index: 20
}
.qodef-drop-down .narrow .second .inner ul {
position: relative;
display: inline-block;
vertical-align: middle;
background-color: #fff;
padding: 32px 0
}
.qodef-drop-down .narrow .second .inner ul li {
width: 250px
}
.qodef-drop-down .narrow .second .inner ul li ul {
position: absolute;
left: 100%;
top: -32px;
height: auto;
opacity: 0;
overflow: hidden;
z-index: 10;
-webkit-box-shadow: 1px 1px 11px 0 rgba(0, 0, 0, .09);
box-shadow: 1px 1px 11px 0 rgba(0, 0, 0, .09);
-webkit-transform: translateZ(0);
-webkit-transition: opacity .4s ease-out;
-o-transition: opacity .4s ease-out;
transition: opacity .4s ease-out
}
.qodef-drop-down .narrow .second .inner ul li:hover ul {
z-index: 20;
opacity: 1
}
.qodef-drop-down .narrow .second .inner ul.right li ul {
left: -100%
}
.qodef-drop-down .wide .second .inner {
background-color: #fff;
text-align: center
}
.qodef-drop-down .wide .second .inner ul li a {
padding: 7px 0
}
.qodef-drop-down .wide .second .inner ul li ul {
position: relative;
display: block;
top: 0;
left: 0;
visibility: visible
}
.qodef-drop-down .wide .second .inner ul li ul li:last-child a {
padding-bottom: 0
}
.qodef-drop-down .wide .second .inner > ul {
position: relative;
display: inline-block;
vertical-align: middle;
padding: 35px 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100%
}
.qodef-wide-dropdown-menu-content-in-grid .qodef-drop-down .wide .second .inner > ul {
width: 1100px
}
@media only screen and (min-width:1400px) {
.qodef-grid-1300.qodef-wide-dropdown-menu-content-in-grid .qodef-drop-down .wide .second .inner > ul {
width: 1300px
}
}
@media only screen and (min-width:1300px) {
.qodef-grid-1200.qodef-wide-dropdown-menu-content-in-grid .qodef-drop-down .wide .second .inner > ul {
width: 1200px
}
}
@media only screen and (min-width:1200px) {
.qodef-grid-1000.qodef-wide-dropdown-menu-content-in-grid .qodef-drop-down .wide .second .inner > ul {
width: 1000px
}
}
@media only screen and (min-width:1024px) {
.qodef-grid-800.qodef-wide-dropdown-menu-content-in-grid .qodef-drop-down .wide .second .inner > ul {
width: 800px
}
}
.qodef-drop-down .wide .second .inner > ul > li {
float: left;
width: 25%;
margin: 0;
padding: 0 26px;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-drop-down .wide .second .inner > ul > li:nth-child(4n+1) {
clear: both;
border-left: 0
}
.qodef-drop-down .wide .second .inner > ul > li > a {
padding: 0 0 19px;
color: #000;
font-size: 19px;
font-weight: 500;
line-height: 1.1em
}
.qodef-drop-down .wide .second .inner > ul > li > a.no_link {
cursor: default
}
.qodef-drop-down .wide .second .inner > ul > li > a .item_outer {
padding: 0;
overflow: inherit
}
.qodef-drop-down .wide .second .inner > ul > li > a .item_outer:after, .qodef-drop-down .wide .second .inner > ul > li > a .item_outer:before {
display: none
}
.qodef-drop-down .wide .second .inner > ul > li.current-menu-ancestor > a, .qodef-drop-down .wide .second .inner > ul > li.current-menu-item > a {
color: #717171
}
.qodef-drop-down .wide.left_position .second .inner > ul, .qodef-drop-down .wide.right_position .second .inner > ul {
width: auto;
white-space: nowrap
}
.qodef-drop-down .wide.left_position .second .inner > ul > li, .qodef-drop-down .wide.right_position .second .inner > ul > li {
float: none;
display: inline-block;
vertical-align: top
}
.qodef-drop-down .wide.left_position .second .inner > ul > li:nth-child(4n+1), .qodef-drop-down .wide.right_position .second .inner > ul > li:nth-child(4n+1) {
border-left: none
}
.qodef-drop-down .wide.left_position .second ul li, .qodef-drop-down .wide.right_position .second ul li {
width: 200px
}
.qodef-page-header .qodef-fixed-wrapper.fixed {
position: fixed;
top: 0;
left: 0;
width: 100%;
-webkit-backface-visibility: hidden;
-webkit-box-shadow: 1px 1px 11px 0 rgba(0, 0, 0, .09);
box-shadow: 1px 1px 11px 0 rgba(0, 0, 0, .09)
}
.admin-bar .qodef-page-header .qodef-fixed-wrapper.fixed {
top: 32px
}
.qodef-page-header .qodef-fixed-wrapper.fixed .qodef-menu-area {
background-color: #fff
}
.qodef-header-bottom.qodef-header-bottom-opened .qodef-header-bottom-wrapper {
-webkit-transform: translate3d(-414px, 0, 0);
transform: translate3d(-414px, 0, 0)
}
.qodef-header-bottom .qodef-page-header .qodef-bottom-menu-right-widget-holder {
display: inline-block
}
@media only screen and (min-width:1025px) {
.qodef-header-bottom .qodef-slider-fixed {
position: fixed;
display: inline-block;
width: 100%;
height: 100%;
z-index: 99;
top: 0;
left: 0
}
.qodef-header-bottom .qodef-content-inner > .qodef-full-width {
background: #fff
}
}
.qodef-header-bottom .qodef-menu-area .qodef-position-left-inner, .qodef-header-bottom .qodef-menu-area .qodef-position-right-inner {
height: 100%
}
.qodef-header-bottom .qodef-menu-area .qodef-bottom-menu-left-widget-holder {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle
}
.qodef-header-bottom .qodef-vertical-menu-area {
position: fixed;
width: 414px;
top: 0;
right: 0;
background-color: transparent;
height: 100%;
z-index: 111;
-webkit-backface-visibility: hidden;
-webkit-box-sizing: border-box;
box-sizing: border-box;
outline: 0;
-webkit-transform: translate3d(414px, 0, 0);
transform: translate3d(414px, 0, 0);
-webkit-transition: transform .6s cubic-bezier(.165, .84, .44, 1);
-webkit-transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
-o-transition: transform .6s cubic-bezier(.165, .84, .44, 1);
transition: transform .6s cubic-bezier(.165, .84, .44, 1);
transition: transform .6s cubic-bezier(.165, .84, .44, 1), -webkit-transform .6s cubic-bezier(.165, .84, .44, 1)
}
.qodef-header-bottom .qodef-vertical-menu-area .qodef-vertical-menu-area-inner {
position: relative;
height: 100%
}
.qodef-header-bottom.admin-bar .qodef-vertical-menu-area {
top: 33px
}
.qodef-header-bottom .qodef-content {
-webkit-transition: transform .6s cubic-bezier(.165, .84, .44, 1);
-webkit-transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
-o-transition: transform .6s cubic-bezier(.165, .84, .44, 1);
transition: transform .6s cubic-bezier(.165, .84, .44, 1);
transition: transform .6s cubic-bezier(.165, .84, .44, 1), -webkit-transform .6s cubic-bezier(.165, .84, .44, 1)
}
.qodef-header-bottom .qodef-vertical-menu-area.opened {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.qodef-header-bottom.qodef-header-bottom-opened .qodef-content {
-webkit-transform: translate3d(-414px, 0, 0);
transform: translate3d(-414px, 0, 0)
}
.qodef-header-bottom .qodef-vertical-menu-nav-holder-outer {
width: 100%;
height: 100%;
left: 0;
top: 0;
overflow: hidden;
z-index: 1;
background-color: #fff;
padding: 0 80px;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-header-bottom .qodef-vertical-menu-nav-holder-outer .qodef-vertical-menu-nav-holder {
display: table;
height: 100%;
width: 100%
}
.qodef-header-bottom .qodef-vertical-menu-nav-holder-outer .qodef-vertical-menu-nav-holder .qodef-vertical-menu-holder-nav-inner {
display: table-cell;
vertical-align: middle
}
.qodef-header-bottom .qodef-vertical-alignment-top .qodef-vertical-menu-nav-holder-outer .qodef-vertical-menu-nav-holder .qodef-vertical-menu-holder-nav-inner {
vertical-align: top
}
.qodef-header-bottom .qodef-header-bottom-menu {
position: relative;
z-index: 101;
text-align: left
}
.qodef-header-bottom .qodef-header-bottom-menu ul {
position: relative;
list-style-type: none
}
.qodef-header-bottom .qodef-header-bottom-menu > ul > li {
position: relative;
text-align: left
}
.qodef-header-bottom .qodef-header-bottom-menu > ul > li.qodef-active-item > a {
color: #000
}
.qodef-header-bottom .qodef-header-bottom-menu ul li a:hover {
color: #000
}
.qodef-header-bottom .qodef-header-bottom-menu > ul > li > a {
position: relative;
display: block;
font-size: 30px;
line-height: 42px;
font-weight: 600;
color: #000;
padding: 3px 0;
text-decoration: none;
text-transform: capitalize;
margin: 0;
cursor: pointer;
overflow: hidden
}
.qodef-header-bottom .qodef-header-bottom-menu > ul > li > a span:after, .qodef-header-bottom .qodef-header-bottom-menu > ul > li > a span:before {
content: '';
position: absolute;
top: calc(50% - 2px);
width: 100%;
height: 2px;
background-color: rgba(255, 42, 14, .7);
opacity: 0;
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0)
}
.qodef-header-bottom .qodef-header-bottom-menu > ul > li > a span:before {
opacity: 1;
left: 0;
-webkit-transform-origin: 0 50%;
-ms-transform-origin: 0 50%;
transform-origin: 0 50%
}
.qodef-header-bottom .qodef-header-bottom-menu > ul > li > a span:after {
right: 0;
-webkit-transform-origin: 100% 50%;
-ms-transform-origin: 100% 50%;
transform-origin: 100% 50%;
-webkit-transition: -webkit-transform .2s, opacity 0s .2s;
-webkit-transition: opacity 0s .2s, -webkit-transform .2s;
transition: opacity 0s .2s, -webkit-transform .2s;
-o-transition: transform .2s, opacity 0s .2s;
transition: transform .2s, opacity 0s .2s;
transition: transform .2s, opacity 0s .2s, -webkit-transform .2s
}
.qodef-header-bottom .qodef-header-bottom-menu .sub_menu {
display: none;
padding: 7px 0 10px
}
.qodef-header-bottom .qodef-header-bottom-menu .sub_menu li {
text-align: left;
margin: 3px 0 3px 4px
}
.qodef-header-bottom .qodef-header-bottom-menu .sub_menu li a {
color: #949494;
font-size: 15px;
line-height: 20px
}
.qodef-header-bottom .qodef-header-bottom-menu .sub_menu li a span:before {
border: none
}
.qodef-header-bottom .qodef-header-bottom-opener-outer {
display: table;
height: 100%
}
.qodef-header-bottom .qodef-header-bottom-opener-inner {
position: relative;
display: table-cell;
height: 100%;
width: 100%;
vertical-align: middle
}
.qodef-header-bottom .qodef-header-bottom-menu-opener {
position: relative;
display: inline-block;
vertical-align: middle
}
.qodef-header-bottom .qodef-header-bottom-menu-opener .qodef-hb-lines {
position: relative;
display: inline-block;
vertical-align: middle;
width: 15px;
height: 10px
}
.qodef-header-bottom .qodef-header-bottom-menu-opener .qodef-hb-lines .qodef-hb-line {
position: absolute;
left: 0;
height: 2px;
width: 100%;
background-color: currentColor;
border-radius: 12px;
-webkit-transition: -webkit-transform .3s ease, top .2s ease-out, background-color .2s ease-out;
-webkit-transition: top .2s ease-out, background-color .2s ease-out, -webkit-transform .3s ease;
transition: top .2s ease-out, background-color .2s ease-out, -webkit-transform .3s ease;
-o-transition: transform .3s ease, top .2s ease-out, background-color .2s ease-out;
transition: transform .3s ease, top .2s ease-out, background-color .2s ease-out;
transition: transform .3s ease, top .2s ease-out, background-color .2s ease-out, -webkit-transform .3s ease
}
.qodef-header-bottom .qodef-header-bottom-menu-opener .qodef-hb-lines .qodef-hb-line.qodef-line-1 {
top: 0;
outline: transparent solid 1px
}
.qodef-header-bottom .qodef-header-bottom-menu-opener .qodef-hb-lines .qodef-hb-line.qodef-line-2 {
top: calc(50% - 2px);
outline: transparent solid 1px
}
.qodef-header-bottom .qodef-header-bottom-menu-opener .qodef-hb-lines .qodef-hb-line.qodef-line-3 {
top: calc(100% - 4px);
outline: transparent solid 1px
}
.qodef-header-bottom .qodef-header-bottom-menu-opener:hover .qodef-hb-lines .qodef-hb-line.qodef-line-1, .qodef-header-bottom .qodef-header-bottom-menu-opener:hover .qodef-hb-lines .qodef-hb-line.qodef-line-3 {
top: calc(50% - 2px)
}
.qodef-header-bottom .qodef-header-bottom-menu-opener:hover .qodef-hb-lines .qodef-hb-line.qodef-line-2 {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg)
}
.qodef-header-bottom .qodef-header-bottom-menu-opener.active {
color: #ff2a0e
}
.qodef-header-bottom .qodef-header-bottom-menu-opener.active .qodef-hb-lines .qodef-hb-line.qodef-line-1 {
display: none
}
.qodef-header-bottom .qodef-header-bottom-menu-opener.active .qodef-hb-lines .qodef-hb-line.qodef-line-2 {
top: 50%;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg)
}
.qodef-header-bottom .qodef-header-bottom-menu-opener.active .qodef-hb-lines .qodef-hb-line.qodef-line-3 {
top: 50%;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg)
}
.qodef-header-bottom .qodef-vertical-area-widget-holder {
width: 100%;
z-index: 100;
position: absolute;
bottom: 80px;
left: 80px
}
.qodef-header-bottom .qodef-vertical-area-widget-holder .qodef-vertical-header-widget {
text-align: center;
padding: 5px 0
}
.qodef-header-bottom .qodef-vertical-area-widget-holder .qodef-vertical-header-widget > a, .qodef-header-bottom .qodef-vertical-area-widget-holder .qodef-vertical-header-widget > div, .qodef-header-bottom .qodef-vertical-area-widget-holder .qodef-vertical-header-widget > span {
position: relative;
display: inline-block;
padding: 0
}
.qodef-header-bottom .qodef-vertical-area-widget-holder .qodef-social-icon-widget-holder {
display: block;
text-align: center;
padding: 5px 0
}
.qodef-header-bottom .qodef-vertical-area-widget-holder .qodef-social-icon-widget-holder:hover {
color: #000 !important
}
.qodef-header-bottom .qodef-vertical-menu-area.opened .qodef-social-icon-widget-holder:hover {
color: #fff !important
}
.qodef-dark-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-fullscreen-menu-opener {
color: #000
}
.qodef-dark-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-fullscreen-menu-opener.qodef-fm-opened, .qodef-dark-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-fullscreen-menu-opener:hover {
color: #717171
}
.qodef-light-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-fullscreen-menu-opener {
color: #fff
}
.qodef-light-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-fullscreen-menu-opener.qodef-fm-opened, .qodef-light-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-fullscreen-menu-opener:hover {
color: #000
}
.qodef-fullscreen-menu-opener {
position: relative;
display: inline-block;
vertical-align: middle
}
.qodef-fullscreen-menu-opener .qodef-fullscreen-menu-opener-icon {
position: relative;
visibility: visible
}
.qodef-fullscreen-menu-opener .qodef-fullscreen-menu-close-icon {
position: absolute;
top: 0;
left: 0;
visibility: hidden
}
.qodef-fullscreen-menu-opener.qodef-fm-opened .qodef-fullscreen-menu-opener-icon {
visibility: hidden
}
.qodef-fullscreen-menu-opener.qodef-fm-opened .qodef-fullscreen-menu-close-icon {
position: absolute;
visibility: visible
}
.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener-icon-pack {
font-size: 20px
}
.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener-icon-pack * {
display: inline-block;
line-height: inherit
}
.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener-icon-pack :before {
display: inline-block;
line-height: inherit
}
.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener-svg-path span {
position: relative
}
.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener-svg-path span > * {
vertical-align: middle
}
.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener-svg-path span path, .qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener-svg-path span > * {
fill: currentColor
}
.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener-predefined {
line-height: 1
}
.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener-predefined .qodef-hm-lines {
position: relative;
display: block;
width: 23px;
height: 17px
}
.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener-predefined .qodef-hm-lines .qodef-hm-line {
position: absolute;
left: 0;
height: 3px;
width: 100%;
background-color: currentColor;
border-radius: 12px;
-webkit-transition: width .3s ease;
-o-transition: width .3s ease;
transition: width .3s ease
}
.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener-predefined .qodef-hm-lines .qodef-hm-line.qodef-line-1 {
top: 0
}
.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener-predefined .qodef-hm-lines .qodef-hm-line.qodef-line-2 {
top: 7px
}
.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener-predefined .qodef-hm-lines .qodef-hm-line.qodef-line-3 {
bottom: 0
}
.qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener-predefined .qodef-fullscreen-menu-close-icon {
top: -9px;
left: -5px;
font-size: 32px
}
.qodef-fullscreen-menu-opened .qodef-page-header, .qodef-fullscreen-menu-opened .qodef-top-bar {
visibility: hidden
}
.qodef-fullscreen-menu-opened .qodef-fullscreen-menu-opener, .qodef-fullscreen-menu-opened .qodef-logo-wrapper {
visibility: visible
}
.qodef-fullscreen-menu-opened .qodef-fullscreen-menu-holder-outer {
visibility: visible !important;
opacity: 1 !important
}
.qodef-fullscreen-menu-holder-outer {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow-x: hidden !important;
visibility: hidden;
opacity: 0;
z-index: 105
}
.qodef-fullscreen-menu-holder {
position: relative;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, .9);
display: table;
background-repeat: repeat;
background-position: 0 0
}
.qodef-fullscreen-menu-holder-inner {
display: table-cell;
vertical-align: middle;
padding: 10% 16.2%
}
.touch .qodef-fullscreen-menu-holder-outer {
display: none
}
.touch .qodef-fullscreen-menu-opened .qodef-fullscreen-menu-holder-outer {
display: block
}
nav.qodef-fullscreen-menu {
position: relative;
top: 0;
float: left;
text-align: left
}
nav.qodef-fullscreen-menu ul {
position: relative;
list-style: none;
padding: 0;
margin: 0
}
nav.qodef-fullscreen-menu ul:hover:not(.sub_menu) > li:hover > a {
color: #000
}
nav.qodef-fullscreen-menu ul:hover:not(.sub_menu) > li > a {
color: #b1b1b1
}
nav.qodef-fullscreen-menu ul li {
margin: 0;
padding: 0;
text-align: center
}
nav.qodef-fullscreen-menu ul li a {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0;
font-size: 25px;
line-height: 1.3em
}
nav.qodef-fullscreen-menu ul li a span {
position: relative;
display: inline-block;
vertical-align: top
}
nav.qodef-fullscreen-menu ul li a .qodef-fullscreen-menu-arrow {
display: none;
position: relative;
top: 0;
vertical-align: middle;
margin: 0 0 0 10px;
font-size: .65em;
line-height: inherit
}
nav.qodef-fullscreen-menu ul li ul {
padding: 8px 4px 13px 4px
}
nav.qodef-fullscreen-menu ul li ul.sub_menu {
display: none
}
nav.qodef-fullscreen-menu ul li ul li {
text-align: left
}
nav.qodef-fullscreen-menu ul li ul li:hover > a {
color: #717171
}
nav.qodef-fullscreen-menu ul li ul li:hover > a span {
padding: 0 0 0 25px;
-webkit-transition: padding .2s ease-out;
-o-transition: padding .2s ease-out;
transition: padding .2s ease-out
}
nav.qodef-fullscreen-menu ul li ul li:hover > a span:before {
padding: 0 20px 0 0;
-webkit-transition: padding .2s ease-out;
-o-transition: padding .2s ease-out;
transition: padding .2s ease-out
}
nav.qodef-fullscreen-menu ul li ul li > a {
font-size: 20px;
line-height: 36px;
color: #717171
}
nav.qodef-fullscreen-menu ul li ul li > a span {
overflow: hidden;
-webkit-transition: padding .2s ease-in;
-o-transition: padding .2s ease-in;
transition: padding .2s ease-in
}
nav.qodef-fullscreen-menu ul li ul li > a span:before {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
content: '';
left: -20px;
margin-right: 5px;
width: 11px;
height: 11px;
background-color: #ff2a0e;
-webkit-transition: padding .2s ease-in;
-o-transition: padding .2s ease-in;
transition: padding .2s ease-in
}
nav.qodef-fullscreen-menu ul li ul li.current-menu-ancestor > a, nav.qodef-fullscreen-menu ul li ul li.current-menu-item > a {
color: #717171
}
nav.qodef-fullscreen-menu ul li ul li.current-menu-ancestor > a span, nav.qodef-fullscreen-menu ul li ul li.current-menu-item > a span {
padding: 0 0 0 25px
}
nav.qodef-fullscreen-menu ul li ul li.current-menu-ancestor > a span:before, nav.qodef-fullscreen-menu ul li ul li.current-menu-item > a span:before {
padding: 0 20px 0 0
}
nav.qodef-fullscreen-menu ul li ul li ul li a {
font-size: 20px
}
nav.qodef-fullscreen-menu > ul {
display: block
}
nav.qodef-fullscreen-menu > ul > li {
text-align: left
}
nav.qodef-fullscreen-menu > ul > li > a {
font-size: 76px;
font-weight: 500;
line-height: 102px;
letter-spacing: -1px
}
nav.qodef-fullscreen-menu > ul > li.qodef-active-item > a {
color: #b1b1b1
}
.qodef-fullscreen-below-menu-widget-holder {
text-align: center;
margin-top: 20px
}
.qodef-fullscreen-above-menu-widget-holder {
text-align: center
}
@-webkit-keyframes fade_out {
0% {
opacity: 1;
visibility: visible
}
100% {
opacity: 0;
visibility: hidden
}
}
@keyframes fade_out {
0% {
opacity: 1;
visibility: visible
}
100% {
opacity: 0;
visibility: hidden
}
}
@-webkit-keyframes fade_in {
0% {
opacity: 0;
visibility: hidden
}
100% {
opacity: 1;
visibility: visible
}
}
@keyframes fade_in {
0% {
opacity: 0;
visibility: hidden
}
100% {
opacity: 1;
visibility: visible
}
}
.qodef-fade-push-text-right .qodef-fullscreen-menu-holder-outer, .qodef-fade-push-text-top .qodef-fullscreen-menu-holder-outer, .qodef-fade-text-scaledown .qodef-fullscreen-menu-holder-outer {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
visibility: hidden;
overflow: hidden !important;
z-index: 105;
opacity: 0
}
.qodef-fullscreen-fade-out .qodef-fullscreen-menu-holder-outer {
-webkit-animation: fade_out .25s linear both;
animation: fade_out .25s linear both
}
.qodef-fullscreen-menu-opened.qodef-fullscreen-fade-in .qodef-fullscreen-menu-holder-outer {
-webkit-animation: fade_in .25s linear both;
animation: fade_in .25s linear both
}
@-webkit-keyframes push_text_right {
0% {
opacity: 0;
-webkit-transform: translateX(-60px)
}
100% {
opacity: 1;
-webkit-transform: translateX(0)
}
}
@keyframes push_text_right {
0% {
opacity: 0;
-webkit-transform: translateX(-60px);
transform: translateX(-60px)
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0)
}
}
@-webkit-keyframes push_nav_right {
0% {
opacity: 0;
-webkit-transform: translateX(-60px)
}
100% {
opacity: 1;
-webkit-transform: translateX(0)
}
}
@keyframes push_nav_right {
0% {
opacity: 0;
-webkit-transform: translateX(-60px);
transform: translateX(-60px)
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0)
}
}
.qodef-fullscreen-menu-opened.qodef-fade-push-text-right .qodef-fullscreen-menu-holder-outer .qodef-fullscreen-above-menu-widget-holder > div, .qodef-fullscreen-menu-opened.qodef-fade-push-text-right .qodef-fullscreen-menu-holder-outer .qodef-fullscreen-below-menu-widget-holder > div, .qodef-fullscreen-menu-opened.qodef-fade-push-text-right .qodef-fullscreen-menu-holder-outer nav > ul > li > a {
-webkit-animation: push_text_right .4s cubic-bezier(.175, .885, .32, 1) both;
animation: push_text_right .4s cubic-bezier(.175, .885, .32, 1) both
}
.qodef-fade-push-text-right.qodef-push-nav-right .qodef-fullscreen-menu-holder-outer .qodef-fullscreen-above-menu-widget-holder, .qodef-fade-push-text-right.qodef-push-nav-right .qodef-fullscreen-menu-holder-outer .qodef-fullscreen-below-menu-widget-holder, .qodef-fade-push-text-right.qodef-push-nav-right .qodef-fullscreen-menu-holder-outer nav {
-webkit-transition: all .75s ease-out;
-o-transition: all .75s ease-out;
transition: all .75s ease-out;
-webkit-transform: translateX(50px);
-ms-transform: translateX(50px);
transform: translateX(50px)
}
@-webkit-keyframes push_text_top {
0% {
opacity: 0;
-webkit-transform: translateY(60px)
}
100% {
opacity: 1;
-webkit-transform: translateY(0)
}
}
@keyframes push_text_top {
0% {
opacity: 0;
-webkit-transform: translateY(60px);
transform: translateY(60px)
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0)
}
}
.qodef-fullscreen-menu-opened.qodef-fade-push-text-top .qodef-fullscreen-menu-holder-outer .qodef-fullscreen-above-menu-widget-holder > div, .qodef-fullscreen-menu-opened.qodef-fade-push-text-top .qodef-fullscreen-menu-holder-outer .qodef-fullscreen-below-menu-widget-holder > div, .qodef-fullscreen-menu-opened.qodef-fade-push-text-top .qodef-fullscreen-menu-holder-outer nav > ul > li > a {
-webkit-animation: push_text_top .4s ease-out both .5s;
animation: push_text_top .4s ease-out both .5s
}
.qodef-fade-push-text-top.qodef-push-text-top .qodef-fullscreen-menu-holder-outer .qodef-fullscreen-above-menu-widget-holder, .qodef-fade-push-text-top.qodef-push-text-top .qodef-fullscreen-menu-holder-outer .qodef-fullscreen-below-menu-widget-holder, .qodef-fade-push-text-top.qodef-push-text-top .qodef-fullscreen-menu-holder-outer nav {
-webkit-transform: translateY(-30px);
-ms-transform: translateY(-30px);
transform: translateY(-30px);
-webkit-transition: all .75s ease-out;
-o-transition: all .75s ease-out;
transition: all .75s ease-out
}
.qodef-fullscreen-menu-opened.qodef-fade-text-scaledown .qodef-fullscreen-menu-holder-outer .qodef-fullscreen-above-menu-widget-holder, .qodef-fullscreen-menu-opened.qodef-fade-text-scaledown .qodef-fullscreen-menu-holder-outer .qodef-fullscreen-below-menu-widget-holder, .qodef-fullscreen-menu-opened.qodef-fade-text-scaledown .qodef-fullscreen-menu-holder-outer nav {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition: all .25s linear .1s;
-o-transition: all .25s linear .1s;
transition: all .25s linear .1s
}
.qodef-fade-text-scaledown .qodef-fullscreen-menu-holder-outer .qodef-fullscreen-above-menu-widget-holder, .qodef-fade-text-scaledown .qodef-fullscreen-menu-holder-outer .qodef-fullscreen-below-menu-widget-holder, .qodef-fade-text-scaledown .qodef-fullscreen-menu-holder-outer nav {
opacity: 0;
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
-webkit-transition: all .25s linear .1s;
-o-transition: all .25s linear .1s;
transition: all .25s linear .1s
}
.qodef-header-minimal .qodef-page-header .qodef-menu-area .qodef-position-right-inner {
height: auto
}
.qodef-header-minimal .qodef-page-header .qodef-position-left:before, .qodef-header-minimal .qodef-page-header .qodef-position-right:before {
content: ""
}
.qodef-header-minimal .qodef-page-header .qodef-sticky-header .qodef-position-left-inner {
height: auto
}
.qodef-header-minimal .qodef-page-header .qodef-sticky-header .qodef-vertical-align-containers .qodef-position-right .qodef-position-right-inner {
height: auto
}
.qodef-header-standard .qodef-menu-area.qodef-menu-left .qodef-main-menu {
width: auto;
padding: 0 0 0 20px
}
.qodef-header-standard .qodef-menu-area.qodef-menu-left .qodef-vertical-align-containers .qodef-position-left-inner {
height: 100%
}
.qodef-header-standard .qodef-menu-area.qodef-menu-left .qodef-vertical-align-containers .qodef-position-left:before, .qodef-header-standard .qodef-menu-area.qodef-menu-left .qodef-vertical-align-containers .qodef-position-right:before {
display: none
}
.qodef-header-standard .qodef-menu-area.qodef-menu-left .qodef-vertical-align-containers .qodef-position-right-inner {
display: -webkit-flex;
-webkit-align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 100%
}
.qodef-header-standard .qodef-menu-area.qodef-menu-center .qodef-vertical-align-containers .qodef-position-center-inner {
height: 100%
}
.qodef-header-standard .qodef-menu-area.qodef-menu-center .qodef-vertical-align-containers .qodef-position-right:before {
display: none
}
.qodef-header-standard .qodef-menu-area.qodef-menu-center .qodef-vertical-align-containers .qodef-position-right-inner {
display: -webkit-flex;
-webkit-align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 100%
}
.qodef-header-standard .qodef-menu-area.qodef-menu-right .qodef-main-menu {
width: auto
}
.qodef-header-standard .qodef-menu-area.qodef-menu-right .qodef-vertical-align-containers .qodef-position-right-inner {
height: 100%
}
.qodef-header-top-menu .qodef-page-header .qodef-logo-area {
margin-top: 90px;
overflow: visible;
z-index: 99;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-header-top-menu .qodef-page-header .qodef-menu-area {
position: fixed;
left: 0;
top: 0;
width: 100%;
z-index: 100
}
.qodef-header-top-menu .qodef-page-header .qodef-menu-area .qodef-vertical-align-containers .qodef-position-left-inner {
height: 100%
}
.qodef-header-top-menu .qodef-page-header .qodef-sticky-header .qodef-position-left-inner {
height: auto
}
.qodef-header-top-menu .qodef-page-header .qodef-sticky-header .qodef-position-right-inner {
height: 100%
}
.qodef-header-top-menu.admin-bar .qodef-page-header .qodef-menu-area {
top: 32px
}
.qodef-header-vertical-sliding .qodef-logo-wrapper {
z-index: 100;
display: block;
position: relative;
text-align: center;
overflow: hidden;
padding: 30px 10px
}
.qodef-header-vertical-sliding .qodef-logo-wrapper a {
display: inline-block;
position: relative;
height: 100%
}
.qodef-header-vertical-sliding .qodef-logo-wrapper img {
display: block;
height: auto;
max-height: 100%;
-webkit-transition: opacity .3s ease;
-o-transition: opacity .3s ease;
transition: opacity .3s ease
}
.qodef-header-vertical-sliding .qodef-vertical-menu-opener {
text-align: center
}
.qodef-header-vertical-sliding .qodef-vertical-menu-opener a {
position: relative;
display: inline-block;
vertical-align: middle
}
.qodef-header-vertical-sliding .qodef-vertical-menu-opener a .qodef-vertical-sliding-opener-icon {
position: relative;
visibility: visible
}
.qodef-header-vertical-sliding .qodef-vertical-menu-opener a .qodef-vertical-sliding-close-icon {
position: absolute;
top: 0;
left: 0;
visibility: hidden
}
.qodef-header-vertical-sliding .qodef-vertical-menu-opener a.qodef-vertical-sliding-opener-icon-pack {
font-size: 20px
}
.qodef-header-vertical-sliding .qodef-vertical-menu-opener a.qodef-vertical-sliding-opener-icon-pack span {
display: inline-block;
line-height: inherit
}
.qodef-header-vertical-sliding .qodef-vertical-menu-opener a.qodef-vertical-sliding-opener-icon-pack span:before {
display: inline-block;
line-height: inherit
}
.qodef-header-vertical-sliding .qodef-vertical-menu-opener a.qodef-vertical-sliding-opener-svg-path span > * {
vertical-align: middle
}
.qodef-header-vertical-sliding .qodef-vertical-menu-opener a.qodef-vertical-sliding-opener-svg-path span path, .qodef-header-vertical-sliding .qodef-vertical-menu-opener a.qodef-vertical-sliding-opener-svg-path span > * {
fill: currentColor
}
.qodef-header-vertical-sliding .qodef-vertical-menu-opener a.qodef-vertical-sliding-opener-predefined .qodef-hm-lines {
position: relative;
display: block;
width: 23px;
height: 17px;
margin: 0 auto
}
.qodef-header-vertical-sliding .qodef-vertical-menu-opener a.qodef-vertical-sliding-opener-predefined .qodef-hm-lines .qodef-hm-line {
position: absolute;
left: 0;
height: 3px;
width: 100%;
background-color: currentColor;
border-radius: 12px;
-webkit-transition: width .3s ease;
-o-transition: width .3s ease;
transition: width .3s ease
}
.qodef-header-vertical-sliding .qodef-vertical-menu-opener a.qodef-vertical-sliding-opener-predefined .qodef-hm-lines .qodef-hm-line.qodef-line-1 {
top: 0
}
.qodef-header-vertical-sliding .qodef-vertical-menu-opener a.qodef-vertical-sliding-opener-predefined .qodef-hm-lines .qodef-hm-line.qodef-line-2 {
top: 7px
}
.qodef-header-vertical-sliding .qodef-vertical-menu-opener a.qodef-vertical-sliding-opener-predefined .qodef-hm-lines .qodef-hm-line.qodef-line-3 {
bottom: 0
}
.qodef-header-vertical-sliding .qodef-vertical-menu-opener a.qodef-vertical-sliding-opener-predefined .qodef-vertical-sliding-close-icon {
top: -8px;
left: -5px;
font-size: 32px
}
.qodef-header-vertical-sliding .qodef-vertical-menu-nav-holder-outer {
width: 728px;
height: 100%;
left: 0;
overflow: hidden;
position: fixed;
top: 0;
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
-webkit-transition: transform .3s ease;
-webkit-transition: -webkit-transform .3s ease;
transition: -webkit-transform .3s ease;
-o-transition: transform .3s ease;
transition: transform .3s ease;
transition: transform .3s ease, -webkit-transform .3s ease;
z-index: 1
}
.qodef-header-vertical-sliding .qodef-vertical-menu-nav-holder-outer.active {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0)
}
.qodef-header-vertical-sliding .qodef-vertical-menu-nav-holder-outer .qodef-vertical-menu-nav-holder {
-webkit-box-shadow: 3px 4px 6px 0 rgba(0, 0, 0, .04);
box-shadow: 3px 4px 6px 0 rgba(0, 0, 0, .04);
background-color: #f8f8f8;
display: table;
height: 100%;
width: 100%
}
.qodef-header-vertical-sliding .qodef-vertical-menu-nav-holder-outer .qodef-vertical-menu-nav-holder .qodef-vertical-menu-holder-nav-inner {
display: table-cell;
vertical-align: middle;
padding: 0 0 32px
}
.qodef-header-vertical-sliding .qodef-vertical-menu-nav-holder-outer .qodef-vertical-menu-nav-holder nav.qodef-fullscreen-menu {
padding: 0 5% 0 27%
}
.qodef-header-vertical-sliding .qodef-vertical-menu-nav-holder-outer .qodef-vertical-menu-nav-holder nav.qodef-fullscreen-menu ul li a {
font-size: 50px;
line-height: 70px;
font-weight: 500
}
.qodef-header-vertical-sliding .qodef-vertical-menu-nav-holder-outer .qodef-vertical-menu-nav-holder nav.qodef-fullscreen-menu ul li > ul.sub_menu {
padding: 16px 2px
}
.qodef-header-vertical-sliding .qodef-vertical-menu-nav-holder-outer .qodef-vertical-menu-nav-holder nav.qodef-fullscreen-menu ul li > ul.sub_menu > li > a {
font-size: 20px;
line-height: 36px;
font-weight: 400
}
.qodef-header-vertical-sliding .qodef-vertical-menu-nav-holder-outer .qodef-vertical-menu-nav-holder nav.qodef-fullscreen-menu ul li .qodef-fullscreen-menu-arrow {
display: none
}
.qodef-header-vertical-sliding .qodef-vertical-alignment-top .qodef-vertical-menu-nav-holder-outer .qodef-vertical-menu-nav-holder .qodef-vertical-menu-holder-nav-inner {
vertical-align: top
}
.qodef-header-vertical-sliding .qodef-vertical-menu {
position: relative;
z-index: 101;
text-align: left
}
.qodef-header-vertical-sliding .qodef-vertical-menu ul {
position: relative;
list-style-type: none
}
.qodef-header-vertical-sliding .qodef-vertical-menu > ul > li {
position: relative;
width: 210px
}
.qodef-header-vertical-sliding .qodef-vertical-menu ul li a:hover {
color: #fff
}
.qodef-header-vertical-sliding .qodef-vertical-menu > ul > li > a {
position: relative;
display: block;
font-size: 15px;
line-height: 20px;
letter-spacing: 1px;
font-weight: 500;
color: #fff;
padding: 12px 0;
text-decoration: none;
text-transform: uppercase;
margin: 0;
cursor: pointer;
-webkit-transition: color .15s ease-out, text-decoration .15s ease-out, background-color .15s ease-out;
-webkit-transition: color .15s ease-out, background-color .15s ease-out, -webkit-text-decoration .15s ease-out;
transition: color .15s ease-out, background-color .15s ease-out, -webkit-text-decoration .15s ease-out;
-o-transition: color .15s ease-out, text-decoration .15s ease-out, background-color .15s ease-out;
transition: color .15s ease-out, text-decoration .15s ease-out, background-color .15s ease-out;
transition: color .15s ease-out, text-decoration .15s ease-out, background-color .15s ease-out, -webkit-text-decoration .15s ease-out
}
.qodef-header-vertical-sliding .qodef-vertical-menu > ul > li > a:before {
content: '';
display: block;
opacity: 0;
height: 100%;
position: absolute;
top: 0;
left: 0;
width: 5px;
background-color: #ff2a0e;
-webkit-transition: background-color .2s ease-out, opacity .2s ease-out;
-o-transition: background-color .2s ease-out, opacity .2s ease-out;
transition: background-color .2s ease-out, opacity .2s ease-out;
-webkit-transition: background-color .2s ease-out, opacity .2s ease-out;
transition: background-color .2s ease-out, opacity .2s ease-out
}
.qodef-header-vertical-sliding .qodef-vertical-menu > ul > li > a:after {
display: none;
height: 1px;
width: 44px;
content: '';
position: absolute;
left: 0;
bottom: 0;
background-color: #ff2a0e
}
.qodef-header-vertical-sliding .qodef-vertical-menu > ul > li > a > span.qodef-item-inner {
-webkit-transition: text-decoration .2s ease-out;
-webkit-transition: -webkit-text-decoration .2s ease-out;
transition: -webkit-text-decoration .2s ease-out;
-o-transition: text-decoration .2s ease-out;
transition: text-decoration .2s ease-out;
transition: text-decoration .2s ease-out, -webkit-text-decoration .2s ease-out
}
.qodef-header-vertical-sliding .qodef-vertical-menu > ul > li:last-child > a:after {
content: none
}
.qodef-header-vertical-sliding .qodef-vertical-menu ul > li.menu-item-has-children > a .plus {
width: 14px;
height: 14px;
z-index: 10000;
display: block;
position: absolute;
top: 50%;
right: 0;
color: #9d9d9d;
font-size: 14px;
line-height: 14px;
font-family: ElegantIcons;
cursor: pointer;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%)
}
.qodef-header-vertical-sliding .qodef-vertical-menu ul > li.menu-item-has-children > a .plus:before {
content: "\4c"
}
.qodef-header-vertical-sliding .qodef-vertical-menu ul > li.menu-item-has-children.current-menu-ancestor > a .plus:before, .qodef-header-vertical-sliding .qodef-vertical-menu ul > li.menu-item-has-children.open > a .plus:before {
content: "\4b"
}
.qodef-header-vertical-sliding .qodef-vertical-menu ul > li.menu-item-has-children a .plus {
display: none
}
.qodef-header-vertical-sliding .qodef-vertical-menu .qodef-menu-second .inner {
position: relative;
display: block;
padding: 0;
z-index: 997
}
.qodef-header-vertical-sliding .qodef-vertical-menu .qodef-menu-icon:not(.blank):not(.null) {
padding-right: 5px
}
.qodef-header-vertical-sliding .qodef-vertical-area-widget-holder {
width: 200px;
z-index: 100;
position: absolute;
bottom: 0;
left: 0
}
.qodef-header-vertical-sliding .qodef-vertical-area-widget-holder .qodef-vertical-header-widget {
text-align: center;
padding: 5px 0
}
.qodef-header-vertical-sliding .qodef-vertical-area-widget-holder .qodef-vertical-header-widget > a, .qodef-header-vertical-sliding .qodef-vertical-area-widget-holder .qodef-vertical-header-widget > div, .qodef-header-vertical-sliding .qodef-vertical-area-widget-holder .qodef-vertical-header-widget > span {
position: relative;
display: inline-block;
padding: 0
}
.qodef-header-vertical-sliding .qodef-vertical-area-widget-holder .qodef-social-icon-widget-holder {
display: block;
text-align: center;
padding: 5px 0
}
.qodef-header-vertical-sliding .qodef-vertical-area-widget-holder .qodef-social-icon-widget-holder:hover {
color: #000 !important
}
.qodef-header-vertical-sliding .qodef-vertical-area-widget-holder .qodef-social-follow-holder {
-webkit-transform: translateX(35px) rotate(-90deg);
-ms-transform: translateX(35px) rotate(-90deg);
transform: translateX(35px) rotate(-90deg);
-webkit-transform-origin: 0 50%;
-ms-transform-origin: 0 50%;
transform-origin: 0 50%
}
.qodef-header-vertical-sliding .qodef-vertical-menu-area.opened .qodef-social-icon-widget-holder:hover {
color: #fff !important
}
.qodef-header-vertical-sliding .qodef-content, .qodef-header-vertical-sliding footer {
padding-left: 76px;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-header-vertical-sliding .qodef-vertical-menu-area {
position: fixed;
width: 76px;
top: 0;
left: 0;
background-color: transparent;
height: 100%;
z-index: 101;
-webkit-backface-visibility: hidden;
-webkit-box-sizing: border-box;
box-sizing: border-box;
outline: 0
}
.qodef-header-vertical-sliding .qodef-vertical-menu-area .qodef-vertical-menu-area-inner {
position: relative;
height: 100%
}
.qodef-header-vertical-sliding .qodef-vertical-menu-area .qodef-vertical-area-background {
position: fixed;
width: 76px;
height: 100%;
background-position: right top;
background-repeat: no-repeat;
background-color: #fff;
background-size: cover;
top: 0;
left: 0;
z-index: 2;
opacity: 1;
-webkit-transition: opacity .3s ease, background-color .3s ease, border-color .3s ease;
-o-transition: opacity .3s ease, background-color .3s ease, border-color .3s ease;
transition: opacity .3s ease, background-color .3s ease, border-color .3s ease
}
.qodef-header-vertical-sliding .qodef-vertical-menu-area .qodef-vertical-menu-holder {
-webkit-box-shadow: 3px 4px 6px 0 rgba(0, 0, 0, .04);
box-shadow: 3px 4px 6px 0 rgba(0, 0, 0, .04);
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 3
}
.qodef-header-vertical-sliding .qodef-vertical-menu-area .qodef-vertical-menu-table {
display: table;
width: 100%;
height: 100%
}
.qodef-header-vertical-sliding .qodef-vertical-menu-area .qodef-vertical-menu-table-cell {
display: table-cell;
vertical-align: middle;
padding-bottom: 100px
}
.qodef-header-vertical-sliding .qodef-vertical-menu-area.qodef-with-scroll {
overflow: hidden
}
.qodef-header-vertical-sliding.admin-bar .qodef-vertical-menu-area {
top: 33px
}
.qodef-header-vertical-sliding .qodef-vertical-menu-area.opened .qodef-vertical-area-background {
background-color: #fff;
border-color: transparent
}
.qodef-header-vertical-sliding .qodef-vertical-menu-area.opened .qodef-logo-wrapper a img.qodef-normal-logo {
opacity: 0
}
.qodef-header-vertical-sliding .qodef-vertical-menu-area.opened .qodef-logo-wrapper a img.qodef-light-logo {
opacity: 1
}
.qodef-header-vertical-sliding .qodef-vertical-menu-area.opened .qodef-vertical-menu-opener a {
color: #fff
}
.qodef-header-vertical-sliding .qodef-vertical-menu-area.opened .qodef-vertical-menu-opener a .qodef-vertical-sliding-opener-icon {
visibility: hidden
}
.qodef-header-vertical-sliding .qodef-vertical-menu-area.opened .qodef-vertical-menu-opener a .qodef-vertical-sliding-close-icon {
visibility: visible
}
.qodef-header-vertical .qodef-vertical-alignment-center .qodef-vertical-menu-outer {
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
padding: 100px 0
}
.qodef-header-vertical .qodef-vertical-alignment-center .qodef-vertical-menu {
display: table;
width: 100%;
height: 100%;
min-height: 0
}
.qodef-header-vertical .qodef-vertical-alignment-center .qodef-vertical-menu > ul {
display: table-cell;
width: 100%;
height: 100%;
vertical-align: middle
}
.qodef-header-vertical .qodef-vertical-menu-outer {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-header-vertical .qodef-vertical-menu {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
margin: 1px 0;
padding: 0 0 0 11px;
z-index: 100
}
.qodef-header-vertical .qodef-vertical-menu ul {
position: relative;
list-style-type: none;
padding: 0;
margin: 0
}
.qodef-header-vertical .qodef-vertical-menu ul:hover > li:hover > a {
color: #000
}
.qodef-header-vertical .qodef-vertical-menu ul:hover > li > a {
color: #b1b1b1
}
.qodef-header-vertical .qodef-vertical-menu ul li {
position: relative;
padding: 0;
margin: 0
}
.qodef-header-vertical .qodef-vertical-menu ul li a {
position: relative;
display: block;
margin: 0;
padding: 5px 0;
color: #000;
font-size: 22px;
font-weight: 700
}
.qodef-header-vertical .qodef-vertical-menu ul li a:hover {
color: #ff2a0e
}
.qodef-header-vertical .qodef-vertical-menu ul li a .item_outer {
position: relative;
display: block;
padding: 0 15px 0 0;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-header-vertical .qodef-vertical-menu ul li a .qodef-menu-arrow {
display: none;
position: absolute;
top: 1px;
right: 0;
font-size: inherit;
line-height: inherit;
margin: 0;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-transition: -webkit-transform .2s ease-in-out;
transition: -webkit-transform .2s ease-in-out;
-o-transition: transform .2s ease-in-out;
transition: transform .2s ease-in-out;
transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
}
.qodef-header-vertical .qodef-vertical-menu ul li a .qodef-menu-featured-icon {
position: relative;
top: -4px;
left: 3px;
color: #000;
font-size: 12px;
margin: 0
}
.qodef-header-vertical .qodef-vertical-menu ul li a .menu_icon:not(.blank):not(.null) {
padding: 0 5px 0 0
}
.qodef-header-vertical .qodef-vertical-menu ul li.current-menu-ancestor > a, .qodef-header-vertical .qodef-vertical-menu ul li.current-menu-item > a, .qodef-header-vertical .qodef-vertical-menu ul li.current_page_item > a, .qodef-header-vertical .qodef-vertical-menu ul li.qodef-active-item > a {
color: #ff2a0e
}
.qodef-header-vertical .qodef-vertical-menu ul li ul li.sub > a .item_outer {
position: relative;
display: block
}
.qodef-header-vertical .qodef-vertical-menu ul li ul li.sub > a .item_outer:after {
position: absolute;
top: -1px;
right: 0;
margin: 0;
font-family: 'Font Awesome 5 Free';
font-size: inherit;
line-height: inherit;
font-weight: 900;
content: "\f105";
-webkit-transition: -webkit-transform .2s ease-in-out;
transition: -webkit-transform .2s ease-in-out;
-o-transition: transform .2s ease-in-out;
transition: transform .2s ease-in-out;
transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
}
.qodef-header-vertical .qodef-vertical-menu ul li .second {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
.qodef-header-vertical .qodef-vertical-menu ul li .second .inner {
position: relative;
display: block;
padding: 0;
z-index: 997
}
.qodef-header-vertical .qodef-vertical-menu ul li .second .inner > ul {
padding: 9px 0
}
.qodef-header-vertical .qodef-vertical-menu ul li .second .inner > ul > li > a {
color: #717171;
font-size: 16px;
font-weight: 400;
padding: 3px 0
}
.qodef-header-vertical .qodef-vertical-menu ul li .second .inner > ul > li > a span {
overflow: hidden;
-webkit-transition: padding .2s ease-in;
-o-transition: padding .2s ease-in;
transition: padding .2s ease-in
}
.qodef-header-vertical .qodef-vertical-menu ul li .second .inner > ul > li > a span:before {
position: absolute;
top: calc(50% - 2px);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
content: '';
left: -20px;
margin-right: 5px;
width: 8px;
height: 8px;
background-color: #ff2a0e;
-webkit-transition: padding .2s ease-in;
-o-transition: padding .2s ease-in;
transition: padding .2s ease-in
}
.qodef-header-vertical .qodef-vertical-menu ul li .second .inner > ul > li > a:hover span {
padding: 0 0 0 8px;
-webkit-transition: padding .2s ease-out;
-o-transition: padding .2s ease-out;
transition: padding .2s ease-out
}
.qodef-header-vertical .qodef-vertical-menu ul li .second .inner > ul > li > a:hover span:before {
padding: 0 20px 0 0;
-webkit-transition: padding .2s ease-out;
-o-transition: padding .2s ease-out;
transition: padding .2s ease-out
}
.qodef-header-vertical .qodef-vertical-menu > ul > li > a {
font-size: 22px;
font-weight: 700
}
.qodef-header-vertical .qodef-vertical-menu > ul > li > a span.item_text {
position: relative;
display: inline-block;
vertical-align: top
}
.qodef-header-vertical .qodef-vertical-menu.qodef-vertical-dropdown-below ul li a:hover .qodef-menu-arrow, .qodef-header-vertical .qodef-vertical-menu.qodef-vertical-dropdown-below ul li.current-menu-ancestor > a .qodef-menu-arrow, .qodef-header-vertical .qodef-vertical-menu.qodef-vertical-dropdown-below ul li.current-menu-item > a .qodef-menu-arrow, .qodef-header-vertical .qodef-vertical-menu.qodef-vertical-dropdown-below ul li.current_page_item > a .qodef-menu-arrow, .qodef-header-vertical .qodef-vertical-menu.qodef-vertical-dropdown-below ul li.qodef-active-item > a .qodef-menu-arrow {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0)
}
.qodef-header-vertical .qodef-vertical-menu.qodef-vertical-dropdown-below ul li .second {
display: none
}
.qodef-header-vertical .qodef-vertical-menu.qodef-vertical-dropdown-below ul li ul li.sub a:hover .item_outer:after, .qodef-header-vertical .qodef-vertical-menu.qodef-vertical-dropdown-below ul li ul li.sub.current-menu-ancestor > a .item_outer:after, .qodef-header-vertical .qodef-vertical-menu.qodef-vertical-dropdown-below ul li ul li.sub.current_page_item > a .item_outer:after, .qodef-header-vertical .qodef-vertical-menu.qodef-vertical-dropdown-below ul li ul li.sub.open > a .item_outer:after {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg)
}
.qodef-header-vertical .qodef-vertical-menu.qodef-vertical-dropdown-side .second {
position: absolute;
top: 0;
width: 100%
}
.qodef-header-vertical .qodef-vertical-menu.qodef-vertical-dropdown-side .second ul {
position: absolute;
top: -23px;
left: calc(100% + 45px);
width: 254px;
background-color: #fff;
padding: 25px 20px;
margin-left: 50px;
visibility: hidden;
opacity: 0;
-webkit-transition: all .2s ease;
-o-transition: all .2s ease;
transition: all .2s ease
}
.qodef-header-vertical .qodef-vertical-menu.qodef-vertical-dropdown-side .second ul * {
visibility: inherit;
-webkit-transition: visibility .2s ease;
-o-transition: visibility .2s ease;
transition: visibility .2s ease
}
.qodef-header-vertical .qodef-vertical-menu.qodef-vertical-dropdown-side .second ul.qodef-float-open {
margin-left: 0;
opacity: 1;
visibility: visible;
z-index: 900
}
.qodef-header-vertical .qodef-vertical-menu.qodef-vertical-dropdown-side .second ul ul {
top: -25px;
left: calc(100% + 20px);
visibility: hidden;
-webkit-transition: all .2s ease;
-o-transition: all .2s ease;
transition: all .2s ease
}
.qodef-light-header.qodef-header-vertical .qodef-vertical-menu ul li a {
color: #fff !important
}
.qodef-light-header.qodef-header-vertical .qodef-vertical-menu ul li a:hover {
color: #000 !important
}
.qodef-light-header.qodef-header-vertical .qodef-vertical-menu ul li ul li.current-menu-ancestor > a, .qodef-light-header.qodef-header-vertical .qodef-vertical-menu ul li ul li.current-menu-item > a, .qodef-light-header.qodef-header-vertical .qodef-vertical-menu ul li ul li.current_page_item > a {
color: #000 !important
}
.qodef-light-header.qodef-header-vertical .qodef-vertical-menu > ul > li.current-menu-ancestor > a, .qodef-light-header.qodef-header-vertical .qodef-vertical-menu > ul > li.qodef-active-item > a {
color: #000 !important
}
.qodef-dark-header.qodef-header-vertical .qodef-vertical-menu ul li a {
color: #000 !important
}
.qodef-dark-header.qodef-header-vertical .qodef-vertical-menu ul li a:hover {
color: #717171 !important
}
.qodef-dark-header.qodef-header-vertical .qodef-vertical-menu ul li ul li.current-menu-ancestor > a, .qodef-dark-header.qodef-header-vertical .qodef-vertical-menu ul li ul li.current-menu-item > a, .qodef-dark-header.qodef-header-vertical .qodef-vertical-menu ul li ul li.current_page_item > a {
color: #717171 !important
}
.qodef-dark-header.qodef-header-vertical .qodef-vertical-menu > ul > li.current-menu-ancestor > a, .qodef-dark-header.qodef-header-vertical .qodef-vertical-menu > ul > li.qodef-active-item > a {
color: #717171 !important
}
.qodef-header-vertical .qodef-vertical-area-widget-holder {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
margin: 10px 0 0;
z-index: 100
}
.qodef-header-vertical .qodef-vertical-area-widget-holder .qodef-social-follow-holder {
margin-bottom: 50px
}
.qodef-header-vertical .qodef-vertical-alignment-center .qodef-vertical-area-widget-holder {
position: absolute;
width: 100%;
bottom: 0;
left: 0
}
.qodef-header-vertical .qodef-vertical-alignment-center .qodef-vertical-area-widget-holder .widget {
margin: 0 0 18px 13px
}
.qodef-header-vertical.admin-bar .qodef-vertical-menu-area {
top: 32px;
height: calc(100% - 32px)
}
.qodef-header-vertical .qodef-content, .qodef-header-vertical footer {
padding-left: 312px;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-header-vertical .qodef-vertical-menu-area {
position: fixed;
top: 0;
left: 0;
width: 312px;
height: 100%;
padding: 60px 45px 0;
background-color: transparent;
outline: 0;
z-index: 101;
-webkit-backface-visibility: hidden;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-header-vertical .qodef-vertical-menu-area.qodef-with-scroll {
overflow: hidden
}
.qodef-header-vertical .qodef-vertical-menu-area .qodef-vertical-area-widget-holder {
position: absolute;
bottom: 0
}
.qodef-header-vertical .qodef-vertical-menu-area-inner {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
height: 100%
}
.qodef-header-vertical .qodef-vertical-menu-area-inner.qodef-vertical-align-left {
text-align: left
}
.qodef-header-vertical .qodef-vertical-menu-area-inner.qodef-vertical-align-center {
text-align: center
}
.qodef-header-vertical .qodef-vertical-menu-area-inner.qodef-vertical-align-center .qodef-logo-wrapper img {
margin: 0 auto
}
.qodef-header-vertical .qodef-logo-wrapper {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
z-index: 100
}
.qodef-header-vertical .qodef-logo-wrapper a {
display: block;
position: relative;
height: 100%
}
.qodef-header-vertical .qodef-logo-wrapper img {
display: block;
height: auto;
max-height: 100%;
-webkit-transition: opacity .3s ease;
-o-transition: opacity .3s ease;
transition: opacity .3s ease
}
.qodef-header-vertical .qodef-vertical-area-background {
position: fixed;
top: 0;
left: 0;
width: 312px;
height: 100%;
background-color: #fff;
background-position: right top;
background-repeat: no-repeat;
background-size: cover;
z-index: 0;
opacity: 1;
-webkit-transition: opacity .5s ease, background-color .5s ease;
-o-transition: opacity .5s ease, background-color .5s ease;
transition: opacity .5s ease, background-color .5s ease
}
.qodef-header-vertical.qodef-header-vertical-shadow-disable .qodef-vertical-area-background {
-webkit-box-shadow: none;
box-shadow: none
}
.qodef-header-vertical.qodef-header-vertical-border-disable .qodef-vertical-area-background {
border: none
}
.qodef-light-header .qodef-vertical-menu-area .qodef-logo-wrapper .qodef-light-logo {
opacity: 1
}
.qodef-light-header .qodef-vertical-menu-area .qodef-logo-wrapper .qodef-dark-logo, .qodef-light-header .qodef-vertical-menu-area .qodef-logo-wrapper .qodef-normal-logo {
opacity: 0
}
.qodef-dark-header .qodef-vertical-menu-area .qodef-logo-wrapper .qodef-dark-logo {
opacity: 1
}
.qodef-dark-header .qodef-vertical-menu-area .qodef-logo-wrapper .qodef-light-logo, .qodef-dark-header .qodef-vertical-menu-area .qodef-logo-wrapper .qodef-normal-logo {
opacity: 0
}
.qodef-mobile-header {
position: absolute;
display: none;
z-index: 110
}
.qodef-mobile-header .qodef-mobile-header-inner {
position: relative;
height: 77px; -webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-mobile-header .qodef-mobile-header-inner .qodef-mobile-header-holder {
position: relative;
z-index: 2;
height: 100%
}
.qodef-mobile-header .qodef-grid {
height: 100%
}
.qodef-mobile-header .qodef-vertical-align-containers {
padding: 0
}
.qodef-mobile-header .qodef-vertical-align-containers .qodef-position-right {
max-width: 80%
}
.qodef-mobile-header .qodef-mobile-logo-wrapper a {
display: block
}
.qodef-mobile-header .qodef-mobile-logo-wrapper img {
display: block;
height: 100%;
width: auto;
margin: 10px 0 10px 30px;
max-height: 55px;
}
.qodef-mobile-header .qodef-mobile-menu-opener {
position: relative;
display: inline-block;
vertical-align: middle;
z-index: 2
}
.qodef-mobile-header .qodef-mobile-menu-opener a {
display: table;
height: 100%
}
.qodef-mobile-header .qodef-mobile-menu-opener a > * {
position: relative;
display: table-cell;
vertical-align: middle;
line-height: 1em
}
.qodef-mobile-header .qodef-mobile-menu-opener a .qodef-mobile-menu-text {
color: inherit;
font-family: inherit;
font-size: inherit;
font-weight: inherit;
font-style: inherit;
line-height: inherit;
letter-spacing: inherit;
text-transform: inherit;
padding-right: 10px
}
.qodef-mobile-header .qodef-mobile-menu-opener .qodef-aarhus-burger:hover rect:nth-child(2), .qodef-mobile-header .qodef-mobile-menu-opener .qodef-aarhus-burger:hover rect:nth-child(3), .qodef-mobile-header .qodef-mobile-menu-opener .qodef-aarhus-burger:hover rect:nth-child(4) {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.qodef-mobile-header .qodef-mobile-menu-opener .qodef-aarhus-burger:hover rect:nth-child(10), .qodef-mobile-header .qodef-mobile-menu-opener .qodef-aarhus-burger:hover rect:nth-child(8), .qodef-mobile-header .qodef-mobile-menu-opener .qodef-aarhus-burger:hover rect:nth-child(9) {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.qodef-mobile-header .qodef-mobile-menu-opener.qodef-mobile-menu-opened a {
color: #ff2a0e
}
.qodef-mobile-header .qodef-mobile-menu-opener.qodef-mobile-menu-opened .qodef-aarhus-burger rect:nth-child(2), .qodef-mobile-header .qodef-mobile-menu-opener.qodef-mobile-menu-opened .qodef-aarhus-burger rect:nth-child(3), .qodef-mobile-header .qodef-mobile-menu-opener.qodef-mobile-menu-opened .qodef-aarhus-burger rect:nth-child(4) {
-webkit-transform: translate3d(0, 9px, 0);
transform: translate3d(0, 9px, 0)
}
.qodef-mobile-header .qodef-mobile-menu-opener.qodef-mobile-menu-opened .qodef-aarhus-burger rect:nth-child(10), .qodef-mobile-header .qodef-mobile-menu-opener.qodef-mobile-menu-opened .qodef-aarhus-burger rect:nth-child(8), .qodef-mobile-header .qodef-mobile-menu-opener.qodef-mobile-menu-opened .qodef-aarhus-burger rect:nth-child(9) {
-webkit-transform: translate3d(0, -9px, 0);
transform: translate3d(0, -9px, 0)
}
.qodef-mobile-header .qodef-mobile-menu-opener.qodef-mobile-menu-opener-icon-pack .qodef-mobile-menu-icon {
font-size: 20px
}
.qodef-mobile-header .qodef-mobile-menu-opener.qodef-mobile-menu-opener-icon-pack .qodef-mobile-menu-icon * {
display: block;
line-height: inherit
}
.qodef-mobile-header .qodef-mobile-menu-opener.qodef-mobile-menu-opener-icon-pack .qodef-mobile-menu-icon :before {
display: block;
line-height: inherit
}
.qodef-mobile-header .qodef-mobile-menu-opener.qodef-mobile-menu-opener-svg-path .qodef-mobile-menu-icon > * {
vertical-align: middle
}
.qodef-mobile-header .qodef-mobile-menu-opener.qodef-mobile-menu-opener-svg-path .qodef-mobile-menu-icon path, .qodef-mobile-header .qodef-mobile-menu-opener.qodef-mobile-menu-opener-svg-path .qodef-mobile-menu-icon > * {
fill: currentColor
}
.qodef-mobile-header .qodef-mobile-menu-opener.qodef-mobile-menu-opener-predefined {
line-height: 1
}
.qodef-mobile-header .qodef-mobile-menu-opener.qodef-mobile-menu-opener-predefined .qodef-hm-lines {
position: relative;
display: block;
width: 23px;
height: 17px
}
.qodef-mobile-header .qodef-mobile-menu-opener.qodef-mobile-menu-opener-predefined .qodef-hm-lines .qodef-hm-line {
position: absolute;
left: 0;
height: 3px;
width: 100%;
background-color: currentColor;
border-radius: 12px;
-webkit-transition: width .3s ease;
-o-transition: width .3s ease;
transition: width .3s ease
}
.qodef-mobile-header .qodef-mobile-menu-opener.qodef-mobile-menu-opener-predefined .qodef-hm-lines .qodef-hm-line.qodef-line-1 {
top: 0
}
.qodef-mobile-header .qodef-mobile-menu-opener.qodef-mobile-menu-opener-predefined .qodef-hm-lines .qodef-hm-line.qodef-line-2 {
top: 7px
}
.qodef-mobile-header .qodef-mobile-menu-opener.qodef-mobile-menu-opener-predefined .qodef-hm-lines .qodef-hm-line.qodef-line-3 {
bottom: 0
}
.qodef-mobile-header .qodef-mobile-nav {
display: none;
width: 100%;
background-color: #fff;
border-bottom: 1px solid #e1e1e1
}
.qodef-mobile-header .qodef-mobile-nav ul {
padding: 0;
margin: 0;
list-style-type: none
}
.qodef-mobile-header .qodef-mobile-nav ul li {
position: relative;
padding: 0;
margin: 0;
-webkit-transform: translateZ(0)
}
.qodef-mobile-header .qodef-mobile-nav ul li a, .qodef-mobile-header .qodef-mobile-nav ul li h6 {
position: relative;
display: block;
padding: 9px 0;
margin: 0;
font-size: 14px;
line-height: 23px;
color: #717171;
border-bottom: 1px solid #e1e1e1;
cursor: pointer;
overflow: hidden
}
.qodef-mobile-header .qodef-mobile-nav ul li a:hover, .qodef-mobile-header .qodef-mobile-nav ul li h6:hover {
color: #000
}
.qodef-mobile-header .qodef-mobile-nav ul li a:hover span, .qodef-mobile-header .qodef-mobile-nav ul li h6:hover span {
padding: 0 0 0 25px;
-webkit-transition: padding .2s ease-out;
-o-transition: padding .2s ease-out;
transition: padding .2s ease-out
}
.qodef-mobile-header .qodef-mobile-nav ul li a:hover span:before, .qodef-mobile-header .qodef-mobile-nav ul li h6:hover span:before {
padding: 0 20px 0 0;
-webkit-transition: padding .2s ease-out;
-o-transition: padding .2s ease-out;
transition: padding .2s ease-out
}
.qodef-mobile-header .qodef-mobile-nav ul li a span, .qodef-mobile-header .qodef-mobile-nav ul li h6 span {
overflow: hidden;
-webkit-transition: padding .2s ease-in;
-o-transition: padding .2s ease-in;
transition: padding .2s ease-in
}
.qodef-mobile-header .qodef-mobile-nav ul li a span:before, .qodef-mobile-header .qodef-mobile-nav ul li h6 span:before {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
content: '';
left: -20px;
margin-right: 5px;
width: 11px;
height: 11px;
background-color: #ff2a0e;
-webkit-transition: padding .2s ease-in;
-o-transition: padding .2s ease-in;
transition: padding .2s ease-in
}
.qodef-mobile-header .qodef-mobile-nav ul ul {
display: none;
margin-left: 15px
}
.qodef-mobile-header .qodef-mobile-nav ul ul li.current-menu-ancestor > a, .qodef-mobile-header .qodef-mobile-nav ul ul li.current-menu-ancestor > h6, .qodef-mobile-header .qodef-mobile-nav ul ul li.current-menu-item > a, .qodef-mobile-header .qodef-mobile-nav ul ul li.current-menu-item > h6 {
color: #000
}
.qodef-mobile-header .qodef-mobile-nav .qodef-grid > ul > li.qodef-active-item > a, .qodef-mobile-header .qodef-mobile-nav .qodef-grid > ul > li.qodef-active-item > h6 {
color: #000
}
.qodef-mobile-header .qodef-mobile-nav .qodef-grid > ul > li.qodef-active-item > .mobile_arrow > .qodef-sub-arrow {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg)
}
.qodef-mobile-header .qodef-mobile-nav .mobile_arrow {
position: absolute;
right: 0;
top: 0;
width: 50px;
height: auto;
padding: 9px 12px 9px 0;
font-size: 15px;
line-height: inherit;
text-align: right;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-mobile-header .qodef-mobile-nav .mobile_arrow:hover {
cursor: pointer
}
.qodef-mobile-header .qodef-mobile-nav .mobile_arrow .qodef-sub-arrow {
display: inline-block;
line-height: 1;
-webkit-transition: transform .2s ease-in-out;
-webkit-transition: -webkit-transform .2s ease-in-out;
transition: -webkit-transform .2s ease-in-out;
-o-transition: transform .2s ease-in-out;
transition: transform .2s ease-in-out;
transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
}
.qodef-mobile-header .qodef-mobile-nav .mobile_arrow .arrow_carrot-down {
display: none
}
.qodef-mobile-header .qodef-mobile-nav li.qodef-opened > .mobile_arrow > .qodef-sub-arrow {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg)
}
.qodef-mobile-header .qodef-mobile-nav > .qodef-grid > ul > li:last-child > a, .qodef-mobile-header .qodef-mobile-nav > ul > li:last-child > a {
border-bottom: none
}
.qodef-sticky-up-mobile-header .qodef-animate-mobile-header .qodef-mobile-header-inner {
width: 100%;
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
-webkit-transition: -webkit-transform .4s ease-in-out, left .2s ease, right .2s ease;
-webkit-transition: left .2s ease, right .2s ease, -webkit-transform .4s ease-in-out;
transition: left .2s ease, right .2s ease, -webkit-transform .4s ease-in-out;
-o-transition: transform .4s ease-in-out, left .2s ease, right .2s ease;
transition: transform .4s ease-in-out, left .2s ease, right .2s ease;
transition: transform .4s ease-in-out, left .2s ease, right .2s ease, -webkit-transform .4s ease-in-out
}
.qodef-sticky-up-mobile-header .mobile-header-appear .qodef-mobile-header-inner {
position: fixed;
top: 0;
left: 0;
width: 100%;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0)
}
.qodef-sticky-header {
position: fixed;
top: 0;
left: 0;
height: 70px;
width: 100%;
z-index: 100;
-webkit-backface-visibility: hidden;
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
-webkit-transition: -webkit-transform .6s ease;
transition: -webkit-transform .6s ease;
-o-transition: transform .6s ease;
transition: transform .6s ease;
transition: transform .6s ease, -webkit-transform .6s ease
}
.qodef-sticky-header .qodef-grid {
height: 100% !important
}
.qodef-sticky-header.header-appear {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0)
}
.admin-bar .qodef-sticky-header.header-appear {
top: 32px
}
.qodef-sticky-header .qodef-sticky-holder {
position: relative;
height: 100%;
z-index: 2;
background-color: #fff;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-sticky-header .qodef-sticky-holder .qodef-logo-wrapper a {
max-height: 70px
}
.qodef-sticky-header .qodef-sticky-holder .qodef-vertical-align-containers {
padding: 0 40px
}
.qodef-sticky-header .qodef-sticky-holder.qodef-menu-left .qodef-main-menu {
width: auto;
padding: 0 0 0 20px
}
.qodef-sticky-header .qodef-sticky-holder.qodef-menu-left .qodef-vertical-align-containers .qodef-position-left-inner {
height: 100%
}
.qodef-sticky-header .qodef-sticky-holder.qodef-menu-left .qodef-vertical-align-containers .qodef-position-right:before {
display: none
}
.qodef-sticky-header .qodef-sticky-holder.qodef-menu-left .qodef-vertical-align-containers .qodef-position-right-inner {
display: -webkit-flex;
-webkit-align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 100%
}
.qodef-sticky-header .qodef-sticky-holder.qodef-menu-center .qodef-vertical-align-containers .qodef-position-center-inner {
height: 100%
}
.qodef-sticky-header .qodef-sticky-holder.qodef-menu-center .qodef-vertical-align-containers .qodef-position-right:before {
display: none
}
.qodef-sticky-header .qodef-sticky-holder.qodef-menu-center .qodef-vertical-align-containers .qodef-position-right-inner {
display: -webkit-flex;
-webkit-align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 100%
}
.qodef-sticky-header .qodef-sticky-holder.qodef-menu-right .qodef-main-menu {
width: auto
}
.qodef-sticky-header .qodef-sticky-holder.qodef-menu-right .qodef-vertical-align-containers .qodef-position-right-inner {
height: 100%
}
.qodef-sticky-header .widget {
display: inline-block;
vertical-align: middle;
margin: 0
}
.qodef-top-bar {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
height: 46px;
font-size: 12px;
line-height: 1;
color: #fff;
background-color: #000;
-webkit-box-sizing: border-box;
box-sizing: border-box;
z-index: 110
}
.qodef-top-bar > .qodef-vertical-align-containers {
padding: 0 40px
}
.qodef-top-bar .qodef-vertical-align-containers .qodef-position-left:before, .qodef-top-bar .qodef-vertical-align-containers .qodef-position-right:before {
display: none
}
.qodef-top-bar .qodef-vertical-align-containers .qodef-position-left-inner, .qodef-top-bar .qodef-vertical-align-containers .qodef-position-right-inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 100%;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.qodef-top-bar .qodef-grid {
height: 100%
}
.qodef-top-bar .qodef-grid .qodef-vertical-align-containers {
padding-left: 0;
padding-right: 0
}
.qodef-top-bar-in-grid-padding .qodef-top-bar .qodef-grid .qodef-vertical-align-containers {
padding: 0 40px
}
.qodef-top-bar .widget {
margin: 0
}
.qodef-search-opener {
position: relative;
display: inline-block;
vertical-align: middle;
font-size: 15px;
line-height: 1;
margin: 0 24px 0 2px
}
.qodef-search-opener .qodef-search-opener-wrapper {
display: block
}
.qodef-search-opener .qodef-search-opener-wrapper > * {
position: relative;
display: inline-block;
vertical-align: middle;
line-height: inherit
}
.qodef-search-opener .qodef-search-opener-wrapper > :before {
display: block;
line-height: inherit
}
.qodef-search-opener.qodef-search-opener-svg-path .qodef-search-opener-wrapper > * {
vertical-align: middle
}
.qodef-search-opener.qodef-search-opener-svg-path .qodef-search-opener-wrapper path, .qodef-search-opener.qodef-search-opener-svg-path .qodef-search-opener-wrapper > * {
fill: currentColor
}
.qodef-search-opener.qodef-search-opener-svg-path .qodef-search-opener-wrapper > svg {
-webkit-transform: translateY(-2px);
-ms-transform: translateY(-2px);
transform: translateY(-2px)
}
.qodef-search-opener.qodef-search-opener-svg-path .qodef-search-opener-wrapper:hover {
opacity: .55;
-webkit-transition: opacity .2s ease-in;
-o-transition: opacity .2s ease-in;
transition: opacity .2s ease-in
}
.qodef-light-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-search-opener, .qodef-light-header .qodef-top-bar .qodef-search-opener {
color: #fff !important;
-webkit-transition: opacity .2s ease-out;
-o-transition: opacity .2s ease-out;
transition: opacity .2s ease-out
}
.qodef-light-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-search-opener:hover, .qodef-light-header .qodef-top-bar .qodef-search-opener:hover {
opacity: .55;
-webkit-transition: opacity .2s ease-in;
-o-transition: opacity .2s ease-in;
transition: opacity .2s ease-in
}
.qodef-dark-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-search-opener, .qodef-dark-header .qodef-top-bar .qodef-search-opener {
color: #000 !important;
-webkit-transition: opacity .2s ease-out;
-o-transition: opacity .2s ease-out;
transition: opacity .2s ease-out
}
.qodef-dark-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-search-opener:hover, .qodef-dark-header .qodef-top-bar .qodef-search-opener:hover {
opacity: .55;
-webkit-transition: opacity .2s ease-in;
-o-transition: opacity .2s ease-in;
transition: opacity .2s ease-in
}
.qodef-search-page-holder {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
margin: 0 0 80px
}
.qodef-search-page-holder .qodef-search-page-form {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
margin: 0 0 30px
}
.qodef-search-page-holder .qodef-search-page-form .qodef-search-title {
margin: 0 0 20px
}
.qodef-search-page-holder .qodef-search-page-form .qodef-search-label {
display: block;
font-size: 16px;
font-weight: 400;
line-height: 1.56em;
color: #717171
}
.qodef-search-page-holder .qodef-search-page-form .qodef-form-holder {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
margin: 0 0 10px;
clear: both;
border-bottom: 1px solid #e1e1e1
}
.qodef-search-page-holder .qodef-search-page-form .qodef-form-holder .qodef-column-left {
display: table-cell;
vertical-align: top
}
.qodef-search-page-holder .qodef-search-page-form .qodef-form-holder .qodef-column-right {
display: table-cell;
width: 1%;
text-align: left;
vertical-align: top
}
.qodef-search-page-holder .qodef-search-page-form .qodef-form-holder .qodef-search-field {
position: relative;
width: 100%;
height: 40px;
line-height: 1.5em;
margin: 0;
padding: 0 20px 0 3px;
font-family: inherit;
font-size: 18px;
font-weight: 400;
color: #000;
background-color: transparent;
border: none;
outline: 0;
vertical-align: middle;
-webkit-appearance: none;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-search-page-holder .qodef-search-page-form .qodef-form-holder .qodef-search-field::-webkit-input-placeholder {
font-size: 18px;
line-height: 1.5em;
font-weight: 400;
color: #000
}
.qodef-search-page-holder .qodef-search-page-form .qodef-form-holder .qodef-search-field:-moz-placeholder {
font-size: 18px;
line-height: 1.5em;
font-weight: 400;
color: #000;
opacity: 1
}
.qodef-search-page-holder .qodef-search-page-form .qodef-form-holder .qodef-search-field::-moz-placeholder {
font-size: 18px;
line-height: 1.5em;
font-weight: 400;
color: #000;
opacity: 1
}
.qodef-search-page-holder .qodef-search-page-form .qodef-form-holder .qodef-search-field:-ms-input-placeholder {
font-size: 18px;
line-height: 1.5em;
font-weight: 400;
color: #000
}
.qodef-search-page-holder .qodef-search-page-form .qodef-form-holder .qodef-search-submit {
position: relative;
display: inline-block;
width: auto;
height: 40px;
line-height: 40px;
padding: 0;
font-size: 18px;
color: #717171;
background-color: transparent;
border: 0;
outline: 0;
cursor: pointer;
vertical-align: middle;
-webkit-transition: color .2s ease-in-out;
-o-transition: color .2s ease-in-out;
transition: color .2s ease-in-out
}
.qodef-search-page-holder .qodef-search-page-form .qodef-form-holder .qodef-search-submit:hover {
color: #000
}
.qodef-search-page-holder article {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
padding: 30px 0;
margin: 0;
border-bottom: 1px solid #e1e1e1
}
.qodef-search-page-holder article.sticky .qodef-post-title a {
color: #ff2a0e
}
.qodef-search-page-holder article.page .qodef-post-title-area .qodef-post-info > div.qodef-post-info-category {
display: none
}
.qodef-search-page-holder article .qodef-post-content {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle
}
.qodef-search-page-holder article .qodef-post-image {
display: block;
float: left;
width: 130px
}
.qodef-search-page-holder article .qodef-post-image a, .qodef-search-page-holder article .qodef-post-image img {
display: block
}
.qodef-search-page-holder article .qodef-post-title-area {
min-height: 130px;
padding: 0 0 0 150px
}
.qodef-search-page-holder article .qodef-post-title-area.qodef-no-thumbnail {
padding: 0;
min-height: inherit
}
.qodef-search-page-holder article .qodef-post-title-area .qodef-post-title-area-inner {
width: 100%;
height: 100%;
overflow: hidden;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-search-page-holder article .qodef-post-title-area .qodef-post-title-area-inner .qodef-post-title {
margin: 0
}
.qodef-search-page-holder article .qodef-post-title-area .qodef-post-title-area-inner .qodef-post-excerpt {
margin: 7px 0 0
}
.qodef-search-page-holder .qodef-blog-pagination {
margin: 50px 0 0
}
.qodef-fullscreen-search-holder {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 105;
opacity: 0
}
.qodef-fullscreen-search-holder .qodef-fullscreen-search-table {
display: table;
width: 100%;
height: 100%
}
.qodef-fullscreen-search-holder .qodef-fullscreen-search-cell {
position: relative;
display: table-cell;
height: 100%;
width: 100%;
vertical-align: middle;
text-align: center
}
.qodef-fullscreen-search-holder .qodef-form-holder-inner {
position: relative;
width: 45%;
margin: auto
}
.qodef-fullscreen-search-holder .qodef-form-holder-inner .qodef-line {
position: absolute;
left: 0;
bottom: 0;
width: 0;
border-bottom: 1px solid #000;
-webkit-transition: all .3s .2s;
-o-transition: all .3s .2s;
transition: all .3s .2s
}
.qodef-fullscreen-search-opened .qodef-fullscreen-search-holder .qodef-form-holder-inner .qodef-line {
width: 100%;
-webkit-transition: width .5s ease .6s;
-o-transition: width .5s ease .6s;
transition: width .5s ease .6s
}
.qodef-fullscreen-search-holder .qodef-field-holder {
display: block;
position: relative
}
.qodef-fullscreen-search-holder .qodef-field-holder input[type=text] {
color: #000;
font-size: 35px
}
.qodef-fullscreen-search-holder .qodef-field-holder input[type=text]::-webkit-input-placeholder {
color: #000;
font-size: 35px;
font-weight: 500
}
.qodef-fullscreen-search-holder .qodef-field-holder input[type=text]:-moz-placeholder {
color: #000;
font-size: 35px;
font-weight: 500;
opacity: 1
}
.qodef-fullscreen-search-holder .qodef-field-holder input[type=text]::-moz-placeholder {
color: #000;
font-size: 35px;
font-weight: 500;
opacity: 1
}
.qodef-fullscreen-search-holder .qodef-field-holder input[type=text]:-ms-input-placeholder {
color: #000;
font-size: 35px;
font-weight: 500
}
.qodef-fullscreen-search-holder .qodef-search-field {
position: relative;
height: 100%;
width: 100%;
margin: 0;
padding: 0;
font-family: inherit;
font-size: 25px;
color: #000;
line-height: 2em;
background: 0 0;
border: 0;
border-radius: 0;
outline: 0
}
.qodef-fullscreen-search-holder .qodef-search-submit {
position: absolute;
right: 0;
bottom: -20px;
width: auto;
color: #000;
background-color: transparent;
border: none;
outline: 0;
opacity: 0;
cursor: pointer;
-webkit-transition: all .3s .2s;
-o-transition: all .3s .2s;
transition: all .3s .2s
}
.qodef-fullscreen-search-holder .qodef-search-submit:hover {
color: #000
}
.qodef-fullscreen-search-opened .qodef-fullscreen-search-holder .qodef-search-submit {
opacity: 1;
bottom: 7px;
font-size: 24px;
right: -8px;
-webkit-transition: color .2s ease, opacity .2s ease-out 1.1s, bottom .4s ease-out .9s;
-o-transition: color .2s ease, opacity .2s ease-out 1.1s, bottom .4s ease-out .9s;
transition: color .2s ease, opacity .2s ease-out 1.1s, bottom .4s ease-out .9s
}
.qodef-fullscreen-search-holder .qodef-search-submit.qodef-search-submit-icon-pack {
font-size: 18px;
line-height: 1em
}
.qodef-fullscreen-search-holder .qodef-search-submit.qodef-search-submit-svg-path path, .qodef-fullscreen-search-holder .qodef-search-submit.qodef-search-submit-svg-path > * {
fill: #000;
width: 24px;
height: 24px
}
.qodef-fullscreen-search-holder .qodef-search-close {
position: absolute;
top: 0;
right: 0;
color: #717171;
opacity: 0;
visibility: hidden;
z-index: 1
}
.admin-bar .qodef-fullscreen-search-holder .qodef-search-close {
top: 72px
}
.qodef-fullscreen-search-holder .qodef-search-close:hover {
color: #000
}
.qodef-fullscreen-search-holder .qodef-search-close.qodef-search-close-icon-pack {
font-size: 25px;
line-height: 1em
}
.qodef-fullscreen-search-holder .qodef-search-close.qodef-search-close-icon-pack * {
display: block;
line-height: inherit
}
.qodef-fullscreen-search-holder .qodef-search-close.qodef-search-close-icon-pack :before {
display: block;
line-height: inherit
}
.qodef-fullscreen-search-holder .qodef-search-close.qodef-search-close-svg-path > * {
vertical-align: middle
}
.qodef-fullscreen-search-holder .qodef-search-close.qodef-search-close-svg-path path, .qodef-fullscreen-search-holder .qodef-search-close.qodef-search-close-svg-path > * {
fill: currentColor
}
.qodef-search-fade .qodef-fullscreen-search-holder {
visibility: hidden;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
opacity: 0;
z-index: 112;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-search-fade .qodef-fullscreen-search-holder .qodef-fullscreen-search-table {
background-color: rgba(255, 255, 255, .98)
}
.qodef-search-fade-out.qodef-search-fade .qodef-fullscreen-search-holder {
-webkit-animation: search_fade_out .2s ease-out both;
animation: search_fade_out .2s ease-out both
}
.qodef-search-fade-in.qodef-search-fade .qodef-fullscreen-search-holder.qodef-animate {
-webkit-animation: search_fade_in .3s ease both;
animation: search_fade_in .3s ease both
}
.qodef-search-fade .qodef-fullscreen-search-holder.qodef-animate .qodef-search-close {
opacity: 1;
visibility: visible
}
@-webkit-keyframes search_fade_out {
0% {
opacity: 1;
visibility: visible
}
100% {
opacity: 0;
visibility: hidden
}
}
@keyframes search_fade_out {
0% {
opacity: 1;
visibility: visible
}
100% {
opacity: 0;
visibility: hidden
}
}
@-webkit-keyframes search_fade_in {
0% {
opacity: 0;
visibility: hidden
}
100% {
opacity: 1;
visibility: visible
}
}
@keyframes search_fade_in {
0% {
opacity: 0;
visibility: hidden
}
100% {
opacity: 1;
visibility: visible
}
}
.qodef-light-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-side-menu-button-opener, .qodef-light-header .qodef-top-bar .qodef-side-menu-button-opener {
color: #fff !important
}
.qodef-light-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-side-menu-button-opener.opened, .qodef-light-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-side-menu-button-opener:hover, .qodef-light-header .qodef-top-bar .qodef-side-menu-button-opener.opened, .qodef-light-header .qodef-top-bar .qodef-side-menu-button-opener:hover {
color: #000 !important
}
.qodef-dark-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-side-menu-button-opener, .qodef-dark-header .qodef-top-bar .qodef-side-menu-button-opener {
color: #000 !important
}
.qodef-dark-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-side-menu-button-opener.opened, .qodef-dark-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-side-menu-button-opener:hover, .qodef-dark-header .qodef-top-bar .qodef-side-menu-button-opener.opened, .qodef-dark-header .qodef-top-bar .qodef-side-menu-button-opener:hover {
color: #717171 !important
}
.qodef-side-menu-button-opener {
position: relative;
display: inline-block;
vertical-align: middle;
color: #ff2a0e
}
.qodef-side-menu-button-opener .qodef-side-menu-title {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 8px 0 0;
color: currentColor
}
.qodef-side-menu-button-opener .qodef-side-menu-icon {
position: relative;
display: inline-block;
vertical-align: middle
}
.qodef-side-menu-button-opener.opened, .qodef-side-menu-button-opener:hover {
color: #000
}
.qodef-side-menu-button-opener.qodef-side-menu-button-opener-icon-pack .qodef-side-menu-icon {
font-size: 20px
}
.qodef-side-menu-button-opener.qodef-side-menu-button-opener-icon-pack .qodef-side-menu-icon * {
display: block;
line-height: inherit
}
.qodef-side-menu-button-opener.qodef-side-menu-button-opener-icon-pack .qodef-side-menu-icon :before {
display: block;
line-height: inherit
}
.qodef-side-menu-button-opener.qodef-side-menu-button-opener-svg-path .qodef-side-menu-icon > * {
vertical-align: middle
}
.qodef-side-menu-button-opener.qodef-side-menu-button-opener-svg-path .qodef-side-menu-icon path, .qodef-side-menu-button-opener.qodef-side-menu-button-opener-svg-path .qodef-side-menu-icon > * {
fill: currentColor
}
.qodef-side-menu-button-opener.qodef-side-menu-button-opener-predefined {
line-height: 1
}
.qodef-side-menu-button-opener.qodef-side-menu-button-opener-predefined .qodef-hm-lines {
position: relative;
display: block;
width: 23px;
height: 17px
}
.qodef-side-menu-button-opener.qodef-side-menu-button-opener-predefined .qodef-hm-lines .qodef-hm-line {
position: absolute;
left: 0;
height: 3px;
width: 100%;
background-color: currentColor;
border-radius: 12px;
-webkit-transition: width .3s ease;
-o-transition: width .3s ease;
transition: width .3s ease
}
.qodef-side-menu-button-opener.qodef-side-menu-button-opener-predefined .qodef-hm-lines .qodef-hm-line.qodef-line-1 {
top: 0
}
.qodef-side-menu-button-opener.qodef-side-menu-button-opener-predefined .qodef-hm-lines .qodef-hm-line.qodef-line-2 {
top: 7px
}
.qodef-side-menu-button-opener.qodef-side-menu-button-opener-predefined .qodef-hm-lines .qodef-hm-line.qodef-line-3 {
bottom: 0
}
.qodef-side-menu {
position: fixed;
top: 0;
right: -516px;
width: 516px;
height: 100%;
min-height: 100%;
padding: 77px 40px 36px 60px;
background-color: #fff;
text-align: left;
overflow: hidden;
visibility: hidden;
z-index: 9999;
-webkit-backface-visibility: hidden;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: -3px 0 3px rgba(0, 0, 0, .04);
box-shadow: -3px 0 3px rgba(0, 0, 0, .04);
-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1);
-o-transition: all .6s cubic-bezier(.77, 0, .175, 1);
transition: all .6s cubic-bezier(.77, 0, .175, 1)
}
.qodef-side-menu a.qodef-close-side-menu {
position: absolute;
top: 0;
right: 0;
display: block;
z-index: 1000;
color: #ff2a0e
}
.qodef-side-menu a.qodef-close-side-menu:hover {
color: #000
}
.admin-bar .qodef-side-menu a.qodef-close-side-menu {
top: 68px
}
.qodef-side-menu a.qodef-close-side-menu.qodef-close-side-menu-icon-pack {
font-size: 20px
}
.qodef-side-menu a.qodef-close-side-menu.qodef-close-side-menu-icon-pack * {
display: block;
line-height: inherit
}
.qodef-side-menu a.qodef-close-side-menu.qodef-close-side-menu-icon-pack :before {
display: block;
line-height: inherit
}
.qodef-side-menu a.qodef-close-side-menu.qodef-close-side-menu-svg-path > * {
vertical-align: middle
}
.qodef-side-menu a.qodef-close-side-menu.qodef-close-side-menu-svg-path path, .qodef-side-menu a.qodef-close-side-menu.qodef-close-side-menu-svg-path > * {
fill: currentColor
}
.qodef-right-side-menu-opened .mobile-header-appear .qodef-mobile-header-inner, .qodef-right-side-menu-opened .qodef-fixed-wrapper.fixed, .qodef-right-side-menu-opened .qodef-sticky-header, .qodef-right-side-menu-opened .qodef-wrapper, .qodef-right-side-menu-opened footer.qodef-footer-uncover {
left: 0
}
.qodef-side-menu-slide-from-right .qodef-wrapper {
background-color: #fff;
position: relative;
z-index: 1000;
-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1);
-o-transition: all .6s cubic-bezier(.77, 0, .175, 1);
transition: all .6s cubic-bezier(.77, 0, .175, 1)
}
.qodef-side-menu-slide-from-right .qodef-wrapper .qodef-cover {
z-index: 0;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
opacity: 0;
background-color: rgba(0, 0, 0, .3);
-webkit-transition: opacity .2s ease-in-out, z-index .2s ease-in-out;
-o-transition: opacity .2s ease-in-out, z-index .2s ease-in-out;
transition: opacity .2s ease-in-out, z-index .2s ease-in-out
}
.qodef-side-menu-slide-from-right .qodef-fixed-wrapper.fixed, .qodef-side-menu-slide-from-right .qodef-sticky-header {
-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1);
-o-transition: all .6s cubic-bezier(.77, 0, .175, 1);
transition: all .6s cubic-bezier(.77, 0, .175, 1)
}
.qodef-side-menu-slide-from-right footer.qodef-footer-uncover {
-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1);
-o-transition: all .6s cubic-bezier(.77, 0, .175, 1);
transition: all .6s cubic-bezier(.77, 0, .175, 1)
}
.qodef-side-menu-slide-from-right.qodef-right-side-menu-opened .qodef-cover {
z-index: 1002;
opacity: 1
}
.qodef-side-menu-slide-from-right.qodef-right-side-menu-opened .qodef-side-menu {
right: 0;
visibility: visible
}
.qodef-side-area-uncovered-from-content.qodef-right-side-menu-opened .mobile-header-appear .qodef-mobile-header-inner, .qodef-side-area-uncovered-from-content.qodef-right-side-menu-opened .qodef-fixed-wrapper.fixed, .qodef-side-area-uncovered-from-content.qodef-right-side-menu-opened .qodef-mobile-header-inner, .qodef-side-area-uncovered-from-content.qodef-right-side-menu-opened .qodef-sticky-header, .qodef-side-area-uncovered-from-content.qodef-right-side-menu-opened .qodef-wrapper, .qodef-side-area-uncovered-from-content.qodef-right-side-menu-opened footer.qodef-footer-uncover {
left: -405px
}
.qodef-side-area-uncovered-from-content .qodef-side-menu {
right: 0;
z-index: 90
}
.qodef-side-area-uncovered-from-content .qodef-fixed-wrapper.fixed, .qodef-side-area-uncovered-from-content .qodef-sticky-header {
-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1);
-o-transition: all .6s cubic-bezier(.77, 0, .175, 1);
transition: all .6s cubic-bezier(.77, 0, .175, 1)
}
.qodef-side-menu-slide-with-content {
overflow-x: hidden;
position: relative;
left: 0;
-webkit-overflow-scrolling: auto !important;
-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1);
-o-transition: all .6s cubic-bezier(.77, 0, .175, 1);
transition: all .6s cubic-bezier(.77, 0, .175, 1)
}
.qodef-side-menu-slide-with-content .qodef-side-menu {
visibility: visible
}
.qodef-side-menu-slide-with-content .qodef-wrapper, .qodef-side-menu-slide-with-content footer.qodef-footer-uncover {
-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1);
-o-transition: all .6s cubic-bezier(.77, 0, .175, 1);
transition: all .6s cubic-bezier(.77, 0, .175, 1)
}
.qodef-side-menu-slide-with-content .qodef-fixed-wrapper.fixed, .qodef-side-menu-slide-with-content .qodef-mobile-header-inner, .qodef-side-menu-slide-with-content .qodef-sticky-header {
-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1);
-o-transition: all .6s cubic-bezier(.77, 0, .175, 1);
transition: all .6s cubic-bezier(.77, 0, .175, 1)
}
.qodef-side-menu-slide-with-content.qodef-side-menu-open .qodef-fixed-wrapper, .qodef-side-menu-slide-with-content.qodef-side-menu-open .qodef-mobile-header-inner, .qodef-side-menu-slide-with-content.qodef-side-menu-open .qodef-sticky-header, .qodef-side-menu-slide-with-content.qodef-side-menu-open .qodef-wrapper, .qodef-side-menu-slide-with-content.qodef-side-menu-open footer.qodef-footer-uncover {
left: -405px
}
.qodef-side-menu-slide-with-content.qodef-side-menu-open .qodef-side-menu {
right: 0
}
@media only screen and (max-width:1440px) {
.qodef-side-menu-slide-from-right .qodef-side-menu {
padding: 65px 40px 30px 40px
}
}
@media only screen and (max-width:1280px) {
.qodef-side-menu-slide-from-right .qodef-side-menu {
padding: 60px 42px 30px 41px
}
}
.qodef-has-skewed-section-effect {
position: relative;
z-index: 100
}
.qodef-skewed-section-effect > svg {
vertical-align: middle
}
.qodef-skewed-section-effect > svg > * {
fill: currentColor
}
.qodef-top-skewed-section-effect {
position: absolute;
top: 0;
left: 0;
width: 100%;
color: #fff;
-webkit-transform: rotate(-180deg) translateY(99%);
-ms-transform: rotate(-180deg) translateY(99%);
transform: rotate(-180deg) translateY(99%)
}
.qodef-bottom-skewed-section-effect, .qodef-header-skewed-section-effect {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
color: #fff;
-webkit-transform: translateY(99%);
-ms-transform: translateY(99%);
transform: translateY(99%)
}
.qodef-title-skewed-section-effect {
position: relative
}
.qodef-title-skewed-section-effect.qodef-title-inset-section-effect {
z-index: 101;
-webkit-transform: rotate(180deg) translateY(100%);
-ms-transform: rotate(180deg) translateY(100%);
transform: rotate(180deg) translateY(100%)
}
@media only screen and (max-width:1024px) {
.qodef-disable-header-ss-on-mobile .qodef-header-skewed-section-effect {
display: none
}
}
@media only screen and (max-width:680px) {
.qodef-disable-ss-on-mobile .vc_row .qodef-skewed-section-effect, .qodef-disable-title-ss-on-mobile .qodef-title-skewed-section-effect {
display: none
}
}
.qodef-subscribe-popup-holder {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
z-index: 115;
visibility: hidden;
-webkit-transition: opacity .2s ease-out .1s, visibility 0s .4s;
-o-transition: opacity .2s ease-out .1s, visibility 0s .4s;
transition: opacity .2s ease-out .1s, visibility 0s .4s
}
.qodef-subscribe-popup-holder .qodef-sp-shader {
position: fixed;
top: 0;
left: 0;
width: 110%;
height: 130%;
z-index: 1;
-webkit-transform-style: flat;
transform-style: flat;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
background-color: rgba(0, 0, 0, .65);
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
.qodef-subscribe-popup-holder .qodef-sp-table {
position: relative;
display: table;
width: 100%;
height: 100%;
z-index: 9;
background-color: rgba(255, 255, 255, .75)
}
.qodef-subscribe-popup-holder .qodef-sp-table-cell {
position: relative;
display: table-cell;
height: 100%;
width: 100%;
vertical-align: middle;
text-align: center
}
.qodef-subscribe-popup-holder .qodef-sp-inner {
display: table;
margin: 0 auto;
width: 49%;
min-height: 420px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
opacity: 0;
-webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .07);
box-shadow: 0 0 7px 0 rgba(0, 0, 0, .07);
-webkit-transition: transform .3s cubic-bezier(.06, .47, .38, .99), opacity .3s cubic-bezier(.06, .47, .38, .99);
-webkit-transition: opacity .3s cubic-bezier(.06, .47, .38, .99), -webkit-transform .3s cubic-bezier(.06, .47, .38, .99);
transition: opacity .3s cubic-bezier(.06, .47, .38, .99), -webkit-transform .3s cubic-bezier(.06, .47, .38, .99);
-o-transition: transform .3s cubic-bezier(.06, .47, .38, .99), opacity .3s cubic-bezier(.06, .47, .38, .99);
transition: transform .3s cubic-bezier(.06, .47, .38, .99), opacity .3s cubic-bezier(.06, .47, .38, .99);
transition: transform .3s cubic-bezier(.06, .47, .38, .99), opacity .3s cubic-bezier(.06, .47, .38, .99), -webkit-transform .3s cubic-bezier(.06, .47, .38, .99);
-webkit-transform: scale(.6);
-ms-transform: scale(.6);
transform: scale(.6)
}
@media only screen and (max-width:1440px) {
.qodef-subscribe-popup-holder .qodef-sp-inner {
width: 70%
}
}
.qodef-subscribe-popup-holder .qodef-sp-close {
position: absolute;
top: 16px;
right: 16px;
display: block;
color: #000
}
.qodef-subscribe-popup-holder .qodef-sp-close:hover {
color: #717171
}
.qodef-subscribe-popup-holder .qodef-sp-close svg {
stroke: currentColor
}
.qodef-subscribe-popup-holder .qodef-sp-content-container {
background: #fff;
display: table-cell;
vertical-align: middle;
padding: 10px 60px;
text-align: left
}
.qodef-subscribe-popup-holder .qodef-sp-background {
display: table-cell;
width: 39%;
background-size: cover
}
.qodef-subscribe-popup-holder .qodef-sp-title {
position: relative;
margin-bottom: 51px
}
.qodef-subscribe-popup-holder .qodef-sp-title:after {
content: '';
position: absolute;
bottom: -26px;
left: 0;
height: 3px;
width: 37px;
background-color: currentColor
}
.qodef-subscribe-popup-holder .qodef-sp-subtitle {
margin-bottom: 28px
}
.qodef-subscribe-popup-holder .wpcf7 {
position: relative;
width: 100%;
display: block;
margin: 0 auto
}
.qodef-subscribe-popup-holder .qodef-sp-prevent {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
margin-top: 28px;
text-align: right
}
.qodef-subscribe-popup-holder .qodef-sp-prevent-inner {
position: relative;
display: inline-block;
vertical-align: top;
cursor: pointer
}
.qodef-subscribe-popup-holder .qodef-sp-prevent-inner > * {
position: relative;
display: inline-block;
vertical-align: top;
line-height: 1
}
.qodef-subscribe-popup-holder .qodef-sp-prevent-input {
margin: 1px 1px 0 0;
width: 11px;
height: 11px;
border: 1px solid #000;
overflow: hidden;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-subscribe-popup-holder .qodef-sp-prevent-input svg {
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: 0;
-webkit-transition: opacity .1s ease;
-o-transition: opacity .1s ease;
transition: opacity .1s ease
}
.qodef-subscribe-popup-holder .qodef-sp-prevent-input.qodef-sp-prevent-clicked svg {
opacity: 1
}
.qodef-subscribe-popup-holder .qodef-sp-prevent-label {
font-size: 13px
}
.qodef-sp-opened .qodef-subscribe-popup-holder {
opacity: 1;
visibility: visible;
-webkit-transition: opacity .3s ease;
-o-transition: opacity .3s ease;
transition: opacity .3s ease
}
.qodef-sp-opened .qodef-subscribe-popup-holder .qodef-sp-inner {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition: transform .8s cubic-bezier(.26, .63, 0, .96);
-webkit-transition: -webkit-transform .8s cubic-bezier(.26, .63, 0, .96);
transition: -webkit-transform .8s cubic-bezier(.26, .63, 0, .96);
-o-transition: transform .8s cubic-bezier(.26, .63, 0, .96);
transition: transform .8s cubic-bezier(.26, .63, 0, .96);
transition: transform .8s cubic-bezier(.26, .63, 0, .96), -webkit-transform .8s cubic-bezier(.26, .63, 0, .96)
}
.qodef-title-holder {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
height: 125px;
background-color: #f6f6f6;
background-position: center 0;
background-repeat: no-repeat;
z-index: 101
}
.qodef-title-holder.qodef-title-full-width .qodef-grid {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
margin: 0;
padding: 0 40px;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-title-holder.qodef-bg-responsive {
height: auto !important
}
.qodef-title-holder.qodef-bg-responsive .qodef-title-image {
display: block
}
.qodef-title-holder.qodef-bg-responsive .qodef-title-wrapper {
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%)
}
.qodef-title-holder.qodef-bg-parallax {
background-attachment: fixed
}
.qodef-title-holder .qodef-title-image {
display: none
}
.qodef-title-holder .qodef-title-image img {
display: block;
width: 100%
}
.qodef-title-holder .qodef-title-wrapper {
position: relative;
display: table;
table-layout: fixed;
height: 100%;
width: 100%
}
.qodef-title-holder .qodef-title-inner {
position: relative;
display: table-cell;
height: 100%;
width: 100%;
vertical-align: middle
}
.qodef-title-holder.qodef-breadcrumbs-type .qodef-breadcrumbs {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
color: #717171
}
.qodef-title-holder.qodef-breadcrumbs-type .qodef-breadcrumbs.qodef-has-inline-style a {
opacity: 1;
-webkit-transition: opacity .2s ease-out;
-o-transition: opacity .2s ease-out;
transition: opacity .2s ease-out
}
.qodef-title-holder.qodef-breadcrumbs-type .qodef-breadcrumbs.qodef-has-inline-style a:hover {
color: inherit;
opacity: .9
}
.qodef-title-holder.qodef-breadcrumbs-type .qodef-breadcrumbs a, .qodef-title-holder.qodef-breadcrumbs-type .qodef-breadcrumbs span {
position: relative;
display: inline-block;
vertical-align: middle;
color: inherit
}
.qodef-title-holder.qodef-breadcrumbs-type .qodef-breadcrumbs a:hover {
color: #000
}
.qodef-title-holder.qodef-centered-type .qodef-title-inner {
text-align: center
}
.qodef-title-holder.qodef-centered-type .qodef-page-title {
margin: 0;
color: #fff
}
.qodef-title-holder.qodef-centered-type .qodef-page-subtitle {
display: block;
margin: 10px 0 0;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-title-holder.qodef-standard-with-breadcrumbs-type .qodef-breadcrumbs-info, .qodef-title-holder.qodef-standard-with-breadcrumbs-type .qodef-title-info {
display: table-cell;
vertical-align: middle
}
.qodef-title-holder.qodef-standard-with-breadcrumbs-type .qodef-title-info {
width: 99%
}
.qodef-title-holder.qodef-standard-with-breadcrumbs-type .qodef-breadcrumbs-info {
width: 1%;
text-align: right;
white-space: nowrap
}
.qodef-title-holder.qodef-standard-with-breadcrumbs-type .qodef-page-title {
margin: 0;
color: #000
}
.qodef-title-holder.qodef-standard-with-breadcrumbs-type .qodef-page-subtitle {
margin: 5px 0 0
}
.qodef-title-holder.qodef-standard-with-breadcrumbs-type .qodef-breadcrumbs {
color: #717171
}
.qodef-title-holder.qodef-standard-with-breadcrumbs-type .qodef-breadcrumbs.qodef-has-inline-style a {
opacity: 1;
-webkit-transition: opacity .2s ease-out;
-o-transition: opacity .2s ease-out;
transition: opacity .2s ease-out
}
.qodef-title-holder.qodef-standard-with-breadcrumbs-type .qodef-breadcrumbs.qodef-has-inline-style a:hover {
color: inherit;
opacity: .9
}
.qodef-title-holder.qodef-standard-with-breadcrumbs-type .qodef-breadcrumbs a, .qodef-title-holder.qodef-standard-with-breadcrumbs-type .qodef-breadcrumbs span {
position: relative;
display: inline-block;
vertical-align: middle;
color: inherit
}
.qodef-title-holder.qodef-standard-with-breadcrumbs-type .qodef-breadcrumbs a:hover {
color: #000
}
.qodef-title-holder.qodef-standard-type .qodef-page-title {
margin: 0
}
.qodef-title-holder.qodef-standard-type .qodef-page-subtitle {
margin: 10px 0 0
}
.qodef-author-info-widget {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-author-info-widget .qodef-aiw-image {
position: relative;
display: inline-block;
vertical-align: middle;
border-radius: 100%;
overflow: hidden
}
.qodef-author-info-widget .qodef-aiw-image img {
display: block
}
.qodef-author-info-widget .qodef-aiw-title {
margin: 28px 0 0
}
.qodef-author-info-widget .qodef-aiw-text {
display: block;
margin: 10px 0 0
}
.widget.qodef-custom-font-widget {
margin: 0
}
.widget.qodef-custom-font-widget > * {
margin: 0
}
.qodef-icon-widget-holder {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0
}
.qodef-icon-widget-holder > * {
position: relative;
display: inline-block;
vertical-align: middle;
color: inherit;
font-size: inherit;
line-height: inherit;
font-style: inherit;
font-weight: inherit;
letter-spacing: inherit;
text-transform: inherit
}
.qodef-icon-widget-holder .qodef-icon-text {
padding: 0 0 0 10px
}
.qodef-icon-widget-holder .qodef-icon-text.qodef-no-icon {
padding: 0
}
.qodef-dark-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-icon-widget-holder {
color: #000 !important
}
.qodef-dark-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-icon-widget-holder:hover {
color: #717171 !important
}
.qodef-light-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-icon-widget-holder {
color: #fff !important
}
.qodef-light-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-icon-widget-holder:hover {
color: #000 !important
}
.widget.qodef-image-gallery-widget {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle
}
.widget.qodef-image-gallery-widget img {
display: block;
width: 100%
}
.widget.qodef-search-post-type-widget {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
line-height: 0
}
.widget.qodef-search-post-type-widget .qodef-search-post-type {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle
}
.widget.qodef-search-post-type-widget .qodef-post-type-search-results {
position: absolute;
top: 100%;
left: 0;
width: 100%;
height: auto;
display: none;
background-color: #fff;
z-index: 99
}
.widget.qodef-search-post-type-widget .qodef-post-type-search-results ul {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
padding: 10px 20px;
line-height: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.widget.qodef-search-post-type-widget .qodef-post-type-search-results ul li {
display: block;
width: 100%
}
.widget.qodef-search-post-type-widget .qodef-search-icon, .widget.qodef-search-post-type-widget .qodef-search-loading {
position: absolute;
right: 20px;
top: calc(50% - 9px);
font-size: 18px;
color: #000;
opacity: 1;
-webkit-transition: opacity .2s ease-out;
-o-transition: opacity .2s ease-out;
transition: opacity .2s ease-out
}
.widget.qodef-search-post-type-widget .qodef-search-icon.qodef-hidden, .widget.qodef-search-post-type-widget .qodef-search-loading.qodef-hidden {
opacity: 0
}
.widget.qodef-separator-widget {
margin: 0 !important
}
.qodef-social-icon-widget-holder {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0
}
.qodef-social-icon-widget-holder .qodef-social-icon-widget {
color: inherit;
line-height: inherit;
font-size: inherit;
font-style: inherit;
font-weight: inherit;
letter-spacing: inherit
}
.qodef-dark-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-social-icon-widget-holder {
color: #000 !important
}
.qodef-dark-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-social-icon-widget-holder:hover {
color: #717171 !important
}
.qodef-light-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-social-icon-widget-holder {
color: #fff !important
}
.qodef-light-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-social-icon-widget-holder:hover {
color: #000 !important
}
.qodef-widget-sticky-sidebar {
position: relative;
width: 100%;
height: 0;
margin: 0 !important;
padding: 0 !important;
border: none !important;
background: 0 0 !important
}
.qodef-social-icons-group-widget.qodef-square-icons .qodef-social-icon-widget-holder {
position: relative;
width: 44px;
height: 44px;
margin: 0 7px;
font-size: 17px;
color: #fff;
background-color: #000
}
.qodef-social-icons-group-widget.qodef-square-icons .qodef-social-icon-widget-holder:hover {
color: #000;
background-color: #ff2a0e
}
.qodef-social-icons-group-widget.qodef-square-icons .qodef-social-icon-widget-holder .qodef-social-icon-widget {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translateY(-50%) translateX(-50%);
-ms-transform: translateY(-50%) translateX(-50%);
transform: translateY(-50%) translateX(-50%)
}
.qodef-social-icons-group-widget.qodef-square-icons.qodef-light-skin .qodef-social-icon-widget-holder {
color: #000;
background-color: #fff
}
.qodef-social-icons-group-widget.qodef-square-icons.qodef-light-skin .qodef-social-icon-widget-holder:hover {
color: #000;
background-color: #ff2a0e
}
.qodef-social-icons-group-widget .qodef-social-icon-widget-holder {
display: inline-block;
vertical-align: middle;
margin: 0 10px 0 0;
text-align: center
}
.qodef-social-icons-group-widget .qodef-social-icon-widget-holder:first-child {
margin-left: 0
}
.qodef-social-icons-group-widget .qodef-social-icon-widget-holder:last-child {
margin-right: 0
}
.qodef-portfolio-single-holder {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
margin: 0 0 50px
}
.qodef-portfolio-single-holder .qodef-ps-image-holder {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle
}
.qodef-portfolio-single-holder .qodef-ps-image-holder .qodef-ps-image:not(.qodef-item-space) {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-portfolio-single-holder .qodef-ps-image-holder .qodef-ps-image a, .qodef-portfolio-single-holder .qodef-ps-image-holder .qodef-ps-image img {
position: relative;
display: block
}
.qodef-portfolio-single-holder .qodef-ps-info-holder {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle
}
.qodef-portfolio-single-holder .qodef-ps-info-holder .qodef-ps-info-item {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
margin: 0 0 10px
}
.qodef-portfolio-single-holder .qodef-ps-info-holder .qodef-ps-info-item a, .qodef-portfolio-single-holder .qodef-ps-info-holder .qodef-ps-info-item p {
margin: 0
}
.qodef-portfolio-single-holder .qodef-ps-info-holder .qodef-ps-info-title {
margin: 0
}
.qodef-portfolio-single-holder .qodef-ps-image-holder.qodef-grid-masonry-list .qodef-ps-image a {
height: 100%
}
.qodef-portfolio-single-holder.qodef-ps-gallery-layout > .qodef-grid-row {
margin-top: 40px
}
.qodef-portfolio-single-holder.qodef-ps-gallery-layout .qodef-ps-info-holder {
padding-top: 55px
}
@media only screen and (max-width:1024px) {
.qodef-portfolio-single-holder.qodef-ps-gallery-layout .qodef-ps-info-holder {
padding-top: 0
}
}
.qodef-portfolio-single-holder.qodef-ps-gallery-layout .qodef-ps-info-item {
margin: 0 0 16px
}
.qodef-portfolio-single-holder.qodef-ps-gallery-layout .qodef-ps-info-item > h2 {
margin: 0 0 14px 0;
line-height: 43px
}
.qodef-portfolio-single-holder.qodef-ps-gallery-layout .qodef-ps-info-item > p {
padding-left: 1px;
line-height: 25px
}
.qodef-portfolio-single-holder.qodef-ps-gallery-layout .qodef-ps-info-item > h6.qodef-ps-info-title {
font-size: 16px;
color: #717171;
padding-left: 5px
}
.qodef-portfolio-single-holder.qodef-ps-gallery-layout .qodef-ps-info-item:last-child {
margin: 0 0 36px
}
.qodef-portfolio-single-holder.qodef-ps-gallery-layout .qodef-ps-custom-field {
margin: 0 0 16px
}
.qodef-portfolio-single-holder.qodef-ps-gallery-layout .qodef-ps-custom-field > p {
font-size: 19px;
font-weight: 500;
color: #000;
line-height: 18px;
padding-left: 5px
}
.qodef-portfolio-single-holder.qodef-ps-gallery-layout .qodef-ps-categories > a {
font-size: 19px;
font-weight: 500;
color: #000;
line-height: 18px;
padding-left: 5px
}
.qodef-portfolio-single-holder.qodef-ps-gallery-layout .qodef-ps-categories > a:hover {
color: #ff2a0e
}
.qodef-portfolio-single-holder.qodef-ps-gallery-layout .qodef-ps-social-share .qodef-social-share-holder .qodef-social-title {
margin-left: 5px
}
.qodef-portfolio-single-holder.qodef-ps-gallery-layout .qodef-ps-social-share .qodef-social-share-holder > ul {
display: block;
margin-top: 3px;
margin-left: 2px
}
.qodef-portfolio-single-holder.qodef-ps-gallery-layout .qodef-ps-image-holder {
margin: 0 0 30px;
width: 100%
}
.qodef-portfolio-single-holder.qodef-ps-gallery-layout .qodef-ps-image-holder .qodef-ps-image {
margin: 0 0 30px;
float: left
}
.qodef-portfolio-single-holder.qodef-ps-gallery-layout .qodef-ps-image-holder .qodef-ps-image a {
overflow: hidden
}
.qodef-portfolio-single-holder.qodef-ps-gallery-layout .qodef-ps-image-holder .qodef-ps-image a img {
-webkit-transition: transform .3s ease-out;
-webkit-transition: -webkit-transform .3s ease-out;
transition: -webkit-transform .3s ease-out;
-o-transition: transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out, -webkit-transform .3s ease-out
}
.qodef-portfolio-single-holder.qodef-ps-gallery-layout .qodef-ps-image-holder .qodef-ps-image a:hover img {
-webkit-transform: scale(1.03, 1.03);
-ms-transform: scale(1.03, 1.03);
transform: scale(1.03, 1.03);
-webkit-transition: transform .3s ease-in;
-webkit-transition: -webkit-transform .3s ease-in;
transition: -webkit-transform .3s ease-in;
-o-transition: transform .3s ease-in;
transition: transform .3s ease-in;
transition: transform .3s ease-in, -webkit-transform .3s ease-in
}
.qodef-portfolio-single-holder.qodef-ps-gallery-layout .qodef-ps-image-holder .qodef-ps-image:last-child {
margin: 0
}
.qodef-portfolio-single-holder.qodef-ps-gallery-layout .qodef-ps-navigation {
margin: 35px 0 0
}
.qodef-portfolio-single-holder {
margin: 0
}
.qodef-portfolio-single-holder.qodef-ps-huge-images-layout {
padding: 0 .51%;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-portfolio-single-holder.qodef-ps-huge-images-layout .qodef-ps-image-holder {
margin: 0
}
.qodef-portfolio-single-holder.qodef-ps-huge-images-layout .qodef-ps-image-holder .qodef-ps-image {
margin: 0 0 10px
}
.qodef-portfolio-single-holder.qodef-ps-huge-images-layout .qodef-ps-image-holder .qodef-ps-image a {
overflow: hidden
}
.qodef-portfolio-single-holder.qodef-ps-huge-images-layout .qodef-ps-image-holder .qodef-ps-image a img {
-webkit-transition: transform .3s ease-out;
-webkit-transition: -webkit-transform .3s ease-out;
transition: -webkit-transform .3s ease-out;
-o-transition: transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out, -webkit-transform .3s ease-out
}
.qodef-portfolio-single-holder.qodef-ps-huge-images-layout .qodef-ps-image-holder .qodef-ps-image a:hover img {
-webkit-transform: scale(1.03, 1.03);
-ms-transform: scale(1.03, 1.03);
transform: scale(1.03, 1.03);
-webkit-transition: transform .3s ease-in;
-webkit-transition: -webkit-transform .3s ease-in;
transition: -webkit-transform .3s ease-in;
-o-transition: transform .3s ease-in;
transition: transform .3s ease-in;
transition: transform .3s ease-in, -webkit-transform .3s ease-in
}
.qodef-portfolio-single-holder.qodef-ps-huge-images-layout .qodef-ps-image-holder .qodef-ps-image:last-child {
margin: 0
}
.qodef-portfolio-single-holder.qodef-ps-huge-images-layout .qodef-ps-info-holder .qodef-ps-info-item:not(.qodef-ps-custom-field) {
margin: 0 0 42px
}
.qodef-portfolio-single-holder.qodef-ps-huge-images-layout .qodef-ps-info-holder .qodef-ps-info-item:not(.qodef-ps-custom-field) > h2 {
margin: 95px 0 20px 45px;
line-height: 43px
}
@media only screen and (max-width:1024px) {
.qodef-portfolio-single-holder.qodef-ps-huge-images-layout .qodef-ps-info-holder .qodef-ps-info-item:not(.qodef-ps-custom-field) > h2 {
margin: 95px 0 20px 0
}
}
.qodef-portfolio-single-holder.qodef-ps-huge-images-layout .qodef-ps-info-holder .qodef-ps-info-item:not(.qodef-ps-custom-field) > p {
margin-left: 50px;
line-height: 25px
}
@media only screen and (max-width:1024px) {
.qodef-portfolio-single-holder.qodef-ps-huge-images-layout .qodef-ps-info-holder .qodef-ps-info-item:not(.qodef-ps-custom-field) > p {
margin-left: 0
}
}
.qodef-portfolio-single-holder.qodef-ps-huge-images-layout .qodef-ps-info-holder .qodef-ps-info-item:not(.qodef-ps-custom-field).qodef-ps-social-share {
margin: 10px 0 0 46px
}
@media only screen and (max-width:1024px) {
.qodef-portfolio-single-holder.qodef-ps-huge-images-layout .qodef-ps-info-holder .qodef-ps-info-item:not(.qodef-ps-custom-field).qodef-ps-social-share {
margin: 10px 0 0 0
}
}
.qodef-portfolio-single-holder.qodef-ps-huge-images-layout .qodef-ps-info-holder .qodef-ps-info-item:not(.qodef-ps-custom-field).qodef-ps-social-share .qodef-social-share-holder .qodef-social-title {
margin-left: 5px
}
.qodef-portfolio-single-holder.qodef-ps-huge-images-layout .qodef-ps-info-holder .qodef-ps-info-item:not(.qodef-ps-custom-field).qodef-ps-social-share .qodef-social-share-holder > ul {
display: block;
margin-top: 3px;
margin-left: 2px
}
.qodef-portfolio-single-holder.qodef-ps-huge-images-layout .qodef-ps-info-holder .qodef-ps-info-item.qodef-ps-custom-field {
margin: 0 0 16px 46px
}
@media only screen and (max-width:1024px) {
.qodef-portfolio-single-holder.qodef-ps-huge-images-layout .qodef-ps-info-holder .qodef-ps-info-item.qodef-ps-custom-field {
margin: 0 0 16px 0
}
}
.qodef-portfolio-single-holder.qodef-ps-huge-images-layout .qodef-ps-info-holder .qodef-ps-info-item.qodef-ps-custom-field > p {
font-size: 19px;
font-weight: 500;
color: #000;
line-height: 18px;
padding-left: 5px
}
.qodef-portfolio-single-holder.qodef-ps-huge-images-layout .qodef-ps-info-holder .qodef-ps-info-item.qodef-ps-custom-field > h6.qodef-ps-info-title {
font-size: 16px;
color: #717171;
padding-left: 5px
}
.qodef-portfolio-single-holder.qodef-ps-huge-images-layout .qodef-ps-info-holder .qodef-ps-info-item.qodef-ps-categories {
margin: 0 0 16px 46px
}
@media only screen and (max-width:1024px) {
.qodef-portfolio-single-holder.qodef-ps-huge-images-layout .qodef-ps-info-holder .qodef-ps-info-item.qodef-ps-categories {
margin: 0 0 16px 0
}
}
.qodef-portfolio-single-holder.qodef-ps-huge-images-layout .qodef-ps-info-holder .qodef-ps-info-item.qodef-ps-categories > a {
font-size: 19px;
font-weight: 500;
color: #000;
line-height: 18px;
padding-left: 5px
}
.qodef-portfolio-single-holder.qodef-ps-huge-images-layout .qodef-ps-info-holder .qodef-ps-info-item.qodef-ps-categories > a:hover {
color: #ff2a0e
}
.qodef-portfolio-single-holder.qodef-ps-huge-images-layout .qodef-ps-info-holder .qodef-ps-info-item.qodef-ps-categories > h6.qodef-ps-info-title {
font-size: 16px;
color: #717171;
padding-left: 5px
}
.qodef-portfolio-single-holder.qodef-ps-huge-images-layout .qodef-ps-navigation {
margin: 100px auto;
max-width: 1300px
}
@media only screen and (max-width:1200px) {
.qodef-portfolio-single-holder.qodef-ps-huge-images-layout {
padding: 0 40px
}
}
@media only screen and (max-width:768px) {
.qodef-portfolio-single-holder.qodef-ps-huge-images-layout {
padding: 0 30px
}
}
.qodef-portfolio-single-holder.qodef-ps-images-layout .qodef-ps-info-holder {
padding-top: 55px
}
@media only screen and (max-width:1024px) {
.qodef-portfolio-single-holder.qodef-ps-images-layout .qodef-ps-info-holder {
padding-top: 0
}
}
.qodef-portfolio-single-holder.qodef-ps-images-layout .qodef-ps-info-item {
margin: 0 0 16px
}
.qodef-portfolio-single-holder.qodef-ps-images-layout .qodef-ps-info-item > h2 {
margin: 0 0 14px 0;
line-height: 43px
}
.qodef-portfolio-single-holder.qodef-ps-images-layout .qodef-ps-info-item > p {
padding-left: 1px;
line-height: 25px
}
.qodef-portfolio-single-holder.qodef-ps-images-layout .qodef-ps-info-item > h6.qodef-ps-info-title {
font-size: 16px;
color: #717171;
padding-left: 5px
}
.qodef-portfolio-single-holder.qodef-ps-images-layout .qodef-ps-info-item:last-child {
margin: 0 0 36px
}
.qodef-portfolio-single-holder.qodef-ps-images-layout .qodef-ps-custom-field {
margin: 0 0 16px
}
.qodef-portfolio-single-holder.qodef-ps-images-layout .qodef-ps-custom-field > p {
font-size: 19px;
font-weight: 500;
color: #000;
line-height: 18px;
padding-left: 5px
}
.qodef-portfolio-single-holder.qodef-ps-images-layout .qodef-ps-categories > a {
font-size: 19px;
font-weight: 500;
color: #000;
line-height: 18px;
padding-left: 5px
}
.qodef-portfolio-single-holder.qodef-ps-images-layout .qodef-ps-categories > a:hover {
color: #ff2a0e
}
.qodef-portfolio-single-holder.qodef-ps-images-layout .qodef-ps-social-share .qodef-social-share-holder .qodef-social-title {
margin-left: 5px
}
.qodef-portfolio-single-holder.qodef-ps-images-layout .qodef-ps-social-share .qodef-social-share-holder > ul {
display: block;
margin-top: 3px;
margin-left: 2px
}
.qodef-portfolio-single-holder.qodef-ps-images-layout .qodef-ps-image-holder {
margin: 0 0 40px
}
.qodef-portfolio-single-holder.qodef-ps-images-layout .qodef-ps-image-holder .qodef-ps-image {
margin: 0 0 30px
}
.qodef-portfolio-single-holder.qodef-ps-images-layout .qodef-ps-image-holder .qodef-ps-image a {
overflow: hidden
}
.qodef-portfolio-single-holder.qodef-ps-images-layout .qodef-ps-image-holder .qodef-ps-image a img {
-webkit-transition: transform .3s ease-out;
-webkit-transition: -webkit-transform .3s ease-out;
transition: -webkit-transform .3s ease-out;
-o-transition: transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out, -webkit-transform .3s ease-out
}
.qodef-portfolio-single-holder.qodef-ps-images-layout .qodef-ps-image-holder .qodef-ps-image a:hover img {
-webkit-transform: scale(1.03, 1.03);
-ms-transform: scale(1.03, 1.03);
transform: scale(1.03, 1.03);
-webkit-transition: transform .3s ease-in;
-webkit-transition: -webkit-transform .3s ease-in;
transition: -webkit-transform .3s ease-in;
-o-transition: transform .3s ease-in;
transition: transform .3s ease-in;
transition: transform .3s ease-in, -webkit-transform .3s ease-in
}
.qodef-portfolio-single-holder.qodef-ps-images-layout .qodef-ps-image-holder .qodef-ps-image:last-child {
margin: 0
}
.qodef-portfolio-single-holder.qodef-ps-images-layout .qodef-ps-navigation {
margin: 56px 0 0
}
.qodef-portfolio-single-holder.qodef-ps-masonry-layout > .qodef-grid-row {
margin-top: 40px
}
.qodef-portfolio-single-holder.qodef-ps-masonry-layout .qodef-ps-info-holder {
padding-top: 55px
}
@media only screen and (max-width:1024px) {
.qodef-portfolio-single-holder.qodef-ps-masonry-layout .qodef-ps-info-holder {
padding-top: 0
}
}
.qodef-portfolio-single-holder.qodef-ps-masonry-layout .qodef-ps-info-item {
margin: 0 0 16px
}
.qodef-portfolio-single-holder.qodef-ps-masonry-layout .qodef-ps-info-item > h2 {
margin: 0 0 14px 0;
line-height: 43px
}
.qodef-portfolio-single-holder.qodef-ps-masonry-layout .qodef-ps-info-item > p {
padding-left: 1px;
line-height: 25px
}
.qodef-portfolio-single-holder.qodef-ps-masonry-layout .qodef-ps-info-item > h6.qodef-ps-info-title {
font-size: 16px;
color: #717171;
padding-left: 5px
}
.qodef-portfolio-single-holder.qodef-ps-masonry-layout .qodef-ps-info-item:last-child {
margin: 0 0 36px
}
.qodef-portfolio-single-holder.qodef-ps-masonry-layout .qodef-ps-custom-field {
margin: 0 0 16px
}
.qodef-portfolio-single-holder.qodef-ps-masonry-layout .qodef-ps-custom-field > p {
font-size: 19px;
font-weight: 500;
color: #000;
line-height: 18px;
padding-left: 5px
}
.qodef-portfolio-single-holder.qodef-ps-masonry-layout .qodef-ps-categories > a {
font-size: 19px;
font-weight: 500;
color: #000;
line-height: 18px;
padding-left: 5px
}
.qodef-portfolio-single-holder.qodef-ps-masonry-layout .qodef-ps-categories > a:hover {
color: #ff2a0e
}
.qodef-portfolio-single-holder.qodef-ps-masonry-layout .qodef-ps-social-share .qodef-social-share-holder .qodef-social-title {
margin-left: 5px
}
.qodef-portfolio-single-holder.qodef-ps-masonry-layout .qodef-ps-social-share .qodef-social-share-holder > ul {
display: block;
margin-top: 3px;
margin-left: 2px
}
.qodef-portfolio-single-holder.qodef-ps-masonry-layout .qodef-ps-image-holder {
margin: 0 0 10px
}
.qodef-portfolio-single-holder.qodef-ps-masonry-layout .qodef-ps-image-holder .qodef-ps-image {
margin: 0 0 30px
}
.qodef-portfolio-single-holder.qodef-ps-masonry-layout .qodef-ps-image-holder .qodef-ps-image a {
overflow: hidden
}
.qodef-portfolio-single-holder.qodef-ps-masonry-layout .qodef-ps-image-holder .qodef-ps-image a img {
-webkit-transition: transform .3s ease-out;
-webkit-transition: -webkit-transform .3s ease-out;
transition: -webkit-transform .3s ease-out;
-o-transition: transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out, -webkit-transform .3s ease-out
}
.qodef-portfolio-single-holder.qodef-ps-masonry-layout .qodef-ps-image-holder .qodef-ps-image a:hover img {
-webkit-transform: scale(1.03, 1.03);
-ms-transform: scale(1.03, 1.03);
transform: scale(1.03, 1.03);
-webkit-transition: transform .3s ease-in;
-webkit-transition: -webkit-transform .3s ease-in;
transition: -webkit-transform .3s ease-in;
-o-transition: transform .3s ease-in;
transition: transform .3s ease-in;
transition: transform .3s ease-in, -webkit-transform .3s ease-in
}
.qodef-portfolio-single-holder.qodef-ps-masonry-layout .qodef-ps-image-holder .qodef-ps-image:last-child {
margin: 0
}
.qodef-portfolio-single-holder.qodef-ps-masonry-layout .qodef-ps-navigation {
margin: 56px 0 0
}
.qodef-portfolio-single-holder.qodef-ps-slider-layout .qodef-ps-info-holder {
padding-top: 55px
}
@media only screen and (max-width:1024px) {
.qodef-portfolio-single-holder.qodef-ps-slider-layout .qodef-ps-info-holder {
padding-top: 0
}
}
.qodef-portfolio-single-holder.qodef-ps-slider-layout .qodef-ps-info-item {
margin: 0 0 16px
}
.qodef-portfolio-single-holder.qodef-ps-slider-layout .qodef-ps-info-item > h2 {
margin: 0 0 14px 0;
line-height: 43px
}
.qodef-portfolio-single-holder.qodef-ps-slider-layout .qodef-ps-info-item > p {
padding-left: 1px;
line-height: 25px
}
.qodef-portfolio-single-holder.qodef-ps-slider-layout .qodef-ps-info-item > h6.qodef-ps-info-title {
font-size: 16px;
color: #717171;
padding-left: 5px
}
.qodef-portfolio-single-holder.qodef-ps-slider-layout .qodef-ps-info-item:last-child {
margin: 0 0 36px
}
.qodef-portfolio-single-holder.qodef-ps-slider-layout .qodef-ps-custom-field {
margin: 0 0 16px
}
.qodef-portfolio-single-holder.qodef-ps-slider-layout .qodef-ps-custom-field > p {
font-size: 19px;
font-weight: 500;
color: #000;
line-height: 18px;
padding-left: 5px
}
.qodef-portfolio-single-holder.qodef-ps-slider-layout .qodef-ps-categories > a {
font-size: 19px;
font-weight: 500;
color: #000;
line-height: 18px;
padding-left: 5px
}
.qodef-portfolio-single-holder.qodef-ps-slider-layout .qodef-ps-categories > a:hover {
color: #ff2a0e
}
.qodef-portfolio-single-holder.qodef-ps-slider-layout .qodef-ps-social-share .qodef-social-share-holder .qodef-social-title {
margin-left: 5px
}
.qodef-portfolio-single-holder.qodef-ps-slider-layout .qodef-ps-social-share .qodef-social-share-holder > ul {
display: block;
margin-top: 3px;
margin-left: 2px
}
.qodef-portfolio-single-holder.qodef-ps-slider-layout .qodef-ps-image-holder {
margin: 0 0 40px
}
.qodef-portfolio-single-holder.qodef-ps-slider-layout .qodef-ps-image-holder .qodef-ps-image-inner {
visibility: hidden
}
.qodef-portfolio-single-holder.qodef-ps-slider-layout .qodef-ps-image-holder .qodef-ps-image {
margin: 0 0 30px
}
.qodef-portfolio-single-holder.qodef-ps-slider-layout .qodef-ps-image-holder .qodef-ps-image img {
width: 100%
}
.qodef-portfolio-single-holder.qodef-ps-slider-layout .qodef-ps-image-holder .qodef-ps-image:last-child {
margin: 0
}
.qodef-portfolio-single-holder.qodef-ps-slider-layout .qodef-ps-image-holder .owl-nav {
-webkit-transition: opacity .2s ease-out;
-o-transition: opacity .2s ease-out;
transition: opacity .2s ease-out
}
.qodef-portfolio-single-holder.qodef-ps-slider-layout .qodef-ps-image-holder .owl-nav .owl-next, .qodef-portfolio-single-holder.qodef-ps-slider-layout .qodef-ps-image-holder .owl-nav .owl-prev {
color: #000
}
.qodef-portfolio-single-holder.qodef-ps-slider-layout .qodef-ps-image-holder .owl-nav .owl-next > span, .qodef-portfolio-single-holder.qodef-ps-slider-layout .qodef-ps-image-holder .owl-nav .owl-prev > span {
font-size: 35px;
vertical-align: baseline
}
.qodef-portfolio-single-holder.qodef-ps-slider-layout .qodef-ps-image-holder .owl-nav .owl-next:hover, .qodef-portfolio-single-holder.qodef-ps-slider-layout .qodef-ps-image-holder .owl-nav .owl-prev:hover {
color: #000;
opacity: .8;
-webkit-transition: opacity .2s ease-in;
-o-transition: opacity .2s ease-in;
transition: opacity .2s ease-in
}
.qodef-portfolio-single-holder.qodef-ps-slider-layout .qodef-ps-navigation {
margin: 56px 0 0
}
.qodef-portfolio-single-holder.qodef-ps-small-gallery-layout .qodef-ps-image-holder {
width: 100%
}
.qodef-portfolio-single-holder.qodef-ps-small-gallery-layout .qodef-ps-image-holder .qodef-ps-image {
float: left;
margin: 0 0 10px
}
.qodef-portfolio-single-holder.qodef-ps-small-gallery-layout .qodef-ps-image-holder .qodef-ps-image a {
overflow: hidden
}
.qodef-portfolio-single-holder.qodef-ps-small-gallery-layout .qodef-ps-image-holder .qodef-ps-image a img {
-webkit-transition: transform .3s ease-out;
-webkit-transition: -webkit-transform .3s ease-out;
transition: -webkit-transform .3s ease-out;
-o-transition: transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out, -webkit-transform .3s ease-out
}
.qodef-portfolio-single-holder.qodef-ps-small-gallery-layout .qodef-ps-image-holder .qodef-ps-image a:hover img {
-webkit-transform: scale(1.03, 1.03);
-ms-transform: scale(1.03, 1.03);
transform: scale(1.03, 1.03);
-webkit-transition: transform .3s ease-in;
-webkit-transition: -webkit-transform .3s ease-in;
transition: -webkit-transform .3s ease-in;
-o-transition: transform .3s ease-in;
transition: transform .3s ease-in;
transition: transform .3s ease-in, -webkit-transform .3s ease-in
}
.qodef-portfolio-single-holder.qodef-ps-small-gallery-layout .qodef-ps-image-holder .qodef-ps-image:last-child {
margin: 0
}
.qodef-portfolio-single-holder.qodef-ps-small-gallery-layout .qodef-ps-info-holder {
padding-left: 19px
}
.qodef-portfolio-single-holder.qodef-ps-small-gallery-layout .qodef-ps-info-holder .qodef-ps-info-item {
margin: 0 0 16px
}
.qodef-portfolio-single-holder.qodef-ps-small-gallery-layout .qodef-ps-info-holder .qodef-ps-info-item > h2 {
margin: 0 0 20px 0;
line-height: 43px
}
.qodef-portfolio-single-holder.qodef-ps-small-gallery-layout .qodef-ps-info-holder .qodef-ps-info-item > p {
padding-left: 4px;
line-height: 25px
}
.qodef-portfolio-single-holder.qodef-ps-small-gallery-layout .qodef-ps-info-holder .qodef-ps-info-item > h6.qodef-ps-info-title {
font-size: 16px;
color: #717171;
padding-left: 5px
}
.qodef-portfolio-single-holder.qodef-ps-small-gallery-layout .qodef-ps-info-holder .qodef-ps-custom-field {
margin: 0 0 16px
}
.qodef-portfolio-single-holder.qodef-ps-small-gallery-layout .qodef-ps-info-holder .qodef-ps-custom-field > p {
font-size: 19px;
font-weight: 500;
color: #000;
line-height: 18px;
padding-left: 5px
}
.qodef-portfolio-single-holder.qodef-ps-small-gallery-layout .qodef-ps-info-holder .qodef-ps-categories > a {
font-size: 19px;
font-weight: 500;
color: #000;
line-height: 18px;
padding-left: 5px
}
.qodef-portfolio-single-holder.qodef-ps-small-gallery-layout .qodef-ps-info-holder .qodef-ps-categories > a:hover {
color: #ff2a0e
}
.qodef-portfolio-single-holder.qodef-ps-small-gallery-layout .qodef-ps-info-holder .qodef-ps-social-share .qodef-social-share-holder .qodef-social-title {
margin-left: 5px
}
.qodef-portfolio-single-holder.qodef-ps-small-gallery-layout .qodef-ps-info-holder .qodef-ps-social-share .qodef-social-share-holder > ul {
display: block;
margin-top: 3px;
margin-left: 2px
}
@media only screen and (max-width:1024px) {
.qodef-portfolio-single-holder.qodef-ps-small-gallery-layout .qodef-ps-info-holder {
padding-left: 0
}
}
.qodef-portfolio-single-holder.qodef-ps-small-gallery-layout .qodef-ps-content-item {
margin: 0 0 30px
}
.qodef-portfolio-single-holder.qodef-ps-small-gallery-layout .qodef-ps-navigation {
margin: 86px 0 0
}
.qodef-portfolio-single-holder.qodef-ps-small-images-layout .qodef-ps-image-holder .qodef-ps-image {
margin: 0 0 10px
}
.qodef-portfolio-single-holder.qodef-ps-small-images-layout .qodef-ps-image-holder .qodef-ps-image a {
overflow: hidden
}
.qodef-portfolio-single-holder.qodef-ps-small-images-layout .qodef-ps-image-holder .qodef-ps-image a img {
-webkit-transition: transform .3s ease-out;
-webkit-transition: -webkit-transform .3s ease-out;
transition: -webkit-transform .3s ease-out;
-o-transition: transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out, -webkit-transform .3s ease-out
}
.qodef-portfolio-single-holder.qodef-ps-small-images-layout .qodef-ps-image-holder .qodef-ps-image a:hover img {
-webkit-transform: scale(1.03, 1.03);
-ms-transform: scale(1.03, 1.03);
transform: scale(1.03, 1.03);
-webkit-transition: transform .3s ease-in;
-webkit-transition: -webkit-transform .3s ease-in;
transition: -webkit-transform .3s ease-in;
-o-transition: transform .3s ease-in;
transition: transform .3s ease-in;
transition: transform .3s ease-in, -webkit-transform .3s ease-in
}
.qodef-portfolio-single-holder.qodef-ps-small-images-layout .qodef-ps-image-holder .qodef-ps-image:last-child {
margin: 0
}
.qodef-portfolio-single-holder.qodef-ps-small-images-layout .qodef-ps-info-holder {
padding-left: 19px
}
.qodef-portfolio-single-holder.qodef-ps-small-images-layout .qodef-ps-info-holder .qodef-ps-info-item {
margin: 0 0 16px
}
.qodef-portfolio-single-holder.qodef-ps-small-images-layout .qodef-ps-info-holder .qodef-ps-info-item > h2 {
margin: 0 0 20px 0;
line-height: 43px
}
.qodef-portfolio-single-holder.qodef-ps-small-images-layout .qodef-ps-info-holder .qodef-ps-info-item > p {
padding-left: 4px;
line-height: 25px
}
.qodef-portfolio-single-holder.qodef-ps-small-images-layout .qodef-ps-info-holder .qodef-ps-info-item > h6.qodef-ps-info-title {
font-size: 16px;
color: #717171;
padding-left: 5px
}
.qodef-portfolio-single-holder.qodef-ps-small-images-layout .qodef-ps-info-holder .qodef-ps-custom-field {
margin: 0 0 16px
}
.qodef-portfolio-single-holder.qodef-ps-small-images-layout .qodef-ps-info-holder .qodef-ps-custom-field > p {
font-size: 19px;
font-weight: 500;
color: #000;
line-height: 18px;
padding-left: 5px
}
.qodef-portfolio-single-holder.qodef-ps-small-images-layout .qodef-ps-info-holder .qodef-ps-categories > a {
font-size: 19px;
font-weight: 500;
color: #000;
line-height: 18px;
padding-left: 5px
}
.qodef-portfolio-single-holder.qodef-ps-small-images-layout .qodef-ps-info-holder .qodef-ps-categories > a:hover {
color: #ff2a0e
}
.qodef-portfolio-single-holder.qodef-ps-small-images-layout .qodef-ps-info-holder .qodef-ps-social-share .qodef-social-share-holder .qodef-social-title {
margin-left: 5px
}
.qodef-portfolio-single-holder.qodef-ps-small-images-layout .qodef-ps-info-holder .qodef-ps-social-share .qodef-social-share-holder > ul {
display: block;
margin-top: 3px;
margin-left: 2px
}
@media only screen and (max-width:1024px) {
.qodef-portfolio-single-holder.qodef-ps-small-images-layout .qodef-ps-info-holder {
padding-left: 0
}
}
.qodef-portfolio-single-holder.qodef-ps-small-images-layout .qodef-ps-content-item {
margin: 0 0 30px
}
.qodef-portfolio-single-holder.qodef-ps-small-images-layout .qodef-ps-navigation {
margin: 96px 0 0
}
.qodef-portfolio-single-holder.qodef-ps-small-masonry-layout .qodef-ps-image-holder .qodef-ps-image {
margin: 0 0 10px
}
.qodef-portfolio-single-holder.qodef-ps-small-masonry-layout .qodef-ps-image-holder .qodef-ps-image a {
overflow: hidden
}
.qodef-portfolio-single-holder.qodef-ps-small-masonry-layout .qodef-ps-image-holder .qodef-ps-image a img {
-webkit-transition: transform .3s ease-out;
-webkit-transition: -webkit-transform .3s ease-out;
transition: -webkit-transform .3s ease-out;
-o-transition: transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out, -webkit-transform .3s ease-out
}
.qodef-portfolio-single-holder.qodef-ps-small-masonry-layout .qodef-ps-image-holder .qodef-ps-image a:hover img {
-webkit-transform: scale(1.03, 1.03);
-ms-transform: scale(1.03, 1.03);
transform: scale(1.03, 1.03);
-webkit-transition: transform .3s ease-in;
-webkit-transition: -webkit-transform .3s ease-in;
transition: -webkit-transform .3s ease-in;
-o-transition: transform .3s ease-in;
transition: transform .3s ease-in;
transition: transform .3s ease-in, -webkit-transform .3s ease-in
}
.qodef-portfolio-single-holder.qodef-ps-small-masonry-layout .qodef-ps-image-holder .qodef-ps-image:last-child {
margin: 0
}
.qodef-portfolio-single-holder.qodef-ps-small-masonry-layout .qodef-ps-info-holder {
padding-left: 19px
}
.qodef-portfolio-single-holder.qodef-ps-small-masonry-layout .qodef-ps-info-holder .qodef-ps-info-item {
margin: 0 0 16px
}
.qodef-portfolio-single-holder.qodef-ps-small-masonry-layout .qodef-ps-info-holder .qodef-ps-info-item > h2 {
margin: 0 0 20px 0;
line-height: 43px
}
.qodef-portfolio-single-holder.qodef-ps-small-masonry-layout .qodef-ps-info-holder .qodef-ps-info-item > p {
padding-left: 4px;
line-height: 25px
}
.qodef-portfolio-single-holder.qodef-ps-small-masonry-layout .qodef-ps-info-holder .qodef-ps-info-item > h6.qodef-ps-info-title {
font-size: 16px;
color: #717171;
padding-left: 5px
}
.qodef-portfolio-single-holder.qodef-ps-small-masonry-layout .qodef-ps-info-holder .qodef-ps-custom-field {
margin: 0 0 16px
}
.qodef-portfolio-single-holder.qodef-ps-small-masonry-layout .qodef-ps-info-holder .qodef-ps-custom-field > p {
font-size: 19px;
font-weight: 500;
color: #000;
line-height: 18px;
padding-left: 5px
}
.qodef-portfolio-single-holder.qodef-ps-small-masonry-layout .qodef-ps-info-holder .qodef-ps-categories > a {
font-size: 19px;
font-weight: 500;
color: #000;
line-height: 18px;
padding-left: 5px
}
.qodef-portfolio-single-holder.qodef-ps-small-masonry-layout .qodef-ps-info-holder .qodef-ps-categories > a:hover {
color: #ff2a0e
}
.qodef-portfolio-single-holder.qodef-ps-small-masonry-layout .qodef-ps-info-holder .qodef-ps-social-share .qodef-social-share-holder .qodef-social-title {
margin-left: 5px
}
.qodef-portfolio-single-holder.qodef-ps-small-masonry-layout .qodef-ps-info-holder .qodef-ps-social-share .qodef-social-share-holder > ul {
display: block;
margin-top: 3px;
margin-left: 2px
}
@media only screen and (max-width:1024px) {
.qodef-portfolio-single-holder.qodef-ps-small-masonry-layout .qodef-ps-info-holder {
padding-left: 0
}
}
.qodef-portfolio-single-holder.qodef-ps-small-masonry-layout .qodef-ps-content-item {
margin: 0 0 30px
}
.qodef-portfolio-single-holder.qodef-ps-small-masonry-layout .qodef-ps-navigation {
margin: 85px 0 0
}
.qodef-portfolio-single-holder.qodef-ps-small-slider-layout .qodef-ps-image-holder .qodef-ps-image-inner {
visibility: hidden
}
.qodef-portfolio-single-holder.qodef-ps-small-slider-layout .qodef-ps-image-holder .qodef-ps-image {
margin: 0 0 10px
}
.qodef-portfolio-single-holder.qodef-ps-small-slider-layout .qodef-ps-image-holder .qodef-ps-image img {
width: 100%
}
.qodef-portfolio-single-holder.qodef-ps-small-slider-layout .qodef-ps-image-holder .qodef-ps-image:last-child {
margin: 0
}
.qodef-portfolio-single-holder.qodef-ps-small-slider-layout .qodef-ps-image-holder .owl-nav .owl-next, .qodef-portfolio-single-holder.qodef-ps-small-slider-layout .qodef-ps-image-holder .owl-nav .owl-prev {
color: #000;
-webkit-transition: opacity .2s ease-out;
-o-transition: opacity .2s ease-out;
transition: opacity .2s ease-out
}
.qodef-portfolio-single-holder.qodef-ps-small-slider-layout .qodef-ps-image-holder .owl-nav .owl-next > span, .qodef-portfolio-single-holder.qodef-ps-small-slider-layout .qodef-ps-image-holder .owl-nav .owl-prev > span {
font-size: 35px;
vertical-align: baseline
}
.qodef-portfolio-single-holder.qodef-ps-small-slider-layout .qodef-ps-image-holder .owl-nav .owl-next:hover, .qodef-portfolio-single-holder.qodef-ps-small-slider-layout .qodef-ps-image-holder .owl-nav .owl-prev:hover {
color: #000;
opacity: .8;
-webkit-transition: opacity .2s ease-in;
-o-transition: opacity .2s ease-in;
transition: opacity .2s ease-in
}
.qodef-portfolio-single-holder.qodef-ps-small-slider-layout .qodef-ps-info-holder {
padding-left: 19px
}
.qodef-portfolio-single-holder.qodef-ps-small-slider-layout .qodef-ps-info-holder .qodef-ps-info-item {
margin: 0 0 16px
}
.qodef-portfolio-single-holder.qodef-ps-small-slider-layout .qodef-ps-info-holder .qodef-ps-info-item > h2 {
margin: 0 0 20px 0;
line-height: 43px
}
.qodef-portfolio-single-holder.qodef-ps-small-slider-layout .qodef-ps-info-holder .qodef-ps-info-item > p {
padding-left: 4px;
line-height: 25px
}
.qodef-portfolio-single-holder.qodef-ps-small-slider-layout .qodef-ps-info-holder .qodef-ps-info-item > h6.qodef-ps-info-title {
font-size: 16px;
color: #717171;
padding-left: 5px
}
.qodef-portfolio-single-holder.qodef-ps-small-slider-layout .qodef-ps-info-holder .qodef-ps-custom-field {
margin: 0 0 16px
}
.qodef-portfolio-single-holder.qodef-ps-small-slider-layout .qodef-ps-info-holder .qodef-ps-custom-field > p {
font-size: 19px;
font-weight: 500;
color: #000;
line-height: 18px;
padding-left: 5px
}
.qodef-portfolio-single-holder.qodef-ps-small-slider-layout .qodef-ps-info-holder .qodef-ps-categories > a {
font-size: 19px;
font-weight: 500;
color: #000;
line-height: 18px;
padding-left: 5px
}
.qodef-portfolio-single-holder.qodef-ps-small-slider-layout .qodef-ps-info-holder .qodef-ps-categories > a:hover {
color: #ff2a0e
}
.qodef-portfolio-single-holder.qodef-ps-small-slider-layout .qodef-ps-info-holder .qodef-ps-social-share .qodef-social-share-holder .qodef-social-title {
margin-left: 5px
}
.qodef-portfolio-single-holder.qodef-ps-small-slider-layout .qodef-ps-info-holder .qodef-ps-social-share .qodef-social-share-holder > ul {
display: block;
margin-top: 3px;
margin-left: 2px
}
@media only screen and (max-width:1024px) {
.qodef-portfolio-single-holder.qodef-ps-small-slider-layout .qodef-ps-info-holder {
padding-left: 0
}
}
.qodef-portfolio-single-holder.qodef-ps-small-slider-layout .qodef-ps-content-item {
margin: 0 0 30px
}
.qodef-portfolio-single-holder.qodef-ps-small-slider-layout .qodef-ps-navigation {
margin: 93px 0 0
}
.qodef-ps-navigation {
position: relative;
display: table;
width: 100%;
vertical-align: middle;
padding: 0;
margin: 60px 0 0;
clear: both;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-ps-full-width-custom-layout .qodef-ps-navigation {
padding: 0 40px
}
.qodef-ps-navigation .qodef-ps-back-btn {
position: absolute;
top: 50%;
left: 50%;
display: inline-block;
vertical-align: middle;
-webkit-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%)
}
.qodef-ps-navigation .qodef-ps-back-btn a {
width: 26px;
position: relative;
display: inline-block;
margin: 0;
padding: 0;
vertical-align: middle;
cursor: pointer;
font-size: 23px;
line-height: 1
}
.qodef-ps-navigation .qodef-ps-back-btn a span {
float: left;
display: block;
margin: 2px;
line-height: inherit;
height: 7px;
width: 7px;
background-color: #000
}
.qodef-ps-navigation .qodef-ps-next, .qodef-ps-navigation .qodef-ps-prev {
position: relative;
display: table-cell;
vertical-align: middle;
width: 49%;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-ps-navigation .qodef-ps-next a, .qodef-ps-navigation .qodef-ps-prev a {
position: relative;
display: inline-block;
vertical-align: middle;
font-size: 19px;
line-height: 19px
}
.qodef-ps-navigation .qodef-ps-next a .qodef-ps-nav-mark, .qodef-ps-navigation .qodef-ps-prev a .qodef-ps-nav-mark {
position: relative;
display: inline-block;
vertical-align: middle;
width: 12px
}
.qodef-ps-navigation .qodef-ps-next a .qodef-ps-nav-mark:before, .qodef-ps-navigation .qodef-ps-prev a .qodef-ps-nav-mark:before {
display: block;
line-height: inherit
}
.qodef-ps-navigation .qodef-ps-next a:hover, .qodef-ps-navigation .qodef-ps-prev a:hover {
color: #000
}
.qodef-ps-navigation .qodef-ps-prev a .qodef-ps-nav-mark {
left: 0
}
.qodef-ps-navigation .qodef-ps-next {
text-align: right
}
.qodef-ps-navigation .qodef-ps-next a .qodef-ps-nav-mark {
right: 0
}
.qodef-ps-related-posts-holder {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
margin: 30px 0 0;
clear: both
}
.qodef-ps-related-posts-holder .qodef-ps-related-posts {
margin: 0 -15px
}
.qodef-ps-related-posts-holder .qodef-ps-related-post {
position: relative;
display: inline-block;
vertical-align: middle;
width: 25%;
float: left;
padding: 0 15px;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
@media only screen and (max-width:1024px) {
.qodef-ps-related-posts-holder .qodef-ps-related-post {
width: 50%
}
.qodef-ps-related-posts-holder .qodef-ps-related-post:nth-child(2n+1) {
clear: both
}
}
@media only screen and (max-width:680px) {
.qodef-ps-related-posts-holder .qodef-ps-related-post {
width: 100%
}
}
.qodef-ps-related-posts-holder .qodef-ps-related-image {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle
}
.qodef-ps-related-posts-holder .qodef-ps-related-image a, .qodef-ps-related-posts-holder .qodef-ps-related-image img {
display: block
}
.qodef-ps-related-posts-holder .qodef-ps-related-text {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
margin: 20px 0 0
}
.qodef-ps-related-posts-holder .qodef-ps-related-text .qodef-ps-related-title {
margin: 0
}
.qodef-ps-related-posts-holder .qodef-ps-related-text .qodef-ps-related-categories {
margin: 6px 0 0
}
.qodef-portfolio-category-list-holder {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle
}
.touch .qodef-portfolio-category-list-holder article {
cursor: pointer
}
.qodef-portfolio-category-list-holder article:hover .qodef-pcli-text-holder {
opacity: 1
}
.qodef-portfolio-category-list-holder article .qodef-pcl-item-inner {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
overflow: hidden
}
.qodef-portfolio-category-list-holder article .qodef-pcli-image {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle
}
.qodef-portfolio-category-list-holder article .qodef-pcli-image img {
display: block;
width: 100%
}
.qodef-portfolio-category-list-holder article .qodef-pcli-text-holder {
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
padding: 20px;
background-color: rgba(0, 0, 0, .6);
opacity: 0;
text-align: center;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: opacity .2s ease-in-out;
-o-transition: opacity .2s ease-in-out;
transition: opacity .2s ease-in-out
}
.qodef-portfolio-category-list-holder article .qodef-pcli-text-wrapper {
position: relative;
display: table;
table-layout: fixed;
height: 100%;
width: 100%
}
.qodef-portfolio-category-list-holder article .qodef-pcli-text {
position: relative;
display: table-cell;
height: 100%;
width: 100%;
vertical-align: middle
}
.qodef-portfolio-category-list-holder article .qodef-pcli-title {
margin: 0;
color: #fff
}
.qodef-portfolio-category-list-holder article .qodef-pcli-excerpt {
margin: 3px 0 0;
color: #fff
}
.qodef-portfolio-category-list-holder article .qodef-pcli-link {
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0
}
.qodef-pis-holder.qodef-pis-type-slider {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
height: 100vh
}
.admin-bar .qodef-pis-holder.qodef-pis-type-slider {
height: calc(100vh - 32px)
}
.qodef-pis-holder.qodef-pis-type-slider .qodef-pis-content-inner, .qodef-pis-holder.qodef-pis-type-slider .qodef-pis-item-content {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
height: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-pis-holder.qodef-pis-type-slider .swiper-container {
width: 100%;
height: 100%;
visibility: hidden
}
.qodef-pis-holder.qodef-pis-type-slider .swiper-container .swiper-wrapper {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-transition-timing-function: cubic-bezier(.75, .11, .58, 1);
-o-transition-timing-function: cubic-bezier(.75, .11, .58, 1);
transition-timing-function: cubic-bezier(.75, .11, .58, 1)
}
.qodef-pis-holder.qodef-pis-type-slider .swiper-container .swiper-slide {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
white-space: nowrap;
width: auto;
margin: 0;
height: 220px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
cursor: pointer
}
.qodef-pis-holder.qodef-pis-type-slider.qodef-initialized .swiper-container {
visibility: visible
}
.qodef-pis-holder.qodef-pis-type-slider.qodef-initialized .swiper-container .swiper-slide:nth-child(1) .qodef-pis-item-title {
opacity: 1;
-webkit-transition: opacity 1s .1s;
-o-transition: opacity 1s .1s;
transition: opacity 1s .1s
}
.qodef-pis-holder.qodef-pis-type-slider.qodef-initialized .swiper-container .swiper-slide:nth-child(2) .qodef-pis-item-title {
opacity: 1;
-webkit-transition: opacity 1s .2s;
-o-transition: opacity 1s .2s;
transition: opacity 1s .2s
}
.qodef-pis-holder.qodef-pis-type-slider.qodef-initialized .swiper-container .swiper-slide:nth-child(3) .qodef-pis-item-title {
opacity: 1;
-webkit-transition: opacity 1s .3s;
-o-transition: opacity 1s .3s;
transition: opacity 1s .3s
}
.qodef-pis-holder.qodef-pis-type-slider.qodef-initialized .swiper-container .swiper-slide:nth-child(4) .qodef-pis-item-title {
opacity: 1;
-webkit-transition: opacity 1s .4s;
-o-transition: opacity 1s .4s;
transition: opacity 1s .4s
}
.qodef-pis-holder.qodef-pis-type-slider.qodef-initialized .swiper-container .swiper-slide:nth-child(5) .qodef-pis-item-title {
opacity: 1;
-webkit-transition: opacity 1s .5s;
-o-transition: opacity 1s .5s;
transition: opacity 1s .5s
}
.qodef-pis-holder.qodef-pis-type-slider.qodef-initialized .swiper-container .swiper-slide:nth-child(6) .qodef-pis-item-title {
opacity: 1;
-webkit-transition: opacity 1s .6s;
-o-transition: opacity 1s .6s;
transition: opacity 1s .6s
}
.qodef-pis-holder.qodef-pis-type-slider.qodef-initialized .swiper-container .swiper-slide:nth-child(7) .qodef-pis-item-title {
opacity: 1;
-webkit-transition: opacity 1s .7s;
-o-transition: opacity 1s .7s;
transition: opacity 1s .7s
}
.qodef-pis-holder.qodef-pis-type-slider.qodef-initialized .swiper-container .swiper-slide:nth-child(8) .qodef-pis-item-title {
opacity: 1;
-webkit-transition: opacity 1s .8s;
-o-transition: opacity 1s .8s;
transition: opacity 1s .8s
}
.qodef-pis-holder.qodef-pis-type-slider.qodef-initialized .swiper-container .swiper-slide:nth-child(9) .qodef-pis-item-title {
opacity: 1;
-webkit-transition: opacity 1s .9s;
-o-transition: opacity 1s .9s;
transition: opacity 1s .9s
}
.qodef-pis-holder.qodef-pis-type-slider.qodef-initialized .swiper-container .swiper-slide:nth-child(10) .qodef-pis-item-title {
opacity: 1;
-webkit-transition: opacity 1s 1s;
-o-transition: opacity 1s 1s;
transition: opacity 1s 1s
}
.qodef-pis-holder.qodef-pis-type-slider .qodef-pis-image-holder {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
height: 100%;
overflow: hidden
}
.qodef-pis-holder.qodef-pis-type-slider .qodef-pis-item-image {
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
opacity: 0;
-webkit-transform: translateX(-50px) scale(1.05);
-ms-transform: translateX(-50px) scale(1.05);
transform: translateX(-50px) scale(1.05);
-webkit-transition: opacity 1s, transform 0s 1s;
-webkit-transition: opacity 1s, -webkit-transform 0s 1s;
transition: opacity 1s, -webkit-transform 0s 1s;
-o-transition: opacity 1s, transform 0s 1s;
transition: opacity 1s, transform 0s 1s;
transition: opacity 1s, transform 0s 1s, -webkit-transform 0s 1s
}
.qodef-pis-holder.qodef-pis-type-slider .qodef-pis-item-image.qodef-active {
z-index: 10;
opacity: 1;
-webkit-transform: translateX(0) scale(1.05);
-ms-transform: translateX(0) scale(1.05);
transform: translateX(0) scale(1.05);
-webkit-transition: opacity .2s, transform 1s cubic-bezier(.215, .61, .355, 1);
-webkit-transition: opacity .2s, -webkit-transform 1s cubic-bezier(.215, .61, .355, 1);
transition: opacity .2s, -webkit-transform 1s cubic-bezier(.215, .61, .355, 1);
-o-transition: opacity .2s, transform 1s cubic-bezier(.215, .61, .355, 1);
transition: opacity .2s, transform 1s cubic-bezier(.215, .61, .355, 1);
transition: opacity .2s, transform 1s cubic-bezier(.215, .61, .355, 1), -webkit-transform 1s cubic-bezier(.215, .61, .355, 1)
}
.qodef-pis-holder.qodef-pis-type-slider .qodef-pis-item-image img {
display: none
}
.qodef-pis-holder.qodef-pis-type-slider .qodef-pis-content-holder {
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 100
}
.qodef-pis-holder.qodef-pis-type-slider .qodef-pis-item-content-holder.qodef-active .qodef-pis-item-link {
color: #fff;
opacity: 1;
-webkit-transition: opacity .2s ease-out;
-o-transition: opacity .2s ease-out;
transition: opacity .2s ease-out;
pointer-events: auto
}
.qodef-pis-holder.qodef-pis-type-slider .qodef-pis-item-content-holder.qodef-active .qodef-pis-item-link:after, .qodef-pis-holder.qodef-pis-type-slider .qodef-pis-item-content-holder.qodef-active .qodef-pis-item-link:before {
content: '';
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
display: inline-block;
background-color: currentColor;
width: 200px;
height: 2px;
vertical-align: middle
}
.qodef-pis-holder.qodef-pis-type-slider .qodef-pis-item-content-holder.qodef-active .qodef-pis-item-link:before {
left: -96px
}
.qodef-pis-holder.qodef-pis-type-slider .qodef-pis-item-content-holder.qodef-active .qodef-pis-item-link:after {
right: -96px
}
.qodef-pis-holder.qodef-pis-type-slider .qodef-pis-item-content-holder.qodef-active .qodef-pis-item-category-holder .qodef-pis-item-category {
opacity: 1;
-webkit-transition: opacity .2s ease-out;
-o-transition: opacity .2s ease-out;
transition: opacity .2s ease-out
}
.qodef-pis-holder.qodef-pis-type-slider .qodef-pis-item-content-holder.qodef-active .qodef-pis-item-category-holder .qodef-pis-item-category:hover {
opacity: .65;
-webkit-transition: opacity .2s ease-in;
-o-transition: opacity .2s ease-in;
transition: opacity .2s ease-in
}
.qodef-pis-holder.qodef-pis-type-slider .qodef-pis-item-link {
position: relative;
display: inline-block;
color: #fff;
font-size: 110px;
line-height: 1.2em;
font-weight: 500;
padding: 0 140px;
opacity: .65;
pointer-events: none;
-webkit-transition: opacity .2s ease-out;
-o-transition: opacity .2s ease-out;
transition: opacity .2s ease-out
}
.qodef-pis-holder.qodef-pis-type-slider .qodef-pis-item-link:hover {
opacity: 1;
-webkit-transition: opacity .2s ease-in;
-o-transition: opacity .2s ease-in;
transition: opacity .2s ease-in
}
.qodef-pis-holder.qodef-pis-type-slider .qodef-pis-item-category-holder {
position: relative;
display: block;
margin-top: 14px
}
.qodef-pis-holder.qodef-pis-type-slider .qodef-pis-item-category-holder a {
font-size: 25px;
color: #fff;
opacity: .65;
-webkit-transition: opacity .2s ease-out;
-o-transition: opacity .2s ease-out;
transition: opacity .2s ease-out
}
.qodef-pis-holder.qodef-pis-type-slider .qodef-pis-item-category-holder a:after {
content: '/';
padding: 0 5px 0 8px;
color: #fff
}
.qodef-pis-holder.qodef-pis-type-slider .qodef-pis-item-category-holder a:last-child:after {
content: none
}
.qodef-pis-holder.qodef-pis-type-slider .qodef-pis-item-category-holder a:hover {
opacity: 1;
-webkit-transition: opacity .2s ease-in;
-o-transition: opacity .2s ease-in;
transition: opacity .2s ease-in
}
.qodef-pis-holder.qodef-pis-type-slider .qodef-pis-item-title {
position: relative;
display: inline-block;
vertical-align: top;
line-height: inherit
}
.qodef-pis-holder.qodef-pis-type-slider.qodef-pis-skin-dark {
background-color: #fff
}
.qodef-pis-holder.qodef-pis-type-slider.qodef-pis-skin-dark .qodef-pis-item-link {
color: #000
}
.qodef-portfolio-list-holder {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle
}
.touch .qodef-portfolio-list-holder article {
cursor: pointer
}
.qodef-portfolio-list-holder article .qodef-pl-item-inner {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle
}
.qodef-portfolio-list-holder article .qodef-pli-image {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle
}
.qodef-portfolio-list-holder article .qodef-pli-image img {
display: block;
width: 100%
}
.qodef-portfolio-list-holder article .qodef-pli-link {
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0
}
.qodef-portfolio-list-holder article .qodef-pli-text-wrapper {
position: relative;
display: table;
table-layout: fixed;
height: 100%;
width: 100%
}
.qodef-portfolio-list-holder article .qodef-pli-text {
position: relative;
display: table-cell;
height: 100%;
width: 100%;
vertical-align: middle
}
.qodef-portfolio-list-holder article .qodef-pli-text .qodef-pli-title {
margin: 0
}
.qodef-portfolio-list-holder article .qodef-pli-text .qodef-pli-category-holder {
position: relative;
display: block;
margin: 3px 0 0
}
.qodef-portfolio-list-holder article .qodef-pli-text .qodef-pli-category-holder a {
position: relative;
display: inline-block;
vertical-align: middle;
padding: 0 6px 0 0;
margin: 0 3px 0 0;
z-index: 8
}
.qodef-portfolio-list-holder article .qodef-pli-text .qodef-pli-category-holder a:after {
position: absolute;
top: 0;
right: -4px;
content: '/';
color: inherit;
font-size: 12px;
line-height: inherit
}
.qodef-portfolio-list-holder article .qodef-pli-text .qodef-pli-category-holder a:last-child {
margin: 0;
padding: 0
}
.qodef-portfolio-list-holder article .qodef-pli-text .qodef-pli-category-holder a:last-child:after {
display: none
}
.qodef-portfolio-list-holder article .qodef-pli-text .qodef-pli-excerpt {
margin: 3px 0 0
}
.qodef-portfolio-list-holder.qodef-pl-has-shadow article .qodef-pli-image {
-webkit-box-shadow: 0 0 4.85px .15px rgba(0, 0, 0, .09);
box-shadow: 0 0 4.85px .15px rgba(0, 0, 0, .09)
}
.qodef-portfolio-list-holder.qodef-pl-has-filter .qodef-pl-inner {
overflow: hidden
}
.qodef-portfolio-list-holder.qodef-pl-no-content .qodef-pli-text-holder {
display: none
}
.qodef-portfolio-list-holder.qodef-pl-masonry.qodef-fixed-masonry-items article .qodef-pl-item-inner, .qodef-portfolio-list-holder.qodef-pl-masonry.qodef-fixed-masonry-items article .qodef-pli-image {
height: 100%
}
.qodef-portfolio-list-holder.qodef-pl-boxed-layout .qodef-pl-inner-holder {
-webkit-box-shadow: 0 0 28px 0 rgba(0, 0, 0, .08);
box-shadow: 0 0 28px 0 rgba(0, 0, 0, .08);
padding: 20px 20px 0 20px;
background-color: #fff
}
.qodef-portfolio-list-holder.qodef-pl-scrollable {
position: relative;
width: 100%;
height: 100%;
overflow: hidden
}
.qodef-portfolio-list-holder.qodef-pl-scrollable.qodef-ptf-hovered .qodef-ptf-list-showcase-preview-item:not(.active) a:after {
opacity: 1
}
.qodef-portfolio-list-holder.qodef-pl-scrollable .qodef-pl-inner {
font-size: 0;
margin: 0
}
.qodef-portfolio-list-holder.qodef-pl-scrollable .qodef-ptf-list-showcase-preview-title-resp {
display: none
}
.qodef-portfolio-list-holder.qodef-pl-scrollable .qodef-ptf-list-showcase-meta {
width: 34%;
height: 100%;
display: inline-block;
vertical-align: top;
position: relative;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-portfolio-list-holder.qodef-pl-scrollable .qodef-ptf-list-showcase-meta.qodef-fix-meta .qodef-ptf-list-showcase-meta-inner {
position: fixed;
top: 0;
left: 0;
width: 40%;
-webkit-transition: top .2s ease-out;
-o-transition: top .2s ease-out;
transition: top .2s ease-out
}
.qodef-portfolio-list-holder.qodef-pl-scrollable .qodef-ptf-list-showcase-meta.qodef-fix-bottom .qodef-ptf-list-showcase-meta-inner {
-webkit-transition: none;
-o-transition: none;
transition: none
}
.qodef-portfolio-list-holder.qodef-pl-scrollable .qodef-ptf-list-showcase-meta-item {
cursor: pointer;
border-bottom: 1px solid #e7e8e8;
background-color: #f8f8f8;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: border-color .5s cubic-bezier(.02, .01, .47, 1), background-color .5s cubic-bezier(.02, .01, .47, 1);
-o-transition: border-color .5s cubic-bezier(.02, .01, .47, 1), background-color .5s cubic-bezier(.02, .01, .47, 1);
transition: border-color .5s cubic-bezier(.02, .01, .47, 1), background-color .5s cubic-bezier(.02, .01, .47, 1)
}
.qodef-portfolio-list-holder.qodef-pl-scrollable .qodef-ptf-list-showcase-meta-item:last-child {
border-bottom: none
}
.qodef-portfolio-list-holder.qodef-pl-scrollable .qodef-ptf-list-showcase-meta-item.active, .qodef-portfolio-list-holder.qodef-pl-scrollable .qodef-ptf-list-showcase-meta-item:hover {
background-color: #fff
}
.qodef-portfolio-list-holder.qodef-pl-scrollable .qodef-ptf-meta-item-date-year {
padding-left: 54px;
font-size: 18px;
color: #717171
}
.qodef-portfolio-list-holder.qodef-pl-scrollable .qodef-ptf-meta-item-date-year, .qodef-portfolio-list-holder.qodef-pl-scrollable .qodef-ptf-meta-item-title {
line-height: 67px
}
.qodef-portfolio-list-holder.qodef-pl-scrollable .qodef-ptf-list-showcase-meta-item, .qodef-portfolio-list-holder.qodef-pl-scrollable .qodef-ptf-meta-headings {
display: table;
width: 100%;
table-layout: fixed
}
.qodef-portfolio-list-holder.qodef-pl-scrollable .qodef-ptf-list-showcase-meta-items-holder {
padding-bottom: 30px;
padding-left: 0
}
.qodef-portfolio-list-holder.qodef-pl-scrollable .qodef-ptf-list-showcase-meta-item .qodef-ptf-meta-item-date-year, .qodef-portfolio-list-holder.qodef-pl-scrollable .qodef-ptf-list-showcase-meta-item .qodef-ptf-meta-item-title, .qodef-portfolio-list-holder.qodef-pl-scrollable .qodef-ptf-list-showcase-meta-item .qodef-ptf-view-holder {
display: table-cell;
vertical-align: middle
}
.qodef-portfolio-list-holder.qodef-pl-scrollable .qodef-ptf-meta-headings h4 {
display: table-cell;
vertical-align: middle;
padding-bottom: 7px;
letter-spacing: 1px
}
.qodef-portfolio-list-holder.qodef-pl-scrollable .qodef-ptf-meta-item-title {
width: 46.3%
}
.qodef-portfolio-list-holder.qodef-pl-scrollable .qodef-ptf-meta-item-title a {
display: block;
padding: 15px 20px 15px 3%;
width: 100%;
height: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-portfolio-list-holder.qodef-pl-scrollable .qodef-ptf-meta-item-title a:hover {
color: #000
}
.qodef-portfolio-list-holder.qodef-pl-scrollable .qodef-ptf-list-showcase-preview {
display: inline-block;
vertical-align: middle;
width: 66%;
-webkit-overflow-scrolling: touch;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-portfolio-list-holder.qodef-pl-scrollable .qodef-ptf-list-showcase-preview .qodef-column .qodef-column-inner {
padding: 0
}
.qodef-portfolio-list-holder.qodef-pl-scrollable .qodef-ptf-list-showcase-preview .qodef-three-columns-inner, .qodef-portfolio-list-holder.qodef-pl-scrollable .qodef-ptf-list-showcase-preview .qodef-two-columns-50-50-inner {
margin: 0
}
.qodef-portfolio-list-holder.qodef-pl-scrollable .qodef-featured-images-on-left .qodef-ptf-list-showcase-preview {
float: left
}
.qodef-portfolio-list-holder.qodef-pl-scrollable .qodef-featured-images-on-left .qodef-ptf-list-showcase-preview-item {
padding-left: 0;
padding-right: 40px
}
.qodef-portfolio-list-holder.qodef-pl-scrollable .qodef-featured-images-on-left .qodef-ptf-list-showcase-meta {
float: right
}
.qodef-portfolio-list-holder.qodef-pl-scrollable .qodef-featured-images-on-left .qodef-ptf-list-showcase-meta.qodef-fix-meta .qodef-ptf-list-showcase-meta-inner {
right: 0;
left: auto
}
.qodef-portfolio-list-holder.qodef-pl-scrollable .qodef-three-images-scrollable .qodef-ptf-list-showcase-preview {
width: 70%
}
.qodef-portfolio-list-holder.qodef-pl-scrollable .qodef-three-images-scrollable .qodef-ptf-list-showcase-meta {
width: 30%
}
.qodef-portfolio-list-holder.qodef-pl-scrollable .qodef-three-images-scrollable.qodef-featured-images-on-left .qodef-ptf-list-showcase-preview {
left: 0
}
.qodef-portfolio-list-holder.qodef-pl-scrollable .qodef-three-images-scrollable.qodef-featured-images-on-left .qodef-ptf-list-showcase-meta {
left: 70%
}
.qodef-portfolio-list-holder.qodef-pl-scrollable .qodef-ptf-list-showcase-preview::-webkit-scrollbar {
display: none
}
.qodef-portfolio-list-holder.qodef-pl-scrollable .qodef-ptf-list-showcase-preview-item {
padding-bottom: 0;
padding-left: 0;
cursor: pointer
}
.qodef-portfolio-list-holder.qodef-pl-scrollable .qodef-ptf-list-showcase-preview-item:last-child {
padding-bottom: 0
}
.qodef-portfolio-list-holder.qodef-pl-scrollable .qodef-ptf-list-showcase-preview-item .qodef-three-columns .qodef-column {
width: 33.33%;
float: left
}
.qodef-portfolio-list-holder.qodef-pl-scrollable .qodef-ptf-list-showcase-meta-item .qodef-ptf-view-holder {
font-size: 18px;
color: #717171
}
.qodef-portfolio-list-holder.qodef-pl-scrollable .qodef-ptf-list-showcase-meta-item .qodef-ptf-view-holder a:hover {
color: #000
}
.qodef-portfolio-list-holder.qodef-pl-scrollable .qodef-ptf-view-holder {
width: 35%;
text-align: center
}
.qodef-portfolio-list-holder.qodef-pl-scrollable .qodef-ptf-list-showcase-preview-item a {
display: block;
position: relative
}
.qodef-portfolio-list-holder.qodef-pl-scrollable .qodef-ptf-list-showcase-preview-item a:after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, .6) repeat scroll inherit !important;
-webkit-transition: opacity .4s;
-o-transition: opacity .4s;
transition: opacity .4s;
opacity: 0
}
.qodef-portfolio-list-holder.qodef-pl-scrollable .qodef-ptf-list-showcase-preview-item img {
display: block;
width: 100%;
height: auto;
vertical-align: top;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-filter: none;
filter: none;
-webkit-transition: all .5s ease-out;
-o-transition: all .5s ease-out;
transition: all .5s ease-out
}
.qodef-portfolio-list-holder.qodef-pl-has-animation article {
opacity: 0;
-webkit-transform: translateY(80px);
-ms-transform: translateY(80px);
transform: translateY(80px);
-webkit-transition: opacity .8s cubic-bezier(.34, .52, .57, 1.04), transform .8s cubic-bezier(.34, .52, .57, 1.04);
-webkit-transition: opacity .8s cubic-bezier(.34, .52, .57, 1.04), -webkit-transform .8s cubic-bezier(.34, .52, .57, 1.04);
transition: opacity .8s cubic-bezier(.34, .52, .57, 1.04), -webkit-transform .8s cubic-bezier(.34, .52, .57, 1.04);
-o-transition: opacity .8s cubic-bezier(.34, .52, .57, 1.04), transform .8s cubic-bezier(.34, .52, .57, 1.04);
transition: opacity .8s cubic-bezier(.34, .52, .57, 1.04), transform .8s cubic-bezier(.34, .52, .57, 1.04);
transition: opacity .8s cubic-bezier(.34, .52, .57, 1.04), transform .8s cubic-bezier(.34, .52, .57, 1.04), -webkit-transform .8s cubic-bezier(.34, .52, .57, 1.04)
}
.qodef-portfolio-list-holder.qodef-pl-has-animation article.qodef-item-show {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0)
}
.qodef-portfolio-list-holder.qodef-pl-has-animation article.qodef-item-show.qodef-item-shown {
-webkit-transition: none;
-o-transition: none;
transition: none
}
.touch .qodef-portfolio-list-holder.qodef-pl-has-animation article {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0)
}
.qodef-portfolio-list-holder.qodef-filter-position-top .qodef-pl-filter-holder {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
margin: 0 0 93px;
text-align: center;
font-weight: 500
}
.qodef-portfolio-list-holder.qodef-filter-position-top .qodef-pl-filter-holder ul {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0;
padding: 0;
list-style: none
}
.qodef-portfolio-list-holder.qodef-filter-position-top .qodef-pl-filter-holder ul li {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 0 8px;
padding: 0;
cursor: pointer
}
.qodef-portfolio-list-holder.qodef-filter-position-top .qodef-pl-filter-holder ul li:last-child:after {
display: none
}
.qodef-portfolio-list-holder.qodef-filter-position-top .qodef-pl-filter-holder ul li:after {
content: '';
width: 25px;
height: 1px;
background-color: #898989;
display: inline-block;
vertical-align: middle;
margin: 0 9px
}
.qodef-portfolio-list-holder.qodef-filter-position-top .qodef-pl-filter-holder ul li span {
position: relative;
display: inline-block;
vertical-align: middle;
color: #000;
font-size: 17px;
font-weight: 500;
line-height: 35px;
white-space: nowrap;
-webkit-transition: color .2s ease-out;
-o-transition: color .2s ease-out;
transition: color .2s ease-out
}
.qodef-portfolio-list-holder.qodef-filter-position-top .qodef-pl-filter-holder ul li.qodef-pl-current span, .qodef-portfolio-list-holder.qodef-filter-position-top .qodef-pl-filter-holder ul li:hover span {
color: #898989
}
.qodef-portfolio-list-holder.qodef-filter-position-top .qodef-pl-filter-holder ul.qodef-portfolio-filter-child-categories {
margin: 6px 0 0 0;
display: none;
position: absolute;
width: 100%;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%)
}
.qodef-portfolio-list-holder.qodef-filter-position-top .qodef-pl-filter-holder ul.qodef-portfolio-filter-child-categories:first-child {
display: block
}
.qodef-portfolio-list-holder.qodef-filter-position-top .qodef-pl-filter-holder ul.qodef-portfolio-filter-child-categories li {
margin: 0 25px
}
.qodef-portfolio-list-holder.qodef-filter-position-top .qodef-pl-filter-holder ul.qodef-portfolio-filter-child-categories li:after {
display: none
}
.qodef-portfolio-list-holder.qodef-filter-position-top .qodef-pl-filter-holder ul.qodef-portfolio-filter-child-categories li span {
font-size: 15px;
font-weight: 400;
line-height: 13px;
color: #8b8b8b;
border-bottom: 1px solid #c9c9c9;
-webkit-transition: color .2s ease-out, border-color .2s ease-out;
-o-transition: color .2s ease-out, border-color .2s ease-out;
transition: color .2s ease-out, border-color .2s ease-out
}
.qodef-portfolio-list-holder.qodef-filter-position-top .qodef-pl-filter-holder ul.qodef-portfolio-filter-child-categories li.qodef-pl-current span, .qodef-portfolio-list-holder.qodef-filter-position-top .qodef-pl-filter-holder ul.qodef-portfolio-filter-child-categories li:hover span {
-webkit-box-sizing: border-box;
box-sizing: border-box;
line-height: 13px;
color: #000;
border-bottom: 1px solid #000;
-webkit-transition: color .2s ease-in, border-color .2s ease-in;
-o-transition: color .2s ease-in, border-color .2s ease-in;
transition: color .2s ease-in, border-color .2s ease-in
}
.qodef-portfolio-list-holder.qodef-filter-position-right .qodef-pl-filter-holder {
position: absolute;
width: 1100px;
top: 0;
left: calc(100% + 51px);
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
font-weight: 500;
-webkit-transform: rotateZ(90deg);
-ms-transform: rotate(90deg);
transform: rotateZ(90deg)
}
.qodef-portfolio-list-holder.qodef-filter-position-right .qodef-pl-filter-holder .qodef-plf-inner ul {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0;
padding: 0;
list-style: none
}
.qodef-portfolio-list-holder.qodef-filter-position-right .qodef-pl-filter-holder .qodef-plf-inner ul li {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 0 10px;
padding: 0;
cursor: pointer
}
.qodef-portfolio-list-holder.qodef-filter-position-right .qodef-pl-filter-holder .qodef-plf-inner ul li:last-child:after {
display: none
}
.qodef-portfolio-list-holder.qodef-filter-position-right .qodef-pl-filter-holder .qodef-plf-inner ul li:after {
content: '';
width: 25px;
height: 1px;
background-color: #898989;
display: inline-block;
vertical-align: middle;
margin: 0 13px
}
.qodef-portfolio-list-holder.qodef-filter-position-right .qodef-pl-filter-holder .qodef-plf-inner ul li span {
position: relative;
display: inline-block;
vertical-align: middle;
color: #000;
font-size: 17px;
line-height: 35px;
white-space: nowrap;
-webkit-transition: color .2s ease-out;
-o-transition: color .2s ease-out;
transition: color .2s ease-out
}
.qodef-portfolio-list-holder.qodef-filter-position-right .qodef-pl-filter-holder .qodef-plf-inner ul li.qodef-pl-current span, .qodef-portfolio-list-holder.qodef-filter-position-right .qodef-pl-filter-holder .qodef-plf-inner ul li:hover span {
color: #898989
}
.qodef-portfolio-list-holder.qodef-filter-position-right .qodef-pl-filter-holder .qodef-plf-inner ul.qodef-portfolio-filter-child-categories {
display: none !important
}
.qodef-portfolio-list-holder.qodef-pl-pag-standard .qodef-pl-inner {
opacity: 1;
-webkit-transition: opacity .2s ease-out;
-o-transition: opacity .2s ease-out;
transition: opacity .2s ease-out
}
.qodef-portfolio-list-holder.qodef-pl-pag-standard.qodef-pl-pag-standard-animate .qodef-pl-inner {
opacity: 0
}
.qodef-pl-standard-pagination {
position: relative;
display: inline-block;
width: 100%;
vertical-align: top;
clear: both;
margin: 40px 0 0
}
.qodef-pl-standard-pagination ul {
position: relative;
display: inline-block;
width: 100%;
vertical-align: top;
padding: 0;
margin: 0;
list-style: none
}
.qodef-pl-standard-pagination ul li {
position: relative;
display: inline-block;
vertical-align: top;
margin: 0 12px;
font-weight: 700
}
.qodef-pl-standard-pagination ul li a {
position: relative;
display: inline-block;
vertical-align: top;
margin: 0;
padding: 0;
color: #717171
}
.qodef-pl-standard-pagination ul li a:hover {
color: #000
}
.qodef-pl-standard-pagination ul li span {
color: #000
}
.qodef-pl-standard-pagination ul li.qodef-pag-active a {
color: #000
}
.qodef-pl-standard-pagination ul li.qodef-pag-first, .qodef-pl-standard-pagination ul li.qodef-pag-last, .qodef-pl-standard-pagination ul li.qodef-pag-next, .qodef-pl-standard-pagination ul li.qodef-pag-prev {
margin: 0 2px
}
.qodef-pl-standard-pagination ul li.qodef-pag-first a, .qodef-pl-standard-pagination ul li.qodef-pag-last a, .qodef-pl-standard-pagination ul li.qodef-pag-next a, .qodef-pl-standard-pagination ul li.qodef-pag-prev a {
font-size: 24px
}
.qodef-pl-standard-pagination ul li.qodef-pag-first a span, .qodef-pl-standard-pagination ul li.qodef-pag-last a span, .qodef-pl-standard-pagination ul li.qodef-pag-next a span, .qodef-pl-standard-pagination ul li.qodef-pag-prev a span {
display: block;
line-height: .8em
}
.qodef-pl-standard-pagination ul li.qodef-pag-first a span:before, .qodef-pl-standard-pagination ul li.qodef-pag-last a span:before, .qodef-pl-standard-pagination ul li.qodef-pag-next a span:before, .qodef-pl-standard-pagination ul li.qodef-pag-prev a span:before {
display: block;
line-height: inherit
}
.qodef-pl-standard-pagination ul li.qodef-pag-prev a {
opacity: 0
}
.qodef-pl-standard-pagination ul li.qodef-pag-next a {
opacity: 1
}
.qodef-pl-load-more-holder {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle
}
.qodef-pl-load-more-holder:after {
top: 26%;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
content: 'More Projects';
text-transform: capitalize;
position: absolute;
font-size: 100px;
font-weight: 700;
color: #eee;
z-index: -1;
letter-spacing: -1px;
line-height: 1em;
text-align: center;
width: 100%
}
.qodef-pl-load-more-holder .qodef-pl-load-more {
margin: 60px 0 0;
text-align: center
}
.qodef-pl-load-more-holder .qodef-pl-load-more > a {
background-color: transparent;
color: #000;
text-transform: lowercase
}
.qodef-pl-load-more-holder .qodef-pl-load-more > a:after {
background-color: #000
}
.qodef-pl-loading {
position: relative;
display: none;
width: 100%;
margin: 40px 0 20px;
color: #000;
text-align: center
}
.qodef-pl-loading.qodef-filter-trigger {
position: absolute;
top: 250px;
left: 0
}
.qodef-pl-loading.qodef-standard-pag-trigger {
position: absolute;
top: 50px;
left: 0
}
.qodef-pl-has-filter .qodef-pl-loading.qodef-standard-pag-trigger {
top: 150px
}
.qodef-pl-loading.qodef-showing {
display: block
}
.qodef-pl-loading > div {
position: relative;
display: inline-block;
vertical-align: middle;
width: 14px;
height: 14px;
margin: 0 3px;
background-color: #000;
border-radius: 100%;
-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
animation: sk-bouncedelay 1.4s infinite ease-in-out both
}
.qodef-pl-loading .qodef-pl-loading-bounce1 {
-webkit-animation-delay: -.32s;
animation-delay: -.32s
}
.qodef-pl-loading .qodef-pl-loading-bounce2 {
-webkit-animation-delay: -.16s;
animation-delay: -.16s
}
@-webkit-keyframes sk-bouncedelay {
0%, 100%, 80% {
-webkit-transform: scale(0)
}
40% {
-webkit-transform: scale(1)
}
}
@keyframes sk-bouncedelay {
0%, 100%, 80% {
-webkit-transform: scale(0);
transform: scale(0)
}
40% {
-webkit-transform: scale(1);
transform: scale(1)
}
}
.qodef-portfolio-list-holder.qodef-pl-gallery-overlay-float article:hover .qodef-pli-image img {
-webkit-transform: scale(1.03, 1.03);
-ms-transform: scale(1.03, 1.03);
transform: scale(1.03, 1.03);
-webkit-transition: transform .5s ease-in;
-webkit-transition: -webkit-transform .5s ease-in;
transition: -webkit-transform .5s ease-in;
-o-transition: transform .5s ease-in;
transition: transform .5s ease-in;
transition: transform .5s ease-in, -webkit-transform .5s ease-in
}
.qodef-portfolio-list-holder.qodef-pl-gallery-overlay-float article .qodef-pli-image {
overflow: hidden
}
.qodef-portfolio-list-holder.qodef-pl-gallery-overlay-float article .qodef-pli-image img {
-webkit-transition: transform .5s ease-out;
-webkit-transition: -webkit-transform .5s ease-out;
transition: -webkit-transform .5s ease-out;
-o-transition: transform .5s ease-out;
transition: transform .5s ease-out;
transition: transform .5s ease-out, -webkit-transform .5s ease-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden
}
.qodef-portfolio-list-holder.qodef-pl-gallery-overlay-float article .qodef-pli-text-holder {
display: none
}
.qodef-pl-follow-info-holder {
margin: 35px 0 0 -5px;
position: fixed;
top: 50%;
left: 100%;
width: auto;
height: auto;
opacity: 0;
z-index: 9999;
pointer-events: none;
-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15);
box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15);
-webkit-transition: opacity .1s cubic-bezier(.39, .575, .565, 1);
-o-transition: opacity .1s cubic-bezier(.39, .575, .565, 1);
transition: opacity .1s cubic-bezier(.39, .575, .565, 1)
}
.qodef-pl-follow-info-holder.qodef-is-active {
opacity: 1
}
.qodef-pl-follow-info-holder .qodef-pl-follow-info-inner {
background-color: #fff;
position: relative;
display: inline-block;
vertical-align: middle;
padding: 20px 0 0 0
}
.qodef-pl-follow-info-holder .qodef-pl-follow-info-title {
position: relative;
display: block;
padding: 0 20px 20px 20px;
font-size: 22px;
color: #212121;
font-family: Yantramanav, sans-serif;
font-weight: 500;
letter-spacing: 0;
white-space: nowrap;
z-index: 8;
line-height: 1em
}
.qodef-pl-follow-info-holder .qodef-pl-follow-info-categories {
padding: 0 20px;
display: inline-block;
line-height: 1em
}
.qodef-pl-follow-info-holder .qodef-pl-follow-info-categories .qodef-pl-follow-info-category {
font-size: 16px
}
.qodef-pl-follow-info-holder .qodef-pl-follow-info-categories .qodef-pl-follow-info-category:last-child .qodef-pl-follow-info-category-slash {
display: none
}
.qodef-portfolio-list-holder.qodef-pl-gallery-overlay.qodef-pl-has-shadow .qodef-pl-item-inner {
-webkit-box-shadow: 0 0 4.85px .15px rgba(0, 0, 0, .09);
box-shadow: 0 0 4.85px .15px rgba(0, 0, 0, .09)
}
.qodef-portfolio-list-holder.qodef-pl-gallery-overlay article:hover .qodef-pli-image img {
-webkit-transform: scale(1.03, 1.03);
-ms-transform: scale(1.03, 1.03);
transform: scale(1.03, 1.03);
-webkit-transition: transform .5s ease-in;
-webkit-transition: -webkit-transform .5s ease-in;
transition: -webkit-transform .5s ease-in;
-o-transition: transform .5s ease-in;
transition: transform .5s ease-in;
transition: transform .5s ease-in, -webkit-transform .5s ease-in
}
.qodef-portfolio-list-holder.qodef-pl-gallery-overlay article:hover .qodef-pli-text-holder {
opacity: 1
}
.qodef-portfolio-list-holder.qodef-pl-gallery-overlay article .qodef-pl-item-inner {
overflow: hidden
}
.qodef-portfolio-list-holder.qodef-pl-gallery-overlay article .qodef-pli-image img {
-webkit-transition: transform .5s ease-out;
-webkit-transition: -webkit-transform .5s ease-out;
transition: -webkit-transform .5s ease-out;
-o-transition: transform .5s ease-out;
transition: transform .5s ease-out;
transition: transform .5s ease-out, -webkit-transform .5s ease-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden
}
.qodef-portfolio-list-holder.qodef-pl-gallery-overlay article .qodef-pli-text .qodef-pli-excerpt, .qodef-portfolio-list-holder.qodef-pl-gallery-overlay article .qodef-pli-text .qodef-pli-title {
color: #fff
}
.qodef-portfolio-list-holder.qodef-pl-gallery-overlay article .qodef-pli-text .qodef-pli-category-holder a {
color: #fff
}
.qodef-portfolio-list-holder.qodef-pl-gallery-overlay article .qodef-pli-text .qodef-pli-category-holder a:hover {
color: #ff2a0e
}
.qodef-portfolio-list-holder.qodef-pl-gallery-overlay .qodef-pli-text-holder {
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
padding: 20px;
background-color: rgba(0, 0, 0, .4);
opacity: 0;
text-align: center;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: opacity .2s ease-in-out;
-o-transition: opacity .2s ease-in-out;
transition: opacity .2s ease-in-out
}
.qodef-portfolio-list-holder.qodef-pl-gallery-slide-from-image-bottom.qodef-pl-has-shadow .qodef-pl-item-inner {
-webkit-box-shadow: 0 0 4.85px .15px rgba(0, 0, 0, .09);
box-shadow: 0 0 4.85px .15px rgba(0, 0, 0, .09)
}
.qodef-portfolio-list-holder.qodef-pl-gallery-slide-from-image-bottom article:hover .qodef-pli-image img {
-webkit-transform: scale(1.03, 1.03);
-ms-transform: scale(1.03, 1.03);
transform: scale(1.03, 1.03);
-webkit-transition: transform .5s ease-in;
-webkit-transition: -webkit-transform .5s ease-in;
transition: -webkit-transform .5s ease-in;
-o-transition: transform .5s ease-in;
transition: transform .5s ease-in;
transition: transform .5s ease-in, -webkit-transform .5s ease-in
}
.qodef-portfolio-list-holder.qodef-pl-gallery-slide-from-image-bottom article:hover .qodef-pli-text-holder {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0)
}
.qodef-portfolio-list-holder.qodef-pl-gallery-slide-from-image-bottom article:hover .qodef-pli-text-wrapper {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0)
}
.qodef-portfolio-list-holder.qodef-pl-gallery-slide-from-image-bottom article .qodef-pli-image img {
-webkit-transition: transform .5s ease-out;
-webkit-transition: -webkit-transform .5s ease-out;
transition: -webkit-transform .5s ease-out;
-o-transition: transform .5s ease-out;
transition: transform .5s ease-out;
transition: transform .5s ease-out, -webkit-transform .5s ease-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden
}
.qodef-portfolio-list-holder.qodef-pl-gallery-slide-from-image-bottom article .qodef-pl-item-inner {
overflow: hidden
}
.qodef-portfolio-list-holder.qodef-pl-gallery-slide-from-image-bottom .qodef-pli-text-holder {
position: absolute;
display: block;
width: 100%;
height: auto;
bottom: 0;
left: 0;
padding: 15px 20px 10px;
background-color: #fff;
overflow: hidden;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
-webkit-transition: -webkit-transform .4s ease-in-out;
transition: -webkit-transform .4s ease-in-out;
-o-transition: transform .4s ease-in-out;
transition: transform .4s ease-in-out;
transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out
}
.qodef-portfolio-list-holder.qodef-pl-gallery-slide-from-image-bottom .qodef-pli-text-wrapper {
-webkit-transform: translateY(-200%);
-ms-transform: translateY(-200%);
transform: translateY(-200%);
-webkit-transition: -webkit-transform .4s ease-in-out;
transition: -webkit-transform .4s ease-in-out;
-o-transition: transform .4s ease-in-out;
transition: transform .4s ease-in-out;
transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out
}
.qodef-portfolio-list-holder.qodef-pl-gallery-slide-from-image-right.qodef-pl-has-shadow .qodef-pl-item-inner {
-webkit-box-shadow: 0 0 4.85px .15px rgba(0, 0, 0, .09);
box-shadow: 0 0 4.85px .15px rgba(0, 0, 0, .09)
}
.qodef-portfolio-list-holder.qodef-pl-gallery-slide-from-image-right article:hover .qodef-pli-image img {
-webkit-transform: scale(1.03, 1.03);
-ms-transform: scale(1.03, 1.03);
transform: scale(1.03, 1.03);
-webkit-transition: transform .5s ease-in;
-webkit-transition: -webkit-transform .5s ease-in;
transition: -webkit-transform .5s ease-in;
-o-transition: transform .5s ease-in;
transition: transform .5s ease-in;
transition: transform .5s ease-in, -webkit-transform .5s ease-in
}
.qodef-portfolio-list-holder.qodef-pl-gallery-slide-from-image-right article:hover .qodef-pli-text-holder {
-webkit-transform: translateX(-99%) translateY(-50%);
-ms-transform: translateX(-99%) translateY(-50%);
transform: translateX(-99%) translateY(-50%)
}
.qodef-portfolio-list-holder.qodef-pl-gallery-slide-from-image-right article .qodef-pl-item-inner {
overflow: hidden
}
.qodef-portfolio-list-holder.qodef-pl-gallery-slide-from-image-right article .qodef-pli-image img {
-webkit-transition: transform .5s ease-out;
-webkit-transition: -webkit-transform .5s ease-out;
transition: -webkit-transform .5s ease-out;
-o-transition: transform .5s ease-out;
transition: transform .5s ease-out;
transition: transform .5s ease-out, -webkit-transform .5s ease-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden
}
.qodef-portfolio-list-holder.qodef-pl-gallery-slide-from-image-right .qodef-pli-text-holder {
position: absolute;
display: block;
width: 80%;
height: auto;
top: 50%;
left: 100%;
padding: 15px 20px 14px 17px;
background-color: #fff;
overflow: hidden;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: -webkit-transform .4s ease-in-out;
transition: -webkit-transform .4s ease-in-out;
-o-transition: transform .4s ease-in-out;
transition: transform .4s ease-in-out;
transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out
}
.qodef-portfolio-list-holder.qodef-pl-gallery-slide-from-image-right .qodef-pli-text-holder .qodef-pli-text .qodef-pli-category-holder {
margin: 0 0 0 1px;
line-height: 15px
}
.qodef-portfolio-list-holder.qodef-pl-gallery-slide-from-image-right .qodef-pli-text-holder .qodef-pli-text .qodef-pli-category-holder a {
color: #949494;
font-size: 15px
}
.qodef-portfolio-list-holder.qodef-pl-standard-switch-images article .qodef-pli-image img {
-webkit-transition: opacity .2s ease-in-out;
-o-transition: opacity .2s ease-in-out;
transition: opacity .2s ease-in-out
}
.qodef-portfolio-list-holder.qodef-pl-standard-switch-images article .qodef-pli-image img:nth-child(1) {
opacity: 1
}
.qodef-portfolio-list-holder.qodef-pl-standard-switch-images article .qodef-pli-image img:nth-child(2) {
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: 0
}
.qodef-portfolio-list-holder.qodef-pl-standard-switch-images article.qodef-pl-has-switch-image:hover .qodef-pli-image img:nth-child(1) {
opacity: 1
}
.qodef-portfolio-list-holder.qodef-pl-standard-switch-images article.qodef-pl-has-switch-image:hover .qodef-pli-image img:nth-child(2) {
opacity: 1
}
.qodef-portfolio-list-holder.qodef-pl-standard-switch-images .qodef-pli-text-holder {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
margin: 35px 0 0
}
.qodef-portfolio-list-holder.qodef-pl-standard-zoom article:hover .qodef-pli-image img {
-webkit-transform: scale(1.03, 1.03);
-ms-transform: scale(1.03, 1.03);
transform: scale(1.03, 1.03);
-webkit-transition: transform .5s ease-in;
-webkit-transition: -webkit-transform .5s ease-in;
transition: -webkit-transform .5s ease-in;
-o-transition: transform .5s ease-in;
transition: transform .5s ease-in;
transition: transform .5s ease-in, -webkit-transform .5s ease-in
}
.qodef-portfolio-list-holder.qodef-pl-standard-zoom article .qodef-pli-image {
overflow: hidden
}
.qodef-portfolio-list-holder.qodef-pl-standard-zoom article .qodef-pli-image img {
-webkit-transition: transform .5s ease-out;
-webkit-transition: -webkit-transform .5s ease-out;
transition: -webkit-transform .5s ease-out;
-o-transition: transform .5s ease-out;
transition: transform .5s ease-out;
transition: transform .5s ease-out, -webkit-transform .5s ease-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden
}
.qodef-portfolio-list-holder.qodef-pl-standard-zoom article .qodef-pli-image:after {
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
content: '';
background-color: rgba(0, 0, 0, .4);
opacity: 0;
-webkit-transition: opacity .2s ease-in-out;
-o-transition: opacity .2s ease-in-out;
transition: opacity .2s ease-in-out;
z-index: 1
}
.qodef-portfolio-list-holder.qodef-pl-standard-zoom article .qodef-pli-link {
z-index: 2
}
.qodef-portfolio-list-holder.qodef-pl-standard-zoom .qodef-pli-text-holder {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
margin: 10px 0 0
}
.qodef-portfolio-list-holder.qodef-pl-standard-zoom .qodef-pli-text-holder .qodef-pli-category-holder > a {
color: #717171;
font-size: 15px
}
.qodef-portfolio-list-holder.qodef-pl-standard-zoom .qodef-pli-text-holder .qodef-pli-title {
line-height: 1.1em
}
.qodef-portfolio-project-info {
position: relative;
display: inline-block;
vertical-align: middle
}
.qodef-portfolio-project-info .qodef-ppi-label {
margin: 0;
padding: 0
}
.qodef-portfolio-project-info > div {
position: relative;
display: inline-block;
vertical-align: middle
}
.qodef-portfolio-project-info > div a {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 5px 0 0
}
.qodef-portfolio-project-info > div a:last-child {
margin: 0
}
.qodef-portfolio-project-info .qodef-ppi-title {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0
}
.qodef-portfolio-project-info .qodef-ppi-image {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0
}
.qodef-portfolio-project-info .qodef-ppi-image img {
display: block
}
.qodef-portfolio-slider-holder {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle
}
.qodef-portfolio-slider-holder .qodef-portfolio-list-holder.qodef-nav-light-skin .owl-nav .owl-next, .qodef-portfolio-slider-holder .qodef-portfolio-list-holder.qodef-nav-light-skin .owl-nav .owl-prev {
color: #fff
}
.qodef-portfolio-slider-holder .qodef-portfolio-list-holder.qodef-nav-light-skin .owl-nav .owl-next:hover, .qodef-portfolio-slider-holder .qodef-portfolio-list-holder.qodef-nav-light-skin .owl-nav .owl-prev:hover {
color: #000
}
.qodef-portfolio-slider-holder .qodef-portfolio-list-holder.qodef-nav-dark-skin .owl-nav .owl-next, .qodef-portfolio-slider-holder .qodef-portfolio-list-holder.qodef-nav-dark-skin .owl-nav .owl-prev {
color: #000
}
.qodef-portfolio-slider-holder .qodef-portfolio-list-holder.qodef-nav-dark-skin .owl-nav .owl-next:hover, .qodef-portfolio-slider-holder .qodef-portfolio-list-holder.qodef-nav-dark-skin .owl-nav .owl-prev:hover {
color: #717171
}
.qodef-portfolio-slider-holder .qodef-portfolio-list-holder.qodef-pag-light-skin .owl-dots .owl-dot span {
background-color: rgba(255, 255, 255, .2)
}
.qodef-portfolio-slider-holder .qodef-portfolio-list-holder.qodef-pag-light-skin .owl-dots .owl-dot.active span, .qodef-portfolio-slider-holder .qodef-portfolio-list-holder.qodef-pag-light-skin .owl-dots .owl-dot:hover span {
background-color: #000
}
.qodef-portfolio-slider-holder .qodef-portfolio-list-holder.qodef-pag-dark-skin .owl-dots .owl-dot span {
background-color: rgba(0, 0, 0, .2)
}
.qodef-portfolio-slider-holder .qodef-portfolio-list-holder.qodef-pag-dark-skin .owl-dots .owl-dot.active span, .qodef-portfolio-slider-holder .qodef-portfolio-list-holder.qodef-pag-dark-skin .owl-dots .owl-dot:hover span {
background-color: #717171
}
.qodef-portfolio-slider-holder .qodef-portfolio-list-holder.qodef-pag-on-slider .owl-nav .owl-next, .qodef-portfolio-slider-holder .qodef-portfolio-list-holder.qodef-pag-on-slider .owl-nav .owl-prev {
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%)
}
.qodef-portfolio-slider-holder .qodef-portfolio-list-holder.qodef-pag-on-slider .owl-dots {
position: absolute;
left: 0;
bottom: 20px;
width: 100%;
margin: 0
}
.qodef-portfolio-vertical-loop-holder {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle
}
.qodef-portfolio-vertical-loop-holder .qodef-plvi-next-overlay {
position: absolute;
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
height: 360px;
bottom: 0;
z-index: 123;
width: 100%;
cursor: pointer;
background-color: #fff;
will-change: height;
-webkit-transition: .7s cubic-bezier(.77, .21, .2, 1);
-o-transition: .7s cubic-bezier(.77, .21, .2, 1);
transition: .7s cubic-bezier(.77, .21, .2, 1)
}
.qodef-portfolio-vertical-loop-holder .qodef-plvi-next-overlay .qodef-pvli-background-text {
position: absolute;
display: inline-block;
font-size: 229px;
font-weight: 700;
color: rgba(0, 0, 0, .08);
line-height: 1em;
z-index: 9;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%)
}
.qodef-portfolio-vertical-loop-holder .qodef-plvi-next-overlay .qodef-pvli-post-info {
text-align: center
}
.qodef-portfolio-vertical-loop-holder .qodef-plvi-next-overlay .qodef-pvli-title {
color: #000;
font-size: 35px;
text-transform: capitalize;
line-height: 1em;
font-weight: 500
}
.qodef-portfolio-vertical-loop-holder .qodef-plvi-next-overlay .qodef-pvli-category {
font-size: 16px;
color: #717171
}
.qodef-portfolio-vertical-loop-holder .qodef-plvi-next-overlay.animate-overlay-up {
position: fixed;
opacity: 1 !important;
height: 100vh !important
}
.qodef-portfolio-vertical-loop-holder .qodef-plvi-next-overlay.animate-overlay-out {
top: 0;
height: 20vh !important;
-webkit-transform: translateY(-110%);
-ms-transform: translateY(-110%);
transform: translateY(-110%)
}
.qodef-portfolio-vertical-loop-holder article {
position: relative;
vertical-align: middle;
z-index: 1;
margin: 0 0 3px 0
}
.qodef-portfolio-vertical-loop-holder article .vc_row.qodef-parallax-row-holder {
margin-left: 75px
}
.qodef-portfolio-vertical-loop-holder article .qodef-pvl-item-inner {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle
}
.qodef-portfolio-vertical-loop-holder article.move-up {
-webkit-transition: -webkit-transform 450ms ease 0s;
transition: -webkit-transform 450ms ease 0s;
-o-transition: transform 450ms ease 0s;
transition: transform 450ms ease 0s;
transition: transform 450ms ease 0s, -webkit-transform 450ms ease 0s
}
.qodef-portfolio-vertical-loop-holder article.fade-out {
opacity: 0;
-webkit-transform: scale(.8) translate3d(0, -10%, 0);
transform: scale(.8) translate3d(0, -10%, 0);
-webkit-transition: all 450ms ease 0s;
-o-transition: all 450ms ease 0s;
transition: all 450ms ease 0s
}
.qodef-portfolio-vertical-loop-holder article.fade-in {
-webkit-transition: all 450ms ease 5s;
-o-transition: all 450ms ease 5s;
transition: all 450ms ease 5s;
opacity: 1;
-webkit-transform: scale(1) translate3d(0, 0, 0);
transform: scale(1) translate3d(0, 0, 0)
}
.qodef-portfolio-vertical-loop-holder article .qodef-pvli-content-holder {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle
}
.qodef-portfolio-vertical-loop-holder article .qodef-pvli-content-holder .qodef-pvli-background-text {
display: none
}
.qodef-portfolio-vertical-loop-holder article .qodef-pvli-content-holder .qodef-pvli-content-link {
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: -1
}
.qodef-portfolio-vertical-loop-holder article .qodef-pvli-content-holder .qodef-pvli-image-holder {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
margin: 0 0 127px 75px;
height: 904px
}
.qodef-portfolio-vertical-loop-holder article .qodef-pvli-content-holder .qodef-pvli-image-holder .qodef-pvli-image-inner {
position: relative;
height: 904px
}
.qodef-portfolio-vertical-loop-holder article .qodef-pvli-content-holder .qodef-pvli-image-holder .qodef-pvli-image-inner .qodef-pvli-image {
position: relative;
height: 904px;
background-position: top right
}
.qodef-portfolio-vertical-loop-holder article .qodef-pvli-content-holder .qodef-pvli-image-holder .qodef-pvli-image-inner .qodef-pvli-image img {
display: block
}
.qodef-portfolio-vertical-loop-holder article .qodef-pvli-content-holder .qodef-pvli-image-holder .qodef-pvli-image-inner .qodef-pvli-image-title {
position: absolute;
display: block;
top: 50%;
left: 50%;
-webkit-transform: translate(-56%, -50%);
-ms-transform: translate(-56%, -50%);
transform: translate(-56%, -50%);
text-align: center
}
.qodef-portfolio-vertical-loop-holder article .qodef-pvli-content-holder .qodef-pvli-image-holder .qodef-pvli-image-inner .qodef-pvli-image-title .qodef-pvli-image-title-inner {
display: block
}
.qodef-portfolio-vertical-loop-holder article .qodef-pvli-content-holder .qodef-pvli-image-holder .qodef-pvli-image-inner .qodef-pvli-image-title .qodef-pvli-image-title-inner .qodef-pvli-title {
color: #fff;
text-transform: capitalize;
font-size: 75px;
line-height: 1em;
font-weight: 500
}
.qodef-portfolio-vertical-loop-holder article .qodef-pvli-content-holder .qodef-pvli-image-holder .qodef-pvli-image-inner .qodef-pvli-image-title .qodef-pvli-image-title-inner .qodef-pvli-info {
margin: 0
}
.qodef-portfolio-vertical-loop-holder article .qodef-pvli-content-holder .qodef-pvli-image-holder .qodef-pvli-image-inner .qodef-pvli-image-title .qodef-pvli-image-title-inner .qodef-pvli-info .qodef-pvli-category {
font-size: 18px;
color: #fff;
-webkit-transition: opacity .2s ease-out;
-o-transition: opacity .2s ease-out;
transition: opacity .2s ease-out
}
.qodef-portfolio-vertical-loop-holder article .qodef-pvli-content-holder .qodef-pvli-image-holder .qodef-pvli-image-inner .qodef-pvli-image-title .qodef-pvli-image-title-inner .qodef-pvli-info .qodef-pvli-category:hover {
opacity: .85;
-webkit-transition: opacity .2s ease-in;
-o-transition: opacity .2s ease-in;
transition: opacity .2s ease-in
}
.qodef-portfolio-vertical-loop-holder article .qodef-pvli-content-holder .qodef-pvli-text .qodef-pvli-info, .qodef-portfolio-vertical-loop-holder article .qodef-pvli-content-holder .qodef-pvli-text .qodef-pvli-title {
display: none
}
.qodef-portfolio-vertical-loop-holder article .qodef-pvli-content-holder .qodef-pvli-text .qodef-pvl-info-holder {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle
}
.qodef-portfolio-vertical-loop-holder article .qodef-pvli-content-holder .qodef-pvli-text .qodef-pvl-info-holder .qodef-pvl-info-item {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
margin: 0 0 26px
}
.qodef-portfolio-vertical-loop-holder article .qodef-pvli-content-holder .qodef-pvli-text .qodef-pvl-info-holder .qodef-pvl-info-item a, .qodef-portfolio-vertical-loop-holder article .qodef-pvli-content-holder .qodef-pvli-text .qodef-pvl-info-holder .qodef-pvl-info-item p {
margin: 0;
font-size: 19px;
font-weight: 500;
color: #000
}
.qodef-portfolio-vertical-loop-holder article .qodef-pvli-content-holder .qodef-pvli-text .qodef-pvl-info-holder .qodef-pvl-info-title {
margin: 0;
font-size: 16px;
font-weight: 400;
color: #717171
}
.qodef-portfolio-vertical-loop-holder article .qodef-pvli-content-holder .qodef-pvli-text .qodef-pvl-info-holder .qodef-pvl-info-category:hover {
color: #393939
}
.qodef-portfolio-vertical-loop-holder article .qodef-pvli-content-holder .qodef-pvli-text .qodef-pvli-rxcerpt-title {
float: left;
font-size: 22px;
font-weight: 500;
color: #000
}
.qodef-portfolio-vertical-loop-holder article .qodef-pvli-content-holder .qodef-pvli-text .qodef-pvli-rxcerpt-title:before {
content: '';
display: inline-block;
position: relative;
margin-right: 10px;
top: -2px;
width: 11px;
height: 11px;
background-color: #ff2a0e
}
.qodef-portfolio-vertical-loop-holder article .qodef-pvli-content-holder .qodef-pvli-text .qodef-pvli-excerpt {
margin: 0 80px 41px 219px
}
.qodef-portfolio-vertical-loop-holder article .qodef-pvli-content-holder .qodef-pvli-text .qodef-pvl-tags {
margin: 0 80px 41px 219px
}
.qodef-portfolio-vertical-loop-holder article .qodef-pvli-content-holder .qodef-pvli-text .qodef-pvl-tags a {
display: inline-block;
font-size: 19px;
line-height: 17px;
text-transform: capitalize;
font-weight: 500;
border-bottom: 1px solid #959595
}
.qodef-portfolio-vertical-loop-holder article .qodef-pvli-content-holder .qodef-pvli-text .qodef-pvl-tags a:after {
content: ','
}
.qodef-portfolio-vertical-loop-holder article .qodef-pvli-content-holder .qodef-pvli-text .qodef-pvl-tags a:last-child:after {
content: ''
}
.qodef-portfolio-vertical-loop-holder article .qodef-pvli-content-holder .qodef-pvli-text .qodef-pvl-tags a:hover {
color: #393939
}
.qodef-portfolio-vertical-loop-holder article.next-item {
margin: 0 !important
}
.qodef-portfolio-vertical-loop-holder article.next-item .qodef-pvli-content-holder .qodef-pvli-background-text {
position: absolute;
display: inline-block;
font-size: 229px;
font-weight: 700;
color: rgba(0, 0, 0, .08);
line-height: 1em;
z-index: 9;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%)
}
.qodef-portfolio-vertical-loop-holder article.next-item .qodef-pvli-content-holder .qodef-pvli-content-link {
z-index: 11
}
.touch .qodef-portfolio-vertical-loop-holder article.next-item .qodef-pvli-content-holder .qodef-pvli-content-link {
cursor: pointer
}
.qodef-portfolio-vertical-loop-holder article.next-item .qodef-pvli-content-holder > .qodef-pvli-text {
display: none
}
.qodef-portfolio-vertical-loop-holder article.next-item .qodef-pvli-content-holder .qodef-pvli-image-holder {
margin: 0;
height: 360px;
background-color: #fff
}
.qodef-portfolio-vertical-loop-holder article.next-item .qodef-pvli-content-holder .qodef-pvli-image-holder .qodef-pvli-image-inner {
height: 100%
}
.qodef-portfolio-vertical-loop-holder article.next-item .qodef-pvli-content-holder .qodef-pvli-image-holder .qodef-pvli-image-inner .qodef-pvli-image {
background-image: none !important;
height: 100%
}
.qodef-portfolio-vertical-loop-holder article.next-item .qodef-pvli-content-holder .qodef-pvli-image-holder .qodef-pvli-image-inner .qodef-pvli-image img {
display: none
}
.qodef-portfolio-vertical-loop-holder article.next-item .qodef-pvli-content-holder .qodef-pvli-image-holder .qodef-pvli-image-inner .qodef-pvli-image-title {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 10;
display: table;
-webkit-transition: all .5s ease 0s;
-o-transition: all .5s ease 0s;
transition: all .5s ease 0s;
-webkit-transform: none;
-ms-transform: none;
transform: none
}
.qodef-portfolio-vertical-loop-holder article.next-item .qodef-pvli-content-holder .qodef-pvli-image-holder .qodef-pvli-image-inner .qodef-pvli-image-title .qodef-pvli-image-title-inner {
display: table-cell;
vertical-align: middle;
text-align: center
}
.qodef-portfolio-vertical-loop-holder article.next-item .qodef-pvli-content-holder .qodef-pvli-image-holder .qodef-pvli-image-inner .qodef-pvli-image-title .qodef-pvli-image-title-inner .qodef-pvli-title {
color: #000;
font-size: 35px
}
.qodef-portfolio-vertical-loop-holder article.next-item .qodef-pvli-content-holder .qodef-pvli-image-holder .qodef-pvli-image-inner .qodef-pvli-image-title .qodef-pvli-image-title-inner .qodef-pvli-info {
margin: 0
}
.qodef-portfolio-vertical-loop-holder article.next-item .qodef-pvli-content-holder .qodef-pvli-image-holder .qodef-pvli-image-inner .qodef-pvli-image-title .qodef-pvli-image-title-inner .qodef-pvli-info .qodef-pvli-category {
font-size: 16px;
color: #717171
}
.qodef-portfolio-vertical-loop-holder article.next-item .qodef-pvli-content-holder .qodef-pvli-image-holder .qodef-pvli-image-inner .qodef-pvli-image-title .qodef-pvli-image-title-inner .qodef-pvli-info .qodef-pvli-category:hover {
color: #ff2a0e
}
.qodef-portfolio-vertical-loop-holder .qodef-pvl-navigation-holder {
position: fixed;
top: 50%;
left: 0;
width: 500px;
-webkit-transform: rotateZ(-90deg) translateX(-50%);
-ms-transform: rotate(-90deg) translateX(-50%);
transform: rotateZ(-90deg) translateX(-50%);
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
height: 78px;
z-index: 12345
}
.qodef-portfolio-vertical-loop-holder .qodef-pvl-navigation-holder .qodef-pvl-navigation {
margin: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
position: relative;
display: block;
text-align: center;
width: 100%;
vertical-align: middle;
padding: 0;
clear: both;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-portfolio-vertical-loop-holder .qodef-pvl-navigation-holder .qodef-pvl-navigation .qodef-pvl-back-btn a, .qodef-portfolio-vertical-loop-holder .qodef-pvl-navigation-holder .qodef-pvl-navigation .qodef-pvl-next a, .qodef-portfolio-vertical-loop-holder .qodef-pvl-navigation-holder .qodef-pvl-navigation .qodef-pvl-prev a {
font-size: 16px;
font-weight: 700
}
.qodef-portfolio-vertical-loop-holder .qodef-pvl-navigation-holder .qodef-pvl-navigation .qodef-pvl-next, .qodef-portfolio-vertical-loop-holder .qodef-pvl-navigation-holder .qodef-pvl-navigation .qodef-pvl-prev {
position: relative;
vertical-align: middle;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-portfolio-vertical-loop-holder .qodef-pvl-navigation-holder .qodef-pvl-navigation .qodef-pvl-next a, .qodef-portfolio-vertical-loop-holder .qodef-pvl-navigation-holder .qodef-pvl-navigation .qodef-pvl-prev a {
position: relative;
display: inline-block;
vertical-align: middle
}
.qodef-portfolio-vertical-loop-holder .qodef-pvl-navigation-holder .qodef-pvl-navigation .qodef-pvl-back-btn {
display: inline-block;
vertical-align: middle
}
.qodef-portfolio-vertical-loop-holder .qodef-pvl-navigation-holder .qodef-pvl-navigation .qodef-pvl-back-btn a {
width: 100%;
position: relative;
display: inline-block;
margin: 0;
padding: 0;
vertical-align: middle;
cursor: pointer
}
.qodef-portfolio-vertical-loop-holder .qodef-pvl-navigation-holder .qodef-pvl-navigation .qodef-pvl-prev {
display: inline-block
}
.qodef-portfolio-vertical-loop-holder .qodef-pvl-navigation-holder .qodef-pvl-navigation .qodef-pvl-prev a:after {
content: '';
display: inline-block;
width: 25px;
height: 1px;
background-color: #000;
vertical-align: middle;
margin: 0 12px 0 16px
}
.qodef-portfolio-vertical-loop-holder .qodef-pvl-navigation-holder .qodef-pvl-navigation .qodef-pvl-next {
display: inline-block
}
.qodef-portfolio-vertical-loop-holder .qodef-pvl-navigation-holder .qodef-pvl-navigation .qodef-pvl-next a:before {
content: '';
display: inline-block;
width: 25px;
height: 1px;
background-color: #000;
vertical-align: middle;
margin: 0 12px 0 12px
}
.qodef-testimonials-holder.qodef-testimonials-boxed-text .qodef-border-around .qodef-testimonial-text-inner {
border: 1px solid #e0e4f2;
width: calc(100% - 2px)
}
.qodef-testimonials-holder.qodef-testimonials-boxed-text .qodef-testimonial-text-holder {
position: relative;
display: block
}
.qodef-testimonials-holder.qodef-testimonials-boxed-text .qodef-testimonial-text-holder .qodef-testimonial-text-inner {
display: block;
text-align: center
}
.qodef-testimonials-holder.qodef-testimonials-boxed-text .qodef-testimonial-image {
text-align: center;
margin-top: 36px
}
.qodef-testimonials-holder.qodef-testimonials-boxed-text .qodef-testimonial-image img {
max-width: 100%;
vertical-align: middle
}
.qodef-testimonials-holder.qodef-testimonials-boxed-text .qodef-testimonial-content-inner {
cursor: -webkit-grab;
cursor: grab
}
.qodef-testimonials-holder.qodef-testimonials-boxed-text .qodef-testimonial-text-holder {
position: relative;
padding-bottom: 18px;
margin-bottom: 9px
}
.qodef-testimonials-holder.qodef-testimonials-boxed-text .qodef-testimonial-text-holder .qodef-testimonial-text-inner {
text-align: left;
background-color: #fff;
padding: 0 0 25px
}
.qodef-testimonials-holder.qodef-testimonials-boxed-text .qodef-testimonial-text-holder .qodef-testimonial-text {
margin: 0;
padding: 0 20px 0 25px
}
.qodef-testimonials-holder.qodef-testimonials-boxed-text .qodef-testimonial-text-holder .qodef-testimonial-title {
margin: 0 0 16px;
padding: 15px 15px 15px 25px;
border-bottom: 1px solid #e0e4f2
}
.qodef-testimonials-holder.qodef-testimonials-boxed-text .qodef-testimonial-carousel-bottom {
display: table;
width: 100%;
table-layout: fixed
}
.qodef-testimonials-holder.qodef-testimonials-boxed-text .qodef-testimonial-image {
width: 70px;
display: table-cell;
vertical-align: middle;
margin: 0;
padding: 0 20px 0 0
}
.qodef-testimonials-holder.qodef-testimonials-boxed-text .qodef-testimonial-author {
display: table-cell;
vertical-align: middle
}
.qodef-testimonials-holder.qodef-testimonials-boxed-text .qodef-testimonial-author .qodef-testimonials-author-job, .qodef-testimonials-holder.qodef-testimonials-boxed-text .qodef-testimonial-author .qodef-testimonials-author-name {
margin: 0
}
.qodef-testimonials-holder.qodef-testimonials-boxed-text .qodef-testimonial-author .qodef-testimonials-author-job {
color: rgba(255, 42, 14, .4)
}
.qodef-testimonials-holder.qodef-testimonials-light .qodef-testimonial-author .qodef-testimonials-author-job, .qodef-testimonials-holder.qodef-testimonials-light .qodef-testimonial-author .qodef-testimonials-author-name {
color: #fff
}
.qodef-testimonials-holder.qodef-testimonials-boxed .qodef-testimonials {
margin: 0 -50px
}
.qodef-testimonials-holder.qodef-testimonials-boxed .qodef-testimonial-content {
padding: 40px 57px 58px;
background-color: #fbfbfb;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-testimonials-holder.qodef-testimonials-boxed .qodef-testimonials-author-holder {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
margin: 9px 0 0
}
.qodef-testimonials-holder.qodef-testimonials-boxed .qodef-testimonials-author-holder .qodef-testimonial-image {
float: left
}
.qodef-testimonials-holder.qodef-testimonials-boxed .qodef-testimonials-author-holder .qodef-testimonial-author {
padding: 3px 0 0 110px
}
.qodef-testimonials-holder.qodef-testimonials-boxed.qodef-testimonials-light .qodef-testimonial-author, .qodef-testimonials-holder.qodef-testimonials-boxed.qodef-testimonials-light .qodef-testimonial-text, .qodef-testimonials-holder.qodef-testimonials-boxed.qodef-testimonials-light .qodef-testimonial-title {
color: #fff
}
.qodef-testimonials-holder.qodef-testimonials-boxed.qodef-testimonials-light .owl-dots .owl-dot span {
border: 2px solid rgba(255, 255, 255, .5)
}
.qodef-testimonials-holder.qodef-testimonials-boxed.qodef-testimonials-light .owl-dots .owl-dot.active span, .qodef-testimonials-holder.qodef-testimonials-boxed.qodef-testimonials-light .owl-dots .owl-dot:hover span {
background-color: #fff;
border-color: #fff
}
.qodef-testimonials-holder.qodef-testimonials-carousel {
opacity: 0;
text-align: center
}
@media only screen and (max-width:680px) {
.qodef-testimonials-holder.qodef-testimonials-carousel .qodef-testimonials {
padding: 0
}
}
.qodef-testimonials-holder.qodef-testimonials-carousel .qodef-testimonial-text {
margin-top: 0;
font-size: 22px;
color: #595959
}
.qodef-testimonials-holder.qodef-testimonials-carousel .qodef-testimonial-image-nav {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
max-width: 470px;
margin: 27px auto 0;
text-align: center
}
@media only screen and (max-width:1024px) {
.qodef-testimonials-holder.qodef-testimonials-carousel .qodef-testimonial-image-nav {
max-width: 282px
}
}
.qodef-testimonials-holder.qodef-testimonials-carousel .qodef-testimonial-image-nav .owl-item {
cursor: pointer
}
.qodef-testimonials-holder.qodef-testimonials-carousel .qodef-testimonial-image-nav .owl-item.active.center .qodef-testimonial-image {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1)
}
.qodef-testimonials-holder.qodef-testimonials-carousel .qodef-testimonial-image {
position: relative;
display: block;
width: 94px;
height: 94px;
-webkit-transform: scale(.78723);
-ms-transform: scale(.78723);
transform: scale(.78723);
-webkit-transition: -webkit-transform .3s ease-in-out;
transition: -webkit-transform .3s ease-in-out;
-o-transition: transform .3s ease-in-out;
transition: transform .3s ease-in-out;
transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}
.qodef-testimonials-holder.qodef-testimonials-carousel .qodef-testimonial-image img {
width: 100% !important
}
.qodef-testimonials-holder.qodef-testimonials-carousel .qodef-testimonial-author {
margin-top: 22px
}
.qodef-testimonials-holder.qodef-testimonials-carousel .qodef-testimonials-author-job {
margin-top: 8px
}
.qodef-testimonials-holder.qodef-testimonials-light .qodef-testimonial-text, .qodef-testimonials-holder.qodef-testimonials-light .qodef-testimonial-title {
color: #fff
}
.qodef-owl-custom-slider {
position: relative;
display: none;
width: 100%;
margin: 0;
-webkit-tap-highlight-color: transparent;
z-index: 1
}
.qodef-owl-custom-slider.owl-loaded {
display: block
}
.qodef-owl-custom-slider.owl-loading {
opacity: 0;
display: block
}
.qodef-owl-custom-slider.owl-hidden {
opacity: 0
}
.qodef-owl-custom-slider.owl-refresh .owl-item {
visibility: hidden
}
.qodef-owl-custom-slider.owl-drag .owl-item {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.qodef-owl-custom-slider.owl-grab {
cursor: move;
cursor: -webkit-grab;
cursor: grab
}
.qodef-owl-custom-slider.owl-rtl {
direction: rtl
}
.qodef-owl-custom-slider.owl-rtl .owl-item {
float: right
}
.no-js .qodef-owl-custom-slider {
display: block
}
.qodef-owl-custom-slider .owl-stage {
position: relative;
-ms-touch-action: pan-Y
}
.qodef-owl-custom-slider .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0
}
.qodef-owl-custom-slider .owl-stage-outer {
position: relative;
overflow: hidden;
-webkit-transform: translate3d(0, 0, 0)
}
.qodef-owl-custom-slider .owl-item, .qodef-owl-custom-slider .owl-wrapper {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0)
}
.qodef-owl-custom-slider .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none
}
.qodef-owl-custom-slider .owl-item img {
display: block;
width: 100%
}
.qodef-owl-custom-slider .owl-item img .owl-lazy {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d
}
.qodef-owl-custom-slider .owl-item .owl-lazy {
opacity: 0;
-webkit-transition: opacity .4s ease;
-o-transition: opacity .4s ease;
transition: opacity .4s ease
}
.qodef-owl-custom-slider .owl-nav.disabled {
display: none
}
.qodef-owl-custom-slider .owl-nav .owl-next, .qodef-owl-custom-slider .owl-nav .owl-prev {
cursor: pointer;
cursor: hand;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.qodef-owl-custom-slider .owl-dots.disabled {
display: none
}
.qodef-owl-custom-slider .owl-dots .owl-dot {
cursor: pointer;
cursor: hand;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.qodef-owl-custom-slider .animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both
}
.qodef-owl-custom-slider .owl-animated-in {
z-index: 0
}
.qodef-owl-custom-slider .owl-animated-out {
z-index: 1
}
.qodef-owl-custom-slider .fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut
}
.qodef-testimonials-holder.qodef-testimonials-image-pagination .qodef-testimonials-image-pagination-inner {
visibility: hidden;
position: relative;
display: none;
width: 100%;
margin: 0;
-webkit-tap-highlight-color: transparent;
z-index: 1;
padding: 0 50px 0 127px;
text-align: center
}
.qodef-testimonials-holder.qodef-testimonials-image-pagination .qodef-testimonials-image-pagination-inner .qodef-testimonial-image {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
margin: 25px 0 0
}
.qodef-testimonials-holder.qodef-testimonials-image-pagination .qodef-testimonials-image-pagination-inner .qodef-testimonial-image img {
display: block;
margin: 0 auto
}
.qodef-testimonials-holder.qodef-testimonials-image-pagination .qodef-testimonials-image-pagination-inner .qodef-testimonial-title {
margin: 0;
text-align: left
}
.qodef-testimonials-holder.qodef-testimonials-image-pagination .qodef-testimonials-image-pagination-inner .qodef-testimonial-author {
text-align: left;
margin: 29px 0 0 1px
}
.qodef-testimonials-holder.qodef-testimonials-image-pagination .qodef-testimonials-image-pagination-inner .qodef-testimonials-author-job {
margin: 0;
text-align: left;
color: #ff2a0e
}
.qodef-testimonials-holder.qodef-testimonials-image-pagination .qodef-testimonials-image-pagination-inner .qodef-testimonial-text {
margin: 19px 0 0;
font-size: 30px;
text-align: left;
font-style: italic;
font-weight: 300;
line-height: 42px
}
.qodef-testimonials-holder.qodef-testimonials-image-pagination .qodef-testimonials-image-pagination-inner .owl-stage-outer {
z-index: 1
}
.qodef-testimonials-holder.qodef-testimonials-image-pagination .qodef-testimonials-image-pagination-inner.qodef-slider-is-moving .owl-item .qodef-block-drag-link {
z-index: -1 !important
}
.qodef-testimonials-holder.qodef-testimonials-image-pagination .qodef-testimonials-image-pagination-inner .owl-carousel .owl-item img {
-webkit-transform: translateZ(0)
}
.qodef-testimonials-holder.qodef-testimonials-image-pagination .qodef-testimonials-image-pagination-inner.owl-loaded {
display: block
}
.qodef-testimonials-holder.qodef-testimonials-image-pagination .qodef-testimonials-image-pagination-inner.owl-loading {
opacity: 0;
display: block
}
.qodef-testimonials-holder.qodef-testimonials-image-pagination .qodef-testimonials-image-pagination-inner.owl-hidden {
opacity: 0
}
.qodef-testimonials-holder.qodef-testimonials-image-pagination .qodef-testimonials-image-pagination-inner.owl-refresh .owl-item {
visibility: hidden
}
.qodef-testimonials-holder.qodef-testimonials-image-pagination .qodef-testimonials-image-pagination-inner.owl-drag .owl-item {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.qodef-testimonials-holder.qodef-testimonials-image-pagination .qodef-testimonials-image-pagination-inner.owl-grab {
cursor: move;
cursor: -webkit-grab;
cursor: grab
}
.qodef-testimonials-holder.qodef-testimonials-image-pagination .qodef-testimonials-image-pagination-inner.owl-rtl {
direction: rtl
}
.qodef-testimonials-holder.qodef-testimonials-image-pagination .qodef-testimonials-image-pagination-inner.owl-rtl .owl-item {
float: right
}
.no-js .qodef-testimonials-holder.qodef-testimonials-image-pagination .qodef-testimonials-image-pagination-inner {
display: block
}
.qodef-testimonials-holder.qodef-testimonials-image-pagination .qodef-testimonials-image-pagination-inner .owl-stage {
position: relative;
-ms-touch-action: pan-Y
}
.qodef-testimonials-holder.qodef-testimonials-image-pagination .qodef-testimonials-image-pagination-inner .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0
}
.qodef-testimonials-holder.qodef-testimonials-image-pagination .qodef-testimonials-image-pagination-inner .owl-stage-outer {
position: relative;
overflow: hidden;
-webkit-transform: translate3d(0, 0, 0)
}
.qodef-testimonials-holder.qodef-testimonials-image-pagination .qodef-testimonials-image-pagination-inner .owl-item, .qodef-testimonials-holder.qodef-testimonials-image-pagination .qodef-testimonials-image-pagination-inner .owl-wrapper {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0)
}
.qodef-testimonials-holder.qodef-testimonials-image-pagination .qodef-testimonials-image-pagination-inner .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none
}
.qodef-testimonials-holder.qodef-testimonials-image-pagination .qodef-testimonials-image-pagination-inner .owl-item img {
display: block;
width: 100%
}
.qodef-testimonials-holder.qodef-testimonials-image-pagination .qodef-testimonials-image-pagination-inner .owl-item img .owl-lazy {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d
}
.qodef-testimonials-holder.qodef-testimonials-image-pagination .qodef-testimonials-image-pagination-inner .owl-item .owl-lazy {
opacity: 0;
-webkit-transition: opacity .4s ease;
-o-transition: opacity .4s ease;
transition: opacity .4s ease
}
.qodef-testimonials-holder.qodef-testimonials-image-pagination .qodef-testimonials-image-pagination-inner .owl-nav.disabled {
display: none
}
.qodef-testimonials-holder.qodef-testimonials-image-pagination .qodef-testimonials-image-pagination-inner .owl-nav .owl-next, .qodef-testimonials-holder.qodef-testimonials-image-pagination .qodef-testimonials-image-pagination-inner .owl-nav .owl-prev {
cursor: pointer;
cursor: hand;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.qodef-testimonials-holder.qodef-testimonials-image-pagination .qodef-testimonials-image-pagination-inner .animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both
}
.qodef-testimonials-holder.qodef-testimonials-image-pagination .qodef-testimonials-image-pagination-inner .owl-animated-in {
z-index: 0
}
.qodef-testimonials-holder.qodef-testimonials-image-pagination .qodef-testimonials-image-pagination-inner .owl-animated-out {
z-index: 1
}
.qodef-testimonials-holder.qodef-testimonials-image-pagination .qodef-testimonials-image-pagination-inner .fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut
}
.qodef-testimonials-holder.qodef-testimonials-image-pagination #qodef-testimonial-pagination {
list-style: none;
display: inline-block;
top: 17px;
left: 0;
position: absolute;
z-index: 5
}
.qodef-testimonials-holder.qodef-testimonials-image-pagination #qodef-testimonial-pagination .qodef-tsp-item {
position: relative;
display: inline-block;
float: left;
height: 35px;
width: 35px;
margin: 0 7px 7px 0;
cursor: pointer
}
.qodef-testimonials-holder.qodef-testimonials-image-pagination #qodef-testimonial-pagination .qodef-tsp-item:nth-child(2n+1) {
clear: both
}
.qodef-testimonials-holder.qodef-testimonials-image-pagination #qodef-testimonial-pagination .qodef-tsp-item img {
position: relative
}
.qodef-testimonials-holder.qodef-testimonials-image-pagination #qodef-testimonial-pagination .qodef-tsp-item:after {
content: '';
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: rgba(0, 0, 0, .2);
opacity: 1;
-webkit-transition: opacity .2s ease-in-out;
-o-transition: opacity .2s ease-in-out;
transition: opacity .2s ease-in-out
}
.qodef-testimonials-holder.qodef-testimonials-image-pagination #qodef-testimonial-pagination .qodef-tsp-item.active:after, .qodef-testimonials-holder.qodef-testimonials-image-pagination #qodef-testimonial-pagination .qodef-tsp-item:hover:after {
opacity: 0
}
.qodef-testimonials-holder.qodef-testimonials-image-pagination .owl-nav {
text-align: left;
margin-top: 3px
}
.qodef-testimonials-holder.qodef-testimonials-image-pagination .owl-nav .owl-next, .qodef-testimonials-holder.qodef-testimonials-image-pagination .owl-nav .owl-prev {
position: relative;
display: inline-block;
top: auto;
bottom: 0;
-webkit-transform: translateY(0) !important;
-ms-transform: translateY(0) !important;
transform: translateY(0) !important
}
.qodef-testimonials-holder.qodef-testimonials-image-pagination .owl-nav .owl-prev {
left: -1px
}
.qodef-testimonials-holder.qodef-testimonials-image-pagination .owl-nav .owl-next {
left: 12px
}
.qodef-testimonials-holder.qodef-testimonials-image-pagination.qodef-testimonials-light .qodef-testimonial-author, .qodef-testimonials-holder.qodef-testimonials-image-pagination.qodef-testimonials-light .qodef-testimonial-text, .qodef-testimonials-holder.qodef-testimonials-image-pagination.qodef-testimonials-light .qodef-testimonial-title {
color: #fff
}
.qodef-testimonials-holder.qodef-testimonials-image-pagination.qodef-testimonials-light .owl-nav .owl-next, .qodef-testimonials-holder.qodef-testimonials-image-pagination.qodef-testimonials-light .owl-nav .owl-prev {
color: #fff
}
.qodef-testimonials-holder.qodef-testimonials-image-pagination.qodef-testimonials-light .owl-nav .owl-next:hover, .qodef-testimonials-holder.qodef-testimonials-image-pagination.qodef-testimonials-light .owl-nav .owl-prev:hover {
color: #ff2a0e
}
.qodef-testimonials-holder.qodef-testimonials-standard {
text-align: center
}
.qodef-testimonials-holder.qodef-testimonials-standard .qodef-testimonial-content .qodef-testimonial-image {
position: absolute;
display: block;
margin: 0;
width: auto;
top: 7px;
left: 9px
}
.qodef-testimonials-holder.qodef-testimonials-standard .qodef-testimonial-content .qodef-testimonial-image img {
-webkit-box-shadow: 3px 10px 13px 0 rgba(0, 0, 0, .1);
box-shadow: 3px 10px 13px 0 rgba(0, 0, 0, .1);
display: block;
margin: 0 auto;
max-width: 153px;
border-radius: 0
}
.qodef-testimonials-holder.qodef-testimonials-standard .qodef-testimonial-content .qodef-testimonial-text-holder {
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
padding: 0 90px 25px 236px;
text-align: left
}
.qodef-testimonials-holder.qodef-testimonials-standard .qodef-testimonial-content .qodef-testimonial-text-holder .qodef-testimonial-title {
margin: 0
}
.qodef-testimonials-holder.qodef-testimonials-standard .qodef-testimonial-content .qodef-testimonial-text-holder .qodef-testimonial-author {
margin: 28px 0 0 1px
}
.qodef-testimonials-holder.qodef-testimonials-standard .qodef-testimonial-content .qodef-testimonial-text-holder .qodef-testimonial-author .qodef-testimonials-author-job, .qodef-testimonials-holder.qodef-testimonials-standard .qodef-testimonial-content .qodef-testimonial-text-holder .qodef-testimonial-author .qodef-testimonials-author-name {
display: block
}
.qodef-testimonials-holder.qodef-testimonials-standard .qodef-testimonial-content .qodef-testimonial-text-holder .qodef-testimonial-author .qodef-testimonials-author-job {
margin-top: 1px;
font-size: 16px;
font-weight: 400;
color: #ff2a0e
}
.qodef-testimonials-holder.qodef-testimonials-standard .qodef-testimonial-content .qodef-testimonial-text-holder .qodef-testimonial-text {
margin: 0;
font-size: 20px;
line-height: 28px;
font-style: Italic;
color: #717171
}
.qodef-testimonials-holder.qodef-testimonials-standard.qodef-testimonials-light .qodef-testimonial-content .qodef-testimonial-image img {
-webkit-box-shadow: 6px 10px 23px 0 rgba(0, 0, 0, .1);
box-shadow: 6px 10px 23px 0 rgba(0, 0, 0, .1)
}
.qodef-testimonials-holder.qodef-testimonials-standard.qodef-testimonials-light .qodef-testimonial-content .qodef-testimonial-text-holder .qodef-testimonial-author, .qodef-testimonials-holder.qodef-testimonials-standard.qodef-testimonials-light .qodef-testimonial-content .qodef-testimonial-text-holder .qodef-testimonial-text, .qodef-testimonials-holder.qodef-testimonials-standard.qodef-testimonials-light .qodef-testimonial-content .qodef-testimonial-text-holder .qodef-testimonial-title {
color: #fff
}
.qodef-testimonials-holder.qodef-testimonials-standard.qodef-testimonials-light .qodef-testimonial-content .qodef-testimonial-text-holder .qodef-testimonial-author .qodef-testimonials-author-job, .qodef-testimonials-holder.qodef-testimonials-standard.qodef-testimonials-light .qodef-testimonial-content .qodef-testimonial-text-holder .qodef-testimonial-text .qodef-testimonials-author-job, .qodef-testimonials-holder.qodef-testimonials-standard.qodef-testimonials-light .qodef-testimonial-content .qodef-testimonial-text-holder .qodef-testimonial-title .qodef-testimonials-author-job {
color: #fff
}
.qodef-testimonials-holder.qodef-testimonials-standard.qodef-testimonials-light .owl-nav .owl-next, .qodef-testimonials-holder.qodef-testimonials-standard.qodef-testimonials-light .owl-nav .owl-prev {
color: #fff
}
.qodef-testimonials-holder.qodef-testimonials-standard.qodef-testimonials-light .owl-nav .owl-next:hover, .qodef-testimonials-holder.qodef-testimonials-standard.qodef-testimonials-light .owl-nav .owl-prev:hover {
color: #ff2a0e
}
.qodef-testimonials-holder.qodef-testimonials-standard.qodef-testimonials-light .owl-dots .owl-dot:after, .qodef-testimonials-holder.qodef-testimonials-standard.qodef-testimonials-light .owl-dots .owl-dot:before {
color: #fff
}
.qodef-testimonials-holder.qodef-testimonials-standard.qodef-testimonials-light .owl-stage-outer:after {
color: rgba(255, 255, 255, .25)
}
.qodef-testimonials-holder.qodef-testimonials-standard.qodef-testimonials-pagination-position-right .owl-dots {
position: absolute;
-webkit-transform: rotate(90deg) translateX(-26px);
-ms-transform: rotate(90deg) translateX(-26px);
transform: rotate(90deg) translateX(-26px);
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
top: 25px;
left: calc(100% + 64px);
width: 300px;
text-align: left
}
.qodef-testimonials-holder .owl-stage-outer .owl-stage {
padding-top: 28px
}
.qodef-testimonials-holder .owl-stage-outer:after {
position: absolute;
top: -66px;
right: -30px;
content: '”';
line-height: 1em;
font-size: 632px;
font-style: normal;
font-weight: 700;
color: rgba(0, 0, 0, .08)
}
.qodef-testimonials-holder {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle
}
.qodef-testimonials-holder .qodef-testimonial-content, .qodef-testimonials-holder .qodef-testimonial-text-holder, .qodef-testimonials-holder .qodef-testimonials {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle
}
.qodef-testimonials-holder .qodef-testimonial-content .qodef-testimonial-text, .qodef-testimonials-holder .qodef-testimonial-text-holder .qodef-testimonial-text, .qodef-testimonials-holder .qodef-testimonials .qodef-testimonial-text {
font-weight: 300
}
.qodef-testimonials-holder .qodef-testimonial-image img {
width: auto !important;
border-radius: 5em
}
.qodef-accordion-holder {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle
}
.qodef-accordion-holder .qodef-accordion-title {
position: relative;
cursor: pointer;
margin: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition: color .2s ease-out, background-color .2s ease-out;
-o-transition: color .2s ease-out, background-color .2s ease-out;
transition: color .2s ease-out, background-color .2s ease-out
}
.qodef-accordion-holder .qodef-accordion-title .qodef-tab-title {
display: block;
line-height: inherit
}
.qodef-accordion-holder .qodef-accordion-title .qodef-accordion-mark {
position: absolute;
top: 50%;
left: 0;
width: 20px;
height: 18px;
margin: -1px 0 0;
font-size: 18px;
line-height: 18px;
text-align: center;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%)
}
.qodef-accordion-holder .qodef-accordion-title .qodef-accordion-mark span {
position: absolute;
display: block;
width: 100%;
height: 100%;
font-size: inherit;
line-height: inherit;
-webkit-transition: opacity .2s ease-out;
-o-transition: opacity .2s ease-out;
transition: opacity .2s ease-out
}
.qodef-accordion-holder .qodef-accordion-title .qodef-accordion-mark span:before {
display: block;
line-height: inherit
}
.qodef-accordion-holder .qodef-accordion-title .qodef-accordion-mark span.qodef_icon_minus {
opacity: 0
}
.qodef-accordion-holder .qodef-accordion-title .qodef-accordion-mark span.qodef_icon_plus {
opacity: 1
}
.qodef-accordion-holder .qodef-accordion-title.ui-state-active .qodef-accordion-mark span.qodef_icon_minus, .qodef-accordion-holder .qodef-accordion-title.ui-state-hover .qodef-accordion-mark span.qodef_icon_minus {
opacity: 1
}
.qodef-accordion-holder .qodef-accordion-title.ui-state-active .qodef-accordion-mark span.qodef_icon_plus, .qodef-accordion-holder .qodef-accordion-title.ui-state-hover .qodef-accordion-mark span.qodef_icon_plus {
opacity: 0
}
.qodef-accordion-holder .qodef-accordion-content {
margin: 0
}
.qodef-accordion-holder .qodef-accordion-content p {
margin: 0
}
.qodef-accordion-holder.qodef-ac-boxed.qodef-white-skin .qodef-accordion-title {
background-color: #fff
}
.qodef-accordion-holder.qodef-ac-boxed .qodef-accordion-title {
margin: 15px 0 0;
padding: 13px 20px 13px 40px;
background-color: #f7f7f9
}
.qodef-accordion-holder.qodef-ac-boxed .qodef-accordion-title:first-child {
margin: 0
}
.qodef-accordion-holder.qodef-ac-boxed .qodef-accordion-title .qodef-accordion-mark {
left: 10px
}
.qodef-accordion-holder.qodef-ac-boxed .qodef-accordion-title.ui-state-active, .qodef-accordion-holder.qodef-ac-boxed .qodef-accordion-title.ui-state-hover {
color: #fff;
background-color: #ff2a0e
}
.qodef-accordion-holder.qodef-ac-boxed .qodef-accordion-content {
padding: 21px 0 6px
}
.qodef-accordion-holder.qodef-ac-simple .qodef-accordion-title {
padding: 22px 0;
border-top: 1px solid #bfbfbf;
font-size: 22px;
line-height: 34px
}
.qodef-accordion-holder.qodef-ac-simple .qodef-accordion-title:first-child {
border-top: none
}
.qodef-accordion-holder.qodef-ac-simple .qodef-accordion-mark {
left: auto;
right: 16px;
top: 40px
}
.qodef-accordion-holder.qodef-ac-simple .qodef-accordion-mark .icon_minus-06:before, .qodef-accordion-holder.qodef-ac-simple .qodef-accordion-mark .icon_plus:before {
font-size: 20px
}
.qodef-accordion-holder.qodef-ac-simple .qodef-accordion-content {
border-top: 1px solid transparent
}
.qodef-accordion-holder.qodef-ac-simple .qodef-accordion-content {
padding: 9px 15% 27px 1px
}
.qodef-anchor-menu-outer {
position: fixed;
top: 50%;
left: 39px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 110;
opacity: 0
}
.qodef-anchor-menu-outer .qodef-anchor-menu-item {
padding: 12px 0
}
.qodef-anchor-menu-outer .qodef-anchor:hover {
color: #000
}
.qodef-anchor-menu-outer .qodef-anchor .qodef-anchor-menu-item-number {
font-size: 14px;
color: #8a8a8a;
display: inline-block;
position: relative;
padding-right: 1px;
width: 30px;
-webkit-transform-origin: left center;
-ms-transform-origin: left center;
transform-origin: left center;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition: transform .3s ease .3s;
-webkit-transition: -webkit-transform .3s ease .3s;
transition: -webkit-transform .3s ease .3s;
-o-transition: transform .3s ease .3s;
transition: transform .3s ease .3s;
transition: transform .3s ease .3s, -webkit-transform .3s ease .3s
}
.qodef-anchor-menu-outer .qodef-anchor .qodef-anchor-menu-item-label {
font-size: 17px;
font-weight: 700;
position: relative;
display: inline-block;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transform-origin: left center;
-ms-transform-origin: left center;
transform-origin: left center;
-webkit-transition: transform .3s ease .3s;
-webkit-transition: -webkit-transform .3s ease .3s;
transition: -webkit-transform .3s ease .3s;
-o-transition: transform .3s ease .3s;
transition: transform .3s ease .3s;
transition: transform .3s ease .3s, -webkit-transform .3s ease .3s
}
.qodef-anchor-menu-outer .qodef-anchor.current .qodef-anchor-menu-item-label {
-webkit-transform: scale(2) translateY(-2px);
-ms-transform: scale(2) translateY(-2px);
transform: scale(2) translateY(-2px)
}
.qodef-banner-holder {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle
}
.touch .qodef-banner-holder {
cursor: pointer
}
.qodef-banner-holder.qodef-visible-on-hover:hover .qodef-banner-image img {
-webkit-transform: scale(1.03, 1.03);
-ms-transform: scale(1.03, 1.03);
transform: scale(1.03, 1.03);
-webkit-transition: -webkit-transform .3s ease-in;
transition: -webkit-transform .3s ease-in;
-o-transition: transform .3s ease-in;
transition: transform .3s ease-in;
transition: transform .3s ease-in, -webkit-transform .3s ease-in
}
.qodef-banner-holder.qodef-visible-on-hover:hover .qodef-banner-text-holder .qodef-banner-overlay {
opacity: 1;
-webkit-transition: opacity .3s ease-in;
-o-transition: opacity .3s ease-in;
transition: opacity .3s ease-in
}
.qodef-banner-holder.qodef-visible-on-hover:hover .qodef-banner-text-holder .qodef-banner-button a.qodef-btn:after {
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0)
}
.qodef-banner-holder.qodef-visible-on-default .qodef-banner-text-holder .qodef-banner-overlay {
opacity: 1
}
.qodef-banner-holder.qodef-disabled .qodef-banner-text-holder .qodef-banner-overlay {
display: none
}
.qodef-banner-holder.qodef-banner-info-centered .qodef-banner-title {
margin: 28px 0 0
}
.qodef-banner-holder.qodef-banner-info-centered .qodef-banner-subtitle {
font-size: 22px
}
.qodef-banner-holder.qodef-banner-info-centered span.qodef-banner-title {
display: block;
font-size: 70px;
line-height: 1em;
margin: 13px 0 0 3px
}
.qodef-banner-holder.qodef-banner-info-centered .qodef-banner-text-holder {
padding: 70px 20px;
text-align: center
}
.qodef-banner-holder.qodef-banner-info-centered .qodef-banner-button a {
margin: 5px 0 0 -23px;
color: #fff
}
.qodef-banner-holder.qodef-banner-info-bottom-left .qodef-banner-text-holder {
padding: 40px 46px;
text-align: left
}
.qodef-banner-holder.qodef-banner-info-bottom-left .qodef-banner-text-holder .qodef-banner-text-inner {
vertical-align: bottom
}
.qodef-banner-holder.qodef-banner-info-bottom-left .qodef-banner-text-holder .qodef-banner-text-inner .qodef-banner-title {
font-size: 55px;
line-height: .9em;
margin: 0 0 0 -2px
}
.qodef-banner-holder .qodef-banner-image {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
overflow: hidden
}
.qodef-banner-holder .qodef-banner-image img {
-webkit-transition: transform .3s ease-out;
-webkit-transition: -webkit-transform .3s ease-out;
transition: -webkit-transform .3s ease-out;
-o-transition: transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out, -webkit-transform .3s ease-out;
width: 100%;
display: block
}
.qodef-banner-holder .qodef-banner-text-holder {
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
padding: 35px;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
@media only screen and (max-width:768px) {
.qodef-banner-holder .qodef-banner-text-holder {
padding: 25px
}
}
.qodef-banner-holder .qodef-banner-text-holder .qodef-banner-overlay {
content: '';
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, .1);
opacity: 0;
-webkit-transition: opacity .3s ease-out;
-o-transition: opacity .3s ease-out;
transition: opacity .3s ease-out
}
.qodef-banner-holder .qodef-banner-text-holder .qodef-banner-text-outer {
z-index: 1
}
.qodef-banner-holder .qodef-banner-text-outer {
position: relative;
display: table;
table-layout: fixed;
height: 100%;
width: 100%
}
.qodef-banner-holder .qodef-banner-text-inner {
position: relative;
display: table-cell;
height: 100%;
width: 100%;
vertical-align: middle
}
.qodef-banner-holder .qodef-banner-subtitle {
margin: 0 0 4px;
color: #fff
}
.qodef-banner-holder .qodef-banner-title {
margin: 0;
color: #fff
}
.qodef-banner-holder .qodef-banner-title .qodef-banner-title-light {
font-weight: 300
}
.qodef-banner-holder .qodef-banner-button .qodef-btn.qodef-btn-simple:after {
background-color: #fff
}
.qodef-banner-holder .qodef-banner-link-text {
position: relative;
display: inline-block;
vertical-align: top;
margin: 11px 0 0;
color: #fff;
line-height: 1em;
z-index: 2;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
.qodef-banner-holder .qodef-banner-link-text:hover .qodef-banner-link-hover {
width: 100%
}
.qodef-banner-holder .qodef-banner-link-text .qodef-banner-link-original {
position: relative;
display: inline-block;
vertical-align: top;
width: 100%
}
.qodef-banner-holder .qodef-banner-link-text .qodef-banner-link-original span {
color: inherit
}
.qodef-banner-holder .qodef-banner-link-text .qodef-banner-link-hover {
position: absolute;
top: 0;
left: 0;
width: .1%;
height: 100%;
display: inline-block;
vertical-align: top;
white-space: nowrap;
overflow: hidden;
-webkit-transition: width .3s ease-in-out;
-o-transition: width .3s ease-in-out;
transition: width .3s ease-in-out
}
.qodef-banner-holder .qodef-banner-link-text .qodef-banner-link-hover span {
color: #ff2a0e
}
.qodef-banner-holder .qodef-banner-link-text .qodef-banner-link-icon, .qodef-banner-holder .qodef-banner-link-text .qodef-banner-link-label {
position: relative;
display: inline-block;
vertical-align: top
}
.qodef-banner-holder .qodef-banner-link-text .qodef-banner-link-icon {
margin: 0 2px 0 0;
font-size: 15px
}
.qodef-banner-holder .qodef-banner-link-text .qodef-banner-link-label {
font-size: 14px;
line-height: inherit
}
.qodef-banner-holder .qodef-banner-link {
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1
}
.qodef-banner-holder .qodef-banner-badge-holder {
position: absolute;
top: 20px;
right: 0;
background-color: #ff2a0e;
padding: 8px 16px 8px 19px
}
.qodef-banner-holder .qodef-banner-badge-holder .qodef-banner-badge-text {
font-size: 22px;
line-height: 29px;
color: #fff
}
.qodef-banner-holder .qodef-banner-badge-holder .qodef-banner-badge-mark {
color: #fff;
line-height: 1;
vertical-align: text-top;
margin: 0 0 0 -6px
}
.qodef-banner-holder.qodef-banner-shadow {
-webkit-box-shadow: 2px 3px 23px 0 rgba(0, 0, 0, .11);
box-shadow: 2px 3px 23px 0 rgba(0, 0, 0, .11)
}
.qodef-btn {
position: relative;
display: inline-block;
vertical-align: middle;
width: auto;
margin: 0;
font-family: inherit;
font-size: 16px;
line-height: 2em;
letter-spacing: 0;
font-weight: 700;
text-transform: capitalize;
outline: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
-webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
-o-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
padding: 10px 51px;
cursor: pointer;
white-space: nowrap
}
.qodef-btn.qodef-btn-simple {
padding: 0 !important;
color: #000;
background-color: transparent;
border: 0;
vertical-align: middle;
text-transform: lowercase;
font-size: 18px;
position: relative
}
.qodef-btn.qodef-btn-simple:not(.qodef-btn-custom-hover-bg):hover {
background-color: transparent !important
}
.qodef-btn.qodef-btn-simple:not(.qodef-btn-custom-border-hover):hover {
border-color: transparent !important
}
.qodef-btn.qodef-btn-simple:after {
content: '';
position: relative;
display: inline-block;
vertical-align: middle;
height: 1px;
width: 42px;
background-color: #b2b2b2;
left: 8px;
-webkit-transform-origin: left;
-ms-transform-origin: left;
transform-origin: left;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out
}
.qodef-btn.qodef-btn-simple:hover:after {
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0)
}
.qodef-btn.qodef-btn-solid {
color: #fff;
background-color: #000;
border: 1px solid transparent
}
.qodef-btn.qodef-btn-outline {
color: #000;
background-color: transparent;
border: 1px solid #ccc
}
.qodef-btn:not(.qodef-btn-icon):not(.qodef-btn-simple):not(.qodef-no-arrow-btn) .qodef-btn-text {
display: inline-block;
vertical-align: middle;
-webkit-transform: translate3d(-15px, 0, 0);
transform: translate3d(-15px, 0, 0);
-webkit-transition: -webkit-transform .2s .15s;
transition: -webkit-transform .2s .15s;
-o-transition: transform .2s .15s;
transition: transform .2s .15s;
transition: transform .2s .15s, -webkit-transform .2s .15s
}
.qodef-btn:not(.qodef-btn-icon):not(.qodef-btn-simple):not(.qodef-no-arrow-btn) .qodef-btn-line-holder {
position: relative;
display: inline-block;
vertical-align: middle;
width: 18px;
height: 1px;
margin-top: -1px;
margin-right: 8px;
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0)
}
.qodef-btn:not(.qodef-btn-icon):not(.qodef-btn-simple):not(.qodef-no-arrow-btn) .qodef-btn-line-holder .qodef-btn-line {
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: currentColor;
-webkit-transition: width .2s .18s;
-o-transition: width .2s .18s;
transition: width .2s .18s;
will-change: width
}
.qodef-btn:not(.qodef-btn-icon):not(.qodef-btn-simple):not(.qodef-no-arrow-btn) .qodef-btn-line-holder .qodef-btn-line-bottom, .qodef-btn:not(.qodef-btn-icon):not(.qodef-btn-simple):not(.qodef-no-arrow-btn) .qodef-btn-line-holder .qodef-btn-line-top {
position: absolute;
height: 100%;
right: -9px;
background-color: currentColor;
visibility: hidden;
width: 0;
outline: transparent solid 1px;
-webkit-transition: all .2s;
-o-transition: all .2s;
transition: all .2s
}
.qodef-btn:not(.qodef-btn-icon):not(.qodef-btn-simple):not(.qodef-no-arrow-btn) .qodef-btn-line-holder .qodef-btn-line-top {
top: 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transform-origin: 97% 0;
-ms-transform-origin: 97% 0;
transform-origin: 97% 0
}
.qodef-btn:not(.qodef-btn-icon):not(.qodef-btn-simple):not(.qodef-no-arrow-btn) .qodef-btn-line-holder .qodef-btn-line-bottom {
bottom: 0;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transform-origin: 97% 100%;
-ms-transform-origin: 97% 100%;
transform-origin: 97% 100%
}
.qodef-btn:not(.qodef-btn-icon):not(.qodef-btn-simple):not(.qodef-no-arrow-btn):hover .qodef-btn-line-holder .qodef-btn-line {
width: calc(100% + 7px);
-webkit-transition: width .2s ease-out;
-o-transition: width .2s ease-out;
transition: width .2s ease-out
}
.qodef-btn:not(.qodef-btn-icon):not(.qodef-btn-simple):not(.qodef-no-arrow-btn):hover .qodef-btn-line-holder .qodef-btn-line-bottom, .qodef-btn:not(.qodef-btn-icon):not(.qodef-btn-simple):not(.qodef-no-arrow-btn):hover .qodef-btn-line-holder .qodef-btn-line-top {
visibility: visible;
width: 7px;
-webkit-transition: all .15s .1s;
-o-transition: all .15s .1s;
transition: all .15s .1s
}
.qodef-btn:not(.qodef-btn-icon):not(.qodef-btn-simple):not(.qodef-no-arrow-btn):hover .qodef-btn-text {
-webkit-transform: translateX(-5px);
-ms-transform: translateX(-5px);
transform: translateX(-5px);
-webkit-transition: -webkit-transform .5s cubic-bezier(.68, .04, 0, .93);
transition: -webkit-transform .5s cubic-bezier(.68, .04, 0, .93);
-o-transition: transform .5s cubic-bezier(.68, .04, 0, .93);
transition: transform .5s cubic-bezier(.68, .04, 0, .93);
transition: transform .5s cubic-bezier(.68, .04, 0, .93), -webkit-transform .5s cubic-bezier(.68, .04, 0, .93)
}
.qodef-btn.qodef-btn-small {
padding: 7px 40px
}
.qodef-btn.qodef-btn-large {
padding: 12px 58px
}
.qodef-btn.qodef-btn-huge {
display: block;
width: 100%;
text-align: center;
padding: 13px 26px
}
.qodef-btn.qodef-btn-icon > i, .qodef-btn.qodef-btn-icon > span:not(.qodef-btn-text) {
position: relative;
display: inline-block;
vertical-align: top;
margin: 0 0 0 4px;
font-size: 1.542857142857143em;
line-height: inherit
}
.qodef-btn.qodef-btn-icon > i:before, .qodef-btn.qodef-btn-icon > span:not(.qodef-btn-text):before {
display: block;
line-height: inherit
}
.qodef-call-to-action-holder {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle
}
.qodef-call-to-action-holder .qodef-cta-button-holder, .qodef-call-to-action-holder .qodef-cta-text-holder {
position: relative;
display: inline-block;
vertical-align: middle
}
.qodef-call-to-action-holder .qodef-cta-text-holder h1, .qodef-call-to-action-holder .qodef-cta-text-holder h2, .qodef-call-to-action-holder .qodef-cta-text-holder h3, .qodef-call-to-action-holder .qodef-cta-text-holder h4, .qodef-call-to-action-holder .qodef-cta-text-holder h5, .qodef-call-to-action-holder .qodef-cta-text-holder h6 {
margin: 0
}
.qodef-call-to-action-holder .qodef-cta-button-holder .qodef-btn {
white-space: nowrap
}
.qodef-call-to-action-holder.qodef-normal-layout .qodef-cta-inner {
display: table
}
.qodef-call-to-action-holder.qodef-normal-layout:not(.qodef-content-in-grid) .qodef-cta-inner {
width: 100%
}
.qodef-call-to-action-holder.qodef-normal-layout .qodef-cta-button-holder, .qodef-call-to-action-holder.qodef-normal-layout .qodef-cta-text-holder {
display: table-cell;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-call-to-action-holder.qodef-normal-layout .qodef-cta-button-holder {
text-align: right
}
.qodef-call-to-action-holder.qodef-simple-layout .qodef-cta-inner {
text-align: center
}
.qodef-call-to-action-holder.qodef-simple-layout .qodef-cta-button-holder, .qodef-call-to-action-holder.qodef-simple-layout .qodef-cta-text-holder {
width: 100%
}
.qodef-call-to-action-holder.qodef-simple-layout .qodef-cta-button-holder {
margin: 28px 0 0
}
.qodef-call-to-action-holder.qodef-two-halves-columns .qodef-cta-button-holder, .qodef-call-to-action-holder.qodef-two-halves-columns .qodef-cta-text-holder {
width: 50%
}
.qodef-call-to-action-holder.qodef-two-thirds-columns .qodef-cta-text-holder {
width: 66.66666666666667%
}
.qodef-call-to-action-holder.qodef-two-thirds-columns .qodef-cta-button-holder {
width: 33.33333333333333%
}
.qodef-call-to-action-holder.qodef-three-quarters-columns .qodef-cta-text-holder {
width: 75%
}
.qodef-call-to-action-holder.qodef-three-quarters-columns .qodef-cta-button-holder {
width: 25%
}
.qodef-call-to-action-holder.qodef-four-fifths-columns .qodef-cta-text-holder {
width: 80%
}
.qodef-call-to-action-holder.qodef-four-fifths-columns .qodef-cta-button-holder {
width: 20%
}
.qodef-cards-gallery {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
padding: 10px 0
}
.qodef-cards-gallery .qodef-cg-inner {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle
}
.qodef-cards-gallery img {
position: relative;
display: block;
-webkit-box-shadow: 0 0 4.85px .15px rgba(0, 0, 0, .09);
box-shadow: 0 0 4.85px .15px rgba(0, 0, 0, .09)
}
.qodef-cards-gallery .qodef-cg-fake-card {
position: relative;
display: block;
opacity: 0;
visibility: hidden;
pointer-events: none
}
.qodef-cards-gallery .qodef-cg-card {
position: absolute;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all .15s ease;
-o-transition: all .15s ease;
transition: all .15s ease
}
.qodef-cards-gallery .qodef-cg-card img {
-webkit-box-shadow: 3px 5px 19px 1px rgba(0, 0, 0, .1);
box-shadow: 3px 5px 19px 1px rgba(0, 0, 0, .1)
}
.qodef-cards-gallery .qodef-cg-card.qodef-animating {
-webkit-transition: all 1s cubic-bezier(.19, 1, .22, 1);
-o-transition: all 1s cubic-bezier(.19, 1, .22, 1);
transition: all 1s cubic-bezier(.19, 1, .22, 1);
pointer-events: none
}
.qodef-cards-gallery .qodef-cg-card.qodef-animating-siblings {
-webkit-transition: all .6s cubic-bezier(0, 0, 0, 1);
-o-transition: all .6s cubic-bezier(0, 0, 0, 1);
transition: all .6s cubic-bezier(0, 0, 0, 1);
pointer-events: none
}
.qodef-cards-gallery.qodef-cg-shuffled-left .qodef-cg-card {
left: 0;
will-change: transform
}
.qodef-cards-gallery.qodef-cg-shuffled-left .qodef-cg-card.qodef-out {
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%)
}
.qodef-cards-gallery.qodef-cg-shuffled-left .qodef-cg-card:nth-last-child(6) {
-webkit-transform: scale(.5) translateX(80%);
-ms-transform: scale(.5) translateX(80%);
transform: scale(.5) translateX(80%)
}
.qodef-cards-gallery.qodef-cg-shuffled-left .qodef-cg-card:nth-last-child(5) {
-webkit-transform: scale(.6) translateX(54%);
-ms-transform: scale(.6) translateX(54%);
transform: scale(.6) translateX(54%)
}
.qodef-cards-gallery.qodef-cg-shuffled-left .qodef-cg-card:nth-last-child(4) {
-webkit-transform: scale(.7) translateX(35%);
-ms-transform: scale(.7) translateX(35%);
transform: scale(.7) translateX(35%)
}
.qodef-cards-gallery.qodef-cg-shuffled-left .qodef-cg-card:nth-last-child(3) {
-webkit-transform: scale(.8) translateX(21%);
-ms-transform: scale(.8) translateX(21%);
transform: scale(.8) translateX(21%)
}
.qodef-cards-gallery.qodef-cg-shuffled-left .qodef-cg-card:nth-last-child(2) {
-webkit-transform: scale(.9) translateX(9.2%);
-ms-transform: scale(.9) translateX(9.2%);
transform: scale(.9) translateX(9.2%)
}
.qodef-cards-gallery.qodef-cg-shuffled-left .qodef-cg-card:not(:last-of-type) {
cursor: pointer
}
.qodef-cards-gallery.qodef-cg-shuffled-left .qodef-cg-card:not(:last-of-type):not(.active):hover {
margin-left: 10px !important
}
.qodef-cards-gallery.qodef-cg-shuffled-right .qodef-cg-card {
right: 0;
will-change: transform
}
.qodef-cards-gallery.qodef-cg-shuffled-right .qodef-cg-card.qodef-out {
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%)
}
.qodef-cards-gallery.qodef-cg-shuffled-right .qodef-cg-card:nth-last-child(6) {
-webkit-transform: scale(.5) translateX(-80%);
-ms-transform: scale(.5) translateX(-80%);
transform: scale(.5) translateX(-80%)
}
.qodef-cards-gallery.qodef-cg-shuffled-right .qodef-cg-card:nth-last-child(5) {
-webkit-transform: scale(.6) translateX(-54%);
-ms-transform: scale(.6) translateX(-54%);
transform: scale(.6) translateX(-54%)
}
.qodef-cards-gallery.qodef-cg-shuffled-right .qodef-cg-card:nth-last-child(4) {
-webkit-transform: scale(.7) translateX(-35%);
-ms-transform: scale(.7) translateX(-35%);
transform: scale(.7) translateX(-35%)
}
.qodef-cards-gallery.qodef-cg-shuffled-right .qodef-cg-card:nth-last-child(3) {
-webkit-transform: scale(.8) translateX(-21%);
-ms-transform: scale(.8) translateX(-21%);
transform: scale(.8) translateX(-21%)
}
.qodef-cards-gallery.qodef-cg-shuffled-right .qodef-cg-card:nth-last-child(2) {
-webkit-transform: scale(.9) translateX(-9.2%);
-ms-transform: scale(.9) translateX(-9.2%);
transform: scale(.9) translateX(-9.2%)
}
.qodef-cards-gallery.qodef-cg-shuffled-right .qodef-cg-card:not(:last-of-type) {
cursor: pointer
}
.qodef-cards-gallery.qodef-cg-shuffled-right .qodef-cg-card:not(:last-of-type):not(.active):hover {
margin-right: 10px !important
}
.no-touch .qodef-cards-gallery.qodef-bundle-animation img {
visibility: hidden
}
@-webkit-keyframes qodefCardAppearFromRight {
0% {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
opacity: 0;
visibility: visible
}
30% {
opacity: 1;
visibility: visible
}
100% {
visibility: visible;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
}
@keyframes qodefCardAppearFromRight {
0% {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
opacity: 0;
visibility: visible
}
30% {
opacity: 1;
visibility: visible
}
100% {
visibility: visible;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
}
.no-touch .qodef-cards-gallery.qodef-bundle-animation.qodef-cg-shuffled-right.qodef-appeared img {
-webkit-animation: qodefCardAppearFromRight 1s cubic-bezier(.19, 1, .22, 1) forwards;
animation: qodefCardAppearFromRight 1s cubic-bezier(.19, 1, .22, 1) forwards
}
.no-touch .qodef-cards-gallery.qodef-bundle-animation.qodef-cg-shuffled-right.qodef-appeared .qodef-cg-card:nth-child(1) img:not(.qodef-animation-done) {
-webkit-animation-delay: .2s;
animation-delay: .2s
}
.no-touch .qodef-cards-gallery.qodef-bundle-animation.qodef-cg-shuffled-right.qodef-appeared .qodef-cg-card:nth-child(2) img:not(.qodef-animation-done) {
-webkit-animation-delay: .4s;
animation-delay: .4s
}
.no-touch .qodef-cards-gallery.qodef-bundle-animation.qodef-cg-shuffled-right.qodef-appeared .qodef-cg-card:nth-child(3) img:not(.qodef-animation-done) {
-webkit-animation-delay: .6s;
animation-delay: .6s
}
.no-touch .qodef-cards-gallery.qodef-bundle-animation.qodef-cg-shuffled-right.qodef-appeared .qodef-cg-card:nth-child(4) img:not(.qodef-animation-done) {
-webkit-animation-delay: .8s;
animation-delay: .8s
}
.no-touch .qodef-cards-gallery.qodef-bundle-animation.qodef-cg-shuffled-right.qodef-appeared .qodef-cg-card:nth-child(5) img:not(.qodef-animation-done) {
-webkit-animation-delay: 1s;
animation-delay: 1s
}
.no-touch .qodef-cards-gallery.qodef-bundle-animation.qodef-cg-shuffled-right.qodef-appeared .qodef-cg-card:nth-child(6) img:not(.qodef-animation-done) {
-webkit-animation-delay: 1.2s;
animation-delay: 1.2s
}
.no-touch .qodef-cards-gallery.qodef-bundle-animation.qodef-cg-shuffled-right.qodef-appeared .qodef-cg-card:nth-child(7) img:not(.qodef-animation-done) {
-webkit-animation-delay: 1.4s;
animation-delay: 1.4s
}
.no-touch .qodef-cards-gallery.qodef-bundle-animation.qodef-cg-shuffled-right.qodef-appeared .qodef-cg-card:nth-child(8) img:not(.qodef-animation-done) {
-webkit-animation-delay: 1.6s;
animation-delay: 1.6s
}
@-webkit-keyframes qodefCardAppearFromLeft {
0% {
visibility: visible;
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0)
}
30% {
visibility: visible;
opacity: 1
}
100% {
visibility: visible;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
}
@keyframes qodefCardAppearFromLeft {
0% {
visibility: visible;
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0)
}
30% {
visibility: visible;
opacity: 1
}
100% {
visibility: visible;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
}
.no-touch .qodef-cards-gallery.qodef-bundle-animation.qodef-cg-shuffled-left.qodef-appeared img {
-webkit-animation: qodefCardAppearFromLeft 1s cubic-bezier(.19, 1, .22, 1) forwards;
animation: qodefCardAppearFromLeft 1s cubic-bezier(.19, 1, .22, 1) forwards
}
.no-touch .qodef-cards-gallery.qodef-bundle-animation.qodef-cg-shuffled-left.qodef-appeared .qodef-cg-card:nth-child(1) img:not(.qodef-animation-done) {
-webkit-animation-delay: .2s;
animation-delay: .2s
}
.no-touch .qodef-cards-gallery.qodef-bundle-animation.qodef-cg-shuffled-left.qodef-appeared .qodef-cg-card:nth-child(2) img:not(.qodef-animation-done) {
-webkit-animation-delay: .4s;
animation-delay: .4s
}
.no-touch .qodef-cards-gallery.qodef-bundle-animation.qodef-cg-shuffled-left.qodef-appeared .qodef-cg-card:nth-child(3) img:not(.qodef-animation-done) {
-webkit-animation-delay: .6s;
animation-delay: .6s
}
.no-touch .qodef-cards-gallery.qodef-bundle-animation.qodef-cg-shuffled-left.qodef-appeared .qodef-cg-card:nth-child(4) img:not(.qodef-animation-done) {
-webkit-animation-delay: .8s;
animation-delay: .8s
}
.no-touch .qodef-cards-gallery.qodef-bundle-animation.qodef-cg-shuffled-left.qodef-appeared .qodef-cg-card:nth-child(5) img:not(.qodef-animation-done) {
-webkit-animation-delay: 1s;
animation-delay: 1s
}
.no-touch .qodef-cards-gallery.qodef-bundle-animation.qodef-cg-shuffled-left.qodef-appeared .qodef-cg-card:nth-child(6) img:not(.qodef-animation-done) {
-webkit-animation-delay: 1.2s;
animation-delay: 1.2s
}
.no-touch .qodef-cards-gallery.qodef-bundle-animation.qodef-cg-shuffled-left.qodef-appeared .qodef-cg-card:nth-child(7) img:not(.qodef-animation-done) {
-webkit-animation-delay: 1.4s;
animation-delay: 1.4s
}
.no-touch .qodef-cards-gallery.qodef-bundle-animation.qodef-cg-shuffled-left.qodef-appeared .qodef-cg-card:nth-child(8) img:not(.qodef-animation-done) {
-webkit-animation-delay: 1.6s;
animation-delay: 1.6s
}
.qodef-clients-carousel-holder {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle
}
.qodef-clients-carousel-holder .qodef-cc-inner {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle
}
.qodef-clients-carousel-holder .qodef-cc-item {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle
}
.touch .qodef-clients-carousel-holder .qodef-cc-item {
cursor: pointer
}
.qodef-clients-carousel-holder .qodef-cc-item img {
display: block
}
.qodef-clients-carousel-holder .qodef-cc-link {
position: relative;
display: inline-block;
vertical-align: top
}
.qodef-cc-hover-switch-images .qodef-cc-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center
}
.qodef-cc-hover-switch-images .qodef-cc-item.qodef-cci-has-link a:hover .qodef-cc-image {
opacity: 0
}
.qodef-cc-hover-switch-images .qodef-cc-item.qodef-cci-has-link a:hover .qodef-cc-hover-image {
opacity: 1
}
.qodef-cc-hover-switch-images .qodef-cc-item.qodef-cci-no-link:hover .qodef-cc-image {
opacity: 0
}
.qodef-cc-hover-switch-images .qodef-cc-item.qodef-cci-no-link:hover .qodef-cc-hover-image {
opacity: 1
}
.qodef-cc-hover-switch-images .qodef-cc-item.qodef-cci-no-link .qodef-cc-hover-image {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%)
}
.qodef-cc-hover-switch-images .qodef-cc-item .qodef-cc-image {
width: auto;
opacity: 1;
will-change: opacity;
-webkit-transition: opacity .15s ease-out;
-o-transition: opacity .15s ease-out;
transition: opacity .15s ease-out
}
.qodef-cc-hover-switch-images .qodef-cc-item .qodef-cc-hover-image {
position: absolute;
top: 0;
left: 0;
width: auto;
opacity: 0;
will-change: opacity;
-webkit-transition: opacity .15s ease-out;
-o-transition: opacity .15s ease-out;
transition: opacity .15s ease-out
}
.qodef-cc-hover-roll-over .qodef-cc-item {
overflow: hidden
}
.qodef-cc-hover-roll-over .qodef-cc-item.qodef-cci-has-link a:hover .qodef-cc-image {
-webkit-transform: translateY(101%);
-ms-transform: translateY(101%);
transform: translateY(101%)
}
.qodef-cc-hover-roll-over .qodef-cc-item.qodef-cci-has-link a:hover .qodef-cc-hover-image {
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0)
}
.qodef-cc-hover-roll-over .qodef-cc-item.qodef-cci-no-link:hover .qodef-cc-image {
-webkit-transform: translateY(101%);
-ms-transform: translateY(101%);
transform: translateY(101%)
}
.qodef-cc-hover-roll-over .qodef-cc-item.qodef-cci-no-link:hover .qodef-cc-hover-image {
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0)
}
.qodef-cc-hover-roll-over .qodef-cc-item .qodef-cc-image {
position: relative;
display: block;
width: auto;
margin: 0 auto;
padding: 1px 0;
-webkit-transition: -webkit-transform .4s ease;
transition: -webkit-transform .4s ease;
-o-transition: transform .4s ease;
transition: transform .4s ease;
transition: transform .4s ease, -webkit-transform .4s ease
}
.qodef-cc-hover-roll-over .qodef-cc-item .qodef-cc-hover-image {
position: absolute;
top: 0;
left: 50%;
width: auto;
-webkit-transform: translate(-50%, -101%);
-ms-transform: translate(-50%, -101%);
transform: translate(-50%, -101%);
-webkit-transition: -webkit-transform .4s ease;
transition: -webkit-transform .4s ease;
-o-transition: transform .4s ease;
transition: transform .4s ease;
transition: transform .4s ease, -webkit-transform .4s ease
}
.qodef-clients-grid-holder {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
text-align: center
}
.qodef-clients-grid-holder.qodef-cg-alignment-left {
text-align: left
}
.qodef-clients-grid-holder.qodef-cg-alignment-right {
text-align: right
}
.qodef-clients-grid-holder .qodef-cc-link {
position: relative;
display: inline-block;
vertical-align: top
}
.qodef-countdown {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle
}
.qodef-countdown.qodef-light-skin .countdown-row .countdown-section .countdown-amount, .qodef-countdown.qodef-light-skin .countdown-row .countdown-section .countdown-period {
color: #fff
}
.qodef-countdown .countdown-rtl {
direction: rtl
}
.qodef-countdown .countdown-row {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
text-align: center;
clear: both
}
.qodef-countdown .countdown-row.countdown-show1 .countdown-section {
width: 100%
}
.qodef-countdown .countdown-row.countdown-show2 .countdown-section {
width: 50%
}
.qodef-countdown .countdown-row.countdown-show3 .countdown-section {
width: 33.33333%
}
.qodef-countdown .countdown-row.countdown-show4 .countdown-section {
width: 25%
}
.qodef-countdown .countdown-row.countdown-show5 .countdown-section {
width: 20%
}
.qodef-countdown .countdown-row.countdown-show6 .countdown-section {
width: 16.66667%
}
.qodef-countdown .countdown-row .countdown-section {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
padding: 0 5px;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-countdown .countdown-row .countdown-section .countdown-amount {
position: relative;
display: block;
color: #000;
font-size: 75px;
line-height: 1em;
font-weight: 700
}
.qodef-countdown .countdown-row .countdown-section .countdown-period {
display: block;
font-size: 18px;
font-weight: 400;
letter-spacing: 1px
}
.qodef-counter-holder {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
opacity: 0;
-webkit-transition: opacity .2s ease-in;
-o-transition: opacity .2s ease-in;
transition: opacity .2s ease-in
}
.qodef-counter-holder .qodef-counter-inner {
position: relative;
display: inline-block;
vertical-align: middle;
width: 100%;
text-align: center
}
.qodef-counter-holder .qodef-counter {
height: 1em;
display: inline-block !important;
vertical-align: middle;
color: rgba(0, 0, 0, .08);
font-size: 180px;
line-height: 1em;
font-weight: 700;
overflow: hidden
}
.qodef-counter-holder .qodef-counter-title {
position: absolute;
margin: 0;
top: 50%;
font-size: 30px;
font-weight: 500;
color: #000;
line-height: 1em;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
text-align: center;
width: 100%
}
.qodef-counter-holder .qodef-counter-text {
margin: 14px 0 0
}
.qodef-crossfade-images {
display: inline-block;
position: relative;
max-width: 100%;
-webkit-box-shadow: 3px 4px 15px 0 rgba(0, 0, 0, .08);
box-shadow: 3px 4px 15px 0 rgba(0, 0, 0, .08);
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s
}
.qodef-crossfade-images:hover {
-webkit-box-shadow: 3px 4px 15px 0 rgba(0, 0, 0, .08);
box-shadow: 3px 4px 15px 0 rgba(0, 0, 0, .08)
}
.qodef-crossfade-images .qodef-cfi-link {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 100
}
.qodef-crossfade-images .qodef-cfi-img-holder {
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s
}
.qodef-crossfade-images .qodef-cfi-img-holder .qodef-cfi-img-holder-inner {
position: relative;
overflow: hidden
}
.qodef-crossfade-images .qodef-cfi-img-holder .qodef-cfi-img-holder-inner img {
vertical-align: middle;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease
}
.qodef-crossfade-images .qodef-cfi-img-holder .qodef-cfi-img-holder-inner .qodef-cfi-image-hover {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 10;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
opacity: 0;
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease
}
.qodef-crossfade-images .qodef-cfi-title-holder {
text-align: center;
margin: 30px 0
}
.qodef-crossfade-images .qodef-cfi-title-holder .qodef-cfi-title {
text-transform: none;
font-weight: 400;
font-size: 19px
}
.qodef-crossfade-images:hover .qodef-cfi-img-holder .qodef-cfi-img-holder-inner img {
-webkit-transform: scale(.8);
-ms-transform: scale(.8);
transform: scale(.8);
opacity: 0
}
.qodef-crossfade-images:hover .qodef-cfi-img-holder .qodef-cfi-img-holder-inner .qodef-cfi-image-hover {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition: -webkit-transform .3s .05s, opacity .3s .05s;
-webkit-transition: opacity .3s .05s, -webkit-transform .3s .05s;
transition: opacity .3s .05s, -webkit-transform .3s .05s;
-o-transition: transform .3s .05s, opacity .3s .05s;
transition: transform .3s .05s, opacity .3s .05s;
transition: transform .3s .05s, opacity .3s .05s, -webkit-transform .3s .05s
}
.qodef-custom-font-holder .qodef-cf-typed-wrap {
width: 0;
white-space: nowrap
}
.qodef-custom-font-holder .qodef-cf-typed {
display: inline-block
}
.qodef-custom-font-holder .qodef-cf-typed span {
display: none
}
.qodef-custom-font-holder .qodef-cf-typed ~ .typed-cursor {
display: inline-block;
opacity: 1;
-webkit-animation: blink .7s infinite;
animation: blink .7s infinite
}
@-webkit-keyframes blink {
0% {
opacity: 1
}
50% {
opacity: 0
}
100% {
opacity: 1
}
}
@keyframes blink {
0% {
opacity: 1
}
50% {
opacity: 0
}
100% {
opacity: 1
}
}
.qodef-dropcaps {
position: relative;
display: inline-block;
vertical-align: top;
float: left;
line-height: 42px;
font-size: 42px;
color: #999;
font-weight: 300;
text-align: center;
margin: 0 15px 0 0
}
.qodef-dropcaps.qodef-normal {
font-size: 45px;
line-height: 45px
}
.qodef-dropcaps.qodef-circle, .qodef-dropcaps.qodef-square {
height: 35px;
width: 35px;
font-size: 22px;
line-height: 35px;
font-weight: 600;
color: #fff;
background-color: #000;
margin: 6px 13px 0 0;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-dropcaps.qodef-circle {
border-radius: 3em;
margin: 6px 13px 0 0
}
.qodef-elements-holder {
width: 100%;
display: table;
table-layout: fixed
}
.qodef-elements-holder.qodef-eh-full-height {
height: 100%
}
.qodef-elements-holder.qodef-ehi-float .qodef-eh-item {
float: left
}
.qodef-elements-holder.qodef-two-columns .qodef-eh-item {
width: 50%
}
.qodef-elements-holder.qodef-three-columns .qodef-eh-item {
width: 33.33333%
}
.qodef-elements-holder.qodef-four-columns .qodef-eh-item {
width: 25%
}
.qodef-elements-holder.qodef-five-columns .qodef-eh-item {
width: 20%
}
.qodef-elements-holder.qodef-six-columns .qodef-eh-item {
width: 16.66667%
}
.qodef-elements-holder .qodef-eh-item {
display: table-cell;
vertical-align: middle;
height: 100%;
background-position: center;
background-size: cover
}
.qodef-elements-holder .qodef-eh-item.qodef-vertical-alignment-top {
vertical-align: top
}
.qodef-elements-holder .qodef-eh-item.qodef-vertical-alignment-bottom {
vertical-align: bottom
}
.qodef-elements-holder .qodef-eh-item.qodef-horizontal-alignment-center {
text-align: center
}
.qodef-elements-holder .qodef-eh-item.qodef-horizontal-alignment-right {
text-align: right
}
.qodef-elements-holder .qodef-eh-item .qodef-elements-holder-item-inner {
width: 100%
}
.qodef-elements-holder .qodef-ehi-content {
padding: 0 20px
}
.qodef-frame-slider-holder {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
text-align: center;
padding: 50px 0 48px
}
.qodef-frame-slider-holder .qodef-fs-phone {
display: inline-block;
position: relative;
z-index: 10;
pointer-events: none
}
.qodef-frame-slider-holder .qodef-fs-phone img {
display: block
}
.qodef-frame-slider-holder .qodef-fs-slides {
position: absolute;
top: 15%;
left: calc(13% + 7px);
height: 66.2%;
width: 75%;
cursor: -webkit-grab;
visibility: hidden;
pointer-events: auto
}
.qodef-frame-slider-holder .qodef-fs-slides .qodef-fs-slide {
margin: 0 55px;
position: relative
}
.qodef-frame-slider-holder .qodef-fs-slides a, .qodef-frame-slider-holder .qodef-fs-slides img {
display: block
}
.qodef-frame-slider-holder .qodef-owl-slider .owl-dots {
position: absolute;
-webkit-transform: rotateZ(-90deg);
-ms-transform: rotate(-90deg);
transform: rotateZ(-90deg);
-webkit-transform-origin: bottom left;
-ms-transform-origin: bottom left;
transform-origin: bottom left;
top: 50%;
left: 0;
width: 350px;
text-align: right;
margin: 0;
padding: 0 0 45px
}
.qodef-frame-slider-holder .qodef-owl-slider .owl-dots .owl-dot:last-child {
margin: 0 14px
}
.qodef-frame-slider-holder .qodef-owl-slider .owl-dots .owl-dot span {
display: none
}
.qodef-google-map-holder {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle
}
.qodef-google-map-holder .qodef-google-map-direction {
position: absolute;
top: 10px;
left: 10px;
padding: 0 8px;
font-size: 13px;
line-height: 24px;
color: #717171;
background-color: #fff;
z-index: 999;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-google-map-holder .qodef-google-map-direction:hover {
color: #000
}
.qodef-google-map-holder .qodef-google-map {
display: block;
width: 100%;
height: 300px
}
.qodef-google-map-holder .qodef-google-map embed, .qodef-google-map-holder .qodef-google-map iframe, .qodef-google-map-holder .qodef-google-map object {
width: 100%;
display: block
}
.qodef-google-map-holder .qodef-google-map img {
max-width: none
}
.qodef-google-map-holder .qodef-snazzy-map {
display: none
}
.qodef-google-map-holder .qodef-google-map-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: none;
z-index: 1000
}
.qodef-icon-list-holder {
position: relative;
display: table;
table-layout: fixed;
height: auto;
width: 100%;
margin-bottom: 8px
}
.qodef-icon-list-holder .qodef-il-icon-holder, .qodef-icon-list-holder .qodef-il-text {
position: relative;
display: table-cell;
vertical-align: top
}
.qodef-icon-list-holder .qodef-il-icon-holder {
width: 1%
}
.qodef-icon-list-holder .qodef-il-icon-holder > * {
position: relative;
display: inline-block;
vertical-align: top;
color: #000;
font-size: 17px;
line-height: inherit
}
.qodef-icon-list-holder .qodef-il-icon-holder > :before {
display: block;
line-height: inherit
}
.qodef-icon-list-holder .qodef-il-text {
width: 99%;
padding: 0 0 0 13px;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-iwt {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle
}
.qodef-iwt a {
position: relative;
display: inline-block;
vertical-align: middle;
color: inherit
}
.qodef-iwt a .qodef-iwt-icon {
position: relative
}
.qodef-iwt a .qodef-iwt-icon .qodef-icon-shortcode {
line-height: 1
}
.qodef-iwt a .qodef-iwt-icon .qodef-icon-shortcode .qodef-icon-element {
color: inherit
}
.qodef-iwt a .qodef-iwt-icon .qodef-icon-shortcode.qodef-circle, .qodef-iwt a .qodef-iwt-icon .qodef-icon-shortcode.qodef-dropcaps.qodef-circle, .qodef-iwt a .qodef-iwt-icon .qodef-icon-shortcode.qodef-square {
line-height: 2
}
.qodef-iwt:hover .qodef-icon-svg-circle .qodef-icon-circle {
stroke-dashoffset: 0;
stroke-dasharray: 700
}
.qodef-iwt a {
position: relative;
display: inline-block;
vertical-align: top
}
.qodef-iwt a .qodef-iwt-title {
margin: 0;
line-height: 1.2em
}
.qodef-iwt .qodef-iwt-title-text {
display: block
}
.qodef-iwt .qodef-iwt-text {
margin: 0
}
.qodef-iwt.qodef-iwt-icon-left {
width: auto
}
.qodef-iwt.qodef-iwt-icon-left .qodef-iwt-content, .qodef-iwt.qodef-iwt-icon-left .qodef-iwt-icon {
display: table-cell;
vertical-align: top
}
.qodef-iwt.qodef-iwt-icon-left .qodef-iwt-icon {
position: relative;
top: 1px
}
.qodef-iwt.qodef-iwt-icon-left .qodef-iwt-icon img {
max-width: none
}
.qodef-iwt.qodef-iwt-icon-left .qodef-iwt-content {
padding: 0 0 0 12px
}
.qodef-iwt.qodef-iwt-icon-left-from-title .qodef-iwt-icon, .qodef-iwt.qodef-iwt-icon-left-from-title .qodef-iwt-title-text {
position: relative;
display: table-cell;
vertical-align: middle
}
.qodef-iwt.qodef-iwt-icon-left-from-title .qodef-iwt-icon .qodef-icon-element {
-webkit-transition: none;
-o-transition: none;
transition: none
}
.qodef-iwt.qodef-iwt-icon-left-from-title .qodef-iwt-icon img {
max-width: none
}
.qodef-iwt.qodef-iwt-icon-left-from-title .qodef-iwt-title-text {
padding: 0 0 0 17px
}
.qodef-iwt.qodef-iwt-icon-top {
text-align: center
}
.qodef-iwt.qodef-iwt-icon-top .qodef-iwt-content {
padding: 5px 0 0
}
.qodef-iwt.qodef-iwt-icon-top .qodef-iwt-content .qodef-iwt-text {
font-size: 14px;
color: #717171
}
.qodef-iwt.qodef-iwt-hover-animation a {
-webkit-transition: none;
-o-transition: none;
transition: none
}
.qodef-iwt.qodef-iwt-hover-animation a .qodef-icon-shortcode .qodef-icon-element, .qodef-iwt.qodef-iwt-hover-animation a .qodef-iwt-text {
-webkit-transition: color .15s ease-in-out;
-o-transition: color .15s ease-in-out;
transition: color .15s ease-in-out
}
.qodef-iwt.qodef-iwt-hover-animation a:hover .qodef-icon-shortcode .qodef-icon-element, .qodef-iwt.qodef-iwt-hover-animation a:hover .qodef-iwt-text {
color: inherit !important
}
.qodef-gif-holder .tp-mask-wrap:after {
-webkit-box-shadow: -4px 3px 20px rgba(0, 0, 0, .08);
box-shadow: -4px 3px 20px rgba(0, 0, 0, .08)
}
.qodef-icon-shortcode {
position: relative;
display: inline-block;
vertical-align: middle;
line-height: 1.1em
}
.qodef-icon-shortcode.qodef-circle, .qodef-icon-shortcode.qodef-dropcaps.qodef-circle, .qodef-icon-shortcode.qodef-square {
width: 2em;
height: 2em;
line-height: 2em;
text-align: center;
background-color: transparent;
border: 1px solid #b1b1b1;
-webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out;
-o-transition: background-color .15s ease-in-out, border-color .15s ease-in-out;
transition: background-color .15s ease-in-out, border-color .15s ease-in-out
}
.qodef-icon-shortcode.qodef-circle a, .qodef-icon-shortcode.qodef-dropcaps.qodef-circle a, .qodef-icon-shortcode.qodef-square a {
position: relative;
display: inline-block;
vertical-align: top;
width: 100%;
height: 100%
}
.qodef-icon-shortcode.qodef-circle .qodef-icon-element, .qodef-icon-shortcode.qodef-dropcaps.qodef-circle .qodef-icon-element, .qodef-icon-shortcode.qodef-square .qodef-icon-element {
color: #000;
line-height: inherit
}
.qodef-icon-shortcode.qodef-circle {
border-radius: 50%;
border: none
}
.qodef-icon-shortcode .qodef-icon-svg-circle {
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
position: absolute;
fill: none;
stroke-width: 2px
}
.qodef-icon-shortcode .qodef-icon-svg-circle .qodef-icon-stroke {
fill: none;
stroke: rgba(255, 255, 255, .3);
stroke-width: 2;
stroke-linejoin: round;
stroke-miterlimit: 10;
position: relative;
z-index: -1
}
.qodef-icon-shortcode .qodef-icon-svg-circle .qodef-icon-circle {
fill: none;
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
stroke-dashoffset: 700;
stroke-dasharray: 700;
stroke-width: 2;
stroke-linejoin: round;
stroke-miterlimit: 10;
stroke-linecap: butt;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
-o-transition: all 1s cubic-bezier(.4, 0, .2, 1);
transition: all 1s cubic-bezier(.4, 0, .2, 1)
}
.qodef-icon-shortcode:hover .qodef-icon-svg-circle .qodef-icon-circle {
stroke-dashoffset: 0;
stroke-dasharray: 700
}
.qodef-icon-shortcode .qodef-icon-element {
color: #000;
display: block;
line-height: inherit;
-webkit-transition: color .15s ease-in-out;
-o-transition: color .15s ease-in-out;
transition: color .15s ease-in-out
}
.qodef-icon-shortcode .qodef-icon-element:before {
display: block;
line-height: inherit
}
.qodef-icon-animation-holder {
position: relative;
display: inline-block;
vertical-align: middle;
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
-webkit-transition: transform .15s ease-in-out;
-webkit-transition: -webkit-transform .15s ease-in-out;
transition: -webkit-transform .15s ease-in-out;
-o-transition: transform .15s ease-in-out;
transition: transform .15s ease-in-out;
transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out
}
.qodef-icon-animation-holder.qodef-icon-animation-show {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1)
}
.qodef-icon-tiny {
font-size: 1.33333333em;
line-height: .75em;
vertical-align: -15%
}
.qodef-icon-small {
font-size: 2em
}
.qodef-icon-medium {
font-size: 3em
}
.qodef-icon-large {
font-size: 4em
}
.qodef-icon-huge {
font-size: 5em
}
.qodef-image-gallery {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle
}
.qodef-image-gallery .owl-item {
-webkit-box-sizing: border-box;
box-sizing: border-box
}
@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
.qodef-image-gallery .owl-item {
overflow: hidden
}
}
.qodef-image-gallery .owl-dots .owl-dot:after {
font-size: 16px;
font-weight: 700;
font-family: Yantramanav, sans-serif
}
.qodef-image-gallery .owl-dots .owl-dot {
-webkit-transition: transform .2s ease-out;
-webkit-transition: -webkit-transform .2s ease-out;
transition: -webkit-transform .2s ease-out;
-o-transition: transform .2s ease-out;
transition: transform .2s ease-out;
transition: transform .2s ease-out, -webkit-transform .2s ease-out
}
.qodef-image-gallery .owl-dots .owl-dot.active:after, .qodef-image-gallery .owl-dots .owl-dot:hover:after {
-webkit-transform: scale(1.4, 1.4);
-ms-transform: scale(1.4, 1.4);
transform: scale(1.4, 1.4);
-webkit-transition: transform .2s ease-in;
-webkit-transition: -webkit-transform .2s ease-in;
transition: -webkit-transform .2s ease-in;
-o-transition: transform .2s ease-in;
transition: transform .2s ease-in;
transition: transform .2s ease-in, -webkit-transform .2s ease-in;
font-size: 16px
}
.qodef-image-gallery.qodef-pagination-position-bottom .owl-dots {
margin: 43px 0 0 0
}
.qodef-image-gallery.qodef-pagination-position-left .owl-dots {
position: absolute;
-webkit-transform: rotateZ(-90deg);
-ms-transform: rotate(-90deg);
transform: rotateZ(-90deg);
-webkit-transform-origin: bottom left;
-ms-transform-origin: bottom left;
transform-origin: bottom left;
top: 60%;
left: 0;
width: 350px;
text-align: right;
margin: 0;
padding: 0 0 22px 0
}
.qodef-image-gallery.qodef-has-shadow .qodef-ig-image-inner {
-webkit-box-shadow: 3px 10px 23px 0 rgba(0, 0, 0, .1);
box-shadow: 3px 10px 23px 0 rgba(0, 0, 0, .1)
}
.qodef-image-gallery.qodef-has-shadow.qodef-ig-carousel-type .owl-stage-outer, .qodef-image-gallery.qodef-has-shadow.qodef-ig-slider-type .owl-stage-outer {
padding: 0 0 20px
}
.qodef-image-gallery.qodef-has-shadow.qodef-ig-carousel-type .owl-stage-outer .owl-item, .qodef-image-gallery.qodef-has-shadow.qodef-ig-slider-type .owl-stage-outer .owl-item {
padding: 0 10px
}
.qodef-image-gallery.qodef-has-shadow.qodef-ig-carousel-type .owl-stage-outer .owl-item .qodef-ig-image, .qodef-image-gallery.qodef-has-shadow.qodef-ig-slider-type .owl-stage-outer .owl-item .qodef-ig-image {
-webkit-box-shadow: 3px 5px 13px 0 rgba(0, 0, 0, .1);
box-shadow: 3px 5px 13px 0 rgba(0, 0, 0, .1);
overflow: hidden
}
.qodef-image-gallery .qodef-ig-image a, .qodef-image-gallery .qodef-ig-image img {
position: relative;
display: block
}
.qodef-image-gallery .qodef-ig-image-inner {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle
}
.qodef-image-gallery .qodef-ig-slider {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle
}
.qodef-image-gallery.qodef-ig-masonry-type .qodef-ig-image.qodef-fixed-masonry-item .qodef-ig-image-inner, .qodef-image-gallery.qodef-ig-masonry-type .qodef-ig-image.qodef-fixed-masonry-item a {
height: 100%
}
.qodef-image-gallery.qodef-image-behavior-lightbox .qodef-ig-image a:hover:after {
opacity: 1
}
.qodef-image-gallery.qodef-image-behavior-lightbox .qodef-ig-image a:after {
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
content: '';
background-color: rgba(0, 0, 0, .4);
opacity: 0;
-webkit-transition: opacity .2s ease-in-out;
-o-transition: opacity .2s ease-in-out;
transition: opacity .2s ease-in-out
}
.touch .qodef-image-gallery.qodef-image-behavior-zoom .qodef-ig-image {
cursor: pointer
}
.qodef-image-gallery.qodef-image-behavior-zoom .qodef-ig-image:hover img {
-webkit-transform: scale(1.04);
-ms-transform: scale(1.04);
transform: scale(1.04)
}
.qodef-image-gallery.qodef-image-behavior-zoom .qodef-ig-image .qodef-ig-image-inner {
overflow: hidden
}
.qodef-image-gallery.qodef-image-behavior-zoom .qodef-ig-image img {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition: -webkit-transform .3s ease-in-out;
transition: -webkit-transform .3s ease-in-out;
-o-transition: transform .3s ease-in-out;
transition: transform .3s ease-in-out;
transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}
.qodef-image-gallery.qodef-image-behavior-grayscale .qodef-ig-image {
overflow: hidden
}
.touch .qodef-image-gallery.qodef-image-behavior-grayscale .qodef-ig-image {
cursor: pointer
}
.qodef-image-gallery.qodef-image-behavior-grayscale .qodef-ig-image:hover img {
-webkit-filter: grayscale(0);
filter: none
}
.qodef-image-gallery.qodef-image-behavior-grayscale .qodef-ig-image img {
filter: url(//www.pavelprodukce.cz/wp-content/plugins/aarhus-core/assets/css/img/desaturate.svg#grayscale);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
filter: gray;
filter: grayscale(100%);
-webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out
}
.qodef-image-gallery.qodef-ig-carousel-type .owl-stage-outer .owl-item {
padding: 0 0 22px 0
}
.qodef-image-gallery.qodef-ig-carousel-type .owl-stage-outer .owl-item .qodef-ig-image {
-webkit-box-shadow: 8px 11px 15px rgba(0, 0, 0, .07);
box-shadow: 8px 11px 15px rgba(0, 0, 0, .07)
}
.qodef-image-with-number-holder {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle
}
.qodef-image-with-number-holder.qodef-with-image:hover .qodef-iwn-image, .qodef-image-with-number-holder.qodef-with-number:hover .qodef-iwn-image {
opacity: 1;
-webkit-transition: opacity .3s ease-in;
-o-transition: opacity .3s ease-in;
transition: opacity .3s ease-in
}
.qodef-image-with-number-holder.qodef-with-image:hover .qodef-iwn-text-holder .qodef-iwn-title, .qodef-image-with-number-holder.qodef-with-number:hover .qodef-iwn-text-holder .qodef-iwn-title {
-webkit-transition: color .2s ease-in;
-o-transition: color .2s ease-in;
transition: color .2s ease-in;
color: #fff
}
.qodef-image-with-number-holder.qodef-with-image:hover .qodef-iwn-text-holder .qodef-iwn-title .qodef-iwn-before-title, .qodef-image-with-number-holder.qodef-with-number:hover .qodef-iwn-text-holder .qodef-iwn-title .qodef-iwn-before-title {
-webkit-transition: background-color .2s ease-in;
-o-transition: background-color .2s ease-in;
transition: background-color .2s ease-in;
background-color: #fff
}
.qodef-image-with-number-holder.qodef-with-image:hover .qodef-iwn-text-holder .qodef-iwn-text, .qodef-image-with-number-holder.qodef-with-number:hover .qodef-iwn-text-holder .qodef-iwn-text {
-webkit-transition: color .3s ease-in;
-o-transition: color .3s ease-in;
transition: color .3s ease-in;
color: #fff
}
.qodef-image-with-number-holder.qodef-with-number:hover .qodef-iwn-number-holder {
-webkit-transition: transform .3s cubic-bezier(.4, 0, .2, 1);
-webkit-transition: -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
transition: -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
-o-transition: transform .3s cubic-bezier(.4, 0, .2, 1);
transition: transform .3s cubic-bezier(.4, 0, .2, 1);
transition: transform .3s cubic-bezier(.4, 0, .2, 1), -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
-webkit-transform: rotate(-90deg) scale(1.75, 1.75) translateX(-2px);
-ms-transform: rotate(-90deg) scale(1.75, 1.75) translateX(-2px);
transform: rotate(-90deg) scale(1.75, 1.75) translateX(-2px)
}
.qodef-image-with-number-holder.qodef-with-number:hover .qodef-iwn-number-holder .qodef-iwn-number {
-webkit-transition: color .3s ease-in;
-o-transition: color .3s ease-in;
transition: color .3s ease-in;
color: #fff
}
.qodef-image-with-number-holder.qodef-with-image:hover .qodef-iwn-overlay-image-holder .qodef-iwn-overlay-image {
-webkit-transition: opacity .3s ease-in;
-o-transition: opacity .3s ease-in;
transition: opacity .3s ease-in;
opacity: 0
}
.qodef-image-with-number-holder.qodef-with-image:hover .qodef-iwn-overlay-image-holder .qodef-iwn-overlay-hover-image {
-webkit-transition: opacity .3s ease-in;
-o-transition: opacity .3s ease-in;
transition: opacity .3s ease-in;
opacity: 1
}
.qodef-image-with-number-holder .qodef-iwn-image {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
-webkit-transition: opacity .3s ease-out;
-o-transition: opacity .3s ease-out;
transition: opacity .3s ease-out;
opacity: 0
}
.qodef-image-with-number-holder .qodef-iwn-image a, .qodef-image-with-number-holder .qodef-iwn-image img {
position: relative;
display: block
}
.qodef-image-with-number-holder .qodef-iwn-image:after {
content: '';
position: absolute;
top: 0;
display: block;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, .1)
}
.qodef-image-with-number-holder .qodef-iwn-text-holder {
position: absolute;
top: 0;
left: 0;
padding: 75px 57px 75px 68px
}
.qodef-image-with-number-holder .qodef-iwn-text-holder .qodef-iwn-title {
-webkit-transition: color .2s ease-out;
-o-transition: color .2s ease-out;
transition: color .2s ease-out;
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
margin: 0
}
.qodef-image-with-number-holder .qodef-iwn-text-holder .qodef-iwn-title .qodef-iwn-before-title {
-webkit-transition: background-color .2s ease-out;
-o-transition: background-color .2s ease-out;
transition: background-color .2s ease-out;
position: absolute;
top: calc(50% - 3px);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
display: inline-block;
background-color: #ff2a0e;
width: 11px;
height: 11px;
margin-left: -21px
}
.qodef-image-with-number-holder .qodef-iwn-text-holder .qodef-iwn-text {
-webkit-transition: color .3s ease-out;
-o-transition: color .3s ease-out;
transition: color .3s ease-out;
margin: 11px 0 0
}
.qodef-image-with-number-holder .qodef-iwn-number-holder {
position: absolute;
bottom: 0;
-webkit-transform-origin: bottom left;
-ms-transform-origin: bottom left;
transform-origin: bottom left;
-webkit-transition: transform .3s ease-out;
-webkit-transition: -webkit-transform .3s ease-out;
transition: -webkit-transform .3s ease-out;
-o-transition: transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out, -webkit-transform .3s ease-out;
-webkit-transform: rotate(-90deg) scale(1, 1);
-ms-transform: rotate(-90deg) scale(1, 1);
transform: rotate(-90deg) scale(1, 1);
left: 100%;
margin-bottom: -5px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.qodef-image-with-number-holder .qodef-iwn-number-holder .qodef-iwn-number {
-webkit-transition: color .3s ease-out;
-o-transition: color .3s ease-out;
transition: color .3s ease-out;
display: block;
font-size: 130px;
line-height: 1em;
height: 103px;
font-weight: 900;
color: rgba(239, 238, 238, .9)
}
.qodef-image-with-number-holder .qodef-iwn-overlay-image-holder {
position: absolute;
bottom: 0;
right: 0
}
.qodef-image-with-number-holder .qodef-iwn-overlay-image-holder .qodef-iwn-overlay-hover-image img, .qodef-image-with-number-holder .qodef-iwn-overlay-image-holder .qodef-iwn-overlay-image img {
display: block
}
@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
.qodef-image-with-number-holder .qodef-iwn-overlay-image-holder .qodef-iwn-overlay-hover-image img, .qodef-image-with-number-holder .qodef-iwn-overlay-image-holder .qodef-iwn-overlay-image img {
width: 100%
}
}
.qodef-image-with-number-holder .qodef-iwn-overlay-image-holder .qodef-iwn-overlay-image {
-webkit-transition: opacity .3s ease-out;
-o-transition: opacity .3s ease-out;
transition: opacity .3s ease-out;
opacity: 1
}
.qodef-image-with-number-holder .qodef-iwn-overlay-image-holder .qodef-iwn-overlay-hover-image {
-webkit-transition: opacity .3s ease-out;
-o-transition: opacity .3s ease-out;
transition: opacity .3s ease-out;
position: absolute;
top: 0;
opacity: 0
}
.qodef-image-with-text-holder {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle
}
.qodef-image-with-text-holder.qodef-has-shadow .qodef-iwt-image {
-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .1);
box-shadow: 0 0 4px rgba(0, 0, 0, .1)
}
.qodef-image-with-text-holder .qodef-iwt-image {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle
}
.qodef-image-with-text-holder .qodef-iwt-image a, .qodef-image-with-text-holder .qodef-iwt-image img {
position: relative;
display: block
}
.qodef-image-with-text-holder .qodef-iwt-text-holder {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle
}
.qodef-image-with-text-holder .qodef-iwt-title {
margin: 32px 0 0
}
.qodef-image-with-text-holder .qodef-iwt-text {
color: #212121;
margin: 24px 0 0 0;
font-size: 19px;
font-weight: 500
}
.qodef-image-with-text-holder .qodef-iwt-text .qodef-iwt-pre-text {
color: #717171;
font-weight: 400
}
.qodef-image-with-text-holder.qodef-type-inside-image .qodef-iwt-text-holder {
position: absolute;
bottom: 0;
padding: 32px 37px;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-image-with-text-holder.qodef-type-inside-image .qodef-iwt-text-holder .qodef-iwt-pre-title {
margin-left: 2px
}
.qodef-image-with-text-holder.qodef-type-inside-image .qodef-iwt-text-holder .qodef-iwt-title {
margin: 0;
line-height: 1em
}
.qodef-image-with-text-holder.qodef-type-inside-image.qodef-image-behavior-custom-link .qodef-iwt-image {
overflow: hidden
}
.qodef-image-with-text-holder.qodef-type-inside-image.qodef-image-behavior-custom-link .qodef-iwt-image:after {
content: "";
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .47)));
background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .47) 100%);
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .47) 100%);
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: .6s ease-in-out;
-o-transition: .6s ease-in-out;
transition: .6s ease-in-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden
}
.qodef-image-with-text-holder.qodef-type-inside-image.qodef-image-behavior-custom-link .qodef-iwt-image a img {
-webkit-transition: transform .5s ease-out;
-webkit-transition: -webkit-transform .5s ease-out;
transition: -webkit-transform .5s ease-out;
-o-transition: transform .5s ease-out;
transition: transform .5s ease-out;
transition: transform .5s ease-out, -webkit-transform .5s ease-out
}
.qodef-image-with-text-holder.qodef-type-inside-image.qodef-image-behavior-custom-link .qodef-iwt-image a:after {
background-color: transparent
}
.qodef-image-with-text-holder.qodef-type-inside-image.qodef-image-behavior-custom-link:hover .qodef-iwt-image {
-webkit-box-shadow: -1px 1px 19px 0 rgba(45, 45, 45, .14);
box-shadow: -1px 1px 19px 0 rgba(45, 45, 45, .14);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.qodef-image-with-text-holder.qodef-type-inside-image.qodef-image-behavior-custom-link:hover .qodef-iwt-image a img {
-webkit-transform: scale(1.03);
-ms-transform: scale(1.03);
transform: scale(1.03)
}
.qodef-image-with-text-holder.qodef-image-behavior-custom-link .qodef-iwt-image {
overflow: hidden;
-webkit-transition: .3s ease-out;
-o-transition: .3s ease-out;
transition: .3s ease-out
}
.qodef-image-with-text-holder.qodef-image-behavior-custom-link .qodef-iwt-image a:after {
background-color: transparent
}
.qodef-image-with-text-holder.qodef-image-behavior-custom-link:hover .qodef-iwt-image {
-webkit-box-shadow: -1px 1px 19px 0 rgba(45, 45, 45, .14);
box-shadow: -1px 1px 19px 0 rgba(45, 45, 45, .14);
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0)
}
@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
.qodef-image-with-text-holder.qodef-image-behavior-custom-link:hover .qodef-iwt-image {
-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .1) !important;
box-shadow: 0 0 4px rgba(0, 0, 0, .1) !important
}
}
.qodef-image-with-text-holder.qodef-image-behavior-lightbox .qodef-iwt-image a:hover:after {
opacity: 1
}
.qodef-image-with-text-holder.qodef-image-behavior-lightbox .qodef-iwt-image a:after {
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
content: '';
background-color: rgba(0, 0, 0, .4);
opacity: 0;
-webkit-transition: opacity .2s ease-in-out;
-o-transition: opacity .2s ease-in-out;
transition: opacity .2s ease-in-out
}
.qodef-image-with-text-holder.qodef-image-behavior-zoom .qodef-iwt-image {
overflow: hidden
}
.touch .qodef-image-with-text-holder.qodef-image-behavior-zoom .qodef-iwt-image {
cursor: pointer
}
.qodef-image-with-text-holder.qodef-image-behavior-zoom .qodef-iwt-image:hover img {
-webkit-transform: scale(1.04);
-ms-transform: scale(1.04);
transform: scale(1.04)
}
.qodef-image-with-text-holder.qodef-image-behavior-zoom .qodef-iwt-image img {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition: -webkit-transform .3s ease-in-out;
transition: -webkit-transform .3s ease-in-out;
-o-transition: transform .3s ease-in-out;
transition: transform .3s ease-in-out;
transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}
.qodef-image-with-text-holder.qodef-image-behavior-grayscale .qodef-iwt-image {
overflow: hidden
}
.touch .qodef-image-with-text-holder.qodef-image-behavior-grayscale .qodef-iwt-image {
cursor: pointer
}
.qodef-image-with-text-holder.qodef-image-behavior-grayscale .qodef-iwt-image:hover img {
-webkit-filter: grayscale(0);
filter: none
}
.qodef-image-with-text-holder.qodef-image-behavior-grayscale .qodef-iwt-image img {
filter: url(//www.pavelprodukce.cz/wp-content/plugins/aarhus-core/assets/css/img/desaturate.svg#grayscale);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
filter: gray;
filter: grayscale(100%);
-webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out
}
.qodef-number-with-text-holder {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle
}
.qodef-number-with-text-holder .qodef-nwt-number {
position: absolute;
font-size: 180px;
line-height: 1em;
font-weight: 900;
color: rgba(0, 0, 0, .09);
z-index: -1
}
.qodef-number-with-text-holder .qodef-nwt-text-holder {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
top: 66px;
left: 4px
}
.qodef-number-with-text-holder .qodef-nwt-title {
margin: 0
}
.qodef-number-with-text-holder .qodef-nwt-text {
margin: 0;
padding: 11px 0 0 0
}
.qodef-number-with-text-holder .qodef-nwt-url-button {
margin: 4px 0 0 1px
}
.qodef-pie-chart-holder {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
opacity: 0;
-webkit-transition: opacity .2s ease-in;
-o-transition: opacity .2s ease-in;
transition: opacity .2s ease-in
}
.qodef-pie-chart-holder .qodef-pc-percentage {
position: relative;
display: block;
height: 176px;
width: 176px;
line-height: 176px;
text-align: center;
margin: 0 auto
}
.qodef-pie-chart-holder .qodef-pc-percentage canvas {
position: absolute;
top: 0;
left: 0
}
.qodef-pie-chart-holder .qodef-pc-percentage .qodef-pc-percent {
position: relative;
display: inline-block;
vertical-align: middle;
color: #000;
font-size: 36px;
line-height: inherit;
font-weight: 600
}
.qodef-pie-chart-holder .qodef-pc-percentage .qodef-pc-percent:after {
position: relative;
top: -15px;
content: '%';
font-size: 15px
}
.qodef-pie-chart-holder .qodef-pc-text-holder {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
text-align: center;
margin: 30px 0 0
}
.qodef-pie-chart-holder .qodef-pc-text-holder .qodef-pc-title {
margin: 0
}
.qodef-pie-chart-holder .qodef-pc-text-holder .qodef-pc-text {
margin: 14px 0 0
}
.qodef-pricing-tables {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle
}
.qodef-price-table .qodef-pt-inner {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
background-color: #fff;
-webkit-box-shadow: 1px 2px 13px rgba(0, 0, 0, .09);
box-shadow: 1px 2px 13px rgba(0, 0, 0, .09)
}
.qodef-price-table .qodef-pt-inner ul {
list-style: none;
margin: 0;
padding: 0
}
.qodef-price-table .qodef-pt-inner ul li {
margin: 0;
padding: 17px 30px 0 30px;
text-align: center
}
.qodef-price-table .qodef-pt-inner ul li.qodef-pt-title-holder {
position: relative;
color: #000;
font-size: 18px;
line-height: 26px;
font-weight: 600;
letter-spacing: 1px
}
.qodef-price-table .qodef-pt-inner ul li.qodef-pt-title-holder .qodef-pt-title {
display: block;
padding: 17px 0 7px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 22px;
font-weight: 500;
letter-spacing: 0
}
.qodef-price-table .qodef-pt-inner ul li.qodef-pt-prices {
position: relative;
padding: 0 15px 23px
}
.qodef-price-table .qodef-pt-inner ul li.qodef-pt-prices .qodef-pt-price {
position: relative;
display: inline-block;
vertical-align: middle;
left: 2px;
font-size: 75px;
line-height: 1em;
font-weight: 500;
color: #000
}
.qodef-price-table .qodef-pt-inner ul li.qodef-pt-prices .qodef-pt-value {
position: relative;
vertical-align: super;
left: -2px;
bottom: 1px;
font-size: 43px;
line-height: 1em;
font-weight: 500;
color: #000
}
.qodef-price-table .qodef-pt-inner ul li.qodef-pt-prices .qodef-pt-mark {
position: relative;
display: block;
margin: 1px 0 0
}
.qodef-price-table .qodef-pt-inner ul li.qodef-pt-content {
border-top: 1px solid #e5e5e5;
padding: 15px 15px 15px 14px
}
.qodef-price-table .qodef-pt-inner ul li.qodef-pt-content ul li {
padding: 20px 30px 0;
line-height: 1em;
text-align: left
}
.qodef-price-table .qodef-pt-inner ul li.qodef-pt-content ul li:before {
content: '\4e';
font-family: ElegantIcons;
font-size: 18px;
line-height: 1em;
vertical-align: middle;
margin-right: 13px
}
.qodef-price-table .qodef-pt-inner ul li.qodef-pt-button {
padding: 39px 15px 40px
}
.qodef-price-table .qodef-pt-inner ul li.qodef-pt-button a {
border: 1px solid #000;
color: #000;
padding: 9px 44px
}
.qodef-price-table .qodef-pt-inner ul li.qodef-pt-button a.qodef-btn-solid {
color: #fff
}
.qodef-price-table.qodef-pt-active-item .qodef-pt-inner {
margin-top: -38px
}
.qodef-price-table.qodef-pt-active-item .qodef-pt-inner ul li {
padding: 17px 30px 3px 30px
}
.qodef-price-table.qodef-pt-active-item .qodef-pt-inner ul li.qodef-pt-title-holder .qodef-pt-title {
color: #ff1d1d
}
.qodef-price-table.qodef-pt-active-item .qodef-pt-inner ul li.qodef-pt-prices {
padding: 0 15px 23px
}
.qodef-price-table.qodef-pt-active-item .qodef-pt-inner ul li.qodef-pt-prices .qodef-pt-price {
left: 1px
}
.qodef-price-table.qodef-pt-active-item .qodef-pt-inner ul li.qodef-pt-prices .qodef-pt-value {
left: -3px
}
.qodef-price-table.qodef-pt-active-item .qodef-pt-inner ul li.qodef-pt-prices .qodef-pt-mark {
position: relative;
display: block;
margin: 1px 0 0
}
.qodef-price-table.qodef-pt-active-item .qodef-pt-inner ul li.qodef-pt-content {
padding: 13px 15px 15px 14px
}
.qodef-price-table.qodef-pt-active-item .qodef-pt-inner ul li.qodef-pt-content ul li {
padding: 20px 28px 0
}
.qodef-price-table.qodef-pt-active-item .qodef-pt-inner ul li.qodef-pt-content ul li:before {
color: #ff1d1d;
margin-right: 14px
}
.qodef-price-table.qodef-pt-active-item .qodef-pt-inner ul li.qodef-pt-button {
padding: 39px 15px 40px
}
.qodef-price-table.qodef-pt-active-item .qodef-pt-inner ul li.qodef-pt-button a {
border: 1px solid #ff1d1d;
color: #ff1d1d
}
.qodef-process-holder {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle
}
.qodef-process-holder.qodef-two-columns .qodef-mark-horizontal-holder .qodef-process-mark {
width: 50%
}
.qodef-process-holder.qodef-two-columns .qodef-mark-vertical-holder .qodef-process-mark {
height: 50%
}
.qodef-process-holder.qodef-two-columns .qodef-process-item {
width: 50%
}
.qodef-process-holder.qodef-three-columns .qodef-mark-horizontal-holder .qodef-process-mark {
width: 33.33333%
}
.qodef-process-holder.qodef-three-columns .qodef-mark-vertical-holder .qodef-process-mark {
height: 33.33333%
}
.qodef-process-holder.qodef-three-columns .qodef-process-item {
width: 33.33333%
}
.qodef-process-holder.qodef-four-columns .qodef-mark-horizontal-holder .qodef-process-mark {
width: 25%
}
.qodef-process-holder.qodef-four-columns .qodef-mark-vertical-holder .qodef-process-mark {
height: 25%
}
.qodef-process-holder.qodef-four-columns .qodef-process-item {
width: 25%
}
.qodef-process-holder.qodef-process-appeared .qodef-process-circle {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1)
}
.qodef-process-holder.qodef-process-appeared .qodef-mark-horizontal-holder .qodef-process-line {
width: 100%
}
.qodef-process-holder.qodef-process-appeared .qodef-mark-vertical-holder .qodef-process-line {
height: 100%
}
.qodef-process-holder.qodef-process-appeared .qodef-process-item {
opacity: 1
}
.qodef-process-holder .qodef-mark-horizontal-holder {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
clear: both
}
.qodef-process-holder .qodef-mark-horizontal-holder .qodef-process-mark {
float: left
}
.qodef-process-holder .qodef-mark-horizontal-holder .qodef-process-line {
top: 50%;
left: 50%;
width: 0;
height: 1px;
-webkit-transition: width .4s ease .1s;
-o-transition: width .4s ease .1s;
transition: width .4s ease .1s
}
.qodef-process-holder .qodef-mark-vertical-holder {
position: absolute;
top: 26px;
left: 0;
display: none;
width: 46px;
height: 100%
}
.qodef-process-holder .qodef-mark-vertical-holder .qodef-process-line {
top: 23px;
left: 50%;
width: 1px;
height: 0;
-webkit-transition: height .4s ease .1s;
-o-transition: height .4s ease .1s;
transition: height .4s ease .1s
}
.qodef-process-holder .qodef-process-mark {
position: relative;
display: inline-block;
vertical-align: top;
text-align: center
}
.qodef-process-holder .qodef-process-mark:last-child .qodef-process-line {
display: none
}
.qodef-process-holder .qodef-process-mark:nth-child(2) .qodef-process-circle {
-webkit-transition-delay: .5s;
-o-transition-delay: .5s;
transition-delay: .5s
}
.qodef-process-holder .qodef-process-mark:nth-child(2) .qodef-process-line {
-webkit-transition-delay: .6s;
-o-transition-delay: .6s;
transition-delay: .6s
}
.qodef-process-holder .qodef-process-mark:nth-child(3) .qodef-process-circle {
-webkit-transition-delay: 1s;
-o-transition-delay: 1s;
transition-delay: 1s
}
.qodef-process-holder .qodef-process-mark:nth-child(3) .qodef-process-line {
-webkit-transition-delay: 1.2s;
-o-transition-delay: 1.2s;
transition-delay: 1.2s
}
.qodef-process-holder .qodef-process-mark:nth-child(4) .qodef-process-circle {
-webkit-transition-delay: 1.5s;
-o-transition-delay: 1.5s;
transition-delay: 1.5s
}
.qodef-process-holder .qodef-process-mark:nth-child(4) .qodef-process-line {
-webkit-transition-delay: 1.8s;
-o-transition-delay: 1.8s;
transition-delay: 1.8s
}
.qodef-process-holder .qodef-process-circle {
position: relative;
display: inline-block;
vertical-align: top;
width: 46px;
height: 46px;
font-size: 18px;
line-height: 46px;
font-weight: 700;
color: #fff;
background-color: #ff2a0e;
border-radius: 100%;
opacity: 0;
-webkit-transition: opacity .2s ease, -webkit-transform .3s ease;
transition: opacity .2s ease, -webkit-transform .3s ease;
-o-transition: opacity .2s ease, transform .3s ease;
transition: opacity .2s ease, transform .3s ease;
transition: opacity .2s ease, transform .3s ease, -webkit-transform .3s ease;
-webkit-transform: scale(.6);
-ms-transform: scale(.6);
transform: scale(.6)
}
.qodef-process-holder .qodef-process-line {
position: absolute;
background-color: #ff2a0e
}
.qodef-process-holder .qodef-process-inner {
margin: 0 -15px
}
.qodef-process-holder .qodef-process-item {
position: relative;
display: inline-block;
vertical-align: top;
float: left;
padding: 0 15px;
opacity: 0;
text-align: center;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: opacity .2s ease;
-o-transition: opacity .2s ease;
transition: opacity .2s ease
}
.qodef-process-holder .qodef-process-item:nth-child(2) {
-webkit-transition-delay: .5s;
-o-transition-delay: .5s;
transition-delay: .5s
}
.qodef-process-holder .qodef-process-item:nth-child(3) {
-webkit-transition-delay: 1s;
-o-transition-delay: 1s;
transition-delay: 1s
}
.qodef-process-holder .qodef-process-item:nth-child(4) {
-webkit-transition-delay: 1.5s;
-o-transition-delay: 1.5s;
transition-delay: 1.5s
}
.qodef-process-holder .qodef-pi-content {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
margin: 26px 0 10px
}
.qodef-process-holder .qodef-pi-title {
margin: 0
}
.qodef-process-holder .qodef-pi-text {
margin: 11px 0 0
}
.qodef-progress-bar {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle
}
.qodef-progress-bar.qodef-pb-percent-floating {
width: 100%;
height: 100%
}
@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
.qodef-progress-bar.qodef-pb-percent-floating {
height: auto
}
}
@supports (-ms-ime-align:auto) {
.qodef-progress-bar.qodef-pb-percent-floating {
height: auto
}
}
.qodef-progress-bar.qodef-pb-percent-floating .qodef-pb-percent {
position: absolute;
left: 0;
right: auto;
bottom: 0;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%)
}
.qodef-progress-bar .qodef-pb-title-holder {
position: relative;
margin: 10px 0 3px
}
.qodef-progress-bar .qodef-pb-title-holder .qodef-pb-title {
position: relative;
display: inline-block;
vertical-align: middle;
z-index: 100;
font-weight: 500
}
.qodef-progress-bar .qodef-pb-percent {
position: absolute;
right: 0;
bottom: 0;
width: auto;
display: inline-block;
vertical-align: middle;
opacity: 0;
z-index: 10;
font-weight: 500
}
.qodef-progress-bar .qodef-pb-percent:after {
content: '%'
}
.qodef-progress-bar .qodef-pb-content-holder {
margin: 0 0 0 1px;
position: relative;
height: 2px;
overflow: hidden;
background-color: transparent
}
.qodef-progress-bar .qodef-pb-content-holder .qodef-pb-content {
height: 2px;
max-width: 100%;
overflow: hidden;
background-color: #000
}
.qodef-section-title-holder {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-section-title-holder.qodef-st-two-columns.qodef-st-tiny-space .qodef-st-inner {
margin: 0 -5px
}
.qodef-section-title-holder.qodef-st-two-columns.qodef-st-tiny-space .qodef-st-text, .qodef-section-title-holder.qodef-st-two-columns.qodef-st-tiny-space .qodef-st-title {
padding: 0 5px
}
.qodef-section-title-holder.qodef-st-two-columns.qodef-st-small-space .qodef-st-inner {
margin: 0 -10px
}
.qodef-section-title-holder.qodef-st-two-columns.qodef-st-small-space .qodef-st-text, .qodef-section-title-holder.qodef-st-two-columns.qodef-st-small-space .qodef-st-title {
padding: 0 10px
}
.qodef-section-title-holder.qodef-st-two-columns.qodef-st-normal-space .qodef-st-inner {
margin: 0 -15px
}
.qodef-section-title-holder.qodef-st-two-columns.qodef-st-normal-space .qodef-st-text, .qodef-section-title-holder.qodef-st-two-columns.qodef-st-normal-space .qodef-st-title {
padding: 0 15px
}
.qodef-section-title-holder.qodef-st-two-columns .qodef-st-text, .qodef-section-title-holder.qodef-st-two-columns .qodef-st-title {
position: relative;
display: inline-block;
vertical-align: middle;
width: 50%;
float: left;
margin: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-section-title-holder.qodef-st-two-columns.qodef-st-title-left .qodef-st-title {
text-align: right
}
.qodef-section-title-holder.qodef-st-two-columns.qodef-st-title-left .qodef-st-text {
text-align: left
}
.qodef-section-title-holder.qodef-st-two-columns.qodef-st-title-right .qodef-st-title {
float: right;
text-align: left
}
.qodef-section-title-holder.qodef-st-two-columns.qodef-st-title-right .qodef-st-text {
text-align: right
}
.qodef-section-title-holder .qodef-st-title {
position: relative;
width: auto;
display: inline-block;
margin: 0
}
.qodef-section-title-holder .qodef-st-title .qodef-st-title-bold {
font-weight: 700
}
.qodef-section-title-holder .qodef-st-title .qodef-st-title-light {
font-weight: 300
}
.qodef-section-title-holder .qodef-st-title:before {
display: inline-block;
position: absolute;
top: 8px;
left: -25px;
content: '';
width: 11px;
height: 11px;
background-color: #ff2a0e
}
.qodef-section-title-holder .qodef-st-text {
display: block;
margin: 22px 0 0;
font-size: 16px;
color: #717171;
font-weight: 400
}
.qodef-section-title-holder .qodef-section-title-button-holder {
margin: 17px 0 0 0
}
.qodef-separator-holder {
position: relative;
height: auto;
font-size: 0;
line-height: 1em
}
.qodef-separator-holder.qodef-separator-center {
text-align: center
}
.qodef-separator-holder.qodef-separator-left {
text-align: left
}
.qodef-separator-holder.qodef-separator-right {
text-align: right
}
.qodef-separator-holder.qodef-separator-full-width .qodef-separator {
width: 100% !important
}
.qodef-separator {
position: relative;
display: inline-block;
vertical-align: middle;
border-bottom: 1px solid #ebebeb;
margin: 10px 0
}
.qodef-single-image-holder {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle
}
.qodef-single-image-holder.qodef-has-shadow .qodef-si-inner {
-webkit-box-shadow: 0 0 4.85px .15px rgba(0, 0, 0, .09);
box-shadow: 0 0 4.85px .15px rgba(0, 0, 0, .09)
}
.qodef-single-image-holder .qodef-si-inner {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
width: auto
}
.qodef-single-image-holder .qodef-si-inner a, .qodef-single-image-holder .qodef-si-inner img {
position: relative;
display: block
}
@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
.qodef-single-image-holder .qodef-si-inner {
width: 100%
}
}
.qodef-single-image-holder .qodef-si-inner .qodef-si-text-holder {
position: absolute;
width: 100%;
-webkit-transform: rotateZ(-90deg);
-ms-transform: rotate(-90deg);
transform: rotateZ(-90deg);
-webkit-transform-origin: top right;
-ms-transform-origin: top right;
transform-origin: top right;
top: 0;
right: 0;
text-align: right
}
.qodef-single-image-holder .qodef-si-inner .qodef-si-text-holder .qodef-si-text {
color: #717171;
margin: 13px 0 0 0;
display: block
}
.qodef-single-image-holder.qodef-image-behavior-custom-link .qodef-si-inner a:hover:after {
opacity: 1
}
.qodef-single-image-holder.qodef-image-behavior-custom-link .qodef-si-inner a:after {
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
content: '';
background-color: rgba(0, 0, 0, .4);
opacity: 0;
-webkit-transition: opacity .2s ease-in-out;
-o-transition: opacity .2s ease-in-out;
transition: opacity .2s ease-in-out
}
.qodef-single-image-holder.qodef-image-behavior-lightbox .qodef-si-inner a:hover:after {
opacity: 1
}
.qodef-single-image-holder.qodef-image-behavior-lightbox .qodef-si-inner a:after {
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
content: '';
background-color: rgba(0, 0, 0, .4);
opacity: 0;
-webkit-transition: opacity .2s ease-in-out;
-o-transition: opacity .2s ease-in-out;
transition: opacity .2s ease-in-out
}
.qodef-single-image-holder.qodef-image-behavior-zoom .qodef-si-inner {
overflow: hidden
}
.touch .qodef-single-image-holder.qodef-image-behavior-zoom .qodef-si-inner {
cursor: pointer
}
.qodef-single-image-holder.qodef-image-behavior-zoom .qodef-si-inner:hover img {
-webkit-transform: scale(1.04);
-ms-transform: scale(1.04);
transform: scale(1.04)
}
.qodef-single-image-holder.qodef-image-behavior-zoom .qodef-si-inner img {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition: -webkit-transform .3s ease-in-out;
transition: -webkit-transform .3s ease-in-out;
-o-transition: transform .3s ease-in-out;
transition: transform .3s ease-in-out;
transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}
.qodef-single-image-holder.qodef-image-behavior-grayscale .qodef-si-inner {
overflow: hidden
}
.touch .qodef-single-image-holder.qodef-image-behavior-grayscale .qodef-si-inner {
cursor: pointer
}
.qodef-single-image-holder.qodef-image-behavior-grayscale .qodef-si-inner:hover img {
-webkit-filter: grayscale(0);
filter: none
}
.qodef-single-image-holder.qodef-image-behavior-grayscale .qodef-si-inner img {
filter: url(//www.pavelprodukce.cz/wp-content/plugins/aarhus-core/assets/css/img/desaturate.svg#grayscale);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
filter: gray;
filter: grayscale(100%);
-webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out
}
.qodef-single-image-holder.qodef-image-behavior-moving .qodef-si-inner {
overflow: hidden;
padding: 10% 0;
background-repeat: no-repeat;
background-position: 0 center;
background-size: 120%;
-webkit-transition: background .7s ease-out;
-o-transition: background .7s ease-out;
transition: background .7s ease-out
}
.qodef-single-image-holder.qodef-image-behavior-moving .qodef-si-inner:hover {
background-position: 90% center
}
.touch .qodef-single-image-holder.qodef-image-behavior-moving .qodef-si-inner {
cursor: pointer
}
.qodef-single-image-holder.qodef-image-behavior-moving .qodef-si-inner img {
z-index: -1;
max-width: 80%
}
@media only screen and (max-width:1024px) {
.qodef-single-image-holder.qodef-image-behavior-moving .qodef-si-inner {
padding: 0;
background: 0 0
}
.qodef-single-image-holder.qodef-image-behavior-moving .qodef-si-inner img {
z-index: inherit;
max-width: 100%
}
}
.qodef-social-follow-holder {
position: relative;
display: table;
table-layout: fixed;
height: auto;
width: 100%;
margin-bottom: 8px
}
.qodef-social-follow-holder .qodef-sf-text {
position: relative;
display: inline-block;
vertical-align: middle;
font-size: 17px;
font-weight: 500
}
.qodef-social-follow-holder.qodef-sf-display-line .qodef-sf-text-holder:not(:last-child):after {
content: '';
display: inline-block;
width: 25px;
height: 1px;
background: #b2b2b2;
vertical-align: middle;
margin: 0 12px
}
.qodef-social-share-holder {
position: relative;
display: inline-block;
vertical-align: top
}
.qodef-social-share-holder .qodef-social-title {
position: relative;
display: inline-block;
vertical-align: top;
margin-right: 13px
}
.qodef-social-share-holder ul {
position: relative;
display: inline-block;
vertical-align: top;
list-style: none;
padding: 0;
margin: 0
}
.qodef-social-share-holder li {
position: relative;
display: inline-block;
vertical-align: top;
padding: 0;
margin: 0
}
.qodef-social-share-holder li a {
font-size: 16px
}
.qodef-social-share-holder.qodef-list li {
margin-right: 13px
}
.qodef-social-share-holder.qodef-list li:last-child {
margin-right: 0
}
.qodef-social-share-holder.qodef-text li {
margin-right: 13px
}
.qodef-social-share-holder.qodef-text li:last-child {
margin-right: 0
}
.qodef-social-share-holder.qodef-dropdown {
position: relative;
display: inline-block;
vertical-align: bottom
}
.qodef-social-share-holder.qodef-dropdown:hover .qodef-social-share-dropdown ul li {
opacity: 1;
visibility: visible;
cursor: pointer
}
.qodef-social-share-holder.qodef-dropdown:hover .qodef-social-share-dropdown ul li:nth-child(2) {
-webkit-transition-delay: .2s;
-o-transition-delay: .2s;
transition-delay: .2s
}
.qodef-social-share-holder.qodef-dropdown:hover .qodef-social-share-dropdown ul li:nth-child(3) {
-webkit-transition-delay: .3s;
-o-transition-delay: .3s;
transition-delay: .3s
}
.qodef-social-share-holder.qodef-dropdown:hover .qodef-social-share-dropdown ul li:nth-child(4) {
-webkit-transition-delay: .4s;
-o-transition-delay: .4s;
transition-delay: .4s
}
.qodef-social-share-holder.qodef-dropdown:hover .qodef-social-share-dropdown ul li:nth-child(5) {
-webkit-transition-delay: .5s;
-o-transition-delay: .5s;
transition-delay: .5s
}
.qodef-social-share-holder.qodef-dropdown:hover .qodef-social-share-dropdown ul li:nth-child(6) {
-webkit-transition-delay: .6s;
-o-transition-delay: .6s;
transition-delay: .6s
}
.qodef-social-share-holder.qodef-dropdown:hover .qodef-social-share-dropdown ul li:nth-child(7) {
-webkit-transition-delay: .7s;
-o-transition-delay: .7s;
transition-delay: .7s
}
.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown-opener {
display: block
}
.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown-opener .qodef-social-share-title {
display: inline-block;
vertical-align: top;
margin-right: 5px
}
.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown {
position: absolute;
visibility: hidden;
z-index: 950
}
.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown ul {
position: relative;
display: block;
z-index: 990;
margin: 0;
padding: 0 !important
}
.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown li {
position: absolute;
display: block;
text-align: center;
visibility: hidden;
overflow: hidden;
opacity: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: opacity .2s ease-out, visibility .2s ease-out;
-o-transition: opacity .2s ease-out, visibility .2s ease-out;
transition: opacity .2s ease-out, visibility .2s ease-out
}
.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown li a {
-webkit-transition: color .2s ease-out, background-color .2s ease-out;
-o-transition: color .2s ease-out, background-color .2s ease-out;
transition: color .2s ease-out, background-color .2s ease-out
}
.qodef-social-share-holder.qodef-dropdown .qodef-social-share-dropdown li * {
display: block;
line-height: inherit
}
.qodef-social-share-holder.qodef-dropdown.qodef-bottom .qodef-social-share-dropdown {
bottom: 0;
left: 0
}
.qodef-social-share-holder.qodef-dropdown.qodef-bottom .qodef-social-share-dropdown li {
width: 90px;
height: 30px;
line-height: 30px;
border: 1px solid #e1e1e1
}
.qodef-social-share-holder.qodef-dropdown.qodef-bottom .qodef-social-share-dropdown li:not(:first-child) {
border-top: none
}
.qodef-social-share-holder.qodef-dropdown.qodef-bottom .qodef-social-share-dropdown li.qodef-facebook-share a:hover {
background-color: #3b5998;
color: #fff
}
.qodef-social-share-holder.qodef-dropdown.qodef-bottom .qodef-social-share-dropdown li.qodef-twitter-share a:hover {
background-color: #00aced;
color: #fff
}
.qodef-social-share-holder.qodef-dropdown.qodef-bottom .qodef-social-share-dropdown li.qodef-google_plus-share a:hover {
background-color: #dd4b39;
color: #fff
}
.qodef-social-share-holder.qodef-dropdown.qodef-bottom .qodef-social-share-dropdown li.qodef-linkedin-share a:hover {
background-color: #007bb5;
color: #fff
}
.qodef-social-share-holder.qodef-dropdown.qodef-bottom .qodef-social-share-dropdown li.qodef-tumblr-share a:hover {
background-color: #32506d;
color: #fff
}
.qodef-social-share-holder.qodef-dropdown.qodef-bottom .qodef-social-share-dropdown li.qodef-pinterest-share a:hover {
background-color: #cb2027;
color: #fff
}
.qodef-social-share-holder.qodef-dropdown.qodef-bottom .qodef-social-share-dropdown li.qodef-vk-share a:hover {
background-color: #45668e;
color: #fff
}
.qodef-social-share-holder.qodef-dropdown.qodef-bottom .qodef-social-share-dropdown li a {
font-size: 12px;
color: #717171;
background-color: #fff
}
.qodef-social-share-holder.qodef-dropdown.qodef-bottom .qodef-social-share-dropdown li:nth-child(1) {
bottom: -30px
}
.qodef-social-share-holder.qodef-dropdown.qodef-bottom .qodef-social-share-dropdown li:nth-child(2) {
bottom: -60px
}
.qodef-social-share-holder.qodef-dropdown.qodef-bottom .qodef-social-share-dropdown li:nth-child(3) {
bottom: -90px
}
.qodef-social-share-holder.qodef-dropdown.qodef-bottom .qodef-social-share-dropdown li:nth-child(4) {
bottom: -120px
}
.qodef-social-share-holder.qodef-dropdown.qodef-bottom .qodef-social-share-dropdown li:nth-child(5) {
bottom: -150px
}
.qodef-social-share-holder.qodef-dropdown.qodef-bottom .qodef-social-share-dropdown li:nth-child(6) {
bottom: -180px
}
.qodef-social-share-holder.qodef-dropdown.qodef-bottom .qodef-social-share-dropdown li:nth-child(7) {
bottom: -210px
}
.qodef-social-share-holder.qodef-dropdown.qodef-right .qodef-social-share-dropdown {
top: 0;
right: 0
}
.qodef-social-share-holder.qodef-dropdown.qodef-right .qodef-social-share-dropdown li {
width: calc(90px / 3)
}
.qodef-social-share-holder.qodef-dropdown.qodef-right .qodef-social-share-dropdown li:nth-child(1) {
left: 5px
}
.qodef-social-share-holder.qodef-dropdown.qodef-right .qodef-social-share-dropdown li:nth-child(2) {
left: 35px
}
.qodef-social-share-holder.qodef-dropdown.qodef-right .qodef-social-share-dropdown li:nth-child(3) {
left: 65px
}
.qodef-social-share-holder.qodef-dropdown.qodef-right .qodef-social-share-dropdown li:nth-child(4) {
left: 95px
}
.qodef-social-share-holder.qodef-dropdown.qodef-right .qodef-social-share-dropdown li:nth-child(5) {
left: 125px
}
.qodef-social-share-holder.qodef-dropdown.qodef-right .qodef-social-share-dropdown li:nth-child(6) {
left: 155px
}
.qodef-social-share-holder.qodef-dropdown.qodef-right .qodef-social-share-dropdown li:nth-child(7) {
left: 185px
}
.qodef-social-share-holder.qodef-dropdown.qodef-left .qodef-social-share-dropdown {
top: 0;
left: 0
}
.qodef-social-share-holder.qodef-dropdown.qodef-left .qodef-social-share-dropdown li {
width: calc(90px / 3)
}
.qodef-social-share-holder.qodef-dropdown.qodef-left .qodef-social-share-dropdown li:nth-child(1) {
right: 5px
}
.qodef-social-share-holder.qodef-dropdown.qodef-left .qodef-social-share-dropdown li:nth-child(2) {
right: 35px
}
.qodef-social-share-holder.qodef-dropdown.qodef-left .qodef-social-share-dropdown li:nth-child(3) {
right: 65px
}
.qodef-social-share-holder.qodef-dropdown.qodef-left .qodef-social-share-dropdown li:nth-child(4) {
right: 95px
}
.qodef-social-share-holder.qodef-dropdown.qodef-left .qodef-social-share-dropdown li:nth-child(5) {
right: 125px
}
.qodef-social-share-holder.qodef-dropdown.qodef-left .qodef-social-share-dropdown li:nth-child(6) {
right: 155px
}
.qodef-social-share-holder.qodef-dropdown.qodef-left .qodef-social-share-dropdown li:nth-child(7) {
right: 185px
}
.qodef-tabs {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle
}
.qodef-tabs .qodef-tabs-nav {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
margin: 0;
padding: 0;
list-style: none
}
.qodef-tabs .qodef-tabs-nav li {
float: left;
margin: 0;
padding: 0
}
.qodef-tabs .qodef-tabs-nav li a {
position: relative;
display: inline-block;
vertical-align: middle;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
-o-transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out
}
.qodef-tabs .qodef-tab-container {
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle
}
.qodef-tabs .qodef-tab-container p {
margin: 0
}
.qodef-tabs.qodef-tabs-standard .qodef-tabs-nav li a {
padding: 7px 26px;
font-size: 11px;
line-height: 25px;
font-weight: 400;
letter-spacing: 1px;
color: #000;
background-color: #f6f6f6
}
.qodef-tabs.qodef-tabs-standard .qodef-tabs-nav li.ui-state-active a, .qodef-tabs.qodef-tabs-standard .qodef-tabs-nav li.ui-state-hover a {
color: #fff;
background-color: #ff2a0e
}
.qodef-tabs.qodef-tabs-standard .qodef-tab-container {
margin: 25px 0 0
}
.qodef-tabs.qodef-tabs-boxed .qodef-tabs-nav li {
margin: 0 12px 0 0
}
.qodef-tabs.qodef-tabs-boxed .qodef-tabs-nav li a {
padding: 7px 26px;
font-size: 11px;
line-height: 25px;
font-weight: 400;
letter-spacing: 1px;
color: #fff;
background-color: #000
}
.qodef-tabs.qodef-tabs-boxed .qodef-tabs-nav li.ui-state-active a, .qodef-tabs.qodef-tabs-boxed .qodef-tabs-nav li.ui-state-hover a {
color: #fff;
background-color: #ff2a0e
}
.qodef-tabs.qodef-tabs-boxed .qodef-tabs-nav li:last-child {
margin: 0
}
.qodef-tabs.qodef-tabs-boxed .qodef-tab-container {
margin: 25px 0 0
}
.qodef-tabs.qodef-tabs-simple .qodef-tabs-nav {
border-bottom: 1px solid #e1e1e1
}
.qodef-tabs.qodef-tabs-simple .qodef-tabs-nav li {
margin: 0 31px 0 0
}
.qodef-tabs.qodef-tabs-simple .qodef-tabs-nav li a {
padding: 13px 0;
font-size: 18px;
line-height: 26px;
font-weight: 400;
color: #999
}
.qodef-tabs.qodef-tabs-simple .qodef-tabs-nav li.ui-state-active a, .qodef-tabs.qodef-tabs-simple .qodef-tabs-nav li.ui-state-hover a {
color: #000
}
.qodef-tabs.qodef-tabs-simple .qodef-tabs-nav li:last-child {
margin: 0
}
.qodef-tabs.qodef-tabs-simple .qodef-tab-container {
padding: 31px 0;
border-bottom: 1px solid #e1e1e1
}
.qodef-tabs.qodef-tabs-vertical {
display: table
}
.qodef-tabs.qodef-tabs-vertical .qodef-tabs-nav {
display: table-cell;
vertical-align: top;
width: 140px;
height: 100%;
border-right: 1px solid #e1e1e1;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-tabs.qodef-tabs-vertical .qodef-tabs-nav li {
display: block;
float: none;
margin: 0 0 24px
}
.qodef-tabs.qodef-tabs-vertical .qodef-tabs-nav li a {
font-size: 18px;
line-height: 26px;
font-weight: 400;
color: #999
}
.qodef-tabs.qodef-tabs-vertical .qodef-tabs-nav li.ui-state-active a, .qodef-tabs.qodef-tabs-vertical .qodef-tabs-nav li.ui-state-hover a {
color: #000
}
.qodef-tabs.qodef-tabs-vertical .qodef-tabs-nav li:last-child {
margin: 0
}
.qodef-tabs.qodef-tabs-vertical .qodef-tab-container {
display: table-cell;
vertical-align: top;
width: calc(100% - 140px);
height: 100%;
padding: 0 0 0 45px;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.ui-widget-content {
padding: 0;
font-family: inherit;
font-size: inherit;
color: inherit;
background: 0 0;
border: 0;
border-radius: 0
}
.ui-widget-content .ui-widget-header {
font-size: inherit;
line-height: inherit;
font-weight: inherit;
color: initial;
background: 0 0;
border: 0;
border-radius: 0
}
.ui-widget-content .ui-tabs-nav li {
position: initial;
font-weight: inherit;
color: inherit;
background: initial;
border: 0;
border-radius: 0
}
.ui-widget-content .ui-widget-content {
color: inherit;
background: 0 0;
border: 0;
border-radius: 0
}
@media only screen and (max-width:680px) {
.qodef-team-carousel-holder .qodef-owl-slider .owl-nav {
display: none
}
}
.qodef-team-carousel-holder .qodef-owl-slider .owl-nav .owl-prev {
left: -50px
}
.qodef-team-carousel-holder .qodef-owl-slider .owl-nav .owl-next {
right: -50px
}
.qodef-team-holder {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle
}
.qodef-team-holder:hover .qodef-team-image .qodef-team-image-inner .qodef-team-social-links-holder {
opacity: 1;
-webkit-transition: opacity .3s ease-in;
-o-transition: opacity .3s ease-in;
transition: opacity .3s ease-in
}
.qodef-team-holder .qodef-team-image {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
width: auto;
-webkit-box-shadow: 1px 11px 23px 0 rgba(0, 0, 0, .1);
box-shadow: 1px 11px 23px 0 rgba(0, 0, 0, .1)
}
.qodef-team-holder .qodef-team-image .qodef-team-image-inner {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
width: auto
}
.qodef-team-holder .qodef-team-image .qodef-team-image-inner .qodef-team-image-holder {
overflow: hidden
}
.qodef-team-holder .qodef-team-image .qodef-team-image-inner .qodef-team-image-holder img {
display: block
}
@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
.qodef-team-holder .qodef-team-image .qodef-team-image-inner .qodef-team-image-holder img {
width: 100%
}
}
.qodef-team-holder .qodef-team-image .qodef-team-image-inner .qodef-team-social-links-holder {
position: absolute;
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
width: 100%;
top: 1px;
left: calc(100% + 33px);
text-align: right;
-webkit-transform: rotate(-90deg) translateX(-100%) translateY(-100%);
-ms-transform: rotate(-90deg) translateX(-100%) translateY(-100%);
transform: rotate(-90deg) translateX(-100%) translateY(-100%);
opacity: 0;
-webkit-transition: opacity .3s ease-out;
-o-transition: opacity .3s ease-out;
transition: opacity .3s ease-out
}
.qodef-team-holder .qodef-team-image .qodef-team-image-inner .qodef-team-social-links-holder .qodef-team-social-link {
font-size: 17px;
font-weight: 500;
line-height: 1em
}
.qodef-team-holder .qodef-team-image .qodef-team-image-inner .qodef-team-social-links-holder .qodef-team-social-link-separator {
width: 25px;
height: 1px;
background-color: #b2b2b2;
display: inline-block;
vertical-align: middle;
margin: 0 8px 0 11px
}
.qodef-team-holder .qodef-team-image .qodef-team-image-inner .qodef-team-social-links-holder .qodef-team-social-link-separator:last-child {
display: none
}
.qodef-team-holder .qodef-team-info {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
margin: 23px 0 0 5px
}
.qodef-team-holder .qodef-team-name {
margin: 0;
line-height: 1em;
color: #010101
}
.qodef-team-holder .qodef-team-position {
font-size: 16px;
line-height: 1em;
margin: 5px 0 0;
color: #ff4330
}
.qodef-team-holder .qodef-team-text {
margin: 10px 0 0
}
.qodef-vss-initialized .qodef-content .qodef-content-inner > .qodef-container > .qodef-container-inner {
padding: 0
}
.qodef-vss-initialized .qodef-content .qodef-content-inner > .qodef-full-width > .qodef-full-width-inner {
padding: 0
}
.qodef-vertical-split-slider {
position: relative;
opacity: 0;
margin: 0 -2px;
overflow: hidden
}
.qodef-vertical-split-slider .qodef-vss-ms-left, .qodef-vertical-split-slider .qodef-vss-ms-right {
position: absolute;
width: 50%;
height: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-vertical-split-slider .qodef-vss-ms-left {
top: 0;
left: 0
}
.qodef-vertical-split-slider .qodef-vss-ms-left .qodef-vss-ms-section {
background-position: 100% center;
background-size: cover
}
.qodef-vertical-split-slider .qodef-vss-ms-right {
top: 10000px;
right: 0
}
.qodef-vertical-split-slider .qodef-vss-ms-right .qodef-vss-ms-section {
background-position: 0 center;
background-size: cover
}
.qodef-vertical-split-slider .qodef-vss-ms-section.ms-table {
display: table;
width: 100%;
table-layout: fixed;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-vertical-split-slider .qodef-vss-ms-section .ms-tableCell {
display: table-cell;
vertical-align: middle;
width: 100%;
height: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: padding .45s cubic-bezier(.4, 0, .2, 1);
-o-transition: padding .45s cubic-bezier(.4, 0, .2, 1);
transition: padding .45s cubic-bezier(.4, 0, .2, 1)
}
.qodef-vertical-split-slider .qodef-vss-ms-section .ms-easing {
-webkit-transition: all .7s ease-out;
-o-transition: all .7s ease-out;
transition: all .7s ease-out
}
.qodef-vertical-split-slider.qodef-vss-scrolled .qodef-vss-ms-left .qodef-vss-ms-section .ms-tableCell {
padding: 7.5rem 0 7.5rem 7.5rem
}
.qodef-vertical-split-slider.qodef-vss-scrolled .qodef-vss-ms-right .qodef-vss-ms-section .ms-tableCell {
padding: 7.5rem 7.5rem 7.5rem 0
}
.qodef-vertical-split-slider.qodef-vss-scrolled .qodef-vss-horizontal-mask:after, .qodef-vertical-split-slider.qodef-vss-scrolled .qodef-vss-horizontal-mask:before {
-webkit-transform: scaleY(1);
-ms-transform: scaleY(1);
transform: scaleY(1)
}
.qodef-vertical-split-slider.qodef-vss-scrolled .qodef-vss-vertical-mask:after, .qodef-vertical-split-slider.qodef-vss-scrolled .qodef-vss-vertical-mask:before {
-webkit-transform: scaleX(1);
-ms-transform: scaleX(1);
transform: scaleX(1)
}
.qodef-vertical-split-slider .qodef-vss-horizontal-mask:after, .qodef-vertical-split-slider .qodef-vss-horizontal-mask:before {
content: '';
position: absolute;
left: 0;
right: 0;
background-color: #fff;
height: 7.5rem;
z-index: 500;
-webkit-transform: scaleY(0);
-ms-transform: scaleY(0);
transform: scaleY(0);
-webkit-transition: -webkit-transform .45s cubic-bezier(.4, 0, .2, 1);
transition: -webkit-transform .45s cubic-bezier(.4, 0, .2, 1);
-o-transition: transform .45s cubic-bezier(.4, 0, .2, 1);
transition: transform .45s cubic-bezier(.4, 0, .2, 1);
transition: transform .45s cubic-bezier(.4, 0, .2, 1), -webkit-transform .45s cubic-bezier(.4, 0, .2, 1)
}
.qodef-vertical-split-slider .qodef-vss-horizontal-mask:before {
top: 0;
-webkit-transform-origin: center top;
-ms-transform-origin: center top;
transform-origin: center top
}
.qodef-vertical-split-slider .qodef-vss-horizontal-mask:after {
bottom: 0;
-webkit-transform-origin: center bottom;
-ms-transform-origin: center bottom;
transform-origin: center bottom
}
.qodef-vertical-split-slider .qodef-vss-vertical-mask:after, .qodef-vertical-split-slider .qodef-vss-vertical-mask:before {
content: '';
position: absolute;
top: 0;
bottom: 0;
background-color: #fff;
width: 7.5rem;
z-index: 500;
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
-webkit-transition: -webkit-transform .45s cubic-bezier(.4, 0, .2, 1);
transition: -webkit-transform .45s cubic-bezier(.4, 0, .2, 1);
-o-transition: transform .45s cubic-bezier(.4, 0, .2, 1);
transition: transform .45s cubic-bezier(.4, 0, .2, 1);
transition: transform .45s cubic-bezier(.4, 0, .2, 1), -webkit-transform .45s cubic-bezier(.4, 0, .2, 1)
}
.qodef-vertical-split-slider .qodef-vss-vertical-mask:before {
left: 0;
-webkit-transform-origin: center left;
-ms-transform-origin: center left;
transform-origin: center left
}
.qodef-vertical-split-slider .qodef-vss-vertical-mask:after {
right: 0;
-webkit-transform-origin: center right;
-ms-transform-origin: center right;
transform-origin: center right
}
.qodef-vss-responsive {
display: none
}
.qodef-vss-responsive .qodef-vss-ms-section {
background-position: center;
background-size: cover
}
#multiscroll-nav {
position: fixed;
top: 50%;
right: 64px;
margin-top: -10px;
opacity: 1;
z-index: 1000;
-webkit-transition: opacity .5s ease-out;
-o-transition: opacity .5s ease-out;
transition: opacity .5s ease-out
}
.qodef-fullscreen-menu-opened #multiscroll-nav {
z-index: -1
}
#multiscroll-nav .owl-dots .owl-dot:before {
content: '';
-webkit-box-flex: 1;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
position: relative;
height: 1px;
width: 0;
margin-right: 10px;
background: currentColor;
-webkit-transition: width .25s ease;
-o-transition: width .25s ease;
transition: width .25s ease
}
#multiscroll-nav .owl-dots .owl-dot:after {
content: "0"counter(section);
position: relative;
display: block;
font-size: 16px;
counter-increment: section;
font-weight: 700;
font-family: Yantramanav, sans-serif;
-webkit-transition: transform .2s ease-out;
-webkit-transition: -webkit-transform .2s ease-out;
transition: -webkit-transform .2s ease-out;
-o-transition: transform .2s ease-out;
transition: transform .2s ease-out;
transition: transform .2s ease-out, -webkit-transform .2s ease-out
}
#multiscroll-nav .owl-dots .owl-dot.active:after, #multiscroll-nav .owl-dots .owl-dot:hover:after {
-webkit-transform: scale(1.4, 1.4);
-ms-transform: scale(1.4, 1.4);
transform: scale(1.4, 1.4);
-webkit-transition: transform .2s ease-in;
-webkit-transition: -webkit-transform .2s ease-in;
transition: -webkit-transform .2s ease-in;
-o-transition: transform .2s ease-in;
transition: transform .2s ease-in;
transition: transform .2s ease-in, -webkit-transform .2s ease-in;
font-size: 16px
}
#multiscroll-nav .owl-dots .owl-dot.active:before {
width: 100px
}
#multiscroll-nav .owl-dots .owl-dot.active:after {
pointer-events: none;
cursor: default
}
#multiscroll-nav ul {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
position: relative;
vertical-align: middle;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background: 0 0;
-webkit-transform: rotateZ(90deg) translateX(50%);
-ms-transform: rotate(90deg) translateX(50%);
transform: rotateZ(90deg) translateX(50%);
-webkit-transform-origin: bottom right;
-ms-transform-origin: bottom right;
transform-origin: bottom right;
right: 17px;
width: 350px;
text-align: right;
margin: 0;
padding: 0 0 22px;
z-index: 123;
overflow: visible;
counter-reset: section
}
#multiscroll-nav ul li {
list-style: none
}
#multiscroll-nav ul li a {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
position: relative;
vertical-align: middle;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
line-height: 20px;
padding: 0;
margin: 0 6px;
background: 0 0;
border: 0;
border-radius: 0;
outline: 0;
-webkit-appearance: none;
color: #fff;
overflow: visible
}
#multiscroll-nav ul li a:before {
content: '';
-webkit-box-flex: 1;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
position: relative;
height: 1px;
width: 0;
margin-right: 10px;
background: currentColor;
-webkit-transition: width .25s ease;
-o-transition: width .25s ease;
transition: width .25s ease
}
#multiscroll-nav ul li a:after {
content: "0"counter(section);
position: relative;
display: block;
font-size: 16px;
counter-increment: section;
font-weight: 700;
font-family: Yantramanav, sans-serif;
-webkit-transition: transform .2s ease-out;
-webkit-transition: -webkit-transform .2s ease-out;
transition: -webkit-transform .2s ease-out;
-o-transition: transform .2s ease-out;
transition: transform .2s ease-out;
transition: transform .2s ease-out, -webkit-transform .2s ease-out
}
#multiscroll-nav ul li a.active:after, #multiscroll-nav ul li a:hover:after {
-webkit-transform: scale(1.4, 1.4);
-ms-transform: scale(1.4, 1.4);
transform: scale(1.4, 1.4);
font-size: 16px
}
.qodef-light-header #multiscroll-nav ul li a {
color: #fff
}
.qodef-dark-header #multiscroll-nav ul li a {
color: #000
}
#multiscroll-nav ul li a.active:before {
width: 100px
}
#multiscroll-nav ul li a.active:after {
pointer-events: none;
cursor: default
}
.qodef-video-button-holder {
position: relative;
display: inline-block;
vertical-align: middle
}
.qodef-video-button-holder.qodef-vb-has-img .qodef-video-button-play, .qodef-video-button-holder.qodef-vb-has-img .qodef-video-button-play-image {
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1
}
.qodef-video-button-holder.qodef-vb-has-img .qodef-video-button-play .qodef-video-button-play-inner, .qodef-video-button-holder.qodef-vb-has-img .qodef-video-button-play-image .qodef-video-button-play-inner {
position: absolute;
top: 50%;
left: 50%;
display: block;
text-align: center;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%)
}
.qodef-video-button-holder.qodef-vb-has-img .qodef-video-button-play .qodef-video-button-play-inner svg .video-button-stroke, .qodef-video-button-holder.qodef-vb-has-img .qodef-video-button-play-image .qodef-video-button-play-inner svg .video-button-stroke {
fill: none;
stroke: rgba(255, 255, 255, .3);
stroke-width: 2;
stroke-linejoin: round;
stroke-miterlimit: 10;
position: relative;
z-index: -1
}
.qodef-video-button-holder.qodef-vb-has-img .qodef-video-button-play .qodef-video-button-play-inner svg .video-button-circle, .qodef-video-button-holder.qodef-vb-has-img .qodef-video-button-play-image .qodef-video-button-play-inner svg .video-button-circle {
fill: none;
stroke: #fff;
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
stroke-dashoffset: 700;
stroke-dasharray: 700;
stroke-width: 2;
stroke-linejoin: round;
stroke-miterlimit: 10;
stroke-linecap: butt;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-transition: all 1s ease-out;
-o-transition: all 1s ease-out;
transition: all 1s ease-out
}
.qodef-video-button-holder.qodef-vb-has-img .qodef-video-button-play:hover svg .video-button-circle {
stroke-dashoffset: 0;
stroke-dasharray: 700
}
.qodef-video-button-holder .qodef-video-button-image {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle
}
.qodef-video-button-holder .qodef-video-button-image img {
display: block
}
.qodef-video-button-holder .qodef-video-button-play, .qodef-video-button-holder .qodef-video-button-play-image {
position: relative;
display: inline-block;
vertical-align: top;
z-index: 1
}
.qodef-video-button-holder .qodef-video-button-play-image.qodef-vb-has-hover-image:hover img:first-child {
opacity: 0
}
.qodef-video-button-holder .qodef-video-button-play-image.qodef-vb-has-hover-image:hover img:nth-child(2) {
opacity: 1
}
.qodef-video-button-holder .qodef-video-button-play-image img {
display: block;
margin: 0 auto;
-webkit-transition: opacity .3s ease-in-out;
-o-transition: opacity .3s ease-in-out;
transition: opacity .3s ease-in-out
}
.qodef-video-button-holder .qodef-video-button-play-image img:first-child {
position: relative;
opacity: 1
}
.qodef-video-button-holder .qodef-video-button-play-image img:nth-child(2) {
position: absolute;
top: 0;
left: 50%;
opacity: 0;
-webkit-transform: translateX(-50%) translateZ(0);
transform: translateX(-50%) translateZ(0)
}
.rev_slider_wrapper .qodef-video-button-holder .qodef-video-button-play-image img:nth-child(2) {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
.qodef-instagram-list-holder {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
clear: both
}
.qodef-instagram-list-holder:not(.qodef-il-one-column) .qodef-il-item {
float: left
}
.qodef-instagram-list-holder .qodef-instagram-carousel .qodef-il-item {
width: auto !important;
padding: 0 !important;
margin: 0 !important;
float: none !important
}
.qodef-instagram-list-holder .qodef-il-item {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-instagram-list-holder.qodef-il-two-columns .qodef-il-item {
width: 50%
}
@media only screen and (min-width:1025px) {
.qodef-instagram-list-holder.qodef-il-two-columns .qodef-il-item:nth-child(2n+1) {
clear: both
}
}
.qodef-instagram-list-holder.qodef-il-three-columns .qodef-il-item {
width: 33.33333%
}
@media only screen and (min-width:1201px) {
.qodef-instagram-list-holder.qodef-il-three-columns .qodef-il-item:nth-child(3n+1) {
clear: both
}
}
.qodef-instagram-list-holder.qodef-il-four-columns .qodef-il-item {
width: 25%
}
@media only screen and (min-width:1281px) {
.qodef-instagram-list-holder.qodef-il-four-columns .qodef-il-item:nth-child(4n+1) {
clear: both
}
}
.qodef-instagram-list-holder.qodef-il-five-columns .qodef-il-item {
width: 20%
}
@media only screen and (min-width:1281px) {
.qodef-instagram-list-holder.qodef-il-five-columns .qodef-il-item:nth-child(5n+1) {
clear: both
}
}
.wpb_widgetised_column .widget.widget_qodef_instagram_widget .qodef-widget-title, aside.qodef-sidebar .widget.widget_qodef_instagram_widget .qodef-widget-title {
margin: 0 0 25px
}
.qodef-instagram-feed {
list-style: none;
padding: 0;
margin: 0
}
.qodef-instagram-feed li {
float: left;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: none !important
}
.qodef-instagram-feed li a {
position: relative;
display: block;
overflow: hidden
}
.qodef-instagram-feed li a:hover:after {
opacity: 1
}
.qodef-instagram-feed li a:after {
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
content: '';
background-color: rgba(0, 0, 0, .4);
opacity: 0;
-webkit-transition: opacity .2s ease-in-out;
-o-transition: opacity .2s ease-in-out;
transition: opacity .2s ease-in-out
}
.qodef-instagram-feed li a .qodef-instagram-icon {
position: absolute;
top: 50%;
left: 50%;
color: #000;
opacity: 0;
z-index: 1;
-webkit-transition: opacity .2s ease-in-out;
-o-transition: opacity .2s ease-in-out;
transition: opacity .2s ease-in-out;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%)
}
.qodef-instagram-feed li a:hover .qodef-instagram-icon {
opacity: 1
}
.qodef-instagram-feed li img {
width: 100%;
display: block
}
.qodef-instagram-feed.qodef-instagram-gallery.qodef-no-space {
margin: 0
}
.qodef-instagram-feed.qodef-instagram-gallery.qodef-no-space li {
padding: 0 0;
margin: 0 0 0
}
.qodef-instagram-feed.qodef-instagram-gallery.qodef-tiny-space {
margin: 0 -5px -10px
}
.qodef-instagram-feed.qodef-instagram-gallery.qodef-tiny-space li {
padding: 0 5px;
margin: 0 0 10px
}
.qodef-instagram-feed.qodef-instagram-gallery.qodef-small-space {
margin: 0 -10px -20px
}
.qodef-instagram-feed.qodef-instagram-gallery.qodef-small-space li {
padding: 0 10px;
margin: 0 0 20px
}
.qodef-instagram-feed.qodef-instagram-gallery.qodef-normal-space {
margin: 0 -15px -30px
}
.qodef-instagram-feed.qodef-instagram-gallery.qodef-normal-space li {
padding: 0 15px;
margin: 0 0 30px
}
.qodef-instagram-feed.qodef-instagram-gallery.qodef-col-2 li {
width: 50%
}
.qodef-instagram-feed.qodef-instagram-gallery.qodef-col-3 li {
width: 33.33333%
}
.qodef-instagram-feed.qodef-instagram-gallery.qodef-col-4 li {
width: 25%
}
.qodef-instagram-feed.qodef-instagram-gallery.qodef-col-6 li {
width: 16.66667%
}
.qodef-instagram-feed.qodef-instagram-gallery.qodef-col-9 li {
width: 11.11111%
}
.qodef-instagram-feed.qodef-instagram-carousel li {
position: relative;
width: 100%;
margin: 0;
padding: 0
}
.qodef-instagram-feed.qodef-instagram-carousel li a {
position: relative;
display: block;
height: 100%
}
.qodef-twitter-list-holder {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
clear: both
}
.qodef-twitter-list-holder .qodef-twitter-list {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
list-style: none;
margin: 0;
padding: 0
}
.qodef-twitter-list-holder .qodef-tl-item {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
padding: 0;
margin: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-twitter-list-holder .qodef-tli-inner {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
background-color: #fff;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out
}
.qodef-twitter-list-holder .qodef-tli-inner:hover {
-webkit-box-shadow: -2px 4px 13px 0 rgba(81, 137, 162, .05);
box-shadow: -2px 4px 13px 0 rgba(81, 137, 162, .05);
-webkit-transform: translateY(-3px);
-ms-transform: translateY(-3px);
transform: translateY(-3px)
}
.qodef-twitter-list-holder .qodef-tli-content {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
padding: 35px 23px;
border: 1px solid #f2f2f2;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-twitter-list-holder .qodef-twitter-content-top {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
margin-bottom: 25px;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-twitter-list-holder .qodef-twitter-link-over {
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1
}
.qodef-twitter-list-holder .qodef-twitter-user {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
padding-right: 30px;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-twitter-list-holder .qodef-twitter-user .qodef-twitter-image {
position: relative;
display: inline-block;
vertical-align: top;
float: left;
width: 56px;
height: 56px
}
.qodef-twitter-list-holder .qodef-twitter-user .qodef-twitter-image img {
border-radius: 50%
}
.qodef-twitter-list-holder .qodef-twitter-user .qodef-twitter-name {
position: relative;
display: inline-block;
vertical-align: top;
float: left;
width: calc(100% - 56px);
padding-left: 15px;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-twitter-list-holder .qodef-twitter-user .qodef-twitter-name * {
margin: 0
}
.qodef-twitter-list-holder .qodef-twitter-icon {
position: absolute;
top: -7px;
right: 3px;
width: 20px;
display: inline-block;
vertical-align: top;
color: #ff2a0e;
font-size: 24px;
text-align: right
}
.qodef-twitter-list-holder .qodef-tweet-text {
padding-left: 12px;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.qodef-twitter-list-holder .qodef-tweet-text a {
position: relative;
color: grey;
z-index: 2
}
.qodef-twitter-list-holder .qodef-tweet-text a:hover {
color: #ff2a0e
}
.qodef-twitter-list-holder .qodef-twitter-profile a {
position: relative;
color: grey;
z-index: 2
}
.qodef-twitter-list-holder .qodef-twitter-profile a:hover {
color: #ff2a0e
}
.widget.widget_qodef_twitter_widget {
margin: 0 0 20px
}
.widget.widget_qodef_twitter_widget .qodef-twitter-widget {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
margin: 0
}
.widget.widget_qodef_twitter_widget .qodef-twitter-widget li {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle
}
.widget.widget_qodef_twitter_widget .qodef-twitter-widget li:not(:last-child) {
margin: 0 0 22px
}
.widget.widget_qodef_twitter_widget .qodef-twitter-widget li .qodef-twitter-icon {
font-size: 18px;
color: #ff2a0e
}
.widget.widget_qodef_twitter_widget .qodef-twitter-widget li .qodef-tweet-text {
position: relative
}
.widget.widget_qodef_twitter_widget .qodef-twitter-widget li .qodef-tweet-text span {
color: #717171
}
.widget.widget_qodef_twitter_widget .qodef-twitter-widget li .qodef-tweet-text a {
position: relative;
color: #717171
}
.widget.widget_qodef_twitter_widget .qodef-twitter-widget li .qodef-tweet-text a:hover {
color: #ff2a0e
}
.widget.widget_qodef_twitter_widget .qodef-twitter-widget li .qodef-tweet-text a.qodef-tweet-time {
display: block
}
.widget.widget_qodef_twitter_widget .qodef-twitter-widget li .qodef-tweet-text a.qodef-tweet-time span {
margin: 0 2px 0 0
}
.widget.widget_qodef_twitter_widget .qodef-twitter-widget.qodef-twitter-standard li .qodef-twitter-icon {
position: absolute;
top: 2px;
left: 0
}
.widget.widget_qodef_twitter_widget .qodef-twitter-widget.qodef-twitter-standard li .qodef-tweet-text {
padding: 0 0 0 40px
}
.widget.widget_qodef_twitter_widget .qodef-twitter-widget.qodef-twitter-slider {
position: relative;
display: inline-block;
width: 100%;
vertical-align: middle;
padding: 0 40px;
text-align: center;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.widget.widget_qodef_twitter_widget .qodef-twitter-widget.qodef-twitter-slider li {
overflow: hidden
}
.widget.widget_qodef_twitter_widget .qodef-twitter-widget.qodef-twitter-slider li .qodef-tweet-text a.qodef-tweet-time {
margin: 21px 0 0
}
.widget.widget_qodef_twitter_widget .qodef-twitter-widget.qodef-twitter-slider .owl-nav .owl-prev {
left: 0
}
.widget.widget_qodef_twitter_widget .qodef-twitter-widget.qodef-twitter-slider .owl-nav .owl-next {
right: 0
}
.qodef-side-menu-button-opener.qodef-icon-has-hover.qodef-side-menu-button-opener-svg-path {
display: none !important;
}
.wpcf7-response-output {
border: none !important;
background: #C00;
color: #FFF;
padding: 5px 0 6px 6px;
font-weight: bold;
}
.wpcf7-mail-sent-ok {
border: none !important;
background: #0C0;
color: #FFF;
padding: 5px 0 6px 6px;
font-weight: bold;
}
.hpbox p {
text-align: justify;
}
.page-id-5419 .qodef-page-header {
background: rgba(0, 0, 0, 0);
}
.page-id-5419 .qodef-menu-area.qodef-menu-right {
background: rgba(0, 0, 0, 0);
}
.page-id-5419 .qodef-vertical-align-containers {
background: rgba(0, 0, 0, 0);
}
.page-id-5419 .qodef-content-inner {
margin-top: -77px
}
.page-id-5548 .qodef-page-header {
background: rgba(0, 0, 0, 0);
}
.page-id-5548 .qodef-menu-area.qodef-menu-right {
background: rgba(0, 0, 0, 0);
}
.page-id-5548 .qodef-vertical-align-containers {
background: rgba(0, 0, 0, 0);
}
.page-id-5548 .qodef-content-inner {
margin-top: -77px
}
.page-id-5548 .qodef-content .qodef-content-inner > .qodef-container > .qodef-container-inner, .page-id-5548 .qodef-content .qodef-content-inner > .qodef-full-width > .qodef-full-width-inner {
padding-top: 0px !important;
}
.vc_general.vc_btn3 {
background-color: #ff2a0e !important;
color: #fff !important;
border-radius: 0px !important;
border: 0px !important;
background-image: none !important;
}  .menu-item .item_text {
text-transform: uppercase !important;
}
.hpright {
float: left !important;
}
.hpleft {
float: right !important;
}

@font-face {
font-family: "dripicons-v2";
src:url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/dripicons/fonts/dripicons-v2.eot);
src:url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/dripicons/fonts/dripicons-v2.eot?#iefix) format("embedded-opentype"),
url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/dripicons/fonts/dripicons-v2.woff) format("woff"),
url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/dripicons/fonts/dripicons-v2.ttf) format("truetype"),
url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/dripicons/fonts/dripicons-v2.svg#dripicons-v2) format("svg");
font-weight: normal;
font-style: normal;
}
[data-icon]:before {
font-family: "dripicons-v2" !important;
content: attr(data-icon);
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
[class^="dripicons-"]:before,
[class*=" dripicons-"]:before {
font-family: "dripicons-v2" !important;
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.dripicons-alarm:before {
content: "\61";
}
.dripicons-align-center:before {
content: "\62";
}
.dripicons-align-justify:before {
content: "\63";
}
.dripicons-align-left:before {
content: "\64";
}
.dripicons-align-right:before {
content: "\65";
}
.dripicons-anchor:before {
content: "\66";
}
.dripicons-archive:before {
content: "\67";
}
.dripicons-arrow-down:before {
content: "\68";
}
.dripicons-arrow-left:before {
content: "\69";
}
.dripicons-arrow-right:before {
content: "\6a";
}
.dripicons-arrow-thin-down:before {
content: "\6b";
}
.dripicons-arrow-thin-left:before {
content: "\6c";
}
.dripicons-arrow-thin-right:before {
content: "\6d";
}
.dripicons-arrow-thin-up:before {
content: "\6e";
}
.dripicons-arrow-up:before {
content: "\6f";
}
.dripicons-article:before {
content: "\70";
}
.dripicons-backspace:before {
content: "\71";
}
.dripicons-basket:before {
content: "\72";
}
.dripicons-basketball:before {
content: "\73";
}
.dripicons-battery-empty:before {
content: "\74";
}
.dripicons-battery-full:before {
content: "\75";
}
.dripicons-battery-low:before {
content: "\76";
}
.dripicons-battery-medium:before {
content: "\77";
}
.dripicons-bell:before {
content: "\78";
}
.dripicons-blog:before {
content: "\79";
}
.dripicons-bluetooth:before {
content: "\7a";
}
.dripicons-bold:before {
content: "\41";
}
.dripicons-bookmark:before {
content: "\42";
}
.dripicons-bookmarks:before {
content: "\43";
}
.dripicons-box:before {
content: "\44";
}
.dripicons-briefcase:before {
content: "\45";
}
.dripicons-brightness-low:before {
content: "\46";
}
.dripicons-brightness-max:before {
content: "\47";
}
.dripicons-brightness-medium:before {
content: "\48";
}
.dripicons-broadcast:before {
content: "\49";
}
.dripicons-browser:before {
content: "\4a";
}
.dripicons-browser-upload:before {
content: "\4b";
}
.dripicons-brush:before {
content: "\4c";
}
.dripicons-calendar:before {
content: "\4d";
}
.dripicons-camcorder:before {
content: "\4e";
}
.dripicons-camera:before {
content: "\4f";
}
.dripicons-card:before {
content: "\50";
}
.dripicons-cart:before {
content: "\51";
}
.dripicons-checklist:before {
content: "\52";
}
.dripicons-checkmark:before {
content: "\53";
}
.dripicons-chevron-down:before {
content: "\54";
}
.dripicons-chevron-left:before {
content: "\55";
}
.dripicons-chevron-right:before {
content: "\56";
}
.dripicons-chevron-up:before {
content: "\57";
}
.dripicons-clipboard:before {
content: "\58";
}
.dripicons-clock:before {
content: "\59";
}
.dripicons-clockwise:before {
content: "\5a";
}
.dripicons-cloud:before {
content: "\30";
}
.dripicons-cloud-download:before {
content: "\31";
}
.dripicons-cloud-upload:before {
content: "\32";
}
.dripicons-code:before {
content: "\33";
}
.dripicons-contract:before {
content: "\34";
}
.dripicons-contract-2:before {
content: "\35";
}
.dripicons-conversation:before {
content: "\36";
}
.dripicons-copy:before {
content: "\37";
}
.dripicons-crop:before {
content: "\38";
}
.dripicons-cross:before {
content: "\39";
}
.dripicons-crosshair:before {
content: "\21";
}
.dripicons-cutlery:before {
content: "\22";
}
.dripicons-device-desktop:before {
content: "\23";
}
.dripicons-device-mobile:before {
content: "\24";
}
.dripicons-device-tablet:before {
content: "\25";
}
.dripicons-direction:before {
content: "\26";
}
.dripicons-disc:before {
content: "\27";
}
.dripicons-document:before {
content: "\28";
}
.dripicons-document-delete:before {
content: "\29";
}
.dripicons-document-edit:before {
content: "\2a";
}
.dripicons-document-new:before {
content: "\2b";
}
.dripicons-document-remove:before {
content: "\2c";
}
.dripicons-dot:before {
content: "\2d";
}
.dripicons-dots-2:before {
content: "\2e";
}
.dripicons-dots-3:before {
content: "\2f";
}
.dripicons-download:before {
content: "\3a";
}
.dripicons-duplicate:before {
content: "\3b";
}
.dripicons-enter:before {
content: "\3c";
}
.dripicons-exit:before {
content: "\3d";
}
.dripicons-expand:before {
content: "\3e";
}
.dripicons-expand-2:before {
content: "\3f";
}
.dripicons-experiment:before {
content: "\40";
}
.dripicons-export:before {
content: "\5b";
}
.dripicons-feed:before {
content: "\5d";
}
.dripicons-flag:before {
content: "\5e";
}
.dripicons-flashlight:before {
content: "\5f";
}
.dripicons-folder:before {
content: "\60";
}
.dripicons-folder-open:before {
content: "\7b";
}
.dripicons-forward:before {
content: "\7c";
}
.dripicons-gaming:before {
content: "\7d";
}
.dripicons-gear:before {
content: "\7e";
}
.dripicons-graduation:before {
content: "\5c";
}
.dripicons-graph-bar:before {
content: "\e000";
}
.dripicons-graph-line:before {
content: "\e001";
}
.dripicons-graph-pie:before {
content: "\e002";
}
.dripicons-headset:before {
content: "\e003";
}
.dripicons-heart:before {
content: "\e004";
}
.dripicons-help:before {
content: "\e005";
}
.dripicons-home:before {
content: "\e006";
}
.dripicons-hourglass:before {
content: "\e007";
}
.dripicons-inbox:before {
content: "\e008";
}
.dripicons-information:before {
content: "\e009";
}
.dripicons-italic:before {
content: "\e00a";
}
.dripicons-jewel:before {
content: "\e00b";
}
.dripicons-lifting:before {
content: "\e00c";
}
.dripicons-lightbulb:before {
content: "\e00d";
}
.dripicons-link:before {
content: "\e00e";
}
.dripicons-link-broken:before {
content: "\e00f";
}
.dripicons-list:before {
content: "\e010";
}
.dripicons-loading:before {
content: "\e011";
}
.dripicons-location:before {
content: "\e012";
}
.dripicons-lock:before {
content: "\e013";
}
.dripicons-lock-open:before {
content: "\e014";
}
.dripicons-mail:before {
content: "\e015";
}
.dripicons-map:before {
content: "\e016";
}
.dripicons-media-loop:before {
content: "\e017";
}
.dripicons-media-next:before {
content: "\e018";
}
.dripicons-media-pause:before {
content: "\e019";
}
.dripicons-media-play:before {
content: "\e01a";
}
.dripicons-media-previous:before {
content: "\e01b";
}
.dripicons-media-record:before {
content: "\e01c";
}
.dripicons-media-shuffle:before {
content: "\e01d";
}
.dripicons-media-stop:before {
content: "\e01e";
}
.dripicons-medical:before {
content: "\e01f";
}
.dripicons-menu:before {
content: "\e020";
}
.dripicons-message:before {
content: "\e021";
}
.dripicons-meter:before {
content: "\e022";
}
.dripicons-microphone:before {
content: "\e023";
}
.dripicons-minus:before {
content: "\e024";
}
.dripicons-monitor:before {
content: "\e025";
}
.dripicons-move:before {
content: "\e026";
}
.dripicons-music:before {
content: "\e027";
}
.dripicons-network-1:before {
content: "\e028";
}
.dripicons-network-2:before {
content: "\e029";
}
.dripicons-network-3:before {
content: "\e02a";
}
.dripicons-network-4:before {
content: "\e02b";
}
.dripicons-network-5:before {
content: "\e02c";
}
.dripicons-pamphlet:before {
content: "\e02d";
}
.dripicons-paperclip:before {
content: "\e02e";
}
.dripicons-pencil:before {
content: "\e02f";
}
.dripicons-phone:before {
content: "\e030";
}
.dripicons-photo:before {
content: "\e031";
}
.dripicons-photo-group:before {
content: "\e032";
}
.dripicons-pill:before {
content: "\e033";
}
.dripicons-pin:before {
content: "\e034";
}
.dripicons-plus:before {
content: "\e035";
}
.dripicons-power:before {
content: "\e036";
}
.dripicons-preview:before {
content: "\e037";
}
.dripicons-print:before {
content: "\e038";
}
.dripicons-pulse:before {
content: "\e039";
}
.dripicons-question:before {
content: "\e03a";
}
.dripicons-reply:before {
content: "\e03b";
}
.dripicons-reply-all:before {
content: "\e03c";
}
.dripicons-return:before {
content: "\e03d";
}
.dripicons-retweet:before {
content: "\e03e";
}
.dripicons-rocket:before {
content: "\e03f";
}
.dripicons-scale:before {
content: "\e040";
}
.dripicons-search:before {
content: "\e041";
}
.dripicons-shopping-bag:before {
content: "\e042";
}
.dripicons-skip:before {
content: "\e043";
}
.dripicons-stack:before {
content: "\e044";
}
.dripicons-star:before {
content: "\e045";
}
.dripicons-stopwatch:before {
content: "\e046";
}
.dripicons-store:before {
content: "\e047";
}
.dripicons-suitcase:before {
content: "\e048";
}
.dripicons-swap:before {
content: "\e049";
}
.dripicons-tag:before {
content: "\e04a";
}
.dripicons-tag-delete:before {
content: "\e04b";
}
.dripicons-tags:before {
content: "\e04c";
}
.dripicons-thumbs-down:before {
content: "\e04d";
}
.dripicons-thumbs-up:before {
content: "\e04e";
}
.dripicons-ticket:before {
content: "\e04f";
}
.dripicons-time-reverse:before {
content: "\e050";
}
.dripicons-to-do:before {
content: "\e051";
}
.dripicons-toggles:before {
content: "\e052";
}
.dripicons-trash:before {
content: "\e053";
}
.dripicons-trophy:before {
content: "\e054";
}
.dripicons-upload:before {
content: "\e055";
}
.dripicons-user:before {
content: "\e056";
}
.dripicons-user-group:before {
content: "\e057";
}
.dripicons-user-id:before {
content: "\e058";
}
.dripicons-vibrate:before {
content: "\e059";
}
.dripicons-view-apps:before {
content: "\e05a";
}
.dripicons-view-list:before {
content: "\e05b";
}
.dripicons-view-list-large:before {
content: "\e05c";
}
.dripicons-view-thumb:before {
content: "\e05d";
}
.dripicons-volume-full:before {
content: "\e05e";
}
.dripicons-volume-low:before {
content: "\e05f";
}
.dripicons-volume-medium:before {
content: "\e060";
}
.dripicons-volume-off:before {
content: "\e061";
}
.dripicons-wallet:before {
content: "\e062";
}
.dripicons-warning:before {
content: "\e063";
}
.dripicons-web:before {
content: "\e064";
}
.dripicons-weight:before {
content: "\e065";
}
.dripicons-wifi:before {
content: "\e066";
}
.dripicons-wrong:before {
content: "\e067";
}
.dripicons-zoom-in:before {
content: "\e068";
}
.dripicons-zoom-out:before {
content: "\e069";
}@font-face{font-family:'ElegantIcons';src:url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/elegant-icons/fonts/ElegantIcons.eot);src:url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/elegant-icons/fonts/ElegantIcons.eot?#iefix) format('embedded-opentype'),url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/elegant-icons/fonts/ElegantIcons.woff) format('woff'),url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/elegant-icons/fonts/ElegantIcons.ttf) format('truetype'),url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/elegant-icons/fonts/ElegantIcons.svg#ElegantIcons) format('svg');font-weight:normal;font-style:normal}[data-icon]:before{font-family:'ElegantIcons';content:attr(data-icon);speak:none;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.arrow_up,.arrow_down,.arrow_left,.arrow_right,.arrow_left-up,.arrow_right-up,.arrow_right-down,.arrow_left-down,.arrow-up-down,.arrow_up-down_alt,.arrow_left-right_alt,.arrow_left-right,.arrow_expand_alt2,.arrow_expand_alt,.arrow_condense,.arrow_expand,.arrow_move,.arrow_carrot-up,.arrow_carrot-down,.arrow_carrot-left,.arrow_carrot-right,.arrow_carrot-2up,.arrow_carrot-2down,.arrow_carrot-2left,.arrow_carrot-2right,.arrow_carrot-up_alt2,.arrow_carrot-down_alt2,.arrow_carrot-left_alt2,.arrow_carrot-right_alt2,.arrow_carrot-2up_alt2,.arrow_carrot-2down_alt2,.arrow_carrot-2left_alt2,.arrow_carrot-2right_alt2,.arrow_triangle-up,.arrow_triangle-down,.arrow_triangle-left,.arrow_triangle-right,.arrow_triangle-up_alt2,.arrow_triangle-down_alt2,.arrow_triangle-left_alt2,.arrow_triangle-right_alt2,.arrow_back,.icon_minus-06,.icon_plus,.icon_close,.icon_check,.icon_minus_alt2,.icon_plus_alt2,.icon_close_alt2,.icon_check_alt2,.icon_zoom-out_alt,.icon_zoom-in_alt,.icon_search,.icon_box-empty,.icon_box-selected,.icon_minus-box,.icon_plus-box,.icon_box-checked,.icon_circle-empty,.icon_circle-slelected,.icon_stop_alt2,.icon_stop,.icon_pause_alt2,.icon_pause,.icon_menu,.icon_menu-square_alt2,.icon_menu-circle_alt2,.icon_ul,.icon_ol,.icon_adjust-horiz,.icon_adjust-vert,.icon_document_alt,.icon_documents_alt,.icon_pencil,.icon_pencil-edit_alt,.icon_pencil-edit,.icon_folder-alt,.icon_folder-open_alt,.icon_folder-add_alt,.icon_info_alt,.icon_error-oct_alt,.icon_error-circle_alt,.icon_error-triangle_alt,.icon_question_alt2,.icon_question,.icon_comment_alt,.icon_chat_alt,.icon_vol-mute_alt,.icon_volume-low_alt,.icon_volume-high_alt,.icon_quotations,.icon_quotations_alt2,.icon_clock_alt,.icon_lock_alt,.icon_lock-open_alt,.icon_key_alt,.icon_cloud_alt,.icon_cloud-upload_alt,.icon_cloud-download_alt,.icon_image,.icon_images,.icon_lightbulb_alt,.icon_gift_alt,.icon_house_alt,.icon_genius,.icon_mobile,.icon_tablet,.icon_laptop,.icon_desktop,.icon_camera_alt,.icon_mail_alt,.icon_cone_alt,.icon_ribbon_alt,.icon_bag_alt,.icon_creditcard,.icon_cart_alt,.icon_paperclip,.icon_tag_alt,.icon_tags_alt,.icon_trash_alt,.icon_cursor_alt,.icon_mic_alt,.icon_compass_alt,.icon_pin_alt,.icon_pushpin_alt,.icon_map_alt,.icon_drawer_alt,.icon_toolbox_alt,.icon_book_alt,.icon_calendar,.icon_film,.icon_table,.icon_contacts_alt,.icon_headphones,.icon_lifesaver,.icon_piechart,.icon_refresh,.icon_link_alt,.icon_link,.icon_loading,.icon_blocked,.icon_archive_alt,.icon_heart_alt,.icon_star_alt,.icon_star-half_alt,.icon_star,.icon_star-half,.icon_tools,.icon_tool,.icon_cog,.icon_cogs,.arrow_up_alt,.arrow_down_alt,.arrow_left_alt,.arrow_right_alt,.arrow_left-up_alt,.arrow_right-up_alt,.arrow_right-down_alt,.arrow_left-down_alt,.arrow_condense_alt,.arrow_expand_alt3,.arrow_carrot_up_alt,.arrow_carrot-down_alt,.arrow_carrot-left_alt,.arrow_carrot-right_alt,.arrow_carrot-2up_alt,.arrow_carrot-2dwnn_alt,.arrow_carrot-2left_alt,.arrow_carrot-2right_alt,.arrow_triangle-up_alt,.arrow_triangle-down_alt,.arrow_triangle-left_alt,.arrow_triangle-right_alt,.icon_minus_alt,.icon_plus_alt,.icon_close_alt,.icon_check_alt,.icon_zoom-out,.icon_zoom-in,.icon_stop_alt,.icon_menu-square_alt,.icon_menu-circle_alt,.icon_document,.icon_documents,.icon_pencil_alt,.icon_folder,.icon_folder-open,.icon_folder-add,.icon_folder_upload,.icon_folder_download,.icon_info,.icon_error-circle,.icon_error-oct,.icon_error-triangle,.icon_question_alt,.icon_comment,.icon_chat,.icon_vol-mute,.icon_volume-low,.icon_volume-high,.icon_quotations_alt,.icon_clock,.icon_lock,.icon_lock-open,.icon_key,.icon_cloud,.icon_cloud-upload,.icon_cloud-download,.icon_lightbulb,.icon_gift,.icon_house,.icon_camera,.icon_mail,.icon_cone,.icon_ribbon,.icon_bag,.icon_cart,.icon_tag,.icon_tags,.icon_trash,.icon_cursor,.icon_mic,.icon_compass,.icon_pin,.icon_pushpin,.icon_map,.icon_drawer,.icon_toolbox,.icon_book,.icon_contacts,.icon_archive,.icon_heart,.icon_profile,.icon_group,.icon_grid-2x2,.icon_grid-3x3,.icon_music,.icon_pause_alt,.icon_phone,.icon_upload,.icon_download,.social_facebook,.social_twitter,.social_pinterest,.social_googleplus,.social_tumblr,.social_tumbleupon,.social_wordpress,.social_instagram,.social_dribbble,.social_vimeo,.social_linkedin,.social_rss,.social_deviantart,.social_share,.social_myspace,.social_skype,.social_youtube,.social_picassa,.social_googledrive,.social_flickr,.social_blogger,.social_spotify,.social_delicious,.social_facebook_circle,.social_twitter_circle,.social_pinterest_circle,.social_googleplus_circle,.social_tumblr_circle,.social_stumbleupon_circle,.social_wordpress_circle,.social_instagram_circle,.social_dribbble_circle,.social_vimeo_circle,.social_linkedin_circle,.social_rss_circle,.social_deviantart_circle,.social_share_circle,.social_myspace_circle,.social_skype_circle,.social_youtube_circle,.social_picassa_circle,.social_googledrive_alt2,.social_flickr_circle,.social_blogger_circle,.social_spotify_circle,.social_delicious_circle,.social_facebook_square,.social_twitter_square,.social_pinterest_square,.social_googleplus_square,.social_tumblr_square,.social_stumbleupon_square,.social_wordpress_square,.social_instagram_square,.social_dribbble_square,.social_vimeo_square,.social_linkedin_square,.social_rss_square,.social_deviantart_square,.social_share_square,.social_myspace_square,.social_skype_square,.social_youtube_square,.social_picassa_square,.social_googledrive_square,.social_flickr_square,.social_blogger_square,.social_spotify_square,.social_delicious_square,.icon_printer,.icon_calulator,.icon_building,.icon_floppy,.icon_drive,.icon_search-2,.icon_id,.icon_id-2,.icon_puzzle,.icon_like,.icon_dislike,.icon_mug,.icon_currency,.icon_wallet,.icon_pens,.icon_easel,.icon_flowchart,.icon_datareport,.icon_briefcase,.icon_shield,.icon_percent,.icon_globe,.icon_globe-2,.icon_target,.icon_hourglass,.icon_balance,.icon_rook,.icon_printer-alt,.icon_calculator_alt,.icon_building_alt,.icon_floppy_alt,.icon_drive_alt,.icon_search_alt,.icon_id_alt,.icon_id-2_alt,.icon_puzzle_alt,.icon_like_alt,.icon_dislike_alt,.icon_mug_alt,.icon_currency_alt,.icon_wallet_alt,.icon_pens_alt,.icon_easel_alt,.icon_flowchart_alt,.icon_datareport_alt,.icon_briefcase_alt,.icon_shield_alt,.icon_percent_alt,.icon_globe_alt,.icon_clipboard{font-family:'ElegantIcons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased}.arrow_up:before{content:"\21"}.arrow_down:before{content:"\22"}.arrow_left:before{content:"\23"}.arrow_right:before{content:"\24"}.arrow_left-up:before{content:"\25"}.arrow_right-up:before{content:"\26"}.arrow_right-down:before{content:"\27"}.arrow_left-down:before{content:"\28"}.arrow-up-down:before{content:"\29"}.arrow_up-down_alt:before{content:"\2a"}.arrow_left-right_alt:before{content:"\2b"}.arrow_left-right:before{content:"\2c"}.arrow_expand_alt2:before{content:"\2d"}.arrow_expand_alt:before{content:"\2e"}.arrow_condense:before{content:"\2f"}.arrow_expand:before{content:"\30"}.arrow_move:before{content:"\31"}.arrow_carrot-up:before{content:"\32"}.arrow_carrot-down:before{content:"\33"}.arrow_carrot-left:before{content:"\34"}.arrow_carrot-right:before{content:"\35"}.arrow_carrot-2up:before{content:"\36"}.arrow_carrot-2down:before{content:"\37"}.arrow_carrot-2left:before{content:"\38"}.arrow_carrot-2right:before{content:"\39"}.arrow_carrot-up_alt2:before{content:"\3a"}.arrow_carrot-down_alt2:before{content:"\3b"}.arrow_carrot-left_alt2:before{content:"\3c"}.arrow_carrot-right_alt2:before{content:"\3d"}.arrow_carrot-2up_alt2:before{content:"\3e"}.arrow_carrot-2down_alt2:before{content:"\3f"}.arrow_carrot-2left_alt2:before{content:"\40"}.arrow_carrot-2right_alt2:before{content:"\41"}.arrow_triangle-up:before{content:"\42"}.arrow_triangle-down:before{content:"\43"}.arrow_triangle-left:before{content:"\44"}.arrow_triangle-right:before{content:"\45"}.arrow_triangle-up_alt2:before{content:"\46"}.arrow_triangle-down_alt2:before{content:"\47"}.arrow_triangle-left_alt2:before{content:"\48"}.arrow_triangle-right_alt2:before{content:"\49"}.arrow_back:before{content:"\4a"}.icon_minus-06:before{content:"\4b"}.icon_plus:before{content:"\4c"}.icon_close:before{content:"\4d"}.icon_check:before{content:"\4e"}.icon_minus_alt2:before{content:"\4f"}.icon_plus_alt2:before{content:"\50"}.icon_close_alt2:before{content:"\51"}.icon_check_alt2:before{content:"\52"}.icon_zoom-out_alt:before{content:"\53"}.icon_zoom-in_alt:before{content:"\54"}.icon_search:before{content:"\55"}.icon_box-empty:before{content:"\56"}.icon_box-selected:before{content:"\57"}.icon_minus-box:before{content:"\58"}.icon_plus-box:before{content:"\59"}.icon_box-checked:before{content:"\5a"}.icon_circle-empty:before{content:"\5b"}.icon_circle-slelected:before{content:"\5c"}.icon_stop_alt2:before{content:"\5d"}.icon_stop:before{content:"\5e"}.icon_pause_alt2:before{content:"\5f"}.icon_pause:before{content:"\60"}.icon_menu:before{content:"\61"}.icon_menu-square_alt2:before{content:"\62"}.icon_menu-circle_alt2:before{content:"\63"}.icon_ul:before{content:"\64"}.icon_ol:before{content:"\65"}.icon_adjust-horiz:before{content:"\66"}.icon_adjust-vert:before{content:"\67"}.icon_document_alt:before{content:"\68"}.icon_documents_alt:before{content:"\69"}.icon_pencil:before{content:"\6a"}.icon_pencil-edit_alt:before{content:"\6b"}.icon_pencil-edit:before{content:"\6c"}.icon_folder-alt:before{content:"\6d"}.icon_folder-open_alt:before{content:"\6e"}.icon_folder-add_alt:before{content:"\6f"}.icon_info_alt:before{content:"\70"}.icon_error-oct_alt:before{content:"\71"}.icon_error-circle_alt:before{content:"\72"}.icon_error-triangle_alt:before{content:"\73"}.icon_question_alt2:before{content:"\74"}.icon_question:before{content:"\75"}.icon_comment_alt:before{content:"\76"}.icon_chat_alt:before{content:"\77"}.icon_vol-mute_alt:before{content:"\78"}.icon_volume-low_alt:before{content:"\79"}.icon_volume-high_alt:before{content:"\7a"}.icon_quotations:before{content:"\7b"}.icon_quotations_alt2:before{content:"\7c"}.icon_clock_alt:before{content:"\7d"}.icon_lock_alt:before{content:"\7e"}.icon_lock-open_alt:before{content:"\e000"}.icon_key_alt:before{content:"\e001"}.icon_cloud_alt:before{content:"\e002"}.icon_cloud-upload_alt:before{content:"\e003"}.icon_cloud-download_alt:before{content:"\e004"}.icon_image:before{content:"\e005"}.icon_images:before{content:"\e006"}.icon_lightbulb_alt:before{content:"\e007"}.icon_gift_alt:before{content:"\e008"}.icon_house_alt:before{content:"\e009"}.icon_genius:before{content:"\e00a"}.icon_mobile:before{content:"\e00b"}.icon_tablet:before{content:"\e00c"}.icon_laptop:before{content:"\e00d"}.icon_desktop:before{content:"\e00e"}.icon_camera_alt:before{content:"\e00f"}.icon_mail_alt:before{content:"\e010"}.icon_cone_alt:before{content:"\e011"}.icon_ribbon_alt:before{content:"\e012"}.icon_bag_alt:before{content:"\e013"}.icon_creditcard:before{content:"\e014"}.icon_cart_alt:before{content:"\e015"}.icon_paperclip:before{content:"\e016"}.icon_tag_alt:before{content:"\e017"}.icon_tags_alt:before{content:"\e018"}.icon_trash_alt:before{content:"\e019"}.icon_cursor_alt:before{content:"\e01a"}.icon_mic_alt:before{content:"\e01b"}.icon_compass_alt:before{content:"\e01c"}.icon_pin_alt:before{content:"\e01d"}.icon_pushpin_alt:before{content:"\e01e"}.icon_map_alt:before{content:"\e01f"}.icon_drawer_alt:before{content:"\e020"}.icon_toolbox_alt:before{content:"\e021"}.icon_book_alt:before{content:"\e022"}.icon_calendar:before{content:"\e023"}.icon_film:before{content:"\e024"}.icon_table:before{content:"\e025"}.icon_contacts_alt:before{content:"\e026"}.icon_headphones:before{content:"\e027"}.icon_lifesaver:before{content:"\e028"}.icon_piechart:before{content:"\e029"}.icon_refresh:before{content:"\e02a"}.icon_link_alt:before{content:"\e02b"}.icon_link:before{content:"\e02c"}.icon_loading:before{content:"\e02d"}.icon_blocked:before{content:"\e02e"}.icon_archive_alt:before{content:"\e02f"}.icon_heart_alt:before{content:"\e030"}.icon_star_alt:before{content:"\e031"}.icon_star-half_alt:before{content:"\e032"}.icon_star:before{content:"\e033"}.icon_star-half:before{content:"\e034"}.icon_tools:before{content:"\e035"}.icon_tool:before{content:"\e036"}.icon_cog:before{content:"\e037"}.icon_cogs:before{content:"\e038"}.arrow_up_alt:before{content:"\e039"}.arrow_down_alt:before{content:"\e03a"}.arrow_left_alt:before{content:"\e03b"}.arrow_right_alt:before{content:"\e03c"}.arrow_left-up_alt:before{content:"\e03d"}.arrow_right-up_alt:before{content:"\e03e"}.arrow_right-down_alt:before{content:"\e03f"}.arrow_left-down_alt:before{content:"\e040"}.arrow_condense_alt:before{content:"\e041"}.arrow_expand_alt3:before{content:"\e042"}.arrow_carrot_up_alt:before{content:"\e043"}.arrow_carrot-down_alt:before{content:"\e044"}.arrow_carrot-left_alt:before{content:"\e045"}.arrow_carrot-right_alt:before{content:"\e046"}.arrow_carrot-2up_alt:before{content:"\e047"}.arrow_carrot-2dwnn_alt:before{content:"\e048"}.arrow_carrot-2left_alt:before{content:"\e049"}.arrow_carrot-2right_alt:before{content:"\e04a"}.arrow_triangle-up_alt:before{content:"\e04b"}.arrow_triangle-down_alt:before{content:"\e04c"}.arrow_triangle-left_alt:before{content:"\e04d"}.arrow_triangle-right_alt:before{content:"\e04e"}.icon_minus_alt:before{content:"\e04f"}.icon_plus_alt:before{content:"\e050"}.icon_close_alt:before{content:"\e051"}.icon_check_alt:before{content:"\e052"}.icon_zoom-out:before{content:"\e053"}.icon_zoom-in:before{content:"\e054"}.icon_stop_alt:before{content:"\e055"}.icon_menu-square_alt:before{content:"\e056"}.icon_menu-circle_alt:before{content:"\e057"}.icon_document:before{content:"\e058"}.icon_documents:before{content:"\e059"}.icon_pencil_alt:before{content:"\e05a"}.icon_folder:before{content:"\e05b"}.icon_folder-open:before{content:"\e05c"}.icon_folder-add:before{content:"\e05d"}.icon_folder_upload:before{content:"\e05e"}.icon_folder_download:before{content:"\e05f"}.icon_info:before{content:"\e060"}.icon_error-circle:before{content:"\e061"}.icon_error-oct:before{content:"\e062"}.icon_error-triangle:before{content:"\e063"}.icon_question_alt:before{content:"\e064"}.icon_comment:before{content:"\e065"}.icon_chat:before{content:"\e066"}.icon_vol-mute:before{content:"\e067"}.icon_volume-low:before{content:"\e068"}.icon_volume-high:before{content:"\e069"}.icon_quotations_alt:before{content:"\e06a"}.icon_clock:before{content:"\e06b"}.icon_lock:before{content:"\e06c"}.icon_lock-open:before{content:"\e06d"}.icon_key:before{content:"\e06e"}.icon_cloud:before{content:"\e06f"}.icon_cloud-upload:before{content:"\e070"}.icon_cloud-download:before{content:"\e071"}.icon_lightbulb:before{content:"\e072"}.icon_gift:before{content:"\e073"}.icon_house:before{content:"\e074"}.icon_camera:before{content:"\e075"}.icon_mail:before{content:"\e076"}.icon_cone:before{content:"\e077"}.icon_ribbon:before{content:"\e078"}.icon_bag:before{content:"\e079"}.icon_cart:before{content:"\e07a"}.icon_tag:before{content:"\e07b"}.icon_tags:before{content:"\e07c"}.icon_trash:before{content:"\e07d"}.icon_cursor:before{content:"\e07e"}.icon_mic:before{content:"\e07f"}.icon_compass:before{content:"\e080"}.icon_pin:before{content:"\e081"}.icon_pushpin:before{content:"\e082"}.icon_map:before{content:"\e083"}.icon_drawer:before{content:"\e084"}.icon_toolbox:before{content:"\e085"}.icon_book:before{content:"\e086"}.icon_contacts:before{content:"\e087"}.icon_archive:before{content:"\e088"}.icon_heart:before{content:"\e089"}.icon_profile:before{content:"\e08a"}.icon_group:before{content:"\e08b"}.icon_grid-2x2:before{content:"\e08c"}.icon_grid-3x3:before{content:"\e08d"}.icon_music:before{content:"\e08e"}.icon_pause_alt:before{content:"\e08f"}.icon_phone:before{content:"\e090"}.icon_upload:before{content:"\e091"}.icon_download:before{content:"\e092"}.social_facebook:before{content:"\e093"}.social_twitter:before{content:"\e094"}.social_pinterest:before{content:"\e095"}.social_googleplus:before{content:"\e096"}.social_tumblr:before{content:"\e097"}.social_tumbleupon:before{content:"\e098"}.social_wordpress:before{content:"\e099"}.social_instagram:before{content:"\e09a"}.social_dribbble:before{content:"\e09b"}.social_vimeo:before{content:"\e09c"}.social_linkedin:before{content:"\e09d"}.social_rss:before{content:"\e09e"}.social_deviantart:before{content:"\e09f"}.social_share:before{content:"\e0a0"}.social_myspace:before{content:"\e0a1"}.social_skype:before{content:"\e0a2"}.social_youtube:before{content:"\e0a3"}.social_picassa:before{content:"\e0a4"}.social_googledrive:before{content:"\e0a5"}.social_flickr:before{content:"\e0a6"}.social_blogger:before{content:"\e0a7"}.social_spotify:before{content:"\e0a8"}.social_delicious:before{content:"\e0a9"}.social_facebook_circle:before{content:"\e0aa"}.social_twitter_circle:before{content:"\e0ab"}.social_pinterest_circle:before{content:"\e0ac"}.social_googleplus_circle:before{content:"\e0ad"}.social_tumblr_circle:before{content:"\e0ae"}.social_stumbleupon_circle:before{content:"\e0af"}.social_wordpress_circle:before{content:"\e0b0"}.social_instagram_circle:before{content:"\e0b1"}.social_dribbble_circle:before{content:"\e0b2"}.social_vimeo_circle:before{content:"\e0b3"}.social_linkedin_circle:before{content:"\e0b4"}.social_rss_circle:before{content:"\e0b5"}.social_deviantart_circle:before{content:"\e0b6"}.social_share_circle:before{content:"\e0b7"}.social_myspace_circle:before{content:"\e0b8"}.social_skype_circle:before{content:"\e0b9"}.social_youtube_circle:before{content:"\e0ba"}.social_picassa_circle:before{content:"\e0bb"}.social_googledrive_alt2:before{content:"\e0bc"}.social_flickr_circle:before{content:"\e0bd"}.social_blogger_circle:before{content:"\e0be"}.social_spotify_circle:before{content:"\e0bf"}.social_delicious_circle:before{content:"\e0c0"}.social_facebook_square:before{content:"\e0c1"}.social_twitter_square:before{content:"\e0c2"}.social_pinterest_square:before{content:"\e0c3"}.social_googleplus_square:before{content:"\e0c4"}.social_tumblr_square:before{content:"\e0c5"}.social_stumbleupon_square:before{content:"\e0c6"}.social_wordpress_square:before{content:"\e0c7"}.social_instagram_square:before{content:"\e0c8"}.social_dribbble_square:before{content:"\e0c9"}.social_vimeo_square:before{content:"\e0ca"}.social_linkedin_square:before{content:"\e0cb"}.social_rss_square:before{content:"\e0cc"}.social_deviantart_square:before{content:"\e0cd"}.social_share_square:before{content:"\e0ce"}.social_myspace_square:before{content:"\e0cf"}.social_skype_square:before{content:"\e0d0"}.social_youtube_square:before{content:"\e0d1"}.social_picassa_square:before{content:"\e0d2"}.social_googledrive_square:before{content:"\e0d3"}.social_flickr_square:before{content:"\e0d4"}.social_blogger_square:before{content:"\e0d5"}.social_spotify_square:before{content:"\e0d6"}.social_delicious_square:before{content:"\e0d7"}.icon_printer:before{content:"\e103"}.icon_calulator:before{content:"\e0ee"}.icon_building:before{content:"\e0ef"}.icon_floppy:before{content:"\e0e8"}.icon_drive:before{content:"\e0ea"}.icon_search-2:before{content:"\e101"}.icon_id:before{content:"\e107"}.icon_id-2:before{content:"\e108"}.icon_puzzle:before{content:"\e102"}.icon_like:before{content:"\e106"}.icon_dislike:before{content:"\e0eb"}.icon_mug:before{content:"\e105"}.icon_currency:before{content:"\e0ed"}.icon_wallet:before{content:"\e100"}.icon_pens:before{content:"\e104"}.icon_easel:before{content:"\e0e9"}.icon_flowchart:before{content:"\e109"}.icon_datareport:before{content:"\e0ec"}.icon_briefcase:before{content:"\e0fe"}.icon_shield:before{content:"\e0f6"}.icon_percent:before{content:"\e0fb"}.icon_globe:before{content:"\e0e2"}.icon_globe-2:before{content:"\e0e3"}.icon_target:before{content:"\e0f5"}.icon_hourglass:before{content:"\e0e1"}.icon_balance:before{content:"\e0ff"}.icon_rook:before{content:"\e0f8"}.icon_printer-alt:before{content:"\e0fa"}.icon_calculator_alt:before{content:"\e0e7"}.icon_building_alt:before{content:"\e0fd"}.icon_floppy_alt:before{content:"\e0e4"}.icon_drive_alt:before{content:"\e0e5"}.icon_search_alt:before{content:"\e0f7"}.icon_id_alt:before{content:"\e0e0"}.icon_id-2_alt:before{content:"\e0fc"}.icon_puzzle_alt:before{content:"\e0f9"}.icon_like_alt:before{content:"\e0dd"}.icon_dislike_alt:before{content:"\e0f1"}.icon_mug_alt:before{content:"\e0dc"}.icon_currency_alt:before{content:"\e0f3"}.icon_wallet_alt:before{content:"\e0d8"}.icon_pens_alt:before{content:"\e0db"}.icon_easel_alt:before{content:"\e0f0"}.icon_flowchart_alt:before{content:"\e0df"}.icon_datareport_alt:before{content:"\e0f2"}.icon_briefcase_alt:before{content:"\e0f4"}.icon_shield_alt:before{content:"\e0d9"}.icon_percent_alt:before{content:"\e0da"}.icon_globe_alt:before{content:"\e0de"}.icon_clipboard:before{content:"\e0e6"}.glyph{float:left;text-align:center;padding:.75em;margin:.4em 1.5em .75em 0;width:6em;text-shadow:none}.glyph_big{font-size:128px;color:#59c5dc;float:left;margin-right:20px}.glyph div{padding-bottom:10px}.glyph input{font-family:consolas,monospace;font-size:12px;width:100%;text-align:center;border:0;box-shadow:0 0 0 1px #ccc;padding:.2em;-moz-border-radius:5px;-webkit-border-radius:5px}.centered{margin-left:auto;margin-right:auto}.glyph .fs1{font-size:2em}.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:a 2s infinite linear;animation:a 2s infinite linear}.fa-pulse{-webkit-animation:a 1s infinite steps(8);animation:a 1s infinite steps(8)}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-aws:before{content:"\f375"}.fa-backward:before{content:"\f04a"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blind:before{content:"\f29d"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-briefcase:before{content:"\f0b1"}.fa-btc:before{content:"\f15a"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-car:before{content:"\f1b9"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-certificate:before{content:"\f0a3"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-square:before{content:"\f14a"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comments:before{content:"\f086"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-credit-card:before{content:"\f09d"}.fa-crop:before{content:"\f125"}.fa-crosshairs:before{content:"\f05b"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-deviantart:before{content:"\f1bd"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-dot-circle:before{content:"\f192"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drupal:before{content:"\f1a9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-excel:before{content:"\f1c3"}.fa-file-image:before{content:"\f1c5"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fire:before{content:"\f06d"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-firstdraft:before{content:"\f3a1"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frown:before{content:"\f119"}.fa-futbol:before{content:"\f1e3"}.fa-gamepad:before{content:"\f11b"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-gift:before{content:"\f06b"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-martini:before{content:"\f000"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-handshake:before{content:"\f2b5"}.fa-hashtag:before{content:"\f292"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-heart:before{content:"\f004"}.fa-heartbeat:before{content:"\f21e"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-houzz:before{content:"\f27c"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-internet-explorer:before{content:"\f26b"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-jenkins:before{content:"\f3b6"}.fa-joget:before{content:"\f3b7"}.fa-joomla:before{content:"\f1aa"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-key:before{content:"\f084"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-korvue:before{content:"\f42f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-male:before{content:"\f183"}.fa-map:before{content:"\f279"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-maxcdn:before{content:"\f136"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-meh:before{content:"\f11a"}.fa-mercury:before{content:"\f223"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-moon:before{content:"\f186"}.fa-motorcycle:before{content:"\f21c"}.fa-mouse-pointer:before{content:"\f245"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-paint-brush:before{content:"\f1fc"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-paragraph:before{content:"\f1dd"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-percent:before{content:"\f295"}.fa-periscope:before{content:"\f3da"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phone:before{content:"\f095"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-plane:before{content:"\f072"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-print:before{content:"\f02f"}.fa-product-hunt:before{content:"\f288"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-random:before{content:"\f074"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-rebel:before{content:"\f1d0"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-rendact:before{content:"\f3e4"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-resolving:before{content:"\f3e7"}.fa-retweet:before{content:"\f079"}.fa-road:before{content:"\f018"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-rupee-sign:before{content:"\f156"}.fa-safari:before{content:"\f267"}.fa-sass:before{content:"\f41e"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-scribd:before{content:"\f28a"}.fa-search:before{content:"\f002"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shower:before{content:"\f2cc"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowflake:before{content:"\f2dc"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-spinner:before{content:"\f110"}.fa-spotify:before{content:"\f1bc"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-star:before{content:"\f005"}.fa-star-half:before{content:"\f089"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-strava:before{content:"\f428"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-trademark:before{content:"\f25c"}.fa-train:before{content:"\f238"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-circle:before{content:"\f2bd"}.fa-user-md:before{content:"\f0f0"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vuejs:before{content:"\f41f"}.fa-warehouse:before{content:"\f494"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wrench:before{content:"\f0ad"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:Font Awesome\ 5 Brands;font-style:normal;font-weight:400;src:url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/font-awesome/webfonts/fa-brands-400.eot);src:url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/font-awesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/font-awesome/webfonts/fa-brands-400.woff2) format("woff2"),url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/font-awesome/webfonts/fa-brands-400.woff) format("woff"),url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/font-awesome/webfonts/fa-brands-400.ttf) format("truetype"),url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/font-awesome/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:Font Awesome\ 5 Brands}@font-face{font-family:Font Awesome\ 5 Free;font-style:normal;font-weight:400;src:url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/font-awesome/webfonts/fa-regular-400.eot);src:url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/font-awesome/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/font-awesome/webfonts/fa-regular-400.woff2) format("woff2"),url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/font-awesome/webfonts/fa-regular-400.woff) format("woff"),url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/font-awesome/webfonts/fa-regular-400.ttf) format("truetype"),url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/font-awesome/webfonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-weight:400}@font-face{font-family:Font Awesome\ 5 Free;font-style:normal;font-weight:900;src:url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/font-awesome/webfonts/fa-solid-900.eot);src:url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/font-awesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/font-awesome/webfonts/fa-solid-900.woff2) format("woff2"),url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/font-awesome/webfonts/fa-solid-900.woff) format("woff"),url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/font-awesome/webfonts/fa-solid-900.ttf) format("truetype"),url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/font-awesome/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:Font Awesome\ 5 Free}.fa,.fas{font-weight:900}@font-face{font-family:"Ionicons";src:url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/ion-icons/fonts/ionicons.eot?v=4.4.2);src:url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/ion-icons/fonts/ionicons.eot?v=4.4.2#iefix) format("embedded-opentype"),url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/ion-icons/fonts/ionicons.woff2?v=4.4.2) format("woff2"),url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/ion-icons/fonts/ionicons.woff?v=4.4.2) format("woff"),url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/ion-icons/fonts/ionicons.ttf?v=4.4.2) format("truetype"),url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/ion-icons/fonts/ionicons.svg?v=4.4.2#Ionicons) format("svg");font-weight:normal;font-style:normal}.ion,.ionicons,.ion-ios-add:before,.ion-ios-add-circle:before,.ion-ios-add-circle-outline:before,.ion-ios-airplane:before,.ion-ios-alarm:before,.ion-ios-albums:before,.ion-ios-alert:before,.ion-ios-american-football:before,.ion-ios-analytics:before,.ion-ios-aperture:before,.ion-ios-apps:before,.ion-ios-appstore:before,.ion-ios-archive:before,.ion-ios-arrow-back:before,.ion-ios-arrow-down:before,.ion-ios-arrow-dropdown:before,.ion-ios-arrow-dropdown-circle:before,.ion-ios-arrow-dropleft:before,.ion-ios-arrow-dropleft-circle:before,.ion-ios-arrow-dropright:before,.ion-ios-arrow-dropright-circle:before,.ion-ios-arrow-dropup:before,.ion-ios-arrow-dropup-circle:before,.ion-ios-arrow-forward:before,.ion-ios-arrow-round-back:before,.ion-ios-arrow-round-down:before,.ion-ios-arrow-round-forward:before,.ion-ios-arrow-round-up:before,.ion-ios-arrow-up:before,.ion-ios-at:before,.ion-ios-attach:before,.ion-ios-backspace:before,.ion-ios-barcode:before,.ion-ios-baseball:before,.ion-ios-basket:before,.ion-ios-basketball:before,.ion-ios-battery-charging:before,.ion-ios-battery-dead:before,.ion-ios-battery-full:before,.ion-ios-beaker:before,.ion-ios-bed:before,.ion-ios-beer:before,.ion-ios-bicycle:before,.ion-ios-bluetooth:before,.ion-ios-boat:before,.ion-ios-body:before,.ion-ios-bonfire:before,.ion-ios-book:before,.ion-ios-bookmark:before,.ion-ios-bookmarks:before,.ion-ios-bowtie:before,.ion-ios-briefcase:before,.ion-ios-browsers:before,.ion-ios-brush:before,.ion-ios-bug:before,.ion-ios-build:before,.ion-ios-bulb:before,.ion-ios-bus:before,.ion-ios-business:before,.ion-ios-cafe:before,.ion-ios-calculator:before,.ion-ios-calendar:before,.ion-ios-call:before,.ion-ios-camera:before,.ion-ios-car:before,.ion-ios-card:before,.ion-ios-cart:before,.ion-ios-cash:before,.ion-ios-cellular:before,.ion-ios-chatboxes:before,.ion-ios-chatbubbles:before,.ion-ios-checkbox:before,.ion-ios-checkbox-outline:before,.ion-ios-checkmark:before,.ion-ios-checkmark-circle:before,.ion-ios-checkmark-circle-outline:before,.ion-ios-clipboard:before,.ion-ios-clock:before,.ion-ios-close:before,.ion-ios-close-circle:before,.ion-ios-close-circle-outline:before,.ion-ios-cloud:before,.ion-ios-cloud-circle:before,.ion-ios-cloud-done:before,.ion-ios-cloud-download:before,.ion-ios-cloud-outline:before,.ion-ios-cloud-upload:before,.ion-ios-cloudy:before,.ion-ios-cloudy-night:before,.ion-ios-code:before,.ion-ios-code-download:before,.ion-ios-code-working:before,.ion-ios-cog:before,.ion-ios-color-fill:before,.ion-ios-color-filter:before,.ion-ios-color-palette:before,.ion-ios-color-wand:before,.ion-ios-compass:before,.ion-ios-construct:before,.ion-ios-contact:before,.ion-ios-contacts:before,.ion-ios-contract:before,.ion-ios-contrast:before,.ion-ios-copy:before,.ion-ios-create:before,.ion-ios-crop:before,.ion-ios-cube:before,.ion-ios-cut:before,.ion-ios-desktop:before,.ion-ios-disc:before,.ion-ios-document:before,.ion-ios-done-all:before,.ion-ios-download:before,.ion-ios-easel:before,.ion-ios-egg:before,.ion-ios-exit:before,.ion-ios-expand:before,.ion-ios-eye:before,.ion-ios-eye-off:before,.ion-ios-fastforward:before,.ion-ios-female:before,.ion-ios-filing:before,.ion-ios-film:before,.ion-ios-finger-print:before,.ion-ios-fitness:before,.ion-ios-flag:before,.ion-ios-flame:before,.ion-ios-flash:before,.ion-ios-flash-off:before,.ion-ios-flashlight:before,.ion-ios-flask:before,.ion-ios-flower:before,.ion-ios-folder:before,.ion-ios-folder-open:before,.ion-ios-football:before,.ion-ios-funnel:before,.ion-ios-gift:before,.ion-ios-git-branch:before,.ion-ios-git-commit:before,.ion-ios-git-compare:before,.ion-ios-git-merge:before,.ion-ios-git-network:before,.ion-ios-git-pull-request:before,.ion-ios-glasses:before,.ion-ios-globe:before,.ion-ios-grid:before,.ion-ios-hammer:before,.ion-ios-hand:before,.ion-ios-happy:before,.ion-ios-headset:before,.ion-ios-heart:before,.ion-ios-heart-dislike:before,.ion-ios-heart-empty:before,.ion-ios-heart-half:before,.ion-ios-help:before,.ion-ios-help-buoy:before,.ion-ios-help-circle:before,.ion-ios-help-circle-outline:before,.ion-ios-home:before,.ion-ios-hourglass:before,.ion-ios-ice-cream:before,.ion-ios-image:before,.ion-ios-images:before,.ion-ios-infinite:before,.ion-ios-information:before,.ion-ios-information-circle:before,.ion-ios-information-circle-outline:before,.ion-ios-jet:before,.ion-ios-journal:before,.ion-ios-key:before,.ion-ios-keypad:before,.ion-ios-laptop:before,.ion-ios-leaf:before,.ion-ios-link:before,.ion-ios-list:before,.ion-ios-list-box:before,.ion-ios-locate:before,.ion-ios-lock:before,.ion-ios-log-in:before,.ion-ios-log-out:before,.ion-ios-magnet:before,.ion-ios-mail:before,.ion-ios-mail-open:before,.ion-ios-mail-unread:before,.ion-ios-male:before,.ion-ios-man:before,.ion-ios-map:before,.ion-ios-medal:before,.ion-ios-medical:before,.ion-ios-medkit:before,.ion-ios-megaphone:before,.ion-ios-menu:before,.ion-ios-mic:before,.ion-ios-mic-off:before,.ion-ios-microphone:before,.ion-ios-moon:before,.ion-ios-more:before,.ion-ios-move:before,.ion-ios-musical-note:before,.ion-ios-musical-notes:before,.ion-ios-navigate:before,.ion-ios-notifications:before,.ion-ios-notifications-off:before,.ion-ios-notifications-outline:before,.ion-ios-nuclear:before,.ion-ios-nutrition:before,.ion-ios-open:before,.ion-ios-options:before,.ion-ios-outlet:before,.ion-ios-paper:before,.ion-ios-paper-plane:before,.ion-ios-partly-sunny:before,.ion-ios-pause:before,.ion-ios-paw:before,.ion-ios-people:before,.ion-ios-person:before,.ion-ios-person-add:before,.ion-ios-phone-landscape:before,.ion-ios-phone-portrait:before,.ion-ios-photos:before,.ion-ios-pie:before,.ion-ios-pin:before,.ion-ios-pint:before,.ion-ios-pizza:before,.ion-ios-planet:before,.ion-ios-play:before,.ion-ios-play-circle:before,.ion-ios-podium:before,.ion-ios-power:before,.ion-ios-pricetag:before,.ion-ios-pricetags:before,.ion-ios-print:before,.ion-ios-pulse:before,.ion-ios-qr-scanner:before,.ion-ios-quote:before,.ion-ios-radio:before,.ion-ios-radio-button-off:before,.ion-ios-radio-button-on:before,.ion-ios-rainy:before,.ion-ios-recording:before,.ion-ios-redo:before,.ion-ios-refresh:before,.ion-ios-refresh-circle:before,.ion-ios-remove:before,.ion-ios-remove-circle:before,.ion-ios-remove-circle-outline:before,.ion-ios-reorder:before,.ion-ios-repeat:before,.ion-ios-resize:before,.ion-ios-restaurant:before,.ion-ios-return-left:before,.ion-ios-return-right:before,.ion-ios-reverse-camera:before,.ion-ios-rewind:before,.ion-ios-ribbon:before,.ion-ios-rocket:before,.ion-ios-rose:before,.ion-ios-sad:before,.ion-ios-save:before,.ion-ios-school:before,.ion-ios-search:before,.ion-ios-send:before,.ion-ios-settings:before,.ion-ios-share:before,.ion-ios-share-alt:before,.ion-ios-shirt:before,.ion-ios-shuffle:before,.ion-ios-skip-backward:before,.ion-ios-skip-forward:before,.ion-ios-snow:before,.ion-ios-speedometer:before,.ion-ios-square:before,.ion-ios-square-outline:before,.ion-ios-star:before,.ion-ios-star-half:before,.ion-ios-star-outline:before,.ion-ios-stats:before,.ion-ios-stopwatch:before,.ion-ios-subway:before,.ion-ios-sunny:before,.ion-ios-swap:before,.ion-ios-switch:before,.ion-ios-sync:before,.ion-ios-tablet-landscape:before,.ion-ios-tablet-portrait:before,.ion-ios-tennisball:before,.ion-ios-text:before,.ion-ios-thermometer:before,.ion-ios-thumbs-down:before,.ion-ios-thumbs-up:before,.ion-ios-thunderstorm:before,.ion-ios-time:before,.ion-ios-timer:before,.ion-ios-today:before,.ion-ios-train:before,.ion-ios-transgender:before,.ion-ios-trash:before,.ion-ios-trending-down:before,.ion-ios-trending-up:before,.ion-ios-trophy:before,.ion-ios-tv:before,.ion-ios-umbrella:before,.ion-ios-undo:before,.ion-ios-unlock:before,.ion-ios-videocam:before,.ion-ios-volume-high:before,.ion-ios-volume-low:before,.ion-ios-volume-mute:before,.ion-ios-volume-off:before,.ion-ios-walk:before,.ion-ios-wallet:before,.ion-ios-warning:before,.ion-ios-watch:before,.ion-ios-water:before,.ion-ios-wifi:before,.ion-ios-wine:before,.ion-ios-woman:before,.ion-logo-android:before,.ion-logo-angular:before,.ion-logo-apple:before,.ion-logo-bitbucket:before,.ion-logo-bitcoin:before,.ion-logo-buffer:before,.ion-logo-chrome:before,.ion-logo-closed-captioning:before,.ion-logo-codepen:before,.ion-logo-css3:before,.ion-logo-designernews:before,.ion-logo-dribbble:before,.ion-logo-dropbox:before,.ion-logo-euro:before,.ion-logo-facebook:before,.ion-logo-flickr:before,.ion-logo-foursquare:before,.ion-logo-freebsd-devil:before,.ion-logo-game-controller-a:before,.ion-logo-game-controller-b:before,.ion-logo-github:before,.ion-logo-google:before,.ion-logo-googleplus:before,.ion-logo-hackernews:before,.ion-logo-html5:before,.ion-logo-instagram:before,.ion-logo-ionic:before,.ion-logo-ionitron:before,.ion-logo-javascript:before,.ion-logo-linkedin:before,.ion-logo-markdown:before,.ion-logo-model-s:before,.ion-logo-no-smoking:before,.ion-logo-nodejs:before,.ion-logo-npm:before,.ion-logo-octocat:before,.ion-logo-pinterest:before,.ion-logo-playstation:before,.ion-logo-polymer:before,.ion-logo-python:before,.ion-logo-reddit:before,.ion-logo-rss:before,.ion-logo-sass:before,.ion-logo-skype:before,.ion-logo-slack:before,.ion-logo-snapchat:before,.ion-logo-steam:before,.ion-logo-tumblr:before,.ion-logo-tux:before,.ion-logo-twitch:before,.ion-logo-twitter:before,.ion-logo-usd:before,.ion-logo-vimeo:before,.ion-logo-vk:before,.ion-logo-whatsapp:before,.ion-logo-windows:before,.ion-logo-wordpress:before,.ion-logo-xbox:before,.ion-logo-xing:before,.ion-logo-yahoo:before,.ion-logo-yen:before,.ion-logo-youtube:before,.ion-md-add:before,.ion-md-add-circle:before,.ion-md-add-circle-outline:before,.ion-md-airplane:before,.ion-md-alarm:before,.ion-md-albums:before,.ion-md-alert:before,.ion-md-american-football:before,.ion-md-analytics:before,.ion-md-aperture:before,.ion-md-apps:before,.ion-md-appstore:before,.ion-md-archive:before,.ion-md-arrow-back:before,.ion-md-arrow-down:before,.ion-md-arrow-dropdown:before,.ion-md-arrow-dropdown-circle:before,.ion-md-arrow-dropleft:before,.ion-md-arrow-dropleft-circle:before,.ion-md-arrow-dropright:before,.ion-md-arrow-dropright-circle:before,.ion-md-arrow-dropup:before,.ion-md-arrow-dropup-circle:before,.ion-md-arrow-forward:before,.ion-md-arrow-round-back:before,.ion-md-arrow-round-down:before,.ion-md-arrow-round-forward:before,.ion-md-arrow-round-up:before,.ion-md-arrow-up:before,.ion-md-at:before,.ion-md-attach:before,.ion-md-backspace:before,.ion-md-barcode:before,.ion-md-baseball:before,.ion-md-basket:before,.ion-md-basketball:before,.ion-md-battery-charging:before,.ion-md-battery-dead:before,.ion-md-battery-full:before,.ion-md-beaker:before,.ion-md-bed:before,.ion-md-beer:before,.ion-md-bicycle:before,.ion-md-bluetooth:before,.ion-md-boat:before,.ion-md-body:before,.ion-md-bonfire:before,.ion-md-book:before,.ion-md-bookmark:before,.ion-md-bookmarks:before,.ion-md-bowtie:before,.ion-md-briefcase:before,.ion-md-browsers:before,.ion-md-brush:before,.ion-md-bug:before,.ion-md-build:before,.ion-md-bulb:before,.ion-md-bus:before,.ion-md-business:before,.ion-md-cafe:before,.ion-md-calculator:before,.ion-md-calendar:before,.ion-md-call:before,.ion-md-camera:before,.ion-md-car:before,.ion-md-card:before,.ion-md-cart:before,.ion-md-cash:before,.ion-md-cellular:before,.ion-md-chatboxes:before,.ion-md-chatbubbles:before,.ion-md-checkbox:before,.ion-md-checkbox-outline:before,.ion-md-checkmark:before,.ion-md-checkmark-circle:before,.ion-md-checkmark-circle-outline:before,.ion-md-clipboard:before,.ion-md-clock:before,.ion-md-close:before,.ion-md-close-circle:before,.ion-md-close-circle-outline:before,.ion-md-cloud:before,.ion-md-cloud-circle:before,.ion-md-cloud-done:before,.ion-md-cloud-download:before,.ion-md-cloud-outline:before,.ion-md-cloud-upload:before,.ion-md-cloudy:before,.ion-md-cloudy-night:before,.ion-md-code:before,.ion-md-code-download:before,.ion-md-code-working:before,.ion-md-cog:before,.ion-md-color-fill:before,.ion-md-color-filter:before,.ion-md-color-palette:before,.ion-md-color-wand:before,.ion-md-compass:before,.ion-md-construct:before,.ion-md-contact:before,.ion-md-contacts:before,.ion-md-contract:before,.ion-md-contrast:before,.ion-md-copy:before,.ion-md-create:before,.ion-md-crop:before,.ion-md-cube:before,.ion-md-cut:before,.ion-md-desktop:before,.ion-md-disc:before,.ion-md-document:before,.ion-md-done-all:before,.ion-md-download:before,.ion-md-easel:before,.ion-md-egg:before,.ion-md-exit:before,.ion-md-expand:before,.ion-md-eye:before,.ion-md-eye-off:before,.ion-md-fastforward:before,.ion-md-female:before,.ion-md-filing:before,.ion-md-film:before,.ion-md-finger-print:before,.ion-md-fitness:before,.ion-md-flag:before,.ion-md-flame:before,.ion-md-flash:before,.ion-md-flash-off:before,.ion-md-flashlight:before,.ion-md-flask:before,.ion-md-flower:before,.ion-md-folder:before,.ion-md-folder-open:before,.ion-md-football:before,.ion-md-funnel:before,.ion-md-gift:before,.ion-md-git-branch:before,.ion-md-git-commit:before,.ion-md-git-compare:before,.ion-md-git-merge:before,.ion-md-git-network:before,.ion-md-git-pull-request:before,.ion-md-glasses:before,.ion-md-globe:before,.ion-md-grid:before,.ion-md-hammer:before,.ion-md-hand:before,.ion-md-happy:before,.ion-md-headset:before,.ion-md-heart:before,.ion-md-heart-dislike:before,.ion-md-heart-empty:before,.ion-md-heart-half:before,.ion-md-help:before,.ion-md-help-buoy:before,.ion-md-help-circle:before,.ion-md-help-circle-outline:before,.ion-md-home:before,.ion-md-hourglass:before,.ion-md-ice-cream:before,.ion-md-image:before,.ion-md-images:before,.ion-md-infinite:before,.ion-md-information:before,.ion-md-information-circle:before,.ion-md-information-circle-outline:before,.ion-md-jet:before,.ion-md-journal:before,.ion-md-key:before,.ion-md-keypad:before,.ion-md-laptop:before,.ion-md-leaf:before,.ion-md-link:before,.ion-md-list:before,.ion-md-list-box:before,.ion-md-locate:before,.ion-md-lock:before,.ion-md-log-in:before,.ion-md-log-out:before,.ion-md-magnet:before,.ion-md-mail:before,.ion-md-mail-open:before,.ion-md-mail-unread:before,.ion-md-male:before,.ion-md-man:before,.ion-md-map:before,.ion-md-medal:before,.ion-md-medical:before,.ion-md-medkit:before,.ion-md-megaphone:before,.ion-md-menu:before,.ion-md-mic:before,.ion-md-mic-off:before,.ion-md-microphone:before,.ion-md-moon:before,.ion-md-more:before,.ion-md-move:before,.ion-md-musical-note:before,.ion-md-musical-notes:before,.ion-md-navigate:before,.ion-md-notifications:before,.ion-md-notifications-off:before,.ion-md-notifications-outline:before,.ion-md-nuclear:before,.ion-md-nutrition:before,.ion-md-open:before,.ion-md-options:before,.ion-md-outlet:before,.ion-md-paper:before,.ion-md-paper-plane:before,.ion-md-partly-sunny:before,.ion-md-pause:before,.ion-md-paw:before,.ion-md-people:before,.ion-md-person:before,.ion-md-person-add:before,.ion-md-phone-landscape:before,.ion-md-phone-portrait:before,.ion-md-photos:before,.ion-md-pie:before,.ion-md-pin:before,.ion-md-pint:before,.ion-md-pizza:before,.ion-md-planet:before,.ion-md-play:before,.ion-md-play-circle:before,.ion-md-podium:before,.ion-md-power:before,.ion-md-pricetag:before,.ion-md-pricetags:before,.ion-md-print:before,.ion-md-pulse:before,.ion-md-qr-scanner:before,.ion-md-quote:before,.ion-md-radio:before,.ion-md-radio-button-off:before,.ion-md-radio-button-on:before,.ion-md-rainy:before,.ion-md-recording:before,.ion-md-redo:before,.ion-md-refresh:before,.ion-md-refresh-circle:before,.ion-md-remove:before,.ion-md-remove-circle:before,.ion-md-remove-circle-outline:before,.ion-md-reorder:before,.ion-md-repeat:before,.ion-md-resize:before,.ion-md-restaurant:before,.ion-md-return-left:before,.ion-md-return-right:before,.ion-md-reverse-camera:before,.ion-md-rewind:before,.ion-md-ribbon:before,.ion-md-rocket:before,.ion-md-rose:before,.ion-md-sad:before,.ion-md-save:before,.ion-md-school:before,.ion-md-search:before,.ion-md-send:before,.ion-md-settings:before,.ion-md-share:before,.ion-md-share-alt:before,.ion-md-shirt:before,.ion-md-shuffle:before,.ion-md-skip-backward:before,.ion-md-skip-forward:before,.ion-md-snow:before,.ion-md-speedometer:before,.ion-md-square:before,.ion-md-square-outline:before,.ion-md-star:before,.ion-md-star-half:before,.ion-md-star-outline:before,.ion-md-stats:before,.ion-md-stopwatch:before,.ion-md-subway:before,.ion-md-sunny:before,.ion-md-swap:before,.ion-md-switch:before,.ion-md-sync:before,.ion-md-tablet-landscape:before,.ion-md-tablet-portrait:before,.ion-md-tennisball:before,.ion-md-text:before,.ion-md-thermometer:before,.ion-md-thumbs-down:before,.ion-md-thumbs-up:before,.ion-md-thunderstorm:before,.ion-md-time:before,.ion-md-timer:before,.ion-md-today:before,.ion-md-train:before,.ion-md-transgender:before,.ion-md-trash:before,.ion-md-trending-down:before,.ion-md-trending-up:before,.ion-md-trophy:before,.ion-md-tv:before,.ion-md-umbrella:before,.ion-md-undo:before,.ion-md-unlock:before,.ion-md-videocam:before,.ion-md-volume-high:before,.ion-md-volume-low:before,.ion-md-volume-mute:before,.ion-md-volume-off:before,.ion-md-walk:before,.ion-md-wallet:before,.ion-md-warning:before,.ion-md-watch:before,.ion-md-water:before,.ion-md-wifi:before,.ion-md-wine:before,.ion-md-woman:before{display:inline-block;font-family:"Ionicons";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;text-rendering:auto;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ion-ios-add:before{content:"\f102"}.ion-ios-add-circle:before{content:"\f101"}.ion-ios-add-circle-outline:before{content:"\f100"}.ion-ios-airplane:before{content:"\f137"}.ion-ios-alarm:before{content:"\f3c8"}.ion-ios-albums:before{content:"\f3ca"}.ion-ios-alert:before{content:"\f104"}.ion-ios-american-football:before{content:"\f106"}.ion-ios-analytics:before{content:"\f3ce"}.ion-ios-aperture:before{content:"\f108"}.ion-ios-apps:before{content:"\f10a"}.ion-ios-appstore:before{content:"\f10c"}.ion-ios-archive:before{content:"\f10e"}.ion-ios-arrow-back:before{content:"\f3cf"}.ion-ios-arrow-down:before{content:"\f3d0"}.ion-ios-arrow-dropdown:before{content:"\f110"}.ion-ios-arrow-dropdown-circle:before{content:"\f125"}.ion-ios-arrow-dropleft:before{content:"\f112"}.ion-ios-arrow-dropleft-circle:before{content:"\f129"}.ion-ios-arrow-dropright:before{content:"\f114"}.ion-ios-arrow-dropright-circle:before{content:"\f12b"}.ion-ios-arrow-dropup:before{content:"\f116"}.ion-ios-arrow-dropup-circle:before{content:"\f12d"}.ion-ios-arrow-forward:before{content:"\f3d1"}.ion-ios-arrow-round-back:before{content:"\f117"}.ion-ios-arrow-round-down:before{content:"\f118"}.ion-ios-arrow-round-forward:before{content:"\f119"}.ion-ios-arrow-round-up:before{content:"\f11a"}.ion-ios-arrow-up:before{content:"\f3d8"}.ion-ios-at:before{content:"\f3da"}.ion-ios-attach:before{content:"\f11b"}.ion-ios-backspace:before{content:"\f11d"}.ion-ios-barcode:before{content:"\f3dc"}.ion-ios-baseball:before{content:"\f3de"}.ion-ios-basket:before{content:"\f11f"}.ion-ios-basketball:before{content:"\f3e0"}.ion-ios-battery-charging:before{content:"\f120"}.ion-ios-battery-dead:before{content:"\f121"}.ion-ios-battery-full:before{content:"\f122"}.ion-ios-beaker:before{content:"\f124"}.ion-ios-bed:before{content:"\f139"}.ion-ios-beer:before{content:"\f126"}.ion-ios-bicycle:before{content:"\f127"}.ion-ios-bluetooth:before{content:"\f128"}.ion-ios-boat:before{content:"\f12a"}.ion-ios-body:before{content:"\f3e4"}.ion-ios-bonfire:before{content:"\f12c"}.ion-ios-book:before{content:"\f3e8"}.ion-ios-bookmark:before{content:"\f12e"}.ion-ios-bookmarks:before{content:"\f3ea"}.ion-ios-bowtie:before{content:"\f130"}.ion-ios-briefcase:before{content:"\f3ee"}.ion-ios-browsers:before{content:"\f3f0"}.ion-ios-brush:before{content:"\f132"}.ion-ios-bug:before{content:"\f134"}.ion-ios-build:before{content:"\f136"}.ion-ios-bulb:before{content:"\f138"}.ion-ios-bus:before{content:"\f13a"}.ion-ios-business:before{content:"\f1a3"}.ion-ios-cafe:before{content:"\f13c"}.ion-ios-calculator:before{content:"\f3f2"}.ion-ios-calendar:before{content:"\f3f4"}.ion-ios-call:before{content:"\f13e"}.ion-ios-camera:before{content:"\f3f6"}.ion-ios-car:before{content:"\f140"}.ion-ios-card:before{content:"\f142"}.ion-ios-cart:before{content:"\f3f8"}.ion-ios-cash:before{content:"\f144"}.ion-ios-cellular:before{content:"\f13d"}.ion-ios-chatboxes:before{content:"\f3fa"}.ion-ios-chatbubbles:before{content:"\f146"}.ion-ios-checkbox:before{content:"\f148"}.ion-ios-checkbox-outline:before{content:"\f147"}.ion-ios-checkmark:before{content:"\f3ff"}.ion-ios-checkmark-circle:before{content:"\f14a"}.ion-ios-checkmark-circle-outline:before{content:"\f149"}.ion-ios-clipboard:before{content:"\f14c"}.ion-ios-clock:before{content:"\f403"}.ion-ios-close:before{content:"\f406"}.ion-ios-close-circle:before{content:"\f14e"}.ion-ios-close-circle-outline:before{content:"\f14d"}.ion-ios-cloud:before{content:"\f40c"}.ion-ios-cloud-circle:before{content:"\f152"}.ion-ios-cloud-done:before{content:"\f154"}.ion-ios-cloud-download:before{content:"\f408"}.ion-ios-cloud-outline:before{content:"\f409"}.ion-ios-cloud-upload:before{content:"\f40b"}.ion-ios-cloudy:before{content:"\f410"}.ion-ios-cloudy-night:before{content:"\f40e"}.ion-ios-code:before{content:"\f157"}.ion-ios-code-download:before{content:"\f155"}.ion-ios-code-working:before{content:"\f156"}.ion-ios-cog:before{content:"\f412"}.ion-ios-color-fill:before{content:"\f159"}.ion-ios-color-filter:before{content:"\f414"}.ion-ios-color-palette:before{content:"\f15b"}.ion-ios-color-wand:before{content:"\f416"}.ion-ios-compass:before{content:"\f15d"}.ion-ios-construct:before{content:"\f15f"}.ion-ios-contact:before{content:"\f41a"}.ion-ios-contacts:before{content:"\f161"}.ion-ios-contract:before{content:"\f162"}.ion-ios-contrast:before{content:"\f163"}.ion-ios-copy:before{content:"\f41c"}.ion-ios-create:before{content:"\f165"}.ion-ios-crop:before{content:"\f41e"}.ion-ios-cube:before{content:"\f168"}.ion-ios-cut:before{content:"\f16a"}.ion-ios-desktop:before{content:"\f16c"}.ion-ios-disc:before{content:"\f16e"}.ion-ios-document:before{content:"\f170"}.ion-ios-done-all:before{content:"\f171"}.ion-ios-download:before{content:"\f420"}.ion-ios-easel:before{content:"\f173"}.ion-ios-egg:before{content:"\f175"}.ion-ios-exit:before{content:"\f177"}.ion-ios-expand:before{content:"\f178"}.ion-ios-eye:before{content:"\f425"}.ion-ios-eye-off:before{content:"\f17a"}.ion-ios-fastforward:before{content:"\f427"}.ion-ios-female:before{content:"\f17b"}.ion-ios-filing:before{content:"\f429"}.ion-ios-film:before{content:"\f42b"}.ion-ios-finger-print:before{content:"\f17c"}.ion-ios-fitness:before{content:"\f1ab"}.ion-ios-flag:before{content:"\f42d"}.ion-ios-flame:before{content:"\f42f"}.ion-ios-flash:before{content:"\f17e"}.ion-ios-flash-off:before{content:"\f12f"}.ion-ios-flashlight:before{content:"\f141"}.ion-ios-flask:before{content:"\f431"}.ion-ios-flower:before{content:"\f433"}.ion-ios-folder:before{content:"\f435"}.ion-ios-folder-open:before{content:"\f180"}.ion-ios-football:before{content:"\f437"}.ion-ios-funnel:before{content:"\f182"}.ion-ios-gift:before{content:"\f191"}.ion-ios-git-branch:before{content:"\f183"}.ion-ios-git-commit:before{content:"\f184"}.ion-ios-git-compare:before{content:"\f185"}.ion-ios-git-merge:before{content:"\f186"}.ion-ios-git-network:before{content:"\f187"}.ion-ios-git-pull-request:before{content:"\f188"}.ion-ios-glasses:before{content:"\f43f"}.ion-ios-globe:before{content:"\f18a"}.ion-ios-grid:before{content:"\f18c"}.ion-ios-hammer:before{content:"\f18e"}.ion-ios-hand:before{content:"\f190"}.ion-ios-happy:before{content:"\f192"}.ion-ios-headset:before{content:"\f194"}.ion-ios-heart:before{content:"\f443"}.ion-ios-heart-dislike:before{content:"\f13f"}.ion-ios-heart-empty:before{content:"\f19b"}.ion-ios-heart-half:before{content:"\f19d"}.ion-ios-help:before{content:"\f446"}.ion-ios-help-buoy:before{content:"\f196"}.ion-ios-help-circle:before{content:"\f198"}.ion-ios-help-circle-outline:before{content:"\f197"}.ion-ios-home:before{content:"\f448"}.ion-ios-hourglass:before{content:"\f103"}.ion-ios-ice-cream:before{content:"\f19a"}.ion-ios-image:before{content:"\f19c"}.ion-ios-images:before{content:"\f19e"}.ion-ios-infinite:before{content:"\f44a"}.ion-ios-information:before{content:"\f44d"}.ion-ios-information-circle:before{content:"\f1a0"}.ion-ios-information-circle-outline:before{content:"\f19f"}.ion-ios-jet:before{content:"\f1a5"}.ion-ios-journal:before{content:"\f189"}.ion-ios-key:before{content:"\f1a7"}.ion-ios-keypad:before{content:"\f450"}.ion-ios-laptop:before{content:"\f1a8"}.ion-ios-leaf:before{content:"\f1aa"}.ion-ios-link:before{content:"\f22a"}.ion-ios-list:before{content:"\f454"}.ion-ios-list-box:before{content:"\f143"}.ion-ios-locate:before{content:"\f1ae"}.ion-ios-lock:before{content:"\f1b0"}.ion-ios-log-in:before{content:"\f1b1"}.ion-ios-log-out:before{content:"\f1b2"}.ion-ios-magnet:before{content:"\f1b4"}.ion-ios-mail:before{content:"\f1b8"}.ion-ios-mail-open:before{content:"\f1b6"}.ion-ios-mail-unread:before{content:"\f145"}.ion-ios-male:before{content:"\f1b9"}.ion-ios-man:before{content:"\f1bb"}.ion-ios-map:before{content:"\f1bd"}.ion-ios-medal:before{content:"\f1bf"}.ion-ios-medical:before{content:"\f45c"}.ion-ios-medkit:before{content:"\f45e"}.ion-ios-megaphone:before{content:"\f1c1"}.ion-ios-menu:before{content:"\f1c3"}.ion-ios-mic:before{content:"\f461"}.ion-ios-mic-off:before{content:"\f45f"}.ion-ios-microphone:before{content:"\f1c6"}.ion-ios-moon:before{content:"\f468"}.ion-ios-more:before{content:"\f1c8"}.ion-ios-move:before{content:"\f1cb"}.ion-ios-musical-note:before{content:"\f46b"}.ion-ios-musical-notes:before{content:"\f46c"}.ion-ios-navigate:before{content:"\f46e"}.ion-ios-notifications:before{content:"\f1d3"}.ion-ios-notifications-off:before{content:"\f1d1"}.ion-ios-notifications-outline:before{content:"\f133"}.ion-ios-nuclear:before{content:"\f1d5"}.ion-ios-nutrition:before{content:"\f470"}.ion-ios-open:before{content:"\f1d7"}.ion-ios-options:before{content:"\f1d9"}.ion-ios-outlet:before{content:"\f1db"}.ion-ios-paper:before{content:"\f472"}.ion-ios-paper-plane:before{content:"\f1dd"}.ion-ios-partly-sunny:before{content:"\f1df"}.ion-ios-pause:before{content:"\f478"}.ion-ios-paw:before{content:"\f47a"}.ion-ios-people:before{content:"\f47c"}.ion-ios-person:before{content:"\f47e"}.ion-ios-person-add:before{content:"\f1e1"}.ion-ios-phone-landscape:before{content:"\f1e2"}.ion-ios-phone-portrait:before{content:"\f1e3"}.ion-ios-photos:before{content:"\f482"}.ion-ios-pie:before{content:"\f484"}.ion-ios-pin:before{content:"\f1e5"}.ion-ios-pint:before{content:"\f486"}.ion-ios-pizza:before{content:"\f1e7"}.ion-ios-planet:before{content:"\f1eb"}.ion-ios-play:before{content:"\f488"}.ion-ios-play-circle:before{content:"\f113"}.ion-ios-podium:before{content:"\f1ed"}.ion-ios-power:before{content:"\f1ef"}.ion-ios-pricetag:before{content:"\f48d"}.ion-ios-pricetags:before{content:"\f48f"}.ion-ios-print:before{content:"\f1f1"}.ion-ios-pulse:before{content:"\f493"}.ion-ios-qr-scanner:before{content:"\f1f3"}.ion-ios-quote:before{content:"\f1f5"}.ion-ios-radio:before{content:"\f1f9"}.ion-ios-radio-button-off:before{content:"\f1f6"}.ion-ios-radio-button-on:before{content:"\f1f7"}.ion-ios-rainy:before{content:"\f495"}.ion-ios-recording:before{content:"\f497"}.ion-ios-redo:before{content:"\f499"}.ion-ios-refresh:before{content:"\f49c"}.ion-ios-refresh-circle:before{content:"\f135"}.ion-ios-remove:before{content:"\f1fc"}.ion-ios-remove-circle:before{content:"\f1fb"}.ion-ios-remove-circle-outline:before{content:"\f1fa"}.ion-ios-reorder:before{content:"\f1fd"}.ion-ios-repeat:before{content:"\f1fe"}.ion-ios-resize:before{content:"\f1ff"}.ion-ios-restaurant:before{content:"\f201"}.ion-ios-return-left:before{content:"\f202"}.ion-ios-return-right:before{content:"\f203"}.ion-ios-reverse-camera:before{content:"\f49f"}.ion-ios-rewind:before{content:"\f4a1"}.ion-ios-ribbon:before{content:"\f205"}.ion-ios-rocket:before{content:"\f14b"}.ion-ios-rose:before{content:"\f4a3"}.ion-ios-sad:before{content:"\f207"}.ion-ios-save:before{content:"\f1a6"}.ion-ios-school:before{content:"\f209"}.ion-ios-search:before{content:"\f4a5"}.ion-ios-send:before{content:"\f20c"}.ion-ios-settings:before{content:"\f4a7"}.ion-ios-share:before{content:"\f211"}.ion-ios-share-alt:before{content:"\f20f"}.ion-ios-shirt:before{content:"\f213"}.ion-ios-shuffle:before{content:"\f4a9"}.ion-ios-skip-backward:before{content:"\f215"}.ion-ios-skip-forward:before{content:"\f217"}.ion-ios-snow:before{content:"\f218"}.ion-ios-speedometer:before{content:"\f4b0"}.ion-ios-square:before{content:"\f21a"}.ion-ios-square-outline:before{content:"\f15c"}.ion-ios-star:before{content:"\f4b3"}.ion-ios-star-half:before{content:"\f4b1"}.ion-ios-star-outline:before{content:"\f4b2"}.ion-ios-stats:before{content:"\f21c"}.ion-ios-stopwatch:before{content:"\f4b5"}.ion-ios-subway:before{content:"\f21e"}.ion-ios-sunny:before{content:"\f4b7"}.ion-ios-swap:before{content:"\f21f"}.ion-ios-switch:before{content:"\f221"}.ion-ios-sync:before{content:"\f222"}.ion-ios-tablet-landscape:before{content:"\f223"}.ion-ios-tablet-portrait:before{content:"\f24e"}.ion-ios-tennisball:before{content:"\f4bb"}.ion-ios-text:before{content:"\f250"}.ion-ios-thermometer:before{content:"\f252"}.ion-ios-thumbs-down:before{content:"\f254"}.ion-ios-thumbs-up:before{content:"\f256"}.ion-ios-thunderstorm:before{content:"\f4bd"}.ion-ios-time:before{content:"\f4bf"}.ion-ios-timer:before{content:"\f4c1"}.ion-ios-today:before{content:"\f14f"}.ion-ios-train:before{content:"\f258"}.ion-ios-transgender:before{content:"\f259"}.ion-ios-trash:before{content:"\f4c5"}.ion-ios-trending-down:before{content:"\f25a"}.ion-ios-trending-up:before{content:"\f25b"}.ion-ios-trophy:before{content:"\f25d"}.ion-ios-tv:before{content:"\f115"}.ion-ios-umbrella:before{content:"\f25f"}.ion-ios-undo:before{content:"\f4c7"}.ion-ios-unlock:before{content:"\f261"}.ion-ios-videocam:before{content:"\f4cd"}.ion-ios-volume-high:before{content:"\f11c"}.ion-ios-volume-low:before{content:"\f11e"}.ion-ios-volume-mute:before{content:"\f263"}.ion-ios-volume-off:before{content:"\f264"}.ion-ios-walk:before{content:"\f266"}.ion-ios-wallet:before{content:"\f18b"}.ion-ios-warning:before{content:"\f268"}.ion-ios-watch:before{content:"\f269"}.ion-ios-water:before{content:"\f26b"}.ion-ios-wifi:before{content:"\f26d"}.ion-ios-wine:before{content:"\f26f"}.ion-ios-woman:before{content:"\f271"}.ion-logo-android:before{content:"\f225"}.ion-logo-angular:before{content:"\f227"}.ion-logo-apple:before{content:"\f229"}.ion-logo-bitbucket:before{content:"\f193"}.ion-logo-bitcoin:before{content:"\f22b"}.ion-logo-buffer:before{content:"\f22d"}.ion-logo-chrome:before{content:"\f22f"}.ion-logo-closed-captioning:before{content:"\f105"}.ion-logo-codepen:before{content:"\f230"}.ion-logo-css3:before{content:"\f231"}.ion-logo-designernews:before{content:"\f232"}.ion-logo-dribbble:before{content:"\f233"}.ion-logo-dropbox:before{content:"\f234"}.ion-logo-euro:before{content:"\f235"}.ion-logo-facebook:before{content:"\f236"}.ion-logo-flickr:before{content:"\f107"}.ion-logo-foursquare:before{content:"\f237"}.ion-logo-freebsd-devil:before{content:"\f238"}.ion-logo-game-controller-a:before{content:"\f13b"}.ion-logo-game-controller-b:before{content:"\f181"}.ion-logo-github:before{content:"\f239"}.ion-logo-google:before{content:"\f23a"}.ion-logo-googleplus:before{content:"\f23b"}.ion-logo-hackernews:before{content:"\f23c"}.ion-logo-html5:before{content:"\f23d"}.ion-logo-instagram:before{content:"\f23e"}.ion-logo-ionic:before{content:"\f150"}.ion-logo-ionitron:before{content:"\f151"}.ion-logo-javascript:before{content:"\f23f"}.ion-logo-linkedin:before{content:"\f240"}.ion-logo-markdown:before{content:"\f241"}.ion-logo-model-s:before{content:"\f153"}.ion-logo-no-smoking:before{content:"\f109"}.ion-logo-nodejs:before{content:"\f242"}.ion-logo-npm:before{content:"\f195"}.ion-logo-octocat:before{content:"\f243"}.ion-logo-pinterest:before{content:"\f244"}.ion-logo-playstation:before{content:"\f245"}.ion-logo-polymer:before{content:"\f15e"}.ion-logo-python:before{content:"\f246"}.ion-logo-reddit:before{content:"\f247"}.ion-logo-rss:before{content:"\f248"}.ion-logo-sass:before{content:"\f249"}.ion-logo-skype:before{content:"\f24a"}.ion-logo-slack:before{content:"\f10b"}.ion-logo-snapchat:before{content:"\f24b"}.ion-logo-steam:before{content:"\f24c"}.ion-logo-tumblr:before{content:"\f24d"}.ion-logo-tux:before{content:"\f2ae"}.ion-logo-twitch:before{content:"\f2af"}.ion-logo-twitter:before{content:"\f2b0"}.ion-logo-usd:before{content:"\f2b1"}.ion-logo-vimeo:before{content:"\f2c4"}.ion-logo-vk:before{content:"\f10d"}.ion-logo-whatsapp:before{content:"\f2c5"}.ion-logo-windows:before{content:"\f32f"}.ion-logo-wordpress:before{content:"\f330"}.ion-logo-xbox:before{content:"\f34c"}.ion-logo-xing:before{content:"\f10f"}.ion-logo-yahoo:before{content:"\f34d"}.ion-logo-yen:before{content:"\f34e"}.ion-logo-youtube:before{content:"\f34f"}.ion-md-add:before{content:"\f273"}.ion-md-add-circle:before{content:"\f272"}.ion-md-add-circle-outline:before{content:"\f158"}.ion-md-airplane:before{content:"\f15a"}.ion-md-alarm:before{content:"\f274"}.ion-md-albums:before{content:"\f275"}.ion-md-alert:before{content:"\f276"}.ion-md-american-football:before{content:"\f277"}.ion-md-analytics:before{content:"\f278"}.ion-md-aperture:before{content:"\f279"}.ion-md-apps:before{content:"\f27a"}.ion-md-appstore:before{content:"\f27b"}.ion-md-archive:before{content:"\f27c"}.ion-md-arrow-back:before{content:"\f27d"}.ion-md-arrow-down:before{content:"\f27e"}.ion-md-arrow-dropdown:before{content:"\f280"}.ion-md-arrow-dropdown-circle:before{content:"\f27f"}.ion-md-arrow-dropleft:before{content:"\f282"}.ion-md-arrow-dropleft-circle:before{content:"\f281"}.ion-md-arrow-dropright:before{content:"\f284"}.ion-md-arrow-dropright-circle:before{content:"\f283"}.ion-md-arrow-dropup:before{content:"\f286"}.ion-md-arrow-dropup-circle:before{content:"\f285"}.ion-md-arrow-forward:before{content:"\f287"}.ion-md-arrow-round-back:before{content:"\f288"}.ion-md-arrow-round-down:before{content:"\f289"}.ion-md-arrow-round-forward:before{content:"\f28a"}.ion-md-arrow-round-up:before{content:"\f28b"}.ion-md-arrow-up:before{content:"\f28c"}.ion-md-at:before{content:"\f28d"}.ion-md-attach:before{content:"\f28e"}.ion-md-backspace:before{content:"\f28f"}.ion-md-barcode:before{content:"\f290"}.ion-md-baseball:before{content:"\f291"}.ion-md-basket:before{content:"\f292"}.ion-md-basketball:before{content:"\f293"}.ion-md-battery-charging:before{content:"\f294"}.ion-md-battery-dead:before{content:"\f295"}.ion-md-battery-full:before{content:"\f296"}.ion-md-beaker:before{content:"\f297"}.ion-md-bed:before{content:"\f160"}.ion-md-beer:before{content:"\f298"}.ion-md-bicycle:before{content:"\f299"}.ion-md-bluetooth:before{content:"\f29a"}.ion-md-boat:before{content:"\f29b"}.ion-md-body:before{content:"\f29c"}.ion-md-bonfire:before{content:"\f29d"}.ion-md-book:before{content:"\f29e"}.ion-md-bookmark:before{content:"\f29f"}.ion-md-bookmarks:before{content:"\f2a0"}.ion-md-bowtie:before{content:"\f2a1"}.ion-md-briefcase:before{content:"\f2a2"}.ion-md-browsers:before{content:"\f2a3"}.ion-md-brush:before{content:"\f2a4"}.ion-md-bug:before{content:"\f2a5"}.ion-md-build:before{content:"\f2a6"}.ion-md-bulb:before{content:"\f2a7"}.ion-md-bus:before{content:"\f2a8"}.ion-md-business:before{content:"\f1a4"}.ion-md-cafe:before{content:"\f2a9"}.ion-md-calculator:before{content:"\f2aa"}.ion-md-calendar:before{content:"\f2ab"}.ion-md-call:before{content:"\f2ac"}.ion-md-camera:before{content:"\f2ad"}.ion-md-car:before{content:"\f2b2"}.ion-md-card:before{content:"\f2b3"}.ion-md-cart:before{content:"\f2b4"}.ion-md-cash:before{content:"\f2b5"}.ion-md-cellular:before{content:"\f164"}.ion-md-chatboxes:before{content:"\f2b6"}.ion-md-chatbubbles:before{content:"\f2b7"}.ion-md-checkbox:before{content:"\f2b9"}.ion-md-checkbox-outline:before{content:"\f2b8"}.ion-md-checkmark:before{content:"\f2bc"}.ion-md-checkmark-circle:before{content:"\f2bb"}.ion-md-checkmark-circle-outline:before{content:"\f2ba"}.ion-md-clipboard:before{content:"\f2bd"}.ion-md-clock:before{content:"\f2be"}.ion-md-close:before{content:"\f2c0"}.ion-md-close-circle:before{content:"\f2bf"}.ion-md-close-circle-outline:before{content:"\f166"}.ion-md-cloud:before{content:"\f2c9"}.ion-md-cloud-circle:before{content:"\f2c2"}.ion-md-cloud-done:before{content:"\f2c3"}.ion-md-cloud-download:before{content:"\f2c6"}.ion-md-cloud-outline:before{content:"\f2c7"}.ion-md-cloud-upload:before{content:"\f2c8"}.ion-md-cloudy:before{content:"\f2cb"}.ion-md-cloudy-night:before{content:"\f2ca"}.ion-md-code:before{content:"\f2ce"}.ion-md-code-download:before{content:"\f2cc"}.ion-md-code-working:before{content:"\f2cd"}.ion-md-cog:before{content:"\f2cf"}.ion-md-color-fill:before{content:"\f2d0"}.ion-md-color-filter:before{content:"\f2d1"}.ion-md-color-palette:before{content:"\f2d2"}.ion-md-color-wand:before{content:"\f2d3"}.ion-md-compass:before{content:"\f2d4"}.ion-md-construct:before{content:"\f2d5"}.ion-md-contact:before{content:"\f2d6"}.ion-md-contacts:before{content:"\f2d7"}.ion-md-contract:before{content:"\f2d8"}.ion-md-contrast:before{content:"\f2d9"}.ion-md-copy:before{content:"\f2da"}.ion-md-create:before{content:"\f2db"}.ion-md-crop:before{content:"\f2dc"}.ion-md-cube:before{content:"\f2dd"}.ion-md-cut:before{content:"\f2de"}.ion-md-desktop:before{content:"\f2df"}.ion-md-disc:before{content:"\f2e0"}.ion-md-document:before{content:"\f2e1"}.ion-md-done-all:before{content:"\f2e2"}.ion-md-download:before{content:"\f2e3"}.ion-md-easel:before{content:"\f2e4"}.ion-md-egg:before{content:"\f2e5"}.ion-md-exit:before{content:"\f2e6"}.ion-md-expand:before{content:"\f2e7"}.ion-md-eye:before{content:"\f2e9"}.ion-md-eye-off:before{content:"\f2e8"}.ion-md-fastforward:before{content:"\f2ea"}.ion-md-female:before{content:"\f2eb"}.ion-md-filing:before{content:"\f2ec"}.ion-md-film:before{content:"\f2ed"}.ion-md-finger-print:before{content:"\f2ee"}.ion-md-fitness:before{content:"\f1ac"}.ion-md-flag:before{content:"\f2ef"}.ion-md-flame:before{content:"\f2f0"}.ion-md-flash:before{content:"\f2f1"}.ion-md-flash-off:before{content:"\f169"}.ion-md-flashlight:before{content:"\f16b"}.ion-md-flask:before{content:"\f2f2"}.ion-md-flower:before{content:"\f2f3"}.ion-md-folder:before{content:"\f2f5"}.ion-md-folder-open:before{content:"\f2f4"}.ion-md-football:before{content:"\f2f6"}.ion-md-funnel:before{content:"\f2f7"}.ion-md-gift:before{content:"\f199"}.ion-md-git-branch:before{content:"\f2fa"}.ion-md-git-commit:before{content:"\f2fb"}.ion-md-git-compare:before{content:"\f2fc"}.ion-md-git-merge:before{content:"\f2fd"}.ion-md-git-network:before{content:"\f2fe"}.ion-md-git-pull-request:before{content:"\f2ff"}.ion-md-glasses:before{content:"\f300"}.ion-md-globe:before{content:"\f301"}.ion-md-grid:before{content:"\f302"}.ion-md-hammer:before{content:"\f303"}.ion-md-hand:before{content:"\f304"}.ion-md-happy:before{content:"\f305"}.ion-md-headset:before{content:"\f306"}.ion-md-heart:before{content:"\f308"}.ion-md-heart-dislike:before{content:"\f167"}.ion-md-heart-empty:before{content:"\f1a1"}.ion-md-heart-half:before{content:"\f1a2"}.ion-md-help:before{content:"\f30b"}.ion-md-help-buoy:before{content:"\f309"}.ion-md-help-circle:before{content:"\f30a"}.ion-md-help-circle-outline:before{content:"\f16d"}.ion-md-home:before{content:"\f30c"}.ion-md-hourglass:before{content:"\f111"}.ion-md-ice-cream:before{content:"\f30d"}.ion-md-image:before{content:"\f30e"}.ion-md-images:before{content:"\f30f"}.ion-md-infinite:before{content:"\f310"}.ion-md-information:before{content:"\f312"}.ion-md-information-circle:before{content:"\f311"}.ion-md-information-circle-outline:before{content:"\f16f"}.ion-md-jet:before{content:"\f315"}.ion-md-journal:before{content:"\f18d"}.ion-md-key:before{content:"\f316"}.ion-md-keypad:before{content:"\f317"}.ion-md-laptop:before{content:"\f318"}.ion-md-leaf:before{content:"\f319"}.ion-md-link:before{content:"\f22e"}.ion-md-list:before{content:"\f31b"}.ion-md-list-box:before{content:"\f31a"}.ion-md-locate:before{content:"\f31c"}.ion-md-lock:before{content:"\f31d"}.ion-md-log-in:before{content:"\f31e"}.ion-md-log-out:before{content:"\f31f"}.ion-md-magnet:before{content:"\f320"}.ion-md-mail:before{content:"\f322"}.ion-md-mail-open:before{content:"\f321"}.ion-md-mail-unread:before{content:"\f172"}.ion-md-male:before{content:"\f323"}.ion-md-man:before{content:"\f324"}.ion-md-map:before{content:"\f325"}.ion-md-medal:before{content:"\f326"}.ion-md-medical:before{content:"\f327"}.ion-md-medkit:before{content:"\f328"}.ion-md-megaphone:before{content:"\f329"}.ion-md-menu:before{content:"\f32a"}.ion-md-mic:before{content:"\f32c"}.ion-md-mic-off:before{content:"\f32b"}.ion-md-microphone:before{content:"\f32d"}.ion-md-moon:before{content:"\f32e"}.ion-md-more:before{content:"\f1c9"}.ion-md-move:before{content:"\f331"}.ion-md-musical-note:before{content:"\f332"}.ion-md-musical-notes:before{content:"\f333"}.ion-md-navigate:before{content:"\f334"}.ion-md-notifications:before{content:"\f338"}.ion-md-notifications-off:before{content:"\f336"}.ion-md-notifications-outline:before{content:"\f337"}.ion-md-nuclear:before{content:"\f339"}.ion-md-nutrition:before{content:"\f33a"}.ion-md-open:before{content:"\f33b"}.ion-md-options:before{content:"\f33c"}.ion-md-outlet:before{content:"\f33d"}.ion-md-paper:before{content:"\f33f"}.ion-md-paper-plane:before{content:"\f33e"}.ion-md-partly-sunny:before{content:"\f340"}.ion-md-pause:before{content:"\f341"}.ion-md-paw:before{content:"\f342"}.ion-md-people:before{content:"\f343"}.ion-md-person:before{content:"\f345"}.ion-md-person-add:before{content:"\f344"}.ion-md-phone-landscape:before{content:"\f346"}.ion-md-phone-portrait:before{content:"\f347"}.ion-md-photos:before{content:"\f348"}.ion-md-pie:before{content:"\f349"}.ion-md-pin:before{content:"\f34a"}.ion-md-pint:before{content:"\f34b"}.ion-md-pizza:before{content:"\f354"}.ion-md-planet:before{content:"\f356"}.ion-md-play:before{content:"\f357"}.ion-md-play-circle:before{content:"\f174"}.ion-md-podium:before{content:"\f358"}.ion-md-power:before{content:"\f359"}.ion-md-pricetag:before{content:"\f35a"}.ion-md-pricetags:before{content:"\f35b"}.ion-md-print:before{content:"\f35c"}.ion-md-pulse:before{content:"\f35d"}.ion-md-qr-scanner:before{content:"\f35e"}.ion-md-quote:before{content:"\f35f"}.ion-md-radio:before{content:"\f362"}.ion-md-radio-button-off:before{content:"\f360"}.ion-md-radio-button-on:before{content:"\f361"}.ion-md-rainy:before{content:"\f363"}.ion-md-recording:before{content:"\f364"}.ion-md-redo:before{content:"\f365"}.ion-md-refresh:before{content:"\f366"}.ion-md-refresh-circle:before{content:"\f228"}.ion-md-remove:before{content:"\f368"}.ion-md-remove-circle:before{content:"\f367"}.ion-md-remove-circle-outline:before{content:"\f176"}.ion-md-reorder:before{content:"\f369"}.ion-md-repeat:before{content:"\f36a"}.ion-md-resize:before{content:"\f36b"}.ion-md-restaurant:before{content:"\f36c"}.ion-md-return-left:before{content:"\f36d"}.ion-md-return-right:before{content:"\f36e"}.ion-md-reverse-camera:before{content:"\f36f"}.ion-md-rewind:before{content:"\f370"}.ion-md-ribbon:before{content:"\f371"}.ion-md-rocket:before{content:"\f179"}.ion-md-rose:before{content:"\f372"}.ion-md-sad:before{content:"\f373"}.ion-md-save:before{content:"\f1a9"}.ion-md-school:before{content:"\f374"}.ion-md-search:before{content:"\f375"}.ion-md-send:before{content:"\f376"}.ion-md-settings:before{content:"\f377"}.ion-md-share:before{content:"\f379"}.ion-md-share-alt:before{content:"\f378"}.ion-md-shirt:before{content:"\f37a"}.ion-md-shuffle:before{content:"\f37b"}.ion-md-skip-backward:before{content:"\f37c"}.ion-md-skip-forward:before{content:"\f37d"}.ion-md-snow:before{content:"\f37e"}.ion-md-speedometer:before{content:"\f37f"}.ion-md-square:before{content:"\f381"}.ion-md-square-outline:before{content:"\f380"}.ion-md-star:before{content:"\f384"}.ion-md-star-half:before{content:"\f382"}.ion-md-star-outline:before{content:"\f383"}.ion-md-stats:before{content:"\f385"}.ion-md-stopwatch:before{content:"\f386"}.ion-md-subway:before{content:"\f387"}.ion-md-sunny:before{content:"\f388"}.ion-md-swap:before{content:"\f389"}.ion-md-switch:before{content:"\f38a"}.ion-md-sync:before{content:"\f38b"}.ion-md-tablet-landscape:before{content:"\f38c"}.ion-md-tablet-portrait:before{content:"\f38d"}.ion-md-tennisball:before{content:"\f38e"}.ion-md-text:before{content:"\f38f"}.ion-md-thermometer:before{content:"\f390"}.ion-md-thumbs-down:before{content:"\f391"}.ion-md-thumbs-up:before{content:"\f392"}.ion-md-thunderstorm:before{content:"\f393"}.ion-md-time:before{content:"\f394"}.ion-md-timer:before{content:"\f395"}.ion-md-today:before{content:"\f17d"}.ion-md-train:before{content:"\f396"}.ion-md-transgender:before{content:"\f397"}.ion-md-trash:before{content:"\f398"}.ion-md-trending-down:before{content:"\f399"}.ion-md-trending-up:before{content:"\f39a"}.ion-md-trophy:before{content:"\f39b"}.ion-md-tv:before{content:"\f17f"}.ion-md-umbrella:before{content:"\f39c"}.ion-md-undo:before{content:"\f39d"}.ion-md-unlock:before{content:"\f39e"}.ion-md-videocam:before{content:"\f39f"}.ion-md-volume-high:before{content:"\f123"}.ion-md-volume-low:before{content:"\f131"}.ion-md-volume-mute:before{content:"\f3a1"}.ion-md-volume-off:before{content:"\f3a2"}.ion-md-walk:before{content:"\f3a4"}.ion-md-wallet:before{content:"\f18f"}.ion-md-warning:before{content:"\f3a5"}.ion-md-watch:before{content:"\f3a6"}.ion-md-water:before{content:"\f3a7"}.ion-md-wifi:before{content:"\f3a8"}.ion-md-wine:before{content:"\f3a9"}.ion-md-woman:before{content:"\f3aa"}

@font-face {
font-family: "linea-arrows-10";
src: url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/linea-icons/arrows/fonts/linea-arrows-10.eot);
src: url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/linea-icons/arrows/fonts/linea-arrows-10.eot?#iefix) format("embedded-opentype"), url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/linea-icons/arrows/fonts/linea-arrows-10.woff) format("woff"), url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/linea-icons/arrows/fonts/linea-arrows-10.ttf) format("truetype"), url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/linea-icons/arrows/fonts/linea-arrows-10.svg#linea-arrows-10) format("svg");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "linea-basic-10";
src: url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/linea-icons/basic/fonts/linea-basic-10.eot);
src: url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/linea-icons/basic/fonts/linea-basic-10.eot?#iefix) format("embedded-opentype"), url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/linea-icons/basic/fonts/linea-basic-10.woff) format("woff"), url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/linea-icons/basic/fonts/linea-basic-10.ttf) format("truetype"), url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/linea-icons/basic/fonts/linea-basic-10.svg#linea-basic-10) format("svg");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "linea-basic-elaboration-10";
src: url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/linea-icons/basic-elaboration/fonts/linea-basic-elaboration-10.eot);
src: url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/linea-icons/basic-elaboration/fonts/linea-basic-elaboration-10.eot?#iefix) format("embedded-opentype"), url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/linea-icons/basic-elaboration/fonts/linea-basic-elaboration-10.woff) format("woff"), url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/linea-icons/basic-elaboration/fonts/linea-basic-elaboration-10.ttf) format("truetype"), url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/linea-icons/basic-elaboration/fonts/linea-basic-elaboration-10.svg#linea-basic-elaboration-10) format("svg");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "linea-ecommerce-10";
src: url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/linea-icons/ecommerce/fonts/linea-ecommerce-10.eot);
src: url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/linea-icons/ecommerce/fonts/linea-ecommerce-10.eot?#iefix) format("embedded-opentype"), url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/linea-icons/ecommerce/fonts/linea-ecommerce-10.woff) format("woff"), url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/linea-icons/ecommerce/fonts/linea-ecommerce-10.ttf) format("truetype"), url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/linea-icons/ecommerce/fonts/linea-ecommerce-10.svg#linea-ecommerce-10) format("svg");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "linea-music-10";
src: url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/linea-icons/music/fonts/linea-music-10.eot);
src: url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/linea-icons/music/fonts/linea-music-10.eot?#iefix) format("embedded-opentype"), url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/linea-icons/music/fonts/linea-music-10.woff) format("woff"), url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/linea-icons/music/fonts/linea-music-10.ttf) format("truetype"), url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/linea-icons/music/fonts/linea-music-10.svg#linea-music-10) format("svg");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "linea-software-10";
src: url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/linea-icons/software/fonts/linea-software-10.eot);
src: url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/linea-icons/software/fonts/linea-software-10.eot?#iefix) format("embedded-opentype"), url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/linea-icons/software/fonts/linea-software-10.woff) format("woff"), url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/linea-icons/software/fonts/linea-software-10.ttf) format("truetype"), url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/linea-icons/software/fonts/linea-software-10.svg#linea-software-10) format("svg");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "linea-weather-10";
src: url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/linea-icons/weather/fonts/linea-weather-10.eot);
src: url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/linea-icons/weather/fonts/linea-weather-10.eot?#iefix) format("embedded-opentype"), url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/linea-icons/weather/fonts/linea-weather-10.woff) format("woff"), url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/linea-icons/weather/fonts/linea-weather-10.ttf) format("truetype"), url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/linea-icons/weather/fonts/linea-weather-10.svg#linea-weather-10) format("svg");
font-weight: normal;
font-style: normal;
} [class^="icon-arrows"][data-icon]:before {
font-family: "linea-arrows-10" !important;
content: attr(data-icon);
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} [class^="icon-arrows-"]:before,
[class*=" icon-arrows-"]:before {
font-family: "linea-arrows-10" !important;
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .icon-arrows-anticlockwise:before {
content: "\e000";
} .icon-arrows-anticlockwise-dashed:before {
content: "\e001";
} .icon-arrows-button-down:before {
content: "\e002";
} .icon-arrows-button-off:before {
content: "\e003";
} .icon-arrows-button-on:before {
content: "\e004";
} .icon-arrows-button-up:before {
content: "\e005";
} .icon-arrows-check:before {
content: "\e006";
} .icon-arrows-circle-check:before {
content: "\e007";
} .icon-arrows-circle-down:before {
content: "\e008";
} .icon-arrows-circle-downleft:before {
content: "\e009";
} .icon-arrows-circle-downright:before {
content: "\e00a";
} .icon-arrows-circle-left:before {
content: "\e00b";
} .icon-arrows-circle-minus:before {
content: "\e00c";
} .icon-arrows-circle-plus:before {
content: "\e00d";
} .icon-arrows-circle-remove:before {
content: "\e00e";
} .icon-arrows-circle-right:before {
content: "\e00f";
} .icon-arrows-circle-up:before {
content: "\e010";
} .icon-arrows-circle-upleft:before {
content: "\e011";
} .icon-arrows-circle-upright:before {
content: "\e012";
} .icon-arrows-clockwise:before {
content: "\e013";
} .icon-arrows-clockwise-dashed:before {
content: "\e014";
} .icon-arrows-compress:before {
content: "\e015";
} .icon-arrows-deny:before {
content: "\e016";
} .icon-arrows-diagonal:before {
content: "\e017";
} .icon-arrows-diagonal2:before {
content: "\e018";
} .icon-arrows-down:before {
content: "\e019";
} .icon-arrows-down-double:before {
content: "\e01a";
} .icon-arrows-downleft:before {
content: "\e01b";
} .icon-arrows-downright:before {
content: "\e01c";
} .icon-arrows-drag-down:before {
content: "\e01d";
} .icon-arrows-drag-down-dashed:before {
content: "\e01e";
} .icon-arrows-drag-horiz:before {
content: "\e01f";
} .icon-arrows-drag-left:before {
content: "\e020";
} .icon-arrows-drag-left-dashed:before {
content: "\e021";
} .icon-arrows-drag-right:before {
content: "\e022";
} .icon-arrows-drag-right-dashed:before {
content: "\e023";
} .icon-arrows-drag-up:before {
content: "\e024";
} .icon-arrows-drag-up-dashed:before {
content: "\e025";
} .icon-arrows-drag-vert:before {
content: "\e026";
} .icon-arrows-exclamation:before {
content: "\e027";
} .icon-arrows-expand:before {
content: "\e028";
} .icon-arrows-expand-diagonal1:before {
content: "\e029";
} .icon-arrows-expand-horizontal1:before {
content: "\e02a";
} .icon-arrows-expand-vertical1:before {
content: "\e02b";
} .icon-arrows-fit-horizontal:before {
content: "\e02c";
} .icon-arrows-fit-vertical:before {
content: "\e02d";
} .icon-arrows-glide:before {
content: "\e02e";
} .icon-arrows-glide-horizontal:before {
content: "\e02f";
} .icon-arrows-glide-vertical:before {
content: "\e030";
} .icon-arrows-hamburger1:before {
content: "\e031";
} .icon-arrows-hamburger-2:before {
content: "\e032";
} .icon-arrows-horizontal:before {
content: "\e033";
} .icon-arrows-info:before {
content: "\e034";
} .icon-arrows-keyboard-alt:before {
content: "\e035";
} .icon-arrows-keyboard-cmd:before {
content: "\e036";
} .icon-arrows-keyboard-delete:before {
content: "\e037";
} .icon-arrows-keyboard-down:before {
content: "\e038";
} .icon-arrows-keyboard-left:before {
content: "\e039";
} .icon-arrows-keyboard-return:before {
content: "\e03a";
} .icon-arrows-keyboard-right:before {
content: "\e03b";
} .icon-arrows-keyboard-shift:before {
content: "\e03c";
} .icon-arrows-keyboard-tab:before {
content: "\e03d";
} .icon-arrows-keyboard-up:before {
content: "\e03e";
} .icon-arrows-left:before {
content: "\e03f";
} .icon-arrows-left-double-32:before {
content: "\e040";
} .icon-arrows-minus:before {
content: "\e041";
} .icon-arrows-move:before {
content: "\e042";
} .icon-arrows-move2:before {
content: "\e043";
} .icon-arrows-move-bottom:before {
content: "\e044";
} .icon-arrows-move-left:before {
content: "\e045";
} .icon-arrows-move-right:before {
content: "\e046";
} .icon-arrows-move-top:before {
content: "\e047";
} .icon-arrows-plus:before {
content: "\e048";
} .icon-arrows-question:before {
content: "\e049";
} .icon-arrows-remove:before {
content: "\e04a";
} .icon-arrows-right:before {
content: "\e04b";
} .icon-arrows-right-double:before {
content: "\e04c";
} .icon-arrows-rotate:before {
content: "\e04d";
} .icon-arrows-rotate-anti:before {
content: "\e04e";
} .icon-arrows-rotate-anti-dashed:before {
content: "\e04f";
} .icon-arrows-rotate-dashed:before {
content: "\e050";
} .icon-arrows-shrink:before {
content: "\e051";
} .icon-arrows-shrink-diagonal1:before {
content: "\e052";
} .icon-arrows-shrink-diagonal2:before {
content: "\e053";
} .icon-arrows-shrink-horizonal2:before {
content: "\e054";
} .icon-arrows-shrink-horizontal1:before {
content: "\e055";
} .icon-arrows-shrink-vertical1:before {
content: "\e056";
} .icon-arrows-shrink-vertical2:before {
content: "\e057";
} .icon-arrows-sign-down:before {
content: "\e058";
} .icon-arrows-sign-left:before {
content: "\e059";
} .icon-arrows-sign-right:before {
content: "\e05a";
} .icon-arrows-sign-up:before {
content: "\e05b";
} .icon-arrows-slide-down1:before {
content: "\e05c";
} .icon-arrows-slide-down2:before {
content: "\e05d";
} .icon-arrows-slide-left1:before {
content: "\e05e";
} .icon-arrows-slide-left2:before {
content: "\e05f";
} .icon-arrows-slide-right1:before {
content: "\e060";
} .icon-arrows-slide-right2:before {
content: "\e061";
} .icon-arrows-slide-up1:before {
content: "\e062";
} .icon-arrows-slide-up2:before {
content: "\e063";
} .icon-arrows-slim-down:before {
content: "\e064";
} .icon-arrows-slim-down-dashed:before {
content: "\e065";
} .icon-arrows-slim-left:before {
content: "\e066";
} .icon-arrows-slim-left-dashed:before {
content: "\e067";
} .icon-arrows-slim-right:before {
content: "\e068";
} .icon-arrows-slim-right-dashed:before {
content: "\e069";
} .icon-arrows-slim-up:before {
content: "\e06a";
} .icon-arrows-slim-up-dashed:before {
content: "\e06b";
} .icon-arrows-square-check:before {
content: "\e06c";
} .icon-arrows-square-down:before {
content: "\e06d";
} .icon-arrows-square-downleft:before {
content: "\e06e";
} .icon-arrows-square-downright:before {
content: "\e06f";
} .icon-arrows-square-left:before {
content: "\e070";
} .icon-arrows-square-minus:before {
content: "\e071";
} .icon-arrows-square-plus:before {
content: "\e072";
} .icon-arrows-square-remove:before {
content: "\e073";
} .icon-arrows-square-right:before {
content: "\e074";
} .icon-arrows-square-up:before {
content: "\e075";
} .icon-arrows-square-upleft:before {
content: "\e076";
} .icon-arrows-square-upright:before {
content: "\e077";
} .icon-arrows-squares:before {
content: "\e078";
} .icon-arrows-stretch-diagonal1:before {
content: "\e079";
} .icon-arrows-stretch-diagonal2:before {
content: "\e07a";
} .icon-arrows-stretch-diagonal3:before {
content: "\e07b";
} .icon-arrows-stretch-diagonal4:before {
content: "\e07c";
} .icon-arrows-stretch-horizontal1:before {
content: "\e07d";
} .icon-arrows-stretch-horizontal2:before {
content: "\e07e";
} .icon-arrows-stretch-vertical1:before {
content: "\e07f";
} .icon-arrows-stretch-vertical2:before {
content: "\e080";
} .icon-arrows-switch-horizontal:before {
content: "\e081";
} .icon-arrows-switch-vertical:before {
content: "\e082";
} .icon-arrows-up:before {
content: "\e083";
} .icon-arrows-up-double-33:before {
content: "\e084";
} .icon-arrows-upleft:before {
content: "\e085";
} .icon-arrows-upright:before {
content: "\e086";
} .icon-arrows-vertical:before {
content: "\e087";
} [class^="icon-basic-"][data-icon]:before {
font-family: "linea-basic-10" !important;
content: attr(data-icon);
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} [class^="icon-basic-"]:before,
[class*=" icon-basic-"]:before {
font-family: "linea-basic-10" !important;
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .icon-basic-accelerator:before {
content: "a";
} .icon-basic-alarm:before {
content: "b";
} .icon-basic-anchor:before {
content: "c";
} .icon-basic-anticlockwise:before {
content: "d";
} .icon-basic-archive:before {
content: "e";
} .icon-basic-archive-full:before {
content: "f";
} .icon-basic-ban:before {
content: "g";
} .icon-basic-battery-charge:before {
content: "h";
} .icon-basic-battery-empty:before {
content: "i";
} .icon-basic-battery-full:before {
content: "j";
} .icon-basic-battery-half:before {
content: "k";
} .icon-basic-bolt:before {
content: "l";
} .icon-basic-book:before {
content: "m";
} .icon-basic-book-pen:before {
content: "n";
} .icon-basic-book-pencil:before {
content: "o";
} .icon-basic-bookmark:before {
content: "p";
} .icon-basic-calculator:before {
content: "q";
} .icon-basic-calendar:before {
content: "r";
} .icon-basic-cards-diamonds:before {
content: "s";
} .icon-basic-cards-hearts:before {
content: "t";
} .icon-basic-case:before {
content: "u";
} .icon-basic-chronometer:before {
content: "v";
} .icon-basic-clessidre:before {
content: "w";
} .icon-basic-clock:before {
content: "x";
} .icon-basic-clockwise:before {
content: "y";
} .icon-basic-cloud:before {
content: "z";
} .icon-basic-clubs:before {
content: "A";
} .icon-basic-compass:before {
content: "B";
} .icon-basic-cup:before {
content: "C";
} .icon-basic-diamonds:before {
content: "D";
} .icon-basic-display:before {
content: "E";
} .icon-basic-download:before {
content: "F";
} .icon-basic-exclamation:before {
content: "G";
} .icon-basic-eye:before {
content: "H";
} .icon-basic-eye-closed:before {
content: "I";
} .icon-basic-female:before {
content: "J";
} .icon-basic-flag1:before {
content: "K";
} .icon-basic-flag2:before {
content: "L";
} .icon-basic-floppydisk:before {
content: "M";
} .icon-basic-folder:before {
content: "N";
} .icon-basic-folder-multiple:before {
content: "O";
} .icon-basic-gear:before {
content: "P";
} .icon-basic-geolocalize-01:before {
content: "Q";
} .icon-basic-geolocalize-05:before {
content: "R";
} .icon-basic-globe:before {
content: "S";
} .icon-basic-gunsight:before {
content: "T";
} .icon-basic-hammer:before {
content: "U";
} .icon-basic-headset:before {
content: "V";
} .icon-basic-heart:before {
content: "W";
} .icon-basic-heart-broken:before {
content: "X";
} .icon-basic-helm:before {
content: "Y";
} .icon-basic-home:before {
content: "Z";
} .icon-basic-info:before {
content: "0";
} .icon-basic-ipod:before {
content: "1";
} .icon-basic-joypad:before {
content: "2";
} .icon-basic-key:before {
content: "3";
} .icon-basic-keyboard:before {
content: "4";
} .icon-basic-laptop:before {
content: "5";
} .icon-basic-life-buoy:before {
content: "6";
} .icon-basic-lightbulb:before {
content: "7";
} .icon-basic-link:before {
content: "8";
} .icon-basic-lock:before {
content: "9";
} .icon-basic-lock-open:before {
content: "!";
} .icon-basic-magic-mouse:before {
content: "\"";
} .icon-basic-magnifier:before {
content: "#";
} .icon-basic-magnifier-minus:before {
content: "$";
} .icon-basic-magnifier-plus:before {
content: "%";
} .icon-basic-mail:before {
content: "&";
} .icon-basic-mail-multiple:before {
content: "'";
} .icon-basic-mail-open:before {
content: "(";
} .icon-basic-mail-open-text:before {
content: ")";
} .icon-basic-male:before {
content: "*";
} .icon-basic-map:before {
content: "+";
} .icon-basic-message:before {
content: ",";
} .icon-basic-message-multiple:before {
content: "-";
} .icon-basic-message-txt:before {
content: ".";
} .icon-basic-mixer2:before {
content: "/";
} .icon-basic-mouse:before {
content: ":";
} .icon-basic-notebook:before {
content: ";";
} .icon-basic-notebook-pen:before {
content: "<";
} .icon-basic-notebook-pencil:before {
content: "=";
} .icon-basic-paperplane:before {
content: ">";
} .icon-basic-pencil-ruler:before {
content: "?";
} .icon-basic-pencil-ruler-pen:before {
content: "@";
} .icon-basic-photo:before {
content: "[";
} .icon-basic-picture:before {
content: "]";
} .icon-basic-picture-multiple:before {
content: "^";
} .icon-basic-pin1:before {
content: "_";
} .icon-basic-pin2:before {
content: "`";
} .icon-basic-postcard:before {
content: "{";
} .icon-basic-postcard-multiple:before {
content: "|";
} .icon-basic-printer:before {
content: "}";
} .icon-basic-question:before {
content: "~";
} .icon-basic-rss:before {
content: "\\";
} .icon-basic-server:before {
content: "\e000";
} .icon-basic-server2:before {
content: "\e001";
} .icon-basic-server-cloud:before {
content: "\e002";
} .icon-basic-server-download:before {
content: "\e003";
} .icon-basic-server-upload:before {
content: "\e004";
} .icon-basic-settings:before {
content: "\e005";
} .icon-basic-share:before {
content: "\e006";
} .icon-basic-sheet:before {
content: "\e007";
} .icon-basic-sheet-multiple:before {
content: "\e008";
} .icon-basic-sheet-pen:before {
content: "\e009";
} .icon-basic-sheet-pencil:before {
content: "\e00a";
} .icon-basic-sheet-txt:before {
content: "\e00b";
} .icon-basic-signs:before {
content: "\e00c";
} .icon-basic-smartphone:before {
content: "\e00d";
} .icon-basic-spades:before {
content: "\e00e";
} .icon-basic-spread:before {
content: "\e00f";
} .icon-basic-spread-bookmark:before {
content: "\e010";
} .icon-basic-spread-text:before {
content: "\e011";
} .icon-basic-spread-text-bookmark:before {
content: "\e012";
} .icon-basic-star:before {
content: "\e013";
} .icon-basic-tablet:before {
content: "\e014";
} .icon-basic-target:before {
content: "\e015";
} .icon-basic-todo:before {
content: "\e016";
} .icon-basic-todo-pen:before {
content: "\e017";
} .icon-basic-todo-pencil:before {
content: "\e018";
} .icon-basic-todo-txt:before {
content: "\e019";
} .icon-basic-todolist-pen:before {
content: "\e01a";
} .icon-basic-todolist-pencil:before {
content: "\e01b";
} .icon-basic-trashcan:before {
content: "\e01c";
} .icon-basic-trashcan-full:before {
content: "\e01d";
} .icon-basic-trashcan-refresh:before {
content: "\e01e";
} .icon-basic-trashcan-remove:before {
content: "\e01f";
} .icon-basic-upload:before {
content: "\e020";
} .icon-basic-usb:before {
content: "\e021";
} .icon-basic-video:before {
content: "\e022";
} .icon-basic-watch:before {
content: "\e023";
} .icon-basic-webpage:before {
content: "\e024";
} .icon-basic-webpage-img-txt:before {
content: "\e025";
} .icon-basic-webpage-multiple:before {
content: "\e026";
} .icon-basic-webpage-txt:before {
content: "\e027";
} .icon-basic-world:before {
content: "\e028";
} [class^="icon-basic-elaboration-"][data-icon]:before {
font-family: "linea-basic-elaboration-10" !important;
content: attr(data-icon);
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} [class^="icon-basic-elaboration-"]:before,
[class*=" icon-basic-elaboration-"]:before {
font-family: "linea-basic-elaboration-10" !important;
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .icon-basic-elaboration-bookmark-checck:before {
content: "a";
} .icon-basic-elaboration-bookmark-minus:before {
content: "b";
} .icon-basic-elaboration-bookmark-plus:before {
content: "c";
} .icon-basic-elaboration-bookmark-remove:before {
content: "d";
} .icon-basic-elaboration-briefcase-check:before {
content: "e";
} .icon-basic-elaboration-briefcase-download:before {
content: "f";
} .icon-basic-elaboration-briefcase-flagged:before {
content: "g";
} .icon-basic-elaboration-briefcase-minus:before {
content: "h";
} .icon-basic-elaboration-briefcase-plus:before {
content: "i";
} .icon-basic-elaboration-briefcase-refresh:before {
content: "j";
} .icon-basic-elaboration-briefcase-remove:before {
content: "k";
} .icon-basic-elaboration-briefcase-search:before {
content: "l";
} .icon-basic-elaboration-briefcase-star:before {
content: "m";
} .icon-basic-elaboration-briefcase-upload:before {
content: "n";
} .icon-basic-elaboration-browser-check:before {
content: "o";
} .icon-basic-elaboration-browser-download:before {
content: "p";
} .icon-basic-elaboration-browser-minus:before {
content: "q";
} .icon-basic-elaboration-browser-plus:before {
content: "r";
} .icon-basic-elaboration-browser-refresh:before {
content: "s";
} .icon-basic-elaboration-browser-remove:before {
content: "t";
} .icon-basic-elaboration-browser-search:before {
content: "u";
} .icon-basic-elaboration-browser-star:before {
content: "v";
} .icon-basic-elaboration-browser-upload:before {
content: "w";
} .icon-basic-elaboration-calendar-check:before {
content: "x";
} .icon-basic-elaboration-calendar-cloud:before {
content: "y";
} .icon-basic-elaboration-calendar-download:before {
content: "z";
} .icon-basic-elaboration-calendar-empty:before {
content: "A";
} .icon-basic-elaboration-calendar-flagged:before {
content: "B";
} .icon-basic-elaboration-calendar-heart:before {
content: "C";
} .icon-basic-elaboration-calendar-minus:before {
content: "D";
} .icon-basic-elaboration-calendar-next:before {
content: "E";
} .icon-basic-elaboration-calendar-noaccess:before {
content: "F";
} .icon-basic-elaboration-calendar-pencil:before {
content: "G";
} .icon-basic-elaboration-calendar-plus:before {
content: "H";
} .icon-basic-elaboration-calendar-previous:before {
content: "I";
} .icon-basic-elaboration-calendar-refresh:before {
content: "J";
} .icon-basic-elaboration-calendar-remove:before {
content: "K";
} .icon-basic-elaboration-calendar-search:before {
content: "L";
} .icon-basic-elaboration-calendar-star:before {
content: "M";
} .icon-basic-elaboration-calendar-upload:before {
content: "N";
} .icon-basic-elaboration-cloud-check:before {
content: "O";
} .icon-basic-elaboration-cloud-download:before {
content: "P";
} .icon-basic-elaboration-cloud-minus:before {
content: "Q";
} .icon-basic-elaboration-cloud-noaccess:before {
content: "R";
} .icon-basic-elaboration-cloud-plus:before {
content: "S";
} .icon-basic-elaboration-cloud-refresh:before {
content: "T";
} .icon-basic-elaboration-cloud-remove:before {
content: "U";
} .icon-basic-elaboration-cloud-search:before {
content: "V";
} .icon-basic-elaboration-cloud-upload:before {
content: "W";
} .icon-basic-elaboration-document-check:before {
content: "X";
} .icon-basic-elaboration-document-cloud:before {
content: "Y";
} .icon-basic-elaboration-document-download:before {
content: "Z";
} .icon-basic-elaboration-document-flagged:before {
content: "0";
} .icon-basic-elaboration-document-graph:before {
content: "1";
} .icon-basic-elaboration-document-heart:before {
content: "2";
} .icon-basic-elaboration-document-minus:before {
content: "3";
} .icon-basic-elaboration-document-next:before {
content: "4";
} .icon-basic-elaboration-document-noaccess:before {
content: "5";
} .icon-basic-elaboration-document-note:before {
content: "6";
} .icon-basic-elaboration-document-pencil:before {
content: "7";
} .icon-basic-elaboration-document-picture:before {
content: "8";
} .icon-basic-elaboration-document-plus:before {
content: "9";
} .icon-basic-elaboration-document-previous:before {
content: "!";
} .icon-basic-elaboration-document-refresh:before {
content: "\"";
} .icon-basic-elaboration-document-remove:before {
content: "#";
} .icon-basic-elaboration-document-search:before {
content: "$";
} .icon-basic-elaboration-document-star:before {
content: "%";
} .icon-basic-elaboration-document-upload:before {
content: "&";
} .icon-basic-elaboration-folder-check:before {
content: "'";
} .icon-basic-elaboration-folder-cloud:before {
content: "(";
} .icon-basic-elaboration-folder-document:before {
content: ")";
} .icon-basic-elaboration-folder-download:before {
content: "*";
} .icon-basic-elaboration-folder-flagged:before {
content: "+";
} .icon-basic-elaboration-folder-graph:before {
content: ",";
} .icon-basic-elaboration-folder-heart:before {
content: "-";
} .icon-basic-elaboration-folder-minus:before {
content: ".";
} .icon-basic-elaboration-folder-next:before {
content: "/";
} .icon-basic-elaboration-folder-noaccess:before {
content: ":";
} .icon-basic-elaboration-folder-note:before {
content: ";";
} .icon-basic-elaboration-folder-pencil:before {
content: "<";
} .icon-basic-elaboration-folder-picture:before {
content: "=";
} .icon-basic-elaboration-folder-plus:before {
content: ">";
} .icon-basic-elaboration-folder-previous:before {
content: "?";
} .icon-basic-elaboration-folder-refresh:before {
content: "@";
} .icon-basic-elaboration-folder-remove:before {
content: "[";
} .icon-basic-elaboration-folder-search:before {
content: "]";
} .icon-basic-elaboration-folder-star:before {
content: "^";
} .icon-basic-elaboration-folder-upload:before {
content: "_";
} .icon-basic-elaboration-mail-check:before {
content: "`";
} .icon-basic-elaboration-mail-cloud:before {
content: "{";
} .icon-basic-elaboration-mail-document:before {
content: "|";
} .icon-basic-elaboration-mail-download:before {
content: "}";
} .icon-basic-elaboration-mail-flagged:before {
content: "~";
} .icon-basic-elaboration-mail-heart:before {
content: "\\";
} .icon-basic-elaboration-mail-next:before {
content: "\e000";
} .icon-basic-elaboration-mail-noaccess:before {
content: "\e001";
} .icon-basic-elaboration-mail-note:before {
content: "\e002";
} .icon-basic-elaboration-mail-pencil:before {
content: "\e003";
} .icon-basic-elaboration-mail-picture:before {
content: "\e004";
} .icon-basic-elaboration-mail-previous:before {
content: "\e005";
} .icon-basic-elaboration-mail-refresh:before {
content: "\e006";
} .icon-basic-elaboration-mail-remove:before {
content: "\e007";
} .icon-basic-elaboration-mail-search:before {
content: "\e008";
} .icon-basic-elaboration-mail-star:before {
content: "\e009";
} .icon-basic-elaboration-mail-upload:before {
content: "\e00a";
} .icon-basic-elaboration-message-check:before {
content: "\e00b";
} .icon-basic-elaboration-message-dots:before {
content: "\e00c";
} .icon-basic-elaboration-message-happy:before {
content: "\e00d";
} .icon-basic-elaboration-message-heart:before {
content: "\e00e";
} .icon-basic-elaboration-message-minus:before {
content: "\e00f";
} .icon-basic-elaboration-message-note:before {
content: "\e010";
} .icon-basic-elaboration-message-plus:before {
content: "\e011";
} .icon-basic-elaboration-message-refresh:before {
content: "\e012";
} .icon-basic-elaboration-message-remove:before {
content: "\e013";
} .icon-basic-elaboration-message-sad:before {
content: "\e014";
} .icon-basic-elaboration-smartphone-cloud:before {
content: "\e015";
} .icon-basic-elaboration-smartphone-heart:before {
content: "\e016";
} .icon-basic-elaboration-smartphone-noaccess:before {
content: "\e017";
} .icon-basic-elaboration-smartphone-note:before {
content: "\e018";
} .icon-basic-elaboration-smartphone-pencil:before {
content: "\e019";
} .icon-basic-elaboration-smartphone-picture:before {
content: "\e01a";
} .icon-basic-elaboration-smartphone-refresh:before {
content: "\e01b";
} .icon-basic-elaboration-smartphone-search:before {
content: "\e01c";
} .icon-basic-elaboration-tablet-cloud:before {
content: "\e01d";
} .icon-basic-elaboration-tablet-heart:before {
content: "\e01e";
} .icon-basic-elaboration-tablet-noaccess:before {
content: "\e01f";
} .icon-basic-elaboration-tablet-note:before {
content: "\e020";
} .icon-basic-elaboration-tablet-pencil:before {
content: "\e021";
} .icon-basic-elaboration-tablet-picture:before {
content: "\e022";
} .icon-basic-elaboration-tablet-refresh:before {
content: "\e023";
} .icon-basic-elaboration-tablet-search:before {
content: "\e024";
} .icon-basic-elaboration-todolist-2:before {
content: "\e025";
} .icon-basic-elaboration-todolist-check:before {
content: "\e026";
} .icon-basic-elaboration-todolist-cloud:before {
content: "\e027";
} .icon-basic-elaboration-todolist-download:before {
content: "\e028";
} .icon-basic-elaboration-todolist-flagged:before {
content: "\e029";
} .icon-basic-elaboration-todolist-minus:before {
content: "\e02a";
} .icon-basic-elaboration-todolist-noaccess:before {
content: "\e02b";
} .icon-basic-elaboration-todolist-pencil:before {
content: "\e02c";
} .icon-basic-elaboration-todolist-plus:before {
content: "\e02d";
} .icon-basic-elaboration-todolist-refresh:before {
content: "\e02e";
} .icon-basic-elaboration-todolist-remove:before {
content: "\e02f";
} .icon-basic-elaboration-todolist-search:before {
content: "\e030";
} .icon-basic-elaboration-todolist-star:before {
content: "\e031";
} .icon-basic-elaboration-todolist-upload:before {
content: "\e032";
} [class^="icon-ecommerce-"][data-icon]:before,
[class*=" icon-ecommerce-"][data-icon]:before {
font-family: "linea-ecommerce-10" !important;
content: attr(data-icon);
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} [class^="icon-ecommerce-"]:before,
[class*=" icon-ecommerce-"]:before {
font-family: "linea-ecommerce-10" !important;
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .icon-ecommerce-bag:before {
content: "a";
} .icon-ecommerce-bag-check:before {
content: "b";
} .icon-ecommerce-bag-cloud:before {
content: "c";
} .icon-ecommerce-bag-download:before {
content: "d";
} .icon-ecommerce-bag-minus:before {
content: "e";
} .icon-ecommerce-bag-plus:before {
content: "f";
} .icon-ecommerce-bag-refresh:before {
content: "g";
} .icon-ecommerce-bag-remove:before {
content: "h";
} .icon-ecommerce-bag-search:before {
content: "i";
} .icon-ecommerce-bag-upload:before {
content: "j";
} .icon-ecommerce-banknote:before {
content: "k";
} .icon-ecommerce-banknotes:before {
content: "l";
} .icon-ecommerce-basket:before {
content: "m";
} .icon-ecommerce-basket-check:before {
content: "n";
} .icon-ecommerce-basket-cloud:before {
content: "o";
} .icon-ecommerce-basket-download:before {
content: "p";
} .icon-ecommerce-basket-minus:before {
content: "q";
} .icon-ecommerce-basket-plus:before {
content: "r";
} .icon-ecommerce-basket-refresh:before {
content: "s";
} .icon-ecommerce-basket-remove:before {
content: "t";
} .icon-ecommerce-basket-search:before {
content: "u";
} .icon-ecommerce-basket-upload:before {
content: "v";
} .icon-ecommerce-bath:before {
content: "w";
} .icon-ecommerce-cart:before {
content: "x";
} .icon-ecommerce-cart-check:before {
content: "y";
} .icon-ecommerce-cart-cloud:before {
content: "z";
} .icon-ecommerce-cart-content:before {
content: "A";
} .icon-ecommerce-cart-download:before {
content: "B";
} .icon-ecommerce-cart-minus:before {
content: "C";
} .icon-ecommerce-cart-plus:before {
content: "D";
} .icon-ecommerce-cart-refresh:before {
content: "E";
} .icon-ecommerce-cart-remove:before {
content: "F";
} .icon-ecommerce-cart-search:before {
content: "G";
} .icon-ecommerce-cart-upload:before {
content: "H";
} .icon-ecommerce-cent:before {
content: "I";
} .icon-ecommerce-colon:before {
content: "J";
} .icon-ecommerce-creditcard:before {
content: "K";
} .icon-ecommerce-diamond:before {
content: "L";
} .icon-ecommerce-dollar:before {
content: "M";
} .icon-ecommerce-euro:before {
content: "N";
} .icon-ecommerce-franc:before {
content: "O";
} .icon-ecommerce-gift:before {
content: "P";
} .icon-ecommerce-graph1:before {
content: "Q";
} .icon-ecommerce-graph2:before {
content: "R";
} .icon-ecommerce-graph3:before {
content: "S";
} .icon-ecommerce-graph-decrease:before {
content: "T";
} .icon-ecommerce-graph-increase:before {
content: "U";
} .icon-ecommerce-guarani:before {
content: "V";
} .icon-ecommerce-kips:before {
content: "W";
} .icon-ecommerce-lira:before {
content: "X";
} .icon-ecommerce-megaphone:before {
content: "Y";
} .icon-ecommerce-money:before {
content: "Z";
} .icon-ecommerce-naira:before {
content: "0";
} .icon-ecommerce-pesos:before {
content: "1";
} .icon-ecommerce-pound:before {
content: "2";
} .icon-ecommerce-receipt:before {
content: "3";
} .icon-ecommerce-receipt-bath:before {
content: "4";
} .icon-ecommerce-receipt-cent:before {
content: "5";
} .icon-ecommerce-receipt-dollar:before {
content: "6";
} .icon-ecommerce-receipt-euro:before {
content: "7";
} .icon-ecommerce-receipt-franc:before {
content: "8";
} .icon-ecommerce-receipt-guarani:before {
content: "9";
} .icon-ecommerce-receipt-kips:before {
content: "!";
} .icon-ecommerce-receipt-lira:before {
content: "\"";
} .icon-ecommerce-receipt-naira:before {
content: "#";
} .icon-ecommerce-receipt-pesos:before {
content: "$";
} .icon-ecommerce-receipt-pound:before {
content: "%";
} .icon-ecommerce-receipt-rublo:before {
content: "&";
} .icon-ecommerce-receipt-rupee:before {
content: "'";
} .icon-ecommerce-receipt-tugrik:before {
content: "(";
} .icon-ecommerce-receipt-won:before {
content: ")";
} .icon-ecommerce-receipt-yen:before {
content: "*";
} .icon-ecommerce-receipt-yen2:before {
content: "+";
} .icon-ecommerce-recept-colon:before {
content: ",";
} .icon-ecommerce-rublo:before {
content: "-";
} .icon-ecommerce-rupee:before {
content: ".";
} .icon-ecommerce-safe:before {
content: "/";
} .icon-ecommerce-sale:before {
content: ":";
} .icon-ecommerce-sales:before {
content: ";";
} .icon-ecommerce-ticket:before {
content: "<";
} .icon-ecommerce-tugriks:before {
content: "=";
} .icon-ecommerce-wallet:before {
content: ">";
} .icon-ecommerce-won:before {
content: "?";
} .icon-ecommerce-yen:before {
content: "@";
} .icon-ecommerce-yen2:before {
content: "[";
} [class^="icon-music-"][data-icon]:before,
[class*=" icon-music-"][data-icon]:before {
font-family: "linea-music-10" !important;
content: attr(data-icon);
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} [class^="icon-music-"]:before,
[class*=" icon-music-"]:before {
font-family: "linea-music-10" !important;
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .icon-music-beginning-button:before {
content: "a";
} .icon-music-bell:before {
content: "b";
} .icon-music-cd:before {
content: "c";
} .icon-music-diapason:before {
content: "d";
} .icon-music-eject-button:before {
content: "e";
} .icon-music-end-button:before {
content: "f";
} .icon-music-fastforward-button:before {
content: "g";
} .icon-music-headphones:before {
content: "h";
} .icon-music-ipod:before {
content: "i";
} .icon-music-loudspeaker:before {
content: "j";
} .icon-music-microphone:before {
content: "k";
} .icon-music-microphone-old:before {
content: "l";
} .icon-music-mixer:before {
content: "m";
} .icon-music-mute:before {
content: "n";
} .icon-music-note-multiple:before {
content: "o";
} .icon-music-note-single:before {
content: "p";
} .icon-music-pause-button:before {
content: "q";
} .icon-music-play-button:before {
content: "r";
} .icon-music-playlist:before {
content: "s";
} .icon-music-radio-ghettoblaster:before {
content: "t";
} .icon-music-radio-portable:before {
content: "u";
} .icon-music-record:before {
content: "v";
} .icon-music-recordplayer:before {
content: "w";
} .icon-music-repeat-button:before {
content: "x";
} .icon-music-rewind-button:before {
content: "y";
} .icon-music-shuffle-button:before {
content: "z";
} .icon-music-stop-button:before {
content: "A";
} .icon-music-tape:before {
content: "B";
} .icon-music-volume-down:before {
content: "C";
} .icon-music-volume-up:before {
content: "D";
} [class^="icon-software-"][data-icon]:before,
[class*=" icon-software-"][data-icon]:before {
font-family: "linea-software-10" !important;
content: attr(data-icon);
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} [class^="icon-software-"]:before,
[class*=" icon-software-"]:before {
font-family: "linea-software-10" !important;
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .icon-software-add-vectorpoint:before {
content: "a";
} .icon-software-box-oval:before {
content: "b";
} .icon-software-box-polygon:before {
content: "c";
} .icon-software-box-rectangle:before {
content: "d";
} .icon-software-box-roundedrectangle:before {
content: "e";
} .icon-software-character:before {
content: "f";
} .icon-software-crop:before {
content: "g";
} .icon-software-eyedropper:before {
content: "h";
} .icon-software-font-allcaps:before {
content: "i";
} .icon-software-font-baseline-shift:before {
content: "j";
} .icon-software-font-horizontal-scale:before {
content: "k";
} .icon-software-font-kerning:before {
content: "l";
} .icon-software-font-leading:before {
content: "m";
} .icon-software-font-size:before {
content: "n";
} .icon-software-font-smallcapital:before {
content: "o";
} .icon-software-font-smallcaps:before {
content: "p";
} .icon-software-font-strikethrough:before {
content: "q";
} .icon-software-font-tracking:before {
content: "r";
} .icon-software-font-underline:before {
content: "s";
} .icon-software-font-vertical-scale:before {
content: "t";
} .icon-software-horizontal-align-center:before {
content: "u";
} .icon-software-horizontal-align-left:before {
content: "v";
} .icon-software-horizontal-align-right:before {
content: "w";
} .icon-software-horizontal-distribute-center:before {
content: "x";
} .icon-software-horizontal-distribute-left:before {
content: "y";
} .icon-software-horizontal-distribute-right:before {
content: "z";
} .icon-software-indent-firstline:before {
content: "A";
} .icon-software-indent-left:before {
content: "B";
} .icon-software-indent-right:before {
content: "C";
} .icon-software-lasso:before {
content: "D";
} .icon-software-layers1:before {
content: "E";
} .icon-software-layers2:before {
content: "F";
} .icon-software-layout:before {
content: "G";
} .icon-software-layout-2columns:before {
content: "H";
} .icon-software-layout-3columns:before {
content: "I";
} .icon-software-layout-4boxes:before {
content: "J";
} .icon-software-layout-4columns:before {
content: "K";
} .icon-software-layout-4lines:before {
content: "L";
} .icon-software-layout-8boxes:before {
content: "M";
} .icon-software-layout-header:before {
content: "N";
} .icon-software-layout-header-2columns:before {
content: "O";
} .icon-software-layout-header-3columns:before {
content: "P";
} .icon-software-layout-header-4boxes:before {
content: "Q";
} .icon-software-layout-header-4columns:before {
content: "R";
} .icon-software-layout-header-complex:before {
content: "S";
} .icon-software-layout-header-complex2:before {
content: "T";
} .icon-software-layout-header-complex3:before {
content: "U";
} .icon-software-layout-header-complex4:before {
content: "V";
} .icon-software-layout-header-sideleft:before {
content: "W";
} .icon-software-layout-header-sideright:before {
content: "X";
} .icon-software-layout-sidebar-left:before {
content: "Y";
} .icon-software-layout-sidebar-right:before {
content: "Z";
} .icon-software-magnete:before {
content: "0";
} .icon-software-pages:before {
content: "1";
} .icon-software-paintbrush:before {
content: "2";
} .icon-software-paintbucket:before {
content: "3";
} .icon-software-paintroller:before {
content: "4";
} .icon-software-paragraph:before {
content: "5";
} .icon-software-paragraph-align-left:before {
content: "6";
} .icon-software-paragraph-align-right:before {
content: "7";
} .icon-software-paragraph-center:before {
content: "8";
} .icon-software-paragraph-justify-all:before {
content: "9";
} .icon-software-paragraph-justify-center:before {
content: "!";
} .icon-software-paragraph-justify-left:before {
content: "\"";
} .icon-software-paragraph-justify-right:before {
content: "#";
} .icon-software-paragraph-space-after:before {
content: "$";
} .icon-software-paragraph-space-before:before {
content: "%";
} .icon-software-pathfinder-exclude:before {
content: "&";
} .icon-software-pathfinder-intersect:before {
content: "'";
} .icon-software-pathfinder-subtract:before {
content: "(";
} .icon-software-pathfinder-unite:before {
content: ")";
} .icon-software-pen:before {
content: "*";
} .icon-software-pen-add:before {
content: "+";
} .icon-software-pen-remove:before {
content: ",";
} .icon-software-pencil:before {
content: "-";
} .icon-software-polygonallasso:before {
content: ".";
} .icon-software-reflect-horizontal:before {
content: "/";
} .icon-software-reflect-vertical:before {
content: ":";
} .icon-software-remove-vectorpoint:before {
content: ";";
} .icon-software-scale-expand:before {
content: "<";
} .icon-software-scale-reduce:before {
content: "=";
} .icon-software-selection-oval:before {
content: ">";
} .icon-software-selection-polygon:before {
content: "?";
} .icon-software-selection-rectangle:before {
content: "@";
} .icon-software-selection-roundedrectangle:before {
content: "[";
} .icon-software-shape-oval:before {
content: "]";
} .icon-software-shape-polygon:before {
content: "^";
} .icon-software-shape-rectangle:before {
content: "_";
} .icon-software-shape-roundedrectangle:before {
content: "`";
} .icon-software-slice:before {
content: "{";
} .icon-software-transform-bezier:before {
content: "|";
} .icon-software-vector-box:before {
content: "}";
} .icon-software-vector-composite:before {
content: "~";
} .icon-software-vector-line:before {
content: "\\";
} .icon-software-vertical-align-bottom:before {
content: "\e000";
} .icon-software-vertical-align-center:before {
content: "\e001";
} .icon-software-vertical-align-top:before {
content: "\e002";
} .icon-software-vertical-distribute-bottom:before {
content: "\e003";
} .icon-software-vertical-distribute-center:before {
content: "\e004";
} .icon-software-vertical-distribute-top:before {
content: "\e005";
} [class^="icon-weather-"][data-icon]:before,
[class*=" icon-weather-"][data-icon]:before {
font-family: "linea-weather-10" !important;
content: attr(data-icon);
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} [class^="icon-weather-"]:before,
[class*=" icon-weather-"]:before {
font-family: "linea-weather-10" !important;
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .icon-weather-aquarius:before {
content: "\e000";
} .icon-weather-aries:before {
content: "\e001";
} .icon-weather-cancer:before {
content: "\e002";
} .icon-weather-capricorn:before {
content: "\e003";
} .icon-weather-cloud:before {
content: "\e004";
} .icon-weather-cloud-drop:before {
content: "\e005";
} .icon-weather-cloud-lightning:before {
content: "\e006";
} .icon-weather-cloud-snowflake:before {
content: "\e007";
} .icon-weather-downpour-fullmoon:before {
content: "\e008";
} .icon-weather-downpour-halfmoon:before {
content: "\e009";
} .icon-weather-downpour-sun:before {
content: "\e00a";
} .icon-weather-drop:before {
content: "\e00b";
} .icon-weather-first-quarter:before {
content: "\e00c";
} .icon-weather-fog:before {
content: "\e00d";
} .icon-weather-fog-fullmoon:before {
content: "\e00e";
} .icon-weather-fog-halfmoon:before {
content: "\e00f";
} .icon-weather-fog-sun:before {
content: "\e010";
} .icon-weather-fullmoon:before {
content: "\e011";
} .icon-weather-gemini:before {
content: "\e012";
} .icon-weather-hail:before {
content: "\e013";
} .icon-weather-hail-fullmoon:before {
content: "\e014";
} .icon-weather-hail-halfmoon:before {
content: "\e015";
} .icon-weather-hail-sun:before {
content: "\e016";
} .icon-weather-last-quarter:before {
content: "\e017";
} .icon-weather-leo:before {
content: "\e018";
} .icon-weather-libra:before {
content: "\e019";
} .icon-weather-lightning:before {
content: "\e01a";
} .icon-weather-mistyrain:before {
content: "\e01b";
} .icon-weather-mistyrain-fullmoon:before {
content: "\e01c";
} .icon-weather-mistyrain-halfmoon:before {
content: "\e01d";
} .icon-weather-mistyrain-sun:before {
content: "\e01e";
} .icon-weather-moon:before {
content: "\e01f";
} .icon-weather-moondown-full:before {
content: "\e020";
} .icon-weather-moondown-half:before {
content: "\e021";
} .icon-weather-moonset-full:before {
content: "\e022";
} .icon-weather-moonset-half:before {
content: "\e023";
} .icon-weather-move2:before {
content: "\e024";
} .icon-weather-newmoon:before {
content: "\e025";
} .icon-weather-pisces:before {
content: "\e026";
} .icon-weather-rain:before {
content: "\e027";
} .icon-weather-rain-fullmoon:before {
content: "\e028";
} .icon-weather-rain-halfmoon:before {
content: "\e029";
} .icon-weather-rain-sun:before {
content: "\e02a";
} .icon-weather-sagittarius:before {
content: "\e02b";
} .icon-weather-scorpio:before {
content: "\e02c";
} .icon-weather-snow:before {
content: "\e02d";
} .icon-weather-snow-fullmoon:before {
content: "\e02e";
} .icon-weather-snow-halfmoon:before {
content: "\e02f";
} .icon-weather-snow-sun:before {
content: "\e030";
} .icon-weather-snowflake:before {
content: "\e031";
} .icon-weather-star:before {
content: "\e032";
} .icon-weather-storm-11:before {
content: "\e033";
} .icon-weather-storm-32:before {
content: "\e034";
} .icon-weather-storm-fullmoon:before {
content: "\e035";
} .icon-weather-storm-halfmoon:before {
content: "\e036";
} .icon-weather-storm-sun:before {
content: "\e037";
} .icon-weather-sun:before {
content: "\e038";
} .icon-weather-sundown:before {
content: "\e039";
} .icon-weather-sunset:before {
content: "\e03a";
} .icon-weather-taurus:before {
content: "\e03b";
} .icon-weather-tempest:before {
content: "\e03c";
} .icon-weather-tempest-fullmoon:before {
content: "\e03d";
} .icon-weather-tempest-halfmoon:before {
content: "\e03e";
} .icon-weather-tempest-sun:before {
content: "\e03f";
} .icon-weather-variable-fullmoon:before {
content: "\e040";
} .icon-weather-variable-halfmoon:before {
content: "\e041";
} .icon-weather-variable-sun:before {
content: "\e042";
} .icon-weather-virgo:before {
content: "\e043";
} .icon-weather-waning-cresent:before {
content: "\e044";
} .icon-weather-waning-gibbous:before {
content: "\e045";
} .icon-weather-waxing-cresent:before {
content: "\e046";
} .icon-weather-waxing-gibbous:before {
content: "\e047";
} .icon-weather-wind:before {
content: "\e048";
} .icon-weather-wind-e:before {
content: "\e049";
} .icon-weather-wind-fullmoon:before {
content: "\e04a";
} .icon-weather-wind-halfmoon:before {
content: "\e04b";
} .icon-weather-wind-n:before {
content: "\e04c";
} .icon-weather-wind-ne:before {
content: "\e04d";
} .icon-weather-wind-nw:before {
content: "\e04e";
} .icon-weather-wind-s:before {
content: "\e04f";
} .icon-weather-wind-se:before {
content: "\e050";
} .icon-weather-wind-sun:before {
content: "\e051";
} .icon-weather-wind-sw:before {
content: "\e052";
} .icon-weather-wind-w:before {
content: "\e053";
} .icon-weather-windgust:before {
content: "\e054";
}@font-face {
font-family: 'Linearicons-Free';
src:url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/linear-icons/fonts/Linearicons-Free.eot?w118d);
src:url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/linear-icons/fonts/Linearicons-Free.eot?#iefixw118d) format('embedded-opentype'),
url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/linear-icons/fonts/Linearicons-Free.woff2?w118d) format('woff2'),
url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/linear-icons/fonts/Linearicons-Free.woff?w118d) format('woff'),
url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/linear-icons/fonts/Linearicons-Free.ttf?w118d) format('truetype'),
url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/linear-icons/fonts/Linearicons-Free.svg?w118d#Linearicons-Free) format('svg');
font-weight: normal;
font-style: normal;
}
.lnr {
font-family: 'Linearicons-Free';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.lnr-home:before {
content: "\e800";
}
.lnr-apartment:before {
content: "\e801";
}
.lnr-pencil:before {
content: "\e802";
}
.lnr-magic-wand:before {
content: "\e803";
}
.lnr-drop:before {
content: "\e804";
}
.lnr-lighter:before {
content: "\e805";
}
.lnr-poop:before {
content: "\e806";
}
.lnr-sun:before {
content: "\e807";
}
.lnr-moon:before {
content: "\e808";
}
.lnr-cloud:before {
content: "\e809";
}
.lnr-cloud-upload:before {
content: "\e80a";
}
.lnr-cloud-download:before {
content: "\e80b";
}
.lnr-cloud-sync:before {
content: "\e80c";
}
.lnr-cloud-check:before {
content: "\e80d";
}
.lnr-database:before {
content: "\e80e";
}
.lnr-lock:before {
content: "\e80f";
}
.lnr-cog:before {
content: "\e810";
}
.lnr-trash:before {
content: "\e811";
}
.lnr-dice:before {
content: "\e812";
}
.lnr-heart:before {
content: "\e813";
}
.lnr-star:before {
content: "\e814";
}
.lnr-star-half:before {
content: "\e815";
}
.lnr-star-empty:before {
content: "\e816";
}
.lnr-flag:before {
content: "\e817";
}
.lnr-envelope:before {
content: "\e818";
}
.lnr-paperclip:before {
content: "\e819";
}
.lnr-inbox:before {
content: "\e81a";
}
.lnr-eye:before {
content: "\e81b";
}
.lnr-printer:before {
content: "\e81c";
}
.lnr-file-empty:before {
content: "\e81d";
}
.lnr-file-add:before {
content: "\e81e";
}
.lnr-enter:before {
content: "\e81f";
}
.lnr-exit:before {
content: "\e820";
}
.lnr-graduation-hat:before {
content: "\e821";
}
.lnr-license:before {
content: "\e822";
}
.lnr-music-note:before {
content: "\e823";
}
.lnr-film-play:before {
content: "\e824";
}
.lnr-camera-video:before {
content: "\e825";
}
.lnr-camera:before {
content: "\e826";
}
.lnr-picture:before {
content: "\e827";
}
.lnr-book:before {
content: "\e828";
}
.lnr-bookmark:before {
content: "\e829";
}
.lnr-user:before {
content: "\e82a";
}
.lnr-users:before {
content: "\e82b";
}
.lnr-shirt:before {
content: "\e82c";
}
.lnr-store:before {
content: "\e82d";
}
.lnr-cart:before {
content: "\e82e";
}
.lnr-tag:before {
content: "\e82f";
}
.lnr-phone-handset:before {
content: "\e830";
}
.lnr-phone:before {
content: "\e831";
}
.lnr-pushpin:before {
content: "\e832";
}
.lnr-map-marker:before {
content: "\e833";
}
.lnr-map:before {
content: "\e834";
}
.lnr-location:before {
content: "\e835";
}
.lnr-calendar-full:before {
content: "\e836";
}
.lnr-keyboard:before {
content: "\e837";
}
.lnr-spell-check:before {
content: "\e838";
}
.lnr-screen:before {
content: "\e839";
}
.lnr-smartphone:before {
content: "\e83a";
}
.lnr-tablet:before {
content: "\e83b";
}
.lnr-laptop:before {
content: "\e83c";
}
.lnr-laptop-phone:before {
content: "\e83d";
}
.lnr-power-switch:before {
content: "\e83e";
}
.lnr-bubble:before {
content: "\e83f";
}
.lnr-heart-pulse:before {
content: "\e840";
}
.lnr-construction:before {
content: "\e841";
}
.lnr-pie-chart:before {
content: "\e842";
}
.lnr-chart-bars:before {
content: "\e843";
}
.lnr-gift:before {
content: "\e844";
}
.lnr-diamond:before {
content: "\e845";
}
.lnr-linearicons:before {
content: "\e846";
}
.lnr-dinner:before {
content: "\e847";
}
.lnr-coffee-cup:before {
content: "\e848";
}
.lnr-leaf:before {
content: "\e849";
}
.lnr-paw:before {
content: "\e84a";
}
.lnr-rocket:before {
content: "\e84b";
}
.lnr-briefcase:before {
content: "\e84c";
}
.lnr-bus:before {
content: "\e84d";
}
.lnr-car:before {
content: "\e84e";
}
.lnr-train:before {
content: "\e84f";
}
.lnr-bicycle:before {
content: "\e850";
}
.lnr-wheelchair:before {
content: "\e851";
}
.lnr-select:before {
content: "\e852";
}
.lnr-earth:before {
content: "\e853";
}
.lnr-smile:before {
content: "\e854";
}
.lnr-sad:before {
content: "\e855";
}
.lnr-neutral:before {
content: "\e856";
}
.lnr-mustache:before {
content: "\e857";
}
.lnr-alarm:before {
content: "\e858";
}
.lnr-bullhorn:before {
content: "\e859";
}
.lnr-volume-high:before {
content: "\e85a";
}
.lnr-volume-medium:before {
content: "\e85b";
}
.lnr-volume-low:before {
content: "\e85c";
}
.lnr-volume:before {
content: "\e85d";
}
.lnr-mic:before {
content: "\e85e";
}
.lnr-hourglass:before {
content: "\e85f";
}
.lnr-undo:before {
content: "\e860";
}
.lnr-redo:before {
content: "\e861";
}
.lnr-sync:before {
content: "\e862";
}
.lnr-history:before {
content: "\e863";
}
.lnr-clock:before {
content: "\e864";
}
.lnr-download:before {
content: "\e865";
}
.lnr-upload:before {
content: "\e866";
}
.lnr-enter-down:before {
content: "\e867";
}
.lnr-exit-up:before {
content: "\e868";
}
.lnr-bug:before {
content: "\e869";
}
.lnr-code:before {
content: "\e86a";
}
.lnr-link:before {
content: "\e86b";
}
.lnr-unlink:before {
content: "\e86c";
}
.lnr-thumbs-up:before {
content: "\e86d";
}
.lnr-thumbs-down:before {
content: "\e86e";
}
.lnr-magnifier:before {
content: "\e86f";
}
.lnr-cross:before {
content: "\e870";
}
.lnr-menu:before {
content: "\e871";
}
.lnr-list:before {
content: "\e872";
}
.lnr-chevron-up:before {
content: "\e873";
}
.lnr-chevron-down:before {
content: "\e874";
}
.lnr-chevron-left:before {
content: "\e875";
}
.lnr-chevron-right:before {
content: "\e876";
}
.lnr-arrow-up:before {
content: "\e877";
}
.lnr-arrow-down:before {
content: "\e878";
}
.lnr-arrow-left:before {
content: "\e879";
}
.lnr-arrow-right:before {
content: "\e87a";
}
.lnr-move:before {
content: "\e87b";
}
.lnr-warning:before {
content: "\e87c";
}
.lnr-question-circle:before {
content: "\e87d";
}
.lnr-menu-circle:before {
content: "\e87e";
}
.lnr-checkmark-circle:before {
content: "\e87f";
}
.lnr-cross-circle:before {
content: "\e880";
}
.lnr-plus-circle:before {
content: "\e881";
}
.lnr-circle-minus:before {
content: "\e882";
}
.lnr-arrow-up-circle:before {
content: "\e883";
}
.lnr-arrow-down-circle:before {
content: "\e884";
}
.lnr-arrow-left-circle:before {
content: "\e885";
}
.lnr-arrow-right-circle:before {
content: "\e886";
}
.lnr-chevron-up-circle:before {
content: "\e887";
}
.lnr-chevron-down-circle:before {
content: "\e888";
}
.lnr-chevron-left-circle:before {
content: "\e889";
}
.lnr-chevron-right-circle:before {
content: "\e88a";
}
.lnr-crop:before {
content: "\e88b";
}
.lnr-frame-expand:before {
content: "\e88c";
}
.lnr-frame-contract:before {
content: "\e88d";
}
.lnr-layers:before {
content: "\e88e";
}
.lnr-funnel:before {
content: "\e88f";
}
.lnr-text-format:before {
content: "\e890";
}
.lnr-text-format-remove:before {
content: "\e891";
}
.lnr-text-size:before {
content: "\e892";
}
.lnr-bold:before {
content: "\e893";
}
.lnr-italic:before {
content: "\e894";
}
.lnr-underline:before {
content: "\e895";
}
.lnr-strikethrough:before {
content: "\e896";
}
.lnr-highlight:before {
content: "\e897";
}
.lnr-text-align-left:before {
content: "\e898";
}
.lnr-text-align-center:before {
content: "\e899";
}
.lnr-text-align-right:before {
content: "\e89a";
}
.lnr-text-align-justify:before {
content: "\e89b";
}
.lnr-line-spacing:before {
content: "\e89c";
}
.lnr-indent-increase:before {
content: "\e89d";
}
.lnr-indent-decrease:before {
content: "\e89e";
}
.lnr-pilcrow:before {
content: "\e89f";
}
.lnr-direction-ltr:before {
content: "\e8a0";
}
.lnr-direction-rtl:before {
content: "\e8a1";
}
.lnr-page-break:before {
content: "\e8a2";
}
.lnr-sort-alpha-asc:before {
content: "\e8a3";
}
.lnr-sort-amount-asc:before {
content: "\e8a4";
}
.lnr-hand:before {
content: "\e8a5";
}
.lnr-pointer-up:before {
content: "\e8a6";
}
.lnr-pointer-right:before {
content: "\e8a7";
}
.lnr-pointer-down:before {
content: "\e8a8";
}
.lnr-pointer-left:before {
content: "\e8a9";
}@font-face {
font-family: 'simple-line-icons';
src: url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/simple-line-icons/fonts/Simple-Line-Icons.eot?-i3a2kk);
src: url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/simple-line-icons/fonts/Simple-Line-Icons.eot?#iefix-i3a2kk) format('embedded-opentype'), url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/simple-line-icons/fonts/Simple-Line-Icons.ttf?-i3a2kk) format('truetype'), url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/simple-line-icons/fonts/Simple-Line-Icons.woff2?-i3a2kk) format('woff2'), url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/simple-line-icons/fonts/Simple-Line-Icons.woff?-i3a2kk) format('woff'), url(//www.pavelprodukce.cz/wp-content/themes/pavel/framework/lib/icons-pack/simple-line-icons/fonts/Simple-Line-Icons.svg?-i3a2kk#simple-line-icons) format('svg');
font-weight: normal;
font-style: normal;
} .icon-user,
.icon-people,
.icon-user-female,
.icon-user-follow,
.icon-user-following,
.icon-user-unfollow,
.icon-login,
.icon-logout,
.icon-emotsmile,
.icon-phone,
.icon-call-end,
.icon-call-in,
.icon-call-out,
.icon-map,
.icon-location-pin,
.icon-direction,
.icon-directions,
.icon-compass,
.icon-layers,
.icon-menu,
.icon-list,
.icon-options-vertical,
.icon-options,
.icon-arrow-down,
.icon-arrow-left,
.icon-arrow-right,
.icon-arrow-up,
.icon-arrow-up-circle,
.icon-arrow-left-circle,
.icon-arrow-right-circle,
.icon-arrow-down-circle,
.icon-check,
.icon-clock,
.icon-plus,
.icon-close,
.icon-trophy,
.icon-screen-smartphone,
.icon-screen-desktop,
.icon-plane,
.icon-notebook,
.icon-mustache,
.icon-mouse,
.icon-magnet,
.icon-energy,
.icon-disc,
.icon-cursor,
.icon-cursor-move,
.icon-crop,
.icon-chemistry,
.icon-speedometer,
.icon-shield,
.icon-screen-tablet,
.icon-magic-wand,
.icon-hourglass,
.icon-graduation,
.icon-ghost,
.icon-game-controller,
.icon-fire,
.icon-eyeglass,
.icon-envelope-open,
.icon-envelope-letter,
.icon-bell,
.icon-badge,
.icon-anchor,
.icon-wallet,
.icon-vector,
.icon-speech,
.icon-puzzle,
.icon-printer,
.icon-present,
.icon-playlist,
.icon-pin,
.icon-picture,
.icon-handbag,
.icon-globe-alt,
.icon-globe,
.icon-folder-alt,
.icon-folder,
.icon-film,
.icon-feed,
.icon-drop,
.icon-drawar,
.icon-docs,
.icon-doc,
.icon-diamond,
.icon-cup,
.icon-calculator,
.icon-bubbles,
.icon-briefcase,
.icon-book-open,
.icon-basket-loaded,
.icon-basket,
.icon-bag,
.icon-action-undo,
.icon-action-redo,
.icon-wrench,
.icon-umbrella,
.icon-trash,
.icon-tag,
.icon-support,
.icon-frame,
.icon-size-fullscreen,
.icon-size-actual,
.icon-shuffle,
.icon-share-alt,
.icon-share,
.icon-rocket,
.icon-question,
.icon-pie-chart,
.icon-pencil,
.icon-note,
.icon-loop,
.icon-home,
.icon-grid,
.icon-graph,
.icon-microphone,
.icon-music-tone-alt,
.icon-music-tone,
.icon-earphones-alt,
.icon-earphones,
.icon-equalizer,
.icon-like,
.icon-dislike,
.icon-control-start,
.icon-control-rewind,
.icon-control-play,
.icon-control-pause,
.icon-control-forward,
.icon-control-end,
.icon-volume-1,
.icon-volume-2,
.icon-volume-off,
.icon-calender,
.icon-bulb,
.icon-chart,
.icon-ban,
.icon-bubble,
.icon-camrecorder,
.icon-camera,
.icon-cloud-download,
.icon-cloud-upload,
.icon-envelope,
.icon-eye,
.icon-flag,
.icon-heart,
.icon-info,
.icon-key,
.icon-link,
.icon-lock,
.icon-lock-open,
.icon-magnifier,
.icon-magnifier-add,
.icon-magnifier-remove,
.icon-paper-clip,
.icon-paper-plane,
.icon-power,
.icon-refresh,
.icon-reload,
.icon-settings,
.icon-star,
.icon-symble-female,
.icon-symbol-male,
.icon-target,
.icon-credit-card,
.icon-paypal,
.icon-social-tumblr,
.icon-social-twitter,
.icon-social-facebook,
.icon-social-instagram,
.icon-social-linkedin,
.icon-social-pintarest,
.icon-social-github,
.icon-social-gplus,
.icon-social-reddit,
.icon-social-skype,
.icon-social-dribbble,
.icon-social-behance,
.icon-social-foursqare,
.icon-social-soundcloud,
.icon-social-spotify,
.icon-social-stumbleupon,
.icon-social-youtube,
.icon-social-dropbox {
font-family: 'simple-line-icons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-user:before {
content: "\e005";
}
.icon-people:before {
content: "\e001";
}
.icon-user-female:before {
content: "\e000";
}
.icon-user-follow:before {
content: "\e002";
}
.icon-user-following:before {
content: "\e003";
}
.icon-user-unfollow:before {
content: "\e004";
}
.icon-login:before {
content: "\e066";
}
.icon-logout:before {
content: "\e065";
}
.icon-emotsmile:before {
content: "\e021";
}
.icon-phone:before {
content: "\e600";
}
.icon-call-end:before {
content: "\e048";
}
.icon-call-in:before {
content: "\e047";
}
.icon-call-out:before {
content: "\e046";
}
.icon-map:before {
content: "\e033";
}
.icon-location-pin:before {
content: "\e096";
}
.icon-direction:before {
content: "\e042";
}
.icon-directions:before {
content: "\e041";
}
.icon-compass:before {
content: "\e045";
}
.icon-layers:before {
content: "\e034";
}
.icon-menu:before {
content: "\e601";
}
.icon-list:before {
content: "\e067";
}
.icon-options-vertical:before {
content: "\e602";
}
.icon-options:before {
content: "\e603";
}
.icon-arrow-down:before {
content: "\e604";
}
.icon-arrow-left:before {
content: "\e605";
}
.icon-arrow-right:before {
content: "\e606";
}
.icon-arrow-up:before {
content: "\e607";
}
.icon-arrow-up-circle:before {
content: "\e078";
}
.icon-arrow-left-circle:before {
content: "\e07a";
}
.icon-arrow-right-circle:before {
content: "\e079";
}
.icon-arrow-down-circle:before {
content: "\e07b";
}
.icon-check:before {
content: "\e080";
}
.icon-clock:before {
content: "\e081";
}
.icon-plus:before {
content: "\e095";
}
.icon-close:before {
content: "\e082";
}
.icon-trophy:before {
content: "\e006";
}
.icon-screen-smartphone:before {
content: "\e010";
}
.icon-screen-desktop:before {
content: "\e011";
}
.icon-plane:before {
content: "\e012";
}
.icon-notebook:before {
content: "\e013";
}
.icon-mustache:before {
content: "\e014";
}
.icon-mouse:before {
content: "\e015";
}
.icon-magnet:before {
content: "\e016";
}
.icon-energy:before {
content: "\e020";
}
.icon-disc:before {
content: "\e022";
}
.icon-cursor:before {
content: "\e06e";
}
.icon-cursor-move:before {
content: "\e023";
}
.icon-crop:before {
content: "\e024";
}
.icon-chemistry:before {
content: "\e026";
}
.icon-speedometer:before {
content: "\e007";
}
.icon-shield:before {
content: "\e00e";
}
.icon-screen-tablet:before {
content: "\e00f";
}
.icon-magic-wand:before {
content: "\e017";
}
.icon-hourglass:before {
content: "\e018";
}
.icon-graduation:before {
content: "\e019";
}
.icon-ghost:before {
content: "\e01a";
}
.icon-game-controller:before {
content: "\e01b";
}
.icon-fire:before {
content: "\e01c";
}
.icon-eyeglass:before {
content: "\e01d";
}
.icon-envelope-open:before {
content: "\e01e";
}
.icon-envelope-letter:before {
content: "\e01f";
}
.icon-bell:before {
content: "\e027";
}
.icon-badge:before {
content: "\e028";
}
.icon-anchor:before {
content: "\e029";
}
.icon-wallet:before {
content: "\e02a";
}
.icon-vector:before {
content: "\e02b";
}
.icon-speech:before {
content: "\e02c";
}
.icon-puzzle:before {
content: "\e02d";
}
.icon-printer:before {
content: "\e02e";
}
.icon-present:before {
content: "\e02f";
}
.icon-playlist:before {
content: "\e030";
}
.icon-pin:before {
content: "\e031";
}
.icon-picture:before {
content: "\e032";
}
.icon-handbag:before {
content: "\e035";
}
.icon-globe-alt:before {
content: "\e036";
}
.icon-globe:before {
content: "\e037";
}
.icon-folder-alt:before {
content: "\e039";
}
.icon-folder:before {
content: "\e089";
}
.icon-film:before {
content: "\e03a";
}
.icon-feed:before {
content: "\e03b";
}
.icon-drop:before {
content: "\e03e";
}
.icon-drawar:before {
content: "\e03f";
}
.icon-docs:before {
content: "\e040";
}
.icon-doc:before {
content: "\e085";
}
.icon-diamond:before {
content: "\e043";
}
.icon-cup:before {
content: "\e044";
}
.icon-calculator:before {
content: "\e049";
}
.icon-bubbles:before {
content: "\e04a";
}
.icon-briefcase:before {
content: "\e04b";
}
.icon-book-open:before {
content: "\e04c";
}
.icon-basket-loaded:before {
content: "\e04d";
}
.icon-basket:before {
content: "\e04e";
}
.icon-bag:before {
content: "\e04f";
}
.icon-action-undo:before {
content: "\e050";
}
.icon-action-redo:before {
content: "\e051";
}
.icon-wrench:before {
content: "\e052";
}
.icon-umbrella:before {
content: "\e053";
}
.icon-trash:before {
content: "\e054";
}
.icon-tag:before {
content: "\e055";
}
.icon-support:before {
content: "\e056";
}
.icon-frame:before {
content: "\e038";
}
.icon-size-fullscreen:before {
content: "\e057";
}
.icon-size-actual:before {
content: "\e058";
}
.icon-shuffle:before {
content: "\e059";
}
.icon-share-alt:before {
content: "\e05a";
}
.icon-share:before {
content: "\e05b";
}
.icon-rocket:before {
content: "\e05c";
}
.icon-question:before {
content: "\e05d";
}
.icon-pie-chart:before {
content: "\e05e";
}
.icon-pencil:before {
content: "\e05f";
}
.icon-note:before {
content: "\e060";
}
.icon-loop:before {
content: "\e064";
}
.icon-home:before {
content: "\e069";
}
.icon-grid:before {
content: "\e06a";
}
.icon-graph:before {
content: "\e06b";
}
.icon-microphone:before {
content: "\e063";
}
.icon-music-tone-alt:before {
content: "\e061";
}
.icon-music-tone:before {
content: "\e062";
}
.icon-earphones-alt:before {
content: "\e03c";
}
.icon-earphones:before {
content: "\e03d";
}
.icon-equalizer:before {
content: "\e06c";
}
.icon-like:before {
content: "\e068";
}
.icon-dislike:before {
content: "\e06d";
}
.icon-control-start:before {
content: "\e06f";
}
.icon-control-rewind:before {
content: "\e070";
}
.icon-control-play:before {
content: "\e071";
}
.icon-control-pause:before {
content: "\e072";
}
.icon-control-forward:before {
content: "\e073";
}
.icon-control-end:before {
content: "\e074";
}
.icon-volume-1:before {
content: "\e09f";
}
.icon-volume-2:before {
content: "\e0a0";
}
.icon-volume-off:before {
content: "\e0a1";
}
.icon-calender:before {
content: "\e075";
}
.icon-bulb:before {
content: "\e076";
}
.icon-chart:before {
content: "\e077";
}
.icon-ban:before {
content: "\e07c";
}
.icon-bubble:before {
content: "\e07d";
}
.icon-camrecorder:before {
content: "\e07e";
}
.icon-camera:before {
content: "\e07f";
}
.icon-cloud-download:before {
content: "\e083";
}
.icon-cloud-upload:before {
content: "\e084";
}
.icon-envelope:before {
content: "\e086";
}
.icon-eye:before {
content: "\e087";
}
.icon-flag:before {
content: "\e088";
}
.icon-heart:before {
content: "\e08a";
}
.icon-info:before {
content: "\e08b";
}
.icon-key:before {
content: "\e08c";
}
.icon-link:before {
content: "\e08d";
}
.icon-lock:before {
content: "\e08e";
}
.icon-lock-open:before {
content: "\e08f";
}
.icon-magnifier:before {
content: "\e090";
}
.icon-magnifier-add:before {
content: "\e091";
}
.icon-magnifier-remove:before {
content: "\e092";
}
.icon-paper-clip:before {
content: "\e093";
}
.icon-paper-plane:before {
content: "\e094";
}
.icon-power:before {
content: "\e097";
}
.icon-refresh:before {
content: "\e098";
}
.icon-reload:before {
content: "\e099";
}
.icon-settings:before {
content: "\e09a";
}
.icon-star:before {
content: "\e09b";
}
.icon-symble-female:before {
content: "\e09c";
}
.icon-symbol-male:before {
content: "\e09d";
}
.icon-target:before {
content: "\e09e";
}
.icon-credit-card:before {
content: "\e025";
}
.icon-paypal:before {
content: "\e608";
}
.icon-social-tumblr:before {
content: "\e00a";
}
.icon-social-twitter:before {
content: "\e009";
}
.icon-social-facebook:before {
content: "\e00b";
}
.icon-social-instagram:before {
content: "\e609";
}
.icon-social-linkedin:before {
content: "\e60a";
}
.icon-social-pintarest:before {
content: "\e60b";
}
.icon-social-github:before {
content: "\e60c";
}
.icon-social-gplus:before {
content: "\e60d";
}
.icon-social-reddit:before {
content: "\e60e";
}
.icon-social-skype:before {
content: "\e60f";
}
.icon-social-dribbble:before {
content: "\e00d";
}
.icon-social-behance:before {
content: "\e610";
}
.icon-social-foursqare:before {
content: "\e611";
}
.icon-social-soundcloud:before {
content: "\e612";
}
.icon-social-spotify:before {
content: "\e613";
}
.icon-social-stumbleupon:before {
content: "\e614";
}
.icon-social-youtube:before {
content: "\e008";
}
.icon-social-dropbox:before {
content: "\e00c";
}.mejs-offscreen{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal}.mejs-container{background:#000;font-family:Helvetica,Arial,serif;position:relative;text-align:left;text-indent:0;vertical-align:top}.mejs-container,.mejs-container *{box-sizing:border-box}.mejs-container video::-webkit-media-controls,.mejs-container video::-webkit-media-controls-panel,.mejs-container video::-webkit-media-controls-panel-container,.mejs-container video::-webkit-media-controls-start-playback-button{-webkit-appearance:none;display:none!important}.mejs-fill-container,.mejs-fill-container .mejs-container{height:100%;width:100%}.mejs-fill-container{background:transparent;margin:0 auto;overflow:hidden;position:relative}.mejs-container:focus{outline:none}.mejs-iframe-overlay{height:100%;position:absolute;width:100%}.mejs-embed,.mejs-embed body{background:#000;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.mejs-fullscreen{overflow:hidden!important}.mejs-container-fullscreen{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:1000}.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video{height:100%!important;width:100%!important}.mejs-background,.mejs-mediaelement{left:0;position:absolute;top:0}.mejs-mediaelement{height:100%;width:100%;z-index:0}.mejs-poster{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;left:0;position:absolute;top:0;z-index:1}:root .mejs-poster-img{display:none}.mejs-poster-img{border:0;padding:0}.mejs-overlay{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;left:0;position:absolute;top:0}.mejs-layer{z-index:1}.mejs-overlay-play{cursor:pointer}.mejs-overlay-button{background:url(//www.pavelprodukce.cz/wp-includes/js/mediaelement/mejs-controls.svg) no-repeat;background-position:0 -39px;height:80px;width:80px}.mejs-overlay:hover>.mejs-overlay-button{background-position:-80px -39px}.mejs-overlay-loading{height:80px;width:80px}.mejs-overlay-loading-bg-img{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:transparent url(//www.pavelprodukce.cz/wp-includes/js/mediaelement/mejs-controls.svg) -160px -40px no-repeat;display:block;height:80px;width:80px;z-index:1}@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.mejs-controls{bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:40px;left:0;list-style-type:none;margin:0;padding:0 10px;position:absolute;width:100%;z-index:3}.mejs-controls:not([style*="display: none"]){background:rgba(255,0,0,.7);background:-webkit-linear-gradient(transparent,rgba(0,0,0,.35));background:linear-gradient(transparent,rgba(0,0,0,.35))}.mejs-button,.mejs-time,.mejs-time-rail{font-size:10px;height:40px;line-height:10px;margin:0;width:32px}.mejs-button>button{background:transparent url(//www.pavelprodukce.cz/wp-includes/js/mediaelement/mejs-controls.svg);border:0;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;margin:10px 6px;overflow:hidden;padding:0;position:absolute;text-decoration:none;width:20px}.mejs-button>button:focus{outline:1px dotted #999}.mejs-container-keyboard-inactive [role=slider],.mejs-container-keyboard-inactive [role=slider]:focus,.mejs-container-keyboard-inactive a,.mejs-container-keyboard-inactive a:focus,.mejs-container-keyboard-inactive button,.mejs-container-keyboard-inactive button:focus{outline:0}.mejs-time{box-sizing:content-box;color:#fff;font-size:11px;font-weight:700;height:24px;overflow:hidden;padding:16px 6px 0;text-align:center;width:auto}.mejs-play>button{background-position:0 0}.mejs-pause>button{background-position:-20px 0}.mejs-replay>button{background-position:-160px 0}.mejs-time-rail{direction:ltr;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;height:40px;margin:0 10px;padding-top:10px;position:relative}.mejs-time-buffering,.mejs-time-current,.mejs-time-float,.mejs-time-float-corner,.mejs-time-float-current,.mejs-time-hovered,.mejs-time-loaded,.mejs-time-marker,.mejs-time-total{border-radius:2px;cursor:pointer;display:block;height:10px;position:absolute}.mejs-time-total{background:hsla(0,0%,100%,.3);margin:5px 0 0;width:100%}.mejs-time-buffering{-webkit-animation:b 2s linear infinite;animation:b 2s linear infinite;background:-webkit-linear-gradient(135deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background:linear-gradient(-45deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background-size:15px 15px;width:100%}@-webkit-keyframes b{0%{background-position:0 0}to{background-position:30px 0}}@keyframes b{0%{background-position:0 0}to{background-position:30px 0}}.mejs-time-loaded{background:hsla(0,0%,100%,.3)}.mejs-time-current,.mejs-time-handle-content{background:hsla(0,0%,100%,.9)}.mejs-time-hovered{background:hsla(0,0%,100%,.5);z-index:10}.mejs-time-hovered.negative{background:rgba(0,0,0,.2)}.mejs-time-buffering,.mejs-time-current,.mejs-time-hovered,.mejs-time-loaded{left:0;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transition:all .15s ease-in;transition:all .15s ease-in;width:100%}.mejs-time-buffering{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.mejs-time-hovered{-webkit-transition:height .1s cubic-bezier(.44,0,1,1);transition:height .1s cubic-bezier(.44,0,1,1)}.mejs-time-hovered.no-hover{-webkit-transform:scaleX(0)!important;-ms-transform:scaleX(0)!important;transform:scaleX(0)!important}.mejs-time-handle,.mejs-time-handle-content{border:4px solid transparent;cursor:pointer;left:0;position:absolute;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);z-index:11}.mejs-time-handle-content{border:4px solid hsla(0,0%,100%,.9);border-radius:50%;height:10px;left:-7px;top:-4px;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);width:10px}.mejs-time-rail .mejs-time-handle-content:active,.mejs-time-rail .mejs-time-handle-content:focus,.mejs-time-rail:hover .mejs-time-handle-content{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.mejs-time-float{background:#eee;border:1px solid #333;bottom:100%;color:#111;display:none;height:17px;margin-bottom:9px;position:absolute;text-align:center;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:36px}.mejs-time-float-current{display:block;left:0;margin:2px;text-align:center;width:30px}.mejs-time-float-corner{border:5px solid #eee;border-color:#eee transparent transparent;border-radius:0;display:block;height:0;left:50%;line-height:0;position:absolute;top:100%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:0}.mejs-long-video .mejs-time-float{margin-left:-23px;width:64px}.mejs-long-video .mejs-time-float-current{width:60px}.mejs-broadcast{color:#fff;height:10px;position:absolute;top:15px;width:100%}.mejs-fullscreen-button>button{background-position:-80px 0}.mejs-unfullscreen>button{background-position:-100px 0}.mejs-mute>button{background-position:-60px 0}.mejs-unmute>button{background-position:-40px 0}.mejs-volume-button{position:relative}.mejs-volume-button>.mejs-volume-slider{-webkit-backface-visibility:hidden;background:rgba(50,50,50,.7);border-radius:0;bottom:100%;display:none;height:115px;left:50%;margin:0;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:25px;z-index:1}.mejs-volume-button:hover{border-radius:0 0 4px 4px}.mejs-volume-total{background:hsla(0,0%,100%,.5);height:100px;left:50%;margin:0;position:absolute;top:8px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:2px}.mejs-volume-current{left:0;margin:0;width:100%}.mejs-volume-current,.mejs-volume-handle{background:hsla(0,0%,100%,.9);position:absolute}.mejs-volume-handle{border-radius:1px;cursor:ns-resize;height:6px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:16px}.mejs-horizontal-volume-slider{display:block;height:36px;position:relative;vertical-align:middle;width:56px}.mejs-horizontal-volume-total{background:rgba(50,50,50,.8);height:8px;top:16px;width:50px}.mejs-horizontal-volume-current,.mejs-horizontal-volume-total{border-radius:2px;font-size:1px;left:0;margin:0;padding:0;position:absolute}.mejs-horizontal-volume-current{background:hsla(0,0%,100%,.8);height:100%;top:0;width:100%}.mejs-horizontal-volume-handle{display:none}.mejs-captions-button,.mejs-chapters-button{position:relative}.mejs-captions-button>button{background-position:-140px 0}.mejs-chapters-button>button{background-position:-180px 0}.mejs-captions-button>.mejs-captions-selector,.mejs-chapters-button>.mejs-chapters-selector{background:rgba(50,50,50,.7);border:1px solid transparent;border-radius:0;bottom:100%;margin-right:-43px;overflow:hidden;padding:0;position:absolute;right:50%;visibility:visible;width:86px}.mejs-chapters-button>.mejs-chapters-selector{margin-right:-55px;width:110px}.mejs-captions-selector-list,.mejs-chapters-selector-list{list-style-type:none!important;margin:0;overflow:hidden;padding:0}.mejs-captions-selector-list-item,.mejs-chapters-selector-list-item{color:#fff;cursor:pointer;display:block;list-style-type:none!important;margin:0 0 6px;overflow:hidden;padding:0}.mejs-captions-selector-list-item:hover,.mejs-chapters-selector-list-item:hover{background-color:#c8c8c8!important;background-color:hsla(0,0%,100%,.4)!important}.mejs-captions-selector-input,.mejs-chapters-selector-input{clear:both;float:left;left:-1000px;margin:3px 3px 0 5px;position:absolute}.mejs-captions-selector-label,.mejs-chapters-selector-label{cursor:pointer;float:left;font-size:10px;line-height:15px;padding:4px 10px 0;width:100%}.mejs-captions-selected,.mejs-chapters-selected{color:#21f8f8}.mejs-captions-translations{font-size:10px;margin:0 0 5px}.mejs-captions-layer{bottom:0;color:#fff;font-size:16px;left:0;line-height:20px;position:absolute;text-align:center}.mejs-captions-layer a{color:#fff;text-decoration:underline}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:400}.mejs-captions-position{bottom:15px;left:0;position:absolute;width:100%}.mejs-captions-position-hover{bottom:35px}.mejs-captions-text,.mejs-captions-text *{background:hsla(0,0%,8%,.5);box-shadow:5px 0 0 hsla(0,0%,8%,.5),-5px 0 0 hsla(0,0%,8%,.5);padding:0;white-space:pre-wrap}.mejs-container.mejs-hide-cues video::-webkit-media-text-track-container{display:none}.mejs-overlay-error{position:relative}.mejs-overlay-error>img{left:0;max-width:100%;position:absolute;top:0;z-index:-1}.mejs-cannotplay,.mejs-cannotplay a{color:#fff;font-size:.8em}.mejs-cannotplay{position:relative}.mejs-cannotplay a,.mejs-cannotplay p{display:inline-block;padding:0 15px;width:100%}.mejs-container{clear:both;max-width:100%}.mejs-container *{font-family:Helvetica,Arial}.mejs-container,.mejs-container .mejs-controls,.mejs-embed,.mejs-embed body{background:#222}.mejs-time{font-weight:400;word-wrap:normal}.mejs-controls a.mejs-horizontal-volume-slider{display:table}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#fff}.mejs-controls .mejs-time-rail .mejs-time-current{background:#0073aa}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail .mejs-time-total{background:rgba(255,255,255,.33)}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail span{border-radius:0}.mejs-overlay-loading{background:0 0}.mejs-controls button:hover{border:none;-webkit-box-shadow:none;box-shadow:none}.me-cannotplay{width:auto!important}.media-embed-details .wp-audio-shortcode{display:inline-block;max-width:400px}.audio-details .embed-media-settings{overflow:visible}.media-embed-details .embed-media-settings .setting span:not(.button-group){max-width:400px;width:auto}.media-embed-details .embed-media-settings .checkbox-setting span{display:inline-block}.media-embed-details .embed-media-settings{padding-top:0;top:28px}.media-embed-details .instructions{padding:16px 0;max-width:600px}.media-embed-details .setting .remove-setting,.media-embed-details .setting p{color:#a00;font-size:10px;text-transform:uppercase}.media-embed-details .setting .remove-setting{padding:5px 0}.media-embed-details .setting a:hover{color:#dc3232}.media-embed-details .embed-media-settings .checkbox-setting{float:none;margin:0 0 10px}.wp-video{max-width:100%;height:auto}.wp_attachment_holder .wp-audio-shortcode,.wp_attachment_holder .wp-video{margin-top:18px}.wp-video-shortcode video,video.wp-video-shortcode{max-width:100%;display:inline-block}.video-details .wp-video-holder{width:100%;max-width:640px}.wp-playlist{border:1px solid #ccc;padding:10px;margin:12px 0 18px;font-size:14px;line-height:1.5}.wp-admin .wp-playlist{margin:0 0 18px}.wp-playlist video{display:inline-block;max-width:100%}.wp-playlist audio{display:none;max-width:100%;width:400px}.wp-playlist .mejs-container{margin:0;max-width:100%}.wp-playlist .mejs-controls .mejs-button button{outline:0}.wp-playlist-light{background:#fff;color:#000}.wp-playlist-dark{color:#fff;background:#000}.wp-playlist-caption{display:block;max-width:88%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:1.5}.wp-playlist-item .wp-playlist-caption{text-decoration:none;color:#000;max-width:-webkit-calc(100% - 40px);max-width:calc(100% - 40px)}.wp-playlist-item-meta{display:block;font-size:14px;line-height:1.5}.wp-playlist-item-title{font-size:14px;line-height:1.5}.wp-playlist-item-album{font-style:italic;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-playlist-item-artist{font-size:12px;text-transform:uppercase}.wp-playlist-item-length{position:absolute;right:3px;top:0;font-size:14px;line-height:1.5}.rtl .wp-playlist-item-length{left:3px;right:auto}.wp-playlist-tracks{margin-top:10px}.wp-playlist-item{position:relative;cursor:pointer;padding:0 3px;border-bottom:1px solid #ccc}.wp-playlist-item:last-child{border-bottom:0}.wp-playlist-light .wp-playlist-caption{color:#333}.wp-playlist-dark .wp-playlist-caption{color:#ddd}.wp-playlist-playing{font-weight:700;background:#f7f7f7}.wp-playlist-light .wp-playlist-playing{background:#fff;color:#000}.wp-playlist-dark .wp-playlist-playing{background:#000;color:#fff}.wp-playlist-current-item{overflow:hidden;margin-bottom:10px;height:60px}.wp-playlist .wp-playlist-current-item img{float:left;max-width:60px;height:auto;margin-right:10px;padding:0;border:0}.rtl .wp-playlist .wp-playlist-current-item img{float:right;margin-left:10px;margin-right:0}.wp-playlist-current-item .wp-playlist-item-artist,.wp-playlist-current-item .wp-playlist-item-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-audio-playlist .me-cannotplay span{padding:5px 15px}h1 { font-size: 75px;}p { font-size: 20px;line-height: 28px;}.qodef-page-footer .qodef-footer-bottom-holder { background-color: #000000;}nav.qodef-fullscreen-menu > ul > li > a { font-weight: 700;}.qodef-mobile-header .qodef-mobile-nav .qodef-grid > ul > li > a, .qodef-mobile-header .qodef-mobile-nav .qodef-grid > ul > li > h6 { font-size: 17px;}.qodef-mobile-header .qodef-mobile-nav ul ul li a, .qodef-mobile-header .qodef-mobile-nav ul ul li h6 { font-size: 16px;}.qodef-header-box .qodef-top-bar-background { height: 45px;}.qodef-page-header .qodef-vertical-align-containers, .qodef-top-bar .qodef-vertical-align-containers { padding-right: 0px;}.qodef-main-menu > ul > li.qodef-active-item > a { color: #e30613;}.qodef-light-header .qodef-page-header > div:not(.qodef-sticky-header):not(.qodef-fixed-wrapper) .qodef-main-menu > ul > li.qodef-active-item > a { color: #e30613;}.qodef-dark-header .qodef-page-header > div:not(.qodef-sticky-header):not(.qodef-fixed-wrapper) .qodef-main-menu > ul > li.qodef-active-item > a { color: #e30613;}@media only screen and (max-width:1024px){body:not(.qodef-content-is-behind-header):not(.error404) .qodef-content{margin-top:0!important}}@media only screen and (max-width:1024px){.qodef-hide-on-tablet{display:none!important}}@media only screen and (max-width:680px){.qodef-hide-on-mobile{display:none!important}}@media only screen and (max-width:1200px){.qodef-container-inner,.qodef-grid,.qodef-row-grid-section{width:950px}}@media only screen and (max-width:1024px){.qodef-container-inner,.qodef-grid,.qodef-row-grid-section{width:768px}}@media only screen and (max-width:768px){.qodef-container-inner,.qodef-grid,.qodef-row-grid-section{width:600px}}@media only screen and (max-width:680px){.qodef-container-inner,.qodef-grid,.qodef-row-grid-section{width:420px}}@media only screen and (max-width:480px){.qodef-container-inner,.qodef-grid,.qodef-row-grid-section{width:300px}}@media only screen and (max-width:320px){.qodef-container-inner,.qodef-grid,.qodef-row-grid-section{width:90%}}@media only screen and (max-width:1200px){.qodef-boxed .qodef-wrapper .qodef-footer-inner,.qodef-boxed .qodef-wrapper .qodef-wrapper-inner{width:1000px}}@media only screen and (max-width:1024px){.qodef-boxed .qodef-wrapper .qodef-footer-inner,.qodef-boxed .qodef-wrapper .qodef-wrapper-inner{width:818px}}@media only screen and (max-width:768px){.qodef-boxed .qodef-wrapper .qodef-footer-inner,.qodef-boxed .qodef-wrapper .qodef-wrapper-inner{width:650px}}@media only screen and (max-width:680px){.qodef-boxed .qodef-wrapper .qodef-footer-inner,.qodef-boxed .qodef-wrapper .qodef-wrapper-inner{width:470px}}@media only screen and (max-width:480px){.qodef-boxed .qodef-wrapper .qodef-footer-inner,.qodef-boxed .qodef-wrapper .qodef-wrapper-inner{width:350px}}@media only screen and (max-width:320px){.qodef-boxed .qodef-wrapper .qodef-footer-inner,.qodef-boxed .qodef-wrapper .qodef-wrapper-inner{width:92%}}@media only screen and (max-width:1280px){.qodef-huge-space .qodef-outer-space{margin:0 -25px}.qodef-huge-space .qodef-outer-space .qodef-item-space{padding:0 25px;margin:0 0 50px}.qodef-huge-space.qodef-disable-bottom-space{margin-bottom:-50px}.qodef-huge-space.qodef-columns-has-side-space{padding:0 50px}}@media only screen and (max-width:1440px){.qodef-grid-list.qodef-six-columns .qodef-masonry-grid-sizer{width:20%}.qodef-grid-list.qodef-six-columns .qodef-item-space{width:20%}.qodef-grid-list.qodef-six-columns .qodef-item-space.qodef-masonry-size-large-width,.qodef-grid-list.qodef-six-columns .qodef-item-space.qodef-masonry-size-large-width-height{width:40%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid-list.qodef-six-columns .qodef-item-space:nth-child(5n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-grid-list.qodef-five-columns .qodef-masonry-grid-sizer{width:25%}.qodef-grid-list.qodef-five-columns .qodef-item-space{width:25%}.qodef-grid-list.qodef-five-columns .qodef-item-space.qodef-masonry-size-large-width,.qodef-grid-list.qodef-five-columns .qodef-item-space.qodef-masonry-size-large-width-height{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid-list.qodef-five-columns .qodef-item-space:nth-child(4n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-grid-list.qodef-six-columns .qodef-masonry-grid-sizer{width:25%}.qodef-grid-list.qodef-six-columns .qodef-item-space{width:25%}.qodef-grid-list.qodef-six-columns .qodef-item-space.qodef-masonry-size-large-width,.qodef-grid-list.qodef-six-columns .qodef-item-space.qodef-masonry-size-large-width-height{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid-list.qodef-six-columns .qodef-item-space:nth-child(4n+1){clear:both}}@media only screen and (max-width:1024px){.qodef-grid-list.qodef-four-columns .qodef-masonry-grid-sizer{width:33.33333%}.qodef-grid-list.qodef-four-columns .qodef-item-space{width:33.33333%}.qodef-grid-list.qodef-four-columns .qodef-item-space.qodef-masonry-size-large-width,.qodef-grid-list.qodef-four-columns .qodef-item-space.qodef-masonry-size-large-width-height{width:66.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid-list.qodef-four-columns .qodef-item-space:nth-child(3n+1){clear:both}}@media only screen and (max-width:1024px){.qodef-grid-list.qodef-five-columns .qodef-masonry-grid-sizer{width:33.33333%}.qodef-grid-list.qodef-five-columns .qodef-item-space{width:33.33333%}.qodef-grid-list.qodef-five-columns .qodef-item-space.qodef-masonry-size-large-width,.qodef-grid-list.qodef-five-columns .qodef-item-space.qodef-masonry-size-large-width-height{width:66.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid-list.qodef-five-columns .qodef-item-space:nth-child(3n+1){clear:both}}@media only screen and (max-width:1024px){.qodef-grid-list.qodef-six-columns .qodef-masonry-grid-sizer{width:33.33333%}.qodef-grid-list.qodef-six-columns .qodef-item-space{width:33.33333%}.qodef-grid-list.qodef-six-columns .qodef-item-space.qodef-masonry-size-large-width,.qodef-grid-list.qodef-six-columns .qodef-item-space.qodef-masonry-size-large-width-height{width:66.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid-list.qodef-six-columns .qodef-item-space:nth-child(3n+1){clear:both}}@media only screen and (max-width:768px){.qodef-grid-list.qodef-three-columns .qodef-masonry-grid-sizer{width:50%}.qodef-grid-list.qodef-three-columns .qodef-item-space{width:50%}.qodef-grid-list.qodef-three-columns .qodef-item-space.qodef-masonry-size-large-width,.qodef-grid-list.qodef-three-columns .qodef-item-space.qodef-masonry-size-large-width-height{width:100%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid-list.qodef-three-columns .qodef-item-space:nth-child(2n+1){clear:both}}@media only screen and (max-width:768px){.qodef-grid-list.qodef-four-columns .qodef-masonry-grid-sizer{width:50%}.qodef-grid-list.qodef-four-columns .qodef-item-space{width:50%}.qodef-grid-list.qodef-four-columns .qodef-item-space.qodef-masonry-size-large-width,.qodef-grid-list.qodef-four-columns .qodef-item-space.qodef-masonry-size-large-width-height{width:100%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid-list.qodef-four-columns .qodef-item-space:nth-child(2n+1){clear:both}}@media only screen and (max-width:768px){.qodef-grid-list.qodef-five-columns .qodef-masonry-grid-sizer{width:50%}.qodef-grid-list.qodef-five-columns .qodef-item-space{width:50%}.qodef-grid-list.qodef-five-columns .qodef-item-space.qodef-masonry-size-large-width,.qodef-grid-list.qodef-five-columns .qodef-item-space.qodef-masonry-size-large-width-height{width:100%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid-list.qodef-five-columns .qodef-item-space:nth-child(2n+1){clear:both}}@media only screen and (max-width:768px){.qodef-grid-list.qodef-six-columns .qodef-masonry-grid-sizer{width:50%}.qodef-grid-list.qodef-six-columns .qodef-item-space{width:50%}.qodef-grid-list.qodef-six-columns .qodef-item-space.qodef-masonry-size-large-width,.qodef-grid-list.qodef-six-columns .qodef-item-space.qodef-masonry-size-large-width-height{width:100%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid-list.qodef-six-columns .qodef-item-space:nth-child(2n+1){clear:both}}@media only screen and (max-width:680px){.qodef-grid-list.qodef-two-columns .qodef-masonry-grid-sizer{width:100%}.qodef-grid-list.qodef-two-columns .qodef-item-space{width:100%}.qodef-grid-list.qodef-three-columns .qodef-masonry-grid-sizer{width:100%}.qodef-grid-list.qodef-three-columns .qodef-item-space{width:100%}.qodef-grid-list.qodef-four-columns .qodef-masonry-grid-sizer{width:100%}.qodef-grid-list.qodef-four-columns .qodef-item-space{width:100%}.qodef-grid-list.qodef-five-columns .qodef-masonry-grid-sizer{width:100%}.qodef-grid-list.qodef-five-columns .qodef-item-space{width:100%}.qodef-grid-list.qodef-six-columns .qodef-masonry-grid-sizer{width:100%}.qodef-grid-list.qodef-six-columns .qodef-item-space{width:100%}}@media only screen and (max-width:1024px){.qodef-page-content-holder .qodef-blog-holder.qodef-blog-standard{margin:0 0 88px}}@media only screen and (max-width:768px){.qodef-page-content-holder .qodef-blog-holder.qodef-blog-standard article.format-quote .qodef-post-content:after{right:-25px;top:237px}}@media only screen and (max-width:480px){.qodef-page-content-holder .qodef-blog-holder.qodef-blog-standard article.format-quote .qodef-post-content:after{font-size:350px;right:-15px;top:135px}}@media only screen and (max-width:480px){.qodef-page-content-holder .qodef-blog-holder.qodef-blog-standard article.format-quote .qodef-post-content .qodef-post-text{padding:25px 60px 27px 32px}}@media only screen and (max-width:768px){.qodef-page-content-holder .qodef-blog-holder.qodef-blog-standard article.format-link .qodef-post-content:after{right:0;top:95px}}@media only screen and (max-width:480px){.qodef-page-content-holder .qodef-blog-holder.qodef-blog-standard article.format-link .qodef-post-content:after{font-size:100px;top:60px}}@media only screen and (max-width:480px){.qodef-page-content-holder .qodef-blog-holder.qodef-blog-standard article.format-link .qodef-post-content .qodef-post-text{padding:25px 60px 27px 32px}}@media only screen and (max-width:768px){.qodef-related-posts-holder .qodef-related-post{width:50%!important}}@media only screen and (max-width:480px){.qodef-related-posts-holder .qodef-related-post{width:100%!important}}@media only screen and (max-width:1024px){.qodef-blog-holder.qodef-blog-single{margin:0 0 13px}.qodef-blog-holder.qodef-blog-single article.format-quote .qodef-post-content .qodef-post-text:after{right:-15px}.qodef-blog-holder.qodef-blog-single article.format-link .qodef-post-content .qodef-post-text:after{right:-10px}}@media only screen and (max-width:768px){.qodef-blog-holder.qodef-blog-single article .qodef-post-info-bottom .qodef-post-info-bottom-left,.qodef-blog-holder.qodef-blog-single article .qodef-post-info-bottom .qodef-post-info-bottom-right{width:100%;float:none}.qodef-blog-holder.qodef-blog-single article .qodef-post-info-bottom .qodef-post-info-bottom-right{text-align:inherit;margin:10px 0 0}}@media only screen and (max-width:480px){.qodef-blog-holder.qodef-blog-single article.format-quote .qodef-post-content .qodef-post-text{padding:25px 60px 27px 32px}.qodef-blog-holder.qodef-blog-single article.format-quote .qodef-post-content .qodef-post-text:after{top:130px;font-size:350px}.qodef-blog-holder.qodef-blog-single article.format-link .qodef-post-content .qodef-post-text{padding:25px 60px 27px 32px}.qodef-blog-holder.qodef-blog-single article.format-link .qodef-post-content .qodef-post-text:after{top:55px;right:0;font-size:100px}}@media only screen and (min-width:1025px) and (max-width:1366px){.qodef-blog-list-holder.qodef-grid-list.qodef-five-columns .qodef-item-space,.qodef-blog-list-holder.qodef-grid-list.qodef-five-columns qodef-masonry-grid-sizer{width:20%}.qodef-blog-list-holder.qodef-grid-list.qodef-five-columns .qodef-item-space:nth-child(4n+1){clear:none}.qodef-blog-list-holder.qodef-grid-list.qodef-five-columns .qodef-bli-info>div{font-size:12px}}@media only screen and (max-width:1024px){.qodef-blog-slider-holder.qodef-bs-carousel-centered .active.center .qodef-item-text-wrapper{opacity:1}}@media only screen and (max-width:1440px){.qodef-page-footer .qodef-footer-top-holder .qodef-footer-top-inner.qodef-full-width{padding:113px 85px 74px}}@media only screen and (max-width:1024px){.qodef-page-footer .qodef-footer-top-holder .qodef-footer-top-inner.qodef-full-width{padding:113px 85px 75px}}@media only screen and (max-width:1024px) and (min-width:681px){.qodef-page-footer .qodef-column-content.qodef-grid-col-3{width:50%;float:left}.qodef-page-footer .qodef-column-content.qodef-grid-col-3:nth-child(2n+1){clear:both}.qodef-page-footer .qodef-column-content.qodef-grid-col-3:nth-child(3),.qodef-page-footer .qodef-column-content.qodef-grid-col-3:nth-child(4){margin-top:30px}.qodef-page-footer .qodef-column-content.qodef-grid-col-4{width:33.33333333333333%;float:left}}@media only screen and (max-width:1024px) and (min-width:768px) and (max-width:1024px){.qodef-page-footer .qodef-footer-bottom-holder .qodef-grid-col-6{width:50%;float:left}}@media only screen and (max-width:768px){.qodef-page-footer .qodef-footer-top-holder .qodef-footer-top-bg-text{font-size:180px}}@media only screen and (max-width:680px){.qodef-page-footer .qodef-column-content:not(:first-child){margin-top:30px}}@media only screen and (max-width:480px){.qodef-page-footer .qodef-footer-top-holder .qodef-footer-top-bg-text{font-size:100px}.qodef-page-footer .qodef-footer-top-holder .qodef-footer-top-inner.qodef-full-width{padding:113px 45px 73px}}@media only screen and (max-width:1024px){.qodef-page-header{display:none}}@media only screen and (max-width:1200px){.qodef-boxed .qodef-page-header .qodef-fixed-wrapper.fixed{width:1000px}}@media only screen and (max-width:1440px){.qodef-fullscreen-menu-holder-inner{padding:8% 16.2%}}@media only screen and (max-width:1366px){.qodef-fullscreen-menu-holder-inner{padding:5% 16.2%}.qodef-fullscreen-menu-holder-inner nav.qodef-fullscreen-menu>ul>li>a{font-size:66px;line-height:92px}}@media only screen and (max-width:1024px){.qodef-fullscreen-menu-holder-inner{padding:8% 12.2%}}@media only screen and (max-width:480px){.qodef-fullscreen-menu-holder-inner{padding:30% 9.2%}.qodef-fullscreen-menu-holder-inner nav.qodef-fullscreen-menu>ul>li>a{font-size:55px;line-height:75px}}@media only screen and (min-width:1490px) and (max-width:1650px){.qodef-header-vertical-sliding .qodef-container-inner,.qodef-header-vertical-sliding .qodef-grid,.qodef-header-vertical-sliding .qodef-row-grid-section{width:1100px}}@media only screen and (min-width:1314px) and (max-width:1490px){.qodef-header-vertical-sliding .qodef-container-inner,.qodef-header-vertical-sliding .qodef-grid,.qodef-header-vertical-sliding .qodef-row-grid-section{width:1035px}}@media only screen and (min-width:1024px) and (max-width:1314px){.qodef-header-vertical-sliding .qodef-container-inner,.qodef-header-vertical-sliding .qodef-grid,.qodef-header-vertical-sliding .qodef-row-grid-section{width:900px}}@media only screen and (min-width:1025px){.error404.qodef-header-vertical-sliding .qodef-content{margin:0!important}}@media only screen and (max-width:1024px){.qodef-header-vertical-sliding .qodef-vertical-menu-area{display:none}.qodef-header-vertical-sliding .qodef-content,.qodef-header-vertical-sliding footer{padding-left:0}}@media only screen and (min-width:1025px){.error404.qodef-header-vertical .qodef-content{margin:0!important}}@media only screen and (max-width:1024px){.qodef-header-vertical .qodef-vertical-menu-area{display:none}.qodef-header-vertical .qodef-content,.qodef-header-vertical footer{padding-left:0}}@media only screen and (max-width:1440px){.qodef-header-vertical .qodef-container-inner,.qodef-header-vertical .qodef-grid,.qodef-header-vertical .qodef-row-grid-section{width:950px}}@media only screen and (max-width:1200px){.qodef-header-vertical .qodef-container-inner,.qodef-header-vertical .qodef-grid,.qodef-header-vertical .qodef-row-grid-section{width:768px}}@media only screen and (max-width:1024px){.qodef-header-vertical .qodef-container-inner,.qodef-header-vertical .qodef-grid,.qodef-header-vertical .qodef-row-grid-section{width:768px}}@media only screen and (max-width:768px){.qodef-header-vertical .qodef-container-inner,.qodef-header-vertical .qodef-grid,.qodef-header-vertical .qodef-row-grid-section{width:600px}}@media only screen and (max-width:680px){.qodef-header-vertical .qodef-container-inner,.qodef-header-vertical .qodef-grid,.qodef-header-vertical .qodef-row-grid-section{width:420px}}@media only screen and (max-width:480px){.qodef-header-vertical .qodef-container-inner,.qodef-header-vertical .qodef-grid,.qodef-header-vertical .qodef-row-grid-section{width:300px}}@media only screen and (max-width:320px){.qodef-header-vertical .qodef-container-inner,.qodef-header-vertical .qodef-grid,.qodef-header-vertical .qodef-row-grid-section{width:90%}}@media only screen and (max-width:1024px){.qodef-mobile-header{display:block}}@media only screen and (max-width:768px){.qodef-paspartu-enabled .qodef-mobile-header .qodef-grid{width:90%}}@media only screen and (max-width:1200px){.qodef-boxed .qodef-page-header .qodef-sticky-header{width:1000px}}@media only screen and (max-width:1024px){.qodef-boxed.qodef-sticky-up-mobile-header .mobile-header-appear .qodef-mobile-header-inner{width:818px;left:auto}}@media only screen and (max-width:768px){.qodef-boxed.qodef-sticky-up-mobile-header .mobile-header-appear .qodef-mobile-header-inner{width:650px}}@media only screen and (max-width:680px){.qodef-boxed.qodef-sticky-up-mobile-header .mobile-header-appear .qodef-mobile-header-inner{width:470px}}@media only screen and (max-width:480px){.qodef-boxed.qodef-sticky-up-mobile-header .mobile-header-appear .qodef-mobile-header-inner{width:350px}}@media only screen and (max-width:320px){.qodef-boxed.qodef-sticky-up-mobile-header .mobile-header-appear .qodef-mobile-header-inner{width:92%}}@media only screen and (max-width:1024px){.qodef-top-bar{display:none}}@media only screen and (max-width:1024px){.qodef-search-page-holder article .qodef-post-image{width:80px}.qodef-search-page-holder article .qodef-post-title-area{padding:0 0 0 105px;min-height:80px}}@media only screen and (max-width:680px){.qodef-search-page-holder article .qodef-post-image{width:60px}.qodef-search-page-holder article .qodef-post-title-area{padding:0 0 0 80px;min-height:60px}}@media only screen and (max-width:1024px){.qodef-fullscreen-search-holder .qodef-form-holder-inner{width:80%}}@media only screen and (max-width:1280px){.qodef-subscribe-popup-holder .qodef-sp-inner{width:63%}}@media only screen and (max-width:1024px){.qodef-subscribe-popup-holder .qodef-sp-inner{width:75%}}@media only screen and (max-width:768px){.qodef-subscribe-popup-holder .qodef-sp-inner{width:90%}}@media only screen and (max-width:680px){.qodef-subscribe-popup-holder .qodef-sp-inner{min-height:450px}}@media only screen and (max-width:680px){.qodef-subscribe-popup-holder .qodef-sp-content-container{width:100%;padding:0 40px}.qodef-subscribe-popup-holder .qodef-sp-background{display:none}}@media only screen and (max-width:1024px){.qodef-title-holder.qodef-has-bg-image{height:auto!important;background-image:none!important}.qodef-title-holder.qodef-has-bg-image .qodef-title-image{display:block}.qodef-title-holder.qodef-has-bg-image .qodef-title-wrapper{position:absolute;top:50%;left:0;height:100%!important;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.qodef-title-holder.qodef-title-va-header-bottom{height:auto!important}.qodef-title-holder.qodef-title-va-header-bottom .qodef-title-wrapper{padding-top:0!important}}@media only screen and (max-width:1024px){.qodef-title-holder.qodef-centered-type .qodef-page-subtitle{padding:0!important}}@media only screen and (max-width:1024px){.qodef-title-holder.qodef-standard-with-breadcrumbs-type .qodef-breadcrumbs-info,.qodef-title-holder.qodef-standard-with-breadcrumbs-type .qodef-title-info{display:block;width:100%}.qodef-title-holder.qodef-standard-with-breadcrumbs-type .qodef-breadcrumbs-info{margin:10px 0 0;text-align:initial;white-space:inherit}}@media only screen and (max-width:680px){.qodef-portfolio-single-holder .qodef-ps-image-holder.qodef-ps-gallery-images .qodef-ps-image{width:100%!important}}@media only screen and (max-width:1024px){.qodef-portfolio-single-holder .qodef-ps-info-holder{margin:30px 0 0!important}}@media only screen and (max-width:1366px){.qodef-pis-holder.qodef-pis-type-slider .qodef-pis-item-link{font-size:80px}}@media only screen and (max-width:680px){.qodef-pis-holder.qodef-pis-type-slider .qodef-pis-item-link{font-size:45px;text-align:center}}@media only screen and (max-width:1440px){.qodef-portfolio-list-holder.qodef-pl-scrollable .qodef-ptf-meta-item-date-year{padding-left:21px}}@media only screen and (max-width:1366px){.qodef-portfolio-list-holder.qodef-pl-scrollable .qodef-ptf-meta-item-title{width:58.3%}.qodef-portfolio-list-holder.qodef-pl-scrollable .qodef-ptf-view-holder{width:24%}}@media only screen and (max-width:1024px){.qodef-portfolio-list-holder.qodef-pl-scrollable .qodef-ptf-list-showcase-preview-title-resp{display:block;padding-top:5px;margin-bottom:30px}.qodef-portfolio-list-holder.qodef-pl-scrollable .qodef-ptf-list-showcase-meta{display:none}.qodef-portfolio-list-holder.qodef-pl-scrollable .qodef-ptf-list-showcase-preview{width:100%}.qodef-portfolio-list-holder.qodef-pl-scrollable .qodef-ptf-list-showcase-preview-item{padding:0 20px}.qodef-portfolio-list-holder.qodef-pl-scrollable .qodef-ptf-list-showcase-preview-item a:after{display:none}.qodef-portfolio-list-holder{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 5px}}@media only screen and (max-width:480px){.qodef-portfolio-list-holder.qodef-filter-position-top .qodef-pl-filter-holder ul li span{line-height:20px}.qodef-portfolio-list-holder.qodef-filter-position-top .qodef-pl-filter-holder ul.qodef-portfolio-filter-child-categories li{margin:0 20px}}@media only screen and (max-width:1024px){.qodef-pl-load-more-holder:after{top:52%;font-size:60px}}@media only screen and (max-width:480px){.qodef-pl-load-more-holder:after{top:56%;font-size:45px}}@media only screen and (max-width:1440px){.qodef-portfolio-vertical-loop-holder article .qodef-pvli-content-holder .qodef-pvli-image-holder{height:596px}.qodef-portfolio-vertical-loop-holder article .qodef-pvli-content-holder .qodef-pvli-image-holder .qodef-pvli-image-inner{height:596px}.qodef-portfolio-vertical-loop-holder article .qodef-pvli-content-holder .qodef-pvli-image-holder .qodef-pvli-image-inner .qodef-pvli-image{height:596px}}@media only screen and (min-width:1366px) and (max-width:1440px){.qodef-portfolio-vertical-loop-holder .qodef-pvli-content-holder .qodef-pvli-text .qodef-pvl-info-holder{padding-left:35px}}@media only screen and (max-width:1366px){.qodef-portfolio-vertical-loop-holder article .qodef-pvli-content-holder .qodef-pvli-image-holder{height:491px}.qodef-portfolio-vertical-loop-holder article .qodef-pvli-content-holder .qodef-pvli-image-holder .qodef-pvli-image-inner{height:491px}.qodef-portfolio-vertical-loop-holder article .qodef-pvli-content-holder .qodef-pvli-image-holder .qodef-pvli-image-inner .qodef-pvli-image{height:491px}}@media only screen and (max-width:1024px){.qodef-portfolio-vertical-loop-holder article .qodef-pvli-content-holder .qodef-pvli-image-holder{height:auto;margin:0 0 127px 75px}.qodef-portfolio-vertical-loop-holder article .qodef-pvli-content-holder .qodef-pvli-image-holder .qodef-pvli-image-inner{height:auto}.qodef-portfolio-vertical-loop-holder article .qodef-pvli-content-holder .qodef-pvli-image-holder .qodef-pvli-image-inner .qodef-pvli-image{background-position:center center!important}.qodef-portfolio-vertical-loop-holder article .qodef-pvli-content-holder .qodef-pvli-image-holder .qodef-pvli-image-inner .qodef-pvli-image.qodef-parallax-row-holder{min-height:614px!important}.qodef-portfolio-vertical-loop-holder article .qodef-pvli-content-holder .qodef-pvli-text .qodef-pvli-excerpt{margin:0 60px 41px 152px}.qodef-portfolio-vertical-loop-holder article .qodef-pvli-content-holder .qodef-pvli-text .qodef-pvl-tags{margin:0 80px 41px 152px}.qodef-portfolio-vertical-loop-holder article .qodef-pvli-content-holder .qodef-pvli-text .qodef-pvl-info-holder{margin:0 0 0 152px}}@media only screen and (max-width:768px){.qodef-portfolio-vertical-loop-holder article .qodef-pvli-content-holder .qodef-pvli-image-holder .qodef-pvli-image-inner .qodef-pvli-image.qodef-parallax-row-holder{min-height:870px!important}}@media only screen and (max-width:480px){.qodef-portfolio-vertical-loop-holder .qodef-pvl-navigation-holder{position:relative;top:0;left:0;width:100%;-webkit-transform:rotateZ(0) translateX(0);-ms-transform:rotate(0) translateX(0);transform:rotateZ(0) translateX(0)}.qodef-portfolio-vertical-loop-holder .qodef-pvl-navigation-holder .qodef-pvl-navigation .qodef-pvl-back-btn a,.qodef-portfolio-vertical-loop-holder .qodef-pvl-navigation-holder .qodef-pvl-navigation .qodef-pvl-next a,.qodef-portfolio-vertical-loop-holder .qodef-pvl-navigation-holder .qodef-pvl-navigation .qodef-pvl-prev a{font-size:15px}.qodef-portfolio-vertical-loop-holder article .vc_row.qodef-parallax-row-holder{min-height:unset!important;margin-left:0}.qodef-portfolio-vertical-loop-holder article .qodef-pvli-content-holder .qodef-pvli-image-holder{margin:0 0 127px 0}.qodef-portfolio-vertical-loop-holder article .qodef-pvli-content-holder .qodef-pvli-image-holder .qodef-pvli-image-inner .qodef-pvli-image.qodef-parallax-row-holder{min-height:434px!important}.qodef-portfolio-vertical-loop-holder article .qodef-pvli-content-holder .qodef-pvli-image-holder .qodef-pvli-image-inner .qodef-pvli-image-title .qodef-pvli-image-title-inner .qodef-pvli-title{font-size:48px}.qodef-portfolio-vertical-loop-holder article .qodef-pvli-content-holder .qodef-pvli-text .qodef-pvli-excerpt{margin:41px 0}.qodef-portfolio-vertical-loop-holder article .qodef-pvli-content-holder .qodef-pvli-text .qodef-pvl-tags{margin:0 0 41px 0}.qodef-portfolio-vertical-loop-holder article .qodef-pvli-content-holder .qodef-pvli-text .qodef-pvl-info-holder{margin:0}.qodef-portfolio-vertical-loop-holder article.next-item .qodef-pvli-content-holder .qodef-pvli-background-text{font-size:140px}}@media only screen and (max-width:680px){.qodef-testimonials-holder.qodef-testimonials-image-pagination .qodef-testimonials-image-pagination-inner{padding:0 10px 0 30%;-webkit-box-sizing:border-box;box-sizing:border-box}.qodef-testimonials-holder.qodef-testimonials-image-pagination .qodef-testimonials-image-pagination-inner .qodef-testimonial-text{font-size:15px;line-height:27px}}.qodef-testimonials-holder.qodef-testimonials-standard{text-align:center}@media only screen and (max-width:1366px){.qodef-testimonials-holder.qodef-testimonials-standard .qodef-testimonial-content .qodef-testimonial-text-holder{padding:0 30px 0 236px}}@media only screen and (max-width:1024px){.qodef-testimonials-holder.qodef-testimonials-standard .qodef-testimonial-content .qodef-testimonial-text-holder{padding:0 0 0 185px}}@media only screen and (max-width:768px){.qodef-testimonials-holder.qodef-testimonials-standard .qodef-testimonial-content .qodef-testimonial-text-holder{padding:185px 0 0 0}}@media only screen and (max-width:1440px){.qodef-testimonials-holder.qodef-testimonials-standard.qodef-testimonials-pagination-position-right .owl-dots{-webkit-transform:rotate(90deg) translateX(-16px);-ms-transform:rotate(90deg) translateX(-16px);transform:rotate(90deg) translateX(-16px);left:calc(100% + 20px)}}@media only screen and (max-width:480px){.qodef-testimonials-holder.qodef-testimonials-standard.qodef-testimonials-pagination-position-right .owl-dots{-webkit-transform:rotate(90deg) translateX(-16px);-ms-transform:rotate(90deg) translateX(-16px);transform:rotate(90deg) translateX(-16px);left:calc(100% + 20px)}}@media only screen and (max-width:768px){.qodef-testimonials-holder:after{top:-65px}}@media only screen and (max-width:480px){.qodef-testimonials-holder:after{top:-25px;font-size:300px}}@media only screen and (max-width:1440px){.qodef-anchor-menu-outer{left:24px}.qodef-anchor-menu-outer .qodef-anchor .qodef-anchor-menu-item-label{display:none}.qodef-anchor-menu-outer .qodef-anchor .qodef-anchor-menu-item-number{padding:0}.qodef-anchor-menu-outer .qodef-anchor.current .qodef-anchor-menu-item-number{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3)}}@media only screen and (max-width:1366px){.qodef-anchor-menu-outer{left:38px}}@media only screen and (max-width:1024px){.qodef-anchor-menu-outer{display:none}}@media only screen and (max-width:1024px){.qodef-banner-holder.qodef-banner-info-centered span.qodef-banner-title{font-size:40px}.qodef-banner-holder.qodef-banner-info-centered .qodef-banner-title{margin:10px 0 0}.qodef-banner-holder.qodef-banner-info-centered .qodef-banner-text-holder{padding:55px 20px}.qodef-banner-holder.qodef-banner-info-bottom-left .qodef-banner-text-holder{padding:15px 25px}.qodef-banner-holder .qodef-banner-badge-holder{padding:6px 11px 3px 14px}.qodef-banner-holder .qodef-banner-badge-holder .qodef-banner-badge-text{font-size:16px;line-height:23px}}@media only screen and (max-width:768px){.qodef-banner-holder.qodef-banner-info-centered .qodef-banner-subtitle{font-size:15px}.qodef-banner-holder.qodef-banner-info-centered .qodef-banner-title,.qodef-banner-holder.qodef-banner-info-centered span.qodef-banner-title{font-size:25px}.qodef-banner-holder.qodef-banner-info-centered .qodef-banner-title{margin:10px 0 0}.qodef-banner-holder.qodef-banner-info-centered .qodef-banner-text-holder{padding:50px 20px}.qodef-banner-holder.qodef-banner-info-centered .qodef-banner-button a{margin:0 0 0 -23px;font-size:15px;line-height:1em}.qodef-banner-holder.qodef-banner-info-bottom-left .qodef-banner-text-holder{padding:15px 25px}.qodef-banner-holder.qodef-banner-info-bottom-left .qodef-banner-text-holder .qodef-banner-text-inner .qodef-banner-subtitle{font-size:15px}.qodef-banner-holder.qodef-banner-info-bottom-left .qodef-banner-text-holder .qodef-banner-text-inner .qodef-banner-title{margin:0;font-size:25px}}@media only screen and (max-width:480px){.qodef-banner-holder.qodef-banner-info-centered .qodef-banner-title{margin:10px 0 0}.qodef-banner-holder.qodef-banner-info-centered .qodef-banner-subtitle{font-size:22px}.qodef-banner-holder.qodef-banner-info-centered span.qodef-banner-title{font-size:40px}.qodef-banner-holder.qodef-banner-info-bottom-left .qodef-banner-text-holder{padding:40px 46px;text-align:left}.qodef-banner-holder.qodef-banner-info-bottom-left .qodef-banner-text-holder .qodef-banner-subtitle{font-size:22px}.qodef-banner-holder.qodef-banner-info-bottom-left .qodef-banner-text-holder .qodef-banner-title{font-size:55px;line-height:.9em;margin:0 0 0 -2px}}@media only screen and (max-width:1024px){.qodef-btn.qodef-btn-huge,.qodef-btn.qodef-btn-large{padding:10px 51px}}@media only screen and (min-width:1201px) and (max-width:1300px){.qodef-call-to-action-holder .qodef-grid{width:1100px}}@media only screen and (max-width:1200px){.qodef-call-to-action-holder.qodef-four-fifths-columns .qodef-cta-text-holder,.qodef-call-to-action-holder.qodef-three-quarters-columns .qodef-cta-text-holder{width:66.66666666666667%}.qodef-call-to-action-holder.qodef-four-fifths-columns .qodef-cta-button-holder,.qodef-call-to-action-holder.qodef-three-quarters-columns .qodef-cta-button-holder{width:33.33333333333333%}}@media only screen and (max-width:768px){.qodef-call-to-action-holder.qodef-normal-layout .qodef-cta-button-holder,.qodef-call-to-action-holder.qodef-normal-layout .qodef-cta-inner,.qodef-call-to-action-holder.qodef-normal-layout .qodef-cta-text-holder{display:block}.qodef-call-to-action-holder.qodef-normal-layout .qodef-cta-button-holder{margin:28px 0 0;text-align:initial}.qodef-call-to-action-holder.qodef-four-fifths-columns .qodef-cta-button-holder,.qodef-call-to-action-holder.qodef-four-fifths-columns .qodef-cta-text-holder,.qodef-call-to-action-holder.qodef-three-quarters-columns .qodef-cta-button-holder,.qodef-call-to-action-holder.qodef-three-quarters-columns .qodef-cta-text-holder,.qodef-call-to-action-holder.qodef-two-halves-columns .qodef-cta-button-holder,.qodef-call-to-action-holder.qodef-two-halves-columns .qodef-cta-text-holder,.qodef-call-to-action-holder.qodef-two-thirds-columns .qodef-cta-button-holder,.qodef-call-to-action-holder.qodef-two-thirds-columns .qodef-cta-text-holder{width:100%}}@media only screen and (max-width:768px){.qodef-cards-gallery .qodef-cg-fake-card{-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.qodef-cards-gallery.qodef-cg-shuffled-left .qodef-cg-card{-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.qodef-cards-gallery.qodef-cg-shuffled-left .qodef-cg-card.qodef-out{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.qodef-cards-gallery.qodef-cg-shuffled-left .qodef-cg-card:nth-last-child(6){-webkit-transform:scale(.3) translateX(84%);-ms-transform:scale(.3) translateX(84%);transform:scale(.3) translateX(84%)}.qodef-cards-gallery.qodef-cg-shuffled-left .qodef-cg-card:nth-last-child(5){-webkit-transform:scale(.4) translateX(60%);-ms-transform:scale(.4) translateX(60%);transform:scale(.4) translateX(60%)}.qodef-cards-gallery.qodef-cg-shuffled-left .qodef-cg-card:nth-last-child(4){-webkit-transform:scale(.5) translateX(39%);-ms-transform:scale(.5) translateX(39%);transform:scale(.5) translateX(39%)}.qodef-cards-gallery.qodef-cg-shuffled-left .qodef-cg-card:nth-last-child(3){-webkit-transform:scale(.6) translateX(25%);-ms-transform:scale(.6) translateX(25%);transform:scale(.6) translateX(25%)}.qodef-cards-gallery.qodef-cg-shuffled-left .qodef-cg-card:nth-last-child(2){-webkit-transform:scale(.7) translateX(11.2%);-ms-transform:scale(.7) translateX(11.2%);transform:scale(.7) translateX(11.2%)}.qodef-cards-gallery.qodef-cg-shuffled-right .qodef-cg-card{-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.qodef-cards-gallery.qodef-cg-shuffled-right .qodef-cg-card.qodef-out{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.qodef-cards-gallery.qodef-cg-shuffled-right .qodef-cg-card:nth-last-child(6){-webkit-transform:scale(.3) translateX(-84%);-ms-transform:scale(.3) translateX(-84%);transform:scale(.3) translateX(-84%)}.qodef-cards-gallery.qodef-cg-shuffled-right .qodef-cg-card:nth-last-child(5){-webkit-transform:scale(.4) translateX(-60%);-ms-transform:scale(.4) translateX(-60%);transform:scale(.4) translateX(-60%)}.qodef-cards-gallery.qodef-cg-shuffled-right .qodef-cg-card:nth-last-child(4){-webkit-transform:scale(.5) translateX(-39%);-ms-transform:scale(.5) translateX(-39%);transform:scale(.5) translateX(-39%)}.qodef-cards-gallery.qodef-cg-shuffled-right .qodef-cg-card:nth-last-child(3){-webkit-transform:scale(.6) translateX(-25%);-ms-transform:scale(.6) translateX(-25%);transform:scale(.6) translateX(-25%)}.qodef-cards-gallery.qodef-cg-shuffled-right .qodef-cg-card:nth-last-child(2){-webkit-transform:scale(.7) translateX(-11.2%);-ms-transform:scale(.7) translateX(-11.2%);transform:scale(.7) translateX(-11.2%)}}@media only screen and (min-width:769px) and (max-width:1024px){.qodef-clients-grid-holder.qodef-grid-list.qodef-four-columns .qodef-item-space,.qodef-clients-grid-holder.qodef-grid-list.qodef-four-columns .qodef-masonry-grid-sizer{width:50%}.qodef-clients-grid-holder.qodef-grid-list.qodef-four-columns .qodef-item-space:nth-child(2n){clear:none}}@media only screen and (max-width:1200px){.qodef-countdown .countdown-row .countdown-section .countdown-amount{font-size:60px}}@media only screen and (max-width:768px){.qodef-countdown .countdown-row.countdown-show4 .countdown-section,.qodef-countdown .countdown-row.countdown-show5 .countdown-section,.qodef-countdown .countdown-row.countdown-show6 .countdown-section{width:20%}.qodef-countdown .countdown-row .countdown-section .countdown-amount{font-size:50px}}@media only screen and (max-width:680px){.qodef-countdown .countdown-row .countdown-section .countdown-amount{font-size:40px}}@media only screen and (max-width:768px){.qodef-custom-font-holder.qodef-disable-title-break br{display:none}}@media only screen and (max-width:1366px){.qodef-elements-holder.qodef-responsive-mode-1366.qodef-two-columns .qodef-eh-item{width:100%;height:auto;display:inline-block}.qodef-elements-holder.qodef-responsive-mode-1366.qodef-three-columns .qodef-eh-item{width:100%;height:auto;display:inline-block}.qodef-elements-holder.qodef-responsive-mode-1366.qodef-four-columns .qodef-eh-item{width:100%;height:auto;display:inline-block}.qodef-elements-holder.qodef-responsive-mode-1366.qodef-five-columns .qodef-eh-item{width:100%;height:auto;display:inline-block}.qodef-elements-holder.qodef-responsive-mode-1366.qodef-six-columns .qodef-eh-item{width:100%;height:auto;display:inline-block}.qodef-elements-holder.qodef-responsive-mode-1366.qodef-one-column-alignment-left .qodef-eh-item .qodef-eh-item-content{text-align:left}.qodef-elements-holder.qodef-responsive-mode-1366.qodef-one-column-alignment-right .qodef-eh-item .qodef-eh-item-content{text-align:right}.qodef-elements-holder.qodef-responsive-mode-1366.qodef-one-column-alignment-center .qodef-eh-item .qodef-eh-item-content{text-align:center}}@media only screen and (max-width:1024px){.qodef-elements-holder.qodef-responsive-mode-1024.qodef-two-columns .qodef-eh-item{width:100%;height:auto;display:inline-block}.qodef-elements-holder.qodef-responsive-mode-1024.qodef-three-columns .qodef-eh-item{width:100%;height:auto;display:inline-block}.qodef-elements-holder.qodef-responsive-mode-1024.qodef-four-columns .qodef-eh-item{width:100%;height:auto;display:inline-block}.qodef-elements-holder.qodef-responsive-mode-1024.qodef-five-columns .qodef-eh-item{width:100%;height:auto;display:inline-block}.qodef-elements-holder.qodef-responsive-mode-1024.qodef-six-columns .qodef-eh-item{width:100%;height:auto;display:inline-block}.qodef-elements-holder.qodef-responsive-mode-1024.qodef-one-column-alignment-left .qodef-eh-item .qodef-eh-item-content{text-align:left}.qodef-elements-holder.qodef-responsive-mode-1024.qodef-one-column-alignment-right .qodef-eh-item .qodef-eh-item-content{text-align:right}.qodef-elements-holder.qodef-responsive-mode-1024.qodef-one-column-alignment-center .qodef-eh-item .qodef-eh-item-content{text-align:center}}@media only screen and (max-width:768px){.qodef-elements-holder.qodef-responsive-mode-768.qodef-two-columns .qodef-eh-item{width:100%;height:auto;display:inline-block}.qodef-elements-holder.qodef-responsive-mode-768.qodef-three-columns .qodef-eh-item{width:100%;height:auto;display:inline-block}.qodef-elements-holder.qodef-responsive-mode-768.qodef-four-columns .qodef-eh-item{width:100%;height:auto;display:inline-block}.qodef-elements-holder.qodef-responsive-mode-768.qodef-five-columns .qodef-eh-item{width:100%;height:auto;display:inline-block}.qodef-elements-holder.qodef-responsive-mode-768.qodef-six-columns .qodef-eh-item{width:100%;height:auto;display:inline-block}.qodef-elements-holder.qodef-responsive-mode-768.qodef-one-column-alignment-left .qodef-eh-item .qodef-eh-item-content{text-align:left}.qodef-elements-holder.qodef-responsive-mode-768.qodef-one-column-alignment-right .qodef-eh-item .qodef-eh-item-content{text-align:right}.qodef-elements-holder.qodef-responsive-mode-768.qodef-one-column-alignment-center .qodef-eh-item .qodef-eh-item-content{text-align:center}}@media only screen and (max-width:680px){.qodef-elements-holder.qodef-responsive-mode-680.qodef-two-columns .qodef-eh-item{width:100%;height:auto;display:inline-block}.qodef-elements-holder.qodef-responsive-mode-680.qodef-three-columns .qodef-eh-item{width:100%;height:auto;display:inline-block}.qodef-elements-holder.qodef-responsive-mode-680.qodef-four-columns .qodef-eh-item{width:100%;height:auto;display:inline-block}.qodef-elements-holder.qodef-responsive-mode-680.qodef-five-columns .qodef-eh-item{width:100%;height:auto;display:inline-block}.qodef-elements-holder.qodef-responsive-mode-680.qodef-six-columns .qodef-eh-item{width:100%;height:auto;display:inline-block}.qodef-elements-holder.qodef-responsive-mode-680.qodef-one-column-alignment-left .qodef-eh-item .qodef-eh-item-content{text-align:left}.qodef-elements-holder.qodef-responsive-mode-680.qodef-one-column-alignment-right .qodef-eh-item .qodef-eh-item-content{text-align:right}.qodef-elements-holder.qodef-responsive-mode-680.qodef-one-column-alignment-center .qodef-eh-item .qodef-eh-item-content{text-align:center}}@media only screen and (max-width:480px){.qodef-elements-holder.qodef-responsive-mode-480.qodef-two-columns .qodef-eh-item{width:100%;height:auto;display:inline-block}.qodef-elements-holder.qodef-responsive-mode-480.qodef-three-columns .qodef-eh-item{width:100%;height:auto;display:inline-block}.qodef-elements-holder.qodef-responsive-mode-480.qodef-four-columns .qodef-eh-item{width:100%;height:auto;display:inline-block}.qodef-elements-holder.qodef-responsive-mode-480.qodef-five-columns .qodef-eh-item{width:100%;height:auto;display:inline-block}.qodef-elements-holder.qodef-responsive-mode-480.qodef-six-columns .qodef-eh-item{width:100%;height:auto;display:inline-block}.qodef-elements-holder.qodef-responsive-mode-480.qodef-one-column-alignment-left .qodef-eh-item .qodef-eh-item-content{text-align:left}.qodef-elements-holder.qodef-responsive-mode-480.qodef-one-column-alignment-right .qodef-eh-item .qodef-eh-item-content{text-align:right}.qodef-elements-holder.qodef-responsive-mode-480.qodef-one-column-alignment-center .qodef-eh-item .qodef-eh-item-content{text-align:center}.qodef-elements-holder .qodef-eh-item-content{padding:0 10px}}@media only screen and (max-width:1600px){.qodef-frame-slider-holder{width:768px}.qodef-frame-slider-holder .qodef-fs-slides{top:15.7%;left:48px;width:688px;height:388px}.qodef-frame-slider-holder .qodef-fs-slides .owl-stage-outer{width:100%;height:100%}.qodef-frame-slider-holder .qodef-fs-slides .owl-stage{padding-left:0;width:100%;height:100%}.qodef-frame-slider-holder .qodef-fs-slides .owl-stage .owl-item .qodef-fs-slide{margin:0}.qodef-frame-slider-holder .qodef-fs-slides .owl-stage .owl-item img{width:auto;max-height:390px}}@media only screen and (max-width:1440px){.qodef-frame-slider-holder{width:600px}.qodef-frame-slider-holder .qodef-fs-slides{top:17%;left:39px;width:538px;height:309px}.qodef-frame-slider-holder .qodef-fs-slides .owl-stage-outer{width:100%;height:100%}.qodef-frame-slider-holder .qodef-fs-slides .owl-stage{padding-left:0;width:100%;height:100%}.qodef-frame-slider-holder .qodef-fs-slides .owl-stage .owl-item .qodef-fs-slide{margin:0}.qodef-frame-slider-holder .qodef-fs-slides .owl-stage .owl-item img{width:auto;max-height:306px}}@media only screen and (max-width:1024px){.qodef-frame-slider-holder{width:768px}.qodef-frame-slider-holder .qodef-fs-slides{top:15.7%;left:48px;width:688px;height:388px}.qodef-frame-slider-holder .qodef-fs-slides .owl-stage-outer{width:100%;height:100%}.qodef-frame-slider-holder .qodef-fs-slides .owl-stage{padding-left:0;width:100%;height:100%}.qodef-frame-slider-holder .qodef-fs-slides .owl-stage .owl-item .qodef-fs-slide{margin:0}.qodef-frame-slider-holder .qodef-fs-slides .owl-stage .owl-item img{width:auto;max-height:390px}.qodef-frame-slider-holder .owl-dots{display:none}}@media only screen and (max-width:768px){.qodef-frame-slider-holder{width:600px}.qodef-frame-slider-holder .qodef-fs-slides{top:17%;left:39px;width:538px;height:309px}.qodef-frame-slider-holder .qodef-fs-slides .owl-stage-outer{width:100%;height:100%}.qodef-frame-slider-holder .qodef-fs-slides .owl-stage{padding-left:0;width:100%;height:100%}.qodef-frame-slider-holder .qodef-fs-slides .owl-stage .owl-item .qodef-fs-slide{margin:0}.qodef-frame-slider-holder .qodef-fs-slides .owl-stage .owl-item img{width:auto;max-height:306px}}@media only screen and (max-width:480px){.qodef-frame-slider-holder{width:300px}.qodef-frame-slider-holder .qodef-fs-slides{top:23%;left:19px;width:271px;height:149px}.qodef-frame-slider-holder .qodef-fs-slides .owl-stage-outer{width:100%;height:100%}.qodef-frame-slider-holder .qodef-fs-slides .owl-stage{padding-left:0;width:100%;height:100%}.qodef-frame-slider-holder .qodef-fs-slides .owl-stage .owl-item .qodef-fs-slide{margin:0}.qodef-frame-slider-holder .qodef-fs-slides .owl-stage .owl-item img{width:auto;max-height:154px}}@media only screen and (max-width:320px){.qodef-frame-slider-holder{width:288px}.qodef-frame-slider-holder .qodef-fs-slides{left:17px;width:259px}}@media only screen and (max-width:1024px){.qodef-google-map-overlay{display:block}}@media only screen and (max-width:480px){.qodef-image-gallery.qodef-pagination-position-left .owl-dots{padding:0 0 5px}}@media only screen and (max-width:1366px){.qodef-image-with-number-holder.qodef-with-number:hover .qodef-iwn-number-holder{-webkit-transform:rotate(-90deg) scale(1.25,1.25) translateX(-2px);-ms-transform:rotate(-90deg) scale(1.25,1.25) translateX(-2px);transform:rotate(-90deg) scale(1.25,1.25) translateX(-2px)}.qodef-image-with-number-holder .qodef-iwn-text-holder{padding:25px 25px 25px 50px}}@media only screen and (max-width:1024px){.qodef-image-with-number-holder .qodef-iwn-number-holder{margin-bottom:0}.qodef-image-with-number-holder .qodef-iwn-number-holder .qodef-iwn-number{font-size:65px;height:51px}}@media only screen and (max-width:768px){.qodef-image-with-number-holder.qodef-with-number:hover .qodef-iwn-number-holder{-webkit-transform:rotate(-90deg) scale(1.25,1.25) translateX(-2px) translateY(-12px);-ms-transform:rotate(-90deg) scale(1.25,1.25) translateX(-2px) translateY(-12px);transform:rotate(-90deg) scale(1.25,1.25) translateX(-2px) translateY(-12px)}.qodef-image-with-number-holder .qodef-iwn-text-holder{padding:40px 40px 40px 75px}.qodef-image-with-number-holder .qodef-iwn-number-holder{margin-bottom:-3px;-webkit-transform:rotate(-90deg) scale(1,1) translateY(-16px);-ms-transform:rotate(-90deg) scale(1,1) translateY(-16px);transform:rotate(-90deg) scale(1,1) translateY(-16px)}.qodef-image-with-number-holder .qodef-iwn-number-holder .qodef-iwn-number{font-size:130px;height:103px}}@media only screen and (max-width:480px){.qodef-image-with-number-holder .qodef-iwn-number-holder{margin-bottom:-5px}.qodef-image-with-number-holder .qodef-iwn-number-holder .qodef-iwn-number{font-size:130px;height:103px}.qodef-image-with-number-holder .qodef-iwn-text-holder{padding:25px 25px 25px 50px}}@media only screen and (max-width:768px){.qodef-image-with-number-holder{margin-top:-1px}}@media only screen and (max-width:768px){.qodef-number-with-text-holder .qodef-nwt-number{font-size:130px}}@media only screen and (max-width:1366px){.qodef-price-table .qodef-pt-inner ul li.qodef-pt-content ul li{padding:20px 0 0}.qodef-price-table.qodef-pt-active-item .qodef-pt-inner ul li.qodef-pt-content ul li{padding:20px 0 0}}@media only screen and (max-width:480px){.qodef-price-table.qodef-pt-active-item{margin-top:40px!important}}@media only screen and (max-width:1366px){.qodef-process-holder.qodef-responsive-1366 .qodef-mark-horizontal-holder{display:none}.qodef-process-holder.qodef-responsive-1366 .qodef-mark-vertical-holder{display:block}.qodef-process-holder.qodef-responsive-1366 .qodef-process-inner{position:relative;display:inline-block;width:100%;vertical-align:middle;padding:0 0 0 76px;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box}.qodef-process-holder.qodef-responsive-1366 .qodef-process-item{width:100%;float:none;padding:0;text-align:inherit}}@media only screen and (max-width:1024px){.qodef-process-holder.qodef-responsive-1024 .qodef-mark-horizontal-holder{display:none}.qodef-process-holder.qodef-responsive-1024 .qodef-mark-vertical-holder{display:block}.qodef-process-holder.qodef-responsive-1024 .qodef-process-inner{position:relative;display:inline-block;width:100%;vertical-align:middle;padding:0 0 0 76px;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box}.qodef-process-holder.qodef-responsive-1024 .qodef-process-item{width:100%;float:none;padding:0;text-align:inherit}}@media only screen and (max-width:768px){.qodef-process-holder.qodef-responsive-768 .qodef-mark-horizontal-holder{display:none}.qodef-process-holder.qodef-responsive-768 .qodef-mark-vertical-holder{display:block}.qodef-process-holder.qodef-responsive-768 .qodef-process-inner{position:relative;display:inline-block;width:100%;vertical-align:middle;padding:0 0 0 76px;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box}.qodef-process-holder.qodef-responsive-768 .qodef-process-item{width:100%;float:none;padding:0;text-align:inherit}}@media only screen and (max-width:680px){.qodef-process-holder.qodef-responsive-680 .qodef-mark-horizontal-holder{display:none}.qodef-process-holder.qodef-responsive-680 .qodef-mark-vertical-holder{display:block}.qodef-process-holder.qodef-responsive-680 .qodef-process-inner{position:relative;display:inline-block;width:100%;vertical-align:middle;padding:0 0 0 76px;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box}.qodef-process-holder.qodef-responsive-680 .qodef-process-item{width:100%;float:none;padding:0;text-align:inherit}}@media only screen and (max-width:480px){.qodef-process-holder.qodef-responsive-480 .qodef-mark-horizontal-holder{display:none}.qodef-process-holder.qodef-responsive-480 .qodef-mark-vertical-holder{display:block}.qodef-process-holder.qodef-responsive-480 .qodef-process-inner{position:relative;display:inline-block;width:100%;vertical-align:middle;padding:0 0 0 76px;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box}.qodef-process-holder.qodef-responsive-480 .qodef-process-item{width:100%;float:none;padding:0;text-align:inherit}}@media only screen and (max-width:1024px){.qodef-section-title-holder.qodef-st-two-columns{padding:0!important}}@media only screen and (max-width:768px){.qodef-section-title-holder{padding:0!important}.qodef-section-title-holder.qodef-st-two-columns .qodef-st-text,.qodef-section-title-holder.qodef-st-two-columns .qodef-st-title{width:100%;float:none!important;text-align:initial!important}.qodef-section-title-holder.qodef-st-two-columns .qodef-st-text{margin:14px 0 0}.qodef-section-title-holder.qodef-st-disable-title-break .qodef-st-title br{display:none}}@media only screen and (max-width:480px){.qodef-single-image-holder .qodef-si-inner .qodef-si-text-holder .qodef-si-text{margin:8px 0 0 0}}@media only screen and (max-width:1024px){.qodef-tabs.qodef-tabs-standard .qodef-tabs-nav li a{padding:7px 21px}.qodef-tabs.qodef-tabs-boxed .qodef-tabs-nav li{margin:0 8px 0 0}.qodef-tabs.qodef-tabs-boxed .qodef-tabs-nav li a{padding:7px 18px}.qodef-tabs.qodef-tabs-simple .qodef-tabs-nav li{margin:0 26px 0 0}.qodef-tabs.qodef-tabs-vertical .qodef-tabs-nav{width:180px}.qodef-tabs.qodef-tabs-vertical .qodef-tab-container{width:calc(100% - 180px);padding:0 0 0 30px}}@media only screen and (max-width:768px){.qodef-tabs.qodef-tabs-standard .qodef-tabs-nav li{display:block;float:none}.qodef-tabs.qodef-tabs-standard .qodef-tabs-nav li a{width:100%}.qodef-tabs.qodef-tabs-boxed .qodef-tabs-nav li{display:block;float:none;margin:0 0 8px}.qodef-tabs.qodef-tabs-boxed .qodef-tabs-nav li a{width:100%}.qodef-tabs.qodef-tabs-simple .qodef-tabs-nav li{margin:0 20px 0 0}.qodef-tabs.qodef-tabs-vertical .qodef-tab-container,.qodef-tabs.qodef-tabs-vertical .qodef-tabs-nav{display:inline-block;width:100%;height:auto}.qodef-tabs.qodef-tabs-vertical .qodef-tabs-nav{border-right:0}.qodef-tabs.qodef-tabs-vertical .qodef-tabs-nav li{float:left;margin:0 20px 0 0}.qodef-tabs.qodef-tabs-vertical .qodef-tab-container{padding:31px 0 0}}@media only screen and (max-width:680px){.qodef-tabs.qodef-tabs-simple .qodef-tabs-nav{padding:0 0 20px}.qodef-tabs.qodef-tabs-simple .qodef-tabs-nav li{display:block;float:none;margin:0 0 20px}.qodef-tabs.qodef-tabs-simple .qodef-tabs-nav li a{padding:0;width:100%}.qodef-tabs.qodef-tabs-vertical .qodef-tabs-nav li{display:block;float:none;margin:0 0 20px}.qodef-tabs.qodef-tabs-vertical .qodef-tabs-nav li a{padding:0;width:100%}}@media only screen and (max-width:1024px){body.qodef-vss-initialized{overflow-y:visible!important;height:auto!important}#multiscroll-nav,.qodef-vertical-split-slider{display:none}.qodef-vss-responsive{display:block}}@media only screen and (max-width:768px){.qodef-video-button-holder .qodef-video-button-play .qodef-video-button-play-inner svg{width:140px;height:140px}}@media only screen and (max-width:480px){.qodef-video-button-holder .qodef-video-button-play .qodef-video-button-play-inner svg{width:75px;height:75px}}@media only screen and (max-width:1280px){.qodef-instagram-list-holder.qodef-il-four-columns .qodef-il-item{width:33.33333%}}@media only screen and (max-width:1280px) and (min-width:1025px){.qodef-instagram-list-holder.qodef-il-four-columns .qodef-il-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:1280px){.qodef-instagram-list-holder.qodef-il-five-columns .qodef-il-item{width:33.33333%}}@media only screen and (max-width:1280px) and (min-width:1025px){.qodef-instagram-list-holder.qodef-il-five-columns .qodef-il-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:1024px){.qodef-instagram-list-holder.qodef-il-three-columns .qodef-il-item{width:50%}}@media only screen and (max-width:1024px) and (min-width:681px){.qodef-instagram-list-holder.qodef-il-three-columns .qodef-il-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:1024px){.qodef-instagram-list-holder.qodef-il-four-columns .qodef-il-item{width:50%}}@media only screen and (max-width:1024px) and (min-width:681px){.qodef-instagram-list-holder.qodef-il-four-columns .qodef-il-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:1024px){.qodef-instagram-list-holder.qodef-il-five-columns .qodef-il-item{width:50%}}@media only screen and (max-width:1024px) and (min-width:681px){.qodef-instagram-list-holder.qodef-il-five-columns .qodef-il-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:680px){.qodef-instagram-list-holder .qodef-il-item{width:100%!important}}@media only screen and (max-width:1024px){.qodef-instagram-feed:not(.qodef-instagram-carousel) li img{width:100%}.qodef-instagram-feed:not(.qodef-instagram-carousel).qodef-col-6 li{width:25%}.qodef-instagram-feed:not(.qodef-instagram-carousel).qodef-col-9 li{width:25%}}@media only screen and (max-width:768px){.qodef-instagram-feed:not(.qodef-instagram-carousel).qodef-col-6 li{width:33.33333%}.qodef-instagram-feed:not(.qodef-instagram-carousel).qodef-col-9 li{width:33.33333%}}@media only screen and (max-width:680px){.qodef-instagram-feed:not(.qodef-instagram-carousel) li{width:50%!important}}@media only screen and (max-width: 1024px){
}
@media only screen and (min-width: 769px) and (max-width: 1024px){
}
@media only screen and (min-width: 681px) and (max-width: 768px){
}
@media only screen and (max-width: 680px){
h1 { font-size: 48px;}h2 { font-size: 28px;}h3 { font-size: 28px;}body, p { font-size: 16px;}}