/*
Theme Name: BHM Studio
Theme URI: http://pabl.one
Author: pablo.galbusera@gmail.com
Author URI: http://pabl.one
Description: BHM Studio
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: pablone
Text Domain: bhm-studio
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ul {
  list-style: none; }

ol > li {
  margin-left: 1.5em; }

ol > li > ol {
  list-style-type: lower-alpha; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  width: 100%;
  height: 100%; }

main {
  display: block; }

b,
strong {
  font-weight: 700; }

dfn,
cite,
em,
i {
  font-style: italic; }

address {
  font-style: italic;
  margin: 0 0 1.6em; }

abbr[title] {
  border-bottom: 1px dotted #eaeaea;
  border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
  cursor: help; }

mark,
ins {
  background-color: #fff9c0;
  text-decoration: none; }

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

small {
  font-size: 75%; }

big {
  font-size: 125%; }

a {
  text-decoration: none; }

dd {
  padding-left: 20px;
  padding-left: 2rem; }

* {
  -webkit-tap-highlight-color: transparent; }

figure {
  text-align: center; }

img {
  max-width: 100%;
  height: auto; }

hr {
  border: 0;
  border-bottom: 1px solid;
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
  margin-bottom: 4rem;
  opacity: 0.9;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  filter: alpha(opacity=90); }

*:focus {
  outline: 0; }

.initial-top {
  padding-top: 160px;
  padding-top: 16rem; }

.double-left {
  padding-left: 80px;
  padding-left: 8rem; }

.padding-lr, .wrapper, .container {
  padding-left: 40px;
  padding-left: 4rem;
  padding-right: 40px;
  padding-right: 4rem; }

.half-padding-lr, .small-wrapper {
  padding-left: 20px;
  padding-left: 2rem;
  padding-right: 20px;
  padding-right: 2rem; }

.double-top {
  padding-top: 80px;
  padding-top: 8rem; }

.double-bottom {
  padding-bottom: 80px;
  padding-bottom: 8rem; }

.top {
  padding-top: 40px;
  padding-top: 4rem; }

.bottom {
  padding-bottom: 40px;
  padding-bottom: 4rem; }

.half-top, .header-top {
  padding-top: 20px;
  padding-top: 2rem; }

.half-bottom, p, .header-top {
  padding-bottom: 20px;
  padding-bottom: 2rem; }

.quarter-top, .thumb .project-title {
  padding-top: 10px;
  padding-top: 1rem; }

.quarter-bottom {
  padding-bottom: 10px;
  padding-bottom: 1rem; }

.wrapper, .container {
  margin: 0 auto; }

.full-wrapper {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.medium-wrapper, .portrait gallery > *, #eu-cookie .popup-wrapper {
  padding-left: 20px;
  padding-left: 2rem;
  padding-right: 20px;
  padding-right: 2rem;
  max-width: 1200px;
  max-width: 120rem;
  margin: 0 auto; }
  @media screen and (min-width: 1024px) {
    .medium-wrapper, .portrait gallery > *, #eu-cookie .popup-wrapper {
      padding-left: 30px;
      padding-left: 3rem; } }
  @media screen and (min-width: 1024px) {
    .medium-wrapper, .portrait gallery > *, #eu-cookie .popup-wrapper {
      padding-right: 30px;
      padding-right: 3rem; } }

.text-wrapper {
  max-width: 600px;
  max-width: 60rem;
  margin: 0 auto; }

.small-wrapper {
  max-width: 320px;
  max-width: 32rem;
  margin: 0 auto; }

.vertical-wrapper {
  height: 100%; }

.clear {
  clear: both; }

.box {
  width: 50%;
  float: left; }

.right {
  float: right; }

.centered {
  margin: 0 auto; }

@media screen and (min-width: 540px) {
  .box {
    width: 33.33%; } }
@media screen and (min-width: 740px) {
  .initial-top {
    padding-top: 240px;
    padding-top: 24rem; }

  .double-left {
    padding-left: 120px;
    padding-left: 12rem; }

  .padding-lr, .wrapper, .container {
    padding-left: 60px;
    padding-left: 6rem;
    padding-right: 60px;
    padding-right: 6rem; }

  .half-padding-lr, .small-wrapper {
    padding-left: 30px;
    padding-left: 3rem;
    padding-right: 30px;
    padding-right: 3rem; }

  .double-top {
    padding-top: 120px;
    padding-top: 12rem; }

  .double-bottom {
    padding-bottom: 120px;
    padding-bottom: 12rem; }

  .top {
    padding-top: 60px;
    padding-top: 6rem; }

  .bottom {
    padding-bottom: 60px;
    padding-bottom: 6rem; }

  .half-top, .header-top {
    padding-top: 30px;
    padding-top: 3rem; }

  .half-bottom, p, .header-top {
    padding-bottom: 30px;
    padding-bottom: 3rem; }

  .quarter-top, .thumb .project-title {
    padding-top: 15px;
    padding-top: 1.5rem; }

  .quarter-bottom {
    padding-bottom: 15px;
    padding-bottom: 1.5rem; }

  .vertical-wrapper {
    height: 100%;
    max-height: 720px; }

  .medium-wrapper, .portrait gallery > *, #eu-cookie .popup-wrapper {
    padding-left: 80px;
    padding-left: 8rem;
    padding-right: 80px;
    padding-right: 8rem; } }
  @media screen and (min-width: 740px) and (min-width: 1024px) {
    .medium-wrapper, .portrait gallery > *, #eu-cookie .popup-wrapper {
      padding-left: 120px;
      padding-left: 12rem; } }
  @media screen and (min-width: 740px) and (min-width: 1024px) {
    .medium-wrapper, .portrait gallery > *, #eu-cookie .popup-wrapper {
      padding-right: 120px;
      padding-right: 12rem; } }

@media screen and (min-width: 1024px) {
  .box {
    width: 25%; } }
@media screen and (min-width: 1420px) {
  .medium-wrapper, .portrait gallery > *, #eu-cookie .popup-wrapper {
    padding-left: 120px;
    padding-left: 12rem;
    padding-right: 120px;
    padding-right: 12rem; } }
  @media screen and (min-width: 1420px) and (min-width: 1024px) {
    .medium-wrapper, .portrait gallery > *, #eu-cookie .popup-wrapper {
      padding-left: 180px;
      padding-left: 18rem; } }
  @media screen and (min-width: 1420px) and (min-width: 1024px) {
    .medium-wrapper, .portrait gallery > *, #eu-cookie .popup-wrapper {
      padding-right: 180px;
      padding-right: 18rem; } }

@font-face {
  font-family: 'Aileron';
  src: url("fonts/Aileron/Aileron Bold/aileron-bold.woff2") format("woff2"), url("fonts/Aileron/Aileron Bold/aileron-bold.woff") format("woff");
  font-weight: 800;
  font-style: normal; }
@font-face {
  font-family: 'Aileron';
  src: url("fonts/Aileron/Aileron Semibold/aileron-semibold.woff2") format("woff2"), url("fonts/Aileron/Aileron Semibold/aileron-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }
h1, h2, h3, h4, h5, h6, p, a, span, li {
  font-family: "Aileron", sans-serif;
  font-weight: 800;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 14px;
  line-height: 1.4rem; }

.icon, .icon-about, .icon-close-project, .icon-more-info, .icon-new-project {
  display: block;
  width: 14px;
  width: 1.4rem;
  height: 20px;
  height: 2rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
  -webkit-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -ms-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1); }
  @media screen and (min-width: 1024px) {
    .icon, .icon-about, .icon-close-project, .icon-more-info, .icon-new-project {
      height: 30px;
      height: 3rem; } }
  .icon:hover, .icon-about:hover, .icon-close-project:hover, .icon-more-info:hover, .icon-new-project:hover {
    opacity: 0.8;
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    filter: alpha(opacity=80); }

.icon-about {
  background-image: url(img/ico/about.png);
  background-image: url(img/ico/about.svg); }

.icon-close-project {
  background-image: url(img/ico/close-project.png);
  background-image: url(img/ico/close-project.svg); }

.icon-more-info {
  background-image: url(img/ico/more-info.png);
  background-image: url(img/ico/more-info.svg); }

.icon-new-project {
  height: 33px !important;
  height: 3.3rem !important;
  background-image: url(img/ico/new-project.png);
  background-image: url(img/ico/new-project.svg); }

html {
  font-size: 10px; }

@media screen and (min-width: 1600px) {
  html {
    font-size: 11px; } }
@media screen and (min-width: 1800px) {
  html {
    font-size: 11px; } }
@media screen and (min-width: 2000px) {
  html {
    font-size: 12px; } }
@media screen and (min-width: 2200px) {
  html {
    font-size: 12px; } }
@media screen and (min-width: 2400px) {
  html {
    font-size: 12px; } }
body {
  font-family: "Aileron", sans-serif;
  font-weight: 800;
  color: #333333;
  background-color: white; }

img {
  width: 100%;
  display: block; }

* {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }
  * ::-moz-selection {
    color: #323232;
    background: rgba(200, 200, 200, 0.8); }
  * ::selection {
    color: #323232;
    background: rgba(200, 200, 200, 0.8); }

.header-top {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1), top 750ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1), top 750ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -ms-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1), top 750ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1), top 750ms cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1), top 750ms cubic-bezier(0.39, 0.575, 0.565, 1);
  height: 20px;
  height: 2rem; }
  .header-top.at-top {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    filter: alpha(opacity=100); }
  .header-top.at-left .branding, .header-top.scrolling-left .branding {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    filter: alpha(opacity=100); }
  .header-top.at-left .home-gallery-link, .header-top.scrolling-left .home-gallery-link {
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    filter: alpha(opacity=0);
    pointer-events: none; }
  .header-top.scrolling-right .branding,
  .header-top.scrolling-right .home-gallery-link {
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    filter: alpha(opacity=0);
    pointer-events: none; }
  .header-top nav ul li a {
    display: block;
    cursor: pointer;
    line-height: 20px;
    line-height: 2rem;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms; }
    .header-top nav ul li a span {
      font-size: 0; }
  .header-top.exit-top {
    top: -90px;
    top: -9rem; }

.branding {
  position: absolute;
  left: 0;
  width: 51.32px;
  width: 5.132rem;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  -webkit-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -ms-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1); }
  .branding:hover {
    opacity: 0.8;
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    filter: alpha(opacity=80); }

.home-gallery-link {
  -webkit-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -ms-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1); }

.navigation {
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  filter: alpha(opacity=100); }

.main-navigation {
  position: absolute;
  right: 0; }
  .main-navigation ul li {
    float: left;
    margin-left: 20px;
    margin-left: 2rem; }

.logo {
  display: block;
  border: 0px;
  background-image: url(img/logo/bhm_logo.png);
  background-image: url(img/logo/bhm_logo.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  height: 2rem;
  width: 51.32px;
  width: 5.132rem;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

.post .navigation,
.page .navigation {
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  filter: alpha(opacity=0);
  pointer-events: none; }

.home-gallery-link {
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  filter: alpha(opacity=0);
  pointer-events: none; }

.page .home-gallery-link {
  display: block;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  filter: alpha(opacity=100);
  opacity: 1 !important;
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  pointer-events: auto !important; }

@media screen and (min-width: 740px) {
  .post .home-gallery-link {
    display: block; }

  .header-top {
    height: 30px;
    height: 3rem; }
    .header-top nav ul li a {
      line-height: 30px;
      line-height: 3rem; }

  .branding {
    width: 76.98px;
    width: 7.698rem; }

  .logo {
    height: 30px;
    height: 3rem;
    width: 76.98px;
    width: 7.698rem; } }
@media screen and (min-width: 1024px) {
  .header-top.exit-top {
    top: 0; } }
main > * {
  background: white; }

body {
  -webkit-transition: all 750ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: all 750ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -ms-transition: all 750ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 750ms cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 750ms cubic-bezier(0.39, 0.575, 0.565, 1); }

a {
  color: #333333;
  transition: 200ms;
  cursor: pointer; }
  a:hover {
    color: black; }

.container {
  background-color: white;
  padding-top: 60px;
  padding-top: 6rem; }

.relative {
  position: relative;
  width: 100%; }

.left {
  float: left; }

.right {
  float: right; }

.selected {
  color: #333333;
  border-bottom: 1px solid #333333; }

main {
  -webkit-transition: opacity 750ms cubic-bezier(0.39, 0.575, 0.565, 1), transform 750ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: opacity 750ms cubic-bezier(0.39, 0.575, 0.565, 1), transform 750ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -ms-transition: opacity 750ms cubic-bezier(0.39, 0.575, 0.565, 1), transform 750ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: opacity 750ms cubic-bezier(0.39, 0.575, 0.565, 1), transform 750ms cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 750ms cubic-bezier(0.39, 0.575, 0.565, 1), transform 750ms cubic-bezier(0.39, 0.575, 0.565, 1); }

@media screen and (min-width: 540px) {
  .container {
    padding-top: 80px;
    padding-top: 8rem; } }
.touch .thumb {
  -webkit-transform: translateY(0) !important;
  -moz-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  -o-transform: translateY(0) !important;
  transform: translateY(0) !important; }

body.home-remove main {
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  filter: alpha(opacity=0); }

body.home {
  overflow-y: scroll; }

.p-1-table-wrapper {
  margin-left: -5px;
  margin-left: -0.5rem;
  margin-right: -5px;
  margin-right: -0.5rem; }

.p-1-table {
  display: table;
  width: 100%; }
  .p-1-table .p-1-col {
    display: none;
    vertical-align: top;
    width: 100%; }

#col-0 {
  display: inline-block; }

.thumb {
  display: block;
  -webkit-transition: all 600ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: all 600ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -ms-transition: all 600ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 600ms cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 600ms cubic-bezier(0.39, 0.575, 0.565, 1);
  width: 100%;
  padding: 5px;
  padding: 0.5rem;
  padding-top: 10px;
  padding-top: 1rem;
  padding-bottom: 10px;
  padding-bottom: 1rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .thumb.imageLoading {
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    filter: alpha(opacity=0); }
  .thumb a {
    border: none; }
    .thumb a .content-wrapper {
      position: relative; }
      .thumb a .content-wrapper figure {
        -webkit-transition: all 600ms cubic-bezier(0.39, 0.575, 0.565, 1);
        -moz-transition: all 600ms cubic-bezier(0.39, 0.575, 0.565, 1);
        -ms-transition: all 600ms cubic-bezier(0.39, 0.575, 0.565, 1);
        -o-transition: all 600ms cubic-bezier(0.39, 0.575, 0.565, 1);
        transition: all 600ms cubic-bezier(0.39, 0.575, 0.565, 1); }
        .thumb a .content-wrapper figure img {
          width: 100%; }
  .thumb .project-title {
    padding: 0;
    -webkit-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
    -moz-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
    -ms-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    bottom: 0;
    -webkit-transform: translateY(-2rem);
    -moz-transform: translateY(-2rem);
    -ms-transform: translateY(-2rem);
    -o-transform: translateY(-2rem);
    transform: translateY(-2rem);
    padding-left: 20px;
    padding-left: 2rem;
    padding-bottom: 16px;
    padding-bottom: 1.6rem; }

.portrait .thumb:first-of-type {
  padding-top: 0; }
.portrait .thumb:last-of-type {
  padding-bottom: 0; }

@media screen and (min-width: 540px) {
  .p-1-table .p-1-col {
    width: 50%; }

  .thumb {
    padding: 5px;
    padding: 0.5rem;
    padding-top: 10px;
    padding-top: 1rem;
    padding-bottom: 0; }

  #col-0 {
    margin-top: 60px;
    margin-top: 6rem; } }
  @media screen and (min-width: 540px) and (min-width: 1024px) {
    #col-0 {
      margin-top: 90px;
      margin-top: 9rem; } }

@media screen and (min-width: 540px) {
  #col-1 {
    display: inline-block; }

  #col-2 {
    margin-top: 120px;
    margin-top: 12rem; } }
  @media screen and (min-width: 540px) and (min-width: 1024px) {
    #col-2 {
      margin-top: 180px;
      margin-top: 18rem; } }

@media screen and (min-width: 740px) {
  .p-1-table-wrapper {
    margin-left: -7px;
    margin-left: -0.7rem;
    margin-right: -7px;
    margin-right: -0.7rem; }

  .thumb {
    padding: 7px;
    padding: 0.7rem;
    padding-top: 14px;
    padding-top: 1.4rem;
    padding-bottom: 0;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(10rem);
    -moz-transform: translateY(10rem);
    -ms-transform: translateY(10rem);
    -o-transform: translateY(10rem);
    transform: translateY(10rem); }
    .thumb.imageLoading {
      -webkit-transform: translateY(10rem);
      -moz-transform: translateY(10rem);
      -ms-transform: translateY(10rem);
      -o-transform: translateY(10rem);
      transform: translateY(10rem); }
    .thumb.not-inview.not-inview-top {
      -webkit-transform: translateY(-10rem);
      -moz-transform: translateY(-10rem);
      -ms-transform: translateY(-10rem);
      -o-transform: translateY(-10rem);
      transform: translateY(-10rem); }
    .thumb.not-inview.not-inview-bottom {
      -webkit-transform: translateY(10rem);
      -moz-transform: translateY(10rem);
      -ms-transform: translateY(10rem);
      -o-transform: translateY(10rem);
      transform: translateY(10rem); }
    .thumb.inview {
      -webkit-transform: translateY(0rem);
      -moz-transform: translateY(0rem);
      -ms-transform: translateY(0rem);
      -o-transform: translateY(0rem);
      transform: translateY(0rem);
      opacity: 1;
      -moz-opacity: 1;
      -khtml-opacity: 1;
      filter: alpha(opacity=100); }
    .thumb a:hover .content-wrapper figure {
      opacity: 0.15;
      -moz-opacity: 0.15;
      -khtml-opacity: 0.15;
      filter: alpha(opacity=15); }
    .thumb a:hover .project-title {
      opacity: 1;
      -moz-opacity: 1;
      -khtml-opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0); } }
@media screen and (min-width: 1040px) {
  .p-1-table .p-1-col {
    width: 33.33333%; }

  #col-2 {
    display: inline-block; } }
@media screen and (min-width: 1400px) {
  #col-0 {
    margin-top: 80px;
    margin-top: 8rem; } }
  @media screen and (min-width: 1400px) and (min-width: 1024px) {
    #col-0 {
      margin-top: 120px;
      margin-top: 12rem; } }

@media screen and (min-width: 1400px) {
  #col-1 {
    display: inline-block; }

  #col-2 {
    margin-top: 160px;
    margin-top: 16rem; } }
  @media screen and (min-width: 1400px) and (min-width: 1024px) {
    #col-2 {
      margin-top: 240px;
      margin-top: 24rem; } }

.main_page {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: white; }

section {
  background: white; }

.main_page p, .main_page h1, .main_page h2, .main_page h3 {
  padding-bottom: 0;
  padding-right: 18px;
  padding-right: 1.8rem;
  padding-bottom: 18px;
  padding-bottom: 1.8rem; }

body.page {
  overflow-y: scroll; }

.portrait .about-content > div {
  padding-bottom: 36px;
  padding-bottom: 3.6rem; }
  .portrait .about-content > div:last-child {
    padding-bottom: 0; }
  .portrait .about-content > div p:last-of-type {
    padding-bottom: 0; }

.landscape .page-content > div {
  float: left;
  width: 50%; }
.landscape .about-content > div {
  float: left;
  width: 50%;
  padding-bottom: 18px;
  padding-bottom: 1.8rem; }
  .landscape .about-content > div:first-child {
    width: 100%; }
@media screen and (min-width: 740px) {
  .landscape .about-content > div {
    float: left;
    width: 25%; }
    .landscape .about-content > div:first-child {
      width: 50%; } }

.main_page.ng-animate.ng-leave-active {
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  filter: alpha(opacity=0); }

body.post-remove .main_post {
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 600ms;
  -moz-transition: opacity 600ms;
  -ms-transition: opacity 600ms;
  -o-transition: opacity 600ms;
  transition: opacity 600ms; }
  body.post-remove .main_post.ng-leave.ng-leave-active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }

.touch .figure-wrapper {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  filter: alpha(opacity=100);
  opacity: 1 !important;
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  filter: alpha(opacity=100) !important; }

.gallery-separator-right {
  -webkit-transition: all 600ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: all 600ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -ms-transition: all 600ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 600ms cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 600ms cubic-bezier(0.39, 0.575, 0.565, 1); }

html.post,
body.post {
  overflow: hidden; }

.gallery-info .em {
  width: 14px;
  width: 1.4rem;
  height: 14px;
  height: 1.4rem;
  margin-top: -2px;
  margin-top: -0.2rem;
  font-family: "Aileron", sans-serif;
  font-weight: 800;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 14px;
  line-height: 1.4rem; }

.portrait .main_post {
  height: 100vh;
  width: 100vw;
  overflow: auto;
  position: absolute;
  -webkit-overflow-scrolling: touch; }
  .portrait .main_post.ng-leave.ng-leave-active article {
    margin-top: -100vh;
    margin-top: -moz-calc(-100vh + 320px);
    margin-top: -moz-calc(-100vh + 32rem);
    margin-top: -webkit-calc(-100vh + 320px);
    margin-top: -webkit-calc(-100vh + 32rem);
    margin-top: -o-calc(-100vh + 320px);
    margin-top: -o-calc(-100vh + 32rem);
    margin-top: calc(-100vh + 320px);
    margin-top: calc(-100vh + 32rem); }
    @media screen and (min-width: 740px) {
      .portrait .main_post.ng-leave.ng-leave-active article {
        margin-top: -100vh;
        margin-top: -moz-calc(-100vh + 480px);
        margin-top: -moz-calc(-100vh + 48rem);
        margin-top: -webkit-calc(-100vh + 480px);
        margin-top: -webkit-calc(-100vh + 48rem);
        margin-top: -o-calc(-100vh + 480px);
        margin-top: -o-calc(-100vh + 48rem);
        margin-top: calc(-100vh + 480px);
        margin-top: calc(-100vh + 48rem); } }
  .portrait .main_post.ng-leave.ng-leave-active .next-gallery-content {
    overflow: visible;
    height: auto; }
.portrait .action-label {
  display: none; }
.portrait gallery .figure-wrapper:last-child {
  padding-bottom: 0; }
.portrait .figure-wrapper {
  padding-bottom: 20px;
  padding-bottom: 2rem; }
  @media screen and (min-width: 1024px) {
    .portrait .figure-wrapper {
      padding-bottom: 30px;
      padding-bottom: 3rem; } }
.portrait .next-wrapper {
  background: white; }
.portrait .next-gallery-link {
  display: none; }
.portrait .gallery-separator-left {
  -webkit-transition: all 600ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: all 600ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -ms-transition: all 600ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 600ms cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 600ms cubic-bezier(0.39, 0.575, 0.565, 1);
  height: 100vh;
  height: -moz-calc(100vh - 320px);
  height: -moz-calc(100vh - 32rem);
  height: -webkit-calc(100vh - 320px);
  height: -webkit-calc(100vh - 32rem);
  height: -o-calc(100vh - 320px);
  height: -o-calc(100vh - 32rem);
  height: calc(100vh - 320px);
  height: calc(100vh - 32rem); }
  @media screen and (min-width: 740px) {
    .portrait .gallery-separator-left {
      height: 100vh;
      height: -moz-calc(100vh - 480px);
      height: -moz-calc(100vh - 48rem);
      height: -webkit-calc(100vh - 480px);
      height: -webkit-calc(100vh - 48rem);
      height: -o-calc(100vh - 480px);
      height: -o-calc(100vh - 48rem);
      height: calc(100vh - 480px);
      height: calc(100vh - 48rem); } }
.portrait .next-gallery-content {
  display: block;
  height: 160px;
  height: 16rem;
  overflow: hidden; }
  @media screen and (min-width: 740px) {
    .portrait .next-gallery-content {
      height: 240px;
      height: 24rem; } }
.portrait article {
  -webkit-transition: all 600ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: all 600ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -ms-transition: all 600ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 600ms cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 600ms cubic-bezier(0.39, 0.575, 0.565, 1); }
.portrait .gallery-info-text-complete {
  display: none; }
.portrait .gallery-info-text-placeholder {
  height: 20px;
  height: 2rem; }
  @media screen and (min-width: 1024px) {
    .portrait .gallery-info-text-placeholder {
      height: 30px;
      height: 3rem; } }

.post .header-top.at-right .branding {
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  filter: alpha(opacity=0);
  pointer-events: none; }
.post .header-top.at-right .home-gallery-link {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  filter: alpha(opacity=100);
  pointer-events: auto; }

.landscape .main_post.ng-leave.ng-leave-active .post {
  overflow: hidden; }
.landscape .main_post.ng-leave.ng-leave-active .gallery-separator-right {
  width: 0; }
.landscape .main_post.ng-leave.ng-leave-active .next-wrapper > * {
  overflow: visible; }
.landscape .main_post.ng-leave.ng-leave-active .intro-wrapper.at-right .next-gallery-link {
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  filter: alpha(opacity=0); }
.landscape .main_post.ng-leave.ng-leave-active .main-gallery {
  -webkit-transform: translateX(-30rem);
  -moz-transform: translateX(-30rem);
  -ms-transform: translateX(-30rem);
  -o-transform: translateX(-30rem);
  transform: translateX(-30rem);
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  filter: alpha(opacity=0);
  opacity: 0 !important;
  -moz-opacity: 0 !important;
  -khtml-opacity: 0 !important;
  filter: alpha(opacity=0) !important; }
.landscape .gallery-info-text-portrait {
  display: none; }
.landscape .main_post {
  height: 100%;
  width: 100vw;
  overflow: auto;
  position: absolute;
  top: 0; }
.landscape .post {
  overflow-y: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  position: static;
  width: 100%;
  height: 100vh; }
.landscape .intro-wrapper {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
  padding-top: 0; }
  .landscape .intro-wrapper.at-left .gallery-info, .landscape .intro-wrapper.scrolling-left .gallery-info {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    filter: alpha(opacity=100); }
  .landscape .intro-wrapper.at-left .next-gallery-link, .landscape .intro-wrapper.scrolling-left .next-gallery-link {
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    filter: alpha(opacity=0);
    pointer-events: none; }
  .landscape .intro-wrapper.scrolling-right .gallery-info,
  .landscape .intro-wrapper.scrolling-right .next-gallery-link {
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    filter: alpha(opacity=0);
    pointer-events: none; }
  .landscape .intro-wrapper.at-right .gallery-info {
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    filter: alpha(opacity=0); }
  .landscape .intro-wrapper.at-right .next-gallery-link {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    filter: alpha(opacity=100); }
  .landscape .intro-wrapper > * {
    height: 100%; }
    .landscape .intro-wrapper > * > * {
      position: relative;
      width: 100%; }
      .landscape .intro-wrapper > * > * > * {
        position: absolute;
        bottom: 12px;
        bottom: 1.2rem; }
        @media screen and (min-width: 740px) {
          .landscape .intro-wrapper > * > * > * {
            bottom: 27px;
            bottom: 2.7rem; } }
        .landscape .intro-wrapper > * > * > *:first-child {
          left: -25px;
          left: -2.5rem; }
        .landscape .intro-wrapper > * > * > *:last-child {
          right: 0; }
.landscape .next-gallery-link {
  -webkit-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -ms-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
  pointer-events: none; }
.landscape .gallery-wrapper {
  display: table;
  height: 100%; }
  .landscape .gallery-wrapper > * {
    display: table-cell; }
.landscape .gallery-info {
  max-width: 400px;
  max-width: 40rem;
  -webkit-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -ms-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
  position: relative;
  padding: 25px;
  padding: 2.5rem;
  padding-top: 22px;
  padding-top: 2.2rem;
  padding-bottom: 0; }
  .landscape .gallery-info p {
    padding: 0; }
.landscape .action-label {
  text-transform: uppercase;
  float: left; }
  .landscape .action-label a {
    font-size: 9px;
    font-size: 0.9rem;
    color: #b4b4b4;
    line-height: 12px;
    line-height: 1.2rem;
    font-weight: 600;
    border-bottom: 1px solid; }
.landscape .gallery-info-title {
  float: left;
  padding-right: 15px;
  padding-right: 1.5rem;
  white-space: nowrap; }
.landscape .gallery-info-text {
  clear: both;
  overflow: hidden; }
.landscape gallery {
  vertical-align: middle;
  -webkit-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -ms-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1); }
  .landscape gallery > * {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap; }
.landscape .figure-wrapper {
  padding-top: 60px;
  padding-top: 6rem;
  padding-bottom: 60px;
  padding-bottom: 6rem; }
  @media screen and (min-width: 1024px) {
    .landscape .figure-wrapper {
      padding-top: 90px;
      padding-top: 9rem; } }
  @media screen and (min-width: 1024px) {
    .landscape .figure-wrapper {
      padding-bottom: 90px;
      padding-bottom: 9rem; } }
.landscape .gallery-figure {
  padding-left: 10px;
  padding-left: 1rem;
  padding-right: 10px;
  padding-right: 1rem;
  max-height: 100vh;
  max-height: -moz-calc(100vh - 120px);
  max-height: -moz-calc(100vh - 12rem);
  max-height: -webkit-calc(100vh - 120px);
  max-height: -webkit-calc(100vh - 12rem);
  max-height: -o-calc(100vh - 120px);
  max-height: -o-calc(100vh - 12rem);
  max-height: calc(100vh - 120px);
  max-height: calc(100vh - 12rem);
  height: 720px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  @media screen and (min-width: 740px) {
    .landscape .gallery-figure {
      padding-left: 15px;
      padding-left: 1.5rem;
      padding-right: 15px;
      padding-right: 1.5rem;
      max-height: 100vh;
      max-height: -moz-calc(100vh - 180px);
      max-height: -moz-calc(100vh - 18rem);
      max-height: -webkit-calc(100vh - 180px);
      max-height: -webkit-calc(100vh - 18rem);
      max-height: -o-calc(100vh - 180px);
      max-height: -o-calc(100vh - 18rem);
      max-height: calc(100vh - 180px);
      max-height: calc(100vh - 18rem); } }
  .landscape .gallery-figure.first-image {
    margin-left: 50vw;
    padding-left: 0; }
  .landscape .gallery-figure.last-image {
    padding-right: 0; }
  .landscape .gallery-figure img {
    width: auto;
    max-width: 100vw;
    max-width: -moz-calc(100vw - 80px);
    max-width: -moz-calc(100vw - 8rem);
    max-width: -webkit-calc(100vw - 80px);
    max-width: -webkit-calc(100vw - 8rem);
    max-width: -o-calc(100vw - 80px);
    max-width: -o-calc(100vw - 8rem);
    max-width: calc(100vw - 80px);
    max-width: calc(100vw - 8rem);
    height: auto;
    max-height: 100%; }
    @media screen and (min-width: 740px) {
      .landscape .gallery-figure img {
        max-width: 100vw;
        max-width: -moz-calc(100vw - 120px);
        max-width: -moz-calc(100vw - 12rem);
        max-width: -webkit-calc(100vw - 120px);
        max-width: -webkit-calc(100vw - 12rem);
        max-width: -o-calc(100vw - 120px);
        max-width: -o-calc(100vw - 12rem);
        max-width: calc(100vw - 120px);
        max-width: calc(100vw - 12rem); } }
.landscape .gallery-separator > * {
  width: 50vw;
  width: -moz-calc(50vw - 80px);
  width: -moz-calc(50vw - 8rem);
  width: -webkit-calc(50vw - 80px);
  width: -webkit-calc(50vw - 8rem);
  width: -o-calc(50vw - 80px);
  width: -o-calc(50vw - 8rem);
  width: calc(50vw - 80px);
  width: calc(50vw - 8rem);
  max-width: 600px;
  max-width: 60rem; }
  @media screen and (min-width: 740px) {
    .landscape .gallery-separator > * {
      width: 50vw;
      width: -moz-calc(50vw - 120px);
      width: -moz-calc(50vw - 12rem);
      width: -webkit-calc(50vw - 120px);
      width: -webkit-calc(50vw - 12rem);
      width: -o-calc(50vw - 120px);
      width: -o-calc(50vw - 12rem);
      width: calc(50vw - 120px);
      width: calc(50vw - 12rem); } }
  @media screen and (min-width: 1420px) {
    .landscape .gallery-separator > * {
      width: 50vw;
      width: -moz-calc(50vw - 180px);
      width: -moz-calc(50vw - 18rem);
      width: -webkit-calc(50vw - 180px);
      width: -webkit-calc(50vw - 18rem);
      width: -o-calc(50vw - 180px);
      width: -o-calc(50vw - 18rem);
      width: calc(50vw - 180px);
      width: calc(50vw - 18rem); } }
.landscape .gallery-separator-left {
  margin-left: -40px;
  margin-left: -4rem; }
  @media screen and (min-width: 1024px) {
    .landscape .gallery-separator-left {
      margin-left: -60px;
      margin-left: -6rem; } }
.landscape .gallery-separator-right {
  margin-left: -40px;
  margin-left: -4rem; }
  @media screen and (min-width: 1024px) {
    .landscape .gallery-separator-right {
      margin-left: -60px;
      margin-left: -6rem; } }
.landscape .next-wrapper > * {
  width: 50vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
  background: white; }
  .landscape .next-wrapper > * > * {
    position: absolute; }
.landscape .next-gallery-wrapper {
  display: table;
  height: 100vh;
  -webkit-transition: all 600ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: all 600ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -ms-transition: all 600ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 600ms cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 600ms cubic-bezier(0.39, 0.575, 0.565, 1); }
  .landscape .next-gallery-wrapper > * {
    display: table-cell; }
.landscape .next-gallery-content {
  vertical-align: middle; }
  .landscape .next-gallery-content .gallery-figure.first-image {
    margin-left: 0; }
.landscape .gallery-next-nav {
  padding-left: 40px;
  padding-left: 4rem; }
  @media screen and (min-width: 1024px) {
    .landscape .gallery-next-nav {
      padding-left: 60px;
      padding-left: 6rem; } }
  .landscape .gallery-next-nav > * {
    position: absolute;
    height: 100vh;
    top: 0; }
  .landscape .gallery-next-nav .icon-close-project {
    position: absolute;
    top: 20px;
    top: 2rem; }
    @media screen and (min-width: 1024px) {
      .landscape .gallery-next-nav .icon-close-project {
        top: 30px;
        top: 3rem; } }
  .landscape .gallery-next-nav .icon-new-project {
    position: absolute;
    bottom: 20px;
    bottom: 2rem; }
    @media screen and (min-width: 1024px) {
      .landscape .gallery-next-nav .icon-new-project {
        bottom: 30px;
        bottom: 3rem; } }
.landscape .gallery-info-text-placeholder {
  display: none; }
.landscape .gallery-info-text-ellipsed {
  height: 18px;
  height: 1.8rem;
  -webkit-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -ms-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1); }
.landscape .gallery-info-text-complete {
  display: block;
  height: 15.4px;
  height: 1.54rem;
  margin-top: -15.4px;
  margin-top: -1.54rem;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -ms-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1); }
.landscape .gallery-info-text-open.gallery-info-text-ellipsed {
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  filter: alpha(opacity=0); }
.landscape .gallery-info-text-open.gallery-info-text-complete {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  filter: alpha(opacity=100); }
.landscape .gallery-info-text-placeholder {
  display: block;
  height: 25px;
  height: 2.5rem; }

.img-wrapper-hidden .main-gallery,
.img-wrapper-hidden .home-gallery-link {
  opacity: 0.3;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  filter: alpha(opacity=30);
  opacity: 0.3 !important;
  -moz-opacity: 0.3 !important;
  -khtml-opacity: 0.3 !important;
  filter: alpha(opacity=30) !important; }

.img-wrapper-faded .main-gallery,
.img-wrapper-faded .next-gallery-wrapper,
.img-wrapper-faded .next-gallery-link {
  opacity: 0.3;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  filter: alpha(opacity=30);
  opacity: 0.3 !important;
  -moz-opacity: 0.3 !important;
  -khtml-opacity: 0.3 !important;
  filter: alpha(opacity=30) !important; }

@media screen and (min-width: 740px) {
  .landscape .intro-wrapper > * > * > * {
    bottom: 28px;
    bottom: 2.8rem; } }
@media screen and (min-width: 1025px) {
  .landscape .figure-wrapper {
    -webkit-transition: all 600ms cubic-bezier(0.39, 0.575, 0.565, 1);
    -moz-transition: all 600ms cubic-bezier(0.39, 0.575, 0.565, 1);
    -ms-transition: all 600ms cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: all 600ms cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 600ms cubic-bezier(0.39, 0.575, 0.565, 1); }
    .landscape .figure-wrapper.imageLoading, .landscape .figure-wrapper.not-inview.inview-pristine {
      -webkit-transform: translateX(6rem);
      -moz-transform: translateX(6rem);
      -ms-transform: translateX(6rem);
      -o-transform: translateX(6rem);
      transform: translateX(6rem);
      opacity: 0;
      -moz-opacity: 0;
      -khtml-opacity: 0;
      filter: alpha(opacity=0); }
    .landscape .figure-wrapper.inview-pristine-remove.inview-add-active {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0); } }
.iphone.landscape .main_post {
  position: fixed; }
.iphone.landscape .figure-wrapper {
  padding-bottom: 90px;
  padding-bottom: 9rem; }
  @media screen and (min-width: 740px) {
    .iphone.landscape .figure-wrapper {
      padding-bottom: 110px;
      padding-bottom: 11rem; } }
.iphone.landscape .gallery-figure {
  max-height: 100vh;
  max-height: -moz-calc(100vh - 150px);
  max-height: -moz-calc(100vh - 15rem);
  max-height: -webkit-calc(100vh - 150px);
  max-height: -webkit-calc(100vh - 15rem);
  max-height: -o-calc(100vh - 150px);
  max-height: -o-calc(100vh - 15rem);
  max-height: calc(100vh - 150px);
  max-height: calc(100vh - 15rem); }
  @media screen and (min-width: 740px) {
    .iphone.landscape .gallery-figure {
      max-height: 100vh;
      max-height: -moz-calc(100vh - 220px);
      max-height: -moz-calc(100vh - 22rem);
      max-height: -webkit-calc(100vh - 220px);
      max-height: -webkit-calc(100vh - 22rem);
      max-height: -o-calc(100vh - 220px);
      max-height: -o-calc(100vh - 22rem);
      max-height: calc(100vh - 220px);
      max-height: calc(100vh - 22rem); } }

/*
 *	Footer
 */
.post footer {
  display: none; }

#eu-cookie {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: white;
  padding: 0;
  z-index: 100;
  border-top: 1px solid #333; }
  #eu-cookie p,
  #eu-cookie a {
    font-size: 10px;
    font-size: 1rem;
    line-height: 12.5px;
    line-height: 1.25rem;
    padding: 0; }
  #eu-cookie a {
    border-bottom: 1px solid; }
    #eu-cookie a:hover {
      border-bottom: 1px solid; }
  #eu-cookie .popup-wrapper {
    padding-top: 10px;
    padding-top: 1rem;
    padding-bottom: 10px;
    padding-bottom: 1rem;
    position: relative; }
    #eu-cookie .popup-wrapper .close-icon {
      float: right; }
    #eu-cookie .popup-wrapper .popup-text {
      float: left;
      width: 100%; }

@media screen and (min-width: 740px) {
  #eu-cookie .popup-wrapper {
    padding-top: 15px;
    padding-top: 1.5rem;
    padding-bottom: 15px;
    padding-bottom: 1.5rem; } }

/*# sourceMappingURL=style.css.map */
