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;
}

ol,
ul {
    list-style: none;
}

body {
    line-height: 1;
    /*	position: relative;
*/
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

.notInv {
    text-align: center;
}

.inner {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
    height: auto;
    max-width: 1200px;
}

.linkfill {
    display: inline-block !important;
    width: 100% !important;
    height: 100% !important;
    line-height: 0 !important;
    font-size: 0 !important;
    color: transparent !important;
    text-decoration: none !important;
    position: absolute;
    eft: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 900;
}

.clear {
    clear: both;
}

li {
    list-style: none;
}

/* RED	#a7343f */


/********************  TEXT  *************************/
h1.welcome {
    font-family: 'montserratsemi_bold', sans-serif;
    font-size: 18px;
    line-height: 110%;
    text-transform: uppercase;
}

h1.sitename {
    font-family: 'montserratextra_bold', sans-serif;
    font-size: 32px;
    line-height: 120%;
    text-transform: uppercase;
}

h2 {
    font-family: 'montserratsemi_bold', sans-serif;
    font-size: 28px;
    line-height: 140%;
}

h3 {
    font-family: 'montserratbold', sans-serif;
    font-size: 24px;
    line-height: 140%;
}

.form {font-size: 17px!important;}

h4 {
    font-family: 'montserratbold', sans-serif;
}

h5 {
    font-family: 'montserratsemi_bold', sans-serif;
}

h6 {
    font-family: 'montserratregular', sans-serif;
}

p {
    font-family: 'montserratregular', sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 160%;
    text-align: left;
}

.bold {
    font-family: 'montserratbold', sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 160%;
    text-align: left;
}

a.link {
    font-family: 'montserratregular', sans-serif;
    font-size: 14px;
    color: #a7343f;
    line-height: 140%;
    text-decoration: none;
}

a.link:hover {
    text-decoration: underline;
}


/******************  TEXT STYLES  **********************/
.textBlack {
    color: #333;
}

.textWhite {
    color: #fff;
}

.textRed {
    color: #a7343f;
}

.bgWhite {
    background-color: #fff;
}

.bgBlack {
    background-color: #333;
}

.bgRed {
    background-color: #a7343f;
}

.bgTexture {
    background-image: url(../siteart/redox_01.png);
    background-repeat: repeat;
}

.textLeft {
    text-align: left;
}

.textCenter {
    text-align: center;
}

.textRight {
    text-align: right;
}


/************************  HEADER  ***********************/
.headercontainer {
    width: 100%;
    box-sizing: border-box;
    padding: 15px 0px;
}

.contact {
    line-height: 140%;
}

.contact ul {
    float: right;
}

.contact ul li {
    font-family: 'montserratregular', sans-serif;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    list-style: none;
    text-align: right;
}

.contact ul li:last-child {
    padding-right: 0px;
}

.contact ul li a {
    font-family: 'montserratsemi_bold', sans-serif;
    font-size: 15px;
    color: #a7343f;
    text-decoration: none;
    list-style: none;
    line-height: 120%;
}

.contact ul li a:hover {
    text-decoration: underline;
}

.logo {
    display: inline-block;
    float: left;
}

/********************  MAIN IMAGE  **********************/
.mainimage {
    width: 100%;
    height: auto;
}

.cycle-slideshow {
    width: 100%;
    height: xxxxx;
    overflow: hidden;
    z-index: 1;
    position: relative;
}

.cycle-slideshow img {
    width: 100%;
}


/***********************  STRUCTURE  **********************/
.contentContainer {
    width: 100%;
}

.contentFull {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

.contentHalf {
    display: inline-block;
    width: 46%;
    margin: 1%;
    box-sizing: border-box;
}

.contentOneThird {
    display: inline-block;
    width: 32%;
    margin: 1%;
    box-sizing: border-box;
}

.contentTwoThirds {
    display: inline-block;
    width: 64%;
    margin: 1%;
    box-sizing: border-box;
}

.contentOneFourth {
    display: inline-block;
    width: 20%;
    margin: 1%;
    box-sizing: border-box;
}


/*************  SPACING CLASSES  ************************/
.paddingV15 {
    padding: 15px 0px;
}

.paddingV30 {
    padding: 30px 0px;
}

.paddingV50 {
    padding: 50px 0px;
}

.margintop15 {
    margin-top: 15px;
}

.marginbottom15 {
    margin-bottom: 15px;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}


/*********************  BUTTONS  ***********************/
a.button {
    font-family: 'montserratbold', sans-serif;
    font-size: 16px;
    padding: 15px 20px;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    margin: 2% 0;
    color: #FFFFFF;
    background-color: #a7343f;
}

/*CHANGE*/
a.button:hover {
    text-decoration: none;
    background-color: #DDDDDD;
    color: #fff;
}

/*CHANGE*/



/*********************  FOOTER  ***********************/
.footercontainer {
    background-color: #a7343f;
    width: 100%;
    padding: 20px 0px;
    box-sizing: border-box;
}

.footercolumn {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    margin: 0 1%;
}

.footercolumn p.credit {
    font-family: 'roboto_condensedbold', sans-serif;
    color: #ddd;
    text-align: left;
    font-size: 14px;
    text-transform: uppercase;
}

.footercolumn p.title {
    font-family: 'roboto_condensedbold', sans-serif;
    color: #fff;
    text-align: left;
    font-size: 16px;
    text-transform: uppercase;
}

.footercolumn p.text {
    font-family: 'roboto_condensedregular', sans-serif;
    color: #fff;
    text-align: left;
    font-size: 14px;
}

.footercolumn a {
    font-family: 'roboto_condensedregular', 'fontawesome', sans-serif;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: left;
    font-size: 14px;
}

.footercolumn a:hover {
    text-decoration: underline;
}


/****************** SCROLLING INVENTORY****************/
.scrolling-wrap {
    width: 100%;
    height: 90px;
    overflow: hidden;
    border-top: 5px solid #ff0000;
    border-bottom: 5px solid #ff0000;
}

.scrolling {
    width: 100%;
    height: 92px;
}


/***************************  SPECIFIC PAGES  ***************************************************************/

/**********************  INVENTORY  ********************/
.listings-wrapper .listing-boxed .listing-boxed-details {
    text-align: left !important;
}

.hosted-content .listings-wrapper .border-bottom,
.hosted-content .listings-detail-wrapper .border-bottom,
.hosted-content .listings-drilldown-wrapper .border-bottom {
    text-align: left !important;
}

.hosted-content .listings-detail-wrapper .information-box {
    text-align: left !important;
}

.hosted-content .left {
    text-align: left !important;
}

.hosted-content .listings-detail-wrapper .listing-details .divider {
    text-align: left !important;
}

.hosted-content .listings-wrapper .hosted-theme a.btn {
    color: #fff !important;
    background: #a7343f !important;
    border: solid 1px #a7343f !important;
}

.hosted-content .listings-wrapper .hosted-theme a.btn:hover {
    color: #fff !important;
    background: #6d0b10 !important;
    border: solid 1px #6d0b10 !important;
    box-sizing: border-box !important;
}

.hosted-content .listings-wrapper .listings-list .category-banner h3 {
    font-family: 'montserratbold', sans-serif !important;
    font-weight: normal !important;
    font-size: 18px;
}


/********************  FORM  ************************/
h4.form {
    text-transform: uppercase;
}

/*Search Inventory*/
.search {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
}

.search-title {
    float: left;
    padding: 5px 0;
}

.search input[type=text] {
    height: 35px;
    width: 70%;
    background: none;
    border: 1px solid #C3C3C3;
    padding: 8px;
    color: #000;
    box-sizing: border-box;
    font-size: 14px;
    background-color: #fff;
}

.searchButton {
    width: 29%;
    height: 35px;
    cursor: pointer;
    background-color: #d10e00;
    color: #fff;
    font-family: 'montserratregular', sans-serif;
    text-transform: uppercase;
    border: none;
    display: inline-block;
    font-size: 14px;
}

.searchButton:hover {
    width: 29%;
    height: 35px;
    cursor: pointer;
    background-color: #B90B00;
    color: #fff;
    font-family: 'montserratregular', sans-serif;
    text-transform: uppercase;
    border: none;
    display: inline-block;
}

#form .search input {
    width: 20%;
    padding: 8px;
    border: 1px solid #C3C3C3;
    margin: 5px 0 15px;
    height: 30px;
    border-radius: 5px;
    box-sizing: border-box;
}

/*Custom Form*/
.customform {
    width: 100%;
    display: inline-block;
    padding-bottom: 10px;
}

a.customform {
    font-family: arial, sans-serif;
    color: #333;
    text-decoration: none;
}

a.customform:hover {
    text-decoration: underline;
}

input.customform {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    color: #000;
    font-size: 12px;
    box-sizing: border-box;
    border-radius: 0px;
    margin-bottom: 10px;
}

textarea.customform {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    color: #000;
    font-size: 12px;
    box-sizing: border-box;
    border-radius: 0px;
    height: 100px;
    margin-bottom: 5px;
}

select.customform {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    color: #000;
    font-size: 12px;
    box-sizing: border-box;
    border-radius: 0px;
}

input.checkbox.customform {
    padding: 0;
    border: 0;
    margin: 0 5px 0 0;
    width: 13px;
    height: 13px;
    display: inline-block;
    background-color: #fff;
    margin-bottom: 8px;
}

/* Keeps Options Grouped */
.spanrespond {
    display: inline-block;
}

input.radio.customform {
    padding: 0;
    border: 0;
    margin: 0 5px 0 0;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-bottom: 8px;
}

input.fileUpload.customform {
    width: 100%;
    padding: 10px 8px;
    border: 1px solid #ddd;
    color: #000;
    font-size: 12px;
    box-sizing: border-box;
    border-radius: 0px;
}

/**Button**/
input.customformbutton {
    font-siaxe: 18px;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.3s ease;
    padding: 10px;
    width: 300px;
    border: 0px;
    font-family: 'montserratbold', sans-serif;
    background-color: #a7343f;
}

input.customformbutton:hover {
    color: #fff;
    transition: all 0.3s ease;
    cursor: pointer;
    background-color: #6d0b10;
}

/****  CAPTCHA *****/
input#CaptchaAnswer {
    padding: 8px 0px !important;
    width: 100% !important;
    border: 1px solid #ddd !important;
    color: #000 !important;
    box-sizing: border-box !important;
    border-radius: 0px !important;
    margin-bottom: 10px !important;
}

