.toprow {
    float: left;
    width: 100%;
    height: 60px;
/*    padding-top: 10px;*/
    background: #6E1B1B;
    position: relative;
}
.mirrorlogo {
    margin-top: 23px;
    float: left;
    height: 30px;
    width: auto;
}

.mirrorlogosmall {
    display: none;
    margin-top: 23px;
    float: left;
    height: 30px;
    width: auto;
    margin-left: 10px;
}

.toplogo {
    position: absolute;
    left: 50%;
    width: 220px;
    margin-top: 19px;
    margin-left: -110px;
}
@media screen and (max-width: 600px) {
    .mirrorlogo {
        display: none;
    }
    .mirrorlogosmall {
        display: block;
    }
    .toplogo {
        margin-top: 23px;
        width: 150px;
        margin-left: -75px;
    }
}

.sharelogo {
    margin: 25px 10px 10px 10px;
    float: right;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 0px;
}
.facebookLogo {
    right: 45px;
}
.sharelogo:hover, .mirrorlogo:hover {
    opacity: 0.5;
}
.global-nav-bg {
    display: none;
}
