@font-face{
    font-family:'Skoda Pro';
    src:url('/static/css/unity/derekslack/SkodaPro-Regular.eot');
    src:url('/static/css/unity/derekslack/SkodaPro-Regular.eot?#iefix') format('embedded-opentype'),url('/static/css/unity/derekslack/SkodaPro-Regular.ttf') format('truetype');
    font-style:normal;
    font-weight:normal;
}
@font-face{
    font-family:'Skoda Pro';
    src:url('/static/css/unity/derekslack/SkodaPro-Bold.eot');
    src:url('/static/css/unity/derekslack/SkodaPro-Bold.eot?#iefix') format('embedded-opentype'),url('/static/css/unity/derekslack/SkodaPro-Bold.ttf') format('truetype');
    font-style:normal;
    font-weight:bold;
}
body {
    background:#fff;
    font-family:'Skoda Pro',arial,helvetica;
    font-size:16px;
    line-height:24px;
}
.container-fluid {
    max-width:1300px;
    border:0;
    background:0;
}
h1 {
    text-transform: uppercase;
    font-weight:400;
    font-size:40px;
    line-height:46px;
    font-family:'Skoda Pro',arial,helvetica;
}
h2 {
    text-transform: uppercase;
    color:#6a747c;
    font-size:20px;
    font-family:'Skoda Pro',arial,helvetica;
    line-height:26px;
}

#header .header-telephone span {
    display: none;
}
/*Sticky Header*/

.top-fixed {
    top:40px!important;
}
.collapsed-header .header-telephone  {
    border:0;
    margin-top:5px;
    width:auto;
    margin-right:0;
    float:right;
    background:0;
}
.collapsed-header .header-telephone br {
    display:none;
}
.collapsed-header .header-telephone {
    display: block;
}

/*End Sticky Header*/

#header .navbar {
    background:#222222;
    margin:0;
}
#header .navbar.affix {
    top:0px;
    width:100%;
    z-index:99;
}

@media (max-width:979px) {
    #header .navbar.affix {
        position: relative;
    }
    .top-fixed {
        top: 0px !important;
    }
}


@media (max-width:480px) {
    .top-fixed {
        display: none;
    }
}

.navbar-inner, .header-strip .inner, .new-car-select-wrapper {
    max-width:1300px;
    margin:0 auto;
}
.navbar .nav > li > a {
    color:#fff;
    border-right:1px solid #444;
    padding:10px 26px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    font-size:14px;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus, .navbar .nav > li > a:hover, .navbar .nav > li > a:focus {
    background:#6A747D;
    color:#fff;
    box-shadow:none;
}

/** Drop Downs **/

.navbar .nav > li li {
    display:none;
    width: 100%;
    height:44px;
    margin:0;
    padding:0;
    border:0;
    background:#252525;
    text-align: left;
    border-bottom:1px solid #444;
}
.navbar .nav > li:hover li {
    display: block;
}
.navbar .nav .navigation ul > li > ul {
    position: absolute;
}
.navbar .nav .navigation ul > li > ul > li {
    position:relative;
}
.navbar .nav li ul li a {
    display:block;
    width: 195px;
    height:18px;
    padding:11px 15px 15px;
    text-shadow:none;
    border-radius:0;
    color:#fff;
    text-decoration: none;
}
.navbar .nav li ul li:hover a {
    background: #6A747D;
    color:#fff;
}
.navbar .nav > li:hover > ul {
    position: absolute;
    z-index: 1000;
    margin-left:0;
}


@media (max-width:980px) {
    .navbar .nav li ul li a {
        width:100%;
        text-align: center;
        box-sizing:border-box;
        height:44px;
    }
    .navbar .nav > li:hover > ul {
        position: relative;
        clear:both;
    }
    .navbar .nav > li {
        text-align: center;
    }
    .navbar .nav > li > a {
        padding:15px;
        box-sizing:border-box;
    }

}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    margin:0 auto;
}
#header .logo {
    margin:20px 0 10px 0;
}
#header .logo img {
    max-width:298px;
}
.header-logos {
    float:left;
    margin-top:30px;
    margin-left:6%;
}
.header-logos a {
    float:left;
    border-right:2px solid #222;
    padding:0 10px;
}
.header-logos a img {
    transition:.2s;
}
.header-logos a:hover img {
    opacity:.6;
}
.header-telephone {
    clear:none;
    float:right;
    background:url(/static/images/unity/derekslack/tel.png) center left no-repeat;
    padding-left:40px;
    font-size:18px;
    line-height:25px;
    margin-top:20px;
}
.header-email {
    float:left;
    background:url(/static/images/unity/derekslack/email.png) center left no-repeat;
    padding-left:40px;
    font-size:18px;
    margin-top:40px;
    margin-left:6%;
    line-height:35px;
}
.header-email a {
    color:#1a1a1a;
}
.header-strip {
    background:#6A747D;
    color:#fff;
    float:left;
    width:100%;
    padding:10px;
    box-sizing:border-box;
}
.header-strip h4 {
    float:left;
    font-size:18px;
    line-height:24px;
    font-weight:normal;
    margin:0;
    font-family:'Skoda Pro',arial,helvetica;
    padding-top: 10px;
}
.header-strip .reviews {
    float:right;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-strip .reviews .reviews-link:hover {
    text-decoration: none;
    opacity:0.6;
}
.header-strip .reviews .reviews-link {
    font-size: 18px;
    line-height: 24px;
    margin-right: 15px;
    text-decoration: underline;
    color: #fff;
    float: left;
}
.header-strip .reviews .reviews-amount {
    font-size: 12px;
}
.header-strip .reviews .reviews-logo {
    margin-left: 15px;
    float: left;
}
.header-strip .reviews .reviews-stars {
    min-width: 122px;
    float: left;
}
.home-search-form {
    margin-top:-540px;
    background:rgba(255,255,255,0.8);
    box-shadow:0 0 5px #000;
    position: relative;
    z-index:9;
    width: 400px;
    padding:40px;
    box-sizing:border-box;
    margin-bottom:180px;
}
.home-search-form h4 {
    margin-top:0;
    font-size:20px;
    line-height:24px;
    text-transform: uppercase;
    font-family:'Skoda Pro',arial,helvetica;
}
.home-search-form select {
    width:100%;
    height:40px;
}
.home-search-form #form-pricemin, .home-search-form #form-pricemax {
    display: none;
}
.home-search-form #submit {
    border:0;
    width:100%;
    background:#4ba82e;
    color:#fff;
    text-align: center;
    padding:10px;
    border-radius:4px;
}
.count-cars {
    display:none;
}
.home-search-form #submit span {
    font-size:20px;
    line-height:24px;
    text-transform: uppercase;
}
.home-search-form #brand-label {
    display:none;
}
.frch-select {
    float:left;
    width:100%;
}
.frch-select a {
    float:left;
    width:32%;
    margin-right:2%;
    margin-bottom:20px;
    text-align: center;
    padding:20px;
    box-sizing:border-box;
    box-shadow:0 0 4px rgba(0,0,0,0.4);
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f3f3f3+50,ffffff+50,ffffff+100,ffffff+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #ffffff 0%, #f3f3f3 50%, #ffffff 50%, #ffffff 100%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #ffffff 0%,#f3f3f3 50%,#ffffff 50%,#ffffff 100%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #ffffff 0%,#f3f3f3 50%,#ffffff 50%,#ffffff 100%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    transition:.2s;
}
.frch-select a:nth-child(3) {
    margin-right:0;
}
.frch-select a:hover {
    opacity:0.6;
}
.live-feed {
    float:left;
    width:100%;
    background:#6A747D;
    color:#fff;
    font-size:20px;
    line-height:28px;
    margin-bottom:20px;
}
.live-feed a {
    color:#fff;
}
.live-feed .inner {
    padding:20px;
    box-sizing:border-box;
}
.live-feed .countdown {
    background:#ececec;
    float:right;
    padding:20px;
    box-sizing:border-box;
    color:#1a1a1a;
    text-align: center;
}
.carousel-indicators li {
    width:20px;
    height:20px;
    border-radius: 20px;
    position: relative;
    border:2px solid #000;
}
.countdown h4 {
    margin-top:0;
    font-family:'Skoda Pro',arial,helvetica;
}
.home-boxes a {
    position: relative;
    display: block;
    color:#fff;
    overflow:hidden;
    margin-bottom:27px;
}
.home-boxes a img {
    transition:.6s;
    width:100%;
}
.home-boxes h4 {
    position: absolute;
    top:10px;
    left:0;
    font-size:20px;
    line-height:28px;
    background:rgba(34,34,34,0.8);
    padding:15px;
    border-left:8px solid #6A747D;
    z-index:9;
    transition:.6s;
    font-family:'Skoda Pro',arial,helvetica;
}
.home-boxes a:hover img {
    -webkit-transform:scale(1.2); /* Safari and Chrome */
    -moz-transform:scale(1.2); /* Firefox */
    -ms-transform:scale(1.2); /* IE 9 */
    -o-transform:scale(1.2); /* Opera */
    transform:scale(1.2);
    overflow:hidden;
}
.home-boxes a:hover h4 {
    background:#6A747D;
}
#videoModal.modal {
    width: 1128px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
