﻿html,
body {
    overflow-x: hidden;
    position: relative;
    height: 100%;
    -webkit-overflow-scrolling: touch;
}

/* New fonts */
@import url(humanity/jquery-ui-1.9.2.custom.min.css);

@font-face {
    font-family: 'AvenirLTStd-Medium';
    src: url("../fonts/2A7FFC_0_0.eot");
    src: url("../fonts/2A7FFC_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2A7FFC_0_0.woff") format("woff"), url("../fonts/2A7FFC_0_0.ttf") format("truetype"), url("../fonts/2A7FFC_0_0.svg#wf") format("svg");
}

@font-face {
    font-family: 'AvenirLT-Light';
    src: url("../fonts/2A7FFC_1_0.eot");
    src: url("../fonts/2A7FFC_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2A7FFC_1_0.woff") format("woff"), url("../fonts/2A7FFC_1_0.ttf") format("truetype"), url("../fonts/2A7FFC_1_0.svg#wf") format("svg");
}

@font-face {
    font-family: 'AvenirLT-Heavy';
    src: url("../fonts/2A7FFC_2_0.eot");
    src: url("../fonts/2A7FFC_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2A7FFC_2_0.woff") format("woff"), url("../fonts/2A7FFC_2_0.ttf") format("truetype"), url("../fonts/2A7FFC_2_0.svg#wf") format("svg");
}

/* Header */
#page-wrap {
    min-height: 85%;
}

#header-wrap {
    width: 100%;
}


@media (max-width: 1100px) {
    #header h1 img {
        width: 227px;
        height: auto;
    }
}

@media (max-width: 530px) {
    #header h1 {
        overflow: hidden;
        height: 20px;
        width: 31px;
        margin-left: -16px;
    }

        #header h1 img {
            position: absolute;
            top: 10px;
            left: 0;
        }
}

#since {
    position: absolute;
    top: 20px;
    left: 0;
    width: 150px;
    text-align: center;
    font-size: 21px;
    font-style: italic;
    color: #a78a52;
    background: url(../img/bg-since.png) 0 8px no-repeat;
}

.ie #since {
    font-size: 20px;
    padding-left: 3px;
}

#mini-nav {
    position: absolute;
    top: 20px;
    right: 0;
}

    #mini-nav .btn {
        float: left;
        width: 112px;
        height: 30px;
        background-image: url(../img/btn-book-now-header.png);
    }

/* Navigation menu */

/* Highlight navigation even when on subpages */
body.single-services li.menu-item-667:after,
body.single-vehicles li.menu-item-666:after,
body.parent-pageid-16 li.menu-item-668:after,
body.parent-pageid-101 li.menu-item-669:after {
    content: '';
    display: block;
    width: 70%;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 9px;
    left: 0;
    margin: 0 15%;
}

/* Topbanner */
.topbanner {
    width: 100%;
    margin: 0 auto;
    top: 0;
    height: 100px;
    border-bottom: solid 1px #242b34;
    z-index: 1;
}

    .topbanner:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        opacity: 0.45;
        background: black;
    }

    .topbanner.home {
        position: absolute;
        background: none;
    }

@media (max-width: 1100px) {
    .topbanner {
        height: 90px;
    }
}

@media (max-width: 991px) {
    #header.topbanner {
        width: 100%;
    }
}

@media (max-width: 530px) {
    .topbanner {
        height: 70px;
    }
}
/* Topbanner children */
.lineheight, #nav a, .top-cta, #header-phone /*, .txt-corporate*/ {
    height: 100px;
    line-height: 100px;
}

@media (max-width: 1100px) {
    .lineheight, #nav a, .top-cta, #header-phone, .txt-corporate {
        height: 90px;
        line-height: 90px;
    }
}

@media (max-width: 530px) {
    .lineheight, #nav a, .top-cta, #header-phone, .txt-corporate {
        height: 70px;
        line-height: 70px;
    }
}

.top-cta {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 30px;
}

    .top-cta > * {
        display: block;
        float: left;
    }



@media (max-width: 530px) {
    .tab-btn {
        padding: 0 6px;
        margin-top: 17px;
    }
}

#header-phone {
    font-family: 'AvenirLTStd-Medium', san-serif;
    font-weight: 100;
    color: #fff;
    display: block;
    padding: 0 20px;
    font-size: 16px;
    position: relative;
    text-decoration: none;
}

    #header-phone img {
        position: relative;
        top: -3px;
    }

    #header-phone i {
        font-style: normal;
    }

@media (max-width: 1100px) {
    #header-phone i {
        display: none;
    }

    #header-phone img {
        top: 8px;
    }
}

@media (max-width: 530px) {
    #header-phone img {
        top: 4px;
    }
}

.tab-btn.booknow {
    border-top: solid 3px #bc9f69;
    background: #bc9f69;
    font-family: 'AvenirLTStd-Medium', san-serif;
    font-weight: 600;
    letter-spacing: -0.5px;
    line-height: 37px;
}

.tab-btn:hover {
    text-decoration: none;
    color: #254c88 !important;
    background: #fff;
}

.tab-btn.booknow:hover {
    color: #fff;
}


.booknow-wrap {
    display: none;
    text-align: center;
}

    .booknow-wrap .booknow {
        background: #bc9f69;
        font-family: 'AvenirLTStd-Medium', san-serif;
        font-weight: 100;
        line-height: 40px;
        color: #fff;
        height: 36px;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        padding: 12px 15px 8px 15px;
        text-decoration: none;
    }

.btn-menu-mob {
    display: none;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 30px;
    left: 25px;
    z-index: 9999;
}

    .btn-menu-mob i {
        display: block;
        width: 100%;
        height: 2px;
        background: #fff;
        margin-top: 4px;
    }

