/*------------------------------------------------------------------------------ references */
.references {
    background: #fff;
    position: relative;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0 3px 3px rgba( 0, 0, 0, 0.02 );
    border-right: 1px solid #e5e9ed;
    border-left: 1px solid #e5e9ed;
    border-bottom: 1px solid #dbdfe3;
}

.references .single-reference {
    position: relative;
    padding: 20px 20px 40px 20px;
    text-align: center;
    background: #fff;
}

.references .references-images {
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -36.5px;
    width: 76px;
    height: 76px;
}

.references .references-images .single-image {
    width: 70px;
    height: 70px;
    padding: 3px;
    background: #385272;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    box-shadow: 0 3px 3px rgba( 0, 0, 0, 0.02 );
}

.references .references-images .single-image img {
    width: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

/*------------------------------------------------------------------------------ responsive */
@media (min-width: 600px) and (max-width: 849px) {

    .references {
        margin-bottom: 40px;
    }
}

@media (max-width: 599px) {

    .references {
        margin-bottom: 40px;
    }
}