@charset "utf-8";
/***** BEGIN RESET *****/

* {

    border: 0;
    margin: 0;
    padding: 0;
}

body{
    -webkit-text-size-adjust: none;
    background: #fff;
    overflow-x: hidden;
    color: #000;
    line-height: 1 !important;
    font-family: 'Montserrat', sans-serif !important;
}

/*============================
ALL PAGES
============================*/
ol,
ul {
    list-style: none;
}

.clear {
    clear: both;
    height: 0px;
    margin: 0;
}

.wrap {
    width: 95%;
    margin: 0 auto;
    max-width: 1400px;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

/***** END RESET *****/

/*====================hover easing style

-webkit-transition: all .5s ease; 
-moz-transition: all .5s ease; 
-ms-transition: all .5s ease; 
-o-transition: all .5s ease; 
transition: all .5s ease;

======================================*/
.view-listing-details-link {
    color: white !important;
}

/*============================
HEADER
============================*/
header {
    width: 100%;
    float: left;
    background: #202020;
    box-shadow: 0 0 5px #000;
    z-index: 2;
    position: fixed;
	top:0;
}

.mainlogo {
    width: 500px;
    float: left;
    position: relative;
    z-index: 1;
    margin-bottom: -20px;
}

.mainlogo a {
    width: 350px;
    float: left;
    background: #fff;
    padding: 10px 20px;
    box-sizing: border-box;
    height: 115px;
}

.mainlogo a img {
    width: 100%;
    max-width: 250px;
    float: right;
}

.angleright {
    width: 0;
    height: 0;
    border-top: 115px solid #fff;
    border-right: 150px solid transparent;
    float: left;
    margin-left: -1px;
}

.righthead {
    width: calc(100% - 350px);
    float: left;
    margin-left: -150px;
    position: relative;
    z-index: 0;
}

.headtop {
    width: 100%;
    float: left;
    background: #202020;
    padding-right: 100px;
    box-sizing: border-box;
}

.headbottom {
    width: 100%;
    float: left;
    background: #303030;
    padding: 10px 0;
    padding-right: 100px;
    box-sizing: border-box;
}

.terms-link {margin: 5px auto 40px;}
.terms-link a { font-size: 15px !important; font-weight: 600;}

a.MuiTypography-root.MuiTypography-text.MuiLink-root.MuiLink-underlineHover.medicocecomhdev-qd1r1l, .detail__breadcrumbs{font-weight: 600;}

.button a {color: #fff !important; text-decoration: none !important;}

.button {
    background: #202020;
    box-sizing: border-box;
    padding: 10px 10px !important;
	max-width: 330px;
    text-align: center;
    font-weight: 500;
    font-size: 18px;	
}

.button:hover {background: #975c26;}

.small-titled {color:#975c26 !important; margin-left: 20px; font-size: 23px !important; }


/*============================
SLIDESHOW
============================*/
.slide-contain {
    width: 100%;
    float: left;
    position: relative;
    z-index: 0;
    margin-top: 50px;
}

.cycle-slide {
    width: 100%;
    float: left;
}

.cycle-slide a {
    width: 100%;
    float: left;
}

.cycle-slideshow {
    width: 100%;
    overflow: hidden;
    float: left;
    display: block;
}

.cycle-slideshow img {
    display: block;
    width: 100%;
    float: left
}

.slider{
	margin-top: 100px !important;
	display: block;
	padding: 0px;
}


.single-item{
	width: 100vw;
	height: auto;
}

.single-item img{
width: 100%;
}



/* pager */
.pager {
    text-align: center;
    width: 100%;
    margin: -50px 0 -2px;
    position: relative;
    z-index: 999;
    float: left;
}

.pager span {
    font-family: arial;
    font-size: 50px;
    width: 16px;
    height: 16px;
    display: inline-block;
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
}

.pager span.cycle-pager-active {
    color: #000;
}

.pager>* {
    cursor: pointer;
}


/*============================
MANUFACTURERS
============================*/

.manus {
    width: 100%;
    float: left;
    margin-top: -140px;
    margin-bottom: -80px;
    position: relative;
    z-index: 1;
    overflow-x: hidden;
}

.tire {
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
}

.tire img {
    width: 100%;
    float: left;
}

.manusinner {
    width: 100%;
    float: left;
    background: #202020;
    padding: 10px 0;
}

.manuwrap {
    width: 95%;
    margin: 0 auto;
    max-width: 1600px;
}

.manufacturer {
    width: 100%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
}

.manufacturer a {
    width: 100%;
    float: left;
    background: #f2f2f2;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.manufacturer img {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    display: block;
    height: 130px;
    object-fit: contain;
}

.manufacturer a:hover {
    transform: scale(1.05)
}

.middleimg {
    width: 100%;
    float: left;
}

.middleimg img {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    display: block;
}

.middleimg p {
    text-align: center;
    font-size: 14px;
}

#scroller {
    width: 100%;
    float: left;
    text-align: center;
}

#scroller li {
    width: 24%;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
}

/*============================
MAIN SECTION
============================*/

.mainsection {
    width: 100%;
    float: left;
    background: #fff;
    padding: 100px 0 50px 0;
}

.mainleft {
    width: calc(100% - 400px);
    float: left;
    padding-right: 30px;
    box-sizing: border-box;
}

.mainleft h4 {
    width: 100%;
    float: left;
    text-transform: uppercase;
    font-size: 23px;
    letter-spacing: 10px;
    color: #202020;
    font-weight: 400;
    margin-bottom: 10px;
}

.mainleft h1 {
    width: 100%;
    float: left;
    text-transform: uppercase;
    color: #202020;
    font-weight: bold;
    font-size: 50px;
    letter-spacing: 15px;
    margin-bottom: 25px;
}

.mainleft p {
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 30px;
    color: #202020;
}

.mainright {
    width: 400px;
    box-sizing: border-box;
    padding-left: 30px;
    border-left: 1px solid #202020;
    float: left;
    padding-top: 30px;
    margin-top: 30px;
    padding-bottom: 20px;
}

.mainright h3 {
    width: 100%;
    float: left;
    text-transform: uppercase;
    font-size: 27px;
    font-weight: 800;
    letter-spacing: 5px;
    margin-bottom: 30px;
}

.mainright .fa {
    width: 50px;
    float: left;
    color: #202020;
    padding-right: 10px;
    box-sizing: border-box;
    font-size: 25px;
}

.Costars img {
	width: 100%;
	max-width: 330px;
	text-align: center;
}

.mainright p {
    width: calc(100% - 50px);
    float: left;
    color: #202020;
    font-size: 16px;
    line-height: 25px;
}

.mainright img {
    width: 100%;
    float: left;
}

.whatsnew {
    width: 100%;
    float: left;
    padding-bottom: 25px;
}

.locmaps {
    width: 100%;
    float: left;
}

.mapleft {
    width: 50%;
    float: left;
    padding-right: 5px;
    box-sizing: border-box;
}

.mapleft h2 {
    width: 100%;
    float: left;
    background: #282828;
    padding: 20px;
    box-sizing: border-box;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 23px;
    letter-spacing: 5px;
    text-align: center;
}

.mapright {
    width: 50%;
    padding-left: 5px;
    box-sizing: border-box;
    float: left;
}
.mapbottom {
    width: 50%;
    box-sizing: border-box;
    margin: 0 auto;
}
.mapbottom h2 {
    width: 100%;
    float: left;
    background: #282828;
    padding: 20px;
    box-sizing: border-box;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 23px;
    letter-spacing: 5px;
    text-align: center;
}
.mapright h2 {
    width: 100%;
    float: left;
    background: #282828;
    padding: 20px;
    box-sizing: border-box;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 23px;
    letter-spacing: 5px;
    text-align: center;
}

.mapiframe {
    width: 100%;
    float: left;
    height: 300px;
}


/*============================
FOOTER
============================*/
.scrolling-wrap {
    width: 100%;
    height: 90px;
    overflow: hidden;
    margin: 10px 0;
    float: left;
}

.scrolling {
    width: 100%;
    height: 92px;
}

footer {
    width: 100%;
    float: left;
    background: #202020;
    padding: 40px 0;
}

.quicks {
    width: 25%;
    float: left;
}

.contacts {
    width: 55%;
    float: left;
}

.halves {
    width: 50%;
    float: left;
}

.thirds {
    width: 33%;
    float: left;
}

footer h2 {
    width: 100%;
    float: left;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 5px;
    color: #7A7A7A;
    margin-bottom: 15px;
}

footer p {
    width: 100%;
    float: left;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 25px
}

footer p a {
    color: #fff;
    text-decoration: none;
}

.quicks p {
    line-height: 30px;
}

.quicks p a {
    font-weight: 700;
    margin-bottom: 5px;
}

footer .quicks p a:hover {
    color: #ce8139;
}

.footlogo {
    width: 20%;
    float: left;
}

.footlogo img {
    width: 100%;
    float: right;
    max-width: 250px;
    background: #fff;
    border-radius: 7px;
    border: 1px solid #969696;
    padding: 5px;
    box-sizing: border-box;
}

.footlogo p a:hover {
    color: #ce8139;
}

.fb h2 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
}

.fb h2 a {
    color: #fff;
}

.bottomfoot {
    width: 100%;
    float: left;
    padding: 10px 0;
    background: #1c1c1c;
    border-top: 1px solid #aaa;
}

.bottomfoot p {
    width: 50%;
    float: left;
    padding: 2px 0;
    color: #aaa;
    font-size: 8px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

footer .contacts p a {
    color: #ce8139
}

footer .contacts p a:hover {
    color: #fff;
}

/*============================
SUB PAGES
============================*/

.maintitle {
    width: 100%;
    float: left;
    background: url("../siteart/title-bg.jpg");
    background-size: cover;
    position: relative;
    z-index: 0;
    background-attachment: fixed;
    padding-top: 97px;
}

.maintitle h1 {
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
    font-size: 50px;
    text-transform: uppercase;
    letter-spacing: 10px;
    padding: 50px 0 100px;
    background: rgba(0, 0, 0, 0.50);
    text-shadow: 1px 1px 4px #000;
}

.submain {
    width: 100%;
    float: left;
    padding: 50px 0;
    background: #fff;
}


.submainleft {
    width: calc(100% - 400px);
    float: left;
    padding-right: 20px;
    box-sizing: border-box;
    padding-top: 20px;
    padding-bottom: 20px;
}

.submainright {
    width: calc(100% - 300px);
    float: right;
    padding-left: 20px;
    box-sizing: border-box;
    padding-top: 20px;
    padding-bottom: 20px;
    border-left: 1px solid #202020;
}

.submainsidebar {
    width: 400px;
    float: left;
    padding-left: 20px;
    box-sizing: border-box;
    padding-top: 20px;
    padding-bottom: 20px;
    border-left: 1px solid #202020
}

.submainsideleft {
    width: 300px;
    float: left;
    padding-right: 20px;
    box-sizing: border-box;
    padding-top: 20px;
    padding-bottom: 20px;
}

.submain p {
    font-size: 18px;
    line-height: 25px;
}

.submain strong {
    text-transform: uppercase;
}

hr {
    width: 100%;
    float: left;
    margin: 30px 0;
    border-top: 1px solid #202020;
}

.submainsidebar p {
    font-size: 16px;
    line-height: 23px;
}

.submain h3 {
    font-size: 23px;
    margin-bottom: 15px;
}

.submain h2 {
    font-size: 27px;
    margin-bottom: 15px;
}

.submain a {
    color: #7B3B00;
}

.fullimg {
    width: 100%;
    margin: 0 auto;
    display: block;
    max-width: 250px;
}

.subnegmarg {
    position: relative;
    z-index: 1;
    margin-top: -70px;
    width: 100%;
    float: left;
    overflow-x: hidden;
}

.subnegmarg .tire {
    margin-bottom: -1px;
}

/*=======================
Contact Form
=======================*/

.conform {
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
}

#formpage {
    width: 100%;
    float: left;
    color: #000;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin: 0px 0 0;
}

.halfform {
    width: 50%;
    float: left;
}

#formpage tr {
    width: 100%;
    float: left;

}

