<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto/Roboto-Regular.eot');
    src: url('/fonts/Roboto/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('/fonts/Roboto/Roboto-Regular.woff2') format('woff2'), url('/fonts/Roboto/Roboto-Regular.woff') format('woff'), url('/fonts/Roboto/Roboto-Regular.ttf') format('truetype'), url('/fonts/Roboto/Roboto-Regular.svg#svgRoboto') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto/Roboto-Medium.eot');
    src: url('/fonts/Roboto/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('/fonts/Roboto/Roboto-Medium.woff2') format('woff2'), url('/fonts/Roboto/Roboto-Regular.woff') format('woff'), url('/fonts/Roboto/Roboto-Medium.ttf') format('truetype'), url('/fonts/Roboto/Roboto-Medium.svg#svgRoboto') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto/Roboto-Bold.eot');
    src: url('/fonts/Roboto/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('/fonts/Roboto/Roboto-Bold.woff2') format('woff2'), url('/fonts/Roboto/Roboto-Bold.woff') format('woff'), url('/fonts/Roboto/Roboto-Bold.ttf') format('truetype'), url('/fonts/Roboto/Roboto-Bold.svg#svgRoboto') format('svg');
    font-weight: 700;
    font-style: normal;
}

* {
    border-radius: 0 !important;
}

@-ms-viewport {
    width: device-width;
}

html, body, html body {
    height: 100%;
    min-height: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

body {
    height: 100%;
    min-height: 100%;
    min-width: 320px;
    width: 100%;
    margin: auto;
    overflow-x: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#wrapper {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    top: 65px;
    left: 0;
    opacity: 1;
}

/*Navigation Bar*/
.navbar-fixed-top {
    border-style: solid;
    border-width: 10px 0 1px;
    border-color: #204999 #FFF #E7E7E7;
    min-height: 65px;
}

.navbar-brand {
    padding: 0 15px;
}

.nav-container {
    position: relative;
}

.navbar li a {
    color: #009966 !important;
}

.nav-tabs &gt; li &gt; a:hover {
    color: #009966 !important;
}

.dropdown-menu {
    padding: 0;
}

    .dropdown-menu &gt; li &gt; a, #logoutForm a {
        color: #FFF !important;
        background-color: #204999;
        border-bottom: 1px solid #005EA4;
        padding: 7px 10px 7px 20px;
        width: 100%;
        float: left;
    }

        .dropdown-menu &gt; li &gt; a:hover, .dropdown-menu &gt; li &gt; a:focus, #logoutForm:hover a, #logoutForm:focus a {
            color: #EA8A5D !important;
            background-color: #0f206c;
        }

ul.droplang {
    display: none;
    height: auto;
    padding: 0;
    margin: 0;
    width: 450px;
    z-index: 200;
}

    ul.droplang li.langselect {
        display: block;
        float: left;
        margin: 0;
        padding: 0;
        width: 50%;
    }

#affiliateimage {
    display: none;
}

