body {
  color: #313131;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  line-height: 26px;
}

h1 {
  color: #897043;
  margin-top: auto;
  margin-bottom: 25px;
  font-family: Arsenal, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

h2 {
  color: #897043;
  margin-top: auto;
  margin-bottom: 25px;
  font-family: Arsenal, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  color: #897043;
  margin-top: auto;
  margin-bottom: 25px;
  font-size: 21px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  color: #897043;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 25px;
}

a {
  color: #897043;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

.frontpage {
  overflow: scroll;
}

.header {
  z-index: 99;
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
}

.container {
  width: 1350px;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.container.small {
  width: 750px;
  max-width: 50%;
  padding-top: 0;
  padding-bottom: 0;
}

.container.small.relative {
  position: relative;
}

.logo {
  width: 190px;
  min-height: 60px;
  float: left;
  margin-top: -20px;
  position: relative;
}

.logo:focus {
  outline-offset: 0px;
  outline: 3px solid #fff;
}

.hero {
  justify-content: center;
  display: flex;
  position: relative;
}

.hero-image {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: 50% 50%;
}

.hero-gradient {
  background-image: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .2) 20%, rgba(0, 0, 0, .1) 40%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.border {
  z-index: 9;
  border: 1px solid #897043;
  position: fixed;
  top: 9px;
  bottom: 9px;
  left: 9px;
  right: 9px;
}

.border.front {
  position: absolute;
}

.language-list {
  color: #fff;
  text-align: right;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Arsenal, sans-serif;
  font-size: 13px;
  list-style-type: none;
  position: relative;
}

.language-item {
  display: inline-block;
}

.language-link {
  color: #fff;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  padding-left: 3px;
  padding-right: 3px;
  text-decoration: none;
}

.language-link:hover {
  border-bottom-color: #fff;
}

.language-link.active {
  color: rgba(255, 255, 255, .25);
}

.language-link.active:hover {
  border-bottom-color: #454545;
}

.top-nav {
  z-index: 9;
  float: right;
  font-family: Arsenal, sans-serif;
  display: flex;
  position: relative;
}

.topnav-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.topnav-item {
  z-index: 8;
  float: left;
  display: inline-block;
  position: relative;
}

.topnav-link {
  color: #fff;
  text-transform: uppercase;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  margin: 12px 15px;
  line-height: 22px;
  text-decoration: none;
  display: inline-block;
}

.topnav-link:hover {
  border-bottom-color: #fff;
}

.menu-button {
  z-index: 999;
  width: 46px;
  height: 46px;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  cursor: pointer;
  flex-flow: column wrap;
  align-content: center;
  justify-content: center;
  align-items: flex-end;
  margin-left: 25px;
  padding: 5px;
  display: flex;
  position: relative;
}

.menu-button-middle-line {
  width: 36px;
  height: 1px;
  background-color: #fff;
}

.hero-content {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-heading {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
  margin-bottom: auto;
  font-size: 60px;
  font-weight: 400;
  line-height: 66px;
  position: relative;
}

.hero-container {
  z-index: 9;
  width: 500px;
  max-width: 100%;
  text-align: center;
  position: relative;
}

.button {
  min-width: 160px;
  background-color: #897043;
  border: 2px solid #897043;
  border-radius: 5px;
  padding: 5px 25px;
  font-family: Arsenal, sans-serif;
}

.button:hover {
  color: #897043;
  background-color: #fff;
}

.button.large {
  text-transform: uppercase;
  border-color: #fff;
  padding: 10px 45px;
  font-size: 21px;
  line-height: 30px;
}

.button.large.top-margin {
  margin-top: 30px;
}

.button.large.booking {
  z-index: 10;
  margin-top: 20px;
  display: none;
}

.button.block {
  width: 100%;
  display: block;
}

.lhw {
  z-index: 9;
  padding: 5px;
  position: absolute;
  bottom: 50px;
  right: 50px;
}

.main-nav {
  z-index: 10;
  width: 100%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: scroll;
}

.overlay {
  background-color: rgba(0, 0, 0, .82);
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-container {
  z-index: 10;
  width: 1350px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 15px 40px;
  position: relative;
}

.nav-header {
  margin-top: 26px;
  position: relative;
}

.nav-body {
  padding: 70px 100px;
}

.nav-list {
  max-width: 450px;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Arsenal, sans-serif;
  list-style-type: none;
}

.nav-link {
  color: #fff;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 40px;
  text-decoration: none;
  display: inline-block;
}

.nav-link:hover {
  border-bottom-color: #fff;
}

.subnav-list {
  margin-top: 50px;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Arsenal, sans-serif;
  list-style-type: none;
}

.subnav-link {
  color: #fff;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
}

.subnav-link:hover {
  border-bottom-color: #fff;
}

.front-articles {
  background-color: #fff;
  flex-wrap: wrap;
  display: flex;
}

.front-article {
  height: 50vh;
  min-width: 33%;
  color: #fff;
  background-color: #000;
  flex: 1;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.front-article.margin {
  margin: 5px;
}

.front-article.no-image {
  height: 140px;
  justify-content: center;
  align-items: center;
  margin: 5px;
  display: flex;
}

.front-article.no-image:hover {
  background-color: #897043;
}

.front-aticle-text {
  text-align: center;
  background-color: rgba(0, 0, 0, .55);
  padding: 20px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.front-aticle-text.nav {
  min-height: 120px;
}

.front-aticle-text.no-image {
  background-color: rgba(0, 0, 0, 0);
  bottom: auto;
}

.front-article-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
}

.front-article-heading {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 24px;
}

.front-article-text {
  margin-bottom: 0;
  font-family: Arsenal, sans-serif;
}

.columns-flex {
  flex-flow: wrap;
  display: flex;
}

.columns-flex.center {
  align-items: center;
}

.bottom-article {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.bottom-article-image {
  float: right;
  position: relative;
}

.bottom-article-border {
  border: 1px solid #897043;
  position: absolute;
  top: 15px;
  bottom: -15px;
  left: 15px;
  right: -15px;
}

.bottom-article-image-wrapper {
  max-width: 550px;
  float: right;
  position: relative;
}

.bottom-article-heading {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 45px;
}

.footer {
  color: #fff;
  background-color: #1b3546;
  padding-top: 100px;
  padding-bottom: 30px;
  font-size: 16px;
}

.content.no-hero {
  border-top: 150px solid #000;
}

.footer-link {
  color: #fff;
  display: inline-block;
}

.footer-link:hover {
  text-decoration: none;
}

.some-list {
  margin-bottom: 15px;
  margin-right: -5px;
  padding-left: 0;
  display: inline-block;
}

.some-item {
  float: left;
  list-style-type: none;
}

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

.some-link {
  border-radius: 50%;
  margin: 5px;
  display: block;
}

.some-link:hover, .some-link:focus {
  background-color: rgba(255, 255, 255, .25);
}

.some-icon {
  width: 40px;
}

.footer-logos {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-logos-link {
  margin: 20px;
}

.footer-logos-img {
  width: 100%;
  max-width: 190px;
}

.footer-logos-img.small {
  max-width: 160px;
}

.close-button-text {
  text-align: center;
  font-size: 14px;
  display: none;
  position: absolute;
  top: 35px;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.menu-button-top-line {
  width: 36px;
  height: 1px;
  background-color: #fff;
}

.menu-button-bottom-line {
  width: 24px;
  height: 1px;
  background-color: #fff;
}

.column {
  order: 1;
}

.menu-button-text {
  text-align: center;
  font-size: 14px;
  display: none;
  position: absolute;
  top: 35px;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.hero-see-more {
  z-index: 9;
  width: 100px;
  height: 85px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Arsenal, sans-serif;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 30px;
  left: auto;
  right: auto;
}

.hero-see-more-arrow {
  width: 30px;
  height: 30px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.hero-see-more-text {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 20px;
  display: none;
}

.hero-article-image {
  width: 100%;
  height: 50vh;
  object-fit: cover;
  object-position: 50% 50%;
}

.main {
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}

.ingress {
  font-size: 21px;
  line-height: 30px;
}

.hero-slider {
  z-index: 9;
  height: 50vh;
  flex: 1;
}

.hero-slider-arrow {
  z-index: 20;
  opacity: .5;
  top: 40%;
  bottom: 40%;
}

.hero-slider-arrow:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, .25);
}

.slide-nav {
  top: auto;
  bottom: 15px;
  left: auto;
  right: 20px;
}

.image-nav {
  flex-wrap: wrap;
  margin-top: 20px;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.image-nav-item {
  height: 10%;
  min-width: 50%;
  flex: 1;
  overflow: hidden;
}

.image-nav-item.small {
  width: 33.33%;
  min-width: 33.33%;
  float: left;
  flex: none;
}

.image-gallery {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-gallery-item {
  height: 250px;
  background-color: #313131;
  overflow: hidden;
}

.image-gallery-item:focus {
  opacity: .5;
}

.image-gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.password-wrapper {
  z-index: 999;
  opacity: 0;
  background-color: rgba(49, 49, 49, .9);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.password-content {
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  padding: 40px;
  position: relative;
}

.close-button {
  z-index: 9999;
  width: 40px;
  height: 40px;
  cursor: pointer;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -40px;
  bottom: auto;
  left: auto;
  right: -40px;
}

.close-button-line {
  width: 30px;
  height: 3px;
  background-color: #fff;
  margin-bottom: -2px;
  transform: rotate(45deg);
}

.close-button-line.bottom {
  margin-top: -1px;
  margin-bottom: 0;
  transform: rotate(-45deg);
}

.uu-link {
  z-index: 999;
  height: 40px;
  color: #fff;
  background-color: #897043;
  border-radius: 5px;
  margin: 15px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 40px;
  text-decoration: none;
  position: absolute;
  top: -100px;
}

.uu-link:focus {
  top: auto;
}

.footer-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arsenal, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.logo-symbol {
  height: 95px;
}

.logo-text {
  width: 166px;
  position: absolute;
  bottom: 0;
  left: 24px;
}

.employees {
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.employees-text {
  color: #fff;
  text-align: center;
  background-color: #897043;
  padding: 20px 20px 10px;
}

.employee-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 24px;
}

.employee-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.white-link {
  color: #fff;
}

.employee-paragraph {
  margin-bottom: 19px;
  font-family: Arsenal, sans-serif;
}

.employee-item {
  width: 25%;
  float: left;
  flex: 1;
  overflow: hidden;
}

.employee-wrapper {
  margin: 5px;
}

.nav-sublist {
  height: 0;
  margin-bottom: 0;
  margin-left: 50px;
  padding-left: 0;
  font-family: Arsenal, sans-serif;
  list-style-type: none;
  overflow: hidden;
}

.nav-sublink {
  color: #fff;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 30px;
  text-decoration: none;
  display: inline-block;
}

.nav-sublink:hover {
  border-bottom-color: #fff;
}

.subnav-button {
  width: 40px;
  height: 40px;
  float: right;
  cursor: pointer;
  border-radius: 50px;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.subnav-button:hover {
  background-color: rgba(255, 255, 255, .2);
}

.subnav-button-line {
  width: 28px;
  height: 1px;
  background-color: #fff;
  margin-bottom: -1px;
}

.subnav-button-line.bottom {
  margin-top: -1px;
  margin-bottom: 0;
  transform: rotate(90deg);
}

.list-item {
  position: relative;
}

.list-link {
  color: #fff;
}

.booking-border {
  border: 1px solid #897043;
  position: absolute;
  top: 9px;
  bottom: 9px;
  left: 9px;
  right: 9px;
}

.booking-box {
  width: 1350px;
  max-width: 100%;
  color: #fff;
  background-color: #1b3546;
  margin-bottom: 30px;
  padding: 14px 10px 20px;
  position: relative;
}

.booking-box.small {
  width: 750px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.booking-box.small.light {
  padding-top: 14px;
  padding-bottom: 20px;
}

.booking-box.light {
  color: #897043;
  background-color: rgba(137, 112, 67, .05);
}

.booking-box.light.absolute {
  width: 235px;
  padding-bottom: 30px;
  position: absolute;
  top: -40px;
  left: -255px;
  right: auto;
}

.booking-button {
  min-width: 160px;
  color: #897043;
  text-align: center;
  background-color: #fff;
  border: 2px solid #897043;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 0;
  font-family: Arsenal, sans-serif;
  font-size: 21px;
  line-height: 30px;
}

.booking-button:hover {
  color: #fff;
  background-color: #897043;
}

.price {
  color: #fff;
  background-color: #897043;
  border-right: 2px solid #fff;
  padding: 10px 45px;
  display: inline-block;
}

.text {
  margin: 10px 25px;
  display: inline-block;
}

.form-block {
  margin-bottom: 0;
  position: relative;
}

.field-wrapper {
  min-width: 120px;
  flex: 1;
  padding: 5px 20px 0;
}

.field-wrapper.text-area {
  text-align: center;
  border-right: 1px solid #897043;
}

.field-wrapper.text-area.right {
  border-bottom: 1px solid #897043;
  border-right-style: none;
  margin-bottom: 5px;
  padding-top: 5px;
}

.form {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.field {
  height: 50px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  margin-bottom: 0;
}

.field::-ms-input-placeholder {
  color: #fff;
}

.field::placeholder {
  color: #fff;
}

.field.dark {
  height: 36px;
  color: #313131;
  border: 1px solid #897043;
  padding-top: 0;
  padding-bottom: 0;
}

.field.dark::-ms-input-placeholder {
  color: #313131;
}

.field.dark::placeholder {
  color: #313131;
}

.label {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Arsenal, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
}

.booking-title {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}

.booking-title.dark {
  color: #897043;
}

.booking-form-button {
  width: 100%;
  height: 40px;
  background-color: #897043;
  border: 2px solid #897043;
  border-radius: 5px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Arsenal, sans-serif;
}

.booking-form-button:hover {
  color: #897043;
  background-color: #fff;
}

.booking-text {
  margin-bottom: 7px;
  font-size: 15px;
  font-weight: 300;
}

@media screen and (max-width: 991px) {
  .container.small {
    max-width: 100%;
  }

  .logo {
    width: 150px;
    margin-top: -25px;
  }

  .topnav-list {
    display: none;
  }

  .hero-container {
    width: 100%;
  }

  .button.large.booking {
    display: inline-block;
  }

  .nav-body {
    padding: 40px 70px;
  }

  .nav-link {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .subnav-list {
    margin-top: 30px;
  }

  .subnav-link {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .front-articles {
    padding-top: 20px;
  }

  .front-article {
    min-width: 50%;
  }

  .main {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .image-nav-item.small {
    min-width: 50%;
  }

  .image-gallery {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .logo-symbol {
    display: none;
  }

  .employee-item {
    width: 50%;
  }

  .nav-sublink {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .booking-box.light.absolute {
    width: 1350px;
    display: none;
    position: relative;
    top: auto;
    left: auto;
  }

  .field-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .field-wrapper.text-area {
    min-width: 100%;
    border-bottom: 1px solid #897043;
    border-right-style: none;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding-bottom: 0;
  }

  .hero-heading {
    font-size: 40px;
    line-height: 45px;
  }

  .lhw {
    bottom: 15%;
    right: auto;
  }

  .nav-body {
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-list {
    max-width: 340px;
  }

  .nav-link {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 25px;
    line-height: 25px;
  }

  .subnav-link {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 17px;
    line-height: 17px;
  }

  .front-article.margin {
    height: 30vh;
  }

  .bottom-article-heading {
    margin-top: 70px;
  }

  .footer {
    text-align: center;
  }

  .content {
    overflow: hidden;
  }

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

  .column {
    order: 0;
  }

  .hero-article-image, .hero-slider {
    height: 40vh;
    min-height: 300px;
  }

  .hero-slider-arrow {
    opacity: 0;
  }

  .image-gallery {
    grid-template-columns: 1fr 1fr;
  }

  .employee-heading {
    font-size: 21px;
  }

  .nav-sublink {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 25px;
    line-height: 25px;
  }

  .subnav-button {
    width: 28px;
    height: 28px;
    margin-top: 8px;
  }

  .subnav-button-line {
    width: 20px;
  }
}

@media screen and (max-width: 479px) {
  .hero-gradient {
    background-image: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .2) 70%, rgba(0, 0, 0, .1));
  }

  .hero-heading {
    font-size: 32px;
    line-height: 36px;
  }

  .nav-body {
    padding: 10px;
  }

  .front-article {
    min-width: 100%;
  }

  .footer-logos {
    flex-direction: column;
  }

  .hero-see-more {
    display: none;
  }

  .image-nav-item, .image-nav-item.small {
    min-width: 100%;
  }

  .image-gallery-item {
    height: 150px;
  }

  .close-button {
    right: 0;
  }

  .logo-text {
    top: 10px;
    bottom: auto;
    left: 10px;
  }

  .employee-item {
    min-width: 100%;
  }
}


