@charset "UTF-8";

:root {
  --main-green-color: #4DFF00;
}

a, h1, h2, h3, h4, h5, h6, p, ul, li, input, textarea, iframe, figure {
  margin: 0;
  padding: 0;
  color: #000;
  border-radius: 0px;
  border: 0px;
  background: transparent;
  outline: none;
  list-style: none;
  font-weight: lighter;
  text-decoration: none; }

body {
  margin: 0;
  padding: 0; }

.col-6 p{
	margin-bottom: 15px;
}

/* END RESETS - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/**
 * Fonts
 *
 */
@font-face {
  src: url("../fonts/f_grotesk_book.otf");
  font-family: 'Grotesk'; }

@font-face {
  src: url("../fonts/Plant.otf");
  font-family: 'Plant'; }

@-webkit-keyframes fade {
  from {
     opacity: 0; }
  to {
    opacity: 1; } }

body {
  background: #ffffff;
  font-family: "Grotesk";
  color: #231f20;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease;
          transition: opacity 0.8s ease; }
  body.visible {
    opacity: 1; }
  body.architecture, body.interiors, body.projects {
    overflow: hidden; }
    @media (max-width: 640px) {
      body.architecture, body.interiors, body.projects {
        overflow: auto; } }

a {
  cursor: pointer;
  color: #231f20; }

/**
 * Images
 */
.photo-filter {
  opacity: 0.8;
  -webkit-transition: all 0.8s ease;
          transition: all 0.8s ease; }
  .photo-filter:hover {
    opacity: 1; }

.photo-bw {
  opacity: 0.8;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
          transition: all 0.8s ease; }
  .photo-bw:hover {
    -webkit-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
            filter: grayscale(0%);
    opacity: 1; }

/**
 * Logo Animation
 */
.logoAnimation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 101; }
  .logoAnimation img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 60%;
    height: 505px; }

/**
 * HEADER
 */
