/* INVENTORY STYLES
------------------------------------------------*/
/*ALL INVENTORY SYTLES GO HERE FOR SAFEKEEPING*/
.container {
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
}

.container .wrap {
    width: 98%;
}

.invmain {
    padding: 0;
    width: 100%;
    overflow: hidden;
}

.cf {
    background: #fff;
    margin: 0 auto;
}

.container {
    background: #FFFFFF;
    min-height: 580px;
}

.container .cf a {
    color: #000000;
}

.container .cf a:hover {
    color: #000000;
}

.container .cf h1 {
    color: #000000;
}

.container .cf h5 {
    color: #000000;
}



/* TEXT/LINK FORMATTING
------------------------------------------------*/

/* LINKS */
a:link,
a:visited {
    color: #000000;
    text-decoration: none;
}

a:hover,
a:active {
    color: #000000;
}

/* PARAGRAPH/LIST/GENERAL TEXT */
p,
ul,
li {
    font-size: 1em;
    line-height: 1.4;
    color: #363636;
    margin: 0;
}

/*ADDITONAL TEXT COLORS AND TEXT MODIFIERS (SHADOWS, UNDERLINES, ETC.)*/



/* HEADERS */
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: normal;
    font-weight: normal;
}

h1 {
    font-size: 28px;
    color: #000000;
    font-weight: normal;
    font-style: italic;
}

h2 {
    font-size: 25px;
    color: #000000;
}

h3 {
    font-size: 18px;
    color: #000000;
    line-height: 25px;
}

h4 {
    font-size: 22px;
    color: #000000;
}

h5 {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 20px;
}

p {
    font-size: 14px;
}

h6 {
    font-size: 28px;
    font-weight: 800;
    color: #cf102d;
}

/*ADDITONAL HEADERS STYLES GO HERE*/



/* GLOBAL SITE FRAMEWORK
------------------------------------------------*/
.clear {
    clear: both;
}

.img-border {
    border: 2px solid #000;
}



body {
    min-width: 320px;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    overflow-x: hidden;
    line-height: 1.4;
    background: #ed1c24;
}

/* HEADER
------------------------------------------------*/
header {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background: #fadc00;
    padding: 5px 0px;
}

.headerright a {
    color: #000000;
}

.headerright a:hover {
    color: #ed1c24;
}


/* HEADER WRAPPERS */
.headerwrapped {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 1250px;
    padding: 0 8px;
    box-sizing: border-box;
    margin-bottom: 6px;

}

.headerright {
    float: right;
    text-align: center;
    padding-right: 100px;
}

.headerright h1 {
    margin: 25px 25px 0px 25px;
}

.headerright h3 {
    margin: 10px 25px 0px 25px;
}

.headerright h2 {
    margin: 0px 25px 0px 25px;
}

.site-width {
    max-width: 1220px;
    width: 100%;
}

/* ALL CONTENT WRAPPERS */




.acpic {
    margin-bottom: -70px;
    margin-top: 10px;
    width: 250px;
    float: right;
    position: relative;
    padding-right: 5px;
}


/* LOGO
------------------------------------------------*/
.logo {
    position: relative;
    width: 100%;
    max-width: 260px;
    Z-INDEX: 1;
    margin-left: 100px;
}




/*  MAIN
------------------------------------------------*/
#main {
    position: relative;
    width: 100%;
    padding-top: 16px;
    background: #FFFFFF;
}

.mainleft {
    width: 40%;
    float: left;
    text-align: center;
    background: #FFFFFF;
    padding-left: 20px;
    margin-top: 20px;
}

.mainright {
    width: 55%;
    float: right;
    background: #FFFFFF;
    padding-bottom: 50px;
    margin-top: 20px;
    padding-right: 50px;
}

.phone {
    width: 20px;
    margin-bottom: -5px;
    margin-right: 5px;
}

#logins {
    float: left;
    position: relative;
    width: 250px;
    margin: 10px 0 10px 10px;
    color: #fff;
}

