﻿/* 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");
}



/* Variables */
.clearfix {
    clear: both;
}

.inner-shadow, .formstyle, input[type="text"],
input[type="date"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="time"], .checkbox-style label:before, select, textarea, .booking-types .panels input, .booking-types .panels select, .booking-types .panels textarea, .bookingform div.displayreference,
.bookingform div.displayamount {
    -webkit-box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.15);
}

.border-box, .btn.blue, #gform_submit_button_1, form.bookingform label,
form.bookingform input,
form.bookingform select,
form.bookingform h3.formhead,
form.bookingform textarea, .homepage-intro {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/* All pages */
.no-js-warning {
    display: none;
}

html.no-js .no-js-warning,
.chromeframe {
    display: block;
    padding: 20px;
    text-align: center;
}

:focus {
    outline: none;
}

a {
    cursor: pointer;
    text-decoration: none;
}

    a.highlight-box {
        text-decoration: none;
    }

.btn, input#gform_submit_button_2, input#gform_submit_button_5 {
    display: inline-block;
    text-align: center;
    border: none;
    transition: all .2s;
}

    .btn.blue, .btn.white, .btn.dark, #gform_submit_button_1, input#gform_submit_button_2, input#gform_submit_button_5 {
        background: #5681ba;
        line-height: 33px;
        font-size: 18px;
        color: #2e4c84;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        padding: 10px 50px 7px 50px;
        text-decoration: none;
        font-family: 'AvenirLTStd-Medium', Arial, Sans-Serif;
        font-weight: 600;
        margin: auto;
        display: block;
        max-width: 200px;
        background: transparent;
        border: 3px solid #2e4c84;
    }

    .btn:hover, #gform_submit_button_5:hover {
        background: #2e4c84;
        color: white;
    }

    .btn + .btn {
        margin-top: 6px;
    }

    .btn.blue.smll, .smll#gform_submit_button_1 {
        padding: 8px 36px 4px 36px;
        max-width: none;
        display: inline-block;
        font-size: 16px;
    }

    .btn.gold {
        background: #bc9f69;
        line-height: 33px;
        font-size: 18px;
        color: #fff;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        padding: 16px 20px 10px 20px;
        text-decoration: none;
        font-family: 'AvenirLTStd-Medium', san-serif;
        font-weight: 100;
        margin: auto;
        display: block;
        max-width: 107px;
    }

    .btn.blue.right, .right#gform_submit_button_1 {
        display: inline-block;
        float: right;
        max-width: none;
    }

    .btn.gold.left {
        display: inline-block;
        float: left;
        max-width: none;
    }



    .btn.white:hover {
        color: #2e4c84;
        background-color: #fff;
    }

    .btn.white {
        border-color: #fff;
        color: #fff;
    }



    .btn:hover, #gform_submit_button_5:hover {
        background: #2e4c84;
    }

.banner {
    position: relative;
}

.head-banner {
    font-size: 3rem;
    color: #fff !important;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 302;
    line-height: 1;
    text-transform: capitalize;
    text-shadow: 1px 1px 10px rgba(0,0,0,.6);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.55);
    font-size: 4.5rem;
    width: 100%;
    max-width: 1150px;
    padding: 0 1.5rem;
}

@media (max-width: 767px) {
    .btn {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        float: none;
        clear: none;
        margin: 0 0 20px 0;
    }

    .direct {
        display: none;
    }
}

.inline-btn-wrap {
    text-align: center;
    max-width: 430px;
    margin: -25px auto 0 auto;
}

.btn.blue.inline-btn, .inline-btn#gform_submit_button_1 {
    display: inline-block;
    max-width: none;
    padding: 16px 20px 10px 20px;
    width: auto !important;
}

h1.heading-style,
h2.heading-style {
    color: #292f36;
    font-family: 'AvenirLTStd-Medium', san-serif;
    font-weight: 100;
    font-size: 36px;
    line-height: 38px;
    display: block;
    text-align: center;
    padding: 15px 0;
    margin: 40px 0 22px 0;
}

    h1.heading-style strong,
    h2.heading-style strong {
        color: #0f3e6e;
        font-family: 'AvenirLTStd-Medium', san-serif;
        font-weight: 600;
    }

.ms-view, .ms-slide {
    border-bottom: 10px solid #252b35;
}

.heading-style-sngl {
    color: #292f36;
    font-family: 'AvenirLTStd-Medium', san-serif;
    font-weight: 100;
    font-size: 36px;
    line-height: 47px;
    text-align: center;
    padding: 15px 0;
    max-width: 980px;
    margin: 40px auto 60px auto;
    background: url(../img/stroke.png) no-repeat center bottom;
    width: 100%;
    display: block;
}

    .heading-style-sngl strong {
        color: #0f3e6e;
        font-family: 'AvenirLTStd-Medium', san-serif;
        font-weight: 600;
    }

.page-id-101 h1.heading-style-sngl {
    display: none;
}

/* Reset */
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

article, aside, figure, footer, header, hgroup, nav, section {
    display: block;
}

html {
    overflow-y: scroll;
}

ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th {
    font-weight: bold;
    vertical-align: bottom;
}

td {
    font-weight: normal;
    vertical-align: top;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    white-space: pre-line;
    word-wrap: break-word;
}

input[type="radio"] {
    vertical-align: text-bottom;
}

input[type="checkbox"] {
    vertical-align: bottom;
    *vertical-align: baseline;
}

.ie6 input {
    vertical-align: text-bottom;
}

select, input, textarea {
    font: 99% sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

a:hover, a:active {
    outline: none;
}

small {
    font-size: 85%;
}

strong, th {
    font-weight: bold;
}

td, td img {
    vertical-align: top;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

pre, code, kbd, samp {
    font-family: monospace, sans-serif;
}

.clickable, label, input[type=button], input[type=submit], button {
    cursor: pointer;
}

button, input, select, textarea {
    margin: 0;
}

button {
    width: auto;
    overflow: visible;
}

.ie7 img {
    -ms-interpolation-mode: bicubic;
}

.ie6 html {
    filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

.clearfix:before, .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

/* General Styles */
html, body {
    height: 100%;
}

body, select, input, textarea {
    font: 15px 'AvenirLTStd-Medium', san-serif; /*lato, 'lucida grande', 'trebuchet ms', 'helvetica', 'arial', sans-serif;*/
    color: #0b3d70;
    line-height: 1.5em;
    -webkit-font-smoothing: antialiased;
}

a {
    color: #a78a52;
}

    a:hover {
        color: #62a0de;
    }

::-moz-selection {
    background: #dcebfd;
    color: #0b3d70;
    text-shadow: none;
}

::selection {
    background: #dcebfd;
    color: #0b3d70;
    text-shadow: none;
}

a:link {
    -webkit-tap-highlight-color: #dcebfd;
}

ins {
    background-color: #dcebfd;
    color: #0b3d70;
    text-decoration: none;
}

mark {
    background-color: #dcebfd;
    color: #0b3d70;
    font-style: italic;
    font-weight: bold;
}

body:before {
    content: "";
    height: 100%;
    float: left;
    width: 0;
    margin-top: -32767px;
}

/*Sticky footer Opera Fix*/
#push {
    overflow: auto;
    padding-bottom: 106px;
}

/* grid for form */
.row, form.bookingform section {
    overflow: hidden;
}

.col, .col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12, html.ie8 .col1, html.ie8 .col2, html.ie8 .col3, html.ie8 .col4, html.ie8 .col5, html.ie8 .col6, html.ie8 .col7, html.ie8 .col8, html.ie8 .col9, html.ie8 .col10, html.ie8 .col11, html.ie8 .col12 {
    margin-right: 2%;
    float: left;
}

    .col.last-child, .last-child.col1, .last-child.col2, .last-child.col3, .last-child.col4, .last-child.col5, .last-child.col6, .last-child.col7, .last-child.col8, .last-child.col9, .last-child.col10, .last-child.col11, .last-child.col12, html.ie8 .last-child.col1, html.ie8 .last-child.col2, html.ie8 .last-child.col3, html.ie8 .last-child.col4, html.ie8 .last-child.col5, html.ie8 .last-child.col6, html.ie8 .last-child.col7, html.ie8 .last-child.col8, html.ie8 .last-child.col9, html.ie8 .last-child.col10, html.ie8 .last-child.col11, html.ie8 .last-child.col12,
    .col:last-child,
    .col1:last-child,
    .col2:last-child,
    .col3:last-child,
    .col4:last-child,
    .col5:last-child,
    .col6:last-child,
    .col7:last-child,
    .col8:last-child,
    .col9:last-child,
    .col10:last-child,
    .col11:last-child,
    .col12:last-child,
    html.ie8 .col1:last-child,
    html.ie8 .col2:last-child,
    html.ie8 .col3:last-child,
    html.ie8 .col4:last-child,
    html.ie8 .col5:last-child,
    html.ie8 .col6:last-child,
    html.ie8 .col7:last-child,
    html.ie8 .col8:last-child,
    html.ie8 .col9:last-child,
    html.ie8 .col10:last-child,
    html.ie8 .col11:last-child,
    html.ie8 .col12:last-child {
        margin-right: 0;
    }

.col1 {
    width: 6.5%;
}

.col2 {
    width: 15.0%;
}

.col3 {
    width: 23.5%;
}

.col4 {
    width: 32.0%;
}

.col5 {
    width: 40.5%;
}

.col6 {
    width: 49.0%;
}

.col7 {
    width: 57.5%;
}

.col8 {
    width: 66.0%;
}

.col9 {
    width: 74.5%;
}

.col10 {
    width: 83.0%;
}

.col11 {
    width: 91.5%;
}

.col12 {
    width: 100%;
}

.direct {
    background: url(../img/arrow.png) no-repeat center center;
    height: 195px;
    margin-bottom: 0;
}

.quatr {
    width: 25%;
    float: left;
}

.mini {
    width: 30%;
    float: left;
    margin-right: 5%;
}

    .mini.last {
        width: 65%;
        margin-right: 0;
    }

html.ie8 .col, html.ie8 .col1, html.ie8 .col2, html.ie8 .col3, html.ie8 .col4, html.ie8 .col5, html.ie8 .col6, html.ie8 .col7, html.ie8 .col8, html.ie8 .col9, html.ie8 .col10, html.ie8 .col11, html.ie8 .col12 {
    margin-right: 2%;
    float: left;
}

    html.ie8 .col.last-child, html.ie8 .last-child.col1, html.ie8 .last-child.col2, html.ie8 .last-child.col3, html.ie8 .last-child.col4, html.ie8 .last-child.col5, html.ie8 .last-child.col6, html.ie8 .last-child.col7, html.ie8 .last-child.col8, html.ie8 .last-child.col9, html.ie8 .last-child.col10, html.ie8 .last-child.col11, html.ie8 .last-child.col12,
    html.ie8 .col:last-child,
    html.ie8 .col1:last-child,
    html.ie8 .col2:last-child,
    html.ie8 .col3:last-child,
    html.ie8 .col4:last-child,
    html.ie8 .col5:last-child,
    html.ie8 .col6:last-child,
    html.ie8 .col7:last-child,
    html.ie8 .col8:last-child,
    html.ie8 .col9:last-child,
    html.ie8 .col10:last-child,
    html.ie8 .col11:last-child,
    html.ie8 .col12:last-child {
        margin-right: 0;
    }

html.ie8 .col1 {
    width: 5.5%;
}

html.ie8 .col2 {
    width: 14.0%;
}

html.ie8 .col3 {
    width: 22.5%;
}

html.ie8 .col4 {
    width: 31.0%;
}

html.ie8 .col5 {
    width: 39.5%;
}

html.ie8 .col6 {
    width: 48.0%;
}

html.ie8 .col7 {
    width: 56.5%;
}

html.ie8 .col8 {
    width: 65.0%;
}

html.ie8 .col9 {
    width: 73.5%;
}

html.ie8 .col10 {
    width: 82.0%;
}

html.ie8 .col11 {
    width: 90.5%;
}

html.ie8 .col12 {
    width: 100%;
}

html.ie8 .direct {
    background: url(../img/arrow.png) no-repeat center center;
    height: 195px;
    margin-bottom: 0;
}

html.ie8 .quatr {
    width: 24%;
    float: left;
}

html.ie8 .mini {
    width: 29%;
    float: left;
    margin-right: 5%;
}

    html.ie8 .mini.last {
        width: 65%;
        margin-right: 0;
    }

@media (max-width: 767px) {
    .col, .col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12, html.ie8 .col1, html.ie8 .col2, html.ie8 .col3, html.ie8 .col4, html.ie8 .col5, html.ie8 .col6, html.ie8 .col7, html.ie8 .col8, html.ie8 .col9, html.ie8 .col10, html.ie8 .col11, html.ie8 .col12 {
        width: 100%;
    }

    .head-banner {
        font-size: 2rem;
    }

    .intro-content {
        padding-right: 0 !important;
    }
}

@media (max-width: 825px) {
    .quatr {
        width: 100%;
        float: none;
    }
}
/* Form */
.formstyle, input[type="text"],
input[type="date"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="time"], .checkbox-style label:before, select, textarea {
    background: #f4f0e8;
    border: none;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -webkit-appearance: none;
    display: inline-block;
    font-family: 'AvenirLTStd-Medium', san-serif;
    font-weight: 100;
    color: #292f36;
    background: white;
    -webkit-appearance: none;
    display: inline-block;
    font-family: 'AvenirLTStd-Medium', Arial, Sans-Serif;
    font-weight: 100;
    color: #292f36;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
}

label {
    font-family: 'AvenirLTStd-Medium', san-serif;
    font-weight: 100;
}

input[type="text"],
input[type="date"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="time"] {
    height: 49px;
    /* 	line-height: 49px;	 */
    padding: 0 10px;
}

.checkbox-style {
    display: inline-block;
    position: relative;
    top: -2px;
    margin-right: 13px !important;
}

    .checkbox-style input[type="checkbox"] {
        display: none;
    }

    .checkbox-style label {
        margin: 0 !important;
        padding: 0 !important;
        position: relative;
        color: #292f36;
    }

        .checkbox-style label:before {
            content: '';
            position: relative;
            width: 18px;
            height: 18px;
            top: 4px;
            display: inline-block;
            margin-right: 6px;
            border-radius: 2px;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
        }

    .checkbox-style input[type="checkbox"]:checked + label:after {
        position: absolute;
        top: 7px;
        height: 21px;
        text-align: center;
        width: 18px;
        left: 0px;
        font-family: 'FontAwesome';
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        z-index: 900;
        color: #292f36;
        content: '\f00c';
    }

select {
    height: 49px;
    line-height: 49px;
    padding: 0 14px;
    background: url(../img/select.png) no-repeat right center #f4f0e8;
}

/* Firefox fixes */
@-moz-document url-prefix() {
    select {
        -moz-appearance: none;
        text-indent: 4.00px;
        text-overflow: "";
        height: auto;
        line-height: auto;
        padding: 6 14px;
        background-image: none !important;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
/* ie8 */
html.ltie9.ie8 select {
    background-image: none !important;
    height: auto;
    line-height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* ie9 */
html.ltie9 select {
    background-image: none !important;
    padding-left: 5px !important;
    padding-right: 0 !important;
}

/* IE10 and IE11 fix */
@media all and (-ms-high-contrast: none) {
    /* IE10 */
    select {
        background-image: none !important;
        padding-left: 5px !important;
        padding-right: 0 !important;
    }

    /* IE11 */
    *::-ms-backdrop, select {
        background-image: none !important;
        padding-left: 5px !important;
        padding-right: 0 !important;
    }
}

select#location-filter {
    padding-right: 32px;
    padding-left: 32px;
}

input:focus {
    outline: none;
}

select:focus {
    outline: none;
}

form.bookingform label,
form.bookingform input,
form.bookingform select,
form.bookingform h3.formhead,
form.bookingform textarea {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 33px;
}

form.bookingform h3.formhead {
    border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    color: #fff !important;
    background: #242b34;
    font-family: 'AvenirLTStd-Medium', san-serif;
    font-weight: 100;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 37px;
    padding: 6px 15px 0px 22px;
}

form.bookingform .passenger-det {
    font-family: 'AvenirLTStd-Medium', san-serif;
    font-weight: 100;
    color: #fff;
    display: block;
    width: 100%;
    font-size: 16;
    background: #292f36;
    border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    font-size: 16px;
    line-height: 37px;
    padding: 6px 15px 0px 22px;
}

form.bookingform section {
    margin-bottom: 52px;
}

form.bookingform label {
    padding: 15px 0 5px 0;
}

@media (min-width: 990px) {
    form.bookingform label {
        font-size: 17px;
    }
}

form.bookingform select.error {
    border: solid 1px red;
    -webkit-box-shadow: inset 0 0 1px 1px rgba(255, 0, 0, 0.15);
    box-shadow: inset 0 0 1px 1px rgba(255, 0, 0, 0.15);
    -moz-box-shadow: inset 0 0 1px 1px rgba(255, 0, 0, 0.15);
}

form.bookingform input.error {
    border: solid 1px red;
    -webkit-box-shadow: inset 0 0 1px 1px rgba(255, 0, 0, 0.15);
    box-shadow: inset 0 0 1px 1px rgba(255, 0, 0, 0.15);
    -moz-box-shadow: inset 0 0 1px 1px rgba(255, 0, 0, 0.15);
}

form.bookingform label.error {
    display: none !important;
}

form.bookingform select.time-mod {
    width: 28%;
    float: left;
    margin-right: 8px;
}

.timeselect {
    width: 32% !important;
    margin-right: 4% !important;
    float: left;
}

/* Booking form nav */
.formnav {
    border-top: solid 2px #e5e5e5;
    padding: 29px 0;
}

.leadout {
    display: inline-block;
    padding: 18px;
    float: left;
    text-align: center;
}

@media (max-width: 992px) {
    form.bookingform select.time-mod {
        background-image: none;
    }

    .btn.gold.left {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        float: none;
        clear: none;
        margin: 0 0 0 0 !important;
    }

    .btn.blue.right, .right#gform_submit_button_1 {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        float: none;
        clear: none;
        margin: 0 0 20px 0 !important;
    }

    .leadout {
        display: block;
        float: none;
        margin: 0 0 20px 0;
    }
}

@media (max-width: 767px) {
    form.bookingform label {
        font-size: 14px;
        line-height: 24px;
        padding: 10px 0 0 0;
    }

    form.bookingform h3.formhead {
        padding: 11px 5px 6px 13px;
        font-size: 15px;
        line-height: 15px;
    }
}

.fd-comment {
    width: 64%;
    float: right;
}

.fd-nosuitcases {
    width: 32%;
}

.fd-contvia {
    width: 32%;
}

.smll1 {
    width: 32%;
    margin-right: 4%;
    float: left;
}

.smll2 {
    width: 20%;
    margin-right: 4%;
    float: left;
}

/* Header */
#page-wrap {
    min-height: 85%;
}

#header-wrap {
    /*overflow: hidden;*/
    width: 100%;
    z-index: 10000;
    position: relative;
}

    #header-wrap.no-banner {
        margin-bottom: 9rem;
    }

