@import url(../fonts/fonts.css);

body {
    font-family: 'open_sansregular';
}

img {
    max-width: 100%;
}

.clear {
    clear: both;
}

.loading {
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    background: rgba(255, 255, 255, 0.75);
}

.loading:before {
    content: '';
    display: block;
    height: 45px;
    width: 45px;
    background-image: url(../img/loading.png);
    background-size: contain;
    margin: 350px auto;
    animation: spin 0.5s infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}

.modal {
    text-align: center;
    padding: 0!important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.header_box:after {
    content: '';
    background: #fbfbfb;
    display: block;
    width: 100%;
    height: 104px;
    position: absolute;
    top: 0;
}

header {
    position: relative;
    top: 0;
    transition: top 0.2s ease-in-out;
}

header.nav-up {
    top: -157px!important;
}

header.logged-in.nav-up {
    top: -189px!important;
}

header .container {
    background: url(../img/headerbg_2.png) no-repeat right top;
    padding: 14px;
    z-index: 88;
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
}

header i.fa {
    font-size: 22px;
    color: #f99494;
    transition: color ease 0.25s;
}

header i.fa-facebook-official:hover {
    color: #ffffff;
    transition: color ease 0.25s;
}

header i.fa:first-child {
    margin-left: 15px;
}

.left_top {
    position: absolute;
    left: 0;
    width: 15%;
    background: url(../img/topbar.jpg);
    background-repeat: repeat-x;
    height: 132px;
    top: 0;
    z-index: 9;
}

.right_top {
    position: absolute;
    right: 0;
    background: url(../img/topbar.jpg);
    background-repeat: repeat-x;
    width: 6.7%;
    height: 132px;
    top: -2px;
    z-index: 9;
}

.scrolldown {
    position: absolute;
    bottom: 0;
    margin: 2em 0;
    color: transparent;
    background: url(../img/down-arrow.png);
    background-size: contain;
    height: 65px;
    width: 65px;
    opacity: 1;
    transition: opacity ease 0.4s;
}

.scrolldown:hover {
    animation: bounce 0.85s;
    opacity: 0.5;
}

.menucls .navbar {
    margin-bottom: 0;
    border: 0;
    background: none;
    background-size: 100%;
    min-height: 129px;
    position: relative;
    top: 2px;
    background-size: 100%;
    padding-left: 3.5%;
    padding-top: 1%;
}

.menucls .navbar li a {
    font-family: 'Conv_FuturaStd-CondensedBold';
    font-size: 12px;
    text-transform: uppercase;
    color: #4d4d4f;
    width: 92px;
    height: 90px;
    padding-top: 53px;
    text-align: center;
    background-size: 100% !important;
    margin-right: 0%;
    background-repeat: no-repeat !important;
}

.nav {
    width: 100%;
}

header .col-sm-5 {
    width: 38%;
}

header .col-sm-7 {
    width: 62%;
    padding-right: 0;
}

.menucls .navbar li {
    /*margin-right: 2.65%;*/
    margin-right: 0.8%;
}

.menucls .navbar li:after {
    content: '';
    background: #fbfbfb;
    border-radius: 50%;
    display: block;
    height: 90px;
    width: 92px;
    position: absolute;
    top: 0;
    transform: scale(1.05);
    z-index: -1;
}

.menucls .navbar li:last-child {
    margin-right: 0;
}

.menucls .navbar li a:hover {
    color: #db2b23;
}

.menucls .navbar li.homecls a {
    background: url(../img/nomal_m.png);
    display: inline-block;
}

.menucls .navbar li.homecls a:hover {
    background: url(../img/active_m.png);
    display: inline-block;
}

.menucls .navbar li.activecls.current-menu-item a {
    background: url(../img/active_m.png);
    display: inline-block;
    color: #db2b23;
}

.menucls .navbar li.buycls a {
    background: url(../img/nomal_m.png);
    display: inline-block;
}

.menucls .navbar li.buycls.current-menu-item a {
    background: url(../img/active_m.png);
    display: inline-block;
}

.menucls .navbar li.buycls a:hover {
    background: url(../img/active_m.png);
    display: inline-block;
}

.menucls .navbar li.sellcls a {
    background: url(../img/nomal_m.png);
    display: inline-block;
}

.menucls .navbar li.sellcls.current-menu-item a {
    background: url(../img/active_m.png);
    display: inline-block;
}

.menucls .navbar li.sellcls a:hover {
    background: url(../img/active_m.png);
    display: inline-block;
}

.single-auctions .menucls .navbar li.eventscls a {
    background: url(../img/active_m.png);
    display: inline-block;
    color: #db2b23;
}

.menucls .navbar li.eventscls a {
    background: url(../img/nomal_m.png);
    display: inline-block;
}

.menucls .navbar li.eventscls.current-menu-item a {
    background: url(../img/active_m.png);
    display: inline-block;
}

.menucls .navbar li.eventscls a:hover {
    background: url(../img/active_m.png);
    display: inline-block;
}

.menucls .navbar li.inventorycls a {
    background: url(../img/nomal_m.png);
    display: inline-block;
}

.menucls .navbar li.inventorycls.current-menu-item a {
    background: url(../img/active_m.png);
    display: inline-block;
}

.menucls .navbar li.inventorycls a:hover {
    background: url(../img/active_m.png);
    display: inline-block;
}

.menucls .navbar li.resultscls a {
    background: url(../img/nomal_m.png);
    display: inline-block;
}

.menucls .navbar li.resultscls.current-menu-item a {
    background: url(../img/active_m.png);
    display: inline-block;
}

.menucls .navbar li.resultscls a:hover {
    background: url(../img/active_m.png);
    display: inline-block;
}

.menucls .navbar li.contactcls a {
    background: url(../img/nomal_m.png);
    display: inline-block;
}

.menucls .navbar li.contactcls.current-menu-item a {
    background: url(../img/active_m.png);
    display: inline-block;
}

.menucls .navbar li.contactcls a:hover {
    background: url(../img/active_m.png);
    display: inline-block;
}

.banercls {
    text-align: center;
    position: relative;
    top: -53px;
    margin-bottom: -53px;
}

.bannerover {
    position: absolute;
    width: 100%;
    height: 80vh;
    background-color: rgba(0, 0, 0, 0.5);
}

.bannerover + img {
    height: 80vh;
}

.bannerinner {
    max-width: 80%;
    margin: 0 auto;
    color: #fff;
    font-family: 'open_sanssemibold';
    padding-top: 14%;
}

.bannerinner img {
    max-width: 88%;
}

.bannerinner h5 {
    font-size: 28px;
    padding-top: 4%;
}

.sellbg {
    background: url(../img/sellbg.png) repeat-x;
    padding: 40px;
    text-align: center;
    position: relative;
    background-size: 100% 100%;
}

.sellbg h2 {
    font-family: 'Conv_FuturaStd-CondensedBold';
    margin-bottom: 25px;
}

.sellbg a {
    border: 1px solid #CB2721;
    display: block;
    max-width: 200px;
    margin: 0 auto;
    color: #CB2721;
    font-family: 'Conv_FuturaStd-CondensedBold';
    font-size: 28px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.sellbg .col-sm-6 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.buycar {
    padding-left: 5%;
}

.sellcar {
    border-right: 1px solid #414042;
    padding-right: 5%;
}

.sellbg a:hover {
    background: #CB2721;
    color: #fff;
    text-decoration: none;
}

.sellbg p {
    text-align: left;
}

.carline {
    width: 1px;
    height: 100%;
    background: #414042;
    min-height: 361px;
    margin: 0 auto;
}

.eventsbg {
    background: url(../img/eventsbg.jpg) repeat-x;
    text-align: center;
    padding: 34px 0 42px 0;
}

.eventsbg img {
    max-width: 60%;
}

.carbox .col-sm-6 {
    padding: 0;
}

.carbox {
    background: #414042;
}

.carbox .container {
    background: #cb2821;
    padding: 0;
}

.carbox h2 {
    font-family: 'Conv_FuturaStd-CondensedBold';
    text-align: center;
    font-size: 50px;
    color: #414042;
    background: #fff;
    margin: 0;
    padding: 15px 0;
}

.detailbox {
    color: #fff;
    text-align: center;
    font-family: 'Conv_FuturaStd-CondensedBold';
}

.detailbox table {
    width: 100%;
}

.detailbox table h3 {
    margin: 0;
    font-size: 45px;
}

.detailbox table h4 {
    margin: 0;
    font-size: 33px;
}

.detailbox table .cell1 {
    /*width: 65%;*/
    font-size: 45px;
    border-right: 1px solid #7f0a00;
}

.detailbox table td {
    padding: 13px 0;
}

.bordercls td {
    border-bottom: 1px solid #7f0a00;
}

.detailbox a {
    border: 1px solid #fff;
    display: block;
    width: 80%;
    margin: 0 auto;
    color: #fff;
    font-size: 20px;
}

.detailbox a:hover {
    background: #fff;
    color: #CB2721;
    text-decoration: none;
}

.iner_auct {
    height: 304px;
    overflow: hidden;
    margin-bottom: 15px;
}

.featurecls {
    background: #414042;
}

.slider-div {
    position: relative;
    background: url(../img/lining.png);
    background-size: 100%;
}

.linebgcls {
    position: relative;
    background: url(../img/lining.png);
    background-size: 100%;
}

.feature-title {
    height: 70px;
    background-color: #414042;
    padding-top: 9px;
    text-align: center;
}

.slider-div h5 {
    margin: 0;
    font-size: 20px;
    font-family: 'Conv_FuturaStd-CondensedBold';
}

.slider-div .col-sm-12 {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

.owl-controls {
    display: none !important;
}

.sliderdiv-inner {
    max-width: 95%;
    margin: 0 auto;
}

.slider-div .col-sm-3 img {
    margin-bottom: 10px;
}

.feature-title2 {
    text-align: center;
    background-color: #b21e18;
    padding: 8px
}

.feature-title3 {
    text-align: center;
    background: #f42626;
    padding: 8px
}

footer {
    background: #dadada;
    padding: 40px;
}

footer p {
    padding-left: 20px;
}

.footermenu {
    padding-top: 20px;
    padding-left: 20px;
}

.footermenu li {
    display: inline-block;
    list-style: none;
    padding: 0 6% 0 0;
}

.footermenu li a {
    color: #444;
    font-family: 'open_sansbold';
}

.footermenu li a:hover {
    text-decoration: none;
}

.footermenu2 {
    padding-left: 20px;
}

.footermenu2 li {
    display: inline-block;
    list-style: none;
    padding: 0 12.5% 0 0;
}

.footermenu2 li a {
    color: #444;
    font-family: 'open_sanssemibold';
}

.footermenu2 li a:hover {
    text-decoration: none;
}

.arrleft {
    background-color: #414042;
    height: 100%;
    position: absolute;
    left: 0;
    cursor: pointer;
    width: 39px;
    text-align: center;
    padding-top: 2%;
    padding-bottom: 2%;
}

.arrleft img {
    max-width: 54%;
}

.arrright {
    background-color: #414042;
    height: 100%;
    position: absolute;
    right: 0;
    cursor: pointer;
    width: 39px;
    text-align: center;
    padding-top: 2%;
    padding-bottom: 2%;
}

.arrright img {
    max-width: 54%;
}

.mobilefeature {
    display: none;
    padding: 0;
    text-align: center;
}

.mobilefeature img {
    width: 100vw;
}

/*------------------ Events page -------------------------------------------*/
.event_header {
    text-align: center;
    font-family: 'Conv_FuturaStd-CondensedBold';
    text-transform: uppercase;
    margin-bottom: 12px;
}

.event_header h1 {
    color: #f42626;
    margin-top: 0;
    font-size: 100px;
}

.event_header h2 {
    color: #3d3d3f;
    font-size: 30px;
    margin-top: 0;
}

.res_img img {
    width: 100%;
}

.event_detail_box td, .event_detail_box table .cell1 td {
    border: 0px;
    border-right: 0px !important;
    padding: 0px !important;
}

.event_detail_box table {
    width: 90%;
    margin: 0 auto;
}

.event_detail_box h1 {
    font-size: 3.4em;
    text-align: left;
    margin: 0px;
    padding: 0px;
}

.event_detail_box h3 {
    font-size: 1.2em !important;
    text-align: left;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    width: 100px;
    margin-top: 25px !important;
    margin-left: 20px !important;
}

.event_detail_box p {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    text-align: left;
    border-top: solid 1px #fff;
    padding: 6px 0px;
    font-size: 15px;
}

.event_detail_box a {
    font-size: 2em;
    padding: 2px 0px;
    margin-bottom: 5px;
}

.btn_F {
    width: 90% !important;
}

.event_productDetail {
    width: 80%;
    margin: 15px auto;
}

.event_productDetail h1 {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-weight: bold;
    color: #3c3c3c;
    font-size: 2em;
    margin: 3px 0px;
}

.event_productDetail p {
    color: #3c3c3c;
    font-size: 16px;
    margin: 0px 0px;
}

.heading_bg_dark {
    background-color: #414042;
}

.event_feature_link {
    text-align: center;
    margin: 25px auto;
}

.event_feature_link a {
    color: #f42626;
    border: solid 1px #f42626;
    padding: 10px 18px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}

.event_feature_link a:hover {
    color: #fff;
    background: #f42626;
}

.event_feature_details {
    text-align: center;
    color: #413f40;
    margin: 12px 0px;
}

.event_feature_details h1, .event_feature_details h2 {
    font-size: 24px;
    font-weight: bold;
    margin: 3px 0px;
    font-family: 'Conv_FuturaStd-CondensedBold';
}

.event_feature_details a {
    color: #413f40;
    font-size: 20px;
    padding: 5px 0px;
}

.features_container {
    border-top: solid 1px #f42626;
    padding-bottom: 40px;
}

.event_feature_cars .col-sm-6 img {
    width: 100%;
}

.sponsors_box {
    width: 70%;
    margin: 0 auto;
    padding: 40px 0px;
}

.sponsors_box h1 {
    text-align: center;
    text-decoration: underline;
    color: #3f3f41;
    font-size: 3em;
    font-family: 'Conv_FuturaStd-CondensedBold';
    text-transform: uppercase;
}

.features_container .col-sm-4 {
    margin: 40px 0px;
}

/*-------------------------------------------------------------*/

.classic_heading {
    border-bottom: solid 10px #ca271e;
    text-align: center;
    margin-bottom: 35px;
}

.classic_heading h1 {
    font-family: 'Conv_FuturaStd-CondensedBold';
    text-transform: uppercase;
    font-size: 6.5em;
    color: #ca271e;
}

.upcoming_eventBox {
    box-sizing: border-box;
    border: solid 1px #ec909f;
    padding: 25px;
    margin-bottom: 35px;
}

.upcoming_eventBox h2 {
    font-family: 'Conv_FuturaStd-CondensedBold';
    text-transform: uppercase;
    font-size: 4em;
    color: #ca271e;
    border-bottom: double 4px #ca271e;
    margin-top: 0px;
}

.upcoming_eventBox h3 {
    font-family: 'Conv_FuturaStd-CondensedBold';
    text-transform: uppercase;
    font-size: 2em;
    color: #ca271e;
    margin: 0px;
}

.upcoming_eventBox h1 {
    font-family: 'Conv_FuturaStd-CondensedBold';
    text-transform: uppercase;
    font-size: 3em;
    color: #ca271e;
    margin: 0px;
}

.upcoming_eventBox h1 span {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-weight: normal;
    font-size: 0.9em;
}

.upcoming_eventBox h4 {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 2em;
    color: #4a4a4a;
}

.upcoming_eventBox a {
    color: #c82327;
    display: inline-block;
    border: 1px solid #c82327;
    text-align: center;
    text-transform: uppercase;
    font-family: 'open_sansbold';
    width: 19%;
    padding: 0px 0;
}

.upcoming_eventBox a:hover {
    background: #c82327;
    color: #fff;
    text-decoration: none;
}

.classic_sep {
    border-bottom: solid 1px #f4c5cf;
    margin: 0px;
    padding: 20px 0px;
}

.upcomming_img {
    padding: 0px;
}

.eventmobilecls {
    display: none;
}

.eventmobilecls .arrleft {
    top: 14%;
}

.eventmobilecls .arrleft img {
    max-width: 50%;
}

.eventmobilecls .arrright {
    top: 14%;
}

.eventmobilecls .arrright img {
    max-width: 50%;
}

.sell-header h2 {
    color: #cd2524;
    font-family: 'Conv_FuturaStd-CondensedBold';
    text-align: center;
    max-width: 70%;
    margin: 0 auto;
    font-size: 43px;
    margin-bottom: 15px;
    margin-top: 10px;
}

.burnpoint {
    background: #e6e7e9;
    border-top: solid 10px #ca271e;
    padding: 15px;
}

.burnpoint p {
    max-width: 80%;
    margin: 0 auto;
    font-size: 18px;
}

.burnpoint p b {
    font-family: 'open_sansbold';
}

.consigmentcls {
    padding: 15px;
}

.consigmentcls h3 {
    font-family: 'open_sansbold';
    color: #3c3c3e;
    margin: 0 0 20px 0;
}

.consigmentcls .container {
    border-bottom: solid 3px #ca271e;
    padding: 15px;
}

.auction-step1cls {
    padding: 15px;
}

.auctioninner {
    cursor: pointer;
    background: #949599;
    color: #fff;
    padding: 10px;
    text-align: center;
    border: 2px solid #949599;
    margin-bottom: 10px;
}

.auctioninner:hover {
    background: #cb2821;
    border: 2px solid #cb2821
}

.auctioninner span {
    position: absolute;
    right: 18px;
    bottom: 11px;
    width: 30px;
    z-index: 99;
    display: none;
}

.auctioninner:hover span {
    display: block;
}

.auctioninner.selected {
    background: #cb2821;
    border: 2px solid #cb2821;
}

.auctioninner.selected span {
    display: block;
}

.auctioninner b {
    display: block;
    font-family: 'open_sansbold';
    margin-bottom: 10px;
    font-size: 20px;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.auctioninner label {
    display: block;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 22px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.auction-step1cls .container {
    padding: 0;
    padding-bottom: 25px;
    border-bottom: 3px solid #e7e7e7;
    margin-bottom: 25px;
}

.auction-step1cls h3 {
    font-family: 'open_sansbold';
    margin: 0 0 15px 15px;
}

.selectauction .auctioninner label {
    font-family: 'open_sansregular';
    font-size: 16px;
}

.selectauction .auctioninner {
    cursor: pointer;
    background: #949599;
    color: #fff;
    padding: 10px;
    text-align: center;
    border: 2px solid #949599
}

.selectauction .auctioninner:hover {
    background: #cb2821;
    border: 2px solid #42b86b
}

.selectauction .auctioninner span {
    position: absolute;
    right: 18px;
    bottom: 5px;
    width: 37px;
    z-index: 99;
    display: none;
}

.selectauction .auctioninner:hover span {
    display: block;
}

.selectauction .auctioninner.selected {
    background: #cb2821;
    border: 2px solid #42b86b;
}

.selectauction .auctioninner.selected span {
    display: block;
}

.selectauction .auctioninner b {
    display: block;
    font-family: 'open_sansbold';
    margin-bottom: 10px;
    font-size: 22px;
}

.selectauction .auctioninner label {
    display: block;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 22px;
}

.auction-step1cls2 .container {
    padding: 0;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.auction-step1cls2 h3 {
    font-family: 'open_sansbold';
    margin: 0 0 15px 15px;
}

.filform1 {
    background: #949599;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    display: inline-block;
    padding: 15px 0;
    width: 47%;
    font-family: 'open_sansbold';
    text-align: center;
    float: left;
    margin-right: 3%;
    position: relative;
}

.filform1:hover {
    background: #cb2821;
    color: #fff;
    text-decoration: none;
}

.filform1 span {
    position: absolute;
    right: 0;
    top: 11px;
    width: 30px;
    display: none;
}

.filform1activ {
    background: #cb2821;
}

.filform1activ span {
    display: inline-block;
}

.filform1:focus {
    color: #fff;
}

.filform2 {
    background: #949599;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    display: inline-block;
    padding: 15px 0;
    width: 47%;
    font-family: 'open_sansbold';
    text-align: center;
    float: left;
    margin-left: 3%;
}

.filform2:hover {
    background: #cb2821;
    color: #fff;
    text-decoration: none;
}

.cellformcls .col-first {
    width: 46%;
    margin-right: 2%;
    float: left;
    margin-left: 2%;
}

.cellformcls .col-insurance {
    width: 29.3%;
    margin-right: 2%;
    float: left;
    margin-left: 2%;
}

.cellformcls label {
    font-family: 'open_sansbold';
    color: #3f3f41;
    margin-top: 5px;
    font-size: 18px;
}

.cellformcls .col65 {
    width: 60%;
    float: left;
    margin-right: 5%;
}

.cellformcls .col35 {
    width: 35%;
    float: left;
}

.cellformcls .col70 {
    width: 65%;
    float: left;
    margin-right: 0%;
}

.cellformcls .col30 {
    width: 30%;
    float: left;
    position: relative;
    top: 22px
}

.col30 p {
    margin: 0;
    margin-bottom: 6px;
}

.col30 p label {
    margin: 0 !important;
    font-family: 'open_sansregular' !important;
    font-size: 14px !important
}

.col30 p label span {
    margin: 0 4px 0 0 !important;
}

label.businessad {
    margin: 0 !important;
    font-family: 'open_sansregular' !important;
    font-size: 14px !important
}

.formp {
    text-align: center;
    margin-top: 15px;
}

.submitform input[type=submit],
button.btn-primary {
    display: block;
    background: #cb2821;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    border-radius: 0;
    padding: 9px 47px;
    font-family: 'open_sansbold';
}

.submitform input[type=submit]:hover,
.submitform input[type=submit]:active,
.submitform input[type=submit]:focus,
button.btn-primary:hover,
button.btn-primary:active,
button.btn-primary:focus {
    background: #e6554e;
}

button.btn-primary {
    display: inline-block;
}

.submitform {
    float: none;
    margin: 0 auto;
    width: 306px;
}

.submitform a {
    font-family: 'open_sansbold';
    color: #cb2821;
    font-size: 12px;
    position: relative;
    left: 29px;
    top: 8px;
}

.submitform span {
    position: relative;
    top: -11px;
}

.cellformcls .submitform label {
    font-weight: 400 !important;
    font-family: 'open_sansregular';
    font-size: 14px;
}

.cellformcls input[type=text],
.cellformcls input[type=number] {
    width: 100%;
    height: 40px;
    border: 1px solid #dcddde;
    margin-bottom: 11px;
    padding-left: 10px;
}

.cellformcls input[type=email] {
    width: 100%;
    height: 40px;
    border: 1px solid #dcddde;
    margin-bottom: 11px;
    padding-left: 10px;
}

.cellformcls textarea {
    width: 100%;
    height: 120px;
    border: 1px solid #dcddde;
    padding-left: 10px;
}

.cellformcls .col-second {
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
    float: left;
}

.cellformcls .col-second_h {
    width: 21%;
    margin-left: 2%;
    margin-right: 2%;
    float: left;
}

.cellformcls .col-th3 {
    width: 29.3334%;
    margin-left: 2%;
    margin-right: 2%;
    float: left;
}

.col-full {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
}

.col-w35 {
    width: 35%;
    margin-left: 2%;
    margin-right: 2%;
    float: left;
}

.formline {
    height: 1px;
    background: #dcddde;
    margin: 30px 0;
}

.formbox {
    border: 1px solid #dcddde;
    margin: 30px 0;
    padding-bottom: 25px;
}

.haveyou {
    margin-left: -35px;
}

.haveyou span {
    margin: 0 8px 0 0 !important;
}

.formbox.tablspanel .nav-tabs {
    border-bottom: 0;
    margin-top: 0px;
    padding-bottom: 1px;
    overflow: hidden;
    width: 100%;
    overflow-x: auto;
}

.formbox.tablspanel .nav-tabs li i {
    font-size: 18px;
    display: inline-block;
    margin-right: 8px;
    color: #333;
}

.formbox.tablspanel .nav-tabs li a:hover {
    background: none;
    border: none;
}

.formbox.tablspanel .nav-tabs li {
    float: left;
    text-align: center;
    vertical-align: middle;
    width: 33.33%;
}

.formbox.tablspanel .nav-tabs li a {
    display: block;
    background: none;
    border: none;
    color: #96979b;
    font-size: 13px;
    text-decoration: none;
    padding: 0;
    padding: 10px 9px;
    margin: 0;
    font-family: 'open_sansbold';
}

.bordertab a {
    border-right: 1px solid #e8e8e8 !important;
}

.formbox.tablspanel .nav-tabs li.inner {
    padding-left: 0px;
    margin-bottom: 0px;
}

.formbox.tablspanel .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background: none !important;
    border: none;
    color: #000;
}

.formbox.tablspanel h3 {
    margin: 10px;
}

.formbox.tablspanel ul.nav {
    background: #f1f3f2;
    border-bottom: 1px solid #e8e8e8;
}

.formbox.tablspanel ul .active {
    background: #fff;
}

.vinfo {
    width: 96%;
    padding-left: 2%;
    font-family: 'open_sansbold';
    font-size: 18px;
}

.vinfo span {
    text-decoration: underline;
}

.conlost {
    font-family: 'open_sansbold';
    text-align: center;
    margin-top: 25px;
}

.conlost p {
    margin-bottom: 0;
}

.conlost_1 {
    display: inline-block;
    width: 250px;
    text-align: left;
    font-size: 18px;
}

.process1 {
    font-family: 'open_sansbold';
    text-align: center;
    margin: 20px 0 0 0;
    font-size: 18px;
}

.understand {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 25px;
}

.understand label {
    font-family: 'open_sansregular' !important;
    font-size: 14px !important;
    margin: 0;
}

.understand label {
    margin: 0;
}

.submit-p {
    font-family: 'open_sansbold';
    text-align: center;
    font-size: 18px;
    width: 80%;
    margin: 0 auto;
}

.formbox .tab-content {
    padding-top: 25px;
}

.selectauction {
    margin: 20px 0 30px 0;
}

.auctiobtn {
    margin: 0 0 15px 15px;
}

.auctiobtn a {
    background: #e6e7e8;
    display: inline-block;
    padding: 6px 13px;
    text-decoration: none;
}

.auctiobtn a:hover {
    background: #fff;
}

.auctiobtn a.activecls {
    background: #fff;
}

.top_line {
    background: url(../img/toplines.png) repeat-x;
    padding: 49px 0 15px 0;
    margin-top: -51px;
    text-align: center;
    border-bottom: solid 10px #ca271e
}

.top_line img {
    height: 120px!important;
    width: auto;
}

.tcenter {
    text-align: center;
    display: block;
}

.paracls p {
    padding: 5px 0 0 30px;
}

.paracls ul {
    padding-left: 85px;
}

.checkboxspan span {
    margin: 0 10px 0 0 !important
}

.titlestu span {
    margin: 6px 10px 0 0 !important;
}

.tilehead {
    display: none;
    float: right;
    width: 45%;
    margin-top: -50px;
}

.titlestu label.title-fo {
    font-size: 20px !important;
    font-weight: 200;
    font-family: 'open_sanslight';
}

.last-til {
    margin-left: 23% !important;
    margin-top: 6% !important;
}

.formbtn {
    background: #e7e7e7;
    border: 1px solid #dedede;
    display: inline-block;
    font-weight: 800 !important;
    font-size: 15px;
    padding: 4px 10px;
    color: #3c3c3c !important;
    margin-top: 5px;
    font-family: 'open_sansbold';
    max-width: 100%;
}

.form_p {
    font-size: 18px;
    text-align: center;
}

.form_p2 {
    font-size: 18px;
    text-align: center;
    margin-top: 5px;
    font-family: 'open_sansbold';
    margin: 20px 0 0 0
}

.check_p {
    width: 80%;
    margin: 0 auto;
}

.mtop10 {
    margin-top: 10px !important;
}

.mclear {
    display: none;
}

.contact_form input[type="email"] {
    border: solid 1px #4D4D4F;
    outline: 0px;
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}

.contact_form input[type="tel"] {
    border: solid 1px #4D4D4F;
    outline: 0px;
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}

.deposit {
    display: block;
    text-align: center;
    text-decoration: underline;
    margin: 15px 0 !important;
}

.aut {
    padding-left: 32px;
    font-size: 10px;
    position: absolute;
    line-height: 9px;
}

.mtop20 {
    margin-top: 20px;
}

.terms_cl {
    width: 80%;
    margin: 0 auto;
}

.terms_cl label {
    font-family: 'open_sansregular' !important;
    font-size: 14px !important;
}

.home-slider-img {
    text-align: center;
    height: 127px;
    overflow: hidden;
    margin-bottom: 5px;
}

.home-slider-img img {
    width: auto !important;
    height: 132px;
}

.uncsendbtn {
    background: #CB2721 url(../img/icons/message_arrow.png) no-repeat center right 8px;
    border: 0px !important;
    color: #fff;
    font-family: 'open_sansbold';
    font-size: 1.3em;
    padding: 11px;
    width: 130px !important;
    text-align: left;
    height: inherit !important;
}

.uncsendbtn:hover {
    background: #EA2D2D url(../img/icons/message_arrow.png) no-repeat center right 8px;
}

.baddress span {
    position: relative;
    top: -3px;
}

.agreeterm span {
    top: -3px !important;
}

.homebusinessCls {
    position: relative;
    top: 29px !important;
}

.homebusinessCls p label span {
    margin: 1px 4px 0 0 !important;
}

.burnpoint hr {
    border-top: 1px solid #333 !important;
    margin-bottom: 15px;
}

.termscnditionsCls label {
    line-height: 30px !important;
}

.pmethodcls {
    margin-top: 10px !important;
    text-align: center;
}

.pmethodcls label {
    line-height: 27px !important;
}

#navbar {
    padding-left: 0;
}

label.homeadd span {
    margin-top: 0 !important;
    position: relative;
    top: 1px;
}

.top_line img {
    /*max-width: 85% !important;
    height: inherit !important;*/
    max-height: 120px;
    width: auto;
}

.terms_cl td {
    vertical-align: top;
}

/* -------- Buy Page ---------------*/
.buy-header h2 {
    color: #cd2524;
    font-family: 'Conv_FuturaStd-CondensedBold';
    text-align: center;
    margin: 0 auto;
    font-size: 43px;
    margin-bottom: 15px;
    margin-top: 10px;
}

.step2btn {
    background: #949599;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    display: inline-block;
    padding: 15px 45px;
    width: 31.2%;
    font-family: 'open_sansbold';
    text-align: center;
    float: left;
    margin-right: 3%;
    font-size: 18px;
    position: relative;
}

.marginright {
    margin-right: 0px !important;
}

.step2btn.activecl {
    background: #cb2721;
    color: #fff;
}

.step2btn span {
    position: absolute;
    right: 0;
    width: 30px;
    display: none;
    bottom: 2px;
}

.step2btn.activecl span {
    display: inline-block;
}

.step2btn:hover {
    background: #cb2721;
    color: #fff;
    text-decoration: none;
}

.step2btn:hover span {
    display: inline-block;
}

.auction-step1cls2 .container {
    border-bottom: 3px solid #e7e7e7;
}

.auction-step1cls3 .container {
    padding: 0;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 3px solid #e7e7e7;
}

.auction-step1cls3 h3 {
    font-family: 'open_sansbold';
    margin: 0 0 15px 15px;
}

.buyformbox {
    border: 1px solid #dcddde;
    margin: 30px 0;
    padding-bottom: 25px;
}

.buyformbox.tablspanel .nav-tabs {
    border-bottom: 0;
    margin-top: 0px;
    padding-bottom: 1px;
    overflow: hidden;
    width: 100%;
    overflow-x: auto;
}

.buyformbox.tablspanel .nav-tabs li i {
    font-size: 18px;
    display: inline-block;
    margin-right: 8px;
    color: #333;
}

.buyformbox.tablspanel .nav-tabs li a:hover {
    background: none;
    border: none;
}

.buyformbox.tablspanel .nav-tabs li {
    float: left;
    text-align: center;
    vertical-align: middle;
    width: 33.33334%;
}

.buyformbox.tablspanel .nav-tabs li a {
    display: block;
    background: none;
    border: none;
    color: #96979b;
    font-size: 13px;
    text-decoration: none;
    padding: 0;
    padding: 10px 9px;
    margin: 0;
    font-family: 'open_sansbold';
}

.bordertab a {
    border-right: 1px solid #e8e8e8 !important;
}

.buyformbox.tablspanel .nav-tabs li.inner {
    padding-left: 0px;
    margin-bottom: 0px;
}

.buyformbox.tablspanel .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background: none !important;
    border: none;
    color: #000;
}

.buyformbox.tablspanel h3 {
    margin: 10px;
}

.buyformbox.tablspanel ul.nav {
    background: #f1f3f2;
    border-bottom: 1px solid #e8e8e8;
}

.buyformbox.tablspanel ul .active {
    background: #fff;
}

.buyformbox .tab-content > .active {
    padding: 15px;
}

.mbotm {
    margin-bottom: 40px;
}

input[type=checkbox]:not(old),
input[type=radio   ]:not(old) {
    width: 2em;
    margin: 0;
    padding: 0;
    font-size: 1em;
    opacity: 0;
}

input[type=checkbox]:not(old) + label,
input[type=radio   ]:not(old) + label {
    display: inline-block;
    margin-left: -2em;
    line-height: 1.5em;
}

input[type=checkbox]:not(old) + label > span,
input[type=radio   ]:not(old) + label > span {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0.25em 0.5em 0.25em 0.25em;
    border: 0.0625em solid rgb(192, 192, 192);
    border-radius: 15px;
    border: 1px solid #ddd;
    vertical-align: bottom;
    float: left;
}

input[type=checkbox]:not(old):checked + label > span,
input[type=radio   ]:not(old):checked + label > span {
    background: #f42626;
}

input[type=checkbox]:not(old):checked + label > span:before {

    display: block;
    width: 0em;
    color: rgb(153, 204, 102);
    font-size: 0.875em;
    line-height: 0em;
    text-align: center;

    font-weight: bold;
}

input[type=radio]:not(old):checked + label > span > span {
    display: block;
    width: 0em;
    height: 0.5em;
    margin: 0.125em;

    border-radius: 0.125em;
    background: #f42626;

}

/* Sell Page */
#upload_photos input[type=file] {
    float: left;
}

#upload_photos input[type=button] {
    float: left;
    margin-top: 9px;
    margin-left: 10px;
}

/* Inventory List Auction Template */
.page-template-template_inventory_auction_list .upcoming_eventBox h1 {
    margin-bottom: 0.5em;
}

.page-template-template_inventory_auction_list .row > div {
    padding-left: 0;
    padding-right: 0;
}

.page-template-template_inventory_auction_list .row .col-sm-3 {
    padding: 0 5px;
}

.page-template-template_inventory_auction_list .row .col-sm-3 a {
    width: 100%;
    background: #f52626;
}

.page-template-template_inventory_auction_list .row .col-sm-3:first-child {
    padding-left: 0;
}

.page-template-template_inventory_auction_list .row .col-sm-3:last-child {
    padding-right: 0;
}

.page-template-template_inventory_auction_list .row .featured-listing {
    display: block;
    width: 100%;
    height: 185px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.page-template-template_inventory_auction_list a.full-inventory {
    margin-top: 2rem;
}

/* Sales results list */
#auction_results h3 {
    font-family: 'Conv_FuturaStd-CondensedBold';
    text-transform: uppercase;
    font-size: 3em;
    color: #ca271e;
    margin: 1em 0 2rem;
    border-bottom: double 4px #ca271e;
}

#auction_results ul {
    margin: 0;
    padding: 0;
}

