@charset "utf-8";

body {
    background-color: #EFEFEF;
    font-size: 14px;
    font-family:Arial,sans-serif;
    overflow-x:hidden;
}
@media screen and (max-width:767px) {
    body {
        background-color:#fff;
    }
}
.clear {
    clear:both;
}
.spacer {
    display: block;
    height: 10px;
    max-height: 10px;
    min-height: 10px;
}
h1 {
    font-size:1.8em;
}
h2 {
    font-size:1.4em;
}
h3 {
    font-size:1.1em;
    line-height:18px;
}
#top-line {
    background-color: #191919;
    border-bottom: 2px solid #D1D1D1;
    display: block;
    height: 5px;
    max-height: 5px;
    min-height: 5px;
    width: 100%;
}
.container-fluid {
    max-width:990px;
    margin:0 auto;
    background:#fff;
    border:1px solid #D1D1D1;
    border-top:0;
    padding:0 20px 10px;
}
@media screen and (max-width:767px) {
    .container-fluid {
        padding-left:5px;
        padding-right:5px;
        border:0;
    }
}
#header {
    display: block;
    padding-bottom: 0;
    position: relative;
}
.header-telephone {
    float:right;
    clear:both;
    min-width:100px;
}
#header .logo {
    float: left;
    margin: 10px 0 0;
}
#header .logo img {
    width:100%;
}
#header .dynamic-logo {
    color: #111111;
    display: block;
    font-size: 36px;
    padding: 30px 0 0;
}
#header .dynamic-logo a {
    color:#111;
}
#header .navbar {
    margin-bottom:5px;
}
.navbar-inner {
    background:none;
    box-shadow:none;
    border-radius:0;
    border:none;
    filter:none;
}
.navbar .nav > li > a {
    text-shadow:none;
}
#breadcrumbs {
    display:block;
}

/** Vehicle Results **/
.result {
    border-bottom:1px dotted #ccc;
    padding-bottom:10px;
    margin-bottom:10px;
}
.vehicle-image img {
    width:100%;
}
.vehicle-name {
    font-size:1.6em;
    line-height:1.2em;
}
.v-info-container {
    background:#eee;
    float:left;
    width:48%;
    margin:0.3% 1%;
    font-size:12px;
}
@media screen and (max-width:767px) {
    .search-container-showroom select, .search-container-showroom #submit {
        width:48%;
    }
}
@media screen and (max-width:480px) {
    .v-info-container {
        width:100%;
    }
}

.v-info-container div {
    width:46%;
    float:left;
    padding:1.5%;
}

.enquiry-buttons {
    float:right;
    width:50%;
}
.enquiry-button {
    margin:1%;
    width: 48%;
    float:left;
}
.enquiry-buttons a {
    float:right;
    width:80%;
}

@media screen and (max-width:767px) {
    .enquiry-buttons {
        width:100%;
    }
    .enquiry-button {
        margin:1%;
        width: 48%;
        float:left;
    }
    .enquiry-buttons a {
        width:99%;
        padding:4px 0;
        margin:0;
    }
}
@media screen and (max-width:480px) {
    .enquiry-button {
        width:100%;
    }
}

.result-price {
    float:left;
    width:50%;
    font-size:24px;
    padding:8px 0 4px 0;
}
@media screen and (max-width:767px) {
    .result-price {
        text-align:center;
        width:100%;
    }
}



/** Vehicle Details **/
.details-price {
    font-size:30px;
    line-height:40px;
    text-align:right;
}
.details-title h1 {
    margin:0;
}
.vehicle-image {
    position:relative;
    margin:10px 0 0 0;
}
.image-thumbnail {
    width:61px;
    float:left;
}
.carousel-indicators {
    position:inherit;
    display:block;
    top:0;
    right:0;
}
.carousel-indicators div {
    text-indent:0;
    border-radius:0;
    background-color:transparent;
    line-height:0;
    width:61px;
    height: 46px;
    overflow:hidden;
    float:left;
    border:2px solid #fff;
    position: relative;
}
.carousel-indicators div.activeimage {
    border:2px solid #333;
    margin:0;
}
.image-thumb
.play-icon {
    background: url(/static/autoweb/img/glyphicons-halflings-blue.png) -258px -67px no-repeat #fff;
    width: 24px;
    border-radius:20px;
    height: 24px;
    display: block;
    height: 24px;
    left: 20px;
    position: absolute;
    top: 9px;
    width: 24px;
    z-index: 9999999;
}

.vehicle-info ul {
    margin:0;
}
.vehicle-info li {
    margin:4% 0 0 0;
    list-style:none;
    padding:3.5%;
    background:#efefef;
    font-size:15px;
}
@media screen and (max-width:767px) {
    .vehicle-info li {
        width:46%;
        float:left;
        margin:1%;
        padding:1%;
    }
}
@media screen and (max-width:480px) {
    .vehicle-info li {
        width:94%;
        float:left;
        margin:1%;
        padding:2%;
    }
}
.details-buttons {
    margin:20px 0;
}
.details-button {
    margin:2% 0;
}
.details-button a {
    color:#fff;
    font-weight:bold;
    background:#333;
    display:block;
    width:100%;
    text-decoration:none;
}
.details-button a:hover {
    background:#999;
    text-decoration:none;
}
.details-button img {
    width:25%;
}
.mcc-buttons {
    margin:20px 0;
}
@media screen and (max-width:767px) and (min-width:480px) {
    .span3.details-button {
        width:48%;
        margin:1%;
        float:left;
    }
    .span3.details-button:first-child {
        margin-left:1%;
    }
}

/** Vehicle Details TABS **/
#tabs h4 {
    font-size:1.2em;
}
ul.tablinks {
    margin:0;
}
ul.tablinks > br {
    display:none;
}
div.tab {
    background:#EFEFEF;
    padding:10px 5%;
    width:90%;
    overflow:hidden;
}

ul.tablinks li {
    margin-right: 4px;
}
ul.tablinks li a {
    font-size:1.1em;
    padding: 10px 20px;
    background:none;
    border:1px solid #eee;
    border-bottom:0;
    color:#666;
}
ul.tablinks li a.active-tab {
    background:#eee;
    color:#666;
}
ul.tablinks li a:hover {
    background:#efefef;
    color:#666;
}
.vehicle-information ul {
    margin:0;
}
.vehicle-information li {
    list-style:none;
    float:left;
    width:31%;
    margin-right:2%
}
@media screen and (max-width:767px) and (min-width:480px) {
    .vehicle-information li {
        width:48%;
        margin-right:2%;
    }
}
@media screen and (max-width:480px) {
    .vehicle-information li {
        width:100%;
    }
    ul.tablinks li {
        width:100%;
        margin-bottom:2px;
    }
}
.vehicle-information .technical > li {
    width:100%;
    margin:0;
    clear:both;
    float:left;
}
.vehicle-information .technical h2 {
    clear:both;
    float:left;
    width:100%;
    border-bottom:1px dotted #666;
    padding:10px 0;
}

/** Finance Calculator **/
.calculatorinput, .calculatorresult {
    font-weight:bold;
}
.finance-form-calc input {
    padding:2%;
    width:96%;
}
.finance-form-calc select {
    height:auto;
    padding:2%;
    width:96%;
}
#calcsubmit {
    padding:2% 0;
    width:100%;
    margin:19px 0;
}


/** Codeweavers Finance **/
.codeweavers-search {
    background:#333;
    margin-top:2px;
}
.codeweavers-search .box {
    width:96%;
    padding:2%;
}
.codeweavers-search select {
    width:100%;
}
.codeweavers-search input {
    width:100%;
    padding-left:0;
    padding-right:0;
}
.result .vehicle-finance table {
    width:100%;
    margin-top:10px;
}
.codeweavers-search h4 {
    color:#ccc;
    text-transform: uppercase;
}
.codeweavers-search label {
    color:#ccc;
}
.codeweavers-search #submitQuote {
    margin:24px 0 0 0;
    padding: 4px 6px;
}
.vehicle-finance table th, .vehicle-finance-representative table th {
    background-color: #666;
    color:#fff;
}
.vehicle-finance-button {
    width:100%;
}

.make-links li {
    float:left;
    width:200px;
}

/** forms **/
.hint {
    font-size:0.8em;
    font-style:italic;
    margin-top:-10px;
}
.validationhint{
    font-size:0.8em;
    font-style:italic;
    margin-top:-10px;
}
.error {
    border:2px solid red !important;
}
.errors {
    font-weight:bold;
    color: red;
}
label {
    font-weight:bold;
}
.message-info { min-height:15px; margin-top:10px; border: solid 1px #fcd344; color:#003366;
    background: #fafaec url(/static/images/icons/note_msg_icon.gif) no-repeat 10px 10px;
    padding:10px 10px 10px 32px !important; font-size:12px !important; font-weight:bold !important;
}
.message-info ul {
    margin-bottom:0px;
}
.message-info li {list-style-type: none;}

.tax {
    float: left;
    width: 100%;
}
.tax .six-months {
    background: url("/static/images/unity/default/tax6.png") no-repeat scroll 0 0 transparent;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    height: 100px;
    padding-top: 90px;
    text-align: center;
    width: 395px;
    float:left;
}
.tax .twelve-months {
    background: url("/static/images/unity/default/tax12.png") no-repeat scroll 0 0 transparent;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    height: 100px;
    padding-top: 90px;
    text-align: center;
    width: 395px;
    float:left;
}
.back-buttons .back-button {
    float:left;
    width:50%;
}
@media (max-width:480px) {
    .tax .six-months {
        background: url("/static/images/unity/default/tax6-small.png") no-repeat scroll 0 0 transparent;
        height: 80px;
        width: 270px;
        font-size:28px;
        padding-top:70px;
    }
    .tax .twelve-months {
        background: url("/static/images/unity/default/tax12-small.png") no-repeat scroll 0 0 transparent;
        height: 80px;
        width: 270px;
        font-size:28px;
        padding-top:70px;
    }
}

/** Illustrated Tech Spec TAB **/

.il-tech-icon {
    width:15%;
}

.il-tech .il-tech-box {
    width:81%;
    float:left;
    background:rgba(0, 0, 0, 0.05);
    padding:0 1% 0 1%;
    margin-bottom:2%;
    position:relative;
}

.emissions .il-tech-box {
    min-height:100px;
}

.il-tech ul.col {
    display: block;
    float: left;
    margin-right: 1%;
    width: 32%;
    list-style:none;
    margin-left:0;
    font-size:12px;
}

.il-tech ul.col li strong {
    display:block;
    width:100px;
    float:left;
}


.il-tech ul.line {
    margin: 0;
    font-size:12px;
    list-style: none;
    float: left;
    padding-right: 50px;
}

.il-tech ul.line li strong {
    width: auto;
    margin-right: 10px;
    min-width: 200px;
    display: inline-block;
}

@media screen and (max-width:767px) {
    .il-tech ul.col li strong {
        float:none;
    }
}