.no-banner .topbanner.home {
    background-color: rgba(0, 0, 0, 0.7);
}

#header h1 {
    display: block;
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -125px;
    padding: 16px 0;
    transition: padding 0.3s ease;
}







.topbanner.home.fixed-header {
    position: fixed;
    background-color: #fff;
    height: 85px;
}

    .topbanner.home.fixed-header #nav a {
        color: #30363c;
        height: 85px;
        line-height: 85px;
    }

    .topbanner.home.fixed-header #nav li a:hover:after {
        background: #30363c;
        bottom: 30px;
    }

.topbanner.home .btn-menu-mob i {
    background: #fff;
}

.topbanner.home.fixed-header .btn-menu-mob i {
    background: #164c8c !important;
}

#header.topbanner #header-logo {
    width: 310px;
    height: auto;
    margin: -10px 0 0 -35px;
    transition: all 0.3s ease;
}

#header.topbanner.fixed-header #header-logo {
    width: 240px;
    height: auto;
    margin: 0;
}

#header.topbanner.home.fixed-header h1 {
    padding: 12px 0;
}



.txt-corporate .sub-hide a {
    padding: 1rem 3rem 1rem 1rem;
    display: block;
    color: #fff !important;
    line-height: 1rem;
}

.txt-corporate a img {
    margin: 0 0 0 5px;
}

.top-cta ul ul {
    padding: 20px 20px 0 20px !important;
    height: auto !important;
}

.top-cta > ul > li > a {
    text-decoration: none;
    height: 100px;
    line-height: 100px;
    padding: 0 13px;
    transition: all 0.3s ease;
}

.top-cta ul li:hover > ul {
    padding: 20px 20px 0 20px;
}

.topbanner.home.fixed-header .top-cta ul li a, .topbanner.home.fixed-header #header-phone {
    color: #30363c;
}

.topbanner.home.fixed-header .top-cta > ul > li > a, .topbanner.home.fixed-header #header-phone {
    height: 85px;
    line-height: 85px;
}

.topbanner.home.fixed-header .top-cta {
    height: 85px;
    line-height: 85px;
}

.topbanner.home.fixed-header .tab-btn {
    margin-top: 16px;
}

.topbanner.home.fixed-header #nav li.current-menu-item:after {
    background: #30363c;
    bottom: 30px;
}





@media (max-width: 1100px) {
    #header h1 img {
        width: 227px !important;
        height: auto;
        margin: 0 !important
    }
}

@media (max-width: 750px) {
    #header h1 {
        overflow: hidden;
        height: 20px;
        width: 40px !important;
        margin-left: -16px;
        left: 6em;
        padding: 33px 0 !important;
    }

        #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 */
#nav {
    text-align: center;
    display: inline-block;
    padding: 0 15px;
}

    #nav li {
        padding: 0 10px;
        display: inline-block;
        position: relative;
    }

    #nav a {
        display: block;
        font-size: 13px;
        text-transform: uppercase;
        text-decoration: none;
        font-variant: normal;
        color: #fff;
        padding: 0 13px;
        font-family: 'AvenirLTStd-Medium', san-serif;
        font-weight: 100;
    }

    #nav li a:hover:after {
        content: '';
        display: block;
        width: 70%;
        height: 1px;
        background: #fff;
        position: absolute;
        bottom: 39px;
        left: 0;
        margin: 0 15%;
    }

    #nav li.current-menu-item:after {
        content: '';
        display: block;
        width: 70%;
        height: 1px;
        background: #fff;
        position: absolute;
        bottom: 39px;
        left: 0;
        margin: 0 15%;
    }

@media (max-width: 1650px) {
    #nav li {
        padding: 0 !important;
    }
}

@media (max-width: 1470px) {
    #nav a {
        font-size: 12px;
        padding: 0 9px;
    }
}

@media (max-width: 1260px) {
    #nav {
        display: none;
    }
}
/* 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 {
    /*overflow: hidden;*/
    position: relative;
    width: 100%;
    margin: 0 auto;
    top: 0;
    height: 100px;
    /*border-bottom: solid 1px #242b34;*/
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.45);
    background-image: url("../img/limousine-chaffeur.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

    .topbanner:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
    }

    .topbanner.home {
        position: absolute;
        background: none;
        background-color: rgba(0, 0, 0, 0.45);
        transition: all 0.3s ease;
        z-index: 999999;
    }

        .topbanner.home #nav a {
            transition: all 0.3s ease;
        }


@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;
    transition: all 0.3s ease;
}

    .top-cta > * {
        display: block;
        float: left;
    }

    .top-cta .tab-btn {
        margin-right: 20px;
    }

.tab-btn {
    /*display: inline-block;
  font-family: 'AvenirLTStd-Medium', san-serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 38px;
  height: 40px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  padding: 0 30px;
  text-decoration: none;
  color: #fff;
  margin-top: 31px;
  background: #5681ba;
	transition: all 0.3s ease;*/
    color: #fff;
    margin-top: 25px;
    transition: all 0.3s ease;
    line-height: 26px;
    font-size: 18px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    padding: 10px 35px 7px 35px;
    text-decoration: none;
    font-family: 'AvenirLTStd-Medium', Arial, Sans-Serif;
    font-weight: 600;
    display: block;
    max-width: 200px;
    background: transparent;
    border: 3px solid #ffffff;
    margin: 25px 5px 0 5px;
    transition: all 0.2s, margin 0.3s ease;
}

.fixed-header .tab-btn {
    color: #254c88;
    border-color: #254c88;
}

    .fixed-header .tab-btn:hover {
        background: #254c88;
        color: #fff;
    }

@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;
    transition: all 0.3s ease;
}

    #header-phone img {
        position: relative;
        top: 1px;
    }

    #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.booknow:hover {
        color: #fff;
    }

.tab-btn:hover {
    color: #254c88;
    background: #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: 1260px) {
    .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;
}

/* Homepage */
body.home #header-wrap {
    border-top: none;
    border-bottom: none;
    position: relative;
}

    body.home #header-wrap .tab-wrapper {
        position: absolute;
        bottom: 0;
        width: 100%;
    }

body.home .tab-btn.booknow {
    display: none;
}

h1.maintitle {
    margin: 0;
    padding: 10px 0;
    font-family: 'AvenirLTStd-Medium', san-serif;
    font-weight: 100;
    font-size: 27px;
    line-height: 34px;
    color: #fff;
}

@media (min-width: 825px) {
    h1.maintitle {
        font-size: 32px;
    }
}

h2.tagline {
    margin: 0;
    padding: 0;
    font-family: 'AvenirLTStd-Medium', san-serif;
    font-weight: 100;
    font-size: 18px;
    color: #fff;
}

.services-wrap h2.heading-style {
    margin-bottom: 22px;
}

#hero {
    width: 100%;
    height: 538px;
    background: url(../img/hero.jpg) center top no-repeat;
}

    #hero h1 {
        width: 640px;
        margin: 0 auto;
        text-align: center;
        font-size: 34px;
        color: #fff;
        text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.43);
        line-height: 1.25em;
        padding: 28px 0 17px;
    }

.ie #hero h1 {
    font-size: 30px;
}

#hero .btn {
    width: 172px;
    height: 47px;
    background-image: url(../img/btn-book-now.png);
    margin: 0 auto;
}

.services-wrap, .vehicles-wrap {
    width: 100%;
    max-width: 1150px;
    padding-left: 20px;
    margin: 0 auto;
}

.home-features.services-wrap {
    width: 1150px;
}


.services-wrap .highlight-box, .vehicles-wrap .highlight-box {
    float: left;
    margin: 10px 10px 65px 10px;
    width: 31.56%;
    ;
}

/* Page heading */
#page-heading {
    width: 100%;
    height: 190px;
    background: url(../img/bg-page-heading.jpg) center top no-repeat;
}

    #page-heading h1 {
        width: 960px;
        margin: 0 auto;
        text-align: center;
        font-size: 36px;
        color: #fff;
        text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.43);
        padding-top: 18px;
    }

.ie #page-heading h1 {
    font-size: 30px;
}

#heading-bar {
    width: 940px;
    margin: 0 auto;
    height: 20px;
    color: #fff;
    font-size: 12px;
    padding: 2px 0;
    line-height: 1.6em;
}

    #heading-bar a {
        color: #fff;
        text-decoration: none;
    }

        #heading-bar a:hover {
            color: #62a0de;
        }

.breadcrumbs {
    float: left;
}

.login-info {
    float: right;
}

.home-crumb {
    float: left;
    width: 53px;
    height: 20px;
    background: url(../img/bg-bcrumb-home.png) 0 0 no-repeat;
    padding-left: 16px;
}

.page-crumb {
    float: left;
    height: 20px;
    background: url(../img/bg-bcrumb.png) 100% 0 no-repeat;
    padding: 0 20px 0 12px;
}

.thispage {
    float: left;
    height: 20px;
    background: url(../img/bg-bcrumb-last.png) 100% 0 no-repeat;
    padding: 0 20px 0 12px;
}

/* Page content */
#page-content-wrap {
    position: relative;
    z-index: 200;
    width: 936px;
    min-height: 238px;
    border: 2px solid #a78a52;
    margin: -34px auto 0;
    background: #fff;
}

#page-content {
    overflow: auto;
    margin: 0 auto;
    width: 1150px;
    min-height: 234px;
    height: auto !important;
    height: 234px;
    padding: 3rem 0;
}

#bookingform-content {
    overflow: auto;
    margin: 0;
    width: 980px;
    min-height: 234px;
    height: auto !important;
    height: 234px;
    padding: 20px 0;
}

.the-content {
    float: left;
    width: 800px;
}

#page-content p, #intro p {
    padding-bottom: 25px;
    line-height: 27px;
}

#page-content h3 {
    font-family: 'AvenirLTStd-Medium', san-serif;
    font-weight: 100;
    font-size: 25px;
    color: #a78a52;
    padding: 24px 0 16px;
}

#intro.select-wrap {
    margin: 0 auto 50px;
}

html.no-js #intro.select-wrap {
    display: none;
}

#page-content table {
    width: 100%;
    margin: 16px 0;
}

#page-content td {
    font-family: 'AvenirLTStd-Medium', san-serif;
    font-weight: 100;
    color: #292f36;
    padding: 8px 10px 4px 10px;
    font-size: 15px;
    line-height: 25px;
    height: 25px;
}

#page-content thead tr td {
    font-family: 'AvenirLTStd-Medium', san-serif;
    font-weight: 100;
    background: #e2d8c6;
}

#page-content tbody tr.odd td {
    background: #efefef;
}

#intro {
    width: 644px;
    margin: 0 auto 0;
    text-align: center;
}

    #intro p {
        font-family: 'AvenirLTStd-Medium', san-serif;
        font-weight: 100;
    }

.services-page, .vehicles-page {
    margin-top: 0;
}

.vehicle-stats {
    text-align: left;
    text-transform: capitalize;
    font-family: 'AvenirLTStd-Medium', san-serif;
    font-weight: 100;
    padding: 19px 0;
    margin-bottom: 0;
    text-transform: capitalize;
    display: block;
}

    .vehicle-stats i.fa {
        color: #bc9f69;
        margin-right: 5px;
    }

    .vehicle-stats span {
        color: #292f36;
    }

    .vehicle-stats span {
        line-height: 1.5em;
        padding-right: 15px;
    }

    /*
.vehicle-stats .passengers{ background:url(../img/icn-passengers-lg.png) 0 0 no-repeat; padding-left:34px; }
.vehicle-stats .suitcases{ background:url(../img/icn-suitcases-lg.png) 0 0 no-repeat; padding-left:42px; }
.vehicle-stats .bags{ background:url(../img/icn-bags-lg.png) 0 0 no-repeat; padding-left:36px; }
.vehicle-stats .trailer{ background:url(../img/icn-trailer-lg.png) 0 0 no-repeat; padding-left:38px; }
*/
    .vehicle-stats span {
        display: inline-block;
        font-size: 18px;
    }

