#menu-builder-footer
{
	display: flex;
	justify-content: space-between;
	margin-top: 21px;
	margin-bottom: 75px;
}

@media screen and (max-width:1199px)
{
	#menu-builder-footer
	{
		margin-top: 0;
		margin-bottom: 45px;
	}
}

@media screen and (max-width:991px)
{
	#menu-builder-footer
	{
		flex-flow: column nowrap;
		justify-content: flex-start;
		align-items: center;
		text-align: center;
		margin-bottom: 30px;
	}
}

#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: 12pt;
	color: #ffffff;
	text-decoration: none;
	transition: color 0.2s;
}

#menu-builder-footer a:hover
{
	color: #7e85b4;
}

@media screen and (max-width:991px)
{
	#menu-builder-footer a:link,
	#menu-builder-footer a:active,
	#menu-builder-footer a:visited
	{
		margin-bottom: 15px;
	}
}

#menu-builder-footer a img
{
	padding-right: 3px;
}