/* Social links */

div#header_info_block {
	width: 260px;
	height: 153px;
	position: absolute;
	overflow: hidden;
	top: 30px;
	right: 0px;
	text-align: center;
	/* background: radial-gradient(at 50% 30%, rgba(255,255,255,0.4)0%, rgba(255,255,255,0)70%); */
	z-index:10;
}

div#header_info_block span.text {
	text-align: center;
	color: #d9f2ff;
	font-size: 1.3em;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
	display: block;
}

div.flag {
	float: right;
	margin-right: 10px;
}

ul.social-links {
	list-style: none;
	float: right;
	margin: 50px 10px 0;
	padding: 6px 5px 5px 6px;
	box-sizing: border-box;
	background-color: hsla(210, 100%, 90%, 0.4);
	border: 1px solid hsla(200, 100%, 20%, 0.5);
}

ul.social-links li {
	margin-bottom: 15px;
	line-height: 2.4;
}

ul.social-links li img {
	float: right;
	width: 40px;
	height: 40px;
}

ul.social-links a.link {
	color: #fff;
	text-decoration: none;
	transition: .2s ease-in-out;
	border-bottom: 1px solid transparent;
	transition: .2s ease-in-out;
}

ul.social-links a.link:hover {
	color: #000000;
	text-decoration: none;
	outline: none;
	border-bottom: 1px solid #000000;
}

ul.social-links a.link span {


}