﻿/**
    Auction Nation 2022 CSS 
*/
a[href="/home/AccountUpdate"] {
    display: none;
}

@font-face {
    font-family: 'Gotham Medium';
    src: url(font/gothammedium.otf) format('opentype');
}

@font-face {
    font-family: 'Gotham Book';
    src: url(font/gothambook.otf) format('opentype'), url(font/gothambook.ttf) format('truetype'), url(font/gothambook.woff) format('woff');
}

@font-face {
    font-family: 'Gotham Bold';
    src: url(font/gothambold.otf) format('opentype'), url(font/gothambold.ttf) format('truetype');
}

@font-face {
    font-family: 'Gotham Black';
    src: url(font/gothamblack.otf) format('opentype');
}

/*
    bottom logos
*/
.logo-sprite.auto-and-general { background-position: center -0px; }
.logo-sprite.budget { background-position: center -70px; }
.logo-sprite.dialdirect { background-position: center -140px; }
.logo-sprite.virgin-money { background-position: center -210px; }
.logo-sprite.first-for-women { background-position: center -280px; }
.logo-sprite.virseker { background-position: center -350px; }
.logo-sprite.lion-of-africa-insurance { background-position: center -420px; }
.logo-sprite.telesure { background-position: center -490px; }
.logo-sprite.standard-bank { background-position: center -560px; }
.logo-sprite.bryte { background-position: center -630px; }
.logo-sprite.santam { background-position: center -700px; }
.logo-sprite.alexander-forbes { background-position: center -770px; }
.logo-sprite.brolink { background-position: center -840px; }
.logo-sprite.europcar { background-position: center -910px; }
.logo-sprite.outsurance { background-position: center -980px; }
.logo-sprite.genric { background-position: center -1050px; }
.logo-sprite.lion-of-africa { background-position: center -1120px; }
.logo-sprite.integri-sure { background-position: center -1190px; }
.logo-sprite.cib { background-position: center -1260px; }
.logo-sprite.discovery-insure { background-position: center -1330px; }
.logo-sprite.old-mutual { background-position: center -1400px; }
.logo-sprite.miway { background-position: center -1470px; }

a {
    text-decoration: none;
}

body {
    font-family: 'Gotham Medium', Gotham, Arial, sans-serif;
}

input, textarea {
    -webkit-appearance: none;
}

.header {
    position: relative;
    display: inline-block;
    width: 100%;
    z-index: 50;
}

.notification-bar {
    text-align: center;
    color: #fff;
    font-family: 'Gotham Medium', Gotham, Arial, sans-serif;
    font-size: 14px;
    padding: 10px 0;
    text-transform: uppercase;
    display: none;
}

    .notification-bar .message {
        text-shadow: 0px 1px 1px rgba(0,0,0,0.4);
        margin: 0 20px 0 0;
    }

a.btn-rounded {
    line-height: 1;
    padding: 10px 20px;
    background-color: #00a8e3;
    color: #fff;
    border-radius: 100px;
    display: inline-block;
    margin: 0px;
    font-family: 'Gotham Bold', Gotham, Arial, sans-serif;
    font-size: 0.9em;
}

    a.btn-rounded.light {
        background-color: #fff;
        color: #666666;
    }

.notification-bar.green {
    background-color: #75c625;
}

.notification-bar.orange {
    background-color: #e9980c;
}

    .notification-bar.green a.btn-rounded.dark {
        background-color: #458308;
    }

.notification-bar.orange a.btn-rounded.dark {
    background-color: #c67400;
}

.notification-bar.red {
    background-color: #d41c22;
}

    .notification-bar.red a.btn-rounded.dark {
        background-color: #a61313;
    }

.nav-bar {
    background-color: #fff;
    display: inline-block;
    width: 100%;
    text-align: center;
    vertical-align: top;
}

    .nav-bar > .container {
        display: inline-block;
        vertical-align: top;
    }

a.site-logo {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

    a.site-logo > img {
        width: 140px;
    }

ul.main-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    color: #2266b6;
    font-family: 'Gotham bold', Gotham, Arial, sans-serif;
    text-transform: uppercase;
    line-height: 1;
    font-size: 13px;
}

    ul.main-menu > li {
        display: inline-block;
        margin: 0 4px;
        position: relative;
        padding: 40px 0px;
        line-height: 10px;
    }

        ul.main-menu > li > a {
            color: inherit;
            line-height: 1;
            color: #2266b6;
            text-decoration: none;s
        }

.profile-icon {
    display: inline-block;
    vertical-align: top;
}

    .profile-icon > img {
        width: 40px;
    }

.profile-name {
    text-transform: uppercase;
    font-family: 'Gotham Bold', Gotham, Arial, sans-serif;
    line-height: 1;
    font-size: 18px;
    display: inline-block;
    vertical-align: top;
    margin: 5px 0 5px 3px;
}

    .profile-name > h2 {
        font-size: 0.6em;
        margin: 0 0 2px 0;
        color: #969696;
        text-align: left;
    }

    .profile-name > h1 {
        font-size: 1em;
        color: #353535;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 100%;
        white-space: nowrap;
        margin: 0;
        max-width: 140px;
    }

.menu-arr {
    text-align: left;
    font-size: 10px;
    color: #999;
    font-family: 'Gotham Book', Gotham, Arial, sans-serif;
}

span.ico-arr {
    border: 0.7em solid;
    border-bottom: 0;
    border-left-color: transparent;
    border-right-color: transparent;
    height: 0px;
    width: 0px;
    opacity: 0.5;
    display: inline-block;
}

.profile-badge {
    display: inline-block;
}

.deposit-statuses {
    vertical-align: top;
    display: inline-block;
}



.deposit-statuses > div {
    border: 2px solid;
    display: block;
    padding: 4px 11px;
    font-family: 'Gotham Bold', Gotham, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 9px;
    vertical-align: top;
    margin: 1px 0px 1px 12px;
    position: relative;
}

    .deposit-statuses > div > .status-icon {
        position: absolute;
        width: 20px;
        height: 20px;
        top: -10px;
        right: -10px;
        border-radius: 20px;
        background-repeat: no-repeat;
        background-position: center;
    }


    .deposit-statuses > div {
        background-color: #ffd8d9;
        color: #d92027;
    }

        .deposit-statuses > div > .status-icon {
            background-color: #d92027;
            background-image: url(Images/alert_white.png);
            background-size: 50% auto;
        }

        .deposit-statuses > div.active {
            background-color: #cff1ae;
            color: #66b716;
        }

    .deposit-statuses > div.active > .status-icon {
        background-color: #66b716;
        background-image: url(Images/tick_white.png);
        background-size: 60% auto;
    }

    .deposit-statuses > div.need-payment {
        color: #fc9916;
        background-color: #fff5d3;
    }

        .deposit-statuses > div.need-payment > .status-icon {
            background-color: #fc9916;
            background-image: url(Images/alert_white.png);
            background-size: 50% auto;
        }

    

.left-nav {
    float: left;
}

.right-nav {
    float: right;
    padding: 24px 10px;
    box-sizing: border-box;
    position: relative;
    height: 92px;
}

    .right-nav.line {
        border-left: 1px solid #bfbfbf;
    }

    .right-nav.line:before {
        position: absolute;
        content: '';
        left: 0;
        bottom: 0;
        width: 60px;
        height: 5px;
        background-color: #d9d9d9;
    }

ul.main-menu > li > a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: #4873bd;
    opacity: 0;
}

ul.main-menu > li > a:hover:after {
    opacity: 1;
}

.brands-section  {
    background-color: #fff;
    display: inline-block;
    width: 100%;
    padding: 10px 0 20px 0;
}

.brands-section h2 {
    color: #9f9f9f;
    font-size: 17px;
    font-family: 'Gotham Book', Gotham, Arial, sans-serif;
    text-align: center;
    margin: 40px 0;
}

#logoSlider {
    margin: 40px 0;
}

    #logoSlider.slick-initialized .slick-slide {
        text-align: center;
    }

.main-image .slick-slide img {
    display: block;
    width: 100%;
}

.logo-sprite {
    background-image: url(Images/logos.jpg);
    width: 150px;
    height: 70px;
    background-repeat: no-repeat;
    display: inline-block;
    background-position: center;
}

.footer-nav {
    background-color: #222222;
    background-image: url(Images/footer_pattern.png);
    background-size: cover;
    background-position: center;
    padding: 40px 0;
}

ul.footer-menu {
    border-left: 3px solid #d92027;
    list-style: none;
    padding: 0px 0 10px 24px;
    margin: 0;
}

    ul.footer-menu > li {
        margin: 0 0 10px 0;
        line-height: 1.2;
    }

        ul.footer-menu > li > a {
            color: #fff;
            font-family: 'Gotham Bold', Gotham, Arial, sans-serif;
            text-transform: uppercase;
            font-size: 12px;
            line-height: 1;
        }

.call-us {
    border-left: 2px solid #fff;
    padding: 7px 0 0 24px;
}

    .call-us > h2 {
        font-family: 'Gotham Book', Gotham, Arial, sans-serif;
        font-weight: 300;
        margin: 0;
        line-height: 1;
        font-size: 22px;
        text-transform: uppercase;
        color: #fff;
    }

    .call-us > h1 {
        font-size: 44px;
        margin: 8px 0 0 -2px;
        color: #3779c6;
    }

    .call-us > h1 > a {
        color: inherit;
    }

.hover-change {
    overflow: hidden;
    display: inline-block;
    height: 1em;
    line-height: 1em;
}

span.hover-slide {
    position: relative;
    top: 0em;
    height: 2em;
    display: inline-block;
    transition: all 0.2s;
    vertical-align: top;
}

    span.hover-slide > span {
        display: block;
        line-height: 1em;
        font-size: 1em;
        vertical-align: top;
    }

.hover-change:hover .hover-slide {
    top: -1em;
}

.footer-copyright {
    font-family: 'Gotham Medium', Gotham, Arial, sans-serif;
    color: #b1b1b1;
    background-color: #000;
    text-align: center;
    padding: 20px;
    font-size: 12px;
}

