@font-face {
  font-family: "ZonaPro";
  src: url("fonts/ZonaPro.ttf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "WorkSans-Light";
  src: url("fonts/WorkSans-Light.ttf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "WorkSans-Medium";
  src: url("fonts/WorkSans-Medium.ttf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "WorkSans-Bold";
  src: url("fonts/WorkSans-Bold.ttf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "WorkSans-Regular";
  src: url("fonts/WorkSans-Regular.ttf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "BradleyHand";
  src: url("fonts/BradleyHandITCStd-Bold.otf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Book.otf");
  font-weight: normal;
  font-style: normal; }
/* CSS Document */
/*------------------------------------*\
RESET
\*------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
section,
article,
aside,
footer,
header,
hgroup,
nav,
.h6,
.h5,
.h4,
.h3,
.h2,
.h1 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: "";
  content: none; }

q:before, q:after {
  content: "";
  content: none; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  transition: 0.2s ease-in-out;
  color: inherit;
  text-decoration: none; }
  a:hover {
    text-decoration: none;
    color: #f25f4e; }

ul {
  margin: 0; }

strong {
  font-weight: bold; }

b {
  font-family: "WorkSans-Bold";
  font-weight: 400; }

i {
  font-style: italic; }

button {
  border: none;
  background: none; }

div {
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none; }
  div::-webkit-scrollbar {
    width: 0 !important; }

button:focus {
  outline: none; }

input:focus, input[type="checkbox"]:focus {
  outline: none; }

textarea:focus,
select:focus {
  outline: none; }

body {
  font-family: "WorkSans-Light";
  font-weight: 200;
  font-style: normal;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2b2e34;
  background: url(../img/homepage_bg.png) repeat;
  background-size: contain; }

h5 {
  font-family: "Gotham";
  font-size: 36px;
  text-align: center;
  margin-bottom: 30px;
  color: #d53501; }

h6 {
  font-family: "Gotham";
  font-size: 18px;
  text-align: center;
  margin-bottom: 15px;
  color: #d53501;
  text-transform: uppercase; }

h2 {
  font-family: calder-dark-grit, sans-serif;
  font-size: 46px;
  font-weight: 400;
  font-style: normal;
  color: #c9ce69;
  margin-bottom: 30px;
  text-transform: uppercase; }

html,
body {
  width: 100%;
  height: 100%; }

.btn {
  min-width: 150px;
  border: 2px solid #fff;
  text-align: center;
  line-height: 25px;
  border-radius: 0;
  text-transform: uppercase;
  outline: 4px solid #0e2c4b;
  color: #fff;
  background: url(../img/blue_bg.png) center #0e2c4b; }

p.verification {
  font-size: 13px;
  margin-top: 10px;
  color: red;
  display: none; }

.capcha_block > div {
  margin: 0 auto; }

.btn_green {
  min-width: 360px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 0;
  text-transform: uppercase;
  font-family: calder-dark-grit, sans-serif;
  font-weight: 400;
  font-style: normal;
  outline: 4px solid #0e2c4b;
  color: #fff;
  background: url(../img/blue_bg.png) center #0e2c4b;
  cursor: pointer; }
  .btn_green:hover {
    transition: 0.4s; }

.btn.red {
  color: #f25442; }
  .btn.red:hover {
    color: #fff; }
    .btn.red:hover a {
      color: #fff; }

.open_v_tour {
  cursor: pointer; }

.virtual_container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.7);
  display: none; }
  .virtual_container .virtual_tour {
    position: absolute;
    padding: 30px;
    background: #fff;
    position: absolute;
    width: 90%;
    top: 50%;
    max-height: 90vh;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1200px; }
    .virtual_container .virtual_tour .close_icon {
      position: absolute;
      top: -20px;
      right: -20px;
      cursor: pointer; }
  .virtual_container .v_container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 66.66%; }
  .virtual_container .responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%; }

@media (max-width: 767px) {
  .virtual_container .virtual_tour {
    padding: 20px 10px; } }
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding: 25px 85px;
  z-index: 10;
  -webkit-box-shadow: 0px 3px 8px -1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 3px 8px -1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 8px -1px rgba(0, 0, 0, 0.15); }
  .header .btn {
    margin-right: 30px; }
    .header .btn.red {
      background: url(../img/blue_bg.png) center #0e2c4b;
      color: #fff;
      font-weight: bold;
      border: 0;
      border: 2px solid #0e2c4b;
      box-sizing: border-box;
      box-shadow: inset 0 0 0 2px #fff;
      overflow: hidden;
      position: relative; }
      .header .btn.red::before, .header .btn.red::after {
        content: "";
        box-sizing: border-box;
        position: absolute;
        border: 2px solid transparent;
        width: 0;
        height: 0; }
      .header .btn.red::before {
        top: 0;
        left: 0;
        border-top-color: #0d293d;
        border-right-color: #0d293d;
        animation: border 4s infinite; }
      .header .btn.red::after {
        bottom: 0;
        right: 0;
        animation: border 4s 2s infinite, borderColor 4s 2s infinite; }
  .header .social {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px; }
  .header .menu {
    padding-top: 8px; }
    .header .menu li {
      font-size: 16px;
      text-transform: uppercase;
      color: #4e5055;
      display: inline-block;
      margin-right: 30px;
      font-weight: bold;
      vertical-align: middle; }
  .header .mobile_menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    padding: 30px 10px;
    z-index: 10;
    display: none; }
    .header .mobile_menu .logo {
      max-height: 90px;
      margin-bottom: 30px; }
    .header .mobile_menu .menu li {
      display: block;
      margin: 0 auto 25px;
      font-size: 18px; }
    .header .mobile_menu div.social {
      margin-top: 30px;
      margin-left: 0; }
      .header .mobile_menu div.social img.social {
        margin: 0 15px; }
    .header .mobile_menu .mobile_menu_toggle {
      display: block;
      margin: 0 auto 30px; }
  .header li.hidden_menu_item.not_active a:hover {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none; }

@keyframes border {
  0% {
    width: 0;
    height: 0; }
  25% {
    width: 100%;
    height: 0; }
  50% {
    width: 100%;
    height: 100%; }
  100% {
    width: 100%;
    height: 100%; } }
@keyframes borderColor {
  0% {
    border-bottom-color: #0d293d;
    border-left-color: #0d293d; }
  50% {
    border-bottom-color: #0d293d;
    border-left-color: #0d293d; }
  51% {
    border-bottom-color: transparent;
    border-left-color: transparent; }
  100% {
    border-bottom-color: transparent;
    border-left-color: transparent; } }
.loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 100; }
  .loader img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .loader .embed-container {
    position: absolute;
    top: -2px;
    bottom: -2px;
    right: -2px;
    left: -2px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1; }
    .loader .embed-container video {
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

/* top poster */
.top_poster {
  position: relative;
  min-height: calc(100vh - 80px);
  padding-top: 150px;
  padding-bottom: 100px;
  margin-top: 90px; }
  .top_poster .pos_rel {
    position: relative; }
  .top_poster .scroll_icon_container {
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translate(-50%, 0); }
    .top_poster .scroll_icon_container .scroll_icon {
      z-index: 3; }
    .top_poster .scroll_icon_container .scroll_circle {
      border: 2px solid #fff;
      -webkit-border-radius: 50%;
      height: 71px;
      width: 71px;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1;
      -webkit-animation: pulsate 2s ease-out;
      -webkit-animation-iteration-count: infinite;
      opacity: 0; }
    .top_poster .scroll_icon_container img {
      position: relative;
      z-index: 2; }
  .top_poster h1 {
    font-family: calder-dark-grit, sans-serif;
    font-size: 60px;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 30px;
    text-transform: uppercase; }
  .top_poster h4 {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 50px; }
  .top_poster.small {
    height: 300px;
    min-height: auto;
    padding: 0; }

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.9, 0.9);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0; } }
/* content */
.content {
  padding: 80px 50px; }

/* home */
.home .top_poster {
  background-size: cover;
  color: #fff;
  padding-top: 80px;
  position: relative;
  overflow: hidden; }
  .home .top_poster .container {
    position: relative;
    z-index: 3; }
    .home .top_poster .container .stamp {
      position: absolute;
      right: -50px;
      bottom: -50px;
      width: 250px; }
  .home .top_poster .open_v_tour {
    width: 300px;
    margin-top: 40px; }
  .home .top_poster .logo {
    margin-bottom: 35px;
    max-width: 280px; }
  .home .top_poster h1 {
    font-family: calder-dark-grit, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 30px;
    font-size: 30px; }
  .home .top_poster h4 {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 50px; }
  .home .top_poster .home_slider {
    position: absolute;
    top: -20px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2; }
    .home .top_poster .home_slider .slick-slide img {
      width: 100%; }
    .home .top_poster .home_slider.mobile {
      display: none !important; }
      .home .top_poster .home_slider.mobile .slick-slide img {
        height: 100%; }
.home .open_v_tour.mob {
  display: none; }
.home .custom {
  font-family: "BradleyHand";
  font-size: 50px;
  padding-top: 10px;
  margin-bottom: 60px;
  color: #423d2b; }
.home .box {
  margin: 0 auto 110px;
  max-width: 1330px;
  text-align: center; }
  .home .box .image,
  .home .box .description {
    display: inline-block;
    vertical-align: middle;
    width: 49%;
    height: 690px; }
  .home .box .image.mob {
    display: none; }
  .home .box .description {
    padding: 50px;
    color: #fff; }
    .home .box .description .icon {
      width: 70%;
      margin-bottom: 30px; }
    .home .box .description p {
      font-size: 20px;
      line-height: 1.2; }
  .home .box .image_1 {
    background: url(../img/spring_hero_image.png) center top;
    background-size: cover; }
  .home .box .description.green {
    background: #c9ce69; }
  .home .box .image_2 {
    background: url(../img/summer_hero_image.jpg) center top;
    background-size: cover; }
  .home .box .description.red {
    background: #e0594a; }
  .home .box .image_3 {
    background: url(../img/fall_hero_image.png) center top;
    background-size: cover; }
  .home .box .description.orange {
    background: #ef9040; }
  .home .box .image_4 {
    background: url(../img/winter_hero_image.png) center top;
    background-size: cover; }
  .home .box .description.blue {
    background: #56c4c4; }
  .home .box:last-of-type {
    margin-bottom: 0; }
.home .inst_feed {
  padding-top: 80px;
  padding-bottom: 50px;
  text-align: center; }
  .home .inst_feed .social {
    width: 40px;
    margin-bottom: 25px; }

/* community */
.community .top_poster {
  background: url(../img/community_top_poster.png) right top;
  background-size: cover;
  color: #fff; }
.community .siteplan {
  margin-bottom: 40px; }
  .community .siteplan .images .block {
    display: inline-block;
    vertical-align: top; }
  .community .siteplan .left {
    width: 47%; }
  .community .siteplan .right {
    width: 53%; }
.community .amenities {
  margin-bottom: 40px;
  position: relative; }
  .community .amenities .info {
    position: absolute;
    top: 50%;
    left: 5%;
    outline: 6px solid #fff;
    border: 2px solid #707070;
    padding: 40px;
    background: #fff;
    width: 450px;
    z-index: 2; }
    .community .amenities .info .box {
      padding: 10px 0;
      border-bottom: 1px solid #707070; }
      .community .amenities .info .box .title {
        font-weight: bold;
        text-transform: uppercase;
        font-size: 20px; }
        .community .amenities .info .box .title span {
          float: right; }
      .community .amenities .info .box .text {
        display: none;
        padding-top: 15px; }
        .community .amenities .info .box .text ol {
          padding-left: 30px; }
          .community .amenities .info .box .text ol li {
            position: relative;
            font-size: 16px;
            line-height: 1.3;
            margin-bottom: 10px; }
            .community .amenities .info .box .text ol li span {
              position: absolute;
              left: -25px;
              font-weight: bold; }
.community .community_block img {
  margin-bottom: 30px; }

/* siteplan */
.siteplan_page .top_poster {
  background: url(../img/siteplan_top_poster.png) right top;
  background-size: cover;
  color: #fff; }

/* home end */
/* homes */
.homes .top_poster {
  background: url(../img/homes_top_poster.png) right top;
  background-size: cover;
  color: #525049; }
  .homes .top_poster h4 {
    margin-bottom: 35px; }
  .homes .top_poster img {
    max-width: 250px;
    margin-bottom: 30px; }
  .homes .top_poster .circle_btn[data-type="quick"] {
    display: none; }
.homes .open_v_tour.mob {
  display: none; }
.homes .home_type[data-type="towns"] {
  display: none; }
  .homes .home_type[data-type="towns"] h6 {
    color: #ac53bc; }
.homes .home_type[data-type="single"] h6 {
  color: #eda747; }
.homes .home_type[data-type="quick"] {
  display: none; }
  .homes .home_type[data-type="quick"] h6 {
    color: #29ad57; }
.homes .items .item {
  margin-bottom: 60px; }
.homes .items h6 {
  font-family: calder-dark-grit, sans-serif;
  font-size: 38px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 30px;
  text-transform: uppercase; }
.homes .items h5 {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #707070;
  font-size: 28px;
  text-align: left;
  margin-bottom: 15px; }
.homes .items p {
  font-size: 20px;
  line-height: 1.4;
  color: #2f2516;
  margin-bottom: 20px;
  font-weight: 600; }
  .homes .items p img {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    margin-right: 7px; }
.homes .items .btn {
  width: 300px;
  max-width: 100%;
  line-height: 40px;
  color: #fff;
  font-size: 20px; }
  .homes .items .btn:hover {
    color: #fff; }
    .homes .items .btn:hover a {
      color: #fff; }

.circles {
  margin-bottom: 50px; }

.circle_btn {
  display: inline-block;
  position: relative;
  width: 135px;
  height: 135px;
  border-radius: 50%;
  border: 1px solid #fff;
  margin: 0 12px;
  vertical-align: middle;
  cursor: pointer;
  opacity: 0.7; }
  .circle_btn[data-type="towns"] {
    background: #ac53bc; }
  .circle_btn[data-type="single"] {
    background: #eda747; }
  .circle_btn[data-type="quick"] {
    background: #29ad57; }
    .circle_btn[data-type="quick"] p {
      margin-top: 33%; }
  .circle_btn .circle_inner {
    width: 127px;
    height: 127px;
    position: absolute;
    top: 3px;
    left: 3px;
    border: 1px solid #fff;
    border-radius: 50%; }
  .circle_btn p {
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-top: 42%;
    font-weight: bold;
    line-height: 1.2; }
  .circle_btn img {
    position: relative;
    z-index: 2; }
  .circle_btn:hover {
    opacity: 1;
    transition: 0.4s; }
  .circle_btn.selected {
    opacity: 1; }

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.9, 0.9);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0; } }
/* interiors */
.interiors .top_poster {
  background: url(../img/interiors_top_poster.png) right top;
  background-size: cover;
  color: #fff; }
.interiors img {
  margin: 0 auto; }
.interiors .interiors_block {
  position: relative; }
  .interiors .interiors_block .arrow {
    position: absolute;
    top: 30%;
    width: 30px;
    cursor: pointer; }
    .interiors .interiors_block .arrow.arrow_left {
      left: -60px; }
    .interiors .interiors_block .arrow.arrow_right {
      right: -60px; }
.interiors .circle {
  position: relative;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: #123041;
  text-align: center;
  font-family: calder-dark-grit, sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  padding: 5px;
  color: #fff;
  margin: -120px auto 0;
  z-index: 2; }
  .interiors .circle .small_circle {
    width: 210px;
    height: 210px;
    border-radius: 50%;
    border: 1px solid #fff; }
    .interiors .circle .small_circle a {
      display: block;
      padding-top: 55px; }
      .interiors .circle .small_circle a:hover {
        color: #fff; }

/* about us */
.about_us .top_poster {
  background: url(../img/story_top_poster.png) right top;
  background-size: cover;
  color: #fff; }
.about_us .information h5 {
  margin-top: 50px;
  text-align: left;
  font-size: 22px;
  margin-bottom: 25px;
  line-height: 1.4;
  text-transform: uppercase; }
.about_us .information p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 50px; }
.about_us .story {
  margin-bottom: 30px; }

/*contact us*/
.contact_us .top_poster.small {
  background: url(../img/contact_us_poster.png) right top;
  background-size: cover; }
.contact_us .information h6 {
  font-size: 17px;
  text-align: left;
  margin-bottom: 20px;
  line-height: 1.4; }
.contact_us .information p {
  line-height: 1.5; }
.contact_us .information .space {
  height: 25px; }
.contact_us .information .more_space {
  padding-left: 20px;
  padding-right: 20px; }
.contact_us .information .bottom_border {
  border-bottom: 1px solid #707070;
  padding-bottom: 30px; }
  .contact_us .information .bottom_border.spacing {
    margin-bottom: 40px; }
.contact_us .information iframe {
  margin-bottom: 40px; }
.contact_us .information form {
  width: 100%; }
  .contact_us .information form input {
    width: 100%;
    line-height: 30px;
    font-size: 16px;
    text-transform: uppercase;
    border: none;
    border-bottom: 1px solid #030303;
    margin-bottom: 20px; }
  .contact_us .information form textarea {
    width: 100%;
    line-height: 30px;
    font-size: 16px;
    text-transform: uppercase;
    border: none;
    border-bottom: 1px solid #030303;
    margin-bottom: 20px;
    line-height: 20px;
    margin-bottom: 20px;
    min-height: 60px; }
  .contact_us .information form .btn {
    max-width: 210px; }

/* blog posts */
.blog_posts .top_poster {
  background: url(../img/blog_page_top_poster.png) right top;
  background-size: cover;
  color: #fff; }

/* form */
.small_form {
  margin: 0 auto; }
  .small_form input[type="text"], .small_form input[type="email"] {
    width: 100%;
    line-height: 55px;
    text-align: center;
    font-size: 20px;
    color: #342f1f;
    border: 1px solid #707070;
    margin-bottom: 25px;
    text-transform: uppercase; }
  .small_form .btn {
    width: 100%;
    border: 1px solid #fff;
    background: #c7c352; }
  .small_form p.disclaimer {
    font-size: 9px;
    color: #fff;
    line-height: 1.3;
    text-align: center;
    margin-top: 25px; }

.limited_release {
  padding-bottom: 50px; }
  .limited_release p {
    font-family: "Gotham";
    font-size: 26px;
    line-height: 1.4;
    max-width: 800px;
    display: block;
    margin: 0 auto 30px;
    text-transform: uppercase; }
    .limited_release p.verification {
      font-size: 13px;
      margin-top: 10px;
      color: red;
      display: none; }
  .limited_release .small_form {
    max-width: 400px; }
    .limited_release .small_form input[type="text"], .limited_release .small_form input[type="email"] {
      border: 1px solid #342f1f; }
    .limited_release .small_form p.disclaimer {
      color: #342f1f;
      font-size: 10px; }
    .limited_release .small_form .btn_green {
      width: 100%;
      line-height: 50px; }

.blog {
  padding-top: 10px;
  padding-bottom: 70px; }
  .blog h5 {
    color: #000; }
  .blog .post {
    margin-bottom: 50px;
    text-align: left; }
    .blog .post img {
      margin-bottom: 35px; }
    .blog .post h5 {
      margin-bottom: 15px;
      text-align: left;
      font-size: 24px;
      min-height: 90px;
      font-weight: bold;
      color: #000; }
    .blog .post p {
      font-size: 16px;
      line-height: 1.3;
      color: #1a1818;
      margin-bottom: 20px;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 5;
      overflow: hidden;
      min-height: 125px; }

.contact {
  padding-top: 30px;
  padding-bottom: 20px; }
  .contact img {
    margin-bottom: 40px; }
  .contact p {
    font-family: "WorkSans-Medium";
    font-size: 18px;
    line-height: 1.4; }
  .contact iframe {
    margin-bottom: 30px; }

.bottom_logo {
  padding-top: 30px;
  padding-bottom: 60px; }
  .bottom_logo .logo {
    display: block;
    margin: 0 auto;
    max-width: 360px;
    width: 90%; }

.footer {
  padding: 35px 120px;
  background: url(../img/blue_bg.png) center #0e2c4b;
  background-size: cover; }
  .footer p {
    font-size: 16px;
    color: #fff;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
    margin-top: 15px; }
  .footer .social {
    display: inline-block;
    vertical-align: middle;
    margin-left: 25px; }

/* release popup */
.selling_popup_container {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10; }
  .selling_popup_container .phone_link {
    position: absolute;
    top: 85%;
    width: 100%;
    height: 4%;
    display: block; }
  .selling_popup_container .selling_popup {
    width: 650px;
    max-width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 85vh;
    /* max-width: calc(85vh/0.80); */
    max-width: 90%; }
    .selling_popup_container .selling_popup .image {
      width: 100%; }
    .selling_popup_container .selling_popup .close_icon {
      position: absolute;
      top: -15px;
      right: -15px;
      width: 50px;
      cursor: pointer;
      z-index: 3; }

/* popup container */
.popup_container,
.thank_you_popup {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.85);
  z-index: 15; }

.popup_container .register_form,
.thank_you_popup .register_form,
.popup_container .appointment_form,
.thank_you_popup .appointment_form {
  display: none; }

.popup_container .popup,
.thank_you_popup .popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  background-size: cover;
  text-align: center;
  padding: 45px 85px 30px 85px;
  width: 90%;
  max-width: 780px;
  max-height: 95vh;
  border: 1px solid #fff;
  background: url(../img/blue_bg.png) center #0e2c4b;
  background-size: cover; }

.popup_container .popup h2,
.thank_you_popup .popup h2 {
  font-family: "Gotham";
  font-size: 36px;
  text-align: center;
  color: #56c4c4;
  margin-bottom: 25px; }

.popup_container .popup h4,
.thank_you_popup .popup h4 {
  font-family: "Gotham";
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 35px;
  text-transform: uppercase;
  color: #fff; }

.popup_container .popup .content,
.thank_you_popup .popup .content {
  overflow-y: scroll;
  -ms-overflow-style: none;
  max-height: calc(95vh - 100px);
  padding: 0; }

.popup_container .popup .small_form input[type="text"], .popup_container .popup .small_form input[type="email"] {
  width: 100%;
  line-height: 35px;
  font-size: 18px;
  margin-bottom: 20px; }

.thank_you_popup .popup .small_form input[type="text"], .thank_you_popup .popup .small_form input[type="email"] {
  width: 100%;
  line-height: 35px;
  font-size: 18px;
  margin-bottom: 20px; }

.popup_container .popup::-webkit-scrollbar,
.thank_you_popup .popup::-webkit-scrollbar {
  display: none; }

.popup_container .broker,
.thank_you_popup .broker {
  font-size: 24px;
  margin-bottom: 30px; }

.popup_container .broker p,
.thank_you_popup .broker p {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase; }

.popup_container .broker .checkbox,
.thank_you_popup .broker .checkbox {
  display: inline-block;
  position: relative; }

.popup_container .broker input,
.thank_you_popup .broker input {
  position: absolute;
  opacity: 0; }

.popup_container .broker label,
.thank_you_popup .broker label {
  font-size: 20px;
  padding-left: 60px;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  color: #fff; }

.popup_container .broker label:before,
.thank_you_popup .broker label:before {
  position: absolute;
  top: -2px;
  display: block;
  left: 25px;
  width: 20px;
  content: "";
  height: 20px;
  margin-left: 5px;
  border: 2px solid #fff;
  background: transparent;
  border-radius: 50%; }

.popup_container .broker input[type="radio"]:checked + label:before,
.thank_you_popup .broker input[type="radio"]:checked + label:before {
  content: "";
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 50px;
  color: #342f1f;
  text-align: center;
  line-height: 24px;
  background: #fff; }

.popup_container .postal,
.thank_you_popup .postal {
  text-transform: uppercase; }

.popup_container .btn,
.thank_you_popup .btn {
  background: #56c3c3;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  font-weight: bold;
  line-height: 35px;
  font-size: 18px; }

.popup_container .btn:hover,
.thank_you_popup .btn:hover {
  color: #fff; }

.popup_container .small_form p.disclaimer,
.thank_you_popup .small_form p.disclaimer {
  color: #fff;
  font-size: 10px;
  margin-top: 20px; }

.popup_container .close_icon,
.thank_you_popup .close_icon {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 50px;
  cursor: pointer;
  z-index: 3; }

/* blog post */
.blog_post {
  margin-bottom: 40px;
  margin-top: 70px; }
  .blog_post .container {
    max-width: 1100px; }
  .blog_post .content {
    padding: 0;
    padding-bottom: 50px; }
  .blog_post .top {
    padding-top: 60px;
    padding-bottom: 10px; }
    .blog_post .top h1 {
      font-family: calder-dark-grit, sans-serif;
      font-size: 46px;
      font-weight: 400;
      font-style: normal;
      color: #c9ce69;
      text-transform: uppercase;
      line-height: 1.3;
      margin-bottom: 25px; }
    .blog_post .top img {
      margin-bottom: 40px; }
  .blog_post .content p {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 20px; }
    .blog_post .content p.pdl {
      padding-left: 20px; }
  .blog_post .content h4 {
    font-family: "WorkSans-Bold";
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 1.4; }
  .blog_post .content h5 {
    font-size: 20px;
    margin-bottom: 25px;
    text-align: left;
    color: #000; }
  .blog_post .content a {
    color: #0b5e68;
    text-decoration: underline; }
  .blog_post .content img {
    display: block;
    margin: 0 auto 30px; }
  .blog_post .content ul {
    margin-bottom: 30px;
    margin-left: 30px;
    font-size: 16px;
    line-height: 1.4; }
    .blog_post .content ul li {
      list-style-type: disc;
      margin-bottom: 10px;
      list-style-position: outside; }
      .blog_post .content ul li ul {
        margin-left: 20px;
        list-style-type: circle;
        margin-top: 10px;
        margin-bottom: 20px; }
        .blog_post .content ul li ul li {
          list-style-type: circle; }

/* guest form */
.guest .top {
  padding-top: 80px;
  padding-bottom: 50px; }
  .guest .top img {
    width: 250px;
    max-width: 90%; }
.guest h5 {
  font-family: calder-dark-grit, sans-serif;
  font-size: 38px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #0e2c4b; }
.guest .form_container {
  max-width: 900px;
  margin: 0 auto; }
  .guest .form_container button[type="submit"] {
    margin-top: 30px;
    background: url(../img/blue_bg.png) center #0e2c4b; }
.guest .questions p {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 25px;
  margin-top: 10px; }
.guest .questions .checkbox {
  margin-bottom: 15px; }
  .guest .questions .checkbox label {
    font-size: 20px;
    cursor: pointer; }
  .guest .questions .checkbox input {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: middle;
    margin-bottom: 6px; }
.guest .questions .sign_up input {
  vertical-align: top; }
.guest .questions .sign_up label {
  width: 85%; }
.guest .form_footer {
  padding-top: 60px;
  padding-bottom: 60px; }
  .guest .form_footer img {
    margin-bottom: 30px; }
.guest .thank_you {
  display: none;
  padding-top: 50px;
  padding-bottom: 50px; }
  .guest .thank_you p {
    font-family: "Gotham";
    font-size: 26px;
    line-height: 1.4;
    text-align: center;
    text-transform: uppercase; }

@media (max-width: 1700px) {
  .header .menu li {
    margin-right: 25px; } }
@media (max-width: 1400px) {
  .header {
    padding: 25px 20px; }

  .home .box .image,
  .home .box .description {
    display: block;
    height: auto;
    width: 100%; }
  .home .box .image img,
  .home .box .description img {
    width: 100%; }
  .home .box .image.mob {
    display: block; }
  .home .box .description {
    padding: 50px;
    color: #fff; }
    .home .box .description .icon {
      width: 70%;
      margin-bottom: 30px; }
    .home .box .description p {
      font-size: 20px;
      line-height: 1.2; }

  .limited_release p {
    font-size: 24px; }

  .blog_post .top h1 {
    font-size: 40px; } }
@media (max-width: 991px) {
  .top_poster {
    padding-top: 520px; }
    .top_poster .scroll_icon_container {
      display: none; }
    .top_poster.small {
      height: 250px; }

  .home .top_poster {
    background: url(../img/home_slider_mob_1.jpg) center top;
    background-size: cover;
    color: #fff;
    padding-bottom: 30px;
    padding-top: 380px; }
    .home .top_poster .container {
      position: relative; }
      .home .top_poster .container .stamp {
        position: relative;
        right: auto;
        bottom: auto;
        width: 250px;
        display: block;
        margin: 40px 0; }
    .home .top_poster .home_slider.desk, .home .top_poster .home_slider.mobile {
      display: none !important; }

  .community .top_poster {
    background: url(../img/community_top_poster_mob.jpg) center top;
    background-size: cover;
    color: #fff; }
  .community .amenities .info {
    position: relative;
    width: 100%;
    left: auto;
    bottom: auto;
    padding: 20px; }
    .community .amenities .info .box .title {
      font-size: 18px; }

  .siteplan_page .top_poster {
    background: url(../img/siteplan_top_poster_mob.png) center top;
    background-size: cover; }

  .homes .top_poster {
    background: url(../img/homes_top_poster_mob.jpg) center top;
    background-size: cover;
    color: #fff;
    padding-bottom: 20px; }

  .interiors .top_poster {
    background: url(../img/interiors_top_poster_mob.jpg) center top;
    background-size: cover;
    color: #fff; }
  .interiors .interiors_block .arrow {
    display: none !important; }

  .about_us .top_poster {
    background: url(../img/story_top_poster_mob.jpg) center top;
    background-size: cover; }
  .about_us .information h5 {
    margin-top: 0; }
  .about_us .information .elm {
    margin-bottom: 50px; }

  .blog_posts .top_poster {
    background: url(../img/blog_page_top_poster_mob.png) center top;
    background-size: cover; }

  .footer {
    padding: 30px 20px; }
    .footer p {
      font-size: 14px; }
    .footer .logo {
      margin-bottom: 30px; }
    .footer .social {
      margin: 40px 10px 0 10px; } }
@media (max-width: 800px) {
  .header {
    padding: 20px 20px; }

  .top_poster {
    margin-top: 80px; }

  .home .box {
    margin-bottom: 50px; }

  .interiors .circle {
    width: 140px;
    height: 140px;
    font-size: 14px;
    margin: -30px auto 0; }
    .interiors .circle .small_circle {
      width: 130px;
      height: 130px; }
      .interiors .circle .small_circle a {
        padding-top: 40px; }

  .about_us .information h5 {
    font-size: 20px; }
  .about_us .information p {
    font-size: 16px; }

  .blog .post p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
    min-height: auto; }

  .blog_post {
    margin-top: 40px; }

  .popup_container .popup {
    padding: 40px 15px 30px 15px; }
    .popup_container .popup h2 {
      font-size: 28px;
      margin-bottom: 25px; }
    .popup_container .popup h4 {
      font-size: 14px;
      margin-bottom: 35px; }
    .popup_container .popup .broker p {
      display: block;
      margin-bottom: 30px; }
    .popup_container .popup .btn {
      line-height: 30px; }
    .popup_container .popup .close_icon {
      width: 40px; }

  .small_form input[type="text"], .small_form input[type="email"] {
    line-height: 40px;
    font-size: 18px; }

  .blog_post .top h1 {
    font-size: 30px; }

  .loader .embed-container video {
    max-width: 750px; } }
@media (max-width: 600px) {
  .home .top_poster .open_v_tour,
  .homes .top_poster .open_v_tour {
    display: none; }
  .home .open_v_tour.mob,
  .homes .open_v_tour.mob {
    display: block;
    max-width: 300px;
    width: 90%;
    margin: 0 auto 30px; }

  .top_poster {
    padding-top: 350px;
    padding-bottom: 0; }
    .top_poster.small {
      height: 150px; }
    .top_poster h1 {
      font-size: 36px;
      margin-bottom: 15px; }
    .top_poster h4 {
      font-size: 18px;
      margin-bottom: 40px; }

  .homes .top_poster {
    padding-top: 480px; }
    .homes .top_poster h4 {
      margin-bottom: 30px; }
  .homes .circles {
    margin-bottom: 35px; }
  .homes .circle_btn {
    width: 115px;
    height: 115px; }
    .homes .circle_btn .circle_inner {
      width: 107px;
      height: 107px; }

  .header .btn.red {
    margin-right: 0; }

  .btn_green {
    min-width: auto;
    width: 100%; }

  .content {
    padding: 60px 15px; }

  h2 {
    font-size: 30px; }

  h5 {
    font-size: 32px; }

  .home .top_poster .container .stamp {
    display: block;
    margin: 0 auto; }
  .home .box .description {
    padding: 40px 20px; }
    .home .box .description p {
      font-size: 16px; }
  .home .top_poster {
    background: url(../img/story_top_poster_just_mob.png) center top;
    padding-top: 70px; }
    .home .top_poster .container .stamp {
      width: 200px;
      height: 200px;
      margin-bottom: 110px; }
    .home .top_poster .logo {
      max-width: 240px;
      margin-bottom: 20px; }
    .home .top_poster h1 {
      font-size: 26px; }
    .home .top_poster h4 {
      font-size: 16px;
      margin-bottom: 40px; }

  .community .siteplan .images .block.right, .community .siteplan .images .block.left {
    width: 100%; }

  .limited_release p {
    font-size: 18px; }
  .limited_release .small_form .btn_green {
    line-height: 40px; }

  .blog .post h5 {
    min-height: 0;
    margin-bottom: 25px; } }
/*# sourceMappingURL=my_style.css.map */

/*# sourceMappingURL=my_style.css.map */