/*Body Content*/
.body-content {
    background: rgb(0,0,0);
    background: transparent\9;
    background: rgba(0,0,0,0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000,endColorstr=#B2000000);
    zoom: 1;
    color: #FFF;
}

    .body-content:nth-child(n) {
        filter: none;
    }

    .body-content ol li {
        margin-left: 20px;
    }

    .body-content a {
        color: #EA8A5D;
    }

    .body-content a, footer a {
        text-decoration: none;
    }

        .body-content a:hover, .body-content a:focus {
            color: #096;
        }

        .body-content a:hover, footer a:hover,
        .body-content a:focus, footer a:focus {
            text-decoration: underline;
            -webkit-transition: all .25s ease-in;
            -moz-transition: all .25s ease-in;
            -o-transition: all .25s ease-in;
            transition: all .25s ease-in;
        }

.body-section.h {
    padding-top: 90px;
}

.body-section img {
    max-width: 100%;
}

.homepage-banner {
    margin-top: 30px;
    width: 100%;
}

/*Cancellation Message*/
.cancellation_message {
    background-color: #204999;
    padding: 1.25rem;
    display: none;
    align-items: center;
    justify-content: center;
}

    .cancellation_message img {
        height: 22px;
        padding-right: .5rem;
    }

/*Jumbotron*/
.container .jumbotron {
    background-color: #009966;
}

.jumbotron h1 {
    text-align: center;
    font-size: 3em;
    text-transform: capitalize;
}

/*Sales Header*/
.promotion_border {
    width: auto;
    display: inline-block;
    border: 5px solid #FFF;
    background-color: #000;
    padding: 30px 20px;
    margin: 10px 0 5px;
    width: 70%;
    border-radius: 7px !important;
}

    .promotion_border h3 {
        margin: 10px 0;
        font-weight: 400;
    }

.header_title {
    margin: 5px 0 3px;
    font-size: 2.5em;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.header_title_blurb {
    font-size: 1.6em;
    line-height: 1.35;
    margin-bottom: 0;
    text-transform: uppercase;
}

/*End Sales Header*/

.enquiryform {
    color: #FFF;
    padding: 10px 0 10px 10px;
    text-align: center;
    margin-bottom: 10px;
}

.booking-box div.tt-menu.waiting_menu {
    position: absolute;
    top: 100%;
    left: 5px;
    width: calc(100% - 10px);
    z-index: 100;
    background-color: #FFF;
    color: #096;
}

.tt-menu.waiting_menu .fa-spinner {
    font-size: 1.2em;
    padding: 7px 0;
}

.enquiryform input, .enquiryform select {
    color: #000;
}

.booking-box h5 {
    margin-bottom: 8px;
    font-size: 1.05em;
    text-align: left;
    font-weight: 400;
}

.padding-sm {
    padding: 0 5px;
}

/*Search Input*/
#locationname, .booking-box div.tt-menu {
    width: 100%;
}

.twitter-typeahead p, .twitter-typeahead h3 {
    background-color: white;
    margin-top: 0;
    margin-bottom: 0;
    padding: 5px;
}

.twitter-typeahead h3 {
    color: gray;
    border-bottom: 1px solid gray;
}

.twitter-typeahead p {
    color: #009966;
}

.tt-menu {
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.tt-dataset-Plocations, .tt-dataset-Tlocations, .tt-dataset-Mlocations, .tt-dataset-Clocations, .tt-dataset-Slocations,
.tt-dataset-locationsP, .tt-dataset-locationsT, .tt-dataset-locationsM, .tt-dataset-locationsC,
.tt-dataset-locations1, .tt-dataset-locations2, .tt-dataset-locationsS {
    background-color: #E7E7E7;
    color: #009966;
    padding: 2px 2px 2px 2px;
}

.tt-suggestion {
    cursor: pointer;
    background-color: white;
    padding: 5px 5px 5px 5px;
    min-width: 300px;
}

    .tt-suggestion:hover {
        text-decoration: underline;
    }

.tt-dataset:empty {
    display: none;
}

.booking-box div.tt-dataset, .booking-box div.tt-suggestion {
    margin-bottom: 0;
    min-width: 100px;
}

.booking-box div.tt-dataset, .booking-box div.tt-suggestion {
    margin-bottom: 0;
}

/*Breadcrumb*/
.breadcrumb {
    padding: 8px 4px 8px 4px;
}

    .breadcrumb a, .panel-body a {
        font-weight: 700;
        /*color: #204999;*/
    }

        .breadcrumb a:hover, .panel-body a:hover {
            color: #EA8A5D;
        }

/* Set width on the form input elements since they're 100% wide by default */
input, select, textarea {
    max-width: 100%;
    -webkit-box-shadow: 0 1px 5px #DDD inset;
    -moz-box-box-shadow: 0 1px 5px #DDD inset;
    box-shadow: 0 1px 5px #DDD inset;
}

input, button, select, textarea {
    -webkit-box-shadow: 0 1px 5px #DDD inset;
    -moz-box-box-shadow: 0 1px 5px #DDD inset;
    box-shadow: 0 1px 5px #DDD inset;
    border: 1px solid #B3B3B3;
    padding: .8em 1em;
    border-radius: 5px !important;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

/*Email Sign up Modal*/
#preferences_modal {
    height: 100%
}

    #preferences_modal .modal-dialog {
        height: 80%;
        max-height: 625px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        position: fixed
    }

    #preferences_modal .modal-content, #preferences_modal .modal-body {
        height: 100%
    }

    #preferences_modal iframe {
        height: 100%;
        width: 100%;
        border: 0;
    }

