/*** LISTINGS ***/

.nco-listing {
    padding:20px;
    box-sizing:border-box;
    background:#ececec;
    margin-bottom:20px;
}
.nco-listing:nth-child(odd) {
    background:#fff;
}
.nco-title {
    text-transform: uppercase;
    font-size:20px;
    margin:0 0 14px 0;
    color:#1a1a1a;
    line-height:22px;
    font-weight:normal;
}
.nco-title span {
    font-weight:200;
    font-size:16px;
}
.nco-info-container {
    clear:both;
    float:left;
    width:100%;
}
.nco-info {
    float:left;
    width:50%;
    padding:0 14px 14px 0;
    box-sizing:border-box;
}
.nco-listing:nth-child(odd) .nco-info > div{
    background:#ececec;
}
.nco-info:nth-child(2n) {
    padding-right:0;
}
.nco-listing:nth-child(odd) .nco-price-container {
    background:#ececec;
}
.nco-info > div {
    background:#fff;
    color:#333;
    padding:10px;
    clear:both;
    float:left;
    box-sizing:border-box;
    width:100%;
}
.nco-info span {
    float:left;
    width:50%;
}
.nco-price-container {
    margin:10px 0 0 0;
    color:#4ba82e;
    background:#fff;
    padding:10px;
    box-sizing:border-box;
}
.nco-price {
    width:100%;
    clear:both;
    text-align: center;
    margin-bottom:0px;
}
.nco-price > span {
    font-size:16px;
    font-weight:bold;
}
.nco-price > span > strong {
    font-size:32px;
    line-height:32px;
}
.nco-price > span > span {
    font-size:16px;
    color:#666;
    width:100%;
    clear:both;
    display: block;
}
.nco-smallprice  > span > strong {
    font-size:34px;
    line-height:50px;
}
.nco-monthly, .nco-deposit {
    font-size:14px;
    font-weight:bold;
    float:right;
    text-align:center;
    color:#000;
    float:left;
    width:49%;
    color:#fff;
    background:#000;
    padding:10px 0 5px 0;
}
.nco-deposit {
    margin-left:2%;
}
.nco-monthly strong, .nco-deposit strong {
    font-weight:bold;
    color:#fff;
    font-size:20px;
    line-height: 22px;
    display: block;
}
.newcar-details-overview .nco-monthly strong {
    font-size:24px;
}
.ncd-usps, .ncd-features {
    background:#000;
}
.nco-listingbuttons-container {
    float:left;
    clear:both;
    width:100%;
    box-sizing:border-box;
    margin-top: 7px;
}
.nco-telephone {
    float:left;
    width:60%;
    color:#333;
    font-size:18px;
    font-weight:bold;
    margin-top: 7px;
}
.nco-telephone span {
    color:#4ba82e;
}
.nco-telephone span a {
    color:#4ba82e;
}
.nco-listing-button {
    display: block;
    width:32%;
    margin-right:1%;
    float:left;
    padding:5px;
    box-sizing:border-box;
    background:#ccc;
    text-align:center;
    font-size:14px;
    color:#fff;
}
.nco-listing-button:hover {
    opacity:0.8;
    color:#fff;
    text-decoration: none;
}
.nco-brochure {
    background:#000;
}
.nco-testdrive {
    background: #000;
}
.nco-enquire {
    background:#000;
}
.nco-details {
    width:40%;
    float:left;
    margin-top: 14px;
}
.nco-details a {
    display: block;
    width:100%;
    background:#4ba82e;
    color:#fff;
    float:right;
    text-align:center;
    padding:18.6px 0;
    font-size:20px;
    font-weight:bold;
}
.nco-details a:hover {
    opacity:0.8;
    color:#fff;
    text-decoration: none;
}
.nco-button-spacing {
    width:100%;
    height:10px;
}

@media (max-width:1100px) {
    .nco-info > div {
        padding:5px;
        font-size:13px;
    }
}


