/* SOCIAL ICONS */
.social-icon {
	border: 1px solid #000;
	width: 128px;
	height: 68px;
	padding: 2px;
	margin-right: 2px;
	float: left;
}

.social-icon a {
	display: block;
	text-align: center;
	background-color: #999;	
	color: #fff;	
}

.social-icon a:hover {
	background-color: #666;
}

.social-icon-last {
	margin-right: 0;
}

.fa-3x {
	line-height: 68px;
}