.progress-container {
  width: 100%;
  height: 8px;
  background: red; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(90deg,#4dbfd6 0%,#ae5596 100%); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(90deg,#4dbfd6 0%,#ae5596 100%); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(90deg,#4dbfd6 0%,#ae5596 100%); /* For Firefox 3.6 to 15 */
  background: linear-gradient(90deg,#4dbfd6 0%,#ae5596 100%); /* Standard syntax (must be last) */
  z-index:2000000;
}

/* The progress bar (scroll indicator) */
.progress-bar {
  height: 8px;
  background: black;
  width: 100%;
  float:right;
}

.header {
  position: fixed;
  top: 0;
  z-index: 400000;
  width: 100%;
  background-color: #f1f1f1;
}

.admin-bar .header{
	top:32px;
}
header#main-header {
    padding-top: 10px;
}