@charset "UTF-8";
/*!
Theme Name: Liv Apartments
Theme URI:
Author: Liv Apartments
Author URI: http://livapartments.com.au/
Description: Liv Apartments theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
!*/
/* Variables & Mixins */
/**
*
* Variables
*
**/
/** Grid **/
/** Typography **/
/**
*
* Colors
*
**/
/**
*
* Breakpoints
*
**/
/**
*
* Mixins
*
**/
/*
 * BEM element/modifier
 */
/* Reset */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import 'https://fonts.googleapis.com/css?family=Montserrat:400,700';
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-overflow-scrolling: touch; }

/**
 * Remove default margin.
 */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0; }

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

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

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

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

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

/* Base */
/**
*
* Fonts
*
**/
@font-face {
  font-family: 'MontserratLight';
  src: url("fonts/MontserratLight.eot");
  src: url("fonts/MontserratLight.eot") format("embedded-opentype"), url("fonts/MontserratLight.woff2") format("woff2"), url("fonts/MontserratLight.woff") format("woff"), url("fonts/MontserratLight.ttf") format("truetype"), url("fonts/MontserratLight.svg#MontserratLight") format("svg");
  font-weight: 300; }

/**
*
* Defaults
*
**/
* {
  box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch; }

html,
body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px; }

body {
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
  font-size: 16px;
  color: #dad9d8;
  background: #1c322e;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (max-width: 768px) {
    body {
      font-size: 14px;
      line-height: 1.2; } }

.clearfix {
  *zoom: 1; }

.clearfix:before,
.clearfix:after {
  display: table;
  content: ''; }

.clearfix:after {
  clear: both; }

a {
  color: #dad9d8;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #d66f03; }

p,
ul,
ol {
  margin: 0 0 20px 0;
  line-height: 2.125;
  letter-spacing: -0.2px; }
  @media (max-width: 768px) {
    p,
    ul,
    ol {
      line-height: 1.64286;
      letter-spacing: -0.1px; } }

p:last-child,
ul:last-child,
ol:last-child {
  margin-bottom: 0; }

a,
a img,
button {
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "bodoni-urw", serif;
  line-height: 1.05;
  margin-bottom: 20px;
  margin-top: 0px;
  color: #9ca9a5;
  font-weight: 400;
  font-style: italic; }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #dad9d8; }

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #d66f03; }

h1 {
  font-size: 40px; }

h2 {
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: 1px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 20px;
  margin-bottom: 14px;
  font-family: "Bodoni Classico W00", serif; }
  @media (max-width: 768px) {
    h4 {
      font-size: 17px; } }

h5 {
  font-size: 16px;
  margin-bottom: 10px; }

h6 {
  font-size: 14px;
  margin-bottom: 10px; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 12px; }

/* Images
------------------------------------------------------------ */
figure {
  position: relative;
  margin: 0;
  overflow: hidden; }

figure img {
  display: block;
  width: 100%;
  height: auto; }

figure a:hover img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03); }

figure a:hover img.real_img {
  -webkit-transform: scale(1.03) translateX(-50%) translateY(-50%);
          transform: scale(1.03) translateX(-50%) translateY(-50%); }

img {
  border: 0;
  -webkit-backface-visibility: hidden; }

svg:not(:root) {
  overflow: hidden; }

img.dummy {
  display: block;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%; }

img.real_img {
  bottom: auto;
  display: block;
  height: auto;
  left: 50%;
  margin: auto;
  position: absolute;
  right: auto;
  top: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%); }

img.wider {
  height: auto !important;
  width: 100% !important; }

img.taller {
  width: auto !important;
  height: 100% !important; }

.anchor {
  position: absolute;
  top: 48px; }

/* Layout */
/**
*
* AM2 Grid Maker
*
**/
.container {
  width: 100%;
  padding: 0px 1.536%; }

.col-1 {
  width: 100%; }

.col-12 {
  width: 49.20761%;
  margin-right: 1.58479%; }

.col-13 {
  width: 32.27681%;
  margin-right: 1.58479%; }

.col-14 {
  width: 23.81141%;
  margin-right: 1.58479%; }

.col-15 {
  width: 18.73217%;
  margin-right: 1.58479%; }

.col-16 {
  width: 15.34601%;
  margin-right: 1.58479%; }

.col-23 {
  width: 66.13841%;
  margin-right: 1.58479%; }

.col-25 {
  width: 39.04913%;
  margin-right: 1.58479%; }

.col-34 {
  width: 74.6038%;
  margin-right: 1.58479%; }

.col-35 {
  width: 59.36608%;
  margin-right: 1.58479%; }

.col-45 {
  width: 79.68304%;
  margin-right: 1.58479%; }

.col-12:nth-of-type(2n) {
  margin-right: 0px; }

.col-13:nth-of-type(3n) {
  margin-right: 0px; }

.col-14:nth-of-type(4n) {
  margin-right: 0px; }

.col-15:nth-of-type(5n) {
  margin-right: 0px; }

.col-16:nth-of-type(6n) {
  margin-right: 0px; }

.col-12 .col-12:nth-of-type(2n) {
  margin-right: 0px; }

.col-12 .col-13:nth-of-type(3n) {
  margin-right: 0px; }

.col-14 .col-12:nth-of-type(2n) {
  margin-right: 0px; }

.col-34 .col-12:nth-of-type(2n) {
  margin-right: 0px; }

.col-1,
.col-12,
.col-13,
.col-14,
.col-15,
.col-16,
.col-23,
.col-25,
.col-34,
.col-35,
.col-45 {
  position: relative;
  float: left; }

/*** Layout ***/
.layout {
  position: relative;
  width: 100%;
  float: left;
  padding: 0;
  padding-bottom: 0px;
  background-size: cover;
  background-position: center; }
  @media (max-width: 768px) {
    .layout .col-12 {
      width: 100%;
      margin-right: 0; } }

.wrapper {
  width: 100%;
  max-width: 1302px;
  margin: 0 auto;
  z-index: 2;
  position: relative; }

.layout--narrow .wrapper {
  width: 1009.6px; }

.bg_overlay {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 0px; }

