@font-face {
  font-family: "gotham", sans-serif;
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "gotham", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "gotham", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "gotham", sans-serif;
  font-weight: 700;
  font-style: normal;
}
/* varibles */
/* 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;
}

html body {
  line-height: 1;
}
html ol, html ul {
  list-style: none;
}
html blockquote, html q {
  quotes: none;
}
html blockquote:before, html blockquote:after,
html q:before, html q:after {
  content: "";
  content: none;
}
html ins {
  text-decoration: none;
}
html del {
  text-decoration: line-through;
}
html table {
  border-collapse: collapse;
  border-spacing: 0;
}
html a {
  transition: 0.2s ease-in-out;
  color: inherit;
  text-decoration: none;
}
html ul {
  margin: 0;
}
html strong {
  font-weight: bold;
}
html b {
  font-weight: bold;
}
html button {
  border: none;
  background: none;
}
html textarea {
  resize: none;
}
html input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
}
html div::-webkit-scrollbar {
  width: 0 !important;
}
html div {
  overflow: -moz-scrollbars-none;
}
html div {
  -ms-overflow-style: none;
}
html button:focus {
  outline: none;
}
html input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
html input:focus, html input[type=checkbox]:focus {
  outline: none;
}
html textarea:focus {
  outline: none;
}
html select:focus {
  outline: none;
}

body {
  font-family: "gotham", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #000;
}
body.no-overflow, body.no-scroll {
  overflow: hidden !important;
}
body p {
  line-height: 1.7;
}
body p i {
  font-size: 25px;
}

b {
  font-weight: 500;
}

strong {
  font-weight: 700;
}

h1, h2 {
  font-size: 52px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  color: #2C2924;
}

h3 {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.25;
  letter-spacing: 1px;
  color: #2C2924;
}

h5 {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
}

h6 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}
h6 b {
  font-weight: 500;
}

.brown-text {
  color: #2C2924;
}

/* MAIN */
.nav-wrapper.main-page-nav {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  display: flex;
  z-index: 100;
  border-top: 1px solid #ccc;
  background: #2C2924;
}
.nav-wrapper.main-page-nav #return_home {
  height: 115px;
}
.nav-wrapper.main-page-nav .disclaimer {
  font-size: 9px;
}
.nav-wrapper.main-page-nav ul {
  border-right: 1px solid #ccc;
}
.nav-wrapper.main-page-nav ul li {
  display: flex;
  font-size: 20px;
  flex-grow: 1;
  height: 100%;
  line-height: 1.2;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-left: 1px solid #ccc;
  color: #fff;
}
.nav-wrapper.main-page-nav ul li.active {
  background: #AD753D;
}
.nav-wrapper.main-page-nav ul li a {
  text-transform: uppercase;
  justify-content: center;
}
.nav-wrapper.main-page-nav .builders {
  padding: 0 25px;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
.nav-wrapper.main-page-nav .builders p {
  color: #fff;
}

.content-wrapper {
  width: 100%;
}

#sHome {
  position: relative;
  background: url("../img/welcome.jpg") left top;
  background-size: cover;
}
#sHome .content {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 65px;
  text-align: center;
  width: 100%;
}
#sHome .content img {
  width: 700px;
  margin-bottom: 40px;
}
#sHome .content p {
  font-size: 25px;
  color: #000;
}

.selection-menu {
  display: flex;
}
.selection-menu a {
  position: relative;
  opacity: 0.3;
  height: 60px;
  margin-right: 25px;
  text-align: center;
  font-size: 45px;
  font-weight: 200;
  color: #2C2924;
  transition: all 0.3s;
}
.selection-menu a::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 3px;
  background: #2C2924;
  width: 100%;
}
.selection-menu a.active {
  opacity: 1;
}

.brown-bg {
  background: #2C2924;
}
.brown-bg h1, .brown-bg h2 {
  color: #fff;
}
.brown-bg .selection-menu a::after {
  background: #fff;
}

