/* font-family: 'Montserrat', sans-serif; font-family: 'Share', cursive; */
/***** 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;
}

html,
body {
    overflow-x: hidden;
}

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;
}


.bottomline1
 {
    border-bottom: 2px solid white;
    width: fit-content;
    padding-bottom: 10px;
    display: block !important;
}




/*-------- COLORS --------*/
:root {
    /* All text that appears outside of the colored boxes, background for the colored boxes */
    --neutral1: #FFFFFF;
    /* Insurance/Financing buttons */
    --secondary1: #DBCDC6;
    /* Some titles, some buttons */
    --primary: #C3262D;
    /* Background color for hover states, text color for hover states */
    --secondary2: #707070;
    /* Background color, all text appearing within the colored boxes */
    --neutral2: #1D1D1D;
}

/***** END RESET *****/
::-moz-selection {
    background: var(--neutral2);
    color: var(--neutral1);
    text-shadow: none;
}

::selection {
    background: var(--neutral2);
    color: var(--neutral1);
    text-shadow: none;
}

/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 100%;
    bottom: 0;
    background: transparent;
    z-index: 9999999;
    right: 0;
    /* padding: 10vw; */
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999;
    background: white;
    /* padding: 50vw; */
    width: 100%;
}

.loaded #loader {
    -webkit-transform: translateX(100%);
    translate: 100% -300%;
    -webkit-transition: .8s cubic-bezier(.075, .82, .165, 1);
    transition: 10s cubic-bezier(.075, .82, .165, 1);
    transition-delay: .4s
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    translate: 200% -300%;
    -webkit-transition: .6s cubic-bezier(.075, .82, .165, 1);
    transition: 7s cubic-bezier(.075, .82, .165, 1);
    transition-delay: .8s;
}