@media(max-width:767px) {
    .nco-price-container {
        margin-bottom:10px;
    }
    .nco-info-container {
        display:none;
    }
    .nco-details a {
        width:100%;
    }
    .nco-title {
        text-align: center;
    }
}
@media(max-width:480px) {
    .nco-title {
        line-height: 24px;
        margin-bottom:10px;
    }
    .nco-telephone {
        width:100%;
        clear:both;
        text-align: center;
    }
    .nco-listing-button {
        margin-bottom:10px;
    }
    .nco-details {
        width:100%;
    }
    .nco-details a {
        padding:10px 0;
    }
    .nco-listing-button {
        width: 32.6%;
    }
    .nco-listing-button:nth-child(3) {
        margin:0;
    }
    .nco-listing-button-container {
        display:none;
    }
}


/*** DETAILS ***/
.ncd-title {
    text-transform: uppercase;
    line-height: 24px;
    margin: 0 0 14px 0;
    color:#1a1a1a;
}
.ncd-price-container {
    box-sizing: border-box;
    margin-bottom: 10px;
}
.ncd-price-container .ncd-monthly, .ncd-price-container .ncd-deposit {
    background:0;
    color:#1a1a1a;
}
.ncd-price-container .nco-monthly strong, .ncd-price-container .nco-deposit strong {
    color:#4ba82e;
}
.ncd-price span {
    font-size: 42px;
    color:#4ba82e;
}
.ncd-monthly, .ncd-deposit {
    font-size:16px;
    line-height:24px;
    padding:10px 0 9px 0;
}
.ncd-info {
    float:left;
    width:49.25%;
    margin-right:1.50%;
    box-sizing:border-box;
    margin-bottom:10px;
    background: #eee;
}
.ncd-info:nth-child(2n) {
    margin:0;
}
.ncd-info-img {
    width:29%;
    float:left;
}
.ncd-info-text {
    width:71%;
    float:left;
    padding:9px 15px;
    box-sizing:border-box;
    font-size:24px;
    font-weight:bold;
    color:#000;
    line-height: 28px;
}
.ncd-info-title {
    font-size:18px;
    font-weight:normal;
    color:#000;
}
.ncd-usps ul {
    margin:0;
}
.ncd-usps li {
    width:50%;
    float:left;
    line-height:24px;
    font-size:18px;
    font-weight:bold;
    margin:5px 0 0 0;
    list-style: none;
    padding:10px 0 10px 10px;
    box-sizing:border-box;
}
.ncd-usps li span {
    display: block;
    float:left;
    padding-top:8px;
}
.tick-mark {
    width:30px;
    height:30px;
    float:left;
    margin-top:5px;
    margin-right:5px;
    background:url(/static/images/unity/default/templates/vehicles/new/vauxhall/tick.png) left center no-repeat;
    background-size:contain;
}
.ncd-features li {
    width:25%;
    float:left;
    padding:5px 5px 0 0;
    box-sizing:border-box;
    list-style: none;
}
.ncd-features li:nth-child(4n+1) {
    padding-right:0;
}
.ncd-features li > span {
    display:block;
    float:left;
    clear:both;
    background:#333;
    padding:3px 3px 3px 0;
    box-sizing:border-box;
    width:100%;
    color:#fff;
}
.ncd-features li > span > span {
    line-height: 14px;
    padding-top:10px;
    display:block;
}
.ncd-features li > span > img {
    width:40%;
    margin-right:0.5%;
}
.ncd-features-full li {
    width:12.5%;
}
.ncd-features-full li:nth-child(4n+1) {
    padding-right:5px;
}
.ncd-features-full li:nth-child(8n+1) {
    padding-right:5px;
}
.ncd-features-title, .ncd-usps-title {
    text-align:center;
    font-size:18px;
    font-weight:bold;
    padding:10px 0;
    background: rgba(255,255,255,0.2);
    color:#fff;
    margin-bottom:0px;
}
.ncd-overview {
    background:#000;
    box-sizing:border-box;
    padding:10px;
    clear:both;
    margin-bottom:20px;
}
.ncd-tabs.nav-tabs {
    width:100%;
    border-bottom:0;
    margin-bottom:0;
}
.ncd-tabs li {
    width: 33.11%;
    margin-right: 0.33%;
    box-sizing:border-box;
    border:0;
}
.ncd-tabs li:nth-child(3) {
    margin-right:0;
}
.ncd-tabs.nav-tabs > li > a {
    border-radius:0 0 0 0;
    margin:0;
    border:0;
    color:#fff;
    font-weight:bold;
    padding:10px 20px;
    box-sizing:border-box;
    font-size:16px;
    background: #000;
    text-align: center;
}
.ncd-tabs.nav-tabs > li > a:hover, .ncd-tabs.nav-tabs > a:focus, .ncd-tabs.nav-tabs > a:active, .nav-tabs > li > a:focus, .nav-tabs > li.active > a:focus {
    border-radius:0 0 0 0;
    background: rgba(255,255,255,0.1);
    color:#333;
}
.ncd-tabs.nav-tabs > li.active > a {
    background: rgba(255,255,255,0.1);
    border:0;
}
.nav-tabs.ncd-tabs > li {
    margin-bottom:0;
}
.ncd-tab-content {
    background: rgba(255,255,255,0.1);
}
.ncd-tab-pane {
    float:left;
    width:100%;
    clear:both;
    padding:10px 20px 20px 20px;
    box-sizing:border-box;
    background:#eee;
}
.ncd-tabs.nav-tabs > li.active > a {
    background:#4ba82e;
    color:#fff;
}
.ncd-cta {
    position: fixed;
    top:30%;
    right:0;
    z-index: 9;
}
.ncd-tab-enquiry-buttons .ncd-cta {
    z-index: 0;
}
.ncd-cta .btn {
    clear:both;
    float:right;
    margin-bottom:10px;
    width:60px;
    border-radius:0;
    font-size:12px;
}
.ncd-cta .btn-success, .ncd-brochure, .ncd-cta .btn-success:hover, .ncd-brochure:hover {
    background:#4ba82e;
}
.ncd-cta .btn-danger, .ncd-testdrive, .ncd-cta .btn-danger:hover, .ncd-testdrive:hover {
    background:#4ba82e;
}
.ncd-cta .btn-primary, .ncd-question, .ncd-contact-button, .ncd-cta .btn-primary:hover, .ncd-question:hover, .ncd-contact-button:hover {
    background:#4ba82e;
}
.ncd-latestoffers, .ncd-latestoffers:hover {
    background:#4ba82e;
}
.ncd-cta a:hover{
    opacity:0.7;
}

