﻿/***** 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;
}

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;
}

/*-------- 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;
}


/*-------- BODY STYLES --------*/

/* 
font-family: 'Barlow', sans-serif;
font-family: 'Roboto', sans-serif;
 */

body * {
    font-family: 'Roboto', sans-serif;
}

.hero h1 {
    font-size: 36px !important;
    line-height: 1.25 !important;
    font-weight: 900 !important;
    margin-bottom: 15px;
}
.notInventory h1,
.notInventory h2,
.notInventory h3,
.notInventory h4,
.notInventory h5,
.notInventory h6 {
    font-family: 'Barlow', sans-serif;
    text-transform: uppercase
}

.notInventory h2,.notInventory h1 {
    font-weight: normal;
    font-size: 46px;
    font-size: max(30px, 2.47845vw);
    line-height: 76px;
    line-height: max(49px, 4.09483vw);
    text-align: left;
    font-weight: 600;
}

.notInventory h3 {
    font-weight: normal;
    font-size: 28px;
    font-size: max(18px, 1.50862vw);
    letter-spacing: 0.04em;
    line-height: 66px;
    line-height: max(43px, 3.55603vw);
    text-align: left;
    color: #d3d3d3;
}

.notInventory h5 {
    font-family: 'Barlow', sans-serif;
    font-weight: normal;
    font-size: 32px;
    font-size: max(21px, 1.72414vw);
    letter-spacing: 0.04em;
    line-height: 53px;
    line-height: max(34px, 2.8556vw);
    text-align: left;
    color: #282828;
    font-style: italic;
    font-weight: 500;
}

a:link,
a:visited,
a:active {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}


hr {
    height: 1px;
    border: none;
    background: #444;
    margin: 15px 0;
}

body {
    font-family: 'Arial', san-serif;
    margin: 0;
}

html,
body {
    overflow-x: hidden;
}

/*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: 100%;
    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 {
    text-decoration: none;
    display: block;
    margin: 0;
    font-family: 'Barlow', sans-serif;
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 0.04em;
    line-height: 3;
    text-align: center;
    color: #fff;
    padding: 0 20px;
    padding: 0 max(10px, 1.07759vw);
    text-transform: uppercase;
}

nav.primary ul li a:hover {
    background: #000;
    color: #CB1C1C;
}

/* Appearance of the sub-level links */
nav.primary ul li li a {
    font-size: max(14px, 1.14698vw);
    line-height: 16px;
    padding: max(9px, 0.77759vw);
    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 */
nav.primary ul li li a:hover {}

/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
    display: none;
    position: absolute;
}

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(12px, 0.96983vw);
    z-index: 100;
}

nav.primary ul ul li {
    float: none;
    width: 270px;
    width: max(235px, 19.54741vw);
    position: relative;
    margin: 0;
    display: block;
}


/******** End of primary Nav ***************/

