/* Global styles */

* {
    font-family: 'Oscine', sans-serif;
    box-sizing: border-box;
}

html {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

body {
    position: relative;
    background-color: white;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #191919;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
}

body[data-page="homepage"] {
    background: #191919;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    min-height: 700px;
}

body.no-scroll {
    overflow: hidden;
}

[data-fancybox] {
    outline: none;
}

.clearfix::after {
    content: ' ';
    display: block;
    clear: both;
}

.vertical-center {
    display: flex;
    align-items: center;
}

a {
    color: #191919;
    transition: color 100ms linear;
    text-decoration: none;
}

a:hover {
    color: #191919;
}

h1 {
    font-size: 54px;
}

h2 {
    font-size: 38px;
    text-transform: uppercase;
}

h3 {
    font-size: 30px;
    text-transform: uppercase;
}

h4 {
    font-size: 20px;
    font-weight: 600;
}

h5 {
    font-size: 14px;
}

p {
    font-size: 15px;
    line-height: 1.7;
}

.no-padding {
    padding-top: 0!important;
    padding-bottom: 0!important;
    padding-left: 0!important;
    padding-right: 0!important;
}

.note {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 300;
    color: #949494;
    letter-spacing: 1px;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

section.gray {
    background: #F1F1F1;
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
}

.section-title {
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 20px 0;
    background: white;
}

body[data-page="architect-detail"] .section-title {
    padding: 30px 0;
    margin: 0;
}

.section-divider {
    border-top: 1px solid #E1E1E1;
    background: #F1F1F1;
    height: 20px;
}

.hr {
    border-top: 1px solid #E1E1E1;
    margin-top: 60px;
    margin-bottom: 60px;
}

/* Container */

.container {
    width: 60%;
    margin: auto;
}

/* Embed container */

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Placeholders */

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #949494;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #949494;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #949494;
}

:-moz-placeholder { /* Firefox 18- */
    color: #949494;
}

/* Links */

.link {
    display: inline-block;
    padding: 10px 0;
    background-size: 10px auto;
    font-weight: 600;
}

.link.right {
    padding-right: 30px;
    background: url('/img/icons/arrow-right.svg') no-repeat right 10px center;
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.link.right:hover {
    background-position-x: calc(100% - 5px);
}

.link.left {
    padding-left: 20px;
    padding-right: 10px;
    background: url('/img/icons/arrow-left.svg') no-repeat left center;
}

body[data-page=homepage] .link {
    color: white;
}

/* Text styles */

.subtitle {
    font-size: 14px;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: 300;
    color: #949494;
}

body[data-page=homepage] .subtitle {
    color: white;
}

/* Header */

header {
    position: relative;
    width: 100%;
    padding: 60px calc(5% + 15px);
}

body[data-header="inverse"] header, body[data-page="architect-detail"] header {
    position: absolute;
    top: 0;
    left: 0;
    padding-bottom: 0;
}

header .logo {
    position: relative;
    float: left;
    padding: 10px 0;
    z-index: 2;
}

header .logo img {
    height: 18px;
    width: auto;
}

.menu-buttons {
    float: right;
    transition: all 200ms ease-in-out;
    position: relative;
    z-index: 5;
}

.menu-buttons ul {
    margin: 0 -10px 0 0;
    padding: 0;
    list-style-type: none;
}

.menu-buttons ul li {
    position: relative;
    margin: 0 5px;
    float: right;
}

.menu-buttons ul li > a {
    display: block;
    width: 50px;
    height: 40px;
    padding: 10px 10px;
    font-weight: bold;
    text-align: center;
    opacity: 0.8;
    background: no-repeat center center;
    background-size: 24px auto;
    cursor: pointer;
    transition: opacity 100ms linear;
}

.menu .menu-buttons ul li > a {
    opacity: 1;
}

.menu-buttons ul li.current-construction {
    position: relative;
    z-index: 10;
}

.menu-buttons ul li.current-construction > a {
    background-image: url(/img/icons/current-construction-dark.svg);
}

body[data-header=inverse] .menu-buttons ul li.current-construction > a {
    background-image: url(/img/icons/current-construction.svg);
}

.menu .menu-buttons ul li.current-construction > a , body[data-header=inverse] .menu .menu-buttons ul li.current-construction > a {
    background-image: url(/img/icons/current-construction-dark.svg);
}

.menu-buttons ul li.responsive-menu-toggle > a {
    background-image: url(/img/icons/menu-toggle-dark.svg);
}

body[data-header=inverse] .menu-buttons ul li.responsive-menu-toggle > a {
    background-image: url(/img/icons/menu-toggle.svg);
}

.menu .menu-buttons ul li.responsive-menu-toggle > a, body[data-header=inverse] .menu .menu-buttons ul li.responsive-menu-toggle > a {
    background-image: url(/img/icons/cross.svg);
    background-size: 18px auto;
}

.menu-buttons ul li > a:hover {
    opacity: 1;
}

body[data-page=homepage] .menu .menu-buttons ul li:not(.responsive-menu-toggle) {
    display: none!important;
}

body[data-page=homepage] .menu .menu-buttons ul li.responsive-menu-toggle a {
    background-image: url(/img/icons/cross.svg);
    background-size: 18px auto;
    padding-right: 0;
    width: 40px;
}

/* Button */

.button {
    display: inline-block;
    position: relative;
    padding: 17px 50px 17px 30px;
    border: 2px solid #191919;	
    border-radius: 3px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    transition: all 100ms linear;
}

.button.full-width {
    width: 100%;
}

.button.no-arrow {
    padding-left: 30px;
    padding-right: 30px;
}

.button:not(.no-arrow):after {
    position: absolute;
    content: ' ';
    width: 6px;
    height: 10px;
    top: calc(50% - 5px);
    right: 20px;
    background: url(/img/icons/arrow-right-black.svg) no-repeat center center;
    background-size: 6px auto;
    transition: all 100ms linear;
}

.button:hover {
    background: #191919;
    color: white;
}

.button:hover:after {
    filter: brightness(0) invert(1);
}

/* Construction dropdown */

.construction-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    right: -50px;
    background: white;
    width: 300px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.12);
    color: #191919;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-30px);
    transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.menu .construction-dropdown {
    right: -100px;
    width: 280px;
}

.construction-dropdown.shown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.construction-dropdown:after {
    bottom: 100%;
    right: 70px;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 5px;
    margin-left: -5px;
}

.menu .construction-dropdown:after {
    right: 120px;
}

.construction-dropdown .dropdown-header {
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
}

.construction-dropdown .dropdown-header h3 {
    font-size: 16px;
    margin: 0;
    text-transform: none;
}

.construction-dropdown .dropdown-header .date {
    font-size: 13px;
    color: #949494;
    margin-top: 2px;
}

.construction-dropdown .dropdown-content {
    padding: 20px;
}

.construction-dropdown .dropdown-content .date {
    font-size: 14px;
    font-weight: 600;
}

.construction-dropdown .dropdown-content .note {
    margin-top: 5px;
}

.construction-dropdown .dropdown-content p {
    font-size: 13px;
    margin-top: 20px;
    line-height: 1.5;
    max-height: 117px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;  
}

.construction-dropdown .dropdown-content p a {
    color: #616161!important;
    text-decoration: underline;
}

.construction-dropdown .dropdown-footer {
    padding: 15px 20px;
    border-top: 1px solid #eee;
    background: url(/img/icons/arrow-right-dark.svg) no-repeat right 15px center;
    background-size: 5px auto;
    font-size: 11px;
    color: #949494;
    text-transform: uppercase;
    display: block;
}

.dropdown-backdrop {
    position: fixed;
    content: ' ';
    z-index: 3;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.33);
    opacity: 0;
    transition: all 300ms ease-in-out;
    visibility: hidden;
}