#videoModal .modal-body {
    padding:0;
    max-height: 655px;
}
#videoModal .btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    background: #000;
    border: 0;
    padding: 5px 10px;
    border-radius: 0;
}

#videoModal iframe {
    margin-bottom: -6px;
}
#videoModal h4 {
    display:none;
}

@media (max-width:1150px) {
    .large-screen{
        display:none;
    }
    #videoModal.modal {
        width:100%;
    }
}
@media (min-width:1149px) {
    .small-screen{
        display:none;
    }

}
.home-test, .home-test:nth-child(even) {
    background:0 !important;
}
.tabs .testimonial-wrap {
    float: left;
    width: 100%;
}
.tabs .testimonial-wrap:nth-child(even) {
    background: #fff;
}
.tabs .testimonial-wrap .inner {
    padding: 15px 15px 15px 150px;
}
@media (max-width:480px) {
    .tabs .testimonial-wrap .inner {
        padding: 15px 15px 15px 40px;
    }
}
.tabs .vehicle-information li {
    list-style: disc;
    line-height: 26px;
}
.tabs .vehicle-information ul {
    margin: 0 0 10px 25px
}
.testimonial-wrap {
    padding:30px 0 20px 0;
}
.testimonial-wrap:nth-child(even) {
    background:#ececec;
}
.testimonial-wrap .inner {
    background:url(/static/images/unity/derekslack/test.png) top left no-repeat;
    padding-left:150px;
    font-size:18px;
    line-height:28px;
    min-height:100px;
    color:#6A747D;
    font-style: italic;
}
.testimonial-wrap .inner h3 {
    float:right;
    color:#6A747D;
    font-size:28px;
    line-height:36px;
    margin:0;
    font-family:'Skoda Pro',arial,helvetica;
}
.testimonial-wrap .inner .starRating {
    float: right;
    clear: both;
}

/* Showroom */

.search-button {
    display:none;
    background:#4ba82e;
    color:#fff;
    text-align: center;
    padding:10px;
    box-sizing:border-box;
    margin-bottom:20px;
}

