/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 230px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 132px;
  background-color: #474747;
}

.footer .container .bottom {
    background-color: #474747;

}
.footer .container .bottom .container {
    background-color: #373737;
    min-height: 130px;
}
.footer .container .bottom .container h3 {
    color: #999;
}
.footer .container .bottom .container p {
    color: #666; 
}
