@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;
} @-webkit-keyframes fadeInLeftSmall {
from {
opacity: 0;
-webkit-transform: translate3d(-40px, 0, 0);
transform: translate3d(-40px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeftSmall {
from {
opacity: 0;
-webkit-transform: translate3d(-40px, 0, 0);
transform: translate3d(-40px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeftSmall {
-webkit-animation-name: fadeInLeftSmall;
animation-name: fadeInLeftSmall;
}
@-webkit-keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@-webkit-keyframes fadeInRightSmall {
from {
opacity: 0;
-webkit-transform: translate3d(40px, 0, 0);
transform: translate3d(40px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRightSmall {
from {
opacity: 0;
-webkit-transform: translate3d(40px, 0, 0);
transform: translate3d(40px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRightSmall {
-webkit-animation-name: fadeInRightSmall;
animation-name: fadeInRightSmall;
}
@-webkit-keyframes fadeOut_to_1 {
from {
opacity: 1;
}
to {
opacity: 0.1;
}
}
@keyframes fadeOut_to_1 {
from {
opacity: 1;
}
to {
opacity: 0.1;
}
}
.fadeOut_to_1 {
-webkit-animation-name: fadeOut_to_1;
animation-name: fadeOut_to_1;
}.lae-flex-container a:hover,
.lae-flex-slider a:hover {
outline: none;
}
.lae-slides,
.lae-slides > li,
.lae-flex-control-nav,
.lae-flex-direction-nav {
margin: 0;
padding: 0;
list-style: none;
}
.lae-flex-pauseplay span {
text-transform: capitalize;
} .lae-flexslider {
margin: 0;
padding: 0;
}
.lae-flexslider .lae-slides > li {
display: none;
-webkit-backface-visibility: hidden;
}
.lae-flexslider .lae-slides img {
width: 100%;
display: block;
}
.lae-flexslider .lae-slides:after {
content: "\0020";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
html[xmlns] .lae-flexslider .lae-slides {
display: block;
}
* html .lae-flexslider .lae-slides {
height: 1%;
}
.no-js .lae-flexslider .lae-slides > li:first-child {
display: block;
} .lae-flexslider {
margin: 0 0 60px;
padding: 4px;
position: relative;
zoom: 1;
}
.lae-flexslider .lae-slides {
zoom: 1;
}
.lae-flexslider .lae-slides img {
height: auto;
-moz-user-select: none;
}
.lae-flex-viewport {
max-height: 2000px;
-webkit-transition: all 1s ease;
transition: all 1s ease;
}
.loading .lae-flex-viewport {
max-height: 300px;
}
@-moz-document url-prefix() {
.loading .lae-flex-viewport {
max-height: none;
}
}
.carousel li {
margin-right: 5px;
}
.lae-flex-direction-nav {
*height: 0;
}
.lae-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;
}
.lae-flex-direction-nav a {
font-size: 40px;
display: inline-block;
color: rgba(0, 0, 0, 0.8);
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.lae-flex-direction-nav a.lae-flex-next:before {
content: '\f002';
}
.lae-flex-direction-nav .lae-flex-prev {
left: -50px;
}
.lae-flex-direction-nav .lae-flex-next {
right: -50px;
text-align: right;
}
.lae-flex-direction-nav .lae-flex-disabled {
opacity: 0!important;
filter: alpha(opacity=0);
cursor: default;
z-index: -1;
}
.lae-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;
}
.lae-flex-pauseplay a:before {
font-family: "flexslider-icon";
font-size: 20px;
display: inline-block;
content: '\f004';
}
.lae-flex-pauseplay a:hover {
opacity: 1;
}
.lae-flex-pauseplay a.lae-flex-play:before {
content: '\f003';
}
.lae-flex-control-nav {
width: 100%;
position: absolute;
bottom: -40px;
text-align: center;
}
.lae-flex-control-nav li {
margin: 0 6px;
display: inline-block;
zoom: 1;
*display: inline;
}
.lae-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;
}
.lae-flex-control-paging li a:hover {
background: #333;
background: rgba(0, 0, 0, 0.7);
}
.lae-flex-control-paging li a.lae-flex-active {
background: #000;
background: rgba(0, 0, 0, 0.9);
cursor: default;
}
.lae-flex-control-thumbs {
margin: 5px 0 0;
position: static;
overflow: hidden;
}
.lae-flex-control-thumbs li {
width: 25%;
float: left;
margin: 0;
}
.lae-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;
}
.lae-flex-control-thumbs img:hover {
opacity: 1;
}
.lae-flex-control-thumbs .lae-flex-active {
opacity: 1;
cursor: default;
} @media screen and (max-width: 860px) {
.lae-flex-direction-nav .lae-flex-prev {
opacity: 1;
left: 10px;
}
.lae-flex-direction-nav .lae-flex-next {
opacity: 1;
right: 10px;
}
}  .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;
margin-left: auto;
margin-right: auto;
}
.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;
}@font-face {
font-family: 'lae-icomoon';
src:
url(//t2rarquitetura.com.br/wp-content/plugins/addons-for-elementor-premium/assets/css/fonts/lae-icomoon.ttf?maw9cj) format('truetype'),
url(//t2rarquitetura.com.br/wp-content/plugins/addons-for-elementor-premium/assets/css/fonts/lae-icomoon.woff?maw9cj) format('woff'),
url(//t2rarquitetura.com.br/wp-content/plugins/addons-for-elementor-premium/assets/css/fonts/lae-icomoon.svg?maw9cj#lae-icomoon) format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="lae-icon-"], [class*=" lae-icon-"] { font-family: 'lae-icomoon' !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.lae-icon-twitter-grid:before {
content: "\e926";
}
.lae-icon-piechart3:before {
content: "\e927";
}
.lae-icon-features:before {
content: "\e928";
}
.lae-icon-slider2:before {
content: "\e929";
}
.lae-icon-gallery:before {
content: "\e92a";
}
.lae-icon-team4:before {
content: "\e92b";
}
.lae-icon-team6:before {
content: "\e92c";
}
.lae-icon-stats-bars:before {
content: "\e92d";
}
.lae-icon-instagram-grid:before {
content: "\e92e";
}
.lae-icon-posts-grid:before {
content: "\e92f";
}
.lae-icon-posts-block:before {
content: "\e930";
}
.lae-icon-posts-grid-masonry:before {
content: "\e931";
}
.lae-icon-buttons:before {
content: "\e932";
}
.lae-icon-posts-carousel:before {
content: "\e933";
}
.lae-icon-pricing-table:before {
content: "\e934";
}
.lae-icon-tab-slider1:before {
content: "\e935";
}
.lae-icon-tabs5:before {
content: "\e936";
}
.lae-icon-tabs2:before {
content: "\e937";
}
.lae-icon-faq:before {
content: "\e938";
}
.lae-icon-youtube-grid:before {
content: "\e939";
}
.lae-icon-vimeo-grid:before {
content: "\e93a";
}
.lae-icon-carousel:before {
content: "\e93b";
}
.lae-icon-slider7:before {
content: "\e93c";
}
.lae-icon-slider3:before {
content: "\e93d";
}
.lae-icon-slider6:before {
content: "\e93e";
}
.lae-icon-slider4:before {
content: "\e93f";
}
.lae-icon-testimonials3:before {
content: "\e940";
}
.lae-icon-testimonials1:before {
content: "\e941";
}
.lae-icon-clients:before {
content: "\e942";
}
.lae-icon-gallery-carousel:before {
content: "\e943";
}
.lae-icon-services:before {
content: "\e944";
}
.lae-icon-testimonials:before {
content: "\e945";
}
.lae-icon-pie-chart2:before {
content: "\e946";
}
.lae-icon-heading:before {
content: "\e947";
}
.lae-icon-play:before {
content: "\e925";
}
.lae-icon-link:before {
content: "\e924";
}
.lae-icon-star-empty:before {
content: "\e901";
}
.lae-icon-rate:before {
content: "\e901";
}
.lae-icon-star:before {
content: "\e901";
}
.lae-icon-favorite:before {
content: "\e901";
}
.lae-icon-bookmark:before {
content: "\e901";
}
.lae-icon-eye:before {
content: "\e902";
}
.lae-icon-like:before {
content: "\e900";
}
.lae-icon-calendar:before {
content: "\e923";
}
.lae-icon-bubble:before {
content: "\e903";
}
.lae-icon-comment:before {
content: "\e903";
}
.lae-icon-chat:before {
content: "\e903";
}
.lae-icon-talk:before {
content: "\e903";
}
.lae-icon-arrow-left:before {
content: "\e904";
}
.lae-icon-arrow-right:before {
content: "\e905";
}
.lae-icon-aim:before {
content: "\e906";
}
.lae-icon-behance:before {
content: "\e907";
}
.lae-icon-dribbble:before {
content: "\e908";
}
.lae-icon-facebook:before {
content: "\e909";
}
.lae-icon-flickr:before {
content: "\e90a";
}
.lae-icon-googleplus:before {
content: "\e90b";
}
.lae-icon-linkedin:before {
content: "\e90c";
}
.lae-icon-pinterest:before {
content: "\e90d";
}
.lae-icon-skype:before {
content: "\e90e";
}
.lae-icon-twitter:before {
content: "\e90f";
}
.lae-icon-vimeo:before {
content: "\e910";
}
.lae-icon-zerply:before {
content: "\e911";
}
.lae-icon-quote:before {
content: "\e912";
}
.lae-icon-video-play:before {
content: "\e913";
}
.lae-icon-email:before {
content: "\e914";
}
.lae-icon-close:before {
content: "\e915";
}
.lae-icon-plus:before {
content: "\e916";
}
.lae-icon-arrow-right-toggle:before {
content: "\e917";
}
.lae-icon-menu:before {
content: "\e918";
}
.lae-icon-menu-2:before {
content: "\e919";
}
.lae-icon-fit-to:before {
content: "\e91a";
}
.lae-icon-full-screen:before {
content: "\e91b";
}
.lae-icon-arrow-left2:before {
content: "\e91c";
}
.lae-icon-arrow-left3:before {
content: "\e91d";
}
.lae-icon-arrow-right2:before {
content: "\e91e";
}
.lae-icon-arrow-right3:before {
content: "\e91f";
}
.lae-icon-start:before {
content: "\e920";
}
.lae-icon-heart:before {
content: "\e921";
}
.lae-icon-retweet:before {
content: "\e922";
}
.lae-icon-play2:before {
content: "\ea15";
}
.lae-icon-play3:before {
content: "\ea1c";
}
.lae-icon-instagram:before {
content: "\ea92";
}
.lae-icon-twitter1:before {
content: "\ea96";
}body.compensate-for-scrollbar {
overflow: hidden;
}
.fancybox-active {
height: auto;
}
.fancybox-is-hidden {
left: -9999px;
margin: 0;
position: absolute !important;
top: -9999px;
visibility: hidden;
}
.fancybox-container {
-webkit-backface-visibility: hidden;
height: 100%;
left: 0;
outline: none;
position: fixed;
-webkit-tap-highlight-color: transparent;
top: 0;
-ms-touch-action: manipulation;
touch-action: manipulation;
-webkit-transform: translateZ(0);
transform: translateZ(0);
width: 100%;
z-index: 99992;
}
.fancybox-container * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
}
.fancybox-outer {
-webkit-overflow-scrolling: touch;
overflow-y: auto;
}
.fancybox-bg {
background: rgb(30, 30, 30);
opacity: 0;
-webkit-transition-duration: inherit;
transition-duration: inherit;
-webkit-transition-property: opacity;
transition-property: opacity;
-webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}
.fancybox-is-open .fancybox-bg {
opacity: .9;
-webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
direction: ltr;
opacity: 0;
position: absolute;
-webkit-transition: opacity .25s ease, visibility 0s ease .25s;
transition: opacity .25s ease, visibility 0s ease .25s;
visibility: hidden;
z-index: 99997;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
opacity: 1;
-webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
transition: opacity .25s ease 0s, visibility 0s ease 0s;
visibility: visible;
}
.fancybox-infobar {
color: #ccc;
font-size: 13px;
-webkit-font-smoothing: subpixel-antialiased;
height: 44px;
left: 0;
line-height: 44px;
min-width: 44px;
mix-blend-mode: difference;
padding: 0 10px;
pointer-events: none;
top: 0;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.fancybox-toolbar {
right: 0;
top: 0;
}
.fancybox-stage {
direction: ltr;
overflow: visible;
-webkit-transform: translateZ(0);
transform: translateZ(0);
z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
overflow: hidden;
}
.fancybox-slide {
-webkit-backface-visibility: hidden; display: none;
height: 100%;
left: 0;
outline: none;
overflow: auto;
-webkit-overflow-scrolling: touch;
padding: 44px;
position: absolute;
text-align: center;
top: 0;
-webkit-transition-property: opacity, -webkit-transform;
transition-property: opacity, -webkit-transform;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform;
white-space: normal;
width: 100%;
z-index: 99994;
}
.fancybox-slide::before {
content: '';
display: inline-block;
font-size: 0;
height: 100%;
vertical-align: middle;
width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
display: block;
}
.fancybox-slide--image {
overflow: hidden;
padding: 44px 0;
}
.fancybox-slide--image::before {
display: none;
}
.fancybox-slide--html {
padding: 6px;
}
.fancybox-content {
background: #fff;
display: inline-block;
margin: 0;
max-width: 100%;
overflow: auto;
-webkit-overflow-scrolling: touch;
padding: 44px;
position: relative;
text-align: left;
vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
-webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
animation-timing-function: cubic-bezier(.5, 0, .14, 1);
-webkit-backface-visibility: hidden;
background: transparent;
background-repeat: no-repeat;
background-size: 100% 100%;
left: 0;
max-width: none;
overflow: visible;
padding: 0;
position: absolute;
top: 0;
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-transition-property: opacity, -webkit-transform;
transition-property: opacity, -webkit-transform;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
cursor: -webkit-zoom-out;
cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
cursor: -webkit-zoom-in;
cursor: zoom-in;
}
.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
cursor: -webkit-grab;
cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
cursor: -webkit-grabbing;
cursor: grabbing;
}
.fancybox-container [data-selectable='true'] {
cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
background: transparent;
border: 0;
height: 100%;
left: 0;
margin: 0;
max-height: none;
max-width: none;
padding: 0;
position: absolute;
top: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
width: 100%;
}
.fancybox-spaceball {
z-index: 1;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
height: 100%;
overflow: visible;
padding: 0;
width: 100%;
}
.fancybox-slide--video .fancybox-content {
background: #000;
}
.fancybox-slide--map .fancybox-content {
background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
background: #fff;
}
.fancybox-video,
.fancybox-iframe {
background: transparent;
border: 0;
display: block;
height: 100%;
margin: 0;
overflow: hidden;
padding: 0;
width: 100%;
} .fancybox-iframe {
left: 0;
position: absolute;
top: 0;
}
.fancybox-error {
background: #fff;
cursor: default;
max-width: 400px;
padding: 40px;
width: 100%;
}
.fancybox-error p {
color: #444;
font-size: 16px;
line-height: 20px;
margin: 0;
padding: 0;
} .fancybox-button {
background: rgba(30, 30, 30, .6);
border: 0;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
cursor: pointer;
display: inline-block;
height: 44px;
margin: 0;
padding: 10px;
position: relative;
-webkit-transition: color .2s;
transition: color .2s;
vertical-align: top;
visibility: inherit;
width: 44px;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
color: #ccc;
}
.fancybox-button:hover {
color: #fff;
}
.fancybox-button:focus {
outline: none;
}
.fancybox-button.fancybox-focus {
outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
color: #888;
cursor: default;
outline: none;
} .fancybox-button div {
height: 100%;
}
.fancybox-button svg {
display: block;
height: 100%;
overflow: visible;
position: relative;
width: 100%;
}
.fancybox-button svg path {
fill: currentColor;
stroke-width: 0;
}
.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
display: none;
}
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
display: none;
}
.fancybox-progress {
background: #ff5268;
height: 2px;
left: 0;
position: absolute;
right: 0;
top: 0;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 0;
transform-origin: 0;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
-webkit-transition-timing-function: linear;
transition-timing-function: linear;
z-index: 99998;
} .fancybox-close-small {
background: transparent;
border: 0;
border-radius: 0;
color: #ccc;
cursor: pointer;
opacity: .8;
padding: 8px;
position: absolute;
right: -12px;
top: -44px;
z-index: 401;
}
.fancybox-close-small:hover {
color: #fff;
opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
color: currentColor;
padding: 10px;
right: 0;
top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
display: none;
} .fancybox-navigation .fancybox-button {
background-clip: content-box;
height: 100px;
opacity: 0;
position: absolute;
top: calc(50% - 50px);
width: 70px;
}
.fancybox-navigation .fancybox-button div {
padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
left: 0;
left: env(safe-area-inset-left);
padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
padding: 31px 6px 31px 26px;
right: 0;
right: env(safe-area-inset-right);
} .fancybox-caption {
background: -webkit-gradient(linear,
left bottom, left top,
from(rgba(0, 0, 0, .85)),
color-stop(50%, rgba(0, 0, 0, .3)),
color-stop(65%, rgba(0, 0, 0, .15)),
color-stop(75.5%, rgba(0, 0, 0, .075)),
color-stop(82.85%, rgba(0, 0, 0, .037)),
color-stop(88%, rgba(0, 0, 0, .019)),
to(rgba(0, 0, 0, 0)));
background: linear-gradient(to top,
rgba(0, 0, 0, .85) 0%,
rgba(0, 0, 0, .3) 50%,
rgba(0, 0, 0, .15) 65%,
rgba(0, 0, 0, .075) 75.5%,
rgba(0, 0, 0, .037) 82.85%,
rgba(0, 0, 0, .019) 88%,
rgba(0, 0, 0, 0) 100%);
bottom: 0;
color: #eee;
font-size: 14px;
font-weight: 400;
left: 0;
line-height: 1.5;
padding: 75px 44px 25px 44px;
pointer-events: none;
right: 0;
text-align: center;
z-index: 99996;
}
@supports (padding: max(0px)) {
.fancybox-caption {
padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
}
}
.fancybox-caption--separate {
margin-top: -50px;
}
.fancybox-caption__body {
max-height: 50vh;
overflow: auto;
pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
color: #ccc;
text-decoration: none;
}
.fancybox-caption a:hover {
color: #fff;
text-decoration: underline;
} .fancybox-loading {
-webkit-animation: fancybox-rotate 1s linear infinite;
animation: fancybox-rotate 1s linear infinite;
background: transparent;
border: 4px solid #888;
border-bottom-color: #fff;
border-radius: 50%;
height: 50px;
left: 50%;
margin: -25px 0 0 -25px;
opacity: .7;
padding: 0;
position: absolute;
top: 50%;
width: 50px;
z-index: 99999;
}
@-webkit-keyframes fancybox-rotate {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes fancybox-rotate {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
} .fancybox-animated {
-webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
transition-timing-function: cubic-bezier(0, 0, .25, 1);
} .fancybox-fx-slide.fancybox-slide--previous {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
} .fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
opacity: 0;
-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
opacity: 1;
} .fancybox-fx-zoom-in-out.fancybox-slide--previous {
opacity: 0;
-webkit-transform: scale3d(1.5, 1.5, 1.5);
transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
opacity: 0;
-webkit-transform: scale3d(.5, .5, .5);
transform: scale3d(.5, .5, .5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
} .fancybox-fx-rotate.fancybox-slide--previous {
opacity: 0;
-webkit-transform: rotate(-360deg);
transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
opacity: 0;
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
opacity: 1;
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
} .fancybox-fx-circular.fancybox-slide--previous {
opacity: 0;
-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
opacity: 0;
-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
} .fancybox-fx-tube.fancybox-slide--previous {
-webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
-webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
-webkit-transform: translate3d(0, 0, 0) scale(1);
transform: translate3d(0, 0, 0) scale(1);
} @media all and (max-height: 576px) {
.fancybox-slide {
padding-left: 6px;
padding-right: 6px;
}
.fancybox-slide--image {
padding: 6px 0;
}
.fancybox-close-small {
right: -6px;
}
.fancybox-slide--image .fancybox-close-small {
background: #4e4e4e;
color: #f2f4f6;
height: 36px;
opacity: 1;
padding: 6px;
right: 0;
top: 0;
width: 36px;
}
.fancybox-caption {
padding-left: 12px;
padding-right: 12px;
}
@supports (padding: max(0px)) {
.fancybox-caption {
padding-left: max(12px, env(safe-area-inset-left));
padding-right: max(12px, env(safe-area-inset-right));
}
}
} .fancybox-share {
background: #f4f4f4;
border-radius: 3px;
max-width: 90%;
padding: 30px;
text-align: center;
}
.fancybox-share h1 {
color: #222;
font-size: 35px;
font-weight: 700;
margin: 0 0 20px 0;
}
.fancybox-share p {
margin: 0;
padding: 0;
}
.fancybox-share__button {
border: 0;
border-radius: 3px;
display: inline-block;
font-size: 14px;
font-weight: 700;
line-height: 40px;
margin: 0 5px 10px 5px;
min-width: 130px;
padding: 0 15px;
text-decoration: none;
-webkit-transition: all .2s;
transition: all .2s;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap;
}
.fancybox-share__button:visited,
.fancybox-share__button:link {
color: #fff;
}
.fancybox-share__button:hover {
text-decoration: none;
}
.fancybox-share__button--fb {
background: #3b5998;
}
.fancybox-share__button--fb:hover {
background: #344e86;
}
.fancybox-share__button--pt {
background: #bd081d;
}
.fancybox-share__button--pt:hover {
background: #aa0719;
}
.fancybox-share__button--tw {
background: #1da1f2;
}
.fancybox-share__button--tw:hover {
background: #0d95e8;
}
.fancybox-share__button svg {
height: 25px;
margin-right: 7px;
position: relative;
top: -1px;
vertical-align: middle;
width: 25px;
}
.fancybox-share__button svg path {
fill: #fff;
}
.fancybox-share__input {
background: transparent;
border: 0;
border-bottom: 1px solid #d7d7d7;
border-radius: 0;
color: #5d5b5b;
font-size: 14px;
margin: 10px 0 0 0;
outline: none;
padding: 10px 15px;
width: 100%;
} .fancybox-thumbs {
background: #ddd;
bottom: 0;
display: none;
margin: 0;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
padding: 2px 2px 4px 2px;
position: absolute;
right: 0;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
top: 0;
width: 212px;
z-index: 99995;
}
.fancybox-thumbs-x {
overflow-x: auto;
overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
display: block;
}
.fancybox-show-thumbs .fancybox-inner {
right: 212px;
}
.fancybox-thumbs__list {
font-size: 0;
height: 100%;
list-style: none;
margin: 0;
overflow-x: hidden;
overflow-y: auto;
padding: 0;
position: absolute;
position: relative;
white-space: nowrap;
width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
background: #fff;
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
background: #2a2a2a;
border-radius: 10px;
}
.fancybox-thumbs__list a {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
background-color: rgba(0, 0, 0, .1);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
cursor: pointer;
float: left;
height: 75px;
margin: 2px;
max-height: calc(100% - 8px);
max-width: calc(50% - 4px);
outline: none;
overflow: hidden;
padding: 0;
position: relative;
-webkit-tap-highlight-color: transparent;
width: 100px;
}
.fancybox-thumbs__list a::before {
border: 6px solid #ff5268;
bottom: 0;
content: '';
left: 0;
opacity: 0;
position: absolute;
right: 0;
top: 0;
-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
transition: all .2s cubic-bezier(.25, .46, .45, .94);
z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
opacity: .5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
opacity: 1;
} @media all and (max-width: 576px) {
.fancybox-thumbs {
width: 110px;
}
.fancybox-show-thumbs .fancybox-inner {
right: 110px;
}
.fancybox-thumbs__list a {
max-width: calc(100% - 10px);
}
}.nivoSlider {
position: relative;
width: 100%;
height: auto;
overflow: hidden;
}
.nivoSlider img {
position: absolute;
top: 0px;
left: 0px;
max-width: none;
}
.nivo-main-image {
display: block !important;
position: relative !important;
width: 100% !important;
} .nivoSlider a.nivo-imageLink {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
border: 0;
padding: 0;
margin: 0;
z-index: 6;
display: none;
background: white;
filter: alpha(opacity=0);
opacity: 0;
} .nivo-slice {
display: block;
position: absolute;
z-index: 5;
height: 100%;
top: 0;
}
.nivo-box {
display: block;
position: absolute;
z-index: 5;
overflow: hidden;
}
.nivo-box img { display: block; } .nivo-caption {
position: absolute;
left: 0px;
bottom: 0px;
background: #000;
color: #fff;
width: 100%;
z-index: 8;
padding: 5px 10px;
opacity: 0.8;
overflow: hidden;
display: none;
-moz-opacity: 0.8;
filter: alpha(opacity=8);
-webkit-box-sizing: border-box;  box-sizing: border-box; }
.nivo-caption p {
padding: 5px;
margin: 0;
}
.nivo-caption a {
display: inline !important;
}
.nivo-html-caption {
display: none;
} .nivo-directionNav a {
position: absolute;
top: 45%;
z-index: 9;
cursor: pointer;
}
.nivo-prevNav {
left: 0px;
}
.nivo-nextNav {
right: 0px;
} .nivo-controlNav {
text-align: center;
padding: 15px 0;
}
.nivo-controlNav a {
cursor: pointer;
}
.nivo-controlNav a.active {
font-weight: bold;
}  .nivoSlider img {
max-width: none !important;
}
.nivo-controlNav:not(.nivo-thumbs-enabled) {
position: absolute;
left: 0;
text-align: center;
width: 100%;
margin: 0;
padding: 0;
bottom: 0;
}
.nivo-controlNav:not(.nivo-thumbs-enabled) a {
display: block;
background: #aaa;
border: 1px solid #aaa;
border-radius: 50%;
width: 12px;
height: 12px;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: background 0.2s ease-in 0s;
transition: background 0.2s ease-in 0s;
margin-right: 8px;
float: none;
text-indent: -9999px;
display: inline-block;
vertical-align: middle;
}
.nivo-controlNav a.active, .nivo-controlNav a:hover {
background: transparent;
}
.nivo-controlNav:not(.nivo-thumbs-enabled) a.active {
width: 14px;
height: 14px;
background: transparent;
}
.nivo-controlNav.nivo-thumbs-enabled {
width: 100%;
margin: 0;
text-align: left;
}
.nivo-controlNav.nivo-thumbs-enabled a {
margin: 0;
}
.nivo-controlNav.nivo-thumbs-enabled a:first-child {
margin-left: 0;
}
.nivo-controlNav.nivo-thumbs-enabled a img {
margin-right: 10px;
}
.nivo-controlNav.nivo-thumbs-enabled img {
display: inline-block !important;
width: 120px;
height: auto;
border-radius: 2px;
margin-top: 5px;
}
@media screen and (max-width: 860px) {
.nivo-controlNav.nivo-thumbs-enabled img {
width: 90px;
}
}
.nivo-directionNav a, .nivo-directionNav a:hover {
position: absolute;
top: 50%;
z-index: 10;
opacity: 1;
text-shadow: none;
background: none;
font-family: 'lae-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;
color: #ddd;
font-size: 32px;
width: 36px;
height: 36px;
margin: -18px 0 0;
bottom: initial;
left: initial;
right: initial;
text-indent: 0;
text-align: center;
overflow: hidden;
-webkit-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}
.nivo-directionNav a:hover {
color: #efefef;
}
.nivo-directionNav a:before, .nivo-directionNav a:hover:before {
margin: 2px;
vertical-align: middle;
display: inline;
font-family: inherit !important;
opacity: 1; }
.nivo-directionNav a.nivo-prevNav:before {
content: "\e904"; }
.nivo-directionNav a.nivo-nextNav:before {
content: "\e905"; }
.nivo-directionNav a.nivo-nextNav {
right: 20px;
}
.nivo-directionNav a.nivo-prevNav {
left: 20px;
} @media only screen and (max-width: 960px) {
.nivo-directionNav a, .nivo-directionNav a:hover {
display: none;
}
} .nivo-caption {
position: absolute;
left: 0;
bottom: 20px;
background: none;
color: #fff;
width: 100%;
z-index: 8;
padding: 25px 30px;
opacity: 1;
overflow: hidden;
display: none;
max-width: 600px;
border-radius: 5px;
}
.nivo-caption h1, .nivo-caption h2, .nivo-caption h3 {
color: #fff;
font-size: 36px;
line-height: 44px;
}
.nivo-caption p {
color: #bbb;
font-size: 14px;
line-height: 22px;
}  .rslides {
position: relative;
list-style: none;
overflow: hidden;
width: 100%;
padding: 0;
margin: 0;
}
.rslides li {
-webkit-backface-visibility: hidden;
position: absolute;
display: none;
width: 100%;
left: 0;
top: 0;
}
.rslides li:first-child {
position: relative;
display: block;
float: left;
}
.rslides img {
display: block;
height: auto;
float: left;
width: 100%;
border: 0;
} .rslides_container {
position: relative;
}
.rslides_container .rslides_tabs {
position: absolute;
bottom: -50px;
list-style: none;
margin: 0 !important;
padding: 0 !important;
text-align: center;
width: 100%;
}
.rslides_container .rslides_tabs li {
display: inline-block;
float: none;
margin: 0 !important;
padding: 0 !important;
outline: none;
}
.rslides_container .rslides_tabs a {
display: block;
width: 12px;
height: 12px;
background: #aaa;
border: 1px solid #aaa;
border-radius: 50%;
text-indent: -9999px;
margin: 0 4px;
-webkit-transition: background 0.2s ease-in 0s;
transition: background 0.2s ease-in 0s;
outline: none;
}
.rslides_container .rslides_tabs .rslides_here a, .rslides_container .rslides_tabs a:hover {
background: transparent;
border: 1px solid #aaa;
margin: 0 4px;
}
.rslides_container .rslides_tabs .rslides_here a {
width: 14px;
height: 14px;
}
.rslides_nav, .rslides_nav:hover {
position: absolute;
top: 50%;
z-index: 10;
opacity: 1;
text-shadow: none;
background: none;
font-family: 'lae-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;
color: #ddd !important;
font-size: 32px;
width: 36px;
height: 36px;
margin: -18px 0 0;
bottom: initial;
left: initial;
right: initial;
text-indent: 0;
text-align: center;
overflow: hidden;
-webkit-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
outline: none;
}
.rslides_nav:hover {
color: #efefef !important;
}
.rslides_nav:before, .rslides_nav:hover:before {
margin: 2px;
vertical-align: middle;
display: inline;
font-family: inherit !important;
opacity: 1; }
.rslides_nav.prev:before {
content: "\e904"; }
.rslides_nav.next:before {
content: "\e905"; }
.rslides_nav.next {
right: 20px;
}
.rslides_nav.prev {
left: 20px;
} @media only screen and (max-width: 960px) {
.rslides_nav, .rslides_nav:hover {
display: none;
}
}.panel-grid .widget {
overflow: initial; }
.lae-container, .lae-grid-container {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.lae-container *, .lae-container *::after, .lae-container *::before, .lae-grid-container *, .lae-grid-container *::after, .lae-grid-container *::before {
-webkit-box-sizing: inherit;
box-sizing: inherit; }
.lae-container ol, .lae-container ul, .lae-container ol > li, .lae-container ul > li, .lae-container ol:hover, .lae-container ul:hover, .lae-container ul > li:hover, .lae-container ol > li:hover, .lae-container ol > li > a, .lae-container ul > li > a, .lae-container ol > li > a:hover, .lae-container ul > li > a:hover, .lae-container img, .lae-grid-container ol, .lae-grid-container ul, .lae-grid-container ol > li, .lae-grid-container ul > li, .lae-grid-container ol:hover, .lae-grid-container ul:hover, .lae-grid-container ul > li:hover, .lae-grid-container ol > li:hover, .lae-grid-container ol > li > a, .lae-grid-container ul > li > a, .lae-grid-container ol > li > a:hover, .lae-grid-container ul > li > a:hover, .lae-grid-container img {
padding: 0;
margin: 0;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
list-style: none;
background: none; }
.lae-container ol:before, .lae-container ol:after, .lae-container ul:before, .lae-container ul:after, .lae-container ol > li:before, .lae-container ol > li:after, .lae-container ul > li:before, .lae-container ul > li:after, .lae-container ol:hover:before, .lae-container ol:hover:after, .lae-container ul:hover:before, .lae-container ul:hover:after, .lae-container ul > li:hover:before, .lae-container ul > li:hover:after, .lae-container ol > li:hover:before, .lae-container ol > li:hover:after, .lae-container ol > li > a:before, .lae-container ol > li > a:after, .lae-container ul > li > a:before, .lae-container ul > li > a:after, .lae-container ol > li > a:hover:before, .lae-container ol > li > a:hover:after, .lae-container ul > li > a:hover:before, .lae-container ul > li > a:hover:after, .lae-container img:before, .lae-container img:after, .lae-grid-container ol:before, .lae-grid-container ol:after, .lae-grid-container ul:before, .lae-grid-container ul:after, .lae-grid-container ol > li:before, .lae-grid-container ol > li:after, .lae-grid-container ul > li:before, .lae-grid-container ul > li:after, .lae-grid-container ol:hover:before, .lae-grid-container ol:hover:after, .lae-grid-container ul:hover:before, .lae-grid-container ul:hover:after, .lae-grid-container ul > li:hover:before, .lae-grid-container ul > li:hover:after, .lae-grid-container ol > li:hover:before, .lae-grid-container ol > li:hover:after, .lae-grid-container ol > li > a:before, .lae-grid-container ol > li > a:after, .lae-grid-container ul > li > a:before, .lae-grid-container ul > li > a:after, .lae-grid-container ol > li > a:hover:before, .lae-grid-container ol > li > a:hover:after, .lae-grid-container ul > li > a:hover:before, .lae-grid-container ul > li > a:hover:after, .lae-grid-container img:before, .lae-grid-container img:after {
display: none; }
.lae-container a, .lae-grid-container a {
text-decoration: initial; }
.lae-container img, .lae-grid-container img {
max-width: 100%;
width: auto;
height: auto; } .lae-container {
margin-left: auto;
margin-right: auto; }
.lae-container::after {
clear: both;
content: "";
display: block; }
.panel-grid .widget {
border: 0; }
.lae-center {
text-align: center; }
.lae-grid-container {
margin-left: -20px;
margin-right: -20px;
width: calc(100% + 40px); }
.lae-grid-container::after {
clear: both;
content: "";
display: block; }
.lae-grid-container .lae-grid-item {
min-height: 1px; }
@media (max-width: 479px) {
.lae-grid-container.lae-grid-mobile-2 .lae-grid-item:nth-child(2n+1) {
clear: left; }
.rtl .lae-grid-container.lae-grid-mobile-2 .lae-grid-item:nth-child(2n+1) {
clear: right; }
.lae-grid-container.lae-grid-mobile-3 .lae-grid-item:nth-child(3n+1) {
clear: left; }
.rtl .lae-grid-container.lae-grid-mobile-3 .lae-grid-item:nth-child(3n+1) {
clear: right; }
.lae-grid-container.lae-grid-mobile-4 .lae-grid-item:nth-child(4n+1) {
clear: left; }
.rtl .lae-grid-container.lae-grid-mobile-4 .lae-grid-item:nth-child(4n+1) {
clear: right; }
.lae-grid-container.lae-grid-mobile-5 .lae-grid-item:nth-child(5n+1) {
clear: left; }
.rtl .lae-grid-container.lae-grid-mobile-5 .lae-grid-item:nth-child(5n+1) {
clear: right; }
.lae-grid-container.lae-grid-mobile-6 .lae-grid-item:nth-child(6n+1) {
clear: left; }
.rtl .lae-grid-container.lae-grid-mobile-6 .lae-grid-item:nth-child(6n+1) {
clear: right; } }
@media (min-width: 480px) and (max-width: 800px) {
.lae-grid-container.lae-grid-tablet-2 .lae-grid-item:nth-child(2n+1) {
clear: left; }
.rtl .lae-grid-container.lae-grid-tablet-2 .lae-grid-item:nth-child(2n+1) {
clear: right; }
.lae-grid-container.lae-grid-tablet-3 .lae-grid-item:nth-child(3n+1) {
clear: left; }
.rtl .lae-grid-container.lae-grid-tablet-3 .lae-grid-item:nth-child(3n+1) {
clear: right; }
.lae-grid-container.lae-grid-tablet-4 .lae-grid-item:nth-child(4n+1) {
clear: left; }
.rtl .lae-grid-container.lae-grid-tablet-4 .lae-grid-item:nth-child(4n+1) {
clear: right; }
.lae-grid-container.lae-grid-tablet-5 .lae-grid-item:nth-child(5n+1) {
clear: left; }
.rtl .lae-grid-container.lae-grid-tablet-5 .lae-grid-item:nth-child(5n+1) {
clear: right; }
.lae-grid-container.lae-grid-tablet-6 .lae-grid-item:nth-child(6n+1) {
clear: left; }
.rtl .lae-grid-container.lae-grid-tablet-6 .lae-grid-item:nth-child(6n+1) {
clear: right; } }
@media only screen and (min-width: 801px) {
.lae-grid-container.lae-grid-desktop-2 .lae-grid-item:nth-child(2n+1) {
clear: left; }
.rtl .lae-grid-container.lae-grid-desktop-2 .lae-grid-item:nth-child(2n+1) {
clear: right; }
.lae-grid-container.lae-grid-desktop-3 .lae-grid-item:nth-child(3n+1) {
clear: left; }
.rtl .lae-grid-container.lae-grid-desktop-3 .lae-grid-item:nth-child(3n+1) {
clear: right; }
.lae-grid-container.lae-grid-desktop-4 .lae-grid-item:nth-child(4n+1) {
clear: left; }
.rtl .lae-grid-container.lae-grid-desktop-4 .lae-grid-item:nth-child(4n+1) {
clear: right; }
.lae-grid-container.lae-grid-desktop-5 .lae-grid-item:nth-child(5n+1) {
clear: left; }
.rtl .lae-grid-container.lae-grid-desktop-5 .lae-grid-item:nth-child(5n+1) {
clear: right; }
.lae-grid-container.lae-grid-desktop-6 .lae-grid-item:nth-child(6n+1) {
clear: left; }
.rtl .lae-grid-container.lae-grid-desktop-6 .lae-grid-item:nth-child(6n+1) {
clear: right; } }
.lae-grid-container.lae-grid-mobile-1 .lae-grid-item {
width: calc(100% - 40px);
float: left;
margin-left: 20px; }
.lae-grid-container.lae-grid-mobile-2 .lae-grid-item {
width: calc(50% - 30px);
float: left;
margin-left: 20px; }
.lae-grid-container.lae-grid-mobile-3 .lae-grid-item {
width: calc(33.33333% - 26.66667px);
float: left;
margin-left: 20px; }
.lae-grid-container.lae-grid-mobile-4 .lae-grid-item {
width: calc(25% - 25px);
float: left;
margin-left: 20px; }
.lae-grid-container.lae-grid-mobile-5 .lae-grid-item {
width: calc(20% - 24px);
float: left;
margin-left: 20px; }
.lae-grid-container.lae-grid-mobile-6 .lae-grid-item {
width: calc(16.66667% - 23.33333px);
float: left;
margin-left: 20px; }
@media only screen and (min-width: 480px) {
.lae-grid-container.lae-grid-tablet-1 .lae-grid-item {
width: calc(100% - 40px);
float: left;
margin-left: 20px; }
.lae-grid-container.lae-grid-tablet-2 .lae-grid-item {
width: calc(50% - 30px);
float: left;
margin-left: 20px; }
.lae-grid-container.lae-grid-tablet-3 .lae-grid-item {
width: calc(33.33333% - 26.66667px);
float: left;
margin-left: 20px; }
.lae-grid-container.lae-grid-tablet-4 .lae-grid-item {
width: calc(25% - 25px);
float: left;
margin-left: 20px; }
.lae-grid-container.lae-grid-tablet-5 .lae-grid-item {
width: calc(20% - 24px);
float: left;
margin-left: 20px; }
.lae-grid-container.lae-grid-tablet-6 .lae-grid-item {
width: calc(16.66667% - 23.33333px);
float: left;
margin-left: 20px; } }
@media only screen and (min-width: 801px) {
.lae-grid-container.lae-grid-desktop-1 .lae-grid-item {
width: calc(100% - 40px);
float: left;
margin-left: 20px; }
.lae-grid-container.lae-grid-desktop-2 .lae-grid-item {
width: calc(50% - 30px);
float: left;
margin-left: 20px; }
.lae-grid-container.lae-grid-desktop-3 .lae-grid-item {
width: calc(33.33333% - 26.66667px);
float: left;
margin-left: 20px; }
.lae-grid-container.lae-grid-desktop-4 .lae-grid-item {
width: calc(25% - 25px);
float: left;
margin-left: 20px; }
.lae-grid-container.lae-grid-desktop-5 .lae-grid-item {
width: calc(20% - 24px);
float: left;
margin-left: 20px; }
.lae-grid-container.lae-grid-desktop-6 .lae-grid-item {
width: calc(16.66667% - 23.33333px);
float: left;
margin-left: 20px; } } .lae-gapless-grid .lae-grid-container {
margin-left: 0;
margin-right: 0;
width: auto; }
.lae-gapless-grid .lae-grid-container.lae-grid-mobile-1 .lae-grid-item {
width: calc(100%);
float: left;
margin-left: 0px; }
.lae-gapless-grid .lae-grid-container.lae-grid-mobile-2 .lae-grid-item {
width: calc(50%);
float: left;
margin-left: 0px; }
.lae-gapless-grid .lae-grid-container.lae-grid-mobile-3 .lae-grid-item {
width: calc(33.33333%);
float: left;
margin-left: 0px; }
.lae-gapless-grid .lae-grid-container.lae-grid-mobile-4 .lae-grid-item {
width: calc(25%);
float: left;
margin-left: 0px; }
.lae-gapless-grid .lae-grid-container.lae-grid-mobile-5 .lae-grid-item {
width: calc(20%);
float: left;
margin-left: 0px; }
.lae-gapless-grid .lae-grid-container.lae-grid-mobile-6 .lae-grid-item {
width: calc(16.66667%);
float: left;
margin-left: 0px; }
@media only screen and (min-width: 480px) {
.lae-gapless-grid .lae-grid-container.lae-grid-tablet-1 .lae-grid-item {
width: calc(100%);
float: left;
margin-left: 0px; }
.lae-gapless-grid .lae-grid-container.lae-grid-tablet-2 .lae-grid-item {
width: calc(50%);
float: left;
margin-left: 0px; }
.lae-gapless-grid .lae-grid-container.lae-grid-tablet-3 .lae-grid-item {
width: calc(33.33333%);
float: left;
margin-left: 0px; }
.lae-gapless-grid .lae-grid-container.lae-grid-tablet-4 .lae-grid-item {
width: calc(25%);
float: left;
margin-left: 0px; }
.lae-gapless-grid .lae-grid-container.lae-grid-tablet-5 .lae-grid-item {
width: calc(20%);
float: left;
margin-left: 0px; }
.lae-gapless-grid .lae-grid-container.lae-grid-tablet-6 .lae-grid-item {
width: calc(16.66667%);
float: left;
margin-left: 0px; } }
@media only screen and (min-width: 801px) {
.lae-gapless-grid .lae-grid-container.lae-grid-desktop-1 .lae-grid-item {
width: calc(100%);
float: left;
margin-left: 0px; }
.lae-gapless-grid .lae-grid-container.lae-grid-desktop-2 .lae-grid-item {
width: calc(50%);
float: left;
margin-left: 0px; }
.lae-gapless-grid .lae-grid-container.lae-grid-desktop-3 .lae-grid-item {
width: calc(33.33333%);
float: left;
margin-left: 0px; }
.lae-gapless-grid .lae-grid-container.lae-grid-desktop-4 .lae-grid-item {
width: calc(25%);
float: left;
margin-left: 0px; }
.lae-gapless-grid .lae-grid-container.lae-grid-desktop-5 .lae-grid-item {
width: calc(20%);
float: left;
margin-left: 0px; }
.lae-gapless-grid .lae-grid-container.lae-grid-desktop-6 .lae-grid-item {
width: calc(16.66667%);
float: left;
margin-left: 0px; } } .lae-gapless-grid .lae-masonry { }
.lae-gapless-grid .lae-masonry .lae-grid-item {
clear: none !important; }
.lae-gapless-grid .lae-masonry .lae-grid-sizer {
width: calc(8.33333%);
float: left;
margin-left: 0px; }
.lae-gapless-grid .lae-masonry.lae-grid-mobile-1 .lae-grid-item.lae-wide {
width: calc(100%);
float: left;
margin-left: 0px; }
.lae-gapless-grid .lae-masonry.lae-grid-mobile-2 .lae-grid-item.lae-wide {
width: calc(50%);
float: left;
margin-left: 0px; }
.lae-gapless-grid .lae-masonry.lae-grid-mobile-3 .lae-grid-item.lae-wide {
width: calc(66.66667%);
float: left;
margin-left: 0px; }
.lae-gapless-grid .lae-masonry.lae-grid-mobile-4 .lae-grid-item.lae-wide {
width: calc(50%);
float: left;
margin-left: 0px; }
.lae-gapless-grid .lae-masonry.lae-grid-mobile-5 .lae-grid-item.lae-wide {
width: calc(40%);
float: left;
margin-left: 0px; }
.lae-gapless-grid .lae-masonry.lae-grid-mobile-6 .lae-grid-item.lae-wide {
width: calc(33.33333%);
float: left;
margin-left: 0px; }
@media only screen and (min-width: 480px) {
.lae-gapless-grid .lae-masonry.lae-grid-tablet-1 .lae-grid-item.lae-wide {
width: calc(100%);
float: left;
margin-left: 0px; }
.lae-gapless-grid .lae-masonry.lae-grid-tablet-2 .lae-grid-item.lae-wide {
width: calc(50%);
float: left;
margin-left: 0px; }
.lae-gapless-grid .lae-masonry.lae-grid-tablet-3 .lae-grid-item.lae-wide {
width: calc(66.66667%);
float: left;
margin-left: 0px; }
.lae-gapless-grid .lae-masonry.lae-grid-tablet-4 .lae-grid-item.lae-wide {
width: calc(50%);
float: left;
margin-left: 0px; }
.lae-gapless-grid .lae-masonry.lae-grid-tablet-5 .lae-grid-item.lae-wide {
width: calc(40%);
float: left;
margin-left: 0px; }
.lae-gapless-grid .lae-masonry.lae-grid-tablet-6 .lae-grid-item.lae-wide {
width: calc(33.33333%);
float: left;
margin-left: 0px; } }
@media only screen and (min-width: 801px) {
.lae-gapless-grid .lae-masonry.lae-grid-desktop-1 .lae-grid-item.lae-wide {
width: calc(100%);
float: left;
margin-left: 0px; }
.lae-gapless-grid .lae-masonry.lae-grid-desktop-2 .lae-grid-item.lae-wide {
width: calc(50%);
float: left;
margin-left: 0px; }
.lae-gapless-grid .lae-masonry.lae-grid-desktop-3 .lae-grid-item.lae-wide {
width: calc(66.66667%);
float: left;
margin-left: 0px; }
.lae-gapless-grid .lae-masonry.lae-grid-desktop-4 .lae-grid-item.lae-wide {
width: calc(50%);
float: left;
margin-left: 0px; }
.lae-gapless-grid .lae-masonry.lae-grid-desktop-5 .lae-grid-item.lae-wide {
width: calc(40%);
float: left;
margin-left: 0px; }
.lae-gapless-grid .lae-masonry.lae-grid-desktop-6 .lae-grid-item.lae-wide {
width: calc(33.33333%);
float: left;
margin-left: 0px; } } .rtl .lae-grid-container.lae-grid-mobile-1 .lae-grid-item, .rtl .lae-grid-container.lae-grid-mobile-2 .lae-grid-item, .rtl .lae-grid-container.lae-grid-mobile-3 .lae-grid-item, .rtl .lae-grid-container.lae-grid-mobile-4 .lae-grid-item, .rtl .lae-grid-container.lae-grid-mobile-5 .lae-grid-item, .rtl .lae-grid-container.lae-grid-mobile-6 .lae-grid-item {
float: right;
margin-left: 0;
margin-right: 20px; }
@media only screen and (min-width: 480px) {
.rtl .lae-grid-container.lae-grid-tablet-1 .lae-grid-item, .rtl .lae-grid-container.lae-grid-tablet-2 .lae-grid-item, .rtl .lae-grid-container.lae-grid-tablet-3 .lae-grid-item, .rtl .lae-grid-container.lae-grid-tablet-4 .lae-grid-item, .rtl .lae-grid-container.lae-grid-tablet-5 .lae-grid-item, .rtl .lae-grid-container.lae-grid-tablet-6 .lae-grid-item {
float: right;
margin-left: 0;
margin-right: 20px; } }
@media only screen and (min-width: 801px) {
.rtl .lae-grid-container.lae-grid-desktop-1 .lae-grid-item, .rtl .lae-grid-container.lae-grid-desktop-2 .lae-grid-item, .rtl .lae-grid-container.lae-grid-desktop-3 .lae-grid-item, .rtl .lae-grid-container.lae-grid-desktop-4 .lae-grid-item, .rtl .lae-grid-container.lae-grid-desktop-5 .lae-grid-item, .rtl .lae-grid-container.lae-grid-desktop-6 .lae-grid-item {
float: right;
margin-left: 0;
margin-right: 20px; } }
.rtl .lae-gapless-grid .lae-grid-container.lae-grid-mobile-1 .lae-grid-item, .rtl .lae-gapless-grid .lae-grid-container.lae-grid-mobile-2 .lae-grid-item, .rtl .lae-gapless-grid .lae-grid-container.lae-grid-mobile-3 .lae-grid-item, .rtl .lae-gapless-grid .lae-grid-container.lae-grid-mobile-4 .lae-grid-item, .rtl .lae-gapless-grid .lae-grid-container.lae-grid-mobile-5 .lae-grid-item, .rtl .lae-gapless-grid .lae-grid-container.lae-grid-mobile-6 .lae-grid-item {
float: right;
margin-right: 0; }
@media only screen and (min-width: 480px) {
.rtl .lae-gapless-grid .lae-grid-container.lae-grid-tablet-1 .lae-grid-item, .rtl .lae-gapless-grid .lae-grid-container.lae-grid-tablet-2 .lae-grid-item, .rtl .lae-gapless-grid .lae-grid-container.lae-grid-tablet-3 .lae-grid-item, .rtl .lae-gapless-grid .lae-grid-container.lae-grid-tablet-4 .lae-grid-item, .rtl .lae-gapless-grid .lae-grid-container.lae-grid-tablet-5 .lae-grid-item, .rtl .lae-gapless-grid .lae-grid-container.lae-grid-tablet-6 .lae-grid-item {
float: right;
margin-right: 0; } }
@media only screen and (min-width: 801px) {
.rtl .lae-gapless-grid .lae-grid-container.lae-grid-desktop-1 .lae-grid-item, .rtl .lae-gapless-grid .lae-grid-container.lae-grid-desktop-2 .lae-grid-item, .rtl .lae-gapless-grid .lae-grid-container.lae-grid-desktop-3 .lae-grid-item, .rtl .lae-gapless-grid .lae-grid-container.lae-grid-desktop-4 .lae-grid-item, .rtl .lae-gapless-grid .lae-grid-container.lae-grid-desktop-5 .lae-grid-item, .rtl .lae-gapless-grid .lae-grid-container.lae-grid-desktop-6 .lae-grid-item {
float: right;
margin-right: 0; } }
.rtl .lae-gapless-grid .lae-masonry .lae-grid-sizer {
float: right;
margin-right: 0; }
.rtl .lae-gapless-grid .lae-masonry.lae-grid-mobile-1 .lae-grid-item.lae-wide, .rtl .lae-gapless-grid .lae-masonry.lae-grid-mobile-2 .lae-grid-item.lae-wide, .rtl .lae-gapless-grid .lae-masonry.lae-grid-mobile-3 .lae-grid-item.lae-wide, .rtl .lae-gapless-grid .lae-masonry.lae-grid-mobile-4 .lae-grid-item.lae-wide, .rtl .lae-gapless-grid .lae-masonry.lae-grid-mobile-5 .lae-grid-item.lae-wide, .rtl .lae-gapless-grid .lae-masonry.lae-grid-mobile-6 .lae-grid-item.lae-wide {
float: right;
margin-right: 0; }
@media only screen and (min-width: 480px) {
.rtl .lae-gapless-grid .lae-masonry.lae-grid-tablet-1 .lae-grid-item.lae-wide, .rtl .lae-gapless-grid .lae-masonry.lae-grid-tablet-2 .lae-grid-item.lae-wide, .rtl .lae-gapless-grid .lae-masonry.lae-grid-tablet-3 .lae-grid-item.lae-wide, .rtl .lae-gapless-grid .lae-masonry.lae-grid-tablet-4 .lae-grid-item.lae-wide, .rtl .lae-gapless-grid .lae-masonry.lae-grid-tablet-5 .lae-grid-item.lae-wide, .rtl .lae-gapless-grid .lae-masonry.lae-grid-tablet-6 .lae-grid-item.lae-wide {
float: right;
margin-right: 0; } }
@media only screen and (min-width: 801px) {
.rtl .lae-gapless-grid .lae-masonry.lae-grid-desktop-1 .lae-grid-item.lae-wide, .rtl .lae-gapless-grid .lae-masonry.lae-grid-desktop-2 .lae-grid-item.lae-wide, .rtl .lae-gapless-grid .lae-masonry.lae-grid-desktop-3 .lae-grid-item.lae-wide, .rtl .lae-gapless-grid .lae-masonry.lae-grid-desktop-4 .lae-grid-item.lae-wide, .rtl .lae-gapless-grid .lae-masonry.lae-grid-desktop-5 .lae-grid-item.lae-wide, .rtl .lae-gapless-grid .lae-masonry.lae-grid-desktop-6 .lae-grid-item.lae-wide {
float: right;
margin-right: 0; } } .lae-container .lae-thumbnailslider.lae-flexslider {
margin-top: 15px; }
.lae-container .lae-thumbnailslider.lae-flexslider .lae-slide {
margin: 0 5px 0 0; }
.lae-container .lae-thumbnailslider.lae-flexslider .lae-slide img {
display: block;
opacity: .5;
cursor: pointer; }
.lae-container .lae-thumbnailslider.lae-flexslider .lae-slide img:hover {
opacity: 1; }
.lae-container .lae-thumbnailslider.lae-flexslider .lae-slide.lae-flex-active-slide img {
opacity: 1;
cursor: default; }
.lae-container .lae-flex-direction-nav {
padding: 0 !important;
margin: 0 !important; }
.lae-container .lae-flex-direction-nav li {
position: initial; }
.lae-container .lae-flex-direction-nav a, .lae-container .lae-flex-direction-nav a:hover {
opacity: 1;
text-shadow: none;
background: none;
color: #888;
font-family: 'lae-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; }
.rtl .lae-container .lae-flex-direction-nav a, .rtl .lae-container .lae-flex-direction-nav a:hover {
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
direction: ltr; }
.lae-container .lae-flex-direction-nav a:before, .lae-container .lae-flex-direction-nav a:hover:before {
margin: 2px;
vertical-align: middle;
display: inline;
font-family: inherit !important;
opacity: 1; }
.lae-dark-bg .lae-container .lae-flex-direction-nav a, .lae-dark-bg .lae-container .lae-flex-direction-nav a:hover {
color: #888; }
.lae-dark-bg .lae-container .lae-flex-direction-nav a:hover, .lae-dark-bg .lae-container .lae-flex-direction-nav a:hover:hover {
color: #aaa; }
@media only screen and (max-width: 960px) {
.lae-container .lae-flex-direction-nav a, .lae-container .lae-flex-direction-nav a:hover {
display: none; } }
.lae-container .lae-flex-direction-nav a.lae-flex-prev {
left: -30px; }
.lae-container .lae-flex-direction-nav a.lae-flex-prev:before {
content: "\e904"; }
.lae-container .lae-flex-direction-nav a.lae-flex-next {
right: -30px; }
.lae-container .lae-flex-direction-nav a.lae-flex-next:before {
content: "\e905"; }
.lae-container .lae-flex-control-nav {
width: 100%;
position: absolute;
bottom: -40px;
text-align: center;
padding: 0 !important;
margin: 0 !important; }
.lae-container .lae-flex-control-nav li, .lae-container .lae-flex-control-nav li:hover {
margin: 0 8px 0 0;
padding: 0;
border: none;
-webkit-box-shadow: none;
box-shadow: none; }
.lae-container .lae-flex-control-nav li a, .lae-container .lae-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; }
.lae-dark-bg .lae-container .lae-flex-control-nav li a, .lae-dark-bg .lae-container .lae-flex-control-nav li a:hover {
background: #ccc;
border-color: #ccc; }
.lae-container .lae-flex-control-nav li a.lae-flex-active, .lae-container .lae-flex-control-nav li a:hover.lae-flex-active, .lae-container .lae-flex-control-nav li a:hover {
background: none; }
.lae-container .lae-flex-control-nav li a.lae-flex-active, .lae-container .lae-flex-control-nav li a:hover.lae-flex-active {
width: 14px;
height: 14px; }
.lae-container .lae-flex-control-thumbs {
bottom: -120px; }
@media only screen and (max-width: 600px) {
.lae-container .lae-flex-control-thumbs {
bottom: -80px; } }
.lae-container .lae-flex-control-thumbs li {
width: auto;
float: none; }
.lae-container .lae-flex-control-thumbs li img {
max-width: 100%;
width: 150px; }
@media only screen and (max-width: 600px) {
.lae-container .lae-flex-control-thumbs li img {
width: 100px; } } .slick-loading .slick-list {
background: #fff url(https://t2rarquitetura.com.br/wp-content/plugins/addons-for-elementor-premium/assets/css/ajax-loader.gif) center center no-repeat; }
@media only screen and (max-width: 1024px) {
.slick-slider {
padding: 0 10px; } }
.lae-container button.slick-prev, .lae-container button.slick-next {
position: absolute;
bottom: initial;
left: initial;
right: initial;
top: 50%;
width: 28px;
height: 28px;
margin: -14px 0 0; }
.rtl .lae-container button.slick-prev, .rtl .lae-container button.slick-next {
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
direction: ltr; }
.lae-container button.slick-prev, .lae-container button.slick-prev:before, .lae-container button.slick-prev:after, .lae-container button.slick-next, .lae-container button.slick-next:before, .lae-container button.slick-next:after {
text-shadow: none;
background: none !important;
border: none;
padding: 0;
opacity: 1;
font-family: 'lae-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; }
.lae-container button.slick-prev:before, .lae-container button.slick-next:before {
margin: 2px;
vertical-align: middle; }
.lae-container button.slick-prev:hover:before, .lae-container button.slick-prev:hover:after, .lae-container button.slick-next:hover:before, .lae-container button.slick-next:hover:after {
color: #888 !important; }
.lae-dark-bg .lae-container button.slick-prev:before, .lae-dark-bg .lae-container button.slick-prev:after, .lae-dark-bg .lae-container button.slick-next:before, .lae-dark-bg .lae-container button.slick-next:after {
color: #888 !important; }
.lae-dark-bg .lae-container button.slick-prev:hover:before, .lae-dark-bg .lae-container button.slick-prev:hover:after, .lae-dark-bg .lae-container button.slick-next:hover:before, .lae-dark-bg .lae-container button.slick-next:hover:after {
color: #aaa !important;
background: none !important; }
.lae-container button.slick-prev {
left: -40px; }
.lae-container button.slick-prev:before {
content: "\e904"; }
@media only screen and (max-width: 1024px) {
.lae-container button.slick-prev {
left: -10px; } }
.lae-container button.slick-next {
right: -40px; }
.lae-container button.slick-next:before {
content: "\e905"; }
@media only screen and (max-width: 1024px) {
.lae-container button.slick-next {
right: -10px; } }
.lae-container ul.slick-dots {
width: 100%;
position: absolute;
bottom: -30px;
text-align: center;
padding: 0 !important;
margin: 0 !important; }
.lae-container ul.slick-dots li {
margin: 0 8px 0 0 !important;
padding: 0 !important;
display: inline-block;
font-size: 0; }
.lae-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; }
.lae-container ul.slick-dots li button:before {
display: none; }
.lae-dark-bg .lae-container ul.slick-dots li button {
background: #888 !important;
border-color: #888 !important; }
.lae-container ul.slick-dots li button:hover, .lae-container ul.slick-dots li.slick-active button {
background: none !important;
border-color: #aaa !important; }
.lae-container ul.slick-dots li.slick-active button {
width: 14px;
height: 14px; } .lae-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) {
.lae-widget-heading {
font-size: 32px;
line-height: 44px; } } input.lae-button, button.lae-button, a.lae-button, .lae-button:active, .lae-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.lae-button.lae-rounded, button.lae-button.lae-rounded, a.lae-button.lae-rounded, .lae-button:active.lae-rounded, .lae-button:visited.lae-rounded {
border-radius: 999px; }
input.lae-button.lae-large, button.lae-button.lae-large, a.lae-button.lae-large, .lae-button:active.lae-large, .lae-button:visited.lae-large {
padding: 20px 60px; }
input.lae-button.lae-small, button.lae-button.lae-small, a.lae-button.lae-small, .lae-button:active.lae-small, .lae-button:visited.lae-small {
padding: 12px 25px;
font-size: 11px; }
input.lae-button:hover, button.lae-button:hover, a.lae-button:hover, .lae-button:active:hover, .lae-button:visited:hover {
background-color: #f9633e;
color: #fefefe; }
.lae-button.lae-black {
background-color: #363636; }
.lae-button.lae-black:hover {
background-color: #434343; }
.lae-button.lae-blue {
background-color: #46a5d5; }
.lae-button.lae-blue:hover {
background-color: #5bafda; }
.lae-button.lae-cyan {
background-color: #57c0dc; }
.lae-button.lae-cyan:hover {
background-color: #6cc8e0; }
.lae-button.lae-green {
background-color: #00a57d; }
.lae-button.lae-green:hover {
background-color: #00bf90; }
.lae-button.lae-orange {
background-color: #e87151; }
.lae-button.lae-orange:hover {
background-color: #eb8368; }
.lae-button.lae-pink {
background-color: #dd5679; }
.lae-button.lae-pink:hover {
background-color: #e16b8a; }
.lae-button.lae-red {
background-color: #da4f49; }
.lae-button.lae-red:hover {
background-color: #de635e; }
.lae-button.lae-teal {
background-color: #28c2ba; }
.lae-button.lae-teal:hover {
background-color: #2fd4cc; }
.lae-button.lae-trans {
color: #333;
background-color: transparent; background-color: rgba(0, 0, 0, 0);
border: 2px solid #a5a5a5; }
.lae-button.lae-trans:hover {
background-color: #fff;
color: #333 !important;
border-color: #fff; }
.lae-button.lae-semitrans {
color: #fff;
background-color: transparent; background-color: rgba(125, 125, 125, 0.5); }
.lae-button.lae-semitrans:hover {
background-color: #fff;
color: #333 !important; } .single-elementor_library [data-elementor-type="livemesh_grid"] .elementor-element.elementor-widget.elementor-widget-livemesh-grid-item .elementor-widget-container {
border: 5px double #a4a0a2;
padding: 10px; }
.single-elementor_library [data-elementor-type="livemesh_grid"] .elementor-column {
border: 1px dotted #827e80; }
.lae-template-error {
padding: 20px;
font-style: italic; }
 .lae-image-text-toggle {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.lae-image-text-toggle .lae-image-content, .lae-image-text-toggle .lae-text-content {
-webkit-align-self: center;
align-self: center;
-ms-flex-item-align: center;
margin: 0;
width: 50%; }
.lae-image-text-toggle .lae-image-content img {
display: block;
margin: 0 auto; }
@media only screen and (max-width: 767px) {
.lae-image-text-toggle {
-webkit-box-orient: vertical;
box-orient: vertical;
-webkit-box-direction: normal;
box-direction: normal;
-moz-flex-direction: column;
flex-direction: column;
-ms-flex-direction: column; }
.lae-image-text-toggle .lae-image-content, .lae-image-text-toggle .lae-text-content {
width: 100%;
margin: 0; }
.lae-image-text-toggle .lae-image-content {
-webkit-box-ordinal-group: 1;
box-ordinal-group: 1;
-moz-order: 1;
order: 1;
-ms-flex-order: 1;
margin-bottom: 50px; }
.lae-image-text-toggle .lae-text-content {
-webkit-box-ordinal-group: 2;
box-ordinal-group: 2;
-moz-order: 2;
order: 2;
-ms-flex-order: 2;
padding: 0; } }
.lae-clear {
clear: both; } .lae-fancybox-caption .lae-fancybox-title, .lae-fancybox-caption .lae-fancybox-title:link, .lae-fancybox-caption .lae-fancybox-title:visited, .lae-fancybox-caption .lae-fancybox-post-author, .lae-fancybox-caption .lae-fancybox-post-author:link, .lae-fancybox-caption .lae-fancybox-post-author:visited {
color: #eee; }
.lae-fancybox-caption .lae-fancybox-description {
font-size: 13px;
line-height: 18px;
color: #ccc;
margin: 5px 0 0 0;
max-width: 800px;
margin: 5px auto; }
.lae-fancybox-caption .lae-fancybox-read-more, .lae-fancybox-caption .lae-fancybox-read-more:link, .lae-fancybox-caption .lae-fancybox-read-more:visited {
font-size: 11px;
color: #bbb;
text-transform: uppercase;
letter-spacing: 1px; }
.lae-fancybox-caption .lae-fancybox-read-more:after, .lae-fancybox-caption .lae-fancybox-read-more:link:after, .lae-fancybox-caption .lae-fancybox-read-more:visited:after {
font-size: 14px;
line-height: 1;
content: '›';
display: inline-block;
margin-left: 7px; }
.lae-fancybox-video {
height: 100%;
overflow: hidden;
-o-object-fit: cover;
object-fit: cover; }
.lae-fancybox-video video {
max-height: 100%; }  #powerTip {
cursor: default;
background-color: #333;
background-color: rgba(0, 0, 0, 0.8);
border-radius: 6px;
color: #fff;
display: none;
padding: 10px;
position: absolute;
white-space: nowrap;
z-index: 2147483647; }
#powerTip:before {
content: "";
position: absolute; }
#powerTip.n:before, #powerTip.s:before {
border-right: 5px solid transparent;
border-left: 5px solid transparent;
left: 50%;
margin-left: -5px; }
#powerTip.e:before, #powerTip.w:before {
border-bottom: 5px solid transparent;
border-top: 5px solid transparent;
margin-top: -5px;
top: 50%; }
#powerTip.n:before {
border-top: 10px solid #333;
border-top: 10px solid rgba(0, 0, 0, 0.8);
bottom: -10px; }
#powerTip.e:before {
border-right: 10px solid #333;
border-right: 10px solid rgba(0, 0, 0, 0.8);
left: -10px; }
#powerTip.s:before {
border-bottom: 10px solid #333;
border-bottom: 10px solid rgba(0, 0, 0, 0.8);
top: -10px; }
#powerTip.w:before {
border-left: 10px solid #333;
border-left: 10px solid rgba(0, 0, 0, 0.8);
right: -10px; }
#powerTip.ne:before, #powerTip.se:before {
border-right: 10px solid transparent;
border-left: 0;
left: 10px; }
#powerTip.nw:before, #powerTip.sw:before {
border-left: 10px solid transparent;
border-right: 0;
right: 10px; }
#powerTip.ne:before, #powerTip.nw:before {
border-top: 10px solid #333;
border-top: 10px solid rgba(0, 0, 0, 0.8);
bottom: -10px; }
#powerTip.se:before, #powerTip.sw:before {
border-bottom: 10px solid #333;
border-bottom: 10px solid rgba(0, 0, 0, 0.8);
top: -10px; }
#powerTip.nw-alt:before, #powerTip.ne-alt:before,
#powerTip.sw-alt:before, #powerTip.se-alt:before {
border-top: 10px solid #333;
border-top: 10px solid rgba(0, 0, 0, 0.8);
bottom: -10px;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
left: 10px; }
#powerTip.ne-alt:before {
left: auto;
right: 10px; }
#powerTip.sw-alt:before, #powerTip.se-alt:before {
border-top: none;
border-bottom: 10px solid #333;
border-bottom: 10px solid rgba(0, 0, 0, 0.8);
bottom: auto;
top: -10px; }
#powerTip.se-alt:before {
left: auto;
right: 10px; }

.lae-block {
position: relative;
overflow: hidden;
clear: both; }
.lae-block .lae-block-inner {
clear: both; }
.lae-block .lae-block-row {
overflow: hidden; } .lae-block .lae-pagination {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-top: 50px;
clear: both; }
.lae-block .lae-pagination.lae-infinite-scroll-nav {
margin-top: 10px; }
.lae-block .lae-pagination .lae-page-nav {
-webkit-box-flex: 0;
box-flex: 0;
-moz-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
font-size: 15px;
line-height: 24px;
color: #666;
padding: 5px 15px;
margin: 0 2px;
border-right: 1px solid #dcdcdc;
border-top: 1px solid #dcdcdc;
border-bottom: 1px solid #dcdcdc;
border-left: 1px solid #dcdcdc;
margin-bottom: 10px;
outline: none;
cursor: pointer;
border-radius: 2px;
-webkit-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s; }
.lae-block .lae-pagination .lae-page-nav i {
color: #222;
font-size: 12px;
line-height: 1; }
.lae-dark-bg .lae-block .lae-pagination .lae-page-nav i {
color: #bbb; }
.lae-block .lae-pagination .lae-page-nav[data-page="prev"], .lae-block .lae-pagination .lae-page-nav[data-page="next"] {
padding: 5px 18px; }
.lae-block .lae-pagination .lae-page-nav[data-page="next"] {
margin-right: 0; }
.lae-block .lae-pagination .lae-page-nav.lae-dotted {
border: none;
pointer-events: none;
padding: 5px 8px; }
.lae-block .lae-pagination .lae-page-nav:hover, .lae-block .lae-pagination .lae-page-nav.lae-current-page {
background: #eee; }
.lae-block .lae-pagination .lae-page-nav.lae-disabled, .lae-block .lae-pagination .lae-page-nav.lae-current-page {
pointer-events: none; }
.lae-block .lae-pagination .lae-page-nav.lae-disabled, .lae-block .lae-pagination .lae-page-nav.lae-disabled i {
color: #999;
border-color: #eaeaea; }
.lae-dark-bg .lae-block .lae-pagination .lae-page-nav.lae-disabled, .lae-dark-bg .lae-block .lae-pagination .lae-page-nav.lae-disabled i {
border-color: #444;
color: #888; }
.lae-dark-bg .lae-block .lae-pagination .lae-page-nav {
border-color: #606060;
color: #aaa; }
.lae-dark-bg .lae-block .lae-pagination .lae-page-nav:hover, .lae-dark-bg .lae-block .lae-pagination .lae-page-nav.lae-current-page {
background: #333; }
.lae-block .lae-load-more {
color: #fff;
padding: 15px 25px;
border-radius: 999px;
outline: none;
-webkit-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s; }
.rtl .lae-block .lae-load-more span {
float: left;
margin-right: 2px; }
.lae-block .lae-load-more:hover {
color: #fff;
background: #333;
border-color: #333; }
.lae-block .lae-load-more.lae-disabled {
display: none; }
.lae-block .lae-loading {
position: relative;
margin: 0 -51px 0 15px;
background: none;
visibility: hidden; }
.rtl .lae-block .lae-loading {
margin: 0 15px 0 -51px; }
.lae-block .lae-loader-gif {
position: absolute;
left: 0;
top: 0;
overflow: hidden;
width: 100%;
height: 100%;
background: none;
display: none; }
.lae-block .lae-loader-gif div {
position: absolute;
top: 50%;
left: 0;
right: 0;
margin: -21px auto 0; }
.lae-block .lae-loading, .lae-block .lae-loader-gif div {
background: none;
border: 4px solid #ccc;
border-top: 4px solid #888;
border-radius: 50%;
width: 42px;
height: 42px;
-webkit-animation: lae-spin 1s linear infinite;
animation: lae-spin 1s linear infinite; }
.lae-block.lae-fetching .lae-block-inner {
opacity: 0.3; }
.lae-block.lae-fetching .lae-loader-gif {
display: block; }
.lae-block.lae-processing .lae-loader-gif {
display: block; }
.lae-block .lae-infinite-scroll-nav .lae-loading {
margin: 0;
position: absolute; }
.lae-block .lae-infinite-scroll-nav .lae-load-more {
visibility: hidden; }
.lae-block.lae-processing:not(.lae-fetching) .lae-load-more-nav .lae-loading, .lae-block.lae-processing:not(.lae-fetching) .lae-infinite-scroll-nav .lae-loading {
visibility: visible; }
@-webkit-keyframes lae-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@keyframes lae-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } } .lae-block .lae-block-header {
max-width: 1140px;
margin-left: auto;
margin-right: auto;
clear: both;
position: relative;
z-index: 5; }
.lae-block .lae-heading {
display: block;
padding: 0 0 15px 0;
margin: 0 0 30px 0;
text-align: left;
max-width: none;
font-size: 0;
line-height: 0; }
.rtl .lae-block .lae-heading {
text-align: right; }
.lae-block .lae-heading span, .lae-block .lae-heading a {
font-size: 18px;
line-height: 28px;
text-transform: uppercase;
letter-spacing: 1px;
color: #333;
text-align: left;
display: inline-block;
margin: 0 100px 0 0; }
.rtl .lae-block .lae-heading span, .rtl .lae-block .lae-heading a {
margin: 0 0 0 100px;
text-align: right; }
.lae-dark-bg .lae-block .lae-heading span, .lae-dark-bg .lae-block .lae-heading a {
color: #e5e5e5; }
.lae-block .lae-heading a {
-webkit-transition: color 0.3s ease-in-out 0s;
transition: color 0.3s ease-in-out 0s; }
.lae-block .lae-heading a:hover {
color: #666; }
.lae-block .lae-block-filter {
position: absolute;
top: 0;
right: 0;
margin: 0;
z-index: 2;
text-align: right; }
.rtl .lae-block .lae-block-filter {
left: 0;
right: auto;
text-align: left; }
.lae-dark-bg .lae-block .lae-block-filter {
border-color: #666; }
.lae-block .lae-block-filter .lae-block-filter-item {
display: inline-block; }
@media only screen and (max-width: 479px) {
.lae-block .lae-block-filter .lae-block-filter-item {
margin-right: 8px; }
.rtl .lae-block .lae-block-filter .lae-block-filter-item {
margin: 0 0 0 8px; } }
.lae-block .lae-block-filter .lae-block-filter-item a {
padding: 0 15px 8px;
-webkit-transition: all 0.4s ease-in-out 0s;
transition: all 0.4s ease-in-out 0s;
display: block; }
@media only screen and (max-width: 479px) {
.lae-block .lae-block-filter .lae-block-filter-item a {
padding: 0 10px 8px; } }
.lae-block .lae-block-filter .lae-block-filter-item.lae-active {
color: #f94213; }
.lae-block .lae-block-filter .lae-block-filter-item:last-child {
margin-right: 0; }
.lae-block .lae-block-filter .lae-block-filter-item:last-child .rtl {
margin-left: 0; }
.lae-block .lae-block-filter .lae-block-filter-dropdown {
display: inline-block;
text-align: right;
position: relative; }
.rtl .lae-block .lae-block-filter .lae-block-filter-dropdown {
text-align: left; }
.lae-block .lae-block-filter ul.lae-block-filter-list {
display: inline-block;
line-height: 1; }
.lae-block .lae-block-filter .lae-block-filter-more {
cursor: pointer;
padding-left: 15px;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
display: inline-block; }
.rtl .lae-block .lae-block-filter .lae-block-filter-more {
padding: 0 15px 0 0; }
.lae-block .lae-block-filter .lae-block-filter-more i.lae-icon-arrow-right3 {
display: inline-block;
font-size: 10px;
line-height: 1;
vertical-align: middle;
-webkit-transform: rotate(45deg);
transform: rotate(90deg);
margin: 0 6px;
color: #000; }
.lae-block .lae-block-filter .lae-block-filter-dropdown:hover .lae-block-filter-more {
background-color: #222; }
.lae-block .lae-block-filter .lae-block-filter-dropdown:hover .lae-block-filter-more span, .lae-block .lae-block-filter .lae-block-filter-dropdown:hover .lae-block-filter-more i {
color: #fff; }
.lae-block .lae-block-filter ul.lae-block-filter-dropdown-list {
list-style: none;
position: absolute;
right: 0;
top: 100%;
padding: 6px 0;
background-color: #ffffff;
background-color: rgba(255, 255, 255, 0.95);
z-index: 999;
border: 1px solid #ededed;
display: none; }
.rtl .lae-block .lae-block-filter ul.lae-block-filter-dropdown-list {
right: auto;
left: 0; }
.lae-block .lae-block-filter ul.lae-block-filter-dropdown-list:hover i.lae-icon-arrow-right3 {
color: #fff; }
.lae-block .lae-block-filter .lae-block-filter-dropdown:hover ul.lae-block-filter-dropdown-list {
display: block; }
.lae-block .lae-block-filter ul.lae-block-filter-dropdown-list li {
margin-left: 0; }
.lae-block .lae-block-filter ul.lae-block-filter-dropdown-list li a {
white-space: nowrap;
display: block;
padding: 8px 15px 8px 25px; }
.rtl .lae-block .lae-block-filter ul.lae-block-filter-dropdown-list li a {
padding: 8px 25px 8px 15px; }
.lae-block .lae-block-filter .lae-block-filter-item a, .lae-block .lae-block-filter .lae-block-filter-more span, .lae-block .lae-block-filter ul.lae-block-filter-dropdown-list li a {
color: #666;
font-size: 12px;
line-height: 18px;
text-transform: uppercase; }
.lae-block .lae-block-filter .lae-block-filter-item a:hover, .lae-block .lae-block-filter .lae-block-filter-item.lae-active a {
color: #f94213; }
.lae-block-header-expanded .lae-block-header {
position: relative;
max-width: 1140px;
margin: 0 auto 30px;
overflow: hidden;
clear: both;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.lae-block-header-expanded .lae-block-header.lae-no-heading {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
@media only screen and (max-width: 800px) {
.lae-block-header-expanded .lae-block-header {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-flow: column wrap;
flex-flow: column wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; } }
.lae-block-header-expanded .lae-heading {
padding: 0;
margin: 0; }
.lae-dark-bg .lae-block-header-expanded .lae-heading {
color: #e5e5e5; }
@media only screen and (max-width: 800px) {
.lae-block-header-expanded .lae-heading {
margin-bottom: 30px; } }
.lae-block-header-expanded .lae-heading span, .lae-block-header-expanded .lae-heading a {
font-size: 32px;
line-height: 44px; }
.lae-block-header-expanded .lae-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) {
.lae-block-header-expanded .lae-taxonomy-filter {
-webkit-align-self: flex-start;
align-self: flex-start;
-ms-flex-item-align: start; } }
.lae-block-header-expanded .lae-taxonomy-filter .lae-filter-item {
position: relative;
display: inline-block;
margin: 0 0 15px 0;
padding: 0;
font-style: normal; }
.lae-block-header-expanded .lae-taxonomy-filter .lae-filter-item a {
font-size: 15px;
line-height: 24px;
padding: 0 15px;
-webkit-transition: all 0.4s ease-in-out 0s;
transition: all 0.4s ease-in-out 0s;
display: block;
color: #777; }
.lae-dark-bg .lae-block-header-expanded .lae-taxonomy-filter .lae-filter-item a {
color: #999; }
.lae-block-header-expanded .lae-taxonomy-filter .lae-filter-item a:hover {
color: #222; }
.lae-dark-bg .lae-block-header-expanded .lae-taxonomy-filter .lae-filter-item a:hover {
color: #fff; }
@media only screen and (max-width: 479px) {
.lae-block-header-expanded .lae-taxonomy-filter .lae-filter-item a {
padding: 0 10px; } }
.lae-block-header-expanded .lae-taxonomy-filter .lae-filter-item:first-child a {
padding-left: 0; }
.rtl .lae-block-header-expanded .lae-taxonomy-filter .lae-filter-item:first-child a {
padding-left: 15px; }
.lae-block-header-expanded .lae-taxonomy-filter .lae-filter-item.lae-active a {
color: #222; }
.lae-dark-bg .lae-block-header-expanded .lae-taxonomy-filter .lae-filter-item.lae-active a {
color: #fff; }
.lae-block-header-expanded .lae-taxonomy-filter .lae-filter-item:last-child {
margin-right: 0; }
.lae-block-header-expanded .lae-taxonomy-filter .lae-filter-item:last-child .rtl {
margin-left: 0; } .lae-block-header-1 .lae-heading {
border-bottom: 2px solid #ddd; }
.lae-block-header-1 .lae-heading:after {
content: "";
background: #f94213;
width: 50px;
height: 2px;
position: absolute;
bottom: -1px;
left: 0; }
.lae-block-header-1 .lae-no-heading .lae-heading {
min-height: 40px; }
.lae-block-header-1 .lae-no-heading .lae-heading:after {
display: none; } .lae-block-header-2 .lae-heading:before, .lae-block-header-2 .lae-heading:after {
content: '';
width: 100%;
height: 1px;
position: absolute;
left: 0;
background-color: #ddd; }
.lae-block-header-2 .lae-heading:before {
bottom: 4px; }
.lae-block-header-2 .lae-heading:after {
bottom: 0; }
.lae-block-header-2 .lae-no-heading .lae-heading {
min-height: 40px; } .lae-block-header-3 .lae-heading {
padding: 0;
border-bottom: 1px solid #ddd; }
.lae-block-header-3 .lae-heading a, .lae-block-header-3 .lae-heading span {
position: relative;
padding: 4px 8px 4px 8px;
border-radius: 2px 2px 2px 0;
background: #333;
color: #fff; }
.lae-block-header-3 .lae-heading a:after, .lae-block-header-3 .lae-heading span:after {
content: '';
display: block;
position: absolute;
width: 0;
height: 0;
position: absolute;
bottom: -8px;
left: 0;
border-left: 0;
border-right: 8px solid transparent;
border-top: 8px solid #333; }
.rtl .lae-block-header-3 .lae-heading a:after, .rtl .lae-block-header-3 .lae-heading span:after {
left: auto;
right: 0;
border-left: 8px solid transparent;
border-right: 0; }
.lae-block-header-3 .lae-heading a:hover {
color: #ddd; }
.lae-block-header-3 .lae-heading span, .lae-block-header-3 .lae-heading a {
font-size: 15px;
line-height: 24px; }
.lae-block-header-3 .lae-no-heading .lae-heading {
min-height: 40px; } .lae-block-header-4 .lae-heading {
padding: 0;
border: 1px solid #333;
border-bottom: 2px solid #333;
text-align: center; }
.rtl .lae-block-header-4 .lae-heading {
text-align: center; }
.lae-block-header-4 .lae-heading a, .lae-block-header-4 .lae-heading span {
position: relative;
padding: 8px 10px;
border-radius: 0;
margin: 0 auto; }
.lae-block-header-4 .lae-heading a:after, .lae-block-header-4 .lae-heading span:after {
content: '';
display: block;
position: absolute;
bottom: 0;
left: 0;
right: 0;
width: 8px;
bottom: -8px;
margin: 0 auto;
border-left: 8px solid transparent;
border-top: 8px solid #43494a;
border-right: 8px solid transparent; }
.lae-block-header-4 .lae-heading span, .lae-block-header-4 .lae-heading a {
font-size: 15px;
line-height: 24px; }
.lae-block-header-4 .lae-block-header .lae-block-filter {
padding: 8px 10px; }
.lae-block-header-4 .lae-no-heading .lae-heading {
min-height: 45px; } .lae-block-header-5 .lae-heading {
background: #fbfbfb;
border-bottom: 2px solid #eee;
border-top: 1px solid #eee;
padding: 10px 15px; }
.lae-block-header-5 .lae-block-header .lae-block-filter {
padding: 10px 8px; }
.lae-block-header-5 .lae-no-heading .lae-heading {
min-height: 50px; } .lae-block-header-6 .lae-taxonomy-filter .lae-filter-item {
border-bottom: 1px solid #ddd; }
.lae-dark-bg .lae-block-header-6 .lae-taxonomy-filter .lae-filter-item {
border-color: #444; }
.lae-block-header-6 .lae-taxonomy-filter .lae-filter-item a {
padding: 0 15px 15px; }
@media only screen and (max-width: 479px) {
.lae-block-header-6 .lae-taxonomy-filter .lae-filter-item a {
padding: 0 10px 8px; } }
.lae-block-header-6 .lae-taxonomy-filter .lae-filter-item:first-child a {
padding-left: 15px; }
.lae-block-header-6 .lae-taxonomy-filter .lae-filter-item.lae-active a {
color: #222; }
.lae-dark-bg .lae-block-header-6 .lae-taxonomy-filter .lae-filter-item.lae-active a {
color: #fff; }
.lae-block-header-6 .lae-taxonomy-filter .lae-filter-item.lae-active:after {
content: '';
position: absolute;
left: 0;
bottom: 0;
border-bottom: 3px solid #f94213;
width: 100%; } .lae-block-header-7 .lae-heading span, .lae-block-header-7 .lae-heading a {
font-size: 26px;
line-height: 34px; }
.lae-block-header-7 .lae-taxonomy-filter .lae-filter-item a {
padding: 0 20px 0 18px;
font-style: italic; }
.rtl .lae-block-header-7 .lae-taxonomy-filter .lae-filter-item a {
padding: 0 18px 0 20px; }
.lae-block-header-7 .lae-taxonomy-filter .lae-filter-item:after {
content: '/';
position: absolute;
right: 0;
top: 0;
color: #bbb;
font-size: 14px; }
.rtl .lae-block-header-7 .lae-taxonomy-filter .lae-filter-item:after {
left: 0;
right: auto; }
.lae-block-header-7 .lae-taxonomy-filter .lae-filter-item:last-child:after {
content: ''; }
.lae-block-header-7 .lae-taxonomy-filter .lae-filter-item:hover a, .lae-block-header-7 .lae-taxonomy-filter .lae-filter-item.lae-active a {
color: #f94213; }
.lae-dark-bg .lae-block-header-7 .lae-taxonomy-filter .lae-filter-item:hover a, .lae-dark-bg .lae-block-header-7 .lae-taxonomy-filter .lae-filter-item.lae-active a {
color: #fff; } .lae-module {
display: block;
position: relative;
border: none;
background: none;
-webkit-box-shadow: none;
box-shadow: none;
padding-bottom: 30px; }
@media only screen and (max-width: 1024px) {
.lae-module {
padding-bottom: 20px; } }
.lae-module .lae-module-image {
position: relative;
overflow: hidden;
margin: 0 0 15px 0; }
.lae-module .lae-module-image .lae-post-link:after {
content: '';
position: absolute;
left: 0;
top: 0;
overflow: hidden;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.4);
-webkit-transition: opacity 0.4s ease-in-out 0s;
transition: opacity 0.4s ease-in-out 0s;
opacity: 0; }
.lae-module .lae-module-image:hover .lae-post-link:after {
opacity: 1; }
.lae-module .lae-module-image img {
display: block;
width: 100%;
-webkit-transition: all 0.4s ease-in-out 0s;
transition: all 0.4s ease-in-out 0s; }
.lae-module .lae-module-image:hover > img {
-webkit-filter: brightness(70%);
filter: brightness(70%); }
.lae-module .lae-module-image .lae-lightbox-item {
display: block;
opacity: 0; }
.lae-module .lae-module-image .lae-lightbox-item i {
position: absolute;
top: 0;
right: 0;
display: block;
color: #fff;
font-size: 22px;
line-height: 1;
padding: 12px;
-webkit-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s; }
.rtl .lae-module .lae-module-image .lae-lightbox-item i {
right: auto;
left: 0; }
.lae-module .lae-module-image .lae-lightbox-item.lae-click-icon {
background: transparent; }
.lae-module .lae-module-image .lae-lightbox-item.lae-click-icon:hover i {
background: rgba(0, 0, 0, 0.5); }
.lae-module .lae-module-image .lae-lightbox-item.lae-click-anywhere {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%; }
.lae-module .lae-module-image .lae-video-lightbox {
display: block;
cursor: pointer;
color: #fff;
font-size: 32px;
line-height: 1;
-webkit-transition: color .4s ease-in-out 0s;
transition: color .4s ease-in-out 0s; }
.lae-module .lae-module-image .lae-video-lightbox:hover {
color: #ddd; }
.lae-module .lae-module-image .lae-video-lightbox i {
font-size: 32px; }
.lae-module .lae-module-image .lae-module-image-info {
opacity: 0;
-webkit-transition: opacity 0.4s ease-in-out 0s;
transition: opacity 0.4s ease-in-out 0s; }
.lae-module .lae-module-image .lae-module-image-info .lae-module-entry-info {
text-align: center;
display: block;
position: absolute;
top: 50%;
left: 0;
right: 0;
margin: auto;
max-width: 100%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%); }
.lae-module .lae-module-image .lae-module-image-info .lae-post-title, .lae-module .lae-module-image .lae-module-image-info .entry-title, .lae-module .lae-module-image .lae-module-image-info .lae-entry-title {
padding: 10px;
margin: 0;
font-size: 18px;
line-height: 28px;
font-weight: 400;
color: #fff; }
@media only screen and (max-width: 1024px) {
.lae-module .lae-module-image .lae-module-image-info .lae-post-title, .lae-module .lae-module-image .lae-module-image-info .entry-title, .lae-module .lae-module-image .lae-module-image-info .lae-entry-title {
font-size: 18px;
line-height: 26px; } }
.lae-module .lae-module-image .lae-module-image-info .lae-post-title a, .lae-module .lae-module-image .lae-module-image-info .entry-title a, .lae-module .lae-module-image .lae-module-image-info .lae-entry-title a {
display: inline;
color: #fff;
-webkit-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
border-bottom: 1px solid transparent; }
.lae-module .lae-module-image .lae-module-image-info .lae-post-title a:hover, .lae-module .lae-module-image .lae-module-image-info .entry-title a:hover, .lae-module .lae-module-image .lae-module-image-info .lae-entry-title a:hover {
border-bottom: 1px solid #ccc; }
.lae-module .lae-module-image:hover .lae-module-image-info, .lae-module .lae-module-image:hover .lae-lightbox-item {
opacity: 1; }
.lae-module .lae-module-image .lae-module-image-overlay {
display: none;
position: absolute;
left: 0;
top: 0;
overflow: hidden;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.6);
-webkit-transition: opacity 0.4s ease-in-out 0s;
transition: opacity 0.4s ease-in-out 0s;
opacity: 0; }
.lae-module .lae-module-image:hover .lae-module-image-overlay {
opacity: 1; }
.lae-module .lae-module-image .lae-alternate-image {
position: absolute;
top: 0;
left: 0;
opacity: 0; }
.lae-module:hover .lae-module-image .lae-alternate-image {
opacity: 1; }
.lae-module .lae-module-thumb {
position: relative;
overflow: hidden;
margin: 0 0 15px 0; }
.lae-module .lae-module-thumb img {
display: block;
width: 100%;
-webkit-transition: all 0.4s ease-in-out 0s;
transition: all 0.4s ease-in-out 0s; }
.lae-module .lae-module-thumb img:hover {
-webkit-filter: brightness(70%);
filter: brightness(70%); }
.lae-module .lae-html5-video video {
-o-object-fit: cover;
object-fit: cover; }
.lae-module .lae-youtube-video, .lae-module .lae-vimeo-video {
height: 0;
padding-bottom: 56.25%; position: relative; }
.lae-module .lae-youtube-video iframe, .lae-module .lae-vimeo-video iframe {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%; }
.lae-module .lae-module-entry-text {
text-align: center;
max-width: 650px;
margin: 20px auto 0; }
.lae-module .entry-title, .lae-module .lae-entry-title {
font-size: 20px;
line-height: 28px;
font-weight: normal;
margin: 0 0 10px 0; }
.lae-module .entry-title:after, .lae-module .entry-title:before, .lae-module .lae-entry-title:after, .lae-module .lae-entry-title:before {
display: none; }
.lae-module .entry-title a, .lae-module .lae-entry-title a {
-webkit-transition: all 0.4s ease-in-out 0s;
transition: all 0.4s ease-in-out 0s;
color: #333; }
.lae-module .entry-title a:hover, .lae-module .lae-entry-title a:hover {
color: #666; }
.lae-dark-bg .lae-module .entry-title a, .lae-dark-bg .lae-module .lae-entry-title a {
color: #e0e0e0; }
.lae-dark-bg .lae-module .entry-title a:hover, .lae-dark-bg .lae-module .lae-entry-title a:hover {
color: #fff; }
.lae-module .lae-module-meta {
font-size: 12px;
line-height: 18px;
margin: 0 0 8px 0; }
.lae-module .lae-module-meta span {
display: inline-block;
padding: 0;
margin: 0;
color: #999; }
.lae-module .lae-module-meta span:after {
content: '/';
padding-left: 6px;
padding-right: 2px; }
.rtl .lae-module .lae-module-meta span:after {
padding-right: 6px;
padding-left: 2px; }
.lae-module .lae-module-meta span:first-child {
border: none;
padding-left: 0; }
.lae-module .lae-module-meta span:last-child:after {
display: none; }
.lae-module .lae-module-meta span a {
-webkit-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
font-style: normal;
color: #444; }
.lae-dark-bg .lae-module .lae-module-meta span a {
color: #999; }
.lae-module .lae-module-meta span a:hover {
color: #888; }
.lae-dark-bg .lae-module .lae-module-meta span a:hover {
color: #bbb; }
.lae-module .lae-module-meta span abbr {
text-decoration: initial; }
.lae-dark-bg .lae-module .lae-module-meta span {
color: #707070; }
.lae-module .lae-read-more {
margin: 25px 0 0 0; }
.lae-module .lae-read-more a:not(.lae-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; }
.lae-module .lae-read-more a:not(.lae-button):hover {
color: #666; }
.lae-module .lae-read-more a:not(.lae-button):after {
content: '›';
display: inline-block;
margin-left: 7px; }
.rtl .lae-module .lae-read-more a:not(.lae-button):after {
margin: 0 7px 0 0; }
.lae-module .lae-read-more a:not(.lae-button):hover {
color: #666; }
.lae-module .lae-read-more a.lae-button {
display: inline-block;
text-transform: none;
letter-spacing: 0;
padding: 12px 20px; }
@media only screen and (min-width: 768px) {
.lae-module .lae-read-more a.lae-button {
padding: 10px 16px; } }
.lae-module .entry-summary, .lae-module .lae-entry-summary {
margin: 15px auto 0;
padding: 0;
overflow-wrap: break-word;
word-wrap: break-word; }
.lae-dark-bg .lae-module .entry-summary, .lae-dark-bg .lae-module .lae-entry-summary {
color: #999; } .lae-module-1 .lae-module-image .lae-terms {
display: block;
position: absolute;
bottom: 0;
font-size: 12px;
line-height: 1;
background: rgba(0, 0, 0, 0.6);
color: #fff;
margin-right: 5px;
padding: 8px 12px; }
.rtl .lae-module-1 .lae-module-image .lae-terms {
margin: 0 0 0 5px; }
.lae-module-1 .lae-module-image .lae-terms a {
display: inline-block;
color: #fff; } .lae-module-3 {
padding-bottom: 26px; }
.lae-module-3 .lae-module-thumb {
position: absolute;
left: 0;
top: 0;
width: 100px; }
.rtl .lae-module-3 .lae-module-thumb {
left: auto;
right: 0; }
@media (min-width: 768px) and (max-width: 1024px) {
.lae-module-3 .lae-module-thumb {
width: 80px; } }
.lae-module-3 .lae-entry-details {
margin-left: 116px;
min-height: 70px; }
.rtl .lae-module-3 .lae-entry-details {
margin: 0 116px 0 0; }
@media (min-width: 768px) and (max-width: 1024px) {
.lae-module-3 .lae-entry-details {
margin-left: 95px;
min-height: 55px; }
.rtl .lae-module-3 .lae-entry-details {
margin: 0 95px 0 0; } }
.lae-module-3 .entry-title {
font-size: 14px;
line-height: 20px;
margin-bottom: 4px;
font-weight: 500; }
@media (min-width: 768px) and (max-width: 1140px) {
.lae-module-3 .entry-title {
font-size: 12px;
line-height: 18px; } }
.lae-module-3 .lae-module-meta {
margin-bottom: 0;
min-height: 0; } .lae-module-4 {
padding-bottom: 26px; }
.lae-module-4 .lae-module-thumb {
position: absolute;
right: 0;
top: 0;
width: 100px; }
.rtl .lae-module-4 .lae-module-thumb {
right: auto;
left: 0; }
@media (min-width: 768px) and (max-width: 1024px) {
.lae-module-4 .lae-module-thumb {
width: 80px; } }
.lae-module-4 .lae-entry-details {
margin-right: 108px;
min-height: 70px; }
.rtl .lae-module-4 .lae-entry-details {
margin: 0 0 0 108px; }
@media (min-width: 768px) and (max-width: 1024px) {
.lae-module-4 .lae-entry-details {
margin-right: 95px;
min-height: 55px; }
.rtl .lae-module-4 .lae-entry-details {
margin: 0 0 0 95px; } }
.lae-module-4 .entry-title {
font-size: 14px;
line-height: 20px;
margin-bottom: 4px;
font-weight: 500; }
@media (min-width: 768px) and (max-width: 1140px) {
.lae-module-4 .entry-title {
font-size: 12px;
line-height: 18px; } }
.lae-module-4 .lae-module-meta {
margin-bottom: 0;
min-height: 0; }  .lae-module-6 {
padding-bottom: 26px; }
@media (min-width: 767px) {
.lae-module-6 {
padding-bottom: 40px; } }
.lae-module-6 .lae-module-image {
position: absolute;
left: 0;
top: 0;
width: 100px; }
.rtl .lae-module-6 .lae-module-image {
left: auto;
right: 0; }
@media (min-width: 500px) {
.lae-module-6 .lae-module-image {
width: 150px; } }
@media (min-width: 767px) {
.lae-module-6 .lae-module-image {
width: 220px; } }
.lae-module-6 .lae-entry-details {
margin-left: 115px;
min-height: 69px; }
.rtl .lae-module-6 .lae-entry-details {
margin: 0 115px 0 0; }
@media (min-width: 500px) {
.lae-module-6 .lae-entry-details {
margin-left: 170px;
min-height: 103px; }
.rtl .lae-module-6 .lae-entry-details {
margin: 0 170px 0 0; } }
@media (min-width: 767px) {
.lae-module-6 .lae-entry-details {
margin-left: 244px;
min-height: 150px; }
.rtl .lae-module-6 .lae-entry-details {
margin: 0 244px 0 0; } }
.lae-module-6 .entry-title {
font-size: 14px;
line-height: 20px;
font-weight: 500; }
@media (min-width: 500px) {
.lae-module-6 .entry-title {
font-size: 22px;
line-height: 28px; } }
.lae-module-6 .lae-excerpt {
display: none; }
@media (min-width: 640px) {
.lae-module-6 .lae-excerpt {
display: block; } } .lae-module-7 {
padding-bottom: 40px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; }
@media (min-width: 600px) {
.lae-module-7 {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row; } }
@media (min-width: 767px) {
.lae-module-7 {
padding-bottom: 50px; } }
.lae-module-7 .lae-module-image {
width: 100%;
-webkit-box-flex: 0;
-ms-flex: 0 1 auto;
flex: 0 1 auto; }
.lae-module-7 .lae-entry-details {
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto; }
@media (min-width: 600px) {
.lae-module-7 .lae-module-image {
width: 30%;
min-width: 250px; }
.lae-module-7 .lae-entry-details {
margin-left: 25px;
width: 70%; }
.rtl .lae-module-7 .lae-entry-details {
margin: 0 25px 0 0; } }
.lae-module-7 .entry-title {
font-size: 16px;
line-height: 24px;
font-weight: 500; }
@media (min-width: 500px) {
.lae-module-7 .entry-title {
font-size: 20px;
line-height: 26px; } }
@media (min-width: 1024px) {
.lae-module-7 .entry-title {
font-size: 26px;
line-height: 34px; } } .lae-module-8 {
padding-bottom: 30px; }
@media (min-width: 767px) {
.lae-module-8 {
padding-bottom: 40px; } }
@media (min-width: 1024px) {
.lae-module-8 {
padding-bottom: 60px; } }
.lae-module-8 .lae-module-image .wp-post-image {
width: 100%; }
.lae-module-8:last-child {
padding-bottom: 0; }
.lae-module-8 .entry-title {
font-size: 18px;
line-height: 26px;
font-weight: 500;
margin-bottom: 10px; }
@media (min-width: 500px) {
.lae-module-8 .entry-title {
font-size: 22px;
line-height: 30px; } }
@media (min-width: 767px) {
.lae-module-8 .entry-title {
font-size: 30px;
line-height: 38px; } }
.lae-module-8 .lae-entry-details {
position: relative;
padding: 15px 25px;
margin: -60px auto 0;
max-width: 90%;
background: #fff; }
@media (min-width: 767px) {
.lae-module-8 .lae-entry-details {
padding: 20px 35px;
margin: -70px auto 0; } }
@media (min-width: 1024px) {
.lae-module-8 .lae-entry-details {
padding: 25px 35px;
margin: -85px auto 0; } }
.lae-module-8 .lae-excerpt {
font-size: 14px;
line-height: 24px;
margin-top: 11px; } .lae-module-10 {
padding: 30px 0;
margin: 0;
text-align: center;
border-bottom: 1px solid #e8e8e8; }
.lae-module-10:last-child {
border: none; }
@media (min-width: 1024px) {
.lae-module-10 {
padding: 40px 0; } }
.lae-module-10 .entry-title {
font-size: 24px;
line-height: 32px;
margin: 0 0 10px 0; }
@media (min-width: 1024px) {
.lae-module-10 .entry-title {
font-size: 32px;
line-height: 44px;
font-weight: 400;
margin: 0 0 15px 0; } }
.lae-module-10 .lae-entry-details {
margin-bottom: 20px; }
@media (min-width: 1024px) {
.lae-module-10 .lae-entry-details {
position: relative;
width: 100%;
margin-bottom: 30px; } }
.lae-module-10 .lae-terms {
text-transform: uppercase;
font-size: 11px;
line-height: 1;
background-color: transparent;
display: block;
margin-bottom: 20px; }
.lae-module-10 .lae-terms a {
color: #9e9e9e; }
.lae-module-10 .lae-module-image img {
width: 100%; }
.lae-module-10 .lae-excerpt {
font-size: 14px;
line-height: 22px;
margin-top: 20px; }
@media (min-width: 1024px) {
.lae-module-10 .lae-excerpt {
font-size: 15px;
line-height: 26px;
margin-top: 30px; } } .lae-module-trans1 {
position: relative;
padding-bottom: 0;
margin-bottom: 3px; }
.lae-module-trans1 .lae-module-image {
margin: 0;
padding: 0; }
.lae-module-trans1 .lae-module-image a.lae-post-link:before {
-webkit-transition: opacity 0.4s ease-in-out 0s;
transition: opacity 0.4s ease-in-out 0s; }
.lae-module-trans1 .lae-module-image a.lae-post-link:before {
background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 100%);
opacity: 0.8;
content: '';
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%; }
.rtl .lae-module-trans1 .lae-module-image a.lae-post-link:before {
left: auto;
right: 0; }
.lae-module-trans1 .lae-module-image:hover a.lae-post-link:before {
background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 100%);
opacity: 1; }
.lae-module-trans1 .lae-module-image:hover a.lae-post-link:after {
opacity: 0; }
@media (min-width: 480px) {
.lae-module-trans1 .lae-module-image {
margin: 0 3px 0 0; }
.rtl .lae-module-trans1 .lae-module-image {
margin: 0 0 0 3px; } }
.lae-module-trans1 .lae-entry-details {
position: absolute;
bottom: 0;
padding: 0 20px;
margin-bottom: 20px;
z-index: 1; }
.lae-module-trans1 .lae-entry-details .lae-post-author-name a {
color: #fff; }
.lae-module-trans1 .entry-title {
font-size: 18px;
line-height: 26px; }
@media (min-width: 480px) {
.lae-module-trans1 .entry-title {
font-size: 16px;
line-height: 22px; } }
@media (min-width: 1024px) {
.lae-module-trans1 .entry-title {
font-size: 21px;
line-height: 28px; } }
.lae-module-trans1 .entry-title a, .lae-module-trans1 .lae-module-meta span a {
color: #fff !important; }
.lae-module-trans1 .entry-title a:hover, .lae-module-trans1 .lae-module-meta span a:hover {
color: #ddd !important; }
.lae-module-trans1 .lae-module-meta span:after, .lae-module-trans1 .lae-module-meta span {
color: #bbb !important; } .lae-module-11 .lae-module-image .lae-post-link:after, .lae-module-12 .lae-module-image .lae-post-link:after, .lae-module-13 .lae-module-image .lae-post-link:after, .lae-module-14 .lae-module-image .lae-post-link:after {
background: rgba(0, 0, 0, 0.6); } .lae-module-11 .lae-module-entry-text, .lae-module-15 .lae-module-entry-text {
margin: 0 auto; }
.lae-module-11 .entry-summary:before, .lae-module-11 .lae-entry-summary:before, .lae-module-15 .entry-summary:before, .lae-module-15 .lae-entry-summary:before {
width: 35px;
height: 1px;
background: #aaa;
display: block;
content: "";
text-align: center;
margin: 0 auto 15px; }
.lae-dark-bg .lae-module-11 .entry-summary:before, .lae-dark-bg .lae-module-11 .lae-entry-summary:before, .lae-dark-bg .lae-module-15 .entry-summary:before, .lae-dark-bg .lae-module-15 .lae-entry-summary:before {
background: #505050; }
.lae-module-11 .lae-terms, .lae-module-12 .lae-terms, .lae-module-13 .lae-terms, .lae-module-14 .lae-terms, .lae-module-15 .lae-terms, .lae-module-16 .lae-terms {
display: block; }
.lae-module-11 .lae-terms a, .lae-module-12 .lae-terms a, .lae-module-13 .lae-terms a, .lae-module-14 .lae-terms a, .lae-module-15 .lae-terms a, .lae-module-16 .lae-terms a {
position: relative;
display: inline;
zoom: 1;
font-style: italic;
-webkit-transition: color 0.3s ease-in-out 0s;
transition: color 0.3s ease-in-out 0s; }
.lae-module-11 .lae-module-image-info .lae-terms, .lae-module-12 .lae-module-image-info .lae-terms, .lae-module-13 .lae-module-image-info .lae-terms, .lae-module-14 .lae-module-image-info .lae-terms, .lae-module-15 .lae-module-image-info .lae-terms, .lae-module-16 .lae-module-image-info .lae-terms {
color: #f9f9f9; }
.lae-module-11 .lae-module-image-info .lae-terms a, .lae-module-12 .lae-module-image-info .lae-terms a, .lae-module-13 .lae-module-image-info .lae-terms a, .lae-module-14 .lae-module-image-info .lae-terms a, .lae-module-15 .lae-module-image-info .lae-terms a, .lae-module-16 .lae-module-image-info .lae-terms a {
color: #ddd; }
.lae-module-11 .lae-module-image-info .lae-terms a:hover, .lae-module-12 .lae-module-image-info .lae-terms a:hover, .lae-module-13 .lae-module-image-info .lae-terms a:hover, .lae-module-14 .lae-module-image-info .lae-terms a:hover, .lae-module-15 .lae-module-image-info .lae-terms a:hover, .lae-module-16 .lae-module-image-info .lae-terms a:hover {
color: #fff; }
.lae-module-11 .lae-module-meta .lae-terms, .lae-module-12 .lae-module-meta .lae-terms, .lae-module-13 .lae-module-meta .lae-terms, .lae-module-14 .lae-module-meta .lae-terms, .lae-module-15 .lae-module-meta .lae-terms, .lae-module-16 .lae-module-meta .lae-terms {
color: #999; }
.lae-module-11 .lae-module-meta .lae-terms a, .lae-module-12 .lae-module-meta .lae-terms a, .lae-module-13 .lae-module-meta .lae-terms a, .lae-module-14 .lae-module-meta .lae-terms a, .lae-module-15 .lae-module-meta .lae-terms a, .lae-module-16 .lae-module-meta .lae-terms a {
color: #888; }
.lae-module-11 .lae-module-meta .lae-terms a:hover, .lae-module-12 .lae-module-meta .lae-terms a:hover, .lae-module-13 .lae-module-meta .lae-terms a:hover, .lae-module-14 .lae-module-meta .lae-terms a:hover, .lae-module-15 .lae-module-meta .lae-terms a:hover, .lae-module-16 .lae-module-meta .lae-terms a:hover {
color: #aaa; }
.lae-module-11 .lae-module-meta span, .lae-module-11 .lae-module-meta span a, .lae-module-12 .lae-module-meta span, .lae-module-12 .lae-module-meta span a, .lae-module-13 .lae-module-meta span, .lae-module-13 .lae-module-meta span a, .lae-module-14 .lae-module-meta span, .lae-module-14 .lae-module-meta span a, .lae-module-15 .lae-module-meta span, .lae-module-15 .lae-module-meta span a, .lae-module-16 .lae-module-meta span, .lae-module-16 .lae-module-meta span a {
font-size: 13px;
line-height: 22px; }
.lae-module-11 .lae-terms, .lae-module-12 .lae-terms, .lae-module-13 .lae-terms, .lae-module-14 .lae-terms, .lae-module-15 .lae-terms, .lae-module-16 .lae-terms {
display: block;
color: #f9f9f9; }
.lae-module-11 .lae-terms a, .lae-module-12 .lae-terms a, .lae-module-13 .lae-terms a, .lae-module-14 .lae-terms a, .lae-module-15 .lae-terms a, .lae-module-16 .lae-terms a {
color: #ddd;
position: relative;
display: inline;
zoom: 1;
font-style: italic;
-webkit-transition: color 0.3s ease-in-out 0s;
transition: color 0.3s ease-in-out 0s; }
.lae-module-11 .lae-terms a:hover, .lae-module-12 .lae-terms a:hover, .lae-module-13 .lae-terms a:hover, .lae-module-14 .lae-terms a:hover, .lae-module-15 .lae-terms a:hover, .lae-module-16 .lae-terms a:hover {
color: #fff; }
.lae-module-11 .lae-module-meta span, .lae-module-11 .lae-module-meta span a, .lae-module-12 .lae-module-meta span, .lae-module-12 .lae-module-meta span a, .lae-module-13 .lae-module-meta span, .lae-module-13 .lae-module-meta span a, .lae-module-14 .lae-module-meta span, .lae-module-14 .lae-module-meta span a, .lae-module-15 .lae-module-meta span, .lae-module-15 .lae-module-meta span a, .lae-module-16 .lae-module-meta span, .lae-module-16 .lae-module-meta span a {
font-size: 13px;
line-height: 22px; } .lae-module-12 .lae-module-image, .lae-module-14 .lae-module-image {
margin: 0; }
.lae-module-13, .lae-module-16 {
background: #fff;
border-radius: 6px 6px 10px 10px;
border: none;
padding: 0;
margin: 0;
-webkit-transition: -webkit-box-shadow 0.25s ease;
transition: -webkit-box-shadow 0.25s ease;
transition: box-shadow 0.25s ease;
transition: box-shadow 0.25s ease, -webkit-box-shadow 0.25s ease;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
overflow: hidden; }
.lae-module-13:hover, .lae-module-16:hover {
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); }
.lae-module-13 .lae-module-image, .lae-module-16 .lae-module-image {
margin: 0; }
.lae-module-13 .lae-module-entry-text, .lae-module-16 .lae-module-entry-text {
margin: 0;
padding: 25px 20px; }
.lae-dark-bg .lae-module-13 .entry-title a, .lae-dark-bg .lae-module-16 .entry-title a {
color: #333; }
.lae-dark-bg .lae-module-13 .entry-title a:hover, .lae-dark-bg .lae-module-16 .entry-title a:hover {
color: #111; }
.lae-dark-bg .lae-module-13 .lae-module-meta span, .lae-dark-bg .lae-module-13 .lae-module-meta .lae-terms, .lae-dark-bg .lae-module-16 .lae-module-meta span, .lae-dark-bg .lae-module-16 .lae-module-meta .lae-terms {
color: #999; }
.lae-dark-bg .lae-module-13 .lae-module-meta span a, .lae-dark-bg .lae-module-13 .lae-module-meta .lae-terms a, .lae-dark-bg .lae-module-16 .lae-module-meta span a, .lae-dark-bg .lae-module-16 .lae-module-meta .lae-terms a {
color: #444; }
.lae-dark-bg .lae-module-13 .entry-summary, .lae-dark-bg .lae-module-13 .lae-entry-summary, .lae-dark-bg .lae-module-16 .entry-summary, .lae-dark-bg .lae-module-16 .lae-entry-summary {
color: #686868; }
.lae-module-15 .lae-terms, .lae-module-16 .lae-terms {
font-style: italic; }
.lae-module-15 .lae-module-image:hover img, .lae-module-16 .lae-module-image:hover img {
-webkit-filter: none;
filter: none; }
.lae-module-15 .lae-module-image .lae-video-lightbox, .lae-module-16 .lae-module-image .lae-video-lightbox {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%; }
.rtl .lae-module-15 .lae-module-image .lae-video-lightbox, .rtl .lae-module-16 .lae-module-image .lae-video-lightbox {
left: auto;
right: 0; }
.lae-module-15 .lae-module-image .lae-video-lightbox i, .lae-module-16 .lae-module-image .lae-video-lightbox i {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: font-size 0.2s ease-in 0s;
transition: font-size 0.2s ease-in 0s;
font-size: 36px; }
.lae-module-15 .lae-module-image .lae-video-lightbox:before, .lae-module-15 .lae-module-image .lae-lightbox-item.lae-click-anywhere:before, .lae-module-16 .lae-module-image .lae-video-lightbox:before, .lae-module-16 .lae-module-image .lae-lightbox-item.lae-click-anywhere:before {
content: '';
position: absolute;
left: 0;
top: 0;
overflow: hidden;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.2);
-webkit-transition: background 0.4s ease-in-out 0s;
transition: background 0.4s ease-in-out 0s;
opacity: 1; }
.rtl .lae-module-15 .lae-module-image .lae-video-lightbox:before, .rtl .lae-module-15 .lae-module-image .lae-lightbox-item.lae-click-anywhere:before, .rtl .lae-module-16 .lae-module-image .lae-video-lightbox:before, .rtl .lae-module-16 .lae-module-image .lae-lightbox-item.lae-click-anywhere:before {
left: auto;
right: 0; }
.lae-module-15 .lae-module-image:hover .lae-video-lightbox:before, .lae-module-15 .lae-module-image:hover .lae-lightbox-item.lae-click-anywhere:before, .lae-module-16 .lae-module-image:hover .lae-video-lightbox:before, .lae-module-16 .lae-module-image:hover .lae-lightbox-item.lae-click-anywhere:before {
background: rgba(0, 0, 0, 0.5); }
.lae-module-15 .lae-module-image:hover .lae-video-lightbox i, .lae-module-16 .lae-module-image:hover .lae-video-lightbox i {
font-size: 38px; }
.lae-module-15 .lae-module-image .lae-video-lightbox:before, .lae-module-15 .lae-module-image .lae-lightbox-item.lae-click-anywhere:before, .lae-module-15 .lae-module-image .lae-post-link:after {
background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.8) 100%);
-webkit-transition: opacity 0.4s ease-in-out 0s;
transition: opacity 0.4s ease-in-out 0s;
opacity: 0.8; }
.lae-module-15 .lae-module-image:hover .lae-video-lightbox:before, .lae-module-15 .lae-module-image:hover .lae-lightbox-item.lae-click-anywhere:before, .lae-module-15 .lae-module-image:hover .lae-post-link:after {
background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.8) 100%);
opacity: 1; }
.lae-module-15 .lae-module-image .lae-lightbox-item.lae-click-icon i {
background: rgba(0, 0, 0, 0.3); }
.lae-module-15 .lae-module-image .lae-lightbox-item.lae-click-icon i:hover {
background: rgba(0, 0, 0, 0.5); }
.lae-module-15 .lae-module-image .lae-module-entry-text {
margin: 15px auto 0; }
.lae-module-15 .lae-module-image .lae-terms {
display: block;
position: absolute;
bottom: 0;
font-size: 13px;
font-style: normal;
line-height: 1;
color: #fff;
margin-right: 5px;
padding: 10px;
-webkit-transition: opacity 0.4s ease-in-out 0s;
transition: opacity 0.4s ease-in-out 0s;
opacity: 1; }
.rtl .lae-module-15 .lae-module-image .lae-terms {
margin: 0 0 0 5px; }
.lae-module-15 .lae-module-image:hover .lae-terms {
opacity: 0; }
.lae-video-type .lae-module .lae-module-image .lae-module-image-info {
opacity: 1; }
.lae-video-type .lae-module .lae-module-image .lae-module-image-info .lae-entry-title, .lae-video-type .lae-module .lae-module-image .lae-module-image-info .lae-terms {
opacity: 0;
-webkit-transition: opacity 0.4s ease-in-out 0s;
transition: opacity 0.4s ease-in-out 0s; }
.lae-video-type .lae-module .lae-module-image .lae-module-image-info .lae-entry-title {
padding: 0 0 10px;
font-size: 18px;
line-height: 26px; }
.lae-video-type .lae-module .lae-module-image .lae-module-image-info .lae-terms {
padding: 5px 0 5px;
font-size: 13px;
line-height: 26px; }
.lae-video-type .lae-module .lae-module-image:hover .lae-module-image-info .lae-entry-title, .lae-video-type .lae-module .lae-module-image:hover .lae-module-image-info .lae-terms {
opacity: 1; } .lae-module-17 .lae-entry-title, .lae-module-17 .lae-entry-summary, .lae-module-18 .lae-entry-title, .lae-module-18 .lae-entry-summary, .lae-module-19 .lae-entry-title, .lae-module-19 .lae-entry-summary, .lae-module-20 .lae-entry-title, .lae-module-20 .lae-entry-summary, .lae-module-21 .lae-entry-title, .lae-module-21 .lae-entry-summary, .lae-module-22 .lae-entry-title, .lae-module-22 .lae-entry-summary, .lae-module-23 .lae-entry-title, .lae-module-23 .lae-entry-summary, .lae-module-24 .lae-entry-title, .lae-module-24 .lae-entry-summary {
text-align: left;
max-width: none; }
.rtl .lae-module-17 .lae-entry-title, .rtl .lae-module-17 .lae-entry-summary, .rtl .lae-module-18 .lae-entry-title, .rtl .lae-module-18 .lae-entry-summary, .rtl .lae-module-19 .lae-entry-title, .rtl .lae-module-19 .lae-entry-summary, .rtl .lae-module-20 .lae-entry-title, .rtl .lae-module-20 .lae-entry-summary, .rtl .lae-module-21 .lae-entry-title, .rtl .lae-module-21 .lae-entry-summary, .rtl .lae-module-22 .lae-entry-title, .rtl .lae-module-22 .lae-entry-summary, .rtl .lae-module-23 .lae-entry-title, .rtl .lae-module-23 .lae-entry-summary, .rtl .lae-module-24 .lae-entry-title, .rtl .lae-module-24 .lae-entry-summary {
text-align: right; }
.lae-module-17 .lae-entry-title, .lae-module-18 .lae-entry-title, .lae-module-19 .lae-entry-title, .lae-module-20 .lae-entry-title, .lae-module-21 .lae-entry-title, .lae-module-22 .lae-entry-title, .lae-module-23 .lae-entry-title, .lae-module-24 .lae-entry-title {
font-size: 16px;
line-height: 24px;
font-weight: bolder;
color: #444; }
.lae-module-17 .lae-entry-summary, .lae-module-18 .lae-entry-summary, .lae-module-19 .lae-entry-summary, .lae-module-20 .lae-entry-summary, .lae-module-21 .lae-entry-summary, .lae-module-22 .lae-entry-summary, .lae-module-23 .lae-entry-summary, .lae-module-24 .lae-entry-summary {
margin: 15px 0 20px; }
.lae-module-17 .lae-module-meta, .lae-module-18 .lae-module-meta, .lae-module-19 .lae-module-meta, .lae-module-20 .lae-module-meta, .lae-module-21 .lae-module-meta, .lae-module-22 .lae-module-meta, .lae-module-23 .lae-module-meta, .lae-module-24 .lae-module-meta {
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: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 0 0 18px 0; }
.lae-module-17 .lae-module-meta span, .lae-module-18 .lae-module-meta span, .lae-module-19 .lae-module-meta span, .lae-module-20 .lae-module-meta span, .lae-module-21 .lae-module-meta span, .lae-module-22 .lae-module-meta span, .lae-module-23 .lae-module-meta span, .lae-module-24 .lae-module-meta span {
font-size: 12px;
line-height: 24px;
vertical-align: middle; }
.lae-module-17 .lae-module-meta span:after, .lae-module-18 .lae-module-meta span:after, .lae-module-19 .lae-module-meta span:after, .lae-module-20 .lae-module-meta span:after, .lae-module-21 .lae-module-meta span:after, .lae-module-22 .lae-module-meta span:after, .lae-module-23 .lae-module-meta span:after, .lae-module-24 .lae-module-meta span:after {
content: none; }
.lae-module-17 .lae-module-meta .lae-social-avatar, .lae-module-18 .lae-module-meta .lae-social-avatar, .lae-module-19 .lae-module-meta .lae-social-avatar, .lae-module-20 .lae-module-meta .lae-social-avatar, .lae-module-21 .lae-module-meta .lae-social-avatar, .lae-module-22 .lae-module-meta .lae-social-avatar, .lae-module-23 .lae-module-meta .lae-social-avatar, .lae-module-24 .lae-module-meta .lae-social-avatar {
line-height: 0; }
.lae-module-17 .lae-posted-date, .lae-module-18 .lae-posted-date, .lae-module-19 .lae-posted-date, .lae-module-20 .lae-posted-date, .lae-module-21 .lae-posted-date, .lae-module-22 .lae-posted-date, .lae-module-23 .lae-posted-date, .lae-module-24 .lae-posted-date {
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }
.lae-module-17 .lae-posted-date span, .lae-module-18 .lae-posted-date span, .lae-module-19 .lae-posted-date span, .lae-module-20 .lae-posted-date span, .lae-module-21 .lae-posted-date span, .lae-module-22 .lae-posted-date span, .lae-module-23 .lae-posted-date span, .lae-module-24 .lae-posted-date span {
font-size: 12px;
line-height: 1;
color: #999; }
.lae-module-17 .lae-posted-date:hover span, .lae-module-18 .lae-posted-date:hover span, .lae-module-19 .lae-posted-date:hover span, .lae-module-20 .lae-posted-date:hover span, .lae-module-21 .lae-posted-date:hover span, .lae-module-22 .lae-posted-date:hover span, .lae-module-23 .lae-posted-date:hover span, .lae-module-24 .lae-posted-date:hover span {
color: #777; }
.lae-module-17 .lae-avatar, .lae-module-18 .lae-avatar, .lae-module-19 .lae-avatar, .lae-module-20 .lae-avatar, .lae-module-21 .lae-avatar, .lae-module-22 .lae-avatar, .lae-module-23 .lae-avatar, .lae-module-24 .lae-avatar {
width: 24px;
height: 24px;
margin-right: 10px; }
.rtl .lae-module-17 .lae-avatar, .rtl .lae-module-18 .lae-avatar, .rtl .lae-module-19 .lae-avatar, .rtl .lae-module-20 .lae-avatar, .rtl .lae-module-21 .lae-avatar, .rtl .lae-module-22 .lae-avatar, .rtl .lae-module-23 .lae-avatar, .rtl .lae-module-24 .lae-avatar {
margin: 0 0 0 10px; }
.lae-module-17 .lae-module-image, .lae-module-18 .lae-module-image, .lae-module-19 .lae-module-image, .lae-module-20 .lae-module-image, .lae-module-21 .lae-module-image, .lae-module-22 .lae-module-image, .lae-module-23 .lae-module-image, .lae-module-24 .lae-module-image {
margin: 0 0 20px 0; }
.lae-module-17 .lae-module-details, .lae-module-18 .lae-module-details, .lae-module-19 .lae-module-details, .lae-module-20 .lae-module-details, .lae-module-21 .lae-module-details, .lae-module-22 .lae-module-details, .lae-module-23 .lae-module-details, .lae-module-24 .lae-module-details {
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: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.lae-module-17 .lae-module-details .lae-entry-retweets, .lae-module-17 .lae-module-details .lae-entry-likes, .lae-module-17 .lae-module-details .lae-entry-comments, .lae-module-17 .lae-module-details .lae-entry-views, .lae-module-18 .lae-module-details .lae-entry-retweets, .lae-module-18 .lae-module-details .lae-entry-likes, .lae-module-18 .lae-module-details .lae-entry-comments, .lae-module-18 .lae-module-details .lae-entry-views, .lae-module-19 .lae-module-details .lae-entry-retweets, .lae-module-19 .lae-module-details .lae-entry-likes, .lae-module-19 .lae-module-details .lae-entry-comments, .lae-module-19 .lae-module-details .lae-entry-views, .lae-module-20 .lae-module-details .lae-entry-retweets, .lae-module-20 .lae-module-details .lae-entry-likes, .lae-module-20 .lae-module-details .lae-entry-comments, .lae-module-20 .lae-module-details .lae-entry-views, .lae-module-21 .lae-module-details .lae-entry-retweets, .lae-module-21 .lae-module-details .lae-entry-likes, .lae-module-21 .lae-module-details .lae-entry-comments, .lae-module-21 .lae-module-details .lae-entry-views, .lae-module-22 .lae-module-details .lae-entry-retweets, .lae-module-22 .lae-module-details .lae-entry-likes, .lae-module-22 .lae-module-details .lae-entry-comments, .lae-module-22 .lae-module-details .lae-entry-views, .lae-module-23 .lae-module-details .lae-entry-retweets, .lae-module-23 .lae-module-details .lae-entry-likes, .lae-module-23 .lae-module-details .lae-entry-comments, .lae-module-23 .lae-module-details .lae-entry-views, .lae-module-24 .lae-module-details .lae-entry-retweets, .lae-module-24 .lae-module-details .lae-entry-likes, .lae-module-24 .lae-module-details .lae-entry-comments, .lae-module-24 .lae-module-details .lae-entry-views {
color: #666;
margin-right: 25px;
font-size: 12px;
line-height: 1; }
.lae-module-17 .lae-module-details .lae-entry-retweets i, .lae-module-17 .lae-module-details .lae-entry-likes i, .lae-module-17 .lae-module-details .lae-entry-comments i, .lae-module-17 .lae-module-details .lae-entry-views i, .lae-module-18 .lae-module-details .lae-entry-retweets i, .lae-module-18 .lae-module-details .lae-entry-likes i, .lae-module-18 .lae-module-details .lae-entry-comments i, .lae-module-18 .lae-module-details .lae-entry-views i, .lae-module-19 .lae-module-details .lae-entry-retweets i, .lae-module-19 .lae-module-details .lae-entry-likes i, .lae-module-19 .lae-module-details .lae-entry-comments i, .lae-module-19 .lae-module-details .lae-entry-views i, .lae-module-20 .lae-module-details .lae-entry-retweets i, .lae-module-20 .lae-module-details .lae-entry-likes i, .lae-module-20 .lae-module-details .lae-entry-comments i, .lae-module-20 .lae-module-details .lae-entry-views i, .lae-module-21 .lae-module-details .lae-entry-retweets i, .lae-module-21 .lae-module-details .lae-entry-likes i, .lae-module-21 .lae-module-details .lae-entry-comments i, .lae-module-21 .lae-module-details .lae-entry-views i, .lae-module-22 .lae-module-details .lae-entry-retweets i, .lae-module-22 .lae-module-details .lae-entry-likes i, .lae-module-22 .lae-module-details .lae-entry-comments i, .lae-module-22 .lae-module-details .lae-entry-views i, .lae-module-23 .lae-module-details .lae-entry-retweets i, .lae-module-23 .lae-module-details .lae-entry-likes i, .lae-module-23 .lae-module-details .lae-entry-comments i, .lae-module-23 .lae-module-details .lae-entry-views i, .lae-module-24 .lae-module-details .lae-entry-retweets i, .lae-module-24 .lae-module-details .lae-entry-likes i, .lae-module-24 .lae-module-details .lae-entry-comments i, .lae-module-24 .lae-module-details .lae-entry-views i {
font-size: 18px;
color: #929292;
margin-right: 6px;
vertical-align: middle; }
.lae-module-17 .lae-read-more, .lae-module-18 .lae-read-more, .lae-module-19 .lae-read-more, .lae-module-20 .lae-read-more, .lae-module-21 .lae-read-more, .lae-module-22 .lae-read-more, .lae-module-23 .lae-read-more, .lae-module-24 .lae-read-more {
margin-top: 0;
margin-left: auto; }
.rtl .lae-module-17 .lae-read-more, .rtl .lae-module-18 .lae-read-more, .rtl .lae-module-19 .lae-read-more, .rtl .lae-module-20 .lae-read-more, .rtl .lae-module-21 .lae-read-more, .rtl .lae-module-22 .lae-read-more, .rtl .lae-module-23 .lae-read-more, .rtl .lae-module-24 .lae-read-more {
margin-left: 0;
margin-right: auto; }
.lae-module-17 .lae-read-more a, .lae-module-18 .lae-read-more a, .lae-module-19 .lae-read-more a, .lae-module-20 .lae-read-more a, .lae-module-21 .lae-read-more a, .lae-module-22 .lae-read-more a, .lae-module-23 .lae-read-more a, .lae-module-24 .lae-read-more a {
color: #444; }
.lae-module-18 .lae-module-meta {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; }
.lae-module-18 .lae-module-meta span.lae-published:before {
content: '\00b7';
margin: 0 5px; }
.lae-module-19 .lae-module-meta {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start; }
.lae-module-19 .lae-module-meta .lae-avatar {
height: 48px;
width: 48px; }
.lae-module-19 .lae-module-meta span {
vertical-align: top; }
.lae-module-19 .lae-module-meta .lae-twitter-name {
font-size: 14px;
color: #333; }
.lae-module-19 .lae-module-meta .lae-twitter-username {
display: table;
font-size: 12px;
color: #999; }
.lae-module-19 .lae-module-details {
margin-top: 10px;
border-top: 1px solid #eeebeb;
padding-top: 15px; } .lae-tweet-fancybox-caption .lae-twitter-user .lae-author-username:before {
content: '\00B7';
padding: 0 5px; }
.lae-tweet-fancybox-caption .lae-tweet-text {
margin-top: 10px; } .lae-block-youtube-grid .lae-module, .lae-block-vimeo-grid .lae-module {
padding: 0; }
.lae-block-youtube-grid .lae-module .lae-module-entry-info, .lae-block-vimeo-grid .lae-module .lae-module-entry-info {
height: 100%; }
.lae-block-youtube-grid .lae-module .lae-module-entry-info .lae-video-lightbox, .lae-block-vimeo-grid .lae-module .lae-module-entry-info .lae-video-lightbox {
height: 100%; }
.lae-block-youtube-grid .lae-module .lae-module-entry-info .lae-video-lightbox i, .lae-block-vimeo-grid .lae-module .lae-module-entry-info .lae-video-lightbox i {
top: 50%;
position: absolute;
left: 0;
right: 0;
margin: 0 auto;
-webkit-transform: translateY(-50%);
transform: translateY(-50%); }
.lae-block-youtube-grid .lae-module .lae-youtube-channel span, .lae-block-youtube-grid .lae-module .lae-vimeo-channel span, .lae-block-youtube-grid .lae-module .lae-posted-date span, .lae-block-vimeo-grid .lae-module .lae-youtube-channel span, .lae-block-vimeo-grid .lae-module .lae-vimeo-channel span, .lae-block-vimeo-grid .lae-module .lae-posted-date span {
-webkit-transition: color 0.3s ease-in-out 0s;
transition: color 0.3s ease-in-out 0s; }
.lae-block-youtube-grid .lae-module .lae-module-image, .lae-block-vimeo-grid .lae-module .lae-module-image {
overflow: hidden; }
.lae-block-youtube-grid .lae-module .lae-module-image .lae-module-image-info, .lae-block-vimeo-grid .lae-module .lae-module-image .lae-module-image-info {
opacity: 1; }
.lae-block-youtube-grid .lae-module .lae-module-image .lae-entry-title, .lae-block-vimeo-grid .lae-module .lae-module-image .lae-entry-title {
opacity: 0;
font-size: 16px;
line-height: 24px;
text-align: center;
position: absolute;
bottom: 50%;
-webkit-transform: translateY(-23px);
transform: translateY(-23px);
width: 300px;
max-width: 100%;
margin: 0 auto;
left: 0;
right: 0;
-webkit-transition: opacity 0.3s ease-in-out 0s;
transition: opacity 0.3s ease-in-out 0s; }
.lae-block-youtube-grid .lae-module .lae-module-image .lae-entry-title a, .lae-block-vimeo-grid .lae-module .lae-module-image .lae-entry-title a {
color: #fff; }
.lae-block-youtube-grid .lae-module .lae-module-image .lae-entry-title:hover a, .lae-block-vimeo-grid .lae-module .lae-module-image .lae-entry-title:hover a {
text-decoration: underline; }
.lae-block-youtube-grid .lae-module .lae-module-image:hover .lae-entry-title, .lae-block-vimeo-grid .lae-module .lae-module-image:hover .lae-entry-title {
opacity: 1;
z-index: 1; }
.lae-block-youtube-grid .lae-module .lae-module-image:hover img, .lae-block-vimeo-grid .lae-module .lae-module-image:hover img {
-webkit-filter: brightness(50%);
filter: brightness(50%); }
.lae-block-youtube-grid .lae-module .lae-entry-duration, .lae-block-vimeo-grid .lae-module .lae-entry-duration {
position: absolute;
bottom: 0;
right: 0;
margin: 4px;
color: #FFFFFF;
background-color: rgba(0, 0, 0, 0.8);
padding: 4px;
border-radius: 2px;
letter-spacing: .5px;
font-size: 12px;
line-height: 1; }
.lae-block-youtube-grid .lae-module .lae-terms, .lae-block-vimeo-grid .lae-module .lae-terms {
text-align: left; }
.lae-block-youtube-grid .lae-module .lae-terms a, .lae-block-vimeo-grid .lae-module .lae-terms a {
font-style: italic;
font-size: 13px;
line-height: 20px;
color: #888;
-webkit-transition: color 0.3s ease-in-out 0s;
transition: color 0.3s ease-in-out 0s; }
.lae-block-youtube-grid .lae-module .lae-terms a:hover, .lae-block-vimeo-grid .lae-module .lae-terms a:hover {
color: #555; }
.lae-block-youtube-grid .lae-module .lae-terms a:not(:first-child):before, .lae-block-vimeo-grid .lae-module .lae-terms a:not(:first-child):before {
content: ',';
margin-right: 3px; }
.lae-block-youtube-grid .lae-module-20 .lae-terms, .lae-block-vimeo-grid .lae-module-20 .lae-terms {
margin: 0 0 5px 0; }
.lae-block-youtube-grid .lae-module-21 .lae-module-image, .lae-block-vimeo-grid .lae-module-21 .lae-module-image {
margin: 0; }
.lae-block-youtube-grid .lae-module-21 .lae-module-entry-details, .lae-block-vimeo-grid .lae-module-21 .lae-module-entry-details {
padding: 20px;
background: #f5f5f5;
margin: 0;
border-radius: 0 0 6px 6px; }
.lae-block-youtube-grid .lae-module-21 .lae-module-entry-details .lae-module-meta, .lae-block-vimeo-grid .lae-module-21 .lae-module-entry-details .lae-module-meta {
margin-bottom: 10px; }
.lae-block-youtube-grid .lae-module-21 .lae-module-entry-details .lae-module-meta span, .lae-block-vimeo-grid .lae-module-21 .lae-module-entry-details .lae-module-meta span {
color: #666; }
.lae-block-youtube-grid .lae-module-21 .lae-module-entry-details .lae-entry-summary, .lae-block-vimeo-grid .lae-module-21 .lae-module-entry-details .lae-entry-summary {
color: #888;
margin: 10px 0 20px; }
.lae-block-youtube-grid .lae-module .lae-module-image { }
.lae-block-youtube-grid .lae-module .lae-module-image img {
margin: -10% 0; } .lae-youtube-channel-data {
padding: 35px;
background: #f5f5f5;
border-radius: 0 0 5px 5px;
margin-bottom: 10px; }
.lae-youtube-channel-data .lae-youtube-channel-details {
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;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
margin-bottom: 20px; }
.lae-youtube-channel-data .lae-youtube-channel-details .lae-youtube-channel-logo {
margin-right: 20px;
width: 80px;
height: 80px; }
@media only screen and (max-width: 767px) {
.lae-youtube-channel-data .lae-youtube-channel-details .lae-youtube-channel-logo {
margin-right: 15px;
width: 64px;
height: 64px; } }
.lae-youtube-channel-data .lae-youtube-channel-details .lae-youtube-channel-info {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1; }
.lae-youtube-channel-data .lae-youtube-channel-details .lae-youtube-channel-stats span {
color: #777; }
.lae-youtube-channel-data .lae-youtube-channel-details .lae-youtube-channel-stats span:not(:first-child):before {
content: ', '; }
.lae-youtube-channel-data .lae-youtube-channel-details .lae-youtube-channel-title {
font-size: 18px;
line-height: 26px;
font-weight: bolder; }
.lae-youtube-channel-data .lae-youtube-channel-details .lae-youtube-channel-desc {
color: #777;
margin: 0; }
@media only screen and (max-width: 640px) {
.lae-youtube-channel-data .lae-youtube-channel-details .lae-youtube-subscribe {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
margin-top: 10px; } }
@media only screen and (max-width: 960px) {
.lae-youtube-channel-data {
padding: 20px; } }
@media only screen and (max-width: 767px) {
.lae-youtube-channel-data {
padding: 20px 15px; } } .lae-vimeo-channel-data, .lae-instagram-user-data {
padding: 35px;
background: #f5f5f5;
border-radius: 10px;
margin-bottom: 10px; }
.lae-vimeo-channel-data .lae-vimeo-channel-details, .lae-vimeo-channel-data .lae-instagram-user-details, .lae-instagram-user-data .lae-vimeo-channel-details, .lae-instagram-user-data .lae-instagram-user-details {
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: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 20px; }
.lae-vimeo-channel-data .lae-vimeo-channel-details .lae-vimeo-channel-logo, .lae-vimeo-channel-data .lae-vimeo-channel-details .lae-instagram-user-logo, .lae-vimeo-channel-data .lae-instagram-user-details .lae-vimeo-channel-logo, .lae-vimeo-channel-data .lae-instagram-user-details .lae-instagram-user-logo, .lae-instagram-user-data .lae-vimeo-channel-details .lae-vimeo-channel-logo, .lae-instagram-user-data .lae-vimeo-channel-details .lae-instagram-user-logo, .lae-instagram-user-data .lae-instagram-user-details .lae-vimeo-channel-logo, .lae-instagram-user-data .lae-instagram-user-details .lae-instagram-user-logo {
margin-right: 20px;
width: 96px;
height: 96px;
min-width: 96px; }
@media only screen and (max-width: 767px) {
.lae-vimeo-channel-data .lae-vimeo-channel-details .lae-vimeo-channel-logo, .lae-vimeo-channel-data .lae-vimeo-channel-details .lae-instagram-user-logo, .lae-vimeo-channel-data .lae-instagram-user-details .lae-vimeo-channel-logo, .lae-vimeo-channel-data .lae-instagram-user-details .lae-instagram-user-logo, .lae-instagram-user-data .lae-vimeo-channel-details .lae-vimeo-channel-logo, .lae-instagram-user-data .lae-vimeo-channel-details .lae-instagram-user-logo, .lae-instagram-user-data .lae-instagram-user-details .lae-vimeo-channel-logo, .lae-instagram-user-data .lae-instagram-user-details .lae-instagram-user-logo {
margin-right: 15px; } }
.lae-vimeo-channel-data .lae-vimeo-channel-details .lae-vimeo-channel-info, .lae-vimeo-channel-data .lae-vimeo-channel-details .lae-instagram-user-info, .lae-vimeo-channel-data .lae-instagram-user-details .lae-vimeo-channel-info, .lae-vimeo-channel-data .lae-instagram-user-details .lae-instagram-user-info, .lae-instagram-user-data .lae-vimeo-channel-details .lae-vimeo-channel-info, .lae-instagram-user-data .lae-vimeo-channel-details .lae-instagram-user-info, .lae-instagram-user-data .lae-instagram-user-details .lae-vimeo-channel-info, .lae-instagram-user-data .lae-instagram-user-details .lae-instagram-user-info {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1; }
.lae-vimeo-channel-data .lae-vimeo-channel-details .lae-vimeo-channel-stats, .lae-vimeo-channel-data .lae-vimeo-channel-details .lae-instagram-user-stats, .lae-vimeo-channel-data .lae-instagram-user-details .lae-vimeo-channel-stats, .lae-vimeo-channel-data .lae-instagram-user-details .lae-instagram-user-stats, .lae-instagram-user-data .lae-vimeo-channel-details .lae-vimeo-channel-stats, .lae-instagram-user-data .lae-vimeo-channel-details .lae-instagram-user-stats, .lae-instagram-user-data .lae-instagram-user-details .lae-vimeo-channel-stats, .lae-instagram-user-data .lae-instagram-user-details .lae-instagram-user-stats {
font-size: 0; }
.lae-vimeo-channel-data .lae-vimeo-channel-details .lae-vimeo-channel-stats span, .lae-vimeo-channel-data .lae-vimeo-channel-details .lae-instagram-user-stats span, .lae-vimeo-channel-data .lae-instagram-user-details .lae-vimeo-channel-stats span, .lae-vimeo-channel-data .lae-instagram-user-details .lae-instagram-user-stats span, .lae-instagram-user-data .lae-vimeo-channel-details .lae-vimeo-channel-stats span, .lae-instagram-user-data .lae-vimeo-channel-details .lae-instagram-user-stats span, .lae-instagram-user-data .lae-instagram-user-details .lae-vimeo-channel-stats span, .lae-instagram-user-data .lae-instagram-user-details .lae-instagram-user-stats span {
color: #333;
font-size: 15px;
line-height: 28px; }
@media only screen and (max-width: 767px) {
.lae-vimeo-channel-data .lae-vimeo-channel-details .lae-vimeo-channel-stats span, .lae-vimeo-channel-data .lae-vimeo-channel-details .lae-instagram-user-stats span, .lae-vimeo-channel-data .lae-instagram-user-details .lae-vimeo-channel-stats span, .lae-vimeo-channel-data .lae-instagram-user-details .lae-instagram-user-stats span, .lae-instagram-user-data .lae-vimeo-channel-details .lae-vimeo-channel-stats span, .lae-instagram-user-data .lae-vimeo-channel-details .lae-instagram-user-stats span, .lae-instagram-user-data .lae-instagram-user-details .lae-vimeo-channel-stats span, .lae-instagram-user-data .lae-instagram-user-details .lae-instagram-user-stats span {
font-size: 13px;
line-height: 20px; } }
.lae-vimeo-channel-data .lae-vimeo-channel-details .lae-vimeo-channel-stats span:not(:first-child):before, .lae-vimeo-channel-data .lae-vimeo-channel-details .lae-instagram-user-stats span:not(:first-child):before, .lae-vimeo-channel-data .lae-instagram-user-details .lae-vimeo-channel-stats span:not(:first-child):before, .lae-vimeo-channel-data .lae-instagram-user-details .lae-instagram-user-stats span:not(:first-child):before, .lae-instagram-user-data .lae-vimeo-channel-details .lae-vimeo-channel-stats span:not(:first-child):before, .lae-instagram-user-data .lae-vimeo-channel-details .lae-instagram-user-stats span:not(:first-child):before, .lae-instagram-user-data .lae-instagram-user-details .lae-vimeo-channel-stats span:not(:first-child):before, .lae-instagram-user-data .lae-instagram-user-details .lae-instagram-user-stats span:not(:first-child):before {
content: '|';
padding: 0 8px;
color: #999;
font-size: 10px; }
@media only screen and (max-width: 767px) {
.lae-vimeo-channel-data .lae-vimeo-channel-details .lae-vimeo-channel-stats span:not(:first-child):before, .lae-vimeo-channel-data .lae-vimeo-channel-details .lae-instagram-user-stats span:not(:first-child):before, .lae-vimeo-channel-data .lae-instagram-user-details .lae-vimeo-channel-stats span:not(:first-child):before, .lae-vimeo-channel-data .lae-instagram-user-details .lae-instagram-user-stats span:not(:first-child):before, .lae-instagram-user-data .lae-vimeo-channel-details .lae-vimeo-channel-stats span:not(:first-child):before, .lae-instagram-user-data .lae-vimeo-channel-details .lae-instagram-user-stats span:not(:first-child):before, .lae-instagram-user-data .lae-instagram-user-details .lae-vimeo-channel-stats span:not(:first-child):before, .lae-instagram-user-data .lae-instagram-user-details .lae-instagram-user-stats span:not(:first-child):before {
padding: 0 4px; } }
.lae-vimeo-channel-data .lae-vimeo-channel-details .lae-vimeo-channel-website, .lae-vimeo-channel-data .lae-vimeo-channel-details .lae-instagram-user-website, .lae-vimeo-channel-data .lae-instagram-user-details .lae-vimeo-channel-website, .lae-vimeo-channel-data .lae-instagram-user-details .lae-instagram-user-website, .lae-instagram-user-data .lae-vimeo-channel-details .lae-vimeo-channel-website, .lae-instagram-user-data .lae-vimeo-channel-details .lae-instagram-user-website, .lae-instagram-user-data .lae-instagram-user-details .lae-vimeo-channel-website, .lae-instagram-user-data .lae-instagram-user-details .lae-instagram-user-website {
font-size: 14px;
line-height: 1;
color: #777;
margin-left: 5px;
-webkit-transition: color 0.3s ease-in-out 0s;
transition: color 0.3s ease-in-out 0s; }
.lae-vimeo-channel-data .lae-vimeo-channel-details .lae-vimeo-channel-website:hover, .lae-vimeo-channel-data .lae-vimeo-channel-details .lae-instagram-user-website:hover, .lae-vimeo-channel-data .lae-instagram-user-details .lae-vimeo-channel-website:hover, .lae-vimeo-channel-data .lae-instagram-user-details .lae-instagram-user-website:hover, .lae-instagram-user-data .lae-vimeo-channel-details .lae-vimeo-channel-website:hover, .lae-instagram-user-data .lae-vimeo-channel-details .lae-instagram-user-website:hover, .lae-instagram-user-data .lae-instagram-user-details .lae-vimeo-channel-website:hover, .lae-instagram-user-data .lae-instagram-user-details .lae-instagram-user-website:hover {
color: #333; }
.lae-vimeo-channel-data .lae-vimeo-channel-details .lae-instagram-username, .lae-vimeo-channel-data .lae-instagram-user-details .lae-instagram-username, .lae-instagram-user-data .lae-vimeo-channel-details .lae-instagram-username, .lae-instagram-user-data .lae-instagram-user-details .lae-instagram-username {
display: block; }
.lae-vimeo-channel-data .lae-vimeo-channel-details .lae-vimeo-channel-location, .lae-vimeo-channel-data .lae-instagram-user-details .lae-vimeo-channel-location, .lae-instagram-user-data .lae-vimeo-channel-details .lae-vimeo-channel-location, .lae-instagram-user-data .lae-instagram-user-details .lae-vimeo-channel-location {
color: #666; }
.lae-vimeo-channel-data .lae-vimeo-channel-details .lae-vimeo-channel-title, .lae-vimeo-channel-data .lae-vimeo-channel-details .lae-instagram-user-title, .lae-vimeo-channel-data .lae-instagram-user-details .lae-vimeo-channel-title, .lae-vimeo-channel-data .lae-instagram-user-details .lae-instagram-user-title, .lae-instagram-user-data .lae-vimeo-channel-details .lae-vimeo-channel-title, .lae-instagram-user-data .lae-vimeo-channel-details .lae-instagram-user-title, .lae-instagram-user-data .lae-instagram-user-details .lae-vimeo-channel-title, .lae-instagram-user-data .lae-instagram-user-details .lae-instagram-user-title {
font-size: 18px;
line-height: 26px;
font-weight: bolder; }
.lae-vimeo-channel-data .lae-vimeo-channel-details .lae-vimeo-channel-title, .lae-vimeo-channel-data .lae-vimeo-channel-details .lae-instagram-user-title, .lae-vimeo-channel-data .lae-instagram-user-details .lae-vimeo-channel-title, .lae-vimeo-channel-data .lae-instagram-user-details .lae-instagram-user-title, .lae-instagram-user-data .lae-vimeo-channel-details .lae-vimeo-channel-title, .lae-instagram-user-data .lae-vimeo-channel-details .lae-instagram-user-title, .lae-instagram-user-data .lae-instagram-user-details .lae-vimeo-channel-title, .lae-instagram-user-data .lae-instagram-user-details .lae-instagram-user-title {
font-size: 18px;
line-height: 26px;
font-weight: bolder; }
.lae-vimeo-channel-data .lae-vimeo-channel-desc, .lae-vimeo-channel-data .lae-instagram-user-desc, .lae-instagram-user-data .lae-vimeo-channel-desc, .lae-instagram-user-data .lae-instagram-user-desc {
color: #777;
margin: 0; }
@media only screen and (max-width: 960px) {
.lae-vimeo-channel-data, .lae-instagram-user-data {
padding: 20px; } }
@media only screen and (max-width: 767px) {
.lae-vimeo-channel-data, .lae-instagram-user-data {
padding: 20px 15px; } } .lae-block-instagram-grid .lae-module .lae-module-image .lae-lightbox-item i {
font-size: 28px; }
.lae-block-instagram-grid .lae-module .lae-module-image .lae-lightbox-item.lae-click-anywhere {
z-index: 1; }
.lae-block-instagram-grid .lae-module .lae-module-image .lae-video-lightbox {
height: 100%; }
.lae-block-instagram-grid .lae-module .lae-module-image .lae-video-lightbox i {
-webkit-transition: font-size 0.2s ease-in-out 0s;
transition: font-size 0.2s ease-in-out 0s; }
.lae-block-instagram-grid .lae-module .lae-module-image .lae-video-lightbox:hover i {
font-size: 36px; }
.lae-block-instagram-grid .lae-module .lae-module-image .lae-video-lightbox.lae-click-anywhere {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 1; }
.lae-block-instagram-grid .lae-module .lae-module-image .lae-module-entry-info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.lae-block-instagram-grid .lae-module .lae-module-image .lae-module-entry-info .lae-entry-retweets, .lae-block-instagram-grid .lae-module .lae-module-image .lae-module-entry-info .lae-entry-likes, .lae-block-instagram-grid .lae-module .lae-module-image .lae-module-entry-info .lae-entry-comments, .lae-block-instagram-grid .lae-module .lae-module-image .lae-module-entry-info .lae-entry-views {
color: #fefefe;
margin-right: 25px;
font-size: 18px;
line-height: 1;
font-weight: bold; }
.lae-block-instagram-grid .lae-module .lae-module-image .lae-module-entry-info .lae-entry-retweets i, .lae-block-instagram-grid .lae-module .lae-module-image .lae-module-entry-info .lae-entry-likes i, .lae-block-instagram-grid .lae-module .lae-module-image .lae-module-entry-info .lae-entry-comments i, .lae-block-instagram-grid .lae-module .lae-module-image .lae-module-entry-info .lae-entry-views i {
font-size: 20px;
color: #ededed;
margin-right: 6px;
vertical-align: middle; }
.lae-module-22 .lae-module-image .lae-video-lightbox i, .lae-module-24 .lae-module-image .lae-video-lightbox i {
top: 50%;
position: absolute;
left: 0;
right: 0;
margin: 0 auto;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
text-align: center; } .lae-module-23 {
padding: 0; }
.lae-module-23 .lae-module-image {
margin: 0; }
.lae-module-23 .lae-module-image .lae-video-lightbox i {
position: absolute;
top: 0;
right: 0;
left: auto;
-webkit-transform: none;
transform: none;
padding: 10px; }
.lae-module-24 {
background: #FFFFFF;
-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
-webkit-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
padding: 0; }
.lae-module-24:hover {
-webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.2); }
.lae-module-24 .lae-module-image {
margin: 0; }
.lae-module-24 .lae-module-entry-details {
background: #ffffff;
padding: 25px 20px; }  .yith-wcwl-add-to-wishlist {
position: absolute;
top: 20px;
right: 18px;
height: 16px;
width: 16px;
margin: 0;
padding: 0; }
.yith-wcwl-add-button img {
display: none; }
.yith-wcwl-wishlistaddedbrowse:before, .yith-wcwl-wishlistexistsbrowse:before {
content: "\f004";
font-family: FontAwesome;
font-size: 18px;
font-style: normal;
font-weight: 400;
text-align: center;
height: 29px;
line-height: 29px; }
.add_to_wishlist:before {
content: "\f08a";
font-family: FontAwesome;
font-size: 16px;
font-style: normal;
font-weight: 400;
text-align: center;
height: 29px;
line-height: 29px; }
.yith-wcwl-wishlistaddedbrowse, .yith-wcwl-wishlistexistsbrowse {
color: #f94213; }
.yith-wcwl-add-to-wishlist > * {
display: none;
font-size: 0; }
.yith-wcwl-add-to-wishlist a {
color: #f94213; }
.yith-wcwl-add-to-wishlist a, .yith-wcwl-add-to-wishlist .yith-wcwl-add-button, .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse, .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse, .yith-wcwl-add-to-wishlist *:before {
position: absolute;
overflow: hidden;
display: block;
z-index: 0;
width: 17px;
height: 17px;
top: 0;
left: 0;
font-size: 0;
line-height: 0;
padding: 0;
text-align: center;
line-height: 17px; }
.yith-wcwl-add-to-wishlist *:before {
font-size: 15px; }
.lae-block-woocommerce-grid .lae-module .lae-module-image:hover .lae-item-on-sale span.onsale {
-webkit-filter: brightness(0.8);
filter: brightness(0.8); }
.lae-block-woocommerce-grid .lae-module .lae-module-image:hover .lae-post-link:after {
opacity: 0.5; }
.lae-block-woocommerce-grid .lae-entry-title, .lae-block-woocommerce-grid .entry-title {
font-size: 16px;
line-height: 24px; }
.lae-block-woocommerce-grid .lae-item-on-sale span.onsale {
position: absolute;
top: 20px;
left: 20px;
background-color: #f94213;
color: #fff;
padding: 8px 12px;
text-transform: uppercase;
font-size: 11px;
line-height: 1;
font-weight: 600;
letter-spacing: 0.4px;
z-index: 9;
-webkit-transition: all 0.4s ease-in-out 0s;
transition: all 0.4s ease-in-out 0s;
border-radius: 0;
min-height: 10px;
min-width: 10px; }
.lae-block-woocommerce-grid .lae-item-price .amount {
color: #9a2a0d;
font-size: 15px;
line-height: 1; }
.lae-block-woocommerce-grid .lae-item-price ins {
text-decoration: none;
background: none; }
.lae-block-woocommerce-grid .lae-item-price del .amount {
color: #aaa; }
.lae-block-woocommerce-grid .lae-item-cart-button .button {
margin: 15px 0 0 0;
display: inline-block;
font-family: inherit;
background: none;
color: #343232;
border: 2px solid #b4b4b4;
font-size: 11px;
line-height: 1;
letter-spacing: 1px;
font-weight: 600;
text-transform: uppercase;
padding: 10px 14px;
border: 1px solid #b4b4b4;
cursor: pointer;
text-align: center;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }
.lae-block-woocommerce-grid .lae-item-cart-button .button:hover {
color: #fff;
border-color: #f94213;
background: #f94213; }
.lae-block-woocommerce-grid .star-rating {
float: none;
margin-bottom: 10px; }
.lae-block-woocommerce-grid .star-rating::before {
color: #bbb; }
.lae-block-woocommerce-grid .star-rating span::before {
color: #f9ca63; }
.lae-block-woocommerce-grid .lae-quick-view {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
padding: 10px 0;
text-align: center;
text-decoration: none;
background-color: rgba(0, 0, 0, 0.6);
color: #fff;
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.4px;
opacity: 0;
visibility: hidden;
z-index: 12;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }
.lae-block-woocommerce-grid .lae-module:hover .lae-quick-view {
opacity: 1;
visibility: visible; }
.lae-block-woocommerce-grid .lae-quick-view:hover {
background-color: rgba(0, 0, 0, 0.8);
color: #fff; }
.lae-block-woocommerce-grid .lae-quick-view i {
display: inline-block;
font-size: 16px;
font-weight: 600;
margin-right: 6px;
line-height: 1;
vertical-align: middle;
margin-top: -3px; }
.lae-block-woocommerce-grid-1 .lae-module .lae-module-entry-text {
text-align: center; }
.lae-block-woocommerce-grid-1 .lae-module .lae-item-rating .star-rating {
margin: 0 auto 10px; }
.lae-block-woocommerce-grid-2 .lae-module .lae-module-entry-text {
text-align: left; }
.lae-block-woocommerce-grid-2 .lae-module .lae-item-rating .star-rating {
margin: 0 0 10px; }
.lae-block-woocommerce-grid-2 .lae-module .lae-item-cart-button .button {
border-radius: 0; } #lae-qv-content {
position: relative;
background-color: #fff;
max-width: 875px; }
#lae-qv-content .lae-qv-images {
position: relative; }
#lae-qv-content .lae-qv-slides,
#lae-qv-content .lae-qv-slides li,
#lae-qv-content .flex-control-nav,
#lae-qv-content .flex-direction-nav {
margin: 0;
padding: 0;
list-style: none; }
#lae-qv-content .lae-qv-slides {
display: inline-block;
vertical-align: top; }
#lae-qv-content .summary {
padding: 0 0 0 25px;
margin: 0; }
#lae-qv-content .flex-viewport {
float: none;
width: 100%; }
#lae-qv-content img {
display: block;
width: 100%;
height: auto; }
#lae-qv-content .flex-control-nav {
position: absolute;
bottom: 10px;
width: 100%;
text-align: center; }
#lae-qv-content .flex-control-nav li {
display: inline-block;
position: relative;
margin: 0 5px;
line-height: 1;
z-index: 10; }
#lae-qv-content .flex-control-nav li a {
display: inline-block;
width: 12px;
height: 12px;
border: 3px solid #111;
opacity: 0.4;
text-indent: -9999px;
cursor: pointer;
border-radius: 50%; }
#lae-qv-content .flex-control-nav li a:hover {
opacity: 0.7; }
#lae-qv-content .flex-control-nav li a.flex-active {
background: rgba(0, 0, 0, 0.9);
cursor: default; }
#lae-qv-content .flex-direction-nav a {
position: absolute;
top: 50%;
width: 30px;
height: 30px;
margin-top: -15px;
color: rgba(0, 0, 0, 0.8);
opacity: 0;
overflow: hidden;
cursor: pointer;
z-index: 10; }
#lae-qv-content .flex-direction-nav a:before {
display: inline-block;
font: normal normal 900 30px/1 'FontAwesome';
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
#lae-qv-content .flex-direction-nav a.flex-next, #lae-qv-content .flex-direction-nav a.flex-prev {
background: none; }
#lae-qv-content .flex-direction-nav a.flex-prev {
left: -50px;
text-align: right; }
#lae-qv-content .flex-direction-nav a.flex-prev:before {
content: '\f104'; }
#lae-qv-content .flex-direction-nav a.flex-next {
right: -50px; }
#lae-qv-content .flex-direction-nav a.flex-next:before {
content: '\f105'; }
#lae-qv-content .lae-qv-images:hover .flex-direction-nav a.flex-prev {
opacity: .8;
left: 10px; }
#lae-qv-content .lae-qv-images:hover .flex-direction-nav a.flex-next {
opacity: .8;
right: 10px; }
#lae-qv-content .product {
margin: 0; }
#lae-qv-content .product .onsale {
background-color: #f94213;
color: #fff;
position: absolute;
top: 20px;
left: 20px;
display: inline-block;
padding: 8px 10px;
font-size: 12px;
line-height: 1;
text-transform: uppercase;
font-weight: normal;
z-index: 10;
border-radius: 0;
min-height: 10px;
min-width: 10px; }
#lae-qv-content .product .images {
margin-bottom: 20px; }
#lae-qv-content .product .product_title {
font-size: 24px;
line-height: 32px;
margin-bottom: 20px; }
#lae-qv-content .product .woocommerce-product-rating {
margin-bottom: 15px; }
#lae-qv-content .product .star-rating {
float: none; }
#lae-qv-content .product .star-rating::before {
color: #bbb; }
#lae-qv-content .product .star-rating span::before {
color: #f9ca63; }
#lae-qv-content .product p.price, #lae-qv-content .product span.price {
display: block;
clear: both;
font-size: 24px;
line-height: 32px;
font-weight: normal;
margin-bottom: 20px;
color: #f94213; }
#lae-qv-content .product .summary p.price del, #lae-qv-content .product .summary p.price ins {
background: none; }
#lae-qv-content .product .summary p.price del, #lae-qv-content .product .summary p.price del span {
font-size: 18px;
line-height: 32px;
color: #999; }
#lae-qv-content .product .summary p.price ins, #lae-qv-content .product .summary p.price ins span {
font-size: 24px;
line-height: 32px;
color: #f94213; }
#lae-qv-content .product form.cart input {
padding: 10px; }
#lae-qv-content .product form.cart input, #lae-qv-content .product form.cart .button {
font-size: 14px;
line-height: 1;
font-weight: 600; }
#lae-qv-content .product form.cart .variations {
table-layout: auto; }
#lae-qv-content .product form.cart .variations select, #lae-qv-content .product form.cart .variations label {
text-transform: capitalize;
font-size: 16px;
line-height: 1; }
#lae-qv-content .product form.cart .button {
padding: 12px 20px;
background: #f94213;
color: #fff;
-webkit-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s; }
#lae-qv-content .product form.cart .button:hover {
background: #4b4b4b; }
#lae-qv-content .product .woocommerce-product-details__short-description, #lae-qv-content .product .woocommerce-variation-description {
font-size: 15px;
line-height: 22px; }
#lae-qv-content .product .product_meta {
clear: both;
font-size: 13px;
line-height: 22px;
border-top: 1px solid;
border-bottom: 1px solid;
margin-top: -1px;
padding: 12px 0;
color: #787878;
margin-top: 30px;
border-color: #eaeaea; }
#lae-qv-content .product .product_meta span {
display: block; }
#lae-qv-content .product .product_meta span.sku {
display: inline; }
#lae-qv-content .product .product_meta .posted_in {
color: #333;
font-weight: 600; }
#lae-qv-content .product .product_meta .posted_in a {
color: #ababab;
font-weight: 400;
text-decoration: none; }
#lae-qv-content .product .product_meta .posted_in a:hover {
color: #f94213; }
#lae-qv-content .product .product_meta .tagged_as {
color: #333;
font-weight: 600; }
#lae-qv-content .product .product_meta .tagged_as a {
color: #ababab;
font-weight: 400; }
#lae-qv-content .product .product_meta .tagged_as a:hover {
color: #13aff0; }
#lae-qv-content .product .sku_wrapper {
color: #333;
font-weight: 600; }
#lae-qv-content .product .sku_wrapper span {
display: inline;
color: #555;
font-weight: 400; }
#lae-qv-content select {
padding: 0 12px; }
#lae-qv-content a.woocommerce-review-link {
display: none; }
 .lae-team-members {
clear: both; }
.lae-team-members .lae-team-member .lae-social-list {
margin-top: 20px; }
.lae-team-members .lae-team-member .lae-social-list .lae-social-list-item {
display: inline;
margin: 0 15px 0 0; }
.lae-team-members .lae-team-member .lae-social-list .lae-social-list-item i {
color: #999;
-webkit-transition: color .3s ease-in-out 0s;
transition: color .3s ease-in-out 0s; }
.lae-team-members .lae-team-member .lae-social-list .lae-social-list-item i:hover {
color: #666; }
.lae-team-members .lae-team-member .lae-team-member-details {
font-size: 15px;
line-height: 24px; }
.lae-team-members .lae-team-member .lae-team-member-text .lae-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; }
.lae-team-members .lae-team-member .lae-team-member-text .lae-title-link .lae-title {
-webkit-transition: color .4s ease-in-out 0s;
transition: color .4s ease-in-out 0s; }
.lae-team-members .lae-team-member .lae-team-member-text .lae-title-link:hover .lae-title {
color: #666; }
.lae-team-members .lae-team-member .lae-team-member-text .lae-team-member-position {
font-size: 15px;
line-height: 24px;
font-style: italic;
color: #888;
margin-bottom: 10px; } .lae-team-members-style1 .lae-team-member-wrapper {
float: left;
padding: 10px; }
.lae-team-members-style1 .lae-team-member {
max-width: 320px;
margin: 0 auto 40px; }
.lae-team-members-style1 .lae-team-member .lae-image-wrapper {
text-align: center;
position: relative; }
.lae-team-members-style1 .lae-team-member .lae-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; }
.lae-team-members-style1 .lae-team-member .lae-image-wrapper .lae-social-list {
position: absolute;
width: 100%;
top: 40%;
z-index: 2; }
@media only screen and (max-width: 767px) {
.lae-team-members-style1 .lae-team-member .lae-image-wrapper .lae-social-list {
position: relative;
top: 0; } }
.lae-team-members-style1 .lae-team-member .lae-image-wrapper .lae-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; }
.lae-team-members-style1 .lae-team-member .lae-image-wrapper .lae-social-list i:hover {
color: #ccc; }
@media only screen and (max-width: 767px) {
.lae-team-members-style1 .lae-team-member .lae-image-wrapper .lae-social-list i {
color: #999;
opacity: 1; }
.lae-dark-bg .lae-team-members-style1 .lae-team-member .lae-image-wrapper .lae-social-list i {
color: #888; }
.lae-team-members-style1 .lae-team-member .lae-image-wrapper .lae-social-list i:hover {
color: #666; }
.lae-dark-bg .lae-team-members-style1 .lae-team-member .lae-image-wrapper .lae-social-list i:hover {
color: #ccc; } }
.lae-team-members-style1 .lae-team-member:hover .lae-image-wrapper img {
-webkit-filter: brightness(50%);
filter: brightness(50%); }
@media only screen and (max-width: 767px) {
.lae-team-members-style1 .lae-team-member:hover .lae-image-wrapper img {
-webkit-filter: brightness(80%);
filter: brightness(80%); } }
.lae-team-members-style1 .lae-team-member:hover .lae-image-wrapper .lae-social-list i {
opacity: 1; }
.lae-team-members-style1 .lae-team-member .lae-team-member-text {
text-align: center;
max-width: 650px; }
.lae-team-members-style1 .lae-team-member .lae-team-member-text .lae-title {
margin-bottom: 10px; }
.lae-team-members-style1 .lae-team-member .lae-social-list {
margin: 10px auto; } .lae-team-members-style2 {
position: relative;
max-width: 960px; }
.lae-team-members-style2 .lae-team-member-wrapper {
clear: both;
margin-top: 100px; }
.lae-team-members-style2 .lae-team-member-wrapper:first-child {
margin-top: 0; }
.lae-team-members-style2 .lae-team-member-wrapper .lae-image-wrapper {
float: left;
position: relative; }
.lae-team-members-style2 .lae-team-member-wrapper .lae-image-wrapper img {
max-width: 320px;
border-radius: 50%;
-webkit-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s; }
.lae-team-members-style2 .lae-team-member-wrapper .lae-team-member-text {
margin: 10px 0 0;
vertical-align: middle;
padding-top: 20px; }
.lae-team-members-style2 .lae-team-member-wrapper .lae-team-member-text .lae-title {
margin-bottom: 5px; }
.lae-team-members-style2 .lae-team-member-wrapper .lae-team-member-text .lae-team-member-details {
margin: 10px 0 10px; }
.lae-team-members-style2 .lae-team-member-wrapper .lae-team-member-text .lae-social-list i {
font-size: 24px; }
.lae-team-members-style2 .lae-team-member-wrapper:hover .lae-image-wrapper img {
-webkit-filter: brightness(80%);
filter: brightness(80%); }
.lae-team-members-style2 .lae-team-member-wrapper:nth-child(odd) .lae-image-wrapper {
margin-right: 50px; }
.lae-team-members-style2 .lae-team-member-wrapper:nth-child(even) .lae-image-wrapper {
float: right;
margin-left: 50px; }
.lae-team-members-style2 .lae-team-member-wrapper:nth-child(even) .lae-team-member-text .lae-title, .lae-team-members-style2 .lae-team-member-wrapper:nth-child(even) .lae-team-member-text .lae-team-member-position, .lae-team-members-style2 .lae-team-member-wrapper:nth-child(even) .lae-team-member-text .lae-team-member-details, .lae-team-members-style2 .lae-team-member-wrapper:nth-child(even) .lae-team-member-text .lae-social-list {
text-align: right; }
@media only screen and (max-width: 767px) {
.lae-team-members-style2 .lae-team-member-wrapper {
margin-top: 75px; }
.lae-team-members-style2 .lae-team-member .lae-image-wrapper, .lae-team-members-style2 .lae-team-member .lae-team-member-text {
width: 100%;
float: none; }
.lae-team-members-style2 .lae-team-member .lae-image-wrapper {
text-align: center; }
.lae-team-members-style2 .lae-team-member .lae-image-wrapper img {
margin: 0 auto 20px; }
.lae-team-members-style2 .lae-team-member .lae-team-member-text {
max-width: 400px;
margin: 0 auto;
padding-top: 0; }
.lae-team-members-style2 .lae-team-member .lae-team-member-text .lae-title, .lae-team-members-style2 .lae-team-member .lae-team-member-text .lae-team-member-position, .lae-team-members-style2 .lae-team-member .lae-team-member-text .lae-team-member-details, .lae-team-members-style2 .lae-team-member .lae-team-member-text .lae-social-list {
text-align: center !important; } }
.lae-dark-bg .lae-team-members .lae-team-member .lae-team-member-details {
color: #909090; }
.lae-dark-bg .lae-team-members .lae-team-member .lae-team-member-text .lae-title, .lae-dark-bg .lae-team-members .lae-team-member .lae-team-member-text .lae-title-link .lae-title {
color: #e5e5e5; }
.lae-dark-bg .lae-team-members .lae-team-member .lae-team-member-text .lae-title-link:hover .lae-title {
color: #b5b5b5; }
.lae-dark-bg .lae-team-members .lae-team-member .lae-team-member-text .lae-team-member-position {
color: #a5a5a5; }
.lae-dark-bg .lae-team-members .lae-team-member .lae-team-member-text .lae-social-list i {
color: #aaa; }
.lae-dark-bg .lae-team-members .lae-team-member .lae-team-member-text .lae-social-list i:hover {
color: #ccc; } .lae-testimonials {
clear: both; }
.lae-testimonials .lae-testimonial {
margin-bottom: 50px; }
.lae-testimonials .lae-testimonial-text {
background: #ffffff;
border: 1px solid #dbdbdb;
border-radius: 30px;
text-align: center;
position: relative;
padding: 20px 20px 0;
margin-bottom: 40px;
font-style: italic;
font-size: 15px;
line-height: 24px;
color: #888;
text-align: center;
max-width: 450px; }
.lae-dark-bg .lae-testimonials .lae-testimonial-text {
color: #666;
background: #eee; }
.lae-testimonials .lae-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; }
.rtl .lae-testimonials .lae-testimonial-text:after {
left: auto;
right: 40px; }
.lae-dark-bg .lae-testimonials .lae-testimonial-text:after {
background: #eee; }
.lae-testimonials .lae-testimonial-user {
display: table; }
.lae-testimonials .lae-testimonial-user .lae-image-wrapper {
display: table-cell; }
.lae-testimonials .lae-testimonial-user .lae-image-wrapper img {
max-width: 64px;
border-radius: 50%;
margin-right: 20px; }
.rtl .lae-testimonials .lae-testimonial-user .lae-image-wrapper img {
margin: 0 0 0 20px; }
.lae-testimonials .lae-testimonial-user .lae-text {
display: table-cell;
vertical-align: middle;
color: #888; }
.lae-dark-bg .lae-testimonials .lae-testimonial-user .lae-text {
color: #909090; }
.lae-testimonials .lae-testimonial-user .lae-text .lae-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; }
.lae-dark-bg .lae-testimonials .lae-testimonial-user .lae-text .lae-author-name {
color: #e5e5e5; } .lae-testimonials-slider {
clear: both;
position: relative; }
.lae-testimonials-slider.lae-container {
max-width: 900px;
margin: 0 auto; }
.lae-testimonials-slider .lae-testimonial-text {
text-align: center;
max-width: 750px;
margin: 0 auto 40px;
font-size: 18px;
line-height: 32px;
font-style: italic;
color: #666; }
.lae-dark-bg .lae-testimonials-slider .lae-testimonial-text {
color: #ccc; }
.lae-testimonials-slider .lae-testimonial-text i {
color: #ccc;
font-size: 32px;
display: block;
margin-bottom: 35px;
background: none;
width: auto;
height: auto; }
.lae-dark-bg .lae-testimonials-slider .lae-testimonial-text i {
color: #ddd; }
.lae-testimonials-slider .lae-testimonial-user {
display: table;
margin: 0 auto; }
.lae-testimonials-slider .lae-testimonial-user .lae-image-wrapper {
display: table-cell; }
.lae-testimonials-slider .lae-testimonial-user .lae-image-wrapper img {
max-width: 64px;
border-radius: 50%;
margin-right: 15px; }
.rtl .lae-testimonials-slider .lae-testimonial-user .lae-image-wrapper img {
margin: 0 0 0 15px; }
.lae-testimonials-slider .lae-testimonial-user .lae-text {
display: table-cell;
vertical-align: middle;
color: #888; }
.lae-dark-bg .lae-testimonials-slider .lae-testimonial-user .lae-text {
color: #909090; }
.lae-testimonials-slider .lae-testimonial-user .lae-text .lae-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; }
.lae-dark-bg .lae-testimonials-slider .lae-testimonial-user .lae-text .lae-author-name {
color: #e5e5e5; } .lae-stats-bars {
clear: both; }
.lae-stats-bars .lae-stats-bar {
width: 100%;
display: block;
margin: 0 0 18px;
overflow: hidden; }
.lae-stats-bars .lae-stats-bar .lae-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; }
.lae-stats-bars .lae-stats-bar .lae-stats-title span {
margin-left: 5px; }
.rtl .lae-stats-bars .lae-stats-bar .lae-stats-title span {
display: inline-block;
margin: 0 5px 0 0; }
.lae-dark-bg .lae-stats-bars .lae-stats-bar .lae-stats-title {
color: #ddd; }
.lae-stats-bars .lae-stats-bar .lae-stats-bar-wrap {
position: relative; }
.lae-stats-bars .lae-stats-bar .lae-stats-bar-content {
background: #e55a54;
display: block;
height: 10px;
width: 0;
position: relative;
z-index: 1;
border-radius: 5px; }
.lae-stats-bars .lae-stats-bar .lae-stats-bar-bg {
width: 100%;
background: rgba(0, 0, 0, 0.1);
height: 10px;
display: block;
margin-top: -10px;
border-radius: 5px; }
.lae-dark-bg .lae-stats-bars .lae-stats-bar .lae-stats-bar-bg {
background: rgba(255, 255, 255, 0.1); } .lae-piecharts {
clear: both; }
.lae-piechart {
position: relative;
text-align: center;
float: left;
overflow: hidden;
float: left;
padding: 10px; }
.lae-piechart canvas {
position: relative;
top: 0;
left: 0;
max-width: 100%;
margin: 0 auto; }
.lae-piechart .lae-label {
text-align: center;
position: absolute;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
top: 55%;
max-width: 65%;
color: #888; }
.lae-dark-bg .lae-piechart .lae-label {
color: #909090; }
.lae-piechart .lae-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; }
.lae-dark-bg .lae-piechart .lae-percentage span {
color: #e5e5e5; }
.lae-piechart .lae-percentage sup {
font-size: 18px;
vertical-align: middle; }
.lae-piechart.dark-bg .lae-label {
color: #fff; }
.lae-piechart.dark-bg .lae-percentage span {
color: #eee; }
@media only screen and (max-width: 479px) {
.lae-piechart canvas {
margin-bottom: 15px; } } .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; } .lae-odometers {
clear: both;
font-size: 0; }
.lae-odometers .lae-odometer {
display: inline-block;
vertical-align: top;
text-align: left;
position: relative;
margin-bottom: 50px; }
.rtl .lae-odometers .lae-odometer {
text-align: right; }
.lae-odometers .lae-odometer:last-child:after {
border: none; }
.lae-odometers .lae-odometer .lae-prefix, .lae-odometers .lae-odometer .lae-suffix {
display: inline;
font-size: 36px;
line-height: 48px;
color: #333;
vertical-align: middle; }
.lae-dark-bg .lae-odometers .lae-odometer .lae-prefix, .lae-dark-bg .lae-odometers .lae-odometer .lae-suffix {
color: #e5e5e5; }
.lae-odometers .lae-odometer .lae-prefix {
margin-right: 5px;
margin-left: 5px; }
.lae-odometers .lae-odometer .lae-suffix {
margin-left: 5px; }
.lae-odometers .lae-odometer .lae-number {
font-size: 60px;
line-height: 72px;
font-style: normal;
text-transform: none;
letter-spacing: 2px;
font-weight: 900;
color: #333;
margin-bottom: 10px; }
.lae-odometers .lae-odometer .lae-number span {
font-size: 60px; }
.lae-dark-bg .lae-odometers .lae-odometer .lae-number {
color: #e5e5e5; }
.lae-odometers .lae-odometer .lae-stats-title {
font-size: 18px;
line-height: 28px;
display: inline-block;
color: #888; }
.lae-dark-bg .lae-odometers .lae-odometer .lae-stats-title {
color: #909090; }
.lae-odometers .lae-odometer .lae-stats-title span {
float: left;
margin-right: 15px; }
.rtl .lae-odometers .lae-odometer .lae-stats-title span {
float: right;
margin: 0 0 0 15px; }
.lae-odometers .lae-odometer .lae-stats-title .lae-icon-wrapper i {
font-size: 32px;
vertical-align: middle;
color: #ccc; }
@media only screen and (max-width: 960px) {
.lae-odometers .lae-odometer .lae-number {
font-size: 48px;
line-height: 56px;
margin-bottom: 0; }
.lae-odometers .lae-odometer .lae-number span {
font-size: 48px; }
.lae-odometers .lae-odometer .lae-stats-title {
font-size: 15px;
line-height: 26px; } }
@media only screen and (max-width: 479px) {
.lae-odometers .lae-odometer {
text-align: center; } } .lae-pricing-table {
clear: both; }
.lae-pricing-table .lae-pricing-plan {
float: left;
padding: 10px; }
.lae-center {
text-align: center; }
.lae-pricing-table {
padding: 0; }
.lae-pricing-table .lae-top-header {
padding: 15px 0;
background-color: #494949;
border-bottom: 1px solid #2c2b2b; }
.lae-pricing-table .lae-top-header .lae-plan-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: 20px;
line-height: 32px;
color: #fefefe;
margin: 0; }
.lae-pricing-table .lae-top-header img {
margin-top: 15px; }
.lae-pricing-table .lae-top-header .lae-tagline {
display: block;
font-size: 15px;
line-height: 24px;
color: #EDEDED;
text-transform: none;
text-align: center;
margin-bottom: 5px; }
.lae-pricing-table .lae-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; }
.lae-pricing-table .lae-pricing-plan:hover .lae-purchase {
background: #e5e5e5; }
.lae-pricing-table .lae-pricing-plan .lae-plan-price {
color: #fff;
font-size: 22px;
line-height: 28px;
font-weight: 700;
margin: 0; }
.lae-pricing-table .lae-pricing-plan .lae-plan-price span {
font-size: 22px;
line-height: 32px; }
.lae-pricing-table .lae-plan-header {
padding: 30px 0 30px;
background-color: #494949; }
.lae-pricing-table .lae-plan-price .lae-text {
display: inline-block;
padding: 6px 25px;
border-radius: 25px;
background: #2C2B2B; }
.lae-pricing-table .lae-plan-price sup {
font-size: 18px;
line-height: 32px;
vertical-align: top;
margin-right: 2px;
position: static; }
.lae-pricing-table .lae-plan-details {
padding: 15px 0;
margin: 0;
border: 1px solid #eee; }
.lae-pricing-table .lae-plan-details .lae-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; }
.lae-pricing-table .lae-plan-details .lae-pricing-item i {
color: #777;
font-size: 18px;
display: inline;
margin-right: 8px; }
.lae-pricing-table .lae-plan-details .lae-pricing-item .lae-title {
color: #838383;
margin-bottom: 10px; }
.lae-pricing-table .lae-plan-details .lae-pricing-item .lae-value-wrap {
display: block; }
.lae-pricing-table .lae-plan-details .lae-pricing-item .lae-value-wrap:after {
position: relative;
content: "";
background: #ddd;
width: 120px;
height: 1px;
display: block;
margin: 12px auto 0; }
.lae-pricing-table .lae-plan-details .lae-pricing-item .lae-value {
color: #444;
font-size: 24px;
line-height: 32px;
display: inline; }
.lae-pricing-table .lae-plan-details .lae-pricing-item s {
color: #b4c9d3; }
.lae-pricing-table .lae-plan-details .lae-pricing-item:last-child .lae-value-wrap:after {
display: none; }
.lae-pricing-table .lae-purchase {
text-align: center;
text-transform: uppercase;
padding: 15px;
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; }
.lae-pricing-table .lae-purchase a {
padding: 12px 25px;
border-radius: 5px;
letter-spacing: 0;
font-size: 16px;
line-height: 24px;
letter-spacing: 6px;
font-weight: bold; }
.lae-pricing-table .lae-pricing-plan.lae-highlight {
background: #f5f5f5;
margin-top: -10px; }
.lae-pricing-table .lae-pricing-plan.lae-highlight .lae-plan-details {
border-color: #e5e5e5; }
.lae-pricing-table .lae-pricing-plan.lae-highlight .lae-top-header {
padding: 20px 0; }
.lae-pricing-table .lae-pricing-plan.lae-highlight .lae-pricing-table .lae-top-header .lae-plan-name {
color: #28c2ba; }
.lae-pricing-table .lae-pricing-plan.lae-highlight .lae-purchase {
padding: 20px 0;
background-color: #e5e5e5;
border-color: #ddd; }  .lae-services {
clear: both; }
.lae-services .lae-service {
margin-bottom: 50px; }
.lae-services .lae-service .lae-icon-wrapper i {
-webkit-transition: color .4s ease-in-out 0s;
transition: color .4s ease-in-out 0s; }
.lae-services .lae-service .lae-icon-wrapper i:hover {
color: #555; }
.lae-dark-bg .lae-services .lae-service .lae-icon-wrapper i:hover {
color: #d5d5d5; }
.lae-services .lae-service .lae-service-text {
font-size: 15px;
line-height: 24px; }
.lae-dark-bg .lae-services .lae-service .lae-service-text {
color: #909090; }
.lae-dark-bg .lae-services .lae-service .lae-service-text .lae-title {
color: #e5e5e5; }
.lae-services .lae-service .lae-service-text .lae-title-link .lae-title {
-webkit-transition: color .3s ease-in-out 0s;
transition: color .3s ease-in-out 0s; }
.lae-services .lae-service .lae-service-text .lae-title-link:hover .lae-title {
color: #666; }
.lae-dark-bg .lae-services .lae-service .lae-service-text .lae-title-link:hover .lae-title {
color: #c5c5c5; } .lae-services-style1 .lae-service .lae-icon-wrapper i {
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;
color: #888; }
.lae-dark-bg .lae-services-style1 .lae-service .lae-icon-wrapper i {
color: #a5a5a5; }
.lae-dark-bg .lae-services-style1 .lae-service .lae-icon-wrapper i:hover {
color: #c5c5c5; }
.lae-services-style1 .lae-service .lae-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; }
.lae-services-style1 .lae-service .lae-service-text {
text-align: center;
max-width: 300px;
margin: 0 auto; }
.lae-services-style1 .lae-service .lae-service-text .lae-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; }
.lae-services-style1 .lae-service:hover .lae-image-wrapper img {
-webkit-transform: scale(0.9, 0.9);
transform: scale(0.9, 0.9); } .lae-services-style2 .lae-service .lae-image-wrapper img, .lae-services-style2 .lae-service .lae-icon-wrapper i {
float: left;
margin-right: 18px;
color: #888; }
.rtl .lae-services-style2 .lae-service .lae-image-wrapper img, .rtl .lae-services-style2 .lae-service .lae-icon-wrapper i {
float: right;
margin: 0 0 0 18px; }
.lae-dark-bg .lae-services-style2 .lae-service .lae-image-wrapper img, .lae-dark-bg .lae-services-style2 .lae-service .lae-icon-wrapper i {
color: #a5a5a5; }
.lae-dark-bg .lae-services-style2 .lae-service .lae-image-wrapper img:hover, .lae-dark-bg .lae-services-style2 .lae-service .lae-icon-wrapper i:hover {
color: #c5c5c5; }
.lae-services-style2 .lae-service .lae-icon-wrapper i {
font-size: 24px;
line-height: 32px; }
.lae-services-style2 .lae-service .lae-service-text .lae-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; } .lae-services-style3 .lae-service .lae-icon-wrapper i {
display: block;
text-align: left;
font-size: 80px;
line-height: 1;
margin-bottom: 25px;
color: #555; }
.rtl .lae-services-style3 .lae-service .lae-icon-wrapper i {
text-align: right; }
.lae-services-style3 .lae-service .lae-icon-wrapper i:hover {
color: #888; }
.lae-dark-bg .lae-services-style3 .lae-service .lae-icon-wrapper i {
color: #c5c5c5; }
.lae-dark-bg .lae-services-style3 .lae-service .lae-icon-wrapper i:hover {
color: #e5e5e5; }
.lae-services-style3 .lae-service .lae-image-wrapper img {
display: block;
max-width: 100%;
text-align: left;
margin-bottom: 25px; }
.lae-services-style3 .lae-service .lae-service-text {
text-align: left;
max-width: 300px;
margin: 0;
font-size: 14px;
line-height: 32px;
color: #888; }
.rtl .lae-services-style3 .lae-service .lae-service-text {
text-align: right; }
.lae-services-style3 .lae-service .lae-service-text ul.lae-services-list {
padding: 0;
margin: 0;
border: none; }
.lae-services-style3 .lae-service .lae-service-text ul.lae-services-list li {
border-bottom: 1px solid #eee;
position: relative;
padding: 0;
margin: 0;
list-style: none;
line-height: 42px; }
.lae-services-style3 .lae-service .lae-service-text ul.lae-services-list li:hover {
padding: 0; }
.lae-dark-bg .lae-services-style3 .lae-service .lae-service-text ul.lae-services-list li {
border-color: #333; }
.lae-services-style3 .lae-service .lae-service-text ul.lae-services-list li:before {
font-family: 'lae-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: "\e917";
color: #BBBBBB;
font-size: 12px;
line-height: 1; }
.rtl .lae-services-style3 .lae-service .lae-service-text ul.lae-services-list li:before {
display: none; }
.lae-dark-bg .lae-services-style3 .lae-service .lae-service-text ul.lae-services-list li:before {
color: #606060; }
.lae-services-style3 .lae-service .lae-service-text .lae-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; } .lae-posts-carousel {
clear: both;
max-width: none; }
@media only screen and (min-width: 1024px) {
.lae-posts-carousel {
max-width: 96%; } }
.lae-posts-carousel.lae-classic-skin .lae-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; }
.lae-posts-carousel.lae-classic-skin .lae-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); }
.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-project-image {
position: relative;
overflow: hidden; }
.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-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%; }
.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-project-image:hover img {
-webkit-filter: brightness(50%);
filter: brightness(50%); }
.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-project-image .lae-image-info {
display: block;
text-align: center; }
.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-project-image .lae-image-info .lae-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%); }
.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-project-image .lae-image-info .lae-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) {
.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-project-image .lae-image-info .lae-post-title {
font-size: 18px;
line-height: 26px; } }
.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-project-image .lae-image-info .lae-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; }
.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-project-image .lae-image-info .lae-post-title a:hover {
border-bottom: 2px solid #ccc; }
.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-project-image .lae-image-info .lae-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; }
.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-project-image .lae-image-info .lae-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; }
.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-project-image .lae-image-info .lae-terms a:hover {
color: #fff; }
.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-project-image:hover .lae-image-info .lae-post-title, .lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-project-image:hover .lae-image-info .lae-terms {
opacity: 1; }
.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-entry-text-wrap {
text-align: center;
max-width: 650px;
margin: 0 auto;
padding: 25px 15px; }
.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-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; }
.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-entry-text-wrap .entry-title:after, .lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-entry-text-wrap .entry-title:before {
display: none; }
.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-entry-text-wrap .entry-title a {
color: #333333;
-webkit-transition: all .4s ease-in-out 0s;
transition: all .4s ease-in-out 0s; }
.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-entry-text-wrap .entry-title a:hover {
color: #888; }
.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-entry-text-wrap .lae-entry-meta span {
display: inline-block;
padding: 0;
margin: 0;
font-style: italic;
color: #999; }
.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-entry-text-wrap .lae-entry-meta span a {
-webkit-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
font-style: normal; }
.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-entry-text-wrap .lae-entry-meta span:after {
content: '//';
padding-left: 6px;
padding-right: 6px; }
.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-entry-text-wrap .lae-entry-meta span:first-child {
border: none;
padding-left: 0; }
.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-entry-text-wrap .lae-entry-meta span:last-child:after {
display: none; }
.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-entry-text-wrap .entry-summary {
padding: 0;
margin: 10px auto 0; }
.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-entry-text-wrap .entry-summary:before {
width: 35px;
height: 1px;
background: #aaa;
display: block;
content: "";
text-align: center;
margin: 0 auto 15px; }
.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-entry-text-wrap .lae-category-list {
-webkit-transition: all .4s ease-in-out 0s;
transition: all .4s ease-in-out 0s; }
.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-entry-text-wrap .lae-category-list:after {
width: 35px;
height: 1px;
background: #aaa;
display: block;
content: ""; }
.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-entry-text-wrap .lae-category-list:after {
text-align: center;
margin: 10px auto 10px; }
.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-entry-text-wrap .lae-category-list a {
font-style: italic;
-webkit-transition: all .4s ease-in-out 0s;
transition: all .4s ease-in-out 0s; }
.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .type-post .lae-entry-text-wrap .entry-summary:before {
display: none; } .lae-clients {
clear: both;
overflow: hidden;
margin: 0 auto; }
@media (max-width: 479px) {
.lae-clients .lae-grid-mobile-1 .lae-grid-item:nth-child(1n + 1) {
border-left: 1px solid #ddd; }
.rtl .lae-clients .lae-grid-mobile-1 .lae-grid-item:nth-child(1n + 1) {
border-right: 1px solid #ddd; }
.lae-clients .lae-grid-mobile-1 .lae-grid-item:nth-child(-n + 1) {
border-top: 1px solid #ddd; }
.lae-clients .lae-grid-mobile-2 .lae-grid-item:nth-child(2n + 1) {
border-left: 1px solid #ddd; }
.rtl .lae-clients .lae-grid-mobile-2 .lae-grid-item:nth-child(2n + 1) {
border-right: 1px solid #ddd; }
.lae-clients .lae-grid-mobile-2 .lae-grid-item:nth-child(-n + 2) {
border-top: 1px solid #ddd; }
.lae-clients .lae-grid-mobile-3 .lae-grid-item:nth-child(3n + 1) {
border-left: 1px solid #ddd; }
.rtl .lae-clients .lae-grid-mobile-3 .lae-grid-item:nth-child(3n + 1) {
border-right: 1px solid #ddd; }
.lae-clients .lae-grid-mobile-3 .lae-grid-item:nth-child(-n + 3) {
border-top: 1px solid #ddd; }
.lae-clients .lae-grid-mobile-4 .lae-grid-item:nth-child(4n + 1) {
border-left: 1px solid #ddd; }
.rtl .lae-clients .lae-grid-mobile-4 .lae-grid-item:nth-child(4n + 1) {
border-right: 1px solid #ddd; }
.lae-clients .lae-grid-mobile-4 .lae-grid-item:nth-child(-n + 4) {
border-top: 1px solid #ddd; }
.lae-clients .lae-grid-mobile-5 .lae-grid-item:nth-child(5n + 1) {
border-left: 1px solid #ddd; }
.rtl .lae-clients .lae-grid-mobile-5 .lae-grid-item:nth-child(5n + 1) {
border-right: 1px solid #ddd; }
.lae-clients .lae-grid-mobile-5 .lae-grid-item:nth-child(-n + 5) {
border-top: 1px solid #ddd; }
.lae-clients .lae-grid-mobile-6 .lae-grid-item:nth-child(6n + 1) {
border-left: 1px solid #ddd; }
.rtl .lae-clients .lae-grid-mobile-6 .lae-grid-item:nth-child(6n + 1) {
border-right: 1px solid #ddd; }
.lae-clients .lae-grid-mobile-6 .lae-grid-item:nth-child(-n + 6) {
border-top: 1px solid #ddd; } }
@media (min-width: 480px) and (max-width: 800px) {
.lae-clients .lae-grid-tablet-1 .lae-grid-item:nth-child(1n + 1) {
border-left: 1px solid #ddd; }
.rtl .lae-clients .lae-grid-tablet-1 .lae-grid-item:nth-child(1n + 1) {
border-right: 1px solid #ddd; }
.lae-clients .lae-grid-tablet-1 .lae-grid-item:nth-child(-n + 1) {
border-top: 1px solid #ddd; }
.lae-clients .lae-grid-tablet-2 .lae-grid-item:nth-child(2n + 1) {
border-left: 1px solid #ddd; }
.rtl .lae-clients .lae-grid-tablet-2 .lae-grid-item:nth-child(2n + 1) {
border-right: 1px solid #ddd; }
.lae-clients .lae-grid-tablet-2 .lae-grid-item:nth-child(-n + 2) {
border-top: 1px solid #ddd; }
.lae-clients .lae-grid-tablet-3 .lae-grid-item:nth-child(3n + 1) {
border-left: 1px solid #ddd; }
.rtl .lae-clients .lae-grid-tablet-3 .lae-grid-item:nth-child(3n + 1) {
border-right: 1px solid #ddd; }
.lae-clients .lae-grid-tablet-3 .lae-grid-item:nth-child(-n + 3) {
border-top: 1px solid #ddd; }
.lae-clients .lae-grid-tablet-4 .lae-grid-item:nth-child(4n + 1) {
border-left: 1px solid #ddd; }
.rtl .lae-clients .lae-grid-tablet-4 .lae-grid-item:nth-child(4n + 1) {
border-right: 1px solid #ddd; }
.lae-clients .lae-grid-tablet-4 .lae-grid-item:nth-child(-n + 4) {
border-top: 1px solid #ddd; }
.lae-clients .lae-grid-tablet-5 .lae-grid-item:nth-child(5n + 1) {
border-left: 1px solid #ddd; }
.rtl .lae-clients .lae-grid-tablet-5 .lae-grid-item:nth-child(5n + 1) {
border-right: 1px solid #ddd; }
.lae-clients .lae-grid-tablet-5 .lae-grid-item:nth-child(-n + 5) {
border-top: 1px solid #ddd; }
.lae-clients .lae-grid-tablet-6 .lae-grid-item:nth-child(6n + 1) {
border-left: 1px solid #ddd; }
.rtl .lae-clients .lae-grid-tablet-6 .lae-grid-item:nth-child(6n + 1) {
border-right: 1px solid #ddd; }
.lae-clients .lae-grid-tablet-6 .lae-grid-item:nth-child(-n + 6) {
border-top: 1px solid #ddd; } }
@media only screen and (min-width: 801px) {
.lae-clients .lae-grid-desktop-1 .lae-grid-item:nth-child(1n + 1) {
border-left: 1px solid #ddd; }
.rtl .lae-clients .lae-grid-desktop-1 .lae-grid-item:nth-child(1n + 1) {
border-right: 1px solid #ddd; }
.lae-clients .lae-grid-desktop-1 .lae-grid-item:nth-child(-n + 1) {
border-top: 1px solid #ddd; }
.lae-clients .lae-grid-desktop-2 .lae-grid-item:nth-child(2n + 1) {
border-left: 1px solid #ddd; }
.rtl .lae-clients .lae-grid-desktop-2 .lae-grid-item:nth-child(2n + 1) {
border-right: 1px solid #ddd; }
.lae-clients .lae-grid-desktop-2 .lae-grid-item:nth-child(-n + 2) {
border-top: 1px solid #ddd; }
.lae-clients .lae-grid-desktop-3 .lae-grid-item:nth-child(3n + 1) {
border-left: 1px solid #ddd; }
.rtl .lae-clients .lae-grid-desktop-3 .lae-grid-item:nth-child(3n + 1) {
border-right: 1px solid #ddd; }
.lae-clients .lae-grid-desktop-3 .lae-grid-item:nth-child(-n + 3) {
border-top: 1px solid #ddd; }
.lae-clients .lae-grid-desktop-4 .lae-grid-item:nth-child(4n + 1) {
border-left: 1px solid #ddd; }
.rtl .lae-clients .lae-grid-desktop-4 .lae-grid-item:nth-child(4n + 1) {
border-right: 1px solid #ddd; }
.lae-clients .lae-grid-desktop-4 .lae-grid-item:nth-child(-n + 4) {
border-top: 1px solid #ddd; }
.lae-clients .lae-grid-desktop-5 .lae-grid-item:nth-child(5n + 1) {
border-left: 1px solid #ddd; }
.rtl .lae-clients .lae-grid-desktop-5 .lae-grid-item:nth-child(5n + 1) {
border-right: 1px solid #ddd; }
.lae-clients .lae-grid-desktop-5 .lae-grid-item:nth-child(-n + 5) {
border-top: 1px solid #ddd; }
.lae-clients .lae-grid-desktop-6 .lae-grid-item:nth-child(6n + 1) {
border-left: 1px solid #ddd; }
.rtl .lae-clients .lae-grid-desktop-6 .lae-grid-item:nth-child(6n + 1) {
border-right: 1px solid #ddd; }
.lae-clients .lae-grid-desktop-6 .lae-grid-item:nth-child(-n + 6) {
border-top: 1px solid #ddd; } }
.lae-clients .lae-client {
position: relative;
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;
overflow: hidden; }
.rtl .lae-clients .lae-client {
border-right: none;
border-left: 1px solid #ddd; }
.lae-dark-bg .lae-clients .lae-client {
border-color: #505050 !important; }
.lae-clients .lae-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; }
.lae-clients .lae-client .lae-client-name {
position: absolute;
z-index: 2;
top: 50%;
left: 0;
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; }
.lae-clients .lae-client .lae-client-name a {
color: #fff;
text-decoration: none; }
.lae-clients .lae-client .lae-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; }
.lae-clients .lae-client:hover .lae-image-overlay {
opacity: 0.7; }
.lae-dark-bg .lae-clients .lae-client:hover .lae-image-overlay {
opacity: 0.8; }
.lae-clients .lae-client:hover .lae-client-name {
opacity: 1; } .lae-carousel .lae-carousel-item {
position: relative; }
.lae-carousel.lae-container {
max-width: none; } input.lae-button.lae-with-icon i, input.lae-button.lae-with-icon img.lae-thumbnail, button.lae-button.lae-with-icon i, button.lae-button.lae-with-icon img.lae-thumbnail, a.lae-button.lae-with-icon i, a.lae-button.lae-with-icon img.lae-thumbnail, .lae-button.lae-with-icon:active i, .lae-button.lae-with-icon:active img.lae-thumbnail, .lae-button.lae-with-icon:visited i, .lae-button.lae-with-icon:visited img.lae-thumbnail {
margin-right: 15px; }
.rtl input.lae-button.lae-with-icon i, .rtl input.lae-button.lae-with-icon img.lae-thumbnail, .rtl button.lae-button.lae-with-icon i, .rtl button.lae-button.lae-with-icon img.lae-thumbnail, .rtl a.lae-button.lae-with-icon i, .rtl a.lae-button.lae-with-icon img.lae-thumbnail, .rtl .lae-button.lae-with-icon:active i, .rtl .lae-button.lae-with-icon:active img.lae-thumbnail, .rtl .lae-button.lae-with-icon:visited i, .rtl .lae-button.lae-with-icon:visited img.lae-thumbnail {
margin-right: 0;
margin-left: 15px; }
input.lae-button.lae-with-icon i, button.lae-button.lae-with-icon i, a.lae-button.lae-with-icon i, .lae-button.lae-with-icon:active i, .lae-button.lae-with-icon:visited i {
color: #fff;
font-size: 24px;
vertical-align: middle;
line-height: 1; }
input.lae-button.lae-with-icon img.lae-thumbnail, button.lae-button.lae-with-icon img.lae-thumbnail, a.lae-button.lae-with-icon img.lae-thumbnail, .lae-button.lae-with-icon:active img.lae-thumbnail, .lae-button.lae-with-icon:visited img.lae-thumbnail {
display: inline !important;
vertical-align: middle;
max-width: 50px; } .lae-heading {
text-align: center;
margin: 0 auto 60px;
max-width: 640px; }
@media only screen and (max-width: 767px) {
.lae-heading {
margin-bottom: 40px; } }
.lae-heading .lae-text {
font-size: 18px;
line-height: 28px;
margin: 0 auto; }
@media only screen and (max-width: 767px) {
.lae-heading .lae-text {
font-size: 15px;
line-height: 26px; } }
.lae-heading.lae-alignleft, .lae-heading.lae-alignright {
margin: 0; }
.lae-heading.lae-alignleft .lae-text, .lae-heading.lae-alignright .lae-text {
margin: 0; }
.lae-heading.lae-alignleft {
text-align: left; }
.lae-heading.lae-alignright {
text-align: right;
max-width: none; }
.lae-heading .lae-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) {
.lae-heading .lae-title {
font-size: 24px;
line-height: 32px; } }
.lae-dark-bg .lae-heading .lae-title {
color: #e5e5e5; }
.lae-dark-bg .lae-heading .lae-subtitle {
color: #B0B0B0; }
.lae-dark-bg .lae-heading .lae-text {
color: #909090; }
.lae-heading.lae-alignleft .lae-title, .lae-heading.lae-alignright .lae-title {
margin: 0 0 20px; }
.lae-heading .lae-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) {
.lae-heading .lae-subtitle {
font-size: 11px;
line-height: 18px; } }
.lae-heading.lae-alignleft .lae-subtitle, .lae-heading.lae-alignright .lae-subtitle {
margin: 0 0 5px;
padding: 0; }
.lae-heading.lae-alignleft .lae-subtitle:before, .lae-heading.lae-alignleft .lae-subtitle:after, .lae-heading.lae-alignright .lae-subtitle:before, .lae-heading.lae-alignright .lae-subtitle:after {
display: none; }
.lae-heading.lae-style3 {
margin: 0 auto 30px; }
.lae-heading.lae-style3 .lae-title {
font-size: 22px;
line-height: 32px;
text-transform: uppercase;
letter-spacing: 1px; }
.lae-heading.lae-style3 .lae-title:after {
width: 35px;
height: 1px;
background: #aaa;
display: block;
content: ""; }
.lae-heading.lae-style3 .lae-title:after {
margin: 10px auto 20px; }
.lae-dark-bg .lae-heading.lae-style3 .lae-title:after {
background: #909090; }
@media only screen and (max-width: 767px) {
.lae-heading.lae-style3 .lae-title {
font-size: 16px;
line-height: 24px; } }
.lae-heading.lae-style3.lae-alignleft, .lae-heading.lae-style3.lae-alignright {
margin: 0 0 30px; }
.lae-heading.lae-style3.lae-alignleft .lae-title:after, .lae-heading.lae-style3.lae-alignright .lae-title:after {
margin: 10px 0 20px; } .lae-portfolio-wrap {
clear: both;
overflow: hidden; }
.lae-portfolio-wrap .lae-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; }
.lae-portfolio-wrap .lae-portfolio-header.lae-no-heading {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
@media only screen and (max-width: 800px) {
.lae-portfolio-wrap .lae-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; } }
.lae-portfolio-wrap .lae-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; }
.rtl .lae-portfolio-wrap .lae-heading {
margin: 0 0 0 100px; }
.lae-dark-bg .lae-portfolio-wrap .lae-heading {
color: #e5e5e5; }
@media only screen and (max-width: 800px) {
.lae-portfolio-wrap .lae-heading {
margin-bottom: 30px; } }
.lae-portfolio-wrap .lae-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) {
.lae-portfolio-wrap .lae-taxonomy-filter {
-webkit-align-self: flex-start;
align-self: flex-start;
-ms-flex-item-align: start; } }
.lae-portfolio-wrap .lae-taxonomy-filter .lae-filter-item {
position: relative;
display: inline-block;
margin: 0 0 15px 0;
padding: 0;
font-style: normal;
border-bottom: 1px solid #ddd; }
.lae-dark-bg .lae-portfolio-wrap .lae-taxonomy-filter .lae-filter-item {
border-color: #444; }
.lae-portfolio-wrap .lae-taxonomy-filter .lae-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; }
.lae-dark-bg .lae-portfolio-wrap .lae-taxonomy-filter .lae-filter-item a {
color: #999; }
.lae-portfolio-wrap .lae-taxonomy-filter .lae-filter-item a:hover {
color: #222; }
.lae-dark-bg .lae-portfolio-wrap .lae-taxonomy-filter .lae-filter-item a:hover {
color: #fff; }
@media only screen and (max-width: 479px) {
.lae-portfolio-wrap .lae-taxonomy-filter .lae-filter-item a {
padding: 0 10px 8px; } }
.lae-portfolio-wrap .lae-taxonomy-filter .lae-filter-item.lae-active a {
color: #222; }
.lae-dark-bg .lae-portfolio-wrap .lae-taxonomy-filter .lae-filter-item.lae-active a {
color: #fff; }
.lae-portfolio-wrap .lae-taxonomy-filter .lae-filter-item.lae-active:after {
content: '';
position: absolute;
left: 0;
bottom: 0;
border-bottom: 3px solid #f94213;
width: 100%; }
.lae-portfolio-wrap .lae-taxonomy-filter .lae-filter-item:last-child {
margin-right: 0; }
.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .hentry {
margin: 0;
padding: 0;
border: none;
background: none;
-webkit-box-shadow: none;
box-shadow: none; }
.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-project-image {
position: relative;
overflow: hidden; }
.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-project-image img {
display: block;
width: 100%;
-webkit-transition: all .4s ease-in-out 0s;
transition: all .4s ease-in-out 0s; }
.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-project-image:hover img {
-webkit-filter: brightness(50%);
filter: brightness(50%); }
.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-project-image .lae-image-info {
display: block;
text-align: center; }
.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-project-image .lae-image-info .lae-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%); }
.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-project-image .lae-image-info .lae-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) {
.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-project-image .lae-image-info .lae-post-title {
font-size: 18px;
line-height: 26px; } }
.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-project-image .lae-image-info .lae-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; }
.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-project-image .lae-image-info .lae-post-title a:hover {
border-bottom: 1px solid #ccc; }
.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-project-image .lae-image-info .lae-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; }
.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-project-image .lae-image-info .lae-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; }
.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-project-image .lae-image-info .lae-terms a:hover {
color: #fff; }
.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-project-image:hover .lae-image-info .lae-post-title, .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-project-image:hover .lae-image-info .lae-terms {
opacity: 1; }
.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-entry-text-wrap {
text-align: center;
max-width: 650px;
margin: 20px auto 0; }
.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .entry-title {
font-size: 18px;
line-height: 26px;
font-weight: normal;
margin-bottom: 10px; }
.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .entry-title:after, .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .entry-title:before {
display: none; }
.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .entry-title a {
-webkit-transition: all .4s ease-in-out 0s;
transition: all .4s ease-in-out 0s;
color: #333; }
.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .entry-title a:hover {
color: #888; }
.lae-dark-bg .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .entry-title a {
color: #e0e0e0; }
.lae-dark-bg .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .entry-title a:hover {
color: #fff; }
.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-entry-meta span {
display: inline-block;
padding: 0;
margin: 0;
font-style: italic;
color: #999; }
.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-entry-meta span:after {
content: '//';
padding-left: 6px;
padding-right: 6px; }
.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-entry-meta span:first-child {
border: none;
padding-left: 0; }
.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-entry-meta span:last-child:after {
display: none; }
.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-entry-meta span a {
-webkit-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
font-style: normal; }
.lae-dark-bg .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-entry-meta span {
color: #707070; }
.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .entry-summary {
margin: 15px auto 0;
padding: 0; }
.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .entry-summary:before {
width: 35px;
height: 1px;
background: #aaa;
display: block;
content: "";
text-align: center;
margin: 0 auto 15px; }
.lae-dark-bg .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .entry-summary {
color: #999; }
.lae-dark-bg .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .entry-summary:before {
background: #505050; }
.lae-portfolio-wrap .lae-portfolio-item .lae-read-more, .lae-posts-carousel .lae-posts-carousel-item .lae-read-more {
margin: 25px 0 0 0; }
.lae-portfolio-wrap .lae-portfolio-item .lae-read-more a:not(.lae-button), .lae-posts-carousel .lae-posts-carousel-item .lae-read-more a:not(.lae-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; }
.lae-portfolio-wrap .lae-portfolio-item .lae-read-more a:not(.lae-button):hover, .lae-posts-carousel .lae-posts-carousel-item .lae-read-more a:not(.lae-button):hover {
color: #666; }
.lae-portfolio-wrap .lae-portfolio-item .lae-read-more a:not(.lae-button):after, .lae-posts-carousel .lae-posts-carousel-item .lae-read-more a:not(.lae-button):after {
content: '›';
display: inline-block;
margin-left: 7px; }
.rtl .lae-portfolio-wrap .lae-portfolio-item .lae-read-more a:not(.lae-button):after, .rtl .lae-posts-carousel .lae-posts-carousel-item .lae-read-more a:not(.lae-button):after {
margin: 0 7px 0 0; } .lae-tab-slider {
clear: both;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-flow: column nowrap;
flex-flow: column nowrap; }
.lae-tab-slider .slick-list {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2; }
.lae-tab-slider .slick-list .slick-slide .lae-tab-slide-nav {
display: none; }
.lae-tab-slider .slick-dots {
list-style: none;
margin: 0;
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; }
.lae-tab-slider .slick-dots li {
list-style: none;
margin: 0 20px 0 0; }
.lae-tab-slider .slick-dots li:last-child {
margin-right: 0; }
.lae-tab-slider .slick-dots .lae-tab-slide-nav {
display: block;
text-overflow: ellipsis;
white-space: normal;
text-decoration: none;
border: none;
margin: 0;
outline: none; }
.lae-tab-slider .slick-dots .lae-tab-slide-nav span.lae-icon-wrapper i {
font-size: 32px;
vertical-align: middle;
margin-right: 10px;
-webkit-transition: color .3s ease-in-out 0s;
transition: color .3s ease-in-out 0s; }
.rtl .lae-tab-slider .slick-dots .lae-tab-slide-nav span.lae-icon-wrapper i {
margin: 0 0 0 15px; }
.lae-tab-slider .slick-dots .lae-tab-slide-nav span.lae-image-wrapper img {
display: inline-block;
vertical-align: middle;
height: auto;
width: auto;
padding: 0;
margin: 0 10px 0 0;
border: none; }
.lae-tab-slider .slick-dots .lae-tab-slide-nav span.lae-tab-title {
font-size: 14px;
line-height: 1;
font-weight: 700;
letter-spacing: 1px;
-webkit-transition: color .3s ease-in-out 0s;
transition: color .3s ease-in-out 0s;
vertical-align: middle; }
.lae-tab-slider .lae-tab-slide {
position: relative; }
.lae-tab-slider.lae-style1 {
background: #f2f2f2;
border-radius: 5px; }
.lae-tab-slider.lae-style1 .slick-list .lae-tab-slide .lae-tab-slide-content {
padding: 40px; }
.lae-tab-slider.lae-style1 .slick-dots {
border-bottom: 1px solid #dddddd;
margin: 0 40px;
text-align: center; }
.lae-tab-slider.lae-style1 .slick-dots .lae-tab-slide-nav {
position: relative;
z-index: 1;
padding: 30px 40px; }
@media only screen and (max-width: 1024px) {
.lae-tab-slider.lae-style1 .slick-dots .lae-tab-slide-nav {
padding: 25px 20px; } }
.lae-tab-slider.lae-style1 .slick-dots .lae-tab-slide-nav: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; }
.lae-tab-slider.lae-style1 .slick-dots .lae-tab-slide-nav .lae-tab-title {
color: #888;
padding: 30px 20px;
text-transform: uppercase; }
.lae-tab-slider.lae-style1 .slick-dots .lae-tab-slide-nav:hover .lae-tab-title {
color: #565656; }
.lae-tab-slider.lae-style1 .slick-dots li.slick-active .lae-tab-slide-nav .lae-tab-title {
color: #333; }
.lae-tab-slider.lae-style1 .slick-dots li.slick-active .lae-tab-slide-nav:before {
background: #f94213;
height: 2px; }
@media only screen and (max-width: 767px) {
.lae-tab-slider.lae-style1 .slick-dots {
margin: 0 30px; } }
.lae-tab-slider.lae-style2 .slick-list .lae-tab-slide .lae-tab-slide-content {
margin-top: 40px;
font-size: 16px;
line-height: 27px; }
.lae-tab-slider.lae-style2 .slick-dots li {
margin: 0 60px 0 0; }
.lae-tab-slider.lae-style2 .slick-dots li:last-child {
margin-right: 0; }
.lae-tab-slider.lae-style2 .slick-dots .lae-tab-slide-nav {
text-align: center; }
.lae-tab-slider.lae-style2 .slick-dots .lae-tab-slide-nav span.lae-icon-wrapper i {
display: block;
margin: 0 auto;
font-size: 84px;
color: #aaa; }
.lae-tab-slider.lae-style2 .slick-dots .lae-tab-slide-nav span.lae-image-wrapper img {
max-width: none;
display: block;
margin: 0 auto;
width: 84px; }
.lae-tab-slider.lae-style2 .slick-dots .lae-tab-slide-nav .lae-tab-title {
display: block;
color: #999;
font-size: 16px;
line-height: 26px;
letter-spacing: 1px;
font-weight: 600;
margin: 20px auto 0;
text-transform: uppercase; }
.lae-tab-slider.lae-style2 .slick-dots .lae-tab-slide-nav:hover span.lae-icon-wrapper i {
color: #565656; }
.lae-tab-slider.lae-style2 .slick-dots .lae-tab-slide-nav:hover .lae-tab-title {
color: #747373; }
.lae-tab-slider.lae-style2 .slick-dots li.slick-active .lae-tab-slide-nav span.lae-icon-wrapper i {
color: #747373; }
.lae-tab-slider.lae-style2 .slick-dots li.slick-active .lae-tab-slide-nav .lae-tab-title {
color: #747373; }
@media only screen and (max-width: 1024px) {
.lae-tab-slider.lae-style2 .slick-dots .lae-tab-slide-nav span.lae-icon-wrapper i {
font-size: 64px; }
.lae-tab-slider.lae-style2 .slick-dots .lae-tab-slide-nav span.lae-image-wrapper i {
width: 64px; }
.lae-tab-slider.lae-style2 .slick-dots .lae-tab-slide-nav .lae-tab-title {
font-size: 15px;
line-height: 24px;
letter-spacing: 1px; } }
.lae-tab-slider.lae-style3 .slick-list .lae-tab-slide .lae-tab-slide-content {
margin-top: 20px;
font-size: 15px;
line-height: 26px; }
.lae-tab-slider.lae-style3 .slick-dots li {
margin: 0 60px 20px 0; }
.lae-tab-slider.lae-style3 .slick-dots li:last-child {
margin-right: 0; }
.lae-tab-slider.lae-style3 .slick-dots .lae-tab-slide-nav {
text-align: center;
border-top: 2px solid transparent;
border-bottom: 2px solid transparent;
padding: 5px 0; }
.lae-tab-slider.lae-style3 .slick-dots .lae-tab-slide-nav span.lae-icon-wrapper i {
color: #aaa; }
.lae-tab-slider.lae-style3 .slick-dots .lae-tab-slide-nav span.lae-image-wrapper img {
width: 32px; }
.lae-tab-slider.lae-style3 .slick-dots .lae-tab-slide-nav .lae-tab-title {
color: #999;
font-size: 15px;
line-height: 26px;
font-weight: 600;
text-transform: uppercase; }
.lae-tab-slider.lae-style3 .slick-dots .lae-tab-slide-nav:hover span.lae-icon-wrapper i {
color: #565656; }
.lae-tab-slider.lae-style3 .slick-dots .lae-tab-slide-nav:hover .lae-tab-title {
color: #747373; }
.lae-tab-slider.lae-style3 .slick-dots li.slick-active .lae-tab-slide-nav {
border-color: #f94213; }
.lae-tab-slider.lae-style3 .slick-dots li.slick-active .lae-tab-slide-nav span.lae-icon-wrapper i {
color: #747373; }
.lae-tab-slider.lae-style3 .slick-dots li.slick-active .lae-tab-slide-nav .lae-tab-title {
color: #747373; }
@media only screen and (max-width: 767px) {
.lae-tab-slider.lae-style3 .slick-dots li {
margin: 0 40px 15px 0; }
.lae-tab-slider.lae-style3 .slick-dots li:last-child {
margin-right: 0; }
.lae-tab-slider.lae-style3 .slick-dots .lae-tab-slide-nav .lae-tab-title {
font-size: 14px;
line-height: 22px; } }.lae-services-style4 .lae-service {
margin-bottom: 60px; }
.lae-services-style4 .lae-service .lae-image-wrapper img, .lae-services-style4 .lae-service .lae-icon-wrapper i {
display: block;
margin-bottom: 20px;
text-align: left; }
.rtl .lae-services-style4 .lae-service .lae-image-wrapper img, .rtl .lae-services-style4 .lae-service .lae-icon-wrapper i {
text-align: right; }
.lae-services-style4 .lae-service .lae-icon-wrapper i {
font-size: 36px;
line-height: 1;
color: #888; }
.lae-dark-bg .lae-services-style4 .lae-service .lae-icon-wrapper i:hover {
color: #c5c5c5; }
.lae-services-style4 .lae-service .lae-service-text .lae-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; } .lae-services-style5 .lae-service {
margin-bottom: 80px; }
@media only screen and (max-width: 767px) {
.lae-services-style5 .lae-service {
margin-bottom: 50px; } }
.lae-services-style5 .lae-service .lae-icon-wrapper i {
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; }
.lae-dark-bg .lae-services-style5 .lae-service .lae-icon-wrapper i:hover {
color: #c5c5c5; }
.lae-services-style5 .lae-service .lae-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; }
.lae-services-style5 .lae-service .lae-service-text {
text-align: center;
max-width: 300px;
margin: 0 auto; }
.lae-services-style5 .lae-service .lae-service-text .lae-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; }
.lae-services-style5 .lae-service:hover .lae-image-wrapper img {
-webkit-transform: scale(0.9, 0.9);
transform: scale(0.9, 0.9); } .lae-accordion {
clear: both; }
.lae-accordion .lae-panel-title {
display: block;
cursor: pointer; }
.lae-accordion .lae-panel-content {
display: none;
overflow: hidden; }
.lae-accordion-style1 .lae-panel .lae-panel-title, .lae-accordion-style3 .lae-panel .lae-panel-title {
-webkit-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s; }
.lae-accordion-style1 .lae-panel .lae-panel-title:after, .lae-accordion-style3 .lae-panel .lae-panel-title:after {
font-family: 'lae-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: "\e916";
right: 30px;
top: 50%;
margin-top: -8px;
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; }
.lae-accordion-style1 .lae-panel.lae-active .lae-panel-title:after, .lae-accordion-style3 .lae-panel.lae-active .lae-panel-title:after {
-webkit-transform: rotate(45deg);
transform: rotate(45deg); }
.lae-accordion-style2 .lae-panel .lae-panel-title {
-webkit-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s; }
.lae-accordion-style2 .lae-panel .lae-panel-title:after {
font-family: 'lae-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: 50%;
margin-top: -9px;
content: "\e917";
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; }
.lae-accordion-style2 .lae-panel.lae-active .lae-panel-title:after {
-webkit-transform: rotate(90deg);
transform: rotate(90deg); } .lae-accordion-style1 .lae-panel {
margin: 20px 0 0;
background: #eee;
border-radius: 5px;
overflow: hidden; }
.lae-accordion-style1 .lae-panel .lae-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; }
.lae-accordion-style1 .lae-panel .lae-panel-content {
background: #f8f8f8;
padding: 30px 30px; }
.lae-accordion-style1 .lae-panel:hover .lae-panel-title {
background: #e2e2e2; }
.lae-accordion-style1 .lae-panel.lae-active .lae-panel-title {
color: #333;
background: #e2e2e2; }
.lae-accordion-style1 .lae-panel.lae-active .lae-panel-title:after {
color: #333; } .lae-accordion-style2 .lae-panel {
margin: 20px 0 0;
color: #333;
-webkit-transition: color .3s;
transition: color .3s;
position: relative; }
.lae-accordion-style2 .lae-panel .lae-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; }
.lae-accordion-style2 .lae-panel .lae-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; }
.lae-accordion-style2 .lae-panel .lae-panel-content {
padding: 20px 30px;
border-color: #dcdcdc;
border-style: solid;
border-width: 0 1px 1px 1px;
border-radius: 0 0 5px 5px; }
.lae-accordion-style2 .lae-panel:hover .lae-panel-title, .lae-accordion-style2 .lae-panel:hover .lae-panel-title:after {
color: #fff;
border-color: #333; }
.lae-accordion-style2 .lae-panel:hover .lae-panel-title:before {
height: 100%; }
.lae-accordion-style2 .lae-panel.lae-active .lae-panel-title {
background: #4c5053;
color: #fff;
border-radius: 5px 5px 0 0;
border-color: #333; }
.lae-accordion-style2 .lae-panel.lae-active .lae-panel-title:after {
color: #fff; }
.lae-dark-bg .lae-accordion-style2 .lae-panel .lae-panel-title {
color: #888;
border-color: #404040; }
.lae-dark-bg .lae-accordion-style2 .lae-panel .lae-panel-title:before {
background: #e5e5e5; }
.lae-dark-bg .lae-accordion-style2 .lae-panel:hover .lae-panel-title {
color: #333; }
.lae-dark-bg .lae-accordion-style2 .lae-panel:hover .lae-panel-title:after {
color: #666; }
.lae-dark-bg .lae-accordion-style2 .lae-panel.lae-active .lae-panel-title {
background: #e5e5e5;
color: #333;
border-color: #e5e5e5; }
.lae-dark-bg .lae-accordion-style2 .lae-panel.lae-active .lae-panel-title:after {
color: #666; }
.lae-dark-bg .lae-accordion-style2 .lae-panel .lae-panel-content {
border-color: #404040;
color: #909090; }
.lae-dark-bg .lae-accordion-style2 .lae-panel .lae-panel-content h1, .lae-dark-bg .lae-accordion-style2 .lae-panel .lae-panel-content h2, .lae-dark-bg .lae-accordion-style2 .lae-panel .lae-panel-content h3, .lae-dark-bg .lae-accordion-style2 .lae-panel .lae-panel-content h4, .lae-dark-bg .lae-accordion-style2 .lae-panel .lae-panel-content h5, .lae-dark-bg .lae-accordion-style2 .lae-panel .lae-panel-content h6 {
color: #e5e5e5; } .lae-accordion-style3 .lae-panel {
margin: 0;
border-bottom: 1px solid #dcdcdc; }
.lae-accordion-style3 .lae-panel:first-child {
border-top: 1px solid #dcdcdc; }
.lae-accordion-style3 .lae-panel .lae-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; }
.lae-accordion-style3 .lae-panel .lae-panel-content {
padding: 10px 50px 30px 5px; }
.lae-accordion-style3 .lae-panel:hover .lae-panel-title {
color: #333; }
.lae-accordion-style3 .lae-panel.lae-active .lae-panel-title {
color: #333; }
.lae-accordion-style3 .lae-panel.lae-active .lae-panel-title:after {
color: #333; }
.lae-dark-bg .lae-accordion-style3 .lae-panel {
border-color: #404040; }
.lae-dark-bg .lae-accordion-style3 .lae-panel .lae-panel-title {
color: #b0b0b0; }
.lae-dark-bg .lae-accordion-style3 .lae-panel .lae-panel-title:after {
color: #888; }
.lae-dark-bg .lae-accordion-style3 .lae-panel:hover .lae-panel-title {
color: #eaeaea; }
.lae-dark-bg .lae-accordion-style3 .lae-panel:hover .lae-panel-title:after {
color: #aaa; }
.lae-dark-bg .lae-accordion-style3 .lae-panel.lae-active .lae-panel-title {
color: #eaeaea; }
.lae-dark-bg .lae-accordion-style3 .lae-panel.lae-active .lae-panel-title:after {
color: #aaa; }
.lae-dark-bg .lae-accordion-style3 .lae-panel .lae-panel-content {
color: #909090; }
.lae-dark-bg .lae-accordion-style3 .lae-panel .lae-panel-content h1, .lae-dark-bg .lae-accordion-style3 .lae-panel .lae-panel-content h2, .lae-dark-bg .lae-accordion-style3 .lae-panel .lae-panel-content h3, .lae-dark-bg .lae-accordion-style3 .lae-panel .lae-panel-content h4, .lae-dark-bg .lae-accordion-style3 .lae-panel .lae-panel-content h5, .lae-dark-bg .lae-accordion-style3 .lae-panel .lae-panel-content h6 {
color: #e5e5e5; } @-webkit-keyframes lae-fade {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@keyframes lae-fade {
0% {
opacity: 0; }
100% {
opacity: 1; } } .lae-tabs {
clear: both;
position: relative; }
.lae-tabs .lae-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; }
.lae-tabs .lae-tab-nav .lae-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; }
.lae-tabs .lae-tab-nav .lae-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) {
.lae-tabs .lae-tab-nav .lae-tab a {
padding: 20px 25px; } }
.lae-tabs .lae-tab-nav .lae-tab span.lae-icon-wrapper i {
font-size: 32px;
vertical-align: middle;
margin-right: 10px; }
.rtl .lae-tabs .lae-tab-nav .lae-tab span.lae-icon-wrapper i {
margin: 0 0 0 15px; }
.lae-tabs .lae-tab-nav .lae-tab span.lae-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; }
.lae-tabs .lae-tab-nav .lae-tab span.lae-tab-title {
font-size: 14px;
line-height: 1;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px; }
.lae-tabs .lae-tab-panes {
position: relative; }
.lae-tabs .lae-tab-panes .lae-tab-pane {
padding: 40px;
display: none;
overflow: hidden; }
.lae-tabs .lae-tab-panes .lae-tab-pane.lae-active {
display: block;
-webkit-animation: lae-fade 0.3s ease-in-out;
animation: lae-fade 0.3s ease-in-out; } .lae-no-flexbox .lae-tab-nav {
display: block; }
.lae-no-flexbox .lae-tab-nav .lae-tab {
min-width: 15%;
display: inline-block; } .lae-tabs.lae-vertical {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.lae-tabs.lae-vertical .lae-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; }
.lae-tabs.lae-vertical .lae-tab-panes {
-webkit-box-flex: 4;
box-flex: 4;
-moz-flex: 4 1 auto;
-ms-flex: 4 1 auto;
flex: 4 1 auto; }
.lae-tabs.lae-vertical.lae-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; } .lae-tab-mobile-menu {
display: none; position: absolute;
top: 23px;
right: 20px;
background: transparent;
border: none;
z-index: 10; }
.lae-tab-mobile-menu i {
font-size: 18px;
color: #777;
font-weight: bold; }
.lae-tabs.lae-mobile-layout .lae-tab-mobile-menu {
display: block; }
.lae-tabs.lae-mobile-layout .lae-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; }
.lae-tabs.lae-mobile-layout .lae-tab-nav .lae-tab {
text-align: center;
display: none; }
.lae-tabs.lae-mobile-layout .lae-tab-nav .lae-tab.lae-active {
display: block; }
.lae-tabs.lae-mobile-layout.lae-mobile-open { }
.lae-tabs.lae-mobile-layout.lae-mobile-open .lae-tab-nav .lae-tab {
display: block; }
.lae-tabs.lae-mobile-layout.lae-mobile-open .lae-tab-mobile-menu i:before {
content: '\e915'; } .lae-tabs-style1 .lae-tab-nav .lae-tab {
border-left: 1px solid #d9d9d9;
border-bottom: 1px solid #e2e2e2;
background: #e9e9e9; }
.rtl .lae-tabs-style1 .lae-tab-nav .lae-tab {
border-left: none;
border-right: 1px solid #d9d9d9; }
.lae-tabs-style1 .lae-tab-nav .lae-tab:first-child {
border-left-color: transparent;
border-radius: 5px 0 0 0; }
.rtl .lae-tabs-style1 .lae-tab-nav .lae-tab:first-child {
border-radius: 0 5px 0 0; }
.lae-tabs-style1 .lae-tab-nav .lae-tab:last-child {
border-radius: 0 5px 0 0; }
.rtl .lae-tabs-style1 .lae-tab-nav .lae-tab:last-child {
border-radius: 5px 0 0 0; }
.lae-tabs-style1 .lae-tab-nav .lae-tab.lae-active {
border-bottom: none;
background: #f2f2f2; }
.lae-tabs-style1 .lae-tab-nav .lae-tab a {
color: #777; }
.lae-tabs-style1 .lae-tab-nav .lae-tab a:hover, .lae-tabs-style1 .lae-tab-nav .lae-tab a:focus {
color: #333; }
.lae-tabs-style1 .lae-tab-nav .lae-tab.lae-active a {
color: #333; }
.lae-tabs-style1 .lae-tab-panes {
background: #f2f2f2;
border-radius: 0 4px 4px 4px; }
.rtl .lae-tabs-style1 .lae-tab-panes {
border-radius: 4px 0 4px 4px; }
.lae-tabs-style1 .lae-mobile-layout:not(.lae-mobile-open) .lae-tab.lae-active {
background: #eeeeee; }
.lae-tabs-style1 .lae-mobile-layout .lae-tab {
border-left: none;
border-bottom-color: #d9d9d9; }
.lae-tabs-style1 .lae-mobile-layout .lae-tab:first-child {
border-radius: 5px 5px 0 0; }
.lae-tabs-style1 .lae-mobile-layout .lae-tab:last-child {
border-radius: 0; }
.lae-tabs-style1 .lae-mobile-layout .lae-tab-panes {
border-radius: 0; } .lae-tabs-style2 .lae-tab-nav {
background: #f2f2f2;
border-radius: 5px 5px 0 0;
padding: 0 30px; }
.lae-tabs-style2 .lae-tab-nav .lae-tab {
padding: 20px 10px;
position: relative; }
.lae-tabs-style2 .lae-tab-nav .lae-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; }
.lae-tabs-style2 .lae-tab-nav .lae-tab a:hover, .lae-tabs-style2 .lae-tab-nav .lae-tab a:focus {
color: #888; }
.lae-tabs-style2 .lae-tab-nav .lae-tab.lae-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; }
.lae-tabs-style2 .lae-tab-nav .lae-tab.lae-active a {
background: #838d8f;
color: #fff; }
.lae-tabs-style2 .lae-tab-panes {
background: #3c3d41;
border-radius: 0 0 5px 5px; }
.lae-tabs-style2 .lae-tab-panes .lae-tab-pane {
color: #838d8f; }
.lae-tabs-style2 .lae-tab-panes .lae-tab-pane h1, .lae-tabs-style2 .lae-tab-panes .lae-tab-pane h2, .lae-tabs-style2 .lae-tab-panes .lae-tab-pane h3, .lae-tabs-style2 .lae-tab-panes .lae-tab-pane h4, .lae-tabs-style2 .lae-tab-panes .lae-tab-pane h5, .lae-tabs-style2 .lae-tab-panes .lae-tab-pane h6 {
color: #fff; }
.lae-tabs-style2 .lae-mobile-layout .lae-tab-mobile-menu {
top: 27px; }
.lae-tabs-style2 .lae-mobile-layout .lae-tab-nav {
padding: 0; }
.lae-tabs-style2 .lae-mobile-layout.lae-mobile-open .lae-tab {
border-bottom: 1px solid #e2e2e2; }
.lae-tabs-style2 .lae-mobile-layout.lae-mobile-open .lae-tab:last-child {
border-bottom: none; }
.lae-tabs-style2 .lae-mobile-layout.lae-mobile-open .lae-tab.lae-active:after {
display: none; }
.lae-dark-bg .lae-tabs-style2 .lae-tab-nav .lae-tab a {
color: #333; }
.lae-dark-bg .lae-tabs-style2 .lae-tab-nav .lae-tab a:hover, .lae-dark-bg .lae-tabs-style2 .lae-tab-nav .lae-tab a:focus {
color: #666; }
.lae-dark-bg .lae-tabs-style2 .lae-tab-nav .lae-tab.lae-active a {
background: #aaa;
color: #fff; }
.lae-dark-bg .lae-tabs-style2 .lae-tab-nav .lae-tab.lae-active:after {
border-bottom: 8px solid #e7e7e7; }
.lae-dark-bg .lae-tabs-style2 .lae-tab-panes {
background: #e7e7e7; }
.lae-dark-bg .lae-tabs-style2 .lae-tab-panes .lae-tab-pane {
color: #666; }
.lae-dark-bg .lae-tabs-style2 .lae-tab-panes .lae-tab-pane h1, .lae-dark-bg .lae-tabs-style2 .lae-tab-panes .lae-tab-pane h2, .lae-dark-bg .lae-tabs-style2 .lae-tab-panes .lae-tab-pane h3, .lae-dark-bg .lae-tabs-style2 .lae-tab-panes .lae-tab-pane h4, .lae-dark-bg .lae-tabs-style2 .lae-tab-panes .lae-tab-pane h5, .lae-dark-bg .lae-tabs-style2 .lae-tab-panes .lae-tab-pane h6 {
color: #333; } .lae-tabs-style3 .lae-tab-nav {
background: #3c3d41;
border-radius: 5px 5px 0 0; }
.lae-tabs-style3 .lae-tab-nav .lae-tab {
position: relative;
border-right: 1px solid #4e4f53; }
.lae-tabs-style3 .lae-tab-nav .lae-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; }
.lae-tabs-style3 .lae-tab-nav .lae-tab a:hover, .lae-tabs-style3 .lae-tab-nav .lae-tab a:focus {
color: #ccc; }
.lae-tabs-style3 .lae-tab-nav .lae-tab.lae-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; }
.lae-tabs-style3 .lae-tab-nav .lae-tab span.lae-icon-wrapper i, .lae-tabs-style3 .lae-tab-nav .lae-tab span.lae-image-wrapper img {
margin: 0 auto; }
.rtl .lae-tabs-style3 .lae-tab-nav .lae-tab span.lae-icon-wrapper i, .rtl .lae-tabs-style3 .lae-tab-nav .lae-tab span.lae-image-wrapper img {
margin: 0 auto; }
.lae-tabs-style3 .lae-tab-nav .lae-tab span.lae-tab-title {
display: none; }
.lae-tabs-style3 .lae-tab-nav .lae-tab.lae-active a {
color: #eeeeee; }
.lae-tabs-style3 .lae-tab-panes {
background: #f2f2f2;
border-radius: 0 0 5px 5px; }
.lae-tabs-style3 .lae-mobile-layout .lae-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; }
.lae-tabs-style3 .lae-mobile-layout.lae-mobile-open .lae-tab {
border-bottom: 1px solid #4e4f53; }
.lae-dark-bg .lae-tabs-style3 .lae-mobile-layout.lae-mobile-open .lae-tab {
border-bottom-color: #e5e5e5; }
.lae-tabs-style3 .lae-mobile-layout.lae-mobile-open .lae-tab.lae-active:after {
display: none; }
.lae-dark-bg .lae-tabs-style3 .lae-tab-nav {
background: #fff; }
.lae-dark-bg .lae-tabs-style3 .lae-tab-nav .lae-tab {
border-right: 1px solid #ececec; }
.lae-dark-bg .lae-tabs-style3 .lae-tab-nav .lae-tab a {
color: #969696; }
.lae-dark-bg .lae-tabs-style3 .lae-tab-nav .lae-tab a:hover, .lae-dark-bg .lae-tabs-style3 .lae-tab-nav .lae-tab a:focus {
color: #666; }
.lae-dark-bg .lae-tabs-style3 .lae-tab-nav .lae-tab.lae-active a {
color: #333; }
.lae-dark-bg .lae-tabs-style3 .lae-tab-nav .lae-tab.lae-active:after {
border-bottom: 8px solid #e7e7e7; }
.lae-dark-bg .lae-tabs-style3 .lae-tab-panes {
background: #e7e7e7; }
.lae-dark-bg .lae-tabs-style3 .lae-tab-panes .lae-tab-pane {
color: #666; }
.lae-dark-bg .lae-tabs-style3 .lae-tab-panes .lae-tab-pane h1, .lae-dark-bg .lae-tabs-style3 .lae-tab-panes .lae-tab-pane h2, .lae-dark-bg .lae-tabs-style3 .lae-tab-panes .lae-tab-pane h3, .lae-dark-bg .lae-tabs-style3 .lae-tab-panes .lae-tab-pane h4, .lae-dark-bg .lae-tabs-style3 .lae-tab-panes .lae-tab-pane h5, .lae-dark-bg .lae-tabs-style3 .lae-tab-panes .lae-tab-pane h6 {
color: #333; } .lae-tabs-style4 {
background: #f2f2f2;
border-radius: 5px; }
.lae-tabs-style4 .lae-tab-nav {
border-bottom: 1px solid #dddddd;
margin: 0 40px; }
.lae-tabs-style4 .lae-tab-nav .lae-tab {
position: relative;
z-index: 1;
margin-right: 20px; }
.rtl .lae-tabs-style4 .lae-tab-nav .lae-tab {
margin: 0 0 0 20px; }
.lae-tabs-style4 .lae-tab-nav .lae-tab:last-child {
margin-right: 0; }
.rtl .lae-tabs-style4 .lae-tab-nav .lae-tab:last-child {
margin-left: 0; }
.lae-tabs-style4 .lae-tab-nav .lae-tab a {
color: #888;
padding: 30px 20px; }
.lae-tabs-style4 .lae-tab-nav .lae-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; }
.lae-tabs-style4 .lae-tab-nav .lae-tab:hover a {
color: #565656; }
.lae-tabs-style4 .lae-tab-nav .lae-tab.lae-active a {
color: #333; }
.lae-tabs-style4 .lae-tab-nav .lae-tab.lae-active:before {
background: #f94213;
height: 2px; }
.lae-tabs-style4 .lae-tab-pane {
padding: 40px; }
.lae-tabs-style4 .lae-mobile-layout .lae-tab-nav {
cursor: pointer;
padding: 0;
margin: 0;
border: none; }
.lae-tabs-style4 .lae-mobile-layout .lae-tab-nav .lae-tab {
margin: 0;
border-bottom: 1px solid #e0e0e0; }
.lae-dark-bg .lae-tabs-style4 .lae-mobile-layout .lae-tab-nav .lae-tab {
border-left: 1px solid #404040;
border-right: 1px solid #404040;
border-bottom-color: #404040; }
.lae-dark-bg .lae-tabs-style4 .lae-mobile-layout .lae-tab-nav .lae-tab:first-child {
border-top: 1px solid #404040; }
.lae-tabs-style4 .lae-mobile-layout .lae-tab-nav .lae-tab a {
padding: 20px 25px; }
.lae-tabs-style4 .lae-mobile-layout .lae-tab-nav .lae-tab:before {
display: none; }
.lae-tabs-style4 .lae-mobile-layout.lae-mobile-open .lae-tab.lae-active {
border-left: 2px solid #f94213;
border-right: 2px solid #f94213; }
.lae-dark-bg .lae-tabs-style4 .lae-mobile-layout:not(.lae-mobile-open) .lae-tab.lae-active {
border-top: 1px solid #404040; }
.lae-dark-bg .lae-tabs-style4 {
background: transparent; }
.lae-dark-bg .lae-tabs-style4 .lae-tab-nav {
margin: 0;
border-bottom: 1px solid #2a2a2a; }
.lae-dark-bg .lae-tabs-style4 .lae-tab-nav .lae-tab a {
color: #707070; }
.lae-dark-bg .lae-tabs-style4 .lae-tab-nav .lae-tab:hover a {
color: #b0b0b0; }
.lae-dark-bg .lae-tabs-style4 .lae-tab-nav .lae-tab.lae-active a {
color: #e5e5e5; }
.lae-dark-bg .lae-tabs-style4 .lae-tab-pane {
padding: 40px 0 0;
color: #909090; }
.lae-dark-bg .lae-tabs-style4 .lae-tab-pane h1, .lae-dark-bg .lae-tabs-style4 .lae-tab-pane h2, .lae-dark-bg .lae-tabs-style4 .lae-tab-pane h3, .lae-dark-bg .lae-tabs-style4 .lae-tab-pane h4, .lae-dark-bg .lae-tabs-style4 .lae-tab-pane h5, .lae-dark-bg .lae-tabs-style4 .lae-tab-pane h6 {
color: #e5e5e5; } .lae-tabs-style5 .lae-tab-nav a {
padding: 20px 50px;
color: #777;
position: relative;
z-index: 1; }
.lae-tabs-style5 .lae-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%; }
.lae-tabs-style5 .lae-tab-nav a:hover, .lae-tabs-style5 .lae-tab-nav a:focus {
color: #333; }
.lae-tabs-style5 .lae-tab-nav .lae-tab.lae-active a {
color: #333; }
.lae-tabs-style5 .lae-tab-nav .lae-tab.lae-active a:after {
background-color: #f2f2f2;
-webkit-transform: perspective(900px) rotate3d(1, 0, 0, 0deg);
transform: perspective(900px) rotate3d(1, 0, 0, 0deg); }
.lae-tabs-style5 .lae-tab-panes {
background: #f2f2f2; }
.lae-tabs-style5 .lae-mobile-layout .lae-tab-nav .lae-tab {
background: #f2f2f2;
border-bottom: 1px solid #e5e5e5; }
.lae-dark-bg .lae-tabs-style5 .lae-tab-nav .lae-tab a {
color: #b0b0b0; }
.lae-dark-bg .lae-tabs-style5 .lae-tab-nav .lae-tab a:hover, .lae-dark-bg .lae-tabs-style5 .lae-tab-nav .lae-tab a:focus {
color: #dddddd; }
.lae-dark-bg .lae-tabs-style5 .lae-tab-nav .lae-tab.lae-active a {
color: #333; } .lae-tabs-style6 .lae-tab-nav .lae-tab, .lae-tabs-style7 .lae-tab-nav .lae-tab {
text-align: left; }
.lae-tabs-style6 .lae-tab-nav .lae-tab a, .lae-tabs-style7 .lae-tab-nav .lae-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; }
.lae-tabs-style6 .lae-tab-nav .lae-tab a:hover, .lae-tabs-style6 .lae-tab-nav .lae-tab a:focus, .lae-tabs-style7 .lae-tab-nav .lae-tab a:hover, .lae-tabs-style7 .lae-tab-nav .lae-tab a:focus {
color: #333333; }
.lae-tabs-style6 .lae-tab-nav .lae-tab.lae-active a, .lae-tabs-style7 .lae-tab-nav .lae-tab.lae-active a {
border-color: #f94213;
color: #333; }
.lae-tabs-style6 .lae-tab-pane, .lae-tabs-style7 .lae-tab-pane {
padding: 40px 0 0; }
.lae-tabs-style6 .lae-tab-nav {
margin: 0 auto;
text-align: left; }
.rtl .lae-tabs-style6 .lae-tab-nav {
text-align: right; }
.lae-tabs-style6 .lae-tab-nav .lae-tab {
margin-right: 50px; }
.rtl .lae-tabs-style6 .lae-tab-nav .lae-tab {
margin: 0 0 0 50px; }
.lae-tabs-style6 .lae-tab-nav .lae-tab:last-child {
margin-right: 0; }
.rtl .lae-tabs-style6 .lae-tab-nav .lae-tab:last-child {
margin-left: 0; }
.lae-tabs-style6 .lae-tabs .lae-tab-panes .lae-tab-pane {
padding: 40px 0 0; }
.lae-tabs-style7 .lae-tab-nav .lae-tab {
padding: 0 25px 0 0; }
.rtl .lae-tabs-style7 .lae-tab-nav .lae-tab {
padding: 0 0 0 25px; }
.lae-tabs-style7 .lae-tab-nav .lae-tab a {
max-width: none;
margin: 6px 0; }
@media only screen and (max-width: 479px) {
.lae-tabs-style7 .lae-tab-nav .lae-tab a {
text-align: center; } }
.lae-tabs-style7 .lae-tab-panes {
-webkit-box-flex: 6;
box-flex: 6;
-moz-flex: 6 1 auto;
-ms-flex: 6 1 auto;
flex: 6 1 auto; }
.lae-tabs-style7 .lae-tab-panes .lae-tab-pane {
padding: 0 0 0 20px; }
.rtl .lae-tabs-style7 .lae-tab-panes .lae-tab-pane {
padding: 0 20px 0 0; }
.lae-tabs-style6 .lae-mobile-layout .lae-tab-mobile-menu, .lae-tabs-style7 .lae-mobile-layout .lae-tab-mobile-menu {
top: 22px; }
.lae-tabs-style6 .lae-mobile-layout .lae-tab-nav .lae-tab, .lae-tabs-style7 .lae-mobile-layout .lae-tab-nav .lae-tab {
padding: 12px 0;
width: 100%;
text-align: center; }
.lae-tabs-style6 .lae-mobile-layout .lae-tab-nav .lae-tab a, .lae-tabs-style7 .lae-mobile-layout .lae-tab-nav .lae-tab a {
margin: 0; }
.lae-tabs-style6 .lae-mobile-layout .lae-tab-pane, .lae-tabs-style7 .lae-mobile-layout .lae-tab-pane {
padding: 30px 0 0; }
.lae-dark-bg .lae-tabs-style6 .lae-tab-nav .lae-tab a, .lae-dark-bg .lae-tabs-style7 .lae-tab-nav .lae-tab a {
color: #b0b0b0; }
.lae-dark-bg .lae-tabs-style6 .lae-tab-nav .lae-tab:hover a, .lae-dark-bg .lae-tabs-style7 .lae-tab-nav .lae-tab:hover a {
color: #dddddd; }
.lae-dark-bg .lae-tabs-style6 .lae-tab-nav .lae-tab.lae-active a, .lae-dark-bg .lae-tabs-style7 .lae-tab-nav .lae-tab.lae-active a {
color: #eaeaea; }
.lae-dark-bg .lae-tabs-style6 .lae-tab-pane, .lae-dark-bg .lae-tabs-style7 .lae-tab-pane {
color: #909090; }
.lae-dark-bg .lae-tabs-style6 .lae-tab-pane h1, .lae-dark-bg .lae-tabs-style6 .lae-tab-pane h2, .lae-dark-bg .lae-tabs-style6 .lae-tab-pane h3, .lae-dark-bg .lae-tabs-style6 .lae-tab-pane h4, .lae-dark-bg .lae-tabs-style6 .lae-tab-pane h5, .lae-dark-bg .lae-tabs-style6 .lae-tab-pane h6, .lae-dark-bg .lae-tabs-style7 .lae-tab-pane h1, .lae-dark-bg .lae-tabs-style7 .lae-tab-pane h2, .lae-dark-bg .lae-tabs-style7 .lae-tab-pane h3, .lae-dark-bg .lae-tabs-style7 .lae-tab-pane h4, .lae-dark-bg .lae-tabs-style7 .lae-tab-pane h5, .lae-dark-bg .lae-tabs-style7 .lae-tab-pane h6 {
color: #e5e5e5; } .lae-tabs-style8 .lae-tab-nav .lae-tab {
margin: 2px 0; }
.lae-tabs-style8 .lae-tab-nav .lae-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; }
.lae-tabs-style8 .lae-tab-nav .lae-tab a:hover, .lae-tabs-style8 .lae-tab-nav .lae-tab a:focus {
color: #333333; }
.lae-tabs-style8 .lae-tab-nav .lae-tab.lae-active a {
color: #333;
border-left-color: #f94213; }
.lae-tabs-style8 .lae-tabs .lae-tab-panes .lae-tab-pane {
padding: 0 0 0 40px; }
.rtl .lae-tabs-style8 .lae-tabs .lae-tab-panes .lae-tab-pane {
padding: 0 40px 0 0; }
.lae-tabs-style8 .lae-mobile-layout .lae-tab-mobile-menu {
top: 18px; }
.lae-tabs-style8 .lae-mobile-layout .lae-tab-nav .lae-tab a {
text-align: left; }
.lae-tabs-style8 .lae-mobile-layout:not(.lae-mobile-open) .lae-tab.lae-active a {
border-color: transparent !important; }
.lae-tabs-style8 .lae-mobile-layout .lae-tab-pane {
padding: 30px 0 0; }
.lae-dark-bg .lae-tabs-style8 .lae-tab-pane {
color: #909090; }
.lae-dark-bg .lae-tabs-style8 .lae-tab-pane h1, .lae-dark-bg .lae-tabs-style8 .lae-tab-pane h2, .lae-dark-bg .lae-tabs-style8 .lae-tab-pane h3, .lae-dark-bg .lae-tabs-style8 .lae-tab-pane h4, .lae-dark-bg .lae-tabs-style8 .lae-tab-pane h5, .lae-dark-bg .lae-tabs-style8 .lae-tab-pane h6 {
color: #e5e5e5; } .lae-tabs-style9 {
background: #f2f2f2;
border-radius: 5px; }
.lae-tabs-style9 .lae-tab-nav {
border-right: 1px solid #dddddd; }
.rtl .lae-tabs-style9 .lae-tab-nav {
border-right: none;
border-left: 1px solid #dddddd; }
.lae-tabs-style9 .lae-tab-nav .lae-tab {
border-bottom: 1px solid #d8d8d8;
background: #e9e9e9; }
.lae-tabs-style9 .lae-tab-nav .lae-tab.lae-active {
margin-right: -1px;
background: #f2f2f2; }
.rtl .lae-tabs-style9 .lae-tab-nav .lae-tab.lae-active {
margin-right: 0;
margin-left: -1px; }
.lae-tabs-style9 .lae-tab-nav .lae-tab a {
padding: 20px 30px;
color: #777; }
.lae-tabs-style9 .lae-tab-nav .lae-tab a:hover, .lae-tabs-style9 .lae-tab-nav .lae-tab a:focus {
color: #333; }
.lae-tabs-style9 .lae-tab-nav .lae-tab.lae-active a {
color: #333; }
.lae-tabs-style9 .lae-tab-panes {
-webkit-box-flex: 5;
box-flex: 5;
-moz-flex: 5 1 auto;
-ms-flex: 5 1 auto;
flex: 5 1 auto; }
.lae-tabs-style9 .lae-mobile-layout .lae-tab-nav {
border-right: none; }
.lae-tabs-style9 .lae-mobile-layout .lae-tab-nav .rtl {
border-left: none; }
.lae-tabs-style9 .lae-mobile-layout:not(.lae-mobile-open) .lae-tab.lae-active {
background: #eeeeee;
border: none; } .lae-tabs-style10 .lae-tab-nav {
background: #3c3d41;
border-radius: 5px 0 0 5px; }
.rtl .lae-tabs-style10 .lae-tab-nav {
border-radius: 0 5px 5px 0; }
.lae-tabs-style10 .lae-tab-nav .lae-tab {
position: relative;
border-bottom: 1px solid #4e4f53;
padding: 0; }
.lae-tabs-style10 .lae-tab-nav .lae-tab:last-child {
border-bottom: none; }
.lae-tabs-style10 .lae-tab-nav .lae-tab a {
padding: 20px;
color: #8f8e93;
-webkit-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s; }
.lae-tabs-style10 .lae-tab-nav .lae-tab a:hover, .lae-tabs-style10 .lae-tab-nav .lae-tab a:focus {
color: #ccc; }
.lae-tabs-style10 .lae-tab-nav .lae-tab.lae-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; }
.rtl .lae-tabs-style10 .lae-tab-nav .lae-tab.lae-active:after {
display: none; }
.rtl .lae-tabs-style10 .lae-tab-nav .lae-tab.lae-active:before {
content: '';
display: block;
position: absolute;
top: 32px;
left: 0;
height: 8px;
margin: 0 auto;
border-top: 8px solid transparent;
border-left: 8px solid #f2f2f2;
border-bottom: 8px solid transparent; }
.lae-tabs-style10 .lae-tab-nav .lae-tab span.lae-icon-wrapper i, .lae-tabs-style10 .lae-tab-nav .lae-tab span.lae-image-wrapper {
margin: 0 auto; }
.rtl .lae-tabs-style10 .lae-tab-nav .lae-tab span.lae-icon-wrapper i, .rtl .lae-tabs-style10 .lae-tab-nav .lae-tab span.lae-image-wrapper {
margin: 0 auto; }
.lae-tabs-style10 .lae-tab-nav .lae-tab span.lae-tab-title {
display: none; }
.lae-tabs-style10 .lae-tab-nav .lae-tab.lae-active a {
color: #ffffff; }
.lae-tabs-style10 .lae-tab-panes {
background: #f2f2f2;
border-radius: 0 5px 5px 0; }
.rtl .lae-tabs-style10 .lae-tab-panes {
border-radius: 5px 0 0 5px; }
.lae-tabs-style10 .lae-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; }
.lae-tabs-style10 .lae-mobile-layout .lae-tab-mobile-menu {
display: none; }
.lae-tabs-style10 .lae-mobile-layout .lae-tab-nav .lae-tab {
display: block; }
.lae-dark-bg .lae-tabs-style10 .lae-tab-nav {
background: #fff; }
.lae-dark-bg .lae-tabs-style10 .lae-tab-nav .lae-tab {
border-bottom: 1px solid #ececec; }
.lae-dark-bg .lae-tabs-style10 .lae-tab-nav .lae-tab:last-child {
border-bottom: none; }
.lae-dark-bg .lae-tabs-style10 .lae-tab-nav .lae-tab a {
color: #969696; }
.lae-dark-bg .lae-tabs-style10 .lae-tab-nav .lae-tab a:hover, .lae-dark-bg .lae-tabs-style10 .lae-tab-nav .lae-tab a:focus {
color: #666; }
.lae-dark-bg .lae-tabs-style10 .lae-tab-nav .lae-tab.lae-active a {
color: #333; }
.lae-dark-bg .lae-tabs-style10 .lae-tab-nav .lae-tab.lae-active:after {
border-right: 8px solid #e7e7e7; }
.lae-dark-bg .lae-tabs-style10 .lae-tab-nav .lae-tab.lae-active:before {
border-left: 8px solid #e7e7e7; }
.lae-dark-bg .lae-tabs-style10 .lae-tab-panes {
background: #e7e7e7; }
.lae-dark-bg .lae-tabs-style10 .lae-tab-panes .lae-tab-pane {
color: #666; }
.lae-dark-bg .lae-tabs-style10 .lae-tab-panes .lae-tab-pane h1, .lae-dark-bg .lae-tabs-style10 .lae-tab-panes .lae-tab-pane h2, .lae-dark-bg .lae-tabs-style10 .lae-tab-panes .lae-tab-pane h3, .lae-dark-bg .lae-tabs-style10 .lae-tab-panes .lae-tab-pane h4, .lae-dark-bg .lae-tabs-style10 .lae-tab-panes .lae-tab-pane h5, .lae-dark-bg .lae-tabs-style10 .lae-tab-panes .lae-tab-pane h6 {
color: #333; } .lae-block-grid .lae-module {
padding: 0; } .lae-block-gallery .lae-module {
padding: 0; } .lae-image-slider {
clear: both;
position: relative;
padding: 0 0 40px 0; }
.lae-image-slider .lae-slide {
position: relative;
background: black !important; }
.lae-image-slider .lae-slide img {
-webkit-transition: all .4s ease-in-out 0s;
transition: all .4s ease-in-out 0s;
opacity: 0.7; }
.lae-image-slider .lae-slide:hover img {
opacity: 0.5; }
.lae-image-slider .lae-slide .lae-caption {
position: absolute;
max-width: 700px; }
.lae-image-slider .lae-slide .lae-caption .lae-heading {
font-size: 36px;
line-height: 44px;
font-weight: bold;
margin: 0;
color: #fff; }
.lae-image-slider .lae-slide .lae-caption .lae-heading a {
color: #fff; }
.lae-image-slider .lae-slide .lae-caption .lae-heading a:hover {
border-bottom: 2px solid #fff; }
.lae-image-slider .lae-slide .lae-caption .lae-subheading {
color: #b1b3b2;
font-style: italic;
font-size: 16px;
line-height: 26px;
margin-bottom: 12px;
font-weight: 400; }
.lae-image-slider .lae-slide .lae-caption .lae-button {
margin-top: 50px;
color: #fefefe; }
@media only screen and (max-width: 600px) {
.lae-image-slider .lae-slide .lae-caption .lae-subheading {
font-size: 14px;
line-height: 22px; }
.lae-image-slider .lae-slide .lae-caption .lae-heading {
font-size: 22px;
line-height: 30px; }
.lae-image-slider .lae-slide .lae-caption .lae-button {
margin-top: 30px;
padding: 12px 25px;
font-size: 11px; } }
.lae-image-slider .lae-flex-direction-nav a, .lae-image-slider .lae-flex-direction-nav a:hover {
color: #ddd;
font-size: 32px;
width: 36px;
height: 36px;
margin: -18px 0 0;
-webkit-transition: all .4s ease-in-out 0s;
transition: all .4s ease-in-out 0s; }
.lae-image-slider .lae-flex-direction-nav a.lae-flex-prev, .lae-image-slider .lae-flex-direction-nav a:hover.lae-flex-prev {
left: 20px; }
.lae-image-slider .lae-flex-direction-nav a.lae-flex-next, .lae-image-slider .lae-flex-direction-nav a:hover.lae-flex-next {
right: 20px; }
.lae-image-slider .lae-flex-direction-nav a:hover {
color: #efefef; }
.lae-image-slider button.slick-prev {
left: 20px; }
.lae-image-slider button.slick-next {
right: 20px; }
.lae-image-slider button.slick-prev, .lae-image-slider button.slick-next, .lae-image-slider button.slick-prev:hover, .lae-image-slider button.slick-next:hover {
font-size: 32px;
width: 36px;
height: 36px;
margin: -18px 0 0;
z-index: 10; }
.lae-image-slider button.slick-prev:before, .lae-image-slider button.slick-next:before {
font-size: 32px;
color: #ddd !important; }
.lae-image-slider button.slick-prev:hover:before, .lae-image-slider button.slick-next:hover:before {
color: #fff !important; }
.lae-image-slider.lae-caption-style1 .lae-caption {
top: 50%;
left: 0;
right: 0;
margin: 0 auto;
text-align: center;
padding: 0 20px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%); }
.lae-image-slider.lae-caption-style2 .lae-caption {
bottom: 50px;
left: 50px;
text-align: left;
margin: 0;
padding: 0 20px; }
.lae-image-slider.lae-caption-style2 .lae-caption .lae-button {
display: none; }
.lae-image-slider.lae-caption-style2 .lae-caption .lae-heading {
text-align: left; }
@media only screen and (max-width: 1024px) {
.lae-image-slider.lae-caption-style2 .lae-caption {
left: 20px;
bottom: 30px; }
.lae-image-slider.lae-caption-style2 .lae-caption .lae-subheading {
margin-bottom: 10px; } }
@media only screen and (max-width: 600px) {
.lae-image-slider.lae-caption-style2 .lae-caption {
left: 0;
bottom: 20px; }
.lae-image-slider.lae-caption-style2 .lae-caption .lae-subheading {
margin-bottom: 5px; } } .lae-image-slider .nivo-caption .lae-heading {
color: #fff;
font-size: 36px;
line-height: 44px;
font-weight: bold;
margin: 0; }
.lae-image-slider .nivo-caption .lae-heading a {
color: #fff; }
.lae-image-slider .nivo-caption .lae-heading a:hover {
border-bottom: 2px solid #fff; }
.lae-image-slider .nivo-caption .lae-subheading {
margin-bottom: 10px;
color: #b1b3b2;
font-style: italic;
font-size: 16px;
line-height: 24px; }
@media only screen and (max-width: 600px) {
.lae-image-slider .nivo-caption .lae-subheading {
font-size: 14px;
line-height: 22px; }
.lae-image-slider .nivo-caption .lae-heading {
font-size: 22px;
line-height: 30px; } }
.lae-image-slider.lae-caption-style1 .nivo-caption {
left: 0;
right: 0;
top: 50%;
bottom: initial;
text-align: center;
color: #fff;
width: 100%;
height: auto;
padding: 25px 30px;
max-width: 600px;
margin: 0 auto;
-webkit-transform: translateY(-50%);
transform: translateY(-50%); }
.lae-image-slider.lae-caption-style2 .nivo-caption {
padding: 25px 50px; }
.lae-image-slider.lae-caption-style2 .nivo-caption .lae-heading {
text-align: left; }
@media only screen and (max-width: 600px) {
.lae-image-slider.lae-caption-style2 .nivo-caption {
padding: 10px 30px; } } .lae-icon-list {
clear: both;
font-size: 0; width: 100%; }
.lae-icon-list.lae-alignleft {
text-align: left; }
.lae-icon-list.lae-alignright {
text-align: right; }
.lae-icon-list.lae-aligncenter {
text-align: center; }
.lae-icon-list .lae-icon-list-item {
display: inline-block;
padding: 0;
border: none;
outline: none;
margin: 0 0 0 15px; }
.rtl .lae-icon-list .lae-icon-list-item {
margin: 0 15px 0 0; }
.lae-icon-list .lae-icon-list-item:first-child {
margin: 0; }
.lae-icon-list .lae-icon-list-item .lae-icon-wrapper i {
display: block;
font-size: 32px;
line-height: 1;
color: #666;
-webkit-transition: color .3s ease-in-out 0s;
transition: color .3s ease-in-out 0s; }
.lae-icon-list .lae-icon-list-item .lae-image-wrapper img {
display: block;
max-width: 100%;
width: 32px;
height: auto;
margin: 0 auto;
-webkit-transition: all .4s ease-in-out 0s;
transition: all .4s ease-in-out 0s; }
.lae-icon-list .lae-icon-list-item:hover .lae-image-wrapper img {
opacity: 0.8; }
.lae-icon-list .lae-icon-list-item:hover .lae-icon-wrapper i {
color: #333; }
.lae-circular-icon-list .lae-icon-list .lae-icon-list-item {
margin: 0 0 0 25px;
width: 50px;
height: 50px;
border-radius: 100%; }
@media only screen and (max-width: 479px) {
.lae-circular-icon-list .lae-icon-list .lae-icon-list-item {
margin: 0 0 20px 20px; } }
.lae-circular-icon-list .lae-icon-list .lae-icon-list-item:first-child {
margin-left: 0; }
.lae-dark-bg .lae-circular-icon-list .lae-icon-list .lae-icon-list-item {
background: #48484a; }
.lae-circular-icon-list .lae-icon-list .lae-icon-list-item .lae-icon-wrapper i {
font-size: 22px; padding: 14px 0; } .lae-gallery-carousel {
clear: both; }
@media only screen and (max-width: 1024px) {
.lae-gallery-carousel .lae-gallery-carousel-item {
margin-bottom: 20px; } }
.lae-gallery-carousel .lae-gallery-carousel-item .hentry {
margin: 0;
padding: 0;
border: none;
background: none;
-webkit-box-shadow: none;
box-shadow: none; }
.lae-gallery-carousel .lae-gallery-carousel-item .lae-project-image {
position: relative;
overflow: hidden; }
.lae-gallery-carousel .lae-gallery-carousel-item .lae-project-image img {
width: 100%;
display: block;
-webkit-transition: all .4s ease-in-out 0s;
transition: all .4s ease-in-out 0s; }
.lae-gallery-carousel .lae-gallery-carousel-item .lae-project-image:hover img {
-webkit-filter: brightness(50%);
filter: brightness(50%); }
.lae-gallery-carousel .lae-gallery-carousel-item .lae-project-image .lae-image-info {
display: block;
text-align: center; }
.lae-gallery-carousel .lae-gallery-carousel-item .lae-project-image .lae-image-info .lae-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%); }
.lae-gallery-carousel .lae-gallery-carousel-item .lae-project-image .lae-image-info .lae-entry-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) {
.lae-gallery-carousel .lae-gallery-carousel-item .lae-project-image .lae-image-info .lae-entry-title {
font-size: 18px;
line-height: 26px; } }
.lae-gallery-carousel .lae-gallery-carousel-item .lae-project-image .lae-image-info .lae-entry-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; }
.lae-gallery-carousel .lae-gallery-carousel-item .lae-project-image .lae-image-info .lae-entry-title a:hover {
border-bottom: 1px solid #ccc; }
.lae-gallery-carousel .lae-gallery-carousel-item .lae-project-image .lae-image-info .lae-terms {
display: block;
color: #ddd;
font-size: 14px;
line-height: 22px;
font-style: italic;
opacity: 0;
-webkit-transition: opacity .4s ease-in-out 0s;
transition: opacity .4s ease-in-out 0s; }
.lae-gallery-carousel .lae-gallery-carousel-item .lae-project-image .lae-image-info .lae-video-lightbox, .lae-gallery-carousel .lae-gallery-carousel-item .lae-project-image .lae-image-info .lae-video-lightbox i {
color: #fff;
font-size: 32px;
line-height: 1;
-webkit-transition: color .4s ease-in-out 0s;
transition: color .4s ease-in-out 0s; }
.lae-gallery-carousel .lae-gallery-carousel-item .lae-project-image .lae-image-info .lae-video-lightbox:hover, .lae-gallery-carousel .lae-gallery-carousel-item .lae-project-image .lae-image-info .lae-video-lightbox i:hover {
color: #ddd; }
.lae-gallery-carousel .lae-gallery-carousel-item .lae-project-image .lae-image-info .lae-lightbox-item {
position: absolute;
top: 0;
right: 0;
color: #fff;
font-size: 22px;
line-height: 1;
display: block;
padding: 12px;
background: transparent;
opacity: 0;
-webkit-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s; }
.lae-gallery-carousel .lae-gallery-carousel-item .lae-project-image .lae-image-info .lae-lightbox-item i {
font-size: 22px; }
.lae-gallery-carousel .lae-gallery-carousel-item .lae-project-image .lae-image-info .lae-lightbox-item:hover {
background: rgba(0, 0, 0, 0.5); }
.lae-gallery-carousel .lae-gallery-carousel-item .lae-project-image:hover .lae-image-info .lae-entry-title, .lae-gallery-carousel .lae-gallery-carousel-item .lae-project-image:hover .lae-image-info .lae-terms, .lae-gallery-carousel .lae-gallery-carousel-item .lae-project-image:hover .lae-image-info .lae-lightbox-item {
opacity: 1; } .lae-features {
clear: both; }
@media only screen and (max-width: 767px) {
.lae-features .lae-feature {
margin-bottom: 50px; } }
.lae-features .lae-feature:last-child {
margin-bottom: 0 !important; }
.lae-features .lae-feature .lae-subtitle {
font-size: 14px;
line-height: 22px;
letter-spacing: 2px;
font-weight: normal;
font-style: normal;
text-transform: uppercase;
color: #ACB2BF;
margin-bottom: 5px; }
@media only screen and (max-width: 767px) {
.lae-features .lae-feature .lae-subtitle {
font-size: 12px;
line-height: 18px; } }
.lae-features .lae-feature .lae-title {
font-size: 32px;
line-height: 42px;
margin-bottom: 15px; }
@media only screen and (max-width: 1024px) {
.lae-features .lae-feature .lae-title {
font-size: 26px;
line-height: 36px; } }
.lae-features .lae-feature .lae-title-link .lae-title {
color: #333;
-webkit-transition: color .3s ease-in-out 0s;
transition: color .3s ease-in-out 0s; }
.lae-features .lae-feature .lae-title-link:hover .lae-title {
color: #666; }
.lae-features .lae-feature .lae-feature-details {
color: #9297A3;
font-size: 14px;
line-height: 24px; }
@media only screen and (max-width: 767px) {
.lae-features .lae-feature .lae-feature-details {
font-size: 13px;
line-height: 22px; } }
.lae-features .lae-feature .lae-image-content {
position: relative; }
.lae-features .lae-feature .lae-image-content img {
-webkit-transition: all .4s ease-in-out 0s;
transition: all .4s ease-in-out 0s; }
.lae-features .lae-feature .lae-image-link:after {
content: '';
position: absolute;
left: 0;
top: 0;
overflow: hidden;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.2);
-webkit-transition: opacity 0.4s ease-in-out 0s;
transition: opacity 0.4s ease-in-out 0s;
opacity: 0; }
.lae-features .lae-feature:hover .lae-image-link:after {
opacity: 1; }
.lae-dark-bg .lae-features .lae-feature .lae-subtitle {
color: #b5b5b5; }
.lae-dark-bg .lae-features .lae-feature .lae-title, .lae-dark-bg .lae-features .lae-feature .lae-title-link .lae-title {
color: #e5e5e5e5; }
.lae-dark-bg .lae-features .lae-feature .lae-title-link:hover .lae-title {
color: #b5b5b5; }
.lae-dark-bg .lae-features .lae-feature .lae-feature-details {
color: #909090; }
@media only screen and (min-width: 768px) {
.lae-features .lae-feature .lae-text-content {
max-width: 520px;
padding: 0 50px; }
.siteorigin-panels-stretch[data-stretch-type="full-stretched"] .lae-features .lae-feature .lae-text-content {
max-width: 600px; }
.lae-features .lae-feature:nth-child(even) .lae-image-content {
-webkit-box-ordinal-group: 2;
box-ordinal-group: 2;
-moz-order: 2;
order: 2;
-ms-flex-order: 2; }
.lae-features .lae-feature:nth-child(even) .lae-text-content {
-webkit-box-ordinal-group: 1;
box-ordinal-group: 1;
-moz-order: 1;
order: 1;
-ms-flex-order: 1; } }
@media only screen and (min-width: 768px) {
.lae-features:not(.lae-tiled) .lae-feature {
margin-bottom: 80px; }
.lae-features:not(.lae-tiled) .lae-feature .lae-image-content {
max-width: 520px; }
.siteorigin-panels-stretch[data-stretch-type="full-stretched"] .lae-features:not(.lae-tiled) .lae-feature .lae-image-content {
margin: 0 auto; }
.siteorigin-panels-stretch[data-stretch-type="full-stretched"] .lae-features:not(.lae-tiled) .lae-feature .lae-text-content {
margin: 0 auto; } }
.lae-features.lae-tiled .lae-feature .lae-text-content {
margin: 0 auto; }
@media only screen and (max-width: 767px) {
.siteorigin-panels-stretch[data-stretch-type="full-stretched"] .lae-features.lae-tiled .lae-feature .lae-text-content {
padding: 0 20px; } }
.lae-features.lae-tiled .lae-feature .lae-image-content img {
width: 100%; }  .lae-faq-list-style1 .lae-faq-item {
text-align: left; }
.lae-faq-list-style1 .lae-faq-item .lae-faq-answer {
margin-top: 20px; } .lae-faq-list-style2 .lae-faq-item {
text-align: center; }
.lae-faq-list-style2 .lae-faq-item .lae-faq-answer {
margin-bottom: 20px; } .lae-faq-list {
clear: both; }
.lae-faq-list .lae-faq-item {
margin-bottom: 60px;
font-size: 15px;
line-height: 24px; }
.lae-faq-list .lae-faq-item .lae-faq-question {
font-size: 24px;
line-height: 32px;
text-transform: none;
font-weight: bold;
color: #333; }
.lae-dark-bg .lae-faq-list .lae-faq-item {
color: #909090; }
.lae-dark-bg .lae-faq-list .lae-faq-item .lae-faq-question {
color: #e5e5e5; } .lae-countdown-wrap {
display: inline-block;
width: 100%; }
.lae-countdown-wrap.lae-aligncenter {
text-align: center; }
.lae-countdown-wrap.lae-alignleft {
text-align: left; }
.lae-countdown-wrap.lae-alignright {
text-align: right; }
.lae-countdown-wrap .lae-countdown-label {
text-transform: uppercase;
font-size: 18px;
line-height: 28px;
font-weight: 700;
letter-spacing: 2px;
display: inline-block;
vertical-align: top;
padding-top: 15px;
color: #333; }
.lae-dark-bg .lae-countdown-wrap .lae-countdown-label {
color: #e5e5e5; }
.lae-countdown-wrap .lae-countdown {
display: inline-block; }
.lae-countdown-wrap .lae-countdown ul {
list-style: none;
display: inline-block;
margin: 0; }
.lae-countdown-wrap .lae-countdown ul li {
display: inline-block;
font-size: 12px;
line-height: 20px;
text-transform: uppercase;
letter-spacing: 2px;
text-align: center;
font-weight: 700;
margin-left: 20px;
position: relative; }
.lae-dark-bg .lae-countdown-wrap .lae-countdown ul li {
color: #909090; }
.lae-countdown-wrap .lae-countdown ul li span {
display: table;
padding: 12px;
border-radius: 5px;
background: #383b3f;
color: #ebebeb;
font-size: 18px;
line-height: 18px; }
.lae-dark-bg .lae-countdown-wrap .lae-countdown ul li span {
background-color: rgba(125, 125, 125, 0.3); }
.lae-countdown-wrap .lae-countdown ul li:before {
content: ':';
position: absolute;
left: -10px;
top: 18px;
font-size: 18px;
line-height: 18px; }
.lae-countdown-wrap .lae-countdown ul li:first-child:before {
display: none; } .lae-services-carousel-item .lae-image-wrapper {
position: relative; }
.lae-services-carousel-item .lae-image-wrapper .lae-image-link:after {
content: '';
position: absolute;
left: 0;
top: 0;
overflow: hidden;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.4);
-webkit-transition: opacity 0.4s ease-in-out 0s;
transition: opacity 0.4s ease-in-out 0s;
opacity: 0; }
.lae-services-carousel-item .lae-image-wrapper:hover .lae-image-link:after {
opacity: 1; }
.lae-services-carousel-item .lae-image-wrapper img {
margin: 0 0 20px 0; }
.lae-services-carousel-item .lae-service-text {
padding: 20px 20px 30px;
font-size: 15px;
line-height: 24px; }
.lae-services-carousel-item .lae-title {
font-size: 20px;
line-height: 32px;
letter-spacing: 1px;
margin-bottom: 10px;
text-transform: uppercase;
font-weight: bold; }
.lae-services-carousel-item .lae-title-link .lae-title {
color: #333;
-webkit-transition: color .3s ease-in-out 0s;
transition: color .3s ease-in-out 0s; }
.lae-services-carousel-item .lae-title-link:hover .lae-title {
color: #666; }
.lae-services-carousel-item .lae-subtitle {
font-size: 12px;
line-height: 18px;
margin-bottom: 5px;
font-style: italic;
color: #888; }
.lae-services-carousel-item .lae-read-more {
display: block;
text-decoration: underline;
font-size: 14px;
line-height: 22px;
margin-top: 20px; }
.lae-dark-bg .lae-services-carousel-item .lae-service-text {
color: #909090; }
.lae-dark-bg .lae-services-carousel-item .lae-subtitle {
color: #b5b5b5; }
.lae-dark-bg .lae-services-carousel-item .lae-title, .lae-dark-bg .lae-services-carousel-item .lae-title-link .lae-title {
color: #e5e5e5e5; }
.lae-dark-bg .lae-services-carousel-item .lae-title-link:hover .lae-title {
color: #b5b5b5; } .lae-slider {
clear: both;
position: relative;
padding: 0 0 10px 0; }
.lae-slider .lae-slide {
position: relative; }
.lae-slider .lae-slide img {
-webkit-transition: all .4s ease-in-out 0s;
transition: all .4s ease-in-out 0s;
opacity: 0.7; }
.lae-slider .lae-slide:hover img {
opacity: 0.5; }
.lae-slider .lae-flex-direction-nav a, .lae-slider .lae-flex-direction-nav a:hover {
color: #ccc;
font-size: 26px;
width: 30px;
height: 30px;
margin: -15px 0 0; }
.lae-slider .lae-flex-direction-nav a.lae-flex-prev, .lae-slider .lae-flex-direction-nav a:hover.lae-flex-prev {
left: -40px; }
.lae-slider .lae-flex-direction-nav a.lae-flex-next, .lae-slider .lae-flex-direction-nav a:hover.lae-flex-next {
right: -40px; }  .lae-block-12 .lae-module-trans1 {
margin-bottom: 30px; }.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{flex-shrink:0;margin:0 var(--divider-element-spacing)}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{direction:ltr;display:flex;margin:0}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{border-block-end:0;border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color);content:"";display:block;flex-grow:1}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider--element-align-start .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-start .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-start .elementor-divider__element{margin-inline-start:0}.elementor-widget-divider--element-align-end .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-end .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-end .elementor-divider__element{margin-inline-end:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url);-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;min-height:var(--divider-pattern-height);width:100%}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var( --container-widget-flex-grow )}.elementor-image-gallery .gallery-item{display:inline-block;margin:0 auto;max-width:100%;text-align:center;vertical-align:top;width:100%}.elementor-image-gallery .gallery-item img{margin:0 auto}.elementor-image-gallery .gallery-item .gallery-caption{margin:0}.elementor-image-gallery figure img{display:block}.elementor-image-gallery figure figcaption{width:100%}.gallery-spacing-custom .elementor-image-gallery .gallery-icon{padding:0}@media (min-width:768px){.elementor-image-gallery .gallery-columns-2 .gallery-item{max-width:50%}.elementor-image-gallery .gallery-columns-3 .gallery-item{max-width:33.33%}.elementor-image-gallery .gallery-columns-4 .gallery-item{max-width:25%}.elementor-image-gallery .gallery-columns-5 .gallery-item{max-width:20%}.elementor-image-gallery .gallery-columns-6 .gallery-item{max-width:16.666%}.elementor-image-gallery .gallery-columns-7 .gallery-item{max-width:14.28%}.elementor-image-gallery .gallery-columns-8 .gallery-item{max-width:12.5%}.elementor-image-gallery .gallery-columns-9 .gallery-item{max-width:11.11%}.elementor-image-gallery .gallery-columns-10 .gallery-item{max-width:10%}}@media (min-width:480px) and (max-width:767px){.elementor-image-gallery .gallery.gallery-columns-10 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-9 .gallery-item{max-width:50%}}@media (max-width:479px){.elementor-image-gallery .gallery.gallery-columns-10 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-9 .gallery-item{max-width:100%}}.elementor-counter{align-items:stretch;display:flex;flex-direction:column-reverse;justify-content:center}.elementor-counter .elementor-counter-number{flex-grow:var(--counter-number-grow,0)}.elementor-counter .elementor-counter-number-wrapper{display:flex;flex:1;font-size:69px;font-weight:600;line-height:1;text-align:center}.elementor-counter .elementor-counter-number-prefix{flex-grow:var(--counter-prefix-grow,1);text-align:end;white-space:pre-wrap}.elementor-counter .elementor-counter-number-suffix{flex-grow:var(--counter-suffix-grow,1);text-align:start;white-space:pre-wrap}.elementor-counter .elementor-counter-title{align-items:center;display:flex;flex:1;font-size:19px;font-weight:400;justify-content:center;line-height:2.5;margin:0;padding:0}.elementor-animation-grow{transition-duration:.3s;transition-property:transform}.elementor-animation-grow:active,.elementor-animation-grow:focus,.elementor-animation-grow:hover{transform:scale(1.1)}.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{flex-direction:row-reverse;text-align:end}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{flex-direction:row;text-align:start}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-bottom:15px;margin-left:auto!important;margin-right:auto!important}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-img img{display:block;line-height:0}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}