.dropdown-backdrop.shown {
    opacity: 1;
    visibility: visible;
}

/* Menu */

.menu {
    position: fixed;    
    width: 100%;
    height: 100%;
    background: white;
    max-width: 320px;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    transform: translateX(100%);
    transition: transform 700ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

body[data-page=homepage] .menu {
    border-left-color: transparent;
}

.menu.shown {
    transform: translateX(0);
}

.menu.default-state, .menu.shown.default-state {
    transition: none!important;
}

.menu-content {
    position: relative;
    padding-top: 120px;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    border-left: 1px solid #eee;
}

.menu-content > ul {
    width: 100%;
    margin: 0;
    padding: 0 0 0 40px;
    list-style-type: none;
}

.menu-content > ul > li {
    margin: 20px 0;
    display: block;
}

.menu-content > ul > li > a {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    padding: 5px 0;
    border-bottom: 2px solid transparent;
}

.menu-content > ul > li.active > a, .menu-content > ul > li > a:hover {
    border-color: #191919;
}

.menu-content > ul > li > ul {
    width: 100%;
    margin: 0;
    padding: 10px 0 0 15px;
    list-style-type: none;
}

.menu-content > ul > li > ul > li {
    display: block;
    margin: 5px 0;
    cursor: pointer;
}

.menu-content > ul > li > ul > li.hidden {
    display: none;
}

.menu-content > ul > li > ul > li > a {
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    padding: 5px 0;
    color: #5D5D5D;
    border-bottom: 1px solid transparent;
}

.menu-content > ul > li > ul > li.active > a, .menu-content > ul > li > ul > li:hover > a  {
    border-color:#191919;
}

.menu-content > ul > li > ul > li.active > a {
    font-weight: 600;
    color: black;
}

.menu .menu-buttons {
    position: absolute;
    top: 60px;
    left: 20px;
    z-index: 5;
    width: 230px;
}

.menu .menu-footer {
    color: rgba(0, 0, 0, 0.5);
    padding: 34px 20px 60px 0;
    margin-top: 42px;
    margin-left: 40px;
    border-top: 1px solid #D8D8D8;
    font-size: 12px;
    line-height: 2;
}

.menu-social-icons {
    display: flex;
    gap: 18px;
    margin: 0 0 28px;
}

.menu-social-icons a {
    display: block;
    width: 32px;
    height: 32px;
    background: no-repeat center center;
    background-size: 18px auto;
    opacity: 0.85;
    filter: invert(1);
    transition: opacity 100ms linear;
}

.menu-social-icons a:hover {
    opacity: 1;
}

.menu-social-icons a.facebook {
    background-image: url('/img/icons/facebook.svg');
}

.menu-social-icons a.instagram {
    background-image: url('/img/icons/instagram.svg');
}

/* Homepage */

body[data-header=inverse] header {
    color: white;
}

body[data-header=inverse] header a {
    color: white;
    z-index: 2;
    position: relative;
}

.homepage-slider {
    position: relative;
    width: 100%;
    min-height: 100%;
    color: white;
    transition: all 400ms ease-in-out;
    animation: fadeInZoom;
    animation-duration: 1000ms;
    animation-delay: 500ms;
    animation-fill-mode: forwards;
    overflow: hidden;
}

.homepage-slider .homepage-slider-photos {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    list-style-type: none;
    z-index: 0;
}

.homepage-slider .homepage-slider-photos li {
    position: absolute;
    content: ' ';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    box-shadow: 0 0 80px 20px rgba(0, 0, 0, 0.10);
    background: #3F3F3F no-repeat center center;
    background-size: cover;
    transition: transform 1800ms cubic-bezier(0.645, 0.045, 0.355, 1);
    will-change: transform;
}

.homepage-slider .homepage-slider-photos li.hidden-left {
    transform: translateX(-100%);
    opacity: 0;
    transition: transform 1800ms cubic-bezier(0.645, 0.045, 0.355, 1) 80ms, opacity 1ms linear 1880ms;
}

.homepage-slider .homepage-slider-photos li.hidden-right {
    transform: translateX(100%);
    opacity: 0;
    transition: transform 1800ms cubic-bezier(0.645, 0.045, 0.355, 1) 80ms, opacity 1ms linear 1880ms;
}

.homepage-slider .homepage-slider-photos li.hidden-left.hidden-right {
    transition: none;
}

.homepage-slider .homepage-slider-photos li:before {
    position: absolute;
    content: ' ';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    transition: background-color 1000ms linear 500ms;
}

.homepage-slider .homepage-slider-photos li.sliding:before {
    background-color: rgba(0, 0, 0, 0.6);
    transition: background-color 0ms linear;
}

.homepage-slider .slider-content {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: all ease-in-out 400ms;
    z-index: 2;
}

.homepage-slider .slider-content .container {
    position: relative;
}

.homepage-slider .slider-content.hidden {
    transform: translateY(-50%) translateX(-50px);
    transition: all ease-in-out 600ms;
    opacity: 0;
}

.homepage-slider .slider-content h1 {
    max-width: 580px;
    color: white;
}

.homepage-slider .social-icons {
    position: absolute;
    bottom: 60px;
    right: 60px;
    width: 40px;
    z-index: 3;
}

.homepage-slider .social-icons a {
    display: block;
    margin-bottom: 20px;
    width: 30px;
    height: 30px;
    background: no-repeat center center;
    background-size: 18px auto;
    opacity: 0.8;
    transition: opacity 100ms linear;
}

.homepage-slider .social-icons a:hover {
    opacity: 1;
}

.homepage-slider .social-icons a.facebook {
    background-image: url('/img/icons/facebook.svg');
}

.homepage-slider .social-icons a.youtube {
    background-image: url('/img/icons/youtube.svg');
}

.homepage-slider .social-icons a.instagram {
    background-image: url('/img/icons/instagram.svg');
}

.play-button {
    position: absolute;
    width: 85px;
    height: 85px;
    border-radius: 100%;
    background: white url('/img/icons/play.svg') no-repeat center center;
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.25);
    background-size: 15px auto;
    opacity: 1;
    transition: all 200ms ease-in-out, transform 400ms ease-in-out, opacity 400ms ease-in-out;
    cursor: pointer;
    z-index: 2;
}

