/* Sticky footer styles
-------------------------------------------------- */

html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
  	height: auto;
    margin: 0 auto -114px;
    min-height: 100%;
    padding: 0;
}

/* Set the fixed height of the footer here */
#footer {
  height: 114px;
  padding:20px 0 0;
  background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