#formpage td {
    width: 50%;
    float: left;
    margin: 0px 0 20px;
    padding: 0 5px;
    box-sizing: border-box;
}

.fulltd {
    width: 98% !important;
}

#formpage input {
    padding: 15px 10px;

    box-sizing: border-box;
    border: 1px solid #414141;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #8e8d8d;
    font-size: 12px;
    margin-top: 3px;
    -webkit-transition: all .3s ease;
    /* Safari and Chrome */
    -moz-transition: all .3s ease;
    /* Firefox */
    -ms-transition: all .3s ease;
    /* IE 9 */
    -o-transition: all .3s ease;
    /* Opera */
    transition: all .3s ease;
}

#formpage textarea {
    padding: 10px;

    box-sizing: border-box;
    border: 1px solid #414141;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #8e8d8d;
    font-size: 12px;
    -webkit-transition: all .3s ease;
    /* Safari and Chrome */
    -moz-transition: all .3s ease;
    /* Firefox */
    -ms-transition: all .3s ease;
    /* IE 9 */
    -o-transition: all .3s ease;
    /* Opera */
    transition: all .3s ease;
}


/* selects have similar styles to input & textarea fields, but with no padding. Text in a dropdown select is positioned differently */
#formpage select {

    border: 1px solid #414141;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #8e8d8d;
    vertical-align: middle;
    font-size: 12px;
    line-height: normal;
    padding: 15px 10px;
    width: 100%;
    box-sizing: Border-box;
}

