/* GENERAL
===================== */
body {
  overflow-x: hidden;
  padding: 0 15px;
}

.bottomBorder {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 15px;
  background: white;
  z-index: 99
}

.leftBorder {
  position: fixed;
  width: 15px;
  left: 0;
  bottom: 0;
  top: 0;
  height: 100%;
  background: white;
  z-index: 99
}

.rightBorder {
  position: fixed;
  width: 15px;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  background: white;
  z-index: 99
}

/* HEADER
===================== */
header {
  padding: 40px 0 25px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: white;
}

header h1 {
  font-size: 0;
  line-height: 1;
  margin: 0;
}

header:before {
  content: '';
  position: absolute;
  top: 25px;
  left: 0;
  height: 100%;
  width: 50%;
  background: white;
  -webkit-transform: skew(0deg, 3deg);
  -moz-transform: skew(0deg, 3deg);
  -ms-transform: skew(0deg, 3deg);
  -o-transform: skew(0deg, 3deg);
  transform: skew(0deg, 3deg);
  z-index: -1;
}

header:after {
  content: '';
  position: absolute;
  top: 25px;
  right: 0;
  height: 100%;
  width: 49.999%;
  background: white;
  -webkit-transform: skew(0deg, -3deg);
  -moz-transform: skew(0deg, -3deg);
  -ms-transform: skew(0deg, -3deg);
  -o-transform: skew(0deg, -3deg);
  transform: skew(0deg, -3deg);
  z-index: -1;
}

nav ul {
  margin: 0;
  list-style: none;
}

nav ul li {
  display: inline-block;
  position: relative;
}

nav ul li.borderRight {
  border-right: 1px solid #999999
}

nav ul li.borderLeft {
  border-left: 1px solid #999999
}

nav ul li a {
  display: block;
  padding: 0 1vw;
  font-weight: 700;
  font-family: "IndustryW00";
  text-transform: uppercase;
  color: #999999;
  font-size: 13px;
  transition: color .3s ease;
}

nav ul li a.active,
nav ul li a:hover {
  color: #a5a882;
}

nav ul li a img {
  width: 230px;
}

.slicknav_menu {
  display: none;
  background: transparent;
  text-align: center;
}

.slicknav_btn {
  display: inline-block;
  float: none;
  background: #4c4f54;
}

.slicknav_menu .slicknav_menutxt {
  font-weight: 700;
  font-family: "IndustryW00";
  line-height: 1;
  text-shadow: none;
  padding-top: 3px
}

.slicknav_nav {
  padding-top: 10px
}

.slicknav_nav a {
  font-weight: 700;
  font-family: "IndustryW00";
  text-transform: uppercase;
  color: #999999;
  font-size: 15px;
}

@media screen and (max-width: 1023px) {
  header {
    padding-top: 25px;
    padding-bottom: 20px;
  }

  header a h1 img {
    width: 250px;
    margin-bottom: 35px;
  }

  nav ul li.borderLeft {
    border-left: none;
  }

  nav ul li a {
    padding: 0 15px;
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  nav ul li a {
    padding: 0 5px;
    font-size: 13px;
  }
}

@media screen and (max-width: 639px) {
  header {
    padding-bottom: 0;
  }

  header a h1 img {
    margin-bottom: 25px;
  }

  /* #menu is the original menu */
  #menu {
    display: none;
  }

  .slicknav_menu {
    display: block;
  }

  header:before,
  header:after {
    top: 15px
  }
}

