/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
/*body {*/
  /* Margin bottom by footer height */
  /*margin-bottom: 100px;*/
/*}*/
.footer {
    clear:both;
  position: relative;
  bottom: 0;
  width: 100%;
  background-color: #f5f5f5;
}
