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

/* Set the fixed height of the footer here */
#footer {
    bottom: 0px;
    width: 100%;
    min-height: 100px;
    background-color: #666;
    padding: 10px 0 10px 0;
	text-transform: uppercase;
}
#footer .text-muted { color:#eee; font-size:12px; text-transform: uppercase;}
#footer .widget h4, .widget h5 a {
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
	text-transform: uppercase;
}
#footer ul.link-list {
    margin: 0;
    padding: 0 0 0 10px;
    list-style: none;
	color: #fff;
}
#footer ul.link-list li a {
    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%;
}
