@media screen and (max-width: 749px) {

  body,
  body.fixed {
    background-color: #f4f4f4;
  }

  body div#main-outer,
  body.fixed div#main-outer {
    margin-top: 95px;
  }

  div#header, 
  body.fixed div#header {
    z-index: 990;
    top: 0;
    position: fixed;
    left: 0;
    right: 0;
    height: 0;
    padding: 0;
    height: 85px;
    border-bottom: 10px solid #f5f5f5;  
      background: #36f url("../img/bg_header.png") no-repeat top right;
  }
  div#header div.header-title,
  body.fixed div#header div.header-title {
    position: absolute;
    top: 13px;
    left: 85px;
    z-index: 999;
    margin: 0;
  }
    div#header div.header-title h1,
    body.fixed div#header div.header-title h1 {
      font-size: 24px;
      font-weight: 700;
      letter-spacing: 0.05em;
      color: #fff;
    }
  
  div#header a.header-logo,
  body.fixed div#header a.header-logo {
    z-index: 999;
  }

  div#header div.menu, 
  body.fixed div#header div.menu {
    position: absolute;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    text-align: center;
    background: #333;
  }
  div#header ul#header-menu, 
  body.fixed div#header ul#header-menu {
    float: none;
    left: 0;
    position: relative;
  }
    div#header ul#header-menu li, 
    body.fixed div#header ul#header-menu li {
      float: left;
      width: 25%;
      right: 0;
      position: relative;
    }
      div#header ul#header-menu li a, 
      body.fixed div#header ul#header-menu li a {
        font-size: 14px;
        padding: 7px 0;
      }
        div#header ul#header-menu li a.active, 
        body.fixeddiv#header  ul#header-menu li a.active {
          background-size: 11px 6px;
        }
        
  div#header-toggle,
  body.fixed div#header-toggle {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    text-align: center;
    padding: 13px 0;
    cursor: pointer;
    color: #fff;
  }
    div#header-toggle:hover,
    div#header-toggle.open,
    body.fixed div#header-toggle.open
    body.fixed div#header-toggle:hover {
      background: #000;
    }
  
  ul#header-flyout, body.fixed ul#header-flyout {
    position: fixed;
    right: 0;
    top: 54px;
    z-index: 1000;
    background: #333;
  }
    ul#header-flyout a, body.fixed ul#header-flyout a, 
    ul#header-flyout a:hover, body.fixed ul#header-flyout a:hover {
      text-decoration: none;
    }
    ul#header-flyout li, body.fixed ul#header-flyout li {
      color: #fff;
      padding: 10px 15px;
      margin: 0 0 1px 0;
      background: #000;
      text-align: right;
      position: relative;
    }
      ul#header-flyout li:last-child, body.fixed ul#header-flyout li:last-child {
        margin: 0px;
      }
    ul#header-flyout li i, body.fixed ul#header-flyout li i {
      margin: 0 10px 0 0;
    }
    ul#header-flyout li:hover, body.fixed ul#header-flyout li:hover {
      color: #36f;
      background: #fff;
    }
    

  div#header-share, div#header-users {
    display: none;
  }

  ul#header-flyout.open, body.fixed ul#header-flyout.open {
    display: block;
  }

}

@media screen and (max-width: 379px) {
  
  div#header div.header-title,
  body.fixed div#header div.header-title {
    top: 16px;
  }
    div#header div.header-title h1,
    body.fixed div#header div.header-title h1 {
      font-size: 18px;
      letter-spacing: 0.03em;
    }
  
}