#hamburger
{
/*    display: block;
    width: 40px;
    height: 32px;
    margin-left: 10px;
    position: absolute;
    left: 0;
    z-index: 2;*/
    display: block;
    width: 140px;
    height: 27px;
    margin-left: 10px;
    position: absolute;
    left: 0;
    z-index: 2;
    top: -1.8px;
}
#hamburger:before,
#hamburger:after,
#hamburger span
{
/*    background: #000;
    content: '';
    display: block;
    width: 25px;
    height: 6px;
    position: absolute;
    left: 5px;*/
    background: white;
    content: '';
    display: block;
    width: 22px;
    height: 5px;
    position: absolute;
    left: 5px;
}
#hamburger:before
{
    top: 5px;
}
#hamburger:after
{
    bottom: 5px;
}
#hamburger span
{
    top: 50%;
    margin-top: -3px;
}

/* Hamburger animation */
#hamburger:before,
#hamburger:after,
#hamburger span
{
    transition: none 0.5s ease 0.5s;
    transition-property: transform, top, bottom, left, opacity;
}
html.mm-opening #hamburger span
{
    left: -50px;
    opacity: 0;
}
html.mm-opening #hamburger:before
{
    transform: rotate( 45deg );
    top: 11px;
}
html.mm-opening #hamburger:after
{
    transform: rotate( -45deg );
    bottom: 11px;
}

@media only screen and (max-width: 926px) {
    #hamburger {
        display: block !important;
    }
	
}

@media only screen and (max-width: 600px) {
    #hamburger {
        margin-left: 5px !important;
    }
}

@media only screen and (max-width: 450px) {
    #hamburger {
        /*margin-left: 10px !important;*/
    }
}

#header_dropdown_2 {
    background-color: #C0140A;
    height: 27px;
    top: 0px;
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}


/*#hamburger > a, #hamburger > a:visited, #hamburger > a:hover, #hamburger > a:active {
    color: white;
}*/