/*** CONTEXTS ***/
.context--gallery-grey .gallery-container {
  background: #f2f1f1; }

.context--gallery-grey .gallery--slider__content {
  background: rgba(218, 217, 215, 0.8); }
  .context--gallery-grey .gallery--slider__content > * {
    color: #414042; }

.context__green-dark {
  background: #1c322e; }
  .context__green-dark--light {
    background: #3a4c47; }

.context--green_light .copy--large {
  background: #3a4c47; }

.context--green_light .copy__content p {
  color: #dad9d8; }

.context--green_light .text-image {
  background: #3a4c47; }
  .context--green_light .text-image__title {
    color: #9ca9a5; }
    .context--green_light .text-image__title strong {
      color: #fff; }
  .context--green_light .text-image__text p {
    color: #dad9d8; }

.context--green_light .quote {
  background: #3a4c47; }

.context--grey .copy--large {
  background: #dedddc; }

.context--grey .copy__title {
  max-width: 100%;
  color: #a4aaa8; }
  .context--grey .copy__title strong {
    color: #3a4c47; }

.context--grey .copy__content p {
  color: #1c322e; }

.context--grey .text-image {
  background: #dedddc; }
  .context--grey .text-image__title {
    color: #9ca9a5; }
    .context--grey .text-image__title strong {
      color: #3a4c47; }
  .context--grey .text-image__text p {
    color: #1c322e; }

.context--grey .quote {
  background: #dedddc; }
  .context--grey .quote__content p {
    color: #9ca9a5; }
    .context--grey .quote__content p strong {
      color: #3a4c47; }
  .context--grey .quote__name, .context--grey .quote__title {
    color: #3a4c47; }

.context--grey + .context--gallery-grey .gallery-container {
  background: #dedddc; }

/*** WordPress Default ***/
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 10px 0 40px 30px; }

.alignleft {
  float: left;
  margin: 10px 30px 40px 0; }

a img.alignright {
  float: right;
  margin: 10px 0 40px 30px; }

a img.alignnone {
  margin: 5px 20px 40px 0; }

a img.alignleft {
  float: left;
  margin: 10px 30px 40px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }
  @media (max-width: 768px) {
    .wp-caption.alignnone {
      margin: 5px 0 20px;
      width: 100% !important;
      max-width: 100%; } }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }
  @media (max-width: 768px) {
    .wp-caption.alignleft {
      margin: 5px 0 20px;
      width: 100% !important;
      max-width: 100%; } }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }
  @media (max-width: 768px) {
    .wp-caption.alignright {
      margin: 5px 0 20px;
      width: 100% !important;
      max-width: 100%; } }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  color: #fff;
  background: rgba(28, 50, 46, 0.4);
  z-index: 9999;
  -webkit-transition: all 0.3s cubic-bezier(0.63, 0.64, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.63, 0.64, 0.3, 1); }
  .header.sticky {
    background: rgba(28, 50, 46, 0.9); }
  @media (max-width: 768px) {
    .header > .container {
      padding: 0 20px; } }

.header__logo {
  margin: 16px 0 0;
  padding: 0;
  width: 264px;
  height: 76px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  @media (max-width: 1160px) {
    .header__logo {
      width: 186.5px;
      height: 54px;
      margin: 20px 0 16px; } }
  .header__logo a {
    display: block;
    height: 76px; }
    @media (max-width: 1160px) {
      .header__logo a {
        height: 54px; } }
    .header__logo a img,
    .header__logo a svg {
      width: 100%; }

@media (max-width: 1020px) {
  .header.sticky .header__logo {
    width: 145px;
    height: 43px;
    margin: 8px 0 8px; } }

@media (max-width: 1020px) {
  .header.sticky .header__logo a {
    height: 43px; } }

.header.sticky .header__logo a img,
.header.sticky .header__logo a svg {
  width: 100%; }

#content {
  overflow: hidden; }

@media (max-width: 1020px) {
  .wrapper > .container {
    padding: 0 40px; } }

@media (max-width: 768px) {
  .wrapper > .container {
    padding: 0 20px; } }

@media (max-width: 768px) {
  .only-desktop {
    display: none; } }

@media (min-width: 769px) {
  .only-small {
    display: none; } }

.main {
  display: block;
  float: left;
  width: 100%; }

.footer {
  position: relative;
  float: left;
  width: 100%;
  color: #3b4b48;
  background: #fff; }
  .footer > .container {
    float: left;
    padding-top: 21px;
    padding-bottom: 33px; }
    @media (max-width: 1020px) {
      .footer > .container {
        padding-top: 27px;
        padding-bottom: 15px; } }
    @media (max-width: 768px) {
      .footer > .container {
        padding-left: 0;
        padding-right: 0; } }
  .footer.extend-map:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.5;
    z-index: 1; }
  .footer__text {
    position: relative;
    display: inline-block;
    float: left;
    margin: 22px 0 0;
    padding-right: 15px; }
    @media (max-width: 1020px) {
      .footer__text {
        display: block;
        width: 100%;
        margin: 0 0 16px;
        padding: 0;
        text-align: center; } }
    @media (max-width: 768px) {
      .footer__text {
        margin: 0 0 3px; } }
    .footer__text p {
      font-size: 16px;
      color: #3b4b48;
      line-height: 1.5;
      letter-spacing: -0.2px; }
      @media (max-width: 768px) {
        .footer__text p {
          font-size: 12px; } }
  .footer__logo {
    display: inline-block;
    position: relative;
    float: right;
    margin: 0 0 16px; }
    @media (max-width: 1020px) {
      .footer__logo {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
        text-align: center; } }
    @media (max-width: 1020px) {
      .footer__logo a {
        display: inline-block; } }
    .footer__logo a img {
      float: right;
      width: 131px;
      height: 65px; }
      @media (max-width: 1020px) {
        .footer__logo a img {
          width: 93px;
          height: 45px; } }
  .footer .menu--footer-menu {
    display: inline-block;
    position: relative;
    float: left;
    margin: 22px 0 0;
    padding: 4px 0; }
    @media (max-width: 1020px) {
      .footer .menu--footer-menu {
        display: block;
        width: 100%;
        margin: 0 0 21px;
        padding: 0;
        text-align: center; } }
    .footer .menu--footer-menu li {
      position: relative;
      display: inline-block;
      float: left;
      padding: 0 15px 0 12px;
      font-size: 16px; }
      @media (max-width: 1020px) {
        .footer .menu--footer-menu li {
          float: none;
          font-size: 12px; } }
      @media (max-width: 768px) {
        .footer .menu--footer-menu li:first-child {
          padding-left: 0; } }
      @media (max-width: 768px) {
        .footer .menu--footer-menu li:last-child {
          padding-right: 0; } }
      .footer .menu--footer-menu li:before {
        content: " ";
        position: absolute;
        top: 1px;
        bottom: 1px;
        left: 0;
        width: 1px;
        border-left: 1px solid #1c322e; }
      @media (max-width: 1020px) {
        .footer .menu--footer-menu li:first-child:before {
          border: none; } }
      .footer .menu--footer-menu li a {
        display: block;
        padding: 0;
        color: #d66f03;
        line-height: 1;
        border-bottom: 1px solid #d66f03; }
        @media (max-width: 768px) {
          .footer .menu--footer-menu li a {
            border: none; } }
        .footer .menu--footer-menu li a:hover {
          opacity: 0.75; }

/* Components */
.menu {
  margin: 0;
  padding: 0;
  list-style: none; }
  .menu--main-menu {
    /* in sake of wordpress css class naming standards -.-  */ }
    .menu--main-menu .menu-item {
      float: left; }
      .menu--main-menu .menu-item a {
        display: block;
        margin: 0 24px;
        padding: 34px 0 32px;
        color: #fff;
        color: rgba(255, 255, 255, 0.8);
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        line-height: 2.625;
        text-align: center;
        text-transform: uppercase;
        -webkit-transition: all 0.3s cubic-bezier(0.63, 0.64, 0.3, 1);
        transition: all 0.3s cubic-bezier(0.63, 0.64, 0.3, 1); }
        @media (max-width: 1280px) {
          .menu--main-menu .menu-item a {
            margin: 0 14px; } }
        @media (max-width: 1160px) {
          .menu--main-menu .menu-item a {
            margin: 0 8px;
            padding: 29px 0 27px; } }
      .menu--main-menu .menu-item:hover a, .menu--main-menu .menu-item.current-menu-item:not(:first-child) a {
        box-shadow: inset 0px -4px 0px #d66f03; }
      .menu--main-menu .menu-item:first-child a {
        margin-left: 0; }
      .menu--main-menu .menu-item:last-child a {
        margin-right: 0; }
    @media (max-width: 1020px) {
      .menu--main-menu {
        display: none; } }
  .menu--responsive-menu {
    position: relative;
    width: 100%; }
    .menu--responsive-menu .sub-menu {
      position: relative;
      padding: 0;
      margin: 0;
      background: rgba(0, 0, 0, 0.3); }
    .menu--responsive-menu .menu-item {
      position: relative;
      display: block;
      margin: 0; }
      .menu--responsive-menu .menu-item a {
        display: block;
        padding: 13px 20px;
        border-top: #435455 1px solid;
        color: #9ca9a5;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        text-transform: uppercase;
        background: rgba(28, 50, 46, 0.95); }
      .menu--responsive-menu .menu-item.current-menu-item:not(:first-child) a {
        color: #fff; }
      .menu--responsive-menu .menu-item .submenu-button {
        position: absolute;
        z-index: 9;
        top: 0;
        right: 0px;
        padding: 10px;
        background: rgba(10, 17, 16, 0.95); }
        .menu--responsive-menu .menu-item .submenu-button polygon {
          fill: #9ca9a5; }

/* responsive menu elements */
.resp-menu {
  position: fixed;
  top: 90px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: scroll;
  background: transparent;
  z-index: 9999;
  opacity: 0;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.resp-buttons {
  position: relative;
  display: none;
  height: 82px;
  padding-left: 8px; }
  @media (max-width: 1020px) {
    .resp-buttons {
      display: inline-block; } }

.resp-menu-icon {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 24px;
  margin-top: 35.5px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .resp-menu-icon__line {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    position: absolute;
    left: 0;
    border: none;
    border-radius: 0;
    border-top: 3px solid #fff;
    width: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .resp-menu-icon__line--top {
      top: 0px; }
    .resp-menu-icon__line--middle {
      top: 8px; }
    .resp-menu-icon__line--bottom {
      top: 16px; }

.menu-open {
  overflow: hidden; }
  .menu-open .resp-menu {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    pointer-events: auto; }
  .menu-open .resp-menu-icon__line--top {
    top: 8px;
    -webkit-transform: rotate(50deg);
            transform: rotate(50deg);
    color: #B39977; }
  .menu-open .resp-menu-icon__line--middle {
    opacity: 0; }
  .menu-open .resp-menu-icon__line--bottom {
    top: 8px;
    -webkit-transform: rotate(-50deg);
            transform: rotate(-50deg);
    color: #B39977; }

.header.sticky .resp-buttons {
  height: 59px; }

.header.sticky .resp-menu-icon {
  margin-top: 20px; }

.header.sticky .resp-menu {
  top: 59px; }

input,
textarea {
  -webkit-appearance: none; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

.button, input[type="submit"] {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 10px 23px;
  font-size: 19px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 4px solid transparent;
  -o-border-image: linear-gradient(to right, #f1b953 0%, #e38862 50%, #d06169 100%);
     border-image: -webkit-linear-gradient(left, #f1b953 0%, #e38862 50%, #d06169 100%);
     border-image: linear-gradient(to right, #f1b953 0%, #e38862 50%, #d06169 100%);
  border-image-slice: 2;
  -o-border-image: linear-gradient(to right, #f1b953 0%, #e38862 50%, #d06169 100%) 2 2 2 repeat;
     border-image: -webkit-linear-gradient(left, #f1b953 0%, #e38862 50%, #d06169 100%) 2 2 2 repeat;
     border-image: linear-gradient(to right, #f1b953 0%, #e38862 50%, #d06169 100%) 2 2 2 repeat;
  color: #fff;
  background: -webkit-linear-gradient(left, #f1b953 0%, #e38862 50%, #d06169 100%);
  background: linear-gradient(to right, #f1b953 0%, #e38862 50%, #d06169 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .ua-mobile-iphone .button, .ua-mobile-iphone input[type="submit"],
  .ua-mobile-ipad .button,
  .ua-mobile-ipad input[type="submit"] {
    -o-border-image: none;
       border-image: none;
    border-color: #eb9657;
    color: #eb9657;
    background: transparent;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: #eb9657; }
  @media (max-width: 768px) {
    .button, input[type="submit"] {
      padding: 8px 23px 9px;
      font-size: 18px;
      border-width: 3px; } }
  .button:before, input[type="submit"]:before {
    content: " ";
    position: absolute;
    top: -4px;
    bottom: -4px;
    left: -4px;
    right: -4px;
    background: -webkit-linear-gradient(left, #f1b953 0%, #e38862 50%, #d06169 100%);
    background: linear-gradient(to right, #f1b953 0%, #e38862 50%, #d06169 100%);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    z-index: -1; }
  .button:hover, input[type="submit"]:hover {
    color: #fff;
    -webkit-text-fill-color: #fff; }
    .button:hover:before, input[type="submit"]:hover:before {
      opacity: 1; }

.scroll-to-below {
  position: relative;
  display: block;
  width: 100%;
  max-width: 152px;
  height: 56px;
  margin: 0 auto;
  cursor: pointer; }
  @media (max-width: 768px) {
    .scroll-to-below {
      height: 33px; } }
  .scroll-to-below:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 21px;
    height: 21px;
    margin: 0 auto;
    border-right: 3px solid #9ca9a5;
    border-bottom: 3px solid #9ca9a5;
    -webkit-transform: rotate(45deg) skew(-8deg, -8deg);
            transform: rotate(45deg) skew(-8deg, -8deg);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden; }
    @media (max-width: 768px) {
      .scroll-to-below:after {
        width: 13px;
        height: 13px;
        border-width: 2px; } }
  .scroll-to-below:hover:after {
    border-color: #fff; }

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="date"],
input[type="number"], textarea {
  display: block;
  overflow: visible;
  width: 100%;
  padding: 12px;
  padding: 12.5px;
  font-size: 16px;
  border: 1px solid transparent;
  border-radius: 3px; }
  input.invalid[type="text"],
  input.invalid[type="email"],
  input.invalid[type="tel"],
  input.invalid[type="search"],
  input.invalid[type="date"],
  input.invalid[type="number"], textarea.invalid {
    border: 1px solid red; }
    input.invalid[type="text"] + label,
    input.invalid[type="email"] + label,
    input.invalid[type="tel"] + label,
    input.invalid[type="search"] + label,
    input.invalid[type="date"] + label,
    input.invalid[type="number"] + label, textarea.invalid + label {
      color: red; }

textarea {
  height: 230px; }
  @media mobile {
    textarea {
      height: 130px; } }

input[type="submit"] {
  width: auto;
  cursor: pointer; }

input:focus,
input:active,
textarea:focus,
textarea:active {
  border: 1px solid #1c322e; }

label {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #1c322e; }
  label.filled {
    color: #1c322e; }
  label.active {
    color: #1c322e; }

/* contact form 7 errors */
.wpcf7-not-valid-tip,
.wpcf7-response-output {
  display: inline-block;
  float: left;
  width: 100%;
  padding: 2px 6px;
  background: #cf4b4b;
  color: #fff; }

.wpcf7-mail-sent-ok {
  background: #1c322e;
  color: #fff; }

.screen-reader-response {
  display: none !important;
  padding: 10px 10px;
  margin-bottom: 20px;
  background: #1c322e;
  color: #1c322e; }

.wpcf7-display-none {
  display: none; }

/* form placeholders */
form::-webkit-input-placeholder {
  color: #1c322e;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300; }

form:-moz-placeholder {
  color: #1c322e;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300; }

form::-moz-placeholder {
  color: #1c322e;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  opacity: 1; }

form:-ms-input-placeholder {
  color: #1c322e;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300; }

.social {
  padding: 0px; }
  .social__item {
    list-style-type: none;
    float: left;
    margin: 0px 4px; }
  .social a {
    display: block; }
  .social__icon svg {
    display: inline-block;
    width: 28px;
    height: 28px;
    vertical-align: middle;
    -webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s; }
    .social__icon svg use {
      fill: #ffffff; }
    .social__icon svg:hover {
      opacity: 0.6; }

.context--page-head {
  position: relative;
  padding: 253px 0 145px;
  background-size: cover;
  background-position: center bottom;
  z-index: 1; }
  @media (max-width: 768px) {
    .context--page-head {
      padding: 149px 0 52px; } }
  .context--page-head h1 {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    padding-left: 5px;
    font-family: "bodoni-urw", serif;
    font-size: 60px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px; }
    @media (max-width: 768px) {
      .context--page-head h1 {
        font-size: 19px;
        padding-left: 0; } }
  .context--page-head:before {
    content: " ";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(images/page-head-mask.png) no-repeat center;
    background-size: cover;
    z-index: -1; }
    @media (max-width: 1020px) {
      .context--page-head:before {
        background: -webkit-linear-gradient(bottom left, rgba(0, 0, 0, 0.8) 0%, transparent 50%, transparent 100%), -webkit-linear-gradient(315deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.1) 65%, transparent 100%);
        background: linear-gradient(to top right, rgba(0, 0, 0, 0.8) 0%, transparent 50%, transparent 100%), linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.1) 65%, transparent 100%); } }

@media (max-width: 1020px) {
  body.page-template-page-building .context--page-head:before {
    background: -webkit-linear-gradient(315deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.1) 65%, transparent 100%);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.1) 65%, transparent 100%); } }

body.page-template-page-news .context--page-head,
body.single-news .context--page-head,
body.post-type-archive-news .context--page-head,
body.tax-news-category .context--page-head {
  background-position: center center; }

.main--news {
  background: #f2f1f1; }

.news-menu {
  padding: 39px 0 23px; }
  @media (max-width: 768px) {
    .news-menu {
      padding: 0;
      margin: 0 0 30px; } }
  @media (max-width: 768px) {
    .news-menu > .wrapper > .container {
      padding: 0; } }

.news-terms {
  float: left;
  width: 73%;
  margin-right: 6.5%; }
  @media (max-width: 1020px) {
    .news-terms {
      margin-right: 0; } }
  @media (max-width: 768px) {
    .news-terms {
      display: none; } }
  .news-terms__list {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: left; }
  .news-terms__item {
    display: inline-block;
    float: left;
    margin: 0 0 12px;
    margin-right: 54px;
    padding: 0;
    list-style-type: none;
    font-family: "bodoni-urw", serif;
    font-style: italic;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.5px; }
    @media (max-width: 768px) {
      .news-terms__item {
        width: 100%;
        margin: 0;
        padding: 13px 0 9px;
        box-shadow: 0px 1px 0px #999898; } }
    .news-terms__item a {
      display: block;
      color: #a4aaa8; }
      .news-terms__item a:hover {
        color: #1c322e; }
    .news-terms__item.active a {
      color: #1c322e; }

.news-dropdown {
  float: left;
  width: 100%;
  padding: 0 35px;
  border-bottom: 1px solid #999898; }
  @media (min-width: 769px) {
    .news-dropdown {
      display: none; } }
  .news-dropdown__title {
    position: relative;
    margin: 0;
    padding: 23px 0 13px;
    font-size: 18px;
    font-family: "bodoni-urw", serif;
    color: #1c322e;
    font-style: italic;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.5px; }
    .news-dropdown__title:after {
      content: " ";
      position: absolute;
      top: 24px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 6px;
      width: 9px;
      height: 9px;
      border-right: 2px solid #1c322e;
      border-bottom: 2px solid #1c322e;
      -webkit-transform: rotate(45deg) skew(-8deg, -8deg);
              transform: rotate(45deg) skew(-8deg, -8deg);
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      overflow: hidden; }
      .news-dropdown[data-open="1"] .news-dropdown__title:after {
        -webkit-transform: rotate(225deg) skew(-8deg, -8deg);
                transform: rotate(225deg) skew(-8deg, -8deg); }
  .news-dropdown__list {
    display: none;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: left; }
  .news-dropdown__item {
    display: block;
    float: left;
    width: 100%;
    margin: 0 0 12px;
    padding: 16px 0;
    list-style-type: none;
    font-family: "bodoni-urw", serif;
    font-style: italic;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.5px; }
    .news-dropdown__item a {
      display: block;
      color: #a4aaa8; }
      .news-dropdown__item a:hover {
        color: #1c322e; }

.news-search {
  float: left;
  width: 20.5%;
  margin: 0; }
  @media (max-width: 1020px) {
    .news-search {
      width: 27%; } }
  @media (max-width: 768px) {
    .news-search {
      width: 100%; } }
  .news-search .searchform {
    position: relative;
    display: block;
    float: right;
    width: 100%;
    max-width: 260px; }
    @media (max-width: 768px) {
      .news-search .searchform {
        max-width: 100%; } }
  .news-search label {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 42px;
    margin: 0;
    padding: 0; }
    @media (max-width: 768px) {
      .news-search label {
        width: 67px; } }
    .news-search label .searchicon {
      display: block;
      width: 21px;
      height: 21px;
      margin: 12px 0 0 11px;
      background: url(images/search.png) no-repeat center;
      background-size: contain; }
      @media (max-width: 768px) {
        .news-search label .searchicon {
          margin: 23px 0 0 36px; } }
  .news-search input {
    display: block;
    width: 100%;
    padding: 11px 8px 11px 42px;
    border: 1.5px solid #7d7d7d;
    border-radius: 2px;
    font-size: 16px;
    color: #1c322e;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    outline: none;
    -webkit-appearance: none; }
    @media (max-width: 768px) {
      .news-search input {
        padding: 22px 8px 14px 67px;
        border: none;
        border-bottom: 1px solid #999898; } }
    .news-search input:focus {
      background-color: #f7f7f7;
      border-color: #d66f03; }
    .news-search input::-webkit-input-placeholder {
      color: #a4aaa8;
      font-size: 16px;
      font-family: "Montserrat", sans-serif;
      font-weight: 300; }
    .news-search input:-moz-placeholder {
      color: #1c322e;
      font-size: 16px;
      font-family: "Montserrat", sans-serif;
      font-weight: 400; }
    .news-search input::-moz-placeholder {
      color: #1c322e;
      font-size: 16px;
      font-family: "Montserrat", sans-serif;
      font-weight: 400;
      opacity: 1; }
    .news-search input:-ms-input-placeholder {
      color: #1c322e;
      font-size: 16px;
      font-family: "Montserrat", sans-serif;
      font-weight: 400; }
  .news-search input[type="submit"] {
    display: none !important; }

.news-listing {
  padding: 0 0 19px; }
  @media (max-width: 768px) {
    .news-listing {
      padding: 0 0 17px; } }

.news-item {
  position: relative;
  margin: 0 0 37px;
  background: #f6f6f6; }
  @media (max-width: 768px) {
    .news-item {
      margin: 0 0 28px; } }
  .news-item__image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    margin: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    @media (max-width: 1020px) {
      .news-item__image {
        width: 35%; } }
    @media (max-width: 768px) {
      .news-item__image {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        width: 100%;
        height: 0;
        padding: 0;
        padding-bottom: 66%;
        margin: 0 0 27px; } }
    .news-item__image:hover {
      opacity: 0.8; }
    .news-item__image a {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
      .news-item__image a img {
        display: none;
        opacity: 0; }
  .news-item__content {
    float: right;
    width: 50%;
    margin: 0;
    padding: 57px 63px 32px 66px; }
    @media (max-width: 1020px) {
      .news-item__content {
        width: 65%;
        padding: 24px 30px 15px 30px; } }
    @media (max-width: 768px) {
      .news-item__content {
        width: 100%;
        padding: 0 16px 7px; } }
    .no-image .news-item__content {
      width: 100%;
      padding-top: 45px; }
      @media (max-width: 1020px) {
        .no-image .news-item__content {
          padding-top: 28px; } }
  .news-item__title {
    margin: 0 0 9px;
    font-size: 41px;
    line-height: 1.05; }
    @media (max-width: 1020px) {
      .news-item__title {
        font-size: 27px; } }
    @media (max-width: 768px) {
      .news-item__title {
        margin: 0 0 8px;
        font-size: 18px; } }
    .news-item__title a {
      color: #1c322e;
      display: block; }
  .news-item__date {
    margin: 0 0 9px;
    font-family: "bodoni-urw", serif;
    font-size: 17px;
    line-height: 1;
    color: #7d7d7d;
    font-style: italic; }
    @media (max-width: 1020px) {
      .news-item__date {
        font-size: 14px; } }
    @media (max-width: 768px) {
      .news-item__date {
        margin: 0 0 21px;
        font-size: 12px; } }
  .news-item__excerpt {
    margin: 0 0 25px;
    font-size: 16px;
    color: #1c322e; }
    @media (max-width: 1020px) {
      .news-item__excerpt {
        margin: 0 0 18px;
        font-size: 12px; } }
    @media (max-width: 768px) {
      .news-item__excerpt {
        margin: 0 0 32px;
        font-size: 14px; } }
    .news-item__excerpt p {
      font-size: 16px;
      line-height: 2.125;
      color: #1c322e; }
      @media (max-width: 1020px) {
        .news-item__excerpt p {
          font-size: 12px; } }
      @media (max-width: 768px) {
        .news-item__excerpt p {
          font-size: 14px;
          line-height: 1.64286; } }
  .news-item__button-wrapper {
    margin: 0 0 15px; }
    @media (max-width: 1020px) {
      .news-item__button-wrapper {
        margin: 0 0 10px; } }
    @media (max-width: 768px) {
      .news-item__button-wrapper {
        margin: 0 0 15px;
        text-align: center; } }
    .news-item__button-wrapper .button, .news-item__button-wrapper input[type="submit"] {
      padding: 7px 32px;
      font-size: 18px; }
      @media (max-width: 1020px) {
        .news-item__button-wrapper .button, .news-item__button-wrapper input[type="submit"] {
          font-size: 14px; } }
      @media (max-width: 768px) {
        .news-item__button-wrapper .button, .news-item__button-wrapper input[type="submit"] {
          padding: 7px 20px;
          font-size: 14px;
          letter-spacing: 2px; } }

.pagination {
  padding: 14px 0 12px;
  background: #fff;
  text-align: center; }
  @media (max-width: 768px) {
    .pagination {
      padding: 14px 0 9px; } }
  .pagination:empty {
    display: none; }
  .pagination .page-numbers {
    position: relative;
    display: inline-block;
    min-width: 10px;
    min-height: 20px;
    padding: 8px 21px;
    color: #a4aaa8;
    font-size: 20px;
    font-family: "bodoni-urw", serif;
    font-style: italic;
    line-height: 1;
    vertical-align: middle; }
    .pagination .page-numbers:hover, .pagination .page-numbers.current,
    .pagination .page-numbers .current {
      color: #1c322e; }
    @media (max-width: 768px) {
      .pagination .page-numbers {
        display: none; } }
    .pagination .page-numbers--small {
      display: none; }
      @media (max-width: 768px) {
        .pagination .page-numbers--small {
          display: inline-block; } }
    .pagination .page-numbers .of {
      font-family: "Bodoni Classico W00", serif; }
    .pagination .page-numbers.prev, .pagination .page-numbers.next {
      width: 44px;
      height: 36px;
      padding: 0;
      line-height: 1; }
      @media (max-width: 768px) {
        .pagination .page-numbers.prev, .pagination .page-numbers.next {
          position: absolute;
          display: inline; } }
    @media (max-width: 768px) {
      .pagination .page-numbers.prev {
        left: 20px; } }
    @media (max-width: 768px) {
      .pagination .page-numbers.next {
        right: 20px; } }
    .pagination .page-numbers__icon {
      position: relative;
      display: inline-block;
      width: 44px;
      height: 36px;
      height: 36px; }
      .pagination .page-numbers__icon:after {
        content: " ";
        position: absolute;
        display: block;
        top: 11px;
        width: 10px;
        height: 10px;
        text-indent: -900em;
        overflow: hidden;
        background: transparent;
        border: none;
        -webkit-transform: rotate(45deg) skew(8deg, 8deg);
                transform: rotate(45deg) skew(8deg, 8deg);
        -webkit-transition: all 0.2s;
        transition: all 0.2s; }
      .pagination .page-numbers__icon.prev:after {
        border-bottom: 2px solid #1c322e;
        border-left: 2px solid #1c322e;
        left: 3px; }
        @media (max-width: 768px) {
          .pagination .page-numbers__icon.prev:after {
            left: 16px; } }
      .pagination .page-numbers__icon.prev:hover:after {
        left: 0; }
      .pagination .page-numbers__icon.next:after {
        border-top: 2px solid #1c322e;
        border-right: 2px solid #1c322e;
        right: 3px; }
        @media (max-width: 768px) {
          .pagination .page-numbers__icon.next:after {
            right: 16px; } }
      .pagination .page-numbers__icon.next:hover:after {
        right: 0; }

.news-single {
  margin: 0 0 89px; }
  @media (max-width: 768px) {
    .news-single {
      margin: 0 0 28px; } }
  .news-single > .wrapper {
    max-width: 818px; }
  .news-single h1, .news-single h2, .news-single h3, .news-single h4, .news-single h5, .news-single h6,
  .news-single div, .news-single p, .news-single li, .news-single span, .news-single quote {
    color: #1c322e; }
  .news-single__image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media (min-width: 769px) {
      .news-single__image {
        background-image: none; } }
    @media (max-width: 768px) {
      .news-single__image {
        height: 0;
        padding-bottom: 66%; } }
    @media (max-width: 768px) {
      .news-single__image img {
        display: none; } }
  .news-single__main {
    padding: 0 80px 30px;
    background: #f6f6f6; }
    @media (max-width: 768px) {
      .news-single__main {
        padding: 0 16px 18px; } }
  .news-single__title {
    margin: 35px 0 22px;
    font-size: 41px;
    line-height: 1.05;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.25px; }
    @media (max-width: 768px) {
      .news-single__title {
        margin: 28px 0 8px;
        font-size: 18px;
        letter-spacing: 0.5px;
        text-align: left; } }
    .news-single__title a {
      color: #1c322e;
      display: block; }
  .news-single__date {
    position: relative;
    margin: 0 0 22px;
    padding: 0 0 31px;
    font-family: "bodoni-urw", serif;
    font-size: 17px;
    line-height: 1;
    color: #7d7d7d;
    font-style: italic;
    text-align: center; }
    .news-single__date:after {
      content: " ";
      position: absolute;
      display: block;
      bottom: 0;
      left: 0;
      right: 0;
      width: 52px;
      height: 3px;
      margin: 0 auto;
      background: #cdd0cf; }
      @media (max-width: 768px) {
        .news-single__date:after {
          display: none; } }
    @media (max-width: 768px) {
      .news-single__date {
        margin: 0 0 21px;
        padding: 0;
        font-size: 12px;
        text-align: left;
        letter-spacing: 0.5px; } }
  .news-single__content {
    margin: 0 0 40px;
    font-size: 16px;
    color: #1c322e; }
    @media (max-width: 768px) {
      .news-single__content {
        margin: 0 0 32px;
        font-size: 14px; } }
    .news-single__content p {
      margin: 0 0 40px;
      font-size: 16px;
      line-height: 2.125;
      color: #1c322e; }
      @media (max-width: 768px) {
        .news-single__content p {
          margin: 0 0 10px;
          font-size: 14px;
          line-height: 1.64286; } }
      .news-single__content p:last-child {
        margin-bottom: 0; }
    .news-single__content h1 {
      text-transform: uppercase; }
    .news-single__content img {
      max-width: 100%;
      height: auto; }
    .news-single__content a {
      color: #d66f03; }
      .news-single__content a:hover {
        opacity: 0.7; }
  .news-single__social {
    display: block;
    float: left;
    width: 100%;
    margin: 0 0 42px;
    padding: 8px 0 0;
    text-align: center; }
    @media (max-width: 768px) {
      .news-single__social {
        margin: 2px 0 33px; } }
  .news-single__button-wrapper {
    display: block;
    float: left;
    width: 100%;
    margin: 0 0 20px;
    text-align: center; }
    @media (max-width: 1020px) {
      .news-single__button-wrapper {
        margin: 0 0 10px; } }
    @media (max-width: 768px) {
      .news-single__button-wrapper {
        margin: 0 0 15px; } }
    .news-single__button-wrapper .button, .news-single__button-wrapper input[type="submit"] {
      padding: 8px 16px;
      font-size: 18px; }
      @media (max-width: 768px) {
        .news-single__button-wrapper .button, .news-single__button-wrapper input[type="submit"] {
          padding: 7px 10px;
          font-size: 14px;
          letter-spacing: 1px; } }

.news-other {
  padding: 45px 0 42px;
  background: #bab7b1; }
  @media (max-width: 768px) {
    .news-other {
      padding: 0; } }
  .news-other > .wrapper {
    max-width: 1382px; }
    @media (max-width: 768px) {
      .news-other > .wrapper {
        max-width: 100%; } }
    @media (max-width: 768px) {
      .news-other > .wrapper > .container {
        padding: 0; } }
  .news-other__item {
    position: relative;
    width: 21.71%;
    margin: 0 2.19333333%; }
    .news-other__item:after {
      content: " ";
      position: absolute;
      display: block;
      top: 0;
      bottom: 0;
      right: -10.5%;
      width: 1px;
      background: #83817e;
      pointer-events: none; }
    .news-other__item:first-child {
      margin-left: 0; }
    .news-other__item:last-child {
      margin-right: 0; }
      .news-other__item:last-child:after {
        display: none; }
    @media (max-width: 768px) {
      .news-other__item {
        width: 100%;
        margin: 0;
        border-bottom: 1px solid #83827f;
        overflow: hidden; } }
  .news-other__image {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 99%;
    margin: 0 0 14px;
    background-color: #1c322e;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media (max-width: 768px) {
      .news-other__image {
        display: block;
        float: left;
        width: 27%;
        padding-bottom: 27%;
        margin: 0; } }
    .news-other__image img {
      display: none; }
  .news-other__overlay {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(28, 50, 46, 0.7);
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    @media (max-width: 768px) {
      .news-other__overlay {
        display: none !important; } }
    .news-other .news-other__item:hover .news-other__overlay {
      opacity: 1; }
    .news-other__overlay p {
      position: absolute;
      bottom: 0;
      -webkit-transform: translateY(61%);
              transform: translateY(61%);
      left: 8px;
      right: 8px;
      margin: 0;
      font-family: "bodoni-urw", serif;
      font-size: 24px;
      line-height: 1;
      color: #fff;
      font-style: italic;
      text-align: center;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      opacity: 0; }
      .news-other .news-other__item:hover .news-other__overlay p {
        opacity: 1;
        bottom: 50%; }
      .news-other__overlay p:after {
        content: " ";
        position: relative;
        display: inline-block;
        margin-left: 12px;
        top: 3px;
        right: -2px;
        width: 15px;
        height: 15px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(45deg) skew(-2deg, -2deg);
                transform: rotate(45deg) skew(-2deg, -2deg);
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        overflow: hidden; }
  @media (max-width: 768px) {
    .news-other__content {
      position: absolute;
      display: block;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 27%;
      right: 0;
      padding: 7px 46px 0 13px; } }
  @media (max-width: 768px) {
    .news-other__content:after {
      content: " ";
      position: absolute;
      top: 50%;
      right: 28px;
      width: 10px;
      height: 10px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      -webkit-transform: rotate(45deg) skew(8deg, 8deg) translateY(-50%);
              transform: rotate(45deg) skew(8deg, 8deg) translateY(-50%);
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      overflow: hidden; } }
  .news-other__title {
    margin: 0 0 2px;
    font-size: 22px;
    line-height: 1.05;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #1c322e;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    @media (max-width: 768px) {
      .news-other__title {
        margin: 0 0 3px;
        font-size: 17px;
        letter-spacing: 0.5px; } }
    .news-other .news-other__item:hover .news-other__title {
      color: #fff; }
  .news-other__date {
    position: relative;
    font-family: "bodoni-urw", serif;
    font-size: 14px;
    line-height: 1;
    color: #7d7d7d;
    font-style: italic;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    @media (max-width: 768px) {
      .news-other__date {
        font-size: 15px;
        letter-spacing: -0.5px; } }

body.page-template-page-news .menu--main-menu .menu-item.menu-item-news a,
body.single-news .menu--main-menu .menu-item.menu-item-news a,
body.post-type-archive-news .menu--main-menu .menu-item.menu-item-news a,
body.tax-news-category .menu--main-menu .menu-item.menu-item-news a {
  box-shadow: inset 0px -4px 0px #d66f03; }

@media (min-width: 769px) {
  body.page-template-page-news .header:not(.sticky),
  body.single-news .header:not(.sticky),
  body.post-type-archive-news .header:not(.sticky),
  body.tax-news-category .header:not(.sticky) {
    background: rgba(28, 101, 59, 0.25); } }

/* ULTIMATE SOCIAL DEUX */
body .us_button {
  width: auto !important;
  height: 25px !important;
  margin: 0 0 3px !important;
  padding: 0 13px 0 !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  border-left: 1px solid #e38862;
  overflow: visible !important; }
  @media (max-width: 768px) {
    body .us_button {
      padding: 0 18px 0 !important; } }
  body .us_button:first-child {
    padding-left: 0 !important;
    border: none !important; }
  body .us_button:last-child {
    padding-right: 0 !important; }
  body .us_button .us_share {
    background-color: transparent !important; }
  body .us_button .us_box {
    opacity: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    outline: none; }
  body .us_button i {
    position: relative;
    top: 3px;
    color: #dc8485 !important;
    font-size: 22px; }
    @media (max-width: 768px) {
      body .us_button i {
        top: 2px;
        font-size: 21px; } }
  body .us_button.us_linkedin i {
    top: 2px; }
  body .us_button.us_more {
    padding: 0 8px 0 18px !important; }
    body .us_button.us_more .us_box {
      width: 20px;
      background-image: url(images/social/more.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
    body .us_button.us_more i {
      opacity: 0; }
  body .us_button:hover .us_box {
    opacity: 0.8; }

.us_wrapper .us_heading {
  display: none !important; }

.search-results-notice {
  padding: 32px 0; }
  .search-results-notice .search-title {
    margin: 0;
    font-size: 29px;
    color: #1c322e; }
  .search-results-notice .search-text {
    font-size: 18px;
    color: #1c322e; }

.liv-svg {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  max-height: 100%;
  overflow: hidden; }
  @media (max-width: 768px) {
    .liv-svg {
      max-width: 120px; } }

.bar-group {
  opacity: 0;
  -webkit-animation: a 1s ease forwards;
          animation: a 1s ease forwards;
  fill: #3d4b47 !important; }

@-webkit-keyframes a {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes a {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

.bar-1 {
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  -webkit-animation: b 1s ease forwards;
          animation: b 1s ease forwards;
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s; }

.bar-2 {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-animation: c 1s ease forwards;
          animation: c 1s ease forwards;
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s; }

.bar-3 {
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  -webkit-animation: b 1s ease forwards;
          animation: b 1s ease forwards;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s; }

.bar-4 {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-animation: c 1s ease forwards;
          animation: c 1s ease forwards;
  -webkit-animation-delay: 1.55s;
          animation-delay: 1.55s; }

.bar-5 {
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  -webkit-animation: b 1s ease forwards;
          animation: b 1s ease forwards;
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s; }

.bar-6 {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-animation: c 1s ease forwards;
          animation: c 1s ease forwards;
  -webkit-animation-delay: 1.85s;
          animation-delay: 1.85s; }

.bar-7 {
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  -webkit-animation: b 1s ease forwards;
          animation: b 1s ease forwards;
  -webkit-animation-delay: 2s;
          animation-delay: 2s; }

@-webkit-keyframes b {
  0% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@keyframes b {
  0% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

.bar-8 {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-animation: c 1s ease forwards;
          animation: c 1s ease forwards;
  -webkit-animation-delay: 2.15s;
          animation-delay: 2.15s; }

@-webkit-keyframes c {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@keyframes c {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

.bar-9 {
  -webkit-animation: d 1s ease forwards;
          animation: d 1s ease forwards;
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s; }

.bar-9,
.gradient-bar {
  -webkit-transform: translateY(-145px);
          transform: translateY(-145px); }

.gradient-bar {
  opacity: 0;
  z-index: 10;
  -webkit-animation: d .8s ease forwards;
          animation: d .8s ease forwards;
  -webkit-animation-delay: 0;
          animation-delay: 0; }

@-webkit-keyframes d {
  0% {
    -webkit-transform: translateY(-145px);
            transform: translateY(-145px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@keyframes d {
  0% {
    -webkit-transform: translateY(-145px);
            transform: translateY(-145px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

.logo-type {
  opacity: 0;
  z-index: 5;
  -webkit-transform: translateX(-13px);
          transform: translateX(-13px);
  -webkit-animation: e 1s ease-in-out forwards;
          animation: e 1s ease-in-out forwards;
  -webkit-animation-delay: .6s;
          animation-delay: .6s; }

@-webkit-keyframes e {
  0% {
    -webkit-transform: translateX(-13px);
            transform: translateX(-13px);
    opacity: 0; }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; } }

@keyframes e {
  0% {
    -webkit-transform: translateX(-13px);
            transform: translateX(-13px);
    opacity: 0; }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; } }

.appartments-text {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-animation: f 1s ease forwards;
          animation: f 1s ease forwards;
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s; }

@-webkit-keyframes f {
  0% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@keyframes f {
  0% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

.liv-svg-fallback {
  display: none;
  width: 100%; }

.no-csstransitions .liv-svg {
  display: none; }

.no-csstransitions .liv-svg-fallback {
  display: block; }

body.splash-active {
  overflow: hidden !important; }
  @media (max-width: 768px) {
    body.splash-active.splash-hide-mobile {
      overflow: auto !important; } }
  @media (min-width: 769px) {
    body.splash-active.splash-hide-desktop {
      overflow: auto !important; } }
  body.splash-active .splash-modal {
    display: block; }
  @media (max-width: 768px) {
    body.splash-active.splash-hide-mobile .splash-modal {
      display: none !important; } }
  @media (min-width: 769px) {
    body.splash-active.splash-hide-desktop .splash-modal {
      display: none !important; } }

.splash-modal {
  display: none;
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8px;
  background: rgba(44, 67, 63, 0.5);
  overflow: auto;
  z-index: 99999; }
  .splash-modal.disabled {
    display: none !important; }

.splash {
  position: relative;
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 26px 20px 72px;
  background: rgba(218, 217, 216, 0.9); }
  @media (max-width: 768px) {
    .splash {
      padding: 16px; } }
  .splash__head {
    padding: 52px 0 0;
    margin: 0 0 47px; }
    @media (max-width: 768px) {
      .splash__head {
        padding: 0;
        margin: 0 0 16px; } }
    .splash__head h1, .splash__head h2, .splash__head h3, .splash__head h4 {
      margin: 0 0 16px;
      padding: 0 20px;
      font-size: 32px;
      line-height: 1;
      color: #2c433f;
      text-align: center; }
      @media (max-width: 768px) {
        .splash__head h1, .splash__head h2, .splash__head h3, .splash__head h4 {
          margin: 0;
          font-size: 27px;
          line-height: 1; } }
  .splash__content {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto; }
  .splash__footer {
    display: block;
    width: 100%;
    max-width: 411px;
    margin: 0 auto; }
  .splash__legal {
    color: #2c433f; }
  .splash__legal {
    display: block;
    float: left;
    width: 100%;
    padding: 0 0 16px; }
    @media (max-width: 768px) {
      .splash__legal {
        float: none;
        width: 100%;
        max-width: 250px;
        margin: 0 auto; } }
    .splash__legal p {
      font-size: 14px;
      line-height: 1.2; }
      @media (max-width: 768px) {
        .splash__legal p {
          font-size: 12px;
          line-height: 1.3; } }
    .splash__legal a {
      color: #2c433f;
      border-bottom: 1px solid #2c433f; }
  .splash__overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    cursor: pointer; }
  .splash__close {
    position: absolute;
    top: 26px;
    right: 24px;
    width: 20px;
    height: 20px;
    border: 1px solid #2c433f;
    cursor: pointer; }
    @media (max-width: 768px) {
      .splash__close {
        top: 8px;
        right: 8px; } }
    .splash__close span {
      position: absolute;
      width: 13px;
      height: 1px;
      border: none;
      background: #2c433f;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
      .splash__close span.first {
        top: 9px;
        left: 3px;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      .splash__close span.second {
        top: 9px;
        left: 3px;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
    .splash__close:hover span {
      background: #000; }
  .splash .gform_wrapper {
    margin: 0; }
  .splash .gform_wrapper .gform_body {
    width: 100%;
    font-size: 14px;
    letter-spacing: 0.2px; }
  .splash .gform_wrapper .gfield_label {
    display: none; }
  .splash .ginput_container {
    float: left;
    width: 100%; }
  .splash .gform_wrapper ul.gform_fields li.gfield {
    float: left;
    width: 100%;
    margin-top: 0;
    padding-right: 0; }
  .splash .gform_wrapper form ul.gform_fields.left_label li.gfield,
  .splash .gform_wrapper form ul.gform_fields.right_label li.gfield,
  .splash .gform_wrapper ul.gform_fields.left_label li.gfield,
  .splash .gform_wrapper ul.gform_fields.right_label li.gfield {
    margin-bottom: 20px; }
  .splash .gform_wrapper input,
  .splash .gform_wrapper select {
    padding: 6px 8px !important;
    outline: 0;
    background-color: transparent !important;
    width: 100% !important;
    border: 0;
    font-size: 14px !important;
    box-sizing: border-box;
    border-bottom: 2px solid #4b5e5a;
    border-radius: 0;
    height: 32px;
    line-height: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-appearance: none;
    -webkit-border-radius: 0px; }
  .splash .gform_wrapper input:focus,
  .splash .gform_wrapper select:focus {
    box-shadow: inset 0px -2px 0px #d66f03; }
  .splash .gform_wrapper input:focus,
  .splash .gform_wrapper input:valid,
  .splash .gform_wrapper select:focus,
  .splash .gform_wrapper select:valid {
    color: #2c433f; }
  .splash .gform_wrapper input:focus ~ .line,
  .splash .gform_wrapper input:valid ~ .line,
  .splash .gform_wrapper select:focus ~ .line,
  .splash .gform_wrapper select:valid ~ .line {
    width: 100%; }
  .splash .ginput_container_select {
    position: relative; }
    .splash .ginput_container_select:before, .splash .ginput_container_select:after {
      content: " ";
      position: absolute;
      display: block;
      right: 20px; }
      @media (max-width: 768px) {
        .splash .ginput_container_select:before, .splash .ginput_container_select:after {
          right: 10px; } }
    .splash .ginput_container_select:before {
      top: 9px;
      width: 0;
      height: 0;
      border-left: 3px solid transparent;
      border-right: 3px solid transparent;
      border-bottom: 5px solid #2d3022; }
    .splash .ginput_container_select:after {
      top: 17px;
      width: 0;
      height: 0;
      border-left: 3px solid transparent;
      border-right: 3px solid transparent;
      border-top: 5px solid #2d3022; }
  .splash .gform_wrapper select {
    margin-left: 0 !important;
    color: #2c433f;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    cursor: pointer; }
    @media (max-width: 768px) {
      .splash .gform_wrapper select {
        color: #2c433f;
        font-size: 14px;
        text-transform: uppercase;
        font-family: "Montserrat", sans-serif;
        font-weight: 700; } }
  .splash .gform_footer {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: center; }
  .splash .gform_button {
    display: inline-block;
    margin: 39px 0 29px;
    padding: 8px 23px !important;
    font-size: 19px !important;
    font-family: "Montserrat", sans-serif !important;
    color: #eb9657;
    background: transparent;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: #eb9657; }
    .splash .gform_button:hover {
      color: #fff;
      -webkit-text-fill-color: #fff; }
    @media (max-width: 768px) {
      .splash .gform_button {
        margin: 13px 0 9px;
        padding: 10px 16px !important;
        font-size: 14px !important; } }
  .splash .gform_wrapper div.validation_error {
    font-weight: 400;
    border-width: 1px; }
  .splash .gform_wrapper li.gfield.gfield_error,
  .splash .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent;
    margin-bottom: 0;
    border-top: none;
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 0; }
  .splash .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
  .splash .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 0 !important; }
  .splash .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    padding-right: 0; }
  .splash .gform_wrapper ul.gform_fields li.gfield.gfield_error + li.gfield.gfield_error {
    margin-top: 0; }
  .splash .gform_wrapper .field_description_below .gfield_description {
    padding: 2px 0 6px; }
  .splash .gform_wrapper .validation_message {
    font-weight: 400; }
  .splash .gform_wrapper .left_label .gfield_description,
  .splash .gform_wrapper .left_label .instruction,
  .splash .gform_wrapper .right_label .gfield_description,
  .splash .gform_wrapper .right_label .instruction {
    width: 68%;
    margin-left: 32%;
    text-align: left; }
  .splash .gform_confirmation_message {
    font-size: 15px;
    color: #1c322e;
    padding: 0 0 32px; }
  .splash .gfield_required {
    display: none; }

.splash form input::-webkit-input-placeholder {
  color: #2c433f;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700; }

.splash form input:-moz-placeholder {
  color: #2c433f;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700; }

.splash form input::-moz-placeholder {
  color: #2c433f;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  opacity: 1; }

.splash form input:-ms-input-placeholder {
  color: #2c433f;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700; }

@media (max-height: 740px) and (min-width: 769px) {
  .splash {
    padding: 8px 20px 26px; }
    .splash .splash__head {
      padding: 40px 0 0;
      margin: 0 0 14px; }
    .splash .gform_button {
      margin: 14px 0 29px; } }

body .psd-debug x {
  display: none;
  display: block;
  position: absolute;
  z-index: 999999;
  top: 0;
  right: 0;
  left: 0;
  height: 6708px;
  background: url(psd-debug/popup.jpg) no-repeat center top;
  opacity: 0.2;
  pointer-events: none;
  background-size: 1520px auto; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .gform_wrapper select {
    background-image: none !important; }
  #field_2_6 .ginput_container_select:before, #field_2_6 .ginput_container_select:after {
    display: none !important; }
  .liv-svg {
    height: 322px; } }

/* Helpers */
/**
*
* Animations
*
**/
/**
*
* Helpers
*
**/
.left {
  position: relative;
  float: left; }

.right {
  position: relative;
  float: right; }

.no-margin {
  margin-right: 0px;
  margin-left: 0px; }

.text-center {
  text-align: center; }

/* flexible-layout */
/*** Flexible Content wrapper ***/
.flexible-block {
  position: relative;
  margin-bottom: 40px; }
  .flexible-block:last-of-type {
    margin-bottom: 0; }

/*** Accordion ***/
.am2-accordion__panel {
  clear: both; }

.panel-title {
  padding: 10px;
  font-size: 14px;
  cursor: pointer;
  margin: 0;
  color: #fff;
  background: -webkit-linear-gradient(left, #f1b953 0%, #e38862 50%, #d06169 100%);
  background: linear-gradient(to right, #f1b953 0%, #e38862 50%, #d06169 100%);
  border-bottom: 1px solid #d66f03;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }
  .panel-title:hover {
    color: #fff;
    background: #d66f03; }

.current .panel-title {
  color: #fff;
  background: #d66f03; }

.panel-content {
  display: none;
  padding: 20px;
  border: 1px solid transparent;
  border-radius: 0 0 3px 3px; }

.am2-accordion__toggle-icon {
  top: 4px; }

.current .am2-accordion__toggle-icon {
  top: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg); }

/*.am2-articles {

  @include element('button-holder') {
    text-align: center;
    margin-bottom: 15px;
    clear: both;
  }

  @include modifier('thumbs') {

    .am2-articles__article {
      margin-bottom: 3.077%;

      @include breakpoint("(max-width: 950px)") {
        width: 48.461%;
        margin-right: 3.077%;
        margin-bottom: 3.077%;

        .article__overlay {
          top: 0;
        }

        &:nth-of-type(2n) {
          margin-right: 0;
        }
      }

      @include breakpoint("(max-width: 615px)") {
        width: 100%;
        margin-right: 0px;

      }
    }

    .article {

      @include element('overlay') {
        position: absolute;
        padding: 20px 20px 0 20px;
        left: 0;
        top: 65%;
        bottom: 0;
        right: 0;
        z-index: 9;
        background: rgba(0, 0, 0, .7);
        @include transition(.2s all ease-in-out);

        @include breakpoint("(max-width:  1210px)") {
          top: 0;
        }
      }

      @include element('title') {
        color: #fff;
        font-size: 18px;
        margin-bottom: 0;

        @include breakpoint("(max-width:  1210px)") {
          font-size: 20px;
        }
      }

      @include element('content') {
        display: block;
        color: #fff;
        font-size: 15px;
        //height: 0;
        overflow: hidden;
        margin: 0;
        @include transition(.2s all ease-in-out);
        //display: none;
        opacity: 0;

        @include breakpoint("(max-width:  1210px)") {
          display: block;
          font-size: 12px;
          line-height: 1.5;
          opacity: 1;
        }
      }

      @include element('date') {
        font-size: 16px;
        margin-bottom: 10px;
        color: $color_brand;
        @include transition(.2s all ease-in-out);

        @include breakpoint("(max-width:  1210px)") {
          font-size: 12px;
          margin-bottom: 0px;
        }
      }

      @include element('read-more') {
        display: inline-block;
        color: #000;
        padding: 0 30px;
        height: 39px;
        margin: 9px 0 0 0;
        line-height: 39px;
        color: #fff;
        border-color: #787475;
        //height: 0;
        overflow: hidden;
        //opacity: 0;
        //display: none;
        opacity: 1;

        @include breakpoint("(max-width:  1210px)") {
          display: inline-block;
          height: 20px;
          line-height: 19px;
          font-size: 14px;
        }

        &:hover {
          background: #fff;
          color: $color_brand;
          border-color: #fff;
        }
      }

    }

  }

  @include element('article') {
    @include breakpoint($breakpoint_mobile) {
      width: 100%;
      margin: 0 0 20px 0;
    }
  }

}*/
/*
.am2-articles__article.hover {
    .article__overlay {
      top: 0;
    }
    .article__content {
      opacity: 1;
    }
    .article__read-more {
      opacity: 1;
    }
    .article__date {
      margin-bottom: 0;
    }
}

.article__bread {
  margin: 10px 0;
}

.am2-articles--homepage {
  text-align: center;
  padding-bottom: 80px;

  .article__description {
    text-align: center !important;
  }

  .btn {
   //position: relative;
    position: absolute;
    display: block;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    white-space: nowrap;
    bottom: 0;
    padding: 0 40px 0 60px;
    margin-top: 25px;
    height: 57px;
    line-height: 56px;
    font-size: 18px;
    background: transparent;
    color: #7e7c7b;
    border: 1px solid #cfcece;

    @include breakpoint($breakpoint_mobile) {
      margin-bottom: 3%;
      margin-top: 0;
    }

    &:before {
      content: '';
      display: inline-block;
      position: absolute;
      width: 23px;
      height: 39px;
      left: 20px;
      top: 9px;
      background: url('images/btn-icon.png');
      @include transition(.2s all ease-in-out);
    }

    &:hover {
      color: #fff;
      background: $color_primary;
      border-color: $color_primary;

      &:before {
        background: url('images/btn-icon-hover.png');
      }
    }
  }
}

a .article__title,
.article h2 a{
  @include transition(.2s all ease-in-out);

  &:hover {
    color: $color_brand;
  }
}*/
.am2-articles article {
  margin-bottom: 20px; }
  @media (max-width: 768px) {
    .am2-articles article {
      width: 100%;
      margin: 5px 0 15px;
      margin-right: 0; }
      .am2-articles article .article__image {
        display: none; } }

.am2-articles--large article {
  background: #fff; }

.am2-articles--large article:hover .am2-articles__button-holder a {
  background: #dad9d8;
  color: #fff; }

.am2-articles--large .article__title {
  padding: 20px;
  padding-bottom: 0px; }

.am2-articles--large .article__content {
  padding: 20px;
  padding-top: 0px;
  margin-bottom: 0px; }

.am2-articles--large h4 {
  margin-top: 0px; }

.am2-articles--large .am2-articles__button-holder a {
  width: 100%;
  position: relative;
  display: block;
  background: #1c322e;
  padding: 20px 20px;
  padding-right: 35px;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  color: #fff; }
  .am2-articles--large .am2-articles__button-holder a span {
    float: right;
    position: absolute;
    right: 20px;
    top: 20px; }

.am2-articles--small article:hover .am2-articles__button-holder a {
  background: #1c322e;
  color: #fff; }

.am2-articles--small .am2-articles__button-holder a {
  width: 100%;
  position: relative;
  display: block;
  margin-top: -1px;
  background: #dad9d8;
  padding: 20px 15px;
  padding-right: 35px;
  font-size: 20px;
  line-height: 20px;
  color: #fff; }
  .am2-articles--small .am2-articles__button-holder a span {
    float: right;
    position: absolute;
    right: 15px;
    top: 20px; }

.am2-articles--horizontal .am2-articles__article {
  margin-bottom: 40px; }
  @media (max-width: 768px) {
    .am2-articles--horizontal .am2-articles__article {
      margin-bottom: 4%;
      width: 100%; } }
  .am2-articles--horizontal .am2-articles__article:nth-of-type(3n+1) {
    clear: both; }

.am2-articles--horizontal .article__image {
  margin-bottom: 20px;
  z-index: 10;
  overflow: hidden; }

.am2-articles--horizontal .article__description {
  text-align: left; }
  .am2-articles--horizontal .article__description h4 {
    margin-bottom: 16px;
    line-height: 30px; }

.am2-articles--full-width .am2-articles__article {
  margin-bottom: 40px; }
  @media (max-width: 768px) {
    .am2-articles--full-width .am2-articles__article {
      margin-bottom: 4%;
      width: 100%; } }

.am2-articles--full-width .article__image {
  z-index: 10;
  overflow: hidden;
  position: relative;
  float: left;
  width: 30%;
  top: 0;
  left: 0; }
  @media (max-width: 768px) {
    .am2-articles--full-width .article__image {
      position: relative;
      width: 60%;
      margin: 0px 20%;
      margin-bottom: 3%; } }

.am2-articles--full-width .article__description {
  text-align: left;
  width: 68%;
  position: relative;
  float: right; }
  @media (max-width: 768px) {
    .am2-articles--full-width .article__description {
      margin-left: 0px;
      width: 80%;
      margin: 0px 10%; } }
  .am2-articles--full-width .article__description h4 {
    margin-bottom: 20px;
    margin-top: 0px;
    color: #1c322e; }
    .am2-articles--full-width .article__description h4:hover {
      color: #dad9d8; }

/*** Files ***/
.am2-files__file {
  margin-bottom: 20px;
  padding: 30px;
  border-left: 4px solid transparent;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 5px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }
  .am2-files__file:hover {
    border-left: 4px solid #1c322e; }
    .am2-files__file:hover .file__link:before {
      width: 20px; }
  .am2-files__file .file__name {
    margin-bottom: 10px;
    font-size: 24px;
    color: #1c322e; }
  .am2-files__file .file__description {
    width: 100%; }
    .am2-files__file .file__description p {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 10px; }
  .am2-files__file .file__link {
    font-size: 14px;
    font-weight: 300;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }
    .am2-files__file .file__link:before {
      width: 0;
      overflow: hidden;
      display: inline-block;
      vertical-align: middle;
      font-size: 14px;
      line-height: 14px;
      font-family: "FontAwesome";
      content: "\f019";
      -webkit-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out; }
    .am2-files__file .file__link span {
      color: #b7b7b7; }

/** Gallery **/
.gallery {
  position: relative;
  float: left;
  width: 100%; }

.gallery--slider {
  padding: 17px 0; }
  @media (max-width: 768px) {
    .gallery--slider {
      padding: 0 0 10px; } }
  .gallery--slider .slick-list {
    left: -26.5%;
    right: -25.5%;
    width: 152%; }
    @media (max-width: 768px) {
      .gallery--slider .slick-list {
        left: -70%;
        right: -70%;
        width: 240%; } }
  .gallery--slider__item {
    position: relative;
    margin: 0 8.5px; }
    .gallery--slider__item--with-text {
      margin-bottom: -8px; }
    @media (max-width: 768px) {
      .gallery--slider__item {
        margin: 0 2.5px -3px; } }
  .gallery--slider__content {
    position: absolute;
    bottom: -2px;
    left: -2px;
    right: -2px;
    padding: 16px 0;
    background: rgba(28, 50, 46, 0.8);
    text-align: center;
    opacity: 0;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    pointer-events: none; }
    @media (max-width: 768px) {
      .gallery--slider__content {
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
        width: 100%;
        padding: 11px 11px 13px;
        background: none !important;
        -webkit-transform: scale(1);
                transform: scale(1); } }
    .gallery--slider__content p {
      width: 100%;
      max-width: 546px;
      margin-left: auto;
      margin-right: auto;
      font-size: 16px;
      line-height: 2.125;
      letter-spacing: -0.1px; }
      @media (max-width: 768px) {
        .gallery--slider__content p {
          font-size: 12px;
          line-height: 1.41667; } }

@media (max-width: 768px) {
  .gallery--with-text {
    padding: 5px 0 5px; } }

@media (max-width: 768px) {
  .gallery--with-text .gallery--slider__item {
    margin-bottom: 0; } }

@media (max-width: 768px) {
  .gallery--with-text .gallery--slider__item figure:after {
    content: " ";
    position: absolute;
    bottom: -2px;
    left: -2px;
    right: -2px;
    height: 6px;
    background: #f2f1f1; } }

@media (max-width: 768px) {
  .gallery--with-text .slick-prev,
  .gallery--with-text .slick-next {
    top: 33%; } }

.gallery--slider__item--with-text.slick-slide.slick-active + .gallery--slider__item--with-text.slick-slide.slick-active .gallery--slider__content {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  pointer-events: auto; }

.gallery--slider__item--with-text.slick-slide.slick-active + .gallery--slider__item--with-text.slick-slide.slick-active + .gallery--slider__item--with-text.slick-slide.slick-active .gallery--slider__content {
  opacity: 0;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  pointer-events: none; }
  @media (max-width: 768px) {
    .gallery--slider__item--with-text.slick-slide.slick-active + .gallery--slider__item--with-text.slick-slide.slick-active + .gallery--slider__item--with-text.slick-slide.slick-active .gallery--slider__content {
      -webkit-transform: scale(1);
              transform: scale(1); } }

.gallery-container {
  position: relative;
  float: left;
  width: 100%; }

@media (max-width: 768px) {
  body.page-template-page-apartments .gallery--slider__item {
    margin-bottom: -6px; } }

@media (max-width: 768px) {
  body.page-template-page-apartments .gallery--slider__item figure:after {
    display: none; } }

@media (max-width: 768px) {
  body.page-template-page-apartments .gallery--slider__content {
    display: none; } }

@media (max-width: 768px) {
  body.page-template-page-apartments .gallery--with-text .slick-prev,
  body.page-template-page-apartments .gallery--with-text .slick-next {
    top: 50%; } }

/** Gallery **/
.am2-gallery__image {
  margin-bottom: 2.5%; }

.gallery--static__block {
  display: inline-block;
  float: left;
  width: 25%; }
  .gallery--static__block--col-16-a {
    width: 15.13158%; }
  .gallery--static__block--col-13-a {
    width: 34.86842%; }
  .gallery--static__block--col-13-b {
    width: 30.26316%; }
  .gallery--static__block--col-16-b {
    width: 19.73684%; }
  @media (max-width: 768px) {
    .gallery--static__block {
      width: 100%; }
      .gallery--static__block:nth-child(n+3) {
        display: none; }
      .gallery--static__block--count-2 figure {
        float: left;
        width: 50%; } }

@media (max-width: 768px) {
  .gallery--static__image.only-large {
    display: none; } }

@media (min-width: 769px) {
  .gallery--static__image.only-small {
    display: none; } }

/*** Slider ***/
.am2-slider {
  height: 0;
  width: 100%;
  padding: 0 0 33.813%;
  overflow: hidden; }
  .am2-slider__item {
    position: relative; }

.slide-img-credits {
  display: block;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1262px;
  margin: 0 auto;
  text-align: right;
  z-index: 1; }
  .slide-img-credits p {
    font-size: 18px;
    color: #fff; }

.am2-slider--cta {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none; }

.slide-cta-wrapper {
  /*position: absolute;
    top: 50%;
    left: 50%;*/
  max-width: 1262px;
  margin: 0 auto;
  width: 100%;
  height: 0;
  padding: 0 0 33.813%;
  pointer-events: none;
  z-index: 2;
  /*transform: translate(-50%,-50%);*/ }

.slide-cta {
  position: relative;
  top: 28px;
  width: 100%;
  max-width: 382px;
  padding: 20px 20px 15px;
  background: #dad9d8;
  overflow: auto;
  pointer-events: auto; }

.slider-cta--title {
  font-family: "Montserrat", sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.15;
  color: #ffffff;
  margin-bottom: 15px; }

.slider-cta--subitle p {
  margin: 0 0 8px;
  padding: 0 7px;
  font-family: "Montserrat", sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.15;
  color: #ffffff; }

.slider-cta--button {
  width: 100%;
  max-width: 100%;
  margin: 0 0 5px;
  padding: 20px 20px;
  padding-right: 35px;
  position: relative;
  display: block;
  background: #dad9d8;
  font-size: 20px;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
  color: #fff; }
  .slider-cta--button span {
    float: right;
    position: absolute;
    right: 20px;
    top: 20px; }
  .slider-cta--button:hover {
    background: darker(#dad9d8, 80%); }

/*** Table ***/
.am2-table {
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6; }
  .am2-table th,
  .am2-table td {
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    padding: 10px; }

/*** Tabs ***/
.am2-tabs__titles {
  margin: 0;
  padding: 0; }
  .am2-tabs__titles li {
    float: left;
    list-style: none;
    margin: 0; }
  .am2-tabs__titles a {
    display: block;
    padding: 10px 20px;
    cursor: pointer;
    background: -webkit-linear-gradient(left, #f1b953 0%, #e38862 50%, #d06169 100%);
    background: linear-gradient(to right, #f1b953 0%, #e38862 50%, #d06169 100%);
    color: #fff;
    border-right: 1px solid #d66f03;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }
    .am2-tabs__titles a.current {
      background: #d66f03;
      color: #fff; }

.am2-tabs__panels {
  clear: both;
  padding: 20px;
  border: 1px solid transparent; }

/*** Testimonials ***/
.testimonial__image {
  width: 18%;
  margin: 0 2% 0 0;
  border-radius: 100%; }

.testimonial__description {
  width: 77%; }

.testimonial__name {
  margin: 0;
  padding: 0; }

.testimonial__title {
  padding: 0;
  margin: 0;
  font-size: 16px; }

.testimonial__blockqoute {
  position: relative;
  display: block;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  text-align: justify;
  background: #fff; }
  .testimonial__blockqoute:before {
    content: "\201C";
    font-weight: bold;
    position: absolute;
    left: 10px;
    top: 25px;
    font-size: 55px; }
  .testimonial__blockqoute:after {
    content: ""; }

/*** Video ***/
.am2-video__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
  .am2-video__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.video {
  position: relative;
  padding-bottom: 41.64474%;
  height: 0; }
  @media (max-width: 768px) {
    .video {
      padding-bottom: 48.28125%; } }
  .video .play-button {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-style: solid;
    border-color: transparent #fff;
    border-width: 40px 0 40px 80px;
    cursor: pointer;
    opacity: 0.7;
    z-index: 2;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .video .play-button:hover {
      opacity: 1;
      border-color: transparent #d66f03; }
    .video .play-button:after {
      content: " ";
      position: absolute;
      top: -120px;
      bottom: -120px;
      left: -200px;
      right: -120px; }
      @media (max-width: 768px) {
        .video .play-button:after {
          top: -60px;
          bottom: -60px;
          left: -84px;
          right: -60px; } }
    @media (max-width: 768px) {
      .video .play-button {
        width: 24px;
        height: 24px;
        border-width: 12px 0 12px 24px; } }
  .video--full video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    -o-object-fit: cover;
       object-fit: cover; }
  .video--full:hover:after {
    opacity: 0.7; }
  .video[data-play="1"] .play-button {
    display: none; }
  .video--youtube {
    overflow: hidden; }
    .video--youtube .video-object-fit {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 0;
      width: 100%;
      height: 0;
      padding-bottom: 56.25%; }
      @media (max-width: 768px) {
        .video--youtube .video-object-fit {
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          height: auto;
          padding-bottom: 0;
          -webkit-transform: none;
                  transform: none; } }
    .video--youtube__overlay {
      position: absolute;
      display: block;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      z-index: 1;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      .video--youtube__overlay.hide {
        opacity: 0;
        -webkit-transform: scale(0);
                transform: scale(0);
        pointer-events: none; }
    .video--youtube iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100% !important;
      height: 100% !important; }
    .video--youtube[data-play="0"]:hover .play-button {
      pointer-events: auto; }
      .video--youtube[data-play="0"]:hover .play-button:hover {
        border-color: transparent #d66f03; }
    @media (min-width: 769px) {
      .video--youtube[data-play="0"] iframe {
        pointer-events: none; } }
    .video--youtube[data-play="1"] .play-button {
      opacity: 0 !important;
      pointer-events: none; }
    .video--youtube[data-play="1"] .video--youtube__overlay {
      opacity: 0;
      -webkit-transform: scale(0);
              transform: scale(0);
      pointer-events: none; }
    @media (min-width: 769px) {
      .video--youtube .video--youtube__overlay {
        display: none !important; } }
    @media (max-width: 768px) {
      .video--youtube .video--youtube__overlay {
        pointer-events: none; } }
    @media (max-width: 768px) {
      .video--youtube .play-button {
        pointer-events: none; } }
  .video--vimeo {
    overflow: hidden;
    padding-bottom: 41.6%; }
    @media (max-width: 768px) {
      .video--vimeo {
        padding-bottom: 40.6%; } }
    .video--vimeo__overlay {
      position: absolute;
      display: block;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      z-index: 1;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      .video--vimeo__overlay.hide {
        opacity: 0;
        -webkit-transform: scale(0);
                transform: scale(0);
        pointer-events: none; }
    .video--vimeo iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100% !important;
      height: 100% !important; }
    .video--vimeo video.html5-bg {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-size: cover;
      -o-object-fit: cover;
         object-fit: cover; }
    .video--vimeo .play-button.hide {
      display: none; }
    .video--vimeo[data-play="0"]:hover .play-button {
      pointer-events: auto; }
      .video--vimeo[data-play="0"]:hover .play-button:hover {
        border-color: transparent #d66f03; }
    .video--vimeo[data-play="0"] iframe {
      pointer-events: none; }
      @media (max-width: 768px) {
        .video--vimeo[data-play="0"] iframe {
          pointer-events: auto; } }
    .video--vimeo[data-play="1"] .play-button {
      opacity: 0 !important;
      pointer-events: none; }
    .video--vimeo[data-play="1"] .video--vimeo__overlay {
      opacity: 0;
      -webkit-transform: scale(0);
              transform: scale(0);
      pointer-events: none; }
    @media (min-width: 769px) {
      .video--vimeo .video--vimeo__overlay {
        display: none !important; } }

.ua-mobile-iphone .video--vimeo {
  padding-bottom: 41.6%; }
  .ua-mobile-iphone .video--vimeo .play-button,
  .ua-mobile-iphone .video--vimeo .video--vimeo__overlay {
    pointer-events: none; }

/*** WYSIWYG ***/
.am2-content {
  position: relative;
  padding: 64px 0 64px; }
  @media (max-width: 768px) {
    .am2-content {
      padding: 36px 0 36px; } }
  .am2-content a {
    color: #d66f03; }
    .am2-content a:hover {
      opacity: 0.7; }
  .am2-content h1 {
    font-size: 60px;
    text-transform: uppercase; }
  .am2-content ul {
    list-style: none;
    list-style-position: inside;
    margin-bottom: 30px; }
    .am2-content ul li {
      position: relative;
      padding-left: 15px; }
      .am2-content ul li:before {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 99;
        display: block;
        vertical-align: top;
        content: '.';
        font-size: 30px;
        line-height: 5px; }
    .am2-content ul.gform_fields li:before {
      content: ''; }
  .am2-content img {
    max-width: 100%;
    height: auto; }

blockquote,
.news-single__content blockquote {
  position: relative;
  padding: 14px;
  font-family: "bodoni-urw", serif;
  font-size: 26px;
  line-height: 1.22;
  letter-spacing: 0.7px;
  font-style: italic;
  color: #a4aaa8; }
  @media (max-width: 768px) {
    blockquote,
    .news-single__content blockquote {
      padding: 0;
      margin: 0 0 18px;
      font-size: 21px; } }
  blockquote p,
  .news-single__content blockquote p {
    font-family: "bodoni-urw", serif;
    font-size: 26px;
    line-height: 1.22;
    letter-spacing: 0.7px;
    font-style: italic;
    color: #a4aaa8; }
    @media (max-width: 768px) {
      blockquote p,
      .news-single__content blockquote p {
        font-size: 21px; } }

.main--simple .am2-content {
  padding: 64px 120px 64px;
  background: #dedcdd;
  color: #1c322e; }
  @media (max-width: 768px) {
    .main--simple .am2-content {
      padding: 36px 0 36px; } }
  .main--simple .am2-content *, .main--simple .am2-content p {
    color: #1c322e; }
  .main--simple .am2-content blockquote {
    color: #1c322e; }
    .main--simple .am2-content blockquote p {
      color: #1c322e; }
  .main--simple .am2-content a {
    color: #d66f03; }
    .main--simple .am2-content a:hover {
      opacity: 0.7; }

/*** Map ***/
.map {
  position: relative;
  float: left;
  width: 100%; }
  .map--interactive {
    position: relative;
    float: left;
    width: 100%; }
    .map--interactive__map {
      display: block;
      width: 100%;
      height: 0;
      padding-bottom: 41%;
      z-index: 1; }
      @media (max-width: 768px) {
        .map--interactive__map {
          padding-bottom: 83.125%; } }
    .map--interactive__categories {
      position: relative;
      display: block;
      width: 100%;
      padding-left: 70px;
      text-align: center;
      background: #fff;
      box-shadow: 0px -5px 6px -3px rgba(0, 0, 0, 0.1);
      z-index: 2; }
      @media (max-width: 1366px) {
        .map--interactive__categories {
          padding-left: 16px; } }
      @media (max-width: 768px) {
        .map--interactive__categories {
          padding: 0 0 5px; } }
    .map--interactive__category {
      display: inline-block;
      width: auto;
      padding: 12px 14px 8px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      @media (max-width: 768px) {
        .map--interactive__category {
          width: 19%;
          margin: 0;
          margin-right: -3px;
          padding: 11px 1px 6px; }
          .map--interactive__category:nth-child(n+6) {
            width: 24%; } }
      .map--interactive__category:hover {
        cursor: pointer;
        opacity: 0.8; }
      .map--interactive__category-pin {
        display: inline-block;
        vertical-align: middle;
        height: 39px;
        width: auto; }
        @media (max-width: 768px) {
          .map--interactive__category-pin {
            height: 35px; } }
      .map--interactive__category-name {
        display: inline-block;
        vertical-align: middle;
        margin: -6px 0 0;
        padding-left: 4px;
        color: #7d7d7d;
        font-size: 14px; }
        @media (max-width: 768px) {
          .map--interactive__category-name.only-desktop {
            display: none; } }
        @media (min-width: 769px) {
          .map--interactive__category-name.only-small {
            display: none; } }
        @media (max-width: 768px) {
          .map--interactive__category-name.only-small {
            display: block;
            margin: 0 0 4px;
            padding-left: 0;
            font-size: 12px; } }
    .map--interactive .infowindow {
      display: block;
      text-align: center;
      width: 93px;
      margin: 0 0 -2px;
      padding: 4px 10px; }
      .map--interactive .infowindow__title {
        font-family: "Montserrat", sans-serif;
        color: #7d7d7d;
        font-size: 13px;
        line-height: 1.2; }
        @media (max-width: 768px) {
          .map--interactive .infowindow__title {
            font-size: 11px; } }
  @media (min-width: 769px) {
    .map--static-small {
      display: none; } }
  @media (max-width: 768px) {
    .map--static {
      display: none; } }
  .map--static:before {
    content: " ";
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    height: 32px;
    background: #1c322e;
    opacity: 0.6;
    z-index: 2;
    pointer-events: none; }
  .map--static__image {
    z-index: 1; }
  .map--static__button {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background-color: transparent;
    -webkit-transition: all 0s;
    transition: all 0s;
    z-index: 3; }
    .map--static__button span {
      display: inline-block;
      position: absolute;
      top: 53%;
      left: 49.5%;
      -webkit-transform: translateY(-50%) translateX(-50%);
              transform: translateY(-50%) translateX(-50%);
      font-size: 30px;
      font-family: "Bodoni Classico W00", serif;
      font-style: italic;
      line-height: 1;
      padding: 10px 48px 10px 23px;
      background-color: rgba(28, 50, 46, 0.7);
      border: 2px solid #fff;
      color: #fff;
      letter-spacing: 0.7px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      .map--static__button span:after {
        content: " ";
        position: absolute;
        top: 16px;
        right: 19px;
        width: 16px;
        height: 16px;
        border-right: 3px solid #fff;
        border-bottom: 3px solid #fff;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        overflow: hidden;
        opacity: 0.7; }
    .map--static__button:hover span {
      background-color: #d66f03;
      border-color: #d66f03;
      color: #fff; }
      .map--static__button:hover span:after {
        opacity: 1; }
  .map--static__expanded {
    position: absolute;
    display: block;
    top: 20px;
    left: 20px;
    right: 20px;
    height: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
    z-index: 4; }
    .map--static__expanded__image {
      z-index: 1; }
    .map--static__expanded[data-state="1"] {
      opacity: 1;
      -webkit-transform: scaleY(1);
              transform: scaleY(1); }
    .map--static__expanded:after {
      content: " ";
      position: absolute;
      top: -20px;
      left: -20px;
      right: -20px;
      bottom: -10000px;
      background: #000;
      opacity: 0.5;
      z-index: 0;
      -webkit-transition: all 0s;
      transition: all 0s; }

/* OVERWRITE INFOWINDOW STYLES
------------------------------------------------------------ */
.gm-style > div:first-child > div + div > div:last-child > div {
  /* width: 200px!important; */
  pointer-events: none; }

.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div {
  opacity: 0; }

/* arrow colour */
.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div > div > div {
  /*background-color: #003366 !important; */
  display: none; }

/* close button */
.gm-style > div:first-child > div + div > div:last-child > div > div:last-child {
  /*margin-right: -5px;
    margin-top: -5px;*/
  width: 12px !important;
  height: 12px !important;
  opacity: 1 !important;
  right: 30px !important;
  top: 62px !important;
  display: none; }

/* image icon inside close button */
.gm-style > div:first-child > div + div > div:last-child > div > div:last-child > img {
  display: none; }

/* positioning of infowindow */
.gm-style-iw {
  width: 93px !important;
  line-height: 1;
  top: 40px !important;
  left: 85px !important;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  pointer-events: auto; }
  @media (max-width: 768px) {
    .gm-style-iw {
      top: 41px !important;
      left: 80px !important; } }

.gm-style-iw:before {
  border-color: #fff transparent transparent transparent;
  border-width: 15px;
  border-style: solid;
  /*content: '';*/
  display: inline-block;
  position: absolute;
  bottom: -30px;
  margin: 0 0 0 86px; }

.gm-style .gm-style-iw > div {
  max-height: none !important; }

.gm-style .gm-style-iw + div {
  opacity: 0 !important;
  pointer-events: none; }

.contact-block {
  overflow: hidden; }

.contact__left, .contact__right {
  position: relative;
  float: left;
  width: 50%;
  margin-right: 0;
  padding: 96px 20px 105px;
  z-index: 1; }
  @media (max-width: 1020px) {
    .contact__left, .contact__right {
      width: 100%; } }
  .contact__left .contain-inner, .contact__right .contain-inner {
    display: block;
    width: 100%;
    max-width: 502px;
    margin: 0 auto; }

.contact__left {
  background: #1c322e; }
  @media (max-width: 768px) {
    .contact__left {
      padding: 40px 0 0; }
      .contact__left .contain-inner > * {
        padding: 0 20px 0; } }
  .contact__left:before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: -10000px;
    left: -10000px;
    right: 0;
    background: #1c322e;
    z-index: -1; }

.contact__title {
  margin: 0 0 44px;
  font-size: 41px;
  color: #9ca9a5; }
  @media (max-width: 768px) {
    .contact__title {
      margin: 0 0 26px;
      font-size: 27px;
      line-height: 1; } }

.contact__right {
  background: #dad9d8; }
  @media (max-width: 768px) {
    .contact__right {
      padding: 40px 20px 36px; } }
  .contact__right:before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: -10000px;
    left: 0;
    right: -10000px;
    background: #dad9d8;
    z-index: -1; }
  .contact__right .contact__title {
    color: #1c322e; }
    @media (max-width: 768px) {
      .contact__right .contact__title {
        margin-bottom: 21px; } }

.contact__text {
  margin-bottom: 32px; }
  @media (max-width: 768px) {
    .contact__text {
      margin-bottom: 14px; } }
  .contact__text p {
    color: #dad9d8; }
    @media (max-width: 768px) {
      .contact__text p {
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: -0.2px; } }

.contact__subtitle {
  margin-bottom: 18px;
  font-size: 24px;
  letter-spacing: 0.3px; }
  @media (max-width: 768px) {
    .contact__subtitle {
      line-height: 1.2;
      font-size: 19px;
      letter-spacing: 0px; } }

.contact__telephone {
  display: inline-block;
  margin: 0 0 9px;
  font-size: 20px; }
  @media (max-width: 768px) {
    .contact__telephone {
      font-size: 17px;
      margin: 0 0 18px; } }

.contact__map {
  width: 100%;
  margin-bottom: 8px; }
  @media (max-width: 768px) {
    .contact__map {
      padding: 0 !important;
      margin: 0; } }
  @media (max-width: 768px) {
    .contact__map-desktop {
      display: none; } }
  @media (min-width: 769px) {
    .contact__map-mobile {
      display: none; } }

.contact__form {
  position: relative;
  left: 0; }
  @media (max-width: 768px) {
    .contact__form {
      left: 0; } }
  .contact__form .gform_wrapper .gform_body {
    width: 100%;
    font-size: 14px;
    letter-spacing: 0.2px; }
  .contact__form .gform_wrapper ul.gform_fields:not(.top_label) .gfield_label {
    width: 32%;
    line-height: 1.28571;
    letter-spacing: 0.3px;
    margin-bottom: 0;
    padding-left: 0;
    padding-top: 11px; }
    @media (max-width: 768px) {
      .contact__form .gform_wrapper ul.gform_fields:not(.top_label) .gfield_label {
        display: none; } }
  .contact__form .gform_wrapper ul.gform_fields:not(.top_label) .gfield_label[for="input_1_6"] {
    padding-top: 8px; }
  .contact__form .ginput_container {
    float: left;
    width: 68%; }
    @media (max-width: 768px) {
      .contact__form .ginput_container {
        width: 100%; } }
  .contact__form .gform_wrapper .gform_footer:not(.top_label) {
    padding: 0;
    margin: 0;
    width: 100%; }
    @media (max-width: 768px) {
      .contact__form .gform_wrapper .gform_footer:not(.top_label) {
        text-align: center; } }
  .contact__form .gform_wrapper ul.gform_fields li.gfield {
    float: left;
    width: 100%;
    margin-top: 0;
    padding-right: 0; }
  .contact__form .gform_wrapper form ul.gform_fields.left_label li.gfield,
  .contact__form .gform_wrapper form ul.gform_fields.right_label li.gfield,
  .contact__form .gform_wrapper ul.gform_fields.left_label li.gfield,
  .contact__form .gform_wrapper ul.gform_fields.right_label li.gfield {
    margin-bottom: 13px; }
    @media (max-width: 768px) {
      .contact__form .gform_wrapper form ul.gform_fields.left_label li.gfield,
      .contact__form .gform_wrapper form ul.gform_fields.right_label li.gfield,
      .contact__form .gform_wrapper ul.gform_fields.left_label li.gfield,
      .contact__form .gform_wrapper ul.gform_fields.right_label li.gfield {
        margin-bottom: 12px; } }
  .contact__form .gform_wrapper input,
  .contact__form .gform_wrapper select {
    padding: 12px !important;
    outline: 0;
    background-color: #fff !important;
    width: 100% !important;
    border: 0;
    font-size: 16px !important;
    box-sizing: border-box;
    border-radius: 0;
    height: 43px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-appearance: none;
    -webkit-border-radius: 0px; }
    @media (max-width: 768px) {
      .contact__form .gform_wrapper input,
      .contact__form .gform_wrapper select {
        padding: 9px 8px 8px !important;
        font-size: 14px !important;
        line-height: 1 !important;
        height: 35px !important; } }
  .contact__form .gform_wrapper input:focus,
  .contact__form .gform_wrapper select:focus {
    background-color: #f7f7f7 !important;
    box-shadow: inset 0px -2px 0px #d66f03; }
  .contact__form .gform_wrapper input:focus,
  .contact__form .gform_wrapper input:valid,
  .contact__form .gform_wrapper select:focus,
  .contact__form .gform_wrapper select:valid {
    color: #3a3d2d; }
  .contact__form .gform_wrapper input:focus ~ .line,
  .contact__form .gform_wrapper input:valid ~ .line,
  .contact__form .gform_wrapper select:focus ~ .line,
  .contact__form .gform_wrapper select:valid ~ .line {
    background: #d66f03;
    width: 100%; }
  .contact__form .gform_wrapper select {
    margin-left: 0 !important;
    font-size: 16px;
    background-image: url(images/carret-select.png);
    background-repeat: no-repeat;
    background-size: 7px 12px;
    background-position: 98% 17px;
    background-position: right 6px top 17px; }
    @media (max-width: 768px) {
      .contact__form .gform_wrapper select {
        color: #6b7b78 !important;
        text-transform: uppercase;
        background-size: 6px 11px;
        background-position: 94% 13px;
        background-position: right 16px top 13px; } }
  .contact__form .gform_button {
    margin: 35px 0 17px;
    padding: 8px 23px !important;
    font-size: 19px !important;
    font-family: "Montserrat", sans-serif !important;
    color: #eb9657;
    background: transparent;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: #eb9657; }
    .contact__form .gform_button:hover {
      color: #fff;
      -webkit-text-fill-color: #fff; }
    @media (max-width: 768px) {
      .contact__form .gform_button {
        margin: 13px 0 9px;
        padding: 10px 16px !important;
        font-size: 14px !important; } }
  .contact__form .gform_wrapper div.validation_error {
    font-weight: 400;
    border-width: 1px; }
  .contact__form .gform_wrapper li.gfield.gfield_error,
  .contact__form .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent;
    margin-bottom: 0;
    border-top: none;
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 0; }
  .contact__form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
  .contact__form .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 0 !important; }
  .contact__form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    padding-right: 0; }
  .contact__form .gform_wrapper ul.gform_fields li.gfield.gfield_error + li.gfield.gfield_error {
    margin-top: 0; }
  .contact__form .gform_wrapper .field_description_below .gfield_description {
    padding: 2px 0 6px; }
  .contact__form .gform_wrapper .validation_message {
    font-weight: 400; }
  .contact__form .gform_wrapper .left_label .gfield_description,
  .contact__form .gform_wrapper .left_label .instruction,
  .contact__form .gform_wrapper .right_label .gfield_description,
  .contact__form .gform_wrapper .right_label .instruction {
    width: 68%;
    margin-left: 32%;
    text-align: left; }
  .contact__form .gform_confirmation_message {
    font-size: 15px;
    color: #1c322e;
    padding: 0 0 32px; }
  .contact__form .gfield_required {
    display: none; }
  .contact__form-legal, .contact__form-link {
    color: #2c433f; }
  .contact__form-legal {
    display: block;
    float: left;
    width: 100%; }
    @media (max-width: 768px) {
      .contact__form-legal {
        float: none;
        width: 100%;
        max-width: 250px;
        margin: 0 auto; } }
    .contact__form-legal p {
      font-size: 14px;
      line-height: 1.2; }
      @media (max-width: 768px) {
        .contact__form-legal p {
          font-size: 12px;
          line-height: 1.3; } }
    .contact__form-legal a {
      border-bottom: 1px solid #1c322e; }

@media (min-width: 769px) {
  .contact__form form input::-webkit-input-placeholder {
    color: #fff;
    font-size: 16px;
    opacity: 0; }
  .contact__form form input:-moz-placeholder {
    color: #fff;
    font-size: 16px;
    opacity: 0; }
  .contact__form form input::-moz-placeholder {
    color: #fff;
    font-size: 16px;
    opacity: 0; }
  .contact__form form input:-ms-input-placeholder {
    color: #fff !important;
    font-size: 16px; } }

.contact__form form input::-webkit-input-placeholder {
  color: #6b7b78;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 400; }

.contact__form form input:-moz-placeholder {
  color: #6b7b78;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 400; }

.contact__form form input::-moz-placeholder {
  color: #6b7b78;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  opacity: 1; }

.contact__form form input:-ms-input-placeholder {
  color: #6b7b78;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 400; }

body.page-id-893 .contact-block,
body.page-id-891 .contact-block,
body.page-id-1317 .contact-block,
body.page-id-1325 .contact-block {
  display: none; }

@media (min-width: 1021px) {
  body.page-template-page-location .copy__box {
    padding: 119px 0 112px; } }

@media (min-width: 1021px) and (max-width: 1160px) {
  body.page-template-page-location .copy__box--title {
    padding-left: 20px; } }

@media (max-width: 768px) {
  body.page-template-page-apartments .copy--large {
    padding-bottom: 26px; } }

@media (min-width: 1021px) {
  body.page-template-page-apartments .copy__box {
    padding: 122px 0 98px; } }

@media (min-width: 1021px) and (max-width: 1160px) {
  body.page-template-page-apartments .copy__box--title {
    padding-left: 20px; } }

@media (max-width: 768px) {
  body.page-template-page-apartments .copy__box--title {
    padding: 0 0 21px !important; } }

body.page-template-page-apartments .copy__box--content .contain-inner {
  max-width: 692px; }

.copy {
  position: relative;
  float: left;
  width: 100%; }
  .copy--large {
    background: #1c322e; }
    @media (max-width: 1020px) {
      .copy--large {
        padding: 64px 0 18px; } }
    @media (max-width: 768px) {
      .copy--large {
        padding: 44px 20px 31px; } }
  .copy__box {
    float: left;
    width: 50%;
    padding: 130px 0 155px; }
    @media (max-width: 1020px) {
      .copy__box {
        width: 100%; } }
    @media (max-width: 1160px) {
      .copy__box--title {
        padding-left: 20px !important; } }
    @media (max-width: 1020px) {
      .copy__box--title {
        padding: 0 0 46px !important; } }
    @media (max-width: 768px) {
      .copy__box--title {
        padding: 0 0 28px !important; } }
    .copy__box--title .contain-inner {
      display: block;
      width: 100%;
      max-width: 502px;
      margin: 0 auto; }
    @media (max-width: 1020px) {
      .copy__box--content {
        padding: 0 0 46px !important; } }
    @media (max-width: 768px) {
      .copy__box--content {
        padding: 0 !important; } }
    .copy__box--content .contain-inner {
      display: block;
      width: 100%;
      max-width: 694px;
      padding: 0 93px 0 33px;
      margin: 0 auto; }
      @media (max-width: 1160px) {
        .copy__box--content .contain-inner {
          padding: 0 20px 0 0; } }
      @media (max-width: 768px) {
        .copy__box--content .contain-inner {
          padding: 0; } }
  .copy__title {
    margin: 3px 0 0;
    max-width: 440px;
    font-size: 60px;
    line-height: 1.05;
    color: #9ca9a5;
    font-weight: 400;
    letter-spacing: 1.5px; }
    @media (max-width: 1020px) {
      .copy__title {
        font-size: 48px; } }
    @media (max-width: 768px) {
      .copy__title {
        font-size: 34px;
        line-height: 1.09956; } }
    .copy__title strong {
      color: #dad9d8;
      font-weight: inherit; }
  .copy__content p {
    margin-bottom: 45px; }
    @media (max-width: 768px) {
      .copy__content p {
        margin-bottom: 20px; } }
    .copy__content p:last-child {
      margin-bottom: 0; }

@media (max-width: 768px) {
  body.page-template-page-building .copy--large {
    padding: 38px 20px 51px !important; } }

@media (min-width: 769px) {
  body.page-template-page-building .copy__box {
    padding: 130px 0 130px; } }

body.page-template-page-building .copy__title {
  max-width: 100%; }
  @media (max-width: 768px) {
    body.page-template-page-building .copy__title {
      letter-spacing: 1px;
      margin-bottom: 3px !important; } }

.hero {
  position: relative;
  float: left;
  width: 100%;
  padding: 262px 0 68px;
  background-color: #1c322e;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1; }
  @media (max-width: 1160px) {
    .hero {
      padding: 166px 0 68px; } }
  @media (max-width: 768px) {
    .hero {
      padding: 130px 0 29px; } }
  .hero:before {
    content: " ";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1c322e;
    opacity: 0.33; }
  .hero__content {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center; }
  .hero__logo {
    margin: 0 0 61px; }
    @media (max-width: 768px) {
      .hero__logo {
        display: none; } }
  .hero__prices {
    margin: 0 0 35px; }
    @media (max-width: 768px) {
      .hero__prices {
        margin: 0 0 8px; } }
  .hero__button {
    text-align: center; }
    .hero__button a {
      font-size: 21px; }
      @media (max-width: 768px) {
        .hero__button a {
          width: 100%;
          max-width: 250px;
          font-size: 18px; } }

.price {
  display: inline-block;
  vertical-align: top;
  width: auto;
  min-width: 234px;
  max-width: 280px;
  margin: 0 16px 38px;
  padding: 0;
  font-family: "Bodoni Classico W00", serif;
  font-style: italic;
  /*
    &.col-13{
        width: percentage(1/3);
    }

    &.col-12{
        width: 50%;
    }
    */ }
  @media (max-width: 768px) {
    .price {
      margin: 0 16px 22px; } }
  .price__title {
    margin: 0 0 -1px;
    font-size: 33px;
    line-height: 1;
    color: #fff;
    letter-spacing: 1px; }
    @media (max-width: 768px) {
      .price__title {
        margin: 0;
        font-size: 22px;
        letter-spacing: 0.5px; } }
  .price__prefix {
    margin: 0 0 -3px;
    font-size: 19.5px;
    line-height: 1;
    color: #9ca9a5;
    text-transform: uppercase; }
    @media (max-width: 768px) {
      .price__prefix {
        margin: 0;
        font-size: 15px; } }
  .price__value {
    margin: 0;
    font-size: 40px;
    line-height: 1;
    color: #fff;
    letter-spacing: 1px; }
    @media (max-width: 768px) {
      .price__value {
        font-size: 30px;
        letter-spacing: 1.3px; } }

.quote {
  position: relative;
  float: left;
  width: 100%;
  background: #1c322e;
  padding: 136px 0 129px; }
  @media (max-width: 768px) {
    .quote {
      padding: 42px 0 33px; } }
  @media (max-width: 768px) {
    .quote > .wrapper > .container {
      padding: 0 14px; } }
  .quote__content {
    position: relative;
    margin: 0 0 43px;
    left: -5px;
    font-family: "bodoni-urw", serif;
    font-size: 41px;
    text-align: center;
    text-transform: uppercase; }
    @media (max-width: 768px) {
      .quote__content.only-desktop {
        display: none; } }
    @media (min-width: 769px) {
      .quote__content.only-small {
        display: none; } }
    @media (max-width: 768px) {
      .quote__content {
        margin: 0 0 28px;
        left: 0; } }
    .quote__content p {
      position: relative;
      font-family: "bodoni-urw", serif;
      font-size: 41px;
      line-height: 1.22;
      letter-spacing: 0.7px;
      font-style: italic;
      color: #a4aaa8; }
      @media (max-width: 768px) {
        .quote__content p {
          font-size: 23px; } }
      .quote__content p strong {
        color: #fff;
        font-weight: 400; }
      .quote__content p:first-child:before {
        content: "“";
        position: absolute;
        margin-top: -7px;
        margin-left: -34px;
        font-size: 60px; }
        @media (max-width: 768px) {
          .quote__content p:first-child:before {
            margin-top: -5px;
            margin-left: -15px;
            font-size: 27px; } }
      .quote__content p:last-child:after {
        content: "”";
        position: absolute;
        margin-top: -9px;
        margin-left: 6px;
        font-size: 60px; }
        @media (max-width: 768px) {
          .quote__content p:last-child:after {
            margin-top: -5px;
            margin-left: 0;
            font-size: 27px; } }
  .quote__credit {
    display: block;
    width: 100%;
    max-width: 669px;
    margin: 0 auto;
    text-align: right;
    text-transform: uppercase; }
    @media (max-width: 768px) {
      .quote__credit {
        max-width: 502px;
        text-align: center; } }
  .quote__name {
    margin: 0 0 5px;
    font-family: "bodoni-urw", serif;
    font-size: 32.5px;
    line-height: 1;
    letter-spacing: 0.7px;
    font-style: italic; }
    @media (max-width: 768px) {
      .quote__name {
        font-size: 18px; } }
  .quote__title {
    font-family: "bodoni-urw", serif;
    font-size: 25px;
    line-height: 1;
    letter-spacing: 0.5px;
    font-style: italic; }
    @media (max-width: 768px) {
      .quote__title {
        font-size: 14px; } }

@media (min-width: 769px) {
  body.page-template-page-building .quote {
    padding: 106px 0 118px; } }

@media (max-width: 768px) {
  body.page-template-page-building .quote {
    padding: 42px 0 28px; } }

body.page-template-page-building .quote__content {
  left: 0;
  margin: 0 0 35px; }
  @media (max-width: 768px) {
    body.page-template-page-building .quote__content {
      margin: 0 0 20px; } }

@media (min-width: 769px) {
  body.page-template-page-building .quote__credit {
    max-width: 748px; } }

.incentive {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 14px 2px;
  background: #c16b5d;
  text-align: center;
  z-index: 2;
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: top;
          transform-origin: top;
  pointer-events: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  @media (max-width: 768px) {
    .incentive.only-desktop {
      display: none; } }
  @media (min-width: 769px) {
    .incentive.only-small {
      display: none; } }
  @media (max-width: 1160px) {
    .incentive {
      padding: 11px 2px; } }
  @media (max-width: 768px) {
    .incentive {
      padding: 5px 20px 7px; } }
  .incentive p {
    font-size: 20px;
    line-height: 1.15;
    color: #fff;
    letter-spacing: 0.2px; }
    @media (max-width: 1160px) {
      .incentive p {
        font-size: 18px; } }
    @media (max-width: 768px) {
      .incentive p {
        font-size: 14px;
        line-height: 1.35714; } }

.sticky .incentive,
body.menu-open .incentive {
  opacity: 0;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  pointer-events: none; }

@media (max-width: 768px) {
  body.incentive-active-mobile .hero__content {
    padding-top: 57px; } }

.plan {
  display: block;
  float: left;
  width: 100%;
  padding: 55px 0 81px;
  background: #f2f1f1;
  text-align: center; }
  @media (max-width: 768px) {
    .plan {
      padding: 46px 0 41px; } }
  @media (max-width: 768px) {
    .plan > .wrapper > .container {
      padding: 0; } }
  .plan__image {
    margin: 0 0 58px; }
    @media (max-width: 768px) {
      .plan__image {
        margin: 0 0 26px;
        padding: 0 11px; } }
  .plan__title {
    margin: 0 0 28px;
    font-size: 41px;
    color: #1c322e;
    line-height: 1; }
    @media (max-width: 768px) {
      .plan__title {
        margin: 0 0 22px;
        padding: 0 20px;
        font-size: 20px;
        letter-spacing: 0.5px; } }
  .plan__content {
    width: 100%;
    max-width: 720px;
    margin: 0 auto 10px;
    font-size: 16px;
    line-height: 2.125;
    color: #1c322e; }
    @media (max-width: 768px) {
      .plan__content {
        padding: 0 20px;
        font-size: 14px;
        line-height: 1.64286; } }

.text-image {
  position: relative;
  float: left;
  width: 100%; }
  .text-image__content, .text-image__image {
    float: left;
    width: 50%; }
    @media (max-width: 768px) {
      .text-image__content, .text-image__image {
        width: 100%; } }
  .text-image__content {
    padding: 154px 0 137px; }
    @media (max-width: 768px) {
      .text-image__content {
        padding: 42px 0 26px; } }
  .text-image__image {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0; }
    @media (max-width: 768px) {
      .text-image__image.only-desktop {
        display: none; } }
    @media (min-width: 769px) {
      .text-image__image.only-small {
        display: none; } }
    @media (max-width: 768px) {
      .text-image__image {
        position: static; } }
    .text-image__image figure {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
      @media (max-width: 768px) {
        .text-image__image figure {
          position: static;
          height: 0;
          padding-bottom: 59.53125%; } }
  .text-image .contain-inner {
    display: block;
    width: 100%;
    max-width: 502px;
    margin: 0 auto; }
    @media (max-width: 1160px) {
      .text-image .contain-inner {
        padding: 0 20px 0; } }
  .text-image__title {
    margin: 0 0 42px;
    max-width: 440px;
    font-size: 60px;
    line-height: 1.05;
    color: #9ca9a5;
    font-weight: 400;
    letter-spacing: 1.5px; }
    @media (max-width: 1020px) {
      .text-image__title {
        font-size: 48px; } }
    @media (max-width: 768px) {
      .text-image__title.only-desktop {
        display: none; } }
    @media (min-width: 769px) {
      .text-image__title.only-small {
        display: none; } }
    @media (max-width: 768px) {
      .text-image__title {
        margin: 0 0 27px;
        font-size: 34px;
        line-height: 1.09956; } }
    .text-image__title strong {
      color: #dad9d8;
      font-weight: inherit; }
  .text-image__text {
    max-width: 440px; }
    .text-image__text p {
      margin-bottom: 45px; }
      @media (max-width: 768px) {
        .text-image__text p {
          margin-bottom: 20px; } }
      .text-image__text p:last-child {
        margin-bottom: 0; }
  .text-image__button-container {
    display: block;
    width: 100%;
    float: left; }
    @media (max-width: 768px) {
      .text-image__button-container {
        text-align: center; } }
  .text-image__button {
    top: 37px;
    margin: 0 0 23px; }
    @media (min-width: 769px) {
      .text-image__button {
        left: 2px;
        padding: 12px 29px 9px;
        font-size: 16px; } }
    @media (max-width: 768px) {
      .text-image__button {
        margin: 0 0 44px;
        padding: 11px 5px 10px;
        font-size: 14px; } }

.text-image--text-right .text-image__content,
.text-image--text-right .text-image__image {
  float: right; }

.text-image--text-right .text-image__image {
  right: auto;
  left: 0; }

@media (max-width: 768px) {
  body.page-template-page-apartments .text-image--text-right {
    padding-top: 59.53125%; } }

@media (max-width: 768px) {
  body.page-template-page-apartments .text-image--text-right .text-image__image {
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0; } }

@media (min-width: 769px) {
  body.page-template-page-apartments .text-image--text-right .text-image__image figure {
    background-position: right center; } }

@media (min-width: 769px) {
  body.page-template-page-apartments .text-image__content {
    padding: 168px 0 171px; } }

@media (max-width: 768px) {
  body.page-template-page-apartments .text-image__content {
    padding: 42px 0 34px; } }

@media (min-width: 769px) {
  body.page-template-page-apartments .text-image__title {
    margin: 0 0 25px;
    max-width: 100%; } }

@media (max-width: 768px) {
  body.page-template-page-apartments .text-image__title {
    margin: 0 0 10px; } }

@media (max-width: 768px) {
  body.page-template-page-apartments .text-image.has-button .text-image__title {
    margin: 0 0 21px; } }

@media (min-width: 769px) {
  body.page-template-page-apartments .text-image__text {
    max-width: 100%; } }

.floorplan {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 84px 0;
  border-top: 1px solid #9ca9a5;
  z-index: 1; }
  @media (max-width: 1366px) {
    .floorplan {
      padding-left: 20px !important;
      padding-right: 20px !important; } }
  @media (max-width: 768px) {
    .floorplan {
      padding: 0 !important; } }
  .floorplan > .wrapper {
    max-width: 100%; }
    .floorplan > .wrapper > .container {
      padding: 0; }
      @media (max-width: 768px) {
        .floorplan > .wrapper > .container {
          padding: 0 20px; } }
  .floorplan__content {
    position: relative;
    float: right;
    width: 50%;
    padding: 0;
    padding-left: 64px; }
    .floorplan-text-position--left .floorplan__content {
      float: left;
      padding-left: 0;
      padding-right: 64px; }
    @media (max-width: 768px) {
      .floorplan__content {
        width: 100% !important;
        padding: 0 !important; } }
  .floorplan__title {
    position: relative;
    margin: -3px 0 30px;
    font-size: 41px;
    line-height: 1.05; }
    @media (max-width: 768px) {
      .floorplan__title {
        margin: 0;
        padding: 22px 0 15px;
        padding-right: 22px !important;
        font-size: 20px; } }
    .floorplan__title:after {
      content: " ";
      position: absolute;
      top: 46%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 2px;
      width: 9px;
      height: 9px;
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff;
      -webkit-transform: rotate(45deg) skew(-8deg, -8deg);
              transform: rotate(45deg) skew(-8deg, -8deg);
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      overflow: hidden; }
      .floorplan[data-open="1"] .floorplan__title:after {
        -webkit-transform: rotate(225deg) skew(-8deg, -8deg);
                transform: rotate(225deg) skew(-8deg, -8deg);
        opacity: 0.7; }
      @media (min-width: 769px) {
        .floorplan__title:after {
          display: none; } }
  .floorplan__accordion-content {
    display: block;
    float: left;
    width: 100%; }
    @media (min-width: 769px) {
      .floorplan__accordion-content {
        display: block !important; } }
    @media (max-width: 768px) {
      .floorplan__accordion-content {
        display: none;
        width: 100% !important;
        padding: 0 !important; } }
  .floorplan__text {
    margin: 0 0 29px; }
    @media (max-width: 768px) {
      .floorplan__text {
        margin: 0 0 14px; } }
    .floorplan__text p {
      font-size: 16px;
      line-height: 2.125;
      letter-spacing: -0.1px; }
      @media (max-width: 768px) {
        .floorplan__text p {
          font-size: 14px;
          line-height: 1.64286; } }
  .floorplan__price {
    font-size: 24px;
    line-height: 1;
    font-family: "Bodoni Classico W00", serif;
    font-style: italic;
    color: #9ca9a5;
    letter-spacing: 0px; }
    @media (max-width: 768px) {
      .floorplan__price {
        font-size: 20px;
        margin-bottom: 23px !important; } }
  .floorplan__image-box {
    position: relative;
    float: left;
    width: 50%;
    padding-right: 64px; }
    .floorplan-text-position--left .floorplan__image-box {
      float: right;
      padding-right: 0;
      padding-left: 64px; }
    @media (min-width: 769px) {
      .floorplan__image-box {
        display: block !important; } }
    @media (max-width: 768px) {
      .floorplan__image-box {
        width: 100% !important;
        padding: 0 !important;
        margin-bottom: 32px;
        display: none; } }
    .floorplan__image-box .inner-content {
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 63.1068%;
      background: #eaeaea; }
      @media (max-width: 768px) {
        .floorplan__image-box .inner-content {
          padding-bottom: 84.31373%;
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden; } }
  .floorplan__link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    cursor: pointer; }
    @media (max-width: 768px) {
      .floorplan__link {
        display: none; } }
  .floorplan__image {
    position: absolute;
    top: 20px;
    bottom: 17px;
    left: 30px;
    right: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 1; }
    @media (max-width: 768px) {
      .floorplan__image {
        top: 11px;
        bottom: 11px;
        left: 8px;
        right: 8px; } }
  .floorplan__overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(194, 194, 194, 0.85);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 2; }
    .floorplan__link:hover + .floorplan__overlay {
      opacity: 1; }
    @media (max-width: 768px) {
      .floorplan__overlay {
        display: none; } }
    .floorplan__overlay p {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 13px;
      right: 0;
      font-size: 25px;
      font-family: "Bodoni Classico W00", serif;
      font-style: italic;
      color: #1c322e;
      text-align: center; }
      .floorplan__overlay p:after {
        content: " ";
        position: relative;
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-left: 6px;
        background: transparent;
        border-top: 2px solid  #fff;
        border-right: 2px solid  #fff;
        padding: 0;
        -webkit-transform: rotate(45deg) skew(2deg, 2deg);
                transform: rotate(45deg) skew(2deg, 2deg); }

@media (min-width: 769px) {
  .layout--floorplan:first-child .floorplan {
    padding-top: 111px;
    padding-bottom: 52px;
    border-top: none; }
  .layout:not(.layout--floorplan) + .layout--floorplan .floorplan {
    padding-top: 111px;
    padding-bottom: 52px;
    border-top: none; }
  .layout--floorplan.last .floorplan {
    padding-bottom: 122px; }
  .layout--floorplan[data-bedrooms="1"] + .layout--floorplan[data-bedrooms="1"] .floorplan {
    padding-top: 21px;
    border-top: none; }
  .layout--floorplan[data-bedrooms="2"] + .layout--floorplan[data-bedrooms="2"] .floorplan {
    padding-top: 21px;
    border-top: none; }
  .layout--floorplan[data-bedrooms="3"] + .layout--floorplan[data-bedrooms="3"] .floorplan {
    padding-top: 21px;
    border-top: none; }
  .layout--floorplan[data-bedrooms="4"] + .layout--floorplan[data-bedrooms="4"] .floorplan {
    padding-top: 21px;
    border-top: none; }
  .layout--floorplan[data-bedrooms="5"] + .layout--floorplan[data-bedrooms="5"] .floorplan {
    padding-top: 21px;
    border-top: none; }
  .layout--floorplan[data-bedrooms="6"] + .layout--floorplan[data-bedrooms="6"] .floorplan {
    padding-top: 21px;
    border-top: none; }
  .layout--floorplan[data-bedrooms="7"] + .layout--floorplan[data-bedrooms="7"] .floorplan {
    padding-top: 21px;
    border-top: none; }
  .layout--floorplan[data-bedrooms="8"] + .layout--floorplan[data-bedrooms="8"] .floorplan {
    padding-top: 21px;
    border-top: none; }
  .layout--floorplan[data-bedrooms="9"] + .layout--floorplan[data-bedrooms="9"] .floorplan {
    padding-top: 21px;
    border-top: none; }
  .layout--floorplan[data-bedrooms="10"] + .layout--floorplan[data-bedrooms="10"] .floorplan {
    padding-top: 21px;
    border-top: none; } }

@media (max-width: 768px) {
  .layout--floorplan:first-child .floorplan {
    border-top: none; }
    .layout--floorplan:first-child .floorplan__title {
      padding: 34px 0 27px; }
  .layout:not(.layout--floorplan) + .layout--floorplan .floorplan {
    border-top: none; }
    .layout:not(.layout--floorplan) + .layout--floorplan .floorplan__title {
      padding: 34px 0 27px; }
  .layout--floorplan:last-child .floorplan__title {
    padding: 34px 0 27px; }
  .layout--floorplan.last .floorplan__title {
    padding: 34px 0 27px; } }

.js-floorplan[data-modal="1"] {
  z-index: 9999; }
  .js-floorplan[data-modal="1"] .modal {
    display: block; }

.modal {
  position: fixed;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 10000;
  display: none; }
  .modal__inner {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1262px;
    margin: 0 auto;
    background: #fff; }
  .modal__header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 21px 26px 18px; }
  .modal__title {
    margin: 0 0 15px;
    padding-right: 40px;
    font-family: "Bodoni Classico W00", serif;
    font-size: 41px;
    line-height: 1.05; }
  .modal__info {
    height: 34px; }
    .modal__info__item {
      display: inline-block;
      float: left;
      margin-right: 28px;
      color: #414f4b; }
      .modal__info__item span {
        display: inline-block;
        float: left; }
      .modal__info__item .item-count {
        font-size: 16px;
        padding-top: 1px;
        margin-right: 11px; }
      .modal__info__item .item-icon {
        height: 24px;
        background-repeat: no-repeat;
        background-position: top;
        background-size: contain; }
        .modal__info__item .item-icon svg {
          width: 24px;
          display: none; }
        .modal__info__item .item-icon-bed {
          background-image: url(images/icon-bed.svg);
          width: 24px; }
        .modal__info__item .item-icon-bath {
          background-image: url(images/icon-bath.svg);
          width: 24px; }
        .modal__info__item .item-icon-car {
          background-image: url(images/icon-car.svg);
          width: 36px;
          margin-top: 4px; }
  .modal__content {
    position: absolute;
    top: 113px;
    left: 0;
    right: 0;
    padding: 0; }
    .modal__content-inner {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 0;
      right: 0;
      max-height: 100%;
      padding: 0 18px 0;
      text-align: center; }
  .modal__image {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all 0s;
    transition: all 0s; }
  .modal__footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
  .modal__scale {
    display: inline-block;
    float: left;
    width: 306px;
    height: 85px;
    margin: 0 26px 21px; }
    .modal__scale-inner {
      width: 100%;
      height: 100%;
      background-image: url(images/scale.png);
      background-repeat: no-repeat;
      background-position: left bottom;
      background-size: contain;
      -webkit-transition: all 0s;
      transition: all 0s; }
  .modal__logo {
    position: absolute;
    display: inline-block;
    float: right;
    bottom: 14px;
    right: 20px;
    width: 100%;
    max-width: 232px; }
    .modal__logo svg {
      width: 100%; }
  .modal__overlay {
    display: none;
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    background: rgba(0, 0, 0, 0.65);
    z-index: -1;
    cursor: pointer; }
    .js-floorplan[data-modal="1"] .modal__overlay {
      display: block; }
  .modal__close {
    position: absolute;
    top: 0;
    right: 0;
    width: 64px;
    height: 64px;
    cursor: pointer; }
    .modal__close span {
      position: absolute;
      width: 32px;
      height: 4px;
      border: none;
      border-radius: 3px;
      background: #b2b7b6;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
      .modal__close span.first {
        top: 31px;
        left: 16px;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      .modal__close span.second {
        top: 31px;
        left: 16px;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
    .modal__close:hover span {
      background: #000; }

body.page-template-page-team .context--page-head {
  background-position: center center; }
  body.page-template-page-team .context--page-head:before {
    opacity: 0.5; }

body.page-template-page-team .main {
  background: #fff; }

.team {
  margin: 0;
  padding: 58px 0 24px;
  background: #f2f1f1; }
  @media (max-width: 768px) {
    .team {
      padding: 21px 0 7px; } }

.partner {
  position: relative;
  margin: 0 0 38px;
  background: #f6f6f6; }
  @media (max-width: 768px) {
    .partner {
      margin: 0 0 43px; } }
  .partner__content {
    float: left;
    width: 69.2%;
    padding: 39px 45px 26px 53px; }
    @media (max-width: 1020px) {
      .partner__content {
        width: 100%; } }
    @media (max-width: 768px) {
      .partner__content {
        padding: 0 15px 18px; } }
    .partner--image-left .partner__content {
      float: right; }
      @media (max-width: 768px) {
        .partner--image-left .partner__content {
          padding-top: 62.5%;
          padding-bottom: 29px; } }
  .partner__image {
    float: left;
    width: 30.8%; }
    @media (max-width: 1020px) {
      .partner__image {
        width: 100%; } }
    @media (max-width: 1020px) {
      .partner__image figure {
        height: 0;
        padding-bottom: 62.5%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover; }
        .partner__image figure img {
          display: none !important; } }
    @media (max-width: 768px) {
      .partner--image-left .partner__image {
        position: absolute;
        top: 0;
        left: 0;
        right: 0; } }
  .partner--image-left .partner__head {
    padding-right: 8px; }
    @media (max-width: 768px) {
      .partner--image-left .partner__head {
        padding-right: 0; } }
  .partner__title {
    float: left;
    width: 75%;
    padding: 33px 0 0;
    margin: 0 0 22px;
    font-size: 35px;
    line-height: 1;
    color: #4d5d5a; }
    @media (max-width: 768px) {
      .partner__title {
        width: 100%;
        margin: 0 0 15px;
        font-size: 18px; } }
  .partner__logo {
    float: right;
    width: 25%;
    text-align: right; }
    @media (max-width: 768px) {
      .partner__logo {
        width: 100%;
        margin: 30px 0 13px;
        text-align: center; } }
    .partner__logo img {
      max-width: 100%;
      height: auto; }
  .partner__text {
    color: #4d5d5a; }
    .partner--image-right .partner__text {
      padding-right: 29px; }
      @media (max-width: 768px) {
        .partner--image-right .partner__text {
          padding-right: 0; } }
    .partner__text p {
      font-size: 16px;
      line-height: 2.25; }
      @media (max-width: 768px) {
        .partner__text p {
          width: 101%;
          font-size: 14px;
          line-height: 1.64286; } }
  @media (max-width: 768px) {
    .partner:nth-child(2) .partner__logo {
      position: relative;
      top: -9px; } }
  .partner:nth-child(3) .partner__logo {
    margin-top: -13px; }
    @media (max-width: 768px) {
      .partner:nth-child(3) .partner__logo {
        position: relative;
        margin-top: 18px;
        top: 6px;
        right: -12px; } }
  .partner:nth-child(4) .partner__logo {
    margin-top: -13px; }
    @media (max-width: 768px) {
      .partner:nth-child(4) .partner__logo {
        position: relative;
        top: 14px;
        margin-top: 8px;
        right: -10px; } }

/* Pages */
body.page-template-page-minimal .context--page-head {
  padding: 96px 0;
  background-position: center center; }
  @media (max-width: 768px) {
    body.page-template-page-minimal .context--page-head {
      padding: 46px 38px; } }
  body.page-template-page-minimal .context--page-head:before {
    display: none; }
  @media (max-width: 768px) {
    body.page-template-page-minimal .context--page-head > .wrapper > .container {
      padding: 0; } }
  body.page-template-page-minimal .context--page-head .head-logo a {
    display: block;
    text-align: center; }
    body.page-template-page-minimal .context--page-head .head-logo a svg {
      display: inline-block;
      max-width: 100%;
      width: 400px;
      height: auto; }

body.page-template-page-minimal .header:not(.sticky) {
  opacity: 0; }

.main--minimal {
  background: #dedcdd; }

.content-minimal {
  position: relative;
  padding: 96px 0 96px;
  background: #dedcdd; }
  @media (max-width: 768px) {
    .content-minimal {
      padding: 36px 0 36px; } }
  .content-minimal > .wrapper {
    max-width: 1000px; }
    @media (max-width: 768px) {
      .content-minimal > .wrapper > .container {
        padding: 0 16px; } }
  .content-minimal a {
    color: #d66f03;
    text-decoration: underline; }
    .content-minimal a:hover {
      opacity: 0.7; }
  .content-minimal h1 {
    font-size: 60px;
    text-transform: uppercase;
    color: #1c322e; }
    @media (max-width: 768px) {
      .content-minimal h1 {
        margin: 0 0 7px;
        font-size: 32px;
        line-height: 44px; } }
  .content-minimal *, .content-minimal p {
    color: #1c322e; }
  .content-minimal p {
    font-family: "MontserratLight", "Montserrat", sans-serif; }
    @media (max-width: 768px) {
      .content-minimal p {
        font-size: 13px;
        line-height: 28px; } }
  .content-minimal blockquote {
    color: #1c322e; }
    .content-minimal blockquote p {
      color: #1c322e; }
  .content-minimal ul {
    margin: 0;
    margin-bottom: 24px;
    padding: 0;
    padding-left: 20px; }
    @media (max-width: 768px) {
      .content-minimal ul {
        margin-bottom: 19px;
        padding-left: 16px; } }
    .content-minimal ul li {
      position: relative;
      padding: 0;
      font-family: "MontserratLight", "Montserrat", sans-serif; }
      @media (max-width: 768px) {
        .content-minimal ul li {
          font-size: 13px;
          line-height: 28px; } }
  .content-minimal img {
    max-width: 100%;
    height: auto; }

.back-link {
  display: block;
  margin-bottom: 30px;
  font-family: "MontserratLight", "Montserrat", sans-serif; }
  @media (max-width: 768px) {
    .back-link {
      margin: 0 0 16px; } }
  .back-link a {
    display: inline-block;
    color: #1c322e;
    line-height: 1.6875rem;
    border-bottom: 1px solid #1c322e;
    text-decoration: none; }
    @media (max-width: 768px) {
      .back-link a {
        font-size: 13px;
        line-height: 21px; } }

/* Vendor */
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?aroe1q");
  src: url("fonts/icomoon.eot?aroe1q#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?aroe1q") format("truetype"), url("fonts/icomoon.woff?aroe1q") format("woff"), url("fonts/icomoon.svg?aroe1q#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

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

.icon-cancel-circle:before {
  content: "\ea0d"; }

.icon-cross:before {
  content: "\ea0f"; }

.icon-arrow-right2:before {
  content: "\ea3c"; }

@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-search:before {
  content: "\f002"; }

.fa-download:before {
  content: "\f019"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before,
.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before,
.fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before,
.fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

/* Slick Slider */
.slick-slider {
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  touch-action: auto;
  -ms-touch-action: auto; }

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

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

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

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

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

.slick-dots {
  padding-left: 0;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1262px;
  margin: 0 auto;
  list-style-type: none;
  z-index: 2; }
  .slick-dots li {
    display: inline-block;
    margin-right: 5px; }
    .slick-dots li button {
      text-indent: -900em;
      overflow: hidden;
      width: 19px;
      height: 19px;
      background: #dad9d8;
      border-radius: 50%;
      padding: 0;
      margin-right: 6px;
      opacity: 1;
      -webkit-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out; }
    .slick-dots li.slick-active button, .slick-dots li:hover button {
      background: #dad9d8; }

.slick-arrow-container {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 1262px;
  width: 100%;
  height: 1px;
  padding: 0;
  overflow: visible;
  -webkit-transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 1; }

.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1;
  top: 50%;
  top: calc(50% - 18px);
  color: #fff;
  width: 32px;
  height: 32px;
  text-indent: -900em;
  overflow: visible;
  background: transparent;
  border: none;
  padding: 0;
  -webkit-transform: rotate(45deg) skew(2deg, 2deg);
          transform: rotate(45deg) skew(2deg, 2deg);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  opacity: 1;
  outline: 0;
  outline: none;
  -webkit-appearance: none;
  pointer-events: auto; }
  .slick-prev:hover,
  .slick-next:hover {
    background: transparent;
    border-color: #d66f03; }
  @media (max-width: 768px) {
    .slick-prev,
    .slick-next {
      width: 10px;
      height: 10px;
      top: calc(50% - 10px); } }

.slick-next {
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
  right: 21px; }
  @media (max-width: 768px) {
    .slick-next {
      border-width: 2px;
      right: 13px; }
      .slick-next:after {
        content: " ";
        position: absolute;
        display: block;
        top: -60px;
        left: -30px;
        right: -30px;
        bottom: -60px;
        -webkit-transform: rotate(-45deg) skew(0deg, 0deg);
                transform: rotate(-45deg) skew(0deg, 0deg); } }

.slick-prev {
  border-bottom: 5px solid #fff;
  border-left: 5px solid #fff;
  left: 21px; }
  @media (max-width: 768px) {
    .slick-prev {
      border-width: 2px;
      left: 13px; }
      .slick-prev:after {
        content: " ";
        position: absolute;
        display: block;
        top: -60px;
        left: -30px;
        right: -30px;
        bottom: -60px;
        -webkit-transform: rotate(-45deg) skew(0deg, 0deg);
                transform: rotate(-45deg) skew(0deg, 0deg); } }

/*** Responsive Tables ***/
@media (max-width: 768px) {
  .js-responsive-table {
    margin-bottom: 0; }
  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 150px;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc; }
  .pinned table {
    border-right: none;
    border-left: none;
    width: 100%; }
  .pinned table th,
  .pinned table td {
    white-space: nowrap; }
  .pinned td:last-child {
    border-bottom: 0; }
  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-right: 1px solid #ccc; }
  div.table-wrapper div.scrollable {
    margin-left: 150px; }
  div.table-wrapper div.scrollable {
    overflow: scroll;
    overflow-y: hidden; }
  .js-responsive-table td,
  .js-responsive-table th {
    position: relative;
    white-space: nowrap;
    overflow: hidden; }
  .js-responsive-table th:first-child,
  .js-responsive-table td:first-child,
  .js-responsive-table td:first-child,
  .js-responsive-table.pinned td {
    display: none; } }

/*# sourceMappingURL=style.css.map */