@media (max-width:979px) {
    .search-button {
        display:block;
    }
    .search-form.closed, .home-search-form.closed {
        display:none;
    }
}
.pagination {
    margin: 10px 0;
}
.pagination ul > li > a, .pagination ul > li > span {
    background:#222;
    border-color:#fff;
    color:#fff;
    transition:.2s;
}
.pagination ul > li:first-child > a, .pagination ul > li:first-child > span, .pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span {
    background:#6A747D;
    color:#fff;
}
.search-form {
    background:#222;
    padding:30px 0px 10px 0px;
    box-sizing:border-box;
    float:left;
    margin-bottom:20px;
    width:100%;
}
.search-form h4 {
    color:#fff;
    font-size:24px;
    line-height:28px;
    font-weight:normal;
    float:left;
    width:15%;
    margin-right:1%;
    box-sizing:border-box;
    font-family:'Skoda Pro',arial,helvetica;
}
.search-form form {
    margin:0;
}
.search-form span {
    width:20%;
    margin-right:1%;
    float:left;
}
.search-form span:nth-child(4) {
    margin-right:0;
}
.search-form #form-age {
    display:none;
}
.search-form select {
    width:100%;
    border:0;
    height:35px;
}
.search-form #submit {
    width:100%;
    border:0;
    background:#4ba82e;
    color:#fff;
    border-radius:3px;
    padding:8px;
    font-size:18px;
}
.result-wrap {
    padding:30px 0 20px 0;
}
.result-wrap:nth-child(even) {
    background:#ececec;
}
.result, .pagination {
    max-width:1300px;
    margin:0 auto;
    border:0;
}
.result-wrap:nth-child(even) .v-info-container {
    background:#fff;
}
.vehicle-image {
    margin-top:0;
}
.vehicle-name a {
    margin-bottom:10px;
    color:#262626;
    font-size:24px;
    line-height:28px;
    float:left;
    width:100%;
}
.result-price {
}
.result-price, .enquiry-buttons {
    margin-top:15px;
}
.vehicle-finance-only {
    font-weight: bold;
}
.details-finance {
    font-size: 20px;
}
.vehicle-finance-only .fromOnlyPrice {
    color: #37ac32;
}
@media(max-width:767px) {
    .details-finance {
        text-align: center;
    }
}
.vehicle-info li {
    margin-top:0;
    margin-bottom:10px;
}
.photo-number {

    bottom:0;
    left:0;
    background:url(/static/images/unity/default/camera.png) center left 5px no-repeat #6A747D;
    padding:5px 5px 5px 30px;
    color:#fff;
    font-size:13px;
    border-radius:0 0px 0 0;
}
.details-wrapper div .tab {
    max-height:500px;
    overflow:scroll;
}
.btn-primary, .details-button a  {
    background:#6A747D;
    transition:.2s;
}
.btn-primary:hover, .btn-primary:focus, .details-button a:hover {
    background:#262626;
}
.result-finance-link a {
    color:#27B25B;
    font-weight:bold;
    background:url(/static/images/unity/stanleycars/finance-arrow.png) center right no-repeat;
    padding-right:25px;
    font-size:16px;
}
.result-finance-link {
    width:100%;
    box-sizing:border-box;
    border-radius:0;
    background:0 !important;
    border:0;
    text-shadow: none;
    box-shadow:none;
}
div .tab {
    box-sizing:border-box;
    background:#EBEBEB;
    width:100%;
}
ul.tablinks li a {
    padding:10px 15px;
    background:#6A747D;
    color:#fff;
}

/* Forms */

fieldset > div {
    background:#ececec;
    padding:20px;
    width:100%;
    box-sizing:border-box;
    margin-bottom:15px;
}
fieldset label {
    width:40%;
    float:left;
}
fieldset .hint {
    margin-top:5px;
}
legend {
    margin-bottom:0;
    border:0;
    background:#6A747D;
    color:#fff;
    padding-left:20px;
    width:100%;
    border-bottom:0;
    font-size:18px;
    box-sizing:border-box;
}
fieldset input[type="text"], fieldset select {
    border: 0;
    height: 35px;
    width:250px;
    background:#fff;
}
fieldset textarea {
    width:250px;
    background:#fff;
    border: 0;
}
.button-submit {
    padding:10px;
    color:#fff;
    border:0;
    background:#6A747D;
    width:150px;
    border-radius:4px;
}
.message-info {
    margin:0 auto;
    max-width:1200px;
    text-align: center;
    font-size:18px !important;
    line-height:24px;
    padding:15px !important;
    box-sizing:border-box;
    background:#6A747D;
    color:#fff;
    border:0;
}
.modal {
    z-index:99999;
}
#button-reset, #valuation-button-submit {
    background:#6A747D;
    color:#fff;
    border:0;
    border-radius:4px;
    padding:10px;
    width:150px;
}
#valuation-button-submit {
    margin-top:-10px;
}
#reset-element {
    margin-left:0;
}
#vehicleModal .modal-close {
    display:none;
}

/*End Forms*/


/*Pop up Forms*/

.newcar-enquiry-form fieldset input[type="text"], .newcar-enquiry-form .newcar-enquiry-form textarea, .ssangyong-enquiry-form fieldset input[type="text"], .ssangyong-enquiry-form .ssangyong-enquiry-form textarea {
    width:100%;
}
#usedEnquiryModal .modal-header, .make-booking-green {
    background:#6A747D;
    border-bottom:0;
    border-color:#6A747D;
    color:#fff;
}
.newcar-enquiry-form .modal-header, #motModal legend {
    background:#6A747D;
    color:#fff;
    text-align: center;
    font-size:24px;
    line-height:28px;
    border-top:5px solid #6A747D;
    border-radius:4px 4px 0 0;
    padding:10px;
    box-sizing:border-box;
}
#usedEnquiryModal .modal-header h1 {
    color:#fff;
}
.newcar-enquiry-form .close {
    color:#fff;
    opacity:0.4;
}
.newcar-enquiry-form h4 {
    text-align: center;
    font-size:24px;
    line-height:28px;
    font-family:'Skoda Pro',arial,helvetica;
}
.newcar-enquiry-form h4 span {
    font-size:42px;
    line-height:42px;
    color:#262626;
}