.the-content h1, .intro-content h1 {
    font-family: 'AvenirLTStd-Medium', san-serif;
    font-weight: 100;
    font-size: 18px;
    line-height: 27px;
}

.the-content h2, .intro-content h2 {
    font-family: 'AvenirLTStd-Medium', san-serif;
    font-weight: 100;
    font-size: 18px;
    line-height: 27px;
}

.the-content h3, .intro-content h3 {
    font-family: 'AvenirLTStd-Medium', san-serif;
    font-weight: 100;
    font-size: 18px;
    line-height: 27px;
}

.the-content h4, .intro-content h4 {
    font-family: 'AvenirLTStd-Medium', san-serif;
    font-weight: 100;
    font-size: 18px;
    line-height: 27px;
}

.the-content p:first-child {
    font-family: 'AvenirLTStd-Medium', san-serif;
    font-weight: 100;
    color: #0f3e6e;
    margin-bottom: 25px;
}

.the-content ol, .intro-content ol {
    padding-bottom: 20px;
}

.the-content ul, .intro-content ul {
    padding-bottom: 20px;
}

.the-content p, .intro-content p {
    font-family: 'AvenirLTStd-Medium', san-serif;
    font-weight: 100;
    color: #292f36;
    font-size: 18px;
    line-height: 27px;
    padding-bottom: 20px;
}

.the-content li, .intro-content li {
    padding: 0 0 5px 22px;
    font-family: 'AvenirLTStd-Medium', san-serif;
    font-weight: 100;
    color: #292f36;
    font-size: 18px;
    line-height: 27px;
    padding-bottom: 10px;
    position: relative;
}

    .the-content li a, .intro-content li a {
        font-family: 'AvenirLTStd-Medium', san-serif;
        font-weight: 100;
        text-decoration: none;
        color: #292f36;
    }

    .the-content li:before, .intro-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;
    }

/* ----------- new side panel ------------- */
.sidepanel {
    text-align: left;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    overflow: hidden;
    margin-top: 9px;
    margin-bottom: 30px;
}

    .sidepanel h3.panelhead {
        padding: 12px 15px 7px 15px !important;
        display: block;
        color: #fff !important;
        margin: 0;
        background: #242b34;
        font-weight: 600;
        text-transform: capitalize;
        letter-spacing: 0;
        font-size: 16px !important;
        line-height: 23px;
        font-family: 'AvenirLTStd-Medium', san-serif;
    }

    .sidepanel ul {
        margin: 0;
        padding: 0;
    }

    .sidepanel li {
        display: block;
        list-style-type: none;
        background: #f4f0e8;
    }

        .sidepanel li a {
            display: block;
            padding: 11px 15px 8px 15px;
            color: #292f36;
            font-family: 'AvenirLTStd-Medium', san-serif;
            font-size: 14px;
            text-decoration: none;
        }

        .sidepanel li.current_page_item a {
            background: #fff;
            color: #888888;
        }

        .sidepanel li.current a {
            background: #fff;
            color: #888888;
        }

        .sidepanel li a:hover {
            background: #fff;
            color: #888888;
            text-decoration: none;
        }

        .sidepanel li:last-child {
            border-radius: 0 0 2px 2px;
            -moz-border-radius: 0 0 2px 2px;
            -webkit-border-radius: 0 0 2px 2px;
        }

    .sidepanel .car-specs-in-nav {
        display: inline-block;
        float: right;
        font-size: 11px;
    }

        .sidepanel .car-specs-in-nav span {
            margin-left: 5px;
        }

        .sidepanel .car-specs-in-nav i.fa {
            margin-right: 3px;
        }

@media (max-width: 430px) {
    .sidepanel h3 {
        padding: 15px 12px 10px 12px;
    }

    .sidepanel li a {
        padding: 11px 12px 8px 12px;
        font-size: 13px;
    }
}
/*
.the-content .vehicle-stats:hover span{ background:none; padding-left:0; }
.the-content .vehicle-stats:hover span span{ display:block; }
*/
.the-content .location-map {
    margin: 20px auto;
    display: block;
    padding: 0;
}

/* Gallery */
.gallery-container {
    /*  position: relative;
  z-index: 300;
  width: 100%;
  height: 550px;
  overflow: hidden;
  border-bottom: 10px solid #252b35;
  margin: 0 auto 77px auto;*/
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-bottom: 10px solid #252b35;
    margin: 0 auto 77px auto;
    top: 0;
    left: 0;
}

.gallery img {
    width: 100%;
    height: auto;
    margin-top: 0%;
}

.gallery:after {
    content: "";
    background: rgba(35, 52, 80, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 301;
}

.gallery {
    width: 100%;
    height: 100%;
    border-bottom: 10px solid #252b35;
    box-sizing: initial;
}

html.no-js .gallery-container img {
    display: none;
}

    html.no-js .gallery-container img:first-child {
        display: block;
    }

#gallery-page-content-wrap {
    position: relative;
    z-index: 200;
    width: 1150px;
    min-height: 238px;
    margin: 0 auto 0;
    background: #fff;
    padding: 2rem 0;
}

.dotnav-wrap {
    position: absolute;
    left: 50%;
    top: 92%;
}

.dotnav {
    position: relative;
    left: -50%;
}

    .dotnav a {
        position: relative;
        z-index: 400;
        float: left;
        display: block;
        width: 11px;
        height: 11px;
        text-indent: -999em;
        overflow: hidden;
        background: url(../img/btn-dotnav.png) 0 0 no-repeat;
        margin-right: 5px;
    }

        .dotnav a:last-child {
            margin: 0;
        }

        .dotnav a:hover, .dotnav .activeSlide {
            background-position: 0 -11px;
        }

/* Booking Page */
#booking-size-message {
    display: none;
    width: 280px;
    text-align: center;
    padding-top: 100px;
    margin: 0 auto;
    font-size: 20px;
}

#booking-mobile {
    display: none;
}

#booking-wrap {
    position: relative;
    width: 940px;
    height: 360px;
    margin: 20px auto 0;
}

    #booking-wrap h1 {
        position: absolute;
        overflow: hidden;
        z-index: 300;
        top: 0;
        left: 0;
        width: 938px;
        height: 40px;
        padding-top: 4px;
        text-align: center;
        font-size: 26px;
        background: url(../img/bg-booking-h1.png) center top no-repeat transparent;
        text-align: center;
    }

.ie #booking-wrap h1 {
    font-size: 23px;
}

#booking-wrap h1 div {
    position: absolute;
    top: 0;
    left: 0;
    width: 938px;
    background: transparent !important;
}

#booking-slides {
    position: relative;
    border: 2px solid #a78a52;
    width: 936px;
    height: 356px;
    z-index: 8;
    overflow: hidden;
}

.booking-slide {
    float: left;
    position: relative;
    width: 936px;
    height: 356px;
}

.slides-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 5616px;
}

#back-next {
    position: relative;
    z-index: 180;
    padding: 30px 0 6px;
    width: 940px;
    height: 35px;
    margin: 0 auto;
}

    #back-next .btn {
        width: 109px;
        height: 35px;
    }

    #back-next .back {
        float: left;
        background-image: url(../img/btn-back.png);
    }

    #back-next .next {
        float: right;
        background-image: url(../img/btn-next.png);
    }

        #back-next .next:hover {
            background-position: 0 -35px;
        }

    #back-next .inactive:hover {
        background-position: 0 0;
    }

    #back-next .makeSubmit {
        background-position: 0 -70px;
    }

        #back-next .makeSubmit:hover {
            background-position: 0 -105px;
        }

#booking-location {
    background: url(../img/bg-booking-location.jpg) 0 0 no-repeat;
}

    #booking-location img {
        position: absolute;
        left: 44px;
        top: 48px;
    }

    #booking-location ul {
        position: absolute;
        top: 50px;
        width: 210px;
    }

    #booking-location .colA {
        left: 458px;
    }

    #booking-location .colB {
        left: 688px;
    }

    #booking-location li h4 {
        font-size: 18px;
        color: #a78a52;
        padding: 6px 0 0 20px;
    }

.ie #booking-location li h4 {
    font-size: 15px;
}

#booking-location li a {
    text-decoration: none;
    color: #0b3d70;
    padding-left: 20px;
}

    #booking-location li a:hover, #booking-location li a.locSelected, #booking-location li a.locHover {
        background: url(../img/location-pointer.png) 2px 2px no-repeat;
        color: #a78a52;
    }

#booking-location p {
    font-size: 12px;
    line-height: 1.3em;
    padding: 6px 0 0 20px;
}

.ie #booking-location p {
    line-height: 1.2em;
}

#booking-service-slides {
    width: 936px;
    height: 356px;
}

.booking-service-slide {
    position: relative;
    width: 936px;
    height: 356px;
}

    .booking-service-slide img {
        position: absolute;
        z-index: 10;
        top: 0;
        left: 0;
    }

    .booking-service-slide h2 {
        position: relative;
        z-index: 20;
        width: 100%;
        text-align: center;
        padding-top: 148px;
        font-size: 36px;
        color: #fff;
        text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.43);
        line-height: 1.3em;
    }

    .booking-service-slide h3 {
        position: relative;
        z-index: 20;
        width: 100%;
        text-align: center;
        padding-top: 6px;
        font-size: 24px;
        color: #fff;
        text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.43);
    }

#booking-service-back-next {
    position: absolute;
    z-index: 30;
    top: 148px;
    width: 900px;
    padding: 0 18px;
}

    #booking-service-back-next .btn {
        width: 40px;
        height: 40px;
    }

.serviceBack {
    float: left;
    background-image: url(../img/btn-left.png);
}

.serviceNext {
    float: right;
    background-image: url(../img/btn-right.png);
}

#booking-service-pager {
    position: absolute;
    z-index: 30;
    width: 100%;
    bottom: 0;
    padding-top: 8px;
    height: 33px;
    text-align: center;
    background-color: #202f3e;
    border-top: 2px solid #a78a52;
    border-top: 2px solid rgba(166, 138, 81, 0.6);
}

.rgba #booking-service-pager {
    background-color: rgba(31, 46, 61, 0.6);
}

#booking-service-pager a {
    display: inline;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    font-variant: normal;
    color: #fff;
    padding: 4px 20px;
}

    #booking-service-pager a:hover, #booking-service-pager a.activeSlide {
        color: #a78a52;
    }

#booking-service-slides .slideHidden {
    display: none !important;
}

#booking-vehicle .jcarousel-container {
    position: absolute;
    width: 810px;
    height: 280px;
    left: 63px;
    top: 56px;
}

#booking-vehicle .jcarousel-clip {
    width: 810px;
    height: 280px;
    overflow: hidden;
}

.vehicle-mask {
    position: relative;
    float: left;
    width: 810px;
    height: 280px;
    margin: 56px 0 0 60px;
    overflow: hidden;
}

#booking-vehicle {
    overflow: hidden;
}

#booking-vehicle-slides {
    position: absolute;
    left: 0;
    top: 0;
    float: left;
    width: 5000px;
    height: 280px;
}

.booking-vehicle-slide {
    position: relative;
    width: 810px;
    height: 280px;
}

.booking-vehicle-tile {
    position: relative;
    float: left;
    width: 256px;
    height: 236px;
    padding: 20px 5px;
    border: solid 2px #fff;
    margin: 0;
}

    .booking-vehicle-tile a {
        text-decoration: none;
    }

    .booking-vehicle-tile h2 {
        font-size: 20px;
        text-align: center;
        padding: 10px;
        color: #0b3d70;
        text-decoration: none;
    }

.vehicleBack {
    position: absolute;
    top: 160px;
    left: 10px;
    width: 40px;
    height: 40px;
    background-image: url(../img/btn-left.png);
    cursor: pointer;
}

.vehicleNext {
    position: absolute;
    top: 160px;
    right: 10px;
    width: 40px;
    height: 40px;
    background-image: url(../img/btn-right.png);
    cursor: pointer;
}

.jcarousel-prev-disabled, .jcarousel-next-disabled {
    opacity: 0.25;
    cursor: default;
}

    .jcarousel-prev-disabled:hover, .jcarousel-next-disabled:hover {
        background-position: 0 0;
    }

.booking-vehicle-tile .vehicle-stats {
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 200;
    height: 16px;
    background-color: #efefef;
    border-radius: 2px;
    font-size: 11px;
    color: #0b3d70;
    padding: 4px 6px 0;
}

    .booking-vehicle-tile .vehicle-stats span {
        float: left;
        height: 13px;
        line-height: 1em;
    }

.booking-vehicle-tile .passengers {
    background: url(../img/icn-passengers-sm.png) 0 0 no-repeat;
    padding: 0 6px 0 12px;
}

.booking-vehicle-tile .suitcases {
    background: url(../img/icn-suitcases-sm.png) 0 0 no-repeat;
    padding-left: 20px;
}

.booking-vehicle-tile .bags {
    background: url(../img/icn-bags-sm.png) 2px 0 no-repeat;
    padding-left: 20px;
}

.booking-vehicle-tile .trailer {
    background: url(../img/icn-trailer-sm.png) 0 0 no-repeat;
    padding-left: 20px;
}

.booking-colL {
    float: left;
    width: 440px;
    padding: 70px 0 0 18px;
}

.booking-colR {
    float: right;
    width: 440px;
    padding: 70px 18px 0 0;
}

.booking-footnote {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    font-size: 13px;
    text-align: center;
}

.form-row {
    height: 50px;
}

#booking-date input {
    border: 2px solid #e4e4e4;
    width: 256px;
    padding: 5px;
}

    #booking-date input#bf-date {
        background: url(../img/icn-calendar.gif) 245px 8px no-repeat;
    }

#booking-date label {
    float: left;
    width: 170px;
    padding-top: 3px;
}

#booking-date select {
    margin-top: 3px;
}

#ui-datepicker-div {
    font-size: 11px;
    z-index: 999 !important;
}

div.ui-timepicker-standard {
    z-index: 999 !important;
}

#booking-details-form {
    padding: 70px 8px 0;
}

#booking-details label {
    float: left;
    padding: 3px 10px 0;
}

#booking-details input {
    float: left;
    border: 2px solid #e4e4e4;
    font-size: 14px;
    padding: 5px;
}

#booking-details select {
    float: left;
    position: relative;
    top: 5px;
}

.rowFirstLabel {
    float: left;
    width: 128px;
}

#bf-contact-title {
    margin-right: 10px;
}

#bf-contact-name {
    width: 186px;
}

#bf-contact-mobile, #bf-contact-landline {
    width: 118px;
}

#bf-contact-email {
    width: 256px;
}

#booking-details #passenger-no-label {
    padding-right: 100px;
}

#passenger-info {
    background: #f5f7f9;
    padding: 8px 0 0;
    margin-bottom: 16px;
}

    #passenger-info .form-row {
        height: 40px;
    }

    #passenger-info input {
        font-size: 12px;
        padding: 3px;
        width: 122px;
    }

    #passenger-info label {
        padding: 3px 8px 0;
    }

    #passenger-info .passenger-name {
        width: 364px;
    }

#bf-notes {
    width: 740px;
}

#add-requirements input {
    position: relative;
    top: 8px;
    border: none;
}

.ie #add-requirements input {
    top: 5px;
}

#details-contact {
    float: right;
    width: 260px;
    text-align: right;
}

#booking-confirm {
    background: url(../img/bg-confirmation.png) 380px 64px no-repeat;
}

    #booking-confirm p {
        width: 560px;
        margin: 0 auto;
        text-align: center;
    }

        #booking-confirm p.confirmation-message {
            padding: 170px 0 10px;
            font-size: 17px;
        }

