.site-footer {
    background-color: #EB6200;
    position: relative;
    color: #ffffff;
    width: 100%;
    padding: 40px;
}

.site-footer p {
    color: #ffffff;
}

.footer-menu {
	width: 100%;
	text-align: center;
}

.footer-menu a {
	color: #ffffff;
	font-weight: unset;
}

.footer-menu a:visited {
	color: #0F0F0F;
}

.footer-social {
	position: absolute;
    right: 580px;
    top: 42px;
}

.footer-social img {
	margin-right: 20px;
	width: 22px;
}

.site-footer a,
.site-footer a:active,
.site-footer a:focus,
.site-footer a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: 400;
}

.footerbox {
	text-align: center;
}

.footerbox img {
	margin: 0 auto;
	width: 150px;
	display: block;
}