#hamburger
{
/*    display: block;
    width: 40px;
    height: 32px;
    margin-left: 10px;
    position: absolute;
    left: 0;
    z-index: 2;*/
    display: block;
    width: 100px;
    height: 30px;
    margin-left: 10px;
    position: absolute;
	margin-top:13px;
    left: 0;
    z-index: 2;
    top: -1.8px;
	color:  black;
	
}
#hamburger:before,
#hamburger:after,
#hamburger span
{
/*    background: #000;
    content: '';
    display: block;
    width: 25px;
    height: 6px;
    position: absolute;
    left: 5px;*/
    background: black;
    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: 13px;
}
html.mm-opening #hamburger:after
{
    transform: rotate( -45deg );
    bottom: 12px;
}

@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: rgb(185, 31, 41);*/
    height: 39px;
    top: 0px;
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}