footer {
    float: left;
    width: 100%;
    background-color: #505050;
    height: 100px;
    /*text-transform: uppercase;*/
    font-family: 'Augustus';
    color: #ffffff;
    padding-top: 20px;
    font-size: 8pt;
}

footer .right {
    float: right;
    text-align: right;
}

footer .left {
    float: left;
}

footer span {
    height: 42px;
    width: 40%;
    line-height: 21px;
}

footer .logos {
    float: left;
    width: 40%;
    text-align: center;
}

footer .logos img {
    margin-left: 4px;
    margin-right: 4px;
}

@media screen and (max-width: 916px){
	footer {
		width: 100%;
		height: 124px;
	}
}