#auction_results ul li {
    list-style: none;
}

#auction_results > ul {
    margin-bottom: 2em;
}

#auction_results > ul > li {
    margin-bottom: 1.5em;
}

#auction_results li h4 {
    font-family: 'Conv_FuturaStd-CondensedBold';
    text-transform: uppercase;
    font-size: 2em;
    color: #ca271e;
    margin: 0px;
}

#auction_result_list h2 {
    font-family: 'Conv_FuturaStd-CondensedBold';
    text-transform: uppercase;
    font-size: 3em;
    color: #ca271e;
    margin: 1em 0 1rem;
}

#auction_result_list h3 {
    font-family: 'Conv_FuturaStd-CondensedBold';
    text-transform: uppercase;
    font-size: 2em;
    color: #ca271e;
    border-bottom: double 4px #ca271e;
    padding-bottom: 2rem;
    margin: 0 0 3rem;
}

#auction_result_list th, #auction_result_list td {
    padding: 1em 1em;
    text-align: center;
}

#auction_result_list table {
    border: 1px solid #eaeaea;
    margin-bottom: 5rem;
}

#auction_result_list th {
    font-size: 1.25em;
    background: #eaeaea;
}

#auction_result_list tr:nth-child(even) {
    background: #f5f5f5;
}

#auction_result_list tbody tr:hover {
    background: #ca271e;
    color: #ffffff;
}