@media screen and (max-width:480px) {
    .il-tech-icon {
        width:100%;
    }

    .il-tech .il-tech-box {
        width:98%;
    }

    .il-tech ul.col {
        width:48%;
    }

    .il-tech ul.line {
        width: 100%;
        padding: 0;
    }
}

.il-tech .il-tech-box .il-heading {
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    height: 45px;
    line-height:40px;
    margin: 0;
    text-transform: uppercase;
    width: 100%;
    font-weight:bold;
}

.performance .il-tech-icon {
    background:#b2dae5 url("/static/images/unity/default/performance.jpg") center top no-repeat;
    float:left;
    margin-right:2%;
    height:110px;
}

.emissions .il-tech-icon {
    background:#4eac87 url("/static/images/unity/default/emissions.jpg") center top no-repeat;
    float:left;
    margin-right:2%;
    height:100px;
    position:relative;
}

.fuel .il-tech-icon {
    background:#4eacab url("/static/images/unity/default/fuel.jpg") center top no-repeat;
    float:left;
    margin-right:2%;
    height:75px;
}

.insurance .il-tech-icon {
    background:#d93f1b url("/static/images/unity/default/insurance.jpg") center top no-repeat;
    float:left;
    margin-right:2%;
    height:75px;
}

.tax .il-tech-icon {
    background:#ee8b0b url("/static/images/unity/default/tax.jpg") center top no-repeat;
    float:left;
    margin-right:2%;
    height:75px;
}

.safety .il-tech-icon {
    background:#d3d205 url("/static/images/unity/default/safety.jpg") center top no-repeat;
    float:left;
    margin-right:2%;
    height:75px;
}

.measurements .il-tech-icon {
    background:#217fb5 url("/static/images/unity/default/measurements.jpg") center top no-repeat;
    float:left;
    margin-right:2%;
    height:75px;
}

.weights .il-tech-icon {
    background:#40acca url("/static/images/unity/default/weights.jpg") center top no-repeat;
    float:left;
    margin-right:2%;
    height:75px;
}

.insurance .il-tech-icon {
    background:#D93F1B url("/static/images/unity/default/insurance.jpg") center top no-repeat;
    float:left;
    margin-right:2%;
    height:75px;
}

.il-tech-box .il-heading span {
    display: block;
    float: left;
    padding: 0 3% 0 1%;
}

.performance .il-tech-box .il-heading span {
    background: url("/static/images/unity/default/performance-heading.png") no-repeat scroll right center rgba(0, 0, 0, 0);
}

.emissions .il-tech-box .il-heading span {
    background: url("/static/images/unity/default/emissions-heading.png") no-repeat scroll right center rgba(0, 0, 0, 0);
}

.fuel .il-tech-box .il-heading span {
    background: url("/static/images/unity/default/fuel-heading.png") no-repeat scroll right center rgba(0, 0, 0, 0);
}

.insurance .il-tech-box .il-heading span {
    background: url("/static/images/unity/default/insurance-heading.png") no-repeat scroll right center rgba(0, 0, 0, 0);
}

.tax .il-tech-box .il-heading span {
    background: url("/static/images/unity/default/tax-heading.png") no-repeat scroll right center rgba(0, 0, 0, 0);
}

.safety .il-tech-box .il-heading span {
    background: url("/static/images/unity/default/safety-heading.png") no-repeat scroll right center rgba(0, 0, 0, 0);
}

.measurements .il-tech-box .il-heading span {
    background: url("/static/images/unity/default/measurements-heading.png") no-repeat scroll right center rgba(0, 0, 0, 0);
}

.weights .il-tech-box .il-heading span {
    background: url("/static/images/unity/default/weights-heading.png") no-repeat scroll right center rgba(0, 0, 0, 0);
}

@media screen and (max-width:480px) {
    .performance .il-tech-box .il-heading span,
    .emissions .il-tech-box .il-heading span,
    .fuel .il-tech-box .il-heading span,
    .insurance .il-tech-box .il-heading span,
    .tax .il-tech-box .il-heading span,
    .safety .il-tech-box .il-heading span,
    .measurements .il-tech-box .il-heading span,
    .weights .il-tech-box .il-heading span {
        background:none;
        color:#000;
    }

    .performance .il-tech-icon,
    .emissions .il-tech-icon,
    .fuel .il-tech-icon,
    .insurance .il-tech-icon,
    .tax .il-tech-icon,
    .safety .il-tech-icon,
    .measurements .il-tech-icon,
    .weights .il-tech-icon {
        height:80px;
    }
}

.il-tech-box .band {
    color:#fff;
    font-weight:bold;
    text-align:center;
    display:block;
    height:20px;
    width:20px;
}

.band-text {
    float:left;
    padding:0 1% 0 1%;
    font-size:10px;
    line-height:10px;
}

.il-tech-box .a {
    background:#00a650;
    float:left;
}

.il-tech-box .b {
    background:#4ebb46;
    width:40px;
    float:left;
}

.il-tech-box .d {
    background:#bdd72e;
    width:40px;
    float:left;
}

.il-tech-box .f {
    background:#eadf00;
    width:40px;
    float:left;
    color:#000;
}

.il-tech-box .h {
    background:#fdb813;
    width:40px;
    float:left;
}

.il-tech-box .j {
    background:#f37022;
    width:40px;
    float:left;
}

.il-tech-box .l {
    background:#ed1b24;
    width:40px;
    float:left;
}

.co2-band {
    float: left;
    width: 25%;
    margin-bottom: 1%;
}

.bandtextA {
    background:#00a650;
    position:absolute;
    right:0;
    bottom:0;
    color:#fff;
    font-size:14px;
    font-weight:bold;
    padding:4px;
}

.bandtextB {
    background:#4ebb46;
    position:absolute;
    right:0;
    bottom:0;
    color:#fff;
    font-size:14px;
    font-weight:bold;
    padding:4px;
}

.bandtextD {
    background:#bdd72e;
    position:absolute;
    right:0;
    bottom:0;
    color:#fff;
    font-size:14px;
    font-weight:bold;
    padding:4px;
}

.bandtextF {
    background:#EADF00;
    position:absolute;
    right:0;
    bottom:0;
    color:#000;
    font-size:14px;
    font-weight:bold;
    padding:4px;
}

.bandtextH {
    background:#fdb813;
    position:absolute;
    right:0;
    bottom:0;
    color:#fff;
    font-size:14px;
    font-weight:bold;
    padding:4px;
}

.bandtextJ {
    background:#f37022;
    position:absolute;
    right:0;
    bottom:0;
    color:#fff;
    font-size:14px;
    font-weight:bold;
    padding:4px;
}

.bandtextL {
    position:absolute;
    right:0;
    bottom:0;
    background:#ed1b24;
    color:#000;
    font-size:14px;
    font-weight:bold;
    padding:4px;
}



/*** 3 image carousel slider thingy ***/
#carouselcol, #carouselcol ul, #carouselcol li {
    min-height: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}

#carouselcol {
    background: none;
    overflow: hidden;
    width:100%;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0) scale3d(1,1,1);
    -webkit-transform-style: preserve-3d;
}

#carouselcol ul.animate {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

#carouselcol ul {
    transform: translate3d(0%,0,0) scale3d(1,1,1);
    -o-transform: translate3d(0%,0,0) scale3d(1,1,1);
    -ms-transform: translate3d(0%,0,0) scale3d(1,1,1);
    -moz-transform: translate3d(0%,0,0) scale3d(1,1,1);
    -webkit-transform: translate3d(0%,0,0) scale3d(1,1,1);
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}

#carouselcol li {
    float: left;
    overflow: hidden;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: translate3d(0,0,0);
}

#carouselcol li h2 {
    color: #fff;
    font-size: 30px;
    text-align: center;
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    text-shadow: -1px -1px 0 rgba(0,0,0,.2);
}

.carouselcolbutton {
    position:absolute;
    top:50%;
    width:20px;
    color:#fff;
    font-size:56px;
    z-index:9999999;
    text-align:center;
    border: 0;
    cursor:pointer;
}
.carouselcolnext {
    right:0;
}
.carouselcolprevious {
    left:0;
}
/*** responsive hide icon bar and show menu ***/
.navbar .btn-navbar {
    color:#000;
}
.navbar .btn-navbar:after {
    content:"MENU";
}
.navbar .btn-navbar .icon-bar {
    display: none;
}
.capspec-category {
    font-size:16px;
    line-height:18px;
    border-bottom:1px dotted #ccc;
    padding:25px 0 5px 70px;
    height:25px;
    background-repeat: no-repeat;
    position: relative;
}
.capspec-category > span {
    background-image:url(/static/images/unity/default/cap-spec.png);
    width:64px;
    height:55px;
    overflow:hidden;
    position:absolute;
    top:0;
    left:0;
    margin-right:5px;
}

.capspec-category-red > span {
    background-image:url(/static/images/unity/default/cap-spec-red.png);
}


.capspec-item {
    float:left;
    padding:5px 10px;
    width: 43%;
    margin:5px 0 5px 2%;
    background:rgba(0, 0, 0, 0.05);
}
@media (max-width:480px) {
    .capspec-item {
        width:92%;
        padding:5px 2%;
        margin:5px 2%;
    }
}

.capspec-item-box {
    background:rgba(0, 0, 0, 0.05);
}

/*** default ***/
.capspec-category > span {
    background-position:-14px -10px;
}

.body-glass > span {
    background-position:-14px -10px;
}
.brakes > span {
    background-position:-84px -10px;
}
.carpets-rugs > span {
    background-position:-152px -10px;
}
.carpets > span {
    background-position:-152px -10px;
}
.chassis-suspension > span {
    background-position:-221px -10px;
}
.communication > span {
    background-position:-289px -10px;
}
.driver-aids > span {
    background-position:-359px -10px;
}
.driver-convenience > span {
    background-position:-427px -10px;
}
.driver-information > span {
    background-position:-496px -10px;
}
.driving-mirrors > span {
    background-position:-566px -10px;
}
.embellishment-trims > span {
    background-position:-222px -272px;
}
.emissions > span {
    background-position:-14px -75px;
}
.engine > span {
    background-position:-84px -75px;
}
.entertainment > span {
    background-position:-152px -75px;
}
.exterior-body-features > span {
    background-position:-221px -75px;
}
.exterior-lights > span {
    background-position:-289px -75px;
}
.fuel-consumption > span {
    background-position:-359px -75px;
}
.general > span {
    background-position:-427px -75px;
}
.heating-cooling-ventilation > span {
    background-position:-499px -75px;
}
.hoods > span {
    background-position:-568px -75px;
}
.interior-features > span {
    background-position:-14px -137px;
}
.interior-lights > span {
    background-position:-84px -137px;
}
.on-the-road > span {
    background-position:-153px -137px;
}
.packs > span {
    background-position:-290px -137px;
}
.paintwork, .paint, .paint-metallic, .paint-solid > span {
    background-position:-360px -137px;
}
.performance > span {
    background-position:-567px -201px;
}
.safety > span {
    background-position:-428px -137px;
}
.seats > span {
    background-position:-498px -137px;
}
.security > span {
    background-position:-566px -137px;
}
.service-warranty > span {
    background-position:-14px -202px;
}
.capspec .technical {
    background-position:-17px -273px;
}
.transmission > span {
    background-position:-84px -202px;
}
.trim-cloth, .trim-leather, .trim-vinyl, .trim-part-leather  > span {
    background-position:-153px -202px;
}
.tyres  > span {
    background-position:-222px -202px;
}
.vanity-mirrors  > span {
    background-position:-290px -202px;
}
.vehile-dimensions > span {
    background-position:-360px -202px;
}
.weights > span {
    background-position:-429px -202px;
}
.wheels, .wheels-alloy, .wheels-spare > span {
    background-position:-222px -201px;
}
.others > span {
    background-position:-222px -137px;
}


