/*------------------------------------------*/
/*			Social button
/*------------------------------------------*/
.social-icon{
	list-style:none;
	padding: 0;
}
.social-icon li{
	display: inline-block;
	border-left: 1px solid rgba(0,0,0,0.03);
	margin-left: 5px;
}
.social-icon li:first-child{
	margin-left: 0;
}
.social-icon li:last-child{
	border-right: 1px solid rgba(0,0,0,0.03);
}
.social-icon a{
	background: #666;
	color: #fff;
	display: block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	/* font-size: 14px; */
	text-align: center;
	position: relative;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.social-icon a:hover{
	color: #fff;
}
.social-icon a:hover:after{
	background: rgba(255,255,255,0.2);
	content: '';
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	bottom: 0;
	right: 0;
	z-index: 1;
	position: absolute;
}
.social-icon .facebook{background: #3B5998;}
.social-icon .twitter{background: #00C5F9;}
.social-icon .google-plus{background: #E05A4E;}
.social-icon .linkedin{background: #117BB8;}
.social-icon .youtube{background: #CB312E;}
.social-icon .pinterest{background: #EE3324;}
.social-icon .flickr{background: #ED1384;}
.social-icon .dribbble{background: #EB4C89;}
.social-icon .skype{background: #00B0F6;}
.social-icon .rss{background: #FBA933;}
.social-icon .instagram{background: #8a3ab9;}
.social-icon .whatsapp{background: #25d366;}

.social-icon .facebook:hover{background: #3B5998;}
.social-icon .twitter:hover{background: #00C5F9;}
.social-icon .google-plus:hover{background: #E05A4E;}
.social-icon .linkedin:hover{background: #117BB8;}
.social-icon .youtube:hover{background: #CB312E;}
.social-icon .pinterest:hover{background: #EE3324;}
.social-icon .flickr:hover{background: #ED1384;}
.social-icon .dribbble:hover{background: #EB4C89;}
.social-icon .skype:hover{background: #00B0F6;}
.social-icon .rss:hover{background: #FBA933;}
.social-icon .instagram:hover{background: #8a3ab9;}
.social-icon .whatsapp:hover{background: #25d366;}