﻿h1, .deal-title i {
    font-size: 2rem !important;
    margin: 0;
}

h2 {
    font-size: 1.75rem !important;
}

.vehicle_box {
    padding-top: 40px;
    position: relative;
}

    .vehicle_box .fade-box {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        z-index: 100;
        background: /* On "top" */ repeating-linear-gradient( 45deg, transparent, transparent 4px, rgba(38, 38, 38, 0.5) 10px, rgba(39, 38, 38, 0.9) 10px ), /* on "bottom" */ linear-gradient( to bottom, rgba(0, 0, 0, 1), #000000 );
        opacity: 0.5;
    }

.deal-banner {
    display: flex;
    justify-content: space-between;
    background: #2b2b2b;
    align-items: center;
    padding-right: 60px;
}

.deal-expired-text {
    margin-left: 20px;
    margin-right: 40px;
    color: white;
    font-size: 1rem;
}

.deal-expiry-info {
    display: flex;
    align-items: center;
}

.deal-home-button{
    color:#fff;
    font-size:1rem;
}

.deal-expired-text a{
    text-decoration:underline;
    color:#fff!important;
}

.deal-title, .deal-countdown {
    color: #fff;
    display: flex;
    align-items: center;
}

.deal-title {
    padding: 10px 20px 10px 60px;
    background: #b20202;
    position:relative;
    margin:15px 0;
}

    .deal-title:after, .deal-title:before {
        left: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .deal-title:after {
        border-color: rgba(178, 2, 2, 0);
        border-left-color: #b20202;
        border-width: 28px;
        margin-top: -28px;
    }

    .deal-title:before {
        border-color: #2b2b2b;
        border-left-color: #b20002;
        border-width: 28px;
        margin-top: -28px;
    }



.deal-countdown {
    padding-right: 60px;
}

    .deal-countdown h2 {
        margin-right: 20px;
    }

.grab-slider {
    position: relative;
}

    .grab-slider i {
        position: absolute;
        height: 16px;
        width: 16px;
        right: 8px;
        top: 50%;
        margin-top: -8px;
        z-index: 10;
        color: #fff;
    }

.vehicles-gallery {
    width: 100%;
    background: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

    .vehicles-gallery * {
        -webkit-backface-visibility: initial;
    }

.chck-buttons li > i {
    display: none;
}

.chck-buttons li.locked {
    position: relative;
}

    .chck-buttons li.locked > i {
        display: inline;
        position: absolute;
        height: 16px;
        width: 16px;
        right: 8px;
        top: 50%;
        margin-top: -8px;
        z-index: 10;
        color: #fff;
    }

#clockdiv {
    color: #fff;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 30px;
}

    #clockdiv > div {
        padding: 10px 0px;
        background: #000;
        display: inline-block;
    }

        #clockdiv > div:last-of-type {
            padding-right: 0;
        }

    #clockdiv div > span {
        padding: 5px 15px;
        display: inline-block;
        background: linear-gradient(to bottom, #f2f6f8 0%,#d8e1e7 50%,#c8d3d9 51%,#f2f9fe 100%);
        color: #b20202;
        font-weight: 700;
    }

.smalltext {
    font-size: 0.75rem;
    background: #b20202;
    font-weight: 700;
    padding: 5px 0;
}

.special-vehicle-details {
    position: relative;
    overflow: hidden;
}

    .special-vehicle-details:before {
        content: "";
        position: absolute;
        width: 3000px;
        height: 3000px;
        top: -80%;
        left: -30%;
        z-index: -1;
        background: url(https://imagecdn.leasingoptions.co.uk/website/static/deal-tile-bg.jpg) 0 0 repeat;
        -webkit-transform: rotate(315deg);
        transform: rotate(315deg);
    }

.deal-highlights {
    background: white;
    padding: 15px;
    margin-top: 20px;
}

.key-info {
    margin-top: 20px;
}

.deal-highlights p {
    margin-bottom: 20px;
}

/*
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px and up
*/

@media (min-width: 1025px) {
}

/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .deal-banner{
        padding-right:0;
    }

    .special-vehicle-details:before {
        top: -50%;
        left: -100%;
    }

    .deal-countdown {
        padding-right: 20px;
    }

    .deal-title {
        padding-left: 20px;
    }

        h1, .deal-title i {
            font-size: 1.2rem !important;
            margin: 0;
        }

    .deal-title {
        height: 56px;
    }

    .deal-expired-text {
        margin-left: unset;
        font-size: 1rem;
        margin-right: 20px;
    }

    .deal-home-button {
        font-size: 1rem;
        margin-right: 20px;
    }

    .deal-expiry-info {
        display: flex;
        align-items: center;
    }
}