.technical {
    background-image:none !important;
}



/*** Callback, testdrive and brochure form popups ***/
.callbackform, .testdriveform, .brochureform {
    position:fixed;
    top:40%;
    right:0;
    width:65px;
    text-align:right;
}
.callbackmodal {
    z-index:99999;
    width:415px;
    left:55%;
}
.callbackmodal input {
    width:352px;
    padding:8px;
}
.callbackmodal label {
    font-size:18px;
}
.callbackmodal #button-element {
    margin-left:0;
}
.callbackmodal #button-element .btn {
    padding: 8px 24px;
    width:100%;
}
.callbackformlink, .testdriveformlink, .brochureformlink {
    margin-bottom:3px;
}


/*** Cookie Policy ***/
.cookie-policy {
    position: fixed;
    bottom:0;
    left:0;
    width:240px;
    height:128px;
    z-index:9999999999999;
}
.cookie-text {
    background:url(/static/images/unity/default/cookie-popup.png) no-repeat top center;
    text-align:center;
    width:205px;
    height:82px;
    padding-top:23px;
    position: absolute;
    top:0;
    right:0;
    font-size:12px;
    line-height:16px;
}
.cookie-confirm-link {
    position: absolute;
    bottom: 0;
    left:0;
    cursor: pointer;
}
.read-policy {
    font-size:14px;
    position:fixed;
    height:600px;
    overflow-y:scroll;
    top:20%;
    left:0;
    margin:0 20%;
    width:60%;
    z-index:999999999;
    background:#eee;
    color:#333;
    padding:30px;
}
.cookie-head {
    font-size:24px;
}
.close-policy {
    position: absolute;
    top:10px;
    right:10px;
    cursor: pointer;
    color:#c60000;
    font-weight:bold;
    font-size:18px;
}
/*** codeweavers ***/

.HirePurchase {
    float:left;
    width:32%;
    margin-right:1%;
}
.Hire {
    float:left;
    width:32%;
    margin-right:1%;
}
.LeasePurchase {
    float:left;
    width:32%;
    margin-right:1%;
}
.Lease {
    float:left;
    width:32%;
    margin-right:1%;
}
.PCP{
    float:left;
    width:32%;
    margin-right:1%;
}
.ConditionalSale {
    float:left;
    width:32%;
    margin-right:1%;
}
div .tab table {
    width:100%;
}
#COGCodeWeaverApplyLink_V11_CodeweaverApply {
    background:#111;
    display:block;
    padding:7px 10px;
    color:#fff;
    text-align: center;
    border-radius:5px;
    margin:5px 0;
    font-size:14px;
    float:left;
    clear:both;
}
.greylink {
    width:100%;
    float:left;
}

@media (max-width:767px) {
    .HirePurchase {
        width:100%;
    }
    .LeasePurchase {
        width:100%;
    }
    .Hire {
        width:100%;
    }
    .Lease {
        width:100%;
    }
    .PCP {
        width:100%;
    }
    .ConditionalSale {
        width:100%;
    }
}

.value-container #fieldset-valuationFieldset {
    width: 100%;
    box-sizing: border-box;
}
.value-container #vehicleReg, .car-valuation input {
    box-sizing: border-box;
}
.value-container .car-valuation input {
    height:39px;
    width: 100%;
    max-width: 214px;
    box-sizing: border-box;
}
.car-valuation input {
    height:39px;
    width: 100%;
    max-width: 214px;
    box-sizing: border-box;
}
#vehicleReg {
    background-image:url(/static/images/unity/default/reg.jpg);
    height:49px;
    font-size:24px;
    font-weight:bold;
    padding-left:30px;
    width: 100%;
    max-width:214px;
    text-transform: uppercase;
}
.value-container .car-valuation legend{
    float: left;
}
.value-container .car-valuation label{
    font-size: 12px;
    width: 100%;
}
.value-container.car-valuation fieldset label{
    width:40%;
    float:left;
}
.value-container .car-valuation label.optional{
    width: 40%;
    display: none;
}
.value-container fieldset#fieldset-valuationFieldset > div{
    float: left;
    clear: both;
}
.value-container .car-valuation .valuation-button-submit {
    float: none;
    border:0;
    border-radius:4px;
    padding:10px;
    width:150px;
    text-transform: uppercase;
    font-size:18px;
}

@media (max-width: 980px){
    .value-container .car-valuation label {
        width: 100%;
    }
}
@media (max-width: 767px){
    .value-container fieldset#fieldset-valuationFieldset > div{
        width: 100%;
        box-sizing:border-box;
    }
    .value-container .car-valuation label {
        width: 50%;
    }
    .value-container .car-valuation .valuation-button-submit{
        margin-top: 10px;
        width: 100%;
    }
}
@media (max-width: 480px){
    .value-container #vehicleReg {
        max-width:259px;
    }
    .value-container .car-valuation input {
        max-width: 259px;
    }
}

.valuation-table {
    margin:20px 0;
}
.valuation-table li {
    width:23%;
    margin:0 1%;
    float:left;
    background:rgba(121, 121, 121, 0.2);
    text-align:center;
    font-size:18px;
    line-height:34px;
    list-style: none;
    padding:20px 0;
}
.valuation-table li .value {
    font-size:34px;
    display: block;
    clear:both;
    font-weight:bold;
}


#form-mileagemin, #form-mileagemax, #form-keyword {
    display: none;
}


/* Codeweavers slider CSS */

#finance-container {
    width: 100%;
    overflow: hidden;
}

.slider-vehicle {
    width: 30%;
    float: left;
}

.slider-vehicle-left, .slider-vehicle-right  {
    width: 49%;
    float: left;
}

.finance-box-left, .finance-box-right {
    font-size: larger;
    color: #fff;
    cursor: pointer;
}

/* New Cars Index */

.vehicle-newcars {
    padding:2%;
    width:28%;
    margin-bottom:15px;
    float:left;
    margin-right:2%;
    text-align: center;
}
.vehicle-newcars:nth-child(3n+3) {
    margin-right:0;
}
.vehicle-newcars .newcars-model-title {
    text-align: center;
    color:#aaa;
    font-size:18px;
    margin-bottom:15px;
    min-height:42px;
}
.vehicle-newcars .car-info .price {
    font-size:18px;
    color:#32434F;
    font-weight:bold;
}
.vehicle-newcars .car-info .price-small {
    font-size:12px;
}
.vehicle-newcars .btn-primary {
    width:96%;
    padding:2%;
    margin-top:10px;
}
@media (min-width:1200px) {
    .vehicle-newcars .newcarsimage {

    }
    .vehicle-newcars .images {
        height:150px;
    }
}
@media (max-width:1200px) {
    .vehicle-newcars .newcarsimage {
        height:auto;
    }
    .vehicle-newcars {
        min-height:300px;
    }
}
@media (min-width:979px) {
    .vehicle-newcars .images {
        height:140px;
    }
}
@media (max-width:979px) {
    .vehicle-newcars {
        min-height:265px;
    }
}

@media (max-width:860px) {
    .vehicle-newcars {
        min-height:315px;
    }
}

@media (max-width:767px) {
    .vehicle-newcars {
        width:45%;
    }
    .vehicle-newcars:nth-child(3n+3) {
        margin-right:2%;
    }
    .vehicle-newcars:nth-child(2n+2) {
        margin-right:0%;
    }
    .vehicle-newcars {
        min-height:auto;
    }
}
@media (max-width:480px) {
    .vehicle-newcars {
        width:98%;
        margin-right:0;
    }
}

/* New Cars Model Series */

.vehicle-newcars-listing {
    padding:1%;
    width:97%;
    margin-bottom:15px;
    float:left;
    position:relative;
}
.vehicle-newcars-listing-img {
    margin: 0 auto;
    text-align: center;
}
.vehicle-newcars-listing-img img {
    float:none;
    text-align: center;
}
.vehicle-newcars-listing .new-car-spec-listing ul {
    margin:0;
}
.vehicle-newcars-listing .new-car-spec-listing ul li {
    list-style:none;
    padding:1px 10px;
    margin-top:3px;
    font-size:12px;
    background:url("/static/images/unity/seacroftford-responsive/opacity.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.vehicle-newcars-listing .new-car-spec-listing ul li:nth-child(2n+2) {
    background:#fff;
}
.vehicle-newcars-listing .newcars-pricelist {
    font-size:11px;
    line-height:14px;
    color:#666;
    margin-top:8px;
}
.vehicle-newcars-listing .newcars-pricelist-saving {
    font-size:20px;
    color:#425968;
    font-weight:bold;
    line-height:28px;
}
.vehicle-newcars-listing .newcars-pricelist-dealer-price {
    color:#425968;
    font-size:18px;
    margin:8px 0;
}
.vehicle-newcars-listing .newcars-pricelist-month {
    color:#32434F;
    font-size:18px;
    margin:8px 0;
    font-weight:bold;
}
.cardetails-button {
    margin: 10px auto;
    text-align: center;
}
@media (max-width:767px) {
    .vehicle-newcars-listing {
        text-align: center;
    }
}

/* New Car details */

.new-car-details {
    margin-bottom:15px;
}
.new-car-details .new-car-model {
    margin-bottom:20px;
}
.new-car-spec ul {
    margin-left:0;
}
.new-car-spec ul li {
    list-style:none;
    background:#F3F6F6;
    padding:1%;
    margin-bottom:3px;
}
.new-car-spec ul li:nth-child(2n+2) {
    background:#E3E9EA;
}
.mb-now-price {
    color:#425968;
    font-size:22px;
    line-height:22px;
    margin:8px 0;
    font-weight:bold;
}
.mb-monthly-price {
    color:#32434F;
    font-size:34px;
    line-height:36px;
    margin:8px 0;
    font-weight:bold;
}
.mb-list-allowance {
    font-size:11px;
    line-height:14px;
    color:#0E376F;
    margin-top:8px;
}
.mb-saving {
    font-size:48px;
    color:#32434F;
    line-height:52px;
    font-weight:bold;
}
.mb-new-car-finance tr td .question {
    background:#fff;
    padding:1px 8px;
    border-radius:20px;
    font-weight:bold;
    border:1px solid #CDD8DA;
}
.mb-new-car-finance tr td a {
    color:#575757;
}
.mb-new-car-finance tr td a:hover {
    text-decoration: none;
}
.new-car-details .nav-tabs {
    margin-bottom:0;
}

@media (max-width:480px) {
    .new-car-tabs .nav-tabs > li {
        width:100%;
        margin-bottom:2px;
    }
    .new-car-tabs .nav-tabs > li > a {
        border-radius:0;
    }
    .new-car-tabs .tech-row {
        width:100%;
        box-sizing:border-box;
        margin:2px 0;
    }
}

.terms-and-conds {
    color:#415866;
    text-align: center;
    width:100%;
    display:block;
    margin-top:10px;
}
.new-car-details .tab-content {
    background: #eee;
    padding:1%;
    width:98%;
    border:0;
}
.new-car-details .nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    background: #CDD8DA;
    border-radius:5px 5px 0 0;
    border:0;
    color:#32434F;
}
.new-car-details .nav-tabs > li > a {
    background: #32434F;
    border-radius:5px 5px 0 0;
    border:0;
    color:#fff;
    font-size:18px;
    padding:10px;
}
.new-car-details .nav-tabs > li {
    margin-bottom:-1px;
}
.new-car-details tr:nth-child(2n+2) {
    background:url("/static/images/unity/seacroftford-responsive/opacity.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.newcars-link img  {
    float:none;
    margin: 0 auto;
    text-align: center;
    display:block;
}
.new-car-details .tab-content fieldset {
    background:0;
    border-color:#015896;
}
.new-car-details .tab-content label {
    width:40%;
    float:left;
}
.new-car-details .tab-content legend {
    color:#fff;
    border:0;
}
.new-car-details .contact {
    text-align: center;
    font-size:20px;
    color:#32434F;
    border:2px solid #32434F;
    padding:1%;
    width:98%;
    border-radius:5px;
    line-height:26px;
}
.new-car-details #submit {
    padding:5px;
    width:200px;
    border:0;
    color:#fff;
    float:right;
    border-radius:5px;
    background:#FF7808;
    font-size:18px;
}
@media (max-width:767px) {
    .mb-now-price, .mb-monthly-price, .mb-list-allowance, .mb-saving {
        text-align: center;
    }
}
.newcars-finance-slider {
    width:50%;
}
#slider-options-finance {
    width:100%;
}
.ui-slider .ui-slider-handle {
    background:url(/static/images/unity/seacroftford/arrows.png) #425968 !important;
    border-color:#425968 !important;
}
@media (max-width:480px) {
    .valuation-table li {
        width:100%;
        margin-bottom:10px;
    }
    .new-car-details .nav-tabs > li {
        width:100%;
        margin-bottom:2px;
    }
    .new-car-details .nav-tabs > li > a {
        border-radius:0;
    }
}

