/* ==== ui ================================================================== */
/* ========================================================================== */

/* theme btn */
.theme.btn {
  display: inline-block;
  color: #FFFFFF;
  font-size: 22px;
  line-height: 36px;
  font-weight: 200;
  letter-spacing: 12px;
  width: 190px;
  height: 44px;
  padding: 4px 10px 4px 22px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../images/btn_bg.png');
  max-width: 100%;
}
  html[lang=en] .theme.btn {
    letter-spacing: 1px;
    padding: 4px 25px 4px 26px;
  }


/* header.main */

.site_logo, .site_logo .logo {
  display: block;
}
.site_logo {
  position: absolute;
  left: 10px;
  top: 16px;
  width: 41.8%;
  max-width: 200px;
  opacity: 1;
  -webkit-transition: opacity 0.8s;
          transition: opacity 0.8s;
}
  body.overlay_disclaimer_show .site_logo {
    opacity: 0;
  }
  /* when desktop only */
    @media screen and (orientation: landscape) and (min-width: 768px) and (min-height: 500px) {
      .site_logo {
        height: 144px;
      }
      .site_logo .fullwidth.logo {
        margin: 0px;
      }
  }



/* menu_toggle */
.menu_toggle {
  position: absolute;
  right: 16px;
  top: 16px;
  display: block;
  width: 48px;
  height: 48px;
}
  html.view_s .menu_toggle {
    width: 36px;
    height: 36px;
  }
  html.view_l .menu_toggle,
  body.overlay_disclaimer_show .menu_toggle {
    display: none;
  }
  .menu_toggle .icon.burger {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url('../images/menu_toggle_n.png');
    margin: 0px;
  }
    body.mobile_menu_show .menu_toggle .icon.burger {
      background-image: url('../images/menu_toggle_d.png');
    }




/* lang selector */
.lang.selector {
}
  .lang.selector .itemList li {
    border-style: solid;
    border-width: 0px 2px 0px 0px;
  }
    .lang.selector .itemList li>a,
    .lang.selector .itemList li>span {
      display: block;
      color: #FFFFFF;
      font-size: 16px;
      line-height: 1.4;
      text-transform: uppercase;
      padding: 0px 6px;
    }
    .lang.selector .itemList>*:last-child {
      border: none;
    }
  .lang.selector .icon.home {
    width: 18px;
    height: 18px;
  }
    html[lang=en] .lang.selector .itemList>.en,
    html[lang=zh-Hant] .lang.selector .itemList>.zh-Hant,
    html[lang=zh-Hans] .lang.selector .itemList>.zh-Hans {
      display: none; /* hide item for current lang */
    }

  /* lang selector in header.main */
  header.main .lang.selector {
    display: none;
    position: absolute;
    right: 70px;
    top: 19px; /* align with menu burger */
  }
    body.overlay_disclaimer_show header.main .lang.selector,
    html.view_s body.mobile_menu_show header.main .lang.selector {
      display: block; /* show when disclaimer show or mobile menu show */
    }
    body.overlay_disclaimer_show.visual_zoom_in header.main .lang.selector {
      display: none !important;
    }
    header.main .lang.selector .itemList {
      background-color: #619370;
      padding: 5px 4px 4px 4px;
      border-radius: 3px;
    }
      header.main .lang.selector .itemList li {
        border-color: #4b7859;
      }
      body.overlay_disclaimer_show header.main .lang.selector {
        right: 24px;
        top: 16px;
      }
        body.overlay_disclaimer_show header.main .lang.selector .itemList {
          background-color: transparent;
        }
          body.overlay_disclaimer_show header.main .lang.selector .itemList li {
            border-color: #979185;
            border-width: 0px 1px 0px 0px;
          }
        body.overlay_disclaimer_show header.main .lang.selector .itemList>li.home {
          display: none; /* no home button when show disclaimer */
        }
        html[lang=en]      body.overlay_disclaimer_show header.main .lang.selector .itemList>li.zh-Hans,
        html[lang=zh-Hant] body.overlay_disclaimer_show header.main .lang.selector .itemList>li.zh-Hans,
        html[lang=zh-Hans] body.overlay_disclaimer_show header.main .lang.selector .itemList>li.zh-Hant {
          border: none; /* hide separator for the true last item when home button have been hidden */
        }

    /* lang selector in footer */
    footer.main .lang.selector {
      position: absolute;
      left: 16px;
      top: calc(50% - 16px);
    }
    html.view_s footer.main .lang.selector {
      display: none;
    }
      footer.main .lang.selector .itemList {
        padding: 5px 0px 5px 30px;
      }
        footer.main .lang.selector .itemList li {
          border-color: #4d7658;
        }
          footer.main .lang.selector .itemList li>a {
            padding: 0px 10px;
          }
      footer.main .lang.selector .itemList li.home {
        position: absolute;
        left: 0px;
        top: 0px;
      }
        footer.main .lang.selector .itemList li.home a {
          background-color: #1f3e1f;
          border-radius: 800px;
          width: 31px;
          height: 31px;
          padding: 0px;
        }
        footer.main .lang.selector .itemList li.home .icon.home {
          margin: 5px 0px 0px 0px;
        }
        html[lang=en]      footer.main .lang.selector .itemList>li.zh-Hans,
        html[lang=zh-Hant] footer.main .lang.selector .itemList>li.zh-Hans,
        html[lang=zh-Hans] footer.main .lang.selector .itemList>li.zh-Hant {
          border: none; /* hide separator for the true last item when home button have been hidden */
        }








