.socialNav a {
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	width: 26px;
	height: 26px;
	display: inline-block;
	margin-left: 5px;
	background: #305282;
	text-align: center;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.socialNav svg {
	height: 13px;
	width: auto;
	line-height: 28px;
	float: none;
	margin-top: 7px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.socialNav svg {
	fill: #FFF;
}

.socialNav a:hover {
	opacity: .5;
}