@media screen and (max-width: 990px) {

    /*==============================
	Mobile Nav Styles			
================================*/
    nav.primary {
        display: none;
    }

    #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 #CB1C1C 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: 11px 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;
    }

    /* SLIDE DOWN NAV STYLES */
    /*#menu-button{display:inline-block;position:relative;line-height:60px;z-index:400;line-height:1;text-align:right;font-family:interstate,sans-serif;font-size:16px;letter-spacing:0.03em;line-height:32px;text-align:left;color:#413f40;text-transform:uppercase;font-weight:bold;}#menu-button a{color:#000;text-decoration:none;}nav.mobile{display:block;position:fixed;top:0;top:-100%;width:100%;height:100%;background:#eaeaea;z-index:99999;overflow:auto;}.flexSurround{display:flex;align-items:center;justify-content:center;flex-direction:column;height:90vh;overflow:hidden;}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;}nav.mobile .mobile_top{position:relative;display:block;padding:0;margin:50px 0 10px 0;color:#999;font-size:18px;font-weight:400;top:0;right:0;width:100%;}nav.mobile .menu-toggle{position:absolute;padding:3px 8px 3px;font-family:Arial,sans-serif;font-size:44px;font-weight:100;line-height:1;color:var(--neutral2);text-decoration:none;bottom:0px;right:13px;}nav.mobile .menu-toggle:hover{color:var(--secondary2);}nav.mobile ul{list-style:none;font-weight:300;margin:0;padding:0;width:100%;}nav.mobile ul *{transition:all 0.1s ease-out;}nav.mobile ul li{position:relative;}nav.mobile ul li a{position:relative;display:block;font-size:16px;padding:16px;color:var(--neutral2);font-family:interstate,sans-serif;text-decoration:none;text-align:center;text-transform:uppercase;}nav.mobile ul li a:hover{background:rgba(45,45,45,0.5);color:#f9f9f9;}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);}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{position:absolute;display:block;cursor:pointer;z-index:12399994;top:0;right:0;width:auto;height:auto;padding:17px 20px;color:#fff;}.nav-footer{color:#1B1B1B;position:relative;text-align:center;font-size:14px;line-height:16px;padding:15px 0;}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:450px) {
    #menu-button {
        width: 100%;
    }
}


header .logo img {
    width: 220px !important;
    max-width: 100%;
}

header {}

header .topstuff {
    display: flex;
    justify-content: space-between;
}

header .logo {
    border-right: 1px #ddd solid;
    padding: 0 15px 0px 15px;
    padding: 0 max(10px, 0.80819vw) 0px max(10px, 0.80819vw);
	align-items: center;
	display: flex;
}

header img {}

.mobile-bar {
	display:none;
}
header .tbuttons {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    margin-bottom: max(19px, 1.61638vw);
    padding-right: 35px;
    padding-right: max(23px, 1.88578vw);
	flex-direction: column;
    gap: 10px;
}

header .mbuttons {
    margin-right: 30px;
    margin-right: max(19px, 1.61638vw);
}

header .mbuttons a {
    color: #181818;
    padding: 12px 22px;
    padding: max(8px, 0.64655vw) max(14px, 1.18534vw);
    border: 1px solid #282828;
    margin: 0 10px;
    margin: 0 max(6px, 0.53879vw);
}

header .mbuttons a i {
    font-size: 20px;
    font-size: max(13px, 1.07759vw);
}

header .mbuttons a span {
    font-family: 'Barlow', sans-serif;
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 0.04em;
    line-height: 17.93px;
    line-height: max(12px, 0.96606vw);
    padding-left: 15px;
    padding-left: max(10px, 0.80819vw);
}

.b-row {
    flex: 1;
    display: inherit;

}
.t-row {
    flex: 1;
    text-align: right;
}

.t-row.flex-logos {
    display: flex;
    align-items: center;
    justify-content: flex-end;
	box-sizing: border-box;
    gap: 15px;
    padding: 10px 0;
	width: 100%;
}

.ieda-member {
}

.ieda-member img {
      max-width: 100%;
    width: 125px;
}
.contagepg .ssmall {
    flex-basis: 100% !important;
    padding: 75px;
    box-sizing: border-box;
}

header .mbuttons a .fa-solid {}

header .mbuttons a .fa-solidheader .mbuttons a .fa-solid {}

header .mbuttons a .fa-solidheader span {}

header .sbuttons {}

header .sbuttons a {
    font-size: 24px;
    font-size: max(16px, 1.2931vw);
    padding: 0 3px;
    padding: 0 max(2px, 0.16164vw);
    color: #88171A;
}

header .sbuttons a .fa-brands {}

header .sbuttons a .fa-brandsheader .sbuttons a .fa-brands {}

header .sbuttons a .fa-brandsheader .navstuff {}

header .headerleft {}

.navstuff {
    background: #000;
    padding: 0 55px;
    padding: 0 max(36px, 2.96336vw);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .primary {}

header .primary ul {}

header .primary li {}

header .primary a {}

header #menu-button {}

header #menu-button .menu-toggle {}

header .mobile {}

header .mobile ul {}

header .mobile li {}

header .mobile a {}

header .mobile_top {}

header .mobile_top .menu-toggle {}

header .headerright {
    display: flex;
    flex-direction: row;
    align-items: center;
}

header .headerright a {
    color: white;
    font-size: 25px;
    font-size: max(16px, 1.34698vw);
    margin-left: 15px;
}
a.searchicon {
    line-height: 3;
    padding: 0 10px;
    box-sizing: border-box;
	cursor: pointer;
}

.headerright form {
  opacity: 0;
  transform: translateY(-6px);
  pointer-events: none;
  transition: opacity 220ms ease, transform 220ms ease;
}

.headerright form.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}


header .headerright form {}

header .headerright .fa-solid {}

header .headerright .fa-solidheader form {}

header input {
    padding: 10px 10px;
    padding: max(6px, 0.53879vw) max(6px, 0.53879vw);
    font-family: 'Barlow', sans-serif;
    width: 260px;
    width: max(168px, 14.00862vw);
    font-size: 16px;
    font-size: max(10px, 0.86207vw);
}

header input::placeholder {
    text-transform: uppercase;
    font-size: 16px;
    font-size: max(10px, 0.86207vw);
}


/*----HERO----*/
    .swiper {
    width: 100%;
    height: 100%;
}

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #444;
      display: flex;
      justify-content: center;
      align-items: center;
		min-height: 500px;
		height: 65vh !important;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
		object-position: center center !important;
    }

