@charset "UTF-8";
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, meter, nav, object, ol, output, p, pre, progress, q, rp, rt, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video, xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

body, html {
  height: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

b, strong {
  font-weight: 700;
}

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

li {
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, td, th {
  font-weight: 400;
  vertical-align: top;
  text-align: left;
}

q {
  quotes: none;
}

q:after, q:before {
  content: "";
  content: none;
}

small, sub, sup {
  font-size: 75%;
}

sub, sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg {
  overflow: hidden;
}

/*bookingform*/
/* pager */
.clearfix {
  zoom: 1;
}
.clearfix:after {
  clear: both;
}
.clearfix:after, .clearfix:before {
  content: "";
  display: table;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
/*General fix for link--> button*/
button {
  border: none;
  background: none;
}

/*Forced colors fix link/button */
@media (forced-colors: active) {
  a[role=button] {
    background: ButtonFace !important;
    color: ButtonText !important;
  }
}
/*Oreo focus ring*/
*:focus-visible {
  outline: 2px solid black !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 2px white !important;
  border-radius: 10px !important;
  z-index: 1;
  position: relative;
  transition: none !important;
}

/*fix for link titles*/
.title > span.aria-title {
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
}

/*Didomi focus ring fix*/
#didomi-host div:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  position: unset;
}

/*Fix for gForm*/
.gform_heading + .validation_error:before,
.gfield_description.validation_message:before {
  content: "\f06a"/"";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
}

.gform_confirmation_message {
  color: green;
  font-size: 1em;
  font-weight: 700;
  margin: 2em 0;
  border-top: 2px solid green;
  border-bottom: 2px solid green;
  padding: 16px 0;
  clear: both;
  width: 100%;
  text-align: center;
}

.gform_confirmation_message:before {
  content: "\f058"/"";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
}

li.gfield ul.gfield_checkbox li:focus-within {
  overflow: visible !important;
}

ul.gfield_checkbox li input[type=checkbox]:focus ~ label:before {
  outline: 2px solid black !important;
  outline-offset: 1px !important;
  box-shadow: 0 0 0 4px white !important;
  border-radius: 3px !important;
  z-index: 1;
  position: relative;
  transition: none !important;
}

li.gfield .ginput_container.ginput_recaptcha {
  min-height: 78px;
}

body > .ui-datepicker td.ui-datepicker-days-cell-over > a {
  background: var(--hover, #000) !important;
  color: var(--hover-color-associated, #fff) !important;
}

/*Fix for overflow:hidden hiding focus ring*/
#main_book:focus-within, .main_book:focus-within, #dyncal_box:has(.close_calendar:focus-visible),
.btns_wrap:focus-within, .btns_wrap a:focus-visible,
.btns_wrap > .book:focus-within, .btns_wrap > .book > a:focus-visible,
.btnPdf:focus-within, .btnPdf > a:focus-visible,
.info:focus-within, .info > a:focus-visible,
.read_more:focus-within, .read_more > a:focus-visible,
.btnCta:focus-within, .btnCta > a:focus-visible,
#itinerary .field.submit:focus-within, #itinerary .field.submit > a {
  overflow: unset !important;
}

/*Fix for pager*/
ul.slick-dots li,
.pager ul li {
  position: relative;
}
ul.slick-dots li button,
.pager ul li button {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
  padding: 0;
  background: transparent;
  display: block !important;
}

/*Add btns to highligh menu*/
#header_wrapper #primary_menu.strip_menu ul.menu > li button.more_li,
#header #highlight_menu ul.menu > li button.more_li,
header #highlight_menu ul.menu > li button.more_li {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 18px;
  aspect-ratio: 1;
  border-radius: 50%;
  bottom: 5px;
  transform-origin: 0;
  padding: 0;
  transition: rotate 0.3s ease !important;
  opacity: 0;
  z-index: -1;
  color: currentColor;
}
.crystal_hotel #header_wrapper #primary_menu.strip_menu ul.menu > li button.more_li,
.crystal_hotel #header #highlight_menu ul.menu > li button.more_li,
.crystal_hotel header #highlight_menu ul.menu > li button.more_li {
  bottom: -15px;
}
.hendricks_hotel #header_wrapper #primary_menu.strip_menu ul.menu > li button.more_li,
.hendricks_hotel #header #highlight_menu ul.menu > li button.more_li,
.hendricks_hotel header #highlight_menu ul.menu > li button.more_li {
  bottom: 0;
}

