body.widget-snippet .social-links {
	padding: 30px;
	background-color: #204D47;
	text-align: center;
	max-width: 900px;
		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;
	border-radius: 50%;
	line-height: 39px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.widget-snippet .social-links a i {
	color: #fff;
	line-height: 39px;
}
.widget-snippet .social-links a + a {
	margin-left: 20px;
}
.widget-snippet .social-links a:hover,  .widget-snippet .social-links a:focus {
	color: #00a18d;
}
.widget-snippet .social-links a:hover .fa,  .widget-snippet .social-links a:focus .fa {
	color: #00a18d;
}
