#menu-builder-footer
{
	display: flex;
	flex-flow: column wrap;
	justify-content: space-between;	
	margin-top: 40px;
}

#menu-builder-footer a:link,
#menu-builder-footer a:active,
#menu-builder-footer a:visited
{
	position: relative;
	display: flex;
	color: #ffffff;
	font-family: roboto, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	transition: color 0.2s;
	text-decoration: none;
	margin-bottom: 18px;
}

#menu-builder-footer a:hover
{
	text-decoration: underline;
}

#menu-builder-footer a::before
{
	content: '\f054';
	position: relative;
	display: block;
	font-family: font_awesome;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #E7131A;
	margin-right: 10px;
}

#menu-builder-footer a img
{
	padding-right: 3px;
}