/* 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 {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
}

/* Set the fixed height of the footer here */
#footer {
  height: 60px;
  /*background-color: #242424;*/
  background-color: #ffffff;
  border-top: 1px solid #eee;
  z-index: 100;
  position: relative;
}
#footer .text-muted{ color:#838383;}
#footer a{ color:#8b8b8b; margin-left:4px;}
#footer a:hover{ color:#808080;}
#footer .credit { margin: 23px 0 15px;}


.homePageBody #footer {
  height: 60px;
  background: none;
  border: none;
  z-index: 100;
  position: absolute;
  bottom:25px;
  width:100%;
}
.homePageBody #footer .text-muted {
    color: #fff;
}


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

#wrap > .container {
  padding: 60px 15px 0;
}
.container .credit {
  margin: 20px 0;
}

#footer > .container {
  padding-left: 15px;
  padding-right: 15px;
}

code {
  font-size: 80%;
}