* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

h1, h2, h3, h4, h5 {
    font-weight: normal;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    margin: 0;
}

a, a:hover {
    color: #ff0000;
}

.link-block {
    background: #fff;
    font-size: 16px;
    color: #f00;
    border: 1px solid #f00;
    padding: 4px 20px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 200;
    outline: none;
}

.link-block:hover {
    color: #fff;
    background: #f00;
    text-decoration: none;
}

body {
    background: #f4f4f4;
    font-family: Inter, "sans-serif";
    font-weight: 300;
}

#back-to-top {
    background: #f00 url('img/arrow_white_up.png') no-repeat center center;
    background-size: 26px 33px;
    display: block;
    width: 60px;
    height: 60px;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -30px;
    text-indent: -999999px;
    outline: none;
}

body.white {
    background: #fff;
}

#projects {
    background: #fff;
}

#about, #employees {
    background: #fff;
}

.sticky-wrapper {
    min-height: 100%;
    margin-bottom: -80px;
}

footer {
    background: #000;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 30px;
    height: 80px;
    font-weight: 300;
    line-height: 180%;
}

footer .instagram {
    text-indent: -99999px;
    outline: none;
    display: inline-block;
    width: 23px;
    height: 23px;
    background: url('img/social_instagram@2x.png') no-repeat;
    background-size: 23px 23px;
    margin: 0 10px 0 10px;
}

footer .linkedin {
    text-indent: -99999px;
    outline: none;
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url('img/social_linkedin@2x.png') no-repeat;
    background-size: 21px 21px;
}

.push {
    height: 80px;
}

header {
    background: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 102;
    padding: 20px 0;
}

#logo {
    float: left;
    text-decoration: none;
    margin: 10px 0 0 20px;
    outline: none;
}

#logo h1 {
    background: url('img/logo_red@2x.png') no-repeat;
    width: 257px;
    height: 48px;
    text-indent: -99999px;
    outline: none;
    background-size: 257px 48px;
}

#main-nav {
    float: right;
    margin: 20px 20px 0 0;
}

#main-nav li {
    float: left;
}

#main-nav li a {
    color: #FF0000;
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
    padding: 15px 30px;
    display: block;
    text-decoration: none;
    outline: none;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}

#main-nav li a:hover, #main-nav li.active a {
    border-bottom: 1px solid #ff0000;
    border-right: 1px solid #ff0000;
}

#logo-home {
    display: none;
}

h2 {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 20px;
    line-height: 140%;
}

h2 span {
    background: #000;
    color: #fff;
    padding: 0 4px;
}

h2 br {
    display: none;
}

h2 span.inverse {
    background: #fff;
    color: #000;
}

/* Home */

#home-video {

}

#video-reel {
    width: 100%;
}

#intro-photo {
    padding: 110px 0 30px 0;
}

#intro-photo, #intro-text {
    background: #fff;
}

#intro-photo img {
    width: 100%;
}

#intro-text .red {
    background: #F00;
    color: #fff;
}

#intro-text .beige {
    background: #f4f4f4;
    color: #f00;
}

.vision-left {
    padding: 100px 0 100px 50px;
    font-size: 80px;
    font-weight: 100;
    line-height: 100%;
}

.vision-right {
    padding: 100px 50px 0 0;
    font-size: 16px;
    font-weight: 200;
    line-height: 180%;
}

.vision-full {
    font-size: 16px;
    font-weight: 200;
    line-height: 180%;
    padding: 50px;
    column-gap: 40px;
    column-fill: auto;
}

.mobile-content .vision-right, .mobile-content .vision-left {
    text-align: center;
}

.mobile-content .vision-full {
    position: fixed;
    z-index: 9999;
    background: #c40000;
    color: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    padding: 150px 50px;
    overflow-y:scroll;
    overflow-x:hidden;
    text-align: center;
}

#persons-mobile {
    display: none;
}

.mobile-content .about-persons.panel.red {
    background: #5A0000;
    color: #ff0000;
    position: fixed;
    z-index: 9999;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y:scroll;
    overflow-x:hidden;
    padding: 150px 50px;
}

.mobile-content .about-left-top {
    padding: 30px 0 0 0;
}

.mobile-content .about-left-bottom {
    padding: 30px 0;
}

