body.widget-snippet .social-links {
	padding: 20px;
	background-color: #000BFF;
	text-align: center;
	max-width: 700px;
	margin:0 auto;
	
}
body.widget-snippet .social-links a {
	width: 60px;
	height: 60px;
	line-height: 60px
}
body.widget-snippet .social-links a i{
	padding:0 10px;
}
.widget-snippet .social-links {
	text-align: right;
}
.widget-snippet .social-links a {
	display: inline-block;
	vertical-align: top;
	line-height: 39px;
	color: #fff;
	font-size: 27px;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.widget-snippet .social-links a i {
	color: #fff;
}
.widget-snippet .social-links a {
	margin-left: 20px;
}
.widget-snippet .social-links a:first-child {
	margin-left: 0;
}
.widget-snippet .social-links a:hover,  .widget-snippet .social-links a:focus {
	color: #00F5FF;
}
.widget-snippet .social-links a:hover .fa,  .widget-snippet .social-links a:focus .fa {
	color: #00F5FF;
}