.grey-pattern {
    background-color: #f2f2f2;
    background-image: url(images/pattern_right.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    padding: 20px 0;
}

h2.red-title {
    font-family: 'Gotham Book', Gotham, Arial, sans-serif;
    font-weight: normal;
    color: #434343;
    position: relative;
}

    h2.red-title b {
        color: #d92027;
        font-family: 'Gotham Bold', Gotham, Arial, sans-serif;
        font-weight: bold;
    }

        h2.red-title b:before {
            content: '';
            position: absolute;
            bottom: -8px;
            height: 4px;
            width: 50px;
            background-color: #d92027;
        }

.light-blue-box {
    background-color: #cadff6;
}

.auctions-box:before {
    position: absolute;
    content: '';
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
    background-color: #ebebeb;
    z-index: -1;
}

.auctions-box {
    background-color: #ffffff;
    position: relative;
    margin: 30px 0 20px 0;
}

.tabs {
    width: 100%;
    display: inline-block;
}

    .tabs > .tab {
        background-color: #ebebeb;
        float: left;
        width: 50%;
        text-align: center;
        padding: 13px 10px;
        box-sizing: border-box;
        text-transform: uppercase;
        font-family: 'Gotham Bold', Gotham, Arial, sans-serif;
        color: #939393;
        cursor: pointer;
    }

        .tabs > .tab.active {
            color: #76c625;
            background-color: #fff;
            cursor: default;
        }

    .tabs .tab > i {
        font-family: 'Gotham Medium', Gotham, Arial, sans-serif;
        font-size: 0.8em;
    }

    .tabs .tab.active > i {
        color: #a7a7a7;
    }

.tab-content {
    padding: 20px;
    display: none;
}

    .tab-content.active {
        display: block;
    }

ul.auction-table {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 1px solid #a5a5a5;
    width: 100%;
    list-style:none;
    padding: 0 0 1px 0;
}

    ul.auction-table li {
        width: 100%;
        display: inline-block;
        margin: 0;
        vertical-align: top;
        opacity: 1;
        transition: all 0.2s ease;
        transform-origin: top;
        transform: scale(1,1);
    }

        ul.auction-table li.hidden {
            opacity: 0;
            transform: scale(1,0.9);
            transition: all 0.1s ease;
        }

    ul.auction-table li > div {
        padding: 10px 20px;
        float: left;
        width: 25%;
        height: 70px;
        box-sizing: border-box;
    }

        ul.auction-table li > div.auc-buttons {
            padding: 10px 10px;
        }

        ul.auction-table li > div:first-child {
            width: 30%;
        }

    ul.auction-table li:nth-child(2n+1) {
        background-color: #f7f7f7;
    }

        ul.auction-table li.live > div, ul.auction-table li.ended > div {
            /*background-color: #fcebec;
        border-top: 2px solid #f6c6c8;
        border-bottom: 2px solid #f6c6c8;*/
            background-color: #ebfcee;
            border-top: 2px solid #c6f6c8;
            border-bottom: 2px solid #c6f6c8;
            margin-top: -1px;
            margin-bottom: 1px;
        }

        ul.auction-table li.ended > div {
            background-color: #fcebec;
        border-top: 2px solid #f6c6c8;
        border-bottom: 2px solid #f6c6c8;
        }

            ul.auction-table li.live > div:first-child, ul.auction-table li.ended > div:first-child {
                /*background-color: #d41c22;
                border-color: #d41c22;*/
                background-color: #76c625;
                border-color: #76c625;
                color: #fff;
                position: relative;
            }

            ul.auction-table li.ended > div:first-child {
                background-color: #d41c22;
                border-color: #d41c22;
            }

                ul.auction-table li.live > div:first-child:before, ul.auction-table li.ended > div:first-child:before {
                    content: '';
                    position: absolute;
                    /*background-color: #910d12;*/
                    background-color: #448307;
                    right: 100%;
                    width: 20px;
                    top: -2px;
                    bottom: -2px;
                }


                ul.auction-table li.ended > div:first-child:before {
                    background-color: #910d12;
                }

        ul.auction-table li.ended > div:first-child:after, ul.auction-table li.live > div:first-child:after {
            content: 'LIVE';
            transform: rotate(-90deg);
            transform-origin: center;
            position: absolute;
            font-size: 0.7em;
            top: 0;
            bottom: 0;
            width: 30px;
            margin: auto;
            height: 14px;
            left: -26px;
            font-weight: bold;
            text-align: center;
            letter-spacing: 1px;
        }

                ul.auction-table li.ended > div:first-child:after {
                    content: 'ENDED';
                    width: 50px;
                    height: 34px;
                }

        ul.auction-table li > div.auc-buttons:last-child {
            /*//border-right: 2px solid #c6f6c8;*/
            width: 21%;
            position: relative;
            right: -2px;
            margin-left: -1%;
        }

        ul.auction-table li.live > div.auc-buttons:last-child {
            border-right: 2px solid #c6f6c8;
        }

        ul.auction-table li.ended > div.auc-buttons:last-child {
            border-right: 2px solid #f6c6c8;
        }


    ul.auction-table.big .table-btn {
        font-size: 12px;
        margin: 10px 0 0 0;
    }

    ul.auction-table.big .location {
        font-size: 16px;
    }

    ul.auction-table.big .date {
        font-size: 14px;
    }

    ul.auction-table.big li > div {
        height: 90px;
    }


    ul.auction-table li.live > div:first-child:before {
        width: 24px;
    }

    ul.auction-table.big li.live > div:first-child:after {
        font-size: 14px;
        left: -32px;
        top: 8px;
        font-family: 'Gotham Bold', Gotham, Arial, sans-serif;
    }

    ul.auction-table li.empty {
        padding: 20px 10px;
        text-align: center;
        box-sizing: border-box;
    }

    ul.auction-table li .empty-notice {
        width: auto !important;
        height: auto;
        margin: auto;
        float: none;
    }

.auc-info {
    position: relative;
}

span.reg-ico {
    display: inline-block;
    height: 0.8em;
    width: 0.8em;
    background-color: red;
    border-radius: 1em;
    margin: 0 0 0 2px;
}

    span.reg-ico.green {
        background-color: #76c625;
    }

.reg-status {
    position: absolute;
    top: 2px;
    right: 4px;
    font-size: 0.8em;
    background-color: transparent;
    color: transparent;
    box-shadow: 0px 0px 4px -8px #000;
    border-radius: 1em;
    padding: 0px 5px 0px 9px;
    transition: all 0.3s;
}

.reg-status {     
    background-color: #fff;
    color: #666;
    box-shadow: 0px 0px 4px -3px #000;
}


.table-btn {
    border: 1px solid #7a7a7a;
    color: #7a7a7a;
    font-family: 'Gotham Bold', Gotham, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: -1px;
    padding: 13px 20px;
    width: 100%;
    font-size: 11px;
    box-shadow: 0px 0px 0px -2px #000;
    transition: all 0.2s;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
}

    .table-btn:hover {
        color: #424242;
        box-shadow: 0px 1px 2px -2px #000;
    }

.live .table-btn {
    /* 
    background-color: #fffefe;
    border-color: #b5474b;
    color: #b5474b;
    box-shadow: inset 0px -15px 20px #fef3f4, 0px 0px 0px -2px #000;
    */
    background-color: #fefffe;
    border-color: #47b551;
    color: #47b555;
    box-shadow: inset 0px -15px 20px #f3fef4, 0px 0px 0px -2px #000;
}

    .live .table-btn:hover {
        /*
        color: #dd1a21;
        box-shadow: inset 0px -15px 20px #fef3f4, 0px 1px 2px -2px #000;
        */
        color: #14cb2c;
        box-shadow: inset 0px -15px 20px #f4fef3, 0px 1px 2px -2px #000;
    }

ul.auction-table .location {
    color: #8f8f8f;
    font-weight: 200;
    font-family: 'Gotham Book', Gotham, Arial, sans-serif;
    font-size: 10px;
    margin: 0 0 2px 0px;
}

ul.auction-table .date {
    padding-left: 10px;
    font-size: 10px;
    position: relative;
    color: #434343;
    line-height: 1.1;
}

    ul.auction-table .date b {
        font-size: 1.4em;
        display: block;
        color: #3376c5;
    }

    ul.auction-table .date:before, ul.auction-table .date:after {
        content: '';
        display: block;
        width: 5px;
        height: 1px;
        left: 0;
        top: 0.75em;
        position: absolute;
        background-color: #3376c5;
        transform-origin: right;
    }

ul.auction-table .ended .date:before, ul.auction-table .ended .date:after, ul.auction-table .live .date:before, ul.auction-table .live .date:after {
    background-color: #fff;
}

    ul.auction-table .date:before {
        transform: rotate(45deg);
    }

    ul.auction-table .date:after {
        transform: rotate(-45deg);
    }

ul.auction-table .live .date, ul.auction-table .live .date b, ul.auction-table .live .location,
ul.auction-table .ended .date, ul.auction-table .ended .date b, ul.auction-table .ended .location {
    color: #fff;
}

    ul.auction-table .live .date:before, ul.auction-table .live .date:after {
        background-color: #fff;
    }

h1.intro-head {
    color: #fff;
    font-size: 28px;
    font-weight: 300;
    font-family: 'Gotham Book', Gotham, Arial, sans-serif;
    text-transform: uppercase;
    margin: 200px 0 20px 0;
}

    h1.intro-head b {
        font-family: 'Gotham Bold', Gotham, Arial, sans-serif;
    }

a.watch-link {
    font-family: 'Gotham Bold', Gotham, Arial, sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    color: #65acf9;
    margin: 0px 0 40px 0;
    display: block;
}

    a.watch-link img {
        vertical-align: middle;
        margin: 0 10px 0 0;
    }

.layer-content {
    position: relative;
    overflow: hidden;
}

    .layer-content .background {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

.slider-layer {
    position: relative;
    height: 500px;
    z-index: 0;
    width: 100%;
    background-image: url(Images/home_slide_1.jpg);
    background-position: center;
    background-size: contain;
}

.white-layer {
    position: relative;
    height: 500px;
    background-color: #F2F2F2; 
}

.auction-layer {
    background-image: url(Images/banner-overlay.png);
    top: 0;
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
    position: absolute;
    background-position: right top;
    background-size: cover;
    width: 66%;
}

/*Mobile App ad pop up start*/
/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
}

/* Modal Content */
.modal-content {
    margin: auto;
    display: block;
    max-width: 80%;
    max-height: 80%;
    margin-top: 130px;
}

/* Close button */
.close {
    position: absolute;
    top: 100px;
    right: 20px;
    color: red;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
}
/*Mobile App ad pop up end*/

.padded-box {
    padding: 20px;
}

.white-box {
    background-color: #fff;
    border: 1px solid #c6c6c6;
    padding: 15px 20px;
    box-shadow: inset 0px -3px 0px #e5e5e5;
    position: relative;
}

.right-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.right-nav > ul > li {
    margin: 0 4px 0px 0;
    display: inline-block;
}

.lite-btn {
    background-color: #dfe9f5;
    border: 1px solid #aac6e8;
    color: #2266b6;
    font-family: 'Gotham Bold', Gotham, Arial, sans-serif;
    font-size: 0.8em;
    text-transform: uppercase;
    padding: 14px 18px;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
}

.red.lite-btn {
    background-color: #f9e5e6;
    border-color: #e8b4b7;
    color: #d92027;
}

    .red.lite-btn:hover {
        color: #ef4147;
    }

.orange.lite-btn {
    background-color: #ffe5cc;
    border-color: #FFA500;
    color: #FF8C00;
    text-align: center;
    margin-top: 10px
}

    .orange.lite-btn:hover {
        color: #FF4500;
    }

.green.lite-btn {
    background-color: #ebfcee;
    border-color: #66b716;
    color: #66b716;
    text-align: center;
    width: 113px;
}

    .green.lite-btn:hover {
        color: #008000;
    }

.lite-btn.grey {
    background-color: #f8f8f8;
    border-color: #e3e3e3;
    color: #bcbcbc;
}

    .lite-btn.grey:hover {
        color: #d5d5d5;
    }

h1.box-header {
    color: #3376c5;
    font-size: 25px;
    white-space: nowrap;
    line-height: 25px;
    padding: 10px 0;
    position: relative;
    margin: 0 0 0 0;
}

    h1.box-header:before {
        content: '';
        display: inline-block;
        position: absolute;
        width: 4px;
        height: 75px;
        top: -15px;
        left: -20px;
        background-color: #3376c5;
    }

.blue-btn {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 13px;
    border: 1px solid #3970b1;
    color: #3d6cad;
    padding: 15px 10px 15px 10px;
    box-sizing: border-box;
    font-family: 'Gotham Bold', Gotham, Arial, sans-serif;
    box-shadow: inset 0px -10px 20px #f1f6fb, 0px 0px 0px -2px #000;
    margin: 0 0 10px 0;
}

    .blue-btn:hover {
        color: #3970b1;
        box-shadow: inset 0px -10px 20px #f1f6fb, 0px 1px 2px -2px #000;
    }

.white-box hr {
    margin: 15px 0 20px 0;
}

.white-box h2 {
    color: #3475c6;
    font-size: 17px;
    margin: 0 0 10px 0;
}

.white-box p {
    color: #818181;
    font-family: 'Gotham Book', Gotham, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4;
}

.white-box .deposit-status {
    width: 130px;
    box-sizing: border-box;
    text-align: center;
}

.checkbox-line {
    line-height: 1.9;
}

span.checkbox {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.8em;
}

    span.checkbox > label {
        display: inline-block;
        width: 1em;
        height: 1em;
        padding: 7px;
        border: 1px solid #d0d0d0;
        box-sizing: content-box;
        position: relative;
        margin: 0px 10px 0px 0;
        background-color: #fff;
    }

        span.checkbox > label > span {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(0px, 1px);
        }

            span.checkbox > label > span:before, span.checkbox > label > span:after {
                content: '';
                height: 4px;
                display: inline-block;
                background-color: #333;
                position: absolute;
                transform-origin: left top;
                transition: width 0.2s;
            }

            span.checkbox > label > span:before {
                width: 0px;
                bottom: 0px;
                left: 0px;
                transform: translate(-5px,1px) rotate(40deg);
                transform-origin: left top;
            }

            span.checkbox > label > span:after {
                width: 0px;
                bottom: 0px;
                left: 0px;
                transform: translate(-3px,7.2px) rotate(-50deg);
            }

    span.checkbox input:checked + label > span:before {
        width: 9px;
    }

    span.checkbox input:checked + label > span:after {
        width: 15px;
        transition-delay: 0.2s;
    }

    span.checkbox > input {
        display: none;
    }

form.register-form input {
    border-radius: 0px;
    padding: 14px 12px;
    height: auto;
    font-size: 14px;
    width: 100%;
}

    form.register-form input:focus:invalid, .notvalid {
        border-color: #d91f27 !important; 
    }

    form.register-form input:valid {
        border-color: #66b716;
    }

.flat-btn {
    width: 100%;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Gotham Bold', Gotham, Arial, sans-serif;
    padding: 20px 10px;
}

    .flat-btn.red {
        background-color: #d92027;
        color: #fff;
    }

    .flat-btn.blue {
        background-color: #2266b6;
        color: #fff;
    }

.flat-btn.small {
    padding: 10px 10px;
}

a.flat-btn {
    display: inline-block;
    text-align: center;
}

h3.profileHeader {
    margin: 0;
    color: #333;
    padding: 0 0 0 10px;
    border-left: 4px solid #888;
    font-size: 28px;
}

p.sub {
    line-height: 1.2;
    margin: 0 0px 10px 0;
    font-size: 0.9em;
    font-family: 'Gotham Book', Gotham, Arial, sans-serif;
    color: #888;
}

.login-menu, .profile-menu {
    background-color: #fff;
    position: absolute;
    top: 0%;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    width: 300px;
    box-shadow: 0px 17px 20px -16px #000;
    border-top: 1px solid #eee;
    left: 0;
    padding: 10px 20px;
    box-sizing: border-box;
    transition: all 0.5s cubic-bezier(0.59, 0, 0.21, 0.66);
    z-index: -1;
}

    .login-menu.shown, .right-nav:hover .profile-menu {
        top: 100%;
        opacity: 1;
        visibility: visible;
    }

    .login-menu form {
        margin: 0;
    }

    .login-menu input {
        width: 100%;
        border-radius: 0px;
    }

    .login-menu h2 {
        font-size: 22px;
        text-align: left;
        text-transform: uppercase;
        color: #194b85;
        line-height: 1;
        margin: 0 0 20px 0;
        position:relative;
    }

        .login-menu h2:before {
            content: '';
            border-top: 3px solid;
            width: 30px;
            display: inline-block;
            position: absolute;
            top: 100%;
            margin: 5px 0 0 0;
        }

a.forgot-link {
    margin: -10px 0 10px 0;
    text-align: right;
    display: block;
    font-size: 0.8em;
    font-family: 'Gotham book', Gotham, Arial, sans-serif;
    color: #9b9b9b;
}

.deposit-statuses.profile {
    float: right;
    margin: 10px 40px 0 0;
    position: relative;
    z-index: 10;
}

    .deposit-statuses.profile > div {
        display: inline-block;
        padding: 10px 14px;
        font-size: 11px;
        margin: 0 0 0 4px;
        cursor: default;
    }

        .deposit-statuses.profile > div.reg-for-auction:hover {
            background-color: #2266b6;
            color: #fff;
            border-color: #2266b6;
            cursor: pointer;
        }

.profile-menu {
    width: auto;
    padding: 0 5px 0 0;
    width: 400px;
    max-width: 90%;
}

    .profile-menu > a {
        display: block;
        text-align: left;
        color: #333;
        font-family: 'Gotham Bold', Gotham, arial;
        padding: 5px 15px 5px 10px;
        border-left: 0px solid #d41c22;
        transition: all 0.3s;
        box-sizing: border-box;
        width: 100%;
    }

    .profile-menu > a:hover {
        border-left-width: 5px;
    }

    .profile-menu > a + a {
        border-top: 1px solid #eee;
    }

span.down-arrow {
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(Images/arrow_down.png);
    background-size: contain;
    margin: 0 10px 4px 0;
    opacity: 0;
}
.active span.down-arrow {
    opacity: 1;
}

.title.banner {
    background-image: url(Images/smallBanner/back_03.jpg);
    background-size: 750px auto;
    background-position: right;
    position: relative;
    background-repeat: no-repeat;
    box-sizing: border-box;
    padding: 20px 0;
    background-color: #001538;
    height: 100px;
    animation: backchange 30s ease infinite;
}

    .title.banner:before {
        content: '';
        background-image: url(Images/smallBanner/overlay.png);
        background-position: right;
        background-size: auto 100%;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        left: 0;
        right: 650px;
        bottom: 0;
    }

    @keyframes backchange {
        0% {
            background-image: url(Images/smallBanner/back_01.jpg);
        }

        20% {
            background-image: url(Images/smallBanner/back_01.jpg);
        }

        33% {
            background-image: url(Images/smallBanner/back_02.jpg);
        }

        53% {
            background-image: url(Images/smallBanner/back_02.jpg);
        }

        66% {
            background-image: url(Images/smallBanner/back_03.jpg);
        }

        86% {
            background-image: url(Images/smallBanner/back_03.jpg);
        }

        100% {
            background-image: url(Images/smallBanner/back_01.jpg);
        }
    }

.title.banner h1 {
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    font-size: 28px;
    margin: 18px 0 0 0;
}

.auction-title {
    font-size: 30px;
    margin: 20px 0;

    text-align: left;
    font-family: 'Gotham Lite', Gotham, Arial;
    position: relative;
    color: #d92027;
}

.auction-title:before {
    content: '';
    width: 48px;
    height: 4px;
    background: red;
    display: inline-block;
    position: absolute;
    top: 100%;
    left: 0;
}

    .auction-title b {
        font-family: 'Gotham Black', 'Gotham Bold', Gotham, Arial;
    }

    .auction-title span {
        text-transform: uppercase;
    }


.vehicle-item {
    background-color: #fff;
    padding: 20px 20% 20px 20px;
    margin: 0;
    border-top: 1px solid #b5b5b5;
    border-left: 1px solid #b5b5b5;
    border-right: 1px solid #b5b5b5;
    position: relative;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
}

.vehicle-image {
    width: 25%;
    height: 180px;
    background-position: center;
    background-size: cover;
    float: left;
}

.vehicle-tables {
    float: left;
    width: 75%;
    padding-left: 20px;
    box-sizing: border-box;
}

    .vehicle-tables > table.vehicle {
        float: left;
        width: 45%;
        margin: 0px 5% 0 0;
        box-sizing: border-box;
        font-size: 13px;
    }

.vehicle-tables > table {
    float: left;
    width: 45%;
}

.vehicel-title {
    position: relative;
    color: #2266b6;
    transition: color 0.2s;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 1;
    padding: 0px 0px 6px 0;
    margin: -10px 0 10px 0;
}

    .vehicel-title:before {
        content: '';
        position: absolute;
        bottom: 0;
        width: 1.7em;
        border-top: 0.2em solid;
    }


span.hover-label {
    position: relative;
    /*display: inline-block;*/
    font-weight: bold;
    font-family: 'Gotham Black', Gotham, Arial, sans-serif;
    z-index: 1;
    cursor: default;
    transition: opacity 0.2s;
}

    span.hover-label > span.label {
        position: absolute;
        left: 0;
        bottom: 60%;
        font-size: 0.5em;
        font-weight: normal;
        font-family: 'Gotham Book', Gotham, Arial, sans-serif;
        z-index: -1;
        opacity: 0;
        transition: all 0.2s;
        line-height: 0.5;
    }

    span.hover-label:hover > span {
        bottom: 100%;
        opacity: 1;
    }

.vehicle-tables > table.vehicle td, .vehicle-tables > table.vehicle th {
    padding: 0;
    border: none;
    text-transform: uppercase;
    color: #ababab;
}

.vehicle-tables > table.vehicle th {
    font-family: 'Gotham Bold', Gotham, Arial, sans-serif;
    color: #000;
    width: 120px;
    white-space: nowrap;
}

.vehicle-tables > table.vehicle:nth-child(3) th {
    width: 120px;
}
.vehicel-title .hover-effect {
    display: inline-block;
    padding: 10px 140px 0 0;
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    max-width: 100%;
}

.vehicel-title .hover-effect:hover > .hover-label {
    opacity: 0.6;
}

    .vehicel-title .hover-effect:hover > .hover-label:hover {
        opacity: 1;
    }

.vehicle-buttons {
    position: absolute;
    right: 0;
    width: 20%;
    border-left: 1px solid #c9c9c9;
    top: 0;
    bottom: 0;
    padding: 15px 20px;
    box-sizing: border-box;
}

    .vehicle-buttons.timed-btns {
        padding: 30px 20px;
    }

.btn {
    width: 100%;
    text-align: center;
    background-color: #66b716;
    border: 1px solid #66b716;
    color: #fff;
    margin: 0 0px 10px 0px;
    padding: 20px 14px;
    box-sizing: border-box;
    text-transform: uppercase;
    font-family: 'Gotham Bold', Gotham, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    cursor: pointer;
}

    .btn.fade {
        position: relative;
    }

        .btn.fade:before {
            content: 'Please login first.';
            position: absolute;
            bottom: 0;
            left: -3px;
            right: -3px;
            font-size: 10px;
            background-color: red;
            color: #fff;
            padding: 5px 0;
            height: 20px;
            line-height: 20px;
            top: 0;
            margin: auto;
            font-family: Gotham, Arial;
            font-weight: normal;
            box-shadow: 0px 3px 10px -4px #000;
            opacity: 0;
            transition: all 0.3s;
        }

        .btn.fade:hover:before {
            opacity: 1;
        }

    .btn.blue {
        border: 1px solid #b2c3d5;
        background-color: #f2f7fd;
        color: #2266b6;
    }

    .btn.red {
        border: 1px solid #d5b2b4;
        background-color: #fdf2f2;
        color: #d92027;
    }

.stc-block {
    background-color: #ee971b;
    display: inline-block;
    color: #fff;
    font-size: 0.4em;
    font-family: 'Gotham Book', Gotha, Arial, sans-serif;
    font-weight: bold;
    padding: 1.2em 2em;
    vertical-align: middle;
    border-radius: 20px;
    margin: 0 0 0 8px;
    position: absolute;
    top: 6px;
    right: 20px;
}

    .stc-block.fade {
        background-color: #64b717;
    }

.view-btn {
    font-family: 'Gotham Black', Gotham, Arial, sans-serif;
    color: #116bb9;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 1;
    position: absolute;
    right: 100%;
    width: 6.4em;
    bottom: 0;
    padding: 0 0 1em 0;
    border-bottom: 3px solid #116bb9;
}

    .view-btn img {
        vertical-align: bottom;
        height: 1em;
        width: auto;
        margin: 0 0 0 0.8em;
    }

.diamond-corner {
    background-image: url(Images/pattern_right.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.shaddow-bottom {
    padding: 0 0 60px 0;
    box-shadow: inset 0px -12px 20px -20px #000;
}

.reg-banner {
    color: #fff;
    background-color: #64b717;
    position: relative;
    padding: 10px 0;
}

.reg-banner.not {
    background-color: #d92027;
}

.reg-banner h2 {
    font-size: 1em;
    margin: 0;
    line-height: 2em;
    text-transform: uppercase;
    font-family: 'Gotham Medium', Gotham, Arial, sans-serif;
}

    .reg-banner button, .reg-banner a {
        background-color: inherit;
        border: 2px solid #fff;
        border-radius: 50px;
        padding: 2px 15px;
        margin: 0;
        display: inline-block;
        color: #fff;
        font-size: 1em;
    }

        .reg-banner button:hover, .reg-banner a:hover {
            background-color: #fff;
            color: #64b717;
        }

    .reg-banner .regno {
        margin: 5px 0;
        font-size: 1.3em;
        line-height: 1;
    }

    .reg-banner.not button:hover, .reg-banner.not a:hover {
        color: #d92027;
    }

.reg-check {
    padding: 20px 0 0 0;
}

    .reg-check h2 {
        font-size: 25px;
        font-family: 'Gotham Bold', Gotham, Arial, sans-serif;
        text-transform: uppercase;
        color: #d92027;
        margin: 0;
    }

    .reg-check h1 {
        margin: 0;
        font-family: 'Gotham Book', Arial, sans-serif;
        font-size: 40px;
    }

    .reg-check h3 {
        margin: 0;
        font-family: 'Gotham Book', Arial, sans-serif;
        font-size: 30px;
    }

    .reg-check h4 {
        font-size: 21px;
        text-transform: uppercase;
        color: #2d3c91;
        margin: 30px 0 0 0;
        font-family: 'Gotham Bold', Gotham, Arial;
    }

    .reg-check > div {
        border: 2px dashed #999;
        padding: 10px 20px 25px 20px;
        border-radius: 20px;
        margin: 10px 0 0 0;
        background-color: #fff;
    }

    .reg-check a {
        background-color: #3376c5;
        color: #fff;
        padding: 10px 20px;
        border-radius: 50px;
    }

.center-align {
    text-align: center;
}

/* Prebid modal styles start */
.prebid-confirm-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 440px;
    height: 210px;
    margin: auto;
    z-index: 100;
    background-color: #dee9f5;
    box-shadow: 0px 5px 30px -12px #000;
    padding: 20px 20px;
    border: 1px solid #bad0ec;
    max-width: 98%;
    visibility: hidden;
    transform: scale(0.6,0.6);
    transition: all 0.3s;
}

    .prebid-confirm-modal.show {
        visibility: visible;
        transform: scale(1,1);
    }

    .prebid-confirm-modal h1 {
        font-size: 38px;
        font-family: 'Gotham Bold', Gotham, Arial, sans-serif;
        text-align: center;
        color: #3070bc;
        margin: 0;
    }

    .prebid-confirm-modal p {
        margin: 0;
        text-align: center;
        font-size: 15px;
        color: #5b85b4;
        line-height: 1;
    }

    .prebid-confirm-modal form {
        margin: 12px 0 0 0;
    }

    .prebid-confirm-modal input[type='submit'], .reg-btn {
        border: 2px solid #3070bc;
        color: #3070bc;
        background-color: inherit;
        border-radius: 100px;
        line-height: 1;
        padding: 10px 25px;
        font-size: 20px;
        font-family: 'Gotham Book';
        text-transform: uppercase;
        margin: 15px 5px 0 5px;
    }

        .prebid-confirm-modal input[type='submit']:hover, .reg-btn:hover {
            color: #dee9f5;
            background-color: #3070bc;
        }
/* Prebid modal styles end */

.pay-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 440px;
    height: 280px;
    margin: auto;
    z-index: 100;
    background-color: #dee9f5;
    box-shadow: 0px 5px 30px -12px #000;
    padding: 20px 20px;
    border: 1px solid #bad0ec;
    max-width: 98%;
    visibility: hidden;
    transform: scale(0.6,0.6);
    transition: all 0.3s;
}

    .pay-modal.show {
        visibility: visible;
        transform: scale(1,1);
    }

    .pay-modal h1 {
        font-size: 38px;
        font-family: 'Gotham Bold', Gotham, Arial, sans-serif;
        text-align: center;
        color: #3070bc;
        margin: 0;
    }

    .pay-modal p {
        margin: 0;
        text-align: center;
        font-size: 15px;
        color: #5b85b4;
        line-height: 1;
    }

    .pay-modal form {
        margin: 12px 0 0 0;
    }

    .pay-modal input[type='submit'], .reg-btn {
        border: 2px solid #3070bc;
        color: #3070bc;
        background-color: inherit;
        border-radius: 100px;
        line-height: 1;
        padding: 10px 25px;
        font-size: 20px;
        font-family: 'Gotham Book';
        text-transform: uppercase;
        margin: 15px 5px 0 5px;
    }

        .pay-modal input[type='submit']:hover, .reg-btn:hover {
            color: #dee9f5;
            background-color: #3070bc;
        }

        span.checkbox > input.error + label {
            border-color: #d92027;
        }

            span.checkbox > input + label:before {
                content: 'Accept to continue';
                position: absolute;
                right: 100%;
                top: -1px;
                bottom: -1px;
                white-space: nowrap;
                background-color: #d92027;
                color: #fff;
                line-height: 28px;
                padding: 0 10px 0 15px;
                display: inline-block;
                visibility: hidden;
                transform: scale(0,1);
                transform-origin: right;
                transition: all 0.2s;
            }

span.checkbox > input.error + label:before {
    visibility: visible;
    transform: scale(1,1);
}

.reg-loading {
    text-align: center;
    visibility: hidden;
    position: absolute;
    top: 70px;
    bottom: 0px;
    margin: auto;
    height: 100px;
    left: 0;
    right: 0;
}

    .reg-loading.show {
        visibility: visible;
    }
/*
form#aucreg-form {
    transition: all 0.3s;
}
*/
form#aucreg-form.fade {
    visibility: hidden;
    opacity: 0;
    transform: translate(0px,-10px);
}