@media (max-width: 1100px) {
    .btn-menu-mob {
        display: block;
    }
}

@media (max-width: 530px) {
    .btn-menu-mob {
        top: 25px;
    }
}

.btn-menu-mob.open i:first-child {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Opera, Chrome, and Safari */
}

.btn-menu-mob.open i:nth-child(2) {
    opacity: 0;
}

.btn-menu-mob.open i:last-child {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -webkit-transform: rotate(-45deg);
    /* Opera, Chrome, and Safari */
    position: relative;
    top: -12px;
}

body.home .booknow-wrap {
    display: none;
}

/* Footer */
#footer-wrap {
    position: relative;
    clear: both;
    z-index: 150;
    width: 100%;
    height: 96px;
    padding-top: 23px;
    padding-bottom: 65px;
    background: #f0f0f0;
    border-top: solid 5px #e5e5e5;
}

#footer {
    font-family: 'AvenirLTStd-Medium', san-serif;
    font-weight: 100;
    overflow: hidden;
    width: 980px;
    height: auto;
    margin: 0 auto;
    padding: 15px 0;
    font-size: 13px;
    color: #292f36;
    line-height: 1em;
}

    #footer p {
        float: left;
        font-size: 14px;
        line-height: 20px;
    }

    #footer ul {
        float: right;
    }

    #footer li {
        float: left;
        height: 16px;
        line-height: 20px;
        padding: 0 12px;
        font-size: 14px;
        border-right: 1px solid #292f36;
    }

        #footer li:last-child {
            border-right: none;
            padding-right: 0;
        }

    #footer .studio-link {
        padding-left: 6px;
        display: block;
        float: right;
        font-size: 14px;
        clear: both;
    }

    #footer a {
        color: #292f36;
        text-decoration: none;
    }

        #footer a:hover {
            color: #62a0de;
        }

    #footer .tab-btn:hover {
        color: #254c88 !important;
    }

#footer-nav, #footer-phone {
    display: none;
}

.fb-like {
    float: right;
    padding-left: 20px;
    position: relative;
    top: -3px;
    width: 78px !important;
}

.gl-plus {
    float: right;
    margin-left: 8px;
    position: relative;
    top: -3px;
    width: 66px;
    overflow: hidden;
}

.smi {
    float: right;
    clear: right;
    padding: 24px 0 18px 0;
}



