#footer {
  padding-top: 60px; }
  @media (min-width: 768px) {
    #footer {
      padding-top: 80px; } }
  @media (min-width: 1200px) {
    #footer {
      padding-top: 110px; } }
  #footer .wrapper > div:last-child {
    position: relative; }
    #footer .wrapper > div:last-child:before {
      position: absolute;
      content: '';
      background: #ebebeb;
      right: 15px;
      left: 15px;
      height: 1px;
      top: 0; }
