.u-svg-link {
	cursor : pointer;
}
.u-svg-link circle {
	transition : all 0.2s ease-out;
	opacity : 0.7019607843137254;
	-ms-filter : 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
}
.u-svg-link path {
	transition : all 0.2s ease-out;
	fill : #1471c8;
}
@media screen and (min-width: 1025px) {
	.u-svg-link:hover circle {
		transition : all 0.3s ease-out;
		fill : #0296e5 !important;
	}
	.u-svg-link:hover path {
		transition : all 0.3s ease-out;
		fill : #fff;
	}
}
