﻿/* Sticky footer styles
-------------------------------------------------- */
html {
  min-height: 100%;
  position: relative;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 465px;
}

.sticky-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 465px;
}

.boxed-layout .sticky-footer {
  width: inherit;
}

@media (max-width: 768px) {

  .boxed-layout .sticky-footer {
    width: 100%;
  }
}