.lg-share .rounded{
	color: #fff;
	width: 36px;
    height: 36px;
    line-height: 36px;
    background-color: #000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 50%;
    text-align: center;	
}
.lg-share li{
    float: left;
    margin-right: 10px;
}