a#logo {
	background-image: url(../images/header_logo.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #000;
	width: 630px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

a#consolidation-link {
	background-image: url(../images/header_consolidation.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #000;
	position: absolute;
	top: 0;
	right: 0;
	width: 358px;
	height: 45px;
}

#icon-hive {
	position: absolute;
	right: 0;
	top: 55px;
	width: 365px;
}
	#icon-hive a {
		display: inline-block;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		margin-bottom: 6px;
		margin-left: 6px;
	}
	#icon-hive a:hover, #icon-hive a:focus {
		opacity: 0.5;
	}
	#icon-hive a.social {
		width: 58px;
		height: 58px;
	}
	#icon-hive a.sc { background-image: url(../images/header_sc.svg); }
	#icon-hive a.tw { background-image: url(../images/header_tw.svg); }
	#icon-hive a.fb { background-image: url(../images/header_fb.svg); }
	#icon-hive a.di { background-image: url(../images/header_di.svg); }
	#icon-hive a.yt { background-image: url(../images/header_yt.svg); }
	#icon-hive a.mail { background-image: url(../images/header_mail.svg); }
	#icon-hive a.news { background-image: url(../images/header_news.svg); }
	#icon-hive a.sale { background-image: url(../images/header_sale.svg); }

	#icon-hive a.label {
		width: 85px;
		height: 58px;
		background: #000;
	}
	#icon-hive a.cass { background-image: url(../images/header_cass.svg); }
	#icon-hive a.saltern { background-image: url(../images/header_saltern.svg); }
