* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
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, select {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	color: unset;
}
a {text-decoration:none;}
/* 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: none;
	border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/*=== END RESET ===*/
::-moz-selection {
    background: #ED1C24;
    color: #ffffff;
    text-shadow: none;
}
::selection {
    background: #ED1C24;
    color: #ffffff;
    text-shadow: none;
}

/*=== Clearfix ===*/
.clear {clear: both;}
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    zoom: 1;
}

/*=== ELEMENTS ===*/
img {max-width: 100%;}
body {
	font-family: "roboto", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 18px!important;
	line-height: 28px!important;
	color: #000000;
}
h1, h2, h3, h4, h5, h6 {
	font-family: ltc-squareface, serif;
	font-weight: 400;
	font-style: normal;
}
h1 {
	line-height: 42px;
    font-size: 42px;
	color: #ffffff;
}
hr{border:#000 1px solid;}
.button-container {
	gap: 10px;
}
button {
	font-weight: 600;
	cursor: pointer;
	text-decoration: none;
	font-size: inherit;
	border: 0;
	line-height: 1;
	background: none;
	padding: .75em 1.5em;
	transition: all .5s ease;
}
button.primary {
	width: 100%;
	max-width: 675px;
	background-color: #ED1C24;
	border: 1px solid #ED1C24;
	color: #ffffff;
	outline-offset: -1px;
}
button.primary:hover, button.primary:focus {
	background-color: #ffffff;
	border: 1px solid #ED1C24;
	color: #ED1C24;
	outline: 1px solid #ED1C24;
	outline-offset: -8px;
}
button.secondary {
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	color: #ED1C24;
	margin-top: 20px;
	outline-offset: -1px;
}
button.secondary:hover, button.secondary:focus {
	background-color: #ED1C24;
	color: #ffffff;
	border: 1px solid #ffffff;
	outline: 1px solid #ffffff;
	outline-offset: -8px;
}

/*=== GLOBAL ===*/
.flex-container {
	display: flex;
	height: auto;
}
.flex-vertical {
	flex-direction: column;
}
.flex-horizontal {
	flex-direction: row
}
.flex-width {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 100%;
}
.flex-height {
	height: 100%;
}
.flex-wrap {
	flex-wrap: wrap;
}
.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;
}
.justify-around {
	justify-content: space-around;
}

.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;
}

.align-self-center {
	align-self: center;
}

.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}

.left-icon {
	margin-right: 15px;
}
.right-icon {
	margin-left: 15px;
}

.mobile-only {
	display: none!important;
}
.clickable {
	cursor: pointer;
}
.hidden {
	display: none;
}
.top-banner {
	width:60%;display:block; margin:10px auto;
}
.max-width {
	max-width: 1366px;
	width: 90%;
	margin: 0 auto;
}
.logo {
	padding: 20px;
	width: 100%;
	max-width: 400px;
}
.gap {
	gap: 15px;
}
.one-third {
	width: 33%;
}

/*=== HEADER ===*/
header.site-header {
	border-bottom: 1px solid #000000;
}
header.site-header .top-menu {
	background-color: #ED1C24;
	color: #ffffff;
	padding: 10px 0;
	font-family: ltc-squareface, serif;
	font-weight: 400;
}
header.site-header .sell-equipment {
	color: #ffffff;
	background-color: #2d2d2d;
}

/*=== FOOTER ===*/
footer.site-footer {
	border-top: 4px solid #000000;
}
footer.site-footer .main-section {
	padding: 20px 0;
	font-family: ltc-squareface, serif;
	font-weight: 400;
}
footer.site-footer .copyright {
	background-color: #ED1C24;
	color: #ffffff;
	font-weight: 400;
	font-size: 16px;
	padding: 5px 0;
}

/*=== PAGE STYLES ===*/
/*=== DEFAULT-PAGE ===*/
.default-page .hero-slider {
	background-color: #ED1C24;
}
.default-page .hero-slider .text-container {
	margin: auto;
	padding: 0 50px;
	text-align: center;
}
.default-page .hero-slider .text-container h2 {
	line-height: 42px;
    font-size: 42px;
}
.default-page .hero-slider img {
	height: 450px;
	width: 100%;
	object-fit: cover;
	object-position: center;
}
.default-page .cta a {
	background-size: cover;
	background-position: center;
	width: auto;
	font-weight: 400;
	font-size: 42px;
	line-height: 42px;
}
.default-page .cta h2 {
	padding: 75px 0;
	color: #ffffff;
	font-family: ltc-squareface, serif;
}
.default-page .cta .agriculture {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url('/siteart/sprayer.jpg');
}
.default-page .cta .agriculture:hover {
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
    url('/siteart/sprayer.jpg');
}
.default-page .cta .construction {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url('/siteart/front-end-loader.jpg');
}
.default-page .cta .construction:hover {
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
    url('/siteart/front-end-loader.jpg');
}
.default-page .cta .trucking {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url('/siteart/semi-truck.jpg');
}
.default-page .cta .trucking:hover {
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
    url('/siteart/semi-truck.jpg');
}
.default-page .what-we-offer {
	background-image: linear-gradient(rgba(242, 242, 242, .75), rgba(242, 242, 242, .75)),
    url('/siteart/bales-in-field.jpg');
	background-size: cover;
	background-position: center;
	padding: 75px 0;
}
.default-page .what-we-offer h3 {
	font-size: 42px;
	line-height: 42px;
	padding-bottom: 25px;
}
.default-page .what-we-offer button.primary {
	height: 100%;
}

/*=== SELL-WITH-US-PAGE ===*/
.sell-with-us-page {
	padding: 50px 0;
}
.sell-with-us-page h1 {
	color: #000000;
	padding-bottom: 25px;
}

/*=== THANK-YOU-PAGE ===*/
.thank-you-page {
	margin-bottom: 200px;
}
.thank-you-page h1 {
	color: #000000;
	padding: 50px 0;
}

/*=== AUCTIONS-PAGE ===*/
.auctions-page {
	padding: 50px 0;
}
.auctions-page h1 {
	color: #000000;
	padding-bottom: 25px;
}
@media only screen and (max-width: 1500px) {	
.top-banner {
		width:80%;}
@media only screen and (max-width: 1200px) {	
	.default-page .cta {
		flex-wrap: wrap;
	}
	.default-page .cta .agriculture, .default-page .cta .construction {max-width: 50%;}
		
}

@media only screen and (max-width: 768px) {
	.mobile-only {
		display: flex!important;
	}
	.desktop-only {
		display: none!important;
	}
	.flex-horizontal {
		flex-direction: column;
	}
	.one-third {
		width: 100%;
	}

	footer.site-footer .main-section .text-right {
		text-align: center;
	}

	.default-page .cta .agriculture, .default-page .cta .construction {max-width: unset;}
	.default-page .what-we-offer .gap.flex-horizontal {
		flex-direction: column-reverse;
	}
	
	.default-page .hero-slider .slides{
		flex-direction: column-reverse;
	}
	.default-page .hero-slider .slick-dots {
		bottom: unset;
		top: 410px;
	}
			.top-banner {
		width:100%;}
	.default-page .hero-slider .slides .text-container {
		padding: 25px;
	}
}


@media only screen and (max-width: 450px) {
	h1, h2 {
		font-size: 30px;
	}
}
