body.widget-snippet .social-share{
		padding:20px;
		background:#072132;
	}
	.social-share a {
		font-size: 21px;
		height: 42px;
		width: 42px;
		border: 2px solid rgba(255,255,255,1.0);
		display: inline-block;
		border-radius: 50%;
		line-height: 35px;
		text-align: center;
		color: rgba(255,255,255,0.8);
		vertical-align: middle;
	}
	.social-share a + a {
		margin-left: 6px;
	}
	.social-share a i{
		margin-top: 6px;
		color: rgba(255,255,255,1.0);
		font-size: 18px;
		transition: all 0.5s ease 0s;
	}
	.social-share a:hover i{
		color: #ffffff;
	}
	.social-share a.facebook-link:hover{
		border-color: #476dc4;
		background-color: #476dc4;
	}
	.social-share a.google-plus-link:hover{
		border-color: #d83f25;
		background-color: #d83f25;
	}
	.social-share a.linkedin-link:hover{
		border-color: #3a9bdc;
		background-color: #3a9bdc;
	}
	.social-share a.twitter-link:hover{
		border-color: #29c5f6;
		background-color: #29c5f6;
	}