header #highlight_menu ul.menu .more_li:focus-visible,
header #highlight_menu ul.menu .more_li:has(+ ul:focus-within),
header #highlight_menu ul.menu span:has(a:focus-visible) + .more_li,
header #highlight_menu ul.menu a:focus-visible + .more_li, #header #highlight_menu ul.menu .more_li:focus-visible,
#header #highlight_menu ul.menu .more_li:has(+ ul:focus-within),
#header #highlight_menu ul.menu span:has(a:focus-visible) + .more_li,
#header #highlight_menu ul.menu a:focus-visible + .more_li, #header_wrapper #primary_menu.strip_menu ul.menu .more_li:focus-visible,
#header_wrapper #primary_menu.strip_menu ul.menu .more_li:has(+ ul:focus-within),
#header_wrapper #primary_menu.strip_menu ul.menu span:has(a:focus-visible) + .more_li,
#header_wrapper #primary_menu.strip_menu ul.menu a:focus-visible + .more_li {
  opacity: 1;
  z-index: 10;
}
header #highlight_menu ul.menu > li:hover > ul.sub-menu.hidden_menu_hover, #header #highlight_menu ul.menu > li:hover > ul.sub-menu.hidden_menu_hover, #header_wrapper #primary_menu.strip_menu ul.menu > li:hover > ul.sub-menu.hidden_menu_hover {
  display: none !important;
}
header #highlight_menu ul.menu > li:has(.hidden_menu_hover):after, #header #highlight_menu ul.menu > li:has(.hidden_menu_hover):after, #header_wrapper #primary_menu.strip_menu ul.menu > li:has(.hidden_menu_hover):after {
  content: none !important;
}
header #highlight_menu ul.menu .more_li[aria-expanded=true], #header #highlight_menu ul.menu .more_li[aria-expanded=true], #header_wrapper #primary_menu.strip_menu ul.menu .more_li[aria-expanded=true] {
  rotate: 180deg;
}

/*Visually hidden stuff for screen readers*/
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  display: block !important;
}

/*Skip to content and accessibility panel shortcuts*/
button.open_a11y_panel {
  position: fixed;
  display: block;
  z-index: 998;
  font-size: 28px;
  bottom: 30px;
  left: 30px;
  width: 44px;
  aspect-ratio: 1;
  top: auto;
  padding: 0;
  background: var(--main);
  border-radius: 50%;
  background: var(--main);
  color: var(--main-color-associated);
  transition: all 0.3s ease;
}
button.open_a11y_panel:hover {
  background: var(--hover);
  color: var(--hover-color-associated);
}
.rtl button.open_a11y_panel {
  left: auto;
  right: 30px;
}
@media (max-width: 991px) {
  button.open_a11y_panel {
    bottom: 70px;
    left: 10px;
  }
  .rtl button.open_a11y_panel {
    left: auto;
    right: 10px;
  }
}
button.open_a11y_panel.bottom_right {
  left: auto;
  right: 30px;
}
.rtl button.open_a11y_panel.bottom_right {
  left: 30px;
  right: auto;
}
@media (max-width: 991px) {
  button.open_a11y_panel.bottom_right {
    right: 10px;
  }
  .rtl button.open_a11y_panel.bottom_right {
    left: auto;
    right: 10px;
  }
}
button.open_a11y_panel.top_left {
  top: 130px;
  bottom: auto;
}
.rtl button.open_a11y_panel.top_left {
  left: 30px;
  right: auto;
}
@media (max-width: 991px) {
  button.open_a11y_panel.top_left {
    top: 80px;
  }
  .rtl button.open_a11y_panel.top_left {
    left: 10px;
    right: auto;
  }
}
button.open_a11y_panel.top_right {
  top: 130px;
  bottom: auto;
  left: auto;
  right: 30px;
}
.rtl button.open_a11y_panel.top_right {
  left: auto;
  right: 30px;
}
@media (max-width: 991px) {
  button.open_a11y_panel.top_right {
    top: 80px;
    right: 10px;
  }
  .rtl button.open_a11y_panel.top_right {
    left: auto;
    right: 10px;
  }
}
button.open_a11y_panel .icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

