﻿/***** 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 --------

*/

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

body {

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none; cursor: pointer !important;}
button:hover {cursor: pointer !important;}

html {font-family: 'Commissioner', sans-serif !important;}

hr{border:#000 1px solid;}

/*--- HEADER STYLES ---------------------*/
header {background: #010101; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; position: relative; z-index: 500;}
#header-wrapper {width: 95%; margin: 0 auto; display: flex; justify-content: flex-end; gap: 40px; padding: 10px 0;}
#header-wrapper a {color: #fff; font-size: 14px; font-weight: 600;}
#header-wrapper a:hover {color: #C5C5C5; transition: .5s;}
header p {color: #FE640D !important; font-weight: bold;}


/*---BODY--------------------------------*/
/*---DEFAULT---*/
#hero {background: url(/siteart/hero.jpg) no-repeat; background-size: cover; background-position: right;}
.hero-inventory {display: flex; gap: 10px; margin-top: 90px; padding-bottom: 40px;}
.hero-inventory a {background: #fff; border-radius: 5px;}
.inventory-flex {display: flex; justify-content: space-between; align-items: center; padding: 15px 20px;}
#hero-overlay {background: linear-gradient(90deg, #D9D9D9, transparent); margin-top: -200px; padding-top: 240px; padding-left: 30px; width: 80%;}
#hero-overlay h1 {font-size: 35px; font-weight: bold;}
#hero-overlay p {font-size: 16px; line-height: 22px; width: 450px; font-family: 'Commissioner', sans-serif !important; padding-top: 15px; padding-bottom: 20px;}
#hero-overlay button {background: #FE640D; color: #fff; font-size: 15px; width: 200px; padding: 10px 0; border-radius: 5px; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; border: none; font-weight: bold;}
#hero-overlay button:hover {background: #1D1D1D;}
.hero-inventory a {width: 300px; color: #010101;}
.hero-inventory p {width: 100% !important; padding: 0px !important; font-size: 13px !important;}
.hero-inventory h2 {font-size: 18px;}
.hero-inventory i { font-size: 26px;}
.hero-inventory a:last-child {background: #1D1D1D !important; color: #fff !important;}
.hero-inventory a:hover {box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; background: rgba(255,255,255,0.85) !important;}
.hero-inventory a:hover {color: #000 !important; transition: .5s;}
.hero-inventory a:last-child:hover {background: rgba(29,29,29,0.85) !important; color: #fff !important;}


#shop-parts {background: url("/siteart/shop-parts.jpg") no-repeat; background-size: cover; background-position: center; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; width: 100%; border-radius: 5px;}
#rentals {background: url("/siteart/rentals.jpg") no-repeat; background-size: cover; background-position: center; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; width: 100%; border-radius: 5px;}
#get-service {background: url("/siteart/get-service.jpg") no-repeat; background-size: cover; background-position: center; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; width: 100%; border-radius: 5px;}
#shop-sales {background: url("/siteart/shop-sales.jpg") no-repeat; background-size: cover; background-position: center; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; width: 100%; border-radius: 5px;}
.inventory-overlay {background: rgba(1,1,1,0.85); border-radius: 5px; padding: 30px;}
#inventory-imgs {width: 95%; margin: 0 auto; display: flex; justify-content: space-between; gap: 10px; margin-top: 40px;}
.inventory-overlay h2 {color: #fff; font-size: 24px; padding-bottom: 8px;}
.inventory-overlay p {color: #fff; font-size: 15px; line-height: 21px;}
.inventory-overlay button {background: #FE640D; color: #fff; font-size: 15px; width: 100px; padding: 10px 0; border-radius: 5px;  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; border: none; font-weight: bold; margin-top: 70px; border: 2px #FE640D solid;}
/*.inventory-overlay a:hover button {background: #D8D8D8; color: #1D1D1D; transition: .5s;}*/
.inventory-overlay a:hover h2 {color: #FE640D; transition: .5s;}
.inventory-overlay a:hover button {border: 2px #fff solid; background: #010101; transition: .5s;}

#about-mse {width: 95%; margin: 0 auto; display: flex; justify-content: space-between; margin-top: 80px; gap: 80px;}
#about-mse h3 {font-size: 28px; font-weight: bold; margin-bottom: 10px;}
#about-mse h3 span {font-size: 20px; font-weight: normal; line-height: 30px;}
#about-mse p {font-size: 15px; line-height: 21px; padding-bottom: 10px;}
.about-mse-content {width: 65%;}
.about-mse-content button {background: #FE640D; color: #fff; font-size: 15px; width: 200px; padding: 10px 0; border-radius: 5px;  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; border: none; font-weight: bold; margin-top: 15px;}
.about-mse-content button:hover {background: #1D1D1D; transition: .5s;}
.about-mse-dealers {width: 35%;}
.mse-dealer-hide {display: none;}


#inventory-search {background: #010101; margin-top: 60px; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; margin-bottom: 20px;}
.search-wrapper {width: 95%; margin: 0 auto; padding: 15px 0;}
.search-wrapper form {display: flex; justify-content: space-between; gap: 20px;}
.search-wrapper form input {width: 100%; padding: 10px 0 10px 12px; font-size: 15px;}
.condition {width: 55% !important;}
.search-wrapper form button {background: #FE640D; color: #fff; font-size: 15px; width: 30%; padding: 10px 0; border-radius: 5px; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; border: none; font-weight: bold; margin-left: 60px; border: 2px #FE640D solid;}
.search-wrapper form button:hover {background: #010101; transition: .5s; border: 2px #fff solid;}

/*---ABOUT---*/
#about-hero {background: url("/siteart/about-hero.jpg") no-repeat; background-size: cover; background-position: center;}
#about-overlay {background: linear-gradient(0deg, #fff, transparent); margin-top: -200px; padding-top: 258px; width: 100%;}
#about-us {width: 90%; margin: 0 auto; padding-top: 50px;padding-bottom: 70px;}
#about-us h2 {font-size: 32px; font-weight: bold; color: #FE640D; margin-bottom: 20px;}
#about-us h1 {font-size: 20px; font-weight: normal;}
#about-us p {font-size: 15px; line-height: 21px; margin-top: 10px;}
#about-us button {background: #FE640D; color: #fff; font-size: 15px; width: 200px; padding: 10px 0; border-radius: 5px;  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; border: none; font-weight: bold; margin-top: 30px;}
#about-us button:hover {background: #1D1D1D; transition: .5s;}
.about-excavator {background: #fff; width: 75%; margin: 0 auto; margin-top: -40px; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; border-radius: 10px; position: relative;}
.about-reel-mobile {display: none;}
#about-hero-full {background: url("/siteart/about-hero-full.jpg") no-repeat; background-size: cover; background-position: center;}
.about-reel-desktop {width: 90%; margin: 0 auto; padding-bottom: 40px;}

/*---CONTACT---*/
#contact-bkgrd {background: url("/siteart/hero.jpg") no-repeat; background-size: cover; background-position: center;}
#contact-wrapper {width: 95%; margin: 0 auto; padding: 75px 0 95px 0;}
#contact-wrapper h1 {color: #fff; font-size: 32px; line-height: 36px; font-weight: 400; width: 800px; padding-bottom: 10px;}
#contact-wrapper p {color: #fff; font-size: 15px; line-height: 21px; padding-bottom: 5px;}
#contact-wrapper button { background: #40C16E; border: none; color: #fff; border-radius: 20px; padding: 9px 0; width: 200px; font-family: 'Aileron', sans-serif; font-weight: 600; font-size: 14px; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
#contact-wrapper button:hover {background: #989898; transition: .5s;}
#contact-wrapper .form-phone {padding-top: 30px !important;}
#contact-wrapper .form-phone p {padding-bottom: 10px;}
.contact-form tr {display: flex; gap: 20px; color: #010101 !important;}
.contact-form td {width: 100%; color: #010101 !important;}
.contact-form input {width: 100%; color: #010101 !important;}
.contact-form input {padding: 8px 0px 8px 15px; margin-bottom: 8px; font-family: 'Commission', sans-serif; color: #010101 !important; border: none; border-radius: 2px; background: #F0F0F0;}
.contact-form .select {width: 50.35%;}
.contact-form select {width: 100%; padding: 8px 0px 8px 7px; margin-bottom: 8px;}
.contact-form textarea {width: 100.5%; font-family: 'Commission', sans-serif; padding: 8px 0px 8px 12px; color: #010101 !important; border: none; border-radius: 2px; background: #F0F0F0;}
.contact-form .captcha-selected {margin-top: 55px; width: 100%;}
.contact-form .CaptchaAnswerPanel input, .contact-form .submit, .contact-form .reset {width: 200px !important;}
.contact-form .CaptchaWhatsThisPanel a {color: #010101 !important; font-family: 'Commission', sans-serif; font-size: 15px; font-weight: 600;}
.contact-form .CaptchaWhatsThisPanel a:hover {cursor: pointer; border-bottom: #010101 2px solid;}
.contact-form .CaptchaMessagePanel {font-weight: 300; font-family: 'Commission', sans-serif; font-size: 15px; color: #010101;}
.contact-form .submit, .contact-form .reset {background: #FE640D; color: #fff !important; font-size: 15px; width: 200px; padding: 10px 0; border-radius: 5px;  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; border: none; font-weight: bold;}
.contact-form .submit:hover, .contact-form .reset:hover {background: #010101; transition: .5s;}
.margin-top-send {margin-top: 13px;}
.contact-form .service-radio input {width: 2%;}
.contact-form .service-radio label {margin-right: 15px;}
.contact-form .service-radio p {margin-bottom: 4px;}
.captcha-selected {display: flex; justify-content: center;}
.contact-form .submitselect {background: #FE640D; color: #fff; font-size: 15px; width: 200px; padding: 10px 0; border-radius: 5px;  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; border: none; font-weight: bold; margin-top: 22px; display: block; text-align: center;}
.contact-form .submitselect:hover {background: #010101; transition: .5s; cursor: pointer !important;}
.contact-form .captcha {display: flex; justify-content: center; gap: 12px;}
.contact-form .captcha-selected {width: 100%; margin: 0 auto !important; margin-top: 11px !important;  color: #fff!important;}
.contact-form .form-form {width: 90% !important; margin: 0 auto; padding-top: 50px; padding-bottom: 70px;}
.contact-form .form-form p {padding-bottom: 20px; color: #010101; line-height: 24px; font-size: 17px;}

.contact-map h4 {font-size: 26px; color: #FE640D; margin-bottom: 10px; margin-top: 30px;}
.contact-map a {color: #fff; font-size: 15px; line-height: 26px; font-weight: bold;}
.contact-map a:hover {color: #FE640D;}
.contact-map-frame {width: 60%;}
.contact-map {display: flex; width: 85%; margin: 0 auto; justify-content: space-between; padding-top: 35px; padding-bottom: 40px;}
.contact-map-bkgrd {background: #010101; margin-top: -30px;}
.form-form h2 {font-size: 28px; margin-bottom: 5px;}
.contact-form table {width: 99% !important;}
.utah-map {width: 60%;}
.contact-map-bkgrd p {color: #fff; font-weight: bold; font-size: 17px; text-align: center; padding-top: 60px; width: 95%; margin: 0 auto;}
.contact-map-bkgrd p span {color: #FE640D;}

/*---THANKS---*/
.thank-you-sub button {background: #FE640D; color: #fff; font-size: 15px; width: 200px; padding: 10px 0; border-radius: 5px;  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; border: none; font-weight: bold;}
.thank-you-sub button:hover {background: #1D1D1D; transition: .5s;}
.thank-you-sub {display: flex; gap: 20px;}
.thank-you h2 {padding-bottom: 4px;}
.thank-you p {padding-bottom: 25px !important;}

/*---SERVICE---*/
.sub-header h3 {padding-top: 20px; padding-bottom: 5px;}
/*--------FORM STYLES--------------------*/




/*-------- FOOTER STYLES ----------------*/
#footer {background: #010101; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
.footer-wrapper {width: 95%; margin: 0 auto; display: flex; justify-content: space-between; padding-top: 50px; padding-bottom: 70px;}
#footer h4 {color: #FE640D; padding-bottom: 15px;}
#footer a {color: #fff; font-size: 14px; line-height: 25px;}
#footer a:hover {color: #FE640D; transition: .5s;}
footer li {display: flex; align-items: center;}
footer p {color: #FE640D !important; font-weight: bold;}
#hosted-site {width: 95%; margin: 0 auto; text-align: center; padding: 15px 0;}
#hosted-site h5 {color: #bbb; font-size: 12px; font-weight: 300;}



/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.list-content, .parts-list-content {margin-top: 50px !important; margin-bottom: 100px !important;}
.list-top-section .list-title .list-title-text, .list-top-section .list-title .list-listings-count, .list-content .media-buttons .print-this, .list-content .media-buttons .email-this, .list-top-section .sticky-top-menu .listing-option-bar-content .list-listings-count, .body-content, .faceted-search-content .faceted-section-head .faceted-section-title, .faceted-search-content .faceted-section-box .faceted-search, .faceted-search-content .selected-facets-container .selected-facet, .list-content .list-error-container .info button:not(.login-button)   {font-family: 'Commissioner', sans-serif !important;}
.list-top-section .list-title .list-listings-count, .list-top-section .sticky-top-menu .listing-option-bar-content .list-listings-count, .parts-list-content .error-message  {color: #FE640D !important;}
.faceted-search-content .faceted-section-box .faceted-search {background: #010101 !important;}
.faceted-search-content .faceted-section-box .faceted-search:hover, .faceted-search-content .selected-facets-container .selected-facet, .list-content .list-error-container .info button:not(.login-button)  {background: #FE640D !important; transition: .5s;}


/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 1570px) {
	.inventory-overlay p {width: 80%;}
}
@media only screen and (max-width: 1420px) {
	#about-mse {gap: 60px;}
	.about-mse-dealers { width: 40%;}
	.about-mse-content {width: 60%;}
}
@media only screen and (max-width: 1350px) {
	#about-us p {width: 100%;}
}
@media only screen and (max-width: 1260px) {
	.search-wrapper form button {width: 40%; margin-left: 0px;}
	.search-wrapper form {gap: 10px;}
}
@media only screen and (max-width: 1200px) {
	#hero-overlay {width: 100%; background: rgba(217,217,217,0.85); padding-left: 0px;}
	.hero-wrapper {width: 95%; margin: 0 auto;}
	.hero-inventory {justify-content: center;}
	.hero-inventory a {width: 100%;}
	#about-overlay {padding-top: 210px;}
	.about-excavator {background: #fff !important;}
	.about-excavator { width: 90%; margin-top: -10px;}
	.contact-map {width: 90%;}
}
@media only screen and (max-width: 1165px) {
	#inventory-imgs {flex-wrap: wrap; gap: 0px;}
	#shop-parts, #rentals, #get-service, #shop-sales {width: 49.5%; margin-bottom: 10px;}
	.inventory-overlay p {width: 100%;}
}
@media only screen and (max-width: 1100px) {
	#about-mse {flex-wrap: wrap; margin-top: 60px;}
	.about-mse-content {width: 100%;}
	.about-mse-dealers {display: none;}
	.about-mse-dealers2 {margin: 0 auto; width: 100%;}
	.mse-dealer-hide {display: contents;}
}
@media only screen and (max-width: 1000px) {
	.contact-map {flex-wrap: wrap; padding-top: 0px;}
	.contact-map #map-locations, .contact-map .utah-map {width: 100%;}
	.contact-map .utah-map {padding-top: 35px;}
}
@media only screen and (max-width: 950px) {
	#header-wrapper p {display: none;}
	#header-wrapper {gap: 15px;}
	#header-wrapper a i {font-size: 16px;}
}
@media only screen and (max-width: 900px) {
	.thank-you-sub button, .thank-you-sub a {width: 100%;}
}
@media only screen and (max-width: 800px) {
	.inventory-overlay p {width: 80%;}
	.search-wrapper form {flex-wrap: wrap;}
	.condition {width: 100% !important;}
	.search-wrapper form button {width: 200px; margin-top: 20px;}
	.search-wrapper {padding: 30px 0;}
}
@media only screen and (max-width: 700px) {
	#shop-parts, #rentals, #get-service, #shop-sales {width: 100%;}
	#about-mse {margin-top: 50px;}
	.inventory-overlay p {width: 100%;}
	.about-mse-dealers {width: 80%;}
	.about-reel-mobile {display: contents;}
	.about-reel-desktop {display: none;}
	.about-excavator {padding-bottom: 40px;}
	.contact-form .about-excavator {padding-bottom: 0px !important;}
}
@media only screen and (max-width: 600px) {
	#hero-overlay button, .inventory-overlay button, .about-mse-content button, .search-wrapper form button, #about-us button, .contact-form .submitselect, .contact-form .submit, .contact-form .reset, .thank-you-sub button {width: 100% !important; padding: 12px 0;}
	.hero-inventory {flex-wrap: wrap;}
	.hero-inventory a {width: 100%;}
	#hero-overlay p {width: 100%; padding-top: 20px; padding-bottom: 30px;}
	.mse-dealer-hide {display: none;}
	.about-mse-dealers {display: contents;}
	.re-open-dealers {width: 100%; margin: 0 auto;}
	#header-wrapper {justify-content: center;}
	.about-excavator {width: 95%;}
	.contact-form .captcha {flex-wrap: wrap; gap: 2px;}
	.contact-form tr {flex-wrap: wrap; gap: 0px;}
	.contact-form input {padding: 12px 0px 12px 15px; width: 97.5%;}
	.contact-form textarea {padding: 12px 0 12px 12px; width: 98%;}
	.contact-form table {width: 100% !important;}
	.thank-you-sub {flex-wrap: wrap; gap: 10px}
	.thank-you p {padding-bottom: 30px !important;}
	.thank-you h2 {padding-bottom: 10px;}
}
@media only screen and (max-width: 500px) {
	.inventory-overlay {padding: 30px 20px;}
}
@media only screen and (max-width: 450px) {
	.footer-wrapper {flex-wrap: wrap; gap: 35px;}
	.footer-wrapper div {width: 100%;}
}
@media only screen and (max-width: 400px) {
	.contact-form textarea {width: 97%;}
	.contact-form input {width: 96.5%;}
}
@media only screen and (max-width: 350px) {
	#about-us {padding-bottom: 60px;}
}
@media only screen and (max-width: 300px) {
	#hero-overlay h1 {font-size: 30px;}
}