/*Homepage*/
.centre {
    text-align: center;
    color: #FFF;
}

.blue_bg {
    background: #204999;
    color: #FFF;
}

.white_bg {
    background: rgb(255,255,255);
    background: transparent\9;
    background: rgba(255,255,255,0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccFFFFFF,endColorstr=#ccFFFFFF);
    zoom: 1;
    width: 100%;
    padding: 5px 2%;
    text-align: center;
}

    .white_bg:nth-child(n) {
        filter: none;
    }

    .white_bg a {
        color: #204999;
        text-transform: uppercase;
        font-weight: bold;
    }

        .white_bg a:hover {
            color: #EA8A5D;
        }

.locations .pull-right a {
    text-transform: capitalize;
}

.bta-banner {
    display: table;
    width: 100%;
    max-width: 555px;
    margin: 20px auto 0;
}

    .bta-banner img {
        width: 100%;
    }

#map_outer {
    background-image: url(https://parkvia.blob.core.windows.net/assets-v4/desktop_map.jpg);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 300px;
    padding: 0;
    cursor: pointer;
}

#map .fa-spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.8em;
}

.spinner {
    width: 4rem;
    height: 4rem;
    position: absolute;
    top: calc(50% - 2rem);
    left: calc(50% - 2rem);
    background: #009966;
    animation: flip 1.2s ease infinite;
}

@keyframes flip {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        transform: perspective(120px) rotateX(-180deg) rotateY(0deg);
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
    }
}

/*Product Page */
.flexible-container {
    position: relative;
    padding-bottom: 50%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.map_height {
    padding-bottom: 50%;
}

.flexible-container iframe,
.flexible-container object,
.flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.locations ul {
    width: 100%;
    list-style: none;
}

.locations li {
    color: #FFF;
    margin: 0 0 10px -40px;
    background: rgba(32,73,153,0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99204999,endColorstr=#99204999);
    zoom: 1;
    padding: 5px 2%;
    text-align: right;
}

    .locations li:nth-child(n) {
        filter: none;
    }

.locations ul li a {
    float: left;
    color: #fff;
    font-weight: 700;
}

    .locations ul li a:hover {
        color: #EA8A5D;
    }

.locations ul li ul li {
    padding: 5px 2% 25px 2%;
}

/*Location Landing Page*/
.ed-features {
    font-size: 1.5em;
}

ul.tick {
    list-style-image: url(/Content/images/tick.png);
}

.operators {
    min-height: 150px;
}

    .operators img {
        margin-bottom: 4px;
        padding: 4px;
        background: rgb(204,204,204);
        background: transparent\9;
        background: rgba(204,204,204,0.3);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4ccccccc,endColorstr=#4ccccccc);
        zoom: 1;
    }

.summary-img {
    width: 50%;
    padding-right: 30px;
    padding-bottom: 10px;
    float: left;
}

/*Search Page*/
#warningmodal .ba #LabelWarningInfo {
    display: table;
    margin: 0 auto;
    text-align: center;
}

#warningmodal #ButtonBook2 {
    padding: 10px 0;
}

ol#accordion ol,
ol#accordion ul {
    margin-bottom: 10px;
}

#options {
    color: #337ab7;
    text-decoration: none;
}

    #options:hover {
        color: #EC6321;
        text-decoration: underline;
    }

.option-dropdown {
    margin-left: 5px;
    font-size: 15px;
    display: inline;
}

    .option-dropdown i {
        margin-left: 4px;
        height: 12px;
        position: absolute;
        margin-top: 2px;
    }

