@font-face {
  font-family: "Romie";
  src: url("fonts/c513badec78efdbe6aefd6c75b87cfef.eot");
  src: url("fonts/c513badec78efdbe6aefd6c75b87cfef.eot?#iefix") format("embedded-opentype"), url("fonts/c513badec78efdbe6aefd6c75b87cfef.woff2") format("woff2"), url("fonts/c513badec78efdbe6aefd6c75b87cfef.woff") format("woff"), url("fonts/c513badec78efdbe6aefd6c75b87cfef.ttf") format("truetype"), url("fonts/c513badec78efdbe6aefd6c75b87cfef.svg#.") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rework Reg";
  src: url("fonts/Rework-Regular.eot");
  src: url("fonts/Rework-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Rework-Regular.woff2") format("woff2"), url("fonts/Rework-Regular.woff") format("woff"), url("fonts/Rework-Regular.ttf") format("truetype"), url("fonts/Rework-Regular.svg#Rework-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rework Bold";
  src: url("fonts/Rework-Bold.eot");
  src: url("fonts/Rework-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Rework-Bold.woff2") format("woff2"), url("fonts/Rework-Bold.woff") format("woff"), url("fonts/Rework-Bold.ttf") format("truetype"), url("fonts/Rework-Bold.svg#Rework-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Variables
 ================================================== */
/* Reset
 ================================================== */
* {
  margin: 0;
  padding: 0;
}

/* set stuff */
html,
body {
  overflow-x: hidden;
}

body {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  background-color: white;
  margin-top: -25px;
}

html {
  width: 100%;
  height: 100%;
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Custom styles
 ================================================== */
.logo-link {
  position: relative;
}

.logo-link a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-decoration: none;
  z-index: 10;
  background-color: #FFF;
  opacity: 0;
  filter: alpha(opacity=1);
}

h1, h2, h3, h4 {
  line-height: 1.2;
  display: block;
  font-weight: normal;
  margin: 0 0;
}

/* Amenities Image 
================================================== */
#location {
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  margin-bottom: 0;
  border-bottom: 1px solid black;
}
#location img {
  width: 100%;
}
/* Compressed Nav
 ================================================== */
.navbar-fixed-top {
  top: 0;
}

.navbar-fixed-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.navbar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar {
  color: white;
  transition: all 0.6s ease;
  padding: 50px 0;
}
.navbar .hide {
  display: none;
}
.navbar .row {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .navbar {
    padding: 30px 0;
  }
}
@media screen and (max-width: 992px) {
  .navbar .inspect {
    padding: 15px 40px;
  }
}
@media screen and (max-width: 767px) {
  .navbar {
    padding: 15px 0 30px;
  }
  .navbar .row {
    margin-left: 0;
    margin-right: 0;
  }
  .navbar .inspect {
    padding: 15px 30px;
  }
}

.navbar a {
  color: #fff !important;
}

.navbar button {
  color: inherit !important;
}

.navbar.compressed {
  background: linear-gradient(90deg, #222 -45.28%, #00162e 61.24%) !important;
  padding: 10px 0;
  width: 100% !important;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .navbar.compressed {
    padding: 10px 0;
  }
}

.project-logo-standard {
  width: 100%;
  height: 130px;
  margin: 0 0;
  background: url(../images/project-logo-white.svg) center center no-repeat;
  background-size: contain;
}
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  .project-logo-standard {
    height: 110px;
  }
}
@media screen and (max-width: 1024px) {
  .project-logo-standard {
    height: 90px;
  }
}
@media screen and (max-width: 992px) {
  .project-logo-standard {
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .project-logo-standard {
    height: 55px;
  }
}

.project-logo-compressed {
  width: 150px;
  height: 40px;
  display: inline-block;
  background: url(../images/project-logo-white.svg) left center no-repeat;
  margin: 0 0;
  background-size: contain;
}
@media screen and (max-width: 1024px) {
  .project-logo-compressed {
    height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .project-logo-compressed {
    background-position: left center;
    width: 180px;
    height: 40px;
    margin: 0 0 0 -15px;
  }
}
@media screen and (max-width: 360px) {
  .project-logo-compressed {
    width: 110px;
    height: 25px;
  }
}

#hidden-button {
  margin: 0 -30px 0 0;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #00162e;
  font-size: 1rem;
  padding: 1rem 3rem;
  transition: all 0.6s ease;
  text-align: center;
  line-height: 1;
  background: #E4C2C1;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 1px solid #E4C2C1;
}
@media screen and (max-width: 1024px) {
  #hidden-button {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  #hidden-button {
    margin: 18px auto 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #hidden-button {
    width: auto;
    font-size: 12px;
    padding: 14px 20px;
    margin: 0 -10px 0 0;
  }
}
@media screen and (max-width: 375px) {
  #hidden-button {
    width: auto;
    padding: 14px 16px;
    margin: 0 -10px 0 0;
  }
}

.navbar a {
  color: #fff !important;
}

.navbar .button {
  color: inherit !important;
}

/* Header Section
 ================================================== */
