.w-form-formrecaptcha {
  margin-bottom: 8px;
}

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;
}

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

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

.navigation-link.white {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 11px;
  font-weight: 400;
  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: #cc1010;
}

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

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

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

.section.section-color {
  background-color: #f3f3f3;
}

.section.section-contact {
  padding-top: 80px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f8f8f8));
  background-image: linear-gradient(180deg, #f8f8f8, #f8f8f8);
}

.section.section-first {
  background-image: url('../images/shadow.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.section.image-background {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url('../images/family-flag.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/family-flag.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  color: #fff;
}

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

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

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  padding-top: 60px;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), -webkit-gradient(linear, left top, left bottom, from(#cc1010), to(#cc1010));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), linear-gradient(180deg, #cc1010, #cc1010);
  color: #fff;
  text-align: center;
}

.hero.hero-search {
  min-height: 500px;
  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/beach.jpg'), -webkit-gradient(linear, left top, left bottom, from(#cc1010), to(#cc1010));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/beach.jpg'), linear-gradient(180deg, #cc1010, #cc1010);
  background-position: 0px 0px, 50% 50%, 0px 0px;
  background-size: auto, cover, auto;
}

.hero.hero-list {
  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/hero-search-developments.jpg'), -webkit-gradient(linear, left top, left bottom, from(#222), to(#222));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/hero-search-developments.jpg'), linear-gradient(180deg, #222, #222);
  background-position: 0px 0px, 50% 50%, 0px 0px;
  background-size: auto, cover, auto;
  background-repeat: repeat, no-repeat, repeat;
  background-attachment: scroll, scroll, scroll;
}

.hero.hero-property {
  min-height: 300px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/2199.jpg'), -webkit-gradient(linear, left top, left bottom, from(#cc1010), to(#cc1010));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/2199.jpg'), linear-gradient(180deg, #cc1010, #cc1010);
  background-position: 0px 0px, 50% 50%, 0px 0px;
  background-size: auto, cover, auto;
  background-repeat: repeat, no-repeat, repeat;
  background-attachment: scroll, scroll, scroll;
}

.hero.hero-realtor {
  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/Realtor.jpg'), -webkit-gradient(linear, left top, left bottom, from(#cc1010), to(#cc1010));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/Realtor.jpg'), linear-gradient(180deg, #cc1010, #cc1010);
  background-position: 0px 0px, 50% 0%, 0px 0px;
  background-size: auto, cover, auto;
  background-repeat: repeat, no-repeat, repeat;
  background-attachment: scroll, scroll, scroll;
}

.hero.hero-moving {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/family-flag.jpg'), -webkit-gradient(linear, left top, left bottom, from(#cc1010), to(#cc1010));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/family-flag.jpg'), linear-gradient(180deg, #cc1010, #cc1010);
  background-position: 0px 0px, 50% 50%, 0px 0px;
  background-size: auto, cover, auto;
  background-repeat: repeat, no-repeat, repeat;
  background-attachment: scroll, scroll, scroll;
}

.hero.hero-schools {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/family-moving.jpg'), -webkit-gradient(linear, left top, left bottom, from(#cc1010), to(#cc1010));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/family-moving.jpg'), linear-gradient(180deg, #cc1010, #cc1010);
  background-position: 0px 0px, 50% 50%, 0px 0px;
  background-size: auto, cover, auto;
  background-repeat: repeat, no-repeat, repeat;
  background-attachment: scroll, scroll, scroll;
}

.hero.hero-immigration {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/visa.jpg'), -webkit-gradient(linear, left top, left bottom, from(#cc1010), to(#cc1010));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/visa.jpg'), linear-gradient(180deg, #cc1010, #cc1010);
  background-position: 0px 0px, 50% 100%, 0px 0px;
  background-size: auto, cover, auto;
  background-repeat: repeat, no-repeat, repeat;
  background-attachment: scroll, scroll, scroll;
}

.section-heading {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cc1010;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
  letter-spacing: -1px;
}

.section-subheading {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 200;
  text-align: center;
}

.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #222;
  color: #fff;
}

