/* color schemes */
@media (min-width: 1025px) {
  header#header {
    position: absolute;
    z-index: initial; }
    header#header.fixedHeader {
      position: fixed;
      z-index: 3; }
      header#header.fixedHeader #topMain:before, header#header.fixedHeader .main_panel:before {
        background: transparent; }

  #topMain, .main_panel {
    position: relative; }
    #topMain:before, .main_panel:before {
      content: '';
      background: rgba(0, 0, 0, 0.9);
      position: absolute;
      top: 0;
      bottom: 0;
      width: 100%;
      z-index: -1;
      transition: none; }
    #topMain > *, .main_panel > * {
      position: relative;
      z-index: 3; }

  #topMain > * {
    z-index: 4; }

  #columns {
    position: relative;
    z-index: 0;
    opacity: 0.999; }

  .columns-container {
    margin-top: 199px; }
    .columns-container #slider_row, .columns-container .custombanners.displayBanner {
      margin-top: -199px; }

  #pagenotfound #topMain:before, #pagenotfound .main_panel:before {
    display: none; } }

/*# sourceMappingURL=fix-header.css.map */