a.skip {
  position: fixed;
  display: block;
  background: #f8f8f8;
  color: #000;
  top: 0;
  transform: translateY(-100%);
  left: 10px;
  font-size: 18px;
  padding: 20px;
  line-height: 1;
  text-decoration: none;
  font-family: var(--first-font, sans-serif);
}
a.skip:focus-visible {
  opacity: 1;
  z-index: 9999;
  transform: translateY(10px);
  transition: transform 0.3s ease !important;
}

/*Dynamic calendar fix*/
#dyncal_wrapper .close_calendar {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 500;
  transition: 0.3s ease;
}
.queen_hotel #dyncal_wrapper .close_calendar, .hendricks_hotel #dyncal_wrapper .close_calendar {
  width: 40px;
  height: 40px;
}
.queen_hotel #dyncal_wrapper .close_calendar .cross, .hendricks_hotel #dyncal_wrapper .close_calendar .cross {
  right: -20px;
  top: 20px;
}
#dyncal_wrapper .close_calendar .cross {
  position: relative;
}
#dyncal_wrapper .date_instructions {
  text-transform: lowercase;
}
#dyncal_wrapper .fbw-calendar--label small {
  display: none;
}
#dyncal_wrapper .fbw-calendar--label:has(+ .input_wrap > .error_calendar:not(:empty)) small,
#dyncal_wrapper .fbw-calendar--label:has(+ .input_wrap:focus-within) small {
  display: block;
}
#dyncal_wrapper .date--arrival, #dyncal_wrapper .date--departure {
  margin: 0 0 10px;
}
#dyncal_wrapper .fbw-calendar--config .fbw-calendar--dates .input_wrap {
  position: absolute;
  opacity: 0;
  left: -9999px;
}
#dyncal_wrapper .fbw-calendar--config .fbw-calendar--dates .input_wrap:has(.error_calendar:not(:empty)), #dyncal_wrapper .fbw-calendar--config .fbw-calendar--dates .input_wrap:focus-within {
  position: relative;
  opacity: 1;
  left: 0;
}
#dyncal_wrapper .fbw-calendar--config .fbw-calendar--dates .input_wrap:has(.error_calendar:not(:empty)) input, #dyncal_wrapper .fbw-calendar--config .fbw-calendar--dates .input_wrap:focus-within input {
  width: 100%;
  text-align: left;
}
#dyncal_wrapper .fbw-calendar--config .fbw-calendar--dates .input_wrap:has(.error_calendar:not(:empty)) button.open_calendar, #dyncal_wrapper .fbw-calendar--config .fbw-calendar--dates .input_wrap:focus-within button.open_calendar {
  position: absolute;
  right: 2px;
  top: 0;
  padding: 0;
  z-index: 9999;
}
#dyncal_wrapper .fbw-calendar--config .fbw-calendar--dates .input_wrap:has(.error_calendar:not(:empty)) button.open_calendar span, #dyncal_wrapper .fbw-calendar--config .fbw-calendar--dates .input_wrap:focus-within button.open_calendar span {
  background: transparent;
  border: none;
}
.queen_hotel #dyncal_wrapper .fbw-calendar--config .fbw-calendar--dates .input_wrap:has(.error_calendar:not(:empty)) button.open_calendar span:before, .queen_hotel #dyncal_wrapper .fbw-calendar--config .fbw-calendar--dates .input_wrap:focus-within button.open_calendar span:before {
  font-family: "Font Awesome 6 Pro";
}
#dyncal_wrapper .fbw-calendar--config .fbw-calendar--dates .input_wrap:has(.error_calendar:not(:empty)) button.open_calendar .sr-only, #dyncal_wrapper .fbw-calendar--config .fbw-calendar--dates .input_wrap:focus-within button.open_calendar .sr-only {
  padding: 0;
}
#dyncal_wrapper .fbw-calendar--config .fbw-calendar--dates .input_wrap span.error_arrival,
#dyncal_wrapper .fbw-calendar--config .fbw-calendar--dates .input_wrap span.error_departure {
  display: none;
  color: #eb0000;
  border: none;
  background: none;
  padding: 0;
}
#dyncal_wrapper .fbw-calendar--config .fbw-calendar--dates .input_wrap span.error_arrival:before,
#dyncal_wrapper .fbw-calendar--config .fbw-calendar--dates .input_wrap span.error_departure:before {
  content: "\f06a"/"";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
}
#dyncal_wrapper .fbw-calendar--config .fbw-calendar--dates .input_wrap:has(.error_calendar:not(:empty)) + .value, #dyncal_wrapper .fbw-calendar--config .fbw-calendar--dates .input_wrap:focus-within + .value {
  display: none;
}
#dyncal_wrapper .fbw-calendar--month:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}
#dyncal_wrapper .fbw-calendar--action .best--price:before {
  content: ""/" ";
}
#dyncal_wrapper td.min_stay:focus .min_stay-details {
  background-color: #666;
  position: absolute;
  transform: translateX(-50%);
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 12px;
  margin: 0;
  padding: 5px;
  top: 100%;
  min-width: 120px;
  z-index: 100;
  left: 50%;
}
#dyncal_wrapper .fbw-calendar {
  min-height: 550px;
}
#dyncal_wrapper .fbw-calendar .fbw-calendar--month-table-container:has(.day--loader-div) {
  --success: var(--color);
}
#dyncal_wrapper .fbw-calendar .fbw-calendar--month-table-container:has(.day--loader-div) .best-price:after {
  content: none;
}
#dyncal_wrapper .fbw-calendar td.fbw-calendar--day {
  transition: background 0.3s ease, color 0.3s ease;
}
#dyncal_wrapper .fbw-calendar td:not(.chosen_day) .day--loader-div {
  width: 20px;
  aspect-ratio: 1;
  border-radius: 50%;
  margin: -5px auto 5px;
  border: 1px solid var(--bg-d-10);
  border-right-color: var(--main);
  animation: l2 1s infinite linear;
  background: transparent;
}
@media (max-width: 991px) {
  #dyncal_wrapper .fbw-calendar td:not(.chosen_day) .day--loader-div {
    height: 18px;
  }
}
#dyncal_wrapper .fbw-calendar td:not(.chosen_day) .day--loader-div img {
  display: none;
}
#dyncal_wrapper .fbw-calendar td.unavailable_day {
  height: 63px !important;
}
#dyncal_wrapper .fbw-calendar td.unavailable_day .day--unavailable-price {
  display: none !important;
}
#dyncal_wrapper .next {
  margin-top: 85px;
  transition: none !important;
}
#dyncal_wrapper .best-price + .next {
  margin-top: 0;
}

