@import url(fonts/fonts.css);
/* Variables */
.button_slide {
  color: #FFF;
  border-radius: 100px;
}

/* reset stuff */
* {
  margin: 0;
  padding: 0;
}

/* set stuff */
html, body {
  overflow-x: hidden;
  background: #f4f1ec;
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

html {
  width: 100%;
  height: 100%;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

/* Custom Styles
 ================================================== */
h1, h2, h3 {
  font-weight: normal;
}

#section-1 .package img {
  transition: all 0.6s ease;
}

.container {
  max-width: 1340px;
}
@media screen and (max-width: 1024px) {
  .container {
    width: 960px;
  }
}
@media screen and (max-width: 992px) {
  .container {
    width: 720px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    width: 100%;
  }
}

.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);
}

.red {
  border: 1px solid red;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 970px;
    margin: 1.75rem auto;
  }
}
/* Compressed Nav
 ================================================== */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

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

.navbar {
  padding: 0 0 30px;
  color: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.07) 0%, transparent 100%);
}
.navbar .inspect {
  background: white;
  padding: 15px;
  color: white;
  width: 100%;
  font-size: 1.5rem;
  line-height: 1;
}
.navbar .navbar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar .hide {
  display: none;
}
.navbar .row {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .navbar .inspect {
    padding: 15px 40px;
  }
}
@media screen and (max-width: 767px) {
  .navbar {
    padding: 0 0 0;
  }
  .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 {
  padding: 0 0 0 0;
  background: #fbfaf9;
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.2);
  width: 100% !important;
  overflow-y: visible;
  height: auto;
  border-bottom: 1px solid rgba(39, 39, 39, 0.4);
}
@media screen and (max-width: 767px) {
  .navbar.compressed {
    padding: 5px 0;
  }
}

.project-logo-standard {
  width: 100%;
  height: 200px;
  margin: 20px 0 0px;
  background: url(../images/project-logo-white-compressed-3.png) 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: 180px;
    margin: 10px 0 0px;
  }
}
@media screen and (max-width: 1024px) {
  .project-logo-standard {
    height: 150px;
    margin: 20px 0 0px;
  }
}
@media screen and (max-width: 992px) {
  .project-logo-standard {
    height: 100px;
    margin: 20px 0 0px;
  }
}
@media screen and (max-width: 767px) {
  .project-logo-standard {
    height: 70px;
    margin: 20px 0 0px;
  }
}
.project-logo-compressed {
  width: 240px;
  height: 42px;
  display: inline-block;
  background: url(../images/project-logo-dark-compressed.svg) no-repeat;
  background-position: left center;
  margin: 0 0;
  background-size: contain;
}
@media screen and (max-width: 1024px) {
  .project-logo-compressed {
    height: 35px;
    width: 240px;
  }
}
@media screen and (max-width: 992px) {
  .project-logo-compressed {
    height: 30px;
  }
}
@media screen and (max-width: 430px) {
  .project-logo-compressed {
    height: 40px;
    width: 135px;
  }
}
@media screen and (max-width: 415px) {
  .project-logo-compressed {
    height: 32px;
    width: 135px;
  }
}
@media screen and (max-width: 390px) {
  .project-logo-compressed {
    height: 32px;
    width: 135px;
    margin: 0 0 0 -8px;
  }
}
@media screen and (max-width: 375px) {
  .project-logo-compressed {
    height: 40px;
    width: 135px;
  }
}
@media screen and (max-width: 320px) {
  .project-logo-compressed {
    height: 40px;
    width: 110px;
  }
}

#button-wrapper {
  margin-right: -30px;
}
#button-wrapper #hidden-button, #button-wrapper #download-button {
  width: 100%;
  border: 1px solid #fbfaf9;
  background: #fbfaf9;
  margin: 30px 0;
  color: #231f20;
  padding: 12px 20px;
  transition: all 0.6s ease;
  font-family: "Fakt Pro Blond", sans-serif;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 2px;
  width: auto;
  font-size: 1rem;
  margin: 18px 0.5rem;
  display: inline-block;
  background-color: #842f05;
  color: white;
}
@media screen and (max-width: 767px) {
  #button-wrapper #hidden-button, #button-wrapper #download-button {
    font-size: 0.875rem;
    padding: 10px 16px;
  }
}
@media screen and (max-width: 992px) {
  #button-wrapper {
    margin-right: -60px;
  }
  #button-wrapper #hidden-button {
    margin-right: 10px;
  }
}
@media screen and (max-width: 430px) {
  #button-wrapper {
    margin: 0px -20px 0 0;
  }
  #button-wrapper #download-button {
    letter-spacing: 1px;
    width: auto;
  }
  #button-wrapper #hidden-button {
    display: none !important;
  }
}
@media screen and (max-width: 390px) {
  #button-wrapper #download-button {
    padding: 12px 8px;
    width: auto;
  }
}
@media screen and (max-width: 375px) {
  #button-wrapper #download-button {
    font-size: 0.75rem;
  }
}

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

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

.display-none {
  display: none;
}

/* Header Section
 ================================================== */
