#preload_area
{
    background-image: url(../images/irydeo_header_after_scroll.jpg);
    /* More images here */
    width: 0px;
    height: 0px;
    display: inline;
}

.scroller_anchor
{
    height:0px; 
    margin:0; 
    padding:0;
}
.scroller
{
    /* Initially manu is swhown, but we use this to show a small logo */
    position: fixed;
    top: 0px;

    background: white; 
    margin:0 0 10px; 
    z-index:100;  
    width:100%;
} 


#hamburger-container {
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 2;
    background: white;
    background: rgba(255, 255, 255, 0);
    /* border-bottom: 1px solid rgba( 255, 255, 255, 0.5 );*/

    background-image: none;
    background-size: 100%;

    background-repeat: no-repeat;
    opacity: 1;
    width: 100%;
    top: 0 !important;
    left: 0 !important;
}

.mm-slideout {
    width: 100% !important;
    margin-left: 0 !important;
}

#mm-blocker {
    background: white;
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
}

#img_header_small
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -45px;
    margin-bottom: 15px;
    width: 100px;
    visibility: hidden;
}

#lang-change-control
{
    float: right;
    clear: both;
    vertical-align: middle;
    padding: 15px;
    margin-top: -61px;
    font-size: 16px;
    height: 100%; /* Same as menu buttom */
}

#lang-change-control a:visited
{
    color: white;
    text-decoration: none;
    font-weight: bolder;
}

#lang-change-control a:link
{
    color: white;
    text-decoration: none;
    font-weight: bolder;
    font-size: 12px;
}

@media screen and (max-width:425px) { 
    
    #hamburger
    {
        padding-top: 10px;
    }
}