footer {
  width:100%;
  text-align:center;
  padding-bottom: 20px;
  clear:both;
}

footer ul {
  padding-left:0px !important;
  font-family: "Roboto-Regular";
  margin-bottom:10px;
}

footer ul li {
  display:inline;
  margin-left:30px;
  margin-right:3px;
}

footer ul li:first-of-type {
  display:inline;
  margin-left:0;
}

footer a {
  font-size:1em;
  text-decoration:none;
  color:#686869;
}

footer a:hover {
  text-decoration:underline;
}

footer .footerfirst {
  margin-left:0px;
}

footer #copyright a{
  color: #686869;
  text-decoration : none;
}