

.dealer-info-block {
  border-bottom: 1px solid #d7d7d7;
  clear: both;
  background: #fff;
  position: fixed;
  transition: height .3s;
  z-index: 1000;
  width: 100%
}
.car-box{
  margin-top:15px;
  overflow:hidden;
  cursor:default;
  position:relative
}
.car-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.car-box .inner {
  background: #fff;
  overflow: hidden;
  height: 100%;
  position: relative;
  overflow: visible;
  display: block;
  width: 100%;
}
.cars.used .car-box.priced-to-go .inner .image:before {
  content: 'Priced to Go';
  position: absolute;
  background: #dc2d2f;
  transform: rotate(45deg);
  color: white;
  padding: .3em;
  text-align: center;
  right: -37px;
  width: 134px;
  top: 21px;
  font-size: .8em;
}
.cars.used .car-box.demo .inner .image:before {
  content: 'Demo';
  position: absolute;
  background: #00aeef;
  transform: rotate(45deg);
  color: white;
  padding: .3em;
  text-align: center;
  right: -37px;
  width: 134px;
  top: 21px;
  font-size: .8em;
}
a.car-box .inner {
  position: absolute;
}
.car-seleted:before{
  border-color:#00aeef;
  z-index:9
}
a.car-box {
  height: auto !important;
} 
@media ( max-width: 767px ) {
  a.car-box {
    width: 100%;
  }
}
a.car-box:after {
  content: '';
  padding-bottom: 100%;
  display: block;
}
.car-box .image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: height .3s;
  position: relative;
  overflow: hidden;
  background-image: url(/images/car-loading.png);
  border: 1px solid #f2f2f2;
  z-index: 1;
  transition: border .23s;
  width: 100%;
}
.car-box .image:after {
  content: '';
  display: block;
  padding-bottom: 70%;
}
.car-box .car-details > .icon {
  float: right;
}
.car-box .car-details > .icon svg {
  display: inline-block;
  width: 16px;
  height: 16px
}
.car-box .image div:nth-child(1) {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#details-car>.inner:before, .car-box .image div:nth-child(1):before {
  content: ' ';
  position: absolute;
  width: 90px;
  height: 80px;
  background-size: contain;
  z-index: 10;
  background-repeat: no-repeat;
}
.enquiry-slide-form{
    color:#fff;
    background: #77c80e;
    opacity: 0;
    visibility: hidden;
}
#EnquireForm h2 span, .enquiry-form h2 span, .enquiry-slide-form h2 span {
    display: block;
    font-size: .8em;
    margin-top: 5px;
    color: #000;
}
.desktop .enquiry-slide-form{
    width:600px;
    position:fixed;
    left:50%;
    overflow:auto;
    max-height:100%;
    margin:0 0 0 -300px
}
.enquiry-disabler{
    background:rgba(0,0,0,.76);
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    transition:opacity .3s,visibility .3s;
    opacity:0;
    visibility:hidden;
    z-index:1321
}
body.viewing-enquiry-form .enquiry-disabler{
    opacity:1;
    visibility:visible
}
body.viewing-enquiry-form .enquiry-slide-form{
    opacity:1;
    visibility:visible
}
.enquiry-slide-form .custom-checkbox .btn,.enquiry-slide-form .custom-radio .btn{
    transition:color .3s,border .3s
}
body.viewing-enquiry-form #details-car>.inner>.content>.ss-wrapper>.ss-content,body.viewing-repayment-calculator #details-car>.inner>.content>.ss-wrapper>.ss-content{
    overflow:hidden
}
body.viewing-enquiry-form #details-car>.inner>.content>.ss-scroll,body.viewing-repayment-calculator #details-car>.inner>.content>.ss-scroll{
    display:none
}
body.viewing-enquiry-form #header-show,body.viewing-repayment-calculator #header-show{
    display:none
}
.enquiry-slide-form .custom-checkbox .btn:hover,.enquiry-slide-form .custom-radio .btn:hover{
    color:#fff;
    border-color:#fff
}
.form-group.custom-checkbox:nth-child(2){
    padding-left:0
}
.form-group.custom-checkbox:last-child{
    padding-right:0
}
#EnquireForm .form-group.custom-checkbox:nth-child(2){
    padding-left:15px
}
#EnquireForm .form-group.custom-checkbox:last-child{
    padding-right:15px
}
#EnquireForm h2 span,.enquiry-form h2 span,.enquiry-slide-form h2 span{
    display:block;
    font-size:.8em;
    margin-top:5px;
    color:#000;
    font-weight: normal;
    font-family: latolight, Arial, Helvetica, sans-serif
}
.enquiry-slide-form .custom-checkbox .btn,.enquiry-slide-form .custom-radio .btn{
    font-family:latoregular,sans-serif;
    width:100%
}
.enquiry-form>.content{
    position:relative;
    overflow:visible
}
input#call-now-btn,input#send-inquiry-btn{
    color:#77c80e
}
input#call-now-btn:hover,input#send-inquiry-btn:hover{
    color:#fff
}
.btn-enquire-float{
    opacity:0;
    visibility:hidden;
    transition:opacity .3s,visibility .3s;
}
@media ( min-width: 768px ) {
  .btn-enquire-float{
    width:510px
  }
}
.car-box .buttons {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  padding-top: 5.9%;
  background: rgba(255,255,255,.8);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s,visibility .3s;
  z-index: 2;
}
.car-box:hover .buttons{
    opacity:1;
    visibility:visible
}
.car-box .buttons a {
  background: #DC2D2F;
  color: #fff;
  text-transform: uppercase;
  font-family: latobold,sans-serif;
  border: 0;
  text-decoration: none;
  font-size: 1rem;
  padding: 10px;
  display: inline-block;
  width: 100%;
  max-width: 200px;
  margin: 1em auto;
  display: block;
  height: 40px;
}
.car-box a[href="#callme"], .car-box a[href="#enquire"] {
  fill: #fff;
  background: #77c80e;
}
.car-box a[href="#callme"] svg, .car-box a[href="#enquire"] svg {
  width: 20px;
  display: inline-block;
  height: 20px;
  vertical-align: text-bottom;
  margin: 0 .5em 0 0;
}
.car-box a[href="#enquire"] {
  fill: #fff;
  background: #77c80e;
}
.car-box a[href="#callme"] {
  fill: #fff;
  background: #00aae4;
}
.car-information {
  position: relative;
  border: 1px solid #f2f2f2;
  width: calc(100% - 32px);
  margin: -20px 0 0 16px;
  background: #fff;
  z-index: 2;
  transition: border .23s
}
.car-box:hover .car-information{
    border-color: #00aae4;
}
.car-box .car-information .headline {
  border-bottom: 1px solid #f2f2f2;
  display: flex;
}
body.cars.new .car-box>span {
  background-size: contain;
  border: 1px solid #f2f2f2;
  position: absolute;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
}
body.cars.new .car-box>span, body.cars.new.find-a-dealer .car-box>span, body.cars.specials .car-box>span, body.home .car-box>span, body.not-found .car-box>span {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
}
.car-box .car-information h3 {
  color: #00aae4;
  text-transform: uppercase;
  flex-grow: 1;
  height: 65px;
  overflow: hidden;
  border-right: 1px solid #f2f2f2;
  padding: 13px;
  font-family: latobold,sans-serif;
  position: relative;
  transition: height .3s,font .3s,width .3s,margin .3s;
  border-bottom: 0;
  margin: 0;
  text-align: left;
}
.car-box .car-information h3 span {
  display: block;
  height: 41px;
  overflow: hidden;
}
.car-box .manufacturer {
  flex: 0 0 90px;
  background-position: 50%;
  text-indent: -1000px;
  overflow: hidden;
  background-size: contain;
}
.car-box .car-information .costs {
  font-size: 22px;
  vertical-align: middle;
  color: #00aae4;
  line-height: 22px;
  display: block;
  clear: both;
  float: left;
}
.car-box .car-information .costs:before {
  content: 'From';
  display: block;
  color: #8c8c8c;
  margin-top: -4px;
  line-height: 1em;
  font-size: .5em;
}
.car-box .car-information .costs .price {
  float: left;
  font-family: latobold,sans-serif;
  position: relative;
  font-size: 24px;
  transition: all .3s;
}
.car-box .car-information .costs .installment {
  padding: 3px 0 5px;
  font-weight: 400;
  font-size: .6em;
  line-height: .8em;
  transition: all .3s;
  position: relative;
  color: #8c8c8c;
  clear: both;
}
.fCalc, .finance-settings {
  display: none!important;
}
.car-information h2 sup{
  top:0
}
.car-box .icon.icon-odometer {
  float: right;
  padding: 10px 0;
}
.car-box .icon-odometer:before {
  float: left;
  padding: 0 5px 0 0;
  content:'';
  background: url(/svg/odometer.svg) 0 0 no-repeat;
  background-size: contain;
}
.car-box .car-information .details {
  clear: both;
  color: #707070;
  font-size: 13px;
  transition: all .3s;
}
.car-box .car-information .car-details {
  border-bottom: 1px solid #f2f2f2;
  padding: 13px;
}
.car-box .car-information .details:after {
  content: '';
  clear: both;
  display: block;
}
.car-box .car-information .details li {
  float: left;
  padding: 0 5px;
  position: relative;
}
.car-box .car-information .details li:first-child {
  padding-left: 0;
}
.car-box .car-information .details li:after {
  position: absolute;
  content: '|';
  right: -2px;
  opacity: .7;
}
.car-box .car-information .details li:last-child:after {
  content: '';
}
.car-features li{
  display:inline-block;
  padding-left:5px;
  padding-right:5px;
  position:relative;
  font-weight:400;
  line-height:23px;
  font-size: .8em
}
.car-features li:after{
  position:absolute;
  content:'|';
  right:-2px
}
.car-features li:last-child:after{
  content:''
}
.car-features li:first-child{
  padding-left:0
}
.car-image{
  cursor:pointer;
  position:relative
}
.car-image img{
  width:100%
}
.car-box .region {
  display: flex;
}
.car-box .region div {
  padding: 13px;
  flex-grow: 1;
}
@media ( min-width: 768px ) {
  .car-box .car-information h3 {
    font-size: 1.13em;
    line-height: 1.2em;
  }
}
@media ( max-width: 767px ) {
  .car-box .region div:nth-child(1) {
    font-size: .7em
  }
  .car-box .car-information h3 {
    font-size: 1em;
    line-height: 1.2em;
  }

  .enquire-form label {
      float: left;
      width: 40%;
      color: #fff;
  }
  
  .enquire-form .form-control {
      width: 59%
  }
  
  .enquire-form .custom-checkbox label,
  .enquire-form .custom-radio label {
      width: auto;
  }
  
  .enquire-form .custom-checkbox label {
      width: 98%;
  }
}
.car-box .region a {
  width: 40px;
  flex-grow: 0;
  border-left: 1px solid #f2f2f2;
  text-align: center;
  padding-top: 13px;
}
body.viewing-callme-form #callMePopup{opacity:1;visibility:visible}body.viewing-callme-form #callMeDisabler{opacity:1;visibility:visible}
#callMePopup h2 em{color:#fff}.desktop body.viewing-car-page #callMePopup .enquiry-close-button{display:block}.desktop body.viewing-car-page #callMePopup .enquiry-close-button a svg{width:20px;height:20px;fill:#fff}body.viewing-car-page #callMePopup .text-right{width:6%}