.list-nav.absolute {
  position: absolute;
  bottom: 40px;
  left: 70px;
  z-index: 10;
}
.list-nav.absolute h6 {
  color: #fff;
  margin-bottom: 35px;
}
.list-nav.absolute h6.brown-text {
  color: #2C2924;
}
.list-nav.absolute a {
  padding: 0 20px;
}
.list-nav.absolute img {
  height: 45px;
}
.list-nav.absolute.gallery_open a {
  color: #fff;
}
.list-nav.absolute.gallery_open a::after {
  background: #fff;
}

.arrows {
  position: absolute;
  bottom: 40px;
  right: 45%;
  z-index: 10;
}
.arrows img {
  display: inline-block;
  width: 65px;
}
.arrows img.swiper-button-disabled {
  opacity: 0.6;
}

#sFloorplans .home-sel-container {
  position: absolute;
  bottom: 50px;
  left: 70px;
  z-index: 102;
}
#sFloorplans .home-sel-container .towns_link {
  position: absolute;
  left: 275px;
  bottom: 75px;
  opacity: 0;
}
#sFloorplans .home-sel-container .towns_link_title {
  position: absolute;
  left: 265px;
  top: 0;
}
#sFloorplans .home-sel-container h6 {
  color: #2C2924;
}
#sFloorplans .home-sel-container .selection-menu a {
  width: 95px;
}
#sFloorplans .home-sel-container.white h6 {
  color: #fff;
}
#sFloorplans .home-sel-container.white .selection-menu a {
  color: #fff;
}
#sFloorplans .home-sel-container.white .selection-menu a img {
  filter: brightness(0) saturate(100%) invert(99%) sepia(12%) saturate(72%) hue-rotate(139deg) brightness(114%) contrast(100%);
}
#sFloorplans .home-sel-container.white .selection-menu a:after {
  background: #fff;
}
#sFloorplans .home-sel-container.white .towns_link::before {
  background: #2C2924;
}
#sFloorplans .home-sel-container.towns-menu .hide-on-towns {
  opacity: 0 !important;
  z-index: -1;
}
#sFloorplans .home-sel-container.towns-menu .towns_link {
  bottom: 0;
  opacity: 1;
  z-index: 2;
}
#sFloorplans .description {
  width: calc(100% - 820px);
  padding: 70px;
  padding-right: 40px;
}
#sFloorplans .floor-list table {
  font-size: 18px;
  font-weight: 200;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#sFloorplans .floor-list table th {
  padding-top: 25px;
  font-weight: 400;
  padding-bottom: 25px;
  background: #2C2924;
  color: #fff;
}
#sFloorplans .floor-list table th, #sFloorplans .floor-list table td {
  min-width: 220px;
}
#sFloorplans .floor-list table tr td:nth-of-type(1),
#sFloorplans .floor-list table tr th:nth-of-type(1) {
  padding-left: 40px;
}
#sFloorplans .floor-list table tr td:nth-of-type(2),
#sFloorplans .floor-list table tr th:nth-of-type(2) {
  padding-left: 30px;
}
#sFloorplans .floor-list table tr td:nth-of-type(2) span,
#sFloorplans .floor-list table tr th:nth-of-type(2) span {
  font-size: 16px;
}
#sFloorplans .floor-list.Homes45 tr th {
  background: #0F2838;
}
#sFloorplans .floor-list.Homes50 tr th {
  background: #5F314A;
}
#sFloorplans .floorplan-popup .left-wrapper {
  width: 850px;
  background: #2C2924;
  padding: 70px 90px;
  color: #fff;
}
#sFloorplans .floorplan-popup.Homes45 .left-wrapper {
  background: #0F2838;
}
#sFloorplans .floorplan-popup.Homes50 .left-wrapper {
  background: #5F314A;
}
#sFloorplans .floorplan-popup .right-wrapper {
  display: flex;
  flex-wrap: wrap;
  background: #E5E3DB;
}
#sFloorplans .floorplan-popup .right-wrapper h4 {
  text-transform: capitalize;
  padding-left: 9px;
  margin-bottom: 10px;
}
#sFloorplans .floorplan-popup .right-wrapper .title-wrapper {
  width: 470px;
  padding: 50px 40px;
  height: calc(100% - 120px);
}
#sFloorplans .floorplan-popup .right-wrapper .floorplan-wrapper {
  width: 590px;
  height: calc(100% - 120px);
  padding: 50px 50px 50px 0;
}
#sFloorplans .floorplan-popup .right-wrapper .nav-wrapper {
  border: none;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  align-items: center;
}
#sFloorplans .floorplan-popup .right-wrapper .nav-wrapper a {
  position: relative;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 40px;
  padding: 0 3px;
  padding-bottom: 12px;
  margin-right: 20px;
  color: rgba(44, 41, 36, 0.7);
  transition: all 0.3s;
}
#sFloorplans .floorplan-popup .right-wrapper .nav-wrapper a:after {
  position: absolute;
  content: "";
  height: 3px;
  width: 100%;
  bottom: 0;
  left: 0;
  background: transparent;
}
#sFloorplans .floorplan-popup .right-wrapper .nav-wrapper a.active {
  color: #2c2924;
}
#sFloorplans .floorplan-popup .right-wrapper .nav-wrapper a.active:after {
  background: #2C2924;
}
#sFloorplans .floorplan-popup .right-wrapper .nav-wrapper .arrow {
  padding: 0;
  margin: 0;
}
#sFloorplans .floorplan-popup .right-wrapper .nav-wrapper .arrow-prev {
  margin-right: 10px;
}
#sFloorplans .floorplan-popup .rendering-wrapper {
  margin: 0;
  width: 100%;
  height: 490px;
}
#sFloorplans .floorplan-popup .rendering-wrapper.lot_20 {
  height: 370px;
}
#sFloorplans .floorplan-popup .info .ev-sel {
  padding: 35px 0;
  border-bottom: 1px solid #ccc;
}
#sFloorplans .floorplan-popup.Homes20 .rendering-wrapper {
  height: 290px;
}
#sFloorplans .floorplan-popup.Homes20 .right-wrapper .nav-wrapper a {
  font-size: 18px;
  margin-right: 15px;
}
#sFloorplans .compare-popup .compare-wrapper .compare-item {
  padding-top: 40px;
}
#sFloorplans .compare-popup .stripe {
  display: flex;
  padding: 30px 80px;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  background: #2C2924;
}
#sFloorplans .compare-popup .information > div {
  width: 100%;
}
#sFloorplans .compare-popup .information > div span.brown-text {
  font-size: 26px;
}
#sFloorplans .information {
  padding-left: 10px;
  font-weight: 200;
}
#sFloorplans .information > div {
  margin-bottom: 10px;
}
#sFloorplans .information > div span {
  font-size: 20px;
  line-height: 1.3;
}
#sFloorplans .information > div h6 {
  display: inline-block;
  vertical-align: middle;
  padding-left: 15px;
}
#sFloorplans .compare-popup .information {
  width: 250px;
  padding-top: 20px;
}
#sFloorplans .compare-popup .information span {
  text-align: left;
}
#sFloorplans .compare-popup .information span.brown-text {
  line-height: 1.1;
  text-align: left;
}

