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