/* Generated by less 2.2.0 */
@font-face {
  font-family: 'architypebold';
  src: url('fonts/architype-bold-webfont.eot');
  src: url('fonts/architype-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/architype-bold-webfont.woff2') format('woff2'), url('fonts/architype-bold-webfont.woff') format('woff'), url('fonts/architype-bold-webfont.ttf') format('truetype'), url('fonts/architype-bold-webfont.svg#architypebold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'architypelight';
  src: url('fonts/architype-light-webfont.eot');
  src: url('fonts/architype-light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/architype-light-webfont.woff2') format('woff2'), url('fonts/architype-light-webfont.woff') format('woff'), url('fonts/architype-light-webfont.ttf') format('truetype'), url('fonts/architype-light-webfont.svg#architypelight') format('svg');
  font-weight: normal;
  font-style: normal;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.uppercase {
  text-transform: uppercase;
}
.normal {
  font-weight: normal;
  font-style: normal;
}
.bold {
  font-weight: bold;
}
.block {
  display: block;
}
.zero {
  margin: 0;
  padding: 0;
}
.underline {
  text-decoration: underline;
}
.nounderline {
  text-decoration: none;
}
.debug {
  outline: 1px dashed red;
}
.hide {
  display: none;
}
.borderbox {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.notext {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
body.debugger * {
  background-color: rgba(255, 0, 0, 0.2);
}
body.debugger * * {
  background-color: rgba(0, 255, 0, 0.2);
}
body.debugger * * * {
  background-color: rgba(0, 0, 255, 0.2);
}
body.debugger * * * * {
  background-color: rgba(255, 0, 255, 0.2);
}
body.debugger * * * * * {
  background-color: rgba(0, 255, 255, 0.2);
}
body.debugger * * * * * * {
  background-color: rgba(255, 255, 0, 0.2);
}
.f-archi {
  font-family: 'architypelight', sans-serif;
}
.f-archi-bold {
  font-family: 'architypebold', sans-serif;
}
html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  width: 100%;
}
body {
  margin: 0;
  background: #ffffff url(img/bg-vert.jpg);
  font-family: 'architypelight', sans-serif;
  color: #3F4341;
  width: 100%;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  margin: 0;
  padding: 0;
  font-weight: 300;
}
body a {
  text-decoration: none;
}
body div,
body nav {
  position: relative;
}
.brand .logo {
  background: url(img/logo.svg) no-repeat 0 0;
  width: 139px;
  height: 48px;
  margin: 0 auto;
}
.brand h1,
.brand h2 {
  text-align: center;
  color: #7B837F;
}
.brand h1 {
  font-size: 21.68px;
  font-size: 2.168rem;
  text-transform: uppercase;
  margin-top: 10px;
}
.brand h2 {
  font-size: 14.05px;
  font-size: 1.405rem;
}
.title {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: #ffffff;
  display: none;
  z-index: 2000;
}
.title .brand {
  display: block;
  text-align: center;
  padding-top: 36px;
}
.title .brand .logo {
  width: 192px;
  height: 64px;
  background: url(img/logo.svg) no-repeat 0 0;
  background-size: auto 100%;
}
.title .brand h1 {
  font-size: 29px;
  font-size: 2.9rem;
}
.title .brand h2 {
  font-size: 18.79px;
  font-size: 1.879rem;
}
.title .brand a {
  display: inline-block;
  color: #f02426;
  border: 1px solid #ef3c34;
  line-height: 23px;
  padding: 0 12px;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  margin: 12px auto 0 auto;
}
.title .brand a:hover,
.title .brand a:focus {
  color: #fff;
  background: #f02426;
  border-color: #f02426;
}
.i {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 1;
  height: 554px;
}
.i .brand {
  margin-top: 54px;
}
body > nav {
  position: fixed;
  top: 12px;
  left: 18px;
  z-index: 100;
}
body > nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body > nav ul li {
  float: left;
  position: relative;
}
body > nav ul li > a {
  text-transform: uppercase;
  color: #000;
  background: #e7e5d8;
  border: 1px solid #7b837f;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 6px 8px;
  display: block;
}
body > nav ul li > a:hover {
  color: #000;
  background: #fff;
}
body > nav ul li > a.on {
  background: #fff;
  color: #f02426;
}
body > nav ul li.download > a {
  background: #e7e5d8 url(img/icon-download.png) no-repeat center center;
  height: 15px;
  width: 14px;
  padding: 6px 8px;
}
body > nav ul li.download > a:hover {
  background-color: #fff;
}
body > nav ul li.download ul {
  right: 0;
}
body > nav ul li ul {
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  top: 100%;
  border-top: 1px solid #7B837F;
  margin-top: -1px;
}
body > nav ul li ul li {
  float: none;
}
body > nav ul li ul li a {
  border-top: 0;
  background: #e7e5d8;
  white-space: nowrap;
  text-transform: none;
  font-size: 14px;
  font-size: 1.4rem;
}
body > nav ul li ul li a:hover,
body > nav ul li ul li a:focus {
  background: #fff;
  color: #ec3e3b;
}
body > nav ul li ul li + li {
  margin: 0;
}
body > nav ul li ul.on {
  display: block;
}
body > nav ul li ul.archives {
  right: 0;
  width: 300px;
}
body > nav ul li ul.archives > li > a {
  background: #e7e5d8 url(img/icon-plus.png) no-repeat 0 center;
  padding-left: 31px;
}
body > nav ul li ul.archives > li > a.on {
  background: #e7e5d8 url(img/icon-minus.png) no-repeat 0 center;
}
body > nav ul li ul.archives ul {
  position: relative;
  background: #fff;
  border: 1px solid #7B837F;
  padding: 4px 0;
}
body > nav ul li ul.archives ul li a {
  background: #fff;
  border: 0;
  padding-left: 31px;
  white-space: normal;
}
body > nav ul li + li {
  margin-left: 8px;
}
.lbw .intro h1 {
  font-size: 22px;
  font-size: 2.2rem;
  font-family: 'architypebold', sans-serif;
}
.lbw .intro h1 strong {
  display: block;
  text-transform: uppercase;
}
.lbw .intro p {
  font-size: 16px;
  font-size: 1.6rem;
}
.lbw .intro p + p {
  margin-bottom: 50px;
}
.lbw .intro .logo {
  background: url(img/logo.svg) no-repeat 0 0;
  width: 229px;
  float: right;
  padding-top: 80px;
  background-size: 229px 79px;
}
.lbw .intro .logo p {
  font-size: 13px;
  font-size: 1.3rem;
  padding-top: 10px !important;
}
.lbw .intro .logo p a {
  color: #F64339;
}
.lbw .intro ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-size: 1.3rem;
}
.lbw .intro ul li {
  margin-bottom: 8px;
}
.lbw {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  box-sizing: border-box;
}
.lbw > .close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lb {
  position: relative;
  width: 95%;
  max-width: 930px;
  margin: 12px auto 0 auto;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #636966;
  box-sizing: border-box;
  padding: 38px;
}
.lb a.close {
  position: absolute;
  top: 12px;
  right: 12px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(img/icon-close.png) no-repeat 0 0;
  width: 12px;
  height: 14px;
}
.lb a.close:hover,
.lb a.close:focus {
  background-position: 0 -14px;
}
.lb.info {
  padding: 14px 50px 50px 50px;
  display: none;
}
.lb.info h2 {
  text-align: center;
  font-size: 23px;
  font-size: 2.3rem;
  font-family: 'architypebold', sans-serif;
}
.lb.info .slides img {
  max-width: 100%;
}
.lb.info .prev,
.lb.info .prevsection {
  background: url(img/arrow-lb.png) no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 25px;
  z-index: 1000;
  margin-top: -12px;
  cursor: pointer;
}
.lb.info .prev:hover,
.lb.info .prevsection:hover,
.lb.info .prev:focus,
.lb.info .prevsection:focus {
  background-position: 0 -25px;
}
.lb.info .next,
.lb.info .nextsection {
  background: url(img/arrow-lb.png) no-repeat -25px 0;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  right: 25px;
  z-index: 1000;
  margin-top: -12px;
  cursor: pointer;
}
.lb.info .next:hover,
.lb.info .nextsection:hover,
.lb.info .next:focus,
.lb.info .nextsection:focus {
  background-position: -25px -25px;
}
.lb.info .prev.off,
.lb.info .next.off {
  display: none;
}
.scrollwrap {
  width: 100%;
  height: 450px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  top: 170px;
  background: url(img/bg-horiz.jpg) repeat-x 0 378px;
}
.scrollwrap .scroller {
  height: 450px;
  width: 1050px;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
}
.house {
  background: url(img/house-lg-2.png) no-repeat 0 0;
  background-size: 1050px 100%;
  width: 1050px;
  height: 450px;
}
.house .hs {
  background: url(img/icon-magnify.png) no-repeat 0 0;
  width: 24px;
  height: 24px;
  position: absolute;
  display: block;
  z-index: 3;
}
.house .hs div {
  position: absolute;
  right: 100%;
  border: 1px solid #f02426;
  line-height: 22px;
  box-sizing: border-box;
  margin-right: -1px;
  color: #f02426;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0 7px;
  background: #fff;
  white-space: nowrap;
  pointer-events: none;
}
.house .hs div.right {
  left: 100%;
  margin-left: -1px;
  right: auto;
}
.house .hs:hover,
.house .hs:focus {
  background-position: 0 -24px;
}
.house a.hs1 {
  top: 250px;
  left: 6px;
}
.house a.hs2 {
  top: 250px;
  left: 70px;
}
.house a.hs3 {
  top: 104px;
  left: 55px;
}
.house a.hs4 {
  top: 305px;
  left: 152px;
}
.house a.hs5 {
  top: 38px;
  left: 215px;
}
.house a.hs6 {
  top: 76px;
  left: 343px;
}
.house a.hs7 {
  top: 211px;
  left: 343px;
}
.house a.hs8 {
  top: 354px;
  left: 343px;
}
.house a.hs9 {
  top: 422px;
  left: 344px;
}
.house a.hs10 {
  top: 41px;
  left: 629px;
}
.house a.hs11 {
  top: 76px;
  left: 565px;
}
.house a.hs12 {
  top: 144px;
  left: 586px;
}
.house a.hs13 {
  top: 144px;
  left: 723px;
}
.house a.hs14 {
  top: 278px;
  left: 723px;
}
.house a.hs15 {
  top: 354px;
  left: 553px;
}
.house a.hs16 {
  top: 422px;
  left: 631px;
}
.house a.hs17 {
  top: 354px;
  left: 793px;
}
.house a.hs18 {
  top: 422px;
  left: 759px;
}
.house a.hs19 {
  top: 354px;
  left: 884px;
}
.house a.hs20 {
  top: 354px;
  left: 934px;
}
.house a.hs21 {
  top: 266px;
  left: 992px;
}
.house a.hs22 {
  top: 422px;
  left: 488px;
}
.house .h {
  position: absolute;
  display: block;
  opacity: 0;
  transition: 1s opacity;
  z-index: 2;
  cursor: pointer;
}
.house .h.on,
.house .h.megaon {
  opacity: 1;
}
.house .h.hs1 {
  width: 50px;
  height: 87px;
  background: url(img/house-on-1.png) no-repeat 0 0;
  background-size: cover;
  left: 0;
  top: 291px;
}
.house .h.hs2 {
  width: 30px;
  height: 91px;
  background: url(img/house-on-2.png) no-repeat 0 0;
  background-size: cover;
  left: 67px;
  top: 287px;
}
.house .h.hs3 {
  width: 51px;
  height: 69px;
  background: url(img/house-on-3.png) no-repeat 0 0;
  background-size: cover;
  left: 82px;
  top: 105px;
}
.house .h.hs4 {
  width: 39px;
  height: 33px;
  background: url(img/house-on-4.png) no-repeat 0 0;
  background-size: cover;
  left: 142px;
  top: 345px;
}
.house .h.hs5 {
  width: 277px;
  height: 68px;
  background: url(img/house-on-5.png) no-repeat 0 0;
  background-size: cover;
  left: 88px;
  top: 37px;
}
.house .h.hs6 {
  width: 142px;
  height: 59px;
  background: url(img/house-on-6.png) no-repeat 0 0;
  background-size: cover;
  left: 224px;
  top: 40px;
}
.house .h.hs7 {
  width: 182px;
  height: 132px;
  background: url(img/house-on-7.png) no-repeat 0 0;
  background-size: cover;
  left: 184px;
  top: 103px;
}
.house .h.hs8 {
  width: 182px;
  height: 139px;
  background: url(img/house-on-8.png) no-repeat 0 0;
  background-size: cover;
  left: 185px;
  top: 239px;
}
.house .h.hs9 {
  width: 112px;
  height: 63px;
  background: url(img/house-on-9.png) no-repeat 0 0;
  background-size: cover;
  left: 256px;
  top: 384px;
}
.house .h.hs10 {
  width: 158px;
  height: 83px;
  background: url(img/house-on-10.png) no-repeat 0 0;
  background-size: cover;
  left: 591px;
  top: 16px;
}
.house .h.hs11 {
  width: 138px;
  height: 97px;
  background: url(img/house-on-11.png) no-repeat 0 0;
  background-size: cover;
  left: 450px;
  top: 3px;
}
.house .h.hs12 {
  width: 212px;
  height: 64px;
  background: url(img/house-on-12.png) no-repeat 0 0;
  background-size: cover;
  left: 451px;
  top: 103px;
}
.house .h.hs13 {
  width: 80px;
  height: 64px;
  background: url(img/house-on-13.png) no-repeat 0 0;
  background-size: cover;
  left: 666px;
  top: 103px;
}
.house .h.hs14 {
  width: 117px;
  height: 131px;
  background: url(img/house-on-14.png) no-repeat 0 0;
  background-size: cover;
  left: 630px;
  top: 172px;
}
.house .h.hs15 {
  width: 126px;
  height: 72px;
  background: url(img/house-on-15.png) no-repeat 0 0;
  background-size: cover;
  left: 451px;
  top: 306px;
}
.house .h.hs16 {
  width: 140px;
  height: 63px;
  background: url(img/house-on-16.png) no-repeat 0 0;
  background-size: cover;
  left: 514px;
  top: 384px;
}
.house .h.hs17 {
  width: 239px;
  height: 238px;
  background: url(img/house-on-17.png) no-repeat 0 0;
  background-size: 100%;
  left: 579px;
  top: 170px;
}
.house .h.hs18 {
  width: 120px;
  height: 63px;
  background: url(img/house-on-18.png) no-repeat 0 0;
  background-size: cover;
  left: 663px;
  top: 384px;
}
.house .h.hs19 {
  width: 89px;
  height: 72px;
  background: url(img/house-on-19.png) no-repeat 0 0;
  background-size: cover;
  left: 819px;
  top: 306px;
}
.house .h.hs20 {
  width: 48px;
  height: 72px;
  background: url(img/house-on-20.png) no-repeat 0 0;
  background-size: cover;
  left: 910px;
  top: 306px;
}
.house .h.hs21 {
  width: 87px;
  height: 92px;
  background: url(img/house-on-21.png) no-repeat 0 0;
  background-size: cover;
  left: 963px;
  top: 286px;
}
.house .h.hs22 {
  width: 92px;
  height: 62px;
  background: url(img/house-on-22.png) no-repeat 0 0;
  background-size: cover;
  left: 420px;
  top: 384px;
}
.house .info {
  display: none;
}
@media only screen and (max-width: 800px) {
  .lbw .intro p + p {
    margin-bottom: 25px;
  }
  .lbw .intro .logo {
    float: none;
    padding-top: 80px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 1000px) and (orientation: portrait) {
  .lbw .intro .logo {
    width: 200px;
    background-size: 200px 75px;
  }
  body > nav {
    top: 12px;
    left: 12px;
  }
  body > nav ul li + li {
    margin-left: 0;
  }
  body > nav > ul > li {
    margin-right: 8px;
    margin-bottom: 8px;
  }
  .i {
    height: 803px;
  }
  .scrollwrap {
    height: 725px;
    top: 192px;
    background-size: auto 9px;
    background-position: 0 608px;
  }
  .scrollwrap .scroller {
    position: absolute;
    top: 0;
    left: 0;
    height: 725px;
    width: 1891px;
    padding: 0 100px;
  }
  .house {
    height: 725px;
    width: 1691px;
    background-size: 1691px 100%;
    float: left;
  }
  .house .h.hs1 {
    width: 81px;
    height: 141px;
    left: 0;
    top: 468px;
  }
  .house .h.hs2 {
    width: 49px;
    height: 147px;
    left: 108px;
    top: 462px;
  }
  .house .h.hs3 {
    width: 82px;
    height: 112px;
    left: 133px;
    top: 169px;
  }
  .house .h.hs4 {
    width: 63px;
    height: 54px;
    left: 229px;
    top: 555px;
  }
  .house .h.hs5 {
    width: 448px;
    height: 109px;
    left: 142px;
    top: 59px;
  }
  .house .h.hs6 {
    width: 229px;
    height: 96px;
    left: 361px;
    top: 65px;
  }
  .house .h.hs7 {
    width: 293px;
    height: 213px;
    left: 297px;
    top: 166px;
  }
  .house .h.hs8 {
    width: 293px;
    height: 224px;
    left: 297px;
    top: 385px;
  }
  .house .h.hs9 {
    width: 181px;
    height: 101px;
    left: 412px;
    top: 618px;
  }
  .house .h.hs10 {
    width: 256px;
    height: 134px;
    left: 952px;
    top: 26px;
  }
  .house .h.hs11 {
    width: 223px;
    height: 156px;
    left: 726px;
    top: 5px;
  }
  .house .h.hs12 {
    width: 342px;
    height: 104px;
    left: 726px;
    top: 166px;
  }
  .house .h.hs13 {
    width: 130px;
    height: 104px;
    left: 1072px;
    top: 166px;
  }
  .house .h.hs14 {
    width: 189px;
    height: 212px;
    left: 1014px;
    top: 276px;
  }
  .house .h.hs15 {
    width: 204px;
    height: 116px;
    left: 726px;
    top: 493px;
  }
  .house .h.hs16 {
    width: 227px;
    height: 101px;
    left: 828px;
    top: 618px;
  }
  .house .h.hs17 {
    width: 385px;
    height: 335px;
    left: 933px;
    top: 274px;
  }
  .house .h.hs18 {
    width: 193px;
    height: 101px;
    left: 1068px;
    top: 618px;
  }
  .house .h.hs19 {
    width: 143px;
    height: 116px;
    left: 1319px;
    top: 493px;
  }
  .house .h.hs20 {
    width: 78px;
    height: 116px;
    left: 1466px;
    top: 493px;
  }
  .house .h.hs21 {
    width: 141px;
    height: 149px;
    left: 1550px;
    top: 460px;
  }
  .house .h.hs22 {
    width: 149px;
    height: 100px;
    left: 676px;
    top: 619px;
  }
  .house a.hs1 {
    top: 400px;
    left: 10px;
    z-index: 100;
  }
  .house a.hs2 {
    top: 400px;
    left: 112px;
  }
  .house a.hs3 {
    top: 168px;
    left: 107px;
  }
  .house a.hs4 {
    top: 488px;
    left: 243px;
  }
  .house a.hs5 {
    top: 61px;
    left: 344px;
  }
  .house a.hs6 {
    top: 136px;
    left: 567px;
  }
  .house a.hs7 {
    top: 354px;
    left: 567px;
  }
  .house a.hs8 {
    top: 585px;
    left: 567px;
  }
  .house a.hs9 {
    top: 695px;
    left: 570px;
  }
  .house a.hs10 {
    top: 65px;
    left: 1006px;
  }
  .house a.hs11 {
    top: 136px;
    left: 925px;
  }
  .house a.hs12 {
    top: 245px;
    left: 959px;
  }
  .house a.hs13 {
    top: 245px;
    left: 1178px;
  }
  .house a.hs14 {
    top: 463px;
    left: 1178px;
  }
  .house a.hs15 {
    top: 585px;
    left: 905px;
  }
  .house a.hs16 {
    top: 695px;
    left: 1032px;
  }
  .house a.hs17 {
    top: 585px;
    left: 1292px;
  }
  .house a.hs18 {
    top: 695px;
    left: 1237px;
  }
  .house a.hs19 {
    top: 585px;
    left: 1438px;
  }
  .house a.hs20 {
    top: 585px;
    left: 1519px;
  }
  .house a.hs21 {
    top: 425px;
    left: 1589px;
  }
  .house a.hs22 {
    top: 695px;
    left: 801px;
  }
}
@media only screen and (max-width: 500px) and (orientation: portrait) {
  .title {
    display: block;
  }
  .title .brand {
    padding-top: 125px;
  }
  .lbw .intro {
    padding: 54px 24px 24px 24px;
  }
  .lbw .intro h1 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .lbw .intro h1 strong {
    display: inline;
  }
  .lbw .intro p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .lbw .intro p,
  .lbw .intro p + p {
    margin-bottom: 18px;
    padding: 0;
  }
  .lbw .intro .logo {
    width: 200px;
    background-size: 200px 75px;
    float: none;
    margin-bottom: 18px;
  }
  .i {
    height: 430px;
  }
  .brand {
    display: none;
  }
  body > nav {
    top: 6px;
    left: 6px;
  }
  body > nav ul li + li {
    margin-left: 0;
  }
  body > nav > ul > li {
    margin-right: 6px;
    margin-bottom: 6px;
  }
  body > nav ul li.download > a {
    background-size: 50%;
    width: 9px;
    height: 9px;
  }
  body > nav ul > li > a,
  body > nav ul li ul li a {
    font-size: 11px;
    font-size: 1.1rem;
    padding: 4px 6px;
  }
  body > nav .q span {
    display: none;
  }
  body > nav .q.on {
    z-index: 100;
    width: 150px;
  }
  body > nav .q.on a span {
    display: block;
  }
  body > nav .archives {
    z-index: 99;
  }
  body > nav .download {
    z-index: 98;
  }
  body > nav .download ul {
    left: 0;
    right: auto !important;
  }
  .lbw {
    position: absolute;
  }
  .lb {
    border: 0;
    width: 100%;
    margin: 0;
  }
  .lb.info {
    padding: 14px 24px 75px 24px;
    border: 1px solid #636966;
    margin-top: 35px;
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
  }
  .lb.info h2 {
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: 'architypebold', sans-serif;
  }
  .lb.info .slides img {
    max-width: 100%;
  }
  .lb.info .prev,
  .lb.info .prevsection {
    bottom: 24px;
    margin-top: 0;
    top: auto;
  }
  .lb.info .next,
  .lb.info .nextsection {
    bottom: 24px;
    margin-top: 0;
    top: auto;
  }
  .scrollwrap {
    height: 450px;
    top: 50px;
    background-size: auto 6px;
    background-position: 0 377px;
  }
  .scrollwrap .scroller {
    position: absolute;
    top: 0;
    left: 0;
    height: 450px;
    width: 1100px;
    padding: 0 25px;
    margin: 0;
  }
  .house {
    background-size: 1050px 100%;
    width: 1050px;
    height: 450px;
    float: left;
  }
  .house .h.hs1 {
    width: 50px;
    height: 87px;
    left: 0;
    top: 291px;
  }
  .house .h.hs2 {
    width: 30px;
    height: 91px;
    left: 67px;
    top: 287px;
  }
  .house .h.hs3 {
    width: 51px;
    height: 69px;
    left: 82px;
    top: 105px;
  }
  .house .h.hs4 {
    width: 39px;
    height: 33px;
    left: 142px;
    top: 345px;
  }
  .house .h.hs5 {
    width: 277px;
    height: 68px;
    left: 88px;
    top: 37px;
  }
  .house .h.hs6 {
    width: 142px;
    height: 59px;
    left: 224px;
    top: 40px;
  }
  .house .h.hs7 {
    width: 182px;
    height: 132px;
    left: 184px;
    top: 103px;
  }
  .house .h.hs8 {
    width: 182px;
    height: 139px;
    left: 185px;
    top: 239px;
  }
  .house .h.hs9 {
    width: 112px;
    height: 63px;
    left: 256px;
    top: 384px;
  }
  .house .h.hs10 {
    width: 158px;
    height: 83px;
    left: 591px;
    top: 16px;
  }
  .house .h.hs11 {
    width: 138px;
    height: 97px;
    left: 450px;
    top: 3px;
  }
  .house .h.hs12 {
    width: 212px;
    height: 64px;
    left: 451px;
    top: 103px;
  }
  .house .h.hs13 {
    width: 80px;
    height: 64px;
    left: 666px;
    top: 103px;
  }
  .house .h.hs14 {
    width: 117px;
    height: 131px;
    left: 630px;
    top: 172px;
  }
  .house .h.hs15 {
    width: 126px;
    height: 72px;
    left: 451px;
    top: 306px;
  }
  .house .h.hs16 {
    width: 140px;
    height: 63px;
    left: 514px;
    top: 384px;
  }
  .house .h.hs17 {
    width: 239px;
    height: 238px;
    left: 579px;
    top: 170px;
  }
  .house .h.hs18 {
    width: 120px;
    height: 63px;
    left: 663px;
    top: 384px;
  }
  .house .h.hs19 {
    width: 89px;
    height: 72px;
    left: 819px;
    top: 306px;
  }
  .house .h.hs20 {
    width: 48px;
    height: 72px;
    left: 910px;
    top: 306px;
  }
  .house .h.hs21 {
    width: 87px;
    height: 92px;
    left: 963px;
    top: 286px;
  }
  .house .h.hs22 {
    width: 87px;
    height: 92px;
    left: 420px;
    top: 384px;
  }
  .house a.hs1 {
    top: 250px;
    left: 6px;
  }
  .house a.hs2 {
    top: 250px;
    left: 70px;
  }
  .house a.hs3 {
    top: 106px;
    left: 55px;
  }
  .house a.hs4 {
    top: 305px;
    left: 152px;
  }
  .house a.hs5 {
    top: 38px;
    left: 215px;
  }
  .house a.hs6 {
    top: 76px;
    left: 343px;
  }
  .house a.hs7 {
    top: 211px;
    left: 343px;
  }
  .house a.hs8 {
    top: 354px;
    left: 343px;
  }
  .house a.hs9 {
    top: 422px;
    left: 344px;
  }
  .house a.hs10 {
    top: 41px;
    left: 629px;
  }
  .house a.hs11 {
    top: 76px;
    left: 565px;
  }
  .house a.hs12 {
    top: 144px;
    left: 586px;
  }
  .house a.hs13 {
    top: 144px;
    left: 723px;
  }
  .house a.hs14 {
    top: 278px;
    left: 723px;
  }
  .house a.hs15 {
    top: 354px;
    left: 553px;
  }
  .house a.hs16 {
    top: 422px;
    left: 631px;
  }
  .house a.hs17 {
    top: 354px;
    left: 793px;
  }
  .house a.hs18 {
    top: 422px;
    left: 759px;
  }
  .house a.hs19 {
    top: 354px;
    left: 884px;
  }
  .house a.hs20 {
    top: 354px;
    left: 934px;
  }
  .house a.hs21 {
    top: 266px;
    left: 992px;
  }
  .house a.hs22 {
    top: 422px;
    left: 488px;
  }
}
@media only screen and (max-width: 800px) and (max-height: 400px) {
  body > nav {
    top: 6px;
    left: 6px;
  }
  .title {
    display: block;
  }
  .title .brand {
    padding-top: 36px;
  }
  .lbw {
    position: absolute;
  }
  .lb {
    border: 0;
    width: 100%;
    margin: 0;
  }
  .lb.info {
    padding: 10px 24px 10px 24px;
    height: 100%;
    border: 1px solid #636966;
    margin-top: 35px;
  }
  .lb.info h2 {
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: 'architypebold', sans-serif;
  }
  .lb.info .slides img {
    max-height: 250px;
  }
  .lbw .intro {
    padding: 54px 24px 24px 24px;
  }
  .lbw .intro h1 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .lbw .intro h1 strong {
    display: inline;
  }
  .lbw .intro p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .lbw .intro p,
  .lbw .intro p + p {
    margin-bottom: 18px;
    padding: 0;
  }
  .lbw .intro .logo {
    width: 200px;
    background-size: 100% auto;
    float: none;
    margin-bottom: 18px;
  }
  .i {
    height: 240px;
  }
  .scrollwrap {
    height: 225px;
    top: 50px;
    left: 0;
    background-size: auto 3px;
    background-position: 0 189px;
  }
  .scrollwrap .scroller {
    position: relative;
    height: 225px;
    width: 525px;
    padding: 0;
    margin: 0 auto;
  }
  .house {
    height: 225px;
    width: 525px;
    background-size: 525px 100%;
  }
  .house .h.hs1 {
    width: 25px;
    height: 44px;
    left: 0;
    top: 145px;
  }
  .house .h.hs2 {
    width: 15px;
    height: 45px;
    left: 33px;
    top: 143px;
  }
  .house .h.hs3 {
    width: 25px;
    height: 35px;
    left: 41px;
    top: 52px;
  }
  .house .h.hs4 {
    width: 20px;
    height: 17px;
    left: 70px;
    top: 172px;
  }
  .house .h.hs5 {
    width: 138px;
    height: 34px;
    left: 44px;
    top: 19px;
  }
  .house .h.hs6 {
    width: 71px;
    height: 30px;
    left: 112px;
    top: 20px;
  }
  .house .h.hs7 {
    width: 91px;
    height: 66px;
    left: 92px;
    top: 52px;
  }
  .house .h.hs8 {
    width: 91px;
    height: 70px;
    left: 92px;
    top: 120px;
  }
  .house .h.hs9 {
    width: 56px;
    height: 32px;
    left: 128px;
    top: 192px;
  }
  .house .h.hs10 {
    width: 80px;
    height: 42px;
    left: 295px;
    top: 8px;
  }
  .house .h.hs11 {
    width: 69px;
    height: 49px;
    left: 225px;
    top: 1px;
  }
  .house .h.hs12 {
    width: 80px;
    height: 33px;
    left: 225px;
    top: 51px;
  }
  .house .h.hs13 {
    width: 40px;
    height: 32px;
    left: 333px;
    top: 51px;
  }
  .house .h.hs14 {
    width: 59px;
    height: 66px;
    left: 315px;
    top: 86px;
  }
  .house .h.hs15 {
    width: 63px;
    height: 36px;
    left: 225px;
    top: 153px;
  }
  .house .h.hs16 {
    width: 70px;
    height: 32px;
    left: 256px;
    top: 192px;
  }
  .house .h.hs17 {
    width: 120px;
    height: 102px;
    left: 289px;
    top: 85px;
  }
  .house .h.hs18 {
    width: 60px;
    height: 32px;
    left: 331px;
    top: 192px;
  }
  .house .h.hs19 {
    width: 45px;
    height: 36px;
    left: 409px;
    top: 153px;
  }
  .house .h.hs20 {
    width: 24px;
    height: 36px;
    left: 455px;
    top: 153px;
  }
  .house .h.hs21 {
    width: 44px;
    height: 46px;
    left: 481px;
    top: 142px;
  }
  .house .h.hs22 {
    width: 44px;
    height: 46px;
    left: 481px;
    top: 142px;
  }
  .house a.hs1 {
    top: 120px;
    left: 0;
  }
  .house a.hs2 {
    top: 120px;
    left: 30px;
  }
  .house a.hs3 {
    top: 50px;
    left: 14px;
  }
  .house a.hs4 {
    top: 150px;
    left: 50px;
  }
  .house a.hs5 {
    top: 10px;
    left: 80px;
  }
  .house a.hs6 {
    top: 26px;
    left: 159px;
  }
  .house a.hs7 {
    top: 94px;
    left: 159px;
  }
  .house a.hs8 {
    top: 165px;
    left: 159px;
  }
  .house a.hs9 {
    top: 199px;
    left: 159px;
  }
  .house a.hs10 {
    top: 0;
    left: 300px;
  }
  .house a.hs11 {
    top: 26px;
    left: 271px;
  }
  .house a.hs12 {
    top: 60px;
    left: 281px;
  }
  .house a.hs13 {
    top: 60px;
    left: 349px;
  }
  .house a.hs14 {
    top: 127px;
    left: 349px;
  }
  .house a.hs15 {
    top: 165px;
    left: 264px;
  }
  .house a.hs16 {
    top: 199px;
    left: 304px;
  }
  .house a.hs17 {
    top: 165px;
    left: 384px;
  }
  .house a.hs18 {
    top: 199px;
    left: 368px;
  }
  .house a.hs19 {
    top: 165px;
    left: 430px;
  }
  .house a.hs20 {
    top: 165px;
    left: 455px;
  }
  .house a.hs21 {
    top: 120px;
    left: 500px;
  }
  .house a.hs22 {
    top: 120px;
    left: 500px;
  }
}
