/* j-animate.css */

/* Fade Animation */
.j-animate-fade-border {
    transition: all 0.5s ease-out;
}
.j-animate-fade-border:hover {
    transition: all 0.5s ease-in;
    cursor: pointer;
    color: #fe6600;
}