#sFloorplans .btn-back,
#sGallery .btn-back {
  width: auto;
  color: #fff;
  margin-top: 30px;
}
#sFloorplans .btn-back img,
#sGallery .btn-back img {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  width: 16px;
}
#sFloorplans .btn-back h6,
#sGallery .btn-back h6 {
  display: inline-block;
}

#sFeatures .list-nav {
  position: absolute;
  bottom: 150px;
  left: 70px;
  z-index: 10;
}
#sFeatures .list-nav h6 {
  color: #fff;
  margin-bottom: 25px;
}
#sFeatures .list-nav a {
  padding: 0 20px;
  min-width: 93px;
}
#sFeatures .list-nav img {
  height: 45px;
}
#sFeatures .list-nav.white {
  bottom: 50px;
  filter: brightness(0) invert(1);
}
#sFeatures .list-nav.white .selection-menu a::after {
  background: #fff;
}
#sFeatures .left-content {
  width: 1920px;
}
#sFeatures .arrows {
  right: 60px;
}
#sFeatures .text {
  width: 100%;
  height: 920px;
}
#sFeatures .content {
  padding: 65px;
}
#sFeatures .swiper-slide {
  background: #fff;
}
#sFeatures .text.swiper-container .main {
  background: url("/img/features/bg.jpg") center;
  background-size: cover;
}
#sFeatures .text.swiper-container .main h2 {
  color: #fff;
}
#sFeatures .text.swiper-container .main .content {
  background: transparent;
}
#sFeatures .text.swiper-container h2 {
  margin-bottom: 50px;
}
#sFeatures .text.swiper-container ul {
  list-style-type: disc;
  padding-left: 20px;
  padding-right: 0;
}
#sFeatures .text.swiper-container ul li {
  font-size: 18px;
  line-height: 1.3;
  color: #2C2924;
  margin-bottom: 20px;
}
#sFeatures .text.swiper-container ul li sup {
  font-size: 12px;
}
#sFeatures p.disclaimer {
  position: absolute;
  bottom: 20px;
  left: 0;
  font-size: 8px;
  padding-left: 70px;
  padding-right: 300px;
}
#sFeatures .content {
  background: #fff;
}