/* footer */

footer.main {
  background-color: #d3d6cf;
}

.footer_disclaimer.box {
  text-align: left;
  color: #8d6c3e;
  font-size: 10px;
  line-height: 1.3;
  padding: 6px 12px;
  margin: 0px auto;
}
  nav.main .footer_disclaimer.box {
    margin-bottom: 10px;
  }
  body.loading footer.main .footer_disclaimer.box {
    display: none;
  }


.other_info {
  width: 100%;
  padding: 0px 10px;
}
  .other_info .s1s2 img {
    width: 434px;
    max-width: 100%;
    height: auto;
  }

  .tele_box {
    font-size: 22px;
    color:#8d6c3e;
    line-height: 1;
  }
    .tele_box a {
      color:#8d6c3e;
      vertical-align: middle;
    }
    .icon.tele {
      width: 28px;
      height: 24px;
    }

    nav.main .other_info {
      margin-bottom: 10px;
    }

    nav.main .other_info .s1s2,
    nav.main .other_info .tele_box {
      text-align: center;
      display: block;
      width: 100%;
    }
    nav.main .other_info .tele_box {
      margin-top: 10px;
    }

/* copyright */
.copyright {
  color:#886c42;
  font-size: 8px;
}
  @media screen and (min-width: 350px) {
    .copyright {
      font-size: 9px;
    }
  }
  @media screen and (min-width: 480px) {
    .copyright {
      font-size: 10px;
    }
  }




/* nav */
nav.main {
  position: fixed;
  color: #2b2b2b;
  display: none; /* only show when body.mobile_menu_show */
  left:0px;
  top:0px;
  width: 100%;
  height: 100%;
  padding: 150px 10px 140px 20px;
  background-color: #d3d6cf;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-image: url('../images/menu_bg.jpg');
}
  html.view_s body.mobile_menu_show nav.main {
    display: block;
  }
  nav.main .inner {
    overflow: auto;
  }



/* section menu */
.menu.section {
}
  body.overlay_disclaimer_show header.main .menu.section {
    display: none;
  }
  header.main .menu.section {
    position: absolute;
    top: 0px;
    right: 15px;
  }
  html.view_s header.main .menu.section {
    display: none;
  }

  .menu.section>.itemList.h-float {
    padding: 0px 10px;
    background-color: #ad8317;
    background-position: center top;
    background-repeat: no-repeat;
    background-image: url('../images/menu_bg1.png');
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
  }
    .menu.section>.itemList.h-float li {
      position: static;
    }
      .menu.section>.itemList.h-float>li.active {
        background-color: #82681b;
        background-position: center bottom;
        background-repeat: no-repeat;
        background-image: url('../images/menu_bg2.jpg');
      }
      .menu.section>.itemList.h-float>li>a {
        position: relative;
      }
      .menu.section>.itemList.h-float li>a:hover {
        color:#f5f241;
      }
      .menu.section>.itemList>li>.itemList {
        display: none;
      }
    .menu.section>.hiliter {
      position: absolute;
      left: 0px;
      bottom: -16px;
      z-index: 10;
      border-color: #f5f241;
      border-style: solid;
      border-width: 8px 6px;
      border-color: #f5f241 transparent transparent transparent;
    }

    .menu.section>.itemList.h-float>li>.itemList {
      position: absolute;
      left: 0px;
      right:0px;
      text-align: center;
      background-color: #619370;
      box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
      z-index: -1;
    }
      .menu.section>.itemList.h-float>li>.itemList>li {
        float: none;
      }
      .menu.section>.itemList.h-float>li>.itemList>li>a,
      .menu.section>.itemList.h-float>li>.itemList>li>span {
        padding-left:12px;
        padding-right:12px;
      }

    .menu.section>.itemList.h-float a,
    .menu.section>.itemList.h-float span {
      font-size: 13px;
      text-align: center;
      color:#FFFFFF;
      padding: 12px 20px;
    }
      @media screen and (max-width: 1169px) {
        html[lang=en].view_l .menu.section>.itemList.h-float a {
          padding: 12px 8px;
        }
      }
      @media screen and (max-width: 1023px) {
        html[lang=en].view_l .menu.section>.itemList.h-float>li>a {
          width: 90px;
          height: 56px;
          padding: 12px 4px;
        }
      }

    .menu.section>.itemList.h-float span[lang] {
      padding: 0px;
    }

