.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=Ubuntu:wght@300;500&display=swap");
@font-face {
font-family: font-light;
}
#post-404page {
padding-top: 90px !important;
padding-bottom: 90px !important;
display: flex;
justify-content: center;
}
#post-404page .error-message {
text-align: center;
margin-top: 90px !important;
margin-bottom: 90px !important;
}
#post-404page .error-button {
text-align: center;
}
#post-404page .error-button a {
padding: 15px !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;
}
.contact-info {
display: block;
position: relative;
padding-left: 70px;
margin: 30px 0 15px;
}
.contact-info.last-child {
margin-top: 15px !important;
}
.contact-info .contact-info-icon {
position: absolute;
display: flex;
align-items: center;
justify-content: center;
height: 50px;
width: 50px;
border: 2px solid #003d48;
border-radius: 50%;
color: #9ac768;
font-size: 19px;
top: 5px;
left: 0;
background: #003d48;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.contact-info .contact-info-icon .fa-location-dot:before {
content: '\f3c5' !important;
}
.contact-info .contact-info-content {
display: block;
position: relative;
}
.contact-info .contact-info-content h4 a {
position: relative;
color: #003d48 !important;
}
.contact-info .contact-info-content h4 a:hover {
color: #9ac768 !important;
}
.content-boxes {
margin-bottom: 0 !important;
display: block !important;
}
.content-boxes .content-box-column {
margin-bottom: 30px !important;
}
@media (max-width: 1024px) {
.content-boxes .content-box-column {
width: 50% !important;
float: left;
max-width: 100% !important;
}
}
@media (max-width: 767px) {
.content-boxes .content-box-column {
width: 100% !important;
}
}
.content-boxes .content-box-column .col {
background: #ffffff !important;
padding: 30px 30px 15px;
box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05) !important;
transition: all .4s ease-in-out;
}
.content-boxes .content-box-column .col:hover {
transform: translateY(-15px);
box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.22) !important;
}
.content-boxes .content-box-column .col .heading {
margin-bottom: 0 !important;
}
.content-boxes .content-box-column .col .heading .image img {
width: 70px !important;
height: 70px !important;
object-fit: contain !important;
}
.content-boxes .content-box-column .col .heading h2 {
font-size: 18px !important;
margin-bottom: 0 !important;
color: #003d48 !important;
font-weight: 300 !important;
}
.content-boxes .content-box-column .col .content-container {
display: 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;
font-size: 18px !important;
}
@media (max-width: 656px) {
#cookies-agree {
margin-bottom: 10px !important;
}
}
#cookies-agree-all {
color: #ffffff !important;
font-size: 18px !important;
}
.cookie-popup {
z-index: 9999 !important;
}
.cookie-popup .title {
color: #003d48 !important;
font-size: 22px !important;
font-weight: 500 !important;
}
@media (max-width: 656px) {
.cookie-popup .title {
font-size: 18px !important;
}
}
.cookie-popup .cookie-preferences .content ul {
border-color: #003d48 !important;
}
.cookie-popup .main-cookies {
max-width: 1200px !important;
}
.cookie-popup .main-cookies .cookie-link {
color: #9ac768 !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: #9ac768 !important;
}
@media (max-width: 500px) {
.cookie-popup .custom-link {
display: block !important;
margin-bottom: 10px !important;
}
}
.cookie-popup .custom-link:hover {
color: #000000 !important;
}
@media (max-width: 656px) {
.cookie-popup .save-cookies {
display: flex;
flex-direction: column-reverse;
}
}
.cookie-popup .cookie-preferences {
width: 100% !important;
}
.cookie-popup .cookie-preferences ul {
list-style: none;
border-radius: 0;
background: #ffffff;
}
@media (max-width: 992px) {
.cookie-popup .cookie-preferences ul {
flex-direction: column !important;
}
}
.cookie-popup .cookie-preferences ul li {
overflow: auto;
color: #003d48 !important;
}
@media (max-width: 656px) {
.cookie-popup .cookie-preferences ul li {
font-size: 16px !important;
}
}
.cookie-popup .cookie-preferences ul li a {
color: #9ac768 !important;
text-decoration: none !important;
}
.cookie-popup .cookie-preferences ul li a:hover {
text-decoration: none;
color: #679336 !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: #003d48;
}
.cookie-popup .cookie-preferences ul li .css-checkbox:checked:after {
background: #eeeeee;
}
.vb-show {
display: block !important;
}
.vb-hidden {
display: none !important;
}
.cookie-reload {
color: #9ac768 !important;
padding: 7px 18px !important;
}
@media (max-width: 1024px) {
.cta-container {
padding-bottom: 0 !important;
}
}
.cta-container.no-absolute .fusion-imageframe {
position: relative;
bottom: auto;
}
.cta-container .fusion-imageframe {
position: absolute;
bottom: -120px;
}
@media (max-width: 1024px) {
.cta-container .fusion-imageframe {
position: relative;
bottom: auto;
}
}
@media (max-width: 1024px) {
.cta-container .fusion-imageframe img {
width: 65% !important;
}
}
@media (max-width: 640px) {
.cta-container .fusion-imageframe img {
width: 100% !important;
}
}
@media (max-width: 540px) {
.cta-container .flex-button {
flex-direction: column !important;
display: flex;
}
.cta-container .flex-button a {
margin-bottom: 15px !important;
}
.cta-container .flex-button a:last-child {
margin-bottom: 0 !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: #003d48;
position: relative;
transition: all .3s ease-in-out;
}
.cta-fixed .cta-tabs a:first-child {
animation-delay: .4s;
}
.cta-fixed .cta-tabs a:first-child:after {
content: '03 236 03 76';
font-size: 14px !important;
}
.cta-fixed .cta-tabs a:last-child {
background: #003d48;
animation-delay: .8s;
}
.cta-fixed .cta-tabs a:last-child:after {
content: 'Schade aangeven';
font-size: 12px !important;
}
.cta-fixed .cta-tabs a:after {
content: '';
font-size: 10px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
padding: 0 20px;
height: 60px;
line-height: 60px;
border-radius: 0;
margin: 0;
bottom: 0;
box-shadow: 0 2px 24px -2px rgba(0, 0, 0, 0.14);
right: 100%;
position: absolute;
-webkit-transform: translateZ(0);
transform: translateZ(0);
visibility: hidden;
opacity: 0;
z-index: 1000000;
pointer-events: none;
transition-delay: 0ms;
background: #191e2d;
color: #fff;
}
.cta-fixed .cta-tabs a:hover {
-webkit-transform: translateX(-8px);
-ms-transform: translateX(-8px);
transform: translateX(-8px);
color: #ffffff;
}
.cta-fixed .cta-tabs a:hover:after {
-webkit-transform: none;
-ms-transform: none;
transform: none;
visibility: visible;
opacity: 1;
-webkit-transition-delay: .1s;
width: 180px;
transition-delay: .1s;
}
.cta-fixed .cta-tabs a img {
height: 30px;
width: 30px;
object-fit: contain;
}
.grecaptcha-badge {
visibility: hidden;
}
body {
-webkit-font-smoothing: antialiased !important;
font-family: "Ubuntu", sans-serif !important;
font-size: 20px !important;
font-weight: 300 !important;
}
p {
-webkit-font-smoothing: antialiased !important;
font-family: "Ubuntu", sans-serif !important;
font-size: 20px !important;
font-weight: 300 !important;
}
a {
font-family: "Ubuntu", sans-serif !important;
transition: all .4s ease-in-out;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
}
a.classic-link:hover {
color: #9ac768 !important;
}
a:hover {
text-decoration: none !important;
}
a.fusion-button {
padding: 12px 36px !important;
background: #003d48 !important;
color: #ffffff !important;
font-weight: 300 !important;
position: relative;
z-index: 1;
border-radius: 0 !important;
text-transform: none !important;
font-size: 24px !important;
}
a.fusion-button:hover:before {
top: 0;
}
a.fusion-button:hover:after {
width: 60px;
}
a.fusion-button:before {
content: '';
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 100%;
background: #9ac768;
z-index: -1;
transition: all 0.3s ease-in-out;
}
a.fusion-button:after {
content: '';
position: absolute;
left: 50%;
width: 0;
transform: translateX(-50%);
height: 2px;
bottom: 0;
background: #003d48;
transition: all 0.3s ease-in-out;
transition-delay: 0.3s;
}
a.fusion-button.green-button {
background: #9ac768 !important;
}
a.fusion-button.green-button:before {
background: #003d48 !important;
}
a.fusion-button.green-button:after {
background: #9ac768 !important;
}
.btn-main,
.wpcf7-submit {
padding: 12px 36px !important;
background: #003d48 !important;
color: #ffffff !important;
font-weight: 300 !important;
position: relative;
z-index: 1;
border: 0 !important;
cursor: pointer !important;
font-family: "Ubuntu", sans-serif !important;
text-transform: none !important;
font-size: 24px !important;
line-height: 24px !important;
border-radius: 0 !important;
}
.btn-main:hover:before,
.wpcf7-submit:hover:before {
top: 0;
}
.btn-main:hover:after,
.wpcf7-submit:hover:after {
width: 60px;
}
.btn-main:before,
.wpcf7-submit:before {
content: '';
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 100%;
background: #9ac768;
z-index: -1;
transition: all 0.3s ease-in-out;
}
.btn-main:after,
.wpcf7-submit:after {
content: '';
position: absolute;
left: 50%;
width: 0;
transform: translateX(-50%);
height: 2px;
bottom: 0;
background: #003d48;
transition: all 0.3s ease-in-out;
transition-delay: 0.3s;
}
h1 {
font-family: "Ubuntu", sans-serif !important;
color: #ffffff !important;
font-size: 38px !important;
font-weight: 300 !important;
}
h1 p {
font-family: "Ubuntu", sans-serif !important;
color: #ffffff !important;
font-size: 38px !important;
font-weight: 300 !important;
}
h2 {
font-family: "Ubuntu", sans-serif !important;
color: #003d48 !important;
font-size: 36px !important;
font-weight: 300 !important;
margin-bottom: 27px !important;
}
h3 {
font-family: "Ubuntu", sans-serif !important;
color: #9ac768 !important;
font-size: 26px !important;
font-weight: 500 !important;
margin-top: 0 !important;
margin-bottom: 0 !important;
}
h4 {
font-family: "Ubuntu", sans-serif !important;
color: #003d48 !important;
font-size: 22px !important;
font-weight: 500 !important;
margin-top: 0 !important;
margin-bottom: 0 !important;
}
i {
font-family: 'Font Awesome 5 Pro' !important;
font-style: normal !important;
}
#main {
padding-bottom: 0 !important;
padding-top: 0 !important;
}
.title-sep-container {
display: none !important;
}
.fusion-body .fusion-title.title {
margin-bottom: 0 !important;
display: block !important;
}
@media (max-width: 1024px) {
.fusion-body .fusion-title.title {
margin-bottom: 0 !important;
}
}
@media (max-width: 1024px) {
.flex-reverse .fusion-builder-row {
flex-direction: column-reverse !important;
}
}
@media (min-width: 1025px) {
.absolut-image-m {
position: absolute !important;
bottom: 0;
}
}
.absolut-image-m img {
width: 90% !important;
}
@media (min-width: 1025px) {
.absolut-image {
position: absolute !important;
bottom: -90px;
}
}
.absolut-image img {
width: 90% !important;
}
.flex-col {
position: relative;
}
@media (min-width: 1025px) {
.flex-col {
display: flex !important;
height: 100% !important;
}
}
@media (max-width: 640px) {
#wrapper {
overflow: hidden !important;
}
}
#documentcenter .documentcenter_searchitem {
margin-bottom: 30px;
}
#documentcenter label {
color: #2b3638 !important;
font-family: "Ubuntu", sans-serif !important;
font-size: 24px;
display: block;
font-weight: 700;
}
#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 .btn-main {
margin-bottom: 15px !important;
}
#documentcenter .btn-main:focus {
outline: none !important;
}
#documentcenter #nrresults {
color: #9ac768 !important;
padding: 0;
display: inline-block;
}
#documentcenter #results {
margin-top: 30px;
}
#documentcenter #results ul {
list-style: none;
padding: 0 !important;
}
#documentcenter #results ul li a {
color: #2b3638 !important;
}
#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: #003d48;
}
#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 {
position: relative;
padding: 90px 0 0;
background: #9ac768;
}
.custom-footer .fusion-row {
max-width: 1300px !important;
}
@media (max-width: 1360px) {
.custom-footer .fusion-row {
padding-left: 30px !important;
padding-right: 30px !important;
}
}
.custom-footer .gmap {
position: absolute;
width: 40%;
right: 0;
top: 0;
height: 100%;
filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}
.custom-footer .gmap iframe {
width: 100% !important;
height: 100% !important;
}
@media (max-width: 1200px) {
.custom-footer .gmap {
width: 100%;
position: relative;
height: 300px;
}
}
.custom-footer .footer-col {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
@media (min-width: 768px) {
.custom-footer .footer-col {
margin-left: -15px !important;
margin-right: -15px !important;
}
}
@media (max-width: 767px) {
.custom-footer .footer-col {
padding-left: 0 !important;
padding-right: 0 !important;
}
}
@media (max-width: 1200px) {
.custom-footer .footer-col.mobile-col {
width: 100% !important;
max-width: 100% !important;
flex: 0 0 100% !important;
}
}
.custom-footer .footer-col .opening-section {
display: flex;
flex-direction: column;
}
@media (max-width: 767px) {
.custom-footer .footer-col .opening-section {
margin-bottom: 30px !important;
padding-right: 0 !important;
padding-left: 0 !important;
}
}
.custom-footer .footer-col .footer-content {
display: flex;
flex-wrap: wrap;
align-content: space-between;
}
@media (max-width: 1200px) {
.custom-footer .footer-col .footer-content {
flex-direction: column;
justify-content: space-between;
}
}
.custom-footer .footer-col .footer-content .contacts a {
font-weight: 500 !important;
color: #003d48 !important;
position: relative;
z-index: 1;
}
.custom-footer .footer-col .footer-content .contacts a:before {
content: '';
height: 2px;
background: #003d48;
width: 0;
position: absolute;
right: 0;
bottom: 0;
transition: all .4s ease-in-out;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
font-size: 16px !important;
}
.custom-footer .footer-col .footer-content .contacts a:hover:before {
width: 100% !important;
left: 0;
right: auto;
}
.custom-footer .footer-col .footer-content .info p {
margin-bottom: 0 !important;
font-size: 18px !important;
color: #ffffff !important;
}
.custom-footer .footer-col .socials {
display: flex;
justify-content: space-around;
align-items: center;
margin-top: 60px !important;
margin-bottom: 30px !important;
}
@media (max-width: 767px) {
.custom-footer .footer-col .socials {
justify-content: flex-start !important;
flex-direction: column !important;
align-items: flex-start !important;
margin-top: 30px !important;
}
}
.custom-footer .footer-col .socials ul {
list-style: none;
margin: 0 !important;
padding: 0 !important;
display: flex;
margin-right: 45px !important;
}
@media (max-width: 767px) {
.custom-footer .footer-col .socials ul {
margin-bottom: 15px !important;
}
}
.custom-footer .footer-col .socials ul li {
padding-right: 10px;
}
.custom-footer .footer-col .socials ul li:last-child {
padding-right: 0;
}
.custom-footer .footer-col .socials ul li a img {
width: 30px !important;
height: 30px !important;
object-fit: contain;
transition: all .4s ease-in-out;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
}
.custom-footer .footer-col .socials ul li a:hover img {
transform: translateY(-5px);
}
.custom-footer .footer-col .socials .footer-image {
max-width: 150px !important;
}
.custom-footer .footer-col .footer-menu ul {
list-style: none;
margin: 0 !important;
padding: 0 !important;
display: flex;
}
.custom-footer .footer-col .footer-menu ul li:after {
content: '|';
padding: 0 5px;
color: #ffffff;
display: inline-block;
}
.custom-footer .footer-col .footer-menu ul li a {
color: #ffffff !important;
position: relative;
font-size: 16px !important;
}
.custom-footer .footer-col .footer-menu ul li a:before {
content: '';
height: 1px;
background: #ffffff;
width: 0;
position: absolute;
right: 0;
bottom: 0;
transition: all .4s ease-in-out;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
font-size: 16px !important;
}
.custom-footer .footer-col .footer-menu ul li a:hover:before {
width: 100% !important;
left: 0;
right: auto;
}
.custom-footer .footer-col .footer-menu ul li:last-child:after {
display: none !important;
}
.custom-footer .footer-col.custom-col {
margin-right: 0 !important;
margin-left: 0 !important;
}
@media (max-width: 767px) {
.custom-footer .footer-col.custom-col {
flex-direction: column !important;
}
}
.custom-footer .footer-col.last-col {
background: #003d48 !important;
padding: 60px;
margin-top: 60px;
margin-left: -30px !important;
margin-right: -30px !important;
}
@media (min-width: 1201px) and (max-width: 1500px) {
.custom-footer .footer-col.last-col {
justify-content: flex-start;
}
}
@media (max-width: 1200px) {
.custom-footer .footer-col.last-col {
justify-content: center;
}
}
@media (max-width: 767px) {
.custom-footer .footer-col.last-col {
margin-right: 0 !important;
margin-left: 0 !important;
}
.custom-footer .footer-col.last-col:before {
content: '';
background: #003d48;
height: 100%;
width: 100%;
position: absolute;
top: 0;
right: 100%;
}
}
.custom-footer .footer-col.last-col:after {
content: '';
background: #003d48;
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 100%;
}
.custom-footer .footer-col.last-col .address-content:hover .icon {
transform: rotateY(360deg);
}
.custom-footer .footer-col.last-col .address-content a {
display: flex;
justify-content: space-evenly;
position: relative;
align-items: center;
color: #ffffff !important;
font-size: 22px !important;
}
.custom-footer .footer-col.last-col .address-content .icon {
max-width: 30px !important;
margin-right: 15px;
transition: all .4s ease-in-out;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
}
.wpcf7-form {
width: 100%;
position: relative;
}
.wpcf7-form .close {
display: none !important;
}
.contact-form {
position: relative;
}
.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: 20px !important;
}
.contact-form .form-row .wpcf7-form-control {
padding: 20px;
}
.contact-form .form-row .wpcf7-form-control.wpcf7-select {
padding-bottom: 0 !important;
padding-top: 0 !important;
height: 29px !important;
}
.contact-form .wpcf7-acceptance .wpcf7-list-item {
margin-left: 0 !important;
}
.contact-form .wpcf7-acceptance label {
display: flex !important;
align-items: center !important;
}
.contact-form .wpcf7-acceptance label .wpcf7-list-item-label {
margin-left: 10px !important;
color: #2b3638 !important;
font-size: 14px !important;
}
.contact-form .wpcf7-acceptance label .wpcf7-list-item-label a {
font-size: 14px !important;
color: #2b3638 !important;
}
.contact-form .wpcf7-acceptance label .wpcf7-list-item-label a:hover {
color: #9ac768 !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: "Ubuntu", sans-serif !important;
position: absolute !important;
right: 0;
bottom: 0;
margin-bottom: 0 !important;
color: #9ac768 !important;
}
@media (max-width: 500px) {
.wpcf7-mail-sent-ok,
.fusion-success {
position: relative !important;
right: auto;
bottom: auto;
text-align: left !important;
}
}
header {
padding-top: 30px !important;
padding-bottom: 30px !important;
}
header .fusion-header .header-row {
display: flex;
}
@media (max-width: 860px) {
header .fusion-header .header-row {
align-items: center;
}
}
header .fusion-header .header-row .logo-section .fusion-logo {
margin: 0 !important;
}
header .fusion-header .header-row .logo-section .fusion-logo img {
max-width: 350px !important;
}
@media (max-width: 500px) {
header .fusion-header .header-row .logo-section .fusion-logo img {
max-width: 250px !important;
}
}
header .fusion-header .header-row .menu-area {
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
align-content: space-between;
}
@media (max-width: 1125px) {
header .fusion-header .header-row .menu-area {
flex-direction: column;
align-content: normal;
justify-content: space-between;
}
}
@media (max-width: 860px) {
header .fusion-header .header-row .menu-area .top-menu {
display: none !important;
}
}
header .fusion-header .header-row .menu-area .top-menu ul {
display: flex;
justify-content: flex-end;
margin: 0 !important;
padding: 0 !important;
list-style: none;
}
header .fusion-header .header-row .menu-area .top-menu ul li {
padding-right: 25px;
}
@media (min-width: 900px) {
header .fusion-header .header-row .menu-area .top-menu ul li {
padding-right: 35px !important;
}
}
header .fusion-header .header-row .menu-area .top-menu ul li:last-child {
padding-right: 0 !important;
}
header .fusion-header .header-row .menu-area .top-menu ul li:last-child a {
color: #9ac768 !important;
}
header .fusion-header .header-row .menu-area .top-menu ul li:last-child a:before {
background: #9ac768 !important;
}
header .fusion-header .header-row .menu-area .top-menu ul li a {
color: #88a8ad !important;
font-weight: 300 !important;
position: relative;
}
header .fusion-header .header-row .menu-area .top-menu ul li a:before {
content: '';
height: 1px;
background: #88a8ad;
width: 0;
position: absolute;
right: 0;
bottom: 0;
transition: all .4s ease-in-out;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
}
header .fusion-header .header-row .menu-area .top-menu ul li a:hover:before {
width: 100% !important;
left: 0;
right: auto;
}
header .fusion-header .header-row .menu-area .menu-section .fusion-main-menu ul li a {
height: 40px !important;
font-weight: 500 !important;
font-size: 20px !important;
border: 0 !important;
}
header .fusion-header .header-row .menu-area .menu-section .fusion-main-menu ul li a:hover {
color: #9ac768 !important;
}
header .fusion-header .header-row .menu-area .menu-section .fusion-main-menu ul li.menu-item-has-children a:after {
content: '';
background: url(//groepvandevijver.be/wp-content/themes/Avada-Child/assets/images/icons/check.png) no-repeat;
background-size: contain;
width: 15px;
height: 15px;
display: inline-block;
margin-left: 7px;
}
header .fusion-header .header-row .menu-area .menu-section .fusion-main-menu ul li:last-child a {
color: #9ac768 !important;
}
header .fusion-header .header-row .menu-area .menu-section .fusion-main-menu ul li .sub-menu {
box-shadow: none;
border: 0 !important;
z-index: 10;
padding-top: 30px !important;
}
header .fusion-header .header-row .menu-area .menu-section .fusion-main-menu ul li .sub-menu li:last-child a {
color: #003d48 !important;
}
header .fusion-header .header-row .menu-area .menu-section .fusion-main-menu ul li .sub-menu li a {
border: 0 !important;
height: auto !important;
padding-bottom: 15px !important;
padding-top: 15px !important;
position: relative;
z-index: 1;
font-size: 15px !important;
font-weight: 300 !important;
}
header .fusion-header .header-row .menu-area .menu-section .fusion-main-menu ul li .sub-menu li a:after {
display: none !important;
}
header .fusion-header .header-row .menu-area .menu-section .fusion-main-menu ul li .sub-menu li a:before {
content: '';
height: 100%;
width: 0;
background: #003d48;
position: absolute;
left: 0;
top: 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-area .menu-section .fusion-main-menu ul li .sub-menu li a:hover {
color: #ffffff !important;
}
header .fusion-header .header-row .menu-area .menu-section .fusion-main-menu ul li .sub-menu li a:hover:before {
width: 100% !important;
}
.custom-slider {
position: relative;
}
.custom-slider .swiper-wrapper {
padding: 30px 0 !important;
}
.custom-slider .swiper-slide .insurance-content {
padding: 30px !important;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
height: 200px !important;
background: #ffffff !important;
cursor: pointer;
}
.custom-slider .swiper-slide .insurance-content .icon {
text-align: center;
margin-bottom: 27px !important;
}
.custom-slider .swiper-slide .insurance-content .icon img {
width: 60px !important;
height: 60px !important;
object-fit: contain;
}
.custom-slider .swiper-slide .insurance-content h2 {
font-weight: 300 !important;
margin-bottom: 0 !important;
font-size: 18px !important;
text-align: center !important;
}
@media (max-width: 1360px) {
.custom-slider .pag-buttons {
display: flex;
flex-direction: row-reverse;
}
}
.custom-slider .pag-buttons .nav-control {
background-size: contain;
top: calc(50% + 30px);
transform: translateY(-50%);
}
@media (max-width: 1360px) {
.custom-slider .pag-buttons .nav-control {
position: relative;
transform: none;
top: auto;
}
}
.custom-slider .pag-buttons .swiper-button-prev {
left: -60px;
}
@media (max-width: 1360px) {
.custom-slider .pag-buttons .swiper-button-prev {
left: auto;
margin-right: 15px;
}
}
.custom-slider .pag-buttons .swiper-button-prev:after {
content: '';
background: url(//groepvandevijver.be/wp-content/themes/Avada-Child/assets/images/icons/slider_prev.png) no-repeat;
width: 40px;
height: 40px;
background-size: contain !important;
}
.custom-slider .pag-buttons .swiper-button-next {
right: -60px;
}
@media (max-width: 1360px) {
.custom-slider .pag-buttons .swiper-button-next {
right: auto;
}
}
.custom-slider .pag-buttons .swiper-button-next:after {
content: '';
background: url(//groepvandevijver.be/wp-content/themes/Avada-Child/assets/images/icons/slider_next.png) no-repeat;
width: 40px;
height: 40px;
background-size: contain !important;
}
.insurance {
padding-top: 90px !important;
padding-bottom: 70px !important;
}
.insurance:nth-of-type(even) {
background: #f3f5f5 !important;
}
.insurance h3 {
margin-bottom: 33px !important;
color: #003d48 !important;
}
.page-template-legal_info .fusion-fullwidth {
padding-left: 0 !important;
padding-right: 0 !important;
}
.page-template-legal_info .legal-page-content {
padding: 120px 0 100px;
overflow: hidden;
}
@media (max-width: 1200px) {
.page-template-legal_info .legal-page-content .grid-fix {
width: 100% !important;
max-width: 100% !important;
}
}
.page-template-legal_info .legal-page-content .legal-menu ul {
padding: 0 !important;
margin: 0 !important;
list-style: none;
}
@media (max-width: 1200px) {
.page-template-legal_info .legal-page-content .legal-menu ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-bottom: 60px !important;
}
}
@media (max-width: 767px) {
.page-template-legal_info .legal-page-content .legal-menu ul {
flex-direction: column !important;
}
}
.page-template-legal_info .legal-page-content .legal-menu ul li {
padding: 15px 0;
}
.page-template-legal_info .legal-page-content .legal-menu ul li a {
font-weight: 500 !important;
text-transform: uppercase;
position: relative;
}
.page-template-legal_info .legal-page-content .legal-menu ul li a.active {
color: #9ac768 !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: #003d48 !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: #003d48 !important;
}
.fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-flyout-menu-toggle:hover .fusion-text-outline {
background: #9ac768 !important;
}
.fusion-flyout-menu {
margin-top: 0 !important;
height: 100vh !important;
animation-delay: 1s !important;
}
.fusion-flyout-menu .fusion-menu {
display: flex !important;
flex-direction: column;
opacity: 0 !important;
padding: 0 !important;
height: 100vh !important;
align-items: center !important;
justify-content: center !important;
}
.fusion-flyout-menu .fusion-menu.fly {
opacity: 1 !important;
transition: all 1.8s ease-in-out !important;
}
.fusion-flyout-menu .fusion-menu li {
padding: 14px !important;
}
.fusion-flyout-menu .fusion-menu li a {
color: #ffffff !important;
font-size: 22px !important;
display: inline-flex !important;
align-items: center !important;
z-index: 9 !important;
padding: 0 !important;
text-transform: uppercase;
font-weight: 500 !important;
width: 100%;
justify-content: center;
}
.fusion-flyout-menu .fusion-menu li a:hover {
color: #003d48 !important;
}
.fusion-flyout-menu .fusion-menu li .custom-caret {
position: absolute;
right: 0;
top: 50%;
width: 32px;
height: 32px;
transform: translateY(-50%);
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: flex;
align-items: center;
justify-content: center;
}
.fusion-flyout-menu .fusion-menu li .custom-caret.rotate {
transform: rotate(90deg);
background: #9ac768;
}
.fusion-flyout-menu .fusion-menu li .sub-menu {
border: 0 !important;
height: 0 !important;
transition: all .3s ease-in-out 0s;
padding: 0 !important;
opacity: 0 !important;
display: flex !important;
flex-direction: column !important;
}
.fusion-flyout-menu .fusion-menu li .sub-menu.open {
padding-top: 14px !important;
display: flex !important;
height: auto !important;
opacity: 1 !important;
}
.fusion-flyout-menu .fusion-menu li .sub-menu li a {
font-size: 14px !important;
text-transform: none !important;
}
.fusion-flyout-menu .fusion-menu li .sub-menu li a .custom-caret {
display: none !important;
}
.fusion-flyout-menu .fusion-menu li .sub-menu li.current-menu-item a {
background: transparent !important;
}
.change .fusion-flyout-menu-toggle .fusion-toggle-icon-line {
background: #ffffff !important;
}
.fusion-flyout-menu-bg {
position: fixed !important;
right: 0 !important;
top: 0 !important;
width: 100% !important;
height: 100% !important;
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: 0.95 !important;
visibility: visible !important;
-webkit-transition: all 0.7s ease !important;
-moz-transition: all 0.7s ease !important;
-ms-transition: all 0.7s ease !important;
-o-transition: all 0.7s ease !important;
transition: all 0.7s ease !important;
-webkit-transform: translateY(0%) !important;
-ms-transform: translateY(0%) !important;
transform: translateY(0%) !important;
}
.menu-cover-title {
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
position: absolute;
top: 50%;
font-size: 20vw;
font-weight: 600;
line-height: 1.15;
color: #ffffff;
opacity: 0.2;
z-index: -1;
}
.mob-item {
display: none !important;
}
@media (max-width: 992px) {
.mob-item {
display: block !important;
}
}
.mob-menu-item {
display: none !important;
}
@media (max-width: 1125px) {
.mob-menu-item {
display: block !important;
}
}
.custom_modal {
position: fixed;
top: 0;
left: 0;
z-index: 999999;
display: none;
width: 100%;
height: 100%;
overflow: hidden;
outline: 0;
background: rgba(0, 0, 0, 0.8);
align-items: center;
justify-content: center;
}
.custom_modal.open {
overflow-x: hidden;
overflow-y: auto;
display: flex;
}
.custom_modal .modal-content {
width: auto;
margin-top: -150px;
opacity: 0;
transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
margin: 0 15px;
}
.custom_modal .modal-content .modal-body {
position: relative;
background: #ffffff;
padding: 60px 30px;
}
.custom_modal .modal-content .modal-body h2 {
font-size: 24px !important;
position: relative;
padding-bottom: 15px !important;
margin-bottom: 15px !important;
}
.custom_modal .modal-content .modal-body h2:after {
content: "";
position: absolute;
height: 1px;
width: 50%;
left: 50%;
background: #9ac768;
transform: translateX(-50%);
bottom: 0;
}
.custom_modal .modal-content .modal-body p {
margin-bottom: 15px !important;
}
.custom_modal .modal-content .modal-body p a {
color: #9ac768;
}
.custom_modal .modal-content .modal-body p a:hover {
text-decoration: none !important;
color: #2b3638;
}
.custom_modal .modal-content .modal-body p.m-0 {
margin: 0 !important;
}
.custom_modal .modal-content .modal-body .image {
margin-top: 30px;
display: flex;
justify-content: center;
}
.custom_modal .modal-content .modal-body .image img {
max-width: 250px !important;
}
.fade {
transition: opacity .15s linear;
}
.close-wrapper {
position: absolute;
right: 24px;
top: 16px;
width: 16px;
height: 16px;
cursor: pointer;
}
.close-wrapper .close {
opacity: 1 !important;
}
.close-wrapper .close:before, .close-wrapper .close:after {
position: absolute;
left: 15px;
content: ' ';
height: 16px;
width: 2px;
background-color: #9ac768;
opacity: 1;
}
.close-wrapper .close:before {
transform: rotate(45deg);
}
.close-wrapper .close:after {
transform: rotate(-45deg);
}
.news-row {
margin-left: -15px !important;
margin-right: -15px !important;
display: flex;
}
.news-row .latest-news-item {
margin-bottom: 30px !important;
display: flex;
}
.news-row .latest-news-item .card {
background: #ffffff !important;
box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05) !important;
transition: all .4s ease-in-out;
cursor: pointer !important;
display: flex;
height: 100%;
}
.news-row .latest-news-item .card:hover {
box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.22) !important;
}
.news-row .latest-news-item .card .card-img-top .title {
padding: 30px 30px 0;
}
.news-row .latest-news-item .card .card-img-top img {
width: 100% !important;
height: 315px !important;
object-fit: cover !important;
}
.news-row .latest-news-item .card .card-block {
padding: 0 30px 15px;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.news-row .latest-news-item .card .card-footer {
background: transparent !important;
padding: 30px 30px;
border: 0 !important;
}
.news-row .latest-news-item .card .card-footer .fusion-button {
font-size: 16px !important;
}
.openings .working-day {
position: relative;
text-transform: lowercase;
color: #ffffff !important;
font-size: 16px !important;
display: table;
width: 100%;
line-height: 1 !important;
}
.openings .working-day .day {
font-weight: 500;
width: 20%;
float: left;
}
.openings .working-day .day_vm {
width: 80%;
}
.openings .working-day .day_vm p {
color: #ffffff !important;
font-size: 18px !important;
float: left;
line-height: 1 !important;
}
.openings .working-day .day_vm p:first-child {
padding-right: 25px;
}
.free-text p {
margin-bottom: 0 !important;
color: #ffffff !important;
font-size: 18px !important;
}
.page-contact #content .contact-form {
margin-top: 30px !important;
}
.page-contact #content .openings {
max-width: 60% !important;
margin-top: 30px;
}
@media (max-width: 640px) {
.page-contact #content .openings {
max-width: 100% !important;
margin-bottom: 30px;
}
}
.page-contact #content .openings .working-day {
color: #2b3638 !important;
padding: 15px !important;
}
@media (max-width: 500px) {
.page-contact #content .openings .working-day {
display: flex !important;
flex-direction: column !important;
align-items: flex-start !important;
}
}
.page-contact #content .openings .working-day:nth-of-type(odd) {
background: #003d48 !important;
color: #ffffff !important;
display: flex;
align-items: center;
}
.page-contact #content .openings .working-day:nth-of-type(odd) p {
color: #ffffff !important;
}
.page-contact #content .openings .working-day .day {
margin-right: 45px;
}
@media (max-width: 500px) {
.page-contact #content .openings .working-day .day {
margin-right: 0;
margin-bottom: 10px;
}
}
.page-contact #content .openings .working-day .day_vm {
width: 60% !important;
display: flex;
align-items: center;
}
.page-contact #content .openings .working-day .day_vm p {
margin-bottom: 0 !important;
}
.page-contact #content .openings p {
color: #2b3638 !important;
}
.insupartners {
display: flex;
flex-wrap: wrap;
}
.insupartners .partner {
margin-bottom: 30px !important;
}
@media (max-width: 575px) {
.insupartners .partner {
width: 50% !important;
max-width: 50% !important;
flex: 0 0 50% !important;
}
}
.insupartners .partner .logo {
display: flex;
align-items: center;
justify-content: center;
}
.insupartners .partner .logo a {
text-align: center !important;
}
.insupartners .partner .logo a img {
height: 90px !important;
object-fit: contain !important;
}
.single #main {
padding-left: 0 !important;
padding-right: 0 !important;
padding-bottom: 90px !important;
}
@media (max-width: 640px) {
.single #main {
padding-bottom: 60px !important;
}
}
.single #main .fusion-button {
margin-top: 40px !important;
font-size: 18px !important;
}
@media (max-width: 1360px) {
.single .single-row {
padding-left: 30px !important;
padding-right: 30px !important;
}
}
.single .slider-container.custom-height {
height: 40vh !important;
background-size: cover !important;
background-position: center center !important;
margin-bottom: 90px !important;
}
@media (max-width: 640px) {
.single .slider-container.custom-height {
margin-bottom: 60px !important;
}
}
.single .slider-container.custom-height .fusion-row {
display: flex;
align-items: center;
height: 100% !important;
}
@media (max-width: 1360px) {
.single .slider-container.custom-height .fusion-row {
padding-left: 30px !important;
padding-right: 30px !important;
}
}
.slider-container {
height: 75vh !important;
background-position: center 62% !important;
}
.slider-container.custom-height {
height: 15vh !important;
}
@media (max-width: 1024px) {
.slider-container.custom-height .fusion-column-wrapper .fusion-title {
padding-left: 0 !important;
padding-right: 0 !important;
}
}
@media (max-width: 1024px) {
.slider-container.custom-height .fusion-column-wrapper .fusion-title h1 {
color: #ffffff !important;
}
}
@media (max-width: 500px) {
.slider-container.custom-height .fusion-column-wrapper .fusion-title h1 {
font-size: 28px !important;
}
}
@media (max-width: 1024px) {
.slider-container.custom-height .fusion-column-wrapper .fusion-title h1 p {
color: #ffffff !important;
}
}
@media (max-width: 500px) {
.slider-container.custom-height .fusion-column-wrapper .fusion-title h1 p {
font-size: 28px !important;
}
}
.slider-container .fusion-column-wrapper {
position: absolute;
top: 20%;
}
@media (max-width: 1024px) {
.slider-container .fusion-column-wrapper {
position: relative;
top: auto;
}
}
@media (max-width: 1024px) {
.slider-container .fusion-column-wrapper .fusion-title {
z-index: 2;
padding-left: 30px !important;
padding-right: 30px !important;
}
}
.slider-container .fusion-column-wrapper h1 {
font-size: 58px !important;
}
@media (max-width: 1200px) {
.slider-container .fusion-column-wrapper h1 {
font-size: 52px !important;
}
}
@media (max-width: 1024px) {
.slider-container .fusion-column-wrapper h1 {
color: #003d48 !important;
}
}
.slider-container .fusion-column-wrapper h1 p {
font-size: 58px !important;
line-height: 1.1 !important;
}
@media (max-width: 1200px) {
.slider-container .fusion-column-wrapper h1 p {
font-size: 52px !important;
}
}
@media (max-width: 1024px) {
.slider-container .fusion-column-wrapper h1 p {
color: #003d48 !important;
}
}
@media (max-width: 1024px) {
.slider-container .fusion-column-wrapper h1 {
z-index: 20 !important;
}
}
@media (max-width: 1024px) {
.slider-container .fusion-column-wrapper .fusion-text {
z-index: 2;
padding-left: 30px !important;
padding-right: 30px !important;
}
}
.slider-container .fusion-column-wrapper .fusion-text a {
font-size: 20px !important;
margin-top: 35px !important;
display: table !important;
}
@media (max-width: 1024px) {
.home .slider-container,
.page-ons-team .slider-container,
.page-id-13 .slider-container {
background: none !important;
padding-right: 0 !important;
padding-left: 0 !important;
height: auto !important;
}
.home .slider-container .h-100,
.page-ons-team .slider-container .h-100,
.page-id-13 .slider-container .h-100 {
height: auto !important;
}
.home .slider-container .slider-image img,
.page-ons-team .slider-container .slider-image img,
.page-id-13 .slider-container .slider-image img {
width: 100% !important;
}
}
.story {
margin-bottom: 90px !important;
}
.story:last-child .image-column:before {
display: none !important;
}
.story .image-column {
position: relative;
}
.story .image-column img {
width: 60% !important;
}
@media (max-width: 767px) {
.story .image-column img {
width: 100% !important;
margin-bottom: 30px !important;
}
}
.story .image-column:before {
content: '';
height: 100%;
width: 1px;
background: #9ac768;
position: absolute;
right: 25px;
top: calc(100% + 35px);
transform: translateY(-50%);
}
@media (max-width: 767px) {
.story .image-column:before {
display: none;
}
}
.story .image-column:after {
content: '';
background: url(//groepvandevijver.be/wp-content/themes/Avada-Child/assets/images/icons/check_big.png) no-repeat;
width: 50px;
height: 50px;
background-size: contain;
position: absolute;
top: 50%;
right: 0;
transform: translateY(-50%);
}
@media (max-width: 569px) {
.story .image-column:after {
top: calc(100% + 30px);
}
}
@media (min-width: 1025px) {
.story .text-column .fusion-column-wrapper {
padding: 0 90px !important;
}
}
.story .text-column .fusion-column-wrapper .fusion-text strong .green {
color: #9ac768 !important;
}
.fusion-text.arrow-link a {
color: #003d48 !important;
font-weight: 500 !important;
margin-top: 10px !important;
display: table;
}
.fusion-text.arrow-link a:before {
content: '';
background: url(//groepvandevijver.be/wp-content/themes/Avada-Child/assets/images/icons/arrow_link.png) no-repeat;
width: 15px;
height: 15px;
background-size: contain;
display: inline-block;
margin-right: 7px;
transition: all .4s ease-in-out;
}
.fusion-text.arrow-link a:hover:before {
transform: rotate(360deg);
}
.fusion-text ol {
padding-left: 30px !important;
list-style-type: decimal-leading-zero;
}
.fusion-text ol li {
padding-left: 30px !important;
padding-bottom: 30px !important;
}
.fusion-text ol li::marker {
font-weight: 500 !important;
}
.fusion-text ol li:last-child {
padding-bottom: 0 !important;
}
.accordian .fusion-panel {
box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05) !important;
border-bottom: 0 !important;
margin-bottom: 15px !important;
background: #ffffff !important;
}
.accordian .fusion-panel .panel-heading {
min-height: 104px !important;
display: flex;
flex-direction: column;
justify-content: center;
}
.accordian .fusion-panel .panel-heading h4:hover:after {
transform: rotate(360deg);
}
.accordian .fusion-panel .panel-heading h4:after {
content: '';
background: url(//groepvandevijver.be/wp-content/themes/Avada-Child/assets/images/icons/toggle.png) no-repeat;
width: 15px;
height: 15px;
background-size: contain;
position: absolute;
right: 25px;
display: inline-block;
top: 50%;
transform: translateY(-50%);
transition: all .4s ease-in-out;
}
.accordian .fusion-panel .panel-heading h4 a {
padding: 20px 55px 20px 25px !important;
font-size: 20px !important;
line-height: 1.6 !important;
}
.accordian .fusion-panel .panel-heading h4 a:hover {
color: #2b3638 !important;
}
.accordian .fusion-panel .panel-heading h4 a .fusion-toggle-icon-wrapper {
display: none !important;
}
.accordian .fusion-panel .panel-heading h4 a .fusion-toggle-heading {
margin-left: 0 !important;
}
.accordian .fusion-panel .panel-body {
padding: 10px 25px !important;
}
.accordian .fusion-panel .panel-body ol {
padding-left: 30px !important;
list-style-type: decimal-leading-zero;
}
.accordian .fusion-panel .panel-body ol li {
font-size: 20px !important;
padding-left: 30px !important;
padding-bottom: 10px !important;
}
@media (max-width: 1024px) {
.usps .fusion-layout-column {
width: 50% !important;
max-width: 50% !important;
flex: 0 0 50% !important;
margin-bottom: 60px !important;
}
}
@media (max-width: 767px) {
.usps .fusion-layout-column {
width: 100% !important;
max-width: 100% !important;
flex: 0 0 100% !important;
margin-bottom: 60px !important;
}
}
@media (max-width: 767px) {
.usps .fusion-layout-column:last-child {
margin-bottom: 0 !important;
}
}
.usps .fusion-layout-column:hover .flip-title {
opacity: 1 !important;
}
.usps .fusion-layout-column:hover .flip-title h3 {
opacity: 1 !important;
}
.usps .fusion-layout-column:hover h3 {
opacity: 0 !important;
}
.usps h3 {
margin-bottom: 33px !important;
transition: all .3s ease-in-out;
}
.usps h3:before {
content: '';
background: url(//groepvandevijver.be/wp-content/themes/Avada-Child/assets/images/icons/check_big.png) no-repeat;
width: 30px !important;
height: 30px !important;
background-size: contain;
margin-right: 15px;
display: inline-block;
}
.usps .flip-title {
position: absolute;
top: 0;
opacity: 0;
transition: all .3s ease-in-out;
}
.nested-full-height .fusion-column-wrapper {
height: 100% !important;
}
.nested-full-height .fusion-column-wrapper .fusion-builder-row {
height: 100% !important;
justify-content: space-between !important;
}
.fusion-body .fusion-layout-column.green-column {
background: #9ac768 !important;
width: 48% !important;
transition: all .4s ease-in-out;
}
.fusion-body .fusion-layout-column.green-column:hover {
box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.22);
}
@media (max-width: 1024px) {
.fusion-body .fusion-layout-column.green-column {
height: 300px !important;
}
}
@media (max-width: 767px) {
.fusion-body .fusion-layout-column.green-column {
width: 100% !important;
margin-bottom: 30px !important;
}
}
.fusion-body .fusion-layout-column.green-column h3 {
color: #ffffff !important;
font-size: 28px !important;
}
.fusion-body .fusion-layout-column.green-column h3 p {
font-size: 28px !important;
}
.fusion-body .fusion-layout-column.blue-column {
background: #003d48 !important;
width: 48% !important;
transition: all .4s ease-in-out;
}
.fusion-body .fusion-layout-column.blue-column:hover {
box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.22);
}
@media (max-width: 1024px) {
.fusion-body .fusion-layout-column.blue-column {
height: 300px !important;
}
}
@media (max-width: 767px) {
.fusion-body .fusion-layout-column.blue-column {
width: 100% !important;
}
}
.fusion-body .fusion-layout-column.blue-column h3 {
color: #ffffff !important;
font-size: 28px !important;
}
.fusion-body .fusion-layout-column.blue-column h3 p {
font-size: 28px !important;
}