/*! Handmade by http://esmes.fi */
html {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  font-family: "FFMarkWeb";
  font-size: 16px;
  color: #231f20;
}

body * {
  margin: 0;
  padding: 0;
}

a.anchor {
  display: block;
  position: relative;
  top: -64px;
  visibility: hidden;
}

.mfp-bg {
  background: #fff;
  opacity: 0.85;
}

.mfp-close {
  color: #000 !important;
}

.mfp-figure:after {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
}

h1.logo {
  position: relative;
  color: transparent;
  text-indent: -9999em;
  font-size: 0;
  width: 300px;
  height: 10px;
  background: transparent url("../img/logo.png") no-repeat 0 0;
  background-size: 300px 10px;
}

#menu {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 100;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transform: translateY(0px);
  transition: transform 0.2s;
}
#menu:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.85);
  height: 48px;
  opacity: 0;
  transition: height 0.3s, opacity 0.3s;
}
#menu .instagram {
  position: absolute;
  top: 42px;
  right: 38px;
  font-size: 0;
  color: #fff;
  transition: transform 0.2s;
  transform: translateY(0);
  opacity: 1;
}
#menu .instagram:before {
  font-family: "FontAwesome";
  font-size: 28px;
  content: "\f16d";
  width: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
}
#menu > .wrapper {
  position: relative;
  box-sizing: border-box;
  max-width: 868px;
  padding: 0 24px;
  margin: 0 auto;
  padding-top: 50px;
  transition: padding 0.2s;
}
#menu > .wrapper > a {
  color: transparent;
  outline: 0;
  border: none;
}
#menu > .wrapper h1.logo {
  background: transparent;
}
#menu > .wrapper h1.logo:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 300px;
  height: 10px;
  background: transparent url("../img/logo.png") no-repeat 0 0;
  background-size: 300px 10px;
  z-index: 10;
  opacity: 1;
  transition: opacity 0.2s;
}
#menu > .wrapper h1.logo:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 300px;
  height: 10px;
  background: transparent url("../img/logo_black.png") no-repeat 0 0;
  background-size: 300px 10px;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.2s;
}
#menu > .wrapper .menu-main-container {
  position: relative;
}
#menu > .wrapper .navigation {
  position: absolute;
  right: 16px;
  top: 44px;
  transition: top 0.2s;
  color: #a7a9ac;
  font-size: 16px;
  line-height: 1.6em;
}
#menu > .wrapper .navigation .toggler {
  cursor: pointer;
  overflow: hidden;
  opacity: 0;
  height: 0;
}
#menu > .wrapper .navigation .toggler span {
  transition: opacity 0.2s;
  opacity: 0;
  color: #a7a9ac;
}
#menu > .wrapper .navigation .toggler span:before {
  color: #231f20;
  content: "|";
}
#menu > .wrapper .navigation ul {
  display: block;
}
#menu > .wrapper .navigation ul li {
  display: block;
}
#menu > .wrapper .navigation ul li a {
  color: #fff;
  text-decoration: none;
}
#menu > .wrapper .navigation ul li a:hover {
  text-decoration: underline;
}
#menu.dark .instagram {
  color: #231f20;
}
#menu.dark > .wrapper h1.logo:before {
  opacity: 0;
}
#menu.dark > .wrapper h1.logo:after {
  opacity: 1;
}
#menu.dark > .wrapper .navigation {
  color: #231f20;
}
#menu.dark > .wrapper .navigation .toggler span {
  color: #e1b0a1;
}
#menu.dark > .wrapper .navigation .toggler span:before {
  color: #231f20;
}
#menu.dark > .wrapper .navigation ul li a {
  color: #000;
}

#menu.scrolled .instagram {
  opacity: 0;
  color: #231f20;
}
#menu.scrolled:before {
  height: 48px;
  opacity: 1;
}
#menu.scrolled > .wrapper {
  padding-top: 18px;
}
#menu.scrolled > .wrapper h1.logo:before {
  opacity: 0;
}
#menu.scrolled > .wrapper h1.logo:after {
  opacity: 1;
}
#menu.scrolled > .wrapper .navigation {
  top: 11px;
  color: #231f20;
}
#menu.scrolled > .wrapper .navigation .toggler {
  height: 25px;
  opacity: 1;
}
#menu.scrolled > .wrapper .navigation .toggler span {
  opacity: 0;
  color: #a7a9ac;
}
#menu.scrolled > .wrapper .navigation .toggler span:before {
  color: #231f20;
}
#menu.scrolled > .wrapper .navigation ul {
  display: none;
}
#menu.scrolled > .wrapper .navigation ul li a {
  color: #000;
}