nav.main .menu.section a {
  color: #2b2b2b;
  /* font-size: 30px; */
  font-size: 20px;
  line-height: 1.3;
  font-weight: 200;
  letter-spacing: 10px;
  text-align: center;
  /* padding: 20px 0px 20px 20px; */
  padding: 6px 0px 6px 10px;
}
  nav.main .menu.section>.itemList>li>.itemList {
    width: 75%;
    padding: 20px 0px;
    margin: 10px auto;
    border-style: solid;
    border-color: #ce9b1e;
    border-width: 3px 0px;
  }
    nav.main .menu.section>.itemList>li>.itemList:before {
      content:"";
      position: absolute;
      left: calc(50% - 14px);
      top: 0px;
      width: 28px;
      height: 28px;
      border-style: solid;
      border-color: #ce9b1e transparent transparent transparent;
      border-width: 14px;

    }
  nav.main .menu.section>.itemList>li>.itemList>li>a {
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 8px;
    font-weight: 100;
  }
  @media screen and (min-width: 640px) {
    nav.main .menu.section a {
      font-size: 24px;
      letter-spacing: 12px;
      padding: 8px 8px 8px 20px;
    }
    nav.main .menu.section>.itemList>li>.itemList>li>a {
      font-size: 20px;
      letter-spacing: 8px;
    }
  }
  html[lang=en] nav.main .menu.section a {
    letter-spacing: 1px !important;
  }

/* download menu */
.menu.download>.itemList {
  text-align: center;
}
.menu.download>.itemList a {
  line-height: 1.2;
  font-weight: 200;
  padding-top: 2px;
  padding-bottom: 2px;
  border-style: solid;
  border-width: 0px 2px 0px 0px;
}
.menu.download>.itemList li:last-child a {
  border: none;
}

  /* download menu in main nav */
  .menu.download.plain>.itemList {
    margin: 20px 0px 0px 0px;
  }
    .menu.download.plain>.itemList li {
      margin-top: 10px;
    }
    .menu.download.plain>.itemList a {
      color: #2f3728;
      font-size: 18px;
      padding-left: 12px;
      padding-right: 6px;
      letter-spacing: 6px;
      border-color: #acaea9;
    }
    html[lang=en] .menu.download>.itemList a {
      letter-spacing: 0px !important;
      padding: 2px 10px !important;
    }
  .menu.download.color-block {
    padding: 0px 100px 0px 140px;
    background-color: #619370;
  }
  html.view_s .menu.download.color-block {
    padding: 0px 10px;
  }
    footer.main .menu.download {
      position: absolute;
      left: 0px;
      right: 0px;
      bottom: 90px;
    }
      html.view_l body.overlay_disclaimer_show footer.main .menu.download {
        display: none;
      }
      html.view_s footer.main .menu.download {
        bottom: 21px;
      }
      html.view_s footer.main .menu.download .itemList {
        display: none;
      }
      html.view_s body.section_download footer.main .menu.download .itemList {
        display: block;
      }

    .menu.download.color-block>.itemList {
      max-width: 960px;
      margin: 9px auto 10px auto;
    }
    .menu.download.color-block>.itemList a {
      font-size: 14px;
      padding-left: 16px;
      padding-right: 6px;
      letter-spacing: 10px;
      border-color: #4b7859;
    }

/* sns menu */
.menu.sns {
  position: relative;
}

