@charset "UTF-8";
/*******************************************************************************
 *  Copyright (C) 2020-22 Miha Kitič<miha.kitic@mksp.si> - All rights reserved!
 ******************************************************************************/
/*
 * Base styles on original BASE scss file
 */
/*******************************************************************************
 *  Copyright (C) 2020 Miha Kitič<miha.kitic@mksp.si> - All rights reserved!   *
 ******************************************************************************/
/*
 * Essential SASS variables
 */
/*******************************************************************************
 *  Copyright (C) 2020-22 Miha Kitič<miha.kitic@mksp.si> - All rights reserved!   *
 ******************************************************************************/
/*
 * Load essential SCSS variables
 */
/*******************************************************************************
 *  Copyright (C) 2020 Miha Kitič<miha.kitic@mksp.si> - All rights reserved!   *
 ******************************************************************************/
/*
 * Essential SASS variables
 */
/*
 * Essential styles
 */
html, body {
  width: 100%;
  height: 100%;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

/* Configure essential colors */
:root {
  --primary_1:  #475663;
  /* Dark grey */
  --primary_1_60prc:  #d2456c;
  --primary_1_40prc:  #e8a1b5;
  --primary_2:  #74a848;
  /* Leaf green */
  --primary_2_80prc:  #6f7478;
  --primary_2_60prc:  #9a9a9f;
  --primary_2_40prc:  #74a848;
  --primary_2_20prc:  #d7d7d8;
  --secondary_1:  #2A2A2A;
  --secondary_2:  #74a848;
  --secondary_3:  #2A2A2A;
  --font-dark-bg:  #FFFFFF;
  --font-dark-bg-hover:  #FFFFFF;
  --font-light-bg:  #6e6f73;
  --font-light-bg-hover:  #304042;
  --secondary_warning:  #fd0941;
  --secondary_disabled:  lightgrey;
  --check_mark:  #497cbb;
  --hotel_star:  #f3db65;
  --switch_check:  lightgrey;
  /* var(--primary_1);  #007bff; */
  --description:  #44505e;
  --page_bg:  #f5f5f5;
  --page_fg:  #FFFFFF;
}

/**
 * Configering fonts - instead of setting @font-face to font names, we decide to
 * configure font families by function. This allows us to more easily adapt
 * entire application to new customer as it is only required to override 'src'
 * property of the family to apply fonts throghout application where required.
 *
 * A number of font-faces may be linked to the same font. */
@font-face {
  font-family: Text-Message;
  src: url("/static/fonts/ChaparralPro-Regular.otf");
}

@font-face {
  font-family: fontTextBook;
  src: url("/static/fonts/ChaparralPro-Semibold.otf");
}

@font-face {
  font-family: Text-Component;
  src: url("/static/fonts/ChaparralPro-Semibold.otf");
}

@font-face {
  font-family: ChaparralPro-Bold;
  src: url("/static/fonts/ChaparralPro-Bold.otf");
}

@font-face {
  font-family: ChaparralPro-semibold;
  src: url("/static/fonts/ChaparralPro-Semibold.otf");
}

h1, h2, h3, h4, h5, h6 {
  font-family: Heading, sans-serif;
}

/*
 * We will agree, that each template will have a div#root and that this
 * element will always (in most cases) have a width of 100%. */
div#root {
  width: 100%;
  height: 100%;
}

/* General font settings */
p, li {
  font-family: fontTextBook;
}

/* Some predefined cursors */
.cursor-help {
  cursor: help;
}

.cursor-pointer {
  cursor: pointer;
}

/* Checkbox */
/* TODO :: input[type="checkbox"]:checked { background-color: var(--switch_check); } */
/******************************************************************************
 **  SOME STANDARD PAGE COMPONENTS THAT WILL HAVE SAME STYLING ALL OVER PAGE **
 ******************************************************************************/
/* Standard page button */
/* a[type="button"], li.nav-item { background-color : transparent !important; } */
.standard-button {
  color: var(--font-dark-bg);
  background-color: var(--primary_2);
  border: 0;
  text-align: center;
  padding: 7px;
  transition: background-color 0.35s;
  border-radius: 0 !important;
  outline: unset;
}

.standard-button:hover:not(:disabled) {
  background-color: var(--primary_1);
  color: var(--font-dark-bg);
}

.standard-button:focus {
  outline: unset;
}

.standard-button:disabled {
  opacity: 0.5;
}

.standard-button > div {
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  display: -webkit-box;
}

a.standard-footer-link > * {
  color: var(--font-light-bg);
  text-shadow: 0px 0px 0px transparent;
  transition: all 0.35s;
}