#menu.open .instagram {
  color: #000;
  opacity: 1;
  transform: translateY(18px);
}
#menu.open:before {
  height: 200px;
  opacity: 1;
}
#menu.open > .wrapper {
  padding-top: 18px;
}
#menu.open > .wrapper h1.logo:before {
  opacity: 0;
}
#menu.open > .wrapper h1.logo:after {
  opacity: 1;
}
#menu.open > .wrapper .navigation {
  top: 13px;
  color: #000;
}
#menu.open > .wrapper .navigation .toggler {
  height: 50px;
  opacity: 1;
}
#menu.open > .wrapper .navigation .toggler span {
  opacity: 1;
}
#menu.open > .wrapper .navigation ul {
  display: block;
}
#menu.open > .wrapper .navigation ul li a {
  color: #000;
}

@media (max-width: 700px) {
  #menu:before {
    height: 48px;
    opacity: 1;
  }
  #menu > .wrapper {
    padding-top: 18px;
  }
  #menu > .wrapper h1.logo:before {
    opacity: 0;
  }
  #menu > .wrapper h1.logo:after {
    opacity: 1;
  }
  #menu > .wrapper .navigation {
    top: 11px;
    color: #231f20;
  }
  #menu > .wrapper .navigation .toggler {
    height: 25px;
    opacity: 1;
  }
  #menu > .wrapper .navigation .toggler span {
    opacity: 0;
    color: #a7a9ac;
  }
  #menu > .wrapper .navigation .toggler span:before {
    color: #231f20;
  }
  #menu > .wrapper .navigation ul {
    display: none;
  }
  #menu > .wrapper .navigation ul li a {
    color: #000;
  }
}
body.mfp-zoom-out-cur #menu {
  display: none;
}

section > .wrapper, footer > .wrapper {
  box-sizing: border-box;
  max-width: 868px;
  margin: 0 auto;
  padding: 0 24px;
}

section > .wrapper {
  padding: 0 24px;
  padding-top: 90px;
  padding-bottom: 40px;
}
section > .wrapper a {
  color: #231f20;
  text-decoration: none;
}
section > .wrapper a:hover {
  text-decoration: underline;
}
section > .wrapper h1 {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5em;
}
section > .wrapper p {
  line-height: 1.5em;
  margin-bottom: 1em;
}
section > .wrapper a.more {
  display: inline-block;
  margin-top: 0.5em;
  margin-bottom: 2.5em;
  color: #a7a9ac;
  text-decoration: none;
}
section > .wrapper a.more:hover {
  text-decoration: underline;
}
section > .wrapper h1.projects {
  padding-top: 1.5em;
}
section > .wrapper a.back {
  color: #a7a9ac;
}
section > .wrapper p.description {
  color: #a7a9ac;
  font-size: 12px;
}
section > .wrapper p.description a {
  color: #a7a9ac;
  text-decoration: none;
}
section > .wrapper p.description a:hover {
  text-decoration: underline;
}

section.projects {
  overflow: hidden;
}
section.projects > .wrapper {
  max-width: none;
  padding: 0;
  position: relative;
  margin: 0 12px;
}
section.projects > .wrapper .project {
  width: 33.3333%;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0 12px;
  margin-bottom: 24px;
}
section.projects > .wrapper .project > .wrapper {
  position: relative;
}
section.projects > .wrapper .project > .wrapper .thumbnail {
  background-color: #2c2d31;
  padding-top: 150%;
  position: relative;
}
section.projects > .wrapper .project > .wrapper .thumbnail > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.projects > .wrapper .project > .wrapper .description {
  position: relative;
  height: 110px;
}
section.projects > .wrapper .project > .wrapper .description .title {
  box-sizing: border-box;
  padding: 0 24px;
  padding-top: 22px;
  width: 55%;
  position: absolute;
  left: 0;
  top: 0;
}
section.projects > .wrapper .project > .wrapper .description .information {
  box-sizing: border-box;
  padding-right: 24px;
  padding-top: 22px;
  font-size: 12px;
  color: #a7a9ac;
  width: 45%;
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
}
section.projects > .wrapper .project > .wrapper .link {
  cursor: pointer;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}