.reg-loading .an-loading:before {
    border: 6px solid #ceddee;
    border-right-color: #3572bd;
}

.reg-done {
    visibility: hidden;
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
}

.pay-modal.show .reg-done.show {
    visibility: visible;
}

    .reg-done h3 {
        color: #fff;
        background-color: #3070bc;
        text-align: center;
        font-family: 'Gotham Bold', Gotham, Arial, sans-serif;
        font-size: 1.8em;
        margin: 0 0 15px 0;
    }

/**/
.image-blocks {
    position: relative;
}

    .image-blocks > div.image-block {
        visibility: hidden;
        z-index: 0;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        background-color: #b3b3b3;
    }

    .image-blocks > div.active {
        visibility: visible;
        z-index: 1;
    }

.threesixty.car {
    width: 100% !important;
    height: 100% !important;
}

.image-tabs {
    color: #959595;
    font-family: 'Gotham Bold', Gotham, Arial, sans-serif;
    font-size: 15px;
    line-height: 1;
    margin: 10px 0;
    cursor: default;
}

    .image-tabs span {
        cursor: pointer;
    }

    .image-tabs span.active {
        color: #3376c5;
    }

.ratio-block {
    width: 100%;
    vertical-align: top;
    display: inline-block;
}

.threesixty .threesixty_images {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.resize-btn {
    position: absolute;
    bottom: 5px;
    right: 5px;
    height: 24px;
    width: 32px;
    z-index: 5;
    cursor: pointer;
    background-image: url(Images/resize_ico.png);
    background-size: 100% 200%;
    background-position: top;
    background-repeat: no-repeat;
    opacity: 0.8;
}

    .resize-btn:hover {
        opacity: 1;
    }

.half .resize-btn {
    background-position: bottom;
}

.image-container {
    width: 100%;
    position: relative;
    transition: width 0.3s;
    overflow: hidden;
    margin: 0 0 20px 0;
}

    .image-container.half {
        width: 50%;
    }

button.single.vehicle.slick-arrow.slick-prev {
    background-image: url(images/arrow-white-left.png);
    left: 15px;
}

button.single.vehicle.slick-arrow {
    position: absolute;
    bottom: 10px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    border: none;
    z-index: 100;
    opacity: 0.8;
}

    button.single.vehicle.slick-arrow.slick-prev {
        background-image: url(images/arrow-white-left.png);
        left: 0px;
    }

    button.single.vehicle.slick-arrow.slick-next {
        background-image: url(images/arrow-white-right.png);
        right: 0px;
    }

    button.single.vehicle.slick-arrow:hover {
        opacity: 1;
    }


.threesixty.car {
    width: 100% !important;
    height: 100% !important;
    background: #082048;
    background: -moz-linear-gradient(-45deg, #082048 0%, #114583 100%);
    background: -webkit-linear-gradient(-45deg, #082048 0%,#114583 100%);
    background: linear-gradient(135deg, #082048 0%,#114583 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#082048', endColorstr='#114583',GradientType=1 );
}

.threesixty .spinner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: transparent;
    height: 110px;
    width: 100%;
    text-align: center;
}

    .threesixty .spinner span {
        font-family: 'Gotham Bold', Gotham, Arial, sans-serif;
        font-size: 110px;
        color: #086ec5;
        opacity: 0.3;
    }

    div#threesixty-images:before {
        content: '';
        background-image: url(Images/360_ico.png);
        position: absolute;
        width: 48px;
        height: 32px;
        bottom: 5px;
        left: 10px;
        background-size: contain;
        z-index: 10;
        background-repeat: no-repeat;
        background-position: bottom left;
    }

.vehicle-sidebar {
    background-color: #fff;
    box-shadow: 0px 1px 5px -2px #000;
    position: relative;
    top: 20px;
    padding: 18px 18px;
    transition: top 0.3s;
    z-index: 10;
}

    .vehicle-sidebar.not {
        top: 20px !important;
        margin-bottom: 0px !important;
    }

.grey-back {
    background-color: #f3f3f3;
}

.vehicle-header {
    font-family: 'Gotham Black', Gotham, Arial, sans-serif;
    color: #d92027;
    font-size: 40px;
    line-height: 1;
    margin: 0 0 14px 0;
    padding: 20px 160px 10px 0;
    position: relative;
}

    .vehicle-header:before {
        content: '';
        background-color: #d92027;
        display: inline-block;
        width: 50px;
        height: 4px;
        position: absolute;
        bottom: 0;
    }

    .vinfo-block + .vinfo-block {
        margin: 20px 0 0 0;
    } 
    

.vinfo-block .header {
    border: 1px solid #b2bfd5;
    padding: 20px;
    position: relative;
    background-color: #dbe8f6;
    box-sizing: border-box;
}

    .vinfo-block .header.alert {
        background-color: #ffeaeb;
        border-color: #d5b2b4;
    }

.vinfo-block .header h1 {
    margin: 2px 0 0 0;
    font-size: 18px;
    line-height: 18px;
}

    .vinfo-block .header .countdown {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        padding: 20px;
    }

.vinfo-block .content {
    border: 1px solid #a5a5a5;
    padding: 20px;
    position: relative;
    background-color: #fff;
    box-sizing: border-box;
    border-top: none;
}

.vinfo-block .stc-block {
    font-size: 0.7em;
    top: 0;
    bottom: 0;
    height: 1.5em;
    margin: auto;
    padding: 8px 13px;
    right: 10px;
}


h2.red-left {
    border-left: 3px solid #d92027;
    font-size: 20px;
    padding: 15px 20px;
    font-family: 'Gotham Black', Gotham, Arial, sans-serif;
    margin: 0;
}

.vehicle-header .stc-block {
    font-size: 12px;
    right: 0;
    position: absolute;
    bottom: 0;
    height: 10px;
    top: 0;
    margin: auto;
}

.stock-list {
    list-style: none;
    margin: 0 0 0 20px;
    padding: 0;
}

    .stock-list h2 {
        font-size: 18px;
        margin: 0;
        line-height: 1.5;
        font-family: 'Gotham Book', Gotham, Arial, sans-serif;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        color: #000;
    }

    .stock-list p {
        font-size: 15px;
        margin: 0;
        color: #acacac;
        line-height: 1.5;
        font-family: 'Gotham Book', Gotham, Arial, sans-serif;
    }

    .stock-list .car-thumb {
        position: absolute;
        left: 5px;
        top: 5px;
        bottom: 5px;
        width: 98px;
        background-size: cover;
        background-position: center;
        background-color: #004899;
    }

    .stock-list .lotNo {
        position: absolute;
        top: 1px;
        right: 2px;
        width: 2.2em;
        border-radius: 3px;
        height: 1.4em;
        font-size: 18px;
        line-height: 1.4em;
        background: #003569;
        text-align: center;
        color: #fff;
        font-family: 'Gotham Bold', Arial;
    }


    /* timer */
.countdown-timer {
    position: absolute;
    right: 20px;
    font-size: 24px;
    font-family: 'Gotham Black', Gotham, Arial, sans-serif;
    color: #d91f27;
    top: 7px;
}

    .countdown-timer > .time > span:nth-child(2n+1) {
        position: relative;
        width: 40px;
        text-align: left;
        margin: 0 -4px;
        letter-spacing: -1px;
        display: inline-block;
        line-height: 1;
        padding-bottom: 5px;
        text-align: center;
    }

    .countdown-timer .time .time-d:before,
    .countdown-timer .time .time-h:before,
    .countdown-timer .time .time-m:before,
    .countdown-timer .time .time-s:before {
        content: '';
        color: #d91f27;
        position: absolute;
        display: block;
        top: 100%;
        width: 200%;
        margin: auto -50%;
        text-align: center;
        line-height: 0;
        font-size: 8px;
        letter-spacing: 0px;
        left: 0;
        right: 0;
        font-family: 'Gotham Bold', Gotham, Arial, sans-serif;
    }

.countdown-timer .time .time-d:before {
    content: 'DAYS';
}

.countdown-timer .time .time-h:before {
    content: 'HRS';
}

.countdown-timer .time .time-m:before {
    content: 'MINS';
}

.countdown-timer .time .time-s:before {
    content: 'SECS';
}

table.vehicle.details {
    font-family: 'Gotham Book', Arial, sans-serif;
    font-size: 14px;

}

    table.vehicle.details td, table.vehicle.details th {
        padding: 0 10px 0;
        border: none;
    }

ul.listing.tabContent {
    margin: 0;
    vertical-align: top;
}

ul.tabContent {
    margin: 0;
}

    ul.tabContent > li {
        display: none;
        margin: 0;
    }

        ul.tabContent > li.selected {
            display: block;
        }

    ul.tabContent img {
        max-width: 100%;
    }

table.bid-amounts {
    width: 100%;
    font-size: 18px;
    font-family: 'Gotham Bold', Arial, sans-serif;
    color: #545454;
}

    table.bid-amounts td {
        border: none;
        padding: 0;
    }

    table.bid-amounts tr + tr td {
        padding: 4px 0 0 0;
    }

        table.bid-amounts td + td {
            text-align: right;
        }

table.bid-amounts tr.bolder {
    color: #3376c5;
    font-size: 1.3em;
    font-family: 'Gotham Black';
}

.vinfo-block hr {
    margin: 15px 0;
}

.vinfo-block p {
    font-size: 13px;
    font-family: 'Gotham-Book', Gotham, Arial, sans-serif;
    color: #545454;
    margin: 0;
    line-height: 1;
}

.two-btns > a, .two-btns > button {
    width: 47.5%;
    box-sizing: border-box;
    margin: 0 2.5% 0 0;
    text-align: center;
}

    .two-btns > button + button, .two-btns > a + a {
        float: right;
        margin: 0 0 0 2.5%;
    }

.two-btns {
    margin: 11px 0 0 0;
    display: inline-block;
    width: 100%;
}

.login-menu-slider {
    display: none;
    margin: 10px 0 0 0;
    border: 1px solid #d3d3d3;
    background-color: #fdfdfd;
    border-radius: 5px;
    padding: 15px 15px;
}

    .login-menu-slider button {
        width: 100%;
        background-color: #dfe9f5;
        border: 1px solid #aac6e8;
        color: #2266b6;
        padding: 10px;
        margin: 0;
        border-radius: 5px;
    }

.login-menu-slider form {
    margin: 0;
}

    .login-menu-slider input {
        width: 100%;
    }

.bid-btn2 {
    display: inline-block;
    width: 100%;
}

.bid-btn {
    display: inline-block;
    width: 100%;
}

    .bid-btn .bid-input {
        width: 65%;
        float: left;
        box-sizing: border-box;
        color: #bbbbbb;
        font-family: 'Gotham Bold', Gotham, Arial, sans-serif;
        line-height: 2em;
    }

.bid-input > input {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #c6c6c6;
    border-radius: 0;
    color: inherit;
    font-size: inherit;
    height: 42px;
}

.bid-btn button {
    float: right;
    width: 30%;
    box-sizing: border-box;
    height: 42px;
    transition: all 0.2s;
}

    .bid-btn button[disabled] {
        background-color: #d1d1d1;
        cursor: no-drop;
    }

.green-btn {
    background-color: #66b716;
    color: #fff;
    border: none;
    text-align: center;
    display: inline-block;
    font-family: 'Gotham Bold', Gotham, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
}

.yellow-btn {
    background-color: #fc9916;
    color: #fff;
    border: none;
    text-align: center;
    display: inline-block;
    font-family: 'Gotham Bold', Gotham, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
}

.yellow-btn2 {
    border-color: #66b716;
    background-color: #66b716;
    color: black !important;
    color: #000;
    opacity: 100%;
}


.bluish-btn {
    background-color: #2266b6;
    color: #fff;
    border: none;
    text-align: center;
    display: inline-block;
    font-family: 'Gotham Bold', Gotham, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
}

.rand-input {
    position: relative;
    display: inline-block;
}

    .rand-input input {
        padding-left: 25px;
        margin: 0;
    }

    .rand-input:before {
        content: 'R';
        position: absolute;
        left: 14px;
        top: 1px;
        bottom: 0;
        margin: auto;
        height: 1em;
        line-height: 1;
    }

.bid-increments {
    height: 24px;
    width: 65%;
}

.bid-increments b {
    margin-right: 10px;
    float: left;
}

    .bid-increments > * {
        float: right;
    }

    .bid-increments > div {
        width: 80px;
    }

    .bid-increments button {
        height: 24px;
        width: 20px;
        text-align: center;
        line-height: 1;
        margin: 0;
        font-size: 20px;
        box-sizing: border-box;
        border: 1px solid #c6c6c6;
        padding: 0 0 2px 0px;
        background-color: #fff;
    }

.bid-increments input {
    height: 24px;
    float: left;
    border-left: none;
    border-right: none;
    border-radius: 0;
    width: 100%;
}

    .bid-increments .rand-input {
        font-family: 'Gotham Book', Gotham, Arial, sans-serif;
        color: #aaa;
        font-size: 14px;
        line-height: 1;
    }

    .bid-increments select#timed-increment {
        line-height: 1;
        height: 24px;
        border-left: none;
        border-radius: 0;
        border-right: none;
        padding: 1px 5px;
        text-align: center;
    }

    /* login reg  */
    .login-block {
        padding: 20px 10px 0 0;
    }

.login-header h1 {
    color: #ff0121;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 5px;
}

.login-header p {
    font-size: 14px;
    font-family: 'Gotham Book', Gotham, Arial, sans-serif;
    line-height: 1.2;
    color: #666;
}

.login-block .input-row input {
    background-color: #ffffff;
    border: 1px solid #b0b0b0;
    border-radius: 0;
    color: #4b4b4b;
    font-weight: 300;
    font-size: 14px;
    width: 49%;
    margin-bottom: 10px;
}

    .login-block .input-row input + input {
        float: right;
    }

.input-row {
    display: inline-block;
    width: 100%;
}

.input-row .field-validation-error + span {
    float: right;
}

    .input-row .field-validation-error {
        float: left;
        width: 49%;
        display: inline-block;
        box-sizing: border-box;
        border-radius: 0;
        margin: 0px 0 0 0;
        position: relative;
        top: -11px;
        padding: 3px 5px;
        text-align: center;
        color: red;
        background-color: #f9e5e6;
        border: 1px solid red;
        min-height: 20px;
        line-height: 14px;
        font-size: 14px;
    }

li.loading {
    padding: 50px 0px;
    text-align: center;
}

.an-loading {
    display: inline-block;
    width: 100px !important;
    height: 100px !important;
    position: relative;
    border-radius: 100px;
    overflow: hidden;
    float: none !important;
}

    .an-loading:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border: 6px solid #f9e5e6;
        border-radius: 100px;
        border-right-color: #d92027;
        transform-origin: center;
        animation: spinner 2s linear infinite;
        z-index: 1;
    }

