/* compiled by scssphp v0.0.12 on Wed, 03 Feb 2021 10:08:52 -0800 (0.4357s) */

/*
Theme Name: The American Club 1.0
Theme URI:
Author: Bret Hummel
Author URI: http://brethummel.com/
Description: Custom theme developed for Gramercy
Version: 1.0
*/
/* Slider */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/** 1. Change the default font family in all browsers (opinionated). 2. Prevent adjustments of font size after orientation changes in IE and iOS. */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

html {
  /* 1 */
  font-family: sans-serif;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /** Remove the margin in all browsers (opinionated). */ }

body {
  margin: 0;
  /* HTML5 display definitions ========================================================================== */
  /** Add the correct display in IE 9-. 1. Add the correct display in Edge, IE, and Firefox. 2. Add the correct display in IE. */ }

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
  /** Add the correct display in IE 9-. */ }

audio, canvas, progress, video {
  display: inline-block;
  /** Add the correct display in iOS 4-7. */ }

audio:not([controls]) {
  display: none;
  height: 0;
  /** Add the correct vertical alignment in Chrome, Firefox, and Opera. */ }

progress {
  vertical-align: baseline;
  /** Add the correct display in IE 10-. 1. Add the correct display in IE. */ }

template, [hidden] {
  display: none;
  /* Links ========================================================================== */
  /** 1. Remove the gray background on active links in IE 10. 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */ }

a {
  /* 1 */
  background-color: transparent;
  /* 2 */
  -webkit-text-decoration-skip: objects;
  /** Remove the outline on focused links when they are also active or hovered in all browsers (opinionated). */ }

a:active, a:hover {
  outline-width: 0;
  /* Text-level semantics ========================================================================== */
  /** 1. Remove the bottom border in Firefox 39-. 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ }

abbr[title] {
  /* 1 */
  border-bottom: none;
  /* 2 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /** Prevent the duplicate application of `bolder` by the next rule in Safari 6. */ }

b, strong {
  font-weight: inherit;
  /** Add the correct font weight in Chrome, Edge, and Safari. */ }

b, strong {
  font-weight: bolder;
  /** Add the correct font style in Android 4.3-. */ }

dfn {
  font-style: italic;
  /** Correct the font size and margin on `h1` elements within `section` and `article` contexts in Chrome, Firefox, and Safari. */ }

h1 {
  font-size: 2em;
  margin: 0.67em 0;
  /** Correct the line-height for all headings in Chrome mobile, Firefox, iOS Safari, Microsoft Edge and IE. */ }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.15;
  /** Add the correct background and color in IE 9-. */ }

mark {
  background-color: #ff0;
  color: #000;
  /** Add the correct font size in all browsers. */ }

small {
  font-size: 80%;
  /** Prevent `sub` and `sup` elements from affecting the line height in all browsers. */ }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em;
  /* Embedded content ========================================================================== */
  /** Remove the border on images inside links in IE 10-. */ }

img {
  border-style: none;
  /** Hide the overflow in IE. */ }

svg:not(:root) {
  overflow: hidden;
  /* Grouping content ========================================================================== */
  /** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */ }

code, kbd, pre, samp {
  /* 1 */
  font-family: monospace, monospace;
  /* 2 */
  font-size: 1em;
  /** Add the correct margin in IE 8. */ }

figure {
  margin: 1em 40px;
  /** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */ }

hr {
  /* 1 */
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 2 */
  overflow: visible;
  /* Forms ========================================================================== */
  /** 1. Change font properties to `inherit` in all browsers (opinionated). 2. Remove the margin in Firefox and Safari. */ }

button, input, optgroup, select, textarea {
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /** Restore the font weight unset by the previous rule. */ }

optgroup {
  font-weight: bold;
  /** Show the overflow in IE. 1. Show the overflow in Edge. */ }

button, input {
  overflow: visible;
  /** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */ }

button, select {
  text-transform: none;
  /** 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` controls in Android 4. 2. Correct the inability to style clickable types in iOS and Safari. */ }

button, html [type="button"], [type="reset"], [type="submit"] {
  /* 2 */
  -webkit-appearance: button;
  /** Remove the inner border and padding in Firefox. */ }

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
  /** Restore the focus styles unset by the previous rule. */ }

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
  /** Change the border, margin, and padding in all browsers (opinionated). */ }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  /** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */ }

legend {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  color: inherit;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 3 */
  padding: 0;
  /* 1 */
  white-space: normal;
  /** Remove the default vertical scrollbar in IE. */ }

textarea {
  overflow: auto;
  /** 1. Add the correct box sizing in IE 10-. 2. Remove the padding in IE 10-. */ }

[type="checkbox"], [type="radio"] {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  padding: 0;
  /** Correct the cursor style of increment and decrement buttons in Chrome. */ }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
  /** 1. Correct the odd appearance in Chrome and Safari. 2. Correct the outline style in Safari. */ }

[type="search"] {
  /* 1 */
  -webkit-appearance: textfield;
  /* 2 */
  outline-offset: -2px;
  /** Remove the inner padding and cancel buttons in Chrome and Safari on OS X. */ }

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /** Correct the text style of placeholders in Chrome, Edge, and Safari. */ }

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
  /** 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to `inherit` in Safari. */ }

::-webkit-file-upload-button {
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  font: inherit; }