@keyframes l2 {
  to {
    transform: rotate(1turn);
  }
}
.hendricks_hotel.reduce_transparencies .countdown_content {
  background: rgba(0, 0, 0, 0.66) !important;
  padding: 1em;
}

/*Gmap keyboard shortcuts*/
gmp-internal-dialog dialog {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*patches*/
#booking_form .arriving-tab label:has(+ .quickbook-form-tab:focus-within) #arrival_format, #booking_form .arriving-tab label:has(+ .quickbook-form-tab:focus-within) #departure_format, #booking_form .departing-tab label:has(+ .quickbook-form-tab:focus-within) #arrival_format, #booking_form .departing-tab label:has(+ .quickbook-form-tab:focus-within) #departure_format {
  display: none;
}
#booking_form .arriving-tab label:has(+ .quickbook-form-tab .input_dp_wrapper:focus-within) #arrival_format, #booking_form .arriving-tab label:has(+ .quickbook-form-tab .input_dp_wrapper:focus-within) #departure_format, #booking_form .departing-tab label:has(+ .quickbook-form-tab .input_dp_wrapper:focus-within) #arrival_format, #booking_form .departing-tab label:has(+ .quickbook-form-tab .input_dp_wrapper:focus-within) #departure_format {
  display: inline;
}

.mega_details_wrapper:has(~ .fancybox-is-open) .mega_details_content {
  opacity: 0;
  transition: 0.3s ease;
}