.ncd-tab-enquiry-buttons {
    float:left;
    clear:both;
    width:100%;
    margin-top:10px;
}
.ncd-tab-enquiry-buttons .ncd-cta  {
    position: relative;
    width:100%;
    top:auto;
    margin:0;
    padding:0;
    float:left;
    clear:both;
}
.ncd-tab-enquiry-buttons .ncd-cta .btn {
    float:left;
    width: 32.33%;
    margin:0 0 0 1%;
    box-sizing:border-box;
    clear: none;
}
.ncd-tab-enquiry-buttons .ncd-cta .btn:nth-child(1) {
    margin-left:0;
}
@media(max-width:480px) {
    .ncd-cta {
        top:auto;
        bottom:0;
        left:0;
        right:auto;
        width:100%;
    }
    .ncd-cta .btn {
        clear:none;
        margin:0;
        box-sizing: border-box;
        width:31%;
        margin:0 1%;
        float:left;
        border:0;
    }
    .ncd-cta .btn img {
        max-width:30px;
    }
}


#ncd-spec-container .accordion-group, #ncd-tech-container .accordion-group {
    border:0;
}
.ncd-accordion-group {
    float:left;
    width:49.5%;
    margin-right:1%;
}
.ncd-accordion-group:nth-child(2) {
    margin-right:0;
}
.ncd-accordion-header {
    display:block;
    padding:5px 10px;
    background: #ccc;
    box-sizing:border-box;
    color:#111;
    font-weight:bold;
    font-size:16px;
}
.ncd-accordion-header:hover, .ncd-accordion-header:active, .ncd-accordion-header:focus {
    color:#000;
}
.ncd-accordion-body {
    background: rgba(255,255,255,0.1);
    margin-bottom:5px;
    box-sizing:border-box;
}
.ncd-accordion-body > div {
    padding:10px;
}
.ncd-icon {
    float:right;
}
.ncd-tab-pane-title {
    font-size:18px;
    line-height:20px;
    margin:10px 0;
}
@media(max-width:1200px) {
    .ncd-features li {
        width:33%;
    }
    .ncd-features li:nth-child(4n+1) {
        padding-right:5px;
    }
    .ncd-features li > span > img {
        width:15%;
    }
}
@media(max-width:1080px) {
    .ncd-usps li {
        font-size:16px;
    }
}
@media(max-width:980px) {
    .row-fluid .span6.newcar-details-image {
        width:100%;
    }
    .row-fluid .span6.newcar-details-overview {
        width:100%;
    }
    .ncd-info {
        width:49%;
    }
    .ncd-info:nth-child(2n) {
        margin-right: 0%;
    }
    .ncd-features li > span > img {
        width:25%;
    }
    .ncd-features li {

    }
    .ncd-features li > span > img {
        width:11%;
    }
}
@media(max-width:980px) and (min-width:768px) {

    .ncd-usps li {
        width:100%;
        padding: 5px 0 0px 10px;
    }
}
@media(max-width:767px) {
    .row-fluid .span6.newcar-details-image {
        width:100%;
        float:left;
        clear:none;
    }
    .row-fluid .span6.newcar-details-overview {
        width:100%;
        float:left;
        clear:none;
    }

    .ncd-features {
        float:left;
        clear:both;
    }
    .ncd-tabs.nav-tabs > li > a {
        padding:10px;
        font-size:14px;
    }
}
@media(max-width:560px) {
    .ncd-features li {
        width:50%;
    }
    .ncd-features li:nth-child(4n+1) {
        padding-right:5px;
    }
    .ncd-usps {
        margin-bottom:20px;
        float:left !important;
        clear:both;
        width:100%;
    }
    .ncd-usps li {
        width:100%;
        padding: 5px 0 0px 10px;
    }
    .ncd-tabs li {
        width:100%;
    }
    .ncd-tab-enquiry-buttons {
        display:none;
    }
    .ncd-accordion-group {
        width:100%;
        margin-right:0;
    }
}

