/*Overriding Styles for different screen sizes*/

/*Import Bootstrap Icons*/
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

/*DEFAULT Start*/

#gototop {
    position: fixed;
    right: 60px;
    bottom: 60px;
    z-index: 100;
    cursor: pointer;
    color: #ccc;
    font-size: 60px
}

#gototop:hover {    
    color: #bbb;    
}

.carousel-inner {
    height: 100vh !important;
}

.offcanvas-end {
    width: 20vw !important;
    border-left: none !important;
}

.offcanvas-start {
    width: 30vw !important;
    border-left: none !important;
}

.offcanvas-start-2 {
    width: 25vw !important;
    border-left: none !important;
}

.redreturnmessage {
    color: #DA291C;
}

.greereturnmessage {
    color: #009639;
}

.county-thumb {
    height: 75px;
}

.county-logo-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--black);
    padding: 15px;
}

.county-logo-title-sm {
    font-size: 14px;
    font-weight: 600;
    color: var(--black);
    padding: 15px;
    margin-top:10px;
}

.slider-bottom-right {
    position: absolute;
    bottom: 45px;
    right: 60px;
    z-index: 9;
    color: white;
}

.logo-width-header-nav {
    height: 75px;
}

.bi-list-nav {
    width: 75px !important;
    height: 75px !important;
    color: white !important;
}

.logo-width-header {
    width: 500px;
}

.logo-width-footer {
    width: 300px;
}

.topnavbar {
    background-color: rgba(45, 45, 45, 0.9);
    height: 120px;
    padding: 0px !important;
    margin: 0px !important
}

.topnavlogotd {
    padding: 15px 30px 15px 30px !important;
    margin: 0px !important;
}

.topnavicontd {
    padding: 15px 30px 15px 30px !important;
    margin: 0px !important;
}

.image-text-title {
    font-size: 14px;
    font-weight: 600;
    color: var(--black) !important;
}

.text-lg {
    font-size: 22px;
    font-weight: 400;
    color: var(--black) !important;
}

.team-icon {
    font-size: 30px !important;
}

.match-center-title {
    font-size: 30px;
    font-weight: 600;
    padding-left: 12px !important;
}

.county-logo {
    width: 75px;
    margin: 15px 15px 30px 15px;
    text-align: center;
}

.club-name {
    font-size: 20px;
}

.fixture-date-td {
    border-right: solid;
    border-right-width: 1px;
    border-right-color: #dddddd !important;
    font-size: 16px;
}

/*DEFAULT End*/
/*VERY SMALL SCREENS*/
@media (max-width: 575px) {
    .carousel-inner {
        height: 90vh !important;
    }

    .carouse-title {
        font-size: 20px !important;
    }

    .offcanvas-end {
        width: 75vw !important;
        border-left: none !important;
    }

    .offcanvas-start {
        width: 95vw !important;
        border-left: none !important;
    }

    .offcanvas-title {
        font-size: 24px !important;
    }

    .slider-bottom-right {
        position: absolute;
        bottom: 90px;
        right: 60px;
        z-index: 9;
        color: white;
    }

    .logo-width-header-nav {
        height: 40px;
    }

    .bi-list-nav {
        width: 40px !important;
        height: 40px !important;
        color: white !important;
    }

    .logo-width-header {
        width: 180px;
    }

    .logo-width-footer {
        width: 120px;
    }

    .topnavbar {
        background-color: rgba(45, 45, 45, 0.9);
        height: 64px;
        padding: 0px !important;
        margin: 0px !important
    }

    .topnavlogotd {
        padding: 10px 30px 10px 30px !important;
        margin: 0px !important;
    }

    .topnavicontd {
        padding: 10px 30px 10px 30px !important;
        margin: 0px !important;
    }

    .gallery-nav {
        height: 55px;
    }

    .gallery-header {
        padding-top: 30px !important;
    }

    .image-text-title {
        font-size: 12px;
        font-weight: 600;
        color: var(--black) !important;
    }

    #gototop {
        position: fixed;
        right: 30px;
        bottom: 30px;
        z-index: 100;
        cursor: pointer;
        color: #ccc;
        font-size: 30px
    }

    .text-lg {
        font-size: 18px;
        font-weight: 400;
        color: var(--black) !important;
    }

    .carousel-title-lg {
        font-size: 32px !important;
        line-height: 48px !important;
    }

    .card-style-four {       
        margin-top: 0px !important;       
    }

    .video-one {
        padding-top: 60px !important;
    }

    .latest-news-area {       
        padding-bottom: 60px !important;
        margin-bottom: 30px !important;
    }

    .latest-news-area .single-news {       
        margin-top: 90px !important;        
    }

    .latest-news-area .section-title-four {
        margin-bottom: -15px !important;
        margin-top: -15px !important;
    }

    .client-logo-two {
        padding-top: 60px;
        padding-bottom: 75px;
    }

    .footer-seven .footer-widget {
        padding-top: 0px !important;
    }

    .county-logo {
        width: 50px;
        margin: 15px 15px 15px 15px;
        text-align: center;
        cursor: pointer !important;
    }

    .club-name {
        font-size: 12px;
        line-height: 16px !important
    }

    .fixture-links {
        font-size: 14px;
        line-height: 18px !important
    }

    .fixture-date-td {
        border-right: solid;
        border-right-width: 1px;
        border-right-color: #dddddd !important;
        font-size: 12px;
    }

    .fixture-comp {
        font-size: 12px;
        line-height: 16px !important;       
    }
}