#header {
  width: 100%;
  margin: 0px 0 0 0;
  padding: 60vh 0 30px;
  position: relative;
}
@supports (background-image: url("../images/header-desktop.webp")) {
  #header {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, transparent 40%), url(../images/header-desktop.jpg) center center no-repeat, url("../images/header-desktop.webp") center center no-repeat, url("../images/header-desktop-lowres.webp") center center no-repeat;
    background-size: cover, cover;
  }
}
#header .section-header {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: normal;
  color: white;
  font-size: 4rem;
  margin: 0;
  padding: 0 0px 2rem;
  line-height: 1.1;
  text-align: left;
}
#header .section-header span {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: italic;
}
#header .section-intro {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  line-height: auto;
  color: white;
  font-size: 1.25rem;
  padding: 0 0;
  margin: 0 0;
}
@media screen and (max-width: 1024px) {
  #header .section-intro {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1024px) {
  #header .section-intro {
    font-size: 1.125rem;
  }
}
#header .artist-impression {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
#header .artist-impression p {
  font-family: Arial, sans-serif;
  font-size: 0.5rem;
  color: rgba(255, 255, 255, 0.7);
  font-style: italic;
  margin: 0 0;
  text-align: right;
}
#header .mob-header {
  display: none;
}
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  #header {
    padding: 60vh 0 30px;
  }
  @supports (background-image: url("../images/header-desktop.webp")) {
    #header {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, transparent 40%), url(../images/header-desktop.jpg) center center no-repeat, url("../images/header-desktop.webp") center center no-repeat, url("../images/header-desktop-lowres.webp") center center no-repeat;
      background-size: cover, cover;
    }
  }
}
@media screen and (max-width: 1024px) {
  #header {
    padding: 400px 0 30px;
  }
  @supports (background-image: url("../images/header-tablet-landscape.webp")) {
    #header {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, transparent 60%), url(../images/header-tablet-landscape.jpg) center center no-repeat, url("../images/header-tablet-landscape.webp") center center no-repeat, url("../images/header-desktop-lowres.webp") center center no-repeat;
      background-size: cover, cover;
    }
  }
  #header .section-header {
    font-size: 3.25rem;
  }
  #header .artist-impression {
    left: 50px;
    bottom: 15px;
  }
  #header .artist-impression p {
    color: rgba(255, 255, 255, 0.7);
    margin: 0 0;
    text-align: left;
  }
}
@media screen and (max-width: 992px) {
  #header {
    padding: 440px 0 30px;
  }
  @supports (background-image: url("../images/header-tablet-portrait.webp")) {
    #header {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, transparent 60%), url(../images/header-tablet-portrait.jpg) left center no-repeat, url("../images/header-tablet-portrait.webp") center center no-repeat, url("../images/header-desktop-lowres.webp") left center no-repeat;
      background-size: cover, cover;
    }
  }
  #header .section-header {
    font-size: 2.25rem;
    padding: 0 0px 1rem;
  }
  #header .artist-impression {
    left: 38px;
    bottom: 10px;
  }
  #header .artist-impression p {
    color: rgba(255, 255, 255, 0.7);
    margin: 0 0;
  }
}
@media screen and (max-width: 767px) {
  #header {
    margin: 0px 0 0 0;
    padding: 0 0 1.5rem;
    background: #00162e;
    background-size: 100% auto !important;
    text-align: center;
  }
  #header .section-header {
    padding: 0 0rem 1rem;
    font-size: 2.25rem;
    text-align: center;
  }
  #header .mob-header {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, transparent 90%), url(../images/header-mob.jpg) center top no-repeat;
    background-size: cover, cover;
    width: 100%;
    height: 320px;
    margin: 0 0 25px;
    display: block;
  }
  #header .artist-impression {
    left: 20px;
    top: 265px;
  }
  #header .artist-impression p {
    color: rgba(255, 255, 255, 0.7);
    margin: 0 0;
    text-align: left;
  }
}
/* Section 1
 ================================================== */
#section-1 {
  width: 100%;
  padding: 50px 0;
  background: #00162e;
  background-size: 70%;
  position: relative;
}
#section-1 .cta {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.125rem;
  margin: 0 0 1rem 0;
  letter-spacing: 1px;
  background: linear-gradient(90deg, #a28461 36.29%, #ffd14c 49.62%, #a28461 64.29%) !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text !important;
  color: rgba(0, 0, 0, 0) !important;
  display: inline-block;
  -moz-background-clip: text;
  -moz-text-fill-color: rgba(0, 0, 0, 0);
}
#section-1 .section-header {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.2;
  color: #BC9C89;
  font-size: 2rem;
  padding: 0px 0 1rem 0;
  margin: 0 0;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  #section-1 .section-header {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 992px) {
  #section-1 .section-header {
    font-size: 1.75rem;
  }
}
#section-1 .section-subheader {
  line-height: 1.4;
  font-family: "berthold-baskerville-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: auto;
  color: white;
  font-size: 1.25rem;
  padding: 0 0;
  margin: 0 0 0;
}
#section-1 .section-subheader:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  #section-1 .section-subheader {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  #section-1 {
    padding: 30px 0;
  }
  #section-1 .section-header {
    font-size: 1.75rem;
    padding: 0px 3rem 1rem 0;
  }
  #section-1 .section-subheader {
    padding: 0px 2rem 10px 0;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 992px) {
  #section-1 .section-header {
    font-size: 1.5rem;
    padding: 0px 4rem 1rem 0px;
  }
  #section-1 .section-subheader {
    font-size: 1rem;
    padding: 0px 4rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  #section-1 {
    padding: 0 0 1.5rem 0;
    text-align: center;
    background: #00162e;
  }
  #section-1 .section-header {
    font-size: 1.75rem;
    padding: 0px 0 0 0;
  }
  #section-1 .section-subheader {
    padding: 0px 1rem 0 1rem;
  }
}
@media screen and (max-width: 360px) {
  #section-1 {
    padding: 0px 0 30px;
  }
  #section-1 .section-header {
    padding: 0px 0px 1rem 0px;
  }
}

/* form stuff */
#formcontent {
  background: white;
  border: none;
  width: 100%;
  padding: 20px 0 15px 0;
  margin: 0px 0 -200px 0;
  z-index: 100;
  -webkit-box-shadow: 0 0 45px 0 rgba(34, 34, 34, 0.3);
  box-shadow: 0 0 45px 0 rgba(34, 34, 34, 0.3);
  transition: all 0.6s ease;
  min-height: 180px;
  position: relative;
}
#formcontent #register {
  padding: 0 24px;
}
#formcontent .section-header {
  text-align: center;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.2;
  color: #000;
  font-size: 2.5rem;
  padding: 10px 0 5px 0px;
  margin: 0 0;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  #formcontent .section-header {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 992px) {
  #formcontent .section-header {
    font-size: 1.75rem;
  }
}
#formcontent .subtitle {
  text-align: center;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  line-height: auto;
  color: #000;
  font-size: 1rem;
  padding: 0 0 10px 0;
  margin: 0 0;
}
@media screen and (max-width: 1024px) {
  #formcontent .subtitle {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1024px) {
  #formcontent .subtitle {
    font-size: 1.125rem;
  }
}
#formcontent:hover {
  -webkit-box-shadow: 0 0 44px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 44px 0 rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 1024px) {
  #formcontent {
    margin: 0 0 -170px 0;
  }
  #formcontent #register {
    padding: 0 0.5rem;
  }
  #formcontent .section-header {
    font-size: 2rem;
    padding: 10px 0 5px 0px;
  }
  #formcontent .subtitle {
    font-size: 0.875rem;
    padding: 0 0 10px 0px;
  }
}
@media screen and (max-width: 992px) {
  #formcontent {
    margin: 0 0 -200px 0;
    padding: 10px 0 15px 0;
  }
  #formcontent .section-header {
    font-size: 1.875rem;
    padding: 10px 0 5px 0px;
  }
  #formcontent .subtitle {
    font-size: 0.875rem;
    padding: 0 0 10px 0px;
  }
}
@media screen and (max-width: 767px) {
  #formcontent {
    margin: 1.5rem auto 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #formcontent:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #formcontent .section-header {
    font-size: 2rem;
    padding: 10px 0 5px 0px;
    background: none;
  }
  #formcontent .subtitle {
    font-size: 1rem;
  }
}