@media(max-width:430px) {
    .ncd-info {
        width:99%;
    }
    .ncd-info:nth-child(2n) {
        margin-bottom:10px;
    }
    .ncd-features li {
        width:100%;
    }
    .ncd-features li > span > img {
        width:18%;
    }
    .tick-mark {
        width: 15px;
        height: 15px;
    }
    .ncd-usps li {
        font-size:14px;
    }
}


.newcar-enquiry-form .modal-header {
    background: #262626;
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 28px;
    border-top: 5px solid #333;
    border-radius:4px 4px 0 0;
}
.newcar-enquiry-form .close {
    color:#fff;
    opacity:0.4;
}
.newcar-enquiry-form h4 {
    text-align: center;
    font-size:24px;
    line-height:28px;
}
.newcar-enquiry-form h4 span {
    font-size:42px;
    line-height:42px;
    color:#1a1a1a;
}
.newcar-enquiry-form .modal-body {
    background:#eee;
    padding:15px 40px;
    box-sizing:border-box;
}
.newcar-enquiry-form .hint {
    display: none;
}
.newcar-enquiry-form fieldset > div {
    padding:0;
    width:100%;
    background:0;
}
.newcar-enquiry-form legend {
    display: none;
}
.newcar-enquiry-form input {
    width:100%;
    height:45px !important;
    border:0 !important;
    padding:5px 15px !important;
    box-sizing:border-box;

}
.newcar-enquiry-form fieldset input[type="text"], .newcar-enquiry-form .newcar-enquiry-form textarea {
    background:#fff;
}
.newcar-enquiry-form textarea {
    width:100%;
    border:0 !important;
    padding:10px 15px !important;
    box-sizing:border-box;
}
.newcarCheckbox {
    width:50%;
    float:left;
    margin-bottom:15px;
}
.newcarCheckbox label {
    width:80%;
    font-size:18px;
    color:#111;
}
.newcar-enquiry-form .newcarCheckbox input {
    height:15px !important;
    width:auto;
}
.newcar-enquiry-form #submit {
    width:100%;
    background:#4ba82e;
    padding:15px 0;
    font-size:28px;
    line-height:32px;
    margin:15px 0;
    color:#fff;
    margin:0;
    border-radius:4px;
    border:0;
}
.newcar-enquiry-form #submit:hover {
    background: #4ba82e;
    transition:.4s;
}
.newcar-enquiry-form #button-element {
    margin:0;
}
.newcar-enquiry-form .btn-primary {
    width:60%;
    background:#4ba82e;
    font-size:18px;
    line-height:24px;
    padding:10px 0;
    display:block;
    margin:10px auto;
}
.newcar-enquiry-form .btn-danger {
    background:#4ba82e;
    padding:15px 0;
    display:block;
    margin:10px auto;
    width:80%;
    font-size:24px;
    line-height:28px;
}
.newcar-enquiry-form .thankyou-text {
    font-size: 28px;
    line-height: 28px;
    text-align: center;
    width: 60%;
    margin: 30px auto;
}
.newcar-enquiry-form .recaptcha {
    margin:0 auto;
}
.interested-text h4 {
    color:#333;
    margin-bottom:20px;
}

