/* 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: 'Roboto', sans-serif;
}

a {
    text-decoration: none;

}

p {
    padding: 15px 0;
    font-size: 16px;
}

ul {
    padding-left: 30px;
}

/* GLOBAL SITE FRAMEWORK
------------------------------------------------*/
.clear {
    clear: both;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.none {
    display: none;
}

* {
    box-sizing: border-box;
}

a,
button,
.button,
a:hover,
button:hover,
.button:hover,
button.mobile_btn::after,
#myTopnav,
.topnav,
.dropdown,
.dropbtn,
.dropdown-content,
.res-btn:hover,
.res-btn,
.contact-info li:hover,
.contact-info li {
    -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-90 {
    width: 90%;
    margin: 0 auto;
    padding: 1% 0;
}

.wrapper-75 {
    width: 75%;
    margin: 0 auto;
    padding: 1% 0;
}

/* HEADER 
----------------------------------------------*/




header {
    width: 100%;
    margin: 0 auto;
}

.header-info {
    width: 100%;
    margin: 0 auto;
    background: #ec1c24;
}

.header-info * {
    box-sizing: border-box;
}

a.facebook {
    margin-left: 20px;
}

.header-info a,
.header-info a[href^="tel:"] {
    color: #fff !important;
}

a {}

.header-info a:hover {
    color: #DCDCDC;
}

.header-address {
    width: 33%;
    display: inline-block;
    padding-right: 2%;
    text-align: left;
}

.header-phone {
    width: 33%;
    text-align: center;
    display: inline-block;
}

.header-email {
    width: 33%;
    display: inline-block;
    text-align: right;
}

.nav-bar {
    width: 100%;
    margin: 0 auto;
    background-color: #555555;
    background-image: url(../siteart/diamondplate.jpeg);
}

.logo {
    width: 30%;
    margin: 0 auto;
    text-align: left;
    display: inline-block;
    padding-right: 2%;
}

.logo img {
    width: 100%;
}

.navigation-area {
    width: 69.4%;
    margin: 0 auto;
    display: inline-block;
}

.facebook img {
    margin-left: 15px;
    display: inline-block;
}


.jerrdan {
    display: inline-block;
    width: 100%;
}

.xlp1 {
    display: inline-block;
}

.xlp2 {
    display: inline-block;
    /* text-align: right; */
    float: right;
}



.parts-num {
    display: block;
}






/*=======Nav Styles=======*/
.topnav {
    /*overflow: hidden;*/
}

#myTopnav {
    width: 100%;
    text-align: center;
}

.topnav a,
.dropbtn {
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 auto;
    /*font-family: 'Roboto Condensed', sans-serif;*/
}


.topnav {
    display: flex;
}

.topnav .icon {
    display: none;
}

.dropdown {
    /*float: left;*/
    overflow: hidden;
    margin: 0 auto;
    z-index: 100;
}

.thick {
    font-weight: 700 !important;
    /*margin-top: 1.5%;*/
}

.dropdown .dropbtn {
    border: none;
    outline: none;
    margin: 0;
    background: none;
    color: #fff;
    text-align: center;
    /*padding: 12px;*/
    text-decoration: none;
    /*font-size: 20px;*/
    text-transform: uppercase;
}

.dropbtn {
    font-weight: 700;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #eaeaea;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 100;
}

/* Style the links inside the dropdown */
.dropdown-content a {
    /* float: none; */
    color: black;
    padding: 7px 14px;
    text-decoration: none;
    display: block;
    /*text-align: left;*/
}

.topnav a:hover,
.dropdown:hover .dropbtn {
    color: #DCDCDC;
}

.dropdown-content a:hover {
    background-color: #ddd;
    color: black;
}

.dropdown:hover .dropdown-content {
    display: block;
    /*margin-top: 1.15rem;*/
}

.carret-middle {
    /*vertical-align: super;*/
    /*font-size:2rem;*/
}

#weather-box,
#markets-box {
    position: fixed;
    width: 380px;
    right: -380px;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {

    #weather-box,
    #markets-box {
        display: none;
    }

}

#weather-box:hover,
#markets-box:hover {
    right: 0 !important;
}