.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;
}

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

.hero-heading {
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 42px;
  line-height: 46px;
  font-weight: 500;
  text-align: center;
  text-transform: none;
  text-shadow: 1px 1px 6px #000;
}

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

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

.hero-subheading {
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 1px 1px 3px #000;
}

.hero-subheading.hero-price {
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
}

.menu-button {
  display: inline-block;
  margin-top: 15px;
  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 400ms ease;
  transition: background-color 400ms 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 {
  background-color: #222;
}

.cta-button {
  display: block;
  margin-top: 20px;
  padding: 11px 20px;
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: background-color 150ms ease, font-size 400ms ease;
  transition: background-color 150ms ease, font-size 400ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.cta-button:hover {
  background-color: #cc1010;
  font-size: 16px;
}

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

.feature-icon {
  font-family: 'Fa solid 900', sans-serif;
  color: #cc1010;
  letter-spacing: 0px;
}

.development-area {
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  color: #666;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.text-small {
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
}

.column-grow {
  margin-bottom: 20px;
}

.property-description {
  width: 65%;
  padding-left: 10px;
  float: right;
}

.property-description.property100 {
  width: 100%;
  padding-left: 0px;
  text-align: center;
}

.property-description.property100 {
  width: 100%;
  text-align: center;
}

.button-row-mobile {
  margin-top: 4px;
}

.property-button {
  display: block;
  margin-top: 1px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: background-color 400ms ease, border-color 400ms ease, color 200ms ease;
  transition: background-color 400ms ease, border-color 400ms ease, color 200ms ease;
  color: #888;
  font-size: 11px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
}

.property-button:hover {
  background-color: #cc1010;
  color: #fff;
}

.button-row {
  margin-top: 4px;
}

.unit {
  width: 100%;
  padding-bottom: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #eee;
  border-radius: 3px;
  -webkit-transition: background-color 400ms ease, border 400ms ease;
  transition: background-color 400ms ease, border 400ms ease;
}

.unit:hover {
  border-color: #d0d0d0;
  background-color: #fafafa;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.12);
}

.section-button {
  display: block;
  width: 250px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.85);
  border-radius: 5px;
  background-color: #b81111;
  -webkit-transition: background-color 400ms ease, border-color 400ms ease, -webkit-transform 400ms ease;
  transition: background-color 400ms ease, border-color 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, background-color 400ms ease, border-color 400ms ease;
  transition: transform 400ms ease, background-color 400ms ease, border-color 400ms ease, -webkit-transform 400ms ease;
  color: hsla(0, 0%, 100%, 0.85);
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.section-button:hover {
  border-color: #fff;
  background-color: #222;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: #fff;
}

.section-button.mobile {
  display: none;
}

.container-hero {
  margin-top: 40px;
  margin-bottom: 40px;
}

.feature-icon-3 {
  display: block;
  width: 80px;
  height: 80px;
  margin: 15px auto 5px;
  border-radius: 80px;
  background-color: #cc1010;
  font-family: 'Fa solid 900', sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 80px;
  text-align: center;
  letter-spacing: 0px;
}

.text-block {
  color: #888;
  font-weight: 300;
  text-align: center;
}

.text-block.textdark {
  color: #4d4d4d;
}

.development-title {
  margin-top: 5px;
  margin-bottom: 3px;
  font-family: Montserrat, sans-serif;
  color: #cc1010;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.development-price {
  color: #666;
  line-height: 20px;
  font-weight: 500;
}

.development-photo-div {
  width: 100%;
  height: 240px;
  margin-bottom: 10px;
  float: left;
  border-radius: 3px;
  background-image: url('../images/gulliver-thumb.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.development-photo-div.fort-lauderdale {
  border-bottom-left-radius: 0px;
  background-image: url('../images/fortlaud-thumb.jpg');
}

.development-photo-div.west-palm {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-image: url('../images/westpalm-thumb.jpg');
}

.development-photo-div.miami {
  background-image: url('../images/miami-thumb.jpg');
}

.development-photo-div.boca-raton {
  background-image: url('../images/bocaraton-thumb.jpg');
}

.development-photo-div.delray {
  background-image: url('../images/delray-thumb.jpg');
}

.development-photo-div.keys {
  background-image: url('../images/keys.jpg');
}

.center-column {
  padding-top: 3px;
  text-align: center;
}

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

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

.feature-title {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

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

.property-photo-div-2 {
  width: 100%;
  height: 125px;
  float: left;
  background-image: url('../images/Photo27148500-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.property-heading {
  margin-top: 0px;
  margin-bottom: 3px;
  font-family: Montserrat, sans-serif;
  color: #cc1010;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  text-transform: uppercase;
}

.property-price {
  color: #666;
  font-weight: 500;
}

.property-area {
  color: #666;
  font-size: 12px;
  text-transform: uppercase;
}

.list-div-2 {
  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: 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-small-2 {
  font-size: 10px;
  font-weight: 300;
  text-transform: uppercase;
}

.property-feature-2 {
  color: #666;
  font-size: 10px;
  line-height: 16px;
  text-transform: uppercase;
}

.feature-row-2 {
  margin-top: 3px;
}

.property-photo-link-2 {
  width: 35%;
  margin-bottom: -8px;
}

.unit-list {
  width: 48%;
  margin: 1% 1% 3%;
  padding: 1%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #eee;
  background-color: #fff;
  -webkit-transition: box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, box-shadow 400ms ease;
  transition: transform 400ms ease, box-shadow 400ms ease, -webkit-transform 400ms ease;
}

.unit-list:hover {
  background-color: #fff;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.field-label {
  font-weight: 400;
  text-transform: uppercase;
}

.text-field {
  border-radius: 5px;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
}

.text-field:focus {
  border: 1px solid #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.49);
}

.footer-text-2 {
  color: #888;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-link-2 {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #888;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-link-2:hover {
  color: #dadada;
}

.footer-link-2.small {
  font-size: 11px;
  text-transform: none;
}

.footer-link-2.phone {
  font-size: 14px;
  line-height: 28px;
}

.slide {
  width: 33.333333333333336%;
  padding-right: 2px;
  padding-left: 2px;
}

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

.slider-arrow {
  width: 40px;
  height: 40px;
  margin-top: 150px;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.slider-arrow:hover {
  background-color: #cc1010;
}

.slider-arrow-icon {
  width: 15px;
  margin-right: auto;
  margin-left: auto;
  font-size: 14px;
  font-weight: 900;
  text-align: center;
}

.slide-nav {
  display: none;
  padding-top: 15px;
  font-size: 12px;
}

.success-message {
  border-radius: 5px;
  background-color: #70c176;
  color: #fff;
}

.error-message {
  border-radius: 5px;
  background-color: #cc1010;
  color: #fff;
  text-align: center;
}

.search-form {
  margin-top: 15px;
  margin-bottom: 0px;
  padding: 10px;
  border-radius: 5px;
  background-color: hsla(0, 0%, 100%, 0.7);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
}

.select-field {
  margin-bottom: 10px;
  border-radius: 5px;
}

.select-field:focus {
  border: 1px solid #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
}

.search-button {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
  background-color: #cc1010;
  -webkit-transition: box-shadow 400ms ease, background-color 400ms ease;
  transition: box-shadow 400ms ease, background-color 400ms ease;
  font-weight: 500;
}

.search-button:hover {
  background-color: #9e0707;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}

.row {
  margin-bottom: 39px;
}

.row.row-inside {
  margin-bottom: 15px;
}

.feature-title-2 {
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.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: 5px;
  margin-left: 5px;
  padding: 3px 5px;
  border: 1px solid #a8a8a8;
  border-radius: 20px;
  background-color: #a8a8a8;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: 'Fa solid 900', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

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

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

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

.page-text {
  margin-top: 20px;
  font-weight: 300;
  text-align: justify;
}

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

.photo-slider {
  z-index: 0;
  height: 500px;
}

.photo-slide {
  background-image: url('../images/001-3-1024x682.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slider-arrow-2 {
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-size: 30px;
  font-weight: 300;
}

.slider-arrow-2:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.slide-nav-2 {
  display: none;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
}

.list-div {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.list-div.features-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.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;
  font-size: 11px;
  line-height: 14px;
  text-align: center;
}

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

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

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

.icon-item.property.big.grey {
  color: #cc1010;
  text-align: center;
}

.feature {
  width: 33.33333333%;
  margin-bottom: 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;
}

.list-item-2 {
  font-family: Lato, sans-serif;
  color: #666;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}

.icon-text {
  font-family: 'Fa solid 900', sans-serif;
}

.slide-content {
  height: 100%;
}

.slide-number {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 50px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  background-color: hsla(0, 0%, 100%, 0.5);
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}

.home-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), color-stop(37%, transparent)), url('../images/hero-couple.jpg'), -webkit-gradient(linear, left top, left bottom, from(#cc1010), to(#cc1010));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent 37%), url('../images/hero-couple.jpg'), linear-gradient(180deg, #cc1010, #cc1010);
  background-position: 0px 0px, 50% 50%, 0px 0px;
  background-size: auto, cover, auto;
}

.link-2 {
  color: #cc1010;
}

.notes {
  margin-top: 30px;
  color: #8a8a8a;
  font-size: 10px;
  line-height: 14px;
  text-align: justify;
}

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

.item-button {
  display: block;
  width: 120px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.85);
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-transition: background-color 400ms ease, border-color 400ms ease, -webkit-transform 400ms ease;
  transition: background-color 400ms ease, border-color 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, background-color 400ms ease, border-color 400ms ease;
  transition: transform 400ms ease, background-color 400ms ease, border-color 400ms ease, -webkit-transform 400ms ease;
  color: hsla(0, 0%, 100%, 0.85);
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.item-button:hover {
  border-color: #fff;
  background-color: #cc1010;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: #fff;
}

.form-button {
  display: block;
  width: 250px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.85);
  border-radius: 5px;
  background-color: #b81111;
  -webkit-transition: background-color 400ms ease, border-color 400ms ease, -webkit-transform 400ms ease;
  transition: background-color 400ms ease, border-color 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, background-color 400ms ease, border-color 400ms ease;
  transition: transform 400ms ease, background-color 400ms ease, border-color 400ms ease, -webkit-transform 400ms ease;
  color: hsla(0, 0%, 100%, 0.85);
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.form-button:hover {
  border-color: #fff;
  background-color: #222;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: #fff;
}

.grade {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50px;
  background-color: #23d471;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
}

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.6000000000000006, 0.6000000000000006);
  -ms-transform: scale(0.6000000000000006, 0.6000000000000006);
  transform: scale(0.6000000000000006, 0.6000000000000006);
}

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 screen and (max-width: 991px) {
  .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.95);
  }
  .cta-heading {
    font-size: 24px;
    line-height: 32px;
  }
  .section-heading {
    font-size: 30px;
    line-height: 34px;
  }
  .hero-heading {
    font-size: 32px;
    line-height: 36px;
  }
  .hero-subheading {
    font-size: 14px;
    line-height: 20px;
  }
  .menu-button {
    float: left;
  }
  .cta-button {
    margin-top: 15px;
    font-size: 14px;
  }
  .feature-icon {
    font-size: 12px;
  }
  .property-description {
    padding-left: 5px;
  }
  .property-photo-div-2 {
    height: 90px;
  }
  .property-heading {
    font-size: 16px;
  }
  .property-feature-2 {
    font-size: 7px;
  }
  .feature-row-2 {
    margin-top: 5px;
  }
  .property-photo-link-2 {
    margin-bottom: 0px;
  }
  .page-text {
    font-size: 14px;
    line-height: 20px;
  }
  .photo-slider {
    height: 400px;
  }
  .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;
  }
}

@media screen and (max-width: 767px) {
  .brand-link.left-spacing {
    padding-left: 0px;
  }
  .section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .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;
  }
  .hero {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-subheading {
    font-size: 18px;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .brand-image.logofooter {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .cta-button {
    width: 180px;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .column-2 {
    padding-left: 0px;
  }
  .development-area {
    font-size: 12px;
  }
  .text-small {
    font-size: 11px;
  }
  .column-3 {
    padding-right: 0px;
  }
  .column-grow {
    padding-right: 20px;
    padding-left: 20px;
  }
  .property-description {
    width: 70%;
  }
  .unit {
    line-height: 20px;
  }
  .section-button.mobile {
    display: block;
  }
  .container-hero {
    padding-right: 15px;
    padding-left: 15px;
  }
  .development-title {
    font-size: 18px;
    line-height: 20px;
  }
  .center-column {
    margin-top: 15px;
  }
  .right-column {
    margin-top: 15px;
  }
  .property-heading {
    font-size: 14px;
  }
  .property-feature-2 {
    font-size: 11px;
  }
  .column {
    padding-left: 0px;
  }
  .property-photo-link-2 {
    width: 30%;
  }
  .unit-list {
    width: 98%;
    padding-top: 2%;
    padding-bottom: 2%;
  }
  .footer-text-2 {
    text-align: center;
  }
  .column-footer {
    text-align: center;
  }
  .slide {
    width: 50%;
  }
  .search-form {
    padding-right: 0px;
    padding-left: 0px;
  }
  .search-button {
    margin-right: auto;
    margin-left: auto;
  }
  .button-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }
  .slider-arrow-2 {
    width: 40px;
  }
  .number-item.property.under-photo {
    text-align: center;
  }
  .icon-item.property {
    display: block;
    text-align: center;
  }
  .property-subheading {
    font-size: 16px;
    line-height: 20px;
  }
}

@media screen and (max-width: 479px) {
  .cta-heading {
    font-size: 22px;
    line-height: 26px;
  }
  .development-area {
    font-size: 14px;
    text-align: center;
  }
  .property-description {
    width: 100%;
    margin-top: 5px;
    padding-left: 0px;
  }
  .button-row-mobile {
    margin-top: 100px;
  }
  .property-button {
    font-size: 10px;
  }
  .container-hero {
    margin-bottom: 20px;
  }
  .text-block.textdark {
    margin-bottom: 15px;
  }
  .development-title {
    text-align: center;
  }
  .development-price {
    text-align: center;
  }
  .development-photo-div {
    width: 100%;
    height: 240px;
  }
  .property-photo-div-2 {
    width: 100%;
    height: 140px;
  }
  .property-heading {
    line-height: 18px;
    text-align: center;
  }
  .property-price {
    text-align: center;
  }
  .property-area {
    text-align: center;
  }
  .property-feature-2 {
    font-size: 10px;
    text-align: center;
  }
  .column {
    padding-left: 10px;
  }
  .feature-row-2 {
    margin-left: -10px;
  }
  .property-photo-link-2 {
    width: 100%;
  }
  .unit-list {
    margin-bottom: 5%;
  }
  .slide {
    width: 100%;
  }
  .pagination-icon {
    margin-right: 7px;
    margin-left: 7px;
  }
  .pagination-page {
    padding-right: 7px;
    padding-left: 7px;
  }
  .photo-slider {
    height: 300px;
  }
  .number-item.property.under-photo {
    font-size: 8px;
    line-height: 12px;
  }
  .feature {
    width: 50%;
  }
}

@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;
}