.wp-caption-text,
.gallery-caption,
.bypostauthor {
}@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");
@font-face {
font-family: font-light;
}
#boxed-wrapper .bold-font h1, #boxed-wrapper .bold-font h2, #boxed-wrapper .bold-font h3, #boxed-wrapper .bold-font h4, #boxed-wrapper .bold-font h5, #boxed-wrapper .bold-font h6, #boxed-wrapper .bold-font p, #boxed-wrapper .bold-font a, #boxed-wrapper .bold-font li, #boxed-wrapper .bold-font td {
font-weight: 700 !important;
}
#boxed-wrapper .semibold-font h1, #boxed-wrapper .semibold-font h2, #boxed-wrapper .semibold-font h3, #boxed-wrapper .semibold-font h4, #boxed-wrapper .semibold-font h5, #boxed-wrapper .semibold-font h6, #boxed-wrapper .semibold-font p, #boxed-wrapper .semibold-font a, #boxed-wrapper .semibold-font li, #boxed-wrapper .semibold-font td {
font-weight: 600 !important;
}
#boxed-wrapper .font-500 h1, #boxed-wrapper .font-500 h2, #boxed-wrapper .font-500 h3, #boxed-wrapper .font-500 h4, #boxed-wrapper .font-500 h5, #boxed-wrapper .font-500 h6, #boxed-wrapper .font-500 p, #boxed-wrapper .font-500 a, #boxed-wrapper .font-500 li, #boxed-wrapper .font-500 td {
font-weight: 500 !important;
}
#boxed-wrapper .letterspacing h1, #boxed-wrapper .letterspacing h2, #boxed-wrapper .letterspacing h3, #boxed-wrapper .letterspacing h4, #boxed-wrapper .letterspacing h5, #boxed-wrapper .letterspacing h6, #boxed-wrapper .letterspacing p, #boxed-wrapper .letterspacing a, #boxed-wrapper .letterspacing li, #boxed-wrapper .letterspacing td {
letter-spacing: 1px !important;
}
#boxed-wrapper .letterspacing h1 p, #boxed-wrapper .letterspacing h2 p, #boxed-wrapper .letterspacing h3 p, #boxed-wrapper .letterspacing h4 p, #boxed-wrapper .letterspacing h5 p, #boxed-wrapper .letterspacing h6 p, #boxed-wrapper .letterspacing p p, #boxed-wrapper .letterspacing a p, #boxed-wrapper .letterspacing li p, #boxed-wrapper .letterspacing td p {
letter-spacing: 1px !important;
}
.white {
color: #ffffff !important;
}
.white h2, .white p {
color: #ffffff !important;
letter-spacing: 1px !important;
}
.white h4 {
font-weight: 700 !important;
text-transform: none !important;
align-items: flex-start;
}
.white h4:before {
margin-top: 9px;
background: #ffffff !important;
}
#post-404page {
padding-top: 90px !important;
padding-bottom: 90px !important;
display: flex;
justify-content: center;
}
#post-404page .error-message {
text-align: center;
margin-top: 90px !important;
margin-bottom: 90px !important;
}
#post-404page .error-button {
position: absolute;
width: 100%;
left: 50%;
bottom: 0;
}
@media (max-width: 1200px) {
#post-404page .error-button {
position: relative;
left: auto;
bottom: auto;
}
}
#post-404page .error-button p {
font-weight: 500 !important;
margin-bottom: 45px !important;
font-size: 22px !important;
max-width: 30%;
}
@media (max-width: 1200px) {
#post-404page .error-button p {
max-width: 100%;
}
}
.error404 .post-content {
max-width: 1300px !important;
}
.error404 .strokes {
display: none !important;
}
.error404 .stroke {
position: absolute;
right: -100px;
bottom: 120px;
width: 350px;
}
@media (max-width: 1200px) {
.error404 .stroke {
bottom: -100px;
}
}
.error404 .error-page {
display: flex;
}
@media (max-width: 1200px) {
.error404 .error-page {
flex-direction: column;
}
}
.error404 .error-page .fusion-error-page-404 {
margin-right: 90px;
}
@media (max-width: 1200px) {
.error404 .error-page .fusion-error-page-404 {
margin-right: 0;
}
}
.error404 .error-page .error-title {
margin-top: 60px;
}
.error404 .error-page .error-title h1 {
font-size: 56px !important;
line-height: 1.1 !important;
}
@media (max-width: 992px) {
.error404 .error-page .error-title h1 {
font-size: 48px !important;
}
}
@media (max-width: 500px) {
.error404 .error-page .error-title h1 {
font-size: 38px !important;
}
} .animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
z-index: 999999;
}
.animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
@-webkit-keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
40% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
60% {
-webkit-transform: translateY(-15px);
transform: translateY(-15px);
}
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
40% {
-webkit-transform: translateY(-30px);
-ms-transform: translateY(-30px);
transform: translateY(-30px);
}
60% {
-webkit-transform: translateY(-15px);
-ms-transform: translateY(-15px);
transform: translateY(-15px);
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
}
@-webkit-keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
} @-webkit-keyframes pulse {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes pulse {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
100% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes shake {
0%, 100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
}
20%, 40%, 60%, 80% {
-webkit-transform: translateX(10px);
transform: translateX(10px);
}
}
@keyframes shake {
0%, 100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translateX(-10px);
-ms-transform: translateX(-10px);
transform: translateX(-10px);
}
20%, 40%, 60%, 80% {
-webkit-transform: translateX(10px);
-ms-transform: translateX(10px);
transform: translateX(10px);
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate(15deg);
transform: rotate(15deg);
}
40% {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg);
}
60% {
-webkit-transform: rotate(5deg);
transform: rotate(5deg);
}
80% {
-webkit-transform: rotate(-5deg);
transform: rotate(-5deg);
}
100% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate(15deg);
-ms-transform: rotate(15deg);
transform: rotate(15deg);
}
40% {
-webkit-transform: rotate(-10deg);
-ms-transform: rotate(-10deg);
transform: rotate(-10deg);
}
60% {
-webkit-transform: rotate(5deg);
-ms-transform: rotate(5deg);
transform: rotate(5deg);
}
80% {
-webkit-transform: rotate(-5deg);
-ms-transform: rotate(-5deg);
transform: rotate(-5deg);
}
100% {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
}
.swing {
-webkit-transform-origin: top center;
-ms-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes tada {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
10%, 20% {
-webkit-transform: scale(0.9) rotate(-3deg);
transform: scale(0.9) rotate(-3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale(1.1) rotate(3deg);
transform: scale(1.1) rotate(3deg);
}
40%, 60%, 80% {
-webkit-transform: scale(1.1) rotate(-3deg);
transform: scale(1.1) rotate(-3deg);
}
100% {
-webkit-transform: scale(1) rotate(0);
transform: scale(1) rotate(0);
}
}
@keyframes tada {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
10%, 20% {
-webkit-transform: scale(0.9) rotate(-3deg);
-ms-transform: scale(0.9) rotate(-3deg);
transform: scale(0.9) rotate(-3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale(1.1) rotate(3deg);
-ms-transform: scale(1.1) rotate(3deg);
transform: scale(1.1) rotate(3deg);
}
40%, 60%, 80% {
-webkit-transform: scale(1.1) rotate(-3deg);
-ms-transform: scale(1.1) rotate(-3deg);
transform: scale(1.1) rotate(-3deg);
}
100% {
-webkit-transform: scale(1) rotate(0);
-ms-transform: scale(1) rotate(0);
transform: scale(1) rotate(0);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
} @-webkit-keyframes wobble {
0% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
15% {
-webkit-transform: translateX(-25%) rotate(-5deg);
transform: translateX(-25%) rotate(-5deg);
}
30% {
-webkit-transform: translateX(20%) rotate(3deg);
transform: translateX(20%) rotate(3deg);
}
45% {
-webkit-transform: translateX(-15%) rotate(-3deg);
transform: translateX(-15%) rotate(-3deg);
}
60% {
-webkit-transform: translateX(10%) rotate(2deg);
transform: translateX(10%) rotate(2deg);
}
75% {
-webkit-transform: translateX(-5%) rotate(-1deg);
transform: translateX(-5%) rotate(-1deg);
}
100% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
}
@keyframes wobble {
0% {
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
}
15% {
-webkit-transform: translateX(-25%) rotate(-5deg);
-ms-transform: translateX(-25%) rotate(-5deg);
transform: translateX(-25%) rotate(-5deg);
}
30% {
-webkit-transform: translateX(20%) rotate(3deg);
-ms-transform: translateX(20%) rotate(3deg);
transform: translateX(20%) rotate(3deg);
}
45% {
-webkit-transform: translateX(-15%) rotate(-3deg);
-ms-transform: translateX(-15%) rotate(-3deg);
transform: translateX(-15%) rotate(-3deg);
}
60% {
-webkit-transform: translateX(10%) rotate(2deg);
-ms-transform: translateX(10%) rotate(2deg);
transform: translateX(10%) rotate(2deg);
}
75% {
-webkit-transform: translateX(-5%) rotate(-1deg);
-ms-transform: translateX(-5%) rotate(-1deg);
transform: translateX(-5%) rotate(-1deg);
}
100% {
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes bounceIn {
0% {
opacity: 0;
-webkit-transform: scale(0.3);
transform: scale(0.3);
}
50% {
opacity: 1;
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
70% {
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes bounceIn {
0% {
opacity: 0;
-webkit-transform: scale(0.3);
-ms-transform: scale(0.3);
transform: scale(0.3);
}
50% {
opacity: 1;
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
}
70% {
-webkit-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
}
100% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
}
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(30px);
transform: translateY(30px);
}
80% {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes bounceInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(30px);
-ms-transform: translateY(30px);
transform: translateY(30px);
}
80% {
-webkit-transform: translateY(-10px);
-ms-transform: translateY(-10px);
transform: translateY(-10px);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(30px);
transform: translateX(30px);
}
80% {
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes bounceInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(30px);
-ms-transform: translateX(30px);
transform: translateX(30px);
}
80% {
-webkit-transform: translateX(-10px);
-ms-transform: translateX(-10px);
transform: translateX(-10px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(-30px);
transform: translateX(-30px);
}
80% {
-webkit-transform: translateX(10px);
transform: translateX(10px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes bounceInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(-30px);
-ms-transform: translateX(-30px);
transform: translateX(-30px);
}
80% {
-webkit-transform: translateX(10px);
-ms-transform: translateX(10px);
transform: translateX(10px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
80% {
-webkit-transform: translateY(10px);
transform: translateY(10px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes bounceInUp {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(-30px);
-ms-transform: translateY(-30px);
transform: translateY(-30px);
}
80% {
-webkit-transform: translateY(10px);
-ms-transform: translateY(10px);
transform: translateY(10px);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
25% {
-webkit-transform: scale(0.95);
transform: scale(0.95);
}
50% {
opacity: 1;
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
100% {
opacity: 0;
-webkit-transform: scale(0.3);
transform: scale(0.3);
}
}
@keyframes bounceOut {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
25% {
-webkit-transform: scale(0.95);
-ms-transform: scale(0.95);
transform: scale(0.95);
}
50% {
opacity: 1;
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
100% {
opacity: 0;
-webkit-transform: scale(0.3);
-ms-transform: scale(0.3);
transform: scale(0.3);
}
}
.bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
}
@keyframes bounceOutDown {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
@keyframes bounceOutLeft {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
}
@keyframes bounceOutRight {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
}
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
@keyframes bounceOutUp {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
}
@keyframes fadeOutDown {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
}
@keyframes fadeOutDownBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
}
@keyframes fadeOutLeft {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
@keyframes fadeOutLeftBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
}
@keyframes fadeOutRight {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
}
@keyframes fadeOutRightBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
}
@keyframes fadeOutUp {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
@keyframes fadeOutUpBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
0% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
0% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
-ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
-ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
-ms-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateX(-10deg);
transform: perspective(400px) rotateX(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateX(10deg);
transform: perspective(400px) rotateX(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
@keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotateX(90deg);
-ms-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateX(-10deg);
-ms-transform: perspective(400px) rotateX(-10deg);
transform: perspective(400px) rotateX(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateX(10deg);
-ms-transform: perspective(400px) rotateX(10deg);
transform: perspective(400px) rotateX(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateX(0deg);
-ms-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
@-webkit-keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateY(-10deg);
transform: perspective(400px) rotateY(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateY(10deg);
transform: perspective(400px) rotateY(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
@keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotateY(90deg);
-ms-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateY(-10deg);
-ms-transform: perspective(400px) rotateY(-10deg);
transform: perspective(400px) rotateY(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateY(10deg);
-ms-transform: perspective(400px) rotateY(10deg);
transform: perspective(400px) rotateY(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateY(0deg);
-ms-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
0% {
-webkit-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
}
@keyframes flipOutX {
0% {
-webkit-transform: perspective(400px) rotateX(0deg);
-ms-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateX(90deg);
-ms-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
}
.flipOutX {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
0% {
-webkit-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
}
@keyframes flipOutY {
0% {
-webkit-transform: perspective(400px) rotateY(0deg);
-ms-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateY(90deg);
-ms-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
0% {
-webkit-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: translateX(-20%) skewX(30deg);
transform: translateX(-20%) skewX(30deg);
opacity: 1;
}
80% {
-webkit-transform: translateX(0%) skewX(-15deg);
transform: translateX(0%) skewX(-15deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
}
@keyframes lightSpeedIn {
0% {
-webkit-transform: translateX(100%) skewX(-30deg);
-ms-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: translateX(-20%) skewX(30deg);
-ms-transform: translateX(-20%) skewX(30deg);
transform: translateX(-20%) skewX(30deg);
opacity: 1;
}
80% {
-webkit-transform: translateX(0%) skewX(-15deg);
-ms-transform: translateX(0%) skewX(-15deg);
transform: translateX(0%) skewX(-15deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(0%) skewX(0deg);
-ms-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
0% {
-webkit-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
0% {
-webkit-transform: translateX(0%) skewX(0deg);
-ms-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(100%) skewX(-30deg);
-ms-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) 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 {
0% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(-200deg);
transform: rotate(-200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateIn {
0% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(-200deg);
-ms-transform: rotate(-200deg);
transform: rotate(-200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
0% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(200deg);
transform: rotate(200deg);
opacity: 0;
}
}
@keyframes rotateOut {
0% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(200deg);
-ms-transform: rotate(200deg);
transform: rotate(200deg);
opacity: 0;
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes slideInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes slideInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slideInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slideInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
@keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
}
@keyframes slideOutRight {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
@keyframes slideOutUp {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}
@-webkit-keyframes hinge {
0% {
-webkit-transform: rotate(0);
transform: rotate(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: rotate(80deg);
transform: rotate(80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40% {
-webkit-transform: rotate(60deg);
transform: rotate(60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
80% {
-webkit-transform: rotate(60deg) translateY(0);
transform: rotate(60deg) translateY(0);
opacity: 1;
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
100% {
-webkit-transform: translateY(700px);
transform: translateY(700px);
opacity: 0;
}
}
@keyframes hinge {
0% {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
-webkit-transform-origin: top left;
-ms-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: rotate(80deg);
-ms-transform: rotate(80deg);
transform: rotate(80deg);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40% {
-webkit-transform: rotate(60deg);
-ms-transform: rotate(60deg);
transform: rotate(60deg);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
80% {
-webkit-transform: rotate(60deg) translateY(0);
-ms-transform: rotate(60deg) translateY(0);
transform: rotate(60deg) translateY(0);
opacity: 1;
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
100% {
-webkit-transform: translateY(700px);
-ms-transform: translateY(700px);
transform: translateY(700px);
opacity: 0;
}
}
.hinge {
-webkit-animation-name: hinge;
animation-name: hinge;
} @-webkit-keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translateX(-100%) rotate(-120deg);
transform: translateX(-100%) rotate(-120deg);
}
100% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
}
@keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translateX(-100%) rotate(-120deg);
-ms-transform: translateX(-100%) rotate(-120deg);
transform: translateX(-100%) rotate(-120deg);
}
100% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
-ms-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
} @-webkit-keyframes rollOut {
0% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
100% {
opacity: 0;
-webkit-transform: translateX(100%) rotate(120deg);
transform: translateX(100%) rotate(120deg);
}
}
@keyframes rollOut {
0% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
-ms-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
100% {
opacity: 0;
-webkit-transform: translateX(100%) rotate(120deg);
-ms-transform: translateX(100%) rotate(120deg);
transform: translateX(100%) rotate(120deg);
}
}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}
.news-row {
margin-top: 60px !important;
}
.news-row .latest-news-item {
margin-bottom: 60px;
}
.news-row .latest-news-item .card {
border: 0 !important;
}
.news-row .latest-news-item .card:hover .card-img-top img {
transform: scale(1.1);
}
.news-row .latest-news-item .card:hover .card-block .title {
color: #3cb5a1;
}
.news-row .latest-news-item .card .card-img-top {
overflow: hidden;
}
.news-row .latest-news-item .card .card-img-top img {
transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
}
.news-row .latest-news-item .card .card-block {
padding: 15px 0;
}
.news-row .latest-news-item .card .card-block .title {
font-weight: 600 !important;
transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
}
.news-row .latest-news-item .card .card-footer {
padding: 0;
background: transparent;
border: 0 !important;
}
.news-row .latest-news-item .card .card-footer a {
color: #3cb5a1 !important;
font-weight: 400 !important;
font-size: 14px !important;
}
.news-row .latest-news-item .card .card-footer a:hover {
color: #58717a !important;
}
.strokes {
position: absolute;
right: 0;
top: 0;
}
.strokes img {
width: 183px !important;
}
lord-icon {
max-width: 150px !important;
height: 150px !important;
}
.fusion-text ul {
padding: 0 !important;
margin: 0 !important;
list-style: none !important;
}
.fusion-text ul li {
padding-bottom: 12px;
display: flex;
}
.fusion-text ul li:last-child {
padding-bottom: 0;
}
.fusion-text ul li:before {
content: "";
background: url(//insucommerce.be/wp-content/themes/Avada-Child/assets/images/list.png);
width: 10px;
height: 10px;
background-size: cover;
display: inline-flex;
margin-right: 12px;
margin-top: 6px;
min-width: 10px;
}
.absolute-image {
position: absolute;
left: -50px;
}
.absolute-image img {
width: 250px !important;
}
.absolute-image-bottom {
position: absolute;
right: -50px;
bottom: 0;
}
.absolute-image-bottom img {
width: 250px !important;
}
.single a.fusion-button.slider-button {
color: #192542 !important;
}
#boxed-wrapper .grey-column .fusion-column-wrapper {
position: relative;
padding: 45px 60px 30px !important;
background: rgba(89, 114, 123, 0.04) !important;
}
@media (max-width: 1024px) {
#boxed-wrapper .grey-column .fusion-column-wrapper {
padding: 45px 30px !important;
}
}
#boxed-wrapper .grey-column .fusion-column-wrapper .fusion-title {
margin-bottom: 45px !important;
}
#boxed-wrapper .grey-column .fusion-column-wrapper .fusion-title h4 {
margin-bottom: 30px !important;
margin-top: 15px !important;
}
#boxed-wrapper .grey-column .fusion-column-wrapper .fusion-text ul {
margin-bottom: 30px !important;
}
#boxed-wrapper .grey-column .small-text {
position: absolute;
right: 30px;
bottom: 30px;
}
#boxed-wrapper .grey-column .small-text p {
margin-bottom: 0 !important;
font-size: 12px !important;
}
#boxed-wrapper .margin-title {
margin-bottom: 45px !important;
}
#insu-cookies-accept-all {
position: relative;
display: flex;
justify-content: flex-end;
color: #3cb5a1 !important;
margin-bottom: 10px;
background: transparent !important;
padding-right: 0 !important;
}
@media (max-width: 640px) {
#insu-cookies-accept-all {
justify-content: flex-start;
padding-left: 61px !important;
}
#insu-cookies-accept-all:before {
left: 0 !important;
}
#insu-cookies-accept-all:after {
left: 27px !important;
}
}
#insu-cookies-save {
text-align: right;
}
.cookie-popup {
z-index: 9999 !important;
max-width: 400px !important;
right: 30px;
bottom: 30px;
left: auto;
}
@media (max-width: 640px) {
.cookie-popup {
max-width: 100% !important;
left: 30px;
}
}
.cookie-popup img {
width: 25px;
height: 25px;
object-fit: contain;
position: absolute;
right: 15px;
top: 30px;
}
.cookie-popup .title {
color: #192542 !important;
font-size: 16px !important;
font-weight: 500 !important;
}
.cookie-popup .cookie-preferences .content ul {
border-color: #192542 !important;
}
.cookie-popup .main-cookies {
max-width: 1200px !important;
}
.cookie-popup .main-cookies .cookie-link {
color: #3cb5a1 !important;
}
.cookie-popup p {
font-size: 14px !important;
line-height: 1.2 !important;
margin-bottom: 10px !important;
font-weight: 400 !important;
}
.cookie-popup .custom-link {
display: inline-block !important;
float: left;
color: #192542 !important;
}
.cookie-popup .custom-link:focus {
outline: none !important;
}
.cookie-popup .save-cookies {
display: flex;
flex-direction: column-reverse;
}
.cookie-popup .save-cookies p {
display: none;
}
.cookie-popup .cookie-preferences {
width: 100% !important;
}
.cookie-popup .cookie-preferences ul {
list-style: none;
border-radius: 0;
background: #ffffff;
flex-direction: column !important;
}
.cookie-popup .cookie-preferences ul li {
color: #192542 !important;
font-size: 14px !important;
margin-bottom: 5px !important;
}
.cookie-popup .cookie-preferences ul li a {
color: #192542 !important;
text-decoration: none !important;
font-size: 14px !important;
}
.cookie-popup .cookie-preferences ul li a:hover {
text-decoration: none;
color: black !important;
}
.cookie-popup .cookie-preferences ul li a:after {
display: none;
}
.cookie-popup .cookie-preferences ul li .css-checkbox {
background: #eeeeee;
}
.cookie-popup .cookie-preferences ul li .css-checkbox:focus {
outline: none !important;
}
.cookie-popup .cookie-preferences ul li .css-checkbox:after {
background: #eeeeee;
}
.cookie-popup .cookie-preferences ul li .css-checkbox:checked {
background: #192542;
}
.cookie-popup .cookie-preferences ul li .css-checkbox:checked:after {
background: #eeeeee;
}
.vb-show {
display: block !important;
}
.vb-hidden {
display: none !important;
}
.cookie-reload {
color: #192542 !important;
padding: 7px 18px !important;
}
#boxed-wrapper .cta-fixed {
position: fixed;
right: 0;
top: 300px;
z-index: 22;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
#boxed-wrapper .cta-fixed .cta-content {
display: flex;
position: relative;
}
#boxed-wrapper .cta-fixed .fusion-button {
justify-content: center;
text-decoration: none !important;
font-weight: 700 !important;
padding: 20px 16px !important;
background: #3cb5a1 !important;
color: #ffffff !important;
text-transform: none !important;
font-size: 16px !important;
border: 0 !important;
min-width: 0 !important;
border-radius: 0 !important;
letter-spacing: 1px !important;
}
#boxed-wrapper .cta-fixed .fusion-button:hover {
transform: none;
}
#boxed-wrapper .cta-fixed .fusion-button span {
writing-mode: vertical-lr;
transform: rotate(180deg);
}
#boxed-wrapper .cta-fixed .fusion-button:after {
background-color: #3cb5a1 !important;
display: none !important;
}
#boxed-wrapper .cta-fixed .fusion-button:before {
background-color: #3cb5a1;
border-radius: 6px 0 0 6px !important;
}
#boxed-wrapper .cta-fixed .fusion-button:hover {
background: rgba(60, 181, 161, 0.7) !important;
}
.custom-footer {
background: #58717a;
margin-top: 120px !important;
padding: 90px 15px;
}
.custom-footer .fusion-row {
max-width: 1330px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
@media (max-width: 767px) {
.custom-footer .footer-column {
width: 100% !important;
max-width: 100% !important;
flex: 0 0 100% !important;
}
}
.custom-footer .footer-column .logo {
margin-bottom: 30px;
}
.custom-footer .footer-column .logo img {
width: 350px !important;
}
.custom-footer .footer-column .content {
margin-bottom: 30px;
}
.custom-footer .footer-column .content p, .custom-footer .footer-column .content a {
color: #ffffff !important;
margin-bottom: 0 !important;
}
.custom-footer .footer-column .content .image img {
width: 150px;
}
.custom-footer .footer-column .footer-menu {
display: flex;
flex-direction: column;
justify-content: space-between;
}
.custom-footer .footer-column .footer-menu ul {
margin: 0 !important;
padding: 0 !important;
list-style: none;
display: flex;
}
@media (max-width: 1024px) {
.custom-footer .footer-column .footer-menu ul {
display: block;
columns: 2;
}
}
@media (max-width: 640px) {
.custom-footer .footer-column .footer-menu ul {
columns: 1;
}
}
.custom-footer .footer-column .footer-menu ul li:after {
content: "|";
display: inline-block;
padding: 0 5px;
color: rgba(255, 255, 255, 0.3);
}
@media (max-width: 1024px) {
.custom-footer .footer-column .footer-menu ul li:after {
display: none;
}
}
.custom-footer .footer-column .footer-menu ul li:last-child:after {
display: none;
}
.custom-footer .footer-column .footer-menu ul li a {
position: relative;
color: rgba(255, 255, 255, 0.3) !important;
font-size: 13px !important;
transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
}
.custom-footer .footer-column .footer-menu ul li a:hover {
text-decoration: none !important;
color: white !important;
}
.custom-footer .footer-column.right-column {
display: flex;
flex-direction: column;
justify-content: space-between;
}
@media (min-width: 768px) {
.custom-footer .footer-column.right-column {
align-items: flex-end;
}
}
@media (max-width: 767px) {
.custom-footer .footer-column.right-column {
margin-top: 30px;
}
}
@media (max-width: 767px) {
.custom-footer .footer-column.right-column .socials {
margin-bottom: 15px;
}
}
.custom-footer .footer-column.right-column .socials a:hover img {
transform: translateY(-10px);
}
.custom-footer .footer-column.right-column .socials .icon:first-child {
margin-right: 7px;
}
.custom-footer .footer-column.right-column .socials .icon img {
width: 20px;
height: 20px;
object-fit: contain;
transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
}
@media (min-width: 768px) {
.custom-footer .footer-column.right-column .content p {
text-align: right;
}
}
.custom-footer .footer-column.right-column .content a {
transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
}
.custom-footer .footer-column.right-column .content a:hover {
color: #3cb5a1 !important;
}
.custom-footer .footer-column.right-column .footer-menu a {
position: relative;
color: rgba(255, 255, 255, 0.3) !important;
font-size: 13px !important;
transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
}
.custom-footer .footer-column.right-column .footer-menu a:hover {
text-decoration: none !important;
color: white !important;
}
.rating-stars ul {
list-style-type: none;
padding: 0;
-moz-user-select: none;
-webkit-user-select: none;
}
.rating-stars ul > li.star {
display: inline-block;
} .rating-stars ul > li.star > i.fa {
font-size: 1.5em; color: #ccc; } .rating-stars ul > li.star.hover > i.fa {
color: #FFCC36;
} .rating-stars ul > li.star.selected > i.fa {
color: #FF912C;
}
header {
padding: 90px 30px 60px !important;
}
header .fusion-header {
padding-left: 0 !important;
padding-right: 0 !important;
}
header .header-row .header-content {
width: 100% !important;
display: flex;
justify-content: space-between;
align-items: center;
}
header .header-row .fusion-logo {
width: 350px !important;
}
header .header-row .fusion-main-menu ul li a {
height: auto !important;
border: 0 !important;
color: #58717a !important;
text-transform: uppercase !important;
letter-spacing: 1px !important;
font-size: 18px !important;
font-weight: 500 !important;
}
.fusion-mobile-menu-design-flyout.fusion-flyout-active .fusion-header {
top: 0 !important;
position: relative !important;
}
.fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-toggle-icon-line {
background: #192542 !important;
}
.fusion-flyout-menu {
margin-top: 0 !important;
height: 100vh !important;
animation-delay: 1s !important;
flex-direction: column-reverse;
align-items: center;
justify-content: center;
}
.fusion-flyout-menu .fusion-menu {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.fusion-flyout-menu .fusion-menu.fly {
opacity: 1 !important;
transition: all 1.8s ease-in-out !important;
}
.fusion-flyout-menu .fusion-menu li {
padding: 14px !important;
position: relative;
}
.fusion-flyout-menu .fusion-menu li a {
color: #ffffff !important;
font-weight: 500 !important;
font-size: 24px !important;
display: inline-flex !important;
align-items: center !important;
z-index: 9 !important;
padding: 0 !important;
height: auto !important;
border: 0 !important;
width: 100%;
justify-content: center;
text-transform: uppercase;
}
.fusion-flyout-menu .fusion-menu li a:hover {
text-decoration: none;
color: #3cb5a1 !important;
}
.fusion-flyout-menu .fusion-menu li .custom-caret {
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
width: 32px;
height: 32px;
text-align: center;
font-size: 16px;
line-height: 32px;
color: #ffffff;
background: rgba(255, 255, 255, 0.1);
cursor: pointer;
border-radius: 2px;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
z-index: 999;
animation-delay: 0.3s;
display: inline-block;
}
.fusion-flyout-menu .fusion-menu li .custom-caret.rotate {
transform: rotate(90deg);
background: #3cb5a1;
}
.fusion-flyout-menu .fusion-menu li .sub-menu {
border-color: #3cb5a1 !important;
height: 0 !important;
padding: 0 !important;
opacity: 0 !important;
display: flex !important;
flex-direction: column !important;
}
.fusion-flyout-menu .fusion-menu li .sub-menu.open {
padding-top: 14px !important;
display: flex !important;
height: auto !important;
opacity: 1 !important;
}
.fusion-flyout-menu .fusion-menu li .sub-menu li a {
font-size: 14px !important;
}
.fusion-flyout-menu .fusion-menu li .sub-menu li a .custom-caret {
display: none !important;
}
.change .fusion-flyout-menu-toggle .fusion-toggle-icon-line {
background: #ffffff !important;
}
.fusion-flyout-menu-bg {
position: fixed !important;
right: 0 !important;
top: 0 !important;
width: 100% !important;
height: 100% !important;
z-index: 1 !important;
-webkit-transform: translateY(101%) !important;
-ms-transform: translateY(101%) !important;
transform: translateY(101%) !important;
transition: all 900ms ease !important;
-moz-transition: all 900ms ease !important;
-webkit-transition: all 900ms ease !important;
-ms-transition: all 900ms ease !important;
-o-transition: all 900ms ease !important;
}
.fusion-flyout-menu-bg.active-bg {
background: rgba(0, 0, 0, 0.85) !important;
opacity: 1 !important;
visibility: visible !important;
-webkit-transition: all 0.7s ease !important;
-moz-transition: all 0.7s ease !important;
-ms-transition: all 0.7s ease !important;
-o-transition: all 0.7s ease !important;
transition: all 0.7s ease !important;
-webkit-transform: translateY(0%) !important;
-ms-transform: translateY(0%) !important;
transform: translateY(0%) !important;
}
.menu-cover-title {
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
position: absolute;
top: 50%;
font-size: 20vw;
font-weight: 600;
line-height: 1.15;
color: #ffffff;
opacity: 0.3;
z-index: -1;
}
.custom_modal {
position: fixed;
top: 0;
left: 0;
z-index: 999999;
display: none;
width: 100%;
height: 100%;
overflow: hidden;
outline: 0;
background: rgba(0, 0, 0, 0.8);
align-items: center;
justify-content: center;
}
.custom_modal.open {
overflow-x: hidden;
overflow-y: auto;
display: flex;
}
.custom_modal .modal-content {
width: auto;
margin-top: -150px;
opacity: 0;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
border-radius: 0 !important;
margin-right: 15px;
margin-left: 15px;
}
.custom_modal .modal-content .modal-body {
position: relative;
background: rgba(60, 181, 161, 0.1);
padding: 60px 30px;
border-radius: 0 !important;
}
.custom_modal .modal-content .modal-body .contact-form {
margin-right: 0 !important;
}
.custom_modal .modal-content .modal-body .contact-form p {
text-align: center !important;
margin-bottom: 0 !important;
}
.custom_modal .modal-content .modal-body .contact-form .form-row {
margin-left: -15px;
margin-right: -15px;
}
.custom_modal .modal-content .modal-body .contact-form .wpcf7-form-control.wpcf7-acceptance {
margin-bottom: 20px !important;
display: flex;
justify-content: center;
}
.custom_modal .modal-content .modal-body .contact-form .wpcf7-form-control.wpcf7-acceptance label {
justify-content: center;
}
@media (max-width: 640px) {
.custom_modal .modal-content .modal-body .contact-form .wpcf7-form-control.wpcf7-acceptance label {
flex-direction: column !important;
}
}
.custom_modal .modal-content .modal-body .wpcf7-mail-sent-ok, .custom_modal .modal-content .modal-body .fusion-success {
right: auto !important;
left: 50% !important;
transform: translateX(-50%) !important;
display: inline-block !important;
width: 100%;
text-align: center !important;
}
.fade {
transition: opacity 0.15s linear;
}
.close-wrapper {
position: absolute;
right: 24px;
top: 16px;
width: 16px;
height: 16px;
cursor: pointer;
}
.close-wrapper .close {
opacity: 1 !important;
position: static;
}
.close-wrapper .close:hover:before, .close-wrapper .close:hover:after {
background-color: #3cb5a1;
}
.close-wrapper .close:before, .close-wrapper .close:after {
position: absolute;
left: 15px;
content: " ";
height: 16px;
width: 2px;
background-color: #192542;
opacity: 1;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
.close-wrapper .close:before {
transform: rotate(45deg);
}
.close-wrapper .close:after {
transform: rotate(-45deg);
}
#boxed-wrapper .partner-row .fusion-layout-column .fusion-column-wrapper .partners-swiper {
max-width: 100%;
width: 100%;
}
#boxed-wrapper .partner-row .fusion-layout-column .fusion-column-wrapper .partners-swiper .partners-wrapper .swiper-slide .partner-image {
position: relative;
}
#boxed-wrapper .partner-row .fusion-layout-column .fusion-column-wrapper .partners-swiper .partners-wrapper .swiper-slide .partner-image img {
height: 90px;
width: 150px;
object-fit: contain;
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
#boxed-wrapper .partner-row .fusion-layout-column .fusion-column-wrapper .partners-swiper .partners-wrapper .swiper-slide .partner-image img:hover {
filter: grayscale(0);
-webkit-filter: grayscale(0);
}
.home #boxed-wrapper .custom-slider .fusion-builder-row .slider-content-column {
margin-bottom: 30px !important;
}
@media (max-width: 1200px) {
.home #boxed-wrapper .custom-slider .fusion-builder-row .slider-content-column {
width: 100%;
margin-bottom: 0 !important;
}
}
.home #boxed-wrapper .custom-slider .fusion-builder-row .slider-content-column .fusion-column-wrapper {
z-index: 2;
}
@media (min-width: 1201px) {
.home #boxed-wrapper .custom-slider .fusion-builder-row .slider-content-column .fusion-column-wrapper {
padding-left: 0 !important;
}
}
@media (max-width: 1200px) {
.home #boxed-wrapper .custom-slider .fusion-builder-row .slider-content-column .fusion-column-wrapper {
margin: 60px 0 0 !important;
padding-left: 30px !important;
padding-right: 30px !important;
}
}
.home #boxed-wrapper .custom-slider .fusion-builder-row .slider-content-column .fusion-column-wrapper .fusion-title {
margin-left: -68px !important;
}
@media (max-width: 1200px) {
.home #boxed-wrapper .custom-slider .fusion-builder-row .slider-content-column .fusion-column-wrapper .fusion-title {
margin-left: 0 !important;
}
}
#boxed-wrapper .custom-slider {
height: 70vh;
position: relative;
display: flex;
}
@media (max-width: 1200px) {
#boxed-wrapper .custom-slider {
flex-direction: column;
height: auto;
padding-left: 0 !important;
padding-right: 0 !important;
}
}
#boxed-wrapper .custom-slider .fusion-builder-row {
position: static !important;
}
@media (max-width: 1200px) {
#boxed-wrapper .custom-slider .fusion-builder-row {
margin: 0 !important;
}
}
#boxed-wrapper .custom-slider .fusion-builder-row .slider-column {
width: 100%;
}
@media (min-width: 1201px) {
#boxed-wrapper .custom-slider .fusion-builder-row .slider-column {
height: 100%;
width: 50%;
position: absolute;
top: 0;
left: 0;
overflow: hidden;
}
}
#boxed-wrapper .custom-slider .fusion-builder-row .slider-column .fusion-column-wrapper {
margin: 0 !important;
}
#boxed-wrapper .custom-slider .fusion-builder-row .slider-column .fusion-column-wrapper .swiper-container {
width: 100%;
height: 100%;
}
#boxed-wrapper .custom-slider .fusion-builder-row .slider-column .fusion-column-wrapper .swiper-container .swiper-wrapper {
height: 100%;
}
#boxed-wrapper .custom-slider .fusion-builder-row .slider-column .fusion-column-wrapper .swiper-container .swiper-wrapper .swiper-slide img {
width: 100%;
height: 100%;
object-fit: cover;
}
@media (max-width: 1200px) {
#boxed-wrapper .custom-slider .fusion-builder-row .slider-content-column {
width: 100%;
}
}
#boxed-wrapper .custom-slider .fusion-builder-row .slider-content-column .fusion-column-wrapper {
z-index: 2;
}
@media (min-width: 1201px) {
#boxed-wrapper .custom-slider .fusion-builder-row .slider-content-column .fusion-column-wrapper {
padding-left: 30px;
}
}
@media (max-width: 1200px) {
#boxed-wrapper .custom-slider .fusion-builder-row .slider-content-column .fusion-column-wrapper {
margin: 60px 0 0 !important;
padding-left: 30px !important;
padding-right: 30px !important;
}
}
#boxed-wrapper .custom-slider .fusion-builder-row .slider-content-column .fusion-column-wrapper .fusion-title {
margin-bottom: 60px !important;
}
#boxed-wrapper .custom-slider .fusion-builder-row .slider-content-column .fusion-column-wrapper .fusion-title h1 {
font-size: 46px !important;
line-height: 1.1 !important;
}
@media (max-width: 1300px) {
#boxed-wrapper .custom-slider .fusion-builder-row .slider-content-column .fusion-column-wrapper .fusion-title h1 {
font-size: 40px !important;
}
}
@media (max-width: 640px) {
#boxed-wrapper .custom-slider .fusion-builder-row .slider-content-column .fusion-column-wrapper .fusion-title h1 {
font-size: 26px !important;
}
}
#boxed-wrapper .custom-slider .fusion-builder-row .slider-content-column .fusion-column-wrapper .fusion-title h1 p {
font-size: 46px !important;
line-height: 1.1 !important;
}
@media (max-width: 1300px) {
#boxed-wrapper .custom-slider .fusion-builder-row .slider-content-column .fusion-column-wrapper .fusion-title h1 p {
font-size: 40px !important;
}
}
@media (max-width: 640px) {
#boxed-wrapper .custom-slider .fusion-builder-row .slider-content-column .fusion-column-wrapper .fusion-title h1 p {
font-size: 26px !important;
}
}
#boxed-wrapper .custom-slider .fusion-builder-row .slider-content-column .fusion-column-wrapper .fusion-text p {
font-weight: 500 !important;
font-size: 18px !important;
}
#boxed-wrapper .custom-slider .fusion-builder-row .slider-content-column .fusion-column-wrapper .fusion-text p:last-child {
margin-bottom: 0 !important;
}
#boxed-wrapper .custom-slider .fusion-builder-row .slider-content-column .fusion-column-wrapper .slider-button {
margin-top: 15px;
}
@media (max-width: 1200px) {
#boxed-wrapper .custom-slider .fusion-builder-row .slider-content-column .fusion-column-wrapper .slider-button {
margin-left: 60px !important;
}
}
.work-column .fusion-column-wrapper:hover .fusion-title {
opacity: 1;
}
.work-column .fusion-column-wrapper .fusion-imageframe {
margin-bottom: 12px;
width: 80%;
}
@media (max-width: 1024px) {
.work-column .fusion-column-wrapper .fusion-imageframe {
width: 100% !important;
}
}
.work-column .fusion-column-wrapper .fusion-imageframe img {
height: 350px !important;
object-fit: cover;
}
@media (max-width: 1024px) {
.work-column .fusion-column-wrapper .fusion-imageframe img {
height: auto !important;
}
}
.work-column .fusion-column-wrapper .fusion-title {
opacity: 0;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
@media (max-width: 640px) {
.work-column .fusion-column-wrapper .fusion-title {
opacity: 1 !important;
}
}
.work-column .fusion-column-wrapper .fusion-title h4 {
text-transform: none !important;
}
@media (max-width: 640px) {
.work-column.button-column {
margin-top: 60px !important;
}
}
.grecaptcha-badge {
visibility: hidden;
}
body {
-webkit-font-smoothing: antialiased !important;
font-family: "Montserrat", sans-serif !important;
color: #192542 !important;
font-size: 16px !important;
}
p {
font-size: 16px !important;
color: #192542 !important;
font-family: "Montserrat", sans-serif !important;
-webkit-font-smoothing: antialiased !important;
}
a {
transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
text-decoration: none !important;
font-family: "Montserrat", sans-serif !important;
}
a:hover {
text-decoration: none !important;
}
a.fusion-button {
text-transform: none !important;
position: relative;
}
a.fusion-button.fusion-button {
padding: 12px 24px !important;
border-radius: 14px !important;
background: #3cb5a1 !important;
font-weight: 500 !important;
color: #ffffff !important;
min-width: 200px;
}
a.fusion-button.fusion-button .fusion-button-text {
font-weight: 500 !important;
color: #ffffff !important;
}
a.fusion-button.cta-button {
padding: 12px 24px !important;
border-radius: 14px !important;
border: 2px solid #ffffff !important;
background: transparent !important;
transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
position: relative;
z-index: 1;
}
a.fusion-button.cta-button:before {
position: absolute;
top: 0;
left: 0;
content: "";
width: 50%;
height: 0;
visibility: hidden;
opacity: 0;
z-index: -1;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
background: rgba(255, 255, 255, 0.4);
border-radius: 14px;
}
a.fusion-button.cta-button:after {
position: absolute;
bottom: 0;
right: 0;
content: "";
width: 50%;
height: 0;
visibility: hidden;
opacity: 0;
z-index: -1;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
background: rgba(255, 255, 255, 0.4);
border-radius: 14px;
}
a.fusion-button.cta-button:hover:before, a.fusion-button.cta-button:hover:after {
width: 100%;
height: 100%;
visibility: visible;
opacity: 1;
}
a.fusion-button.cta-button:hover .fusion-button-text {
color: #192542 !important;
}
a.fusion-button.cta-button .fusion-button-text {
color: #ffffff !important;
font-weight: 700 !important;
text-transform: uppercase !important;
}
a.fusion-button.slider-button {
padding: 0 !important;
background: transparent !important;
letter-spacing: 1px !important;
}
a.fusion-button.slider-button:before {
content: "";
background: #3cb5a1;
position: absolute;
border-radius: 50%;
width: 20px;
height: 20px;
left: -65px;
top: 50%;
transform: translateY(-50%);
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
}
a.fusion-button.slider-button:after {
content: "";
background: #3cb5a1;
position: absolute;
width: 25px;
height: 2px;
left: -35px;
top: 50%;
transform: translateY(-50%);
}
a.fusion-button.slider-button:hover:before {
width: 30px;
height: 30px;
}
a.fusion-button.slider-button .fusion-button-text {
font-weight: 500 !important;
font-size: 20px !important;
color: #192542 !important;
}
.wpcf7-submit {
padding: 12px 24px !important;
border-radius: 14px !important;
border: 2px solid #192542 !important;
background: #192542 !important;
color: #ffffff !important;
font-family: "Montserrat", sans-serif !important;
text-transform: none !important;
font-weight: 500 !important;
letter-spacing: 1px !important;
position: relative;
z-index: 1;
overflow: hidden;
line-height: 1 !important;
}
.wpcf7-submit:before {
position: absolute;
top: 0;
left: 0;
content: "";
width: 50%;
height: 0;
visibility: hidden;
opacity: 0;
z-index: -1;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
background: #3cb5a1;
}
.wpcf7-submit:after {
position: absolute;
bottom: 0;
right: 0;
content: "";
width: 50%;
height: 0;
visibility: hidden;
opacity: 0;
z-index: -1;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
background: #3cb5a1;
}
.wpcf7-submit:focus {
outline: none !important;
box-shadow: none !important;
}
.wpcf7-submit:hover {
border-color: #3cb5a1 !important;
}
.wpcf7-submit:hover:before, .wpcf7-submit:hover:after {
width: 100%;
height: 100%;
visibility: visible;
opacity: 1;
}
i {
font-family: "Font Awesome 5 Pro" !important;
font-style: normal !important;
}
h1 {
font-family: "Montserrat", sans-serif !important;
color: #192542 !important;
font-weight: 500 !important;
text-transform: uppercase !important;
letter-spacing: 1px !important;
font-size: 42px !important;
}
@media (max-width: 1024px) {
h1 {
font-size: 36px !important;
}
}
h2 {
font-family: "Montserrat", sans-serif !important;
font-weight: 600 !important;
color: #192542 !important;
letter-spacing: 1px !important;
font-size: 38px !important;
line-height: 1.1 !important;
}
@media (max-width: 1024px) {
h2 {
font-size: 32px !important;
}
}
@media (max-width: 640px) {
h2 {
font-size: 24px !important;
}
}
h2 p {
font-family: "Montserrat", sans-serif !important;
font-weight: 600 !important;
color: #192542 !important;
letter-spacing: 1px !important;
font-size: 38px !important;
line-height: 1.1 !important;
}
@media (max-width: 1024px) {
h2 p {
font-size: 32px !important;
}
}
@media (max-width: 640px) {
h2 p {
font-size: 24px !important;
}
}
h3 {
font-family: "Montserrat", sans-serif !important;
font-weight: 600 !important;
color: #192542 !important;
font-size: 26px !important;
line-height: 1.1 !important;
text-transform: uppercase !important;
margin-bottom: 17px !important;
}
@media (max-width: 1024px) {
h3 {
font-size: 22px !important;
}
}
@media (max-width: 640px) {
h3 {
font-size: 20px !important;
}
}
h3 p {
font-family: "Montserrat", sans-serif !important;
font-weight: 600 !important;
color: #192542 !important;
font-size: 26px !important;
line-height: 1.1 !important;
text-transform: uppercase !important;
margin-bottom: 17px !important;
}
@media (max-width: 1024px) {
h3 p {
font-size: 22px !important;
}
}
@media (max-width: 640px) {
h3 p {
font-size: 20px !important;
}
}
h4 {
font-family: "Montserrat", sans-serif !important;
font-weight: 400 !important;
color: #192542 !important;
font-size: 22px !important;
line-height: 1.1 !important;
text-transform: uppercase !important;
position: relative;
display: flex;
align-items: center;
}
@media (max-width: 1024px) {
h4 {
font-size: 18px !important;
}
}
h4:before {
content: "";
background: #3cb5a1;
width: 50px;
height: 2px;
display: inline-block;
margin-right: 12px;
}
h5 {
font-family: "Montserrat", sans-serif !important;
}
h6 {
font-family: "Montserrat", sans-serif !important;
}
#boxed-wrapper .custom-h3 h3 {
font-weight: 700 !important;
color: #3cb5a1 !important;
text-transform: none !important;
}
#boxed-wrapper .custom-h2 h2 {
font-weight: 700 !important;
font-size: 30px !important;
}
#boxed-wrapper .custom-h2 h2 p {
font-size: 30px !important;
}
#boxed-wrapper .no-uppercase h3 {
text-transform: none !important;
}
#boxed-wrapper .no-uppercase h3 p {
text-transform: none !important;
}
#boxed-wrapper .custom-h4 h4 {
text-transform: none !important;
font-weight: 700 !important;
align-items: flex-start;
}
#boxed-wrapper .custom-h4 h4:before {
content: "";
background: #3cb5a1;
width: 50px;
height: 2px;
display: inline-block;
margin-top: 9px;
}
#boxed-wrapper .custom-h4 h4 strong {
font-weight: 700 !important;
color: #3cb5a1 !important;
}
#main {
position: relative;
}
.fusion-fullwidth {
padding-left: 30px !important;
padding-right: 30px !important;
}
.title-sep-container {
display: none !important;
}
.fusion-title {
margin-bottom: 0 !important;
}
.fusion-title-center {
justify-content: center !important;
}
.page-template-legal_info .fusion-fullwidth {
padding-left: 0 !important;
padding-right: 0 !important;
}
.page-template-legal_info .legal-page-content {
padding: 120px 0 100px;
overflow: hidden;
}
@media (max-width: 1200px) {
.page-template-legal_info .legal-page-content .grid-fix {
width: 100% !important;
max-width: 100% !important;
}
}
.page-template-legal_info .legal-page-content .legal-menu ul {
padding: 0 !important;
margin: 0 !important;
list-style: none;
}
@media (max-width: 1200px) {
.page-template-legal_info .legal-page-content .legal-menu ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-bottom: 60px !important;
}
}
@media (max-width: 767px) {
.page-template-legal_info .legal-page-content .legal-menu ul {
flex-direction: column !important;
}
}
.page-template-legal_info .legal-page-content .legal-menu ul li {
padding: 15px 0;
}
.page-template-legal_info .legal-page-content .legal-menu ul li a {
font-weight: 600 !important;
text-transform: uppercase;
position: relative;
}
.page-template-legal_info .legal-page-content .legal-menu ul li a.active {
color: #000000 !important;
}
.page-template-legal_info .legal-page-content .legal-content {
opacity: 0;
height: 0;
}
.page-template-legal_info .legal-page-content .legal-content.active {
opacity: 1;
height: auto;
}
.page-template-legal_info .legal-page-content .legal-content h2 {
color: #000000 !important;
}
.page-template-legal_info .legal-page-content .legal-content h2:after {
left: 0 !important;
transform: none !important;
bottom: -14px !important;
}
.unaccepted .wpcf7-validates-as-required, .invalid .wpcf7-validates-as-required {
border-color: red !important;
}
.screen-reader-response {
display: none !important;
}
.alert-custom {
display: none !important;
}
.alert-custom.success {
display: inline-block !important;
}
.alert-custom .close {
display: none !important;
}
.wpcf7-not-valid-tip {
display: none !important;
}
.wpcf7-validation-errors {
display: none !important;
}
.wpcf7-acceptance-missing {
display: none !important;
}
.alert-icon {
display: none !important;
}
.wpcf7-mail-sent-ok,
.fusion-success {
background: transparent !important;
border: 0 !important;
padding: 0 !important;
font-size: 13px !important;
text-transform: none !important;
font-weight: 400 !important;
position: absolute !important;
right: 0;
bottom: 0;
margin-bottom: 0 !important;
color: #3cb5a1 !important;
}
@media (max-width: 500px) {
.wpcf7-mail-sent-ok,
.fusion-success {
position: relative !important;
right: auto;
bottom: auto;
text-align: left !important;
}
}
textarea {
outline: none;
border: none;
}
textarea:focus, input:focus {
border-color: transparent !important;
}
input::-webkit-input-placeholder {
color: #192542 !important;
font-family: "Montserrat", sans-serif !important;
letter-spacing: 1px !important;
font-weight: 500 !important;
font-size: 13px !important;
}
input:-moz-placeholder {
color: #192542 !important;
font-family: "Montserrat", sans-serif !important;
letter-spacing: 1px !important;
font-weight: 500 !important;
font-size: 13px !important;
}
input::-moz-placeholder {
color: #192542 !important;
font-family: "Montserrat", sans-serif !important;
letter-spacing: 1px !important;
font-weight: 500 !important;
font-size: 13px !important;
}
input:-ms-input-placeholder {
color: #192542 !important;
font-family: "Montserrat", sans-serif !important;
letter-spacing: 1px !important;
font-weight: 500 !important;
font-size: 13px !important;
}
textarea::-webkit-input-placeholder {
color: #192542 !important;
font-family: "Montserrat", sans-serif !important;
letter-spacing: 1px !important;
font-weight: 500 !important;
font-size: 13px !important;
}
textarea:-moz-placeholder {
color: #192542 !important;
font-family: "Montserrat", sans-serif !important;
letter-spacing: 1px !important;
font-weight: 500 !important;
font-size: 13px !important;
}
textarea::-moz-placeholder {
color: #192542 !important;
font-family: "Montserrat", sans-serif !important;
letter-spacing: 1px !important;
font-weight: 500 !important;
font-size: 13px !important;
}
textarea:-ms-input-placeholder {
color: #192542 !important;
font-family: "Montserrat", sans-serif !important;
letter-spacing: 1px !important;
font-weight: 500 !important;
font-size: 13px !important;
}
.contact-form,
.wpcf7 {
position: relative;
}
.wpcf7 input[type=checkbox],
.wpcf7 input[type=radio] { -webkit-appearance: none;
appearance: none; background-color: transparent; margin: 0;
font: inherit;
color: #192542;
width: 1.15em;
height: 1.15em;
border: 1px solid #192542 !important;
border-radius: 0;
transform: translateY(-0.075em);
display: grid;
place-content: center;
}
.wpcf7 input[type=checkbox],
.wpcf7 input[type=radio] { display: grid;
place-content: center;
}
.wpcf7 input[type=checkbox]::before,
.wpcf7 input[type=radio]::before {
content: "";
width: 0.65em;
height: 0.65em;
transform: scale(0);
transition: 120ms transform ease-in-out;
box-shadow: inset 1em 1em #192542;
}
.wpcf7 input[type=checkbox]:checked::before,
.wpcf7 input[type=radio]:checked::before {
transform: scale(1);
}
.fusion-body .contact-column .fusion-column-wrapper {
padding-left: 3.84% !important;
padding-right: 3.84% !important;
margin-left: 0 !important;
margin-right: 0 !important;
}
@media (min-width: 1025px) {
.fusion-body .contact-column .fusion-column-wrapper {
padding-left: 2.88% !important;
padding-right: 2.88px !important;
}
}
.fusion-body .contact-column:before {
content: "";
background: rgba(60, 181, 161, 0.1);
position: absolute;
width: 500%;
height: 100%;
right: 100%;
top: 0;
z-index: -1;
}
@media (max-width: 640px) {
.fusion-body .contact-column:after {
content: "";
background: rgba(60, 181, 161, 0.1);
position: absolute;
width: 500%;
height: 100%;
left: 100%;
top: 0;
z-index: -1;
}
}
.contact-form {
margin-top: 60px;
}
.contact-form.ledenform .form-row {
margin-left: -15px !important;
margin-right: -15px !important;
}
@media (min-width: 1025px) {
.contact-form {
margin-right: 160px !important;
}
}
.contact-form .form-row {
display: flex;
}
@media (max-width: 640px) {
.contact-form .form-row {
flex-direction: column;
}
}
.contact-form .select-arrow {
display: none !important;
}
.contact-form .wpcf7-form-control {
margin-bottom: 30px !important;
border: 0 !important;
border-bottom: 1px solid #192542 !important;
color: #192542 !important;
font-family: "Montserrat", sans-serif !important;
font-size: 16px !important;
padding-bottom: 5px !important;
padding-left: 0 !important;
background: transparent !important;
}
.contact-form .wpcf7-form-control:focus {
border-color: #3cb5a1 !important;
}
.contact-form .wpcf7-form-control.wpcf7-not-valid {
border-color: rgba(255, 0, 0, 0.7) !important;
}
.contact-form .wpcf7-form-control.wpcf7-select {
color: #192542 !important;
font-family: "Montserrat", sans-serif !important;
letter-spacing: 1px !important;
font-weight: 500 !important;
font-size: 13px !important;
}
.contact-form .wpcf7-form-control.wpcf7-select option {
color: #192542 !important;
font-family: "Montserrat", sans-serif !important;
letter-spacing: 1px !important;
font-weight: 500 !important;
font-size: 13px !important;
}
.contact-form .wpcf7-form-control.wpcf7-textarea {
min-height: 270px !important;
}
.contact-form .wpcf7-form-control.wpcf7-acceptance {
border: none !important;
}
.contact-form .wpcf7-form-control.wpcf7-acceptance label {
display: flex;
align-items: center;
}
.contact-form .wpcf7-form-control.wpcf7-acceptance label input {
margin-right: 7px;
}
.contact-form .wpcf7-form-control.wpcf7-acceptance label .wpcf7-list-item-label, .contact-form .wpcf7-form-control.wpcf7-acceptance label a {
font-size: 13px !important;
}
.contact-form .wpcf7-form-control.wpcf7-acceptance label a:hover {
color: #3cb5a1 !important;
}
.contact-form .wpcf7-form-control.wpcf7-submit {
padding: 12px 24px !important;
border-radius: 14px !important;
border: 2px solid #192542 !important;
background: #192542 !important;
color: #ffffff !important;
font-family: "Montserrat", sans-serif !important;
text-transform: none !important;
font-weight: 500 !important;
letter-spacing: 1px !important;
position: relative;
z-index: 1;
overflow: hidden;
line-height: 1 !important;
}
.contact-form .wpcf7-form-control.wpcf7-submit:hover {
border-color: #3cb5a1 !important;
}
.loading-spinner {
width: 40px !important;
height: 40px !important;
position: absolute;
bottom: 0;
right: 0;
}
.loading-spinner img {
object-fit: contain !important;
width: 40px !important;
height: 40px !important;
}
.single #main {
padding: 0 !important;
}
.single #main .post {
margin-bottom: 0 !important;
}
.single .slider-container {
height: 70vh !important;
padding: 0 !important;
display: flex;
align-items: center;
justify-content: center;
background-size: cover !important;
}
.single .slider-container .fusion-row {
z-index: 10 !important;
width: 100% !important;
}
.single .slider-container .fusion-row .header-title {
text-align: center;
padding: 0 30px;
}
@media (min-width: 1025px) {
.single .slider-container .fusion-row .header-title {
max-width: 70%;
margin: 0 auto;
}
}
.single .slider-container .fusion-row .header-title h1 {
color: #ffffff !important;
}
.single .slider-container:after {
content: "";
background: rgba(0, 0, 0, 0.45);
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
.single .post-content {
padding: 90px 0 90px !important;
max-width: 1400px !important;
margin: 0 auto;
}
@media (max-width: 640px) {
.single .post-content {
padding-bottom: 60px !important;
padding-top: 60px !important;
}
}
.single .fusion-button {
margin-top: 40px;
line-height: 1 !important;
margin-left: 110px;
}
@media (max-width: 767px) {
.single .fusion-button {
margin-left: 85px;
}
}