﻿/***** BEGIN RESET *****/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
}

.header li {
    margin-left: 25px;
}

p {
    font-family: 'Open Sans', sans-serif;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    width: 100%;
}

td {
    vertical-align: top;
    /* Make HTML 5 elements display block-level for consistent styling */
}

header,
nav,
article,
footer,
address {
    display: block;
}

::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
    /* Clearfix */
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.notInv a:link,
.notInv a:visited,
.notInv a:active {
    text-decoration: none;
    margin: 0;
    padding: 0;
    height: 20%;
}


a:hover {
    text-decoration: none;
}

hr {
    border: #000 1px solid;
}


/***** END RESET *****/

/*---BODY/SITE STYLES--------------------------------*/

/*Smooth transistions*/
a,
button,
.button,
a:hover,
button:hover,
.button:hover,
button.mobile_btn::after,
.cat-btn,
.cat-btn:hover,
.invt-cat-btn,
.invt-cat-btn:hover,
.all-btn-bg,
.all-btn-bg:hover,
.invt-cat-bg img,
.invt-cat-bg img:hover {
    -webkit-transition: all .45s ease;
    -moz-transition: all .45s ease;
    -ms-transition: all .45s ease;
    -o-transition: all .45s ease;
    transition: all .45s ease;
}

.wrapper-80 {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.wrapper-90 {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.wrapper-96 {
    width: 96%;
    margin: 0 auto;
    text-align: center;
}

.main-bg {
    width: 100%;
    margin: 0 auto;
    background: #b0b0b0;
}

.pg-headline {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    text-transform: uppercase;
    color: #000;
    padding: 0 0 .5% 0;
    font-size: 1.25rem;
    border-bottom: solid 2px #ed1c24;
    margin-bottom: 1.5%;
}

.pg-content-container {
    width: 100%;
    margin: 0 auto;
    padding: 1.5% 0 1% 0;
}

.red {
    color: #ed1c24;
}

.thin {
    font-weight: 300;
}

/*--- HEADER STYLES ---------------------*/
header {
    width: 100%;
    margin: 0 auto;
    background-image: url(../siteart/bgs/txture.png);
    background-color: #b0b0b0;
}

header .wrapper-90 {
    padding: 1.25% 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

#head-left {
    width: 35%;
    text-align: left;
}

#head-left #head-logo {
    width: 90%;
    text-align: left;
    margin: 0 auto;
}

#head-left #head-logo img {
    width: 100%;
    margin: 0 auto;
}

#head-right {
    width: 65%;
}

#head-contact ul li,
#head-contact ul li a {
    color: #ffffff !important;
    opacity: 1;
}

#head-contact ul li a:hover {
    opacity: .75;
}

#head-contact {
    padding-bottom: 1.25%;
    border-bottom: 2px solid #ed1c24;
    text-align: right;
    font-family: 'Open Sans Condensed', sans-serif;
    text-shadow: 0.25px 0.25px .75px rgba(0, 0, 0, 1);
}

#head-contact ul li:first-of-type {
    margin-bottom: .75%;
    font-size: 16pt;
    font-weight: 700;
}

#head-contact ul li:last-of-type {
    font-family: 'Open Sans', sans-serif;
}

#head-nav {
    padding-top: 1.25%;
    text-align: right;
    text-transform: uppercase;
}

/*============nav============*/
/* header */
.header {
    width: 100%;
}

.header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    /*background-color: green;*/
}

.header li a {
    display: block;
    padding: 20px 20px;
    text-decoration: none;
    color: #fff;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    font-size: 16pt;
    text-shadow: .75px .75px 1px rgba(0, 0, 0, 1);

}

.header li a:hover,
.header .menu-btn:hover {
    color: #ed1c24;
}

/* menu */
.header .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
}

/* menu icon */
.header .menu-icon {
    cursor: pointer;
    display: inline-block;
    /*float: right;*/
    padding: 28px 20px;
    position: relative;
    user-select: none;
}

.header .menu-icon .navicon {
    background: #fff;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
    background: #fff;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.header .menu-icon .navicon:before {
    top: 5px;
}