#sArea .area_slide {
  position: relative;
  background: #fff;
  display: flex;
  align-items: stretch;
  height: 100%;
}
#sArea .area_slide .left {
  width: 57%;
  padding: 75px;
  padding-right: 50px;
}
#sArea .area_slide .right {
  width: 43%;
}
#sArea .area_slide h1 {
  margin-bottom: 45px;
}
#sArea .area_slide .slide_title {
  position: absolute;
  font-size: 19px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  left: 75px;
  bottom: 135px;
}
#sArea .area_slide ol {
  list-style: none;
  counter-reset: list-counter calc(var(--start) - 1);
  padding-left: 0;
}
#sArea .area_slide ol li {
  counter-increment: list-counter;
  margin: 15px 0;
  position: relative;
  padding-left: 35px;
  font-size: 18px;
  margin-bottom: 17px;
}
#sArea .area_slide ol li::before {
  content: counter(list-counter, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #a85e2e;
  color: white;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 11px;
}
#sArea .area_slide.main h1 {
  margin-bottom: 45px;
}
#sArea .area_slide.main h3 {
  margin-bottom: 45px;
}
#sArea .area_slide.shopping ol li::before {
  background: #a85e2e;
}
#sArea .area_slide.schools ol li::before {
  background: #5F3149;
}
#sArea .area_slide.parks ol li::before {
  background: #42695C;
}

#sGallery .list-nav .selection-menu a {
  color: #fff;
}
#sGallery .list-nav .selection-menu a::after {
  background: #fff;
}
#sGallery .left-content {
  padding: 70px;
  width: calc(100% - 825px);
  background: #2C2924;
}
#sGallery .left-content h2 {
  margin-bottom: 50px;
  color: #fff;
}
#sGallery .left-content h3 {
  margin-bottom: 40px;
}
#sGallery .left-content p {
  margin-bottom: 40px;
}
#sGallery .left-content .image-selection img {
  width: 27%;
  margin-right: 15px;
  opacity: 0.6;
  transition: 0.3s all;
}
#sGallery .left-content .image-selection img.active {
  opacity: 1;
}
#sGallery .right-content {
  width: 825px;
  position: relative;
}
#sGallery .right-content .expand {
  position: absolute;
  bottom: 5%;
  right: 5%;
  width: 70px;
  z-index: 10;
}
#sGallery .gallery-popup .btn-back {
  position: absolute;
  bottom: 125px;
  left: 70px;
  width: auto;
  height: auto;
  z-index: 10 !important;
}
#sGallery .gallery-popup .arrows {
  right: 60px;
  z-index: 10 !important;
}

/* MAIN END */