.homepage-slider .play-button {
    top: 50%;
    right: -85px;
    transform: translateY(-50%);
}

.homepage-slider .play-button.hidden {
    transform: translateY(-50%) scale(0.9);
    opacity: 0;
}

.play-button:hover {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.4);
}

.slider-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 110px;
    z-index: 2;
}

.slider-footer-wrapper {
    position: relative;
    width: 100%;
    z-index: 6;
}

.slider-footer .slider-footer-content {
    position: relative;
}

.slider-footer .slider-footer-section {
    float: left;
    padding: 31px 50px 32px 40px;
    background: white url('/img/icons/arrow-right-dark.svg') no-repeat top 50px right 25px;
    background-size: 7px auto;
    transition: all 200ms ease-in-out;
}

.slider-footer .slider-footer-section p {
    height: 76.5px;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0;
}

.slider-footer .slider-footer-column-wrapper {
    display: flex;
}

.slider-footer .slider-footer-column-wrapper > div:first-of-type {
    width: 60%;
    margin-right: 20px;
}

.slider-footer .slider-footer-column-wrapper > div:last-of-type {
    padding-right: 20px;
    width: calc(40% - 20px);
}

.slider-footer .slider-footer-column {
    height: 80px;
}

.slider-footer h3 {
    font-size: 18px;
    width: 100%;
    margin: 0;
    text-transform: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.slider-footer h3 br {
    display: none;
}

.slider-footer .note {
    margin-top: 10px;
}

.slider-footer .slider-footer-project {
    width: 65%;
    background: #C2905B url('/img/icons/arrow-right.svg') no-repeat right 25px top 50px;
    background-size: 7px auto;
    color: white;
    transition: filter 100ms linear, transform 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-color 400ms linear;
    height: 220px;
}

.slider-footer .slider-footer-project:hover {
    filter: brightness(110%);
    transform: translateY(-100px);
}

.slider-footer .slider-footer-project .note {
    color: white;
}

.slider-footer .slider-footer-architect {
    width: 35%;
    height: 110px;
}

.slider-footer-photos {
    position: absolute;
    content: ' ';
    right: 100%;
    top: 0;
    height: 110px;
    width: 25%;
    max-width: 200px;
    background: #C1C0BF;
}

.slider-footer-photos > .slider-footer-photo {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #C1C0BF no-repeat center center;
    background-size: cover;
    opacity: 1;
    visibility: visible;
    transition: all 200ms linear;
}

.slider-footer-photos > .slider-footer-photo.hidden {
    opacity: 0;
    visibility: hidden;
}

.slider-footer-photos > .slider-footer-photo-nav {
    position: absolute;
    bottom: 10px;
    left: 15px;
    z-index: 20;
}

.slider-footer-photos > .slider-footer-photo-nav > div {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    transition: background-color 200ms linear;
    display: inline-block;
}

.slider-footer-photos > .slider-footer-photo-nav > div + div {
    margin-left: 5px;
}

.slider-footer-photos > .slider-footer-photo-nav > div:hover, .slider-footer-photos > .slider-footer-photo-nav > div.active {
    background: rgba(255, 255, 255, 1);
}

.slider-footer .slider-footer-nav {
    position: absolute;
    top: -45px;
    left: 0;
}

.slider-footer .slider-footer-nav .nav {
    float: left;
    content: ' ';
    width: 45px;
    height: 45px;
    background: white no-repeat center center;
    background-size: 7px auto;
    transition: all 100ms linear;
    cursor: pointer;
    opacity: 0.9;
}

.slider-footer .slider-footer-nav .nav-left {
    background-image: url('/img/icons/arrow-left-dark.svg');
}

.slider-footer .slider-footer-nav .nav-right {
    border-left: 1px solid #eee;
    background-image: url('/img/icons/arrow-right-dark.svg');
}

.slider-footer .slider-footer-nav .nav:hover {
    opacity: 1;
}


/* Animations */

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to   {
        opacity: 1;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(15px);
    }
    to   {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInZoom {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to   {
        opacity: 1;
        transform: scale(1);
    }
}

/* Page content */

.page-header {
    margin-top: 40px;
    margin-bottom: 60px;
    margin-right: 0;
}

.page-content {
    position: relative;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: margin-right 700ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.page-content.shrank {
    margin-right: 320px;
}

.page-content.default-state, .page-content.shrank.default-state {
    transition: none!important;
}

.page-content .container {
    width: 90%;
    max-width: 1000px;
}

.page-content.shrank header .menu-buttons {
    opacity: 0;
    visibility: hidden;
}

.page-content-inside-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

/* Filter */

.filter {
    position: relative;
    border-top: 1px solid #E9E9E9;
    border-bottom: 1px solid #E9E9E9;
    z-index: 2;
}

.filter .filter-responsive-toggle {
    position: relative;
    padding: 20px 20px 20px 40px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    border-bottom: 1px solid #E9E9E9;
    cursor: pointer;
    display: none;
}

.filter .filter-responsive-toggle:after {
    position: absolute;
    content: ' ';
    width: 10px;
    height: 10px;
    left: 20px;
    top: calc(50% - 5px);
    background: url(/img/icons/arrow-right-black.svg) no-repeat center center;
    background-size: 5px auto;
    transition: transform 200ms ease-in-out;
}

.filter .filter-responsive-toggle.toggled:after {
    transform: rotate(90deg);
}

.filter .filter-item {
    border-left: 1px solid transparent;
    float: left;
    position: relative;
    background: white url(/img/icons/arrow-down.svg) no-repeat right 15px center;
    background-size: 7px auto;
    cursor: pointer;
}

.filter .filter-item .dropdown-toggle {
    padding: 20px 25px 20px 20px;
}

.filter[data-items="4"] .filter-item {
    width: 25%;
}

.filter[data-items="2"] .filter-item {
    width: 50%;
}

.filter .filter-item .current-value {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
}

.filter .filter-item + .filter-item {
    border-left-color: #E9E9E9;
}

.filter .filter-item .filter-dropdown {
    position: absolute;
    top: calc(100% - 10px);
    left: 0;
    background: white;
    width: 100%;
    margin: 0;
    padding: 10px 0 20px 0;
    list-style-type: none;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.12);
    opacity: 0;
    visibility: hidden;
    transition: all 100ms linear;
    z-index: -1;
}

.filter .filter-item .filter-dropdown.shown {
    opacity: 1;
    visibility: visible;
}

.filter .filter-item .filter-dropdown li {
    margin: 0;
    padding: 0;
}

.filter .filter-item .filter-dropdown li a {
    display: block;
    padding: 8px 20px;
    font-weight: 600;
    font-size: 16px;
    transition: background-color 100ms linear;
}

.filter .filter-item .filter-dropdown li a:hover {
    background: #F4F4F4;
}

/* List wrapper */

.list-section {
    background: #F2F2F2;
    overflow: hidden;
    padding: 5px;
    flex: 1;
}

.list-item {
    display: block;
    background: #3F3F3F;
    width: calc(50% - 10px);
    margin: 5px;
    float: left;
    box-shadow: 0 1px 1px 0 rgba(204, 204, 204, 0.50);
    transition: opacity 400ms ease-in-out, box-shadow 100ms ease-in-out;
    opacity: 0;
    animation: fadeIn;
    animation-duration: 400ms;
    animation-delay: 400ms;
    animation-fill-mode: forwards;
}

.list-item:hover {
    box-shadow: 0 3px 10px 0 rgba(0,0,0,0.12);
}

.list-item .list-item-image {
    position: relative;
    padding-bottom: 56.25%;
    background: no-repeat center center;
    background-size: cover;
    transition: all 400ms ease-in-out;
    opacity: 0;
    animation: fadeIn;
    animation-duration: 1000ms;
    animation-delay: 800ms;
    animation-fill-mode: forwards;
}

.list-item.architect-box .list-item-image {
    height: 160px;
    padding-bottom: 0;
}

.list-item .list-item-image:before {
    position: absolute;
    content: ' ';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    opacity: 0;
    visibility: hidden;
    transition: all 200ms linear;
}

.list-item .list-item-image:after {
    position: absolute;
    content: attr(data-show);
    bottom: 0;
    left: 0;
    width: 100%;
    background: url(/img/icons/arrow-right.svg) no-repeat right 30px center;
    background-size: 5px auto;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
    opacity: 0;
    color: white;
    font-size: 10px;
    text-transform: uppercase;
    padding: 15px 30px;
    font-weight: 600;
    letter-spacing: 2px;
    visibility: hidden;
    transition: all 200ms linear;
}

.list-item:hover .list-item-image:before, .list-item:hover .list-item-image:after {
    opacity: 1;
    visibility: visible;
}

.list-item .list-item-content {
    padding: 30px;
    background: white;
}

.list-item .list-item-footer {
    font-size: 14px;
    padding: 20px 30px;
    background: white;
    border-top: 1px solid #E9E9E9;
    display: flex;
    justify-content: space-between;
    white-space: nowrap;
}

.list-item .list-item-footer * {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-item .list-item-footer strong + strong:before {
    content: '\2022';
    font-size: 10px;
    margin: 0 5px;
    vertical-align: 2px;
}
    
.list-item h3 {
    margin: 0;
    padding: 0;
    font-size: 25px;
    text-transform: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-item.architect-box  h3 {
    white-space: normal;
}

.list-show-more {
    background: #191919;
    padding: 20px 0;
    color: white;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin: 5px;
    cursor: pointer;
    transition: background-color 100ms ease-in-out;
}

.list-show-more:hover {
    background-color: #272727;
}

.list-item.architect-box .list-item-wrapper {
    display: flex;
    flex-direction: row-reverse;
}

.list-item.architect-box .list-item-image {
    width: 50%;
}

.list-item.architect-box .list-item-content {
    width: 50%;
    display: flex;
    align-items: center;
}

/* Project detail */

.detail-header {
    position: relative;
    background: #3F3F3F no-repeat center center;
    background-size: cover;
    height: 75vh;
    min-height: 300px;
    opacity: 0;
    animation: fadeIn;
    animation-duration: 600ms;
    animation-delay: 400ms;
    animation-fill-mode: forwards;
}

.detail-header:after {
    position: absolute;
    top: 0;
    left: 0;
    content: ' ';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.10);
}

.detail-header .play-button {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 60px;
    height: 60px;
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.25);
    background-size: 11px auto;
}

.detail-header .play-button:hover {
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.4);
}

.construction-thumbs {
    margin-bottom: 80px;
}

.construction-thumbs .construction-thumb {
    position: relative;
    display: block;
    width: 40%;
    height: 25vw;
    background: no-repeat center center;
    background-size: cover;
    float: left;
    cursor: pointer;
    border-right: 5px solid white;
}

.construction-thumbs .construction-thumb.last {
    width: 20%;
    border-right: none;
}

.construction-thumbs-wrapper > a:before {
    position: absolute;
    top: 0;
    left: 0;
    content: ' ';
    width: 100%;
    height: 100%;
    transition: all 100ms linear;
}

.construction-thumbs-wrapper > a.last:before {
    background: rgba(0, 0, 0, 0.4);
}

.construction-thumbs-wrapper > a.last:after {
    position: absolute;
    top: calc(50% - 20px);
    left: 0;
    width: 100%;
    content: attr(data-more);
    font-size: 30px;
    text-align: center;
    line-height: 1;
    color: white;
    font-weight: 600;
}

.construction-thumbs-wrapper > a:hover:before {
    background: rgba(0, 0, 0, 0.15);
}

.construction-thumbs-wrapper > a.last:hover:before {
    background: rgba(0, 0, 0, 0.5);
}

.page-content section {
    opacity: 0;
    animation: fadeIn;
    animation-duration: 600ms;
    animation-delay: 400ms;
    animation-fill-mode: forwards;
}

.text-page-section {
    margin-top: 40px;
}

.detail-thumbs {
    position: absolute;
    display: block;
    top: calc(100% - 65px);
    right: 5%;
    z-index: 2;
    text-align: center;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp;
    animation-duration: 400ms;
    animation-delay: 600ms;
    animation-fill-mode: forwards;
}

.detail-thumb {
    position: relative;
    width: 130px;
    height: 130px;
    float: left;
    border: 3px solid white;
    border-right: none;
    background: #F1F1F1 no-repeat center center;
    background-size: cover;
    cursor: pointer;
}

.detail-thumbs-wrapper > a:last-of-type {
    border-right: 3px solid white;
}

.detail-thumb:after {
    position: absolute;
    top: 0;
    left: 0;
    content: ' ';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: all 100ms linear;
}

.detail-thumb:hover:after {
    opacity: 1;
    visibility: visible;
}

.detail-thumbs-wrapper {
    display: inline-block;
}

.detail-thumbs-wrapper > a.last:after {
    opacity: 1;
    visibility: visible;
    background: rgba(0, 0, 0, 0.4);
    content: attr(data-more);
    font-size: 30px;
    text-align: center;
    padding-top: calc(50% - 15px);
    line-height: 1;
    color: white;
    font-weight: 600;
}

.detail-thumbs-wrapper > a.last:hover:after {
    background: rgba(0, 0, 0, 0.5);
}

.detail-title {
    max-width: 600px;
    margin-top: 40px;
    transition: margin 100ms ease-in-out;
}

.page-content.shrank .detail-title {
    margin-top: 80px;
}

.detail-info-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E9E9E9;
    margin-right: -30px;
}