#header-image {
  width: 100%;
  height: auto;
  padding: 80vh 0 40px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, transparent 50%), url(../images/header-desktop.jpg) center bottom no-repeat, url(../images/header-lowres.jpg) left bottom no-repeat;
  background-size: cover, cover;
  margin: 0 0 0 0;
  position: relative;
  color: white;
}
#header-image .section-heading {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 3rem;
  margin: 0 0 1.5rem;
  font-size: 2.75rem;
  line-height: 1.2;
  text-align: left;
  margin: 0 0;
  padding: 0 50px 0 0;
  text-shadow: 0px 0px 15px black;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  #header-image .section-heading {
    font-size: 2rem;
  }
}
@media screen and (max-width: 992px) {
  #header-image .section-heading {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  #header-image .section-heading {
    font-size: 1.75rem;
    text-align: center;
  }
}
#header-image .pricepoint {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 3rem;
  margin: 0 0 1.5rem;
  font-size: 2.25rem;
  line-height: 1.1;
  text-align: left;
  margin: 0rem auto 0;
  padding: 0rem 0px 0 0rem;
  text-shadow: 0px 0px 15px black;
}
@media screen and (max-width: 1024px) {
  #header-image .pricepoint {
    font-size: 2rem;
  }
}
@media screen and (max-width: 992px) {
  #header-image .pricepoint {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  #header-image .pricepoint {
    font-size: 1.75rem;
    text-align: center;
  }
}
#header-image br {
  display: block;
  margin: 0 0 0px 0;
  content: " ";
}
#header-image .name-wrapper {
  height: 53px;
}
#header-image .half-width-left {
  width: 48%;
  float: left;
}
#header-image .half-width-right {
  width: 48%;
  float: right;
}
#header-image #artist-impression {
  position: absolute;
  left: 20px;
  bottom: 10px;
}
#header-image #artist-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;
}
#header-image #sticker {
  width: 200px;
  height: 200px;
  background: url(../images/sticker.svg) center center no-repeat;
  background-size: contain !important;
  position: absolute;
  top: 240px;
  margin-left: 1000px;
}
#header-image .gradient-bg {
  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-image {
    padding: 90vh 0 50px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, transparent 50%), url(../images/header-desktop.jpg) center bottom no-repeat, url(../images/header-lowres.jpg) left bottom no-repeat;
    background-size: cover, cover;
  }
  #header-image .section-heading {
    font-size: 2.75rem;
  }
  #header-image .pricepoint {
    font-size: 2.25rem;
    margin: 0rem auto 0;
    padding: 0rem 0 0 0rem;
  }
  #header-image br {
    display: block;
    margin: 0 0 0px 0;
    content: " ";
  }
  #header-image #sticker {
    width: 200px;
    height: 200px;
    top: 200px;
    margin-left: 1060px;
  }
}
@media screen and (max-width: 1024px) {
  #header-image {
    margin: 0px 0 0 0;
    padding: 640px 0 40px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, transparent 50%), url(../images/header-desktop.jpg) center bottom no-repeat, url(../images/header-tablet-landscape.jpg) left bottom no-repeat, url(../images/hero-image-desktop-lowres-2.jpg) left bottom no-repeat;
    background-size: cover, cover;
  }
  #header-image .section-heading {
    font-size: 1.875rem;
    margin: 0 0;
    padding: 0 0;
    text-shadow: 0 0 30px rgba(35, 31, 32, 0.7);
  }
  #header-image .pricepoint {
    font-size: 1.5rem;
    margin: 0rem auto 0;
    padding: 0rem 0px 0 0;
    text-shadow: 0px 0px 15px rgba(255, 255, 255, 0.5);
  }
  #header-image br {
    display: block;
    margin: 0 0 0px 0;
    content: " ";
  }
  #header-image #artist-impression {
    left: 50px;
    bottom: 15px;
  }
  #header-image #artist-impression p {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.7);
    margin: 0 0;
    text-align: left;
  }
  #header-image #sticker {
    width: 160px;
    height: 160px;
    top: 180px;
    margin-left: 760px;
  }
}
@media screen and (max-width: 992px) {
  #header-image {
    padding: 560px 0 30px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, transparent 50%), url(../images/header-desktop.jpg) center bottom no-repeat, url(../images/header-lowres.jpg) left bottom no-repeat;
    background-size: cover, cover;
  }
  #header-image .section-heading {
    font-size: 1.75rem;
    margin: 0 0;
    padding: 0 100px 0 0;
    text-shadow: 0 0 30px rgba(35, 31, 32, 0.7);
  }
  #header-image .pricepoint {
    font-size: 1.5rem;
    margin: 0rem auto 0;
    padding: 0rem 60px 0 0;
    text-shadow: 0px 0px 15px rgba(255, 255, 255, 0.5);
  }
  #header-image #artist-impression {
    left: 38px;
    bottom: 5px;
  }
  #header-image #artist-impression p {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.7);
    margin: 0 0;
  }
  #header-image #sticker {
    width: 140px;
    height: 140px;
    top: 150px;
    margin-left: 530px;
  }
}
@media screen and (max-width: 430px) {
  #header-image {
    padding: 310px 0px 0px;
    margin: 0 0 0 0;
    height: auto;
    background: #f4f1ec url(../images/header-mob.jpg) center top no-repeat;
    background-size: auto 310px !important;
  }
  #header-image .section-heading {
    font-size: 1.5rem;
    margin: 0 0 0.5rem;
    padding: 0 0px;
    text-shadow: none;
    text-align: center;
  }
  #header-image .pricepoint {
    font-size: 1.5rem;
    margin: 0rem auto 1.5rem;
    padding: 0rem 30px;
    text-shadow: none;
    text-align: center;
  }
  #header-image #artist-impression {
    left: 20px;
    top: 280px;
  }
  #header-image #sticker {
    width: 100px;
    height: 100px;
    top: 100px;
    margin-left: 310px;
  }
  #header-image .gradient-bg {
    display: inline-block;
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, transparent 100%);
    height: 200px;
    width: 100%;
    z-index: 1;
    margin-top: -310px;
  }
}
@media screen and (max-width: 415px) {
  #header-image {
    padding: 310px 0px 0px;
    background-size: auto 310px !important;
  }
  #header-image .section-heading {
    font-size: 1.375rem;
    margin: 0 0 0.5rem;
    padding: 0 0px;
    text-shadow: none;
    text-align: center;
  }
  #header-image .pricepoint {
    font-size: 1.25rem;
    margin: 0rem auto 1.5rem;
    padding: 0rem 50px;
  }
  #header-image #artist-impression {
    left: 20px;
    top: 280px;
  }
  #header-image #sticker {
    width: 100px;
    height: 100px;
    top: 100px;
    margin-left: 290px;
  }
}
@media screen and (max-width: 393px) {
  #header-image {
    padding: 310px 0px 0px;
    background-size: auto 310px !important;
  }
  #header-image .section-heading {
    font-size: 1.375rem;
    margin: 0 0 0.5rem;
    padding: 0 0px;
    text-shadow: none;
    text-align: center;
  }
  #header-image .pricepoint {
    font-size: 1.25rem;
    margin: 0rem auto 1.5rem;
    padding: 0rem 50px;
  }
  #header-image #artist-impression {
    left: 20px;
    top: 280px;
  }
  #header-image #sticker {
    width: 100px;
    height: 100px;
    top: 100px;
    margin-left: 270px;
  }
}
@media screen and (max-width: 376px) {
  #header-image {
    padding: 310px 0px 0px;
    margin: 0 0 0 0;
    height: auto;
    background-size: auto 310px !important;
  }
  #header-image .section-heading {
    font-size: 1.25rem;
    margin: 0 0 0.5rem;
    padding: 0 0px;
    text-shadow: none;
    text-align: center;
  }
  #header-image .pricepoint {
    font-size: 1.25rem;
    margin: 0rem auto 1.5rem;
    padding: 0rem 30px;
  }
  #header-image #artist-impression {
    left: 20px;
    top: 280px;
  }
  #header-image #sticker {
    width: 100px;
    height: 100px;
    top: 100px;
    margin-left: 250px;
  }
}
@media screen and (max-width: 360px) {
  #header-image #sticker {
    width: 100px;
    height: 100px;
    top: 100px;
    margin-left: 250px;
  }
}
@media screen and (max-width: 320px) {
  #header-image {
    padding: 310px 0px 0px;
    margin: 0 0 0 0;
    height: auto;
    background-size: auto 310px !important;
  }
  #header-image .section-heading {
    font-size: 1.25rem;
    margin: 0 0 0.5rem;
    padding: 0 0px;
    text-shadow: none;
    text-align: center;
  }
  #header-image .pricepoint {
    font-size: 1.25rem;
    margin: 0rem auto 1.5rem;
    padding: 0rem 0px;
  }
  #header-image #artist-impression {
    left: 20px;
    bottom: 195px;
  }
  #header-image #sticker {
    width: 90px;
    height: 90px;
    top: 100px;
    margin-left: 220px;
  }
}

/* Section 1
 ================================================== */
