
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
button {
	border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/*=== END RESET ===*/
::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

/*=== Clearfix ===*/
.clear {clear: both;}
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    zoom: 1;
}
.list-listings-count {color:#28678E!important;}
/*=== ELEMENTS ===*/
img {max-width: 100%;}
body {
	margin: 0;
	background-image: url("/siteart/background-texture.jpg");
    height: 100vh;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "baltica", serif;
	font-weight: 800;
	font-style: normal;
}
h1 {
	font-size: 30px;
}
#sub-page:not(.inventory-page), .default-page, .site-header, .site-footer {
	font-family: "roboto", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	line-height: 26px;
	font-size: 18px;
	line-height: 28px;
}
a:link, a:visited, a:active {text-decoration:none; color:inherit;}
a:hover {text-decoration:none;}
hr{border:#000 1px solid;}
.button-container {
	margin-top: 45px;
	gap: 30px;
}
button.primary, button.secondary, button.black {
	font-size: 16px;
	height: 40px;
    padding: 0px 20px;
    font-weight: 800;
	cursor: pointer;
	transition: 0.3s;
	width: 100%;
}
button.primary {
	border: 2px solid #ffc423;
	background-color: #ffc423;
	color: #000000;
}
button.primary:hover {
	background-color: #ffffff;
	color: #000000;
}
button.secondary {
	border: 2px solid #ffffff;
	background-color: #ffffff;
	color: #000000;
}
button.secondary:hover {
	background-color: #ffc423;
	color: #000000;
}
button.black {
	border: 2px solid #000000;
	background-color: #000000;
	color: #ffffff;
}
button.black:hover {
	background-color: #ffffff;
	color: #000000;
}

label {
	font-size: 15px;
}

/*=== GLOBAL ===*/
.flex-container {
	display: flex;
}
.flex-vertical {
	flex-direction: column;
}
.flex-horizontal {
	flex-direction: row;
}
.flex-wrap {
	flex-wrap: wrap;
}
.flex-width {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 100%;
	box-sizing: border-box;
}
.flex-height {
	height: 100%;
}
.set-width {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: auto;
}

.justify-center {
	justify-content: center;
}
.justify-right {
	justify-content: flex-end
}
.justify-left {
	justify-content: flex-start
}
.justify-between {
	justify-content: space-between;
}

.align-self-center {
	align-self: center;
}

.align-center {
	align-items: center;
}
.align-top {
	align-items: flex-start;
}
.align-bottom {
	align-items: flex-end;
}
.align-all-center {
	align-items: center;
	justify-content: center;
}

.column.flex {display: flex; flex-direction: column}

.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}

.left-icon {
	margin-right: 10px;
}
.right-icon {
	margin-left: 10px;
}

.mobile-only {
	display: none;
}

.max-width {
	max-width: 1366px;
	width: 90%;
	margin: 0 auto;
}

.grey-background, .black-background {
	padding: 7px 15px;
	max-width: max-content;
	font-family: "baltica", serif;
} 
.grey-background {
	background-color: #cccccc;
}
.black-background {
	background-color: #000000;
	color: #ffffff;
}
.clickable {
	cursor: pointer;
}