/*** Document Pack ***/
a.document-pack {
    display:block;
    float:left;
}
a.document-pack span {
    clear:both;
    display:block;
    width:100%;
    padding:5px 0;
    text-align:center;
    background:#00607F;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color:#fff;
}


dd#valuationbuttonsubmit-element {
    float:right;

}

button#button-reset {
    margin-top:-40px;
}

.footer-link span {
    display: block;
    background:rgba(0,0,0,0.2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px !important;
    -webkit-box-shadow: #666 0px;
    -moz-box-shadow: #666 0px;
    box-shadow: 0px 0px #666;
    padding:5px 7px;
    color:#fff;
    float:left;
}
.footer-link img {
    float:none !important;
}


/*** SSANGYONG glyphicons ***/
.spec-pricing [class^="icon-"], .spec-pricing [class*=" icon-"] {
    background-image: url("/static/images/unity/ssangyong/glyphicons-halflings-green.png");
}

.icon-plus {
    background-position: -408px -96px;
}

.icon-ok {
    background-position: -288px 0;
}

.icon-t {
    background-position: -336px 0;
}

.icon-remove {
    background-position: -311px 0;
}

/*** SSANGYONG New Car Details ***/
.new-details-tabs {
    color:#2a2a2a;
    margin:0;
    width:100%;
    display:block;
    float:left;
    border-bottom: 5px solid #2a2a2a;
}
.new-details-tabs li {
    list-style: none;
    margin:0 1% 0 0;
    box-sizing:border-box;
    border-radius:0;
    float:left;
    display:inline-block;
    width:19%;

}
.new-details-tabs li a {
    padding:15px 30px;
    display:block;
    background:#d4d4d4;
    color:#2a2a2a;
    font-size:24px;
    font-weight:bold;
}
.new-details-tabs li a:hover, .new-details-tabs li.active a {
    text-decoration: none;
    background:#2a2a2a;
    color:#fff;
}
.new-details-tab-content {
    clear:both;
    width:100%;
}
.new-details-tab-content .tab-pane {
    padding:20px;
}
.new-details-tab-content .specification {
    margin:0 0 15px 0;
}
.new-details-tab-content .specification li {
    background:#eee;
    margin-bottom:2px;
    list-style:none;
    padding:2px 8px;
}
.new-details-tab-content .specification li.spec-title {
    background:#2A2A2A;
    color:#fff;
}
.new-details-tab-content .specification li:hover {
    background:#ddd;
}
.new-details-tab-content .specification li.spec-title:hover {
    background:#2A2A2A;
}
.spec-pricing {
    width:100%;
    font-size:13px;
}
.spec-pricing tr {
    background:#eee;
}
.spec-pricing tr:nth-child(even) {
    background:#fff;
}
.spec-pricing td, .spec-pricing th {
    border:1px solid #fff;
    width:6%;
    text-align:center;
    padding:8px 8px;
}
.spec-pricing th {
}
.spec-pricing td.table-head {
    width:13%;
    font-weight:bold;
    text-align:left;
}

.spec-pricing .otr {
    font-weight:bold;
}
.spec-pricing tr:hover {
    background:#ddd;
}
.technical-table td {
    padding:4px 8px;
    font-size:13px;
    border:1px solid #ccc !important;
    text-align:center;
    background: #fff;
}

.technical-table td.left {
    text-align: left;
}
.technical-table td.grey {
    background:#eee;
}

.new-details-tabs.korando li {
    width:12%;
    margin: 0 0.5% 0 0;
}
.new-details-tabs.korando li a {
    font-size:16px;
    padding:10px 10px;
}
.new-details-tab-content.korando .spec-pricing th:nth-child(1) {
    width:10%;
}
.new-details-tab-content.korando .spec-pricing th {
    width:5%;
}
.new-details-tab-content.korando .spec-pricing td:nth-child(1) {
    font-weight:bold;
    text-align:left;
}

.new-details-tab-content.korando #technical .spec-pricing th:nth-child(1) {
    width:9%;
}
.new-details-tab-content.korando #technical .spec-pricing th {
    width:5%;
}

.new-details-tab-content.korando #accessories .spec-pricing th:nth-child(1) {
    width:30%;
}
.new-details-tab-content.korando #accessories .spec-pricing th {
    width:25%;
}

.specification {
    margin:0 0 15px 0;
}
.specification li {
    background:#eee;
    margin-bottom:2px;
    list-style:none;
    padding:2px 8px;
}
.specification li.spec-title {
    background:#2A2A2A;
    color:#fff;
}
.specification li:hover {
    background:#ddd;
}
.specification li.spec-title:hover {
    background:#2A2A2A;
}

/* Motorcraft Servicing */

.motorcraft-tabs .tab-content {
    background:#eee;
    padding:20px;
    box-sizing:border-box;
    width:100%;
}
.motorcraft-tabs .nav {
    margin:0;
    border:0;
}
.motorcraft-tabs .nav-tabs > li > a {
    border:0;
    background:#111;
    color:#ccc;
    border-radius:4px 4px 0 0;
    font-size:15px;
    padding:10px;
    text-align: center;
}
.motorcraft-tabs.new .nav-tabs > li:nth-child(6) a {
    margin-right:0;
}
.motorcraft-tabs.new .nav-tabs > li {
    width:16.66%;
}
.motorcraft-tabs .nav-tabs > .active > a, .motorcraft-tabs .nav-tabs > .active > a:hover, .motorcraft-tabs .nav-tabs > .active > a:focus {
    background:#455968;
    color:#fff;
}
.motorcraft-tabs .CusTab tr td {
    text-align: center;
    border:1px solid #fff;
    padding:4px;
}
.motorcraft-tabs .CusTab tr:nth-child(odd) {
    background:#fff;
}
.motorcraft-tabs .CusTab tr:nth-child(even) {
    background:#eee;
}
.motorcraft-tabs .CusTab .CusTab-header {
    background:#455968 !important;
    text-align: center;
    border:1px solid #fff;
    padding:4px;
    color:#fff;
    font-weight:bold;
}
@media (max-width:979px) {
    .motorcraft-tabs .nav-tabs > li > a {
        min-height:40px;
    }
}
@media (max-width:540px) {
    .motorcraft-tabs .nav-tabs > li > a {
        min-height:20px;
    }
    .motorcraft-tabs.new .nav-tabs > li {
        width:100%;
    }
}
.motorcraft-booking {
    width:100%;
    padding:10px 0;
    text-align: center;
    font-size:24px;
    line-height:28px;
    margin-bottom:10px;
}
.service-content{
    width:100%;
    background:#eee;
    float:none;
    padding:20px;
    box-sizing:border-box;
    margin-bottom:20px;
}
.best-service{
    float:right;
}
.service-price{
    font-size:42px;
}
.major{
    font-size:26px;
}
.ford-service-link {
    background:#455968;
    float:left;
    width:100%;
    color:#fff;
}
.ford-service-link h4 {
    padding:10px;
    box-sizing:border-box;
    margin:0;
}
.ford-service-link:hover, .ford-service-link:focus {
    color:#fff;
    text-decoration: none;
    opacity:0.8;
}
@media (max-width:767px) {
    .motorcraft-tabs .nav-tabs > li {
        width:100%;
        text-align: center;
        margin-bottom:2px;
    }
    .motorcraft-tabs .nav-tabs > li > a {
        border-radius:0;
    }
    .service-spacer{
        margin-bottom:20px;
    }
}

@media (max-width:480px) {
    .motorcraft-tabs .CusTab tr td {
        padding:2px;
        font-size:12px;
    }
}

/* Vacancy default stylings - table listing */
.vacancy-table{
    width:100%;

}
.vacancy-table tr td {
    border:1px solid #ccc;
    padding:5px;
}
.vacancy-table tr th {
    border:1px solid #0177A5;
    padding:5px;
    color:#fff;
    background:#1D5379;
    font-family: 'Lato',sans-serif;
    text-transform: uppercase;
    font-weight:200;
    font-size:18px;
}
.vacancy-info{
    display: inline-block;
    background-color: #ccc;
    border-radius: 3px;
    padding: 8px;
}
/* vacancy page */
.vacancy-image{
    display: inline-block;
    float: right;
}