#logins a:link,
#logins a:visited,
#logins a:active {
    color: #fff;
    text-decoration: none;
    display: block;
    float: left;
    position: relative;
    margin: 0 5px 0 0;
    padding: 4px 7px;
    background: #000;
    /* Choose a background color which compliments your website */
    font-size: 12px;
    border: 1px #000 solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-family: Arial, Helvetica, sans-serif;
}

#logins a:hover {
    color: #fff;
    text-decoration: none;
    background: #6f4a2d;
    /* Choose a background color which compliments your website */
}

/*===================== 
	footer styles 
=======================*/

.divfooter {
    max-width: 450px;
    text-align: right;
    margin: 0 auto;
    float: right;
    font-size: 12px;
}

footer a:hover {
    color: #F7CF00
}

footer {
    padding: 40px 20px;
    background: #fadc00;
}


/*===================== 
	Auction Page
=======================*/


.auction-container {
    background: #fff;
    padding-bottom: 40px;
}

.page-title {
    color: #E91013;
    font-weight: bolder;
    text-align: center;
    font-size: 36px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.auction-info {
    background-color: #F0F0F0;
    box-shadow: 0 8px 6px -6px black;
    max-width: 1000px;
}

.thumbnail {
    padding-left: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
    display: inline-block;
    width: 300px;
    vertical-align: top
}

.thumbnail:hover {
    opacity: .4;
}

.auction-details {
    display: inline-block;
    width: 640px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
    padding-left: 30px;
}

.auct-head {
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 20px;
}

.details {
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.details-button {
    background-color: #fadc00;
    border: none;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 30px 10px 30px;
    text-align: center;
}

.details-button:hover {
    color: white;
    background-color: #E91013;
    cursor: pointer;
}

.sort-option {
    color: #000 !important;
}

/*=====================
		Bid Caller
=====================*/

.tabcontent-wrapper iframe {
    width: 100% !important;
    border: none !important;
    margin-top: 20px !important;
}

.bidcaller {
    padding-top: 30px;
    padding-bottom: 30px;
}

#logins a:link,
#logins a:visited,
#logins a:active {
    border: none !important;
    background-color: #fadc00 !important;
    font-size: 16px !important;
    color: #E91013 !important;
    font-weight: bold !important;
}

#logins a:hover {
    background-color: #E91013 !important;
    color: #fff !important;
}

/*===================== 
	12-column grid
=======================*/

/*  SECTIONS  */
.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}

/*  COLUMN SETUP  */
.col {
    display: block;
    float: left;
    margin: 1% 0 1% 2.0%;
}

.hosted-content .col {
    margin: 0 0 0 0 !important;
}

.col:first-child {
    margin-left: 0;
}

/*  GROUPING  */
.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
    /* For IE 6/7 */
}


/*  GRID OF TWELVE  */
.span_12_of_12 {
    width: 100%;
}

.span_11_of_12 {
    width: 91.5%;
}

.span_10_of_12 {
    width: 83%;
}

.span_9_of_12 {
    width: 74.5%;
}

.span_8_of_12 {
    width: 66%;
}

.span_7_of_12 {
    width: 57.5%;
}

.span_6_of_12 {
    width: 49%;
}

.span_5_of_12 {
    width: 40.5%;
}

.span_4_of_12 {
    width: 32%;
}

.span_3_of_12 {
    width: 23.5%;
}

.span_2_of_12 {
    width: 15%;
}

.span_1_of_12 {
    width: 6.5%;
}


/*  GRID OF FOUR  */
.span_4_of_4 {
    width: 100%;
}

.span_3_of_4 {
    width: 74.5%;
}

.span_2_of_4 {
    width: 49%;
}

.span_1_of_4 {
    width: 23.5%;
}

/*  GRID OF THREE  */
.span_3_of_3 {
    width: 100%;
}

