#menu-builder-footer
{
	display: flex;
    justify-content: flex-start;
    padding: 10px 0;
    flex-flow: column wrap;
    height: 166px;
}

@media screen and (max-width: 991px)
{
	#menu-builder-footer
	{
		align-items: center;
		height: auto;
		padding: 0;
	}
}

#menu-builder-footer a:link,
#menu-builder-footer a:active,
#menu-builder-footer a:visited
{
	display: flex;
	align-items: center;
	font-family: 'Lato';
    font-size: 14px;
    color: #f1f0ef;
	text-decoration: none;
	transition: color 0.2s;
    font-weight: normal;
    line-height: 10px;
    padding: 0px;
	margin: 8px 0 8px 0;
	text-transform: uppercase;
}

#menu-builder-footer a:hover
{
	color: #ffffff;
}

#menu-builder-footer a img
{
	padding-right: 3px;
}

@media screen and (max-width: 991px)
{
	#menu-builder-footer a:link,
	#menu-builder-footer a:active,
	#menu-builder-footer a:visited
	{
		line-height: 14px;
		margin: 0 0 18px 0;
	}

}