/************************ MEDIA QUERIES - RESPONSIVE LAYOUT ************************/
/* Responsive layout - Tablet */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    #header {
        width: 728px;
    }

    #hero {
        height: 390px;
        background-size: 1230px 389px;
    }

    .services-wrap, .vehicles-wrap {
        width: 656px;
        padding-left: 28px;
        margin: 0 auto;
    }

        .services-wrap .highlight-box, .vehicles-wrap .highlight-box {
            margin: 10px 14px 0 14px;
        }

    #page-heading h1 {
        width: 728px;
    }

    #heading-bar {
        width: 728px;
    }

    #page-content-wrap {
        width: 724px;
    }

    #page-content, #bookingform-content {
        width: 728px;
    }

    .the-content {
        float: none;
        width: auto;
    }

    .page-id-18 #sidebar .highlight-box {
        display: none;
    }

    .wpcf7 {
        clear: right;
    }

    .services-page, .vehicles-page {
        margin-top: 10px;
    }

    #page-content table {
        clear: right;
    }

    .the-content .vehicle-stats {
        width: 328px;
    }

        .the-content .vehicle-stats:hover span span {
            font-size: 14px;
            line-height: 1.8em;
        }

    .the-content .location-map {
        width: 348px;
        height: 287px;
    }

    map#locationMap {
        display: none;
    }

    #gallery-page-content-wrap {
        width: 724px;
    }

    #booking-wrap {
        width: 728px;
    }

        #booking-wrap h1 {
            width: 726px;
        }

            #booking-wrap h1 div {
                width: 726px;
            }

    #booking-slides {
        width: 724px;
    }

    .booking-slide {
        width: 724px;
    }

    #back-next {
        width: 728px;
    }

    #booking-location img {
        display: none;
    }

    #booking-location .colA {
        left: 158px;
    }

    #booking-location .colB {
        left: 388px;
    }

    #booking-service-slides {
        width: 724px;
    }

    .booking-service-slide {
        width: 724px;
    }

    #booking-service-back-next {
        width: 688px;
    }

    #booking-service-pager a {
        display: inline;
        font-size: 12px;
        padding: 4px 10px;
    }

    #booking-vehicle .jcarousel-container {
        width: 598px;
    }

    #booking-vehicle .jcarousel-clip {
        width: 598px;
    }

    .booking-vehicle-slide {
        width: 598px;
    }

    .booking-colL {
        width: 344px;
        padding: 70px 0 0 10px;
    }

    .booking-colR {
        width: 344px;
        padding: 70px 10px 0 0;
    }

    #booking-date label {
        width: 142px;
    }

    #booking-date select {
        width: 196px;
    }

    #booking-date input {
        width: 184px;
    }

    #booking-date #bf-pickup-hour, #booking-date #bf-pickup-minutes, #booking-date #bf-pickup-period {
        width: auto;
    }

    #booking-details-form label {
        font-size: 13px;
    }

    .rowFirstLabel {
        width: 98px;
    }

    #bf-contact-name {
        width: 128px;
    }

    #bf-contact-mobile, #bf-contact-landline {
        width: 94px;
    }

    #bf-contact-email {
        width: 194px;
    }

    #booking-details #passenger-no-label {
        padding-right: 58px;
    }

    #passenger-info input {
        width: 83px;
    }

    #bf-notes {
        width: 576px;
    }

    #passenger-info .passenger-name {
        width: 274px;
    }

    #details-contact {
        width: 226px;
    }

    #booking-confirm {
        background-position: 274px 64px;
    }

    .the-content {
        width: 50%;
        float: left;
    }

    #sidebar {
        margin: 0 0 20px 40px;
    }

        #sidebar.up {
            margin-top: 0;
        }

    #footer {
        width: 728px;
        background-position: center top;
        font-size: 12px;
        height: auto;
    }

    .studio-link span {
        display: none;
    }

    .gallery-container {
        max-width: 728px;
    }

    .dotnav-wrap {
        top: 67%;
    }
}
/* Responsive layout - Mobile Portrait */
@media only screen and (max-width: 767px) {
    h1.heading-style,
    h2.heading-style {
        font-size: 30px;
        line-height: 34px;
    }

    #mini-nav {
        top: 105px;
        left: 63px;
    }

        #mini-nav .btn {
            float: left;
        }

    #hero {
        display: none;
    }

    .services-wrap, .vehicles-wrap {
        width: 310px;
        padding-left: 10px;
        margin: 0 auto;
    }

        .services-wrap .highlight-box, .vehicles-wrap .highlight-box {
            margin: 10px 5px 0 5px;
        }

    #page-heading {
        height: 92px;
        background-position: center -38px;
    }

        #page-heading h1 {
            width: 300px;
            font-size: 28px;
            padding-top: 12px;
        }

    #heading-bar {
        display: none;
    }

    #intro {
        width: 300px;
        margin: -10px auto 0;
    }

    #page-content-wrap {
        width: 296px;
    }

    #page-content, #bookingform-content {
        background: none;
        width: 276px;
        padding: 10px;
        margin: 0;
    }

    .the-content {
        float: left;
        width: auto;
    }

        .the-content .vehicle-stats {
            width: 246px;
        }

            .the-content .vehicle-stats:hover .passengers {
                background: url(../img/icn-passengers-lg.png) 0 0 no-repeat;
                padding-left: 24px;
            }

            .the-content .vehicle-stats:hover .suitcases {
                background: url(../img/icn-suitcases-lg.png) 0 0 no-repeat;
                padding-left: 38px;
            }

            .the-content .vehicle-stats:hover .bags {
                background: url(../img/icn-bags-lg.png) 0 0 no-repeat;
                padding-left: 36px;
            }

            .the-content .vehicle-stats:hover .trailer {
                background: url(../img/icn-trailer-lg.png) 0 0 no-repeat;
                padding-left: 38px;
            }

            .the-content .vehicle-stats:hover span span {
                display: none;
            }

    #booking-wrap {
        display: none;
    }

    #back-next {
        display: none;
    }

    #booking-size-message {
        display: block;
    }

    .gallery-container {
        width: 298px;
        height: 112px;
        margin: 0 auto 0;
    }

        .gallery-container img {
            width: 298px;
            height: 112px;
        }

    #gallery-page-content-wrap {
        width: 296px;
        margin-top: -2px;
    }

        #gallery-page-content-wrap #page-content {
            background: none;
            padding-top: 10px;
        }

    .dotnav-wrap {
        top: 96px;
    }

    .wpcf7 input {
        width: 256px;
    }

    .wpcf7 textarea {
        width: 256px;
    }

    #sidebar {
        width: 276px;
    }

        #sidebar .highlight-box {
            display: none;
        }

    .sidebar-book-now {
        display: none;
    }

    .map-box {
        display: none;
    }

    #footer-wrap {
        height: auto;
        padding-top: 0;
    }

    #footer {
        position: relative;
        width: auto;
        height: auto;
        padding: 20px 10px 0;
        text-align: center;
        font-size: 12px;
    }

        #footer p {
            float: none;
        }

    .studio-link {
        float: right;
        height: 12px;
        padding-top: 6px;
    }

    #footer-nav {
        display: block;
        width: auto;
        margin: 0 auto 30px;
    }

        #footer-nav a {
            display: block;
            padding: 5px 0 8px;
            text-align: center;
            font-size: 16px;
            color: #0b3d70;
            background: #e5e5e5;
            text-decoration: none;
            font-variant: normal;
            font-family: 'AvenirLTStd-Medium', san-serif;
            font-weight: 100;
            padding: 13px 0;
            border-bottom: solid 1px #F0F0F2;
        }

        #footer-nav li.top {
            background: none;
        }

        #footer-nav a:hover, .submenu-box .current_page_item a {
            color: #a78a52;
        }

    #footer-phone {
        display: block;
        font-size: 19px;
        padding: 0 0 10px;
        margin: 0 auto;
        font-family: 'AvenirLTStd-Medium', san-serif;
        font-weight: 100;
        text-align: center;
    }

    #booking-size-message {
        display: none;
    }

    #booking-mobile {
        display: block;
        position: relative;
        z-index: 200;
        width: 290px;
        overflow: hidden;
        margin: 0 auto;
        background: #fff;
        border: 2px solid #a78a52;
        padding: 3px;
    }

    .booking-section-mob {
        border-bottom: 2px solid #e5dac4;
        padding: 5px 0 10px;
        overflow: auto;
    }

        .booking-section-mob h1 {
            text-align: center;
            font-size: 18px;
            padding-bottom: 8px;
        }

    #booking-location-mob p, .booking-footnote-mob {
        font-size: 12px;
        text-align: center;
        padding: 5px 10px;
        line-height: 1.2em;
    }

    #booking-location-mob select, #booking-service-mob select, #booking-vehicle-mob select {
        display: block;
        width: 200px;
        margin: 0 auto 5px;
    }

    .form-row {
        height: 40px;
    }

        .form-row label {
            display: inline-block;
            width: 120px;
            font-size: 13px;
            padding-left: 5px;
        }

        .form-row select {
            width: 140px;
            font-size: 13px;
        }

        .form-row input {
            width: 140px;
        }

            .form-row input#mbf-date {
                background: url(../img/icn-calendar.gif) 122px 4px no-repeat;
            }

    .form-time select {
        width: 50px;
    }

    .form-contact-title select {
        width: 50px;
    }

    .form-contact-title input {
        width: 85px;
    }

    .form-passengers label {
        width: auto;
    }

    .form-passengers select {
        width: 50px;
    }

    #passenger-info-mob {
        background: #f5f7f9;
        padding: 8px 0 0;
        margin-bottom: 16px;
    }

    #add-requirements-mob {
        padding: 0 0 10px 5px;
    }

        #add-requirements-mob input {
            padding-bottom: 10px;
            position: relative;
            top: -5px;
        }

        #add-requirements-mob label {
            padding: 0 6px 0 3px;
            font-size: 12px;
        }

        #add-requirements-mob p {
            display: block;
            padding-bottom: 5px;
            font-size: 13px;
        }

    #details-contact-mob label {
        width: 160px;
    }

    #details-contact-mob select {
        width: 100px;
    }

    .row-child label {
        width: 86px;
    }

    .row-child input {
        width: 28px;
    }

    .row-child .passenger-name {
        width: 96px;
    }

    .row-child .row-age {
        width: 32px;
    }

    .form-comments {
        height: auto;
        padding-bottom: 10px;
    }

        .form-comments textarea {
            width: 280px;
        }

    #booking-submit-mob button,
    #booking-submit-mob a {
        display: block;
        border: none;
        width: 109px;
        height: 35px;
        text-indent: -9999em;
        overflow: hidden;
        background: url(../img/btn-next.png) 0 -70px no-repeat;
        margin: 6px auto 0;
    }

        #booking-submit-mob button:hover,
        #booking-submit-mob a:hover {
            background-position: 0 -105px;
        }

    #footer p,
    .studio-link,
    .smi {
        display: block;
        float: none;
        clear: both;
        width: auto;
        text-align: center;
    }

    #menu-footer-nav {
        float: none !important;
    }

    .fb-like,
    .gl-plus {
        display: inline-block;
        float: none;
        margin: 0;
        padding: 0;
    }

    .studio-link {
        width: 100%;
    }

    #footer li {
        float: none;
        clear: both;
        display: block;
        border: none;
        padding: 10px 0;
    }

    #sidebar {
        margin-top: 0;
    }
}
/* Responsive layout - Mobile Landscape */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    #intro {
        width: 460px;
    }

    #page-content-wrap {
        width: 456px;
    }

    #page-content, #bookingform-content {
        width: 436px;
    }

    .the-content .vehicle-stats {
        width: 406px;
    }

    .gallery-container {
        width: 458px;
        height: 172px;
    }

        .gallery-container img {
            width: 458px;
            height: 172px;
        }

    #gallery-page-content-wrap {
        width: 456px;
    }

    .dotnav-wrap {
        top: 156px;
    }

    #booking-mobile {
        width: 450px;
    }

    #booking-location-mob select, #booking-service-mob select, #booking-vehicle-mob select {
        width: 300px;
    }

    .form-row label {
        width: 200px;
    }

    .form-row select {
        width: 200px;
    }

    .form-row input {
        width: 200px;
    }

        .form-row input#mbf-date {
            background-position: 182px 4px;
        }

    .form-time select {
        width: 50px;
    }

    .form-contact-title select {
        width: 50px;
    }

    .form-contact-title input {
        width: 146px;
    }

    .form-passengers label {
        width: 140px;
    }

    .form-passengers select {
        width: 50px;
    }

    .row-child input {
        width: 28px;
    }

    .row-child .passenger-name {
        width: 122px;
    }

    .row-child .row-age {
        width: 32px;
    }

    .form-comments textarea {
        width: 408px;
    }

    .location-map {
        width: inherit;
        height: inherit;
    }

    map#locationMap {
        display: inline;
    }

    .wpcf7 input {
        width: 416px;
    }

    .wpcf7 textarea {
        width: 416px;
    }

    #sidebar {
        width: 436px;
    }

    #footer {
        width: auto;
    }

    #footer-nav {
        width: 460px;
    }
}