.menu.sns a {
  font-size: 18px;
}
  .menu.sns .icon {
    background-color: #1f3e1f;
    border-radius: 800px;
  }
  footer.main .menu.sns {
    position: absolute;
    right: 16px;
    top: calc(50% - 16px);
  }
    html.view_s footer.main .menu.sns {
      display: none;
    }
    footer.main .menu.sns .icon {
      width: 31px;
      height: 31px;
      margin-left: 4px;
      margin-right: 4px;
    }
    footer.main .menu.sns .wechat,
    footer.main .menu.sns .whatsapp {
      display: none;
    }
    nav.main .menu.sns {
      margin-top: 20px;
    }
      nav.main .menu.sns {
        margin-top: 20px;
      }
        nav.main .menu.sns a {
          margin-left: 6px;
          margin-right: 6px;
        }
          nav.main .menu.sns .icon {
            width: 42px;
            height: 42px;
          }

  nav.main footer.nav {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    max-width: 1000px;
    margin: 0px auto;
  }

/* next page arrow */
.next.page.arrow {
  color: #FFFFFF;
  position: absolute;
  display: block;
  width: 140px;
  height: 74px;
  text-align: center;
  left: calc(50% - 70px);
  bottom: 42px;
  text-shadow: 0px 2px 3px #000000;
}
  .next.page.arrow img {
    width: 136px;
    height: auto;
    margin-top: 4px;
    animation: kf_jump 1s infinite ease-in-out;
  }
  body.section_download .next.page.arrow,
  body.section_news .next.page.arrow,
  body.section_home.overlay_disclaimer_show .next.page.arrow,
  body.section_gallery.slide_floorplan .next.page.arrow {
    display: none;
  }
  html.view_s .next.page.arrow {
    width: 70px;
    height: 30px;
    left: calc(50% - 35px);
    bottom: 6px;
  }
    html.view_s .next.page.arrow span {
      display: none;
    }
    html.view_s .next.page.arrow img {
      width: 68px;
    }