@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

li.noshow {
    background-color: #fff;
    color: #002753;
    text-align: center;
    font-size: 40px;
    padding: 50px 0px;
    font-family: 'Gotham Bold', Gotham, Arial, sans-serif;
}

.upcoming-vehicle, ul.stock-list li {
    position: relative;
    border-bottom: 1px solid #a5a5a5;
    padding: 26px 10px 26px 110px;
    margin: 0;
    position: relative;
    border-top: none;
}

ul.stock-list li {
   border: 1px solid #a5a5a5;
}

ul.stock-list li + li {
    border-top: none;
}

div#upcomingLots {
    border: 1px solid #bebebe;
}

.slick-current + div + div .upcoming-vehicle {
    border-bottom: none;
}

div#upcomingLots.hidden {
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    height: 300px;
}

/* Make these cover with full height */
#threesixty-images img.current-image {
    min-width: 100%;
    width: auto;
    height: 100%;
    left: -100px;
    right: -100px;
    margin: auto;
}

div#countdown-message {
    color: #d91f27;
    font-family: 'Gotham Black', Gotham, Arial, sans-serif;
    font-size: 19px;
    line-height: 18px;
}

    div#countdown-message > em {
        font-size: 1.6em;
        line-height: 18px;
        vertical-align: bottom;
    }

    .lot-no {
        float: right;
    }

        .lot-no > span {
            cursor: default;
            font-size: 1.6em;
            line-height: 1px;
            background-color: #003569;
            padding: 0px 4px;
            border-radius: 3px;
            color: #fff;
        }