/* Contact Page */
/*
.wpcf7 ul li {padding-left:0; background:none;}
.wpcf7 input{ border:2px solid #e4e4e4; width:420px; padding:5px; }
.wpcf7 textarea{ border:2px solid #e4e4e4; width:420px; padding:5px; }
.wpcf7 input.wpcf7-submit,
.gform_footer input.gform_button{ display:block; border:none; width:109px; height:35px; text-indent:-9999em; overflow:hidden; background:url(../img/btn-next.png) 0 -70px no-repeat; }
.wpcf7 input.wpcf7-submit:hover,
.gform_footer input.gform_button:hover { background-position:0 -105px; }
*/
.gform_wrapper {
    margin-top: 20px;
}

.gform_body .gfield {
    padding-left: 0;
}

    .gform_body .gfield:before {
        display: none;
    }

.gform_body label {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 33px;
    padding: 15px 0 0 0;
}

.gform_body input {
    width: 90%;
}

.gform_body textarea {
    width: 90%;
}

#gform_submit_button_1 {
    margin: auto;
    display: block;
    max-width: none;
    border: none;
    display: inline-block;
    margin: 0 0 30px 0;
}

.validation_error, .validation_message {
    font-family: 'AvenirLTStd-Medium', san-serif;
    font-weight: 100;
    color: red;
    font-size: 15px;
    padding: 5px 0;
}

/* Sidebar */
#sidebar {
    float: right;
    width: 300px;
}

    #sidebar.up {
        margin-top: -66px;
    }

    #sidebar .highlight-box {
        margin-bottom: 16px;
    }

.sidebar-book-now {
    width: 274px;
    padding-top: 13px;
    margin-bottom: 16px;
}

.submenu-box {
    background-color: #f5f2ec;
    margin-bottom: 16px;
}

    .submenu-box li {
        background: url(../img/bg-submenu.png) center bottom no-repeat;
    }

    .submenu-box a {
        display: block;
        padding: 5px 0 8px;
        text-align: center;
        font-size: 17px;
        color: #0b3d70;
        text-decoration: none;
    }

    .submenu-box li:last-child {
        background: none;
    }

    .submenu-box a:hover, .submenu-box .current_page_item a {
        color: #a78a52;
    }

#mobile-sidebar {
    display: none;
}

/* Highlight Boxes */
/*
.highlight-box{ width:276px; padding:10px 10px 6px; background:#fff; 
	
	
	
}
*/
.highlight-box h2 {
    font-size: 22px;
    line-height: 24px;
    text-align: center;
    color: #292f36;
    padding: 15px 0;
    font-family: 'AvenirLTStd-Medium', san-serif;
    font-weight: 100;
    width: 274px;
    margin: 0 auto;
    v
}

    .highlight-box h2 a {
        font-size: 22px;
        line-height: 24px;
        text-align: center;
        color: #292f36;
        padding: 15px 0;
        font-family: 'AvenirLTStd-Medium', san-serif;
        font-weight: 100;
        width: 274px;
        text-decoration: none;
    }

.ie .highlight-box h2 {
    font-size: 20px;
}

.highlight-frame {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 200px;
    margin-bottom: 5px;
}

    .highlight-frame img {
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

.highlight-content {
    position: absolute;
    bottom: 100%;
    left: 0;
    z-index: 300;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #0f3e6e;
    opacity: 0.9;
    display: table;
    transition: top 0.2s;
    -webkit-transition: top 0.2s;
    -moz-transition: top 0.2s;
    -o-transition: top 0.2s;
    text-decoration: none;
}

    .highlight-content p {
        display: table-cell;
        padding: 16px;
        font-family: 'AvenirLTStd-Medium', san-serif;
        font-weight: 100;
        font-size: 15px;
        text-align: center;
        line-height: 19px;
        color: #fff;
        height: 100%;
        vertical-align: middle;
    }

/* .highlight-content{ background-color:rgba(31,46,61,0.6); } */
/*
*/
/* .highlight-box .vehicle-stats{ position:absolute; top:4px; left:4px; z-index:200; height:16px; background-color:#fff; border-radius:2px; font-size:11px; color:#0b3d70; padding:4px 6px 0; transition:opacity 0.2s; -webkit-transition:opacity 0.2s; -moz-transition:opacity 0.2s; -o-transition:opacity 0.2s; } */
/* .rgba .highlight-box .vehicle-stats{ background-color:rgba(255,255,255,0.6); } */
/*
*/
/* .highlight-box .vehicle-stats span{ float:left; height:13px; line-height:1em; } */
/*
.highlight-box .passengers{ background:url(../img/icn-passengers-sm.png) 0 0 no-repeat; padding:0 6px 0 12px; }
.highlight-box .suitcases{ background:url(../img/icn-suitcases-sm.png) 0 0 no-repeat; padding-left:20px; }
.highlight-box .bags{ background:url(../img/icn-bags-sm.png) 2px 0 no-repeat; padding-left:20px; }
.highlight-box .trailer{ background:url(../img/icn-trailer-sm.png) 0 0 no-repeat; padding-left:20px; }
*/
.ie7 .highlight-content, .ie8 .highlight-content {
    filter: alpha(opacity=75);
    cursor: pointer;
}

.highlight-frame:hover .highlight-content {
    top: 0px;
}

.ie7 .highlight-box .vehicle-stats, .ie8 .vehicle-stats {
    filter: alpha(opacity=75);
}

.highlight-frame:hover .vehicle-stats {
    display: none;
}

.opacity .highlight-frame:hover .vehicle-stats {
    display: block;
    opacity: 0;
}

/* Map Box */
.map-box {
    position: relative;
    width: 300px;
    height: 220px;
    margin-bottom: 16px;
}

    .map-box h2 {
        font-size: 22px;
        text-align: center;
    }

    .map-box .link-btn {
        position: absolute;
        z-index: 700;
        left: 16px;
        top: 182px;
    }

.display-map {
    position: relative;
    z-index: 600;
    width: 222px;
    height: 196px;
    margin-left: 39px;
}

    .display-map div {
        position: absolute;
    }

    .display-map .wa {
        width: 91px;
        height: 130px;
        left: 0;
        top: 21px;
        background: url(../img/states/wa.png) 0 0 no-repeat;
    }

    .display-map .nt {
        width: 53px;
        height: 88px;
        left: 84px;
        top: 4px;
        background: url(../img/states/nt.png) 0 0 no-repeat;
    }

    .display-map .sa {
        width: 63px;
        height: 71px;
        left: 90px;
        top: 92px;
        background: url(../img/states/sa.png) 0 0 no-repeat;
    }

    .display-map .qld {
        width: 85px;
        height: 109px;
        left: 137px;
        top: 0;
        background: url(../img/states/qld.png) 0 0 no-repeat;
    }

    .display-map .nsw {
        width: 68px;
        height: 53px;
        left: 154px;
        top: 105px;
        background: url(../img/states/nsw.png) 0 0 no-repeat;
    }

    .display-map .act {
        width: 8px;
        height: 8px;
        left: 188px;
        top: 132px;
        background: url(../img/states/act.png) 0 0 no-repeat;
    }

    .display-map .vic {
        width: 44px;
        height: 28px;
        left: 154px;
        top: 140px;
        background: url(../img/states/vic.png) 0 0 no-repeat;
    }

    .display-map .tas {
        width: 25px;
        height: 26px;
        left: 168px;
        top: 170px;
        background: url(../img/states/tas.png) 0 0 no-repeat;
    }

    .display-map div.this_state {
        background-position: 0 100%;
    }

/* Link Buttons */
.link-btn {
    float: left;
    height: 27px;
    background: url(../img/btn-link-l.png) 0 0 no-repeat;
    padding: 0 0 0 20px;
    color: #353535;
    text-decoration: none;
    font-size: 15px;
}

.ie .link-btn {
    cursor: pointer;
    font-size: 14px;
}

.link-btn span {
    display: block;
    height: 27px;
    background: url(../img/btn-link-r.png) 100% 0 no-repeat;
    padding: 0 24px 0 4px;
    line-height: 1.75em;
}

.link-btn:hover {
    color: #353535;
    background-position: 0 100%;
}

    .link-btn:hover span {
        background-position: 100% 100%;
    }

.center-wrap {
    position: relative;
    float: left;
    left: 50%;
}

    .center-wrap .link-btn {
        position: relative;
        float: left;
        left: -50%;
    }

.ie7 .center-wrap .link-btn {
    margin-left: -20px;
}

/* 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-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;
}

/* New fleet layout */
.fleet-excerpt {
    text-align: center;
    position: relative;
    background: url(../img/fleet-excerpt.gif) repeat-x center bottom;
    float: left;
    margin: 10px 10px 65px 10px;
    width: 31.56%;
    min-height: 460px !important;
    height: 460px;
    min-width: 276px;
}

    .fleet-excerpt a {
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
    }

    .fleet-excerpt .crop-box img {
        height: auto;
        width: 100%;
    }

    .fleet-excerpt .crop-box {
        width: 100%;
        height: 185px;
        overflow: hidden;
        position: relativel img;
        position-position: absolute;
        position-top: 0;
        position-left: 0;
        position-width: 100%;
        position-height: auto;
    }

    .fleet-excerpt h2 {
        font-family: 'AvenirLTStd-Medium', san-serif;
        font-weight: 100;
        letter-spacing: 0;
        font-size: 19px;
        line-height: 33px;
        color: #0f3e6e;
        display: block;
        padding: 24px 0 0 0;
    }

    .fleet-excerpt p {
        color: #292f36;
        font-family: 'AvenirLTStd-Medium', san-serif;
        font-weight: 100;
        font-size: 15px;
        line-height: 23px;
        padding: 11px 23px 23px 23px;
    }

    .fleet-excerpt .vehicle-stats {
        font-size: 14px;
        line-height: 24px;
        padding: 10px 0;
        text-align: center;
    }

        .fleet-excerpt .vehicle-stats span {
            font-size: 14px;
            padding-right: 7px;
            text-align: center;
        }

            .fleet-excerpt .vehicle-stats span:last-child {
                padding-right: 0;
            }

/************************ MEDIA QUERIES - RESPONSIVE LAYOUT ************************/
@media only screen and (max-width:1600px) {
    .page-hero {
        height: 483px;
    }
}

@media only screen and (max-width: 1300px) {
    .page-hero {
        height: 370px;
    }
}
/* 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 {
        max-width: 656px;
        padding-left: 28px;
        margin: 0 auto;
    }

        .services-wrap .highlight-box {
            width: 45%;
        }

        .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;
    }

    .head-banner {
        font-size: 2.4rem;
    }

    .page-hero {
        height: 280px;
    }

    .dotnav-wrap {
        top: 67%;
    }

    .home .dotnav-wrap {
        top: 92%;
    }
}
/* Responsive layout - Mobile Portrait */
@media only screen and (max-width: 767px) {
    h1.heading-style,
    h2.heading-style {
        font-size: 30px;
        line-height: 34px;
    }

    .page-template-page-executive section, .page-template-page-contact-new section, .page-template-information-layout section {
        padding: 20px 0 !important;
    }

    #mini-nav {
        top: 105px;
        left: 63px;
    }

        #mini-nav .btn {
            float: left;
        }

    #hero {
        display: none;
    }

    .services-wrap, .vehicles-wrap {
        max-width: 310px;
        padding-left: 0;
        margin: 0 auto;
    }

        .services-wrap .highlight-box, .vehicles-wrap .highlight-box {
            width: 95%;
            margin: 5px 0;
        }

    #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: 100%;
    }

        .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;
    }

    .page-hero {
        height: 112px;
        margin: 0 auto 15px auto;
    }

    #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;
    }

    .head-banner {
        font-size: 2.2rem;
    }

    .gallery-container {
        /*height: 172px; */
        margin: 0 auto 15px auto;
    }

    #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: 'AvenirLTStd-Medium', 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: 'AvenirLTStd-Medium', 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: 'AvenirLTStd-Medium', 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: 1260px) {
    #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%;
    }
}
/* ============== Errors ==============  */
span.statusbox {
    display: block;
    clear: both;
    text-align: left;
    color: red;
}

.smallerrormessage {
    font-family: 'AvenirLTStd-Medium', san-serif;
    font-weight: 100;
    padding: 10px 0;
    margin-top: 0;
    display: block;
    position: relative;
}

.bigerrormessage {
    font-family: 'AvenirLTStd-Medium', san-serif;
    font-weight: 100;
    padding: 0;
    margin-top: 0;
    display: block;
    position: relative;
    text-align: center;
    top: -22px;
}

@media (max-width: 610px) {
    .bigerrormessage {
        padding: 0 0 20px 0;
        top: auto;
    }
}

.errormessage {
    display: none;
    clear: both;
    color: red;
    font-size: 14px;
}

.booking-types .panels fieldset input.error {
    border: solid 1px red;
}

.booking-types .panels fieldset label.error {
    display: none !important;
}

/* Specials slit */
.special-wrap {
    padding: 0 20px;
}

#special {
    position: relative;
    margin: 65px auto 50px auto;
    background: #e7dac0;
    padding: 10px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

    #special .ttl {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 3px;
        color: #222820;
        margin-top: 5px;
    }

    #special .cnt {
        color: #fff;
        /*z-index: 1;*/
        font-family: 'AvenirLTStd-Medium', san-serif;
        font-weight: 100;
        padding: 10px;
        font-size: 14px;
        line-height: 18px;
        position: relative;
    }

    #special p {
        font-size: 16px;
        line-height: 22px;
        color: #222820;
    }