/* footnote */
.footnote {
  position: absolute;
  left: 22px;
  top: -34px;
  color: #FFFFFF;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.9), 1px 1px 5px rgba(0,0,0,0.7);
}
  body.overlay_disclaimer_show footer.main .footnote,
  body.section_gallery.slide_video footer.main .footnote,
  body.section_gallery.slide_promo footer.main .footnote,
  body.section_gallery.slide_floorplan footer.main .footnote {
    display: none;
  }
  .footnote h3 {
    font-size: 16px;
    margin: 0px 0px 6px 0px;
  }
  .footnote p {
    font-size: 10px;
    margin: 0px;
    padding: 0px;
  }
  .footnote .inner {
    padding: 0px;
  }
  .footnote a {
    display: inline-block;
  }



  /* general overlay */
  .general.overlay {
    background-color: rgba(0,0,0,0.7);
  }
    .general.overlay.ani_in {
      animation-name: kf_fade_in;
      animation-duration: 0.8s;
      animation-fill-mode: both;
      animation-timing-function: ease-out;
    }
    .general.overlay.ani_out {
      animation-name: kf_fade_out;
      animation-duration: 0.3s;
      animation-fill-mode: both;
      animation-timing-function: ease-in;
    }

    .general.overlay .section p, .general.overlay .section h3 {
      display: none;
    }
      body.section_home.slide_intro .general.overlay .section p.s1,
      body.section_home.slide_location .general.overlay .section p.s2,
      body.section_home.slide_location2 .general.overlay .section p.s4,
      body.section_home.slide_location3 .general.overlay .section p.s5,
      body.section_home.slide_view .general.overlay .section p.p3,
      body.section_home.slide_view2 .general.overlay .section p.p2,
      body.section_home.slide_show_flat .general.overlay .section p.s6,
      body.section_home.slide_show_flat2 .general.overlay .section p.p8,
      body.section_home.slide_show_flat3 .general.overlay .section p.p5,
      body.section_home.slide_show_flat4 .general.overlay .section p.p12,
      body.section_home.slide_show_flat5 .general.overlay .section p.p13,
      body.section_home.slide_show_flat6 .general.overlay .section p.p14,
      body.section_home.slide_show_flat7 .general.overlay .section p.p19,
      body.section_home.slide_show_flat8 .general.overlay .section p.p23,
      body.section_home.slide_club .general.overlay .section p.p27,
      body.section_home.slide_club2 .general.overlay .section p.p28,
      body.section_home.slide_club3 .general.overlay .section p.p29,
      body.section_home.slide_club4 .general.overlay .section p.p30,
      body.section_news .general.overlay .section p.s3,
      body.section_download .general.overlay .section p.s3 {
        display: block;
      }

      body.section_gallery.slide_photo[data-caro-cur-photo=images-gallery-p-location-p1-jpg] .general.overlay .section p.s2,
      body.section_gallery.slide_photo[data-caro-cur-photo=images-gallery-p-location-p2a-tc-jpg] .general.overlay .section p.s4,
      body.section_gallery.slide_photo[data-caro-cur-photo=images-gallery-p-location-p2a-sc-jpg] .general.overlay .section p.s4,
      body.section_gallery.slide_photo[data-caro-cur-photo=images-gallery-p-location-p2a-en-jpg] .general.overlay .section p.s4,
      body.section_gallery.slide_photo[data-caro-cur-photo=images-gallery-p-location-p3a-tc-jpg] .general.overlay .section p.s5,
      body.section_gallery.slide_photo[data-caro-cur-photo=images-gallery-p-location-p3a-sc-jpg] .general.overlay .section p.s5,
      body.section_gallery.slide_photo[data-caro-cur-photo=images-gallery-p-location-p3a-en-jpg] .general.overlay .section p.s5,
      body.section_gallery.slide_photo[data-caro-cur-photo=images-gallery-p1-jpg] .general.overlay .section p.p1,
      body.section_gallery.slide_photo[data-caro-cur-photo=images-gallery-p-view-p2-jpg] .general.overlay .section p.p2,
      body.section_gallery.slide_photo[data-caro-cur-photo=images-gallery-p-view-p1-jpg] .general.overlay .section p.p3,

      body.section_gallery.slide_photo[data-caro-cur-photo=images-gallery-p4-jpg] .general.overlay .section p.p4,
      body.section_gallery.slide_photo[data-caro-cur-photo=images-gallery-p-show-flat-p3-jpg] .general.overlay .section p.p5,
      body.section_gallery.slide_photo[data-caro-cur-photo=images-gallery-p6-jpg] .general.overlay .section p.p6,
      body.section_gallery.slide_photo[data-caro-cur-photo=images-gallery-p7-jpg] .general.overlay .section p.p7,
      body.section_gallery.slide_photo[data-caro-cur-photo=images-gallery-p-show-flat-p2-jpg] .general.overlay .section p.p8,
      body.section_gallery.slide_photo[data-caro-cur-photo=images-gallery-p9-jpg] .general.overlay .section p.p9,
      body.section_gallery.slide_photo[data-caro-cur-photo=images-gallery-p10-jpg] .general.overlay .section p.p10,
      body.section_gallery.slide_photo[data-caro-cur-photo=images-gallery-p11-jpg] .general.overlay .section p.p11,
      body.section_gallery.slide_photo[data-caro-cur-photo=images-gallery-p-show-flat-p4-jpg] .general.overlay .section p.p12,
      body.section_gallery.slide_photo[data-caro-cur-photo=images-gallery-p-show-flat-p5-jpg] .general.overlay .section p.p13,
      body.section_gallery.slide_photo[data-caro-cur-photo=images-gallery-p-show-flat-p6-jpg] .general.overlay .section p.p14,
      body.section_gallery.slide_photo[data-caro-cur-photo=images-gallery-p15-jpg] .general.overlay .section p.p15,
      body.section_gallery.slide_photo[data-caro-cur-photo=images-gallery-p16-jpg] .general.overlay .section p.p16,
      body.section_gallery.slide_photo[data-caro-cur-photo=images-gallery-p17-jpg] .general.overlay .section p.p17,
      body.section_gallery.slide_photo[data-caro-cur-photo=images-gallery-p18-jpg] .general.overlay .section p.p18,
      body.section_gallery.slide_photo[data-caro-cur-photo=images-gallery-p-show-flat-p7-jpg] .general.overlay .section p.p19,
      body.section_gallery.slide_photo[data-caro-cur-photo=images-gallery-p20-jpg] .general.overlay .section p.p20,
      body.section_gallery.slide_photo[data-caro-cur-photo=images-gallery-p21-jpg] .general.overlay .section p.p21,
      body.section_gallery.slide_photo[data-caro-cur-photo=images-gallery-p22-jpg] .general.overlay .section p.p22,
      body.section_gallery.slide_photo[data-caro-cur-photo=images-gallery-p-show-flat-p8-jpg] .general.overlay .section p.p23,
      body.section_gallery.slide_photo[data-caro-cur-photo=images-gallery-p24-jpg] .general.overlay .section p.p24,
      body.section_gallery.slide_photo[data-caro-cur-photo=images-gallery-p25-jpg] .general.overlay .section p.p25,
      body.section_gallery.slide_photo[data-caro-cur-photo=images-gallery-p26-jpg] .general.overlay .section p.p26,
      body.section_gallery.slide_photo[data-caro-cur-photo=images-gallery-p-club-p1-jpg] .general.overlay .section p.p27,
      body.section_gallery.slide_photo[data-caro-cur-photo=images-gallery-p-club-p2-jpg] .general.overlay .section p.p28,
      body.section_gallery.slide_photo[data-caro-cur-photo=images-gallery-p-club-p3-jpg] .general.overlay .section p.p29,
      body.section_gallery.slide_photo[data-caro-cur-photo=images-gallery-p-club-p4-jpg] .general.overlay .section p.p30 {
        display: block;
      }

    .general.overlay .c {
      position: relative;
      top: 160px;
      max-width: 780px;
      width: 90%;
      height: calc(90% - 320px);
      max-height: 640px;
      padding: 70px 34px 70px 34px;
      margin: 0px auto;
      background-color: #d4d6d1;
      background-position: center center;
      background-repeat: no-repeat;
      background-image: url('../images/menu_bg.jpg');
      background-size: 200%;
      border-radius: 12px;
    }
      html.view_s .general.overlay .c {
        top: 60px;
        height: calc(100% - 120px);
        padding: 40px 20px;
      }

    .general.overlay .icon.close {
      position: absolute;
      right: 12px;
      top: 12px;
      display: block;
      width: 16px;
      height: 16px;
    }

    .general.overlay h3 {
      font-size: 24px;
      text-align: center;
    }
      .coming_soon.general.overlay h3 {
        position: absolute;
        width: 100%;
        height: 40px;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        margin: auto auto;
      }