#formpage input {
    width: 100%;

}

#formpage input.larger {
    width: 100%;
}

#formpage textarea {
    width: 100%;
    height: 85px;
}


#formpage input.checkbox {
    padding: 0;
    border: 0;
    margin: 0 5px 0 0;
    width: 13px;
    height: 13px;
    display: inline;
    background-color: #fff;
}

#formpage input.radio {
    padding: 0;
    border: 0;
    margin: 0 5px 0 0;
    width: 15px;
    height: 15px;
    display: inline;
}




/* focus states of various types of fields */

#formpage input:focus,
#formpage textarea:focus,
#formpage select:focus {

    border: 1px solid #d80000;

    outline-style: none;
}

#formpage input.radio:focus,
#formpage input.checkbox:focus {
    background: none;
    border: 0;
    outline-style: none;
}




#formpage input.button,
#formpage input.button:focus {
    max-width: 300px;
    width: 100%;
    padding: 13px 0;
    background: #202020;
    font-size: 18px;
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
    font-weight: 700;
    line-height: 14px;
    color: #fff;
    -webkit-transition: all .5s ease;
    /* Safari and Chrome */
    -moz-transition: all .5s ease;
    /* Firefox */
    -ms-transition: all .5s ease;
    /* IE 9 */
    -o-transition: all .5s ease;
    /* Opera */
    transition: all .5s ease;
    float: none;
}

