/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.ttf?sbha0e") format("truetype"), url("../fonts/icomoon/icomoon.woff?sbha0e") format("woff"), url("../fonts/icomoon/icomoon.svg?sbha0e#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-angle-down:before {
  content: "\e900"; }

.icon-nav-opener:before {
  content: "\e901"; }

.icon-plus:before {
  content: "\e902"; }

/* Slick slider styles */
.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);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .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; }

body.fancybox-active {
  overflow: hidden; }

body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0; }

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.fancybox-bg {
  background: #292929;
  opacity: 0;
  -webkit-transition-duration: .25s;
          transition-duration: .25s;
  -webkit-transition-property: opacity;
          transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .25s, visibility 0s linear .25s;
          transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .25s, visibility 0s;
          transition: opacity .25s, visibility 0s; }

.fancybox-infobar {
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 0 10px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  color: #ccc;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: exclusion; }

.fancybox-toolbar {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0; }

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0); }

.fancybox-is-closing .fancybox-stage {
  overflow: visible; }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: opacity, -webkit-transform;
          transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  -webkit-transition-property: -webkit-transform, opacity, -webkit-transform;
          transition-property: transform, opacity, -webkit-transform; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: visible; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000; }

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide > title,
.fancybox-slide > style,
.fancybox-slide > meta,
.fancybox-slide > link,
.fancybox-slide > script,
.fancybox-slide > base {
  display: none; }

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition-property: opacity, -webkit-transform;
          transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  -webkit-transition-property: -webkit-transform, opacity, -webkit-transform;
          transition-property: transform, opacity, -webkit-transform; }

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap {
  cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: grabbing; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 16px;
  line-height: 20px; }

/* Buttons */
.fancybox-button {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  -webkit-transition: color .3s ease;
          transition: color .3s ease;
  cursor: pointer;
  outline: none; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff; }

.fancybox-button[disabled] {
  color: #ccc;
  cursor: default;
  opacity: 0.6; }

.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--share svg path {
  stroke-width: 1; }

.fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--pause svg path:nth-child(1) {
  display: none; }

.fancybox-button--zoom svg path {
  fill: transparent; }

/* Navigation arrows */
.fancybox-navigation {
  display: none; }

.fancybox-show-nav .fancybox-navigation {
  display: block; }

.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px; }

.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, 0.6); }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  border-radius: 0;
  background-color: #292929;
  cursor: pointer;
  -webkit-transition: background .3s;
          transition: background .3s; }
  @media (min-width: 768px) {
    .fancybox-close-small {
      right: 81px;
      top: 56px;
      width: 45px;
      height: 45px; } }
  .fancybox-close-small:before, .fancybox-close-small:after {
    content: '';
    position: absolute;
    left: 5px;
    right: 5px;
    top: 50%;
    height: 3px;
    background: #fff;
    margin: -2px 0 0; }
    @media (min-width: 768px) {
      .fancybox-close-small:before, .fancybox-close-small:after {
        left: 10px;
        right: 10px; } }
  .fancybox-close-small:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .fancybox-close-small:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .fancybox-close-small:hover {
    background: #5c5c5c; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -40px; }

.fancybox-slide--image .fancybox-close-small:after,
.fancybox-slide--iframe .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa; }

.fancybox-slide--image .fancybox-close-small:hover:after,
.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
  background: transparent; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0 2vw;
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
  position: relative;
  /* Fix IE11 */ }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1; }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Share */
.fancybox-share {
  padding: 30px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  margin: 0 0 20px 0;
  font-size: 35px;
  font-weight: 700; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

p.fancybox-share__links {
  margin-right: -10px; }

.fancybox-share__button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 0 15px;
  min-width: 130px;
  border: 0;
  border-radius: 3px;
  background: #fff;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  -webkit-transition: all .2s;
          transition: all .2s; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  position: relative;
  top: -1px;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  vertical-align: middle; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 10px 15px;
  background: transparent;
  color: #5d5b5b;
  font-size: 14px;
  outline: none;
  border: 0;
  border-bottom: 2px solid #d7d7d7; }

/* Thumbs */
.fancybox-thumbs {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px 2px;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  box-sizing: border-box;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-y: hidden;
  overflow-x: auto; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
  white-space: nowrap; }

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: calc(50% - 4px);
  max-height: calc(100% - 8px);
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box; }

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }

ul, ol, .drop ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, .header:after, .drop:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

* {
  max-height: 1000000px; }