/*SMALL SCREENS*/
@media (min-width: 576px) and (max-width: 767px) {
    /*.carousel-inner {
        height: 90vh !important;
    }*/

    .carouse-title {
        font-size: 20px !important;
    }

    .offcanvas-end {
        width: 75vw !important;
        border-left: none !important;
    }

    .offcanvas-start {
        width: 85vw !important;
        border-left: none !important;
    }

    .offcanvas-title {
        font-size: 28px !important;
    }

    .county-thumb {
        height: 40px;
    }

    .county-logo-title {
        font-size: 12px;
        font-weight: 600;
        color: var(--black);
        padding: 8px;
    }

    .slider-bottom-right {
        position: absolute;
        bottom: 90px;
        right: 60px;
        z-index: 9;
        color: white;
    }

    .logo-width-header {
        width: 250px;
    }

    .logo-width-footer {
        width: 140px;
    }

    .topnavbar {
        background-color: rgba(45, 45, 45, 0.9);
        height: 69px;
        padding: 0px !important;
        margin: 0px !important
    }

    .logo-width-header-nav {
        height: 45px;
    }

    .bi-list-nav {
        width: 45px !important;
        height: 45px !important;
        color: white !important;
    }

    .topnavlogotd {
        padding: 11px 30px 11px 30px !important;
        margin: 0px !important;
    }

    .topnavicontd {
        padding: 11px 30px 11px 30px !important;
        margin: 0px !important;
    }

    .gallery-nav {
        height: 55px;
    }

    .gallery-header {
        padding-top: 40px !important;
    }

    .image-text-title {
        font-size: 14px;
        font-weight: 600;
        color: var(--black) !important;
    }

    #gototop {
        position: fixed;
        right: 30px;
        bottom: 30px;
        z-index: 100;
        cursor: pointer;
        color: #ccc;
        font-size: 30px
    }

    .text-lg {
        font-size: 18px;
        font-weight: 400;
        color: var(--black) !important;
    }

    .carousel-title-lg {
        font-size: 36px !important;
        line-height: 53px !important;
    }

    .tns-controls {
        display: none !important;
    }

    .card-style-four {
        margin-top: 0px !important;
    }

    .video-one {       
        padding-top: 60px !important;        
    }    

    .latest-news-area {
        padding-bottom: 60px;
        margin-bottom: 30px !important;
    }

    .latest-news-area .single-news {
        margin-top: 90px !important;
    }

    .latest-news-area .section-title-four {           
        margin-bottom: -15px !important;           
        margin-top: -15px !important;
    }

    .client-logo-two {
        padding-top: 60px;
        padding-bottom: 75px;
    }

    .footer-seven .footer-widget {
        padding-top: 0px !important;        
    }

    .county-logo {
        width: 50px;
        margin: 15px 15px 15px 15px;
        text-align: center;
    }

    .club-name {
        font-size: 14px;
        line-height: 18px !important
    }

    .fixture-links {
        font-size: 14px;
        line-height: 18px !important
    }

    .fixture-date-td {
        border-right: solid;
        border-right-width: 1px;
        border-right-color: #dddddd !important;
        font-size: 14px;
    }

    .fixture-comp {
        font-size: 14px;
        line-height: 18px !important;
    }
}