@media (max-width: 1080px) {
  section.projects > .wrapper .project {
    width: 50%;
  }
}
@media (max-width: 700px) {
  section.projects > .wrapper .project {
    width: 100%;
  }
}
section.featured {
  overflow: hidden;
}
section.featured > .wrapper {
  max-width: none;
  padding: 0;
  position: relative;
  margin: 0 -12px;
}
section.featured > .wrapper .feature {
  width: 33.3333%;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0 12px;
  margin-bottom: 24px;
}
section.featured > .wrapper .feature > .wrapper {
  position: relative;
}
section.featured > .wrapper .feature > .wrapper .thumbnail {
  position: relative;
  background-color: #fff;
  padding-top: 66.67%;
}
section.featured > .wrapper .feature > .wrapper .thumbnail:before {
  cursor: pointer;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.85);
  z-index: 5;
  opacity: 0;
  transition: opacity 0.2s;
}
section.featured > .wrapper .feature > .wrapper .thumbnail:after {
  cursor: pointer;
  content: "Read article";
  color: #231f20;
  font-size: 22px;
  z-index: 6;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  transition: opacity 0.2s;
}
section.featured > .wrapper .feature > .wrapper .thumbnail > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.featured > .wrapper .feature > .wrapper .description {
  position: relative;
  height: 85px;
}
section.featured > .wrapper .feature > .wrapper .description .title {
  box-sizing: border-box;
  padding: 0 50px;
  padding-top: 20px;
  width: 65%;
  position: absolute;
  left: 0;
  top: 0;
}
section.featured > .wrapper .feature > .wrapper .description .published {
  box-sizing: border-box;
  padding-right: 50px;
  padding-top: 20px;
  font-size: 12px;
  color: #a7a9ac;
  width: 35%;
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
}
section.featured > .wrapper .feature > .wrapper .link {
  cursor: pointer;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}
section.featured > .wrapper .feature > .wrapper:hover .thumbnail:before {
  opacity: 1;
}
section.featured > .wrapper .feature > .wrapper:hover .thumbnail:after {
  opacity: 1;
}

@media (max-width: 1080px) {
  section.featured > .wrapper .feature {
    width: 50%;
  }
}
@media (max-width: 700px) {
  section.featured > .wrapper .feature {
    width: 100%;
  }
}
section.back > .wrapper {
  padding-top: 0;
  padding-bottom: 90px;
}
section.back > .wrapper p {
  margin-bottom: 0;
}

header {
  position: relative;
  padding-top: 66%;
  box-sizing: border-box;
  background-color: #2c2d31;
}
header .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  font-size: 0;
}
header .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
header .image.mobile {
  display: none;
}
header > .wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
header > .wrapper .content {
  padding: 0 24px;
  max-width: 868px;
  box-sizing: border-box;
  margin: 0 auto;
}
header > .wrapper .content .caption {
  position: relative;
  margin: 0 -9px;
  color: #fff;
  padding-bottom: 45px;
}
header > .wrapper .content .caption .title {
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding: 0 9px;
}
header > .wrapper .content .caption .information {
  box-sizing: border-box;
  width: 50%;
  float: left;
  text-align: right;
  padding: 0 9px;
}

