/* 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 {
    /*     margin: 0 auto;   */
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    -webkit-text-size-adjust: none;
    font-family: 'Rubik', sans-serif;
}



a {
    color: #fff;
    text-decoration: underline;

}

a:hover {
    color: #dbac5e;
    text-decoration: none;
}

p {
    padding: 20px 0;
}




/* GLOBAL SITE FRAMEWORK
------------------------------------------------*/
.clear {
    clear: both;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.none {
    display: none;
}

* {
    box-sizing: border-box;
}

body {}

.wrapper {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 20px;
    position: relative;
    box-sizing: border-box;
}

.no-pad-wrapper {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
}

.sub-wrapper {
    /* width: 100%; */
    /* max-width: 1300px; */
    /* margin: 0 auto; */
    padding: 60px 20px;
    position: relative;
}

.sub-wrapper h1 {
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 2px;
    font-style: italic;
    text-transform: uppercase;
    color: #DB0E0E;
}



::selection {
    color: #fff;
    background: #356088;
}

::-moz-selection {
    color: #fff;
    background: #356088;
}



/* HEADER 
----------------------------------------------*/
.header {
    width: 100%;
    display: inline-block;
    text-align: right;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0px 3px 7px 2px rgba(0, 0, 0, 0.30);
}

.logo {
    text-align: center;
    width: 25%;
    margin: 0 auto;
    display: inline-block;
    padding: 10px;
    vertical-align: middle;
    box-sizing: border-box;
}

.logo img {
    width: 300px;
    margin: 0 auto;
}

/*STICKY NAV*/

header {
    text-align: center;
    color: #fff;
}

header.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    box-shadow: 0px 3px 7px 2px rgba(0, 0, 0, 0.30);
    z-index: 999;
}

/*END STICKY NAV*/



/* HOME PAGE STYLES
-----------------------------------------------*/

.slideshow {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.slider-overlay {
    display: inline-block;
    vertical-align: top;
    margin-right: 0;
    width: 35%;
    background: url('/siteart/versatile620.jpg');
    url(l'');
    url(l')';;
 color: #fff;
    padding: 50px;
    box-shadow: -9px 11px 43px 0px rgba(0, 0, 0, 0.50);
    position: absolute;
    right: 0;
    top: 0;
    height: 590px;
    z-index: 1;
}

.slider-overlay h1 {
    height: 370px;
    background: url(../siteart/black-scales.png) #000;
    text-align: left;
    padding: 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 24px;
    position: absolute;
    left: -50px;
    top: 50px;
    font-weight: 500;
    font-style: italic;
    line-height: 1.3;
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.3);
}


.inv-btns {
    width: 100%;
    display: inline-block;
    margin-top: 20%;
}

.inv-btns a {
    width: 100%;
    display: block;
   /* border: 2px solid #fff;
    color: #fff; */
    border-radius: 4px;
    padding: 15px 30px;
    text-transform: uppercase;
    font-style: italic;
    text-decoration: none;
    font-size: 18px;
    letter-spacing: 2px;
    margin: 20px auto;
    text-align: right;
    font-weight: 400;
    transition: ease .3s;
	
    background: rgba(255, 255, 255, 0.8);
    color: #000;
}

.inv-btns .fa {
    margin-left: 30px;
}

.inv-btns a:hover {
    background: #fff;
    color: #DB0E0E;
    transition: ease .3s;
}



.brandbar {
    padding: 20px;
    width: 90%;
    margin-top: 140px;
}

/* welcome section */


.welcome-sect {
    width: 100%;
    background: url(../siteart/tire.png) no-repeat #242424;
    background-size: contain;
    background-position: left center;
    padding: 100px 20px;
    color: #c1c1c1;
}

.welc-txt {
    width: 40%;
    margin-left: 600px;
}

.welc-txt h1 {
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 7px;
    color: #c1c1c1;
    text-align: left;
    padding-bottom: 20px;
    font-weight: 300;
}

.welc-txt h1 span {
    font-weight: 500;
    font-size: 32px;
    letter-spacing: 7px;
    font-style: italic;
}

.welc-txt p {
    line-height: 1.7;
}



.search-contact {
    width: 100%;
    background: #f1f1f1;
    padding: 60px 100px;
    display: inline-block;
    margin: 0 auto;
}

.search-contact h2 {
    text-transform: uppercase;
    font-weight: 500;
    font-style: italic;
    color: #DB0E0E;
    font-size: 18px;
    letter-spacing: 1.5px;
}


.home-search {
    width: 59%;
    display: inline-block;
    vertical-align: top;
    margin: 0 auto;
    text-align: left;
}


.home-contact {
    width: 39%;
    display: inline-block;
    vertical-align: top;
    margin: 0 auto;
    padding-left: 200px;
}

.home-contact a {
    color: #000;
    text-decoration: none;
    padding: 10px 0;
    display: block;
}

.home-contact a:hover {
    color: #DB0E0E;
    text-decoration: none;
}




/* OUR BRANDS
------------------------------------------------*/
.our-brands {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
}

.brand-logo {
    width: 20%;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #eaeaea;
    margin: 10px;
    padding: 20px;
}

.brand-logo img {
    width: 100%;
    display: block;
    opacity: .6;
    transition: ease .3s;
}

.brand-logo:hover img {
    opacity: 1;
}



/* CONTACT
------------------------------------------------*/
.contact-info {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    padding: 30px 0;
}

.contact-left {
    width: 30%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
}

.contact-left a {
    color: #000;
    text-decoration: none;
    display: block;
    padding: 10px 0;
}

.contact-left a:Hover {
    color: #DB0E0E;
    text-decoration: none;
}

.contact-map {
    width: 65%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
}


.dept-contacts {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    text-align: center;
    margin: 0 auto;
    padding: 80px 20px;
    background: #333;
}

.dc-card {
    width: 30%;
    display: inline-block;
    text-align: center;
    padding: 50px 30px;
    background: #444;
    border-radius: 4px;
    margin: 20px;
    color: #eaeaea;
    border: 1px solid #8e8e8e;
    line-height: 1.7;
}

.dc-card a {
    color: #fff;
    text-decoration: underline;
}

.dc-card a:hover {
    color: #fff;
    text-decoration: none;
}

.dc-card h3 {
    color: #eaeaea;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 16px;
}



/* INVENTORY
------------------------------------------------*/
.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: #DB0E0E !important;
}

