.dnd-icon-remove.deleting { font-size:12px; color:#000; font-weight: 500; position: relative; top:-3px; }
.dnd-icon-remove.deleting:after { display:none!important; }
.wpcf7-drag-n-drop-file.d-none {
display:none;
opacity:0;
visibility:hidden;
position:absolute;
top:0;
} .dnd-upload-status {
display:flex;
padding:4px 0;
align-items:center;
position:relative;
} .dnd-upload-status .dnd-upload-image {
width:40px;
height:40px;
border:1px solid #a5a5a5;
text-align:center;
border-radius:100%;
position:relative;
}
.dnd-upload-status .dnd-upload-image span.file {
background-image: url("data:image/svg+xml,%0A%3Csvg width='18' height='23' viewBox='0 0 18 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.569 0.659576H0.5V23H18V6.09053L12.569 0.659576ZM12.7872 1.93075L16.7288 5.87234H12.7872V1.93075ZM1.24468 22.2553V1.40426H12.0426V6.61702H17.2553V22.2553H1.24468Z' fill='%235C5B5B'/%3E%3C/svg%3E%0A");
background-repeat: no-repeat;
background-size: 100%;
height: 21px;
width: 16px;
display: block;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-moz-transform : translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
} .dnd-upload-status .dnd-upload-details {
padding-left:10px;
width: calc(100% - 40px);
}
.dnd-upload-status .dnd-upload-details .name {color:#016d98; padding:4px 0; padding-right:60px; display:flex; }
.dnd-upload-status .dnd-upload-details .name span { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; position: relative; padding-right:10px; }
.dnd-upload-status .dnd-upload-details .name em {color:#444242;	font-weight:700; } .dnd-upload-status .dnd-upload-details .remove-file {
position:absolute;
right:0;
top:10px;
text-decoration:none;
box-shadow:none;
outline:none;
opacity:1;
}
.dnd-upload-status .dnd-upload-details .remove-file span:after {
content: '';
width:15px;
height:15px;
display: block;
background-repeat:no-repeat;
background-size:100%;
background-image: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 0C7.83499 0 0 7.83499 0 17.5C0 27.165 7.83499 35 17.5 35C27.165 35 35 27.165 35 17.5C34.9888 7.83965 27.1604 0.0112198 17.5 0ZM17.5 33.871C8.45857 33.871 1.12903 26.5414 1.12903 17.5C1.12903 8.45857 8.45857 1.12903 17.5 1.12903C26.5414 1.12903 33.871 8.45857 33.871 17.5C33.861 26.5373 26.5373 33.861 17.5 33.871Z' fill='black'/%3E%3Cpath d='M25.4834 9.51661C25.2629 9.29624 24.9056 9.29624 24.6852 9.51661L17.5 16.7018L10.3148 9.51661C10.0983 9.29236 9.74087 9.28615 9.51661 9.50271C9.29236 9.71927 9.28615 10.0767 9.50271 10.3009C9.50723 10.3057 9.51188 10.3103 9.51661 10.3148L16.7018 17.5L9.51661 24.6852C9.29236 24.9018 9.28615 25.2591 9.50278 25.4834C9.71941 25.7076 10.0768 25.7139 10.301 25.4972C10.3057 25.4927 10.3103 25.488 10.3148 25.4834L17.5 18.2982L24.6852 25.4834C24.9094 25.7 25.2668 25.6938 25.4834 25.4696C25.6947 25.2508 25.6947 24.9039 25.4834 24.6852L18.2982 17.5L25.4834 10.3148C25.7038 10.0944 25.7038 9.73705 25.4834 9.51661Z' fill='black'/%3E%3C/svg%3E%0A");
}
.dnd-upload-status.in-progress .remove-file { opacity:0.2;}
.dnd-upload-status .dnd-upload-details span.has-error { color:#f50505; } .dnd-upload-status .dnd-upload-details .dnd-progress-bar {
display: block;
border-radius: 5px;
overflow: hidden;
background: #565555;
height: 14px;
}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
background: #4CAF50;
display: block;
font-size: 11px;
text-align: right;
color: #fff;
height: 100%;
width:0;
line-height:14px;
}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar span.complete { width:100%!important; padding-right:5px; }
.dnd-upload-counter { position:absolute; right:5px; bottom:3px; font-size:12px; } .codedropz-upload-handler {
border:2px dashed #c5c5c5;
border-radius:5px;
margin-bottom:10px;
position:relative;
}
.codedropz-upload-container {
padding:15px 20px;
}
.codedropz-upload-inner {
overflow:hidden;
width:100%; text-align:center;
text-overflow: ellipsis;
font-weight:inherit;
}
.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
text-decoration:none;
box-shadow:none;
}
.codedropz-upload-inner h3 {
margin:5px 0;
font-size:30px;
line-height:32px;
word-break:break-word;
} .codedropz-dragover {
border-color:#6b6a6a;
}
.codedropz-upload-wrapper span.has-error-msg {
display:inline-block;
color:#ff0000;
padding:5px 0;
font-style:italic;
} .wpcf7-form label.error-new {
color: #900;
font-size: 11px;
float: none;
padding-left: 5px;
}
.wpcf7-form .codedropz-upload-wrapper.invalid .codedropz-upload-handler{
border-bottom-color: #900;
border-bottom-style: solid;
} @media screen and (max-width: 767px) {
.dnd-upload-status .dnd-upload-details .name em { font-weight:normal; }
.dnd-upload-status .dnd-upload-details .name { padding-right:60px; }
.codedropz-upload-inner h3 { font-size:22px; }
}.cookie-popup {
position: fixed;
bottom: 0;
right: 0;
width: auto;
z-index: 900;
max-width: 100%;
min-height: 80px;
padding: 30px;
background: #FFF;
box-shadow: 0 0 25px rgba(0,0,0,0.16);
left: 0;
}
.cookie-popup .title {
font-size: 24px;
font-family: inherit;
}
.cookie-popup p {
font-weight: 100;
font-size: inherit;
line-height: 1.2;
}
.cookie-popup a.cookie-link {
font-size: inherit;
}
.main-cookies {
max-width: 70%;
margin: 0 auto;
}  .main-cookie-window {
display: block;
}
.main-cookie-window .link-preferences {
text-align: center;
font-size: 12px;
padding: 5px 0;
display: block;
}
.main-cookie-window p {
margin: 0;
}
.main-cookie-window .custom-link {
display: block !important;
text-align: center;
}
.main-cookie-window.vb-hidden {
visibility: hidden;
opacity: 0;
-webkit-transition: all .3s ease-in-out;
height: 0;
}
.main-cookie-window.h-0 {
height: 0;
-webkit-transition: all .3s ease-in-out;
}  .cookie-preferences {  -webkit-transition: all .3s ease-in-out; overflow: auto;
}
.cookie-preferences.vb-show {
visibility: visible;
opacity: 1;
-webkit-transition: all 1s ease-in-out;
height: auto;
}
.cookie-preferences .content ul {
list-style: none;
display: flex;
justify-content: space-evenly;
padding: 10px;
border: 2px solid #9c2d48;
}
.cookie-preferences .content ul li a {
text-decoration: underline;
}     .cookie-preferences .custom-link {
display: block !important;
text-align: center;
}
.cookie-preferences .preferences p {
text-align: center;
font-size: 12px;
padding: 5px 0;
display: block;
margin: 0;
}
.cookie-preferences .input-type {
display: inline-block;
float: right;
margin-left: 10px;
}
.cookie-preferences .css-checkbox {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
width: 40px;
height: 20px;
background: #c7cad2;
border-radius: 3em;
position: relative;
cursor: pointer;
border: initial;
padding: initial;
transition: background .3s ease-in-out;
}
.cookie-preferences .css-checkbox:checked {
background: #eeeeee;
}
.cookie-preferences .css-checkbox:after {
position: absolute;
content: "";
width: 20px;
height: 20px;
border-radius: 50%;
background: #000000;
box-shadow: 0 0 0.25em rgba(0,0,0,.3);
transform: scale(.8);
left: 0;
transition: all .3s ease-in-out;
}
.cookie-preferences .css-checkbox:checked:after {
left: calc(100% - 1.4em);
}
.cookie-preferences .css-checkbox#functional {
cursor: default;
}.wp-caption-text,
.gallery-caption,
.bypostauthor {
}@font-face {
font-family: font-regular;
src: url(//demoor.net/wp-content/themes/Avada-Child/assets/fonts/AvenirNext-Regular.ttf);
}
@font-face {
font-family: font-demi;
src: url(//demoor.net/wp-content/themes/Avada-Child/assets/fonts/AvenirNext-DemiBold.ttf);
}
@font-face {
font-family: font-medium;
src: url(//demoor.net/wp-content/themes/Avada-Child/assets/fonts/AvenirNext-Medium.ttf);
}
@font-face {
font-family: font-bold;
src: url(//demoor.net/wp-content/themes/Avada-Child/assets/fonts/AvenirNext-Bold.ttf);
}
@font-face {
font-family: font-heavy;
src: url(//demoor.net/wp-content/themes/Avada-Child/assets/fonts/AvenirNext-Heavy.ttf);
}
@font-face {
font-family: font-quote;
src: url(//demoor.net/wp-content/themes/Avada-Child/assets/fonts/ACaslon_Regular.ttf);
}
@font-face {
font-family: font-menu;
src: url(//demoor.net/wp-content/themes/Avada-Child/assets/fonts/AvenirNextCondensed-Bold.ttf);
}
@font-face {
font-family: font-bodoni;
src: url(//demoor.net/wp-content/themes/Avada-Child/assets/fonts/Bodoni-72-Bold.otf);
}
.bigger-font p {
font-size: 20px !important;
}
@media (max-width: 640px) {
.bigger-font p {
font-size: 18px !important;
}
}
.beige {
color: #97907a !important;
}
.beige p {
color: #97907a !important;
} .animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
z-index: 999999;
}
.animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
@-webkit-keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
40% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
60% {
-webkit-transform: translateY(-15px);
transform: translateY(-15px);
}
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
40% {
-webkit-transform: translateY(-30px);
-ms-transform: translateY(-30px);
transform: translateY(-30px);
}
60% {
-webkit-transform: translateY(-15px);
-ms-transform: translateY(-15px);
transform: translateY(-15px);
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
}
@-webkit-keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
} @-webkit-keyframes pulse {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes pulse {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
100% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes shake {
0%, 100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
}
20%, 40%, 60%, 80% {
-webkit-transform: translateX(10px);
transform: translateX(10px);
}
}
@keyframes shake {
0%, 100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translateX(-10px);
-ms-transform: translateX(-10px);
transform: translateX(-10px);
}
20%, 40%, 60%, 80% {
-webkit-transform: translateX(10px);
-ms-transform: translateX(10px);
transform: translateX(10px);
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate(15deg);
transform: rotate(15deg);
}
40% {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg);
}
60% {
-webkit-transform: rotate(5deg);
transform: rotate(5deg);
}
80% {
-webkit-transform: rotate(-5deg);
transform: rotate(-5deg);
}
100% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate(15deg);
-ms-transform: rotate(15deg);
transform: rotate(15deg);
}
40% {
-webkit-transform: rotate(-10deg);
-ms-transform: rotate(-10deg);
transform: rotate(-10deg);
}
60% {
-webkit-transform: rotate(5deg);
-ms-transform: rotate(5deg);
transform: rotate(5deg);
}
80% {
-webkit-transform: rotate(-5deg);
-ms-transform: rotate(-5deg);
transform: rotate(-5deg);
}
100% {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
}
.swing {
-webkit-transform-origin: top center;
-ms-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes tada {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
10%, 20% {
-webkit-transform: scale(0.9) rotate(-3deg);
transform: scale(0.9) rotate(-3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale(1.1) rotate(3deg);
transform: scale(1.1) rotate(3deg);
}
40%, 60%, 80% {
-webkit-transform: scale(1.1) rotate(-3deg);
transform: scale(1.1) rotate(-3deg);
}
100% {
-webkit-transform: scale(1) rotate(0);
transform: scale(1) rotate(0);
}
}
@keyframes tada {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
10%, 20% {
-webkit-transform: scale(0.9) rotate(-3deg);
-ms-transform: scale(0.9) rotate(-3deg);
transform: scale(0.9) rotate(-3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale(1.1) rotate(3deg);
-ms-transform: scale(1.1) rotate(3deg);
transform: scale(1.1) rotate(3deg);
}
40%, 60%, 80% {
-webkit-transform: scale(1.1) rotate(-3deg);
-ms-transform: scale(1.1) rotate(-3deg);
transform: scale(1.1) rotate(-3deg);
}
100% {
-webkit-transform: scale(1) rotate(0);
-ms-transform: scale(1) rotate(0);
transform: scale(1) rotate(0);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
} @-webkit-keyframes wobble {
0% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
15% {
-webkit-transform: translateX(-25%) rotate(-5deg);
transform: translateX(-25%) rotate(-5deg);
}
30% {
-webkit-transform: translateX(20%) rotate(3deg);
transform: translateX(20%) rotate(3deg);
}
45% {
-webkit-transform: translateX(-15%) rotate(-3deg);
transform: translateX(-15%) rotate(-3deg);
}
60% {
-webkit-transform: translateX(10%) rotate(2deg);
transform: translateX(10%) rotate(2deg);
}
75% {
-webkit-transform: translateX(-5%) rotate(-1deg);
transform: translateX(-5%) rotate(-1deg);
}
100% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
}
@keyframes wobble {
0% {
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
}
15% {
-webkit-transform: translateX(-25%) rotate(-5deg);
-ms-transform: translateX(-25%) rotate(-5deg);
transform: translateX(-25%) rotate(-5deg);
}
30% {
-webkit-transform: translateX(20%) rotate(3deg);
-ms-transform: translateX(20%) rotate(3deg);
transform: translateX(20%) rotate(3deg);
}
45% {
-webkit-transform: translateX(-15%) rotate(-3deg);
-ms-transform: translateX(-15%) rotate(-3deg);
transform: translateX(-15%) rotate(-3deg);
}
60% {
-webkit-transform: translateX(10%) rotate(2deg);
-ms-transform: translateX(10%) rotate(2deg);
transform: translateX(10%) rotate(2deg);
}
75% {
-webkit-transform: translateX(-5%) rotate(-1deg);
-ms-transform: translateX(-5%) rotate(-1deg);
transform: translateX(-5%) rotate(-1deg);
}
100% {
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes bounceIn {
0% {
opacity: 0;
-webkit-transform: scale(0.3);
transform: scale(0.3);
}
50% {
opacity: 1;
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
70% {
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes bounceIn {
0% {
opacity: 0;
-webkit-transform: scale(0.3);
-ms-transform: scale(0.3);
transform: scale(0.3);
}
50% {
opacity: 1;
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
}
70% {
-webkit-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
}
100% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
}
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(30px);
transform: translateY(30px);
}
80% {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes bounceInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(30px);
-ms-transform: translateY(30px);
transform: translateY(30px);
}
80% {
-webkit-transform: translateY(-10px);
-ms-transform: translateY(-10px);
transform: translateY(-10px);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(30px);
transform: translateX(30px);
}
80% {
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes bounceInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(30px);
-ms-transform: translateX(30px);
transform: translateX(30px);
}
80% {
-webkit-transform: translateX(-10px);
-ms-transform: translateX(-10px);
transform: translateX(-10px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(-30px);
transform: translateX(-30px);
}
80% {
-webkit-transform: translateX(10px);
transform: translateX(10px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes bounceInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(-30px);
-ms-transform: translateX(-30px);
transform: translateX(-30px);
}
80% {
-webkit-transform: translateX(10px);
-ms-transform: translateX(10px);
transform: translateX(10px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
80% {
-webkit-transform: translateY(10px);
transform: translateY(10px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes bounceInUp {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(-30px);
-ms-transform: translateY(-30px);
transform: translateY(-30px);
}
80% {
-webkit-transform: translateY(10px);
-ms-transform: translateY(10px);
transform: translateY(10px);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
25% {
-webkit-transform: scale(0.95);
transform: scale(0.95);
}
50% {
opacity: 1;
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
100% {
opacity: 0;
-webkit-transform: scale(0.3);
transform: scale(0.3);
}
}
@keyframes bounceOut {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
25% {
-webkit-transform: scale(0.95);
-ms-transform: scale(0.95);
transform: scale(0.95);
}
50% {
opacity: 1;
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
100% {
opacity: 0;
-webkit-transform: scale(0.3);
-ms-transform: scale(0.3);
transform: scale(0.3);
}
}
.bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
}
@keyframes bounceOutDown {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
@keyframes bounceOutLeft {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
}
@keyframes bounceOutRight {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
}
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
@keyframes bounceOutUp {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
}
@keyframes fadeOutDown {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
}
@keyframes fadeOutDownBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
}
@keyframes fadeOutLeft {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
@keyframes fadeOutLeftBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
}
@keyframes fadeOutRight {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
}
@keyframes fadeOutRightBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
}
@keyframes fadeOutUp {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
@keyframes fadeOutUpBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
0% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
0% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
-ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
-ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
-ms-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateX(-10deg);
transform: perspective(400px) rotateX(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateX(10deg);
transform: perspective(400px) rotateX(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
@keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotateX(90deg);
-ms-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateX(-10deg);
-ms-transform: perspective(400px) rotateX(-10deg);
transform: perspective(400px) rotateX(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateX(10deg);
-ms-transform: perspective(400px) rotateX(10deg);
transform: perspective(400px) rotateX(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateX(0deg);
-ms-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
@-webkit-keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateY(-10deg);
transform: perspective(400px) rotateY(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateY(10deg);
transform: perspective(400px) rotateY(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
@keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotateY(90deg);
-ms-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateY(-10deg);
-ms-transform: perspective(400px) rotateY(-10deg);
transform: perspective(400px) rotateY(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateY(10deg);
-ms-transform: perspective(400px) rotateY(10deg);
transform: perspective(400px) rotateY(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateY(0deg);
-ms-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
0% {
-webkit-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
}
@keyframes flipOutX {
0% {
-webkit-transform: perspective(400px) rotateX(0deg);
-ms-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateX(90deg);
-ms-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
}
.flipOutX {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
0% {
-webkit-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
}
@keyframes flipOutY {
0% {
-webkit-transform: perspective(400px) rotateY(0deg);
-ms-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateY(90deg);
-ms-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
0% {
-webkit-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: translateX(-20%) skewX(30deg);
transform: translateX(-20%) skewX(30deg);
opacity: 1;
}
80% {
-webkit-transform: translateX(0%) skewX(-15deg);
transform: translateX(0%) skewX(-15deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
}
@keyframes lightSpeedIn {
0% {
-webkit-transform: translateX(100%) skewX(-30deg);
-ms-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: translateX(-20%) skewX(30deg);
-ms-transform: translateX(-20%) skewX(30deg);
transform: translateX(-20%) skewX(30deg);
opacity: 1;
}
80% {
-webkit-transform: translateX(0%) skewX(-15deg);
-ms-transform: translateX(0%) skewX(-15deg);
transform: translateX(0%) skewX(-15deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(0%) skewX(0deg);
-ms-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
0% {
-webkit-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
0% {
-webkit-transform: translateX(0%) skewX(0deg);
-ms-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(100%) skewX(-30deg);
-ms-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
0% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(-200deg);
transform: rotate(-200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateIn {
0% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(-200deg);
-ms-transform: rotate(-200deg);
transform: rotate(-200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
0% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(200deg);
transform: rotate(200deg);
opacity: 0;
}
}
@keyframes rotateOut {
0% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(200deg);
-ms-transform: rotate(200deg);
transform: rotate(200deg);
opacity: 0;
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes slideInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes slideInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slideInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slideInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
@keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
}
@keyframes slideOutRight {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
@keyframes slideOutUp {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}
@-webkit-keyframes hinge {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate(80deg);
transform: rotate(80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40% {
-webkit-transform: rotate(60deg);
transform: rotate(60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
80% {
-webkit-transform: rotate(60deg) translateY(0);
transform: rotate(60deg) translateY(0);
opacity: 1;
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
100% {
-webkit-transform: translateY(700px);
transform: translateY(700px);
opacity: 0;
}
}
@keyframes hinge {
0% {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate(80deg);
-ms-transform: rotate(80deg);
transform: rotate(80deg);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40% {
-webkit-transform: rotate(60deg);
-ms-transform: rotate(60deg);
transform: rotate(60deg);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
80% {
-webkit-transform: rotate(60deg) translateY(0);
-ms-transform: rotate(60deg) translateY(0);
transform: rotate(60deg) translateY(0);
opacity: 1;
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
100% {
-webkit-transform: translateY(700px);
-ms-transform: translateY(700px);
transform: translateY(700px);
opacity: 0;
}
}
.hinge {
-webkit-animation-name: hinge;
animation-name: hinge;
} @-webkit-keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translateX(-100%) rotate(-120deg);
transform: translateX(-100%) rotate(-120deg);
}
100% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
}
@keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translateX(-100%) rotate(-120deg);
-ms-transform: translateX(-100%) rotate(-120deg);
transform: translateX(-100%) rotate(-120deg);
}
100% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
-ms-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
} @-webkit-keyframes rollOut {
0% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
100% {
opacity: 0;
-webkit-transform: translateX(100%) rotate(120deg);
transform: translateX(100%) rotate(120deg);
}
}
@keyframes rollOut {
0% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
-ms-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
100% {
opacity: 0;
-webkit-transform: translateX(100%) rotate(120deg);
-ms-transform: translateX(100%) rotate(120deg);
transform: translateX(100%) rotate(120deg);
}
}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}
@keyframes vibrate {
0% {
transform: translateY(0px);
}
25% {
transform: translateY(-5px);
}
50% {
transform: translateY(0px);
}
75% {
transform: translateY(5px);
}
100% {
transform: translateY(0px);
}
}
.c-wrap {
position: absolute;
right: -180px;
top: 50%;
transform: translateY(-50%);
z-index: 12;
}
@media (max-width: 1024px) {
.c-wrap {
z-index: 12;
right: auto;
top: auto;
bottom: -100px;
left: 50%;
transform: translateX(-50%);
}
}
.check-up {
display: flex;
flex-direction: column;
background: #124b96;
border-radius: 50%;
width: 450px;
height: 450px;
justify-content: center;
padding-left: 60px;
}
@media (max-width: 1024px) {
.check-up {
width: 200px;
height: 200px;
z-index: 12;
padding-left: 0;
align-items: center;
}
}
@media (max-width: 1024px) {
.check-up a {
display: flex;
flex-direction: column;
align-items: center;
}
}
.check-up img {
width: 95px;
margin-bottom: 15px;
}
@media (max-width: 1024px) {
.check-up img {
width: 50px;
}
}
.check-up p {
color: #ffffff !important;
font-family: "font-bold" !important;
}
@media (max-width: 1024px) {
.check-up p {
font-size: 14px !important;
}
}
.cijfers-container {
margin-bottom: 30px !important;
display: block !important;
}
@media (max-width: 640px) {
.cijfers-container {
margin-top: 30px !important;
}
}
.cijfers-container .cijfers-category {
width: 100% !important;
display: flex;
}
@media (max-width: 640px) {
.cijfers-container .cijfers-category {
flex-direction: column !important;
}
}
@media (max-width: 640px) {
.cijfers-container .cijfers-category .insufeed-category-title {
margin-bottom: 30px !important;
}
}
.cijfers-container .cijfers-category .insufeed-category-title,
.cijfers-container .cijfers-category .insufeed-category-link {
padding: 0 !important;
}
@media (max-width: 640px) {
.cijfers-container .cijfers-category .insufeed-category-title,
.cijfers-container .cijfers-category .insufeed-category-link {
width: 100% !important;
}
}
.cijfers-container .cijfers-category .insufeed-category-title h2,
.cijfers-container .cijfers-category .insufeed-category-link h2 {
font-family: "font-medium" !important;
font-size: 24px !important;
margin-bottom: 0 !important;
}
.cijfers-container .cijfers-category .insufeed-category-link {
text-align: left !important;
}
.cijfers-container .cijfers-category .insufeed-category-link a {
display: table !important;
}
.cijfers-container .cijfers-content-container {
margin-top: 30px !important;
padding: 0 !important;
}
.cijfers-container .cijfers-content-container table {
width: auto !important;
display: block !important;
}
.cijfers-container .cijfers-content-container table tbody {
overflow: scroll !important;
display: flex !important;
flex-direction: column !important;
}
.cijfers-container .cijfers-content-container table th {
font-family: "font-medium" !important;
}
.cijfers-container .cijfers-content-container table th strong {
color: #97907a !important;
font-family: "font-medium" !important;
}
.cijfers-container .cijfers-content-container table tr {
padding: 15px 5px 15px !important;
display: flex !important;
justify-content: space-between !important;
}
.cijfers-container .cijfers-content-container table tr:nth-of-type(odd) {
background: #eeeeee !important;
}
.cijfers-container .cijfers-content-container table tr td {
padding: 5px !important;
}
.cijfers-container .cijfers-content-container table tr td strong {
color: #97907a !important;
font-family: "font-medium" !important;
}
.content-variant {
margin-bottom: 0 !important;
}
.content-variant .content-box-column {
margin-bottom: 0 !important;
}
.content-variant .content-box-column .col .heading {
margin-bottom: 0 !important;
}
.content-variant .content-box-column .col .heading .image img {
width: 95px !important;
margin-bottom: 0 !important;
}
.content-variant .content-box-column .col .heading h2 {
font-family: "font-bold" !important;
color: #124b96 !important;
text-transform: uppercase !important;
font-size: 22px !important;
}
.content-variant .content-box-column .col .content-container {
width: 70% !important;
text-align: center !important;
margin: 0 auto !important;
margin-top: 10px !important;
}
.content-variant .content-box-column .col .content-container p {
color: #97907a !important;
text-transform: uppercase;
}
.image-cropper {
width: 150px;
height: 150px;
position: relative;
overflow: hidden;
border-radius: 50%;
}
div.image-cropper > img {
height: 100%;
object-fit: cover;
}
#cookies-agree {
font-size: 14px !important;
margin-bottom: 15px !important;
}
#cookies-agree-all {
font-size: 14px !important;
}
.cookie-popup {
z-index: 9999 !important;
max-width: 400px !important;
right: 30px;
bottom: 30px;
left: auto;
}
@media (max-width: 640px) {
.cookie-popup {
max-width: 100% !important;
left: 30px;
}
}
.cookie-popup img {
width: 25px;
height: 25px;
object-fit: contain;
position: absolute;
right: 15px;
top: 30px;
}
.cookie-popup .title {
color: #124b96 !important;
font-size: 16px !important;
font-family: "font-medium" !important;
}
.cookie-popup .cookie-preferences .content ul {
border-color: #124b96 !important;
}
.cookie-popup .main-cookies {
max-width: 1200px !important;
}
.cookie-popup .main-cookies .cookie-link {
color: #124b96 !important;
}
.cookie-popup p {
font-size: 14px !important;
line-height: 1.2 !important;
margin-bottom: 10px !important;
color: #97907a;
}
.cookie-popup .custom-link {
display: inline-block !important;
float: left;
color: #124b96 !important;
}
.cookie-popup .custom-link:focus {
outline: none !important;
}
.cookie-popup .save-cookies {
display: flex;
flex-direction: column-reverse;
}
.cookie-popup .cookie-preferences {
width: 100% !important;
}
.cookie-popup .cookie-preferences ul {
list-style: none;
border-radius: 0;
background: #ffffff;
flex-direction: column !important;
}
.cookie-popup .cookie-preferences ul li {
color: #97907a !important;
font-size: 14px !important;
margin-bottom: 5px !important;
}
.cookie-popup .cookie-preferences ul li a {
color: #124b96 !important;
text-decoration: none !important;
font-size: 14px !important;
}
.cookie-popup .cookie-preferences ul li a:hover {
text-decoration: none;
color: #071d3b !important;
}
.cookie-popup .cookie-preferences ul li a:after {
display: none;
}
.cookie-popup .cookie-preferences ul li .css-checkbox {
background: #eeeeee;
}
.cookie-popup .cookie-preferences ul li .css-checkbox:focus {
outline: none !important;
}
.cookie-popup .cookie-preferences ul li .css-checkbox:after {
background: #eeeeee;
}
.cookie-popup .cookie-preferences ul li .css-checkbox:checked {
background: #124b96;
}
.cookie-popup .cookie-preferences ul li .css-checkbox:checked:after {
background: #eeeeee;
}
.vb-show {
display: block !important;
}
.vb-hidden {
display: none !important;
}
.fusion-body .cta-row .fusion-column-wrapper {
padding: 20px 20px 20px 45px !important;
background: #124b96 !important;
flex-direction: row !important;
justify-content: space-between;
align-items: center;
}
@media (max-width: 1024px) {
.fusion-body .cta-row .fusion-column-wrapper {
margin-right: 0 !important;
}
}
@media (max-width: 992px) {
.fusion-body .cta-row .fusion-column-wrapper {
flex-direction: column !important;
justify-content: center;
padding: 20px !important;
}
}
.fusion-body .cta-row .fusion-column-wrapper .fusion-title {
margin-bottom: 0 !important;
}
@media (max-width: 992px) {
.fusion-body .cta-row .fusion-column-wrapper .fusion-title {
justify-content: center !important;
margin-bottom: 30px !important;
}
}
.fusion-body .cta-row .fusion-column-wrapper .fusion-title h4 {
color: #ffffff !important;
text-transform: none !important;
line-height: 1.2 !important;
}
.fusion-body .cta-row .fusion-column-wrapper .fusion-title h4 p {
color: #ffffff !important;
text-transform: none !important;
line-height: 1.2 !important;
}
.fusion-body .cta-row .fusion-column-wrapper .fusion-title h4 p .small {
font-family: "font-medium" !important;
font-size: 16px !important;
}
@media (max-width: 640px) {
.fusion-body .cta-row .fusion-column-wrapper .fusion-title h4 p .small {
margin-top: 15px !important;
}
}
@media (max-width: 992px) {
.fusion-body .cta-row .fusion-column-wrapper .fusion-title h4 {
text-align: center !important;
}
}
.fusion-body .cta-row .fusion-column-wrapper .fusion-title h4 .small {
font-family: "font-medium" !important;
font-size: 16px !important;
}
@media (max-width: 640px) {
.fusion-body .cta-row .fusion-column-wrapper .fusion-title h4 .small {
margin-top: 15px !important;
}
}
.fusion-body .cta-row .fusion-column-wrapper .fusion-button {
width: 350px;
}
@media (max-width: 640px) {
.fusion-body .cta-row .fusion-column-wrapper .fusion-button {
width: 100%;
}
}
#documentcenter .documentcenter_searchitem {
margin-bottom: 30px;
}
#documentcenter label {
color: #124b96 !important;
font-family: "font-medium" !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-bottom: 60px !important;
}
#documentcenter .btn-main:focus {
outline: none !important;
}
#documentcenter #nrresults {
color: #124b96 !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: "font-regular";
color: #97907a;
}
#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: #97907a;
}
#documentcenter #results ul li a:hover {
text-decoration: none;
}
#documentcenter #results ul li a:hover:before {
width: 4px;
height: 4px;
margin-right: 10px;
}
.cijfers-container {
display: flex;
justify-content: space-between;
}
@media (min-width: 1025px) {
.cijfers-container {
padding-left: 55px !important;
padding-right: 120px !important;
}
}
.cijfers-container .cijfers-category {
display: flex;
justify-content: space-between;
width: 100%;
align-items: center;
}
@media (max-width: 640px) {
.cijfers-container .cijfers-category {
display: block;
}
}
.cijfers-container .cijfers-category .insufeed-category-title {
padding: 0 !important;
}
.cijfers-container .cijfers-category .insufeed-category-title h2 {
color: #124b96 !important;
font-size: 16px !important;
}
.cijfers-container .cijfers-category .insufeed-category-link {
padding: 0 !important;
text-align: right;
}
@media (max-width: 640px) {
.cijfers-container .cijfers-category .insufeed-category-link {
text-align: left;
}
}
.cijfers-container .cijfers-category .insufeed-category-link a {
font-size: 12px !important;
}
.cijfers-container .cijfers-content-container .cijfers-content {
font-size: 14px !important;
}
.cijfers-container .cijfers-content-container .cijfers-content p, .cijfers-container .cijfers-content-container .cijfers-content li {
font-size: 14px !important;
}
table {
table-layout: fixed !important;
width: 100% !important;
}
.custom-footer {
display: flex;
width: 75%;
float: right;
background: #97907a;
padding: 65px 30px 65px 30px;
position: relative;
}
@media (max-width: 1200px) {
.custom-footer {
width: 100%;
padding: 65px 15px !important;
}
}
.custom-footer:before {
content: "";
background: url(//demoor.net/wp-content/themes/Avada-Child/assets/images/footer_before.png) no-repeat;
position: absolute;
left: 0;
bottom: 0;
width: 250px !important;
height: 100px;
background-size: contain;
}
.custom-footer .fusion-row {
width: 100% !important;
display: flex;
flex-wrap: wrap;
max-width: 1230px !important;
}
.custom-footer .footer-column {
display: flex;
justify-content: space-between;
}
@media (max-width: 767px) {
.custom-footer .footer-column {
flex-direction: column;
width: 100%;
}
}
.custom-footer .footer-column .footer-content {
display: flex;
flex-direction: column;
justify-content: space-between;
}
.custom-footer .footer-column .footer-content.last-content {
justify-content: flex-end;
}
.custom-footer .footer-column .footer-content h4 {
margin-top: 0 !important;
margin-bottom: 15px !important;
}
.custom-footer .footer-column .footer-content p {
color: #ffffff !important;
font-size: 14px !important;
}
.custom-footer .footer-column .footer-content a {
color: #ffffff !important;
font-size: 16px !important;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
.custom-footer .footer-column .footer-content a:hover {
color: rgba(255, 255, 255, 0.7) !important;
}
.custom-footer .footer-column-last {
display: flex;
flex-direction: column;
justify-content: flex-end;
}
@media (min-width: 1201px) {
.custom-footer .footer-column-last {
align-items: flex-end;
}
}
@media (min-width: 1201px) {
.custom-footer .footer-column-last .footer-content {
text-align: right;
}
}
.custom-footer .footer-column-last .footer-content .logo {
margin-bottom: 15px;
}
@media (max-width: 1200px) {
.custom-footer .footer-column-last .footer-content .logo {
margin-top: 30px;
}
}
.custom-footer .footer-column-last .footer-content .logo img {
max-width: 250px;
}
.custom-footer .footer-column-last .footer-content p {
color: rgba(255, 255, 255, 0.7) !important;
font-size: 14px !important;
margin-bottom: 0 !important;
}
.custom-footer .footer-column-last .footer-content a {
color: rgba(255, 255, 255, 0.7) !important;
font-size: 14px !important;
}
@media (max-width: 1200px) {
.custom-footer .footer-column-last .footer-menu {
display: flex;
}
}
.custom-footer .footer-column-last .footer-menu ul {
margin: 0 !important;
padding: 0 !important;
list-style: none;
display: flex;
}
@media (min-width: 993px) {
.custom-footer .footer-column-last .footer-menu ul {
float: right;
}
}
@media (max-width: 640px) {
.custom-footer .footer-column-last .footer-menu ul {
display: block;
margin-top: 15px !important;
}
}
.custom-footer .footer-column-last .footer-menu ul li {
line-height: 1;
}
@media (max-width: 640px) {
.custom-footer .footer-column-last .footer-menu ul li {
padding-bottom: 10px;
}
}
@media (max-width: 640px) {
.custom-footer .footer-column-last .footer-menu ul li:last-child {
padding-bottom: 0;
}
}
.custom-footer .footer-column-last .footer-menu ul li:last-child:after {
display: none;
}
.custom-footer .footer-column-last .footer-menu ul li:after {
content: "|";
padding: 0 5px;
display: inline-block;
color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 640px) {
.custom-footer .footer-column-last .footer-menu ul li:after {
display: none !important;
}
}
.custom-footer .footer-column-last .footer-menu ul li a {
color: rgba(255, 255, 255, 0.7) !important;
font-size: 13px !important;
display: inline-flex;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
.custom-footer .footer-column-last .footer-menu ul li a:hover {
color: #ffffff !important;
}
@media (max-width: 640px) {
.custom-footer .footer-column-last .created {
margin-top: 15px !important;
}
}
.rating-stars ul {
list-style-type: none;
padding: 0;
-moz-user-select: none;
-webkit-user-select: none;
}
.rating-stars ul > li.star {
display: inline-block;
} .rating-stars ul > li.star > i.fa {
font-size: 1.5em; color: #ccc; } .rating-stars ul > li.star.hover > i.fa {
color: #FFCC36;
} .rating-stars ul > li.star.selected > i.fa {
color: #FF912C;
}
@media (min-width: 1201px) {
header {
display: none !important;
}
}
header .header-row {
display: flex;
justify-content: flex-end;
max-width: 1200px;
flex-wrap: wrap;
position: relative;
}
header .toggle-menu {
border-radius: 50%;
background-color: #97907a;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
width: 40px;
height: 40px;
cursor: pointer;
justify-content: center;
display: flex;
flex-direction: column;
padding-left: 12px;
position: absolute;
right: 30px;
top: 30px;
}
header .toggle-menu:hover span:first-child {
width: 15px;
}
header .toggle-menu:hover span:last-child {
width: 10px;
}
header .toggle-menu.clicked {
align-items: center;
padding: 0;
flex-direction: row;
}
header .toggle-menu.clicked span {
width: 20px !important;
}
header .toggle-menu.clicked span:first-child {
transform: rotate(45deg);
width: 15px;
margin: 0;
position: absolute;
}
header .toggle-menu.clicked span:last-child {
transform: rotate(-45deg);
width: 15px;
}
header .toggle-menu span {
transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
}
header .toggle-menu span:first-child {
width: 10px;
height: 2px;
background-color: #fff;
margin-bottom: 4px;
}
header .toggle-menu span:last-child {
width: 15px;
height: 2px;
background-color: #fff;
}
@media (max-width: 767px) {
.history-section:first-child {
margin-top: 30px !important;
}
}
.history-section:before {
content: "";
width: 2px;
height: calc(100% + 15px);
position: absolute;
left: 50%;
transform: translateX(-50%);
background: #124b96;
top: -15px;
}
@media (max-width: 767px) {
.history-section:before {
left: 17px;
}
}
@media (max-width: 1024px) {
.history-section .history-column {
width: 50% !important;
max-width: 50% !important;
flex: 0 0 50% !important;
}
}
@media (max-width: 767px) {
.history-section .history-column {
width: 100% !important;
max-width: 100% !important;
flex: 0 0 100% !important;
margin-bottom: 45px !important;
}
.history-section .history-column .fusion-column-wrapper {
padding-right: 0 !important;
}
}
.history-section .history-column:after {
width: 20px;
height: 20px;
border-radius: 50%;
background: #124b96;
position: absolute;
left: 0;
transform: translateX(-50%);
content: "";
}
@media (max-width: 767px) {
.history-section .history-column:after {
left: -14px;
transform: none;
}
}
.history-section .history-column.history-left {
text-align: right !important;
}
@media (max-width: 1024px) {
.history-section .history-column.history-left .fusion-column-wrapper {
margin-right: 15px !important;
}
}
@media (max-width: 767px) {
.history-section .history-column.history-left .fusion-column-wrapper {
padding-left: 20px !important;
}
}
.history-section .history-column.history-left:after {
left: auto;
right: 0;
transform: translateX(50%);
}
@media (max-width: 767px) {
.history-section .history-column.history-left:after {
left: -14px;
transform: none;
right: auto;
}
}
.history-section .history-column.history-left .fusion-title {
justify-content: flex-end;
}
@media (max-width: 767px) {
.history-section .history-column.history-left .fusion-title {
justify-content: flex-start;
}
}
.history-section .history-column.history-left .fusion-title h4 {
text-align: right;
}
@media (max-width: 767px) {
.history-section .history-column.history-left .fusion-title h4 {
text-align: left;
}
}
.history-section .history-column h4 p {
text-transform: none !important;
line-height: 1.3 !important;
}
.history-section .history-column .fusion-text p {
font-family: "font-medium" !important;
color: #97907a !important;
}
@media (max-width: 767px) {
.history-section .history-column .fusion-text p {
text-align: left !important;
}
}
.fusion-body .insurances {
position: relative;
display: flex;
flex-direction: column;
}
.fusion-body .insurances .fusion-row {
max-width: 1200px !important;
position: static;
}
.fusion-body .insurances .insurance-content {
margin-bottom: 30px;
padding-left: calc(90px + 1.92%) !important;
padding-right: 60px !important;
}
@media (max-width: 1200px) {
.fusion-body .insurances .insurance-content {
padding-left: calc(60px + 1.92%) !important;
}
}
@media (max-width: 1024px) {
.fusion-body .insurances .insurance-content {
padding-left: 30px !important;
padding-right: 30px !important;
}
}
.fusion-body .insurances .insurance-content .insurance-left {
display: flex;
align-items: center;
}
.fusion-body .insurances .insurance-content .insurance-left a {
display: flex;
align-items: center;
}
.fusion-body .insurances .insurance-content .insurance-left .icon {
padding: 15px;
background: #97907a;
border-radius: 50%;
width: 90px;
height: 90px;
display: flex;
justify-content: center;
align-items: center;
margin-right: 25px;
}
.fusion-body .insurances .insurance-content .insurance-left .icon img {
width: 50px;
height: 50px;
object-fit: contain;
}
.fusion-body .insurances .insurance-content .insurance-left .title {
color: #124b96;
font-family: "font-demi" !important;
text-transform: uppercase;
font-size: 22px;
}
@media (max-width: 992px) {
.fusion-body .insurances .insurance-content .insurance-left .title {
font-size: 18px !important;
}
}
.fusion-body .insurances .insurance-content .insurance-right {
display: none;
height: 700px;
}
@media (min-width: 768px) {
.fusion-body .insurances .insurance-content .insurance-right {
top: 0;
position: absolute;
right: 0;
width: 40%;
display: block;
}
}
.fusion-body .insurances .insurance-content .insurance-right .image {
display: flex;
height: 100%;
}
.fusion-body .insurances .insurance-content .insurance-right .image img {
opacity: 0;
transition: all 0.3s ease-in-out;
object-fit: cover;
width: 100%;
}
.fusion-body .insurances .insurance-content .insurance-right .image img.active {
opacity: 1;
}
.fusion-body .insurance-column .fusion-column-wrapper {
display: flex;
flex-direction: row !important;
padding: 45px 30px !important;
box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.15);
margin-bottom: 60px !important;
transition: all 0.3s ease-in-out;
}
.fusion-body .insurance-column .fusion-column-wrapper:hover {
box-shadow: none;
}
.fusion-body .insurance-column .fusion-column-wrapper .fusion-imageframe img {
width: 150px;
height: 150px;
object-fit: cover;
min-width: 150px;
}
@media (max-width: 767px) {
.fusion-body .insurance-column .fusion-column-wrapper .fusion-imageframe img {
width: 95px;
height: 95px;
min-width: 95px;
}
}
.fusion-body .insurance-column .fusion-column-wrapper .fusion-text {
margin-left: 0 !important;
}
.fusion-body .insurance-column .fusion-column-wrapper .fusion-text h3 {
color: #124b96 !important;
}
.home .news-section .news-column .fusion-column-wrapper {
margin-left: 0 !important;
margin-right: 0 !important;
}
@media (min-width: 1025px) {
.home .news-section .news-column .fusion-column-wrapper {
padding-left: calc(60px + 1.92%) !important;
padding-right: 2.88% !important;
}
}
@media (max-width: 640px) {
.home .news-section .news-column .fusion-column-wrapper .fusion-title {
padding-left: 15px !important;
}
}
@media (min-width: 1025px) {
.home .news-section .news-column .fusion-column-wrapper .news-row {
margin-left: -15px;
margin-right: -15px;
}
}
.home .news-section .news-column .fusion-column-wrapper .latest-news-item {
margin-bottom: 0 !important;
}
@media (max-width: 767px) {
.home .news-section .news-column .fusion-column-wrapper .latest-news-item {
margin-bottom: 60px !important;
}
}
.home .news-section .news-column:before {
content: "";
background: #faf9f8;
height: 100%;
width: 500%;
right: 100%;
position: absolute;
top: 0;
}
@media (max-width: 767px) {
.home .news-section .news-column:after {
content: "";
background: #faf9f8;
height: 100%;
width: 500%;
left: 100%;
position: absolute;
top: 0;
}
}
.news-section {
overflow: hidden;
}
@media (max-width: 1024px) {
.news-section {
overflow: visible;
}
}
.news-section .news-column .latest-news-item {
margin-bottom: 60px !important;
}
@media (max-width: 767px) {
.news-section .news-column .latest-news-item {
margin-bottom: 60px !important;
}
}
.news-section .news-column .latest-news-item .card {
border: 0 !important;
background: transparent !important;
}
.news-section .news-column .latest-news-item .card:hover .card-img-top img {
transform: scale(1.1);
}
.news-section .news-column .latest-news-item .card .card-img-top {
margin-bottom: 15px;
overflow: hidden;
}
.news-section .news-column .latest-news-item .card .card-img-top img {
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
}
.news-section .news-column .latest-news-item .card .card-block {
background: transparent !important;
}
.news-section .news-column .latest-news-item .card .card-block .title {
font-family: "font-bold" !important;
color: #97907a !important;
}
.off-canvas {
width: 25%;
position: fixed;
left: 0;
top: 0;
height: 100%;
z-index: 99998;
padding: 85px 60px 25px 60px;
display: flex;
flex-direction: column;
justify-content: space-evenly;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
background: #ffffff;
}
@media (min-width: 1600px) {
.off-canvas {
padding: 85px 60px 25px 120px;
}
}
@media (max-width: 1200px) {
.off-canvas {
left: -60%;
padding: 85px 60px 25px 60px;
}
}
.off-canvas.active {
width: 40%;
}
@media (max-width: 1200px) {
.off-canvas.active {
left: 0;
}
}
@media (max-width: 640px) {
.off-canvas.active {
width: 80%;
}
}
.off-canvas .fusion-flyout-search-toggle,
.off-canvas .fusion-flyout-search {
display: none !important;
}
.off-canvas .fusion-logo {
max-width: 200px !important;
margin-bottom: 75px !important;
}
.off-canvas .fusion-main-menu {
float: left !important;
overflow: visible;
}
.off-canvas .fusion-main-menu .fusion-menu {
display: flex;
flex-direction: column;
justify-content: flex-start;
}
.off-canvas .fusion-main-menu .fusion-menu li {
padding-right: 0 !important;
padding-bottom: 35px !important;
overflow: visible !important;
}
.off-canvas .fusion-main-menu .fusion-menu li:last-child {
padding-bottom: 0 !important;
}
.off-canvas .fusion-main-menu .fusion-menu li.current-menu-item a, .off-canvas .fusion-main-menu .fusion-menu li.current-menu-parent a {
color: #97907a !important;
}
.off-canvas .fusion-main-menu .fusion-menu li.menu-item-has-children a {
position: relative;
}
.off-canvas .fusion-main-menu .fusion-menu li.menu-item-has-children a:after {
content: "";
width: 20px;
height: 2px;
margin-top: -7px;
}
.off-canvas .fusion-main-menu .fusion-menu li a {
justify-content: flex-start !important;
height: auto !important;
font-family: "font-menu" !important;
color: #124b96 !important;
letter-spacing: 1px;
border: 0 !important;
text-transform: uppercase !important;
font-size: 20px !important;
}
.off-canvas .fusion-main-menu .fusion-menu li a:hover {
color: #97907a !important;
}
.off-canvas .fusion-main-menu .fusion-menu li a .fusion-dropdown-indicator {
display: none !important;
}
.off-canvas .fusion-main-menu .fusion-menu li a .fusion-dropdown-indicator:before {
display: none !important;
}
.off-canvas .fusion-main-menu .fusion-menu li .sub-menu {
border: 0 !important;
box-shadow: none !important;
padding-top: 25px !important;
opacity: 0;
}
.off-canvas .fusion-main-menu .fusion-menu li .sub-menu.active {
opacity: 1;
visibility: visible;
}
.off-canvas .fusion-main-menu .fusion-menu li .sub-menu li {
padding-bottom: 0 !important;
}
.off-canvas .fusion-main-menu .fusion-menu li .sub-menu li a {
padding-left: 7px !important;
color: #97907a !important;
font-size: 14px !important;
}
.off-canvas .fusion-main-menu .fusion-menu li .sub-menu li a:before {
content: "-";
position: relative;
display: inline-block;
padding-right: 5px;
}
.off-canvas .fusion-main-menu .fusion-menu li .sub-menu li a:hover {
color: #124b96 !important;
}
.off-canvas .fusion-main-menu .fusion-menu li .sub-menu li.current-menu-item a {
color: #124b96 !important;
}
.off-canvas .extra-menu ul {
padding-left: 0 !important;
margin: 0 !important;
list-style: none;
margin-top: 30px !important;
}
.off-canvas .extra-menu ul li {
position: relative;
display: flex;
}
.off-canvas .extra-menu ul li:first-child {
padding-bottom: 24px !important;
}
.off-canvas .extra-menu ul li a {
font-family: "font-bold" !important;
color: #124b96 !important;
padding: 12px 29px;
position: relative;
text-transform: uppercase;
border: 2px solid #97907a;
border-radius: 50px !important;
line-height: 1 !important;
width: 100%;
text-align: center;
z-index: 1;
transition: all 0.5s ease;
overflow: hidden;
font-size: 14px !important;
max-width: 200px;
}
.off-canvas .extra-menu ul li a:before {
content: "";
position: absolute;
width: 25%;
height: 0;
background-color: #97907a;
z-index: -1;
transition: all 0.5s ease;
top: 0;
left: 0;
}
.off-canvas .extra-menu ul li a:after {
content: "";
position: absolute;
width: 25%;
height: 0;
background-color: #97907a;
z-index: -1;
transition: all 0.5s ease;
bottom: 0;
left: 25%;
}
.off-canvas .extra-menu ul li a span:before {
content: "";
position: absolute;
width: 25%;
height: 0;
background-color: #97907a;
z-index: -1;
transition: all 0.5s ease;
top: 0;
left: 50%;
}
.off-canvas .extra-menu ul li a span:after {
content: "";
position: absolute;
width: 25%;
height: 0;
background-color: #97907a;
z-index: -1;
transition: all 0.5s ease;
bottom: 0;
left: 75%;
}
.off-canvas .extra-menu ul li a:hover {
color: #ffffff !important;
}
.off-canvas .extra-menu ul li a:hover:before {
top: auto;
bottom: 0;
height: 100%;
}
.off-canvas .extra-menu ul li a:hover:after {
bottom: auto;
top: 0;
height: 100%;
}
.off-canvas .extra-menu ul li a:hover span:before {
top: auto;
bottom: 0;
height: 100%;
}
.off-canvas .extra-menu ul li a:hover span:after {
bottom: auto;
top: 0;
height: 100%;
}
.off-canvas .social {
margin-top: 30px;
}
.off-canvas .social img {
width: 12px;
object-fit: contain;
}
.openings {
display: flex;
flex-direction: column;
}
.openings .day {
display: flex;
padding: 5px;
}
@media (max-width: 500px) {
.openings .day {
display: block;
}
}
.openings .day:nth-of-type(even) {
background: #e7edf4;
}
.openings .day span {
width: 33.333333%;
}
.openings .day span:first-child {
font-family: "font-bold" !important;
}
@media (max-width: 500px) {
.openings .day span:first-child {
width: 100%;
display: block;
padding-bottom: 12px;
}
}
@media (max-width: 500px) {
.openings .day span {
display: block;
width: 50%;
float: left;
}
}
.insupartners {
margin: 0 0 90px 0;
}
.insupartners .owl-nav {
display: none !important;
}
.insupartners .owl-stage-outer {
overflow: hidden;
}
.insupartners .owl-stage {
display: flex;
}
.insupartners .owl-stage .owl-item {
opacity: 0;
}
.insupartners .owl-stage .owl-item.active {
opacity: 1;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
}
.insupartners .owl-stage img {
-webkit-filter: brightness(104%) contrast(99%) saturate(0%) blur(0px) hue-rotate(0deg);
filter: brightness(104%) contrast(99%) saturate(0%) blur(0px) hue-rotate(0deg);
opacity: 0.6;
}
.insupartners .slides {
padding-left: 0;
margin-bottom: 0 !important;
display: flex;
align-items: center;
}
@media (max-width: 767px) {
.insupartners .slides {
overflow: hidden;
}
}
.insupartners .slides li {
display: flex !important;
align-items: center;
margin-bottom: 0;
height: 100% !important;
}
@media (max-width: 767px) {
.insupartners .slides li {
text-align: center !important;
}
}
@media (max-width: 767px) {
.insupartners .slides li .partner {
max-width: 100% !important;
flex: 0 0 50% !important;
}
}
.single #main {
padding: 0 !important;
}
.single .single-image-row {
height: 70vh !important;
overflow: hidden;
}
.single .single-image-row img {
width: 100% !important;
}
.single .post {
padding: 60px !important;
margin-bottom: 0 !important;
}
@media (max-width: 1200px) {
.single .post {
padding: 60px 30px !important;
}
}
.single .fusion-button {
margin-top: 40px !important;
display: table !important;
overflow: hidden;
width: 280px;
}
@media (max-width: 1024px) {
.team-column {
width: 33.333333% !important;
max-width: 33.333333% !important;
flex: 0 0 33.333333% !important;
}
}
@media (max-width: 767px) {
.team-column {
width: 100% !important;
max-width: 100% !important;
flex: 0 0 100% !important;
margin-bottom: 45px !important;
}
}
.team-column .fusion-column-wrapper {
position: relative;
}
.team-column .fusion-column-wrapper:after {
content: "";
background: rgba(255, 255, 255, 0.4);
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: 1;
opacity: 0;
transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
.team-column .fusion-column-wrapper:after {
opacity: 1;
}
}
.team-column .fusion-column-wrapper:hover:after {
opacity: 1;
}
.team-column .fusion-column-wrapper:hover .quote-block,
.team-column .fusion-column-wrapper:hover .name {
opacity: 1;
}
.team-column .fusion-column-wrapper .fusion-imageframe {
width: 100% !important;
}
.team-column .fusion-column-wrapper .fusion-imageframe img {
width: 100% !important;
}
.team-column .quote-block {
position: absolute;
bottom: 45px;
left: 45px;
z-index: 9;
opacity: 0;
transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
.team-column .quote-block {
opacity: 1;
}
}
.team-column .quote-block p {
font-family: "font-bodoni" !important;
color: #ffffff !important;
font-size: 24px !important;
max-width: 55%;
position: relative;
margin-bottom: 0 !important;
}
@media (max-width: 767px) {
.team-column .quote-block p {
max-width: 100%;
}
}
.team-column .quote-block p:before {
content: '"';
display: inline-block;
font-family: "font-bodoni" !important;
color: #ffffff !important;
font-size: 24px !important;
position: relative;
}
.team-column .quote-block p:after {
content: '"';
display: inline-block;
font-family: "font-bodoni" !important;
color: #ffffff !important;
font-size: 24px !important;
position: relative;
}
<<<<<<< HEAD
=======
@media (max-width: 767px) {
.team-column .quote-block p:after {
right: -12px;
}
}
>>>>>>> afe49c8 (footer mobile fix)
.team-column .name {
position: absolute;
bottom: 0;
right: 0;
background: #124b96;
padding: 5px 15px;
z-index: 9;
width: 60%;
opacity: 0;
transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
.team-column .name {
opacity: 1;
}
}
.team-column .name p {
color: #ffffff !important;
margin-bottom: 0 !important;
}
.fusion-body .trigger-column.active .fusion-column-wrapper {
background: #124b96 !important;
}
.fusion-body .trigger-column.active .fusion-column-wrapper .fusion-text p {
color: #ffffff !important;
}
.fusion-body .trigger-column .fusion-column-wrapper {
padding: 35px 30px !important;
box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.15);
transition: all 0.3s ease-in-out;
cursor: pointer;
margin-bottom: 15px !important;
}
.fusion-body .trigger-column .fusion-column-wrapper:hover {
box-shadow: none;
}
.fusion-body .trigger-column .fusion-column-wrapper .fusion-text p {
margin-bottom: 0 !important;
color: #124b96 !important;
font-family: "font-bold" !important;
text-transform: uppercase !important;
}
.fusion-body .icon-column {
margin-top: 60px !important;
}
@media (max-width: 1024px) {
.fusion-body .icon-column {
width: 50% !important;
max-width: 50% !important;
flex: 0 0 50% !important;
}
}
@media (max-width: 767px) {
.fusion-body .icon-column {
width: 100% !important;
max-width: 100% !important;
flex: 0 0 100% !important;
}
}
.fusion-body .icon-column .fusion-column-wrapper {
box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.15);
transition: all 0.3s ease-in-out;
padding: 20px !important;
text-align: center !important;
}
.fusion-body .icon-column .fusion-column-wrapper:hover {
box-shadow: none;
}
.fusion-body .icon-column .fusion-column-wrapper .fusion-imageframe img {
width: 150px;
height: 150px;
object-fit: cover;
min-width: 150px;
}
@media (max-width: 767px) {
.fusion-body .icon-column .fusion-column-wrapper .fusion-imageframe img {
width: 95px;
height: 95px;
min-width: 95px;
}
}
.fusion-body .icon-column .fusion-column-wrapper .title-text p {
margin-bottom: 0 !important;
color: #124b96 !important;
font-family: "font-bold" !important;
display: flex;
align-items: center;
justify-content: space-between;
cursor: pointer;
}
.fusion-body .icon-column .fusion-column-wrapper .title-text p:after {
content: "";
background: url(//demoor.net/wp-content/themes/Avada-Child/assets/images/arrow_down_v2.png) no-repeat;
width: 15px !important;
height: 15px !important;
background-size: contain;
display: inline-block;
margin-left: 10px;
}
.fusion-body .icon-column .fusion-column-wrapper .hidden-content {
margin-top: 15px !important;
display: none;
text-align: left !important;
}
.fusion-body .icon-column .fusion-column-wrapper .hidden-content.active {
display: block;
}
.fusion-body .icon-column .fusion-column-wrapper .hidden-content p {
color: #97907a !important;
font-family: "font-medium" !important;
font-size: 16px !important;
}
.fusion-body .icon-column .fusion-column-wrapper .hidden-content p:after {
display: none;
}
#hypothecair-row {
display: none;
}
#hypothecair-row.active {
display: flex;
}
#persoonlijk-row {
display: none;
}
#persoonlijk-row.active {
display: flex;
}
.grecaptcha-badge {
visibility: hidden;
}
body {
-webkit-font-smoothing: antialiased !important;
font-family: "font-medium" !important;
font-size: 18px !important;
color: #97907a !important;
}
p {
font-family: "font-medium" !important;
-webkit-font-smoothing: antialiased !important;
font-size: 18px !important;
color: #97907a !important;
}
b, strong {
color: #124b96 !important;
font-family: "font-bold" !important;
font-weight: 400 !important;
}
a {
transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
text-decoration: none !important;
font-family: "font-medium" !important;
}
a:hover {
text-decoration: none !important;
}
a.beige {
color: #97907a !important;
}
a.fusion-button {
font-family: "font-bold" !important;
color: #124b96 !important;
padding: 12px 29px;
position: relative;
text-transform: uppercase;
border: 2px solid #97907a;
border-radius: 50px !important;
line-height: 1 !important;
width: 100%;
text-align: center;
z-index: 1;
transition: all 0.5s ease;
overflow: hidden;
font-size: 16px !important;
display: inline !important;
}
a.fusion-button:before {
content: "";
position: absolute;
width: 25%;
height: 0;
background-color: #97907a;
z-index: -1;
transition: all 0.5s ease;
top: 0;
left: 0;
border-radius: 25px 0 0 25px;
}
a.fusion-button:after {
content: "";
position: absolute;
width: 25%;
height: 0;
background-color: #97907a;
z-index: -1;
transition: all 0.5s ease;
bottom: 0;
left: 25%;
}
a.fusion-button span:before {
content: "";
position: absolute;
width: 25%;
height: 0;
background-color: #97907a;
z-index: -1;
transition: all 0.5s ease;
top: 0;
left: 50%;
}
a.fusion-button span:after {
content: "";
position: absolute;
width: 25%;
height: 0;
background-color: #97907a;
z-index: -1;
transition: all 0.5s ease;
bottom: 0;
left: 75%;
border-radius: 0 25px 25px 0;
}
a.fusion-button:hover {
color: #ffffff !important;
}
a.fusion-button:hover:before {
top: auto;
bottom: 0;
height: 100%;
}
a.fusion-button:hover:after {
bottom: auto;
top: 0;
height: 100%;
}
a.fusion-button:hover span:before {
top: auto;
bottom: 0;
height: 100%;
}
a.fusion-button:hover span:after {
bottom: auto;
top: 0;
height: 100%;
}
a.fusion-button:focus {
outline: none !important;
box-shadow: none !important;
}
a.fusion-button.cta-button {
background: #97907a !important;
border-radius: 0 !important;
border: 0 !important;
display: table !important;
}
a.fusion-button.cta-button .fusion-button-text {
font-size: 16px !important;
text-transform: none !important;
}
.wpcf7-submit,
.btn-main {
font-family: "font-bold" !important;
color: #124b96 !important;
padding: 12px 29px;
position: relative;
text-transform: uppercase;
border: 2px solid #97907a;
border-radius: 50px !important;
line-height: 1 !important;
width: 100%;
text-align: center;
z-index: 1;
transition: all 0.5s ease;
overflow: hidden;
font-size: 16px !important;
}
.wpcf7-submit:before,
.btn-main:before {
content: "";
position: absolute;
width: 25%;
height: 0;
background-color: #97907a;
z-index: -1;
transition: all 0.5s ease;
top: 0;
left: 0;
border-radius: 25px 0 0 25px;
}
.wpcf7-submit:after,
.btn-main:after {
content: "";
position: absolute;
width: 25%;
height: 0;
background-color: #97907a;
z-index: -1;
transition: all 0.5s ease;
bottom: 0;
left: 25%;
}
.wpcf7-submit span:before,
.btn-main span:before {
content: "";
position: absolute;
width: 25%;
height: 0;
background-color: #97907a;
z-index: -1;
transition: all 0.5s ease;
top: 0;
left: 50%;
}
.wpcf7-submit span:after,
.btn-main span:after {
content: "";
position: absolute;
width: 25%;
height: 0;
background-color: #97907a;
z-index: -1;
transition: all 0.5s ease;
bottom: 0;
left: 75%;
border-radius: 0 25px 25px 0;
}
.wpcf7-submit:hover,
.btn-main:hover {
color: #ffffff !important;
}
.wpcf7-submit:hover:before,
.btn-main:hover:before {
top: auto;
bottom: 0;
height: 100%;
}
.wpcf7-submit:hover:after,
.btn-main:hover:after {
bottom: auto;
top: 0;
height: 100%;
}
.wpcf7-submit:hover span:before,
.btn-main:hover span:before {
top: auto;
bottom: 0;
height: 100%;
}
.wpcf7-submit:hover span:after,
.btn-main:hover span:after {
bottom: auto;
top: 0;
height: 100%;
}
.wpcf7-submit:focus,
.btn-main:focus {
outline: none !important;
box-shadow: none !important;
}
i {
font-family: "Font Awesome 5 Pro" !important;
font-style: normal !important;
}
h1 {
font-family: "font-heavy" !important;
text-transform: uppercase !important;
font-size: 38px !important;
color: #124b96 !important;
}
@media (max-width: 1260px) {
h1 {
font-size: 38px !important;
}
}
@media (max-width: 640px) {
h1 {
font-size: 34px !important;
}
}
h2 {
font-family: "font-heavy" !important;
text-transform: uppercase !important;
font-size: 30px !important;
color: #124b96 !important;
}
h3 {
font-family: "font-bold" !important;
color: #97907a !important;
text-transform: uppercase !important;
font-size: 24px !important;
line-height: 1 !important;
}
h4 {
font-family: "font-bold" !important;
color: #124b96 !important;
text-transform: uppercase !important;
font-size: 22px !important;
line-height: 1 !important;
}
h4 p {
font-family: "font-bold" !important;
color: #124b96 !important;
text-transform: uppercase !important;
font-size: 22px !important;
line-height: 1 !important;
}
h5 {
font-family: "font-medium" !important;
color: #124b96 !important;
font-size: 22px !important;
}
h5 p {
font-family: "font-medium" !important;
color: #124b96 !important;
font-size: 18px !important;
}
.non-cap h1, .non-cap h2, .non-cap h3, .non-cap h4, .non-cap h5, .non-cap h6, .non-cap p {
text-transform: none !important;
}
.home .main-picture {
width: 75%;
float: right;
position: relative;
}
.home .main-picture .title {
position: absolute;
right: 30px;
bottom: 0;
width: auto !important;
}
@media (max-width: 767px) {
.home .main-picture .title {
position: relative;
right: auto;
bottom: auto;
text-align: center;
width: 100%;
}
}
.home .main-picture .title h1 {
margin: 0 !important;
}
.home .main-picture .arrow-down {
position: absolute;
left: 50%;
bottom: 40px;
transform: translateX(-50%);
}
@media (max-width: 767px) {
.home .main-picture .arrow-down {
bottom: -45px;
z-index: 2;
}
}
.home .main-picture .arrow-down img {
width: 35px !important;
max-height: none !important;
height: auto !important;
animation: vibrate 1.5s linear infinite;
}
@media (max-width: 1200px) {
.home .main-picture {
width: 100% !important;
}
}
.home .main-picture img {
width: 100%;
max-height: 96vh;
height: 100%;
object-fit: cover;
}
.home .main-picture .quote {
font-family: "font-quote" !important;
font-size: 38px !important;
color: #97907a !important;
}
@media (max-width: 1260px) {
.home .main-picture .quote {
font-size: 34px !important;
}
}
@media (max-width: 640px) {
.home .main-picture .quote {
font-size: 28px !important;
}
}
#main {
position: relative;
width: 75%;
float: right;
padding: 0 30px !important;
}
@media (max-width: 1200px) {
#main {
width: 100% !important;
}
}
.custom-full-width {
position: relative;
height: auto !important;
padding-bottom: 60px;
}
@media (max-width: 1200px) {
.custom-full-width {
padding-bottom: 120px;
}
}
@media (max-width: 640px) {
.custom-full-width {
padding-bottom: 60px;
}
}
.custom-full-width .fusion-row {
max-width: 1200px !important;
width: 100%;
height: 100%;
display: flex;
position: relative;
}
@media (max-width: 1200px) {
.custom-full-width .fusion-row {
justify-content: center;
padding-right: 30px !important;
padding-left: 30px !important;
}
}
.not-home.main-picture {
width: 75%;
float: right;
position: relative;
}
.not-home.main-picture .fusion-row {
display: flex;
justify-content: flex-end;
padding-left: 30px;
margin-top: -120px;
margin-bottom: 60px;
}
@media (max-width: 992px) {
.not-home.main-picture .fusion-row {
margin-top: 0;
margin-bottom: 0;
}
}
.not-home.main-picture .title {
width: 50%;
padding-right: 30px;
}
@media (max-width: 992px) {
.not-home.main-picture .title {
position: relative;
right: auto;
bottom: auto;
text-align: center;
width: 100%;
}
}
.not-home.main-picture .title h1 {
margin: 0 0 30px 0 !important;
}
.not-home.main-picture .title .quote {
font-family: "font-medium" !important;
font-size: 18px;
color: #97907a !important;
}
@media (max-width: 1260px) {
.not-home.main-picture .title .quote {
font-size: 18px !important;
}
}
.not-home.main-picture .title .quote .special {
display: block;
color: #124b96 !important;
font-size: 20px !important;
margin-top: 30px !important;
font-family: "font-bold" !important;
}
@media (max-width: 1200px) {
.not-home.main-picture {
width: 100% !important;
}
}
.not-home.main-picture img {
width: 100%;
max-height: 96vh;
height: 100%;
object-fit: cover;
}
@media (max-width: 1200px) {
.not-home.main-picture img {
max-height: 75vh !important;
}
}
.after-image {
position: absolute;
right: 0;
bottom: -90px;
z-index: 2;
}
.after-image img {
width: 250px;
}
.title-sep-container {
display: none !important;
}
.no-padding {
padding-left: 0 !important;
padding-right: 0 !important;
}
table {
table-layout: fixed;
width: 100%;
}
.p-relative {
position: relative !important;
}
@media (max-width: 1024px) {
.c-d-lg-block {
display: block !important;
}
.c-d-lg-block .fusion-row {
margin: 0 !important;
}
.c-d-lg-block .fusion-row .fusion-column-wrapper {
margin-right: 0 !important;
margin-left: 0 !important;
}
}
.fusion-title-center {
justify-content: center !important;
}
.right-image:after {
content: "";
background: url(//demoor.net/wp-content/themes/Avada-Child/assets/images/after-image.png) no-repeat;
width: 200px;
height: 100px;
background-size: contain;
position: absolute;
right: -30px;
bottom: 0;
}
.page-template-legal_info .fusion-fullwidth {
padding-left: 0 !important;
padding-right: 0 !important;
}
.page-template-legal_info .legal-page-content {
padding: 120px 0 100px;
overflow: hidden;
}
@media (max-width: 1200px) {
.page-template-legal_info .legal-page-content .grid-fix {
width: 100% !important;
max-width: 100% !important;
}
}
.page-template-legal_info .legal-page-content .legal-menu ul {
padding: 0 !important;
margin: 0 !important;
list-style: none;
}
@media (max-width: 1200px) {
.page-template-legal_info .legal-page-content .legal-menu ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-bottom: 60px !important;
}
}
@media (max-width: 767px) {
.page-template-legal_info .legal-page-content .legal-menu ul {
flex-direction: column !important;
}
}
.page-template-legal_info .legal-page-content .legal-menu ul li {
padding: 15px 0;
}
.page-template-legal_info .legal-page-content .legal-menu ul li a {
font-weight: 600 !important;
text-transform: uppercase;
position: relative;
}
.page-template-legal_info .legal-page-content .legal-menu ul li a.active {
color: #000000 !important;
}
.page-template-legal_info .legal-page-content .legal-content {
opacity: 0;
height: 0;
}
.page-template-legal_info .legal-page-content .legal-content.active {
opacity: 1;
height: auto;
}
.page-template-legal_info .legal-page-content .legal-content h2 {
color: #000000 !important;
}
.page-template-legal_info .legal-page-content .legal-content h2:after {
left: 0 !important;
transform: none !important;
bottom: -14px !important;
}
.unaccepted .wpcf7-validates-as-required, .invalid .wpcf7-validates-as-required {
border-color: red !important;
}
.screen-reader-response {
display: none !important;
}
.alert-custom {
display: none !important;
}
.alert-custom.success {
display: inline-block !important;
}
.alert-custom .close {
display: none !important;
}
.wpcf7-not-valid-tip {
display: none !important;
}
.wpcf7-validation-errors {
display: none !important;
}
.wpcf7-acceptance-missing {
display: none !important;
}
.alert-icon {
display: none !important;
}
.wpcf7-mail-sent-ok,
.fusion-success {
background: transparent !important;
border: 0 !important;
padding: 0 !important;
font-size: 13px !important;
text-transform: none !important;
font-family: "font-medium" !important;
position: absolute !important;
left: 0;
bottom: 0;
margin-bottom: 0 !important;
color: #97907a !important;
}
@media (max-width: 500px) {
.wpcf7-mail-sent-ok,
.fusion-success {
position: relative !important;
right: auto;
bottom: auto;
text-align: left !important;
}
}
textarea {
outline: none;
border: none;
}
textarea:focus, input:focus {
border-color: transparent !important;
}
input::-webkit-input-placeholder {
color: #97907a !important;
font-family: "font-regular" !important;
}
input:-moz-placeholder {
color: #97907a !important;
font-family: "font-regular" !important;
}
input::-moz-placeholder {
color: #97907a !important;
font-family: "font-regular" !important;
}
input:-ms-input-placeholder {
color: #97907a !important;
font-family: "font-regular" !important;
}
textarea::-webkit-input-placeholder {
color: #97907a !important;
font-family: "font-regular" !important;
}
textarea:-moz-placeholder {
color: #97907a !important;
font-family: "font-regular" !important;
}
textarea::-moz-placeholder {
color: #97907a !important;
font-family: "font-regular" !important;
}
textarea:-ms-input-placeholder {
color: #97907a !important;
font-family: "font-regular" !important;
}
.loading-spinner {
width: 40px !important;
height: 40px !important;
position: absolute;
bottom: 0;
right: 0;
}
.loading-spinner img {
object-fit: contain !important;
width: 40px !important;
height: 40px !important;
}
.wpcf7 input[type=checkbox],
.wpcf7 input[type=radio] { -webkit-appearance: none;
appearance: none; background-color: transparent; margin: 0;
font: inherit;
color: #124b96;
width: 1.15em;
height: 1.15em;
border: 1px solid #124b96 !important;
border-radius: 0.15em;
transform: translateY(-0.075em);
display: grid;
place-content: center;
}
.wpcf7 input[type=checkbox],
.wpcf7 input[type=radio] { display: grid;
place-content: center;
}
.wpcf7 input[type=checkbox]::before,
.wpcf7 input[type=radio]::before {
content: "";
width: 0.65em;
height: 0.65em;
transform: scale(0);
transition: 120ms transform ease-in-out;
box-shadow: inset 1em 1em #124b96;
}
.wpcf7 input[type=checkbox]:checked::before,
.wpcf7 input[type=radio]:checked::before {
transform: scale(1);
}
.codedropz-upload-handler {
border: none !important;
}
.codedropz-upload-handler .codedropz-upload-container {
border: 1px solid #124b96 !important;
border-radius: 0 !important;
color: #124b96 !important;
font-family: "font-bold" !important;
}
.codedropz-upload-handler .codedropz-upload-container h3, .codedropz-upload-handler .codedropz-upload-container .cd-upload-btn {
text-transform: none !important;
color: #124b96 !important;
font-family: "font-bold" !important;
}
.contact-form {
display: flex;
flex-direction: column;
padding: 0 5px;
}
.contact-form .form-row {
margin-bottom: 15px !important;
margin-right: -15px;
margin-left: -15px;
display: flex;
}
@media (max-width: 767px) {
.contact-form .form-row {
flex-direction: column;
}
}
.contact-form .form-row p {
font-family: "font-medium" !important;
margin-bottom: 0 !important;
display: block !important;
width: 100% !important;
}
.contact-form .form-row .wpcf7-form-control {
height: 45px !important;
border: 1px solid #124b96 !important;
color: #97907a !important;
font-family: "font-medium" !important;
font-size: 16px !important;
margin-bottom: 15px !important;
padding-left: 15px !important;
background: transparent !important;
}
.contact-form .form-row .wpcf7-form-control::-webkit-input-placeholder {
color: #97907a !important;
font-family: "font-regular" !important;
font-size: 14px !important;
}
.contact-form .form-row .wpcf7-form-control.wpcf7-not-valid {
border-color: rgba(255, 0, 0, 0.7) !important;
}
.contact-form .form-row .wpcf7-form-control.wpcf7-textarea {
min-height: 270px !important;
}
.contact-form .wpcf7-acceptance .wpcf7-list-item {
margin-left: 0 !important;
margin-bottom: 30px !important;
}
.contact-form .wpcf7-acceptance .wpcf7-list-item label {
display: flex;
align-items: center;
font-size: 12px !important;
line-height: 1 !important;
}
.contact-form .wpcf7-acceptance .wpcf7-list-item label p, .contact-form .wpcf7-acceptance .wpcf7-list-item label a {
font-size: 12px !important;
}
.contact-form .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label {
color: #124b96 !important;
}
.contact-form .wpcf7-acceptance .wpcf7-list-item label a {
color: #124b96 !important;
position: relative;
}
.contact-form .wpcf7-acceptance .wpcf7-list-item label a:after {
content: "";
width: 100%;
height: 1px;
background: #97907a;
position: absolute;
bottom: 0;
left: 0;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
.contact-form .wpcf7-acceptance .wpcf7-list-item label a:hover:after {
width: 0;
}
.contact-form .wpcf7-acceptance .wpcf7-list-item label input {
margin-right: 10px !important;
}
.contact-form p {
margin-bottom: 0 !important;
}
.wpcf7-submit {
font-family: "font-bold" !important;
color: #ffffff !important;
text-transform: uppercase !important;
padding: 18px 12px !important;
border-radius: 0 !important;
background: #124b96 !important;
width: 180px !important;
position: absolute;
bottom: -84px;
}
.wpcf7-submit:after, .wpcf7-submit:before {
border-radius: 0 !important;
}
.wpcf7-submit span:after, .wpcf7-submit span:before {
border-radius: 0 !important;
}
@media (min-width: 767px) {
.custom-col {
width: 41.66666667% !important;
}
}
.wpcf7 {
position: relative;
} .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(//demoor.net/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(//demoor.net/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;
}