/*Responsive Sticky Footer With Flexible Height*/
/*http://www.nodenerd.com/responsive-sticky-footer-flexible-height*/

html,
body { 
  height: 100%; 
}

body {
  display: table;
  width: 100%;
  /* Fix for Firefox and IE to keep correct max-width behaviour on images: */
  table-layout: fixed;
}

.page-row {
  display: table-row;
  height: 1px;
}

.page-row-expanded { 
  height: 100%; 
}