footer .option-text a:after {
    position: relative;
    display: inline-block;
    width: auto;
    opacity: 1;
    bottom: 0;
    height: auto;
    background-color: transparent;
	transition: all 0.3s ease;
}
footer .option-text a:hover:after{
	transform: translateX(5px);
}