﻿.header-top-inner {
	align-items: center;
	display: flex;
	position: relative;
	padding: 24px 0;
}
.ht-social {
	margin-right: 50px;
	width: 15%;
}
.ht-item {
	display: inline-flex;
	width: 63%;
}
.ht-tags {
	position: absolute;
	right: 0;
	top: 28px;
	width: 22%;
}
.ht-social ul li {
	margin-left: 6px;
	float: left;
}
.ht-social ul li a {
	border: 1px solid #eeeeee;
	border-radius: 50%;
	color: #c2cad7;
	display: block;
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 50px;
}