#formpage input.button:hover {
    background: #000;
    color: #fff;
    cursor: pointer
}



/* for plain text next to an input field, if not using a table structure */
#formpage label.basic {
    color: #212121;
    font-size: 13px;
    text-align: left;
}

#formpage label.checkbox {
    /*  color:#212121;*/
    font-size: 13px;
    text-align: left;
    display: inline;
    padding: 0;
}


/*control the Captcha */

.CaptchaPanel {
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0 !important;
    text-align: center;
    line-height: normal !important;
}

.CaptchaImagePanel {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.CaptchaMessagePanel {
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
    font-weight: normal !important;
    font-size: 12px;
    line-height: 14px;
}

.CaptchaAnswerPanel {
    margin: 0 0 0 0;
    padding: 2px 0px 2px 0px !important;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
}

.CaptchaWhatsThisPanel {
    line-height: 0;
    margin: 0 0 0 0;
    padding: 8px 0 8px 0 !important;
    width: 100%;
    float: left;
    margin-top: 10px;
}

.CaptchaWhatsThisPanel a {
    color: #000;
}

.CaptchaWhatsThisPanel a:hover {
    text-decoration: none;
}


.fulltd {
    width: 100% !important;
}

.formthird {
    width: 33.33% !important;
}

/*=======================
SALES
=======================*/

.equipfourth {
    width: 31.33%;
    float: left;
    margin: 1%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #202020;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.equipimg {
    width: 100%;
    float: left;
    height: 300px;
}

.equipfourth h2 {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 18px;
    margin-bottom: 0;
    color: #202020;
    margin-top: 10px;
    height: 35px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.saleimg {
    width: 100%;
    float: left;
    height: 250px;
}

.equipfourth:hover {
    background: #975c26;
    transform: scale(1.05)
}

.equipfourth:hover h2 {
    color: #fff;
}

#allequip {
    background: url("../siteart/title-bg.jpg");
    background-size: cover;
    background-position: center;
}

#aircompress {
    background: url("../siteart/Equipment/air-compressors.jpg");
    background-size: cover;
    background-position: center;
}

#compactors {
    background: url("../siteart/Equipment/compaction.jpg");
    background-size: cover;
    background-position: center;
}

#dozers {
    background: url("../siteart/Equipment/dozers.jpg");
    background-size: cover;
    background-position: center;
}

#excavators {
    background: url("../siteart/Equipment/excavators.jpg");
    background-size: cover;
    background-position: center;
}

#lifts {
    background: url("../siteart/Equipment/lifts.jpg");
    background-size: cover;
    background-position: center;
}

#loader-backhoe {
    background: url("../siteart/Equipment/loader-backhoes.jpg");
    background-size: cover;
    background-position: center;
}

#skid {
    background: url("../siteart/Equipment/skid-steers.jpg");
    background-size: cover;
    background-position: center;
}

#sweeper {
    background: url("../siteart/Equipment/sweepers-and-broom-equipment.jpg");
    background-size: cover;
    background-position: center;
}

#water {
    background: url("../siteart/Equipment/water-truck.jpg");
    background-size: cover;
    background-position: center;
}