a.standard-footer-link:hover > * {
  color: var(--font-light-bg-hover);
  text-shadow: 1px 1px 6px #888888cc;
}

.standard-input {
  border-radius: 0px;
  height: 46px;
}

.standard-select {
  border-radius: 0px;
  height: 46px;
}

.standard-textarea {
  border-radius: 0px;
}

/* Modal form formatting */
.modal-dialog .modal-header, .popover-header, .search-sel-room-label > button > span {
  background-color: var(--primary_1);
  color: var(--font-dark-bg);
}

.popover .arrow::after, .popover-header::before {
  border-bottom-color: var(--primary_1) !important;
}

div.popover {
  box-shadow: 0px 2px 20px #aeaeae;
  max-width: 350px;
}

.modal-dialog .modal-header button {
  color: var(--font-dark-bg);
  opacity: 1;
}

.modal-dialog .modal-header button:focus {
  outline: 0;
}

/* Bootstrap bigger search selector */
.custom-control-input:checked ~ .custom-control-label::before {
  border-color: var(--switch_check);
  background-color: var(--switch_check);
}

.custom-switch.bigger > .custom-control-label::before {
  width: 3.5rem;
  height: 2rem;
  border-radius: 1rem;
}

.custom-switch.bigger > .custom-control-label::after {
  top: calc(0.25rem + 4px);
  left: calc(-2.25rem + 4px);
  width: calc(2rem - 8px);
  height: calc(2rem - 8px);
  border-radius: 1rem;
}

.custom-switch.bigger > .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(1.5rem);
}

/* Apple Safari fixes */
select {
  overflow: hidden;
  overflow: -moz-hidden-unscrollable;
  background: url(/static/img/assets/dropdown_arrow.png) no-repeat right white;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 20px !important;
}

/* Some customizations of standard text editor */
[class*='RichTextEditor__editor'] {
  max-height: 350px;
  overflow-y: auto;
}

/* Fix checkbox color */
input[type="checkbox"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  background: lightgray;
  height: 16px;
  width: 16px;
  border: 1px solid lightgrey;
  color: var(--font-dark-bg);
  border-radius: 3px;
  top: -1px;
}

input[type="checkbox"]:checked {
  border: 1px solid var(--switch_check);
  background: var(--switch_check);
  color: var(--font-dark-bg);
}

input[type="checkbox"]:after {
  content: '\2713';
  position: relative;
  left: 0px;
  top: -10px;
  width: 16px;
  display: none;
  font-weight: 600;
  font-size: 22px;
  font-family: monospace;
  text-align: center;
}

input[type="checkbox"]:checked:after {
  display: block;
}

input[type="checkbox"] + label {
  margin-left: 4px;
}

/******************************************************************************
 **                          COOKIE NOTIFICATION                             **
 ******************************************************************************/
.cookie-notification-banner {
  z-index: 10000;
  position: fixed;
  height: 240px;
  width: 100vw;
  padding-right: 20px;
  /* Simple fix for scrollbar */
  bottom: -280px;
  display: table;
  background-color: #1d1d1df2;
  border-top: 2px solid var(--primary_1);
  box-shadow: -7px -4px 10px #464545e0;
  color: white;
  transition: bottom 0.4s;
}

.cookie-notification-banner.shown {
  bottom: 0px;
  display: table;
}

/* Bootstrap is 'Mobile-first' -- we set mobile sizes and override for desktop */
.cookie-notification-banner-content {
  font-size: 11px;
}

@media (min-width: 768px) {
  .cookie-notification-banner-content {
    font-size: 12px;
  }
  .cookie-notification-banner {
    height: 120px;
  }
}

/* Styling cookie table */
table.cookie-list td,
table.cookie-list th {
  border: 1px solid grey;
  padding: 8px 20px;
}

div.cookie-list-controls {
  background-color: var(--primary_1_20prc);
}

/******************************************************************************
 **                          STANDARD PAGE LAYOUT                            **
 ******************************************************************************/
/* Top-header section will be present on all views... */
div#top-header,
.page-center-content {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

/* Top header section */
div#top-header {
  min-height: 100px;
  font-family: HeaderFont;
}

div#top-header > .navbar {
  min-height: 100px;
  padding: 0;
}

div#top-header > .navbar > a > img {
  height: 70px;
  margin: 10px;
}

div#top-header .subpage-selector li {
  height: 38px;
  padding: 0;
  border: 1px solid var(--primary_1);
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: HeaderSelectFont;
  transition: all .3s;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
}

div#top-header .subpage-selector li:not(.active) {
  background-color: var(--primary_2);
  border-color: var(--primary_2);
}

div#top-header .subpage-selector li.active {
  background-color: var(--primary_1);
  border-color: var(--primary_1);
}

