.headerbar {
    height: 100px;
    background-color: #555555;
    width: 100%;
}

.headerbar-top {
    z-index: 2;
    position: absolute;
    width: 100%;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 2px;
    top: 35px;
    text-align: right;
    padding-right: 15px;
}

.headerbar-top a {
    color: #ffffff;
    padding: 0px 3px 0 10px;
    border-left: 1px solid #fff;
    line-height: 0.9;
    display: inline-block;
}

.headerbar-top a:first-child, .headerbar-top a:last-child {
    border: 0px;
}

.header-logo {
    z-index: 50;
}

.headerbar-top a.doublemargin {
    border-right: 1px solid #fff;
    margin-right: 10px;
    padding-right: 10px;
}

.header-logo img {
    z-index: 5;
    position: absolute;
    max-width: 200px;
    max-height: 64px;
    width: 100%;
    left: 45px;
    top: 15px;
}

@media screen and (max-width: 767px) {

    .headerbar-top {
        top: 47px;
    }

}

@media screen and (max-width: 1700px) {

    .headerbar-top {
        font-size: 16px;
        top: 40px;
    }

}

@media screen and (max-width: 1600px) {

    .headerbar-top a:not(:last-child):not(:nth-last-child(2)) {
        display: none;
    }

    .headerbar-top {
        padding-right: 100px;
    }

    header {
        display: block;
    }
}

@media only screen and (min-width: 320px) and (max-width: 671px) {

    .header-logo img {
        width: 23%;
        left: 15px;
        top: 7px;
    }

    .headerbar-top {
        width: 84%;
        font-size: 18px;
        top: 28px;
    }

    .headerbar {
        height: 65px;
    }

}

@media screen and (max-width: 1000px) {
    .headerbar-top {
        width: 85%;
    }
}

@media screen and (max-width: 700px) {

    .headerbar-top a:last-child {
        display: none;
    }

}

@media screen and (max-width: 671px) {

    .headerbar-top {
        top: 20px;
    }

    .header-logo img {
        min-width: 154px;
        min-height: 49px;
    }

}

@media screen and (max-width: 470px) {
    .headerbar-top {

        font-size: 14px;
        width: 88%;
        top: 24px;
    }

}

@media screen and (max-width: 395px) {

    .headerbar-top {
        font-size: 12px;
        width: 88%;
        top: 25px;
    }

}

@media screen and (max-width: 390px) {

    .headerbar-top {
        display: none;
    }

}