/*End Pop up forms*/


/*Service Button*/

.mot-service-button {
    width:70%;
    padding:15px;
    box-sizing:border-box;
    background:#6A747D;
    color:#fff;
    margin:0 auto;
    display:block;
    font-size:28px;
    line-height:32px;
}

/*Directions*/

.postcode-search input[type="text"] {
    height:45px;
    background:#ebebeb;
    border:0;
    width:100%;
    box-sizing:border-box;
}
.postcode-search .btn {
    width:100%;
    box-sizing:border-box;
    padding:10px;
    font-size:18px;
}
.adp-directions {
    width:100% !important;
}

/*End Directions*/

.contact-box h4 {
    font-weight:400;
    font-size:24px;
    line-height:28px;
    font-family:'Skoda Pro',arial,helvetica;
}
.contact-box {
    background:#ececec;
    padding:20px;
    box-sizing:border-box;
    margin-bottom:20px;
    height:420px;
}

/*News*/
.news-pagination {
    display:none;
}
.news-article {
    background:#ebebeb;
    padding:20px;
    margin-bottom:20px;
    box-sizing:border-box;
}
.news-article h3 a {
    color:#111;
}
.news-article h3 {
    font-size:24px;
    line-height:28px;
    font-weight:normal;
    font-family:'Skoda Pro',arial,helvetica;
}
.news-article span {
    color:#6A747D;
    display: block;
    margin-bottom:10px;
}
.news-image {
    float:right;
    width:40%;
    padding:0 0 10px 10px;
    margin-top:20px;
}
.news-archive a {
    display:block;
    background:#eee;
    padding:5px 10px;
    box-sizing:border-box;
    clear:both;
    width:100%;
    margin-bottom:2px;
    border-left:5px solid #6A747D;
    color:#6A747D;
}
.news-archive a:hover {
    background:#6A747D;
    text-decoration: none;
    color:#fff;
}
.news-archive h3 {
    margin:0;
    font-family:'Skoda Pro',arial,helvetica;
}
/*End News*/

.tick-icons {
    margin:0 0 20px 0;
    float:left;
    width:100%;
}
.tick-icons li {
    background:url(/static/images/unity/derekslack/tick.png) top left no-repeat;
    background-size:40px;
    padding-left:50px;
    list-style: none;
    float:left;
    width:50%;
    box-sizing:border-box;
    font-size:18px;
    line-height:28px;
    min-height:40px;
    margin-bottom:20px;
}
.filter-col .affix {
    right: auto;
    left: auto;
    top: 50px;
    z-index: 9;
}
.filter-col a {
    text-align: center;
    border:1px solid #ececec;
    margin-bottom:10px;
    padding:10px;
    box-sizing:border-box;
    float:left;
    width:100%;
}

/*Team*/

.team-box {
    background:#ececec;
    padding:20px;
    box-sizing:border-box;
    margin-bottom:20px;
}
.team-box h4 {
    font-size:24px;
    line-height:28px;
    margin-bottom:0;
    font-weight:normal;
    text-transform: uppercase;
    font-family:'Skoda Pro',arial,helvetica;
}
.team-box h5 {
    font-size:18px;
    line-height:24px;
    color:#6A747D;
    margin-top:0;
}


/*Footer*/

.footer-boxes {
    padding:40px 20px 20px 20px;
    box-sizing:border-box;
    background:#222222;
}
.footer-boxes a {
    float:left;
    width:23.5%;
    margin-right:2%;
    margin-bottom:20px;
    background:#fff;
    color:#222;
}
.footer-boxes a:nth-child(4) {
    margin-right:0;
}
.footer-boxes a img {
    width:100%;
}
.footer-boxes a .inner {
    padding:15px;
    box-sizing:border-box;
    font-size:14px;
}
.footer-boxes a h4 {
    text-transform: uppercase;
    font-weight:400;
    font-size:28px;
    line-height:32px;
    margin:0;
    font-family:'Skoda Pro',arial,helvetica;
}
.footer-boxes a span {
    display:block;
    color:#fff;
    background:url(/static/images/unity/derekslack/arrow.png) center right 10px no-repeat #65b235;
    padding:15px;
    text-transform: uppercase;
    transition:.3s;
}
.footer-boxes a:hover span {
    background:url(/static/images/unity/derekslack/arrow.png) center right 10px no-repeat #444;
}
.footer-boxes a:hover {
    text-decoration: none;
}
.footer {
    background:url(/static/images/unity/derekslack/footer.jpg) center top no-repeat #444444;
    padding:40px;
    box-sizing:border-box;
    color:#fff;
}
.footer-link span {
    background:0;
    padding:0;
}
.footer-social a {
    transition:.2s;
}
.footer-social a:hover {
    opacity:0.5;
}
.footer-nav {
    text-align: right;
}
.footer-nav a {
    color:#fff;
}
.footer-nav li {
    list-style: none;
    line-height:24px;
}

/*Media Queries*/


