/*************

FOOTER

*************/
/* Footer middle row */
.footer-middle-row .logo img{
    width: 150px;
}

/*Footer bottom row*/
.footer-bottom-row a:hover,
.footer-bottom-row a:focus,
.footer-bottom-row a:active {
    opacity: .8;
}

footer a {
	transition: all .2s;
}

@media screen and (max-width: 992px){
    footer .logo .fl-photo{
        text-align: center;
    }
}