#auction_result_list tbody tr:hover a {
    color: #eaeaea;
}

    /*UnderConstruction Page*/

.mailing_list_text h2 {
    font-family: 'Conv_FuturaStd-CondensedBold';
    text-transform: uppercase;
}

.under_construdction {
    margin: 35px 0px;
}

.underconstruction_text {
    font-family: 'Conv_FuturaStd-CondensedBold';
    text-transform: uppercase;
    font-size: 4.5em;
    color: #414042;
    padding: 50px 0px 0px 5%;
    word-wrap: break-word;
}

.under_construction_img img {
    margin: 0 auto;
}

.header_box {
    overflow: hidden;
}

.right_top {
    right: -3000px;
    width: 3000px;
    background: url(../img/header_bg.png) repeat-x;
    background-color: transparent;
    border: 0px;
    top: -1px;
}

.left_top {
    left: -2900px;
    width: 3000px;
    z-index: 0;
    background: url(../img/header_bg.png) repeat-x;
    background-color: transparent;
    border: 0px;
    top: 0px;
}

.header_subtext_outer ol {
    padding-left: 0;
    width: 80%;
    margin: 0 auto;
}

.header_subtext_outer ul {
    padding-left: 0;
    width: 80%;
    margin: 0 auto;
    list-style: none;
}

