/* New fonts */
@import url(./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");
}


/* 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;
}

.sub-hide {
    width: 200px;
    height: 100px;
}

article, aside, figure, footer, header, hgroup, nav, section {
    display: block;
}

html {
    overflow-y: scroll;
}

ul {
    list-style: none;
}

/* Header */
#page-wrap {
    min-height: 85%;
}

#top-header h1 {
    display: block;
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -125px;
    padding: 10px 0;
}

@media (max-width: 1100px) {
    #header h1 img {
        width: 227px;
        height: auto;
    }
}

@media (max-width: 530px) {
    #header h1 {
        overflow: hidden;
        height: 20px;
        width: 31px;
        margin-left: -16px;
    }

        #header h1 img {
            position: absolute;
            top: 10px;
            left: 0;
        }
}

#since {
    position: absolute;
    top: 20px;
    left: 0;
    width: 150px;
    text-align: center;
    font-size: 21px;
    font-style: italic;
    color: #a78a52;
    background: url(../img/bg-since.png) 0 8px no-repeat;
}

.ie #since {
    font-size: 20px;
    padding-left: 3px;
}

#mini-nav {
    position: absolute;
    top: 20px;
    right: 0;
}

    #mini-nav .btn {
        float: left;
        width: 112px;
        height: 30px;
        background-image: url(../img/btn-book-now-header.png);
    }

/* Navigation menu */
#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: 1250px) {
    #nav li {
        padding: 0;
    }
}

@media (max-width: 1100px) {
    #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: 116px;
    border-bottom: solid 1px #242b34;
    z-index: 1;
    background: url("../Images/limousine-chaffeur.png") no-repeat top center;
    background-size: cover;
}

    .topbanner:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        opacity: 0.45;
        background: black;
    }

    .topbanner.home {
        position: absolute;
        background: none;
    }

.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: 1100px) {
    .topbanner {
        height: 90px;
    }
}

@media (max-width: 991px) {
    #header.topbanner {
        width: 100%;
    }
}

@media (max-width: 530px) {
    .topbanner {
        height: 70px;
    }
}
/* Topbanner children */
.lineheight, #nav a, .top-cta, #header-phone /*, .txt-corporate*/ {
    height: 100px;
    line-height: 100px;
}

@media (max-width: 1100px) {
    .lineheight, #nav a, .top-cta, #header-phone, .txt-corporate {
        height: 90px;
        line-height: 90px;
    }
}

@media (max-width: 530px) {
    .lineheight, #nav a, .top-cta, #header-phone, .txt-corporate {
        height: 70px;
        line-height: 70px;
    }
}

.top-cta {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 30px;
}

    .top-cta > * {
        display: block;
        float: left;
    }

.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;
}

@media (max-width: 530px) {
    .tab-btn {
        padding: 0 6px;
        margin-top: 17px;
    }
}

#header-phone {
    font-family: 'AvenirLTStd-Medium', san-serif;
    font-weight: 100;
    color: #fff;
    display: block;
    padding: 0 20px;
    font-size: 16px;
    position: relative;
    text-decoration: none;
}

    #header-phone img {
        position: relative;
        top: 1px;
        right: 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;
    text-decoration: none;
}

    .tab-btn.booknow:hover {
        color: #fff;
    }

.tab-btn:hover {
    color: #fff;
    background: #0d3151;
}

.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;
    }

a:link {
    -webkit-tap-highlight-color: #dcebfd;
}

nav-menu-pl5 {
    padding-left: 5px;
}

pl2 {
    padding-left: 2px;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

@media (max-width: 1100px) {
    .btn-menu-mob {
        display: block;
    }
}

@media (max-width: 530px) {
    .btn-menu-mob {
        top: 25px;
    }
}

.btn-menu-mob.open i:first-child {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Opera, Chrome, and Safari */
}

.btn-menu-mob.open i:nth-child(2) {
    opacity: 0;
}

.btn-menu-mob.open i:last-child {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -webkit-transform: rotate(-45deg);
    /* Opera, Chrome, and Safari */
    position: relative;
    top: -12px;
}

body.home .booknow-wrap {
    display: none;
}

/************************ MEDIA QUERIES - RESPONSIVE LAYOUT ************************/
/* Responsive layout - Tablet */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    #header {
        width: 728px;
    }
}

/* 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;
}

.txt-corporate a:first-of-type {
    padding: 0 0 20px;
    display: block;
}

.txt-corporate a img {
    margin: 0 0 1px 4px;
}

.help-box {
    background-color: rgb(197, 179, 88);
    border-color: rgb(197, 179, 88);
    color: #fff;
}

    .help-box:hover {
        background-color: rgb(197, 179, 88);
        border-color: rgb(197, 179, 88);
        color: #fff;
    }

.login-heading {
    background-color: #337ab7 !important;
    color: white !important;
    font-size: 20px !important;
    text-align: center !important;
}

body {
    overflow: hidden !important;
}

/* 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: 50%;
    display: inline-block;
    padding: 50px 20px;
    vertical-align: top;
    color: #fff;
}

    .half:nth-child(2) p.foot-head {
        margin: 15px 0 0;
    }

    .half:nth-child(1) {
        border-right: 1px solid;
    }

.footer .half:nth-child(2) ul li {
    display: inline-block;
    vertical-align: top;
    padding: 12px;
    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: 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;
    }

.dxgvFocusedRow_Aqua {
    background-color: #aecaf0 !important;
    color: #000000;
}

.dxgvControl_Aqua a {
    text-decoration: none !important;
}

hr {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.booking-status {
    color: white !important;
    border-radius: 2px !important;
    border: 1px solid;
}


#footer-wrap {
    background: #f0f0f0 none repeat scroll 0 0;
    border-top: 5px solid #e5e5e5;
    clear: both;
    height: 96px;
    padding-bottom: 161px;
    padding-top: 23px;
    position: relative;
    width: 100%;
    z-index: 150;
}

#footer {
    color: #292f36;
    font-family: "AvenirLTStd-Medium",san-serif;
    font-size: 13px;
    font-weight: 100;
    height: auto;
    line-height: 1em;
    margin: 0 auto;
    overflow: hidden;
    padding: 15px 0;
    width: 980px;
}

    #footer p {
        float: left;
        font-size: 14px;
        line-height: 20px;
    }

    #footer ul {
        float: right;
    }

    #footer li {
        border-right: 1px solid #292f36;
        float: left;
        font-size: 14px;
        height: 16px;
        line-height: 20px;
        padding: 0 12px;
    }

        #footer li:last-child {
            border-right: medium none;
            padding-right: 0;
        }

    #footer .studio-link {
        clear: both;
        display: block;
        float: right;
        font-size: 14px;
        padding-left: 6px;
    }

    #footer a {
        color: #292f36;
        text-decoration: none;
    }

        #footer a:hover {
            color: #62a0de;
        }

#footer-nav, #footer-phone {
    display: none;
}

.full {
    float: left;
    width: 100%;
}

.margin-TB01 {
    margin-bottom: 10px;
    margin-top: 10px;
}

.margin-right01 {
    margin-right: 10px;
}

.footer-left {
    float: left;
    width: 50%;
}

.footer-right {
    float: right;
    width: 50%;
}


.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: italic !important;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.i {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}

.clearfix {
    clear: both;
}