.name-wrapper {
  height: 60px;
}
.name-wrapper .first-name, .name-wrapper .last-name {
  width: 47%;
}
.name-wrapper .first-name {
  float: left;
}
.name-wrapper .last-name {
  float: right;
}
@media screen and (max-width: 992px) {
  .name-wrapper {
    height: 50px;
  }
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

label {
  width: auto;
}

#thankyou1,
#sorry1 {
  display: none;
  color: #000000;
  padding: 0 1rem;
  font-size: 16px;
  text-align: center;
  height: 100px;
}
#thankyou1 .button,
#sorry1 .button {
  margin: 1rem auto 0 auto;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #00162e;
  font-size: 1rem;
  padding: 1rem 3rem;
  transition: all 0.6s ease;
  text-align: center;
  line-height: 1;
  background: #E4C2C1;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 1px solid #E4C2C1;
}
@media screen and (max-width: 1024px) {
  #thankyou1 .button,
  #sorry1 .button {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  #thankyou1 .button,
  #sorry1 .button {
    margin: 18px auto 0 auto;
  }
}

#jpform {
  height: 295px;
}

/* infield label */
form,
fieldset {
  padding: 0;
  margin: 0;
  border: none;
}

fieldset {
  padding: 0px 24px 20px;
}
@media screen and (max-width: 1024px) {
  fieldset {
    padding: 0px 20px 20px;
  }
}
@media screen and (max-width: 992px) {
  fieldset {
    padding: 0px 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  fieldset {
    padding: 0 30px 20px 30px;
  }
}

input,
label,
a.selectbox-link span.selectbox-link-text {
  font-size: 0.875rem;
  color: #000;
  font-family: "berthold-baskerville-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 992px) {
  input,
  label,
  a.selectbox-link span.selectbox-link-text {
    font-size: 0.75rem;
  }
}

a.selectbox-link {
  width: 100%;
  height: 47px;
  margin: 5px 0 0px 0;
  background-color: black;
  position: relative;
  z-index: 10;
  border-radius: 0;
  padding: 9px 0 0 13px;
  text-align: left;
}

a.selectbox-link span.selectbox-link-icon,
span.selectbox-disabled span.selectbox-link-icon {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: transparent;
  background-image: #000;
  border-left: 0 solid #A8873E;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px;
  text-transform: uppercase;
}

a.selectbox-link span.selectbox-link-icon span,
span.selectbox-disabled span.selectbox-link-icon span {
  background: url(../images/custom-dropdown.png) no-repeat -31px -37px;
  display: block;
  width: 100%;
  height: 100%;
}

input {
  width: 100%;
  height: 47px;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  margin: 0px 0 15px 0px;
  padding: 0 0 0 0.75rem;
  background: none;
  box-shadow: none;
  border-radius: 0px;
  color: black;
}
input:hover, input:focus {
  outline: none !important;
  box-shadow: none;
}
@media screen and (max-width: 992px) {
  input {
    margin: 0px 0 10px 0px;
    height: 40px;
  }
}

form p {
  position: relative;
  margin: 1px 0;
}

form p label {
  position: absolute;
  top: 6px;
  left: 12px;
}
@media screen and (max-width: 992px) {
  form p label {
    top: 6px;
  }
}

form p br {
  display: none;
}

form fieldset p label {
  width: 100%;
  display: block;
  font-size: 0.875rem;
  text-align: left;
  color: black;
}
label.infield {
  margin: 5px 0 0 0;
  color: grey;
}

label.error {
  margin: 6px 0 0 0;
  padding: 0 0 0 4px;
  background-color: white;
}

.button-link {
  width: 100%;
  height: 60px;
  margin: 10px 0 25px 0;
  padding: 10px 0;
  cursor: pointer;
  transition: all 0.6s ease;
  text-align: center;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #00162e;
  font-size: 1rem;
  padding: 1rem 3rem;
  transition: all 0.6s ease;
  text-align: center;
  line-height: 1;
  background: #E4C2C1;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 1px solid #E4C2C1;
}
@media screen and (max-width: 1024px) {
  .button-link {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .button-link {
    margin: 18px auto 0 auto;
  }
}
@media screen and (max-width: 992px) {
  .button-link {
    height: 50px;
    margin: 10px 0 1rem 0;
  }
}

.button-link span.msg,
.button-link span#msg {
  text-align: left;
  padding: 3px;
  font-size: 1.25rem;
}
@media screen and (max-width: 992px) {
  .button-link span.msg,
  .button-link span#msg {
    font-size: 1.25rem;
    margin: 0 0;
  }
}

#loadingbtn,
#thankyou {
  display: none;
}

/* Privacy Policy */
.privacy-policy,
p.privacy-policy,
a.policy-link,
a:hover.policy-link,
#privacy-policy,
#privacy-policy-2 {
  color: black;
}

.privacy-policy {
  font-size: 0.75rem;
  color: black;
}

p.privacy-policy {
  font-size: 8px !important;
  margin: 0px 0 0px;
  line-height: 12px;
  background: url(../images/lock.png) top left no-repeat;
  background-size: 8px;
  padding-left: 15px;
  color: black;
}

a.policy-link {
  text-decoration: underline;
  color: black;
}

a:hover.policy-link {
  text-decoration: none;
  color: black;
}

#privacy-policy,
#privacy-policy-2 {
  display: none;
  font-size: 9px;
}

/* Fancy drop down select styling :*/
input,
textarea,
select,
.uneditable-input {
  border-radius: 0px !important;
}