a.speciallink:not([class*="panel-heading"]):not([class*="panel-heading"] *):not(.linkException):not(.linkException *) {
    background-image: linear-gradient(120deg, #916300 0%, #916300 100%);
    background-repeat: no-repeat;
    background-size: 100% 0.2em;
    background-position: 0 116%;
    transition: background-size 0.25s ease-in;
    /* color: #916300; */
    transition: 0.25s ease-out;
    padding: 8px 10px 0;
    padding: max(4px, 0.41667vw) max(5px, 0.52083vw) 0;
    font-family: 'Share', cursive;
    text-transform: uppercase;
    font-size: 27px;
    font-size: max(15px, 1.40625vw);
}

.bottomlinks a.speciallink:not([class*="panel-heading"]):not([class*="panel-heading"] *):not(.linkException):not(.linkException *) {
    background-image: linear-gradient(120deg, #ffffff 0%, #ffffff 100%);
}

a.speciallink:hover:not([class*="panel-heading"]):not([class*="panel-heading"] *):not(.linkException):not(.linkException *) {
    background-size: 100% 88%;
    color: white;
}

.bottomlinks a.speciallink:hover:not([class*="panel-heading"]):not([class*="panel-heading"] *):not(.linkException):not(.linkException *) {
    color: #1b179c !important;
}

nav.primary a:not([class*="panel-heading"]):not([class*="panel-heading"] *):not(.linkException):not(.linkException *) {
    background-image: linear-gradient(120deg, #cbc281 0%, #cbc281 100%);
    background-repeat: no-repeat;
    background-size: 100% 0.2em;
    background-position: 0 116%;
    transition: background-size 0.25s ease-in;
    /* color: #916300; */
    transition: 0.25s ease-out;
    padding: 12px 50px 0;
    padding: max(7px, 0.625vw) 1.65vw 0;
}

nav.primary ul ul li a {
    padding: 1.20417vw 2.60417vw !important;
    /* line-height: unset !important; */
}

nav.primary ul ul li a:hover {
    /* line-height: unset !important; */
    background-size: 100% 100% !important;
}

nav.primary a:hover:not([class*="panel-heading"]):not([class*="panel-heading"] *):not(.linkException):not(.linkException *) {
    background-size: 100% 88%;
    color: black;
}

/*-------- HEADER STYLES --------*/
/*for demo purposes only*/
.clear {
    clear: both;
}

/***** Start of primary nav ******/
#menu-button {
    display: none;
}

nav.mobile {
    display: none;
}

nav.primary {
    padding: 0;
    display: inline-block;
    margin: 0;
    width: 79%;
    position: relative;
}

nav.primary ul {
    margin: 0;
    padding: 0;
}

nav.primary ul li {
    display: inline-block;
    margin: 0;
    list-style-type: none;
    width: auto;
}

nav.primary ul li a {
    color: #fff;
    font-size: 14px;
    font-size: max(8px, 0.72917vw);
    line-height: 60px;
    line-height: max(33px, 3.125vw);
    text-decoration: none;
    display: block;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: .4s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    font-weight: 500;
    padding: 0 12px;
    padding: 0 max(7px, 0.625vw);
}

nav.primary ul li a:hover {
    /* background: #000; */
    color: #CB1C1C;
}

/* Appearance of the sub-level links */
nav.primary ul li li a {
    font-size: 16px;
    font-size: max(9px, 0.83333vw);
    line-height: 16px;
    line-height: max(9px, 0.83333vw);
    padding: 10px;
    padding: max(5px, 0.52083vw);
    color: #fff;
    background: #181818;
    text-align: left;
    border-right: none;
    border-left: none;
    border-bottom: #303030 solid 1px;
}

/* Appearance of the sub-level links on hover */
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
    display: none !important;
    position: absolute;
    flex-direction: column;
}

nav.primary ul li:hover ul {
    display: flex !important;
}

nav.primary ul ul ul {
    position: absolute;
    left: 100%;
    top: 0;
}

nav.primary ul li:hover>ul {
    display: block;
    line-height: 18px;
    line-height: max(10px, 0.9375vw);
    z-index: 100;
}

nav.primary ul ul li {
    float: none;
    width: 270px;
    width: max(221px, 21.0625vw);
    position: relative;
    margin: 0;
    display: block;
}

@media screen and (max-width: 1730px) {
    nav.primary ul li a {
        padding: 0 7px;
    }
}

@media screen and (max-width: 1575px) {
    nav.primary ul li a {
        font-size: 12px;
    }
}

@media screen and (max-width: 1400px) {
    nav.primary {
        width: 82%;
    }
}

/******** End of primary Nav ***************/
@media screen and (max-width: 900px) {

    /*============================== Mobile Nav Styles ================================*/
    nav.primary {
        display: none !important;
    }

    #menu-button {
        width: 74%;
        display: inline-block;
        font-size: 24px;
        position: relative;
        line-height: 60px;
        z-index: 400;
        /* needs to be lower than nav.mobile, adjust as needed */
        /* background: #000; */
        text-align: right;
        padding-right: 10px;
    }

    #menu-button a {
        color: #fff;
        text-decoration: none;
        padding: 0 0 0 .8em;
        font-weight: normal;
    }

    nav.mobile {
        display: block;
        position: fixed;
        top: 0;
        left: -250px;
        width: 250px;
        height: 100%;
        background: #333;
        z-index: 500;
        /* needs to be higher than #menu-button, adjust as needed */
        overflow: auto;
    }

    /* MENU HEADER SOCIAL MEDIA */
    nav.mobile .social-media {
        position: relative;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        word-spacing: 13px;
        padding: 0 0 0 15px;
        color: #ccc !important;
    }

    nav.mobile .social-media a:link,
    nav.mobile .social-media a:visited {
        color: #ccc;
        text-decoration: none;
    }

    nav.mobile .social-media a:hover,
    nav.mobile .social-media a:active {
        color: #fff;
        text-decoration: underline;
    }

    /* MENU HEADER STYLES */
    nav.mobile .mobile_top {
        position: relative;
        display: block;
        padding: 0;
        margin: 50px 0 10px 0;
        color: #999;
        font-size: 18px;
        font-weight: 400;
    }

    /* MENU CLOSE 'X' BUTTON */
    nav.mobile .menu-toggle {
        position: absolute;
        padding: 3px 8px 3px;
        font-family: Arial, sans-serif;
        font-size: 24px;
        font-weight: bold;
        line-height: 1;
        background: #222;
        color: #999;
        text-decoration: none;
        top: -38px;
        right: 13px;
    }

    nav.mobile .menu-toggle:hover {
        /* Menu close button on hoveer */
        color: #fff;
    }

    /* MENU LIST STYLE */
    nav.mobile ul {
        list-style: none;
        font-weight: 300;
        margin: 0;
        padding: 0;
    }

    nav.mobile ul li {
        /* border-top: 1px solid #454545; */
        /* border-bottom: 1px solid #151515; */
        position: relative;
    }

    /* FIRST LEVEL */
    nav.mobile ul li a {
        position: relative;
        display: block;
        font-size: 15px;
        padding: 10px;
        color: #999;
        text-decoration: none;
        border-left: 4px #333 solid;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
        text-align: left;
    }

    nav.mobile ul li a:hover {
        background: rgba(45, 45, 45, 0.5);
        color: #fff;
        border-left: 4px #cbc281 solid;
        /* border highlight - Change to fit match site colors */
    }

    /* SECOND LEVEL */
    nav.mobile ul li li:last-child {
        border: none;
    }

    nav.mobile ul li li a {
        background: #444;
        position: relative;
        display: block;
        padding: 10px 10px 10px 15px;
        border-left: 4px #444 solid;
        color: #ccc;
        text-decoration: none;
    }

    nav.mobile ul li li a:hover {
        background: rgba(65, 65, 65, 0.5);
    }

    /* THIRD LEVEL */
    nav.mobile ul li li li:last-child {
        border: none;
    }

    nav.mobile ul li li li a {
        background: #555;
        position: relative;
        display: block;
        padding: 10px 10px 10px 25px;
        color: #ccc;
        text-decoration: none;
        border-left: 4px #555 solid;
    }

    nav.mobile ul li li li a:hover {
        background: rgba(85, 85, 85, 0.5);
    }

    nav.mobile ul li .click {
        /* dropdown menu idicator arrow be sure to include this image with your image files */
        position: absolute;
        display: block;
        cursor: pointer;
        z-index: 12399994;
        top: 0;
        right: 0;
        width: auto;
        height: auto;
        padding: 12px 20px;
        color: #fff;
    }

    .nav-footer {
        color: #1B1B1B;
        position: relative;
        text-align: center;
        font-size: 14px;
        line-height: 16px;
        padding: 15px 0;
    }

    /* FONT AWESOME ICONS */
    nav.mobile ul li a .fa {
        width: 25px;
        font-weight: 100;
        padding: 8px 3px;
        margin: 0 6px 0 0;
        text-align: center;
        background: #292929;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    }

    nav.mobile ul li .fa-chevron-down {
        color: #999;
    }

}

