.footer{
    display: flex;
	justify-content:flex-start;
	flex-wrap:wrap;
	font-size:12px;
	background-color:#666;
	border-top:3px solid #888;
	padding-top:15px;
	padding-bottom:5px;
	width:100%;
	bottom:0px;
}

.footer div{
	padding:5px;
	padding-top:0px;

}

@media screen and (max-width: 500px) {
    .footer div {
        width:100%;
        
    }
    .footer .locations a {
        display:block;
    
  }
}


.footer a{
    text-decoration:none;
    
    line-height:1;
    color:#fff;
}

.location{
    color:#111;
    font-size:14px;
    width:100%;
}

.locations{
    bottom:0px;
    text-decoration:none;
    width:100%;
    text-align:right;
    color:#111;
    margin-top:10px;
}