#navInner {
    position: relative;
}

#logo,
#header-left {
    position: absolute;
    left: 10px;
    top: 0;
}

#header-left img {
    height: 40px;
    width: auto;
}

#page_title {
    height: 90px;
    line-height: 90px;
    font-size: 45px;
}

#header-middle {
    width: 100%;
}

ul.flags, ul.flags-head {
    list-style: none;
    position: absolute;
    right: 0;
    top: 0;
}

nav.fixed #page_title,
nav.static #page_title {
    height: 55px;
    line-height: 50px;
    font-size: 30px;
}

@media screen and (max-width: 700px) {
    ul.flags-head {
        display: block;
    }
}

@media screen and (max-width: 480px) {
    #header-left {
        display: none;
    }
}