/*MEDIUM SMALL SCREENS*/
@media (min-width: 768px) and (max-width: 991px) {
    .carousel-inner {
        height: 90vh !important;
    }

    .carouse-title {
        font-size: 24px !important;
    }

    .offcanvas-end {
        width: 40vw !important;
        border-left: none !important;
    }

    .offcanvas-start {
        width: 60vw !important;
        border-left: none !important;
    }

    .offcanvas-title {
        font-size: 32px !important;
    }

    .county-thumb {
        height: 45px;
    }

    .county-logo-title {
        font-size: 13px;
        font-weight: 600;
        color: var(--black);
        padding: 9px;
    }

    .slider-bottom-right {
        position: absolute;
        bottom: 90px;
        right: 60px;
        z-index: 9;
        color: white;
    }

    .logo-width-header-nav {
        height: 50px;
    }

    .bi-list-nav {
        width: 50px !important;
        height: 50px !important;
        color: white !important;
    }

    .logo-width-header {
        width: 270px;
    }

    .logo-width-footer {
        width: 160px;
    }

    .topnavbar {
        background-color: rgba(45, 45, 45, 0.9);
        height: 80px;
        padding: 0px !important;
        margin: 0px !important
    }

    .topnavlogotd {
        padding: 12px 30px 12px 30px !important;
        margin: 0px !important;
    }

    .topnavicontd {
        padding: 12px 30px 12px 30px !important;
        margin: 0px !important;
    }

    .gallery-nav {
        height: 55px;
    }

    .gallery-header {
        padding-top: 50px !important;
    }

    .image-text-title {
        font-size: 14px;
        font-weight: 600;
        color: var(--black) !important;
    }

    #gototop {
        position: fixed;
        right: 30px;
        bottom: 30px;
        z-index: 100;
        cursor: pointer;
        color: #ccc;
        font-size: 30px
    }

    .text-lg {
        font-size: 18px;
        font-weight: 400;
        color: var(--black) !important;
    }

    .carousel-title-lg {
        font-size: 36px !important;
        line-height: 53px !important;
    }

    .tns-controls {
        display: none !important;
    }

}

/*MEDIUM LARGE SCREENS*/
@media (min-width: 992px) and (max-width: 1199px) {
    .carousel-inner {
        height: 90vh !important;
    }

    .carouse-title {
        font-size: 28px !important;
    }

    .offcanvas-end {
        width: 35vw !important;
        border-left: none !important;
    }

    .offcanvas-start {
        width: 50vw !important;
        border-left: none !important;
    }

    .offcanvas-title {
        font-size: 36px !important;
    }

    .county-thumb {
        height: 50px;
    }

    .county-logo-title {
        font-size: 14px;
        font-weight: 600;
        color: var(--black);
        padding: 10px;
    }

    .slider-bottom-right {
        position: absolute;
        bottom: 90px;
        right: 60px;
        z-index: 9;
        color: white;
    }

    .logo-width-header-nav {
        height: 55px;
    }

    .bi-list-nav {
        width: 55px !important;
        height: 55px !important;
        color: white !important;
    }

    .logo-width-header {
        width: 360px;
    }

    .logo-width-footer {
        width: 216px;
    }

    .topnavbar {
        background-color: rgba(45, 45, 45, 0.9);
        height: 85px;
        padding: 0px !important;
        margin: 0px !important
    }

    .topnavlogotd {
        padding: 13px 30px 13px 30px !important;
        margin: 0px !important;
    }

    .topnavicontd {
        padding: 13px 30px 13px 30px !important;
        margin: 0px !important;
    }

    .gallery-nav {
        height: 55px;
    }

    .gallery-header {
        padding-top: 60px !important;
    }

    .image-text-title {
        font-size: 14px;
        font-weight: 600;
        color: var(--black) !important;
    }

    #gototop {
        position: fixed;
        right: 45px;
        bottom: 45px;
        z-index: 100;
        cursor: pointer;
        color: #ccc;
        font-size: 45px
    }

    .text-lg {
        font-size: 20px;
        font-weight: 400;
        color: var(--black) !important;
    }

    .carousel-title-lg {
        font-size: 40px !important;
        line-height: 59px !important;
    }

    .tns-controls {
        display: none !important;
    }

}