table.summary-table {
    width: 100%;
    margin: 0;
}

    table.summary-table td, table.summary-table th {
        border-bottom: none;
        padding: 5px;
        width: 25%;
    }

    a.reg-btn span {
        max-width: 100%;
        box-sizing: border-box;
        min-width: 50%;
        margin: 10px 0 0 0;
    }


#youtube-modal {
    position: absolute;
    width: 1115px;
    max-width: 98%;
    z-index: 100;
    top: 90px;
    margin: auto;
    left: 0;
    right: 0;
    box-shadow: 0px 8px 40px -10px #000;
    visibility: hidden;
    opacity: 0;
    transform: scale(0.8,0.8);
    transition: all 0.3s;
}

    #youtube-modal.show {
        visibility: visible;
        opacity: 1;
        transform: scale(1,1);
    }

    #youtube-modal:before {
        content: '';
        display: inline-block;
        width: 100%;
        padding-bottom: 56.23%;
        vertical-align: top;
    }

    #youtube-modal iframe {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }

    #youtube-modal .close-btn {
        position: absolute;
        top: -24px;
        right: -24px;
        width: 48px;
        height: 48px;
        background-color: red;
        color: #fff;
        z-index: 10;
        text-align: center;
        border-radius: 40px;
        line-height: 44px;
        font-family: 'Gotham Bold', Gotham, Arial, sans-serif;
        font-size: 30px;
        cursor: pointer;
    }

h2.blue.lined {
    font-size: 25px;
    position: relative;
    margin: 20px 0 20px 0;
    padding: 0 0 10px 0;
    color: #3376c5;
}

h2.blue.lined:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    border-top: 3px solid;
}

.profile-block {
    box-shadow: 0px 0px 5px -2px #000;
    width: 100%;
    display: inline-block;
    position: relative;
    background-color: #fff;
}

.profile-block + .profile-block {
    margin-top: 60px;
}

.profile-header-block > h1 {
    padding: 20px 30px;
    position: relative;
    border-left: 4px solid;
    color: #3276c5;
    font-size: 28px;
    margin: 0;
}

.profile-header-block > h1.red {
    color: #d92027;
}

ul.profile-btns {
    padding: 0px 30px 20px 30px;
    list-style: none;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
}

    ul.profile-btns > li {
        float: left;
        width: 50%;
        padding: 5px 10px;
        box-sizing: border-box;
    }

        ul.profile-btns > li > a {
            color: #2c67ac;
            border: 1px solid;
            border-top-color: #3970b1;
            display: inline-block;
            width: 100%;
            font-family: 'Gotham Black', Gotham, Arial, sans-serif;
            text-transform: uppercase;
            padding: 20px 40px;
            box-sizing: border-box;
            background: #ffffff;
        }

#login-modal input[readonly] {
    opacity: 0.7;
}

form#login-modal input.error {
    border-color: red;
    background-color: #ffe7e7;
}

ul.profile-btns > li > a.selected {

    background: -moz-linear-gradient(top, #ffffff 0%, #f8fafd 49%, #f1f5fb 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#f8fafd 49%,#f1f5fb 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f8fafd 49%,#f1f5fb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f5fb',GradientType=0 );
}

.profileTab form {
    margin: 0px;
    padding: 16px 22px;
}

div#Profile select, div#Profile input, div#Profile textarea {
    color: #c6c6c6;
    background-color: #fff;
    border: 1px solid #c6c6c6;
    margin: 5px 0;
    width: 100%;
    border-radius: 0px;
    font-family: Gotham Book, Gotham, Arial;
    font-size: 13px;
}

span.arrow {
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    width: 60px;
    height: 60px;
    margin: auto;
    overflow: hidden;
}

    span.arrow:after {
        content: '';
        width: 70%;
        height: 70%;
        position: absolute;
        background-color: #fff;
        margin: auto;
        top: -35%;
        left: 0;
        right: 0;
        transform: rotate(45deg);
        box-shadow: 1px 1px 3px -2px #000;
    }

.profile-header-block .deposit-status {
    position: absolute;
    top: 17px;
    right: 40px;
    padding: 14px 20px;
    font-size: 10px;
}

.profile-container {
    display: inline-block;
    width: 100%;
    padding: 10px 40px 30px 40px;
    box-sizing: border-box;
}

.empty-notice {
    margin: auto;
    width: 400px;
    max-width: 90%;
    box-sizing: border-box;
    border: 1px solid #fc9916;
    text-align: center;
    padding: 20px 25px;
    font-family: 'Gotham Book', Gotham, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
    box-shadow: 0px 1px 10px -6px #000;

    color: #fc9916;
    background-color: #fff5d3;
}

.tiny-lotno {
    position: absolute;
    right: -4px;
    bottom: 100%;
    /* background-color: #64b717; */
    color: #64b717;
    padding: 10px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: right;
}

table.bidTable {
    width: 100%;
}