.header_subtext_outer li ol {
    width: 100%;
    padding-left: 50px;
}

.header_subtext_outer li ul {
    width: 100%;
    padding-left: 50px;
}

.header_subtext_outer b {
    display: block;
    width: 80%;
    margin: 0 auto;
}

.reg_tab {
    width: 100% !important;
}

.reg_tab2 li.active a {
    border: 1px solid #ddd !important;
    padding-bottom: 11px !important;
    border-bottom: 0 !important;
}

.reg_tab2 li.active a:hover {
    border-bottom: 0 !important;
}

.reg_tab2 > li.active > a {
    border-bottom: 0 !important;
}

.reg_tab2 > li.active > a:hover {
    border-bottom: 0 !important;
}

.reg_tab2 > li.active > a:focus {
    border-bottom: 0 !important;
}

.agree_outer {
    text-align: center;
    margin-bottom: 15px;
}

.tabcontntCls {
    padding-top: 15px;
}

.forfixcls {
    height: 155px;
}

.logged-in .navbar-fixed-top {
    top: 32px;
}

.mobilelogo {
    display: none;
    background: #F12222;
}

.pgwSlideshow .ps-list li .ps-item {
    margin: 15px 7px !important;
}

.pgwSlideshow .ps-list .ps-next {
    background-image: url(../img/slid1ar.png) !important;
    background-position: 0px 5px !important;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
}

