.btn-sfb,
.btn-sfb-hover:hover{
	color: #1877F2 !important;
	transition: all 0.5s ease 0s;
	text-decoration: none;
}
.btn-sfb:hover{
	color: #1360C3 !important;
	transition: all 0.5s ease 0s;
	text-decoration: none;
}
.btn-stw,
.btn-stw-hover:hover
{
	color: #1DA1F2 !important;
	transition: all 0.5s ease 0s;
	text-decoration: none;
}
.btn-stw:hover{
	color: #1781C3 !important;
	transition: all 0.5s ease 0s;
	text-decoration: none;
}
.btn-sin,
.btn-sin-hover:hover{
	color: #0a66c2 !important;
	transition: all 0.5s ease 0s;
	text-decoration: none;
}
.btn-sin:hover{
  color: #08529C !important;
	transition: all 0.5s ease 0s;
	text-decoration: none;
}
.btn-syt,
.btn-syt-hover:hover{
	color: #FF0000 !important;
	transition: all 0.5s ease 0s;
	text-decoration: none;
}
.btn-syt:hover{
  color: #E20000 !important;
	transition: all 0.5s ease 0s;
	text-decoration: none;
}

.sfb{
  	color: #1877F2 !important;
}
.stw{
	color: #1360C3 !important;
}
.sin{
	color: #0a66c2 !important;
}
.syt{
	color: #FF0000 !important;
}