#weather-box {
    top: 14em;
    z-index: 999;
}

#markets-box {
    top: 17em;
    height: 500px;
    z-index: 999;
}

.weather-icon,
.markets-icon {
    position: absolute;
    top: 0;
    left: -40px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.weather-icon {
    background: #000 url(../siteart/buttons/weather-icon.png) center center;
    background-repeat: no-repeat;
}

.markets-icon {
    background: #000 url(../siteart/buttons/market-icon.png) no-repeat center center;
}

/* HOME PAGE STYLES
-----------------------------------------------*/

/* ===== Hero Slides =====*/
.hero_slider {
    width: 100%;
    margin: 0 auto;
    border-top: 5px solid #ec1c24;
}

.slide {
    width: 100%;
    margin: 0 auto;
}

.slide img {
    width: 100%;
    margin: 0 auto;
}


/* ===== Quick Buttons =====*/
.quick-buttons {
    width: 100%;
    margin: 0 auto;
    border-top: 5px solid #ec1c24;
    border-bottom: 2px solid #ec1c24;
    background: #ec1c24;
    text-align: center;
}

.quick-button {
    width: 33%;
    margin: 0 auto;
    position: relative;
    background: #000;
    display: inline-block;
}

.quick-button-bg {
    /*width: 100%;*/
    margin: 0 auto;
    opacity: 1;
    transition: 1s ease;
    overflow: hidden;
    display: block;
}

.quick-button-bg:before {
    background: #ec1c24;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    opacity: 0.62;
}

.quick-button-text {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 45%;
    z-index: 100;
    transition: 1s ease;
}

.quick-button-text h2 {
    margin: 0 auto;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 1px 2px 1px rgba(0, 0, 0, 1);
    font-size: 2.25rem;
    letter-spacing: .5px;
}

.quick-button-bg img {
    width: 100%;
    margin: 0 auto;
}

.quick-button img {
    width: 100%;
    margin: 0 auto;
    margin-bottom: -3%;
}

.quick-button-bg:hover {
    opacity: 0.5;
    transition: 1s ease;
}

/* ===== Welcome =====*/
.welcome {
    width: 100%;
    background: #fff;
}

.welcome-headline {
    color: #ec1c24;
    font-size: 1.75rem;
    line-height: 2.25rem;
}

.thin {
    font-weight: 300;
}

/* ===== Scroller =====*/
.scrolling-wrap {
    width: 100%;
    height: 90px;
    overflow: hidden;
}

.scrolling {
    width: 100%;
    height: 92px;
}

/* ===== Map =====*/
.map {
    width: 100%;
    margin: 0 auto;
    margin-top: 1%;
    border-top: 5px solid #ec1c24;
    border-bottom: 5px solid #ec1c24;
}

.map iframe {
    width: 100%;
    margin: 0 auto;
}

/* INVENTORY
------------------------------------------------*/
.cf {
    background: #fff;
}

.cfPadding {
    padding: 75px 0;
}

.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: #c41a1c !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-width {
    width: 100%;
    margin: 0 auto;
    height: auto;
    min-height: 400px;
    max-width: 1585px;
}

.inventory-bg {
    background-color: #555555;
    background-image: url(../siteart/backgrounds/office.png);
    padding: 1.5% 0;
}



/* CONTACT PAGE STYLES
-----------------------------------------------*/
.contact {
    width: 100%;
    background: #fff;
}

.contact-left {
    width: 49.4%;
    display: inline-block;
    padding-right: 3%;
    vertical-align: top;
}

.contact-right {
    width: 49.4%;
    display: inline-block;
}

.contact-right iframe {
    width: 100%;
}

.headline h1 {
    color: #ec1c24;
}

.contact-info {
    padding-top: 2.5%;
}

.contact-info ul {
    list-style: none;
}

.contact-info li {
    font-size: 1.25rem;
    color: #000;
    padding-bottom: 2%;
}

.contact-info li:hover {
    color: #a31d21;
}

/* FOOTER
-----------------------------------------------*/
footer {
    width: 100%;
    margin: 0 auto;
    background-color: #555555;
    background-image: url(../siteart/backgrounds/office.png);
    text-align: center;
    color: #C7C7C7;
}