.opresult {
    min-height: 540px;
    margin-bottom: 10px;
}

    .opresult.not-available {
        opacity: 0.5;
    }

    .opresult .panel-title {
        height: 45px;
    }

        .opresult .panel-title a {
            color: #FFF;
        }

    .opresult .logo {
        height: 100px;
    }

        .opresult .logo img {
            width: 100px;
            max-height: 92px;
            box-shadow: 0 3px 10px rgba(0,0,0,.1);
        }

.price {
    color: #EC6321;
    font-size: 28px;
}

.btn-more-info-button {
    color: rgba(32,73,153);
}

div.NotAvailableBanner {
    background-color: #737171;
    opacity: 1;
    position: absolute;
    left: 0;
    top: 180px;
    width: 100%;
    height: 2.6em;
    text-align: center;
    -ms-transform: rotate(-30deg) skewX(-30deg); /* IE 9 */
    -webkit-transform: rotate(-30deg) skewX(-30deg); /* Chrome, Safari, Opera */
    transform: rotate(-30deg) skewX(-30deg);
    z-index: 1;
}

    div.NotAvailableBanner &gt; p {
        color: white;
        font-size: 1.8em;
        text-align: center;
        -ms-transform: skewX(30deg); /* IE 9 */
        -webkit-transform: skewX(30deg); /* Chrome, Safari, Opera */
        transform: skewX(30deg);
    }

.btn-primary {
    background-color: #EC6321;
    color: #FFF !important;
    border-color: #993300;
    padding: .8em 1em;
    margin-top: 36px !important;
}

.opresult .desc {
    font-size: 90%;
    text-align: justify;
    min-height: 80px;
    margin: 5px 0;
}

.panel-body, .modal-body, .modal-header {
    color: #262626;
}

    .panel-body a.btn-info {
        background-color: #337ab7;
        color: #ffffff;
        font-weight: 300;
    }

.opresult.not-available .panel-body a.btn-info {
    pointer-events: none;
}

.opresult .panel-footer {
    min-height: 195px;
}

    .opresult .panel-footer li.list-group-item {
        padding: 10px 5px;
        color: black;
        height: 50px;
        font-size: 90%;
    }

#mapcanvas {
    height: 300px;
    margin: 0;
    padding: 0;
}

    #mapcanvas img {
        max-width: none;
    }

.mapboxgl-ctrl-group &gt; button {
    border-radius: 0 !important;
}

.mapboxgl-ctrl-group {
    border-radius: 4px !important;
}

.marker {
    background-image: url('/Content/icons/p-icon.gif');
    background-size: cover;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.mapboxgl-popup {
    max-width: 180px;
}

.mapboxgl-popup-close-button {
    display: none;
}

.mapboxgl-popup-content {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    color: #000;
}

    .mapboxgl-popup-content p {
        margin-bottom: 0;
    }

.markers {
    background-size: 45px 45px;
    background-repeat: no-repeat;
    background-color: rgb(255, 255, 255);
    background-position: 3px center;
}

    .markers h6 {
        color: #000;
        margin-top: 50px;
        padding: 3px 0;
        background-color: #fff;
        text-align: center;
    }

.modal-dialog button.close {
    top: 5px;
    position: absolute;
    right: 15px;
    font-size: 40px;
}

.modal-dialog h1 {
    margin-top: 10px;
}

.modal_navigation {
    display: none;
}

.tab-content {
    padding: 0 15px;
}

/*Operators Page*/
.extended-description img {
    margin-bottom: 10px;
    padding: 9px;
    background: rgb(0,0,0);
    background: transparent\9;
    background: rgba(0,0,0,0.3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c000000,endColorstr=#4c000000);
    zoom: 1;
}

    .extended-description img:nth-child(n) {
        filter: none;
    }

.features ul li {
    list-style-image: url(/Content/images/tick.png);
}

.op-maps {
    padding-top: 0;
    padding-bottom: 260px;
}

    .op-maps #map {
        width: 100%;
        height: 260px
    }

#map img {
    max-width: 1000px !important; /* Needed to ensure Google Map tiles always show; my soul weeps at the ugliness of this hack - DM */
}