#wheel {
    background: url("../siteart/Equipment/wheel-loaders.jpg");
    background-size: cover;
    background-position: center;
}

#attach {
    background: url("../siteart/Equipment/attachments.jpg");
    background-size: cover;
    background-position: center;
}

#misc {
    background: url("../siteart/Equipment/misc.jpg");
    background-size: cover;
    background-position: center;
}

#nophoto {
    background: url("../siteart/Equipment/no-photo.jpg");
    background-size: cover;
    background-position: center;
}

#compact {
    background: url("../siteart/Equipment/compact-track-loaders.jpg");
    background-size: cover;
    background-position: center;
}

#compressor {
    background: url("../siteart/Equipment/Air Compressor.jpg");
    background-size: cover;
    background-position: center;
}

#boring {
    background: url("../siteart/Equipment/no-photo.jpg");
    background-size: cover;
    background-position: center;
}

#roller {
    background: url("../siteart/Equipment/trench-rollers.jpg");
    background-size: cover;
    background-position: center;
}

#reversible {
    background: url("../siteart/Equipment/reversible-plates.jpg");
    background-size: cover;
    background-position: center;
}

#boxes {
    background: url("../siteart/Equipment/trench-boxes.jpg");
    background-size: cover;
    background-position: center;
}

#generator {
    background: url("../siteart/Equipment/generators.jpg");
    background-size: cover;
    background-position: center;
}

#light {
    background: url("../siteart/Equipment/light-towers.jpg");
    background-size: cover;
    background-position: center;
}


#screens {
    background: url("../siteart/Equipment/portable screen.jpg");
    background-size: cover;
    background-position: center;
}

#hydraulic {
    background: url("../siteart/Equipment/hydraulic-breakers.jpg");
    background-size: cover;
    background-position: center;
}




#salessub {
    border-right: 1px solid #202020 !important;
}

#salesside {
    border-left: none !important;
}

#salesside p {
    line-height: 30px;
}

.smtxt {
    font-size: 12px;
    line-height: 15px !important;
    float: left;
    margin-bottom: 10px;
    width: 100%;
}



/***map***/

.map {
    position: relative;
    margin-top: -0px;
    float: left;
    z-index: 1;
    width: 50%;
}

.map img {
    width: 100%;
    float: left;
}

.marker:hover #dynamicContent {
    text-align: left;
    background: #fff;
    border: 2px #111111 solid;
    border-radius: 5px;
    padding: 15px 15px;
    line-height: 24px;
    position: relative !important;
    margin-top: -245px;
    width: 45%;
    display: inline !important;
}

#dynamicContent {
    display: block;
    margin-top: 0px;
    -webkit-transition: all 1s ease;
    /* Safari and Chrome */
    -moz-transition: all 1s ease;
    /* Firefox */
    -ms-transition: all 1s ease;
    /* IE 9 */
    -o-transition: all 1s ease;
    /* Opera */
    transition: all 1s ease;

}

#dynamicContent {
    display: block;
    margin-top: 0px;
    -webkit-transition: all 1s ease;
    /* Safari and Chrome */
    -moz-transition: all 1s ease;
    /* Firefox */
    -ms-transition: all 1s ease;
    /* IE 9 */
    -o-transition: all 1s ease;
    /* Opera */
    transition: all 1s ease;
    background: rgba(152, 152, 152, .15);
    background-size: cover;
    width: 96%;
    float: left;
    padding: 20px;
    color: #fff;
    margin-left: 104%;
    margin-top: -75%;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid rgba(54, 54, 54, 1.00)
}

.staffimg {
    width: 33%;
    float: left;
    box-sizing: border-box;
    padding-right: 20px;
    border-right: 1px solid #202020;
}

.staffimg img {
    width: 100%;
    float: left;
    border: 2px solid #202020;
    border-radius: 10px;
}

.staffinfo {
/*
    display: flex;
    flex-direction: column;
    align-items: center;
*/
    width: 67%;
    float: left;
    padding-left: 20px;
    box-sizing: border-box;
}


.staffinfo h3 {
    color: #202020 !important;
    font-size: 24px;
    margin-bottom: 0;
}

.staffinfo img {
    height: clamp(200px, 50vw, 500px);
    object-fit: cover;
    object-position: 50% 0;
    overflow: hidden;
    width: clamp(150px, 37vw, 375px) !important;
    border-radius: 10px 0 10px 10px;
}

.blue {
    width: 100%;
    float: left;
}

.locations h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    margin-top: 20px;
    font-weight: bold;
    color: #202020 !important;
}

.blue h1 {
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 36px;
}

