.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 #009fe3;
}
.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;
}#mfcf7_zl_multifilecontainer span.wpcf7-form-control-wrap {
padding: 6px 0px;
}
#mfcf7_zl_multifilecontainer .wpcf7-form-control-wrap a i {
font-size: 15px;
margin: 0px 5px;
} a.mfcf7_zl_delete_file {
box-shadow: none !important;
}
a#mfcf7_zl_add_file {
box-shadow: none !important;
}
div#mfcf7_zl_multifilecontainer p {
margin-bottom: 10px;
}
div#mfcf7_zl_multifilecontainer {
margin-top: 15px;
}
.zl-form-control-wrap input,
.zl-form-control-wrap .mfcf7_zl_delete_file {
display: none !important;
}.wp-caption-text,
.gallery-caption,
.bypostauthor {
}@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;700&display=swap");
#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;
} .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;
}
.autoschade {
height: 100% !important;
overflow: hidden;
max-height: 100% !important;
}
.autoschade .contact-form {
display: none;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
border: 1px solid #eaeaea !important;
padding: 54px 54px 54px !important;
}
.autoschade .contact-form h2 {
margin-bottom: 30px !important;
font-size: 24px !important;
}
.autoschade .contact-form .wpcf7-validates-as-required.red-border {
border: 1px solid red !important;
}
.autoschade .contact-form .form-row .contact-title {
color: #575656 !important;
}
.autoschade .contact-form input {
color: #777;
padding: 0 28px;
height: 48px !important;
border: 2px solid #ececec;
}
.autoschade .contact-form textarea {
color: #777;
padding: 14px 28px;
border: 2px solid #ececec;
}
.autoschade .contact-form i {
position: absolute;
top: 50%;
right: 14px;
color: #bebebe;
font-size: 20px;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.autoschade .contact-form .wpcf7-file,
.autoschade .contact-form .wpcf7-checkbox {
height: 30px !important;
width: auto !important;
line-height: normal !important;
color: #575656 !important;
padding: 0 !important;
margin-bottom: 0 !important;
border: 0 !important;
}
.autoschade .contact-form .wpcf7-file .wpcf7-list-item,
.autoschade .contact-form .wpcf7-checkbox .wpcf7-list-item {
margin-left: 0 !important;
}
.autoschade .contact-form .qbutton {
cursor: pointer !important;
}
.autoschade .contact-form .wpcf7-list-item-label {
color: #575656 !important;
}
.autoschade .contact-form .your-consent {
height: 23px !important;
}
.autoschade .contact-form .your-consent .wpcf7-list-item {
margin: 0 !important;
}
.autoschade .contact-form .your-consent .wpcf7-list-item label {
display: flex;
align-items: center;
font-size: 14px !important;
}
.autoschade .contact-form .your-consent .wpcf7-list-item label input {
margin-right: 5px;
}
.autoschade .contact-form .your-consent .wpcf7-list-item a {
font-size: 14px !important;
}
.autoschade .contact-form .your-consent .wpcf7-list-item a:hover {
color: #009fe3 !important;
}
.autoschade .contact-form.one {
display: block;
}
.autoschade .contact-form.three .back-button {
display: block !important;
width: 100%;
}
.autoschade .contact-form a.next {
display: flex;
align-items: center;
cursor: pointer;
float: right;
max-width: 50%;
}
.autoschade .contact-form a.next i {
margin-left: -5px;
opacity: 0;
transition: all 0.3s ease-in-out;
position: relative !important;
top: auto !important;
right: auto !important;
transform: none !important;
}
.autoschade .contact-form a.next:hover {
color: #009fe3 !important;
}
.autoschade .contact-form a.next:hover i {
margin-left: 10px;
opacity: 1;
color: #009fe3;
}
.autoschade .contact-form a.back {
display: flex;
align-items: center;
cursor: pointer;
float: left;
max-width: 50%;
}
.autoschade .contact-form a.back i {
margin-right: -5px;
opacity: 0;
transition: all 0.3s ease-in-out;
position: relative !important;
top: auto !important;
right: auto !important;
transform: none !important;
}
.autoschade .contact-form a.back:hover {
color: #009fe3 !important;
}
.autoschade .contact-form a.back:hover i {
margin-right: 10px;
opacity: 1;
color: #009fe3;
}
.page-contact .slider-container {
height: 35vh !important;
}
.page-contact .contact-form {
border: 1px solid #eaeaea !important;
padding: 54px 54px 24px !important;
}
@media (max-width: 1009px) {
.page-contact .contact-form {
margin-top: 60px !important;
}
}
@media (max-width: 767px) {
.page-contact .contact-form {
padding: 20px !important;
}
}
.page-contact .contact-form .loading-spinner {
width: 40px !important;
height: 40px !important;
position: absolute;
bottom: 0;
right: 0;
}
.page-contact .contact-form .loading-spinner img {
object-fit: contain !important;
width: 40px !important;
height: 40px !important;
}
.page-contact .contact-form p {
margin-bottom: 0 !important;
}
.page-contact .contact-form .wpcf7-form-control-wrap {
position: relative;
display: flex;
margin-bottom: 30px;
}
.page-contact .contact-form .wpcf7-form-control-wrap.your-message {
margin-bottom: 0 !important;
}
.page-contact .contact-form .wpcf7-form-control-wrap.your-message i {
top: 14px !important;
transform: none !important;
right: 11px !important;
}
.page-contact .contact-form .wpcf7-form-control-wrap.your-consent {
height: 23px !important;
}
.page-contact .contact-form .wpcf7-form-control-wrap.your-consent .wpcf7-list-item {
margin: 0 !important;
}
.page-contact .contact-form .wpcf7-form-control-wrap.your-consent .wpcf7-list-item label {
display: flex;
align-items: center;
font-size: 14px !important;
}
.page-contact .contact-form .wpcf7-form-control-wrap.your-consent .wpcf7-list-item label input {
margin-right: 5px;
}
.page-contact .contact-form .wpcf7-form-control-wrap.your-consent .wpcf7-list-item a {
font-size: 14px !important;
}
.page-contact .contact-form .wpcf7-form-control-wrap input,
.page-contact .contact-form .wpcf7-form-control-wrap select {
padding: 0 28px;
height: 48px !important;
border: 2px solid #ececec;
color: #bebebe !important;
}
.page-contact .contact-form .wpcf7-form-control-wrap .select-arrow {
padding: 0 28px;
height: 48px !important;
border: 0 !important;
top: 0 !important;
display: flex !important;
align-items: center !important;
background: transparent !important;
}
.page-contact .contact-form .wpcf7-form-control-wrap textarea {
color: #777;
padding: 14px 28px;
border: 2px solid #ececec;
}
.page-contact .contact-form .wpcf7-form-control-wrap i {
position: absolute;
top: 50%;
right: 14px;
color: #bebebe;
font-size: 20px;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.page-contact .contact-info {
padding-left: 0 !important;
padding-right: 0 !important;
}
.page-contact .contact-info .contact-content p {
margin-bottom: 0 !important;
}
.page-contact .contact-info .contact-content p a {
font-size: 24px !important;
color: #000000 !important;
}
.page-contact .contact-info .contact-content p a:hover {
color: #009fe3 !important;
}
.page-contact .contact-info.info-small p {
font-size: 14px !important;
}
.page-contact .gmap-section {
padding: 0 !important;
}
.page-contact .gmap-section .gmap {
height: 350px !important;
filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}
.unaccepted .wpcf7-validates-as-required, .invalid .wpcf7-validates-as-required {
border-color: red !important;
}
.wpcf7-not-valid-tip {
display: none !important;
}
.wpcf7-validation-errors {
display: none !important;
}
.wpcf7-acceptance-missing {
display: none !important;
}
.wpcf7-response-output {
display: none !important;
}
.wpcf7-response-output.wpcf7-mail-sent-ok {
background: transparent !important;
border: 0 !important;
padding: 0 !important;
font-size: 13px !important;
text-transform: none !important;
font-family: "Open Sans", sans-serif !important;
position: absolute !important;
right: 30px;
bottom: 5px;
font-weight: 300 !important;
}
@media (max-width: 500px) {
.wpcf7-response-output.wpcf7-mail-sent-ok {
position: relative !important;
right: auto;
bottom: auto;
text-align: left !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-all {
background: #32CD32 !important;
border-color: #32CD32 !important;
}
.cookie-popup {
z-index: 9999 !important;
}
@media (max-width: 1200px) {
.cookie-popup .main-cookies {
max-width: 100% !important;
}
}
.cookie-popup .main-cookies p, .cookie-popup .main-cookies a {
font-size: 14px !important;
}
.cookie-popup .main-cookies p.title, .cookie-popup .main-cookies a.title {
color: #2a2a2a !important;
font-size: 16px !important;
}
.cookie-popup .custom-link {
display: inline-block !important;
float: left;
margin-right: 10px !important;
border-radius: 14px 14px 0 14px !important;
font-size: 14px !important;
}
@media (max-width: 500px) {
.cookie-popup .custom-link {
display: block !important;
margin-bottom: 10px !important;
}
}
.cookie-popup .save-cookies a {
font-size: 14px !important;
}
@media (max-width: 500px) {
.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-color: #2a2a2a;
}
@media (max-width: 992px) {
.cookie-popup .cookie-preferences ul {
flex-direction: column !important;
}
}
.cookie-popup .cookie-preferences ul li {
overflow: auto;
font-size: 14px !important;
}
.cookie-popup .cookie-preferences ul li a {
color: #2a2a2a !important;
text-decoration: none !important;
font-size: 14px !important;
}
.cookie-popup .cookie-preferences ul li a:hover {
text-decoration: none;
color: black !important;
}
.cookie-popup .cookie-preferences ul li a:after {
display: none;
}
.cookie-popup .cookie-preferences ul li .css-checkbox {
background: #eeeeee;
}
.cookie-popup .cookie-preferences ul li .css-checkbox:focus {
outline: none !important;
}
.cookie-popup .cookie-preferences ul li .css-checkbox:after {
background: #575656;
}
.cookie-popup .cookie-preferences ul li .css-checkbox:checked {
background: #2a2a2a;
}
.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: #2a2a2a !important;
}
.fusion-counters-box {
background: rgba(24, 19, 12, 0.8);
padding: 10px;
}
@media (max-width: 767px) {
.fusion-counters-box {
padding-bottom: 0 !important;
}
}
.fusion-counters-box .col-counter-box {
margin-bottom: 0 !important;
padding: 0 !important;
}
@media (max-width: 767px) {
.fusion-counters-box .col-counter-box {
width: 50% !important;
max-width: 50% !important;
flex: 0 0 50% !important;
margin-bottom: 15px !important;
}
}
@media (max-width: 575px) {
.fusion-counters-box .col-counter-box {
width: 100% !important;
max-width: 100% !important;
flex: 0 0 100% !important;
}
}
.fusion-counters-box .col-counter-box .counter-box-container {
padding: 0 !important;
border: 0 !important;
}
.fusion-counters-box .col-counter-box .counter-box-container .content-box-percentage {
display: flex;
justify-content: center;
align-items: center;
}
.fusion-counters-box .col-counter-box .counter-box-container .content-box-percentage .unit {
content: ">";
display: inline-block;
margin-right: 5px;
font-size: 18px !important;
color: #ffffff;
}
.fusion-counters-box .col-counter-box .counter-box-container .content-box-percentage .display-counter {
color: #ffffff;
font-family: "Roboto", sans-serif !important;
font-weight: 300 !important;
font-size: 32px !important;
}
.fusion-counters-box .col-counter-box .counter-box-container .counter-box-content {
color: #ffffff !important;
font-family: "Roboto", sans-serif !important;
font-weight: 300 !important;
font-size: 16px !important;
text-transform: uppercase;
}
.grecaptcha-badge {
visibility: hidden;
}
body {
-webkit-font-smoothing: antialiased !important;
font-family: "Open Sans", sans-serif !important;
font-size: 16px !important;
color: #575656 !important;
}
p {
-webkit-font-smoothing: antialiased !important;
font-family: "Open Sans", sans-serif !important;
font-size: 16px !important;
color: #575656 !important;
}
a {
-webkit-font-smoothing: antialiased !important;
font-family: "Open Sans", sans-serif !important;
font-size: 16px !important;
color: #575656 !important;
transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
position: relative;
}
a:hover {
text-decoration: none !important;
}
a.fusion-button {
padding: 10px;
background: #2a2a2a !important;
color: #ffffff !important;
border: 2px solid #2a2a2a !important;
font-family: "Roboto", sans-serif !important;
border-radius: 14px 14px 0 14px !important;
position: relative;
z-index: 1;
}
a.fusion-button:after {
display: none !important;
}
a.fusion-button:before {
content: "";
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
z-index: -1;
transform: scaleY(0);
transform-origin: center top;
height: 100%;
background: #ffffff;
transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
width: 100%;
border-radius: 14px 14px 0 14px !important;
}
a.fusion-button:hover {
color: #2a2a2a !important;
}
a.fusion-button:hover .fusion-button-text {
color: #2a2a2a !important;
}
a.fusion-button:hover:before {
transform: scaleY(1);
transform-origin: center bottom;
}
a.fusion-logo-link:after {
display: none !important;
}
.wpcf7-submit {
padding: 10px !important;
background: #2a2a2a !important;
color: #ffffff !important;
border: 2px solid #2a2a2a !important;
font-family: "Roboto", sans-serif !important;
position: relative;
z-index: 1;
border-radius: 14px 14px 0 14px !important;
}
.wpcf7-submit:after {
display: none !important;
}
.wpcf7-submit:before {
content: "";
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
z-index: -1;
transform: scaleY(0);
transform-origin: center top;
height: 100%;
background: #ffffff;
transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
width: 100%;
border-radius: 14px 14px 0 14px !important;
}
.wpcf7-submit:hover {
color: #2a2a2a !important;
}
.wpcf7-submit:hover .fusion-button-text {
color: #2a2a2a !important;
}
.wpcf7-submit:hover:before {
transform: scaleY(1);
transform-origin: center bottom;
}
h1 {
font-family: "Roboto", sans-serif !important;
font-size: 42px !important;
color: #575656 !important;
font-weight: 300 !important;
}
@media (max-width: 1250px) {
h1 {
font-size: 32px !important;
}
}
h1 p {
font-family: "Roboto", sans-serif !important;
font-size: 42px !important;
color: #575656 !important;
font-weight: 300 !important;
}
@media (max-width: 1250px) {
h1 p {
font-size: 32px !important;
}
}
h2 {
font-family: "Roboto", sans-serif !important;
text-transform: uppercase;
font-size: 32px !important;
color: #575656 !important;
line-height: 1 !important;
margin-bottom: 17px !important;
font-weight: 500 !important;
}
h2 p {
font-family: "Roboto", sans-serif !important;
text-transform: uppercase;
font-size: 32px !important;
line-height: 1 !important;
color: #575656 !important;
margin-bottom: 17px !important;
font-weight: 500 !important;
}
h3 {
font-family: "Roboto", sans-serif !important;
text-transform: uppercase;
font-size: 22px !important;
color: #575656 !important;
line-height: 1 !important;
font-weight: 500 !important;
}
h3 p {
font-family: "Roboto", sans-serif !important;
text-transform: uppercase;
font-size: 22px !important;
line-height: 1 !important;
color: #575656 !important;
font-weight: 500 !important;
}
h4 {
font-family: "Roboto", sans-serif !important;
text-transform: uppercase;
font-size: 18px !important;
color: #000000 !important;
line-height: 1 !important;
margin-bottom: 17px !important;
font-weight: 500 !important;
}
h4 p {
font-family: "Roboto", sans-serif !important;
text-transform: uppercase;
font-size: 18px !important;
line-height: 1 !important;
color: #000000 !important;
font-weight: 500 !important;
}
b, strong {
font-family: "Open Sans", sans-serif !important;
font-weight: 700 !important;
}
blockquote {
padding: 0 !important;
background: transparent !important;
border: 0 !important;
font-family: "Open Sans", sans-serif !important;
color: #009fe3 !important;
font-size: 24px !important;
margin: 15px 0 !important;
}
blockquote p {
font-family: "Open Sans", sans-serif !important;
color: #009fe3 !important;
font-size: 24px !important;
}
#main {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.fusion-title {
margin-bottom: 0 !important;
}
.title-sep-container {
display: none !important;
}
.cta-offerte {
position: fixed;
right: -182px;
top: 300px;
transform: rotate(-90deg);
transition: all 0.8s ease-in-out;
}
.cta-offerte.active {
right: -76px !important;
}
.cta-offerte a:hover {
text-decoration: none !important;
}
.ani-delay {
animation-delay: 0.8s;
}
@media (max-width: 1024px) {
.flex-reverze .fusion-row {
flex-direction: column-reverse !important;
}
}
.main-row .fusion-row {
max-width: 1200px !important;
margin-left: 0 !important;
margin-right: 0 !important;
}
.page-particulier h2,
.page-ondernenmingen h2 {
font-size: 22px !important;
}
table {
table-layout: fixed !important;
}
#documentcenter .documentcenter_searchitem {
margin-bottom: 30px;
}
#documentcenter label {
color: #575656 !important;
font-family: "Roboto", sans-serif !important;
font-size: 24px;
font-weight: 500 !important;
display: block;
}
#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 0.5s ease;
}
#documentcenter .btn-main {
margin-top: 0 !important;
margin-bottom: 30px !important;
padding: 4px 13px;
border-top-right-radius: 8px;
border-bottom-left-radius: 8px;
background: #2a2a2a;
color: #ffffff !important;
border: 1px solid #2a2a2a;
font-size: 16px !important;
margin-right: 0 !important;
text-transform: none !important;
cursor: pointer;
}
#documentcenter .btn-main:focus {
outline: none !important;
}
#documentcenter #nrresults {
color: #575656 !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 {
font-family: "Open Sans", sans-serif;
color: #2a2a2a;
}
#documentcenter #results ul li a:before {
content: "";
display: inline-block;
position: relative;
bottom: 0.25em;
width: 0;
height: 2px;
transition: all 0.3s ease-in-out;
background: #2a2a2a;
}
#documentcenter #results ul li a:hover {
text-decoration: none;
}
#documentcenter #results ul li a:hover:before {
width: 4px;
height: 4px;
margin-right: 10px;
}
footer {
background: #2a2a2a !important;
padding: 60px 30px !important;
border-top: 0 !important;
}
@media (max-width: 767px) {
footer {
padding: 30px !important;
}
}
footer .fusion-row {
max-width: 1200px !important;
}
@media (max-width: 992px) {
footer .fusion-row {
display: flex;
flex-wrap: wrap;
}
}
footer .footer-col {
float: left;
}
@media (max-width: 992px) {
footer .footer-col {
padding: 0 !important;
margin-bottom: 30px !important;
}
}
footer .footer-content h4 {
color: #ffffff !important;
text-transform: none !important;
font-weight: 700 !important;
margin-top: 0 !important;
}
footer .footer-content p, footer .footer-content a {
font-size: 17px !important;
color: #ffffff !important;
margin-bottom: 10px !important;
}
footer .footer-content p.small, footer .footer-content a.small {
font-size: 14px !important;
}
footer .footer-content i {
margin-right: 5px !important;
}
footer .footer-content a {
position: relative;
z-index: 1;
display: inline-block !important;
}
footer .footer-content a:last-child {
margin-bottom: 0 !important;
}
footer .footer-content a:before {
content: "";
height: 1px;
background: #ffffff;
width: 0;
position: absolute;
z-index: -1;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
bottom: -2px;
left: 0;
}
footer .footer-content a:hover:before {
width: 100%;
}
footer .footer-content a.footer-button {
padding: 12px 6px 9px !important;
border: 3px solid #ffffff !important;
display: table;
margin-bottom: 15px !important;
position: relative;
z-index: 1;
}
footer .footer-content a.footer-button:before {
display: none !important;
}
footer .footer-content a.footer-button:after {
content: "";
height: 0;
background: rgba(255, 255, 255, 0.3);
width: 100%;
position: absolute;
z-index: -1;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
bottom: 0;
left: 0;
}
footer .footer-content a.footer-button:hover:after {
height: 100%;
}
footer .footer-content ul {
padding: 0;
list-style: none;
}
footer .footer-content ul li {
padding-bottom: 10px !important;
}
footer .footer-content ul li:last-child {
padding-bottom: 0 !important;
}
.fusion-footer-copyright-area-custom {
background: #191919 !important;
padding: 15px 30px !important;
text-align: right !important;
}
@media (max-width: 992px) {
.fusion-footer-copyright-area-custom {
text-align: left !important;
padding: 30px !important;
}
}
.fusion-footer-copyright-area-custom .fusion-row {
margin: 0 auto !important;
max-width: 1200px !important;
}
.fusion-footer-copyright-area-custom .fusion-row p {
text-align: right;
display: block;
width: 100%;
margin-bottom: 0;
}
@media (max-width: 767px) {
.fusion-footer-copyright-area-custom .fusion-row p {
text-align: left !important;
}
}
.fusion-footer-copyright-area-custom .fusion-row p a {
font-size: 14px !important;
position: relative;
color: #ffffff !important;
z-index: 1;
}
.fusion-footer-copyright-area-custom .fusion-row p a:before {
content: "";
height: 1px;
background: #ffffff;
width: 0;
position: absolute;
z-index: -1;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
bottom: -2px;
left: 0;
}
.fusion-footer-copyright-area-custom .fusion-row p a:hover:before {
width: 100%;
}
.rating-stars ul {
list-style-type: none;
padding: 0;
-moz-user-select: none;
-webkit-user-select: none;
}
.rating-stars ul > li.star {
display: inline-block;
} .rating-stars ul > li.star > i.fa {
font-size: 1.5em; color: #ccc; } .rating-stars ul > li.star.hover > i.fa {
color: #FFCC36;
} .rating-stars ul > li.star.selected > i.fa {
color: #FF912C;
}
header {
transition: all 0.4s ease;
}
header.sticky-header {
position: fixed !important;
top: 0 !important;
left: 0 !important;
width: 100% !important;
box-shadow: 0 13px 25px -12px rgba(0, 0, 0, 0.1);
transition: all 4s ease;
}
header.sticky-header.animated {
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
}
header.sticky-header .header-row {
padding-bottom: 15px !important;
}
header .fusion-header {
height: auto !important;
}
header .header-row {
display: flex;
align-items: center;
justify-content: space-between;
max-width: 1400px !important;
padding-top: 30px !important;
position: relative !important;
padding-bottom: 30px !important;
}
@media (max-width: 500px) {
header .header-row {
display: block !important;
}
}
header .header-row .fusion-logo {
margin: 0 !important;
}
header .header-row .menu-section .fusion-main-menu .fusion-menu {
display: flex;
align-items: center;
}
header .header-row .menu-section .fusion-main-menu .fusion-menu li {
padding-right: 25px !important;
}
header .header-row .menu-section .fusion-main-menu .fusion-menu li:last-child {
padding-right: 0 !important;
}
header .header-row .menu-section .fusion-main-menu .fusion-menu li:last-child a {
padding: 12px 6px 9px !important;
border: 1px solid #575656 !important;
}
header .header-row .menu-section .fusion-main-menu .fusion-menu li:last-child a:before {
display: none;
}
header .header-row .menu-section .fusion-main-menu .fusion-menu li:last-child a:after {
content: "";
height: 0;
background: #2a2a2a;
width: 100%;
position: absolute;
z-index: -1;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
bottom: 0;
left: 0;
}
header .header-row .menu-section .fusion-main-menu .fusion-menu li:last-child a:hover {
color: #ffffff !important;
}
header .header-row .menu-section .fusion-main-menu .fusion-menu li:last-child a:hover:after {
height: 100%;
}
header .header-row .menu-section .fusion-main-menu .fusion-menu li a {
border: 0 !important;
height: auto !important;
text-transform: uppercase;
font-family: "Roboto", sans-serif !important;
font-size: 14px !important;
position: relative;
}
header .header-row .menu-section .fusion-main-menu .fusion-menu li a:before {
content: "";
height: 1px;
background: #2a2a2a;
width: 0;
position: absolute;
z-index: -1;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
bottom: -2px;
left: 0;
}
header .header-row .menu-section .fusion-main-menu .fusion-menu li a:hover:before {
width: 100%;
}
header .header-row .menu-section .fusion-main-menu .fusion-menu li .sub-menu {
border-top: 0 !important;
padding-top: 5px !important;
}
header .header-row .menu-section .fusion-main-menu .fusion-menu li .sub-menu li {
padding-right: 0 !important;
border-bottom: 1px solid #ffffff !important;
}
header .header-row .menu-section .fusion-main-menu .fusion-menu li .sub-menu li:last-child {
border-bottom: 0 !important;
}
header .header-row .menu-section .fusion-main-menu .fusion-menu li .sub-menu li a {
background: #009fe3 !important;
color: #ffffff !important;
position: relative;
z-index: 1;
}
header .header-row .menu-section .fusion-main-menu .fusion-menu li .sub-menu li a:before {
content: "";
display: block;
clear: both;
width: 0;
height: 100%;
z-index: -1;
position: absolute;
bottom: 0;
right: 0;
background-color: rgba(255, 255, 255, 0.4);
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
border-top-right-radius: 0 !important;
border-bottom-left-radius: 0 !important;
}
header .header-row .menu-section .fusion-main-menu .fusion-menu li .sub-menu li a:hover:before {
width: 100%;
top: 0;
bottom: auto;
}
.light-grey-section {
background: #f1f5f7 !important;
transition: all 0.4s ease-in-out;
}
.light-grey-section:hover {
background: #e7ecef !important;
}
.light-grey-section:hover:before {
background: #e7ecef !important;
}
.light-grey-section:before {
content: "";
position: absolute;
top: 0;
right: 100%;
width: 100%;
background: #f1f5f7 !important;
height: 100%;
z-index: -1;
transition: all 0.4s ease-in-out;
}
@media (max-width: 1024px) {
.light-grey-section:before {
display: none !important;
}
}
.light-grey-section.reverze:before {
right: auto;
left: 100%;
}
.grey-section {
background: #e7ecef !important;
transition: all 0.4s ease-in-out;
}
.grey-section:hover {
background: #f1f5f7 !important;
}
.grey-section:hover:before {
background: #f1f5f7 !important;
}
.grey-section:before {
content: "";
position: absolute;
top: 0;
left: 100%;
width: 100%;
background: #e7ecef !important;
height: 100%;
z-index: -1;
transition: all 0.4s ease-in-out;
}
@media (max-width: 1024px) {
.grey-section:before {
display: none !important;
}
}
.grey-section.reverze:before {
left: auto;
right: 100%;
}
.light-grey-section,
.grey-section {
padding: 30px !important;
position: relative;
height: 135px !important;
}
@media (max-width: 1024px) {
.light-grey-section,
.grey-section {
padding: 30px !important;
height: auto !important;
}
}
.light-grey-section.icon-right .fusion-column-wrapper,
.grey-section.icon-right .fusion-column-wrapper {
justify-content: flex-end;
}
@media (max-width: 1024px) {
.light-grey-section.icon-right .fusion-column-wrapper,
.grey-section.icon-right .fusion-column-wrapper {
justify-content: space-between;
flex-direction: column-reverse !important;
}
}
.light-grey-section.icon-right .fusion-column-wrapper .fusion-imageframe,
.grey-section.icon-right .fusion-column-wrapper .fusion-imageframe {
margin-left: 30px !important;
}
@media (max-width: 1024px) {
.light-grey-section.icon-right .fusion-column-wrapper .fusion-imageframe,
.grey-section.icon-right .fusion-column-wrapper .fusion-imageframe {
margin-left: 0 !important;
margin-bottom: 15px !important;
}
}
.light-grey-section.icon-left .fusion-column-wrapper,
.grey-section.icon-left .fusion-column-wrapper {
justify-content: flex-start;
}
@media (max-width: 1024px) {
.light-grey-section.icon-left .fusion-column-wrapper,
.grey-section.icon-left .fusion-column-wrapper {
justify-content: space-between;
flex-direction: column-reverse !important;
}
}
.light-grey-section.icon-left .fusion-column-wrapper .fusion-imageframe,
.grey-section.icon-left .fusion-column-wrapper .fusion-imageframe {
margin-right: 30px !important;
}
@media (max-width: 1024px) {
.light-grey-section.icon-left .fusion-column-wrapper .fusion-imageframe,
.grey-section.icon-left .fusion-column-wrapper .fusion-imageframe {
margin-right: 0 !important;
margin-bottom: 15px !important;
}
}
.light-grey-section .fusion-column-wrapper,
.grey-section .fusion-column-wrapper {
flex-direction: row !important;
align-items: center;
justify-content: space-around;
}
.light-grey-section .fusion-column-wrapper .fusion-title,
.grey-section .fusion-column-wrapper .fusion-title {
margin-bottom: 0 !important;
}
.light-grey-section .fusion-column-wrapper h2,
.grey-section .fusion-column-wrapper h2 {
font-size: 24px !important;
line-height: 1.2 !important;
}
@media (max-width: 1024px) {
.light-grey-section .fusion-column-wrapper h2,
.grey-section .fusion-column-wrapper h2 {
text-align: center !important;
}
}
@media (max-width: 500px) {
.light-grey-section .fusion-column-wrapper h2,
.grey-section .fusion-column-wrapper h2 {
font-size: 20px !important;
}
}
.light-grey-section .fusion-column-wrapper h2 p,
.grey-section .fusion-column-wrapper h2 p {
line-height: 1.2 !important;
font-size: 24px !important;
}
@media (max-width: 500px) {
.light-grey-section .fusion-column-wrapper h2 p,
.grey-section .fusion-column-wrapper h2 p {
font-size: 20px !important;
}
}
.light-grey-section .fusion-column-wrapper .fusion-imageframe img,
.grey-section .fusion-column-wrapper .fusion-imageframe img {
max-width: 75px !important;
}
.insupartners .slides {
padding-left: 0 !important;
list-style: none !important;
margin-bottom: 0 !important;
display: flex;
}
.insupartners .slides li {
display: flex !important;
align-items: center;
}
.insupartners .slides li .partner {
text-align: center;
}
@media (max-width: 800px) {
.insupartners .slides li .partner {
width: 50% !important;
flex: 0 0 50% !important;
}
}
.insupartners .slides li .partner img {
filter: grayscale(100%);
width: 60% !important;
}
@media (max-width: 1024px) {
.insurance-container {
margin-left: -15px !important;
margin-right: -15px !important;
}
}
.fusion-body .insurance-highlights .fusion-layout-column {
margin-bottom: 30px !important;
}
@media (max-width: 1025px) {
.fusion-body .insurance-highlights .fusion-layout-column {
width: 50% !important;
max-width: 50% !important;
}
}
@media (max-width: 767px) {
.fusion-body .insurance-highlights .fusion-layout-column {
width: 100% !important;
max-width: 100% !important;
}
}
.fusion-body .insurance-highlights .fusion-layout-column .fusion-no-lightbox {
height: 100%;
display: flex;
z-index: 999;
}
.fusion-body .insurance-highlights .fusion-layout-column .fusion-no-lightbox:before {
content: "";
position: absolute;
left: 0px;
top: 0;
height: 100%;
background: rgba(0, 0, 0, 0.37);
transition: 0.4s linear;
opacity: 1;
z-index: 50;
right: 0;
}
.fusion-body .insurance-highlights .fusion-layout-column .fusion-no-lightbox:hover:before {
opacity: 0.17;
}
.fusion-body .insurance-highlights .fusion-layout-column .fusion-column-wrapper {
overflow: hidden;
}
.fusion-body .insurance-highlights .fusion-layout-column .fusion-column-wrapper.down .fusion-text {
top: 70%;
opacity: 0;
}
.fusion-body .insurance-highlights .fusion-layout-column .fusion-column-wrapper .fusion-imageframe img {
width: 400px !important;
height: 250px !important;
object-fit: cover !important;
}
@media (max-width: 767px) {
.fusion-body .insurance-highlights .fusion-layout-column .fusion-column-wrapper .fusion-imageframe img {
width: 100% !important;
height: auto !important;
}
}
.fusion-body .insurance-highlights .fusion-layout-column .fusion-column-wrapper .fusion-text {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
transition: all 0.4s ease-in-out;
animation-delay: 0.4s;
z-index: 52;
opacity: 1;
width: 100%;
text-align: center;
padding: 0 15px;
cursor: pointer;
}
@media (max-width: 1024px) {
.fusion-body .insurance-highlights .fusion-layout-column .fusion-column-wrapper .fusion-text {
opacity: 1;
}
}
.fusion-body .insurance-highlights .fusion-layout-column .fusion-column-wrapper .fusion-text p {
font-family: "Roboto", sans-serif !important;
margin-bottom: 0 !important;
text-transform: uppercase;
color: #ffffff !important;
font-size: 24px !important;
font-weight: 300 !important;
}
@media (max-width: 1024px) {
.fusion-body .insurance-highlights .fusion-layout-column .fusion-column-wrapper .fusion-text p {
font-size: 18px !important;
}
}
.insurance-info .fusion-layout-column {
margin-bottom: 30px !important;
}
@media (max-width: 1025px) {
.insurance-info .fusion-layout-column {
width: 50% !important;
max-width: 50% !important;
}
}
@media (max-width: 767px) {
.insurance-info .fusion-layout-column {
width: 100% !important;
max-width: 100% !important;
}
}
.insurance-info .fusion-layout-column.custom-image .fusion-column-wrapper .fusion-imageframe img {
max-width: 100% !important;
width: 100% !important;
height: auto !important;
}
.insurance-info .fusion-layout-column .fusion-column-wrapper .fusion-imageframe {
min-height: 80px;
margin-bottom: 17px;
display: flex;
align-items: center;
}
.insurance-info .fusion-layout-column .fusion-column-wrapper .fusion-imageframe img {
width: 80px !important;
height: 80px !important;
object-fit: contain;
}
.insurance-info .fusion-layout-column .fusion-column-wrapper .fusion-title {
min-height: 49px !important;
}
.insurance-info .fusion-layout-column .fusion-column-wrapper .fusion-title h4 {
margin-bottom: 17px !important;
font-size: 16px !important;
font-weight: 500 !important;
}
.insurance-info .fusion-layout-column .fusion-column-wrapper .fusion-title h4 p {
font-weight: 500 !important;
margin-bottom: 17px !important;
font-size: 16px !important;
}
.insurance-info .fusion-layout-column .fusion-column-wrapper .fusion-text {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.insurance-info .fusion-layout-column .fusion-column-wrapper .info-read-more a {
display: inline-block;
padding: 12px 16px !important;
background: #2d314e;
border-radius: 14px !important;
}
.insurance-info .fusion-layout-column .fusion-column-wrapper .info-read-more a i {
color: #ffffff;
font-size: 12px !important;
}
.cols-3 {
list-style: none;
columns: 3;
-webkit-columns: 3;
padding-left: 0;
}
.insurances .custom-row {
display: flex;
overflow: hidden;
height: 410px !important;
}
@media (max-width: 992px) {
.insurances .custom-row {
display: block;
}
}
.insurances .parent-col {
padding: 0 !important;
}
@media (max-width: 992px) {
.insurances .parent-col {
margin-bottom: 10px;
padding: 0 !important;
}
}
.insurances .parent-col .image {
display: flex;
cursor: pointer;
height: 100%;
}
@media (max-width: 767px) {
.insurances .parent-col .image {
height: auto !important;
}
}
.insurances .parent-col .child-col {
margin-bottom: 10px;
padding: 0 10px !important;
float: left;
}
@media (max-width: 992px) {
.insurances .parent-col .child-col {
padding: 0 0 0 15px !important;
}
}
@media (max-width: 767px) {
.insurances .parent-col .child-col {
padding-left: 0 !important;
}
}
.insurances .parent-col .child-col.pr-0 {
padding-right: 0 !important;
}
@media (max-width: 992px) {
.insurances .parent-col .child-col.pr-0 {
padding-left: 0 !important;
}
}
.insurances .parent-col .child-col .image {
height: 205px !important;
position: relative;
cursor: pointer;
}
.insurances .parent-col .child-col .image:after {
content: "";
position: absolute;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 0%;
background: rgba(0, 0, 0, 0.5);
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
opacity: 0;
}
@media (max-width: 767px) {
.insurances .parent-col .child-col .image:after {
height: 100%;
opacity: 0.8;
}
}
.insurances .parent-col .child-col .image:hover:after {
height: 100%;
opacity: 0.8;
}
.insurances .parent-col .child-col .image img {
height: 100%;
object-fit: cover;
}
.insurances .parent-col .p-10 {
padding: 0 10px !important;
}
@media (max-width: 992px) {
.insurances .parent-col .p-10 {
display: table;
padding: 0 !important;
}
.insurances .parent-col .p-10 .image,
.insurances .parent-col .p-10 img {
height: auto !important;
}
}
@media (max-width: 992px) {
.insurances .parent-col.parent-col-last {
padding: 0 !important;
}
}
.insurances .parent-col.parent-col-last .image {
display: inline-block !important;
cursor: pointer;
height: 205px !important;
width: 100%;
}
.insurances .parent-col.parent-col-last .image img {
height: 205px !important;
object-fit: cover !important;
}
.insurances h3 {
position: absolute;
bottom: 15px;
left: 15px;
z-index: 10;
}
.insurances h3 a {
color: #ffffff !important;
font-size: 22px !important;
font-weight: 500 !important;
text-transform: none !important;
}
.insurances .image {
position: relative;
}
.insurances .image img {
width: 100%;
object-fit: cover;
}
.insurances .image:after {
content: "";
position: absolute;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 0%;
background: rgba(0, 0, 0, 0.5);
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
opacity: 0;
}
@media (max-width: 767px) {
.insurances .image:after {
height: 100%;
opacity: 0.8;
}
}
.insurances .image:hover:after {
height: 100%;
opacity: 0.8;
}
.louise-modal {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.66);
display: flex;
align-items: center;
justify-content: center;
overflow: auto;
opacity: 0;
z-index: -100;
transition: all 0.3s ease-in-out;
}
.louise-modal.active {
z-index: 99999999;
opacity: 1;
}
.louise-modal .close-modal {
cursor: pointer;
color: #009fe3;
font-size: 28px;
font-weight: 700;
position: fixed;
right: 7%;
top: 90px;
}
.louise-modal .louise-modal-content {
width: 100% !important;
height: 100% !important;
}
.louise-modal iframe {
width: 100%;
height: 100%;
overflow: auto;
}
.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: #009fe3 !important;
}
.fusion-header-has-flyout-menu .fusion-flyout-menu-icons.change .fusion-flyout-menu-toggle .fusion-toggle-icon-line {
background: #ffffff !important;
}
.fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-flyout-menu-toggle .fusion-toggle-icon-line {
background: #575656 !important;
}
.fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-flyout-menu-toggle:hover .fusion-text-outline {
background: #575656 !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-weight: 500 !important;
font-size: 24px !important;
display: inline-flex !important;
align-items: center !important;
z-index: 9 !important;
padding: 0 !important;
}
.fusion-flyout-menu .fusion-menu li .custom-caret {
position: absolute;
right: 0;
top: 14px;
width: 32px;
height: 32px;
text-align: center;
font-size: 16px;
line-height: 32px;
color: #ffffff;
background: rgba(255, 255, 255, 0.1);
cursor: pointer;
border-radius: 2px;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
z-index: 999;
animation-delay: 0.3s;
display: inline-block;
}
.fusion-flyout-menu .fusion-menu li .custom-caret.rotate {
transform: rotate(90deg);
background: #009fe3;
}
.fusion-flyout-menu .fusion-menu li .sub-menu {
border-color: #009fe3 !important;
height: 0 !important;
transition: all 0.3s ease-in-out 0s;
padding: 0 !important;
opacity: 0 !important;
display: flex !important;
flex-direction: column !important;
}
.fusion-flyout-menu .fusion-menu li .sub-menu.open {
padding-top: 14px !important;
display: flex !important;
height: auto !important;
opacity: 1 !important;
}
.fusion-flyout-menu .fusion-menu li .sub-menu li a .custom-caret {
display: none !important;
}
.change .fusion-flyout-menu-toggle .fusion-toggle-icon-line {
background: #ffffff !important;
}
.fusion-flyout-menu-bg {
position: fixed !important;
right: 0 !important;
top: 0 !important;
width: 100% !important;
height: 100% !important;
z-index: 1 !important;
-webkit-transform: translateX(101%) !important;
-ms-transform: translateX(101%) !important;
transform: translateX(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.7 !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: translateX(0%) !important;
-ms-transform: translateX(0%) !important;
transform: translateX(0%) !important;
}
.news-row {
margin-bottom: 30px;
}
.news-row .latest-news-item {
margin-bottom: 30px;
padding: 0 5px !important;
}
@media (max-width: 992px) {
.news-row .latest-news-item {
padding: 0 15px !important;
}
}
.news-row .latest-news-item .card {
border: 0 !important;
}
.news-row .latest-news-item .card-img-top {
position: relative;
}
.news-row .latest-news-item .card-img-top:after {
content: "";
position: absolute;
left: 0px;
top: 0;
height: 100%;
background: rgba(0, 0, 0, 0.37);
transition: 0.4s linear;
opacity: 1;
z-index: 50;
right: 0;
}
.news-row .latest-news-item .card-img-top:hover .title {
top: 70%;
opacity: 0;
}
.news-row .latest-news-item .card-img-top img {
height: 250px !important;
object-fit: cover !important;
}
@media (max-width: 992px) {
.news-row .latest-news-item .card-img-top img {
height: auto !important;
}
}
.news-row .latest-news-item .card-img-top .title {
color: #ffffff !important;
font-weight: 300 !important;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
padding: 30px;
font-size: 23px !important;
z-index: 52;
transition: all 0.4s ease-in-out;
}
@media (max-height: 992px) {
.news-row .latest-news-item .card-img-top .title {
text-align: center;
}
}
.news-all .latest-news-item .card {
border: 0 !important;
cursor: pointer;
}
.news-all .latest-news-item .card .card-img-top img {
height: 250px !important;
object-fit: cover !important;
}
.news-all .latest-news-item .card .card-block {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.news-all .latest-news-item .card .card-block .card-title {
margin: 25px 0 15px !important;
}
.news-all .latest-news-item .card .card-footer {
border: 0 !important;
background: none !important;
padding: 25px 0 15px !important;
}
.news-carousel .card {
border: 0;
}
.news-carousel .card:hover .card-title {
top: 70%;
opacity: 0;
}
.news-carousel .card-img-top {
position: relative;
}
.news-carousel .card-img-top:after {
content: "";
position: absolute;
left: 0px;
top: 0;
height: 100%;
background: rgba(0, 0, 0, 0.37);
transition: 0.4s linear;
opacity: 1;
z-index: 50;
right: 0;
}
.news-carousel .card-img-top img {
height: 250px !important;
object-fit: cover !important;
}
.news-carousel .card-title {
color: #ffffff !important;
font-weight: 300 !important;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
padding: 30px;
font-size: 23px !important;
z-index: 52;
transition: all 0.4s ease-in-out;
text-align: center;
}
@media (max-height: 992px) {
.news-carousel .card-title {
text-align: center;
}
}
.page-noodnummers .noodnummer-column .fusion-column-wrapper {
padding: 30px !important;
border: 1px solid #000000 !important;
}
.page-noodnummers .noodnummer-column .fusion-column-wrapper h4 {
font-weight: 500 !important;
text-transform: none !important;
}
.page-noodnummers .noodnummer-column .fusion-column-wrapper ul {
list-style: none !important;
padding: 0 !important;
}
.page-noodnummers .noodnummer-column .fusion-column-wrapper ul li {
font-weight: 700 !important;
font-size: 15px !important;
}
.page-noodnummers .noodnummer-column .fusion-column-wrapper ul li a {
font-size: 15px !important;
font-weight: 700 !important;
color: #384e5d !important;
position: relative;
}
.page-noodnummers .noodnummer-column .fusion-column-wrapper ul li a:before {
content: "";
height: 1px;
background: #384e5d;
width: 0;
position: absolute;
z-index: -1;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
bottom: -2px;
left: 0;
}
.page-noodnummers .noodnummer-column .fusion-column-wrapper ul li a:hover:before {
width: 100%;
}
.offerte-aanvraag {
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.7);
position: fixed;
top: 0;
left: 0;
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
transition: all 0.4s ease-in-out;
z-index: -1;
overflow: scroll;
}
.offerte-aanvraag.active {
z-index: 9999999;
opacity: 1;
}
.offerte-aanvraag .wpcf7 {
width: 50vw;
background: #ffffff !important;
border-radius: 14px 14px 0 14px !important;
padding: 54px 54px 24px !important;
position: relative;
max-height: 100%;
overflow: scroll;
}
@media (max-width: 1024px) {
.offerte-aanvraag .wpcf7 {
width: 90vw !important;
padding: 30px !important;
}
}
.offerte-aanvraag .wpcf7 .close-icon {
position: absolute;
top: 15px;
right: 15px;
cursor: pointer;
}
.offerte-aanvraag .wpcf7 .loading-spinner {
width: 40px !important;
height: 40px !important;
position: absolute;
bottom: 0;
right: 0;
}
.offerte-aanvraag .wpcf7 .loading-spinner img {
object-fit: contain !important;
width: 40px !important;
height: 40px !important;
}
.offerte-aanvraag .wpcf7 p {
margin-bottom: 0 !important;
}
.offerte-aanvraag .wpcf7 .wpcf7-form-control-wrap {
position: relative;
display: flex;
margin-bottom: 30px;
}
.offerte-aanvraag .wpcf7 .wpcf7-form-control-wrap.your-message i {
top: 14px !important;
transform: none !important;
right: 11px !important;
}
.offerte-aanvraag .wpcf7 .wpcf7-form-control-wrap.your-consent {
height: 23px !important;
}
.offerte-aanvraag .wpcf7 .wpcf7-form-control-wrap.your-consent .wpcf7-list-item {
margin: 0 !important;
}
.offerte-aanvraag .wpcf7 .wpcf7-form-control-wrap.your-consent .wpcf7-list-item label {
display: flex;
align-items: center;
font-size: 14px !important;
}
.offerte-aanvraag .wpcf7 .wpcf7-form-control-wrap.your-consent .wpcf7-list-item label input {
margin-right: 5px;
}
.offerte-aanvraag .wpcf7 .wpcf7-form-control-wrap.your-consent .wpcf7-list-item a {
font-size: 14px !important;
}
.offerte-aanvraag .wpcf7 .wpcf7-form-control-wrap.document {
margin-bottom: 0 !important;
}
.offerte-aanvraag .wpcf7 .wpcf7-form-control-wrap input,
.offerte-aanvraag .wpcf7 .wpcf7-form-control-wrap select {
color: #777;
padding: 0 28px;
height: 48px !important;
border: 2px solid #ececec;
}
.offerte-aanvraag .wpcf7 .wpcf7-form-control-wrap input.wpcf7-file,
.offerte-aanvraag .wpcf7 .wpcf7-form-control-wrap select.wpcf7-file {
border: 0 !important;
padding: 0 !important;
height: auto !important;
}
.offerte-aanvraag .wpcf7 .wpcf7-form-control-wrap textarea {
color: #777;
padding: 14px 28px;
border: 2px solid #ececec;
}
.offerte-aanvraag .wpcf7 .wpcf7-form-control-wrap i {
position: absolute;
top: 50%;
right: 14px;
color: #bebebe;
font-size: 20px;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
} .ctn-preloader {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
cursor: default;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 100%;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: fixed;
left: 0;
top: 0;
width: 100%;
z-index: 999999;
}
.ctn-preloader .animation-preloader {
z-index: 1000;
}
.ctn-preloader .animation-preloader .spinner {
-webkit-animation: spinner 1s infinite linear;
animation: spinner 1s infinite linear;
border-radius: 50%;
border: 4px solid #e7ecef;
border-top-color: #009fe3;
height: 150px;
margin: 0 auto 3.5em auto;
width: 150px;
}
.ctn-preloader .animation-preloader .txt-loading {
font: bold 5em "Jost", sans-serif;
text-align: center;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading {
color: #E2DFDD;
position: relative;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
-webkit-animation: letters-loading 4s infinite;
animation: letters-loading 4s infinite;
color: #010103;
content: attr(data-text-preloader);
left: 0;
opacity: 0;
font-family: "Jost", sans-serif;
position: absolute;
top: -3px;
-webkit-transform: rotateY(-90deg);
transform: rotateY(-90deg);
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
-webkit-animation-delay: 0.1s;
animation-delay: 0.1s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
-webkit-animation-delay: 0.4s;
animation-delay: 0.5s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
-webkit-animation-delay: 0.7s;
animation-delay: 0.7s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
-webkit-animation-delay: 0.8s;
animation-delay: 0.8s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(9):before {
-webkit-animation-delay: 0.9s;
animation-delay: 0.9s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(10):before {
-webkit-animation-delay: 1s;
animation-delay: 1s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(11):before {
-webkit-animation-delay: 1.1s;
animation-delay: 1.1s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(12):before {
-webkit-animation-delay: 1.2s;
animation-delay: 1.2s;
}
.ctn-preloader p {
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 8px;
color: #32323D;
}
.ctn-preloader .loader {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
font-size: 0;
z-index: 1;
pointer-events: none;
}
.ctn-preloader .loader .row {
height: 100%;
}
.ctn-preloader .loader .loader-section {
padding: 0px;
}
.ctn-preloader .loader .loader-section .bg {
background-color: #f1f5f7;
height: 100%;
left: 0;
width: 100%;
-webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
-o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}
.ctn-preloader.loaded .animation-preloader {
opacity: 0;
-webkit-transition: 0.3s ease-out;
-o-transition: 0.3s ease-out;
transition: 0.3s ease-out;
}
.ctn-preloader.loaded .loader-section .bg {
width: 0;
-webkit-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
-o-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}
@-webkit-keyframes spinner {
to {
-webkit-transform: rotateZ(360deg);
transform: rotateZ(360deg);
}
}
@keyframes spinner {
to {
-webkit-transform: rotateZ(360deg);
transform: rotateZ(360deg);
}
}
@-webkit-keyframes letters-loading {
0%, 75%, 100% {
opacity: 0;
-webkit-transform: rotateY(-90deg);
transform: rotateY(-90deg);
}
25%, 50% {
opacity: 1;
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
}
}
@keyframes letters-loading {
0%, 75%, 100% {
opacity: 0;
-webkit-transform: rotateY(-90deg);
transform: rotateY(-90deg);
}
25%, 50% {
opacity: 1;
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
}
}
@media screen and (max-width: 767px) {
.ctn-preloader .animation-preloader .spinner {
height: 8em;
width: 8em;
}
.ctn-preloader .animation-preloader .txt-loading {
font: bold 3.5em "Jost", sans-serif;
}
}
@media screen and (max-width: 500px) {
.ctn-preloader .animation-preloader .spinner {
height: 7em;
width: 7em;
}
.ctn-preloader .animation-preloader .txt-loading {
font: bold 2em "Jost", sans-serif;
}
}
.fusion-body .qualitys .fusion-column-wrapper {
padding: 45px 60px !important;
background-color: #009fe3 !important;
}
@media (max-width: 500px) {
.fusion-body .qualitys .fusion-column-wrapper {
padding: 30px !important;
}
}
.fusion-body .qualitys .fusion-column-wrapper .fusion-title {
margin-bottom: 0 !important;
}
.fusion-body .qualitys .fusion-column-wrapper .fusion-title h3 {
color: #ffffff !important;
margin-bottom: 30px !important;
}
.fusion-body .qualitys .fusion-column-wrapper .fusion-text p {
color: #ffffff !important;
font-size: 20px !important;
}
.fusion-body .qualitys .fusion-column-wrapper .fusion-text p:last-child {
margin-bottom: 0 !important;
}
.single #main {
padding-left: 0 !important;
padding-right: 0 !important;
}
.single .post-content {
padding-right: 30px !important;
padding-left: 30px !important;
margin-top: 60px !important;
margin-bottom: 60px !important;
}
@media (max-width: 767px) {
.single .post-content {
margin-bottom: 30px !important;
}
}
.single .slider-container {
background-size: cover !important;
background-position: center center !important;
}
.slider-container {
height: 45vh !important;
}
@media (max-width: 767px) {
.slider-container {
height: 65vh !important;
}
}
.slider-container.small-height {
height: 35vh !important;
position: relative;
z-index: 1;
}
.slider-container.small-height:before {
content: "";
position: absolute;
left: 0px;
top: 0;
height: 100%;
background: rgba(0, 0, 0, 0.37);
transition: 0.4s linear;
opacity: 1;
z-index: -1;
right: 0;
}
.slider-container .fusion-column-wrapper {
margin-bottom: 60px !important;
}
.slider-container .fusion-title {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.slider-container .fusion-title h1 {
color: #ffffff !important;
}
.slider-container .fusion-text {
display: block;
width: 100%;
background: rgba(255, 255, 255, 0.6);
text-align: center;
padding: 30px 15px;
border-radius: 14px;
margin-bottom: 30px;
margin-top: 60px;
}
.slider-container .fusion-text h1 {
line-height: 1 !important;
width: 50% !important;
margin: 0 auto;
padding-bottom: 10px;
}
@media (max-width: 992px) {
.slider-container .fusion-text h1 {
width: 70% !important;
}
}
@media (max-width: 767px) {
.slider-container .fusion-text h1 {
width: 100% !important;
}
}
.slider-container .fusion-text p {
margin: 0 auto;
width: 50% !important;
margin-bottom: 0 !important;
}
.slider-container .fusion-text p a {
width: 100% !important;
}
@media (max-width: 992px) {
.slider-container .fusion-text p {
width: 70% !important;
}
}
@media (max-width: 767px) {
.slider-container .fusion-text p {
width: 100% !important;
}
}
@media (max-width: 1024px) {
.team-row .fusion-builder-row {
margin-right: 0 !important;
margin-left: 0 !important;
}
}
.teammember {
margin-bottom: 60px !important;
text-align: center !important;
}
@media (max-width: 1024px) {
.teammember {
width: 50% !important;
max-width: 50% !important;
flex: 0 0 50% !important;
}
}
@media (max-width: 767px) {
.teammember {
width: 100% !important;
max-width: 100% !important;
flex: 0 0 100% !important;
}
}
.teammember .fusion-imageframe {
border: 2px solid #009fe3 !important;
border-radius: 50% !important;
margin-bottom: 30px !important;
}
.teammember .fusion-imageframe img {
height: 150px !important;
width: 150px !important;
object-fit: contain;
}
.teammember .fusion-title {
text-align: center !important;
justify-content: center !important;
}
.teammember .fusion-title h3 {
margin-bottom: 17px !important;
}
.teammember .fusion-text p a:hover {
color: #009fe3 !important;
}
.scroll-top {
width: 50px;
height: 50px;
line-height: 50px;
position: fixed;
bottom: 105%;
right: 50px;
font-size: 16px;
border-radius: 50%;
z-index: 99;
color: #171d22;
text-align: center;
cursor: pointer;
transition: 1s ease;
border: none;
opacity: 0;
background: #f1f5f7;
}
.scroll-top.open {
bottom: 30px;
opacity: 1;
}
.scroll-top:hover {
background: #171d22;
color: #fff;
}
.scroll-top:focus {
outline: none !important;
}
.fusion-accordian .panel-heading {
background: #f1f5f7 !important;
}
.accordian {
margin-bottom: 30px !important;
}
.accordian .fusion-panel {
border: none;
border-radius: 15px !important;
margin-bottom: 15px;
background: #f8f9fa;
}
.accordian .fusion-panel .fa-fusion-box {
display: none !important;
}
.accordian .fusion-panel h4 a {
font-size: 17px;
font-weight: 500;
border: none;
outline: none;
cursor: pointer;
padding: 20px 30px 20px 75px;
width: 100%;
text-align: left;
color: #000000 !important;
background: #f8f9fa;
}
.accordian .fusion-panel h4 a.active i {
transform: rotate(90deg);
}
.accordian .fusion-panel h4 a:after {
display: none !important;
}
.accordian .fusion-panel h4 a:hover .fa-fusion-box {
color: #ffffff !important;
}
.accordian .fusion-panel h4 a .fusion-toggle-heading {
margin-left: 0 !important;
}
.accordian .fusion-panel h4 a i {
position: absolute;
top: 50%;
left: 18px;
transform: translateY(-50%);
font-size: 32px;
border-radius: 50%;
background: transparent !important;
display: flex !important;
color: #009fe3 !important;
align-items: center;
justify-content: center;
transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
}
.accordian .fusion-panel h4 a i:before {
font-size: 24px !important;
width: 100% !important;
}
.accordian .fusion-panel h4 a i.hide {
display: none !important;
}
.accordian .fusion-panel .toggle-content {
padding: 20px 30px !important;
}
.in {
display: block !important;
height: auto !important;
opacity: 1 !important;
}
.youtube-background {
position: relative;
overflow: hidden;
width: 100vw;
height: 100vh;
}
.youtube-background iframe {
position: absolute;
top: 50%;
left: 50%;
width: 100vw;
height: 100vh;
transform: translate(-50%, -50%);
}
@media (min-aspect-ratio: 16/9) {
.youtube-background iframe {
height: 56.25vw;
}
}
@media (max-aspect-ratio: 16/9) {
.youtube-background iframe {
width: 177.78vh;
}
} .owl-carousel .animated {
animation-duration: 1000ms;
animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
z-index: 0;
}
.owl-carousel .owl-animated-out {
z-index: 1;
}
.owl-carousel .fadeOut {
animation-name: fadeOut;
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
} .owl-height {
transition: height 500ms ease-in-out;
} .owl-carousel {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent; position: relative;
z-index: 1;
}
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
touch-action: manipulation;
-moz-backface-visibility: hidden; }
.owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
display: block;
width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
cursor: pointer;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
background: none;
color: inherit;
border: none;
padding: 0 !important;
font: inherit;
}
.owl-carousel.owl-loaded {
display: block;
}
.owl-carousel.owl-loading {
opacity: 0;
display: block;
}
.owl-carousel.owl-hidden {
opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
touch-action: pan-y;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel.owl-grab {
cursor: move;
cursor: grab;
}
.owl-carousel.owl-rtl {
direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
float: right;
} .no-js .owl-carousel {
display: block;
} .owl-carousel .owl-item { }
.owl-carousel .owl-item .owl-lazy {
opacity: 0;
transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
transform-style: preserve-3d;
} .owl-theme .owl-nav {
margin-top: 10px;
text-align: center;
-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
color: #FFF;
font-size: 14px;
margin: 5px;
padding: 4px 7px;
background: #D6D6D6;
display: inline-block;
cursor: pointer;
border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
background: #869791;
color: #FFF;
text-decoration: none;
}
.owl-theme .owl-nav .disabled {
opacity: 0.5;
cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 10px;
}
.owl-theme .owl-dots {
text-align: center;
-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
display: inline-block;
zoom: 1;
*display: inline;
}
.owl-theme .owl-dots .owl-dot span {
width: 10px;
height: 10px;
margin: 5px 7px;
background: #D6D6D6;
display: block;
-webkit-backface-visibility: visible;
transition: opacity 200ms ease;
border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
background: #869791;
} .owl-theme .owl-nav {
margin-top: 10px;
text-align: center;
-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
color: #FFF;
font-size: 14px;
margin: 5px;
padding: 4px 7px;
background: #D6D6D6;
display: inline-block;
cursor: pointer;
border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
background: #869791;
color: #FFF;
text-decoration: none;
}
.owl-theme .owl-nav .disabled {
opacity: 0.5;
cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 10px;
}
.owl-theme .owl-dots {
text-align: center;
-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
display: inline-block;
zoom: 1;
*display: inline;
}
.owl-theme .owl-dots .owl-dot span {
width: 10px;
height: 10px;
margin: 5px 7px;
background: #D6D6D6;
display: block;
-webkit-backface-visibility: visible;
transition: opacity 200ms ease;
border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
background: #869791;
}
.owl-theme .owl-nav {
margin-top: 10px;
text-align: center;
-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
color: #FFF;
font-size: 14px;
margin: 5px;
padding: 4px 7px;
background: #D6D6D6;
display: inline-block;
cursor: pointer;
border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
background: #869791;
color: #FFF;
text-decoration: none;
}
.owl-theme .owl-nav .disabled {
opacity: 0.5;
cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 10px;
}
.owl-theme .owl-dots {
text-align: center;
-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
display: inline-block;
zoom: 1;
*display: inline;
}
.owl-theme .owl-dots .owl-dot span {
width: 10px;
height: 10px;
margin: 5px 7px;
background: #D6D6D6;
display: block;
-webkit-backface-visibility: visible;
transition: opacity 200ms ease;
border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
background: #869791;
} .owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000;
}
.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url(//vandhelsen.com/wp-content/themes/Avada-Child/css/owl.video.play.png) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
display: none;
}
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
height: 100%;
width: 100%;
} .owl-carousel {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent; position: relative;
z-index: 1;
}
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
touch-action: manipulation;
-moz-backface-visibility: hidden; }
.owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
display: block;
width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
cursor: pointer;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
background: none;
color: inherit;
border: none;
padding: 0 !important;
font: inherit;
}
.owl-carousel.owl-loaded {
display: block;
}
.owl-carousel.owl-loading {
opacity: 0;
display: block;
}
.owl-carousel.owl-hidden {
opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
touch-action: pan-y;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel.owl-grab {
cursor: move;
cursor: grab;
}
.owl-carousel.owl-rtl {
direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
float: right;
} .no-js .owl-carousel {
display: block;
} .owl-carousel .animated {
animation-duration: 1000ms;
animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
z-index: 0;
}
.owl-carousel .owl-animated-out {
z-index: 1;
}
.owl-carousel .fadeOut {
animation-name: fadeOut;
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
} .owl-height {
transition: height 500ms ease-in-out;
} .owl-carousel .owl-item { }
.owl-carousel .owl-item .owl-lazy {
opacity: 0;
transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
transform-style: preserve-3d;
} .owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000;
}
.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url(//vandhelsen.com/wp-content/themes/Avada-Child/css/owl.video.play.png) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
display: none;
}
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
height: 100%;
width: 100%;
} .owl-theme .owl-nav {
margin-top: 10px;
text-align: center;
-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
color: #FFF;
font-size: 14px;
margin: 5px;
padding: 4px 7px;
background: #D6D6D6;
display: inline-block;
cursor: pointer;
border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
background: #869791;
color: #FFF;
text-decoration: none;
}
.owl-theme .owl-nav .disabled {
opacity: 0.5;
cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 10px;
}
.owl-theme .owl-dots {
text-align: center;
-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
display: inline-block;
zoom: 1;
*display: inline;
}
.owl-theme .owl-dots .owl-dot span {
width: 10px;
height: 10px;
margin: 5px 7px;
background: #D6D6D6;
display: block;
-webkit-backface-visibility: visible;
transition: opacity 200ms ease;
border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
background: #869791;
} .owl-theme .owl-nav {
margin-top: 10px;
text-align: center;
-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
color: #FFF;
font-size: 14px;
margin: 5px;
padding: 4px 7px;
background: #D6D6D6;
display: inline-block;
cursor: pointer;
border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
background: #869791;
color: #FFF;
text-decoration: none;
}
.owl-theme .owl-nav .disabled {
opacity: 0.5;
cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 10px;
}
.owl-theme .owl-dots {
text-align: center;
-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
display: inline-block;
zoom: 1;
*display: inline;
}
.owl-theme .owl-dots .owl-dot span {
width: 10px;
height: 10px;
margin: 5px 7px;
background: #D6D6D6;
display: block;
-webkit-backface-visibility: visible;
transition: opacity 200ms ease;
border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
background: #869791;
}@font-face {
font-family: 'Font Awesome 5 Pro';
font-style: normal;
font-weight: 300;
font-display: auto;
src: url(//vandhelsen.com/wp-content/themes/Avada-Child/css/fontawesome/webfonts/fa-light-300.eot);
src: url(//vandhelsen.com/wp-content/themes/Avada-Child/css/fontawesome/webfonts/fa-light-300.eot?#iefix) format("embedded-opentype"), url(//vandhelsen.com/wp-content/themes/Avada-Child/css/fontawesome/webfonts/fa-light-300.woff2) format("woff2"), url(//vandhelsen.com/wp-content/themes/Avada-Child/css/fontawesome/webfonts/fa-light-300.woff) format("woff"), url(//vandhelsen.com/wp-content/themes/Avada-Child/css/fontawesome/webfonts/fa-light-300.ttf) format("truetype"), url(//vandhelsen.com/wp-content/themes/Avada-Child/css/fontawesome/webfonts/fa-light-300.svg#fontawesome) format("svg"); }
.fal {
font-family: 'Font Awesome 5 Pro';
font-weight: 300; }