/*********************************************************************************************************
 *********************************************************************************************************
 *                        PROJECT 
 ********************************************************************************************************* 
 *********************************************************************************************************/
section.project-description {
  /*min-height: calc(100vh - 99px);*/
  margin: 0 auto;
  position: relative;
  width: 100%; }
section.project-description a.scroll-down-wrapper {
  bottom: 50px;
  display: block;
  height: 35px;
  left: calc(50% - 17.5px);
  position: absolute;
  width: 35px;
  z-index: 2; }
section.project-description div.scroll-down-icon {
  background-color: #7d8189;
  background-size: contain;
  height: 35px;
  -webkit-mask: url(../../images/arrow-up.png) no-repeat center;
  mask: url(../../images/arrow-up.png) no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-transform: rotate(180deg);
  width: 35px; }
section.project-description h1.title {  font-family: 'Museo Sans', sans-serif;  font-size: 26px;  font-weight: 300;  letter-spacing: 4px;  margin: 80px auto 80px;  text-align: center;  text-transform: uppercase; }
section.project-description div.description {  position: relative; }
section.project-description div.description-image {  width: 100%; }
section.project-description div.description-image img.project-image {  height: 400px; width: 100%; object-fit: cover; margin: 0 auto; }
section.project-description div.description-caption {  background-color: #edeef0;  padding: 40px;  min-height: 250px; position: relative; width: 90%; margin: 0 auto;  top: -40px; overflow: hidden; }
section.project-description div.description-caption ul { font-family: 'Museo Sans', sans-serif; font-size: 15px; font-weight: 100; line-height: 130%; width: 90%; margin-bottom: 20px; overflow: hidden; }
section.project-description div.description-caption ul li { width: 48%; list-style: disc; }
section.project-description div.description-caption ul li.left { float: left; margin-left: 20px; }
section.project-description div.description-caption ul li.right { float: right; }
section.project-description div.description-caption p.caption-text {  font-size: 15px;  font-weight: 100;  line-height: 130%;  text-align: justify;  letter-spacing: 0px;  margin-bottom: 30px; }
section.project-description div.description-caption p.caption-text span.highlight {  display: block;  margin-bottom: 20px;  font-size: 18px;  font-weight: 300;  text-transform: uppercase;  text-align: left;  width: 75%; }
section.project-description div.description-caption p.caption-author {  font-style: italic;  float: right;  font-size: 13px;  font-weight: 100;  text-align: right;  line-height: 130%;  width: 100%; }
section.project-description div.description-caption p.caption-author span.author {    
  display: inline-block;
  float: right;
  font-weight: 500;
  font-family: 'Museo Sans';
  margin-top: 5px;
  font-style: normal; }
section.project-description div.nav-next,
section.project-description div.nav-prev {
  background-color: #7d8189;
  background-size: contain;
  height: 25px;
  -webkit-mask: url(../../images/arrow-up.png) no-repeat center;
  mask: url(../../images/arrow-up.png) no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  position: absolute;
  top: 40px;
  right: 30px;
  -webkit-transform: rotate(90deg);
  width: 25px; }
section.project-description div.nav-prev {
  right: 60px;
  -webkit-transform: rotate(270deg);}
section.project-floorplans {
  min-height: calc(100vh - 241px);
  margin: -40px auto; }
section.project-floorplans h1.title {
  font-family: 'Museo Sans', sans-serif;
  font-size: 34px;
  font-weight: 300;
  margin: 80px auto;
  text-align: center;
  text-transform: uppercase; }
section.project-floorplans div.floorplan {
  background-color: #f7f7f7;
  margin-bottom: 15px;
  padding: 60px 60px 40px;
  position: relative; }
section.project-floorplans div.floorplan img {
  margin: 0 auto;
  width: 100% }
section.project-floorplans div.features {
  margin: 0 auto;
  width: 80%; }
section.project-floorplans div.features h2.description {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase; }
section.project-floorplans div.features ul {
  font-size: 16px;
  font-weight: 100;
  list-style: disc;
  margin-left: 20px; }
section.project-floorplans div.features ul li {
  line-height: 130%;
  margin-left: 20px; }
section.project-floorplans .swiper-container {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto; }
section.project-floorplans .swiper-slide {
  text-align: center;
  font-size: 18px;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
section.project-floorplans .swiper-slide a {
  text-decoration: none; }
section.project-floorplans .swiper-slide .caption {
  color: #7d8189;
  display: block;
  font-size: 15px;
  font-weight: 100;
  margin-top: 10px;
  text-decoration: none; }
section.project-floorplans .swiper-slide .gallery-img {
  object-fit: cover;
  width: 100%; }
section.project-floorplans .swiper-pagination {
  bottom: 8px;
  left: calc(50% - 17px);
  margin: 5px auto;
  position: absolute; }
section.project-floorplans .swiper-pagination .swiper-pagination-bullet{ 
  background-color: #e6e6e6; 
  height: 12px;
  margin: 0 2.5px; 
  opacity: 1;
  width: 12px; } 
section.project-floorplans .swiper-pagination .swiper-pagination-bullet-active{ 
  background: #b9b9b9; 
  opacity: 1; } 
section.project-floorplans .swiper-button-next,
section.project-floorplans .swiper-button-prev {
    background-image: url(../../images/nav.svg);
    background-size: contain;
    width: 40px; }
section.project-floorplans .swiper-button-prev {
    -webkit-transform: rotate(180deg); }

section.project-disclaimer { display: block; width: 97%;  }
section.project-disclaimer .disclaimer-box { border: solid 5px #b2b4b8; height: 151px; background: url("../../images/bg-disclaimer.jpg") repeat-x; text-align: center; }
section.project-disclaimer .disclaimer-box h1.title { font-size: 34px; margin-top: 40px; }
section.project-disclaimer .disclaimer-box p { font-size: 20px; margin: 10px 20px; }
/*********************************************************************************************************
 *********************************************************************************************************
 *                        RESPONSIVE 
 ********************************************************************************************************* 
 *********************************************************************************************************/
@media only screen and (max-width: 1024px) {
  section.project-description {
    width: 100%; }
  section.project-description div.description-caption { padding: 30px 25px; }
  section.project-description div.description-caption p.caption-text {
    font-size: 13px;
    margin-bottom: 15px; }
  section.project-description div.description-caption p.caption-text span.highlight {
    font-size: 16px; }
  section.project-description div.description-caption p.caption-author {
    width: 100%; }
  section.project-description div.nav-next,
  section.project-description div.nav-prev {
    top: 25px; }
  section.project-floorplans {
    width: 85%; }
  section.project-floorplans h1.title {
    font-size: 28px; }
  section.project-floorplans div.features {
    font-size: 15px;
    width: 90%; }
  section.project-floorplans div.features ul {
    font-weight: 100; }
  section.project-floorplans div.features h2.description {
    font-size: 18px; }
  section.project-description div.description-caption ul { font-size: 13px; }
  section.project-description div.description-caption ul li { width: 40%; }
}
@media only screen and (max-width: 768px) {
  section.project-floorplans div.floorplan {
    background-color: #f7f7f7;
    margin-bottom: 15px;
    padding: 15px 15px 40px; }
  section.project-description .swiper-container {
    overflow: visible; }
  section.project-description div.nav-next,
  section.project-description div.nav-prev {
    top: 25px; }
  section.project-description div.description-image {
    width: 100%; }
  section.project-description div.description-caption {
    min-height: 250px;
    padding: 30px 25px;
    top: 90%;
    left: 5%;
    width: 90%;
    position: relative;
    margin-top: -40px; }
  section.project-description div.description-caption p.caption-text span.highlight {
    font-size: 15px;
    width: calc(100% - 65px); }
  section.project-description a.scroll-down-wrapper {
    left: auto;
    margin: 70px auto 0;
    position: relative; }
  section.project-description div.nav-next{
    right: 25px; }
  section.project-description div.nav-prev {
    right: 55px; }
  section.project-floorplans h1.title {
    margin: 40px auto 60px; }
  section.project-description div.description-caption ul { font-size: 12px; font-weight: 100; line-height: 130%; width: 100%; }
  section.project-description div.description-caption ul li { width: 100%; margin-bottom: 5px; }
  section.project-description div.description-caption ul li.left { display: block; margin-left: 0px; }
  section.project-description div.description-caption ul li.right { display: block; margin-left: 0px; }
}
@media only screen and (max-width: 480px) {
  section.project-description {
    margin: 0 auto;
    width: 100%; }
  section.project-description div.description-image img.project-image {
    height: auto; }
  section.project-description div.description-caption {
    min-height: 380px;
    position: relative;
    margin-top: -40px; }
  section.project-description div.description-caption p.caption-text span.highlight {
    font-size: 15px;
    width: calc(100% - 65px); }
  section.project-description div.nav-next{
    right: 25px; }
  section.project-description div.nav-prev {
    right: 55px; }
  section.project-description a.scroll-down-wrapper {
    left: auto;
    margin: 70px auto 0;
    position: relative; }
  section.project-floorplans {
    margin-bottom: 25px;
    width: 100%; }
  section.project-floorplans h1.title {
    font-size: 24px;
    margin: 30px auto 40px; }
  section.project-floorplans div.features {
    width: 100%; }
  section.project-floorplans div.features ul {
    font-weight: 100; }
  section.project-description div.description-caption ul { font-size: 10px; width: 100%; }
  section.project-description div.description-caption ul li { width: 100%; margin-bottom: 5px; }
  section.project-description div.description-caption ul li.left { display: block; margin-left: 0px; }
  section.project-description div.description-caption ul li.right { display: block; margin-left: 0px; }
}