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;
}

img {
    max-width: 100%;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
}

.inner {
    vertical-align: middle;
    /* width: 90%; */
    height: auto;
    max-width: 1200px;
    margin: auto;
    padding: 35px;
}

.clear {
    clear: both;
}

body {
    font-family: 'urw-din', sans-serif !important;
    font-style: normal;
}

/********************  HEADINGS  *************************/
h1 {
    color: #fc6505;
}

h2 {
    font-size: 28px;
    line-height: 140%;
}

h3 {
    font-size: 24px;
    line-height: 120%;
}

h4 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {}

.welcome {
    line-height: 110%;
}

.sitename {
    font-size: 32px;
    line-height: 120%;
    text-transform: uppercase;
}

p {
    font-size: 14px;
    color: #333;
    line-height: 140%;
    text-align: left;
}

.bold {
    font-weight: 600;
}

.italic {
    font-style: italic;
}

a.link {
    font-size: 14px;
    color: #333;
    line-height: 140%;
    text-decoration: none;
}

a.link:hover {
    text-decoration: underline;
}

::-moz-selection {
    background: #fc6505;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #fc6505;
    color: #fff;
    text-shadow: none
}

/******************  TEXT STYLES  **********************/
.sitetitle.hero {
	font-size: 84px; 
}

.textBlack {
    color: #333;
}

.textBlack.hero {
    color: #333;
	font-size: 40px;
}

.inner.hero {
	vertical-align: middle;
    /* width: 90%; */
    height: auto;
    max-width: 1200px;
    margin: auto;
    padding: 35px;}

.textWhite {
    color: #fff;
}

.textOrange {
    color: #fc6505;
}

.bgWhite {
    background-color: #fff;
}

.bgBlack {
    background-color: #000;
}

.bgOrange {
    background-color: #fc6505;
}

.bgTexture {
    background-image: url(../siteart/frenchstucco.png);
    background-repeat: repeat;
}

.textLeft {
    text-align: left;
}

.textCenter {
    text-align: center;
}

.textRight {
    text-align: right;
}

/************************  HEADER  ***********************/
.headercontainer {
    background-image: url(../siteart/frenchstucco.png);
    background-repeat: repeat;
    width: 100%;
    box-sizing: border-box;
    padding: 25px 0px;
    display: inline-block;
}

.contact {
    display: block;
    margin: auto;
    width: 200px;
}

.contact input {
    height: auto !important;
    overflow: unset !important;
    width: auto !important;
}

.searchStuff {
    background: #f26300;
    color: white;
    border: none;
    border-radius: 0 !important;
}

.searchInput {
    border-top: 0;
    border-left: 0;
    border-bottom: 1px solid black;
    border-right: 0;
    padding: 8px;
}

.contact form {
    display: flex;
}

.contact ul {
    float: left;
}

.contact ul li {
    list-style: none;
    display: block;
    line-height: 120%;
}

.contact ul li.headerphone a {
    color: #fc6505;
    text-decoration: none;
    font-weight: 800;
    font-size: 18px;
    font-style: italic;
    line-height: 180%;
}

.contact ul li.headeraddress a {
    color: #222;
    font-size: 14px;
    text-decoration: none;
}

.contact ul li a:hover {
    text-decoration: underline;
}

.logo {
    width: 400px;
}

.logo img {
    display: inline-block;
    float: left;
}

/*Search Inventory*/
.searchbarcontainer {
    float: right;
    display: inline-block;
    width: 250px;
}

.searchbarcontainer:last-of-type {
    width: 100%;
    max-width: 34vw;
}

.searchbarcontainer {
    height: 72px;
    display: flex;
}

.searchbar input[type=text] {
    height: 25px;
    width: 200px;
    background: none;
    border: 1px solid #C3C3C3;
    padding: 4px 8px;
    color: #000;
    box-sizing: border-box;
    font-size: 14px;
    background-color: #fff;
}

.searchButton {
    width: 40px;
    height: 25px;
    cursor: pointer;
    background-color: #fc6505;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    position: relative;
    font-weight: 600;
    border: 1px solid;
}

.searchButton:hover {
    background-color: #d55403;
}

/************************  MODAL  ***********************/
.modal {
    display: none;
    position: fixed;
    z-index: 9999999999999999999;
    padding-top: 0%;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    overflow: auto;
    /* background-color: rgba(0, 0, 0, .4); */
}

.triggered {
    background: #fc651d;
    color: white !important;
    text-decoration: none;
    padding: 20px;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    cursor: pointer;
}

.modal-content {
    position: relative;
    margin: auto;
    padding: 0;
    width: 100%;
    background: #fff;
    /* border-radius: 5px; */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: .4s;
    animation-name: animatetop;
    animation-duration: .4s;
}