header {
  background-color: #162636;
  position: fixed;
  height: 210px;
  width: 100%;
  z-index: 10;
  /* for sm */
  /* for xs */ }
  @media (min-width: 768px) and (max-width: 991px) {
  header {
    height: 180px; } }
  @media screen and (max-width: 767px) {
  header {
    height: unset;
    position: relative;
    display: block; } }
  header .positioning {
    padding-top: 0px;
    font-size: 0px; }
    header .positioning .branding {
      display: inline-block;
      padding: 28px 40px 0px 0px;
      border-right: 1px solid white;
      vertical-align: top;
      text-align: right;
      /* for sm */
      /* for xs */ }
      @media (min-width: 768px) and (max-width: 991px) {
  header .positioning .branding {
    padding: 28px 30px 0px 0px; } }
      @media screen and (max-width: 767px) {
  header .positioning .branding {
    display: block;
    width: 100%;
    text-align: center;
    border: none;
    padding: 0px;
    margin-bottom: 6vw;
    vertical-align: unset; } }
      header .positioning .branding img {
        height: 140px;
        /* for sm */
        /* for xs */ }
        @media (min-width: 768px) and (max-width: 991px) {
  header .positioning .branding img {
    height: 120px; } }
        @media screen and (max-width: 767px) {
  header .positioning .branding img {
    height: 62vw;
    padding: 8vw;
    border-bottom: 1px solid white; } }
    header .positioning .title {
      display: inline-block;
      width: 600px;
      vertical-align: top;
      padding-top: 28px;
      /* for sm */
      /* for xs */ }
      @media (min-width: 768px) and (max-width: 991px) {
  header .positioning .title {
    width: 500px;
    padding-top: 28px; } }
      @media screen and (max-width: 767px) {
  header .positioning .title {
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 0px; } }
      header .positioning .title h1 {
        color: #d8a755;
        text-transform: uppercase;
        font-size: 36px;
        letter-spacing: 0.1em;
        font-weight: 800;
        line-height: 1.3;
        margin: 0px;
        padding: 4px 0px 0px 40px;
        /* for sm */
        /* for xs */
        /* for xs5 */ }
        @media (min-width: 768px) and (max-width: 991px) {
  header .positioning .title h1 {
    font-size: 30px;
    padding: 4px 0px 0px 30px; } }
        @media screen and (max-width: 767px) {
  header .positioning .title h1 {
    font-size: 5.8vw;
    padding: 4px 0px 0px 0px;
    letter-spacing: 0.06em; } }
        @media screen and (max-width: 369px) {
  header .positioning .title h1 {
    font-size: 5.7vw; } }
  header .join-the-club {
    position: absolute;
    right: 46px;
    bottom: 46px;
    z-index: 2;
    /* for sm */
    /* for xs */ }
    @media (min-width: 768px) and (max-width: 991px) {
  header .join-the-club {
    right: 30px;
    bottom: 38px; } }
    @media screen and (max-width: 767px) {
  header .join-the-club {
    position: relative;
    right: unset;
    bottom: unset;
    text-align: center;
    padding: 4vw 0px 8vw 0px; } }
    header .join-the-club a {
      display: inline-block;
      background-color: #e5502c;
      height: 36px;
      font-family: 'TradeGothic', Arial, sans-serif;
      font-weight: 800;
      font-size: 11px;
      line-height: 1;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: white;
      border-radius: 20px;
      padding: 12px 22px;
      /* for sm */
      /* for xs */ }
      @media (min-width: 768px) and (max-width: 991px) {
  header .join-the-club a {
    height: 30px;
    padding: 10px 16px;
    font-size: 10px; } }
      header .join-the-club a:hover {
        text-decoration: none;
        background-color: white;
        color: #162636; }
      @media screen and (max-width: 767px) {
  header .join-the-club a {
    height: 32px;
    font-size: 10px;
    padding: 12px 18px; } }
  header .mobile-nav {
    height: 22vw;
    width: 100vw;
    background-color: #162636;
    position: fixed;
    left: 0px;
    /* Safari prior 6.1 */
    -webkit-transition: top 0.5s;
    transition: top 0.5s;
    top: -22vw;
    z-index: 10; }
    header .mobile-nav img {
      height: 16.5vw;
      width: auto;
      margin: 2.5vw 5vw 3vw 5vw; }
    header .mobile-nav.visible {
      top: 0px; }
    header .mobile-nav .join-the-club {
      position: absolute;
      right: 5vw;
      bottom: unset;
      top: 6.5vw;
      text-align: center;
      padding: 0px;
      /* for xs5 */ }
      @media screen and (max-width: 369px) {
  header .mobile-nav .join-the-club {
    top: 5.5vw; } }

html body {
  font-family: 'TradeGothic', Arial, sans-serif;
  font-weight: normal;
  background-color: #f8f3ef;
  color: #162636; }
  html body .vert-center {
    /* Safari */
    display: -webkit-flex;
    /* Safari */
    -webkit-justify-content: center;
    display: flex;
    /* align-items: center; */
    justify-content: center; }
  @media (min-width: 992px) {
      html body .container {
        /* Effectively removes Bootstrap lg breakpoint */
        width: 970px; } }
  html body.scroll-lock {
    overflow: hidden !important; }

footer {
  padding: 80px 0px; }
  footer .branding {
    padding: 0px; }
  footer .branding img {
    height: 110px;
    /* for sm */ }
    @media (min-width: 768px) and (max-width: 991px) {
    footer .branding img {
      height: 90px;
      margin-top: 15px; } }
  footer .content {
    border-top: 4px solid #e5502c;
    padding: 36px 0px 0px 0px;
    position: relative;
    font-size: 12px;
    /* for xs */
    /* for xs5 */ }
  @media screen and (max-width: 767px) {
    footer .content {
      padding: 28px 0px 0px 0px; } }
  @media screen and (max-width: 369px) {
    footer .content {
      font-size: 11px; } }
  footer .content .bold {
    font-weight: 600; }
  footer .content a {
    color: #162636; }
    footer .content a:hover {
      text-decoration: underline; }
  footer .content .address {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-right: 60px;
    vertical-align: top;
    /* for sm */
    /* for xs */ }
    @media (min-width: 768px) and (max-width: 991px) {
    footer .content .address {
      margin-right: 40px; } }
    @media screen and (max-width: 767px) {
    footer .content .address {
      display: block;
      margin-bottom: 20px;
      margin-right: 0px; } }
  footer .content .legal {
    display: inline-block;
    vertical-align: top;
    /* for xs */ }
    @media screen and (max-width: 767px) {
    footer .content .legal {
      display: block; } }
  footer .content .hud-logo {
    position: absolute;
    right: 0px;
    top: 32px;
    /* for xs */
    /* for xs5 */ }
    @media screen and (max-width: 767px) {
    footer .content .hud-logo {
      top: unset;
      bottom: 16px; } }
    @media screen and (max-width: 369px) {
    footer .content .hud-logo {
      bottom: 12px; } }
    footer .content .hud-logo img {
      height: 70px;
      /* for xs */
      /* for xs5 */ }
      @media screen and (max-width: 767px) {
    footer .content .hud-logo img {
      height: 50px; } }
      @media screen and (max-width: 369px) {
    footer .content .hud-logo img {
      height: 42px; } }

.popups {
  position: relative;
  display: none; }
  .popups .tinter {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100vh;
    width: 100vw;
    background-color: #d8a755;
    opacity: 0.93;
    z-index: 20; }
  .popups .popup-container {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100vh;
    width: 100vw;
    z-index: 25;
    align-items: center; }
  .popups .popup-container .popup {
    width: 80%;
    max-width: 750px;
    background-color: #f0e9e3;
    padding: 40px 50px;
    position: relative;
    -webkit-filter: drop-shadow(7px 7px 10px rgba(0, 0, 0, .2));
    filter: drop-shadow(7px 7px 10px rgba(0, 0, 0, .2));
    z-index: 25;
    /* for sm */
    /* for xs */ }
    @media (min-width: 768px) and (max-width: 991px) {
    .popups .popup-container .popup {
      width: 95%; } }
    @media screen and (max-width: 767px) {
    .popups .popup-container .popup {
      width: 95vw;
      padding: 10vw 8vw; } }
    .popups .popup-container .popup .close-button {
      position: absolute;
      top: 20px;
      right: 20px;
      cursor: pointer; }
      .popups .popup-container .popup .close-button img {
        width: 24px; }
    .popups .popup-container .popup .navigation {
      color: #d8a755;
      letter-spacing: 0.1em;
      font-size: 13px;
      margin-bottom: 20px;
      /* for xs */
      /* for xs5 */ }
      @media screen and (max-width: 767px) {
    .popups .popup-container .popup .navigation {
      font-size: 3.2vw; } }
      @media screen and (max-width: 369px) {
    .popups .popup-container .popup .navigation {
      font-size: 3.6vw; } }
      .popups .popup-container .popup .navigation a {
        font-weight: 600;
        text-transform: uppercase;
        color: #d8a755; }
        .popups .popup-container .popup .navigation a:hover {
          text-decoration: underline; }
    .popups .popup-container .popup .preview {
      position: absolute;
      background-color: white;
      top: 55px;
      right: 65px;
      padding: 10px;
      border: 1px solid #d8a755;
      /* for xs */ }
      @media screen and (max-width: 767px) {
    .popups .popup-container .popup .preview {
      position: relative;
      top: unset;
      right: unset;
      width: 100%;
      text-align: center;
      margin-bottom: 6vw; } }
      .popups .popup-container .popup .preview img {
        height: 185px;
        width: auto;
        /* for xs */
        /* for xs5 */ }
        @media screen and (max-width: 767px) {
    .popups .popup-container .popup .preview img {
      width: 60vw;
      height: auto; } }
        @media screen and (max-width: 369px) {
    .popups .popup-container .popup .preview img {
      width: 50vw; } }
        .popups .popup-container .popup .preview img.zoom {
          position: absolute;
          width: 22px;
          height: auto;
          bottom: 8px;
          right: 10px;
          -webkit-filter: drop-shadow(0px 0px 5px white) drop-shadow(0px 0px 5px white) drop-shadow(0px 0px 5px white);
          filter: drop-shadow(0px 0px 5px white) drop-shadow(0px 0px 5px white) drop-shadow(0px 0px 5px white); }
    .popups .popup-container .popup .content {
      margin-bottom: 100px;
      padding-right: 30px;
      /* for xs */ }
      @media screen and (max-width: 767px) {
    .popups .popup-container .popup .content {
      padding-right: 0px;
      margin-bottom: 22vw; } }
      .popups .popup-container .popup .content h2 {
        color: #162636;
        font-size: 28px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 0.15em;
        margin: 0px 0px 16px 0px;
        padding: 0px;
        /* for xs */ }
        @media screen and (max-width: 767px) {
    .popups .popup-container .popup .content h2 {
      font-size: 5.5vw; } }
      .popups .popup-container .popup .content p {
        font-weight: 400;
        font-size: 16px;
        line-height: 1.6;
        color: #162636;
        /* for xs */
        /* for xs5 */ }
        @media screen and (max-width: 767px) {
    .popups .popup-container .popup .content p {
      font-size: 3.6vw; } }
        @media screen and (max-width: 369px) {
    .popups .popup-container .popup .content p {
      font-size: 4vw; } }
      .popups .popup-container .popup .content .specs p {
        text-transform: uppercase;
        line-height: 1.8;
        letter-spacing: 0.1em; }
    .popups .popup-container .popup .links {
      position: absolute;
      bottom: 40px;
      left: 50px;
      /* for xs */ }
      @media screen and (max-width: 767px) {
    .popups .popup-container .popup .links {
      bottom: 8vw;
      left: 8vw; } }
      .popups .popup-container .popup .links a {
        display: block;
        font-size: 15px;
        font-weight: 600;
        color: #162636;
        letter-spacing: 0.14em;
        text-transform: uppercase;
        text-decoration: none;
        margin-top: 6px;
        /* for xs */
        /* for xs5 */ }
        @media screen and (max-width: 767px) {
    .popups .popup-container .popup .links a {
      font-size: 3.3vw; } }
        @media screen and (max-width: 369px) {
    .popups .popup-container .popup .links a {
      font-size: 3.5vw; } }
        .popups .popup-container .popup .links a .email {
          font-weight: 400;
          font-size: 16px;
          text-transform: none;
          /* for xs */
          /* for xs5 */ }
          @media screen and (max-width: 767px) {
    .popups .popup-container .popup .links a .email {
      font-size: 3.6vw; } }
          @media screen and (max-width: 369px) {
    .popups .popup-container .popup .links a .email {
      font-size: 4vw; } }
        .popups .popup-container .popup .links a:hover {
          color: #e5502c;
          text-decoration: underline; }
  .popups .popup-container .agreement {
    display: none; }
  .popups .popup-container .plans {
    display: none; }

.hero {
  background-size: cover;
  background-position: center center;
  position: relative;
  height: 600px;
  /* for sm */
  /* for xs */ }
  @media (min-width: 768px) and (max-width: 991px) {
  .hero {
    height: 470px; } }
  @media screen and (max-width: 767px) {
  .hero {
    height: 100vw; } }

.intro {
  display: block;
  position: relative;
  background-color: #162636;
  height: 560px;
  /* for sm */
  /* for xs */
  /* for xs5 */ }
  @media (min-width: 768px) and (max-width: 991px) {
  .intro {
    height: 450px; } }
  @media screen and (max-width: 767px) {
  .intro {
    height: 150vw; } }
  @media screen and (max-width: 369px) {
  .intro {
    height: 165vw; } }
  .intro .container {
    position: relative;
    /* for xs */ }
  @media screen and (max-width: 767px) {
    .intro .container {
      padding: 0px 7vw; } }
  .intro .container .intro-box {
    position: absolute;
    background-color: #f0e9e3;
    padding: 50px 50px;
    top: -120px;
    left: 0px;
    /* for xs */ }
    @media screen and (max-width: 767px) {
    .intro .container .intro-box {
      padding: 30px 25px;
      margin: 0px 15px;
      top: -12vw; } }
    .intro .container .intro-box h2 {
      color: #d8a755;
      text-transform: uppercase;
      line-height: 1.2;
      font-size: 58px;
      letter-spacing: 0.03em;
      font-weight: 800;
      padding: 0px;
      margin: 0px 0px 12px 0px;
      /* for sm */
      /* for xs */ }
      @media (min-width: 768px) and (max-width: 991px) {
    .intro .container .intro-box h2 {
      font-size: 46px; } }
      @media screen and (max-width: 767px) {
    .intro .container .intro-box h2 {
      font-size: 7vw;
      margin: 0px 0px 4vw 0px; } }
    .intro .container .intro-box p {
      color: #162636;
      font-weight: 600;
      font-size: 22px;
      letter-spacing: 0.04em;
      /* for sm */
      /* for xs */
      /* for xs5 */ }
      @media (min-width: 768px) and (max-width: 991px) {
    .intro .container .intro-box p {
      font-size: 18px; } }
      @media screen and (max-width: 767px) {
    .intro .container .intro-box p {
      font-size: 3.6vw; } }
      @media screen and (max-width: 369px) {
    .intro .container .intro-box p {
      font-size: 4vw; } }
  .intro .container .positioning {
    padding-top: 350px;
    /* for sm */
    /* for xs */
    /* for xs5 */ }
    @media (min-width: 768px) and (max-width: 991px) {
    .intro .container .positioning {
      padding-top: 280px; } }
    @media screen and (max-width: 767px) {
    .intro .container .positioning {
      padding-top: 83vw; } }
    @media screen and (max-width: 369px) {
    .intro .container .positioning {
      padding-top: 102vw; } }
    .intro .container .positioning .branding {
      display: inline-block;
      padding-right: 40px;
      border-right: 1px solid white;
      vertical-align: top;
      text-align: right;
      width: 240px;
      /* for sm */
      /* for xs */ }
      @media (min-width: 768px) and (max-width: 991px) {
    .intro .container .positioning .branding {
      width: 190px; } }
      @media screen and (max-width: 767px) {
    .intro .container .positioning .branding {
      width: 100%;
      display: block;
      text-align: center;
      border: none;
      padding-right: 0px;
      padding-bottom: 4vw; } }
      .intro .container .positioning .branding img {
        height: 140px;
        /* for sm */
        /* for xs */ }
        @media (min-width: 768px) and (max-width: 991px) {
    .intro .container .positioning .branding img {
      height: 120px; } }
        @media screen and (max-width: 767px) {
    .intro .container .positioning .branding img {
      height: 30vw; } }
    .intro .container .positioning .title {
      display: inline-block;
      width: 600px;
      vertical-align: top;
      /* for sm */
      /* for xs */ }
      @media (min-width: 768px) and (max-width: 991px) {
    .intro .container .positioning .title {
      width: 500px; } }
      @media screen and (max-width: 767px) {
    .intro .container .positioning .title {
      width: 100%;
      display: block;
      text-align: center; } }
      .intro .container .positioning .title h1 {
        color: #d8a755;
        text-transform: uppercase;
        font-size: 36px;
        letter-spacing: 0.1em;
        font-weight: 800;
        line-height: 1.3;
        margin: 0px;
        padding: 4px 0px 0px 40px;
        /* for sm */
        /* for xs */
        /* for xs5 */ }
        @media (min-width: 768px) and (max-width: 991px) {
    .intro .container .positioning .title h1 {
      font-size: 30px; } }
        @media screen and (max-width: 767px) {
    .intro .container .positioning .title h1 {
      font-size: 5.8vw;
      padding: 4px 0px 0px 0px;
      letter-spacing: 0.06em; } }
        @media screen and (max-width: 369px) {
    .intro .container .positioning .title h1 {
      font-size: 5.7vw; } }

.gallery {
  position: relative;
  display: block; }
  .gallery .shim {
    height: 210px;
    background-color: #162636;
    /* for sm */
    /* for xs */ }
  @media (min-width: 768px) and (max-width: 991px) {
    .gallery .shim {
      height: 180px; } }
  @media screen and (max-width: 767px) {
    .gallery .shim {
      display: none; } }
  .gallery .slides .slide {
    background-size: cover;
    background-position: center center;
    height: 600px;
    /* for sm */
    /* for xs */ }
    @media (min-width: 768px) and (max-width: 991px) {
    .gallery .slides .slide {
      height: 470px; } }
    @media screen and (max-width: 767px) {
    .gallery .slides .slide {
      height: 80vw; } }
  .gallery .slider-nav {
    position: absolute;
    top: 210px;
    left: 0px;
    width: 100%;
    height: 600px;
    /* for sm */
    /* for xs */ }
  @media (min-width: 768px) and (max-width: 991px) {
    .gallery .slider-nav {
      top: 180px;
      height: 470px; } }
  @media screen and (max-width: 767px) {
    .gallery .slider-nav {
      height: 80vw;
      top: 0px; } }
  .gallery .slider-nav img {
    position: absolute;
    height: 60px;
    top: 270px;
    cursor: pointer;
    /* for sm */
    /* for xs */
    /* for xs5 */ }
    @media (min-width: 768px) and (max-width: 991px) {
    .gallery .slider-nav img {
      top: 205px; } }
    @media screen and (max-width: 767px) {
    .gallery .slider-nav img {
      height: 50px;
      top: calc(40vw - 25px); } }
    @media screen and (max-width: 369px) {
    .gallery .slider-nav img {
      height: 40px;
      top: calc(40vw - 20px); } }
  .gallery .slider-nav .prev {
    left: 30px;
    /* for xs */ }
    @media screen and (max-width: 767px) {
    .gallery .slider-nav .prev {
      left: 15px; } }
  .gallery .slider-nav .next {
    right: 30px;
    /* for xs */ }
    @media screen and (max-width: 767px) {
    .gallery .slider-nav .next {
      right: 15px; } }

.membership {
  display: block;
  position: relative;
  background-color: #d8a755;
  background-image: url(../images/wavylines_gold.png);
  background-position: top center;
  background-size: cover; }
  .membership .container {
    position: relative;
    /* for xs */ }
  @media screen and (max-width: 767px) {
    .membership .container {
      padding: 0px 7vw; } }
  .membership .container .membership-box {
    padding: 80px 70px 70px 70px;
    /* for sm */
    /* for xs */
    /* for xs5 */ }
    @media (min-width: 768px) and (max-width: 991px) {
    .membership .container .membership-box {
      padding: 60px 30px 54px 30px; } }
    @media screen and (max-width: 767px) {
    .membership .container .membership-box {
      padding: 10vw 3vw 8vw 3vw; } }
    @media screen and (max-width: 369px) {
    .membership .container .membership-box {
      padding: 13vw 3vw 10vw 3vw; } }
    .membership .container .membership-box p {
      color: #162636;
      font-weight: 600;
      font-size: 22px;
      letter-spacing: 0.04em;
      /* for sm */
      /* for xs */
      /* for xs5 */ }
      @media (min-width: 768px) and (max-width: 991px) {
    .membership .container .membership-box p {
      font-size: 18px; } }
      @media screen and (max-width: 767px) {
    .membership .container .membership-box p {
      font-size: 3.6vw; } }
      @media screen and (max-width: 369px) {
    .membership .container .membership-box p {
      font-size: 4vw; } }
  .membership .border {
    font-size: 0px;
    position: relative; }
  .membership .border .lines {
    height: 10px;
    font-size: 0px;
    border-top: 2px solid #162636;
    border-bottom: 2px solid #162636;
    display: inline-block;
    width: 46vw;
    vertical-align: bottom;
    /* for sm */
    /* for xs */
    /* for xs5 */ }
    @media (min-width: 768px) and (max-width: 991px) {
    .membership .border .lines {
      width: 44.5vw; } }
    @media screen and (max-width: 767px) {
    .membership .border .lines {
      width: 42.5vw;
      height: 8px; } }
    @media screen and (max-width: 369px) {
    .membership .border .lines {
      width: 41vw;
      height: 8px; } }
    .membership .border .lines.left {
      position: absolute;
      top: 0px;
      left: 0px;
      /* for xs */ }
      @media screen and (max-width: 767px) {
    .membership .border .lines.left {
      top: 2px; } }
    .membership .border .lines.right {
      position: absolute;
      top: 0px;
      right: 0px;
      /* for xs */ }
      @media screen and (max-width: 767px) {
    .membership .border .lines.right {
      top: 2px; } }
  .membership .border .brand {
    font-size: 0px;
    display: inline-block;
    width: 100vw;
    text-align: center;
    position: relative;
    height: 10px; }
    .membership .border .brand img {
      position: absolute;
      width: 5vw;
      bottom: -2vw;
      left: 50%;
      margin-left: -2.5vw;
      /* for sm */
      /* for xs */
      /* for xs5 */ }
      @media (min-width: 768px) and (max-width: 991px) {
    .membership .border .brand img {
      width: 6vw;
      margin-left: -3vw; } }
      @media screen and (max-width: 767px) {
    .membership .border .brand img {
      width: 12vw;
      bottom: -5vw;
      margin-left: -6vw; } }
      @media screen and (max-width: 369px) {
    .membership .border .brand img {
      width: 14vw;
      bottom: -5.5vw;
      margin-left: -7vw; } }

.details {
  padding-bottom: 80px; }
  .details .container {
    /* for xs */ }
  @media screen and (max-width: 767px) {
    .details .container {
      padding: 0px; } }
  .details .container .description {
    padding: 80px 70px 70px 70px;
    /* for sm */
    /* for xs */
    /* for xs5 */ }
    @media (min-width: 768px) and (max-width: 991px) {
    .details .container .description {
      padding: 60px 30px 54px 30px; } }
    @media screen and (max-width: 767px) {
    .details .container .description {
      padding: 10vw 10vw 8vw 10vw; } }
    @media screen and (max-width: 369px) {
    .details .container .description {
      padding: 13vw 10vw 10vw 10vw; } }
    .details .container .description p {
      font-weight: 400;
      font-size: 17px;
      line-height: 1.6;
      margin-bottom: 16px;
      /* for xs */
      /* for xs5 */ }
      @media screen and (max-width: 767px) {
    .details .container .description p {
      font-size: 3.6vw;
      margin-bottom: 4vw; } }
      @media screen and (max-width: 369px) {
    .details .container .description p {
      font-size: 4vw; } }
  .details .container .tabs {
    text-align: center;
    font-size: 0px;
    margin-bottom: 40px; }
    .details .container .tabs ul {
      list-style: none;
      margin: 0px;
      padding: 0px;
      text-align: center; }
      .details .container .tabs ul li {
        display: inline-block;
        font-size: 17px;
        line-height: 1;
        font-weight: 600;
        color: white;
        background-color: #d8a755;
        letter-spacing: 0.16em;
        text-transform: uppercase;
        cursor: pointer;
        width: 24%;
        margin: 0px 4px;
        padding: 16px 0px 15px 0px;
        text-align: center;
        /* for sm */
        /* for xs */ }
        @media (min-width: 768px) and (max-width: 991px) {
    .details .container .tabs ul li {
      font-size: 15px;
      letter-spacing: 0.13em;
      padding: 11px 0px 10px 0px;
      width: 23.5%; } }
        @media screen and (max-width: 767px) {
    .details .container .tabs ul li {
      font-size: 3.5vw;
      letter-spacing: 0.15em;
      padding: 3.5vw 0px 3.4vw 0px;
      margin: 4px;
      width: 43vw; } }
        .details .container .tabs ul li.active {
          background-color: #162636; }
  .details .container .content {
    /* for xs */ }
    @media screen and (max-width: 767px) {
    .details .container .content {
      padding-left: 7vw;
      padding-right: 7vw; } }
    .details .container .content .copy {
      padding: 20px 70px 30px 70px;
      /* for sm */
      /* for xs */
      /* for xs5 */ }
      @media (min-width: 768px) and (max-width: 991px) {
    .details .container .content .copy {
      padding: 14px 30px 30px 30px; } }
      @media screen and (max-width: 767px) {
    .details .container .content .copy {
      padding: 3vw 3vw 2.5vw 3vw; } }
      @media screen and (max-width: 369px) {
    .details .container .content .copy {
      padding: 10vw 3vw 7vw 3vw; } }
      .details .container .content .copy h2 {
        color: #e5502c;
        font-size: 18px;
        font-weight: 800;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        padding: 0px;
        margin: 0px 0px 16px 0px;
        /* for xs */
        /* for xs5 */ }
        @media screen and (max-width: 767px) {
    .details .container .content .copy h2 {
      font-size: 4vw; } }
        @media screen and (max-width: 369px) {
    .details .container .content .copy h2 {
      font-size: 4.5vw; } }
      .details .container .content .copy p {
        font-weight: 400;
        font-size: 16px;
        line-height: 1.6;
        color: #162636;
        /* for xs */
        /* for xs5 */ }
        @media screen and (max-width: 767px) {
    .details .container .content .copy p {
      font-size: 3.6vw; } }
        @media screen and (max-width: 369px) {
    .details .container .content .copy p {
      font-size: 4vw; } }
    .details .container .content .bullets {
      padding: 0px 50px 30px 70px;
      /* for sm */
      /* for xs */
      /* for xs5 */ }
      @media (min-width: 768px) and (max-width: 991px) {
    .details .container .content .bullets {
      padding: 0px 30px 30px 30px; } }
      @media screen and (max-width: 767px) {
    .details .container .content .bullets {
      padding: 0vw 3vw 5vw 3vw; } }
      @media screen and (max-width: 369px) {
    .details .container .content .bullets {
      padding: 0vw 3vw 7vw 3vw; } }
      .details .container .content .bullets ul {
        column-count: 2;
        column-gap: 50px;
        list-style: none;
        margin: 0px 0px 0px 25px;
        padding: 0px;
        /* for xs */ }
        @media screen and (max-width: 767px) {
    .details .container .content .bullets ul {
      column-count: 1;
      margin: 0px 0px 0px 4.5vw; } }
        .details .container .content .bullets ul li {
          font-size: 16px;
          margin-bottom: 12px;
          position: relative;
          padding-right: 20px;
          /* for xs */
          /* for xs */
          /* for xs5 */
          /* for sm */
          /* for xs */
          /* for xs5 */ }
          @media screen and (max-width: 767px) {
    .details .container .content .bullets ul li {
      padding-right: 0px; } }
          @media screen and (max-width: 767px) {
    .details .container .content .bullets ul li {
      font-size: 3.6vw; } }
          @media screen and (max-width: 369px) {
    .details .container .content .bullets ul li {
      font-size: 4vw; } }
          .details .container .content .bullets ul li:before {
            content: "";
            position: absolute;
            top: 5px;
            left: -25px;
            width: 11px;
            height: 11px;
            border-radius: 8px;
            background-color: #e5502c;
            /* for xs */ }
            @media screen and (max-width: 767px) {
    .details .container .content .bullets ul li:before {
      top: 1vw;
      left: -4.5vw;
      width: 2.4vw;
      height: 2.4vw;
      border-radius: 4vw; } }
          @media (min-width: 768px) and (max-width: 991px) {
    .details .container .content .bullets ul li {
      font-size: 15px; } }
          @media screen and (max-width: 767px) {
    .details .container .content .bullets ul li {
      font-size: 3.4vw; } }
          @media screen and (max-width: 369px) {
    .details .container .content .bullets ul li {
      font-size: 3.6vw; } }
    .details .container .content .block {
      display: none; }
    .details .container .content .active {
      display: block; }
    .details .container .content .plan {
      padding: 4px; }
      .details .container .content .plan .preview {
        height: 140px;
        background-color: #f8f3ef;
        border: 3px solid #d8a755;
        align-items: center;
        background-size: 130%;
        background-position: center center;
        position: relative;
        cursor: pointer;
        /* for sm */
        /* for xs */ }
        @media (min-width: 768px) and (max-width: 991px) {
    .details .container .content .plan .preview {
      height: 160px; } }
        @media screen and (max-width: 767px) {
    .details .container .content .plan .preview {
      height: 44vw; } }
        .details .container .content .plan .preview:after {
          content: "";
          background-color: #f8f3ef;
          height: 100%;
          width: 100%;
          position: absolute;
          top: 0px;
          left: 0px;
          opacity: 0.85;
          z-index: 0;
          -webkit-transition: background-color 0.2s ease, color 0.1s ease;
          -moz-transition: background-color 0.2s ease, color 0.1s ease;
          transition: background-color 0.2s ease, color 0.1s ease; }
        .details .container .content .plan .preview.rollover {
          color: white; }
          .details .container .content .plan .preview.rollover:after {
            background-color: #e5502c;
            opacity: 0.97; }
          .details .container .content .plan .preview.rollover .content h3 {
            color: white !important;
            font-weight: 400; }
        .details .container .content .plan .preview .content {
          z-index: 1;
          text-align: center; }
          .details .container .content .plan .preview .content p {
            margin: 0px;
            padding: 0px;
            font-weight: 400;
            font-size: 13px;
            letter-spacing: 0.12em;
            line-height: 1.6;
            margin-top: 7px; }
            .details .container .content .plan .preview .content p.rollover {
              margin-top: 0px;
              display: none;
              color: white;
              text-transform: uppercase;
              font-size: 15px; }
          .details .container .content .plan .preview .content h3 {
            margin: 0px;
            padding: 0px;
            font-weight: 600;
            font-size: 15px;
            letter-spacing: 0.12em;
            line-height: 1;
            color: #e5502c;
            text-transform: uppercase; }
    .details .container .content .levels .plan {
      width: 20% !important;
      /* for xs */ }
      @media screen and (max-width: 767px) {
      .details .container .content .levels .plan {
        width: 100% !important; } }
      .details .container .content .levels .plan .preview {
        height: 140px;
        background-size: 200%;
        background-position: center -65px;
        /* for sm */
        /* for xs */ }
        @media (min-width: 768px) and (max-width: 991px) {
      .details .container .content .levels .plan .preview {
        height: 100px; } }
        @media screen and (max-width: 767px) {
      .details .container .content .levels .plan .preview {
        height: 44vw; } }

.location {
  background-image: url("../images/a_pattern.png");
  background-position: top center;
  background-repeat: repeat-x;
  background-size: auto 220px; }
  .location .container .agreement {
    text-align: center;
    display: block;
    height: 150px; }
    .location .container .agreement a {
      background-color: #162636;
      font-size: 21px;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      font-weight: 600;
      color: white;
      padding: 24px 46px;
      border-radius: 40px;
      /* for xs */ }
      @media screen and (max-width: 767px) {
    .location .container .agreement a {
      font-size: 4.3vw;
      padding: 4.3vw 6vw; } }
      .location .container .agreement a:hover {
        background-color: #e5502c;
        text-decoration: none; }
  .location .container .map-container {
    padding-right: 30px;
    /* for sm */
    /* for xs */ }
    @media (min-width: 768px) and (max-width: 991px) {
    .location .container .map-container {
      padding-right: 20px; } }
    @media screen and (max-width: 767px) {
    .location .container .map-container {
      padding-right: 0px;
      padding-left: 0px; } }
    .location .container .map-container iframe {
      border: 4px solid #f0e9e3; }
    .location .container .map-container #map {
      height: 450px;
      border: 4px solid #f0e9e3;
      /* for sm */
      /* for xs */
      /* for xs5 */ }
      @media (min-width: 768px) and (max-width: 991px) {
    .location .container .map-container #map {
      height: 460px; } }
      @media screen and (max-width: 767px) {
    .location .container .map-container #map {
      height: 90vw;
      border: none;
      border-top: 4px solid #f0e9e3; } }
      @media screen and (max-width: 369px) {
    .location .container .map-container #map {
      height: 100vw; } }
  .location .container .contact {
    display: block;
    background-color: #e5502c;
    color: #162636;
    margin-bottom: 60px;
    height: 450px;
    padding: 60px 60px 50px 60px;
    /* for sm */
    /* for xs */
    /* for xs5 */ }
    @media (min-width: 768px) and (max-width: 991px) {
    .location .container .contact {
      padding: 60px 40px 50px 40px;
      height: 460px; } }
    @media screen and (max-width: 767px) {
    .location .container .contact {
      height: unset;
      padding: 15vw 10vw 13vw 10vw; } }
    @media screen and (max-width: 369px) {
    .location .container .contact {
      padding: 18vw 10vw 15vw 10vw; } }
    .location .container .contact h3 {
      font-weight: 800;
      font-size: 24px;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      margin: 0px 0px 6px 0px;
      paddig: 0px; }
    .location .container .contact h4 {
      font-weight: 600;
      font-size: 15px;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      margin: 16px 0px 4px 0px;
      paddig: 0px;
      line-height: 1.7;
      /* for sm */ }
      @media (min-width: 768px) and (max-width: 991px) {
    .location .container .contact h4 {
      font-size: 14px; } }
    .location .container .contact p {
      font-size: 16px;
      margin: 0px;
      paddig: 0px;
      line-height: 1.8;
      /* for xs */
      /* for xs5 */ }
      @media screen and (max-width: 767px) {
    .location .container .contact p {
      font-size: 3.6vw; } }
      @media screen and (max-width: 369px) {
    .location .container .contact p {
      font-size: 4vw; } }
      .location .container .contact p a {
        color: #162636;
        text-decoration: none; }
      .location .container .contact p a:hover {
        color: white;
        text-decoration: underline; }

.moreinfo .container h2 {
  font-size: 34px;
  font-weight: 800;
  color: #162636;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin: 0px 0px 40px 0px;
  padding: 0px;
  text-align: center;
  /* for xs */ }
  @media screen and (max-width: 767px) {
      .moreinfo .container h2 {
        font-size: 6vw;
        margin: 0px 0px 50px 0px; } }
  .moreinfo .container .bar {
    border: 3px solid #d8a755;
    padding: 18px 20px;
    margin-bottom: 25px;
    cursor: pointer;
    position: relative; }
  .moreinfo .container .bar:after {
    position: absolute;
    content: "";
    background-image: url('../images/expand.png');
    background-size: cover;
    background-position: center;
    width: 30px;
    height: 30px;
    top: 10px;
    right: 15px; }
  .moreinfo .container .bar.open:after {
    background-image: url('../images/contract.png'); }
  .moreinfo .container .bar h3 {
    font-size: 18px;
    font-weight: 600;
    color: #d8a755;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin: 0px;
    padding: 0px; }
  .moreinfo .container .bar .content {
    display: none; }
    .moreinfo .container .bar .content.open {
      display: block; }
    .moreinfo .container .bar .content h4 {
      padding-top: 20px;
      padding-bottom: 4px;
      font-weight: 600;
      color: #162636;
      letter-spacing: 0.05em;
      line-height: 1.3;
      text-transform: uppercase;
      /* for xs */
      /* for xs5 */ }
    @media screen and (max-width: 767px) {
        .moreinfo .container .bar .content h4 {
          font-size: 4.3vw; } }
    @media screen and (max-width: 369px) {
        .moreinfo .container .bar .content h4 {
          font-size: 5vw; } }
    .moreinfo .container .bar .content p {
      font-weight: 400;
      font-size: 16px;
      line-height: 1.6;
      color: #162636;
      /* for xs */
      /* for xs5 */ }
    @media screen and (max-width: 767px) {
        .moreinfo .container .bar .content p {
          font-size: 3.6vw; } }
    @media screen and (max-width: 369px) {
        .moreinfo .container .bar .content p {
          font-size: 4vw; } }
    .moreinfo .container .bar .content p a {
      font-weight: 600;
      color: #e5502c;
      margin-left: 10px; }
      .moreinfo .container .bar .content p a:after {
        content: " >"; }

img {
  max-width: 100%;
  height: auto; }

header {
  position: absolute;
  height: 200px;
  background-color: transparent; }
  @media screen and (max-width: 767px) {
  header {
    position: relative; } }
  header.has_alert {
    height: auto; }
  header .header_alert {
    padding: 13px;
    background: #e5502c; }
  @media (min-width: 768px) and (max-width: 991px) {
    header .header_alert {
      padding: 11px 10px; } }
  header .header_alert p {
    margin: 0;
    margin: 0;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #fff; }
  @media (min-width: 992px) and (max-width: 1199px) {
      header .header_alert p {
        font-size: 15px; } }
  @media (min-width: 768px) and (max-width: 991px) {
      header .header_alert p {
        font-size: 12px; } }
  @media (max-width: 767px) {
      header .header_alert p {
        font-size: 13px; } }
  header .header_alert p a {
    color: #fff;
    transition: all 0.3s; }
    header .header_alert p a:focus {
      text-decoration: none; }
    header .header_alert p a:hover {
      text-decoration: none;
      color: #162636; }
  header .container-fluid {
    padding-right: 64px;
    padding-left: 64px;
    background-color: #162636; }
  @media (min-width:992px) and (max-width:1199px) {
    header .container-fluid {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    header .container-fluid {
      padding-right: 15px;
      padding-left: 15px; } }
  @media screen and (max-width: 767px) {
    header .container-fluid {
      padding-right: 15px;
      padding-left: 15px; } }
  header .container-fluid .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    height: 155px; }
  @media (min-width:1367px) and (max-width:1680px) {
      header .container-fluid .row {
        max-width: 1269px;
        margin: 0 auto; } }
  @media (min-width:1200px) and (max-width:1366px) {
      header .container-fluid .row {
        max-width: 1102px;
        margin: 0 auto; } }
  @media (min-width:992px) and (max-width:1199px) {
      header .container-fluid .row {
        height: 125px;
        max-width: 992px;
        margin: 0 auto; } }
  @media (min-width: 768px) and (max-width: 991px) {
      header .container-fluid .row {
        height: 120px;
        max-width: 768px;
        margin: 0 auto; } }
  @media screen and (max-width: 767px) {
      header .container-fluid .row {
        height: auto;
        padding: 13px 0; } }
  header .mobile-menu {
    background-image: url(../images/menu_icon.png);
    position: absolute;
    right: 15px;
    top: 38px;
    width: 30px;
    height: 22px;
    display: block;
    z-index: 11;
    background-repeat: no-repeat;
    background-size: contain; }
  header .mobile-menu.menu-open {
    background-image: url(../images/expand.png);
    transform: rotate(45deg); }
  header .logo {
    -ms-flex: 0 0 14.3333%;
    flex: 0 0 14.3333%;
    width: 14.3333%;
    max-width: 14.3333%;
    padding: 0 15px;
    border-right: 1px solid #fff; }
  @media (min-width:992px) and (max-width:1199px) {
    header .logo {
      -ms-flex: 0 0 16.3333%;
      flex: 0 0 16.3333%;
      width: 16.3333%;
      max-width: 16.3333%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    header .logo {
      -ms-flex: 0 0 22.3333%;
      flex: 0 0 22.3333%;
      width: 22.3333%;
      max-width: 22.3333%; } }
  @media screen and (max-width: 767px) {
    header .logo {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      width: 100%;
      max-width: 100%;
      text-align: center;
      border: 0; } }
  header .logo img {
    width: 100%;
    max-width: 177px; }
  @media screen and (max-width: 767px) {
      header .logo img {
        width: auto;
        max-height: 78px;
        position: relative;
        z-index: 11; } }
  header .branding {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px; }
  header h1 {
    color: #d5a65a;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 1.3;
    margin: 0px;
    padding: 0px 0px 0px 43px; }
  @media (min-width:992px) and (max-width:1199px) {
    header h1 {
      padding: 0;
      font-size: 26px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    header h1 {
      font-size: 20px;
      padding: 0px; } }
  @media screen and (max-width: 767px) {
    header h1 {
      font-size: 18px;
      padding: 0px;
      text-align: center;
      margin: 10px auto 6px auto;
      max-width: 300px; } }
  header .button-outer {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    padding: 0 15px; }
  @media screen and (max-width: 767px) {
    header .button-outer {
      text-align: center;
      width: 100%; } }
  header .button-outer a.btn_join {
    display: inline-block;
    width: auto;
    padding: 0 37px;
    background-color: #e5502c;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: white;
    border-radius: 20px;
    text-align: center; }
  @media (min-width: 768px) and (max-width: 991px) {
      header .button-outer a.btn_join {
        display: block;
        font-size: 15px;
        line-height: 36px;
        height: 36px; } }
  @media screen and (max-width: 767px) {
      header .button-outer a.btn_join {
        font-size: 14px;
        line-height: 34px;
        height: 34px; } }
  header .button-outer a.btn_join:hover {
    text-decoration: none;
    background-color: white;
    color: #162636; }
  header .button-outer a.contact_number {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    display: block;
    font-size: 22px;
    text-align: center;
    margin-bottom: 12px; }
  @media (min-width: 768px) and (max-width: 991px) {
      header .button-outer a.contact_number {
        display: block;
        text-align: center;
        font-size: 15px; } }
  @media screen and (max-width: 767px) {
      header .button-outer a.contact_number {
        font-size: 14px;
        margin-bottom: 8px; } }
  header .button-outer a.contact_number:hover {
    text-decoration: none;
    color: #d5a65a; }
  header .header-menu {
    background-color: rgba(24, 38, 54, .75);
    text-align: center; }
  @media screen and (max-width: 767px) {
    header .header-menu {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      transform: translateX(100%);
      transition: all 0.3s;
      z-index: 10; }
      header .header-menu.open {
        transform: translateX(0); } }
  header .header-menu ul {
    margin: 0;
    padding: 11px 0 12px 0; }
  @media (min-width:992px) and (max-width:1199px) {
      header .header-menu ul {
        padding: 8px 0 9px 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
      header .header-menu ul {
        padding: 5px; } }
  @media screen and (max-width: 767px) {
      header .header-menu ul {
        background: #152635;
        padding-bottom: 0;
        padding-top: 110px; } }
  header .header-menu ul li {
    list-style: none;
    vertical-align: middle;
    margin: 0 27px;
    text-align: center;
    padding: 0; }
    @media (min-width:992px) and (max-width:1199px) {
      header .header-menu ul li {
        margin: 0 20px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      header .header-menu ul li {
        margin: 0 8px; } }
    @media screen and (max-width: 767px) {
      header .header-menu ul li {
        display: block;
        margin: 0;
        padding: 10px 0;
        border-bottom: 1px solid #d8a655; }
        header .header-menu ul li:first-child {
          border-top: 1px solid #d8a655; } }
    header .header-menu ul li.current-menu-item a {
      color: #d5a65a; }
    header .header-menu ul li a {
      color: #fff;
      font-family: 'Roboto', sans-serif;
      font-weight: 400;
      font-size: 13px;
      text-transform: uppercase;
      vertical-align: middle; }
    header .header-menu ul li a:hover {
      text-decoration: none;
      color: #d5a65a; }

.membership .container .membership-box {
  padding: 58px 0px 66px 0px;
  text-align: center; }
  .membership .container .membership-box h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 27px; }
  .membership .container .membership-box p {
    font-family: 'Roboto', sans-serif;
    color: #182636;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px; }
  .membership .border .brand {
    max-width: 100%; }

.gallery .shim {
  height: 155px; }
  @media (min-width:992px) and (max-width:1199px) {
  .gallery .shim {
    height: 125px; } }
  @media (min-width: 768px) and (max-width: 991px) {
  .gallery .shim {
    height: 120px; } }

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

.details .container .description {
  text-align: center; }
  .details .container .description p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 300; }
  .details .container .description p b, .details .container .description p strong {
    font-weight: 500; }

.block-levels {
  padding-bottom: 36px;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
  .block-levels {
    padding-bottom: 0; } }
  .block-levels .plan-outer {
    text-align: center;
    padding: 0 4px; }
  @media screen and (max-width: 767px) {
    .block-levels .plan-outer {
      padding-bottom: 15px; } }
  .block-levels .plan-outer a {
    display: block; }
  .block-levels .plan-outer a img {
    transition: all 0.3s;
    max-width: 100%;
    width: 100%; }
  .block-levels .plan-outer a:hover {
    text-decoration: none; }
    .block-levels .plan-outer a:hover img {
      transform: scale(1.05); }
  .block-levels .plan-outer .preview-image {
    overflow: hidden; }
  .block-levels .plan-outer .preview-outer h3 {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 17px;
    background: #d5a65a;
    padding: 15px 0;
    margin: 0;
    letter-spacing: 1px; }
  .block-levels .plan-outer .descr {
    margin-top: 11px; }
  .block-levels .plan-outer .descr p {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #df4a2d;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 22px; }

@media (min-width: 768px) and (max-width: 991px) {
      .location .container .map-container {
        height: 510px; }
        .location .container .map-container iframe {
          height: 100%; } }
  .location .container .contact {
    padding: 48px 45px 50px 45px;
    background: #df4a2d;
    font-family: 'Roboto', sans-serif; }
  @media (min-width: 768px) and (max-width: 991px) {
    .location .container .contact {
      padding: 25px 45px 50px 45px;
      height: 510px; } }
  @media screen and (max-width: 767px) {
    .location .container .contact {
      padding: 40px 20px; } }
  .location .container .contact h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 500;
    color: #fff; }
  .location .container .contact h3 + h4 + p + h4 + p + p a {
    text-decoration: underline; }
  .location .container .contact h4 {
    font-size: 18px;
    font-weight: 500;
    color: #fff; }
  .location .container .contact p, .location .container .contact p a {
    font-size: 16px;
    font-weight: 300;
    color: #fff; }

.moreinfo .container .bar.open:after {
  background-image: url(../images/expand.png);
  transform: rotate(45deg); }
  .moreinfo .container .bar.blogs {
    overflow: hidden; }
  .moreinfo .container .bar.blogs .content {
    padding-top: 13px; }
  .moreinfo .container .bar.blogs .content p {
    line-height: 28px; }
    @media screen and (max-width: 767px) {
      .moreinfo .container .bar.blogs .content p {
        line-height: 24px; } }
    .moreinfo .container .bar.blogs .content p a {
      color: #df4a2d;
      font-weight: bold;
      font-size: 16px;
      font-family: 'Roboto', sans-serif; }
  .moreinfo .container .bar.blogs .image-outer {
    float: left;
    margin-right: 27px;
    margin-top: 8px;
    max-width: 300px; }
  @media screen and (max-width: 767px) {
      .moreinfo .container .bar.blogs .image-outer {
        float: none;
        margin-right: 0;
        display: block;
        margin-bottom: 15px;
        margin-top: 8px;
        max-width: 100%; } }
  .moreinfo .container .bar.blogs h4 {
    font-size: 24px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    color: #182636;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 4px;
    text-transform: none; }

footer .content {
  font-family: 'Roboto', sans-serif; }
  footer .content .address {
    margin-right: 71px; }
  footer .content .address p, footer .content .address a {
    font-size: 14px;
    color: #182636; }
  footer .content .address .bold {
    letter-spacing: 1px;
    font-weight: 500;
    margin-bottom: 3px; }
  footer .content .legal p, footer .content .legal a {
    font-size: 12px;
    font-weight: normal;
    color: #182636; }
  footer .content .legal p {
    margin-bottom: 2px; }
  footer .content .legal p + p {
    line-height: 24px; }
  footer .content .legal a .bold {
    font-weight: normal;
    text-decoration: underline; }

.social_link {
  position: absolute;
  right: 113px;
  top: 48px; }
  @media (min-width: 768px) and (max-width: 991px) {
  .social_link {
    right: 75px; } }
  @media screen and (max-width: 767px) {
  .social_link {
    right: 14px;
    top: 110px; } }

footer .content .hud-logo {
  position: absolute;
  right: 10px;
  top: 41px; }
  footer .content .hud-logo img {
    height: 48px; }

.details .container .content img {
  max-width: 100%; }

@media screen and (max-width: 767px) {
    .details .container .content {
      padding-left: 15px;
      padding-right: 15px; } }

.details .container .content .copy {
  text-align: center; }
  @media screen and (max-width: 767px) {
  .details .container .content .copy {
    padding-left: 0;
    padding-right: 0; } }
  .details .container .content .copy h2 {
    color: #df4a2d;
    font-size: 24px;
    font-weight: normal;
    margin: 0px 0px 17px 0px;
    font-family: 'Montserrat', sans-serif; }
  .details .container .content .copy p {
    font-weight: 300;
    line-height: 30px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif; }
  .details .container .content .copy ul, .details .container .content .copy ol {
    padding-top: 20px; }
  .details .container .content .copy ul li, .details .container .content .copy ol li {
    text-align: left;
    font-weight: 300;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #162636; }
  .details .container .content .copy .post_item + .post_item {
    padding-top: 30px; }
  @media screen and (max-width: 767px) {
    .details .container .content .copy .post_item + .post_item {
      padding-top: 20px; } }

.header_spacer {
  height: 200px; }
  @media (min-width:992px) and (max-width:1199px) {
  .header_spacer {
    height: 164px; } }
  @media (min-width: 768px) and (max-width: 991px) {
  .header_spacer {
    height: 152px; } }
  @media screen and (max-width: 767px) {
  .header_spacer {
    display: none; } }

.banner {
  position: relative;
  margin-bottom: 36px; }
  .banner img {
    width: 100%;
    height: 217px;
    object-fit: cover; }
  .banner h1 {
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    font-weight: 500;
    font-size: 60px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    width: 70%; }
  @media (min-width:1367px) and (max-width:1680px) {
    .banner h1 {
      font-size: 58px;
      width: 80%; } }
  @media (min-width:1200px) and (max-width:1366px) {
    .banner h1 {
      font-size: 52px;
      width: 80%; } }
  @media (min-width:992px) and (max-width:1199px) {
    .banner h1 {
      width: 90%;
      font-size: 52px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .banner h1 {
      width: 90%;
      font-size: 40px; } }
  @media screen and (max-width: 767px) {
    .banner h1 {
      width: 90%;
      font-size: 32px; } }

.blocks-outer {
  display: flex;
  flex-wrap: wrap;
  margin-left: -13px;
  margin-right: -13px;
  justify-content: center;
  text-align: center;
  font-family: 'Roboto', sans-serif; }
  .blocks-outer .plan-block {
    flex: 0 0 33.333%;
    padding: 0 13px;
    box-sizing: border-box;
    width: 33.333%;
    margin-bottom: 26px; }
  @media screen and (max-width: 767px) {
    .blocks-outer .plan-block {
      flex: 0 0 100%;
      width: 100%;
      margin-bottom: 20px; } }
  .blocks-outer .plan-block .plan-blck-img {
    position: relative;
    cursor: pointer; }
  .blocks-outer .plan-block .plan-blck-img:before {
    content: "";
    position: absolute;
    top: 12px;
    right: 14px;
    height: 26px;
    width: 26px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/search.png"); }
  .blocks-outer .plan-block img {
    width: 100%; }
  .blocks-outer .plan-block .plan-content {
    padding: 4px 10px 17px 10px;
    background: #fff; }
  .blocks-outer .plan-block .plan-content p {
    margin: 0; }
  .blocks-outer .plan-block h3 {
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 3px;
    font-size: 28px;
    margin-bottom: 5px; }
  .blocks-outer .plan-block .links {
    display: flex;
    justify-content: space-between;
    padding: 12px 10px;
    background: #d5a65a; }
  .blocks-outer .plan-block .links a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s; }
    .blocks-outer .plan-block .links a:hover {
      color: #df4a2d; }
    .blocks-outer .plan-block .links a:first-child:before {
      display: inline-block;
      content: "";
      width: 13px;
      height: 12px;
      margin-right: 6px;
      background-repeat: no-repeat;
      background-position: center;
      background-image: url("../images/download.png");
      transition: all 0.3s; }
    .blocks-outer .plan-block .links a:first-child:hover:before {
      background-image: url("../images/download_hover.png"); }
    .blocks-outer .plan-block .links a:last-child:before {
      width: 13px;
      height: 12px;
      display: inline-block;
      font-family: FontAwesome;
      content: "\f02f";
      color: #fff;
      margin-right: 6px;
      font-size: 13px;
      transition: all 0.3s; }
    .blocks-outer .plan-block .links a:last-child:hover:before {
      color: #df4a2d; }
  .blocks-outer .plan-block.image-hov {
    position: relative; }
  .blocks-outer .plan-block.image-hov .plan-blck-img {
    height: 100%; }
    .blocks-outer .plan-block.image-hov .plan-blck-img img {
      height: 100%; }
    .blocks-outer .plan-block.image-hov .plan-blck-img:before {
      display: none; }
  .blocks-outer .plan-block.image-hov .plan-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    padding: 15px;
    background: none; }
    .blocks-outer .plan-block.image-hov .plan-content h3 {
      line-height: 36px;
      margin-bottom: 16px;
      color: #fff;
      background: none;
      padding: 0;
      font-size: 36px; }
    @media (min-width: 768px) and (max-width: 991px) {
        .blocks-outer .plan-block.image-hov .plan-content h3 {
          line-height: 24px;
          font-size: 24px; } }
    @media screen and (max-width: 767px) {
        .blocks-outer .plan-block.image-hov .plan-content h3 {
          line-height: 24px;
          font-size: 24px; } }
    .blocks-outer .plan-block.image-hov .plan-content p {
      color: #fff;
      font-family: 'Montserrat', sans-serif;
      font-size: 18px;
      font-weight: 600;
      max-width: 160px;
      margin: 0 auto;
      letter-spacing: 2px; }
  .blocks-outer .plan-block .thumbnail_outer {
    padding: 7px 5px 6px 5px;
    overflow: hidden;
    background: #162737; }
  .blocks-outer .plan-block .thumbnail_outer .thumbnail-img.open-pop {
    float: left;
    width: 33.33%;
    padding: 0 2px;
    cursor: pointer; }

.popups .popup-container .popup.popups-thumbnail {
  background-color: transparent;
  padding: 0;
  padding-top: 50px;
  display: none; }

.popups .popup-container .popup.popups-thumbnail .close-button {
  right: 0;
  top: 0; }

.popups .popup-container .popup.popups-thumbnail .preview {
  position: relative;
  top: 0;
  right: 0;
  padding: 0;
  background: none;
  border: 0; }

.popups .popup-container .popup.popups-thumbnail .preview img {
  height: auto;
  max-width: 100%;
  width: auto; }

.location .container .agreement a.btn_text {
  font-size: 18px;
  letter-spacing: 2px;
  padding: 20px 40px;
  display: inline-block; }
  @media (min-width: 768px) and (max-width: 991px) {
  .location .container .agreement a.btn_text {
    font-size: 16px;
    padding: 18px 35px; } }
  @media screen and (max-width: 767px) {
  .location .container .agreement a.btn_text {
    font-size: 14px;
    letter-spacing: 0.05em;
    padding: 14px 30px;
    display: inline-block;
    vertical-align: baseline; } }

.location .container .agreement a.btn_text + a.btn_text {
  margin-left: 10px; }
  @media screen and (max-width: 767px) {
  .location .container .agreement a.btn_text + a.btn_text {
    margin-left: 0;
    margin-top: 10px; } }

@media screen and (max-width: 767px) {
    footer {
      padding-top: 20px; } }

.blocks-outer .plan-block .plan-content p.houses {
  color: #e5502c; }

header .header-menu ul li a {
  display: block; }

header .header-menu ul li {
  vertical-align: bottom; }

.gallery {
  padding-top: 70px; }
  @media screen and (max-width: 767px) {
  .gallery {
    padding-top: 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
  .gallery {
    padding-top: 56px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
  .gallery {
    padding-top: 68px; } }

.banner {
  margin-top: 24px; }
  @media screen and (max-width: 767px) {
  .banner {
    margin-top: 0; } }
  @media (min-width: 992px) and (max-width: 1199px) {
  .banner {
    margin-top: 28px; } }
  .banner img {
    height: 350px; }
  @media screen and (max-width: 767px) {
    .banner img {
      height: 220px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .banner img {
      height: 270px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .banner img {
      height: 300px; } }
