@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800&display=swap');

/*----------------------*/
/* BASIC */
/*----------------------*/
body {
    font-family: 'Montserrat', sans-serif;
    background: #ede0d5;
}

html {
    overflow-x: hidden;
}

/*-------------------------*/
/* UTILITY CLASS */
/*------------------------*/
.centered {
    display: flex;
    justify-content: center;
}

/*----------------------*/
/* HEADER */
/*----------------------*/
header {
    background: url("../img/header-bg.jpg") center center no-repeat;
    background-size: cover;
}

header a {
    font-size: 18px;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
}

header a:hover {
    color: #ee1616;
}

header .logo {
    display: block;
    /*width: 100%;*/
}

header img.logo-mob {
    display: none;
}

header .logoCont {
    text-align: left;
}

header .socialCont ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

header .socialCont ul li {
    display: inline;
    text-align: left;
    margin: 5px 0;
}

header .socialCont ul li a {
    font-size: 15px;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
}

header .socialCont span {
    margin-left: 10px;
}

header .socialCont ul li i {
    font-size: 24px;
    color: #444365;
    padding: 5px;
    text-align: center;
    width: 34px;
    border-radius: 2px;
    background-color: #fff;
}

header .socialCont ul li:nth-child(1) img {
    width: 30px;
}

header .socialCont ul li:nth-child(2) img {
    width: 164px;
}

header .middleSection {
    text-align: right;
}

header p {
    font-size: 14px;
    font-weight: 500;
    color: #fef2f1;
    text-align: right;
    display: inline-block;
    padding: 0 10px;
}

header p:nth-child(2) {
    font-size: 14px;
    font-weight: 500;
    color: #fef2f1;
    text-align: left;
    display: inline-block;
    padding: 0 10px;
}

header p:nth-child(3) {
    display: none;
}

header a {
    font-size: 14px;
    font-weight: 500;
    color: #fef2f1; 
    text-transform: lowercase;
}


/*----------------------*/
/* NAVBAR */
/*----------------------*/
.bg-dark {
    background-color: #922826 !important;
    padding: 0;
}

.navbar-dark .navbar-nav .nav-link {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    padding-right: 1rem;
    padding-left: 1rem;
    border-left: 1px solid #000;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #fec820;
}

.navbar a.mob-cont {
    display: none;
}

.navbar-expand-md .navbar-nav .dropdown-menu {
    background-color: #d42b3b;
    color: #fff;
    border-radius: 0;
    margin-top: 10px;
}

.navbar-expand-md .navbar-nav .dropdown-menu a {
    color: #fff;
}

.navbar-expand-md .navbar-nav .dropdown-menu a:hover {
    background-color: #fec820;
    color: #000;
}

#login ul {
    list-style-type: none;
    margin: 0;
}

#login ul li {
    display: inline-block;
}

#login li a {
    font-size: 11px;
    font-weight: 600;
    color: #32315d;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 50px;
    text-transform: uppercase;
    margin: 0 10px;
    transition: all 200ms linear;
}

#login li a:hover {
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
}

#login ul li:last-child a {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

#login ul li:last-child a:hover {
    background-color: #fff;
    color: #32315d;
}

.custom-toggler .navbar-toggler-icon {
    /* background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); */
    background-image: url(../img/menuIcon.png);
}

.custom-toggler.navbar-toggler {
    border-color: transparent;
}

/*-------------------------*/
/* subfooter - HOME */
/*------------------------*/
.subfooter {
    background: #3f393b;
    padding: 10px 0;
}

.subfooter h3 {
    color: #eaeaea;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.subfooter form label {
    color: #878687;
    font-size: 12px;
    font-weight: normal;
}

.subfooter .signupCont p {
    font-size: 10px;
    color: #999898;
}

.ContContainer .col-md-7 p {
    font-size: 14px;
    color: #999898;
}

.ContContainer .col-md-5 strong {
    color: #999898;
    font-weight: 500;
}

.subfooter .signupCont button, 
.subfooter .signupCont input.btn-primary {
    background-color: #4d4d4d;
    color: #eaeaea;
    font-size: 14px;
    display: block;
    width: 100%;
    border: 0;
    padding: 10px ;
}

.subfooter i.fa {
    color: #fff;
    font-size: 16px;
    margin: 0 5px;
}

.ContContainer a {
    color: #919090;
}

/*----------------------*/
/* FOOTER */
/*----------------------*/
.footer {
    background: #ece0d4;
    color: #a2a1a2;
    font-size: 10px;
}

.footer p {
    margin-bottom: 0;
}

a.footerlink:link, a.footerlink:visited, a.footerlink:active {
    text-decoration: underline;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #a2a1a2;
}

a.footerlink:hover {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #a2a1a2;
}

.footertext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #a2a1a2;
}