#persons-mobile-close-bottom, #persons-mobile-link {
    color: #f00;
    border: 1px solid #f00;
    padding: 10px 30px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 300;
    outline: none;
}

.mobile-content .person {
    font-size: 12px;
    margin: 20px 0;
}

.mobile-content .person img {
    padding: 0 10%;
    margin-bottom: 10px;
}

.mobile-content .about-wrapper {
    text-align: center;
}

.mobile-content .about-left-top {
    text-align: center;
}

.vision-full p {
    margin-bottom: 15px;
}

.panel {
    position: relative;
}

.nav-right {
    background: url('img/arrow_white_right.png') no-repeat top right;
    background-size: 33px 26px;
    padding-right: 40px;
}

.nav-right a {
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 30px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 300;
    outline: none;
}

.nav-right a:hover {
    color: #f00;
    background: #fff;
}

.nav-right, .nav-left {
    position: absolute;
    bottom: 80px;
    right: 260px;
}

.nav-left {
    background: url('img/arrow_red_left.png') no-repeat top left;
    background-size: 33px 26px;
    padding-left: 40px;
}

.nav-left a {
    color: #f00;
    border: 1px solid #f00;
    padding: 10px 30px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 300;
    outline: none;
}

.nav-left a:hover {
    background: #f00;
    color: #f4f4f4;
}

/* Projects */

#projects-desktop {
    display: none;
}

#projects {
    padding: 30px 0;
}

.black-block {
    background: #000 url('img/arrow_white_45.png') no-repeat 15px 120px;
    background-size: 25px 25px;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 200;
    padding: 15px;
    line-height: 130%;
    position: relative;
    height: 100%;
}

.view-projects-wrapper {
    position: absolute;
    bottom: 15px;
    text-align: center;
    width: 100%;
}
.view-projects {
    background: #000;
    border: 1px solid #fff;
    color: #fff;
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-size: 14px;
}

#projects-mobile .view-projects {
    position: relative;
    bottom: auto;
    text-align: center;
}

.view-projects:hover {
    background: #fff;
    color: #000;
}

.red-block {
    background: #f00;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 200;
    line-height: 130%;
    padding: 5px 0 0 10px;
    height: 100%;
}

#projects-mobile .red-block {
    text-align: center;
    font-size: 18px;
    padding-top: 20%;
}

#projects-mobile .project-small {
    margin-bottom: 30px;
    height: 300px;
}

.project-margin-bottom {
    margin-bottom: 30px;
}

.project-big {
    height: 774px;
}

.project-small {
    height: 372px;
}

a.project {
    color: #000;
    text-decoration: none;
    outline: none;
}

a.project:hover {
    color: #fff;
}

.project {
    display: block;
    background: #fff;
    margin-bottom: 30px;
    color: #000;
    text-transform: uppercase;
    height: 100%;
}

