@font-face {
  font-family: "CircularXXMedium";
  src: url("/fonts/CircularXXMedium.eot");
  src: url("/fonts/CircularXXMedium.eot") format("embedded-opentype"), url("/fonts/CircularXXMedium.woff2") format("woff2"), url("/fonts/CircularXXMedium.woff") format("woff"), url("/fonts/CircularXXMedium.ttf") format("truetype"), url("/fonts/CircularXXMedium.svg#CircularXXMedium") format("svg");
}
@font-face {
  font-family: "CambonBold";
  src: url("/fonts/CambonBold.eot");
  src: url("/fonts/CambonBold.eot") format("embedded-opentype"), url("/fonts/CambonBold.woff2") format("woff2"), url("/fonts/CambonBold.woff") format("woff"), url("/fonts/CambonBold.ttf") format("truetype"), url("/fonts/CambonBold.svg#CambonBold") format("svg");
}
@font-face {
  font-family: "CircularXXBook";
  src: url("/fonts/CircularXXBook.eot");
  src: url("/fonts/CircularXXBook.eot") format("embedded-opentype"), url("/fonts/CircularXXBook.woff2") format("woff2"), url("/fonts/CircularXXBook.woff") format("woff"), url("/fonts/CircularXXBook.ttf") format("truetype"), url("/fonts/CircularXXBook.svg#CircularXXBook") format("svg");
}
@font-face {
  font-family: "TemeraireItalic";
  src: url("/fonts/TemeraireItalic.eot");
  src: url("/fonts/TemeraireItalic.eot") format("embedded-opentype"), url("/fonts/TemeraireItalic.woff2") format("woff2"), url("/fonts/TemeraireItalic.woff") format("woff"), url("/fonts/TemeraireItalic.ttf") format("truetype"), url("/fonts/TemeraireItalic.svg#TemeraireItalic") format("svg");
}
@font-face {
  font-family: "DalaMoaBold";
  src: url("/fonts/DalaMoaBold.eot");
  src: url("/fonts/DalaMoaBold.eot") format("embedded-opentype"), url("/fonts/DalaMoaBold.woff2") format("woff2"), url("/fonts/DalaMoaBold.woff") format("woff"), url("/fonts/DalaMoaBold.ttf") format("truetype"), url("/fonts/DalaMoaBold.svg#DalaMoaBold") format("svg");
}
.teme {
  font-family: "TemeraireItalic";
}

.book {
  font-family: "CircularXXBook";
}

.med {
  font-family: "CircularXXMedium" !important;
}

.clear,
* html .clearfix,
*:first-child + html .clearfix {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.grid_1 {
  width: 8.33%;
}

.grid_2 {
  width: 16.67%;
}

.grid_3 {
  width: calc(25% - 30px);
}

.grid_4 {
  width: 33.33%;
}

.grid_5 {
  width: 41.67%;
}

.grid_6 {
  width: 50%;
}

.grid_7 {
  width: 58.33%;
}

.grid_8 {
  width: 66.67%;
}

.grid_9 {
  width: 75%;
}

.grid_10 {
  width: 83.33%;
}

.grid_11 {
  width: 91.67%;
}

.grid_12 {
  width: 100%;
}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
  display: block;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

img {
  border: none;
  max-width: 100%;
}

a,
img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

textarea:focus,
input:focus,
select:focus {
  outline: none;
}

/* General */
body {
  font-family: Gotham, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  background: #f1ede3;
  color: #888f65;
  margin: 0;
  padding: 0;
}

.over_hide {
  overflow: hidden;
}

.img {
  width: 100%;
  margin: 0;
  display: block;
}

/* Headings */
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-family: "CambonBold";
  font-weight: normal;
  color: #888f65;
  text-transform: uppercase;
}

p {
  text-align: left;
  margin: 0;
}

h1 {
  font-size: 64px;
  line-height: 1;
  color: #fff;
  text-align: center;
}