div#top-header .subpage-selector li:hover {
  background-color: transparent;
}

div#top-header .subpage-selector a.nav-link {
  padding: 7px 15px;
  color: var(--font-dark-bg);
  font-size: 14px;
  font-weight: 500;
  transition: all .3s;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
}

div#top-header .subpage-selector li:hover:not(.active) a.nav-link {
  color: var(--primary_2);
}

div#top-header .subpage-selector li:hover.active a.nav-link {
  color: var(--primary_1);
}

@media (min-width: 992px) {
  div#top-header .subpage-selector li {
    margin-bottom: 0px;
  }
}

div#top-header li.active {
  font-family: HeaderSelectFont;
}

div#top-header a.nav-link,
div#top-header span.navbar-text {
  font-size: 1rem;
  font-family: 'fontFooterTitle';
}

/* Top-header -- language selector */
div#top-header li.lang-selector-placeholder {
  padding-left: 30px;
  margin-right: 25px;
  min-height: 40px;
}

div#top-header li.lang-selector-placeholder > a.nav-link {
  position: absolute;
}

div#top-header li.lang-selector-placeholder:not(.header-dropdown-text) > a.nav-link {
  left: 0px;
  top: -7px;
}

div#top-header li.lang-selector-placeholder.header-dropdown-text > a.nav-link {
  left: 0px;
  top: 3px;
}

div#top-header li.lang-selector-placeholder:not(.header-dropdown-text) > a.nav-link::after {
  display: none;
}

div#top-header li.lang-selector-placeholder.header-dropdown-text > a.nav-link::after {
  position: relative;
  left: -2px;
  top: 1px;
}

.navbar-nav .header-dropdown-text > .dropdown-menu {
  top: 45px;
  left: -10px;
  border-radius: 0;
  padding: 2px 6px;
  width: 52px;
  min-width: unset;
  line-height: 2.0;
}

.navbar-nav .header-dropdown-text > .dropdown-menu > a {
  width: 38px;
  padding: 2px 10px;
  font-weight: bold;
  font-size: 0.8rem;
}

/* Centering text in expanded mobile navbar */
div.navbar-collapse.collapsing > ul.navbar-nav,
div.navbar-collapse.collapse.show > ul.navbar-nav {
  text-align: center;
}

div.navbar-collapse.collapsing > span.navbar-text,
div.navbar-collapse.collapse.show > span.navbar-text {
  width: 100%;
  text-align: center;
}

div.navbar-collapse.collapsing a.dropdown-toggle,
div.navbar-collapse.collapse.show a.dropdown-toggle {
  left: 50% !important;
  top: -6px !important;
}

/* -- */
.navbar-toggler[aria-expanded="true"] + .navbar-collapse,
.navbar-toggler + .navbar-collapse.collapsing {
  margin: 10px 56px 40px;
}

.navbar-toggler {
  border: 0;
  font-size: 30px;
  outline: transparent !important;
}

.navbar-light .navbar-toggler-icon.expanded {
  background-image: url(" data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M 4,7 26,23 M 4,23 26,7'/%3e%3c/svg%3e ");
}

button.navbar-toggler[aria-expanded="false"] > span:not(.expanded) {
  display: inline-block;
}

button.navbar-toggler[aria-expanded="false"] > span.expanded {
  display: none;
}

button.navbar-toggler[aria-expanded="true"] > span:not(.expanded) {
  display: none;
}

button.navbar-toggler[aria-expanded="true"] > span.expanded {
  display: inline-block;
}

.login-button {
  position: relative;
  top: -1px;
  border: 1px solid var(--primary_1);
  padding: 10px 25px;
  color: var(--primary_1) !important;
  transition: all 0.35s;
  display: inline-block;
  background-color: var(--page_fg);
  cursor: pointer;
}

.login-button:hover {
  background-color: var(--primary_1);
  color: var(--font-dark-bg-hover) !important;
}

/* Intro section title */
#intro-section-slim-title {
  /* float: left; */
  width: 100%;
  background-color: var(--primary_1);
  padding: 10px 5%;
  text-align: center;
}

#intro-section-slim-title h6 {
  color: var(--font-dark-bg);
  font-family: Heading;
  margin-bottom: 0;
}

/* Footer section also will be present on all views. */
div#footer-section {
  min-height: 320px;
  width: 100%;
  background-color: var(--primary_2_20prc);
  color: var(--font-light-bg);
}

div#footer-section-info {
  /* width : 800px; */
}

div#footer-section-info > div > div {
  margin-top: 50px;
}

div#footer-section .footer-title {
  font-family: fontFooterTitle, sans-serif;
}

