.header {
    height: 70px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 45;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, .1);
}

.logo {
    float: left;
    margin: 0;
}

.logo > a {
    display: table;
    height: 70px;
    width: 191px;
    background: url(//static.mediafire.com/images/backgrounds/header/mf_logo_full_color.svg) 0 center/180px auto no-repeat;
    margin: 0 auto;
    text-indent: -9999px;
}

.user-menu {
    float: right;
    margin: 17px 0px 0 0;
    font-family: "open sans";
    font-size: 12px;
}

.user-menu > li {
    float: right;
}

.loginActivateFB,
.loginActivateTW {
    position: absolute;
    top: 50%;
    height: 20px;
    width: 20px;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, .15);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 17px;
    transform: translateY(-50%);
}

.loginActivateFB {
    background-image: url(//static.mediafire.com/images/icons/svg_light/facebook.svg);
    right: 32px;
}

.loginActivateTW {
    background-image: url(//static.mediafire.com/images/icons/svg_light/twitter.svg);
    right: 8px;
}

#login {
    margin-right: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    position: relative;
    padding-right: 67px;
}

#signup {
    margin-right: 1px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.user-menu-help {
    margin-right: 10px;
}

.mobile .user-menu-help {
    display: none;
}

#login,
#signup,
.user-menu-help {
    max-width: 150px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* Media queries
========================================================================== */

@media (max-width: 960px) {
    .logo {
        margin-left: 20px;
    }

    .user-menu {
        margin-right: 17px;
    }
}

@media (max-width: 940px) {
    .loginActivateFB,
    .loginActivateTW {
        display: none;
    }

    #login, #signup {
        width: 85px;
        padding: 0 10px;
    }

    .user-menu-help {
        font-size: 0;
    }

    .user-menu-help .g-Icon--help {
        margin: 0;
    }
}

@media (max-width: 720px) {
    .logo {
        width: 48px;
        overflow: hidden;
    }

    .user-menu-help {
        display: none;
    }
}

@media (max-width: 650px) {
    .customLogo .logo,
    .customLogo .logo > a {
        width: 150px;
    }
}

@media (max-width: 610px) {
    #goog-header-translate{
        width: 60px;
    }

    #goog-header-translate .goog-te-combo {
        text-indent: 60px;
        padding: 0;
    }
}

@media (max-width: 500px) {
    #login, #signup {
        font-size: 9px;
        padding: 0 5px;
        width: 60px;
    }

    #goog-header-translate {
        width: 36px;
        background-position: center;
    }

    #goog-header-translate .goog-te-combo {
        padding: 0;
        background-image: none !important;
    }
}

@media (max-width: 400px) {
    .logo {
        margin-left: 5px;
    }

    .customLogo .logo {
        margin-left: 0;
    }

    .customLogo .logo,
    .customLogo .logo > a {
        width: 110px;
    }
}

@media (max-width: 340px) {
    .customLogo .logo,
    .customLogo .logo > a {
        width: 80px;
    }
}