body,
#filters button {
    font-weight: 400;
}

hr {
    border-top: 1px solid #000;
    width: 20%;
    margin-left: 0px;
}

.text-medium {
    color: #bababa;
}

.ar-53 {
    padding-top: 53%;
}

#loader .wall-01,
#loader .wall-02 {
    left: 0;
}

#loader .loader {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.nav-icon {
    width: 30px;
}

.nav-icon span:nth-child(2),
.nav-icon span:nth-child(3) {
    top: 10px;
}

.nav-icon span:nth-child(4) {
    top: 20px;
}

[data-animate-text] {
    opacity: 0;
}

.smaller {
    font-size: 88%;
}

.slider-home p {
    z-index: 9;
}

.slider-blur {
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    opacity: 0;
    transition: all 500ms ease-out;
    -webkit-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
}

.slider-blur .blur-img {
    display: none;
}

.slider-blur .canvas-wrapper {
    width: 100%;
    position: absolute;
    bottom: 0px;
    height: 77px;
    overflow: hidden;
}

.slider-blur .cnvBlur {
    width: 100% !important;
    height: initial !important;
    position: absolute;
    bottom: 0px;
}

.slider-home p {
    color: #fff;
    font-weight: 300;
}

.slider-blur:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 85px;
    background: rgba(255, 255, 255, 0);
    /* background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.87) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0.87)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.87) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.87) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.87) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.87) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bdbdbd', GradientType=0); */
}

.project-blur {
    width: 100%;
    position: absolute;
    bottom: 0px;
    height: 0%;
    overflow: hidden;
    transition: height 250ms ease-out;
    -ms-transition: height 250ms ease-out;
    -webkit-transition: height 250ms ease-out;
}

.project-item:hover .project-blur {
    height: 28%;
}

.project-blur .cnvBlur {
    width: 100% !important;
    height: auto !important;
    position: absolute;
    bottom: 0px;
}

#projects-list .project-item .overlay-white,
#projects-list .project-item:hover .overlay-white {
    height: 28%;
    background: rgba(255, 255, 255, 0);
    /* background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.87) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0.87)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.87) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.87) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.87) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.87) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bdbdbd', GradientType=0); */
}

.menu li {
    font-size: .9rem;
}

#submenu {
    margin-bottom: 2.5rem;
}

#submenu li a {
    font-size: .7rem;
}

#mobile-menu li a {
    font-weight: 300;
}

#filters button {
    font-size: 0.7rem;
}

.slick-dots li {
    margin-left: 10px;
}

.slick-dots li button {
    border-radius: 100%;
    width: 10px;
    height: 10px;
    border: 1px solid #989898;
}

.slick-dots li.slick-active button {
    background: #989898;
}

.large {
    font-weight: 400;
}

#project-info {
    max-width: 320px;
    font-size: 13px;
    font-weight: 400;
}

#project-info p {
    font-size: 13px;
}

#project-info .h6 {
    font-size: 20px;
}

#project-info p.large {
    font-size: 16px;
}

#filters button {
    margin-right: 25px;
}

.letter-spacing-l {
    letter-spacing: 0.087rem;
}

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

#mapInfoWindow img {
    max-width: 200px;
    height: auto;
}

footer i {
    color: #a9a9a9;
}

footer i:hover {
    color: #585858;
}

.copyright {
    color: #a9a9a9;
}

.copyright a {
    color: #a9a9a9;
}

.copyright a:hover {
    color: #585858;
}

.client-wrapper p {
    line-height: 2rem;
}

#page {
    overflow: visible;
}

#slider-project-thumbs {
    justify-content: start;
}

#slider-project-thumbs .bottom-overlay {
    height: 120px;
}

.swiper-publications-container .swiper-publications-inner-container .button-prev,
.swiper-publications-container .swiper-publications-inner-container .button-next {
    -webkit-transition: all 800ms ease-out 250ms;
    -moz-transition: all 800ms ease-out 250ms;
    -o-transition: all 800ms ease-out 250ms;
    transition: all 800ms ease-out 250ms;
}

#singular {
    display: none
}

#projects-list .project-item p {
    text-align: center;
    width: 90%;
    color: #fff;
    font-weight: 300 !important;
}

#projects-loader {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: -15px;
    background: #fff;
    width: 0px;
    height: 100%;
    z-index: 99;
}

#projects-loader.loading {
    width: calc(100% + 30px);
}

#project-info {
    overflow: hidden;
}

#project-info>div {
    overflow: auto;
    height: 85%;
}

#slider-project-thumbs .slider-thumb {
    width: 12.5%;
}

#slider-project-thumbs .slider-thumb:before {
    left: -9px;
}

#slider-project-thumbs .slider-thumb:after {
    right: -9px;
}

.swiper-publications-container .swiper-publications-inner-container {
    margin-bottom: 40px;
}

.map-wrapper button[data-close-map] span {
    display: inline-block;
    line-height: 1.1;
}

.map-wrapper button[data-close-map]:hover span {
    width: inherit;
}

.mobile-social {
    position: absolute;
    bottom: 4%;
    left: 40%;
    font-size: 1.8rem;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.cross-to-x {
    transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
}

.bottom-overlay {
    height: 160px;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}

#load-more-projects {
    /* top: -100px; */
    position: relative;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}

.rotate {
    display: inline-block;
    animation: rotate infinite 1000ms;
}

@media only screen and (max-width: 1199px) {
    #slider-project-thumbs .slider-thumb:nth-child(6n+6):after,
    #slider-project-thumbs .slider-thumb:after {
        right: -8px;
    }
}

@media only screen and (max-width: 991px) {
    #slider-project-thumbs .slider-thumb {
        width: 19.5%;
    }
    #slider-project-thumbs .slider-thumb:before {
        left: -8px;
    }
    #slider-project-thumbs .slider-thumb:nth-child(6n+6):after,
    #slider-project-thumbs .slider-thumb:after {
        right: -9px;
    }
}

@media only screen and (max-width: 767px) {
    .client-wrapper p {
        line-height: 1.6rem;
    }
    .client-wrapper p span {
        display: block;
        text-align: center;
        margin-right: 0px;
    }
    .client-wrapper p span:after {
        display: none;
    }
    #slider-project-thumbs .slider-thumb:nth-child(2n+2):after,
    #slider-project-thumbs .slider-thumb:last-child:after {
        right: -9px;
    }
    #slider-project-thumbs .slider-thumb:before {
        left: -8px;
    }
    .slider-home p {
        text-align: center;
        left: 50%;
        bottom: 18px;
        transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
}

@media only screen and (max-width: 575px) {
    #slider-project-thumbs .slider-thumb:before,
    #slider-project-thumbs .slider-thumb:after,
    #slider-project-thumbs .slider-thumb:nth-child(2n+2):after,
    #slider-project-thumbs .slider-thumb:last-child:after {
        display: none;
    }
    hr {
        margin-left: auto;
    }
}

@media only screen and (max-width: 400px) {
    #filters button {
        margin-right: 1px;
        padding: 10px 0px 10px 8px;
    }
    .slider-home p {
        bottom: 8px;
        left: 40%;
        transform: translateX(-30%);
        -ms-transform: translateX(-30%);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
        opacity: 1;
    }
    50% {
        opacity: .4;
    }
    100% {
        transform: rotate(180deg);
        opacity: 1;
    }
}