

/* -------------------------------------------------------------
 * Transitions
 * ---------------------------------------------------------- */

:root {scroll-behavior: smooth;}

/* for smooth transitions --> src: https://www.amitmerchant.com/bare-minimum-view-transitions/ */
@view-transition {
  navigation: auto; 
}

/* -------------------------------------------------------------
 * Icons
 * ---------------------------------------------------------- */
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?96npd9');
  src:  url('../fonts/icomoon.eot?96npd9#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?96npd9') format('truetype'),
    url('../fonts/icomoon.woff?96npd9') format('woff'),
    url('../fonts/icomoon.svg?96npd9#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
  content: "\e90f";
}
.icon-phone:before {
  content: "\e942";
}
.icon-bubbles4:before {
  content: "\e970";
}
.icon-users:before {
  content: "\e972";
}
.icon-mug:before {
  content: "\e9a2";
}
.icon-rocket:before {
  content: "\e9a5";
}
.icon-envelop:before {
  content: "\e900";
}
.icon-display:before {
  content: "\e901";
}
.icon-laptop:before {
  content: "\e902";
}
.icon-mobile:before {
  content: "\e903";
}
.icon-mobile2:before {
  content: "\e904";
}
.icon-tablet:before {
  content: "\e905";
}
.icon-star-empty:before {
  content: "\e909";
}
.icon-star-half:before {
  content: "\e90a";
}
.icon-star-full:before {
  content: "\e90b";
}
.icon-heart:before {
  content: "\e90c";
}
.icon-facebook:before {
  content: "\e906";
}
.icon-twitter:before {
  content: "\e908";
}
.icon-appleinc:before {
  content: "\e90d";
}
.icon-android:before {
  content: "\e90e";
}
.icon-credit-card:before {
  content: "\e93f";
}
.icon-lock:before {
  content: "\e98f";
}
.icon-link:before {
  content: "\e9cb";
}
.icon-eye:before {
  content: "\e9ce";
}
.icon-share:before {
  content: "\ea7d";
}
.icon-sphere:before {
  content: "\e9c9";
}
.icon-info:before {
  content: "\ea0c";
}
.icon-mail4:before {
  content: "\ea86";
}
.icon-google:before {
  content: "\ea88";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-whatsapp:before {
  content: "\ea93";
}
.icon-youtube:before {
  content: "\ea9d";
}
.icon-flickr2:before {
  content: "\eaa4";
}
.icon-dribbble:before {
  content: "\eaa7";
}
.icon-behance:before {
  content: "\eaa8";
}
.icon-steam:before {
  content: "\eaac";
}
.icon-github:before {
  content: "\eab0";
}
.icon-blogger:before {
  content: "\eab7";
}
.icon-reddit:before {
  content: "\eac6";
}
.icon-linkedin2:before {
  content: "\eaca";
}


/* Modifiers for Icomoon set */
.icon-reverse-color-gray {
  background-color: darkgray;
  color: white;
}

/* Prop icons */
.item-prop {
  display: inline-block;
  width: 49%;
}

  /*.item-prop.full-width {
    width: 100%;
  }*/
  
  .item-prop-icon {
     height:24px;
     line-height: 0;
     vertical-align: top;
     /*margin-bottom: 5px;*/
      /*outline: 2px solid red;*/
  }

  .item-prop-description {
    vertical-align: middle;
  }

/* End Prop icons */


/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

body {
  background-image: linear-gradient( 135deg, #fdfcfb 0%, #eeeeee 100% );
  color: #333447;
  /*font-family: Optima, Candara, Calibri, sans-serif;*/
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 300;
  /*font-size: 21px;*/
  font-size: 100%;
  line-height: 1.6rem;
  margin: 0;
  /*margin-top: 3rem;*/
  position: relative;
}

  body.noscroll {
    overflow: hidden;
  }

  body .wrapper {
    /*background-color: #ffffff;*/
  }

  /* This is necessary to avoid having an orange BG in ckEditor */
  body.main-container {
    background-color: transparent;
  }

  body.light-color {
    /*background-color: rgba( 255, 255, 255, 1 );*/
  }


/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

footer {
  background-color: rgba( 222, 97, 59, 1.0 );
  min-height: 10vh;
}

  footer a {
    color: #ffffff;
  }

    footer a:hover {
      color: rgba( 255, 255, 255, 0.65 );
    }

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1rem 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

  hr.fading {
      border: 0;
      height: 1px;
      background: #333;
      background-image: linear-gradient(to right, #ccc, #333, #ccc);
  }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1rem; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
  transition: all 0.2s;
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1rem; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25rem;
}

sup {
  top: -0.5rem;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

  img.responsive {
    box-sizing: border-box;
    max-width: 100%;
    height: auto;
    width: auto;
  }

  .rounded-corners, 
  img.rounded-corners {
    border-radius: 7px;
    /*border: 7px solid red;*/
  }

.rounded-corners-1rem {
  border-radius: 1rem;
}

.rounded-corners-50-percent {
  border-radius: 50% ;
}

.rounded-corners-left-15-rem {
  border-radius: 15rem 0px 0px 15rem;
}

.rounded-corners-right-15-rem {
  border-radius: 0px 15rem 15rem 0px;
}


/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /*font-family: Optima, Candara, Calibri, sans-serif; /* 1 */gray; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
  border-color: lightgray;
}

  button:disabled,
  input:disabled,
  optgroup:disabled,
  select:disabled,
  textarea:disabled {
    color: lightgray;
  }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35rem 0.75rem 0.625rem;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
  cursor: pointer;
  outline: none;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/*****************/
/* END NORMALIZE */
/*****************/

/*****************/
/* SNAP SCROLL   */
/*****************/

/* Kudos to https://css-tricks.com/practical-css-scroll-snapping/ */
.vertical-scroll-container {
  /*max-height: 100vh;*/
  overflow-y: auto;
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
}

.vertical-scroll-content {
  display: flex;
  flex-direction: column;
  scroll-snap-align: start;
}

/*****************/
/* GLOBAL STYLES */
/*****************/

.navigation-container {
  background-color: #ffffff;
  /*box-shadow: 0 1px 5px #666666;*/
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  z-index: 9999;
  max-height: 100vh;
  transition: max-height 1s linear;
  /*outline: 1px solid red;*/
}

  .navigation-container.shrunk {
    background-color: rgba( 222, 97, 59, 1.0 );
    color: #ffffff;
  }

  .navigation-container h3 {
    /*border-bottom: 1px solid gray;*/
    display: none;
    font-size: 1.5rem;
    line-height: 2rem;
    margin: 0 0 1rem 0;
    padding: 1rem 0;
    text-align: center;
    width: 100%;
  }


.navigation-newsbox {
  max-height: 100vh;
  transition: max-height 1s linear;
}

  .navigation-newsbox.shrunk {
    /*height: 0;*/
    max-height: 0;
    transition: max-height .5s linear;
  }

h1, h2 {
  font-family: Cambria, sans-serif;
  font-weight: 500;
}

h1 {
  font-size: 2.2rem;
  font-family: Optima, Candara, Calibri, serif;
  /*letter-spacing: 2px;*/
  line-height: 2.5rem;
  margin-top: 1rem;
}

  h1.big {
    font-size: 5rem;
  }

    h1.big .main-title-subtitle,
    h1 .subtitle {
      font-family: Optima, Candara, Calibri, serif;
      font-size: 1rem;
      letter-spacing: initial;
      font-weight: normal;
    }
    
    h1 .subtitle {
      font-size: 1.1rem;
      margin-top: 0.5rem;
    }

h2 {
  font-family: Optima, Candara, Calibri, serif;
  font-size: 2.2rem;
  line-height: 2.5rem;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}

h3 {
  font-family: Optima, Candara, Calibri, serif;
  font-weight: 200;
  /*color: rgba( 222, 97, 59, 1.0 );*/
  font-size: 1.75rem;
  line-height: 2.25rem;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}

h4 {
  font-size: 1.5rem;
  line-height: 2.0rem;
  font-weight: 300;
  margin: 1rem 0 0.5rem 0;
}

h5 {
  font-size: 1.25rem;
  font-weight: 300;
  margin: 1rem 0 0.5rem 0;
}

h6 {
  font-size: 1.10rem;
  font-weight: 300;
  margin: 1rem 0 0.5rem 0;
}

hr {
  border: 0;
  border-top: 1px solid lightgray;
}

a {
  color: rgba( 222, 97, 59, 1.0 );
  text-decoration: none;
}

  a:hover {
    /*text-decoration: underline;*/
    /*color: inherit;*/
    color: red;
  }

a.no-style {
  color: inherit;
  text-decoration: initial;
}

a.hightlight-on-mousover-light:hover {
  filter: brightness( 115% );
}

a.gray {
  color: #6a6969;
}

  a.gray:hover {
    color: black;
  }

p {
  /*line-height: 1.75rem;*/
  /*line-height: 2.0rem;*/
}

  @media( max-width: 800px ){
    p {
      line-height: 1.75rem;
    }
  }

ul {
  list-style-type: circle;
  margin: 0;
  padding: 0 1.5rem; 
}

  ul li {
    /*line-height: 2.0rem;*/
    margin-bottom: 0.5rem;
  }

table.table {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0px;
}

  table.table.center {
    margin: 0 auto;
  }

  table.table thead tr th {
    background-color: rgba( 222, 97, 59, 1.0 );
    color: white;
    font-weight: normal;
  }

    table.table.dark-theme thead tr th {
      background-color: transparent;
      color: hsla( 175, 40%, 50%, 1 );
      border-top: 1px solid hsla( 0, 0%, 73%, 0 );
      border-left: 1px solid hsla( 0, 0%, 73%, 0 );
      border-right: 1px solid hsla( 0, 0%, 73%, 0 );
      border-top-left-radius: 0;
      border-top-right-radius: 0;
    }

    table.table thead tr.pre-row th {
      background-color: white;
      color: #333447;
      border-top: 1px solid hsla( 0, 0%, 73%, 1 );
      border-left: 1px solid hsla( 0, 0%, 73%, 1 );
      border-right: 1px solid hsla( 0, 0%, 73%, 1 );
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
    }

    table.table thead tr th:first-of-type {
      border-top-left-radius: 5px;
    }

    table.table thead tr th:last-of-type {
      border-top-right-radius: 5px;
    }

  table.table tbody {}

    table.table.bookings tbody tr {
      height: 3.8rem;
    }

    table.table tbody tr td:first-of-type {
      border-left: 1px solid hsla( 0, 0%, 73%, 1 );
    }

      table.table.dark-theme tbody tr td:first-of-type {
        border: none !important;
        text-align: right;
        color: orange;
        width: 5rem;
      }

      table.table.dark-theme tbody tr.current-hour td:first-of-type {
        background-color: rgba( 222, 97, 59, 0.15 );
      }


    table.table tbody tr td:last-of-type {
      border-right: 1px solid hsla( 0, 0%, 73%, 1 );
    }

    table.table tbody tr:last-of-type td {
      border-bottom: 1px solid hsla( 0, 0%, 73%, 1 );
    }

    table.table tbody tr:last-of-type td:first-of-type {
      border-bottom: 1px solid hsla( 0, 0%, 73%, 1 );
      border-bottom-left-radius: 5px;
    }

      table.table.dark-theme tbody tr:last-of-type td:first-of-type {
        border-bottom: none;
      }

    table.table tbody tr:last-of-type td:last-of-type {
      border-bottom: 1px solid hsla( 0, 0%, 73%, 1 );
      border-bottom-right-radius: 5px;
    }

    table.table .border-left {
      border-left: 1px solid hsla( 0, 0%, 73%, 1 );
    }

    table.table .border-right {
      border-right: 1px solid hsla( 0, 0%, 73%, 1 );
    }

    table.table.bookings tbody tr td {
      position: relative;
    }

    table.table.bookings tbody tr td .booking-box {
      /*outline: 1px solid pink;*/
      min-height: 1.85rem;
      line-height: 1.85rem;
      /*position: absolute;*/
      /*top: 0;
      left: 0;
      right: 0;*/
    }

      table.table.bookings tbody tr td .booking-box.booking-box--available {
        color: hsla( 143, 33%, 50%, 1 );
        /*outline: 1px solid orange;*/
      }

      table.table.bookings tbody tr td .booking-box.booking-box--booked {
        /*border-top: 1px solid hsla( 0, 0%, 73%, 1 );;*/
        border-bottom: 1px solid hsla( 0, 0%, 73%, 1 );;
        background-color: hsla( 24, 21%, 14%, 1 );
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        z-index: 2;
        /*outline: 1px solid orange;*/
      }

    table.table.with-cell-borders tbody tr td {
      border: 1px solid hsla( 0, 0%, 73%, 1 );
      /*border-bottom: 1px solid hsla( 0, 0%, 73%, 1 );*/
      /*border-right: 1px solid hsla( 0, 0%, 73%, 1 );*/
    }
    
      table.table.dark-theme.with-cell-borders tbody tr td {
        border: 1px solid rgba( 225, 225, 225, 1 );
        /*border-bottom: 1px solid hsla( 0, 0%, 73%, 1 );*/
        /*border-right: 1px solid hsla( 0, 0%, 73%, 1 );*/
      }

      table.table tbody tr td.highlight {
        background-color: rgba( 222, 97, 59, 1.0 );
      }

  table.table tfoot {

  }

    table.table tfoot.shadow tr td {
      box-shadow: 0 9px 10px 3px rgba( 0, 0, 0, 0.1);
    }

    table.table tfoot tr.post-row td {
      background-color: white;
      color: #333447;
      border-bottom: 1px solid hsla( 0, 0%, 73%, 1 );
      border-left: 1px solid hsla( 0, 0%, 73%, 1 );
      border-right: 1px solid hsla( 0, 0%, 73%, 1 );
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
    }

/* Clearfix (as per Nicolas Gallagher - http://nicolasgallagher.com/micro-clearfix-hack/) */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

/* End of clearfix */


/* Content div going inside relative blocks */
.content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.filter {
  background-color: rgba( 0, 0, 0, 0.5 );
}

/**********/
/* NAVBAR */
/**********/
/* Props to https://codepen.io/philhoyt/pen/BnybJ for the code */

/*#primary_nav {*/
.primary-navigation-container {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  
  border-radius: 1.0rem;
  border: 1px solid #cccccc;
  overflow: hidden;

  display: table;
  /*width: 1%;*/
  inline-size: min-content;
}

.main-navigation {
  background-color: hsla( 0, 0%, 95%, 0.9 );
}

  /*Hamburger button for mobile navigation */
  .main-navigation .close-button {
    display: none;
  }

  .main-navigation ul {
    padding: 0;
    font-weight: 500;
    list-style: none;
    white-space: nowrap;
  }

  .main-navigation ul a {
    display: block;
    color: inherit;
    text-decoration: none;
    padding: 0.5rem 1.0rem;
    line-height: 100%;
  }

    .main-navigation ul a:first-of-type {
      padding-left: 0;
    }

  .main-navigation ul li {
    position: relative;
    display: inline-block;
    padding: 0;
  }

    /*.main-navigation ul li:last-of-type {
      position: absolute;
      right: 0;
    }*/

  .main-navigation ul li.current-menu-item {
    color: black;
  }

  .main-navigation ul li a:hover {
    color: rgba( 222, 97, 59, 1.0 );
  }

    .primary-navigation-container .main-navigation ul li a.emphasis {
      border-radius: 0.75rem;
      background-color: rgba( 222, 97, 59, 1.0 );
      color: white;
      display: inline-block;
      padding-left: 10px;
      padding-right: 10px;
    }

      .primary-navigation-container.shrunk .main-navigation ul li a.emphasis {
        border-color: #ffffff;
        color: #ffffff;
      }

      .primary-navigation-container .main-navigation ul li a.emphasis:hover {
        /*background-color: transparent;*/
        /*color: rgba( 222, 97, 59, 1.0 );*/
        background-color: rgba( 222, 97, 59, 0.60 );
        text-decoration: none;
      }

        .primary-navigation-container.shrunk .main-navigation ul li a:hover{
          color: #dedede;
        }

        .primary-navigation-container.shrunk .main-navigation ul li a.emphasis:hover {
          background-color: #ffffff;
          border-color: rgba( 222, 97, 59, 1.0 );
          color: rgba( 222, 97, 59, 1.0 );
        }

  .main-navigation ul ul {
    color: #333447;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    padding: 0;
  }

  .main-navigation ul ul li {
    float: none;
    width: 200px;
  }

  .main-navigation ul ul a {
    line-height: 105%;
    padding: 8px 15px;
  }

  .main-navigation ul ul ul {
    top: 0;
    left: 100%;
  }

  .main-navigation ul li:hover > ul {
    display: block;
  }

.main-navigation-hamburger-container {
  display: none;
}

.news-ticker {
  border-top: 1px solid #cccccc;
  background-color: hsla( 0, 0%, 100%, 0.9 );
}

/**************/
/* END NAVBAR */
/**************/

/*--------------------------------------------------------------
# Cookies
--------------------------------------------------------------*/
  
.cookie-consent-container {
  background-color: rgba( 0, 0, 0, 0.8 );
  bottom: 0;
  color: white;
  /*line-height: 1.25rem;*/
  margin: 0 1rem 1rem 1rem;
  padding: 0.8rem;
  position: fixed;
  right: 0;
  width: 50%;
  z-index: 1000000;
}

  .cookie-consent-container h4 {
    font-size: 1.0rem;
    margin: 0 0 0.5rem 0;
  }

  .cookie-consent-container p {
    font-size: 1.0rem;
    line-height: 1.5rem;
    margin: 0 0 0.5rem 0;
  }

  .cookie-consent-container button {
    background-color: #ffffff;
    border: none; 
    border-radius: 2px;
    cursor: pointer;
    float: right;
    font-weight: bold; 
    line-height: 2.0rem;
    margin: none;
  }



/*************/
/* HEADER    */
/*************/

.initial-language-selection {
  color: white;
  line-height: 2.5rem;
  margin-bottom: 0.5rem;
  padding: 1rem;
  text-align: center;
}

.language-picker-container {
  display: inline-block;
  white-space: nowrap;
}

  .language-picker-container .lg-flag {
    vertical-align: middle;
  }



/**************/
/* Rooms grid */
/**************/
.rooms-container {
  position: relative;
}

.rooms-item {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 45%;
}

  .rooms-item {
    min-height: 30rem;
    background-image: linear-gradient( 135deg, #f3f1ef 0%, hsla( 30, 19%, 91%, 1 ) 100% );
  }

  .rooms-item .rooms-item-header-image {
    height: 15rem;
    background-size: cover;
    position: relative;
  }

  .rooms-item.landscape {
    background-size: auto 101%;
  }

  .rooms-item.portrait {
    background-size: 101% auto;
  }

  .rooms-item .rooms-item-header-text,
  .rooms-item .rooms-item-header-text {
    display: block;
    position: absolute;
    border-radius: 0.75rem;
    padding: 0.25rem 0.5rem;
    background-color: rgba( 255, 255, 255, 0.85 );
  }

    .rooms-item .rooms-item-header-text.bottom-left {
      bottom: 0.5rem;
      left: 0.5rem;
    }

    .rooms-item .rooms-item-header-text.bottom-right {
      bottom: 0.5rem;
      right: 0.5rem;
    }

  .rooms-item .rooms-item-prop {
    display: inline-block;
    width: 49%;
  }
    
    .rooms-item .rooms-item-prop .rooms-item-prop-icon {
       height:24px;
       vertical-align: top;
       margin-bottom: 5px;
        /*outline: 2px solid red;*/
    }

    .rooms-item .rooms-item-prop .rooms-item-prop-description {
      vertical-align: middle;
    }


/* End of news block */


/* Bottom navigation block */
.home-bottom-navigation-block {
  display: inline-block;
  position: relative;
  /*outline: 1px dotted red;*/
  vertical-align: top;
  width: 33%;
}

  .home-bottom-navigation-block h2 {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
  }

  .home-bottom-navigation-block ul {
    line-height: 2rem;
    list-style: none;
    padding: 0;
    margin: 0;
  }

    .home-bottom-navigation-block ul li a {
      color: inherit;
    }

      .home-bottom-navigation-block ul li a:hover {
        text-decoration: underline;
      }

  .home-bottom-navigation-block.vertically-center {
    transform: translateY( 50% );
  }


/* End of bottom navigation block */

/* Google Map */
/* Kudos to https://gist.github.com/magnetikonline/8487169 for the responsive map! */
.googlemap-container {
  height: 0;
  overflow: hidden;
  padding-bottom: 50%; /* aspect ratio */
  position: relative;
}

  .googlemap-container .googlemap {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }

/* End Google Map */


/* Footer */

.footer-bottom-menu {
}

  .footer-bottom-menu ul li {
    color: white;
    display: inline-block;
  }

.footer-left-container,
.footer-right-container,
.footer-center-container {
  color: #ffffff;
  display: inline-block;
  font-size: 0.9rem;
  vertical-align: top;
  /*outline: 1px solid red;*/
}

  .footer-left-container {
    width: 25%;
  }

  .footer-center-container {
    width: 25%;
  }

  .footer-right-container {
    width: 25%;
  }

.footer-copyright-container,
.footer-link-author-container {
  color: #ffffff;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  /*text-align: right;*/
}

.footer-copyright-container {
  /*font-weight: bold;*/
}

.lg-flag {
  /*outline: 1px solid red;*/
  border-radius: 2rem;
  display: inline-block;
  height: 2rem;
  margin: 0 0.25rem 0.25rem 0;
  cursor: pointer;
  width: 2rem;
  transform-origin: center center;
}

  .lg-flag:hover {
    box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.5 );
    opacity: 0.9;
  }

  .lg-flag:active {
    transform: scale( 0.9, 0.9 );
  }

  .lg-flag.en-GB {
    background: url( ../images/site/flags/en-GB.gif ) center center no-repeat;
    background-size: auto 100%; 
  }

  .lg-flag.fr-FR {
    background: url( ../images/site/flags/fr-FR.gif ) center center no-repeat;
    background-size: auto 100%; 
  }

  .lg-flag.de-DE {
    background: url( ../images/site/flags/de-DE.gif ) center center no-repeat;
    background-size: auto 100%; 
  }

  .lg-flag.nl-NL {
    background: url( ../images/site/flags/nl-NL.gif ) center center no-repeat;
    background-size: auto 100%; 
  }
/* End of footer */

/* Rooms pages */

.room-images-container {
  position: relative;
}


.room-images-container .room-images-left {
  background-size: cover;
  background-position: center;
  display: inline-block;
  padding-bottom: 34%;
  width: 68%;
}

.room-images-container .room-images-left-fullwidth {
  background-size: cover;
  background-position: center;
  display: inline-block;
  padding-bottom: 40%;
  width: 100%;
}

.room-images-container .room-images-right-top {
  background-size: cover;
  background-position: center;
  margin-bottom: 2px;
  padding-bottom: 15%;
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
}

.room-images-container .room-images-right-bottom {
  background-size: cover;
  background-position: center;
  padding-bottom: 14%;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30%;
}

/* End of rooms pages */


/**********************/
/* Members block      */
/**********************/

.member-thumbnail-container {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 24.8%;
}

  .member-thumbnail-container a:hover {
    text-decoration: none;
  }

    .member-thumbnail-container a:hover .member-picture {
      box-shadow: 0 0 5px 3px rgba( 222, 97, 59, 1.0 ), 0px 1px 3rem 0 rgba( 0, 0, 0, 0.2 );
      filter: contrast( 1.1 );
    }

    .member-thumbnail-container a:hover .show-on-hover{
      transition: opacity 0.5s ease-out;
      opacity: 1;
    }

  .member-thumbnail-content {
    padding: 1.250rem;
    padding-bottom: 1.5rem;
  }

    /*.member-thumbnail-content:hover{
      background-color: #cccccc;
      box-shadow: 0px 2px 5px #999999;
    }*/

    .member-thumbnail-content .member-picture {
      border-radius: 50%;
      width: 100%;
      /*height: auto;*/
    }

      .member-thumbnail-content .member-picture:after{
        content: "";
        display: block;
        padding-top: 100%;
      }

      .member-thumbnail-content .member-picture img {
        height: auto;
        position: absolute;
        /*width: 100%;*/
      }

      /*.member-thumbnail-content:hover .member-picture {
        box-shadow: 0 0 5px 3px rgba( 222, 97, 59, 1.0 ), 0px 1px 3rem 0 rgba( 0, 0, 0, 0.2 );
        filter: contrast( 1.1 );
      }*/

    .member-thumbnail-content .title {
      color: initial;
      line-height: 1.9rem;
      margin: 1rem 0 0 0;
      text-align: center;
    }

    .member-thumbnail-content .side {
      color: #555555;
      font-size: 0.9rem;
    }

.member-item .member-item-description {
  display: inline-block;
  vertical-align: top;
  width: 70%;
}

  .member-item .member-item-description .member-item-description-content {
    padding-right: 4rem;
    text-align: justify;
  }

    .member-item .member-item-description .member-item-description-content p:first-of-type {
      margin-top: 0;
    }

.member-item .member-item-file {
  display: inline-block;
  vertical-align: top;
  width: 30%;
}

  .member-item .member-item-file img {
    box-shadow: 0px 2px 5px #999999;
  }

  .member-item .member-item-file .member-item-file-title {
    font-weight: bold;
    margin: 0.5rem 0;
  }

  .member-item .member-item-file .member-item-file-army {
    font-size: 1rem;
  }

  .member-item .member-item-gallery .member-item-gallery-item {
    display: inline-block;
    margin: 0.5rem;
    /*outline: 2px solid green;*/
  }

    .member-item .member-item-gallery .member-item-gallery-item img {
      max-height: 150px;
      width: auto;
    }


/*********/
/* Forms */
/*********/

input[type=email],
#mc_embed_signup input[type=email]{
  background-color: #fbfbfb;
  border: 1px solid #aaaaaa;
  border-radius: 5px;
  /*color: inherit;*/
  /*font-size: 1.1rem;*/
  font-size: inherit;
/*  padding: .3rem .5rem;*/
}

input[type=submit],
#mc_embed_signup input[type=submit]{
  background-color: rgba( 222, 97, 59, 1.0 );
  border: 2px solid;
  border-color: #ffffff;
  border-radius: 3px;
  color: #ffffff;
  cursor: pointer;
  /*font-size: 1.1rem;*/
  font-weight: 400;
  margin: auto;
  min-width: 6rem;
  padding: .5rem .8rem;
  outline: none;
  text-align: center;
  text-transform: uppercase;
  transition: all .2s ease;
}

  input[type=submit]:hover,
  #mc_embed_signup input[type=submit]:hover {
    background-color: #ffffff;
    color: rgba( 222, 97, 59, 1.0 );
  }

  input[type=submit].orange {
    color: rgba( 222, 97, 59, 1.0 );
    background-color: #ffffff;
    border-color: rgba( 222, 97, 59, 1.0 );
  }

    input[type=submit].orange:hover {
      background-color: rgba( 222, 97, 59, 1.0 );
      color: #ffffff;
      
    }

