header:before
{
	display:    block;
	content:    url( '../../images/corner-dc.png' );
	position:   absolute;
	top:        0;
	left:       0;
	z-index:    1;
}

#headerLogo
{
	z-index:    2;
}

@media( max-width: 1058px )
{
	header:before
	{
		display:    none;
	}
}

header .content
{
	background: linear-gradient(144deg, #2d3134 0%, #2d3134 60%, rgba(54,58,61,1) 60%, #2d3134 100%);
}