#footer {
	position:relative;
	z-index:2;
	background: #f3f3f3;
	color:#b7b7b7;
	padding: 35px 0;
	line-height: 1.4;
}

#footer-contact{
	/*width: 57%;*/
}

#footer-contact a {
	color: #b7b7b7;
}

#footer-social {
    float: right;
        margin-top:-48px;
    
}



#footer-contact a {
	line-height: 1;
}
@media screen and (max-width: 780px) {
    #footer-social {margin-top:0px;
        
    }
}

