/* Minification failed. Returning unminified contents.
(435,27): run-time error CSS1039: Token not allowed after unary operator: '-ggs'
(466,27): run-time error CSS1039: Token not allowed after unary operator: '-ggs'
 */

#pagination-wrapper {
    float: left;
    margin-top: 20px;
    text-align: right;
}


/*#region VEHCILES*/

#vehicles-wrapper {
    display: block;
    width: 100%;
    margin-top: 20px;
    float: left;
}

    #vehicles-wrapper a {
        color: #337ab7;
    }

.vehicle-itm {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    float: left;
}

@media (min-width: 360px) {
    .vehicle-itm {
        width: 50%;
    }
}

@media (min-width: 750px) {
    .vehicle-itm {
        width: 33.3333333%;
    }
}

@media (min-width: 912px) {
    .vehicle-itm {
        width: 25%;
    }
}

@media (min-width: 1024px) {
    .vehicle-itm {
        width: 20%;
    }
}

.vehicle-itm-inner {
    display: block;
    width: 95%;
    border: 1px solid #ddd;
    margin: 0 5px 0 5px;
}

.vehicle-itm img {
    transform: scale(1);
    display: block;
    margin: 0 auto;
    width: 169px;
    height: 126px;
}

@media (min-width: 360px) {
    .vehicle-itm img {
        width: 162px;
        height: 121px;
    }
}

@media (min-width: 393px) {
    .vehicle-itm img {
        width: 178px;
        height: 133px;
    }
}

@media (min-width: 412px) {
    .vehicle-itm img {
        width: 186px;
        height: 139px;
    }
}

@media (min-width: 762px) {
    .vehicle-itm img {
        width: 100%;
        height: 100%;
    }
}

@media (min-width: 912px) {
    .vehicle-itm img {
        width: 210px;
        height: 157px;
    }
}

@media (min-width: 1024px) {
    .vehicle-itm img {
        width: 191px;
        height: 143px;
    }
}

@media (min-width: 1280px) {
    .vehicle-itm img {
        width: 222px;
        height: 166px;
    }
}

.vehicle-data, .vehicle-data-title {
    display: block;
    padding: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/*#endregion*/



/*#region RATING MODAL*/

#rankings-modal #rankings-modal-content #rankings-canvas {
    width: 100%;
    height: 320px;
}

/* The Modal (background) */
#rankings-modal .rankings-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
#rankings-modal .rankings-modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 60%; /* Could be more or less, depending on screen size */
}

@media (max-width: 736px) {
    #rankings-modal .rankings-modal-content {
        width: 90%;
    }
}

/* The Close Button */

#rankings-modal .rankings-modal-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

#rankings-map-modal .rankings-modal-close:hover,
#rankings-map-modal .rankings-modal-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#rankings-canvas {
    margin-top: 50px;
    height: 320px;
}

.rankinginfo {
    color: #517fa6;
    cursor: pointer;
}

.rankings-modal-close {
    cursor: pointer;
}

/*#endregion*/

/*#region MAP MODAL*/

#map-modal #map_canvas {
    width: 100%;
    height: 90%;
    background-color: #d84c47;
    margin-top: 40px;
}

#map-modal .modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

#map-modal .modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 12px;
    border: 1px solid #888;
    width: 58%;
    height: 75% !important;
}

#map-modal .modal-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    #map-modal .modal-close:hover,
    #map-modal .modal-close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

#mapHolder {
    width: 100%;
    height: 90%;
}

@media (max-width: 736px) {
    #map-modal .modal-content {
        margin: 22% auto !important;
        width: 90% !important;
        height: 80% !important;
        border-radius: 0px !important;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape), only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    #map-modal .modal-content {
        margin: 15% auto;
        width: 90%;
    }

    #mapHolder {
        width: 100% !important;
    }
}

/*#endregion*/


.pageination {
    margin-top: 20px;
    margin-bottom: 10px;
}

    .pageination .inner {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        grid-column-gap: 5px;
    }

        .pageination .inner .num {
            grid-column: 2 / span 3;
        }