.span_2_of_3 {
    width: 66.13%;
}

.span_1_of_3 {
    width: 32%;
}




/***************************** form styles **/

#search-bar #formpage label {
    color: #000000;
}

#formpage label {
    display: block;
}

#formpage input {
    width: 100%;
    width: calc(100% - 12px);
    padding: 6px 5px;
    border: 1px solid #ed1c24;
    color: #000000;
    background: #fff;
    font-size: 12px;
    margin-bottom: 5px;
}

#formpage textarea {
    padding: 6px 5px;
    width: 100%;
    width: calc(100% - 12px);
    border: 1px solid #ed1c24;
    color: #000000;
    font-size: 12px;
    background: #FFFFFF;
    height: 120px;
    margin-bottom: 5px;
}


/* selects have similar styles to input & textarea fields, but with no padding. Text in a dropdown select is positioned differently */
#formpage select {
    width: 100%;
    width: calc(100% - 2px);
    border: 1px solid #ed1c24;
    color: ##000000;
    vertical-align: middle;
    font-size: 12px;
    margin-bottom: 5px;
    background: #CDCDCD;
    line-height: normal;
    padding: 5px;
}

#formpage input.checkbox {
    padding: 0;
    border: 0;
    margin: 0 5px 0 0;
    width: 13px;
    height: 13px;
    display: inline;
    background-color: #CDCDCD;
}

#formpage input.radio {
    padding: 0;
    border: 0;
    margin: 0 5px 0 0;
    width: 15px;
    height: 15px;
    display: inline;
}




/* focus states of various types of fields */

#formpage input:focus,
#formpage textarea:focus,
#formpage select:focus {
    background: #CDCDCD;
    color: #000000;
    border: 1px solid #ed1c24;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    outline-style: none;
}

#formpage input.radio:focus,
#formpage input.checkbox:focus {
    background: none;
    border: 0;
    outline-style: none;
}




#formpage input.inputbutton,
#formpage input.inputbutton:focus {
    width: 50%;
    margin: 10px auto;
    float: none;
    padding: 7px 0;
    background: #ed1c24;
    border: 0;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    color: #fff;
    display: block
}

#formpage input.inputbutton:hover {
    background: #f5d73b;
    color: #000000;
}


/*control the Captcha */

.CaptchaPanel {
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0 !important;
    text-align: center;
    line-height: normal !important;
}

.CaptchaImagePanel {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.CaptchaMessagePanel {
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
    font-weight: normal !important;
    font-size: 12px;
    line-height: 14px;
}

.CaptchaAnswerPanel {
    margin: 0 0 0 0;
    padding: 2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
    line-height: 0;
    margin: 0 0 0 0;
    padding: 8px 0 8px 0 !important;
}

.CaptchaWhatsThisPanel a {
    color: #000;
}

.CaptchaWhatsThisPanel a:hover {
    text-decoration: none;
}





/*===================== 
	Responsive styles 
=======================*/

@media screen and (max-width: 1850px) {
    #welcome {
        padding: 0;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

}

@media screen and (max-width: 1680px) {

    #linkedfooter {
        display: block;
        padding-left: 2%;
    }

    #invlinkedfooter {
        display: block;
        padding-left: 2%;
    }


}

@media screen and (max-width: 1650px) {}

@media screen and (max-width: 1580px) {}

@media screen and (max-width: 1500px) {}

@media screen and (max-width: 1460px) {}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1350px) {

    .headerwrapped {
        margin-bottom: 0px;
    }





}

@media screen and (max-width: 1280px) {
    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 16px;
    }

    h5 {
        font-size: 14px;
    }

    h6 {
        font-size: 26px;
    }

    p {
        font-size: 14px;
    }

    .welcome p {
        font-size: 18px;
    }

}

@media screen and (max-width: 1152px) {
    .acpic {
        width: 250px;
        float: none;
        position: relative;
        display: block;
        margin: 10px auto;
    }

}