.modal-head {
    padding: 15px 25px;
    color: #555;
    background: #fc651d;
}

.modal-head .close {
    color: #ccc;
    float: right;
    font-size: 20px;
}

.rowStuff {
    display: flex;
}

.rowStuff-img {
    display: flex;
}

.rowStuff input,
.rowStuff select,
.rowStuff input[type="text"] {
    border: none;
    box-shadow: none;
    background: #ff925f !important;
    color: white !important;
    font-size: 18px !important;
    padding: 8px 13px !important;
    margin: 0 8px;
    font-family: 'urw-din', sans-serif !important;
    text-transform: uppercase;
    height: 24px !important;
    border-radius: 0 !important;
    box-sizing: content-box !important;
    width: auto !important;
    border: none !important;
    width: 230px !important;
}

.last input,
.last input[type="submit"] {
    cursor: pointer;
    background: #222222 !important;
}

.rowStuff input::placeholder {
    color: white !important;
    font-size: 18px;
}

.rowStuff input * {
    color: white !important;
}

.modal-head .close:hover,
.modal-head .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-head h3 {
    padding: 15px 25px;
    color: #555;
}

.modal-main {
    padding: 25px;
    border-top: 1px #ddd solid;
    border-bottom: 1px #ccc solid;
}

.modal-main .terms-box {
    max-height: 300px;
    padding: 15px;
    box-sizing: border-box;
    border: 1px #ccc solid;
    overflow-y: scroll;
}

.modal-buttons {
    background: #f5f5f5;
    padding: 15px 25px;
}

.modal-buttons a {
    display: block;
    float: left;
    border: 1px #ccc solid;
    margin: 0 2px;
    padding: 10px 35px;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
}

.modal-buttons .continue-modal {
    background: #fc6505;
    color: #fff;
}

.modal-buttons .continue-modal:hover {
    background: #555555;
    color: #fff;
}

.modal-buttons .close-modal {
    background: #ddd;
}

.modal-buttons .close-modal:hover {
    background: #ccc;
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

/********************  MAIN IMAGE  **********************/
.mainimage {
    max-width: 100%;
    position: relative;
    overflow: hidden;
    /*IE fix*/
}

.mainimage img {
    width: 100%;
    height: auto;
}

.imgtxtContainer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    width: 80%;
}

h5.imgtxt {
    color: #fc6505;
    font-style: italic;
    text-align: center;
    font-size: 28px;
    text-shadow: -2px 2px 4px #000 !important;
}

/***********************  STRUCTURE  **********************/
.contentFull {
    width: 100%;
    display: inline-block;
}

.contentHalf,
.contentOneThird,
.contentTwoThirds,
.contentOneFourth {
    display: inline-block;
    box-sizing: border-box;
    padding: 20px 15px;
    float: left;
}

.contentHalf {
    width: 50%;
}

.contentOneThird {
    width: 35%;
}

.contentTwoThirds {
    width: 65%;
}

.contentOneFourth {
    width: 25%;
}
.contentOneFourthimg {
    width: 25%;
}
.contentThreeFourths {
	width: 75%;
}

.paddingV15 {
    padding: 15px 0px;
}

.paddingV30 {
    padding: 30px 0px;
}

/*********************  BUTTONS  ***********************/
a.button {
    font-size: 16px;
    padding: 5px 5%;
    text-decoration: none;
    display: inline-block;
    margin: 2% 0;
    color: #FFFFFF;
    background-color: #fc6505;
    font-weight: 500;
}

a.button:hover {
    transition: all 0.2s ease;
    text-decoration: none;
    background-color: #d55403;
}

a.promo {
    font-size: 16px;
    padding: 5px 5%;
    text-decoration: none;
    display: inline-block;
    margin: 2% 0;
    color: #FFFFFF;
    background-color: #fc6505;
    font-weight: 500;
}

a.promo:hover {
    transition: all 0.2s ease;
    text-decoration: none;
    background-color: #d55403;
}

.buttoncontainer {
    width: 100%;
    display: inline-block;
}

.categoryBox-Text {
    font-size: 28px;
    color: #fff;
    font-style: italic;
    font-weight: 600;
    z-index: 15;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fc6505;
    width: 100%;
    text-align: center;
    line-height: 160%;
}

/*.landingCategoryBox:hover .categoryBox-Text {color:#f9ba25;}*/
.landingCategoryBox {
    display: inline-block;
    width: 32.33%;
    margin: 2% .5%;
    float: left;
    vertical-align: top;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    border: 1px solid #ccc;
}

