﻿.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    font-weight: bold !important;
    background-color: transparent;
    border-color: transparent;
}

.nav-item {
    padding: 15px 0px !important;
}

.tabPanLast {
    display: flex !important;
    flex-direction: column;
}

.tabPanFirst {
    display: flex !important;
    flex-direction: column-reverse;
}

.tab-paneDivLast {
    border-bottom: 1px solid rgba(112, 112, 112, .4);
    padding: 2% 0%;
    line-height: 3;
}

    .tab-paneDivLast p:not(:first-child) {
        line-height: 2 !important
    }

    .tab-paneDivLast p:first-child {
        margin-bottom: 3% !important
    }

    .tab-paneDivLast p {
        color: #262626 !important;
    }

.titleTabPane {
    font-weight: bold !important
}

    .titleTabPane:hover {
        font-weight: bold !important;
        color: #000;
    }

    .titleTabPane::after {
        content: '';
        width: 0px;
        height: 1px;
        display: block;
        background: #808080;
        transition: 300ms;
    }

    .titleTabPane:hover::after {
        width: 100%;
    }

.readMore {
    margin: 0 4rem;
}

.resetA:hover {
    cursor: text;
    background: transparent !important;
    border: 1px solid transparent !important;
}

@media(max-width:576px) {
    .navLinkMobile {
        padding: 2% !important;
        font-size: 1.1rem !important;
    }

    .accordion-button {
        font-size: 1.2rem;
    }

    .accordion-body a {
        font-size: 1rem;
    }

    .tab-paneDivLast, .most-visitedBody {
        text-align: center !important;
    }

    .readMore {
        text-align: unset;
    }
}

.most-visitedBody {
    width: 100%;
}

.nav-item {
    padding: 0px !important;
}

@media(max-width:290px) {
    .Ordering {
        display: none !important;
    }
}

.liMostVisited {
    border-bottom: 1px solid rgba(112, 112, 112, .4);
    padding: 2%;
    line-height: 3;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent !important;
}

.navLinkMobile:focus, .navLinkMobile:hover {
    /*transform: scale(1.05);*/
    color: #5e673c;
}

.Ordering:first-child .navLinkMobile {
    color: #262626
}

.navLinkMobile {
    color: #5e673c;
}

.titleTabPane, .titleTabPane:hover, .titleTabPane:active {
    color: #262626
}