footer {
  margin-top: @line-height-computed;
  padding: @line-height-computed 0;

  background: @brand-info;
  color: #fff;
  a { color: #fff; }

  h1,h2,h3,h4,h5,h6 {
    color: #fff
  }

  .footer-brand {
    margin: 0;
  }

  .sitemap {
    margin: 0 0 @line-height-computed;

    font-size: .9em;

    ul {
      margin: 0;
    }

    li {
      text-align: center;
    }

    h5 {
      margin-top: @line-height-computed;
      text-align: center;
      a { font-weight: bold; }
    }

    a {
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      color: #fff;
      font-weight: 200;
    }
  }

  .copyright {
    margin: 0 0 @line-height-computed;
    font-size: .8em;
    font-weight: 200;
  }
}