/* disclaimer overlay */
.disclaimer.overlay {
  opacity: 0;
  color: #373538;
  padding: 20px 20px 140px 20px;
  bottom: 90px;
  background-color: #ded2b2;
  -webkit-transition: opacity 1s;
          transition: opacity 1s;
}
  html.view_s .disclaimer.overlay {
    bottom: 21px;
  }

  .disclaimer.overlay .bg {
    position: absolute;
    left: -400px;
    top: 0px;
    right: 0px;
    bottom: -400px;
    background-position: right center;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: cover;
    background-image: url('../images/pano_rev.jpg');
    -webkit-transition: all 2s;
            transition: all 2s;
  }
    body.visual_zoom_in .disclaimer.overlay .bg {
      background-blend-mode: color-dodge;
      background-color: rgba(255, 192, 192, 0.9);
      transform: scale(1.6,1.6);
    }

  .disclaimer.overlay .c {
    position: relative;
  }
  .disclaimer.overlay .logo {
    display: block;
    margin: 0px auto 10px auto;
    width: 200px;
    max-width: 75%;
    -webkit-transition: all 2s;
            transition: all 2s;
    /* animation-name: kf_zoom_out_large;
    animation-duration: 3s;
    animation-fill-mode: both;
    animation-timing-function: ease-out; */
  }

  .disclaimer.overlay .inner {
    min-height: 60px;
    max-height: 160px;
    max-width: 1020px;
    margin: 0px auto;
    }

  .disclaimer.overlay h2 {
    font-size: 20px;
    text-align: center;
    padding: 20px 20px 0px 20px;
  }
  .disclaimer.overlay p {
    font-size: 12px;
    padding: 20px 20px 0px 24px;
  }
  .disclaimer.overlay .actionBar {
    padding: 20px 10px 10px 10px;
    text-align: center;
  }

  /* when desktop only */
  @media screen and (orientation: landscape) and (min-width: 768px) and (min-height: 500px) {
    .disclaimer.overlay {
      padding-left: 16%;
      padding-right: 16%;
    }
    .disclaimer.overlay .actionBar {
      padding-top: 40px;
    }
  }
  @media screen and (min-height: 600px) {
    .disclaimer.overlay .logo {
      width: 240px;
    }
  }
  @media screen and (min-height: 800px) {
    .disclaimer.overlay .logo {
      width: 334px;
    }
  }
  @media screen and (min-height: 900px) {
    .disclaimer.overlay {
      padding-top: 80px;
    }
  }
  @media screen and (min-height: 1100px) {
    .disclaimer.overlay {
      padding-top: 240px;
    }
  }
  .disclaimer.overlay.ani_in {
    animation-name: kf_fade_in;
    animation-duration: 0.8s;
    animation-fill-mode: both;
    animation-timing-function: ease-out;
  }
  .disclaimer.overlay.ani_in .c {
    animation-name: kf_zoom_in;
    animation-duration: 0.8s;
    animation-fill-mode: both;
    animation-timing-function: ease-out;
  }
  .disclaimer.overlay.ani_out {
    animation-name: kf_fade_out;
  }
  body.visual_zoom_in .disclaimer.overlay .inner,
  body.visual_zoom_in .disclaimer.overlay .actionBar  {
    animation-name: kf_fade_out_down;
    animation-duration: 0.8s;
    animation-fill-mode: both;
    animation-timing-function: ease-out;
  }
  body.visual_zoom_in .disclaimer.overlay .inner {animation-delay:0.3s}

  .disclaimer.overlay .tree {
    position: absolute;
    display: block;
    bottom: 0px;
    /* max-width: 70%;
    max-height: 40%; */
    transition-timing-function: linear;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
    @media screen and (orientation: landscape) and (min-width: 768px) and (max-height: 769px) {
      .disclaimer.overlay .tree {
        bottom: -150px;
      }
    }
  .disclaimer.overlay .tree.s1 {
    left: 0px;
  }
  .disclaimer.overlay .tree.s2 {
    right: 0px;
  }
  .disclaimer.overlay .tree.blur {
    opacity: 0;
    /* -webkit-filter: blur(20px);
            filter: blur(20px); */
  }
  html.view_s .disclaimer.overlay .tree.s1 {
    width: 485px;
    height: 200px;
  }
  html.view_l .disclaimer.overlay .tree.s1 {
    width: 970px;
    height: 400px;
  }
  html.view_s .disclaimer.overlay .tree.s2 {
    width: 630px;
    height: 160px;
  }
  html.view_l .disclaimer.overlay .tree.s2 {
    width: 1260px;
    height: 320px;
  }
  html.view_l .disclaimer.overlay .tree.s1.clear {background-image: url('../images/tree_s1v3.png');}
  html.view_l .disclaimer.overlay .tree.s1.blur  {background-image: url('../images/tree_s1v3_blur.png');}
  html.view_l .disclaimer.overlay .tree.s2.clear {background-image: url('../images/tree_s2v3.png');}
  html.view_l .disclaimer.overlay .tree.s2.blur  {background-image: url('../images/tree_s2v3_blur.png');}
  html.view_s .disclaimer.overlay .tree.s1.clear {background-image: url('../images/tree_s1v3_m.png');}
  html.view_s .disclaimer.overlay .tree.s1.blur  {background-image: url('../images/tree_s1v3_blur_m.png');}
  html.view_s .disclaimer.overlay .tree.s2.clear {background-image: url('../images/tree_s2v3_m.png');}
  html.view_s .disclaimer.overlay .tree.s2.blur  {background-image: url('../images/tree_s2v3_blur_m.png');}
    body.visual_zoom_in .disclaimer.overlay .tree.s1 {
      transform: translate3d(-400px,400px,0px) scale3d(2,2,2);
    }
    body.visual_zoom_in .disclaimer.overlay .tree.s2 {
      transform: translate3d(400px,400px,0px) scale3d(2,2,2);
    }
    body.visual_zoom_in .disclaimer.overlay .tree.blur {
      opacity: 1;
      -webkit-transition: opacity 4s, webkit-transform 4s;
              transition: opacity 4s, transform 4s;
    }
    body.visual_zoom_in .disclaimer.overlay .tree.clear {
      opacity: 0;
      -webkit-transition: opacity 2s, webkit-transform 4s;
              transition: opacity 2s, transform 4s;
    }

/* loading overlay */
body.loading .loading.overlay {
  display: block;
  background-color: #d3d6cf;
  bottom: 90px;
}
  html.view_s body.loading .loading.overlay {
    bottom: 21px;
  }
.loading.overlay .logo {
  position: absolute;
  display: block;
  width: 200px;
  left: calc(50% - 100px);
  top: 10px;
}
  html.view_l .loading.overlay .logo {
    width: 240px;
    left: calc(50% - 120px);
  }
.loading.overlay .ani {
  position: absolute;
  display: block;
  left: calc(50% - 20px);
  top: 50%;
  width: 40px;
  height: 40px;
}

/* pls rotate overlay */
.pls_rotate.overlay {
  background-color: #333333;
}
  .pls_rotate.overlay p {
    position: absolute;
    display: block;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    top:calc(50% - 80px);
  }
  .pls_rotate.overlay img {
    width: 110px;
    height: auto;
    display: block;
    margin: 0px auto;
  }


/* page selector */
.page.selector {
  position: absolute;
  right: 18px;
  top: 64px;
  width: 32px;
  z-index: 50;
}
  html.view_l .page.selector {
    right: 10px;
    top: calc(50% - 64px);
  }
  .page.selector a {
    position: relative;
    width: 32px;
    height: 32px;
  }
  .page.selector a span[lang] {
    display: none;
  }
  .page.selector a:before {
    content: "";
    position: absolute;
    display: block;
    left: 12px;
    top: 12px;
    width: 10px;
    height: 10px;
    border: solid 2px #FFFFFF;
    border-radius: 888px;
  }

body.section_gallery.slide_video section.gallery .page.selector .itemList>.video a:before,
body.section_gallery.slide_photo section.gallery .page.selector .itemList>.photo a:before,
body.section_gallery.slide_promo section.gallery .page.selector .itemList>.promo a:before,
body.section_gallery.slide_floorplan section.gallery .page.selector .itemList>.floorplan a:before {
  background-color: #FFFFFF;
}

#site_url {
  display: none;
  position: fixed;
  padding: 20px;
  z-index: 1000;
  border-radius: 10px;
  border: solid 2px #60936f;
  background-color: rgba(255,255,255,0.8);
}
  html.view_l #site_url {
    right: 20px;
    bottom: 160px;
  }

