.topbar-container {
    background-color: #000;
    width: 100vw;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
}

.topbar-leftside {
    /*border: 2px solid red;*/
    height: 100%;
    display: inline-block;
    margin-left: 0px;
    margin-right: 0px;
    float: left;
    text-align: right;
}

.topbar-central {
    /*border: 2px solid red;*/
    height: 100%;
    display: inline-block;
    padding-top: 5px;
    margin-left: 0px;
    margin-right: 0px;
    position: relative;
    top: 0px;

}

.topbar-rightside {
    /*border: 2px solid red;*/
    height: 100%;
    display: inline-block;
    margin-left: 0px;
    margin-right: 0px;
    float: right;
    padding-left: 15px;
}

#topbar-central-owl-carousel {
    /*border: 2px solid yellow;*/
    margin-left: auto;
    margin-right: auto;
    max-width: 895px;
}

#topbar-mainlogo {
    margin-top: 3px;
    max-height: 45px;
    max-width: 85px;
}

#topbar-clublogo {
    max-height: 45px;
    max-width: 50px;
    position: relative;
    top: 0px;
}

.topbar-icon-image {
    filter: grayscale(100%);
    max-height: 40px;
    max-width: 40px;
}

.topbar-icon-image:hover {
    filter: none;
}

#topbar-vertical-separator-left {
    height: 45px;
    width: 0px;
    border-right: 1px solid #fff;
    margin-left: 5px;
    position: relative;
    top: 0px;
    display: inline-block;
}

#topbar-vertical-separator-right {
    height: 40px;
    width: 0px;
    float: left;
    display: inline-block;
    margin-left: -15px;
    border-right: 1px solid #fff;
}

.topbar-rightside-logo {
    max-height: 35px;
    /*max-width: 85px;*/
    max-width: 100%;
}

/*menu*/
#topbar-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
}

#topbar-menu li {
    display: inline-block;
    float: left;
    margin-right: 15px;
}

/*Style 'show menu' label button and hide it by default*/
#topbar-toggle-menu {
    text-decoration: none;
    color: #fff;
    background: #454545;
    text-align: center;
    padding: 10px 0;
    display: none;
    width: 50px;
}
/*Hide checkbox*/
#topbar-show-menu {
    display: none;
}
/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #topbar-menu {
    display: block;
}

.topbar-hide {
    display: none;
}

#topbar-bottom-separator {
    border: 1px solid #d74f00;
    position: absolute;
    bottom: -10px;
    width: 100vw;
}

.topbar-sponsor-logo {
    max-width: 90px;
    max-height: 40px;
}

a {
    text-decoration: none;
}


/*media queries*/
@media (max-width: 374px) {
    .topbar-icon-image {
        filter: none;
    }

    .topbar-sponsor-logo {
        margin-top: 0px;
    }

    .topbar-rightside {
        padding-left: 0px;
    }

    #topbar-vertical-separator-right {
        display: none;
    }

    #topbar-menu {
        width: 83%;
        position: absolute;
        top: 20px;
        left: 5px;
        display: none;
    }

    #topbar-menu li {
        width: 18%;
        background-color: #000;
        margin-bottom: 2px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #topbar-toggle-menu {
        display: block;
    }

    .topbar-leftside {
        width: 35%;
        text-align: center;
    }

    .topbar-central {
        width: 43%;
    }

    .topbar-rightside {
        width: 16%;
        padding-top: 6px;
    }

    .topbar-leftside-noclublogo {
        width: 17% !important;
    }

    .topbar-central-noclublogo {
        width: 62% !important;
    }
}

@media (min-width: 375px) and (max-width: 424px) {
    .topbar-icon-image {
        filter: none;
    }

    .topbar-sponsor-logo {
        margin-top: 0px;
    }

    .topbar-rightside {
        padding-left: 0px;
    }

    #topbar-vertical-separator-right {
        display: none;
    }

    #topbar-menu {
        width: 83%;
        position: absolute;
        top: 20px;
        left: 5px;
        display: none;
    }

    #topbar-menu li {
        width: 20%;
        background-color: #000;
        margin-bottom: 2px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #topbar-toggle-menu {
        display: block;
    }

    .topbar-leftside {
        width: 30%;
        text-align: center;
    }

    .topbar-central {
        width: 50%;
    }

    .topbar-rightside {
        width: 15%;
        padding-top: 6px;
    }

    .topbar-leftside-noclublogo {
        width: 15% !important;
    }

    .topbar-central-noclublogo {
        width: 65% !important;
    }
}