#section-1 {
  padding: 70px 0;
  background: #f4f1ec url(../images/section-1-bg.png) left top no-repeat;
  background-size: auto 250px;
  color: #842f05;
  position: relative;
  text-align: left;
  /* form stuff */
  /* infield label */
  /* Privacy Policy */
  /*the container must be positioned relative:*/
  /*style the arrow inside the select element:*/
  /*point the arrow upwards when the select box is open (active):*/
  /*style the items (options), including the selected item:*/
  /*style items (options):*/
  /*hide the items when the select box is closed:*/
}
#section-1 .section-heading {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 3rem;
  margin: 0 0 1.5rem;
}
@media screen and (max-width: 1024px) {
  #section-1 .section-heading {
    font-size: 2rem;
  }
}
@media screen and (max-width: 992px) {
  #section-1 .section-heading {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  #section-1 .section-heading {
    font-size: 1.75rem;
    text-align: center;
  }
}
#section-1 .section-subheading {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 2rem;
  padding: 0 6rem 0 0;
  margin: 0 0 1.5rem;
  padding: 0 7rem 0 0;
}
@media screen and (max-width: 1024px) {
  #section-1 .section-subheading {
    font-size: 1.25rem;
    padding: 0 8rem 0 0;
  }
}
@media screen and (max-width: 992px) {
  #section-1 .section-subheading {
    font-size: 1.25rem;
    padding: 0 2rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  #section-1 .section-subheading {
    font-size: 1.125rem;
    padding: 0 0;
    text-align: center;
  }
}
#section-1 .section-intro {
  font-family: "Fakt Pro Blond", sans-serif;
  font-size: 1.5rem;
  padding: 0 0 0 0;
  padding: 0 110px 0 0;
}
@media screen and (max-width: 1024px) {
  #section-1 .section-intro {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 992px) {
  #section-1 .section-intro {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #section-1 .section-intro {
    font-size: 1rem;
    text-align: center;
  }
}
#section-1 #formcontent, #section-1 #formcontent-2 {
  background: #842f05;
  width: 100%;
  padding: 0 0 20px;
  margin: 0 0 0 0;
  z-index: 100;
}
#section-1 #formcontent h2, #section-1 #formcontent #formcontent #thankyou1 h2, #section-1 #formcontent #formcontent #sorry1 h2, #section-1 #formcontent-2 h2, #section-1 #formcontent-2 #formcontent #thankyou1 h2, #section-1 #formcontent-2 #formcontent #sorry1 h2 {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 3rem;
  margin: 0 0 1.5rem;
  font-size: 2.5rem;
  color: #fbfaf9;
  padding: 30px 40px 0px;
  display: block;
  text-align: center;
  width: auto;
}
@media screen and (max-width: 1024px) {
  #section-1 #formcontent h2, #section-1 #formcontent #formcontent #thankyou1 h2, #section-1 #formcontent #formcontent #sorry1 h2, #section-1 #formcontent-2 h2, #section-1 #formcontent-2 #formcontent #thankyou1 h2, #section-1 #formcontent-2 #formcontent #sorry1 h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 992px) {
  #section-1 #formcontent h2, #section-1 #formcontent #formcontent #thankyou1 h2, #section-1 #formcontent #formcontent #sorry1 h2, #section-1 #formcontent-2 h2, #section-1 #formcontent-2 #formcontent #thankyou1 h2, #section-1 #formcontent-2 #formcontent #sorry1 h2 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  #section-1 #formcontent h2, #section-1 #formcontent #formcontent #thankyou1 h2, #section-1 #formcontent #formcontent #sorry1 h2, #section-1 #formcontent-2 h2, #section-1 #formcontent-2 #formcontent #thankyou1 h2, #section-1 #formcontent-2 #formcontent #sorry1 h2 {
    font-size: 1.75rem;
    text-align: center;
  }
}
#section-1 #formcontent h2 span, #section-1 #formcontent #formcontent #thankyou1 h2 span, #section-1 #formcontent #formcontent #sorry1 h2 span, #section-1 #formcontent-2 h2 span, #section-1 #formcontent-2 #formcontent #thankyou1 h2 span, #section-1 #formcontent-2 #formcontent #sorry1 h2 span {
  color: white;
  font-size: 1.25rem;
}
#section-1 #formcontent .stamp-duty-savings, #section-1 #formcontent-2 .stamp-duty-savings {
  font-family: "Fakt Pro Blond", sans-serif;
  color: #fbfaf9;
  font-size: 1.125rem;
  line-height: 1;
  padding: 0 40px;
  margin: 10px 0 0;
  text-align: center;
}
#section-1 #formcontent .contact, #section-1 #formcontent-2 .contact {
  font-family: maison;
  margin: 15px 0;
}
#section-1 #formcontent .download-button, #section-1 #formcontent-2 .download-button {
  width: 100%;
  border: 1px solid #fbfaf9;
  background: #fbfaf9;
  margin: 30px 0;
  color: #231f20;
  padding: 12px 20px;
  transition: all 0.6s ease;
  font-family: "Fakt Pro Blond", sans-serif;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 2px;
  border: 0px solid white;
  display: inline-block;
  width: auto;
  padding: 20px 30px 20px 30px;
  margin: 30px 0 30px 0;
  color: white;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #section-1 #formcontent .download-button, #section-1 #formcontent-2 .download-button {
    font-size: 0.875rem;
    padding: 10px 16px;
  }
}
#section-1 #formcontent .download-button a, #section-1 #formcontent-2 .download-button a {
  color: white;
}
#section-1 #formcontent .download-button:hover, #section-1 #formcontent-2 .download-button:hover {
  background: #fbfaf9;
  background-size: 6%;
  border: 0px solid #231f20;
}
#section-1 #formcontent .name-wrapper, #section-1 #formcontent-2 .name-wrapper {
  height: 50px;
}
#section-1 #formcontent .name-wrapper .first-name, #section-1 #formcontent .name-wrapper .last-name, #section-1 #formcontent-2 .name-wrapper .first-name, #section-1 #formcontent-2 .name-wrapper .last-name {
  width: 47%;
}
#section-1 #formcontent .name-wrapper .first-name, #section-1 #formcontent-2 .name-wrapper .first-name {
  float: left;
}
#section-1 #formcontent .name-wrapper .last-name, #section-1 #formcontent-2 .name-wrapper .last-name {
  float: right;
}
@media screen and (max-width: 992px) {
  #section-1 #formcontent .name-wrapper, #section-1 #formcontent-2 .name-wrapper {
    height: 50px;
  }
}
@media screen and (max-width: 1024px) {
  #section-1 #formcontent, #section-1 #formcontent-2 {
    padding: 0 0 20px;
    margin: 0 0 0 0;
  }
  #section-1 #formcontent h2, #section-1 #formcontent #formcontent #thankyou1 h2, #section-1 #formcontent #formcontent #sorry1 h2, #section-1 #formcontent-2 h2, #section-1 #formcontent-2 #formcontent #thankyou1 h2, #section-1 #formcontent-2 #formcontent #sorry1 h2 {
    font-size: 2rem;
    padding: 20px 40px 0px;
  }
  #section-1 #formcontent .stamp-duty-savings, #section-1 #formcontent-2 .stamp-duty-savings {
    font-size: 1.125rem;
    line-height: 1;
    padding: 0 40px;
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 992px) {
  #section-1 #formcontent, #section-1 #formcontent-2 {
    padding: 0 0 20px;
  }
  #section-1 #formcontent h2, #section-1 #formcontent #formcontent #thankyou1 h2, #section-1 #formcontent #formcontent #sorry1 h2, #section-1 #formcontent-2 h2, #section-1 #formcontent-2 #formcontent #thankyou1 h2, #section-1 #formcontent-2 #formcontent #sorry1 h2 {
    font-size: 1.75rem;
    padding: 20px 20px 0px;
    margin: 0 0 0.5rem;
  }
  #section-1 #formcontent .stamp-duty-savings, #section-1 #formcontent-2 .stamp-duty-savings {
    font-size: 1.125rem;
    line-height: 1;
    padding: 0 30px;
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #section-1 #formcontent, #section-1 #formcontent-2 {
    padding: 0 0 15px 0;
    margin: 20px auto 0;
  }
  #section-1 #formcontent h2, #section-1 #formcontent #formcontent #thankyou1 h2, #section-1 #formcontent #formcontent #sorry1 h2, #section-1 #formcontent-2 h2, #section-1 #formcontent-2 #formcontent #thankyou1 h2, #section-1 #formcontent-2 #formcontent #sorry1 h2 {
    font-size: 2rem;
    padding: 15px 30px 0px;
  }
  #section-1 #formcontent .stamp-duty-savings, #section-1 #formcontent-2 .stamp-duty-savings {
    font-size: 1rem;
    line-height: 1;
    padding: 0 30px;
    margin: 10px 0;
  }
}
#section-1 #formcontent-2 {
  margin: 0 0;
  padding: 0 0 40px;
}
@media screen and (max-width: 767px) {
  #section-1 #formcontent-2 {
    margin: 1rem 0 0;
    padding: 0 0 20px;
  }
}
#section-1 .white-border {
  border: 10px solid white;
}
#section-1 .beige-border {
  border: 10px solid rgba(35, 31, 32, 0.5);
}
#section-1 .clearfix {
  *zoom: 1;
}
#section-1 .clearfix:before, #section-1 .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
#section-1 .clearfix:after {
  clear: both;
}
#section-1 label {
  width: auto;
}
#section-1 #thankyou1, #section-1 #sorry1 {
  display: none;
}
#section-1 #jpform {
  height: 295px;
}
#section-1 form, #section-1 fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
#section-1 fieldset {
  padding: 15px 40px 0;
}
@media screen and (max-width: 1024px) {
  #section-1 fieldset {
    padding: 15px 30px 0;
  }
}
@media screen and (max-width: 992px) {
  #section-1 fieldset {
    padding: 15px 20px 0;
  }
}
@media screen and (max-width: 767px) {
  #section-1 fieldset {
    padding: 0 20px;
  }
}
#section-1 input, #section-1 label, #section-1 a.selectbox-link span.selectbox-link-text, #section-1 input, #section-1 .button-link, #section-1 .button-link span.msg, #section-1 .button-link span#msg {
  text-transform: none;
}
#section-1 input, #section-1 label, #section-1 a.selectbox-link span.selectbox-link-text {
  font-size: 1rem !important;
  color: #fbfaf9 !important;
  font-family: "Fakt Pro Blond", sans-serif;
}
@media screen and (max-width: 992px) {
  #section-1 input, #section-1 label, #section-1 a.selectbox-link span.selectbox-link-text {
    font-size: 0.875rem !important;
  }
}
#section-1 input {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid rgba(251, 250, 249, 0.8);
  margin: 0px 0 10px 0px;
  padding: 2px 0 0 15px;
  background: transparent;
  box-shadow: none;
  transition: none;
  text-align: left;
}
#section-1 input:hover {
  /* 		border-bottom: 1px solid rgba($darkgrey, 0.8); */
}
#section-1 input:focus, #section-1 textarea:focus {
  border-color: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#section-1 a.selectbox-link {
  width: 100%;
  height: 47px;
  border: 2px solid white !important;
  margin: 5px 0 0px 0;
  background-color: transparent !important;
  background-image: none !important;
  position: relative;
  z-index: 10;
  border-radius: 0;
  padding: 9px 0 0 13px;
  text-align: left;
}
#section-1 a.selectbox-link span.selectbox-link-icon,
#section-1 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;
}
#section-1 a.selectbox-link span.selectbox-link-icon span,
#section-1 span.selectbox-disabled span.selectbox-link-icon span {
  background: url(../images/custom-dropdown.png) no-repeat -31px -37px;
  display: block;
  width: 100%;
  height: 100%;
}
#section-1 input.hiddenfield {
  width: 1px;
  height: 1px;
  border: 0px;
  float: right;
  position: relative;
  z-index: 1;
  left: -40px;
  background: none;
}
#section-1 input#Select_Something {
  left: -210px;
}
#section-1 form p {
  position: relative;
  margin: 1px 0 !important;
}
#section-1 form p label {
  position: absolute;
  top: 5px;
  left: 15px;
}
#section-1 form p br {
  display: none;
}
#section-1 form fieldset p label {
  width: 100%;
  display: block;
  font-size: 16px;
  text-align: left;
}
#section-1 label.infield {
  margin: 5px 0 0 0;
  color: grey;
}
#section-1 label.error {
  margin: 6px 0 0 0;
  padding: 0 0 0 4px;
  background-color: white;
}
#section-1 .button-link {
  width: 100%;
  border: 1px solid #fbfaf9;
  background: #fbfaf9;
  margin: 30px 0;
  color: #231f20;
  padding: 12px 20px;
  transition: all 0.6s ease;
  font-family: "Fakt Pro Blond", sans-serif;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 2px;
  width: 100%;
  height: auto;
  margin: 20px 0 0 0;
  border: 0px solid #231f20;
  cursor: pointer;
  transition: all 0.6s ease;
}
@media screen and (max-width: 767px) {
  #section-1 .button-link {
    font-size: 0.875rem;
    padding: 10px 16px;
  }
}
@media screen and (max-width: 992px) {
  #section-1 .button-link {
    padding: 20px 20px 20px 20px;
  }
}
#section-1 .button-link span.msg, #section-1 .button-link span#msg {
  text-align: left;
  font-size: 1.5rem;
}
@media screen and (max-width: 1024px) {
  #section-1 .button-link span.msg, #section-1 .button-link span#msg {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 992px) {
  #section-1 .button-link span.msg, #section-1 .button-link span#msg {
    font-size: 1.25rem;
  }
}
#section-1 #loadingbtn, #section-1 #thankyou {
  display: none;
}
#section-1 .privacy-policy, #section-1 p.privacy-policy, #section-1 a.policy-link, #section-1 a:hover.policy-link, #section-1 #privacy-policy {
  color: #6d6e71;
  text-align: left;
  color: #fbfaf9;
}
#section-1 .privacy-policy {
  font-size: 10px;
  text-align: center;
  font-family: "Fakt Pro Blond", sans-serif;
}
#section-1 p.privacy-policy {
  font-size: 10px;
  margin: 20px 30px 15px 30px;
  line-height: 12px;
  background: url(../images/lock.png) top left no-repeat;
  padding-left: 20px;
}
@media screen and (max-width: 1024px) {
  #section-1 p.privacy-policy {
    padding-left: 15px;
  }
}
#section-1 p.privacy-policy img {
  margin-right: 10px;
  text-align: left;
}
#section-1 a.policy-link {
  text-decoration: underline;
  color: #fbfaf9;
}
#section-1 a:hover.policy-link {
  text-decoration: none;
  color: #fbfaf9;
}
#section-1 #privacy-policy {
  display: none;
  font-size: 9px;
  width: 90%;
  margin: 0 5% 20px;
  font-family: "Fakt Pro Blond", sans-serif;
}
#section-1 .custom-select {
  position: relative;
  padding: 0 0;
  background: black;
  margin-bottom: 20px;
  border: 1px solid #fbfaf9;
}
@media screen and (max-width: 992px) {
  #section-1 .custom-select {
    margin-bottom: 10px;
  }
}
#section-1 .custom-select select {
  display: none !important; /*hide original SELECT element:*/
}
#section-1 .select-selected {
  background-color: #842f05;
  transition: all 0.6s ease;
  text-align: left;
  font-family: "Fakt Pro Blond", sans-serif;
  color: #fbfaf9 !important;
}
#section-1 .select-selected:hover {
  -webkit-box-shadow: 0 0 0 0 rgba(251, 250, 249, 0.3);
  box-shadow: 0 0 0 0 rgba(251, 250, 249, 0.3);
}
@media screen and (max-width: 992px) {
  #section-1 .select-selected {
    font-size: 0.875rem;
    margin-bottom: 10px;
  }
}
#section-1 .select-selected:after {
  position: absolute;
  content: "";
  top: 22px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fbfaf9 transparent transparent transparent;
}
#section-1 .select-selected.select-arrow-active:after {
  border-color: transparent transparent #fbfaf9 transparent;
  top: 12px;
}
#section-1 .select-items div, #section-1 .select-selected {
  color: #fbfaf9;
  font-size: 1rem;
  padding: 12px 1rem;
  border: 0px solid #231f20;
  cursor: pointer;
  border-bottom: 1px solid rgba(251, 250, 249, 0.8);
}
@media screen and (max-width: 992px) {
  #section-1 .select-items div, #section-1 .select-selected {
    font-size: 0.875rem;
  }
}
#section-1 .select-items {
  position: absolute;
  background-color: #842f05;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  font-size: 0.875rem;
  border-top: none;
  text-align: left;
  font-family: "Fakt Pro Blond", sans-serif;
  color: #fbfaf9 !important;
}
#section-1 .select-hide {
  display: none;
}
#section-1 .select-items div:hover, #section-1 .same-as-selected {
  background-color: rgba(132, 47, 5, 0.3);
}
@media screen and (max-width: 1024px) {
  #section-1 {
    padding: 40px 0;
    background-size: auto 220px;
  }
}
@media screen and (max-width: 992px) {
  #section-1 {
    padding: 40px 0;
  }
  #section-1 .section-intro {
    padding: 0 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #section-1 {
    padding: 30px 0 0;
    background-size: 60%;
  }
  #section-1 .section-intro {
    padding: 0 0 0 0;
  }
}
/* Section 2
 ================================================== */