.header .menu-icon .navicon:after {
    top: -5px;
}

/* menu btn */
.header .menu-btn {
    display: none;
}

.header .menu-btn:checked ~ .menu {
    max-height: 240px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
}

/* 48em = 768px */
@media (min-width: 48em) {
    .header li {
        float: left;
    }

    .header li a {
        padding: 20px 30px;
    }

    .header .menu {
        clear: none;
        float: right;
        max-height: none;
    }

    .header .menu-icon {
        display: none;
    }
}

/*===============HOME PAGE=====================*/
#hero {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    background: #d81d24;
    font-family: 'Open Sans', sans-serif;
}

#hero-left {
    width: 45%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    background: green;
}

#hero-right {
    width: 55%;
    /*background-image: url(../siteart/imgs/hero.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;*/
    height: auto;
}

/* =====Start Slides =====*/
.slider {
    width: 100%;
    margin: 0 auto;
}

.slide {
    width: 100%;
    margin: 0 auto;
}

.slide img {
    width: 100%;
    margin: 0 auto;
    min-height: 300px;
}

/* =====End Slides =====*/

.mb-hero {
    display: none;
}

.cat-btn {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    /*align-content: center;*/
    /*align-items: center;*/
    /*align-self: center;*/
    border-bottom: solid 2px #B5181E !important;
    background: #d81d24;
}

.cat-btn:hover {
    background: #c41d24;
}

.cat-icon {
    width: 25%;
    height: 100%;
    /*padding: 1.25% 0;*/
    text-align: center;
    background: #c41d24;
    border-right: solid 2px #B5181E;
}

.cat-icon img {
    width: 50%;
    padding: 1.25%;
}

.cat-text {
    width: 75%;
    /*padding: 1.25% 0;*/
    text-align: center;
    color: #fff;
    margin-top: 8%;
}

.cat-text h2 {
    font-weight: 500;
    font-size: 16pt;
    text-transform: uppercase;
}

#welcome {
    width: 100%;
    margin: 0 auto;
    background-image: url(../siteart/bgs/field-clouds.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: auto;
}

#welcome .wrapper-80 {
    padding: 1.5% 0;
}

.welcome-headline {
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 20pt;
    line-height: 24pt;
    padding-bottom: 1.5%;
}

.welcome-text {
    color: #fff;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 14pt;
    line-height: 18pt;
    padding-bottom: 1.5%;

}

/*----SCROLLING INVENTORY------------------------------------------*/
.scrolling-wrap {
    width: 100%;
    height: 90px;
    overflow: hidden;
    padding: .5% 0;
    background: #222222;
}

.scrolling {
    width: 100%;
    height: 92px;
}

/*-------- AUCTION STYLES ----------------*/
#auctions .main-bg .wrapper-80 {
    text-align: left;
    padding: 1.25% 0;
    font-family: 'Open Sans', sans-serif;
}

/* LINK BOXES */
.invlinkbox {
    float: left;
    width: 24%;
    border: 1px solid #fff;
    height: 255px;
    margin: 0;
    background: #f7f7f7;
    position: relative;
    overflow: hidden;
    /* Only the -webkit- prefix is required these days */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 1000;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    cursor: pointer
}

.invlinkbox a {
    color: #fff;
}

.invlinkbox p a {
    text-decoration: underline;
}

.invlinkbox::before {
    content: ' ';
    position: absolute;
    top: 205px;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
}

.invlinkbox:hover::before {
    background: rgba(0, 0, 0, .8);
    top: 0;
}

.caption__media {
    display: block;
    min-width: 100%;
    max-width: 100%;
    height: auto;
}


.small_overlay a {
    font-size: 12px !important;
}

.caption__overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 10px;
    color: white;
    *color: black;

    -webkit-transform: translateY(204px);
    transform: translateY(204px);

    transition: -webkit-transform .35s ease-out;
    transition: transform .35s ease-out;
}

.invlinkbox:hover .caption__overlay {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.caption__overlay__title {
    transition: -webkit-transform .35s ease-out;
    transition: transform .35s ease-out;
}

.invlinkbox:hover .caption__overlay__title {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}


/*-------- CONTACT STYLES ----------------*/
#contact .main-bg .wrapper-80 {
    text-align: left;
    padding: 1.25% 0;
    font-family: 'Open Sans', sans-serif;
}

