/* site-footer */

.footer-logo-bg img {
    background-color: #fff;
    border-radius: 5px;
}

.site-footer .widget-title {
    position: relative;
    margin-bottom: 20px;
}

.site-footer .widget ul li {
    list-style: none;
    margin-bottom: 15px;
}

.emg-nap-item {
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: left 2px;
}

.emg-nap-phone {
    background-image: url(../img/footer/ft-call.png);
}

.emg-nap-map {
    background-image: url(../img/footer/ft-map.png);
}

.emg-nap-fb {
    background-image: url(../img/footer/ft-fb.png);
}