@media screen and (max-width: 900px) {
    #menu-button {
        width: 34% !important;
        line-height: 0;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}

@media screen and (max-width:450px) {
    #menu-button {
        width: 100%;
    }
}

/*-------- BODY STYLES --------*/
body * {
    font-family: 'Montserrat', sans-serif;
}

.centerstuff {
    display: FLEX;
    justify-content: center;
    /* padding-bottom: 210px; */
    /* padding-bottom: max(110px,10.5vw); */
}

.hero .centerstuff {
    padding-bottom: 210px;
    padding-bottom: max(110px, 10.5vw);
}

.notInventory h1:not(.container.cf *):not(#main-content *) {
    font-family: 'Share', cursive;
    font-weight: normal;
    font-size: 100px;
    font-size: max(55px, 5.20833vw);
    text-transform: uppercase;
    position: relative;
    left: -138px;
    left: min(-75px, -7.1875vw);
}

.notInventory h5 {
    text-transform: uppercase;
    font-family: 'Share', cursive;
    font-weight: normal;
    font-size: 27px;
    font-size: max(17px, 1.40625vw);
}

.notInventory h1,
.notInventory h2,
.notInventory h3,
.notInventory h4,
.notInventory h5,
.notInventory h6 {
    font-family: 'Share', cursive;
}

