ul.socnet{
	position: relative;
	margin:5px 0;
	padding:0;
}

ul.socnet li {
    display: inline-block;
    text-align: center;
    margin-left:3px;
}

ul.socnet li:first-child {
  margin-left:0;
}

ul.socnet a {
    color: #ffffff;
    display: block;
    height: 3em;
    text-align: center;
    width: 3em;
    line-height: 3.8em;
}

ul.socnet a .fa{
    color: #ffffff;
}

ul.socnet li.gradient{
	background: #8440b6;
	background: -moz-linear-gradient(top, #8440b6 0%, #d12e7c 50%, #f97e2b 100%);
	background: -webkit-linear-gradient(top, #8440b6 0%,#d12e7c 50%,#f97e2b 100%);
	background: linear-gradient(to bottom, #8440b6 0%,#d12e7c 50%,#f97e2b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8440b6', endColorstr='#f97e2b',GradientType=0 );
}

ul.socnet li:hover {
	background: #505050!important;
}