﻿/***** 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;}


hr{border:#000 1px solid;}
html {font-family: "lato", sans-serif;}

/*--- HEADER STYLES ---------------------*/
header {width: 95%; margin: 0 auto; padding: 20px 0; display: flex; justify-content: space-between; align-items: center;}
.header-links {display: flex; gap: 70px; align-items: center;}
.header-links a > div {display: flex; align-items: center; gap: 12px;}
.header-links a i {color: #F47C20; font-size: 30px;}
.header-links a > div p {color: #231F20; font-size: 18px; font-weight: bold; line-height: 18px; text-transform: uppercase;}
.header-links a > div p span {font-size: 13px !important; font-weight: lighter !important; text-transform: capitalize !important;}
.header-links a:hover i {color: #CE5F0A; transition: .5s;}
.header-links a:hover p {color: #CE5F0A; transition: .5s;}

/*---BODY--------------------------------*/
/*---DEFAULT---*/
.hero-overlay {background: linear-gradient(to right, rgba(35,31,32,.70),rgba(35,31,32,.00)); position: absolute; width: 100%; height: 560px; display: flex; justify-content: center; align-items: flex-end;}
.hero-content {width: 95%; margin: 0 auto; padding-bottom: 60px;}
.reel img {overflow: hidden; height: 560px; object-fit: cover;}
.hero-content p {color: #fff; font-size: 20px; text-transform: uppercase; font-weight: bold;}
.hero-content h1 {font-size: 65px; font-weight: bold; text-transform: uppercase; color: #fff; width: 800px; line-height: 70px;}
.hero-content button {background: #F47C20; color: #231F20; border-radius: 30px; width: 220px; padding: 10px 0; font-size: 16px; font-weight: bold; border: none; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; margin-top: 20px; border: 2px transparent solid;}
.hero-content button:hover {background: transparent; color: #fff; border: 2px #fff solid;}

.body-bkgrd {background: rgba(244,244,244,0.70); position: relative; top: 560px; padding-top: 40px; padding-bottom: 100px;}
#search-inv {width: 95%; margin: 0 auto; background: #231F20; border-radius: 3px;}
.hero-search {width: 95%; margin: 0 auto; padding: 10px 0;}
.inventory-search form {display: flex; justify-content: space-between; align-items: center; gap: 8px;}
.inventory-search form p {font-size: 22px; text-transform: uppercase; color: #fff; font-weight: lighter; width: 200px;}
.inventory-search form input {width: 22%; font-family: 'Lato', sans-serif; padding: 8px 0 8px 15px; font-size: 15px; line-height: 15px;}
.inventory-search form button {width: 220px; background: #F47C20; color: #231F20; font-size: 15px; padding: 13px 0; line-height: 15px; border: 2px transparent solid; font-family: 'Arial' sans-serif; font-weight: bold;}
.inventory-search form button:hover {background: transparent; color: #fff; border: 2px #fff solid;}

#home-about {display: flex; width: 90%; margin: 0 auto; justify-content: space-between; align-items: center; padding-top: 100px; gap: 100px;}
#home-about > div {width: 50%;}
.home-about-header p {font-size: 20px; text-transform: uppercase; font-weight: bold; margin-bottom: 5px;}
.home-about-header h2 {font-size: 40px; text-transform: uppercase; font-weight: bold; line-height: 45px; width: 600px;}
.home-about-header h2 span {color: #F47C20;}
.home-about-header button {background: #F47C20; color: #231F20; border-radius: 30px; width: 220px; padding: 10px 0; font-size: 16px; font-weight: bold; border: none; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; margin-top: 25px;}
.home-about-header button:hover {background: #231F20; color: #fff;}
.home-about-content p {font-size: 16px; margin-bottom: 8px; line-height: 26px;}
.home-about-button {display: none;}

.core-content {width: 90%; margin: 0 auto;}
.core-content h3  {font-size: 28px; text-transform: uppercase; font-weight: bold; color: #231F20; text-align: center;}
.core-content > div {display: flex; justify-content: space-between; gap: 20px; margin-top: 35px; z-index: 900; position: relative;}
.core-content > div > div {width: 100%; background: #fff; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; padding: 50px 0; text-align: center;}
.core-icon {display: flex; justify-content: center;}
.core-icon i {background: #F47C20; color: #fff; height: 70px; width: 70px; display: flex; justify-content: center; align-items: center; font-size: 30px; border-radius: 50px;}
.core-content h4 {font-size: 22px; margin-top: 18px;}
.core-img {display: flex; justify-content: flex-end;}
.core-img img {position: absolute;}
.core-content {padding-top: 120px;}

#home-contact {background: url("/siteart/water-truck-bkgrd.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 10px; width: 95%; margin: 0 auto; margin-top: 100px; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
.home-contact-overlay {background: rgba(35,31,32,0.90); border-radius: 10px; padding: 60px 0;}
.home-contact-width {width: 80%; margin: 0 auto; text-align: center;}
.home-contact-width h3 {font-size: 28px; text-transform: uppercase; font-weight: bold; color: #fff; width: 900px; margin: 0 auto;}
.home-contact-width p {font-size: 18px; color: #fff; margin: 20px 0 35px 0;}
.home-contact-width button {background: #F47C20; color: #231F20; border-radius: 30px; width: 220px; padding: 10px 0; font-size: 16px; font-weight: bold; border: none; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; border: 2px transparent solid;}
.home-contact-width button:hover {background: transparent; color: #fff; border: 2px #fff solid;}

#home-contact-form {width: 95%; margin: 0 auto; background: #fff; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; margin-top: 100px; border-radius: 10px;}
.form-flex {display: flex; justify-content: space-between;}
.form-flex > div {width: 50%;}
.equip-rent {background: url("/siteart/equip-rent-bkgrd.jpg") no-repeat; background-position: center; background-size: cover; border-radius: 0px 10px 10px 0;}
.equip-rent-overlay {background: rgba(244,124,32,0.90); height: 100%; display: flex; align-items: flex-end; border-radius: 0px 10px 10px 0;}
.equip-rent-overlay > div {padding: 40px;}
.equip-rent-overlay p {font-size: 20px; text-transform: uppercase; font-weight: bold; margin-bottom: 5px; color: #fff;}
.equip-rent-overlay h2 {font-size: 60px; color: #fff; line-height: 65px; text-transform: uppercase; width: 400px; margin-bottom: 20px;}
.equip-rent-overlay a {font-size: 18px; color: #fff;}
.equip-rent-overlay a:hover i {padding-left: 10px; transition: .5s;}

/*---ABOUT US---*/
#about-us-bkgrd {background: url("/siteart/about-us-bkgrd.jpg") no-repeat; background-position: center; background-size: cover;}
.about-us-overlay {background: rgba(35,31,32,0.80); padding: 90px 0 70px 0;}
.about-us-overlay h1 {width: 95%; margin: 0 auto; text-align: center; font-size: 55px; font-weight: bold; text-transform: uppercase; color: #fff; line-height: 60px;}
.about-us-body .body-bkgrd {top: 0px; background: rgba(244, 244, 244, 0.50); padding-top: 50px; padding-bottom: 80px;}
.about-body-content {width: 90%; margin: 0 auto;}
.about-body-content p {width: 80%; font-size: 16px; line-height: 26px;}
.about-body-content button {background: #F47C20; color: #231F20; border-radius: 30px; width: 220px; padding: 10px 0; font-size: 16px; font-weight: bold; border: none; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; margin-top: 25px;}
.about-body-content button:hover {background: #231F20; color: #fff;;}
.about-content-header p {font-size: 18px; text-transform: uppercase; font-weight: bold;}
.about-content-header h2 {font-size: 35px; text-transform: uppercase; font-weight: bold; line-height: 40px; margin-bottom: 10px;}

.about-us-body .contact-form {width: 85%; margin: 0 auto; padding: 50px; border: 1px #CFCFCF solid; margin-top: 80px; border-radius: 10px; margin-bottom: 100px;}

/*---CONTACT US---*/
#contact-bkgrd {background: url("/siteart/contact-bkgrd.jpg") no-repeat; background-position: center; background-size: cover;}
.contact-page-links p a {color: #000;}
.contact-page-links p a:hover {color: #F47C20; transition: .5s;}
.store-hours {display: flex; gap: 50px;}
.store-hours li {line-height: 28px;}
.contact-flex {display: flex; justify-content: space-between; align-items: center;}

/*---THANK YOU---*/
.thankyou-link p a {color: #F47C20; border-bottom: 1px transparent solid;}
.thankyou-link p a:hover {border-bottom: 1px #F47C20 solid;}

/*--------FORM STYLES--------------------*/
.contact-form {padding: 40px;}
.contact-form p {margin-bottom: 15px;}
.contact-form i {color: #006699;}
.contact-form li {line-height: 25px;}
.contact-form tr {display: flex; gap: 30px;}
.contact-form td {width: 100%; color: #007D61 !important;}
.contact-form input {width: 100%;}
.contact-form input {padding: 11px 0px 11px 16px; margin-bottom: 8px; font-family: 'inter-variable', sans-serif; border: 1px rgba(202,202,202,0.50) solid; font-size: 14px;}
.contact-form .select {width: 50.35%;}
.contact-form select {width: 100%; padding: 14px 0px 11px 16px; margin-bottom: 8px; font-size: 15px; font-family: 'inter-variable', sans-serif; border: 1px rgba(202,202,202,0.50) solid; color: #868686;}
.contact-form textarea {width: 100%; font-family: 'inter-variable', sans-serif; padding: 11px 0px 11px 16px; border: 1px rgba(202,202,202,0.50) solid; font-size: 14px;}
.contact-form .captcha-selected {margin-top: 55px; width: 100%;}
.contact-form .CaptchaAnswerPanel input, .service-form .submit, .service-form .reset {width: 200px !important;}
.contact-form .CaptchaWhatsThisPanel a {color: #212121 !important; font-family: 'inter-variable', sans-serif; font-size: 15px; font-weight: 600;}
.contact-form .CaptchaWhatsThisPanel a:hover {cursor: pointer; border-bottom: #212121 2px solid;}
.contact-form .CaptchaMessagePanel {font-weight: 300; font-family: 'inter-variable', sans-serif; font-size: 15px; color: #000;}
.contact-form .submit, .service-form .reset {background: #F47C20; color: #231F20; border-radius: 30px; width: 220px; padding: 10px 0; font-size: 16px; font-weight: bold; border: none; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
.contact-form .submit:hover, .service-form .reset:hover {background: #231F20; color: #fff; cursor: pointer !important;}
.margin-top-send {margin-top: 13px;}
.captcha-selected {display: flex; justify-content: center;}
.contact-form .submitselect {background: #F47C20; color: #231F20; border-radius: 30px; width: 220px; padding: 10px 0; font-size: 16px; font-weight: bold; border: none; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; display: flex; justify-content: center; margin-top: 25px; font-family: 'Arial', sans-serif;}
.contact-form .submitselect:hover {background: #231F20; color: #fff;}
.contact-form .captcha {display: flex; justify-content: center; gap: 12px;}
.contact-form .captcha-selected {width: 100%; margin: 0 auto !important; margin-top: 11px !important;}
.contact-form .form-form {width: 97% !important; padding-top: 5px !important;}
.contact-form .form-form p {color: #272727; font-size: 16px; line-height: 24px; margin-bottom: 8px;}
.contact-form .sub-header h2 {font-weight: 600; font-size: 20px; padding-bottom: 10px; padding-top: 20px;}
.contact-form h3 {padding-top: 2px;}
.contact-form label {font-family: 'oswald', sans-serif; text-transform: uppercase; font-size: 26px; color: #006699; font-weight: bold; line-height: 28px;}
.form-bkgrd {background: url("/siteart/about-bkgrd.jpg") no-repeat; background-position: center; background-size: cover;}
.form-white {background: #fff; width: 85%; margin: 0 auto; border-radius: 10px; margin-bottom: 90px;}
.tr-three {gap: 30px !important; width: 100%;}

/*-------- FOOTER STYLES ----------------*/
footer{background: #231F20; position: relative; top: 560px;}
#footer {width: 95%; margin: 0 auto; padding: 40px 0 80px 0; display: flex; justify-content: space-between;}
.footer-socials {display: flex; gap: 10px; margin-top: 10px;}
.footer-socials i {color: #fff; font-size: 22px;}
.footer-links {display: flex; gap: 150px;}
.footer-links p {font-size: 17px; text-transform: uppercase; font-weight: bold; color: #fff;}
.footer-links ul {margin-top: 10px;}
.footer-links li a {font-size: 14px; color: #fff; line-height: 28px;}
footer a:hover i {color: #F47C20; transition: .5s;}
footer a:hover {color: #F47C20; transition: .5s;}
.footer-links a:hover i {padding-left: 10px; transition: .5s;}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.inventory-position .body-bkgrd {top: 0px;}
.inventory-footer footer {top: 0px;}
.faceted-search-content .selected-facets-container .selected-facet, .motionrentscomhdev-88jlbf {background: #F47C20 !important;}
.list-top-section .list-listings-count, .listing-prices__retail-price, .listing-prices__discount-formatted-price, .listing-prices__alternate-retail-price, .listing-prices__exclusive-wholesale-price {color: #F47C20 !important;}
.disclaimer span {font-family: 'Lato', sans-serif !important; font-size: 16px; line-height: 24px !important;}
.rent-title, .lease-title, .fractional-title {background: transparent !important;}
.list-top-section .sticky-top-menu {background: rgba(244,244,244,0.70) !important;}
.detail-wrapper {padding-top: 50px !important;}

/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 1240px) {
	.header-links {display: none;}
	header {justify-content: center;}
	.hero-content h1 {font-size: 60px; line-height: 65px;}
	.inventory-search form p {font-size: 20px;}
	.inventory-search form input {font-size: 14px; line-height: 14px;}
	.inventory-search form button {font-size: 14px; line-height: 14px;}
	.home-about-header h2 {width: 100%;}
	.core-content > div > div {padding: 30px 0;}
	.core-icon i {height: 60px; width: 60px; font-size: 25px;}
	.core-content h4 {font-size: 20px; margin-top: 15px;}
	.home-contact-width h3 {width: 100%;}
	.equip-rent-overlay h2 {font-size: 55px; line-height: 60px;}
	.about-body-content p {width: 100%;}
	.about-us-overlay h1 {font-size: 50px; line-height: 55px;}
	.about-us-overlay {padding: 80px 0 60px 0;}
	.about-us-body .contact-form {padding: 60px 40px;}
	.contact-flex {flex-wrap: wrap; gap: 50px;}
	.contact-flex > div {width: 100%;}
	.contact-flex iframe {width: 100% !important;}
}
@media only screen and (max-width: 1050px) {
	.hero-content h1 {font-size: 55px; line-height: 60px;}
	.hero-content p {font-size: 18px; margin-bottom: 8px;}
	.inventory-search form p {width: 225px;}
	.home-about-header p {font-size: 17px;}
	.home-about-header h2 {font-size: 35px; line-height: 40px;}
	.core-content h3, .home-contact-width h3 {font-size: 25px;}
	.core-content > div {margin-top: 30px;}
	.core-icon i {height: 50px; width: 50px; font-size: 22px;}
	.core-content h4 {font-size: 18px; margin-top: 12px;}
	.home-contact-width p {margin: 15px 0 30px 0; font-size: 16px;}
	.equip-rent-overlay p {font-size: 17px;}
	.equip-rent-overlay h2 {font-size: 50px; line-height: 55px;}
	.equip-rent-overlay a {font-size: 16px;}
	.footer-links {gap: 100px;}
}
@media only screen and (max-width: 1000px) {
	.form-flex {flex-wrap: wrap;}
	.form-flex > div {width: 100%;}
	.equip-rent-overlay, .equip-rent {border-radius: 0px 0px 10px 10px;}
}
@media only screen and (max-width: 900px) {
	.hero-content h1 {width: 100%;}
	.inventory-search form {flex-wrap: wrap;}
	.inventory-search form button {width: 100%;}
	.inventory-search form input, .inventory-search form p {width: 22%;}
	#home-about {flex-wrap: wrap; gap: 25px; padding-top: 80px;}
	#home-about > div {width: 100%;}
	.home-about-header button {display: none;}
	.home-about-button {display: contents;}
	.home-about-content button {background: #F47C20; color: #fff; border-radius: 30px; width: 220px; padding: 10px 0; font-size: 16px; font-weight: bold; border: none; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; margin-top: 25px;}
	.core-content > div {flex-wrap: wrap;}
	.core-content > div > div {width: 48.5%;}
	.core-img {display: none;}
	.core-content {padding-top: 90px;}
	#footer {flex-wrap: wrap; gap: 40px;}
	#footer > div {width: 100%;}
}
@media only screen and (max-width: 800px) {
	header > div:first-child {text-align: center;}
	header > div:first-child img {width: 90%; margin: 0 auto;}
	.inventory-search form input, .inventory-search form p {width: 100%;}
	.inventory-search form p {font-size: 18px;}
	.inventory-search form {gap: 10px;}
	.hero-search {padding: 35px 0;}
	.core-content > div > div {width: 48%;}
	#home-about {width: 95%;}
	.core-content {width: 95%;}
	.core-content {width: 95%;}
	#home-contact {width: 100%; border-radius: 0px;}
	.home-contact-overlay {border-radius: 0px;}
	.home-contact-width {width: 90%;}
	.about-body-content {width: 95%;}
	.about-us-overlay h1 {font-size: 45px; line-height: 50px;}
	.about-content-header p {font-size: 17px !important;}
	.about-content-header h2 {font-size: 30px; line-height: 35px;}
	.about-us-body .contact-form {padding: 60px 30px;}
}
@media only screen and (max-width: 650px) {
	.hero-content h1 {font-size: 50px; line-height: 55px;}
	.hero-content p {font-size: 17px;}
	.hero-content button, .home-about-content button {font-size: 15px; margin-top: 25px;}
	.home-contact-width button, .contact-form .submitselect, .contact-form .submit, .service-form .reset, .about-us-body button {font-size: 15px;}
	#home-about {padding-top: 70px;}
	.equip-rent-overlay h2 {font-size: 40px; line-height: 45px; width: 350px;}
	.contact-form, .equip-rent-overlay div {padding: 40px 30px;}
}
@media only screen and (max-width: 600px) {
	.about-us-body .contact-form {width: 95%; padding: 0px; border: none;}
}
@media only screen and (max-width: 550px) {
	.core-content div {gap: 15px;}
}
@media only screen and (max-width: 530px) {
	.contact-form .form-form {width: 96% !important;}
}
@media only screen and (max-width: 500px) {
	.footer-links {gap: 0px; justify-content: space-between;}
}
@media only screen and (max-width: 450px) {
	header > div:first-child img {width: 80%;}
	.hero-content h1 {font-size: 45px; line-height: 50px;}
	.reel img {height: 500px;}
	.hero-overlay {height: 500px; background: rgba(35,31,32,0.60);}
	.body-bkgrd {top: 500px;}
	.home-about-header h2 {font-size: 30px; line-height: 35px;}
	.home-about-header p {font-size: 16px;}
	#home-about {gap: 15px;}
	.core-content h3, .home-contact-width h3 {font-size: 22px;}
	.core-content h4 {font-size: 17px;}
	.contact-form, .equip-rent-overlay div {padding: 40px 20px;}
	.equip-rent-overlay h2 {width: 100%;}
	.contact-form .form-form {width: 95.5% !important;}
	.equip-rent-overlay p {font-size: 16px;}
	footer {top: 500px;}
	.about-us-overlay h1 {font-size: 40px; line-height: 45px;}
	.about-us-overlay {padding: 70px 0 50px 0;}
	.about-content-header p {font-size: 16px !important;}
	.about-content-header h2 {font-size: 28px; line-height: 33px;}
}
@media only screen and (max-width: 400px) {
	.core-content div {gap: 12px;}
	.contact-form .form-form {width: 95% !important;}
	.footer-links {flex-wrap: wrap;}
	.footer-links > div {width: 100%;}
	.footer-links {gap: 25px;}
}
@media only screen and (max-width: 380px) {
	.core-content > div > div {width: 100%;}
}
@media only screen and (max-width: 350px) {
	header > div:first-child img {width: 75%;}
	.hero-content button, .home-about-content button, .home-contact-width button, .contact-form .submitselect, .contact-form .submit, .service-form .reset, .about-us-body button {width: 100%;}
	.hero-content h1 {font-size: 40px; line-height: 45px;}
	.hero-content p {font-size: 15px;}
	.hero-content button, .home-about-content button {font-size: 14px;}
	.reel img {height: 450px;}
	.hero-overlay {height: 450px;}
	.hero-content {padding-bottom: 50px;}
	.body-bkgrd {top: 450px;}
	.inventory-search form p {font-size: 17px;}
	.inventory-search form input {font-size: 13px; line-height: 13px;}
	.contact-form input {font-size: 13px;}
	.home-about-content p, .home-contact-width p, .contact-form p {font-size: 14px;}
	.home-about-header h2 {font-size: 28px; line-height: 33px;}
	.home-about-header p {font-size: 15px;}
	.core-content h3, .home-contact-width h3 {font-size: 20px;}
	.contact-form .form-form {width: 100% !important;}
	.contact-form tr {gap: 0px; flex-wrap: wrap;}
	.contact-form input, .contact-form textarea {width: 94%;}
	.contact-form, .equip-rent-overlay div {padding: 40px 15px;}
	.equip-rent-overlay p {font-size: 15px;}
	.equip-rent-overlay h2 {font-size: 35px; line-height: 40px;}
	footer {top: 450px;}
	.about-us-body p {font-size: 14px;}
	.about-us-overlay {padding: 60px 0 40px 0;}
	.about-us-overlay h1 {font-size: 35px; line-height: 40px;}
	.about-content-header p {font-size: 14px !important;}
	.about-content-header h2 {font-size: 25px; line-height: 30px;}
	.store-hours {justify-content: space-between; gap: 10px;}
	.store-hours li {font-size: 14px;}
}
@media only screen and (max-width: 300px) {
	.contact-form input, .contact-form textarea {width: 93%;}
	.equip-rent-overlay h2 {font-size: 30px; line-height: 35px; margin-bottom: 15px;}
	footer img {width: 70%;}
	.footer-links p {font-size: 16px;}
	.footer-links ul {margin-top: 8px;}
	.footer-links li a {font-size: 13px;}
}



