/* WERK */
/* ---------------------------------------------------- */
img {
    background-color: #ffffff;
}

#werk-overview .canvas {
    padding: 25px;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

#werk-overview .text{
    min-height: 325px;
}

#werk-overview .text span {
    padding: 50px 25px 25px 25px;
    font-size: 26px;
    line-height: 26px;
    text-transform: uppercase;
    font-family: 'allerbold';
    color: #483f36;
    display: block;
}

#werk-overview .text p {
    padding: 0 25px;
    font-size: 17px;
    font-family: 'allerregular';
    line-height: 30px;
    color: #a19e9b;
    font-weight: 100;
}

#werk-overview .text p b {
    color: #483f36;
    font-weight: 100;
}

#werk-overview .photo {
    padding: 0;
    position: relative;
    text-align: center;
}

#werk-overview .photo img {
    width: 100%;
}

#werk-overview .photo img.first {
    margin-bottom: 1000px;
}

#werk-overview .photo .next {
    position: absolute;
    bottom: 0;
    left: 0;
}

#werk-overview .photo .next-previous {
    position: absolute;
    bottom: 0;
    right: 0;
}


#werk-overview .photo .next-previous .next-item {
    float: left;    
}

#werk-overview .photo .next-previous .previous-item {
    float: left;
    
}

#werk-overview #isotope-container {
    margin-bottom: 75px;
}

 
@media (max-width: 480px) {

    #werk-overview .photo .next {
        display: none;
    }
    
    #werk-overview .photo .next-item {
        display: none;
    }
    
    #werk-overview .photo .previous-item {
        display: none;
    }

    #werk-overview .canvas {
        padding: 5px;
    }

    #werk-overview .photo .next {

    }

}

#werk-detail .test {
    padding: 100px;
}

#werk-detail h1 {
    margin-bottom: 25px;
    font-size: 36px;
    text-transform: uppercase;
}

#werk-detail p {
    font-size: 26px;
}