/*LARGE SCREENS*/
@media (min-width: 1200px) and (max-width: 1399px) {
    .carousel-inner {
        height: 90vh !important;
    }

    .carouse-title {
        font-size: 32px !important;
    }

    .offcanvas-end {
        width: 33vw !important;
        border-left: none !important;
    }

    .offcanvas-start {
        width: 40vw !important;
        border-left: none !important;
    }

    .offcanvas-title {
        font-size: 36px !important;
    }

    .county-thumb {
        height: 50px;
    }

    .county-logo-title {
        font-size: 14px;
        font-weight: 600;
        color: var(--black);
        padding: 10px;
    }

    .slider-bottom-right {
        position: absolute;
        bottom: 45px;
        right: 60px;
        z-index: 9;
        color: white;
    }

    .logo-width-header-nav {
        height: 65px;
    }

    .bi-list-nav {
        width: 65px !important;
        height: 65px !important;
        color: white !important;
    }

    .logo-width-header {
        width: 400px;
    }

    .logo-width-footer {
        width: 240px;
    }

    .topnavbar {
        background-color: rgba(45, 45, 45, 0.9);
        height: 95px;
        padding: 0px !important;
        margin: 0px !important
    }

    .topnavlogotd {
        padding: 14px 30px 14px 30px !important;
        margin: 0px !important;
    }

    .topnavicontd {
        padding: 14px 30px 14px 30px !important;
        margin: 0px !important;
    }

    .gallery-nav {
        height: 65px;
    }

    .gallery-header {
        padding-top: 70px !important;
    }

    .image-text-title {
        font-size: 14px;
        font-weight: 600;
        color: var(--black) !important;
    }

    #gototop {
        position: fixed;
        right: 45px;
        bottom: 45px;
        z-index: 100;
        cursor: pointer;
        color: #ccc;
        font-size: 45px
    }

    .text-lg {
        font-size: 22px;
        font-weight: 400;
        color: var(--black) !important;
    }

    .carousel-title-lg {
        font-size: 44px !important;
        line-height: 63px !important;
    }

    .tns-controls {
        display: none !important;
    }

}

/*VERY LARGE SCREENS*/
@media (min-width: 1400px) {
    .carousel-inner {
        height: 100vh !important;
    }   

    .carouse-title {
        font-size: 40px !important;
    }

    .offcanvas-end {
        width: 20vw !important;
        border-left: none !important;
    }

    .offcanvas-start {
        width: 33vw !important;
        border-left: none !important;
    }

    .offcanvas-title {
        font-size: 36px !important;
    }

    .county-thumb {
        height: 75px;
    }

    .county-logo-title {
        font-size: 18px;
        font-weight: 600;
        color: var(--black);
        padding: 15px;
    }

    .slider-bottom-right {
        position: absolute;
        bottom: 45px;
        right: 60px;
        z-index: 9;
        color: white;
    }

    .logo-width-header-nav {
        height: 75px;
    }

    .bi-list-nav {
        width: 75px !important;
        height: 75px !important;
        color:white !important;
    }    

    .logo-width-header {
        width: 500px;
    }

    .logo-width-footer {
        width: 300px;
    }

    .topnavbar {
        background-color: rgba(45, 45, 45, 0.9);
        height: 115px;
        padding: 0px !important;
        margin: 0px !important
    }

    .topnavlogotd {
        padding: 15px 30px 15px 30px !important;
        margin: 0px !important;
    }

    .topnavicontd {
        padding: 15px 30px 15px 30px !important;
        margin: 0px !important;
    }

    .gallery-nav {
        height: 75px;
    }

    .gallery-header {
        padding-top:80px !important;
    }

    .image-text-title {
        font-size: 14px;
        font-weight: 600;
        color: var(--black) !important;
    }

    #gototop {
        position: fixed;
        right: 60px;
        bottom: 60px;
        z-index: 100;
        cursor: pointer;
        color: #ccc;
        font-size: 60px
    }

    .text-lg {
        font-size: 22px;
        font-weight: 400;
        color: var(--black) !important;
    }

    .carousel-title-lg {
        font-size: 48px !important;        
        line-height: 67px !important;
    }
}