body[data-page="architect-detail"] .detail-info-wrapper {
    margin-top: 60px;
}

body[data-page="contact"] .detail-info-wrapper {
    border-bottom: none;
    padding-bottom: 0;
}

.detail-info-item {
    margin-bottom: 30px;
    margin-right: 30px;
}

.detail-info-item.full-width {
    width: 100%;
}

.detail-info-item h4 {
    margin: 0 0 7px 0;
    font-size: 17px;
}

.detail-info-item .note {
    font-size: 10px;
}

.detail-text {
    padding: 60px 0 30px 0;
    line-height: 1.8;
}

.opening-hours {
    text-transform: uppercase; 
    margin: 40px 0 60px 0;
}

.opening-hours p {
    font-size: 16px;
}

body[data-page="architect-detail"] .detail-text {
    padding-bottom: 60px;
}

body[data-page="about"] .detail-text {
    padding-top: 0;
    padding-bottom: 0;
}

.arrow-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.arrow-list li {
    background: url(/img/icons/arrow-right-black.svg) no-repeat left center;
    background-size: 5px auto;
    padding-left: 20px;
    margin-bottom: 10px;
}

.detail-text h4 {
    font-size: 14px;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}

.detail-text strong {
    margin-right: 10px;
}

.detail-text .first-column, .detail-text .second-column {
    margin-bottom: 20px;
}

