.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 4;
  display: block;
  background-color: rgba(42, 41, 42, .95);
}

.brand-logo {
  margin-top: 15px;
  margin-left: 20px;
  -webkit-transition: -webkit-filter 400ms ease;
  transition: -webkit-filter 400ms ease;
  transition: filter 400ms ease;
  transition: filter 400ms ease, -webkit-filter 400ms ease;
}

.brand-logo:hover {
  -webkit-filter: grayscale(100%) brightness(50%);
  filter: grayscale(100%) brightness(50%);
}

.body {
  font-family: 'Droid Serif', serif;
}

.nav-link {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #bebebe;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}

.nav-link:hover {
  color: #dadada;
}

.nav-link.w--current {
  color: #fff;
}

.nav-link.dropdown {
  display: block;
}

.nav-link.dropdown-item {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 12px;
}

.hero-heading {
  margin-bottom: 20px;
  font-family: 'Droid Serif', serif;
  color: #fff;
  font-size: 60px;
  line-height: 64px;
  font-style: italic;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.hero-container {
  padding-right: 10px;
  padding-left: 10px;
}

.hero-subheading {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.hero-icon {
  display: block;
  width: 60px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: color 400ms ease, font-size 400ms ease;
  transition: color 400ms ease, font-size 400ms ease;
  font-family: 'Fa solid 900', sans-serif;
  color: hsla(0, 0%, 100%, .75);
  font-size: 40px;
  line-height: 40px;
  text-align: center;
}

.hero-icon:hover {
  color: #fff;
  font-size: 60px;
}

.hero-link-block {
  display: block;
  width: 80px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.section-slider {
  padding-top: 50px;
  padding-bottom: 0px;
  background-color: #aa986b;
}

.section.section-map {
  padding-top: 50px;
  padding-bottom: 0px;
  background-color: #739976;
}

.section.image-background {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/construcao.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/construcao.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.section-slider-alone {
  padding-top: 50px;
  padding-bottom: 0px;
}

.section.section-map-alone {
  padding-top: 50px;
  padding-bottom: 0px;
}

.section.featured {
  background-color: #aa986b;
}

.section.section-color {
  background-color: rgba(42, 41, 42, .9);
}

.section.image-background-2 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/concierge.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/concierge.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section-heading {
  margin-top: 0px;
  padding-bottom: 5px;
  border-bottom: 1px solid hsla(0, 0%, 40%, .52);
  font-family: 'Droid Serif', serif;
  color: #333;
  font-size: 40px;
  line-height: 44px;
  font-style: italic;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.section-heading.white {
  border-bottom-color: hsla(0, 0%, 100%, .67);
  color: #fff;
}

.section-subheading {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #666;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.section-subheading.subheading-white {
  margin-bottom: 40px;
  color: #fff;
}

.section-subheading.subheading-white.subheading-minor {
  font-size: 18px;
  line-height: 22px;
}

.nav-menu {
  margin-right: 20px;
}

.container {
  padding-right: 10px;
  padding-left: 10px;
}

.section-title {
  margin-top: 0px;
  border-bottom: 1px solid #ddd;
  color: #666;
  font-size: 22px;
  line-height: 26px;
  font-weight: 300;
  text-transform: none;
}

.section-title.title-item {
  margin-top: 6px;
  margin-bottom: 5px;
  border-bottom-style: none;
  font-family: 'Droid Serif', serif;
  color: rgba(42, 41, 42, .95);
  font-size: 20px;
  line-height: 24px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  letter-spacing: -1px;
  text-decoration: none;
  text-transform: none;
}

.section-title.items-title {
  border-bottom-color: hsla(0, 0%, 40%, .52);
  color: #333;
  text-align: center;
  text-transform: none;
}

.background-video {
  z-index: 1;
  display: block;
  height: 100vh;
  -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;
  -webkit-filter: brightness(84%);
  filter: brightness(84%);
}

.hero-over {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-linear-gradient(270deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25));
}

.hero-under {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100vh;
  background-image: -webkit-linear-gradient(270deg, rgba(42, 41, 42, .95), rgba(42, 41, 42, .95)), url('../images/closed-arms-blur.jpg');
  background-image: linear-gradient(180deg, rgba(42, 41, 42, .95), rgba(42, 41, 42, .95)), url('../images/closed-arms-blur.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

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

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

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

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

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

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

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

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

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

.footer-link-2 {
  display: block;
  margin-bottom: 6px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Droid Serif', serif;
  color: #b6b6b6;
  font-size: 12px;
  line-height: 16px;
  text-align: right;
  text-decoration: none;
  text-transform: none;
}

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

.footer-link-2.phone {
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}

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

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

.footer-text-2 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: 'Droid Serif', serif;
  color: #8a8a8a;
  font-size: 12px;
}

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

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

.text-block-button {
  font-family: copperplate, sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
}

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

.div-item {
  width: 18%;
  margin: 2% 1%;
  padding: 1%;
  border: 1px solid #eee;
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, .85);
  -webkit-transition: box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: box-shadow 400ms ease, transform 400ms ease;
  transition: box-shadow 400ms ease, transform 400ms ease, -webkit-transform 400ms ease;
}

.text-block-2 {
  font-family: 'Droid Serif', serif;
  color: #707070;
  line-height: 18px;
  font-weight: 300;
  text-align: center;
}

.text-block-2.text-item {
  color: #222;
  font-size: 18px;
  line-height: 22px;
}

.div-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 6%;
  padding-left: 6%;
  -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;
}

.div-flex.margin-bottom {
  margin-bottom: 30px;
  padding-right: 0%;
  padding-left: 0%;
}

.link-block {
  display: block;
  width: 60%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #cecece;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
  transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
  color: #666;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.link-block:hover {
  border-color: #23d471;
  background-color: #23d471;
  color: #fff;
}

.image-item {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border-radius: 200px;
}

.menu-button-2 {
  display: inline-block;
  margin-top: 14px;
  margin-right: 20px;
  margin-left: 20px;
  padding: 7px 15px 5px;
  border-radius: 3px;
  background-color: #666;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.menu-button-2:hover {
  border-color: #fff;
  background-color: #54a55a;
  color: #fff;
}

.footer-link-policy {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Droid Serif', serif;
  color: #8a8a8a;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

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

.slider {
  height: 55vh;
}

.slide {
  background-image: url('../images/entrance-aerial-1200.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.slide-2 {
  background-image: url('../images/parking-1200.jpg');
}

.slide.slide-3 {
  background-image: url('../images/tennis-1200.jpg');
}

.slide.slide-4 {
  background-image: url('../images/pools-1200.jpg');
}

.slide.slide-5 {
  background-image: url('../images/court-1200.jpg');
  background-position: 50% 100%;
}

.map {
  height: 60vh;
}

.call-to-action-section {
  padding: 60px 40px;
  background-color: #fff;
  color: #fff;
}

.call-to-action-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: rgba(42, 41, 42, .95);
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: -1px;
}

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

.hollow-button {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  padding: 11px 20px;
  border: 2px solid #1db0fc;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #1db0fc;
  line-height: 21px;
  text-decoration: none;
}

.hollow-button:hover {
  border-color: #000;
  color: #000;
}

.hollow-button.green {
  margin-top: 18px;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: #666;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease, -webkit-transform 400ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease, -webkit-transform 400ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease, transform 400ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease, transform 400ms ease, -webkit-transform 400ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.hollow-button.green:hover {
  border-color: #fff;
  background-color: #54a55a;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.list-item {
  margin-bottom: 10px;
  color: #666;
  font-weight: 400;
}

.list-item.item-white {
  color: #333;
}

.lightbox-link {
  display: block;
  width: 18%;
  margin-right: auto;
  margin-left: auto;
  padding: 1%;
  text-decoration: none;
}

.button {
  display: inline-block;
  padding: 11px 20px;
  border-radius: 3px;
  background-color: rgba(34, 34, 34, .7);
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  font-family: 'Droid Serif', serif;
  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;
}

.form-field {
  min-height: 41px;
  margin-right: 1px;
  margin-bottom: 17px;
  border: 1px solid transparent;
  border-radius: 3px;
  background-image: -webkit-linear-gradient(270deg, #fcfcfc, #fcfcfc);
  background-image: linear-gradient(180deg, #fcfcfc, #fcfcfc);
  box-shadow: 0 0 0 1px rgba(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;
}

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

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

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

.title {
  font-family: 'Droid Serif', serif;
  font-size: 24px;
  font-weight: 400;
  text-transform: none;
}

.office {
  margin-bottom: 15px;
}

.contact-address {
  width: 100%;
  color: #222;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
}

.contact-address:hover {
  color: #54a55a;
}

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

.office-address {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
}

.office-city {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.office-phone {
  margin-top: 5px;
}

.lightbox-image {
  border: 2px solid #fff;
  border-radius: 3px;
  -webkit-transition: box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: box-shadow 400ms ease, transform 400ms ease;
  transition: box-shadow 400ms ease, transform 400ms ease, -webkit-transform 400ms ease;
}

.lightbox-image:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.hero-atlantic {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/atlantic-blur.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/atlantic-blur.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.text-block-3 {
  margin-bottom: 10px;
  font-family: 'Droid Serif', serif;
  color: #888;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  text-align: center;
}

.link-block-button-fixed {
  display: block;
  width: 200px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #cecece;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
  transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
  color: #666;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.link-block-button-fixed:hover {
  border-color: #23d471;
  background-color: #23d471;
  color: #fff;
}

.recaptcha {
  padding-top: 5px;
  padding-bottom: 6px;
}

.hidden-fields {
  padding-top: 5px;
  padding-bottom: 6px;
}

.footer-note {
  margin-top: 10px;
  color: #666;
  font-size: 10px;
  line-height: 14px;
  text-align: left;
}

.lightbox-link-item {
  position: relative;
  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-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;
}

.zoom {
  position: absolute;
  display: block;
  width: 200px;
  -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;
  font-family: 'Fa solid 900', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
}

.zoom:hover {
  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-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;
}

.drodown-list {
  background-color: hsla(0, 0%, 100%, .8);
}

.hero-pacific {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/pacific-blur.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/pacific-blur.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.hero-coastal {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/coastal-blur.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/coastal-blur.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.hero-empire {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/empire-blur.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/empire-blur.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.hero-modern {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/modern-blur.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/modern-blur.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.hero-community {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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-linear-gradient(270deg, rgba(0, 0, 0, .31), rgba(0, 0, 0, .31)), url('../images/community-blur.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .31), rgba(0, 0, 0, .31)), url('../images/community-blur.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.hero-amenities {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/amenities-blur.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/amenities-blur.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.hero-location {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/location-blur.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/location-blur.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.link {
  color: rgba(42, 41, 42, .95);
}

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

@media (max-width: 991px) {
  .hero-heading {
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-size: 40px;
    line-height: 44px;
  }
  .hero-subheading {
    margin-top: 0px;
    font-size: 24px;
    line-height: 28px;
  }
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section.image-background {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/construcao.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/construcao.jpg');
    background-position: 0px 0px, 50% 50%;
  }
  .section.image-background-2 {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/construcao.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/construcao.jpg');
    background-position: 0px 0px, 50% 50%;
  }
  .section-heading {
    font-size: 30px;
    line-height: 34px;
  }
  .section-heading.white {
    font-size: 30px;
    line-height: 34px;
  }
  .section-subheading {
    font-size: 16px;
    line-height: 20px;
  }
  .nav-menu {
    top: 0px;
    right: 0px;
    margin-top: 60px;
    margin-right: 0px;
    background-color: rgba(29, 29, 29, .95);
  }
  .section-title {
    font-size: 18px;
    line-height: 22px;
  }
  .section-title.title-item {
    font-size: 22px;
    line-height: 26px;
  }
  .menu-button {
    color: #888;
  }
  .menu-button.w--open {
    background-color: #1d1d1d;
  }
  .background-video {
    height: 60vh;
  }
  .hero-over {
    height: 60vh;
  }
  .hero-under {
    height: 60vh;
  }
  .form-wrapper {
    margin-top: 25px;
    padding-top: 10px;
  }
  .form-wrapper.squeezed {
    margin-top: 20px;
    padding-right: 10%;
    padding-left: 10%;
  }
  .form-wrapper.squeezed {
    margin-top: 20px;
    padding-right: 10%;
    padding-left: 10%;
  }
  .footer-link-2 {
    line-height: 14px;
  }
  .footer-link-2.phone {
    font-size: 12px;
  }
  .footer-text-2 {
    text-align: center;
  }
  .div-item {
    width: 48%;
    padding: 3% 2% 2%;
  }
  .menu-button-2 {
    float: left;
  }
  .footer-link-policy {
    font-size: 9px;
  }
  .slider {
    height: 500px;
  }
  .call-to-action-heading {
    font-size: 30px;
    line-height: 34px;
  }
  .hollow-button.green {
    margin-top: 6px;
    text-align: center;
  }
  .hero-atlantic {
    height: 400px;
  }
  .footer-note {
    text-align: center;
  }
  .hero-pacific {
    height: 400px;
  }
  .hero-coastal {
    height: 400px;
  }
  .hero-empire {
    height: 400px;
  }
  .hero-modern {
    height: 400px;
  }
  .hero-community {
    height: 400px;
  }
  .hero-amenities {
    height: 400px;
  }
  .hero-location {
    height: 400px;
  }
}

@media (max-width: 767px) {
  .brand-logo {
    margin-left: 10px;
  }
  .hero-heading {
    margin-top: 40px;
    font-size: 32px;
    line-height: 36px;
  }
  .hero-subheading {
    font-size: 18px;
    line-height: 22px;
  }
  .hero-icon {
    font-size: 30px;
    line-height: 30px;
  }
  .section.section-map {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .section.section-map-alone {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .section-heading {
    font-size: 28px;
    line-height: 32px;
  }
  .section-heading.white {
    font-size: 28px;
    line-height: 32px;
  }
  .section-title {
    margin-top: 10px;
    text-align: center;
  }
  .section-title.title-item {
    font-size: 20px;
    line-height: 24px;
  }
  .background-video {
    height: 50vh;
  }
  .hero-over {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    height: 50vh;
  }
  .hero-under {
    position: relative;
    height: 50vh;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/closed-arms.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/closed-arms.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .form-wrapper.squeezed {
    margin-bottom: 30px;
    padding-right: 9px;
    padding-left: 0px;
  }
  .form-wrapper.squeezed {
    margin-bottom: 30px;
    padding-right: 9px;
    padding-left: 0px;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .brand-image.logofooter {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .footer-link-2 {
    margin-bottom: 10px;
    text-align: center;
  }
  .footer-link-2.phone {
    text-align: center;
  }
  .footer-column-left {
    text-align: center;
  }
  .footer-column-center {
    text-align: center;
  }
  .footer-text-2 {
    font-size: 11px;
  }
  .footer-column-right {
    text-align: center;
  }
  .footer-link-policy {
    margin-bottom: 10px;
    text-align: center;
  }
  .column-left {
    margin-top: 20px;
  }
  .slide {
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .call-to-action-heading {
    margin-bottom: 13px;
    text-align: center;
  }
  .align-right {
    text-align: center;
  }
  .text-icon {
    -webkit-transform: perspective(1022px);
    transform: perspective(1022px);
  }
  .hero-atlantic {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
  }
  .footer-note {
    font-size: 10px;
    line-height: 14px;
  }
  .hero-pacific {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
  }
  .hero-coastal {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
  }
  .hero-empire {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
  }
  .hero-modern {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
  }
  .hero-community {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
  }
  .hero-amenities {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
  }
  .hero-location {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
  }
}

@media (max-width: 479px) {
  .brand-logo {
    max-width: 80%;
  }
  .hero-heading {
    font-size: 24px;
    line-height: 28px;
  }
  .hero-subheading {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 20px;
  }
  .section-subheading {
    font-size: 16px;
    line-height: 22px;
  }
  .section-subheading.subheading-white {
    line-height: 22px;
  }
  .section-subheading.subheading-white.subheading-minor {
    font-size: 16px;
    line-height: 20px;
  }
  .section-title {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }
  .background-video {
    height: 320px;
  }
  .hero-over {
    display: block;
    height: 320px;
    padding-top: 100px;
  }
  .hero-under {
    height: 320px;
  }
  .div-item {
    width: 98%;
    margin-bottom: 5%;
    padding-top: 4%;
    padding-bottom: 3%;
  }
  .text-block-2 {
    font-size: 13px;
    line-height: 18px;
  }
  .image-item {
    width: 80%;
  }
  .slider {
    height: 300px;
  }
  .call-to-action-section {
    padding-right: 5px;
    padding-left: 5px;
  }
  .call-to-action-heading {
    font-size: 28px;
    line-height: 32px;
  }
  .lightbox-link {
    width: 38%;
  }
  .button {
    display: block;
    width: 100%;
  }
  .title {
    font-size: 20px;
  }
  .hero-atlantic {
    display: block;
    height: 320px;
    padding-top: 100px;
  }
  .footer-note {
    padding-right: 30px;
    padding-left: 30px;
  }
  .hero-pacific {
    display: block;
    height: 320px;
    padding-top: 100px;
  }
  .hero-coastal {
    display: block;
    height: 320px;
    padding-top: 100px;
  }
  .hero-empire {
    display: block;
    height: 320px;
    padding-top: 100px;
  }
  .hero-modern {
    display: block;
    height: 320px;
    padding-top: 100px;
  }
  .hero-community {
    display: block;
    height: 320px;
    padding-top: 100px;
  }
  .hero-amenities {
    display: block;
    height: 320px;
    padding-top: 100px;
  }
  .hero-location {
    display: block;
    height: 320px;
    padding-top: 100px;
  }
}

@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');
  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');
  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');
  font-weight: 400;
  font-style: normal;
}