@media(max-width:767px) {
    .newcarCheckbox label {
        font-size:14px;
    }
}
@media(max-width:480px) {
    .newcar-enquiry-form .modal-body {
        padding:15px;
    }
    .newcarCheckbox {
        width:100%;
    }
    .newcar-enquiry-form h4 {
        margin-top:0;
        font-size:14px;
        line-height: 14px;
    }
    .newcar-enquiry-form h4 span {
        font-size:18px;
    }
    .modal-header h3 {
        line-height: 20px;
        font-size: 18px;
    }

}
.ncd-accordion-header {
    position: relative;
    padding-left:45px;
}
.ncd-accordion-header > span {
    background-image:url(/static/images/unity/default/templates/vehicles/new/vauxhall/cap-spec.png);
    width:50px;
    height:32px;
    overflow:hidden;
    position:absolute;
    top:0;
    left:0;
    margin-right:5px;
}
.ncd-accordion-header > span {
    background-position:-7px -11px;
}
.ncd-accordion-header.body-glass > span {
    background-position:-7px -11px;
}
.ncd-accordion-header.brakes > span {
    background-position:-51px -10px;
}
.ncd-accordion-header.carpets-rugs > span {
    background-position:-93px -10px;
}
.ncd-accordion-header.carpets > span {
    background-position:-93px -10px;
}
.ncd-accordion-header.chassis-suspension > span {
    background-position:-135px -10px;
}
.ncd-accordion-header.communication > span {
    background-position:-179px -10px;
}
.ncd-accordion-header.driver-aids > span {
    background-position:-222px -10px;
}
.ncd-accordion-header.driver-convenience > span {
    background-position:-664px -10px;
}
.ncd-accordion-header.driver-information > span {
    background-position:-707px -10px;
}
.ncd-accordion-header.driving-mirrors > span {
    background-position:-751px -10px;
}
.ncd-accordion-header.embellishment-trims > span {
    background-position:-7px -11px;
}
.ncd-accordion-header.emissions > span, .ncd-accordion-header.economy > span {
    background-position:-8px -48px;
}
.ncd-accordion-header.engine > span {
    background-position:-49px -48px;
}
.ncd-accordion-header.entertainment > span {
    background-position:-93px -48px;
}
.ncd-accordion-header.exterior-body-features > span {
    background-position:-137px -48px;
}
.ncd-accordion-header.exterior-lights > span {
    background-position:-178px -88px;
}
.ncd-accordion-header.fuel-consumption > span {
    background-position:-221px -88px;
}
.ncd-accordion-header.general > span {
    background-position:-263px -88px;
}
.ncd-accordion-header.heating-cooling-ventilation > span {
    background-position:-307px -88px;
}
.ncd-accordion-header.hoods > span {
    background-position:-350px -88px;
}
.ncd-accordion-header.interior-features > span {
    background-position:-7px -88px;
}
.ncd-accordion-header.interior-lights > span {
    background-position:-49px -88px;
}
.ncd-accordion-header.on-the-road > span {
    background-position:-92px -127px;
}
.ncd-accordion-header.packs > span {
    background-position:-137px -127px;
}
.ncd-accordion-header.paintwork > span, .ncd-accordion-header.paint > span, .ncd-accordion-header.paint-metallic > span, .ncd-accordion-header.paint-solid > span {
    background-position:-221px -127px;
}
.ncd-accordion-header.performance > span {
    background-position:-350px -126px;
}
.ncd-accordion-header.safety > span {
    background-position:-263px -88px;
}
.ncd-accordion-header.seats > span {
    background-position:-306px -88px;
}
.ncd-accordion-header.security > span {
    background-position:-349px -88px;
}
.ncd-accordion-header.service-warranty > span {
    background-position:-8px -343px;
}
.ncd-accordion-header.capspec .technical {
    background-position:-49px -343px;
}
.ncd-accordion-header.transmission > span {
    background-position:-49px -343px;
}
.ncd-accordion-header.trim-cloth > span, .ncd-accordion-header.trim-leather > span, .ncd-accordion-header.trim-vinyl > span, .ncd-accordion-header.trim-part-leather  > span {
    background-position:-93px -343px;
}
.ncd-accordion-header.tyres  > span {
    background-position:-135px -343px;
}
.ncd-accordion-header.vanity-mirrors  > span {
    background-position:-178px -343px;
}
.ncd-accordion-header.vehicle-dimensions > span, .ncd-accordion-header.dimensions > span {
    background-position:-222px -343px;
}
.ncd-accordion-header.weights > span {
    background-position:-263px -343px;
}
.ncd-accordion-header.wheels > span, .ncd-accordion-header.wheels-alloy > span, .ncd-accordion-header.wheels-spare > span {
    background-position:-307px -343px;
}
.ncd-accordion-header.others > span {
    background-position:-7px -11px;
}
.ncd-accordion-header.summary > span {
    background-position:-264px -48px;
}
.ncd-price {
    padding:14.5px 0;
    text-align: center;
}
.ncd-price, .ncd-monthly, .ncd-deposit  {
    width:32.6%;
    float:left;
    border:1px solid #ececec;
    box-sizing:border-box;
}
.ncd-monthly, .ncd-deposit {
    margin-left:1%;
}

@media (max-width:979px) {
    .nco-price-container .nco-monthly, .nco-price-container .nco-deposit {
        width:100%;
        margin:0 0 5px 0;
    }
    .nco-info > div {
        padding:5px;
        font-size:13px;
    }
    .nco-info span {
        width:auto;
        padding-right:2%;
    }
}
@media (max-width:767px) {
    .nco-price-container .nco-monthly, .nco-price-container .nco-deposit {
        width: 49%;
        padding: 10px 0 5px 0;
    }
    .nco-price-container .nco-deposit {
        margin-left: 2%
    }
}
@media(max-width:480px) {
    .ncd-deposit, .ncd-monthly, .ncd-price {
        clear:both;
        float:none;
        width:100%;
        text-align:center;
        margin-bottom:10px;
    }
    .ncd-title {
        font-size:18px;
    }
    .ncd-monthly, .ncd-deposit {
        margin-left:0;
    }
    .ncd-features li, .ncd-features li:nth-child(4n+1) {
        padding-right:0;
    }
}



