#single-project{

}


#single-project .splash-image .project-titles h1{
    font-size: 1em;
    display:inline-block;
    position:relative;
    text-align: left;
}

#single-project .splash-image .project-titles h1 span{
    display:inline-block;
    background: #FFF;
}

#single-project .splash-image.show-black-bg .project-titles{
    opacity:0;
    padding:0 20px;
}

#single-project .splash-image.show-black-bg.scrolled .project-titles{
    animation: 800ms fade-in ease-out forwards;
}

#single-project .splash-image.show-black-bg .project-titles h1 span{
    background:none;
    color: #FFF;
}
#single-project .splash-image.show-black-bg  .project-titles  h1  span.small {
    margin: -20px 0 0 0;
}

#single-project .splash-image .scroll-down{
    bottom: 190px;
}

#single-project .project-menu{
    position:fixed;
    left:0;
    width:15%;
    top:80px;
    bottom:30px;
    z-index:0;
}

#single-project .project-text-images{
    float:right;
    width: 85%;
}


#single-project .project-text-images .project-text{
    width:45%;
    float:left;
}

#single-project .project-text-images .fix-text .project-text{
    float:none;
    position:fixed;
    top:0;
}

#single-project .project-text-images .fix-text-hover-up .project-text{
    animation: 300ms fade-out-up ease-out forwards;
}

#single-project .project-text-images .fix-text-hover-down .project-text {
    animation: 300ms fade-in-down ease-out forwards;
}


#single-project .project-text-images .project-text .section{
    display:none;
}

#single-project .project-text-images .project-text .section.active{
    display:block;
    animation: 500ms fade-in ease-out forwards;
}

#single-project .project-text-images .project-text .text-holder{
    margin-right:50px;
    line-height:1.4em;
}

#single-project .project-text-images .project-text .text-holder .text{
    font-size: 1.1em;
    font-weight:200;
}

#single-project .project-text-images .project-text .text-holder .text blockquote{
    font-style: italic;
    font-size: 1.2em;
    font-weight: bold;
    margin: 60px 20px;
    line-height: 1.2em;
}


    #single-project .project-text-images .project-text .text-holder .text .project-gegevens{
        margin-top:20px;
        text-transform: uppercase;
        line-height: 2em;
        font-size:0.7em;
        font-weight:bold;
    }

        #single-project .project-text-images .project-text .text-holder .text .project-section .left{

            float:left;
            width:35%;
        }

        #single-project .project-text-images .project-text .text-holder .text .project-section .right{
            float:right;
            width:65%;
        }

#single-project .project-text-images .project-text h3{
    font-weight:normal;
    margin: 100px 0 15px 0;
    font-size:2em;
    line-height: 1.2em;
}

#single-project .project-text-images .project-text h4{
    font-weight: normal;
    text-transform: uppercase;
    font-size: 0.9em;
    padding: 0;
    margin: 0;
}

#single-project .project-text-images .project-images a.image-link,
#single-project .project-text-images .project-images .pdf,
#single-project .project-text-images .project-images .youtube-iframe{
    border:none;
    cursor: zoom-in;
    width:55%;
    float:right;
    margin-top:10px;
    position:relative;
}

#single-project .project-text-images .project-images .youtube-iframe iframe{
    width: 100% !important;
}

#single-project .project-text-images .project-images .pdf{
   height:400px;
}


#single-project .project-text-images .project-images a.image-link.full{
    width: 100%;
    /*z-index:2;*/
    position:relative;
    z-index:-1;
}


#single-project .project-text-images .project-image{
    width:100%;
    height:auto;
    vertical-align:middle;
}


#single-project .project-text-images .project-images .image-title{
    position:Absolute;
    left:0;
    bottom:0;
    right:0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.5+99 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 99%, rgba(0,0,0,0.5) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 99%,rgba(0,0,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 99%,rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */
    color: #FFF;
    font-size:0.9em;
    padding:30px 20px 10px 20px;
    text-align:right;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
    -moz-opacity:0;
    -webkit-opacity:0;
    opacity:0;
    -moz-transition:0.3s all;
    -webkit-transition:0.3s all;
    transition:0.3s all;
}
#single-project .project-text-images .project-images a:hover .image-title{
    opacity:1;
    -moz-opacity:1;
    -webkit-opacity:1;
    display:block;
}

#single-project .related-projects{
    margin: 0 0 100px 0;
}

    #single-project .related-projects .divider{

    }

    #single-project .related-projects h3{
        text-align:center;
        margin: 60px 0 30px 0;
        line-height: 70px;
        height: 70px;
    }


/*Not starred have no menu*/

#single-project .not-starred .project-menu{
    display:none;
}


#single-project .not-starred .project-text-images {
    float: none;
    width: 100%;
}

#single-project .not-starred .project-text-images .project-text{
    width:50%;
}

#single-project .not-starred .project-text-images .project-images a.image-link,
#single-project .not-starred .project-text-images .project-images .pdf,
#single-project .not-starred .project-text-images .project-images .youtube-iframe{
    width: 50%;
    clear:right;
}

#single-project .not-starred .project-text-images .project-text .text-holder {
    margin-left: 50px;
}

@media screen and (max-width: 1200px){
    #single-project .project-menu{
        display:none;
    }

    #single-project .project-text-images {
        float: none;
        width: 100%;
    }

    #single-project .project-text-images .project-text{
        width:50%;
    }

    #single-project .project-text-images .project-images a.image-link,
    #single-project .project-text-images .project-ima ges .pdf,
    #single-project .project-text-images .project-images .youtube-iframe{
        width: 50%;
        clear:right;
    }

    #single-project .project-text-images .project-text .text-holder {
        margin-left: 50px;
    }
}


.lb-data .lb-number{
    display:none !important;
}
@media screen and (max-width: 768px){
    #single-project .project-text-images .project-text,
    #single-project .project-text-images .project-images a.image-link,
    #single-project .project-text-images .project-images .pdf,
    #single-project .project-text-images .project-images .youtube-iframe{
        float:none !important;
        width:100% !important;
        display: block !important;
    }

    #single-project .project-text-images .project-text .text-holder{
        margin:60px 30px !important;
    }

    #single-project .project-text-images .project-text h3{
        margin-top:0;
    }

    #single-project .related-projects{
        margin: 60px 0;
    }

    a.project.back-to-projects {
        font-size: 12px;
    }

    #single-project .project-text-images .project-images .pdf{
        display:none !important;
    }

    #single-project .project-text-images .project-images .view-pdf{
        display:block;
    }
}

@media screen and (max-width: 420px){
    #single-project .project-text-images .project-text .text-holder{
        margin:40px 20px;
    }

    #single-project .project-text-images .project-text .text-holder .text{
        font-size:1em;
    }

    #single-project .project-text-images .project-text .text-holder .text .project-section .left,
    #single-project .project-text-images .project-text .text-holder .text .project-section .right{
        float:none;
        width:100%;
    }
    #single-project .project-text-images .project-text .text-holder .text .project-section .right {
        margin-bottom: 15px;
    }
}

