#cathlitgadgetd{display: none;}
#cathlits svg{
font-family: sans-serif,serif;
}
svg #copyright{
font-size: xx-small;
text-align: right;
display: none;
}
svg #text_info{
stroke:black;
fill:black;
}
svg #rect_info{
fill:none;
stroke:none;
} svg .d-adv{
fill: violet;
}
svg .d-nav{
fill: #f0f0f0;
}
svg .d-ord1{
fill: green;
}
svg .d-ord2{
fill: green;
}
svg .d-pas{
fill: #f0f0f0;
}
svg .d-cua{
fill: violet;
}
svg .d-d:hover{
fill-opacity:1;
}
svg .d-d{
fill-opacity:0.3;
}
svg .d-m1-2013{
}
svg #dci{
fill:white;
}
svg #today{
fill: yellow;
fill-opacity:1;
}
svg #palmsun,svg #goodfri,svg #penteco{
fill: red;
fill-opacity:1;
} svg .w-w:hover{
}
svg .w-w{
stroke:black;
fill:#efefef;
} svg .wte:hover{
font-weight: bold;
font-size: large;
cursor:pointer;
}
svg .wte{
text-anchor:middle;
font-size: x-small;
}
svg #wci{
fill:none;
}  svg .ctp{
}
svg .cte:hover{
font-weight: bold;
cursor:pointer;
}
svg .cte{
text-anchor:middle;
font-size: small;
font-weight: bold;
text-shadow: 0px 1px 0 white;
}
svg .c-adv{
fill:#800078;
}
svg .c-nav{
fill:#f0f0f0;
}
svg .c-cua{
fill:#800078;
}
svg .c-pas{
fill:#f0f0f0;
}
svg .c-ord1,svg .c-ord2{
fill:green;
}
svg .c-adv,svg .c-nav,svg .c-cua,svg .c-pas,svg .c-ord1,svg .c-ord2{
}
svg .c-c{
}  svg .mtp{
}
svg .mte:hover{
font-weight: bold;
font-size: large;
cursor:pointer;
}
svg .mte{
text-anchor:middle;
}
svg .mtsp{
margin-top:20px;
}
svg .m-m0{
fill:#b1b1b1;
}
svg .m-m1{
fill:#b7b7b7;
}
svg .m-m2{
fill:#bfbfbf;
}
svg .m-m3{
fill:#c1c1c1;
}
svg .m-m4{
fill:#c7c7c7;
}
svg .m-m5{
fill:#cfcfcf;
}
svg .m-m6{
fill:#d1d1d1;
}
svg .m-m7{
fill:#d7d7d7;
}
svg .m-m8{
fill:#dfdfdf;
}
svg .m-m9{
fill:#e1e1e1;
}
svg .m-m10{
fill:#e7e7e7;
}
svg .m-m11{
fill:#efefef;
}
svg #mci{
fill:white;
}
svg .m-m{ stroke:black;
fill:white;
fill-opacity:0.43;
}
svg #dci,svg #wci,svg #mci,svg #cci,svg .d-d,svg .w-w,svg .m-m,svg .c-c{}.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.cmplz-video.cmplz-iframe-styles{background-color:transparent}.cmplz-video.cmplz-hidden{visibility:hidden !important}.cmplz-blocked-content-notice{display:none}.cmplz-placeholder-parent{height:inherit}.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice,.cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice{display:block}.cmplz-blocked-content-container,.cmplz-wp-video{animation-name:cmplz-fadein;animation-duration:600ms;background:#FFF;border:0;border-radius:3px;box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);display:flex;justify-content:center;align-items:center;background-repeat:no-repeat !important;background-size:cover !important;height:inherit;position:relative}.cmplz-blocked-content-container.gmw-map-cover,.cmplz-wp-video.gmw-map-cover{max-height:100%;position:absolute}.cmplz-blocked-content-container.cmplz-video-placeholder,.cmplz-wp-video.cmplz-video-placeholder{padding-bottom:initial}.cmplz-blocked-content-container iframe,.cmplz-wp-video iframe{visibility:hidden;max-height:100%;border:0 !important}.cmplz-blocked-content-container .cmplz-custom-accept-btn,.cmplz-wp-video .cmplz-custom-accept-btn{white-space:normal;text-transform:initial;cursor:pointer;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:200px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus,.cmplz-wp-video .cmplz-custom-accept-btn:focus{border:1px dotted #cecece}.cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-wp-video .cmplz-blocked-content-notice{white-space:normal;text-transform:initial;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:300px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links{display:block;margin-bottom:10px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a{color:#fff}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body{display:block}.cmplz-blocked-content-container div div{display:none}.cmplz-wp-video .cmplz-placeholder-element{width:100%;height:inherit}@keyframes cmplz-fadein{from{opacity:0}to{opacity:1}}