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

body {
  /* Margin bottom by footer height */
 /* margin-bottom: 147px;*/
  margin-bottom: 83px;
}


.main-footer {
    border: 0 none;
    bottom: 0;
    height: 87px;
    position: absolute;
    width: 100%;
}

 .cms-page .footer-panel {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #24729e 1%, #4285ab 100%) repeat scroll 0 0;
    bottom: 58px;
    color: #fff;
    position: absolute;
    width: 100%;
}