.cookie-popup {
position: fixed;
bottom: 30px;
right: 40px;
width: auto;
z-index: 900;
max-width: 450px;
min-height: 80px;
padding: 30px;
background: #FFF;
box-shadow: 0 0 25px rgba(0,0,0,0.16);
}
.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-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 {
visibility: hidden;
opacity: 0;
-webkit-transition: all .3s ease-in-out;
height: 0;
overflow: auto;
}
.cookie-preferences.vb-show {
visibility: visible;
opacity: 1;
-webkit-transition: all 1s ease-in-out;
height: auto;
}
.cookie-preferences .content ul {
padding: 0;
list-style: none;
}
.cookie-preferences .content ul li a {
text-decoration: underline;
}
.cookie-preferences .content ul li:before {
content: '-';
display: inline-block;
padding-right: 5px;
}
.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;
}
.cookie-preferences .css-checkbox {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
width: 40px;
height: 20px;
background: #c7cad2;
border-radius: 3em;
position: relative;
cursor: pointer;
border: initial;
padding: initial;
transition: background .3s ease-in-out;
}
.cookie-preferences .css-checkbox:checked {
background: #eeeeee;
}
.cookie-preferences .css-checkbox:after {
position: absolute;
content: "";
width: 20px;
height: 20px;
border-radius: 50%;
background: #000000;
box-shadow: 0 0 0.25em rgba(0,0,0,.3);
transform: scale(.8);
left: 0;
transition: all .3s ease-in-out;
}
.cookie-preferences .css-checkbox:checked:after {
left: calc(100% - 1.4em);
}
.cookie-preferences .css-checkbox#functional {
cursor: default;
}.wp-caption-text,
.gallery-caption,
.bypostauthor {
}@font-face {
font-family: "Roboto Slab Bold";
src: url(//deblaere-vandemaele.be/wp-content/themes/Avada-Child/assets/fonts/Roboto_Slab/RobotoSlab-Bold.ttf);
}
@font-face {
font-family: "Roboto Slab Semi-Bold";
src: url(//deblaere-vandemaele.be/wp-content/themes/Avada-Child/assets/fonts/Roboto_Slab/RobotoSlab-SemiBold.ttf);
}
@font-face {
font-family: "Crimson Bold";
src: url(//deblaere-vandemaele.be/wp-content/themes/Avada-Child/assets/fonts/Crimson_Text/CrimsonText-Bold.ttf);
}
@font-face {
font-family: "Crimson Regular";
src: url(//deblaere-vandemaele.be/wp-content/themes/Avada-Child/assets/fonts/Crimson_Text/CrimsonText-Regular.ttf);
}
@font-face {
font-family: "Crimson SemiBold";
src: url(//deblaere-vandemaele.be/wp-content/themes/Avada-Child/assets/fonts/Crimson_Text/CrimsonText-SemiBold.ttf);
}
@font-face {
font-family: "Lato Bold";
src: url(//deblaere-vandemaele.be/wp-content/themes/Avada-Child/assets/fonts/Lato/Lato-Bold.ttf);
}
@font-face {
font-family: "Lato Light";
src: url(//deblaere-vandemaele.be/wp-content/themes/Avada-Child/assets/fonts/Lato/Lato-Light.ttf);
}
@font-face {
font-family: "Lato Regular";
src: url(//deblaere-vandemaele.be/wp-content/themes/Avada-Child/assets/fonts/Lato/Lato-Regular.ttf);
} .animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
z-index: 999999;
}
.animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
@-webkit-keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
40% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
60% {
-webkit-transform: translateY(-15px);
transform: translateY(-15px);
}
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
40% {
-webkit-transform: translateY(-30px);
-ms-transform: translateY(-30px);
transform: translateY(-30px);
}
60% {
-webkit-transform: translateY(-15px);
-ms-transform: translateY(-15px);
transform: translateY(-15px);
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
}
@-webkit-keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
} @-webkit-keyframes pulse {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes pulse {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
100% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes shake {
0%, 100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
}
20%, 40%, 60%, 80% {
-webkit-transform: translateX(10px);
transform: translateX(10px);
}
}
@keyframes shake {
0%, 100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translateX(-10px);
-ms-transform: translateX(-10px);
transform: translateX(-10px);
}
20%, 40%, 60%, 80% {
-webkit-transform: translateX(10px);
-ms-transform: translateX(10px);
transform: translateX(10px);
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate(15deg);
transform: rotate(15deg);
}
40% {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg);
}
60% {
-webkit-transform: rotate(5deg);
transform: rotate(5deg);
}
80% {
-webkit-transform: rotate(-5deg);
transform: rotate(-5deg);
}
100% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate(15deg);
-ms-transform: rotate(15deg);
transform: rotate(15deg);
}
40% {
-webkit-transform: rotate(-10deg);
-ms-transform: rotate(-10deg);
transform: rotate(-10deg);
}
60% {
-webkit-transform: rotate(5deg);
-ms-transform: rotate(5deg);
transform: rotate(5deg);
}
80% {
-webkit-transform: rotate(-5deg);
-ms-transform: rotate(-5deg);
transform: rotate(-5deg);
}
100% {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
}
.swing {
-webkit-transform-origin: top center;
-ms-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes tada {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
10%, 20% {
-webkit-transform: scale(0.9) rotate(-3deg);
transform: scale(0.9) rotate(-3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale(1.1) rotate(3deg);
transform: scale(1.1) rotate(3deg);
}
40%, 60%, 80% {
-webkit-transform: scale(1.1) rotate(-3deg);
transform: scale(1.1) rotate(-3deg);
}
100% {
-webkit-transform: scale(1) rotate(0);
transform: scale(1) rotate(0);
}
}
@keyframes tada {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
10%, 20% {
-webkit-transform: scale(0.9) rotate(-3deg);
-ms-transform: scale(0.9) rotate(-3deg);
transform: scale(0.9) rotate(-3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale(1.1) rotate(3deg);
-ms-transform: scale(1.1) rotate(3deg);
transform: scale(1.1) rotate(3deg);
}
40%, 60%, 80% {
-webkit-transform: scale(1.1) rotate(-3deg);
-ms-transform: scale(1.1) rotate(-3deg);
transform: scale(1.1) rotate(-3deg);
}
100% {
-webkit-transform: scale(1) rotate(0);
-ms-transform: scale(1) rotate(0);
transform: scale(1) rotate(0);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
} @-webkit-keyframes wobble {
0% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
15% {
-webkit-transform: translateX(-25%) rotate(-5deg);
transform: translateX(-25%) rotate(-5deg);
}
30% {
-webkit-transform: translateX(20%) rotate(3deg);
transform: translateX(20%) rotate(3deg);
}
45% {
-webkit-transform: translateX(-15%) rotate(-3deg);
transform: translateX(-15%) rotate(-3deg);
}
60% {
-webkit-transform: translateX(10%) rotate(2deg);
transform: translateX(10%) rotate(2deg);
}
75% {
-webkit-transform: translateX(-5%) rotate(-1deg);
transform: translateX(-5%) rotate(-1deg);
}
100% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
}
@keyframes wobble {
0% {
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
}
15% {
-webkit-transform: translateX(-25%) rotate(-5deg);
-ms-transform: translateX(-25%) rotate(-5deg);
transform: translateX(-25%) rotate(-5deg);
}
30% {
-webkit-transform: translateX(20%) rotate(3deg);
-ms-transform: translateX(20%) rotate(3deg);
transform: translateX(20%) rotate(3deg);
}
45% {
-webkit-transform: translateX(-15%) rotate(-3deg);
-ms-transform: translateX(-15%) rotate(-3deg);
transform: translateX(-15%) rotate(-3deg);
}
60% {
-webkit-transform: translateX(10%) rotate(2deg);
-ms-transform: translateX(10%) rotate(2deg);
transform: translateX(10%) rotate(2deg);
}
75% {
-webkit-transform: translateX(-5%) rotate(-1deg);
-ms-transform: translateX(-5%) rotate(-1deg);
transform: translateX(-5%) rotate(-1deg);
}
100% {
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes bounceIn {
0% {
opacity: 0;
-webkit-transform: scale(0.3);
transform: scale(0.3);
}
50% {
opacity: 1;
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
70% {
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes bounceIn {
0% {
opacity: 0;
-webkit-transform: scale(0.3);
-ms-transform: scale(0.3);
transform: scale(0.3);
}
50% {
opacity: 1;
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
}
70% {
-webkit-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
}
100% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
}
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(30px);
transform: translateY(30px);
}
80% {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes bounceInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(30px);
-ms-transform: translateY(30px);
transform: translateY(30px);
}
80% {
-webkit-transform: translateY(-10px);
-ms-transform: translateY(-10px);
transform: translateY(-10px);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(30px);
transform: translateX(30px);
}
80% {
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes bounceInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(30px);
-ms-transform: translateX(30px);
transform: translateX(30px);
}
80% {
-webkit-transform: translateX(-10px);
-ms-transform: translateX(-10px);
transform: translateX(-10px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(-30px);
transform: translateX(-30px);
}
80% {
-webkit-transform: translateX(10px);
transform: translateX(10px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes bounceInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(-30px);
-ms-transform: translateX(-30px);
transform: translateX(-30px);
}
80% {
-webkit-transform: translateX(10px);
-ms-transform: translateX(10px);
transform: translateX(10px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
80% {
-webkit-transform: translateY(10px);
transform: translateY(10px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes bounceInUp {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(-30px);
-ms-transform: translateY(-30px);
transform: translateY(-30px);
}
80% {
-webkit-transform: translateY(10px);
-ms-transform: translateY(10px);
transform: translateY(10px);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
25% {
-webkit-transform: scale(0.95);
transform: scale(0.95);
}
50% {
opacity: 1;
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
100% {
opacity: 0;
-webkit-transform: scale(0.3);
transform: scale(0.3);
}
}
@keyframes bounceOut {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
25% {
-webkit-transform: scale(0.95);
-ms-transform: scale(0.95);
transform: scale(0.95);
}
50% {
opacity: 1;
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
100% {
opacity: 0;
-webkit-transform: scale(0.3);
-ms-transform: scale(0.3);
transform: scale(0.3);
}
}
.bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
}
@keyframes bounceOutDown {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
@keyframes bounceOutLeft {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
}
@keyframes bounceOutRight {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
}
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
@keyframes bounceOutUp {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
}
@keyframes fadeOutDown {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
}
@keyframes fadeOutDownBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
}
@keyframes fadeOutLeft {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
@keyframes fadeOutLeftBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
}
@keyframes fadeOutRight {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
}
@keyframes fadeOutRightBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
}
@keyframes fadeOutUp {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
@keyframes fadeOutUpBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
0% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
0% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
-ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
-ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
-ms-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateX(-10deg);
transform: perspective(400px) rotateX(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateX(10deg);
transform: perspective(400px) rotateX(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
@keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotateX(90deg);
-ms-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateX(-10deg);
-ms-transform: perspective(400px) rotateX(-10deg);
transform: perspective(400px) rotateX(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateX(10deg);
-ms-transform: perspective(400px) rotateX(10deg);
transform: perspective(400px) rotateX(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateX(0deg);
-ms-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
@-webkit-keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateY(-10deg);
transform: perspective(400px) rotateY(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateY(10deg);
transform: perspective(400px) rotateY(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
@keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotateY(90deg);
-ms-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateY(-10deg);
-ms-transform: perspective(400px) rotateY(-10deg);
transform: perspective(400px) rotateY(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateY(10deg);
-ms-transform: perspective(400px) rotateY(10deg);
transform: perspective(400px) rotateY(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateY(0deg);
-ms-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
0% {
-webkit-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
}
@keyframes flipOutX {
0% {
-webkit-transform: perspective(400px) rotateX(0deg);
-ms-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateX(90deg);
-ms-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
}
.flipOutX {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
0% {
-webkit-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
}
@keyframes flipOutY {
0% {
-webkit-transform: perspective(400px) rotateY(0deg);
-ms-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateY(90deg);
-ms-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
0% {
-webkit-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: translateX(-20%) skewX(30deg);
transform: translateX(-20%) skewX(30deg);
opacity: 1;
}
80% {
-webkit-transform: translateX(0%) skewX(-15deg);
transform: translateX(0%) skewX(-15deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
}
@keyframes lightSpeedIn {
0% {
-webkit-transform: translateX(100%) skewX(-30deg);
-ms-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: translateX(-20%) skewX(30deg);
-ms-transform: translateX(-20%) skewX(30deg);
transform: translateX(-20%) skewX(30deg);
opacity: 1;
}
80% {
-webkit-transform: translateX(0%) skewX(-15deg);
-ms-transform: translateX(0%) skewX(-15deg);
transform: translateX(0%) skewX(-15deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(0%) skewX(0deg);
-ms-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
0% {
-webkit-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
0% {
-webkit-transform: translateX(0%) skewX(0deg);
-ms-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(100%) skewX(-30deg);
-ms-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
0% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(-200deg);
transform: rotate(-200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateIn {
0% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(-200deg);
-ms-transform: rotate(-200deg);
transform: rotate(-200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
0% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(200deg);
transform: rotate(200deg);
opacity: 0;
}
}
@keyframes rotateOut {
0% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(200deg);
-ms-transform: rotate(200deg);
transform: rotate(200deg);
opacity: 0;
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes slideInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes slideInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slideInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slideInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
@keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
}
@keyframes slideOutRight {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
@keyframes slideOutUp {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}
@-webkit-keyframes hinge {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate(80deg);
transform: rotate(80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40% {
-webkit-transform: rotate(60deg);
transform: rotate(60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
80% {
-webkit-transform: rotate(60deg) translateY(0);
transform: rotate(60deg) translateY(0);
opacity: 1;
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
100% {
-webkit-transform: translateY(700px);
transform: translateY(700px);
opacity: 0;
}
}
@keyframes hinge {
0% {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate(80deg);
-ms-transform: rotate(80deg);
transform: rotate(80deg);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40% {
-webkit-transform: rotate(60deg);
-ms-transform: rotate(60deg);
transform: rotate(60deg);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
80% {
-webkit-transform: rotate(60deg) translateY(0);
-ms-transform: rotate(60deg) translateY(0);
transform: rotate(60deg) translateY(0);
opacity: 1;
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
100% {
-webkit-transform: translateY(700px);
-ms-transform: translateY(700px);
transform: translateY(700px);
opacity: 0;
}
}
.hinge {
-webkit-animation-name: hinge;
animation-name: hinge;
} @-webkit-keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translateX(-100%) rotate(-120deg);
transform: translateX(-100%) rotate(-120deg);
}
100% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
}
@keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translateX(-100%) rotate(-120deg);
-ms-transform: translateX(-100%) rotate(-120deg);
transform: translateX(-100%) rotate(-120deg);
}
100% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
-ms-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
} @-webkit-keyframes rollOut {
0% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
100% {
opacity: 0;
-webkit-transform: translateX(100%) rotate(120deg);
transform: translateX(100%) rotate(120deg);
}
}
@keyframes rollOut {
0% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
-ms-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
100% {
opacity: 0;
-webkit-transform: translateX(100%) rotate(120deg);
-ms-transform: translateX(100%) rotate(120deg);
transform: translateX(100%) rotate(120deg);
}
}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}
@media (min-width: 1600px) {
#boxed-wrapper .home-banner {
height: 600px;
overflow: hidden;
}
}
#boxed-wrapper .home-banner .fusion-layout-column {
height: 100%;
}
#boxed-wrapper .home-banner .fusion-layout-column .fusion-column-wrapper {
height: 100%;
}
#boxed-wrapper .home-banner .fusion-layout-column .fusion-column-wrapper .fusion-image-element {
height: 100%;
}
#boxed-wrapper .home-banner .fusion-layout-column .fusion-column-wrapper .fusion-image-element .fusion-imageframe {
height: 100%;
width: 100%;
}
#boxed-wrapper .home-banner .fusion-layout-column .fusion-column-wrapper .fusion-image-element .fusion-imageframe img {
height: 100%;
width: 100%;
object-fit: cover;
}
.page-id-49 #main {
padding: 50px 0 0 !important;
}
@media (max-width: 800px) {
.wpcf7 {
margin-top: 60px !important;
}
}
.main-link {
position: relative;
display: inline-block;
z-index: 1;
transition: all 0.4s ease-out;
-moz-transition: all 0.4s ease-out;
-webkit-transition: all 0.4s ease-out;
-ms-transition: all 0.4s ease-out;
-o-transition: all 0.4s ease-out;
background-color: #000 !important;
color: #ffffff !important;
border: 0 !important;
}
.main-link:focus {
border: 0 !important;
}
.main-link:after {
content: "";
width: 4px;
height: 100%;
position: absolute;
right: 0;
top: 0;
background: #c5f1ff;
transition: all 0.4s ease-out;
-moz-transition: all 0.4s ease-out;
-webkit-transition: all 0.4s ease-out;
-ms-transition: all 0.4s ease-out;
-o-transition: all 0.4s ease-out;
z-index: -1;
display: inline-block;
}
.main-link:hover {
text-decoration: none !important;
color: #000 !important;
border: 0 !important;
border-bottom: 0 !important;
}
.main-link:hover:after {
width: 100%;
}
.wpcf7-list-item {
margin-left: 0 !important;
}
.wpcf7-list-item a {
color: #000 !important;
}
.wpcf7-list-item a:hover {
text-decoration: underline !important;
}
.wpcf7-acceptance-as-validation input {
outline: none;
border: none;
}
.wpcf7-acceptance-as-validation textarea {
outline: none;
border: none;
}
.wpcf7-acceptance-as-validation textarea:focus, .wpcf7-acceptance-as-validation input:focus {
border-color: transparent !important;
}
.wpcf7-acceptance-as-validation input::-webkit-input-placeholder {
color: #000 !important;
display: none !important;
}
.wpcf7-acceptance-as-validation input:-moz-placeholder {
color: #000 !important;
}
.wpcf7-acceptance-as-validation input::-moz-placeholder {
color: #000 !important;
}
.wpcf7-acceptance-as-validation input:-ms-input-placeholder {
color: #000 !important;
}
.wpcf7-acceptance-as-validation textarea::-webkit-input-placeholder {
color: #000 !important;
}
.wpcf7-acceptance-as-validation textarea:-moz-placeholder {
color: #000 !important;
}
.wpcf7-acceptance-as-validation textarea::-moz-placeholder {
color: #000 !important;
}
.wpcf7-acceptance-as-validation textarea:-ms-input-placeholder {
color: #000 !important;
}
.wpcf7-acceptance-as-validation .wpcf7-form-control-wrap {
width: 100%;
position: relative;
margin-bottom: 30px;
display: block;
}
.wpcf7-acceptance-as-validation .wpcf7-form-control-wrap.your-consent {
border-bottom: 0 !important;
}
.wpcf7-acceptance-as-validation .wpcf7-form-control-wrap .input2 {
display: block !important;
width: 100% !important;
font-size: 15px !important;
color: #555555 !important;
line-height: 1.2 !important;
border: none !important;
height: 45px !important;
border-bottom: 2px solid #eee !important;
}
.wpcf7-acceptance-as-validation .wpcf7-form-control-wrap .input2.wpcf7-textarea {
height: 150px !important;
border-bottom: 2px solid #eee !important;
}
.wpcf7-acceptance-as-validation .wpcf7-form-control-wrap .input2:focus {
border-bottom-color: #ffc6cf !important;
}
.wpcf7-acceptance-as-validation .focus-input2 {
position: absolute !important;
display: block !important;
width: 100% !important;
height: 100% !important;
top: 0 !important;
left: 0 !important;
pointer-events: none !important;
}
.wpcf7-acceptance-as-validation .focus-input2:before {
content: "" !important;
display: block !important;
position: absolute !important;
bottom: -2px !important;
left: 0 !important;
width: 0 !important;
height: 2px !important;
}
.wpcf7-acceptance-as-validation .focus-input2:after {
content: attr(data-placeholder) !important;
display: block !important;
width: 100% !important;
position: absolute !important;
top: 16px !important;
left: 15px !important;
font-size: 13px !important;
color: #999999 !important;
line-height: 1.2 !important;
-webkit-transition: all 0.4s !important;
-o-transition: all 0.4s !important;
-moz-transition: all 0.4s !important;
transition: all 0.4s !important;
}
.wpcf7-acceptance-as-validation .focus-input2.move:after {
top: -14px !important;
left: 15px !important;
}
.wpcf7-not-valid-tip {
font-size: 14px !important;
}
form.wpcf7-form .wpcf7-submit:hover, form.wpcf7-form .wpcf7-submit:active, form.wpcf7-form .wpcf7-submit:focus, form.wpcf7-form .wpcf7-submit:visited {
border: 0 !important;
background-color: #000 !important;
}
.image-cropper {
width: 150px;
height: 150px;
position: relative;
overflow: hidden;
border-radius: 50%;
}
div.image-cropper > img {
height: 100%;
object-fit: cover;
}  div#verzekeringen div.verzekering-single div.card div.card-footer {
line-height: 1.2;
border-bottom: 2px solid #c5f1ff;
border-radius: 0;
background-color: #ffffff;
text-align: center;
}
div#verzekeringen div.verzekering-single div.card div.card-footer a {
font-family: "Lato Bold";
text-transform: uppercase;
text-decoration: none;
} .card {
border: none !important;
border-radius: 0 !important;
}
.card div.card-block h4 {
font-family: "Lato Bold" !important;
font-size: 18px;
color: #000;
text-transform: uppercase;
text-align: center;
margin-top: 15px;
}
article h1 {
font-family: "Crimson Bold" !important;
font-size: 34px !important;
color: #000;
text-transform: uppercase !important;
}
div.fusion-social-networks div.fusion-social-networks-wrapper a.fusion-social-network-icon:hover {
color: #ffffff !important;
} .fusion-body div.fusion-person {
margin: 0 !important;
}
.fusion-body div.fusion-person div.person-author span.person-name {
font-family: "Lato Bold";
display: none !important;
}
.fusion-body div.fusion-person div.person-author span.person-title {
font-family: "Lato Light";
}
.fusion-body div.fusion-person .person-content {
margin-top: 5px !important;
}
.fusion-body div.fusion-person .person-content a {
font-size: 13px !important;
}
.fusion-body div.fusion-person .person-content a:hover {
text-decoration: underline !important;
} div.office-hours div.office-hours-row div.office-hours-day, div.office-hours div.office-hours-row div.office-hours-pm, div.office-hours div.office-hours-row div.office-hours-am {
display: inline;
float: left;
width: 33%;
font-size: 16px !important;
} @media (max-width: 800px) {
.fusion-body .person {
animation-delay: 0s !important;
}
}
.fusion-body .person .person-image-container {
height: 350px !important;
width: 100% !important;
overflow: hidden;
} .useful-links {
padding: 0 !important;
width: 100% !important;
margin-top: 60px !important;
}
.useful-links ul {
columns: 2;
} .insufeed-data-container {
border: 1px solid #dddee0;
padding: 7.5px 30px;
margin: 15px 0;
}
.insufeed-data-container .insufeed-category {
padding: 0;
display: flex;
align-items: center;
}
@media (max-width: 767px) {
.insufeed-data-container .insufeed-category {
margin-top: 30px;
display: block;
}
}
.insufeed-data-container .insufeed-category h2 {
margin-bottom: 0 !important;
}
.insufeed-data-container .insufeed-category-title {
padding-left: 0 !important;
}
.insufeed-data-container .insufeed-content-container .cijfers-content table {
width: 100%;
table-layout: fixed;
}
.insufeed-data-container .insufeed-content-container .cijfers-content table tr td {
border-color: #000;
}
.insufeed-data-container a.main-link {
cursor: pointer;
float: right;
}
@media (max-width: 767px) {
.insufeed-data-container a.main-link {
float: left;
margin-bottom: 30px;
}
}
@media (max-width: 767px) {
.insufeed-data-container .insufeed-category-link {
padding-left: 0 !important;
}
}
.page-child #verzekeringen.mobile {
display: none !important;
}
@media (max-width: 800px) {
.page-child #verzekeringen {
display: none !important;
}
.page-child #verzekeringen.mobile {
display: block !important;
}
}
@media (max-width: 500px) {
.page-child .main-link {
display: block !important;
margin-top: 15px !important;
}
}
#cookies-agree,
.cookie-reload {
padding: 15px !important;
background: #ffffff !important;
border: 2px solid #c5f1ff !important;
border-radius: 16px !important;
margin-top: 30px !important;
font-family: #c5f1ff !important;
color: #000 !important;
text-transform: uppercase !important;
}
#cookies-agree:after,
.cookie-reload:after {
display: none !important;
}
#cookies-agree:focus,
.cookie-reload:focus {
outline: none !important;
}
@media (max-width: 500px) {
.cookie-popup {
left: 15px;
right: 15px !important;
max-width: 100% !important;
}
}
.cookie-popup .title {
font-size: 22px !important;
}
.cookie-popup .link-preferences,
.cookie-popup .cookie-link {
color: #000 !important;
}
.cookie-popup .link-preferences:hover,
.cookie-popup .cookie-link:hover {
text-decoration: none;
color: black !important;
}
.cookie-popup .link-preferences:after,
.cookie-popup .cookie-link:after {
display: none;
}
.cookie-popup .cookie-preferences {
width: 100% !important;
}
.cookie-popup .cookie-preferences .preferences a {
color: #000 !important;
}
.cookie-popup .cookie-preferences .preferences a:hover {
text-decoration: none;
color: black !important;
}
.cookie-popup .cookie-preferences .preferences a:after {
display: none;
}
.cookie-popup .cookie-preferences ul {
list-style: none;
}
.cookie-popup .cookie-preferences ul li {
overflow: auto;
}
.cookie-popup .cookie-preferences ul li.funtional-cookies {
opacity: 0.5;
}
.cookie-popup .cookie-preferences ul li a {
color: #000 !important;
text-decoration: none !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: #c5f1ff;
}
.cookie-popup .cookie-preferences ul li .css-checkbox:checked {
background: #c5f1ff;
}
.cookie-popup .cookie-preferences ul li .css-checkbox:checked:after {
background: #lightblue;
}
.vb-show {
display: block !important;
}
.vb-hidden {
display: none !important;
}
.cookie-reload {
margin-top: 30px !important;
color: #000 !important;
cursor: pointer !important;
display: table !important;
}
#boxed-wrapper .content-box-custom .fusion-column-wrapper {
background-color: #fff;
-webkit-box-shadow: 0px 15px 30px 0px rgba(231, 231, 231, 0.8);
position: relative;
padding: 25px !important;
border-bottom: 1px solid #c5f1ff !important;
}
#boxed-wrapper .content-box-custom .fusion-column-wrapper h4 {
font-family: "Lato Bold" !important;
font-size: 18px;
color: #000;
text-transform: uppercase;
text-align: left;
}
@media (max-width: 1180px) {
#boxed-wrapper .content-box-custom .fusion-column-wrapper h4 {
min-height: 48px;
}
}
@media (max-width: 992px) {
#boxed-wrapper .content-box-custom .fusion-column-wrapper h4 {
min-height: 0;
}
}
#boxed-wrapper .content-box-custom .fusion-column-wrapper .fusion-text p:last-child {
margin-bottom: 0 !important;
}
.grecaptcha-badge {
visibility: hidden;
}
body {
background: #ffffff;
font-family: "Lato Light" !important;
font-size: 16px !important;
color: #000 !important;
}
p {
font-family: "Lato Light" !important;
font-size: 16px !important;
color: #000 !important;
}
a {
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
font-size: 16px !important;
}
a.classic:hover {
color: #000 !important;
text-decoration: underline !important;
}
a:hover {
color: #000 !important;
text-decoration: none !important;
}
a.main-link {
position: relative;
display: inline-block;
z-index: 1;
transition: all 0.4s ease-out;
-moz-transition: all 0.4s ease-out;
-webkit-transition: all 0.4s ease-out;
-ms-transition: all 0.4s ease-out;
-o-transition: all 0.4s ease-out;
background-color: #000 !important;
color: #ffffff !important;
}
a.main-link:after {
content: "";
width: 4px;
height: 100%;
position: absolute;
right: 0;
top: 0;
background: #c5f1ff;
transition: all 0.4s ease-out;
-moz-transition: all 0.4s ease-out;
-webkit-transition: all 0.4s ease-out;
-ms-transition: all 0.4s ease-out;
-o-transition: all 0.4s ease-out;
z-index: -1;
display: inline-block;
}
a.main-link:hover {
text-decoration: none !important;
color: #000 !important;
border: 0 !important;
border-bottom: 0 !important;
}
a.main-link:hover:after {
width: 100%;
}
a.main-link {
background-color: #e7e7e7;
text-transform: uppercase;
text-decoration: none;
padding: 10px;
margin-right: 5px;
}
a.main-link:hover {
color: #000;
text-decoration: none;
border-bottom: 2px solid #c5f1ff;
}
h1 {
font-family: "Roboto Slab Semi-Bold" !important;
font-size: 42px;
color: #000;
line-height: 100% !important;
}
h2 {
font-family: "Roboto Slab Bold" !important;
font-size: 38px;
color: #000;
}
h3 {
font-family: "Roboto Slab Bold" !important;
font-size: 34px;
color: #c5f1ff;
}
h4 {
font-family: "Lato Light" !important;
font-size: 16px;
color: #000;
}
b, strong {
font-family: "Lato Bold";
}
.fusion-separator {
border-color: #c5f1ff !important;
}
.home #main {
padding-top: 0 !important;
}
.fusion-title {
margin-bottom: 15px !important;
}
.fusion-separator {
margin-bottom: 30px !important;
}
.flex-center {
display: flex !important;
justify-content: center !important;
}
.flex-center .fusion-row {
display: flex !important;
justify-content: center !important;
}
.flex-center .fusion-row .fusion-layout-column {
margin-right: 0 !important;
}
.home .card:nth-child(3) {
margin-bottom: 0 !important;
}
.gmap {
width: 100% !important;
height: 350px !important;
margin: 0 !important;
padding: 0 !important;
}
form.wpcf7-form:hover .wpcf7-submit:hover {
border-bottom: 0 !important;
background-color: #000 !important;
}
.box-shadow {
-webkit-box-shadow: 0px 15px 30px 0px rgba(42, 116, 237, 0.1);
box-shadow: 0px 15px 30px 0px rgba(42, 116, 237, 0.1);
}
.w-100 img {
width: 100% !important;
}
.fusion-secondary-header {
display: none !important;
}
.header-link {
float: right;
transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
}
.header-link a.link {
text-transform: uppercase;
font-family: "Lato Light";
text-decoration: none;
font-size: 14px;
margin-right: 5px;
right: 0;
top: -1px;
padding: 5px 15px;
background: #c5f1ff;
color: #000;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.header-link a.link:hover {
background: #000;
color: #ffffff !important;
}
.header-link a.link i {
padding-right: 5px;
}
@media (max-width: 600px) {
.header-link a.link {
left: 30px !important;
right: auto;
}
}
@media (max-width: 1250px) {
.header-link a.social {
margin-right: 30px !important;
}
}
.header-link a.social:hover {
color: #000 !important;
}
.header-link a.social .icon-image img {
width: 20px;
height: 20px;
object-fit: contain;
}
.mb-60 {
margin-bottom: 60px !important;
}
#post-404page .fusion-fullwidth {
padding-bottom: 0 !important;
}
#post-404page .fusion-responsive-typography-calculated {
line-height: 1.2 !important;
}
#post-404page .error-message {
color: #c5f1ff !important;
}
.fusion-header-sticky-height {
height: auto !important;
}
.title-sep-container {
display: none !important;
}
.page-bijstandsnummers #boxed-wrapper h4 {
font-family: "Lato Bold" !important;
font-size: 18px;
color: #6F9AD3;
text-transform: uppercase;
}
#documentcenter .documentcenter_searchitem {
margin-bottom: 30px;
}
#documentcenter .documentcenter_searchitem label {
font-family: "Roboto Slab Bold" !important;
font-size: 30px !important;
color: #000;
}
#documentcenter .documentcenter_searchitem select {
width: 100% !important;
border-radius: 0;
}
#documentcenter [type=submit] {
position: relative !important;
display: inline-block !important;
z-index: 1 !important;
transition: all 0.4s ease-out !important;
-moz-transition: all 0.4s ease-out !important;
-webkit-transition: all 0.4s ease-out !important;
-ms-transition: all 0.4s ease-out !important;
-o-transition: all 0.4s ease-out !important;
background-color: #000 !important;
color: #ffffff !important;
cursor: pointer !important;
padding: 10px !important;
text-transform: uppercase !important;
border: 0 !important;
}
#documentcenter [type=submit]:focus {
outline: none !important;
}
#documentcenter [type=submit]:after {
content: "";
width: 4px;
height: 100%;
position: absolute;
right: 0;
top: 0;
background: #c5f1ff;
transition: all 0.4s ease-out;
-moz-transition: all 0.4s ease-out;
-webkit-transition: all 0.4s ease-out;
-ms-transition: all 0.4s ease-out;
-o-transition: all 0.4s ease-out;
z-index: -1;
display: inline-block;
}
#documentcenter [type=submit]:hover {
text-decoration: none !important;
color: #000 !important;
border: 0 !important;
border-bottom: 0 !important;
}
#documentcenter [type=submit]:hover:after {
width: 100%;
}
div.fusion-footer footer.fusion-footer-widget-area {
font-family: "Lato Light";
background-color: #000;
color: #ffffff !important;
border-top: 0 !important;
padding-bottom: 24px !important; }
div.fusion-footer footer.fusion-footer-widget-area p {
color: #ffffff !important;
}
div.fusion-footer footer.fusion-footer-widget-area #media_image-2 {
max-width: 50%;
}
@media (max-width: 992px) {
div.fusion-footer footer.fusion-footer-widget-area #media_image-2 {
margin: 0 auto;
display: none !important;
}
}
@media (max-width: 800px) {
div.fusion-footer footer.fusion-footer-widget-area #media_image-2 {
display: none !important;
}
}
div.fusion-footer footer.fusion-footer-widget-area #media_image-3 {
display: none;
}
@media (max-width: 992px) {
div.fusion-footer footer.fusion-footer-widget-area #media_image-3 {
display: block;
margin: 0 0 30px 0;
max-width: 335px;
}
}
@media (max-width: 800px) {
div.fusion-footer footer.fusion-footer-widget-area .fusion-footer-widget-column {
margin-bottom: 30px;
}
}
div.fusion-footer footer.fusion-footer-widget-area h4 {
color: #ffffff !important;
font-family: "Lato Bold" !important;
margin-bottom: 15px;
font-size: 18px !important;
}
div.fusion-footer footer.fusion-footer-widget-area a {
color: #ffffff !important;
}
div.fusion-footer footer.fusion-footer-widget-area a:hover {
color: #c5f1ff !important;
text-decoration: none !important;
}
div.fusion-footer footer.fusion-footer-widget-area div.office-hours div.office-hours-row div.office-hours-day, div.fusion-footer footer.fusion-footer-widget-area div.office-hours div.office-hours-row div.office-hours-pm, div.fusion-footer footer.fusion-footer-widget-area div.office-hours div.office-hours-row div.office-hours-am {
display: inline;
float: left;
width: 33%;
}
div.fusion-footer footer.fusion-footer-copyright-area {
background-color: #ffffff;
color: #000;
}
@media (max-width: 800px) {
div.fusion-footer footer.fusion-footer-copyright-area {
padding: 15px 30px !important;
}
}
div.fusion-footer footer.fusion-footer-copyright-area .fusion-copyright-notice {
text-align: right !important;
}
@media (max-width: 800px) {
div.fusion-footer footer.fusion-footer-copyright-area .fusion-copyright-notice {
text-align: left !important;
}
}
div.fusion-footer footer.fusion-footer-copyright-area .fusion-copyright-notice p {
margin: 0 !important;
}
div.fusion-footer footer.fusion-footer-copyright-area .fusion-copyright-notice p a:hover {
text-decoration: underline !important;
}
@media (max-width: 992px) {
div.fusion-footer .fusion-columns .col-md-6:first-child {
width: 100% !important;
max-width: 100% !important;
}
} div#cookie-popup a.custom-link {
background-color: #e7e7e7;
text-transform: uppercase;
text-decoration: none;
padding: 10px;
}
div#cookie-popup a.custom-link:hover {
color: #000 !important;
text-decoration: none;
border-bottom: 2px solid #c5f1ff;
} div.to-top-container a#toTop {
background-color: #ffc6cf;
text-decoration: none;
}
div.to-top-container a#toTop:hover {
background-color: #ff4764;
}
div.to-top-container a#toTop:before {
content: "\f106";
}
.custom-link {
position: relative;
display: inline-block;
z-index: 1;
transition: all 0.4s ease-out;
-moz-transition: all 0.4s ease-out;
-webkit-transition: all 0.4s ease-out;
-ms-transition: all 0.4s ease-out;
-o-transition: all 0.4s ease-out;
}
.custom-link:after {
content: "";
width: 4px;
height: 100%;
position: absolute;
right: 0;
top: 0;
background: #c5f1ff;
transition: all 0.4s ease-out;
-moz-transition: all 0.4s ease-out;
-webkit-transition: all 0.4s ease-out;
-ms-transition: all 0.4s ease-out;
-o-transition: all 0.4s ease-out;
z-index: -1;
display: inline-block;
}
.custom-link:hover {
text-decoration: none;
color: #ffffff !important;
border: 0 !important;
}
.custom-link:hover:after {
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;
}
form.wpcf7-form label {
margin-top: 0.5rem;
}
form.wpcf7-form .wpcf7-text, form.wpcf7-form .wpcf7-textarea {
color: #000;
border-radius: 0;
border-color: #e7e7e7;
}
form.wpcf7-form .wpcf7-submit {
border-radius: 0;
color: #000;
background-color: #e7e7e7;
text-transform: uppercase;
text-decoration: none;
padding: 10px;
margin-right: 5px;
}
form.wpcf7-form .wpcf7-submit:hover, form.wpcf7-form .wpcf7-submit:active, form.wpcf7-form .wpcf7-submit:focus, form.wpcf7-form .wpcf7-submit:visited {
color: #000;
text-decoration: none;
border-bottom: 2px solid #c5f1ff !important;
background-color: #e7e7e7 !important;
}
form.wpcf7-form .wpcf7-not-valid-tip {
color: #a64242;
display: block;
}
form.wpcf7-form .fusion-alert {
border-radius: 0;
}
form.wpcf7-form .wpcf7-validation-errors {
border-color: #ffc6cf;
background-color: #ffc6cf;
}
@media (max-width: 500px) {
header .social {
display: none !important;
}
}
.fusion-is-sticky .fusion-header {
padding: 30px !important;
}
.fusion-header {
height: auto !important;
padding: 60px 30px !important;
transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
}
.fusion-header .fusion-logo {
max-width: 335px;
margin: 0 !important;
}
@media (max-width: 510px) {
.fusion-header .fusion-logo {
max-width: 250px;
}
}
.fusion-header .fusion-main-menu .fusion-menu li {
padding-right: 25px !important;
}
.fusion-header .fusion-main-menu .fusion-menu li:last-child {
padding-right: 0 !important;
}
.fusion-header .fusion-main-menu .fusion-menu li.current-menu-item > a:before {
width: 100%;
}
.fusion-header .fusion-main-menu .fusion-menu li a {
height: 52px !important;
border: 0 !important;
position: relative !important;
text-transform: uppercase;
font-family: "Lato Light";
text-decoration: none;
}
.fusion-header .fusion-main-menu .fusion-menu li a:before {
display: block;
position: absolute;
top: 0;
left: 50%;
width: 0;
height: 2px;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
-webkit-transition: all 0.2s;
transition: all 0.2s;
content: "";
background: #c5f1ff;
}
.fusion-header .fusion-main-menu .fusion-menu li a:hover:before {
width: 100%;
}
.fusion-header .fusion-main-menu .fusion-menu li .sub-menu {
border-top: 0 !important;
width: auto !important;
padding: 0 !important;
}
.fusion-header .fusion-main-menu .fusion-menu li .sub-menu li {
padding: 0 !important;
}
.fusion-header .fusion-main-menu .fusion-menu li .sub-menu li a {
height: auto !important;
padding: 10px 25px !important;
position: relative;
z-index: 1;
}
.fusion-header .fusion-main-menu .fusion-menu li .sub-menu li a:before {
display: none;
}
.fusion-header .fusion-main-menu .fusion-menu li .sub-menu li a:after {
position: absolute;
left: 0;
top: 0;
width: 0px;
height: 100%;
content: "";
background: #c5f1ff;
z-index: -1;
visibility: hidden;
transition: all 600ms ease;
-webkit-transition: all 600ms ease;
-ms-transition: all 600ms ease;
-o-transition: all 600ms ease;
-moz-transition: all 600ms ease;
}
.fusion-header .fusion-main-menu .fusion-menu li .sub-menu li a:hover:after {
opacity: 1;
visibility: visible;
width: 100%;
}
.fusion-header .fusion-main-menu .fusion-menu li .sub-menu li.current-menu-item a {
color: #000;
}
.fusion-header .fusion-main-menu .fusion-menu li .sub-menu li.current-menu-item a:after {
width: 100%;
visibility: visible;
}
.fusion-header .fusion-flyout-mobile-menu-icons a:hover .fusion-toggle-icon-line {
background: #c5f1ff !important;
}
.fusion-header .fusion-flyout-mobile-menu {
background: rgba(0, 0, 0, 0.9) !important;
margin-top: 0 !important;
height: 100% !important;
}
.fusion-header .fusion-flyout-mobile-menu .fusion-menu li a {
font-size: 16px;
font-family: "Lato Bold";
color: #ffffff;
text-transform: uppercase;
}
.fusion-header .fusion-flyout-mobile-menu .fusion-menu li a:hover {
color: #c5f1ff !important;
}
.fusion-flyout-menu-active .fusion-flyout-mobile-menu-icons a .fusion-toggle-icon-line {
background: #ffffff !important;
}
#mobile-menu-item-424,
#mobile-menu-item-203 {
padding: 0 !important;
}
#mobile-menu-item-424 .fusion-bar-highlight,
#mobile-menu-item-203 .fusion-bar-highlight {
display: none;
}
#mobile-menu-item-424 .sub-menu,
#mobile-menu-item-203 .sub-menu {
display: block;
}
#mobile-menu-item-424 .sub-menu li,
#mobile-menu-item-203 .sub-menu li {
padding-bottom: 14px !important;
padding-top: 14px !important;
}
#mobile-menu-item-424 .sub-menu li a,
#mobile-menu-item-203 .sub-menu li a {
display: block;
}
#mobile-menu-item-424 .sub-menu li a:last-child,
#mobile-menu-item-203 .sub-menu li a:last-child {
padding-bottom: 0;
}
#boxed-wrapper .insurance-column .fusion-column-wrapper {
cursor: pointer !important;
align-items: center;
}
#boxed-wrapper .insurance-column .fusion-column-wrapper lord-icon {
width: 150px !important;
height: 150px !important;
}
#boxed-wrapper .insurance-column .fusion-column-wrapper h2 {
text-align: center !important;
}
.news .card {
background-color: #fff;
-webkit-box-shadow: 0px 15px 30px 0px rgba(231, 231, 231, 0.8);
position: relative;
-webkit-transition: 0.2s all;
transition: 0.2s all;
margin-bottom: 30px !important;
cursor: pointer;
}
@media (max-width: 767px) {
.news .card {
animation-delay: 0s !important;
}
}
.news .card:hover .card-footer a:after {
width: 100%;
}
.news .card .card-img-top {
position: relative;
}
.news .card .card-img-top .date {
position: absolute;
bottom: 0;
left: 0;
padding: 5px 15px;
background-color: #e7e7e7;
color: #000;
z-index: 1;
}
.news .card .card-block {
z-index: 2;
padding: 15px;
}
.news .card .card-block h4 {
text-align: left;
font-size: 16px !important;
}
@media (max-width: 1180px) {
.news .card .card-block h4 {
min-height: 48px;
}
}
@media (max-width: 992px) {
.news .card .card-block h4 {
min-height: 0;
}
}
.news .card .card-footer {
background: transparent;
border: none;
}
.news .card .card-footer a {
position: relative;
padding: 15px 0;
background: transparent;
text-align: left;
text-transform: uppercase;
}
.news .card .card-footer a:after {
content: "";
height: 2px;
background: #c5f1ff;
width: 15%;
position: absolute;
bottom: 0;
left: 0;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.news .card .card-footer a:hover {
text-decoration: none !important;
}
.news .card .card-footer a:hover:after {
width: 100%;
}
.single-post .sep-solid {
margin-left: 0 !important;
}
.single-post .date {
padding: 5px 0;
}
@media (max-width: 800px) {
.single-post .post-content {
margin-top: 30px !important;
}
}
.share-box {
width: auto !important;
background: #ffffff !important;
display: block !important;
float: right;
}
@media (max-width: 767px) {
.share-box {
margin-top: 30px !important;
padding: 0 !important;
float: left;
}
}
.share-box h4 {
display: none !important;
}
.share-box .fusion-social-networks-wrapper a {
padding: 12px;
border-radius: 50%;
}
.share-box .fusion-social-networks-wrapper a:hover {
background: #ffc6cf;
}
.team-column .fusion-column-wrapper {
overflow: hidden !important;
}
@media (min-width: 641px) {
.team-column .fusion-column-wrapper:hover .team-content {
height: 180px;
padding-top: 10px;
}
.team-column .fusion-column-wrapper:hover .team-content .function {
padding-top: 40px !important;
padding-bottom: 15px;
}
}
.team-column .fusion-column-wrapper:hover .function,
.team-column .fusion-column-wrapper:hover .team-contact {
opacity: 1 !important;
}
.team-column .fusion-column-wrapper .team-content {
width: 77%;
background: rgba(197, 241, 255, 0.85);
padding: 30px 15px 0;
border-radius: 0 45px 0 0;
position: absolute;
bottom: 0;
left: 5.76%;
right: 5.76%;
z-index: 2;
transition: all 0.3s ease-in-out;
height: 45px;
overflow: hidden;
}
@media (max-width: 1024px) {
.team-column .fusion-column-wrapper .team-content {
left: 3.84%;
right: 3.84%;
}
}
@media (max-width: 640px) {
.team-column .fusion-column-wrapper .team-content {
left: 1.92%;
right: 1.92%;
padding-top: 10px;
padding-bottom: 15px;
height: auto;
}
.team-column .fusion-column-wrapper .team-content .function {
padding-top: 40px !important;
}
}
.team-column .fusion-column-wrapper .team-content .function {
font-family: "Lato Regular";
opacity: 0;
display: block;
animation-duration: 1s !important;
}
@media (max-width: 640px) {
.team-column .fusion-column-wrapper .team-content .function {
opacity: 1 !important;
padding-top: 15px !important;
padding-bottom: 15px;
}
}
.team-column .fusion-column-wrapper .team-content .function.active {
opacity: 1 !important;
}
.team-column .fusion-column-wrapper .team-content .team-contact {
margin-bottom: 0;
margin-top: 0;
opacity: 0;
display: block;
}
@media (max-width: 640px) {
.team-column .fusion-column-wrapper .team-content .team-contact {
opacity: 1 !important;
}
}
.team-column .fusion-column-wrapper .team-content .team-contact a {
font-family: "Lato Regular";
font-size: 12px;
cursor: pointer !important;
display: block;
}
.team-column .fusion-column-wrapper .team-content .team-name {
font-family: "Lato Bold";
padding-top: 7px;
display: block;
position: absolute;
top: 5px;
}
@media (max-width: 640px) {
.team-column .fusion-column-wrapper .team-content .team-name {
position: relative;
top: auto;
}
}
#verzekeringen .card {
background-color: #fff;
-webkit-box-shadow: 0px 8px 20px 0px rgb(228, 228, 228);
box-shadow: 0px 8px 20px 0px rgb(228, 228, 228);
position: relative;
-webkit-transition: 0.2s all;
transition: 0.2s all;
margin-bottom: 8px !important;
margin-top: 8px;
}
#verzekeringen .card:hover {
-webkit-box-shadow: 0px 15px 30px 0px rgba(42, 116, 237, 0.1);
box-shadow: 0px 15px 30px 0px rgba(42, 116, 237, 0.1);
-webkit-transition: 0.2s all;
transition: 0.2s all;
}
#verzekeringen .card .card-footer {
border-top: 0 !important;
margin-bottom: 0 !important;
}