/*
This CSS resource incorporates links to font software which is
the valuable copyrighted property of Monotype Imaging and/or
its suppliers. You may not attempt to copy, install, redistribute, convert,
modify or reverse engineer this font software. Please contact Monotype Imaging
with any questions regarding Web Fonts:  http://webfonts.fonts.com

/*

/*html { background: url(../images/fly-background.gif) no-repeat top center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow: hidden;
}*/

@font-face {
    font-family: 'latoblack';
    src: url('../Fonts/lato-bla-webfont.eot');
    src: url('../Fonts/lato-bla-webfont.eot?#iefix') format('embedded-opentype'),
    url('../Fonts/lato-bla-webfont.woff2') format('woff2'),
    url('../Fonts/lato-bla-webfont.woff') format('woff'),
    url('../Fonts/lato-bla-webfont.ttf') format('truetype'),
    url('../Fonts/lato-bla-webfont.svg#latoblack') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latobold';
    src: url('../Fonts/lato-bol-webfont.eot');
    src: url('../Fonts/lato-bol-webfont.eot?#iefix') format('embedded-opentype'),
    url('../Fonts/lato-bol-webfont.woff2') format('woff2'),
    url('../Fonts/lato-bol-webfont.woff') format('woff'),
    url('../Fonts/lato-bol-webfont.ttf') format('truetype'),
    url('../Fonts/lato-bol-webfont.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latoregular';
    src: url('../Fonts/lato-reg-webfont.eot');
    src: url('../Fonts/lato-reg-webfont.eot?#iefix') format('embedded-opentype'),
    url('../Fonts/lato-reg-webfont.woff2') format('woff2'),
    url('../Fonts/lato-reg-webfont.woff') format('woff'),
    url('../Fonts/lato-reg-webfont.ttf') format('truetype'),
    url('../Fonts/lato-reg-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-size:14px; color:#666666;
    font-family: Lato, sans-serif;
    font-weight: 400;
    background: white;
    overflow-x: hidden;
    /*background: url(../images/fly-background.gif) no-repeat center 230px;*/
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'latobold', sans-serif;
    font-weight: 400;
    color: #2e3192;
    margin-bottom: 10px;
}

/*h3 {*/
    /*color: #2F2F2F;*/
/*}*/

.col-main a {
    color: #e41e26;
    text-decoration:none;
    transition-property : all;
    transition-duration : 0.2s;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}
.innerlink
{
    color: #e41e26;
    text-decoration:none;
    transition-property : all;
    transition-duration : 0.2s;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}
/*modify by kingsley
* 10/11/2014
*/
.noneBackgroundIamge{
    background-image: none !important;
}

.QandA_Q{
    font-size: larger;
    color: #e31e27;
}
.QandA_A{
    font-size: larger;
    color: #2e3192;
}
/*.col-main a:hover{*/
    /*background: #e41e26;*/
    /*color: #ffffff;*/
    /*text-shadow : 1px 1px 1px #666666;*/
    /*text-decoration:none;*/
    /*padding: 5px 15px;*/
/*}*/

/* end of modify by kingsley
*/
p strong { font-family:'latoregular', sans-serif; font-weight: 400; font-size: larger}
    
.header-container {/*background:url(../images/header-bg.gif) repeat-x;*/ background: #e0e1ee; border: 0; }
.header { padding: 0 0px 20px; /*width: 960px;*/}
.header .logo { margin: 10px 0 0; }
.header .links a { color: #262e4d; }
.header .quick-access { padding: 0px; /*width: 500px;*/ height: auto; }
.quick-access ul { padding: 0px; width: auto; height: 35px; }
.header .links li { background: url("../images/bkg_pipe4.png") no-repeat 100% 60%; float: left; padding: 0 2px 0 0px; }
.quick-access li a { display: block; text-decoration: none; }
.tagline-box { float: right; margin-top: 25px; clear: both;}
.tagline { color: #2e3192; font-size:30px; margin-bottom: 0; }
.number-box { float: right; color: #2e3192; font-size:30px; clear: both; }
.header .welcome-msg { color: #0d4d98; font-size: 1.2em; margin: 5px 10px 0 0; float: right; display: block; }

/*.nav-container { background: none; }*/
#nav { max-width:95%; width:990px; padding: 0; background: #000; border-bottom: 1px solid #fff200; }
#nav li { border-right: 1px solid #fff200;  }
#nav li.last { border-right: 0;  }
#nav a { color: #fff; text-transform: uppercase; padding: 5px 0px; font-weight: normal; text-align: center; }
#nav .nav-1 a { width: 132px; }
#nav .nav-2 a { width: 151px; }
#nav .nav-3 a { width: 174px; }
#nav .nav-4 a { width: 167px; }
#nav .nav-5 a { width: 143px; }
#nav .nav-6 a { width: 188px; }
#nav li.over a, #nav a:hover, #nav li.active a { color: #000; background: #ffb61b; }
#nav span {  font-weight: normal; }

.main-container {
    background: none;
    /*padding-bottom: 20px;*/
    /*margin-bottom: -20px;*/
}
.main,.home-elements-container {
    /*background: #fff;*/
    padding:20px 0;
    max-width:97%;
    width:990px;
    margin:0 auto;
    margin-bottom: 20px;
}
.col-main {
    min-height:300px;
    overflow: hidden;
    text-align: justify;
    margin-bottom: 20px;
}

.col-main img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
/* changelog 25/10/14 @nav give the right column a bit of top margin approximate to the height of the page title */
.col-right {
    width: 290px;
    float: right;
    margin: 39px 0 0 30px;
    min-height: 10px;
}
/* changelog 25/10/14 @nav address is set to inline. don't know the reason so to avoid conflicts i'm making this column specific */
.col-right address {
    display: block;
    font-size: 1.1em;
    margin-bottom: 2px;

}

/*.col2-left-layout .col-main { width: 705px; }*/

.cms-home .std { display: none; }
.cart .crosssell li.item { float: left; width: 191px; }

.quote-box{margin: 0 0 0 700px; position: absolute; width: 272px; z-index: 1;}
.quote-box-in{ background: url("../images/quick-quote-header.png") no-repeat scroll center top #ffffff; border: 1px solid #2e3192; border-radius: 10px; padding-bottom: 20px;}
#quote-form-mini {width: 90%; margin: 57px auto 0; overflow: hidden; text-align: left;}
.entry-row {
    /*margin-bottom: 20px;*/
}
.entry-row input {
    width: 105px;
    height: 23px;
    border: none;
    padding: 6px 0 6px 7px;
    margin-right: 15px;
    overflow: hidden;
}
.entry-row input:last-child {margin:0px;}
.quote-box .entry-row input { background: url(../images/bkg_update_input.png) no-repeat; }
.quote-box .entry-row input:hover, .quote-box .entry-row input:active, .quote-box .entry-row input:focus { background-position: 0 -35px; }
.quote-box .entry-row .time-input { background-position: 0 -70px; }
.quote-box .entry-row .time-input:hover, .quote-box .entry-row .time-input:active, .quote-box .entry-row .time-input:focus { background-position: 0 -105px; }
#quote-submit {
    width: 100%;
    margin-top: 15px;
    cursor: pointer;
    border: 0;
    border-radius: 10px;
    font-weight: bold;
    font-size: 120%;
    padding: 15px 20px;
}
#quote-submit:hover, #quote-submit:focus, #quote-submit:active {
    background: linear-gradient(to bottom, #e31f26 0%, #b04146 100%) repeat scroll 0 0 transparent;
}
.error-box { color: #DF280A; position: absolute; bottom: 20px; left: 15px; width: 140px; font-size: 1.05em; }
.quote-heading {margin: 0 0 5px 0; text-transform: uppercase; color: #2e3192; text-align: left;}

/*  HOME PAGE  */
.top-box #top_banner { float: left; }
#top_banner{max-width:100% !important; width:990px !important; margin:0 auto; float: none !important; height: auto !important;}
#top_banner img{width: 100%; height: 100%;}
.top-box #top_banner #divSimpleSlider, .top-box #top_banner #divSimpleSlider a object { cursor: pointer; }
.top-box #top_banner #divSimpleSlider a { cursor: pointer; display: block; }
.top-box .quote-box { float: right; }
.top-box{
    width:100%; height: auto;
    position:relative;

}
.home-elements {
    background: url(../images/home-bg_sml_op2.jpg) no-repeat;
    background-size: cover;
    background-position: center top;
    width: 100%;
    margin: 0;
    padding:0;
}

.skyhigh-box {background: url("../images/bkg_skyhigh_small.jpg") no-repeat; height: 192px; padding-top: 8px; margin: 20px 0; display: none;}
.row{margin: 30px 0; width: 100%; text-align: center}
.row:before, .row:after {content: ""; display: table;}
.row:after{clear: both;}
.span2{ width: 48%; margin:0 0 0 3.5%; padding: 10px 0; display: inline-block; text-align: center;}
.span2:first-child, .span4:first-child{margin: 0px;}
.span4{width: 22%; margin: 0 0 30px 3%; display:inline-table; min-height: 120px;}
.corner{border-radius: 10px;}
.service-image{margin-bottom: 20px; border-radius: 100%; transition-property : all; transition-duration : 0.2s; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; }
.span4 p{line-height: 24px;}
.service-image img{width: 100%; height: auto;}
.service-image:hover{box-shadow: 0 0px 10px 10px #cccccc; }
.testimonials{width: 100%; font-size: 24px; line-height: 40px; font-family:'latoregular', sans-serif; }
.home-banner .text { padding: 12px 0 0; width: auto; margin: 0 0 0 100px; float: left;  }
.home-banner .text p { color: #2b2b2a; font-family:'Trade Gothic W01 Bold'; line-height: 1.3em; }
.skyhigh-box .text li { color: #2b2b2a; font-family:'Trade Gothic W01 Bold'; font-size: 1em; line-height: 1.3em; }
.home-banner .text p { clear: both; font-size: 13px; }
.home-banner .text ul { float: left; margin-right: 60px; }
.home-banner .text li { background: url(../images/tick.png) left center no-repeat; padding-left: 16px; margin-bottom: 10px; font-size: 12px; }
.home-banner { background: url(../images/bkg_home_banner.jpg) no-repeat; width: 600px; height: 124px; }
.home-banner.skyhigh-box { background-image: url(../images/bkg_skyhigh_large.jpg); }
.home-banner h3 { color: #FFF; font-family:'TradeGothicW02-BoldCn20 675505'; font-size: 1.4em; line-height: 1.3em; text-transform: uppercase; text-align: center; letter-spacing: 0.02em; }
.btn-join-now { float: left; width: 72px; height: 72px; margin: 15px 0 0 9px; }
.home-notice-banner { width: 600px; height: 130px; margin-top: 25px; }

.sidebar .skyhigh-box { background: url(../images/bkg_skyhigh_small.jpg); padding-top: 8px; width: 293px; height: 192px; }
.sidebar .skyhigh-box .text { padding: 2px 0 0 10px; width: 282px; margin: 0;  }
.sidebar .skyhigh-box .text li { margin-bottom: 3px; }
.sidebar .btn-join-now { float: right; margin: 0 25px 0 0; }

.socialmedia-box { margin-top: 25px; width: 296px; padding-left: 2px; }
.socialmedia-box ul { margin-top: 9px; margin-left: 0; }
.socialmedia-box ul li { float: left; margin-right: 35px;  }
.socialmedia-box h1 { text-transform: uppercase; font-size: 18px; }
.socialmedia-box p { font-size: 12px; margin: 0; }

.home-product-boxes { margin-top: 20px; }
.product-box { width: 215px; height: 195px; margin-right: 20px; float: left; position: relative; }
.product-box.last { margin-right: 0px; }
.uncovered { margin-right: 18px; background: url(../images/products/skyway_uncovered.jpg); }
.covered { background: url(../images/products/skyway_covered.jpg); }
/*.valet-cov { background: url(../images/products/valet_covered.jpg); }*/
.valet-uncov { background: url(../images/products/valet_uncovered.jpg); }
.btn-book-now { width: 89px; height: 22px; display: block; position: absolute; top: 163px; left: 11px; }
.btn-get-quote  { width: 89px; height: 22px; display: block; position: absolute; top: 163px; right: 13px; }

#crosssell-products-list:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
#crosssell-products-list button.button { min-width: 60px; margin-bottom: 6px; }

.product-view .product-shop .price-box { min-height: 20px; }

/* ===================================================================================================================== */
/* Booking Steps */
.booking-title {
    float: left;
}
/*.booking-progress { height: 70px; }*/
.booking-progress h1, .booking-progress h2 {
    font-size: 42px;
}
.booking-step {
    float: right;
    display: table;
    /*width: 281px;*/
}
.booking-step .title {
    display: table-cell;
    vertical-align: middle;
    padding: 0px 0px 0px 0px;
}
.booking-step .title h1,
.booking-step .title h2,
.booking-step .title h3,
.booking-step .title h4,
.booking-step .title h5,
.booking-step .title h6 {
    margin: 0px;
    font-size: 170%;
}
.booking-step.step2 {
    /*background: url(../images/bkg_breadcrumbs_step2.png) no-repeat;*/
}
.booking-step.step3 {
    /*background: url(../images/bkg_breadcrumbs_step3.png) no-repeat;*/
}
.booking-step ul {
    display: table-cell;
    vertical-align: middle;
}
.booking-step li {
    float: left;
    margin: 10px 0px 10px 10px;
    /*margin-right: 39px;*/
}

.booking-step li.step1:after,
.booking-step li.step2:after,
.booking-step li.step3:after
{
    content: '';
    display: block;
    width: 17px;
    height: 34px;
    background: url(../images/right-arrow.png) no-repeat center center transparent;
    background-size: contain;
    float: left;
    margin-left: 10px;
}

.booking-step li a, .booking-step li > span {
    padding: 6px 12px;
    display: block;
    background: #cccccc;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    font-size: 20px;
    float: left;
    color: #303590;
    text-decoration: none;
}
.booking-step li a.active, .booking-step li a:hover {
    background: #303590;
    color: white;
}
.booking-step li a > span {
    display: block;
    font-weight: bold;
}

.booking-box { position: relative; width: auto; margin-top: 10px; }
.cart .booking-box { background:#2E3192; /*url(../images/bkg_cart_box_slice.png) repeat-y; */}
.cart .booking-bottom { padding-top: 20px; }

/*.booking-top { margin-top: 10px; background: url(../images/box_top.jpg) no-repeat; width: 925px; height: 17px; }
.booking-box { padding: 0 20px; margin-top: 0; background: url(../images/box_slice.jpg) repeat-y; width: 885px; height: auto; }
.booking-bottom { background: url(../images/box_bottom.jpg) no-repeat; width: 925px; height: 23px; }*/

.step-title h3 { color: #000; font-size: 1.9em; margin-bottom: 20px; }
.cart .step-title { margin-bottom: 10px; }

.booking-steps { margin: 25px 0px 10px; }
.booking-steps dl { width: 280px; float: left; margin: 5px 20px 0; }
.booking-steps dl.first { margin-left: 0; }
.booking-steps dl.last { margin-right: 0; }
.booking-steps img { border: 1px solid #ccc; width: 278px;  }
.booking-steps dd { margin-top: 3px; }
.booking-steps dt { font-size: 1.2em; }

@media screen and (max-width: 766px) {
    .booking-step li {
        margin: 5px 0px 5px 5px;
    }
    .booking-step li a, .booking-step li > span {
        font-size: 15px;
    }
    .booking-step li.step1:after, .booking-step li.step2:after, .booking-step li.step3:after {
        height: 28px;
    }
}

/* ===================================================================================================================== */
/* Quote Result */
.update-quote-box {
    background: linear-gradient(to bottom, #2d3091 0%, #5659ad 100%) repeat scroll 0 0 transparent;
    width: 100%;
    overflow: hidden;
}
.entry-box {
    float: left;
    padding: 10px;
}
.entry-box.last {
    float: right;
    margin: 0 0 10px 0;
}
.entry-box label {
    float: left;
    margin: 5px 10px 0 0;
    color: #FFF;
    font-size: 19px;
    text-transform: uppercase;
}
.entry-box input {
    margin-right: 10px;
}
.entry-box.dropdown {
    margin-top: 1px;
}

.input-box {
    float: left;
    margin-right: 10px;
}
.input-box span { color: #DF280A; padding: 3px 0; }
.error_msg { position: absolute; top: 45px; width: 220px; }

.time-input { width: 71px; height: 20px; background-image: url(../images/bkg_time_input.jpg); background-repeat: no-repeat; border: none; }

.date-input {
    width: 91px;
    height: 20px;
    background-image: url(../images/bkg_date_input.jpg);
    background-repeat: no-repeat;
    border: none;
}
#update-quote {
    background: url(../images/btn_update_form.png);
    width: 96px;
    height: 24px;
    border: none;
    cursor: pointer;
}
#quote-form {
    border: none;
    cursor: pointer;
    background: linear-gradient(to bottom, #EFEFEF 0%, #c9c9c9 100%) repeat scroll 0 0 transparent;
    color: #333333;
}
#quote-form.update {
    cursor: pointer;
}
#quote-form.update:hover {
    /*background-position: 0 -30px;*/
    background: #c9c9c9;
}
#quote-form input:disabled, #quote-form.disabled, #quote-submit input:disabled, #quote-submit.disabled {
    opacity: 0.5;
    cursor: auto;
}
.sort-box { position: absolute; right: 0px; top: 28px; }
.entry-box.entry-row input { background: url(../images/bkg_update_input.png) no-repeat; }
.entry-box.entry-row input:hover { background-position: 0 -35px; }
.entry-box.entry-row input.time-input { background-position: 0 -70px; }
.entry-box.entry-row input.time-input:hover { background-position: 0 -105px; }

.notice-box { margin-top: 20px; padding: 15px; border: 1px solid; }
.notice-box p { font-size: 1.2em; }

@media screen and (max-width: 766px) {
    #update-quote-form .entry-box, #update-quote-form .entry-box label {
        clear: both;
    }
    #update-quote-form .entry-box label {
        font-size: 15px;
        min-width: 45px;
    }
    #update-quote-form .entry-box.entry-row input {
        float: right;
    }
}

/* ===================================================================================================================== */
/* Booking results table */

.results-table {
    width:100%;
    padding-top: 10px;
    overflow: hidden;
}
.results-table th { background: #0c4d97; border-right: 1px solid #fff; text-align: left; padding: 6px 0px 6px 10px; text-transform: uppercase; color: #fff; }
.results-table.park-options th { width: 380px; font-size: 1.1em; letter-spacing: 0.02em; /*height: 29px;*/ }
/*.results-table.park-options td { width: 380px; }*/
.results-table th.last { border-right: none; } 
.results-table.park-options th.narrow, .results-table.park-options td.narrow {
    vertical-align: inherit;
    text-align: center;
}

.results-table td {
    padding:10px 20px;
    display:table-cell;
}
.parking-info { padding-left: 0; width: 60%; padding: 10px; }
.product-book, .price-box{margin: 0 20px;}
.results-table td.details {
    vertical-align: inherit;
}
.results-table td.last {
    padding: 0;
    text-align: center;
    vertical-align: inherit;
}
.results-table tr.last td { border-bottom: none; }
/*.results-table td.narrow { background: #efeff0; }*/

.results-table tr:hover td {
    border-top-color: #0D4D97;
    border-bottom-color: #0D4D97;
    border-right-color: #0D4D97;
}
.results-table tr {
    border: 1px solid #2E3192;
    background: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.results-table tr:hover {
    background:#F0F0FF;
}
.results-table tr.empty-row {
    border: none;
}
.results-table tr.empty-row td {
    border: 0;
    background: none;
}
.results-table button.btn-add-option { /*margin-top: 25px; */}

.results-table.grooming-options { border-color: #0C4D97; }
.results-table.grooming-options th { /*width: 500px; background: #D0CDC9;*/ font-size: 1.2em; }
.results-table.grooming-options td.item { padding-left: 0;  width: 75%;}
.results-table.grooming-options th.price-col, .results-table.grooming-options td.price-col { width: 130px; padding: 0 25px 0 0; text-align: center; vertical-align: inherit; }

.park-options .product-desc {padding: 5px 0 0 0;}
.product-desc .product-name, .cart .crosssell .product-details h2.product-name { color: #0c4d97; text-transform: uppercase; font-size: 20px; letter-spacing: 0.01em; font-weight: normal; }
/*.product-desc .desc { margin-top: 22px; }*/
.product-desc .std p { margin-bottom: 2px; }
.product-image { margin:0 20px 0 10px; float: left; }
.table-map { float: right; margin-right: 15px; text-transform: uppercase; font-size: 1.1em; }
.price-box { /*margin-top: 25px;*/ }
.save-box .price-box { margin: 0; }
.regular-price .price { color: #484848; font-size: 35px; font-family: 'Arial Narrow', Arial, sans-serif; }
.product-book button.button { /*margin-top: 31px; */}
.transfer-details { width: 60%; float: left; }
.details img { margin-bottom: 5px; }
.details p { margin-bottom: 0; }
.benefits, .details { font-size: 14px; font-family: "Arial Narrow", Arial, sans-serif; color: #2F2F2F;  }
.benefits ul { list-style: disc inside; }
.benefits li { line-height: 18px; }
.benefits li.red { color: #ff0000; }
.t-method { height: 17px; }
.t-method span{ text-transform: uppercase; font-size: 1.3em; }
.t-time { height: 31px; margin-left: 1px; }
.t-time span { color: #FFB61B; font-size: 2em; letter-spacing: 0.02em; }
.t-tasks span{ font-size: 1.2em; }
.links { display: block; clear: both; /*width: 60%;*/ padding-top: 11px; }
.links a { color: #000; }
.link-learn { font-size: 1.1em; }
.terminal-line { color: #0C4D97; margin-bottom: 0; }
.save-text  { color: #990000; font-size: 1.1em; text-transform: uppercase; }
#save-text { color: #990000; font-size: 1.1em; text-transform: uppercase; position: absolute; top:  -11px; left: 0; }

.category-products { border:  1px solid #0c4d97; border-top: 0; }
.category-products > ul { background: #0c4d97; }
.category-products > ul > li { float: left;  color: #fff; border-right: 1px solid #fff; width: 42%; text-align: center; padding: 7px 0px; text-transform: uppercase; }  
.category-products > ul > li.last { border: 0; }
.category-products > ul > li.narrow { width: 15%; } 

/*.product-desc { float: left; width: 42%; height: 84px; }
.products-list li.item { padding: 10px; border-bottom: 1px solid #0c4d97; background: #fff; }
.products-list .product-name { color: #0c4d97; text-transform: uppercase; }
.products-list .price-box { width: 15%; height: 84px; text-align: center; margin: 0; background: #efeff0; }
.product-book { float: left; width: 42%; height: 84px; }
.regular-price .price { color: #0c4d97; font-size: 1.4em; }
.product-book button.button { float: right; }*/

/* ===================================================================================================================== */
/* PRODUCT PAGE */
.product-view { border: 1px solid #0c4d97; border-top: 0; background: #fff; }
.product-essential { background: #fff; padding: 0px; min-height: 200px; }
.product-view .product-shop .product-name h1 { color: #0c4d97; text-transform: uppercase; font-size: 1.4em; letter-spacing: 0.01em; }
.product-collateral { background: none; }
#get-price-text  { font-size: 14px; color: #0C4D97; }
button.disabled { cursor: auto; }
button.disabled span { opacity: 0.5; cursor: auto; }
.product-book button.btn-more-info span { background: url(../images/btn_more_info.jpg) no-repeat; border: none; width: 111px; height: 25px; padding: 5px 0 0 0; }
.product-book button.btn-more-info span span { display: inline; color: #fff; text-transform: uppercase; font-family:'TradeGothicW02-BoldCn20 675505'; font-weight: normal; font-size: 1.1em; background: #0d4e98; }
.results-table.upsells th { font-family:'TradeGothicW02-BoldCn20 675505'; font-size: 1.1em; letter-spacing: 0.02em; }
.results-table.upsells { width: 880px; border: 1px solid #0c4d97; border-top: 0; }
.results-table.upsells td.last { width: 38%; }
.upsell-title { text-transform: uppercase; font-family:'TradeGothicW02-BoldCn20 675505'; font-weight: normal; font-size: 1.2em; color: #fff; padding: 5px 0 5px 10px; background: #0c4d97; margin-bottom: 0; }
.product-desc { padding: 4px 0 0 0;}
.col1-layout .product-view .product-shop { width: 510px; float: left; }
.product-view .product-img-box { width: auto; margin-right: 10px; }
.product-view .product-shop .short-description { background: none; }
.product-essential .price-box { margin: 0; }
.add-to-box { margin: 0; }
.catalog-product-view .results-table th, .catalog-product-view .results-table td { width: auto; }
.catalog-product-view .results-table .last { width: 308px; } 
.product-map { border-right: 1px solid #0c4d97; padding: 10px; width: 529px; }
.product-map img { width: 529px; }
.catalog-product-view .product-view .desc { width: 308px; padding: 10px; float: right; }
.catalog-product-view .transfer-details { width: 55%; }
.catalog-product-view .price-box { width: 105px; position: relative; }

/* ===================================================================================================================== */
/*  CART */
/*.data-table { border: 1px solid #0c4d97; }*/
.data-table.cart-table { float: left; /*width: 605px; */}
.data-table.cart-table tbody th, .data-table.cart-table tbody td {
    border: 0;
    color: #fff;
    vertical-align: middle;
    /*float: left; */
}
.data-table.cart-table .odd, .data-table.cart-table .even { background: none; }
.data-table .img-col { width: 60px; border-right: 0; }
/*.data-table .price-col { width: 98px; }*/
.data-table td.price-col .regular-price .price, .data-table td.price-col .price {
    color: #FFF;
    font-weight: normal;
    font-size: 20px;
    font-family: 'Arial Narrow',Arial,sans-serif;
    line-height: 20px;
}
.data-table thead th {
    background: #0c4d97;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 8px;
    /*font-family:'Trade Gothic W01 Bold';*/
    font-weight: normal;
    font-size: 1.2em;
}
/*.data-table tbody th, .data-table tbody td { border-right: 1px solid #0C4D97; }*/
.data-table tbody th.last { border-right: 0; }
.data-table tr.last th { padding-left: 11px; }
.product-name a { margin-left: 6px; vertical-align: text-top; }
.product-name a img { margin-top: 2px; }

.cart-grand-total {
    float: left;
    text-align: right;
    width: 135px;
}
.cart-table tfoot td { padding: 0 10px; }
.cart .totals {
    background: none;
    /*width: 315px;*/
    margin: 26px 0;
    padding: 0 12px 10px 0;
}
.cart .totals .regular-price .price { color: #FFF; }
.data-table .even { background: #F8F7F5; }
.data-table .odd { background: #fff; }
.totals{/*float: left !important;*/}

.cart.checkout-items .totals {
    /*float:left;*/
    /*width: 155px;*/
}
.cart.checkout-items .data-table.cart-table {
    /*width: 765px;*/
    width: 100%;
}
.cart.checkout-items .data-table.cart-table td.price-col { width: 105px; }

.cart-clear { position: absolute; top: 24px; right: 20px; background: url(../images/btn_startover.png); width: 116px; height: 23px; border: 0; cursor: pointer; }
.cart-clear:hover {  background: url(../images/btn_startover_active.png); }
.cart-modify { position: absolute; top: 24px; right: 153px; background: url(../images/btn_parkingstep.png); width: 116px; height: 23px; border: 0; cursor: pointer; }
.cart-modify:hover { background: url(../images/btn_parkingstep_active.png); }
.cart-edit { position: absolute; top: 24px; right: 287px; background: url(../images/btn_groomingstep.png); width: 116px; height: 23px; border: 0; cursor: pointer; }
.cart-edit:hover { background: url(../images/btn_groomingstep_active.png); }

.prod-modify { position: absolute; top: 24px; right: 20px; background: url(../images/btn_modify.png); width: 110px; height: 23px; border: 0; cursor: pointer; }
.prod-modify:hover { background: url(../images/btn_modify_active.png); }
.prod-clear { position: absolute; top: 24px; right: 20px; background: url(../images/btn_startover2.png); width: 110px; height: 23px; border: 0; cursor: pointer; }
.prod-clear:hover {  background: url(../images/btn_startagain_active.png); }
.prod-back { position: absolute; top: 24px; right: 153px; background: url(../images/btn_back.png); width: 110px; height: 23px; border: 0; cursor: pointer; }
.prod-back:hover { background: url(../images/btn_back_active.png); }

.form-list li.fields.text, .form-list li.fields.select { float: left; }
.form-list input.input-text.read-only { color: #888; }

.cart .crosssell p.free-text { font-family: 'Arial Narrow', Arial, san-serif; font-weight: bold; font-size: 39px; color: #0c4d97; text-transform: uppercase; line-height: 45px; margin-bottom: 0; }
.bookings-text { color: #0c4d97; font-size: 10px;margin-bottom: 0; }

.cart-table .product-name {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 20px;
}
/*.cart-table .cart-qty, .cart-table .price { font-size: 1.2em; }*/
.cart-wraper{display:inline-block;}
.cart-option { font-family: latoregular, sans-serif; font-size: 1.1em; margin-left: 15px;}
#shopping-cart-table thead tr.first { background: #0c4d97; }
button.btn-checkout span span { display: none; }
.cart .totals .checkout-types li { margin: 0; }
.cart .totals .checkout-types { padding: 4px 0 0 0; float: right; /*width: 159px;*/ text-align: center; }
.cart .cart-collaterals { padding: 0; border-bottom: 1px solid #afafaf; }
.cart .cart-collaterals .col2-set { width: 715px; }
.cart .crosssell { border: none; background: #fff; padding: 0; }
.crosssell .regular-price .price { font-size: 35px; }
/*.crosssell .price-box { margin-top: 0; }*/
/*.cart .crosssell .product-name { color: #0c4d97; font-size: 1.4em; text-transform: uppercase; font-family:'Trade Gothic W01 Bold'; font-weight: normal; }*/
.cart .crosssell .product-name.no-transform { text-transform: none; }
.cart .crosssell .product-details {margin-left: 0; }
.cart .crosssell p { font: 13px/1.55 Arial,Helvetica,sans-serif; }
.cart .crosssell .product-image { border: 0; }
.cart .totals table { margin-top: 0; border-collapse: collapse; float: left; width: auto;  }
.cart .totals tfoot .title-row, .cart .totals tbody .title-row { background: #0c4d97; }
.cart .totals tfoot th, .cart .totals tbody th { text-transform: uppercase; color: #fff; font-family:'TradeGothicW02-BoldCn20 675505'; font-size: 1.3em; padding-left: 11px; }
.cart .totals tbody th { font-size: 1.2em; }
.cart .totals tfoot td { padding: 5px 10px; }
.cart .totals tbody td { padding-top: 10px; }
.cart .totals td { padding-left: 9px; }
.cart .totals tbody td .price { color: #0c4d97; font-size: 2.5em; font-family: 'Arial Narrow',Arial,sans-serif; }
.cart .item-options li { font-size: 1.1em; /*float: left;*/ margin: 0 20px 0 0; text-transform: uppercase; }

@media screen and (max-width: 766px) {
    .cart .item-options li {
        font-size: inherit;
    }
    .cart-option {
        font-size: inherit;
    }
    .cart-grand-total {
        text-align: center;
    }
}

/*  CHECKOUT */
.checkout-onepage-index .main { position: relative; }
.checkout-onepage-index .col-main { width: 920px; }
/*.checkout-onepage-index .checkout-main { width: 635px; float: left; }*/
/*.checkout-onepage-index .col-right { width: 230px; margin-top: 9px; }*/
.checkout-onepage-index .col-right { width: 230px; position: absolute; left: -999em; line-height: 0; overflow: hidden; text-indent: -999em; top: -999em; }

/*.checkout-main { width: 650px; }*/
.onepage-right-col {
    float: right;
    width: 354px;
    margin-left: 35px;
}
#checkoutSteps {
    margin-top: 0px;
}
.opc li#opc-review.section { width: 630px; }
.opc .active .step-title, #opc-review .step-title { background: #FFF; border: 0; display: none; }
/*.opc .active .step-title, #opc-review .step-title {  color: #999999; border: 0; }*/
.opc .active .step-title h2 { color: #fff; text-transform: uppercase; padding-top: 1px; font-size: 1.2em;  }
.opc .step-title h2 { font-family:'TradeGothicW02-BoldCn20 675505'; font-weight: normal; font-size: 1.2em; text-transform: uppercase; }
.opc .active .step-title .number { background: #fff; border: none; color: #0c4d97; margin-top: 3px; }
#opc-login h3 { color: #0c4d97; }
#opc-login h4 { font-weight: normal; }
.opc .step { border: 0; background: #fff; padding: 15px 0; }
#checkout-step-login p strong { font-size: 1.1em; }
.buttons-set .btn-register { background: url(../images/btn_register.png) no-repeat; width: 94px; height: 23px; }
.buttons-set .btn-login { background: url(../images/btn_login_sml.png) no-repeat; width: 94px; height: 23px; }
.buttons-set .btn-continue { background: url(../images/btn_checkout_continue.png) no-repeat; width: 120px; height: 36px; }

#checkout-step-login .buttons-set .btn-register { background: url(../images/btn_checkout_register.jpg) no-repeat; width: 132px; height: 29px; float: left; }
#checkout-step-login .buttons-set .btn-login { background: url(../images/btn_checkout_login.jpg) no-repeat; width: 132px; height: 29px; }
#checkout-step-login .buttons-set .btn-continue { background: url(../images/btn_checkout_continue.png) no-repeat; width: 120px; height: 36px; float: left; }
.checkout-method-box.register { margin-bottom: 35px; } 
.checkout-method-box  .buttons-set { padding-top: 5px; }
.checkout-step-payment .form-list { margin-bottom: 20px; }
#payment-buttons-container .buttons-set { border-top: 0; }

.display-clear  { position: absolute; top: -9999px; left: -9999px; }
.form-list li.control { margin-top: 15px; }
#register-customer-password { margin-top: 0; }
.form-list label,.sp-methods label { font-weight: normal; font-size: 15px; }
#checkout-review-table-wrapper { padding-top: 20px; }
#checkout-review-table thead th { background: #0c4d97; border-color: #fff; }
#checkout-review-table thead th.price-col { border-right: 0; } 
#checkout-review-table td { border-color: #0c4d97; padding: 10px 8px; }
#opc-review .product-name { color: #0c4d97; font-family:'TradeGothicW02-BoldCn20 675505'; font-weight: normal; text-transform: uppercase; font-size: 1.4em; }
.item-options dt {
    font-style: normal;
    font-weight: normal;
}
.item-options dd {
    /*font-family:'Trade Gothic W01 Bold';*/
    font-weight: normal;
}
#checkout-review-table { width: 574px; margin: 0px 0 0 30px; }
#checkout-review-table tfoot tr { background: none; }
#checkout-review-table tfoot th { background: #fff; text-transform: uppercase; color: #fff; text-align: left; border-top: 1px solid #0c4d97; border-right: 1px solid #0C4D97; }
#checkout-review-table tfoot td { background: #fff; padding-top: 10px; padding-bottom: 10px; text-align: left; font-size: 1.2em; }
#checkout-review-table .regular-price .price { font-size: 2.5em; }
.block.block-progress .block-title strong { font-family:'Trade Gothic W01 Bold'; font-weight: normal; }
#co-customreview-form .fields { float: left; width: 175px; margin-left: 25px; }
#co-customreview-form .fields:first-child { margin-left: 0px; }
#co-customreview-form .fields.textarea { margin-left: 0px; width: 575px; }
#co-customreview-form .form-list .field { width: 175px; }
#co-customreview-form .form-list .field .input-box { margin-right: 0; width: 175px; }
#co-customreview-form .form-list input.input-text { width: 169px; }
#co-customreview-form .form-list textarea { width: 567px; }
#co-customreview-form .form-list select { width: 175px; }
#review-buttons-container p.f-left { display: none; }
#opc-review .buttons-set { padding: 15px 29px; }
#opc-review .item-options { font-size: 1.1em; }
#opc-review .item-options dt { display: inline; }
#opc-review .item-options dd { display: inline; margin-right: 25px; padding-left: 5px; }
#checkout-review-table tfoot th.total-col { background: #0c4d97; }

.block-progress { left: -10000px; position: absolute; }
.block-progress dt { font-size: 1.1em; font-weight: normal; text-transform: uppercase; }
.block-progress dt.complete { background: #D0CDC9; color: #fff; }
.block-progress dt.complete a { text-transform: lowercase; }

.login-box {
    /*background: url(../images/bkg_members_login.png) no-repeat top center #C7D2DE;*/
    width: 274px;
    height: 270px;
    padding: 40px;
    background: #eeeeee;
    background: #dddddd;
}
.login-box .form-list .input-box {
    margin-top: 2px;
}
.login-box .form-list input.input-text {
    font-size: 14px;
    padding: 8px;
    border-color: #FFF;
}
.login-box .form-list input.input-text:focus {
    border-color: #0a3a72;
    background-color: #FFF;
}
.login-box .buttons-set {
    border: 0;
}
.login-box .password-link {
    float: left;
    padding-top: 15px;
}
.login-box .password-link a:hover { text-decoration: underline; }
#checkout-step-billing h2 { text-transform: uppercase; }
#co-billing-form .form-list input.input-text, #co-billing-form .form-list select { width: 233px; background-color: #dedede; padding: 8px; font-size: 14px; border-color: #dedede; margin-top: 2px; }
#co-billing-form .form-list select { width: 250px; }
#co-billing-form .form-list input.input-text:focus, #co-billing-form .form-list select:focus { border-color: #0a3a72; background-color: #efefef; }
#co-billing-form .form-list .input-box { margin-right: 0; width: 530px; }
#co-billing-form .form-list .input-box .col-1 { width:250px; padding-right: 15px; border-right: 1px solid #E4E4E4; margin-right: 15px; }
#co-billing-form .form-list .input-box .col-2 { width:249px; }
#co-billing-form .form-list label.small-label { font-size: 12px; }
#co-billing-form .form-list input.checkbox { float: left; }
.opc #co-billing-form .buttons-set { border-top: 0; padding-top: 15px; width: 530px; }
.opc #co-billing-form .buttons-set button.button { margin: 0 0 10px 0; }
#co-billing-form .form-list .field { width: 250px; margin-right: 30px; }
#co-billing-form .form-list .field.last { margin-right: 0; }
.payment-logos { float: left; }

#billing-buttons-container .payment-logos { clear: both; float: none; }

#review-buttons-container.buttons-set { border: 0; }

/* SUCCESS */
.map-box h3, .map-box h4 {
    margin-top: 5px;
    margin-bottom: 20px;
    text-align: right;
}

.checkout-onepage-success button.button span {
    /*background: #0c4d97;*/
    /*border-color: #0c4d97;*/
}
.btn-link {
    background: #0C4D97;
    border: 1px solid #0C4D97;
    color: #FFFFFF;
    font: bold 12px/19px Arial,Helvetica,sans-serif;
    height: 19px;
    padding: 2px 8px;
    text-align: center;
}

.button.print-confirm {
    /*border: 1px solid #2d3091;*/
    /*border-radius: 5px;*/
    /*-webkit-border-radius: 5px;*/
    /*-moz-border-radius: 5px;*/
    /*background: linear-gradient(to bottom, #2d3091 0%, #5659ad 100%) repeat scroll 0 0 transparent;*/
    /*padding: 10px 20px;*/
    /*text-decoration: none;*/
    /*height: auto;*/
    display: inline-block;
    font: normal 16px/20px Arial, Helvetica, sans-serif;
}

.map-box.print h3 { margin: 20px 0px; }

/* CMS Pages */
.page-title { border: 0; margin-bottom: 15px; }
.page-title h1, .page-title h2 { color: #2e3192;}

.std dl dt { font-size: 1.2em; }

/* SKYHIGH CMS page */
#skyhighForm .buttons-set { margin-top: 2em; }

/* FIND US CMS page */
#map-box { width: 600px; height: 350px; margin-bottom: 20px; }
#map-box span { color: #fff; }

/* CUSTOMER Pages */
.account-login .content {
    background: #EFEFF0;
    border-color: #0E4E98;
}
.account-login .content h2 {
    color: #0c4d97;
    /*font-family:'TradeGothicW02-BoldCn20 675505';*/
    font-weight: normal;
    font-family: 1.2em;
}
.account-login button.button span, .account-create button.button span, .my-account button.button span, #contactForm button.button span, #skyhighForm button.button span {
    /*background: #0c4d97;*/
    /*border-color: #0c4d97;*/
}

.account-login .buttons-set {
    /*border-radius: 0 0 10px 10px;*/
    border: 0;
    border-top: 1px solid #0E4E98;
    background: #fff;
    padding: 15px 0 0;
}

.col-main .my-account{
    width: 717px;
}
.fieldset {
    border: 1px solid #0C4D97;
}
.fieldset .legend {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-family: 1.2em;
    border: 1px solid #0C4D97;
    background: #0C4D97;
    font-size: 18px;
}
.fieldset {
    background: #EFEFF0;
}

.block-account {
    border-color: #0c4d97;
}
.block-account .block-title {
    background: #0c4d97;
}
.block.block-account .block-content {
    background: #EFEFF0;
}
.block-account .block-content li.current {
    color: #0c4d97;
}
.block-account .block-content li a:hover {
    color: #0c4d97;
}
.box-account .box-head h2 {
    color: #0c4d97;
    /*font-family:'TradeGothicW02-BoldCn20 675505';*/
    font-weight: normal;
}

.dashboard .box .box-title h3, .dashboard .box .box-title h4 { font-weight: normal; }
.dashboard .box-info h4 { font-weight: normal; }
.order-info-box h2 { font-weight: normal; }
.order-items h2, .order-items h3 { font-weight: normal; }
.order-items .product-name { font-weight: normal !important; font-size: 1.1em !important; }
.link-print {
    color: #0c4d97;
    font-weight: normal;
    /*font-family:'Trade Gothic W01 Bold';*/
    font-size: 1.2em;
}

.addresses-list h2 { font-weight: normal; color: #0c4d97; }
.addresses-list li.empty p { font-weight: normal; }

.col2-set.wider .col-1 { width: 65%; }
.col2-set.wider .col-2 { width: 33%; }

.my-account .map-box { margin-top: 20px; }
.my-account .map-box img { width: 600px; }

#contactForm select {
    -webkit-appearance: menulist!important;
    -moz-appearance: menulist!important;
    appearance: menulist!important;
}

/* Sidebar */
.block {
    border: 1px solid #0C4D97;
}
.block .block-title {
    background: #0C4D97;
    padding: 5px 10px;
}
.block .block-title strong {
    color: #fff;
    /*font-family: 'Trade Gothic W01 Bold';*/
    font-weight: normal;
}
.block .block-content {
    background: #fff;
}
.block-banner {
    border: 0 none;
    margin-top: 25px;
}
.footer-container { border-top: 0; background:#303590; color:#d0d0e2; overflow: hidden;}
.footer-about{display:inline-table; margin: 0 15px; width: 21%; text-align: left; font-size: 12px; line-height: 20px;}
.footer {max-width:95%; width:990px; padding: 10px 0; text-align: center;}
.footer ul { display:inline-table; margin:0 15px; width: 21%; }
.footer li a{text-shadow : 2px 2px 6px rgba(0,0,0,0.50); display: list-item; font-size: 11px; color: #d0d0e3; transition-property : all; transition-duration : 0.2s; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out;}
.footer li {text-shadow : 2px 2px 6px rgba(0,0,0,0.50); display: list-item; border-top: 1px dashed #6e6fb3; text-align: left; padding: 13px 0 13px 5px; font-size: 11px; color: #d0d0e3; transition-property : all; transition-duration : 0.2s; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out;}
.footer li:first-child {text-shadow : 2px 2px 6px rgba(0,0,0,0.50); text-align: left; padding: 30px 0; font-size: 12px; color: #ffffff; text-transform: uppercase; border: none;}
.footer li:first-child:hover {background: none;}
.footer li:first-child a{ border-top: none; }
/*.footer ul li a { padding-left: 3px; color: #d0d0e2; font-size: 11px;}*/
.footer li:hover{ background: #e41e26; color: #ffffff; text-decoration:none !important;}
.footer li a:hover{
    /*padding: 0 0 0 10px; */
    text-decoration: none;}
#search_mini_form { width: 290px; float: right; }
input#search { background: url(../images/search_bg.png) no-repeat; width: 198px; height: 17px; border: none; padding: 5px 3px 2px 3px; color: #9a9a9a; margin: 2px 5px 0 0; }
.form-search button.button span { background: url(../images/btn_search.png) no-repeat; border: none; width: 76px; height: 29px; padding: 0; }
.footer-contacts { margin: 10px 0 0 0; text-align: left; float: right; width: 330px; }
.footer-contacts img { margin-bottom: 5px; }
.footer-contacts p { text-align: left;}
.address { text-transform: uppercase; }
.copyright-container {font-size:12px; max-width:90%; width:990px; height: auto; margin: 0 auto; padding: 25px 10px; background: none;}
address { display: inline; }
address span { }
.copyright-container a { color: #d0d0e2; text-decoration: none; }
.credit { float: right; font-size:11px; opacity: 0.70;}
.footer-contacts ul { margin: 0; float: none;  }
.footer-contacts ul li { width: auto; background: none; color: #b0b0b0;}
.footer-contacts ul li a { font-size: 18px; }
.footer-contacts ul.terminals li.int { background: url(../images/i_international.png) no-repeat left; padding-left: 15px; }
.footer-contacts ul.terminals li.dom { background: url(../images/i_domestic.png) no-repeat left; padding-left: 15px; }
.footer-contacts .right ul li { float: left; }


/* MailChimp Form Embed Code - Classic - 08/17/2011 */
#mc_embed_signup .fieldset { padding-left: 35px; padding-right: 35px; }
#mc_embed_signup form {display:block; position:relative; text-align:left; padding:0;}
/*#mc_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.4em;}*/
#mc_embed_signup input {border:1px solid #999; -webkit-appearance:none;}
#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
#mc_embed_signup input:focus {border-color:#333;}
#mc_embed_signup .buttons-set { margin-top: 2em; }
#mc_embed_signup .button {clear:both; background-color: #0C4D97; border: 0 none; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:1.1em; font-weight: bold; margin: 0; padding: 5px 10px; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto;}
#mc_embed_signup .button:hover {background-color:#777;}
#mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;}

#mc_embed_signup .mc-field-group {clear:left; position:relative; padding-bottom:10px; }
#mc_embed_signup .size1of2 {clear:none; float:left; display:inline-block; width:46%; margin-right:4%;}
* html #mc_embed_signup .size1of2 {margin-right:2%; /* Fix for IE6 double margins. */}
#mc_embed_signup .mc-field-group label {display:block; margin-bottom:3px;
    font-family: 'TradeGothicW02-BoldCn20 675505';
    font-size: 1.3em;
    font-weight: normal;
    color: #666666;
}
#mc_embed_signup .mc-field-group input {display:block; width:230px; padding:2px; text-indent:2%;
background: #FFFFFF; border: 1px solid #B6B6B6; clear: both; }
#mc_embed_signup .mc-field-group select {display:inline-block; width:99%; padding:5px 0; margin-bottom:2px;}

#mc_embed_signup .mc-field-group.input-group ul.radiofield { clear: both; }
#mc_embed_signup .mc-field-group.input-group ul.radiofield li { float: left; margin-right: 20px; margin-bottom: 10px; }
#mc_embed_signup .datefield, #mc_embed_signup .phonefield-us{padding:5px 0; clear: both; }
#mc_embed_signup .datefield input, #mc_embed_signup .phonefield-us input{display:inline; width:60px; margin:0 2px; letter-spacing:1px; text-align:center; padding:5px 0 2px 0;}
#mc_embed_signup .phonefield-us .phonearea input, #mc_embed_signup .phonefield-us .phonedetail1 input{width:40px;}
#mc_embed_signup .datefield .monthfield input, #mc_embed_signup .datefield .dayfield input{width:30px;}
#mc_embed_signup .datefield label, #mc_embed_signup .phonefield-us label{display:none;}

#mc_embed_signup .indicates-required {text-align:right; font-size:11px; margin-right:4%;}
#mc_embed_signup .asterisk {color:#c60; font-size:200%;}
#mc_embed_signup .mc-field-group .asterisk {position:absolute; top:25px; right:10px;}        
#mc_embed_signup .clear {clear:both;}

#mc_embed_signup .mc-field-group.input-group ul {margin:0; padding:5px 0; list-style:none;}
#mc_embed_signup .mc-field-group.input-group ul li {display:block; padding:3px 0; margin:0;}
#mc_embed_signup .mc-field-group.input-group label {display:inline; margin-right: 5px; }
#mc_embed_signup .mc-field-group.input-group input {display:inline; width:auto; border:none; margin-top: 3px; }

#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}

#mc-embedded-subscribe {clear:both; width:auto; display:block; margin:1em 0 1em 5%;}
#mc_embed_signup #num-subscribers {font-size:1.1em;}
#mc_embed_signup #num-subscribers span {padding:.5em; border:1px solid #ccc; margin-right:.5em; font-weight:bold;}

#mc_embed_signup{background:#fff; clear:left; width:600px;}

.custom-shadow{border-radius: 100%; box-shadow: 0 10px 6px 5px #e0e0e0; height: 6px; margin:-10px auto 0; width: 90%; z-index: -100; /*left:5%;*/ position: relative;}

.std {}
.std ul {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
}
.std ul li {
    margin-left: 20px;
    margin-bottom: 5px;
    padding: 20px 0 4px 30px;
    background: url(../images/P-icon-Red.png) 0 22px no-repeat;
    background-size: 14px 20px;
}
.std .col2-set .col-1 h1
{
    font-family: 'latobold', sans-serif;
    font-weight: 400;
    font-size: 20px;
}

@media screen and (max-width: 766px) {
    .std {
        padding: 10px;
    }
}

/* --------------------------------------------------------------------------------------------------------------------- */
/* Contact Form */
.contact-form {}
.contact-form ul {
    padding: 0px;
}
.contact-form ul li {
    margin-left: 0px;
    padding: 0px;
}

/* ===================================================================================================================== */
/* SUCCESS PAGE */
/* success page columns */
.success-col {;
    width: 48%;
    float: left;
}

.success-col h2 {
    margin-bottom: 20px;
}

.success-col.map {
    margin-left: 2%;
    /*float: right;*/
    /*width: 50%;*/
}

.success-col img {
    max-width: 100%;
}

.button-top-border {
    border-top: 1px solid #e4e4e4;
    margin: 0;
    padding: 8px 0 0;
    margin-right: 16px;
    margin-bottom: 40px;
}

/* ===================================================================================================================== */
/* MY ACCOUNT DASHBOARD */
/* PAGINATION */
.pager .pages {}
.pager .pages li {}
.pager .pages li a {}
.pager .pages li a img {
    width: auto;
    margin: 0px;
}

/* TABLES */
#my-orders-table {
    width: 100%;
}


/* ===================================================================================================================== */
/* BUTTONS */
/* This includes all buttons to be used across the site */
button.button::-moz-focus-inner {
    padding:0;
    border:0;
}

button.button, .button, a.button {

}

.primary-button {
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-linear-gradient(top, #2d3091 0%, #5659ad 100%);
    background-image:      -o-linear-gradient(top, #2d3091 0%, #5659ad 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2d3091), to(#5659ad));
    background-image:         linear-gradient(to bottom, #2d3091 0%, #e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d3091', endColorstr='#5659ad', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    border-color: #ccc;
}

.default-button {
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image:      -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
    background-image:         linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    border-color: #ccc;
}

button.button, a.button {
    overflow:visible;
    width:auto;
    border: 1px solid #2d3091;
    padding: 10px 20px;
    background: linear-gradient(to bottom, #2d3091 0%, #5659ad 100%) repeat scroll 0 0 transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor:pointer;
    text-decoration: none;
    text-transform: uppercase;
    color:#ffffff;
}
button.button > span, a.button > span {
    display:block;
    background:transparent;
    font:bold 16px/20px Arial, Helvetica, sans-serif;
    text-align:center;
    white-space:nowrap;
}
button.button:hover, a.button:hover {
    background: #2d3091;
}
button.button span span {
    border:0;
    padding:0;
}
/*button.disabled span { border-color:#bbb !important; background:#bbb !important; }*/
button.btn-checkout span {
    height:40px;
    border:0;
    background:url(../images/btn_checkout.gif) 0 0 no-repeat;
    padding:0 0 0 9px;
    font:bold 15px/40px Arial, Helvetica, sans-serif;
    color:#fff;
}
button.btn-checkout span span { background-position:100% 0; padding:0 25px 0 16px; }
button.btn-checkout.no-checkout span { background-position:0 100%; color:#b8baba; }
button.btn-checkout.no-checkout span span { background-position:100% 100%; }

button.button.btn-proceed-checkout {}
.add-to-cart button.button span,.product-book button.button > span, button.btn-cart > span {
    /*background: url(../images/btn_select_option.png) no-repeat;*/
    border: none;
    padding: 10px 20px;
}
/*button.btn-proceed-checkout span { background: url(../images/btn_cart_next.png) no-repeat; width: 87px; height: 27px; padding: 0; }*/
button.btn-proceed-checkout span {
    background: url(../images/btn_cart_continue.png) no-repeat;
    width: 109px;
    height: 57px;
    padding: 0;
}
button.btn-proceed-checkout span:hover {
    background: url(../images/btn_cart_continue.png) no-repeat;
    width: 109px;
    height: 57px;
    padding: 0;
}

button.btn-continue span {
    background: url(../images/btn_checkout_continue.png) no-repeat;
    width: 120px;
    height: 36px;
    padding: 0;
    border: 0;
}
button.btn-checkout-login span {
    border: none;
    padding: 0;
}
.button.btn-start-again {
    float: left;
    border: 1px solid #c9c9c9;
    background: linear-gradient(to bottom, #EFEFEF 0%, #c9c9c9 100%) repeat scroll 0 0 transparent;
    color: #333333;
}
.button.btn-start-again:hover {
    background: #c9c9c9;
}
button.btn-pay-now {
    float: right;
}
button.btn-pay-now:hover span {
    /*background-position: 0 -40px; */
}
button.btn-checkout-login {
    float: right;
}
/*button.btn-pay-now > span {*/
/*background: url(../images/btn_pay_now.png) no-repeat;*/
/*border: none;*/
/*width: 124px;*/
/*height: 40px;*/
/*padding: 10px 20px;*/
/*}*/
/*button.btn-pay-now span { background: url(../images/btn_confirm_pay.png) no-repeat; border: none; width: 127px; height: 48px; padding: 0; }*/
button.btn-pay-account span {
    /*background: url(../images/btn_pay_account.png) no-repeat;*/
    border: none;
    /*width: 179px;*/
    /*height: 40px;*/
    padding: 0;
}

button.btn-cart:hover {
    background: #2d3091;
}
button.btn-cart:hover span {
    /*background-position: 0 -48px;*/
}
button.btn-pay-account:hover span { background-position: 0 -40px; }
button.btn-proceed-checkout:hover span { background-position: 0 -57px; }

.add-to-cart button.button span span,
.product-book button.button span span,
button.btn-cart span span,
button.btn-add-option span span,
button.btn-proceed-checkout span span,
button.btn-checkout-login span span,
button.btn-pay-now span span, button.btn-pay-account span span,
button.btn-continue span span {
    /*color: #ffffff;*/
}

.products-list .product-image { margin-bottom: 0; }
button.btn-add-option span { background: url(../images/btn_add_option.png) no-repeat; border: none; width: 101px; height: 48px; padding: 0; }
button.btn-add-option:hover span { background-position: 0 -48px;  }
/* changelog: 25/10/14 @nav styling a pretty button to be used across the site */
.print-button a {
    background: #E31E27;
    padding: 7px 14px;
    color: white!important;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
}
/*.print-button:hover, .print-button:focus, .print-button:active {*/
/*background: #F40A15;*/
/*color: white;*/
/*}*/



/* back links */
p.back-link {}
p.back-link a {
    background: linear-gradient(to bottom, #EFEFEF 0%, #c9c9c9 100%) repeat scroll 0 0 transparent;
    color: #333333;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #c9c9c9;
    float: left;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
p.back-link a:hover {
    background: #c9c9c9;
}

.small-button, a.small-button {
    overflow:visible;
    width:auto;
    border: 1px solid #2d3091;
    padding: 2px 5px;
    background: linear-gradient(to bottom, #2d3091 0%, #5659ad 100%) repeat scroll 0 0 transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor:pointer;
    text-decoration: none;
    text-transform: uppercase;
    color:#ffffff;
}

/* Book now button in booking table */
.product-book {}
.product-book a {
    display: block;
}

/* --------------------------------------------------------------------------------------------------------------------- */
/* AGREEMENT TERMS AND CONDITIONS BOX */
.agreement-wrapper {}

.agreement-content {
    width: 516px;
    height: 200px;
    border: 1px solid #ccc;
    background: #f2f2f2;
    padding: 6px;
    overflow: auto;
    margin-bottom: 20px;
    margin-top: 10px;
}

@media screen and (max-width: 766px) {
    .agreement-wrapper {
        padding: 10px;
    }
    .agreement-content {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
}

/*----------------- Media Queries -----------------*/

@media screen and (max-width : 1024px) {
    .quote-box {margin: 0 0 0 600px;}
}

@media screen and (max-width:768px){
    #top_banner{display:none !important;}
    .quote-box {float: none !important; margin:0 auto !important; position: relative !important;}
    .col-main {width: 100%; margin: 30px auto 0;}
    .col-right {display: none;}
    .footer ul, .footer-about {width: 40% !important; }
    .entry-row input{margin-right: 0px !important;}
    .onepage-right-col{float: none !important; margin:0 auto !important; width:100% !important;}
    .login-box {margin: 0 auto;}
    #co-billing-form{width:72%; margin: 20px auto 0;}
    #checkout-step-billing h2 {text-align: center; margin: 30px 0;}
}

@media screen and (max-width : 767px) {
    #top_banner{display:none;}
    .header h1.logo {float: none; margin: 0 auto; width:284px;}
    .header .logo {text-align: center; width: 100%; /*height: 125px;*/ float: none!important; margin: 0; padding-top: 10px }
    .logo img{ height: 100%; width: auto;}
    address, .credit {width:100%; float: none; display:inline-block !important; margin: 10px auto 0; text-align: center;}
    .quote-box {margin:10px auto 0;}
    .main {padding:0px;}
    .header .quick-access{float: none; width:285px; margin:0 auto; padding: 0px; text-align: center;}
    .tagline-box{width:285px; margin:20px auto 0 !important; float: none;}
    .number-box{width:285px; margin:0 auto 0 !important; float: none;display:none!important;}
    .span2{width: 97% !important; margin:20px auto 0 !important; display:block !important;}
    .span4{width: 70% !important; margin: 20px auto 0 !important; display:block !important; min-height: 120px !important;}
    .footer ul, .footer-about {width: 90% !important; margin: 0 auto !important;}
    .footer, .copyright-container{height: auto; overflow: hidden; margin: 20px auto 0;}
    .booking-title {
        float: none !important;
        width: 100%;
        text-align: center;
        margin: -30px auto 0 !important;
    }
    .booking-step {float: none !important; display: table; margin: 10px auto 0 !important;}

    .results-table table, .results-table thead, .results-table tbody, .results-table th, .results-table td, .results-table tr {
        display: block !important;
        float: none;
    }
    .results-table td {
        border: none !important;
    }
    .product-image, .product-desc, .benefits{float: none !important; width: 100%; text-align: center; margin: 0 !important; padding: 10px 0;}
    button.button {

    }
    .item, .price-col, .last{width:100% !important;}
    .product-details, .product-details p {text-align: center; margin: 0 !important;}
    .parking-info, .details, .narrow {
        width: auto;
        float: none;
        padding: 0px;
        margin: 0 auto;
        text-align: center;
    }
    .results-table td.last {
        border-radius: 0 0 10px 10px !important;
    }
    .product-book, .price-box {
        padding: 10px 0;
    }
    .entry-box {
        float: none;
    }
    .entry-box, .entry-box label {
        float: none;
        text-align: center;
    }
    .entry-box button {

    }
    .entry-box button.update {
        margin: 0 auto;
    }
    .header .welcome-msg {margin: 22px 0 0 !important;}
    .page-title{text-align: center;}
    .totals{margin: 0 auto !important; width: 90% !important; float: none !important;}
    .col-1, .col-2{float: none !important; margin: 0 auto !important; width: 249px !important;}
    #co-billing-form .form-list .input-box .col-1 {border:none !important; padding:0px !important; }
    .col2-set{margin:0 auto;}
    .form-list{width: 90%; margin: 0 auto;}
    #co-billing-form .form-list .input-box {margin:0 auto; width: 100% !important;}
    /*.account-login .content {border: none !important;}*/
    .col-1{margin: 0 0 20px 0;}
    .cart.checkout-items .totals {float: right !important;}
    #co-billing-form{width:100%;}
    .login-box{width: 80% !important; padding: 95px 10% !important;}
    .opc #co-billing-form .buttons-set {width: 90% !important; margin: 0 auto !important;}
    .success-col {;
        width: 100%;
        float: left;
    }
    .success-col.map {
        margin-left: 0px;
    }
}
.service-icons >img {
    margin-bottom: 10px;
}
.service-icons h2 {
    font-size: 18px;
    font-family: "Lato";
    font-weight: 400;
}
.service-icons p {
    line-height: 1.5;
}
@media screen and (max-width : 480px) {
    .success-col {
        width: 100%;
        float: left;
    }
    .success-col.map {
        margin-left: 0px;
    }
}

.service-image
{
    position: relative;
}

.service-text
{
    position: absolute;
    width: 100%;
    left: 0;
    overflow: hidden;
    text-align: center;
    color: white;
    top: 0;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    top: 10%;
    height: 60%;
}
#service-text-4 {
    bottom: 5%;
    top: auto;
}
#service-text-3 {
    top: 15%;
}

.mobile-icon-links {display: none;}
@media screen and (max-width : 767px) {
    .header .tagline-box h1.tagline { font-size: 24px }
    .mobile-icon-links { position:relative; display:inline-block; padding: 5px 0 }
    .mobile-icon-links > a { position:relative; display:inline-block; margin-right: 20px }
    .mobile-icon-links > a > i { color: white; font-size: 24px; vertical-align: middle; }
    .mobile-icon-links a.phone-link { margin-top: 3px }
}

/* UX Audit Sept 2017 */
body {
    font-family: Lato;
    font-size: 16px;
    font-weight: 300;
}
.nav-container {
    background: #272d80;
}

.header .logo {
    width: auto;
    display: block;
}
a.logo img {
    height: 80px;
    width: auto;
}
.tagline {
    font-size: 24px;
}
.number-box {
    font-size: 20px;
}

#top_banner {
    margin: 0;
}

.quote-box {
    margin: 0;
    position: absolute;
    width: auto;
    z-index: 1;
    top: 40px;
    right: 0;
}

.quote-box-in {
    background: #e0e1ee;
    border: none;
    border-radius: 0;
    width: 439px;
}
.quote-box-in > h3 {
    color: white;
    display: block;
    padding: 10px 20px;
    font-family: Lato;
    font-weight: 400;
    font-size: 24px;
    margin: 0;
    background: #272d80;
}
#quote-form-mini {
    margin-top: 10px;
}

.quote-heading {
    text-transform: none;
    font-size: 16px;
    margin-top: 5px;
    font-family: Lato;
    font-weight: 300;
    color: #666;
}

.quote-box .entry-row input
, #update-quote-form .entry-row input {
    background: white;
    width: 45%;
    position: relative;
    font-size: 16px;
    color: #666;
    font-family: Lato;
    font-weight: 300;

    background: transparent;
    width: 100%;
    position: relative;
    font-size: 16px;
    color: #666;
    font-family: Lato;
    font-weight: 300;
    z-index: 99;
    cursor:pointer;
}
.quote-box {
    position: relative !important;
}
.top-box {
    width: auto !important;
}

.quote-box .entry-row span {
    /*margin-right: 5%;*/
}
.quote-box .entry-row span
, #update-quote-form .entry-box.entry-row span {
    position: relative;

    display: block;
    float: left;
    width: calc(50% - 7px);
    box-sizing: border-box;
    background: white;
    border: 1px solid white;
}
.quote-box .entry-row span:hover
, #update-quote-form .entry-box.entry-row span:hover     {
    border: 1px solid red;
}
#update-quote-form .entry-box.entry-row span {
    width: /*43*/calc(43% - 7px);
}
.quote-box .entry-row span:after
, #update-quote-form .entry-box span:after {
    position: absolute;
    font-family: 'FontAwesome';
    content: '\f073';
    color: black;
    top: 3px;
    right: 9px;
    z-index: 1;

    top: 10px;
    right: 9px;
    z-index: 1;
}

span.timefield {
    float: right !important;
}

.quote-box .entry-row span.timefield:after
, #update-quote-form .entry-row span.timefield:after {
    content: '\f017';
}

#quote-submit {
    border-radius: 0;
    font-size: 16px;
    font-family: Lato;
    font-weight: 400;
    margin-top: 5px;
    text-transform: none;
    padding: 10px 0;
    background: #2b328c;
}

.cms-home .testimonials {
    padding: 10px 0;
    font-family: Lato;
    font-weight: 300;
    color: #2b328c;
    width: 75%;
    margin: auto;
    font-size: 22px;
}

.row.fullwidth {
    position: relative;
    background: #e0e1ee;
    margin: 0;
}
.row.fullwidth:before, .row.fullwidth:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #e0e1ee;
    display: block;
}
.row.fullwidth:after {
    left: auto;
    right: 100%;
}
.cms-home .main {
    margin-bottom: 0px;
    padding-bottom: 0;
    position: relative;
}
.nav-collapse a {
    color: white;
}
.nav-collapse .alt a {
    background: none;
}
.quick-access .number-box {
    color: red;
    font-weight: bold;
}
.quick-access .number-box:before {
    content: "\f095";
    font-family: "FontAwesome";
}
.wrapper { overflow-x: hidden!important; }

.tagline-box h1.tagline {
    font-family: Lato;
    font-weight: 400;
}

.service-icons h2 {
    font-size: 24px;
}

.footer-about {
    margin-top: 35px;
}

.footer li:first-child h3 {
    font-size: 18px;
    text-transform: none;
    color: white!important;
    font-weight: 400!important;
    font-family: Lato;
}

.credit {
    font-size: 12px;
}

.cart.checkout-items {

}

.checkout-onepage-index .discount h2 {
    margin-bottom: 0;
    margin-right: 10px;
    margin: 5px 5px 5px 0;
    font-weight: 300;
    font-family: Lato;

    display: flex;
    flex-grow: 0;
    align-self: stretch;
    color: #444f63;
    font-size: 18px;
    white-space: nowrap;
}

/*.checkout-onepage-index #discount-coupon-form {
    width: 65%;
    margin: 20px 0;
    border-bottom: 1px solid #e0e1ee;
}*/
.checkout-onepage-index .checkout-summary > div #discount-coupon-form {
    width:100%;
}

.checkout-onepage-index #discount-coupon-form .discount .discount-form input.input-text {
    margin-top: 0;
    font-size: 16px;
    padding: 7px 5px;
    background: #e0e1ee;
    width: 100%;
    /*cursor: vertical-text;*/
}

#co-billing-form .form-list .input-box {
    width: 100%;
}

.checkout-onepage-index #discount-coupon-form .discount {
    /*display: flex;
    justify-content: space-between;
    padding: 30px 0;
    max-width: 625px;*/
}

.checkout-onepage-index #discount-coupon-form .discount .discount-form {
    /*flex-grow: 2!important;
    display: flex;
    align-self: stretch;*/
}
.checkout-onepage-index #discount-coupon-form .discount .input-box {
    flex-grow: 2;
    width: 100%;
    align-self: stretch;
    display: flex;
    white-space: nowrap;
    z-index: 100;
}
.checkout-onepage-index #discount-coupon-form .discount .input-box .validation-advice {
    position: absolute;
    display: none;
}

.checkout-onepage-index #discount-coupon-form .buttons-set {
    border: none!important;
    margin-top: 0;
    padding-top: 0;
    display: flex;
}
.checkout-onepage-index .checkout-summary > div .buttons-set {
    width:100%
}
.checkout-onepage-index .checkout-summary > div .buttons-set button {
    width:100%;
    /*margin-top:10px;*/
}

.checkout-onepage-index #discount-coupon-form .buttons-set button.button {
    border-radius: 0;
    padding: 7px 20px;
    border: none;
}

.checkout-onepage-index #discount-coupon-form .buttons-set button.button > span {
    font-family: Lato;
    font-weight: 400;
    font-size: 16px;
}
.checkout-onepage-index #discount-coupon-form .buttons-set button.button > span span {
    text-transform: none;
}

#co-billing-form .form-list .input-box .col-2 {
    width: 48.5%;
}

#co-billing-form .form-list .input-box .col-1 {
    width: 48.5%;
    margin-right: 0;
    padding-right: 0;
}
#co-billing-form .form-list input.input-text
, #co-billing-form .form-list select {
    width: 90%;
    box-sizing: content-box;
    border-radius: 3px;
}

.top-navigation, .header, .main, .footer, .copyright-container,.home-elements-container { width: 1170px }

.footer-contacts, .footer:after { display: none!important; }

.agreement-content {
    width: 96%;
}

.opc #co-billing-form .buttons-set {
    width: 98%;
}

#billing-buttons-container .payment-logos {
    clear: none;
    float: right;
    margin-right: 2%;
    padding: 1%;
}

.input-box span.sub-label {
    font-style: normal;
    color: #666;
    font-size: 0.7em;
}

#co-billing-form .form-list input.checkbox {
    font-size: 16px;
}

#co-billing-form .form-list label.small-label {
    float: left;
    font-size: 16px;
}

select {
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important;
}

.checkout-onepage-index h2 {
    font-family: Lato, sans-serif;
    text-transform: none;
    font-size: 24px;
    text-transform: none!important;
}

.agreement-content p, .agreement-content ul {
    font-family: Lato, sans-serif;
    font-size: 12px;
}
.agreement-content h2 {
    font-family: Lato, sans-serif;
    font-size: 18px;
}
.agreement-content ul {
    list-style-type: disc;
    list-style-position: inside;
}

.checkout-customer-notice span {
    font-size: 12px;
}

.checkout-feature-list ul li, .agreement-content ul li {
    padding-left: 1.3em;
}

.checkout-feature-list {
    font-size: 14px;
    margin-top: 20px;
}

.checkout-feature-list ul {
    list-style: none;
    padding: 0;
}
.checkout-feature-list li {
    padding-left: 1.3em;
    margin: 10px 0;
    line-height: 1.5;
}
.checkout-feature-list li:before {
    content: "\f00c"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    color: #2bb673;
    display: inline-block;
    margin-left: -1.3em; /* same as padding-left set on li */
    width: 1.3em; /* same as padding-left set on li */
}

#co-billing-form .form-list .field {
    width: 275px;
}

#coupon_code {
    max-width: 345px;
}

button.button, a.button {
    background: #2b328c;
    text-transform: none;
    border-radius: 0;
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
}
.button.btn-start-again {
    background: #444f63;
    border: none;
    color: white;
}

.checkout-summary {
    width: 100%;
    display: flex;
    padding: 10px 0;
    margin-top: 20px;
    border-bottom: 1px solid #e0e1ee;
}

.checkout-summary > div {
    width: 32%;
    padding: 0 4%;
    border-left: 1px solid #e0e1ee;
    display: flex;
    align-items: center;
}
.checkout-onepage-index .checkout-summary>div:first-child {
    padding-left: 0;
}
.checkout-summary .checkout-dollar .msg {
    font-size: 30px;
}
.checkout-shuttle {
    width: 30%;
}
.checkout-notice {
    width: 45%!important;
}
.checkout-summary .checkout-notice .msg {
    width: 80%;
}
.checkout-summary > div > .msg {
    width: 72%;
    margin-left: 5%;
    font-size: 14px;
    color: #2b328c;
}
.checkout-summary > div > * {
    display: inline-block;
}
.checkout-summary div:first-child {
    border-left: none;
    padding: 0;
}
.checkout-notice .msg a {
    display: inline;
}

.checkout-summary .checkout-dollar {
    justify-content: flex-end;
    width: 27%;
}
.checkout-summary .checkout-coupon {
    width: 37%;
}
.checkout-summary .checkout-dollar .msg {
    width: 60%;
}

.coupon-message > * {
    margin-top: 20px!important;
    margin-bottom: -20px!important;
}

.booking-step {
    display: none;
}

.results-table
, .quote-result-index .footer-container {
    display: none;
}

.booking-main .fa-spinner {
    margin: 50px 50%;
}

.quote-result-index .booking-box {
    margin-top: 0;
}

.checkout-onepage-index .messages li {
    margin-bottom: 0;
}

.checkout-onepage-index .main
, .quote-result-index .main
, .checkout-cart-index .main
{
    padding: 0;
}
.booking-progress {
    background: url(../images/home-bg_sml_op2.jpg) center top no-repeat;
    margin:0 -500em;
    padding:0 500em;
    height: 116px;
    display: flex;
    align-items: center;
    background-size: auto 500%;
}
.booking-progress .booking-title h1 {
    color: white;
    font-family: Lato;
    font-size: 48px;
    font-weight: 400;
}
.update-quote-box {
    margin: 0 -500em;
    padding: 0 500em;
    background: #e0e1ee;
    color: #444f63;
    font-size: 18px;
    font-family: Lato;
    font-weight: 300;
}
.update-quote-box label {
    color: #444f63;
    font-size: 18px;
    font-family: Lato;
    font-weight: 300;
    text-transform: none;
}
#update-quote-form .entry-box.entry-row input {
    background: white;
    position: relative;
    font-size: 16px;
    color: #666;
    font-family: Lato;
    font-weight: 300;

    background: transparent;
}
#quote-form {
    background: #2b328c;
    color: white;
    font-family: Lato;
    font-weight: 400;
    font-size: 16px;
}

#quote-form-mini .entry-row {
    position: relative;
    float: left;
    margin-bottom: 5px;
    width: 100%;
}

.quote-form-submit {
    margin-top: 10px;
}

.dialog {
    z-index: 2000!important;
}

.dialog_title {
    padding-top: 5px;
    font-weight: bold;
}
.dialog_content {
    background: #fff!important;
    color: black!important;
    padding: 20px;
    box-sizing: border-box;
    font-size: 16px!important;
    font-family: Lato!important;
    font-weight: bold;
}


/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    padding: 10px 15px 5px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 999999;
    bottom: 125%;
    left: 50%;
    margin-left: -115px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 1s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

#myDialogId input[type="button"][value="Cancel"] {
    padding:3px;
    font-size:16px;
    width:100px;
}
#myDialogId .alphacube_buttons {
    display: flex;
    justify-content: center;
}
#myDialogId .ok_button {
    color:#fff;
    background: #DF280A;
    order: 2;
    font-size: 14px;
    font-family: arial;
}
#myDialogId .cancel_button {
    color: #DF280A;
    font-size:16px;
}

#myDialogId_content h2 {
    padding-bottom: 30px;
}

#myDialogId_content .form-list .input-box {
    width: 100%;
}
#myDialogId_content .form-list {
    text-align: left;
}
#myDialogId_content .field-value {
    clear:both;
    font-size: 15px;
    padding: 3px 1px;
    min-height: 15px;
}
#myDialogId_content .date-value {
    font-weight: bold;
}
#myDialogId_content .col2-set > div {
    padding: 0 3%;
    box-sizing: border-box;
}
#myDialogId_content .form-list label {
    font-size: 18px;
}
p.booking-subtitle {
    color: white;
}

.checkout-customer-notice p strong {
    font-family: 'latobold';
}

@media screen and (min-width: 768px) {
    .service-icons > img {
        max-width: 128px;
    }

    .footer {
        display: flex;
        justify-content: space-between;
    }
    .footer-about, .footer ul { margin: 0; float: left; display: block; }
}
@media screen and (max-width: 768px) {
    .quote-box {
        top: 0;
    }
    .quote-box .entry-row span, #update-quote-form .entry-box.entry-row span {
        width: 33%;
        display: block
    }
    #update-quote-form .entry-box.entry-row span input {
        width: 97%;
    }
    #update-quote-form .entry-box.entry-row {
        display: flex;
        justify-content: space-between;
    }

    #quote-form-mini .entry-row {
        display: flex;
        margin-bottom: 2%;

        justify-content: space-between;
    }
    #quote-form-mini .entry-row span input {
        width: 100%;
    }
    #quote-form-mini .quote-heading {
        margin-right: 5%;
    }
    .quote-box .entry-row span:after, #update-quote-form .entry-box.entry-row span:after {
        top: 10px;
    }
    .quote-box-in, .quote-box {
        width: auto;
    }

    .top-box {
        width: 100%;
        height: 280px;
        position: relative;
        margin-top: 30px;
    }
    .quote-box-in, .quote-box {
        width: calc(100% - 10px);
        position: absolute !important;
    }

    .checkout-onepage-index .checkout-summary {
        display: block;
    }
    .checkout-onepage-index .checkout-summary > div:first-child {
        padding-top: 0!important;
    }
    .checkout-onepage-index .checkout-summary > div {
        width:100%!important;
        padding-left:0!important;
        padding-right:0!important;
        padding: 10px 0;
        border-bottom: 1px solid #e0e1ee;
        border-left: none;
    }
    #coupon_code {
        max-width: none;
    }
}

@media screen and (min-width:1024px){
    #update-quote-form .entry-box.entry-row input {
        width: 100%;
        /*margin-right: 1%;*/
    }
    #update-quote-form .entry-box.entry-row span.timefield input {
        margin-right: 0;
    }
    #update-quote-form .entry-box {
        /*margin-left: -5%;*/
    }
    #update-quote-form .entry-box.entry-row {
        width: 39%;
        margin-left: 0;
    }
}
@media screen and (max-width:979px){
    .quote-box {
        margin-top:0;
    }
    .checkout-onepage-index #discount-coupon-form {
        width: 100%;
    }
    .agreement-content {
        width: 100%;
    }
    .checkout-onepage-index .checkout-summary > div {
        width:50%;
    }
    .checkout-onepage-index .checkout-summary>div:nth-child(3){
        /*padding-left:0;*/
    }
}

@media screen and (max-width:1280px){
    #divSimpleSlider img {
        width: 76vw;
    }
    .quote-box {
        margin-left: 50vw;
    }

}

@media only screen
    and (min-device-width: 320px)
    and (max-device-width: 480px)
    and (orientation: portrait) {

    .quote-box .entry-row span.datefield:after {
        content: "";
    }
}
.home-elements-container {
    margin: 0 auto !important;
    padding: 7vh 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}
.home-elements-container .top-box #top_banner {
    width: auto !important;
    height: auto !important;
    display: block !important;

}
.home-elements-container .quote-box {
    position: relative !important;
    top:auto !important;
    left:auto !important;
    right:auto !important;
}
.home-elements-container .quote-box-in #quote-form-mini {
    margin-top: 15px;
}
.home-elements-container .quote-box-in {
    padding-bottom: 30px;
}
.home-elements-container .quote-box-in > h3 {
    padding: 10px 20px 13px;
}
.home-elements-container #divSimpleSlider {
    width: calc(100% - 30px);
    max-width: 490px;
}
.home-elements-container #divSimpleSlider, .home-elements-container #divSimpleSlider a {
    color:#eaebf4;
    font-size: 48px;
    text-decoration: none;
    font-weight: 700;
    text-shadow: 2px 0px 10px rgba(0,0,0,.7);
}
.checkout-onepage-index .home-elements {
    display: none;
}
.booking-progress {
    padding-top: 3vh;
    padding-bottom: 2vh;
}
@media (max-width: 1280px) {
    .home-elements-container .quote-box {
        margin: 0;
    }

}
@media (max-width: 980px) {
    .home-elements-container {
        flex-direction: column;
    }
    .home-elements-container .quote-box {
        margin: 30px auto 0;
    }
    .home-elements-container #divSimpleSlider, .home-elements-container #divSimpleSlider a {
        text-align: center ;
        font-size: 30px;
    }
}
@media (max-width: 768px) {
    .home-elements-container .top-box {
        height: auto;
        width: 100% !important;
        position: relative;
        top:auto;
        left: auto;
        right: auto;
        margin-top: 0 !important;
    }
    .home-elements-container #divSimpleSlider {
        margin: 0 auto;
    }
    .home-elements-container .quote-box ,.home-elements-container .quote-box-in {
        position: relative !important;
        width: 100% !important;
    }
    .home-elements-container .quote-box {
        margin-top: 30px !important;
    }
}