/* FOOTER START */
.footer {
    padding-bottom: 20px;
    margin-top: 40px;
    background: #ffffff;
    padding-top: 30px;
}
.footer ul {
	list-style:none;
	float:right;
}
.footer ul li {
	float:left;
	padding: 0px 5px;
}
.copyright {
	float: left;
}
.copyright img {
	width: 32px;
	margin-right: 10px;
}
/* FOOTER END */

/* MOBILE START */
@media only screen and (max-width: 768px) {
    .footer {
        text-align: center;
    }
    .footer ul {
        float: none;
        padding: 0px;
    }
    .footer ul li {
        float: none;
    }
}
/* MOBILE END */