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

}
.navbar-wrapper {
  margin-top: 20px;
}
/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by it's height */

  margin: 0 auto -60px;
}
/* Set the fixed height of the footer here */
#push {
  height: 60px;
}
/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
  #footer {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* Custom page CSS
  -------------------------------------------------- */
/* Not required for template or sticky footer method. */
.container {
  width: auto;
  max-width: 980px;
}
div#footer {
  min-height: 20px;
  padding: 20px 0;
  margin-top: 25px;
  color: #999999;
  background-color: #f5f5f5;
}
div#footer > a {
  color: #333333;
}
div.sidebar > div {
  margin-bottom: 20px;
}
div.sidebar > div.well {
  padding: 8px 0;
}
div.imagelist > div.span4 {
  margin-bottom: 10px;
}
div.slider-album {
  height: 210px;
  overflow: hidden;
}
.btn-album {
  display: block;
}
