/*FOOTER 1
-----------------------*/
.lf-footer-col-1,
.lf-footer-col-2,
.lf-footer-col-3,
.lf-footer-col-4,
.lf-footer-col-5,
.lf-footer-col-6 {
	float: right;
}

.credit {
    float: left;
}
/*----------------------------------responsive------------------------------------*/

@media screen and (max-width: 950px) {
    .credit a {
        flex-direction: row-reverse;
    }

}