#section-2 {
  padding: 70px 0;
  background: #f4f1ec url(../images/section-2-bg.png) right bottom no-repeat;
  background-size: auto 250px;
  text-align: center;
  color: #842f05;
  position: relative;
}
#section-2 .section-heading {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 3rem;
  margin: 0 0 1.5rem;
}
@media screen and (max-width: 1024px) {
  #section-2 .section-heading {
    font-size: 2rem;
  }
}
@media screen and (max-width: 992px) {
  #section-2 .section-heading {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  #section-2 .section-heading {
    font-size: 1.75rem;
    text-align: center;
  }
}
#section-2 .section-subheading {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 2rem;
  padding: 0 6rem 0 0;
  margin: 0 0 1.5rem;
}
@media screen and (max-width: 1024px) {
  #section-2 .section-subheading {
    font-size: 1.25rem;
    padding: 0 8rem 0 0;
  }
}
@media screen and (max-width: 992px) {
  #section-2 .section-subheading {
    font-size: 1.25rem;
    padding: 0 2rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  #section-2 .section-subheading {
    font-size: 1.125rem;
    padding: 0 0;
    text-align: center;
  }
}
#section-2 .section-intro {
  font-family: "Fakt Pro Blond", sans-serif;
  font-size: 1.5rem;
  padding: 0 0 0 0;
}
@media screen and (max-width: 1024px) {
  #section-2 .section-intro {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 992px) {
  #section-2 .section-intro {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #section-2 .section-intro {
    font-size: 1rem;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  #section-2 {
    padding: 40px 0;
    background-size: auto 220px;
  }
}
@media screen and (max-width: 992px) {
  #section-2 {
    padding: 40px 0 24px;
  }
}
@media screen and (max-width: 767px) {
  #section-2 {
    padding: 30px 0;
  }
}

/* Section 3
 ================================================== */
#section-3 {
  padding: 60px 0 40px;
  background: #842f05;
  color: #fbfaf9;
  text-align: center;
}
#section-3 .section-heading {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 3rem;
  margin: 0 0 1.5rem;
}
@media screen and (max-width: 1024px) {
  #section-3 .section-heading {
    font-size: 2rem;
  }
}
@media screen and (max-width: 992px) {
  #section-3 .section-heading {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  #section-3 .section-heading {
    font-size: 1.75rem;
    text-align: center;
  }
}
#section-3 .section-subheading {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 2rem;
  padding: 0 6rem 0 0;
  margin: 0 0 1.5rem;
}
@media screen and (max-width: 1024px) {
  #section-3 .section-subheading {
    font-size: 1.25rem;
    padding: 0 8rem 0 0;
  }
}
@media screen and (max-width: 992px) {
  #section-3 .section-subheading {
    font-size: 1.25rem;
    padding: 0 2rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  #section-3 .section-subheading {
    font-size: 1.125rem;
    padding: 0 0;
    text-align: center;
  }
}
#section-3 .section-intro {
  font-family: "Fakt Pro Blond", sans-serif;
  font-size: 1.5rem;
  padding: 0 0 0 0;
}
@media screen and (max-width: 1024px) {
  #section-3 .section-intro {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 992px) {
  #section-3 .section-intro {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #section-3 .section-intro {
    font-size: 1rem;
    text-align: center;
  }
}
#section-3 .border-bottom {
  border-bottom: 1px solid #842f05;
}
#section-3 .pricebox-holder {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: auto;
  padding: 0 0 0;
}
#section-3 .pricebox-holder, #section-3 .scrolling-wrapper-flexbox {
  height: auto;
  margin-bottom: 60px;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