.enquiry-slide-form {
  transition: opacity .3s,visibility .3s;
  z-index: 100000322;
  padding: 15px;
}
@media ( min-width: 768px ) {
  .enquiry-slide-form {
    top: 0;
  }
}
.enquiry-form>.content {
  position: relative;
  overflow: visible;
}
#RefineColumn pre, .car-box h3 pre {
  font-family: inherit;
  text-transform: none;
  color: inherit;
  border: 0;
  background: 0 0;
  padding: 0;
  line-height: inherit;
  display: inline;
  font-size: inherit;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #fff;
}
@media ( max-width: 767px ) {
  .enquire-car h3 {
    font-size: 22px;
    font-family: latobold, sans-serif;
  }
}
.modal-header h2, .enquiry-form h4 {
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  font-family: latolight,sans-serif;
  font-weight: normal;
  text-align: left;
}
.modal-header h2 {
  margin-bottom: 0;
}
.enquiry-form h3,
.enquire-form h3 {
  color: #fff;
  text-transform: uppercase;
  border: 0;
}
.enquiry-form h4 {
  margin: .3em 0 .9em;
}
.modal-header h2 em, .enquiry-form h3 em, .enquiry-form h4 em {
  font-family: latobold,sans-serif;
  font-style: normal;
  color: #fff;
}
#EnquireForm h2 span, .enquiry-form h2 span, .enquiry-slide-form h2 span {
  display: block;
  font-size: .8em;
  margin-top: 5px;
  color: #000;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.enquiry-form .modal-header{
    border-color:#fff
}
.enquiry-form input {
  border: 0;
}
.enquire-car .car-features {
  min-height: auto;
}