/***************/
/* Site blocks */
/***************/

/* Logo  */
.logo-block {
  position: fixed; 
  top: 0; 
  margin: 3rem;
  z-index: 10; 
}

  @media (max-width: 800px ){
    .logo-block {
      margin: 1.5rem;
    }
  }


/* Main index */
.main-index-title-question {
  width: 100%;
  top: 5rem;
}

  
  

.main-index-logo {
  width: 24rem;
}

  @media( max-width: 800px ){
    .main-index-logo {
        width: 80%;
      }
  }


/* Coworking site home page */
.index-intro-block {
  /*height: 100vh; */
  min-height: calc( 100vh - 3rem ); 
  margin: 1.5rem; 
  border-radius: 1.5rem; 
  background-size: cover; 
  background-position: left;
}

  @media (max-width: 800px ){
    .index-intro-block {
      min-height: calc( 100vh - 1rem );
      background-size: auto 100%;
      background-position: center;
      margin: 0.5rem;
    }
  }

.index-intro-video {
  left: 0; 
  bottom: 0; 
  width: 26rem; 
  height: 14rem;
  position: absolute;
  margin-left: 2rem;
  margin-bottom: 2rem;
}

  @media (max-width: 800px ){
    .index-intro-video {
      position: relative;
      width: calc( 100% - 4rem );
      height: auto;
      padding: 20%;
      box-sizing: border-box;
      margin: 1.5rem 2rem;
    }
  }