@media (max-width: 700px) {
  header {
    padding-top: 150%;
  }
  header .image.desktop {
    display: none;
  }
  header .image.mobile {
    display: block;
  }
  header > .wrapper .caption {
    display: none;
  }
}
footer {
  background: #c9c6c3;
  color: #fff;
  height: 600px;
  box-sizing: border-box;
  padding-top: 50px;
  font-size: 12px;
  line-height: 1.5em;
}
footer > .wrapper {
  position: relative;
}
footer > .wrapper a {
  color: #fff;
  text-decoration: none;
}
footer > .wrapper a:hover {
  text-decoration: underline;
}
footer > .wrapper h1.logo {
  margin-bottom: 85px;
}
footer > .wrapper .socialitems {
  position: absolute;
  right: 24px;
  top: -3px;
}
footer > .wrapper .contact {
  position: relative;
}
footer > .wrapper .contact .copyright {
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width: 700px) {
  footer {
    height: 610px;
  }
  footer > .wrapper h1.logo {
    margin-bottom: 35px;
  }
  footer > .wrapper .contact {
    position: relative;
  }
  footer > .wrapper .contact .copyright {
    margin-top: 1em;
    position: static;
  }
}
.socialitems {
  font-size: 0;
  color: transparent;
}
.socialitems .socialitem {
  position: relative;
  top: -2px;
  vertical-align: top;
  display: inline-block;
  text-indent: -9999em;
  cursor: pointer;
}
.socialitems .socialitem:before {
  color: #fff;
  font-family: "FontAwesome";
  font-size: 22px;
}
.socialitems .socialitem:hover {
  text-decoration: none;
}
.socialitems .socialitem.facebook:before {
  content: "\f09a";
}
.socialitems .socialitem.youtube:before {
  content: "\f167";
}
.socialitems .socialitem.twitter:before {
  content: "\f099";
}
.socialitems .socialitem.instagram:before {
  content: "\f16d";
}
.socialitems .socialitem.email:before {
  content: "\f003";
}

/* === PAGE STYLES */
body.single-project section > .wrapper {
  max-width: none;
  padding-bottom: 90px;
}
body.single-project section.info > .wrapper {
  max-width: 1060px;
}
body.single-project section.info > .wrapper .panes {
  position: relative;
}
body.single-project section.info > .wrapper .panes .left {
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding-left: 96px;
}
body.single-project section.info > .wrapper .panes .left h1 {
  font-size: 22px;
}
body.single-project section.info > .wrapper .panes .right {
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding-left: 0px;
  position: relative;
  left: 65px;
}
body.single-project section.info > .wrapper a.inquiry {
  padding-left: 96px;
  font-size: 12px;
  color: #a7a9ac;
  text-decoration: none;
}
body.single-project section.info > .wrapper a.inquiry:hover {
  text-decoration: underline;
}
body.single-project section.narrow > .wrapper {
  max-width: 868px;
}
body.single-project section.images > .wrapper {
  margin-bottom: -12px;
  padding: 0;
}

@media (max-width: 1220px) {
  body.single-project section.info > .wrapper .panes .right {
    left: 0px;
  }
}
@media (max-width: 1080px) {
  body.single-project section.info > .wrapper .panes .left {
    width: 40%;
  }
  body.single-project section.info > .wrapper .panes .right {
    width: 60%;
    padding-right: 20px;
  }
}
@media (max-width: 960px) {
  #menu .instagram {
    display: none;
  }
  body.single-project section.info > .wrapper .panes .left {
    float: none;
    width: 100%;
    padding-left: 0px;
  }
  body.single-project section.info > .wrapper .panes .right {
    float: none;
    width: 100%;
    padding-right: 0px;
  }
  body.single-project section.info > .wrapper a.inquiry {
    padding-left: 0px;
  }
}
body.page-about-us header {
  background: transparent;
  padding-top: 0%;
  height: 96px;
}
body.page-about-us section.intro {
  position: relative;
}
body.page-about-us section.intro .imagerow {
  margin: 0 -12px;
}
body.page-about-us section.intro > .wrapper {
  max-width: 1118px;
}
body.page-about-us section.intro > .wrapper .panes {
  margin-bottom: 70px;
}
body.page-about-us section.intro > .wrapper .panes .pane.one {
  width: 56%;
  padding-left: 124px;
}
body.page-about-us section.intro > .wrapper .panes .pane.one p {
  padding-right: 24px;
  max-width: 335px;
  font-size: 22px;
}
body.page-about-us section.intro > .wrapper .panes .pane.one a.contact {
  font-size: 16px;
  color: #a7a9ac;
}
body.page-about-us section.intro > .wrapper .panes .pane.two {
  width: 44%;
}
body.page-about-us section.intro > .wrapper .panes .pane.two .wrapper {
  margin-right: -9px;
  padding-right: 9px;
}
body.page-about-us section.intro > .wrapper .panes .pane.two p {
  font-size: 14px;
  margin-bottom: 1.5em;
}
body.page-about-us section.intro > .wrapper h1 {
  padding-left: 124px;
}
body.page-about-us section.intro > .wrapper h1.featured {
  padding-top: 1.5em;
}
body.page-about-us section.intro:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 45px;
  right: 45px;
  border-top: 1px solid #909090;
}