a:link,
a:visited,
a:active {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.hero {
    background: linear-gradient(180deg, #1b1b1b 0%, #1b1b1b 60%, #2a2a2a 60%);
}

.hero header {
    display: flex;
    padding: 70px 150px 40px;
    padding: max(38px, 3.64583vw) 7.8125vw max(22px, 2.08333vw);
}

.hero header img {
    width: 320px;
    width: max(161px, 16.66667vw);
}

.hero .primary {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    z-index: 2;
    position: relative;
}

.hero .primary ul {
    display: flex;
    align-items: center;
}

.hero .primary li {
    /* padding: 0 50px; */
}

.hero .primary a {
    font-family: 'Share', cursive;
    font-weight: normal;
    font-size: 25px;
    font-size: max(14px, 1.30208vw);
    color: #cdc284;
}

.hero .bottomportion {
    position: relative;
}

.hero .heroimg {
    width: 1625px;
    width: max(889px, 84.63542vw);
    width: max(1200px, 84.63542vw);
    opacity: 0.7;
}

.hero .introbox {
    position: absolute;
    background: rgb(10 14 207 / 70%);
    bottom: 0;
    right: 0;
    padding: 170px 480px 80px 0;
    padding: max(93px, 8.85417vw) 25vw max(44px, 4.16667vw) 0;
}

.whitetext * {
    color: white !important;
}

.hero hr {
    border-color: white;
    width: 520px;
    width: max(284px, 27.08333vw);
    margin-left: -130px;
    margin-left: min(-71px, -6.77083vw);
    margin-top: 0;
    margin-bottom: 0;
    background: white;
}

.hero .pandlinks {
    margin-top: 25px;
    margin-top: max(14px, 1.30208vw);
    padding-left: 195px;
    padding-left: max(107px, 10.15625vw);
}

.hero p {
    width: 820px;
    width: max(448px, 42.70833vw);
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 26px;
    font-size: max(14px, 1.35417vw);
    line-height: 45px;
    line-height: max(25px, 2.34375vw);
    text-align: left;
}

.hero .bottomlinks {
    padding-top: 30px;
    padding-top: max(16px, 1.5625vw);
}

.surroundheadline {
    padding: 50px;
    padding: 2.60417vw;
    background: linear-gradient(180deg, rgb(240 240 240) 0%, rgba(240, 240, 240, 1) 60%, rgba(255, 255, 255, 1) 60%);
}

.contactpage .surroundheadline {
    padding: 2.60417vw 2.60417vw 0;
    background: #f0f0f0;
}

.surroundheadline .headline {
    background: white;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 100px 140px 80px 60px;
    padding: 5.20833vw 7.29167vw 4.16667vw max(33px, 3.125vw);
}

.contactpage .surroundheadline .headline {
    align-items: flex-start;
    padding-bottom: 0;
    background: none;
    padding: 140px 110px 0 140px;
    padding: max(131px, 12.5vw) max(60px, 5.7292vw) 0 max(77px, 7.2917vw);
}

.invpage .surroundheadline .headline {
    display: block;
}

.surroundheadline .lefttruck {
    opacity: 0;
}

.lefttruck.map {
    width: 680px;
    height: 880px;
    width: max(372px, 35.4167vw);
    height: max(481px, 45.8333vw);
}

.lefttruck.map iframe {
    width: 100%;
    height: 100%;
}

.surroundheadline img:not(.container.cf *):not(#main-content *) {
    width: 675px;
    width: max(270px, 35.15625vw);
}

.surroundheadline .rightstuff {
    background: #F0F0F0;
    padding: 100px 100px 60px 0;
    padding: max(55px, 5.20833vw) max(55px, 5.20833vw) max(33px, 3.125vw) 0;
    position: relative;
}

.contactpage .surroundheadline .rightstuff {
    background: white;
    box-sizing: border-box;
}

.surroundheadline h2:not(.container.cf *):not(#main-content *) {
    font-family: 'Share', cursive;
    font-weight: normal;
    font-size: 82px;
    font-size: max(45px, 4.27083vw);
    text-align: left;
    color: #1b1b1b;
    text-transform: uppercase;
    margin-left: -100px;
    margin-left: min(-55px, -5.20833vw);
}

.surroundheadline p:not(.container.cf *):not(#main-content *),
.surroundheadline ul:not(.container.cf *):not(#main-content *) {
    width: 366px;
    width: max(200px, 19.0625vw);
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 26px;
    font-size: max(14px, 1.35417vw);
    line-height: 45px;
    line-height: max(25px, 2.34375vw);
    text-align: left;
    color: #0a0ecf;
    margin-left: -15px;
    margin-left: min(-8px, -0.78125vw);
    padding-bottom: 25px;
    padding-bottom: max(14px, 1.30208vw);
}

.surroundheadline ul a:not(.container.cf *):not(#main-content *) {
    color: #1b1b1b;
}

.surroundheadline p:not(.container.cf *):not(#main-content *) a {
    color: #0a0ecf !important;
}

.surroundheadline .bottombuttons {
    position: relative;
    position: absolute;
    bottom: 0;
    right: 0;
}

.coloredlinks a {
    padding: 20px 35px 15px;
    padding: max(11px, 1.04167vw) max(19px, 1.82292vw) max(8px, 0.78125vw);
    text-transform: uppercase;
    font-family: 'Share', cursive;
    text-decoration: underline;
    font-size: 27px;
    font-size: max(15px, 1.40625vw);
    transition: all 0.5s ease;
}

.coloredlinks a:first-of-type {
    color: white;
    background: #0A0ECF;
}

.coloredlinks a:first-of-type:hover {
    background: #1B1B1B;
}

.coloredlinks a:last-of-type:hover {
    background: #0A0ECF;
}

.coloredlinks a:last-of-type {
    background: #1B1B1B;
    color: white;
}

.surroundtruckbg {
    margin-top: 150px;
    margin-top: max(82px, 7.8125vw);
    background: #F0F0F0;
}

.contactpage .surroundtruckbg {
    margin-top: 0;
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 50%, #f0f0f0 50%);
}

.surroundtruckbg .truckbg {
    position: relative;
    top: -80px;
    top: min(-44px, -4.16667vw);
}

.contactpage .surroundtruckbg .truckbg {
    top: 0;
}

.surroundtruckbg img {
    width: 1625px;
    width: max(890px, 84.73958333333333vw);
}

.surroundtruckbg .bottomstuff {
    display: flex;
    /* position: absolute; */
    margin-top: -340px;
    margin-top: min(-186px, -17.70833vw);
}

.contactpage .bottomstuff {
    margin-top: 0;
}

.surroundtruckbg .leftsec {
    padding: 100px 330px 90px 200px;
    padding: max(55px, 5.20833vw) 17.1875vw max(49px, 4.6875vw) 10.41667vw;
    background: white;
}

.contactpage .surroundtruckbg .leftsec {
    /* padding: 220px 0 130px; */
    padding-top: max(80px, 11.4583vw);
    padding-bottom: max(55px, 6.7708vw);
    padding-right: max(87px, 10.8125vw);
}

.surroundtruckbg h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 20px;
    font-size: max(12px, 1.04167vw);
    /* line-height: 45px; */
    color: #1b1b1b;
    text-transform: uppercase;
}

.surroundtruckbg h3 {
    font-family: 'Share', cursive;
    font-weight: normal;
    font-size: 74px;
    font-size: max(40px, 3.85417vw);
    color: #0a0ecf;
    text-transform: uppercase;
}

.surroundtruckbg hr {
    background: black;
}

.surroundtruckbg p {
    width: 821px;
    width: max(449px, 42.76042vw);
    height: 80px;
    height: max(44px, 4.16667vw);
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 22px;
    font-size: max(13px, 1.14583vw);
    line-height: 45px;
    line-height: max(25px, 2.34375vw);
    color: #0a0ecf;
    padding-top: 45px;
    padding-top: max(25px, 2.34375vw);
}

.surroundtruckbg .rightbuttons {
    display: flex;
    align-items: flex-end;
    position: relative;
    top: -34px;
    top: min(-28px, -2.67083vw);
}

footer .linkscontain {
    display: flex;
    justify-content: flex-end;
}

footer .linksipse {
    display: flex;
    flex-wrap: wrap;
    width: 435px;
    width: max(245px, 23.65625vw);
    padding: 95px 260px 65px 0;
    padding: max(52px, 4.94792vw) max(142px, 13.54167vw) max(36px, 3.38542vw) 0;
}

footer .areacontain {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    margin-bottom: max(16px, 1.5625vw);
    flex: 1;
}

footer .areacontain:last-of-type {
    margin-left: 15px;
}

.areacontain:first-of-type {
    flex: 1;
}

footer .areacontain a,
footer .areacontain p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 18px;
    font-size: max(12px, 0.9375vw);
    /* text-align: left; */
    color: #fbfbfb;
}

footer h5 {
    margin-bottom: 30px;
    margin-bottom: max(16px, 1.5625vw);
}

footer ul {
    display: flex;
    flex-wrap: wrap;
    width: 435px;
    width: max(238px, 22.65625vw);
}

footer li {
    padding: 0 15px 15px !important;
    padding: 0 max(8px, 0.78125vw) max(8px, 0.78125vw) !important;
}

hr {
    /* border: var(--neutral2) 1px solid; */
}

/*-------- FOOTER STYLES ----------------*/
/*.notInventory {*/
footer {
    background: #1B1B1B;
    overflow: hidden;
    box-sizing: content-box;
    margin-top: 0px;
    z-index: 2;
    position: relative;
}

footer img {
    width: 1130px;
    width: max(618px, 58.85417vw);
    opacity: .1;
    bottom: -60px;
    bottom: min(-33px, -3.125vw);
    left: -110px;
    left: min(-60px, -5.72917vw);
    position: relative;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    text-decoration: underline;
    font-size: 13px;
    font-size: max(7px, 0.67708vw);
}

a.footerlink:hover {
    text-decoration: none;
    font-size: 13px;
    font-size: max(7px, 0.67708vw);
}

.footertext {
    font-size: 13px;
    font-size: max(7px, 0.67708vw);
    color: #999999;
}

.smallfootertext {
    font-size: 10px;
    font-size: max(5px, 0.52083vw);
    color: #999999;
}

.divfooter {
    max-width: 450px;
    max-width: max(246px, 23.4375vw);
    text-align: center;
    margin: 0 auto;
}

/*}*/
/*---------- RESPONSIVE STYLES ----------*/
/*.notInventory {*/
@media only screen and (max-width: 1050px) {
    .hero header {
        justify-content: space-between;
    }

    .hero h1 {
        left: 60px !important;
    }

    .hero hr {
        margin-left: 60px;
    }

    .lefttruck.map {
        width: 100%;
    }

    .surroundtruckbg .leftsec {
        padding-left: 6vw;
        padding-right: 8vw;
    }

    .whitetext .linksipse {
        width: 100%;
        padding: max(52px, 4.94792vw) 13.54167vw max(36px, 3.38542vw) 13.54167vw;
        text-align: center;
    }

    footer .areacontain:last-of-type {
        margin-left: 0 !important;
    }

    .whitetext ul {
        justify-content: center;
    }
}

@media only screen and (max-width: 767px) {
    .hero .introbox {
        width: 100%;
        box-sizing: border-box;
        padding: max(93px, 8.85417vw) 10vw max(44px, 4.16667vw) 10vw;
        left: 20px !important;
    }

    .hero h1 {
        left: 0 !important;
    }

    .hero hr {
        margin-left: 0;
    }

    .hero .pandlinks {
        padding-left: 0;
    }

    .contactpage .surroundheadline .headline {
        flex-direction: column;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 30px;
    }

    .surroundheadline .lefttruck:not(.contactpage *) {
        display: none;
    }

    .surroundheadline .rightstuff {
        width: 100%;
    }

    .surroundheadline h2 {
        margin-left: -20px;
    }

    .surroundheadline h2:not(.container.cf *):not(#main-content *) {
        margin-left: -14px;
    }

    .surroundheadline p {
        width: 100%;
    }

    .surroundtruckbg .bottomstuff {
        flex-direction: column-reverse;
        align-items: flex-end;
    }

    .surroundtruckbg .leftsec {
        width: 100%;
        box-sizing: border-box;
        padding-right: 6vw !important;
    }

    .contactpage .surroundtruckbg p {
        width: 100%;
    }

    .surroundtruckbg .rightbuttons {
        top: 0;
    }

    .whitetext .linksipse {
        flex-direction: column;
    }

    .whitetext ul {
        margin: 0 auto;
    }

    .whitetext p {
        width: 100%;
    }
}

/*}*/
/* CONTACT */
.flex-form {
    width: 100%;
    text-align: left;
    margin: 0 auto;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 15px;
}

.flex-form h3 {
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    border-top: 2px solid #eee;
    padding: 20px 0 20px 0;
    margin-top: 40px;
}

.flex-form h4 {
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 40px;
    padding: 10px 0;
    font-size: 16px;
}

.flex-form label {
    font-weight: normal;
}

.flex-form span {
    text-align: left;
    margin: 0;
    font-size: 12px;
}

.flex-form #formpage input,
select {
    margin-top: 5px;
}

.flex-form .flex-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
}

