@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:0;
        padding-right:0;
        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(../../../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 #submitQoute {
    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;
}
.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(../../../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("../../../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("../../../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("../../../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("../../../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;
}

@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 .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("../../../images/unity/default/performance.jpg") center top no-repeat;
	float:left;
	margin-right:2%;
	height:110px;
}

.emissions .il-tech-icon {
	background:#4eac87 url("../../../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("../../../images/unity/default/fuel.jpg") center top no-repeat;
	float:left;
	margin-right:2%;
	height:75px;
}

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

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

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

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

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

.insurance .il-tech-icon {
	background:#D93F1B url("../../../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("../../../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("../../../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("../../../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("../../../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("../../../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("../../../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("../../../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("../../../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(../../../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(../../../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(../../../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%;
    }
}
.car-valuation input {
    height:39px;
    font-size:18px;
    width:238px;
}
#vehicleReg {
    background-image:url(../../../images/unity/default/reg.jpg);
    height:39px;
    font-size:24px;
    font-weight:bold;
    padding-left:30px;
    width:214px;
    text-transform: uppercase;
}

.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("../../../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("../../../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(../../../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("../../../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;
}
.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;
}
.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;
	}
}

/* ****** 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%;
	}
}


/* ************** 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(../../../images/mot-page/mot-tick.jpg) 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;
    font-size:36px;
    line-height:42px;
}


/* MOT Registration Look Up */

#mot-page-wrap {
    background:url(../../../images/mot-page/mot-back.jpg) top right no-repeat #eee;
    padding:60px 40px 50px 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 .inner {
	border:5px solid #eee;
	padding:15px;
	box-sizing:border-box;
}
.mot-usp-box h4 {
	font-size:32px;
	line-height:36px;
	color:#111;
}
.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(../../../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(../../../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;
}



/* Confirm Vehicle */

#confirmVehicle #goto, #confirmVehicle #next {
    font-size:42px;
    line-height:48px;
    font-weight:bold;
    width:48%;
    border:0; 
    height:100px;
    box-sizing:border-box;
    color:#fff;
    border-radius:4px;
    margin-top:15px;
}
#confirmVehicle #goto {
    background:url(../../../images/mot-page/yes.png) center right 32% no-repeat #3AB54B;
    float:right;
    clear:both;
}
#confirmVehicle #next {
    background:url(../../../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 {
    width:80px;
    float:left;
    font-size:24px;
}
#motDate .amlabel input, #motDate .pmlabel input, #confirmDetails .amlabel input, #confirmDetails .pmlabel input  {
    display:none;
}
#motDate .amlabel span, #motDate .pmlabel span, #confirmDetails .amlabel span, #confirmDetails .pmlabel span {
    width: 65px;
    height: 65px;
    display: block;
    background: #fff;
    float:left;
    border-radius:4px;
}
#motDate .amlabel input:checked + span, #motDate .pmlabel input:checked + span, #confirmDetails .amlabel input:checked + span, #confirmDetails .pmlabel input:checked + span {
    background: url(../../../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%;
}
#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), #confirmDetails .form div:nth-child(5)  {
    margin-right:0;
}
#yourDetails1 #title, #confirmDetails #title {
    background:url(../../../images/mot-page/title.jpg) center left no-repeat #fff;
}
#yourDetails1 #firstName, #yourDetails1 #lastName, #confirmDetails #firstName, #confirmDetails #lastName{
    background:url(../../../images/mot-page/text.jpg) center left no-repeat #fff;
}
#yourDetails2 #telephone,  #confirmDetails #telephone {
    background:url(../../../images/mot-page/tel.jpg) center left no-repeat #fff;
}
#yourDetails2 #email, #confirmDetails #email  {
    background:url(../../../images/mot-page/email.jpg) center left no-repeat #fff;
}
#yourDetails3 #postcode, #confirmDetails #postcode  {
    background:url(../../../images/mot-page/postcode.jpg) center left no-repeat #fff;
}
#motDate #datepicker, #confirmDetails #datepicker {
    background:url(../../../images/mot-page/date.jpg) center left no-repeat #fff;
}
#yourDetails3 .addressDetails input, #confirmDetails .addressDetails input {
    background:url(../../../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(../../../images/mot-page/car.jpg) center left no-repeat #fff;
}
#yourDetails1 #title, #confirmDetails #title, #yourDetails1 #firstName, #yourDetails1 #lastName, #confirmDetails #firstName, #confirmDetails #lastName, #yourDetails2 #telephone, #confirmDetails #telephone,  #yourDetails2 #email, #confirmDetails #email, #motDate #datepicker, #yourDetails3 .addressDetails input, .car-inputs-hide select, #editVehicle #variant, #confirmDetails #postcode, #confirmDetails .addressDetails input, #confirmDetails #variant, #confirmDetails #datepicker {
    border:0;
    height:65px;
    width:100%;
    box-sizing:border-box;
    padding-left:60px;
    font-size:16px;
}
#yourDetails3 #postcode {
    width:32%;
    float:left;
    margin-right:2%;
    border:0;
    height:65px;
    box-sizing:border-box;
    padding-left:60px;
    font-size:16px;
}
#yourDetails3 #btnPostCodeLookup {
    background:url(../../../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:65px;
    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 div {
    width:100%;
    margin-top:30px;
}

#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 */

#motDate .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;   
}
#motDate #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(../../../images/mot-page/mot-next.png) center right 40px no-repeat #3AB54B;
    float:right;
}
#motDate #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(../../../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, #yourDetails2 #next-element #next {
    clear:both;
}
#mot-page-wrap dd, #next-element  {
    margin-left:0;
}
.mot-booking-details p {
    float:left;
    font-size:18px;
    line-height:24px;
    background:#fff;
    padding:15px;
    border-radius:4px;
    width:32%;
    margin-right:2%;
    margin-top:15px;
    box-sizing:border-box;
}
.mot-booking-details p:nth-child(3n+4) {
    margin-right:0;
}

#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-page-wrap #clear-element, #mot-map-wrap #clear-element {
	display:none;
}
#mot-page-wrap ul#postcodeAddressSelection li {
	font-size:14px;
}


/* MOT Hover */

#vehicleRegistration #next-element #next:hover, #introPage #next:hover, #motDate #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:#5b5b5b;
    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%;
    }
    #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%;
    }
    #motDate label {
        width:65px;
        font-size:20px;
    }

}

@media (max-width:767px) {
    .mot-banner-text {
       position: relative;
       top:0;
       left:0;
       width:100%;
       background:url(../../../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, #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, #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%;
	}
	#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:40px 20px 30px 20px;
        background:#eee;
    }
    #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%;
    }
}