@media(max-width:1400px) {
    .home-search-form {
        margin-top: -400px;
        margin-bottom: 100px;
        padding: 20px;
        width: 360px;
    }
}
@media(max-width:1300px) {
    .navbar .nav > li > a {
        padding:10px 20px;
    }
    .result {
        padding:20px;
        box-sizing:border-box;
    }
    .result-wrap {
        padding:10px 0 0 0;
    }
    .header-email {
        font-size:14px;
    }
}
@media(max-width:1200px) {
    .navbar .nav > li > a {
        padding:10px 16px;
    }
    .header-email {
        margin-left:2%;
    }
    .footer-boxes a .inner {
        min-height:110px;
    }
    .footer-boxes a h4 {
        font-size:20px;
    }
    .home-boxes a {
        margin-bottom:24px;
    }
}
@media(max-width:1150px) {
    .navbar .nav > li > a {
        padding:10px 12px;
    }
    .header-logos {
        margin-left:3%;
    }
    .header-logos a:nth-child(1) img {
        width:55px;
    }
    .header-logos a:nth-child(2) img {
        width:75px;
    }
    .header-logos a:nth-child(3) img {
        width:55px;
    }
    #header .logo img {
        max-width:240px;
    }
    .home-boxes a {
        margin-bottom:22px;
    }
}
@media(max-width:1025px) {
    .navbar .nav > li > a {
        padding:10px 8px;
    }
    .home-boxes a {
        margin-bottom:20px;
    }
    .home-search-form {
        margin:0 0 20px 0;
        width:100%;
        background:#ececec;
        box-shadow:none;
    }
}
@media(max-width:979px) {
    .navbar .btn-navbar, .navbar .btn-navbar:hover, .navbar .btn-navbar:focus {
        width:100%;
        border:0;
        color:#fff;
        box-shadow:none;
        background:0;
    }
    .navbar .nav > li > a {
        padding:12px;
        text-align: center;
        border:0;
    }
    .live-feed {
        font-size:16px;
        line-height:24px;
    }
    .home-boxes h4 {
        font-size:18px;
        line-height:24px;
    }
    .home-boxes a {
        margin-bottom:20px;
    }
    .header-telephone {
        clear:both;
        width:100%;
        text-align: center;
        background:0;
        margin:10px 0;
    }
    .header-telephone br {
        display:none;
    }
    #header .header-telephone span {
        display:inline;
    }
    .header-email {
        float:right;
    }
}

@media(max-width:900px) {
    .header-strip h4 {
        font-size:14px;
    }
    .home-boxes a {
        margin-bottom:18px;
    }
}

@media(max-width:830px) {
    .footer-boxes a {
        width:49%;
    }
    .footer-boxes a:nth-child(2n+2) {
        margin-right:0;
    }
    .home-boxes a {
        margin-bottom:16px;
    }

}

@media(max-width:767px) {
    body {
        padding:0 10px;
    }
    .live-feed img {
        display:none;
    }
    .live-feed .inner {
        padding: 20px;
    }
    .live-feed .span2 {
        display:none;
    }
    .home-boxes .span6 .span6 {
        width:49% !important;
        margin-right: 2% !important;
        float:left !important;
    }
    .home-boxes .span6 .span6:nth-child(2) {
        margin-right:0 !important;
    }
    .header-strip h4 {
        display:none;
    }
    .header-strip {
        text-align: center;
        padding:5px;
    }
    .header-strip .reviews{
        float:none;
        text-align: center;
        margin:0 auto;
    }
    .header-email, #header .header-telephone{
        display:none;
    }
    #header .logo {
        margin: 10px auto;
        float:none;
        text-align: center;
    }
    #header .logo img {
        max-width:200px;
    }
    .footer, .footer-link span {
        text-align: center;
        float:none;
    }
    .footer-nav {
        display:none;
    }
    .testimonial-wrap .inner {
        background-size:50px;
        padding-left:70px;
    }
    .search-form {
        padding:20px;
        box-sizing:border-box;
    }
    .search-form h4, .search-form span {
        width:100%;
    }
    .details-title h1, .details-price {
        text-align: center;
    }
    .contact-box {
        height:auto;
    }
    .header-logos {
        display:none;
    }
}

@media(max-width:480px) {
    .frch-select a {
        padding:15px 5px;
    }
    .home-search-form {
        padding:20px;
    }
    .home-boxes .span6 .span6 {
        width:100% !important;
    }
    h1 {
        font-size:24px;
        line-height:28px;
    }
    h2 {
        font-size:16px;
        line-height:24px;
    }
    .testimonial-wrap .inner {
        background-size:35px;
        padding-left:40px;
        font-size:16px;
        line-height:24px;
    }
    .footer-boxes a {
        width:100%;
    }
    .skoda-header {
        display:none;
    }
    .carousel-indicators div {
        width:25%;
        height:auto;
        box-sizing:border-box;
    }
    .tick-icons li {
        width:100%;
    }
    fieldset label {
        width:100%;
    }
    fieldset input[type="text"], fieldset select, fieldset textarea {
        width:100%;
        box-sizing:border-box;
    }
    .mot-service-button {
        width:100%;
    }
    .collapsed-header img {
        display:none;
    }
    .collapsed-header .header-telephone {
        text-align: center;
        float:none;
        width:210px;
        margin:5px auto;
    }
    .header-strip .reviews .reviews-link {
        font-size: 14px;
        line-height: 18px;
    }
}

.container-fluid.show h1 {
    font-size: 22px;
}
.container-fluid.show .carousel {
}
.new-car-image {
    margin:0 auto;
    display: block;
}

#countdown-clock{
    background: #ececec;
    color: #fff;
    text-align: center;
    font-size: 13px;
}

#countdown-clock div{
    padding: .6em;
    border-radius: 50%;
    background:#6a747d;
    display: inline-block;
    font-weight: bold;
}

#countdown-clock span{
    padding: .6em .8em;
    border-radius: 50%;
    background: #171717;
    display: inline-block;
    font-size: 1.3em;
}

#countdown-clock p{
    text-transform: capitalize;
}

.carousel-indicators{
    position: absolute;
    left: 55px;
    top: auto;
    bottom: 10px;
}
.vehicle-image .carousel-indicators {
    position: relative;
    left:0;
}
.no-results {
    background:#6A747D;
    padding:30px 20px;
    box-sizing:border-box;
    text-align: center;
    font-size:24px;
    line-height:28px;
    border-radius:4px;
    color:#fff;
    display: block;
    transition: .2s;
    position: relative;
}
.no-results img {
    position: absolute;
    top:-35px;
    left:0;
    right:0;
    margin:0 auto;
}
.no-results:hover {
    background:#222;
    color:#fff;
    text-decoration: none;
}
.no-results span {
    font-weight:bold;
    text-transform: uppercase;
    font-size:36px;
    line-height:42px;
}
@media (max-width:767px) {
    .no-results {
        font-size:18px;
        line-height:24px;
    }
    .no-results span {
        font-size:24px;
        line-height:28px;
    }
}
/** drop down advert **/
@keyframes fall-down-advert {
    0%  { opacity: 0; transform: translate(0, -3000px) }
    1%  { opacity: 0.5; transform: translate(0, -600px) }
    20%  { opacity: 1; }
    60%{ transform: translate(0, 0) }
    75%{ transform: translate(0, -50px) }
    90%{ transform: translate(0, 0) }
    95%{ transform: translate(0, -10px) }
    100%{ transform: translate(0, 0); opacity: 1 }
}

