.references .carousel .item{
    min-height: 300px;
    background-position: center center;
    /*background-attachment: fixed;*/
    background-repeat: no-repeat;
    background-size: cover;
}

.references .carousel .item span{
    position: absolute;
    bottom: 1.5em;
    right:40px;
    color:#fff;
    font-size: 2em;
    font-family:'ProximaNovaCond-Regular';
}

.referenceoverview{
    background:#3c3c3b;
    color:#fff;
}

.referenceoverview .span1 .carousel-control{
    top:50%;
}

.referenceoverview .reference span{
    font-size:1em;
    /*font-family:'ProximaNovaCond-Bold';*/
    font-weight:700;
}


.referencedetail .carousel-control{
    top:60%;
}

.referencedetail .carousel{
    margin-bottom: 0;
}

.allreferences{
    padding-top:6em;
}