#wrap-social {
    width: 100%;
    display: table;
}
.social-left
{
    width: 50%;
    float: left;
}
.social-right {
    width: 408px;
    float: right;
}
.social-right > #social,
.social-left > #social {
    padding: 10px 0px;
    margin: 0px;
}
.social-right > #social {
    float: right;
}
#social  li {
    float: left;
    margin: 0px 20px;
}
#social  li:nth-child(3) {
	width: 160px;
}
#social li:nth-child(4) {
	width: 184px;
}
#social li:nth-child(4) > div{
	width: 184px;
    height: 20px;
    display: block;
}
#social .social-icon {
	float: left;
	cursor: pointer;
}
.social-info {
	float: left;
    color: #fff;
    font-size: 13px;
    color: red;
    font-weight: bold;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
}
#social .social-info .social-title {
	font-size:12px;
	font-weight: bold;
	text-align: center;
}