.mega_details_wrapper ~ .fancybox-is-open .fancybox-bg {
  display: none;
}

.fancybox-container:has(~ .fancybox-is-open) .fancybox-container {
  opacity: 0;
  transition: 0.3s ease;
}

.fancybox-container ~ .fancybox-container .fancybox-bg {
  display: none;
}

.fancybox-close-small:focus-visible ~ .fancybox-close-small {
  opacity: 0;
  transition: none !important;
}

/*POP UP*/
#popup_overlay {
  z-index: 9999 !important;
}

/*Twitter: has nothing to do with accessibility but is handy put this patch here*/
.twitter .fa-twitter:before {
  content: "臘" !important;
  font-family: fb_socials !important;
  font-weight: 900;
}
html:not(.crystal_hotel) .twitter .fa-twitter:hover {
  background: black !important;
}
html.crystal_hotel .twitter .fa-twitter {
  background: black !important;
}

/*Accessibility panel*/
.a11Y_panel {
  --accent-a11y-ui: var(--hover, #000);
  position: fixed;
  top: 0;
  left: 0;
  width: 400px;
  display: none;
}
.a11Y_panel.visible {
  display: block;
  z-index: 99999;
}
.a11Y_panel {
  background: var(--bg, #fff);
  color: var(--bg-color-associated, #000);
}
.a11Y_panel .a11y_panel_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  overflow: auto;
}
.a11Y_panel .close {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
}
.a11Y_panel .a11y_panel_title {
  font-size: 40px;
  margin: 60px 20px 0;
}
.a11Y_panel fieldset {
  border: 1px solid var(--main, #000);
  padding: 20px;
  margin: 40px 20px;
}
.a11Y_panel fieldset legend {
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  padding: 10px 15px;
}
.a11Y_panel .switch {
  position: relative;
  display: block;
  width: 90%;
  margin: 20px auto;
  height: 34px;
}
.a11Y_panel .switch .label {
  font-size: 16px;
  line-height: 30px;
}
.a11Y_panel .switch input {
  width: 60px;
  height: 34px;
  position: absolute;
  right: 0;
  margin: 0;
}
.a11Y_panel .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 10;
}
.a11Y_panel .switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.a11Y_panel .switch .slider.round {
  border-radius: 34px;
}
.a11Y_panel .switch .slider.round:before {
  border-radius: 50%;
}
.a11Y_panel .switch input:checked + .slider {
  background-color: var(--accent-a11y-ui);
}
.a11Y_panel .switch input:focus + .slider {
  box-shadow: 0 0 1px #000;
}
.a11Y_panel .switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.a11Y_panel .font_select {
  background: var(--bg, #ffffff);
  color: currentColor;
  height: 50px;
  max-width: 460px;
  padding: 0 20px;
  border-radius: 50px;
  border: 1px solid var(--bg-d-3, #f8f8f8);
  position: relative;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.a11Y_panel .font_select:after {
  top: 0;
  right: 15px;
  content: "▾";
  position: absolute;
  z-index: 1;
  line-height: 50px;
}
.a11Y_panel .font_select .label {
  line-height: 30px;
  padding: 0 20px 0 0;
  white-space: nowrap;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.a11Y_panel .font_select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.a11Y_panel .font_select select::-ms-expand {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.a11Y_panel .font_select select {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  padding-right: 30px;
  background: transparent;
  color: currentColor;
  font-family: var(--first-font, "Cormorant Infant", serif);
  font-size: inherit;
  position: relative;
  z-index: 100;
  line-height: 50px;
  text-transform: capitalize;
  padding-left: 20px;
}
.a11Y_panel .font_select select option {
  background: var(--bg, #ffffff);
}
.a11Y_panel .font_select select:focus {
  outline: none;
}
.a11Y_panel .slider_range {
  height: 50px;
  max-width: 460px;
  padding: 0 20px;
  position: relative;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.a11Y_panel .slider_range .label {
  line-height: 30px;
  padding: 0 20px 0 0;
  white-space: nowrap;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.a11Y_panel .slider_range .range_slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 5px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  transition: opacity 0.2s;
  max-width: 100px;
}
.a11Y_panel .slider_range .range_slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  background: var(--accent-a11y-ui, #000);
  border-radius: 50%;
}
.a11Y_panel .slider_range .range_slider::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: var(--accent-a11y-ui, #000);
  border-radius: 50%;
}
.a11Y_panel html {
  scroll-behavior: smooth;
  scroll-padding-top: 150px;
}
@media (max-width: 991px) {
  .a11Y_panel html {
    scroll-padding-top: 100px;
  }
}
html.word_spacing_a11 .a11Y_panel legend, html.word_spacing_a11 .a11Y_panel select, html.word_spacing_a11 .a11Y_panel .label, html.word_spacing_a11 .a11Y_panel #reset_a11y, html.word_spacing_a11 .a11Y_panel .a11y_panel_title, html.letter_spacing_a11y .a11Y_panel legend, html.letter_spacing_a11y .a11Y_panel select, html.letter_spacing_a11y .a11Y_panel .label, html.letter_spacing_a11y .a11Y_panel #reset_a11y, html.letter_spacing_a11y .a11Y_panel .a11y_panel_title {
  letter-spacing: 0 !important;
  word-spacing: 0 !important;
}
.a11Y_panel #reset_a11y {
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  background: var(--highlighted, #000);
  color: var(--highlighted-color-associated, #fff);
  padding: 0;
  margin: 0;
  width: 100%;
}

/*Site settings layout transformations*/
html.reduce_transparencies .arrow,
html.reduce_transparencies .slideshow_container .address,
html.reduce_transparencies .slideshow_container .caption,
html.reduce_transparencies .gallery_container .caption,
html.reduce_transparencies #video_box .plyr--video .plyr__controls,
html.reduce_transparencies #video_box .controls .item,
html.reduce_transparencies #video_page_container .video_content::before,
html.reduce_transparencies #header_wrapper.custom #header {
  background: rgba(0, 0, 0, 0.66) !important;
}
html.reduce_transparencies.fuji_hotel .de_block_post_preview.grid .item_wrap .item .content_wrap,
html.reduce_transparencies.fuji_hotel .de_block_post_preview.grid_margin .item_wrap .item .content_wrap,
html.reduce_transparencies.fuji_hotel .slideshow_container .pager li,
html.reduce_transparencies.fuji_hotel .offer_wrap .offer .content {
  background: rgba(0, 0, 0, 0.66) !important;
}
@media (max-width: 991px) {
  html.reduce_transparencies.fuji_hotel #header_wrapper.custom #header {
    background: var(--header) !important;
  }
}
html.reduce_transparencies.berlin_hotel #header_wrapper.size_xl {
  background: rgba(0, 0, 0, 0.5) !important;
}
html.reduce_transparencies.berlin_hotel .slideshow_container .caption {
  max-width: 1100px;
  height: auto;
  margin: 0 auto;
  left: 50%;
  padding-bottom: 1em;
  top: 50%;
  bottom: unset;
  transform: translate(-50%, -50%);
}
html.reduce_transparencies .slideshow_container .caption,
html.reduce_transparencies .gallery_container .caption {
  padding: 1em;
}
html.reduce_transparencies:is(.fuji_hotel, .paprika_hotel) #slideshow-1 + #booking-form-1.section #booking_form, html.reduce_transparencies:is(.fuji_hotel, .paprika_hotel) #slideshow-1 + #booking-form-1.section #booking_form #children_age_wrapper {
  background: rgba(0, 0, 0, 0.66) !important;
}
html.reduce_transparencies:is(.fuji_hotel, .crystal_hotel, .paprika_hotel) .slideshow_container .caption {
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
  padding: 1em;
  transform: translate(-50%, -50%);
}
html.reduce_transparencies:is(.paprika_hotel) .slideshow_container .caption {
  width: auto;
  height: auto;
  top: 50%;
  padding: 1em;
  transform: translate(-50%, -50%);
}

html[data-darkreader-mode]:is(.fuji_hotel) .open_menu .icon::before {
  height: 0;
  border-top: 2px solid;
}

html.black_and_white {
  filter: grayscale(1);
}

html.reduce_motion * {
  animation-duration: 0.001ms !important;
  animation-iteration-count: 1 !important;
  transition-duration: 0.001ms !important;
}

/*Site settings font transformations*/
html.font_size_a11y body {
  font-size: var(--font-size-a11y, 16px) !important;
}

html.letter_spacing_a11y body * {
  letter-spacing: var(--letter-spacing-a11y, 0) !important;
}

html.word_spacing_a11y body * {
  word-spacing: var(--word-spacing-a11y, 0) !important;
}

html.system * {
  --first-font: auto !important;
  --second-font: auto !important;
  --highlight-font: auto !important;
}

html.cursive * {
  --first-font: cursive !important;
  --second-font: cursive !important;
  --highlight-font: cursive !important;
}

html.serif * {
  --first-font: serif !important;
  --second-font: serif !important;
  --highlight-font: serif !important;
}

html.sans * {
  --first-font: sans-serif !important;
  --second-font: sans-serif !important;
  --highlight-font: sans-serif !important;
}

html.mono * {
  --first-font: monospace !important;
  --second-font: monospace !important;
  --highlight-font: monospace !important;
}

html.b612 * {
  --first-font: B612 !important;
  --second-font: B612 !important;
  --highlight-font: B612 !important;
}

html.eido * {
  --first-font: Eido !important;
  --second-font: Eido !important;
  --highlight-font: Eido !important;
}

html.atkinson * {
  --first-font: Atkinson Hyperlegible !important;
  --second-font: Atkinson Hyperlegible !important;
  --highlight-font: Atkinson Hyperlegible !important;
}

html.luciole * {
  --first-font: Luciole !important;
  --second-font: Luciole !important;
  --highlight-font: Luciole !important;
}

html.sylexiad * {
  --first-font: Sylexiad Sans !important;
  --second-font: Sylexiad Sans !important;
  --highlight-font: Sylexiad Sans !important;
}

html.andika * {
  --first-font: Andika !important;
  --second-font: Andika !important;
  --highlight-font: Andika !important;
}

html.opendys * {
  --first-font: OpenDyslexic !important;
  --second-font: OpenDyslexic !important;
  --highlight-font: OpenDyslexic !important;
}

/*Fonts*/
@font-face {
  font-family: "B612";
  font-style: normal;
  src: url(../fonts/B612-Regular.ttf);
}
@font-face {
  font-family: "B612";
  font-style: italic;
  src: url(../fonts/B612-Italic.ttf);
}
@font-face {
  font-family: "B612";
  font-style: italic;
  font-weight: bold;
  src: url(../fonts/B612-BoldItalic.ttf);
}
@font-face {
  font-family: "B612";
  font-weight: bold;
  src: url(../fonts/B612-Bold.ttf);
}
@font-face {
  font-family: "Eido";
  src: url(../fonts/eido.otf);
}
@font-face {
  font-family: "Atkinson Hyperlegible";
  font-style: normal;
  src: url(../fonts/AtkinsonHyperlegible-Regular.ttf);
}
@font-face {
  font-family: "Atkinson Hyperlegible";
  font-style: italic;
  src: url(../fonts/AtkinsonHyperlegible-Italic.ttf);
}
@font-face {
  font-family: "Atkinson Hyperlegible";
  font-style: italic;
  font-weight: bold;
  src: url(../fonts/AtkinsonHyperlegible-BoldItalic.ttf);
}
@font-face {
  font-family: "Atkinson Hyperlegible";
  font-weight: bold;
  src: url(../fonts/AtkinsonHyperlegible-Bold.ttf);
}
@font-face {
  font-family: "Luciole";
  font-style: normal;
  src: url(../fonts/Luciole-Regular.woff2);
}
@font-face {
  font-family: "Luciole";
  font-style: italic;
  src: url(../fonts/Luciole-Italic.woff2);
}
@font-face {
  font-family: "Luciole";
  font-style: italic;
  font-weight: bold;
  src: url(../fonts/Luciole-BoldItalic.woff2);
}
@font-face {
  font-family: "Luciole";
  font-weight: bold;
  src: url(../fonts/Luciole-Bold.woff2);
}
@font-face {
  font-family: "Sylexiad Sans";
  font-style: normal;
  src: url(../fonts/SylexiadSansMedium.otf);
}
@font-face {
  font-family: "Sylexiad Sans";
  font-style: italic;
  src: url(../fonts/SylexiadSansMedium-Italic.otf);
}
@font-face {
  font-family: "Sylexiad Sans";
  font-style: italic;
  font-weight: bold;
  src: url(../fonts/SylexiadSansMedium-BItalic.otf);
}
@font-face {
  font-family: "Sylexiad Sans";
  font-weight: bold;
  src: url(../fonts/SylexiadSansMedium-Bold.otf);
}
@font-face {
  font-family: "Andika";
  font-style: normal;
  src: url(../fonts/Andika-Regular.ttf);
}
@font-face {
  font-family: "Andika";
  font-style: italic;
  src: url(../fonts/Andika-Italic.ttf);
}
@font-face {
  font-family: "Andika";
  font-style: italic;
  font-weight: bold;
  src: url(../fonts/Andika-BoldItalic.ttf);
}
@font-face {
  font-family: "Andika";
  font-weight: bold;
  src: url(../fonts/Andika-Bold.ttf);
}
@font-face {
  font-family: "OpenDyslexic";
  font-style: normal;
  src: url(../fonts/OpenDyslexic-Regular.otf);
}
@font-face {
  font-family: "OpenDyslexic";
  font-style: italic;
  src: url(../fonts/OpenDyslexic-Italic.otf);
}
@font-face {
  font-family: "OpenDyslexic";
  font-style: italic;
  font-weight: bold;
  src: url(../fonts/OpenDyslexic-BoldItalic.otf);
}
@font-face {
  font-family: "OpenDyslexic";
  font-weight: bold;
  src: url(../fonts/OpenDyslexic-Bold.otf);
}
/*# sourceMappingURL=a11y.css.map */