a.selectbox-link {
  width: 100%;
  float: left;
  height: 47px;
  border: 0;
  border-bottom: 1px solid black;
  background-image: none;
  border-radius: 0px !important;
  margin: 10px 0 5px 0;
  background-color: white !important;
  position: relative;
  z-index: 100;
}

select {
  border: none;
  border-radius: 0px !important;
  border-bottom: 1px solid black;
  width: 100%;
  font-weight: 500;
  height: 47px;
  color: black;
  font-size: 1rem;
  text-transform: uppercase;
  background: black;
}

option {
  font-weight: 500;
  color: black;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-family: "berthold-baskerville-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.select-selected {
  background-color: black;
  transition: all 0.6s ease;
  border-top: none !important;
  border-radius: 0;
  color: black;
  border-bottom: 1px solid black;
  font-weight: 500;
  font-size: 0.75rem;
  font-family: "berthold-baskerville-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.select-selected:hover {
  border-bottom: 1px solid black;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 22px;
  right: 10px;
  width: 0;
  height: 0;
  border-radius: 0px !important;
  border: 6px solid transparent;
  border-color: black transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent black transparent;
  top: 12px;
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
  color: black;
  padding: 12px 12px 12px 0.75rem;
  border: none;
  border-bottom: 1px solid black;
  border-radius: 0;
  cursor: pointer;
  font-size: 1rem;
  text-transform: uppercase;
}

.select-selected {
  border-top: none !important;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: black;
  top: 112%;
  left: 0;
  right: 0;
  z-index: 99;
  font-size: 0.875rem;
  border-top: none;
  border-top: 0px;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

a.selectbox-link {
  width: 100%;
  float: left;
  height: 47px;
  background-image: none;
  border-radius: 0px !important;
  margin: 0px 0 5px 0px;
  position: relative;
  z-index: 100;
  border: none;
  border-bottom: 1px solid black;
  font-family: "berthold-baskerville-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
a.selectbox-link:hover {
  border: 0px;
  border-bottom: 1px solid black;
  box-shadow: none;
}

a.selectbox-link span.selectbox-link-icon span, span.selectbox-disabled span.selectbox-link-icon span {
  background: url(../images/dropdown.png) 3px 12px no-repeat;
  background: url(../images/dropdown.svg) 3px 12px no-repeat;
}

a.selectbox-link span.selectbox-link-text, span.selectbox-disabled span.selectbox-link-text {
  display: block;
  margin-right: 26px;
  overflow: hidden;
  border-radius: 0px !important;
}

input.hiddenfield {
  width: 1px;
  height: 1px;
  border: 0px;
  float: right;
  position: relative;
  z-index: 1;
  left: -40px;
  background: none;
}

input#Select_Something {
  left: -210px;
  border-radius: 0px !important;
}

#Select_Something .validate[required] {
  border-radius: 0px;
}

#Select_Something {
  border-radius: 0px !important;
}

.selectbox-container ul li {
  display: block;
  line-height: 1.2em;
  padding: 13px 0px 13px 20px;
  /* margin: 8px; */
  border-bottom: 1px solid grey;
  list-style: none;
  color: black;
  font-size: 0.75rem;
  cursor: pointer;
  text-transform: uppercase;
  -khtml-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -moz-user-focus: ignore;
  -moz-user-input: disabled;
  border-radius: 0px !important;
  text-transform: uppercase;
  font-family: "berthold-baskerville-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.selectbox-container {
  padding: 0px;
  margin-top: 47px;
  border-radius: 0px !important;
}

.selectbox-container ul li.selectbox-current {
  background-color: #dfe3e7;
  color: black;
  border-radius: 0px !important;
  text-transform: uppercase;
  font-family: "berthold-baskerville-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  padding: 0 0;
  background: #dfe3e7;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.custom-select select {
  display: none !important; /*hide original SELECT element:*/
}

.selectbox-container ul li:first-child {
  display: none !important; /*hide original SELECT element:*/
}

.selectbox-container ul li.selectbox-selected {
  background-color: black;
  color: #fff;
}

a.selectbox-link.selectbox-link-focus {
  box-shadow: none;
}

/* Section 2
 ================================================== */
.scroll-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#pricebox-holder {
  display: flex; /* Ensure it's a flex container */
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 0 0;
  margin-left: 0px;
  -webkit-overflow-scrolling: touch; /* Enables momentum scrolling on iOS */
  flex-wrap: wrap; /* Prevents wrapping of items */
}

#pricebox-holder::-webkit-scrollbar {
  background-color: white;
  height: 8px !important;
  width: 8px;
  border-radius: 4px;
}

#pricebox-holder::-webkit-scrollbar-thumb {
  border-radius: 8px;
  height: 8px !important;
  background-color: #00162e !important;
}

.scroll-btn {
  border: none;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 2;
  position: absolute;
  display: none;
}

.scroll-left, .scroll-right {
  background-size: contain;
  border-radius: 50px;
}

.scroll-left {
  left: -30px;
  background: #00162e url(../images/arrow-prev-white.svg) center;
}

.scroll-right {
  right: 30px;
  background: #00162e url(../images/arrow-next-white.svg) center;
}