@media (min-width: 768px) {
    .pageination .inner {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-column-gap: 5px;
    }

        .pageination .inner .num {
            grid-column: unset;
        }
}

.pageination .inner ol {
    display: grid;
    grid-template-rows: 1fr;
    grid-column-gap: 5px;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    scroll-padding: 1rem;
    list-style-type: none;
    width: 170px;
    padding: 0;
    margin: 0 auto;
}

@media (min-width: 320px) {
    .pageination .inner ol {
        width: 200px;
    }
}

@media (min-width: 360px) {
    .pageination .inner ol {
        width: 230px;
    }
}

@media (min-width: 375px) {
    .pageination .inner ol {
        width: 250px;
    }
}

@media (min-width: 390px) {
    .pageination .inner ol {
        width: 260px;
    }
}

@media (min-width: 412px) {
    .pageination .inner ol {
        width: 280px;
    }
}

@media (min-width: 430px) {
    .pageination .inner ol {
        width: 300px;
    }
}

@media (min-width: 540px) {
    .pageination .inner ol {
        width: 330px;
    }
}

.pageination .inner ol::-webkit-scrollbar {
    display: none;
}

.pageination .inner ol {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

    .pageination .inner ol li {
        cursor: pointer;
    }

    .pageination .inner ol li, .pageination .inner .btn .btn-i {
        box-sizing: border-box;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 10px;
    }

        .pageination .inner ol li a {
            display: block;
            padding: 10px 10px 10px 10px;
            font-weight: 500;
            text-align: center;
            color: #333;
        }

.pageination .inner .btn {
    display: flex;
    align-self: center;
}

    .pageination .inner .btn a {
        display: grid;
    }

.pageination .inner .btn-l {
    justify-self: left;
}

.pageination .inner .btn-r {
    justify-self: right;
}

@media (min-width: 768px) {
    .pageination .inner .btn-l {
        justify-self: right;
    }

    .pageination .inner .btn-r {
        justify-self: left;
    }
}

.pageination .inner .btn .btn-i {
    display: block;
    position: relative;
    width: 40px;
    height: 44px;
    color: #333;
}

.pageination .inner ol .active {
    scroll-snap-align: center;
    background-color: #337ab7;
    border: 1px solid #337ab7;
    color: #fff;
}

    .pageination .inner ol .active a {
        color: #fff;
    }

.pageination .inner .gg-chevron-right {
    box-sizing: border-box;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    transform: scale(var(--ggs,1));
    width: 22px;
    height: 22px;
    border: 2px solid transparent;
    border-radius: 100px;
    cursor: pointer
}

    .pageination .inner .gg-chevron-right::after {
        content: "";
        display: block;
        box-sizing: border-box;
        position: absolute;
        width: 10px;
        height: 10px;
        border-bottom: 2px solid;
        border-right: 2px solid;
        transform: rotate(-45deg);
        right: 6px;
        top: 4px
    }

.pageination .inner .gg-chevron-left {
    box-sizing: border-box;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    transform: scale(var(--ggs,1));
    width: 22px;
    height: 22px;
    border: 2px solid transparent;
    border-radius: 100px;
    cursor: pointer
}

    .pageination .inner .gg-chevron-left::after {
        content: "";
        display: block;
        box-sizing: border-box;
        position: absolute;
        width: 10px;
        height: 10px;
        border-bottom: 2px solid;
        border-left: 2px solid;
        transform: rotate(45deg);
        left: 6px;
        top: 4px
    }



/*#region PAGINATION*/

/*#pagination-wrapper {
    display: block;
    width: 100%;
    margin: 10px 0 10px 0;
}

    #pagination-wrapper ol {
        list-style-type: none;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    #pagination-wrapper li, .pageno {
        display: inline-block;
        min-width: 45px;
        border: 1px solid #ddd;
        border-radius: 3px;
        cursor: pointer;
        text-align: center;
        margin-bottom: 10px;
    }

        #pagination-wrapper li a, .pageno {
            display: block;
            text-decoration: none;
            color: #337ab7;
        }

.pageno {
    display: block;
    padding: 10px 3px 10px 3px;
}

    #pagination-wrapper li:hover, .pageno:hover {
        background-color: #ddd;
        border: 1px solid #ccc;
    }

#pagination-wrapper .active {
    color: #fff;
    background-color: #337ab7;
    border: 1px solid #2e6da4;
}

    #pagination-wrapper .active a {
        color: #fff;
    }

@media (min-width: 750px) {
    #pagination-wrapper ol {
        float: right;
        width: unset;
        text-align: right;
    }
}*/

/*#endregion*/


/*#region PAGE TEXT*/

.page-text-container {
    display: block;
    width: 100%;
    float: left;
    margin-top: 20px;
}

@media (min-width: 750px) {
    .section-title h2, .section-title h3 {
        font-size: 1.1rem;
    }
}

.page-text-container a {
    color: #d43f3a;
}

@media (max-width: 1050px) and (min-width: 737px) {
    .page-text-container {
        margin-top: 20px !important;
    }
}

.page-text-content {
    display: block;
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .page-text-title-text h3 {
        letter-spacing: -0.75px;
        font-size: 14px;
        margin: 3px 0px;
    }

    .page-text-title-strip {
        width: 12px;
        height: 25px;
    }

    .page-text-title-strip {
        margin-right: 5px;
    }
}

/*#endregion*/



/*#region CD TOP (SEND TO TOP BUTTON)*/

.cd-top {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(232, 98, 86, 0.8) url(https://cdn.trackdays.co.uk/imgs/cd-top-arrow.png) no-repeat center 50%;
    -webkit-transition: opacity .5s 0s, visibility 0s .5s;
    -moz-transition: opacity .5s 0s, visibility 0s .5s;
    transition: opacity .5s 0s, visibility 0s .5s;
    z-index: 100;
}

    .cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
        -webkit-transition: opacity .5s 0s, visibility 0s .5s;
        -moz-transition: opacity .5s 0s, visibility 0s .5s;
        transition: opacity .5s 0s, visibility 0s .5s;
    }

    .cd-top.cd-is-visible {
        visibility: visible;
        opacity: 1;
    }

    .cd-top.cd-fade-out {
        opacity: .7;
    }

.no-touch .cd-top:hover {
    background-color: #e86256;
    opacity: 1;
}

/*#endregion*/

/*#region DETAILS*/

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

    .list-inline > li {
        display: inline-block;
        padding-right: 12px;
        padding-left: 12px;
    }

@media (min-width: 1200px) {
    .list-inline > li {
        padding-right: 8px;
        padding-left: 8px;
    }
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

#details-wrapper, #follow-wrapper, #contact-wrapper, #secure-wrapper, #reviews-wrapper {
    display: block;
    width: 100%;
}

#details-wrapper, #reviews-wrapper {
    float: left;
}

