/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

.footer {
  position:absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  min-height: 60px;
  background-color: #f5f5f5;
    margin-top: 5px;
}

.footer-padding {
    margin-bottom: 100px !important;
}



@media (min-width: 768px) {

    .footer-padding {
        margin-bottom: 100px !important;
    }
}


@media (max-width: 767px) and (min-width: 490px) {

    .footer-padding {
        margin-bottom: 200px !important;
    }
}


@media (max-width: 490px) {

    .footer-padding {
        margin-bottom: 250px !important;
    }
}