.index-intro-button {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: 2rem;
  margin-bottom: 2rem;
}

  @media (max-width: 800px ){
    .index-intro-button {
      position: absolute;
      margin-left: 2rem;
      margin-right: 2rem;
      left: 0;
    }

      .index-intro-button button {
        width: 100%;
      }
  }


.index-features-column-left {
  display: inline-block;
  width: 45%;
  position: absolute;
  height: 100vh;
  min-height: 100%; 
  background-size: cover;
  background-position: center;
}

  @media (max-width: 800px ){
    .index-features-column-left {
      display: none;
      width: auto;
    }
  }

.index-features-column-right {
  display: inline-block;
  margin-left: 45%;
}

  @media (max-width: 800px ){
    .index-features-column-right {
      display: block;
      width: auto;
      margin-left: auto;
    }

    button.full-width-800 {
      width: 100%;
    }
  }

.index-quote-block {
  height: 100vh; 
  display: flex; 
  flex-direction: column; 
  justify-content: center;
}


.index-details-column-left {
  display: inline-block;
  margin-right: 45%;
}

  @media (max-width: 800px ){
    .index-details-column-left {
      display: block;
      width: auto;
      margin-right: auto;
    }

    button.full-width-800 {
      width: 100%;
    }
  }

.index-details-column-right {
  display: inline-block;
  width: 45%;
  position: absolute;
  right: 0;
  height: 100vh;
  min-height: 100%; 
  background-size: cover;
  background-position: center;
}

  @media (max-width: 800px ){
    .index-details-column-right {
      display: none;
      width: auto;
    }
  }

