html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

#wrap{
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
}


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


#footer{
  height: 60px;
  width: 100%;
  bottom: 0;
  padding-top: 20px;
  background-color: #17375D;
  color: #337ab7;
}

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