h2 {
  font-size: 64px;
  line-height: 1;
}

h3 {
  font-size: 32px;
  color: #fff;
  text-align: center;
}

h4 {
  font-size: 40px;
  color: #2a3851;
}

/* Navigation */
header {
  margin: 0 auto;
  width: 100%;
  display: block;
  background: #f1ede3;
  position: fixed;
  top: -67px;
  left: 0;
  padding: 15px 40px;
  text-align: center;
  border-bottom: 1px solid #888f65;
  transition: all 0.4s ease;
  z-index: 9;
}

header.show {
  top: 0;
}

.logo {
  font-family: "DalaMoaBold";
  font-size: 24px;
  font-weight: 100;
  color: #888f65;
  text-transform: uppercase;
  letter-spacing: 2px;
}

nav {
  margin: 0 auto;
  padding: 0;
  width: 570px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
}

#nav li {
  list-style: none;
  position: relative;
}

#nav li a {
  font-size: 13px;
  color: #888f65;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "CircularXXMedium";
  letter-spacing: 2px;
  position: relative;
}

#nav li a:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 2px;
  background: #888f65;
  width: 100%;
  opacity: 0;
  transition: all 0.4s ease;
}

#nav li.active a:after {
  opacity: 1;
}

#enq_btn,
.btn {
  background: #d57357;
  color: #fff;
  font-size: 13px;
  font-family: "CircularXXMedium";
  width: 160px;
  display: block;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
}

.btn {
  color: #888f65;
  background: #fff;
}

/* nav-toggle */
#nav_toggle {
  z-index: 10;
  cursor: pointer;
  width: 30px;
  height: 20px;
  display: none;
  position: relative;
}

#nav_toggle span,
#nav_toggle span:after,
#nav_toggle span:before {
  cursor: pointer;
  height: 3px;
  width: 30px;
  background: #888f65;
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  margin: auto;
  top: 0;
  transition: all 0.6s ease-in-out;
}

#nav_toggle span:before {
  top: -16px;
}

#nav_toggle span:after {
  bottom: -16px;
}

#nav_toggle.active span {
  background-color: transparent !important;
}

#nav_toggle.active span:after,
#nav_toggle.active span:before {
  top: 0;
  bottom: 0;
}

#nav_toggle.active span:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: a rotate(45deg);
}

#nav_toggle.active span:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: a rotate(-45deg);
}

/* enquiry */
main {
  position: relative;
  display: block;
}

#enquire {
  min-height: 100vh;
  display: flex;
  position: relative;
  z-index: 5;
  align-items: center;
  justify-content: center;
  overflow: auto;
  background: #888f65;
}

#enquire.nobg {
  background: none;
}

div#enquiry_thankyou + img {
  position: absolute;
  bottom: 100px;
  margin: auto;
  left: 0;
  right: 0;
}

#enquiry_thankyou ~ .disclaimer {
  display: none;
}