/* Coworking page */
.coworking-intro-column-left {
  display: inline-block;
  width: 45%;
  position: absolute;
  min-height: 100%; 
  background-size: cover;
  background-position: center;
}

  @media (max-width: 800px ){
    .coworking-intro-column-left {
      display: none;
      width: auto;
    }
  }

.coworking-intro-column-right {
  display: inline-block;
  margin-left: 45%;
}

  @media (max-width: 800px ){
    .coworking-intro-column-right {
      display: block;
      width: auto;
      margin-left: auto;
    }

    button.full-width-800 {
      width: 100%;
    }
  }

.coworking-community-block {
  height: 100%;
  background-size: cover;
  background-position: center;
}

  @media (max-width: 800px ){
    .coworking-community-block {
      background-size: auto 100%;
    }
  }

/* Rooms page */
/* Rates */
.rate-container {
  text-align: center;
  /*outline: 1px dotted red;*/
}

  .rate-container .rate-item {
    border: 1px solid rgba( 0, 0, 0, 0.2 );
    border-radius: 2.0rem;
    display: inline-block;
    /*margin-right: 7rem;*/
    min-height: 11.25rem;
    text-align: left;
  }

    .rate-container .rate-item.rate-card-view {
      display: block;
    }

    .rate-container .rate-item .rate-price-bubble {
      /*display: block;*/
      background-color: rgba( 222, 97, 59, 1.0 );
      background: radial-gradient( circle at 0% 0%, rgba( 222, 97, 59, 1.0 ), rgba( 153, 55, 26, 1.0 ) 300% );
      border-radius: 50%;
      color: white;
      float: right;
      margin: .5rem -7rem 0 2rem;
      width: 11.25rem;
      height: 11.25rem;
      position: relative;
      /*left: -2rem;*/
    }

      .rate-container .rate-item .rate-price-bubble > div {
        position: absolute;
        text-align: center;
        top: 60%;
        transform: translateY(-50%); 
        width: 100%;
        /*outline: 1px solid blue;*/
      }

    .rate-container .rate-item .rate-price h3 {
        font-weight: 100;
      }

      .rate-container .rate-item .rate-price h3 .currency {
          font-size: 50%;
        }

      .rate-container .rate-item .rate-duration {
        color: rgba( 222, 97, 59, 1.0 );
        float: left;
        height: 11.25rem;
        padding: 0 2rem 0 2rem;
        /*outline: 1px solid red;*/
      }

        .rate-container .rate-item .rate-duration > table {
          color: rgba( 222, 97, 59, 1.0 );
          height: 100%;
        }
      
        .rate-container .rate-item .rate-duration .rate-duration-days {
          font-size: 8rem;
          font-weight: bold;
          min-width: 5rem;
        }

      .rate-container .rate-item .rate-title {
        /*background-color: rgba( 222, 97, 59, 1.0 );*/
        background: radial-gradient( circle at 0% 0%, rgba( 222, 97, 59, 1.0 ), rgba( 153, 55, 26, 1.0 ) 300% ); /* purple */
        border-radius: 1.5rem 1.5rem 0 0;
        color: white;
      }

      .rate-container .rate-item .rate-title {
        line-height: 1.75rem;
        position: relative;
        height: 3rem;
      }

        .rate-container .rate-item .rate-title > div {
          position: absolute;
          top: 50%;
          transform: translateY(-50%); 
          width: 100%;
          /*outline: 1px solid blue;*/
        }

      .rate-container .rate-item .rate-price h3 {
          font-weight: 100;
        }

        .rate-container .rate-item .rate-price h3 .currency {
            font-size: 50%;
          }
        .rate-container .rate-item .rate-price .rate-price-description {
            font-size: 50%;
          }

      .rate-container .rate-item .rate-description {
        display: inline-block;
        position: relative;
        /*margin-left: 0.5rem;*/
      }

/*****************/
/* Custom blocks */
/*****************/

.column-half,
.column-half-pemanent {
  display: inline-block;
  vertical-align: top;
  width: 49%;
}

  @media( max-width: 800px ){
    .column-half {
      display: block;
      width: auto;
    }
  }

.column-1-quarter {
  display: inline-block;
  vertical-align: top;
  width: 24%;
}

.column-3-quarter {
  display: inline-block;
  vertical-align: top;
  width: 74%;
}

.column-45-percent {
  display: inline-block;
  width: 45%;
}

  .margin-left-45-percent {
    margin-left: 45%;
  }

.column-55-percent {
  display: inline-block;
  width: 55%;
}

.column-1-third {
  display: inline-block;
  vertical-align: top;
  width: 33%;
}

.column-2-third {
  display: inline-block;
  vertical-align: top;
  width: 66%;
}

.column-2-third.with-mr-small {
  width: calc( 66% - 1rem );
  margin-right: 1rem;
}

@media( max-width: 800px ){
  .column-auto-800 {
    width: auto;
    display: block;
  }
}

/* Filter */
input.input-filter {
  border: 1px solid #cccccc;
  padding: 0.5rem;
  width: 300px;
  max-width: 95%;
}

/* Inputs */
input[type="text"],
input[type="email"]{
  background-color: #fbfbfb;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  color: inherit;
  font-size: inherit;
}

  input.input-large {
    font-size: 5rem;
    padding: 2rem 0;
    width: 50rem;
  }

/* Buttons */

button {
  background: 0 0;
  border: 2px solid;
  border-radius: 0.75rem;
  cursor: pointer;
  font-size: 1.0rem;
  line-height: 1.5rem;
  margin: auto;
  min-width: 6rem;
  padding: .6rem 1.0rem;
  outline: none;
  text-align: center;
  text-transform: uppercase;
  transition: all .2s ease;

}

  button.button-orange-on-white {
    background-color: #ffffff !important;
    border-color: rgba( 222, 97, 59, 1.0 );
    color: rgba( 222, 97, 59, 1.0 );
  }

    button.button-orange-on-white:hover {
      background-color: rgba( 222, 97, 59, 1.0 ) !important;
      color: #ffffff;
    }


  button.button-white-on-translucent-white {
    background-color: hsla( 0, 0%, 100%, 35% ) !important;
    border-color: hsla( 0, 0%, 100%, 50% );
    color: hsla( 0, 0%, 100%, 100% );
  }

    button.button-white-on-translucent-white:hover {
      background-color: hsla( 0, 0%, 100%, 100% ) !important;
      border-color: hsla( 0, 0%, 100%, 50% );
      color: black;
    }


  button.button-white-on-orange {
    background-color: rgba( 222, 97, 59, 0.75 );
    border-color: transparent;
    color: #ffffff;
    fill: #ffffff; /* For icomoon */
  }


    button.button-white-on-orange:hover {
      background-color: rgba( 222, 97, 59, 1.0 );
      border-color: transparent;
    }
    
    button.button-white-on-orange:disabled {
      background-color: lightgray;
      border-color: lightgray;
      color: darkgray;
      cursor: auto;
      fill: darkgray;
      cursor: not-allowed;
    }

  button.button-gray-on-transparent {
    border-color: gray;
    color: gray;
  }


    button.button-gray-on-transparent svg {
      fill: gray;
    }

    button.button-gray-on-transparent:hover {
      background-color: lightgray;
      border-color: lightgray;
      /*color: white;*/
    }

    button.button-gray-on-transparent:hover svg {
      /*fill: white;*/
    }

    button.button-white-on-gray {
    border-color: transparent;
    background-color: darkgray;
    color: white;
  }


    button.button-white-on-gray svg {
      fill: white;
    }

    button.button-white-on-gray:hover {
      background-color: gray;
      border-color: transparent;
      /*color: white;*/
    }

    button.button-white-on-gray:hover svg {
      /*fill: white;*/
    }

    button.button-no-border {
      border: 0;
    }