.contact-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.contact-container-left {
    width: 29%;
    padding-right: 1%;
    text-align: left;
}

.contact-container-left a {
    color: #000;
}

.contact-container-left a:hover {
    color: #ed1c24;
}

.contact-container-right {
    width: 69%;
    padding-left: 1%;
    text-align: right;
}

.contact-container-right iframe {
    width: 100%;
    margin: 0 auto;
}

.contact-form {
    width: 100%;
    margin: 0 auto;
    padding-top: 1.5%
}

/*-------- THANK YOU STYLES ----------------*/
#thankyou .main-bg .wrapper-80 {
    text-align: center;
    padding: 5% 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 12pt;
}

/*-------- FOOTER STYLES ----------------*/
footer {
    width: 100%;
    margin: 0 auto;
    color: #fff;
    background: #222222;
    font-family: 'Open Sans', sans-serif;
}

footer .wrapper-80 {
    display: flex;
    justify-content: space-between;
    padding: 1.25% 0 2% 0;
}

footer a {
    color: #f1f1f1;
    opacity: 1;
}

footer a:hover {
    opacity: .75;
}

#foot-left {
    text-align: left;
    width: 32%;
}

#foot-center {
    text-align: left;
    width: 32%;
}

#foot-right {
    text-align: right;
    width: 36%;
}

.foot-cond {
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 14pt;
    font-weight: 600;
}


/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

.hover-show {
    display: none;
}

.hover-show:hover {
    display: block;
}

#invt-landing .main-bg {
    width: 100%;
    padding: 2% 0;
    font-family: 'Open Sans', sans-serif;
    overflow: auto;
}

.pg-sub-head {
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    padding-bottom: 10px;
}

#invt-cat-container {
    width: 100%;
    margin: 0 auto;
    background: #fff;
}

.all-btns {
    width: 75%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: .75%;
}

.all-btn-container {
    width: 45%;
}

.all-btn-bg {
    width: 100%;
    background: #222;
    color: #fff;
    padding: 1.75% 1%;
    border: solid 2px #880207;
    font-weight: 300;
    font-size: 11pt;
    letter-spacing: .3px;
}

.all-btn-bg:hover {
    background: #880207;
}


#invt-cat-container {

    width: 80%;
}

.invt-cat {
    width: 25%;
}

.invt-cat-box {
    border: solid 2px #fff;
    position: relative;
}

.invt-cat-bg {
    width: 100%;
    margin: 0 auto;
    background: #000;
}

.invt-cat-bg img {
    width: 100%;
    margin: 0 auto;
    opacity: 1;
    margin-bottom: -1%;
}

.invt-cat-bg img:hover {
    opacity: .4;
}

.invt-cat-text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    padding: 7px 0px;
    margin-top: -.1%;
}

.invt-cat-text h4 {
    color: #fff;
    padding: 0 7px 0 7px;
}

/*===========================*/

.cf {
    background: #fff;
}

.hosted-content .listings-wrapper .listings-list .listing-banner {}

.hosted-content input[type='submit'],
.hosted-content button[type='submit'],
.hosted-content .btn,
.hosted-content .button {
    background: #ed1c24 !important;
}

.hosted-content h1 {
    font-size: 20px;
    color: #000;
    text-transform: none;
    padding-bottom: 0 !important;
    font-weight: bold;
}

.hosted-content h3 {
    text-transform: none !important;
}

.hosted-content .listings-wrapper .listings-list .listing-banner h2 {
    text-transform: none !important;
}

.inventory-background {
    width: 100%;
    margin: 0 auto;
    background: #b0b0b0;
}

.inventory-width {
    width: 100%;
    margin: 0 auto;
    padding: 2% 0 !important;
    height: auto;
}

.hosted-content .red,
.hosted-content .redtext,
.hosted-content .field-validation-error {
    font-size: 10pt;
}


/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1285px) {
    .cat-text {
        margin-top: 6.5%;
    }
}

