/*************

FOOTER

*************/
/* Footer middle row */
footer .fl-rich-text a{
    transition: all 200ms linear;
}
footer .fl-rich-text a:hover{
    opacity: .8;
}

/* Footer bottom row */
.footer-bottom-row a:hover,
.footer-bottom-row a:focus,
.footer-bottom-row a:active {
    opacity: .8;
}