@media only screen and (max-width: 991px) {
    #footer {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .btn-menu-mob {
        display: block;
    }

    .menu-footer-nav-container {
        margin-top: 7px;
    }

    #nav {
        display: none;
    }

    #header {
        width: auto;
    }

    .booknow-wrap {
        display: block;
    }

    .heading-style-sngl {
        background: url(../img/stroke-smll.png) no-repeat center bottom;
    }
}

@media only screen and (max-width: 480px) {
    .fb-like {
        top: -5px;
    }

    .heading-style-sngl {
        font-size: 22px;
        margin: 40px 0 20px 0;
    }

    .the-content .location-map {
        width: 100%;
        height: auto;
    }

    .the-content p:first-child {
        font-family: 'AvenirLT-Light', san-serif;
        font-weight: 100;
        color: #0f3e6e;
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 26px;
    }

    .the-content ol {
        padding-bottom: 20px;
    }

    .the-content ul {
        padding-bottom: 20px;
    }

    .the-content p {
        font-family: 'AvenirLT-Light', san-serif;
        font-weight: 100;
        color: #292f36;
        font-size: 16px;
        line-height: 26px;
        padding-bottom: 20px;
    }

    .the-content li {
        padding: 0 0 5px 22px;
        font-family: 'AvenirLT-Light', san-serif;
        font-weight: 100;
        color: #292f36;
        font-size: 16px;
        line-height: 26px;
        padding-bottom: 10px;
        position: relative;
    }

        .the-content li a {
            font-family: 'AvenirLTStd-Medium', san-serif;
            font-weight: 100;
            text-decoration: none;
            color: #292f36;
        }

        .the-content li:before {
            position: absolute;
            top: 11px;
            left: 4px;
            content: '';
            width: 4px;
            height: 4px;
            border-radius: 100%;
            -moz-border-radius: 100%;
            -webkit-border-radius: 100%;
            background: #0f3e6e;
        }

    .vehicle-stats i.fa {
        margin-right: 5px;
        width: 18px;
        text-align: center;
    }

    .vehicle-stats span {
        font-size: 15px;
    }
}
/* New mobile nav */
#mb-nav {
    display: none;
}

    #mb-nav a {
        text-decoration: none;
    }

    #mb-nav li {
        display: block;
        width: auto;
    }

        #mb-nav li a {
            text-align: center;
            display: block;
            padding: 14px 20px 10px 20px;
            text-decoration: none;
            background: #242b34;
            border-bottom: solid 1px #000;
            font-family: 'AvenirLTStd-Medium', san-serif;
            font-weight: 100;
            text-decoration: none;
            color: #fff;
        }

            #mb-nav li a.gold {
                background: #bc9f69;
            }

        #mb-nav li:nth-child(odd) a {
            border-right: solid 1px #e5e5e5;
        }

    #mb-nav #footer-phone {
        clear: both;
        padding-top: 20px;
        padding-bottom: 15px;
    }