.project .image {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.project .red {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    opacity: 0;
    background: url('img/red.png');
    overflow:hidden;
    font-weight: 200;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    height: 100%;
}

a.project:hover .red {
    opacity: 1;
}

.project .info {
    text-align: center;
    width: 100%;
}

@keyframes slide {
    0% { margin-left: 0 }
    50% { margin-left: -400% }
    0% { margin-left: 0 }
}

@keyframes slideSmall {
    0% { margin-left: 0 }
    50% { margin-left: -180% }
    0% { margin-left: 0 }
}

.animation .project img {
    height: 100%;
    animation: linear;
    animation-name: slide;
    animation-duration: 60s;
    animation-iteration-count: infinite;
}

.animation .project-small .project img {
    animation-name: slideSmall;
}

@keyframes slideProjects {
    0% { margin-left: 0 }
    50% { margin-left: -118% }
    0% { margin-left: 0 }
}

.projects-wrapper .project img {
    height: 100%;
    animation: linear;
    animation-name: slideProjects;
    animation-duration: 60s;
    animation-iteration-count: infinite;
}

/* About */

.panel.red {
    background: #f00;
    color: #fff;
}

.panel.beige {
    background: #f4f4f4;
    color: #f00;
}

.about-full {
    padding: 70px 100px 100px 100px;
    font-weight: 200;
    font-size: 16px;
}

.about-full p {
    margin-bottom: 25px;
}

.about-nav {
    position: absolute;
    bottom: 30px;
    margin: 0 auto;
    width: 222px;
    left: 50%;
    margin-left: -111px;
}

.about-nav a.our-team {
    margin: 0 10px;
    color: #f00;
    border: 1px solid #f00;
    padding: 8px 20px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 200;
    outline: none;
}

.about-nav a.our-team:hover {
    background: #f00;
    color: #f4f4f4;
}

.inverse.about-nav a.our-team {
    color: #fff;
    border: 1px solid #fff;
}

.inverse.about-nav a.our-team:hover {
    color: #f00;
    background: #fff;
}

.about-nav .our-team.our-team-first {
    margin-left: 43px;
}

.about-nav .arrow-next, .about-nav .arrow-prev {
    display: inline-block;
    outline: none;
    text-indent: -999999px;
    border: none;
    padding: 0;
    width: 33px;
    height: 26px;
    background-size: 33px 26px;
}

.about-nav .arrow-next {
    background: url('img/arrow_red_right.png') no-repeat;
    background-size: 33px 26px;
}

.about-nav .arrow-prev {
    background: url('img/arrow_red_left.png') no-repeat;
    background-size: 33px 26px;
}

.inverse.about-nav .arrow-prev {
    border: none;
    background: url('img/arrow_white_left.png') no-repeat;
    background-size: 33px 26px;
}

.inverse.about-nav .arrow-next {
    background: url('img/arrow_white_right.png') no-repeat;
    background-size: 33px 26px;
}

.about-right .quote {
    line-height: 130%;
    font-size: 30px;
    font-weight: 300;
}

.about-right {
    font-size: 16px;
    font-weight: 200;
    line-height: 180%;
    padding: 50px 50px 50px 0;
}

.about-right p {
    margin-bottom: 15px;
}

.about-left-top {
    position: absolute;
    top: 20px;
    left: 40px;
    font-size: 22px;
    font-weight: 200;
    text-transform: uppercase;
    line-height: 130%;
}

.about-left-bottom {
    position: absolute;
    bottom: 20px;
    left: 40px;
    font-size: 45px;
    font-weight: 100;
    line-height: 110%;
}

#over-ons {
    display: block;
    width: 1px;
    height: 1px;
    margin: -112px 0 0 0;
    position: absolute;
}

/* Contact */

#contact {
    padding-top: 30px;
    background: #fff;
    color: #f00;
}

.contact-intro {
    font-size: 22px;
    font-weight: 200;
    text-transform: uppercase;
    text-align: center;
}

.contact-form {
    padding: 50px 0;
}

#contact-sending {
    margin: 50px 0;
    text-align: center;
    font-size: 22px;
    font-weight: 200;
}

.sending-text {
    padding: 50px 0;
    background: #f4f4f4;
}

#sending, #sent, #sending-error {
    display: none;
}

.form-control {
    border: 1px solid #f4f4f4;
    background: #f4f4f4;
    color: #f00;
    border-radius: 0;
    font-weight: 200;
}

.form-control.error {
    border: 1px solid #f00;
}

.form-control::placeholder {
    color: #f00;
}

#form-remark {
    height: 147px;
}

.contact-footer {
    font-size: 23px;
    font-weight: 200;
    padding: 0 0 50px 0;
    text-align: center;
}

ul.social {
    display: table;
    margin: 0 auto;
}

.social li {
    float: left;
    margin: 5px 10px 0 0;
}

.social li a {
    text-indent: -99999px;
    outline: none;
    display: block;
    width: 30px;
    height: 30px;
    background: url('img/social.png') no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    .social li a {
        background: url('img/social@2x.png') no-repeat;
        background-size: 60px 30px;
    }
}

.social li.linkedin a {
    background-position: -30px 0;
}

/* Projects overview */

.projects-wrapper {
    padding: 110px 0;
    background: #fff;
}

.project-filters {
    padding: 30px 0;
}

.projects-wrapper .filters {
    text-align: center;
}

.projects-wrapper .filters li a {
    text-decoration: none;
}

.projects-wrapper .filters li {
    display: inline;
    margin: 0 15px;
}

.projects-wrapper .filters li.active, .projects-wrapper .filters li:hover {
    border-bottom: 2px solid #ff0000;
}

/* Project detail */

