/* header */
/* temp
#masthead .flag-parent {
    display: none !important;
}
*/
#masthead {
    background: #49a025;
    width: 100%;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9;
}
#masthead #tray-container,
#masthead #search-form,
#masthead .site-title a img,
#masthead nav#site,
#masthead nav#icon {
    display: none;
}
#masthead .brand {
    position: relative;
    display: block;
    left: 0;
    width: 60%;
}
#masthead .brand a {
    display: block;
    height: 50px;
    background: url(../images/footer-logotype.png) no-repeat center 14px;
    background-size: auto 25px;
}
#masthead nav {
    font-family: 'Copse';
}
#masthead nav,
#masthead ul,
#masthead li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}
#masthead nav {
    display: inline-block;
}
#masthead nav#icon,
#masthead nav#flag {
    position: absolute;
    top: 0;
}
#masthead nav#flag {
    right: 10px;
}
#masthead nav#icon a,
#masthead nav#tray-icon a,
#masthead nav#flag a {
    font-size: 1px;
    letter-spacing: -1px;
    color: transparent;
    text-align: center;
}
#masthead nav#icon a:before,
#masthead nav#tray-icon a:before,
#masthead nav#flag a:before {
    font-family: "FontAwesome";
    font-size: 20px;
    letter-spacing: normal;
    color: #fff;
    width: 40px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
}
#masthead nav#flag .menu-controller > a:before {
    content: "\f0c9";
}
#masthead nav#flag .flag-parent > a:before {
    content: "\f024";
}
#masthead nav#icon .icon-search > a:before,
#masthead nav#tray-icon .icon-search > a:before {
    content: "\f002";
}
#masthead nav#icon .icon-store > a:before,
#masthead nav#tray-icon .icon-store > a:before {
    content: "\f041";
}
#masthead nav#icon .icon-shop > a:before,
#masthead nav#tray-icon .icon-shop > a:before {
    content: "\f07a";
}
#masthead nav#icon .icon-shop > a {
    display: none !important;
}

@media (min-width: 320px) {
    body {
        padding-top: 50px;
    }

    #masthead .brand {
        left: 25%;
        width: 50%;
    }
    #masthead nav#icon {
        display: inline-block;
        left: 5px;
    }
    #masthead nav#icon a:before,
    #masthead nav#flag a:before {
        width: 30px;
    }
}

@media (min-width: 480px) {
    #masthead nav#icon .icon-shop > a {
        display: inline-block !important;
    }
}

@media (min-width: 769px) {
    body {
        padding-top: 90px;
    }
    #masthead {
        position: initial;
    }
    #masthead .brand,
    #masthead nav#icon,
    #masthead nav#site {
        width: auto;
        display: inline-block;
        position: initial;
        height: 90px;
        line-height: 90px;
        vertical-align: top;
    }
    #masthead .brand a {
        background: none;
        height: auto;
    }
    #masthead .site-title a img {
        display: block;
        width: 90px;
        margin: 10px;
    }
}
@media (min-width: 1440px) {
    #masthead nav#icon ul li:nth-child(-n+2) a {
        color: #fff;
        font-weight: 600;
        margin: auto 14px;
        font-size: 1.2em;
        letter-spacing: +1px;
        text-shadow: 1px 1px 1px rgba(0,0,0,.25);
    }
    #masthead nav#icon ul li:nth-child(-n+2) a:hover,
    #masthead nav#site ul.main-menu li a:hover {
        color: rgba(255,255,255,.8);
        text-decoration: none;
    }
    #masthead nav#icon ul li:nth-child(-n+2) a:before {
        display: none;
    }
}
