#social ul {
    overflow: auto;
	padding-top:3px;
	margin-top:2px;
}

#social ul li {
    list-style-type: none;
    float: left;
}

#social ul li a i {
    background: #205D7A;
    color: #fff;
    width: 30px;
    height: 23px;
    border-radius: 20px;
    font-size:16px;
    text-align: center;
    margin-right: 12px;
    padding-top: 8px;
	padding-left:2px;
    transition: all 0.2s ease-in-out;
}

#social .fa-facebook {
    background:#3b5998
}
#social .fa-linkedin {
    background:#007bb6
}
#social .fa-twitter {
    background:#00aced
}
#social .fa-google-plus {
    background:#dd4b39;
}
#social ul li a i:hover {
    opacity: .7;
}

