html{
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  border: 1px solid #e3e6eb;
  color: #ccc;
}

@media (min-width: 1500px) {
  .container{
      max-width: 1400px !important;
  }
}