/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

.footer {
  position: absolute;
  width: 100%;
  background-color: #f5f5f5;
}


body > .container {
  padding: 60px 15px 0;
}

.footer > .container {
  padding: 15px;
}

code {
  font-size: 80%;
}


.container-footer{
  padding: 15px !important;
}