/*SPECIFIC*/

#overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 10; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

.image-caption {
    display:none;
    text-align: left !important;
    margin: 15px 0px 15px 0px
}

.offcanvas-header {
    padding-bottom: 0 !important;
}

/* This class is critical to the Gallery Image page*/
.gallery-image-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 2.5em;
    height: 2.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.70);
    border-color: rgba(255, 255, 255, 0.10);
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;   
    background: rgba(45, 45, 45, 0.85);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
    font-size: 18px !important;
}

.tooltip {
    margin: 55px 0px 0px 0px !important;
    opacity: 1.0 !important;   
}

.tooltip-inner {
    background-color: #555;
    opacity: 1.0 !important;
    padding: 20px 15px 25px 15px !important;    
}

.tooltip.bs-tooltip-right .tooltip-arrow::before {
    border-right-color: none;
}

.tooltip.bs-tooltip-left .tooltip-arrow::before {
    border-right-color: none;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-right-color: none;
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-right-color: none;
}

.offcanvas-backdrop.show {
    opacity: .2;
}

.nav-link {
    color: white !important;
}

.carousel-control-next {
    border: 0px !important;
    opacity: .5 !important;
}

.carousel-control-prev {
    border: 0px !important;
    opacity: .5 !important;
}

.sidebardiv {
    border: none;
    border-top: 1px solid #777;
    margin: 10px 0;
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.1) !important;
    border: none !important;
    border-color: rgba(0, 0, 0, 0.1) !important;
}

.offcanvas-header .btn-close {
    padding: 0.9rem 0.9rem;
    margin: -0.1rem -0.1rem -0.1rem auto;
}

.btn-primary {
    color: #fff;
    background-color: #152d4c;
    border-color: #152d4c;
}

.latest-news-area .single-news .content-body .light-rounded-buttons .active.primary-btn-outline, .latest-news-area .single-news .content-body .light-rounded-buttons .primary-btn-outline:hover, .latest-news-area .single-news .content-body .light-rounded-buttons .primary-btn-outline:focus {
    background: #152d4c;
    color: var(--white);
}

.latest-news-area .single-news .content-body .light-rounded-buttons .primary-btn-outline {
    border-color: #152d4c;
    color: #152d4c;
}

.active.primary-btn-outline, .primary-btn-outline:hover, .primary-btn-outline:focus {
    background: #152d4c;
    color: var(--white);
}

.btn:hover {
    color: inherit;
}

.btn:hover {
    color: #152d4c;
}

.footer-btn-outline {
    border-color: white;
    color: white;
    background-color: none !important;
}

.footer-btn-outline:hover {
    border-color: white;
    color: white;
    background-color: none !important;
}

.footer-btn-outline:active {
    border-color: white;
    color: white;
    background-color: none !important;
}

.footer-btn-outline:focus {
    border-color: white;
    color: white;
    background-color: none !important;
}

.primary-btn-outline {
    border-color: #152d4c;
    color: #152d4c;
    background-color: none !important;
}

.primary-btn-outline:hover {
    border-color: #152d4c !important;
    color: white !important;
    background-color: #152d4c !important;
}

.primary-btn-outline:active {
    border-color: white !important;
    color: white !important;
    background-color: none !important;
}

.primary-btn-outline:focus {
    border-color: white !important;
    color: white !important;
    background-color: none !important;
}

.slider-btn-outline {
    border-color: white;
    color: white;
    background-color: none !important;
}

.slider-btn-outline:hover {
    border-color: #152d4c !important;
    color: white !important;
    background-color: #152d4c !important;
}

.slider-btn-outline:active {
    border-color: #152d4c !important;
    color: white !important;
    background-color: #152d4c !important;
}

.slider-btn-outline:focus {
    border-color: #152d4c !important;
    color: white !important;
    background-color: #152d4c !important;
}

.btn-primary {
    background-color: #152d4c !important;
    border-color: #152d4c !important;
    color: white;
}

.btn-primary:hover {
    background-color: #152d4c !important;
    border-color: #152d4c !important;
    color: white;
}