.pgwSlideshow .ps-list .ps-prev {
    background-image: url(../img/slid1ar1.png) !important;
    background-position: 0px 5px !important;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
}

@media (max-width: 1320px) {

    .menucls .navbar {

        padding-right: 2.1%;
    }
}

@media (min-width: 992px) {
    .res_img img {
        height: 436px;
    }
}

@media (min-width: 768px) {
    .res_img img {
        height: 436px;
    }

    .heading_bg_dark {
        display: block !important;
    }

}

@media (max-width: 1230px) {
    .container {
        width: 98%;
    }
}

/*-------------------------------------------------------------*/

@media (max-width: 1215px) {
    .arrleft img {
        max-width: 68%;
    }

    .arrright img {
        max-width: 68%;
    }
}

@media (max-width: 1199px) {
    header .container {
        width: 100%;
        padding: 0;
    }

    .right_top {
        display: none;
    }

    .left_top {
        height: 100%;
        border: 0;
    }

    .menucls .navbar {
        padding-top: 5%;
        padding-left: 0;
    }

    .right_top {
        display: none;
    }

    .arrleft img {
        max-width: 55%;
    }

    .arrright img {
        max-width: 55%;
    }

    header .col-sm-7 {
        padding-left: 2%;
    }

    .menucls .navbar li {
        margin: 0;
        float: none;
        display: inline-block;
        width: 95px;
        height: 83px;
        text-align: center;
        margin-left: -10px;
    }

    .menucls .navbar li:after {
        height: 77px;
        width: 79px;
    }

    .menucls .navbar li a {
        font-family: 'Conv_FuturaStd-CondensedBold';
        font-size: 9px;
        text-transform: uppercase;
        color: #4d4d4f;
        height: auto;

        text-align: center;
        background-size: 100% !important;
        margin-right: 0%;
        background-repeat: no-repeat !important;
        width: 83%;
        padding-top: 47%;
    }

    .menucls .navbar li a {
        margin-left: -15px;
    }

    .menucls .navbar li:last-child {
        margin-right: 0;
        margin-left: 0;
    }

    header .col-sm-5 {
        width: 30%;
        padding-top: 3%;
    }

    header .col-sm-7 {
        width: 70%;
        padding-left: 0;
        float: right;
    }

    .scrolldown {
        display: none;
    }

}