.detail-text .toggle-more {
    display: block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 0;
    margin-top: 10px;
    cursor: pointer;
}

.detail-architects {
    padding: 40px 0 10px 0;
    border-top: 1px solid #E9E9E9;
}

/* Architect link */

.architect-link {
    border: 1px solid #E9E9E9;
    display: flex;
    background: #F1F1F1;
    margin-bottom: 30px;
}

.architect-link .architect-link-image {
    width: 40%;
    background: transparent no-repeat center center;
    background-size: cover;
    transition: all 400ms ease-in-out;
    opacity: 0;
    animation: fadeIn;
    animation-duration: 1000ms;
    animation-delay: 800ms;
    animation-fill-mode: forwards;
}

.architect-link .architect-link-content {
    width: 60%;
    padding: 40px;
    background: white url(/img/icons/arrow-right-dark.svg) no-repeat right 30px center;
    background-size: 5px auto;
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.architect-link:hover .architect-link-content {
    background-position-x: calc(100% - 25px);
}

.architect-link .architect-link-content h3 {
    text-transform: none;
    font-size: 20px;
    margin: 0;
}

.architect-link .architect-link-content .subtitle {
    font-size: 10px;
    font-weight: 300;
    margin-top: 10px;
}

/* Contact form */

.contact-form {
    border: 8px solid #191919;
    margin: 60px 0;
    background: white;
}

.contact-form-tab {
    padding: 25px 20px;
    background: white;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    text-align: center;
    float: left;
    width: 50%;
    justify-content: center;
    cursor: pointer;
}

.contact-form-tab.dark {
    background: #191919;
    color: white;
}

.contact-form-content {
    padding: 30px;
}

.contact-form-content[data-content="why-us"] {
    padding-top: 16px;
}

.contact-form-cta-note {
    width: 34%;
    max-width: 340px;
    min-width: 220px;
    margin: 0 auto 12px;
}

.contact-form-cta-note img {
    display: block;
    width: 100%;
    height: auto;
}

.contact-form-why-us-text {
    margin-top: 20px;
    margin-bottom: 80px;
}

.contact-form h3 {
    font-size: 24px;
    text-transform: none;
    margin: 20px 0 0 0;
}

.contact-form p + h3 {
    margin-top: 60px;
}

.contact-form h4 {
    margin: 40px 0 0 0;
}

.contact-form .subtitle {
    margin-top: 10px;
    font-size: 10px;
}

/* Input wrapper */

.input-wrapper {
    position: relative;
    margin-bottom: 15px;
}

.input-wrapper input, .input-wrapper textarea {
    padding: 15px 0;
    border: none;
    border-bottom: 1px solid #E9E9E9;
    width: 100%;
    -webkit-appearance: none;
    outline: none;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    resize: none;
    border-radius: 0;
}

.input-wrapper label {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.input-wrapper label span {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(15px);
    transform-origin: top left;
    font-size: 13px;
    color: #949494;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 200ms ease-in-out;
}

.input-wrapper.required label span:after {
    content: ' *';
}

.input-wrapper:not(.select-wrapper) input:focus + label span, .input-wrapper input.filled + label span,
.input-wrapper:not(.select-wrapper) textarea:focus + label span, .input-wrapper textarea.filled + label span {
    transform: translateY(0) scale(0.7);
}

.select-wrapper input {
    cursor: pointer;
    padding-right: 40px;
}

.select-wrapper .select-dropdown {
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.12);
    margin: 0;
    padding: 5px 0 10px 0;
    list-style-type: none;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.9);
    transform-origin: top left;
    transition: all 200ms ease-in-out;
    z-index: 2;
}

