@charset "UTF-8";
/*! Made with Bones: http://themble.com/bones :) */
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio, canvas, video {
  display: inline-block;
}
/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b, strong, .strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn, em, .em {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before, q:after {
  content: "";
  content: none;
}
small, .small {
  font-size: 75%;
}
/**
 * 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;
}
/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl, menu, ol, ul {
  margin: 1em 0;
}
dd {
  margin: 0;
}
/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px;
}
ol, ul {
  padding: 0;
  list-style-type: none;
}
/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button, input, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button, input {
  line-height: normal;
}
/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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"] {
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default;
}
/**
 * 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 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.image-replacement, .ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.clearfix, .cf {
  zoom: 1;
}
.clearfix:before, .clearfix:after, .cf:before, .cf:after {
  content: "";
  display: table;
}
.clearfix:after, .cf:after {
  clear: both;
}
/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville, "Goudy Old Style", Palatino, "Book Antiqua", serif !important;
  font-style: italic;
}
/**
* SassFlexbox
* Manage Flexbox in Sass easily.
*
* @author     Samuel Marchal (zessx)
* @version    0.1
*/
/*
    Display
 */
body .aligned-form, .footer-site__inner li a, .site-introduction__social li a, .instagram__social a, .header-language-bar__inner, .header-language-bar__inner ul, .header-language-bar__inner a, .header-villa-capponi__inner, #menu-main-menu, .footer__inner, .footer-site__inner, .site-introduction__inner, .site-introduction__section__inner, .announcement_inner, .instagram__inner, .image-section__inner, .archive-residency__row, .archive-residency__residency, .archive-residency__residency__inner, .archive-residency__residency__overlay, .amenities-list-card__inner, .amenities-list-card__title, .archive-press__press, .archive-press__press__inner, .archive-press__press__overlay, .swiper-pagination.residency-gallery__pagination, .pretty-map-legend__top-borders, .pretty-map-download__inner, .swiper-pagination.simple-gallery__pagination, .development-partners-intro__partner__logo__wrapper, .development-partners-intro-link__inner, .development-partners-list__partner__logo__wrapper, .development-partners-list-link__inner {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/*
    Flex direction
 */
body .aligned-form {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.site-introduction__inner, .site-introduction__section__inner, .announcement_inner, .instagram__inner, .image-section__inner, .archive-residency__residency__overlay, .amenities-list-card__title, .archive-press__press__overlay {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
/*
    Flex wrap
 */
.site-introduction__row, .announcement__row, .instagram__row, .text-3-column-w-quote__left__row, .text-3-column-w-quote__right__row, .text-3-column-w-quote__right else__row, .text-3-column-separate__row, .partners__row, .text-with-list__row, .text-with-list else__row, .text-with-list-2__row, .archive-residency-header__row, .amenities-list-header__row, .residency-plans__row, .residency-see-more__row, .portraits-with-text__row, .text-alongside-image__row, .development-partners-intro__row, .development-partners-list__row {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}
.register-interest__form__row, .archive-residency__row, .archive-residency__row, .archive-amenity__row, .archive-press_article__row {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/*
    Flex flow
 */
/*
    Order
 */
/*
    Flex grow
 */
/*
    Flex shrink
 */
/*
    Flex basis
 */
/*
    Flex
 */
/*
    Justify content
 */
.footer-site__inner li a, .site-introduction__social li a, .instagram__social a, .header-language-bar__inner .qtranxs_widget:nth-child(2) li a, #menu-main-menu, .amenities-list-card__title, .swiper-pagination.residency-gallery__pagination, .swiper-pagination.simple-gallery__pagination {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-flex-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
/*
    Align items
 */
body .aligned-form, .footer-site__inner li a, .site-introduction__social li a, .instagram__social a, .header-language-bar__inner, .header-language-bar__inner .qtranxs_widget:nth-child(2) li a, .header-villa-capponi__inner, #menu-main-menu, #menu-main-menu .menu-item a, .footer__inner, .footer-site__inner, .amenities-list-card__title, .swiper-pagination.residency-gallery__pagination, .swiper-pagination.simple-gallery__pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
/*
    Align self
 */
/*
    Align content
 */
/*

regular-columns:
margin: [left/right/top/bottom cell padding]
margin-x: [left/right padding]
columns: [number of columns]
wrap: [wrap/nowrap] default nowrap
size: [md/sm-xs etc] default md
margin-only: [set when padding NOT intended for SM-XS] default unset
direction: [reverse] default unset
 */
/* 2 columns, left 2 wide, right 1 wide, reversing when narrow */
/* 2 columns, left 1 wide, right 2 wide */
/* columns
'size'=>'a',  (one of the breakpoints)
'basis'=>4, (number of effective columns)
'margin'=>15, (margin horiz & vertical)
'margin-x'=>15, (margin - horiz only)
'cols'=>1,3  (column width for each column)
'order'=>3,1,2  (order that columns should appear e.g. 3rd column then 1st column then 2nd column)
 */
.header-language-bar__inner, .header-villa-capponi__inner, #menu-main-menu, #menu-main-menu .sub-menu, .footer__inner, .footer-site__inner, .site-introduction__inner, .announcement__inner, .instagram__inner, .register-interest__inner, .text-3-column__inner, .text-3-column-w-quote__inner, .residency-text-3-column__inner, .text-3-column-separate__inner, .text-1-column__inner, .residency-text-1-column__inner, .partners__inner, .video__inner.video__embedded, .video-gallery__inner, .text-with-list__inner, .text-with-list-2__inner, .archive-residency-header__inner, .archive-residency__inner, .archive-amenity__inner, .amenities-list-header__inner, .archive-press_article__inner, .residency-plans__inner, .residency-see-more__inner, .residency-gallery__inner .swiper-slide, .pretty-map-legend__inner, .pretty-map-download__inner, .section-image__inner, .section-link__inner, .google-map-after__inner, .simple-gallery__inner .swiper-slide, .portraits-with-text__inner, .text-alongside-image__inner, .development-partners-intro__inner, .development-partners-intro-link__inner, .development-partners-list__inner, .development-partners-list-link__inner {
  max-width: 1280px;
  margin: auto;
}
.text-3-column__inner, .text-3-column-w-quote__inner, .residency-text-3-column__inner, .development-partners-intro, .development-partners-list {
  padding: 30px 0;
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .register-interest, .archive-amenity__inner, .amenities-list-header, .google-map-after {
    padding: 70px 0;
  }
}
/* remove this next bit */
.hidden {
  display: none;
}
.button, .archive-residency__residency__button__wrapper span, .section-link__button, button {
  display: inline-block;
}
.button, .archive-residency__residency__button__wrapper span, .section-link__button, button {
  border: 1px solid #73243D;
  padding: 11px 25px;
  background-color: inherit;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .button, .archive-residency__residency__button__wrapper span, .section-link__button, button {
    min-width: 370px;
  }
}
.button:hover, .archive-residency__residency__button__wrapper span:hover, .section-link__button:hover, button:hover {
  /* opacity:0.66; */
  background-color: #F4F2EF;
  transition: all 0.2s ease 0s;
}
p {
  hyphens: none;
}
a {
  text-decoration: none;
  outline: none;
}
a, a:hover, a:link, a:active, a:visited {
  color: #000;
}
.text-center {
  text-align: center;
}
a:active, a:focus {
  outline: none;
}
/* text and button aligned and adjacent */
body .aligned-form {
  height: 42px;
}
body .aligned-form input, body .aligned-form button {
  height: 100%;
  padding: 0;
  margin: 0;
  font-size: 12px;
  border: 0;
}
body .aligned-form input {
  border-radius: 5px 0 0 5px;
  padding: 0 10px;
}
body .aligned-form button {
  border-radius: 0 5px 5px 0;
  padding: 0 10px;
  min-width: inherit;
  background-color: #191B1E;
  text-transform: uppercase;
  margin-left: 2px;
}
#content {
  margin-top: 0;
}
h1, h2, h3, h4 {
  margin: 0;
}
.footer-site__inner li a, .site-introduction__social li a, .instagram__social a {
  background-color: #73243D;
  border-radius: 25px;
  font-size: 15px;
  width: 25px;
  height: 25px;
  text-align: center;
}
.footer-site__inner li a, .site-introduction__social li a, .instagram__social a, .footer-site__inner li a:hover, .site-introduction__social li a:hover, .instagram__social a:hover, .footer-site__inner li a:link, .site-introduction__social li a:link, .instagram__social a:link, .footer-site__inner li a:active, .site-introduction__social li a:active, .instagram__social a:active, .footer-site__inner li a:visited, .site-introduction__social li a:visited, .instagram__social a:visited {
  color: #ffffff;
}
.footer-site__inner li a span, .site-introduction__social li a span, .instagram__social a span {
  margin: auto;
}
.footer-site__inner li a:hover, .site-introduction__social li a:hover, .instagram__social a:hover {
  background-color: #111;
  transition: 0.2s ease all;
}
.text-3-column-w-quote__title::after, .text-1-column__content__text:last-child::after, .video__title:not(:empty)::after, .video-gallery__title:not(:empty)::after, .video-gallery__mobile__title::after, .text-with-list__title::after, .residency-text-1-column__title::after, .residency-text-3-column__title::after, .pretty-map-legend__title::after, .google-map__title::after, .simple-gallery__big-title::after {
  border: 0 !important;
}
[data-aos=fade-up] {
  transform: translateY(10px);
}
.announcement__title, .instagram__title, .register-interest__title, .text-3-column__title, .text-3-column-w-quote__title, .residency-text-3-column__title, .text-3-column-separate__title, .text-1-column__title, .residency-text-1-column__title, .partners__title, .video__title:not(:empty), .video-gallery__title:not(:empty), .video-gallery__mobile__title, .text-with-list__title, .amenities-list__subtitle, .residency-see-more__title, .pretty-map-legend__title, .section-image__title, .section-link__title, .google-map__title, .simple-gallery__big-title, .simple-gallery__title, .site-introduction__title, .image-section__title, .development-partners-intro__title, .development-partners-list__title {
  text-transform: uppercase;
  font-family: "Archer SSm A", "Archer SSm B";
  font-size: 36px;
  color: #4D5C6D;
  line-height: 55px;
  font-weight: 300;
  letter-spacing: 2px;
  padding-top: 62px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .announcement__title, .instagram__title, .register-interest__title, .text-3-column__title, .text-3-column-w-quote__title, .residency-text-3-column__title, .text-3-column-separate__title, .text-1-column__title, .residency-text-1-column__title, .partners__title, .video__title:not(:empty), .video-gallery__title:not(:empty), .video-gallery__mobile__title, .text-with-list__title, .amenities-list__subtitle, .residency-see-more__title, .pretty-map-legend__title, .section-image__title, .section-link__title, .google-map__title, .simple-gallery__big-title, .simple-gallery__title, .site-introduction__title, .image-section__title, .development-partners-intro__title, .development-partners-list__title {
    font-size: 26px;
    line-height: 40px;
  }
}
.button, .archive-residency__residency__button__wrapper span, .section-link__button, button, .pretty-map-download__link, .development-partners-intro-link__link, .development-partners-list-link__link {
  font-family: "Archer SSm A", "Archer SSm B";
  font-weight: 500;
  line-height: 30px;
  font-size: 14px;
  letter-spacing: 2px;
  color: #73243d;
}
.announcement__title:not(:empty)::after, .instagram__title:not(:empty)::after, .register-interest__title:not(:empty)::after, .text-3-column__title:not(:empty)::after, .text-3-column-w-quote__title:not(:empty)::after, .residency-text-3-column__title:not(:empty)::after, .text-3-column-separate__title:not(:empty)::after, .text-1-column__title:not(:empty)::after, .residency-text-1-column__title:not(:empty)::after, .partners__title:not(:empty)::after, .video__title:not(:empty)::after, .video-gallery__title:not(:empty)::after, .video-gallery__mobile__title:not(:empty)::after, .text-with-list__title:not(:empty)::after, .amenities-list__subtitle:not(:empty)::after, .residency-see-more__title:not(:empty)::after, .pretty-map-legend__title:not(:empty)::after, .section-image__title:not(:empty)::after, .section-link__title:not(:empty)::after, .google-map__title:not(:empty)::after, .simple-gallery__big-title:not(:empty)::after, .simple-gallery__title:not(:empty)::after {
  margin-top: 20px;
  margin-bottom: 20px;
  content: "";
  display: block;
  border-bottom: 1px solid #73243D;
  width: 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.announcement__title, .instagram__title, .register-interest__title, .text-3-column__title, .text-3-column-w-quote__title, .residency-text-3-column__title, .text-3-column-separate__title, .text-1-column__title, .residency-text-1-column__title, .partners__title, .video__title:not(:empty), .video-gallery__title:not(:empty), .video-gallery__mobile__title, .text-with-list__title, .amenities-list__subtitle, .residency-see-more__title, .pretty-map-legend__title, .section-image__title, .section-link__title, .google-map__title, .simple-gallery__big-title, .simple-gallery__title {
  text-align: center;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .announcement__title, .instagram__title, .register-interest__title, .text-3-column__title, .text-3-column-w-quote__title, .residency-text-3-column__title, .text-3-column-separate__title, .text-1-column__title, .residency-text-1-column__title, .partners__title, .video__title:not(:empty), .video-gallery__title:not(:empty), .video-gallery__mobile__title, .text-with-list__title, .amenities-list__subtitle, .residency-see-more__title, .pretty-map-legend__title, .section-image__title, .section-link__title, .google-map__title, .simple-gallery__big-title, .simple-gallery__title {
    padding-left: 25px;
    padding-right: 25px;
    max-width: none;
  }
}
.text-3-column__subtitle, .text-3-column-w-quote__subtitle, .text-3-column-separate__subtitle, .text-1-column__subtitle, .text-with-list__text__subtitle, .portraits-with-text__quote .portraits_with_text__quote__inner {
  text-align: center;
  font-family: "Archer SSm A", "Archer SSm B";
  font-weight: 500;
  color: #4D5C6D;
  font-size: 24px;
  line-height: 42px;
  margin-left: auto;
  margin-right: auto;
  max-width: 85%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .text-3-column__subtitle, .text-3-column-w-quote__subtitle, .text-3-column-separate__subtitle, .text-1-column__subtitle, .text-with-list__text__subtitle, .portraits-with-text__quote .portraits_with_text__quote__inner {
    max-width: none;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 22px;
  }
}
.text-with-list-2__text__subtitle {
  font-family: "Archer SSm A", "Archer SSm B";
  font-weight: 500;
  font-size: 24px;
  line-height: 42px;
}
.text-with-list-2__list__title {
  font-family: "Archer SSm A", "Archer SSm B";
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 1px;
}
.register-interest__form span input {
  font-size: 14px;
  line-height: 20px;
  color: #4D5C6D;
}
.site-introduction__content :first-child {
  font-family: "Archer SSm A", "Archer SSm B";
  font-weight: 600;
  color: #4D5C6D;
  font-size: 16px;
  line-height: 27px;
}
.site-introduction__section__title {
  font-family: "Gotham SSm A", "Gotham SSm B";
  line-height: 27px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0;
}
.site-introduction__section__title:not(:empty)::after {
  margin-top: 20px;
  margin-bottom: 20px;
  content: "";
  display: block;
  border-bottom: 1px solid #73243D;
  width: 30px;
}
.site-introduction__action a, .site-introduction__action a:hover, .site-introduction__action a:link, .site-introduction__action a:active, .site-introduction__action a:visited, a.announcement__block__action {
  font-family: "Archer SSm A", "Archer SSm B";
  font-size: 14px;
  font-weight: 700;
  line-spacing: 27px;
  color: #73243D;
  text-transform: uppercase;
}
.site-introduction__action a::after, .site-introduction__action a:hover::after, .site-introduction__action a:link::after, .site-introduction__action a:active::after, .site-introduction__action a:visited::after, a.announcement__block__action::after {
  content: "→";
  /* font-family: FontAwesome; */
  margin-left: 8px;
  font-size: 133%;
  transition: all 0.2s ease 0s;
}
.site-introduction__action a:hover, .site-introduction__action a:link:hover, .site-introduction__action a:active:hover, .site-introduction__action a:visited:hover, a.announcement__block__action:hover {
  color: #995F71;
  transition: all 0.2s ease 0s;
}
.site-introduction__action a:hover::after, .site-introduction__action a:link:hover::after, .site-introduction__action a:active:hover::after, .site-introduction__action a:visited:hover::after, a.announcement__block__action:hover::after {
  margin-left: 12px;
  transition: all 0.2s ease 0s;
}
.archive-residency__residency__title, .archive-press__press__title {
  font-family: "Archer SSm A", "Archer SSm B";
  font-size: 24px;
  line-height: 40px;
}
.archive-residency__residency__type, .archive-press__press__date {
  font-family: "Archer SSm A", "Archer SSm B";
  font-size: 18px;
  font-weight: 400;
}
.text-3-column-w-quote__quote, .portraits-with-text__quote {
  font-family: "Archer SSm A", "Archer SSm B";
  font-size: 28px;
  line-height: 40px;
  font-weight: 400;
}
.text-alongside-image__title, .portraits-with-text__subtitle {
  font-family: "Archer SSm A", "Archer SSm B";
  font-size: 28px;
  line-height: 40px;
  font-weight: 500;
}
.text-alongside-image__title {
  font-weight: 400;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .text-alongside-image__title {
    font-size: 22px;
    line-height: 33px;
  }
}
.residency-plans__title {
  font-family: "Archer SSm A", "Archer SSm B";
  line-height: 48px;
  font-size: 24px;
  text-transform: uppercase;
}
.residency-plans__link {
  font-family: "Archer SSm A", "Archer SSm B";
  line-height: 27px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
.footer__inner .widget_text h4, .header-villa-capponi__inner .widget_text h4 {
  font-family: "Archer SSm A", "Archer SSm B";
  font-weight: 500;
  font-size: 16px;
}
.footer__inner .widget_text .textwidget, .header-villa-capponi__inner .widget_text .textwidget {
  font-family: "Archer SSm A", "Archer SSm B";
  font-weight: 300;
  font-size: 14px;
  line-height: 25px;
}
#menu-main-menu, #menu-main-menu:hover, #menu-main-menu:link, #menu-main-menu:active, #menu-main-menu:visited {
  font-family: "Archer SSm A", "Archer SSm B";
  font-weight: 600;
}
.footer__inner .widget_text h4 {
  line-height: 23px;
  /* @include small-bar-below($main-underline-color); */
}
.footer-site__inner .widget_text .textwidget {
  font-family: "Gotham SSm A", "Gotham SSm B";
  line-height: 22px;
  font-size: 12px;
}
.site-introduction__content, .announcement__content__inner p, .text-3-column__content p, .residency-text-3-column__content p, .text-3-column-w-quote__content p, .text-3-column-separate__content p, .google-map + .text-1-column p, .partners__partner__content p, .text-with-list__row p, .text-with-list-2__row p, .amenities-list-card__description p, .residency-text-1-column__content p, .pretty-map-legend__list, .portraits-with-text__text, .text-alongside-image__text {
  font-family: "Gotham SSm A", "Gotham SSm B";
  line-height: 27px;
  font-size: 16px;
}
.section-link__text {
  font-family: "Archer SSm A", "Archer SSm B";
  font-weight: 300;
  line-height: 42px;
  font-size: 28px;
}
.text-with-list__list__list li, .text-with-list-2__list__list li {
  font-family: "Archer SSm A", "Archer SSm B";
  list-style-type: none;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  margin-top: 12px;
  padding-left: 16px;
}
.text-with-list__list__list li::before, .text-with-list-2__list__list li::before {
  content: "";
  font-family: FontAwesome;
  font-size: 3px;
  margin-left: -15px;
  margin-right: 12px;
  vertical-align: top;
}
body {
  font-family: "Gotham SSm A", "Gotham SSm B";
  /*font-size: 100%;
  line-height: 1.5;*/
  color: #4D5C6D;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-weight: 300;
  /*line-height: 25px;*/
}
.header-language-bar__inner .qtranxs_widget:nth-child(2) li a {
  font-family: "Archer SSm A", "Archer SSm B";
  font-weight: 700;
  font-size: 12px;
}
.dropdown-holder .button, .dropdown-holder .archive-residency__residency__button__wrapper span, .archive-residency__residency__button__wrapper .dropdown-holder span, .dropdown-holder .section-link__button, .dropdown-holder button {
  margin: 0;
}
.dropdown-holder {
  margin: 10px;
  position: relative;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  padding: 5px;
  z-index: 2;
  width: 100%;
}
.dropdown-content ul {
  margin-top: 0;
}
.dropdown-content a {
  display: block;
  padding: 5px 10px;
}
.dropdown-menu.menu-social-sharing .fa {
  min-width: 18px;
  text-align: center;
}
.dropdown-menu.menu-social-sharing a {
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.dropdown-menu.menu-social-sharing a:hover {
  color: #999;
}
.popup-holder {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
  z-index: 100;
}
.close-popup {
  position: absolute;
  right: 0;
  top: 0;
}
.close-popup svg g {
  fill: #000;
}
.in-page-status {
  position: relative;
}
.in-page-status.success .success-holder, .in-page-status.wait .wait-holder, .in-page-status.error .error-holder {
  opacity: 1;
  display: flex;
  background-color: rgba(255, 255, 255, 0.9);
}
.in-page-status.success.no-alpha .success-holder, .in-page-status.wait.no-alpha .wait-holder, .in-page-status.error.no-alpha .error-holder {
  background-color: white;
}
.in-page-status.error .error-holder {
  cursor: default;
  color: #a00000;
  font-weight: bold;
}
.in-page-status .nv-message {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0);
  opacity: 0;
  display: none;
  flex-direction: column;
  justify-content: center;
  z-index: 1001;
  transition: all 0.5s ease-in-out;
  color: #000;
}
.in-page-status .nv-message div {
  margin: auto;
  text-align: center;
}
/* exterior bits */
.header-language-bar {
  background-color: #D4C0B4;
  height: 40px;
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .header-language-bar {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
  }
}
.header-language-bar__inner {
  height: 100%;
  /*& > a:first-child {
    text-transform: uppercase;
    padding-left: 0;
  }*/
}
.header-language-bar__inner * {
  height: 100%;
}
.header-language-bar__inner .qtranxs_widget:nth-child(2) {
  margin-left: 20px;
  height: 23px;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-flex-grow: 1;
  -webkit-box-flex: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -webkit-box-flex: 1;
  -moz-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .header-language-bar__inner .qtranxs_widget:nth-child(2) {
    display: none;
  }
}
.header-language-bar__inner .qtranxs_widget:nth-child(2) li {
  border: 1px solid #FFF;
}
.header-language-bar__inner .qtranxs_widget:nth-child(2) li.active {
  background-color: #CBB3A5;
}
.header-language-bar__inner .qtranxs_widget:nth-child(2) li:last-child {
  border-left: none;
}
.header-language-bar__inner .qtranxs_widget:nth-child(2) li a {
  min-width: 3em;
  text-align: center;
  text-transform: uppercase;
}
.header-language-bar__inner .qtranxs_widget:first-child {
  -webkit-flex-grow: 1;
  -webkit-box-flex: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -webkit-box-flex: 1;
  -moz-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  text-align: right;
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .header-language-bar__inner .qtranxs_widget:first-child {
    display: none;
  }
}
.header-language-bar__inner .qtranxs_widget:first-child li {
  border-right: 1px solid #E4D6CB;
}
.header-language-bar__inner .qtranxs_widget:first-child li:first-child {
  border-left: 1px solid #E4D6CB;
}
.header-language-bar__inner .qtranxs_widget:first-child li.active, .header-language-bar__inner .qtranxs_widget:first-child li:hover {
  background-color: #CDBAAC;
  transition: 0.2s ease all;
}
.header-language-bar__inner .qtranxs_widget:first-child a {
  padding-left: 20px;
  padding-right: 20px;
  text-transform: uppercase;
  font-family: "Archer SSm A", "Archer SSm B";
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
}
.header-language-bar__inner ul {
  /* qtranx has whitespace between elements which screws up inline-block rendering, so use flex */
  margin: 0;
  /*@extend %justify-content-flex-end; */
}
.header-language-bar__inner a span, .header-language-bar__inner a i {
  margin: auto;
  height: auto;
}
.header-language-bar__inner a i {
  padding-left: 15px;
}
.header-language-bar__inner a li:first-child i {
  padding-left: 0;
}
.header-language-bar__inner a, .header-language-bar__inner a:hover, .header-language-bar__inner a:link, .header-language-bar__inner a:active, .header-language-bar__inner a:visited {
  color: #FFFFFF;
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .header-language-bar__inner .widget_nav_menu {
    display: none;
  }
}
.header-language-bar__inner .mobile-menu-trigger {
  margin-right: 20px;
  font-size: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .header-language-bar__inner .mobile-menu-trigger {
    display: none;
  }
}
.header-language-bar__inner .mobile-menu-trigger .mobile-menu-trigger__opened {
  display: none;
}
.header-language-bar__inner .mobile-menu-trigger .mobile-menu-trigger__opened.fa > img {
  margin-right: 3px;
}
.mobile-menu-shown .header-language-bar__inner .mobile-menu-trigger .mobile-menu-trigger__closed {
  display: none;
}
.mobile-menu-shown .header-language-bar__inner .mobile-menu-trigger .mobile-menu-trigger__opened {
  display: block;
}
.header-villa-capponi__inner {
  letter-spacing: 1px;
}
.header-villa-capponi__inner a, .header-villa-capponi__inner a:hover, .header-villa-capponi__inner a:link, .header-villa-capponi__inner a:active, .header-villa-capponi__inner a:visited {
  color: #3C495A;
}
.header-villa-capponi__inner a:hover, .header-villa-capponi__inner a:hover:hover, .header-villa-capponi__inner a:link:hover, .header-villa-capponi__inner a:active:hover, .header-villa-capponi__inner a:visited:hover {
  color: #73243D;
}
.header-villa-capponi__inner .widget_text {
  -webkit-flex-grow: 1;
  -webkit-box-flex: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -webkit-box-flex: 1;
  -moz-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 33%;
  -moz-flex-basis: 33%;
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
}
.header-villa-capponi__inner .widget_text:nth-child(3) {
  text-align: right;
}
.header-villa-capponi__inner .widget_text h4 {
  margin-bottom: 5px;
  font-weight: 600;
}
.header-villa-capponi__inner .widget_sp_image {
  -webkit-flex-grow: 0;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -webkit-box-flex: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  padding-top: 26px;
  padding-bottom: 26px;
}
.header-villa-capponi__inner .widget_sp_image img {
  height: auto;
  max-width: 28s0px !important;
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .header-villa-capponi__inner .widget_text {
    display: none;
  }
  .header-villa-capponi__inner .widget_sp_image {
    margin: auto;
  }
}
.header-villa-capponi {
  background-color: #F4F2EF;
  color: #3C495A;
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .header-villa-capponi {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .main-menu {
    z-index: -1;
    opacity: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-top: 40px;
    transition: all 0.3s ease 0s;
    background-color: #D4C0B4;
    overflow-y: auto;
  }
  .mobile-menu-shown .main-menu {
    z-index: 100;
    opacity: 1;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .main-menu {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1000;
    height: 60px;
  }
  .main-menu a, .main-menu a:hover, .main-menu a:link, .main-menu a:active, .main-menu a:visited {
    color: #3C495A;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
  }
  .main-menu a span:hover, .main-menu a:hover span:hover, .main-menu a:link span:hover, .main-menu a:active span:hover, .main-menu a:visited span:hover {
    /* opacity: 0.7; */
    color: #73243D;
    transition: 0.2s ease all;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .main-menu__inner {
    height: 60px;
    background-color: #FBFAF9;
    transition: height 0.2s ease-in-out;
  }
  .scrolling-down .main-menu__inner {
    height: 0;
    overflow: hidden;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  #menu-main-menu {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 15px;
  }
  #menu-main-menu li {
    width: 100%;
  }
  #menu-main-menu li a {
    margin-left: 20px;
    margin-right: 20px;
    border-top: 1px solid #E4D6CB;
    display: block;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  #menu-main-menu li a, #menu-main-menu li a:hover, #menu-main-menu li a:link, #menu-main-menu li a:active, #menu-main-menu li a:visited {
    color: #FFF;
  }
  #menu-main-menu li.menu-item-has-children > a::after {
    content: "+";
    float: right;
    font-size: 32px;
    margin-top: -10px;
    padding-right: 3px;
    font-weight: normal;
  }
  #menu-main-menu li.menu-item-has-children.menu-item-has-children-opened > a::after {
    content: "-";
  }
  #menu-main-menu .menu-item-has-children ul {
    display: none;
    /*   */
  }
  #menu-main-menu .menu-item-has-children ul li {
    padding: 0;
  }
  #menu-main-menu .menu-item-has-children ul span {
    padding-left: 30px;
    padding-right: 15px;
    display: inline-block;
  }
  #menu-main-menu .menu-item-has-children.menu-item-has-children-opened ul {
    display: block;
  }
  #menu-main-menu .sub-menu li a {
    margin-left: 0;
    border: none;
    padding: 8px 0;
  }
  #menu-main-menu .sub-menu li:last-child a {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  #menu-main-menu {
    height: 100%;
  }
  #menu-main-menu, #menu-main-menu:hover, #menu-main-menu:link, #menu-main-menu:active, #menu-main-menu:visited {
    color: #4D5C6D;
    text-transform: uppercase;
  }
  #menu-main-menu .menu-item {
    -webkit-flex-grow: 0;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -webkit-box-flex: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    text-align: center;
    height: 100%;
  }
  #menu-main-menu .menu-item a {
    display: flex;
    height: 100%;
  }
  #menu-main-menu .menu-item a span {
    padding-left: 25px;
    padding-right: 25px;
    line-height: 15px;
    /* border-right: 1px solid #D4C0B4; */
  }
  #menu-main-menu .menu-item:last-child a span {
    border-right: none;
  }
  #menu-main-menu a {
    position: relative;
  }
  #menu-main-menu .menu-item-has-children:hover .sub-menu__wrapper {
    opacity: 1;
  }
  #menu-main-menu .menu-item-has-children > a::after {
    opacity: 0;
    border-bottom: 10px solid #BDA99D;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: 0;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    right: 50%;
    width: 0;
    transition: opacity 0.2s ease-in-out;
    transition-delay: 0s;
  }
  #menu-main-menu .menu-item-has-children:hover > a::after {
    opacity: 1;
    transition-delay: 0.3s;
  }
  #menu-main-menu .sub-menu__wrapper {
    position: absolute;
    top: 60px;
    /*left: 50%;
      transform: translateX(-50%);*/
    left: 0;
    width: 100%;
    opacity: 0;
    background-color: #D4C0B4;
    background-color: #BDA99D;
    transition: opacity 0.2s ease-in-out;
    transition-delay: 0.2s;
  }
  #menu-main-menu .sub-menu {
    display: none;
    column-count: 3;
    margin-top: 0;
    padding: 30px 0 51px;
  }
  #menu-main-menu .sub-menu .menu-item {
    text-align: left;
    border-left: 1px solid #c1a895;
    padding-left: 20px;
    white-space: nowrap;
  }
  #menu-main-menu .sub-menu .menu-item:nth-child(2) {
    margin-bottom: 130px;
  }
  #menu-main-menu .sub-menu a, #menu-main-menu .sub-menu a:hover, #menu-main-menu .sub-menu a:link, #menu-main-menu .sub-menu a:active, #menu-main-menu .sub-menu a:visited {
    color: #FFF;
    text-transform: none;
    border: 0;
    font-weight: 700;
  }
  #menu-main-menu .sub-menu a span, #menu-main-menu .sub-menu a:hover span, #menu-main-menu .sub-menu a:link span, #menu-main-menu .sub-menu a:active span, #menu-main-menu .sub-menu a:visited span {
    line-height: normal;
    padding: 0;
    text-align: left;
    margin: 5px 0px;
  }
  #menu-main-menu .sub-menu .menu-item:hover a {
    color: #66574a;
    transition: all 0.1s ease 0s;
  }
  #menu-main-menu .menu-item:hover .sub-menu {
    display: block;
  }
}
html.mobile-menu-shown, .mobile-menu-shown body {
  overflow: hidden;
}
.footer {
  background-color: #F4F2EF;
}
.footer__inner .widget_text {
  letter-spacing: 1px;
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .footer__inner .widget_text {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 33%;
    -moz-flex-basis: 33%;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
  }
  .footer__inner .widget_text:last-child {
    text-align: right;
  }
  .footer__inner .widget_text:last-child :after {
    margin-left: auto;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .footer__inner .widget_text {
    padding: 20px 0;
    text-align: center;
    width: 100%;
  }
}
.footer__inner .widget_text h4 {
  font-weight: 600;
  margin-bottom: 5px;
}
.footer__inner .widget_text .textwidget a, .footer__inner .widget_text .textwidget a:hover, .footer__inner .widget_text .textwidget a:link, .footer__inner .widget_text .textwidget a:active, .footer__inner .widget_text .textwidget a:visited {
  color: #3C495A;
}
.footer__inner .widget_text .textwidget a:hover, .footer__inner .widget_text .textwidget a:hover:hover, .footer__inner .widget_text .textwidget a:link:hover, .footer__inner .widget_text .textwidget a:active:hover, .footer__inner .widget_text .textwidget a:visited:hover {
  color: #73243D;
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .footer__inner {
    padding: 20px;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__inner .footer-villa-capponi__title:not(:empty)::after {
    margin-top: 20px;
    margin-bottom: 20px;
    content: "";
    display: block;
    border-bottom: 1px solid #73243D;
    width: 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.footer__inner .widget_sp_image {
  -webkit-flex-grow: 0;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -webkit-box-flex: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  padding-top: 26px;
  padding-bottom: 26px;
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .footer__inner .widget_sp_image {
    border-top: 1px solid #E4D6CB;
    border-bottom: 1px solid #E4D6CB;
    width: 100%;
    text-align: center;
  }
  .footer__inner .widget_sp_image img {
    height: auto;
    max-width: 240px !important;
  }
}
.footer-site {
  background-color: #E4D6CB;
}
.footer-site__inner {
  color: #847467;
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .footer-site__inner {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 25px;
    padding-top: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .footer-site__inner .widget_text {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 33%;
    -moz-flex-basis: 33%;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
  }
  .footer-site__inner .widget_text:nth-child(3) {
    text-align: right;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .footer-site__inner .widget_text:first-child {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .footer-site__inner .widget_text:last-child {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
}
.footer-site__inner li {
  display: inline-block;
}
.footer-site__inner li:first-child a {
  margin-left: 0;
}
.footer-site__inner li a {
  margin-left: 25px;
}
.footer-site__inner svg {
  vertical-align: middle;
  margin-left: 6px;
  opacity: 0.75;
}
/* page content */
.site-introduction {
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .site-introduction__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: -10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .site-introduction__row > * {
    padding: 10px;
    -webkit-flex-grow: 0;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .site-introduction__row > * {
    padding: 10px;
  }
}
.site-introduction__inner {
  padding-bottom: 60px;
}
.site-introduction__social.menu {
  text-align: center;
  padding-top: 50px;
}
.site-introduction__social li {
  display: inline-block;
}
.site-introduction__social li:first-child a {
  margin-left: 0;
}
.site-introduction__social li a {
  margin-left: 25px;
  font-size: 12px;
}
.site-introduction__title {
  text-transform: uppercase;
  text-align: center;
  max-width: 870px;
  margin: auto;
  margin-top: 25px;
  margin-bottom: 70px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .site-introduction__title {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto 40px;
  }
}
.site-introduction__sections {
  width: 100%;
}
.site-introduction__content {
  -webkit-flex-grow: 1;
  -webkit-box-flex: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -webkit-box-flex: 1;
  -moz-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.site-introduction__content :first-child {
  margin: 0;
}
.site-introduction__action {
  margin-top: 30px;
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .site-introduction__section {
    padding: 20px;
  }
}
.site-introduction__section__inner {
  padding: 30px 30px 30px;
  background-color: #FFF;
  height: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .announcement__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: -20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .announcement__row > * {
    padding: 20px;
    -webkit-flex-grow: 0;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .announcement__row > * {
    padding: 20px;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .announcement__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: -10px;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .announcement__row > * {
    padding: 10px;
    -webkit-flex-grow: 0;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .announcement__row > * {
    padding: 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .announcement {
    margin-bottom: 70px;
  }
}
.announcement__row {
  margin-top: 15px;
  margin-bottom: 130px;
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .announcement__row {
    display: block;
    margin: 0;
  }
  .announcement__row .announcement__content {
    padding: 10px 20px;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .announcement__row .announcement__content {
    margin-bottom: 80px;
  }
}
.announcement__block__title {
  font-family: "Archer SSm A", "Archer SSm B";
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}
.announcement__image img {
  min-height: 100%;
  width: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .announcement__image img {
    margin-left: -50%;
    min-height: inherit;
    width: 200%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .announcement__image {
    margin-left: 20px;
    margin-right: 20px;
    max-width: 100%;
    overflow: hidden;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .announcement__image {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.announcement__content__inner {
  background-color: #F0EEEA;
  padding: 54px 60px;
  position: relative;
  min-height: 100%;
}
.announcement_inner {
  position: relative;
  z-index: 10;
}
.announcement__ring_1, .amenities-list-header__ring_1 {
  position: absolute;
  background: transparent;
  border: 1px solid #E4D6CB;
  left: 25px;
  top: 15px;
  right: 25px;
  bottom: 15px;
  pointer-events: none;
}
.announcement__ring_2, .amenities-list-header__ring_2 {
  position: absolute;
  background: transparent;
  border: 1px solid #E4D6CB;
  left: 15px;
  top: 25px;
  right: 15px;
  bottom: 25px;
  pointer-events: none;
}
.instagram {
  background-color: #F0EEEA;
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .instagram__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .instagram__row > * {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-flex-grow: 0;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .instagram__row > * {
    /*@if small-margin == 0px {*/
    padding: 20px;
    /*} @else {
          padding: $small-margin;
        }*/
  }
}
.instagram__row {
  margin-top: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .instagram__inner {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .instagram__block {
    padding: 0;
  }
}
.instagram__block__inner {
  background-size: cover;
  background-position: center;
  min-height: 400px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .instagram__block__inner {
    min-height: 360px;
    margin-bottom: 25px;
  }
}
.instagram__social {
  margin-top: 45px;
  margin-bottom: 130px;
  position: relative;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .instagram__social {
    margin-bottom: 70px;
    margin-top: 40px;
  }
}
.instagram__social .instagram__social__line__content {
  position: relative;
  background-color: #F0EEEA;
  z-index: 2;
  display: inline-block;
  width: 75px;
  margin: auto;
}
.instagram__social a {
  border-radius: 23px;
  font-size: 24px;
  width: 45px;
  height: 45px;
  margin: auto;
}
.instagram__social .instagram__social__line {
  border-bottom: 1px solid #DFCFC2;
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
}
.register-interest {
  background-color: #FFF;
}
.register-interest__form {
  max-width: 85%;
  margin: auto;
  margin-top: 45px;
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .register-interest__form__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: -10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .register-interest__form__row > * {
    padding: 10px;
    -webkit-flex-grow: 0;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .register-interest__form__row > * {
    padding: 10px;
  }
}
.register-interest__form span {
  display: block;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .register-interest__form span {
    padding-left: 0;
    padding-right: 0;
  }
}
.register-interest__form span input {
  width: 100%;
  border-radius: 0;
  -webkit-appearance: none;
  padding: 15px;
  border: 1px solid #CCC;
}
.register-interest__form span input:focus {
  outline: none;
  border: 1px solid #AAA;
}
.register-interest__form .action-row {
  -webkit-flex-grow: 1;
  -webkit-box-flex: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -webkit-box-flex: 1;
  -moz-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 90px;
  text-align: center;
}
.register-interest__form .action-row span {
  display: inline-block;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .register-interest__form {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.register-interest__button {
  height: 58px;
  min-width: unset;
  width: 257px;
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .register-interest__button {
    margin-left: 15px;
  }
}
/* recaptcha */
body .rc-anchor-invisible-text, body .rc-anchor-invisible-text .rc-anchor-pt a:link, body .rc-anchor-invisible-text .rc-anchor-pt a:visited {
  background: transparent none repeat scroll 0 0;
  color: #999;
}
.g-recaptcha {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .g-recaptcha {
    margin-bottom: 25px;
  }
}
.grecaptcha-badge {
  box-shadow: none !important;
  border: 1px solid #DDD;
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .grecaptcha-badge {
    margin-right: 7px;
  }
}
.grecaptcha-logo > iframe {
  height: 58px;
}
.text-3-column__subtitle, .text-3-column-w-quote__subtitle {
  margin-bottom: 42px;
}
.text-3-column__content, .residency-text-3-column__content {
  border-top: 1px solid #D8D8D8;
  padding-top: 45px;
  padding-bottom: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .text-3-column__content, .residency-text-3-column__content {
    column-count: 3;
    column-gap: 30px;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .text-3-column__content, .residency-text-3-column__content {
    margin-left: 25px;
    margin-right: 25px;
    padding-bottom: 45px;
  }
}
.text-3-column__content p, .residency-text-3-column__content p {
  color: #3C495A;
  margin: 0 0 15px;
  display: block;
  line-height: 26px;
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .text-3-column-w-quote__left__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .text-3-column-w-quote__left__row > * {
    padding: 0px;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .text-3-column-w-quote__left__row > * {
    padding: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .text-3-column-w-quote__left__row > :nth-child(1) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .text-3-column-w-quote__left__row > :nth-child(2) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 66.6666666667%;
    -moz-flex-basis: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .text-3-column-w-quote__left__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0px;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .text-3-column-w-quote__left__row > * {
    padding: 0px;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .text-3-column-w-quote__left__row > * {
    padding: 0px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .text-3-column-w-quote__left {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .text-3-column-w-quote__right__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .text-3-column-w-quote__right__row > * {
    padding: 0px;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .text-3-column-w-quote__right__row > * {
    padding: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .text-3-column-w-quote__right__row > :nth-child(1) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 66.6666666667%;
    -moz-flex-basis: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .text-3-column-w-quote__right__row > :nth-child(2) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .text-3-column-w-quote__right__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0px;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .text-3-column-w-quote__right__row > * {
    padding: 0px;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .text-3-column-w-quote__right__row > * {
    padding: 0px;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .text-3-column-w-quote__right__row > :nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .text-3-column-w-quote__right__row > :nth-child(1) {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .text-3-column-w-quote__right else__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0px;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .text-3-column-w-quote__right else__row > * {
    padding: 0px;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .text-3-column-w-quote__right else__row > * {
    padding: 0px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .text-3-column-w-quote__right {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.text-3-column-w-quote__quote.quote-right {
  padding-left: 30px;
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .text-3-column-w-quote__quote.quote-right {
    padding-left: 0px;
    margin-bottom: 20px;
  }
}
.text-3-column-w-quote__quote.quote-left {
  padding-right: 30px;
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .text-3-column-w-quote__quote.quote-left {
    padding-right: 0px;
    margin-bottom: 20px;
  }
}
.text-3-column-w-quote__title {
  text-transform: inherit;
}
.text-3-column-w-quote__left__row, .text-3-column-w-quote__right__row {
  border-top: 1px solid #D8D8D8;
  padding-top: 45px;
  padding-bottom: 90px;
  margin-top: 45px;
  /*@extend %display-flex;*/
}
.text-3-column-w-quote__content {
  /*@include flex(1,1,66%);*/
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .text-3-column-w-quote__content {
    column-count: 2;
    column-gap: 30px;
  }
}
.text-3-column-w-quote__content p {
  color: #3C495A;
  margin: 0 0 15px;
  display: block;
  line-height: 30px;
  width: 100%;
}
.text-3-column-w-quote__quote {
  /*@include flex(1,1,33%);*/
  text-transform: uppercase;
  /*&.quote-right {
			margin-left: 30px;
		}
	&.quote-left {
			margin-right: 30px;
		}*/
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .text-3-column-separate__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: -25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .text-3-column-separate__row > * {
    padding: 25px;
    -webkit-flex-grow: 0;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .text-3-column-separate__row > * {
    padding: 25px;
  }
}
.text-3-column-separate__title:not(:empty)::after {
  width: 30px;
}
.text-3-column-separate__subtitle {
  margin-bottom: 42px;
}
.text-3-column-separate__row {
  padding-top: 45px;
  padding-bottom: 138px;
}
.text-3-column-separate .line-separator {
  border-top: 1px solid #EEEBE4;
}
.text-3-column-separate__content p {
  color: #3C495A;
  margin: 0;
  display: block;
  line-height: 26px;
  width: 100%;
}
.text-3-column-separate__content__title {
  font-family: "Archer SSm A", "Archer SSm B";
  margin-bottom: 28px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .text-1-column__inner, .residency-text-1-column__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.text-1-column__subtitle {
  max-width: 570px;
  margin-top: 40px;
}
.text-1-column__subtitle:not(:empty)::after {
  margin-top: 20px;
  margin-bottom: 20px;
  content: "";
  display: block;
  border-bottom: 1px solid #73243D;
  width: 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.text-1-column__content, .residency-text-1-column__content {
  /*padding-top:  45px;*/
  padding-bottom: 138px;
}
.text-1-column__content__text {
  text-align: center;
}
.text-1-column__content__text:not(:empty)::after {
  margin-top: 20px;
  margin-bottom: 20px;
  content: "";
  display: block;
  border-bottom: 1px solid #73243D;
  width: 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.google-map + .text-1-column {
  background: #F7F6F4 none repeat scroll 0 0;
}
.google-map + .text-1-column .text-1-column__subtitle {
  margin-top: 0;
  padding-top: 50px;
}
.google-map + .text-1-column .text-1-column__content, .google-map + .text-1-column .residency-text-1-column__content {
  padding-bottom: 50px;
}
.partners {
  background: #F7F6F4;
  padding-bottom: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .partners__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .partners__row > * {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-flex-grow: 0;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .partners__row > * {
    /*@if small-margin == 0px {*/
    padding: 10px;
    /*} @else {
          padding: $small-margin;
        }*/
  }
}
.partners__row {
  margin-top: 40px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .partners__row {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.partners__partner__title {
  font-size: inherit;
  font-weight: 500;
}
a.partners__partner__link {
  display: none;
  color: #72243C;
  font-family: "Archer SSm A", "Archer SSm B";
  font-size: 14px;
  font-weight: 700;
}
a.partners__partner__link::after {
  content: "";
  font-family: "Fontawesome";
  margin-left: 8px;
}
.image-section__image.fixed {
  margin: auto;
  max-width: 1170px;
}
.image-section__inner {
  /* required to remove line height issues */
  /* @extend %large-container-width; */
  position: relative;
}
.image-section__image {
  width: 100%;
}
.image-section__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
}
.image-section__title {
  margin: auto;
  color: #FFF;
  max-width: 970px;
  text-align: center;
  padding: 0;
  font-weight: 700;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  section.video {
    background-color: #F4F3EE;
  }
}
.video__inner.video__uploaded {
  /* @extend %large-container-width; */
  line-height: 0;
  width: 100%;
  height: 650px;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .video__inner.video__uploaded {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video__inner.video__uploaded {
    height: 480px;
  }
}
.video_still {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .video_still {
    display: none;
  }
}
.video__title:not(:empty) {
  padding-top: 52px;
  margin-bottom: 58px;
  line-height: 50px;
}
.video__video {
  width: 100%;
}
.embed-video {
  background: #eee none repeat scroll 0 0;
  width: 100%;
}
.embed-video > iframe {
  min-height: 660px;
  width: 100%;
}
.banner-video {
  position: absolute;
  left: 50%;
  top: 50%;
  /* The following will size the video to fit the full container. Not necessary, just nice.*/
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
}
.video-gallery {
  background: #F0EEEA;
  padding: 100px 0 50px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .video-gallery {
    padding-top: 0;
  }
}
.video-gallery__video {
  width: 100%;
  background: #eee none repeat scroll 0 0;
}
.video-gallery__video > iframe {
  width: 100%;
  height: 660px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .video-gallery__video > iframe {
    height: 240px;
    /* -ms-zoom: 0.75;
        -moz-transform: scale(0.75);
        -moz-transform-origin: 0 0;
        -o-transform: scale(0.75);
        -o-transform-origin: 0 0;
        -webkit-transform: scale(0.75);
        -webkit-transform-origin: 0 0;	 */
  }
}
.video-gallery__thumbs {
  padding-top: 45px;
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .video-gallery__thumbs {
    display: none;
  }
}
.video-gallery__thumbs a {
  font-family: "Archer SSm A", "Archer SSm B";
  font-size: 14px;
  color: #4D5C6D;
  letter-spacing: 1px;
  border-right: 1px solid #d4c0b4;
  display: inline-block;
  max-width: 230px;
  padding-left: 25px;
  padding-right: 25px;
  line-height: 24px;
  text-transform: uppercase;
  vertical-align: text-top;
}
.video-gallery__thumbs a:last-child {
  border-right: none;
}
.video-gallery__thumbs a:hover {
  color: #73243D;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .video-gallery__thumbs a {
    border: 0;
    max-width: none;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .video-gallery__mobile {
    display: none;
  }
}
.video-gallery__mobile select {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0 none;
  border-radius: 0px;
  display: block;
  margin: 30px auto auto;
  padding: 10px;
  background: #FFF;
  min-width: 300px;
  max-width: 88%;
  padding-right: 50px;
  background-image: url("/wp-content/themes/villa-capponi/library/images/icon-arrow-down.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 30px auto;
  border: 1px solid #CCC;
  color: #4D5C6D;
  font-size: 14px;
}
.video-gallery__title:not(:empty) {
  padding-top: 52px;
  margin-bottom: 58px;
}
.video-gallery__mobile__title {
  padding-top: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .text-with-list__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: -22px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .text-with-list__row > * {
    padding: 22px;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .text-with-list__row > * {
    padding: 22px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .text-with-list__row > :nth-child(1) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 66.6666666667%;
    -moz-flex-basis: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .text-with-list__row > :nth-child(2) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .text-with-list else__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: -22px;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .text-with-list else__row > * {
    padding: 22px;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .text-with-list else__row > * {
    padding: 22px;
  }
}
.text-with-list__inner {
  padding-bottom: 76px;
}
.text-with-list__inner .hr {
  border-top: 1px solid #D8D8D8;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .text-with-list__inner {
    padding-bottom: 20px;
  }
}
.text-with-list__title {
  padding-bottom: 25px;
}
.text-with-list__row {
  padding-top: 22px;
}
.text-with-list__text {
  margin-top: 25px;
}
.text-with-list__list {
  margin-top: 25px;
  font-family: "Archer SSm A", "Archer SSm B";
}
.text-with-list__list__list {
  margin-top: 20px;
}
.text-with-list__list__title {
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 8px;
  letter-spacing: 1px;
}
.text-with-list__text__subtitle {
  text-align: left;
  max-width: none;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .text-with-list__text__subtitle {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.text-with-list-2 {
  background-color: #F7F6F4;
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .text-with-list-2__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .text-with-list-2__row > *:nth-child(1) {
    padding: 20px;
    -webkit-flex-grow: 0;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 66%;
    -moz-flex-basis: 66%;
    -ms-flex-preferred-size: 66%;
    flex-basis: 66%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .text-with-list-2__row > *:nth-child(2) {
    padding: 20px;
    -webkit-flex-grow: 0;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 33%;
    -moz-flex-basis: 33%;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .text-with-list-2__row > *:nth-child(3) {
    padding: 20px;
    -webkit-flex-grow: 0;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
  }
}
.google-map + .text-with-list-2 {
  padding-top: 80px;
}
.text-with-list-2__inner {
  padding-bottom: 76px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .text-with-list-2__inner {
    padding-bottom: 0;
  }
}
.text-with-list-2__row {
  padding-top: 2px;
  /*  @extend %display-flex;*/
}
.text-with-list-2__text {
  border-top: 1px solid #D9D6C7;
  margin-right: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .text-with-list-2__text {
    margin-left: 20px;
  }
}
.text-with-list-2__list {
  background-color: #fff;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .text-with-list-2__list__list {
    margin-bottom: 40px;
  }
}
.text-with-list-2__list__list li {
  list-style-position: inside;
}
.text-with-list-2__text__subtitle {
  margin-top: 20px;
}
.text-with-list-2__list__inner {
  padding: 10px;
  height: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .text-with-list-2__list__inner {
    padding: 30px 20px;
  }
}
.archive-residency-header {
  padding-top: 54px;
  background-color: #F9F9F9;
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .archive-residency-header__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .archive-residency-header__row > * {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-flex-grow: 0;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .archive-residency-header__row > * {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.archive-residency-header__inner {
  padding-bottom: 50px;
}
.archive-residency-header__button {
  width: 100%;
  min-width: inherit;
  border: 1px solid #D8D8D8;
  color: #9194A0;
  transition: 0.3s ease all;
}
.archive-residency-header__button.active {
  background-color: #F0EEEA;
  color: #4d5c6d;
}
.archive-residency-header__button:hover {
  background-color: #F0EEEA;
  color: #4d5c6d;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .archive-residency-header__button {
    margin-bottom: 15px;
  }
}
.archive-residency {
  background-color: #F9F9F9;
  padding-bottom: 100px;
  min-width: 365px;
  box-sizing: content-box;
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .archive-residency__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .archive-residency__row > * {
    padding: 15px;
    -webkit-flex-grow: 0;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .archive-residency__row > * {
    padding: 15px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .archive-residency__row > * {
    padding: 10px 20px;
  }
}
.archive-residency__residency a:hover .archive-residency__residency__button__wrapper span {
  background-color: white;
  color: #3c495a;
}
.archive-residency__residency__inner {
  position: relative;
}
.archive-residency__residency__overlay {
  background-color: rgba(0, 0, 0, 0.6);
  color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: background-color 0.3s ease-in-out 0s;
}
.archive-residency__residency__overlay:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.archive-residency__residency__title__wrapper {
  margin-top: 35px;
}
.archive-residency__residency__image {
  width: 100%;
}
.archive-residency__residency__number {
  width: 100%;
  text-align: center;
}
.archive-residency__residency__number span {
  margin-bottom: 25px;
  border: 1px solid #fff;
  border-radius: 100%;
  display: inline-block;
  font-family: "Gotham SSm A", "Gotham SSm B";
  padding: 10px;
  text-align: center;
  min-width: 42px;
}
.archive-residency__residency__title {
  margin: auto;
  text-transform: uppercase;
  padding: 0 30px;
  text-align: center;
}
.archive-residency__residency__title:not(:empty)::after {
  margin-top: 20px;
  margin-bottom: 20px;
  content: "";
  display: block;
  border-bottom: 1px solid #FFF;
  width: 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.archive-residency__residency__type {
  text-align: center;
  text-transform: uppercase;
  font-family: inherit;
}
.archive-residency__residency__button__wrapper {
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .archive-residency__residency__button__wrapper {
    display: none;
  }
}
.archive-residency__residency__button__wrapper span {
  border-color: #FFF;
  text-align: center;
  min-width: inherit;
  width: 100%;
  transition: background-color 0.3s ease-in-out 0s;
}
.archive-residency__residency__button__wrapper span, .archive-residency__residency__button__wrapper span:hover, .archive-residency__residency__button__wrapper span:link, .archive-residency__residency__button__wrapper span:active, .archive-residency__residency__button__wrapper span:visited {
  color: #FFF;
  transition: 0.3s ease all;
}
.archive-residency__residency__button__wrapper span:hover {
  opacity: 1;
  transition: all 0.2s ease 0s;
}
.archive-amenity__inner .amenities-list-header__row {
  margin: 0 -15px -15px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .archive-amenity__inner .archive-amenity__row > * {
    padding: 10px 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .archive-amenity__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .archive-amenity__row > * {
    padding: 15px;
    -webkit-flex-grow: 0;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .archive-amenity__row > * {
    padding: 15px;
  }
}
.amenities-list-card__background {
  max-width: 100%;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .amenities-list-card__background {
    margin-left: -70%;
    max-width: none;
    width: auto;
    max-height: 400px;
  }
}
.amenities-list-card__inner {
  position: relative;
  overflow: hidden;
}
.amenities-list-card__label {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  transition: background-color 0.5s ease-in-out;
  /*@extend %display-flex;*/
  /*@extend %flex-direction-column;*/
}
.amenities-list-card__title {
  font-family: "Archer SSm A", "Archer SSm B";
  color: #FFF;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 25px;
  letter-spacing: 1px;
  padding: 20px;
  margin-top: 21px;
  /* when vertically centering, need to counter the top margin on the bar below */
  min-height: 100%;
  transition: min-height 0.5s ease-in-out;
}
.amenities-list-card__title:not(:empty)::after {
  margin-top: 20px;
  margin-bottom: 20px;
  content: "";
  display: block;
  border-bottom: 1px solid #FFF;
  width: 30px;
}
.amenities-list-card__title::after {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  margin-bottom: 0;
}
.amenities-list-card__description {
  position: absolute;
  top: 100%;
  transition: top 0.5s ease-in-out;
  padding: 0 20px;
  text-align: center;
}
.amenities-list-card__description p {
  padding: 0;
  margin: 0;
  cursor: default;
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .amenities-list-card__label:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .amenities-list-card__label:hover .amenities-list-card__description {
    top: 40%;
  }
  .amenities-list-card__label:hover .amenities-list-card__title::after {
    opacity: 1;
  }
  .amenities-list-card__label:hover .amenities-list-card__title {
    min-height: 40%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .amenities-list-card__label:focus {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .amenities-list-card__label:focus .amenities-list-card__description {
    top: 40%;
  }
  .amenities-list-card__label:focus .amenities-list-card__title::after {
    opacity: 1;
  }
  .amenities-list-card__label:focus .amenities-list-card__title {
    min-height: 40%;
  }
}
.amenities-list-card__focus-close {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
}
.amenities-list-card__label:focus .amenities-list-card__focus-close {
  display: block;
}
.amenities-list-header {
  background-color: #F7F6F4;
  margin-top: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .amenities-list-header__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .amenities-list-header__row > * {
    padding: 15px;
    -webkit-flex-grow: 0;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .amenities-list-header__row > * {
    padding: 15px;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .amenities-list-header {
    margin-top: 0;
  }
}
.amenities-list-header__block__inner {
  font-family: "Archer SSm A", "Archer SSm B";
  font-size: 14px;
  font-weight: 700;
  height: 100%;
  line-height: 34px;
  padding: 60px;
  position: relative;
  text-align: center;
  background: #fff;
}
.amenities-list-header__block__list {
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .amenities-list-header__block {
    padding: 20px;
  }
}
.amenities-list-header__ring_1 {
  border-color: #D9D6C7;
}
.amenities-list-header__ring_2 {
  border-color: #D9D6C7;
}
.amenities-list__subtitle {
  -webkit-flex-grow: 1;
  -webkit-box-flex: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -webkit-box-flex: 1;
  -moz-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  text-align: center;
  padding-top: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .amenities-list__subtitle {
    padding-top: 42px;
  }
}
.archive-press_article {
  padding-bottom: 100px;
  min-width: 365px;
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .archive-press_article__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .archive-press_article__row > * {
    padding: 15px;
    -webkit-flex-grow: 0;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .archive-press_article__row > * {
    padding: 15px;
  }
}
.archive-press__press__inner {
  position: relative;
}
.archive-press__press__overlay {
  background-color: rgba(0, 0, 0, 0.6);
  color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: background-color 0.3s ease-in-out 0s;
}
.archive-press__press__overlay, .archive-press__press__overlay:hover, .archive-press__press__overlay:link, .archive-press__press__overlay:active, .archive-press__press__overlay:visited {
  color: #FFF;
}
.archive-press__press__overlay:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.archive-press__press__overlay__inner {
  margin: auto;
}
.archive-press__press__image {
  width: 100%;
}
.archive-press__press__title {
  margin: auto;
  padding: 0 30px;
  text-align: center;
  text-transform: uppercase;
}
.archive-press__press__title:not(:empty)::after {
  margin-top: 20px;
  margin-bottom: 20px;
  content: "";
  display: block;
  border-bottom: 1px solid #FFF;
  width: 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.archive-press__press__date {
  text-align: center;
  display: block;
}
.residency-text-1-column {
  background: #F4F2EF;
}
.residency-text-1-column__inner {
  padding-top: 60px;
}
.residency-text-1-column__title {
  border-bottom: 1px solid #D9D6C7;
  max-width: 770px;
  margin-bottom: 30px;
  padding-top: 12px;
}
.residence-text-1-column_number {
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 770px;
  margin: auto;
}
.residence-text-1-column_number .numeral {
  background-color: #F4F2EF;
  display: inline-block;
  margin: auto;
  position: relative;
  width: 75px;
  z-index: 2;
}
.residence-text-1-column_number .under_line {
  border-bottom: 1px solid #d9d6c7;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}
p.residence-text-1-column__price {
  text-align: center;
  font-family: "Archer SSm A", "Archer SSm B";
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 24px;
}
p.residence-text-1-column__price.reserved {
  color: #73243D;
}
p.residence-text-1-column__price::before {
  content: "";
  display: block;
  border-bottom: 1px solid #73243D;
  width: 30px;
  margin: 35px auto 30px;
}
.residency-text-1-column__content {
  max-width: 770px;
  margin: auto;
  padding-bottom: 70px;
}
.residency-plans {
  margin-top: 85px;
  margin-bottom: 138px;
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .residency-plans__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .residency-plans__row > * {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-flex-grow: 0;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .residency-plans__row > * {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.residency-plans__image {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.residency-plans__image:hover {
  opacity: 0.8;
  transition: all 0.2s ease 0s;
}
.residency-plans__title {
  margin-bottom: 10px;
}
.residency-plans__link, .residency-plans__link:hover, .residency-plans__link:link, .residency-plans__link:active, .residency-plans__link:visited {
  color: #73243D;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .residency-plans__block {
    margin-bottom: 45px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.residency-see-more {
  border-top: 2px solid #F4F2EF;
  border-bottom: 2px solid #F4F2EF;
  padding-bottom: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .residency-see-more__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .residency-see-more__row > * {
    padding: 15px;
    -webkit-flex-grow: 0;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .residency-see-more__row > * {
    padding: 15px;
  }
}
.residency-see-more__row {
  margin-top: 15px;
}
.residency-gallery__inner img {
  width: 100%;
}
.residency-gallery__inner img:hover {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.residency-gallery__inner .swiper-pagination-bullet-active {
  background: #CEB5A1;
}
.residency-gallery__inner .swiper-pagination-bullet {
  background: #D8D1C7;
}
.residency-gallery__inner .swiper-slide {
  line-height: 0;
  margin: 0;
}
.residency-gallery__inner .swiper-button-white {
  display: none;
}
.swiper-pagination.residency-gallery__pagination {
  position: static;
  height: 40px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.pretty-map__inner {
  height: 800px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .pretty-map__inner {
    height: 400px;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
  .pretty-map__inner {
    height: 220px;
  }
}
.leaflet-control-attribution {
  display: none;
}
.leaflet-control-coordinates {
  background: white;
  border-radius: 4px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  cursor: pointer;
  padding: 2px 5px;
}
.leaflet-control-coordinates.hidden {
  display: none;
}
.leaflet-control-coordinates-lng {
  padding-left: 5px;
}
.marker {
  display: flex !important;
  text-align: center;
  border-radius: 40px;
  font-size: 16px;
  background-color: #73243D;
  font-weight: 600;
}
.marker .marker-inside {
  margin: auto;
  display: block;
  color: #FFFFFF;
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .pretty-map-legend__inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .pretty-map-legend__columns {
    column-count: 3;
    column-gap: 20px;
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pretty-map-legend__columns {
    column-count: 2;
    column-gap: 30px;
  }
}
.pretty-map-legend__list {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: decimal;
  list-style-position: inside;
}
.pretty-map-legend__list li {
  font-size: 15px;
  margin-bottom: 8px;
}
.pretty-map-legend__top-borders {
  margin-top: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .pretty-map-legend__top-borders * {
    border-top: 1px solid #D9D6C7;
    margin-right: 20px;
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
.pretty-map-download {
  padding-top: 70px;
  padding-bottom: 70px;
  margin-bottom: 50px;
  /*  padding-top: 70px;
  padding-bottom: 70px;
  margin-bottom: 50px;
  &__inner {
    @extend %container-width;
    @extend %display-flex;
    position: relative;
  }
  &__line {
    position: absolute;
    top: 50%;
    width: 100%;
    border-bottom: 1px solid #D9D6C7;
  }
  &__link__mask {
    margin: auto;
    z-index: 2;
    background-color: #fff;
    display: inline-block;
    padding: 0 30px;
  }
  &__link {
    @include respond-to('md') {
      min-width: 370px;
    }
    height: 50px;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #73243D;
    text-transform: uppercase;
    @extend %button-font;
    @include setLinkStyleAll {
      color: #73243D;
    }
    &:hover {
      opacity: 0.66;
      transition: all 0.2s ease 0s;
    }
  }*/
}
.pretty-map-download__inner {
  position: relative;
}
.pretty-map-download__line {
  position: absolute;
  top: 50%;
  width: 100%;
  border-bottom: 1px solid #D9D6C7;
}
.pretty-map-download__link__mask {
  margin: auto;
  z-index: 2;
  background-color: #fff;
  display: inline-block;
  padding: 0 30px;
}
.pretty-map-download__link {
  height: 50px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #73243D;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .pretty-map-download__link {
    min-width: 370px;
  }
}
.pretty-map-download__link, .pretty-map-download__link:hover, .pretty-map-download__link:link, .pretty-map-download__link:active, .pretty-map-download__link:visited {
  color: #73243D;
}
.pretty-map-download__link:hover {
  opacity: 0.66;
  transition: all 0.2s ease 0s;
}
.section-image {
  background-size: cover;
  background-position: center;
  min-height: 630px;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-image {
    min-height: inherit;
    height: 400px;
  }
}
.section-image__inner {
  text-align: center;
}
.section-image__title {
  font-weight: 700;
  margin: 0 auto;
  padding: 0;
  color: #FFF;
}
.section-image__title:not(:empty):after {
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-image__title {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.section-link {
  background-size: cover;
  background-position: center;
  padding: 100px 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-link {
    padding: 0 0 70px;
  }
}
.section-link__inner {
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-link__inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.section-link__title {
  color: #FFF;
}
.section-link__title:not(:empty):after {
  border-color: #FFF;
}
.section-link__text {
  color: #FFF;
  max-width: 906px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 120px;
}
.section-link__button {
  border-color: #FFF;
  text-align: center;
}
.section-link__button, .section-link__button:hover, .section-link__button:link, .section-link__button:active, .section-link__button:visited {
  color: #fff;
}
.section-link__button:hover {
  color: #3c495a;
  background-color: white;
  transition: background-color 0.2s ease-in-out !important;
  opacity: 1;
}
.google-map__map {
  height: 665px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .google-map__map {
    height: 400px;
  }
}
.google-map__title {
  margin-bottom: 50px;
}
.google-map__marker {
  color: #000;
  font-family: "Archer SSm A", "Archer SSm B";
  font-size: 12px;
  font-weight: 600;
  margin-left: 12px;
}
.google-map-after {
  background-color: #F7F6F4;
}
.google-map-after__inner {
  text-align: center;
}
.google-map-after img {
  margin: 10px;
  max-width: 280px;
}
.google-map-after .google-map-after__break {
  line-height: 0;
}
.google-map-after .google-map-after__break:not(:empty)::after {
  margin-top: 20px;
  margin-bottom: 20px;
  content: "";
  display: block;
  border-bottom: 1px solid #73243D;
  width: 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.google-map-after__text {
  font-family: "Archer SSm A", "Archer SSm B";
  font-style: normal;
  font-weight: normal;
  line-height: 27px;
  font-size: 16px;
  color: #3C495A;
}
.simple-gallery {
  background-color: #F7F6F4;
  padding-bottom: 15px;
}
.simple-gallery.simple-gallery-top {
  background-color: #FFFFFF;
}
.simple-gallery__big-title {
  padding-top: 52px;
  margin-bottom: 58px;
}
@media only screen and (min-width: 1300px) and (max-width: 9999px) {
  .simple-gallery__big-title {
    max-width: 40%;
  }
}
.simple-gallery__title {
  margin-bottom: 40px;
}
.simple-gallery__inner img {
  width: 100%;
}
.simple-gallery__inner img:hover {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.simple-gallery__inner.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 7px;
  background: #BFBCAB none repeat scroll 0 0;
  opacity: 1;
  width: 11px;
  height: 11px;
}
.simple-gallery__inner.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #BFBCAB;
}
.simple-gallery__inner .swiper-slide {
  line-height: 0;
  margin: 0;
}
.simple-gallery__inner .swiper-button-white {
  display: none;
}
.swiper-pagination.simple-gallery__pagination {
  position: static;
  height: 40px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 20px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 20px;
}
.portraits-with-text {
  padding-bottom: 107px;
  /*  @include columns-one-two(15px,noflip,'row-2'); */
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .portraits-with-text__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .portraits-with-text__row > * {
    padding: 15px;
    -webkit-flex-grow: 0;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .portraits-with-text__row > * {
    padding: 15px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .portraits-with-text {
    padding-bottom: 45px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .portraits-with-text__row, .portraits-with-text__row-2 {
    margin: 0;
  }
}
.portraits-with-text__image_wrapper img {
  max-width: 100%;
}
.portraits-with-text__quote {
  padding-top: 92px;
  text-transform: uppercase;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .portraits-with-text__quote {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.portraits-with-text__quote .portraits_with_text__quote__inner {
  text-align: center;
  text-transform: none;
}
/*.portraits_with_text__quote__inner {
  max-width: 370px;
}*/
.portraits-with-text__content {
  margin-top: 45px;
  border-top: 1px solid #D8D8D8;
  padding-top: 45px;
  padding-bottom: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .portraits-with-text__content {
    column-count: 3;
    column-gap: 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .portraits-with-text__content {
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.portraits-with-text__text p:first-child {
  margin-top: 2px;
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .text-alongside-image__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .text-alongside-image__row > * {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-flex-grow: 0;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .text-alongside-image__row > * {
    /*@if small-margin == 0px {*/
    padding: 10px;
    /*} @else {
          padding: $small-margin;
        }*/
  }
}
.text-alongside-image__inner {
  padding-top: 90px;
  padding-bottom: 95px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .text-alongside-image__inner {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.text-alongside-image__content__inner {
  padding: 50px;
  background-color: #F1F0EA;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .text-alongside-image__content__inner {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.text-alongside-image__image {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
.text-alongside-image__image {
  /*@include flex(1,1,45%);*/
  width: 100%;
}
.text-alongside-image__ring {
  border: 1px solid #FFF;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  position: absolute;
  pointer-events: none;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .development-partners-intro__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .development-partners-intro__row > * {
    padding-left: 30px;
    padding-right: 30px;
    -webkit-flex-grow: 0;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .development-partners-intro__row > * {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.development-partners-intro__partner__logo__wrapper {
  height: 100px;
  /* border-top: 1px solid #eeebe4;
      border-bottom: 1px solid #eeebe4; */
  text-align: center;
}
.development-partners-intro__partner__logo__wrapper img {
  margin: auto;
  max-height: 60px;
  opacity: 0.66;
}
.development-partners-intro__partner__contact {
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: center;
  font-family: "Archer SSm A", "Archer SSm B";
  line-height: 27px;
  font-size: 16px;
  text-align: center;
}
.development-partners-intro__partner__contact:nth-child(1):not(:empty)::after {
  margin-top: 20px;
  margin-bottom: 20px;
  content: "";
  display: block;
  border-bottom: 1px solid #73243D;
  width: 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.development-partners-intro__partner__contact:first-child {
  margin-top: 40px;
}
.development-partners-intro__partner__contact h3 {
  font-family: "Archer SSm A", "Archer SSm B";
  line-height: normal;
  font-size: 18px;
  text-align: center;
  color: #3c495a;
  font-weight: bold;
}
.development-partners-intro__partner__contact a {
  color: #4D5C6D;
}
.development-partners-intro__partner__contact a:hover {
  color: #111;
}
.development-partners-intro__partner__title {
  font-family: "Archer SSm A", "Archer SSm B";
  line-height: normal;
  font-size: 18px;
  text-align: center;
  color: #3c495a;
  font-weight: bold;
  margin-top: 40px;
}
.development-partners-intro__partner__title:not(:empty)::after {
  margin-top: 20px;
  margin-bottom: 20px;
  content: "";
  display: block;
  border-bottom: 1px solid #73243D;
  width: 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.development-partners-intro__title {
  text-align: center;
  margin-bottom: 40px;
}
.development-partners-intro-link {
  padding-top: 70px;
  padding-bottom: 70px;
  margin-bottom: 50px;
}
.development-partners-intro-link__inner {
  position: relative;
}
.development-partners-intro-link__line {
  position: absolute;
  top: 50%;
  width: 100%;
  border-bottom: 1px solid #D9D6C7;
}
.development-partners-intro-link__link__mask {
  margin: auto;
  z-index: 2;
  background-color: #fff;
  display: inline-block;
  padding: 0 30px;
}
.development-partners-intro-link__link {
  height: 50px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #73243D;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .development-partners-intro-link__link {
    min-width: 370px;
  }
}
.development-partners-intro-link__link, .development-partners-intro-link__link:hover, .development-partners-intro-link__link:link, .development-partners-intro-link__link:active, .development-partners-intro-link__link:visited {
  color: #73243D;
}
.development-partners-intro-link__link:hover {
  opacity: 0.66;
  transition: all 0.2s ease 0s;
}
.development-partners-intro__partner__content {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  line-height: 27px;
  font-size: 16px;
  margin-top: 30px;
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .development-partners-intro__partner__content {
    margin-bottom: 50px;
  }
}
.development-partners-intro__row > :nth-child(2) {
  /* border-left: 1px solid #eeebe4; */
}
.development-partners-list__inner {
  padding-bottom: 80px;
  border-bottom: 1px solid #eeebe4;
}
.development-partners-list__partner__contact__wrapper {
  /*   min-height: 300px;
 border-bottom: 1px solid #eeebe4; */
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .development-partners-list__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .development-partners-list__row > * {
    padding-left: 30px;
    padding-right: 30px;
    -webkit-flex-grow: 0;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .development-partners-list__row > * {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.development-partners-list__partner__logo__wrapper {
  height: 100px;
  /* border-top: 1px solid #eeebe4;
      border-bottom: 1px solid #eeebe4; */
  text-align: center;
}
.development-partners-list__partner__logo__wrapper img {
  margin: auto;
  max-height: 60px;
  opacity: 0.66;
}
.development-partners-list__partner__contact {
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: center;
  font-family: "Archer SSm A", "Archer SSm B";
  line-height: 27px;
  font-size: 16px;
  text-align: center;
}
.development-partners-list__partner__contact:nth-child(1):not(:empty)::after {
  margin-top: 20px;
  margin-bottom: 20px;
  content: "";
  display: block;
  border-bottom: 1px solid #73243D;
  width: 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.development-partners-list__partner__contact:first-child {
  margin-top: 40px;
}
.development-partners-list__partner__contact h3 {
  font-family: "Archer SSm A", "Archer SSm B";
  line-height: normal;
  font-size: 18px;
  text-align: center;
  color: #3c495a;
  font-weight: bold;
}
.development-partners-list__partner__contact a {
  color: #4D5C6D;
}
.development-partners-list__partner__contact a:hover {
  color: #111;
}
.development-partners-list__partner__title {
  font-family: "Archer SSm A", "Archer SSm B";
  line-height: normal;
  font-size: 18px;
  text-align: center;
  color: #3c495a;
  font-weight: bold;
  margin-top: 40px;
}
.development-partners-list__partner__title:not(:empty)::after {
  margin-top: 20px;
  margin-bottom: 20px;
  content: "";
  display: block;
  border-bottom: 1px solid #73243D;
  width: 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.development-partners-list__title {
  text-align: center;
  margin-bottom: 40px;
}
.development-partners-list-link {
  padding-top: 70px;
  padding-bottom: 70px;
  margin-bottom: 50px;
}
.development-partners-list-link__inner {
  position: relative;
}
.development-partners-list-link__line {
  position: absolute;
  top: 50%;
  width: 100%;
  border-bottom: 1px solid #D9D6C7;
}
.development-partners-list-link__link__mask {
  margin: auto;
  z-index: 2;
  background-color: #fff;
  display: inline-block;
  padding: 0 30px;
}
.development-partners-list-link__link {
  height: 50px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #73243D;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .development-partners-list-link__link {
    min-width: 370px;
  }
}
.development-partners-list-link__link, .development-partners-list-link__link:hover, .development-partners-list-link__link:link, .development-partners-list-link__link:active, .development-partners-list-link__link:visited {
  color: #73243D;
}
.development-partners-list-link__link:hover {
  opacity: 0.66;
  transition: all 0.2s ease 0s;
}
.development-partners-list__partner__content {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  line-height: 27px;
  font-size: 16px;
  margin-top: 30px;
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .development-partners-list__partner__content {
    margin-bottom: 50px;
  }
}
.development-partners-list__row > :nth-child(2) {
  /* border-left: 1px solid #eeebe4; */
}
.development-partners-list + .register-interest {
  padding-top: 0;
}
/* technically css */
/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}
.swiper-container-cube, .swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}
[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}
[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}
[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}
[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}
[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}
[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}
[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}
[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}
[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}
[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}
[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}
[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}
[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}
[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}
[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}
[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}
[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}
[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}
[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}
[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}
[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}
[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}
[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}
[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}
[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}
[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}
[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}
[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}
[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}
[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}
[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}
[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}
[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}
[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}
[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}
[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}
[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}
[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}
[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}
[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}
[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}
[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}
[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}
[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}
[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}
[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}
[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}
[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}
[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}
[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}
[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}
[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}
[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}
[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}
[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}
[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}
[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}
[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}
[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}
[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}
[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}
[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}
[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}
[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}
[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}
[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}
[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}
[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}
[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}
[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}
[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}
[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}
[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}
[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}
[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}
[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}
[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}
[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}
[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}
[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}
[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}
[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}
[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}
[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}
[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}
[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}
[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}
[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}
[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}
[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}
[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}
[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}
[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}
[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}
[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}
[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}
[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}
[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}
[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}
[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}
[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}
[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}
[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}
[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}
[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}
[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}
[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}
[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}
[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}
[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}
[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}
[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}
[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}
[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}
[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}
[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}
[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}
[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}
[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}
[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}
[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}
[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}
[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}
[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translate(0);
}
[data-aos=fade-down] {
  transform: translateY(-100px);
}
[data-aos=fade-right] {
  transform: translate(-100px);
}
[data-aos=fade-left] {
  transform: translate(100px);
}
[data-aos=fade-up-right] {
  transform: translate(-100px, 100px);
}
[data-aos=fade-up-left] {
  transform: translate(100px, 100px);
}
[data-aos=fade-down-right] {
  transform: translate(-100px, -100px);
}
[data-aos=fade-down-left] {
  transform: translate(100px, -100px);
}
[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translate(0) scale(1);
}
[data-aos=zoom-in] {
  transform: scale(0.6);
}
[data-aos=zoom-in-up] {
  transform: translateY(100px) scale(0.6);
}
[data-aos=zoom-in-down] {
  transform: translateY(-100px) scale(0.6);
}
[data-aos=zoom-in-right] {
  transform: translate(-100px) scale(0.6);
}
[data-aos=zoom-in-left] {
  transform: translate(100px) scale(0.6);
}
[data-aos=zoom-out] {
  transform: scale(1.2);
}
[data-aos=zoom-out-up] {
  transform: translateY(100px) scale(1.2);
}
[data-aos=zoom-out-down] {
  transform: translateY(-100px) scale(1.2);
}
[data-aos=zoom-out-right] {
  transform: translate(-100px) scale(1.2);
}
[data-aos=zoom-out-left] {
  transform: translate(100px) scale(1.2);
}
[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}
[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translate(0);
}
[data-aos=slide-up] {
  transform: translateY(100%);
}
[data-aos=slide-down] {
  transform: translateY(-100%);
}
[data-aos=slide-right] {
  transform: translateX(-100%);
}
[data-aos=slide-left] {
  transform: translateX(100%);
}
[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}
[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}
[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}
[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}
[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}
[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}
[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}
[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}
[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}
/*# sourceMappingURL=aos.css.map*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("/wp-content/themes/villa-capponi/library/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("/wp-content/themes/villa-capponi/library/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/wp-content/themes/villa-capponi/library/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/wp-content/themes/villa-capponi/library/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/wp-content/themes/villa-capponi/library/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/wp-content/themes/villa-capponi/library/fonts/fontawesome-webfont.svg?v=4.7.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.3333333333em;
  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.2857142857em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.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 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-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 {
  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: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}
.fa-music:before {
  content: "";
}
.fa-search:before {
  content: "";
}
.fa-envelope-o:before {
  content: "";
}
.fa-heart:before {
  content: "";
}
.fa-star:before {
  content: "";
}
.fa-star-o:before {
  content: "";
}
.fa-user:before {
  content: "";
}
.fa-film:before {
  content: "";
}
.fa-th-large:before {
  content: "";
}
.fa-th:before {
  content: "";
}
.fa-th-list:before {
  content: "";
}
.fa-check:before {
  content: "";
}
.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "";
}
.fa-search-plus:before {
  content: "";
}
.fa-search-minus:before {
  content: "";
}
.fa-power-off:before {
  content: "";
}
.fa-signal:before {
  content: "";
}
.fa-gear:before, .fa-cog:before {
  content: "";
}
.fa-trash-o:before {
  content: "";
}
.fa-home:before {
  content: "";
}
.fa-file-o:before {
  content: "";
}
.fa-clock-o:before {
  content: "";
}
.fa-road:before {
  content: "";
}
.fa-download:before {
  content: "";
}
.fa-arrow-circle-o-down:before {
  content: "";
}
.fa-arrow-circle-o-up:before {
  content: "";
}
.fa-inbox:before {
  content: "";
}
.fa-play-circle-o:before {
  content: "";
}
.fa-rotate-right:before, .fa-repeat:before {
  content: "";
}
.fa-refresh:before {
  content: "";
}
.fa-list-alt:before {
  content: "";
}
.fa-lock:before {
  content: "";
}
.fa-flag:before {
  content: "";
}
.fa-headphones:before {
  content: "";
}
.fa-volume-off:before {
  content: "";
}
.fa-volume-down:before {
  content: "";
}
.fa-volume-up:before {
  content: "";
}
.fa-qrcode:before {
  content: "";
}
.fa-barcode:before {
  content: "";
}
.fa-tag:before {
  content: "";
}
.fa-tags:before {
  content: "";
}
.fa-book:before {
  content: "";
}
.fa-bookmark:before {
  content: "";
}
.fa-print:before {
  content: "";
}
.fa-camera:before {
  content: "";
}
.fa-font:before {
  content: "";
}
.fa-bold:before {
  content: "";
}
.fa-italic:before {
  content: "";
}
.fa-text-height:before {
  content: "";
}
.fa-text-width:before {
  content: "";
}
.fa-align-left:before {
  content: "";
}
.fa-align-center:before {
  content: "";
}
.fa-align-right:before {
  content: "";
}
.fa-align-justify:before {
  content: "";
}
.fa-list:before {
  content: "";
}
.fa-dedent:before, .fa-outdent:before {
  content: "";
}
.fa-indent:before {
  content: "";
}
.fa-video-camera:before {
  content: "";
}
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "";
}
.fa-pencil:before {
  content: "";
}
.fa-map-marker:before {
  content: "";
}
.fa-adjust:before {
  content: "";
}
.fa-tint:before {
  content: "";
}
.fa-edit:before, .fa-pencil-square-o:before {
  content: "";
}
.fa-share-square-o:before {
  content: "";
}
.fa-check-square-o:before {
  content: "";
}
.fa-arrows:before {
  content: "";
}
.fa-step-backward:before {
  content: "";
}
.fa-fast-backward:before {
  content: "";
}
.fa-backward:before {
  content: "";
}
.fa-play:before {
  content: "";
}
.fa-pause:before {
  content: "";
}
.fa-stop:before {
  content: "";
}
.fa-forward:before {
  content: "";
}
.fa-fast-forward:before {
  content: "";
}
.fa-step-forward:before {
  content: "";
}
.fa-eject:before {
  content: "";
}
.fa-chevron-left:before {
  content: "";
}
.fa-chevron-right:before {
  content: "";
}
.fa-plus-circle:before {
  content: "";
}
.fa-minus-circle:before {
  content: "";
}
.fa-times-circle:before {
  content: "";
}
.fa-check-circle:before {
  content: "";
}
.fa-question-circle:before {
  content: "";
}
.fa-info-circle:before {
  content: "";
}
.fa-crosshairs:before {
  content: "";
}
.fa-times-circle-o:before {
  content: "";
}
.fa-check-circle-o:before {
  content: "";
}
.fa-ban:before {
  content: "";
}
.fa-arrow-left:before {
  content: "";
}
.fa-arrow-right:before {
  content: "";
}
.fa-arrow-up:before {
  content: "";
}
.fa-arrow-down:before {
  content: "";
}
.fa-mail-forward:before, .fa-share:before {
  content: "";
}
.fa-expand:before {
  content: "";
}
.fa-compress:before {
  content: "";
}
.fa-plus:before {
  content: "";
}
.fa-minus:before {
  content: "";
}
.fa-asterisk:before {
  content: "";
}
.fa-exclamation-circle:before {
  content: "";
}
.fa-gift:before {
  content: "";
}
.fa-leaf:before {
  content: "";
}
.fa-fire:before {
  content: "";
}
.fa-eye:before {
  content: "";
}
.fa-eye-slash:before {
  content: "";
}
.fa-warning:before, .fa-exclamation-triangle:before {
  content: "";
}
.fa-plane:before {
  content: "";
}
.fa-calendar:before {
  content: "";
}
.fa-random:before {
  content: "";
}
.fa-comment:before {
  content: "";
}
.fa-magnet:before {
  content: "";
}
.fa-chevron-up:before {
  content: "";
}
.fa-chevron-down:before {
  content: "";
}
.fa-retweet:before {
  content: "";
}
.fa-shopping-cart:before {
  content: "";
}
.fa-folder:before {
  content: "";
}
.fa-folder-open:before {
  content: "";
}
.fa-arrows-v:before {
  content: "";
}
.fa-arrows-h:before {
  content: "";
}
.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "";
}
.fa-twitter-square:before {
  content: "";
}
.fa-facebook-square:before {
  content: "";
}
.fa-camera-retro:before {
  content: "";
}
.fa-key:before {
  content: "";
}
.fa-gears:before, .fa-cogs:before {
  content: "";
}
.fa-comments:before {
  content: "";
}
.fa-thumbs-o-up:before {
  content: "";
}
.fa-thumbs-o-down:before {
  content: "";
}
.fa-star-half:before {
  content: "";
}
.fa-heart-o:before {
  content: "";
}
.fa-sign-out:before {
  content: "";
}
.fa-linkedin-square:before {
  content: "";
}
.fa-thumb-tack:before {
  content: "";
}
.fa-external-link:before {
  content: "";
}
.fa-sign-in:before {
  content: "";
}
.fa-trophy:before {
  content: "";
}
.fa-github-square:before {
  content: "";
}
.fa-upload:before {
  content: "";
}
.fa-lemon-o:before {
  content: "";
}
.fa-phone:before {
  content: "";
}
.fa-square-o:before {
  content: "";
}
.fa-bookmark-o:before {
  content: "";
}
.fa-phone-square:before {
  content: "";
}
.fa-twitter:before {
  content: "";
}
.fa-facebook-f:before, .fa-facebook:before {
  content: "";
}
.fa-github:before {
  content: "";
}
.fa-unlock:before {
  content: "";
}
.fa-credit-card:before {
  content: "";
}
.fa-feed:before, .fa-rss:before {
  content: "";
}
.fa-hdd-o:before {
  content: "";
}
.fa-bullhorn:before {
  content: "";
}
.fa-bell:before {
  content: "";
}
.fa-certificate:before {
  content: "";
}
.fa-hand-o-right:before {
  content: "";
}
.fa-hand-o-left:before {
  content: "";
}
.fa-hand-o-up:before {
  content: "";
}
.fa-hand-o-down:before {
  content: "";
}
.fa-arrow-circle-left:before {
  content: "";
}
.fa-arrow-circle-right:before {
  content: "";
}
.fa-arrow-circle-up:before {
  content: "";
}
.fa-arrow-circle-down:before {
  content: "";
}
.fa-globe:before {
  content: "";
}
.fa-wrench:before {
  content: "";
}
.fa-tasks:before {
  content: "";
}
.fa-filter:before {
  content: "";
}
.fa-briefcase:before {
  content: "";
}
.fa-arrows-alt:before {
  content: "";
}
.fa-group:before, .fa-users:before {
  content: "";
}
.fa-chain:before, .fa-link:before {
  content: "";
}
.fa-cloud:before {
  content: "";
}
.fa-flask:before {
  content: "";
}
.fa-cut:before, .fa-scissors:before {
  content: "";
}
.fa-copy:before, .fa-files-o:before {
  content: "";
}
.fa-paperclip:before {
  content: "";
}
.fa-save:before, .fa-floppy-o:before {
  content: "";
}
.fa-square:before {
  content: "";
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "";
}
.fa-list-ul:before {
  content: "";
}
.fa-list-ol:before {
  content: "";
}
.fa-strikethrough:before {
  content: "";
}
.fa-underline:before {
  content: "";
}
.fa-table:before {
  content: "";
}
.fa-magic:before {
  content: "";
}
.fa-truck:before {
  content: "";
}
.fa-pinterest:before {
  content: "";
}
.fa-pinterest-square:before {
  content: "";
}
.fa-google-plus-square:before {
  content: "";
}
.fa-google-plus:before {
  content: "";
}
.fa-money:before {
  content: "";
}
.fa-caret-down:before {
  content: "";
}
.fa-caret-up:before {
  content: "";
}
.fa-caret-left:before {
  content: "";
}
.fa-caret-right:before {
  content: "";
}
.fa-columns:before {
  content: "";
}
.fa-unsorted:before, .fa-sort:before {
  content: "";
}
.fa-sort-down:before, .fa-sort-desc:before {
  content: "";
}
.fa-sort-up:before, .fa-sort-asc:before {
  content: "";
}
.fa-envelope:before {
  content: "";
}
.fa-linkedin:before {
  content: "";
}
.fa-rotate-left:before, .fa-undo:before {
  content: "";
}
.fa-legal:before, .fa-gavel:before {
  content: "";
}
.fa-dashboard:before, .fa-tachometer:before {
  content: "";
}
.fa-comment-o:before {
  content: "";
}
.fa-comments-o:before {
  content: "";
}
.fa-flash:before, .fa-bolt:before {
  content: "";
}
.fa-sitemap:before {
  content: "";
}
.fa-umbrella:before {
  content: "";
}
.fa-paste:before, .fa-clipboard:before {
  content: "";
}
.fa-lightbulb-o:before {
  content: "";
}
.fa-exchange:before {
  content: "";
}
.fa-cloud-download:before {
  content: "";
}
.fa-cloud-upload:before {
  content: "";
}
.fa-user-md:before {
  content: "";
}
.fa-stethoscope:before {
  content: "";
}
.fa-suitcase:before {
  content: "";
}
.fa-bell-o:before {
  content: "";
}
.fa-coffee:before {
  content: "";
}
.fa-cutlery:before {
  content: "";
}
.fa-file-text-o:before {
  content: "";
}
.fa-building-o:before {
  content: "";
}
.fa-hospital-o:before {
  content: "";
}
.fa-ambulance:before {
  content: "";
}
.fa-medkit:before {
  content: "";
}
.fa-fighter-jet:before {
  content: "";
}
.fa-beer:before {
  content: "";
}
.fa-h-square:before {
  content: "";
}
.fa-plus-square:before {
  content: "";
}
.fa-angle-double-left:before {
  content: "";
}
.fa-angle-double-right:before {
  content: "";
}
.fa-angle-double-up:before {
  content: "";
}
.fa-angle-double-down:before {
  content: "";
}
.fa-angle-left:before {
  content: "";
}
.fa-angle-right:before {
  content: "";
}
.fa-angle-up:before {
  content: "";
}
.fa-angle-down:before {
  content: "";
}
.fa-desktop:before {
  content: "";
}
.fa-laptop:before {
  content: "";
}
.fa-tablet:before {
  content: "";
}
.fa-mobile-phone:before, .fa-mobile:before {
  content: "";
}
.fa-circle-o:before {
  content: "";
}
.fa-quote-left:before {
  content: "";
}
.fa-quote-right:before {
  content: "";
}
.fa-spinner:before {
  content: "";
}
.fa-circle:before {
  content: "";
}
.fa-mail-reply:before, .fa-reply:before {
  content: "";
}
.fa-github-alt:before {
  content: "";
}
.fa-folder-o:before {
  content: "";
}
.fa-folder-open-o:before {
  content: "";
}
.fa-smile-o:before {
  content: "";
}
.fa-frown-o:before {
  content: "";
}
.fa-meh-o:before {
  content: "";
}
.fa-gamepad:before {
  content: "";
}
.fa-keyboard-o:before {
  content: "";
}
.fa-flag-o:before {
  content: "";
}
.fa-flag-checkered:before {
  content: "";
}
.fa-terminal:before {
  content: "";
}
.fa-code:before {
  content: "";
}
.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "";
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "";
}
.fa-location-arrow:before {
  content: "";
}
.fa-crop:before {
  content: "";
}
.fa-code-fork:before {
  content: "";
}
.fa-unlink:before, .fa-chain-broken:before {
  content: "";
}
.fa-question:before {
  content: "";
}
.fa-info:before {
  content: "";
}
.fa-exclamation:before {
  content: "";
}
.fa-superscript:before {
  content: "";
}
.fa-subscript:before {
  content: "";
}
.fa-eraser:before {
  content: "";
}
.fa-puzzle-piece:before {
  content: "";
}
.fa-microphone:before {
  content: "";
}
.fa-microphone-slash:before {
  content: "";
}
.fa-shield:before {
  content: "";
}
.fa-calendar-o:before {
  content: "";
}
.fa-fire-extinguisher:before {
  content: "";
}
.fa-rocket:before {
  content: "";
}
.fa-maxcdn:before {
  content: "";
}
.fa-chevron-circle-left:before {
  content: "";
}
.fa-chevron-circle-right:before {
  content: "";
}
.fa-chevron-circle-up:before {
  content: "";
}
.fa-chevron-circle-down:before {
  content: "";
}
.fa-html5:before {
  content: "";
}
.fa-css3:before {
  content: "";
}
.fa-anchor:before {
  content: "";
}
.fa-unlock-alt:before {
  content: "";
}
.fa-bullseye:before {
  content: "";
}
.fa-ellipsis-h:before {
  content: "";
}
.fa-ellipsis-v:before {
  content: "";
}
.fa-rss-square:before {
  content: "";
}
.fa-play-circle:before {
  content: "";
}
.fa-ticket:before {
  content: "";
}
.fa-minus-square:before {
  content: "";
}
.fa-minus-square-o:before {
  content: "";
}
.fa-level-up:before {
  content: "";
}
.fa-level-down:before {
  content: "";
}
.fa-check-square:before {
  content: "";
}
.fa-pencil-square:before {
  content: "";
}
.fa-external-link-square:before {
  content: "";
}
.fa-share-square:before {
  content: "";
}
.fa-compass:before {
  content: "";
}
.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "";
}
.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "";
}
.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "";
}
.fa-euro:before, .fa-eur:before {
  content: "";
}
.fa-gbp:before {
  content: "";
}
.fa-dollar:before, .fa-usd:before {
  content: "";
}
.fa-rupee:before, .fa-inr:before {
  content: "";
}
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "";
}
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "";
}
.fa-won:before, .fa-krw:before {
  content: "";
}
.fa-bitcoin:before, .fa-btc:before {
  content: "";
}
.fa-file:before {
  content: "";
}
.fa-file-text:before {
  content: "";
}
.fa-sort-alpha-asc:before {
  content: "";
}
.fa-sort-alpha-desc:before {
  content: "";
}
.fa-sort-amount-asc:before {
  content: "";
}
.fa-sort-amount-desc:before {
  content: "";
}
.fa-sort-numeric-asc:before {
  content: "";
}
.fa-sort-numeric-desc:before {
  content: "";
}
.fa-thumbs-up:before {
  content: "";
}
.fa-thumbs-down:before {
  content: "";
}
.fa-youtube-square:before {
  content: "";
}
.fa-youtube:before {
  content: "";
}
.fa-xing:before {
  content: "";
}
.fa-xing-square:before {
  content: "";
}
.fa-youtube-play:before {
  content: "";
}
.fa-dropbox:before {
  content: "";
}
.fa-stack-overflow:before {
  content: "";
}
.fa-instagram:before {
  content: "";
}
.fa-flickr:before {
  content: "";
}
.fa-adn:before {
  content: "";
}
.fa-bitbucket:before {
  content: "";
}
.fa-bitbucket-square:before {
  content: "";
}
.fa-tumblr:before {
  content: "";
}
.fa-tumblr-square:before {
  content: "";
}
.fa-long-arrow-down:before {
  content: "";
}
.fa-long-arrow-up:before {
  content: "";
}
.fa-long-arrow-left:before {
  content: "";
}
.fa-long-arrow-right:before {
  content: "";
}
.fa-apple:before {
  content: "";
}
.fa-windows:before {
  content: "";
}
.fa-android:before {
  content: "";
}
.fa-linux:before {
  content: "";
}
.fa-dribbble:before {
  content: "";
}
.fa-skype:before {
  content: "";
}
.fa-foursquare:before {
  content: "";
}
.fa-trello:before {
  content: "";
}
.fa-female:before {
  content: "";
}
.fa-male:before {
  content: "";
}
.fa-gittip:before, .fa-gratipay:before {
  content: "";
}
.fa-sun-o:before {
  content: "";
}
.fa-moon-o:before {
  content: "";
}
.fa-archive:before {
  content: "";
}
.fa-bug:before {
  content: "";
}
.fa-vk:before {
  content: "";
}
.fa-weibo:before {
  content: "";
}
.fa-renren:before {
  content: "";
}
.fa-pagelines:before {
  content: "";
}
.fa-stack-exchange:before {
  content: "";
}
.fa-arrow-circle-o-right:before {
  content: "";
}
.fa-arrow-circle-o-left:before {
  content: "";
}
.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "";
}
.fa-dot-circle-o:before {
  content: "";
}
.fa-wheelchair:before {
  content: "";
}
.fa-vimeo-square:before {
  content: "";
}
.fa-turkish-lira:before, .fa-try:before {
  content: "";
}
.fa-plus-square-o:before {
  content: "";
}
.fa-space-shuttle:before {
  content: "";
}
.fa-slack:before {
  content: "";
}
.fa-envelope-square:before {
  content: "";
}
.fa-wordpress:before {
  content: "";
}
.fa-openid:before {
  content: "";
}
.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "";
}
.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "";
}
.fa-yahoo:before {
  content: "";
}
.fa-google:before {
  content: "";
}
.fa-reddit:before {
  content: "";
}
.fa-reddit-square:before {
  content: "";
}
.fa-stumbleupon-circle:before {
  content: "";
}
.fa-stumbleupon:before {
  content: "";
}
.fa-delicious:before {
  content: "";
}
.fa-digg:before {
  content: "";
}
.fa-pied-piper-pp:before {
  content: "";
}
.fa-pied-piper-alt:before {
  content: "";
}
.fa-drupal:before {
  content: "";
}
.fa-joomla:before {
  content: "";
}
.fa-language:before {
  content: "";
}
.fa-fax:before {
  content: "";
}
.fa-building:before {
  content: "";
}
.fa-child:before {
  content: "";
}
.fa-paw:before {
  content: "";
}
.fa-spoon:before {
  content: "";
}
.fa-cube:before {
  content: "";
}
.fa-cubes:before {
  content: "";
}
.fa-behance:before {
  content: "";
}
.fa-behance-square:before {
  content: "";
}
.fa-steam:before {
  content: "";
}
.fa-steam-square:before {
  content: "";
}
.fa-recycle:before {
  content: "";
}
.fa-automobile:before, .fa-car:before {
  content: "";
}
.fa-cab:before, .fa-taxi:before {
  content: "";
}
.fa-tree:before {
  content: "";
}
.fa-spotify:before {
  content: "";
}
.fa-deviantart:before {
  content: "";
}
.fa-soundcloud:before {
  content: "";
}
.fa-database:before {
  content: "";
}
.fa-file-pdf-o:before {
  content: "";
}
.fa-file-word-o:before {
  content: "";
}
.fa-file-excel-o:before {
  content: "";
}
.fa-file-powerpoint-o:before {
  content: "";
}
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "";
}
.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "";
}
.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "";
}
.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "";
}
.fa-file-code-o:before {
  content: "";
}
.fa-vine:before {
  content: "";
}
.fa-codepen:before {
  content: "";
}
.fa-jsfiddle:before {
  content: "";
}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "";
}
.fa-circle-o-notch:before {
  content: "";
}
.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "";
}
.fa-ge:before, .fa-empire:before {
  content: "";
}
.fa-git-square:before {
  content: "";
}
.fa-git:before {
  content: "";
}
.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "";
}
.fa-tencent-weibo:before {
  content: "";
}
.fa-qq:before {
  content: "";
}
.fa-wechat:before, .fa-weixin:before {
  content: "";
}
.fa-send:before, .fa-paper-plane:before {
  content: "";
}
.fa-send-o:before, .fa-paper-plane-o:before {
  content: "";
}
.fa-history:before {
  content: "";
}
.fa-circle-thin:before {
  content: "";
}
.fa-header:before {
  content: "";
}
.fa-paragraph:before {
  content: "";
}
.fa-sliders:before {
  content: "";
}
.fa-share-alt:before {
  content: "";
}
.fa-share-alt-square:before {
  content: "";
}
.fa-bomb:before {
  content: "";
}
.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "";
}
.fa-tty:before {
  content: "";
}
.fa-binoculars:before {
  content: "";
}
.fa-plug:before {
  content: "";
}
.fa-slideshare:before {
  content: "";
}
.fa-twitch:before {
  content: "";
}
.fa-yelp:before {
  content: "";
}
.fa-newspaper-o:before {
  content: "";
}
.fa-wifi:before {
  content: "";
}
.fa-calculator:before {
  content: "";
}
.fa-paypal:before {
  content: "";
}
.fa-google-wallet:before {
  content: "";
}
.fa-cc-visa:before {
  content: "";
}
.fa-cc-mastercard:before {
  content: "";
}
.fa-cc-discover:before {
  content: "";
}
.fa-cc-amex:before {
  content: "";
}
.fa-cc-paypal:before {
  content: "";
}
.fa-cc-stripe:before {
  content: "";
}
.fa-bell-slash:before {
  content: "";
}
.fa-bell-slash-o:before {
  content: "";
}
.fa-trash:before {
  content: "";
}
.fa-copyright:before {
  content: "";
}
.fa-at:before {
  content: "";
}
.fa-eyedropper:before {
  content: "";
}
.fa-paint-brush:before {
  content: "";
}
.fa-birthday-cake:before {
  content: "";
}
.fa-area-chart:before {
  content: "";
}
.fa-pie-chart:before {
  content: "";
}
.fa-line-chart:before {
  content: "";
}
.fa-lastfm:before {
  content: "";
}
.fa-lastfm-square:before {
  content: "";
}
.fa-toggle-off:before {
  content: "";
}
.fa-toggle-on:before {
  content: "";
}
.fa-bicycle:before {
  content: "";
}
.fa-bus:before {
  content: "";
}
.fa-ioxhost:before {
  content: "";
}
.fa-angellist:before {
  content: "";
}
.fa-cc:before {
  content: "";
}
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "";
}
.fa-meanpath:before {
  content: "";
}
.fa-buysellads:before {
  content: "";
}
.fa-connectdevelop:before {
  content: "";
}
.fa-dashcube:before {
  content: "";
}
.fa-forumbee:before {
  content: "";
}
.fa-leanpub:before {
  content: "";
}
.fa-sellsy:before {
  content: "";
}
.fa-shirtsinbulk:before {
  content: "";
}
.fa-simplybuilt:before {
  content: "";
}
.fa-skyatlas:before {
  content: "";
}
.fa-cart-plus:before {
  content: "";
}
.fa-cart-arrow-down:before {
  content: "";
}
.fa-diamond:before {
  content: "";
}
.fa-ship:before {
  content: "";
}
.fa-user-secret:before {
  content: "";
}
.fa-motorcycle:before {
  content: "";
}
.fa-street-view:before {
  content: "";
}
.fa-heartbeat:before {
  content: "";
}
.fa-venus:before {
  content: "";
}
.fa-mars:before {
  content: "";
}
.fa-mercury:before {
  content: "";
}
.fa-intersex:before, .fa-transgender:before {
  content: "";
}
.fa-transgender-alt:before {
  content: "";
}
.fa-venus-double:before {
  content: "";
}
.fa-mars-double:before {
  content: "";
}
.fa-venus-mars:before {
  content: "";
}
.fa-mars-stroke:before {
  content: "";
}
.fa-mars-stroke-v:before {
  content: "";
}
.fa-mars-stroke-h:before {
  content: "";
}
.fa-neuter:before {
  content: "";
}
.fa-genderless:before {
  content: "";
}
.fa-facebook-official:before {
  content: "";
}
.fa-pinterest-p:before {
  content: "";
}
.fa-whatsapp:before {
  content: "";
}
.fa-server:before {
  content: "";
}
.fa-user-plus:before {
  content: "";
}
.fa-user-times:before {
  content: "";
}
.fa-hotel:before, .fa-bed:before {
  content: "";
}
.fa-viacoin:before {
  content: "";
}
.fa-train:before {
  content: "";
}
.fa-subway:before {
  content: "";
}
.fa-medium:before {
  content: "";
}
.fa-yc:before, .fa-y-combinator:before {
  content: "";
}
.fa-optin-monster:before {
  content: "";
}
.fa-opencart:before {
  content: "";
}
.fa-expeditedssl:before {
  content: "";
}
.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "";
}
.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "";
}
.fa-battery-2:before, .fa-battery-half:before {
  content: "";
}
.fa-battery-1:before, .fa-battery-quarter:before {
  content: "";
}
.fa-battery-0:before, .fa-battery-empty:before {
  content: "";
}
.fa-mouse-pointer:before {
  content: "";
}
.fa-i-cursor:before {
  content: "";
}
.fa-object-group:before {
  content: "";
}
.fa-object-ungroup:before {
  content: "";
}
.fa-sticky-note:before {
  content: "";
}
.fa-sticky-note-o:before {
  content: "";
}
.fa-cc-jcb:before {
  content: "";
}
.fa-cc-diners-club:before {
  content: "";
}
.fa-clone:before {
  content: "";
}
.fa-balance-scale:before {
  content: "";
}
.fa-hourglass-o:before {
  content: "";
}
.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "";
}
.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "";
}
.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "";
}
.fa-hourglass:before {
  content: "";
}
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "";
}
.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "";
}
.fa-hand-scissors-o:before {
  content: "";
}
.fa-hand-lizard-o:before {
  content: "";
}
.fa-hand-spock-o:before {
  content: "";
}
.fa-hand-pointer-o:before {
  content: "";
}
.fa-hand-peace-o:before {
  content: "";
}
.fa-trademark:before {
  content: "";
}
.fa-registered:before {
  content: "";
}
.fa-creative-commons:before {
  content: "";
}
.fa-gg:before {
  content: "";
}
.fa-gg-circle:before {
  content: "";
}
.fa-tripadvisor:before {
  content: "";
}
.fa-odnoklassniki:before {
  content: "";
}
.fa-odnoklassniki-square:before {
  content: "";
}
.fa-get-pocket:before {
  content: "";
}
.fa-wikipedia-w:before {
  content: "";
}
.fa-safari:before {
  content: "";
}
.fa-chrome:before {
  content: "";
}
.fa-firefox:before {
  content: "";
}
.fa-opera:before {
  content: "";
}
.fa-internet-explorer:before {
  content: "";
}
.fa-tv:before, .fa-television:before {
  content: "";
}
.fa-contao:before {
  content: "";
}
.fa-500px:before {
  content: "";
}
.fa-amazon:before {
  content: "";
}
.fa-calendar-plus-o:before {
  content: "";
}
.fa-calendar-minus-o:before {
  content: "";
}
.fa-calendar-times-o:before {
  content: "";
}
.fa-calendar-check-o:before {
  content: "";
}
.fa-industry:before {
  content: "";
}
.fa-map-pin:before {
  content: "";
}
.fa-map-signs:before {
  content: "";
}
.fa-map-o:before {
  content: "";
}
.fa-map:before {
  content: "";
}
.fa-commenting:before {
  content: "";
}
.fa-commenting-o:before {
  content: "";
}
.fa-houzz:before {
  content: "";
}
.fa-vimeo:before {
  content: "";
}
.fa-black-tie:before {
  content: "";
}
.fa-fonticons:before {
  content: "";
}
.fa-reddit-alien:before {
  content: "";
}
.fa-edge:before {
  content: "";
}
.fa-credit-card-alt:before {
  content: "";
}
.fa-codiepie:before {
  content: "";
}
.fa-modx:before {
  content: "";
}
.fa-fort-awesome:before {
  content: "";
}
.fa-usb:before {
  content: "";
}
.fa-product-hunt:before {
  content: "";
}
.fa-mixcloud:before {
  content: "";
}
.fa-scribd:before {
  content: "";
}
.fa-pause-circle:before {
  content: "";
}
.fa-pause-circle-o:before {
  content: "";
}
.fa-stop-circle:before {
  content: "";
}
.fa-stop-circle-o:before {
  content: "";
}
.fa-shopping-bag:before {
  content: "";
}
.fa-shopping-basket:before {
  content: "";
}
.fa-hashtag:before {
  content: "";
}
.fa-bluetooth:before {
  content: "";
}
.fa-bluetooth-b:before {
  content: "";
}
.fa-percent:before {
  content: "";
}
.fa-gitlab:before {
  content: "";
}
.fa-wpbeginner:before {
  content: "";
}
.fa-wpforms:before {
  content: "";
}
.fa-envira:before {
  content: "";
}
.fa-universal-access:before {
  content: "";
}
.fa-wheelchair-alt:before {
  content: "";
}
.fa-question-circle-o:before {
  content: "";
}
.fa-blind:before {
  content: "";
}
.fa-audio-description:before {
  content: "";
}
.fa-volume-control-phone:before {
  content: "";
}
.fa-braille:before {
  content: "";
}
.fa-assistive-listening-systems:before {
  content: "";
}
.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "";
}
.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "";
}
.fa-glide:before {
  content: "";
}
.fa-glide-g:before {
  content: "";
}
.fa-signing:before, .fa-sign-language:before {
  content: "";
}
.fa-low-vision:before {
  content: "";
}
.fa-viadeo:before {
  content: "";
}
.fa-viadeo-square:before {
  content: "";
}
.fa-snapchat:before {
  content: "";
}
.fa-snapchat-ghost:before {
  content: "";
}
.fa-snapchat-square:before {
  content: "";
}
.fa-pied-piper:before {
  content: "";
}
.fa-first-order:before {
  content: "";
}
.fa-yoast:before {
  content: "";
}
.fa-themeisle:before {
  content: "";
}
.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "";
}
.fa-fa:before, .fa-font-awesome:before {
  content: "";
}
.fa-handshake-o:before {
  content: "";
}
.fa-envelope-open:before {
  content: "";
}
.fa-envelope-open-o:before {
  content: "";
}
.fa-linode:before {
  content: "";
}
.fa-address-book:before {
  content: "";
}
.fa-address-book-o:before {
  content: "";
}
.fa-vcard:before, .fa-address-card:before {
  content: "";
}
.fa-vcard-o:before, .fa-address-card-o:before {
  content: "";
}
.fa-user-circle:before {
  content: "";
}
.fa-user-circle-o:before {
  content: "";
}
.fa-user-o:before {
  content: "";
}
.fa-id-badge:before {
  content: "";
}
.fa-drivers-license:before, .fa-id-card:before {
  content: "";
}
.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "";
}
.fa-quora:before {
  content: "";
}
.fa-free-code-camp:before {
  content: "";
}
.fa-telegram:before {
  content: "";
}
.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "";
}
.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "";
}
.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "";
}
.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "";
}
.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "";
}
.fa-shower:before {
  content: "";
}
.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "";
}
.fa-podcast:before {
  content: "";
}
.fa-window-maximize:before {
  content: "";
}
.fa-window-minimize:before {
  content: "";
}
.fa-window-restore:before {
  content: "";
}
.fa-times-rectangle:before, .fa-window-close:before {
  content: "";
}
.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "";
}
.fa-bandcamp:before {
  content: "";
}
.fa-grav:before {
  content: "";
}
.fa-etsy:before {
  content: "";
}
.fa-imdb:before {
  content: "";
}
.fa-ravelry:before {
  content: "";
}
.fa-eercast:before {
  content: "";
}
.fa-microchip:before {
  content: "";
}
.fa-snowflake-o:before {
  content: "";
}
.fa-superpowers:before {
  content: "";
}
.fa-wpexplorer:before {
  content: "";
}
.fa-meetup:before {
  content: "";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/* required styles */
.leaflet-pane, .leaflet-tile, .leaflet-marker-icon, .leaflet-marker-shadow, .leaflet-tile-container, .leaflet-pane > svg, .leaflet-pane > canvas, .leaflet-zoom-box, .leaflet-image-layer, .leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}
.leaflet-container {
  overflow: hidden;
}
.leaflet-tile, .leaflet-marker-icon, .leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}
.leaflet-marker-icon, .leaflet-marker-shadow {
  display: block;
}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg, .leaflet-container .leaflet-marker-pane img, .leaflet-container .leaflet-shadow-pane img, .leaflet-container .leaflet-tile-pane img, .leaflet-container img.leaflet-image-layer {
  max-width: none !important;
}
.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}
.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}
.leaflet-tile-loaded {
  visibility: inherit;
}
.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800;
}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}
.leaflet-pane {
  z-index: 400;
}
.leaflet-tile-pane {
  z-index: 200;
}
.leaflet-overlay-pane {
  z-index: 400;
}
.leaflet-shadow-pane {
  z-index: 500;
}
.leaflet-marker-pane {
  z-index: 600;
}
.leaflet-tooltip-pane {
  z-index: 650;
}
.leaflet-popup-pane {
  z-index: 700;
}
.leaflet-map-pane canvas {
  z-index: 100;
}
.leaflet-map-pane svg {
  z-index: 200;
}
.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}
.lvml {
  behavior: url(#default #VML);
  display: inline-block;
  position: absolute;
}
/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}
.leaflet-top, .leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}
.leaflet-top {
  top: 0;
}
.leaflet-right {
  right: 0;
}
.leaflet-bottom {
  bottom: 0;
}
.leaflet-left {
  left: 0;
}
.leaflet-control {
  float: left;
  clear: both;
}
.leaflet-right .leaflet-control {
  float: right;
}
.leaflet-top .leaflet-control {
  margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
  margin-left: 10px;
}
.leaflet-right .leaflet-control {
  margin-right: 10px;
}
/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile {
  will-change: opacity;
}
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}
.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}
.leaflet-zoom-anim .leaflet-tile, .leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}
/* cursors */
.leaflet-interactive {
  cursor: pointer;
}
.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
}
.leaflet-crosshair, .leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}
.leaflet-popup-pane, .leaflet-control {
  cursor: auto;
}
.leaflet-dragging .leaflet-grab, .leaflet-dragging .leaflet-grab .leaflet-interactive, .leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}
/* marker & overlays interactivity */
.leaflet-marker-icon, .leaflet-marker-shadow, .leaflet-image-layer, .leaflet-pane > svg path, .leaflet-tile-container {
  pointer-events: none;
}
.leaflet-marker-icon.leaflet-interactive, .leaflet-image-layer.leaflet-interactive, .leaflet-pane > svg path.leaflet-interactive {
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}
/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline: 0;
}
.leaflet-container a {
  color: #0078A8;
}
.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}
.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}
/* general typography */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}
/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}
.leaflet-bar a, .leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}
.leaflet-bar a, .leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}
.leaflet-bar a:hover {
  background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}
.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
/* zoom control */
.leaflet-control-zoom-in, .leaflet-control-zoom-out {
  font: bold 18px "Lucida Console", Monaco, monospace;
  text-indent: 1px;
}
.leaflet-control-zoom-out {
  font-size: 20px;
}
.leaflet-touch .leaflet-control-zoom-in {
  font-size: 22px;
}
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 24px;
}
/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}
.leaflet-control-layers-toggle {
  background-image: url(/wp-content/plugins/villa-misc/leaflet/images/layers.png);
  width: 36px;
  height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(/wp-content/plugins/villa-misc/leaflet/images/layers-2x.png);
  background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list, .leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}
.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}
.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  padding-right: 5px;
}
.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}
.leaflet-control-layers label {
  display: block;
}
.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}
/* Default icon URLs */
.leaflet-default-icon-path {
  background-image: url(/wp-content/plugins/villa-misc/leaflet/images/marker-icon.png);
}
/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
}
.leaflet-control-attribution, .leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}
.leaflet-control-attribution a {
  text-decoration: none;
}
.leaflet-control-attribution a:hover {
  text-decoration: underline;
}
.leaflet-container .leaflet-control-attribution, .leaflet-container .leaflet-control-scale {
  font-size: 11px;
}
.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}
.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}
.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-control-attribution, .leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
  box-shadow: none;
}
.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}
/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}
.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 2px;
}
.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
  font-size: 13px;
  color: #4d5c6d;
  text-align: center;
}
.leaflet-popup-content p {
  margin: 18px 0;
  font-size: 12px;
}
.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}
.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}
.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}
.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}
.leaflet-oldie .leaflet-control-zoom, .leaflet-oldie .leaflet-control-layers, .leaflet-oldie .leaflet-popup-content-wrapper, .leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}
/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}
/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto;
}
.leaflet-tooltip-top:before, .leaflet-tooltip-bottom:before, .leaflet-tooltip-left:before, .leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}
/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px;
}
.leaflet-tooltip-top {
  margin-top: -6px;
}
.leaflet-tooltip-bottom:before, .leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}
.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}
.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}
.leaflet-tooltip-left {
  margin-left: -6px;
}
.leaflet-tooltip-right {
  margin-left: 6px;
}
.leaflet-tooltip-left:before, .leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}
.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}
.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}