@media (max-width: 1100px) {
    .detailbox table h4 {
        font-size: 28px;
    }

    .detailbox table h3 {
        font-size: 35px;
    }

    .detailbox table .cell1 {
        font-size: 36px;
    }

    .detailbox table td {
        padding: 13px 0;
    }

    .carbox h2 {
        font-size: 40px;
    }

    .menucls .navbar {
        padding-left: 0;
    }

    .upcoming_eventBox h1 {
        font-size: 34px;
    }

    .upcoming_eventBox a {
        width: 23%;
        margin-right: 1%;
        font-size: 13px;
    }

    .classic_heading h1 {
        font-size: 64px;
    }

    .event_header h1 {
        font-size: 85px;
    }

    .event_header h2 {
        font-size: 35px;
    }

    .sell-header h2 {
        max-width: 80%;
        font-size: 38px;
    }

}

@media (max-width: 1050px) {
    .footermenu {
        display: none;
    }

    .footermenu2 {
        display: none;
    }

    footer {
        text-align: center;
    }

    footer .clo-sm-2 {
        width: 100%;
    }

    footer img {
        max-width: 70%;
    }

    .detailbox table h4 {
        font-size: 26px;
    }

    .detailbox table h3 {
        font-size: 32px;
    }

    .detailbox table .cell1 {
        font-size: 32px;
    }

    .detailbox table td {
        padding: 5px 0;
    }

    .carbox h2 {
        font-size: 35px;
    }

    .bannerinner {
        padding-top: 8%;
    }

    header .col-sm-5 {
        display: none;
    }

    .left_top {
        display: none;
    }

    header .col-sm-7 {
        width: 100%;
        padding: 0;
    }

    header .container {
        padding: 14px;
        z-index: 88;
        position: relative;
        max-width: 1400px;
        margin: 0 auto;
        background-size: 100% !important;
    }

    .menucls .navbar {
        padding-left: 0%;
        padding-top: 3%;
        text-align: center;
    }

    .banercls {
        top: -60px;
        margin-bottom: -60px;
    }

    .arrleft img {
        max-width: 63.2%;
    }

    .arrright img {
        max-width: 63.2%;
    }

    .menucls .navbar li {
        margin-right: 1.5%;
        float: none;
        display: inline-block;
        width: 12%;
        margin-left: 0.5%;
    }

    .menucls .navbar li a {
        font-family: 'Conv_FuturaStd-CondensedBold';
        font-size: 9px;
        text-transform: uppercase;
        color: #4d4d4f;
        height: auto;

        text-align: center;
        background-size: 100% !important;
        margin-right: 0%;
        background-repeat: no-repeat !important;
        width: 83%;
        padding-top: 47%;
    }

    .menucls .navbar li:last-child {
        margin-right: 1%;
        margin-left: 0;
    }

}