@media (max-width: 1080px) {
  body.page-about-us section.intro > .wrapper .panes .pane.one {
    width: 56%;
    padding-left: 50px;
  }
  body.page-about-us section.intro > .wrapper .panes .pane.two {
    position: relative;
    right: 60px;
    width: 44%;
  }
  body.page-about-us section.intro > .wrapper h1 {
    padding-left: 50px;
  }
}
@media (max-width: 900px) {
  body.page-about-us section.intro > .wrapper .panes .pane.two {
    right: 0px;
  }
}
@media (max-width: 700px) {
  body.page-about-us header {
    height: 66px;
  }
  body.page-about-us section.intro > .wrapper {
    padding-top: 0;
  }
  body.page-about-us section.intro > .wrapper .panes .pane.one {
    width: 100%;
    float: none;
    padding-left: 0px;
  }
  body.page-about-us section.intro > .wrapper .panes .pane.one p {
    padding: 0;
    max-width: none;
  }
  body.page-about-us section.intro > .wrapper .panes .pane.two {
    float: none;
    width: 100%;
  }
  body.page-about-us section.intro > .wrapper h1 {
    padding-left: 50px;
  }
}
.imagerow {
  position: relative;
  margin: 0 12px;
  font-size: 0;
  margin-bottom: 24px;
}
.imagerow .image {
  display: inline-block;
  box-sizing: border-box;
  padding: 0 12px;
  vertical-align: top;
}
.imagerow .image a {
  cursor: zoom-in;
  outline: none;
}
.imagerow .image img {
  border: none;
  width: 100% !important;
  height: auto !important;
}
.imagerow.items-1 .image {
  width: 100%;
}
.imagerow.items-2 .image {
  width: 50%;
}
.imagerow.items-1.narrow {
  text-align: center;
}
.imagerow.items-1.narrow .image {
  width: 50%;
}
.imagerow.spacing {
  margin-bottom: 40px !important;
}

.imagerow.hide-on-desktop {
  display: none;
}

@media (max-width: 700px) {
  .imagerow.hide-on-desktop {
    display: block;
  }
  .imagerow {
    margin-bottom: 0px !important;
  }
  .imagerow.spacing {
    margin-bottom: 0px !important;
  }
  .imagerow .image {
    margin-bottom: 24px;
  }
  .imagerow .image.hide-on-mobile {
    display: none;
  }
  .imagerow.items-1 .image {
    width: 100%;
  }
  .imagerow.items-2 .image {
    width: 100%;
  }
  .imagerow.items-1.narrow {
    text-align: center;
  }
  .imagerow.items-1.narrow .image {
    width: 100%;
  }
}
/* === MEDIA QUERIES */
/* === HELPER STYLES */
.panes .pane {
  box-sizing: border-box;
  float: left;
}
.panes.two .pane.one {
  width: 50%;
}
.panes.two .pane.two {
  width: 50%;
}
.panes.three .pane.one {
  width: 33.3%;
}
.panes.three .pane.two {
  width: 33.3%;
}
.panes.three .pane.three {
  width: 33.3%;
}

.cf:before, header > .wrapper .content:before, body.single-project section.info > .wrapper .panes:before, .panes:before,
.cf:after,
header > .wrapper .content:after,
body.single-project section.info > .wrapper .panes:after,
.panes:after {
  content: " ";
  display: table;
}

.cf:after, header > .wrapper .content:after, body.single-project section.info > .wrapper .panes:after, .panes:after {
  clear: both;
}
/*# sourceMappingURL=main.css.map */
