@media only screen and (max-width: 991px) {
  .sticky-top {
    top: -98px;
  }
  .header {
    background: #ff6641;
  }
  .topmenu {
    width: 75%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 479px) {
  .sticky-top {
    top: -72px;
  }
  .header-inner {
  	background: none;
  }
}