xxxxxxxxxx
.transRight{
transition: .5s, color .10s;
-webkit-transition: .5s, color .10s;
-moz-transition: .5s, color .10s;
}
.transRight:hover{
transform: translatex(20px);
-webkit-transform: translatex(20px);
-moz-transform: translatex(20px);
}