@charset "UTF-8";


.section-wrap {
  width: 100%;
  background-color: #fff;
  padding: 100px 50px 50px;
  margin-bottom: 80vh; }
  @media (max-width: 1024px) {
    .section-wrap {
      padding: 80px 40px 40px; } }
  @media (max-width: 568px) {
    .section-wrap {
      padding: 60px 15px 15px; } }
  @media (max-width: 700px) {
    .section-wrap {
      margin-bottom: 0; } }
  .section-wrap .section-wrap-inner {
    width: 100%;
    background-color: #1A1A1A;
    position: relative;
    background-position: 100% 70%;
    background-size: cover; }
  .section-wrap .section-head {
    width: 100%;
    height: 800px;
    height: calc(100vh - 300px);
    position: relative;
    background-size: cover;
    background-position: center; }
    .section-wrap .section-head.section-head-smaller {
      height: calc(70vh - 200px); }
    .section-wrap .section-head .down-arrow {
      width: 30px;
      height: 30px;
      position: absolute;
      left: 50%;
      bottom: 20px;
      margin-left: -15px;
      z-index: 3;
      transition: 400ms all;
      cursor: pointer; }
      .section-wrap .section-head .down-arrow:hover {
        transform: translateY(10px); }
      .section-wrap .section-head .down-arrow:after, .section-wrap .section-head .down-arrow:before {
        content: '';
        height: 15px;
        width: 2px;
        bottom: 0;
        left: 50%;
        background-color: #fff;
        position: absolute;
        transform-origin: 50% 100%;
        transform: rotate(45deg); }
      .section-wrap .section-head .down-arrow:before {
        transform: rotate(-45deg); }
  .section-wrap .section-contents {
    width: 100%;
    position: relative;
    background-color: #fff; }
    .section-wrap .section-contents .section {
      width: 100%;
      position: relative;
      padding: 60px 0;
      display: inline-block; }
      @media (max-width: 710px) {
        .section-wrap .section-contents .section {
          padding: 30px 0; } }
      .section-wrap .section-contents .section.no-pad {
        padding: 0;
        display: block; }
        .section-wrap .section-contents .section.no-pad img {
          width: 100%; }
      .section-wrap .section-contents .section.centered .section-text {
        text-align: center; }
      .section-wrap .section-contents .section.grey {
        background-color: #52606C; }
        .section-wrap .section-contents .section.grey .section-text * {
          color: #fff; }
      .section-wrap .section-contents .section.dark {
        background-color: #1A1A1A; }
        .section-wrap .section-contents .section.dark .section-text * {
          color: #fff; }
      .section-wrap .section-contents .section .section-text {
        width: 700px;
        position: relative;
        margin: 0 auto; }
        @media (max-width: 800px) {
          .section-wrap .section-contents .section .section-text {
            width: 95%; } }



.slider2.floor-plan-slider {
  height: auto;
  display: inline-block;
  position: relative; }
  .slider2.floor-plan-slider2 .slider-arrow:before, .slider2.floor-plan-slider .slider-arrow:after {
    background-color: #52606C; }
  .slider2.floor-plan-slider .slider-overflow {
    height: auto;
    display: inline-block;
    position: relative; }
    .slider2.floor-plan-slider .slider-overflow .slide {
      height: auto;
      display: inline-block; }
      .slider2.floor-plan-slider .slider-overflow .slide:first-child {
        position: relative; }

.slide-text {
  width: 100%;
  display: inline-block;
  text-align: center;
  top: 50%;
  position: absolute;
  transform: translateY(-50%); }
  .slide-text h2, .slide-text h3 {
    color: #fff; }

.slider2 {
  width: 100%;
  height: 700px;
  position: relative;
  overflow: hidden; }
  .slider2 .slider-arrow {
    width: 50px;
    height: 100%;
    position: absolute;
    margin-top: -1px;
    z-index: 3;
    cursor: pointer; }
    .slider2 .slider-arrow:after, .slider2 .slider-arrow:before {
      content: '';
      left: 50%;
      height: 2px;
      top: 50%;
      width: 25px;
      background-color: #fff;
      position: absolute;
      transform-origin: 0% 50%;
      transform: rotate(45deg);
      transition: 300ms all; }
    .slider2 .slider-arrow:before {
      transform: rotate(-45deg); }
    .slider2 .slider-arrow.right-arrow {
      left: auto;
      right: 0px; }
      .slider2 .slider-arrow.right-arrow:after, .slider2 .slider-arrow.right-arrow:before {
        left: auto;
        right: 50%;
        transform-origin: 100% 50%; }
    @media (max-width: 768px) {
      .slider2 .slider-arrow {
        width: 25px; }
        .slider2 .slider-arrow:after, .slider2 .slider-arrow:before {
          width: 15px; } }
    .slider2 .slider-arrow:hover:after {
      transform: rotate(30deg); }
    .slider2 .slider-arrow:hover:before {
      transform: rotate(-30deg); }
  .slider2 .auto-timer {
    width: 100%;
    height: 6px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2; }
    .slider2 .auto-timer .auto-timer-inner {
      width: 0%;
      height: 100%;
      background-color: #3CA15A;
      position: relative;
      transition: 0ms all linear; }
      .slider2 .auto-timer .auto-timer-inner.active {
        width: 100%;
        transition: 3000ms all linear; }
      .slider2 .auto-timer .auto-timer-inner.unactive {
        opacity: 0;
        transition: 300ms all;
        visibility: hidden; }
  .slider2 .slider-overflow {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 500ms all;
    cursor: -webkit-grab; }
    .slider2 .slider-overflow.no-drag {
      cursor: default; }
      .slider2 .slider-overflow.no-drag:active {
        cursor: default; }
    .slider2 .slider-overflow:active {
      cursor: -webkit-grabbing; }
    .slider2 .slider-overflow.no-anim {
      transition: 0ms; }
  .slider2 .slide {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center; }
    .slider2 .slide:nth-child(1) {
      left: 0%; }
    .slider2 .slide:nth-child(2) {
      left: 100%; }
    .slider2 .slide:nth-child(3) {
      left: 200%; }
    .slider2 .slide:nth-child(4) {
      left: 300%; }
    .slider2 .slide:nth-child(5) {
      left: 400%; }
    .slider2 .slide:nth-child(6) {
      left: 500%; }
    .slider2 .slide:nth-child(7) {
      left: 600%; }
    .slider2 .slide:nth-child(8) {
      left: 700%; }
    .slider2 .slide:nth-child(9) {
      left: 800%; }
    .slider2 .slide:nth-child(10) {
      left: 900%; }
    .slider2 .slide.pre-pos {
      left: -100%; }

.page-build-opacity {
  opacity: 0;
  transition: 1600ms all;
  transition-delay: 1000ms; }
  .page-build-opacity.page-build-active {
    opacity: 1; }

.section-head-title {
  width: 100%;
  text-align: center;
  display: inline-block;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  z-index: 2; }
  .section-head-title .page-build {
    transform: translateY(50px);
    opacity: 0;
    transition: 1600ms all cubic-bezier(0.23, 1, 0.32, 1); }
    .section-head-title .page-build:nth-child(0) {
      transition-delay: 0ms; }
    .section-head-title .page-build:nth-child(1) {
      transition-delay: 300ms; }
    .section-head-title .page-build:nth-child(2) {
      transition-delay: 600ms; }
    .section-head-title .page-build:nth-child(3) {
      transition-delay: 900ms; }
    .section-head-title .page-build:nth-child(4) {
      transition-delay: 1200ms; }
    .section-head-title .page-build:nth-child(5) {
      transition-delay: 1500ms; }
    .section-head-title .page-build:nth-child(6) {
      transition-delay: 1800ms; }
    .section-head-title .page-build:nth-child(7) {
      transition-delay: 2100ms; }
    .section-head-title .page-build:nth-child(8) {
      transition-delay: 2400ms; }
    .section-head-title .page-build:nth-child(9) {
      transition-delay: 2700ms; }
    .section-head-title .page-build:nth-child(10) {
      transition-delay: 3000ms; }
    .section-head-title .page-build.page-build-active {
      transform: translateY(0px);
      opacity: 1; }
  .section-head-title * {
    color: #fff;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.4); }
  @media (max-width: 710px) {
    .section-head-title h2 {
      font-size: 40px; }
    .section-head-title h3 {
      font-size: 16px; } }





.floor-plan-wrap {
  left: 0px; }
  .floor-plan-wrap h3 {
    width: 100%;
    margin-bottom: 10px;
    user-select: none;
    margin-bottom: 20px; }
  .floor-plan-wrap span {
    letter-spacing: 0px;
    font-size: 14px; }
  .floor-plan-wrap .tally {
    /*display: inline-block;*/
    position: relative;
    /*float: left;*/
    margin-left: 20px;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1.2;
    margin-top: 20px;
    user-select: none; }
    .floor-plan-wrap .tally span {
      text-transform: lowercase;
      letter-spacing: 0px;
      font-size: 34px; }
  .floor-plan-wrap .iplan-img {
    display: block;
    position: relative;
    float: left;
    width: 100%; }
  .floor-plan-wrap .config-err {
    position: relative;
    margin-top: 5px;
    text-transform: lowercase;
    letter-spacing: 0px;
    font-size: 13px;
    color: #DA4E55;
    opacity: 0;
    transition: 300ms all; }
    .floor-plan-wrap .config-err.show {
      opacity: 1; }
  .floor-plan-wrap .floor-plan {
    float: left;
    position: relative;
    top: 0;
    left: 0; }
    .floor-plan-wrap .floor-plan img {
      top: 0;
      position: absolute;
      height: 481px;
      width: 1140px;
      z-index: 1;
      user-select: none; }
    .floor-plan-wrap .floor-plan svg {
      position: relative;
      z-index: 2;
      height: 481px; 
    width: 1140px;
  }
    .floor-plan-wrap .floor-plan .floor-group-active {
      fill: #ecd437;
      opacity: 0.9; }
    .floor-plan-wrap .floor-plan .floor-group {
      fill: #ecd437;
       }
      .floor-plan-wrap .floor-plan .floor-group .floor-plan-path {
        opacity: 0.3;
        transition: 150ms all; }
        .floor-plan-wrap .floor-plan .floor-group .floor-plan-path:after {
          content: '+';
          position: absolute;
          left: 50%;
          height: 50%;
          color: #000;
          font-size: 100px; }
        .floor-plan-wrap .floor-plan .floor-group .floor-plan-path:hover {
          opacity: 0.9; }
  @media (max-width: 1199px) {
    .floor-plan-wrap {
      left: 60px;
      /*width: calc(100% - 120px);*/
      padding: 0; }
      .floor-plan-wrap .floor-plan {
        padding: 0;
        width: 100%; }
        .floor-plan-wrap .floor-plan svg, .floor-plan-wrap .floor-plan img {
          width: 455px;
          height: 559px; }
      .floor-plan-wrap .tally {
        margin-left: 0;
        width: 100%; } }

          @media (min-width:1200px) and (max-width: 3000px) {
    .floor-plan-wrap {
      left: 60px;
      /*width: calc(100% - 120px);*/
      padding: 0; }
      .floor-plan-wrap .floor-plan {
        padding: 0;
        width: 80%;
        left: 10% }
        .floor-plan-wrap .floor-plan svg, .floor-plan-wrap .floor-plan img {
          width: 444px;
          height: 545px; }
      .floor-plan-wrap .tally {
        margin-left: 0;
        width: 100%; } }



  @media (max-width: 600px) {
    .floor-plan-wrap {
      left: 40px;
      /*width: calc(100% - 120px);*/
      padding: 0; }
      .floor-plan-wrap .floor-plan {
        padding: 0;
        width: 100%; }
        .floor-plan-wrap .floor-plan svg, .floor-plan-wrap .floor-plan img {
          width: 100%;
          height: auto; }
      .floor-plan-wrap .tally {
        margin-left: 0;
        width: 100%; } }