footer a {
    color: #A4A4A4;
}

footer,
footer a {
    font-size: .75rem;
}

.manus {
    /* display: flex; */
    margin: 0 100px;
    text-align: center;
}

.manus img {
    width: 13.020833333333334VW;
    /* filter: drop-shadow(0px 0px 2px rgba(255,255,255,.5)); */
}

.manus a:nth-of-type(2) img {
    filter: drop-shadow(0px 0px 4px rgba(255, 255, 255, 0.8));
}


article {
    width: 100%;
    text-align: left;
}

article img {
    width: 85%;
    margin: 0 auto;
    max-width: 350px;
}

.section-photo {
    border: 1px solid #fff;
    text-align: left;
    padding: 0% 0% 2% 0%;
    color: #000;
}


.partsnumb2 {
    display: none;
}



.line-break {
    display: none;
}





/* MEDIA QUERIES
-----------------------------------------------*/



@media screen and (max-width: 1400px) {

    .line-break {
        display: block;
    }

    .header-phone span {
        display: none;
    }


}



@media screen and (max-width: 1072px) {


    .xlp2 {
        float: none;
    }



}


@media screen and (max-width: 985px) {
    .header-phone {
        width: 32%;
        text-align: center;
        font-size: 14px;
    }

    .manus {
        /* display: flex; */
        margin: 0 10px;
        flex-wrap: wrap;
    }

    .manus img {
        width: 170px;
    }


    .header-address {
        width: 30%;
        text-align: center;
        font-size: 14px;
    }

    .header-email {
        width: 35%;
        text-align: center;
        font-size: 14px;
    }

    .logo {
        width: 100%;
        text-align: center;
        padding-right: 0px;
    }

    .logo img {
        width: 50%;
        margin: 0 auto;
    }

    .logo h1 {
        text-align: center !important;
    }

    .navigation-area {
        width: 100%;
        margin: 0 auto;
        margin-top: 2%;
        text-align: center;
    }

    .navigation-area a {
        text-align: center;
        padding: 0 .75%;
    }

    #myTopnav {
        display: block;
    }
}

@media screen and (max-width: 900px) {
    .wrapper-90 {
        width: 96%;
        padding: 2% 0;
    }

    .quick-button-text {
        top: 402;
    }

    .quick-button-text h2 {
        font-size: 1.75rem;
    }

    .wrapper-75,
    .inventory-width {
        /* width: 90%; */
        padding: 2% 0;
    }


    .quick-button {
        width: 32.4%;
    }

}

@media screen and (max-width: 775px) {

    .header-address,
    .header-email,
    .header-phone {
        width: 100%;
        font-size: 16px;
    }

    .header-phone {
        padding: 1.25% 0;
    }
}

@media screen and (max-width: 675px) {
    .quick-button {
        width: 100%;
    }

    .quick-button-text h2 {
        font-size: 2rem;
    }

    #weather-box,
    #markets-box {
        display: none;
    }
}


@media screen and (max-width: 660px) {

    .topnav a,
    .dropbtn {
        font-size: 1.15rem;
    }

    .navigation-area {
        margin-top: 0%;
    }

    .logo img {
        width: 60%;
    }

    .welcome-headline {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .inventory-width {
        width: 96%;
    }

    .contact-left,
    .contact-right {
        width: 100%;
        padding-right: 0;
    }

    .contact-left {
        padding-bottom: 2%;
        text-align: center;
    }
}

@media screen and (max-width: 525px) {
    .logo img {
        width: 70%;
    }


    .topnav a,
    .dropbtn {
        font-size: .95rem;
    }

    .welcome-headline {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    p {
        font-size: 14px;
    }
}

@media screen and (max-width: 450px) {
    .logo img {
        width: 70%;
        padding-top: 3%;
    }


    .topnav a,
    .dropbtn {
        font-size: .83rem;
    }

    #myTopnav {
        padding-bottom: 2%;
    }

    .welcome-headline {
        font-size: 1.15rem;
        line-height: 1.55rem;
    }

    .wrapper-75 {
        width: 96%;
    }

    .inventory-width {
        width: 100%;
    }
}