#menu-builder-footer
{
	display: flex;
	flex-flow: column wrap;			
	justify-content: space-between;
	margin-bottom: 15px;
	height: 90px;
}

#menu-builder-footer a:link,
#menu-builder-footer a:active,
#menu-builder-footer a:visited
{
	display: flex;
	align-items: center;
	font-family: open_sans;
	font-size: 10pt;
	color: #b9b9b9;
	text-decoration: none;
	background-color: #15161e;
	transition: color 0.2s;
}

#menu-builder-footer a:hover
{
	color: #ffffff;
}

#menu-builder-footer a img
{
	padding-right: 3px;
}

@media screen and (max-width:1440px)
{
	#menu-builder-footer
	{		
		text-align: center;
		align-items: center;		
		height: auto;	
	}

	#menu-builder-footer a:link,
	#menu-builder-footer a:active,
	#menu-builder-footer a:visited
	{
		font-size: 11pt;
		margin-bottom: 10px;
	}
}

@media screen and (max-width:1200px)
{
	#menu-builder-footer
	{
		margin-bottom: 30px;
	}
}