p.footer {
  font-size: 12px;
  font-family: "CircularXXMedium";
  background: #000;
  color: #888f65;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 15px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}

#th {
  font-size: 12px;
  font-family: "CircularXXMedium";
  text-align: center;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.register {
  max-width: 460px;
  width: calc(100% - 30px);
  margin: 0 auto;
}

.hs-submit .hs-button {
  margin: 10px auto 20px;
  display: block;
  width: 220px;
  background: #f0ece2;
  color: #858363;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  font-family: "CircularXXMedium";
  border: none;
  cursor: pointer;
}

.inputs-list {
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 auto;
}

textarea {
  max-width: 100%;
}

input:-webkit-input-placeholder,
textarea:-webkit-input-placeholder {
  color: #f0ece2;
  opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #f0ece2;
  opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #f0ece2;
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #f0ece2;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

/* Token Style */
ul.token-input-list-project {
  border: none;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
  text-align: -moz-left;
  text-align: -webkit-left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border-bottom: 1px solid #525252;
  clear: both;
}

li.token-input-input-token-project {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
}

ul.token-input-list-project li input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: 100% !important;
  margin-bottom: 0;
}

li.token-input-token-project p {
  display: inline;
  padding: 0;
  margin: 0 5px 0 0;
  line-height: 20px;
  font-size: 11px;
}

li.token-input-token-project {
  overflow: hidden;
  height: 25px;
  margin: 0;
  padding: 2px 5px;
  background-color: #ccc;
  color: #000;
  cursor: default;
  border: 1px solid #525252;
  font-size: 12px;
  white-space: nowrap;
  list-style: none;
  display: inline-block;
}

div.token-input-dropdown-project {
  position: absolute;
  width: 100%;
  background-color: #f0ece2;
  overflow-x: hidden;
  cursor: default;
  font-size: 11px;
  z-index: 13;
  color: #000000;
}

div.token-input-dropdown-project ul {
  margin: 0;
  padding: 0;
  display: block !important;
  max-height: 205px;
}

div.token-input-dropdown-project ul li {
  background-color: #f0ece2;
  font-size: 14px;
  padding: 3px;
  margin: 0;
  list-style-type: none;
  font-weight: 100 !important;
}

div.token-input-dropdown-project ul li.token-input-dropdown-item-project {
  background-color: #f0ece2;
}

div.token-input-dropdown-project ul li.token-input-dropdown-item2-project {
  background-color: #f0ece2;
}

div.token-input-dropdown-project ul li em {
  font-weight: bold;
  font-style: normal;
}

div.token-input-dropdown-project ul li.token-input-selected-dropdown-item-project {
  background-color: #ccc;
  color: #f0ece2;
}

/* Parsley-error */
/* Parsley-error */
ul.parsley-errors-list.filled,
ul.parsley-errors-list {
  font-size: 10px;
  list-style: outside none none;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: left;
  top: 0;
}

ul.parsley-errors-list.filled li,
ul.parsley-errors-list li {
  padding: 0;
  color: #f00d0d;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  margin-top: -20px;
}

.privacy_link {
  font-size: 14px;
  text-decoration: underline;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #f0ece2;
  font-family: "CircularXXBook";
}

* {
  -moz-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

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

.justify_center {
  justify-content: center;
}

.flex_dir_col {
  flex-direction: column;
}

.align_start {
  align-items: flex-start;
}

.artist {
  position: absolute;
  font-family: "CircularXXBook";
  font-size: 8px;
  color: #fff;
  left: 20px;
  bottom: 20px;
  z-index: 2;
}

.w700 {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w700 {
  width: 700px;
}

.w435 {
  max-width: 100%;
  width: 435px;
}

.w325 {
  max-width: 100%;
  width: 325px;
}

.mt20 {
  margin-top: 20px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.ptb200 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.fs20 {
  font-size: 20px;
}

.fs13 {
  font-size: 13px;
}

.white {
  color: #fff;
}

.block {
  display: block;
}

.mlr_auto {
  margin-left: auto;
  margin-right: auto;
}

.ml_auto {
  margin-left: auto;
}

.center_align {
  text-align: center;
}

.plr40 {
  padding-left: 40px;
  padding-right: 40px;
}

.plr160 {
  padding-left: 160px;
  padding-right: 160px;
}

.pl40 {
  padding-left: 40px;
}

.pl20 {
  padding-left: 20px;
}

.pr20 {
  padding-right: 20px;
}

.pt210 {
  padding-top: 210px;
}

.mb185 {
  margin-bottom: 185px;
}

.mb150 {
  margin-bottom: 150px;
}

.mb65 {
  margin-bottom: 65px;
}

.fs64 {
  font-size: 64px;
}

.relate {
  position: relative;
}

.relate > img {
  display: block;
}

section {
  overflow: auto;
  display: block;
}

.ls2 {
  letter-spacing: 2px;
}

.uppercase {
  text-transform: uppercase;
}

/* parallax stylesheet */
.parallax-container {
  height: 100%;
  width: 100%;
  position: relative;
  padding: 20px 0;
}

.parallax-container * {
  opacity: 0;
  visibility: hidden;
  transition: all 1.2s ease;
}

.parallax-container:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: 0;
  background: #000;
}

.load_content .parallax-container * {
  visibility: visible;
  opacity: 1;
}

.load_content .parallax-container h1 {
  transition-delay: 0.4s;
}

.load_content .parallax-container .btn {
  transition-delay: 1s;
}

.load_content .parallax-container p {
  transition-delay: 1.4s;
}

/* parallax stylesheet ends here*/
#hero {
  /* background: url(/images/hero.jpg) center no-repeat;
  background-size: cover !important; */
  width: 100%;
  height: 100vh;
  position: relative;
}

#hero * {
  z-index: 1;
}

.badge {
  position: absolute;
  left: 480px;
  bottom: -55px;
}

.wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#club .flexslider .flex-direction-nav,
.flexslider.no_arrow .flex-direction-nav {
  display: none;
}

#map {
  height: 750px;
  /* background: grey; */
}