#project-detail {
    padding: 110px 0;
    background: #fff;
}

#project-detail .project-title {
    text-align: center;
    padding: 80px 0 40px 0;
}

#project-detail .project-title h1 {
    font-size: 30px;
    font-weight: 200;
    color: #f00;
    text-transform: uppercase;
}

#project-detail .container.small-container {
    padding: 50px 120px;
}

#project-detail h2 span {
    color: #000;
    background: none;
    font-weight: 600;
    padding: 0;
}

#project-detail .project-header h2 {
    float: left;
}

#project-detail .project-header #next-project {
    float: right;
    background: #fff;
    color: #f00;
    text-transform: uppercase;
    padding: 3px 5px;
    text-decoration: none;
    font-size: 12px;
    margin-top: 19px;
}

.project-content {
    background: #f4f4f4;
    color: #ff0000;
    padding: 30px 10% 50px 10%;
    font-weight: 200;
    line-height: 180%;
}

.project-details {
    border: 1px solid #ff0000;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    padding: 20px 40px;
}

.project-details .red {
    color: #ff0000;
}

.project-content .subtitle {
    text-align: center;
    padding: 20px 0;
    font-size: 30px;
    font-weight: 200;
}

.project-content p {
    padding: 10px 0;
}

.project-body-left, .project-body-right {
    width: 50%;
    float: left;
}

.project-body-right {
    padding-left: 40px;
}

.project-video {
    margin: 50px 0;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

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

.project-footer {
    text-align: center;
    margin: 50px 0 0 0;
}

#project-back, #show-more {
    border: 1px solid #f00;
    padding: 10px 30px;
    color: #f00;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 300;
    outline: none;
}

#project-back:hover, #show-more:hover {
    border: 1px solid #F0F0F0;
    color: #F0F0F0;
    background: #f00;
}

.cycle-slideshow { width: 100%; position: relative }
.cycle-slideshow img { width: 100%; height: auto }

.slider-wrapper {
    width: 100%;
    position: relative;
}

#slider-info {
    padding: 30px 0;
    text-align: center;
    color: #f00;
}

#slider-info #next-project {
    float: right;
    border: 1px solid #ff0000;
    padding: 3px 5px;
    text-transform: uppercase;
    font-size: 11px;
    text-decoration: none;
}

#slider-info #next-project:hover {
    background: #ff0000;
    color: #fff;
}

#slider-info #prev-slide {
    display: inline-block;
    background: url('img/arrow_red_left.png') no-repeat top right;
    background-size: 33px 26px;
    width: 33px;
    text-indent: -999999px;
    margin-right: 10px;
}

#slider-info #next-slide {
    display: inline-block;
    background: url('img/arrow_red_right.png') no-repeat top right;
    background-size: 33px 26px;
    width: 33px;
    text-indent: -999999px;
    margin-left: 10px;
}

/* Interior */

.interior-block {
    background: #fff;
    color: #f00;
    margin: 0 0 30px 0;
}

#interior-wrapper {
    padding: 110px 0 0 0;
}

.interior-block .intro {
    font-size: 85px;
    font-weight: 100;
    text-align: center;
    padding: 200px 0;
    line-height: 110%;
}

.interior-block .intro h3 {
    font-weight: 100;
    font-size: 20px;
    margin: 50px 0 0 0;
}

.interior-block img {
    width: 100%;
}

.interior-block .image-credits {
    background: #ff0000;
    color: #fff;
    font-size: 12px;
    padding: 10px 15px;
    position: absolute;
    bottom: 0;
    right: 15px;
}

.interior-block-text {
    margin: 100px 0;
}

.interior-left {
    padding: 65px 0;
    font-size: 30px;
    font-weight: 100;
    text-align: center;
    text-transform: uppercase;
    line-height: 130%;
}

.interior-right {
    font-size: 18px;
    font-weight: 200;
}

.interior-right p, .interior-right-color p {
    padding-bottom: 20px;
}

.interior-right-color {
    background: #f4f4f4;
    padding: 50px;
    font-size: 18px;
    font-weight: 200;
}

.interior-right-color h3 {
    font-size: 20px;
    font-weight: 100;
    text-transform: uppercase;
}

.interior-block-last {
    text-align: center;
    margin: 80px 0;
}