/* HOME PAGE
===================== */
.hero {
  height: 100vh;
  min-height: 671px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.heroContent {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
}

.heroContent img {
  width: 240px;
  max-width: 240px;
  margin-top: 20px;
}

.heroContent h2 {
  font-weight: 900;
  color: white;
  font-family: "IndustryW00";
  text-transform: uppercase;
  font-size: 34px;
  text-shadow: 5px 5px 3px rgba(0, 0, 0, 0.35);
  margin: 0;
  line-height: 1.2;
  margin-bottom: 10px
}

.heroContent h3 {
  font-weight: 700;
  color: #a5a882;
  font-family: "IndustryW00";
  text-transform: uppercase;
  font-size: 24px;
  text-shadow: 2px 2px 3px rgba(150, 150, 150, 0.35);
  margin: 0;
  line-height: 1.2;
}

.heroContent h4 {
  font-weight: 300;
  color: white;
  font-family: "IndustryW00";
  text-transform: uppercase;
  font-size: 21px;
  text-shadow: 5px 5px 3px rgba(0, 0, 0, 0.35)
}

@media screen and (max-width: 1023px) {
  .heroContent img {
    width: 220px;
    max-width: 220px;
  }

  .heroContent h2 {
    font-size: 28px;
  }

  .heroContent h3 {
    margin-bottom: 5px;
  }

  .heroContent h4 {
    font-size: 18px;
  }
}

@media screen and (max-width: 822px) {
  .heroContent img {
    margin-top: 85px;
  }
}

@media screen and (max-width: 639px) {
  .hero {
    min-height: 500px;
  }

  .heroContent .columns {
    text-align: center !important;
  }

  .heroContent img {
    width: 250px;
    max-width: 250px;
    margin-bottom: 25px;
  }

  .heroContent h2 {
    font-size: 26px;
    margin-bottom: 15px;
  }

  .heroContent h3 {
    font-size: 21px;
    margin-bottom: 15px;
  }
}

/* ABOUT PAGE
===================== */
.row.mainSection {
  background-image: url('../img/bg.png');
  background-position: center;
  background-repeat: repeat-y;
  background-size: cover;
  min-height: 90vh;
}

.darkText {
  padding-top: 115px;
  padding-bottom: 30px;
}

.darkText img {
  margin-bottom: 40px;
}

.specList {
  margin: 0 0;
  list-style: none;
  text-align: left;
  display: inline-block;
  padding-left: 40px;
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
}

.specList li {
  color: #4c4f54;
  font-family: 'Gotham';
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 15px;
  font-size: 14px;
  background-size: 55px;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 20px 0px 20px 70px;
}

.lightText {
  padding: 200px 60px 30px 90px;
}

.lightText p {
  padding-right: 50px;
}

h2 {
  font-weight: 700;
  font-family: "IndustryW00";
  text-transform: uppercase;
  color: #a5a882;
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

p {
  font-family: 'Gotham';
  font-weight: 300;
  font-size: 13px;
  margin-bottom: 30px;
  color: white;
}

@media screen and (max-width: 1023px) {
  .darkText {
    padding-top: 165px;
  }

  .specList {
    -webkit-column-count: 1;
    /* Chrome, Safari, Opera */
    -moz-column-count: 1;
    /* Firefox */
    column-count: 1;
  }

  .lightText {
    padding: 225px 0px 30px 50px;
  }

  .specList li {
    font-size: 12px;
  }
}

@media screen and (max-width: 639px) {
  .row.mainSection {
    background-image: none;
    min-height: 0;
  }

  .lightText {
    background: #4c4f54;
    padding: 215px 0 25px 40px;
  }

  .darkText {
    padding: 0;
    text-align: center;
  }

  .darkText img {
    margin-bottom: 25px;
  }

  .specList {
    padding: 0 0 25px;
  }
}

/* AVAILABILITY
===================== */
.mainSection.reverse {
  background-image: url('../img/bgreverse.png');
}

.darkText.sitePlan {
  position: relative;
  overflow: hidden;
  min-height: 1000px;
}

.darkText.sitePlan img {
  position: absolute;
  left: 5px;
  right: 25px;
  top: 125px;
  width: 100%;
  opacity: 0;
  transition: opacity .2s ease;
}

.darkText.sitePlan img.active {
  opacity: 1;
}

.darkText.sitePlan img#default {
  opacity: 1;
}

.lightText.table {
  padding: 225px 75px 30px;
  min-height: 90vh;
}

table thead th,
table tbody {
  text-align: right
}

table thead th:first-child,
table tbody td:first-child {
  text-align: left;
}

table thead tr {
  background: #9a9899;
}

table thead th {
  font-family: "IndustryW00";
  text-transform: uppercase;
  color: white;
  padding: 0;
  line-height: 1;
  padding: 10px;
}

table thead,
table tbody,
table tfoot {
  border: none;
  background: none;
}

table tbody tr:nth-child(even) {
  border: none;
  background-color: transparent;
}

table tbody td {
  font-family: 'Gotham';
  color: #a5a882;
  font-weight: 300;
  font-size: 13px;
  text-transform: uppercase;
  padding: 10px;
  border-bottom: 1px solid white;
}

table tbody tr.available td {
  color: white;
  font-weight: 700;
}

table tbody tr.comingSoon td {
  color: white;
}

table tbody td a,
table tbody td a:hover {
  color: white;
}

table tbody td a .fa {
  margin-left: 5px;
}

table tfoot td {
  font-weight: 300;
  color: white;
  font-family: 'Gotham';
  font-size: 12px;
  text-transform: uppercase;
}

a.mapLink {
  display: block;
  height: 100%;
}

@media screen and (max-width: 1200px) {
  .lightText.table {
    padding: 225px 35px 30px;
  }
}

@media screen and (max-width: 1023px) {
  table tbody td {
    font-size: 12px;
    padding: 5px
  }

  table thead th {
    padding: 5px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .lightText.table {
    padding: 225px 20px 30px;
  }
}

@media screen and (max-width: 639px) {
  .mainSection.reverse {
    background-image: none;
  }

  .darkText.sitePlan {
    padding-top: 25px !important;
  }

  .lightText.table {
    min-height: 0;
  }

  table tbody td {
    padding: 10px 5px;
  }

  .darkText.sitePlan {
    min-height: 150vw;
  }

  .darkText.sitePlan img {
    top: 15px;
  }
}

/* DEMOGRAPHICS
===================== */
h1 {
  font-weight: 700;
  font-family: "IndustryW00";
  text-transform: uppercase;
  color: #a5a882;
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

table thead th span {
  font-weight: 300;
}

table.demographic tr td {
  color: white;
}

tr.noBorder td {
  border: none;
}

/* LOCATION
===================== */
.darkText.location {
  padding: 155px 25px 0;
}

@media screen and (max-width: 639px) {
  .darkText.location {
    padding: 15px 0 0;
  }
}

/* GALLERY
===================== */
.slick-prev {
  left: 10px;
  z-index: 99999
}

.slick-next {
  right: 25px;
  z-index: 99999
}

.slick-next:before, .slick-prev:before {
  font-size: 36px;
}

#galleryheader h3 {
  font-weight: 700;
  font-family: "IndustryW00";
  text-transform: uppercase;
  color: #a5a882;
  font-size: 18px;
  letter-spacing: 2px;
  margin-top: 9.5rem;
  text-align: center;
  margin-bottom: 15px;
}

@media screen and (max-width: 639px) {
  .gallery {
    margin-top: 110px;
  }
}

/* CONTACT
===================== */
.darkText p {
  color: #4c4f54;
  padding-right: 50px;
}

.row.contacts {
  margin-top: 25px;
}

.contacts img {
  height: 125px;
  width: auto;
  margin-bottom: 25px;
}

.row.contacts p {
  padding: 0;
}

.row.contacts p a {
  color: #a5a882;
  font-weight: 300;
}

ul.downloads {
  margin-left: 30px;
  margin-bottom: 30px
}

.downloads li {
  margin-bottom: 10px;
}

.fa-li {
  color: #a5a882;
  padding-top: 2px;
}

.downloads li a {
  color: white;
  font-family: 'Gotham';
  font-weight: 300;
  line-height: 1.3;
  font-size: 14px;
  text-transform: uppercase;
}

p.misrep {
  font-size: 11px;
}

/* FOOTER
===================== */
footer .row {
  padding: 6px 0 7px;
  border-top: 1px solid #a5a882
}

footer p {
  text-transform: uppercase;
  color: #4c4f54;
  margin: 0;
}

footer p a {
  color: #a5a882;
  text-transform: uppercase;
  font-weight: 700;
  float: right;
}

@media screen and (max-width: 1023px) {
  footer p {
    font-size: 11px;
  }
}
