 /* Progress Bar CSS */

  div.sticky {
    position: fixed;
    top: 0;
  }

  .progress {
    width: 100%;
    height: 3px; /* Bar Height */
  }

  .progress-wrap {
    background: #000000; /* Bar Colour */
    margin: 0;
    overflow: hidden;
    position: relative;
    position: fixed; top
  }

  .progress-wrap .progress-bar {
    background:rgba(256,256,256,.8);
    left: 0;
    position: absolute;
    top: 0;
  }