.footer {
  background: #494949;
  margin-top: 15px;
}
.footer > div {
  max-width: 1300px;
  margin: 0 auto;
  padding: 10px 0;
  position: relative;
}
.footer > div:after {
  content: "";
  display: block;
  clear: both;
}
.footer > div .logo {
  clear: both;
  float: none;
  text-align: center;
  width: 100%;
  display: block;
  padding: 20px 0 0 0;
}
.footer > div .logo img {
  height: 60px;
}
.footer > div .contacts {
  clear: both;
  float: none;
  text-align: center;
  color: #fff;
  padding: 14px;
  height: 35px;
}
.footer > div .contacts a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
}
.footer > div .copy {
  clear: both;
  float: none;
  text-align: center;
  width: auto;
  color: #fff;
  font-size: 15px;
  padding: 14px;
}
.footer .socialHub {
  position: relative;
  text-align: center;
}
.footer .socialHubItem {
  float: none;
  display: inline-block;
}

/*# sourceMappingURL=common.css.map */