/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .special-vehicle-details:before {
        top: -50%;
        left: -100%;
    }

    h1, .deal-title i {
        font-size: 1.2rem !important;
        margin: 0;
    }

    .deal-title {
        height: 56px;
    }

    .deal-expired-text {
        margin-left: unset;
        font-size: 1rem;
        margin-right: 20px;
    }

    .deal-home-button {
        font-size: 0.8rem;
    }

    .deal-expiry-info {
        display: flex;
        align-items: center;
    }
}
        /*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
        @media (min-width: 320px) and (max-width: 480px) and (orientation: portrait) {

            .deal-title:before, .deal-title:after {
                border-width:0;
            }

            .vehicle_box {
                padding-top: 0;
            }

            .deal-banner {
                display: flex;
                flex-direction: column;
                padding-right:0;
            }

            .vehicle-details {
                padding-top: 20px;
            }

            .special-vehicle-details:before {
                top: -60%;
                left: -100%;
            }

            .deal-highlights {
                margin-bottom: 20px;
            }

            .deal-countdown {
                padding-right: 0;
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                padding: 0 20px;
                width: 100%;
            }

            h1, .deal-title i {
                font-size: 1.8rem !important;
                margin: 0;
            }

            .deal-countdown h2 {
                margin: 0;
                font-size: 1.5rem !important;
            }

            .deal-title {
                padding-left: 20px;
                width: 100%;
                justify-content:center;
            }

            #clockdiv {
                display: flex;
                font-size: 1rem;
            }

                #clockdiv div > span {
                    padding: 5px 13px;
                }

                #clockdiv > div {
                    padding: 10px 0;
                }

            .deal-expiry-info {
                display: flex;
                flex-direction: column;
            }

            .deal-expired-text {
                margin-top: 10px;
                text-align:center;
            }

            .deal-home-button {
                margin: 10px 20px 10px 20px;
            }
        }
        /*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
        @media (min-width: 481px) and (max-width: 767px) and (orientation: landscape) {

            .deal-title:before, .deal-title:after {
                border-width: 0;
            }

            .vehicle_box {
                padding-top: 0;
            }

            .deal-banner {
                display: flex;
                flex-direction: column;
                padding-right:0;
            }

            .vehicle-details {
                padding-top: 20px;
            }

            .special-vehicle-details:before {
                top: -60%;
                left: -100%;
            }

            .deal-highlights {
                margin-bottom: 20px;
            }

            .deal-countdown {
                padding-right: 0;
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                padding: 0 20px;
                width: 100%;
            }

            h1, .deal-title i {
                font-size: 1.8rem !important;
                margin: 0;
                padding-right: 40px;
            }

            .deal-countdown h2 {
                margin: 0;
                font-size: 1.5rem !important;
            }

            .deal-title {
                padding-left: 20px;
                width: 100%;
                display: flex;
                justify-content: center;
            }

            #clockdiv {
                display: flex;
                font-size: 1rem;
            }

                #clockdiv div > span {
                    padding: 5px 13px;
                }

                #clockdiv > div {
                    padding: 10px 0;
                }

            .deal-expiry-info {
                display: flex;
                flex-direction: column;
            }

            .deal-expired-text {
                margin-top: 10px;
                margin-right:0;
                margin-left: 0;
            }

            .deal-home-button {
                margin: 10px 20px 10px 20px;
            }
        }
