@font-face {
  font-family: "NHG";
  src: url("/fonts/hinted-NHaasGroteskDSPro-35XLt.eot");
  src: url("/fonts/hinted-NHaasGroteskDSPro-35XLt.eot?#iefix") format("embedded-opentype"), url("/fonts/hinted-NHaasGroteskDSPro-35XLt.woff2") format("woff2"), url("/fonts/hinted-NHaasGroteskDSPro-35XLt.woff") format("woff"), url("/fonts/hinted-NHaasGroteskDSPro-35XLt.ttf") format("truetype"), url("/fonts/hinted-NHaasGroteskDSPro-35XLt.svg#NHaasGroteskDSPro-35XLt") format("svg");
  font-weight: 350;
  font-style: normal;
}

@font-face {
  font-family: "NHG";
  src: url("/fonts/hinted-NHaasGroteskDSPro-45Lt.eot");
  src: url("/fonts/hinted-NHaasGroteskDSPro-45Lt.eot?#iefix") format("embedded-opentype"), url("/fonts/hinted-NHaasGroteskDSPro-45Lt.woff2") format("woff2"), url("/fonts/hinted-NHaasGroteskDSPro-45Lt.woff") format("woff"), url("/fonts/hinted-NHaasGroteskDSPro-45Lt.ttf") format("truetype"), url("/fonts/hinted-NHaasGroteskDSPro-45Lt.svg#NHaasGroteskDSPro-45Lt") format("svg");
  font-weight: 450;
  font-style: normal;
}

@font-face {
  font-family: "NHG";
  src: url("/fonts/hinted-NHaasGroteskDSPro-75Bd.eot");
  src: url("/fonts/hinted-NHaasGroteskDSPro-75Bd.eot?#iefix") format("embedded-opentype"), url("/fonts/hinted-NHaasGroteskDSPro-75Bd.woff2") format("woff2"), url("/fonts/hinted-NHaasGroteskDSPro-75Bd.woff") format("woff"), url("/fonts/hinted-NHaasGroteskDSPro-75Bd.ttf") format("truetype"), url("/fonts/hinted-NHaasGroteskDSPro-75Bd.svg#NHaasGroteskDSPro-75Bd") format("svg");
  font-weight: 750;
  font-style: normal;
}

@font-face {
  font-family: "NHG";
  src: url("/fonts/hinted-NHaasGroteskDSPro-55Rg.eot");
  src: url("/fonts/hinted-NHaasGroteskDSPro-55Rg.eot?#iefix") format("embedded-opentype"), url("/fonts/hinted-NHaasGroteskDSPro-55Rg.woff2") format("woff2"), url("/fonts/hinted-NHaasGroteskDSPro-55Rg.woff") format("woff"), url("/fonts/hinted-NHaasGroteskDSPro-55Rg.ttf") format("truetype"), url("/fonts/hinted-NHaasGroteskDSPro-55Rg.svg#NHaasGroteskDSPro-55Rg") format("svg");
  font-weight: 550;
  font-style: normal;
}

@font-face {
  font-family: "NHG";
  src: url("/fonts/hinted-NHaasGroteskDSPro-25Th.eot");
  src: url("/fonts/hinted-NHaasGroteskDSPro-25Th.eot?#iefix") format("embedded-opentype"), url("/fonts/hinted-NHaasGroteskDSPro-25Th.woff2") format("woff2"), url("/fonts/hinted-NHaasGroteskDSPro-25Th.woff") format("woff"), url("/fonts/hinted-NHaasGroteskDSPro-25Th.ttf") format("truetype"), url("/fonts/hinted-NHaasGroteskDSPro-25Th.svg#NHaasGroteskDSPro-25Th") format("svg");
  font-weight: 250;
  font-style: normal;
}

body {
  font-family: "NHG", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  background-color: #231F20;
  color: white;
  margin: 0;
  padding: 0;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 550px;
  background-color: #231F20;
  z-index: 1;
}