.select-wrapper input:focus ~ .select-dropdown {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.select-wrapper label:after {
    position: absolute;
    content: ' ';
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 10px;
    height: 10px;
    background: url(/img/icons/arrow-down.svg) no-repeat center center;
    background-size: 7px auto;
    opacity: 0.3;
}

.select-wrapper input:focus ~ label:after {
    transform: translateY(-50%) rotate(180deg);
}

.select-wrapper .select-dropdown:after {
    bottom: 100%;
    left: 40px;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 5px;
    margin-left: -5px;
}

.select-wrapper .select-dropdown li {
    display: block;
    padding: 10px 25px;
    font-weight: 600;
    cursor: pointer;
}

.select-wrapper .select-dropdown li:hover {
    background: #F4F4F4;
}

.file-wrapper {
    position: relative;
    height: 60px;
    border-bottom: 1px solid #E9E9E9;
    margin-bottom: 15px;
}

.file-wrapper input {
    width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.file-wrapper label {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.file-wrapper label .file-label {
    font-size: 13px;
    color: #949494;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.file-wrapper label .file-name {
    display: block;
    font-size: 13px;
    color: #191919;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 10px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.file-wrapper label .file-name:empty:before {
    content: attr(data-empty);
}

/* Checkbox */

.checkbox-wrapper {
    margin-top: 30px;
}

.checkbox-wrapper .checkbox {
    position: relative;
    padding-left: 40px;
    font-size: 12px;
    cursor: pointer;
    color: #949494;
    transition: color 200ms ease-in-out;
}

.checkbox-wrapper .checkbox:before {
    position: absolute;
    content: ' ';
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: url(/img/icons/checkbox-active.svg) no-repeat center center;
    background-size: 20px;
    opacity: 0.2;
    transition: opacity 200ms ease-in-out;
}

.checkbox-wrapper .checkbox.active {
    color: #191919;
}

.checkbox-wrapper .checkbox.active:before {
    opacity: 1;
}

/* Gallery */

.gallery-wrapper {
    margin: 0 -5px 60px -5px;
    width: calc(100% + 10px);
}

.gallery-item {
    position: relative;
}

.gallery-item:after {
    position: absolute;
    top: 0;
    left: 0;
    content: ' ';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: all 100ms linear;
}

.gallery-item:hover:after {
    opacity: 1;
    visibility: visible;
}

/* Contact teaser */

.contact-teaser {
    padding: 60px 0;
}

.contact-teaser h3 {
    font-size: 24px;
    text-transform: none;
    margin: 0;
}

/* Architect detail */

.architect-title-wrapper {
    margin-top: 0;
    transition: margin 400ms ease-in-out;
}

body[data-page="architect-detail"] .page-content:not(.shrank) .architect-title-wrapper {
    margin-top: 150px;
}

.architect-title-wrapper .detail-title-wrapper {
    padding-top: 180px;
}

.architect-title-wrapper .detail-photo {
    padding-top: 180px;
    height: 100%;
    background: no-repeat center center;
    background-size: cover;
}

.architect-title-wrapper .detail-title, .page-content.shrank .architect-title-wrapper .detail-title {
    margin-top: 20px!important;
    margin-bottom: 0;
    word-spacing: 1000px;
}

.projects-container {
    padding-left: 5px!important;
    padding-right: 5px!important;
}

body[data-page="about"] .detail-text .col-md-6 {
    margin-bottom: 60px;
}

.show-more-button {
    position: relative;
    padding: 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    border-top: 1px solid #E9E9E9;
    cursor: pointer;
    display: none;
}

/* Contact messages */

.contact-messages {
    margin: 40px 0 0 0;
}

.contact-message {
    font-size: 14px;
    margin-top: 20px;
    font-weight: 600;
    display: none;
}

/* Error wrapper */

.error-wrapper {
    text-align: center;
    padding-top: 80px;
    padding: 80px 20px;
    max-width: 500px;
    margin: auto;
}

.error-wrapper h1 {
    margin-top: 80px;
    font-size: 100px;
    margin-bottom: 20px;
}

.error-wrapper h2 {
    text-transform: none;
    margin-top: 30px;
}

.error-wrapper .button {
    margin-top: 40px;
}

@media(min-width: 1600px) {
    body:not([data-page="architect-detail"]) .list-item {
        width: calc(33.33% - 10px);
    }
}

@media(max-width: 1200px) {
    .container {
        width: 75%;
    }

    .page-header .container {
        width: 100%;
        padding-left: 60px;
        padding-right: 60px;
    }

    .homepage-slider .play-button {
        right: 0;
    }

    .slider-footer .container {
        width: 100%;
        padding: 0;
    }

    .slider-footer-wrapper {
        width: 80%;
    }

    .slider-footer .slider-footer-content {
        position: absolute;
        right: 0;
        left: 0;
        display: flex;
    }

    .slider-footer-photos {
        position: relative;
        left: auto;
        right: auto;
        width: 20%;
    }

    .slider-footer .slider-footer-architect {
        width: 33%;
    }

    .slider-footer .slider-footer-project {
        width: 67%;
    }

    .homepage-slider .social-icons {
        bottom: 140px;
        right: 50px;
    }

    .page-content .detail-title, .page-content.shrank .detail-title {
        margin-top: 80px;
    }
}

@media(max-width: 991px) {
    .hide-md {
        display: none;
    }

    .container, .page-content .container {
        width: 100%;
        padding: 0 40px;
    }

    header {
        padding-left: 40px;
        padding-right: 40px;
    }

    body, body[data-page=homepage] {
        overflow: auto;
        min-height: 0;
        -webkit-overflow-scrolling: touch;
    }

    header, body[data-page=homepage] header {
        position: relative;
    }

    body[data-page=homepage] header {
        margin-bottom: 40px;
    }

    h1 {
        font-size: 48px;
    }

    .homepage-slider {
        height: auto;
        min-height: 100%;
        padding-bottom: 200px;
    }

    .homepage-slider .slider-content.hidden {
        transform: translateX(-50px);
    }

    .homepage-slider .slider-content {
        position: relative;
        top: auto;
        transform: none;
        margin-top: 100px;
        margin-bottom: 30px;
    }

    .homepage-slider .slider-content .container {
        padding-top: 70px;
    }

    .play-button {
        width: 60px;
        height: 60px;
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.25);
    }

    .homepage-slider .play-button {
        top: 15px;
        left: calc(10% + 10px);
    }

    .play-button:hover {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4);
    }

    .page-content.shrank {
        margin-right: 0;
    }

    .menu.shown {
        transform: translateX(0);
    }

    .detail-thumbs {
        top: calc(100% - 50px);
    }

    .detail-thumb, .detail-thumbs-wrapper > div:last-of-type {
        width: 100px;
        height: 100px;
        border-width: 2px;
    }

    .architect-link .architect-link-image {
        width: 30%
    }

    .architect-link .architect-link-content {
        width: 70%;
    }

    .page-content:not(.shrank) header .menu-buttons {
        opacity: 1!important;
        visibility: visible!important;
    }

    .menu .menu-buttons ul li.current-construction {
        display: none;
    }

    .architect-title-wrapper .detail-title-wrapper {
        padding-top: 0;
        height: 100%;
        display: flex;
        justify-content: flex-end;
        flex-direction: column;
    }

    body[data-page="architect-detail"] .page-content .architect-title-wrapper {
        margin-top: 150px;
    }

    body[data-page="architect-detail"] .page-content .detail-title, body[data-page="architect-detail"] .page-content.shrank .detail-title {
        margin-top: 20px;
        margin-bottom: 40px;
    }

    body[data-page="architect-detail"] .page-content .detail-photo {
        padding-bottom: 33%;
    }

    body[data-page="architect-detail"] .detail-text .col-lg-6 + .col-lg-6 {
        margin-top: 40px;
    }

    .menu .menu-buttons ul li.responsive-menu-toggle > a, body[data-header=inverse] .menu .menu-buttons ul li.responsive-menu-toggle > a {
        background-image: url('/img/icons/cross.svg');
        background-size: 18px auto;
    }

    .projects-container {
        padding-left: 0!important;
        padding-right: 0!important;
    }

    .construction-thumbs .construction-thumb {
        height: 30vw;
    }
}

@media(max-width: 768px) {
    .hr {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .slider-footer-column-wrapper > div:last-of-type {
        display: none;
    }

    .slider-footer-photos {
        width: 25%;
    }

    .slider-footer-wrapper {
        width: 75%;
    }

    .architect-link .architect-link-content h3 {
        font-size: 18px;
    }

    .slider-footer .slider-footer-section {
        padding-left: 20px;
        padding-right: 30px;
        background-position-x: calc(100% - 15px);
    }

    .slider-footer .slider-footer-architect {
        width: 45%;
    }

    .slider-footer .slider-footer-project {
        width: 55%;
    }

    .slider-footer .slider-footer-column-wrapper > div:first-of-type {
        width: 100%;
    }

    .list-item h3, .contact-form h3 {
        font-size: 22px;
    }

    .detail-info-wrapper {
        justify-content: flex-start;
        padding-bottom: 20px;
    }

    .detail-info-item {
        width: calc(33.33% - 30px);
    }

    .detail-text {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .detail-text .second-column {
        display: none;
    }

    .list-item.architect-box {
        width: calc(100% - 10px);
    }

    body[data-page="architect-detail"] .page-content .architect-title-wrapper {
        margin-top: 150px;
    }

    .architect-title-wrapper .detail-title, .page-content.shrank .architect-title-wrapper .detail-title {
        word-spacing: 0;
    }

    body[data-page="architect-detail"] .detail-info-item {
        width: calc(50% - 30px);
    }

    body[data-page="architect-detail"] .detail-info-item.button-item {
        width: 100%;
    }

    .architect-title-wrapper .photo-column {
        order: -1;
        margin-bottom: 40px;
    }

    body[data-page="architect-detail"] .detail-info-wrapper {
        margin-top: 0;
    }

    body[data-page="architect-detail"] .page-content .detail-photo {
        padding-bottom: 20%;
    }
}

@media(max-width: 575px) {
    body {
        min-height: 0;
    }

    .container, .page-header .container, .page-content .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    header {
        padding: 40px 20px 0 20px;
    }

    header .menu-buttons ul li.language-switcher {
        display: none;
    }

    .menu .menu-buttons {
        top: 40px;
        width: 260px;
    }

    h1 {
        font-size: 36px;
    }

    .subtitle {
        font-size: 12px;
    }

    .page-header .subtitle {
        display: none;
    }

    .link {
        font-size: 14px;
    }

    .menu .close-button {
        top: 40px;
        right: 30px;
    }

    .homepage-slider .play-button {
        left: 30px;
        width: 45px;
        height: 45px;
        background-size: 9px auto;
    }

    .homepage-slider {
        padding-bottom: 120px;
    }

    .homepage-slider .slider-content {
        margin-top: 5vh;
    }

    .homepage-slider .social-icons {
        display: none;
    }

    .slider-footer {
        height: 70px;
    }

    .slider-footer-photos {
        display: none;
    }

    .slider-footer-wrapper {
        width: 100%;
    }

    .slider-footer .slider-footer-architect {
        width: 50%;
    }

    .slider-footer .slider-footer-project {
        width: 50%;
    }

    .slider-footer .slider-footer-column-wrapper > div:first-of-type {
        width: 100%;
    }

    .slider-footer .slider-footer-column-wrapper > div:last-of-type {
        display: none;
    }

    .slider-footer .slider-footer-project:hover {
        transform: none;
    }

    .slider-footer .slider-footer-section p {
        display: none;
    }

    .slider-footer .note {
        display: none!important;
    }

    .slider-footer h3 {
        font-size: 14px;
        line-height: 1.3;
        white-space: pre-wrap;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        width: 100%;
    }

    .slider-footer-architect h3 {
        word-spacing: 1000px;
        text-overflow: clip;
    }

    .slider-footer h3 br {
        display: block;
    }

    .slider-footer .slider-footer-section {
        padding: 17px 30px 0 15px;
        height: 70px;
        background-position-y: 30px;
    }

    .list-item {
        width: calc(100% - 10px);
        margin: 5px;
    }

    .list-item h3 {
        font-size: 20px;
    }

    .list-item .list-item-content {
        padding: 20px;
    }

    .list-item .list-item-footer {
        padding: 15px 20px;
    }

    .filter .filter-responsive-toggle {
        display: block;
    }

    .filter .filter-items-wrapper {
        display: none;
    }

    .filter .filter-items-wrapper .filter-item {
        width: 100%!important;
        border-left-color: transparent!important;
        border-bottom: 1px solid #E9E9E9;
    }

    .detail-thumbs {
        left: 0;
        right: 0;
        margin: 0 auto;
        top: calc(100% - 45px);
    }

    .detail-thumb, .detail-thumbs-wrapper > div:last-of-type {
        width: 90px;
        height: 90px;
    }

    .detail-info-item {
        width: calc(50% - 30px);
    }

    .contact-form-content {
        padding: 20px;
    }

    .contact-form-content[data-content="why-us"] {
        padding-top: 16px;
    }

    .contact-form-tab {
        font-size: 13px;
        padding: 15px 10px 20px 10px;
        height: 71px;
    }

    .contact-form-cta-note {
        width: 72%;
        min-width: 0;
        margin: 0 0 10px 24%;
    }

    .contact-form-why-us-text {
        margin-top: 20px;
        margin-bottom: 50px;
    }

    .contact-teaser h3 {
        font-size: 20px;
    }

    .architect-link {
        border: none;
    }

    .architect-link .architect-link-content {
        padding: 20px 0 20px 20px;
        background: white;
    }

    body[data-page=homepage] .menu .menu-buttons ul li.language-switcher {
        display: block!important;
    }

    .list-item.architect-box .list-item-wrapper {
        flex-wrap: wrap;
    }

    .list-item.architect-box .list-item-image {
        width: 100%;
        height: 200px;
    }

    .list-item.architect-box .list-item-content {
        width: 100%;
    }

    body[data-page="architect-detail"] .page-content .architect-title-wrapper, body[data-page="architect-detail"] .page-content:not(.shrank) .architect-title-wrapper {
        margin-top: 120px;
    }

    body[data-page="about"] .detail-text .col-md-6 {
        margin-bottom: 40px;
    }

    body[data-page="about"] .detail-text > .row > div:nth-of-type(n+3) {
        display: none;
    }

    .show-more-button {
        display: block;
    }

    .detail-header {
        height: 50vh;
        min-height: 250px;
    }

    .fancybox-slide {
        padding: 0!important;
    }

    .construction-thumbs {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .construction-thumbs .construction-thumb {
        border-width: 2px;
    }    

    .page-content .construction-title, .page-content.shrank .construction-title {
        margin-top: 40px;
    }
}

@media(max-width: 360px) {
    h1 {
        font-size: 26px;
    }

    .menu-buttons ul li.current-construction {
        display: none;
    }
}

@media(min-width:576px) {
    .container {
        max-width: none;
    }

    .filter .filter-items-wrapper {
        display: block!important;
    }
}

@media(min-width:768px) {
    .container {
        max-width: none;
    }

    .detail-text .toggle-more {
        display: none!important;
    }
}

@media(min-width: 992px) and (max-width: 1420px) {
    .page-content.shrank  .contact-form-inputs .col-lg-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media(min-width:992px) {
    .container {
        max-width: none;
    }

    body:not([data-page="homepage"]) header .menu-buttons ul li.responsive-menu-toggle > a {
        background-image: url(/img/icons/menu-toggle.svg);
    }

    body:not([data-page="homepage"]):not([data-header="inverse"]) header .menu-buttons ul li.responsive-menu-toggle > a {
        background-image: url(/img/icons/menu-toggle-dark.svg);
    }
}

@media(min-width: 1200px) {
    .container {
        max-width: none;
    }
}

@media(min-width: 1600px) {
    .construction-thumbs .construction-thumb {
        height: 25vh;
    }
}

.contact-teaser .col-lg-3 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

.contact-teaser .col-lg-3 .link {
    white-space: nowrap;
}

.contact-teaser .col-lg-3 .button {
    margin-top: 0 !important;
    white-space: nowrap;
}

.contact-teaser-form.contact-form {
    border: none;
    margin: 0;
    padding: 0;
    background: none;
}

.contact-teaser-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-teaser-popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.contact-teaser-popup-content {
    position: relative;
    background: #fff;
    padding: 50px 40px 40px;
    max-width: 480px;
    width: 90%;
    z-index: 1;
}

.contact-teaser-popup-close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
    cursor: pointer;
    line-height: 1;
    color: #333;
}

.contact-teaser-popup-close:hover {
    color: #000;
}

.contact-teaser .subtitle {
    margin-bottom: 5px;
    color: #e74c3c;
    font-weight: 600;
}