@media (max-width: 1100px) {
    #mb-nav {
        display: none;
    }

        #mb-nav.open {
            display: block;
        }
}

.bookingform p.msg {
    color: #fff;
}

.booking-types {
    font-family: 'AvenirLTStd-Medium', san-serif;
    font-weight: 100;
}

    .booking-types a {
        color: #fff;
    }

    .booking-types span.formintro {
        text-align: left;
        display: block;
        padding: 13px 0 10px 0;
        color: #bc9f69;
    }

    .booking-types .tabs {
        overflow: hidden;
        max-width: 786px;
        margin: 0 auto;
        display: block;
    }

        .booking-types .tabs li {
            display: block;
            float: left;
            margin-right: 2px;
            border-radius: 2px 2px 0 0;
            -moz-border-radius: 2px 2px 0 0;
            -webkit-border-radius: 2px 2px 0 0;
            background: #5b616c;
        }

            .booking-types .tabs li a {
                display: block;
                color: #fff;
                text-decoration: none;
                padding: 13px 21px 9px 21px;
                font-size: 16px;
            }

            .booking-types .tabs li:hover {
                background: #0d3151;
            }

            .booking-types .tabs li.help-tab {
                margin-right: 0;
                display: block;
                float: right;
                background: #bc9f69;
                font-size: 18px;
                padding: 0;
                color: #fff;
            }

                .booking-types .tabs li.help-tab img {
                    position: relative;
                    top: 1px;
                }

            .booking-types .tabs li.active {
                background: #242b34;
            }

                .booking-types .tabs li.active:hover {
                    background: #242b34;
                }

    .booking-types .panels {
        position: relative;
        z-index: 100;
    }

        .booking-types .panels .panel {
            max-width: 786px;
            margin: 0 auto;
            display: none;
            z-index: 0;
            position: relative;
            padding: 10px 21px 0 21px;
            overflow: hidden;
        }

        .booking-types .panels input {
            background: #1b222a;
            color: #ccc;
            text-align: left;
        }

        .booking-types .panels select {
            background: #1b222a;
            color: #ccc;
        }

        .booking-types .panels label {
            padding: 8px 0;
            text-align: left;
        }

        .booking-types .panels select {
            text-align: left;
            padding-right: 44px;
            padding-left: 16px;
            background: url(../img/select-rev.png) no-repeat right center #1b222a;
        }

        .booking-types .panels textarea {
            background: #1b222a;
            color: #ccc;
            text-align: left;
            max-width: 483px;
        }

            .booking-types .panels textarea.short-message {
                height: 63px;
                max-height: 63px;
                padding: 10px;
                line-height: 29px;
            }

        .booking-types .panels fieldset.selectservice select {
            width: 172px;
        }

        .booking-types .panels fieldset.location select {
            width: 200px;
            margin-right: 0;
        }

        .booking-types .panels fieldset.pickupdate input.datepicker {
            width: 90px;
        }

        .booking-types .panels fieldset.verti {
            float: left;
            padding-right: 14px;
        }

            .booking-types .panels fieldset.verti label {
                font-size: 18px;
                display: block;
                color: #fff;
            }

            .booking-types .panels fieldset.verti select {
                display: block;
            }

                .booking-types .panels fieldset.verti select.time-mod {
                    float: left;
                    padding-right: 37px;
                    padding-left: 12px;
                    margin-right: 6px;
                }

                    .booking-types .panels fieldset.verti select.time-mod:last-child {
                        margin-right: 0;
                    }

        .booking-types .panels fieldset.message label {
            position: relative;
            top: -55px;
        }

        .booking-types .panels fieldset.message textarea {
            width: 480px;
            max-width: 480px;
        }

        .booking-types .panels fieldset.verti.pickuptime {
            padding-right: 0;
        }

            .booking-types .panels fieldset.verti.pickuptime input {
                max-width: 130px;
            }

        .booking-types .panels fieldset.horiz {
            display: block;
            float: left;
            padding: 20px 20px 20px 0;
        }

            .booking-types .panels fieldset.horiz label {
                font-size: 16px;
                color: #fff;
                padding-right: 10px;
            }

        .booking-types .panels .btn {
            margin: 20px 0;
            float: right;
            clear: none;
        }

        .booking-types .panels:before {
            content: '';
            display: block;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #242b34;
            position: absolute;
            z-index: 0;
        }