.bar {
  height: 1px;
  width: 100%;
  background: #888f65;
  display: block;
}

.plus {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  transition: all 0.4s ease;
}

.plus::before,
.plus::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #888f65;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.4s ease;
}

.plus::after {
  transform: rotate(90deg);
}

.plus.minus {
  transform: rotate(90deg);
}

.plus.minus::before {
  opacity: 0;
}

.pois_wrapper {
  display: none;
}

.pois_wrapper p {
  position: relative;
  margin-bottom: 10px;
  padding-left: 25px;
}

.pois_wrapper p span {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.trigger_pois,
.pois_wrapper p {
  cursor: pointer;
}

h2.fs64.white {
  text-align: center;
}

#disclaimer_wrapper {
  color: #f0ece2;
  font-size: 12px;
  margin-top: 20px;
  text-align: center;
}

#popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #f1ede3;
  z-index: 9;
  display: none;
  padding: 50px 40px;
}

#popup * {
  color: #888f65;
  text-align: left;
}

#close_btn {
  width: 30px;
  height: 30px;
  position: relative;
  display: block;
  margin: 0 auto 50px;
}

#close_btn:before, #close_btn:after {
  width: 100%;
  height: 2px;
  background: #888f65;
  transform: rotate(45deg);
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

#close_btn:before {
  transform: rotate(-45deg);
}

