@charset "UTF-8";
.cookie-popup {
position: fixed;
bottom: 0;
right: 0;
width: auto;
z-index: 900;
max-width: 100%;
min-height: 80px;
padding: 30px;
background: #FFF;
box-shadow: 0 0 25px rgba(0,0,0,0.16);
left: 0;
}
.cookie-popup .title {
font-size: 24px;
font-family: inherit;
}
.cookie-popup p {
font-weight: 100;
font-size: inherit;
line-height: 1.2;
}
.cookie-popup a.cookie-link {
font-size: inherit;
}
.main-cookies {
max-width: 70%;
margin: 0 auto;
}  .main-cookie-window {
display: block;
}
.main-cookie-window .link-preferences {
text-align: center;
font-size: 12px;
padding: 5px 0;
display: block;
}
.main-cookie-window p {
margin: 0;
}
.main-cookie-window .custom-link {
display: block !important;
text-align: center;
}
.main-cookie-window.vb-hidden {
visibility: hidden;
opacity: 0;
-webkit-transition: all .3s ease-in-out;
height: 0;
}
.main-cookie-window.h-0 {
height: 0;
-webkit-transition: all .3s ease-in-out;
}  .cookie-preferences {  -webkit-transition: all .3s ease-in-out; overflow: auto;
}
.cookie-preferences.vb-show {
visibility: visible;
opacity: 1;
-webkit-transition: all 1s ease-in-out;
height: auto;
}
.cookie-preferences .content ul {
list-style: none;
display: flex;
justify-content: space-evenly;
padding: 10px;
border: 2px solid #9c2d48;
}
.cookie-preferences .content ul li a {
text-decoration: underline;
}     .cookie-preferences .custom-link {
display: block !important;
text-align: center;
}
.cookie-preferences .preferences p {
text-align: center;
font-size: 12px;
padding: 5px 0;
display: block;
margin: 0;
}
.cookie-preferences .input-type {
display: inline-block;
float: right;
margin-left: 10px;
}
.cookie-preferences .css-checkbox {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
width: 40px;
height: 20px;
background: #c7cad2;
border-radius: 3em;
position: relative;
cursor: pointer;
border: initial;
padding: initial;
transition: background .3s ease-in-out;
}
.cookie-preferences .css-checkbox:checked {
background: #eeeeee;
}
.cookie-preferences .css-checkbox:after {
position: absolute;
content: "";
width: 20px;
height: 20px;
border-radius: 50%;
background: #000000;
box-shadow: 0 0 0.25em rgba(0,0,0,.3);
transform: scale(.8);
left: 0;
transition: all .3s ease-in-out;
}
.cookie-preferences .css-checkbox:checked:after {
left: calc(100% - 1.4em);
}
.cookie-preferences .css-checkbox#functional {
cursor: default;
}.wp-caption-text,
.gallery-caption,
.bypostauthor {
}
 @import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;700&display=swap");