.btn-label {
  color: #ffffff;
  line-height: 1.75rem;
  position: relative; 
  text-align: center;
  text-shadow: -1px 0px 0px rgba( 255, 255, 255, 0.3 ), 0px 1px 0px rgba( 120, 120, 120, 0.5 );
  top: 50%; 
  transform: translateY( -50% ); /* Vertically center : https://stackoverflow.com/questions/35388462/vertically-center-a-div-inside-another-div */
}

/*********/
/* MODAL */
/*********/

.modal-container {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    /*z-index: 10000;*/
    overflow: auto;
}

.modal-inner-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate( -50%, -50% );
    transform: translate( -50%, -50% );
    /*z-index: 100000;*/
    background-color: #ffffff;
    min-width: 600px;
    min-height: 8rem;
    background-repeat:no-repeat;
    background-position:center center;
    border-radius: 5px 5px 0 0;
}

    @media ( max-width: 700px ) {
      .modal-inner-container {
        min-width: 100%;
      }

      .modal-inner-container .modal-content .column-half,
      .column-half {
        /*width: auto;*/
        /*outline: 1px solid red;*/
      }
    }

    @media ( max-width: 500px ) {
      .modal-inner-container {
        top: 0;
        left: 0;
        right: 0;
        /*bottom: 2rem;*/ /* To accommodate the close button */
        -webkit-transform: none;
        transform: none;
      }
    }

    .modal-inner-container.with-spinner {
        /*background-image: url( ../images/site/spinner.gif );*/
        background-image: url( ../images/site/spinner.svg );
    }

    .modal-inner-container textarea {
        display: block;
        margin: 1em 0 0 0;
        padding: 3px;
        width: 100%;
        height: 100px;
        font-family : 'Open sans', sans-serif;
        font-size: 1em;
    }

    .modal-inner-container .modal-footer {
      background-color: #ffffff;
      border-radius: 0 0 5px 5px;
      height: 2rem;
      left: 0;
      line-height: 2rem;
      position: absolute;
      right: 0;
      top: 99%; /* To avoid small line gap on some screens :-/ */
      vertical-align: middle;
    }

    @media ( max-width: 500px ) {
      .modal-inner-container .modal-footer {
        position: relative;
      }
    }

.modal-msg {
  border-left: 2px solid;
}

.modal-msg-info {
  border-color: gray;
}

.modal-msg-success {
  border-color: green;
}

.modal-msg-error {
  border-color: red;
}

.modal-msg-warning {
  border-color: orange;
}

/* Frosted background for modals */
.frosted-background-effect {
  -webkit-filter: blur( 3px );
  filter: blur( 3px );
  /*position: fixed;*/ /* Stop scroll of page while frozen */
}

.background-div-black,
.background-div-white {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  /*z-index: 9999;*/
}

  .background-div-black{
    background-color: #000000;
    opacity: 0.7;
  }

  .background-div-white {
    background-color: #ffffff;
    opacity: 1;
  }

.background-color-white {
  background-color: #ffffff;
}

.background-color-gray-light {
  background-color: #fefefe;
}