section.hero-image{
	position: relative;
}
section.hero-image img{
	clip-path: polygon(0 0, 100% 0%, 100% 90%, 50% 100%, 0% 90%);
	width: 100%;
	max-height: 400px;
	object-fit: cover;
	object-position: center center;
	background-color: #000000;
}
section.hero-image .heading{
	position: absolute;
	color: #000000;
	background-color: #ffc423;
	padding: 20px 30px;
	width: max-content;
	height: max-content;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

section.brands{
	background-color: #ffffff;
}
section.brands .back-slide, section.brands .next-slide{
	font-size: 36px;
	width: 35px;
    padding: 0px;
	margin: auto;
	border: unset;
	color: #000000;
	background-color: #ffffff;
}
section.brands button.back-slide, section.brands button.next-slide{
	color: #000000;
}
section.brands .slick-slider{
	width: calc(100% - 70px);
}

/*=== HEADER.HTM ===*/
header.site-header {
	background-color: #ffffff;
}
header.site-header .top-header{
	font-weight: bold;
	background-color: #cccccc;
	font-size: 14px;
	padding: 0 0 0 5%;
}
header.site-header .top-header .locations a:first-child{
	border-right: 1px solid #000000;
	margin-right: 20px;
	padding-right: 20px;
}
header.site-header .top-header .facebook{
	background-color: #ffc423;
	border: 2px solid #ffc423;
	padding: 5px 15px;
}
header.site-header .top-header .facebook:hover{
	background-color: #ffffff;
	padding: 5px 15px;
}
header.site-header .top-header .email{
	background-color: #a1a1a1;
	border: 2px solid #a1a1a1;
	padding: 5px 15px;
}
header.site-header .top-header .email:hover{
	background-color: #ffffff;
	padding: 5px 15px;
}
header.site-header .middle-header{
	padding: 0 5%;
}
header.site-header .logo {
	height: 100px;
}
header.site-header .middle-header a {
	line-height: 0;
}
header.site-header .inventory-search {
	border: 1px solid #000000!important;
	margin-bottom: 15px!important;
	height: 38px!important;
}
header.site-header .inventory-search button {
	color: #000000!important;
}
header.site-header form {
	width: 35%!important;
	max-width: 500px!important;
	min-width: 175px!important;
}
header.site-header input {
	border: unset!important;
	width: 100%!important;
	padding: 5px 10px!important;
	font-size: 18px!important;
}
header.site-header button {
	border: unset!important;
	background-color: unset!important;
	padding: 0!important;
	border-left: 1px solid #000000!important;
	height: 20px!important;
    width: 35px!important;
    font-size: 14px!important;
}

/*=== PAGE STYLES ===*/
/*=== DEFAULT.HTM ===*/
.default-page {
	gap: 100px;
}
.default-page section.hero-video video{
	clip-path: polygon(0 0, 100% 0%, 100% 90%, 50% 100%, 0% 90%);
	width: 100%;
	background-color: #000000;
}
.default-page section.hero-buttons {
	color: #ffffff;
	gap: 15px;
	font-size: 28px;
    font-weight: bold;
}
.default-page section.hero-buttons .for-rent, .default-page section.hero-buttons .for-sale, .default-page section.hero-buttons .attachments {
	padding: 75px 0;
	cursor: pointer;
}
.default-page section.hero-buttons .for-rent{
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url("/siteart/american-flag-front-end-loader.jpg");
	background-size: cover;
	background-position: center center;
}
.default-page section.hero-buttons .for-rent:hover{
	background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("/siteart/american-flag-front-end-loader-colored.jpg");
	background-size: cover;
	background-position: center center;
}
.default-page section.hero-buttons .for-sale{
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url("/siteart/equipment.jpg");
	background-size: cover;
	background-position: center center;
}
.default-page section.hero-buttons .for-sale:hover{
	background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("/siteart/equipment-colored.jpg");
	background-size: cover;
	background-position: center center;
}
.default-page section.hero-buttons .attachments{
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url("/siteart/attachments.jpg");
	background-size: cover;
	background-position: center center;
}
.default-page section.hero-buttons .attachments:hover{
	background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("/siteart/attachments-colored.jpg");
	background-size: cover;
	background-position: center center;
}
.default-page section.about{
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url("/siteart/sunset.jpg");
	background-position: center;
	background-size: cover;
	padding: 45px 0 55px;
	color: #ffffff;
}
.default-page section.about h1{
	margin-bottom: 30px;
}
.default-page section.locations{
	background-color: #ffffff;
	gap: 30px;
}
.default-page section.locations .location-text{
	margin: 30px 30px 30px 0;
}
.default-page section.locations .location-text h2{
	font-family: "baltica", serif;
	font-size: 28px;
	font-weight: bold;
	color: #ffffff;
	padding: 7px 15px;
	margin: 0 30px 0 0;
	background-color: #000000;
	max-width: max-content;
}
.default-page section.locations .location-text h3{
	font-size: 21px;
    font-weight: bold;
	margin-bottom: 10px;
}

/*=== SHARED PRODUCT PAGES ===*/
section.about-product .black-background{
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: bold;
}
section.about-product .button-container button.black{
	width: max-content;
	margin-top: 10px;
}
section.about-product .button-container button.primary, section.about-product .button-container button.secondary{
	width: max-content;
    margin-top: 10px;
}
section.pricing-table h2 {
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 15px;
}
section.pricing-table table {
	background-color: #ffffff;
	border-collapse: collapse;
	width: 100%;
}
section.pricing-table table thead {
	background-color: #ffc423;
	color: #000000;
}
section.pricing-table table tbody tr:nth-child(even) {
	background-color: #f0f0f0;
}
section.pricing-table table th ,section.pricing-table table td {
	padding: 10px;
}
section.pricing-table table .disclaimer {
	font-size: 16px;
}
section.product-gallary {
	gap: 10px;
}
section.product-gallary .product-image {
	max-width: 175px;
	min-width: 150px;
	width: 100%;
}
section.featured-products{
	gap: 70px;
}
section.featured-products .product-row{
	gap: 30px;
}
section.featured-products .product-row h3{
	font-family: "baltica", serif;
	font-size: 24px;
	font-weight: bold;
}
section.featured-products .product-row h2{
	font-family: "baltica", serif;
	font-size: 24px;
	font-weight: bold;
}
section.featured-products .product-row p{
	margin: 20px 0;
}
section.featured-products .product-row img{
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	object-fit: cover;
    object-position: center;
}

/*=== SILT.HTM ===*/
.silt-page{
	gap: 100px;
}

/*=== TRANSPORTATION.HTM ===*/
.transportation-page{
	gap: 100px;
}
.transportation-page .video{
	min-height: 350px;
}

/*=== CULVERT-PIPE.HTM ===*/
.culvert-pipe-page{
	gap: 100px;
}

/*=== CONTACT.HTM ===*/
.contact-page{
	margin: 30px auto 0;
	gap: 100px;
}
.contact-page h1{
	margin-bottom: 30px;
}
.contact-page h2 {
	margin-bottom: 25px;
}
.contact-page h3{
	margin-bottom: 10px;
}
.contact-page h2{
	font-size: 22px;
	font-weight: bold;
}
.contact-group h3{
	font-size: 19px;
	font-weight: bold;
}
.contact-group h4{
	font-size: 18px;
	font-weight: bold;
}
.contact-page .contact-group{
	gap: 30px;
}
.contact-page section.contact form{
	gap: 15px;
}
.contact-page section.contact form .flex-container{
	gap: 15px;
}
.contact-page section.contact input{
	padding: 10px;
}
.contact-page section.contact .input-group input{
	width: 100%;
}
.contact-page section.contact textarea{
	padding: 10px;
	border: unset;
	font-family: "roboto", sans-serif!important;
	font-size: 18px;
	resize: vertical;
	min-height: 45px;
}
.contact-page section.info .flex-container{
	gap: 15px;
}
.contact-page section.map{
	padding-top: 10px;
}

/*=== FOOTER.HTM ===*/
footer section.site-footer {
	background-color: #ffc423;
	border-top: 5px solid #ffc423;
	font-size: 16px;
}
footer section.site-footer .nav-group {
	padding: 20px 10px 5px 5%;
	max-width: 1000px;
	font-family: "baltica", serif!important;
}
footer section.site-footer .social-group {
	padding-top: 15px;
}
footer section.site-footer .copyright {
	background-color: #cccccc;
	padding: 7px 10px 5px 5%;
	margin-top: 25px;
}
footer section.site-footer .logo-container {
	background-color: #ffffff;
	padding: 20px 5% 20px 20px;
}
footer section.site-footer .logo-container img {
	height: 150px;
}

header.site-header .top-header .phone {
    background-color: #a1a1a1;
    border: 2px solid #a1a1a1;
    padding: 5px 15px;
}
/*=== RESPONSIVE ===*/
@media only screen and (max-width: 1104px) {
	form.desktop-only {position: absolute;right: 43px; top: 55px !important;} 
	header.site-header form {width:unset !important; min-width: unset !important;}
	header.site-header input {width:unset !important;}
}


@media only screen and (max-width: 1050px) {
	/*=== CONTACT.HTM ===*/
	.contact-page section.info .flex-container.flex-horizontal{
		flex-direction: column;
	}
}

@media only screen and (max-width: 750px) {
	.mobile-only {
		display: flex;
	}
	.desktop-only {
		display: none;
	}
	.button-container {
		gap: 20px;
	}
	
	.flex-horizontal {
		flex-direction: column;
	}

	/*=== HEADER.HTM ===*/
	header.site-header .facebook-link {
		width: 100%;
	}
	header.site-header .top-header {
		width: 100%;
	}

	/*=== DEFAULT.HTM ===*/
	.default-page section.about .button-container button {
		width: 100%;
	}
	.default-page section.locations .location-text{
		margin: 30px 0 0;
	}
	.default-page section.locations .location-text h2, .default-page section.locations .location-text > div{
		margin: 0 30px 10px;
	}
	.default-page section.locations .location-text > div {
		margin-bottom: 25px;
	}
	.default-page section.locations .location-text button {
		margin-top: 30px;
	}
	.default-page section.featured-products .product-row.silt-sock{
		flex-direction: column-reverse;
	}

	/*=== PRODUCT PAGES ===*/
	section.about-product .button-container button.black, section.about-product .button-container button.primary, section.about-product .button-container button.secondary{
		width: 100%;
		margin-top: 0;
	}

	/*=== FOOTER.HTM ===*/
	footer section.site-footer .nav-group {
		padding: 20px 5%;
	}
	footer section.site-footer .social-group {
		padding-top: 0;
	}
	footer section.site-footer .copyright {
		margin-top: 0;
		text-align: center;
	}
	footer section.site-footer .links {
		margin-top: 15px;
	}
}

@media only screen and (max-width: 500px) {
	header.site-header .top-header {
		flex-direction: column-reverse;
		padding: 0;
	}
	header.site-header .top-header .facebook {
		width: 100%;
		text-align: center;
	}
	header.site-header .top-header .locations {
		margin: 10px 0;
	}
}

@media only screen and (max-width: 350px) {
	header.site-header .top-header .locations {
		flex-direction: column;
		text-align: center;
	}
	header.site-header .top-header .locations a:first-child {
		border-right: unset;
		border-bottom: 1px solid #000000;
		margin-right: unset;
		margin-bottom: 5px;
		padding-right: unset;
		padding-bottom: 5px;
	}
	header.site-header .logo {
		height: 75px;
	}
	button.primary, button.secondary, button.black {
		font-size: 14px;
	}
}