@font-face {
font-family: font-light;
}
.no-uppercase h1, .no-uppercase h2, .no-uppercase h3, .no-uppercase h4, .no-uppercase h5, .no-uppercase p {
text-transform: none !important;
}
.big-text p {
font-size: 22px !important;
}
.font-bold {
font-weight: 700 !important;
}
.font-bold h1, .font-bold h2, .font-bold h3, .font-bold h4, .font-bold h5, .font-bold p {
font-weight: 700 !important;
}
.orange {
color: #c03 !important;
}
.blue {
color: #90becf !important;
}
.green {
color: #97ca69 !important;
}
.yellow {
color: #fbbb01 !important;
}
.yellow h1, .yellow h2, .yellow h3, .yellow h4 {
color: #fbbb01 !important;
font-family: "Oswald", sans-serif !important;
font-weight: 500 !important;
}
.yellow h1 p, .yellow h2 p, .yellow h3 p, .yellow h4 p {
color: #fbbb01 !important;
font-family: "Oswald", sans-serif !important;
font-weight: 500 !important;
}
.red-color {
color: #c03 !important;
}
.red-color h1, .red-color h2, .red-color h3, .red-color h4 {
color: #c03 !important;
}
.red-color h1 p, .red-color h2 p, .red-color h3 p, .red-color h4 p {
color: #c03 !important;
}
.white-color {
color: #ffffff !important;
}
.white-color h1, .white-color h2, .white-color h3, .white-color h4 {
color: #ffffff !important;
}
.white-color h1 p, .white-color h2 p, .white-color h3 p, .white-color h4 p {
color: #ffffff !important;
}
#post-404page {
padding-top: 80px !important;
padding-bottom: 80px !important;
display: flex;
justify-content: center;
}
#post-404page .error-message {
text-align: center;
margin-top: 90px !important;
margin-bottom: 90px !important;
color: rgba(204, 0, 51, 0.75);
}
#post-404page .error-button {
text-align: center;
} .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;
}
@media (min-width: 1025px) {
#boxed-wrapper .benefits-row .fusion-builder-row-inner {
justify-content: space-between;
}
}
#boxed-wrapper .benefit-column {
margin-bottom: 0 !important;
}
@media (min-width: 1025px) {
#boxed-wrapper .benefit-column {
width: 48% !important;
}
}
#boxed-wrapper .benefit-column .fusion-column-wrapper {
display: flex;
margin: 45px 0 0 0 !important;
}
@media (min-width: 641px) {
#boxed-wrapper .benefit-column .fusion-column-wrapper {
flex-direction: row !important;
}
}
#boxed-wrapper .benefit-column .fusion-column-wrapper .fusion-image-element {
margin-right: 30px;
}
#boxed-wrapper .benefit-column .fusion-column-wrapper .fusion-image-element .fusion-imageframe img {
width: 70px;
height: 70px;
min-width: 70px;
object-fit: contain;
}
#boxed-wrapper .benefit-column .fusion-column-wrapper .fusion-text h4 {
color: #c03 !important;
}
.fusion-body .blue-column .fusion-column-wrapper {
margin-left: 0 !important;
padding-left: 1.92% !important;
margin-right: 0 !important;
padding-right: 1.92% !important;
background: #c03 !important;
align-items: flex-end !important;
}
@media (min-width: 1025px) {
.fusion-body .blue-column .fusion-column-wrapper {
padding-left: 3.84% !important;
padding-right: 3.84% !important;
}
}
@media (max-width: 1024px) {
.fusion-body .blue-column .fusion-column-wrapper {
align-items: flex-start !important;
}
}
@media (max-width: 1024px) {
.fusion-body .blue-column:before {
content: "";
background: #c03;
position: absolute;
width: 500%;
height: 100%;
display: inline-block;
right: 100%;
}
}
.fusion-body .blue-column:after {
content: "";
background: #c03;
position: absolute;
width: 500%;
height: 100%;
display: inline-block;
left: 100%;
}
.certificaten {
margin-bottom: 0 !important;
}
@media (max-width: 500px) {
.certificaten {
margin-top: 30px !important;
min-height: 150px !important;
}
.certificaten .fusion-carousel {
height: 100% !important;
}
.certificaten .fusion-carousel .fusion-carousel-positioner {
height: 100% !important;
}
.certificaten .fusion-carousel .fusion-carousel-positioner .fusion-carousel-wrapper {
height: 100% !important;
}
.certificaten .fusion-carousel .fusion-carousel-positioner .fusion-carousel-wrapper .fusion-carousel-holder {
height: 100% !important;
display: flex !important;
align-items: center !important;
}
.certificaten .fusion-carousel-item {
height: 100px !important;
display: flex !important;
align-items: center !important;
}
}
.certificaten img {
-webkit-filter: brightness(104%) contrast(99%) saturate(0%) blur(0px) hue-rotate(0deg);
filter: brightness(104%) contrast(99%) saturate(0%) blur(0px) hue-rotate(0deg);
opacity: 1 !important;
}
.image-cropper {
width: 150px;
height: 150px;
position: relative;
overflow: hidden;
border-radius: 50%;
}
div.image-cropper > img {
height: 100%;
object-fit: cover;
}
#boxed-wrapper .icon-list ul li {
position: relative;
padding-left: 20px;
}
#boxed-wrapper .icon-list ul li:before {
content: "";
background: url(//chauffageverzelen.be/wp-content/themes/Avada-Child/assets/images/icons/vinkje.png) no-repeat;
width: 25px;
height: 18px;
background-size: contain;
position: absolute;
left: 0;
top: 15px;
transform: translate(0, -50%);
}
#cookies-agree {
letter-spacing: 0.6px;
padding: 6px 16px;
border: 1px solid #000000;
font-size: 14px !important;
position: relative;
z-index: 1;
color: #000000 !important;
}
#cookies-agree:after {
content: "";
background: #000000;
width: 0;
height: 100%;
right: 0;
top: 0;
position: absolute;
z-index: -1;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
}
#cookies-agree:hover {
color: #ffffff !important;
}
#cookies-agree:hover:after {
width: 100%;
left: 0;
}
#cookies-agree-all {
letter-spacing: 0.6px;
padding: 6px 16px;
border: 1px solid #000000;
font-size: 14px !important;
position: relative;
z-index: 1;
color: #000000 !important;
}
#cookies-agree-all:after {
content: "";
background: #000000;
width: 0;
height: 100%;
right: 0;
top: 0;
position: absolute;
z-index: -1;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
}
#cookies-agree-all:hover {
color: #ffffff !important;
}
#cookies-agree-all:hover:after {
width: 100%;
left: 0;
}
.cookie-popup {
z-index: 9999 !important;
}
.cookie-popup .title {
color: #000000 !important;
font-size: 22px !important;
}
.cookie-popup .cookie-preferences .content ul {
border-color: #c03 !important;
}
.cookie-popup .main-cookies {
max-width: 1200px !important;
}
.cookie-popup .main-cookies .cookie-link {
color: #c03 !important;
}
.cookie-popup p {
font-size: 16px !important;
}
.cookie-popup .custom-link {
display: inline-block !important;
float: left;
margin-right: 10px !important;
border-radius: 0 !important;
color: #c03 !important;
}
@media (max-width: 645px) {
.cookie-popup .custom-link {
display: block !important;
margin-bottom: 10px !important;
}
}
.cookie-popup .custom-link:hover {
color: #000000 !important;
}
@media (max-width: 645px) {
.cookie-popup .save-cookies {
display: flex;
flex-direction: column-reverse;
}
}
.cookie-popup .cookie-preferences {
width: 100% !important;
}
.cookie-popup .cookie-preferences ul {
list-style: none;
border-radius: 0;
background: #ffffff;
}
@media (max-width: 992px) {
.cookie-popup .cookie-preferences ul {
flex-direction: column !important;
}
}
.cookie-popup .cookie-preferences ul li {
overflow: auto;
color: #000000 !important;
}
.cookie-popup .cookie-preferences ul li a {
color: #c03 !important;
text-decoration: none !important;
}
.cookie-popup .cookie-preferences ul li a:hover {
text-decoration: none;
color: #66001a !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: #c03;
}
.cookie-popup .cookie-preferences ul li .css-checkbox:checked:after {
background: #eeeeee;
}
.vb-show {
display: block !important;
}
.vb-hidden {
display: none !important;
}
.cookie-reload {
letter-spacing: 0.6px;
padding: 6px 16px;
border: 1px solid #000000;
font-size: 14px !important;
position: relative;
z-index: 1;
color: #000000 !important;
}
.cookie-reload:after {
content: "";
background: #000000;
width: 0;
height: 100%;
right: 0;
top: 0;
position: absolute;
z-index: -1;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
}
.cookie-reload:hover {
color: #ffffff !important;
}
.cookie-reload:hover:after {
width: 100%;
left: 0;
}
.cta-container h2 {
margin-bottom: 0 !important;
}
.cta-container h3 {
font-size: 24px !important;
margin-bottom: 30px !important;
}
@media (max-width: 1024px) {
.cta-container h3 {
max-width: 40%;
}
}
@media (max-width: 640px) {
.cta-container h3 {
max-width: 100%;
}
}
.cta-container .fusion-button {
margin-bottom: 70px !important;
}
.cta-container .absolute-column {
position: absolute;
bottom: 0;
right: 0;
text-align: right;
}
@media (max-width: 640px) {
.cta-container .absolute-column {
position: relative;
}
}
.cta-container .absolute-column .fusion-imageframe {
max-width: 80%;
}
@media (max-width: 1024px) {
.cta-container .absolute-column .fusion-imageframe {
max-width: 60%;
}
}
@media (max-width: 640px) {
.cta-container .absolute-column .fusion-imageframe {
max-width: 100%;
}
}
.cta-container.large-image .grey-column .custom-position {
right: -220px !important;
}
@media (max-width: 1300px) {
.cta-container.large-image .grey-column .custom-position {
width: 60%;
right: 0 !important;
}
}
@media (max-width: 640px) {
.cta-container.large-image .grey-column .custom-position {
max-width: 100%;
}
}
.cta-container.large-image .grey-column .custom-position img {
width: 100% !important;
}
@media (max-width: 1300px) {
.cta-container.large-image .grey-column .custom-position img {
width: 60% !important;
right: 0;
}
}
.grecaptcha-badge {
visibility: hidden;
}
body {
-webkit-font-smoothing: antialiased !important;
font-family: "Open Sans", sans-serif !important;
font-size: 18px !important;
font-weight: 300 !important;
color: #333333 !important;
}
p, li {
-webkit-font-smoothing: antialiased !important;
font-family: "Open Sans", sans-serif !important;
font-size: 18px !important;
font-weight: 300 !important;
color: #333333 !important;
}
p b, p strong, li b, li strong {
font-weight: 700 !important;
}
p.small, li.small {
font-size: 11px !important;
}
a {
transition: all 0.2s ease-in-out 0s;
-webkit-transition: all 0.2s ease-in-out 0s;
-moz-transition: all 0.2s ease-in-out 0s;
position: relative;
}
a:hover {
text-decoration: none !important;
}
a.fusion-button {
letter-spacing: 0.6px !important;
padding: 12px 18px !important;
border: 1px solid #000000 !important;
font-family: "Oswald", sans-serif !important;
background: transparent !important;
font-weight: 300 !important;
position: relative;
border-radius: 0 !important;
z-index: 1;
}
a.fusion-button:after {
content: "";
background: #000000;
width: 0;
height: 100%;
right: 0;
top: 0;
position: absolute;
z-index: -1;
transition: all 0.3s ease-in-out 0s;
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
}
a.fusion-button:hover {
color: #ffffff !important;
}
a.fusion-button:hover .fusion-button-text {
color: #ffffff !important;
}
a.fusion-button:hover:after {
width: 100%;
left: 0;
}
a.fusion-button .fusion-button-text {
color: #000000 !important;
font-size: 18px !important;
}
a.fusion-button.red {
border: 0 !important;
background: #c03 !important;
color: #ffffff !important;
}
a.fusion-button.red .fusion-button-text {
color: #ffffff !important;
}
a.classic-link {
font-weight: 500 !important;
text-transform: uppercase;
font-family: "Oswald", sans-serif !important;
letter-spacing: 0.6px;
font-size: 18px !important;
padding: 0 13px !important;
transition: all 0.4s ease-in-out 0s;
-webkit-transition: all 0.2s ease-in-out 0s;
-moz-transition: all 0.2s ease-in-out 0s;
position: relative;
}
a.classic-link:before {
content: "";
position: absolute;
width: 2px;
height: 100%;
background: #000000;
bottom: 0;
opacity: 1;
left: 0;
transition: all 0.4s ease-in-out 0s;
-webkit-transition: all 0.2s ease-in-out 0s;
-moz-transition: all 0.2s ease-in-out 0s;
}
a.special-link {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
color: #aaaaaa !important;
padding: 0 13px !important;
text-transform: uppercase;
}
a.special-link:before {
content: "";
position: absolute;
width: 2px;
height: 100%;
background: #aaaaaa;
bottom: 0;
opacity: 1;
left: 0;
transition: all 0.4s ease-in-out 0s;
-webkit-transition: all 0.2s ease-in-out 0s;
-moz-transition: all 0.2s ease-in-out 0s;
}
a.special-link:after {
display: none !important;
}
a.special-link:hover {
color: #c03 !important;
}
a.special-link:hover:before {
background: #c03 !important;
}
.wpcf7-submit {
letter-spacing: 0.6px !important;
padding: 12px 18px !important;
border: 1px solid #000000 !important;
font-family: "Oswald", sans-serif !important;
background: transparent !important;
font-size: 14px !important;
position: relative;
z-index: 1;
color: #000000 !important;
}
.wpcf7-submit:after {
content: "";
background: #000000;
width: 0;
height: 100%;
right: 0;
top: 0;
position: absolute;
z-index: -1;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
}
.wpcf7-submit:hover {
color: #ffffff !important;
}
.wpcf7-submit:hover:after {
width: 100%;
left: 0;
}
h1 {
font-family: "Oswald", sans-serif !important;
text-transform: uppercase !important;
color: #000000 !important;
font-size: 36px !important;
font-weight: 500 !important;
letter-spacing: 0.4px;
margin-bottom: 14px !important;
}
h1 p {
font-family: "Oswald", sans-serif !important;
text-transform: uppercase !important;
color: #000000 !important;
font-size: 36px !important;
font-weight: 500 !important;
letter-spacing: 0.4px;
margin-bottom: 14px !important;
}
h2 {
font-family: "Oswald", sans-serif !important;
text-transform: uppercase !important;
color: #000000 !important;
font-size: 32px !important;
font-weight: 500 !important;
letter-spacing: 0.4px;
margin-bottom: 14px !important;
}
h2 p {
font-family: "Oswald", sans-serif !important;
text-transform: uppercase !important;
color: #000000 !important;
font-size: 32px !important;
font-weight: 500 !important;
letter-spacing: 0.4px;
margin-bottom: 14px !important;
}
h3 {
font-family: "Oswald", sans-serif !important;
font-weight: 300 !important;
font-size: 27px !important;
color: #000000 !important;
margin-bottom: 7px !important;
margin-top: 0 !important;
}
h3 p {
font-family: "Oswald", sans-serif !important;
font-weight: 300 !important;
font-size: 27px !important;
color: #000000 !important;
margin-bottom: 7px !important;
}
h3 p a {
font-weight: 500 !important;
text-transform: uppercase;
font-family: "Oswald", sans-serif !important;
letter-spacing: 0.6px;
font-size: 18px !important;
padding: 0 13px !important;
transition: all 0.4s ease-in-out 0s;
-webkit-transition: all 0.2s ease-in-out 0s;
-moz-transition: all 0.2s ease-in-out 0s;
position: relative;
color: #c03 !important;
margin-left: 5px !important;
}
h3 p a:hover {
color: #fbbb01 !important;
}
h3 p a:hover:before {
background: #fbbb01 !important;
}
h3 p a:before {
content: "";
position: absolute;
width: 2px;
height: 100%;
background: #c03;
bottom: 0;
opacity: 1;
left: 0;
transition: all 0.4s ease-in-out 0s;
-webkit-transition: all 0.2s ease-in-out 0s;
-moz-transition: all 0.2s ease-in-out 0s;
}
h3 p a:hover {
text-decoration: none !important;
color: #97ca69;
}
h4 {
font-family: "Oswald", sans-serif !important;
margin-top: 0 !important;
text-transform: uppercase !important;
font-size: 20px !important;
}
h4 p {
font-family: "Oswald", sans-serif !important;
margin-top: 0 !important;
text-transform: uppercase !important;
font-size: 20px !important;
}
h5 {
font-family: "Oswald", sans-serif !important;
}
h6 {
font-family: "Oswald", sans-serif !important;
}
#main {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.no-padding {
padding-left: 0 !important;
padding-right: 0 !important;
}
.fusion-fullwidth.classic-row .fusion-row {
max-width: 1200px !important;
margin: 0 auto !important;
}
.fusion-fullwidth.classic-row .fusion-row.fusion-builder-row {
max-width: 100% !important;
}
.title-sep-container {
display: none !important;
}
.fusion-body .fusion-title.fusion-title-text {
margin-bottom: 0 !important;
}
@media (max-width: 1025px) {
.fusion-body .fusion-title.fusion-title-text {
margin-bottom: 0 !important;
}
}
.fusion-title-center {
justify-content: center !important;
}
table {
table-layout: fixed !important;
}
@media (max-width: 1024px) {
.flex-reverse .fusion-row {
flex-direction: column-reverse !important;
}
}
.overlay {
z-index: 1;
}
.overlay:after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
background: rgba(0, 0, 0, 0.2);
height: 100%;
z-index: -1;
}
.fusion-footer {
z-index: 1 !important;
}
.custom-footer {
padding: 60px 30px;
border-top: 1px solid #f3f3f3;
}
.custom-footer .fusion-row {
display: flex;
flex-wrap: wrap;
max-width: 1200px !important;
}
.custom-footer .fusion-row .left-section {
padding: 0 !important;
}
.custom-footer .fusion-row .left-section .contact-info {
display: flex;
justify-content: space-between;
}
@media (max-width: 640px) {
.custom-footer .fusion-row .left-section .contact-info {
flex-direction: column;
}
}
.custom-footer .fusion-row .left-section .contact-info .footer-col {
padding-left: 0 !important;
padding-right: 0 !important;
}
@media (max-width: 640px) {
.custom-footer .fusion-row .left-section .contact-info .footer-col {
margin-bottom: 15px !important;
}
}
.custom-footer .fusion-row .left-section .contact-info .footer-col p {
margin-bottom: 0 !important;
font-weight: 400 !important;
font-size: 16px !important;
}
.custom-footer .fusion-row .left-section .contact-info .footer-col p strong {
font-weight: 700 !important;
}
.custom-footer .fusion-row .left-section .contact-info .footer-col p a {
position: relative;
}
.custom-footer .fusion-row .left-section .contact-info .footer-col p a:hover {
color: #c03 !important;
}
.custom-footer .fusion-row .left-section .contact-info .footer-col p a.black-hover:hover {
color: #000000 !important;
}
.custom-footer .fusion-row .right-section {
padding: 0 !important;
}
@media (max-width: 1200px) {
.custom-footer .fusion-row .right-section {
margin-top: 30px !important;
}
}
.custom-footer .fusion-row .right-section .contact-info {
display: flex;
justify-content: space-between;
}
@media (max-width: 640px) {
.custom-footer .fusion-row .right-section .contact-info {
flex-direction: column;
}
}
.custom-footer .fusion-row .right-section .contact-info .footer-col {
padding-left: 0 !important;
padding-right: 0 !important;
}
.custom-footer .fusion-row .right-section .contact-info .footer-col p {
margin-bottom: 0 !important;
font-weight: 400 !important;
font-size: 16px !important;
}
.custom-footer .fusion-row .right-section .contact-info .footer-col p strong {
font-weight: 700 !important;
}
.custom-footer .fusion-row .right-section .contact-info .footer-col .menu {
margin: 0 !important;
padding: 0 !important;
list-style: none;
}
@media (max-width: 640px) {
.custom-footer .fusion-row .right-section .contact-info .footer-col .menu {
margin-top: 15px !important;
}
}
.custom-footer .fusion-row .right-section .contact-info .footer-col .menu li {
text-align: right;
line-height: 1.1;
}
@media (max-width: 640px) {
.custom-footer .fusion-row .right-section .contact-info .footer-col .menu li {
text-align: left;
}
}
.custom-footer .fusion-row .right-section .contact-info .footer-col .menu li a {
font-size: 12px !important;
font-weight: 400 !important;
position: relative;
}
.custom-footer .fusion-row .right-section .contact-info .footer-col .menu li a:hover {
color: #c03 !important;
}
.custom-footer .fusion-row .right-section .contact-info .footer-col .menu li:last-child a {
position: relative;
}
.custom-footer .fusion-row .right-section .contact-info .footer-col .menu li:last-child a:before {
content: "©";
display: inline-block;
margin-right: 5px;
font-size: 12px !important;
font-weight: 400 !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;
}
.wpcf7 {
position: relative;
}
.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;
}
.wpcf7 input[type=checkbox],
.wpcf7 input[type=radio] { -webkit-appearance: none;
appearance: none; background-color: transparent; margin: 0;
font: inherit;
width: 1.15em;
height: 1.15em;
border: 1px solid #000000 !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 #c03;
}
.wpcf7 input[type=checkbox]:checked::before,
.wpcf7 input[type=radio]:checked::before {
transform: scale(1);
}
.wpcf7-acceptance {
border-bottom: 0 !important;
margin: 15px 0;
display: block;
}
.wpcf7-acceptance .wpcf7-list-item {
margin-left: 0 !important;
}
.wpcf7-acceptance .wpcf7-list-item label {
display: flex;
align-items: center;
font-size: 13px !important;
line-height: 1 !important;
}
.wpcf7-acceptance .wpcf7-list-item label p, .wpcf7-acceptance .wpcf7-list-item label a {
font-size: 13px !important;
color: #333333 !important;
}
.wpcf7-acceptance .wpcf7-list-item label a {
position: relative;
}
.wpcf7-acceptance .wpcf7-list-item label input {
margin-right: 10px !important;
}
.gmap-container {
height: 45vh !important;
padding: 0 !important;
}
.gmap-container .gmap {
height: 100% !important;
display: flex;
filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}
.fusion-body .grey-column .fusion-column-wrapper {
margin-left: 0 !important;
padding-left: 1.92% !important;
margin-right: 0 !important;
padding-right: 1.92% !important;
}
@media (min-width: 1025px) {
.fusion-body .grey-column .fusion-column-wrapper {
padding-left: 3.84% !important;
padding-right: 3.84% !important;
}
}
.fusion-body .grey-column:before {
content: "";
background: #f3f3f3;
position: absolute;
width: 500%;
height: 100%;
display: inline-block;
right: 100%;
}
.fusion-body .grey-column:after {
content: "";
background: #f3f3f3;
position: absolute;
width: 500%;
height: 100%;
display: inline-block;
left: 100%;
}
@media (min-width: 1025px) {
.fusion-body .grey-column:after {
display: none;
}
}
.fusion-body .grey-column .fusion-text {
width: 70% !important;
}
.fusion-body .grey-column .custom-position {
position: absolute;
right: -50px;
bottom: 0;
}
@media (max-width: 1300px) {
.fusion-body .grey-column .custom-position {
right: 0;
}
}
.fusion-body .grey-column .custom-position img {
width: 70% !important;
float: right;
}
@media (max-width: 1300px) {
.fusion-body .grey-column .custom-position img {
width: 250px !important;
}
}
@media (max-width: 640px) {
.fusion-body .grey-column .custom-position img {
width: 150px !important;
}
}
.fusion-body .grey-after .fusion-column-wrapper {
margin-right: 0 !important;
margin-left: 0 !important;
padding-right: 1.92% !important;
padding-left: 1.92% !important;
}
@media (min-width: 1025px) {
.fusion-body .grey-after .fusion-column-wrapper {
padding-left: 90px !important;
padding-right: 3.84% !important;
}
.fusion-body .grey-after .fusion-column-wrapper:before {
display: none !important;
}
}
.fusion-body .grey-after .fusion-column-wrapper:before {
content: "";
background: #f3f3f3;
position: absolute;
width: 500%;
height: 100%;
display: inline-block;
right: 100%;
top: 0;
}
.fusion-body .grey-after .fusion-column-wrapper:after {
content: "";
background: #f3f3f3;
position: absolute;
width: 500%;
height: 100%;
display: inline-block;
left: 100%;
top: 0;
}
.fusion-body .grey-before .fusion-column-wrapper {
margin-right: 0 !important;
margin-left: 0 !important;
padding-right: 1.92% !important;
padding-left: 1.92% !important;
}
@media (min-width: 1025px) {
.fusion-body .grey-before .fusion-column-wrapper {
padding-left: 3.84% !important;
padding-right: 90px !important;
}
.fusion-body .grey-before .fusion-column-wrapper:before {
display: none !important;
}
}
.fusion-body .grey-before .fusion-column-wrapper:before {
content: "";
background: #f3f3f3;
position: absolute;
width: 500%;
height: 100%;
display: inline-block;
left: 100%;
top: 0;
}
.fusion-body .grey-before .fusion-column-wrapper:after {
content: "";
background: #f3f3f3;
position: absolute;
width: 500%;
height: 100%;
display: inline-block;
right: 100%;
top: 0;
}
header .top-header {
border-bottom: 1px solid #f3f3f3;
}
@media (min-width: 641px) {
header .top-header {
padding-bottom: 10px;
}
}
header .fusion-header-v1,
header .fusion-header {
padding-right: 0 !important;
padding-left: 0 !important;
height: 100% !important;
}
header .top-header-row {
display: flex;
justify-content: flex-end;
}
@media (max-width: 1260px) {
header .top-header-row {
padding-right: 30px !important;
padding-left: 30px !important;
}
}
@media (min-width: 641px) {
header .top-header-row .top-header-row-col {
padding: 15px 0 0 13px !important;
}
}
@media (max-width: 1024px) {
header .top-header-row .top-header-row-col {
width: 100% !important;
max-width: 100% !important;
flex: 0 0 100%;
padding-top: 0;
}
}
@media (max-width: 640px) {
header .top-header-row .top-header-row-col {
padding-left: 0 !important;
padding-right: 0 !important;
}
}
header .top-header-row .top-header-row-col .top-menu .top-menu-col {
display: flex;
align-items: center;
}
@media (max-width: 640px) {
header .top-header-row .top-header-row-col .top-menu .top-menu-col {
display: block;
margin-bottom: 30px !important;
margin-top: 15px !important;
}
}
@media (max-width: 500px) {
header .top-header-row .top-header-row-col .top-menu .top-menu-col {
margin-bottom: 0 !important;
margin-top: 0 !important;
}
}
header .top-header-row .top-header-row-col .top-menu .top-menu-col ul {
padding: 0 !important;
margin: 0 !important;
display: flex;
list-style: none;
width: 50% !important;
}
header .top-header-row .top-header-row-col .top-menu .top-menu-col ul.content-info {
display: flex;
gap: 45px;
}
@media (max-width: 1200px) {
header .top-header-row .top-header-row-col .top-menu .top-menu-col ul.content-info {
width: 60% !important;
}
}
@media (max-width: 767px) {
header .top-header-row .top-header-row-col .top-menu .top-menu-col ul.content-info {
gap: 20px;
}
}
@media (max-width: 640px) {
header .top-header-row .top-header-row-col .top-menu .top-menu-col ul.content-info {
width: 100% !important;
justify-content: space-between;
gap: 0;
}
}
@media (max-width: 500px) {
header .top-header-row .top-header-row-col .top-menu .top-menu-col ul.content-info {
flex-direction: column !important;
}
}
@media (min-width: 1025px) {
header .top-header-row .top-header-row-col .top-menu .top-menu-col ul.content-info li {
padding-right: 0 !important;
}
}
header .top-header-row .top-header-row-col .top-menu .top-menu-col ul.content-info li a {
font-family: "Oswald", sans-serif !important;
font-size: 20px !important;
color: #c03 !important;
}
header .top-header-row .top-header-row-col .top-menu .top-menu-col ul.content-info li a:after {
content: "";
height: 1px;
background: #c03;
position: absolute;
right: 0;
bottom: 0;
width: 0;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
header .top-header-row .top-header-row-col .top-menu .top-menu-col ul.content-info li a:hover:after {
left: 0;
width: 100%;
}
header .top-header-row .top-header-row-col .top-menu .top-menu-col ul.content-info li a.orange {
font-weight: 500 !important;
}
header .top-header-row .top-header-row-col .top-menu .top-menu-col ul.content-info li a.orange:after {
background: #c03;
height: 2px;
}
header .top-header-row .top-header-row-col .top-menu .top-menu-col ul.content-info li:first-child {
padding-right: 45px;
}
header .top-header-row .top-header-row-col .top-menu .top-menu-col ul.button-list {
display: flex;
justify-content: flex-end;
}
@media (max-width: 1200px) {
header .top-header-row .top-header-row-col .top-menu .top-menu-col ul.button-list {
width: 40% !important;
}
}
@media (max-width: 640px) {
header .top-header-row .top-header-row-col .top-menu .top-menu-col ul.button-list {
width: 100% !important;
display: none !important;
}
}
header .top-header-row .top-header-row-col .top-menu .top-menu-col ul.button-list li:first-child {
margin-right: 10px !important;
}
header .top-header-row .top-header-row-col .top-menu .top-menu-col ul.button-list li a {
letter-spacing: 0.6px;
padding: 6px 16px;
border: 1px solid #000000;
font-size: 14px !important;
position: relative;
z-index: 1;
}
header .top-header-row .top-header-row-col .top-menu .top-menu-col ul.button-list li a:after {
content: "";
background: #000000;
width: 0;
height: 100%;
right: 0;
top: 0;
position: absolute;
z-index: -1;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
}
header .top-header-row .top-header-row-col .top-menu .top-menu-col ul.button-list li a:hover {
color: #ffffff !important;
}
header .top-header-row .top-header-row-col .top-menu .top-menu-col ul.button-list li a:hover:after {
width: 100%;
left: 0;
}
header .top-header-row .top-header-row-col .top-menu .top-menu-col ul.button-list li a.active {
background: #fbbb01 !important;
border-color: #fbbb01 !important;
pointer-events: none;
}
header .header-row {
height: 100% !important;
display: flex;
align-items: flex-end;
padding-bottom: 30px !important;
position: relative;
flex-wrap: wrap;
}
@media (max-width: 1260px) {
header .header-row {
padding-right: 30px !important;
padding-left: 30px !important;
}
}
@media (max-width: 1024px) {
header .header-row {
padding-bottom: 0 !important;
}
}
header .header-row .logo-section {
position: relative;
height: 100%;
display: flex;
z-index: 10;
}
@media (max-width: 1024px) {
header .header-row .logo-section {
max-width: 100% !important;
flex: 0 0 50% !important;
width: 100% !important;
}
}
header .header-row .logo-section .fusion-logo {
margin: 0 !important;
}
@media (min-width: 1025px) {
header .header-row .logo-section .fusion-logo {
margin: -29px 0 0 !important;
}
}
header .header-row .logo-section .fusion-logo .fusion-logo-link img {
max-width: 225px !important;
}
header .header-row .logo-section .little-man {
display: inline-block;
position: absolute;
bottom: -30px;
right: 10px;
}
@media (max-width: 1125px) {
header .header-row .logo-section .little-man {
right: 15px !important;
}
}
@media (max-width: 1024px) {
header .header-row .logo-section .little-man {
bottom: 0;
}
}
@media (max-width: 767px) {
header .header-row .logo-section .little-man {
display: none !important;
}
}
header .header-row .logo-section .little-man img {
height: 150px !important;
object-fit: cover !important;
}
@media (max-width: 1024px) {
header .header-row .logo-section .little-man img {
height: 120px !important;
}
}
header .header-row .menu-area {
height: 100%;
display: flex;
flex-direction: column;
justify-content: flex-end;
margin-bottom: 12px;
}
@media (max-width: 1024px) {
header .header-row .menu-area {
position: absolute;
right: 30px;
top: 0;
}
}
@media (max-width: 1024px) {
header .header-row .menu-area .menu-section {
height: 100%;
}
}
header .header-row .menu-area .menu-section .fusion-main-menu {
width: 100%;
}
header .header-row .menu-area .menu-section .fusion-main-menu .fusion-menu {
display: flex;
justify-content: space-between;
}
header .header-row .menu-area .menu-section .fusion-main-menu .fusion-menu li {
padding: 0 !important;
}
header .header-row .menu-area .menu-section .fusion-main-menu .fusion-menu li a {
font-weight: 500 !important;
text-transform: uppercase;
height: auto !important;
font-family: "Oswald", sans-serif !important;
letter-spacing: 0.6px;
font-size: 20px !important;
border: 0 !important;
padding: 0 13px !important;
transition: all 0.4s ease-in-out 0s;
-webkit-transition: all 0.2s ease-in-out 0s;
-moz-transition: all 0.2s ease-in-out 0s;
position: relative;
color: #000000 !important;
}
header .header-row .menu-area .menu-section .fusion-main-menu .fusion-menu li a:before {
content: "";
position: absolute;
width: 2px;
height: 100%;
background: #fbbb01;
bottom: 0;
opacity: 0;
left: -5px;
transition: all 0.4s ease-in-out 0s;
-webkit-transition: all 0.2s ease-in-out 0s;
-moz-transition: all 0.2s ease-in-out 0s;
}
header .header-row .menu-area .menu-section .fusion-main-menu .fusion-menu li a:hover {
text-decoration: none !important;
color: #fbbb01 !important;
}
header .header-row .menu-area .menu-section .fusion-main-menu .fusion-menu li a:hover:before {
left: 0;
opacity: 1;
}
header .header-row .menu-area .menu-section .fusion-main-menu .fusion-menu li:last-child a {
padding-right: 0 !important;
}
header .header-row .menu-area .menu-section .fusion-main-menu .fusion-menu li.current-menu-item a {
color: #fbbb01 !important;
}
header .header-row .menu-area .menu-section .fusion-main-menu .fusion-menu li.current-menu-item a:before {
opacity: 1;
left: 0;
}
header .header-row .menu-area .menu-section .fusion-main-menu .fusion-menu li .sub-menu {
box-shadow: none;
border: 0 !important;
z-index: 10;
padding-top: 42px !important;
min-width: 220px !important;
}
header .header-row .menu-area .menu-section .fusion-main-menu .fusion-menu li .sub-menu li a {
border: 0 !important;
height: auto !important;
padding-bottom: 15px !important;
padding-top: 15px !important;
position: relative;
z-index: 1;
font-size: 15px !important;
font-weight: 300 !important;
}
header .header-row .menu-area .menu-section .fusion-main-menu .fusion-menu li .sub-menu li a:hover {
color: #ffffff !important;
}
header .header-row .menu-area .menu-section .fusion-main-menu .fusion-menu li .sub-menu li a:hover:before {
width: 100%;
}
header .header-row .menu-area .menu-section .fusion-main-menu .fusion-menu li .sub-menu li a:before {
content: "";
background: #c03;
width: 0;
z-index: -1;
}
#boxed-wrapper .history-row {
position: relative;
z-index: 1;
}
#boxed-wrapper .history-row:before {
content: "";
width: 1px;
height: 100%;
background: rgba(51, 51, 51, 0.35);
position: absolute;
left: 50%;
top: 0;
transform: translateX(-50%);
z-index: -1;
}
@media (max-width: 1024px) {
#boxed-wrapper .history-row:before {
display: none !important;
}
}
#boxed-wrapper .history-row.last-history-row .fusion-layout-column.history-text-column, #boxed-wrapper .history-row.last-history-row .fusion-layout-column.history-image-column {
margin-bottom: 0 !important;
}
@media (max-width: 1024px) {
#boxed-wrapper .history-row.mobile-reverse .fusion-builder-row {
flex-direction: column-reverse !important;
}
}
@media (min-width: 1025px) {
#boxed-wrapper .history-row .fusion-layout-column:nth-of-type(even) .fusion-column-wrapper {
padding-left: 30px !important;
}
}
#boxed-wrapper .history-row .fusion-layout-column:nth-of-type(even) .fusion-column-wrapper .fusion-title:after {
content: "";
width: 8px;
height: 42px;
position: absolute;
left: -4px;
background: #c03;
}
@media (min-width: 1025px) {
#boxed-wrapper .history-row .fusion-layout-column:nth-of-type(odd) .fusion-column-wrapper {
padding-right: 30px !important;
}
}
#boxed-wrapper .history-row .fusion-layout-column:nth-of-type(odd) .fusion-column-wrapper .fusion-title:after {
content: "";
width: 8px;
height: 42px;
position: absolute;
right: -4px;
top: 0;
background: #c03;
}
@media (max-width: 1024px) {
#boxed-wrapper .history-row .fusion-layout-column:nth-of-type(odd) .fusion-column-wrapper .fusion-title:after {
right: auto;
left: -4px;
}
}
#boxed-wrapper .history-row .fusion-layout-column.history-text-column {
margin-bottom: 40px;
}
#boxed-wrapper .history-row .fusion-layout-column.history-text-column .fusion-column-wrapper h4 {
margin-bottom: 14px !important;
}
#boxed-wrapper .history-row .fusion-layout-column.history-image-column {
margin-bottom: 60px;
}
@media (max-width: 1024px) {
#boxed-wrapper .history-row .fusion-layout-column.history-image-column .fusion-column-wrapper .fusion-image-element {
max-width: 100% !important;
--awb-max-width: 100% !important;
}
}
#boxed-wrapper .history-row .fusion-layout-column.history-image-column .fusion-column-wrapper .fusion-image-element .fusion-imageframe {
width: 100% !important;
}
#boxed-wrapper .history-row .fusion-layout-column.history-image-column .fusion-column-wrapper .fusion-image-element .fusion-imageframe img {
max-height: 500px;
object-fit: contain;
}
@media (max-width: 1024px) {
#boxed-wrapper .history-row .fusion-layout-column.history-image-column .fusion-column-wrapper .fusion-image-element .fusion-imageframe img {
width: 100% !important;
max-height: 100% !important;
object-fit: cover !important;
}
}
#boxed-wrapper .history-row .fusion-layout-column.history-image-column.image-flex .fusion-column-wrapper {
display: flex;
flex-direction: row !important;
}
#boxed-wrapper .history-row .fusion-layout-column.history-image-column.image-flex .fusion-column-wrapper .fusion-image-element:last-child {
min-width: 40%;
display: flex;
align-items: flex-end;
}
.home .home-header .video-section {
display: none !important;
}
.home .home-header .form-section {
width: 100% !important;
padding: 60px 60px !important;
background: #ffffff !important;
}
@media (max-width: 640px) {
.home .home-header .form-section {
padding: 60px 0 !important;
}
}
.home .home-header .form-section:after {
display: none !important;
}
.home .home-header .form-section .custom-form .wpcf7-form-control:not(.wpcf7-acceptance) {
background: #f3f3f3 !important;
}
.home .home-header .form-section .custom-form .select-arrow {
background: #f3f3f3 !important;
}
.home-header .fusion-row,
.contact-bottom .fusion-row {
max-width: 1200px !important;
}
.home-header .video-section,
.contact-bottom .video-section {
width: 55% !important;
position: absolute !important;
left: 0;
top: 0;
height: 100% !important;
overflow: hidden;
}
@media (max-width: 1024px) {
.home-header .video-section,
.contact-bottom .video-section {
width: 100% !important;
position: relative !important;
}
}
.home-header .video-section .video-wrapper,
.contact-bottom .video-section .video-wrapper {
position: relative;
padding-bottom: 56.25%; height: 100%;
overflow: hidden;
}
.home-header .video-section .video-wrapper .youtube-background,
.contact-bottom .video-section .video-wrapper .youtube-background {
height: 100%;
width: 100%;
z-index: 0;
position: absolute;
overflow: hidden;
}
.home-header .video-section .video-wrapper .youtube-background iframe,
.contact-bottom .video-section .video-wrapper .youtube-background iframe {
position: absolute;
top: 50%;
left: 50%;
width: 100%;
height: 100vh;
transform: translate(-50%, -50%);
}
.home-header .form-section,
.contact-bottom .form-section {
width: 45% !important;
float: right;
position: relative;
padding: 60px 0 60px 90px;
background: #f3f3f3;
}
@media (max-width: 1260px) {
.home-header .form-section,
.contact-bottom .form-section {
padding-right: 30px !important;
}
}
@media (max-width: 1024px) {
.home-header .form-section,
.contact-bottom .form-section {
width: 100% !important;
padding-right: 90px !important;
}
}
@media (max-width: 767px) {
.home-header .form-section,
.contact-bottom .form-section {
padding: 60px 30px !important;
}
}
.home-header .form-section:after,
.contact-bottom .form-section:after {
content: "";
position: absolute;
width: 500%;
top: 0;
left: 100%;
z-index: -1;
height: 100%;
background: #f3f3f3;
}
.home-header .form-section .form-menu,
.contact-bottom .form-section .form-menu {
margin-bottom: 30px;
}
.home-header .form-section .form-menu ul,
.contact-bottom .form-section .form-menu ul {
margin: 0 !important;
padding: 0 !important;
list-style: none;
display: flex;
justify-content: space-between;
}
.home-header .form-section .form-menu ul li a,
.contact-bottom .form-section .form-menu ul li a {
font-family: "Oswald", sans-serif !important;
text-transform: uppercase;
color: grey !important;
font-size: 32px !important;
font-weight: 500 !important;
}
@media (max-width: 1200px) {
.home-header .form-section .form-menu ul li a,
.contact-bottom .form-section .form-menu ul li a {
font-size: 26px !important;
}
}
.home-header .form-section .form-menu ul li a.active,
.contact-bottom .form-section .form-menu ul li a.active {
color: #000000 !important;
}
.home-header .form-section .custom-form,
.contact-bottom .form-section .custom-form {
position: relative;
}
.home-header .form-section .custom-form .form-1,
.contact-bottom .form-section .custom-form .form-1 {
opacity: 0 !important;
z-index: -1;
}
.home-header .form-section .custom-form .form-1.active,
.contact-bottom .form-section .custom-form .form-1.active {
opacity: 1 !important;
z-index: 10;
}
.home-header .form-section .custom-form .form-2,
.home-header .form-section .custom-form .form-3,
.contact-bottom .form-section .custom-form .form-2,
.contact-bottom .form-section .custom-form .form-3 {
opacity: 0;
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: -1;
}
.home-header .form-section .custom-form .form-2.active,
.home-header .form-section .custom-form .form-3.active,
.contact-bottom .form-section .custom-form .form-2.active,
.contact-bottom .form-section .custom-form .form-3.active {
z-index: 10;
opacity: 1 !important;
}
.home-header .form-section .custom-form .contact-form .form-row,
.contact-bottom .form-section .custom-form .contact-form .form-row {
margin-bottom: 5px;
}
.home-header .form-section .custom-form .contact-form .form-row input,
.contact-bottom .form-section .custom-form .contact-form .form-row input {
border: 0 !important;
height: 44px !important;
}
.home-header .form-section .custom-form .contact-form .form-row input.wpcf7-validates-as-required.wpcf7-not-valid,
.contact-bottom .form-section .custom-form .contact-form .form-row input.wpcf7-validates-as-required.wpcf7-not-valid {
border-bottom: 2px solid rgba(255, 0, 0, 0.5) !important;
}
.home-header .form-section .custom-form .contact-form .form-row textarea,
.contact-bottom .form-section .custom-form .contact-form .form-row textarea {
margin-bottom: 15px;
height: 72px;
border: 0 !important;
}
.home-header .form-section .custom-form .contact-form .form-row .wpcf7-select,
.contact-bottom .form-section .custom-form .contact-form .form-row .wpcf7-select {
height: 44px !important;
border: 0 !important;
}
.home-header .form-section .custom-form .contact-form .form-row .select-arrow,
.contact-bottom .form-section .custom-form .contact-form .form-row .select-arrow {
height: 44px !important;
border: 0 !important;
line-height: 44px !important;
}
.home-header .form-section .custom-form .contact-form .form-row p,
.contact-bottom .form-section .custom-form .contact-form .form-row p {
margin-bottom: 0 !important;
}
.home-header .form-section .custom-form .contact-form .form-row .merk,
.contact-bottom .form-section .custom-form .contact-form .form-row .merk {
display: none;
}
.home-header .form-section .custom-form .contact-form .form-row .merk.active,
.contact-bottom .form-section .custom-form .contact-form .form-row .merk.active {
display: block;
margin-top: 5px;
margin-bottom: 5px;
}
.home-header .form-section .custom-form .contact-form .form-row .merk.active .your-merk input,
.contact-bottom .form-section .custom-form .contact-form .form-row .merk.active .your-merk input {
border-bottom: 1px solid #c03 !important;
}
.home-header .form-section .custom-form .contact-form .wpcf7-list-item,
.contact-bottom .form-section .custom-form .contact-form .wpcf7-list-item {
margin-left: 0 !important;
}
.home-header .form-section .custom-form .contact-form .wpcf7-list-item label,
.contact-bottom .form-section .custom-form .contact-form .wpcf7-list-item label {
font-size: 12px !important;
display: flex;
align-items: center;
}
.home-header .form-section .custom-form .contact-form .wpcf7-list-item label input,
.contact-bottom .form-section .custom-form .contact-form .wpcf7-list-item label input {
margin-right: 10px !important;
}
.home-header .form-section .custom-form .loading-spinner,
.contact-bottom .form-section .custom-form .loading-spinner {
width: 40px !important;
height: 40px !important;
position: absolute;
bottom: 5px;
right: 15px;
}
.home-header .form-section .custom-form .loading-spinner img,
.contact-bottom .form-section .custom-form .loading-spinner img {
object-fit: contain !important;
width: 40px !important;
height: 40px !important;
}
.unaccepted .wpcf7-form-control.wpcf7-validates-as-required, .invalid .wpcf7-form-control.wpcf7-validates-as-required {
border-bottom: 1px solid red !important;
}
.screen-reader-response {
display: none !important;
}
.unaccepted .wpcf7-form-control.wpcf7-validates-as-required, .invalid .wpcf7-form-control.wpcf7-validates-as-required {
border-bottom: 1px solid red !important;
}
.wpcf7-not-valid-tip {
display: none !important;
}
.wpcf7-validation-errors {
display: none !important;
}
.wpcf7-acceptance-missing {
display: none !important;
}
.wpcf7-response-output.error {
display: none !important;
}
.alert-icon {
display: none !important;
}
.wpcf7-response-output.success {
background: transparent !important;
border: 0 !important;
padding: 0 !important;
font-size: 14px !important;
text-transform: none !important;
position: absolute !important;
right: 0;
bottom: 0;
color: #c03 !important;
}
@media (max-width: 1200px) {
.wpcf7-response-output.success {
position: relative !important;
right: auto;
bottom: auto;
text-align: left !important;
}
}
.wpcf7-response-output.success .close {
display: none !important;
}
.wpcf7-response-output {
padding: 0 !important;
margin: 0 !important;
}
button.close {
display: none !important;
}
.home-video .video-wrapper {
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
pointer-events: none; height: 0;
}
.home-video .video-wrapper .youtube-background iframe {
left: 0;
top: 0;
height: 100%;
width: 100%;
position: absolute;
}
.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: #c03 !important;
}
.fusion-header-has-flyout-menu .fusion-flyout-menu-icons {
justify-content: flex-end;
}
@media (max-width: 1024px) {
.fusion-header-has-flyout-menu .fusion-flyout-menu-icons {
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
transition: all 0.3s ease-in-out;
}
.fusion-header-has-flyout-menu .fusion-flyout-menu-icons.clicked {
top: -30px;
}
}
.fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-flyout-menu-toggle:hover .fusion-text-outline {
background: #c03 !important;
}
.fusion-flyout-menu {
margin-top: 0 !important;
height: 100vh !important;
animation-delay: 1s !important;
}
.fusion-flyout-menu .fusion-menu {
display: flex !important;
flex-direction: column;
opacity: 0 !important;
padding: 0 !important;
height: 100vh !important;
align-items: center !important;
justify-content: center !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;
}
.fusion-flyout-menu .fusion-menu li a {
color: #ffffff !important;
font-size: 22px !important;
display: inline-flex !important;
align-items: center !important;
z-index: 9 !important;
padding: 0 !important;
text-transform: uppercase;
font-weight: 500 !important;
width: 100%;
justify-content: center;
}
.fusion-flyout-menu .fusion-menu li a:hover {
color: #c03 !important;
}
.fusion-flyout-menu .fusion-menu li .custom-caret {
position: absolute;
right: 0;
top: 0;
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: flex;
align-items: center;
justify-content: center;
}
.fusion-flyout-menu .fusion-menu li .custom-caret.rotate {
transform: rotate(90deg);
background: #c03;
}
.fusion-flyout-menu .fusion-menu li .sub-menu {
border: 0 !important;
height: 0 !important;
transition: all 0.3s ease-in-out 0s;
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;
text-transform: none !important;
}
.fusion-flyout-menu .fusion-menu li .sub-menu li a .custom-caret {
display: none !important;
}
.fusion-flyout-menu .fusion-menu li .sub-menu li.current-menu-item a {
background: transparent !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;
-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: 0.95 !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.2;
z-index: -1;
}
.mob-item {
display: none !important;
}
@media (max-width: 992px) {
.mob-item {
display: block !important;
}
}
.custom-modal {
position: fixed;
top: 0;
left: 0;
z-index: 99999;
display: none;
width: 100%;
height: 100%;
overflow: hidden;
outline: 0;
background: rgba(0, 0, 0, 0.85);
}
.custom-modal.open {
overflow-x: hidden;
overflow-y: auto;
display: flex;
align-items: center;
justify-content: center;
}
.custom-modal .modal-content {
display: flex;
align-items: center;
justify-content: center;
width: 900px;
min-height: 500px;
border-radius: 0;
max-height: 90%;
background: transparent !important;
max-width: 100%;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
box-shadow: none !important;
}
@media (max-width: 760px) {
.custom-modal .modal-content {
max-width: 95%;
min-height: 300px;
}
}
.custom-modal .modal-content iframe {
width: 100%;
position: absolute;
left: 0;
top: 0;
height: 100%;
}
.custom-modal .modal-content .modal-body {
position: relative;
padding: 1rem;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
max-width: 700px;
display: flex;
flex-direction: column;
justify-content: center;
}
.custom-modal .modal-content .modal-body .popup-image {
margin-bottom: 20px;
}
.custom-modal .modal-content .modal-body h2 {
color: #ffffff !important;
margin-bottom: 30px !important;
}
.custom-modal .modal-content .modal-body p, .custom-modal .modal-content .modal-body a {
color: #ffffff !important;
margin-bottom: 20px !important;
font-size: 18px !important;
}
.custom-modal .modal-content .modal-body p:last-child, .custom-modal .modal-content .modal-body a:last-child {
margin-bottom: 0 !important;
}
.custom-modal .modal-content .modal-body p.close, .custom-modal .modal-content .modal-body a.close {
margin: 0 !important;
}
.custom-modal .modal-content .modal-body a:hover {
color: #c03 !important;
}
@media (max-width: 569px) {
.custom-modal .modal-content .modal-body .custom-link {
transform: none !important;
}
}
.fade {
transition: opacity 0.15s linear;
}
.close-wrapper {
position: absolute;
right: 42px;
top: 30px;
width: 32px;
height: 32px;
opacity: 1;
cursor: pointer;
}
.close-wrapper .close {
opacity: 1;
}
.close-wrapper .close:before, .close-wrapper .close:after {
position: absolute;
left: 15px;
content: " ";
height: 33px;
width: 2px;
background-color: #ffffff;
}
.close-wrapper .close:before {
transform: rotate(45deg);
}
.close-wrapper .close:after {
transform: rotate(-45deg);
}
.latest-news-item .news-item-inner {
width: 85% !important;
}
.latest-news-item .news-item-inner h3 {
margin-bottom: 20px !important;
}
.latest-news-item .news-item-inner p:last-child {
margin-bottom: 20px !important;
}
.latest-news-item .classic-link {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.latest-news-item .classic-link:before {
background: #000000 !important;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.latest-news-item .classic-link:hover {
color: #c03 !important;
}
.latest-news-item .classic-link:hover:before {
background: #c03 !important;
}
.news-row {
margin-left: -15px !important;
margin-right: -15px !important;
}
.news-row .latest-news-item {
margin-bottom: 60px;
}
.news-row .latest-news-item .news-item-inner {
width: 100% !important;
}
#boxed-wrapper .bathroom-swiper {
max-width: 100%;
width: 100vw;
position: relative;
}
@media (min-width: 1025px) {
#boxed-wrapper .bathroom-swiper {
overflow: visible;
}
}
#boxed-wrapper .bathroom-swiper:before {
content: "";
background: #ffffff;
width: 500%;
height: 100%;
position: absolute;
right: 100%;
top: 0;
z-index: 3;
}
#boxed-wrapper .bathroom-swiper .swiper-slide .swiper-image {
overflow: hidden;
}
#boxed-wrapper .bathroom-swiper .swiper-slide:hover img {
transform: scale(1.2);
}
#boxed-wrapper .bathroom-swiper .swiper-slide img {
height: 220px;
width: 100%;
object-fit: cover;
transition: all 1s ease-in-out;
-webkit-transition: all 1s ease-in-out;
}
@media (max-width: 767px) {
#boxed-wrapper .bathroom-swiper .swiper-slide img {
height: 380px;
}
}
#boxed-wrapper .bathroom-swiper .swiper-slide h3 {
font-size: 18px !important;
margin-top: 7px;
font-weight: 500 !important;
color: #c03 !important;
}
#boxed-wrapper .bathroom-swiper .custom-swiper-button {
width: 30px;
height: 30px;
background: #ffffff;
border-radius: 50%;
color: #c03 !important;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
top: 50%;
right: 0;
transform: translateY(-50%);
z-index: 2;
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
cursor: pointer;
}
#boxed-wrapper .bathroom-swiper .custom-swiper-button.swiper-button-disabled {
opacity: 0;
}
#boxed-wrapper .bathroom-swiper .custom-swiper-button.custom-next-button i:before {
content: "\f178";
}
#boxed-wrapper .bathroom-swiper .custom-swiper-button.custom-prev-button {
right: auto;
left: 0;
}
#boxed-wrapper .bathroom-swiper .custom-swiper-button.custom-prev-button i:before {
content: "\f177";
}
.producten-template-default #boxed-wrapper #main {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.producten-template-default #boxed-wrapper #main .slider-container {
margin-left: -30px;
margin-right: -30px;
}
#boxed-wrapper .product-terms-filter {
margin-bottom: 45px;
display: flex;
flex-wrap: wrap;
gap: 10px;
}
@media (min-width: 1025px) {
#boxed-wrapper .product-terms-filter {
padding-left: 15px !important;
}
}
#boxed-wrapper .product-terms-filter .filter-term.active {
color: #ffffff !important;
}
#boxed-wrapper .product-terms-filter .filter-term.active:after {
width: 100%;
left: 0;
}
#boxed-wrapper .product-list .product-item {
margin-bottom: 45px;
}
#boxed-wrapper .product-list .product-item a:hover .image-wrapper img {
transform: scale(1.2);
}
#boxed-wrapper .product-list .product-item a .image-wrapper {
height: 250px;
overflow: hidden;
}
#boxed-wrapper .product-list .product-item a .image-wrapper img {
height: 100%;
width: 100%;
object-fit: cover;
transition: all 0.8s ease-in-out;
-webkit-transition: all 0.8s ease-in-out;
}
#boxed-wrapper .product-list .product-item a h3 {
color: #c03 !important;
font-weight: 300 !important;
margin: 10px 0 0 !important;
}
.projects {
margin-bottom: -260px !important;
position: absolute !important;
right: 0;
top: 25px;
}
@media (max-width: 1024px) {
.projects {
margin-bottom: 0 !important;
margin-top: 60px !important;
position: relative !important;
}
.projects .fusion-builder-row-inner {
width: 100% !important;
max-width: 100% !important;
margin-left: 0 !important;
margin-right: 0 !important;
}
}
.projects .fusion-layout-column {
cursor: pointer !important;
}
@media (max-width: 640px) {
.projects .fusion-layout-column {
width: 48% !important;
max-width: 48% !important;
flex: 48% !important;
}
.projects .fusion-layout-column:nth-of-type(even) {
float: right;
}
}
@media (max-width: 320px) {
.projects .fusion-layout-column {
width: 100% !important;
max-width: 100% !important;
flex: 100% !important;
}
.projects .fusion-layout-column:nth-of-type(even) {
float: none;
}
}
.projects .fusion-layout-column img {
width: 100% !important;
}
.projects .fusion-layout-column .fusion-column-wrapper {
position: relative;
}
.projects .fusion-layout-column .fusion-column-wrapper:hover:after {
height: 100%;
}
.projects .fusion-layout-column .fusion-column-wrapper:hover .project-icon {
opacity: 1;
animation-delay: 1s;
}
.projects .fusion-layout-column .fusion-column-wrapper:after {
content: "";
background: rgba(204, 0, 51, 0.8);
height: 3px;
display: inline-block;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
z-index: 1;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
}
.projects .project-icon {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
z-index: 2;
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;
}
.projects .project-icon img {
max-width: 40px !important;
}
.ufg-filters {
width: 100%;
display: flex;
justify-content: center;
}
.ufg-filters button {
font-family: "Oswald", sans-serif !important;
font-weight: 300 !important;
color: #333333 !important;
background: transparent !important;
border: 0 !important;
margin: 15px !important;
font-size: 22px !important;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
@media (max-width: 640px) {
.ufg-filters button {
display: block !important;
width: 100% !important;
text-align: center !important;
}
}
.ufg-filters button.active {
font-weight: 500 !important;
}
.ufg-filters button:focus {
outline: none !important;
box-shadow: none !important;
}
.ufg-filters button i {
display: none !important;
}
.ufg-gallery {
margin-top: 90px !important;
}
.ufg-gallery img {
width: 100% !important;
}
#lightboxOverlay {
z-index: 99999 !important;
}
#lightbox {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column-reverse;
height: 100%;
z-index: 999999 !important;
}
@media (min-width: 1025px) {
#boxed-wrapper .projects-row .fusion-builder-row {
max-width: 1260px !important;
}
}
#boxed-wrapper .product-terms-filter {
margin-bottom: 45px;
display: flex;
flex-wrap: wrap;
gap: 10px;
}
@media (min-width: 1025px) {
#boxed-wrapper .product-terms-filter {
padding-left: 15px;
}
}
#boxed-wrapper .product-terms-filter .filter-term.active {
color: #ffffff !important;
}
#boxed-wrapper .product-terms-filter .filter-term.active:after {
width: 100%;
left: 0;
}
#boxed-wrapper .archive-projects .project {
margin-bottom: 45px;
}
#boxed-wrapper .archive-projects .project .project-wrapper h4 a {
font-size: 14px !important;
}
@media (max-width: 992px) {
#boxed-wrapper .project {
padding: 0 !important;
}
}
#boxed-wrapper .project.smaller-projects {
display: flex;
flex-direction: row;
justify-content: space-between;
}
@media (min-width: 993px) {
#boxed-wrapper .project.smaller-projects {
flex-direction: column;
height: 100%;
}
}
@media (max-width: 992px) {
#boxed-wrapper .project.smaller-projects {
gap: 10px;
margin-top: 10px;
padding: 0 !important;
}
}
@media (max-width: 992px) {
#boxed-wrapper .project.smaller-projects {
flex-direction: column;
}
}
@media (max-width: 992px) {
#boxed-wrapper .project.smaller-projects .project-wrapper {
width: 100%;
}
}
#boxed-wrapper .project.smaller-projects .project-wrapper .project-title h4 a {
font-size: 16px !important;
}
#boxed-wrapper .project .project-wrapper {
position: relative;
}
#boxed-wrapper .project .project-wrapper:hover .project-image a:before {
opacity: 0.45;
}
#boxed-wrapper .project .project-wrapper:hover .project-terms {
opacity: 1;
}
#boxed-wrapper .project .project-wrapper .project-terms {
position: absolute;
top: 10px;
left: 10px;
display: flex;
gap: 15px;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
opacity: 0;
z-index: 2;
}
@media (max-width: 992px) {
#boxed-wrapper .project .project-wrapper .project-terms {
opacity: 1 !important;
}
}
#boxed-wrapper .project .project-wrapper .project-terms span {
padding: 10px;
background: #c03;
}
#boxed-wrapper .project .project-wrapper .project-terms span a {
color: #ffffff !important;
font-weight: 700;
font-size: 12px !important;
text-transform: uppercase;
}
#boxed-wrapper .project .project-wrapper .project-image {
display: flex;
}
#boxed-wrapper .project .project-wrapper .project-image a {
position: relative;
width: 100%;
}
#boxed-wrapper .project .project-wrapper .project-image a:before {
position: absolute;
content: "";
width: 100%;
height: 100%;
left: 0;
top: 0;
opacity: 0;
background: rgb(39, 46, 53);
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
z-index: 1;
}
@media (max-width: 992px) {
#boxed-wrapper .project .project-wrapper .project-image a:before {
opacity: 0.45 !important;
}
}
#boxed-wrapper .project .project-wrapper .project-image a img {
width: 100%;
object-fit: cover;
}
#boxed-wrapper .project .project-wrapper .project-title {
padding: 10px 30px;
background: #ffffff;
position: absolute;
left: 0;
bottom: 0;
z-index: 2;
}
#boxed-wrapper .project .project-wrapper .project-title h4 {
margin: 0 !important;
display: flex;
gap: 10px;
align-items: center;
}
#boxed-wrapper .project .project-wrapper .project-title h4 i:before {
content: "\f178";
font-family: "Font Awesome 5 Pro";
}
@media (max-width: 1024px) {
.services .service-column {
margin-bottom: 60px !important;
}
}
.services .service-column .fusion-column-wrapper {
position: relative;
cursor: pointer;
}
.services .service-column .fusion-column-wrapper:hover .fusion-imageframe img {
transform: scale(1.1);
}
.services .service-column .fusion-column-wrapper:hover .service-content {
left: 5%;
}
.services .service-column .fusion-column-wrapper .fusion-imageframe {
text-align: right;
overflow: hidden;
float: right;
width: 95% !important;
}
.services .service-column .fusion-column-wrapper .fusion-imageframe img {
transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-webkit-transition: all 0.6s ease-in-out;
}
.services .service-column .service-content {
display: flex;
position: absolute;
bottom: -28px;
left: 0;
z-index: 2;
box-shadow: 0 50px 77px rgba(176, 183, 195, 0.22);
transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-webkit-transition: all 0.6s ease-in-out;
}
.services .service-column .service-content .service-icon {
display: flex;
justify-content: center;
align-items: center;
padding: 15px;
background: #c03 !important;
}
.services .service-column .service-content .service-icon img {
width: 40px !important;
height: 40px !important;
object-fit: contain;
}
.services .service-column .service-content .service-icon.blue {
background: #90becf;
}
.services .service-column .service-content .service-icon.orange {
background: #f3684d;
}
.services .service-column .service-content .service-icon.green {
background: #97ca69;
}
.services .service-column .service-content .service-title {
font-family: "Oswald", sans-serif !important;
text-transform: uppercase !important;
color: #000000 !important;
font-size: 26px !important;
font-weight: 500 !important;
letter-spacing: 0.4px;
padding: 15px 36px;
background: #ffffff;
}
.services .service-column.service-small {
margin-bottom: 90px !important;
}
.services .service-column.service-small .fusion-column-wrapper {
position: relative;
}
.services .service-column.service-small .fusion-column-wrapper .fusion-imageframe {
text-align: right;
overflow: hidden;
float: right;
width: 95% !important;
}
.services .service-column.service-small .fusion-column-wrapper .fusion-imageframe img {
height: 250px !important;
object-fit: cover !important;
transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-webkit-transition: all 0.6s ease-in-out;
}
.single #main {
padding-top: 90px !important;
padding-bottom: 90px !important;
}
.single.project-template-default #main, .single.badkamers-template-default #main, .single.single-post #main {
padding-top: 0 !important;
padding-bottom: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
.single.project-template-default .entry-title, .single.badkamers-template-default .entry-title, .single.single-post .entry-title {
display: none !important;
}
.single.project-template-default .slider-container, .single.badkamers-template-default .slider-container, .single.single-post .slider-container {
padding: 0 !important;
position: relative;
background-position: center center !important;
background-repeat: no-repeat !important;
background-size: cover !important;
}
.single.project-template-default .slider-container .content-row, .single.badkamers-template-default .slider-container .content-row, .single.single-post .slider-container .content-row {
height: 100%;
display: flex;
align-items: flex-end;
}
@media (max-width: 1260px) {
.single.project-template-default .slider-container .content-row, .single.badkamers-template-default .slider-container .content-row, .single.single-post .slider-container .content-row {
padding: 0 30px !important;
}
}
.single.project-template-default .slider-container .content-row h1, .single.badkamers-template-default .slider-container .content-row h1, .single.single-post .slider-container .content-row h1 {
display: flex;
flex-direction: column;
}
.single.project-template-default .slider-container .content-row h1 .project-terms, .single.badkamers-template-default .slider-container .content-row h1 .project-terms, .single.single-post .slider-container .content-row h1 .project-terms {
display: flex;
}
.single.project-template-default .slider-container .content-row h1 .project-terms .cat, .single.badkamers-template-default .slider-container .content-row h1 .project-terms .cat, .single.single-post .slider-container .content-row h1 .project-terms .cat {
font-family: "Oswald", sans-serif !important;
font-size: 16px !important;
color: #c03;
display: flex;
align-items: center;
}
.single.project-template-default .slider-container .content-row h1 .project-terms .cat:after, .single.badkamers-template-default .slider-container .content-row h1 .project-terms .cat:after, .single.single-post .slider-container .content-row h1 .project-terms .cat:after {
content: "|";
color: #c03;
padding: 0 5px 0 5px;
font-size: 12px !important;
display: inline-block;
}
.single.project-template-default .slider-container .content-row h1 .project-terms .cat:last-child:after, .single.badkamers-template-default .slider-container .content-row h1 .project-terms .cat:last-child:after, .single.single-post .slider-container .content-row h1 .project-terms .cat:last-child:after {
display: none;
}
.single.project-template-default .post-content, .single.badkamers-template-default .post-content, .single.single-post .post-content {
padding: 0 30px !important;
}
.single.project-template-default .post-content .back-button, .single.badkamers-template-default .post-content .back-button, .single.single-post .post-content .back-button {
margin-top: 60px;
display: inline-flex;
}
.single.badkamers-template-default .slider-container .content-row, .single.producten-template-default .slider-container .content-row, .single.single-post .slider-container .content-row {
height: 100%;
display: flex;
align-items: flex-end;
}
@media (max-width: 1260px) {
.single.badkamers-template-default .slider-container .content-row, .single.producten-template-default .slider-container .content-row, .single.single-post .slider-container .content-row {
padding: 0 30px !important;
}
}
.single.badkamers-template-default .type-badkamers, .single.producten-template-default .type-badkamers, .single.single-post .type-badkamers {
margin-bottom: 0 !important;
}
.single.badkamers-template-default .type-badkamers .post-content, .single.producten-template-default .type-badkamers .post-content, .single.single-post .type-badkamers .post-content {
padding-bottom: 0 !important;
}
.slider-container {
height: 45vh !important;
position: relative !important;
z-index: 1 !important;
}
@media (max-width: 640px) {
.slider-container {
height: 35vh !important;
}
}
.slider-container h1 {
margin-bottom: 20px !important;
color: #ffffff !important;
line-height: 1 !important;
font-size: 42px !important;
}
@media (max-width: 640px) {
.slider-container h1 {
font-size: 36px !important;
}
}
.slider-container:after {
content: "";
background: rgba(0, 0, 0, 0.35);
width: 100%;
top: 0;
left: 0;
position: absolute;
height: 100%;
z-index: -1;
}
.slider-container .fusion-text {
color: #ffffff !important;
font-weight: 500 !important;
}
.slider-container .fusion-text p {
color: #ffffff !important;
font-weight: 500 !important;
}
@media (max-width: 640px) {
.slider-container .fusion-text p {
font-size: 16px !important;
}
}
.slider-container .fusion-button {
border: 0 !important;
background: #c03 !important;
color: #ffffff !important;
}
.slider-container .fusion-button .fusion-button-text {
color: #ffffff !important;
}
@media (max-width: 1330px) {
#boxed-wrapper .slider-row {
display: block !important;
}
}
#boxed-wrapper .slider-row .fusion-layout-column .fusion-column-wrapper h3 {
color: #c03 !important;
}
#boxed-wrapper .slider-row .fusion-layout-column .fusion-column-wrapper h3 p {
color: #c03 !important;
}
#boxed-wrapper .steps-slider-row .fusion-builder-row {
margin: 0 auto !important;
overflow: visible !important;
}
#boxed-wrapper .steps-swiper {
max-width: 100%;
cursor: grabbing;
padding-top: 45px;
}
#boxed-wrapper .steps-swiper .steps {
padding: 30px;
background: #ffffff;
}
#boxed-wrapper .steps-swiper .steps h3 {
font-size: 16px !important;
font-weight: 600 !important;
margin-bottom: 15px !important;
color: #c03 !important;
}
#boxed-wrapper .steps-swiper .steps p {
font-size: 16px !important;
margin-bottom: 0 !important;
}
#boxed-wrapper .custom-swiper-buttons {
position: absolute;
top: 0;
right: 0;
z-index: 2;
display: flex;
gap: 10px;
}
#boxed-wrapper .custom-swiper-buttons .custom-swiper-button {
width: 30px;
height: 30px;
background: #ffffff;
border-radius: 50%;
color: #c03 !important;
display: flex;
align-items: center;
justify-content: center;
z-index: 2;
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
#boxed-wrapper .custom-swiper-buttons .custom-swiper-button.swiper-button-disabled {
opacity: 0;
}
#boxed-wrapper .custom-swiper-buttons .custom-swiper-button.custom-next-button i:before {
content: "\f178";
}
#boxed-wrapper .custom-swiper-buttons .custom-swiper-button.custom-prev-button i:before {
content: "\f177";
}
#boxed-wrapper .fusion-tabs {
margin-top: 60px;
}
#boxed-wrapper .fusion-tabs .nav {
border: 0;
}
#boxed-wrapper .fusion-tabs .nav .nav-tabs {
border: 0;
}
#boxed-wrapper .fusion-tabs .nav .nav-tabs li {
border: 0 !important;
}
#boxed-wrapper .fusion-tabs .nav .nav-tabs li a {
border: 0 !important;
background: #ffffff;
}
#boxed-wrapper .fusion-tabs .nav .nav-tabs li.active {
background: #f9f9f9;
}
#boxed-wrapper .fusion-tabs .nav .nav-tabs li.active a {
background: #f9f9f9;
}
#boxed-wrapper .fusion-tabs .nav .nav-tabs li.active a h4 {
color: #c03 !important;
}
#boxed-wrapper .fusion-tabs .tab-content .tab-pane {
background: #ffffff;
border: 0 !important;
padding: 45px;
position: relative;
}
#boxed-wrapper .fusion-tabs .tab-content .tab-pane.active {
background: #f9f9f9;
}
#boxed-wrapper .fusion-tabs .tab-content .tab-pane.active:before {
content: "";
background: #f9f9f9 !important;
position: absolute;
width: 500%;
right: 100%;
height: 100%;
z-index: -1;
top: 0;
}
#boxed-wrapper .fusion-tabs .tab-content .tab-pane.active:after {
content: "";
background: #f9f9f9 !important;
position: absolute;
width: 500%;
left: 100%;
height: 100%;
z-index: -1;
top: 0;
}
.testimonial-section {
position: absolute;
width: 55% !important;
left: 0;
top: 50%;
transform: translateY(-50%);
padding: 0 30px !important;
}
@media (max-width: 1024px) {
.testimonial-section {
position: relative;
transform: none;
margin-bottom: 60px !important;
width: 100% !important;
}
}
.testimonial-section .slider-container {
height: auto !important;
}
.testimonial-section .slider-container .wpmtst-testimonial-inner {
width: 80% !important;
text-align: center;
margin: 0 auto;
}
@media (max-width: 640px) {
.testimonial-section .slider-container .wpmtst-testimonial-inner {
width: 100% !important;
}
}
.testimonial-section .slider-container .wpmtst-testimonial-inner .testimonial-name {
font-weight: 500 !important;
margin: 20px 0;
font-family: "Oswald", sans-serif !important;
font-size: 22px !important;
}
.fusion-text p a:not(.fusion-button) {
font-weight: 700 !important;
position: relative;
z-index: 1;
}
.fusion-text p a:not(.fusion-button):hover:after {
width: 0;
}
.fusion-text p a:not(.fusion-button):after {
content: "";
width: 100%;
height: 1px;
background: #333333;
position: absolute;
bottom: 0;
right: 0;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
}
.fusion-text p a:not(.fusion-button).no-after:after {
display: none !important;
}
.fusion-text p a:not(.fusion-button).no-after:hover {
color: #c03 !important;
}
.fusion-text p a:not(.fusion-button).no-after:hover:before {
background: #c03 !important;
}
.fusion-text ul {
margin: 15px 0 18px !important;
padding: 0 !important;
list-style: none;
}
.fusion-text ul.classic-list {
list-style: disc !important;
padding-left: 40px !important;
}
.fusion-text ul.classic-list li {
display: list-item !important;
}
.fusion-text ul li {
padding-bottom: 12px !important;
display: flex;
align-items: center;
color: #000000 !important;
}
.fusion-text ul li:last-child {
padding-bottom: 0 !important;
}
.fusion-text ul li.sanitair:before {
content: "";
background: url(//chauffageverzelen.be/wp-content/themes/Avada-Child/assets/images/icons/sanitair_icon_blue.png) no-repeat;
width: 20px !important;
background-size: contain !important;
height: 20px !important;
display: inline-block !important;
margin-right: 15px;
}
.fusion-text ul li.chauffages:before {
content: "";
background: url(//chauffageverzelen.be/wp-content/themes/Avada-Child/assets/images/icons/verwarming_icon_red.png) no-repeat;
width: 20px !important;
background-size: contain !important;
height: 20px !important;
display: inline-block !important;
margin-right: 15px;
}
.fusion-text ul li.duurzaam:before {
content: "";
background: url(//chauffageverzelen.be/wp-content/themes/Avada-Child/assets/images/icons/duurzaam_icon_green.png) no-repeat;
width: 20px !important;
background-size: contain !important;
height: 20px !important;
display: inline-block !important;
margin-right: 15px;
}
.fusion-text ul.orange-list li a {
color: #c03 !important;
text-decoration: underline !important;
}
.fusion-text ul.orange-list li a strong {
font-weight: 700 !important;
}
.fusion-text ul.arrow-list {
list-style: none;
margin-bottom: 45px !important;
margin-top: 45px !important;
}
.fusion-text ul.arrow-list li strong, .fusion-text ul.arrow-list li b {
font-weight: 700 !important;
}
@media (max-width: 1300px) {
.fusion-text.button-block {
width: 100% !important;
}
}
.fusion-text.button-block ul {
margin: 0 !important;
}
.fusion-text.button-block ul li a {
letter-spacing: 0.6px !important;
padding: 6px 16px !important;
border: 1px solid #ffffff !important;
font-family: "Oswald", sans-serif !important;
background: transparent !important;
font-weight: 300 !important;
position: relative;
border-radius: 0 !important;
z-index: 1;
width: 350px !important;
text-align: center !important;
color: #ffffff !important;
}
@media (max-width: 1300px) {
.fusion-text.button-block ul li a {
width: 100% !important;
display: block;
}
}
.fusion-text.button-block ul li a:after {
content: "";
background: #000000;
width: 0;
height: 100%;
right: 0;
top: 0;
position: absolute;
z-index: -1;
transition: all 0.3s ease-in-out 0s;
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
}
.fusion-text.button-block ul li a:hover {
color: #ffffff !important;
}
.fusion-text.button-block ul li a:hover:after {
width: 100%;
left: 0;
}
.fusion-text.white-arrow-ul li {
padding-left: 25px !important;
position: relative;
}
.fusion-text.white-arrow-ul li:before {
content: "";
background: url(//chauffageverzelen.be/wp-content/themes/Avada-Child/assets/images/icons/vinkje.png) no-repeat;
width: 15px;
height: 15px;
background-size: contain;
position: absolute;
left: 0;
}
.fusion-text table {
border: 1px solid #f3f3f3 !important;
margin-top: 30px !important;
}
.fusion-text table td {
padding: 10px;
font-weight: 700 !important;
font-size: 14px !important;
}
.fusion-text p.small-text {
font-size: 14px !important;
}
.fusion-text p.small-text a {
font-weight: 700 !important;
}
.fusion-alert {
border: 0 !important;
}
.fusion-accordian .fusion-panel {
border-bottom: 2px solid #000000 !important;
}
.fusion-accordian .fusion-panel .panel-heading h4 a {
font-family: "Oswald", sans-serif !important;
font-weight: 500 !important;
color: #333333 !important;
text-transform: uppercase !important;
padding-bottom: 25px !important;
padding-top: 25px !important;
display: flex;
align-items: center;
}
.fusion-accordian .fusion-panel .panel-body {
padding: 15px 40px 30px !important;
}
.fusion-accordian .fusion-panel .panel-body h4 {
text-transform: none !important;
}
.fusion-accordian .fusion-panel .panel-body h4 p {
text-transform: none !important;
}
.fusion-accordian .fusion-panel .panel-body b, .fusion-accordian .fusion-panel .panel-body strong {
font-weight: 500 !important;
}
.faq-row .faq-image {
position: absolute;
right: 0;
max-width: 40% !important;
top: -20px;
}
@media (max-width: 1024px) {
.faq-row .faq-image {
top: 0;
}
}
@media (max-width: 767px) {
.faq-row .faq-image {
top: 100px;
}
}
@media (max-width: 640px) {
.faq-row .faq-image {
top: auto;
bottom: -50px;
}
}
#boxed-wrapper .youtube-column .fusion-column-wrapper {
cursor: pointer;
z-index: 12;
}
#boxed-wrapper .youtube-column .fusion-column-wrapper .fusion-image-element {
height: 100%;
z-index: 1;
position: relative;
}
#boxed-wrapper .youtube-column .fusion-column-wrapper .fusion-image-element:after {
content: "";
background: url(//chauffageverzelen.be/wp-content/themes/Avada-Child/assets/images/icons/play.png) no-repeat;
background-size: contain;
width: 60px;
height: 60px;
z-index: 10;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
cursor: pointer;
}
#boxed-wrapper .youtube-column .fusion-column-wrapper .fusion-image-element .fusion-imageframe {
height: 100%;
width: 100%;
}
#boxed-wrapper .youtube-column .fusion-column-wrapper .fusion-image-element .fusion-imageframe img {
height: 100%;
object-fit: cover;
}
#boxed-wrapper .close-popup {
position: absolute;
top: 10px;
right: 10px;
background: #000;
color: #fff;
border: none;
font-size: 20px;
padding: 5px 10px;
cursor: pointer;
z-index: 2;
}
#boxed-wrapper .close-popup:hover {
background: #c03;
}@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}