/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px; /* Margin bottom by footer height */
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto; /* 60px */ /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
  background-color: #222222;
}

footer.footerx {
    background-color: #222222;
    border-color: #4b4c4d;
    border-top-width: 0px;
    padding-top: 14px;
    padding-bottom: 12px;
}

footer .copyright-notice {
    display: table;
    width: 100%;
    color: #888;
    font-size: 1em;
}