/* Vacancy image block listing */
div.vacancy-listing{
    border: 1px solid #ccc;
    box-shadow: 0 0 5px #ccc;
    background-color: #ffffff;
    padding: 8px;
    margin: 8px;
}
p.vacancy-listing-image{
    float: left;
    margin-right:8px;
}
p.vacancy-listing-content{
    float: left;
}
/* ****** Ssangyong Motability CSS ************** */

.motab-box {
    text-align: center;
    background:#cecece;
    padding:15px;
    box-sizing:border-box;
    margin-bottom:15px;
}
.motab-box h4 {
    font-size:24px;
    line-height:28px;
    min-height:58px;
    overflow:hidden;
}
.motab-box span {
    font-size:18px;
    font-weight:bold;
}

.motab-prices {
    margin:30px 0;
    float:left;
    clear:both;
}
.motab-car {
    width:22%;
    float:left;
    margin:0 1.5%;
    border-bottom:3px solid #eee;
    background:#fff;
    padding:10px;
    box-sizing:border-box;

}
.motab-car h3 {
    font-size:24px;
}
.motab-car h3 span {
    font-size:16px;

}

@media(max-width:878px){
    .motab-car {
        width: 47%;
    }
}
@media(max-width:767px) {
    .motab-car:nth-child(2n+1) {
        clear:both;
    }
}


/* ************** Ford Finance Quote CSS ************** */

.finance-quote-table {
    text-align: center;
    background: #ECECEC;
    padding: 20px;
    margin-bottom: 10px
}

.finance-quote-table span {
    display: block;
    font-weight: bold;
    font-size: 15px;
}

.finance-quote-table h4 {
    font-weight: bold;
}

.finance-quote-table h4 span {
    display: inline;
    font-weight: normal;
}

.finance-quote-table p {
    background: white;
    padding: 5px;
    color: #484848;
    font-size: 12px;
    min-height: 59px;
}

.finance-term p {
    min-height: 51px;
    padding-top: 14px;
}

.finance-quote-table2 {
    text-align: center;
    background: white;
    padding: 20px;
    margin-bottom: 10px
}

.finance-quote-table2 span {
    display: block;
    font-weight: bold;
    font-size: 15px;
}

.finance-quote-table2 h4 {
    font-weight: bold;
    font-size: 20px;
}

.finance-quote-table2 h4 span {
    display: inline;
    font-weight: normal;
}

.finance-quote-table2 p {
    background: #ECECEC;
    padding: 16px 5px 5px;
    color: #484848;
    font-size: 12px;
    min-height: 50px;
}

.finance-term p {
    min-height: 51px;
    padding-top: 14px;
}

.finance-quote-table2 h4 {
    font-size: 20px;
}

.excess-mileage p {
    padding-top: 5px;
    min-height: 61px;
}

/* ************** MOT Booking Form *******************/

.mot-banner-wrapper {
    position: relative;
    margin-bottom:30px;
}
.mot-banner-text {
    position: absolute;
    top:40px;
    right:25px;
    color:#fff;
    text-align: center;
    width:29%;
}
.mot-banner-text .mot-text span {
    font-size:100px;
    line-height:100px;
}
.mot-banner-text .mot-text {
    font-size:18px;
    line-height:24px;
}
.mot-banner-text .mot-price {
    font-size:48px;
    line-height:58px;
    font-weight:bold;
}
.mot-info-column .box {
    background:#eee;
    padding:20px;
    box-sizing:border-box;
    margin-bottom:10px;
}
#introPage .button-next {
    background:#3AB54B;
    border:0;
    color:#fff;
    border-radius:4px;
    padding:10px;
    width:80%;
    box-sizing:border-box;
    font-size:30px;
    line-height:36px;
    font-weight:bold;
    font-style: normal;
    margin-top:20px;
}
#returnToMot {
    background:#3AB54B;
    border:0;
    color:#fff;
    border-radius:4px;
    padding:10px;
    width:80%;
    box-sizing:border-box;
    font-size:30px;
    line-height:36px;
    font-weight:bold;
    font-style: normal;
    margin-top:30px;
}
.mot-usp {
    margin-left:0;
}
.mot-usp li {
    list-style: none;
    width:49%;
    padding:15px 15px 15px 90px;
    background:url(/static/images/mot-page/tick.png) center left no-repeat #eee;
    margin-bottom:15px;
    font-size:18px;
    line-height:24px;
    font-weight:bold;
    float:left;
    box-sizing:border-box;
    margin-right:2%;
    background-position: 20px;
}
.mot-usp li:nth-child(even) {
    margin-right:0;
}
.mot-top-title {
    text-align: center;
    background:#E2E2E2;
    padding:15px;
    width:100%;
    margin-bottom:0;
    box-sizing:border-box;
}
.mot-top-title h1 {
    color:#333;
    margin:0;
    text-transform:none;
    font-size:28px;
    line-height:30px;
    font-weight:bold;
}
.small-mot-banner {
    text-align: center;
    padding:20px 10px;
    box-sizing:border-box;
    background:#333862;
    color:#fff;
    font-size:34px;
    line-height:34px;
    margin-bottom:20px;
    border-bottom:4px solid #686868;
}

.small-mot-banner span {
    font-weight:bold;
}


/* MOT Registration Look Up */

#mot-page-wrap {
    background:url(/static/images/mot-page/mot-back.jpg) top right no-repeat #eee;
    padding:35px 40px 40px 40px;
    box-sizing:border-box;
    float:left;
    width:100%;
    margin-bottom:20px;
}
#mot-page-wrap h2 {
    text-align: center;
    font-size:42px;
    line-height:48px;
    font-weight:bold;
    margin-top:0;
    color:#111;
}
.mot-usp-box {
    padding:20px;
    box-sizing:border-box;
    background:#E2E2E2;
    float:left;
    width:100%;
    text-align: center;
    font-size:18px;
    line-height:24px;
}
.mot-usp-box p {
    font-size:18px;
    text-align:left;
    color:#333862;
}
.mot-usp-box .inner {
    border:5px solid #eee;
    padding:15px;
    box-sizing:border-box;
}
.mot-usp-box h4 {
    font-size:32px;
    line-height:36px;
    color:#111;
    text-align:left;
}
.mot-usp-box h4 span {
    color:#3AB54B;
}
#vehicleRegistration .hint, #vehicleRegistration label {
    display:none;
}
#vehicleRegistration div > div, #vehicleRegistration #next-element {
    float:left;
    width:32%;
    margin-right:2%;
}
#vehicleregistration {
    background:url(/static/images/mot-page/mot-reg-plate.png) center left no-repeat;
    width:100%;
    height:65px;
    border:0;
    box-sizing:border-box;
    padding-left:48px;
    color:#000;
    font-size:36px;
    text-transform: uppercase;
    line-height:42px;
    font-family:"Charles Wright",Tahoma,Arial,Helvetica,sans-serif;
    font-weight:bold;
    text-align: center;
}
#vehicleRegistration #next-element #next, #yourDetails3 #btnPostCodeLookup, #confirmDetails #btnPostCodeLookup {
    background:url(/static/images/mot-page/reg-search.png) center right 20px no-repeat #3AB54B;
    font-size:30px;
    line-height:36px;
    font-weight:bold;
    width:100%;
    border:0;
    height:65px;
    box-sizing:border-box;
    color:#fff;
    border-radius:4px;
}
#vehicleRegistration input::-webkit-input-placeholder {
    color: #111 !important;
}
#mot-page-wrap fieldset > div {
    background:none;
    box-shadow: 0 0 0;
}


/* Confirm Vehicle */

#confirmVehicle #goto, #confirmVehicle #next {
    font-size:34px;
    line-height:48px;
    font-weight:bold;
    width:30%;
    margin-left:10%;
    border:0;
    height:80px;
    box-sizing:border-box;
    color:#fff;
    border-radius:4px;
    margin-top:5px;
}
#goto-label {
    display:none;
}
#confirmVehicle #goto {
    background:url(/static/images/mot-page/yes.png) center right 32% no-repeat #3AB54B;
    float:right;
    clear:both;
    margin-left:0;
    margin-right:10%;
}
#confirmVehicle #next {
    background:url(/static/images/mot-page/no.png) center left 35% no-repeat #6B6B6B;
    float:left;
}


/* Edit Vehicle */

#editVehicle div > div {
    width:23.5%;
    float:left;
    margin-right:2%;
    margin-top:15px;
}
#editVehicle div > div:nth-child(4n+4) {
    margin-right:0;
}
#editVehicle label {
    display:none;
}


/* Preferred Date */

#motDate label, #serviceDate label  {
    width:120px;
    float:left;
    font-size:24px;
}
#motDate .amlabel input, #motDate .pmlabel input, #serviceDate .amlabel input, #serviceDate .pmlabel input, #confirmDetails .amlabel input, #confirmDetails .pmlabel input  {
    display:none;
}
#motDate .amlabel span, #motDate .pmlabel span, #confirmDetails .amlabel span, #confirmDetails .pmlabel span, #serviceDate .amlabel span, #serviceDate .pmlabel span {
    width: 45px;
    height: 45px;
    display: block;
    background: #fff;
    float:left;
    border-radius:4px;
    border:1px solid #ccc;
}
#motDate .amlabel input:checked + span, #motDate .pmlabel input:checked + span, #serviceDate .amlabel input:checked + span, #serviceDate .pmlabel input:checked + span, #confirmDetails .amlabel input:checked + span, #confirmDetails .pmlabel input:checked + span {
    background: url(/static/images/mot-page/tick.png) center 8px no-repeat #fff;
}


/* Your Details */

#yourDetails1 label, #yourDetails2 label, #yourDetails3 label, #confirmDetails label {
    display:none;
}
#yourDetails1 .form div, #yourDetails2 .form div, .datePicker, #confirmDetails .form div {
    width:32%;
    float:left;
    margin-right:2%;
}
#confirmDetails .form div:nth-of-type(3n) {
    margin-right:0;

}
#motDate .datePicker {
    margin-right:10%;
}
#yourDetails3 div > div {
    width:100%;
    float:left;
}
#yourDetails1 div:nth-child(3n+3), #motDate .form div:nth-child(3n+3), #serviceDate .form div:nth-child(3n+3)  {
    margin-right:0;
}
#yourDetails1 #title, #confirmDetails #title {
    background:url(/static/images/mot-page/title.jpg) center left no-repeat #fff;
}
#yourDetails1 #name, #yourDetails1 #lastName, #confirmDetails #name, #confirmDetails #lastName{
    background:url(/static/images/mot-page/title.jpg) center left no-repeat #fff;
}
#yourDetails1 #telephone,  #confirmDetails #telephone {
    background:url(/static/images/mot-page/tel.jpg) center left no-repeat #fff;
}
#yourDetails1 #email, #confirmDetails #email  {
    background:url(/static/images/mot-page/email.jpg) center left no-repeat #fff;
}