/* Vacancies */

.vacancies-wrapper {
    padding: 110px 0 0 0;
}

.vacancy {
    background: #ff0000;
    color: #fff;
    margin: 20px 0;
}

.vacancy a {
    color: #fff;
}

.vacancy .function {
    padding: 50px;
    font-size: 40px;
    font-weight: 200;
    text-transform: uppercase;
    line-height: 110%;
}

.vacancy .description {
    padding: 0 50px 50px 50px;
    font-size: 16px;
    font-weight: 200;
    line-height: 180%;
}

.vacancy .description p {
    margin-bottom: 15px;
}

.intro-text {
    margin-bottom: 20px;
}

.vacancy .more-info-link, .vacancy .apply, #about-mobile-link {
    color: #fff;
    border: 1px solid #fff;
    padding: 8px 20px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 200;
    outline: none;
}

#menu-toggle {
    display: none;
}

#menu-close {
    display: none;
}


.mobile-content {
    display: block;
}

.home .cycle-slideshow {
    display: none;
}

.mobile-content .about-persons img {
    width: 100%;
}

.mobile-content .about-persons img {
    width: 100%;
}

.mobile-content .about-photo img {
    width: 100%;
}

.mobile-content .about-persons {
    padding: 30px 0;
}

#menu-close, #about-mobile-close, #persons-mobile-close {
    display: block;
    position: absolute;
    right: 10%;
    top: 5%;
    background: url(img/mobile_close.png) no-repeat;
    width: 33px;
    height: 33px;
    background-size: 33px 33px;
    text-indent: -99999px;
    outline: none;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #projects-mobile .project-small {
        height: 500px;
    }

    .mobile-content .vision-full {
        padding: 150px 20%;
    }

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

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

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #logo-home {
        display: block;
        z-index: 103;
        position: absolute;
        background: url('img/prisma_architecten_black.png') no-repeat;
        background-size: 338px 219px;
        width: 338px;
        height: 219px;
        text-indent: -999999px;
        outline: none;
    }

    .red-block {
        padding: 50px 0 0 50px;
    }

    .panel {
        width: 930px;
        height: 800px;
    }

    #about-slider .panel {
        height: 600px;
    }

    .nav-right {
        right: auto;
    }

    .vision-full {
        columns: 2;
        height: 800px;
    }

    .vision-left {
        padding: 150px 0 200px 100px;
    }

    .vision-right {
        padding: 150px 100px 0 0;
    }

    .interior-right-color h3 {
        font-size: 30px;
    }

    .vacancy .function {
        padding: 50px 50px 0 50px;
    }

    #projects-mobile {
        display: none;
    }

    #projects-desktop {
        display: block;
    }

    #mobile-content-about {
        display: none;
    }

    .home .cycle-slideshow {
        display: block;
    }
    .mobile-content {
        display: none;
    }

    #form-send {
        float: right;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .panel {
        height: 600px;
        width: 1110px;
    }

    .interior-right-color {
        padding: 100px;
    }

    .vision-full {
        columns: 2;
        height: 600px;
    }
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
    #home-video {
        height: 500px;
        background-position: center !important;
        background-size: cover !important;
    }

    #home-background {
        display: block;
        height: 500px;
        background-position: center !important;
        background-size: cover !important;
    }

    .backstretch {
        display: none !important;
    }
}