@media (min-width: 768px) {
    #special {
        max-width: 620px;
        text-align: left;
        overflow: hidden;
    }

        #special img {
            float: left;
            margin-right: 20px;
        }
}
/* 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: 0 20px 0 0;
}

@media (max-width: 1250px) {
    .txt-corporate {
        display: none;
    }
}

.reddot {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #ce0b24;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: relative;
}

.booking-heading .heading-style-sngl {
    margin: 40px auto 11px auto;
    background: none;
}

.booking-heading-wrap {
    max-width: 900px;
    margin: auto;
    position: relative;
}

    .booking-heading-wrap .topcta {
        max-width: none;
    }

@media (min-width: 820px) {
    .booking-heading-wrap .topcta {
        position: absolute;
        right: 0;
    }
}

.booking-lead {
    font-size: 18px;
    color: #242b34;
    text-align: center;
    display: block;
}

.aligncenter {
    text-align: center;
}

.bookingform p {
    color: #242b34;
    margin-bottom: 30px;
    font-family: 'AvenirLTStd-Medium', san-serif;
}

.bookingform .bk-key {
    padding-bottom: 0 !important;
}

    .bookingform .bk-key p {
        text-align: center;
        font-size: 13px;
        color: #242b34;
        margin-bottom: 0;
    }

        .bookingform .bk-key p .reddot {
            top: -1px;
            margin-right: 4px;
        }

.bookingform label {
    color: #242b34;
}

    .bookingform label .reddot {
        top: -7px;
    }

.bookingform div.displayreference,
.bookingform div.displayamount {
    background: #d6d8db;
    width: auto;
    display: inline-block;
    margin: auto;
    margin-bottom: 20px;
    -webkit-box-shadow: inset 0 0 5px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 0 5px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
    padding: 3px 30px 7px 30px;
    color: #292f36;
    font-family: 'AvenirLTStd-Medium', san-serif;
    font-weight: 100;
    font-size: 33px;
    line-height: 31px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .bookingform div.displayreference .ttl,
    .bookingform div.displayamount .ttl {
        display: block;
        font-size: 13px;
    }

.bookingform div.displayreference {
    max-width: 220px;
}

.bookingform div.displayamount {
    max-width: 200px;
}

.bookingform .radios.toggle > label {
    padding: 14px 2px 11px 2px;
}

.timeline-wrap {
    text-align: center;
    margin-bottom: 40px;
}

hr.greyhr {
    border-top: solid 2px #e5e5e5;
    clear: both;
}

ul.timeline {
    display: inline-block;
    position: relative;
    text-align: left;
}

    ul.timeline:before {
        content: '';
        display: block;
        position: absolute;
        top: 25px;
        bottom: 0;
        left: 10px;
        border-left: solid 1px #ccc;
    }

    ul.timeline li {
        display: block;
        font-family: 'AvenirLTStd-Medium', san-serif;
        font-weight: normal;
        font-size: 16px;
        line-height: 22px;
        text-align: left;
        position: relative;
        color: #242b34;
        padding-top: 10px;
    }

        ul.timeline li:before {
            content: '';
            display: inline-block;
            width: 16px;
            height: 16px;
            margin-left: auto;
            margin-right: 10px;
            position: relative;
            top: 6px;
            background: #fff;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            border-radius: 100%;
            border: solid 3px #0f3e6e;
        }

        ul.timeline li.active {
            color: #bc9f69;
        }

            ul.timeline li.active:before {
                border: solid 3px #bc9f69;
                background: url(../img/gold-tick.png) no-repeat center center #fff;
            }

@media (min-width: 520px) {

    ul.timeline {
        display: inline-block;
    }

        ul.timeline:before {
            content: '';
            display: block;
            position: absolute;
            top: 13px;
            bottom: auto;
            left: 100px;
            right: 100px;
            border-left: none;
            border-top: solid 1px #ccc;
        }

        ul.timeline li {
            padding-top: 40px;
            margin: auto 20px;
            font-size: 18px;
            width: 150px;
            display: inline-block;
            text-align: center;
        }

            ul.timeline li:before {
                position: absolute;
                top: 0;
                left: 50%;
                width: 20px;
                height: 20px;
                margin-left: -10px;
            }
}

.bookingform input[type="time"] {
    display: inline-block;
}

.bookingform input[type="date"] {
    display: inline-block;
    margin-right: 14px;
}

.bookingform input {
    margin-bottom: 15px;
}

.bookingform .btn.left {
    float: left;
    max-width: none;
}

.bookingform .btn.edit-btn {
    color: #242b34;
    text-decoration: none;
    background: transparent;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: solid 2px;
    font-weight: bold;
    padding: 3px 9px;
}

.bookingform .btn.blue, .bookingform #gform_submit_button_1 {
    margin-bottom: 14px;
}

@media (max-width: 992px) {
    .bookingform .btn.blue, .bookingform #gform_submit_button_1 {
        width: auto;
        padding: 16px 20px 10px 20px;
    }

        .bookingform .btn.blue.right, .bookingform .right#gform_submit_button_1 {
            float: right;
            width: auto;
        }
}

@media (max-width: 630px) {
    .bookingform .btn.blue, .bookingform #gform_submit_button_1 {
        display: block;
        padding: 9px 12px;
        font-weight: normal;
        font-size: 14px;
        float: none;
        width: 100%;
    }

        .bookingform .btn.blue.right, .bookingform .right#gform_submit_button_1 {
            float: none;
            width: 100%;
        }
}

.jouney-details {
    max-width: 780px;
    margin: auto;
}

    .jouney-details p {
        color: #242b34;
        margin-bottom: 30px;
        font-family: 'AvenirLTStd-Medium', san-serif;
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 11px;
    }

    .jouney-details .jouney-detail {
        max-width: 285px;
        margin-bottom: 1em;
    }

@media (min-width: 768px) {
    .jouney-details .jouney-detail {
        bottom: 0;
        position: relative;
        min-height: 130px;
        padding-bottom: 2em;
    }

        .jouney-details .jouney-detail .edit-btn {
            position: absolute;
            bottom: .5em;
        }

        .jouney-details .jouney-detail:first-child {
            float: left;
        }

        .jouney-details .jouney-detail:last-child {
            float: right;
            text-align: right;
        }

            .jouney-details .jouney-detail:last-child .edit-btn {
                right: .5em;
            }
}

.boxtoandfrom {
    overflow: hidden;
    margin-top: 10px;
}

    .boxtoandfrom .boxto {
        padding-bottom: 90px;
        background: url(../img/arrow-down.png) no-repeat center bottom;
    }

@media (min-width: 910px) {
    .boxtoandfrom {
        background: url(../img/arrow-right.png) no-repeat center center;
    }

        .boxtoandfrom .boxto {
            padding-bottom: 10px;
            background: none;
        }
}

.bookingform div.conditionalfield {
    padding: 0;
}

.bookingform div .boxto {
    max-width: 385px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.bookingform div .boxfrom {
    max-width: 385px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 910px) {
    .bookingform div .boxto {
        float: left;
    }

    .bookingform div .boxfrom {
        float: right;
    }
}

.spancol4,
.spancol6,
.spancol8 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

@media (min-width: 630px) {
    .spancol4,
    .spancol6,
    .spancol8 {
        float: left;
    }
}

.clearboth {
    clear: both;
}

@media (min-width: 630px) {
    .spancol4 {
        width: 33.3334%;
    }

    .spancol8 {
        width: 66.6667%;
    }

    .spancol12 {
        width: 100%;
        padding-bottom: 0 !important;
    }
}

.bookingform div.your-details {
    padding: 0;
}

.bookingform div.passenger-details {
    padding: 0;
    clear: left;
}

.howmanybags-wrap {
    margin-top: -10px;
}

.bookingform div.returndetails {
    padding: 0;
}

.bookingform div.moretosay-field {
    padding: 0;
}

.diclaimer {
    text-align: center;
    font-family: 'AvenirLTStd-Medium', san-serif;
    font-size: 10px;
    line-height: 14px;
    display: block;
    color: #666;
    padding: 0 20px 20px 20px;
}

.clearleft {
    clear: left;
}

.page-id-843 .bookingform p {
    max-width: 550px;
    margin: 1em auto;
}

input.flightnumber {
    text-transform: uppercase;
}

.post-tile .ttl {
    font-family: 'AvenirLTStd-Medium', san-serif;
    font-weight: 100;
    letter-spacing: 0;
    font-size: 19px;
    line-height: 28px;
    display: block;
    padding: 24px 0 8px 0;
}

    .post-tile .ttl a {
        color: #0f3e6e;
        text-decoration: none;
    }

.post-tile p {
    font-size: 16px;
    line-height: 25px;
}

.home-features.services-wrap {
    overflow: hidden;
}

.home-feature.highlight-box {
    width: 31.56%;
    background: url(../img/fleet-excerpt.gif) repeat-x center bottom;
    text-align: center;
    margin-top: 27px;
    height: 530px;
}

    .home-feature.highlight-box .btn.blue, .home-feature.highlight-box #gform_submit_button_1 {
        padding: 8px 36px 4px 36px;
        max-width: none;
        display: inline-block;
        font-size: 16px;
    }

    .home-feature.highlight-box .sec-ttl {
        text-align: left;
        font-size: 17px;
        border-bottom: solid 1px #d7e1e6;
        padding-bottom: 6px;
    }

    .home-feature.highlight-box .ttl {
        margin-top: 10px;
        font-size: 17px;
        line-height: 24px;
        text-align: center;
        color: #292f36;
        padding: 15px 0;
        font-family: 'AvenirLTStd-Medium', san-serif;
        font-weight: 100;
        width: 274px;
    }

    .home-feature.highlight-box .ttl, .home-feature.highlight-box p {
        text-align: center;
        max-width: 220px;
        margin-left: auto;
        margin-right: auto;
    }

    .home-feature.highlight-box img {
        width: auto !important;
        height: 100%;
    }

    .home-feature.highlight-box p {
        color: #000;
        font-family: 'AvenirLTStd-Medium', san-serif;
        font-weight: 100;
    }

    .home-feature.highlight-box .btn {
        /*margin-top: 17px;*/
        margin-bottom: 20px;
        width: auto !important;
    }

@media (min-width: 768px) {
    .home-feature.highlight-box .cnt {
        height: 200px;
    }
}

@media (max-width: 991px) {
    .home-feature.highlight-box {
        width: 100%;
    }
}

.radios.toggle {
    padding: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    overflow: hidden;
    width: auto;
    margin-bottom: 10px;
}

    .radios.toggle > label {
        border: solid 2px #a0a3a8;
        background: #adb0b6;
        width: auto;
        display: table;
        float: left;
        padding: 14px 2px 11px 2px;
        margin: 0;
        position: relative;
        font-weight: normal;
        font-size: 12px;
        line-height: 16px;
        color: #fff;
        border-right: solid 2px #adb0b6;
    }

        .radios.toggle > label span {
            display: table-cell;
            vertical-align: middle;
        }

        .radios.toggle > label:first-of-type {
            -webkit-border-radius: 2px 0 0 2px;
            -moz-border-radius: 2px 0 0 2px;
            border-radius: 2px 0 0 2px;
        }

        .radios.toggle > label:last-child {
            border-right: solid 2px #a0a3a8;
            -webkit-border-radius: 0px 2px 2px 0px;
            -moz-border-radius: 0 2px 2px 0;
            border-radius: 0 2px 2px 0;
        }

    .radios.toggle label:before {
        display: none;
    }

    .radios.toggle input[type="radio"] {
        display: none;
        visibility: hidden;
    }

        .radios.toggle input[type="radio"]:checked {
            visibility: hidden;
        }

            .radios.toggle input[type="radio"]:checked + label {
                color: #fff;
                background: #5b616c;
                border: solid 2px #424851;
            }

                .radios.toggle input[type="radio"]:checked + label:last-child {
                    border-right: solid 2px #424851;
                }

    .radios.toggle label {
        text-align: center;
    }

    .radios.toggle.span2 {
        width: 100%;
    }

        .radios.toggle.span2 label {
            width: 50%;
        }

    .radios.toggle.span3 {
        width: 100%;
    }

        .radios.toggle.span3 > label {
            width: 33.3334%;
            font-size: 11px;
            line-height: 14px;
            min-height: 58px;
        }

    .radios.toggle.span4 {
        width: 100%;
    }

        .radios.toggle.span4 > label {
            width: 25%;
            font-size: 11px;
            line-height: 14px;
            min-height: 58px;
        }

    .radios.toggle.span6 {
        width: 100%;
    }

        .radios.toggle.span6 > label {
            width: 16.6667%;
            font-size: 11px;
            line-height: 14px;
            min-height: 58px;
        }

    .radios.toggle.span7 {
        width: 100%;
    }

        .radios.toggle.span7 > label {
            width: 14.286%;
            font-size: 11px;
            line-height: 14px;
            min-height: 58px;
        }

    .radios.toggle.span8 {
        width: 100%;
    }

        .radios.toggle.span8 label {
            width: 12.5%;
        }

        .radios.toggle.span8 > label {
            font-size: 11px;
            line-height: 14px;
            padding-left: 0;
            padding-right: 0;
        }

@media (min-width: 630px) {
    .radios.toggle > label {
        font-size: 15px;
    }

    .radios.toggle.span2 > label, .radios.toggle.span3 > label, .radios.toggle.span4 > label, .radios.toggle.span6 > label, .radios.toggle.span7 > label, .radios.toggle.span8 > label {
        font-size: 15px;
        min-height: 49px;
    }
}

input.dkfield,
select.dkfield {
    background-color: #5b616c;
    border-color: #2f363f;
    color: #FFF;
}

.hero, .hero-page {
    border-bottom: solid 20px #242b34;
    padding: 20px;
    box-sizing: initial;
}

.hero-page {
    min-height: 125px;
}


/* Homepage image */

.hero, .hero-page {
    display: block;
    height: auto;
    margin: 0;
    position: relative;
    /* background-image: url(../img/limousine-chaffeur.png); */ background: #232a35;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 140px;
}

@media (min-width: 531px) {
    .hero, .hero-page {
        padding-top: 125px;
    }
}

/* .home .gallery-container */
.home .gallery-container {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-bottom: 10px solid #252b35;
    margin: 0 auto 77px auto;
    top: 0;
    left: 0;
}

.home #gallery-page-content-wrap {
    position: relative;
    z-index: 200;
    width: 100%;
    min-height: 238px;
    margin: 0 auto 0;
    background: none;
}

.home .gallery .slide {
    width: 100%;
    height: 100%;
    background-position: center;
}

.home .bookingformstarter {
    width: auto;
    float: none;
    position: absolute;
    left: 10px;
    top: 27px;
  }

.bookingformstarter {
    color: #fff !important;
    font-family: 'AvenirLTStd-Medium', san-serif;
    font-weight: 100;
    max-width: 330px;
    min-width: 330px;
    margin-left: auto;
    margin-right: auto;
}

    .bookingformstarter .ttl {
        color: #fff !important;
        background: #242b34;
        padding: 16px 16px 10px 16px;
        border-bottom: solid 2px #bc9f69;
        border-radius: 2px 2px 0 0;
        -moz-border-radius: 2px 2px 0 0;
        -webkit-border-radius: 2px 2px 0 0;
        font-weight: normal;
    }

    .bookingformstarter input, .bookingformstarter select {
        margin-top: 13px;
        margin-bottom: 13px;
        font-weight: normal;
        box-sizing: border-box;
        margin-top: 2px;
        margin-bottom: 12px;
    }

    .bookingformstarter .cnt {
        padding: 16px 16px 16px 16px;
        position: relative;
    }

        .bookingformstarter .cnt:before {
            content: '';
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            opacity: 0.45;
            background: black;
            top: 0;
            left: 0;
            /*z-index: 1;*/
            border-radius: 0 0 2px 2px;
            -moz-border-radius: 0 0 2px 2px;
            -webkit-border-radius: 0 0 2px 2px;
        }

        .bookingformstarter .cnt > * {
            position: relative;
            /*z-index: 2;*/
        }

    .bookingformstarter .legend {
        font-size: 17px;
        clear: both;
        font-weight: normal;
    }

    .bookingformstarter .radios.toggle {
        background-color: #414852;
        margin-top: 13px;
        margin-bottom: 17px;
        display: block;
        display: table;
        width: 100%;
        color: #fff !important;
        border-bottom: solid 2px #bc9f69;
        border-radius: 2px 2px 0 0;
        -moz-border-radius: 2px 2px 0 0;
        -webkit-border-radius: 2px 2px 0 0;
        font-weight: normal;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
    }

    .bookingformstarter .btn.white {
        margin-top: 8px !important;
    }

    .bookingformstarter .radios.toggle > label {
        border-color: #2f363f;
        width: 50%;
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        display: table-cell;
        width: 100%;
        float: left;
        padding: 14px 10px 11px 10px;
        font-size: 15px;
        font-weight: 600;
        line-height: 18px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }

        .bookingformstarter .radios.toggle > label:first-of-type {
            border-right: none !important;
        }

    .bookingformstarter .radios.toggle input[type="radio"] + label {
        border-width: 1px;
        border-color: #2f363f;
    }

    .bookingformstarter .radios.toggle input[type="radio"] + label {
        color: #A0A3A8;
        background-color: #414852;
    }

    .bookingformstarter .radios.toggle > label,
    .bookingformstarter .radios.toggle > label:last-child,
    .bookingformstarter .radios.toggle input[type="radio"]:checked + label {
        border-width: 1px;
        border-color: #2f363f;
    }

    .bookingformstarter .radios.toggle input[type="radio"]:checked + label {
        color: #fff;
        background: #5b616c;
    }

    .bookingformstarter input.date {
        width: 46.5%;
        margin-right: 5%;
    }

    .bookingformstarter input.timepicker, .bookingformstarter .suburb {
        width: 46.5%;
    }

    .bookingformstarter select {
        width: 100%;
    }

    .bookingformstarter .btn.white, .bookingformstarter #gform_submit_button_1 {
        display: block;
        max-width: none;
        width: 100%;
        padding: 5px 20px 4px 20px;
        margin-top: 16px;
    }


    /* NEW */
    .bookingformstarter input {
        width: 100%;
    }