.advert__container{
    position: fixed;
    z-index: 9999;
    left: 1em;
    bottom: 1em;
    animation: fall-down-advert 1s ease-in 1, wiggle 5s 5s ease infinite;
    max-width: 100%;
    margin-bottom: 30px;
}

.advert__image{
    cursor: pointer;
    background: #252525;
}

.advert__image:hover{
    box-shadow: 0 1px 16px #65b235;
}

.advert__container .advert__close{
    position: absolute;
    width: 1.6em;
    height: 1.6em;
    line-height: 1.6em;
    font-weight:700;
    background: #65b235;
    color: #000;
    right: -.25em;
    top: -.25em;
    text-align: center;
    cursor: pointer;
    border-radius: 100%;
}

.advert__container .advert__close:hover{
    text-decoration: none;
    transform: scale(1.1);
    transition: transform .2s;
}

.vehicle-image {
    position: relative;
    overflow:hidden;
}
.vehicle-image .result-promo {
    position: absolute;
    top: 30px;
    left: -50px;
    background: rgba(106,116,125,0.8);
    color: #fff;
    padding: 10px 50px;
    font-weight: bold;
    transform: rotate(-30deg);
    width: 280px;
    box-sizing: border-box;
    text-align: center;
    font-size:15px;
    z-index:9;
}
.span4.vehicle-image .stock-identifier {
    position: absolute;
    bottom: 65px;
    right: -50px;
    background: rgba(55, 172, 50, 0.8);
    color: #fff;
    padding: 10px 50px;
    font-weight: bold;
    transform: rotate(-30deg);
    width: 280px;
    box-sizing: border-box;
    text-align: center;
    font-size:15px;
    z-index:9;
}
.carousel-inner .stock-identifier {
    position: absolute;
    bottom: 35px;
    right: -50px;
    background: rgba(55, 172, 50, 0.8);
    color: #fff;
    padding: 10px 50px;
    font-weight: bold;
    transform: rotate(-30deg);
    width: 280px;
    box-sizing: border-box;
    text-align: center;
    font-size:15px;
    z-index:9;
}

@media (max-width:730px){
    .animatedbanner {
        display:none;
    }
}
@media (min-width:730px){
    .mobile-banner {
        display:none;
    }
}
.views-counter {
    font-family: 'Skoda Pro',arial,helvetica;
    font-weight: bold;
    font-size: 15px;
    margin-top: 10px;
    padding: 0px 0 1px 30px;
    background: url(/static/images/unity/derekslack/human-eye-shape.png) no-repeat scroll 0 0 rgba(90, 204, 39, 0);
}
.ui-dialog-titlebar {
    display:none;
}
body .ui-widget-content {
    border:0;
    background:0;
}
body .ui-dialog .ui-dialog-content {
    padding:0;
}
.video-number {
    background: url(/static/images/unity/default/video.png) center left 11px no-repeat #000;
    position: absolute;
    float:left;
    border-radius:0;
    height:28px;
    width:42%;
    left:0;
    padding:8px 0 0 34px;
    color:#fff;
}
.photo-number {
    background: url(/static/images/unity/default/camera.png) center left 11px no-repeat #000;
    position: relative;
    float:left;
    left:50%;
    border-radius:0;
    height:28px;
    width:45%;
    padding:8px 0 0 34px;
    color:#fff;
    z-index:10;
}
.media-wrap div:only-of-type {
    width:100%;
    left:0;
}

@media (min-width:280px) and (max-width:461px){
    .video-number {
        width:41%;
    }
}

@media (min-width:530px) and (max-width:650px){
    .video-number {
        width:44%;
    }
}

@media (min-width:651px) and (max-width:767px){
    .video-number {
        width:40%;
    }
}
@media (min-width:768px) and (max-width:1242px){
    .video-number {
        width:41%;
    }
}


#showroom_finance_cta {
    text-decoration: none;
    float: right;
    background-color: #6A747D;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
}
#showroom_finance_cta:hover {
    background-color:#222;
    color: #fff;
}

.reserve-button {
    width: 82%;
    float: left;
    background:#37ac32 ;
    height: 55px;
    background-image: url("/static/images/unity/derekslack/reservation_icon.png");
    background-repeat: no-repeat;
    background-position: left center;
    -moz-osx-font-smoothing:grayscale;
    backface-visibility:hidden;
    -o-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -webkit-backface-visibility:hidden;
    transform:translateZ(0);
    -o-transform:translateZ(0);
    -ms-transform:translateZ(0);
    -moz-transform:translateZ(0);
    -webkit-transform:translateZ(0);
    animation-name:wiggle;
    -o-animation-name:wiggle;
    -ms-animation-name:wiggle;
    -moz-animation-name:wiggle;
    -webkit-animation-name:wiggle;
    animation-duration:2s;
    -o-animation-duration:2s;
    -ms-animation-duration:2s;
    -moz-animation-duration:2s;
    -webkit-animation-duration:2s;
    animation-timing-function:linear;
    -o-animation-timing-function:linear;
    -ms-animation-timing-function:linear;
    -moz-animation-timing-function:linear;
    -webkit-animation-timing-function:linear;
    animation-iteration-count:infinite;
    -o-animation-iteration-count:infinite;
    -ms-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
    animation-play-state:running;
    -o-animation-play-state:running;
    -ms-animation-play-state:running;
    -moz-animation-play-state:running;
    -webkit-animation-play-state:running
}