.review {
    margin-bottom: 20px;
    border: 1px solid #009966;
    border-radius: 5px !important;
    padding: 10px;
    background: rgba(0,0,0,.3);
}

.review_response {
    color: #009966;
    font-style: italic;
}

.review_score_negative {
    color: #b94a48;
    font-weight: bold;
}

.review_score_positive {
    color: #009966;
    font-weight: bold;
}

/*Date Picker*/
.picker__nav--prev,
.picker__nav--next {
    height: 2em !important;
}

.picker .picker__holder .picker__frame {
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
}

.picker--opened .picker__holder {
    margin-bottom: 0;
}

/*Checkout*/
.payment-method-header {
    display: none;
}

.alert .go_back {
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    text-decoration: underline;
}

.terms-conditions .t-wrap {
    margin-bottom: 10px;
}

    .terms-conditions .t-wrap span {
        margin-right: 5px;
    }

    .terms-conditions .t-wrap a:hover {
        color: #009966;
    }

/*Blog and Nes*/
.archive_title h4 {
    text-decoration: underline;
}

.article_row, .article_text {
    margin-bottom: 15px;
}

    .article_row h2 a {
        text-transform: capitalize;
    }

    .article_text div {
        background-color: transparent !important;
    }

    .article_text.article_text p, .article_text li, .article_text span {
        color: #FFF !important;
        background: transparent !important;
    }

    .article_row img {
        max-width: 200px;
        width: 100%;
    }

.icon_shares ul {
    margin: 10px -2px 0;
}

.body-section .article_image {
    display: table;
    margin: 0 auto;
    max-width: 450px;
}

/*Companies Pages*/
.company_clients .row {
    margin-bottom: 40px;
}

    .company_clients .row .col-md-3:hover {
        opacity: 0.8;
    }

    .company_clients .row .col-md-3 .inner {
        background-color: #FFF;
        margin: 5px 0;
    }

.company_clients img {
    padding: 0;
}

.company_clients .client_logo {
    max-width: 150px;
    height: 85px;
}

.company_clients .client_logo, .small_client_logos img {
    display: table;
    margin: 0 auto;
    background: transparent;
}

.small_client_logos img {
    height: 70px;
    margin-bottom: 5px;
}

/*Contact Us*/
.contact_wrapper {
    margin-bottom: 48px;
}

    .contact_wrapper .tick li {
        margin-bottom: 5px;
    }

    .contact_wrapper .tick strong {
        color: #096;
    }

/*Footer*/
footer {
    color: #FFF;
    background-color: #204999;
    border-top: 5px solid #143471;
    padding-top: 10px;
}

    footer ul {
        padding-left: 0;
        margin-bottom: 0;
    }

        footer ul li {
            list-style: none;
        }

    footer a {
        color: #FFF;
    }

        footer a:hover, footer a:focus {
            color: #FFF;
            opacity: 0.65;
        }

.foot_social {
    margin: 10px 0 6px;
}

    .foot_social .fab {
        font-size: 2em;
        height: 30px;
        width: 30px;
        overflow: hidden;
        border-radius: 5px !important;
    }

        .foot_social .fab:before {
            margin-top: -2px;
            display: block;
        }

    .foot_social .fa-facebook-square {
        background-color: #3B5998;
        border: 1px solid #3B5998;
    }

    .foot_social .fa-twitter-square {
        background-color: #55ACEE;
        border: 1px solid #55ACEE
    }

    .foot_social .fa-youtube-square {
        background-color: #FF0000;
        border: 1px solid #FF0000;
    }

.foot_like {
    display: inline;
    margin-left: 5px;
}

.foot_address {
    font-size: 0.9em;
}

.qa.container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.qa .qa_text {
    margin: 10px 0 0 10px;
}