div#footer-section .footer-text {
  font-family: fontFooterText, sans-serif;
}

div#footer-section-social {
  height: 50px;
}

div#footer-section-social i {
  font-size: 32px;
  margin: 0 10px;
}

div#footer-section-social > div {
  margin: 10px -12px 20px;
  width: 170px;
}

p.footer-text {
  margin-bottom: 0.0rem;
}

p.footer-text.with-space {
  margin-bottom: 0.6rem;
}

/* Indicate errors in form fields */
/* .has-error { background-color : #f9d0d0; } */
.has-error input,
input.has-error,
textarea.has-error,
select.has-error {
  background-color: mistyrose;
}

.has-error > div > span,
.has-error > button {
  background-color: chocolate;
  color: white;
}

/** Search bar can appear several times several places */
#search-section-dummy-container .form-control {
  background-color: var(--page-bg);
}

.search-bar-field-icons {
  color: var(--primary_1);
}

.search-bar-field-icons {
  position: absolute;
  left: 16px;
  top: 7px;
  font-size: 22px;
  z-index: 1;
}

.search-bar-field-icons.as-button > i {
  transition: all 0.15s;
  position: relative;
  top: 0;
  left: 0;
}

.search-bar-field-icons.as-button:hover > i {
  text-shadow: 0px 0px 10px white, 0 0 12px white, 0 0 6px white;
  font-size: 24px;
  filter: brightness(1.1);
  top: 1px !important;
  left: -1px !important;
}

.search-bar-submit-button {
  color: var(--font-dark-bg);
  background-color: var(--primary_1);
  border-color: var(--primary_1);
  /* width            : 93px; */
}

.search-bar-submit-button:disabled {
  background-color: var(--primary_2_60prc);
  color: var(--font-dark-bg);
}

.search-bar-submit-button:not(:disabled):hover {
  background-color: var(--primary_1_60prc);
  border-color: var(--primary_1_60prc);
  box-shadow: 0px 0px 10px;
}

.search-sel-room-label {
  background-color: var(--primary_1);
}

.search-sel-room-label > button {
  opacity: 1;
  position: relative;
  top: -2px;
}

/*******************************************************************************
 *                            Gallery style fixes                             *
 ******************************************************************************/
.image-gallery.fullscreen-modal {
  background-color: var(--page_fg) !important;
}

.image-gallery-content.fullscreen {
  background-color: var(--page_fg) !important;
  max-width: calc(60vh * 1.78);
  width: 75vw;
  margin: 0 auto;
}

.image-gallery > .image-gallery-content .image-gallery-slides > div > div {
  background-position: center;
  background-size: cover;
}

.image-gallery:not(.fullscreen-modal) > .image-gallery-content .image-gallery-slides > div > div {
  height: 400px;
}

.image-gallery.fullscreen-modal > .image-gallery-content .image-gallery-slides > div > div {
  height: calc(92vh - 110px);
  max-height: 60vh;
}

.image-gallery-index {
  top: unset !important;
  bottom: 12px !important;
  right: 12px !important;
  padding: 6px 10px !important;
  font-size: 90%;
}

.gallery-wrapper {
  height: 31.2vw;
  margin-bottom: 35px;
}

.room-gallery-modal .gallery-wrapper {
  margin-bottom: 102px;
}

.image-gallery {
  height: 100%;
}

.image-gallery-placeholder .image-gallery {
  top: -44px;
}

.room-gallery .image-gallery {
  max-height: 300px;
  position: relative;
}

.swiper {
  margin-top: 10px;
  height: 100%;
}

.mySwiper .swiper-slide div {
  max-width: 100%;
  width: auto;
  height: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.room-gallery .mySwiper .swiper-slide div {
  max-height: calc(9vw + 10px);
}

.room-gallery .room-gallery-image img {
  max-height: 170px;
  max-width: 300px;
}

.mySwiperThumb {
  margin-bottom: 20px;
}

.mySwiperThumb .swiper-slide {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: auto;
  height: auto;
}

.mySwiperThumb .swiper-slide img {
  max-width: 100%;
  max-height: 98px;
  height: calc(8vw + 12px);
  display: block;
  border-radius: 3px;
}

@media (max-width: 768px) {
  .gallery-wrapper {
    height: 42vw;
  }
}

@media (min-width: 1378px) {
  .gallery-wrapper {
    height: 21.2vw;
  }
}

/*******************************************************************************
 *                       Configuring pax room selector                         *
 ******************************************************************************/
.HotelSearchBar_RoomSelectionUnit,
.ExperienceSearchBarPaxSelectionUnit {
  border: 1px solid #c7c7c7;
  background-color: #ececec;
}

.HotelSearchBar_RoomSelectionUnit > div,
.ExperienceSearchBarPaxSelectionUnit > div {
  padding: 5px 8px;
  display: inline-block;
}

.HotelSearchBar_RoomSelectionUnit .count-picker,
.ExperienceSearchBarPaxSelectionUnit .count-picker {
  float: left;
  display: inline-block;
  width: 92px;
  margin-left: 5px;
  width: calc(100% - 10px - 75px);
}

.HotelSearchBar_RoomSelection > div.row > div.col,
.ExperienceSearchBarPaxSelection > div.row > div.col {
  padding: 8px;
  flex-grow: 0;
}

#popover-room-selection {
  max-width: 440px;
}