.homepage-intro {
    text-align: center;
    padding: 0 20px;
}

.homepage-intro {
    margin-bottom: 30px;
    text-align: center;
    max-width: 400px;
}

.homepage-intro {
    margin-left: auto;
    margin-right: auto;
    margin-top: 90px;
}

@media (min-width: 768px) {
    .hero {
        overflow: hidden;
        min-height: 565px;
    }

    .hero-page {
        min-height: 400px;
    }

    .bookingformstarter {
        width: auto;
        float: none;
        position: absolute;
        left: 30px;
        top: 150px;
    }
}

@media (min-width: 769px) {
    .homepage-intro {
        margin-top: 90px;
        margin-left: 401px;
        margin-right: 0;
        width: 70%;
        float: right;
    }
}

@media (min-width: 990px) {
    .homepage-intro {
        max-width: none;
        margin-top: 20px;
        margin-left: 0;
    }
}

@media (min-width: 1280px) {
    .homepage-intro {
        float: none;
        position: absolute;
        width: 100%;
    }

    .home .bookingformstarter {
        width: auto;
        float: none;
        position: absolute;
        left: 10px;
        top: 0;
        /*position: fixed;
	left: 0;*/
    }
}

.page-id-783 fieldset label {
    display: block;
    padding: 20px 0 10px 0;
}

.page-id-783 fieldset input,
.page-id-783 fieldset textarea {
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .page-id-783 #gallery-page-content-wrap #page-content {
        width: auto;
    }

    .page-id-783 .the-content {
        width: 100%;
    }

    .home .bookingformstarter {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
    }

    .dotnav-wrap {
        display: none;
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotate {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

@-o-keyframes rotate {
    0% {
        -o-transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.nooverflow {
    overflow: hidden;
}

.withpreloader {
    position: relative;
}

    .withpreloader .overlay-sheet {
        content: '';
        background: rgba(255, 255, 255, 0.85);
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 10;
    }

    .withpreloader .waiting-msg {
        position: absolute;
        margin-top: -70px;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 99;
        font-family: 'AvenirLT-Heavy';
        font-weight: normal;
    }

    .withpreloader .preloader-animation {
        position: absolute;
        -webkit-animation: rotate 1s infinite linear;
        -moz-animation: rotate 1s infinite linear;
        -ms-animation: rotate 1s infinite linear;
        -o-animation: rotate 1s infinite linear;
        animation: rotate 1s infinite linear;
        border: 4px solid rgba(0, 0, 0, 0.07);
        width: 40px;
        height: 40px;
        border-radius: 999px;
        margin-top: -43px;
        margin-left: -20px;
        top: 50%;
        left: 50%;
        z-index: 11;
    }

        .withpreloader .preloader-animation span {
            position: absolute;
            width: 40px;
            height: 40px;
            border: 4px solid transparent;
            border-top: 4px solid #5681ba;
            top: -4px;
            left: -4px;
            border-radius: 999px;
        }

/* homepage blog stuff */
.article-box {
    display: inline-block;
    width: 31.31%;
    text-align: center;
    /* border: 1px solid #ccc; */
    padding: 0px;
    margin: 10px 10px 65px 10px;
    vertical-align: top;
    background: #f0f0f0;
    height: 260px;
}

.blog-image {
    display: block;
    width: 100%;
    overflow: hidden;
    height: 18em;
    background-size: cover;
    background-position: center;
}

.article-box img {
    display: block;
    width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .article-box {
        width: auto;
    }
}

.article-box span.posted {
    font-size: .7rem;
    font-family: 'AvenirLTStd-Medium', san-serif;
}

.article-box h2 {
    margin: 20px 0 0;
    font-size: 1.2rem;
    font-family: 'AvenirLTStd-Medium', san-serif;
    font-weight: 100;
}

.article-box a {
    color: inherit;
    text-decoration: none;
}

.blog h2.ttl {
    padding: 12px 0px 8px 0px;
    font-size: 1.3rem;
    line-height: 2.1rem;
}

    .blog h2.ttl a {
        text-decoration: none;
    }

.blog article.post-tile {
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 60px 0px;
    border-bottom: 1px solid #a78a52;
}

.blog article span.posted {
    font-size: .7rem;
    font-family: 'AvenirLTStd-Medium', san-serif;
}

.thumbnail-wrap img {
    position: absolute;
    height: auto;
    min-height: 150px;
    width: 100%;
    min-width: 100%;
}

.thumbnail-wrap {
    position: relative;
    height: 150px;
    width: 100%;
    overflow: hidden;
}

.form-column {
    display: inline-block;
    width: 50%;
}

/* Destination Page Template */

.full-col {
    width: 1200px;
    margin: 0 auto;
}

.page-template-page-destination #page-content, .page-template-page-destination-test #page-content {
    width: 1200px;
}

.page-template-page-destination .the-content, .page-template-page-destination-test .the-content {
    width: 750px;
}

.page-template-page-destination #sidebar, .page-template-page-destination-test #sidebar {
    width: 350px;
}

.page-template-page-destination h2, .page-template-page-destination-test h2 {
    font-size: 2rem;
    margin: 20px 0 50px;
    color: #233041;
}

.page-template-page-destination h3, .page-template-page-destination-test h3 {
    font-size: 1.2rem !important;
}

.pickup_info .tabs {
    margin-bottom: 20px;
}


@media only screen and (max-width: 991px) and (min-width: 768px) {
    .page-template-page-destination #page-content,
    .page-template-page-destination-test #page-content,
    .page-template-page-destination .full-col,
    .page-template-page-destination-test .full-col {
        width: 728px;
        margin: 0 auto;
    }
}


@media only screen and (max-width: 767px) and (min-width: 480px) {
    .page-template-page-destination #page-content,
    .page-template-page-destination-test #page-content,
    .page-template-page-destination .full-col,
    .page-template-page-destination-test .full-col {
        width: 436px !important;
        margin: 0 auto;
    }
}



@media only screen and (max-width: 767px) {
    .page-template-page-destination #sidebar {
        width: 276px;
    }


    .page-template-page-destination #page-content {
        margin: 0 auto;
        background: none;
        width: 276px;
        padding: 10px;
    }

    .page-template-page-destination .full-col {
        width: 276px;
    }

    .page-template-page-destination .the-content {
        width: 276px;
    }
}

.car-section {
    margin: 40px 0;
}

/* Vehicle Row */

.vehicle-row {
    clear: both;
    overflow: hidden;
    background: #f7f7f7;
    padding: 20px;
    margin: 10px 0;
}

    .vehicle-row:nth-child(even) {
        background: #fff;
    }

.vehicle-image {
    display: inline-block;
    float: left;
    padding: 0 5px 0 0;
    margin: 0 5px 0 0;
    width: 20%;
}

.vehicle-details {
    float: left;
    width: 46%;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin: 0 10px;
    padding: 0 10px;
}

.vehicle-info {
    float: right;
    width: 25%;
}

ul.vehicle-info, ul.vehicle-info li {
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 1rem;
}

    ul.vehicle-info li:before {
        list-style: none !important;
        background: none;
    }

    ul.vehicle-info li:nth-child(2) {
        text-align: center;
        font-weight: 900;
        margin: 15px 0 0 0;
    }

    ul.vehicle-info li:nth-child(3), ul.vehicle-info li:nth-child(4), ul.vehicle-info li:nth-child(5) {
        display: inline-block !important;
        margin: 0 10px;
    }

li.vehicle-price {
    font-size: 1.5rem !important;
}

.vehicle-row p {
    padding-bottom: 0 !important;
}

.vehicle-details h3 {
    font-size: 1.5rem !important;
    color: #233041 !important;
    font-weight: 600;
    padding: 0 0 10px !important;
}

.vehicle-info a.btn.blue {
    padding: 5px 0;
    font-size: 15px;
}

.vehicle-info i.fa {
    color: #a78a52;
}


/* HIDE trailer icons from vehicles that dont have a trailer */

.executive_sedan .vehicle-info li:nth-child(6),
.premium_european_sedan .vehicle-info li:nth-child(6),
.luxury_suv .vehicle-info li:nth-child(6) {
    display: none;
}

/* HIDE baggage icons form vehicles that only have a trailer */

.luxury_people_mover .vehicle-info li:nth-child(4), .luxury_people_mover .vehicle-info li:nth-child(5),
.luxury_van .vehicle-info li:nth-child(4), .luxury_van .vehicle-info li:nth-child(5),
.luxury_minibus .vehicle-info li:nth-child(4), .luxury_minibus .vehicle-info li:nth-child(5),
.luxury_small_coach .vehicle-info li:nth-child(4), .luxury_small_coach .vehicle-info li:nth-child(5),
.luxury_mid_sized_coach .vehicle-info li:nth-child(4), .luxury_mid_sized_coach .vehicle-info li:nth-child(5),
.luxury_coach .vehicle-info li:nth-child(4), .luxury_coach .vehicle-info li:nth-child(5) {
    display: none !important;
}

/* Images for each vehicle type */
.veh-img {
    height: 76px;
    background-size: contain !important;
    background-repeat: no-repeat;
}

.executive_sedan .veh-img {
    background-image: url(https://www.hughes.com.au/wp-content/uploads/2016/09/Genesis-Thumb.png);
}

.premium_european_sedan .veh-img {
    background-image: url(https://www.hughes.com.au/wp-content/uploads/2014/05/BMW-Thumbnail.jpg);
}

.luxury_suv .veh-img {
    background-image: url(https://www.hughes.com.au/wp-content/uploads/2014/05/Audi-Q7-Thumbnail.jpg);
}

.luxury_people_mover .veh-img {
    background-image: url(https://www.hughes.com.au/wp-content/uploads/2014/05/Viano-Thumbnail.jpg);
}

.luxury_van .veh-img {
    background: url(https://www.hughes.com.au/wp-content/uploads/2014/05/Luxury-Van-Thumbnail.jpg);
}

.luxury_minibus .veh-img {
    background: url(https://www.hughes.com.au/wp-content/uploads/2017/06/luxury-minibus-thumb.jpg);
    height: 74px;
}

/* Images still pending with client */
.luxury_small_coach .veh-img {
    background: url(https://www.hughes.com.au/wp-content/uploads/2017/06/luxury-small-coach-thumb.jpg);
}

.luxury_mid_sized_coach .veh-img {
    background: url(https://www.hughes.com.au/wp-content/uploads/2017/06/luxury-mid-coach-thumb.jpg);
}

.luxury_coach .veh-img {
    background: url(https://www.hughes.com.au/wp-content/uploads/2017/06/luxury-coach-thumb.jpg);
}

@media only screen and (max-width: 767px) {
    .vehicle-image {
        display: none;
    }

    .vehicle-info {
        width: 100%;
    }

    .vehicle-details {
        width: 100%;
        border-left: none;
        border-right: none;
        text-align: center;
        padding: 0;
    }
}


/* Content Tabs (pure css) */

.tabs, .other_tabs {
    display: flex;
    flex-wrap: wrap;
}

    .tabs label, .other_tabs label {
        color: #233041;
        order: 1;
        display: block;
        padding: 1rem 2rem;
        margin-right: 0.2rem;
        cursor: pointer;
        background: #f4f0e8;
        font-weight: bold;
        transition: background ease 0.2s;
    }

    .tabs .tab, .other_tabs .other_tab {
        order: 99;
        flex-grow: 1;
        width: 100%;
        display: none;
        padding: 1rem;
        background: #fff;
    }

    .tabs input[type="radio"], .other_tabs input[type="radio"] {
        display: none;
    }

        .tabs input[type="radio"]:checked + label, .other_tabs input[type="radio"]:checked + label {
            background: #fff;
        }

            .tabs input[type="radio"]:checked + label + .tab, .other_tabs input[type="radio"]:checked + label + .other_tab {
                display: block;
                border: 1px solid #ccc;
            }


.tab li, .other_tab li {
    font-size: .95rem;
    margin: 0;
    padding: 0 0 0 20px;
}

.pickup_info + .other_info {
    margin: 60px 0 0 0;
}

@media (max-width: 45em) {
    .tabs .tab, .tabs label
    .other_tabs .tab, other_tabs label {
        order: initial;
    }

    .tabs label, .other_tabs label {
        width: 100%;
        margin-right: 0;
        margin-top: 0.2rem;
    }
}




/* Google Map Box */

.gmap-box {
    width: auto;
    overflow: hidden;
    margin: 40px 0;
    background: #f7f7f7;
    padding: 0 0 20px;
    color: #2f3b4b;
}

ul.travel_time {
    font-size: 1rem;
    padding: 20px 0 10px;
}

    ul.travel_time li {
        list-style: none;
        text-align: center;
    }

/* Why Book Box */

.why-book-box {
    border: 1px solid #e5e5e5;
    background-size: cover;
    color: #fff;
    background-image: url(https://www.hughes.com.au/wp-content/uploads/2017/05/call-background.jpg);
}

    .why-book-box h3 {
        color: #fff !important;
        font-size: 30px !important;
        line-height: 1.2;
    }

.box-overlay {
    padding: 20px;
    text-align: center;
    background: rgba(36, 76, 113, 0.92);
    display: inline-block;
}

.why-book-box li {
    margin: 0 0 15px;
}


/* Call to action box */

.call-to-action-box {
    padding: 30px;
    margin: 40px 0 0;
    text-align: center;
    background: #f4f0e8;
}

    .call-to-action-box h2 {
        font-size: 1rem;
        text-transform: capitalize;
        line-height: 30px;
        margin-bottom: 30px;
    }

        .call-to-action-box h2 span {
            font-size: 2rem;
            font-weight: 100;
        }

    .call-to-action-box a.btn.blue {
        margin: 30px auto;
    }

.accordion-section p {
    font-size: 1rem;
    font-family: 'AvenirLTStd-Medium', san-serif !important;
    color: #292f36 !important;
    line-height: 27px !important;
}


/* Media Queries for Destination Page (needs these as we have changed the overall page width!) */

@media only screen and (max-width: 767px) and (min-width: 480px) {
    #page-content, #bookingform-content {
        width: 436px !important;
    }
}




/* Book Journey Modal */

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background: rgba(255,255,255,.8);
}

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
        /*-webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);*/
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: .5;
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}


/* Book Journey Page */

.page-template-page-book-journey .the-content {
    width: 100%;
}

    .page-template-page-book-journey .the-content p {
        text-align: center;
    }

.page-template-page-destination h1.heading-style-sngl {
    font-size: 1rem;
    padding: 0;
}

.book-journey li {
    width: 50%;
    display: inline-block;
    margin: 0 0 20px;
}

    .book-journey li#field_2_8, .book-journey .gform_body textarea {
        width: 95%;
    }

.book-journey .gform_body textarea {
    padding: 30px !important;
    height: 80px;
}

.book-journey select#input_2_6 {
    width: 100% !important;
}

span.gfield_required {
    color: red !important;
}

input[readonly] {
    opacity: .4;
}

.bookingformstarter input.date {
    opacity: 1;
}

#journey-info input[readonly] {
    opacity: 1;
}

.open-modal {
    font-size: 15px !important;
    padding: 5px 0 !important;
    width: 100%;
}

.modal-body .gform_wrapper {
    margin-top: 30px;
}

.modal-body .gform_body label {
    font-size: 14px !important;
    line-height: 24px !important;
    padding: 0 !important;
}

.modal-body input[type="text"], .modal-body input[type="date"], .modal-body input[type="number"], .modal-body input[type="tel"], .modal-body input[type="email"], .modal-body input[type="time"] {
    height: 40px !important;
}

.modal-body select {
    height: 40px;
}

.modal-body .btn.blue, #gform_submit_button_1, input#gform_submit_button_2 {
    line-height: 18px !important;
}

.modal-content {
    padding: 30px;
}

.modal-body {
    margin: 30px 0 0;
}

.modal-header .close {
    border: none;
    color: #0b3d70;
    right: 20px;
    top: 0;
    font-size: 3rem;
    background: none;
    position: absolute;
}

.modal-title {
    font-size: 1.5rem;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .book-journey li {
        width: 100%;
        display: inline-block;
        margin: 0 0 10px;
    }
}

/* Common Journey Sidebar */

.special-heading {
    font-size: 1.5rem;
    color: #5681ba !important;
    line-height: 1.5 !important;
}

    .special-heading span {
        display: block;
        color: #fff;
        line-height: 1;
    }

.common-journey p {
    color: #fff;
    padding: 10px 0;
}

.common-journey select {
    height: 40px;
    text-align: center;
    width: 100%;
    background: #fff !important;
}

.common-journey {
    background: #242b34;
    padding: 40px 20px;
    text-align: center;
    margin: 0 0 50px;
}

/* 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: 170px;
    height: 55px;
    border-top: 2px solid #5681ba;
}

.top-cta ul li ul li a:hover {
    color: #5681ba !important;
}

.txt-corporate a:first-of-type {
    padding: 0 0 20px;
    display: block;
}

.txt-corporate a img {
    margin: 0 0 0 5px;
}

/* New Footer */

.foot-top {
    background: #fff;
    width: 1300px;
    margin: 0 auto;
    padding: 20px 0;
}

.foot-btm {
    background: #242b34;
}

.foot-btm-inn {
    width: 1100px;
    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 {
        font-size: 1.5rem !important;
        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: 25px 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;
    }

    ul.foot-icons li span {
        width: 67%;
        margin: 0 0 0 5px;
        top: -5px;
        position: relative;
    }


/* Account Application */
.postid-535 aside#sidebar {
    display: none !important;
}

.postid-535 .the-content {
    width: 100% !important;
    text-align: center !important;
}

    .postid-535 .the-content .btn.gold {
        max-width: none;
        display: table;
    }


/* Booking Form STyling */
.booking-form-wrap_wrapper h2.gsection_title {
    border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    color: #fff !important;
    background: #242b34;
    font-family: 'AvenirLTStd-Medium', san-serif;
    font-weight: 100;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 37px;
    padding: 6px 15px 0px 22px;
}

.booking-form-wrap_wrapper .col-4 {
    width: 31%;
    display: inline-block;
    margin-right: 2%;
}

.booking-form-wrap_wrapper .gform_body section {
    margin-bottom: 52px;
}

.booking-form-wrap_wrapper .ginput_container.ginput_container_select select {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 33px;
}

.booking-form-wrap_wrapper select {
    height: 49px;
    line-height: 49px;
    padding: 0 39px 0 14px;
    background: url(../img/select.png) no-repeat right center #f4f0e8;
}

.col-12 {
    width: 100%;
}

.col-6 {
    margin-right: 2%;
    display: inline-block;
    width: 47.7%;
    vertical-align: top;
}

.col-5 {
    width: 38%;
    vertical-align: top;
    display: inline-block;
}

.col-2 {
    width: 16%;
    display: inline-block;
}

.ginput_container.ginput_container_date {
    width: 30%;
    display: inline-block;
}

#field_3_5 .clear-multi label {
    display: none;
}

#field_3_5 .clear-multi input {
    margin: 0px;
}

#field_3_5 .clear-multi .ginput_container {
    display: inline-block;
    max-width: 100px;
    margin-right: 20px;
}