#section-3 .pricebox-holder::-webkit-scrollbar, #section-3 .scrolling-wrapper-flexbox::-webkit-scrollbar {
  display: none;
}
#section-3 .pricebox {
  padding: 0 0 20px 0px;
  margin-bottom: 0px;
  transition: all 0.6s ease;
  background: #f4f1ec;
  color: #842f05;
}
#section-3 .pricebox img {
  margin: 0 auto 1rem;
}
#section-3 .pricebox .product-type {
  font-family: "Fakt Pro Blond", sans-serif;
  font-size: 1rem;
  padding: 0 0rem;
  margin: 0 0;
  font-weight: bold;
}
#section-3 .pricebox .address {
  font-family: "Fakt Pro Blond", sans-serif;
  font-size: 1rem;
  padding: 0 0rem;
  margin: 0 0 0.5rem;
}
#section-3 .pricebox .price {
  font-family: "Fakt Pro Blond", sans-serif;
  padding-top: 0px;
  font-size: 2rem;
  text-transform: uppercase;
  margin: 0 0 0.5rem;
}
#section-3 .pricebox .price > span {
  font-size: 2.5rem;
  color: #842f05;
}
#section-3 .pricebox ul {
  padding: 0 0 0 0;
  margin: 0 0 0.5rem;
}
#section-3 .pricebox ul li {
  display: inline-block;
  font-size: 1.125rem;
  width: auto;
  margin: 0 1rem 0 0;
  font-family: "Fakt Pro Blond", sans-serif;
}
#section-3 .pricebox ul li:last-child {
  margin: 0 0 0 0;
}
#section-3 .pricebox ul .bed {
  background: url(../images/icon-bed-brown.svg) left 7px no-repeat;
  background-size: 33px 22px;
  padding: 5px 0 0 33px;
}
#section-3 .pricebox ul .bath {
  background: url(../images/icon-bath-brown.svg) left center no-repeat;
  background-size: 23px 23px;
  padding: 5px 0 0 30px;
}
#section-3 .pricebox ul .size {
  background: url(../images/icon-size-brown.svg) left center no-repeat;
  background-size: 23px 25px;
  padding: 5px 0 0 30px;
}
#section-3 .pricebox ul .car {
  background: url(../images/icon-car-brown.svg) left center no-repeat;
  background-size: 22px 22px;
  padding: 5px 0 0 30px;
}
#section-3 .pricebox ul .study {
  background: url(../images/icon-brown.svg) left center no-repeat;
  background-size: 22px 22px;
  padding: 5px 0 0 30px;
}
#section-3 .pricebox .button {
  width: 100%;
  border: 1px solid #fbfaf9;
  background: #fbfaf9;
  margin: 30px 0;
  color: #231f20;
  padding: 12px 20px;
  transition: all 0.6s ease;
  font-family: "Fakt Pro Blond", sans-serif;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 2px;
  margin: 0 30px;
  width: auto;
  background: #842f05;
  color: white;
}
@media screen and (max-width: 767px) {
  #section-3 .pricebox .button {
    font-size: 0.875rem;
    padding: 10px 16px;
  }
}
#section-3 .pricebox-noborder {
  border: none;
}
#section-3 .border-right {
  border-right: 1px solid #fbfaf9;
}
@media screen and (max-width: 1024px) {
  #section-3 {
    padding: 40px 0;
  }
  #section-3 .pricebox {
    padding: 0 0 20px;
  }
  #section-3 .pricebox .product-type {
    font-size: 1rem;
    padding: 0 0rem;
  }
  #section-3 .pricebox .price {
    font-size: 1.75rem;
  }
  #section-3 .pricebox .price > span {
    font-size: 2.5rem;
  }
  #section-3 .pricebox ul {
    padding: 0;
  }
  #section-3 .pricebox ul li {
    font-size: 1rem;
  }
  #section-3 .pricebox .button {
    margin: 0 10px;
  }
}
@media screen and (max-width: 992px) {
  #section-3 {
    padding: 40px 0 30px;
  }
  #section-3 .pricebox {
    margin-bottom: 0;
  }
  #section-3 .pricebox .product-type {
    font-size: 0.875rem;
  }
  #section-3 .pricebox .price {
    padding-top: 0px;
    font-size: 1.5rem;
  }
  #section-3 .pricebox .price > span {
    font-size: 1.75rem;
  }
  #section-3 .pricebox ul {
    padding: 0;
  }
  #section-3 .pricebox ul li {
    font-size: 1rem;
    margin: 0 0.375rem 0 0;
    height: 20px;
    line-height: 12px;
  }
  #section-3 .pricebox ul li:last-child {
    margin: 0 0;
  }
  #section-3 .pricebox ul .bed {
    background: url(../images/icon-bed-brown.svg) left 3px no-repeat;
    background-size: 27px 18px;
    padding: 5px 0 0 28px;
  }
  #section-3 .pricebox ul .bath {
    background: url(../images/icon-bath-brown.svg) left center no-repeat;
    background-size: 30px 20px;
    padding: 5px 0 0 28px;
  }
  #section-3 .pricebox ul .car {
    background: url(../images/icon-car-brown.svg) left center no-repeat;
    background-size: 24px 15px;
    padding: 5px 0 0 25px;
  }
  #section-3 .pricebox .button {
    margin: 0 10px;
    width: auto;
    padding: 12px 0px;
  }
}
@media screen and (max-width: 767px) {
  #section-3 {
    padding: 30px 0;
  }
  #section-3 .pricebox {
    /* 	        margin-bottom: 0; */
  }
  #section-3 .pricebox .product-type {
    font-size: 0.75rem;
    padding: 0 1rem;
    text-transform: uppercase;
    margin: 0 0;
  }
  #section-3 .pricebox .price {
    padding-top: 5px;
    font-size: 1.5rem;
  }
  #section-3 .pricebox .price > span {
    color: white;
    font-size: 1.75rem;
  }
  #section-3 .pricebox ul {
    padding: 0;
    margin: 0 0 0 0;
  }
  #section-3 .pricebox ul li {
    font-size: 0.875rem;
    margin-right: 0.25rem;
  }
  #section-3 .pricebox ul .bed {
    background-size: 24px 20px;
    padding: 5px 0 0 33px;
  }
  #section-3 .pricebox ul .bath {
    background-size: 23px 20px;
    padding: 5px 0 0 30px;
  }
  #section-3 .pricebox ul .car {
    background-size: 22px 20px;
    padding: 5px 0 0 30px;
  }
  #section-3 .pricebox .button {
    margin: 1rem 10px 0;
    width: auto;
    padding: 12px 5px;
    font-size: 0.75rem;
  }
}

#carousel-wrapper {
  position: relative;
  width: 1800px;
  margin: 0 auto;
  background: #f4f1ec;
  padding: 0 0 0;
}
#carousel-wrapper .slick-initialized .slick-slide {
  background: #f4f1ec;
}
#carousel-wrapper .slider-caption {
  z-index: 3000;
}
#carousel-wrapper .slider-caption p {
  font-family: "Fakt Pro Blond", sans-serif;
  font-size: 1rem;
  color: white;
  margin: -80px 30px 40px 30px;
  text-align: left;
  text-transform: uppercase;
}
@media screen and (max-width: 2099px) {
  #carousel-wrapper {
    width: auto;
    padding: 0 0 0;
  }
}
@media screen and (max-width: 1024px) {
  #carousel-wrapper {
    width: auto;
    padding: 0 0 0;
  }
  #carousel-wrapper .slider-caption p {
    font-size: 1rem;
    margin: -80px 20px 40px 30px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #carousel-wrapper {
    width: auto;
    padding: 0 0 0;
  }
  #carousel-wrapper .slider-caption p {
    font-size: 0.875rem;
    margin: -40px 20px 10px 20px;
    text-align: center;
  }
}
@media screen and (max-width: 390px) {
  #carousel-wrapper {
    width: 100%;
    padding: 0 0 0;
    text-align: center;
  }
  #carousel-wrapper .caption {
    margin: -40px auto 0;
  }
}

.slider {
  margin: 0 auto 0;
  background: #f4f1ec;
  position: relative;
}
.slider img {
  height: 800px;
  margin: 0 10px;
}
.slider .slick-prev:before, .slider .slick-next:before {
  color: #231f20;
  font-size: 42px;
}
.slider .slick-dots {
  background: #f4f1ec;
  bottom: -20px;
  padding-bottom: 20px;
}
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  .slider img {
    height: 700px;
    margin: 0 10px;
  }
}
@media screen and (max-width: 1024px) {
  .slider img {
    height: 650px;
  }
}
@media screen and (max-width: 992px) {
  .slider img {
    height: 450px;
    margin: 0 7px;
  }
}
@media screen and (max-width: 767px) {
  .slider .slick-prev:before, .slider .slick-next:before {
    color: white;
    font-size: 24px;
  }
  .slider img {
    height: 270px;
    margin: 0 5px;
  }
}

/* Section 4
 ================================================== */