.reserve-button a {
    color:#ffffff;
    font-weight: 700;
    text-decoration: none;
    width: 100%!important;
    text-align: center;
    line-height: 50px;
    margin-left: 64px;
}


.enquiry-button {
    width: 32%;
}

/*.btn.btn-primary {
    padding: 13px;
}*/
.reserve-button-small {
    width: 30%;
    float: left;
    color: #ffffff;
    margin: 1%;
    background: #37ac32;
    border-radius: 4px;
    height: 48px;
}


.reserve-button-small a {
    color:#ffffff;
    font-weight: 700;
    text-decoration: none;
    width: 100%!important;
    text-align: center;
    line-height: 50px;
}

.reserve-button-small input {
    padding-left:0;
    border:solid 4px #37ac32;
    border-radius:3px;
}
input {
    margin-top: 4px;
}
.enquiry-buttons a {
    width: 81%;
}
@-webkit-keyframes wiggle{
    2%{
        -webkit-transform:translateX(3px) rotate(2deg);
        transform:translateX(3px) rotate(2deg)
    }

    4%{
        -webkit-transform:translateX(-3px) rotate(-2deg);
        transform:translateX(-3px) rotate(-2deg)
    }

    6%{
        -webkit-transform:translateX(3px) rotate(2deg);
        transform:translateX(3px) rotate(2deg)
    }

    8%{
        -webkit-transform:translateX(-3px) rotate(-2deg);
        transform:translateX(-3px) rotate(-2deg)
    }

    10%{
        -webkit-transform:translateX(2px) rotate(1deg);
        transform:translateX(2px) rotate(1deg)
    }

    12%{
        -webkit-transform:translateX(-2px) rotate(-1deg);
        transform:translateX(-2px) rotate(-1deg)
    }

    14%{
        -webkit-transform:translateX(2px) rotate(1deg);
        transform:translateX(2px) rotate(1deg)
    }

    16%{
        -webkit-transform:translateX(-2px) rotate(-1deg);
        transform:translateX(-2px) rotate(-1deg)
    }

    18%{
        -webkit-transform:translateX(1px) rotate(0);
        transform:translateX(1px) rotate(0)
    }

    20%{
        -webkit-transform:translateX(-1px) rotate(0);
        transform:translateX(-1px) rotate(0)
    }

}

@keyframes wiggle{
    2%{
        -webkit-transform:translateX(25px) rotate(5deg);
        transform:translateX(25px) rotate(5deg)
    }

    4%{
        -webkit-transform:translateX(25px) rotate(5deg);
        transform:translateX(25px) rotate(5deg)
    }

    6%{
        -webkit-transform:translateX(12px) rotate(2deg);
        transform:translateX(12px) rotate(2deg)
    }

    8%{
        -webkit-transform:translateX(-3px) rotate(-2deg);
        transform:translateX(-3px) rotate(-2deg)
    }

    10%{
        -webkit-transform:translateX(6px) rotate(1deg);
        transform:translateX(6px) rotate(1deg)
    }

    12%{
        -webkit-transform:translateX(-2px) rotate(-1deg);
        transform:translateX(-2px) rotate(-1deg)
    }

    14%{
        -webkit-transform:translateX(2px) rotate(1deg);
        transform:translateX(2px) rotate(1deg)
    }

    16%{
        -webkit-transform:translateX(-2px) rotate(-1deg);
        transform:translateX(-2px) rotate(-1deg)
    }

    18%{
        -webkit-transform:translateX(1px) rotate(0);
        transform:translateX(1px) rotate(0)
    }

    20%{
        -webkit-transform:translateX(-1px) rotate(0);
        transform:translateX(-1px) rotate(0)
    }

}
.reserve-button-small {
    -moz-osx-font-smoothing:grayscale;
    backface-visibility:hidden;
    -o-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -webkit-backface-visibility:hidden;
    transform:translateZ(0);
    -o-transform:translateZ(0);
    -ms-transform:translateZ(0);
    -moz-transform:translateZ(0);
    -webkit-transform:translateZ(0);
    animation-name:wiggle;
    -o-animation-name:wiggle;
    -ms-animation-name:wiggle;
    -moz-animation-name:wiggle;
    -webkit-animation-name:wiggle;
    animation-duration:2s;
    -o-animation-duration:2s;
    -ms-animation-duration:2s;
    -moz-animation-duration:2s;
    -webkit-animation-duration:2s;
    animation-timing-function:linear;
    -o-animation-timing-function:linear;
    -ms-animation-timing-function:linear;
    -moz-animation-timing-function:linear;
    -webkit-animation-timing-function:linear;
    animation-iteration-count:infinite;
    -o-animation-iteration-count:infinite;
    -ms-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
    animation-play-state:running;
    -o-animation-play-state:running;
    -ms-animation-play-state:running;
    -moz-animation-play-state:running;
    -webkit-animation-play-state:running
}


.reserve input {
    display: block;
    margin: 0 auto;
}
@media (min-width:320px) and (max-width:400px) {
    .reserve input{
        width:250px;
    }
}

.manageSearchContainer {position: relative;  float: right; font-size: 16px}

@media (max-width:425px) {
    .manageSearchContainer
    {
        position: relative;
        text-align: center;
    }

}

.stock-holder {
    position: absolute;
    width: 170px;
    text-align: right;
    right: 0px;
    padding-top: 7px;
}


@media (max-width:720px) {

    .pagination td, #paginationNew td {
        width: 100%;
        display: block;
        text-align: center !important;
    }

    .stock-holder
    {
        display: none;
    }

}