.blue h2 {
    color: #202020;
    text-align: center;
    text-transform: uppercase;
    font-size: 27px;
    line-height: 27px;
}

.blue h3 {
    color: #0202020;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 5px;
    margin-top: 20px;
}

.blue p {
    text-align: left;
    margin-top: 5px;
    color: #202020
}

.locations a {
    background: #D0D0D0;
    padding: 5px 37px;
    font-family: 'Open Sans', sans-serif;
    margin-top: 20px;
    color: #00264b;
    font-size: 18px;
    float: left;
    font-weight: bold;
    border-radius: 3px;
}

.locations a:hover {
    background: #ADADAD;

}

.partfullimg {
    width: 100%;
    float: left;
}

.partfullimg img {
    width: 100%;
    margin: 0 auto;
    display: block;
    max-width: 800px;
}

.partbutton {
    width: 50%;
    margin:5px auto 5px;
    padding: 10px;
    box-sizing: border-box;
}

.partbutton a {
    width: 100%;
    float: left;
    background: #202020;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    padding: 20px 10px;
    font-size: 16px;
    text-decoration: none;
}

.partbutton a strong {
    font-size: 28px;
}

.partbutton a:hover {
    background: #975c26
}


.mapinfoleft {
    width: 100%;
    float: left;
    text-align: center;
}
.mapinfobottom {
    width: 100%;
    padding-top:10px;
    text-align: center;
}
.mapconright {
    width: 100%;
    float: left;
    margin-top: 15px;
    box-sizing: border-box;
    height: 400px;
}
.mapinfoleft {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.halfbottom {
	width: 50%;
    margin:0 auto;
	padding-top:10px;
    box-sizing: border-box;
}
.fullbutton {
    width: 100%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
}

.fullbutton a {
    width: 100%;
    float: left;
    background: #202020;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    padding: 20px 10px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
}

.fullbutton a:hover {
    background: #975c26
}

.reds {
    color: #ce8139
}

.fullbutton a:hover .reds {
    color: #202020;
}


.teambuttons .fullbutton {
    width: 33.33%;
}

#bottomhalf {
    width: 50%;
}


.halfleft {
    width: 50%;
    float: left;
    padding-right: 15px;
    box-sizing: border-box;
}

.halfright {
    width: 50%;
    float: right;
    padding-left: 15px;
	margin-bottom: 30px;
    border-left: 1px solid #202020;
    box-sizing: border-box;
}


/*========================================
flip boxes
=========================================*/

/* Popup container */
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 100%;
    float: left;
}

.staffimage {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    display: block;
    height: 300px;
    background-size: cover !important;
    background-position: center top !important;
    margin-bottom: 10px;
    border-radius: 10px;
    border-top-right-radius: 0;
}

.popup:hover .popuptext {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s
}

.staffinner {
    width: 100%;
    float: left;
    border: 1px solid #202020;
    padding: 10px 10px 20px 10px;
    box-sizing: border-box;
    border-radius: 10px;
    border-top-right-radius: 0;
}

.popup h3 {
    text-align: center;
}

.popup h4 {
    text-align: center;
    height: 30px;
}

.popup p {
    text-align: center;
}

.popup img {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
}

.staffinner h3 {
    margin-bottom: 10px;
}

/* The actual popup (appears on top) */
.popup .popuptext {
    visibility: hidden;
    width: 94%;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 25%;
    left: 0%;
    margin-left: 0px;
    box-sizing: border-box;
    margin-left: 3%;
}

/* Popup arrow */
.popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s
}

.popuptext h3 {
    margin-bottom: 10px;
}

.popuptext h4 {
    height: auto;
    margin-bottom: 10px;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}




.staffbox {
    width: 25%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
}

.rentalstaff {
    width: 50%;
    float: left;
    padding: 30px;
    box-sizing: border-box;
}


.salesstaffbox {
    margin-top: 10px;
    width: 100%;
    float: left;
}

.salesstaffbox .panel img {
    max-width: 150px;
    margin: 15px auto;
}

.salesstaffbox .box1,
.salesstaffbox .box2 {
    height: 224px;
}

.salesstaffbox p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
    text-align: center;
    width: 100%;
    float: left;
}

.emailbutton {
    text-align: center;
    color: #fff !important;
    background: #975c26;
    padding: 6px;
    box-sizing: border-box;
    width: 90%;
    margin: 0 auto;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    margin-top: 10px;
}

.emailbutton:hover {
    background: #202020;
}

.salesstaffbox h3 {
    margin-bottom: 7px;
}

/*==================================
TIMELINE
==================================*/