#yourDetails3 #postcode, #confirmDetails #postcode  {
    background:url(/static/images/mot-page/postcode.jpg) center left no-repeat #fff;
}
#motDate #datepicker, #serviceDate #datepicker, #confirmDetails #datepicker {
    background:url(/static/images/mot-page/date.jpg) center left no-repeat #fff;
}
#yourDetails3 .addressDetails input, #confirmDetails .addressDetails input {
    background:url(/static/images/mot-page/house-numb.jpg) center left no-repeat #fff;
}
#editVehicle #makeId, #editVehicle #modelId, #editVehicle #variant, #confirmDetails #makeId, #confirmDetails #modelId, #confirmDetails #variant {
    background:url(/static/images/mot-page/car.jpg) center left no-repeat #fff;
}
#yourDetails1 #title, #confirmDetails #title, #yourDetails1 #name, #yourDetails1 #email, #yourDetails1 #telephone, #confirmDetails #name, #confirmDetails #lastName, #yourDetails2 #telephone, #confirmDetails #telephone,  #yourDetails2 #email, #confirmDetails #email, #motDate #datepicker, #serviceDate #datepicker, #yourDetails3 .addressDetails input, .car-inputs-hide select, #editVehicle #variant, #confirmDetails #postcode, #confirmDetails .addressDetails input, #confirmDetails #variant, #confirmDetails #datepicker {
    border:0;
    height:64px;
    width:100%;
    box-sizing:border-box;
    padding-left:60px;
    font-size:16px;
}
#serviceDate #datepicker, #motDate #datepicker, #confirmDetails #datepicker {
    font-size:18px;
}
#yourDetails3 #postcode {
    width:32%;
    float:left;
    margin-right:2%;
    border:0;
    height:64px;
    box-sizing:border-box;
    padding-left:60px;
    font-size:16px;
}
#yourDetails3 #btnPostCodeLookup {
    background:url(/static/images/mot-page/reg-search.png) center right 20px no-repeat #3AB54B;
    font-size:30px;
    line-height:36px;
    font-weight:bold;
    width:32%;
    border:0;
    height:64px;
    box-sizing:border-box;
    color:#fff;
    border-radius:4px;
    text-transform: none;
}
#yourDetails3 .errors {
    clear:both;
    float:left;
}
#yourDetails3 .addressDetails, #confirmDetails .addressDetails {
    width:23.5% !important;
    float:left;
    margin-right:2% !important;
    margin-top:15px;
}
#yourDetails3 .addressDetails:nth-child(6n+6), #confirmDetails .addressDetails:nth-child(4n+6) {
    margin-right:0 !important;
}


/* Confirm Details */
#confirmDetails #fieldset-addressFieldset {
    border-bottom:1px solid #ccc;
    border-top:1px solid #ccc;
    margin:50px 0 20px;
    padding:50px 0 40px;
    clear:both;
    float:left;
}
#confirmDetails #fieldset-addressFieldset div {
    width:100%;
    margin-top:10px;
    padding:0;
}


#confirmDetails #fieldset-addressFieldset #postcode, #confirmDetails #fieldset-addressFieldset button {
    width:32%;
    margin-right:2%;
    float:left;
    text-transform: none;
}
#confirmDetails .vehicle-reg-details, #confirmDetails .car-inputs-hide {
    margin-top:60px;
}
#confirmDetails .car-inputs-hide:nth-child(2n+3) {
    margin-right:0;
}
#confirmDetails .amorpm {
    width:14% !important;
}
#confirmDetails .amorpm label {
    display:block;
    font-size:24px;
}
#confirmDetails .addressDetails {
    margin-top:0 !important;
}

/* Next and Previous */

#serviceType .button-submit, #motDate .button-submit, #serviceDate .button-submit, #yourDetails1 .button-submit, #yourDetails2 .button-submit, #yourDetails3 .button-submit, #editVehicle .button-submit, #serviceCentre .button-submit, #previewDetails .button-submit, #confirmDetails .button-submit,  #returnToMot{
    font-size:24px;
    line-height:28px;
    font-weight:bold;
    width:220px;
    border:0;
    height:65px;
    box-sizing:border-box;
    color:#fff;
    border-radius:4px;
    margin-top:15px;
}
#serviceType #next-element #next, #motDate #next-element #next, #serviceDate #next-element #next, #yourDetails1 #next-element #next, #yourDetails2 #next-element #next, #yourDetails3 #next-element #next, #editVehicle #next-element #next, #serviceCentre #next-element #next, #previewDetails #complete-element input, #confirmDetails #complete-element .button-submit{
    background:url(/static/images/mot-page/mot-next.png) center right 40px no-repeat #3AB54B;
    float:right;
}
#serviceType #previous-element #previous, #motDate #previous-element #previous, #serviceDate #previous-element #previous, #yourDetails1 #previous-element #previous, #yourDetails2 #previous-element #previous, #yourDetails3 #previous-element #previous, #editVehicle #previous-element #previous, #serviceCentre #previous-element #previous, #confirmDetails #previous-element .button-submit {
    background:url(/static/images/mot-page/mot-prev.png) center left 40px no-repeat #6B6B6B;
    float:left;
}


/* MOT Location map */

#mot-map-wrap {
    padding:40px;
    background:#eee;
    box-sizing:border-box;
    margin-bottom:20px;
    float:left;
    width:100%;
}
#mot-map-wrap h2 {
    color:#111;
    font-weight:bold;
    font-size:24px;
    line-height:28px;
}
.location-select{
    min-height: 100px;
    display: inline-block;

}
.location-select.primaryControl {
    border-radius: 0;
    width: 100%;
    margin:20px 0;
    font-size:24px;
    line-height:28px;
    font-weight:bold;
    border:0;
    box-shadow:none;
    background:#333;
    color:#fff;
    text-shadow:none;
}
div.serviceCentreContainer .secondaryControls .btn {
    margin-right:2%;
    width:32%;
    margin-bottom:20px;
    box-sizing:border-box;
    border-radius:0;
    border:0;
    box-shadow:none;
    background:#333;
    font-size:24px;
    color:#fff;
    text-shadow:none;
    line-height:28px;
}
div.serviceCentreContainer .secondaryControls .location-select:nth-child(3n+3) {
    margin-right:0;
}
div.serviceCentreContainer .secondaryControls .btn:hover, .location-select.primaryControl:hover, .location-select.active {
    background: #3AB54B !important;
    color:#fff !important;
    text-shadow: none;
    transition:.4s;
}
#serviceCentre dd {
    margin-left:0;
}

/* Other MOT Styles */

#previewDetails #next-element input {
    background:#6B6B6B;;
    float:left;
}
#motDate #next-element #next, #serviceDate #next-element #next, #yourDetails2 #next-element #next {
    clear:both;
}
#mot-page-wrap dd, #next-element  {
    margin-left:0;
}
.mot-booking-details p {
    font-size:18px;
    line-height:24px;
    border-radius:4px;
    margin-left:1%;
    margin-top:15px;
    box-sizing:border-box;
}

#next-label, #fromStage-label, #clear-label, #confirmDetails #complete-label,  #mot-page-wrap #previous-label {
    display:none;
}
#clear-element {
    clear:both;
    margin-top:20px;
    float:left;
}
#mot-page-wrap .hint {
    display: none;
}
#mot-page-wrap .formMessage, #mot-page-wrap .displayhint {
    background: #6b6b6b;
    color: #fff !important;
    padding: 10px;
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    border-radius: 4px;
    clear:both;
    box-sizing:border-box;
    width:100%;
    float:left;
}
#yourDetails3 fieldset, #confirmDetails fieldset {
    background:none;
    padding:0;
    width:100%;
}
#yourDetails3 legend, #confirmDetails legend, #mot-map-wrap #previous-label, #previewDetails #complete-label {
    display:none;
}
.mot-thankyou {
    text-align: center;
    font-size:24px;
    line-height:28px;
    width:100%;
}
.mot-thankyou p {
    font-size:20px;
    line-height: 30px;
}
#mot-page-wrap #clear-element, #mot-map-wrap #clear-element {
    display:none;
}
#mot-page-wrap ul#postcodeAddressSelection li {
    font-size:14px;
}
#mot-page-wrap.mot-thankyou h2 {
    line-height: 40px;
}
#mot-page-wrap.mot-thankyou h2:nth-child(1) {
    color:#3AB54B;
}
.mot-thankyou p.mot-you-will {
    font-size:30px;
    color:#3AB54B;
    line-height:30px;
    font-weight:bold;
}
#also-book-service-box {
    background:#fff;
    padding:15px;
    box-sizing:border-box;
    border-radius:4px;
    float:left;
    width:100%;
}
#also-book-service-box label {
    font-size:24px;
    line-height:28px;
    margin-left:50px;
    margin-bottom:-34px;
}
#also-book-service-box input {
    float:left;
    width: 35px;
    height: 35px;
    display: block;
    background: #fff;
    float: left;
    border-radius: 4px;
    border: 1px solid #ccc;
}

@media (max-width:880px) {
    #also-book-service-box label {
        font-size:16px;
        line-height:30px;
    }
}

@media (max-width:580px) {
    #also-book-service-box label {
        margin-bottom:-45px;
    }
    #also-book-service-box label {
        line-height:22px;
    }
}

@media (max-width:380px) {
    #also-book-service-box label {
        font-size:13px;
        line-height:20px;
    }
}

/* MOT Hover */

#vehicleRegistration #next-element #next:hover, #introPage #next:hover, #motDate #next-element #next:hover, #serviceDate #next-element #next:hover, #yourDetails1 #next-element #next:hover, #yourDetails2 #next-element #next:hover, #yourDetails3 #next-element #next:hover, #confirmVehicle #goto:hover, #yourDetails3 #btnPostCodeLookup:hover, #editVehicle #next-element #next:hover, #serviceCentre #next-element #next:hover, #previewDetails #complete-element input:hover, #confirmDetails #complete-element .button-submit:hover, #returnToMot {
    background-color:#3cc74f;
    transition:.4s;
}
#motDate #previous-element #previous:hover, #yourDetails1 #previous-element #previous:hover, #yourDetails2 #previous-element #previous:hover, #yourDetails2 #previous-element #previous:hover, #yourDetails3 #previous-element #previous:hover, #confirmVehicle #next:hover, #editVehicle #previous-element #previous:hover, #serviceCentre #previous-element #previous:hover, #previewDetails #next-element input:hover, #confirmDetails #previous-element .button-submit:hover, #returnToMot  {
    background-color:#333862;
    transition:.4s;
}


/* MOT Media Queries */

@media (max-width:1130px) {
    .mot-banner-text {
        top:20px;
    }
    .mot-banner-text .mot-text span {
        font-size:80px;
        line-height:80px;
    }
    .mot-usp li {
        font-size:16px;
    }
}

@media (max-width:1050px) {
    #vehicleRegistration #next-element #next, #yourDetails3 #btnPostCodeLookup, #confirmDetails #btnPostCodeLookup, #vehicleregistration, #confirmDetails #fieldset-addressFieldset button {
        font-size:24px;
        line-height:28px;
    }
}

