.top-head {
	text-align: right;
	padding: 2px 0;

	position: relative; /* back to front */
}
.soshead {
	margin: 0;
}
.soshead a {
	display: inline-block;
	vertical-align: middle;
	margin: 0 1px;
}
.soshead i {
	display: inline-block;
	vertical-align: middle;

	text-align: center;
	width: 32px;
	height: 32px;
	line-height: 32px;

	border-radius: 2px;
	border: solid 1px #eeeeee;
	color: #404040;
}
.soshead span {
	display: inline-block;
	vertical-align: middle;
	padding-right: 15px;
	margin-left: 5px;
	font-size: 12px;
	color: #404040;
	text-align: left;
}
.soshead a:hover i {
	border: solid 1px #62B5D9;
}



.soshead .lang-url {
	float: right;
}
.soshead .lang-url a {
	line-height: 32px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.soshead .lang-url a:hover {
	text-decoration: underline;
}

/* Easy grid */
.head-hold .col3,
.head-hold .col9 {
	float: none;
	display: inline-block;
	vertical-align: bottom;
}
.head-hold .col9 {
	text-align: right;
}


.band-head {
	margin-top: -26px; /* 36(top-head.height) - 10(logo-hold.margin-bottom) */
}
.logo-hold {
	width: 150px;
	max-width: 100%;
	margin-bottom: 10px;
}

.soshead-extra i {
	font-size: 32px;
	border: solid 1px rgba(255,255,255,0);
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #666666;
}
.soshead-extra a:hover i {
	border: solid 1px rgba(255,255,255,0);
}
.soshead-extra b {
	color: #ff5e15;
}

@media (max-width: 768px) {
	.no-phone {
		display: none!important;
	}
	.top-head {
		text-align: center;
		padding: 1px 0;
	}
	.soshead a {
		margin: 1px;
	}
	.soshead i {
		width: 32px;
		height: 32px;
		line-height: 32px;
		border: solid 1px #dddddd;
	}
	.soshead span {
		display: none;
	}
	.soshead .lang-url {
		float: none;
		display: inline-block;
	}

	.head-hold .col3,
	.head-hold .col9 {
		text-align: center;
	}

	.band-head {
		margin-top: 0;
	}
	.logo-hold {
		margin-bottom: 0;
		margin-right: auto;
		margin-left: auto;
		margin-top: 24px;
	}
} /* 768px */