footer .airport-links {
    width: auto;
    display: table;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

/*Email Sign Up*/

.email_signup {
    margin: 10px 0 20px;
    padding: 15px 0;
    background-color: #096;
}

    .email_signup #signup {
        display: table;
        margin: 0 auto 20px;
        float: none;
    }

    .email_signup h3 {
        margin-bottom: 20px;
    }

    .email_signup .submit.middle {
        float: none;
        margin: 0 auto;
        display: table;
    }

    .email_signup input, #btnupdate {
        width: 100%;
        margin-top: 0 !important;
        height: 50px;
    }

#btnupdate {
    -webkit-appearance: listbox;
    cursor: pointer;
    line-height: 1.8;
    border-radius: 5px !important;
    box-shadow: 0 1px 5px #DDD inset;
}

.email_signup #email {
    color: #000;
}

.thank_you_message, #btnupdate {
    display: none;
}

/*Loading Pop Up*/
#processing_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(255,255,255,0.6);
}

@keyframes spin {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }

    10% {
        transform: translate(0, 0) rotate(36deg);
    }

    20% {
        transform: translate(0, 0) rotate(72deg);
    }

    30% {
        transform: translate(1px, 0) rotate(108deg);
    }

    40% {
        transform: translate(0, 0) rotate(144deg);
    }

    50% {
        transform: translate(0, 0) rotate(180deg);
    }

    60% {
        transform: translate(0, 0) rotate(216deg);
    }

    70% {
        transform: translate(0, 0) rotate(252deg);
    }

    80% {
        transform: translate(0, 0) rotate(288deg);
    }

    90% {
        transform: translate(0, 0) rotate(324deg);
    }

    100% {
        transform: translate(0, 0) rotate(360deg);
    }
}

