/*************/
/* css reset */
/*************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

:focus {
    outline: 0;
}

body {
    line-height: 1;
    color: black;
    background: white;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

/******************/
/* embedded fonts */
/******************/
@font-face {
    font-family: 'OpenSansSemibold';
    src: url('fonts/OpenSans-Semibold-webfont.eot');
    src: url('fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/OpenSans-Semibold-webfont.woff') format('woff'),
    url('fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
    url('fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansRegular';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
    url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
    url('fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansBold';
    src: url('fonts/OpenSans-Bold-webfont.eot');
    src: url('fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/OpenSans-Bold-webfont.woff') format('woff'),
    url('fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
    url('fonts/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*******************/
/* layout elements */
/*******************/
html {
    background: #EEEEEE url(images/jpeg/background.jpg);
    font-size: 0.875em;
    -webkit-text-size-adjust: 0.875em;
    -ms-text-size-adjust: 0.875em;
    height: 100%;
    overflow-y: scroll;
}

body {
    background: url(images/jpeg/bg.jpg) no-repeat center 0 fixed;
    font-family: arial, sans-serif;
    min-height: 100%;
    min-width: 320px;
}

.container {
    margin: 0 auto;
    width: 95%;
    max-width: 800px;
}

.top {
    background: #0A7986 url(images/gif/top.gif) repeat-x;
    border-top: 1px solid #006277;
    border-bottom: 1px solid #389DC3;
    height: 62px;
    overflow: hidden;
}

.top-outer {
    overflow: hidden;
    border-bottom: 1px solid #08677B;
}

.logo {
    width: 210px;
    height: 62px;
    background: url(images/png/logo_s_2017.png) no-repeat 0 center;
    background-size: contain;
    display: block;
    text-indent: -99999px;
    float: left;
}

.content {
    padding: 1.5em 0 0.25em;
    overflow: hidden;
    text-align: center;
}

.stepcol,
.get-quote {
    padding: 1em 2.5%;
}

.step-container {
    display: none;
    position: relative;
}

.booking-form {
    position: relative;
    overflow: hidden;
}

.form-loading {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(0, 0, 0) url(images/gif/loading.gif) no-repeat center;
    background: rgba(0, 0, 0, 0.8) url(images/gif/loading.gif) no-repeat center;
    z-index: 999;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: none;
}

.form-loading.error {
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.8);
}

.lower {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}

.faq-col.left {
    float: none;
}

.footer {
    background: url(images/jpeg/footer.jpg);
    overflow: hidden;
    border-top: 1px solid #D9D9D9;
}

.footer-inner {
    overflow: hidden;
    padding: 2em 0 0;
    background: url(images/jpeg/footertop.jpg) repeat-x;
}

.airport-list {
    padding: 0 0 2em;
}

.footer-col {
    text-align: center;
}

.footer-nav {
    margin: 0;
    padding: 0.3em 0 0;
    list-style: none;
    font-family: verdana, sans-serif;
}

.airport-list .footer-nav {
    padding: 0;
}

.footer-nav li {
    padding: 0 0 0.8em;
    margin: 0;
    line-height: 1em;
    list-style: none;
}

.footer-nav a {
    color: #555555;
    font-size: 0.85em;
    line-height: 1.5em;
    text-decoration: none;
}

.footer-nav a:hover {
    color: #222;
    border-bottom: 1px dotted #222;
}

.footer-col-large {
    padding: 0 0 1em;
    text-align: center;
}

.lower-footer {
    border-top: 1px solid #D5D5D5;
    -webkit-box-shadow: inset 0 1px 1px #FFF;
    box-shadow: inset 0 1px 1px #FFF;
    padding: 1.429em 0;
    clear: both;
    overflow: hidden;

}

.subpage {
    padding: 3em 0 1em;

}

.confirm-or-reject {
    text-align: center;
    padding: 1em;
}

.status-button {
    display: inline-block;
}

.confirm-or-reject .status-button {
    margin: 1em 0 0;
}

.contact-col {
    width: 49%;
    float: left;
}

.contact-col a span {
    display: none;
}

.contact-col a:after {
    content: attr(title);
}

/*************************/
/* links and navigations */
/*************************/

.nav-icon {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #13A5BA;
    background: #035A66;
    position: absolute;
    right: 9px;
    top: 9px;
    z-index: 9999;
}

.icon-inner {
    background: url(images/png/icon.png) no-repeat center 0;
    width: 45px;
    height: 41px;
    cursor: pointer;
}

.icon-active {
    border-bottom: 0;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.nav {
    padding: 1em 0;
    margin: 0;
    display: none;
    position: absolute;
    top: 50px;
    right: 9px;
    left: 9px;
    z-index: 9990;
    -moz-border-radius: 5px 0 5px 5px;
    -webkit-border-radius: 5px 0 5px 5px;
    border-radius: 5px 0 5px 5px;
    border: 1px solid #13A5BA;
    overflow: hidden;
    background: #035A66;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .2);
}

.nav li {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;

}

.nav a {
    display: block;
    color: #C0F2F7;
    text-decoration: none;
    text-shadow: 0 1px 2px #07393F;
    font-family: arial, sans-serif;
    font-weight: bold;
    font-size: 1.071em;
    padding: .75em 2em .75em 1em;
}

.nav a:hover {
    color: #FFF;
    text-decoration: underline;
}

.contact .nav-contact a,
.about .nav-about a,
.home .nav-home a,
.faq .nav-faq a {
    background: #0A7483;
    color: #FFF;
}

.lower-text a {
    color: #818181;
}

.lower-text a:hover {
    color: #444;
}

.step p a,
.step label a {
    color: #FFF;
}

a {
    color: #138D98;
}

a:hover {
    color: #000;
}

/********/
/* text */
/********/
strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

h1 {
    color: #4F4E4E;
    font-size: 1.2em;
    line-height: 1.205em;
    font-family: OpenSansSemibold, arial, sans-serif;
    text-shadow: 0 1px 0 #FFF;
    padding: 0 0 0.35em;
}

h2 {
    font-family: OpenSansBold, verdana, sans-serif;
    color: #0F0F0F;
    font-size: 1.571em;
    font-weight: normal;
    line-height: 1.273em;
    padding: 0;
    margin: 0;
    text-shadow: 0 -1px 1px #FFF;
}

h3 {
    font-family: verdana, sans-serif;
    color: #0C6B75;
    font-size: 1.071em;
    font-weight: bold;
    line-height: 1.375em;
    padding: 0 0 0.071em;
    margin: 0;
    text-shadow: 0 -1px 1px #FFF;
}

.lower h3 {
    font-size: 1em;
}

h4 {
    font-family: OpenSansBold, verdana, sans-serif;
    color: #073B42;
    font-size: 1.143em;
    font-weight: normal;
    line-height: 1.333em;
    padding: 0;
    margin: 0;
    text-shadow: 0 -1px 1px #FFF;
}

.lower h4 {
    font-size: 1em;
}

h5 {
    color: #555;
    font-family: verdana, sans-serif;
    font-weight: bold;
    text-shadow: 0 -1px 1px #FFF;
    margin: 0;
    line-height: 1.2em;
    padding: 0 0 0.2em;
}

.airport-list h5 {
    text-align: center;
    padding: 0 0 0.3em;
}

p {
    color: #696969;
    font-size: 1em;
    margin: 0 0 1.429em;
    padding: 0;
    line-height: 1.571em;
}

.contact-col p {
    padding: 0 0 1em;
}

.under-headline-text {
    display: none;
}

.footer-text {
    font-size: 0.857em;
    color: #555555;
    font-family: verdana, sans-serif;
    margin: 0;
    padding: 0 0 1em;
}

.lower-text {
    color: #818181;
    font-size: 0.700em;
    font-family: verdana, sans-serif;
    margin: 0;
    text-align: center;
    padding: 0 0 0.5em;
    width: 100%;
}

.car-desc {
    color: #4D4D4D;
    font-size: 0.857em;
    margin: 0;
    line-height: 1.400em;
}

.step-title {
    text-align: center;
    background: #05393F;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 90%;
    font-size: 1em;
    line-height: 1.3em;
    margin: 1em auto 0;
    padding: 0.60em 2.5% 0.750em;
    color: #FFF;
    text-shadow: 0 1px 1px #031C1F;
    font-family: OpenSansRegular, sans-serif;
    border: 1px solid #083439;
    position: relative;
    z-index: 10;
}

.step-title strong {
    font-weight: normal;
    font-family: OpenSansBold, sans-serif;
}

.step {
    position: relative;
    border: 1px solid #056F7D;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #15A2AF;
    box-shadow: inset 0 1px 1px #3FD1DE;
    -webkit-box-shadow: inset 0 1px 1px #3FD1DE;
    margin: -1.75em 0 0;
    padding: 3em 2.5% 1.75em;
    z-index: 9;
    clear: both;
    overflow: hidden;
}

.stage1 .step {
    padding: 3em 2.5% 1em;
}

.step2 {
    padding: 2.500em 0 0;
    position: relative;
}

.step3 {
    background: #1699A5;
}

.step-middle {
    background: #15919E;
    overflow: hidden;
    border-top: 1px solid #3FD1DE;
    border-bottom: 1px solid #006277;
    box-shadow: inset 0 1px 1px #006277,
    0 1px 1px #3FD1DE;
    -webkit-box-shadow: inset 0 1px 1px #006277,
    0 1px 1px #3FD1DE;
}

.step-inner {
    padding: 1.3em 2.5%;
}

.step4 {
    padding: 3em 0 1.75em;
}

.step-container {
    padding: 0 0 2em;
}

.step-heading {
    color: #FFF;
    font-family: OpenSansBold, sans-serif;
    font-size: 1.286em;
    text-shadow: 0 2px 2px #0E6B74;
    margin: 0;
    padding: 0 0 0.1em;
    line-height: 1.286em;
    font-weight: normal;
}

.subtext {
    color: #EBFDFF;
    font-size: 0.786em;
    margin: 0 0 1.25em;
    line-height: 1.500em;
    font-family: verdana, sans-serif;
}

.add-waypoint {
    clear: both;
    overflow: hidden;
    padding: 0 4px;
}

.via {
    background: #138C97;
    display: block;
    float: left;
    padding: 0.700em 0.800em;
    font-size: 0.714em;
    font-family: verdana, sans-serif;
    color: #FFF;
    text-decoration: none;
    -moz-border-radius: 0 0 2px 2px;
    -webkit-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
}

.via.right {
    display: none;
}

.via:hover {
    text-decoration: underline;
    color: #FFF;
}

.car-container {
    background: #EBEBEB;
    padding: 0.500em;
    overflow: hidden;
    margin: 0 0 0.500em;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    box-shadow: inset 0 0 0 #EBEBEB;
    -webkit-box-shadow: inset 0 0 0 #EBEBEB;
}

.car-container .right {
    float: none;
    clear: both;
}

.selected-car {
    background: #95E8F0;
    box-shadow: inset 1px 1px 1px #B3EFF5,
    inset -1px -1px 1px #B3EFF5;
    -webkit-box-shadow: inset 1px 1px 1px #B3EFF5,
    inset -1px -1px 1px #B3EFF5;
}

.car-info {
    padding: 0.4em 0 0.4em 7.5em;
}

.car {
    float: left;
    width: 7.000em;
    height: 3.929em;
    margin: 0 0 0.5em;
    border: 1px solid #E7E7E7;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #F5F5F5 url(images/gif/car.gif) no-repeat center;
}

.saloon {
    background: #F5F5F5 url(images/gif/saloon.gif) no-repeat center;
}

.estate {
    background: #F5F5F5 url(images/gif/estate.gif) no-repeat center;
}

.people {
    background: #F5F5F5 url(images/gif/people.gif) no-repeat center;
}

.exec {
    background: #F5F5F5 url(images/gif/exec.gif) no-repeat center;
}

.exec_people {
    background: #F5F5F5 url(images/gif/exec_people.gif) no-repeat center;
}

.london_taxi {
    background: #F5F5F5 url(images/gif/london_taxi.gif) no-repeat center;
}

.car-button {
    background: #07515B url(images/gif/single.gif) repeat-x;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #006277;
    font-size: 13px;
    font-family: OpenSansSemiBold, sans-serif;
    text-shadow: 0 1px 1px #04383F;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    box-shadow: inset 0 1px 1px #3A9FC5;
    -webkit-box-shadow: inset 0 1px 1px #3A9FC5;
    display: block;
    height: 1.923em;
    line-height: 1.4em;
    margin: 0;
    cursor: pointer;
    float: left;
    width: 49%;
}

.return-button {
    background: #F6A720 url(images/gif/return.gif) repeat-x;
    box-shadow: inset 0 1px 1px #FFE667;
    -webkit-box-shadow: inset 0 1px 1px #FFE667;
    border: 1px solid #BD7219;
    color: #7F480B;
    text-shadow: 0 1px 1px #FFE460;
    margin: 0;
    float: right;
}

.disabled-button {
    background: #DDD;
    border: 1px solid #888;
    color: #555;
    text-shadow: 0 1px #FFF;
    box-shadow: inset 0 1px 1px #EEE;
    -webkit-box-shadow: inset 0 1px 1px #EEE;
    cursor: default;
}

.change-booking {
    text-align: center;
}

.selected-car-button {
    border-color: #08616B;
    color: #08616B;
    background: #FFF;
}

.map-container {
    color: #FFF;
    line-height: 1.6em;
    text-align: center;
    padding: 0.500em 0 2em;
}

.map {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 0.357em;
    background: #FFF;
    border: 1px solid #094A51;
    margin: 0 0 0.750em;
    position: relative;
}

.map-inner {
    height: 10.000em;
    background: #CCC;
}

.map-cover {
    position: absolute;
    z-index: 99;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.form-col {
    width: 100%;
    overflow: hidden;
}

.form-col.left {
    float: none;
}

.step4 .form-col.left {
    padding: 0 0 2em;
}

.form-col-smaller {
    padding: 0 0 0.429em;
    overflow: hidden;
}

.form-col-smaller input {
    width: 70%;
    float: right;
}

.form-col-smaller.right {
    float: none;
}

.comments {
    padding: 2em 0 0;
    overflow: hidden;
    clear: both;
}

.your-choice {
    background: #094C54;
    overflow: hidden;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 0 0 0.500em;
    display: none;
}

.choice-details {
    padding: 0;
    border-bottom: 1px solid #115B64;
}

.choice-car {
    padding: 1em 0;
    text-align: center;
    border-right: 1px solid #115B64;
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #083E4A;
    text-align: center;
    font-family: OpenSansRegular, sans-serif;
    text-shadow: 0 1px 2px #07393F;
    color: #FFF;
    line-height: 1.4em;
}

.choice-type {
    padding: 1em 0;
    text-align: center;
    border-left: 1px solid #083E4A;
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #083E4A;
    text-align: center;
    font-family: OpenSansRegular, sans-serif;
    text-shadow: 0 1px 2px #07393F;
    color: #FFF;
    line-height: 1.4em;
}

.choice-price {
    padding: .75em 0;
    border-top: 1px solid #115B64;
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-family: OpenSansRegular, sans-serif;
    color: #FFF;
    font-size: 1.4em;
    text-shadow: 0 1px 2px #07393F;
}

.choice-price strong,
.choice-type strong,
.choice-car strong {
    font-weight: normal;
    font-family: OpenSansBold, sans-serif;
}

/*****************/
/* website forms */
/*****************/

.input {
    display: block;
    padding: 0.800em;
    border: 1px solid #113C41;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #FBFBFB url(images/gif/input.gif) repeat-x;
    font-size: 1em;
    width: 100%;
    margin: 0;
    font-size: 1em;
    color: #666;
    font-family: verdana, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.input65 {
    width: 61.5%;
    margin-right: 3%;
    float: left;
}

.input32 {
    width: 32%;
}

.ie .input {
    padding: 0.8em 2.49%;
    width: 94%;
}

.enquiry-input,
.ie .enquiry-input {
    width: 79%;
    border-color: #AAA;
    float: right;
}

.textarea {
    display: block;
    padding: 0.800em;
    border: 1px solid #113C41;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #FBFBFB url(images/gif/input.gif) repeat-x;
    font-size: 1em;
    width: 100%;
    margin: 0;
    height: 8em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    font-size: 1em;
    color: #666;
    font-family: verdana, sans-serif;
    max-width: 100%;
}

.ie .textarea {
    padding: 0.800em 2.5%;
    width: 94%;
}

.ie .enquiry-textarea,
.enquiry-textarea {
    width: 79%;
    border-color: #AAA;
    float: right;
    height: 12em;
}

.datepicker {
    background: url(images/gif/date.gif) no-repeat right center,
    #FFF url(images/gif/input.gif) repeat-x;
}

::-webkit-calendar-picker-indicator {
    background: none;
    opacity: 0;
    width: 12px;
}

.button {
    background: url(images/png/unchecked.png) no-repeat 0 0,
    #074E58 url(images/gif/button_bg.gif) repeat-x;
    border: 1px solid #006277;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px #3A9FC5;
    -webkit-box-shadow: inset 0 1px 1px #3A9FC5;
    display: block;
    font-size: .9em;
    font-family: OpenSansSemibold, sans-serif;
    padding: 0 1.1em 0 3.667em;
    color: #FFF;
    cursor: pointer;
    height: 46px;
    line-height: 46px;
    text-shadow: 0 1px 1px #04383F;
    margin: 0 0 5px;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    width: 100%;
    text-align: left;
}

.ie .button {
    background: url(images/png/unchecked_ie.png) no-repeat right 0;
    padding: 0 5%;
    width: 89%;
}

.checked {
    background: url(images/png/checked.png) no-repeat 0 0,
    #074E58 url(images/gif/button_bg.gif) repeat-x;
}

.ie .checked {
    background: url(images/png/checked_ie.png) no-repeat right 0;
}

.formrow {
    overflow: hidden;
    clear: both;
    padding: 0 0 0.429em;
    zoom: 1;
    position: relative;
}

.form-flex {
    display: flex;
}

.formrow-step6 {
    width: 50%;
    overflow: hidden;
    clear: both;
    padding: 0 0 0.429em;
    zoom: 1;
    position: relative;
}

.input_expiry-date {
    width: 31.4%;
}

.input_security-card {
    width: 31%;
}

.contact-form .formrow {
    padding: 0 0 0.600em;
}

.errormessage {
    border: 1px solid #056F7D;
    background: #F7F2DA url(images/png/errormessage.png) no-repeat 9px center;
    padding: 8px 8px 8px 33px;
    color: #333;
    font-size: 13px;
    margin: 5px 0 18px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-weight: bold;
}

.contact-form .errormessage {
    border-color: #999;
}

.notice {
    background: #DBE3FF url(images/png/notice.png) no-repeat 9px center;
    border: 1px solid #A2B4EE;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 8px 8px 8px 33px;
    color: #585B66;
    font-size: 12px;
    margin: 5px 0 10px;
}

.error:focus,
.error {
    border-color: #F00;
}

.select {
    display: block;
    overflow: hidden;
    padding: 0.75em 0.5em;
    background: #FFF;
    font-size: 1em;
    border: 1px solid #113C41;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    height: 43px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.ie .select {
    *height: 23px;
}

.step1-select {
    margin: 0 0 0.500em;
}

.small_select {
    width: 32.3%;
    margin: 0 1.5% 0 0;
}

.small_select:last-child {
    margin: 0;
}

.select-inner {
    width: 100%;
    border: 1px solid #FFF;
    font-size: 1em;
    height: 23px;
    color: #333;
    background: #FFF;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(hsla(0, 0%, 100%, 0)), to(hsla(0, 0%, 100%, 0)));
    background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
    -webkit-appearance: none;
}

.formrow .small_select_container {
    float: none;
}

.formrow .smallest_input.right {
    float: none;
}

.disabled {
    color: #777;
    font-style: italic;
    background-color: #FFF;
}

input.disabled {
    border-color: #117681;
}

.placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    zoom: 1;
    background: url(images/gif/blank.gif);
}

.disabled-container {
    border-color: #117681;
}

.placeholder-container {
    position: relative;
}

.submit {
    background: #F5A322 url(images/gif/submit.gif) repeat-x;
    box-shadow: inset 0 1px 1px #FFE766;
    -webkit-box-shadow: inset 0 1px 1px #FFE766;
    border: 1px solid #BD7219;
    color: #7F480B;
    text-transform: capitalize;
    text-shadow: 0 -1px 0 #FFE766;
    font-size: 1.286em;
    cursor: pointer;
    padding: 1em 1.4em;
    font-family: OpenSansBold, sans-serif;
    box-shadow: 0 1px 1px #116E78;
    -webkit-box-shadow: 0 1px 1px #116E78;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: visible;
    width: auto;
    outline: none;
    margin: 0;
    text-decoration: none;
}

.ie7 .submit {
    filter: chroma(color=#000000);
}

.enquiry-submit,
.ie .enquiry-submit {
    box-shadow: inset 0 1px 1px #FFF;
    -webkit-box-shadow: inset 0 1px 1px #FFF;
}

.change-booking-button {
    text-align: center;
    width: 100%;
    display: none;
}

.submit-airport {
    float: right;
    height: 44px;
    padding: 0.4em 1.25em;
    margin: 0;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    display: none;
}

.mobile-button {
    width: 100%;
    display: block;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.quote-button {
    width: 100%;
    padding: 1em 0;
    text-align: center;
}

.middle-button {
    width: 100%;
    margin: 0 auto;
    display: block;
}

label {
    display: block;
    color: #FFF;
    font-family: OpenSansSemiBold, sans-serif;
    text-shadow: 0 2px 2px #0E6B74;
    padding: 0 0 0.300em;
    line-height: 1.5em;
    font-size: 0.9em;
}

.enquiry-label {
    float: left;
    width: 20%;
    text-shadow: 0 1px 1px #FFF;
    color: #666;
    padding: 0.4em 0 0;
}

.left-label {
    padding: 0.800em 0.500em 0 0;
}

.center-inner {
    text-align: center;
}

.mobile-left {
    padding: 0.800em 0.500em 0 0;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 29%;
}

.meet-container {
    padding: 0.5em 0;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
}

.stage4a .meet-container {
    display: none;
}

.check-label {
    padding: 0.650em 0 0 0.333em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.4em;
    font-size: 1.200em;
    cursor: pointer;
}

.checkbox {
    width: 26px;
    height: 21px;
    background: url(images/gif/checkbox.gif) no-repeat 0 0;
    display: block;
    margin: 10px 0 0;
    text-indent: -99999px;
    float: left;
}

.ticked {
    background-position: 0 bottom;
}

.input:focus,
.textarea:focus,
.focus {
    border-color: #FFF;
    color: #333;
}

.contact-form .enquiry-submit-row {
    padding: 0 0 0 21%;
}

.enquiry-textarea:focus,
.enquiry-input:focus {
    border-color: #333;
}

.ajax-google-search:focus {
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.focus select {
    color: #333;
}

.pac-container {
    background: none !important;
    padding: 0 0 0;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    border: 1px solid #EEE !important;
    border-top: 1px solid #EEE !important;
}

.pac-item,
.pac-item-refresh {
    padding: 5px;
    border-bottom: 1px solid #EEE;
    border-top: 1px solid #FFF;
    font-size: 12px;
    background: #FFF;
    color: #555;
    cursor: pointer;
}

.pac-container:after {
    padding: 4px;
    font-size: 12px;
    background: #EEE url(/images/gif/google.gif) no-repeat right center;
    content: '';
    height: 20px;
    color: #555;
}

.pac-item b,
.pac-item-refresh b,
.pac-item-bold {
    color: #333;
    font-weight: bold;
}

.pac-item:hover,
.pac-item-refresh:hover {
    background: #F5A322 url(images/gif/submit.gif) repeat-x;
    border-color: #BD7219;
}

.button_2 {
    border: 1px solid #006277;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #026978 url(images/gif/button_bg_2.gif) repeat-x;
    font-family: OpenSansBold, arial, sans-serif;
    color: #FFF;
    text-decoration: none;
    text-shadow: 0 -1px 0 #000;
    font-size: 1.429em;
    display: block;
    box-shadow: inset 0 -1px 0 #3A9FC5;
    -webkit-box-shadow: inset 0 -1px 0 #3A9FC5;
    float: right;
    padding: 0.900em 0;
    width: 25%;
    text-align: center;
}

.button_2:hover {
    background: #046D7B;
    color: #FFF;
}

.button_3 {
    border: 1px solid #006277;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #026978 url(images/gif/button_bg_2.gif) repeat-x;
    font-family: OpenSansSemibold, arial, sans-serif;
    color: #FFF;
    text-decoration: none;
    text-shadow: 0 -1px 0 #000;
    font-size: 1em;
    display: block;
    box-shadow: inset 0 -1px 0 #3A9FC5;
    -webkit-box-shadow: inset 0 -1px 0 #3A9FC5;
    padding: 0.9em 1em;
    line-height: 1.5em;
    text-align: center;
    overflow: hidden;
    clear: both;
}

.button_3:hover {
    background: #046D7B;
    color: #FFF;
}

.button_3 strong {
    font-family: OpenSansBold, arial, sans-serif;
    font-weight: normal;
}

.call-us {
    color: #3F3F3F;
    font-family: OpenSansRegular, arial, sans-serif;
    font-size: 1.429em;
    float: left;
    width: 70%;
    padding: 1em 0 0 1%;
    text-align: center;
}

.call-us strong {
    font-weight: normal;
    font-family: OpenSansBold, arial, sans-serif;
}

/********/
/* misc */
/********/
.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.no-padding {
    padding: 0;
}

.loading {
    display: block;
}

.error_container {
    text-align: center;
    padding: 10px 0;
}

.booking-table {
    width: 100%;
    display: none;
}

.booking-table td {
    background: #0C676F;
    border-bottom: 1px solid #8FEEF7;
    padding: 0.7em;
    font-size: 0.929em;
    color: #FFF;
    font-family: verdana, sans-serif;
    font-weight: bold;
    text-shadow: 0 2px 2px #0E6B74;
    line-height: 1.5em;

}

.booking-table th {
    background: #055F67;
    font-size: 1.15em;
    font-weight: bold;
    text-shadow: 0 2px 2px #05454B;
    padding: 0.8em;
    text-align: center;
    color: #FFF;
    border-bottom: 1px solid #8FEEF7;
    line-height: 1.5em;
    font-family: OpenSansSemiBold, sans-serif;
}

.booking-table .top-th {
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.booking-table .price-th {
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    border: 0;
    padding: 0.75em;
    font-size: 1.6em;
    font-family: OpenSansBold, sans-serif;
}

.booking-table .alt {
    background: #16929D;
    font-weight: normal;
}

.booking-table .first-col {
    width: 20%;
}

.waypoint {
    display: none;
    padding: 0.143em 0 0;
}

.first-wp {
    padding: 0.75em 0 0;
}

.hidden {
    display: none;
}

.clearfix {
    overflow: hidden;
    clear: both;
}

hr {
    border: 0;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #FFF;
    margin: 30px 0 20px;

}

.london-statement {
    padding: 30px 0 10px;
}

ul {
    padding: 0 0 1.5em;
    margin: 0;
}

ul li {
    color: #696969;
    margin: 0 0 0 2em;
    padding: 0 0 0.6em;
    list-style: circle;
    line-height: 1.571em;
}

ul li ol {
    padding: 0;
}

ol {
    padding: 0 0 1.5em;
    margin: 0;
}

ol li {
    color: #696969;
    margin: 0 0 0.6em 2em;
    padding: 0;
    list-style: lower-alpha;
    line-height: 1.571em;
}

.popup-container {
    background: #FFFFFF;
    width: 530px;
    margin: 0 auto;
    padding: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    clear: both;
    border: 1px solid #E1E1E1;
    z-index: 40;
    overflow: hidden;
    position: relative;
}

.popup-container textarea {
    display: block;
    overflow: hidden;
    padding: 0.75em 0.5em;
    background: #FFF;
    font-size: 16px;
    border: 1px solid #113C41;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    height: 143px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

.popup-container h2 {
    color: #0C6B75;
}

.popup-container .submit {
    margin: 20px 0 0;
    float: right;
}

/*! jQuery UI - v1.10.1 - 2013-02-19
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=12px&cornerRadius=4px&bgColorHeader=%230a4a53&bgTextureHeader=flat&bgImgOpacityHeader=100&borderColorHeader=%23063137&fcHeader=%23ffffff&iconColorHeader=%23ffffff&bgColorContent=%23eeeeee&bgTextureContent=flat&bgImgOpacityContent=100&borderColorContent=%23dddddd&fcContent=%23333333&iconColorContent=%23222222&bgColorDefault=%23f6f6f6&bgTextureDefault=flat&bgImgOpacityDefault=100&borderColorDefault=%23cccccc&fcDefault=%230a4a53&iconColorDefault=%23063137&bgColorHover=%23fff&bgTextureHover=flat&bgImgOpacityHover=100&borderColorHover=%23fff&fcHover=%23063137&iconColorHover=%23063137&bgColorActive=%23ffffff&bgTextureActive=flat&bgImgOpacityActive=65&borderColorActive=%23063137&fcActive=%23063137&iconColorActive=%23063137&bgColorHighlight=%230a4a53&bgTextureHighlight=flat&bgImgOpacityHighlight=100&borderColorHighlight=%23063137&fcHighlight=%23fff&iconColorHighlight=%23063137&bgColorError=%23b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=%23cd0a0a&fcError=%23ffffff&iconColorError=%23063137&bgColorOverlay=%23666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=%23000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright (c) 2013 jQuery Foundation and other contributors Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    min-height: 0; /* support: IE7 */
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-front {
    z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible; /* removes extra width in IE */
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
    text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
    width: 2.2em;
}

/* button elements seem to need a little more width */
button.ui-button-icon-only {
    width: 2.4em;
}

.ui-button-icons-only {
    width: 3.4em;
}

button.ui-button-icons-only {
    width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
    display: block;
    line-height: normal;
}

.ui-button-text-only .ui-button-text {
    padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em;
}

/* no icon support for input elements, provide padding by default */
input.ui-button {
    padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
    left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
    right: .5em;
}

/* button sets */
.ui-buttonset {
    margin-right: 7px;
}

.ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 49%;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative;
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    padding: 3px 0;
    display: block;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .35em;
    top: 50%;
    width: 21px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer;
}

.ui-dialog .ui-resizable-se {
    width: 12px;
    height: 12px;
    right: -5px;
    bottom: -5px;
    background-position: 16px 16px;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

/* Component containers
----------------------------------*/
.ui-widget {
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1em;
}

.ui-widget-content {
    border: 1px solid #DDDDDD;
    background: #EEEEEE url(images/png/ui-bg_flat_100_eeeeee_40x100.png) 50% 50% repeat-x;
    color: #333333;
}

.ui-widget-content a {
    color: #333333;
}

.ui-widget-header {
    border: 1px solid #063137;
    background: #0A4A53 url(images/png/ui-bg_flat_100_0a4a53_40x100.png) 50% 50% repeat-x;
    color: #FFFFFF;
    font-weight: bold;
}

.ui-widget-header a {
    color: #FFFFFF;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #CCCCCC;
    background: #F6F6F6 url(images/png/ui-bg_flat_100_f6f6f6_40x100.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #0A4A53;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #0A4A53;
    text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #FFF;
    background: #FFF url(images/png/ui-bg_flat_100_fff_40x100.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #063137;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
    color: #063137;
    text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #063137;
    background: #FFFFFF url(images/png/ui-bg_flat_65_ffffff_40x100.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #063137;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #063137;
    text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #063137;
    background: #0A4A53 url(images/png/ui-bg_flat_100_0a4a53_40x100.png) 50% 50% repeat-x;
    color: #FFF;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #FFF;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #CD0A0A;
    background: #B81900 url(images/png/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;
    color: #FFFFFF;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #FFFFFF;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #FFFFFF;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images/png */
.ui-icon {
    width: 16px;
    height: 16px;
    background-position: 16px 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url(images/png/ui-icons_222222_256x240.png);
}

.ui-widget-header .ui-icon {
    background-image: url(images/png/ui-icons_ffffff_256x240.png);
}

.ui-state-default .ui-icon {
    background-image: url(images/png/ui-icons_063137_256x240.png);
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-image: url(images/png/ui-icons_063137_256x240.png);
}

.ui-state-active .ui-icon {
    background-image: url(images/png/ui-icons_063137_256x240.png);
}

.ui-state-highlight .ui-icon {
    background-image: url(images/png/ui-icons_063137_256x240.png);
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url(images/png/ui-icons_063137_256x240.png);
}

/* positioning */
.ui-icon-carat-1-n {
    background-position: 0 0;
}

.ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.ui-icon-carat-1-e {
    background-position: -32px 0;
}

.ui-icon-carat-1-se {
    background-position: -48px 0;
}

.ui-icon-carat-1-s {
    background-position: -64px 0;
}

.ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.ui-icon-carat-1-w {
    background-position: -96px 0;
}

.ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
    background: #064147;
    opacity: 0.8;
    filter: Alpha(Opacity=80);
}

.ui-widget-shadow {
    margin: -5px 0 0 -5px;
    padding: 5px;
    background: #000000 url(images/png/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
    opacity: .2;
    filter: Alpha(Opacity=20);
    border-radius: 5px;
}

label.error {
    display: none !important;
}

.error_warning {
    display: none;
}

.error_warning--unsociable-hours {
    display: block;
    font-family: verdana, sans-serif;
    float: left;
    margin: 8px 0;
    color: #EEE;
    font-size: 11px;
    line-height: 14px;
    text-align: center;
    width: 100%;
}

.error_warning--toa {
    font-family: verdana, sans-serif;
    float: left;
    margin: 8px 0;
    color: #EEE;
    font-size: 11px;
    line-height: 14px;
}


/** reset external css **/

.FormItem,
.FormLabel,
.FormInput,
.NarrowFormLabel,
.FormLabelExtraDescription,
.FormInputTextOnly,
.FormInputText,
.FormItemExtraDescription {
    width: auto;
    float: none;
    text-align: left;
    padding: 0;
}

#AJAXUpdatePanel_Panel,
#AJAXUpdatePanel_Spinner {
    z-index: 11;
}

#AJAXUpdatePanel_Spinner {
    background: url(images/gif/ajaxloading.gif) no-repeat center;
}

.step-heading {
    color: #FFF;
    font-family: OpenSansBold, sans-serif;
    font-size: 1.286em;
    text-shadow: 0 2px 2px #0E6B74;
    margin: 0;
    padding: 0 0 0.1em;
    background: none;
    line-height: 1.286em;
}

.ContentHeader {
    background: #055F67;
    font-size: 1.15em;
    font-weight: bold;
    text-shadow: 0 2px 2px #05454B;
    padding: 0.8em;
    text-align: center;
    color: #FFF;
    border-bottom: 1px solid #8FEEF7;
    line-height: 1.5em;
    font-family: OpenSansSemiBold, sans-serif;
}

.ContentBodyText {
    padding: 0;
    color: #EBFDFF;
    font-size: 0.9em;
    margin: 0 0 1.25em;
    line-height: 1.500em;
    font-family: verdana, sans-serif;
}

#pnOrderDescriptionPanel {
    position: relative;
    border-bottom: 1px solid #8FEEF7;
}

#pnOrderDescriptionPanel .FormItem {
    border: 0;
    background: #16929D;
}

.FormItem {
    /*border-bottom: 1px solid #8feef7;*/
    font-size: 0.929em;
    color: #FFF;
    font-family: verdana, sans-serif;
    text-shadow: 0 2px 2px #0E6B74;
    min-height: 40px;
    position: relative;
    background: #16929D;
    font-weight: normal;

}

.FormLabel {
    /*background: #0c676f;*/
    padding: 0.8em 0.8em 0;
    font-size: 0.929em;
    color: #FFF;
    font-family: verdana, sans-serif;
    font-weight: bold;
    text-shadow: 0 2px 2px #0E6B74;
    line-height: 1.5em;
    margin: 0 !important;
}

.FormInputTextOnly {
    padding: 0.8em;
    font-size: 0.929em;
    color: #FFF;
    font-family: verdana, sans-serif;
    text-shadow: 0 2px 2px #0E6B74;
    line-height: 1.5em;
    font-weight: normal;
    margin: 0 !important;
    text-align: center;
}

.FormInput {
    padding: 0 0.6em 0.6em;
    font-size: 0.929em;
    color: #FFF;
    font-family: verdana, sans-serif;
    text-shadow: 0 2px 2px #0E6B74;
    line-height: 1.5em;
    width: calc(100% - 1.2em);
    margin: 0 auto;
    font-weight: normal;
    *padding-left: 290px;
    display: block;
    overflow: hidden;

}

#pnlPaymentFormContent {
    position: relative;
}

.DESVALRequiredFieldMarker {
    padding: 10px 0 0;
}

.DESVALErrorText {
    text-shadow: none;
    color: #FFF !important;
}

.FormInput #ddExpiryDateYear {
    width: 100px !important;
}

.FormValidationText {
    position: absolute;
    right: 10px;
    top: 44px;
    display: block;
    width: 50px;
}

#CountryValidationPanel {
    right: auto;
    left: 245px;
}

#CV2ValidationPanel {
    right: auto;
    left: 140px;
    top: 46px;
}

.InputTextFieldRegister {
    display: block;
    padding: 0.800em;
    border: 1px solid #113C41;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #FBFBFB url(images/gif/input.gif) repeat-x;
    font-size: 1em;
    width: 100% !important;
    min-width: 270px;
    margin: 0;
    font-size: 1em;
    color: #666;
    font-family: verdana, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.DESVALRequiredFieldMarker img {
    padding-top: 6px;
    vertical-align: bottom;
}

.DESVALErrorText img {
    padding-top: 8px;
}

.ContentRight:nth-child(3n) .FormItem:nth-child(3) .FormLabel,
.ContentRight:nth-child(3n) .FormItem:nth-child(4) .FormLabel,
.ContentRight:nth-child(3n) .FormItem:nth-child(5) .FormLabel {
    display: none;
}

.DESVALRequiredFieldMarker,
.DESVALErrorText {
    line-height: 1.2em;
}

.InputTextFieldRegisterSmall {
    display: block;
    padding: 0.800em;
    border: 1px solid #113C41;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #FBFBFB url(images/gif/input.gif) repeat-x;
    font-size: 1em;
    margin: 0;
    font-size: 1em;
    color: #666;
    font-family: verdana, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 100px !important;
    margin-right: 3px;
}

.DESVALFieldWithError,
.FormInput .DESVALListWithError {
    border-color: #F00;
    background: #FFB6C1;
}

.FieldWithError {
    background: #FFB6C1;
    border: solid 1px #F00;
}

.FormInput select {
    display: inline-block;
    overflow: hidden;
    padding: 0.5em;
    background: #FFF;
    font-size: 1em;
    border: 1px solid #113C41;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    height: 36px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 100px;
}

.FormInput #ddCountries {
    width: auto !important;
    max-width: 230px;
}

#InstructionsHelpButton {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}

.InputTextField {
    display: block;
    padding: 0.800em;
    border: 1px solid #113C41;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #FBFBFB url(images/gif/input.gif) repeat-x;
    font-size: 1em;
    width: 366px;
    margin: 0;
    font-size: 1em;
    color: #666;
    font-family: verdana, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.FormItem {
    overflow: hidden;
}

.FormSubmit {
    text-align: center;
    padding: 0 0 10px;

}

.FormSubmit a {
    color: #FFF;
}

.submit-step6 .submit {
    margin: 30px 0 12px 0.8%;
    width: 100%;
}

#SubmitButton {
    background: #F5A322 url(images/gif/submit.gif) repeat-x;
    box-shadow: inset 0 1px 1px #FFE766;
    -webkit-box-shadow: inset 0 1px 1px #FFE766;
    border: 1px solid #BD7219;
    color: #7F480B;
    text-transform: capitalize;
    text-shadow: 0 -1px 0 #FFE766;
    font-size: 1.286em;
    cursor: pointer;
    padding: 1em 1.4em;
    font-family: OpenSansBold, sans-serif;
    box-shadow: 0 1px 1px #116E78;
    -webkit-box-shadow: 0 1px 1px #116E78;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: visible;
    width: 50%;
    min-width: 280px;
    outline: none;
    margin: 10px 0 0;
    -webkit-appearance: none;
}

#SubmitButton[disabled] {
    color: #896A49;
    border-color: #A1723F;
    background: #E9BD60;
    text-shadow: 0 -1px 1px #E1D597;
    box-shadow: 0 1px 1px #116E78;
    -webkit-box-shadow: 0 1px 1px #E1D597;
    cursor: url(disabled.cur), auto;
}

.ErrorMessage, .FormErrorMessage {
    border: 1px solid #AA1111;
    background: #FFCECE url(images/png/errormessage.png) no-repeat 9px center;
    padding: 8px 8px 8px 33px;
    color: #AA1111;
    font-size: 12px;
    margin: 5px 0 13px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: auto;
    clear: both;
    line-height: 18px;
}

.ErrorMessage ul {
    padding: 0;
}

.ErrorMessage ul li {
    color: #333;
    margin: 0;
    padding: 0;
    list-style: none;

}

.InfoMessage {
    background: #DBE3FF url(images/png/notice.png) no-repeat 9px center;
    border: 1px solid #2447AD;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 8px 8px 8px 33px;
    color: #2447AD;
    font-size: 12px;
    margin: 5px 0 10px;
    width: auto;
}

.WarningMessage {
    border: 1px solid #960;
    background: #FBEECD url(images/png/warning.png) no-repeat 9px center;
    padding: 8px 8px 8px 33px;
    color: #000;
    font-size: 12px;
    margin: 5px 0 13px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: auto;
}

.time_error {
    border: 1px solid #AA1111;
    background: #FFCECE url(images/png/errormessage.png) no-repeat 9px center;
    padding: 15px 15px 15px 33px;
    color: #222;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 25px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: auto;
    display: none;
}

.ContentRight .FormItem:last-child {
    border: 0;
    background: none;
}

#OrderDetailsHeader {
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.FormRequiredDescription {
    text-align: right;
    float: right;
    padding: 0 0 6px;
    display: block;
    vertical-align: middle;
}

.FormRequiredDescription img {
    vertical-align: middle;
}

.DESVALRequiredFieldsDescription {
    font-size: 12px;
    vertical-align: middle;
    color: #FFF;
    font-style: italic;
}

.js-warning {
    border: 1px solid #CBBA66;
    background: #F7F2DA;
    padding: 20px 15px 20px 15px;
    color: #444;
    font-size: 14px;
    margin: 5px 0 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    min-height: 65px;
}

.js-warning h5 {
    display: block;
    font-size: 14px;
    color: #222;
}

.js-warning p {
    padding: 0;
    margin: 0;
    color: #555;
}

.js-warning strong {
    color: #333;
}

.js-warning a {
    color: #222;
    font-weight: bold;
}

.js-warning a:hover {
    color: #000;
}

.payment_form {
    padding: 0;
}

.FormRequiredDescription {
    text-align: right;
    float: right;
    padding: 0 0 6px;
    display: block;
    vertical-align: middle;
    position: absolute;
    right: 10px;
    top: -17px;
}

#ExpiryDateMultiConditionValidator_Txt,
#CardNumberRequiredTextValidator_Txt,
#CV2MandatoryValidator_Txt,
#Address1InputValidator_Txt,
#CityInputValidator_Txt,
#StateMandatoryValidator_Txt,
#PostCodeInputValidator_Txt,
#CountryMandatoryValidator_Txt {
    display: none;
}

.payment_form_right {
    width: 24%;
    padding-top: 8.5em;
    float: right;
    display: none;
}

.ContentRight {
    width: auto;
    margin: 0;
}

.right-header {
    color: #FFF;
    text-shadow: 0 1px 1px #0E6B74;
}

.sidenav {
    margin: 0;
    padding: 0 0 0.5em;
}

.sidenav li {
    padding: 0 0 0;
    margin: 0 0 0 1.3em;
    list-style: circle;
    color: #EBFDFF;
}

.sidenav a {
    color: #EBFDFF;
    font-size: 0.786em;
    line-height: 1.500em;
    font-family: verdana, sans-serif;
    text-decoration: none;
}

.sidenav a:hover {
    text-decoration: underline;
}

.lock {
    background: url(images/png/lock.png) no-repeat 0 10px;
    padding: 12px 0 10px 20px;
}

.tel {
    background: url(images/png/tel.png) no-repeat 0;
    padding: 8px 0 10px 23px;
    margin: 0;
}

.email {
    background: url(images/png/email.png) no-repeat 0 6px;
    padding: 5px 0 10px 23px;
    margin: 0;
}

.booking-table td a {
    color: #FFF;
}

.desktop {
    display: none;
}

.overlay-section {
    width: 80%;
    padding: 4%;
    max-width: 320px;
    margin: 0 auto;
}

.overlay-section p {
    color: #FFFFFF;
    font-size: 1.2em;
    line-height: 1.205em;
    font-family: OpenSansSemibold, arial, sans-serif;
    text-align: center;
}

@media screen and (min-width: 600px) {
    .container {
        width: 95%;
    }

    .submit-airport {
        display: block;
    }

    .mobile-button {
        display: none;
    }

    .confirm-or-reject .status-button {
        margin: 0;
    }

    .step1-select {
        -moz-border-radius: 4px 0 0 4px;
        -webkit-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px;
        border-right: 0;
        height: 45px;
        margin: 0;
    }

    .stage1 .step {
        padding: 3em 2.5% 0;
    }

    .footer-col {
        width: 47.5%;
        text-align: left;
        float: left;
        padding: 0 2.4% 0 0;
    }

    .footer-col-large {
        text-align: left;
    }

    .lower-text {
        text-align: left;
        padding: 0;
        width: auto;
        max-width: 49.9%;

    }

    .lower-text.right {
        text-align: right;
    }

    .contact-col a span {
        display: inline;
    }

    .contact-col a[href^="tel"] {
        color: #696969;
        text-decoration: none;
    }

    .contact-col a:after {
        content: "";
    }

    .js-warning {
        background: #F7F2DA url(images/png/warning.png) no-repeat 20px center;
        padding: 20px 15px 20px 120px;
    }

    .js-warning h5 {
        font-size: 18px;
    }

    .airport-list h5 {
        text-align: left;
    }

}

@media screen and (min-width: 768px) {
    .logo {
        float: left;
        background: url(images/png/logo_r_2017.png) no-repeat 0 0;
        background-size: 340px auto;
        width: 340px;
    }

    .logo:hover {
        background-position: 0 -62px;
    }

    .nav-icon {
        display: none;
    }

    .nav {
        padding: 0;
        margin: 0;
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
        border: 0;
        border-left: 1px solid #389DC3;
        border-right: 1px solid #08677B;
        height: 4.500em;
        display: block !important;
        position: static;
        -webkit-box-shadow: none;
        box-shadow: none;
        -moz-border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
    }

    .nav li {
        display: block;
        float: left;
        margin: 0;
        padding: 0;
        list-style: none;
        height: 4.500em;
        border-left: 1px solid #08677B;
        border-right: 1px solid #389DC3;
    }

    .nav a {
        display: block;
        height: 4.200em;
        line-height: 4.267em;
        color: #C0F2F7;
        padding: 0 1.00em;
        text-decoration: none;
        text-shadow: 0 1px 2px #07393F;
        font-family: arial, sans-serif;
        font-weight: bold;
        font-size: 1.071em;
        background: url(images/gif/top.gif) repeat-x;
    }

    .nav a:hover {
        text-decoration: underline;
        color: #F0F0F0;
        background: url(images/gif/top.gif) repeat-x;
    }

    .contact .nav-contact a,
    .about .nav-about a,
    .home .nav-home a,
    .faq .nav-faq a {
        background: url(images/gif/top.gif) repeat-x 0 -63px;
        color: #F0F0F0;
        height: 62px;

    }

    .content {
        padding: 2em 0 0;
    }

    h1 {
        font-size: 2em;
    }

    .under-headline-text {
        display: block;
    }

    .step {
        padding: 3em 1.75em 1.75em;
    }

    .step-title {
        font-size: 1.286em;
        max-width: 23.500em;
    }

    .car {
        float: left;
        width: 7.000em;
        height: 3.929em;
        border: 1px solid #E7E7E7;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        margin: 0;
    }

    .car-info {
        padding: 0.700em 0 0 1.000em;
        max-width: 13.929em;
        float: left;
    }

    .car-container .right {
        float: right;
        clear: none;
        padding: 0;
    }

    .car-button {
        margin: 0 0 0.385em;
        float: none;
        min-width: 10em;
        max-width: 12.000em;
        text-align: center;
        width: auto;
    }

    .return-button {
        margin: 0;
    }

    .map-inner {
        height: 15.000em;
    }

}

@media screen and (min-width: 920px) {

    .container {
        max-width: 1080px;
    }

    .content {
        padding: 3em 0 0;
        width: 90%;
        margin: 0 auto;
    }

    .stage1 .step {
        padding: 3em 2.5% 1em;
    }

    .step2 {
        padding: 0;
    }

    .button {
        padding: 0 2em 0 1.1em;
        background: #074E58 url(images/png/unchecked.png) no-repeat right 0;
        background: url(images/png/unchecked.png) no-repeat right 0,
        #074E58 url(images/gif/button_bg.gif) repeat-x;
    }

    .checked {
        background: #074E58 url(images/png/checked.png) no-repeat right 0;
        background: url(images/png/checked.png) no-repeat right 0,
        #074E58 url(images/gif/button_bg.gif) repeat-x;
    }

    .stepcol {
        width: 32.2%;
        float: left;
        padding: 3.429em 2.0% 1.714em;
        min-height: 12.143em;
    }

    .step6col {
        width: 95.641%; /*65.5%;*/
        float: left;
        padding: 3.429em 1.75em 1.714em;
        min-height: 20em;
    }

    .no-padding-right {
        padding-right: 0;
        position: relative;
        z-index: 1;
        overflow: visible;
    }

    .remove-waypoint {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 0;
        right: -42px;
    }

    .get-quote {
        padding: 8.429em 2.7% 0;
        width: 21%;
        background: #158794;
        min-height: 9.071em;
        height: 100%;
        border-left: 1px solid #3FD1DE;
        box-shadow: inset 1px 0 0 #006277;
        -webkit-box-shadow: inset 1px 0 0 #006277;
        position: absolute;
        right: 0;
        top: 0;
        float: right;
    }

    .payment-sidebar {
        padding: 3.5em 2.7% 0;
        width: 24%;
        background: #158794;
        min-height: 9.071em;
        height: 100%;
        border-left: 1px solid #3FD1DE;
        box-shadow: inset 1px 0 0 #006277;
        -webkit-box-shadow: inset 1px 0 0 #006277;
        position: absolute;
        right: 0;
        top: 0;
        float: right;
    }

    .under-headline,
    .under-headline-text p {
        width: 85%;
        margin: 0 auto 1.2em;
    }

    .car-choices {
        float: left;
        width: 52.256%
    }

    .map-container {
        width: 44%;
        float: right;
        padding: 3.857em 0 0;
    }

    .map-cover {
        display: none;
    }

    .map-inner {
        height: 20.000em;
    }

    .step4 {
        padding: 3em 0 1.75em;
    }

    .step-inner {
        padding: 0 1.75em;
    }

    .step-middle {
        padding: 1.3em 1.75em;
    }

    .form-col {
        width: 48%;
    }

    .form-col-step6 {
        width: 68.9%;
        overflow: hidden;
    }

    .form-col.left {
        float: left;
    }

    .step6col .subtext {
        width: 68.9%;
    }

    .faq-col {
        width: 45%;
        padding: 1em 0 2em;
    }

    .faq-col.left {
        float: left;
    }

    .form-col-smaller {
        width: 30%;
        float: left;
        overflow: hidden;
        padding: 0 4.9% 0 0;
    }

    .form-col-smaller.right {
        float: right;
        padding: 0;
    }

    .mobile-left {
        padding: 0 0 0.300em;
        float: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
    }

    .form-col-smaller input {
        width: 100%;
        float: none;
    }

    .payment_form {
        width: 65.5%;
        padding: 2em 2.0% 1.714em;
        min-height: 550px;
    }

    .payment_form_right {
        width: 24%;
        padding-top: 8.5em;
    }

    .ContentRight {
        width: auto;
        margin: 0;
    }

    .right-header {
        color: #FFF;
        text-shadow: 0 1px 1px #0E6B74;
    }

    .sidenav {
        margin: 0;
        padding: 0 0 0.5em;
    }

    .sidenav li {
        padding: 0 0 0;
        margin: 0 0 0 1.3em;
        list-style: circle;
        color: #EBFDFF;
    }

    .sidenav a {
        color: #EBFDFF;
        font-size: 0.786em;
        line-height: 1.500em;
        font-family: verdana, sans-serif;
        text-decoration: none;
    }

    .sidenav a:hover {
        text-decoration: underline;
    }

    .lock {
        background: url(images/png/lock.png) no-repeat 0 10px;
        padding: 12px 0 10px 20px;
    }

    .tel {
        background: url(images/png/tel.png) no-repeat 0;
        padding: 8px 0 10px 23px;
        margin: 0;
    }

    .email {
        background: url(images/png/email.png) no-repeat 0 6px;
        padding: 5px 0 10px 23px;
        margin: 0;
    }

    .left-label {
        float: left;
        max-width: 29%;
    }

    .label-step6 {
        max-width: none;
        width: 50%;
        padding-right: 0;
    }

    .label-step6-bigger {
        max-width: none;
        width: 69%;
        padding-right: 0;
    }

    .ie .smaller_input {
        width: 65%;
        padding: 0.800em 2.49%;
    }

    .smallest_input {
        width: 75%;
    }

    .ie .smallest_input {
        width: 65%;
        padding: 0.800em 2.49%;
    }

    .small_select_container {
        width: 75%;
        overflow: hidden;
    }

    .ie .small_select_container {
        width: 65%;
        *width: 69.98%;
        border: 1px solid transparent;
    }

    .month_select.small_select {
        width: 30%;
    }

    .small_select {
        width: 20%;
        margin: 0 1.5% 0 0;
    }

    .ie .small_select {
        width: 20%;
    }

    .formrow .right {
        float: right
    }

    .formrow .small_select_container.right {
        float: right;
    }

    .formrow .small_select_container.left {
        float: left;
    }

    .formrow .smallest_input.right {
        float: right;
    }

    .smaller_input {
        width: 75%;
    }

    .middle-button {
        min-width: 50%;
        width: auto;
    }

    .meet-container {
        max-width: 60%;
        margin: 0 auto;

    }

    .check-label {
        float: left;
    }

    .contact-form {
        float: left;
        width: 70%;
    }

    .contact-details {
        float: right;
        width: 25%;
    }

    .enquiry-label {
        width: 12%;
    }

    .ie .enquiry-textarea,
    .enquiry-textarea,
    .enquiry-input,
    .ie .enquiry-input {
        width: 87%;
    }

    .contact-form .enquiry-submit-row {
        padding: 0 0 0 13%;
    }

    h1 {
        font-size: 2.414em;
    }

    .phone-book {
        padding: 1.429em;
        overflow: hidden;
        background: #FFF;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        clear: both;
        border: 1px solid #E1E1E1;
    }

    .shadow {
        height: 17px;
        background: url(images/png/shadow.png) no-repeat center 0;
        background-size: 100% auto;
    }

    .desktop {
        display: block;
    }

    .footer-col {
        width: 22.5%;
    }

    .footer-inner {
        padding: 3.214em 0 0;
    }

    .footer-col-large {
        width: 50%;
        float: right;
        text-align: left;
        padding: 0;
    }

    .button_3 {
        display: none;
    }

    .lower-text {
        text-align: left;
        padding: 0;
        font-size: 0.786em;
        width: auto;
    }

    .nav a {
        padding: 0 1.667em;
    }

    .contact-col {
        width: auto;
        float: none;

    }

    .payment_form {
        width: 65.5%;
        padding: 2em 2.0% 1.714em;
    }

    .FormLabel {
        width: 36%;
        text-align: right;
    }

    .FormInputTextOnly {
        width: 57.5%;
    }

    .small_select_container {
        width: 75%;
        overflow: hidden;
    }

    .ie .small_select_container {
        width: 65%;
        *width: 69.98%;
        border: 1px solid transparent;
    }

    .small_select {
        width: 20%;
        margin: 0 1.5% 0 0;
    }

    .ie .small_select {
        width: 20%;
    }

    #AJAXUpdatePanel_Panel,
    #AJAXUpdatePanel_Spinner {
        z-index: 11;
    }

    #AJAXUpdatePanel_Spinner {
        background: url(images/gif/ajaxloading.gif) no-repeat center;
    }

    .step-heading {
        color: #FFF;
        font-family: OpenSansBold, sans-serif;
        font-size: 1.286em;
        text-shadow: 0 2px 2px #0E6B74;
        margin: 0;
        padding: 0 0 0.1em;
        background: none;
        line-height: 1.286em;
    }

    .ContentHeader {
        background: #055F67;
        font-size: 1.15em;
        font-weight: bold;
        text-shadow: 0 2px 2px #05454B;
        padding: 0.8em;
        text-align: center;
        color: #FFF;
        border-bottom: 1px solid #8FEEF7;
        line-height: 1.5em;
        font-family: OpenSansSemiBold, sans-serif;
    }

    .ContentBodyText {
        padding: 0;
        color: #EBFDFF;
        font-size: 0.9em;
        margin: 0 0 1.25em;
        line-height: 1.500em;
        font-family: verdana, sans-serif;
    }

    #pnOrderDescriptionPanel {
        position: relative;
        border-bottom: 1px solid #8FEEF7;
    }

    #pnOrderDescriptionPanel .FormItem {
        border: 0;
    }

    .FormItem {
        /*border-bottom: 1px solid #8feef7;*/
        font-size: 0.929em;
        color: #FFF;
        font-family: verdana, sans-serif;
        text-shadow: 0 2px 2px #0E6B74;
        min-height: 40px;
        position: relative;
        background: #16929D;
        font-weight: normal;
        padding: 4px 20px 4px 4px;
    }

    .FormLabel {
        /*background: #0c676f;*/
        padding: 1em 14px;
        font-size: 0.929em;
        color: #FFF;
        font-family: verdana, sans-serif;
        font-weight: bold;
        text-shadow: 0 2px 2px #0E6B74;
        line-height: 1.5em;
        width: 160px;
        position: absolute;
        left: 0;
        height: 100px;
        margin: 0 !important;
    }

    .FormInputTextOnly {
        padding: 0.8em 1% 0.8em 196px;
        font-size: 0.929em;
        color: #FFF;
        font-family: verdana, sans-serif;
        text-shadow: 0 2px 2px #0E6B74;
        line-height: 1.5em;
        width: auto;
        float: left;
        font-weight: normal;
        margin: 0 !important;
        text-align: left;
    }

    .FormInput {
        padding: 0.15em 0;
        font-size: 0.929em;
        color: #FFF;
        font-family: verdana, sans-serif;
        text-shadow: 0 2px 2px #0E6B74;
        line-height: 1.5em;
        float: left;
        font-weight: normal;
        padding-left: 194px;
    }

    .DESVALRequiredFieldMarker {
        padding: 10px 0 0;
    }

    .DESVALErrorText {
        text-shadow: none;
        color: #FFF !important;
    }

    .FormInput #ddExpiryDateYear {
        width: 72px !important;
    }

    .InputTextFieldRegister {
        display: block;
        padding: 0.800em;
        border: 1px solid #113C41;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background: #FBFBFB url(images/gif/input.gif) repeat-x;
        font-size: 1em;
        max-width: 366px !important;
        width: 64% !important;
        margin: 0;
        font-size: 1em;
        color: #666;
        font-family: verdana, sans-serif;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin-right: 3px;
    }

    .DESVALRequiredFieldMarker img {
        padding-top: 6px;
        vertical-align: bottom;
    }

    .DESVALErrorText img {
        padding-top: 8px;
    }

    .DESVALRequiredFieldMarker,
    .DESVALErrorText {
        line-height: 1.2em;
    }

    .InputTextFieldRegisterSmall {
        display: block;
        padding: 0.800em;
        border: 1px solid #113C41;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background: #FBFBFB url(images/gif/input.gif) repeat-x;
        font-size: 1em;
        margin: 0;
        font-size: 1em;
        color: #666;
        font-family: verdana, sans-serif;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        width: 60px !important;
        margin-right: 3px;
    }

    .DESVALFieldWithError,
    .FormInput .DESVALListWithError {
        border-color: #F00;
        background: #FFB6C1;
    }

    .FieldWithError {
        background: #FFB6C1;
        border: solid 1px #F00;
    }

    .FormInput select {
        display: inline-block;
        overflow: hidden;
        padding: 0.5em;
        background: #FFF;
        font-size: 1em;
        border: 1px solid #113C41;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        height: 36px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        width: 100px;
    }

    .FormInput #ddCountries {
        width: 300px !important;
    }

    #InstructionsHelpButton {
        float: left;
        margin-left: 10px;
        margin-top: 10px;
    }

    .InputTextField {
        display: block;
        padding: 0.800em;
        border: 1px solid #113C41;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background: #FBFBFB url(images/gif/input.gif) repeat-x;
        font-size: 1em;
        width: 366px;
        margin: 0;
        font-size: 1em;
        color: #666;
        font-family: verdana, sans-serif;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .FormItem {
        overflow: hidden;
    }

    .FormSubmit {
        text-align: center;
        padding: 0 0 10px;

    }

    .FormSubmit a {
        color: #FFF;
    }

    #SubmitButton {
        background: #F5A322 url(images/gif/submit.gif) repeat-x;
        box-shadow: inset 0 1px 1px #FFE766;
        -webkit-box-shadow: inset 0 1px 1px #FFE766;
        border: 1px solid #BD7219;
        color: #7F480B;
        text-transform: capitalize;
        text-shadow: 0 -1px 0 #FFE766;
        font-size: 1.286em;
        cursor: pointer;
        padding: 1em 1.4em;
        font-family: OpenSansBold, sans-serif;
        box-shadow: 0 1px 1px #116E78;
        -webkit-box-shadow: 0 1px 1px #116E78;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        overflow: visible;
        width: 50%;
        outline: none;
        margin: 10px 0 0;
    }

    #SubmitButton[disabled] {
        color: #896A49;
        border-color: #A1723F;
        background: #E9BD60;
        text-shadow: 0 -1px 1px #E1D597;
        box-shadow: 0 1px 1px #116E78;
        -webkit-box-shadow: 0 1px 1px #E1D597;
        cursor: url(disabled.cur), auto;
    }

    .ErrorMessage, .FormErrorMessage {
        border: 1px solid #AA1111;
        background: #FFCECE url(images/png/errormessage.png) no-repeat 9px center;
        padding: 8px 8px 8px 33px;
        color: #AA1111;
        font-size: 12px;
        margin: 5px 0 13px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        width: auto;
        clear: both;
        line-height: 18px;
    }

    .ErrorMessage ul {
        padding: 0;
    }

    .ErrorMessage ul li {
        color: #333;
        margin: 0;
        padding: 0;
        list-style: none;

    }

    .InfoMessage {
        background: #DBE3FF url(images/png/notice.png) no-repeat 9px center;
        border: 1px solid #2447AD;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        padding: 8px 8px 8px 33px;
        color: #2447AD;
        font-size: 12px;
        margin: 5px 0 10px;
        width: auto;
    }

    .WarningMessage {
        border: 1px solid #960;
        background: #FBEECD url(images/png/warning.png) no-repeat 9px center;
        padding: 8px 8px 8px 33px;
        color: #000;
        font-size: 12px;
        margin: 5px 0 13px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        width: auto;
    }

    .time_error {
        border: 1px solid #AA1111;
        background: #FFCECE url(images/png/errormessage.png) no-repeat 9px center;
        padding: 15px 15px 15px 33px;
        color: #222;
        font-size: 13px;
        font-weight: bold;
        margin: 0 0 25px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        width: auto;
        display: none;
    }

    .ContentRight .FormItem:last-child {
        border: 0;
        background: none;
    }

    #OrderDetailsHeader {
        -moz-border-radius: 4px 4px 0 0;
        -webkit-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
    }

    .FormRequiredDescription img {
        vertical-align: middle;
    }

    .DESVALRequiredFieldsDescription {
        font-size: 12px;
        vertical-align: middle;
        color: #FFF;
        font-style: italic;
    }

    .js-warning {
        border: 1px solid #CBBA66;
        background: #F7F2DA url(images/png/warning.png) no-repeat 20px center;
        padding: 20px 15px 20px 120px;
        color: #444;
        font-size: 14px;
        margin: 5px 0 0;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        min-height: 65px;
    }

    .js-warning h5 {
        display: block;
        font-size: 18px;
        color: #222;
    }

    .js-warning p {
        padding: 0;
        margin: 0;
        color: #555;
    }

    .js-warning strong {
        color: #333;
    }

    .js-warning a {
        color: #222;
        font-weight: bold;
    }

    .js-warning a:hover {
        color: #000;
    }

    .payment_form {
        width: 65.5%;
        padding: 2em 2.0% 1.714em;
        min-height: 550px;
    }

    .payment_form_right {
        width: 24%;
        padding-top: 8.5em;
        float: right;
    }

    .ContentRight {
        width: auto;
        margin: 0;
    }

    .FormRequiredDescription {
        top: 17px;
        right: 15px;
    }

    .payment_form_right {
        display: block;
    }

    .FormValidationText {
        position: absolute;
        right: auto;
        top: 4px;
        left: 564px;
        display: block;
        width: 50px;
        overflow: visible;
    }

    #ExpiryDateRequiredFieldMarker {
        left: -220px;
        position: absolute;
        top: -5px;
    }

    #CV2ValidationPanel {
        left: 286px;
        top: 4px;
    }

    #CountryValidationPanel {
        left: 430px;
    }

    .footer-nav li {
        padding: 0 0 0.4em;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .select-inner {
        background: #FFF url(images/png/select.png) no-repeat right center;
    }

    .disabled {
        background-color: #FFF;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {

    .logo {
        background: url(images/png/logo_s_r_2017_updated.png) no-repeat center center;
        background-size: 100% auto;
    }

    .icon-inner {
        background: url(images/png/icon_r.png) no-repeat center 0;
        background-size: 100%;
    }

    .select-inner {
        background: #FFF url(images/png/select_r.png) no-repeat right center;
        background-size: auto 4px;
    }

    .disabled {
        background: #FFF;
    }

    .button {
        background: url(images/png/unchecked_r.png) no-repeat 0 0 / 44px 44px,
        #074E58 url(images/gif/button_bg.gif) repeat-x;
    }

    .checked {
        background: url(images/png/checked_r.png) no-repeat 0 0 / 44px 44px,
        #074E58 url(images/gif/button_bg.gif) repeat-x;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 920px) {

    .logo:hover {
        background-position: center center;
    }

    .button {
        background-position: right 0;
    }
}

@media screen and (min-width: 920px) {
    .step6 {
        padding: 0;
    }

    .submit-step6 .submit {
        width: auto;
        margin: 30px 0 0 0.8%;
    }
}


.terms {
    max-width: 600px;
    margin: 0 auto;
    padding: 1.5em 0 14px;
    text-align: center;
    overflow: hidden;
}

.terms-label {
    display: inline;
}

@media screen and (min-width: 500px) {
    .terms {
        padding: 1.5em 15px 1.2em;
    }
}

.form_row-step5-checkbox {
    margin-bottom: 18px;
    text-align: center;
}

.form_row-step5-checkbox .input_item {
    display: inline-block;
    margin: 0 13px;
}

.form_row-step5-checkbox input[type='checkbox'] {
    width: 21px;
    height: 21px;
    vertical-align: middle;
}

.form_row-step5-checkbox label {
    display: inline-block;
}

.InputTextFieldRegisterExpiry {
    max-width: 90px !important;
    min-width: 90px !important;
    width: 90px;
}