@media (min-width: 425px) and (max-width: 575px) {
    .topbar-icon-image {
        filter: none;
    }

    .topbar-sponsor-logo {
        margin-top: 0px;
    }

    .topbar-rightside {
        padding-left: 0px;
    }

    #topbar-vertical-separator-right {
        display: none;
    }

    #topbar-menu {
        width: 83%;
        position: absolute;
        top: 20px;
        left: 5px;
        display: none;
    }

    #topbar-menu li {
        width: 20%;
        background-color: #000;
        margin-bottom: 2px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #topbar-toggle-menu {
        display: block;
    }

    .topbar-leftside {
        width: 27%;
        text-align: center;
    }

    .topbar-central {
        width: 55%;
    }

    .topbar-rightside {
        width: 13%;
        padding-top: 6px;
    }

    .topbar-leftside-noclublogo {
        width: 13% !important;
    }

    .topbar-central-noclublogo {
        width: 70% !important;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .topbar-icon-image {
        filter: none;
    }

    .topbar-sponsor-logo {
        margin-top: 0px;
    }

    .topbar-rightside {
        padding-left: 0px;
    }

    #topbar-vertical-separator-right {
        display: none;
    }

    #topbar-menu {
        width: 90%;
        position: absolute;
        top: 20px;
        left: 5px;
        display: none;
    }

    #topbar-menu li {
        width: 20%;
        background-color: #000;
        margin-bottom: 2px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #topbar-toggle-menu {
        display: block;
    }

    .topbar-leftside {
        width: 20%;
        text-align: center;
    }

    .topbar-central {
        width: 67%;
    }

    .topbar-rightside {
        width: 9%;
        padding-top: 6px;
    }

    .topbar-leftside-noclublogo {
        width: 10% !important;
    }

    .topbar-central-noclublogo {
        width: 78% !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .topbar-icon-image {
        filter: none;
    }

    .topbar-sponsor-logo {
        margin-top: 0px;
    }

    .topbar-rightside {
        padding-left: 0px;
    }

    #topbar-vertical-separator-right {
        display: none;
    }

    #topbar-menu {
        width: 90%;
        position: absolute;
        top: 20px;
        left: 5px;
        display: none;
    }

    #topbar-menu li {
        width: 20%;
        background-color: #000;
        margin-bottom: 2px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #topbar-toggle-menu {
        display: block;
    }

    .topbar-leftside {
        width: 15%;
        text-align: center;
    }

    .topbar-central {
        width: 75%;
    }

    .topbar-rightside {
        width: 7%;
        padding-top: 6px;
    }

    .topbar-leftside-noclublogo {
        width: 8% !important;
    }

    .topbar-central-noclublogo {
        width: 82% !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .topbar-icon-image {
        filter: none;
    }

    .topbar-sponsor-logo {
        margin-top: 0px;
    }

    .topbar-rightside {
        padding-left: 0px;
    }

    #topbar-vertical-separator-right {
        display: none;
    }

    #topbar-menu {
        width: 90%;
        position: absolute;
        top: 20px;
        left: 5px;
        display: none;
    }

    #topbar-menu li {
        width: 20%;
        background-color: #000;
        margin-bottom: 2px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #topbar-toggle-menu {
        display: block;
    }

    .topbar-leftside {
        width: 15%;
        text-align: center;
    }

    .topbar-central {
        width: 75%;
    }

    .topbar-rightside {
        width: 7%;
        padding-top: 6px;
    }

    .topbar-leftside-noclublogo {
        width: 8% !important;
    }

    .topbar-central-noclublogo {
        width: 82% !important;
    }
}

@media (min-width: 1200px) and (max-width: 1355px){
    #topbar-vertical-separator-left {
        margin-left: 10px;
        margin-right: 5px;
    }

    .topbar-leftside {
        width: 10%;
    }

    .topbar-central {
        width: 63%;
    }

    .topbar-rightside {
        width: 23%;
        padding-top: 8px;
    }
}

@media (min-width: 1356px) and (max-width: 1519px){
    #topbar-vertical-separator-left {
        margin-left: 10px;
        margin-right: 5px;
    }

    .topbar-leftside {
        width: 12%;
    }

    .topbar-central {
        width: 63%;
    }

    .topbar-rightside {
        width: 22%;
        padding-top: 8px;
    }
}

@media (min-width: 1520px) and (max-width: 1839px) {
    #topbar-vertical-separator-left {
        margin-left: 10px;
        margin-right: 5px;
    }

    .topbar-leftside {
        width: 17%;
    }

    .topbar-central {
        width: 56%;
    }

    .topbar-rightside {
        width: 24%;
        padding-top: 8px;
    }
}

@media (min-width: 1840px) {
    #topbar-vertical-separator-left {
        margin-left: 10px;
        margin-right: 5px;
    }

    .topbar-leftside {
        width: 21%;
    }

    .topbar-central {
        width: 47%;
    }

    .topbar-rightside {
        width: 29%;
        padding-top: 8px;
    }
}
