:root {
    --gutter-width: 20px;
    --gutter-max-width: 20px;
}



.tab-image {
    /*height:100%;
            width: 100%;*/
    min-width:90%;
    height: auto;
}

.tab-image.mobile {
    min-width: 0px;
    height: auto;
}

.tab-image.invert {
    filter: invert(1);
    filter: brightness(0.87);
}

.tab-image.invertblack {
    filter: invert(1);
}

.tab-col {
    /*padding-left:30px;
            padding-right:30px;*/
    background-color: transparent;
    /*width: 100%;*/
}

#tab_homepage{
    width: 120px;
}

#header-nav .tab-gutter {
    /*padding-left: 30px;
    padding-right: 30px;*/
    /*background-color: white;*/
    width: 100%;
    /* flex: 0 0 2em; */
    min-width: 0px;
    /*max-width: var(--gutter-max-width);*/
    max-width: 96px;
}

#divSecondaryNav {
    width: 100%;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    /*padding-left: 20px;*/
}

li.dropdown > a {
    padding-left: 10px;
}

.tab-stores, .tab-stores-message {
    display: flex;
    height: 71px;
}

.tab-stores-message {
    color: #000;
    flex-wrap: wrap;
    margin-left: auto;
    order: 2;
    line-height: 1.1;
}

.tab-col.active, .tab-col > a.active {
    background-color: #dcddde;
}

.tab-col.selected, .tab-col > a.selected {
    background-color: black;
}

.tab-container {
    display: flex;
    width: 100%;
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
}

.tab-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}


.tab-gap {
    min-width: 10px;
    max-width: 30px;
    width: 100%;
    /*flex: 1 0 10px;*/
}

.tab-search {
    /*white-space: nowrap;*/
    text-align: right;
    vertical-align: middle;
    /*line-height:71px;*/
    /*padding-right:30px;*/
    width: 100%;
    min-width: 100px;
    z-index: 10;
    padding-top: 20px;
    display:flex;
    justify-content: right;
}

#header_logo {
    padding-top: 10px;
    padding-bottom: 10px;
}

    #header_logo .img-responsive {
        display: inline;
    }

.sub-nav-menu {
    width: 100%;
    border-top: 1px solid silver !important;
    border-bottom: 1px solid silver !important;
    border-left: 0px !important;
    border-right: 0px !important;
    -webkit-box-shadow: 0px 0px 0px 0px white !important;
    box-shadow: 0px 0px 0px 0px white !important;
    /*padding-left: 134px !important;*/
    /*padding-right: var(--gutter-max-width) !important;*/
    /*margin-left: calc(var(--gutter-max-width) * -1);*/
    margin-top: 10px;
}

.sub-nav-menu div {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

    .sub-nav-menu li a {
        font-size: 1em !important;
        text-transform: uppercase;
        color: black !important;
        padding-left: 0px !important;
    }

.sub-menu-col {
    width: 100%;
    /*max-width: 200px;*/
}


.sub-menu-ad {
    width: 100%;
    min-width: 175px;
    background-color: gray;
    margin-top: 16px;
    font-size: 3em;
    color: #ccc;
    justify-content: center;
    text-align: center;
    padding-top: 40px;
    text-transform: uppercase;
}

.flex-100{
    display:flex;
    width:100%;
}

.flex-gutter {
    width: 100%;
    min-width: 0px;
    max-width: var(--gutter-max-width);
}

.flex-divider {
    display: flex;
    width: 100%;
    height: 10px;
}


@media (max-width: 999px) {
    .tab-col > a {
        padding-left: 5px;
        padding-right: 5px;
    }

    /* Experimental Tab Store Image Resizing*/
    /*.tab-stores {
        height: 64px;
    }

    .tab-image {
        height: 64px;
    }

    .tab-search{
        padding-top: 15px;
    }

    #header-nav.affix, .header-mobile-nav.affix {
        top: 111px;
    }*/
}

@media (min-width: 1000px) {
    .tab-col > a {
        padding-left: 10px;
        padding-right: 10px;
    }

    /* Experimental Tab Store Image Resizing*/

    /*.tab-stores {
        height: 68px;
    }

    .tab-image {
        height: 68px;
    }

    .tab-search {
        padding-top: 17px;
    }


    #header-nav.affix, .header-mobile-nav.affix {
        top: 115px;
    }*/

}

@media (min-width: 1200px) {
    .tab-col > a {
        padding-left: 20px;
        padding-right: 20px;
    }

    /* Experimental Tab Store Image Resizing*/

    /*.tab-stores {
        height: 71px;
    }

    .tab-image {
        height: 71px;
    }

    .tab-search {
        padding-top: 20px;
    }

    #header-nav.affix, .header-mobile-nav.affix {
        top: 123px;
    }*/

}

#tab_2{
    padding-left:16px;
    padding-right:20px;
    overflow: hidden;
}

#tab_2 img {
    height: 76px;
    margin-top: -5px;
}