.background-color-white-fade-regular {
  background-image: linear-gradient( 135deg, #f3f1ef 0%, hsla( 30, 19%, 91%, 1 ) 100% );
}

.background-color-translucent-white-fade-regular {
  background-image: linear-gradient( 135deg, #f3f1ef 0%, hsla( 30, 19%, 91%, .90 ) 100% );
}

.label {
  border-radius: .5rem;
  background-image: linear-gradient( 135deg, #f3f1ef 0%, hsla( 30, 19%, 91%, 1 ) 100% );
  padding: .2rem .5rem;
}

.label-reverse {
  border-radius: .5rem;
  background-color: white;
  padding: .40rem .5rem;
}

/*************/
/* MODIFIERS */
/*************/

.position-absolute {
  position: absolute;
}

.position-fixed {
  position: fixed;
}


.position-relative {
  position: relative;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

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

.pull-down {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

  @media (max-width: 500px ) {
    .position-relative-small {
      position: relative;
    }
  }

.full-size {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  position: fixed;
}

.full-screen-height {
  height: 100vh;
}

  @media( max-width: 800px ){
    .cancel-full-screen-height-800 {
      height: auto;
    }
  }

.full-width {
  width: 100%;
  box-sizing: border-box;
}

.min-half-width {
  min-width: 50%;
  box-sizing: border-box;
}

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

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

  @media( max-width: 800px ){
    .align-center-800 {
      text-align: center;
    }
  }

.align-middle {
  vertical-align: middle;
}

.scrollable-horizontal {
  overflow-y: hidden;
}

.hidden {
  display: none !important;
}

.overflow-auto {
  overflow: auto;
}

/* Borders */

.border-solid {
  border-style: solid;
}

.border-thin {
  border-width: 1px;
}

.border-medium {
  border-width: 2px;
}

.border-thick {
  border-width: 3px;
}

.border-color-orange {
  border-color: rgba( 222, 97, 59, 1.0 );
}

.border-color-darkgray {
  border-color: darkgray;
}

.border-darkgray-rounded-corners {
  border: 1px solid darkgray;
  border-radius: 1rem;  
  overflow: hidden;
}

/* Props to https://stackoverflow.com/questions/30299093/speech-bubble-with-arrow */
.border-darkgray-rounded-corners.arrow-right {
  background: white;
  position: relative;
}
.border-darkgray-rounded-corners.arrow-right:before {
  content: "";
  position: absolute;
  top: 1rem;
  right: -1px; /* Offset the border */
  height: 1.25rem;
  width: 1.25rem;
  background: inherit;
  transform: rotate(-45deg);
  transform-origin:top right;
  border-bottom:inherit;
  border-right:inherit;
}

.border-radius-small {
  border-radius: 0.75rem;
}

.border-radius-medium {
  border-radius: 1.5rem;
}


/* with shadow */
.shadow {
  -webkit-box-shadow: 0px 1px 3rem 0 rgba( 0, 0, 0, 0.2 );
  -moz-box-shadow: 0px 1px 3rem 0 rgba( 0, 0, 0, 0.2 );
  box-shadow: 0px 1px 3rem 0 rgba( 0, 0, 0, 0.2 );
}

.shadow-small {
  -webkit-box-shadow: 0px 1px 1rem 0 rgba( 0, 0, 0, 0.5 );
  -moz-box-shadow: 0px 1px 1rem 0 rgba( 0, 0, 0, 0.5 );
  box-shadow: 0px 1px 1rem 0 rgba( 0, 0, 0, 0.5 );
}

/* Frame (for pictures) */
.framed {
  border: 10px solid white;
}

.picture {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
}

  .picture.picture-xxs {
      height: 1.5rem;
      width: 1.5rem;
  }

  .picture.picture-xs {
      height: 3rem;
      width: 3rem;
  }

  .picture.picture-sm {
      height: 5rem;
      width: 5rem;
  }

  .picture.picture-md {
      height: 7rem;
      width: 7rem;
  }

  .picture.picture-lg {
      height: 10rem;
      width: 10rem;
  }

.round {
  border-radius: 50%;
}

/* Overlay on top of div */
.overlay::before {
  content: '';
  z-index: 10;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0, 0.5 ) 0%, rgba(0, 0, 0, 0.4) 20%); /* Kudos to https://theburningmonk.com/2022/07/how-to-add-a-subtle-gradient-effect-on-top-of-video/ */
}


/* Sets the margin for the lateral columns */
.wm {
  margin: 0 auto;
  width: 85%;
  /*outline: 1px dotted orange;*/
}

/* Sets the margin for the lateral columns and adds extra margin for visual impact */
.wem {
  margin: 0 auto;
  width: 70%;
  /*outline: 1px dotted red;*/
}

/* Margins */

/* Margins top  */
.mt-none {
  margin-top: 0;
}

  @media (max-width: 800px ) {
    .mt-none-800 {
      margin-top: 0 !important;
    }

    .mb-none-800 {
      margin-bottom: 0 !important;
    }

    .ml-none-800 {
      margin-left: 0 !important;
    }

    .mr-none-800 {
      margin-right: 0 !important;
    }
  }

.mt {
  margin-top: 3rem;
}

.mt-small {
  margin-top: 2rem;
}

  @media (max-width: 800px ) {
    .mt-small-800 {
      margin-top: 2rem !important;
    }

    .mb-small-800 {
      margin-bottom: 2rem !important;
    }

    .ml-small-800 {
      margin-left: 2rem !important;
    }

    .mr-small-800 {
      margin-right: 2rem !important;
    }
  }

.mt-xsmall {
  margin-top: 1rem;
}

.mt-xxsmall {
  margin-top: 0.5rem;
}

.mt-xxxsmall {
  margin-top: 0.25rem;
}

.mt-large {
  margin-top: 4rem;
}

.mt-xlarge {
  margin-top: 6rem;
}

.mt-xxlarge {
  margin-top: 8rem;
}

.mt-xxxlarge {
  margin-top: 10rem;
}

.mt-xxxxlarge {
  margin-top: 12rem;
}

.mt-xxxxxlarge {
  margin-top: 16rem;
}

/* Margins bottom */

.mb {
  margin-bottom: 3rem;
}

.mb-small {
  margin-bottom: 2rem;
}

.mb-xsmall {
  margin-bottom: 1rem;
}

.mb-xxsmall {
  margin-bottom: 0.5rem;
}

.mb-xxxsmall {
  margin-bottom: 0.25rem;
}

.mb-large {
  margin-bottom: 4rem;
}

.mb-xlarge {
  margin-bottom: 6rem;
}

.mb-xxlarge {
  margin-bottom: 8rem;
}

.mb-none {
  margin-bottom: 0;
}

/* Margins right  */
.mr-xsmall {
  margin-right: 1rem;
}

.mr-small {
  margin-right: 2rem;
}

.mr-xxsmall {
  margin-right: 0.5rem;
}

.mr-xxxsmall {
  margin-right: 0.25rem;
}

.mr {
  margin-right: 3rem;
}

.mr-large {
  margin-right: 4rem;
}

.mr-xlarge {
  margin-right: 6rem;
}

/* Margins left */

.ml-xxxsmall {
  margin-left: 0.25rem;
}

.ml-xxsmall {
  margin-left: 0.5rem;
}

.ml-xsmall {
  margin-left: 1rem;
}

.ml-small {
  margin-left: 2rem;
}

.ml {
  margin-left: 3rem;
}

.ml-large {
  margin-left: 4rem;
}

.ml-xlarge {
  margin-left: 6rem;
}


/* Margins all */

.m-xxsmall {
  margin: 0.5rem;
}

.m-xsmall {
  margin: 1rem;
}

.m-small {
  margin: 2rem;
}

.m {
  margin: 3rem;
}

.m-large {
  margin: 4rem;
}

.m-xlarge {
  margin: 6rem;
}


/************/
/* Paddings */
/************/

.pt-xsmall {
  padding-top: 0.25rem;
}

.pt-small {
  padding-top: 0.5rem;
}

.pt {
  padding-top: 1rem;
}

.pt-large {
  padding-top: 2rem;
}

.pt-xlarge {
  padding-top: 3rem;
}

.pt-xxlarge {
  padding-top: 5rem;
}

.pb-xsmall {
  padding-bottom: 0.25rem;
}

.pb-small {
  padding-bottom: 0.5rem;
}

.pb {
  padding-bottom: 1rem;
}

.pb-large {
  padding-bottom: 2rem;
}

.pb-xlarge {
  padding-bottom: 3rem;
}

.pl-xsmall {
  padding-left: 0.25rem;
}

.pl-small {
  padding-left: 0.5rem;
}

.pl {
  padding-left: 1rem;
}

.pl-large {
  padding-left: 2rem;
}

.pl-xlarge {
  padding-left: 3rem;
}

.pr-xsmall {
  padding-right: 0.25rem;
}

.pr-small {
  padding-right: 0.5rem;
}

.pr {
  padding-right: 1rem;
}

.pr-large {
  padding-right: 2rem;
}

.pr-xlarge {
  padding-right: 3rem;
}

@media( max-width: 800px ){
  .pt-xsmall-800 {
    padding-top: 0.25rem;
  }

  .pt-small-800 {
    padding-top: 0.5rem;
  }

  .pt-800 {
    padding-top: 1rem;
  }

  .pt-large-800 {
    padding-top: 2rem;
  }

  .pt-xlarge-800 {
    padding-top: 3rem;
  }

  .pt-xxlarge-800 {
    padding-top: 5rem;
  }

  .pb-xsmall-800 {
    padding-bottom: 0.25rem;
  }

  .pb-small-800 {
    padding-bottom: 0.5rem;
  }

  .pb-800 {
    padding-bottom: 1rem;
  }

  .pb-large-800 {
    padding-bottom: 2rem;
  }

  .pb-xlarge-800 {
    padding-bottom: 3rem;
  }

  .pl-small-800 {
    padding-left: 0.5rem;
  }

  .pl-800 {
    padding-left: 1rem;
  }

  .pl-large-800 {
    padding-left: 2rem;
  }

  .pl-xlarge-800 {
    padding-left: 3rem;
  }

  .pr-small-800 {
    padding-right: 0.5rem;
  }

  .pr-800 {
    padding-right: 1rem;
  }

  .pr-large-800 {
    padding-right: 2rem;
  }

  .pr-xlarge-800 {
    padding-right: 3rem;
  }
}

/* Modifiers */

.debug {
  outline: 2px dashed blue;
  background-color: lightpink;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.inline       { display: inline; }
.inline-block { display: inline-block; }
.block        { display: block; }
.hidden       { display:none; }

  @media( max-width: 800px ){
    .inline-800       { display: inline; }
    .inline-block-800 { display: inline-block; }
    .block-800        { display: block; }
  }


.center-flex { /* Used to center the rangeslider element */
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.underline {
  text-decoration: underline;
}

.text-thin {
  font-weight: 100;
}

.text-regular {
  font-weight: 500;
}

.text-bold {
  font-weight: 700;
}

.text-italic {
  font-style: italic;
}

.text-xxs {
  font-size: 60%;
}

.text-xs {
  font-size: 75%;
}

.text-sm {
  font-size: 90%;
}

.text-reg {
  font-size: 100%;
}

.text-110 {
  font-size: 110%;
}

.text-125,
.text-med {
  font-size: 125%;
  line-height: 1.5rem ;
}

.text-150,
.text-lg {
  font-size: 150%;
}

.text-175,
.text-xl {
  font-size: 175%;
}

.text-200,
.text-xxl {
  font-size: 200%;
}

.text-250,
.text-xxxl {
  font-size: 250%;
}

.text-300,
.text-xxxxl {
  font-size: 300%;
}

.text-350 {
  font-size: 350%;
}

.text-400 {
  font-size: 400%;
}

.text-500 {
  font-size: 500%;
}

.line-height-100-percent {
  line-height: 100%;
}

.line-height-110-percent {
  line-height: 110%;
}

.line-height-125-percent {
  line-height: 125%;
}

.line-height-150-percent {
  line-height: 150%;
}

.line-height-175-percent {
  line-height: 175%;
}


  @media (max-width: 800px) {
    .line-height-100-percent-800 {
      line-height: 100%;
    }

    .line-height-110-percent-800 {
      line-height: 110%;
    }

    .line-height-125-percent-800 {
      line-height: 125%;
    }

    .line-height-150-percent-800 {
      line-height: 150%;
    }

    .line-height-175-percent-800 {
      line-height: 175%;
    }
  }

/* Colors */

.color-orange {
  color: rgba( 222, 97, 59, 1.0 );
}

.color-white {
  color: white;
}

.color-gray {
  color: #666666;
}

.color-dark-gray {
  color: #666666;
}

.color-black {
  color: black;
}

.color-initial {
  color: #333447;
}

/* Varia  */

.invisible {
  opacity: 0; /* Cannot use visibility as it does not support transitions */
}

.nowrap {
  white-space: nowrap;
  /*white-space: pre;*/ /* Changed 20251201 */
}

.max-parent-div-width {
  /* Kudos: https://www.sitepoint.com/community/t/confining-child-divs-to-auto-width-of-parent-div-how/341560 */
  display: table;
  width: 1%;
}

.no-text-select {
  user-select: none;
}

.pretty-decimals {
  font-size: 30%;
}

.first-letter-capital::first-letter {
  text-transform: capitalize;
}

/* Highlight box */
.highlight-box {
  background-color: rgba( 243, 219, 209, 1 ) !important;
}

/* Lists */
ul {
  text-align: left;
}

ul.no-bullet, ul.star, ul.thumb, ul.hand, ul.fire {
  margin-left: 0;
  padding-left: 2.1rem;
}

ul.no-bullet, ul.star li, ul.thumb li, ul.hand li, ul.check li, ul.fire li {
  list-style: none; 
  margin-bottom: 5px;
}

  ul.no-bullet {
    padding-left: 0;
  }

  ul.star li:before {
    /*content: "\2605  ";*/ /* star */
    content: "☆  ";
  }

  ul.hand li:before {
    content: "✌  ";
    font-size: 0.9rem;
    position: absolute;
    left: 10px;
  }

  ul.thumb li:before {
    content: "👍";
    font-size: 0.9rem;
    position: absolute;
    left: 10px;
  }

  ul.fire li:before {
    content: "🔥";
    font-size: 0.9rem;
    position: absolute;
    left: 10px;
  }

  ul.check {
    margin: 0 0 0 1rem;
    padding: 0;
  }

    ul.check li {
      text-indent: -1em;
    }

  ul.check li:before {
    /*margin-right: -5px;*/
    color: green;
    content: "✓";
    /*display: block;*/
    /*border: 1px solid;*/
    /*border-radius: 50%;*/
    height: 14px;
    line-height: 1rem;
    width: 14px;
    padding-right: 5px;
  }

ul.list-bubbles {
  margin: 0;
  padding: 0;
}

  ul.list-bubbles li {
    display: inline-block;
    background-image: linear-gradient( 135deg, #f3f1ef 0%, hsla( 30, 19%, 91%, 1 ) 100% );
    color: initial;
    border-radius: .5rem;
    list-style: none;
    margin: 0.25rem;
    min-width: 7rem;
    padding: 1rem;
    outline: none;
    text-align: center;
  }

    ul.list-bubbles li:hover {
      color: rgba( 222, 97, 59, 1.0 );
      /*opacity: 0.97;*/
    }

    @media( max-width: 800px ){
      ul.list-bubbles li {
        display: block;
      }
    }

/*--------------------------------------------------------------
# Masonry
--------------------------------------------------------------*/
.grid-sizer,
.grid-item {
  width: 32%;
}

.grid-item {
  float: left;
  margin-bottom: 1%;
}

  .grid-item img {
    display: block;
    width: 100%;
  }

.grid-item--width2 { 
  width: 65%; 
}

.gutter-sizer { 
  width: 1%;
}

@media (max-width: 500px) {
  .grid-sizer,
  .grid-item {
    width: 100%;
  }

  .grid-item {
    margin-bottom: 1rem;
  }

  .grid-item--width2 { 
    width: 100%; 
  }

  .gutter-sizer { 
    width: 0;
  }
}

/*--------------------------------------------------------------
# Range slider
--------------------------------------------------------------*/

.rangeslider,
input[type='range'] {
  max-width: 400px;
}

  .rangeslider .rangeslider__fill_color {
    background: rgba( 222, 97, 59, 1.0 );
  }

.rangeslider__ruler {
  cursor: pointer;
  font-size: 1.0em;
  margin: 20px 3px 0 3px;
  position: relative;
  top: 100%;
  text-align: justify;
}


/* Workaround to justify only one-line. */
/* Extra element to force a new line. */
.rangeslider__ruler:after {
  content: "";
  display: inline-block;
  width: 100%;
}

/* Responsive iframe */
.iframe-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height:0;
}

.iframe-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.iframe-large-width {
  min-width: 75%;
}

/**********/
/* Switch */
/**********/
.switch-container {
  /*outline: 1px solid red;*/
}

.switch-container .switch-label-left,
.switch-container .switch-label-right {
  display: inline-block;
  height: 23px;
  vertical-align: top;
  padding: 0 5px;
}

.switch-container .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 23px;
  vertical-align: top;
}

.switch-container .switch input {
  display: none;
}

.switch-container .switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: darkgray; 
  /*background-color: #ca2222;*/ /* red */
  -webkit-transition: .25s;
  transition: .25s;
  border-radius: 23px;
}

.switch-container .switch-slider:before {
  position: absolute;
  content: "";
  height: 19px;
  width: 19px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}

.switch-container input:checked + .switch-slider {
  /*background-color: #2ab934;*/ /* bright green */
  background-color: gray;
}

.switch-container input:focus + .switch-slider {
  box-shadow: 0 0 1px #2196F3;
}

.switch-container input:checked + .switch-slider:before {
  -webkit-transform: translateX( 18px );
  -ms-transform: translateX( 18px );
  transform: translateX( 37px );
}

/*------ ADDED CSS : adds color + text inside the switch itself ---------*/
.switch-container .switch-slider:after {
 /*content:'OFF';*/
 /*color: white;*/
 /*display: block;*/
 /*position: absolute;*/
 /*transform: translate( -50%,-50% );*/
 /*top: 50%;*/
 /*left: 50%;*/
 /*font-size: 10px;*/
 /*font-family: Verdana, sans-serif;*/
}

.switch-container input:checked + .switch-slider:after {  
  /*content:'ON';*/
}

/*--------- END --------*/

/* End of Switch */


/********************************************************************/
/* Media Queries                                                    */
/********************************************************************/


@media (max-width: 1100px) {
  
  .hidden-1100 {
    display: none;
  }

  .visible-1100 {
    display: initial !important;
  }

  
}

@media (max-width: 960px) {
  .rooms-item {
    display: block;
    width: auto;
  }
}

@media( max-width: 800px ) {


  /* Rates */
  .rate-container .rate-item {
    text-align: center;
    margin-right: 0;
  }

    .rate-container .rate-item .rate-duration {
      color: rgba( 222, 97, 59, 1.0 );
      float: none;
      height: 9.25rem;
      padding: 0 2rem 0 2rem;
    }

      .rate-container .rate-item .rate-duration > table {
        margin: 0 auto;
      }

    .rate-container .rate-item .rate-description {
      padding: 1rem;
    }

    .rate-container .rate-item .rate-price-bubble {
      float: none; 
      margin: 0; 
      width: 11.25rem;
      height: 7.25rem;
      position: relative;
      width: 100%;
      border-radius: 0 0 1.5rem 1.5rem;
    }

  /* Margin top */
  .mt-800 {
    margin-top: 3rem;
  }

  .mt-small-800 {
    margin-top: 2rem;
  }

  .mt-xsmall-800 {
    margin-top: 1rem;
  }

  .mt-xxsmall-800 {
    margin-top: 0.5rem;
  }

  .mt-xxxsmall-800 {
    margin-top: 0.25rem;
  }

  .mt-large-800 {
    margin-top: 4rem;
  }

  .mt-xlarge-800 {
    margin-top: 6rem;
  }

  .mt-xxlarge-800 {
    margin-top: 8rem;
  }

  .mt-xxxlarge-800 {
    margin-top: 10rem;
  }

  .mt-xxxxlarge-800 {
    margin-top: 12rem;
  }
  
  /* Margin bottom */
  .mb-800 {
    margin-bottom: 3rem;
  }

  .mb-small-800 {
    margin-bottom: 2rem;
  }

  .mb-xsmall-800 {
    margin-bottom: 1rem;
  }

  .mb-xxsmall-800 {
    margin-bottom: 0.5rem;
  }

  .mb-xxxsmall-800 {
    margin-bottom: 0.25rem;
  }

  .mb-large-800 {
    margin-bottom: 4rem;
  }

  .mb-xlarge-800 {
    margin-bottom: 6rem;
  }

  .mb-xxlarge-800 {
    margin-bottom: 8rem;
  }

  .mb-xxxlarge-800 {
    margin-bottom: 10rem;
  }

  .mb-xxxxlarge-800 {
    margin-bottom: 12rem;
  }

  /* Text */
  .text-110-800 {
    font-size: 110%;
  }

  .text-125-800 {
    font-size: 125%;
  }

  .text-150-800 {
    font-size: 150%;
  }

  .text-175-800 {
    font-size: 175%;
  }

  .text-200-800 {
    font-size: 200%;
  }

  .text-250-800 {
    font-size: 250%;
  }

  .text-300-800 {
    font-size: 300%;
  }

  .text-350-800 {
    font-size: 350%;
  }

  .text-400-800 {
    font-size: 400%;
  }

  .text-500-800 {
    font-size: 500%;
  }

  .hidden-800 {
    display: none !important;
  }

  .visible-800 {
    display: initial !important;
  }

  /* Top menu */

  .primary-navigation-container {
      /*outline: 1px solid red;*/
      display: block;
      width: auto;
    }


    .primary-navigation-container .navigation-newsbox {
      display: none;
    }

  .navigation-container {
    background-color: transparent;
    /*width: 100%;*/
  }

    .navigation-container h3 {
      display: block;
      margin: 1rem 0;
      padding-bottom: 0;
    }

  .main-navigation {
    background-color: #ffffff;
    box-shadow: 2px 2px 5px rgba( 0, 0, 0, 0.5 );
    color: #000000;
    overflow: auto;
    /*overflow: hidden;*/
    position: fixed;
    z-index: 100000;
    bottom: 0;
    left: -101%;
    /*right: 2rem;*/
    top: 0;
    width: 100%;
    transition: left 0.25s;
  }

    .main-navigation.active {
      left: 0;
    }

      .main-navigation.active .close-button {
        /*left: 0;*/
      }

  .main-navigation .close-button {
    cursor: pointer;
    display: block;
    font-size: 2.5rem;
    right: 0;
    margin: 1rem;
    padding: 0 0.5rem;
    position: absolute;
    top: 0;
    transition: left 0.35s;
    z-index: 10000;
  }

    .main-navigation ul {
      margin: 0;
      margin-top: 3rem;
      text-align: center;
      white-space: normal;
    }

      .main-navigation ul li {
        width: 100%;
        margin: 0;
        padding: 0;
      }
        .main-navigation ul li a {
          font-size: 1.5rem;
          margin: 1rem;
          padding: 0;
        }

      .main-navigation ul li a.emphasis {
        line-height: 2rem;
        padding: .5rem 1rem !important;
      }

        .navigation-container.shrunk .main-navigation ul li a:hover {
          color: rgba( 222, 97, 59, 1.0 );
        }

        .navigation-container.shrunk .main-navigation ul li a.emphasis {
          border-color: rgba( 222, 97, 59, 1.0 );
          color: rgba( 222, 97, 59, 1.0 );
        }

          .navigation-container.shrunk .main-navigation ul li a.emphasis:hover {
            background-color: rgba( 222, 97, 59, 1.0 );
            color: #ffffff;
          }

      .main-navigation .primary-navigation-container > li > a {
        /*font-weight: bold;*/
      }

        .main-navigation ul li.current-menu-item {
          text-decoration: none;
          border-bottom: none;
          border-left: 5px solid rgba( 222, 97, 59, 1.0 );
          background-color: rgba( 222, 97, 59, 0.25 );
        }

      .main-navigation ul ul {
        background-color: transparent;
        box-shadow: none;
        display: block;
        position: relative;
      }

      .main-navigation ul ul li {
        /*float: none;*/
        width: 100%;
      }

      .main-navigation ul ul a {
        padding: 0;
      }

      .main-navigation ul ul ul {
      }

  .main-navigation-hamburger-container {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
  }

    .main-navigation-hamburger-container .open-button {
      position: fixed;
      right: 1.5rem;
      top: 1.5rem;
      background-color: white;
      border-radius: 50%;
      height: 3rem;
      width: 3rem;
      /*line-height: 2.9rem;*/
      text-align: center;
    }
  
      .main-navigation-hamburger-container .open-button svg {
        vertical-align: middle;
        margin: .4rem;

      }

}

@media (max-width: 768px) {

  /* Footer */

  .footer-language-selection-container {
    text-align: center;
    margin: 0.5rem 0 1rem 0;
    width: 100%;
  }

  .footer-miscellaneous-container {
    width: 100%;
  }

    .footer-miscellaneous-container .footer-link-author-container,
    .footer-miscellaneous-container .footer-copyright-container {
      text-align: center;
    }

  /* Modifiers */
  .wm {
    width: 90%;
  }

  .wem {
    width: 90%;
  }

  .main-title-container .wem {
    width: 95%;
  }

  /* For elements hidden in small screens */
  .sm-hidden {
    display: none;
  }

  /* For elements that are displayed full width on small screens */
  .sm-full-width {
    width: 100%;
  }

}

@media (max-width: 800px ) {

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

  /* Cookie consent policy */
  .cookie-consent-container {
    width: auto;
  }

  /* Columns */
  .column-2-third,
  .column-1-third {
    width: 100%;
  }

    .column-2-third.with-mr-small {
      width: 100%;
      margin-right: auto;
    }

  /* Google Map */
  .googlemap-container {
    padding-bottom: 70%; /* aspect ratio */
  }

  /* Footer columns containers */
  .footer-left-container,
  .footer-right-container,
  .footer-center-container {
    display: block;
    width: 100%;
    text-align: center;
  }


}

@media (max-width: 500px) {

  .hidden-500 {
    display: none;
  }

  .visible-500 {
    display: initial !important;
  }

  p {
    hyphens: auto;
  }

  /* Google Map */
  .googlemap-container {
    padding-bottom: 100%; /* aspect ratio */
  }

}

/******************/
/* BOOKING MODULE */
/******************/

/* Weekly view modal */
.booking--weekly-view--container {
  margin-left: 2rem;
  margin-right: 2rem;
}

  .booking--weekly-view--container .booking-table thead th {
    min-width: 60px;
    /*outline: 1px solid green;*/
  }

  .booking--weekly-view--container .booking-table tbody tr td {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  @media (max-width: 500px ) {
    
    .booking--weekly-view--container {
      margin: 0;
    }

    .booking--weekly-view--container .booking-table tbody tr td {
      padding-top: 0;
      padding-bottom: 0;
    }
  }

  @media (max-width: 800px ){

    .booking--weekly-view--container .booking-table thead th {
      min-width: 0;
      width: 12%;
    }

    .booking-module-container {
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: 0;
/*      height: 100vh;*/
      z-index: 9999;
/*      border: 1px solid blue !important;*/
      overflow: auto;
    }

      .booking-module-container.border-darkgray-rounded-corners.arrow-right {
        position: fixed;
        border: none;
      }

        .booking-module-container.border-darkgray-rounded-corners.arrow-right:before {
          display: none;
        }
  }

.booking--weekly-view--available {
  background-color: white;
  cursor: pointer;
}

  .booking--weekly-view--available:hover {
    background-color: rgba( 222, 97, 59, 0.15 );
  }

.booking--weekly-view-datepicker {
  left: 0;
  position: absolute;
  right: 0;
  
  /*outline: 1px solid red;*/
}

.booking--weekly-view-datepicker-content {
  background-color: white;
  border-radius: 3px;
  display: inline-block;
  width: 50%;
  min-width: 300px;
  
  /*outline: 1px solid blue;*/
}

.booking--weekly-view--booked {
  background-color: lightgray;
  cursor: not-allowed;
}

  .booking--weekly-view--booked:hover {
    background-color: hsla( 0, 0%, 73%, 1 );
  }

.booking--weekly-view--nav-arrow {
  /*border: 1px solid rgba( 0, 0, 0, 1 );*/
  /*border-radius: 1rem;*/
  border: 0;
  cursor: pointer;
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
}

.booking--weekly-view--nav-arrow.previous {
  float: left;
  margin-left: 0.5rem;
}

.booking--weekly-view--nav-arrow.next {
  float: right;
  margin-right: 0.5rem;
}

/* Booking request modal */
.booking--request-modal {
  width: 500px;
  min-height: 400px;
}

.booking--request-datepicker, 
.booking--request-timepicker {
  display: inline-block;
  /*outline: 1px solid red;*/
}
  
  @media (max-width: 800px ) {
    .booking--request-datepicker, 
    .booking--request-timepicker {
/*      display: block;*/
    }
  }

  .booking--request-timepicker .booking--request-timepicker-container {
    position: relative;
    /*height: 2rem;*/
    display: inline-block;
    /*outline: 2px solid blue;*/
  }
  
  .booking--request-timepicker .booking--request-timepicker-container label {
    /*background-color: pink;*/
    position: absolute;
    left: 0.75rem;
/*    top: 0.25rem;*/
/*    z-index: -1;*/
  }

  .booking--request-timepicker .booking--request-timepicker-container select {
    padding: 1.0rem 1.0rem 0.5rem 0.5rem;
    width: 90px;
  }

  .booking--request-timepicker .booking--request-timepicker-start,
  .booking--request-timepicker .booking--request-timepicker-end {
    /*position: absolute;*/
    background-color: transparent;
    cursor: pointer;
    /*z-index: 10;*/
  }

.booking--request-price-item-description {
  display: inline-block;
  text-align: left;
}

.booking--request-price-item-total {
  display: inline-block;
  float: right;
}

.booking--request-confirmation-email {
  padding: 0.5rem;
  font-weight: 100;
}

/* Night theme */

html.night-theme,
.night-theme .wrapper {
  background-color: hsla( 187, 33%, 7%, 1 );
}


html.night-theme,
.night-theme .wrapper {
  color: rgba( 225, 225, 225, 1 );
}

/* Timeline */
.timelime-one-hour {
  border-left: 1px solid gray;
}

/* Range slider */
input[type=range] {
  width: 100%;
  margin: 7.5px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  background: #de613b;
  border: 0;
  border-radius: 8px;
  width: 100%;
  height: 15px;
  cursor: pointer;
}
input[type=range]::-webkit-slider-thumb {
  margin-top: -7.5px;
  width: 30px;
  height: 30px;
  background: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 15px;
  cursor: pointer;
  -webkit-appearance: none;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #e37a5a;
}
input[type=range]::-moz-range-track {
  background: #de613b;
  border: 0;
  border-radius: 8px;
  width: 100%;
  height: 15px;
  cursor: pointer;
}
input[type=range]::-moz-range-thumb {
  width: 30px;
  height: 30px;
  background: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 15px;
  cursor: pointer;
}
input[type=range]::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 7.5px 0;
  color: transparent;
  width: 100%;
  height: 15px;
  cursor: pointer;
}
input[type=range]::-ms-fill-lower {
  background: #d24c23;
  border: 0;
  border-radius: 16px;
}
input[type=range]::-ms-fill-upper {
  background: #de613b;
  border: 0;
  border-radius: 16px;
}
input[type=range]::-ms-thumb {
  width: 30px;
  height: 30px;
  background: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 15px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
input[type=range]:focus::-ms-fill-lower {
  background: #de613b;
}
input[type=range]:focus::-ms-fill-upper {
  background: #e37a5a;
}
/*TODO: Use one of the selectors from https://stackoverflow.com/a/20541859/7077589 and figure out
how to remove the vertical space around the range input in IE*/
@supports (-ms-ime-align:auto) {
  /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  input[type=range] {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}


.rangeslider datalist {
  display: flex;
  justify-content: center;
}

.rangeslider datalist option {
  display: inline-block;
  margin: 0.5rem 1.25rem;
}

  @media( max-width: 800px ){
    .rangeslider datalist option {
      margin: 0.5rem .25rem;
    }
  }

.rangeslider input[type="range"] {
  margin: 0;
}