.locationBlock {
    border-color: #e2e5e7;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 30px 30px;
    box-sizing: border-box;
    margin: 0 0 20px 0;
}

    .locationBlock > img {
        width: 100%;
    }

    .locationBlock  p.locationTable {
        width: 100%;
        padding: 20px 0 0 0;
        box-sizing: border-box;
        margin: 0;
        line-height: 1.3;
        font-family: 'Gotham Book', Arial, sans-serif;
        font-size: 12px;
    }

p.locationTable a {
    margin: 15px 0 0 0;
    display: inline-block;
    color: #fff;
    background-color: #3376c5;
    padding: 12px 12px;
    text-align: center;
    font-size: 8px;
    text-transform: uppercase;
}

.accordion_content .btn-small {
    background-color: #db2129;
    color: #fff;
    padding: 15px 20px;
    line-height: 1;
    display: inline-block;
    cursor: pointer;
}

h2.blue-head {
    color: #3376c5;
    font-family: 'Gotham Black';
    font-size: 30px;
    margin: 10px 0 10px 0;
}

form.contact-form input, form.contact-form textarea {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 0;
    margin: 0 0 20px 0;
    padding: 16px 18px;
    height: auto;
    font-family: 'Gotham Book', Gotham, arial, sans-serif;
    font-size: 13px;
}

.red-menu {
    background-color: #d5181f;
    position: relative;
    color: #fff;
    display: inline-block;
    width: 100%;
}

.contact-area input, .contact-area select, .contact-area textarea {
    width: 100%;
    border-radius: 0;
    border: 1px solid #ccc;
    color: #444;
}

.an-header {
    color: #d92027;
    font-family: 'Gotham Bold', Gotham, Arial, sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    position: relative;
    padding: 5px 17px;
    border-left: 3px solid;
}

.single-block {
    background-color: #eee;
    border: 1px solid #b5b5b5;
}
.single-block > .row > div {
    min-height: 400px;
}

.bank {
    border: 1px solid #b5b5b5;
    margin: 0 0 20px 0;
    padding: 20px 20px 20px 160px;
    color: #545454;
    font-size: 14px;
    font-family: 'Gotham Book', Gotham, Arial, sans-serif;
    background-repeat: no-repeat;
    background-position: left 35px center;
    background-size: 90px auto;
    line-height: 2;
}

    .bank h1 {   
        margin: 0;
        font-size: 20px;
        font-family: 'Gotham Black', Gotham, Arial, sans-serif;
    }

    .bank.nedbank {
        background-image: url(Images/banks/nedbank.png);
    }

    .bank.fnb {
        background-image: url(Images/banks/fnb.png);
    }

    .bank.standard-bank {
        background-image: url(Images/banks/standardbank.png);
    }

.tabContent p {
    font-size: 13px;
    font-family: 'Gotham Book', Gotham, Arial, sans-serif;
    color: #434343;
    line-height: 2;
}

.tabContent h3 {
    color: #141313;
    font-family: 'Gotham Bold', Gotham, Arial, sa;
}

    .tabContent h3 a {
        color: #3376c5;
    }

.button.navy {
    background: #3882cb;
    background: -moz-linear-gradient(top, #3882cb 0%, #3376c5 51%, #2e6abf 100%);
    background: -webkit-linear-gradient(top, #3882cb 0%,#3376c5 51%,#2e6abf 100%);
    background: linear-gradient(to bottom, #3882cb 0%,#3376c5 51%,#2e6abf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3882cb', endColorstr='#2e6abf',GradientType=0 );
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 20px 20px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    border: none;
}

ul.sideTabs li, ul.sideLinks li {
    display: block;
    margin: 0;
    padding: 20px;
    color: #62676e;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Gotham bold", Gotham, Arial, sans-serif;
    transition: box-shadow 0.2s;
    cursor: pointer;
    position: relative;
}


    ul.sideTabs li.selected, ul.sideLinks li.selected {
        border: 1px solid #b5b5b5;
        margin-bottom: 0;
        background-color: #fff;
        padding-left: 17px;
        border-left: 4px solid #3376c5;
        border-right: none;
        box-shadow: none !important;
        color: #3376c5;
        cursor: default;
        transition: box-shadow 0s;
        margin: -1px -1px 0 0;
    }

    ul.sideTabs li.selected:before, ul.sideLinks li.selected:before {
        border-left-color: #3376c5 ;
    }

    ul.sideTabs li:before, ul.sideLinks li:before {
        content: '';
        height: 0;
        width: 0;
        line-height: 0;
        font-size: 0;
        border: 6px solid transparent;
        display: inline-block;
        vertical-align: baseline;
        border-left-color: #62676E;
        margin-right: 10px;
    }


.white-background {
    background-color: #fff;
    padding: 20px;
    border-left: 1px solid #b5b5b5;
}

@media (min-width: 550px) {
    .white-background {
        width: 78% !important;
    }

}


.tiny-auction {

}

    .tiny-auction .vehicle-tables > table.vehicle {
        float: left;
        width: 45%;
        margin: 0px 3% 0 0;
    }

    .tiny-auction .vehicle-tables > table.vehicle td, .tiny-auction .vehicle-tables > table.vehicle th {
        float: left;
        white-space: nowrap;
        width: 50%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .tiny-auction .vehicle-tables > table.vehicle td:hover {
            position: relative;
            overflow: visible;
            text-overflow: unset;
        }

/* alert modals */
div#alert-modal {
    position: fixed;
    left: 0;
    right: 0;
    width: 480px;
    margin: auto;
    top: 100px;
    background: #fff;
    box-shadow: 0px 8px 60px -20px #000;
    opacity: 1;
    transform: scale(1,1);
    visibility: visible;
    transition: all 0.3s;
    z-index: 1000;
    max-width: 98%;
}

    div#alert-modal.hide {
        opacity: 0;
        transform: scale(0.7,0.8);
        visibility: hidden;
    }

.m-title {
    font-family: 'Gotham Bold', Gotham, Arial, sans-serif;
    font-size: 42px;
    text-align: center;
    padding: 10px 0;
}

.m-message {
    font-family: 'Gotham Book', Gotham, Arial, sans-serif;
    font-size: 15px;
    padding: 0 30px;
    margin: 00px 10px 30px 10px;
}

.m-ico {
    width: 60px;
    height: 60px;
    border: 6px solid #a5a5a5;
    border-radius: 100px;
    margin: 20px auto 0px auto;
    position: relative;
}

.m-ico:before, .m-ico:after {
    content: '';
    display: inline-block;
    position: absolute;
    background-color: #a5a5a5;
    width: 2px;
    height: 2px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border-radius: 20px;
    transform: translate(0px,0px);
    transition-delay: 1s;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    transform-origin: bottom center;
}

.hide .m-ico:before, .hide .m-ico:after {
    transition-delay: 0s;
    transition: all 0.1s ease-in-out;
}

.warning .m-ico {
    border-color: #FFC107;
}

.warning .m-ico:before, .warning .m-ico:after {
    background-color: #FFC107;
    width: 8px;
    height: 8px;
    opacity: 1;
}

    .warning .m-ico:before {
        transform: translate(0,17px);
    }

    .warning .m-ico:after {
        height: 30px;
        transform: translate(0px,-6px);
    }

.alert .m-ico {
    border-color: #66b716;
}

.alert .m-ico:before, .alert .m-ico:after {
    background-color: #66b716;
    width: 8px;
    height: 8px;
    opacity: 1;
}

    .alert .m-ico:before {
        height: 20px;
        transform: translate(0px,0px) rotate(-45deg);
    }

    .alert .m-ico:after {
        height: 30px;
        transform: translate(-4px,-4px) rotate(45deg);
    }

.error .m-ico {
    border-color: #d92027;
}

.error .m-ico:before, .error .m-ico:after {
    background-color: #d92027;
    width: 8px;
    height: 8px;
    opacity: 1;
}

    .error .m-ico:before {
        height: 30px;
        transform: translate(11px,-4px) rotate(-45deg);
    }

    .error .m-ico:after {
        height: 30px;
        transform: translate(-11px,-4px) rotate(45deg);
    }

.m-btns {
    text-align: center;
    padding: 15px 0 20px 0;
    border-top: 1px solid #eee;
    margin: 10px 20px 0 20px;
}

    .m-btns button {
        border: none;
        padding: 10px 40px;
        font-family: 'Gotham Bold', Gotham, Arial, sans-serif;
        text-transform: uppercase;
        color: #fff;
        background-color: #777;
        display: inline-block;
        margin: 0;
        opacity: 0.9;
    }

    .m-btns button:hover {
        opacity: 1;
    }

.warning .m-btns button {
    background-color: #FFC107;
}

.alert .m-btns button {
    background-color: #66b716;
}

.error .m-btns button {
    background-color: #d92027;
}

/**/
.historyListContainer {
    border: 1px solid #aaa;
    background-color: #f6f6f6;
    height: 90px;
    overflow: hidden;
    position: relative;
}

    .historyListContainer:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        box-shadow: 0px 0px 30px 20px #f6f6f6;
        background-color: #f6f6f6;
    }

ul#bidHistoryList {
    list-style: none;
    font-family: 'Gotham Book', Gotham, Arial, sans-serif;
    height: 100%;
    overflow: auto;
    width: 100%;
    padding: 0px 20px;
    box-sizing: border-box;
}

    ul#bidHistoryList > li {
        height: 20px;
        margin: 0;
        display: inline-block;
        width: 100%;
        border-bottom: 1px solid #e2e2e2;
    }

        ul#bidHistoryList > li:nth-child(1) {
            display: none;
        }

        ul#bidHistoryList > li > span {
            float: right;
        }

span.wait-clock {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px;
    background-color: #d91f27;
    border-radius: 100px;
    vertical-align: middle;
    margin: -30px 0 -30px 10px;
    border: 5px solid #d91f27;
    box-sizing: border-box;
    border-right-color: #ff5b62;
    border-bottom-color: #ff5b62;
}

span.wait-clock:before, span.wait-clock:after {
    content: '';
    top: 50%;
    position: absolute;
    left: 50%;
    transform-origin: 2px;
    height: 4px;
    margin-top: -2px;
    margin-left: -2px;
    border-radius: 10px;
    background-color: #fff;
    transition: all 0.3s;
    opacity: 1;
}

span.wait-clock:before {
    width: 30%;
    -webkit-animation: clock-hour 36s linear infinite;
    -moz-animation: clock-hour 36s linear infinite;
}

span.wait-clock:after {
    width: 45%;
    -webkit-animation: clock-hour 6s linear infinite;
    -moz-animation: clock-hour 6s linear infinite;
}

@keyframes clock-hour {
    0%		{	transform: rotate(0deg); } 
	100%	{	transform: rotate(360deg); } 
}
@-webkit-keyframes clock-hour {
    0%		{	transform: rotate(0deg);} 
	100%	{	transform: rotate(360deg);} 
}
@-moz-keyframes clock-hour {
    0%		{	transform: rotate(0deg); } 
	100%	{	transform: rotate(360deg); } 
}

.vinfo-block .header .wait-clock {
    transform: scale(0,0);
    opacity: 0;
    transition: all 0.2s ease;
    visibility: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
}

.vinfo-block .header.wait .wait-clock {
    transform: scale(1,1);
    opacity: 1;
    visibility: visible;
}

.vinfo-block .header.wait div#countdown-message {
    margin-right: 50px;
}

.vehSold {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0%;
    margin: auto;
    height: 100px;
    text-align: center;
    transform: scale(1,0);
    z-index: 100;
    opacity: 0;
    background-color: #d91f27;
    transition: all 0.3s;
    visibility: hidden;
}

    .vehSold h1 {
        color: #fff;
        font-size: 80px;
        font-family: 'Gotham Bold';
    }

    .vehSold h2 {
        margin: 0;
        color: #fff;
        font-size: 60px;
        font-family: 'Gotham Bold';
        line-height: 100px;
    }

    .vehSold.show {
        transform: scale(1,1);
        opacity: 1;
        visibility: visible;
    }
    
/* completed */
div#lots-slider {
    margin: 30px 0 -150px 0;
    background-color: #fff;
    position: relative;
    z-index: 10;
}

.completed-lot-item {
    position: relative;
    margin: 10px;
}

    .completed-lot-item > div {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-size: cover;
        background-position: center;
    }

    .completed-lot-item:before {
        content: '';
        display: inline-block;
        width: 100%;
        padding-bottom: 75%;
    }

    .completed-lot-item .lot-number {
        position: absolute;
        right: 0;
        text-align: center;
        font-size: 22px;
        font-family: 'Gotham Bold', Gotham, Arial, sans-serif;
        color: #ff9599;
        bottom: 10px;
        line-height: 1;
        background-color: #da1f27;
        padding: 5px 20px 5px 20px;
    }