/* The actual timeline (the vertical ruler) */
.timeline {
    position: relative;
    margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: #202020;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}

/* Container around content */
.timeline-container {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
    box-sizing: border-box;
}

/* The circles on the timeline */
.timeline-container::after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    right: -13px;
    background-color: #202020;
    border: 5px solid #ce8139;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}

/* Place the container to the left */
.left {
    left: 0;
}

/* Place the container to the right */
.right {
    left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid #EFEFEF;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #EFEFEF;
}

/* Add arrows to the right container (pointing left) */
.right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid #EFEFEF;
    border-width: 10px 10px 10px 0;
    border-color: transparent #EFEFEF transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
    left: -13px;
}

/* The actual content */
.timeline-content {
    padding: 20px 30px;
    background-color: #EFEFEF;
    position: relative;

}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {

    /* Place the timelime to the left */
    .timeline::after {
        left: 31px;
    }

    /* Full-width containers */
    .timeline-container {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

    /* Make sure that all arrows are pointing leftwards */
    .timeline-container::before {
        left: 60px;
        border: medium solid #202020;
        border-width: 10px 10px 10px 0;
        border-color: transparent #202020 transparent transparent;
    }

    /* Make sure all circles are at the same spot */
    .left::after,
    .right::after {
        left: 15px;
    }

    /* Make all right containers behave like the left ones */
    .right {
        left: 0%;
    }
}

/*==============================================
================================================
RESPONSIVE
================================================
==============================================*/


@media screen and (max-width: 1680px) {
    .headtop {
        padding-right: 2.5%;
    }

    .headbottom {
        padding-right: 2.5%;
    }

}

@media screen and (max-width: 1200px) {
    .submainsidebar {
        width: 300px;
    }

    .submainleft {
        width: calc(100% - 300px);
    }

}

@media screen and (max-width: 1155px) {
    .headtop {
        display: none;
    }

    .mainleft h1 {
        font-size: 30px;
    }

    .mainleft h4 {
        font-size: 18px;
    }

    .mainright h3 {
        font-size: 20px;
    }

    .mainright {
        padding-top: 5px;
    }

    .staffbox {
        width: 33.33%;
    }
}

@media screen and (max-width: 1060px) {
    .equipfourth {
        width: 48%;
    }
}

@media screen and (max-width: 1050px) {
    .mainleft {
        width: 100%;
        padding-right: 0;
    }

    .mainright {
        width: 100%;
        padding-left: 0;
        border-left: none;
        border-top: 1px solid #202020;
        padding-top: 20px;
        margin-top: 20px;
    }

    .equipimg {
        height: 200px;
    }
}

@media screen and (max-width: 1000px) {
    .footlogo {
        width: 100%;
        margin-top: 30px;
    }

    .footlogo img {
        float: none;
        margin: 0 auto;
        display: block;
        max-width: 200px;
    }

    .quicks {
        width: 38%;
		gap:5px;
    }

    .contacts {
        width: 62%;
    }

    .map {
        width: 100%;
    }

    #dynamicContent {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }

    .submainsideleft {
        width: 100%;
        float: left;
        padding: 0;
    }

    .salesstaffbox {
        width: 50%;
        float: left;
        padding: 10px;
        box-sizing: border-box;
    }

    .submainright {
        width: 100%;
        padding-left: 0;
        padding-top: 0;
        margin-bottom: 20px;
        border-bottom: 1px solid #202020;
        border-left: none;
    }

}

@media screen and (max-width: 945px) {
    .equipfourth {
        width: 31.33%;
    }

    .submainleft {
        width: 100%;
        padding-right: 0;
        border-right: none !important;
    }

    .submainsidebar {
        width: 100%;
        padding-left: 0;
        border-left: none;
        padding-top: 30px;
        margin-top: 30px;
        border-top: 1px solid #202020;
    }

    #salessub {
        border-right: none !important;
    }

    .teambuttons {
        border-top: none !important;
        border-bottom: 1px solid #202020;
    }

    .saleimg {
        width: 100%;
        float: left;
        height: 150px;
    }
}

@media screen and (max-width: 890px) {
    .mapleft {
        width: 100%;
        padding-right: 0;
        padding-bottom: 5px;
    }

    .mapright {
        width: 100%;
        padding-left: 0;
        padding-top: 5px;
    }

    footer h2 {
        text-align: center;
    }

    footer p {
        text-align: center;
    }

    .mapinfoleft {
        width: 100%;
        margin-bottom: 15px;
    }

    .mapinfoleft h2 {
        text-align: center;
    }

    .mapinfoleft p {
        text-align: center;
    }

    .mapconright {
        width: 100%;
        height: 300px;
        padding-left: 0;
    }

}