.landingCategoryBox img {
    width: 100%;
    height: auto;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.landingCategoryBox:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.manucontianer {
    width: 50%;
    float: left;
    margin: 2% 0;
}

.manucontianer img {
    display: block;
    margin: auto;
}

/*********************  PARTS SEARCH  ***********************/
#keysearch form {
    width: 100%;
    margin: 10px auto 10px;
}

#form input.keyword,
#form input.squarebutton {
    margin: 0;
}

#form .keyword {
    width: 93%;
    padding: 10px;
    border-left: solid 1px #808080;
    border-top: solid 1px #808080;
    border-bottom: solid 1px #808080;
    border-right: 0;
    float: left;
    -webkit-appearance: none;
    border-radius: 0;
    background: #fff;
    font-font-family: 'urw-din', sans-serif;
    font-size: 16px;
}

#form .squarebutton,
#form .squarebutton:focus {
    width: 40px;
    height: 40px;
    color: #fff;
    float: left;
    position: relative;
    -webkit-appearance: none;
    border-radius: 0;
    border: solid 1px #808080;
    background: url(../siteart/search.png) no-repeat #fc6505 center;
    background-size: 80% 80%;
}

#form .squarebutton:hover {
    background: url(../siteart/search.png) no-repeat #201f1e center;
    background-size: 80% 80%;
    color: #FFF;
    cursor: pointer;
}

/*********************  FOOTER  ***********************/
.footercontainer,
.footercolumnCredit,
.footercolumn {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    color: #fff;
    text-transform: uppercase;
}

.footercontainer {
    background-color: #222;
    width: 100%;
    padding: 20px 0px;
}

.footercolumnCredit {
    width: 100%;
    background-color: #555555;
}

.footercolumnCredit p.text {
    width: 100%;
    background-color: #555555;
}

.footercolumnCredit a {
    color: #fff;
}

.footercolumnCredit ul {
    margin: 5px 0;
}

.footercolumnCredit ul li:last-child {
    float: right;
}

.footercolumnCredit ul li {
    display: inline-block;
    font-size: 13px;
    line-height: 160%;
}

.footercolumnCredit ul li a {
    color: #fff;
    text-decoration: none;
}

.footercolumn {
    width: 24%;
}

.footercolumn p.title {
    color: #fc6505;
    font-weight: 600;
    font-size: 15px;
}

.footercolumn p.text {
    color: #fff;
    font-size: 13px;
    line-height: 160%;
}

.footercolumn ul li a {
    text-decoration: none;
    font-size: 13px;
    color: #fff;
    line-height: 120%;
}

.footercolumnCredit a:hover,
.footercolumn a:hover {
    text-decoration: underline;
    color: #fff;
}

/***************************  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: #fc6505 !important;
    border: solid 2px #fc6505 !important;
}

.hosted-content .listings-wrapper .hosted-theme a.btn:hover {
    color: #fff !important;
    background: #d55403 !important;
    border: solid 2px #d55403 !important;
    box-sizing: border-box !important;
}

.hosted-content .listings-wrapper .listings-list .category-banner h3 {
    font-weight: normal !important;
    font-size: 18px;
}

.hosted-content .red,
.hosted-content .redtext,
.hosted-content .field-validation-error {
    font-size: 14px !important;
}

/***************************  PROMOS  ****************************/
main {
    max-width: 100%;
}

section {
    /*         display: none; */
    /*     padding: 20px; */
}

input.promos {
    display: none;
}

label.promos {
    display: inline-block;
    padding: 1.5% 0%;
    width: 24%;
    text-align: center;
    color: #FFF;
    background-color: #fc6505;
}

label.promos:hover {
    color: #fff;
    cursor: pointer;
}

input.promos:checked+label {
    color: #fff;
    background-color: #d55403;
}

#tab1:checked~#content1,
#tab2:checked~#content2,
#tab3:checked~#content3,
#tab4:checked~#content4 {
    display: block;
}

/***************************  PAGE 2  ****************************/
@media screen and (max-width: 1300px) {
	.sitetitle.hero {
		font-size: 72px; 
	}
	.textBlack.hero {
    	color: #333;
		font-size: 32px;
	}
}

@media screen and (max-width: 1130px) {
	.sitetitle.hero {
		font-size: 60px; 
	}
	.textBlack.hero {
    	color: #333;
		font-size: 28px;
	}
}

@media screen and (max-width: 960px) {
	.sitetitle.hero {
		font-size: 56px; 
	}
	.textBlack.hero {
    	color: #333;
		font-size: 24px;
	}
}

