/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on January 31, 2020 */
@font-face {
  font-family: 'galano_grotesque_medium';
  src: url('../fonts/galano_grotesque_medium-webfont.woff2') format('woff2'), url('../fonts/galano_grotesque_medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'galano_grotesque';
  src: url('../fonts/galano_grotesque-webfont.woff2') format('woff2'), url('../fonts/galano_grotesque-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/* 1. Reset/Normalize */
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
th,
td,
article,
aside,
figure,
footer,
header,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
}
/* 2. Global */
body {
  min-height: 100vh;
  font-weight: normal;
  font-family: 'galano_grotesque', Arial, sans-serif;
  font-size: 1.75em;
  line-height: 1.28571429;
  color: #000000;
  background: #ffffff;
}
@media (max-width: 600px) {
  body {
    font-family: 'galano_grotesque_medium', Arial, sans-serif;
    font-size: 1.25em;
    line-height: 1.2;
  }
}
input,
select,
textarea,
button {
  font-family: 'galano_grotesque', Arial, sans-serif;
  font-size: 1em;
}
a img {
  border: 0;
}
::-moz-focus-inner {
  padding: 0;
  border: 0;
}
/* 3. Layout */
.inner {
  max-width: 1674px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 601px) {
  .inner {
    padding: 0 37px;
  }
}
.inner-main {
  max-width: 926px;
  margin: 0 auto;
  padding: 0;
}
.inner-text {
  max-width: 760px;
  margin: 0 auto;
}
.with-padding {
  border-top: 83px solid #f7f4e5;
}
.page-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 60px;
  background: rgba(255, 255, 255, 0);
}
.page-content {
  min-height: calc(100vh - 240px - 83px);
  padding-bottom: 1.60714286em;
  background: #f7f4e5;
  border: solid #f7f4e5;
  border-width: 7px 7px 0;
}
.page-footer {
  min-height: 240px;
  border: solid transparent;
  border-width: 0 7px;
}
.grid {
  margin-right: -24px;
}
.column {
  padding-right: 24px;
  padding-bottom: 24px;
}
.column:empty {
  margin-bottom: 0;
}
.grid-image {
  margin-right: 0;
}
.grid-image .column {
  padding-right: 0;
}
.grid-image .column-image img {
  display: block;
  width: 100%;
}
.grid-image .sub-title {
  margin-bottom: 0.25em;
}
.grid-4,
.grid-5 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.grid-4 .column,
.grid-5 .column {
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 40%;
  max-width: 50%;
}
.no-flexbox .grid-4,
.flexboxtweener .grid-4,
.no-flexbox .grid-5,
.flexboxtweener .grid-5 {
  display: block;
}
.no-flexbox .grid-4 .column,
.flexboxtweener .grid-4 .column,
.no-flexbox .grid-5 .column,
.flexboxtweener .grid-5 .column {
  float: left;
  flex: none;
  width: 50%;
}
.no-flexbox .grid-4 .column:nth-of-type(2n + 1),
.flexboxtweener .grid-4 .column:nth-of-type(2n + 1),
.no-flexbox .grid-5 .column:nth-of-type(2n + 1),
.flexboxtweener .grid-5 .column:nth-of-type(2n + 1) {
  clear: left;
}
/*@media (@breakpoint-s-max) {
	.grid-3 {
		.clearfix();
	}
}*/
@media (max-width: 600px) {
  .grid-2:before,
  .grid-3:before,
  .grid-2:after,
  .grid-3:after {
    display: table;
    content: '';
  }
  .grid-2:after,
  .grid-3:after {
    clear: both;
  }
}
/*@media (@breakpoint-s) {
	.grid-3 {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;

		.column {
			-webkit-flex: 1 0 auto;
			flex: 1 0 auto;
			width: 40%;
			max-width: 50%;
		}
	}

	.no-flexbox,
	.flexboxtweener {
		.grid-3 {
			display: block;

			.column {
				float: left;
				flex: none;
				width: 50%;

				&:nth-of-type(2n + 1) {
					clear: left;
				}
			}
		}
	}
}*/
@media (min-width: 601px) {
  .grid {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .column {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 40%;
  }
  .grid-image .column-text {
    padding-right: 1em;
    padding-left: 1em;
  }
  .grid-image-right {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .grid-2 {
    margin-right: -48px;
  }
  .grid-2 .column {
    padding-right: 48px;
    padding-bottom: 36px;
  }
  .grid-3 .column {
    width: 100%;
  }
  .grid-4 .column {
    width: 22%;
    max-width: none;
  }
  .grid-5 .column {
    width: 18%;
    max-width: none;
  }
  .no-flexbox .grid,
  .flexboxtweener .grid {
    display: block;
  }
  .no-flexbox .column,
  .flexboxtweener .column {
    float: left;
    flex: none;
    width: 50%;
  }
  .no-flexbox .column:nth-of-type(2n + 1),
  .flexboxtweener .column:nth-of-type(2n + 1) {
    clear: left;
  }
  .no-flexbox .grid-4 .column,
  .flexboxtweener .grid-4 .column {
    width: 50%;
  }
  .no-flexbox .grid-5 .column,
  .flexboxtweener .grid-5 .column {
    width: 50%;
  }
}
@media (min-width: 961px) {
  .grid-3 .column {
    width: 30%;
    max-width: none;
  }
  .grid-3 .column-x2 {
    -webkit-flex: 2 0 auto;
    flex: 2 0 auto;
    width: 60%;
  }
  .no-flexbox .grid-3 .column,
  .flexboxtweener .grid-3 .column {
    width: 33.333%;
  }
  .no-flexbox .grid-3 .column:nth-of-type(2n + 1),
  .flexboxtweener .grid-3 .column:nth-of-type(2n + 1) {
    clear: none;
  }
  .no-flexbox .grid-3 .column:nth-of-type(3n + 1),
  .flexboxtweener .grid-3 .column:nth-of-type(3n + 1) {
    clear: left;
  }
}
/* 4. Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 1em;
  line-height: 1.28571429;
}
@media (max-width: 600px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.2;
  }
}
.main-title {
  margin-bottom: 0.667em;
  font-size: 2.85714286em;
  line-height: 1;
  text-align: center;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.main-title-hidden {
  opacity: 0;
}
.main-title-visible {
  opacity: 1;
}
.no-js .main-title-hidden {
  opacity: 1;
}
.section-title {
  text-transform: uppercase;
}
.sub-title {
  text-transform: uppercase;
}
.inline-title {
  float: left;
  margin-bottom: 0;
}
.inline-title:after {
  content: ' — ';
}
p {
  margin-bottom: 1.28571429em;
}
p:last-child {
  margin-bottom: 0;
}
.small {
  margin-top: 0.5em;
  font-size: 0.57142857em;
  line-height: 1.25;
}
@media (min-width: 601px) {
  .large {
    font-size: 1.25em;
    line-height: 1.14285714;
  }
}
a {
  text-decoration: none;
}
a:focus,
a:hover {
  text-decoration: none;
}
strong {
  font-weight: normal;
}
em,
address {
  font-style: normal;
}
ul {
  list-style: none inside;
}
.inline-list li {
  display: inline;
}
.inline-list li:not(:last-child):after {
  content: ', ';
}
/* 5. Colours */
a {
  color: #000000;
  outline: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
a:focus,
a:hover {
  color: #000000;
}
/* 6. Header */
.page-header {
  padding-top: 0.6em;
  border: solid transparent;
  border-width: 0 7px;
}
.page-header a {
  color: inherit;
}
.page-header-light {
  color: #ffffff;
}
.page-header-dark {
  color: #000000;
}
.page-header-over {
  color: #000000;
  pointer-events: none;
}
@media (min-width: 601px) {
  .page-header-hidden {
    -webkit-transform: translate(0, -60px);
    -ms-transform: translate(0, -60px);
    transform: translate(0, -60px);
    -webkit-transition: -webkit-transform 1s ease-out 0.5s;
    transition: transform 1s ease-out 0.5s;
  }
}
@media (max-width: 600px) {
  .page-header .inner {
    padding-right: 0.5em;
    padding-left: 0.5em;
  }
}
.page-title {
  float: left;
  pointer-events: auto;
}
.page-nav-button {
  float: right;
  display: inline-block;
  padding: 0;
  text-transform: lowercase;
  color: inherit;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  pointer-events: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.page-nav-button em {
  margin-left: 0.16em;
}
.page-nav-button i {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 21px;
  margin: -10px 0 0 0;
  vertical-align: middle;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}
.page-nav-button span {
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 100%;
  height: 3px;
  background: currentColor;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
}
.page-nav-button span:first-child {
  top: 0;
}
.page-nav-button span:last-child {
  top: 18px;
}
@media (min-width: 601px) {
  .page-title {
    font-size: 0.89285714em;
    line-height: 1.2;
  }
  .page-nav-button {
    font-size: 0.89285714em;
    line-height: 1.2;
  }
}
@media (max-width: 600px) {
  .page-nav-button {
    margin-right: -2px;
  }
  .page-nav-button i {
    width: 22px;
    height: 14px;
  }
  .page-nav-button span {
    top: 6px;
    height: 2px;
  }
  .page-nav-button span:first-child {
    top: 0;
  }
  .page-nav-button span:last-child {
    top: 12px;
  }
}
.page-nav {
  position: relative;
  clear: both;
  float: none;
}
.page-nav ul {
  display: none;
  font-size: 1.78571429em;
  line-height: 1;
  text-align: center;
}
.page-nav li {
  display: block;
  padding: 10px 0;
}
.page-nav a {
  display: inline-block;
}
.page-nav a:focus,
.page-nav a:hover {
  text-decoration: underline;
}
.page-nav a:focus .svg-ico,
.page-nav a:hover .svg-ico {
  color: #000000;
  background: #ffffff;
  border-color: #ffffff;
}
.page-nav .svg-ico {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.25em;
  vertical-align: top;
  border: 2px solid currentColor;
  border-radius: 26px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.page-nav .svg-ico svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 440px) {
  .page-nav-button em {
    display: none;
  }
}
.social-nav {
  display: none;
  text-align: center;
}
.social-nav ul {
  position: absolute;
  bottom: 3em;
  left: 0;
  display: block;
  width: 100%;
  margin: -0.25em 0.1em 0;
}
.social-nav > a:focus,
.social-nav > a:hover {
  text-decoration: underline;
}
.nav-blog {
  position: absolute;
  bottom: 1.5em;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.nav-lang {
  position: absolute;
  top: 0.667em;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.with-page-nav-open {
  height: 100%;
  overflow: hidden;
}
.with-page-nav-open .page-header {
  height: 100%;
  color: #f7f4e5;
  background: #000000;
  pointer-events: auto;
}
.with-page-nav-open .page-header .inner {
  min-height: 100%;
}
.with-page-nav-open .page-header a {
  color: #f7f4e5;
}
.with-page-nav-open .page-title {
  display: none;
}
.with-page-nav-open .page-nav-button {
  color: #ffffff;
}
.with-page-nav-open .page-nav-button span {
  background: #ffffff;
}
.with-page-nav-open .page-nav-button span:first-child,
.with-page-nav-open .page-nav-button span:last-child {
  top: 7px;
  left: 50%;
  width: 0;
}
.with-page-nav-open .page-nav-button span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.with-page-nav-open .page-nav-button span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.with-page-nav-open .page-nav {
  position: absolute;
  top: 45%;
  left: 50%;
  min-width: 240px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.with-page-nav-open .page-nav ul {
  display: block;
}
.with-page-nav-open .social-nav {
  display: block;
}
.with-page-nav-open .social-nav li {
  margin: 0 0.1em;
}
.with-page-nav-open .social-nav .ico a {
  color: #000000;
  background: #f7f4e5;
  border-color: #f7f4e5;
}
.with-page-nav-open .social-nav .ico a:focus,
.with-page-nav-open .social-nav .ico a:hover {
  color: #f7f4e5;
  background: #000000;
  border-color: #f7f4e5;
}
@media (max-width: 600px) {
  .page-nav ul {
    font-size: 2em;
    line-height: 1;
  }
  .social-nav .ico {
    width: 2em;
    height: 2em;
  }
}
@media (max-height: 520px) {
  .with-page-nav-open .page-nav {
    top: 45%;
  }
  .with-page-nav-open .page-nav ul {
    font-size: 1em;
    line-height: 1;
  }
  .social-nav ul {
    bottom: 1.5em;
  }
  .social-nav .ico {
    width: 1em;
    height: 1em;
  }
  .nav-lang,
  .nav-blog {
    font-size: 0.6em;
    line-height: 1.25;
  }
  .nav-lang {
    top: 1.5em;
  }
  .nav-blog {
    bottom: 0.75em;
  }
}
/* 7. Footer */
.page-footer {
  padding-top: 2.25em;
  padding-bottom: 1.60714286em;
}
@media (min-width: 961px) {
  .page-footer .contacts {
    width: 43.15789474%;
  }
  .page-footer .studio {
    width: 43.15789474%;
  }
  .page-footer .social {
    width: 13.68421053%;
    text-align: right;
  }
}
@media (max-width: 960px) {
  .page-footer .social {
    width: auto;
    max-width: none;
    text-align: center;
  }
}
/* 8. Content */
.flash {
  margin: 1.28571429em 0;
}
.message {
  text-transform: lowercase;
}
.message-success {
  color: #118743;
}
.message-error {
  color: #e00a1d;
}
.ico {
  display: inline-block;
  width: 1.75em;
  height: 1.75em;
}
.ico a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  background: #000000;
  border: 2px solid #000000;
  border-radius: 1em;
}
.ico a:focus,
.ico a:hover {
  color: #000000;
  background: rgba(0, 0, 0, 0);
  border-color: #000000;
}
.ico .svg-ico {
  display: block;
  width: 100%;
  height: 100%;
}
.ico .svg-ico svg {
  width: 100%;
  height: 100%;
}
.landmark {
  height: 0;
  margin: 0;
  background: transparent;
  border: 0;
}
.section {
  padding: 1.28571429em 0;
}
.page-content .section:first-child {
  padding-top: 0.96428571em;
}
.page-content .section:first-child .main-title {
  margin-bottom: 1em;
}
.section-light {
  background: #f7f4e5;
}
.section-error {
  text-align: center;
  padding: 3.85714286em 0;
}
.section-welcome {
  padding-top: 2.37857143em;
}
.section-cta {
  margin-bottom: 0.64285714em;
  text-align: center;
}
.section-title + .section-cta {
  margin-top: 1.28571429em;
}
@media (max-width: 600px) {
  .section-welcome {
    padding: 1.28571429em 0 0;
  }
}
.hero {
  position: relative;
  height: calc(100vh - 7px - 7px);
  color: #ffffff;
}
.hero .inner {
  position: relative;
  z-index: 40;
  pointer-events: none;
}
.hero .main-title {
  position: absolute;
  top: 40%;
  max-width: 300px;
  font-size: 3.21428571em;
  line-height: 1;
  text-align: left;
  -webkit-transform: translate(0, -55%);
  -ms-transform: translate(0, -55%);
  transform: translate(0, -55%);
}
@media (min-width: 601px) {
  .hero .main-title {
    top: 50%;
    max-width: 550px;
    font-size: 3.85714286em;
    line-height: 1;
  }
}
@media (min-width: 961px) {
  .hero .main-title {
    font-size: 11vw;
    max-width: 55vw;
  }
}
.carousel {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 39;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.carousel .owl-carousel,
.carousel .owl-stage-outer,
.carousel .owl-stage,
.carousel .owl-item,
.carousel img {
  height: 100%;
}
.carousel img {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.scroll-down {
  position: absolute;
  left: 50%;
  bottom: 30px;
  z-index: 41;
  width: 2em;
  height: 2em;
  margin-left: -1em;
  color: #f7f4e5;
  border: 2px solid currentColor;
  border-radius: 1em;
}
.scroll-down:focus,
.scroll-down:hover {
  color: #f7f4e5;
  background: rgba(0, 0, 0, 0.2);
}
.scroll-down .svg-ico {
  display: block;
  width: 100%;
  height: 100%;
}
.scroll-down .svg-ico svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 960px) {
  .hero {
    height: 360px;
  }
  .hero .main-title {
    top: 55%;
  }
  .scroll-down {
    display: none;
  }
  .carousel {
    background-position: 50% 50%;
    background-size: cover;
  }
  .hero-carousel {
    display: none !important;
  }
}
.no-js .project-tile,
.no-cssanimations .project-tile,
.no-js .project-slide img,
.no-cssanimations .project-slide img {
  opacity: 1;
}
.animate-slide-up {
  -webkit-animation: slide-up 1s ease forwards;
  animation: slide-up 1s ease forwards;
}
@keyframes slide-up {
  100% {
    opacity: 1;
  }
}
.project-tile {
  opacity: 0;
  margin-bottom: 1em;
}
.project-tile a {
  position: relative;
  display: block;
}
.project-tile a:focus .project-thumbnail img,
.project-tile a:hover .project-thumbnail img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.project-thumbnail {
  position: relative;
  display: block;
  overflow: hidden;
}
.project-thumbnail:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.project-thumbnail img {
  display: block;
  width: 100%;
  -webkit-transition: -webkit-transform 1.5s;
  transition: transform 1.5s;
}
.project-tile-inner .small-title {
  margin-top: 0.667em;
  margin-bottom: 0.15em;
}
.project-tile-inner .category {
  font-size: 0.64285714em;
  line-height: 1.11111111;
  text-decoration: underline;
  text-transform: uppercase;
}
.project-tile-inner .category:focus,
.project-tile-inner .category:hover {
  text-decoration: none;
}
.project-tiles-list {
  margin-bottom: -0.64285714em;
}
.project-tiles-list .project-tile,
.project-tiles-list .project-tile-size {
  width: 100%;
}
.project-tiles-list .project-tile-gutter {
  width: 0;
}
.project-tiles-list .project-tile > a:before,
.project-tiles-list .project-tile > a:after {
  content: '';
  position: absolute;
  z-index: 2;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.project-tiles-list .project-tile > a:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.project-tiles-list .project-tile > a:after {
  content: url("../images/plus.svg");
  top: 50%;
  left: 50%;
  width: 52px;
  height: 52px;
  margin: -26px 0 0 -26px;
  border: 2px solid #ffffff;
  border-radius: 26px;
}
.project-tiles-list .project-tile > a:focus:before,
.project-tiles-list .project-tile > a:hover:before,
.project-tiles-list .project-tile > a:focus:after,
.project-tiles-list .project-tile > a:hover:after {
  opacity: 1;
}
@media (max-width: 600px) {
  .section-projects .inner {
    padding: 0;
  }
  .project-tiles .project-tile > a:after {
    -webkit-transform: scale(0.667);
    -ms-transform: scale(0.667);
    transform: scale(0.667);
  }
  .project-tile-inner {
    position: relative;
    padding-right: 6em;
  }
  .project-tile-inner .category {
    position: absolute;
    top: 0.1em;
    right: 0;
    font-size: 0.6em;
    line-height: 2;
  }
}
@media (min-width: 601px) {
  .project-tiles-list .project-tile,
  .project-tiles-list .project-tile-size {
    width: 30.88552916%;
  }
  .project-tiles-list .project-tile-gutter {
    width: 3.67170626%;
  }
  .project-tiles-list .project-tile {
    margin-bottom: 3.67170626%;
  }
  .project-tile-inner .small-title {
    font-size: 0.96428571em;
    line-height: 1.11111111;
  }
}
@media (min-width: 1261px) {
  .project-tiles-list .project-tile,
  .project-tiles-list .project-tile-size {
    width: 23.3125%;
  }
  .project-tiles-list .project-tile-gutter {
    width: 2.25%;
  }
  .project-tiles-list .project-tile {
    margin-bottom: 2.25%;
  }
}
@media (min-width: 601px) {
  .project-tiles-hp {
    margin-bottom: 1.28571429em;
  }
  .project-tiles-hp .project-tile,
  .project-tiles-hp .project-tile-size {
    width: 33.07189542%;
  }
  .project-tiles-hp .project-tile-x2 {
    width: 66.53594771%;
  }
  .project-tiles-hp .project-tile-gutter {
    width: 0.39215686%;
  }
  .project-tiles-hp .project-tile {
    margin-bottom: 0.39215686%;
  }
  .project-tiles-hp .project-tile a:focus .project-thumbnail:after,
  .project-tiles-hp .project-tile a:hover .project-thumbnail:after {
    opacity: 0.6;
  }
  .project-tiles-hp .project-tile a:focus .project-tile-inner,
  .project-tiles-hp .project-tile a:hover .project-tile-inner {
    opacity: 1;
  }
  .project-tiles-hp .project-tile-inner {
    position: absolute;
    top: 50%;
    z-index: 100;
    width: 100%;
    padding: 0 1.28571429em;
    color: #ffffff;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .project-tiles-hp .project-tile-inner .small-title {
    margin-top: 0;
    margin-bottom: 0.5em;
  }
  .project-tiles-hp .project-tile-inner .category {
    text-decoration: none;
    text-transform: none;
  }
}
.categories {
  margin-bottom: 1em;
  font-size: 0.71428571em;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
}
.categories li {
  display: inline-block;
  margin: 0 0.15em 1em;
}
.categories .selected a {
  border-color: #000000;
}
.categories a {
  padding: 0.1em 0.333em;
  border: 2px solid transparent;
}
.categories a:focus,
.categories a:hover {
  border-color: #000000;
}
@media (max-width: 600px) {
  .categories {
    padding: 0 2em;
  }
}
.project-hero {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 37vh;
  overflow: hidden;
  z-index: -1;
  border: 7px solid #f7f4e5;
}
.project-hero img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width: 600px) {
  .project-hero img {
    top: 0;
    left: 50%;
    width: auto;
    height: 100%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.page--projects-detail .page-content {
  margin-top: 37vh;
  padding-top: 1.28571429em;
}
.project-title {
  margin-bottom: 0.42814286em;
  font-size: 1.42857143em;
  line-height: 1;
  text-align: left;
}
.project-top {
  padding: 0.64285714em 0;
}
.project-description {
  margin-bottom: 0.42857143em;
}
.project-meta {
  font-size: 0.64285714em;
  line-height: 1.11111111;
}
.project-meta div {
  display: inline-block;
}
.project-category {
  margin-right: 1em;
  text-transform: uppercase;
}
.project-category a {
  text-decoration: underline;
}
.project-category a:focus,
.project-category a:hover {
  text-decoration: none;
}
@media (max-width: 600px) {
  .project-title {
    font-size: 1.15em;
    line-height: 1.2173913;
  }
  .project-description,
  .project-meta {
    font-size: 0.75em;
    line-height: 1.4;
  }
}
.project-slides {
  margin-top: 1.92857143em;
}
.project-slide {
  margin-bottom: 1.28571429em;
  opacity: 0;
}
.project-slide:last-child {
  margin-bottom: 0;
}
.project-slide a {
  display: block;
  position: relative;
}
.project-slide a:before,
.project-slide a:after {
  content: '';
  position: absolute;
  z-index: 2;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.project-slide a:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.project-slide a:after {
  content: url("../images/plus.svg");
  top: 50%;
  left: 50%;
  width: 52px;
  height: 52px;
  margin: -26px 0 0 -26px;
  border: 2px solid #ffffff;
  border-radius: 26px;
}
.project-slide a:focus:before,
.project-slide a:hover:before,
.project-slide a:focus:after,
.project-slide a:hover:after {
  opacity: 1;
}
.project-slide img {
  display: block;
  width: 100%;
}
@media (max-width: 600px) {
  .project-slide a:after {
    -webkit-transform: scale(0.667);
    -ms-transform: scale(0.667);
    transform: scale(0.667);
  }
}
.project-slide-double {
  overflow: hidden;
}
.project-slide-double a {
  width: 50%;
  border: 0 solid transparent;
}
.project-slide-double a:first-child {
  float: left;
  border-right-width: 0.64285714em;
}
.project-slide-double a:last-child {
  float: right;
  border-left-width: 0.64285714em;
}
.project-slides-grid .project-slide,
.project-slides-grid .project-slide-size {
  width: 33.06288032%;
}
.project-slides-grid .project-slide-gutter {
  width: 0.40567951%;
}
.project-slides-grid .project-slide {
  overflow: hidden;
  margin-bottom: 0.40567951%;
}
.project-slides-grid img {
  -webkit-transition: -webkit-transform 1.5s;
  transition: transform 1.5s;
}
.project-slides-grid a:focus img,
.project-slides-grid a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
@media (max-width: 600px) {
  .project-slides-grid {
    margin-right: -7px;
    margin-left: -7px;
  }
  .project-slides-grid .project-slide,
  .project-slides-grid .project-slide-size {
    width: 100%;
  }
  .project-slides-grid .project-slide-gutter {
    width: 0;
  }
  .project-slides-grid .project-slide {
    margin-bottom: 7px;
  }
}
.project-arrows {
  position: relative;
  overflow: hidden;
  margin: 2.25em 0;
  text-align: center;
}
.project-arrows .go-back {
  position: relative;
  z-index: 3;
}
.project-arrow {
  display: block;
  margin-bottom: 0.64285714em;
}
.project-arrow .svg-ico {
  display: inline-block;
}
.project-arrow .svg-ico svg {
  height: 100%;
}
.project-prev .svg-ico {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (min-width: 601px) {
  .project-prev .svg-ico {
    margin-right: 0.5em;
  }
  .project-next .svg-ico {
    margin-left: 0.5em;
  }
}
@media (min-width: 961px) {
  .project-arrow {
    max-width: 50%;
    margin-bottom: 0;
    white-space: nowrap;
  }
  .project-prev {
    float: left;
  }
  .project-prev .svg-ico {
    margin-right: 1em;
  }
  .project-next {
    float: right;
  }
  .project-next .svg-ico {
    margin-left: 1em;
  }
}
@media (max-width: 600px) {
  .project-arrow .svg-ico {
    height: 0.75em;
  }
  .project-prev .svg-ico {
    margin-right: 0.5em;
  }
  .project-next .svg-ico {
    margin-left: 0.5em;
  }
}
.references {
  margin: 100px 0 0;
}
.references-tiles {
  margin-top: 1.28571429em;
  margin-bottom: -24px;
}
.reference-tile {
  overflow: hidden;
}
.reference-tile img {
  display: block;
  width: 100%;
  background: #f7f4e5;
}
.references-block {
  margin: 1.71385714em 0;
}
.references-block:last-child {
  margin-bottom: 0;
}
.references-block .sub-title {
  margin-bottom: 0.42814286em;
}
.references-block .grid {
  margin-bottom: -24px;
}
.references-block-text .column {
  padding-bottom: 0.64285714em;
  line-height: 1.14285714;
}
.references-block-text .small {
  margin-top: 0.333em;
  font-size: 0.64285714em;
  line-height: 1.11111111;
}
.references-block-names li {
  white-space: nowrap;
}
.about-carousel-wrapper {
  position: relative;
}
.about-carousel-dots {
  position: absolute;
  bottom: 0.64285714em;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 0 1.28571429em;
  text-align: center;
}
.about-carousel-dots .owl-dot {
  display: inline-block;
  padding: 0.2em;
  cursor: pointer;
}
.about-carousel-dots .owl-dot span {
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  border-radius: 0.2em;
  background: rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.about-carousel-dots .owl-dot:focus span,
.about-carousel-dots .owl-dot:hover span {
  background: #ffffff;
}
.about-carousel-dots .active span {
  background: #ffffff;
}
/* 9. Forms */
.button {
  position: relative;
  z-index: 3;
  display: inline-block;
  overflow: hidden;
  margin: 0 1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
  background: transparent;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  backface-visibility: hidden;
}
.button .svg-ico {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.button .svg-ico svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -45%);
  -ms-transform: translate(0, -45%);
  transform: translate(0, -45%);
  width: 100%;
  height: 55%;
}
.button .button-inner {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0.2em 0;
  border: solid #000000;
  border-width: 0 0 2px;
  backface-visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.button:focus,
.button:hover {
  text-decoration: none;
  color: #000000;
  background: transparent;
  outline: none;
}
.button:focus .svg-ico,
.button:hover .svg-ico {
  top: 0;
}
.button:focus .button-inner,
.button:hover .button-inner {
  -webkit-transform: translate(0, 300%);
  -ms-transform: translate(0, 300%);
  transform: translate(0, 300%);
}
@media (min-width: 601px) {
  .button {
    font-size: 0.82142857em;
    line-height: 1.56521739;
  }
}
/* 10. Modules */
.cc-window {
  font-family: 'galano_grotesque', Arial, sans-serif !important;
}
.cc-btn {
  font-family: 'galano_grotesque_medium', Arial, sans-serif !important;
  font-weight: normal !important;
}
.cc-window .cc-link {
  text-decoration: underline;
}
.cc-window .cc-link:focus,
.cc-window .cc-link:hover {
  text-decoration: underline;
}
/* 11. SVG */
svg {
  display: none;
}
.inlinesvg svg {
  display: block;
}
.inlinesvg .svg-fallback {
  display: none !important;
}
path,
circle,
polygon,
polyline,
rect {
  fill: currentColor;
  -webkit-transition: fill 0.5s;
  transition: fill 0.5s;
}
/* 12. JavaScript only */
/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: block;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(../images/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.with-lightbox-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: hidden;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000000;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
#colorbox {
  outline: 0;
}
#cboxContent {
  margin: 0 60px;
  background: transparent;
}
.cboxIframe {
  background: transparent;
}
#cboxError {
  padding: 50px;
  border: 1px solid white;
}
#cboxLoadedContent {
  background: transparent;
}
#cboxTitle,
#cboxCurrent {
  display: none;
  text-indent: -9999px;
}
#cboxLoadingGraphic {
  background: url('../images/loading.gif?v2') no-repeat center center;
}
#cboxClose,
#cboxPrevious,
#cboxNext {
  position: absolute;
  z-index: 999;
  width: auto;
  overflow: visible;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  background: url(../images/lightbox.png?v1) 0 0 no-repeat;
  background-size: 156px 104px;
  border: 0;
  outline: 0;
}
#cboxClose:active,
#cboxPrevious:active,
#cboxNext:active {
  outline: 0;
}
#cboxClose {
  top: 0;
  right: -60px;
  width: 52px;
  height: 52px;
  color: #ffffff;
  background-position: -52px 0;
}
#cboxClose:focus,
#cboxClose:hover {
  background-position: -52px -52px;
}
#cboxPrevious,
#cboxNext {
  top: 50%;
  display: block;
  width: 52px;
  height: 52px;
  margin-top: -26px;
  color: #ffffff;
}
#cboxPrevious {
  left: -60px;
  background-position: 0 0;
}
#cboxPrevious:focus,
#cboxPrevious:hover {
  background-position: 0 -52px;
}
#cboxNext {
  right: -60px;
  background-position: -104px 0;
}
#cboxNext:focus,
#cboxNext:hover {
  background-position: -104px -52px;
}
#cboxOverlay {
  background: #000000;
}
#lightbox {
  display: none;
}
.lightbox {
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #ffffff;
}
.lightbox-image {
  background: transparent;
}
.lightbox-error .main-title,
.lightbox-error .sub-title {
  color: #e00a1d;
}
.lightbox-image #cboxClose,
.lightbox-image #cboxNext,
.lightbox-image #cboxPrevious {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.lightbox-image-hide-controls #cboxClose,
.lightbox-image-hide-controls #cboxNext,
.lightbox-image-hide-controls #cboxPrevious {
  opacity: 0;
}
/* 13. Media Queries */
@media print {
  body {
    color: black;
  }
}