.carousel-indicators li.active {
    width: 20px;
    background-color: #152d4c !important;
    border-radius: 5px;
}

.county-logos {
    display: flex;
    align-items: center;
    column-gap: 1em;
    flex-wrap: wrap;
}

.county-logo-hp {
    margin: 30px;
    text-align: center;
}

.social-media-icons {
    display: flex;  
    flex-wrap: wrap;
}

.social-media-icon {
    margin: 15px 30px 0px 0px;
    color: white !important;
    font-size: 40px !important;   
}

.lni {    
    color: white;   
}

.title-centered {
    text-align: center !important;
}

.slider-six {
    padding: 100px 0px 0px 0px !important;
}

.tab-pane {
    background-color: var(--light-2);
    padding: 30px 0px 45px 0px;
}

.tab-controls {
    margin-bottom: 15px;
    padding: 0px 30px 0px 30px;
}

.comp-table-row {
    height: 40px;
    line-height: 40px;
}

.tabs-one .nav {
    border-bottom: 2px solid var(--primary);
}

.mediacat {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.mediacatall {
    color: var(--gray-1);
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline;
}

.bi-list {
    width: 75px !important;
    height: 75px !important;
}

.highlightcursor {
    cursor:pointer;
}

.topnavbarouter {  
    padding: 0px !important;
    margin: 0px !important
}

.thumb {
    border-radius: 0px !important;
}

.image-text {
    font-size: 16px;
    font-weight: 600;
    color: var(--gray-1) !important;
}

.image-top-left {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 9;
    color: white !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    opacity: 0.5;
}

.image-top-right {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 9;
    color: white !important;
    font-size: 24px !important;
    font-weight: 800 !important;
    opacity: 0.5;
}

.image-bottom-left {
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 9;
    color: white !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    opacity: 0.5;
}

.image-bottom-right {
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 9;
    color: white !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    opacity: 0.5;
}

.image-bottom-left-gallery {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 9;
    color: white !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    opacity:0.50;
}

.image-bottom-centre-gallery {
    position: relative;
    top: 25px;
    z-index: 99999;
    color: white !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    opacity: 0.75;
    margin-left: auto;
    margin-right: auto;
    margin-top: -50px !important;
    text-align: center;
    width: 100%;
}

.image-bottom-right-gallery {
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 9;
    color: white !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    opacity:0.50;
}

.cursor-pointer {    
    cursor: pointer;
}

.td-image-nav {
    margin: 45px 0px 45px 0px;
}

.fixture-container {
    margin-bottom: 30px;    
}

.fixture-card {
    padding: 15px 30px 15px 30px !important;    
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    font-size: 18px;
}

.filter-label {
    font-size: 12px;
    font-weight: 600;
}

/* Slider Fade Transition start */
.carousel-item {
    transition: transform 5s ease-in-out;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: opacity 0s 5s;
}

.carousel-caption {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    left: 0;
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* Slider Fade Transition end */

/*Side Navigation start*/
.btn-toggle {
    display: inline-flex;
    align-items: center;
    padding: .0rem .0rem;
    font-weight: 600;
    color: white;
    background-color: transparent;
    border: 0;
}

.btn-toggle:hover,
.btn-toggle:focus {   
    color: white;
}

.btn-toggle::before {
    width: 1.25em;
    line-height: 0;
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%28255,255,255,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
    transition: transform .35s ease;
    transform-origin: .5em 50%;
}

.btn-toggle[aria-expanded="true"] {
    color: rgba(255, 255, 255, .85);
}

.btn-toggle[aria-expanded="true"]::before {
    transform: rotate(90deg);
}

.btn-toggle-nav a {
    display: inline-flex;
    padding: .1875rem .5rem;
    margin-top: .125rem;
    margin-left: 1.25rem;
    text-decoration: none;
}

.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {   
    color: white;
}

.link-white {
    color: white;
}

.link-yellow {
    color: #FAE100 !important;
}

.list-unstyled a {
    color: white;
}

.list-unstyled li {
    margin: 2px 0px 2px 0px;
}

.offcanvas p {
    padding: 8px 0px 8px 0px;
}

.formbutton {
    background-color: var(--primary) !important;
    color: white !important;
}

/*Side Navigation end*/