@media (max-width:979px) {
    .mot-banner-text .mot-text span {
        font-size:60px;
        line-height:60px;
    }
    .mot-banner-text .mot-price {
        font-size:36px;
        line-height:42px;
    }
    .mot-usp li {
        font-size:15px;
        background-size:45px;
        line-height:22px;
        padding-left:80px;
    }
    .mot-banner-text {
        right:14px;
    }
    #vehicleRegistration div > div, #vehicleRegistration #next-element, #yourDetails3 #btnPostCodeLookup, #editVehicle div > div, #yourDetails3 #postcode, #yourDetails3 .addressDetails, #confirmDetails .addressDetails, #yourDetails2 .form div, .datePicker {
        width:49% !important;
    }
    #confirmDetails #fieldset-addressFieldset div {
        width:100%;
    }
    #editVehicle div > div:nth-child(even), #yourDetails3 .addressDetails:nth-child(even), #confirmDetails .addressDetails:nth-child(even), #yourDetails2 .form div:nth-child(even) {
        margin-right:0!important;
    }
    #vehicleRegistration #next-element {
        margin-right:0;
    }
    #mot-page-wrap h2 {
        font-size:32px;
        line-height:36px;
    }
    #confirmVehicle #next {
        background-position: center left 22%;
    }
    #confirmVehicle #goto {
        background-position: center right 20%;
    }
    #confirmDetails #fieldset-addressFieldset #postcode, #confirmDetails #fieldset-addressFieldset button {
        width:100%;
    }
    #serviceDate .datePicker, #motDate .datePicker {
        margin-right:2%;
    }
    #confirmDetails .datePicker {
        width:32% !important;
    }
    #confirmDetails .amorpm label {
        font-size:16px;
        width:35px;
    }
}

@media (max-width:860px) {
    #introPage #next {
        margin-top:10px;
        font-size:18px;
        padding:5px;
    }
    .mot-booking-details p {
        width:100%;
    }
    #serviceDate label, #motDate label {
        width:65px;
        font-size:20px;
    }

}

@media (max-width:767px) {
    .mot-banner-text {
        position: relative;
        top:0;
        left:0;
        width:100%;
        background:url(/static/images/mot-page/mot-back.png) center top no-repeat #333;
        padding:20px;
        box-sizing:border-box;
    }
    div.serviceCentreContainer .secondaryControls .btn {
        width:100%;
        font-size:18px;
        line-height:24px;
    }

}

@media (max-width:680px) {
    #vehicleRegistration #next-element #next, #yourDetails3 #btnPostCodeLookup, #confirmDetails #fieldset-addressFieldset button, #motDate .button-submit, #serviceDate .button-submit, #yourDetails1 .button-submit, #yourDetails2 .button-submit, #yourDetails3 .button-submit, #editVehicle .button-submit, #serviceCentre .button-submit, #previewDetails .button-submit, #confirmDetails .button-submit {
        font-size:18px;
        line-height:24px;
    }
    #vehicleRegistration #next-element #next, #yourDetails3 #btnPostCodeLookup, #confirmDetails #fieldset-addressFieldset button {
        background-size: 25px;
    }
    #confirmVehicle #next, #confirmVehicle #goto {
        font-size:28px;
        line-height:32px;
    }
    #yourDetails1 .form div, #yourDetails2 .form div, .datePicker, #confirmDetails .form div, #motDate .button-submit, #serviceDate .button-submit, #yourDetails1 .button-submit, #yourDetails2 .button-submit, #yourDetails3 .button-submit, #editVehicle .button-submit, #serviceCentre .button-submit, #previewDetails .button-submit, #confirmDetails .button-submit, #editVehicle div > div, #confirmDetails #fieldset-addressFieldset button {
        width:100% !important;
    }
    .amorpm {
        float:left;
        width:49%;
        text-align: center;
        margin-right:2% !important;
    }
    .amorpm:nth-child(odd) {
        margin-right:0 !important;
    }
    #motDate label {
        width:100%;
        margin-right:2%;
    }
    #serviceDate .amlabel span, #serviceDate .pmlabel span, #motDate .amlabel span, #motDate .pmlabel span {
        width:100%;
    }
    #confirmDetails .car-inputs-hide{
        margin-top:0;
    }
    #confirmDetails .form .amorpm {
        width:48% !important;
    }
    #confirmDetails .amlabel span, #confirmDetails .pmlabel span {
        width:60px;
    }
}
@media (max-width:550px) {
    .mot-usp li, #vehicleRegistration div > div, #vehicleRegistration #next-element, #confirmVehicle #goto, #confirmVehicle #next, #yourDetails3 #btnPostCodeLookup, #yourDetails3 #postcode, #yourDetails3 .addressDetails, #confirmDetails .addressDetails {
        width:100% !important;
        margin-right:0;
    }
    .mot-top-title h1 {
        font-size:24px;
        line-height:28px;
    }
    #mot-page-wrap {
        padding:5px 20px 30px 20px;
        background:#eee;
    }
    #note-label{
        display: none;
    }
    .mot-top-title{
        padding:5px;
    }
    .serviceItems{
        padding:12px;
    }
    #mot-page-wrap .errors {
        font-size:12px;
    }
    #mot-map-wrap {
        padding:20px;
    }
    .mot-usp-box h4, #mot-page-wrap h2  {
        font-size:22px;
        line-height:26px;
    }
    .mot-usp-box, .mot-usp-box .inner {
        padding:10px;
        font-size:14px;
        line-height:18px;
    }
    .mot-usp-box img {
        max-width:100px;
    }
    .mot-thankyou {
        font-size:16px;
        line-height:22px;
    }
}

@media (max-width:480px) {
    #vehicleRegistration div > div {
        width:100%;
    }
    #detailsCarousel .carousel-control {
        display:none;
    }
    .pagination td, #paginationNew td {
        width:100% !important;
        display:block;
        text-align:center !important;
    }
}
.serviceItems {
    width:100%;
    box-sizing:border-box;
    padding:10px;
    padding:15px;
    background:#fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom:5px;
    float:left;
    clear:both;
}
.serviceItems span {
    display:block;
    width:32%;
    margin-right:2.5%;
    float:left;
}
.serviceTitle {
    font-size:22px;
    font-weight:bold;
}
.serviceLabel {
    font-size:14px;
    line-height: 16px;
}
.serviceItems span.serviceTitle {
    width:30%;
    line-height: 33px;
}
.serviceItems span.serviceLabel {
    width:34%;
    height:35px;
}
.serviceItems span.servicePrice {
    font-size:22px;
    text-align:right;
    font-weight:bold;
    width:15%;
    line-height: 33px;
}
.serviceItems span.serviceCheckItem {
    text-align:right;
    width:10%;
}

.serviceItems span.serviceCheckItem input {
    border:3px solid #ccc;
    width: 25px;
    height: 25px;
    display: block;
    float:right;
}
#fieldset-alsoBookMot {
    padding-bottom:0;
    background:none;
}
#fieldset-serviceOption {
    padding-top:0;
    background:none;
}
#fieldset-serviceOption.error {
    border:0 !important;
}

@media(max-width:700px) {
    .serviceItems span.serviceLabel {
        height:auto;
    }
}
@media(max-width:530px) {
    .serviceItem.serviceLabel {
        display:none;
        width:0;
    }
    .serviceItems span.servicePrice, .serviceItems span.serviceTitle {
        font-size:16px;
        line-height: 16px;
    }
    .serviceItems span.serviceTitle {
        width:56%;
    }
    .serviceItems span.servicePrice {
        width:20%;
    }
    .serviceItems span.serviceCheckItem {
        width:16%;
    }
    .serviceItems span.serviceCheckItem input {
        margin-top:0;
        width:15px;
        height:15px;
    }
}
#fieldset-confirmServiceType label {
    display: inline-block;
}
#confirmDetails .form #fieldset-confirmServiceType > div {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin: 50px 0 20px;
    padding: 50px 0 40px;
    width:100%;
}
#confirmDetails .form #fieldset-confirmServiceType > div > div:nth-child(1) {
    width:13%;
    margin:0;
}
#confirmDetails .form #fieldset-confirmServiceType > div > div:nth-child(2) {
    width:81%;
    margin:0 0 0 6%;
}
#fieldset-confirmServiceType br {
    display:none;
}
#fieldset-confirmServiceType > div > div label {
    width:21%;
    margin-right:4%;
    font-size:18px;
}
#fieldset-confirmServiceType input {
    border:3px solid #ccc;
    width: 25px;
    height: 25px;
    display: block;
    float:right;
    margin-top:0;
}
.collapsed-header-container{
    overflow: hidden;
    background:#fff;
    height:60px;
    width:100%;

}
.collapsed-header{
    padding:10px;
    box-sizing: border-box;
    height:100%;

}
.collapsed-header:hover {
    cursor: pointer;
}
.collapsed-header img{
    height:100%;
    max-height:40px;
}
.collapsed-arrow-down{
    float:right;
    margin-top:10px;
}
.top-fixed{
    top:0;
    width:100%;
    height:0;
    left: 0;
    z-index:10;
}

@media(max-width:767px) {
    #confirmDetails .form #fieldset-confirmServiceType > div > div:nth-child(2) {
        margin-left:0;
        margin-top:10px;
    }
    #fieldset-confirmServiceType > div > div:nth-child(2) label, #confirmDetails .form #fieldset-confirmServiceType > div > div:nth-child(1), #confirmDetails .form #fieldset-confirmServiceType > div > div:nth-child(2) {
        width:100%;
    }
    #fieldset-confirmServiceType > div > div label {
        width:50%;
    }
}
@media(max-width:480px) {
    #confirmVehicle #next {
        margin-left:0;
    }
    #serviceType #previous-element #previous, #serviceType #next-element #next {
        float:left;
        width:100%;
    }

}

/** All new megane page template **/
.explore-megane {
    margin-bottom:30px;
    padding-bottom:30px;
    padding-top:30px;
    border-bottom:1px solid #eee;
}
.dimensions-megane table {
    width:100%;
}
.dimensions-megane tr:nth-child(odd) {
    background:#eee;
}
.dimensions-megane td {
    padding:10px;
}
.dimensions-megane h3 {
    margin:40px 0 20px 0;
    font-size: 20px;
}
#meganeCarousel h4 {
    font-size:22px;
    margin-bottom:20px;
}
#meganeCarousel ul {
    min-height:144px;
}
#meganeCarousel {
    border-bottom:1px solid #eee;
    margin-top:30px;
    padding-top:30px;
    border-top:1px solid #eee;
}
.megane-pricing {
    font-weight:bold;
    font-size:30px;
    line-height:40px;
}
.megane-button {
    background:#F9B700;
    text-shadow:0 0 0;
    max-width:500px;
    width:100%;
    font-weight:bold;
    border-radius:0;
    border:0;
    margin:0 auto 30px;
    display:block;
    padding:20px 0;
}
.onetwo {
    font-size:26px;
    line-height: 30px;
    float:left;
    width:32.6666%;
    margin-right:1%;
    text-align:center;
    color:#fff;
}
.onetwo-nomarg {
    margin-right:0;
}
.onetwo span.number {
    font-size:100px;
    line-height: 100px;
    font-weight:bold;
}
.onetwo-small {
    font-size:20px;
}
.onetwo-title {
    font-size:30px;
    background:#eee;
    text-align:center;
    padding:10px 0;
    line-height: 50px;
}
.onetwo-title-second {
    background:#021B5B;
    color:#fff;
}
.offer-price {
    font-size:50px;
    font-weight:bold;
}
.offer-price-container {
    font-size:30px;
    line-height: 35px;
}