.add-room-header-txt {
  display: inline-block;
}

.add-room-button {
  float: right;
  padding: 1px 10px;
  position: relative;
  top: -3px;
  margin-left: 20px;
}

.search-sel-count-label {
  float: left;
  margin-top: 5px;
  width: 80px;
}

.search-sel-room-label {
  /*
    background-color : #475663;
*/
  color: white;
  font-weight: bold;
  font-size: 14px;
  padding: 2px 10px;
}

.room-no-selector-element input.form-control {
  padding-left: 2px;
  padding-right: 2px;
}

/*******************************************************************************
 *                            Filtering / ordering                             *
 ******************************************************************************/
.result-container {
  height: unset;
  border: 1px solid #e4e4e4;
  margin: 15px 0;
  padding: 0px;
  background-color: var(--page_fg);
  box-shadow: 0px 2px 10px #dedede;
}

@media (min-width: 768px) {
  .result-container {
    margin: 10px 0;
  }
}

.result-container-button {
  text-align: center;
  background-color: var(--primary_1);
  color: var(--font-dark-bg);
  transition: background-color 0.35s;
  cursor: pointer;
  padding: 0px 45px;
}

.result-container-button > a {
  height: 100%;
  width: 100%;
  display: block;
}

.result-container-button .result-container-button-text {
  text-align: center;
  margin: 13px auto;
  font-size: 1.2rem;
  color: var(--font-dark-bg);
}

.result-container-button .result-container-button-text > i {
  position: relative;
  top: 1px;
  left: 3px;
}

.result-container-button:hover {
  background-color: var(--primary_1_60prc);
}

.result-container-button.unavailable {
  background-color: var(--secondary_disabled);
}

.result-container-button.unavailable:hover {
  background-color: var(--secondary_disabled);
}

.result-container-description-voucher-label {
  position: absolute;
  top: -20px;
  right: 10px;
  background-color: #74a848;
  color: white;
  padding: 2px 10px 1px;
  border-radius: 10px;
  font-weight: bold;
  font-size: 16px;
}

.experience-results-filter-bar,
.experience-results-ordering-bar,
.hotel-results-filter-bar,
.hotel-results-ordering-bar {
  background-color: white;
  border-radius: 2px;
  border: 2px solid var(--primary_1);
  box-shadow: 0px 2px 10px #dedede;
}

[class*="-results-ordering-bar"] button {
  border-color: var(--primary_1) !important;
}

[class*="-results-ordering-bar"] button:focus {
  box-shadow: unset !important;
}

[class*="-results-ordering-bar"] button:not(.active) {
  color: var(--primary_1);
  background-color: white;
}

[class*="-results-ordering-bar"] button.active,
[class*="-results-ordering-bar"] button:active {
  color: white;
  background-color: var(--primary_1) !important;
}

[class*="-results-ordering-bar"] span.input-group-text {
  border-radius: 0;
}

.experience-results-filter-bar,
.hotel-results-filter-bar {
  /*  position: sticky; */
  top: 0;
}