#section-4, #section-5 {
  padding: 70px 0;
  background: #f4f1ec url(../images/section-1-bg.png) left top no-repeat;
  background-size: auto 250px;
  color: #842f05;
  position: relative;
  text-align: center;
}
#section-4 .section-heading, #section-5 .section-heading {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 3rem;
  margin: 0 0 1.5rem;
}
@media screen and (max-width: 1024px) {
  #section-4 .section-heading, #section-5 .section-heading {
    font-size: 2rem;
  }
}
@media screen and (max-width: 992px) {
  #section-4 .section-heading, #section-5 .section-heading {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  #section-4 .section-heading, #section-5 .section-heading {
    font-size: 1.75rem;
    text-align: center;
  }
}
#section-4 .section-subheading, #section-5 .section-subheading {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 2rem;
  padding: 0 6rem 0 0;
  margin: 0 0 1.5rem;
}
@media screen and (max-width: 1024px) {
  #section-4 .section-subheading, #section-5 .section-subheading {
    font-size: 1.25rem;
    padding: 0 8rem 0 0;
  }
}
@media screen and (max-width: 992px) {
  #section-4 .section-subheading, #section-5 .section-subheading {
    font-size: 1.25rem;
    padding: 0 2rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  #section-4 .section-subheading, #section-5 .section-subheading {
    font-size: 1.125rem;
    padding: 0 0;
    text-align: center;
  }
}
#section-4 .section-intro, #section-5 .section-intro {
  font-family: "Fakt Pro Blond", sans-serif;
  font-size: 1.5rem;
  padding: 0 0 0 0;
}
@media screen and (max-width: 1024px) {
  #section-4 .section-intro, #section-5 .section-intro {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 992px) {
  #section-4 .section-intro, #section-5 .section-intro {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #section-4 .section-intro, #section-5 .section-intro {
    font-size: 1rem;
    text-align: center;
  }
}
#section-4 .bold, #section-5 .bold {
  font-family: "Fakt Pro Blond", sans-serif;
  margin: 2rem 0 0 0;
  color: #231f20;
}
#section-4 .cols, #section-5 .cols {
  -webkit-columns: 2;
  /* Chrome, Safari, Opera */
  -moz-columns: 2;
  /* Firefox */
  columns: 2;
  padding: 0 0 0 0px;
  height: auto;
  text-align: left;
}
#section-4 .cols ul, #section-5 .cols ul {
  font-size: 1.125rem;
  margin: 0 0 12px;
  font-family: "Fakt Pro Blond", sans-serif;
}
#section-4 .cols ul li, #section-5 .cols ul li {
  margin: 0 0 0.875rem 0;
  padding: 0 0rem 0 0;
}
#section-4 .caption, #section-5 .caption {
  position: absolute;
  z-index: 100;
  width: auto;
  margin: -40px 20px 0 20px;
  color: white;
  font-size: 1rem;
  font-family: "Fakt Pro Blond", sans-serif;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  #section-4, #section-5 {
    padding: 40px 0;
    background-size: auto 220px;
  }
  #section-4 .bold, #section-5 .bold {
    margin: 2rem 0 0 0;
  }
  #section-4 .cols ul, #section-5 .cols ul {
    padding: 0 0 0 1rem;
    font-size: 1rem;
  }
  #section-4 .cols ul li, #section-5 .cols ul li {
    margin: 0 0 0.375rem;
    padding: 0 0;
    line-height: 1.5;
  }
  #section-4 .caption, #section-5 .caption {
    margin: -30px 20px 0 20px;
    color: white;
    font-size: 1rem;
  }
}
@media screen and (max-width: 992px) {
  #section-4, #section-5 {
    padding: 40px 0;
  }
  #section-4 .section-intro, #section-5 .section-intro {
    padding: 0 1rem;
  }
  #section-4 .bold, #section-5 .bold {
    margin: 1.5rem 0 0 0;
  }
  #section-4 .cols ul, #section-5 .cols ul {
    padding: 0 0 0 1rem;
  }
  #section-4 .cols ul li, #section-5 .cols ul li {
    margin: 0 0 0.375rem;
    padding: 0 0;
  }
  #section-4 img, #section-5 img {
    margin: 0 auto 1.5rem;
  }
  #section-4 .caption, #section-5 .caption {
    margin: -55px 20px 0 20px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  #section-4, #section-5 {
    padding: 30px 0;
  }
  #section-4 .bold, #section-5 .bold {
    margin: 1.5rem 0;
  }
  #section-4 .cols, #section-5 .cols {
    -webkit-columns: 1;
    /* Chrome, Safari, Opera */
    -moz-columns: 1;
    /* Firefox */
    columns: 1;
    padding: 0 10px;
    margin: 0 0 0px;
    height: auto;
  }
  #section-4 .cols ul, #section-5 .cols ul {
    margin: 0;
  }
  #section-4 .cols ul li, #section-5 .cols ul li {
    padding: 0 0;
  }
  #section-4 video, #section-5 video {
    margin: 0 auto 1.5rem;
  }
  #section-4 .caption, #section-5 .caption {
    margin: -55px 20px 0 20px;
  }
}

#section-5 {
  background: #f4f1ec;
}
#section-5 .residents {
  padding-top: 40px;
}
#section-5 img {
  margin: 0 0 0.5rem;
  transition: all 0.6s ease;
}
#section-5 img:hover {
  opacity: 0.8;
}
#section-5 .lifestyle-caption {
  font-family: "Fakt Pro Blond", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 1px;
  text-align: left;
  margin: 0 0 1.5rem;
}
@media screen and (max-width: 992px) {
  #section-5 {
    padding: 0 0 0 0;
  }
  #section-5 .residents {
    padding-top: 30px;
  }
  #section-5 .section-intro {
    padding: 0 0rem;
  }
  #section-5 .cols {
    -webkit-columns: 2;
    /* Chrome, Safari, Opera */
    -moz-columns: 2;
    /* Firefox */
    columns: 2;
    padding: 0 0 0 0px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  #section-5 {
    padding: 0 0;
  }
  #section-5 .cols {
    -webkit-columns: 1;
    /* Chrome, Safari, Opera */
    -moz-columns: 1;
    /* Firefox */
    columns: 1;
    padding: 0 20px;
    margin: 0 0 0px;
    height: auto;
  }
  #section-5 .cols ul {
    margin: 0;
  }
  #section-5 .cols ul li {
    padding: 0 0;
  }
  #section-5 img {
    margin-bottom: 0.5rem;
  }
}

#video {
  padding: 70px 0;
  color: #842f05;
  position: relative;
  text-align: center;
}
#video .section-heading {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 3rem;
  margin: 0 0 1.5rem;
}
@media screen and (max-width: 1024px) {
  #video .section-heading {
    font-size: 2rem;
  }
}
@media screen and (max-width: 992px) {
  #video .section-heading {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  #video .section-heading {
    font-size: 1.75rem;
    text-align: center;
  }
}
#video .section-subheading {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 2rem;
  padding: 0 6rem 0 0;
  margin: 0 0 1.5rem;
}
@media screen and (max-width: 1024px) {
  #video .section-subheading {
    font-size: 1.25rem;
    padding: 0 8rem 0 0;
  }
}
@media screen and (max-width: 992px) {
  #video .section-subheading {
    font-size: 1.25rem;
    padding: 0 2rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  #video .section-subheading {
    font-size: 1.125rem;
    padding: 0 0;
    text-align: center;
  }
}
#video .section-intro {
  font-family: "Fakt Pro Blond", sans-serif;
  font-size: 1.5rem;
  padding: 0 0 0 0;
}
@media screen and (max-width: 1024px) {
  #video .section-intro {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 992px) {
  #video .section-intro {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #video .section-intro {
    font-size: 1rem;
    text-align: center;
  }
}
#video .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 0rem;
}
#video .embed-container iframe, #video .embed-container object, #video .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  #video {
    padding: 40px 0;
  }
}

/* Google Map
 ================================================== */
#map-header {
  padding: 40px 0;
  background: #842f05;
  color: #fbfaf9;
}
#map-header .map-heading {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 3rem;
  margin: 0 0 1.5rem;
  margin: 0 0 1rem;
}
@media screen and (max-width: 1024px) {
  #map-header .map-heading {
    font-size: 2rem;
  }
}
@media screen and (max-width: 992px) {
  #map-header .map-heading {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  #map-header .map-heading {
    font-size: 1.75rem;
    text-align: center;
  }
}
#map-header .section-sub-header {
  font-family: "Fakt Pro Blond", sans-serif;
  font-size: 1.5rem;
  margin: 0 0 1.5rem;
  padding: 0 0px 0 0;
  line-height: 1.5;
}
#map-header .button {
  width: 100%;
  border: 1px solid #fbfaf9;
  background: #fbfaf9;
  margin: 30px 0;
  color: #231f20;
  padding: 12px 20px;
  transition: all 0.6s ease;
  font-family: "Fakt Pro Blond", sans-serif;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 2px;
  width: auto;
  font-size: 1.125rem;
  margin: 0 0 22px;
  float: right;
}
@media screen and (max-width: 767px) {
  #map-header .button {
    font-size: 0.875rem;
    padding: 10px 16px;
  }
}
@media screen and (max-width: 1024px) {
  #map-header {
    padding: 40px 0;
  }
  #map-header .section-sub-header {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 992px) {
  #map-header {
    padding: 40px 0;
  }
  #map-header .section-sub-header {
    font-size: 1.125rem;
    margin: 0 0 1rem;
    padding: 0 0px 0 0;
  }
  #map-header .button {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  #map-header {
    padding: 30px 0px;
    text-align: center;
  }
  #map-header .section-sub-header {
    font-size: 1.125rem;
    margin: 0 0 1rem;
    padding: 0 0px 0 0;
  }
  #map-header .button {
    font-size: 0.875rem;
    margin: 0 auto 1.5rem;
    float: none;
  }
}

#google-map {
  width: 100%;
  height: 600px;
}
@media screen and (max-width: 1024px) {
  #google-map {
    height: 500px;
  }
}
@media screen and (max-width: 992px) {
  #google-map {
    height: 450px;
  }
}
@media screen and (max-width: 767px) {
  #google-map {
    height: 350px;
  }
}

/* Aerial View 
================================================== */
#aerial-view {
  background: black;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  margin-bottom: 0;
}
#aerial-view img {
  width: 100%;
}
/* Footer Section Styles
 ================================================== */