@media screen and (max-width: 1099px) {

    /*HEADER*/
    #form .keyword {
        width: 85%;
    }

    /*NAVIGATION*/
    /*CONTENT*/
    h5.imgtxt {
        font-size: 20px;
    }

    /*FOOTER*/
    /***PAGES***/
    /*PAGE 1*/
}

@media screen and (max-width: 900px) {

    /*HEADER*/
    /*NAVIGATION*/
    /*CONTENT*/
    /*FOOTER*/
    .footercolumn {
        width: 48%;
    }

    /***PAGES***/
    /*HOMEPAGE*/
    .categoryBox-Text {
        font-size: 20px;
    }
}

@media screen and (max-width: 912px) {
    .headercontainer {
        display: flex;
        justify-content: center;
    }

    .inner {
        justify-content: center;
        display: flex;
        flex-direction: column-reverse;
        text-align: center;
    }
	
	.inner.hero {
        justify-content: center;
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    /*HEADER*/
    .logo {
        width: 275px;
        display: inline-block;
        order: 3;
    }

    .logo img {
        display: inline-block;
    }

    .contact {
        display: inline-block;
        width: 140px;
        float: right;
    }

    .searchbarcontainer .contact {
        width: 88%;
    }

    .contact ul {
        float: none;
    }

    .searchbarcontainer {
        width: 100%;
        display: flex;
    }

    .searchbarcontainer:first-of-type {
        order: 3;
    }

    .searchbarcontainer:first-of-type {
        order: 3;
    }

    .searchbarcontainer:last-of-type {
        order: 2;
    }

    .searchbar input[type=text] {
        width: 75%;
    }

    .searchButton {
        width: 23%;
    }

    /*CONTENT*/
    .contentHalf {
        width: 100%;
        display: inline-block;
    }

    .contentOneThird {
        width: 100%;
    }

    .contentTwoThirds {
        width: 100%;
    }
	.rowStuff-img {
    flex-direction: column;
		align-content: center;
}
    .contentOneFourth {
        width: 46%;
        display: inline-block;
        margin: 1%;
    }
	.contentOneFourthimg {
		display:block;
		width: 50%;
		margin: 0 auto;
	}
	.contentThreeFourths {
	width: 100%;
	}

    /*FOOTER*/
    .footercolumnCredit {
        width: 100%;
    }

    .footercolumn {
        width: 45%;
        margin: 2% 1%;
    }

    .footercolumnCredit ul li {
        display: block;
    }

    .footercolumnCredit ul li:last-child {
        float: left;
    }

    /***PAGES***/
    /*HOMEPAGE*/
    .landingCategoryBox {
        width: 49%;
        margin: .5%;
    }

    .categoryBox-Text {
        font-size: 28px;
    }

    /*INVENTORY*/
    .hosted-content #wide_col {
        float: none !important;
    }

    /*PARTS SEARCH*/
}

@media screen and (max-width: 480px) {

    /*HEADER*/
    .logo {
        width: 200px;
    }

    .contact ul li {
        display: block;
    }

    .contact ul li.headerphone a {
        font-size: 16px;
    }

    /*CONTENT*/
    .contentHalf {
        width: 100%;
        display: inline-block;
    }

    .contentOneThird {
        width: 100%;
    }

    .contentTwoThirds {
        width: 100%;
    }

    .contentOneFourth {
        width: 100%;
        margin: 0;
    }

    a.button {
        width: 70%;
        margin: 10px 0px;
    }

    .floatleft {
        float: none;
    }

    .floatright {
        float: none;
    }

    .imgtxtContainer {
        width: 100%;
    }

    /*FOOTER*/
    .footercolumnCredit {
        width: 100%;
        padding-bottom: 2%;
    }

    .footercolumn {
        width: 100%;
        margin: 2% 0%;
    }

    #form .keyword {
        width: 80%;
    }

    /***PAGES***/
    /*HOMEPAGE*/
    h5.imgtxt {
        font-size: 14px;
    }

    a.promo {
        font-size: 14px;
        padding: 2px 10px;
        margin: 1% 0;
    }

    .landingCategoryBox {
        width: 100%;
        height: 150px;
        margin: .5% 0;
    }

    .categoryBox-Text {
        font-size: 28px;
    }

    .categoryBox-Text {
        top: 70%;
    }

    .landingCategoryBox img {
        margin-top: -100px;
    }

    /*INVENTORY*/
    .hosted-content #wide_col {
        float: none !important;
    }
}

@media screen and (max-width: 400px) {
    .logo {
        width: 175px;
    }
	
	.sitetitle.hero {
		font-size: 45px; 
	}

    /*PARTS SEARCH*/
    #form .keyword {
        width: 65%;
    }
}