@media (min-width: 750px) {
    #follow-wrapper, #contact-wrapper, #secure-wrapper {
        float: left;
        width: 50%;
    }

    #follow-wrapper, #contact-wrapper {
        min-height: 320px;
    }
}

@media (min-width: 1200px) {
    #follow-wrapper, #contact-wrapper, #secure-wrapper, #reviews-wrapper {
        width: 25%;
    }
}

.well {
    max-width: 90%;
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.well-black-red, .well-b {
    background: none !important;
    padding: 0 0 0 !important;
    border: none !important;
    box-shadow: none !important;
    border-bottom: solid 3px #ddd !important;
    border-radius: 0;
}

    .well-black-red h1, .well-black-red h2, .well-black-red h3, .well-black-red h4, .well-b h1, .well-b h2, .well-b h3, .well-b h4 {
        border-bottom: solid 3px #d84c47;
        margin: 0 0 -3px 0;
        padding-bottom: 10px !important;
        display: table;
    }

    .well-black-red h3 {
        font-size: 1.3em;
    }

.details-title {
    max-width: 90%;
    margin-left: 20px;
}


.foot-rs:hover {
    background-position: -112px -36px;
}

.foot-vid:hover {
    background-position: -183px -66px;
}

#follow-links li {
    display: block;
    padding: 10px 0 10px 0;
}