@media only screen and (max-width: 1165px) {
    .wrapper-80 {
        width: 90%;
    }

    .wrapper-90 {
        width: 96%;
    }

    .wrapper-96 {
        width: 98%;
    }


    #invt-landing .main-bg .wrapper-80 {
        width: 90%;
    }

    .header li a {
        padding: 20px 20px;
        font-size: 15pt;
    }

    .invt-cat-btn {
        padding: 01% 1%;
        font-size: 10pt;
    }

    .invt-cat {
        width: 33.3%;
    }
}

@media only screen and (max-width: 1040px) {
    .cat-text h2 {
        font-weight: 500;
        font-size: 14pt;
    }
}

@media only screen and (max-width: 970px) {
    .header li a {
        padding: 12px 14px;
        font-size: 14pt;
    }

    .col-50 {
        width: 100%;
    }

    .invt-cat {
        width: 50%;
    }

    .invlinkbox {
        width: 33%;
    }
}

@media only screen and (max-width: 900px) {

    #invt-landing .main-bg .wrapper-80 {
        width: 90%;
    }

    .all-btns {
        width: 90%;
    }

    #hero {
        display: block;
    }

    #hero-left {
        width: 100%;
        display: inline-block;
    }

    #hero-right {
        width: 100%;
        display: inline-block;
        background-image: url(../siteart/imgs/hero.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: auto;
    }

    .mb-hero {
        display: block;
    }

    #hero-right img {
        width: 100%;
        margin: 0 auto;
    }

    .cat-text {
        margin-top: 5%;
    }


    #hero-right .mb-hero img {
        display: none;
    }

    #welcome {
        margin-top: -6%;
        padding-top: 4%;
    }


    footer .wrapper-80 {
        display: block;
    }


    #foot-left,
    #foot-center,
    #foot-right {
        text-align: center;
        width: 100%;
        display: inline-block;
    }

    #foot-center {
        padding: 1.5% 0;
    }
}

@media only screen and (max-width: 790px) {
    .invlinkbox {
        width: 100%;
    }

    .mb-hide {
        display: none;
    }

    .all-btns {
        margin-left: -1.25%;
    }


    header .wrapper-90 {
        padding: 1.25% 0;
        display: block;
    }

    #head-left {
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    #head-right {
        display: inline-block;
        width: 100%;
    }

    #head-left #head-logo {
        width: 100%;
        text-align: center;
    }

    #head-left #head-logo img {
        width: 60%;
    }

    #head-contact {
        text-align: center;
    }

    .header .menu {
        text-align: center;
    }

    .contact-container {
        display: flex;
        flex-direction: column;
    }

    .contact-container-left {
        width: 100%;
        padding-right: 0%;
        text-align: center;
        padding-bottom: 3%;
    }


    .contact-container-right {
        width: 100%;
        padding-left: 0%;
        text-align: center;
    }

    .pg-headline {
        width: 100%;
        text-align: center;
    }

    .all-btns {
        width: 100%;
    }

    .all-btn-container {
        width: 47%;
    }
}

@media all and (max-width: 625px) {
    .invt-cat {
        width: 100%;
    }

    #head-left #head-logo img {
        width: 75%;
    }

    #head-left #head-logo {
        padding: 1% 0 .5% 0;
    }

    /*.cat-icon img {
	width: 65%;
}	*/

    .inventory-width {
        width: 96%;
    }

    .cat-text {
        margin-top: 4%;
    }
}

@media all and (max-width: 570px) {
    .cat-text h2 {
        font-size: 13pt;
    }

    #welcome {
        margin-top: -7%;
        padding-top: 5%;
        padding-bottom: 3%;
    }

    .all-btn-container {
        width: 85%;
        margin: 0 auto;
    }

    .all-btn-container:first-of-type {
        margin-bottom: 7px;
        margin-top: 2.5px;
    }

    #invt-landing .main-bg .wrapper-80 {
        width: 96%;
    }

    .all-btns {
        display: block;
    }


    .cat-text {
        margin-top: 3.5%;
    }

    .all-btns {
        margin-left: -.7%;
    }
}