@media screen and (max-width: 1024px) {
  .scroll-left {
    left: -10px;
  }
  .scroll-right {
    right: -10px;
  }
}
@media screen and (max-width: 992px) {
  #pricebox-holder {
    padding: 0 0 1rem;
    margin-bottom: 1rem;
    flex-wrap: nowrap;
  }
  .scroll-btn {
    display: block;
  }
  .scroll-left, .scroll-right {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .scroll-container {
    justify-content: left;
  }
  #pricebox-holder {
    padding: 0 0 0;
    margin-bottom: 1.5rem;
  }
  .scroll-btn {
    width: 50px;
    height: 50px;
  }
  .scroll-left {
    left: -5px;
  }
  .scroll-right {
    right: -5px;
  }
}
@media screen and (max-width: 430px) {
  .scroll-btn {
    top: 45%;
  }
  #pricebox-holder::-webkit-scrollbar-thumb {
    background-color: #00162e !important;
  }
}
@media screen and (max-width: 390px) {
  #pricebox-holder {
    padding: 10px 15px 0;
    margin: 0 0 1rem;
  }
  .scroll-btn {
    top: 45%;
  }
  #pricebox-holder::-webkit-scrollbar-thumb {
    background-color: #00162e !important;
  }
}
.pricebox {
  padding: 0 0 1.5rem 0px;
  margin: 0 0 0 -15px;
  transition: all 0.6s ease;
  text-align: center;
  position: relative;
  background: white;
}
.pricebox img {
  margin: 0 auto 1rem;
}
.pricebox .artist-impression {
  position: absolute;
  left: 10px;
  top: 135px;
  z-index: 300;
}
.pricebox .artist-impression p {
  font-family: Arial, sans-serif;
  font-size: 0.5rem;
  color: rgba(255, 255, 255, 0.8);
  font-style: italic;
  margin: 0 0;
}
.pricebox .product-type {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  line-height: auto;
  color: #00162e;
  font-size: 1rem;
  padding: 0px 1.25rem 0.5rem;
  margin: 0 0;
}
@media screen and (max-width: 1024px) {
  .pricebox .product-type {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .pricebox .product-type {
    font-size: 1.125rem;
  }
}
.pricebox .price {
  letter-spacing: 0 !important;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.2;
  color: #00162e;
  font-size: 1.75rem;
  padding: 0px 1.25rem;
  margin: 0 0;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .pricebox .price {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 992px) {
  .pricebox .price {
    font-size: 1.75rem;
  }
}
.pricebox ul {
  padding: 0 0;
  margin: 0 0 0.5rem 0;
}
.pricebox ul li {
  display: inline-block;
  font-size: 1.125rem;
  width: auto;
  margin: 0 1rem 0 0;
  color: #00162e;
  font-family: "berthold-baskerville-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.pricebox ul li:last-child {
  margin: 0 0 0 0;
}
.pricebox ul .bed {
  background: url(../images/icon-bed-grey.svg) left 7px no-repeat;
  background-size: 33px 22px;
  padding: 5px 0 0 33px;
}
.pricebox ul .bath {
  background: url(../images/icon-bath-grey.svg) left 7px no-repeat;
  background-size: 23px 22px;
  padding: 5px 0 0 30px;
}
.pricebox ul .size {
  background: url(../images/icon-size-grey.svg) left 9px no-repeat;
  background-size: 23px 20px;
  padding: 5px 0 0 30px;
}
.pricebox ul .car {
  background: url(../images/icon-car-grey.svg) left 7px no-repeat;
  background-size: 22px 22px;
  padding: 5px 0 0 30px;
}
.pricebox .button {
  margin: 1rem 1rem 0rem 1rem;
  width: auto;
  display: block;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #00162e;
  font-size: 1rem;
  padding: 1rem 1rem;
  transition: all 0.6s ease;
  text-align: center;
  line-height: 1;
  background: #E4C2C1;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 1px solid #E4C2C1;
}
@media screen and (max-width: 1024px) {
  .pricebox .button {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .pricebox .button {
    margin: 18px auto 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .pricebox {
    padding: 0 0 1.5rem 0px;
    transition: all 0.6s ease;
  }
  .pricebox img {
    margin: 0 auto 1rem;
  }
  .pricebox .artist-impression {
    left: 10px;
    top: 110px;
  }
  .pricebox .product-type {
    font-size: 0.875rem;
  }
  .pricebox .price {
    font-size: 2rem;
  }
  .pricebox ul {
    padding: 0 0;
    margin: 0 0 0.5rem 0;
  }
  .pricebox ul li {
    font-size: 1rem;
    margin: 0 0.5rem 0 0;
  }
  .pricebox ul li:last-child {
    margin: 0 0 0 0;
  }
}
@media screen and (max-width: 992px) {
  .pricebox {
    padding: 0 0 0rem 0px;
    transition: all 0.6s ease;
  }
  .pricebox img {
    margin: 0 auto 0.875rem;
  }
  .pricebox .artist-impression {
    left: 10px;
    top: 140px;
  }
  .pricebox .product-type {
    font-size: 0.875rem;
    padding: 0 1rem;
  }
  .pricebox .price {
    font-size: 1.5rem;
    padding: 0 1rem;
  }
  .pricebox ul {
    padding: 0 1.5rem;
    margin: 0 0 0.5rem 0;
  }
  .pricebox ul li {
    font-size: 1rem;
    margin: 0 0.5rem 0 0;
  }
  .pricebox ul li:last-child {
    margin: 0 0 0 0;
  }
  .pricebox .button {
    margin: 1rem 1rem 0rem 1rem;
    padding: 1rem 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .pricebox {
    padding: 0 0 1.5rem 0px;
  }
  .pricebox img {
    margin: 0 auto 0.75rem;
  }
  .pricebox .artist-impression {
    left: 10px;
    top: 135px;
  }
  .pricebox .product-type {
    font-size: 1rem;
    padding: 0 1rem;
    margin: 0 0 0.25rem;
  }
  .pricebox .price {
    font-size: 1.5rem;
  }
  .pricebox ul {
    padding: 0 0 0 0;
    margin: 0 0 1rem 0;
  }
  .pricebox ul li {
    font-size: 0.875rem;
    width: auto;
    margin: 0 0.25rem 0 0;
  }
  .pricebox ul li:last-child {
    margin: 0 0 0 0;
  }
  .pricebox ul .bed {
    background-size: 33px 22px;
    padding: 5px 0 0 31px;
  }
  .pricebox ul .bath {
    background-size: 23px 22px;
    padding: 5px 0 0 28px;
  }
  .pricebox ul .size {
    background-size: 23px 20px;
    padding: 5px 0 0 28px;
  }
  .pricebox ul .car {
    background-size: 22px 22px;
    padding: 5px 0 0 28px;
  }
}
@media screen and (max-width: 415px) {
  .pricebox img {
    margin: 0 auto 0.75rem;
  }
  .pricebox .artist-impression {
    left: 10px;
    top: 127px;
  }
  .pricebox .product-type {
    font-size: 1rem;
    padding: 0 1rem;
    margin: 0 0 0.25rem;
  }
  .pricebox .price {
    font-size: 1.5rem;
  }
  .pricebox ul {
    padding: 0 0 0 0;
    margin: 0 0 1rem 0;
  }
  .pricebox ul li {
    font-size: 0.875rem;
    width: auto;
    margin: 0 0.25rem 0 0;
  }
  .pricebox ul li:last-child {
    margin: 0 0 0 0;
  }
}
@media screen and (max-width: 393px) {
  .pricebox .artist-impression {
    left: 10px;
    top: 115px;
  }
  .pricebox .product-type {
    font-size: 0.875rem;
    padding: 0 0.5rem;
    margin: 0 0 0.25rem;
  }
  .pricebox ul {
    padding: 0 0 0 0;
    margin: 0 0 1rem 0;
  }
  .pricebox ul li {
    font-size: 0.875rem;
    width: auto;
    margin: 0 0.25rem 0 0;
  }
  .pricebox ul li:last-child {
    margin: 0 0 0 0;
  }
}
@media screen and (max-width: 375px) {
  .pricebox .artist-impression {
    left: 10px;
    top: 110px;
  }
  .pricebox ul {
    padding: 0 1.5rem;
    margin: 0 0 1rem 0;
  }
  .pricebox ul li {
    font-size: 0.875rem;
    width: auto;
    margin: 0 0.25rem 0 0;
  }
  .pricebox ul li:last-child {
    margin: 0 0 0 0;
  }
  .pricebox .button {
    width: auto;
    padding: 1rem 1.25rem;
  }
}
@media screen and (max-width: 360px) {
  .pricebox .artist-impression {
    left: 10px;
    top: 105px;
  }
  .pricebox .button {
    padding: 1rem 1rem;
  }
}
@media screen and (max-width: 320px) {
  .pricebox .artist-impression {
    left: 10px;
    top: 90px;
  }
}

.pricebox-noborder {
  border: none;
}

.border-right {
  border-right: 1px solid black;
  margin-bottom: 30px;
}

/* Section 2
 ================================================== */
#section-2 {
  padding: 4rem 0 2.5rem;
  background: white;
}
#section-2 .section-header {
  text-align: center;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.2;
  color: #BC9C89;
  font-size: 2rem;
  padding: 0px 0 2rem 0;
  margin: 0 0;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  #section-2 .section-header {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 992px) {
  #section-2 .section-header {
    font-size: 1.75rem;
  }
}
#section-2 .section-intro {
  text-align: center;
  font-family: "berthold-baskerville-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: auto;
  color: #00162e;
  font-size: 1.125rem;
  padding: 0 0 2.5rem;
  margin: 0 0 1rem;
}
#section-2 .section-intro:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  #section-2 .section-intro {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  #section-2 {
    padding: 2.5rem 0 1rem;
  }
}
@media screen and (max-width: 992px) {
  #section-2 {
    padding: 1.75rem 0 1.5rem;
  }
  #section-2 .section-header {
    padding: 0 0 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  #section-2 {
    padding: 1.5rem 0 0px;
  }
  #section-2 .section-header {
    padding: 0px 0 1rem 0;
  }
}
@media screen and (max-width: 360px) {
  #section-2 {
    padding: 30px 0 10px;
  }
  #section-2 .section-header {
    padding: 0px 0px 1rem 0px;
  }
}