@keyframes speed {
    0% {
        transform: translate(2px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -3px) rotate(-1deg);
    }

    20% {
        transform: translate(-2px, 0) rotate(1deg);
    }

    30% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 3px) rotate(-1deg);
    }

    60% {
        transform: translate(-1px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-2px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(2px, 1px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

@keyframes strikes {
    from {
        left: 25px;
    }

    to {
        left: -80px;
        opacity: 0;
    }
}

.car {
    position: fixed;
    width: 117px;
    height: 42px;
    left: 50%;
    transform: translateX(-50%);
    top: -10px;
}

.strike {
    position: absolute;
    width: 11px;
    height: 2px;
    background: #979797;
    animation: strikes .65s linear infinite;
    top: 11px;
}

.strike2 {
    top: 22px;
    animation-delay: .05s;
}

.strike3 {
    top: 33px;
    animation-delay: .1s;
}

.car-detail {
    position: absolute;
    display: block;
    background: #204999;
    animation: speed 1.2s linear infinite;
}

    .car-detail.back {
        height: 25px;
        width: 92px;
        top: 15px;
        left: -5px;
        border-top-left-radius: 10px !important;
    }

    .car-detail.center {
        height: 40px;
        width: 80px;
        top: -5px;
        left: 13px;
        border-top-left-radius: 25px !important;
        border-top-right-radius: 40px 35px !important;
        border: 5px solid #204999;
        background: none;
        box-sizing: border-box;
    }

    .car-detail.center1 {
        height: 35px;
        width: 5px;
        left: 42px;
    }

    .car-detail.front {
        height: 23px;
        width: 50px;
        top: 16px;
        left: 72px;
        border-top-right-radius: 50px 40px !important;
        border-bottom-right-radius: 10px !important;
    }

    .car-detail.wheel {
        height: 23px;
        width: 23px;
        border-radius: 50% !important;
        top: 22px;
        left: 7px;
        border: 3px solid #333;
        animation-name: spin;
        background: linear-gradient(45deg, transparent 45%, #FFF 46%, #FFF 54%, transparent 55%), linear-gradient(-45deg, transparent 45%, #ffe4e1 46%, #FFF 54%, transparent 55%), linear-gradient(90deg, transparent 45%, #FFF 46%, #ffe4e1 54%, transparent 55%), linear-gradient(0deg, transparent 45%, #FFF 46%, #ffe4e1 54%, transparent 55%), radial-gradient(#FFF 29%, transparent 30%, transparent 50%, #FFF 51%),#333;
    }

    .car-detail.wheel2 {
        left: 82px;
    }

.processing_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%;
}

.processing_text {
    font-size: 1.5em;
    margin-top: 35px;
    color: #333;
    font-weight: 600;
}

.processing_text_small {
    display: inline-block;
    font-size: 1.2em;
    font-weight: 600;
    color: #009966;
}

.processing_inner .dot {
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.5em;
    opacity: 0;
    color: #009966;
    animation: showHideDot 2.5s ease-in-out infinite;
}

.dot.one {
    animation-delay: 0.2s;
    margin-left: 4px;
}

.dot.two {
    animation-delay: 0.4s;
}

.dot.three {
    animation-delay: 0.6s;
}

@keyframes showHideDot {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    60% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*Sitemap*/
ul.sitemap {
    width: 100%;
    list-style: none;
}

.sitemap li {
    color: #FFF;
    margin: 0 0 10px -40px;
    background: rgb(32,73,153);
    background: transparent\9;
    background: rgba(32,73,153,0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99204999,endColorstr=#99204999);
    zoom: 1;
    padding: 5px 5% 5px 2%;
    text-align: left;
}

    .sitemap li a {
        color: #fff;
    }

        .sitemap li a:hover {
            color: #096;
        }

    .sitemap li li {
        margin-top: 10px;
    }

.sitemap_country {
    padding-right: 6px;
    font-size: 1.2em;
}

/*Affiliate Styling*/
#affiliatebody {
    background: none transparent;
    font-size: 14px;
    width: 100%;
}

    #affiliatebody form {
        background-color: #009966;
        padding: 10px !important;
    }

    #affiliatebody .enquiryform {
        color: black;
    }

    #affiliatebody h5 {
        color: #fff;
        font-size: 14px;
    }

    #affiliatebody input {
        border-radius: 0 !important;
        border: 1px solid #009966;
        width: 50%;
    }

    #affiliatebody .col-xs-6 input {
        float: left;
    }

    #affiliatebody .picker {
        width: auto;
        font-size: 12px;
        line-height: 0.5;
        top: 0;
        transform: none;
    }

    #affiliatebody #submit {
        border: 1px solid #EC6321;
        box-shadow: none;
        margin-top: 30px !important;
        width: 100%;
    }

        #affiliatebody #submit:hover {
            background-color: #c1531e;
            border: 1px solid #c1531e;
        }

    #affiliatebody .picker .picker__holder .picker__frame {
        top: 0;
        transform: none;
        line-height: 1.1;
        font-size: 14px;
    }

/*Odd Bits and Bobs still need to work out*/
.banner ul li {
    margin-left: 0;
    list-style: none;
}

.infobox {
    background-color: #262626;
    border: solid 1px #1C9E6E;
    padding: 5px;
}

.terms-tabs li a {
    color: #FFF !important;
}

.terms-tabs li.active a {
    color: #009966 !important;
}

.languages {
    background-color: #204999 !important;
}

    .languages a {
        color: white !important;
    }

@media (max-width: 360px) {
    .navbar .bta-banner img {
        max-width: 95%;
    }

    .jumbotron h1 span {
        font-size: 0.75em;
    }
}

@media (max-width: 600px) {
    .flexible-container.map_height, .flexible-container.op-maps {
        padding-top: 10px;
        padding-bottom: 260px;
    }
}

@media (max-width: 767px) {
    .jumbotron h1 span {
        font-size: 0.95em;
    }

    .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a, .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
        padding: 10px 10px 10px 20px;
    }

        .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover, .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
            color: #009966;
            background-color: #0f206c;
        }

    ul.droplang li.langselect {
        width: 100%;
    }

    #preferences_modal .modal-dialog {
        width: 95%;
        left: 0;
        transform: translate(0, -50%);
    }

    #map_outer {
        background-image: url(https://parkvia.blob.core.windows.net/assets-v4/mobile_map.jpg);
        background-size: cover;
    }

    .opresult, .opresult .panel-body &gt; div, .opresult .panel-footer {
        min-height: 0;
    }

    .company_clients .row {
        margin-bottom: 0;
    }

    .header_title {
        font-size: 2.2em;
    }

    .header_title_blurb {
        font-size: 1.35em;
    }

    .email_signup #btnsubmit {
        margin-top: 20px !important;
    }
}

