@import url(http://fast.fonts.net/t/1.css?apiType=css&projectid=5595e6f1-7e00-4f56-aa01-67f291793b28);html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

img {
  max-width: 100%; }

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * 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; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * 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; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  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"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * 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"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 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"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires a media query to cap the value at B.
 */
/* functional breakpoints */
/* COLORS
================================= */
@font-face {
  font-family: "Helvetica Neue";
  src: url("/fonts/970dce1b-6539-4270-a7dc-6b0d2049d215.eot?#iefix");
  src: url("/fonts/970dce1b-6539-4270-a7dc-6b0d2049d215.eot?#iefix") format("eot"), url("/fonts/e2b0b793-a7b7-4648-9fd2-e2c7dcef8b12.woff2") format("woff2"), url("/fonts/cdc747bd-2e23-4644-a2e5-a9b02a03419c.woff") format("woff"), url("/fonts/833a3c8d-69c1-4e6a-8ce0-ffe6d1889c89.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "Helvetica Neue";
  src: url("/fonts/f1efc679-5599-4d78-84f4-9a9621a2c9ca.eot?#iefix");
  src: url("/fonts/f1efc679-5599-4d78-84f4-9a9621a2c9ca.eot?#iefix") format("eot"), url("/fonts/a3bbc98e-e5f0-45ec-af25-e05e49dc2b5b.woff2") format("woff2"), url("/fonts/a7c9da12-79cb-4a12-9229-ffabb0ef391a.woff") format("woff"), url("/fonts/1c57a78a-dd07-40be-bbdf-8e8a8bccc38c.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Helvetica Neue";
  src: url("/fonts/00ead6b8-6e2d-4b87-9cc7-ef84c2fcb744.eot?#iefix");
  src: url("/fonts/00ead6b8-6e2d-4b87-9cc7-ef84c2fcb744.eot?#iefix") format("eot"), url("/fonts/33f381a3-597b-47c9-a038-ca7df1af0523.woff2") format("woff2"), url("/fonts/7ccff9d2-61ec-4c3a-a5c9-6eb7155bd986.woff") format("woff"), url("/fonts/c662f6cf-c784-4470-b325-28641fac4b97.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

body {
  position: relative;
  min-width: 320px;
  min-height: 100vh;
  height: 100vh;
  width: 100%;
  overflow-x: hidden;
  background: #262626; }
  @media (max-width: 999px) {
    body.show-nav {
      overflow: hidden; } }
  [dir="rtl"] body {
    direction: rtl; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.outer {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  max-width: 2600px;
  margin: 0 auto;
  background: #0e0f0f;
  -webkit-box-shadow: 0 0 50px black;
          box-shadow: 0 0 50px black;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  -o-transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100vh; }
  .outer main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    background-color: white; }
  @media (max-width: 999px) {
    .outer {
      -webkit-animation-name: fadeIn;
              animation-name: fadeIn;
      -webkit-animation-duration: 0.5s;
              animation-duration: 0.5s;
      -webkit-animation-delay: 0.1s;
              animation-delay: 0.1s;
      -webkit-animation-fill-mode: backwards;
              animation-fill-mode: backwards;
      -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
              animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      .show-nav .outer {
        opacity: 0.4;
        pointer-events: none;
        -webkit-transform: translateX(-40px);
            -ms-transform: translateX(-40px);
                transform: translateX(-40px); } }
    @media (max-width: 999px) and (min-width: 1000px) {
      .show-nav .outer {
        -webkit-transform: translateX(-80px);
            -ms-transform: translateX(-80px);
                transform: translateX(-80px); } }
  @media (max-width: 999px) {
      [dir="rtl"] .show-nav .outer {
        -webkit-transform: translateX(40px);
            -ms-transform: translateX(40px);
                transform: translateX(40px); } }
    @media (max-width: 999px) and (min-width: 1000px) {
      [dir="rtl"] .show-nav .outer {
        -webkit-transform: translateX(80px);
            -ms-transform: translateX(80px);
                transform: translateX(80px); } }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.inner {
  position: relative;
  z-index: inherit;
  margin: 0 30px; }
  @media (min-width: 550px) {
    .inner {
      margin: 0 40px; } }
  @media (min-width: 740px) {
    .inner {
      margin: 0 7vw; } }
  @media (min-width: 2000px) {
    .inner {
      width: 1800px;
      margin: 0 auto; } }

.page-content {
  position: relative;
  z-index: 100; }

.content {
  position: relative;
  text-align: justify; }
  .content > p {
    margin: 1.5em 0; }
    .content > p:first-child {
      margin-top: 0; }
  .content.stretch {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.boxes .box {
  -webkit-box-shadow: 1px 1px 0 rgba(138, 146, 146, 0.2);
          box-shadow: 1px 1px 0 rgba(138, 146, 146, 0.2); }
  .boxes .box .box-content {
    padding: 36px 30px; }
    @media (min-width: 550px) {
      .boxes .box .box-content {
        padding: 40px; } }
    @media (min-width: 740px) {
      .boxes .box .box-content {
        padding: 5.4vw 5vw; } }
    @media (min-width: 1000px) {
      .boxes .box .box-content {
        padding: 4vw 4vw; } }
    @media (min-width: 2600px) {
      .boxes .box .box-content {
        padding: 80px 100px; } }

.inner.figured {
  margin-top: 60px;
  margin-bottom: 60px; }
  @media (min-width: 1600px) {
    .inner.figured {
      margin-top: 80px;
      margin-bottom: 80px; } }
  .inner.figured .figure.content {
    margin-bottom: 40px; }
    .inner.figured .figure.content h1 {
      margin-bottom: 40px; }
      .inner.figured .figure.content h1 + p {
        margin-top: -30px; }
        @media (min-width: 740px) {
          [dir="ltr"] .inner.figured .figure.content h1 + p {
            margin-right: 70px; }
          [dir="rtl"] .inner.figured .figure.content h1 + p {
            margin-left: 70px; } }
        @media (min-width: 1000px) {
          [dir="ltr"] .inner.figured .figure.content h1 + p {
            margin-right: 100px; }
          [dir="rtl"] .inner.figured .figure.content h1 + p {
            margin-left: 100px; } }
  @media (min-width: 740px) {
    .inner.figured {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .inner.figured .figure.content {
        width: 41.66667%;
        margin-bottom: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        [dir="ltr"] .inner.figured .figure.content {
          margin-right: 0; }
        [dir="rtl"] .inner.figured .figure.content {
          margin-left: 0; }
        .inner.figured .figure.content h1 {
          margin-bottom: 60px; } }
    @media (min-width: 740px) and (min-width: 1250px) {
      .inner.figured .figure.content {
        width: 41.66667%; }
        .inner.figured .figure.content h1 {
          margin-bottom: 70px; } }
  @media (min-width: 740px) {
      .inner.figured .copy.content {
        padding-top: 0.3em;
        width: 50%; }
        [dir="ltr"] .inner.figured .copy.content {
          margin-left: 8.33333%; }
        [dir="rtl"] .inner.figured .copy.content {
          margin-right: 8.33333%; } }
    @media (min-width: 740px) and (min-width: 1400px) {
      .inner.figured .copy.content {
        width: 41.66667%; } }

.collage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: auto; }
  .collage:first-child {
    display: none; }
    @media (min-width: 740px) {
      .collage:first-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .collage .photo {
    height: auto;
    padding-bottom: 0;
    margin-bottom: 10px;
    width: 100%; }
    .collage .photo::before {
      content: '';
      display: block;
      width: 100%;
      padding-bottom: 60%; }
    @media (min-width: 740px) {
      .collage .photo:nth-child(1) {
        width: calc(100% + 7vw); }
        [dir="ltr"] .collage .photo:nth-child(1) {
          margin-left: -7vw; }
        [dir="rtl"] .collage .photo:nth-child(1) {
          margin-right: -7vw; } }
    @media (min-width: 2000px) {
      .collage .photo:nth-child(1) {
        width: calc(100% + 150px); }
        [dir="ltr"] .collage .photo:nth-child(1) {
          margin-left: -150px; }
        [dir="rtl"] .collage .photo:nth-child(1) {
          margin-right: -150px; } }
    .collage .photo:nth-child(2) {
      display: none; }
      @media (min-width: 740px) {
        .collage .photo:nth-child(2) {
          display: block; } }
    .collage .photo:nth-child(3) {
      width: calc(40% - 10px); }
      .collage .photo:nth-child(3)::before {
        padding-bottom: 94%; }
    .collage .photo:nth-child(4) {
      width: 80%; }
      .collage .photo:nth-child(4)::before {
        padding-bottom: 50%; }
    .collage .photo.ceo.cover {
      background-position: 50% 10%; }
      .collage .photo.ceo.cover::before {
        padding-bottom: 65%; }

body.dry-copy main {
  background-color: #cfd2d3; }

body.dry-copy article {
  margin-top: -200px;
  background-color: rgba(255, 255, 255, 0.96);
  max-width: 50em;
  padding: 40px;
  margin-bottom: 40px; }
  @media (min-width: 740px) {
    body.dry-copy article {
      margin-left: 8.33333%;
      margin-right: 8.33333%;
      margin-top: -250px; } }
  body.dry-copy article h1 {
    font-size: 32px;
    margin-top: 0; }

::-webkit-scrollbar {
  width: 3px;
  height: 3px; }

::-webkit-scrollbar-thumb {
  background: #edf2f2; }

::-webkit-scrollbar-track {
  background: #0e0f0f; }

body {
  font-size: 16px;
  line-height: 1.5em;
  color: #0e0f0f;
  font-family: 'proxima-nova', 'Helvetica Neue', sans-serif; }
  [dir="rtl"] body {
    line-height: 1.6em; }
  @media (min-width: 1600px) {
    body {
      font-size: 18px; } }

h1, h2, h3, h4, h5, h6 {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.25em;
  text-align: left; }
  [dir="rtl"] h1, [dir="rtl"] h2, [dir="rtl"] h3, [dir="rtl"] h4, [dir="rtl"] h5, [dir="rtl"] h6 {
    text-align: right;
    line-height: 1.4em; }
  .content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
    margin: 2em 0 1em; }
  h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0; }

h1 {
  line-height: 1em; }

h2 {
  font-size: 1.6em;
  line-height: 1.1em; }

h3 {
  font-size: 1.35em; }

h4 {
  font-size: 1.2em; }

h5 {
  font-size: 1.1em; }

a {
  text-decoration: none;
  font-weight: 700;
  color: inherit;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease; }
  a:hover:not(.highlight) {
    color: #10CFC9; }
  a.more {
    text-transform: uppercase; }
  a.highlight {
    background-color: #24eee8;
    display: inline-block;
    padding: 0.1em 0.4em; }
    a.highlight:hover {
      background-color: #ffc709; }

p.highlight {
  font-weight: bold;
  font-size: 1.1em; }

.cover {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .cover.stretch {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0; }
  .cover.floorplan {
    background-size: contain;
    background-color: #1a3c56;
    background-color: #455d75; }
  .cover.floorplan-thumb {
    background-position: 20% -20%;
    background-size: 140%;
    background-color: #1a3c56;
    background-color: #455d75; }
  .cover.bnw {
    -webkit-filter: grayscale(1) contrast(1.1);
            filter: grayscale(1) contrast(1.1); }
  .cover.hover-zoom {
    overflow: hidden; }
    .cover.hover-zoom::before {
      background-image: inherit;
      background-position: inherit;
      background-repeat: inherit;
      background-size: inherit;
      -webkit-transition: .5s ease;
      -o-transition: .5s ease;
      transition: .5s ease;
      will-change: transform; }
    .cover.hover-zoom:hover::before,
    a:hover .cover.hover-zoom::before {
      -webkit-transform: scale(1.08);
          -ms-transform: scale(1.08);
              transform: scale(1.08); }
    .cover.hover-zoom:not(.aspect-ratio) {
      position: relative; }
      .cover.hover-zoom:not(.aspect-ratio)::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }

.aspect-ratio {
  position: relative;
  display: block; }
  .aspect-ratio::before {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 60%; }
  .villa-hero-thumbs .aspect-ratio.hero-thumb::before, .aspect-ratio.villas-thumb::before {
    float: left;
    width: 0; }
  .villa-hero-thumbs .aspect-ratio.hero-thumb::after, .aspect-ratio.villas-thumb::after {
    display: table;
    content: '';
    clear: both; }

.image-thumb-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px -2%; }
  @media (min-width: 400px) {
    .image-thumb-list {
      margin: 20px -1.5%; } }
  .image-thumb-list li {
    width: 46%;
    margin: 2% !important; }
    @media (min-width: 400px) {
      .image-thumb-list li {
        width: 30%;
        margin: 1.5% !important; } }

.image-thumb {
  display: block; }

@media (max-width: 1799px) {
  .desk-wide {
    display: none !important; } }

@media (max-width: 1399px) {
  .desk-up {
    display: none !important; } }

@media (max-width: 999px) {
  .lap-up {
    display: none !important; } }

@media (max-width: 739px) {
  .tab-up {
    display: none !important; } }

.numbers-panel {
  background-color: #272929;
  border-bottom: 1px solid rgba(237, 242, 242, 0.1);
  color: #edf2f2;
  padding: 40px 0; }
  @media (min-width: 740px) {
    .numbers-panel {
      padding: 60px 0; } }
  .numbers-panel h2 {
    text-align: center; }
  .numbers-panel .inner {
    padding: 20px 0; }
  .numbers-panel .number-list {
    margin-top: 40px; }
    @media (min-width: 740px) {
      .numbers-panel .number-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  @media (min-width: 740px) and (max-width: 1599px) {
    .numbers-panel .number-list .number {
      width: 33.33333%;
      margin-left: 0; }
      .numbers-panel .number-list .number:nth-child(3n + 1) {
        margin-left: 0; }
      [dir="rtl"] .numbers-panel .number-list .number {
        margin-left: 0;
        margin-right: 0; }
        [dir="rtl"] .numbers-panel .number-list .number:nth-child(3n + 1) {
          margin-right: 0; } }
    @media (min-width: 1600px) {
      .numbers-panel .number-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .numbers-panel .number-list .number {
          width: 25%;
          margin-left: 0; }
          .numbers-panel .number-list .number:nth-child(4n + 1) {
            margin-left: 0; }
          [dir="rtl"] .numbers-panel .number-list .number {
            margin-left: 0;
            margin-right: 0; }
            [dir="rtl"] .numbers-panel .number-list .number:nth-child(4n + 1) {
              margin-right: 0; } }

.number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  margin-bottom: 20px; }
  .number .number-figure {
    width: 70px;
    height: 70px;
    background-color: #f4f4f4;
    background-color: white;
    background-color: #10CFC9;
    border-radius: 100%;
    padding: 10px;
    margin-right: 30px; }
    [dir="rtl"] .number .number-figure {
      margin-right: 0;
      margin-left: 30px; }
    .number .number-figure svg {
      display: block;
      width: 50px;
      height: 50px;
      fill: #272929; }
  .number .number-caption {
    color: #a4abab;
    color: white;
    margin-right: 20px;
    line-height: 1.2em; }
    [dir="rtl"] .number .number-caption {
      margin-right: 0px;
      margin-left: 20px; }
    .number .number-caption b {
      font-size: 1.5em;
      margin-bottom: 0.2em;
      margin-top: 0.3em;
      display: block;
      color: #53f2ed; }

nav ul,
ul.nav {
  list-style: none;
  padding: 0;
  margin: 0; }

ul {
  margin: 0; }

.content li {
  margin: 0.5em 0; }

.image-thumb-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -6px; }
  .image-thumb-grid a {
    position: relative;
    height: 160px;
    display: block;
    overflow: hidden;
    margin: 6px;
    width: calc(33% - 12px); }
  .image-thumb-grid img {
    height: 100%;
    width: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    opacity: 1; }

.management-team h2 {
  margin-bottom: 0; }
  .management-team h2 + h5 {
    margin-top: 0.5em;
    text-transform: none; }

input, select, textarea {
  outline: none; }

button:not([class^="pika-"]):not([class^="fancybox-"]):not([class^="owl-"]):not(.custom), input[type="submit"]:not([class^="pika-"]):not([class^="fancybox-"]):not([class^="owl-"]):not(.custom), input[type="button"]:not([class^="pika-"]):not([class^="fancybox-"]):not([class^="owl-"]):not(.custom), .btn:not([class^="pika-"]):not([class^="fancybox-"]):not([class^="owl-"]):not(.custom) {
  border: 0px;
  color: white;
  background-color: #0e0f0f;
  padding: 0.8em 1.5em;
  font-weight: bold;
  font-size: inherit;
  font-family: inherit;
  cursor: pointer; }
  button:not([class^="pika-"]):not([class^="fancybox-"]):not([class^="owl-"]):not(.custom):hover, input[type="submit"]:not([class^="pika-"]):not([class^="fancybox-"]):not([class^="owl-"]):not(.custom):hover, input[type="button"]:not([class^="pika-"]):not([class^="fancybox-"]):not([class^="owl-"]):not(.custom):hover, .btn:not([class^="pika-"]):not([class^="fancybox-"]):not([class^="owl-"]):not(.custom):hover {
    background-color: #10CFC9; }

form .field-wrap {
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 10px; }
  form .field-wrap span.error {
    display: inline-block;
    color: #FF4438;
    font-size: 0.9em;
    margin: 0.4em; }

form .field-wrap > label {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.85em;
  line-height: 20px;
  margin-bottom: 0.4em; }

form .hidden {
  display: none; }

form .field-wrap.hidden {
  display: none; }

form fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

form input, form select {
  font-size: inherit;
  color: inherit;
  font-family: inherit; }

form .intl-tel-input {
  display: block;
  direction: ltr;
  display: inline-block; }

form [name="emiratesId"] {
  direction: ltr; }

form .field {
  border: 1px solid rgba(14, 15, 15, 0.8);
  padding: 0.8em 1em; }
  form .field.error {
    border-color: #FF4438; }

form .radio-box label {
  margin: 0 0.5em; }
  form .radio-box label input {
    margin: 0.5em; }
    form .radio-box label input:checked + span {
      font-weight: bold; }

form .field-combo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  form .field-combo .field {
    margin-left: 6px; }
    form .field-combo .field:first-child {
      margin-left: 0; }
    [dir="rtl"] form .field-combo .field {
      margin-right: 6px; }
      [dir="rtl"] form .field-combo .field:first-child {
        margin-right: 0; }

form select option[disabled] {
  color: #ddd; }

form .form-feedback {
  position: relative; }

form .form-feedback .msg {
  margin-top: 20px;
  position: relative;
  display: none;
  border-top: 1px solid #ddd;
  padding: 0.7em;
  font-weight: bold; }

form .form-feedback .msg::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 20px;
  border-top: 5px solid #ddd;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  background-image: url(); }

form .form-feedback .msg.success,
form .form-feedback .msg.success::before {
  border-top-color: #00AE42; }

form .form-feedback .msg.working,
form .form-feedback .msg.working::before {
  border-top-color: #FF8300; }

form .form-feedback .msg.error,
form .form-feedback .msg.error::before {
  border-top-color: #FF4438; }

form.state-success .form-feedback .msg.success,
form.state-working .form-feedback .msg.working,
form.state-error .form-feedback .msg.error {
  display: block; }

.site-header {
  z-index: 10;
  position: relative; }
  .site-header .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: white;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    min-height: 100px;
    position: static; }
    @media (min-width: 740px) {
      .site-header .inner {
        margin: 0 40px; } }
    @media (min-width: 1250px) {
      .site-header .inner {
        margin: 0 7vw; } }
    @media (min-width: 1400px) {
      .site-header .inner {
        min-height: 140px; } }
    .site-header .inner + .header-image {
      width: 100%;
      height: 200px; }
      @media (min-width: 740px) {
        .site-header .inner + .header-image {
          height: 260px; } }
      @media (min-width: 1000px) {
        .site-header .inner + .header-image {
          height: 340px; } }
      @media (min-width: 1250px) {
        .site-header .inner + .header-image {
          height: 400px; }
          [data-page="modon-village"] .site-header .inner + .header-image {
            height: 500px; } }
      @media (min-width: 1600px) {
        [data-page="modon-village"] .site-header .inner + .header-image {
          height: 600px; } }
      @media (min-width: 2000px) {
        [data-page="modon-village"] .site-header .inner + .header-image {
          height: 700px; } }
  .site-header a {
    color: white; }

.site-logo {
  display: block;
  width: 130px; }
  @media (min-width: 740px) {
    .site-logo {
      width: 150px; }
      [data-page="home"] .site-logo {
        width: 160px; } }
  @media (min-width: 1250px) {
    .site-logo {
      width: 160px; }
      [data-page="home"] .site-logo {
        width: 170px; } }
  @media (min-width: 1600px) {
    [data-page="home"] .site-logo {
      width: 180px; } }
  .site-logo svg {
    margin: auto;
    display: block;
    max-width: 100%;
    fill: white; }

.header-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: calc(100% - 160px);
  height: 140px; }
  @media (min-width: 550px) {
    .header-image {
      width: calc(100% - 170px); } }
  @media (min-width: 740px) {
    .header-image {
      height: 200px;
      width: calc(100% - (170px + 7vw)); } }
  @media (min-width: 1250px) {
    .header-image {
      width: 75%; }
      [dir="ltr"] .header-image {
        margin-right: -7vw; }
      [dir="rtl"] .header-image {
        margin-left: -7vw; } }
  @media (min-width: 1600px) {
    .header-image {
      width: 58.33333%; }
      [dir="ltr"] .header-image {
        margin-right: 8.33333%; }
      [dir="rtl"] .header-image {
        margin-left: 8.33333%; } }

.header-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  height: 60px;
  top: 20px; }
  @media (min-width: 1400px) {
    .header-controls {
      top: 40px; } }
  [dir="ltr"] .header-controls {
    right: 0; }
  [dir="rtl"] .header-controls {
    left: 0; }
  .header-controls .menu {
    background-color: #0e0f0f;
    font-size: 30px;
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #1a1c1c; }
    .header-controls .menu:hover {
      background-color: #3f4444; }
    .header-controls .menu svg {
      margin: auto; }
    @media (min-width: 1000px) {
      .header-controls .menu {
        display: none; } }
  .header-controls .language {
    width: 60px;
    height: 40px;
    text-align: center;
    background-color: #2c2f2f;
    color: #a4abab;
    font-size: 13px;
    font-weight: 600; }
    [dir="ltr"] .header-controls .language {
      line-height: 36px;
      -webkit-transform: rotate(90deg) translateY(-10px);
          -ms-transform: rotate(90deg) translateY(-10px);
              transform: rotate(90deg) translateY(-10px); }
    [dir="rtl"] .header-controls .language {
      line-height: 40px;
      -webkit-transform: rotate(-90deg) translateY(-10px);
          -ms-transform: rotate(-90deg) translateY(-10px);
              transform: rotate(-90deg) translateY(-10px); }
    .header-controls .language:hover {
      background-color: #3f4444;
      color: #bfc3c3; }

[data-page="home"] .header-image {
  background-color: white; }

[data-page="home"] .site-header::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  background: rgba(255, 255, 255, 0.94);
  background: #0e0f0f;
  width: 100%;
  width: 190px;
  height: 60px;
  display: none; }
  [dir="rtl"] [data-page="home"] .site-header::before {
    left: auto;
    right: 0; }
  @media (min-width: 550px) {
    [data-page="home"] .site-header::before {
      width: 210px; } }
  @media (min-width: 740px) {
    [data-page="home"] .site-header::before {
      background: #0e0f0f;
      background: white;
      width: 100px;
      height: 2px;
      margin-top: -2px;
      left: 5vw;
      top: 100%; }
      [dir="rtl"] [data-page="home"] .site-header::before {
        left: auto;
        right: 5vw; } }
  @media (min-width: 1000px) {
    [data-page="home"] .site-header::before {
      left: 4vw; }
      [dir="rtl"] [data-page="home"] .site-header::before {
        left: auto;
        right: 4vw; } }
  @media (min-width: 2600px) {
    [data-page="home"] .site-header::before {
      left: 100px; }
      [dir="rtl"] [data-page="home"] .site-header::before {
        left: auto;
        right: 100px; } }

[data-page="home"] .site-header .inner {
  z-index: 10;
  max-width: none; }
  @media (min-width: 740px) {
    [data-page="home"] .site-header .inner {
      margin: 0;
      padding: 0 5vw;
      width: 100%; } }
  @media (min-width: 1000px) {
    [data-page="home"] .site-header .inner {
      padding: 0vw 4vw; } }
  @media (min-width: 2600px) {
    [data-page="home"] .site-header .inner {
      padding: 0px 100px; } }

[data-page="home"] .page-hero {
  background-color: #0e0f0f;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 740px) {
    [data-page="home"] .page-hero {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-line-pack: center;
          align-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  [data-page="home"] .page-hero .cover {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    height: 400px;
    position: relative; }
    @media (max-width: 739px) {
      [data-page="home"] .page-hero .cover::before {
        padding-bottom: 50%; } }
    @media (min-width: 740px) {
      [data-page="home"] .page-hero .cover {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        width: 50%;
        padding: 0;
        height: auto; } }
    @media (min-width: 1000px) {
      [data-page="home"] .page-hero .cover {
        max-height: 100%;
        z-index: 1;
        width: 100%; } }
  [data-page="home"] .page-hero .home-intro {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: relative;
    z-index: 10;
    background-color: #0e0f0f;
    padding: 30px 30px;
    color: white;
    width: 100%;
    height: auto;
    display: block;
    text-align: justify; }
    @media (min-width: 550px) {
      [data-page="home"] .page-hero .home-intro {
        padding: 40px; } }
    @media (min-width: 740px) {
      [data-page="home"] .page-hero .home-intro {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        padding: 5.4vw 5vw;
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; } }
    @media (min-width: 1000px) {
      [data-page="home"] .page-hero .home-intro {
        width: 33.3333%;
        padding: 4vw;
        position: absolute;
        background-color: white;
        background-color: rgba(14, 15, 15, 0.7); } }
    @media (min-width: 1800px) {
      [data-page="home"] .page-hero .home-intro {
        width: 25%; } }
    @media (min-width: 2600px) {
      [data-page="home"] .page-hero .home-intro {
        padding: 80px 100px 80px; } }
    [data-page="home"] .page-hero .home-intro h1 {
      margin-top: 0;
      font-size: 1.5em; }
    [data-page="home"] .page-hero .home-intro p:last-child {
      margin-bottom: 0; }
  [data-page="home"] .page-hero .slogan {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-size: 40px;
    background-color: #FFC709;
    -webkit-box-shadow: 0px 0px 40px rgba(14, 15, 15, 0.6);
            box-shadow: 0px 0px 40px rgba(14, 15, 15, 0.6);
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.08)), color-stop(5%, rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0) 5%);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0) 5%);
    text-align: center;
    padding: 30px 30px;
    width: 100%; }
    [dir="rtl"] [data-page="home"] .page-hero .slogan {
      font-size: 60px; }
    [data-page="home"] .page-hero .slogan div {
      display: inline-block;
      margin: 0.08em 0.2em; }
      [dir="rtl"] [data-page="home"] .page-hero .slogan div {
        margin: 0em 0.2em; }
    [data-page="home"] .page-hero .slogan svg {
      display: block;
      height: 1em; }
    @media (min-width: 1000px) {
      [data-page="home"] .page-hero .slogan {
        position: absolute;
        padding: 3vw 4vw;
        right: 0;
        bottom: 0;
        width: 33.3333%;
        text-align: left;
        font-size: 45px; }
        [dir="rtl"] [data-page="home"] .page-hero .slogan {
          font-size: 65px; }
        [dir="rtl"] [data-page="home"] .page-hero .slogan {
          right: auto;
          left: 0;
          text-align: right; } }
  @media (min-width: 1000px) and (min-width: 1400px) {
    [data-page="home"] .page-hero .slogan {
      font-size: 50px; }
      [dir="rtl"] [data-page="home"] .page-hero .slogan {
        font-size: 70px; } }
  @media (min-width: 1000px) and (min-width: 1800px) {
    [data-page="home"] .page-hero .slogan {
      width: 25%;
      font-size: 60px; }
      [dir="rtl"] [data-page="home"] .page-hero .slogan {
        font-size: 90px; } }
    @media (min-width: 1000px) {
        [data-page="home"] .page-hero .slogan div {
          margin-left: 0;
          margin-right: 0;
          display: block; }
          [data-page="home"] .page-hero .slogan div:first-child {
            margin-right: 0.4em; }
            [dir="rtl"] [data-page="home"] .page-hero .slogan div:first-child {
              margin-right: -0.04em;
              margin-left: 0.4em; }
          [data-page="home"] .page-hero .slogan div:nth-child(2) {
            margin-left: -0.07em;
            margin-right: -0.07em; }
            [dir="rtl"] [data-page="home"] .page-hero .slogan div:nth-child(2) {
              margin-left: 0em;
              margin-right: 0em; } }

.page-hero {
  display: block;
  z-index: 1;
  position: relative;
  width: 100%;
  min-height: 300px;
  max-height: 100vh; }
  @media (min-width: 740px) {
    .page-hero {
      min-height: 360px;
      height: 40vw;
      max-height: 60vw;
      max-height: calc(100vh - 200px); } }
  .page-hero .cover {
    z-index: 1; }
    .page-hero .cover ~ * {
      position: relative;
      z-index: 10; }

.hero-slider {
  position: relative; }

.hero-title {
  position: absolute;
  z-index: 30;
  top: 0;
  left: 0;
  width: 100%;
  color: white;
  padding: 20px 0;
  pointer-events: none; }
  @media (min-width: 740px) {
    .hero-title {
      padding: 80px 0; } }
  .hero-title .back {
    text-transform: none;
    pointer-events: all;
    line-height: 20px; }
    .hero-title .back .icon {
      font-size: 20px;
      vertical-align: center;
      color: #ffd856;
      margin-bottom: -1px; }
      [dir="ltr"] .hero-title .back .icon {
        margin-right: 6px; }
      [dir="rtl"] .hero-title .back .icon {
        margin-left: 6px; }
  .hero-title h1 {
    text-transform: none;
    margin-top: 10px;
    font-size: calc(30px + 20 * ((100vw - 320px) / 1280)); }
    @media (min-width: 1600px) {
      .hero-title h1 {
        font-size: 50px; } }

.hero-slider-item {
  outline: 0px;
  overflow: hidden; }
  .hero-slider-item .cover {
    z-index: 1; }
  .hero-slider-item .mediaplayer {
    z-index: 10; }
  .hero-slider-item .cover::after,
  .hero-slider-item .mediaplayer::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 50;
    pointer-events: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 15, 15, 0.7)), color-stop(40%, rgba(14, 15, 15, 0)), color-stop(80%, rgba(14, 15, 15, 0)), to(#0e0f0f));
    background-image: -o-linear-gradient(top, rgba(14, 15, 15, 0.7) 0%, rgba(14, 15, 15, 0) 40%, rgba(14, 15, 15, 0) 80%, #0e0f0f 100%);
    background-image: linear-gradient(180deg, rgba(14, 15, 15, 0.7) 0%, rgba(14, 15, 15, 0) 40%, rgba(14, 15, 15, 0) 80%, #0e0f0f 100%);
    opacity: 1; }

.hero-pager {
  position: absolute;
  font-size: 40px;
  opacity: 0.5;
  width: 1em;
  height: 1em;
  z-index: 10;
  top: 30%;
  cursor: pointer;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
  will-change: opacity; }
  @media (min-width: 740px) {
    .hero-pager {
      top: 40%;
      font-size: 50px;
      opacity: 1; } }
  .hero-pager.slick-disabled {
    pointer-events: none;
    opacity: 0; }
  [dir="ltr"] .hero-pager.prev {
    left: 0; }
  [dir="rtl"] .hero-pager.prev {
    right: 0; }
  [dir="ltr"] .hero-pager.next {
    right: 0; }
  [dir="rtl"] .hero-pager.next {
    left: 0; }
  .hero-pager svg {
    display: block;
    fill: white;
    width: 1em;
    height: 1em;
    margin: 0 auto; }

.hero-pagination {
  cursor: pointer;
  margin-top: -30px; }
  .hero-pagination .slick-list {
    overflow: visible; }
  .hero-pagination .hero-thumb {
    background-color: #0e0f0f;
    outline: none;
    overflow: visible;
    will-change: box-shadow;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    display: block !important; }
    .hero-pagination .hero-thumb * {
      pointer-events: none; }
    .hero-pagination .hero-thumb .cover {
      opacity: 0.9;
      will-change: opacity, filter;
      -webkit-transition: .2s ease;
      -o-transition: .2s ease;
      transition: .2s ease; }
  .hero-pagination .hero-thumb-title {
    position: absolute;
    z-index: 10;
    bottom: 100%;
    width: 100%;
    color: white;
    font-weight: 500;
    font-size: 14px; }
    .hero-pagination .hero-thumb-title span, .hero-pagination .hero-thumb-title::after {
      position: relative;
      content: '';
      display: block;
      will-change: opacity, transform;
      -webkit-transform-origin: bottom left;
          -ms-transform-origin: bottom left;
              transform-origin: bottom left;
      -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
              transform: scaleX(0);
      opacity: 0;
      -webkit-transition: .2s ease;
      -o-transition: .2s ease;
      transition: .2s ease; }
      [dir="rtl"] .hero-pagination .hero-thumb-title span, [dir="rtl"] .hero-pagination .hero-thumb-title::after {
        -webkit-transform-origin: bottom right;
            -ms-transform-origin: bottom right;
                transform-origin: bottom right; }
    .hero-pagination .hero-thumb-title span {
      padding: 3px 0;
      -webkit-transform: translateY(30px) scale(0.9);
          -ms-transform: translateY(30px) scale(0.9);
              transform: translateY(30px) scale(0.9);
      -webkit-transition: .2s ease;
      -o-transition: .2s ease;
      transition: .2s ease; }
    .hero-pagination .hero-thumb-title::after {
      background-color: white;
      height: 3px;
      width: 100%; }
  .hero-pagination .hero-thumb:hover .hero-thumb-title span {
    opacity: 1;
    -webkit-transform: translateY(30px) translateX(14px) scale(0.85);
        -ms-transform: translateY(30px) translateX(14px) scale(0.85);
            transform: translateY(30px) translateX(14px) scale(0.85);
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease; }
    [dir="rtl"] .hero-pagination .hero-thumb:hover .hero-thumb-title span {
      -webkit-transform: translateY(30px) translateX(-14px) scale(0.85);
          -ms-transform: translateY(30px) translateX(-14px) scale(0.85);
              transform: translateY(30px) translateX(-14px) scale(0.85); }
  .hero-pagination .hero-thumb:hover .cover {
    opacity: 0.6;
    -webkit-filter: saturate(0.5);
            filter: saturate(0.5); }
  .hero-pagination .slick-current .hero-thumb,
  .hero-pagination .slick-current .hero-thumb:hover {
    z-index: 10;
    -webkit-box-shadow: 0px -10px 30px rgba(14, 15, 15, 0.9);
            box-shadow: 0px -10px 30px rgba(14, 15, 15, 0.9); }
    .hero-pagination .slick-current .hero-thumb .hero-thumb-title span,
    .hero-pagination .slick-current .hero-thumb:hover .hero-thumb-title span {
      opacity: 1;
      -webkit-transform: translateY(0px);
          -ms-transform: translateY(0px);
              transform: translateY(0px);
      -webkit-transition-delay: 0.1s;
           -o-transition-delay: 0.1s;
              transition-delay: 0.1s;
      -webkit-transition: .4s ease;
      -o-transition: .4s ease;
      transition: .4s ease; }
    .hero-pagination .slick-current .hero-thumb .hero-thumb-title::after,
    .hero-pagination .slick-current .hero-thumb:hover .hero-thumb-title::after {
      opacity: 1;
      -webkit-transform: scaleX(1);
          -ms-transform: scaleX(1);
              transform: scaleX(1); }
    .hero-pagination .slick-current .hero-thumb .cover,
    .hero-pagination .slick-current .hero-thumb:hover .cover {
      opacity: 0.4;
      -webkit-filter: saturate(0);
              filter: saturate(0); }

footer.site-footer {
  position: relative;
  color: #4b5151;
  color: #585e5e;
  font-size: 14px; }
  @media (min-width: 1400px) {
    footer.site-footer {
      font-size: 15px; } }
  @media (min-width: 1600px) {
    footer.site-footer {
      font-size: 16px; } }
  footer.site-footer h4 {
    margin-top: 0; }
  footer.site-footer h5 {
    margin-bottom: 0;
    font-size: 1em; }
  footer.site-footer a {
    color: #8a9292;
    font-weight: 400; }
    footer.site-footer a:hover {
      color: white; }
  footer.site-footer .footer-content {
    background-color: #1d1f1f; }
    @media (min-width: 740px) {
      footer.site-footer .footer-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        footer.site-footer .footer-content .box {
          width: 50%; }
          footer.site-footer .footer-content .box.sitemap {
            width: 100%; } }
    @media (min-width: 1000px) {
      footer.site-footer .footer-content {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
        footer.site-footer .footer-content .box {
          width: 33.3333%; }
          footer.site-footer .footer-content .box.sitemap {
            width: 33.3333%; } }
  footer.site-footer .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    footer.site-footer .socials a {
      font-size: 16px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 3em;
      height: 3em;
      border-radius: 100%;
      background-color: #0e0f0f; }
      footer.site-footer .socials a + a {
        margin-left: 0.6em; }
        [dir="rtl"] footer.site-footer .socials a + a {
          margin-left: 0em;
          margin-right: 0.6em; }
  footer.site-footer .newsletter form {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  footer.site-footer .newsletter input, footer.site-footer .newsletter button {
    border: 0;
    padding: 0.8em 1em;
    font-family: inherit;
    font-weight: 500;
    font-size: 0.8em;
    height: 44px; }
    @media (min-width: 550px) {
      footer.site-footer .newsletter input, footer.site-footer .newsletter button {
        padding: 0.8em 1.4em;
        font-size: 1em; } }
  footer.site-footer .newsletter input {
    background-color: #0e0f0f;
    color: inherit;
    width: 170px; }
    @media (min-width: 1000px) {
      footer.site-footer .newsletter input {
        width: 150px; } }
    @media (min-width: 1400px) {
      footer.site-footer .newsletter input {
        width: 170px; } }
  footer.site-footer .newsletter button {
    padding: 0.8em 1em; }
  footer.site-footer .newsletter .msg, footer.site-footer .newsletter span.error {
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    font-size: 0.9em;
    line-height: 1.2em;
    padding: 0.3em 0 0 0;
    color: white;
    font-weight: 500;
    border-top-width: 3px;
    width: 100%; }
    [dir="rtl"] footer.site-footer .newsletter .msg, [dir="rtl"] footer.site-footer .newsletter span.error {
      left: auto;
      right: 0; }
    footer.site-footer .newsletter .msg::before, footer.site-footer .newsletter span.error::before {
      display: none; }
  footer.site-footer .newsletter span.error, footer.site-footer .newsletter .msg.error {
    border-top: 3px solid #FF4438; }
  footer.site-footer .newsletter button {
    background-color: #333737;
    color: white;
    font-weight: 500;
    text-transform: uppercase; }
  footer.site-footer .sitemap {
    position: relative; }
    @media (min-width: 740px) {
      footer.site-footer .sitemap .cols {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%; } }
    footer.site-footer .sitemap ul {
      margin: 0; }
    footer.site-footer .sitemap li {
      padding: 0;
      margin: 0;
      line-height: 1.3em; }
    footer.site-footer .sitemap a {
      font-weight: 500; }
    footer.site-footer .sitemap .root > li + li {
      margin-top: 20px; }
    footer.site-footer .sitemap .root > li > a {
      text-transform: uppercase;
      font-weight: 600;
      color: #b2b7b7; }
      footer.site-footer .sitemap .root > li > a:hover {
        color: white; }
    footer.site-footer .sitemap .sub {
      width: 100%;
      padding: 0 10px;
      margin-top: 5px; }
  footer.site-footer .footer-bottom {
    padding: 25px 0; }
    footer.site-footer .footer-bottom .box {
      margin: 6px 0;
      -webkit-box-shadow: none;
              box-shadow: none; }
    footer.site-footer .footer-bottom .box-content {
      padding-top: 0px;
      padding-bottom: 0px; }
    @media (min-width: 740px) {
      footer.site-footer .footer-bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    footer.site-footer .footer-bottom a {
      color: inherit;
      font-weight: inherit; }
      footer.site-footer .footer-bottom a + a {
        margin-left: 2em; }
        [dir="rtl"] footer.site-footer .footer-bottom a + a {
          margin-left: 0;
          margin-right: 2em; }

.home-tiles .boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .home-tiles .boxes > .box, .home-tiles .boxes > .col {
    width: 100%;
    min-width: 0; }
  @media (min-width: 740px) {
    .home-tiles .boxes {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .home-tiles .boxes > .box, .home-tiles .boxes > .col {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        width: 50%;
        -webkit-box-shadow: none;
                box-shadow: none; } }
    @media (min-width: 740px) and (min-width: 1000px) {
      .home-tiles .boxes > .box, .home-tiles .boxes > .col {
        -webkit-box-flex: 33.3333%;
            -ms-flex: 33.3333%;
                flex: 33.3333%;
        width: 33.3333%; }
        .home-tiles .boxes > .box.double, .home-tiles .boxes > .col.double {
          -webkit-box-flex: 66.6666%;
              -ms-flex: 66.6666%;
                  flex: 66.6666%;
          width: 66.6666%; } }
    @media (min-width: 740px) and (min-width: 1800px) {
      .home-tiles .boxes > .box, .home-tiles .boxes > .col {
        -webkit-box-flex: 25%;
            -ms-flex: 25%;
                flex: 25%;
        width: 25%; }
        .home-tiles .boxes > .box.double, .home-tiles .boxes > .col.double {
          -webkit-box-flex: 50%;
              -ms-flex: 50%;
                  flex: 50%;
          width: 50%; } }
  .home-tiles .boxes .box, .home-tiles .boxes .col {
    position: relative;
    background-color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: justify; }
    .home-tiles .boxes .box .box-label, .home-tiles .boxes .col .box-label {
      font-weight: 300;
      font-size: 1em;
      margin: 0; }
    .home-tiles .boxes .box .box-content h2, .home-tiles .boxes .col .box-content h2 {
      font-size: 1.5em; }
    .home-tiles .boxes .box .box-content h3, .home-tiles .boxes .col .box-content h3 {
      font-size: 1.2em; }
    .home-tiles .boxes .box .box-content p:last-child, .home-tiles .boxes .col .box-content p:last-child {
      margin-bottom: 0; }
  .home-tiles .boxes .col {
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .home-tiles .boxes .col > .box {
      height: 100%; }

.home-tiles section.twitter .box.twitter-feed {
  background: #00acee;
  color: white; }

@media (min-width: 1800px) {
  .home-tiles section.twitter .box.pattern {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    width: 50%; }
    .home-tiles section.twitter .box.pattern::before {
      padding-bottom: 45%; } }

.home-tiles section.developments {
  position: relative; }
  .home-tiles section.developments .box.pattern {
    background-color: #FFC709; }

.home-tiles section.destinations {
  position: relative; }
  .home-tiles section.destinations .box.pattern {
    background-color: #FF4438; }
  @media (min-width: 740px) {
    .home-tiles section.destinations > .box.cover {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
      [dir="rtl"] .home-tiles section.destinations > .box.cover {
        -webkit-transform: scaleX(-1);
            -ms-transform: scaleX(-1);
                transform: scaleX(-1); }
    .home-tiles section.destinations > .col {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }

.home-tiles section.riyadh .box.pattern {
  background-color: #10CFC9; }

.home-tiles section.news .box {
  background-color: #53585a;
  color: white; }
  .home-tiles section.news .box.box-wrap {
    display: block;
    padding-left: 0;
    padding-right: 0; }
    @media (max-width: 739px) {
      .home-tiles section.news .box.box-wrap {
        padding: 0; } }
    .home-tiles section.news .box.box-wrap .box.header {
      width: 100%; }
      .home-tiles section.news .box.box-wrap .box.header .box-content {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        text-transform: uppercase;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-shadow: none !important;
                box-shadow: none !important;
        color: rgba(186, 190, 191, 0.6);
        padding-bottom: 0; }
        @media (min-width: 740px) {
          .home-tiles section.news .box.box-wrap .box.header .box-content {
            margin-bottom: 3vw; } }
        @media (min-width: 2600px) {
          .home-tiles section.news .box.box-wrap .box.header .box-content {
            margin-bottom: 60px; } }
      .home-tiles section.news .box.box-wrap .box.header .more {
        font-weight: 300; }
        .home-tiles section.news .box.box-wrap .box.header .more:hover {
          color: white; }
    .home-tiles section.news .box.box-wrap .box:first-child .box-content {
      z-index: 10;
      -webkit-box-shadow: 0px 1px 0 rgba(172, 65, 142, 0.3);
              box-shadow: 0px 1px 0 rgba(172, 65, 142, 0.3); }
      @media (min-width: 740px) {
        .home-tiles section.news .box.box-wrap .box:first-child .box-content {
          -webkit-box-shadow: 1px 0px 0 rgba(172, 65, 142, 0.3);
                  box-shadow: 1px 0px 0 rgba(172, 65, 142, 0.3); }
          [dir="rtl"] .home-tiles section.news .box.box-wrap .box:first-child .box-content {
            -webkit-box-shadow: -1px 0px 0 rgba(172, 65, 142, 0.3);
                    box-shadow: -1px 0px 0 rgba(172, 65, 142, 0.3); } }
    .home-tiles section.news .box.box-wrap .boxes.contents {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      @media (min-width: 740px) {
        .home-tiles section.news .box.box-wrap .boxes.contents .box-content {
          padding-top: 0px;
          padding-bottom: 0px; } }
      @media (min-width: 740px) {
        .home-tiles section.news .box.box-wrap .boxes.contents {
          padding-bottom: 5vw; } }
      @media (min-width: 1000px) {
        .home-tiles section.news .box.box-wrap .boxes.contents {
          padding-bottom: 4vw; } }
      @media (min-width: 2600px) {
        .home-tiles section.news .box.box-wrap .boxes.contents {
          padding-bottom: 100px; } }
  @media (min-width: 1800px) {
    .home-tiles section.news .box.cover {
      width: 50% !important;
      -webkit-box-flex: 50% !important;
          -ms-flex: 50% !important;
              flex: 50% !important; } }
  [dir="rtl"] .home-tiles section.news .box.cover {
    -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1); }

.home-tiles section.villas {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative; }
  .home-tiles section.villas .box.villa {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%; }
  .home-tiles section.villas .box.content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%; }
  .home-tiles section.villas .box.majlis {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 50%;
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%; }
  .home-tiles section.villas .box.indoor,
  .home-tiles section.villas .box.pattern {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 50%;
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%; }
  .home-tiles section.villas .box.pattern {
    background-color: #0e0f0f; }
  @media (min-width: 740px) {
    .home-tiles section.villas .box.villa {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      width: 50%;
      -webkit-box-flex: 50%;
          -ms-flex: 50%;
              flex: 50%; }
    .home-tiles section.villas .box.content {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      width: 50%;
      -webkit-box-flex: 50%;
          -ms-flex: 50%;
              flex: 50%; }
    .home-tiles section.villas .box.majlis {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      width: 50%;
      -webkit-box-flex: 50%;
          -ms-flex: 50%;
              flex: 50%; }
    .home-tiles section.villas .box.indoor,
    .home-tiles section.villas .box.pattern {
      -webkit-box-ordinal-group: 5;
          -ms-flex-order: 4;
              order: 4;
      width: 50%;
      -webkit-box-flex: 50%;
          -ms-flex: 50%;
              flex: 50%; } }
  @media (min-width: 1000px) {
    .home-tiles section.villas .box.villa {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      width: 100%;
      -webkit-box-flex: 100%;
          -ms-flex: 100%;
              flex: 100%; } }
  @media (min-width: 1000px) and (min-width: 1400px) {
    .home-tiles section.villas .box.villa::before {
      padding-bottom: 45%; } }
  @media (min-width: 1000px) {
    .home-tiles section.villas .box.content {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      position: absolute;
      bottom: 0;
      right: 0;
      width: 33.33333%;
      -webkit-box-flex: 33.33333%;
          -ms-flex: 33.33333%;
              flex: 33.33333%;
      min-height: 50%;
      z-index: 10;
      -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
              box-shadow: 0 0 50px rgba(0, 0, 0, 0.25); }
      [dir="rtl"] .home-tiles section.villas .box.content {
        right: auto;
        left: 0; }
    .home-tiles section.villas .box.majlis {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      position: absolute;
      bottom: 0;
      right: 50%;
      width: 33.33333%;
      -webkit-box-flex: 33.33333%;
          -ms-flex: 33.33333%;
              flex: 33.33333%;
      height: 34%; }
      [dir="rtl"] .home-tiles section.villas .box.majlis {
        right: auto;
        left: 50%; }
    .home-tiles section.villas .box.indoor,
    .home-tiles section.villas .box.pattern {
      -webkit-box-ordinal-group: 5;
          -ms-flex-order: 4;
              order: 4;
      position: absolute;
      bottom: 0;
      right: 33.33333%;
      width: 25%;
      -webkit-box-flex: 25%;
          -ms-flex: 25%;
              flex: 25%;
      height: 30%; }
      [dir="rtl"] .home-tiles section.villas .box.indoor, [dir="rtl"]
      .home-tiles section.villas .box.pattern {
        right: auto;
        left: 33.33333%; } }
  @media (min-width: 1000px) and (min-width: 1400px) {
    .home-tiles section.villas .box.indoor,
    .home-tiles section.villas .box.pattern {
      width: 16.66667%;
      -webkit-box-flex: 16.66667%;
          -ms-flex: 16.66667%;
              flex: 16.66667%; } }

.home-tiles section.gallery-slideshow {
  position: relative;
  background-color: #0e0f0f;
  color: white; }
  .home-tiles section.gallery-slideshow h2 {
    position: absolute;
    z-index: 100;
    padding: 1em 1.5em;
    font-size: 1.1em;
    background-color: #0e0f0f; }
    [dir="ltr"] .home-tiles section.gallery-slideshow h2 {
      left: 25%; }
      @media (min-width: 740px) {
        [dir="ltr"] .home-tiles section.gallery-slideshow h2 {
          left: 16.66667%; } }
    [dir="rtl"] .home-tiles section.gallery-slideshow h2 {
      right: 25%; }
      @media (min-width: 740px) {
        [dir="rtl"] .home-tiles section.gallery-slideshow h2 {
          right: 16.66667%; } }
  .home-tiles section.gallery-slideshow .slider-pager {
    position: absolute;
    z-index: 100;
    top: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    opacity: 0.4;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    will-change: opacity; }
    @media (min-width: 740px) {
      .home-tiles section.gallery-slideshow .slider-pager {
        opacity: 0.7; } }
    .home-tiles section.gallery-slideshow .slider-pager:hover {
      opacity: 1; }
    .home-tiles section.gallery-slideshow .slider-pager .label {
      text-transform: uppercase;
      line-height: 1em;
      font-weight: bold;
      display: none; }
      @media (min-width: 740px) {
        .home-tiles section.gallery-slideshow .slider-pager .label {
          display: block; } }
      [dir="ltr"] .home-tiles section.gallery-slideshow .slider-pager .label {
        margin-right: 1em; }
      [dir="rtl"] .home-tiles section.gallery-slideshow .slider-pager .label {
        margin-left: 1em; }
    [dir="ltr"] .home-tiles section.gallery-slideshow .slider-pager.prev {
      -webkit-transform: translateX(-50%) translateY(-50%);
          -ms-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%);
      left: 0;
      margin-left: 12.5%; }
      @media (min-width: 740px) {
        [dir="ltr"] .home-tiles section.gallery-slideshow .slider-pager.prev {
          margin-left: 8.33333%; } }
    [dir="rtl"] .home-tiles section.gallery-slideshow .slider-pager.prev {
      -webkit-transform: translateX(50%) translateY(-50%);
          -ms-transform: translateX(50%) translateY(-50%);
              transform: translateX(50%) translateY(-50%);
      right: 0;
      margin-right: 12.5%; }
      @media (min-width: 740px) {
        [dir="rtl"] .home-tiles section.gallery-slideshow .slider-pager.prev {
          margin-right: 8.33333%; } }
    [dir="ltr"] .home-tiles section.gallery-slideshow .slider-pager.next {
      -webkit-transform: translateX(50%) translateY(-50%);
          -ms-transform: translateX(50%) translateY(-50%);
              transform: translateX(50%) translateY(-50%);
      right: 0;
      margin-right: 12.5%; }
      @media (min-width: 740px) {
        [dir="ltr"] .home-tiles section.gallery-slideshow .slider-pager.next {
          margin-right: 16.66667%; } }
    [dir="rtl"] .home-tiles section.gallery-slideshow .slider-pager.next {
      -webkit-transform: translateX(-50%) translateY(-50%);
          -ms-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%);
      left: 0;
      margin-left: 12.5%; }
      @media (min-width: 740px) {
        [dir="rtl"] .home-tiles section.gallery-slideshow .slider-pager.next {
          margin-left: 16.66667%; } }
    .home-tiles section.gallery-slideshow .slider-pager svg {
      display: block;
      width: 30px;
      fill: white; }
  .home-tiles section.gallery-slideshow .slider .slide {
    width: 50vw;
    padding: 0;
    display: block !important; }
    .home-tiles section.gallery-slideshow .slider .slide::before {
      content: '';
      display: block;
      width: 100%;
      padding-bottom: 70%; }
      @media (min-width: 740px) {
        .home-tiles section.gallery-slideshow .slider .slide::before {
          padding-bottom: 65%; } }
  [dir="ltr"] .home-tiles section.gallery-slideshow .slider .slick-track {
    margin-left: 25%; }
    @media (min-width: 740px) {
      [dir="ltr"] .home-tiles section.gallery-slideshow .slider .slick-track {
        margin-left: 16.66667%; } }
  [dir="rtl"] .home-tiles section.gallery-slideshow .slider .slick-track {
    margin-right: 25%; }
    @media (min-width: 740px) {
      [dir="rtl"] .home-tiles section.gallery-slideshow .slider .slick-track {
        margin-right: 16.66667%; } }
  .home-tiles section.gallery-slideshow .slider .slick-slide {
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    opacity: 0.3; }
    .home-tiles section.gallery-slideshow .slider .slick-slide.slick-active {
      opacity: 0.5; }
    .home-tiles section.gallery-slideshow .slider .slick-slide.slick-current {
      opacity: 1; }

[data-page="multimedia"] .page-hero {
  background-color: #0e0f0f; }
  [data-page="multimedia"] .page-hero .mediacontrols {
    padding-bottom: 30px; }
    @media (min-width: 740px) {
      [data-page="multimedia"] .page-hero .mediacontrols {
        padding-bottom: 60px; } }
  [data-page="multimedia"] .page-hero .inner {
    pointer-events: none;
    will-change: opacity;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    opacity: 1; }
  [data-page="multimedia"] .page-hero .mediaplayer {
    will-change: opacity;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    opacity: 0.6; }
  [data-page="multimedia"] .page-hero:hover .inner {
    opacity: 0; }
  [data-page="multimedia"] .page-hero:hover .mediaplayer {
    opacity: 1; }

.gallery-list {
  position: relative;
  margin: -20px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 740px) {
    .gallery-list {
      margin: -40px 0 20px; } }

.gallery-thumb {
  position: relative;
  margin-bottom: 40px;
  overflow: hidden;
  display: block;
  width: 100%; }
  .gallery-thumb:not(.folder) {
    margin-bottom: 20px;
    width: calc(50% - 10px); }
    @media (min-width: 740px) {
      .gallery-thumb:not(.folder) {
        margin-bottom: 24px;
        width: calc(33% - 14px); } }
    @media (min-width: 1000px) {
      .gallery-thumb:not(.folder) {
        margin-bottom: 25px;
        width: calc(25% - 20px); } }
  @media (min-width: 740px) {
    .gallery-thumb.folder {
      margin-bottom: 40px;
      width: calc(50% - 20px); } }
  @media (min-width: 980px) {
    .gallery-thumb.folder {
      margin-bottom: 60px;
      width: calc(50% - 30px); } }
  @media (min-width: 1000px) {
    .gallery-thumb.folder {
      margin-bottom: 50px;
      width: calc(33.33% - 30px); } }
  @media (min-width: 1600px) {
    .gallery-thumb.folder {
      margin-bottom: 60px;
      width: calc(33.33% - 40px); } }
  .gallery-thumb.folder::before {
    content: '';
    display: block;
    width: 55%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #0e0f0f;
    will-change: transform, opacity;
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    opacity: 0.7;
    -webkit-transition-delay: .1s;
         -o-transition-delay: .1s;
            transition-delay: .1s; }
    [dir="rtl"] .gallery-thumb.folder::before {
      left: auto;
      right: 0;
      -webkit-transform-origin: right;
          -ms-transform-origin: right;
              transform-origin: right; }
  .gallery-thumb.folder .content {
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .gallery-thumb.folder .title {
    width: 7.6em;
    width: 9.5em;
    color: white;
    margin: 0 1.5em;
    will-change: transform;
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    font-size: 22px;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8); }
    [dir="rtl"] .gallery-thumb.folder .title {
      -webkit-transform-origin: right;
          -ms-transform-origin: right;
              transform-origin: right; }
  .gallery-thumb .cover {
    will-change: transform;
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease; }
  .gallery-thumb:hover .cover {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2); }
  .gallery-thumb:hover .title {
    font-size: 20px;
    -webkit-transform: translateX(20px) scale(1);
        -ms-transform: translateX(20px) scale(1);
            transform: translateX(20px) scale(1); }
    [dir="rtl"] .gallery-thumb:hover .title {
      -webkit-transform: translateX(-20px) scale(1);
          -ms-transform: translateX(-20px) scale(1);
              transform: translateX(-20px) scale(1); }
  .gallery-thumb:hover.folder::before {
    -webkit-transform: scaleX(2);
        -ms-transform: scaleX(2);
            transform: scaleX(2);
    opacity: 0.9; }

.media-contact {
  margin-bottom: 60px;
  margin-left: 8.33333%;
  margin-right: 8.33333%; }

.media-browser {
  position: relative;
  background-color: #0e0f0f; }

[data-page="press-article"] .heroic-title .inner {
  width: 100%;
  margin-bottom: 16vh; }
  [data-page="press-article"] .heroic-title .inner .back {
    color: white;
    margin-top: 40px; }
    @media (min-width: 740px) {
      [data-page="press-article"] .heroic-title .inner .back {
        margin-left: 8.33333%; } }

.press-list .press-item {
  margin: 40px 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid rgba(14, 15, 15, 0.2);
  padding-bottom: 30px; }
  .press-list .press-item:first-child {
    margin-top: 0; }
  .press-list .press-item h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px; }
  .press-list .press-item p.date {
    margin-top: 0.8em;
    text-transform: uppercase;
    font-size: 0.9em;
    color: #53585a;
    margin-bottom: 1.5em; }
    .press-list .press-item p.date::after {
      content: '';
      display: block;
      border-bottom: 1px solid rgba(83, 88, 90, 0.5);
      width: 30px;
      margin-top: 1em; }

.press-article .back {
  display: inline-block;
  text-transform: uppercase;
  pointer-events: all;
  line-height: 20px;
  font-size: 14px;
  margin-bottom: 20px; }
  .press-article .back .icon {
    font-size: 20px;
    vertical-align: center;
    color: #FF4438;
    margin-bottom: -1px; }
    [dir="ltr"] .press-article .back .icon {
      margin-right: 6px; }
    [dir="rtl"] .press-article .back .icon {
      margin-left: 6px; }

.press-article h1 {
  font-size: 30px;
  margin-top: 0; }

.press-article h4 {
  margin-top: 0; }

.press-article p.date {
  margin-top: 0.8em;
  text-transform: uppercase;
  font-size: 0.9em;
  color: #53585a;
  margin-bottom: 1.5em; }
  .press-article p.date::after {
    content: '';
    display: block;
    border-bottom: 1px solid rgba(83, 88, 90, 0.5);
    width: 30px;
    margin-top: 1em; }

.villas-browser {
  position: relative;
  background-color: #0e0f0f; }

.villas-cover {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 30px;
  z-index: 5;
  background-color: #0e0f0f; }
  @media (min-width: 740px) {
    .villas-cover {
      padding-bottom: 60px; } }
  @media (min-width: 1000px) {
    .villas-cover {
      padding-bottom: 140px; } }
  .villas-cover .list-title {
    font-size: 36px;
    color: white;
    margin-bottom: 40px;
    width: 7em; }
    @media (min-width: 550px) {
      .villas-cover .list-title {
        font-size: 40px; } }
  .villas-cover .cover {
    opacity: 0.6; }
    .villas-cover .cover::after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 15, 15, 0.6)), color-stop(20%, rgba(14, 15, 15, 0)), color-stop(65%, rgba(14, 15, 15, 0)), to(#0e0f0f));
      background-image: -o-linear-gradient(top, rgba(14, 15, 15, 0.6) 0%, rgba(14, 15, 15, 0) 20%, rgba(14, 15, 15, 0) 65%, #0e0f0f 100%);
      background-image: linear-gradient(180deg, rgba(14, 15, 15, 0.6) 0%, rgba(14, 15, 15, 0) 20%, rgba(14, 15, 15, 0) 65%, #0e0f0f 100%);
      opacity: 1; }

.villas-list {
  position: relative;
  z-index: 10;
  margin-top: -30px;
  width: 100%; }
  @media (min-width: 740px) {
    .villas-list {
      margin-top: -60px; } }
  @media (min-width: 1000px) {
    .villas-list {
      margin-top: -140px; } }
  .villas-list .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

.villas-item {
  width: 100%;
  margin-bottom: 30px; }
  @media (min-width: 550px) {
    .villas-item {
      width: 41.66667%;
      margin-right: 8.33333%; } }
  @media (min-width: 740px) {
    .villas-item {
      margin-bottom: 40px; } }
  @media (min-width: 1000px) {
    .villas-item {
      margin-bottom: 60px;
      width: 33.33333%;
      margin-right: 8.33333%; } }

.villas-thumb {
  overflow: hidden; }
  .villas-thumb h3 {
    position: relative;
    color: white;
    z-index: 10;
    margin: 0.7em 1em;
    font-size: calc(20px + 6 * ((100vw - 320px) / 680)); }
    @media (min-width: 1000px) {
      .villas-thumb h3 {
        font-size: 26px; } }
  .villas-thumb::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(5%, black), color-stop(35%, rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(top, black 5%, rgba(0, 0, 0, 0) 35%);
    background-image: linear-gradient(180deg, black 5%, rgba(0, 0, 0, 0) 35%);
    opacity: 0.4; }
  .villas-thumb .cover {
    will-change: transform;
    -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }
  .villas-thumb .cover.hover {
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    will-change: opacity, transform;
    opacity: 0;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }
  .villas-item:hover .villas-thumb .cover {
    -webkit-transition: .6s ease-out;
    -o-transition: .6s ease-out;
    transition: .6s ease-out;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }
  .villas-item:hover .villas-thumb .cover.hover {
    -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }

.villas-blurb {
  color: white;
  font-weight: 400;
  padding: 10px 0;
  will-change: opacity;
  opacity: 0.6;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease; }
  .villas-item:hover .villas-blurb {
    opacity: 1; }

@media (min-width: 1000px) {
  .villas-browser.tabbed {
    overflow: hidden;
    /************************
    * Cover desktop
    */
    /************************
    * List desktop
    */ }
    .villas-browser.tabbed .villas-cover {
      position: absolute;
      top: 0;
      left: 0;
      overflow: hidden;
      z-index: 10;
      will-change: transform;
      -webkit-transition: .2s ease;
      -o-transition: .2s ease;
      transition: .2s ease; }
      [dir="rtl"] .villas-browser.tabbed .villas-cover {
        left: auto;
        right: 0; }
      .villas-browser.tabbed .villas-cover .cover {
        will-change: opacity, filter; }
      .villas-browser.tabbed .villas-cover .inner {
        will-change: transform;
        -webkit-transition: 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
        -o-transition: 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
        transition: 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0); }
      .villas-browser.tabbed .villas-cover .list-title {
        font-size: 50px;
        will-change: opacity, transform;
        width: 7em;
        -webkit-transform-origin: left;
            -ms-transform-origin: left;
                transform-origin: left; }
        [dir="rtl"] .villas-browser.tabbed .villas-cover .list-title {
          -webkit-transform-origin: right;
              -ms-transform-origin: right;
                  transform-origin: right; }
      .villas-browser.tabbed .villas-cover * {
        pointer-events: none; }
    .villas-browser.tabbed .villas-cover:not(.active) {
      z-index: 20;
      cursor: pointer;
      will-change: transform;
      -webkit-transition: 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      -o-transition: 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      transition: 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      -webkit-transform: translateX(80%);
          -ms-transform: translateX(80%);
              transform: translateX(80%);
      -webkit-animation-name: peekIn;
              animation-name: peekIn;
      -webkit-animation-duration: 0.4s;
              animation-duration: 0.4s;
      -webkit-animation-delay: 0.5s;
              animation-delay: 0.5s;
      -webkit-animation-fill-mode: backwards;
              animation-fill-mode: backwards;
      -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
              animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      [dir="rtl"] .villas-browser.tabbed .villas-cover:not(.active) {
        -webkit-transform: translateX(-80%);
            -ms-transform: translateX(-80%);
                transform: translateX(-80%); }
      .villas-browser.tabbed .villas-cover:not(.active) .cover {
        opacity: 0.3;
        -webkit-filter: saturate(0.2);
                filter: saturate(0.2);
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        -webkit-transition: 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
        -o-transition: 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
        transition: 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
        [dir="rtl"] .villas-browser.tabbed .villas-cover:not(.active) .cover {
          -webkit-transform: translateX(50%);
              -ms-transform: translateX(50%);
                  transform: translateX(50%); }
      .villas-browser.tabbed .villas-cover:not(.active) .inner {
        will-change: transform;
        -webkit-transition: 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
        -o-transition: 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
        transition: 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
        -webkit-transform: translateX(-7vw) translateX(50px);
            -ms-transform: translateX(-7vw) translateX(50px);
                transform: translateX(-7vw) translateX(50px); } }
      @media (min-width: 1000px) and (min-width: 2000px) {
        .villas-browser.tabbed .villas-cover:not(.active) .inner {
          -webkit-transform: translateX(-50vw) translateX(950px);
              -ms-transform: translateX(-50vw) translateX(950px);
                  transform: translateX(-50vw) translateX(950px); } }

@media (min-width: 1000px) {
      .villas-browser.tabbed .villas-cover:not(.active) .list-title {
        opacity: 0.4;
        -webkit-transform: scale(0.7);
            -ms-transform: scale(0.7);
                transform: scale(0.7);
        -webkit-transition: 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
        -o-transition: 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
        transition: 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
        will-change: opacity, transform; }
      .villas-browser.tabbed .villas-cover:not(.active):hover {
        -webkit-transform: translateX(70%);
            -ms-transform: translateX(70%);
                transform: translateX(70%); }
        [dir="rtl"] .villas-browser.tabbed .villas-cover:not(.active):hover {
          -webkit-transform: translateX(-70%);
              -ms-transform: translateX(-70%);
                  transform: translateX(-70%); }
        .villas-browser.tabbed .villas-cover:not(.active):hover .cover {
          opacity: 0.6;
          -webkit-filter: saturate(1);
                  filter: saturate(1);
          -webkit-transform: translateX(-45%);
              -ms-transform: translateX(-45%);
                  transform: translateX(-45%); }
          [dir="rtl"] .villas-browser.tabbed .villas-cover:not(.active):hover .cover {
            -webkit-transform: translateX(45%);
                -ms-transform: translateX(45%);
                    transform: translateX(45%); }
        .villas-browser.tabbed .villas-cover:not(.active):hover .list-title {
          opacity: 0.8; }
      [dir="rtl"] .villas-browser.tabbed .villas-cover:not(.active) {
        -webkit-animation-name: peekInRtl;
                animation-name: peekInRtl; }
  @-webkit-keyframes peekIn {
    0% {
      pointer-events: none;
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
      opacity: 0; }
    1% {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
      opacity: 1; }
    99% {
      pointer-events: none; }
    100% {
      pointer-events: all;
      -webkit-transform: translateX(80%);
              transform: translateX(80%);
      opacity: 1; } }
  @keyframes peekIn {
    0% {
      pointer-events: none;
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
      opacity: 0; }
    1% {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
      opacity: 1; }
    99% {
      pointer-events: none; }
    100% {
      pointer-events: all;
      -webkit-transform: translateX(80%);
              transform: translateX(80%);
      opacity: 1; } }
  @-webkit-keyframes peekInRtl {
    from {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
      opacity: 0; }
    to {
      -webkit-transform: translateX(-80%);
              transform: translateX(-80%);
      opacity: 1; } }
  @keyframes peekInRtl {
    from {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
      opacity: 0; }
    to {
      -webkit-transform: translateX(-80%);
              transform: translateX(-80%);
      opacity: 1; } }
    .villas-browser.tabbed .villas-list {
      position: relative;
      z-index: 30;
      position: absolute;
      top: 0;
      opacity: 0;
      will-change: opacity, transform;
      -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
      transition: opacity .3s ease, -webkit-transform .3s ease;
      -o-transition: opacity .3s ease, transform .3s ease;
      transition: opacity .3s ease, transform .3s ease;
      transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease;
      -webkit-transform: translateX(30%);
          -ms-transform: translateX(30%);
              transform: translateX(30%);
      pointer-events: none; }
      .villas-browser.tabbed .villas-list .inner {
        pointer-events: all; }
      [dir="rtl"] .villas-browser.tabbed .villas-list {
        -webkit-transform: translateX(-30%);
            -ms-transform: translateX(-30%);
                transform: translateX(-30%); }
      .villas-browser.tabbed .villas-list::before {
        content: '';
        display: block;
        position: relative;
        z-index: 1;
        width: 100%;
        min-height: 400px;
        height: 50vw;
        max-height: 60vw;
        max-height: calc(100vh - 200px); }
    .villas-browser.tabbed .villas-cover.active + .villas-list {
      position: relative;
      z-index: 40;
      opacity: 1;
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); }
      [dir="rtl"] .villas-browser.tabbed .villas-cover.active + .villas-list {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0); }
    .villas-browser.tabbed.in-transition.step1 .villas-cover:not(.active) {
      -webkit-transform: translate(0);
          -ms-transform: translate(0);
              transform: translate(0);
      -webkit-transition: 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: 0.6s cubic-bezier(0.645, 0.045, 0.355, 1); }
      .villas-browser.tabbed.in-transition.step1 .villas-cover:not(.active) .cover {
        -webkit-transition: 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
        opacity: 0.6;
        -webkit-filter: saturate(1);
                filter: saturate(1);
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0); }
      .villas-browser.tabbed.in-transition.step1 .villas-cover:not(.active) .inner {
        -webkit-transform: translateX(0vw);
            -ms-transform: translateX(0vw);
                transform: translateX(0vw); }
      .villas-browser.tabbed.in-transition.step1 .villas-cover:not(.active) .list-title {
        -webkit-transition: 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
        opacity: 1;
        -webkit-transform: scale(1) translateX(0);
            -ms-transform: scale(1) translateX(0);
                transform: scale(1) translateX(0); }
        [dir="rtl"] .villas-browser.tabbed.in-transition.step1 .villas-cover:not(.active) .list-title {
          -webkit-transform: scale(1) translateX(0);
              -ms-transform: scale(1) translateX(0);
                  transform: scale(1) translateX(0); }
    .villas-browser.tabbed.in-transition.step1 .villas-cover.active + .villas-list {
      opacity: 0;
      -webkit-transform: translateX(-30%);
          -ms-transform: translateX(-30%);
              transform: translateX(-30%);
      -webkit-transition: opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
      transition: opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
      -o-transition: opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
      transition: opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
      transition: opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
      [dir="rtl"] .villas-browser.tabbed.in-transition.step1 .villas-cover.active + .villas-list {
        -webkit-transform: translateX(30%);
            -ms-transform: translateX(30%);
                transform: translateX(30%); }
    .villas-browser.tabbed.in-transition.step2 .villas-cover.active {
      -webkit-transform: translateX(100%);
          -ms-transform: translateX(100%);
              transform: translateX(100%); }
      [dir="rtl"] .villas-browser.tabbed.in-transition.step2 .villas-cover.active {
        -webkit-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
                transform: translateX(-100%); }
      .villas-browser.tabbed.in-transition.step2 .villas-cover.active .cover {
        opacity: 0.3;
        -webkit-filter: saturate(0.2);
                filter: saturate(0.2);
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); }
        [dir="rtl"] .villas-browser.tabbed.in-transition.step2 .villas-cover.active .cover {
          -webkit-transform: translateX(50%);
              -ms-transform: translateX(50%);
                  transform: translateX(50%); }
      .villas-browser.tabbed.in-transition.step2 .villas-cover.active .list-title {
        opacity: 0.4;
        -webkit-transform: scale(0.5) translateX(-30%);
            -ms-transform: scale(0.5) translateX(-30%);
                transform: scale(0.5) translateX(-30%); }
        [dir="rtl"] .villas-browser.tabbed.in-transition.step2 .villas-cover.active .list-title {
          -webkit-transform: scale(0.5) translateX(30%);
              -ms-transform: scale(0.5) translateX(30%);
                  transform: scale(0.5) translateX(30%); }
    .villas-browser.tabbed.in-transition.step2 .villas-cover:not(.active) + .villas-list {
      opacity: 1;
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0);
      -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
      -o-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1); }
      [dir="rtl"] .villas-browser.tabbed.in-transition.step2 .villas-cover:not(.active) + .villas-list {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0); } }

[data-page="villa"] main {
  background-color: #0e0f0f; }

.villa-hero .mediacontrols {
  z-index: 60;
  padding-bottom: 60px; }

.villa-hero .hero-pagination {
  margin-top: -50px; }

.villa-hero .hero-wrapper {
  position: relative; }

.villa-hero .hero-overlay {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  height: calc(100% - 80px);
  width: 100%;
  color: white;
  pointer-events: none; }
  @media (min-width: 740px) {
    .villa-hero .hero-overlay {
      height: calc(100% - 100px); } }
  .villa-hero .hero-overlay .inner {
    position: relative;
    height: 100%; }
  .villa-hero .hero-overlay .floorplan-download {
    pointer-events: all;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 1px solid currentColor;
    padding: 0.8em 1.2em;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: rgba(14, 15, 15, 0.5);
    opacity: 0;
    visibility: hidden;
    pointer-events: none; }
    @media (min-width: 740px) {
      .villa-hero .hero-overlay .floorplan-download {
        right: 0;
        left: auto;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; }
        [dir="rtl"] .villa-hero .hero-overlay .floorplan-download {
          right: auto;
          left: 0; } }
    .villa-hero .hero-overlay .floorplan-download.active {
      opacity: 1;
      visibility: visible;
      pointer-events: all; }

.villa-hero .villa-hero-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .villa-hero .villa-hero-thumbs .hero-thumb {
    width: calc(50% - 10px);
    margin-bottom: 20px; }
    @media (max-width: 399px) {
      [dir="ltr"] .villa-hero .villa-hero-thumbs .hero-thumb:nth-child(2n) {
        margin-left: 20px; }
      [dir="rtl"] .villa-hero .villa-hero-thumbs .hero-thumb:nth-child(2n) {
        margin-right: 20px; } }
    @media (min-width: 400px) {
      .villa-hero .villa-hero-thumbs .hero-thumb {
        width: calc(50% - 15px);
        margin-bottom: 30px; } }
  @media (min-width: 400px) and (max-width: 739px) {
    [dir="ltr"] .villa-hero .villa-hero-thumbs .hero-thumb:nth-child(2n) {
      margin-left: 30px; }
    [dir="rtl"] .villa-hero .villa-hero-thumbs .hero-thumb:nth-child(2n) {
      margin-right: 30px; } }
    @media (min-width: 740px) {
      .villa-hero .villa-hero-thumbs .hero-thumb {
        width: 23%;
        margin-bottom: 40px; }
        [dir="ltr"] .villa-hero .villa-hero-thumbs .hero-thumb {
          margin-left: calc(8% / 3); }
          [dir="ltr"] .villa-hero .villa-hero-thumbs .hero-thumb:first-child {
            margin-left: 0; }
        [dir="rtl"] .villa-hero .villa-hero-thumbs .hero-thumb {
          margin-right: calc(8% / 3); }
          [dir="rtl"] .villa-hero .villa-hero-thumbs .hero-thumb:first-child {
            margin-right: 0; } }
    .villa-hero .villa-hero-thumbs .hero-thumb .cover::after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(5%, rgba(14, 15, 15, 0.7)), color-stop(50%, rgba(14, 15, 15, 0)));
      background-image: -o-linear-gradient(top, rgba(14, 15, 15, 0.7) 5%, rgba(14, 15, 15, 0) 50%);
      background-image: linear-gradient(180deg, rgba(14, 15, 15, 0.7) 5%, rgba(14, 15, 15, 0) 50%);
      opacity: 1; }
  .villa-hero .villa-hero-thumbs .label {
    position: relative;
    z-index: 10;
    color: white;
    font-weight: 500;
    margin: 0.7em 1em; }
  .villa-hero .villa-hero-thumbs .marker-bar {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    border-bottom: 1px solid white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    will-change: opacity;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    opacity: 0; }
    .villa-hero .villa-hero-thumbs .marker-bar .marker {
      position: relative;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      height: 4px;
      background-color: white;
      will-change: transform;
      -webkit-transition: .2s ease;
      -o-transition: .2s ease;
      transition: .2s ease;
      -webkit-transform-origin: bottom;
          -ms-transform-origin: bottom;
              transform-origin: bottom;
      -webkit-transform: scaleY(0);
          -ms-transform: scaleY(0);
              transform: scaleY(0); }
      @media (min-width: 740px) {
        .villa-hero .villa-hero-thumbs .marker-bar .marker {
          height: 5px; } }
      .villa-hero .villa-hero-thumbs .marker-bar .marker .title {
        display: block;
        position: absolute;
        bottom: 0;
        font-weight: 500;
        font-size: 14px;
        color: white;
        margin: 10px 0px;
        white-space: nowrap; }
        @media (min-width: 740px) {
          .villa-hero .villa-hero-thumbs .marker-bar .marker .title {
            margin: 13px 0px; } }
      .villa-hero .villa-hero-thumbs .marker-bar .marker.active {
        -webkit-transform: scaleY(1);
            -ms-transform: scaleY(1);
                transform: scaleY(1); }
  .villa-hero .villa-hero-thumbs .hero-thumb.active .marker-bar {
    opacity: 1; }

.villa-details {
  color: white;
  padding: 20px 0 50px;
  text-align: justify; }
  @media (min-width: 740px) {
    .villa-details .description {
      width: 40%; }
      [dir="ltr"] .villa-details .description {
        margin-left: 8%; }
      [dir="rtl"] .villa-details .description {
        margin-right: 8%; } }

@media (min-width: 740px) {
  [dir="ltr"] .selection-process h1 {
    margin-right: 70px; }
  [dir="rtl"] .selection-process h1 {
    margin-left: 70px; } }

@media (min-width: 1000px) {
  [dir="ltr"] .selection-process h1 {
    margin-right: 100px; }
  [dir="rtl"] .selection-process h1 {
    margin-left: 100px; } }

.selection-process .process-steps {
  margin: 0;
  padding: 0;
  list-style: none; }
  [dir="ltr"] .selection-process .process-steps {
    margin-left: -30px; }
  [dir="rtl"] .selection-process .process-steps {
    margin-right: -30px; }
  @media (min-width: 550px) {
    [dir="ltr"] .selection-process .process-steps {
      margin-left: -40px; }
    [dir="rtl"] .selection-process .process-steps {
      margin-right: -40px; } }
  @media (min-width: 740px) {
    [dir="ltr"] .selection-process .process-steps {
      margin-left: -16.66667%; }
    [dir="rtl"] .selection-process .process-steps {
      margin-right: -16.66667%; } }
  @media (min-width: 1400px) {
    [dir="ltr"] .selection-process .process-steps {
      margin-left: -20%; }
    [dir="rtl"] .selection-process .process-steps {
      margin-right: -20%; } }
  .selection-process .process-steps > li {
    margin: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .selection-process .process-steps > li > a {
      position: relative;
      display: inherit;
      font-weight: 400; }
      .selection-process .process-steps > li > a:hover {
        color: #0a5157; }
    .selection-process .process-steps > li::before, .selection-process .process-steps > li a::before {
      content: '';
      display: block;
      position: absolute;
      z-index: 1;
      top: 0;
      bottom: 0;
      -webkit-transition: .2s ease;
      -o-transition: .2s ease;
      transition: .2s ease; }
      [dir="ltr"] .selection-process .process-steps > li::before, [dir="ltr"] .selection-process .process-steps > li a::before {
        left: 0;
        border-left: 4px solid rgba(14, 15, 15, 0.2);
        -webkit-transform-origin: left;
            -ms-transform-origin: left;
                transform-origin: left; }
      [dir="rtl"] .selection-process .process-steps > li::before, [dir="rtl"] .selection-process .process-steps > li a::before {
        right: 0;
        border-right: 4px solid rgba(14, 15, 15, 0.2);
        -webkit-transform-origin: right;
            -ms-transform-origin: right;
                transform-origin: right; }
      @media (min-width: 740px) and (max-width: 979px) {
        [dir="ltr"] .selection-process .process-steps > li::before, [dir="ltr"] .selection-process .process-steps > li a::before {
          left: -20px; }
        [dir="rtl"] .selection-process .process-steps > li::before, [dir="rtl"] .selection-process .process-steps > li a::before {
          right: -20px; } }
    [dir="ltr"] .selection-process .process-steps > li a::before {
      border-left: 4px solid #FF4438; }
    [dir="rtl"] .selection-process .process-steps > li a::before {
      border-right: 4px solid #FF4438; }
    .selection-process .process-steps > li a:hover::before {
      -webkit-transform: scaleX(2);
          -ms-transform: scaleX(2);
              transform: scaleX(2); }
    [dir="ltr"] .selection-process .process-steps > li:nth-child(2)::before, [dir="ltr"] .selection-process .process-steps > li:nth-child(2) a::before {
      border-left-color: #0a5157; }
    [dir="rtl"] .selection-process .process-steps > li:nth-child(2)::before, [dir="rtl"] .selection-process .process-steps > li:nth-child(2) a::before {
      border-right-color: #0a5157; }
    [dir="ltr"] .selection-process .process-steps > li:nth-child(3)::before, [dir="ltr"] .selection-process .process-steps > li:nth-child(3) a::before {
      border-left-color: #10CFC9; }
    [dir="rtl"] .selection-process .process-steps > li:nth-child(3)::before, [dir="rtl"] .selection-process .process-steps > li:nth-child(3) a::before {
      border-right-color: #10CFC9; }
    [dir="ltr"] .selection-process .process-steps > li:nth-child(4)::before, [dir="ltr"] .selection-process .process-steps > li:nth-child(4) a::before {
      border-left-color: #FF8300; }
    [dir="rtl"] .selection-process .process-steps > li:nth-child(4)::before, [dir="rtl"] .selection-process .process-steps > li:nth-child(4) a::before {
      border-right-color: #FF8300; }
  .selection-process .process-steps .index {
    position: relative;
    width: 90px;
    font-weight: 900;
    font-size: 30px;
    margin-top: 1px;
    opacity: 0.15;
    padding-left: 30px; }
    @media (min-width: 550px) {
      .selection-process .process-steps .index {
        padding-left: 40px;
        width: 110px; } }
    @media (min-width: 740px) {
      .selection-process .process-steps .index {
        padding: 0;
        text-align: center;
        width: 16.66667%; } }
    @media (min-width: 740px) and (max-width: 979px) {
      .selection-process .process-steps .index {
        left: -8px; } }
    @media (min-width: 1400px) {
      .selection-process .process-steps .index {
        width: 20%;
        font-size: 36px; } }
  .selection-process .process-steps .content {
    z-index: 4;
    width: calc(100% - 90px);
    padding-bottom: 20px; }
    @media (min-width: 740px) {
      .selection-process .process-steps .content {
        width: 83.33333%; } }
    @media (min-width: 740px) {
      .selection-process .process-steps .content {
        width: 80%; } }
  .selection-process .process-steps li:last-child .content {
    padding-bottom: 0; }
    .selection-process .process-steps li:last-child .content p:last-child {
      margin-bottom: 0; }

@media (min-width: 740px) {
  [data-page="appointment"] form.appointment .form-fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

[data-page="appointment"] form.appointment .field-wrap {
  width: 100%; }
  @media (min-width: 740px) {
    [data-page="appointment"] form.appointment .field-wrap.half {
      width: 45%; } }

[data-page="appointment"] form.appointment .field,
[data-page="appointment"] form.appointment .intl-tel-input {
  width: 100%; }

@media (min-width: 740px) {
  [data-page="appointment"] form.appointment .appointment-selector #appointmentDate-error {
    width: 58%; }
  [data-page="appointment"] form.appointment [name=appointmentDate] {
    width: 60%; }
  [data-page="appointment"] form.appointment [name=appointmentTime] {
    width: 40%; } }

.directors .director-thumbs {
  margin: 0;
  padding: 0;
  list-style: none; }
  .directors .director-thumbs li {
    margin: 0 auto 2.4em auto; }
  .directors .director-thumbs li, .directors .director-thumbs li > a {
    display: block;
    width: 100%;
    text-align: center; }
    @media (min-width: 740px) {
      .directors .director-thumbs li, .directors .director-thumbs li > a {
        text-align: unset;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .directors .director-thumbs figure {
    margin: 0 auto 20px;
    max-width: 300px;
    width: 200px;
    padding: 0;
    background-position: 50% 40%;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    -webkit-filter: grayscale(1) contrast(1.1);
            filter: grayscale(1) contrast(1.1); }
    @media (min-width: 740px) {
      .directors .director-thumbs figure {
        width: 160px;
        margin: 0 30px 0px 0; }
        [dir="rtl"] .directors .director-thumbs figure {
          margin: 0 0px 0px 30px; } }
    @media (min-width: 1000px) {
      .directors .director-thumbs figure {
        width: 200px; } }
    .directors .director-thumbs figure::before {
      content: '';
      display: block;
      width: 100%;
      padding-top: 80%; }
  .directors .director-thumbs a:hover figure {
    -webkit-filter: grayscale(0.6) contrast(1.2) brightness(80%);
            filter: grayscale(0.6) contrast(1.2) brightness(80%); }
  @media (min-width: 740px) {
    .directors .director-thumbs .thumb-caption {
      max-width: calc(100% - 230px); } }
  .directors .director-thumbs h2, .directors .director-thumbs h5 {
    margin: 0;
    text-transform: none;
    text-align: inherit; }
    @media (min-width: 740px) {
      .directors .director-thumbs h2, .directors .director-thumbs h5 {
        text-align: initial; } }
  .directors .director-thumbs h2 {
    font-size: 1.2em; }
  .directors .director-thumbs h5 {
    font-size: 1em;
    color: #53585a;
    margin-top: 0.2em;
    font-weight: 300; }

.popup-box.board-member {
  max-width: 600px;
  width: 90%; }
  .popup-box.board-member figure {
    background-position: 50% 32%;
    -webkit-filter: grayscale(1) contrast(1.1);
            filter: grayscale(1) contrast(1.1); }
    .popup-box.board-member figure::before {
      padding-bottom: 76%; }
  @media (max-width: 739px) {
    .popup-box.board-member {
      font-size: 0.9em;
      line-height: 1.4em; } }

.navigation {
  z-index: 200;
  overflow: hidden; }
  @media (min-width: 1000px) {
    .navigation {
      position: absolute;
      left: 50%;
      top: 0px;
      -webkit-transform: translate(-50%);
          -ms-transform: translate(-50%);
              transform: translate(-50%);
      width: 100%;
      max-width: 2600px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      height: 140px;
      pointer-events: none; } }
  @media (min-width: 1000px) and (min-width: 1400px) {
    .navigation {
      height: 180px; } }
  @media (min-width: 1000px) {
      .navigation .close {
        display: none; }
      .navigation a {
        display: block; }
      .navigation ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        white-space: nowrap;
        background-color: rgba(14, 15, 15, 0.94);
        background-color: #0e0f0f;
        height: 100px;
        pointer-events: all; } }
    @media (min-width: 1000px) and (min-width: 1400px) {
      .navigation ul {
        height: 140px; } }
  @media (min-width: 1000px) {
        .navigation ul.root {
          margin: 0 40px; }
          .navigation ul.root > li > a {
            position: relative;
            color: white;
            line-height: 60px;
            margin-top: 20px;
            padding: 0 14px;
            font-size: 15px; } }
        @media (min-width: 1000px) and (min-width: 1250px) {
          .navigation ul.root > li > a {
            font-size: 16px;
            padding: 0 20px; } }
        @media (min-width: 1000px) and (min-width: 1400px) {
          .navigation ul.root > li > a {
            margin-top: 40px; } }
  @media (min-width: 1000px) {
          .navigation ul.root > li.dropnav > a::before {
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            height: 20px;
            content: '';
            display: block;
            -webkit-transition: inherit;
            -o-transition: inherit;
            transition: inherit;
            background-color: transparent;
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(14, 15, 15, 0)), color-stop(90%, rgba(14, 15, 15, 0.6)));
            background-image: -o-linear-gradient(top, rgba(14, 15, 15, 0) 10%, rgba(14, 15, 15, 0.6) 90%);
            background-image: linear-gradient(to bottom, rgba(14, 15, 15, 0) 10%, rgba(14, 15, 15, 0.6) 90%); } }
        @media (min-width: 1000px) and (min-width: 1400px) {
          .navigation ul.root > li.dropnav > a::before {
            height: 40px; } }
  @media (min-width: 1000px) {
          .navigation ul.root > li.dropnav > a::after {
            position: absolute;
            -webkit-transition: inherit;
            -o-transition: inherit;
            transition: inherit;
            top: 100%;
            left: 50%;
            -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                    transform: translateX(-50%);
            content: '';
            display: block;
            border-top: 10px solid transparent;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent; }
          .navigation ul.root > li.active > a, .navigation ul.root > li:hover > a {
            background-color: #10CFC9;
            color: #0e0f0f; }
          .navigation ul.root > li.active.dropnav > a::before, .navigation ul.root > li:hover.dropnav > a::before {
            background-color: rgba(16, 207, 201, 0.3); }
          .navigation ul.root > li.active.dropnav > a::after, .navigation ul.root > li:hover.dropnav > a::after {
            border-top: 10px solid rgba(16, 207, 201, 0.7); }
          .navigation ul.root > li.active .sub, .navigation ul.root > li:hover .sub {
            opacity: 1;
            visibility: visible;
            -webkit-transform: translateY(0px);
                -ms-transform: translateY(0px);
                    transform: translateY(0px); }
        .navigation ul.sub {
          position: absolute;
          height: 40px;
          bottom: 0;
          left: 0;
          background-color: #10CFC9;
          opacity: 0;
          visibility: hidden;
          width: calc(100%);
          padding: 0 7vw;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-transition: 0.2s ease;
          -o-transition: 0.2s ease;
          transition: 0.2s ease;
          -webkit-transform: translateY(-3px);
              -ms-transform: translateY(-3px);
                  transform: translateY(-3px); }
          [dir="rtl"] .navigation ul.sub {
            left: auto;
            right: 0; }
          .navigation ul.sub li:hover a,
          .navigation ul.sub li.active a {
            background-color: white; }
          .navigation ul.sub a {
            line-height: 40px;
            padding: 0 15px;
            font-size: 0.9em;
            color: #0e0f0f; }
      .navigation.browsing .root > li.active > a {
        background-color: rgba(255, 255, 255, 0);
        color: white; }
        .navigation.browsing .root > li.active > a::before {
          background-color: transparent !important; }
        .navigation.browsing .root > li.active > a::after {
          border-top-color: transparent !important; }
      .navigation.browsing .root > li.active .sub {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(-3px);
            -ms-transform: translateY(-3px);
                transform: translateY(-3px); }
      [data-page="villa"] .navigation:not(.browsing) .root > li.active:not(:hover) a::before, [data-page="villas"] .navigation:not(.browsing) .root > li.active:not(:hover) a::before,
      [data-page="multimedia"] .navigation:not(.browsing) .root > li.active:not(:hover) a::before, [data-page="media-gallery"] .navigation:not(.browsing) .root > li.active:not(:hover) a::before {
        opacity: 0.3; }
      [data-page="villa"] .navigation:not(.browsing) .root > li.active:not(:hover) a::after, [data-page="villas"] .navigation:not(.browsing) .root > li.active:not(:hover) a::after,
      [data-page="multimedia"] .navigation:not(.browsing) .root > li.active:not(:hover) a::after, [data-page="media-gallery"] .navigation:not(.browsing) .root > li.active:not(:hover) a::after {
        opacity: 0.6; }
      [data-page="villa"] .navigation:not(.browsing) .root > li.active:not(:hover) .sub, [data-page="villas"] .navigation:not(.browsing) .root > li.active:not(:hover) .sub,
      [data-page="multimedia"] .navigation:not(.browsing) .root > li.active:not(:hover) .sub, [data-page="media-gallery"] .navigation:not(.browsing) .root > li.active:not(:hover) .sub {
        opacity: 0.2;
        background-color: #0e0f0f; }
        [data-page="villa"] .navigation:not(.browsing) .root > li.active:not(:hover) .sub li:not(.active) a, [data-page="villas"] .navigation:not(.browsing) .root > li.active:not(:hover) .sub li:not(.active) a,
        [data-page="multimedia"] .navigation:not(.browsing) .root > li.active:not(:hover) .sub li:not(.active) a, [data-page="media-gallery"] .navigation:not(.browsing) .root > li.active:not(:hover) .sub li:not(.active) a {
          color: white; } }
  @media (max-width: 999px) {
    .navigation {
      position: fixed;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      top: 0;
      right: 0;
      height: 100%;
      background-color: #0e0f0f;
      color: white;
      will-change: transform;
      -webkit-transition: -webkit-transform .4s ease;
      transition: -webkit-transform .4s ease;
      -o-transition: transform .4s ease;
      transition: transform .4s ease;
      transition: transform .4s ease, -webkit-transform .4s ease;
      -webkit-transform: translateX(100%) translateX(100px);
          -ms-transform: translateX(100%) translateX(100px);
              transform: translateX(100%) translateX(100px);
      -webkit-box-shadow: 44px 0 rgba(237, 242, 242, 0.05) inset, 0 0 70px rgba(0, 0, 0, 0.8);
              box-shadow: 44px 0 rgba(237, 242, 242, 0.05) inset, 0 0 70px rgba(0, 0, 0, 0.8); }
      [dir="rtl"] .navigation {
        right: auto;
        left: 0;
        -webkit-transform: translateX(-100%) translateX(-100px);
            -ms-transform: translateX(-100%) translateX(-100px);
                transform: translateX(-100%) translateX(-100px);
        -webkit-box-shadow: -44px 0 rgba(237, 242, 242, 0.05) inset, 0 0 70px rgba(0, 0, 0, 0.8);
                box-shadow: -44px 0 rgba(237, 242, 242, 0.05) inset, 0 0 70px rgba(0, 0, 0, 0.8); } }
  @media (max-width: 999px) and (min-width: 740px) {
    .navigation {
      -webkit-box-shadow: 60px 0 rgba(237, 242, 242, 0.05) inset, 0 0 70px rgba(0, 0, 0, 0.8);
              box-shadow: 60px 0 rgba(237, 242, 242, 0.05) inset, 0 0 70px rgba(0, 0, 0, 0.8); }
    [dir="rtl"] .navigation {
      -webkit-box-shadow: -60px 0 rgba(237, 242, 242, 0.05) inset, 0 0 70px rgba(0, 0, 0, 0.8);
              box-shadow: -60px 0 rgba(237, 242, 242, 0.05) inset, 0 0 70px rgba(0, 0, 0, 0.8); } }
  @media (max-width: 999px) {
      .show-nav .navigation {
        -webkit-transition: -webkit-transform .4s ease-out;
        transition: -webkit-transform .4s ease-out;
        -o-transition: transform .4s ease-out;
        transition: transform .4s ease-out;
        transition: transform .4s ease-out, -webkit-transform .4s ease-out;
        -webkit-transform: translateX(0%);
            -ms-transform: translateX(0%);
                transform: translateX(0%); }
      .navigation .close {
        display: block;
        font-size: 30px;
        width: 1.6em;
        height: 1.6em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: #edf2f2;
        position: relative;
        top: 25px; } }
    @media (max-width: 999px) and (min-width: 740px) {
      .navigation .close {
        font-size: 30px;
        top: 10px;
        margin: 6px; } }
  @media (max-width: 999px) {
        .navigation .close:hover {
          color: white; }
        .navigation .close svg {
          margin: auto;
          display: block;
          fill: currentColor; }
      .navigation ul.root {
        padding: 80px 20px;
        overflow: auto;
        position: relative;
        height: calc(100%); } }
    @media (max-width: 999px) and (min-width: 740px) {
      .navigation ul.root {
        font-size: 18px; } }
  @media (max-width: 999px) {
        [dir="ltr"] .navigation ul.root {
          padding-right: 30px; }
        [dir="rtl"] .navigation ul.root {
          padding-left: 30px; } }
    @media (max-width: 999px) and (min-width: 740px) {
      .navigation ul.root {
        padding: 74px 40px 20px; }
        [dir="ltr"] .navigation ul.root {
          padding-right: 70px; }
        [dir="rtl"] .navigation ul.root {
          padding-left: 70px; } }
  @media (max-width: 999px) {
        .navigation ul.root li {
          padding: 10px 0; }
        .navigation ul.root > li > a {
          font-weight: 400; }
        .navigation ul.root ul {
          margin: 6px 14px;
          font-size: 0.94em; }
          .navigation ul.root ul li {
            margin: 0;
            padding: 3px 0; }
          .navigation ul.root ul a {
            color: #7a8383;
            font-weight: 400; }
            .navigation ul.root ul a:hover {
              color: white; } }

input[type=range].seekbar {
  height: 60px;
  -webkit-appearance: none;
  background: transparent;
  /*
  * webkit
  */
  /*
  * mozzilla
  */
  /*
  * ms
  */ }
  input[type=range].seekbar:focus {
    outline: none; }
  input[type=range].seekbar::-webkit-slider-runnable-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 2px; }
  input[type=range].seekbar::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    background: white;
    border: 0px;
    cursor: pointer;
    margin-top: -9px;
    /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */ }
  input[type=range].seekbar::-moz-range-track {
    width: 100%;
    height: 2px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 2px;
    cursor: pointer; }
  input[type=range].seekbar::-moz-range-thumb {
    height: 20px;
    width: 20px;
    border-radius: 100%;
    background: white;
    border: 0px;
    cursor: pointer; }
  input[type=range].seekbar::-ms-track {
    width: 100%;
    height: 2px;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent;
    border-width: 0;
    cursor: pointer;
    margin-top: 0; }
  input[type=range].seekbar::-ms-fill-lower {
    background: rgba(255, 255, 255, 0.15);
    border: 0px;
    border-radius: 2px; }
  input[type=range].seekbar::-ms-fill-upper {
    background: rgba(255, 255, 255, 0.15);
    border: 0px;
    border-radius: 2px; }
  input[type=range].seekbar::-ms-thumb {
    height: 20px;
    width: 20px;
    border-radius: 20px;
    background: white;
    border: 0px;
    cursor: pointer;
    margin-top: 0; }

.mediaplayer {
  z-index: 2;
  overflow: hidden;
  background-color: #0e0f0f; }
  .mediaplayer.stretch {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .mediaplayer.cover {
    padding: 0; }
  .mediaplayer video {
    position: absolute;
    display: block;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    max-width: none;
    max-height: none;
    min-width: 100%;
    min-height: 100%;
    width: 100%; }
  @supports ((-o-object-fit: cover) or (object-fit: cover)) {
    html:not(.edge) .mediaplayer video {
      -o-object-fit: cover;
         object-fit: cover;
      position: relative;
      display: block;
      z-index: 1;
      top: 0%;
      left: 0%;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      width: 100%;
      height: 100%;
      min-width: 0px;
      min-height: 0px; } }

.mediacontrols {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 1%; }
  .mediacontrols input[type=range] {
    width: 50%;
    opacity: 0.3;
    will-change: opacity;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    margin: 0px 10px;
    pointer-events: all; }
  .mediacontrols::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 160px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 15, 15, 0)), to(#0e0f0f));
    background-image: -o-linear-gradient(top, rgba(14, 15, 15, 0), #0e0f0f);
    background-image: linear-gradient(to bottom, rgba(14, 15, 15, 0), #0e0f0f);
    opacity: 0.5;
    will-change: opacity;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease; }
  .mediacontrols > * {
    position: relative;
    z-index: 10; }
  .mediacontrols button {
    margin: 5px 10px;
    padding: 0;
    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;
    width: 50px;
    height: 50px;
    background-color: transparent;
    border-radius: 100%;
    cursor: pointer;
    outline: none;
    opacity: 0.3;
    will-change: opacity;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    pointer-events: all; }
    .mediacontrols button.play {
      border: 2px solid rgba(255, 255, 255, 0.15); }
    .mediacontrols button.sound {
      font-size: 32px; }
  .mediacontrols:hover button,
  .mediacontrols:hover input[type=range], .mediacontrols:hover::before {
    opacity: 1; }
  .mediacontrols .play-icon::before {
    margin-left: 4px;
    content: '';
    display: block;
    border-left: 18px solid white;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent; }
  .mediacontrols .pause-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .mediacontrols .pause-icon::before, .mediacontrols .pause-icon::after {
      content: '';
      display: block;
      width: 5px;
      height: 20px;
      margin: 0 3px;
      background-color: white; }
  [data-video-state="playing"] .mediacontrols .pause-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  [data-video-state="playing"] .mediacontrols .play-icon {
    display: none; }
  [data-video-state="paused"] .mediacontrols .pause-icon {
    display: none; }
  [data-video-state="paused"] .mediacontrols .play-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  [data-video-sound="on"] .mediacontrols button.sound .on-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  [data-video-sound="on"] .mediacontrols button.sound .off-icon {
    display: none; }
  [data-video-sound="off"] .mediacontrols button.sound .on-icon {
    display: none; }
  [data-video-sound="off"] .mediacontrols button.sound .off-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.twitter-feed .box-content {
  width: 100%;
  max-width: 100%;
  display: block; }

.twitter-feed .slider {
  position: relative;
  width: 100%; }
  .twitter-feed .slider .slider-pager {
    position: absolute;
    bottom: 100%;
    margin-bottom: 20px;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .twitter-feed .slider .slider-pager button {
      padding: 0;
      margin: 0;
      border: 0px;
      background-color: transparent;
      width: 30px;
      height: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: white;
      cursor: pointer;
      border-radius: 100%;
      margin: 4px;
      -webkit-transition: .2s ease;
      -o-transition: .2s ease;
      transition: .2s ease;
      outline: none; }
      .twitter-feed .slider .slider-pager button:hover {
        background-color: white;
        color: #0e0f0f; }
      [dir="ltr"] .twitter-feed .slider .slider-pager button.prev {
        padding-right: 2px; }
      [dir="rtl"] .twitter-feed .slider .slider-pager button.prev {
        padding-left: 2px; }
      [dir="ltr"] .twitter-feed .slider .slider-pager button.next {
        padding-left: 2px; }
      [dir="rtl"] .twitter-feed .slider .slider-pager button.next {
        padding-right: 2px; }
    [dir="ltr"] .twitter-feed .slider .slider-pager {
      right: 0; }
    [dir="rtl"] .twitter-feed .slider .slider-pager {
      left: 0; }
    .twitter-feed .slider .slider-pager svg {
      display: block;
      margin: auto; }

.twitter-feed .twitter-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px; }
  .twitter-feed .twitter-header .icon {
    font-size: 30px; }
    [dir="ltr"] .twitter-feed .twitter-header .icon {
      margin-right: 16px; }
    [dir="rtl"] .twitter-feed .twitter-header .icon {
      margin-left: 16px; }

.twitter-feed .slider-list {
  display: block;
  width: 100%;
  text-align: initial;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .twitter-feed .slider-list .tweet {
    padding: 0 10px; }

[data-fancybox], [data-popup], [data-ajax-popup] {
  outline: 0px;
  cursor: pointer; }

.popup-buffer {
  display: none; }

.popup-box {
  width: 96%;
  max-width: 700px;
  margin: 0 auto;
  overflow: visible;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0; }

.popup-header figure {
  margin: 0; }

.popup-content {
  padding: 30px; }
  [dir=rtl] .popup-content {
    text-align: right; }
  .popup-content h1 {
    margin-top: 0;
    font-size: 30px; }
  @media (min-width: 740px) {
    .popup-content {
      width: 90%;
      padding: 40px;
      width: auto; } }

button.fancybox-close-small {
  top: auto;
  bottom: 100%;
  color: white;
  padding: 0; }
  button.fancybox-close-small::after {
    color: inherit; }
  [dir="rtl"] button.fancybox-close-small {
    right: auto;
    left: 0; }

@media (min-width: 740px) {
  .fancybox-slide--video .fancybox-content {
    max-width: 70%;
    max-height: 70%;
    margin: 0; } }

/* 1-2 -- FIX THE RTL PROBLEM */
html[dir="rtl"] .fancybox-stage {
  direction: inherit; }

html[dir="rtl"] .fancybox-slide > * {
  text-align: initial; }

/* 2-2 -- FIX Caption Decleration */
html[dir="rtl"] .fancybox-caption-wrap {
  direction: inherit; }

/* 3-3 - FIX close button position */
html[dir="rtl"] .fancybox-navigation .fancybox-button--arrow_left {
  left: initial;
  right: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

html[dir="rtl"] .fancybox-navigation .fancybox-button--arrow_right {
  right: initial;
  left: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.ltr {
  display: inline-block;
  direction: ltr; }

.rtl {
  display: inline-block;
  direction: rtl; }

.inline-block {
  display: inline-block; }

.inline {
  display: inline; }

.nowrap {
  white-space: nowrap; }

.small {
  font-size: 0.9em;
  opacity: 0.8; }

pre.error {
  padding: 50px;
  background: white;
  line-height: 3;
  white-space: pre-line; }

.clearfix:after {
  content: ' ';
  display: table; }

.clearfix:after {
  clear: both; }

body.debug::after {
  position: fixed;
  content: '';
  width: auto;
  max-width: 100%;
  height: 5000px;
  top: 0;
  left: 7%;
  right: 7%;
  z-index: 9999;
  opacity: .1;
  pointer-events: none;
  background-image: -o-repeating-linear-gradient(left, red, red calc(99.9% * 1 / 12 - (20px - 20px * 1 / 12)), transparent calc(99.9% * 1 / 12 - (20px - 20px * 1 / 12)), transparent calc(99.9% * 1 / 12 - (20px - 20px * 1 / 12) + 20px));
  background-image: repeating-linear-gradient(90deg, red, red calc(99.9% * 1 / 12 - (20px - 20px * 1 / 12)), transparent calc(99.9% * 1 / 12 - (20px - 20px * 1 / 12)), transparent calc(99.9% * 1 / 12 - (20px - 20px * 1 / 12) + 20px)); }
  @media (max-width: 740px) {
    body.debug::after {
      background-image: -o-repeating-linear-gradient(left, red, red calc(99.9% * 1 / 4 - (10px - 10px * 1 / 4)), transparent calc(99.9% * 1 / 4 - (10px - 10px * 1 / 4)), transparent calc(99.9% * 1 / 4 - (10px - 10px * 1 / 4) + 10px));
      background-image: repeating-linear-gradient(90deg, red, red calc(99.9% * 1 / 4 - (10px - 10px * 1 / 4)), transparent calc(99.9% * 1 / 4 - (10px - 10px * 1 / 4)), transparent calc(99.9% * 1 / 4 - (10px - 10px * 1 / 4) + 10px)); } }

/*# sourceMappingURL=style.css.map*/