/* caro */
.caro .pic.selector {
  position: relative;
}
  .caro .pic.selector>.itemList {
    width: 1000%;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transition: transform 0.8s;
            transition: transform 0.8s;
  }
    .caro .pic.selector>.itemList li {
      width: 10%;
      padding: 0px 5px;
    }
    .caro .pic.selector>.itemList a {
      box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.75);
      border-radius: 1px;
      overflow: hidden;
      background-color: #000000;
    }
    .caro .pic.selector>.itemList li.active img {
      opacity: 1;
    }
    .caro .pic.selector>.itemList img {
      opacity: 0.3;
      -webkit-transition: opacity 0.8s;
              transition: opacity 0.8s;
    }
    .caro .arrow {
      position: absolute;
      top:0px;
      height: 100%;
      background-position: center center;
      background-repeat: no-repeat;
    }
      .caro .pic.selector .arrow.prev {
        width: 120px;
        left: -120px;
        background-image: url('../images/arrow_wb_left.png');
      }
      .caro .pic.selector .arrow.next {
        width: 120px;
        right: -120px;
        background-image: url('../images/arrow_wb_right.png');
      }
        html.view_s .caro .pic.selector .arrow.prev,
        html.view_s .caro .pic.selector .arrow.next {
          display: none;
        }

      .caro .inner>.arrow.prev {
        left: -50px;
        top: calc(50% - 25px);
        width: 50px;
        height: 50px;
        background-image: url('../images/arrow_w_left.png');
      }
        html.view_s .caro .inner>.arrow.prev {
          top: 0px;
          height: 100%;
          background-image: url('../images/arrow_wb_left.png');
        }
      .caro .inner>.arrow.next {
        right: -50px;
        top: calc(50% - 25px);
        width: 50px;
        height: 50px;
        background-image: url('../images/arrow_w_right.png');
      }
        html.view_s .caro .inner>.arrow.next {
          top: 0px;
          height: 100%;
          background-image: url('../images/arrow_wb_right.png');
        }
      .caro .selector>.itemList img {
        display: block;
        width: 100%;
        height: auto;
      }
      .caro .inner {
        position: relative;
        margin-top: 10px;
      }
        html.view_s .caro .inner {
          margin-left: 50px;
          margin-right: 50px;
        }
        .caro .inner .bg {
          position: absolute;
          left: 0px;
          right: 0px;
          height: 100%;
          margin: 0px -100%;
          background-position: center top;
          background-repeat: no-repeat;
          background-image: url('../images/gallery_bg2.png');
          background-size: contain;
        }
      .caro .thumbnail.selector {
        position: relative;
        width: 100%;
        overflow: hidden;
      }
        .caro .thumbnail.selector>.itemList {
          width: 166.6%;
          -webkit-transition: transform 0.8s;
                  transition: transform 0.8s;
        }
          html.view_s .caro .thumbnail.selector>.itemList {
            width: 333.3%;
          }
        .caro .thumbnail.selector>.itemList li {
          width: 10%;
          padding: 0px 5px;
        }
        .caro .inner>.hiliter {
          position: absolute;
          left: 0px;
          top: 0px;
          width: 16.6%;
          height: 100%;
          border: solid 4px #60936f;
          -webkit-transition: left 0.8s;
                  transition: left 0.8s;

        }
          .caro .inner>.hiliter:after {
            content: "";
            position: absolute;
            left: -4px;
            right: -4px;
            bottom: -15px;
            height: 6px;
            background-color: #60936f;
            border-radius: 100px;
          }
        html.view_s .caro .inner>.hiliter {
          width: 33%;
        }