.header {
  position: fixed;
  top: 2vw;
  left: 2%;
  width: 96%;
  height: auto;
  pointer-events: none;
  z-index: 100; }
  .header .lang {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    text-align: right;
    font-family: "Grotesk";
    font-size: 16px;
    line-height: 20px;
    color: #231f20;
    pointer-events: all;
    text-transform: uppercase; }
    @media (max-width: 720px) {
      .header .lang {
        width: 40px;
        height: 40px; } }
    @media (max-width: 960px) {
      .header .lang {
        font-size: 13px;
        line-height: 16px; } }
    @media (max-width: 720px) {
      .header .lang {
        font-size: 13px;
        line-height: 16px; } }
    @media (max-width: 640px) {
      .header .lang {
        font-size: 13px;
        line-height: 16px; } }
    .header .lang span {
      opacity: 0.6; }
      .header .lang span.current {
        opacity: 1; }
      @media (max-width: 720px) {
        .header .lang span {
          display: block;
          opacity: 1; }
          .header .lang span.current, .header .lang span.dash {
            display: none; } }
  .header .logo {
    position: relative;
    top: -6px;
    left: 0;
    pointer-events: all;
    width: auto;
    height: auto; }
    .header .logo img {
      float: left;
      position: relative;
      top: 4px;
      left: 0;
      width: auto;
      height: 56px;
      display: inline-block;
      margin-right: 2px; }
      @media (max-width: 960px) {
        .header .logo img {
          height: 40px; } }
      @media (max-width: 720px) {
        .header .logo img {
          height: 30px; } }
      @media (max-width: 640px) {
        .header .logo img {
          height: 18px; } }
    .header .logo h1 {
      float: left;
      position: relative;
      top: 0px;
      left: 0;
      width: auto;
      height: auto;
      text-transform: uppercase;
      font-family: "Grotesk";
      font-size: 64px;
      line-height: 64px;
      color: #231f20;
      color: #231f20; }
      @media (max-width: 960px) {
        .header .logo h1 {
          font-size: 48px;
          line-height: 48px; } }
      @media (max-width: 720px) {
        .header .logo h1 {
          font-size: 36px;
          line-height: 36px; } }
      @media (max-width: 640px) {
        .header .logo h1 {
          font-size: 24px;
          line-height: 24px; } }
      .header .logo h1 a.gold, .header .logo h1 span.gold {
        color: #b69521; }
  .header .menu {
    float: left;
    position: relative;
    width: 100%;
    top: -6px;}
    .header .menu a, .header .menu span {
      position: relative;
      top: 0;
      left: 0;
      float: left;
      width: auto;
      height: auto;
      pointer-events: all;
      text-transform: uppercase;
      font-family: "Grotesk";
      font-size: 64px;
      line-height: 64px;
      color: #231f20; }
      @media (max-width: 960px) {
        .header .menu a, .header .menu span {
          font-size: 48px;
          line-height: 48px; } }
      @media (max-width: 720px) {
        .header .menu a, .header .menu span {
          font-size: 36px;
          line-height: 36px; } }
      @media (max-width: 640px) {
        .header .menu a, .header .menu span {
          font-size: 24px;
          line-height: 24px; } }
    .header .menu a:after {
      content: "";
      width: 0;
      height: 4px;
      background: #231f20;
      position: absolute;
      bottom: -6px;
      left: 0;
      -webkit-transition: width 0.8s ease;
              transition: width 0.8s ease; }
      @media (max-width: 720px) {
        .header .menu a:after {
          display: none; } }
    .header .menu a.current:after, .header .menu a:hover:after {
      width: 100%; }
    .header .menu span {
      margin-right: 20px; }

/**
 * Content
 */
.col-1 {
  width: 6.2vw;
  margin-bottom: 2vw;
  margin-left: 2vw; }

.container-right-1 {
  width: 8.2vw; }

.col-2 {
  width: 14.4vw;
  margin-bottom: 2vw;
  margin-left: 2vw; }

.container-right-2 {
  width: 16.4vw; }

.col-3 {
  width: 22.6vw;
  margin-bottom: 2vw;
  margin-left: 2vw; }

.container-right-3 {
  width: 24.6vw; }

.col-4 {
  width: 30.8vw;
  margin-bottom: 2vw;
  margin-left: 2vw; }

.container-right-4 {
  width: 32.8vw; }

.col-5 {
  width: 39vw;
  margin-bottom: 2vw;
  margin-left: 2vw; }

.container-right-5 {
  width: 41vw; }

.col-6 {
  width: 47.2vw;
  margin-bottom: 2vw;
  margin-left: 2vw; }

.container-right-6 {
  width: 49.2vw; }

.col-7 {
  width: 55.4vw;
  margin-bottom: 2vw;
  margin-left: 2vw; }

.container-right-7 {
  width: 57.4vw; }

.col-8 {
  width: 63.6vw;
  margin-bottom: 2vw;
  margin-left: 2vw; }

.container-right-8 {
  width: 65.6vw; }

.col-9 {
  width: 71.8vw;
  margin-bottom: 2vw;
  margin-left: 2vw; }

.container-right-9 {
  width: 73.8vw; }

.col-10 {
  width: 80vw;
  margin-bottom: 2vw;
  margin-left: 2vw; }

.container-right-10 {
  width: 82vw; }

.col-11 {
  width: 88.2vw;
  margin-bottom: 2vw;
  margin-left: 2vw; }

.container-right-11 {
  width: 90.2vw; }

.col-12 {
  width: 96.4vw;
  margin-bottom: 2vw;
  margin-left: 0;
  width: 102.4vw; }

.container-right-12 {
  width: 98.4vw; }

@media (max-width: 1024px ) {
    .footer-desktop {
        width: 24vw;
    }
}

@media (max-width: 960px) {
  .space-footer {
    display: none; }
  .col-3 {
    width: 47.2vw;
    margin-bottom: 2vw;
    margin-left: 2vw; }
  .space-single {
    display: none; }
  .col-5 {
    width: 30.8vw;
    margin-bottom: 2vw;
    margin-left: 2vw; }
  .col-2 {
    width: 22vw;
    margin-bottom: 2vw;
    margin-left: 2vw; } }

@media (max-width: 720px) {
  .space-col {
    display: none; }
  .space-single {
    display: inline-block; }
  .col-10 {
    width: 96.2vw;
    margin-bottom: 2vw;
    margin-left: 2vw; }
  .col-5 {
    width: 39vw;
    margin-bottom: 2vw;
    margin-left: 2vw; }
  .col-4 {
    width: 47vw;
    margin-bottom: 2vw;
    margin-left: 2vw; }
  .col-2 {
    width: 20.6vw;
    margin-bottom: 2vw;
    margin-left: 2vw; }
  .post-body .col-nomargin {
    margin: 0 !important; }
  .post-body .image.col-nomargin {
    margin-bottom: 2vw !important; } }

@media (min-width: 640px) {
  .footer-mobile {
    display: none; } }

@media (max-width: 640px) {
  .footer-mobile {
    display: block; }
  .footer-desktop {
    display: none; }
  .col-6, .col-5, .col-4 {
    width: 96.4vw;
    margin-bottom: 2vw;
    margin-left: 2vw; }
  .col-3 {
    width: 88.2vw;
    margin-bottom: 2vw;
    margin-left: 2vw; }
    .col-3.col-nomargin {
      margin-left: 0 !important; }
  .architect.col-3 {
    width: 96.4vw;
    margin-bottom: 2vw;
    margin-left: 2vw; }
    .architect.col-3.col-nomargin {
      margin-left: 0 !important; }
  .col-2 {
    width: 44.2vw;
    margin-bottom: 2vw;
    margin-left: 2vw; }
  .col-nomargin {
    margin-left: 2vw !important; }
  .instagram-box {
    margin: 0 !important; }
  .col-right {
    margin-left: 0; }
  .archive.col-right {
    margin-left: 2vw; } }

.col-scroll {
  overflow: scroll !important;
  -webkit-overflow-scrolling: touch; }
  .col-scroll::-webkit-scrollbar {
    display: none !important; }
  .col-scroll::-ms-scrollbar {
    display: none !important; }
  .col-scroll::-moz-scrollbar {
    display: none !important; }
  @media (max-width: 640px) {
    .col-scroll {
      overflow: hidden !important; 
      height: auto; } }

.col-scroll.archive {
  padding-top: 302px;
  max-height: calc( 100vh - 302px); }
  @media (max-width: 960px) {
    .col-scroll.archive {
      padding-top: 200px;
      max-height: calc( 100vh - 200px); } }
  @media (max-width: 720px) {
    .col-scroll.archive {
      padding-top: 140px;
      max-height: calc( 100vh - 140px); } }
  @media (max-width: 640px) {
    .col-scroll.archive {
      padding-top: 0;
      max-height: none;
      height: auto; } }

@media (max-width: 720px) {
  .archive-left {
    display: none; } }

.col-rightleft {
  margin-right: 2vw;
  margin-left: 2vw; }

.col-right {
  margin-left: 0;
  margin-right: 2vw; }

.col-nomargin {
  margin-left: 0;
  margin-right: 0; }

@-webkit-keyframes move {
  0% {
    -webkit-transform: translateX(0%) scale(1.2);
            transform: translateX(0%) scale(1.2); }
  100% {
    -webkit-transform: translateX(5%) scale(1.2);
            transform: translateX(5%) scale(1.2); } }

@keyframes move {
  0% {
    -webkit-transform: translateX(0%) scale(1.2);
            transform: translateX(0%) scale(1.2); }
  100% {
    -webkit-transform: translateX(5%) scale(1.2);
            transform: translateX(5%) scale(1.2); } }

@-webkit-keyframes move-inv {
  0% {
    -webkit-transform: translateX(0%) scale(1.1);
            transform: translateX(0%) scale(1.1); }
  100% {
    -webkit-transform: translateX(-2.5%) scale(1.1);
            transform: translateX(-2.5%) scale(1.1); } }

@keyframes move-inv {
  0% {
    -webkit-transform: translateX(0%) scale(1.1);
            transform: translateX(0%) scale(1.1); }
  100% {
    -webkit-transform: translateX(-2.5%) scale(1.1);
            transform: translateX(-2.5%) scale(1.1); } }

.gold {
  color: #b69521 !important; }
.white {
  color: #fff !important; }
.black {
  color: #231f20 !important; }

.content {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 302px;
  overflow: hidden; }
  @media (max-width: 960px) {
    .content {
      margin-top: 200px; } }
  @media (max-width: 720px) {
    .content {
      margin-top: 140px; } }
  .content.architecture, .content.interiors, .content.projects {
    margin-top: 0; }
    @media (max-width: 640px) {
      .content.architecture, .content.interiors, .content.projects {
        margin-top: 140px; } }
  .content.ajax-right {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    position: fixed; }
  .content.ajax-left {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    position: fixed; }
  .content .front-image {
    position: relative;
    top: 0;
    left: 0;
    height: auto;
    background: #3e3739;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    height: 800px; }
    @media (max-width: 960px) {
      .content .front-image {
        height: 640px; } }
    @media (max-width: 720px) {
      .content .front-image {
        height: 640px;} }
    @media (max-width: 640px) {
      .content .front-image {
        height: 320px; } }
    .content .front-image img {
      position: relative;
      top: 0;
      left: 0%;
      width: 100%;
      height: auto; }
    .content .front-image .image, .content .front-image .image-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-size: 100% auto;
      background-position: center center; }
    .content .front-image .image.animation {
      -webkit-transform: scale(1.2);
          -ms-transform: scale(1.2);
              transform: scale(1.2); }
    .content .front-image .image-overlay {
      -webkit-transform: scale(1.2);
          -ms-transform: scale(1.2);
              transform: scale(1.2); }
  .content .box {
    position: relative;
    top: 0;
    left: 0;
    float: left; }
  .content .image {
    height: 640px; }
    .content .image.image-home {
      height: auto; }
      .content .image.image-home img {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        -webkit-transition: all 0.4s ease;
                transition: all 0.4s ease; }
      .content .image.image-home .photo-hover {
        position: absolute;
        opacity: 0; }
      .content .image.image-home.image-scost {
        top: -4vw; }
        @media (max-width: 640px) {
          .content .image.image-home.image-scost {
            top: 0; } }
      .content .image.image-home .overlay-image {
        position: absolute;
        top: 0;
        left: 0;
        width: calc( 100% - 2vw);
        height: calc( 100% - 2vw);
        padding: 1vw;
        opacity: 0;
        -webkit-transition: all 0.4s ease;
                transition: all 0.4s ease; }
        .content .image.image-home .overlay-image .text-s {
          position: relative;
          top: 4px;
          margin-right: 4px; }
      .content .image.image-home:hover .photo-hover,
      .content .image.image-home.hover .photo-hover {
        opacity: 1; }
      .content .image.image-home:hover .overlay-image,
      .content .image.image-home.hover .overlay-image {
        opacity: 1; }
  .content .hover-text {
    top: 3px;
    position: relative;
    padding-bottom: 2px;
    margin-right: 7px; }
  .content .lowercase {
    text-transform: lowercase !important; }
  .content .uppercase {
    text-transform: uppercase; }
  .content .text {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 2vw; }
  .content .underline {
    float: left;
    border-bottom: 2px solid #231f20; }
  .content .text-xl {
    font-family: "Grotesk";
    font-size: 64px;
    line-height: 64px;
    color: #231f20; }
    @media (max-width: 960px) {
      .content .text-xl {
        font-size: 48px;
        line-height: 48px; } }
    @media (max-width: 720px) {
      .content .text-xl {
        font-size: 36px;
        line-height: 36px; } }
    @media (max-width: 640px) {
      .content .text-xl {
        font-size: 24px;
        line-height: 24px; } }
  .content .text-l {
    font-family: "Grotesk";
    font-size: 48px;
    line-height: 48px;
    color: #231f20; }
    @media (max-width: 960px) {
      .content .text-l {
        font-size: 36px;
        line-height: 36px; } }
    @media (max-width: 720px) {
      .content .text-l {
        font-size: 24px;
        line-height: 24px; } }
    @media (max-width: 640px) {
      .content .text-l {
        font-size: 18px;
        line-height: 20px; } }
    .content .text-l a img {
      position: relative;
      top: 0;
      left: 0;
      width: auto;
      height: 48px; }
      @media (max-width: 960px) {
        .content .text-l a img {
          height: 36px; } }
      @media (max-width: 720px) {
        .content .text-l a img {
          height: 24px; } }
      @media (max-width: 640px) {
        .content .text-l a img {
          height: 18px; } }
  .content .text-m {
    font-family: "Grotesk";
    font-size: 28px;
    line-height: 32px;
    color: #231f20; }
    @media (max-width: 960px) {
      .content .text-m {
        font-size: 22px;
        line-height: 24px; } }
    @media (max-width: 720px) {
      .content .text-m {
        font-size: 18px;
        line-height: 20px; } }
    @media (max-width: 640px) {
      .content .text-m {
        font-size: 13px;
        line-height: 16px; } }
    .content .text-m img {
      position: relative;
      top: -6px; }
      @media (max-width: 640px) {
        .content .text-m img {
          top: -2px; } }
  .content .text-s {
    font-family: "Grotesk";
    font-size: 16px;
    line-height: 20px;
    color: #231f20; }
    @media (max-width: 960px) {
      .content .text-s {
        font-size: 13px;
        line-height: 16px; } }
    @media (max-width: 720px) {
      .content .text-s {
        font-size: 13px;
        line-height: 16px; } }
    @media (max-width: 640px) {
      .content .text-s {
        font-size: 13px;
        line-height: 16px; } }
  .content .text-xs {
    font-family: "Grotesk";
    font-size: 16px;
    line-height: 20px;
    color: #231f20; }
    @media (max-width: 960px) {
      .content .text-xs {
        font-size: 13px;
        line-height: 16px; } }
    @media (max-width: 720px) {
      .content .text-xs {
        font-size: 13px;
        line-height: 16px; } }
    @media (max-width: 640px) {
      .content .text-xs {
        font-size: 13px;
        line-height: 16px; } }
  .content .italic {
    font-family: "Plant"; }
  .content .gold {
    color: #b69521; }
  .content .no-margin-bottom {
    margin-bottom: 0; }
  .content .margin-bottom {
    margin-bottom: 2vw !important; }
  @media (min-width: 720px) {
    .content .from-the-press {
      top: 2vw; } }
  @media (min-width: 720px) {
    .content .instagram {
      top: -2vw; } }
  .content .instagram .photo {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    float: left;
    background: #3e3739;
    margin-bottom: 2vw; }
  .content .instagram p {
    display: inline-block;
    margin-bottom: 4px; }
  .content .instagram .instagram-box {
    text-align: left; }
  .content .instagram .post {
    height: auto;
    overflow: hidden;
    /*float: none!important;*/
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .content .instagram .post.col-nomargin {
    margin-right: 0 !important; }
  .content .instagram .post .text-m {
    overflow: hidden;
    width: 100%; }
  @media (max-width: 640px) {
    .content .archive .col-3, .content .architect .col-3 {
      width: 96.4vw;
      margin-bottom: 2vw;
      margin-left: 2vw; } }
  .content .archive .photo, .content .architect .photo {
    width: 100%;
    height: auto;
    background: #3e3739;
    height: auto;
    margin-bottom: 2vw; }
    .content .archive .photo img, .content .architect .photo img {
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      height: auto; }
  .content .archive .arrow, .content .architect .arrow {
    position: relative;
    top: -4px; }
  .content .archive .arrow-list, .content .architect .arrow-list {
    position: relative;
    top: -10px; }
  .content .architect .photo {
    margin-bottom: 0; }
  .content .post-body .box {
    height: auto; }
  .content .post-body .photo {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: #3e3739;
    float: left; }
    .content .post-body .photo img {
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      height: auto; }
  .content .post-body .col-10 {
    margin: 0; }
  .content .image-architect img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto; }
  .content .architecture-single .col-12 {
    width: 96vw;
    margin-left: 2vw; }