html.no-js .booking-types .tabs {
    display: none;
}

h3.no-js {
    display: none;
    color: #fff;
    clear: both;
}

html.no-js h3.no-js {
    display: block;
    text-align: left;
    padding: 6px 0;
    border-bottom: solid 1px #fff;
    margin: 0px 0 10px 0;
}

html.no-js #header-wrap {
    height: auto;
}

@-moz-document url-prefix() {
    .booking-types .panels fieldset.verti select.time-mod {
        padding-right: 19px;
        padding-left: 8px;
    }
}

@media (max-width: 825px) {
    body.home #header-wrap {
        height: auto;
    }

    .booking-types .panels fieldset.verti {
        padding: 10px 0;
        display: block;
        float: none;
        width: auto;
        margin: 0;
    }

        .booking-types .panels fieldset.verti label {
            display: block;
            font-size: 15px;
            padding: 1px 0 2px 0;
        }

        .booking-types .panels fieldset.verti input {
            display: block;
            float: none;
            width: 100%;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
        }

        .booking-types .panels fieldset.verti select {
            display: block;
            float: none;
            width: 100%;
        }

            .booking-types .panels fieldset.verti select.time-mod {
                float: left;
                /* 					padding: 0 7px 0 7px; */
                margin-right: 5px;
                width: auto;
                /*
      					background-image: none;
      				
      */
            }

    .booking-types .panels fieldset.horiz {
        padding: 10px 0;
        display: block;
        float: none;
        width: auto;
        margin: 0;
    }

        .booking-types .panels fieldset.horiz label {
            display: block;
            font-size: 15px;
            padding: 1px 0 2px 0;
        }

        .booking-types .panels fieldset.horiz input {
            display: block;
            float: none;
            width: 100%;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
        }

        .booking-types .panels fieldset.horiz select {
            display: block;
            float: none;
            width: 100%;
        }

    .booking-types .panels fieldset.pickupdate {
        float: left;
        /*
    				width: 47.5% ;
    */
        margin-right: 4%;
    }

    .booking-types .panels fieldset.pickuptime {
        float: left;
        margin-right: 4%;
        /*
    				width: 47.5% ;
    */
    }

    .booking-types .panels fieldset.passengers {
        float: left;
        margin-right: 4%;
        /*
    				width: 47.5% ;
    				margin-right: 5% ;
    				clear: both;
    
    */
    }

    .booking-types .panels fieldset.vehiclestyle {
        float: left;
        width: 100%;
    }

    .booking-types .panels .btn {
        margin-top: 16px;
    }

    .booking-types .panels fieldset.message label {
        position: relative;
        top: auto;
    }

    .booking-types .panels fieldset.message textarea {
        height: 49px;
        float: none !important;
        width: 100% !important;
        max-width: none;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
}

@media (max-width: 767px) {
    .booking-types .panels fieldset.pickupdate {
        margin-right: 5%;
    }

    .booking-types .panels fieldset.pickuptime {
        float: left;
        margin-right: 5%;
    }

    .booking-types .panels fieldset.passengers {
        float: left;
        margin-right: 5%;
    }

        .booking-types .panels fieldset.passengers select {
            width: 90px;
        }
}

@media (max-width: 610px) {
    .booking-types .tabs li:nth-child(3) {
        margin-right: 0;
        padding-right: 2px;
    }

    .booking-types .tabs li.help-tab {
        display: none;
    }
}

@media (max-width: 430px) {
    .homepage-intro {
        padding-top: 0;
    }

    .booking-types .panels .panel {
        padding: 10px 15px 0 15px;
    }

    .booking-types .tabs li a {
        padding: 11px 14px 7px 14px;
        font-size: 14px;
    }

    body.home #header-wrap {
        height: auto;
    }

    .booking-types .panels fieldset.verti select.time-mod {
        float: left;
        padding: 0 10px 0 10px;
        margin-right: 5px;
        width: auto;
        background-image: none;
    }

    .booking-types .panels fieldset.vehiclestyle select {
        width: 100%;
    }
}


/* Payment logos */
.payment-options {
    margin: 15px 0;
    max-width: 100%;
}

@media (min-width: 768px) {
    .payment-options {
        float: left;
        display: block;
        clear: both;
        margin: 7px 0;
    }
}

/* "Corporate accounts" in header */
.txt-corporate {
    color: #fff;
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    font-variant: normal;
    color: #fff;
    font-family: 'AvenirLT-Heavy';
    font-weight: 600;
    margin: 1px 20px 0 0;
}

@media (max-width: 1250px) {
    .txt-corporate {
        display: none;
    }
}

/* Booking in main header */

ul.magic {
    position: relative;
    line-height: 1;
    margin: 43px 0 0 0;
}

.top-cta ul li a {
    color: #fff;
    text-decoration: none;
}

.top-cta ul ul {
    display: none;
}

.top-cta ul li:hover > ul {
    display: block;
    background: #242b34;
    padding: 20px;
    position: absolute;
    z-index: 1111111;
    width: 209px;
    height: 94px;
    border-top: 2px solid #5681ba;
}

.top-cta ul li ul li a:hover {
    color: #5681ba;
}

.txt-corporate a:first-of-type {
    padding: 0 0 20px;
    display: block;
}

