/**
 * @file
 * Visual styles for Newsplus Lite's fixed header.
 */

.onscroll #header {
  position: fixed;
  z-index: 499;
  top: 0;
  width: 100%;
}
@media (max-width: 991px) and (min-width: 768px) {
  .onscroll #header {
	display: none;
  }		
}