@media (max-width: 991px) {
    .mainimage {
        display: none;
    }

    .cancellation_message {
        flex-direction: column;
        text-align: center;
    }

    .enquiryform {
        padding: 10px;
    }

    .qa.container {
        display: block
    }

    .jumbotron .promotion_border {
        width: 95%;
    }

    .footer_qa {
        display: table;
        margin: -8px auto;
    }
}

@media (max-width: 1199px) {
    .promotion_border {
        width: 75%;
    }
}

@media (min-width: 992px) {
    .banner img {
        width: 610px;
    }

    .booking-box h5.w125 {
        width: 125%;
    }

    .text-center-sm {
        text-align: center;
    }
}

@media (max-width: 1020px) {
    ul.droplang {
        left: -334px;
    }
}

@media (min-width: 1200px) {
    .banner img {
        width: 740px;
    }
}

/* Popup box on the search page */

#exitmodal .popup-sub-header {
    height: 26px;
    color: #333333;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    text-align: center;
}

#exitmodal .popup-sub-item {
    height: 21px;
    color: #333333;
    font-family: Roboto;
    font-size: 16px;
    line-height: 21px;
    padding-left: 11%;
}

#exitmodal .popup-sub-item2 {
    height: 42px;
    color: #333333;
    font-family: Roboto;
    font-size: 16px;
    line-height: 21px;
    padding-left: 11%;
}

#exitmodal .popup-title {
    height: 39px;
    color: #204999;
    font-family: Roboto;
    font-size: 30px;
    font-weight: bold;
    line-height: 39px;
    text-align: center;
}

#exitmodal .popup-item-text1 {
    height: 30px;
    width: 30px;
    color: #204999;
    font-family: icomoon;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
}

#exitmodal .popup-item-text2 {
    height: 32px;
    width: 32px;
    color: #204999;
    font-family: icomoon;
    font-size: 32px;
    line-height: 32px;
    text-align: center;
}

#exitmodal .popup-button {
    height: 100px;
    background-color: #204999;
    text-align: center;
}

#exitmodal .popup-button-text {
    height: 45px;
    background-color: #EC6321;
    margin-top: 2%;
}

#exitmodal .continue-button {
    /*height: 37px;*/
    width: 80% !important;
    color: #FFFFFF !important;
    font-family: Roboto;
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
    text-align: center;
}

#card-details .table .btn-primary {
    background-color: #EC6321;
    color: #FFF !important;
    border-color: #993300;
    padding: .8em 1em;
    margin-top: 0 !important;
}

#card-details .table &gt; tbody &gt; tr &gt; td, .table &gt; tbody &gt; tr &gt; th, #card-details .table &gt; tfoot &gt; tr &gt; td, #card-details .table &gt; tfoot &gt; tr &gt; th, #card-details .table &gt; thead &gt; tr &gt; td, #card-details .table &gt; thead &gt; tr &gt; th {
    /*padding: 8px;
    line-height: 1.42857143;*/
    vertical-align: middle !important;
    text-align: center !important;
    /*border-top: 1px solid #ddd;*/
}

#infomodal .modal-content {
    min-height: 150px;
}

/* ###########################################
   #     !Utilities                          #
   ########################################### */
.m-0 {
    margin: 0;
}

.p-0 {
    padding: 0;
}

.p-1 {
    padding: 4px;
}
/* boostrap 4 logic. $spacer(16px) * 0.25 */
.p-2 {
    padding: 8px;
}
/* boostrap 4 logic. $spacer(16px) * 0.5 */
.p-3 {
    padding: 16px;
}
/* boostrap 4 logic. $spacer(16px */
.p-4 {
    padding: 24px;
}
/* boostrap 4 logic. $spacer(16px) * 1.5 */</pre></body></html>