.txt-corporate a img {
    margin: 0 0 1px 5px;
}

/* New Footer */

.foot-top {
    background: #fff;
    width: 1300px;
    margin: 0 auto;
    padding: 16px 0;
}

.foot-btm {
    background: #242b34;
    border-bottom: 12px solid #bea166;
    background: linear-gradient(170deg, #2a4783 0%,#0f1c37 100%);
}

.foot-btm-inn {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.half {
    width: 500px;
    display: inline-block;
    padding: 50px 20px;
    vertical-align: top;
    color: #fff;
}

    .half:nth-child(2) p.foot-head {
        margin: 15px 0 0;
    }

    .half:nth-child(1) {
        border-right: 1px solid;
    }

.footer .half:nth-child(2) ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0;
}

    .footer .half:nth-child(2) ul li .tab-btn {
        margin-top: 7px !important;
        color: #fff !important;
    }

.footer .half:nth-child(2) ul {
    margin: 40px 0 0 0;
}

.footer#footer-wrap {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    background: none;
    border-top: solid 2px #e5e5e5;
}

.footer footer#footer {
    font-family: 'AvenirLTStd-Medium', san-serif;
    font-weight: 100;
    width: 100%;
    font-size: 13px;
    color: #292f36;
    padding: 0;
}

    .footer footer#footer p, .footer footer#footer ul, .footer footer#footer ul li {
        float: none !important;
    }

p.foot-head {
    font-size: 1.8rem !important;
    display: block;
    margin: 0 0 10px;
}

img#padd {
    margin: 20px 0 0;
}

/* Footer Icons */

ul.foot-icons li {
    display: inline-block;
    width: 210px;
    padding: 0 !important;
    font-size: .9rem !important;
    border-right: none !important;
    overflow: hidden;
    height: auto !important;
}

    ul.foot-icons li img, ul.foot-icons li span {
        display: inline-block;
        height: 51px;
    }

    ul.foot-icons li span {
        width: 67%;
        margin: 0 0 0 5px;
        top: 18px;
        font-size: 14.4px;
        position: relative;
    }

@media only screen and (max-width: 767px) {
    .foot-top, .foot-btm-inn, .half {
        width: 90%;
        margin: 0 auto;
        padding: 20px 0;
    }

    ul.foot-icons li {
        width: 100%;
    }

    img#padd {
        width: 90%;
    }

    .footer .half:nth-child(2) ul li {
        display: inline-block !important;
        vertical-align: top;
        padding: 0;
        margin: 0 0 0 15px;
    }

    .footer .half:nth-child(1) {
        border-right: none !important;
    }

    .footer .half:nth-child(2) ul {
        margin: 10px 0 0 0;
    }

    .foot-btm {
        padding: 0 0 20px;
    }

    p.foot-head {
        line-height: 1 !important;
    }

    .direct {
        display: none;
    }

    .sm-col-12 {
        width: 100% !important;
    }

    .ginput_container input {
        width: 100% !important;
    }

    .sm-col-6 {
        width: 47%;
    }

    input#gform_submit_button_3 {
        float: none;
    }
}

#body {
    /*padding: 10px;*/
    padding-bottom: 60px; /* Height of the footer */
}

footerStyle {
    position: fixed;
    height: 100px;
    bottom: 0;
    width: 100%;
}


/*loader CSS*/
#loader {
    opacity: 1;
    position: absolute;
    top: 150px;
    left: 50%;
    height: 72px;
    width: 100px;
}

.overlay {
    background: #e9e9e9;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
}

.help-box {
    background-color: rgb(197, 179, 88);
    border-color: rgb(197, 179, 88);
    color: #fff;
}

    .help-box:hover {
        background-color: rgb(197, 179, 88);
        border-color: rgb(197, 179, 88);
        color: #fff !important;
    }

.ui-timepicker-standard {
    border: 1px solid #aecaf0 !important;
}

    .ui-timepicker-standard .ui-state-hover {
        background-color: #FFE7A2 !important;
        border: none;
    }

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 0px !important;
}

.ui-widget-content {
    border: none !important;
}

/* Style the buttons that are used to open and close the accordion panel */
a.accordion {
    background-color: #337ab7;
    color: #fff;
    cursor: pointer;
    padding: 10px 15px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    font-size: 20px;
}

    /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
    a.accordion.active, a.accordion:hover {
        /*background-color: #ccc;*/
        text-decoration: none;
        color: #fff !important;
    }

/* Style the accordion panel. Note: hidden by default */
div.panel1 {
    /*padding: 0 18px;*/
    background-color: white;
    display: none;
}

a.accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 20px;
    color: #fffffa;
    float: left;
    margin-right: 5px;
    line-height: 20px;
}

a.accordion.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}

#GrdBookings .btn {
    margin-left: -3px !important;
}

.extras .col-md-1, .col-md-2, .col-md-3 {
    /*padding-right: 10px !important;*/
}

.panel-heading {
    padding: 2px 7px !important;
}

/*.dxeTextBox_Aqua {
    font-size: 13px !important;
}*/

.edit-btn {
    padding: 1px 15px !important;
    border-radius: 2px !important;
}

.panel {
    border-radius: 2px !important;
}