.swiper-button-next, .swiper-button-prev {color:#fff !important;}
.swiper-txt {
    position: absolute;
    z-index: 9;
    margin: 0 auto;
    color: #fff;
    text-align: center !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.0) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-inner {text-align: center;max-width: 1300px;width: 90%;margin: 0 auto;}
.hero-inner h1 {
    font-size: 54px;
    font-weight: 900;text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    line-height: 1;
    margin-bottom: 10px;text-align: center !important;
}

.hero-inner p {
    font-size: 20px;text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    line-height: 1.5;
    font-family: 'Barlow', sans-serif;
}

.secstuff {}

.secstuff .ssmall {}

.secstuff .sTop {}

.bottomsecstuff.secstuff .maintop {
    background: #202020;
    color: white;
}

.vid-bg {overflow: hidden;}
.vid-bg video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}

.third-half {overflow: hidden;position: relative;flex-basis: 33%;width:33%;}
.full-size {padding: 100px 50px;box-sizing: border-box;flex:1 !important;}

.dark-bg {background: #202020;}

.pad-xl {padding-top: 45px;padding-bottom: 45px;}

.hero-img {
	background: url("../siteart/XCMG_Excavator.jpg") no-repeat;
	background-size: cover;
	background-position: center;
	height: auto !important;
}

.side-img {
	background: url("../siteart/XCMG_Wheel-Loader.jpg") no-repeat;
	background-size: cover;
	background-position: center;
	height: auto !important;
}

.about-img {
	background: url("../siteart/hero/slide.webp") no-repeat;
	background-size: cover;
	background-position: center;
	height: auto !important;
	
}

.parts-img {
	background: url("../siteart/parts-bg.webp") no-repeat;
	background-size: cover;
	background-position: center;
	height: auto !important;
	
}
.team-img {
	background: url("../siteart/hero/slide3.webp") no-repeat;
	background-size: cover;
	background-position: center;
	height: auto !important;	
}


.secstuff.category-btns {display: block;}
.secstuff .buttonrow {
       display: grid;
    justify-content: space-between;
    border-top: 1px #C2C2C2 solid;
    grid-template-columns: repeat(3, 1fr);
}

.secstuff .quickbutton {
    padding: 20px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
	justify-content: center;
    text-transform: uppercase;
	transition:.3s all;
}
a.quickbutton:hover {
    background: #dedede;
	color:#88171A
}

a.quickbutton:hover img {opacity: .75;}
a.quickbutton:hover h6 {
	color:#88171A;font-weight: 500;letter-spacing: 1px;
}
a.quickbutton h6 {transition:.3s all;}
.secstuff .quickbutton:nth-of-type(2),
.secstuff .quickbutton:nth-of-type(5) {
    border-right: 1px #C2C2C2 solid;
    border-left: 1px #C2C2C2 solid;
}


.secstuff .quickbutton:nth-of-type(4),
.secstuff .quickbutton:nth-of-type(5),
.secstuff .quickbutton:nth-of-type(6) {
    border-top: 1px #C2C2C2 solid;
}

.secstuff .quickbutton img {
       max-width: 100%;
    width: 100px;opacity:.25;transition:.3s all;
}


.secstuff br {}

.secstuff h6 {
    font-size: 18px;
    color: #4F4F4F;
    font-weight: 400;
}

.secstuff .sbig {}

.secstuff .sbig img {
    width: 120%;
}

.secstuff {
    display: flex;
}

.secstuff.bottomsecstuff {
}

.secstuff .ssmall {
    flex-basis: 50%;
    /* display: inline-block; */
    overflow: hidden;
}

/*
.secstuff video {
    width: 140%;
}
*/

.secstuff source {}

.secstuff .sbig {flex: 1;
   
}

.secstuff.bottomsecstuff .sbig {padding: 50px;
    box-sizing: border-box;
    flex-basis: 50% !important;
}

.secstuff .sTop {}
.hero.secstuff .maintop {padding: 50px !important;box-sizing: border-box;}
.secstuff .maintop, .page-wrap {}

.contagepg .ssmall {
    width: 100%;
}

.maintop {}

.secstuff h2 {
    color: #fff;
}

.secstuff h4 {}

.secstuff p {
   font-size:16px;line-height: 1.75;margin-bottom: 15px;
}

.secstuff p a {
    color: white;
}

.mainpbuttons {display:flex;gap:10px;justify-content: center;}

.secstuff .mainpbuttons a,.black-btn,.red-outline {
    padding: 15px 30px;
    font-family: 'Barlow', sans-serif;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 1.5;
    text-align: center;
	display: inline-block;
    text-transform: uppercase;
	transition:.3s all;
}


.red-btn {
	padding: 15px 30px;
    font-family: 'Barlow', sans-serif;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 1.5;
    text-align: center;
	display: inline-block;
    text-transform: uppercase;
	transition:.3s all;background: #88171A;color:#fff;border-color:#88171A;
}

.bottomsecstuff.secstuff .maintop .mainpbuttons a {
    margin-left: 0;
    background: #88171A;
}
.bottomsecstuff.secstuff .maintop .mainpbuttons a:hover,.red-btn:hover{background:#520e10;border-color:#520e10;color:#fff !important;}
.secstuff .mainpbuttons a:last-of-type:hover,.red-outline:hover{background:#88171A;border-color:#88171A;color:#fff !important;}

.secstuff .mainpbuttons a:last-of-type,.red-outline {
    color: #88171a;
    border: 1px solid #88171A;
    margin-left: 20px;
    margin-left: max(13px, 1.07759vw);
}

.secstuff .mainpbuttons a:first-of-type,.black-btn {
    color: #fff;
    background: #282828;
}

.secstuff .mainpbuttons a:first-of-type:hover,.black-btn:hover{background:#000;}


/*----PARTS---*/
.parts-wrap h2 {
    font-size: 24px;
}

.parts-mgmt {
    display: block;
    padding: 20px;
	box-sizing: border-box;
    background: #444;
    border: 1px solid #333;
}

.parts-mgmt h3 {
    font-size: 18px;
    line-height: 2;
    margin: 0;
    font-weight: 900;
}

.parts-mgmt {
    display: inline-block;
    padding: 20px;
    box-sizing: border-box;
    background: #444;
    border: 1px solid #333;
    max-width: 350px;
    width: 100%;
}

.parts-mgmt a i {color:#fff;opacity:.75;}
/*
.brands {
    display: flex;
    justify-content: space-between;
    margin-top: -15px;
    margin-top: min(-10px, -0.80819vw);
}

.brands .brand {
    width: 380px;
    width: max(246px, 20.47414vw);
    background: wheat;
}

.brands a {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
	transition: .4s all;   
}

.brands a:hover  {
	content: none;
}

.brands a:before {
    position: absolute;
    content: '';
    background: black;
    height: 100%;
    width: 100%;
    opacity: .5;
}

.brands .toplogo {
    height: 95px;
    height: max(61px, 5.11853vw);
    object-fit: scale-down;
    position: absolute;
}


.brands .bg {
    /* position: relative; 
}
*/
.contactsec {
    display: flex;
    justify-content: center;
    max-width: 1400px;
    margin: 0 auto;
    padding: 50px 0;
    justify-content: space-between;
    gap: 40px;
	width: 90%;
}

.contactsec .indsec a .fa-solid {
    font-size: 22px;
    color: #88171A;
    width: 31px;
    width: max(20px, 1.67026vw);
}


.contactsec .indsec {
    border: .25px solid #dedede;
    padding: 30px;
    box-sizing: border-box;
    width: 33%;
    flex:1;
}

.contactsec h2 {
	font-family: 'Barlow', sans-serif;
    font-weight: normal;
    font-size: 32px;
    letter-spacing: 0.04em;
    line-height: 1.5;
    text-align: left;
    color: #282828;
    font-style: italic;
    font-weight: 500;
}

.indsec.middlestuff ul li {
    display: flex;
    justify-content: space-between;
}

.indsec.middlestuff ul li p {
    font-size: 16px;
    letter-spacing: inherit;
    line-height: 1;
    color: #282828;
}

.contactsec .indsec.contactsec .indsec h5 {}

.contactsec .indsec ul {
    padding-top: 7px;
    padding-top: max(5px, 0.37716vw);
}

.contactsec .indsec li {
    padding: 12px 0;
    padding: max(8px, 0.64655vw) 0;
}

.contactsec .indsec a {
    display: flex;
}

.contactsec .indsec a .fa-brands {
    font-size: 26px;
    font-size: max(17px, 1.40086vw);
    color: #88171A;
}

.contactsec .indsec a .fa-brands.contactsec .indsec a .fa-brands {}

.contactsec .indsec a .fa-brands.contactsec .indsec a p {}

.contactsec .indsec .rightcontact {}

.contactsec .indsec .rightcontact p {
    padding-left: 25px;
    padding-left: max(16px, 1.34698vw);
    font-size: 16px;
    color: #282828;
}

.home-img .ssmall {
	width: 45%;
    overflow: hidden;
    position: relative;
}

.home-img .ssmall img {height: auto !important;max-width: 100%;position: absolute;bottom: 0;top: 0;left: 0;right: 0;}

.rental-hero {background: url("../siteart/hero/slide5.webp") no-repeat;background-size: cover;background-position: center center;background-attachment: fixed;transition: .5s all;height: 25vh;min-height: 250px;}

.xcmg-hero {background: url("../siteart/brands/XCMG_Machine-Arm.jpg") no-repeat;background-size: cover;background-position: center center;background-attachment: fixed;transition: .5s all;height: 25vh;min-height: 250px;}

/** RENTAL PAGE */
.flex-container {display: flex;}

.flex-container.flex-rentals {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 40px;
	margin-top: 60px;
}


.rental {
	flex-grow: 1;
    flex-basis: 28%;
    text-align: center !important;
	
}
.rental img {
	max-width: 100%;
	width: 220px;
}

.rental-pg h2 {
	font-size: 20px !important;
	text-align: center !important;
	line-height: 55px !important;
}

.text-wrap {
	width: 80%;
		margin: 0 auto;
}

.xcmg-ad img {max-width: 100%; width: 100%;}
.desktop-img {display: block;}
.mobile-img {display: none;}
/*---Team----*/

.grid-container {display: grid}
.grid-team {grid-template-columns: repeat(3, 1fr);gap: 30px;}
.staff-member {text-align: center;box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;padding: 10px;box-sizing: border-box;background:#f8f8f8;}
.staff-member img {height: 100%;width: 100%;object-fit: cover; box-sizing: border-box;object-position: top;}
.staff-img { height: 400px;}
.team-pg h2 {font-size: 28px;font-style: italic;line-height: 1;margin-bottom: 15px;font-weight: 400;opacity: .75;}
.staff-member h3 {color: #000;text-align: center;font-size: 20px;font-weight: 600;margin-bottom: 5px;line-height: 1.5;padding-top: 15px;}
.staff-member p {
    padding-bottom: 15px;
}
.staff-member a { color: #000; transition: .3s all; line-height: 1.75; display: inline-block !important;}
.staff-member a:hover {opacity: .75;}
.staff-member a[href^="tel:"]:before {content:"\f095";color: #88171A;font-family: 'Font Awesome 7 Free';font-weight: 900;margin-right: 5px;}
.staff-member a[href^="mailto:"]:before {content:"\f0e0";color: #88171A;font-family: 'Font Awesome 7 Free';font-weight: 900;margin-right: 5px;}
/* FOOTER*/
footer {background: #282828;padding: 60px 60px 95px;padding: max(39px, 3.23276vw) max(39px, 3.23276vw) max(61px, 5.11853vw);display: flex;justify-content: space-between;}

footer * {color: white;}


footer strong {
    color: #929093;
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 0.04em;
    line-height: 1.25;
    line-height: max(33px, 2.74784vw);
    text-align: left;
    font-weight: 500;
	font-family: 'Barlow', sans-serif;
    text-transform: uppercase;
}

footer .fpleft {
    display: flex;
    width: 40%;
    justify-content: space-between;
}

footer p,
footer a,
footer li {
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 1.25;
    text-align: left;
    color: #fff;
    font-weight: 100;margin-bottom: 10px;
}

footer .fpright {
    width: 40%;
    display: flex;
    justify-content: space-between;
}

/*---inventory---*/

.listing-top-right a, .lower-detail-data-left button, .send-email-btn, .media-buttons a, .media-buttons button, .faceted-search, .listing-dealer-info a, .view-listing-details-link, .main-detail-data .contact-options a, .fin-calc-btn-mobile, .selected-facet, .page-nav, .apply-button, .back-button, .calculator-btn, .mobile-done-button {
    -moz-border-radius: 3px !important;
    -o-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
}


.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {margin: 2px 3px 3px 4px;}
.faceted-text-input-searchType .search-type input[type=checkbox], .faceted-text-input-searchType .search-type  input[type=radio] {margin: 0px 3px 0px 6px;}


.bread-crumbs-heading .return-links .return-links-link span, #no-compare-listings, .bread-crumbs-heading .return-links .return-links-link i {color:#88171A !important;}


.hosted-content .attachment-search .search-checkboxes label .row {margin-left:0 !important;margin-right:0 !important;margin-bottom:0px !important;}

.view-listing-details-link, .selected-facet, .view-listing-details-link, .buy-now-link, .check-availability-link, .email-seller-link, .offer-btn, .buy-btn, .dealer-phone-mobile, .offer-btn-mobile, .send-email-btn-mobile, .send-wholesale-email-btn-mobile, .fin-calc-btn-mobile, .mobile-breadcrumb, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button, .dealer-btns-bottom a {background:#88171A !important;}

.selected-facet, .dealer-phone-mobile, .offer-btn, .offer-btn-mobile, .fin-calc-btn-mobile, .send-wholesale-email-btn-mobile, .send-email-btn-mobile, .buy-now-link, .view-listing-details-link, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button{border: solid 1px #88171A !important; transition: ease all 0.2s !important;}

.selected-facet:hover, .dealer-phone-mobile:hover, .offer-btn:hover, .offer-btn-mobile:hover, .fin-calc-btn-mobile:hover, .send-wholesale-email-btn-mobile:hover, .send-email-btn-mobile:hover, .buy-now-link:hover, .view-listing-details-link:hover, .main-detail-data .contact-options a:hover, button.g-recaptcha.button:hover, .page-nav:hover, .apply-button:hover, .mobile-done-button:hover, .dealer-btns-bottom a:hover {background: #fff !important; color: #88171A !important;}

.check-availability-link, .email-seller-link, .video-chat-link, .faceted-search, .faceted-show-all-btn, .cs-btns a, .calculator-btn {background: #000 !important; border: solid 1px #000 !important; transition: ease all 0.2s !important;}
.check-availability-link:hover, .email-seller-link:hover, .video-chat-link:hover, .faceted-search:hover, .faceted-show-all-btn:hover, .cs-btns a:hover, .calculator-btn:hover {background: #fff !important; color: #000 !important;}

.list-content .list-title .list-listings-count, .list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price, #parts-content .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count, #inv .error-message, #inv .info, .detail-content .detail-main-body .main-detail-data .detail-price, .detail-content .search-results, .list-content .list-top-section .listing-option-bar .list-listings-count, .detail-price, .compare-price, .compare-title {color: #000 !important;}
 
/* heading */
.list-content .list-title .list-title-text, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title, .main-detail-data .detail-title, .parts-title-text {
	padding-left: 4px; 
}

.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label, .part-detail-additional-data .data-label, .part-detail-content .detail-contact-bar {background: #000 !important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .list-page-nav, .contact-options a {background: #000 !important;}
.list-main-section .contact-options a {border: #000 solid 1px !important; transition: ease all 0.2s !important;}
.list-main-section .contact-options a:hover {background: transparent !important; color: #000!important;}

.detail-content .dealer-info .phone-and-email .send-email-btn, .list-content .list-listing-mobile .dealer-phone-container a, .back-button {border-color: #000!important; color: #000!important;}

.material-icons, .collapsible-content a {color:#fff!important;}

#parts-content .parts-bottom-section .parts-list-view .parts-list-content .parts-listing-container .parts-listing-column .parts-button.view-details {background-color: #000!important;}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile{margin-right:0!important;}

.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc{height: 48px !important; box-sizing: border-box;}



/*---------- RESPONSIVE STYLES ----------*/

/*.notInventory {*/
@media only screen and (min-width: 768px) {}

@media only screen and (min-width:768px) and (max-width: 1130px) {}


@media only screen and (max-width: 1300px) {
	.secstuff h6 {
		font-size: 16px;}
} 
@media only screen and (max-width: 1200px) {
	
	.home-img {
    background-size: 103%;
    background-position: 29% 120%;
	}

    .secstuff .sbig img {
        width: 100%;
        margin-top: -25vw;
    }


   .team-pg .secstuff {
        flex-direction: column-reverse;
    }

    .secstuff>div {}

   .team-pg .secstuff.bottomsecstuff {
        flex-direction: column-reverse;
    }


    .secstuff .ssmall {
        width: 100%;
    }

	
	.home-img .ssmall img {
        top: -57%;
}
	
	.home-img .ssmall img {
		max-width: 100%;
	}

    .secstuff .sbig {
        width: 100%;
        overflow: hidden;
    }

	
    .secstuff.bottomsecstuff .sbig {
        height: auto;
    }
	
	.mobile-bar {
		display:none;
	}

    .contactsec {
        flex-wrap: wrap;
        width: 90%;
    }



    footer {
        flex-wrap: wrap;
    }

    footer .fpleft {
        width: 100%;
    }

    footer .fpright {
        width: 100%;
        margin-top: 40px;
    }
	.indsec.middlestuff ul li {flex-wrap:wrap;}
	.indsec.middlestuff ul li p {flex-basis: 100%;line-height: 2;}
	.contactsec {gap:20px;}	
}


@media only screen and (max-width: 1377px) {
	.rental img {
		width: 200px;
	}
	
}

@media only screen and (max-width: 1217px) {
	.rental {
		flex-basis: 33%;
	}
	
	nav.primary ul li a {font-size: 16px;line-height: 4;}
}


@media only screen and (max-width: 1090px) {
	.third-half{flex-basis: 50%;
    width: 50%;}
	
}

@media only screen and (max-width: 1000px) {
    .invpage footer {
        padding-bottom: 130px;
    }
	.contactsec .indsec li {line-break: anywhere;}
	
}

@media only screen and (max-width: 967px) {
	.full-size {
		padding: 50px 50px;}
	.contactsec .indsec {
        flex-basis: 100%;
    }
	
	nav.primary ul li a {font-size: 15px;line-height: 4;}
}

@media only screen and (max-width: 830px) { 
	.text-wrap {
    width: 90%;
	}
	
	.secstuff.bottomsecstuff {
		flex-wrap: wrap-reverse !important;}
	
	    .third-half {
        flex-basis: 100%;
        width: 100%;
        height: 40vh;
			min-height:400px
    }
	
	.grid-team {
		grid-template-columns: repeat(1, 1fr); }
	
	.ssmall.about-img,.sbig,.parts-wrap,.secstuff.bottomsecstuff .sbig {flex-basis: 100% !important;}
	
}

@media only screen and (max-width: 767px) {

    .navstuff {
        justify-content: flex-between;
    }


    header .headerright a {
        margin-left: 4px;
    }

    .brands .brand {
        width: 100%;
    }

	
	.desktop-img {display: none;}
	.mobile-img {display: block;}
	.hero-inner h1 {font-size: 42px;}
	.hero-inner p {font-size: 18px;}
	
}

@media only screen and (max-width: 690px) { 
	
	.rental {
    flex-basis: 100%;
}
	
	.mobile-bar {display: flex;justify-content: center;}
	
	.home-img {
    background-size: 100%;
    background-position: 50% 103%;
}
	.mobile-bar .mbuttons {
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    margin: 0 !important;
}
	.mobile-bar .mbuttons a {
    flex: 1;
    flex-grow: 1;
    margin: 0 !important;
    text-align: center;
    font-size: 16px;
}
	
	.topstuff .mbuttons {
		display: none;
	}
	header .mbuttons a span {
    font-size: 16px;
}
	header .sbuttons a .fa-brands {
    margin: 0px 5px;
    font-size: 28px;
}
	 header .mbuttons {
        flex-wrap: wrap;
        display: flex;
    }
	
	header .tbuttons {
		gap: 0;
		margin: 10px 0;
	}
	
	.rental-hero {
		background-position: 10% 55%;
	}
}

@media only screen and (max-width: 550px) {
	.contagepg .ssmall {padding: 50px;}
    header .logo {
        display: flex;
        align-items: center;
    }
	
	.swiper-slide { height: 75vh !important;min-height: 700px}

    header img {
        width: 115px;
    }

    header .tbuttons {
        margin: 0;
    }
	
	header .tbuttons {padding:0 10px !important;}
	
    header .mbuttons a {
        width: 100% !important;
    }

    header .sbuttons a .fa-brands {
        margin: 6px 0;
    }

    header #menu-button {
        box-sizing: border-box;
        padding-right: 12px !important;
    }
.secstuff .buttonrow {grid-template-columns: repeat(2, 1fr);}
  
    .secstuff .quickbutton:nth-of-type(3) {
        border-top: 1px #C2C2C2 solid;
        border-right: 1px #C2C2C2 solid;
    }

    .secstuff .mainpbuttons {
        display: flex;
        flex-direction: column;
    }

    .secstuff .mainpbuttons a {
        text-align: left;
    }

 
    .secstuff .mainpbuttons a:last-of-type {
        margin-left: 0;
    }


    .brands .brand {
        width: 100%;
    }
 

    footer .fpleft {
        flex-wrap: wrap;
    }

    footer .fpleft .fleft {
        width: 100%;
    }

    footer * {
        text-align: center !important;
    }

    footer *:not(i) {
        width: 100% !important;
    }

    footer .fpleft .fright {
        margin: 30px 0;
    }

    footer .fpleft .fright:last-of-type {
        margin-bottom: 0;
    }


    footer .fpright {
        flex-wrap: wrap;
        margin-top: 0;
    }

    footer .fpright .fleft {
        margin: 30px 0;
    }
}

@media only screen and (max-width: 460px) {
	header .logo {
	flex-basis: 100%;
    justify-content: center;
    border-bottom: 1px #ddd solid;
	padding: 10px 0;
	}
	
	header .topstuff {
    flex-wrap: wrap;
}
	header input {width: 100% !important;}
	header .tbuttons {
	flex-basis: 100%;
	padding: 0;
	flex-direction: row;
    justify-content: center;
    align-items: center;
	}
	.hero-inner h1 {
        font-size: 36px;
    }
	.b-row {
		justify-content: center;
	}
	
	.ieda-member img {
		width: 110px;
	}
	.brands .brand {
		height: 100%;
	}
	
	.ieda-member {
		text-align: center;
	}
	
	.rental-hero {
		background-position: 10% 45px;
	}
	
	.mainpbuttons {flex-wrap:wrap;}
	.secstuff.bottomsecstuff .sbig,.hero.secstuff .maintop {
		padding: 30px !important;}
	
.secstuff .buttonrow {grid-template-columns: repeat(1, 1fr);}
.secstuff .quickbutton:nth-of-type(1),.secstuff .quickbutton:nth-of-type(2),
.secstuff .quickbutton:nth-of-type(5),.secstuff .quickbutton:nth-of-type(3),.secstuff .quickbutton:nth-of-type(4),
.secstuff .quickbutton:nth-of-type(5),
.secstuff .quickbutton:nth-of-type(6) {
    border-right: 1px #C2C2C2 solid;
    border-left: 1px #C2C2C2 solid;
	border-top: 1px #C2C2C2 solid;
}
}

@media only screen and (max-width: 340px) {
	
	.mobile-bar .mbuttons {
		flex-wrap: wrap;
	}
	.mobile-bar .mbuttons a {
		flex-basis: 100%;
	}
	



	.rental-pg h2 {
		line-height: 25px !important;
    margin: 10px 0;
	}
	
}

/*}*/