.prefooter {
    background: url(http://www.synexis.be/ultimate/css/img/map.png) center no-repeat #2b2f30;
    color: #fff;
    font-size: 14px;
    position: relative;
}

.prefooter h4 {
    color: #91c01f;
    font-size:  20px;
    letter-spacing: -1px;
    line-height: 1.4;
}

.prefooter ul li:first-child {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
}

.prefooter ul li {
    border-top: 1px dashed #444;
    padding-top: 8px;
    margin-top: 8px;
}

.prefooter ul li a {
    display: block;
}

.prefooter a {
    color: #fff;
    text-decoration: none;
    transition: .2s;
}

.prefooter a:hover {
    color: #91c01f;
    transition: .2s;
}

footer {
    background: #000;
    font-size: 13px;
    color: #ddd;
    position: relative;
}

footer a {
    color: #91c01f;
    text-decoration: none;
}