.panel-heading {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.accordion {
    padding: 3px 7px !important;
    font-size: 14px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.add-passenger-btn {
    padding: 1px 4px !important;
    border-radius: 2px !important;
}

.address-popUp-btn {
    font-size: 13px !important;
    border-radius: 2px !important;
    padding: 0px 4px !important;
}

.glyphicon {
    font-size: 22px !important;
    top: 0 !important;
    line-height: 14px !important;
    /*color: #337ab7;*/
}

.fa-icons-label {
    font-size: 21px !important;
    /*color: #337ab7;*/
}

.fa-icons-bags {
    font-size: 25px !important;
    /*color: #337ab7;*/
}

@media only screen and (max-device-width: 700px) {
    #GrdBookings {
        width: 1270px !important;
    }

    #footer {
        overflow: scroll;
    }

    .top-cta {
        margin-right: -20px !important;
        padding: 0 5px !important;
        top: 4px !important;
    }

    ul.magic {
        margin: 0px !important;
    }

    .txt-corporate {
        line-height: 10px !important;
    }

    #header-phone {
        display: none !important;
    }

    .top-cta ul li:hover > ul {
        padding: 5px !important;
    }

    #account-application {
        display: none !important;
    }

    .txt-corporate a:first-of-type {
        padding: 0 0 6px !important;
    }

    .sub-hide {
        height: 30px !important;
    }

    #ContactRequesterEmail {
        font-size: 12pt !important;
    }
}

@media only screen and (max-device-width: 300px) {
    .help-box {
        padding: 4px 4px !important;
    }
}

.btnss_green1 {
    background-color: #51b77a;
    font-size: 18px;
    font-family: Avenir_Medium;
    color: #FFFFFF !important;
    padding-top: 25px !important;
    padding-bottom: 26px !important;
    padding-right: 22px !important;
    padding-left: 22px !important;
    border: none;
    line-height: 0.2 !important;
    font-weight: bold !important;
    width: 100%;
}

.btnss1 {
    background-color: rgb(86, 129, 186);
    font-size: 18px;
    font-family: Avenir_Medium;
    color: rgb(255, 255, 255);
    padding-top: 25px !important;
    padding-bottom: 26px !important;
    padding-right: 0px;
    padding-left: 0px;
    line-height: 0.2 !important;
    border: none;
    width: 100%;
}

.btnssRed {
    background-color: rgb(255, 2, 2);
    font-size: 18px;
    font-family: Avenir_Medium;
    color: rgb(255, 255, 255);
    padding-top: 25px !important;
    padding-bottom: 26px !important;
    padding-right: 0px;
    padding-left: 0px;
    line-height: 0.2 !important;
    border: none;
    width: 100%;
}


/* if mobile device max width 380px */
@media only screen and (max-device-width: 380px) {
    .btnss_green1 {
        width: 100%;
    }

    .btnss1 {
        width: 100%;
    }
}

/* if mobile device max width 480px */
@media only screen and (max-device-width: 480px) {
    .btnss_green1 {
        width: 100%;
    }

    .btnss1 {
        width: 100%;
    }
}

.real-input {
    background-image: url("../Images/clock.png");
    background-position: 194px 11px;
    background-repeat: no-repeat;
    padding-right: 26px;
    width: 100%;
    height: 50px;
}

.dateEditDisableClass {
    background-image: url(../Images/calendar.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 22px;
}

#submittedImage {
    content: url("../Images/moving_car.gif");
}

#thankyouImage {
    content: url("../Images/moving_car.gif");
}

@media only screen and (max-device-width: 480px) {
    #reviewTable {
        width: 90%;
    }

    #submittedImage {
        content: url("../Images/exc_Rev.png");
    }

    #thankyouImage {
        content: url("../Images/exc_Rev.png");
    }
}

@media only screen and (max-width: 530px) {
    #reviewTable {
        width: 90%;
    }

    #submittedImage {
        content: url("../Images/exc_Rev.png");
    }

    #thankyouImage {
        content: url("../Images/exc_Rev.png");
    }
}

/* Topbanner */
.topbannerOutbound {
    width: 100%;
    margin: 0 auto;
    top: 0;
    height: 100px;
    z-index: 1;
    position: absolute;
}

    .topbannerOutbound:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        opacity: 0.45;
    }

    .topbannerOutbound.home {
        position: absolute;
        background: none;
    }

.vehicle {
    margin-bottom: 20px;
    padding: 20px;
}

.vehicle-header {
    border-bottom: 1px #c4c4c4 solid;
}

.vehicle-header-icon {
    height: 40px;
    margin-top: 10px;
}

.float-right {
    float: right !important;
}

.vehicle-capacity-icon {
    text-align: center;
    width: 40px;
    color: #bea166;
    font-size: 1.2em;
}

.vehicle-capacity {
    color: #2a4783;
    margin-top: 2px;
}

.vehicle-brief {
    margin-top: 20px;
}

.vehicle_newGold {
    border: 1px solid #bea166;
    border-radius: 10px;
}

.vehicle-featured {
    border: 3px #bea166 solid;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 2px;
}

    .vehicle-featured legend {
        width: auto;
        color: #bea166;
        font-style: italic;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .vehicle-featured div {
        margin-bottom: 0px !important;
    }
.SecureImage {
    padding-bottom: 20px;
}
.vehicle-featured1 {
    border: 1px #bea166 solid;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 2px;
}

    .vehicle-featured1 legend {
        width: auto;
        color: #bea166;
        font-style: italic;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .vehicle-featured1 div {
        margin-bottom: 0px !important;
    }

.thumbnailwidth {
    height: 285px;
    width: 294px;
    padding-top: 15px;
    margin-top: 15px;
    margin-left: 6px;
}
.thumbnailwidthweb {
    height: 345px;
    width: 364px;
    padding-top: 15px;
    margin-top: 15px;
}

.fthumbnailwidth {
    height: 285px;
    width: 290px;
    padding-top: 15px;
}

.fthumbnailwidthweb {
    height: 318px;
    width: 364px;
    padding-top: 0px;
}
