.top-social{
	float: right;
	margin-right: 30px;
	margin-top: 10px;
}
.top-social a {
  display: inline-block;
  text-align: center;
  margin: 0 2px;
}
.top-social i{
	display: block;
	width: 27px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	background: #050;
	color: #fff;
	font-size: 12px;
	border-radius: 50%;
}
.top-social .fa-facebook{
	background: #3b5998;
}
.top-social .fa-twitter{
	background: #1da1f2;
}
.top-social .fa-google-plus{
	background: #c53929;
}
.top-social .fa-vk{
	background: #507299;
}
.top-social .fa-instagram{
	background: #ee583f;
}
.top-social .fa-youtube{
	background: #cc181e;
}