.a2c {
	background:#eb4656!important;
	color:#fff!important;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.a2c:hover {
	background:#467484!important;
	color:#fff!important;
}
.a2c:hover a {
	color:#fff!important;
}
.a2c a {
	color:#fff!important;
}
