header {
    background: #C92729;
    position: fixed;
    top:0;
    border-bottom: 1px solid white;
    width: 100%;
    z-index: 9999;
    min-width: 1000px;
}

#header.fixed {
    position: fixed;
    top:0;
}

#header.nofixed #header-tysol {
    height: 85px !important;
}

#app {
    background: black;
}

#header-tysol {
    display: flex;
    align-items: center;
    width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
    height: 85px;
}

#header-tysol .header-item {

}

#header-tysol .header_logo {
    margin-right: 20px;
}

#header-tysol .header_40 {
    display: flex;
    align-items: center;
    background: white;
    height: 100%;
    vertical-align middle;
}

#header-tysol .header_links {
    margin-left: auto;
}

#header-tysol .header_links ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

#header-tysol .header_links ul li {
    display: inline-block;
    margin-left: 23px;
    vertical-align: middle;
}

#header-tysol .header_links ul li:first-child {
    margin-left: 0;
}

#header-tysol .link {
    color: white;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.4em;
}

#header-tysol .link a {
    color: white;
}

.header_space {
    display: block;
    width: 100%;
    height: 86px;
}

#menu {
    display: none;
    background: #C92729;
    position: absolute;
    left: 0;
    top: 2px;
    width: 100%;
}

#menu .menu_close {
    border: none;
    text-align: center;
    color: white;
    background: none;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    z-index: 999;
}

#menu .menu_content {

}

.menu-outer {
    position: relative;
    padding: 0;
}

#menu ul {
    list-style: none;
}

#menu ul li {
    margin-bottom: 10px;
    color: white;
    text-transform: uppercase;
    font-size: 24px;
}

#menu ul li a {
    color: white;
}

.search_icon {
    stroke: white;
    fill: white;
}

#header_bottom {
    display: block;
    width: 100%;
    height: 0;
    background: lime;
    position: absolute;
    left: 0;
    bottom: 0;
}

#search_box, #search_box_google {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.5);
    padding: 30px;
}

#search_box input {
    width: 500px;
    height: 30px;
    line-height: 30px;
    border: none;
    color: #333;
    padding: 0 20px;
}

#search_box button {
    width: 90px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
    color: white;
    border: none;
    background: #FF3F00;
    vertical-align: top;
}