.gfield_time_hour i {
    display: none;
}

.booking-form-wrap_wrapper .gform_body input {
    width: auto;
}

#bookingform-content {
    overflow: inherit;
}

.booking-form-wrap_wrapper .gform_body section {
    margin-bottom: 52px;
}

.col-6 {
    margin-right: 2%;
    display: inline-block;
    width: 47.7%;
    vertical-align: top;
}

input#gform_submit_button_3:hover {
    background: #144a7a;
}

input#gform_submit_button_3 {
    background: #5881C3;
    line-height: 33px;
    font-size: 18px;
    color: #fff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 16px 50px 10px 50px;
    text-decoration: none;
    font-family: 'AvenirLTStd-Medium', san-serif;
    font-weight: 100;
    margin: auto;
    display: block;
    max-width: 200px;
    border: 0px;
    float: right;
}

li#field_3_65 {
    display: none;
}

div#gform_wrapper_3 {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
}

input#gform_submit_button_3 {
    margin-top: 20px;
    margin-bottom: 20px;
}

li#field_2_9 {
    width: 100%;
}

    li#field_2_9 input#input_2_9 {
        width: 95%;
    }


@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;
    }
}


/**** Executive Assistant Page Template ****/
p.head-sm {
    font-size: 1.3rem;
    margin-bottom: 15px;
    font-weight: 500;
}

.page-template-page-executive section, .page-template-page-contact-new section, .page-template-information-layout section {
    padding: 80px 0;
}

    .page-template-page-executive section.banner, .page-template-page-contact-new section.banner {
        padding: 0;
    }

.page-template-page-executive .page-content {
    width: 1150px;
    margin: 0 auto;
}

.page-template-page-executive .the-content, .page-template-page-contact-new .the-content {
    float: none;
    width: auto;
    text-align: center;
    margin: 0 10%;
}

    .page-template-page-executive .the-content p:first-child, .page-template-page-contact-new .the-content p:first-child {
        color: #292f36;
    }

.page-template-page-contact-new .page-content {
    max-width: 1150px;
    margin: 0 auto;
}

.page-template-page-contact-new .the-content.narrow-width {
    max-width: 600px;
    margin: 0 auto;
}

p.text-left {
    text-align: left;
}

@media only screen and (max-width: 767px) and (min-width: 480px) {
    .page-template-page-executive .page-content, .page-template-information-layout .page-content {
        width: 90% !important;
        margin: 0 auto;
    }

    .exec-tab {
        width: 80%;
        margin: 10px 5px;
    }
}

.dark {
    background: #2e4c84 !important;
    color: #fff !important;
}

.hero-message {
    text-align: center;
}

.intro-heading, .call-out-banner h2 {
    color: #252b35 !important;
    font-size: 2rem;
    line-height: 1.3;
    margin: 0 0 50px;
    font-weight: 100;
}

a.btn.blue.inline, a.btn.white.inline, a.btn.dark.inline {
    max-width: 92%;
    min-width: 92%;
    padding: 16px 0;
}

@media only screen and (max-width: 767px) {
    .page-template-page-executive .page-content {
        margin: 0 auto;
        background: none;
        width: 90%;
        padding: 10px;
    }

    .page-template-page-executive .exec-tab {
        width: 80%;
        margin: 10px 5px;
    }

    section.banner:after {
        content: "";
        background: rgba(86, 129, 187, 0.6);
        width: 100%;
        height: 570px;
        position: absolute;
        top: 0;
    }
}



.light {
    background: #f3f3f3;
}

.text-center {
    text-align: center;
}

.exec-tab {
    width: 32%;
    margin: 30px 5px;
    display: inline-block;
}

.exec-tab-inn {
    background: #ffffff;
    padding: 40px 0;
    margin: 0 0 20px;
}

.exec-tab-head {
    font-size: 1.3rem;
    text-transform: uppercase;
    margin: 20px 0 0;
}

.exec-tab-description {
    font-size: 1rem;
    text-align: left;
    margin: 0 20px;
    color: #252b35;
}

.call-out-banner h2 {
    color: #fff !important;
}

.content-left {
    float: left;
    border-radius: 100%;
    width: 250px;
    height: 250px;
    overflow: hidden;
    margin: 0 50px 0 0;
}

.content-right {
    color: #2a2f36;
    text-align: left;
}

.content-rows h2 {
    font-family: 'AvenirLTStd-Medium', san-serif !important;
    font-size: 2.5rem;
    font-weight: 100;
    color: #2a2f36;
    line-height: 1.5;
    margin: 0 0 30px;
}

.content-rows:nth-child(odd) {
    background: #f3f3f3;
}

.page-template-page-executive .accordion-section-title {
    background: none;
    border-bottom: 1px solid #efefef;
}

.page-template-page-executive h3.accordion-title {
    font-size: 1.2rem !important;
    text-align: center;
}

.sticky-foot h2 {
    font-size: 1.5rem;
    width: 60%;
    margin: 0 auto;
    line-height: 1.5;
    font-family: 'AvenirLTStd-Medium', san-serif;
    text-transform: capitalize;
}

.sticky-foot {
    position: fixed;
    bottom: 0;
    z-index: 1111;
    background: #5581ba;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    padding: 40px;
}

@media only screen and (max-width: 767px) {
    .sticky-foot h2 {
        font-size: 1rem;
        width: auto !important;
    }

    .sticky-foot {
        width: auto !important;
    }
}

.crop {
    height: 180px;
    overflow: hidden;
    display: block;
    margin: 0 0 20px;
}

    .crop img {
        width: 350px !important;
    }

.page-template-page-executive .content-rows p {
    font-size: 18px;
    line-height: 27px;
    font-family: 'AvenirLTStd-Medium', san-serif;
}

.accordion-section-content {
    text-align: center;
}

.accordion-section p {
    font-size: 18px !important;
    line-height: 27px;
}

/* Information Template */

.page-template-information-layout .page-content {
    width: 1150px;
    margin: 0 auto;
}

.intro-content {
    text-align: left;
    font-family: 'AvenirLTStd-Medium', san-serif;
    font-weight: 100;
    color: #292f36;
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 20px;
    padding-right: 40px;
}

@media only screen and (max-width: 767px) {
    .page-template-information-layout .page-content {
        margin: 0 auto;
        background: none;
        width: 90%;
        padding: 10px;
    }
}


/* New Contact Page Template */

section#contactmap {
    position: relative;
}

a.lightbox {
    color: #5580bb;
}

li.office-location {
    font-weight: 600;
    color: #0b3d70;
    font-size: 1.2rem;
    letter-spacing: 1px;
    padding-bottom: 10px;
}

.lightbox.visible {
    outline: none;
    display: block;
}

.lightbox {
    display: none;
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    background: rgba(6, 30, 53, 0.3);
}

    .lightbox ul {
        background: #fff;
        display: inline-block;
        padding: 40px;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 2px;
        box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
    }

a.lightbox:after {
    content: '×';
    color: #262c35;
    text-decoration: none;
    top: 40px;
    right: 40px;
    font-size: 40px;
    position: absolute;
}

img.location-map.space {
    margin: 50px 0px 50px 80px;
}

section#contactmap {
    font-family: 'AvenirLTStd-Medium', san-serif;
    font-weight: 100;
    color: #292f36;
    font-size: 18px;
    line-height: 27px;
    padding-bottom: 20px;
}

form#man-cf-contact {
    text-align: left;
    max-width: 600px;
}


@media only screen and (max-width: 560px) {
    img.location-map.space {
        margin: 50px 0px 50px 10px;
    }
}


/* PAGE MEETING POINTS */
.page-template-page-meeting-points .page-content {
    max-width: 1150px;
    margin: 0 auto;
}

.slide.mini-accordion {
    display: inline-block;
    vertical-align: top;
    width: 47%;
}

.slide-section-content {
    display: none;
    padding: 20px;
}

a.slide-section-title {
    position: relative;
}

    a.slide-section-title:after {
        content: '+';
        position: absolute;
        right: 1.5rem;
        font-size: 1.6rem;
        top: 26%;
    }

    a.slide-section-title.active:after {
        content: '−';
        position: absolute;
    }
/*.page-template-page-meeting-points a.accordion-section-title { background: none; border-bottom: 1px solid #efefef; }
.page-template-page-meeting-points .accordion-section-title.active, .page-template-page-meeting-points .accordion-section-title:hover { text-decoration: none; background: #242b34;}
.page-template-page-meeting-points .info-other h4 { margin-bottom: 10px;}
.page-template-page-meeting-points .info-other p { font-size: 1rem !important; line-height: 1.5rem !important;}
.page-template-page-meeting-points .info-other { padding: 50px 0px; font-size: 1rem !important; }
.page-template-page-meeting-points h3.accordion-title { text-align: center; }
.page-template-page-meeting-points .location-banner-wrap { margin-bottom: 16px; }
.page-template-page-meeting-points img.location-banner { width: 100%; max-width: 608px; }
.page-template-page-meeting-points h3.accordion-title { font-size: 25px !important; padding: 15px !important;}*/
.slide-section-content h4 {
    font-size: 1.3rem;
    margin: 20px 0px 10px;
    font-weight: 500;
}

@media only screen and (max-width: 880px) {
    .slide.mini-accordion {
        width: 100%;
        margin: 10px 0px;
    }
}





.contact-form .gform_wrapper {
    margin-top: 20px;
}

.contact-form .gform_body .gfield {
    padding-left: 0;
}

    .contact-form .gform_body .gfield:before {
        display: none;
    }

.contact-form .gform_body label {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 33px;
    padding: 0 0 0 0;
    text-align: left;
}

.contact-form .gform_body input {
    width: 100%;
}

.contact-form .gform_body textarea {
    width: 100%;
}

.contact-form .gform_validation_container {
    opacity: 0;
    height: 0;
    width: 0;
    pointer-events: none;
}

#gform_submit_button_5 {
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
















/*-------------------------------------*/
/* ------New page template stuff------ */
/*-------------------------------------*/
*, ::after, ::before {
    box-sizing: border-box;
}

br {
    line-height: 2rem;
}

.col {
    flex-basis: auto;
    margin: 0;
}

    .col ul {
        margin-bottom: 0.75rem;
    }