@media screen and (max-width: 1400px) {
  #map {
    height: 650px;
  }
}
@media screen and (max-width: 1124px) {
  nav {
    width: 500px;
    position: static;
  }
  #nav li a {
    letter-spacing: 1px;
  }
  .fs64,
  h1 {
    font-size: 54px;
  }
}
@media screen and (max-width: 1000px) {
  nav {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    background: #f0ece2;
    transform: translateX(-100%);
    transition: all 0.6s ease;
  }
  header.active_nav nav {
    transform: translateX(0);
  }
  #nav.flex {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  #nav_toggle {
    display: block;
    margin-left: 40px;
  }
  ul#nav li {
    display: block;
    margin: 2vh 0 !important;
    width: 100%;
    text-align: center;
    padding: 0;
  }
  ul#nav li a {
    margin: 0;
    text-align: center;
    width: 100%;
    line-height: normal;
    padding: 10px 0;
    font-size: 20px;
  }
  main .flex {
    flex-direction: column;
  }
  main .flex > *:not(:last-child) {
    margin-bottom: 40px;
  }
  .grid_6 {
    width: 100%;
  }
  .pr20 {
    padding-right: 0;
  }
  .pl20 {
    padding-left: 0;
  }
  .pl40 {
    padding-right: 40px;
  }
  .plr160 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .grid_3 {
    width: 100%;
  }
  .pt210, .ptb200 {
    padding-top: 150px;
  }
  .mb150 {
    margin-bottom: 100px;
  }
  .mb185 {
    margin-bottom: 125px;
  }
}
@media screen and (max-width: 760px) {
  #map {
    height: 400px;
  }
  #nav li a:after {
    bottom: 5px;
  }
  #enq_btn {
    position: fixed;
    z-index: 9;
    bottom: 0;
    left: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 1.2s ease;
  }
  .load_content #enq_btn {
    visibility: visible;
    opacity: 1;
    transition-delay: 1.6s;
  }
  #nav_toggle {
    margin: 0;
  }
  header {
    padding: 15px;
  }
  #hero img {
    width: 300px;
    max-width: calc(100% - 30px);
  }
  h1, .fs64 {
    font-size: 32px;
  }
  #popup {
    padding: 40px 20px;
  }
  #popup h3 {
    font-size: 18px;
  }
  .fs20 {
    font-size: 18px;
  }
  body {
    font-size: 13px;
  }
  .fs13 {
    font-size: 12px;
  }
  html, body, main {
    height: 100%;
  }
  #hero {
    height: calc(100% - 38px);
    height: 100%;
  }
  #hero p.fs20 {
    top: -20px;
    top: -58px;
    position: relative;
  }
  #hero .artist {
    bottom: 58px;
  }
  .pt210, .ptb200 {
    padding-top: 100px;
  }
  .mb150 {
    margin-bottom: 75px;
  }
  .mb185 {
    margin-bottom: 90px;
  }
  .plr40, .pl40, .plr160 {
    padding-left: 15px;
    padding-right: 15px;
  }
  main .flex > *:not(:last-child) {
    margin-bottom: 20px;
  }
  .mb65 {
    margin-bottom: 30px;
  }
  .badge {
    left: auto;
    right: 20px;
    bottom: 35px;
  }
  .flex-direction-nav a {
    width: 30px;
    height: 30px;
  }
}
.field {
  position: relative;
}
.field:not(:first-child) {
  margin-top: 20px;
}

.hs-form-checkbox-display {
  position: relative;
}

.hs-input:not([type=checkbox]),
select {
  border: none;
  border-bottom: 1px solid #fff;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  color: #fff;
  text-align: center;
  font-family: "CircularXXBook", sans-serif;
  text-transform: uppercase;
}

textarea {
  font-family: "CircularXXBook", sans-serif;
}

.hs-input[type=checkbox] {
  margin-right: 10px;
  border-radius: 0;
  background: transparent;
  border: 1px solid #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  width: 10px;
}
.hs-input[type=checkbox] + span {
  position: relative;
}
.hs-input[type=checkbox] + span:before {
  position: absolute;
  left: -20px;
  width: 15px;
  height: 15px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #fff;
  content: "";
  display: block;
}
.hs-input[type=checkbox] + span:after {
  position: absolute;
  left: -15px;
  width: 5px;
  height: 11px;
  top: 50%;
  transform: translateY(-60%) rotate(45deg) scale(0);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  display: block;
  transition: all 0.4s ease-in-out;
}
.hs-input[type=checkbox]:checked + span:after {
  transform: translateY(-60%) rotate(45deg) scale(1);
}

select option {
  text-align: center;
  background-color: #000;
}

.field label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.field label span {
  color: #fff;
  text-align: left;
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  text-transform: uppercase;
}

.hs-form-checkbox,
.hs-error-msgs {
  list-style: none;
}

.hs-error-msg {
  position: absolute;
  bottom: -20px;
  left: 0;
  color: red;
  font-size: 12px;
}

textarea {
  height: 80px;
  max-width: 100%;
}

.grecaptcha-badge {
  margin: 0 auto;
}/*# sourceMappingURL=style.css.map */