.flex-border {
    border: 2px solid #eee;
    padding: 20px;
}

.flex-input {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 10px 5px 5px 5px;
    text-align: left;
}

.check-container {
    display: inline-block;
    text-align: left;
    margin: 0;
}

.check-container input[type=] {
    display: inline-block;
    width: 20px !important;
}

.parts-request {
    width: 100%;
    padding: 40px 0;
    text-align: left;
    margin-top: 40px;
    border-top: 1px solid #eaeaea;
}

.parts-request h3 {
    text-transform: uppercase;
}

#formpage {
    width: 100%;
    vertical-align: top;
    display: inline-block;
    text-align: left;
}

div#formpage * {
    box-sizing: border-box;
}

#formpage p {
    text-align: left;
}

#formpage h4 {
    margin-top: 30px;
}

.form-half {
    width: 48%;
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
}

.add-part {
    padding: 30px;
    border: 1px solid #f1f1f1;
    margin: 20px 0 0 0
}

.add-part h4 {
    margin: 0 0 10px 10px !important;
}

.formfield {
    width: 100%;
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
    min-width: 175px;
    text-align: left;
}

#formpage input,
select {
    padding: 6px 5px 10px;
    border: 1px solid #f1f1f1;
    font-family: , sans-serif;
    color: #000;
    font-size: 16px;
    margin-top: 5px;
    /* border-radius: 2px; */
    background: #f1f1f1;
}