.experience-results-filter-bar .filter-label,
.hotel-results-filter-bar .filter-label {
  font-size: 85%;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.experience-results-filter-bar div.filter-segment:not(:last-child),
.hotel-results-filter-bar div.filter-segment:not(:last-child) {
  border-bottom: 1px solid var(--primary_1);
}

.mobile-flter-switch.top {
  border-bottom: 3px solid var(--page_bg);
}

.mobile-flter-switch.bottom {
  border-top: 3px solid var(--page_bg);
}

/** Possibly, this should be moved to MAIN */
.filter-slider {
  width: 100%;
  height: 40px;
  padding: 15px 0;
}

.filter-slider-thumb {
  background-color: var(--primary_2);
  color: var(--font-dark-bg);
  cursor: pointer;
  top: 4px;
  padding: 2px 0px 0 2px;
  text-align: center;
  font-size: 90%;
  border-radius: 5px;
  height: 24px;
  width: 24px;
  letter-spacing: 2px;
}

.filter-slider-thumb:focus-visible {
  outline: unset;
  background-color: var(--primary_2_80prc);
}

.filter-slider-track {
  height: 3px;
}

.filter-slider-track-0,
.filter-slider-track-2 {
  background-color: var(--primary_2_60prc);
}

.filter-slider-track-1 {
  background-color: var(--primary_1);
}

.filter-slider-input > input {
  width: 35%;
  border-radius: 0;
  padding: 0;
  font-size: 16px;
  height: unset;
}

.filter-slider-input > div {
  width: 30%;
  padding-top: 3px;
}

/*******************************************************************************
 *                          Configuring related cards                          *
 ******************************************************************************/
[id^="info-relations-carousel-"] {
  background-color: white;
  border: 1px solid #eeeeee;
}

[id^="info-relations-carousel-"] > .carousel-inner > .carousel-item {
  height: 150px;
}

[id^="info-relations-carousel-"] > .carousel-inner .carousel-image {
  width: 100%;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  z-index: 1;
  position: relative;
}

[id^="info-relations-carousel-"] > .carousel-inner .carousel-greytop {
  width: 100%;
  height: 50%;
  padding: 10px 15px;
  background-image: linear-gradient(#666, transparent);
}

[id^="info-relations-carousel-"] > .carousel-inner .carousel-bottom-tab {
  background-color: var(--primary_1);
  color: white;
  position: absolute;
  width: 150px;
  bottom: 0;
  right: 25px;
  padding: 2px 10px;
}

[id^="info-relations-carousel-"] > .carousel-inner .carousel-bottom-tab > i {
  font-size: 22px;
  position: relative;
  top: 3px;
}

[id^="info-relations-carousel-"] > .carousel-inner .carousel-bottom-tab > div {
  width: 100px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

[id^="info-relations-carousel-"] > .carousel-inner .carousel-inner-content {
  z-index: 3;
  height: 100%;
  width: 100%;
  position: absolute;
}

[id^="info-relations-carousel-"] > .carousel-inner .carousel-title-container {
  height: 60px;
  padding: 7px 15px;
}

[id^="info-relations-carousel-"] > .carousel-inner .carousel-title-container > h5 {
  color: white !important;
  font-size: 1.15rem;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
}

[id^="info-relations-carousel-"] > .carousel-inner .carousel-reservations-container {
  font-weight: bold;
  color: transparent;
  text-align: center;
  font-size: 1.7rem;
  font-family: 'Heading';
  transition: all 0.25s;
  position: relative;
  top: -5px;
}

[id^="info-relations-carousel-"] > .carousel-inner:hover .carousel-reservations-container {
  color: var(--font-dark-bg);
}

[id^="info-relations-carousel-"] > .carousel-inner .carousel-mouseover-cover {
  height: 200%;
  width: 100%;
  background-image: linear-gradient(transparent, var(--primary_1));
  z-index: 2;
  position: absolute;
  top: 150px;
  transition: all 0.25s;
}

[id^="info-relations-carousel-"] > .carousel-inner:hover .carousel-mouseover-cover {
  top: -150px;
}

/* @media (min-width: 768px) {
  .result-container { margin : 10px 0; }
} */
/*******************************************************************************
 *                     Configuring labels for form fields                      *
 ******************************************************************************/
/* Label under main form */
form label[for*="reservations-"],
form label[for*="contact-us-"],
.modal label {
  font-size: 90%;
  color: darkgrey;
}

/******************************************************************************
 **                                 CAPTCHA                                  **
 ******************************************************************************/
/* Captcha field */
input#id_captcha_1 {
  flex: unset;
  width: 150px;
}

/******************************************************************************
 **                COLORED SECTION CONTAINER - e.g. for NEWS                 **
 ******************************************************************************/
.colored-section-container {
  background-color: var(--primary_1);
  position: relative;
  width: calc(100% - 14px);
  max-width: calc(1110px - 14px);
  left: 0px;
  margin: 0 auto;
  transition: all 0.25s;
}

.colored-section-container:hover {
  background-color: var(--primary_1_60prc);
}

.colored-section-container .simple-divider {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: white;
  position: relative;
  width: 76%;
  left: 12%;
}

.colored-section-container h1 {
  font-size: 1.8rem;
}

.colored-section-container h2 {
  font-size: 1.5rem;
}

@media (min-width: 576px) {
  .colored-section-container h1 {
    font-size: 2.5rem;
  }
  .colored-section-container h2 {
    font-size: 2.0rem;
  }
}

@media (min-width: 768px) {
  .colored-section-container .simple-divider {
    width: 50%;
    left: 25%;
  }
}

/*******************************************************************************
 *                     FROM Here WE ADD EXTRA STYLES                           *
 ******************************************************************************/
a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

:root {
  --primary_1:  #373937;
  --primary_1_80prc:  #5f605f;
  --primary_1_60prc:  #878887;
  --primary_1_40prc:  #afafaf;
  --primary_1_20prc:  #d7d7d7;
  --primary_2:  #ee4023;
  --primary_2_80prc:  #ee4023;
  --primary_2_60prc:  #ee4023;
  --primary_2_40prc:  #d16250;
  --primary_2_20prc:  #ee4023;
  --secondary_1:  #333333;
  --secondary_2:  #e9e9e9;
  --secondary_3:  #0074cb;
  /* #0075BF; */
  --font-dark-bg:  #fcfcfc;
  --font-light-bg:  #2f2f2f;
   --font-light-bg-hover: #333333;
  --secondary_warning:  #ee4023;
  --secondary_disabled:  lightgrey;
  --check_mark: #ee4023;
  --hotel_star: var(--primary_2);
  --switch_check: var(--primary_1);
  --description: #333333;
  --page_bg:  #FFFFFF;
  --page_fg:  #e9e9e9;
}

/**
 * Configuring application fonts */
@font-face {
  font-family: HeaderFont;
  src: url("/static/fonts/Open_Sans/static/OpenSans/OpenSans-Regular.ttf");
}

@font-face {
  font-family: HeaderSelectFont;
  src: url("/static/fonts/Playfair_Display/static/PlayfairDisplay-Regular.ttf");
}

@font-face {
  font-family: Heading;
  font-style: normal;
  font-weight: 400;
  src: url("/static/fonts/Playfair_Display/static/PlayfairDisplay-Regular.ttf");
}

@font-face {
  font-family: fontSubHeading;
  src: url("/static/fonts/Open_Sans/static/OpenSans/OpenSans-Regular.ttf");
}

@font-face {
  font-family: textMessage;
  src: url("/static/fonts/Open_Sans/static/OpenSans/OpenSans-Regular.ttf");
}

@font-face {
  font-family: fontTextBook;
  src: url("/static/fonts/Open_Sans/static/OpenSans/OpenSans-Regular.ttf");
}

@font-face {
  font-family: fontTextBookCondensed;
  src: url("/static/fonts/Open_Sans/static/OpenSans_Condensed/OpenSans_Condensed-Regular.ttf");
}

@font-face {
  font-family: fontFooterTitle;
  src: url("/static/fonts/Playfair_Display/static/PlayfairDisplay-Regular.ttf");
}

@font-face {
  font-family: fontFooterText;
  src: url("/static/fonts/Open_Sans/static/OpenSans/OpenSans-Regular.ttf");
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

.carousel-title-container h5 {
  font-weight: 500;
}

/* Header logo optimizations */
body {
  font-family: textMessage;
}

div#top-header a.nav-link {
  font-size: 1.0rem;
  font-weight: 500;
  color: var(--primary_1);
  font-family: 'HeaderFont';
}

div#top-header a.nav-link:hover {
  color: var(--primary_1_40prc);
}

div#top-header > .navbar > a {
  padding: 0;
}

