.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=Montserrat:wght@400;500;600;700;800&display=swap");
@font-face {
font-family: font-regular;
src: url(//sadones-detemmerman.be/wp-content/themes/Avada-Child/assets/fonts/Rafine_Book.otf);
}
@font-face {
font-family: font-semi;
src: url(//sadones-detemmerman.be/wp-content/themes/Avada-Child/assets/fonts/Rafine_Semibold.otf);
}
@font-face {
font-family: font-medium;
src: url(//sadones-detemmerman.be/wp-content/themes/Avada-Child/assets/fonts/Rafine_Medium.otf);
}
@font-face {
font-family: font-bold;
src: url(//sadones-detemmerman.be/wp-content/themes/Avada-Child/assets/fonts/Rafine_Bold.otf);
}
.white {
color: #ffffff !important;
}
.white h1, .white h2, .white h3, .white h4, .white h5, .white h6, .white p {
color: #ffffff !important;
}
.green {
color: #008a4c !important;
}
.green h1, .green h2, .green h3, .green h4, .green h5, .green h6, .green p {
color: #008a4c !important;
} .animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
z-index: 999999;
}
.animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
@-webkit-keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
40% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
60% {
-webkit-transform: translateY(-15px);
transform: translateY(-15px);
}
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
40% {
-webkit-transform: translateY(-30px);
-ms-transform: translateY(-30px);
transform: translateY(-30px);
}
60% {
-webkit-transform: translateY(-15px);
-ms-transform: translateY(-15px);
transform: translateY(-15px);
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
}
@-webkit-keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
} @-webkit-keyframes pulse {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes pulse {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
100% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes shake {
0%, 100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
}
20%, 40%, 60%, 80% {
-webkit-transform: translateX(10px);
transform: translateX(10px);
}
}
@keyframes shake {
0%, 100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translateX(-10px);
-ms-transform: translateX(-10px);
transform: translateX(-10px);
}
20%, 40%, 60%, 80% {
-webkit-transform: translateX(10px);
-ms-transform: translateX(10px);
transform: translateX(10px);
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate(15deg);
transform: rotate(15deg);
}
40% {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg);
}
60% {
-webkit-transform: rotate(5deg);
transform: rotate(5deg);
}
80% {
-webkit-transform: rotate(-5deg);
transform: rotate(-5deg);
}
100% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate(15deg);
-ms-transform: rotate(15deg);
transform: rotate(15deg);
}
40% {
-webkit-transform: rotate(-10deg);
-ms-transform: rotate(-10deg);
transform: rotate(-10deg);
}
60% {
-webkit-transform: rotate(5deg);
-ms-transform: rotate(5deg);
transform: rotate(5deg);
}
80% {
-webkit-transform: rotate(-5deg);
-ms-transform: rotate(-5deg);
transform: rotate(-5deg);
}
100% {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
}
.swing {
-webkit-transform-origin: top center;
-ms-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes tada {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
10%, 20% {
-webkit-transform: scale(0.9) rotate(-3deg);
transform: scale(0.9) rotate(-3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale(1.1) rotate(3deg);
transform: scale(1.1) rotate(3deg);
}
40%, 60%, 80% {
-webkit-transform: scale(1.1) rotate(-3deg);
transform: scale(1.1) rotate(-3deg);
}
100% {
-webkit-transform: scale(1) rotate(0);
transform: scale(1) rotate(0);
}
}
@keyframes tada {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
10%, 20% {
-webkit-transform: scale(0.9) rotate(-3deg);
-ms-transform: scale(0.9) rotate(-3deg);
transform: scale(0.9) rotate(-3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale(1.1) rotate(3deg);
-ms-transform: scale(1.1) rotate(3deg);
transform: scale(1.1) rotate(3deg);
}
40%, 60%, 80% {
-webkit-transform: scale(1.1) rotate(-3deg);
-ms-transform: scale(1.1) rotate(-3deg);
transform: scale(1.1) rotate(-3deg);
}
100% {
-webkit-transform: scale(1) rotate(0);
-ms-transform: scale(1) rotate(0);
transform: scale(1) rotate(0);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
} @-webkit-keyframes wobble {
0% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
15% {
-webkit-transform: translateX(-25%) rotate(-5deg);
transform: translateX(-25%) rotate(-5deg);
}
30% {
-webkit-transform: translateX(20%) rotate(3deg);
transform: translateX(20%) rotate(3deg);
}
45% {
-webkit-transform: translateX(-15%) rotate(-3deg);
transform: translateX(-15%) rotate(-3deg);
}
60% {
-webkit-transform: translateX(10%) rotate(2deg);
transform: translateX(10%) rotate(2deg);
}
75% {
-webkit-transform: translateX(-5%) rotate(-1deg);
transform: translateX(-5%) rotate(-1deg);
}
100% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
}
@keyframes wobble {
0% {
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
}
15% {
-webkit-transform: translateX(-25%) rotate(-5deg);
-ms-transform: translateX(-25%) rotate(-5deg);
transform: translateX(-25%) rotate(-5deg);
}
30% {
-webkit-transform: translateX(20%) rotate(3deg);
-ms-transform: translateX(20%) rotate(3deg);
transform: translateX(20%) rotate(3deg);
}
45% {
-webkit-transform: translateX(-15%) rotate(-3deg);
-ms-transform: translateX(-15%) rotate(-3deg);
transform: translateX(-15%) rotate(-3deg);
}
60% {
-webkit-transform: translateX(10%) rotate(2deg);
-ms-transform: translateX(10%) rotate(2deg);
transform: translateX(10%) rotate(2deg);
}
75% {
-webkit-transform: translateX(-5%) rotate(-1deg);
-ms-transform: translateX(-5%) rotate(-1deg);
transform: translateX(-5%) rotate(-1deg);
}
100% {
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes bounceIn {
0% {
opacity: 0;
-webkit-transform: scale(0.3);
transform: scale(0.3);
}
50% {
opacity: 1;
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
70% {
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes bounceIn {
0% {
opacity: 0;
-webkit-transform: scale(0.3);
-ms-transform: scale(0.3);
transform: scale(0.3);
}
50% {
opacity: 1;
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
}
70% {
-webkit-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
}
100% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
}
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(30px);
transform: translateY(30px);
}
80% {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes bounceInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(30px);
-ms-transform: translateY(30px);
transform: translateY(30px);
}
80% {
-webkit-transform: translateY(-10px);
-ms-transform: translateY(-10px);
transform: translateY(-10px);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(30px);
transform: translateX(30px);
}
80% {
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes bounceInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(30px);
-ms-transform: translateX(30px);
transform: translateX(30px);
}
80% {
-webkit-transform: translateX(-10px);
-ms-transform: translateX(-10px);
transform: translateX(-10px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(-30px);
transform: translateX(-30px);
}
80% {
-webkit-transform: translateX(10px);
transform: translateX(10px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes bounceInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(-30px);
-ms-transform: translateX(-30px);
transform: translateX(-30px);
}
80% {
-webkit-transform: translateX(10px);
-ms-transform: translateX(10px);
transform: translateX(10px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
80% {
-webkit-transform: translateY(10px);
transform: translateY(10px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes bounceInUp {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(-30px);
-ms-transform: translateY(-30px);
transform: translateY(-30px);
}
80% {
-webkit-transform: translateY(10px);
-ms-transform: translateY(10px);
transform: translateY(10px);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
25% {
-webkit-transform: scale(0.95);
transform: scale(0.95);
}
50% {
opacity: 1;
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
100% {
opacity: 0;
-webkit-transform: scale(0.3);
transform: scale(0.3);
}
}
@keyframes bounceOut {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
25% {
-webkit-transform: scale(0.95);
-ms-transform: scale(0.95);
transform: scale(0.95);
}
50% {
opacity: 1;
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
100% {
opacity: 0;
-webkit-transform: scale(0.3);
-ms-transform: scale(0.3);
transform: scale(0.3);
}
}
.bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
}
@keyframes bounceOutDown {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
@keyframes bounceOutLeft {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
}
@keyframes bounceOutRight {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
}
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
@keyframes bounceOutUp {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
}
@keyframes fadeOutDown {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
}
@keyframes fadeOutDownBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
}
@keyframes fadeOutLeft {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
@keyframes fadeOutLeftBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
}
@keyframes fadeOutRight {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
}
@keyframes fadeOutRightBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
}
@keyframes fadeOutUp {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
@keyframes fadeOutUpBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
0% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
0% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
-ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
-ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
-ms-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateX(-10deg);
transform: perspective(400px) rotateX(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateX(10deg);
transform: perspective(400px) rotateX(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
@keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotateX(90deg);
-ms-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateX(-10deg);
-ms-transform: perspective(400px) rotateX(-10deg);
transform: perspective(400px) rotateX(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateX(10deg);
-ms-transform: perspective(400px) rotateX(10deg);
transform: perspective(400px) rotateX(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateX(0deg);
-ms-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
@-webkit-keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateY(-10deg);
transform: perspective(400px) rotateY(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateY(10deg);
transform: perspective(400px) rotateY(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
@keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotateY(90deg);
-ms-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateY(-10deg);
-ms-transform: perspective(400px) rotateY(-10deg);
transform: perspective(400px) rotateY(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateY(10deg);
-ms-transform: perspective(400px) rotateY(10deg);
transform: perspective(400px) rotateY(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateY(0deg);
-ms-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
0% {
-webkit-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
}
@keyframes flipOutX {
0% {
-webkit-transform: perspective(400px) rotateX(0deg);
-ms-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateX(90deg);
-ms-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
}
.flipOutX {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
0% {
-webkit-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
}
@keyframes flipOutY {
0% {
-webkit-transform: perspective(400px) rotateY(0deg);
-ms-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateY(90deg);
-ms-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
0% {
-webkit-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: translateX(-20%) skewX(30deg);
transform: translateX(-20%) skewX(30deg);
opacity: 1;
}
80% {
-webkit-transform: translateX(0%) skewX(-15deg);
transform: translateX(0%) skewX(-15deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
}
@keyframes lightSpeedIn {
0% {
-webkit-transform: translateX(100%) skewX(-30deg);
-ms-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: translateX(-20%) skewX(30deg);
-ms-transform: translateX(-20%) skewX(30deg);
transform: translateX(-20%) skewX(30deg);
opacity: 1;
}
80% {
-webkit-transform: translateX(0%) skewX(-15deg);
-ms-transform: translateX(0%) skewX(-15deg);
transform: translateX(0%) skewX(-15deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(0%) skewX(0deg);
-ms-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
0% {
-webkit-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
0% {
-webkit-transform: translateX(0%) skewX(0deg);
-ms-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(100%) skewX(-30deg);
-ms-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
0% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(-200deg);
transform: rotate(-200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateIn {
0% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(-200deg);
-ms-transform: rotate(-200deg);
transform: rotate(-200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
0% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(200deg);
transform: rotate(200deg);
opacity: 0;
}
}
@keyframes rotateOut {
0% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(200deg);
-ms-transform: rotate(200deg);
transform: rotate(200deg);
opacity: 0;
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes slideInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes slideInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slideInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slideInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
@keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
}
@keyframes slideOutRight {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
@keyframes slideOutUp {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}
@-webkit-keyframes hinge {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate(80deg);
transform: rotate(80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40% {
-webkit-transform: rotate(60deg);
transform: rotate(60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
80% {
-webkit-transform: rotate(60deg) translateY(0);
transform: rotate(60deg) translateY(0);
opacity: 1;
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
100% {
-webkit-transform: translateY(700px);
transform: translateY(700px);
opacity: 0;
}
}
@keyframes hinge {
0% {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate(80deg);
-ms-transform: rotate(80deg);
transform: rotate(80deg);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40% {
-webkit-transform: rotate(60deg);
-ms-transform: rotate(60deg);
transform: rotate(60deg);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
80% {
-webkit-transform: rotate(60deg) translateY(0);
-ms-transform: rotate(60deg) translateY(0);
transform: rotate(60deg) translateY(0);
opacity: 1;
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
100% {
-webkit-transform: translateY(700px);
-ms-transform: translateY(700px);
transform: translateY(700px);
opacity: 0;
}
}
.hinge {
-webkit-animation-name: hinge;
animation-name: hinge;
} @-webkit-keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translateX(-100%) rotate(-120deg);
transform: translateX(-100%) rotate(-120deg);
}
100% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
}
@keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translateX(-100%) rotate(-120deg);
-ms-transform: translateX(-100%) rotate(-120deg);
transform: translateX(-100%) rotate(-120deg);
}
100% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
-ms-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
} @-webkit-keyframes rollOut {
0% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
100% {
opacity: 0;
-webkit-transform: translateX(100%) rotate(120deg);
transform: translateX(100%) rotate(120deg);
}
}
@keyframes rollOut {
0% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
-ms-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
100% {
opacity: 0;
-webkit-transform: translateX(100%) rotate(120deg);
-ms-transform: translateX(100%) rotate(120deg);
transform: translateX(100%) rotate(120deg);
}
}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}
.moving-stripes {
position: absolute;
left: -115px;
top: 15%;
z-index: 10;
-webkit-animation: mover 1s infinite alternate;
animation: mover 1s infinite alternate;
}
.moving-stripes img {
width: 80%;
}
.stripes-after {
position: absolute !important;
right: -75px;
top: -180px;
display: inline-block !important;
width: 250px !important;
-webkit-animation: mover 1s infinite alternate;
animation: mover 1s infinite alternate;
}
.footer-stripes {
position: absolute;
left: -60px;
z-index: 10;
top: 60px;
}
@media (min-width: 1760px) {
.footer-stripes {
top: 130px;
}
}
.footer-stripes img {
width: 50% !important;
}
.splitting.animated .char {
-webkit-animation: fadeIn 2s cubic-bezier(0.3, 0, 0.7, 1) both;
animation: fadeIn 2s cubic-bezier(0.3, 0, 0.7, 1) both;
-webkit-animation-delay: calc(10ms * var(--char-index));
animation-delay: calc(10ms * var(--char-index));
}
.splitting.txt.animated .char {
-webkit-animation: fadeIn 2s cubic-bezier(0.3, 0, 0.7, 1) both;
animation: fadeIn 2s cubic-bezier(0.3, 0, 0.7, 1) both;
-webkit-animation-delay: calc(10ms * var(--char-index));
animation-delay: calc(10ms * var(--char-index));
}
@-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);
transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
.splitting.txt.animated .char {
-webkit-animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
-webkit-animation-delay: calc(10ms * var(--char-index));
animation-delay: calc(10ms * var(--char-index));
}
.splitting.txt .whitespace {
width: 5px;
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.contact-info-row .fusion-layout-column .fusion-column-wrapper {
box-shadow: 0 5px 15px 0 rgba(62, 65, 159, 0.1) !important;
padding: 40px !important;
text-align: center;
}
.contact-info-row .fusion-layout-column .fusion-column-wrapper .icon {
background: #f5f5f5;
border-radius: 50%;
height: 85px;
line-height: 85px;
margin: 0 auto;
text-align: center;
width: 85px;
}
.contact-info-row .fusion-layout-column .fusion-column-wrapper .icon i {
font-family: 'Font Awesome 5 Pro' !important;
font-style: normal !important;
font-size: 30px;
color: #1d1d1b !important;
line-height: unset;
}
.contact-info-row .fusion-layout-column .fusion-column-wrapper .icon i.fa-location-check:before {
content: '\f606';
}
.contact-info-row .fusion-layout-column .fusion-column-wrapper .icon i.fa-envelope {
content: '\f0e0';
}
.contact-info-row .fusion-layout-column .fusion-column-wrapper .icon i.fa-phone {
content: '\f095';
}
.contact-info-row .fusion-layout-column .fusion-column-wrapper .fusion-title {
margin-top: 15px !important;
margin-bottom: 15px !important;
}
.contact-info-row .fusion-layout-column .fusion-column-wrapper .fusion-text p {
margin-bottom: 0 !important;
}
.contact-image-row .fusion-builder-row {
position: static !important;
}
@media (max-width: 1024px) {
.contact-image-row .fusion-builder-row {
position: relative !important;
}
}
.contact-image-row .fusion-builder-row .contact-image {
position: absolute;
left: 0;
height: 100%;
}
@media (max-width: 1024px) {
.contact-image-row .fusion-builder-row .contact-image {
position: relative !important;
left: auto;
height: auto;
}
}
.contact-image-row .fusion-builder-row .contact-image .fusion-column-wrapper {
margin-left: 0 !important;
}
.contact-image-row .fusion-builder-row .contact-image .fusion-column-wrapper div {
height: 100%;
}
.contact-image-row .fusion-builder-row .contact-image .fusion-column-wrapper div .fusion-imageframe {
height: 100%;
}
.contact-image-row .fusion-builder-row .contact-image .fusion-column-wrapper div .fusion-imageframe img {
height: 100%;
object-fit: cover;
}
.contact-image-row .fusion-builder-row .contact-form {
margin-left: 0 !important;
padding: 0 !important;
box-shadow: none !important;
}
.image-cropper {
width: 150px;
height: 150px;
position: relative;
overflow: hidden;
border-radius: 50%;
}
div.image-cropper > img {
height: 100%;
object-fit: cover;
}
#cookies-agree {
color: #ffffff !important;
}
#cookies-agree-all {
color: #ffffff !important;
}
.cookie-popup {
z-index: 9999 !important;
}
.cookie-popup .title {
color: #008a4c !important;
font-size: 22px !important;
}
.cookie-popup .cookie-preferences .content ul {
border-color: #008a4c !important;
}
.cookie-popup .main-cookies {
max-width: 1200px !important;
}
.cookie-popup .main-cookies .cookie-link {
color: #008a4c !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: #008a4c !important;
}
@media (max-width: 645px) {
.cookie-popup .custom-link {
display: block !important;
margin-bottom: 10px !important;
}
}
.cookie-popup .custom-link:hover {
color: #ffffff !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: transparent;
}
@media (max-width: 992px) {
.cookie-popup .cookie-preferences ul {
flex-direction: column !important;
}
}
.cookie-popup .cookie-preferences ul li {
overflow: auto;
color: #1d1d1b !important;
}
.cookie-popup .cookie-preferences ul li a {
color: #008a4c !important;
text-decoration: none !important;
}
.cookie-popup .cookie-preferences ul li a:hover {
text-decoration: none;
color: #002414 !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: #008a4c;
}
.cookie-popup .cookie-preferences ul li .css-checkbox:checked:after {
background: #eeeeee;
}
.vb-show {
display: block !important;
}
.vb-hidden {
display: none !important;
}
.cta-fixed {
position: fixed;
top: 0;
left: 100%;
background: #fff;
height: 100%;
width: 420px;
max-width: 100%;
z-index: 100002;
-webkit-transition: -webkit-transform .5s;
-ms-transition: -webkit-transform .5s;
transition: transform .5s;
}
@media (max-width: 767px) {
.cta-fixed {
display: none !important;
}
}
.cta-fixed.hide {
opacity: 0 !important;
z-index: -1 !important;
}
.cta-fixed .cta-tabs {
position: absolute;
right: 100%;
display: block;
width: 60px;
text-align: center;
background: rgba(0, 0, 0, 0.1);
box-shadow: 0 2px 24px -2px rgba(0, 0, 0, 0.14);
top: 350px;
}
.cta-fixed .cta-tabs a {
display: flex;
width: 60px;
height: 60px;
line-height: 60px;
background: #fff;
color: #2d2d2d;
margin-bottom: 3px;
justify-content: center;
align-items: center;
background: #06a85d;
position: relative;
transition: all .3s ease-in-out;
}
.cta-fixed .cta-tabs a:first-child {
margin-bottom: 10px;
}
.cta-fixed .cta-tabs a img {
height: 25px;
width: 25px;
object-fit: contain;
}
.offer-column .fusion-imageframe {
text-align: center !important;
margin-bottom: 30px !important;
}
.offer-column .fusion-imageframe img {
max-width: 70% !important;
}
.offer-column h3 {
text-transform: none !important;
}
@media (max-width: 1024px) {
.offer-column h3 {
color: #06a85d !important;
}
}
.grecaptcha-badge {
visibility: hidden;
}
body {
-webkit-font-smoothing: antialiased !important;
font-family: "font-regular" !important;
font-size: 18px !important;
color: #1d1d1b !important;
letter-spacing: 0.5px !important;
}
p, li {
-webkit-font-smoothing: antialiased !important;
font-family: "font-regular" !important;
font-size: 18px !important;
color: #1d1d1b !important;
letter-spacing: 0.5px !important;
}
a:hover {
text-decoration: none !important;
}
a.fusion-button {
background: #06a85d;
color: #ffffff !important;
padding: 9px 18px !important;
letter-spacing: 0.9px !important;
text-transform: none !important;
position: relative;
z-index: 1;
overflow: hidden;
}
a.fusion-button .fusion-button-text {
font-family: "font-regular" !important;
}
a.fusion-button:before {
position: absolute;
content: '';
background-color: #ffffff;
width: 120%;
height: 0;
padding-bottom: 120%;
top: -110%;
left: -10%;
border-radius: 50%;
transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
z-index: -1;
}
a.fusion-button:after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: '';
background-color: #000000;
transform: translate3d(0, -100%, 0);
transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
z-index: -1;
}
a.fusion-button:hover:before {
transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
a.fusion-button:hover:after {
transform: translate3d(0, 0, 0);
transition-duration: 0.05s;
transition-delay: 0.4s;
transition-timing-function: linear;
}
a.fusion-button.white-border {
border: 1px solid #ffffff !important;
background: transparent !important;
}
a.fusion-button.white-border .fusion-button-text {
color: #06a85d !important;
}
button {
background: #06a85d;
color: #ffffff !important;
padding: 9px 18px !important;
letter-spacing: 0.9px !important;
text-transform: none !important;
border: 0 !important;
cursor: pointer;
font-family: "font-regular" !important;
}
button:focus {
outline: none !important;
}
.wpcf7-submit {
background: #06a85d !important;
color: #ffffff !important;
padding: 9px 18px !important;
letter-spacing: 0.9px !important;
text-transform: none !important;
position: relative;
z-index: 1;
overflow: hidden;
font-family: "font-regular" !important;
}
.wpcf7-submit:before {
position: absolute;
content: '';
background-color: #ffffff;
width: 120%;
height: 0;
padding-bottom: 120%;
top: -110%;
left: -10%;
border-radius: 50%;
transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
z-index: -1;
}
.wpcf7-submit:after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: '';
background-color: #000000;
transform: translate3d(0, -100%, 0);
transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
z-index: -1;
}
.wpcf7-submit:hover:before {
transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.wpcf7-submit:hover:after {
transform: translate3d(0, 0, 0);
transition-duration: 0.05s;
transition-delay: 0.4s;
transition-timing-function: linear;
}
h1 {
font-family: "Montserrat", sans-serif !important;
text-transform: uppercase !important;
font-size: 40px !important;
font-weight: 700 !important;
letter-spacing: 0.4px !important;
line-height: 1.1 !important;
color: #06a85d !important;
}
@media (max-width: 640px) {
h1 {
font-size: 30px !important;
}
}
h1 p {
font-family: "Montserrat", sans-serif !important;
text-transform: uppercase !important;
font-size: 40px !important;
font-weight: 700 !important;
letter-spacing: 0.4px !important;
line-height: 1.1 !important;
color: #06a85d !important;
}
@media (max-width: 640px) {
h1 p {
font-size: 30px !important;
}
}
h2 {
font-family: "Montserrat", sans-serif !important;
text-transform: uppercase !important;
font-size: 36px !important;
font-weight: 700 !important;
letter-spacing: 0.4px !important;
line-height: 1.1 !important;
}
@media (max-width: 640px) {
h2 {
font-size: 26px !important;
}
}
h2 p {
font-family: "Montserrat", sans-serif !important;
text-transform: uppercase !important;
font-size: 36px !important;
font-weight: 700 !important;
letter-spacing: 0.4px !important;
line-height: 1.1 !important;
}
@media (max-width: 640px) {
h2 p {
font-size: 26px !important;
}
}
h3 {
font-family: "Montserrat", sans-serif !important;
color: #06a85d !important;
font-size: 28px !important;
font-weight: 700 !important;
text-transform: uppercase !important;
}
@media (max-width: 640px) {
h3 {
font-size: 20px !important;
}
}
h3 p {
font-family: "Montserrat", sans-serif !important;
color: #06a85d !important;
font-size: 28px !important;
font-weight: 700 !important;
text-transform: uppercase !important;
}
@media (max-width: 640px) {
h3 p {
font-size: 20px !important;
}
}
h4 {
font-family: "Montserrat", sans-serif !important;
color: #000000 !important;
font-size: 20px !important;
font-weight: 700 !important;
line-height: 1.1 !important;
text-transform: uppercase !important;
}
@media (max-width: 640px) {
h4 {
font-size: 18px !important;
}
}
h5 {
font-family: "Montserrat", sans-serif !important;
}
h6 {
font-family: "Montserrat", sans-serif !important;
}
#main {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.title-sep-container {
display: none !important;
}
.fusion-title-center {
justify-content: center !important;
}
.no-pointer {
pointer-events: none !important;
}
.fusion-title {
margin-bottom: 25px !important;
}
.no-padding {
padding-left: 0 !important;
padding-right: 0 !important;
}
@media (min-width: 1025px) {
.custom-flex-end {
justify-content: flex-end !important;
}
}
@media (max-width: 1024px) {
.custom-flex-end h3 {
text-align: left !important;
}
}
@media (max-width: 1024px) {
.flex-reverze .fusion-builder-row {
flex-direction: column-reverse !important;
}
}
.absolute-line {
position: absolute !important;
top: -160px;
left: 15px;
}
@media (max-width: 640px) {
.absolute-line {
left: 0;
}
}
.absolute-line img {
width: 50px !important;
height: 140px !important;
}
.fixed-image {
height: 415px !important;
}
@media (max-width: 1024px) {
.fixed-image {
position: relative !important;
height: auto !important;
}
}
.fixed-image.fixed-image-row .fusion-builder-row {
position: static !important;
}
.fixed-image.fixed-image-row .fusion-builder-row .fixed-image-column {
position: absolute;
right: 0;
}
@media (max-width: 1024px) {
.fixed-image.fixed-image-row .fusion-builder-row .fixed-image-column {
position: relative;
}
}
.fixed-image.fixed-image-row .fusion-builder-row .fixed-image-column .fusion-column-wrapper {
margin-right: 0 !important;
}
.fixed-image .fusion-imageframe {
width: 100% !important;
}
.fixed-image .fusion-imageframe img {
width: 100% !important;
height: 415px !important;
object-fit: cover !important;
}
.fusion-body .fusion-text a {
color: #06a85d;
position: relative;
}
.fusion-body .fusion-text a:after {
content: '';
background: #06a85d;
height: 1px;
width: 0;
position: absolute;
bottom: 0;
left: 0;
transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;
}
.fusion-body .fusion-text a.black-link {
color: #000000 !important;
}
.fusion-body .fusion-text a.black-link:after {
background: #000000 !important;
}
.fusion-body .fusion-text a:hover:after {
width: 100%;
}
@media (max-width: 1352px) {
.mobile-title {
padding-left: 30px !important;
padding-right: 30px !important;
}
}
table {
table-layout: fixed !important;
width: 100% !important;
}
.mob-image {
display: none !important;
}
@media (max-width: 1024px) {
.mob-image {
display: block !important;
margin: 0 auto !important;
}
}
@media (max-width: 1024px) {
.d-none-md {
display: none !important;
}
}
#documentcenter .documentcenter_searchitem {
margin-bottom: 30px;
}
#documentcenter label {
color: #008a4c !important;
font-family: "font-bold" !important;
font-size: 24px;
display: block;
font-weight: 700;
}
#documentcenter .btn-main {
position: relative;
overflow: hidden;
z-index: 1;
}
#documentcenter .btn-main:before {
position: absolute;
content: '';
background-color: #ffffff;
width: 120%;
height: 0;
padding-bottom: 120%;
top: -110%;
left: -10%;
border-radius: 50%;
transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
z-index: -1;
}
#documentcenter .btn-main:after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: '';
background-color: #000000;
transform: translate3d(0, -100%, 0);
transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
z-index: -1;
}
#documentcenter .btn-main:hover:before {
transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
#documentcenter .btn-main:hover:after {
transform: translate3d(0, 0, 0);
transition-duration: 0.05s;
transition-delay: 0.4s;
transition-timing-function: linear;
}
#documentcenter #partner,
#documentcenter #category,
#documentcenter #free-search {
position: relative;
display: block;
width: 100%;
height: 50px;
border: 1px solid #e5e5e5;
border-radius: 5px;
padding: 10px 20px;
font-size: 16px;
color: gray;
transition: all .5s ease;
}
#documentcenter #nrresults {
color: #008a4c !important;
padding: 0;
display: inline-block;
font-family: "font-medium" !important;
margin: 10px 0 !important;
}
#documentcenter #results ul {
list-style: none;
padding: 0 !important;
}
#documentcenter #results ul li a {
color: #1d1d1b;
}
#documentcenter #results ul li a:before {
content: '';
display: inline-block;
position: relative;
bottom: 0.25em;
width: 0;
height: 2px;
transition: all .3s ease-in-out;
background: #1d1d1b;
}
#documentcenter #results ul li a:hover {
text-decoration: none;
}
#documentcenter #results ul li a:hover:before {
width: 4px;
height: 4px;
margin-right: 10px;
}
.custom-footer {
background: #ededed;
padding: 45px 30px;
}
.custom-footer .fusion-row {
max-width: 1300px !important;
display: flex;
flex-wrap: wrap;
}
.custom-footer .footer-col {
display: flex;
flex-wrap: wrap;
padding-left: 0 !important;
padding-right: 0 !important;
}
@media (max-width: 767px) {
.custom-footer .footer-col {
margin-bottom: 30px !important;
}
}
.custom-footer .footer-col .footer-content .title {
display: flex;
margin-bottom: 30px !important;
}
@media (min-width: 768px) {
.custom-footer .footer-col .footer-content .title {
min-height: 44px !important;
align-items: flex-end;
}
}
.custom-footer .footer-col .footer-content .title h4 {
margin: 0 !important;
}
.custom-footer .footer-col .footer-content .content.medium p {
font-family: "font-medium" !important;
}
.custom-footer .footer-col .footer-content .content p {
font-size: 16px !important;
margin-bottom: 10px !important;
}
.custom-footer .footer-col .footer-content .content p:last-child {
margin-bottom: 0 !important;
}
.custom-footer .footer-col .footer-content .content p a:hover {
color: #008a4c !important;
}
.custom-footer .footer-col .footer-content .content p i {
font-size: 12px !important;
padding: 5px !important;
border-radius: 50%;
border: 1px solid #008a4c;
color: #008a4c !important;
width: 25px !important;
height: 25px !important;
display: inline-flex;
justify-content: center;
align-items: center;
}
.custom-footer .footer-col.footer-last-col {
justify-content: flex-end;
align-items: center;
}
@media (max-width: 991px) {
.custom-footer .footer-col.footer-last-col {
justify-content: flex-start;
margin-top: 30px;
margin-bottom: 30px;
}
}
.custom-footer .footer-col.footer-last-col .footer-content {
display: flex;
flex-direction: column;
}
.custom-footer .footer-col.footer-last-col .footer-content img {
width: 100px !important;
}
.custom-footer .footer-col.footer-last-col .footer-content img:last-child {
margin-top: 30px;
}
.custom-footer .menu-footer-menu-container {
width: 100%;
}
.custom-footer .menu-footer-menu-container ul {
display: flex;
margin: 0 !important;
list-style: none !important;
padding: 0 !important;
}
@media (min-width: 768px) {
.custom-footer .menu-footer-menu-container ul {
justify-content: flex-end;
}
}
@media (max-width: 640px) {
.custom-footer .menu-footer-menu-container ul {
flex-direction: column;
}
}
.custom-footer .menu-footer-menu-container ul li:after {
content: '|';
color: rgba(29, 29, 27, 0.3) !important;
font-size: 14px !important;
display: inline-block;
padding-right: 5px;
padding-left: 5px;
}
@media (max-width: 640px) {
.custom-footer .menu-footer-menu-container ul li:after {
display: none !important;
}
}
.custom-footer .menu-footer-menu-container ul li a {
color: rgba(29, 29, 27, 0.3) !important;
font-size: 14px !important;
}
.custom-footer .menu-footer-menu-container ul li a:hover {
color: #008a4c !important;
}
.custom-footer .menu-footer-menu-container ul li:last-child:after {
display: none !important;
}
.contact-form {
background: #fff;
box-shadow: 0 1px 15px 0 rgba(62, 65, 159, 0.1);
padding: 50px 50px 40px;
position: relative;
z-index: 99;
margin-top: 40px !important;
}
@media (min-width: 641px) {
.contact-form {
width: 65% !important;
margin: 0 auto !important;
margin-top: 70px !important;
}
}
.contact-form .loading-spinner {
width: 40px !important;
height: 40px !important;
position: absolute;
bottom: 0;
right: 0;
}
.contact-form .loading-spinner img {
object-fit: contain !important;
width: 40px !important;
height: 40px !important;
}
.contact-form .form-row {
margin-bottom: 25px !important;
}
.contact-form .wpcf7-form-control {
background: transparent;
border: 0 !important;
border-bottom: 1px solid #06a85d !important;
border-radius: 0;
box-shadow: none !important;
min-height: 50px !important;
padding: 0 !important;
width: 100%;
}
.contact-form .wpcf7-form-control::-webkit-input-placeholder {
color: #000000 !important;
font-size: 14px !important;
font-family: "font-regular" !important;
}
.contact-form .wpcf7-form-control.wpcf7-textarea {
min-height: 95px !important;
}
.contact-form .wpcf7-form-control.wpcf7-acceptance {
border: 0 !important;
padding-left: 0 !important;
text-align: left !important;
}
.contact-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
margin-left: 0 !important;
}
.contact-form .wpcf7-form-control.wpcf7-acceptance label {
display: flex;
align-items: flex-end;
}
.contact-form .wpcf7-form-control.wpcf7-acceptance input {
margin-right: 5px !important;
}
.contact-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label {
font-size: 14px !important;
}
@media (max-width: 640px) {
.contact-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label {
font-size: 10px !important;
}
}
.gmap-section {
padding-left: 0 !important;
padding-right: 0 !important;
height: 350px !important;
}
.gmap-section .gmap {
width: 100% !important;
height: 100% !important;
}
.unaccepted .wpcf7-validates-as-required, .invalid .wpcf7-validates-as-required {
border-color: red !important;
}
.screen-reader-response {
display: none !important;
}
.alert-custom {
display: none !important;
}
.alert-custom.success {
display: inline-block !important;
}
.wpcf7-not-valid-tip {
display: none !important;
}
.wpcf7-validation-errors {
display: none !important;
}
.wpcf7-acceptance-missing {
display: none !important;
}
.wpcf7-mail-sent-ok,
.fusion-success {
background: transparent !important;
border: 0 !important;
padding: 0 !important;
font-size: 13px !important;
text-transform: none !important;
font-family: "font-regular" !important;
position: absolute !important;
right: 0;
bottom: 0;
margin-bottom: 0 !important;
color: #06a85d !important;
}
@media (max-width: 500px) {
.wpcf7-mail-sent-ok,
.fusion-success {
position: relative !important;
right: auto;
bottom: auto;
text-align: left !important;
}
}
input[type="checkbox"],
input[type=radio] { -webkit-appearance: none;
appearance: none; background-color: #fff; margin: 0;
font: inherit;
color: #1d1d1b;
width: 15px;
height: 15px;
border: 1px solid rgba(0, 138, 76, 0.7);
border-radius: 0.15em;
transform: translateY(-0.075em);
display: grid;
place-content: center;
}
input[type="checkbox"],
input[type=radio] { display: grid;
place-content: center;
}
input[type="checkbox"]::before,
input[type=radio]::before {
content: "";
width: 9px;
height: 9px;
transform: scale(0);
transition: 120ms transform ease-in-out;
box-shadow: inset 1em 1em #06a85d;
}
input[type="checkbox"]:checked::before,
input[type=radio]:checked::before {
transform: scale(1);
}
header {
padding-top: 45px !important;
padding-bottom: 45px !important;
}
@media (max-width: 1125px) {
header {
padding-top: 30px !important;
padding-bottom: 30px !important;
}
}
header .fusion-header .header-row {
display: flex;
align-items: center;
}
@media (min-width: 801px) {
header .fusion-header .header-row {
flex-wrap: wrap;
}
}
header .fusion-header .header-row .mobile-appointment {
display: none;
}
@media (max-width: 767px) {
header .fusion-header .header-row .mobile-appointment {
display: block;
position: absolute;
right: 30px;
top: 0;
}
}
header .fusion-header .header-row .mobile-appointment a {
font-size: 14px !important;
padding: 4px 9px !important;
}
header .fusion-header .header-row .fusion-logo {
margin: 0 !important;
width: 240px !important;
}
@media (max-width: 1125px) {
header .fusion-header .header-row .menu-section {
flex-direction: column;
justify-content: flex-end !important;
align-items: flex-end !important;
align-content: flex-end !important;
}
}
header .fusion-header .header-row .menu-section .header-info {
display: flex;
align-items: center;
margin-bottom: 15px;
justify-content: flex-end;
}
header .fusion-header .header-row .menu-section .header-info ul {
margin: 0 !important;
padding: 0 !important;
list-style: none;
display: flex;
justify-content: flex-end;
align-items: center;
}
header .fusion-header .header-row .menu-section .header-info ul li {
display: flex;
margin-right: 25px;
}
header .fusion-header .header-row .menu-section .header-info ul li:last-child {
margin-right: 0;
}
@media (max-width: 800px) {
header .fusion-header .header-row .menu-section .header-info ul li.list-image {
display: none !important;
}
}
@media (max-width: 1024px) {
header .fusion-header .header-row .menu-section .header-info ul li.list-image img {
display: none !important;
}
}
@media (max-width: 1024px) {
header .fusion-header .header-row .menu-section .header-info ul li.md-margin {
margin-right: 0 !important;
}
}
@media (max-width: 767px) {
header .fusion-header .header-row .menu-section .header-info ul li.md-margin {
display: none !important;
}
}
@media (max-width: 1024px) {
header .fusion-header .header-row .menu-section .header-info ul li.md-margin:first-child {
margin-right: 25px !important;
}
}
header .fusion-header .header-row .menu-section .header-info ul li a {
font-family: "font-medium" !important;
color: #364a46 !important;
}
header .fusion-header .header-row .menu-section .header-info ul li a img {
max-width: 80px !important;
}
header .fusion-header .header-row .menu-section .header-info ul li a.header-button {
font-family: "font-medium" !important;
text-transform: uppercase;
background: #06a85d;
color: #ffffff !important;
padding: 9px 18px !important;
letter-spacing: 0.9px !important;
font-size: 16px !important;
}
header .fusion-header .header-row .menu-section .header-info ul li .opening-houres a {
display: flex;
}
header .fusion-header .header-row .menu-section .header-info ul li .opening-houres a p {
margin-right: 5px !important;
color: #06a85d !important;
font-family: "font-bold" !important;
margin-bottom: 0 !important;
}
header .fusion-header .header-row .menu-section .fusion-main-menu .fusion-menu li a {
font-family: "font-bold" !important;
text-transform: uppercase;
border: 0 !important;
font-size: 16px !important;
height: 40px !important;
}
@media (max-width: 1230px) {
header .fusion-header .header-row .menu-section .fusion-main-menu .fusion-menu li a {
font-size: 16px !important;
}
}
header .fusion-header .header-row .menu-section .fusion-main-menu .fusion-menu li .sub-menu {
box-shadow: none;
border: 0 !important;
z-index: 10;
padding-top: 15px !important;
min-width: 250px !important;
}
header .fusion-header .header-row .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: 13px !important;
font-family: "font-regular" !important;
}
header .fusion-header .header-row .menu-section .fusion-main-menu .fusion-menu li .sub-menu li a:after {
display: none !important;
}
header .fusion-header .header-row .menu-section .fusion-main-menu .fusion-menu li .sub-menu li a:before {
content: '';
height: 0;
width: 100%;
background: #008a4c;
position: absolute;
left: 0;
bottom: 0;
transition: all .4s ease-in-out;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
z-index: -1;
}
header .fusion-header .header-row .menu-section .fusion-main-menu .fusion-menu li .sub-menu li a:hover {
color: #ffffff !important;
}
header .fusion-header .header-row .menu-section .fusion-main-menu .fusion-menu li .sub-menu li a:hover:before {
height: 100% !important;
}
@media (max-width: 1024px) {
.home-gallery {
width: 50% !important;
max-width: 50% !important;
flex: 0 0 50% !important;
margin-top: 0 !important;
}
}
@media (max-width: 767px) {
.home-gallery {
width: 100% !important;
max-width: 100% !important;
flex: 0 0 100% !important;
margin-top: 0 !important;
}
}
.home-gallery .fusion-column-wrapper {
height: 396px !important;
}
@media (min-width: 1400px) {
.home-gallery .fusion-column-wrapper {
margin-left: 3.84% !important;
margin-right: 3.84% !important;
}
}
.home-gallery .fusion-column-wrapper:after {
content: '';
background: rgba(0, 138, 76, 0.6);
height: 100%;
top: 0;
width: calc(100% - 3.84%);
position: absolute;
transition: all .3s ease-in-out;
opacity: 0;
}
@media (min-width: 1400px) {
.home-gallery .fusion-column-wrapper:after {
width: calc(100% - 7.68%);
right: 3.84%;
}
}
.home-gallery .absolute-heading {
position: absolute;
top: -60px;
z-index: 2;
}
@media (min-width: 1400px) {
.home-gallery .absolute-heading {
left: -15px;
}
}
.home-gallery .absolute-heading h2 p {
font-weight: 800 !important;
color: #06a85d !important;
font-size: 40px !important;
}
.absolute-text {
margin-bottom: 0 !important;
}
@media (min-width: 1025px) {
.absolute-text {
position: absolute !important;
right: 80px;
bottom: 50px;
}
}
.absolute-text p {
font-family: "Montserrat", sans-serif !important;
line-height: 1.1 !important;
font-size: 40px !important;
font-weight: 600 !important;
}
@media (max-width: 1024px) {
.absolute-text p {
text-align: right;
margin-bottom: 0 !important;
}
}
.page-template-legal_info .fusion-fullwidth {
padding-left: 0 !important;
padding-right: 0 !important;
}
.page-template-legal_info .legal-page-content {
padding: 120px 0 100px;
overflow: hidden;
}
@media (max-width: 640px) {
.page-template-legal_info .legal-page-content {
padding: 60px 0 40px !important;
}
}
@media (max-width: 1200px) {
.page-template-legal_info .legal-page-content .grid-fix {
width: 100% !important;
max-width: 100% !important;
}
}
.page-template-legal_info .legal-page-content .legal-menu ul {
padding: 0 !important;
margin: 0 !important;
list-style: none;
}
@media (max-width: 1200px) {
.page-template-legal_info .legal-page-content .legal-menu ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-bottom: 60px !important;
}
}
@media (max-width: 767px) {
.page-template-legal_info .legal-page-content .legal-menu ul {
flex-direction: column !important;
}
}
.page-template-legal_info .legal-page-content .legal-menu ul li {
padding: 15px 0;
}
.page-template-legal_info .legal-page-content .legal-menu ul li a {
font-weight: 600 !important;
text-transform: uppercase;
position: relative;
}
.page-template-legal_info .legal-page-content .legal-menu ul li a.active {
color: #008a4c !important;
}
.page-template-legal_info .legal-page-content .legal-content {
opacity: 0;
height: 0;
}
.page-template-legal_info .legal-page-content .legal-content.active {
opacity: 1;
height: auto;
}
.page-template-legal_info .legal-page-content .legal-content h2 {
color: #1d1d1b !important;
}
.page-template-legal_info .legal-page-content .legal-content h2:after {
left: 0 !important;
transform: none !important;
bottom: -14px !important;
}
.fusion-mobile-menu-design-flyout.fusion-flyout-active .fusion-header {
top: 0 !important;
position: relative !important;
}
.fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-toggle-icon-line {
background: #008a4c !important;
}
.fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-flyout-menu-toggle:hover .fusion-text-outline {
background: #008a4c !important;
}
.menu-section .fusion-flyout-menu {
margin-top: 0 !important;
height: 100vh !important;
animation-delay: 1s !important;
}
.menu-section .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;
}
.menu-section .fusion-flyout-menu .fusion-menu.fly {
opacity: 1 !important;
transition: all 1.8s ease-in-out !important;
}
.menu-section .fusion-flyout-menu .fusion-menu li {
padding: 14px !important;
position: relative;
}
.menu-section .fusion-flyout-menu .fusion-menu li.crelan-link .menu-img-item {
display: none;
}
.menu-section .fusion-flyout-menu .fusion-menu li a {
color: #ffffff !important;
font-weight: 500;
font-size: 24px !important;
display: inline-flex !important;
align-items: center !important;
z-index: 9 !important;
padding: 0 !important;
height: auto !important;
border: 0 !important;
width: 100%;
justify-content: center;
}
.menu-section .fusion-flyout-menu .fusion-menu li a:hover {
text-decoration: none;
color: #008a4c !important;
}
.menu-section .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: .3s;
display: inline-block;
}
.menu-section .fusion-flyout-menu .fusion-menu li .custom-caret.rotate {
transform: rotate(90deg);
background: #008a4c;
}
.menu-section .fusion-flyout-menu .fusion-menu li .sub-menu {
border-color: #008a4c !important;
height: 0 !important;
transition: all .3s ease-in-out 0s;
padding: 0 !important;
opacity: 0 !important;
display: flex !important;
flex-direction: column !important;
}
.menu-section .fusion-flyout-menu .fusion-menu li .sub-menu.open {
padding-top: 14px !important;
display: flex !important;
height: auto !important;
opacity: 1 !important;
}
.menu-section .fusion-flyout-menu .fusion-menu li .sub-menu li a {
font-size: 18px !important;
}
.menu-section .fusion-flyout-menu .fusion-menu li .sub-menu li a .custom-caret {
display: none !important;
}
.change .fusion-flyout-menu-toggle .fusion-toggle-icon-line {
background: #ffffff !important;
}
.fusion-flyout-menu-bg {
position: fixed !important;
right: 0 !important;
top: 0 !important;
width: 100% !important;
height: 100% !important;
z-index: 1 !important;
-webkit-transform: translateY(101%) !important;
-ms-transform: translateY(101%) !important;
transform: translateY(101%) !important;
transition: all 900ms ease !important;
-moz-transition: all 900ms ease !important;
-webkit-transition: all 900ms ease !important;
-ms-transition: all 900ms ease !important;
-o-transition: all 900ms ease !important;
}
.fusion-flyout-menu-bg.active-bg {
background: rgba(0, 0, 0, 0.85) !important;
opacity: 1 !important;
visibility: visible !important;
-webkit-transition: all 0.7s ease !important;
-moz-transition: all 0.7s ease !important;
-ms-transition: all 0.7s ease !important;
-o-transition: all 0.7s ease !important;
transition: all 0.7s ease !important;
-webkit-transform: translateY(0%) !important;
-ms-transform: translateY(0%) !important;
transform: translateY(0%) !important;
}
.menu-cover-title {
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
position: absolute;
top: 50%;
font-size: 20vw;
font-weight: 600;
line-height: 1.15;
color: #ffffff;
opacity: 0.3;
z-index: -1;
}
.insupartners {
padding: 60px 0;
}
.insupartners .slides {
display: flex;
align-items: center;
}
@media (max-width: 767px) {
.insupartners .slides {
overflow: hidden !important;
}
}
.insupartners .slides li {
display: flex !important;
align-items: center;
}
@media (max-width: 767px) {
.insupartners .slides li .partner {
max-width: 100% !important;
flex: 0 0 50% !important;
}
}
.slider-container {
height: 65vh !important;
}
.slider-container .banner-cta ul {
margin: 0 !important;
padding: 0 !important;
list-style: none !important;
display: flex;
}
.slider-container .banner-cta ul li {
display: flex;
align-items: center;
margin-right: 15px !important;
}
.slider-container .banner-cta ul li:first-child a {
padding: 12px 36px !important;
}
@media (max-width: 640px) {
.slider-container .banner-cta ul li:first-child a {
font-size: 16px !important;
padding: 12px !important;
}
}
.slider-container .banner-cta ul li:last-child {
margin-right: 0 !important;
}
.slider-container .banner-cta ul li a {
color: #ffffff !important;
padding: 12px 16px;
background: rgba(6, 168, 93, 0.9);
font-family: "font-bold" !important;
transition: all .3s ease-in-out;
height: 48px !important;
}
@media (max-width: 640px) {
.slider-container .banner-cta ul li a {
font-size: 16px !important;
padding: 12px !important;
}
}
.slider-container .banner-cta ul li a:hover {
background: #06a85d;
}
.slider-container .banner-cta ul li a i {
color: #ffffff !important;
font-family: 'Font Awesome 5 Pro' !important;
font-style: normal !important;
}
.slider-container .banner-cta ul li a i.fa-phone {
display: inline-block;
transform: rotateY(180deg);
}
@media (max-width: 1024px) {
.person-column {
width: 50% !important;
max-width: 50% !important;
flex: 0 0 50% !important;
}
}
@media (max-width: 767px) {
.person-column {
width: 100% !important;
max-width: 100% !important;
flex: 0 0 100% !important;
}
}
.person-column h3 {
font-family: "Montserrat", sans-serif !important;
text-transform: uppercase;
color: #ffffff !important;
font-size: 24px !important;
position: absolute;
right: 15px !important;
bottom: 15px !important;
line-height: 1 !important;
font-weight: 800 !important;
text-align: right !important;
z-index: 10;
}
@media (max-width: 767px) {
.person-column h3 {
position: relative !important;
bottom: auto !important;
right: auto !important;
text-align: left !important;
}
}
.person-column h3 p {
font-family: "Montserrat", sans-serif !important;
text-transform: uppercase;
color: #ffffff !important;
font-size: 24px !important;
position: absolute;
right: 30px !important;
bottom: 15px !important;
line-height: 1 !important;
font-weight: 800 !important;
text-align: right !important;
z-index: 10;
}
@media (min-width: 768px) {
.person-column h3 p {
width: 250px !important;
}
}
@media (max-width: 767px) {
.person-column h3 p {
position: relative !important;
bottom: auto !important;
right: auto !important;
text-align: left !important;
}
}
.person {
position: relative;
overflow: hidden;
}
@media (min-width: 1025px) {
.person:hover .person-shortcode-image-wrapper:after {
background: rgba(6, 168, 93, 0.6) !important;
}
}
.person:hover .person-desc {
opacity: 1 !important;
}
.person .person-shortcode-image-wrapper:after {
content: '';
width: 100%;
height: 100%;
position: absolute;
background: linear-gradient(to bottom right, transparent 0%, transparent 50%, rgba(6, 168, 93, 0.6) 50%, rgba(6, 168, 93, 0.6) 100%);
top: 0;
left: 0;
transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
}
.person .person-shortcode-image-wrapper img {
width: 100% !important;
}
.person .person-desc {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
padding: 15px !important;
margin: 0 !important;
text-align: center !important;
opacity: 0 !important;
transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
}
@media (max-width: 767px) {
.person .person-desc {
opacity: 1 !important;
position: relative;
top: auto;
left: auto;
transform: none;
text-align: left !important;
}
}
.person .person-desc .person-title {
font-family: "font-bold" !important;
color: #ffffff !important;
font-size: 16px !important;
}
@media (max-width: 767px) {
.person .person-desc .person-title {
color: #ffffff !important;
}
}
.person .person-desc .person-content {
margin-top: 15px !important;
}
.person .person-desc .person-content a {
color: #ffffff !important;
font-size: 16px !important;
}
@media (max-width: 767px) {
.person .person-desc .person-content a {
color: #ffffff !important;
}
}
.person .person-desc .person-content a:hover {
color: #06a85d !important;
}
.top-container {
background: #ededed !important;
}
.top-container h1 {
color: #1d1d1b !important;
}
@media (min-width: 641px) {
.top-container .fusion-text {
width: 70% !important;
margin: 0 auto;
}
}
.top-container .fusion-text p:last-child {
margin-bottom: 0 !important;
}
.triangle-after:after {
content: '';
height: 220%;
width: 120%;
background: url(//sadones-detemmerman.be/wp-content/themes/Avada-Child/assets/images/triangle_background.png) no-repeat;
position: absolute;
bottom: -30px;
right: 0;
background-position: center right;
background-size: contain !important;
z-index: 1;
}
@media (max-width: 1024px) {
.triangle-after:after {
background-size: cover !important;
height: 170%;
}
}
.usps {
margin-bottom: -30px !important;
background-size: contain !important;
}
@media (min-width: 1700px) {
.usps {
background-size: cover !important;
}
}
@media (min-width: 1300px) {
.usps {
padding-right: 0 !important;
padding-left: 0 !important;
}
}
@media (max-width: 1024px) {
.usps {
background: none !important;
}
}
.usps .usp-wrap {
display: flex;
width: 100%;
background: #ededed;
padding-top: 200px;
margin-bottom: 90px;
flex-wrap: wrap;
}
@media (max-width: 640px) {
.usps .usp-wrap {
padding-top: 60px !important;
padding-bottom: 60px !important;
}
}
.usps .usp-column {
width: 285px !important;
height: 285px !important;
margin-bottom: 60px !important;
}
@media (max-width: 1024px) {
.usps .usp-column {
width: 50% !important;
max-width: 50% !important;
flex: 0 0 50% !important;
}
}
@media (max-width: 767px) {
.usps .usp-column {
width: 100% !important;
max-width: 100% !important;
flex: 0 0 100% !important;
}
}
.usps .usp-column:nth-of-type(odd) {
margin-top: -142px;
}
@media (max-width: 1024px) {
.usps .usp-column:nth-of-type(odd) {
margin-top: 0;
}
}
.usps .usp-column .fusion-column-wrapper {
position: relative;
overflow: hidden;
}
@media (min-width: 1025px) {
.usps .usp-column .fusion-column-wrapper:hover:after {
background: rgba(6, 168, 93, 0.6);
}
}
.usps .usp-column .fusion-column-wrapper:after {
content: '';
width: 100%;
height: 100%;
position: absolute;
background: linear-gradient(to bottom right, transparent 0%, transparent 50%, rgba(6, 168, 93, 0.6) 50%, rgba(6, 168, 93, 0.6) 100%);
top: 0;
left: 0;
transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
}
.usps .usp-column .fusion-column-wrapper .fusion-title {
display: block !important;
z-index: 2 !important;
}
.usps .usp-column .fusion-column-wrapper h3 {
font-family: "Montserrat", sans-serif !important;
text-transform: uppercase;
color: #ffffff !important;
font-size: 28px !important;
position: absolute;
right: 15px !important;
bottom: 15px !important;
line-height: 1 !important;
font-weight: 800 !important;
text-align: right !important;
}
.usps .usp-column .fusion-column-wrapper h3 p {
font-family: "Montserrat", sans-serif !important;
text-transform: uppercase;
color: #ffffff !important;
font-size: 28px !important;
position: absolute;
right: 15px !important;
bottom: 15px !important;
line-height: 1 !important;
font-weight: 800 !important;
text-align: right !important;
}
@media (max-width: 1300px) {
.usps .usp-column .fusion-column-wrapper h3 p {
font-size: 22px !important;
}
}
@media (max-width: 1024px) {
.usps .usp-column .fusion-column-wrapper h3 p {
font-size: 28px !important;
}
}.splitting.cells img { width: 100%; display: block; }
@supports ( display: grid ) {
.splitting.cells {
position: relative;
overflow: hidden;
background-size: cover;
visibility: hidden;
}
.splitting .cell-grid {
background: inherit;
position: absolute;
top: 0; 
left: 0; 
width: 100%; 
height: 100%;
display: grid;
grid-template: repeat( var(--row-total), 1fr ) / repeat( var(--col-total), 1fr );
}
.splitting .cell {
background: inherit;
position: relative;
overflow: hidden;
}
.splitting .cell-inner {
background: inherit;
position: absolute;
visibility: visible; width: calc(100% * var(--col-total));
height: calc(100% * var(--row-total)); left: calc(-100% * var(--col-index));
top: calc(-100% * var(--row-index));
} .splitting .cell {
--center-x: calc((var(--col-total) - 1) / 2);
--center-y: calc((var(--row-total) - 1) / 2); --offset-x: calc(var(--col-index) - var(--center-x));
--offset-y: calc(var(--row-index) - var(--center-y)); --distance-x: calc( (var(--offset-x) * var(--offset-x)) / var(--center-x) ); --distance-y: calc( (var(--offset-y) * var(--offset-y)) / var(--center-y) );
}
}