#menu-builder-social
{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 110px;
}

@media screen and (max-width:1200px)
{
	#menu-builder-social
	{
		justify-content: flex-end;
		height: auto;
		margin-top: 115px;
	}
}

@media screen and (max-width:992px)
{
	#menu-builder-social
	{
		justify-content: center;
    	margin-top: 10px;
	}
}

#menu-builder-social a:link,
#menu-builder-social a:active,
#menu-builder-social a:visited,
#menu-builder-social a:hover
{
	display: inline-block;
	margin-right: 15px;
}

@media screen and (max-width:1200px)
{
	#menu-builder-social a:link:last-of-type,
	#menu-builder-social a:active:last-of-type,
	#menu-builder-social a:visited:last-of-type,
	#menu-builder-social a:hover:last-of-type
	{
		margin-right: 0;
	}
}

#menu-builder-social a:link img,
#menu-builder-social a:active img,
#menu-builder-social a:visited img,
#menu-builder-social a:hover img
{
	max-width: none !important;
}