.complete-text {
    border-left: 4px solid #004a8c;
    padding: 4px 0px 1px 20px;
    margin: 20px 0 0 0;
    display: inline-block;
    width: 100%;
}

    .complete-text h2 {
        font-size: 32px;
        font-family: 'Gotham Bold', Gotham, Arial, sans-serif;
        margin: 0px 0 0px 0;
        color: #30609a;
    }

    .complete-text p {
        font-size: 20px;
        font-family: 'Gotham', Arial, sans-serif;
        margin: 0 0 10px 0;
    }

    .complete-text p a {
    color: inherit;
    border-bottom: 2px solid #da1f27;
}

/*Magic message banner*/
.svr-msg {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
    height: 32px;
    z-index: 100;
    visibility: hidden;
}

.svr-msg.show {
    visibility: visible;
}

.svr-left, .svr-right {
    float: left;
    width: 50%;
    overflow: hidden;
    height: 38px;
    position: relative;
}

        .svr-left > div, .svr-right > div {
            position: absolute;          
            display: inline-block;
            height: 32px;
            top: 0;
            bottom: 0;
            transition: all 0.8s;
        }

        .svr-left > div.svr-centerer {
            left: 100%;
        }

            .svr-right > div.svr-centerer {
                right: 100%;
            }

            div.svr-centerer {
                text-align: center;
                width: 200%;
                box-sizing: border-box;
            }

.svr-text {
    background-color: #FF9800;
    color: #ffffff;
    line-height: 32px;
    padding: 0px 20px;
    font-family: 'Gotham Bold', Gotham, Arial, sans-serif;
    display: inline-block;
    position: relative;
    box-shadow: 0px 1px 13px -2px #000;
    border-radius: 100px;
}

.show.svr-msg .svr-left > div.svr-centerer {
    left: 0%;
}

.show.svr-msg .svr-right > div.svr-centerer {
    right: 0%;
}
/*
.svr-text:before, .svr-text:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 0px;
    border: 16px solid #FF9800;
}
.svr-left .svr-text:before, .svr-left .svr-text:after {
    right: 100%;
    border-left: none;
}

.svr-right .svr-text:before, .svr-right .svr-text:after {
    left: 100%;
    border-right: none;
}

.svr-left .svr-text:before {
    top: 0;
    border-bottom-color: transparent;
    border-top: none;
}

.svr-left .svr-text:after {
    bottom: 0;
    border-top-color: transparent;
    border-bottom: none;
}

.svr-right .svr-text:before {
    top: 0;   
    border-bottom-color: transparent;
    border-top: none;
}

.svr-right .svr-text:after {
    bottom: 0;
    border-top-color: transparent;
    border-bottom: none;
}
    */
/**/
table.vehicle-properties td, table.vehicle-properties th {
    padding: 0;
    margin: 0;
    border: none;
}

table.vehicle-properties td {
    color: #333;
    border-radius: 50px;
    padding: 5px 10px 5px 24px;
    line-height: 1;
    position: relative;
    font-family: 'Gotham Bold', Gotham, Arial, sans-serif;
    font-size: 14px;
}

    table.vehicle-properties td:before {
        content: '';
        width: 16px;
        height: 16px;
        display: inline-block;
        background-color: #66b716;
        position: absolute;
        left: 2px;
        bottom: 0;
        margin: auto;
        top: 0px;
        border-radius: 10px;
        background-image: url(Images/tick_white.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 70% auto;
    }

table.vehicle-properties td.hide {
    opacity: 0.2;
    text-decoration: line-through;
}

    table.vehicle-properties td.hide:before {
        background-color: #a5a5a5;
        background-image: none;
    }

tr#rowStartsComment.hide, tr#rowStartsComment.hide td {
    border: none;
    padding: 0;
    visibility: hidden;
}

tr#rowStartsComment td {
    background-color: #fff4e1;
    border: 1px solid #f6e1bd;
    border-radius: 0;
    color: #ba9164;
    font-family: 'Gotham Book', Gotham, Arial, sans-serif;
    padding: 5px 10px;
}

    tr#rowStartsComment td:before {
        border: 10px solid #f6e1bd;
        border-top: none;
        border-left-color: transparent;
        border-right-color: transparent;
        background-color: transparent;
        width: 0px;
        height: 0px;
        bottom: 100%;
        top: auto;
        left: 0;
    }

.stc-big-block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    height: 50px;
    line-height: 56px;
    width: 220px;
    background-color: #ff9800;
    color: #fff;
    font-family: 'Gotham Book', Gotha, Arial, sans-serif;
    font-weight: bold;
    margin: auto;
    border-radius: 100px;
    font-size: 22px;
    padding: 0 10px;
   text-align: center;
   transition: all 0.3s;
   display: none;
}

    .stc-big-block.fade {
        background-color: #64b717;
    }

    .stc-big-block.fade .hover-slide {
        top: -100%;
    }

/****  ACCORDION  ****/
.accordion {
    margin: 0
}

    .accordion li {
        display: block;
    }

div.accordion_content {
    transition: all 0.5s;
    overflow: hidden;
    padding: 5px 10px;
    box-sizing: border-box;
}

.accordion_content p {
    margin: 0;
    padding: 0;
}

.not-active div.accordion_content {
    height: 0 !important;
    padding: 0 10px;
}

.accordion_item {
    border: 1px solid #b5b5b5;
    transition: all 0.2s;
}

.noAnimation, .noAnimation * {
    transition: all 0s !important;
}

.accordion_title {
    padding: 6px 8px;
    color: #2d67ac;
    margin: 0;
    transition: all 0.2s;
    cursor: pointer;
}

    .accordion_title h6 {
        margin: 0;
        font-weight: bold;
        padding: 5px 5px;
    }


    .accordion_item:hover .accordion_title,
    .accordion_item:not(.not-active) .accordion_title {
        color: #d92027;
    }

input[type="checkbox"] + label, input[type="radio"] + label {
    display: inline-block;
}

.mobile-btn {
    display: none;
}

    .mobile-btn > span {
        display: inline-block;
        width: 100%;
        height: 4px;
        float: left;
        background-color: #004b8c;
        transition: all 0.3s;
    }

        .mobile-btn > span + span {
            margin: 5px 0 0 0;
        }


    .mobile-btn.show > span:nth-child(1) {
        transform-origin: center left;
        transform: translate(2px,-1px) rotate(40deg);
    }

    .mobile-btn.show > span:nth-child(2) {
        transform-origin: center;
        transform: scale(0,1);
    }

    .mobile-btn.show > span:nth-child(3) {
        transform-origin: center left;
        transform: translate(2px,1px) rotate(-40deg);
    }


.profileTab.show {
    display: inline-block;
    width: 100%;
}

.profileTab {
    display: none;
}

div.autocomplete {
    position: relative;
    margin-bottom: 1.5rem;
}

div.autocomplete input {
    margin: 0;
}

    div.autocomplete .dropdown {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 5;
        background-color: #fff;
        box-shadow: 0px 0px 20px -10px #000;
        margin: 0;
        list-style: none;
    }

        div.autocomplete .dropdown li {
            padding: 5px 15px;
            margin: 0;
            cursor: pointer;
        }

            div.autocomplete .dropdown li + li {
                border-top: 1px solid #eee;
            }

            div.autocomplete .dropdown li:hover {
                background-color: #004a8c;
                color: #fff;
            }

.noteBanner {
    background-color: #d4ebff;
    border: 1px solid #80acd3;
    color: #004a8c;
    padding: 10px 20px;
    border-radius: 5px;
}

.page-nav-box {
    border-top: 2px solid #999999;
    margin: 20px 0 0 0;
    display: inline-block;
    min-width: 50%;
}

ul.nav-circles {
    list-style: none;
    margin: 0;
    text-align: left;
}

ul.nav-circles > li {
    display: inline-block;
    margin: 0 0 5px 0;
}

    ul.nav-circles > li > span {
        background-color: #ddd;
        display: inline-block;
        padding: 5px 10px;
        color: #fff;
        font-family: 'Gotham Black', 'Gotham Bold', Arial, sans-serif;
        cursor: pointer;
    }

        ul.nav-circles > li > span.selected {
            background-color: #999999;
        }

#filter-bar {
    background-color: #444;
    font-family: 'Gotham Bold', Arial, sans-serif;
    padding: 5px 5px;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    margin: 10px 0 0 0;
}

table.filter-table {
    line-height: 1;
    font-size: 13px;
    width: 100%;
    margin: 0;
    border: none;
    color: #aaa;
}

    table.filter-table td, table.filter-table th {
        padding: 2px;
        vertical-align: middle;
        border: none;
        width: 12%;
    }

    table.filter-table th {
        padding: 0 0 0 15px;
        width: 13%;

    }

    table.filter-table select {
        padding: 5px;
        margin: 0;
        background-color: #fff;
        color: #333;
        border: 1px solid;
        border-radius: 0;
        padding: 5px 10px;
        height: auto;
        width: 100%;
    }

.endingTime {
    width: 100%;
    border: 1px solid #ee971a;
    margin: 0 0 10px 0;
    background-color: #ffe8c8;
    color: #ee971a;
    font-family: 'Gotham Bold', Gotham, Arial, sans-serif;
    text-align: center;
    padding: 15px 15px;
    box-sizing: border-box;
    text-transform: uppercase;
    line-height: 1;
    font-size: 13px;
}

.timed-topbid {
    width: 100%;
    border: 1px solid;
    color: #c9ab19;
    background-color: #fff8a6;
    padding: 5px;
    box-sizing: border-box;
    margin: -3px 0 7px 0;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
}

.add-watchlist.added {
    border-color: #d92027;
    background-color: #d92027;
    color: #fff;
}

.tiny-auction {
    border: 4px solid #66b716;
    position: relative;
    margin: 60px 0 0 0;
}

    .tiny-auction .vehicle-item {
        border: none;
    }

    .tiny-auction .bid-input {
        width: 100%;
    }

    .tiny-auction .vehicle-buttons p {
        margin: 0;
        line-height: 1.3;
    }

    .tiny-auction .bid-btn .placeBid {
        width: 100%;
        margin: 5px 0 0 0 ;
    }

    .tiny-auction .summary-table {
        font-size: 12px;
        line-height: 1;
    }

    .tiny-auction:before {
        content: 'Live Auction';
        position: absolute;
        bottom: 100%;
        left: -4px;
        background-color: #66b716;
        color: #fff;
        font-family: 'Gotham Bold', Gotham, Arial, sans-serif;
        text-transform: uppercase;
        padding: 10px 35px;
    }

    .tiny-auction table tr.hide {
        display: none;
    }


.vehicle-item-tiny {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    border-top: none;
    position: relative;
    vertical-align: top;
    background-color: #66b716;
    color: #fff;
}
    .vehicle-item-tiny .view-btn {
        right: 0;
    }

    .vehicle-item-tiny .lotno {
        display: inline-block;
        float: left;
        background-color: #59a111;
        color: #fff;
        font-family: 'Gotham Bold', Gotham, Arial, sans-serif;
        padding: 4px 15px;
        border-radius: 50px;
        width: 72px;
        font-size: 14px;
        margin: 2px 0 4px 5px;
        box-sizing: border-box;
    }

    .vehicle-item-tiny .title {
        margin: 4px 14px 0px 14px;
        float: left;
        font-size: 16px;
    }

    .vehicle-item-tiny .view-btn {
        border: none;
        color: #fff;
        font-family: 'Gotham Book';
        background-color: #59a111;
        padding: 8px 15px;
        border-radius: 20px;
        line-height: 1;
        width: auto;
        position: static;
        float: right;
        margin: 2px 10px;
    }



div#live-modal {
    width: 450px;
    position: fixed;
    bottom: 0;
    left: 50px;
    background-color: #fff;
    border: 3px solid;
    box-shadow: 0px 0px 50px -20px #000;
    opacity: 1;
    visibility: visible;
    z-index: 100;
}

    div#live-modal.hidden {
        opacity: 0;
        visibility: hidden;
    }

    div#live-modal > a, div#live-modal > span {
        position: absolute;
        bottom: 100%;
        right: 35px;
        margin: 0 -3px 3px 0;
        background-color: #76c625;
        color: #fff;
        padding: 2px 10px;
        text-transform: uppercase;
        font-size: 12px;
    }

    div#live-modal > span {
        background-color: #d92027;
        right: 0;
        cursor: pointer;
    }