@media (max-width: 1049px) {
    .container {
        width: 100%;
    }

    .upcoming_eventBox h1 {
        font-size: 28px;
    }

    .upcoming_eventBox a {
        width: 32%;
        margin-right: 1%;
        font-size: 13px;
        margin-bottom: 12px;
    }

    .classic_heading h1 {
        font-size: 54px;
    }

    .event_header h1 {
        font-size: 65px;
    }

    .event_header h2 {
        font-size: 28px;
    }

    .event_productDetail {
        width: 95%;
    }

    .sell-header h2 {
        max-width: 90%;
        font-size: 32px;
    }

    .menucls .navbar li {
        margin-right: 0.5%;
        float: none;
        display: inline-block;
        width: 70px;
        margin-left: 0;
        padding-top: 10px;
        vertical-align: top;
    }

    .menucls .navbar li:after {
        height: 70px;
        width: 70px;
    }

    .menucls .navbar li a {
        margin: 0 auto;
        text-align: center;
        padding: 27px 0 15px;
    }

    .header_box:after {
        height: 96px;
    }
}

@media (max-width: 895px) {

    .menucls .navbar ul {
        text-align: left;
    }

    .menucls .navbar {
        padding-top: 2%;
    }

    .menucls .navbar li {
        width: 55px;
    }

    .mobilelogo {
        /*display: block;*/
        text-align: center;
    }
}

@media (max-width: 894px) {
    .header_box:after {
        height: 89px;
    }

    .forfixcls {
        height: 135px;
    }

    .menucls .navbar {
        padding-right: 0;
    }

    .menucls .navbar li {
        width: 60px;
        padding-top: 0px;
    }

    .menucls .navbar li:after {
        height: 60px;
        width: 60px;
    }
}

@media (max-width: 768px) {

    .forfixcls {
        height: 300px;
    }
    
    .bannerover + img {
        height: 85vh
    }

    .bannerover {
        height: 85vh;
    }
 
    .bannerinner img {
        /*visibility: hidden;*/
        margin-top: 20vh;
    }

    .detailbox table h4 {
        font-size: 28px;
    }

    .detailbox table h3 {
        font-size: 35px;
    }

    .detailbox table .cell1 {
        font-size: 36px;
    }

    .detailbox table td {
        padding: 7px 0;
    }
    
    .carbox h2 {
        border-top: 5px solid #414042;
        font-size: 40px;
        line-height: 100px;
    }

    .sellbg .col-sm-2 {
        display: none;
    }

    .menucls .navbar li a {
        background: none !important;
        height: 25px;
        padding-top: 5px;
        width: 100%;
        font-size: 16px;
    }

    .menucls .navbar li a:hover {
        background: none !important;
    }

    .menucls .navbar {
        background: none !important;
        min-height: 30px;
    }

    #navbar {
        background: #fff;
        border: 0;
        position: absolute;
        width: 141px;
        padding: 20px 6px 6px;
        margin-top: 25px;
    }

    .menucls .navbar {
        width: 141px;
        float: right;
        text-align: center;
        padding: 0;
    }

    .navbar-fixed-top .navbar-collapse {
        max-height: calc(100vh - 50px);
    }

    .buycar {
        padding-left: 15px;
    }

    .sellcar {
        border-bottom: 1px solid #414042;
        padding-right: 15px;
        border-right: 0;
    }

    .slider-div {
        display: none;
    }

    .feature-title {
        display: none;
    }

    .feature-title2 {
        display: none;
    }

    .carbox {
        text-align: center;
    }

    .imgbox {
        display: none;
    }

    .sellbg {
        padding: 0;
    }

    .mobilefeature {
        display: block;
        width: 100%;
    }

    .bannerinner {
        padding-top: 16%;
    }

    header {
        background: #FFFFFF;
    }

    header .col-sm-5 {
        display: none;
    }

    header i.fa:first-child {
        margin-left: 0;
    }

    header .container {
        background: url(../img/headerbg3.png) no-repeat center top;
        padding: 14px;
        z-index: 88;
        position: relative;
        max-width: 1400px;
        margin: 0 auto;
        background-size: 100% 99% !important;
        padding: 15px 0;
    }

    header i.fa-facebook-official {
        display: none;
    }

    header .container .fadeInLeft a img {
        width: 100%;
    }

    .menucls .navbar li {
        margin-right: 0;
        padding: 2px 0 4px 0;
        display: block;
        width: 100%;
    }

    .nav {
        width: 100%;
        margin: 0;
    }

    .navbar-inverse .navbar-toggle {
        border: 0;
        margin: 0;
        padding: 0;
        right: -5px;
        top: 5px;
    }

    .navbar-inverse .navbar-toggle:hover {
        background: none
    }

    .banercls {
        top: -154px;
        margin-bottom: -154px;
    }

    .bannerinner h5 {
        font-size: 28px;
    }

    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
        background: none
    }

    .menucls .navbar li a {
        padding: 0;
        border-bottom: 2px solid #a6a6a6;
    }

    .heading_bg_dark {
        display: block !important;
    }

    .upcoming_eventBox a {
        width: 45%;
    }

    .upcoming_eventBox h1 {
        font-size: 24px;
    }

    .upcoming_eventBox h4 {
        font-size: 22px;
    }

    .upcoming_eventBox h3 {
        font-size: 25px;
        margin-top: 15px;
    }

    .classic_heading h1 {
        font-size: 45px;
        margin-top: -79px;
    }

    .upcomming_img {
        text-align: center;
    }

    .upcoming_eventBox .col-sm-9 {
        padding: 0;
    }

    .event_header h1 {
        font-size: 50px;
        margin-top: -70px;
    }

    .event_header h2 {
        font-size: 24px;
    }

    .event_productDetail {
        width: 98%;
    }

    .event_productDetail h1 {
        font-size: 25px;
    }

    .event_detail_box a {
        font-size: 20px;
    }

    .sponsors_box h1 {
        font-size: 25px;
    }

    .eventdesktopcls {
        display: none;
    }

    .eventmobilecls {
        display: block;
    }

    .sell-header h2 {
        margin-top: -70px;
    }

    .burnpoint p {
        max-width: 95%;
        margin: 0 auto;
        font-size: 16px;
    }

    .header_subtext_outer ol {
        width: 95%;
        margin: 0 auto;
    }

    .header_subtext_outer ul {
        width: 95%;
    }

    .header_subtext_outer b {

        width: 95%;

    }

    .top_line {
        margin-top: -150px !important;
        min-height: 161px;
        padding: 17px 0 15px 0;
    }

    .top_line .container {
        position: absolute;
    }

    .last-til {
        margin-left: 0 !important;
        margin-top: 0 !important;
    }

    .tilehead {
        float: left;
        width: 100%;
        margin-top: 0;
    }

    .cellformcls .col-th3 {
        width: 46%;
    }

    .mfull {
        width: 96% !important;
    }

    .mclear {
        display: block;
        clear: both;
    }

    .auction-step1cls h3 {
        font-size: 18px;
    }

    .auction-step1cls2 h3 {
        font-size: 18px;
    }

    .auction-step1cls3 h3 {
        font-size: 18px;
    }

    .vinfo {
        font-size: 14px;
    }

    .process1 {
        font-size: 14px;
    }

    .form_p2 {
        font-size: 14px;
    }

    .filform1 {
        font-size: 12px;
    }

    .filform1 {
        padding: 15px 0;
        width: 48%;
        margin-right: 1%;
        margin-left: 1%;
        font-size: 14px;
    }

    .titlestu label.title-fo {
        font-size: 15px !important;
        line-height: 28px !important;
    }

    .wfull {
        width: 96% !important;
    }

    .burnpoint p {
        font-size: 16px;
    }

    .buyf1 {
        width: 96% !important;
    }

    .buyf2 {
        width: 96% !important;
    }

    .buyf3 {
        width: 96% !important;
    }

    .homebusinessCls {
        top: 20px !important;
    }

    .infochnged {
        display: block;
    }

    .header_box {
        overflow: visible;
    }

    .step2btn {
        font-size: 11px;
        padding: 13px 5px;
    }

    .cellformcls .col70 {
        width: 62%;
        float: left;
        margin-right: 0%;
    }

    .cellformcls .col30 {
        width: 37%;
        top: 22px
    }

    .header_box {
        overflow: visible;
    }
}

