.footer-bottom {
    background: #000;
    border-top: 1px solid #eee;
    padding: 10px 0;
    font-size: 14px;
	color:#fff;
}

.footer-heart {
    width: 20px;
    height: 20px;
    margin: 0 8px;
}

#logo_footer {
    height: 24px;
    width: auto;
    transition: 0.3s;
}

#logo_footer:hover {
    opacity: 0.7;
}
