<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox:before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox:after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 35px;
  line-height: 40px;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
}

h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 26px;
  line-height: 33px;
  font-weight: 500;
}

h4 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
}

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

h6 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

p {
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 22px;
  font-weight: 400;
}

a {
  color: #2196f3;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 40px;
}

ol {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 40px;
}

strong {
  font-weight: bold;
}

blockquote {
  margin-bottom: 20px;
  padding: 0px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 16px;
}

figure {
  margin-bottom: 20px;
}

figcaption {
  margin-top: 7px;
  color: rgba(51, 51, 51, 0.56);
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.button {
  display: inline-block;
  padding: 11px 20px;
  border-radius: 3px;
  background-color: #81d487;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #54a55a;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.alone {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #e4e4e4;
  background-color: #fff;
  color: #8a8a8a;
  font-weight: 400;
}

.button.alone:hover {
  background-color: #5d5d5d;
  color: #fff;
}

.button.alone.inverse {
  width: 250px;
  margin-top: 20px;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
  font-weight: 500;
}

.button.alone.inverse:hover {
  border-color: #54a55a;
  background-color: #54a55a;
}

.button.alone.offer {
  margin-bottom: 10px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #70c176;
}

.button.alone.offer:hover {
  background-color: #54a55a;
  color: #fff;
}

.button.centered {
  display: block;
  width: 250px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.navigation-link {
  height: 60px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.navigation-link:hover {
  color: #2196f3;
}

.navigation-link.white {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navigation-link.white:hover {
  color: #fff;
}

.navigation-bar {
  background-color: #fff;
}

.navigation-bar.dark {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.75);
}

.brand-link {
  height: 60px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.brand-link:hover {
  opacity: 0.66;
}

.brand-link.left-spacing {
  margin-left: 15px;
  -webkit-transition-property: none;
  transition-property: none;
  color: #fff;
}

.brand-link.left-spacing:hover {
  opacity: 1;
}

.section {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}

.section.search {
  display: block;
  padding: 25px 25px 10px;
  background-color: rgba(0, 0, 0, 0.85);
}

.section.property {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.features {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #70c176;
}

.section.login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #333;
}

.section.color {
  background-color: rgba(51, 51, 51, 0.05);
}

.hero-slider {
  height: 680px;
  background-color: transparent;
}

.hero-slide {
  height: 680px;
  padding-top: 300px;
  padding-right: 85px;
  padding-left: 85px;
  background-color: #dbdbdb;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(45%, transparent), to(rgba(0, 0, 0, 0.75))), url('../images/HighRes29174373-3.jpg');
  background-image: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, 0.75)), url('../images/HighRes29174373-3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.page-heading {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.page-subheading {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  text-transform: none;
}

.page-subheading.price {
  margin-top: 10px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
}

.cta-section {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #81d487;
}

.cta-heading {
  margin-top: 3px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.fixed-image-section {
  padding: 160px 20px 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/HighRes29174373-3.jpg'), -webkit-gradient(linear, left top, left bottom, from(#333), to(#333));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/HighRes29174373-3.jpg'), linear-gradient(180deg, #333, #333);
  background-position: 0px 0px, 50% 50%, 0px 0px;
  background-size: auto, cover, auto;
  background-repeat: repeat, no-repeat, repeat;
  color: #fff;
  text-align: center;
}

.fixed-image-section.exclusives {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/exclusivos-background.jpg'), -webkit-gradient(linear, left top, left bottom, from(#333), to(#333));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/exclusivos-background.jpg'), linear-gradient(180deg, #333, #333);
  background-position: 0px 0px, 50% 50%, 0px 0px;
  background-size: auto, cover, auto;
  background-repeat: repeat, no-repeat, repeat;
}

.fixed-image-section.company {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/company-background.jpg'), -webkit-gradient(linear, left top, left bottom, from(#333), to(#333));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/company-background.jpg'), linear-gradient(180deg, #333, #333);
  background-position: 0px 0px, 50% 22%, 0px 0px;
  background-size: auto, cover, auto;
  background-repeat: repeat, no-repeat, repeat;
}

.fixed-image-section.contact {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/contact-background.jpg'), -webkit-gradient(linear, left top, left bottom, from(#333), to(#333));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/contact-background.jpg'), linear-gradient(180deg, #333, #333);
  background-position: 0px 0px, 50% 50%, 0px 0px;
  background-size: auto, cover, auto;
  background-repeat: repeat, no-repeat, repeat;
}

.fixed-image-section.search {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/search-background.jpg'), -webkit-gradient(linear, left top, left bottom, from(#333), to(#333));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/search-background.jpg'), linear-gradient(180deg, #333, #333);
  background-position: 0px 0px, 50% 50%, 0px 0px;
  background-size: auto, cover, auto;
  background-repeat: repeat, no-repeat, repeat;
}

.fixed-image-section.management {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/management-background.jpg'), -webkit-gradient(linear, left top, left bottom, from(#333), to(#333));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/management-background.jpg'), linear-gradient(180deg, #333, #333);
  background-position: 0px 0px, 50% 76%, 0px 0px;
  background-size: auto, cover, auto;
  background-repeat: repeat, no-repeat, repeat;
}

.slider-navigation {
  font-size: 11px;
}

.slider-icon-circle {
  width: 50px;
  height: 50px;
  padding: 6px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 33px;
}

.slider-icon-circle:hover {
  color: #fff;
}

.slider-icon-circle.left {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: hsla(0, 0%, 100%, 0.7);
}

.slider-icon-circle.left:hover {
  color: #fff;
}

.hollow-button {
  display: inline-block;
  margin-top: 15px;
  padding: 7px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.8);
  border-radius: 3px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  text-decoration: none;
}

.hollow-button:hover {
  border-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  color: #fff;
}

.section-heading {
  margin-bottom: 20px;
}

.section-heading.centered {
  padding-bottom: 5px;
  border-bottom: 1px solid #f1f1f1;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.section-heading.left {
  margin-top: 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid #f1f1f1;
  font-family: Montserrat, sans-serif;
  line-height: 36px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.section-heading.left._1st {
  margin-top: 0px;
}

.section-heading.left.notopmargin {
  margin-top: 0px;
}

.form-label {
  margin-bottom: 2px;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

.form-label.white {
  color: #fff;
}

.section-subheading.center {
  color: #8a8a8a;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}

.section-subheading.center.white {
  color: #fff;
}

.section-subheading.left {
  color: #8a8a8a;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
}

.section-title-group {
  margin-bottom: 40px;
}

.form-field {
  min-height: 41px;
  margin-right: 1px;
  margin-bottom: 17px;
  border: 1px solid transparent;
  border-radius: 3px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#fcfcfc));
  background-image: linear-gradient(180deg, #fcfcfc, #fcfcfc);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.form-field:focus {
  box-shadow: 0 0 0 2px #2196f3;
}

.form-field.text-area {
  min-height: 110px;
}

.form-field.text-area.comments {
  min-height: 60px;
}

.form-field.login {
  font-size: 14px;
}

.form-field.login::-webkit-input-placeholder {
  font-size: 12px;
}

.form-field.login:-ms-input-placeholder {
  font-size: 12px;
}

.form-field.login::-ms-input-placeholder {
  font-size: 12px;
}

.form-field.login::placeholder {
  font-size: 12px;
}

.form-wrapper.squeezed {
  padding-right: 10%;
}

.social-icon-link {
  padding: 3px;
  opacity: 1;
  color: #fff;
}

.footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #8a8a8a;
  font-size: 12px;
}

.grid-image {
  display: block;
  height: 176px;
  padding: 10px;
  border: 1px none #ececec;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(41%, transparent), to(rgba(0, 0, 0, 0.85))), url('../images/st-tropez-rentals.jpg');
  background-image: linear-gradient(180deg, transparent 41%, rgba(0, 0, 0, 0.85)), url('../images/st-tropez-rentals.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.footer-link {
  display: block;
  margin-bottom: 6px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #b6b6b6;
  font-size: 10px;
  line-height: 16px;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-link:hover {
  color: #ddd;
}

.footer-link.phone {
  margin-bottom: 6px;
  font-size: 13px;
  text-align: left;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.success-wrapper {
  padding: 31px;
  border-radius: 5px;
  background-color: #54a55a;
  color: #fff;
}

.success-message {
  margin-bottom: 0px;
}

.error-wrapper {
  border-radius: 5px;
  background-color: #d32f2f;
  color: #fff;
}

.error-message {
  margin-bottom: 0px;
}

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

.body {
  font-family: Montserrat, sans-serif;
}

.body.login {
  height: 100vh;
}

.slider-heading {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 32px;
  font-weight: 800;
  text-transform: uppercase;
}

.subheading {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
}

.subheading.left {
  margin-bottom: 5px;
  font-size: 26px;
  line-height: 30px;
  text-align: left;
}

.subheading.contact-city {
  margin-bottom: 10px;
  font-size: 20px;
}

.brand-image {
  max-height: 34px;
  margin-top: 15px;
}

.brand-image.logofooter {
  margin-top: 0px;
  margin-bottom: 10px;
}

.tag {
  width: 150px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 3px;
  background-color: #54a55a;
  color: #fff;
  font-size: 9px;
  line-height: 100%;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.feature-item {
  color: #fff;
  line-height: 30px;
  font-weight: 700;
}

.icon-item {
  font-family: 'Fontawesome webfont';
  color: #81d487;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
}

.icon-item.big {
  margin-bottom: 10px;
  font-size: 60px;
  line-height: 60px;
  text-align: center;
}

.icon-item.big.white {
  color: #fff;
}

.icon-item.property {
  font-family: 'Fa solid 900';
  color: #fff;
  font-size: 18px;
}

.icon-item.property.big {
  margin-bottom: 5px;
  color: #70c176;
  font-size: 30px;
  line-height: 30px;
}

.icon-item.property.big.grey {
  color: #666;
}

.number-item {
  padding-top: 1px;
  font-size: 12px;
  font-weight: 300;
  text-align: left;
  text-transform: uppercase;
}

.number-item.property {
  font-weight: 500;
}

.number-item.property.under-photo {
  padding-top: 0px;
  color: #666;
  line-height: 14px;
  text-align: center;
}

.slider-price {
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  text-align: right;
  text-transform: uppercase;
}

.smaller {
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
}

.slider-subheading {
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.menu-button {
  display: inline-block;
  margin-top: 14px;
  margin-right: 20px;
  margin-left: 20px;
  padding: 2px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.8);
  border-radius: 5px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 11px;
  line-height: 22px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.menu-button:hover {
  border-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  color: #fff;
}

.search-field-select {
  margin-bottom: 0px;
  border-style: none;
  border-radius: 3px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75));
  color: #909090;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.search-field-select:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
}

.search-field-select.order {
  width: 80%;
}

.search-field-select.small {
  width: 90%;
}

.search-field-select.small.right {
  width: 90%;
}

.search-field-select.highlight::-webkit-input-placeholder {
  color: #70c176;
}

.search-field-select.highlight:-ms-input-placeholder {
  color: #70c176;
}

.search-field-select.highlight::-ms-input-placeholder {
  color: #70c176;
}

.search-field-select.highlight::placeholder {
  color: #70c176;
}

.submit-button {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 3px;
  background-color: #54a55a;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.submit-button:hover {
  background-color: #70c176;
}

.submit-button:active {
  background-color: #81d487;
}

.submit-button.margin-top {
  margin-top: 35px;
}

.cta-button {
  display: inline-block;
  margin-top: 16px;
  padding: 11px 20px;
  border: 2px solid #fff;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

.cta-button:hover {
  background-color: #333;
}

.cta-button.w--current {
  background-color: #2e80b6;
}

.text {
  color: #8a8a8a;
  line-height: 20px;
}

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

.text.left.white {
  color: #fff;
}

.form-text {
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 16px;
}

.footer-heading {
  margin-top: 7px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  text-align: right;
  text-transform: uppercase;
}

.social-icon {
  margin-right: 10px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #81d487;
  font-size: 24px;
  line-height: 24px;
  text-align: left;
}

.social-icon:hover {
  color: #ddd;
}

.realtor-image {
  margin-right: 5px;
}

.realtor-logos {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: rgba(0, 0, 0, 0.87);
}

.field-select {
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#fcfcfc));
  background-image: linear-gradient(180deg, #fcfcfc, #fcfcfc);
  color: #8a8a8a;
}

.footer-column-right {
  text-align: right;
}

.section-videobackground {
  height: 700px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.openclose {
  display: none;
}

.text-icon {
  font-family: 'Fontawesome webfont', sans-serif;
}

.grid-property {
  padding-bottom: 10px;
  border: 1px solid #ececec;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #000;
}

.grid-property:hover {
  background-color: #fafafa;
}

.grid-item {
  margin-bottom: 20px;
}

.grid-title {
  position: static;
  display: block;
  overflow: hidden;
  margin-bottom: 5px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.grid-address {
  margin-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  color: #a8a8a8;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  text-transform: none;
}

.grid-text-over {
  margin-top: 95px;
  color: #fff;
}

.grid-price {
  padding-right: 10px;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 16px;
  text-transform: none;
}

.grid-tag {
  display: block;
  width: 150px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 3px;
  background-color: rgba(84, 165, 90, 0.8);
  color: #fff;
  font-size: 9px;
  line-height: 100%;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.grid-tag.exclusive {
  width: 120px;
  background-color: rgba(255, 193, 7, 0.8);
  font-weight: 500;
  letter-spacing: 4px;
}

.grid-tag.single {
  width: 100px;
}

.grid-tag.rented {
  width: 70px;
  background-color: rgba(211, 47, 47, 0.8);
}

.grid-link-block {
  width: 33.33333333%;
  margin-left: 0px;
  padding: 9px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.grid-city {
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  color: #54a55a;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
}

.grid-features {
  font-family: Roboto, sans-serif;
  color: #666;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}

.grid-icon {
  font-family: 'Fontawesome webfont', sans-serif;
  color: #54a55a;
  font-size: 14px;
}

.title {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  text-transform: uppercase;
}

.link-block {
  width: 100%;
  color: #666;
}

.link-block:hover {
  color: #54a55a;
}

.contact-address {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 18px;
}

.contact-phone {
  margin-top: 5px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.office {
  margin-bottom: 30px;
}

.photo {
  border-radius: 3px;
}

.row-property-features.margin-below {
  margin-top: 20px;
}

.property-text {
  color: #666;
  font-size: 14px;
  line-height: 18px;
  text-align: justify;
}

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

.row-under-photo {
  display: block;
  margin-top: 20px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.row-under-photo.mobile {
  display: none;
}

.lightbox-link {
  width: 100%;
}

.rounded-box {
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.rounded-box:hover {
  background-color: #f8f8f8;
}

.property-heading {
  margin-top: 50px;
  margin-bottom: 10px;
  padding-bottom: 3px;
  border-bottom: 1px solid #ddd;
  font-family: Montserrat, sans-serif;
  color: #5d5d5d;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.property-heading.contact {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.list-item {
  color: #666;
  font-size: 14px;
  line-height: 18px;
}

.list-item.text {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 20px;
}

.property-subheading {
  margin-top: 50px;
  margin-bottom: 10px;
  padding-bottom: 3px;
  border-bottom: 1px solid #ddd;
  font-family: Montserrat, sans-serif;
  color: #5d5d5d;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.div-line-above {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #ddd;
}

.login-block {
  margin-bottom: 20px;
}

.div-login {
  padding: 20px;
  border: 1px solid #535353;
  border-radius: 5px;
  background-color: #252525;
}

.logo-login {
  display: block;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.form {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.text-block {
  margin-bottom: 30px;
  color: #666;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
}

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination-icon {
  min-width: 36px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 3px 5px;
  border: 2px solid #70c176;
  border-radius: 5px;
  background-color: #70c176;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}

.pagination-icon:hover {
  border-color: #54a55a;
  background-color: #54a55a;
  color: #fff;
}

.pagination-icon:active {
  border-color: #3c8a42;
  background-color: #3c8a42;
}

.pagination-page {
  margin-right: 10px;
  margin-left: 10px;
  padding: 3px 10px;
  border: 2px solid #54a55a;
  border-radius: 5px;
  color: #666;
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
}

.grid-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-flex.exclusives {
  margin-top: 0px;
}

.slider-image {
  display: block;
  margin-right: auto;
  margin-bottom: 41px;
  margin-left: auto;
}

.content-image {
  margin-bottom: 20px;
  border-radius: 3px;
}

.column-left {
  padding-right: 30px;
}

.container-3 {
  -webkit-flex-basis: 300px;
  -ms-flex-preferred-size: 300px;
  flex-basis: 300px;
}

.message {
  margin-bottom: 20px;
  color: #ffc107;
  text-align: center;
}

.grid-flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-flex-center.exclusives {
  margin-top: 0px;
}

.grid-image-clear {
  display: block;
  height: 240px;
  padding: 10px;
  border: 1px none #ececec;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-image: url('../images/ogimage.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.grid-link-block-33 {
  width: 33%;
  margin-left: 0px;
  padding: 9px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.grid-title-color {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  color: #54a55a;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.div-offer {
  margin-bottom: 17px;
}

.checkbox-label {
  font-size: 14px;
  font-weight: 400;
}

.radio-button-label {
  font-size: 14px;
  font-weight: 400;
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000005, 0.6000000000000005);
  -ms-transform: scale(0.6000000000000005, 0.6000000000000005);
  transform: scale(0.6000000000000005, 0.6000000000000005);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

@media (max-width: 991px) {
  .navigation-bar.dark {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .hamburger-button:hover {
    color: #2196f3;
  }
  .hamburger-button.w--open {
    background-color: #333;
  }
  .hamburger-button.white {
    color: #fff;
  }
  .navigation-menu {
    margin-top: 60px;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section.property {
    padding-top: 20px;
  }
  .hero-slider {
    height: 480px;
  }
  .hero-slide {
    height: 480px;
    padding-top: 176px;
  }
  .page-heading {
    font-size: 28px;
    line-height: 32px;
  }
  .page-subheading.price {
    font-size: 20px;
    line-height: 24px;
  }
  .page-subheading.phrase {
    font-size: 20px;
    line-height: 24px;
  }
  .cta-heading {
    font-size: 28px;
    line-height: 32px;
  }
  .fixed-image-section.contact {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.3)), to(rgba(51, 51, 51, 0.3))), url('../images/contact-background.jpg'), -webkit-gradient(linear, left top, left bottom, from(#333), to(#333));
    background-image: linear-gradient(180deg, rgba(51, 51, 51, 0.3), rgba(51, 51, 51, 0.3)), url('../images/contact-background.jpg'), linear-gradient(180deg, #333, #333);
    background-position: 0px 0px, 50% 22%, 0px 0px;
    background-size: auto, cover, auto;
    background-repeat: repeat, no-repeat, repeat;
  }
  .fixed-image-section.management {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/management-background.jpg'), -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: linear-gradient(180deg, null, null), url('../images/management-background.jpg'), linear-gradient(180deg, null, null);
    background-position: 0px 0px, 0px -61px, 0px 0px;
  }
  .hollow-button {
    font-size: 12px;
    line-height: 16px;
  }
  .section-heading.centered {
    font-size: 28px;
    line-height: 32px;
  }
  .section-heading.left {
    line-height: 30px;
  }
  .section-heading.left._1st {
    font-size: 28px;
    line-height: 32px;
  }
  .section-subheading.center {
    font-size: 16px;
    line-height: 20px;
  }
  .section-subheading.left {
    font-size: 16px;
    line-height: 20px;
  }
  .section-title-group {
    margin-bottom: 30px;
  }
  .form-wrapper {
    margin-top: 25px;
    padding-top: 10px;
  }
  .form-wrapper.squeezed {
    margin-top: 20px;
    padding-right: 10%;
    padding-left: 10%;
  }
  .footer-text {
    font-size: 9px;
  }
  .footer-link {
    font-size: 9px;
    line-height: 14px;
  }
  .footer-link.phone {
    font-size: 12px;
  }
  .slider-heading {
    font-size: 18px;
  }
  .subheading {
    font-size: 22px;
    line-height: 26px;
  }
  .subheading.left {
    font-size: 22px;
    line-height: 26px;
  }
  .tag {
    width: 130px;
    margin-bottom: 5px;
    font-size: 7px;
  }
  .number-item {
    padding-left: 7px;
    font-size: 8px;
    font-weight: 300;
  }
  .number-item.property {
    font-size: 10px;
  }
  .number-item.property.under-photo {
    padding-left: 0px;
  }
  .slider-price {
    font-size: 16px;
  }
  .smaller {
    font-size: 14px;
  }
  .slider-subheading {
    font-size: 14px;
  }
  .menu-button {
    float: left;
  }
  .search-field-select {
    margin-bottom: 10px;
  }
  .search-field-select.order {
    width: 90%;
  }
  .search-field-select.small.right {
    width: 100%;
  }
  .cta-button {
    font-size: 14px;
  }
  .text {
    font-size: 15px;
    line-height: 19px;
  }
  .footer-heading {
    font-size: 13px;
  }
  .grid-title {
    font-size: 16px;
    letter-spacing: 0px;
  }
  .grid-tag {
    width: 130px;
    margin-bottom: 5px;
    font-size: 7px;
  }
  .grid-tag.exclusive {
    width: 120px;
  }
  .grid-tag.condo {
    width: 120px;
  }
  .grid-tag.single {
    width: 80px;
  }
  .grid-tag.rented {
    width: 60px;
  }
  .grid-link-block {
    width: 50%;
  }
  .photo {
    display: none;
  }
  .row-under-photo {
    display: none;
  }
  .row-under-photo.mobile {
    display: block;
  }
  .property-heading {
    margin-top: 30px;
    font-size: 22px;
    line-height: 26px;
  }
  .property-heading.contact {
    font-size: 22px;
    line-height: 26px;
    text-align: center;
  }
  .slider-image {
    margin-bottom: 0px;
  }
  .grid-title-color {
    font-size: 12px;
    line-height: 18px;
  }
}

@media (max-width: 767px) {
  .brand-link.left-spacing {
    padding-left: 0px;
  }
  .section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section.search {
    display: none;
  }
  .hero-slider {
    height: 460px;
  }
  .hero-slide {
    height: 460px;
    padding-top: 280px;
  }
  .cta-section {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .cta-heading {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
  }
  .fixed-image-section.contact {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.3)), to(rgba(51, 51, 51, 0.3))), url('../images/contact-background.jpg'), -webkit-gradient(linear, left top, left bottom, from(#333), to(#333));
    background-image: linear-gradient(180deg, rgba(51, 51, 51, 0.3), rgba(51, 51, 51, 0.3)), url('../images/contact-background.jpg'), linear-gradient(180deg, #333, #333);
    background-position: 0px 0px, 0px 21px, 0px 0px;
  }
  .fixed-image-section.management {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.3)), to(rgba(51, 51, 51, 0.3))), url('../images/management-background.jpg'), -webkit-gradient(linear, left top, left bottom, from(#333), to(#333));
    background-image: linear-gradient(180deg, rgba(51, 51, 51, 0.3), rgba(51, 51, 51, 0.3)), url('../images/management-background.jpg'), linear-gradient(180deg, #333, #333);
    background-position: 0px 0px, 50% 0px, 0px 0px;
    background-size: auto, cover, auto;
    background-repeat: repeat, no-repeat, repeat;
  }
  .slider-icon-circle {
    font-size: 30px;
    line-height: 50px;
  }
  .slider-icon-circle.left {
    line-height: 50px;
  }
  .hollow-button {
    margin-top: 10px;
    margin-left: 10px;
  }
  .section-heading.centered {
    padding-right: 15px;
    padding-left: 15px;
  }
  .section-heading.left {
    font-size: 24px;
    line-height: 30px;
  }
  .section-heading.left._1st {
    font-size: 26px;
    line-height: 30px;
  }
  .section-subheading.center {
    font-size: 18px;
    line-height: 22px;
  }
  .section-subheading.center.white {
    padding-right: 15px;
    padding-left: 15px;
  }
  .section-subheading.left {
    font-size: 18px;
    line-height: 22px;
  }
  .form-wrapper.squeezed {
    margin-bottom: 30px;
    padding-right: 9px;
    padding-left: 0px;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer-text {
    font-size: 10px;
  }
  .footer-link {
    text-align: center;
  }
  .footer-link.phone {
    text-align: center;
  }
  .item-column {
    margin-bottom: 30px;
  }
  .slider-heading {
    font-size: 16px;
    line-height: 20px;
  }
  .subheading {
    font-size: 26px;
    line-height: 30px;
  }
  .subheading.left {
    text-align: center;
  }
  .brand-image.logofooter {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .tag {
    margin-left: 10px;
  }
  .row-slider-features {
    display: none;
  }
  .icon-item.big {
    margin-bottom: 5px;
  }
  .icon-item.big.white {
    font-size: 50px;
    line-height: 60px;
  }
  .icon-item.property {
    display: block;
    text-align: center;
  }
  .number-item.property.under-photo {
    text-align: center;
  }
  .slider-price {
    font-size: 14px;
    text-align: left;
  }
  .smaller {
    font-size: 12px;
  }
  .slider-subheading {
    font-size: 12px;
  }
  .search-field-select {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75));
  }
  .search-field-select.order {
    width: 100%;
  }
  .search-field-select.small {
    width: 95%;
  }
  .text {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 20px;
  }
  .text.left.white {
    margin-bottom: 30px;
    text-align: center;
  }
  .footer-heading {
    text-align: center;
  }
  .footer-column-left {
    text-align: center;
  }
  .footer-column-right {
    text-align: center;
  }
  .footer-column-center {
    text-align: center;
  }
  .section-videobackground {
    height: auto;
  }
  .openclose {
    display: block;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.9);
  }
  .openclose-button {
    display: block;
    margin-right: auto;
    margin-left: auto;
    border-radius: 3px;
    background-color: #333;
    -webkit-transition: background-color 200ms ease, color 200ms ease;
    transition: background-color 200ms ease, color 200ms ease;
    color: #a8a8a8;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
  }
  .openclose-button:hover {
    background-color: #70c176;
    color: #fff;
  }
  .text-icon {
    -webkit-transform: perspective(1022px);
    transform: perspective(1022px);
    font-family: 'Fontawesome webfont', sans-serif;
  }
  .grid-tag {
    width: 150px;
    margin-left: 10px;
    font-size: 9px;
  }
  .grid-tag.condo {
    width: 150px;
  }
  .grid-tag.single {
    width: 100px;
  }
  .grid-tag.rented {
    width: 70px;
  }
  .grid-link-block {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-icon {
    -webkit-transform: perspective(1022px);
    transform: perspective(1022px);
    font-family: 'Fontawesome webfont', sans-serif;
  }
  .row-property-features {
    display: block;
  }
  .row-under-photo {
    display: none;
  }
  .row-under-photo.mobile {
    display: block;
  }
  .property-heading {
    font-size: 18px;
    line-height: 22px;
  }
  .property-heading.contact {
    font-size: 18px;
    line-height: 22px;
  }
  .property-subheading {
    font-size: 16px;
    line-height: 20px;
  }
  .column-margin-top {
    margin-top: 40px;
  }
  .grid-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .slider-image {
    display: none;
  }
  .grid-link-block-33 {
    width: 50%;
  }
}

@media (max-width: 479px) {
  .button {
    display: block;
    width: 100%;
  }
  .hero-slide {
    padding-top: 194px;
    padding-right: 53px;
    padding-left: 53px;
  }
  .page-heading {
    font-size: 20px;
    line-height: 24px;
  }
  .page-subheading {
    font-size: 20px;
    line-height: 24px;
  }
  .page-subheading.price {
    font-size: 18px;
    line-height: 22px;
  }
  .page-subheading.phrase {
    font-size: 16px;
    line-height: 20px;
  }
  .cta-heading {
    font-size: 22px;
    line-height: 26px;
  }
  .fixed-image-section.exclusives {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/exclusivos-background.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/exclusivos-background.jpg');
    background-position: 0px 0px, 50% 50%;
  }
  .fixed-image-section.contact {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.3)), to(rgba(51, 51, 51, 0.3))), url('../images/contact-background.jpg'), -webkit-gradient(linear, left top, left bottom, from(#333), to(#333));
    background-image: linear-gradient(180deg, rgba(51, 51, 51, 0.3), rgba(51, 51, 51, 0.3)), url('../images/contact-background.jpg'), linear-gradient(180deg, #333, #333);
    background-position: 0px 0px, 50% 0px, 0px 0px;
  }
  .slider-heading {
    font-size: 18px;
    line-height: 22px;
  }
  .subheading {
    font-size: 24px;
    line-height: 28px;
  }
  .icon-item.big.white {
    margin-bottom: 10px;
  }
  .text {
    font-size: 14px;
    line-height: 18px;
  }
  .grid-title {
    font-size: 15px;
    letter-spacing: -1px;
  }
  .title {
    font-size: 20px;
  }
  .property-text {
    text-align: justify;
  }
  .pagination-icon {
    margin-right: 7px;
    margin-left: 7px;
  }
  .pagination-page {
    padding-right: 7px;
    padding-left: 7px;
  }
  .grid-link-block-33 {
    width: 100%;
  }
  .grid-title-color {
    font-size: 14px;
    line-height: 20px;
  }
}

.recaptcha {
  margin-bottom: 10px;
}

@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.woff2') format('woff2'), url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fontawesome';
  src: url('../fonts/FontAwesome.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
</pre></body></html>