@media screen and (max-width: 800px) {
    .equipfourth {
        width: 48%;
    }

    #scroller li {
        width: 25%;
    }
}

@media screen and (max-width: 750px) {
    .manus {
        margin-top: -40px;
    }
	
	h2.small-titled {text-align: center;}

    .quicks {
        width: 100%;
        margin-bottom: 20px;
    }

    .contacts {
        width: 100%;
    }

    .submain {
        padding: 30px 0;
    }

    .staffbox {
        width: 50%;
    }

    .rentalstaff {
        padding: 10px;
    }

    .halfleft {
        width: 100%;
        padding-right: 0;
        padding-bottom: 15px;
    }

    .halfright {
        width: 100%;
        padding-left: 0;
        padding-top: 15px;
        border-top: 1px solid #202020;
        border-left: none;
    }
}

@media screen and (max-width: 650px) {
    .mainlogo {
        width: 250px;
    }

    .angleright {
        border-right: 50px solid transparent;
        border-top: 85px solid #fff;
    }

    .mainlogo a {
        width: 200px;
        height: 85px;
    }

    .righthead {
        width: calc(100% - 200px);
        margin-left: -50px;
        )
    }

    .maintitle {
        padding-top: 50px;
    }
	
	.slider{
	margin-top: 70px !important;
}

}

@media screen and (max-width: 600px) {
    .manufacturer {
        width: 100%;
    }

    .maintitle h1 {
        font-size: 40px;
        letter-spacing: 7px;
    }

    .partbutton {
        width: 100%;
        padding: 10px 0;
    }

    .maintitle {
        background-attachment: local;
        background-size: 100%;
        background-position: center;
    }

    #scroller li {
        width: 49%;
    }
}

@media screen and (max-width: 500px) {
    .tire img {
        width: 200%;
    }
	
	.button {margin: 0 auto;}

    .mapleft h2 {
        font-size: 20px;
    }

    .mapright h2 {
        font-size: 20px;
    }

    .halves {
        width: 100%;
		gap: 5px;
    }

    #mobilemarg {
        margin-top: 20px;
    }

    .bottomfoot p {
        width: 100%;
        text-align: center !important;
    }

    .mainleft h1 {
        text-align: center;
    }

    .mainleft h4 {
        text-align: center;
    }
	
	.Costars {
		width: 100%;
		text-align: center;
	}

    .mainleft p {
        text-align: center;
        font-size: 16px;
        line-height: 20px;
    }

    .mainright h3 {
        text-align: center;
    }

    #formpage td {
        width: 100%;
        padding: 0;
    }

    .equipfourth {
        width: 100%;
        margin: 7px 0;
    }

    .equipfourth h2 {
        height: auto;
    }

    .saleimg {
        width: 100%;
        float: left;
        height: 350px;
    }

    .equipimg {
        height: 350px;
    }

    .staffimg {
        width: 100%;
        padding-right: 0;
        border-right: none;
    }

    .staffimg img {
        width: 100%;
        max-width: 250px;
        margin: 0 auto;
        display: block;
        float: none;
    }

    .staffinfo {
        width: 100%;
        padding-left: 0;
        padding-top: 15px;
        border-top: 1px solid #202020;
        margin-top: 15px;
    }

    .blue h3 {
        text-align: center;
    }

    .blue p {
        text-align: center;
    }

    .staffbox {
        width: 100%;
    }

    .rentalstaff {
        width: 100%;
        padding: 10px;
    }

    .teambuttons .fullbutton {
        width: 100%;
    }

    #bottomhalf {
        width: 100%;
    }

    .salesstaffbox {
        width: 100%;
        float: left;
        padding: 10px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 460px) {
    .mainleft h1 {
        letter-spacing: 10px;
        font-size: 20px;
    }
}

@media screen and (max-width: 375px) {
    .saleimg {
        width: 100%;
        float: left;
        height: 250px;
    }

    .equipimg {
        height: 250px;
    }
}

@media screen and (max-width: 350px) {
    .mainleft h1 {
        letter-spacing: 5px;
    }

    .mainlogo a {
        width: 150px;
        height: 75px;
    }

    .mainlogo {
        width: 200px;
    }

    .mainlogo a img {
        margin-top: 7px;
    }

    .righthead {
        width: calc(100% - 150px);
    }

    .angleright {
        border-top: 75px solid #fff;
    }
}


#showmobile {
    display: none;
}



@media screen and (max-width: 1530px) {
    #hidemobile {
        display: none;
    }

    #showmobile {
        display: block;
    }

    #dynamicContent {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }
}