﻿.project-top {
    /*padding-left: 58px;
    padding-right: 58px;*/
    max-width: 1916px;
    margin-top: 40px;
    margin-bottom: 80px;
    position: relative;
}

.project-top-search {
    /*padding-left: 58px;
    padding-right: 58px;*/
    max-width: 1916px;
    margin-top: 40px;
    margin-bottom: 30px;
    position: relative;
}
/*.project-top {
    display:flex;
}*/
.project-left {
    max-width: 600px;
}

.project-title {
    font-size: 21px;
    line-height: 1.15;
    margin-top: 0;
}

.project-subtitle {
    font-size: 15px;
    line-height: 1.15;
}

@media (min-width:768px) {
    .project-top {
        padding-right: 200px;
    }

    .project-button {
        position: absolute;
        right: 10px;
        top: 0px;
        /*float:right;*/
    }
}


@media (max-width:767px) {
    .project-button {
        margin-top: 30px;
    }

        .project-button a {
            padding: 10px 20px;
            font-size: 13px;
        }
}

.project-button a {
    padding: 15px 30px;
    display: inline-block;
    border: 1px solid #000;
}

.canvas {
    padding: 30px;
    /*margin: 0 15px;*/
}

.project-row > div {
    margin-bottom: 60px;
    /*padding: 0 45px;*/
}

@media (min-width:768px) {
    .project-row {
        margin: 0 -45px;
    }

        .project-row > div {
            padding: 0 30px;
        }
}

@media (max-width:767px) {
    .project-title {
        font-size: 25px;
        line-height: 1.4;
    }
}

@media (min-width:768px) {
    .project-row > div:nth-child(3n+1) {
        clear: left;
    }
}

.project-image {
    width: 100%;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    padding-bottom: 100%;
}

.project-item h3 {
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.55556;
    font-family: 'Mermaid-Bold';
}

.project-date {
    color: #808080;
    font-family: initial;
}

.project-big-image {
    width: 100%;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    height: 100vh;
}

.project-text {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 30px 30px 40px 30px;
    text-align: center;
}

    .project-text h4 {
        color: #fff;
        margin: 0 0 20px 2px;
    }

    .project-text span {
        display: block;
        color: #fff;
        font-size: 30px;
        line-height: 43px;
        font-family: 'Mermaid-Bold';
        /* font-weight: 800; */
        text-transform: uppercase;
        letter-spacing: 1px;
    }

.project-section:not(:last-child) {
    margin-bottom: 50px;
}

.fullwidth-image {
    width: 100%;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    /*height: 100vh;*/
    height: 500px;
}

.fullwidth-caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding: 0 30px;
    text-align: center;
}

    .fullwidth-caption h2 {
        font-size: 54px;
        /*text-align: left;*/
        margin-top: 20px;
        line-height: 40px;
        font-family: 'Mermaid-Bold';
    }

@media (max-width:767px) {

    .fullwidth-caption h2 {
        font-size: 30px;
        line-height: 30px;
    }
}

.animated.fadeout {
    opacity: 0;
    -webkit-transform: translateY(75px);
    transform: translateY(75px);
}

.animated {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: all .5s ease-in-out;
}

.result-title h3 {
    margin-left: 105px;
    margin-bottom: 70px;
}

@media (max-width:767px) {
    .result-title {
        margin-left: -88px;
    }
}

.result-empty h3 {
    margin-left: 17px;
    margin-top: -30px;
    border-bottom: 1px solid #333;
    line-height: 3em;
}

content-detail {
    padding: 12px;
    position: relative;
    font-size: 12px;
}

.see-detail-wrapper {
    margin-top: 60px;
}

.see-detail {
    padding: 15px;
    border: 1px solid #000;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

    .see-detail:hover {
        background: #000;
        color: #fff;
    }