body {
  color: #292929;
  background: #fff;
  font: 300 14px/1.8571 "Montserrat", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body.nav-active {
    overflow: hidden; }

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

.gm-style img {
  max-width: none; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit; }

h1, .h1 {
  font-size: 30px; }

h2, .h2 {
  font-size: 27px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 21px; }

h5, .h5 {
  font-size: 17px; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 1em; }

a {
  color: #39f; }
  a:hover, a:focus {
    text-decoration: none; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #e3e1dd;
  padding: 0.4em 0.7em; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #292929; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #e3e1dd; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #e3e1dd; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #e3e1dd; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #e3e1dd; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #e3e1dd; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

.blinds-wrapper {
  background: url("../images/jpeg/mobile-blind-bg.jpg");
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: -1; }
  @media (min-width: 768px) {
    .blinds-wrapper {
      background: transparent; } }

.mouse-track {
  height: 100vh;
  width: 100vw; }
  @media (min-width: 768px) {
    .mouse-track {
      background: white -webkit-radial-gradient(calc(var(--mouse-x, 0) * 100%) calc(var(--mouse-y, 0) * 100%), 500px, rgba(0, 0, 0, 0.2), transparent) no-repeat 0 0;
      background: white radial-gradient(500px at calc(var(--mouse-x, 0) * 100%) calc(var(--mouse-y, 0) * 100%), rgba(0, 0, 0, 0.2), transparent) no-repeat 0 0;
      position: fixed;
      -webkit-transition-duration: 1000ms;
              transition-duration: 1000ms;
      -webkit-transition-timing-function: ease-out;
              transition-timing-function: ease-out;
      position: fixed;
      -webkit-transform: translateX(-50%) translateY(-50%);
          -ms-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%); } }

.blinds {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: transparent;
  width: 100vw;
  height: 100vh; }

.blind-bit {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f3f3f3+74,f3f3f3+74,f3f3f3+84,ededed+88,ffffff+100;White+Gloss+%232 */
  background: white;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, white 0%, #f3f3f3 74%, #f3f3f3 74%, #f3f3f3 84%, #ededed 88%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, white 0%, #f3f3f3 74%, #f3f3f3 74%, #f3f3f3 84%, #ededed 88%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
  /* IE6-9 */
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 1em; }

#wrapper {
  position: relative;
  overflow: hidden;
  width: 100%; }

.container {
  padding: 0 15px;
  margin: 0 auto;
  max-width: 856px; }
  .container.container-large {
    max-width: 1170px; }
  .container.container-larger {
    max-width: 1440px; }

h1 {
  font-size: 27px;
  line-height: 33px;
  font-weight: 200;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    h1 {
      letter-spacing: 3px;
      font-size: 36px;
      line-height: 40px; } }

h2 {
  font-size: 30px;
  line-height: 32px;
  font-weight: 200;
  color: #847141;
  letter-spacing: 2px;
  margin: 0 0 30px; }
  @media (min-width: 768px) {
    h2 {
      font-size: 40px;
      line-height: 40px;
      margin: 0 0 43px; } }

ul {
  font-size: 14px;
  line-height: 26px;
  color: #000; }
  ul li {
    padding: 0px 0 10px 25px;
    position: relative; }
    ul li:before {
      width: 2px;
      height: 2px;
      content: '';
      display: inline-block;
      vertical-align: top;
      border-radius: 50%;
      background: #292929;
      position: absolute;
      left: -1px;
      top: 13px; }

ol {
  counter-reset: newCounter; }
  ol li {
    margin: 0 0 19px; }
    ol li:before {
      counter-increment: newCounter;
      content: counters(newCounter, ".") ". ";
      display: inline-block;
      vertical-align: top;
      margin-right: 3px; }

.bg-stretch {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.btn-info {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #292929;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  padding: 10px;
  border: 2px solid #292929;
  min-width: 250px;
  background: transparent;
  -webkit-transition: color .3s, background .3s, border-color .3s !important;
          transition: color .3s, background .3s, border-color .3s !important; }
  @media (min-width: 768px) {
    .btn-info {
      font-size: 20px;
      line-height: 28px;
      padding: 23px 27px;
      letter-spacing: -0.02em;
      min-width: 275px; } }
  .btn-info:hover {
    background: #292929;
    color: #fff !important;
    border: 2px solid #292929; }

.btn-retail {
  display: none; }
  @media (min-width: 768px) {
    .btn-retail {
      display: block;
      font-size: 16px;
      line-height: 24px;
      text-transform: uppercase;
      color: #847141;
      text-decoration: none;
      display: inline-block;
      vertical-align: top;
      padding: 5px 10px;
      border: 1px solid #847141;
      background: transparent;
      -webkit-transition: color .3s, background .3s, border-color .3s !important;
              transition: color .3s, background .3s, border-color .3s !important;
      float: right;
      margin-right: 45px;
      margin-top: 6px; }
      .btn-retail:hover {
        background: #292929;
        color: #fff !important;
        border: 2px solid #292929; } }

.js-tab-hidden {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important; }

.popup-holder {
  position: relative;
  overflow: hidden;
  height: 0; }

.header {
  padding: 11px 22px;
  position: relative;
  background: #fff; }

.logo {
  width: 107px;
  float: left;
  line-height: 0; }
  .logo img {
    width: 100%;
    height: auto; }
  .logo a {
    display: block; }

.nav {
  width: calc(100% - 107px);
  float: right; }

.nav-opener {
  -webkit-transition: color 0.3s ease-in-out;
          transition: color 0.3s ease-in-out;
  width: 36px;
  height: 32px;
  display: block;
  color: #847141;
  position: absolute;
  top: 50%;
  right: 17px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 32px;
  line-height: 32px;
  text-decoration: none; }
  .nav-opener:hover {
    color: #b9a572; }

.drop {
  position: absolute;
  max-height: 0;
  top: calc(100% - 1px);
  -webkit-transition: all 0.25s linear;
          transition: all 0.25s linear;
  overflow: hidden;
  z-index: 999;
  left: 0;
  right: 0;
  text-align: center; }
  @media (min-width: 768px) {
    .drop {
      text-align: left; } }
  .nav-active .drop {
    max-height: 4000px;
    display: block; }
    .nav-active .drop .drop-holder {
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
  .drop .container {
    padding: 0; }
    @media (min-width: 768px) {
      .drop .container {
        padding: 0 15px; } }
  .drop .drop-holder {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: all 0.25s linear;
            transition: all 0.25s linear;
    background: #fff;
    height: calc(100vh - 68px);
    overflow-y: auto; }
    @media (min-width: 768px) {
      .drop .drop-holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .drop .drop-holder .container {
      width: 100%;
      max-width: 1186px; }
  .drop ul {
    font-size: 18px;
    line-height: 20px;
    font-weight: 200;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .drop ul {
        width: 54.2%;
        font-size: 30px;
        line-height: 50px;
        position: relative;
        padding: 15px 20px 0 0; } }
    @media (min-width: 1024px) {
      .drop ul {
        font-size: 40px; } }
    .drop ul .img-holder {
      -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
              transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
      display: none;
      position: relative;
      min-height: 100px; }
      @media (min-width: 768px) {
        .drop ul .img-holder {
          position: absolute;
          top: 50%;
          left: 100%;
          width: 83%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          min-height: 602px;
          display: block;
          opacity: 0;
          visibility: visible; } }
    .drop ul li {
      position: static;
      padding: 0; }
      @media (min-width: 768px) {
        .drop ul li {
          padding: 0 0 7px; } }
      .drop ul li:before {
        content: none; }
      .drop ul li a:hover {
        background: #847141;
        color: #fff; }
        @media (min-width: 768px) {
          .drop ul li a:hover + .img-holder {
            opacity: 1;
            visibility: visible;
            z-index: 2; } }
      @media (min-width: 768px) {
        .drop ul li.active .img-holder {
          opacity: 1;
          visibility: visible;
          z-index: 1; } }
      .drop ul li.active a {
        background: #847141;
        color: #fff; }
    .drop ul a {
      -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
              transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
      color: #847141;
      display: block;
      padding: 10px 15px;
      text-decoration: none; }
      @media (min-width: 768px) {
        .drop ul a {
          display: inline-block;
          vertical-align: top;
          padding: 12px 31px 12px 25px; } }

.banner {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  padding: 20px 0; }
  @media (min-width: 1024px) {
    .banner {
      padding: 87px 0 20px; } }
  .banner .banner-text {
    width: 100%;
    text-align: center; }

.main-logo {
  width: 280px;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 50px; }
  @media (min-width: 768px) {
    .main-logo {
      width: 400px;
      margin: 0 0 100px; } }
  @media (min-width: 600px) {
    .main-logo {
      max-width: 0 0 80px; } }
  @media (min-width: 1024px) {
    .main-logo {
      width: 490px;
      margin: 0 0 124px; } }
  .main-logo img {
    height: auto;
    width: 100%; }

.btn-more {
  -webkit-transition: color 0.3s ease-in-out;
          transition: color 0.3s ease-in-out;
  font-size: 12px;
  line-height: 15px;
  font-weight: 300;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  position: relative;
  color: #847141;
  text-decoration: none;
  text-align: center; }
  .btn-more .icon {
    display: block;
    font-size: 15px;
    line-height: 15px;
    padding: 8px 0 0; }
  .btn-more:hover {
    color: #b9a572; }

.main-heading {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-35%);
      -ms-transform: translateY(-35%);
          transform: translateY(-35%); }

.heading-holder {
  background: #7e7044;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  padding: 7px 10px;
  margin: 0 0 0 -10px; }
  @media (min-width: 768px) {
    .heading-holder {
      margin: 0 0 0 -10px;
      padding: 25px 10px 25px 10px; } }
  @media (min-width: 1024px) {
    .heading-holder {
      margin: 0 0 0 -57px;
      padding: 25px 35px 25px 52px; } }
  .heading-holder h1 {
    margin: 0; }

.modal {
  background: #fff;
  max-width: 940px;
  padding: 30px;
  width: 80%; }
  @media (min-width: 480px) {
    .modal {
      width: 70%; } }
  @media (min-width: 768px) {
    .modal {
      padding: 49px 80px 64px;
      width: 90%; } }
      .modal--iframe {
    max-width: 1200px !important;
    padding: 0 !important;
  }
  .modal.brown-section {
    background: #292929;
    color: #fff;
    padding: 0; }
    @media (min-width: 768px) {
      .modal.brown-section {
        padding: 0; } }
    .modal.brown-section .fancybox-close-small {
      background-color: #d8d8d8; }
      .modal.brown-section .fancybox-close-small:before, .modal.brown-section .fancybox-close-small:after {
        background: #292929; }
      @media (min-width: 768px) {
        .modal.brown-section .fancybox-close-small {
          top: 56px;
          right: 95px; } }
      .modal.brown-section .fancybox-close-small:hover {
        background: #5c5c5c; }
    .modal.brown-section .img-holder {
      padding: 0; }
  .modal.gray-section {
    background: #e3e1dd; }
    @media (min-width: 768px) {
      .modal.gray-section {
        padding: 43px 64px 70px; } }
    .modal.gray-section h3 {
      color: #847141;
      text-transform: capitalize;
      margin: 0 0 14px; }
    @media (min-width: 768px) {
      .modal.gray-section .heading {
        padding: 0 80px 79px 15px; } }
    @media (min-width: 768px) {
      .modal.gray-section .img-holder {
        padding: 0; } }
    @media (min-width: 768px) {
      .modal.gray-section .fancybox-close-small {
        top: 65px; } }
    @media only screen and (min-width: 992px) {
      .modal.gray-section.modal--retail .img-holder {
        width: 65%;
        float: left; } }
    .modal.gray-section.modal--retail .text-holder {
      font-size: 16px;
      color: #847141; }
      @media only screen and (min-width: 992px) {
        .modal.gray-section.modal--retail .text-holder {
          width: 30%;
          float: right; } }
      .modal.gray-section.modal--retail .text-holder strong {
        font-family: inherit;
        font-weight: bold;
        margin: 0 0 0.5em; }
      .modal.gray-section.modal--retail .text-holder hr {
        border: 1px solid #847141; }
      .modal.gray-section.modal--retail .text-holder .total {
        margin-bottom: 1.5rem; }
    .modal.gray-section.modal--retail .plan-arrow {
      display: none; }
      @media only screen and (min-width: 992px) {
        .modal.gray-section.modal--retail .plan-arrow {
          display: block;
          margin-left: 225px;
          position: absolute;
          bottom: 190px;
          left: 0;
          max-width: 400px; } }
    .modal.gray-section.modal--retail .text-bottom {
      float: right;
      width: 175px; }
  .modal h3 {
    font-size: 25px;
    line-height: 25px;
    font-weight: 300;
    color: #a79a77;
    margin: 0 0 11px;
    letter-spacing: 1px;
    text-transform: capitalize; }
    @media (min-width: 768px) {
      .modal h3 {
        font-size: 30px;
        line-height: 30px; } }
  .modal .heading {
    padding: 0 80px 50px 0; }
    @media (min-width: 768px) {
      .modal .heading {
        padding: 0 80px 42px 0; } }
  .modal .space {
    display: block;
    color: #606060;
    font-size: 20px;
    font-weight: 300;
    line-height: 18px;
    text-transform: uppercase; }
  .modal .img-holder {
    padding: 0 18px 2px 8px; }
  .modal img {
    width: 100%;
    height: auto;
    max-width: none; }
  .modal .text {
    font-size: 12px;
    line-height: 14px;
    font-weight: 300;
    color: #b0b0b0;
    display: block;
    letter-spacing: 1px; }

.iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.footer {
  background: #e3e1dd;
  text-align: center;
  padding: 40px 0;
  color: #292929;
  font-size: 10px;
  line-height: 18px;
  font-weight: 300; }
  @media (min-width: 768px) {
    .footer {
      padding: 80px 0; } }
  .footer .btn-holder {
    margin: 0 0 40px; }
    @media (min-width: 768px) {
      .footer .btn-holder {
        margin: 0 0 71px; } }
  .footer a {
    -webkit-transition: color 0.3s ease-in-out;
            transition: color 0.3s ease-in-out;
    color: #292929;
    text-decoration: none; }
    .footer a:hover {
      text-decoration: none;
      color: #b9a572; }
  .footer .img-block {
    max-width: 1265px;
    padding: 0 15px;
    position: relative;
    margin: 0 auto 40px;
    z-index: 1; }
    @media (min-width: 768px) {
      .footer .img-block {
        margin: -40px auto 80px; } }
    .footer .img-block.gray-section:before {
      background: #e3e1dd; }
    .footer .img-block:before {
      content: '';
      position: absolute;
      left: -9999px;
      right: -9999px;
      top: -40px;
      height: 140px;
      background: #fff;
      z-index: -1; }
      @media (min-width: 768px) {
        .footer .img-block:before {
          height: 240px; } }
  .footer .three-column {
    text-align: left;
    font-style: italic;
    padding: 0 0 40px; }
    @media (min-width: 768px) {
      .footer .three-column {
        -webkit-column-count: 3;
                column-count: 3;
        -webkit-column-gap: 30px;
                column-gap: 30px;
        padding: 0 22px 62px; } }
    .footer .three-column p {
      margin: 0 0 18px; }

.copyright {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px; }
  .copyright .designned-by {
    display: inline-block;
    vertical-align: top; }
    .copyright .designned-by:before {
      content: '|';
      display: inline-block;
      vertical-align: top;
      padding: 1px 10px;
      font-size: 12px; }
      @media (min-width: 768px) {
        .copyright .designned-by:before {
          padding: 1px 21px; } }
    .copyright .designned-by a {
      color: #85723e;
      font-weight: 500; }
      .copyright .designned-by a:hover {
        color: #b9a572; }

.slider-section {
  position: relative;
  background: #e3e1dd;
  padding: 40px 0 44px; }

.slick-slider1 .slide {
  position: relative;
  min-height: 280px;
  padding: 0 5px; }
  @media (min-width: 768px) {
    .slick-slider1 .slide {
      padding: 0 15px;
      min-height: 500px; } }
  @media (min-width: 1024px) {
    .slick-slider1 .slide {
      min-height: 642px;
      padding: 0 30px; } }
  .slick-slider1 .slide img {
    width: 100%;
    height: auto; }
  .slick-slider1 .slide .bg-stretch {
    left: 5px;
    right: 5px; }
    @media (min-width: 768px) {
      .slick-slider1 .slide .bg-stretch {
        left: 15px;
        right: 15px; } }
    @media (min-width: 1024px) {
      .slick-slider1 .slide .bg-stretch {
        left: 30px;
        right: 30px; } }

.building-slick .slick-list {
  padding: 0 14% !important; }

.slick-prev {
  left: 30px !important;
  z-index: 9999; }

.slick-next {
  right: 30px !important;
  z-index: 9999; }

.slick-next:before, .slick-prev:before {
  font-size: 30px !important; }

.section-gray {
  background: #e3e1dd !important; }

.section {
  position: relative;
  padding: 60px 0 30px; }
  @media (min-width: 768px) {
    .section {
      padding: 90px 0 40px; } }
  .section.section-highlight {
    padding: 80px 0 30px; }
    @media (min-width: 768px) {
      .section.section-highlight {
        padding: 149px 0 106px; } }
    .section.section-highlight .in-viewport ul {
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      opacity: 1; }
    .section.section-highlight .in-viewport h2 {
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      opacity: 1; }
    .section.section-highlight h2 {
      -webkit-transform: translateY(50px);
          -ms-transform: translateY(50px);
              transform: translateY(50px);
      opacity: 0;
      -webkit-transition: all 0.5s linear;
              transition: all 0.5s linear; }
    .section.section-highlight ul {
      -webkit-transform: translateY(200px);
          -ms-transform: translateY(200px);
              transform: translateY(200px);
      opacity: 0;
      -webkit-transition: all 0.5s linear;
              transition: all 0.5s linear; }
      @media (min-width: 768px) {
        .section.section-highlight ul {
          -webkit-column-count: 2;
                  column-count: 2;
          -webkit-column-gap: 50px;
                  column-gap: 50px; } }

#line-box_home .slide {
  min-height: 642px;
  width: 1060px; }

.banner-inner {
  position: relative;
  min-height: 400px; }
  @media (min-width: 768px) {
    .banner-inner {
      min-height: 627px; } }
  @media (min-width: 1400px) {
    .banner-inner#banner-inner__location {
      min-height: 687px; } }
  @media (min-width: 2100px) {
    .banner-inner#banner-inner__location {
      min-height: 987px; } }
  .banner-inner .bg-stretch {
    background-position: center; }
  .banner-inner .bg-stretch__location {
    background-position: center 0 !important; }

.section.section-location {
  padding: 80px 0 0;
  z-index: 1; }
  @media (min-width: 768px) {
    .section.section-location {
      padding: 80px 0 0; } }
  .section.section-location > .container {
    max-width: 1230px; }
  .section.section-location .img-holder {
    position: relative; }
    .section.section-location .img-holder.viewport-section {
      -webkit-transition: -webkit-transform 0.5s ease-in-out;
              transition: transform 0.5s ease-in-out;
      -webkit-transform: translateY(100px);
          -ms-transform: translateY(100px);
              transform: translateY(100px);
      opacity: 0; }
      .section.section-location .img-holder.viewport-section.in-viewport {
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
        opacity: 1; }
    .section.section-location .img-holder img {
      width: 100%;
      height: auto; }
  .section.section-location + .section {
    margin: -100px 0 0;
    padding-top: 150px; }
    @media (min-width: 768px) {
      .section.section-location + .section {
        margin: -259px 0 0;
        padding-top: 349px; } }

.location-article {
  font-size: 12px;
  line-height: 22px;
  font-weight: 300; }
  @media (min-width: 768px) {
    .location-article {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; } }
  @media (min-width: 1024px) {
    .location-article {
      margin: 0 -55px 0 0; } }
  .location-article .text-holder {
    padding: 0 0 30px; }
    @media (min-width: 768px) {
      .location-article .text-holder {
        width: 40%;
        padding: 0 20px 19px 0; } }
  @media (min-width: 768px) {
    .location-article .img-block {
      width: 60%; } }
  @media (min-width: 768px) {
    .location-article h2 {
      margin: 0 0 40px; } }
  .location-article p {
    margin: 0 0 10px; }

.image-list {
  margin: 0 -10px;
  text-align: center; }
  @media (min-width: 768px) {
    .image-list {
      margin: 0 -11px;
      text-align: right; } }
  @media (min-width: 1024px) {
    .image-list {
      margin: 0 -20px; } }
  .image-list .image-holder {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 10px;
    position: relative;
    z-index: 1; }
    @media (min-width: 768px) {
      .image-list .image-holder {
        width: 202px;
        height: 202px;
        margin: 0 11px 10px; } }
    @media (min-width: 1024px) {
      .image-list .image-holder {
        margin: 0 20px 10px; } }

.line-box {
  position: relative;
  z-index: 1; }
  @media (min-width: 768px) {
    .line-box {
      margin: 0 0 60px; } }
  .line-box .slide {
    position: relative;
    min-height: 180px;
    padding: 0 10px;
    width: 150px; }
    @media (min-width: 768px) {
      .line-box .slide {
        min-height: 375px;
        width: 509px; } }
    .line-box .slide .bg-stretch {
      left: 10px;
      right: 10px; }
  @media (min-width: 768px) {
    .line-box .slick-list {
      padding: 0 83px 0 20.6%; } }

.section-transport {
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  background: #292929;
  color: #b0b0b0;
  padding: 40px 0; }
  @media (min-width: 768px) {
    .section-transport {
      padding: 135px 0 102px; } }
  .section-transport .container {
    max-width: 1107px; }
    .section-transport .container > .img-holder {
      padding: 0 15px 0 0; }

@media (min-width: 768px) {
  .article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 0 55px; } }

.article h2 {
  color: #a79b75; }
  @media (min-width: 768px) {
    .article h2 {
      margin: 0 0 45px -4px; } }

.article .img-holder {
  padding: 0 0 30px;
  position: relative; }
  @media (min-width: 768px) {
    .article .img-holder {
      width: 56%;
      padding: 0; } }

.article .text-holder {
  padding: 0 0 30px; }
  @media (min-width: 768px) {
    .article .text-holder {
      width: 44%;
      padding: 14px 0 0 50px; } }
  @media (min-width: 1024px) {
    .article .text-holder {
      padding: 14px 38px 0 85px; } }

.article p {
  margin: 0 0 30px; }

.btn-plus {
  -webkit-transition: background 0.3s ease-in-out;
          transition: background 0.3s ease-in-out;
  width: 45px;
  height: 45px;
  line-height: 24px;
  font-size: 24px;
  right: -5px;
  bottom: -4px;
  position: absolute;
  background-color: #d8d8d8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  color: #292929;
  display: none; }
  @media (min-width: 450px) {
    .btn-plus {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .btn-plus:hover {
    background: #bfbfbf; }

.line-box .mask {
  overflow: hidden; }

.line-box .line {
  width: 99999px;
  float: left; }

@media (min-width: 768px) {
  .section.section-accommodation {
    padding: 152px 0 117px; } }

@media (min-width: 768px) {
  .section.section-accommodation .two-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 86px; } }

.section.section-accommodation .two-col.in-viewport .img-block {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1; }

.section.section-accommodation .two-col.in-viewport .text-holder {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1; }

.section.section-accommodation .two-col .img-block {
  margin: 0 0 30px;
  -webkit-transform: translateX(200px);
      -ms-transform: translateX(200px);
          transform: translateX(200px);
  opacity: 0;
  -webkit-transition: all 0.5s linear;
          transition: all 0.5s linear; }
  @media (min-width: 768px) {
    .section.section-accommodation .two-col .img-block {
      width: 50%;
      margin: 0; } }
  @media (min-width: 1024px) {
    .section.section-accommodation .two-col .img-block {
      width: 42%; } }

@media (min-width: 768px) {
  .section.section-accommodation .two-col .img-holder {
    margin: 0 -15px 0 0; } }

@media (min-width: 1024px) {
  .section.section-accommodation .two-col .img-holder {
    margin: 0 -99px 0 0; } }

@media (min-width: 1200px) {
  .section.section-accommodation .two-col .img-holder {
    margin: 0 -187px 0 0; } }

@media (min-width: 1400px) {
  .section.section-accommodation .two-col .img-holder {
    margin: 0 -307px 0 0; } }

.section.section-accommodation .two-col .img-holder img {
  width: 100%;
  height: auto; }

.section.section-accommodation .two-col .text-holder {
  margin: 0 0 30px;
  -webkit-transform: translateX(-200px);
      -ms-transform: translateX(-200px);
          transform: translateX(-200px);
  opacity: 0;
  -webkit-transition: all 0.5s linear;
          transition: all 0.5s linear; }
  @media (min-width: 768px) {
    .section.section-accommodation .two-col .text-holder {
      width: 50%;
      margin: 0;
      padding: 27px 20px 0 0; } }
  @media (min-width: 1024px) {
    .section.section-accommodation .two-col .text-holder {
      width: 58%;
      padding: 27px 8% 0 0; } }
  .section.section-accommodation .two-col .text-holder p {
    margin: 0 0 10px; }

.table1 {
  font-size: 11px;
  line-height: 29px;
  letter-spacing: 1.71px;
  color: #292929;
  text-transform: uppercase;
  width: 100%; }
  @media (min-width: 768px) {
    .table1 {
      font-size: 12px; } }
  .table1 thead {
    color: #847141; }
    .table1 thead th {
      font-weight: 500; }
    .table1 thead tr {
      border-bottom: 1px solid #847141; }
  .table1 tr {
    border-bottom: 1px solid #b0b0b0; }
  .table1 tbody td:first-child {
    width: 55%; }
    @media (min-width: 768px) {
      .table1 tbody td:first-child {
        width: 46%; } }
  .table1 tbody td:last-child {
    width: 20%; }
  .table1 tbody tr:last-child {
    border-bottom-color: #847141; }
  .table1 tfoot tr {
    color: #847141;
    border-bottom: 1px solid #847141; }
    .table1 tfoot tr td {
      font-weight: 500; }
    .table1 tfoot tr:last-child {
      border-bottom: 0;
      color: #292929; }
      .table1 tfoot tr:last-child td {
        font-weight: 300; }
  .table1 th,
  .table1 td {
    padding: 2px;
    text-align: left;
    vertical-align: middle;
    font-weight: 300; }
    @media (min-width: 768px) {
      .table1 th,
      .table1 td {
        padding: 4px 10px; } }
    .table1 th:last-child,
    .table1 td:last-child {
      text-align: right; }
      @media (min-width: 768px) {
        .table1 th:last-child,
        .table1 td:last-child {
          padding: 4px 15px; } }
    .table1 th:only-child,
    .table1 td:only-child {
      text-align: left; }

.section-floor-plan.gray-section {
  background: #e3e1dd; }
  @media (min-width: 768px) {
    .section-floor-plan.gray-section .img-block {
      min-height: 600px; } }
  @media (min-width: 768px) {
    .section-floor-plan.gray-section .text-block {
      padding: 110px 0 169px; } }

.section-floor-plan .img-block {
  position: relative;
  min-height: 180px;
  z-index: 1; }
  @media (min-width: 768px) {
    .section-floor-plan .img-block {
      min-height: 750px; } }
  .section-floor-plan .img-block img {
    width: 100%;
    max-width: none;
    height: auto; }

.section-floor-plan .text-block {
  padding: 50px 0; }
  @media (min-width: 768px) {
    .section-floor-plan .text-block {
      padding: 110px 0 131px; }
      .gray-section .section-floor-plan .text-block {
        padding: 110px 0 169px; } }

@media (min-width: 768px) {
  .section-floor-plan h2 {
    margin: 0 0 57px; } }

.tabset {
  font-size: 10px;
  line-height: 16px;
  font-weight: 300;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  margin: 0 0 30px; }
  @media (min-width: 768px) {
    .tabset {
      font-size: 20px;
      line-height: 20px; } }
  @media (min-width: 1024px) {
    .tabset {
      margin: 0 -50px 55px; } }
  @media (min-width: 1200px) {
    .tabset {
      margin: 0 -95px 55px; }
      .gray-section .tabset {
        margin: 0 -134px 67px; } }
  .tabset li {
    padding: 15px 4px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 33.33%; }
    @media (min-width: 768px) {
      .tabset li {
        padding: 30px 10px; } }
    .tabset li:before {
      content: none; }
    .tabset li:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 1px;
      border-top: 1px solid #b0b0b0; }
      .gray-section .tabset li:after {
        border-top-width: 2px; }
    .tabset li:nth-child(3n+1):after {
      width: 50%;
      left: 50%; }
    .tabset li:nth-child(3n+3):after {
      width: 50%;
      left: 0; }
  .tabset a {
    -webkit-transition: color 0.3s ease-in-out;
            transition: color 0.3s ease-in-out;
    color: #b0b0b0;
    text-decoration: none;
    position: relative;
    display: inline-block;
    vertical-align: top; }
    .gray-section .tabset a {
      color: #a79a77; }
    .tabset a.active, .tabset a:hover {
      color: #847141;
      text-decoration: none; }
      .tabset a.active:after, .tabset a:hover:after {
        opacity: 1; }
      .tabset a.active:before, .tabset a:hover:before {
        background-color: #a79a77 !important; }
    .tabset a:before {
      -webkit-transition: background 0.3s ease-in-out;
              transition: background 0.3s ease-in-out;
      width: 7px;
      height: 7px;
      content: '';
      display: block;
      border-radius: 50%;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      z-index: 1;
      top: 0;
      margin: -17px 0 0;
      background-color: #b0b0b0; }
      @media (min-width: 768px) {
        .tabset a:before {
          width: 9px;
          height: 9px;
          margin: -33px 0 0; } }
      .gray-section .tabset a:before {
        background-color: #847141;
        margin: -16px 0 0; }
        @media (min-width: 768px) {
          .gray-section .tabset a:before {
            margin: -33px 0 0; } }
    .tabset a:after {
      -webkit-transition: opacity 0.3s ease-in-out;
              transition: opacity 0.3s ease-in-out;
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: -5px;
      border-bottom: 2px solid #847141;
      opacity: 0; }
      @media (min-width: 768px) {
        .tabset a:after {
          bottom: -10px; } }

.tab-content .img-holder {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 30px; }
  @media (min-width: 768px) {
    .tab-content .img-holder {
      width: 492px;
      display: block;
      margin: 0; }
      .gray-section .tab-content .img-holder {
        width: 485px; } }
  .tab-content .img-holder img {
    width: 100%;
    height: auto; }
  .tab-content .img-holder .btn-plus {
    background-color: #292929;
    color: #e3e1dd;
    bottom: 6px;
    right: 13px; }
    .gray-section .tab-content .img-holder .btn-plus {
      right: 32px;
      bottom: -6px; }
    .tab-content .img-holder .btn-plus:hover {
      background: #5c5c5c; }

.tab-content .text-holder {
  padding: 0 0 30px; }
  @media (min-width: 768px) {
    .tab-content .text-holder {
      width: calc(100% - 492px);
      padding: 8px 20px 65px 0; }
      .gray-section .tab-content .text-holder {
        width: calc(100% - 485px); } }

@media (min-width: 768px) {
  .tab-content .two-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media (min-width: 1024px) {
  .tab-content .two-col {
    margin: 0 -13px 0 0; }
    .gray-section .tab-content .two-col {
      margin: 0 -32px 0 0; } }

.tab-content .space {
  display: block;
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  color: #847141;
  text-transform: uppercase;
  padding: 5px 0 13px; }
  @media (min-width: 768px) {
    .tab-content .space {
      font-size: 30px;
      line-height: 32px; } }

.tab-content .text-bottom {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #606060;
  display: block; }
  @media (min-width: 768px) {
    .tab-content .text-bottom {
      width: 228px;
      margin: -35px 0 0; } }

.plan-list {
  font-size: 12px;
  line-height: 18px;
  font-weight: 300; }
  .plan-list li {
    padding: 0 0 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .plan-list li:before {
      content: none; }
  .plan-list .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    color: #847141;
    font-weight: 500; }
  .plan-list .text {
    width: 60%;
    display: block; }
  .plan-list .no {
    display: block;
    width: 40%; }

@media (min-width: 768px) {
  .section.section-download {
    padding: 160px 0 98px; } }

.table2 {
  font-size: 10px;
  line-height: 15px;
  font-weight: 300;
  width: 100%;
  color: #606060; }
  @media (min-width: 768px) {
    .table2 {
      font-size: 15px;
      line-height: 33px;
      font-weight: 300; } }
  .table2 .title {
    font-size: 15px;
    line-height: 17px;
    font-weight: 400;
    display: block;
    color: #847141;
    text-transform: capitalize; }
    @media (min-width: 768px) {
      .table2 .title {
        font-size: 30px;
        line-height: 33px;
        font-weight: 400; } }
  .table2 tr + tr {
    border-top: 1px solid #cccccc; }
  .table2 td {
    padding: 10px 0;
    vertical-align: top; }
    @media (min-width: 768px) {
      .table2 td {
        padding: 17px 0; } }
    .table2 td:first-child {
      width: 36%; }
      @media (min-width: 480px) {
        .table2 td:first-child {
          width: 45%; } }
      @media (min-width: 768px) {
        .table2 td:first-child {
          width: 54%; } }
    .table2 td + td {
      padding-left: 3px; }
      @media (min-width: 768px) {
        .table2 td + td {
          padding-left: 14px; } }

.link {
  -webkit-transition: color 0.3s ease-in-out;
          transition: color 0.3s ease-in-out;
  font-size: 11px;
  line-height: 15px;
  font-weight: 600;
  color: #847141;
  text-decoration: underline;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: bottom; }
  @media (min-width: 768px) {
    .link {
      font-size: 15px;
      line-height: 20px;
      font-weight: 600; } }
  .link:hover {
    color: #40361f;
    text-decoration: underline; }

.list {
  font-size: 12px;
  line-height: 15px;
  font-weight: 300;
  color: #606060; }
  @media (min-width: 768px) {
    .list {
      font-size: 15px;
      line-height: 20px;
      font-weight: 300;
      padding: 12px 0 0; } }
  .list li {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .list li:before {
      content: none; }
    .list li + li {
      padding: 13px 0 0; }
  .list .file-type {
    display: inline-block;
    vertical-align: bottom; }
  .list .file-space {
    display: inline-block;
    vertical-align: bottom; }
    .list .file-space:before {
      content: '|';
      font-size: 10px;
      display: inline-block;
      vertical-align: top;
      padding: 0 2px; }
      @media (min-width: 768px) {
        .list .file-space:before {
          padding: 0 5px; } }
  .list .text {
    display: block;
    width: 50%; }
  .list .link-holder {
    width: 50%;
    text-align: right; }

.section.section-contact {
  font-size: 12px;
  line-height: 22px; }
  @media (min-width: 768px) {
    .section.section-contact {
      padding: 153px 0 124px; } }

@media (min-width: 480px) {
  .three-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 30px; } }

@media (min-width: 768px) {
  .three-col {
    margin: 0 0 60px; } }

.three-col .col {
  padding: 0 0 20px;
  width: 100%; }
  @media (min-width: 768px) {
    .three-col .col {
      width: 33.33%;
      padding: 0 0 30px 47px; } }
  @media (min-width: 768px) {
    .three-col .col:nth-child(3n+1) {
      padding-left: 0; } }
  @media (min-width: 480px) {
    .three-col .col.col-sm-6 {
      width: 50%; } }
  @media (min-width: 768px) {
    .three-col .col.col-sm-6 {
      width: 33.33%; } }
  @media (min-width: 480px) {
    .three-col .col.col-sm-6 + .three-col .col.col-sm-6.col-sm-6 {
      padding: 0 0 20px 10px; } }
  @media (min-width: 768px) {
    .three-col .col.col-sm-6 + .three-col .col.col-sm-6.col-sm-6 {
      padding: 0 0 30px 47px; } }

.three-col .logo-holder {
  min-height: 44px;
  margin: 3px 0 24px; }

.logo-holder a {
  -webkit-transition: opacity 0.3s ease-in-out;
          transition: opacity 0.3s ease-in-out;
  display: inline-block;
  vertical-align: top; }
  .logo-holder a:hover {
    opacity: 0.7; }

.contact-list {
  font-size: 12px;
  line-height: 22px; }
  .contact-list .contact-name {
    display: block;
    font-weight: 500;
    text-transform: capitalize;
    color: #847141;
    margin: 0 0 1px; }
  .contact-list li {
    padding: 0 0 10px; }
    @media (min-width: 768px) {
      .contact-list li {
        padding: 0 0 10px; } }
    .contact-list li:before {
      content: none; }
  .contact-list a {
    -webkit-transition: color 0.3s ease-in-out;
            transition: color 0.3s ease-in-out;
    color: #292929;
    text-decoration: none; }
    .contact-list a:hover {
      color: #b9a572; }

@media (min-width: 480px) {
  .developed-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.developed-block .col {
  padding: 0 0 20px; }
  @media (min-width: 480px) {
    .developed-block .col {
      width: 50%;
      padding: 0 0 20px 10px; } }
  @media (min-width: 768px) {
    .developed-block .col {
      width: 33.33%; } }
  @media (min-width: 768px) {
    .developed-block .col + .col {
      width: 66.66%;
      padding: 0 0 20px 47px; } }

.developed-block .title {
  display: block;
  margin: 0 0 12px; }

#moorgate {
  display: block;
  margin: 30px auto 60px; }

.section-key-facts {
  padding-top: 15px !important; }

@media (min-width: 768px) {
  .section.section-retail .two-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 86px; } }

.section.section-retail .two-col.in-viewport .img-block {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1; }

.section.section-retail .two-col.in-viewport .text-holder {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1; }

.section.section-retail .two-col .img-block {
  margin: 0 0 30px;
  -webkit-transform: translateX(200px);
      -ms-transform: translateX(200px);
          transform: translateX(200px);
  opacity: 0;
  -webkit-transition: all 0.5s linear;
          transition: all 0.5s linear; }
  @media (min-width: 768px) {
    .section.section-retail .two-col .img-block {
      width: 50%;
      margin: 0; } }
  @media (min-width: 1024px) {
    .section.section-retail .two-col .img-block {
      width: 42%; } }

@media (min-width: 768px) {
  .section.section-retail .two-col .img-holder {
    margin: 0 0 0 -15px; } }

@media (min-width: 1024px) {
  .section.section-retail .two-col .img-holder {
    margin: 0 0 0 -99px; } }

@media (min-width: 1200px) {
  .section.section-retail .two-col .img-holder {
    margin: 0 0 0 -187px; } }

@media (min-width: 1400px) {
  .section.section-retail .two-col .img-holder {
    margin: 0 0 0 -307px; } }

.section.section-retail .two-col .img-holder img {
  width: 100%;
  height: auto; }

.section.section-retail .two-col .text-holder {
  margin: 0 0 30px;
  -webkit-transform: translateX(-200px);
      -ms-transform: translateX(-200px);
          transform: translateX(-200px);
  opacity: 0;
  -webkit-transition: all 0.5s linear;
          transition: all 0.5s linear; }
  @media (min-width: 768px) {
    .section.section-retail .two-col .text-holder {
      width: 50%;
      margin: 0;
      padding: 27px 0 0 20px; } }
  @media (min-width: 1024px) {
    .section.section-retail .two-col .text-holder {
      width: 58%;
      padding: 27px 0 0 8%; } }
  .section.section-retail .two-col .text-holder p {
    margin: 0 0 10px; }

.section-floor-plans {
  margin: -100px 0 0;
  padding-top: 150px; }
  @media (min-width: 768px) {
    .section-floor-plans {
      margin: -259px 0 0;
      padding-top: 349px; } }

#plan-slide {
  display: block;
  margin: 0 auto; }

#retail .bg-stretch__location {
  background-position: center bottom !important; }

@media only screen and (min-width: 992px) {
  #retail .section-location h2 {
    margin-left: 180px; } }

#retail .section-gray {
  padding-bottom: 0; }

#retail .tab-content .two-col {
  position: relative; }

@media only screen and (min-width: 992px) {
  #retail .tab-content .img-holder {
    width: 542px; } }

#retail .tab-content .img-holder .btn-plus {
  bottom: 20px;
  left: 0; }

#retail .tab-content .text-holder {
  padding: 8px 20px 65px 80px;
  font-size: 16px;
  color: #847141; }
  @media only screen and (min-width: 992px) {
    #retail .tab-content .text-holder {
      width: calc(100% - 542px); } }
  #retail .tab-content .text-holder strong {
    font-family: inherit;
    font-weight: bold;
    margin: 0 0 0.5em; }
  #retail .tab-content .text-holder hr {
    border: 1px solid #847141; }
  #retail .tab-content .text-holder .total {
    margin-bottom: 1.5rem; }

#retail .tab-content .text-bottom {
  float: right;
  width: 175px; }

#retail .tab-content .plan-arrow {
  display: none; }
  @media only screen and (min-width: 992px) {
    #retail .tab-content .plan-arrow {
      display: block;
      position: absolute;
      bottom: 125px;
      margin-left: 155px; } }

#retail .text-block {
  margin-bottom: 80px; }

#section__discover {
  position: relative;
  width: 100%;
  height: 100vh; }

#coleman-logo {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  width: 280px; }
  @media (min-height: 580px) {
    #coleman-logo {
      width: 500px; } }
  @media (min-height: 768px) {
    #coleman-logo {
      width: 700px; } }

#discover {
  color: #858064;
  position: absolute;
  top: 80%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  text-transform: uppercase;
  opacity: 0;
  font-size: 18px;
  text-decoration: none !important; }
  #discover i {
    font-size: 16px; }
  @media (min-height: 550px) {
    #discover {
      top: 90%; } }
/*# sourceMappingURL=main.css.map */