/* Carousel
 ================================================== */
#carousel, #carousel-2 {
  padding: 0 0 1.5rem;
  background: transparent;
  position: relative;
}
#carousel .slider-caption, #carousel-2 .slider-caption {
  z-index: 3000;
  margin: -25px 30px 20px 30px;
}
#carousel .slider-caption p, #carousel-2 .slider-caption p {
  font-family: Arial, sans-serif;
  font-size: 0.5rem;
  color: rgba(255, 255, 255, 0.7);
  font-style: italic;
  margin: 0 0;
  text-align: left;
}
#carousel .slick-slide img, #carousel-2 .slick-slide img {
  display: block;
  padding: 0px 0;
  margin: 0 0rem;
  height: 600px;
}
#carousel .slick-dots, #carousel-2 .slick-dots {
  background: transparent;
  padding: 20px;
}
#carousel .slick-dots li button:before, #carousel-2 .slick-dots li button:before {
  color: #00162e;
}
#carousel .slick-dots, #carousel-2 .slick-dots {
  bottom: -31px;
}
@media screen and (max-width: 1024px) {
  #carousel, #carousel-2 {
    padding: 0 0 1.25rem;
  }
  #carousel .slick-slide img, #carousel-2 .slick-slide img {
    display: block;
    padding: 0px 0;
    height: 450px;
  }
  #carousel .slider-caption, #carousel-2 .slider-caption {
    right: 10px;
    bottom: 170px;
    z-index: 3000;
    margin: -30px 20px 20px 30px;
  }
  #carousel .slider-caption p, #carousel-2 .slider-caption p {
    font-family: Arial, sans-serif;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  #carousel, #carousel-2 {
    padding: 0 0;
    background: #00162e;
  }
  #carousel .slick-slide img, #carousel-2 .slick-slide img {
    height: 250px;
  }
  #carousel .slider-caption, #carousel-2 .slider-caption {
    right: 10px;
    bottom: 170px;
    z-index: 3000;
    margin: -30px 20px 20px 20px;
  }
  #carousel .slider-caption p, #carousel-2 .slider-caption p {
    font-family: Arial, sans-serif;
    font-size: 0.75rem;
  }
}

/* Section 3 - Features styling
 ================================================== */