@media (min-width:720px) {
    .stock-holder {
        padding-right: 20px;
    }

    .page-count {
        padding-left: 20px;
    }
    .stock-holder-mobile
    {
        display: none;
    }

}

@media (max-width:390px) {

    td .pagination {
        font-size: 10px;

    }
}

@media (min-width:290px) and (max-width:430px) {
    .enquiry-button {
        width: 45%;
        margin-left: 10px;
    }
    .reserve-button-small {

        width: 100%;
        padding-bottom: 8px;
    }
}

@media (min-width:431px) and (max-width:900px) {
    .enquiry-button {
        width: 45%;
        margin: 0px;
        margin-left: 10px;

    }
    .reserve-button-small {

        width: 100%;
        height: 40px;
    }
}



@media (min-width:430px) and (max-width:767px)  {
    .reserve-button-small a {
        line-height: 40px;
    }
}
@media (min-width:768px) and (max-width:1163px)  {
    .reserve-button-small a {
        line-height: 18px;
        padding-top: 7px;
    }
}

@media (min-width:250px) and (max-width:640px) {
    .reserve-button {
        width: 100%;
        margin: 10px 0 10px 0;
        float: left;
    }
}
@media (min-width:641px) {
    .reserve-button {
        width: 100%;
        margin: 10px 0 10px 0;
        float: left;
    }
}
@media (min-width:641px) {
    .reserve-button {
        width: 100%;
    }
}

@media (min-width:320px)and (max-width:767px)  {
    .reserve-button {
        width: 100%;
        margin: 10px 0 10px 0;
        float: left;
    }
}

.insurance-link {width: 100%}

@media (min-width:250px) and (max-width:580px){
    iframe {
        width:100%;
    }
}


a.nvr-details-link_demonstrators {
    float: left;
    width: 100%;
    font-size: 14px;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
    margin-top: 10px;
    color: #fff;
    background: #4ba82e;
}

a.nvr-details-link_demonstrators:hover{
    background: #000;
    color: #fff;
}

.enquiry-button .btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    height: 31px !important;
    padding-top: 12px!important;
}

.reserved-car-image {
    float: left;
    width: 30%;
}
.reserved-car-details {
    float: left;
    padding-left: 30px;
}
.reserved-car-details h1 {
    font-size: 28px;
    line-height: 30px;
    font-weight: bold;
}
.reserved-car-details h2 {
    font-size: 26px;
    line-height: 30px;
}
.reserved-car-details h2 span {
    font-weight: 500;
}
.reserved-car-details ul li {
    font-size: 18px;
}

@media (max-width:1250px) {
    .reserved-car-image {
         width: 35%;
     }
}
@media (max-width:850px) {
    .reserved-car-image {
        width: 100%;
    }
}
.details-button {
    width: 19.7%;
    display: inline-block;
}


@media (max-width:1024px) {
    .details-button {
        font-size: 14px;
        display: inline-block;
        width: 19%;

    }
}

@media (max-width:768px) {
    .details-button {
        font-size: 12px;
        display: inline-block;
        width:19.5%;

    }
}


.RegisterInterest--static{
    width: 100%;
    background-color:#4ba82e;
    text-align: center;
    max-height: 50px;

}

.RegisterInterest--static h2 {
    color: white!important;
    padding-top: .25em;
    padding-bottom: .25em;

}

.new-car-select-wrapper {
    padding: 0 15px;
}
.nvr-select {
    margin: 0 -15px 0;
}
.nvr-select .nvr-select-single {
    width: 33.3%;
    margin: 0 0 15px;
    padding: 15px;
}

@media(max-width:767px) {
    .nvr-select .nvr-select-single {
        width:50%;
    }
}
@media(max-width:480px) {
    .nvr-select .nvr-select-single {
        width:100%;
        margin-right: 0;
    }
}

.rep-title {
    text-align: center;
    color:#111;
    margin-bottom:10px;
}
.vehicle-finance-representative {
    background:#d8e1e8;
    margin-bottom:0px;
    box-sizing:border-box;
    border:0;
    font-size:24px;
    line-height:28px;
}
.rep-box {
    float:left;
    width:9%;
    padding:10px;
    box-sizing:border-box;
    margin:0.5%;
    background:#fff;
    color:#111;
    font-size:14px;
    line-height:18px;
    text-align:center;
    font-weight:bold;
    min-height:76px;
    min-width: 110px;
}
@media(max-width:650px) {
    .rep-box {
        width:99%;
        min-height: 0;
        text-align: right;
    }
    .rep-box span {
        float: left;
    }
    .rep-box br {
        display: none;
    }
}
.rep-box span {
    font-size:12px;
    font-weight:normal;
    color:#555;
}
.rep-smallprint {
    clear:both;
    font-size:14px;
    text-align:Center;
    padding:10px;
    box-sizing:border-box;
    background:#fff;
    color:#111;
    font-size:12px;
    line-height:20px;
    margin:0.5%;
    float: left;
    width: 99%;
}
.finance-search .box {
    margin: 20px 0;
    background: #9aabbb;
    border-radius: 5px;
    float: left;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}
.finance-search h4 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 400;
    margin: 0;
}
@media(max-width:480px) {
    .finance-search h4 {
        font-size: 24px;
    }
}
.finance-search .quotebox {
    margin-bottom: 0;
}
.finance-search input,
.finance-search button,
.finance-search select {
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0 10px;
    box-sizing: border-box;
}
.finance-search label {
    font-weight:bold;
    font-size:13px;
    color: #fff;
    margin-top: 5px;
}
#submitQuote {
    margin: 30px 0 0;
    padding:10px;
}
#financeRange {
    display:none;
}
@media(min-width:350px) and (max-width:767px) {
    .finance-search .span3 {
        width: 25%;
        padding-right: 20px;
        float: left;
        min-width: 125px;
    }
}

#searchtype-element {
    margin-left: 0;
}
#searchtype-label {
    display: none;
}