#formpage input:focus {
    border: 1px solid #eaeaea;
    border-radius: 2px
}

#formpage option {
    color: #333;
    background: #fff;
}

#formpage : :-webkit-input-placeholder {
    color: #767676;
}

#formpage : :-moz-placeholder {
    color: #767676;
}

#formpage :-ms-input-placeholder {
    color: #767676;
}

#formpage :-moz-placeholder {
    color: #767676;
}

#formpage input.submit-button,
#formpage input.submit-button:focus {
    width: 150px;
}

input.submit-button {
    padding: 20px 35px 15px;
    padding: max(11px, 1.04167vw) max(19px, 1.82292vw) max(8px, 0.78125vw) !important;
    text-transform: uppercase;
    font-family: 'Share', cursive;
    text-decoration: underline;
    font-size: 27px;
    font-size: max(15px, 1.40625vw) !important;
    color: white !important;
    background: #0A0ECF !important;
    cursor: pointer;
    transition: all 0.5s ease;
}

#formpage input.submit-button:hover {
    background: #1b1b1b !important;
    /* box-shadow: 1px 1px 2px #848484; */
}

input[type=],
input[type=] {
    -webkit-appearance: none;
}

#formpage textarea {
    padding: 6px 5px;
    border: 1px solid #f1f1f1;
    color: #000;
    font-size: 16px;
    background: #f1f1f1;
    width: 100%;
    height: 85px;
    border-radius: 2px;
    margin-top: 10px;
    resize: vertical;
}

#formpage textarea:focus {
    border: 1px solid #eaeaea;
    border-radius: 2px
}

.CaptchaPanel {
    width: 100%;
}

.CaptchaImagePanel img {
    width: 200px;
}

.CaptchaAnswerPanel {
    width: 250px;
    margin: 0 auto;
}

.CaptchaWhatsThisPanel a {
    color: #333;
}

.submit-button {
    padding: 10px 0px 10px 0px;
    position: relative;
    width: 100%;
    text-align: center;
}

@media screen and (max-width: 1170px) {
    .form-half {
        width: 46%;
    }
}

@media screen and (max-width: 900px) {
    .flex-form .flex-row {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 700px) {
    .form-half {
        width: 98%;
    }
}

@media screen and (max-width: 450px) {
    .add-part {
        padding: 20px;
    }
}