.CaptchaPanel {
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0 !important;
    text-align: center;
    line-height: normal !important;
    color: #333;
    font-family: arial, sans-serif;
}

.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;
    color: #333 !important;
    font-family: arial, sans-serif !important;
}

.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;
    margin-bottom: 10px;
    font-size: 12px;
}

.CaptchaWhatsThisPanel a {
    color: #333;
    font-family: arial, sans-serif;
}

.CaptchaWhatsThisPanel a:hover {
    text-decoration: none;
}

/***************************  HOMEPAGE  ***************************************/
.homepageinfo {
    display: inline-block;
    width: 46%;
    margin: 1%;
    box-sizing: border-box;
    float: left;
}

.sideimage {
    box-sizing: border-box;
    width: 400px;
    height: auto;
}

.manucontainer {
    background-image: url(../siteart/background.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    padding: 1.5% 0;
}

.manucontainer img {
    width: 23%;
    height: auto;
    display: inline-block;
    padding: 1% 1.5%;
    box-sizing: border-box;
}

.buttoncontainer {
    width: 100%;
    background-color: #a7343f;
    display: inline-block;
}

.buttoncontainer a img {
    width: 33.33%;
    float: left;
    display: inline-block;
}

/***************************  PAGE 1  ***************************************/



/***************************  PAGE 2  ***************************************/




@media screen and (max-width: 1099px) {
    /*HEADER*/


    /*NAVIGATION*/


    /*CONTENT*/


    /*FOOTER*/

    /***PAGES***/

    /*PAGE 1*/



}

@media screen and (max-width: 900px) {

    /*HEADER*/
    .logo {
        float: none;
    }

    .contact {
        margin-left: 16%;
        margin-top: 2%;
    }

    .contact ul {
        float: none;
    }

    .contact ul li {
        float: left;
        padding-right: 10px;
        font-size: 15px;
    }

    /*NAVIGATION*/


    /*CONTENT*/


    /*FOOTER*/

    /***PAGES***/

    /*PAGE 1*/
    .homepageinfo {
        width: 100%;
    }

    .sideimage {
        width: 300px;
    }

    .manucontainer img {
        width: 29%;
    }
}

@media screen and (max-width: 767px) {

    /*HEADER*/
    .logo {
        display: inline-block;
        float: none;
        max-width: 90%;
    }

    .contact {
        margin-left: 0;
        margin-top: 0;
        margin: auto;
        width: 300px;
    }

    .contact ul {
        float: none;
    }

    .contact ul li {
        float: none;
    }

    /*CONTENT*/
    .contentHalf {
        width: 100%;
        display: inline-block;
    }

    .contentOneThird {
        width: 100%;
    }

    .contentTwoThirds {
        width: 100%;
    }

    .contentOneFourth {
        width: 46%;
        display: inline-block;
        margin: 1%;
    }

    /*FOOTER*/
    .footercolumn {
        width: 100%;
        display: block;
        margin: 2% 1%;
    }

    /***PAGES***/

    /*INVENTORY*/
    .hosted-content #wide_col {
        float: none !important;
    }

    /*HOMEPAGE*/
    .manucontainer img {
        width: 32%;
    }

}

@media screen and (max-width: 480px) {

    /*HEADER*/
    .logo {
        max-width: 100%;
        display: inline-block;
        float: none;
    }

    .contact {
        display: inline-block;
        width: 250px;
    }

    .contact ul li {
        display: block;
    }

    /*CONTENT*/
    .contentHalf {
        width: 100%;
        display: inline-block;
    }

    .contentOneThird {
        width: 100%;
    }

    .contentTwoThirds {
        width: 100%;
    }

    .contentOneFourth {
        width: 90%;
        margin: 5%;
    }

    a.button {
        width: 70%;
        margin: 10px 0px;
    }

    .floatleft {
        float: none;
    }

    .floatright {
        float: none;
    }

    /*FOOTER*/
    .footercredit {
        width: 100%;
    }

    .footerlinkbox {
        width: 100%;
    }

    .footernavbar ul li {
        width: 100%;
    }

    /***PAGES***/

    /*INVENTORY*/
    .hosted-content #wide_col {
        float: none !important;
    }

    /*HOMEPAGE*/
    .manucontainer img {
        width: 40%;
    }

    .buttoncontainer a img {
        width: 100%;
        border-bottom: 1px solid #fff;
    }
}