.hosted-content .hosted-content .svg-inline--fa.fa-w-10 {
    width: auto !important;
}

.hosted-content h1 {
    font-size: 24px !important;
    color: #DB0E0E;
    text-transform: uppercase;
    padding-bottom: 0 !important;
    font-weight: 500;
    font-style: italic;
}

.hosted-content h3 {
    text-transform: none !important;
}

.hosted-content .listings-wrapper .listings-list .listing-banner h2 {
    text-transform: none !important;
}



/* FOOTER
------------------------------*/
.footer {
    width: 100%;
    color: #8e8e8e;
    background: #fff;
    padding: 60px 0;
}

.foot-left {
    width: 60%;
    display: inline-block;
    vertical-align: top;
    margin: 0 auto;
}

.foot-left h3 {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    color: #8e8e8e;
    letter-spacing: 1.5px;
    font-style: italic;
    font-weight: 500;
}

.foot-left a {
    color: #8e8e8e;
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 14px;
}

.foot-left img {
    display: inline-block;
    margin-left: 0;
    width: 300px;
    padding: 20px 0;
}


.foot-right {
    width: 39%;
    display: inline-block;
    vertical-align: top;
    margin: 0 auto;
}


.foot-right a {
    color: #8e8e8e;
    text-decoration: none;
}

.foot-right a:hover {
    color: #DB0E0E;
    text-decoration: none;
}

.divfooter {
    font-size: 11px;
    text-align: right;
    width: 80%;
    margin: 20px 0 20px auto;
}





@media screen and (max-width:1090px) {
    .logo {
        width: 100%;
    }
}

@media screen and (max-width:1500px) {
    .slider-overlay {
        padding: 20px;
    }

    .inv-btns a {
        font-size: 16px;
    }

    .home-contact {
        padding-left: 120px;
    }
}


@media screen and (max-width:1350px) {
    .slider-overlay {
        width: 43%;
        height: 460px;
    }

    .slider-overlay h1 {
        height: 320px;
    }

    .inv-btns {
        margin-top: 13%;
    }

    .welc-txt {
        width: 50%;
        margin-left: 550px;
    }

    .search-contact {
        padding: 60px 40px;
    }
}


@media screen and (max-width:1250px) {
    .dc-card {
        width: 45%;
    }

    .home-contact {
        padding-left: 60px;
    }

    .footer {
        padding: 40px 0;
    }

    .foot-left a {
        padding: 10px;
    }

    .divfooter {
        width: 95%;
    }
}

@media screen and (max-width:1090px) {
    .slider-overlay {
        width: 100%;
        position: relative;
        height: auto;
    }

    .slider-overlay h1 {
        height: auto;
        width: 95%;
        right: 0;
        top: -50px;
        left: auto;
    }

    .inv-btns {
        margin-top: 90px;
    }

    .inv-btns a {
        width: 50%;
        text-align: center;
    }

    .brandbar {
        margin-top: 20px;
    }

    .welc-txt {
        width: 100%;
        margin-left: 0;
    }

    .welcome-sect {
        background-image: none;
    }

    .home-search {
        width: 100%;
    }

    .home-contact {
        width: 100%;
        padding-left: 0;
        padding-top: 40px;
    }

    .foot-left a {
        padding: 10px 5px;
    }
}

@media screen and (max-width:950px) {
    .foot-left {
        width: 49%;
    }

    .foot-right {
        width: 49%;
    }

    .foot-left a {
        display: block;
        padding: 5px 0;
    }
}

@media screen and (max-width:850px) {
    .contact-left {
        width: 100%;
    }

    .contact-map {
        width: 100%;
    }

    .dept-contacts {
        display: block;
    }

    .dc-card {
        width: 60%;
        margin: 20px auto;
    }
}

@media screen and (max-width:750px) {
    .inv-btns a {
        width: 80%;
    }

    .brand-logo {
        width: 44%;
    }

    .foot-left {
        width: 100%;
    }

    .foot-right {
        width: 100%;
    }

    .divfooter {
        text-align: center;
        margin: 20px auto
    }
}

@media screen and (max-width:600px) {
    .welcome-sect {
        padding: 60px 20px;
    }

    .welc-txt h1 {
        font-size: 18px;
        padding-bottom: 0;
    }

    .welc-txt h1 span {
        font-size: 22px;
    }


    .dc-card {
        width: 95%;
        padding: 50px 10px;
    }
}

@media screen and (max-width:450px) {
    .inv-btns a {
        width: 95%;
    }

    .brand-logo {
        width: 85%;
    }

    .foot-left {
        text-align: center;
    }

    .foot-left img {
        width: 250px;
    }
}