div#top-header > .navbar > a > img {
  height: 70px;
  margin: unset;
}

/* Some changes to subpage selecto buttons */
div#top-header .subpage-selector li {
  border-radius: 23px;
}

div#top-header .subpage-selector li {
  border: 1px solid var(--primary_2);
}

div#top-header .subpage-selector li:not(.active) {
  background-color: var(--primary_1);
  border-color: var(--primary_1);
}

div#top-header .subpage-selector li.active {
  background-color: var(--primary_2);
  border-color: var(--primary_2);
}

div#top-header .subpage-selector li:hover.active {
  background-color: var(--primary_2);
  border-color: var(--primary_2);
}

div#top-header .subpage-selector li:hover:not(.active) {
  background-color: var(--primary_1);
  border-color: var(--primary_1);
}

div#top-header .subpage-selector li:hover a.nav-link {
  color: var(--font-dark-bg) !important;
}

/* Centering text in expanded mobile navbar */
div.navbar-collapse.collapsing > ul.navbar-nav,
div.navbar-collapse.collapse.show > ul.navbar-nav {
  text-align: center;
}

div.navbar-collapse.collapsing > span.navbar-text,
div.navbar-collapse.collapse.show > span.navbar-text {
  width: 100%;
  text-align: center;
}

div.navbar-collapse.collapsing a.dropdown-toggle,
div.navbar-collapse.collapse.show a.dropdown-toggle {
  left: 50% !important;
  top: -6px !important;
}

/* General font settings */
p, table, .form-control {
  font-family: fontTextBook;
}