@media (max-width: 640px) {

    .forfixcls {
        height: 200px;
    }

    .detailbox table h4 {
        font-size: 22px;
    }

    .detailbox table h3 {
        font-size: 29px;
    }

    .detailbox table .cell1 {
        font-size: 30px;
    }

    .detailbox table td {
        padding: 3px 0;
    }

    .carbox h2 {
        font-size: 30px;
    }

    .bannerinner h5 {
        font-size: 20px;
    }

    .classic_heading h1 {
        font-size: 35px;
    }

    .event_header h1 {
        font-size: 40px;
        margin-top: -90px;
    }

    .event_header h2 {
        font-size: 20px;
    }

    .sell-header h2 {
        max-width: 85%;
        font-size: 22px;
        margin-top: -100px;
    }

    .top_line {
        padding: 28px 0 15px 0;
        min-height: 144px;
    }

    .formbox.tablspanel .nav-tabs li a {
        font-size: 11px;
        padding: 10px 3px;
    }

    .buyformbox.tablspanel .nav-tabs li a {
        font-size: 11px;
        padding: 10px 3px;
    }

    .vinfo {
        font-size: 14px;
    }

    .process1 {
        font-size: 14px;
    }

    .form_p2 {
        font-size: 14px;
    }

    .filform1 {
        font-size: 12px;
    }

    .filform1 span {
        right: 4px;
        top: 20px;
        width: 24px;

    }

    .cellformcls label {
        font-size: 12px;
    }

    .auction-step1cls h3 {
        font-size: 16px;
    }

    .auction-step1cls2 h3 {
        font-size: 16px;
    }

    .auction-step1cls3 h3 {
        font-size: 16px;
    }

}

@media (max-width: 480px) {


    .bannerover + img {
        height: 50vh
    }

    .bannerover {
        height: 50vh;
    }

    .bannerinner img {
        visibility: hidden;
        margin-top: 10vh;
    }

    .detailbox table h4 {
        font-size: 18px;
    }

    .detailbox table h3 {
        font-size: 25px;
    }

    .detailbox table .cell1 {
        font-size: 25px;
    }

    .detailbox table td {
        padding: 3px 0;
    }

    .carbox h2 {
        font-size: 25px;
    }

    .upcoming_eventBox a {
        width: 48%;
        font-size: 11px;
        padding: 8px 0;
    }

    .top_line {
        padding: 35px 0 15px 0;
        min-height: 124px;
    }

    .formbox.tablspanel .nav-tabs li a {
        font-size: 10px;
        padding: 10px 2px;
    }
}

/*checkbox radio css*/

.cellformcls input[type=checkbox]:not(old),
.cellformcls input[type=radio   ]:not(old) {
    width: 2em;
    margin: 0;
    padding: 0;
    font-size: 1em;
    opacity: 0;
}

.cellformcls input[type=checkbox]:not(old) {
    top: -13px;
    height: 17px;
    position: relative;
    z-index: 8;
}

.cellformcls input[type=checkbox]:not(old) + label,
.cellformcls input[type=radio   ]:not(old) + label {
    display: inline-block;
    margin-left: -2em;
    line-height: 1.5em;
}

.cellformcls input[type=checkbox]:not(old) + label {
    position: relative;
    top: -4px;
}

.cellformcls input[type=radio   ]:not(old) + label > span {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0.25em 0.5em 0.25em 0.25em;
    border: 0.0625em solid rgb(192, 192, 192);
    border-radius: 15px;
    border: 1px solid #ddd;
    vertical-align: bottom;
    float: left;
}

.cellformcls input[type=checkbox]:not(old) + label > span {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0.25em 0.5em 0.25em 0.25em;
    border: 0.0625em solid rgb(192, 192, 192);
    border-radius: 0px;
    border: 1px solid #f42626;
    vertical-align: bottom;
    float: left;
}

.cellformcls input[type=checkbox]:not(old):checked + label > span {
    background: url(../img/chkk.png);
    border: 1px solid #f42626;
}

.cellformcls input[type=radio   ]:not(old):checked + label > span {
    background: #f42626;
}

.cellformcls input[type=checkbox]:not(old):checked + label > span:before {

    display: block;
    width: 0em;
    color: #f42626;
    font-size: 0.875em;
    line-height: 0em;
    text-align: center;
    text-shadow: #f42626;
    font-weight: bold;
}

.cellformcls input[type=radio]:not(old):checked + label > span > span {
    display: block;
    width: 0em;
    height: 0.5em;
    margin: 0.125em;

    border-radius: 0.125em;
    background: #f42626;

}

/* ------------ Waqas ------------- */

/* ---------- Sell Page --------------*/

@media (min-width: 768px) {

    #radio {
        display: none;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .auction-step1cls .col-sm-3 {
        width: 50%;
        float: left;
        margin-bottom: 20px;
    }

    .auctioninner b {
        font-size: 16px;
    }

    .auctioninner label {
        font-size: 16px;
    }

    .auctioninner p {
        display: none;
    }

    .cellformcls label {
        font-size: 12px;
    }

    .auction-step1cls .container {
        -webkit-box-shadow: 0px 0px 5px 0px rgba(138, 138, 138, 0.5);
        border: 0px !important;
        -moz-box-shadow: 0px 0px 5px 0px rgba(138, 138, 138, 0.5);
        box-shadow: 0px 0px 5px 0px rgba(138, 138, 138, 0.5);
        padding-top: 30px;
    }

    .auction-step1cls2 .container {
        -webkit-box-shadow: 0px 0px 5px 0px rgba(138, 138, 138, 0.5);
        border: 0px !important;
        -moz-box-shadow: 0px 0px 5px 0px rgba(138, 138, 138, 0.5);
        box-shadow: 0px 0px 5px 0px rgba(138, 138, 138, 0.5);
        padding-top: 30px;
    }

    .auction-step1cls3 .container {
        -webkit-box-shadow: 0px 0px 5px 0px rgba(138, 138, 138, 0.5);
        border: 0px !important;
        -moz-box-shadow: 0px 0px 5px 0px rgba(138, 138, 138, 0.5);
        box-shadow: 0px 0px 5px 0px rgba(138, 138, 138, 0.5);
        padding: 15px !important;
    }

    #steps {
        display: block;
    }

    #radio {
        display: none !important;
    }

    .auction-step1cls2 {
        padding: 5px;
    }

    .auction-step1cls3 {
        padding: 5px !important;
    }

    .auction-step1cls2 input[type=checkbox]:not(old),
    .auction-step1cls2 input[type=radio   ]:not(old) {
        width: 2em;
        margin: 0;
        padding: 0;
        font-size: 1em;
        opacity: 0;
    }

    .cellformcls .col-insurance {
        width: 96%;
        margin-right: 2%;
        float: left;
        margin-left: 2%;
    }

}