#menu-builder-footer
{
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	height: 140px;
}

#menu-builder-footer a:link,
#menu-builder-footer a:active,
#menu-builder-footer a:visited
{
	display: flex;
	align-items: center;
	font-family: lato_regular, sans-serif;
	font-size: 12pt;
	color: #ffffff;
	text-decoration: none;
	margin-bottom: 15px;
	transition: color 0.2s;
}

#menu-builder-footer a:hover
{
	color: #ff8243;
}

#menu-builder-footer a:link:nth-of-type(4n),
#menu-builder-footer a:active:nth-of-type(4n),
#menu-builder-footer a:visited:nth-of-type(4n),
#menu-builder-footer a:hover:nth-of-type(4n)
{
	margin-bottom: 0;
}

#menu-builder-footer a img
{
	padding-right: 3px;
}

@media screen and (max-width:1200px)
{
	#menu-builder-footer
	{
		margin-bottom: 30px;
	}
}

@media screen and (max-width:992px)
{
	#menu-builder-footer
	{
		height: auto;
		text-align: center;
		width: 100%;
		flex-flow: column nowrap;
		align-items: center;
	}

	#menu-builder-footer a:link,
	#menu-builder-footer a:active,
	#menu-builder-footer a:visited,
	#menu-builder-footer a:hover
	{
		margin: 0 0 15px 0;
	}

	#menu-builder-footer a:link:nth-of-type(4n),
	#menu-builder-footer a:active:nth-of-type(4n),
	#menu-builder-footer a:visited:nth-of-type(4n),
	#menu-builder-footer a:hover:nth-of-type(4n)
	{
		margin: 0 0 15px 0;
	}

	#menu-builder-footer a:link:last-of-type,
	#menu-builder-footer a:active:last-of-type,
	#menu-builder-footer a:visited:last-of-type,
	#menu-builder-footer a:hover:last-of-type
	{
		margin: 0;
	}
}