/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 108px;
}

.footer {
  position: fixed;
  bottom: -8px;
  width: 100%;
  height: auto;
  z-index: 1;
  font-size: 14px;
}

.footer-menu {
}

.footer.col-xs-3 {
  background: #000;
}

body>.container {
  padding: 10px 15px 0;
}

.footer>.container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

.footer-copyright {
  background-color: transparent;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body {
    margin-bottom: 120px;
  }

  .footer {
    bottom: 0;
  }

  body > .container {
    padding: 12px 20px 0;
  }
}