.short-message {
  font-family: textMessage;
}

/* Section dividers */
.section {
  margin-top: 28px;
  margin-bottom: 35px;
  padding-bottom: 20px;
}

.section > span {
  background-color: white;
  padding: 30px;
  letter-spacing: 1.5px;
}

.section > div {
  height: 1px;
  background-color: var(--secondary_1);
  position: relative;
  top: -15px;
  z-index: -1;
}

.section-mini {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.section-micro {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

[class*="section"].section-bar {
  border-bottom: 1px solid #d1d1d1;
  position: relative;
}

[class*="section"].section-bar:after {
  content: '';
  height: 3px;
  width: 73px;
  background: var(--primary_2);
  display: block;
  position: absolute;
  bottom: -2px;
}

.section-left {
  text-align: left;
}

.section-left:after {
  left: 0%;
}

.section-center {
  text-align: center;
}

.section-center:after {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.section-right {
  text-align: right;
}

.section-right:after {
  left: 100%;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

.login-button,
.standard-button {
  border-radius: 23px !important;
  height: 46px;
  padding: 7px 20px;
  border-color: transparent;
  background-color: var(--primary_2) !important;
  color: var(--font-dark-bg) !important;
  font-size: 19px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.login-button:hover,
.standard-button:hover:not(:disabled) {
  background-color: var(--primary_2_80prc);
}

button.add-room-button {
  font-size: 12px;
  padding: 1px 5px;
  height: 24px;
  font-family: fontTextBook;
}

#search-section-dummy-container {
  background-color: transparent !important;
}

#search-section-dummy-container input {
  border-radius: 23px !important;
  background-color: var(--page_fg) !important;
  margin: 0 3px;
}

.search-bar-submit-button {
  font-family: fontTextBook;
  border-radius: 23px !important;
  background-color: var(--primary_2);
  border-color: transparent;
  font-size: 18px;
  letter-spacing: 1px;
}

.search-bar-submit-button:not(:disabled):hover {
  background-color: var(--primary_2_40prc);
  border-color: var(--primary_2_40prc);
}

.search-bar-field-icons {
  color: var(--primary_2);
}

.ExperienceSearchBar .search-bar-submit-button-placeholder {
  padding: 1px 3px 1px 3px;
}

@media (min-width: 768px) {
  .ExperienceSearchBar .search-bar-submit-button-placeholder {
    padding: 1px 1px 1px 3px;
  }
}

.standard-input, .standard-textarea, .standard-select {
  border-radius: 23px !important;
}

.room-no-selector-element .input-group-prepend button {
  height: 31px;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.room-no-selector-element .input-group-append button {
  height: 31px;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.result-container-button {
  background-color: var(--primary_2);
}

.result-container-button:hover {
  background-color: var(--primary_2_80prc);
}

.result-container-button-text {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.result-container-button-text i {
  display: none;
}

/* Filtering / ordering */
.experience-results-filter-bar,
.experience-results-ordering-bar,
.hotel-results-filter-bar,
.hotel-results-ordering-bar {
  background-color: var(--page_fg);
  border: 0px;
  box-shadow: unset;
}

.experience-results-filter-bar div.filter-segment:not(:last-child),
.hotel-results-filter-bar div.filter-segment:not(:last-child) {
  border-bottom: 3px solid var(--page_bg);
}

[class*="-results-ordering-bar"] button {
  border-color: var(--primary_2) !important;
}

[class*="-results-ordering-bar"] button:not(.active) {
  color: var(--primary_2);
}

[class*="-results-ordering-bar"] button.active,
[class*="-results-ordering-bar"] button:active {
  background-color: var(--primary_2) !important;
}

.filter-slider-track-0, .filter-slider-track-2 {
  background-color: var(--primary_1);
}

.filter-slider-track-1 {
  background-color: var(--primary_2);
}

/* Header related */
#intro-section-slim-title > h6 {
  font-family: HeaderFont;
  letter-spacing: 1.5px;
}

/* Footer redesign */
div#footer-section {
  background-color: var(--secondary_2);
  color: var(--font-light-bg);
  min-height: 340px;
}

a.standard-footer-link > * {
  color: var(--font-light-bg);
}

a.standard-footer-link:hover > * {
  color: var(--primary_2);
  text-shadow: unset;
}

/* Some gallery styling */
.image-gallery-thumbnails-container > button {
  border-color: var(--primary_1) !important;
  border-width: 0px !important;
}

/* -- THIS SHOULD BE SOLVED ON FOR ALL -- */
div#top-header li.lang-selector-placeholder:not(.header-dropdown-text) > a.nav-link {
  top: -2px;
}

/*# sourceMappingURL=../dist/master.css.map */