﻿.TlvVisitCategories ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.TlvVisitCategories ul li {
    text-align: center;
    margin: 0 0 84px 0;
    display:inline-block;
}

.TlvVisitCategories ul li a {
    display: inline-block;
    text-align: center;
}

.TlvVisitCategories ul li img { margin: 0 0 25px 0; }

.TlvVisitCategories ul li span {
    display: block;
    color: #131a28;
    font-size: 18px;
    font-weight: bold;
    font-family: GoodPro-NarrBold !important;
}
.allCategories{
    display:none;
}

@media(max-width:959px) {
    .TlvVisitCategories ul li.hideInMobile {
        display: none;
    }

    .allCategories {
        display: block;
        margin-right:15px;
        margin-top:-50px;
    }


    .allCategories {
        line-height: 34px;
        font-size: 16px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: 0.5px;
        text-align: right;
        color: #00beff;
        background: url('/_layouts/15/TlvVisitSite/img/arrowBlue.svg') no-repeat right;
        background-size: 15px;
        background-position-y: 90%;
        padding-right: 20px;
    }


        .allCategories a {
            font-size: 16px;
            font-weight: bold;
            font-style: normal;
            font-stretch: normal;
            line-height: 1;
            letter-spacing: 0.5px;
            text-align: right;
            color: #00beff;
            float: none !important;
            vertical-align: bottom;
            text-transform: uppercase;
        }
}