#section-3 {
  padding: 4rem 0;
  background: #00162e;
  color: white;
  text-align: center;
}
#section-3 .section-header {
  text-align: center;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.2;
  color: #BC9C89;
  font-size: 2rem;
  padding: 0px 0 2rem 0;
  margin: 0 0;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  #section-3 .section-header {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 992px) {
  #section-3 .section-header {
    font-size: 1.75rem;
  }
}
#section-3 .section-intro {
  text-align: center;
  font-family: "berthold-baskerville-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: auto;
  color: white;
  font-size: 1.125rem;
  padding: 0 0 2.5rem;
  margin: 0 0 1rem;
}
#section-3 .section-intro:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  #section-3 .section-intro {
    font-size: 1rem;
  }
}
#section-3 .cols {
  -webkit-columns: 3;
  /* Chrome, Safari, Opera */
  -moz-columns: 3;
  /* Firefox */
  columns: 3;
  padding: 0 0 0 0;
  height: auto;
  margin: 0 auto 0;
  column-gap: 1rem;
}
#section-3 .cols ul {
  font-size: 1.125rem;
  text-align: left;
  line-height: 1.5;
  padding: 0 0 0 15px;
  font-family: "berthold-baskerville-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#section-3 .cols ul li {
  margin: 0 0 1rem;
  padding: 0 0 0 0px;
}
#section-3 .zoom-image {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  margin-bottom: 30px;
}
#section-3 .zoom-image img {
  transition: all 0.6s ease;
  transform: scale(1);
  width: 100%;
  height: auto;
  display: block;
}
#section-3 .zoom-image img:hover {
  transform: scale(1.05);
}
#section-3 .zoom-image:active img {
  transform: scale(1.1);
}
#section-3 .artists-impression {
  z-index: 3000;
  margin: -30px 20px 30px 0;
}
#section-3 .artists-impression p {
  font-family: Arial, sans-serif;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  font-style: italic;
  margin: 0 0;
  text-align: right;
}
#section-3 .col-xl-12, #section-3 .col-xl-3, #section-3 .col-lg-3, #section-3 .col-sm-3, #section-3 .col-4 {
  padding-left: 15px;
  padding-right: 15px;
}
#section-3 .button {
  display: inline-block;
  margin: 0 auto;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #00162e;
  font-size: 1rem;
  padding: 1rem 3rem;
  transition: all 0.6s ease;
  text-align: center;
  line-height: 1;
  background: #E4C2C1;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 1px solid #E4C2C1;
}
@media screen and (max-width: 1024px) {
  #section-3 .button {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  #section-3 .button {
    margin: 18px auto 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  #section-3 {
    padding: 2.5rem 0;
  }
  #section-3 .section-header span {
    font-size: 1.125rem;
  }
  #section-3 .cols {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    padding: 0 0 0 0;
    height: auto;
    margin: 0 auto 0;
    column-gap: 1rem;
  }
  #section-3 .cols ul {
    font-size: 1rem;
    line-height: 1.5;
    padding: 0 0 0 15px;
  }
  #section-3 .cols ul li {
    margin: 0 0 1rem;
    padding: 0 0 0 0px;
  }
}
@media screen and (max-width: 992px) {
  #section-3 {
    padding: 2.5rem 0;
  }
  #section-3 .section-header {
    padding: 0 0 1.75rem;
  }
  #section-3 .cols {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    padding: 0 0 0 0;
    height: auto;
    margin: 0 auto 0;
    column-gap: 1rem;
  }
  #section-3 .cols ul {
    font-size: 1rem;
    line-height: 1.5;
    padding: 0 0 0 15px;
  }
  #section-3 .cols ul li {
    margin: 0 0 1rem;
    padding: 0 0 0 0px;
  }
}
@media screen and (max-width: 767px) {
  #section-3 {
    padding: 1.5rem 0;
    margin: 0 0;
    background: #00162e;
  }
  #section-3 .section-header {
    padding: 0px 0 1rem 0;
  }
  #section-3 .cols {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    padding: 0 0 0 0;
    height: auto;
    margin: 0 auto 1rem;
    column-gap: 1rem;
  }
  #section-3 .cols ul {
    font-size: 1rem;
    line-height: 1.5;
    padding: 0 0 0 15px;
  }
  #section-3 .cols ul li {
    margin: 0 0 1rem;
    padding: 0 0 0 0px;
  }
  #section-3 .zoom-image {
    margin-bottom: 16px;
  }
  #section-3 .col-4 {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (max-width: 360px) {
  #section-3 {
    padding: 30px 0 10px;
  }
  #section-3 .section-header {
    padding: 0px 0px 1rem 0px;
  }
}

/* Section 4 - Location styling
 ================================================== */
#section-4 {
  padding: 60px 0;
  background: white;
}
#section-4 .section-header {
  text-align: center;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.2;
  color: #BC9C89;
  font-size: 2rem;
  padding: 0px 0 2rem 0;
  margin: 0 0;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  #section-4 .section-header {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 992px) {
  #section-4 .section-header {
    font-size: 1.75rem;
  }
}
#section-4 .section-header span {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#section-4 .section-intro {
  text-align: center;
  font-family: "berthold-baskerville-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: auto;
  color: #00162e;
  font-size: 1.125rem;
  padding: 0 0 1rem;
  margin: 0 0 1rem;
}
#section-4 .section-intro:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  #section-4 .section-intro {
    font-size: 1rem;
  }
}
#section-4 .cols {
  -webkit-columns: 2;
  /* Chrome, Safari, Opera */
  -moz-columns: 2;
  /* Firefox */
  columns: 2;
  padding: 0 0 0 0;
  height: auto;
  margin: 0 auto 0;
  column-gap: 1rem;
}
#section-4 .cols ul {
  font-size: 1.125rem;
  text-align: left;
  line-height: 1.5;
  padding: 0 0 0 15px;
  font-family: "berthold-baskerville-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #00162e;
}
#section-4 .cols ul li {
  margin: 0 0 1rem;
  padding: 0 0 0 0px;
}
#section-4 img {
  margin: 0 0 2rem;
  cursor: pointer;
}
#section-4 img:hover {
  opacity: 0.9;
  transition: all 0.6s ease;
}
#section-4 .modal-dialog {
  max-width: 90% !important;
}
@media screen and (max-width: 1024px) {
  #section-4 {
    padding: 2.5rem 0;
  }
  #section-4 .section-intro {
    font-size: 1rem;
  }
  #section-4 .cols {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    padding: 0 0 0 0;
    height: auto;
    margin: 0 auto 0;
    column-gap: 1rem;
  }
  #section-4 .cols ul {
    font-size: 1rem;
    line-height: 1.5;
    padding: 0 0 0 15px;
  }
  #section-4 .cols ul li {
    margin: 0 0 1rem;
    padding: 0 0 0 0px;
  }
}
@media screen and (max-width: 992px) {
  #section-4 {
    padding: 2.5rem 0;
  }
  #section-4 .section-header {
    padding: 0 0 1.75rem;
  }
  #section-4 .cols {
    -webkit-columns: 23;
    -moz-columns: 3;
    columns: 3;
    padding: 0 0 0 0;
    height: auto;
    margin: 0 auto 0;
    column-gap: 1rem;
  }
  #section-4 .cols ul {
    font-size: 1rem;
    line-height: 1.5;
    padding: 0 0 0 15px;
  }
  #section-4 .cols ul li {
    margin: 0 0 1rem;
    padding: 0 0 0 0px;
  }
  #section-4 img {
    margin: 0 0 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  #section-4 {
    padding: 1.5rem 0;
  }
  #section-4 .section-header {
    padding: 0px 0 1rem 0;
  }
  #section-4 .cols {
    -webkit-columns: 2;
    /* Chrome, Safari, Opera */
    -moz-columns: 2;
    /* Firefox */
    columns: 2;
    padding: 0 0 0 0;
    height: auto;
    margin: 0 auto 0;
    column-gap: 2rem;
  }
}
@media screen and (max-width: 360px) {
  #section-4 {
    padding: 30px 0 10px;
  }
  #section-4 .section-header {
    padding: 0px 0px 1rem 0px;
  }
}