@media only screen and (max-width: 800px), only screen and (max-device-width: 480px), only screen and (max-device-width: 1024px) and (orientation:portrait) {

    .projects-wrapper .project-small {
        width: 255px;
        margin: 0 auto 30px auto;
    }

    #back-to-top {
        display: none;
    }

    .projects-wrapper {
        padding: 0;
    }

    .vacancies-wrapper {
        padding: 0;
    }

    header {
        position: relative;
        top: auto;
        left: 0;
    }

    #menu-toggle {
        display: block;
        position: absolute;
        top: 43px;
        right: 30px;
        background: url(img/mobile_menu.png) no-repeat;
        background-size: 40px 31px;
        width: 40px;
        height: 31px;
        text-indent: -99999px;
        outline: none;
    }

    #persons-mobile-close {
        background: url(img/mobile_close_red.png) no-repeat;
        background-size: 33px 33px;
    }

    #menu {
        display: none;
        position: fixed;
        background: #f00;
        height: 100%;
        width: 100%;
        z-index: 1000;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        overflow-x: hidden;
        text-align: center;
    }

    #main-nav {
        float: none;
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    #main-nav li {
        float: none;
    }

    #main-nav li a {
        color: #fff;
        border: none;
        display: inline-block;
        font-size: 25px;
        padding: 15px 0;
    }

    #intro-photo {
        padding: 0 0 30px 0;
    }

    .row {
        margin: 0;
    }

    h2 br {
        display: block;
    }

    #logo {
        float: none;
        margin: 20px auto;
        display: block;
    }

    #logo h1 {
        width: 200px;
        height: 37px;
        background-size: 200px 37px;
        margin: 0 0 0 30px;
    }

    #logo-home {
        display: none;
    }

    .panel {
        width: 100%;
        height: auto;
    }

    .vision-left {
        padding: 50px 5% 50px 5%;
        font-size: 50px;
    }

    .vision-right {
        padding: 5% 5% 50px 5%;
    }

    .nav-right, .nav-left {
        position: relative;
        bottom: auto;
        right: auto;
        padding: 4px 0 50px 0;
    }

    #vision-next {
        float: right;
        margin: -13px 50px 0 0;
    }

    #vision-prev {
        margin: 0 0 0 50px;
    }

    .vision-full {
        columns: auto;
        height: auto;
        padding: 50px 5%;
        font-size: 14px;
    }

    .break {
        margin-bottom: 30px;
    }

    .red-block {
        padding: 5%;
        font-size: 22px;
    }

    .about-left-top {
        position: relative;
        top: auto;
        left: auto;
        padding: 10px 0 0 0;
    }

    .about-left-bottom {
        position: relative;
        bottom: auto;
        left: auto;
        padding: 50px 0;
    }

    #about-slider .panel {
        height: 1300px;
    }

    #about-slider .panel.photo {
        height: 340px;
    }

    .about-full {
        padding: 5%;
    }

    .about-right {
        padding: 5%;
    }

    .contact-left, .contact-right {
        width: 100%;
        float: left;
    }

    #contact .container {
        width: 100%;
    }

    #contact .container h2 br {
        display: block;
    }

    .contact-right {
        height: auto;
    }

    .contact-right .wrapper-red {
        width: 100%;
        float: left;
    }

    .contact-logo {
        width: 100%;
        float: left;
        position: relative;
        right: auto;
        bottom: auto;
        background-position: center bottom;
    }

    #project-detail {
        padding: 0;
    }

    .project-details {
        padding: 5%;
    }

    .next-project {
        padding: 20px 0 0 0;
    }

    #slider-info #next-project {
        float: none;
    }

    #project-detail .container.small-container {
        padding: 50px 5%;
    }

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

    #project-detail .project-header h2 {
        text-align: center;
        float: none;
    }

    #project-detail .project-header #next-project {
        float: none;
    }

    .project-body-left, .project-body-right {
        width: 100%;
    }

    .project-body-right {
        padding: 0;
        margin: 30px 0 0 0;
    }

    .projects-wrapper h2 {
        width: 100%;
        text-align: center;
    }

    .projects-wrapper .filters {
        float: none;
    }

    .projects-wrapper .filters li {
        float: none;
        width: 100%;
        text-align: center;
        margin: 10px 0;
        display: block;
    }

    .project-footer {
        padding-bottom: 100px;
    }

    .projects-wrapper .filters li.active, .projects-wrapper .filters li:hover {
        border-bottom: none;
    }

    .projects-wrapper .filters li.active a, .projects-wrapper .filters li a:hover {
        border-bottom: none;
        text-decoration: underline;
    }

    .projects-wrapper .filters li.active a sup, .projects-wrapper .filters li:hover a sup {
        text-decoration: none;
    }

    #interior-wrapper {
        padding: 0;
    }

    .interior-block .intro {
        padding: 50px 0;
        font-size: 40px;
        line-height: 130%;
    }

    .interior-block .intro h3 {
        margin-top: 10px;
    }

    .interior-right-color {
        padding: 10%;
    }

    .interior-block-last {
        padding: 30px;
    }

    .interior-block .col-12 {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 1000px) {
    .employee .info {
        height: 65px;
    }
}
