/*=======================================
=          LandRover Font Family        =
========================================*/
.landrover {
    font-family: "landrover", "arial", "helvetica", sans-serif;
}

/*=======================================
=          Jaguar Font Family           =
========================================*/
.jaguar {
    font-family: "jaguar", "arial", "helvetica", sans-serif;
}

/*=======================================
=          Dual Brand CSS               =
========================================*/
body {
    margin:0;
    padding: 0;
}

p {
    padding: 0;
    margin: 0;
}

.header {
    height: 50px;
}

.logo {
    height: 50px;
}

.vehicles-inner {
    width: 100%;    
    overflow: hidden;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap
}

.vehicle-outer {
    float: left;
    vertical-align: top;
    background-color: #ffffff;
    text-decoration: none;
}
.vehicle-inner {
    height: 100%;
}

.vehicle--asset{
    margin-left: -1px;
    margin-right: -1px;
    position: relative;
    overflow: hidden;
}

.vehicle--image {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background-position: 50% 50%;
    background-size: cover;
    vertical-align: top;
    display: inline-block;
}

.vehicle--image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 110%;
    height: 110%;
    background-color: transparent;
    transition: background-color 0.4s;
}

.vehicle-outer:hover .vehicle--image-overlay{
    background-color: rgba(0,0,0,0.4);
}


.vehicle--from,
.vehicle--price {
    display: inline-block;
}

.vehicle--model {
    margin-bottom: 10px;
    text-transform: uppercase;
}

.vehicle--price {
    font-weight: bold;
    margin-bottom: 10px;
}

.vehicle--cta {
    text-decoration: none;
    padding: 20px 20px 10px 0;
}

.vehicle--info-inner {
    padding: 20px;
}

/*=======================================
=          Desktop CSS                  =
========================================*/
@media screen and (min-width: 1281px) {
    .vehicles-outer {
        padding: 90px;
    }
}

@media screen and (min-width: 610px) and (max-width: 1280px) {
    .vehicles-outer {
        padding: 40px;
    }
}

@media screen and (min-width: 901px) {
    .vehicles-outer {
        padding: 40px;
    }

    .vehicle-outer {
      width: 25%;
      border-bottom: 1px solid #eff1f1;
    }

    .vehicle-inner {
        border-right: 1px solid #eff1f1;
    }
}

/*=======================================
=          Tablet CSS                   =
========================================*/
@media screen and (min-width: 610px) and (max-width: 900px) {
    .vehicle-outer {
        width: 50%;
    }

    .vehicle-inner {
        border-right: 1px solid #eff1f1;
    }
}

/*=======================================
=          Mobile CSS                   =
========================================*/
@media screen and (max-width: 609px) {
    .vehicle-outer {
        width: 100%;
        border-bottom: 1px solid #eff1f1;
    }

    .vehicle-inner {
        padding:0;
        
    }

    .vehicle--asset,
    .vehicle--info-outer {
        width: 100%;
    }

    .vehicle--info-outer {
        vertical-align: top;
    }
}


/*=======================================
=          LandRover Brand CSS          =
========================================*/
.landrover {
    font-family: "landrover", "arial", "helvetica", sans-serif;
    background-color: #4a4f54;
}

.landrover .vehicle--model {
    font-family: "landrover", "arial", "helvetica", sans-serif;
    font-weight: bold;
    /*height: 32px;*/
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.05em;
    color: #0c121c;
}

.landrover .vehicle--image{
    background-color: #efefef;
}

.landrover .vehicle--price-from,
.landrover .vehicle--cta {
    font-family: "avenir", "arial", "helvetica", sans-serif;
    font-style: normal;
}

.landrover .vehicle--price-from {
    font-size: 12px;
    letter-spacing: 0.02em;
    color: #4a4f54;
}

.landrover .vehicle--price {
    font-size: 12px;
    letter-spacing: 0.02em;
    font-weight: bold;
    color: #0c121c;
}

.landrover .vehicle--no-price {
    height: 24px;
}

.landrover .vehicle--cta {
    color: #4a4f54;
    font-weight: bold;
    font-size: 10px;
    letter-spacing: .25em;
}


.landrover .vehicle--cta svg {
    position: relative;
    top: 1px;
}

.landrover .vehicle--cta svg .cls-1 {
    fill: #fff;
}
.landrover .vehicle--cta svg .cls-2 {
    fill: #4a4f54;
}
.landrover .vehicle--cta svg .cls-3 {
    mask: url(#mask);
}

.landrover .vehicle--cta:hover {
    color: #0c121c;
}

.landrover .vehicle--cta:hover svg .cls-1,
.landrover .vehicle--cta:hover svg .cls-2 {
    fill: #0c121c;
}

/*=======================================
=          Jaguar Brand CSS             =
========================================*/
.jaguar {
    font-family: "jaguar", "arial", "helvetica", sans-serif;
    background-color: #f0f0f0;
}

.jaguar .vehicle--image{
    background-color: #f6f7f7;
}

.jaguar .vehicle--model {
    font-family: "proximanova", "arial", "helvetica", sans-serif;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 1.5px;
    font-weight: bold;
    color: #000000;
}

.jaguar .vehicle--price-from,
.jaguar .vehicle--cta {
    color: #000000;
    font-family: "proximanova", "arial", "helvetica", sans-serif;
}

.jaguar .vehicle--price-from {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 1px;
}

.jaguar .vehicle--price {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 1px;
    font-weight: bold;
}

.jaguar .vehicle--no-price {
    height: 25px;
}

.jaguar .vehicle--cta {
    color: #9e1b32;
    font-weight: bold;
    font-size: 10px;
    letter-spacing: .25em;
    position: relative;
}

.jaguar .vehicle--cta svg {
    position: absolute;
    top: 19px;
    left: -1px;
}

.jaguar .vehicle--cta svg #path-1,
.jaguar .vehicle--cta svg #path-3 {
    fill: #9e1b32;
}

.jaguar .vehicle--cta .vehicle--cta-label::before {
    content: '\00a0\00a0\00a0';
}

.jaguar .vehicle--cta:hover {
    color: #444444;
    text-decoration: underline;
}

.jaguar .vehicle--cta:hover svg #path-1,
.jaguar .vehicle--cta:hover svg #path-3 {
    fill: #444444;
}