#location-bg {
  background: url(../images/location-bg.jpg) no-repeat right center;
}
@supports (background-image: url("../images/location-bg.webp")) {
  #location-bg {
    background: url("../images/location-bg.webp") no-repeat right center, url("../images/location-bg-low-res.webp") center center no-repeat;
    /* Set a specific height */
    height: 750px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed, fixed;
    background-position: right, center;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover !important;
  }
}
@media screen and (max-width: 1400px) {
  @supports (background-image: url("../images/location-bg.webp")) {
    #location-bg {
      background: url("../images/location-bg.webp") no-repeat right center;
      /* Set a specific height */
      height: 500px;
    }
  }
}
@media screen and (max-width: 767px) {
  #location-bg {
    background: url(../images/location-bg-mob.jpg) no-repeat center center;
  }
  @supports (background-image: url("../images/location-bg-mob.webp")) {
    #location-bg {
      background: url("../images/location-bg-mob.webp") no-repeat center bottom;
      height: 300px;
      background-size: contain;
    }
  }
  #location-bg .sticky {
    margin-top: -100vh;
    width: 100vw;
    height: 100vh;
    background: linear-gradient(45deg, red, blue);
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    z-index: 0;
  }
}

/* Google Map
 ================================================== */
#map-header {
  padding: 40px 0;
  text-align: left;
  color: white;
  background: #00162e;
  position: relative;
}
#map-header .section-header {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.2;
  color: #BC9C89;
  font-size: 2rem;
  padding: 0px 0 10px 0;
  margin: 0 0;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  #map-header .section-header {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 992px) {
  #map-header .section-header {
    font-size: 1.75rem;
  }
}
#map-header .section-header span {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
  text-transform: uppercase;
  line-height: normal;
}
#map-header .section-subheader {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  line-height: auto;
  color: white;
  font-size: 1.5rem;
  padding: 0 0;
  margin: 0 0 1rem;
}
@media screen and (max-width: 1024px) {
  #map-header .section-subheader {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1024px) {
  #map-header .section-subheader {
    font-size: 1.125rem;
  }
}
#map-header .section-intro {
  font-family: "berthold-baskerville-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: auto;
  color: white;
  font-size: 1.125rem;
  padding: 0 0;
  margin: 0 0 1rem;
}
#map-header .section-intro:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  #map-header .section-intro {
    font-size: 1rem;
  }
}
#map-header .button {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #00162e;
  font-size: 1rem;
  padding: 1rem 3rem;
  transition: all 0.6s ease;
  text-align: center;
  line-height: 1;
  background: #E4C2C1;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 1px solid #E4C2C1;
}
@media screen and (max-width: 1024px) {
  #map-header .button {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  #map-header .button {
    margin: 18px auto 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  #map-header {
    padding: 2.5rem 0;
  }
}
@media screen and (max-width: 992px) {
  #map-header {
    padding: 2rem 0;
  }
  #map-header .section-subheader {
    padding: 0 3rem 0 0;
  }
  #map-header .button {
    padding: 1rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  #map-header {
    padding: 1.5rem 0 2rem;
    text-align: center;
  }
  #map-header .section-subheader {
    padding: 0px 2rem 0rem;
  }
  #map-header .section-intro {
    margin-bottom: 0.5rem !important;
  }
}
@media screen and (max-width: 360px) {
  #map-header p {
    padding: 0 130px 0 0;
  }
}

/* Google Map
 ================================================== */
#google-map {
  width: 100%;
  height: 600px;
}
@media screen and (max-width: 992px) {
  #google-map {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  #google-map {
    height: 350px;
  }
}

/* Footer
 ================================================== */
#footer {
  padding: 3rem 0;
  background: #00162e;
  color: white;
  text-align: center;
  font-family: "berthold-baskerville-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#footer .section-header {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.2;
  color: white;
  font-size: 2.5rem;
  padding: 0px 0 1rem 0;
  margin: 0 0;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  #footer .section-header {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 992px) {
  #footer .section-header {
    font-size: 1.75rem;
  }
}
#footer #total-property-group-logo {
  height: 4rem;
  margin: 0 0;
  background: url(../images/total-property-group-logo.svg) center center no-repeat;
  transition: all 0.6s ease;
  background-size: contain !important;
}
#footer #total-property-group-logo:hover {
  opacity: 0.6;
}
#footer a {
  color: #00162e;
  text-decoration: underline;
}
#footer .section-intro {
  font-family: "berthold-baskerville-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: auto;
  color: white;
  font-size: 1rem;
  padding: 0 0;
  margin: 0 0 1rem;
}
#footer .section-intro:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  #footer .section-intro {
    font-size: 1rem;
  }
}
#footer .section-intro span {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
}
#footer .disclaimer {
  font-size: 0.75rem;
  padding: 0 2rem;
  margin: 1.25rem 0 0 0;
}
@media screen and (max-width: 1024px) {
  #footer {
    padding: 2.5rem 0;
  }
}
@media screen and (max-width: 992px) {
  #footer {
    padding: 2rem 0;
  }
  #footer #total-property-group-logo {
    height: 3rem;
  }
  #footer p {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 30px 0;
  }
  #footer .disclaimer {
    padding: 0 0rem;
    text-align: justify;
  }
}

@media (max-width: 1200px) {
  .modal-xl {
    max-width: 90% !important;
  }
}