@media(max-width:1080px) {
    .onetwo {
        height:244px;
    }
}
@media(max-width:670px) {
    .onetwo {
        font-size:20px;
    }
}
@media(max-width:550px) {
    .onetwo {
        width:100%;
        margin:5px 0 0;
        height:auto;
    }
    .onetwo-title {
        font-size:20px;
        line-height: 24px;
    }
}
.addi-spec {
    margin:0;
}
.addi-spec li {
    list-style: none;
    display: block;
    float:left;
    width:32.666%;
    margin-right:1%;
    background:#eee;
    font-size:18px;
    font-weight:bold;
    padding:15px;
    margin-bottom:5px;
    box-sizing:border-box;
}
.addi-spec li:nth-child(3n) {
    margin-right:0;
}
#offerTab.korando-nav-tabs li {
    width:33%;
}
@media(max-width:550px) {
    .addi-spec li {
        width:100%;
        padding:5px 0;
    }
}

/** New Car Compare **/

.compare-mob .new-car-tabs .nav, .compare-mob .newcar-tabs .nav, .compare-mob .new-car-tabs-blue .nav, .compare-mob .newcar-tabs .nav {
    margin-bottom:0;
    border:0;
}
.compare-mob .nav-tabs > .active > a, .compare-mob .nav-tabs > .active > a:hover, .compare-mob .nav-tabs > .active > a:focus, .compare-mob .nav-tabs > li > a:hover {
    background:#494949;
    border:0;
    transition:.3s;
    color: white;
}
.compare-mob .newcar-tabs .nav-tabs > .active > a, .compare-mob .nav-tabs > .active > a:hover, .compare-mob .newcar-tabs .nav-tabs > .active > a:focus{
    background:#494949;
    color: white;
}
.compare-mob .nav-tabs > li > a {
    background:#2a2a2a;
    color:#ddd;
    border:0;
    padding:15px 0;
    font-size:18px;
    line-height:24px;
}

.compare-mob ul.nav.nav-tabs.compare-ul {
    border-bottom: 0;
}

.compare-mob ul.nav.nav-tabs.compare-ul .accordion-group {
    border:0;
}

.compare-mob ul.nav.nav-tabs.compare-ul .accordion-inner {
    padding:0;
    border:0;
}

.compare-mob ul.nav.nav-tabs.compare-ul .accordion-heading .accordion-toggle {
    background:#333;
    border:0;
    font-size:28px;
    line-height:32px;
    text-transform: uppercase;
    color:#fff;
    text-align: center;
    padding:15px 0;
    font-weight:200;
    margin-bottom:20px;
    transition:.2s;
}

.compare-mob ul.nav.nav-tabs.compare-ul .accordion-heading .accordion-toggle:hover .hvr-sweep-to-right::before {
    transition:.2s;
    text-decoration: none;
}

.compare-mob .compare-tabs{
    text-align:center;
}

.compare-mob .compare-ul{
    margin-bottom:0;
}

.compare-mob .compare-toggle span{
    float:right;
    font-size: 22px;
}

.compare-mob ul.nav.nav-tabs.compare-ul .accordion-toggle.compare-toggle{
    text-align:left;
    font-weight:bold;
    font-size: 17px;
    margin-bottom: 0px;
    color:#111;
    padding:0;
    background:0;
}

.compare-mob .compare-toggle .inner {
    padding:15px;
    box-sizing:border-box;
}

.compare-mob .details-spec .accordion-group {
    background:#363636;
    border-radius:0;
    margin-bottom:1px;
    border:0;
    width:99.9%;
}

.compare-mob .details-spec .row-fluid{
    position:relative;
}

.compare-mob .details-spec i{
    position: absolute;
    bottom: -8px;
    left: 49%;
}

.compare-mob .details-spec .accordion-inner{
    margin-top:10px;
}

.compare-mob .accordion-heading .hvr-sweep-to-right {
    backface-visibility: hidden;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width:100%;
}

.compare-mob .accordion-heading .hvr-sweep-to-right a {
    transition: 0.2s;
}

.compare-mob .accordion-inner {
    border-top: 0;
}

.compare-mob .nav-tabs > li {
    margin-bottom: -1px;
    width: 50%;
    text-align: center;
    transition: 0.2s;
}

.compare-mob .capspec-category {
    border-bottom: 0;
}

.compare-mob .details-spec .tab-content {
    margin-top: 15px;
}

@media (max-width:767px) {
    .container-fluid.compare-mob {
        display: none;
    }
}

/** New Car Compare End **/

/* suzuki Price list table */
.suzuki-prices-table td, .suzuki-prices-table th {
    text-align:left;
    padding:5px 10px;
}
.suzuki-prices-table th {
    background:#ddd;
}
.suzuki-prices-table tr:nth-child(even) {
    background:#eee;
}

.budgetpricemin{
    display:none;
}
.budgetpricemax{
    display:none;
}
.budgetmonthly{
    width:50%;
    border:0;
    padding:5px 0;
}
.budgetcash{
    width:50%;
    border:0;
    padding:5px 0;
    float:left;
    margin-bottom:10px;


}
.budget-bg{
    background-color: #006dcc;
    color:#fff;
}
.grecaptcha-badge{
    display:none;
}
#fieldset-captchaFieldset{
    display: none;
}

/*Optin Text*/

.modal-body .optin-container {
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    color: #111;
}
.marketingEmailContainer, .marketingTelephoneContainer, .marketingPostContainer, .marketingSmsContainer {
    float:left;
    width:25%;
    margin:15px 0;
}
@media (max-width:480px) {
    .marketingEmailContainer, .marketingTelephoneContainer, .marketingPostContainer, .marketingSmsContainer {
        width:50%;
    }
}
.form .marketingEmailContainer label, .form .marketingTelephoneContainer label, .form .marketingPostContainer label, .form .marketingSmsContainer label {
    width:auto;
    margin-right:10px;
}
.marketingEmailContainer input[type="checkbox"], .marketingPostContainer input[type="checkbox"], .marketingTelephoneContainer input[type="checkbox"], .marketingSmsContainer input[type="checkbox"] {
    margin:0;
    height:auto !important;
    width:auto !important;
}
#marketingText-element {
    margin:0;
}
.section-content .marketingEmailContainer, .section-content .marketingTelephoneContainer, .section-content .marketingSmsContainer{
    width:33.3%;
}
.section-content #marketingEmail, .section-content #marketingTelephone, .section-content #marketingSms{
    min-height:20px;
}


        input#optinTelephone, #optinSMS, #optinEmail {
            height: 14px;
        }

label[for='optinSMS'], label[for='optinEmail'], label[for='optinTelephone'] {
    width: 100px;
}

#optinEmail, #optinSMS, #optinTelephone {
    max-width: 70px;
    float: left;
}

#spacer {
    margin-bottom: 20px;
}

#fieldset-MarketingPrefShortFieldset > div label {
    width:100%;
}

#fieldset-MarketingPrefShortFieldset .marketingSmsContainer, #fieldset-MarketingPrefShortFieldset .marketingEmailContainer, #fieldset-MarketingPrefShortFieldset .marketingTelephoneContainer, #fieldset-MarketingPrefShortFieldset .marketingPostContainer {
    float:left;
    width:25%;
    margin:15px 0;
}
fieldset > div {
    float:left;
    width:100%;
}

/*** New Car Sub Nav ***/
.newcar-subnav {
    float: left;
    width: 100%;
    margin: 0;
    z-index: 99;
    position: relative;
    padding: 0;
}
@media (max-width:767px) {
    .newcar-subnav {
        padding:25px 10px;
        box-sizing:border-box;
    }
}
.newcar-subnav.fixed {
    position: fixed;
    width: 100%;
    top: 60px;
    z-index: 99;
}
@media (max-width:980px) {
    .newcar-subnav.fixed {
        top: 50px;
    }
}

.subnav-model-name {
    float: left;
    width: 15%;
    font-size: 14px;
    font-weight: 200;
    line-height: 14px;
    display: -webkit-box;
    height: 55px;
    padding: 9px 10px;
    box-sizing:border-box;
}
.subnav-model-name span {
    font-size:20px;
    font-weight:bold;
    line-height:25px;
    text-transform: uppercase;
}
@media (max-width:980px) {
    .subnav-model-name span {
        width: 20%;
    }
}
@media (max-width:767px) {
    .subnav-model-name span {
        display: none;
    }
}

.newcar-subnav ul {
    float: left;
    width: 85%;
    margin: 0;
    padding-left: 0;
}
@media (max-width:980px) {
    .newcar-subnav ul {
        width: 80%;
    }
}
@media (max-width:767px) {
    .newcar-subnav ul {
        width: 100%;
    }
}

.newcar-subnav li {
    text-align: center;
    display: block;
    float: left;
    box-sizing:border-box;
    text-transform: uppercase;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    list-style: none;
    font-size: 16px;
}
@media (max-width:980px) {
    .newcar-subnav li {
        font-size: 14px;
    }
}
.newcar-subnav li:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width:767px) {
    .newcar-subnav li :first-child {
        border-left: 0;
    }
}
.newcar-subnav li.active a {
    background: #000;
}

@media (max-width:767px) {
    .newcar-subnav li.active a {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }
}
.newcar-subnav li a {
    display: block;
    padding: 15px;
    height: 55px;
    box-sizing:border-box;
}
.newcar-subnav li a:hover, .newcar-subnav li a:focus {
    text-decoration: none;
}
@media (max-width:767px) {
    .newcar-subnav li a:hover, .newcar-subnav li a:focus {
        height:auto;
    }
}
.newcar-subnav li:only-child {
     display:none;
 }
@media (max-width:767px) {
    .newcar-subnav li:only-child {
        display: none;
    }
    .newcar-subnav li:only-child a {
        width: 100%;
    }
}


.new-car-mobile-sub-nav {
    text-align: center;
    padding: 10px;
    font-size: 16px;
    box-sizing:border-box;
    line-height: 18px;
}
@media (min-width:767px) {
    .new-car-mobile-sub-nav {
        display: none;
    }
}
.new-car-mobile-sub-nav span {
    font-size:14px;
}




@media (max-width:767px) {
    .new-vehicle-cta-container {
        margin-bottom: 0;
    }

    .new-vehicle-cta-container .fixed-bottom {
        position: fixed;
        width: 100%;
        bottom: 0;
    }

    .new-vehicle-cta-container .affix {
        bottom: 0;
        top: auto;
    }
}

#messageModal.modal.fade.in {
    z-index: 9999999 !important;
}
#messageModal.modal {
    z-index: 0 !important;
    display: none;
}