header #logo {
  position: fixed;
  height: 193px;
  width: 193px;
  top: 140px;
  left: 140px;
}

header #time {
  position: fixed;
  right: 230px;
  top: 140px;
  line-height: 193px;
  font-size: 60px;
  font-weight: 350;
  color: #f9ee1e;
  letter-spacing: 0.035em;
}

header #time span {
  display: inline-block;
  width: 14px;
  text-align: center;
}

#light {
  position: absolute;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 0;
}

#dir {
  position: absolute;
  width: 50vw;
  bottom: 475px;
  left: 25vw;
}

#touchpoint {
  position: absolute;
  width: 120px;
  left: 50vw;
  margin-left: -60px;
  bottom: 120px;
}

#opendirectory {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  z-index: 11;
}

nav {
  position: fixed;
  top: 140px;
  width: 140px;
  text-align: center;
  font-size: 0;
  right: 0;
  z-index: 2;
}

nav div {
  width: 100%;
  margin-bottom: 33px;
  font-size: 23px;
  line-height: 23px;
  font-weight: 750;
  color: #f9ee1e;
  min-height: 23px;
  position: relative;
  cursor: pointer;
}

nav div img {
  height: 42px;
}

nav div span {
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 0;
}

nav div:before {
  content: "";
  display: none;
  position: absolute;
  z-index: 0;
  height: 42px;
  width: 42px;
  background-color: #f9ee1e;
  border-radius: 21px;
  left: 48px;
  margin-top: -10px;
}

nav div.active {
  color: #231F20;
}

nav div.active:before {
  display: block;
}

nav div.hidden {
  display: none;
}

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 200px;
  z-index: 2;
  background-color: #f9ee1e;
}

footer #searchbutton {
  position: absolute;
  width: 66vw;
  height: 100px;
  border-right: 3px #f9ee1e solid;
  box-sizing: border-box;
  padding-left: 140px;
  line-height: 100px;
  cursor: pointer;
  color: #f9ee1e;
  letter-spacing: 0.035em;
  font-size: 60px;
  font-weight: 350;
  display: none !important;
  background-image: url("/img/searchopen.svg");
  background-size: 82px 42px;
  background-position: 90% center;
  background-repeat: no-repeat;
}

footer #searchlist {
  height: 100px;
  background-color: #f9ee1e;
  width: calc(66vw - 140px);
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  border: none;
  font-family: "NHG", Arial, Helvetica, sans-serif;
  left: 138px;
  z-index: 2;
  position: absolute;
  bottom: 103px;
  padding: 0 20px;
  box-sizing: border-box;
  letter-spacing: 0.035em;
  font-size: 60px;
  font-weight: 350;
  display: none !important;
}

footer #searchlist.show {
  display: block;
}

footer a {
  height: 100%;
  width: 100%;
  display: block;
}

footer a #close {
  height: 100px;
  position: absolute;
  bottom: 50px;
  left: 140px;
}

#directory {
  padding: 500px 230px 500px 140px;
  list-style: none;
  margin: 0;
  position: relative;
}

#directory li {
  width: 100%;
  font-size: 38px;
  line-height: 48px;
  position: relative;
  letter-spacing: 0.035em;
}

#directory li.letter {
  font-size: 150px;
  line-height: 150px;
  color: #f9ee1e;
  font-weight: 250;
  margin: 50px 0 10px -4px;
}

#directory li a {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

#directory li .name {
  max-width: 80%;
}

#directory li span {
  position: absolute;
  right: 0;
  font-weight: 750;
  letter-spacing: -0.008em;
}

#directory li.hidden {
  display: none;
}

#detailimg {
  position: absolute;
  left: 2vw;
  width: 96vw;
  top: 250px;
}

#flatdetail {
  position: absolute;
  top: 75vh;
  color: #f9ee1e;
  font-size: 60px;
  font-weight: 350;
  letter-spacing: 0.035em;
  padding: 0 100px;
}

#flatdetail strong {
  font-weight: 750;
}