.canceled-btn {
    background-image: url(Images/cross.png);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 2em;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 10;
}

.wl-auction-item {
    border: 2px solid #ccc;
    margin: 10px 0 10px 0;
}

span.wl-lot-marker {
    position: absolute;
    top: 0;
    bottom: 0;
    border-left: 1px solid #acacac;
}

.wl-auction-header {
    margin: -2px -2px 0px -2px;
    position: relative;
    font-size: 26px;
    line-height: 1;
    background-color: #2266b6;
    color: #fff;
    padding: 10px;
}

.wl-auction-header.live {
    background-color: #66b716;
}

    .wl-auction-header h1 {
        margin: 0;
        font-size: 1.4em;
        font-family: 'Gotham Bold';
        display: inline-block;
        width: 100%;
    }

    .wl-auction-header h2 {
        margin: 0;
        font-size: 0.7em;
        font-family: 'Gotham Book';
        font-weight: 300;
        opacity: 0.6;
    }

    .wl-auction-progress {
        background-color: #fff;
        border-radius: 100px;
        position: relative;
        height: 5px;
        margin: 10px 0 0 0px;
    }

h3.wl-lot-no {
    float: right;
    font-size: 0.7em;
    margin: 0px 5px 0px 0;
}

.wl-auction-header a.btn {
    float: right;
    width: auto;
    padding: 15px 23px;
    background-color: #4798dd;
    border: none;
    margin: 0;
}

    .wl-auction-header a.btn:hover {
        color: #4798dd;
        background-color: #fff;
    }

span.wl-progress-line {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #39c7dd;
    border-radius: 100px;
    transition: width 0.3s ease-in-out;
}

.wl-auction-header.live span.wl-progress-line {
    background-color: #60972a;
}

.wl-auction-header.live a.btn {
    background-color: #60972a;
}

    .wl-auction-header.live  a.btn:hover {
        color: #60972a;
        background-color: #fff;
    }


.wl-lot-count.next {
    background-color: #fc9916;
}

.wl-lot-count.live {
    background-color: #60972a;
}

.wl-lot-count.over {
    background-color: #d92027;
}

.wp-progress-item {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 15px;
    height: 15px;
    margin: auto auto auto -0.6em;
    font-size: 12px;
    font-family: 'Gotham Bold';
    border-radius: 100px;
    text-align: center;
    padding: 0 0px 0 0;
    cursor: pointer;
    display: inline-block;
    background-color: #fff;
    color: #2266b6;
    box-shadow: 0px 0px 14px -2px #000;
    box-sizing: border-box;
    line-height: 17px;
    z-index: 10;
}


    .wp-progress-item:hover {
        background-color: #fc9916;
        color: #fff;
    }


.wl-lot-count > span {
    clear: both;
    display: block;
    text-align: center;
    font-size: 14px;
}

.wl-lot-count {
    background-color: #1a77c9;
    border-radius: 100px;
    width: 100px;
    height: 100px;
    color: #fff;
    padding: 13px 8px 0 8px;
    box-sizing: border-box;
    font-size: 48px;
    text-align: center;
    line-height: 1;
    margin: -20px auto 20px auto;
    transition: background-color 0.2s;
}

.zoom-btn {
    position: absolute;
    width: 20px;
    height: 16px;
    z-index: 10;
    bottom: 8px;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url(Images/ico-search.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}


.selected > .vehicle-item {
    background-color: #fefaf7;
}

    .selected > .vehicle-item .vehicel-title {
        color: #fc9916;
    }

    .selected > .vehicle-item .wl-lot-count {
        background-color: #fc9916;
    }


    .wl-auction-lots .vehicle-item {
        border: none;
    }

.wl-auction-lots > div + div {
    border-top: 1px solid #ddd;
}

    /*****************************   MEDIA QUERIES  *****************************/
    @media (max-width: 1100px) {
        .header .container {
            width: 90%;
        }

        .login-menu {
            left: auto;
            right: 0px;
        }

        .table-btn {
            padding: 13px 18px;
        }

        h2.red-title {
            font-size: 35px;
        }

        .vehicle-item {
            padding: 20px 20px 20px 20px;
        }

        .vehicle-buttons {
            position: relative;
            float: left;
            width: 100%;
            border: none;
            padding: 0;
        }

            .vehicle-buttons .btn {
                width: auto;
                float: right;
                margin: 0 0 0 10px;
                min-width: 130px;
                padding: 14px 10px;
            }

        .view-btn {
            display: none;
        }

        div#countdown-message {
            position: static;
            padding: 0;
            text-align: right;
            margin: 5px 0 0 0;
        }

        .vinfo-block .header h1 {
            font-size: 16px;
            line-height: 14px;
        }
    }

    @media (max-width: 1100px) and (min-width: 769px) {
        .header .right-nav {
            padding: 17px 10px;
        }

            .header .right-nav li {
                display: block;
                width: 120px;
                margin-bottom: 5px;
            }

                .header .right-nav li a {
                    padding: 8px 10px;
                    width: 100%;
                    text-align: left;
                    font-size: 11px;
                }
    }

    @media (max-width: 768px) {
        ul.main-menu {
            position: absolute;
            display: inline-block;
            top: 0%;
            left: 0;
            right: 0;
            background-color: #fff;
            z-index: -1;
        }

            ul.main-menu > li .left-nav {
                margin: 15px 0 0 0;
            }

        .header .right-nav li a {
            padding: 12px 20px;
            font-size: 11px;
        }

        .right-nav {
            height: auto;
            padding: 17px 10px;
        }

        .left-nav {
            margin: 10px 0 0 0;
        }

        .mobile-btn {
            display: inline-block;
            width: 32px;
            margin: 13px 14px 0px 0;
            float: left;
            position: relative;
        }

        ul.main-menu {
            transition: all 0.5s;
            background-color: #fdfdfd;
            background-color: #2266b6;
            box-shadow: inset 0px 10px 20px -18px #000;
            visibility: hidden;
            opacity: 0;
        }

            ul.main-menu.show {
                top: 100%;
                visibility: visible;
                opacity: 1;
            }

            ul.main-menu > li {
                padding: 15px 10px;
            }

                ul.main-menu > li a {
                    color: #fff;
                }

        .container.home-bottom {
            width: 95%;
        }

            .container.home-bottom .padded-box {
                padding: 10px 0;
            }

        .footer-nav .container > .row > div {
            width: 100%;
            margin: 0px 0px 15px 0;
        }

        .call-us {
            border: none;
            text-align: center;
            padding: 0;
            margin: 20px 0 -30px 0;
        }

        ul.auction-table li > div {
            width: auto;
        }

            ul.auction-table li > div:nth-child(2) {
                float: right;
            }

            ul.auction-table li > div:nth-child(3) {
                float: right;
                margin: 0;
                padding: 10px 0 10px 0;
            }

            ul.auction-table li > div:first-child {
                width: auto;
            }
    }

    @media (max-width: 450px) {
        div#live-modal {
            display: none;
        }

        .vehicle-sidebar {
            top: 20px !important;
            padding: 0;
            box-shadow: none;
            margin: 0 !important;
        }

        .image-container.half {
            width: 100%;
        }

        .half .resize-btn {
            display: none;
        }

        .vehicle-header .stc-block {
            bottom: -40px;
            top: auto;
            padding: 10px 14px;
            font-size: 10px;
        }

        .vehicle-header {
            font-size: 28px;
        }

        .image-tabs > span {
            border: 1px solid;
            padding: 5px 10px;
            border-radius: 30px;
        }

        .image-tabs {
            margin: 10px 0 16px 0;
        }

            .image-tabs.live-auc > .lot-no {
                float: none;
            }

            .image-tabs.live-auc > span {
                display: none;
            }

        .six.columns.live-upnext {
            display: none;
        }

        .title.banner {
            height: auto;
            min-height: 60px;
        }

            .title.banner h1 {
                margin: 0;
                font-size: 22px;
            }

            .title.banner:before {
                right: 25%;
            }

        .header .right-nav li {
            display: block;
            width: 120px;
            margin-bottom: 3px;
        }

            .header .right-nav li a {
                padding: 5px 10px;
                width: 100%;
                text-align: left;
                font-size: 11px;
                box-sizing: border-box;
            }

        .right-nav {
            padding: 4px;
        }

        ul.main-menu > li {
            width: 100%;
            text-align: left;
            box-sizing: border-box;
        }

        h1.intro-head > b {
            display: block;
        }

        h1.intro-head {
            margin: 100px 0 20px 0;
        }

        span.down-arrow {
            display: none;
        }

        .auctions-box {
            margin: 30px -10px 20px -10px;
        }

        .tabs .tab > i {
            display: block;
        }

        ul.auction-table li > div {
            height: auto;
        }

            ul.auction-table li > div:first-child {
                width: 100%;
            }

        .table-btn {
            padding: 8px 0px;
            width: 100%;
            font-size: 10px;
            box-sizing: border-box;
        }

        ul.auction-table li > div:nth-child(2), ul.auction-table li > div:nth-child(3) {
            width: 50%;
            padding: 5px 10px;
            border-bottom: 1px solid;
        }

        ul.auction-table li.live > div:nth-child(2), ul.auction-table li.live > div:nth-child(3) {
            width: 50% !important;
            padding: 5px 10px;
            border: none;
        }

        .vehicle-image {
            width: 100%;
            margin: 0 0 10px 0;
        }

        ul.auction-table.big .table-btn {
            height: 44px;
            padding: 10px 10px;
            vertical-align: top;
            margin: 5px 0;
        }

        ul.auction-table.big li > div {
            height: auto;
            padding: 5px 10px;
        }

        ul.auction-table.big div:nth-child(1) > .table-btn {
            line-height: 2.4em;
        }

        ul.auction-table.big div:nth-child(2) > .table-btn {
            line-height: 1em;
        }

        .two-btns .vehicle-image {
            width: 50%;
            border: 1px solid;
            margin: -40px 25% 20px 25%;
            height: 130px;
        }

        .vinfo-block .two-btns > a {
            line-height: 1em;
            vertical-align: top;
        }

            .vinfo-block .two-btns > a:nth-child(1) {
                line-height: 2em;
            }

        table.vehicle.details {
            width: 100%;
        }

        .vehicle-tables {
            width: 100%;
            padding: 0;
        }

        .vehicel-title .hover-effect {
            padding: 10px 0;
            width: 100%;
        }

        .vehicel-title .stc-block {
            position: absolute;
            top: 30px;
            right: 0px;
            padding: 5px 11px;
        }

        .vehicle-tables > table.vehicle {
            width: 100%;
        }

        .vehicle-buttons {
            width: 100%;
            display: inline-block;
            margin: 10px 0 0 0;
        }

            .vehicle-buttons .btn {
                width: 45%;
                height: 50px
            }

                .vehicle-buttons .btn.blue {
                    float: left;
                }

                .vehicle-buttons .btn.green {
                    float: right;
                }

        .vehicle-item {
            padding: 15px 10px;
            border-right: none;
            border-left: none;
            margin: 0px 0px -1px 0;
        }

        table.filter-table {
            display: none;
        }

        .container.mobi-full-width {
            width: 100%;
            margin: 0;
            box-sizing: border-box;
            overflow: hidden;
        }

        ul.nav-circles > li > a {
            padding: 10px 15px;
            font-size: 22px;
        }

        .vehicle-tables > table.vehicle th, .vehicle-tables > table.vehicle:nth-child(3) th {
            width: 50%;
        }

        .endingTime {
            display: inline-block;
            width: 46%;
            margin: 0 0 0 4%;
            padding: 17px 0px;
        }

        .mobi-not {
            display: none;
        }

        ul.profile-btns > li {
            width: 100%;
        }

        .profile-icon {
            display: none;
        }

        .notification-bar .message {
            width: 100%;
            display: block;
        }
    }

    @media (max-width: 410px) {
        .header .container {
            width: 100%;
            padding: 2px 10px;
        }

        .header .right-nav li {
            width: 90px;
        }

        a.site-logo > img {
            width: 120px;
        }

        ul.main-menu {
            width: 90%;
            margin: auto;
        }

        a.watch-link img {
            width: 40px;
        }

        a.watch-link {
            font-size: 16px;
        }

        .auction-title {
            font-size: 22px;
        }

            .auction-title b {
                display: block;
            }

        .vehicle-buttons .btn {
            width: 45%;
            margin: 0;
            height: 50px;
        }

            .vehicle-buttons .btn.green {
                line-height: 1.8;
            }

        .vehicle-header .stc-block {
            bottom: 70px;
            z-index: 10;
            right: 5px;
        }
    }