.smallfootertext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #a2a1a2;
}

.divfooter {
    width: 100%;
    max-width: 1000px;
    text-align: center;
    margin: 0 auto;
}

/*------------------------------*/
/* CONTACT FORM */
/*-----------------------------*/
.formFieldIndicator {
    color: #c00000;
    padding: 10px 0;
}

.lead-button {
    font-weight: 700;
    max-width: 300px;
    text-transform: uppercase;
    border: 1px solid #c00000;
    border-radius: 0;
    -webkit-border-radius: 0;
    background-color: #c00000;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 10px 30px;
    display: block;
    margin: 10px auto;
}

.lead-button:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none;
}

.auctionTimeLogo {
    width: 250px;
    float: right;
    position: relative;
    margin-bottom: 30px;
    margin-top: -5px;
    padding: 0px 10px;
}

/*-------------------------*/
/* custom code */
/*------------------------*/
.tabcontent-wrapper iframe {
    width: 100% !important;
}
.tabs li a:link, .tabs li a:visited, .tabs li a:active {
    background: #000  !important;
}
.tabs li a:hover, .tabs li a.selected, .tabs li a.selected:active, .tabs li a.selected:visited {
    color: #000 !important;
    background: #fff !important;
}
/*-------------------------*/
/* Inventory code */
/*------------------------*/
.attachment-search .search-checkboxes label .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.CaptchaPanel .CaptchaMessagePanel {
    color: #999898 !important;
    font-size: 10px !important;
    font-weight: normal !important;
}

.CaptchaPanel .CaptchaWhatsThisPanel a {
    color: #999898 !important;
    font-size: 10px !important;
}


@media (max-width: 1199px) {
    header p {
        font-size: 15px;
    }

    .navbar-dark .navbar-nav .nav-link {
        /* font-size: 9px; */
        padding-right: 0.6rem;
        padding-left: 0.6rem;
    }
}

@media (max-width: 992px) {
    header p, header p:nth-child(2) {
        font-size: 11px;
    }

    header .socialCont ul li a {
        font-size: 10px;
    }

    header .socialCont ul li i {
        width: 26px;
        font-size: 16px;
    }

    .navbar-dark .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        font-size: 9px;
    }

    #login ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    #login li a {
        font-size: 7px;
        margin: 0 5px;
    }
}

@media screen and (max-width: 767px) {
    body {
        background: #fff;
    }

    header {
        background: #8c2723;
    }

    header img.logo {
        display: none;
    }

    header img.logo-mob {
        display: block;
    }

    header .socialCont span {
        display: none;
    }

    header .socialCont ul {
        margin: 0;
        padding: 0;
    }

    header .middleSection {
        margin-top: 50px;
        text-align: center;
    }

    header .socialCont ul li:nth-child(1) img {
        width: 18px;
    }

    header .socialCont ul li:nth-child(2) img {
        width: 94px;
    }

    header p, 
    header p:nth-child(2),
    header a {
        font-size: 12px;
        text-align: left;
        display: block !important;
    }

    header p,
    header p:nth-child(2) {
        display: none  !important;
    }

    header p:nth-child(3) {
        display: block   !important;
        margin: 0 auto;
    }

    header .socialCont ul li {
        display: inline-block;
        margin-left: 5px;
        margin-right: 5px;
    }

    .navbar-dark .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        font-size: 14px;
    }

    .feature-link {
        background: #fdfdfd;
    }

    .bg-dark {
        background: #000 !important;
    }

    .custom-toggler.navbar-toggler {
        color: #fff;
        position: absolute;
        top: -140px;
        left: 0;
        display: block;
    }

    .navbar-collapse {
        background: #000;
        padding-bottom: 10px;
    }

}

@media screen and (max-width: 650px) {
    header img.logo-mob {
        margin: 0 auto;
    }

    #subnav, .tabcontent-wrapper iframe {
        border: 0 !important;
    }
}

@media screen and (max-width: 576px) {
    
}

@media screen and (max-width: 426px) {
    
    .auctionTimeLogo {
        float: none;
    }

    .navbar-dark .navbar-nav .nav-link {
        font-size: 14px;
    }

    header img.logo-mob {
        margin-left: auto;
        margin-right: auto;
        width: 60%;
    }

    .navbar a.mob-cont {
        color: #fff;
        display: block;
    }

    header .middleSection {
        text-align: left;
        padding-left: 50px;
    }

    .subfooter .ContContainer {
        margin-top: 10px;
    }

    .ContContainer {
        margin-top: 10px;
    }

    ul#subNavList li a.menu {
        margin: 2px 6px !important;
    }

    
}

@media screen and (max-width: 379px) {
    .custom-toggler.navbar-toggler {
        /*top: -130px;*/
        font-size: 16px;
    }
}