@media screen and (max-width: 1130px) {
    .logo {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1%;
        margin-top: 0%;
        padding-top: 20px;
        max-width: 150px;
    }

    .headerright {
        float: none;
        text-align: center;
        padding-right: 0;
    }

    .headerright h3 {
        margin-top: 5px;
    }

    .headerright h1 {
        margin-top: 45px;
    }

    .headerwrapped {
        height: 320px;
    }

    header {
        height: unset;
    }

}

@media screen and (min-width: 1225px) {
    #mobile-nav {
        display: none !important;
    }
}

@media screen and (max-width: 1050px) {
    footer {
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 960px) {
    .thumbnail {
        display: block;
        margin: auto;
    }

    .auction-details {
        display: block;
        margin: auto;
        width: 100%;
        text-align: center;
        padding-top: 0;
    }
}

@media screen and (max-width: 900px) {
    h1 {
        font-size: 26px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 14px;
    }

    h5 {
        font-size: 14px;
    }

    h1 {
        font-size: 24px;
    }

    p {
        font-size: 14px;
    }

    .welcome p {
        font-size: 16px;
    }

    #welcometext {
        height: 300px;
        background-size: contain;
    }


}

@media screen and (max-width: 800px) {
    .divfooter {
        font-size: 12px;
    }

    .divfooter {
        text-align: center;
        float: none;
    }

    .footerimg {
        display: block;
        margin: 0 auto;
        float: none;
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width:750px) {

    .divfooter {
        text-align: center;
    }

}

@media screen and (max-width: 725px) {}

@media screen and (max-width: 700px) {}

@media screen and (max-width: 650px) {
    .mainleft {
        width: 100%;
    }

    .mainright {
        float: left;
        width: 95%;
        margin: 20px;
        padding-top: 40px;
        overflow-x: hidden;
        padding-right: 0px;
    }
}

@media screen and (max-width: 615px) {
    .logo {
        overflow-x: hidden;
    }

}

@media screen and (max-width: 520px) {
    .divfooter {
        font-size: 10px;
    }
}

@media screen and (max-width: 505px) {}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
    .col {
        margin: 4% 0 4% 0%;
    }

    .span_1_of_4,
    .span_2_of_4,
    .span_3_of_4,
    .span_4_of_4 {
        width: 100%;
    }

    .span_3_of_3,
    .span_2_of_3,
    .span_1_of_3 {
        width: 100%;
    }

    .span_1_of_12,
    .span_2_of_12,
    .span_3_of_12,
    .span_4_of_12,
    .span_5_of_12,
    .span_6_of_12,
    .span_7_of_12,
    .span_8_of_12,
    .span_9_of_12,
    .span_10_of_12,
    .span_11_of_12,
    .span_12_of_12 {
        width: 100%;
    }

    #welcometext {
        padding: 1% 3%;
    }

    .logo {
        max-width: 180px;
    }


    .col2 {
        width: 100%;
        margin-right: 0%;
    }

    .col-full {
        width: 100%;
    }

}

@media screen and (max-width: 447px) {
    h1 {
        font-size: 22px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 16px;
    }

    h4 {
        font-size: 14px;
    }

    h5 {
        font-size: 14px;
    }

    p {
        font-size: 14px;
    }

    .pagebottom {
        padding: 20px 0;
        text-align: center;
    }

    .divfooter {
        text-align: center;
    }

    .pagebottom p,
    .pagebottom a {
        font-size: 13px;
    }

    .smallfootertext {
        font-size: 11px;
    }


}

@media screen and (max-width: 414px) {
    .mainleft {
        width: 100%;
    }

    .mainright {
        float: left;
        width: 90%;
        margin: 20px;
        padding-top: 40px;
        overflow-x: hidden;
    }

}


@media screen and (max-width: 397px) {
    .headerwrapped {
        height: 330px;
    }
}


@media screen and (max-width: 355px) {}

@media screen and (max-width: 322px) {}