#CSS custom
.ig-footer {
  height: 50px;
  width: 100%;
  position: fixed;
  bottom: 0;
  background-color: #555555;
  color: #fff;
}
.ig-footer .ig-footer-content {
  margin-left: auto;
  margin-right: auto;
  width: 550px;
}
.ig-footer .ig-footer-content .ig-footer-text {
  padding-top: 5px;
  text-align: left;
}
.ig-footer .ig-footer-content .ig-footer-text a {
  color: #fff;
}
.ig-footer .ig-footer-content .ig-footer-text a:hover {
  color: #dddddd;
}
.ig-footer .brand {
  margin-top: -15px;
  height: 80px;
  float: left;
}