#footer {
  padding: 40px 0;
  background: #f4f1ec url(../images/section-2-bg.png) right bottom no-repeat;
  background-size: auto 250px;
  color: #842f05;
  text-align: left;
  font-family: "Fakt Pro Blond", sans-serif;
}
#footer .footer-heading {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 3rem;
  margin: 0 0 1.5rem;
  font-size: 2rem;
  margin: 0 0 15px;
  padding: 0 3rem 0 0;
  line-height: 1.15;
  text-align: left !important;
}
@media screen and (max-width: 1024px) {
  #footer .footer-heading {
    font-size: 2rem;
  }
}
@media screen and (max-width: 992px) {
  #footer .footer-heading {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer-heading {
    font-size: 1.75rem;
    text-align: center;
  }
}
#footer .footer-copy {
  font-size: 1.125rem;
  display: inline-block;
  margin: -10px 0 0 0;
  padding: 0 0;
}
#footer .agent-name, #footer .agent-number, #footer .footer-copy {
  display: inline-block;
  font-family: "Fakt Pro Blond", sans-serif;
}
#footer .agent-name a, #footer .agent-number a, #footer .footer-copy a {
  color: #842f05;
  text-decoration: none;
}
#footer .agent-name {
  float: left;
  width: 55%;
}
#footer .agent-number {
  float: right;
  text-align: right;
  width: 43%;
}
#footer .button, #footer .button-2 {
  width: 100%;
  border: 1px solid #fbfaf9;
  background: #fbfaf9;
  margin: 30px 0;
  color: #231f20;
  padding: 12px 20px;
  transition: all 0.6s ease;
  font-family: "Fakt Pro Blond", sans-serif;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 2px;
  width: auto;
  display: inline-block;
  margin: 1rem 20px 0 0;
  float: left;
  background: #842f05;
  color: #fbfaf9;
}
@media screen and (max-width: 767px) {
  #footer .button, #footer .button-2 {
    font-size: 0.875rem;
    padding: 10px 16px;
  }
}
#footer .button-2 {
  margin: 1rem 0 0 0;
}
#footer .disclaimer, #footer .copyright {
  font-size: 0.75rem;
  margin: 0 0;
  font-family: "Fakt Pro Blond", sans-serif;
  text-align: right;
}
#footer .disclaimer a, #footer .copyright a {
  color: #f4f1ec;
  text-decoration: underline;
}
#footer .copyright {
  text-align: right;
  color: white;
}
#footer .padded-left {
  padding: 0 0 0 110px;
}
#footer #logo-wrapper {
  width: auto;
  margin: 30px auto 0;
  text-align: left;
  width: auto;
  /*
  		display: flex;
          flex-wrap: wrap;
  */
}
#footer #golden-age-logo, #footer #cox-logo, #footer #tcl-logo, #footer #mim-logo {
  height: 70px;
  margin: 25px 0 0 0;
  font-size: 0.875rem;
}
#footer #golden-age-logo {
  background: url(../images/logo-golden-age.svg) 0px bottom no-repeat;
  background-size: 255px 20px;
  width: 100%;
}
#footer #tcl-logo {
  background: url(../images/logo-tcl.svg) left bottom no-repeat;
  background-size: 72px 20px;
  width: 100%;
}
#footer #cox-logo {
  background: url(../images/logo-cox-architecture.svg) left bottom no-repeat;
  background-size: 80px 20px;
  width: 100%;
}
#footer #mim-logo {
  background: url(../images/logo-mim-design.svg) left bottom no-repeat;
  background-size: 186px 20px;
  width: 100%;
}
#footer .padding-ga {
  padding: 0 0 0 15px;
}
#footer .padding-cox {
  padding: 0 0 0 164px;
}
#footer .padding-tcl {
  padding: 0 0 0 124px;
}
#footer .padding-mim {
  padding: 0 0 0 98px;
}
@media screen and (max-width: 1024px) {
  #footer {
    padding: 30px 0;
  }
  #footer .padded-left {
    padding: 0 0 0 31px;
  }
  #footer #cox-logo {
    margin-left: 0px;
  }
  #footer .padding-cox {
    padding: 0 0 0 0;
  }
  #footer .padding-tcl {
    padding: 0 0 0 15px;
  }
  #footer .padding-mim {
    padding: 0 0 0 52px;
  }
}
@media screen and (max-width: 992px) {
  #footer .footer-heading {
    font-size: 1.375rem;
  }
  #footer .padded-left {
    padding: 0 0 0 90px;
  }
  #footer #golden-age-logo, #footer #cox-logo, #footer #tcl-logo, #footer #mim-logo {
    margin: 25px 0 0 0;
    height: 60px;
  }
  #footer #golden-age-logo {
    background-size: 153px 12px;
  }
  #footer #tcl-logo {
    background-size: 43px 12px;
  }
  #footer #cox-logo {
    background-size: 48px 12px;
    margin-left: 40px;
  }
  #footer #mim-logo {
    background-size: 112px 12px;
  }
  #footer .padding-tcl {
    padding: 0 0 0 12px;
  }
  #footer .padding-mim {
    padding: 0 0 0 50px;
  }
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 15px 0 40px 0;
  }
  #footer .col-12 {
    padding-left: 15px;
  }
  #footer .footer-heading {
    margin: 20px 0;
    font-size: 1.75rem;
  }
  #footer .padded-left {
    padding: 15px 0 0 15px;
  }
  #footer .footer-copy {
    margin: 0 0 15px;
  }
  #footer #logo-wrapper {
    margin: 0 auto;
    display: block;
  }
  #footer #golden-age-logo, #footer #cox-logo, #footer #tcl-logo, #footer #mim-logo {
    height: 50px;
    margin: 20px 20px 20px 0;
    display: block;
  }
  #footer #golden-age-logo {
    background-size: auto 16px;
  }
  #footer #tcl-logo {
    background-size: auto 16px;
  }
  #footer #cox-logo {
    background-size: auto 16px;
    margin-left: 0px;
  }
  #footer #mim-logo {
    background-size: auto 16px;
  }
  #footer .padding-ga {
    padding: 0 0 0 17px;
  }
  #footer .padding-cox {
    padding: 0 0 0 17px;
  }
  #footer .padding-tcl {
    padding: 0 0 0 17px;
  }
  #footer .padding-mim {
    padding: 0 0 0 17px;
  }
}

/* Footer
================================================== */
#corporate-info {
  padding: 40px 0 20px;
  background: #842f05;
  color: white;
  font-family: "Fakt Pro Blond", sans-serif;
}
#corporate-info #logo-ga {
  width: 30px;
  height: 64px;
  background: url(../images/logo-ga.svg) left top no-repeat;
}
#corporate-info .section-heading {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 3rem;
  margin: 0 0 1.5rem;
  font-size: 2rem;
  text-align: left !important;
}
@media screen and (max-width: 1024px) {
  #corporate-info .section-heading {
    font-size: 2rem;
  }
}
@media screen and (max-width: 992px) {
  #corporate-info .section-heading {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  #corporate-info .section-heading {
    font-size: 1.75rem;
    text-align: center;
  }
}
#corporate-info .contact-info {
  display: inline-block;
  width: 48%;
}
#corporate-info .border-top {
  border-top: 1px solid white;
  margin: 20px 0 0 0;
  padding: 20px 0 0 0;
}
#corporate-info a {
  color: white;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  #corporate-info {
    padding: 20px 0 0;
  }
  #corporate-info .section-heading {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 992px) {
  #corporate-info {
    padding: 20px 0 0;
  }
  #corporate-info .section-heading {
    font-size: 1.375rem;
  }
  #corporate-info .contact-info {
    font-size: 0.875rem;
  }
  #corporate-info a {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  #corporate-info {
    padding: 10px 0 0;
  }
  #corporate-info #logo-ga {
    margin: 10px 0 20px;
  }
  #corporate-info .section-heading {
    font-size: 1.5rem;
    margin-top: 0;
  }
  #corporate-info .contact-info {
    width: 100%;
    font-size: 0.75rem;
  }
  #corporate-info .disclaimer, #corporate-info a {
    font-size: 0.75rem;
  }
}

#banner-1, #banner-2, #banner-3 {
  width: 100%;
  height: 12px;
  background-size: cover !important;
  background-attachment: fixed !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

#banner-1 {
  background: url(../images/banner-1.jpg) center center no-repeat;
}

#banner-2 {
  background: url(../images/banner-2.jpg) center center no-repeat;
}

#banner-3 {
  background: url(../images/banner.jpg) center center no-repeat;
}