@media (min-width: 1200px) {
    #follow-links li {
        padding: 5px 0 5px 0;
    }
}

#follow-links li:first-child {
    padding-top: 0;
}

#follow-links a {
    text-decoration: none;
    font-weight: 600;
}

    #follow-links a:hover {
        color: #d9534f;
    }

#contact-us-wrapper a {
    color: #337ab7;
    text-decoration: none;
}

.secure-payment-image-1, .secure-payment-image-2 {
    display: block;
    float: left;
    width: 100%;
}

    .secure-payment-image-1 img, .secure-payment-image-2 img {
        margin: 0 auto 30px auto;
        display: block;
    }

    .secure-payment-image-1 img {
        width: 250px;
        height: 67px;
    }

    .secure-payment-image-2 img {
        width: 250px;
        height: 83px;
    }

@media (min-width: 320px) {
    .secure-payment-image-1 img {
        width: 282px;
        height: 76px;
    }

    .secure-payment-image-2 img {
        width: 282px;
        height: 94px;
    }
}

@media (min-width: 375px) {
    .secure-payment-image-1 img {
        width: 328px;
        height: 88px;
    }

    .secure-payment-image-2 img {
        width: 328px;
        height: 109px;
    }
}

@media (min-width: 768px) {
    .secure-payment-image-1, .secure-payment-image-2 {
        width: 50%;
    }

        .secure-payment-image-1 img, .secure-payment-image-2 img {
            margin: 0;
        }

    .secure-payment-image-1 img {
        width: 140px;
        height: 38px;
        margin-top: 10px;
        margin-left: 10px;
    }

    .secure-payment-image-2 img {
        width: 140px;
        height: 47px;
    }
}

@media (min-width: 820px) {
    .secure-payment-image-1 img {
        width: 150px;
        height: 40px;
    }

    .secure-payment-image-2 img {
        width: 150px;
        height: 50px;
    }
}

@media (min-width: 1024px) {
    .secure-payment-image-1 img {
        width: 200px;
        height: 54px;
    }

    .secure-payment-image-2 img {
        width: 200px;
        height: 67px;
    }
}

@media (min-width: 1280px) {

    .secure-payment-image-1 img {
        width: 120px;
        height: 32px;
    }

    .secure-payment-image-2 img {
        width: 120px;
        height: 40px;
    }
}

#widget-container img {
    width: 240px;
    height: 112px;
}

@media (min-width: 320px) {
    #widget-container img {
        width: 280px;
        height: 131px;
    }
}

@media (min-width: 360px) {
    #widget-container img {
        width: 315px;
        height: 147px;
    }
}

@media (min-width: 375px) {
    #widget-container img {
        width: 320px;
        height: 149px;
    }
}

@media (min-width: 390px) {
    #widget-container img {
        width: 340px;
        height: 159px;
    }
}

@media (min-width: 412px) {
    #widget-container img {
        width: 360px;
        height: 168px;
    }
}

@media (min-width: 768px) {
    #widget-container img {
        width: 220px;
        height: 103px;
        margin-top: 30px;
    }
}

@media (min-width: 820px) {
    #widget-container img {
        width: 245px;
        height: 114px;
        margin-top: 20px;
    }
}

@media (min-width: 1024px) {
    #widget-container img {
        width: 305px;
        height: 142px;
        margin-top: 10px;
    }
}

@media (min-width: 1280px) {
    #widget-container img {
        width: 350px;
        height: 163px;
        margin-top: 0;
    }
}

@media (min-width: 1200px) {
    #follow-wrapper, #contact-wrapper {
        height: 264px;
        min-height: unset;
    }
}


/*#endregion*/