.car-features {
  min-height: 50px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.enquire-car h3{
    color:#000;
    font-family: latolight, Arial, Helvetica, sans-serif;
    border: 0;
    margin: 0 0 15px 0
}
.enquire-form .btn-default {
  border-color: rgba(255,255,255,.3)
}
.modal-car-price{
    font-size:28px;
    color:#fff;
    padding: 0 0 .3em;
    font-family:latobold,'Arial Bold',Helvetica,sans-serif
}
@media ( max-width: 767px ) {
  .modal-car-price{
      font-size:22px;
  }
}
.modal-car-price .car-installment{
    font-size:16px;
    color:#fff;
    font-weight:400;
    margin-left:20px
}
.enquiry-form .car-features li{
    color:rgba(0,0,0,1)
}
.enquire-car{
    padding-top:5px;
    padding-bottom:20px;
    border-bottom:1px solid #fff;
    margin-bottom:15px
}
input#call-now-btn,input#send-inquiry-btn{
    background:#77c80e;
    color:#fff;
    border: 1px solid #fff;
    -webkit-appearance: none;
}
input#call-now-btn:hover,input#send-inquiry-btn:hover{
    color:#77c80e;
    background:#fff;
    border: 1px solid #fff;
}
.enquiry-form .sub-title{
    color:#fff
}
.enquiry-form label{
    font-family:latobold,'Arial Bold',Helvetica,sans-serif
}
.custom-checkbox input[type=checkbox]{
    visibility:hidden;
    position:absolute;
    left:0;
    top:0
}
.custom-checkbox .btn-default:active,.custom-checkbox .btn-default:active:focus,.custom-checkbox .btn-default:focus,.custom-checkbox .btn-default:hover{
    border:1px solid #464646;
    color:#464646;
    background:0 0
}
.specials .sorting,
.specials #details-car {
    display: none;
}
body.cars .promo-banner {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  max-width: 1140px;
  margin: 30px auto 0;
  text-align: center;
}
.promo-banner.leaderboard {
  max-width: 1000px;
  margin: 0 auto 2em !important;
}
.promo-banner img {
  display: block;
  width: 100%;
  margin-bottom: 2em;
  /*position: absolute;*/
  /*top: 0;*/
}
.promo-banner:before {
  content: '';
  padding-top: 23.9%;
  /*display: block;*/
  margin-bottom: 2em;
  background: #e0e0e0;
}
.cars.specials .results-outer .specials-wrapper {
  width: 100%;
  margin: 1px auto;
  text-align: center;
}
.cars.specials .results-outer .specials-wrapper .car-box {
  display: inline-block;
  float: none;
  height: 440px;
}
.cars.specials a.car-box {
  cursor: pointer;
}
.cars.specials a.car-box img {
  max-width: 1000px;
  position: absolute;
  height: 100%;
  transform: translate(-50%,-50%);
  left: 50%;
  top: 50%;
}
.cars.specials .no-more-results {
  display: none;
}
@media (max-width:399px){
    .custom-checkbox .btn-default{
        padding:8px 7px;
        font-size:13px;
        font-weight:400
    }
}
@media (min-width:400px) and (max-width:767px){
    .custom-checkbox .btn-default{
        padding:8px 7px;
        font-size:13px;
        font-weight:400
    }
}
@media (max-width:767px){
    .custom-block-section .custom-checkbox{
        display:inline-block;
        padding:0 1%;
        width:32.33%
    }
}
.enquiry-form .custom-checkbox input[type=checkbox]:checked+label{
    color:#fff;
    border-color:#fff
}
.enquire-form .form-control{
    color:#222;
    border-color:#fff
}
.enquire-form .error-message{
    color:#ed1c24
}
@media ( min-width: 768px ) {
  .enquiry-slide-form {
    width: 600px;
    position: fixed;
    left: 50%;
    overflow: auto;
    max-height: 100%;
    margin: 0 0 0 -300px;
  }
  .cars.specials .car-box {
    margin: 0 3% 3% 0;
  }
  body.refine-section-expanded .car-box {
    width: 25%;
  }

}
html.imperial .btn-enquiry + a[href="#apply-for-finance"] {
  display: none;
}

#fCalculator {
  display: none;
}
