@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCIPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvoorCIPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVsEpbCIPrQ.ttf) format('truetype');
}
html {
  font-size: 62.5%;
}
html body {
  font-family: 'Raleway';
  font-size: 1.5rem;
  color: #6d6d6d;
  line-height: 2;
}
html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6,
html body .title {
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  font-size: 3.6rem;
  font-weight: 600;
  color: #393939;
  line-height: 1.2;
  margin: 0 0 25px 0;
}
@media only screen and (max-width: 767px) {
  html body h1,
  html body h2,
  html body h3,
  html body h4,
  html body h5,
  html body h6,
  html body .title {
    font-size: 2.4rem;
  }
}
html body h1.white,
html body h2.white,
html body h3.white,
html body h4.white,
html body h5.white,
html body h6.white,
html body .title.white {
  color: #fff;
}
html body .small-title {
  font-size: 1.8rem;
}
html body a {
  color: #ddaf6a;
}
html body a:hover {
  text-decoration: unset;
  color: #ddaf6a;
}
.navbar.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.7);
}
@media only screen and (min-width: 1200px) {
  .navbar.menu {
    padding: 10px 62px;
  }
}
@media only screen and (min-width: 768px) {
  .navbar.menu {
    padding: 10px 30px;
  }
}
@media only screen and (max-width: 992px) {
  .navbar.menu .navbar-collapse {
    margin-bottom: 15px;
    max-height: calc(100vh - 110px);
    overflow: auto;
  }
  .navbar.menu .navbar-collapse .navbar-nav {
    margin-bottom: 15px;
  }
}
.navbar.menu .navbar-collapse li {
  margin-right: 20px;
}
@media only screen and (min-width: 1200px) {
  .navbar.menu .navbar-collapse li {
    margin-right: 49px;
  }
}
.navbar.menu .navbar-collapse li a {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
}
.navbar.menu .navbar-collapse li a.active,
.navbar.menu .navbar-collapse li a:hover {
  color: #ddaf6a;
}
.navbar.menu .navbar-collapse li .dropdown-menu {
  background: #333;
  padding: 10px;
}
.navbar.menu .navbar-collapse li .dropdown-menu a.active,
.navbar.menu .navbar-collapse li .dropdown-menu a:hover {
  background: unset;
}
@media only screen and (max-width: 1200px) {
  .navbar.menu .navbar-collapse a.button.primary.xl {
    display: block;
    margin: 0 0 0 5px;
    padding: 13px 20px;
    max-height: 44px;
  }
}
@media only screen and (max-width: 992px) {
  .navbar.menu .navbar-collapse a.button.primary.xl {
    display: unset;
    padding: 13px 20px;
    position: relative;
    margin: 10px 10px 0 0;
  }
  .navbar.menu .navbar-collapse .pull-right {
    float: unset;
  }
}
@media only screen and (max-width: 480px) {
  .navbar.menu .navbar-collapse a.button.primary.xl {
    display: block;
    margin: 10px 0 5px;
    padding: 13px 20px;
  }
}
.navbar.menu button.navbar-toggler {
  position: relative;
}
.navbar.menu button.navbar-toggler:focus {
  outline: unset;
}
.navbar.menu button.navbar-toggler .navbar-toggler-icon {
  display: none;
}
.navbar.menu button.navbar-toggler:after {
  content: "\f0c9";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #fff;
  font-size: 25px;
}
.navbar.menu .logo img {
  max-width: 100px;
}
.spacer {
  height: 100px;
}
.events-container {
  overflow: hidden;
}
.events-container #gallery-slider {
  width: 120%;
  margin-left: -10%;
}
.events-container #gallery-slider img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
#main-slider {
  height: 100vh;
}
@media only screen and (min-height: 500px) {
  #main-slider {
    height: 75vh;
  }
}
@media only screen and (min-height: 700px) {
  #main-slider {
    height: 50vh;
  }
}
#main-slider.home {
  height: 100vh;
}
#main-slider.home .swiper-slide .article-container {
  height: calc(100vh - 200px);
  margin-top: 100px;
}
#main-slider .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#main-slider .swiper-slide .article-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  align-items: center;
  height: calc(100vh - 100px);
  margin-top: 100px;
}
@media only screen and (min-height: 500px) {
  #main-slider .swiper-slide .article-container {
    height: calc(75vh - 100px);
    margin-top: 75px;
  }
}
@media only screen and (min-height: 700px) {
  #main-slider .swiper-slide .article-container {
    height: calc(50vh - 100px);
    margin-top: 100px;
  }
}
#main-slider .swiper-slide .article-container article {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
#main-slider .swiper-slide .article-container article .title {
  color: #fff;
  font-weight: 600;
  font-size: 7.2rem;
}
@media only screen and (max-width: 992px) {
  #main-slider .swiper-slide .article-container article .title {
    font-size: 3.6rem;
  }
}
form:not(.checkin) {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin-left: -5px;
  margin-right: -5px;
  width: calc(100% + 10px);
  font-size: 1.6rem;
}
form:not(.checkin) div.form-group:not(.g-recaptcha) {
  margin: 5px;
  width: 100%;
}
form:not(.checkin) div.form-group:not(.g-recaptcha).has-error > input,
form:not(.checkin) div.form-group:not(.g-recaptcha).has-error textarea {
  border-color: red;
}
form:not(.checkin) div.form-group:not(.g-recaptcha) input,
form:not(.checkin) div.form-group:not(.g-recaptcha) textarea {
  font-size: 1.5rem;
}
form:not(.checkin) div.form-group:not(.g-recaptcha)[class*="naam"],
form:not(.checkin) div.form-group:not(.g-recaptcha)[class*="e_mail"],
form:not(.checkin) div.form-group:not(.g-recaptcha)[class*="select"],
form:not(.checkin) div.form-group:not(.g-recaptcha)[class*="datum"],
form:not(.checkin) div.form-group:not(.g-recaptcha)[class*="text_input"],
form:not(.checkin) div.form-group:not(.g-recaptcha)[class*="telefoonnummer"],
form:not(.checkin) div.form-group:not(.g-recaptcha)[class*="land"] {
  -webkit-flex: 1 1 calc(25% - 10px);
  -ms-flex: 1 1 calc(25% - 10px);
  flex: 1 1 calc(25% - 10px);
  min-width: calc(200px - 10px);
}
@media screen and (max-width: 400px) {
  form:not(.checkin) div.form-group:not(.g-recaptcha)[class*="naam"],
  form:not(.checkin) div.form-group:not(.g-recaptcha)[class*="e_mail"],
  form:not(.checkin) div.form-group:not(.g-recaptcha)[class*="select"],
  form:not(.checkin) div.form-group:not(.g-recaptcha)[class*="datum"],
  form:not(.checkin) div.form-group:not(.g-recaptcha)[class*="text_input"],
  form:not(.checkin) div.form-group:not(.g-recaptcha)[class*="telefoonnummer"],
  form:not(.checkin) div.form-group:not(.g-recaptcha)[class*="land"] {
    min-width: calc(100% - 10px);
  }
}
form:not(.checkin) div.form-group:not(.g-recaptcha)[class*="naam"] input,
form:not(.checkin) div.form-group:not(.g-recaptcha)[class*="e_mail"] input,
form:not(.checkin) div.form-group:not(.g-recaptcha)[class*="select"] input,
form:not(.checkin) div.form-group:not(.g-recaptcha)[class*="datum"] input,
form:not(.checkin) div.form-group:not(.g-recaptcha)[class*="text_input"] input,
form:not(.checkin) div.form-group:not(.g-recaptcha)[class*="telefoonnummer"] input,
form:not(.checkin) div.form-group:not(.g-recaptcha)[class*="land"] input,
form:not(.checkin) div.form-group:not(.g-recaptcha)[class*="naam"] select,
form:not(.checkin) div.form-group:not(.g-recaptcha)[class*="e_mail"] select,
form:not(.checkin) div.form-group:not(.g-recaptcha)[class*="select"] select,
form:not(.checkin) div.form-group:not(.g-recaptcha)[class*="datum"] select,
form:not(.checkin) div.form-group:not(.g-recaptcha)[class*="text_input"] select,
form:not(.checkin) div.form-group:not(.g-recaptcha)[class*="telefoonnummer"] select,
form:not(.checkin) div.form-group:not(.g-recaptcha)[class*="land"] select {
  padding: 10px;
  width: 100%;
  min-height: 42px;
}
form:not(.checkin) div.form-group:not(.g-recaptcha)[class*="naam"] .input-group,
form:not(.checkin) div.form-group:not(.g-recaptcha)[class*="e_mail"] .input-group,
form:not(.checkin) div.form-group:not(.g-recaptcha)[class*="select"] .input-group,
form:not(.checkin) div.form-group:not(.g-recaptcha)[class*="datum"] .input-group,
form:not(.checkin) div.form-group:not(.g-recaptcha)[class*="text_input"] .input-group,
form:not(.checkin) div.form-group:not(.g-recaptcha)[class*="telefoonnummer"] .input-group,
form:not(.checkin) div.form-group:not(.g-recaptcha)[class*="land"] .input-group {
  width: 100%;
}
#footer form:not(.checkin) div.form-group:not(.g-recaptcha)[class*="naam"] .input-group-addon,
#footer form:not(.checkin) div.form-group:not(.g-recaptcha)[class*="e_mail"] .input-group-addon,
#footer form:not(.checkin) div.form-group:not(.g-recaptcha)[class*="select"] .input-group-addon,
#footer form:not(.checkin) div.form-group:not(.g-recaptcha)[class*="datum"] .input-group-addon,
#footer form:not(.checkin) div.form-group:not(.g-recaptcha)[class*="text_input"] .input-group-addon,
#footer form:not(.checkin) div.form-group:not(.g-recaptcha)[class*="telefoonnummer"] .input-group-addon,
#footer form:not(.checkin) div.form-group:not(.g-recaptcha)[class*="land"] .input-group-addon {
  display: table-cell;
}
form:not(.checkin) div.form-group:not(.g-recaptcha)[class*="radiobuttons"],
form:not(.checkin) div.form-group:not(.g-recaptcha)[class*="checkbox"] {
  -webkit-flex: 0 1 calc(50% - 10px);
  -ms-flex: 0 1 calc(50% - 10px);
  flex: 0 1 calc(50% - 10px);
  min-width: calc(200px - 10px);
}
form:not(.checkin) div.form-group:not(.g-recaptcha)[class*="radiobuttons"] .checkbox,
form:not(.checkin) div.form-group:not(.g-recaptcha)[class*="checkbox"] .checkbox,
form:not(.checkin) div.form-group:not(.g-recaptcha)[class*="radiobuttons"] .checkbox-inline,
form:not(.checkin) div.form-group:not(.g-recaptcha)[class*="checkbox"] .checkbox-inline,
form:not(.checkin) div.form-group:not(.g-recaptcha)[class*="radiobuttons"] .radio,
form:not(.checkin) div.form-group:not(.g-recaptcha)[class*="checkbox"] .radio,
form:not(.checkin) div.form-group:not(.g-recaptcha)[class*="radiobuttons"] .radio-inline,
form:not(.checkin) div.form-group:not(.g-recaptcha)[class*="checkbox"] .radio-inline {
  margin: 5px 0;
}
form:not(.checkin) div.form-group:not(.g-recaptcha)[class*="radiobuttons"] .checkbox,
form:not(.checkin) div.form-group:not(.g-recaptcha)[class*="checkbox"] .checkbox,
form:not(.checkin) div.form-group:not(.g-recaptcha)[class*="radiobuttons"] .radio,
form:not(.checkin) div.form-group:not(.g-recaptcha)[class*="checkbox"] .radio {
  display: inline-block;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 400px) {
  form:not(.checkin) div.form-group:not(.g-recaptcha)[class*="radiobuttons"],
  form:not(.checkin) div.form-group:not(.g-recaptcha)[class*="checkbox"] {
    min-width: calc(100% - 10px);
  }
}
form:not(.checkin) div.form-group:not(.g-recaptcha).field-dynamicmodel-recaptcha {
  padding-left: 0;
}
form:not(.checkin) div.form-group:not(.g-recaptcha)[class*="opmerkingen"],
form:not(.checkin) div.form-group:not(.g-recaptcha)[class*="textarea"],
form:not(.checkin) div.form-group:not(.g-recaptcha)[class*="privacyverklaring"],
form:not(.checkin) div.form-group:not(.g-recaptcha).field-dynamicmodel-recaptcha {
  -webkit-flex: 0 1 calc(100% - 10px);
  -ms-flex: 0 1 calc(100% - 10px);
  flex: 0 1 calc(100% - 10px);
  margin: 5px;
  width: 100%;
}
form:not(.checkin) div.form-group:not(.g-recaptcha)[class*="opmerkingen"] textarea,
form:not(.checkin) div.form-group:not(.g-recaptcha)[class*="textarea"] textarea,
form:not(.checkin) div.form-group:not(.g-recaptcha)[class*="privacyverklaring"] textarea,
form:not(.checkin) div.form-group:not(.g-recaptcha).field-dynamicmodel-recaptcha textarea {
  width: 100%;
  padding: 10px;
}
form:not(.checkin) div.form-group:not(.g-recaptcha).static {
  -webkit-flex: 0 1 calc(100% - 10px);
  -ms-flex: 0 1 calc(100% - 10px);
  flex: 0 1 calc(100% - 10px);
}
form:not(.checkin) div.form-group:not(.g-recaptcha) label {
  float: unset;
}
form.checkin {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 auto;
}
form.checkin .form-group {
  margin: 0 10px 0 0;
}
@media only screen and (max-width: 1000px) {
  form.checkin .form-group {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    margin: 0 0 5px;
  }
  form.checkin .form-group input:not([type=submit]) {
    width: calc(100% - 10px);
  }
}
form.checkin .form-group input:not([type=submit]) {
  background: rgba(0, 0, 0, 0.4);
  border: solid 2px #ffffff;
  padding: 10px 27px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  outline: none;
  min-width: 270px;
  min-height: 50px;
}
form.checkin .form-group input:not([type=submit])::-webkit-input-placeholder {
  color: #fff;
}
form.checkin .form-group input:not([type=submit]):-moz-placeholder {
  color: #fff;
}
form.checkin .form-group input:not([type=submit])::-moz-placeholder {
  color: #fff;
}
form.checkin .form-group input:not([type=submit]):-ms-input-placeholder {
  color: #fff !important;
}
form.checkin .form-group input:not([type=submit])::-ms-input-placeholder {
  color: #fff;
}
form.checkin .form-group input:not([type=submit])::placeholder {
  color: #fff;
}
form.checkin .form-group input[type=submit] {
  margin: 0;
  padding: 17px 40px;
}
@media only screen and (max-width: 1000px) {
  form.checkin .form-group input[type=submit] {
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 576px) {
  form.checkin .form-group input[type=submit] {
    width: calc(100% - 10px);
  }
}
.content {
  padding: 50px 0;
}
@media only screen and (max-width: 767px) {
  .content {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 767px) {
  .content .img-page-right {
    padding: 0 15px;
  }
}
.button,
input[type=submit],
button[type=submit] {
  padding: 15px 40px;
  margin: 5px 5px 5px 0;
  font-size: 1.5rem;
  border: 1px solid #ddaf6a;
  background: #fff;
  color: #ddaf6a;
  display: inline-block;
  text-align: center;
  width: fit-content;
  cursor: pointer;
  line-height: 1;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  font-weight: bold;
}
.button.xl,
input[type=submit].xl,
button[type=submit].xl {
  font-size: 1.6rem;
  margin: 0 15px 0 0;
}
.button:focus,
input[type=submit]:focus,
button[type=submit]:focus {
  outline: 0;
  outline-offset: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #ddaf6a;
}
.button:hover,
input[type=submit]:hover,
button[type=submit]:hover {
  color: #393939;
  border-color: #393939;
}
.button.center,
input[type=submit].center,
button[type=submit].center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.button.primary,
input[type=submit].primary,
button[type=submit].primary,
.button[type=submit],
input[type=submit][type=submit],
button[type=submit][type=submit] {
  background-color: #ddaf6a;
  color: #fff;
}
.button.primary:hover,
input[type=submit].primary:hover,
button[type=submit].primary:hover,
.button[type=submit]:hover,
input[type=submit][type=submit]:hover,
button[type=submit][type=submit]:hover {
  text-decoration: none;
  background-color: #fff;
  border-color: #ddaf6a;
  color: #ddaf6a;
}
.reference-container {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 50px 0;
}
@media only screen and (min-width: 767px) {
  .reference-container {
    padding: 100px 0;
  }
}
.reference-container .testimonials_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(13, 11, 24, 0.3);
}
.reference-container .reference {
  background: #ffffff;
  padding: 45px 15px;
}
.reference-container .reference .stars {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin: 0 auto 15px;
  justify-content: center;
}
.reference-container .reference .stars .star {
  margin: 0 2px;
  color: #6d6d6d;
}
.reference-container .reference .stars .star.active {
  color: #ddaf6a;
}
.reference-container .reference .title {
  text-align: center;
  font-size: 2.4rem;
  margin: 0 0 15px;
}
.reference-container .reference .content-container {
  text-align: center;
  margin: 0 0 15px;
}
.reference-container .reference .person img {
  border-radius: 100px;
  display: block;
  margin: 0 auto 15px;
}
.reference-container .reference .person p {
  text-align: center;
  font-weight: 600;
  color: #393939;
}
.rooms h2,
.rooms .text {
  text-align: center;
}
.rooms h2.small {
  font-size: 2.4rem;
  text-align: left;
}
@media only screen and (min-width: 767px) {
  .rooms .text ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.rooms .text ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.rooms .text ul li {
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
  color: #333;
  margin-left: 30px;
  display: inline-block;
}
.rooms .text ul li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: -25px;
  color: #ddaf6a;
}
.rooms .text-center a.button {
  display: inline-block;
}
.rooms .rooms-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin: 35px 0;
}
.rooms .rooms-inner .room-item-outer {
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: calc(100%);
  margin: 5px;
}
@media only screen and (min-width: 1000px) {
  .rooms .rooms-inner .room-item-outer {
    -webkit-flex: 1 1 calc(50% - 10px);
    -ms-flex: 1 1 calc(50% - 10px);
    flex: 1 1 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}
.rooms .rooms-inner .room-item-outer .room-item {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 300px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .rooms .rooms-inner .room-item-outer .room-item {
    min-height: 250px;
  }
}
.rooms .rooms-inner .room-item-outer .room-item .room-item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(13, 11, 24, 0.2);
}
.rooms .rooms-inner .room-item-outer .room-item .upper-container {
  position: absolute;
  top: 15px;
  left: 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #393939;
  min-width: 130px;
  height: 36px;
  background: #ffffff;
  text-align: center;
  line-height: 36px;
  font-size: 16px;
  font-weight: 600;
  padding: 0 10px;
}
.rooms .rooms-inner .room-item-outer .room-item .upper-container .price {
  margin: 0 10px;
}
.rooms .rooms-inner .room-item-outer .room-item .upper-container .attributes {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.rooms .rooms-inner .room-item-outer .room-item .upper-container .attributes .attribute {
  margin: 0 10px;
}
.rooms .rooms-inner .room-item-outer .room-item .upper-container .attributes .attribute i {
  color: #ddaf6a;
}
.rooms .rooms-inner .room-item-outer .room-item .left-container {
  position: absolute;
  top: 60px;
  left: 20px;
}
.rooms .rooms-inner .room-item-outer .room-item .left-container .attributes {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.rooms .rooms-inner .room-item-outer .room-item .left-container .attributes .attribute {
  margin: 0 15px 0 0;
  color: #fff;
  font-weight: 600;
  line-height: 1.6;
}
.rooms .rooms-inner .room-item-outer .room-item .left-container .attributes .attribute i {
  color: #fff;
  text-shadow: 2px 1px 5px rgba(0, 0, 0, 0.8);
}
.rooms .rooms-inner .room-item-outer .room-item .button-container {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: calc(100% - 20px);
  text-align: center;
}
.rooms .rooms-inner .room-item-outer .room-item .button-container .button {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0;
}
.room-detail .room-header {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 50vh;
}
@media only screen and (max-width: 1000px) {
  .room-detail .room-header {
    height: 75vh;
  }
}
@media only screen and (max-width: 767px) {
  .room-detail .room-header {
    height: 100vh;
  }
}
.room-detail .room-header .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  height: 50vh;
}
@media only screen and (max-width: 1000px) {
  .room-detail .room-header .container {
    height: 75vh;
  }
}
@media only screen and (max-width: 767px) {
  .room-detail .room-header .container {
    height: 100vh;
  }
}
.room-detail .room-header .container article {
  align-self: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.room-detail .room-header .container article h2 {
  text-align: center;
  width: 100%;
  display: block;
  color: #fff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
}
.room-detail .icons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  font-size: 20px;
  margin-top: 10px;
}
.room-detail .attributes {
  font-size: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  font-weight: 700;
}
@media only screen and (max-width: 1200px) and (min-width: 767px) {
  .room-detail .attributes {
    display: block;
    line-height: 30px;
  }
}
.room-detail .gallerij {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 60px 0;
}
.room-detail .gallerij a {
  -webkit-flex: 0 1 calc(25% - 5px);
  -ms-flex: 0 1 calc(25% - 5px);
  flex: 0 1 calc(25% - 5px);
  margin: 0 0 5px 0;
}
@media only screen and (max-width: 991px) {
  .room-detail .gallerij a {
    -webkit-flex: 0 1 calc(33.33% - 5px);
    -ms-flex: 0 1 calc(33.33% - 5px);
    flex: 0 1 calc(33.33% - 5px);
  }
}
@media only screen and (max-width: 767px) {
  .room-detail .gallerij a {
    -webkit-flex: 0 1 calc(50% - 5px);
    -ms-flex: 0 1 calc(50% - 5px);
    flex: 0 1 calc(50% - 5px);
  }
}
.room-detail .gallerij a img {
  width: 100%;
}
.room-detail .checkin-container {
  padding: 50px 0;
  background: #f3f3f3;
}
.room-detail .checkin-container .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.room-detail .checkin-container .container h2 {
  text-align: center;
  width: 100%;
}
.events-container {
  margin-bottom: 50px;
}
@media only screen and (min-width: 767px) {
  .events-container {
    margin-bottom: 50px;
  }
}
.events-container a:hover .title {
  color: #ddaf6a;
}
.events-container a .event {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 450px;
}
.events-container a .event .inner-event {
  position: absolute;
  bottom: 0;
  padding: 0 25px;
}
.events-container a .event .inner-event .date {
  background: #ddaf6a;
  color: #fff;
  padding: 0 15px;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 10px 0;
}
footer.footer .footer-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin: 50px 0;
}
@media only screen and (max-width: 1000px) {
  footer.footer .footer-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
footer.footer .footer-container .footer-item {
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  min-width: 300px;
}
@media only screen and (min-width: 1000px) {
  footer.footer .footer-container .footer-item {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
footer.footer .footer-container .footer-item:nth-child(3n) {
  min-width: 300px;
}
footer.footer .footer-container .footer-item:nth-child(3n) figure {
  float: right;
  margin: 10px;
}
footer.footer .footer-container .footer-item .title {
  font-size: 1.8rem;
  margin: 0 0 10px 0;
  font-weight: 700;
}
footer.footer .footer-container .footer-item p {
  font-weight: 500;
}
footer.footer .footer-container .footer-item .opening-hours ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer.footer .footer-container .footer-item .opening-hours ul li {
  line-height: 180%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
footer.footer .footer-container .footer-item .opening-hours ul li span.day {
  font-weight: 600;
}
footer.footer .footer-container .footer-item .contact-details ul {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 170%;
  font-weight: 500;
}
footer.footer .footer-container .footer-item .contact-details ul span.bold {
  font-weight: 600;
}
footer.footer .footer-container .footer-item .pull-right {
  float: unset;
}
footer.footer .footer-container .footer-item .social-footer ul {
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  padding-left: 0;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
footer.footer .footer-container .footer-item .social-footer ul li {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
footer.footer .footer-container .footer-item .social-footer ul li a {
  font-size: 20px;
  line-height: 0;
  padding: 7px 10px;
  color: #FFF;
  background-color: #ddaf6a;
  margin: 0px 10px 10px 0px;
  border: 1px solid #FFF;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  display: block;
}
footer.footer .footer-container .footer-item .social-footer ul li a[class*="acebook"] {
  background-color: #3b5998;
}
footer.footer .footer-container .footer-item .social-footer ul li a[class*="witter"] {
  background-color: #00b6f1;
}
footer.footer .footer-container .footer-item .social-footer ul li a[class*="outube"] {
  background-color: #ff0000;
}
footer.footer .footer-container .footer-item .social-footer ul li a[class*="nstagram"] {
  background-color: #c32aa3;
}
footer.footer .footer-container .footer-item .social-footer ul li a[class*="inkedin"] {
  background-color: #007bb6;
}
footer.footer .footer-container .footer-item .social-footer ul li a:hover {
  color: #ddaf6a;
  background-color: #FFF;
  border: 1px solid #ddaf6a;
}
@media only screen and (min-width: 991px) {
  footer.footer .footer-container .footer-item .pull-right {
    float: left;
  }
}