.row {
    max-width: 1140px;
    margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.section {
    padding: 4rem 0;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.container {
    display: table;
    padding-right: 0;
    padding-left: 0;
}

.section .text-btn {
    margin: 0;
    margin-top: 1.5rem;
    max-width: 100%;
    padding: 8px 40px 5px;
    min-width: 13rem
}

    .section .text-btn.center {
        margin-left: auto;
        margin-right: auto;
    }

    .section .text-btn.right {
        margin-left: auto;
    }

.section p {
    font-size: 18px;
    line-height: 27px;
    font-weight: 100;
    color: #292f36;
    font-family: 'AvenirLTStd-Medium', san-serif;
}

    .section p + p, .section p + ul {
        margin-top: 0.75rem;
    }

.section ul {
    font-family: 'AvenirLTStd-Medium', san-serif;
    font-weight: 100;
    color: #292f36;
    font-size: 18px;
    line-height: 27px;
    position: relative;
}

    .section ul li {
        padding-left: 0.5rem;
        margin-left: 1rem;
    }

.section p + h1, .section p + h2, .section p + h3 {
    margin-top: 2rem;
}

.section h1, .section h2, .section h3, .section h4 {
    font-size: 38px;
    font-style: normal;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: left;
    margin: 0;
    line-height: 3rem;
    margin-bottom: 0.75rem;
}

.section h1 {
    margin-bottom: 20px;
}

.section h2 {
    font-size: 36px;
    margin-bottom: 1rem;
    line-height: 45px;
}

.section h3 {
    font-size: 29px;
    line-height: 36px;
    color: #a78a52;
    font-weight: 100;
}

.section h4 {
    font-size: 24px;
    line-height: 32px;
}


.section ul {
    list-style-type: disc;
    margin-left: 1rem;
}



.section.call_to_action {
    padding: 5em 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

    .section.call_to_action h2, .section.call_to_action h3, .section.call_to_action h4 {
        font-size: 36px;
        margin-bottom: 20px;
    }




/* One column layout */
.one-column.section {
    padding: 0;
    position: relative;
    overflow: hidden;
}

    .one-column.section .row {
        padding: 4rem 0;
    }

    .one-column.section .section-overlay-img {
    }

    .one-column.section .section-overlay {
        padding: 0;
    }




/* Home page SERVICES tabs */
#services-tabs {
    margin: 0;
    padding: 3em 0;
    ;
}

    #services-tabs .row {
        align-items: center;
        overflow: visible;
    }

.services-tab-row {
    margin: 0 auto;
}

    .services-tab-row .box {
        display: table;
        background-size: cover;
        background-position: center;
        padding: 0;
        min-height: 24rem;
        max-height: 24rem;
        top: 0;
        transition: top 0.6s ease;
    }

    .services-tab-row.bigger .box {
        min-height: 20rem;
        max-height: 20rem;
    }

    .services-tab-row.bigger p {
        font-size: 15px;
        line-height: 24px;
    }

.services-tab-img {
    margin: 0.5em;
    border-radius: 3px;
}

.services-tab-row a {
    display: table-cell;
    vertical-align: top;
    padding: 3.8rem 2rem;
    background-color: rgba(46, 76, 132, 0.5);
    transition: all 0.1s ease-in-out, padding 0.4s ease;
    height: 100%;
    width: 100%;
    color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
}

.services-tab-row .box:hover {
    top: -0.7em;
    /*max-height: 16em;*/
}

    .services-tab-row .box:hover a {
        background-color: rgba(255, 255, 255, 0.75);
        color: #30363c;
        padding: 2.5rem 2rem;
    }

    .services-tab-row .box:hover .services-tab-heading, .services-tab-row div:hover span {
        color: #254c88;
        transition: all 0.1s ease-in-out;
        display: block;
        height: auto;
        max-height: 7em;
        overflow: visible;
    }

.services-tab-row .services-tab-heading, .services-tab-row span {
    color: #fff;
    font-size: 26px;
    line-height: 32px;
    text-decoration: none !important;
    font-weight: 600;
    /*  text-transform: uppercase;*/
    /*	letter-spacing: 5px;*/
}

.services-tab-row p {
    /* max-height: 10.5rem; */
    display: block;
    overflow: hidden;
    font-size: 13.5px;
    line-height: 20px;
    text-align: left !important;
}

.services-tab-row h3 {
    font-size: 28px;
    margin-bottom: 1rem;
    pointer-events: none;
    text-align: left !important;
}

.services-tab-row .services-tab-heading b {
    font-size: 60px;
    line-height: 80px;
}

.services-tab-row span {
    display: block;
    overflow: visible;
    transition: all 0.25s ease-in-out !important;
    font-size: 14px;
    opacity: 0;
    position: absolute;
    left: 0;
    width: 100%;
    display: block;
    bottom: 0;
}

.services-tab-row .box:hover span {
    margin-top: 7px;
    opacity: 1;
    margin-bottom: 3rem;
}

.services-tab-row.bigger h3 {
    font-size: 32px;
    line-height: 36px;
}



/* NAV stuff - dropdowns */

#nav li:hover > .sub-menu {
    height: auto;
    overflow: visible;
    display: block;
    position: absolute;
}

.sub-menu {
    height: 0;
    overflow: hidden;
    display: none;
    width: 15em;
    background-color: #f9f9f9;
    margin-top: -20px;
    padding: 10px 0;
}

    .sub-menu:before {
        content: "\A";
        position: absolute;
        left: 2em;
        top: -10px;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #f9f9f9;
    }

#nav li .sub-menu li {
    display: block;
    text-align: left;
}

    #nav li .sub-menu li a {
        height: 4em !important;
        line-height: 1rem !important;
        color: #30363c !important;
        display: table-cell;
        vertical-align: middle;
    }

        #nav li .sub-menu li a:hover:after {
            bottom: 5px !important;
            width: 80%;
            margin: 0 10%;
            background: #30363c !important;
        }

    #nav li .sub-menu li.current-menu-item:after {
        bottom: 5px !important;
        width: 80%;
        margin: 0 10%;
        background: #30363c !important;
    }








/* Locations map */
#locations-section {
    padding: 0;
    background-color: rgba(46, 76, 132);
    color: white;
    transition: background 0.7s ease;
    position: relative;
}

    #locations-section p {
        color: white;
    }

    #locations-section .map-col ul {
        margin-left: 0;
        font: 15px 'AvenirLTStd-Medium', Arial, Sans-Serif;
        color: #fff;
        line-height: 1.5em;
    }

.section-overlay {
    padding: 3.5em 0;
    z-index: 2;
    position: relative;
}

.section-overlay-img, .section-overlay-img-col {
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-attachment: fixed;
    opacity: 0.5;
    background-color: rgba(46, 76, 132);
    background-size: cover;
    background-position: center top;
    z-index: 0;
    transition: background 0.7s ease
}

#locations-section svg {
    width: 85%;
    overflow: visible;
}

@media only screen and (min-width: 1095px) {
    #locations-section svg {
        width: 100%;
        overflow: visible;
    }
}

.locations-map {
    fill: rgba(236, 238, 243, 0.4);
    stroke: rgba(255, 255, 255, 0.5);
    stroke-width: 1px;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.locations-map-borders {
    stroke: rgba(229, 229, 229, 0.5);
    stroke-width: 1px;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.map-btn {
    position: absolute;
    width: 100%;
    pointer-events: none;
    left: 0;
}

    .map-btn svg circle {
        fill: #d4bf00;
        stroke: #fff;
        transition: all 0.2s;
    }

    .map-btn svg text {
        font-size: 10.5px;
        fill: #fff;
        font-weight: 600;
    }

    .map-btn svg g {
        cursor: pointer;
        pointer-events: all;
    }

        .map-btn svg g:hover circle, .active-btn svg g circle {
            fill: #fff;
            stroke: #d4bf00;
        }


.map-col {
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    position: absolute;
    margin-left: -3rem;
    transition: margin 0.7s ease, opacity 1s ease;
}

.active-map {
    opacity: 1;
    width: auto;
    height: 100%;
    position: relative;
    margin-left: 0;
}









/* TOURS */

#tour-city {
    padding: 2rem 0 2rem 0;
    list-style: none;
}

    #tour-city ul {
        list-style: none;
        margin-left: 0;
        font-family: AvenirLTStd-Medium, san-serif;
        margin: 0;
        padding: 0;
    }

        #tour-city ul li {
            margin-left: 0;
            padding-left: 0rem;
        }

#tours {
    margin: 1rem auto 0 auto;
    list-style: none;
    display: table;
    width: 100%;
}

    #tours > li {
        /*filter: drop-shadow(0 8px 8px rgba(14,39,57,.15));*/
        min-height: 14rem;
        margin-bottom: 1rem;
        width: 100%;
    }

.expand-button, .expand-button-city {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 14rem;
    overflow: hidden;
    transition: height 0.3s ease;
}

    .expand-button a, .expand-button-city {
        padding: 1em 1.5em;
        margin: 0 auto;
        display: block;
        height: 100%;
        width: 100%;
        transition: all 0.12s ease-in-out, height 0.5s ease;
        cursor: pointer;
        padding: 0 5.5rem;
        color: #fff;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background-color: rgba(37, 76, 136, 0.5);
        /*border: 3px solid #2e4c84;*/
    }

    .expand-button a {
        display: table;
    }

    .expand-button a {
        height: 14rem;
        transition: all 0.12s ease-in-out, height 0.3s ease;
    }

.expand-button-city {
    max-height: none;
    padding: 1rem 3.5rem;
    background-color: #2e4c84;
}

.expanded-button-city {
    border-radius: 3px 3px 0 0;
}

.expand-button a h3:before, .expand-button-city:before {
    position: relative;
    /*    right: 0.5em;*/
    content: "+";
    font-size: 1.5rem;
    float: right;
    top: 0.25em;
    color: white;
    width: 0;
}

.expand-button-city:before {
    transition: all 0.12s ease-in-out;
}

.expand-button a:hover, .expand-button-city:hover, .expand-button:hover a h3:before, .expand-button-city:hover:before {
    background-color: rgba(255, 255, 255, 0.75);
    color: #254c88 !important;
}

    .expand-button-city:hover h3 {
        color: #a78a52;
    }

.expand-button a h3:before {
    top: 0;
    transition: all 0.12s ease-in-out;
    right: -1.5em;
}

.expand-button a h3, .expand-button-city h3 {
    text-align: center;
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 2rem;
    color: #fff;
    transition: all 0.2s ease;
}

.expand-button a h3 {
    display: table-cell;
    vertical-align: middle;
}

.expand-button a:hover h3 {
    color: #254c88;
}

.expanded-button {
    border-radius: 6px 6px 0 0;
    height: 6rem;
}

    .expanded-button a {
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
        height: 6rem;
    }

        .expanded-button a h3:before, .expanded-button-city:before {
            content: "−";
        }

.to-expand {
    max-height: 0em;
    overflow: hidden;
    transition: all 0.4s ease, max-height 0s, margin 0s;
    padding: 0 2.5rem;
    background-color: #efefef;
    margin-bottom: 0;
    opacity: 0;
    display: block;
    margin-bottom: 1rem;
    border: 1px solid #e5e5e5;
    border-radius: 0 0 3px 3px;
    border-top: none;
    position: absolute;
    margin-right: 15px;
    z-index: 999;
}

.expanded {
    max-height: 50rem;
    position: relative;
    margin-right: 0;
}

.to-expand ul li, .to-expand-city .content ul li {
    list-style: disc;
    margin-left: 1rem;
}

.to-expand ul, .to-expand-city .content ul {
    margin-bottom: 0.75rem;
    font-size: 14px;
    line-height: 22px;
    font-weight: 100;
    color: #292f36;
    font-family: 'AvenirLTStd-Medium', san-serif;
}

.to-expand-city .content {
    padding: 15px;
}

.to-expand-city {
    max-height: 0em;
    overflow: hidden;
    transition: all 0.3s ease;
    opacity: 0;
    overflow: hidden;
    padding: 0 2rem;
    border-radius: 0 0 3px 3px;
    border: 1px solid transparent;
    border-top: none;
}

.to-expand p {
    height: auto;
    font-size: 15px;
    line-height: 23px;
    font-weight: 100;
    color: #292f36;
    font-family: 'AvenirLTStd-Medium', san-serif;
}

.expanded, .expanded-city {
    height: auto;
    max-height: 200rem;
    padding: 2.5rem 2.5rem;
    opacity: 1;
    overflow-y: auto;
}

.expanded-city {
    overflow: visible;
    padding: 1rem 2rem;
    border: 1px solid #e5e5e5;
    border-radius: 0 0 3px 3px;
    border-top: none;
}

.expanded p {
    height: auto;
}

@media only screen and (max-width: 992px) {
    #tours > li {
        /*filter: drop-shadow(0 8px 8px rgba(14,39,57,.15));*/
        min-height: none;
    }

    #tour-city .col {
        padding: 0 !important;
    }

    .expand-button {
        max-height: none;
    }

    .to-expand-city {
        padding: 0;
    }

    .expanded-city {
        max-height: 100rem;
        padding: 0.5rem 0;
    }

    .to-expand {
        padding: 0rem 0.5rem;
        position: relative;
        margin: 0;
    }

    .expanded {
        padding: 0.5rem 0.5rem;
        max-height: 28rem;
    }

    .to-expand p, .to-expand-city .content p {
        text-align: left !important;
    }

    .to-expand, .to-expand-city .content {
        text-align: left !important;
        font-size: 12px;
        line-height: 17px;
    }
}











/* FAQ */

#faqs {
    margin: 0 auto;
    max-width: 800px;
    list-style: none;
}

    #faqs li {
    }

a.faq-expand-button {
    font-size: 0.9em;
    margin: 0 auto;
    display: block;
    height: 100%;
    width: 100%;
    transition: all 0.12s ease-in-out, height 0.5s ease;
    cursor: pointer;
    padding: 0 3.5rem;
    color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    max-height: none;
    padding: 1rem 3.5rem;
    background-color: #2e4c84;
}

    a.faq-expand-button h3 {
        text-align: center;
        margin-bottom: 0;
        font-size: 1.5rem;
        line-height: 2rem;
        transition: all 0.12s ease-in-out
    }

    a.faq-expand-button:hover {
        background-color: rgba(255, 255, 255, 0.75);
        color: #254c88 !important;
    }

        a.faq-expand-button:hover h3, a.faq-expand-button:hover:before {
            color: #254c88 !important;
        }

    a.faq-expand-button:before {
        position: relative;
        right: 0.5em;
        content: "+";
        font-size: 1.5rem;
        float: right;
        top: 0.25em;
        color: white;
        width: 0;
        transition: all 0.12s ease-in-out
    }

    a.faq-expand-button h3 {
        text-align: center;
        margin-bottom: 0;
        color: white;
    }

a.faq-expanded-button {
    border-radius: 3px 3px 0 0;
}

    a.faq-expanded-button:before {
        content: "−";
    }

.faq-to-expand {
    max-height: 0em;
    overflow: hidden;
    transition: all 0.3s ease;
    opacity: 0;
    overflow: hidden;
    padding: 0 3rem;
    border-radius: 0 0 3px 3px;
    border: 1px solid transparent;
    border-top: none;
}

    .faq-to-expand p {
        height: auto;
    }

.faq-expanded {
    height: auto;
    max-height: 30rem;
    opacity: 1;
    overflow: visible;
    padding: 3rem 3rem;
    border: 1px solid #e5e5e5;
    border-radius: 0 0 3px 3px;
    border-top: none;
    margin-bottom: 1rem;
}

    .faq-expanded p {
        height: auto;
    }









/* Home page banner button */

.btn.white {
    border-color: #fff;
    color: #fff;
}

    .btn.white:hover, .btn.white.filled {
        color: #2e4c84;
        background-color: #fff;
    }

        .btn.white.filled:hover {
            background-color: #dce0e7;
            border-color: #dce0e7;
        }

.btn.intext {
    padding: 1rem;
    max-width: 1rem;
    min-width: 33rem;
}

.homepage-intro .btn {
    display: inline-block;
    max-width: 100%;
    padding: 8px 40px 5px;
    margin: 2.5rem 4px;
}

@media (max-width: 767px) {
    .homepage-intro .btn {
        margin: 5px 0;
    }

    .col p, .col h1, .col h2, .col h3 {
        text-align: center;
    }

    .col + .col {
        margin-top: 1rem;
    }
}





.svg-inline--fa {
    margin: 0 3px;
}

    .svg-inline--fa path {
        fill: #003e72;
    }


.contact-form .gform_body .gfield {
    padding: 6px 2px;
}

img.location-banner {
    max-width: 600px;
}


#bookingframe {
    position: relative;
    height: 600px;
}

@media (min-width: 768px) {
    #bookingframe {
        position: absolute;
    }
}

#bookingframehtml {
    overflow: hidden;
}

.bookingformstarter {
    display: block;
    top: 0 !important;
    left: 0 !important
}