/* form stuff */
#formcontent, #formcontent-2 {
  background: #842f05;
  width: 100%;
  padding: 0 0 20px;
  margin: 0 0 0 0;
  z-index: 100;
}
#formcontent h2, #formcontent #formcontent #thankyou1 h2, #formcontent #formcontent #sorry1 h2, #formcontent-2 h2, #formcontent-2 #formcontent #thankyou1 h2, #formcontent-2 #formcontent #sorry1 h2 {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 3rem;
  margin: 0 0 1.5rem;
  font-size: 2.5rem;
  color: #fbfaf9;
  padding: 30px 40px 0px;
  display: block;
  text-align: center;
  width: auto;
}
@media screen and (max-width: 1024px) {
  #formcontent h2, #formcontent #formcontent #thankyou1 h2, #formcontent #formcontent #sorry1 h2, #formcontent-2 h2, #formcontent-2 #formcontent #thankyou1 h2, #formcontent-2 #formcontent #sorry1 h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 992px) {
  #formcontent h2, #formcontent #formcontent #thankyou1 h2, #formcontent #formcontent #sorry1 h2, #formcontent-2 h2, #formcontent-2 #formcontent #thankyou1 h2, #formcontent-2 #formcontent #sorry1 h2 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  #formcontent h2, #formcontent #formcontent #thankyou1 h2, #formcontent #formcontent #sorry1 h2, #formcontent-2 h2, #formcontent-2 #formcontent #thankyou1 h2, #formcontent-2 #formcontent #sorry1 h2 {
    font-size: 1.75rem;
    text-align: center;
  }
}
#formcontent h2 span, #formcontent #formcontent #thankyou1 h2 span, #formcontent #formcontent #sorry1 h2 span, #formcontent-2 h2 span, #formcontent-2 #formcontent #thankyou1 h2 span, #formcontent-2 #formcontent #sorry1 h2 span {
  color: white;
  font-size: 1.25rem;
}
#formcontent .stamp-duty-savings, #formcontent-2 .stamp-duty-savings {
  font-family: "Fakt Pro Blond", sans-serif;
  color: #fbfaf9;
  font-size: 1.125rem;
  line-height: 1;
  padding: 0 40px;
  margin: 10px 0 0;
  text-align: center;
}
#formcontent .contact, #formcontent-2 .contact {
  font-family: maison;
  margin: 15px 0;
}
#formcontent .download-button, #formcontent-2 .download-button {
  width: 100%;
  border: 1px solid #fbfaf9;
  background: #fbfaf9;
  margin: 30px 0;
  color: #231f20;
  padding: 12px 20px;
  transition: all 0.6s ease;
  font-family: "Fakt Pro Blond", sans-serif;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 2px;
  border: 0px solid white;
  display: inline-block;
  width: auto;
  padding: 20px 30px 20px 30px;
  margin: 30px 0 30px 0;
  color: white;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #formcontent .download-button, #formcontent-2 .download-button {
    font-size: 0.875rem;
    padding: 10px 16px;
  }
}
#formcontent .download-button a, #formcontent-2 .download-button a {
  color: white;
}
#formcontent .download-button:hover, #formcontent-2 .download-button:hover {
  background: #fbfaf9;
  background-size: 6%;
  border: 0px solid #231f20;
}
#formcontent .name-wrapper, #formcontent-2 .name-wrapper {
  height: 50px;
}
#formcontent .name-wrapper .first-name, #formcontent .name-wrapper .last-name, #formcontent-2 .name-wrapper .first-name, #formcontent-2 .name-wrapper .last-name {
  width: 47%;
}
#formcontent .name-wrapper .first-name, #formcontent-2 .name-wrapper .first-name {
  float: left;
}
#formcontent .name-wrapper .last-name, #formcontent-2 .name-wrapper .last-name {
  float: right;
}
@media screen and (max-width: 992px) {
  #formcontent .name-wrapper, #formcontent-2 .name-wrapper {
    height: 50px;
  }
}
@media screen and (max-width: 1024px) {
  #formcontent, #formcontent-2 {
    padding: 0 0 20px;
    margin: 0 0 0 0;
  }
  #formcontent h2, #formcontent #formcontent #thankyou1 h2, #formcontent #formcontent #sorry1 h2, #formcontent-2 h2, #formcontent-2 #formcontent #thankyou1 h2, #formcontent-2 #formcontent #sorry1 h2 {
    font-size: 2rem;
    padding: 20px 40px 0px;
  }
  #formcontent .stamp-duty-savings, #formcontent-2 .stamp-duty-savings {
    font-size: 1.125rem;
    line-height: 1;
    padding: 0 40px;
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 992px) {
  #formcontent, #formcontent-2 {
    padding: 0 0 20px;
  }
  #formcontent h2, #formcontent #formcontent #thankyou1 h2, #formcontent #formcontent #sorry1 h2, #formcontent-2 h2, #formcontent-2 #formcontent #thankyou1 h2, #formcontent-2 #formcontent #sorry1 h2 {
    font-size: 1.75rem;
    padding: 20px 20px 0px;
    margin: 0 0 0.5rem;
  }
  #formcontent .stamp-duty-savings, #formcontent-2 .stamp-duty-savings {
    font-size: 1.125rem;
    line-height: 1;
    padding: 0 30px;
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #formcontent, #formcontent-2 {
    padding: 0 0 15px 0;
    margin: 20px auto 0;
  }
  #formcontent h2, #formcontent #formcontent #thankyou1 h2, #formcontent #formcontent #sorry1 h2, #formcontent-2 h2, #formcontent-2 #formcontent #thankyou1 h2, #formcontent-2 #formcontent #sorry1 h2 {
    font-size: 2rem;
    padding: 15px 30px 0px;
  }
  #formcontent .stamp-duty-savings, #formcontent-2 .stamp-duty-savings {
    font-size: 1rem;
    line-height: 1;
    padding: 0 30px;
    margin: 10px 0;
  }
}

#formcontent-2 {
  margin: 0 0;
  padding: 0 0 40px;
}
@media screen and (max-width: 767px) {
  #formcontent-2 {
    margin: 1rem 0 0;
    padding: 0 0 20px;
  }
}

.white-border {
  border: 10px solid white;
}

.beige-border {
  border: 10px solid rgba(35, 31, 32, 0.5);
}

.clearfix {
  *zoom: 1;
}

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

.clearfix:after {
  clear: both;
}

label {
  width: auto;
}

#thankyou1, #sorry1 {
  display: none;
}

#jpform {
  height: 295px;
}

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

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

input, label, a.selectbox-link span.selectbox-link-text, input, .button-link, .button-link span.msg, .button-link span#msg {
  text-transform: none;
}

input, label, a.selectbox-link span.selectbox-link-text {
  font-size: 1rem !important;
  color: #fbfaf9 !important;
  font-family: "Fakt Pro Blond", sans-serif;
}
@media screen and (max-width: 992px) {
  input, label, a.selectbox-link span.selectbox-link-text {
    font-size: 0.875rem !important;
  }
}

input {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid rgba(251, 250, 249, 0.8);
  margin: 0px 0 10px 0px;
  padding: 2px 0 0 15px;
  background: transparent;
  box-shadow: none;
  transition: none;
  text-align: left;
}
input:hover {
  /* 		border-bottom: 1px solid rgba($darkgrey, 0.8); */
}
input:focus, textarea:focus {
  border-color: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

a.selectbox-link {
  width: 100%;
  height: 47px;
  border: 2px solid white !important;
  margin: 5px 0 0px 0;
  background-color: transparent !important;
  background-image: none !important;
  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;
}

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.hiddenfield {
  width: 1px;
  height: 1px;
  border: 0px;
  float: right;
  position: relative;
  z-index: 1;
  left: -40px;
  background: none;
}

input#Select_Something {
  left: -210px;
}

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

form p label {
  position: absolute;
  top: 5px;
  left: 15px;
}
form p br {
  display: none;
}

form fieldset p label {
  width: 100%;
  display: block;
  font-size: 16px;
  text-align: left;
}

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%;
  border: 1px solid #fbfaf9;
  background: #fbfaf9;
  margin: 30px 0;
  color: #231f20;
  padding: 12px 20px;
  transition: all 0.6s ease;
  font-family: "Fakt Pro Blond", sans-serif;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 2px;
  width: 100%;
  height: auto;
  margin: 20px 0 0 0;
  border: 0px solid #231f20;
  cursor: pointer;
  transition: all 0.6s ease;
}
@media screen and (max-width: 767px) {
  .button-link {
    font-size: 0.875rem;
    padding: 10px 16px;
  }
}
@media screen and (max-width: 992px) {
  .button-link {
    padding: 20px 20px 20px 20px;
  }
}

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

#loadingbtn, #thankyou {
  display: none;
}

/* Privacy Policy */
.privacy-policy, p.privacy-policy, a.policy-link, a:hover.policy-link, #privacy-policy {
  color: #6d6e71;
  text-align: left;
  color: #fbfaf9;
}

.privacy-policy {
  font-size: 10px;
  text-align: center;
  font-family: "Fakt Pro Blond", sans-serif;
}

p.privacy-policy {
  font-size: 10px;
  margin: 20px 30px 15px 30px;
  line-height: 12px;
  background: url(../images/lock.png) top left no-repeat;
  padding-left: 20px;
}
@media screen and (max-width: 1024px) {
  p.privacy-policy {
    padding-left: 15px;
  }
}

p.privacy-policy img {
  margin-right: 10px;
  text-align: left;
}

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

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

#privacy-policy {
  display: none;
  font-size: 9px;
  width: 90%;
  margin: 0 5% 20px;
  font-family: "Fakt Pro Blond", sans-serif;
}

/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  padding: 0 0;
  background: black;
  margin-bottom: 20px;
  border: 1px solid #fbfaf9;
}
@media screen and (max-width: 992px) {
  .custom-select {
    margin-bottom: 10px;
  }
}

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

.select-selected {
  background-color: #842f05;
  transition: all 0.6s ease;
  text-align: left;
  font-family: "Fakt Pro Blond", sans-serif;
  color: #fbfaf9 !important;
}
.select-selected:hover {
  -webkit-box-shadow: 0 0 0 0 rgba(251, 250, 249, 0.3);
  box-shadow: 0 0 0 0 rgba(251, 250, 249, 0.3);
}
@media screen and (max-width: 992px) {
  .select-selected {
    font-size: 0.875rem;
    margin-bottom: 10px;
  }
}

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

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

/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
  color: #fbfaf9;
  font-size: 1rem;
  padding: 12px 1rem;
  border: 0px solid #231f20;
  cursor: pointer;
  border-bottom: 1px solid rgba(251, 250, 249, 0.8);
}
@media screen and (max-width: 992px) {
  .select-items div, .select-selected {
    font-size: 0.875rem;
  }
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #842f05;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  font-size: 0.875rem;
  border-top: none;
  text-align: left;
  font-family: "Fakt Pro Blond", sans-serif;
  color: #fbfaf9 !important;
}

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

.select-items div:hover, .same-as-selected {
  background-color: rgba(132, 47, 5, 0.3);
}
