.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;
}html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
margin: 0;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
display: block;
}
audio, canvas, progress, video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden], template {
display: none;
}
a {
background-color: transparent;
}
abbr[title] {
border-bottom: 1px dotted;
}
b, strong {
font-weight: 700;
}
small {
font-size: 80%;
}
sub, sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 0;
}
hr {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
code, kbd, pre, samp {
font-size: 1em;
}
button, input, optgroup, select, textarea {
color: inherit;
font: inherit;
margin: 0;
}
select {
text-transform: none;
}
button {
overflow: visible;
}
button, input, select, textarea {
max-width: 100%;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled], html input[disabled] {
cursor: default;
opacity: .5;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
input[type="checkbox"], input[type="radio"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-right: 0.4375em;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #d1d1d1;
margin: 0 0 1.75em;
min-width: inherit;
padding: 0.875em;
}
fieldset > :last-child {
margin-bottom: 0;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
vertical-align: top;
}
optgroup {
font-weight: bold;
}
* > p:first-child {
margin-top: 0;
}
* > p:last-child {
margin-bottom: 0;
} body {
font-family: 'Roboto', sans-serif;
}
h1, h2, h3 {
font-family: 'Open Sans', sans-serif;
} .content-block {
position: relative;
width: 1024px;
max-width: 100%;
margin: 0 auto;
padding: 0 20px;
box-sizing: border-box;
} .right-align {
text-align: right;
}
.center-align {
text-align: center;   
}
.center-margin {
margin-left: auto;
margin-right: auto;
} .alignleft {
float: left;
margin: 0 20px 10px 0;
}
.alignright {
float: right;
margin: 0 0 10px 20px;
}
.aligncenter {
margin: 0 auto 10px auto;
display: block;
} .row-items {
font-size: 0;
margin-left: -20px;
}
.row-item {
position: relative;
display: inline-block;
vertical-align: top;
box-sizing: border-box;
width: calc(100% - 20px);
margin: 0 0 20px 20px;
}
.row-item.bottom-align {
vertical-align: bottom;
}
.row-item.middle-align {
vertical-align: middle;
}
.row-item.right-align {
text-align: right;
}
.row-items-4 > .row-item {
width: calc(100% / 4 - 20px);
}
.row-items-3 > .row-item {
width: calc(100% / 3 - 20px);
}
.row-items-2 > .row-item {
width: calc(100% / 2 - 20px);
}
.row-item.width-1-3 {
width: calc(100% / 3 - 20px);
}
.row-item.width-2-3 {
width: calc(100% / 3 * 2 - 20px);
}
.row-item.width-1-4 {
width: calc(100% / 4  - 20px);
}
.row-item.width-3-4 {
width: calc(100% / 4 * 3 - 20px);
} .half-width {
width: 50%;
} .two-third-width {
width: 66.66%;
} .static-position {
position: static !important;
} svg {
height: auto;
} a[href^="tel:"]{
color: inherit !important;
text-decoration: none;
} .anchor-stop-link {
position: absolute;
z-index: 1;
top: 0;
} body.home section {
position: relative;
} .button {
font-size: 12px;
font-weight: 500;
text-align: center;
text-transform: uppercase;
display: inline-block;
vertical-align: top;
text-decoration: none;
background: #0054a4;
border-radius: 15px;
color: #FFF;
border: 2px solid #0054a4;
padding: 10px 25px;
margin-right: 10px;
}
.button.white {
background: transparent;
color: #231f20;
}
.button.whitebg {
background: #fff;
border: 2px solid #fff;
color: #231f20;
}
.button.whiteborder {
background: transparent;
border: 2px solid #fff;
color: #fff;
} .sub-heading {
font-size: 37px;
color: #231f20;
font-weight: 500;
padding: 15px 0 0 0;
margin: 0 0 20px 0;
letter-spacing: 1pt;
}
.sub-heading.white {
color: #fff;
}
.sub-sub-heading {
font-size: 12px;
color: #A0A0A2;
font-weight: 500;
text-transform: uppercase;
padding: 0;
margin: 0 0 20px 0;
letter-spacing: 1pt;
}
.sub-sub-heading.white {
color: #fff;
}
.just-a-text {
font-size: 20px;
color: #000000;
font-weight: 100;
letter-spacing: 1px;
line-height: 1.5;    
}
.just-a-text p {
margin: 5px 0 0 0;
padding: 0;
}
.just-a-text p:first-child {
margin-top: 0;
}
.just-a-text a {
color: #000000;
text-decoration: underline;
} #header {
margin-top: 60px;
margin-bottom: 20px;
} .logo-container {
margin: 0;
}
.logo-container img {
display: block;
width: 100%;
max-width: 236px;
} .menu-container {
margin-top: 10px;
margin-bottom: 10px;
}
#menu-checkbox,
#menu-button,
.menu-item input[type="checkbox"],
.menu-item label {
display: none;
}
.primary-menu {
list-style: none;
margin: 0;
padding: 0;
font-size: 0;
}
.primary-menu > .menu-item {
display: inline-block;
vertical-align: top;
margin-left: 20px;
}
.primary-menu > .menu-item a {
font-size: 18px;
color: #231f20;
text-decoration: none;
letter-spacing: 1px;
}
.primary-menu .sub-menu {
display: none;
}
.header-email,
.header-phone {
font-size: 14px;
margin-bottom: 15px;
}
.header-email {
margin-bottom: 8px;
}
.header-email a {
color: inherit;
text-decoration: none;
}
@media screen and (max-width: 1024px) {
#header .row-items {
margin-left: 0;
}
.header-email,
.header-phone {
color: white;
margin-top: 30px;
margin-bottom: 0;
padding-left: 20px;
padding-right: 20px;
text-align: left;
}
.header-phone {
margin-top: 15px;
}
} #side-menu {
padding-left: 0;
}
#side-menu > li > a,
#side-menu > li > .sub-menu {
display: none;
}
#side-menu > li.current-menu-item > .sub-menu,
#side-menu > li.current-menu-ancestor > .sub-menu,
#side-menu > li.current-menu-parent > .sub-menu,
#side-menu > li.current_page_parent > .sub-menu,
#side-menu > li.current_page_ancestor > .sub-menu,
#side-menu > li.current-page-ancestor > .sub-menu {
display: block;
}
#side-menu > li > ul {
padding-left: 0;
} #top {
display: flex;
align-items: center;    
margin-top: 60px;
height: 390px;
padding: 50px 0;
box-sizing: border-box;
background-size: cover;
background-position: center;
background-repeat: no-repeat;  
}
#top h1 {
font-size: 44px;
letter-spacing: 1pt;
font-weight: 500;   
color: black;
padding: 0;
margin: 0 0 25px 0;
}
.top-text {
font-family: 'Roboto', sans-serif;
font-size: 20px;
color: black;
letter-spacing: 1px;
line-height: 1.5;
font-weight: 100; 
}
.top-text p {
margin: 5px 0 0 0;
padding: 0;
}
.top-text p:first-child {
margin-top: 0;
}
.top-text a {
color: #231f20;
text-decoration: underline;
}
#top .buttons-container {
margin-top: 40px;
} #treatment {
padding: 50px 0; }
#treatment-inner { }
.frontpage-working-hours {
color: #fff;
background: #55636b;
padding: 40px;
box-sizing: border-box;
}
.frontpage-working-hours h2 {
font-size: 24px;
font-weight: 500;
margin: 0 0 20px 0;
padding: 0;
letter-spacing: 1pt;
}
.frontpage-working-hours-text {
font-size: 0
}
.frontpage-working-hours-text > div {
font-size: 19px;
font-weight: 100;
display: inline-block;
vertical-align: top;
width: 50%;
}
.treatment-items {
margin-top: 50px;
}
.treatment-image img {
display: block;
width: 100%;
max-width: 100%;
margin: 0 auto;
background-size: cover;
background-position: center;
background-repeat: no-repeat; 
}
.treatment-title-container {
text-align: center;
margin-top: 15px;
}
.treatment-title {
font-size: 24px;
color: #231f20;
text-decoration: none;
font-weight: 500;
display: inline-block;    
}
#treatment .buttons-container {
text-align: center;
margin-top: 40px;
}
#treatment .buttons-container .button {
margin-right: 0;
} #slider {
position: relative;
}
#slider h2 {
font-size: 52px;
letter-spacing: 1pt;
font-weight: 400;
color: #fff;
padding-right: calc(100% - 492px);
margin: 0 0 25px 0;
text-shadow: 2px 1px 15px #00000080;
}
#slider .content-block {
display: flex;
flex-wrap: wrap;
align-content: space-between;
height: 100%;
}
.front-page-slide {
height: 800px;
padding: 50px;
box-sizing: border-box;
background-size: cover;
background-position: center;
}
.front-page-slide-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 175, 240, 0.15);
}
.front-page-slider-wrapper .bx-prev, .front-page-slider-wrapper .bx-next {
position: absolute;
top: 45%;
font-size: 0;
display: block;
width: 20px;
height: 20px;
border-top: 5px solid white;
border-left: 5px solid white;
z-index: 100;
}
.front-page-slider-wrapper .bx-next {
right: 3%;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
transform: rotate(135deg);
}
.front-page-slider-wrapper .bx-prev {
left: 3%;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.round-button {
position: absolute;
display: flex;
font-size: 18px;
bottom: 5%;
right: 5px;
font-weight: 300;
text-align: center;
text-decoration: none;
background: #55636b;
border-radius: 50%;
color: #fff;
padding: 10px;
height: 100px;
width: 100px;
z-index: 100;
}
@media (min-width: 1024px) {
.round-button {
right: calc((100% - 1008px) / 2);
}
}
@media (max-width: 800px) {
.front-page-slide {
padding: 15px;
height: 400px
}
#slider h2 {
font-size: 42px;
}
}
@media (max-width: 413px) {
.front-page-slide {
padding: 5px;
height: 300px
}
#slider h2 {
font-size: 28px;
}
}
.round-button span {
margin: auto;
} #video {
padding: 50px 0;
}
.video-container {
position: relative;
padding-bottom: 56.25%;
}
.video-container iframe {
position: absolute;
width: 100%;
top: 0;
left: 0;
height: 100%;
} .parallax-section .parallax-window {
padding: 90px 0;
}
.parallax-heading {
font-family: 'Open Sans', sans-serif;
font-size: 48px;
color: black;
font-weight: 500;
letter-spacing: 1pt;
}
.parallax-text {
font-size: 24px;
line-height: 34px;
color: black;
margin-top: 30px;
font-weight: 100;
}
.parallax-text p {
margin: 5px 0 0 0;
padding: 0;
}
.parallax-text p:first-child {
margin-top: 0;
}
.parallax-text a {
color: #000000;
text-decoration: underline;
}
.parallax-section .buttons-container {
margin-top: 35px;
} #team {
padding: 80px 0; }
#team > .content-block { background-size: 130px auto;
}
#team .team-items {
margin-top: 90px;
}
.team-item-image img {
display: block;
width: 100%;
max-width: 100%;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.team-item-image.no-image img {
background-size: auto;
background-image: url(//www.kuldepartner.no/wp-content/themes/kuldepartner/images/smile.png);
background-color: #ECF0F9;
}
.team-item-name {
color: #231f20;
font-size: 24px;
font-weight: 500;
letter-spacing: 1pt;
margin-top: 30px;
}
.team-item-name {
margin-top: 15px;
}
.team-item-title {
margin-top: 15px;
color: #000000;
font-weight: 100;
font-size: 19px;   
}
.team-item-email {
position: relative;
margin-top: 15px;
overflow: hidden;
}
.team-item-email:after {
content: '';
position: absolute;
z-index: 1;
top: 0;
bottom: 0;
right: 0;
width: 15px;
height: 100%;
background: #fff;
background: -moz-linear-gradient(left, transparent 0%, #fff 100%);
background: -webkit-linear-gradient(left, transparent 0%, #fff 100%);
background: linear-gradient(to right, transparent 0%, #fff 100%);
}
.team-item-email a {
color: #000000;
font-size: 19px;
font-weight: 100;
text-decoration: underline;
}
.team-item-phone {
margin-top: 15px;
color: #000000;
}
.team-item-phone a {
color: #000000;
font-size: 19px;
font-weight: 100;
text-decoration: none;
}
#team .buttons-container {
text-align: center;
margin-top: 40px;
}
#team .buttons-container .button {
margin-right: 0;
} #references {
padding: 80px 0;
background: #55636b;
}
#references .buttons-container {
text-align: center;
margin-top: 40px;
}
.references-item-image img {
display: block;
margin: 0 auto;
width: 60%;
max-width: 100%;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
border-radius: 50%;
}
.references-item-image.no-image img {
background-size: auto;
background-image: url(//www.kuldepartner.no/wp-content/themes/kuldepartner/images/smile.png);
background-color: #ECF0F9;
}
.references-item-name {
font-size: 12px;
color: #fff;
text-transform: uppercase;
text-align: center;
margin-top: 40px;
letter-spacing: 1px;
}
.references-item-ingress {
font-size: 14px;
color: #fff;
font-weight: 100;
margin-top: 30px;
letter-spacing: 1px;
text-align: center;
}
.references-item-ingress p {
margin: 5px 0 0 0;
padding: 0;
}
.references-item-ingress p:first-child {
margin-top: 0;
}
.references-item-ingress a {
color: #fff;
text-decoration: underline;
} .post-type-archive-references main {
background: #55636b;
} #form {
background: #e1e1e1;
padding: 80px 0;
}
.ps-text {
font-size: 12px;
color: #231f20;
text-transform: uppercase;
padding: 0;
margin: 20px 0 20px 0;
letter-spacing: 1px;
}
#form form br {
display: none;
}
#form form label {
font-size: 10px;
color: #000000;
margin-bottom: 5px;
display: inline-block;
}
#form form > p {
display: block;
margin: 0 0 10px 0;
}
#form form input, 
#form form textarea {
font-size: 14px;
font-weight: 400;
color: #000000;
border: none;
padding: 10px 15px;
border-radius: 5px;
outline: none;
display: block;
width: 100%;
box-sizing: border-box;     
}
#form form input::-webkit-input-placeholder,
#form form input::-moz-placeholder,
#form form input:-ms-input-placeholder,
#form form textarea::-webkit-input-placeholder,
#form form textarea::-moz-placeholder,
#form form textarea:-ms-input-placeholder {
color: rgba(123, 122, 127, .5);    
}
#form form input.wpcf7-submit {
font-size: 12px;
font-weight: 500;
text-align: center;
text-transform: uppercase;    
display: inline-block;
margin-top: 10px;
background: #0054a4;
color: #FFF;
text-transform: uppercase;
border: none;
width: auto;
border-radius: 15px;
}
#form div.wpcf7-response-output,
#form div.wpcf7-validation-errors {
font-size: 12px;
border: none;
margin: 0;
padding: 5px;
background: none;
}
#form span.wpcf7-not-valid-tip {
font-size: 12px;
margin-top: 5px;
}
.acceptance-gdpr {
display: block;
font-size: 14px;
font-weight: 400;
color: #000000;
}
#form form .wpcf7-acceptance label {
display: block;
}
#form form input[type="checkbox"] {
width: initial;
display: inline-block;
}
.g-recaptcha {
overflow-x: hidden;
}
.grecaptcha-badge {
display: none !important;
} #map {
background: #e1e1e1;
}
.contacts-google-map {
height: 450px;
} #bottom {
padding: 80px 0;
background: #e1e1e1;
}
#bottom .business-name {
color: #231f20;
font-size: 22px;
font-weight: 500;    
}
#bottom .business-address {
font-size: 20px;
color: #000000;
font-weight: 100;
margin-top: 15px;
}
#bottom .business-email {
margin-top: 15px;
font-weight: 100;
}
#bottom .business-email a {
font-size: 20px;
color: #000000;
font-weight: 100;
text-decoration: underline;
}
#bottom .business-phone {
color: #000000;
font-weight: 100;
}
#bottom .business-phone a {
font-size: 20px;
color: #000000;
font-weight: 100;
text-decoration: none;
}
.footer-working-hours-text {
font-size: 0;
margin-top: 15px;
}
.footer-working-hours-text > div {
color: #000000;
font-weight: 100;
font-size: 20px;
display: inline-block;
vertical-align: top;
width: 50%;
}
.footer-logo img {
display: block;
max-width: 100%;
height: auto;
margin: 0 0 0 auto;
} main {
padding: 80px 0;
} main .single-article {
position: relative;
} .single-article-image {
margin-bottom: 20px;
}
.single-article-image img {
display: block;
margin: 0 auto;
max-width: 100%;
}
.single-article h1,
main h1 {
font-size: 37px;
font-weight: 500;
color: #231f20;
padding: 0;
margin: 0 0 20px 0;
letter-spacing: 1pt;
}
.single-article-ingress {
font-size: 20px;
color: #000000;
font-weight: 100;
letter-spacing: 0px;
line-height: 1.5;
}
.single-article-ingress p {
margin: 15px 0 0 0;
padding: 0;
}
.single-article-ingress p:first-child {
margin-top: 0;
}
.single-article-ingress a {
color: #000000;
text-decoration: underline;
}
.single-article-text {
font-size: 16px;
color: #000000;
font-weight: 100;
letter-spacing: 0px;
line-height: 1.5;
margin-top: 20px;
}
.single-article-text p {
margin: 12px 0 0 0;
padding: 0;
}
.single-article-text p:first-child {
margin-top: 0;
}
.single-article-text a {
color: #000000;
text-decoration: underline;
}
.single-article .social-icons {
margin-top: 20px;
}
.single-article .social-icons a {
display: inline-block;
vertical-align: top;
width: 30px;
margin: 0 5px 0 0;
}
.single-article .social-icons svg,
.single-article .social-icons img {
display: block;
width: 100%;
max-width: 100%;
}
.single-article blockquote {
font-size: 30px;
color: #000000;
letter-spacing: 1px;
line-height: 34px;
border-left: 3px solid #55636b;
margin: 20px 0;
padding: 0 0 0 20px;
}
.single-article-related {
margin-top: 80px;
}
.single-article-related .buttons-container {
margin-top: 40px;
}
.single-article-related .buttons-container .button {
margin-right: 0;
}
.related-posts-links,
.sub-menu .menu-item {
margin-bottom: 10px;
}
.related-posts-links a,
.related-posts-link {
font-size: 20px;
color: #000000;
letter-spacing: 1px;
text-decoration: none;
-webkit-transition: color .5s;
-moz-transition: color .5s;
transition: color .5s;
}
.related-posts-link:hover,
.related-posts-link.active,
.sub-menu .current-menu-item page_item a,
.sub-menu .current_page_item a {
color: #231f20;
}
.related-posts-links > div {
padding-left: 20px;
padding-top: 10px;
}
.related-posts-links .related-posts-links > .related-posts-link {
font-size: 18px;
}
.single-article-gallery .row-item {
margin-top: 20px;
}
.single-article-gallery .gallery-image-container {
position: relative;
padding-top: 60%;
overflow: hidden;
}
.single-article-gallery img {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s;
cursor: pointer;
}
.single-article-gallery img:hover {
transform: scale(1.1);
}
.lg-sub-html {
font-style: italic;
}
.single-article-texts h2 {
font-size: 20px;
font-family: Roboto;
} #warning {
background: #0054a4;
color: white;
padding: 20px 0 20px 0;
}
#warning h2 {
margin: 0;
font-weight: normal;
font-size: 24px;
}
.warning-left-text {
font-size: 19px;
padding-right: 10px;
}
.warning-right-text {
font-size: 16px;
padding-left: 10px;
}
.warning-left-text,
.warning-right-text {
width: 50%;
float: left;
}
#warning:after {
content: '';
display: block;
clear: both;
}
#warning[hidden][style] + #top {
margin-top: 0;
}
@supports (display: flex) {
#warning .content-block {
display: flex;
}
.warning-left-text,
.warning-right-text {
width: initial;
float: none;
flex: 1;
}
.warning-right-text {
align-self: center;
}
#warning:after {
content: none;
}
}
@media screen and (max-width: 800px) {
.warning-left-text,
.warning-right-text {
padding: 0;
}
} @media screen and (max-width:1024px) { html {
-webkit-text-size-adjust: 100%;
} a[href^="tel:"]{
color:inherit !important;
text-decoration:none;
} body .logo-container {
width: 70% !important;
} body .menu-container {
width: calc(30% - 20px) !important;
margin-top: 0;
} #menu-button {
display: inline-block;
vertical-align: middle;
width: 30px;
cursor: pointer;
margin-top: 20px;
}
#menu-button > div {
height: 3px;
background: #55636b;
margin-top: 5px;
}
#menu-button > div:first-child {
margin-top: 0;
} .primary-menu {
padding: 20px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.primary-menu-container,
.primary-menu ul,
.primary-menu li ul {
display: block;
max-height: 0;
overflow: hidden;
transition: max-height .5s cubic-bezier(0, 1, 0, 1);
}
.primary-menu-container {
position: absolute;
z-index: 100;
left: 0;
top: 100%;
top: calc(100% + 30px);
width: 100%;
background: rgba(0, 84, 164, 0.8);
}    
#menu-checkbox:checked ~ .primary-menu-container {
max-height: 1000px;
transition: max-height .5s cubic-bezier(1, 0, 1, 0);
}
.primary-menu li {
display: block;
text-align: left;
margin-top: 10px;
margin-bottom: 0;
}
.primary-menu > li:first-child {
margin-top: 0;
}
.primary-menu li + li {
margin-left: 0;
}
.primary-menu > .menu-item {
display: block;
margin-left: 0;
}
.header-phone a,
.primary-menu .menu-item a {
font-size: 14px;
color: #fff;
}
.primary-menu .menu-item a:after {
display: none;
}
.primary-menu input[type="checkbox"] {
display: inline-block;
width: 15px;
height: 15px;
margin-right: -15px;
position: relative;
z-index: 1;
opacity: 0;
cursor: pointer;    
}
.primary-menu label {
width: 14px;
height: 14px;
display: inline-block;
position: relative;
margin-left: 0;
margin-right: 10px;       
}
.primary-menu .menu-item-has-children > label:before,
.primary-menu .menu-item-has-children > label:after {
content: '';
display: block;
position: absolute;
width: 100%;
height: 3px;
top: 50%;
background-color: #fff;
-webkit-transition: -webkit-transform .5s;
-moz-transition: -moz-transform .5s;
transition: transform .5s;
}
.primary-menu .menu-item-has-children > label:after {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
transform: rotate(90deg);
}
.primary-menu .menu-item-has-children > input[type="checkbox"]:checked + label:after {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
}
.primary-menu .menu-item-has-children > ul {
display: block;
max-height: 0 !important;
overflow: hidden;
-webkit-transition: max-height .5s cubic-bezier(0, 1, 0, 1);
-moz-transition: max-height .5s cubic-bezier(0, 1, 0, 1);
transition: max-height .5s cubic-bezier(0, 1, 0, 1);
}
.primary-menu .menu-item-has-children > input[type="checkbox"]:checked ~ ul {
max-height: 1000px !important;
-webkit-transition: max-height .5s cubic-bezier(1, 0, 1, 0);
-moz-transition: max-height .5s cubic-bezier(1, 0, 1, 0);
transition: max-height .5s cubic-bezier(1, 0, 1, 0);
}
.primary-menu ul.sub-menu {
display: block;
position: static;
background: none;
padding: 0 0 0 25px !important;
width: 100%;  
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;      
box-sizing: border-box;
}
.primary-menu ul.sub-menu > li:first-child {
margin-top: 10px
} .button {
margin-bottom: 10px;
}
.treatment-info-container {
display: -webkit-box;
display: -moz-box;
display: box;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
box-orient: vertical;
}
.working-hours-container {
display: block;
width: calc(100% - 20px) !important;
-webkit-box-ordinal-group: 1;
-moz-box-ordinal-group: 1;
box-ordinal-group: 1;
}
.treatment-texts-container {
display: block;
width: calc(100% - 20px) !important;
-webkit-box-ordinal-group: 2;
-moz-box-ordinal-group: 2;
box-ordinal-group: 2;
}
}
@media screen and (max-width:800px) {
#header {
margin-top: 30px;
} #top {
height: auto;
margin-top: 30px;
} .half-width {
width: 100%;
} .two-third-width {
width: 100%;
} .row-items-3 > .row-item,
.row-items-4 > .row-item {
width: calc(100% / 2 - 20px);
} .references-items .row-item:nth-child(3) {
display: none;
} .row-items-2 > .row-item {
width: calc(100% - 20px);
} #bottom {
padding: 40px 0;
}
#bottom .row-items {
margin-left: 0;
}
#bottom .row-items .row-item {
display: block;
width: 100%;
margin-left: 0;
}
#bottom .business-name.empty {
display: none;
}
.footer-working-hours-text > div {
display: block;
}
.footer-logo img {
margin: 0;
} .related-posts-links-container {
display: none;
} body.single main > .content-block {
background: none;
}
.single-post-main-container {
margin-left: 0;
}
.single-post-container {
width: 100% !important;
margin-left: 0 !important;
} .single-article-related .treatment-items .row-item:nth-child(3) {
display: none;
} .warning-left-text,
.warning-right-text {
width: 100%;
float: none;
}
@supports (display: flex) {
#warning .content-block {
display: block;
}
.warning-left-text + .warning-right-text {
margin-top: 20px;
}
}
} @media screen and (max-width:413px) {
#header .row-item.width-2-3 {
width: 30% !important;
}
#header .row-item.width-1-3 {
width: 70% !important;
}
#treatment {
padding: 25px 0;
}
.frontpage-working-hours {
padding: 20px;
}
.treatment-items {
margin-top: 25px;
}
.parallax-section .parallax-window {
padding: 45px 0;
}
#team {
padding: 40px 0;
}
#references {
padding: 40px 0;
}
#form {
padding: 40px 0;
}
.contacts-google-map {
height: 320px;
}
main {
padding: 40px 0;
} .row-items {
margin-left: 0;
}
.row-item {
width: 100% !important;
margin-left: 0;
}
}  #treatment .sub-sub-heading {
color: #231f20;
font-family: 'Roboto', sans-serif;
}
#treatment .sub-heading {
color: #231f20;
font-family: 'Open Sans', sans-serif;
}
#treatment .just-a-text {
color: #231f20;
font-family: 'Roboto', sans-serif;
}.xdsoft_datetimepicker{box-shadow:0 5px 15px -5px rgba(0,0,0,0.506);background:#fff;border-bottom:1px solid #bbb;border-left:1px solid #ccc;border-right:1px solid #ccc;border-top:1px solid #ccc;color:#333;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;padding:8px;padding-left:0;padding-top:2px;position:absolute;z-index:9999;-moz-box-sizing:border-box;box-sizing:border-box;display:none}.xdsoft_datetimepicker.xdsoft_rtl{padding:8px 0 8px 8px}.xdsoft_datetimepicker iframe{position:absolute;left:0;top:0;width:75px;height:210px;background:transparent;border:0}.xdsoft_datetimepicker button{border:none !important}.xdsoft_noselect{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.xdsoft_noselect::selection{background:transparent}.xdsoft_noselect::-moz-selection{background:transparent}.xdsoft_datetimepicker.xdsoft_inline{display:inline-block;position:static;box-shadow:none}.xdsoft_datetimepicker *{-moz-box-sizing:border-box;box-sizing:border-box;padding:0;margin:0}.xdsoft_datetimepicker .xdsoft_datepicker,.xdsoft_datetimepicker .xdsoft_timepicker{display:none}.xdsoft_datetimepicker .xdsoft_datepicker.active,.xdsoft_datetimepicker .xdsoft_timepicker.active{display:block}.xdsoft_datetimepicker .xdsoft_datepicker{width:224px;float:left;margin-left:8px}.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker{float:right;margin-right:8px;margin-left:0}.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker{width:256px}.xdsoft_datetimepicker .xdsoft_timepicker{width:58px;float:left;text-align:center;margin-left:8px;margin-top:0}.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker{float:right;margin-right:8px;margin-left:0}.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker{margin-top:8px;margin-bottom:3px}.xdsoft_datetimepicker .xdsoft_monthpicker{position:relative;text-align:center}.xdsoft_datetimepicker .xdsoft_label i,.xdsoft_datetimepicker .xdsoft_prev,.xdsoft_datetimepicker .xdsoft_next,.xdsoft_datetimepicker .xdsoft_today_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC)}.xdsoft_datetimepicker .xdsoft_label i{opacity:.5;background-position:-92px -19px;display:inline-block;width:9px;height:20px;vertical-align:middle}.xdsoft_datetimepicker .xdsoft_prev{float:left;background-position:-20px 0}.xdsoft_datetimepicker .xdsoft_today_button{float:left;background-position:-70px 0;margin-left:5px}.xdsoft_datetimepicker .xdsoft_next{float:right;background-position:0 0}.xdsoft_datetimepicker .xdsoft_next,.xdsoft_datetimepicker .xdsoft_prev,.xdsoft_datetimepicker .xdsoft_today_button{background-color:transparent;background-repeat:no-repeat;border:0 none;cursor:pointer;display:block;height:30px;opacity:.5;-ms-filter:"alpha(opacity=50)";outline:medium none;overflow:hidden;padding:0;position:relative;text-indent:100%;white-space:nowrap;width:20px;min-width:0}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next{float:none;background-position:-40px -15px;height:15px;width:30px;display:block;margin-left:14px;margin-top:7px}.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next{float:none;margin-left:0;margin-right:14px}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev{background-position:-40px 0;margin-bottom:7px;margin-top:0}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box{height:151px;overflow:hidden;border-bottom:1px solid #ddd}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div{background:#f5f5f5;border-top:1px solid #ddd;color:#666;font-size:12px;text-align:center;border-collapse:collapse;cursor:pointer;border-bottom-width:0;height:25px;line-height:25px}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:first-child{border-top-width:0}.xdsoft_datetimepicker .xdsoft_today_button:hover,.xdsoft_datetimepicker .xdsoft_next:hover,.xdsoft_datetimepicker .xdsoft_prev:hover{opacity:1;-ms-filter:"alpha(opacity=100)"}.xdsoft_datetimepicker .xdsoft_label{display:inline;position:relative;z-index:9999;margin:0;padding:5px 3px;font-size:14px;line-height:20px;font-weight:bold;background-color:#fff;float:left;width:182px;text-align:center;cursor:pointer}.xdsoft_datetimepicker .xdsoft_label:hover>span{text-decoration:underline}.xdsoft_datetimepicker .xdsoft_label:hover i{opacity:1.0}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select{border:1px solid #ccc;position:absolute;right:0;top:30px;z-index:101;display:none;background:#fff;max-height:160px;overflow-y:hidden}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_monthselect{right:-7px}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_yearselect{right:2px}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover{color:#fff;background:#ff8000}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option{padding:2px 10px 2px 5px;text-decoration:none !important}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current{background:#3af;box-shadow:#178fe5 0 1px 3px 0 inset;color:#fff;font-weight:700}.xdsoft_datetimepicker .xdsoft_month{width:100px;text-align:right}.xdsoft_datetimepicker .xdsoft_calendar{clear:both}.xdsoft_datetimepicker .xdsoft_year{width:48px;margin-left:5px}.xdsoft_datetimepicker .xdsoft_calendar table{border-collapse:collapse;width:100%}.xdsoft_datetimepicker .xdsoft_calendar td>div{padding-right:5px}.xdsoft_datetimepicker .xdsoft_calendar th{height:25px}.xdsoft_datetimepicker .xdsoft_calendar td,.xdsoft_datetimepicker .xdsoft_calendar th{width:14.2857142%;background:#f5f5f5;border:1px solid #ddd;color:#666;font-size:12px;text-align:right;vertical-align:middle;padding:0;border-collapse:collapse;cursor:pointer;height:25px}.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th{width:12.5%}.xdsoft_datetimepicker .xdsoft_calendar th{background:#f1f1f1}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today{color:#3af}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default{background:#ffe9d2;box-shadow:#ffb871 0 1px 4px 0 inset;color:#000}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint{background:#c1ffc9;box-shadow:#00dd1c 0 1px 4px 0 inset;color:#000}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current{background:#3af;box-shadow:#178fe5 0 1px 3px 0 inset;color:#fff;font-weight:700}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,.xdsoft_datetimepicker .xdsoft_time_box>div>div.xdsoft_disabled{opacity:.5;-ms-filter:"alpha(opacity=50)";cursor:default}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled{opacity:.2;-ms-filter:"alpha(opacity=20)"}.xdsoft_datetimepicker .xdsoft_calendar td:hover,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover{color:#fff !important;background:#ff8000 !important;box-shadow:none !important}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled:hover{background:#3af !important;box-shadow:#178fe5 0 1px 3px 0 inset !important;color:#fff !important}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_disabled:hover{color:inherit !important;background:inherit !important;box-shadow:inherit !important}.xdsoft_datetimepicker .xdsoft_calendar th{font-weight:700;text-align:center;color:#999;cursor:default}.xdsoft_datetimepicker .xdsoft_copyright{color:#ccc !important;font-size:10px;clear:both;float:none;margin-left:8px}.xdsoft_datetimepicker .xdsoft_copyright a{color:#eee !important}.xdsoft_datetimepicker .xdsoft_copyright a:hover{color:#aaa !important}.xdsoft_time_box{position:relative;border:1px solid #ccc}.xdsoft_scrollbar>.xdsoft_scroller{background:#ccc !important;height:20px;border-radius:3px}.xdsoft_scrollbar{position:absolute;width:7px;right:0;top:0;bottom:0;cursor:pointer}.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar{left:0;right:auto}.xdsoft_scroller_box{position:relative}.xdsoft_datetimepicker.xdsoft_dark{box-shadow:0 5px 15px -5px rgba(255,255,255,0.506);background:#000;border-bottom:1px solid #444;border-left:1px solid #333;border-right:1px solid #333;border-top:1px solid #333;color:#ccc}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box{border-bottom:1px solid #222}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div{background:#0a0a0a;border-top:1px solid #222;color:#999}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label{background-color:#000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select{border:1px solid #333;background:#000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover{color:#000;background:#007fff}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current{background:#c50;box-shadow:#b03e00 0 1px 3px 0 inset;color:#000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==)}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th{background:#0a0a0a;border:1px solid #222;color:#999}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th{background:#0e0e0e}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today{color:#c50}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default{background:#ffe9d2;box-shadow:#ffb871 0 1px 4px 0 inset;color:#000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint{background:#c1ffc9;box-shadow:#00dd1c 0 1px 4px 0 inset;color:#000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current{background:#c50;box-shadow:#b03e00 0 1px 3px 0 inset;color:#000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div:hover{color:#000 !important;background:#007fff !important}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th{color:#666}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright{color:#333 !important}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a{color:#111 !important}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover{color:#555 !important}.xdsoft_dark .xdsoft_time_box{border:1px solid #333}.xdsoft_dark .xdsoft_scrollbar>.xdsoft_scroller{background:#333 !important}.xdsoft_datetimepicker .xdsoft_save_selected{display:block;border:1px solid #ddd !important;margin-top:5px;width:100%;color:#454551;font-size:13px}.xdsoft_datetimepicker .blue-gradient-button{font-family:"museo-sans","Book Antiqua",sans-serif;font-size:12px;font-weight:300;color:#82878c;height:28px;position:relative;padding:4px 17px 4px 33px;border:1px solid #d7d8da;background:-moz-linear-gradient(top,#fff 0,#f4f8fa 73%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(73%,#f4f8fa));background:-webkit-linear-gradient(top,#fff 0,#f4f8fa 73%);background:-o-linear-gradient(top,#fff 0,#f4f8fa 73%);background:-ms-linear-gradient(top,#fff 0,#f4f8fa 73%);background:linear-gradient(to bottom,#fff 0,#f4f8fa 73%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff',endColorstr='#f4f8fa',GradientType=0)}.xdsoft_datetimepicker .blue-gradient-button:hover,.xdsoft_datetimepicker .blue-gradient-button:focus,.xdsoft_datetimepicker .blue-gradient-button:hover span,.xdsoft_datetimepicker .blue-gradient-button:focus span{color:#454551;background:-moz-linear-gradient(top,#f4f8fa 0,#FFF 73%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#f4f8fa),color-stop(73%,#FFF));background:-webkit-linear-gradient(top,#f4f8fa 0,#FFF 73%);background:-o-linear-gradient(top,#f4f8fa 0,#FFF 73%);background:-ms-linear-gradient(top,#f4f8fa 0,#FFF 73%);background:linear-gradient(to bottom,#f4f8fa 0,#FFF 73%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f8fa',endColorstr='#FFF',GradientType=0)}