@charset "utf-8";
/***** 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,
s 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;
}

#wide_col {
	max-width: 100% !important;
	width: 100% !important;
}

ol,
ul {
	list-style: none;
}

.clear {
	clear: both;
	height: 0px;
	margin: 0;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

/***** END RESET *****/

/*=====HEADER======*/

header {
/*	line-height: 0;*/
	text-align: center;
}

.logo {
	padding: 10px 20px 0 60px;
	height: auto;
	width: 210px;
	box-sizing: border-box;
	float: left;
	display: inline-block;
	position: relative;
	z-index: 10;
}

a:link {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #F9A92B;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #fff;
}

.navbar a:hover {
	color: #F9A92B;
}

/*=====NAV LINKS SECTION======*/

.navbar {
	padding: 5px 20px 5px 0px;
	background-color: #275285;
	text-align: right;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #fff;
	z-index: 2;
}

/*=====NAV UNDERLINE ANIMATED HOVER SECTION======*/
.border1 {
	position: relative;
	color: #FFFFFF;
	text-decoration: none;
}

.border1:hover {
	color: #F9A92B;
}

.border1:before,
active {
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	bottom: -5px;
	left: 0;
	background-color: #F9A92B;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.border1:hover:before,
active {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

/*=====SLIDESHOW======*/
.cycle-slideshow {
	width: 100%;
}

.cycle-slideshow img {
	width: 100%;
	height: auto;
}

.cycle-pager {
	text-align: center;
	width: 100%;
	z-index: 500;
	position: absolute;
	bottom: 10px;
	overflow: hidden;
}

.cycle-pager span {
	font-family: arial;
	font-size: 50px;
	width: 16px;
	height: 16px;
	display: inline-block;
	color: #ddd;
	cursor: pointer;
}

.cycle-pager span.cycle-pager-active {
	color: #D69746;
}

.cycle-pager>* {
	cursor: pointer;
}

/*===========INVENTORY PAGES STYLES=========
===========================================*/
#listings-title {
	background: rgba(0, 0, 0, 0.3)
		/* Black background with 30% opacity */
}

.full hosted-content {

	color: #000 !important;
}

.container.cf h1 {
	color: #000 !important;
}

.container.cf {
	background: rgba(255, 255, 255, 0.6) !important;
}

.cf a {
	color: #000 !important;
}

listings-detail-wrapper {
	color: #000;
}

/* Hides giant arrows that show up on inventory pages on Chrome *smh* */
.container.cf .widgets svg[class*="fa"],
.container.cf .widgets-details svg[class*="fa"] {
	display: none !important;
}

div.faceted-section-box {
	background: #fff !important;
}

button.faceted-section-head {
	background: #eee !important;
}

button.faceted-section-head:hover {
	background: #eee !important;
}

a.view-listing-details-link {
	background: #F9A92B !important;
	color: #000 !important;
}

a.view-listing-details-link:hover {
	background: #003470 !important;
	color: #F9A92B !important;
}

a.contact-btn {
	background: #275285 !important;
	color: #fff !important;
}

a.contact-btn:hover {
	background: #003470 !important;
	color: #F9A92B !important;
}

a.collapsible-contact-list-item {
	background: #275285 !important;
	color: #fff !important;
}

a.collapsible-contact-list-item:hover {
	background: #003470 !important;
	color: #F9A92B !important;
}

button.selected-facet svg.svg-inline--fa {
	margin-right: 8px;
}

a.contact-btn svg.svg-inline--fa {
	margin-right: 8px;
}

a.collapsible-contact-list-item svg.svg-inline--fa {
	margin-right: 8px;
}

a.listing-widget__link:hover {
	color: #fff !important;
}

h1.list-title {
	width: unset !important;
}

span.list-listings-count {
	color: #003470 !important;
}

div.selected-header {
	background: #eee !important;
}

div.selected-facets {
	background: #fff !important;
}

div.body-content {
	margin: 40px 0;
}

div.selected-facets-container {
	margin-bottom: 0 !important;
	border-bottom-color: #fff !important;
}

div.faceted-search__top-section {
	background: #fff !important;
}

h1.detail__title {
	width: unset !important;
}

a.finance-link:hover span.finance-link__text {
	color: #fff !important;
}

div.detail__specs {
	text-align: left;
}

nav.breadcrumbs {
	background: none !important;
}

nav.breadcrumbs ul {
	background: none !important;
}

nav.breadcrumbs ul li {
	background: none !important;
	padding: 0;
}

nav.breadcrumbs ul li a {
	font-size: .8125rem !important;
	font-weight: 500;
}

div.detail__breadcrumbs {
	text-align: left;
}

a.print-this:hover {
	color: #fff !important;
}

div.list-error-container>div.info {
	width: unset !important;
	height: unset !important;
	text-align: center !important;
	background: none !important;
}

div.info>h2.no-listings-found {
	margin-bottom: 16px;
}

div.list-content main.list-main-section {
	background: #fff;
}

/*=====INVENTORY BUTTON SECTION======*/
h1.heading-lg {
	padding: 10px 90px 10px 10px;
	width: 25%;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	color: #F9A92B;
	background: rgba(0, 0, 0, 0.3)
		/* Black background with 30% opacity */
}

h2.heading-md {
	font-size: 24px;
	font-family: 'Roboto', sans-serif;
	color: #F9A92B;
}

.boxwrap {
	width: 100%;
	position: relative;
	background-image: url(../siteart/metalbg.jpg);
	padding: 30px 0 30px 0;
	text-align: center;
	border-top: 20px solid #275285;
}

.boxwrap-2 {
	background-image: url(../siteart/metalbg.jpg);
	text-align: center;
}

.boxes {
	display: inline-block;
	position: relative;
	width: 20%;
	height: 0;
	padding-bottom: 20%;
	padding-top: 10px;
	border-radius: 25px;
	font-size: 25px;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	background: #fff;
	color: #275285;
	text-align: center;
	box-shadow: 10px 10px 10px grey;
	margin: 2%;
}

.tractorimg {
	width: 90%;
	height: auto;
}

/*=====INVENTORY BUTTON ======*/
.overlay {
	position: absolute;
	border-radius: 25px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: #275285;

}

.boxes:hover .overlay {
	opacity: 1;
}

.overlaytext {
	color: white;
	font-size: 45px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}

/*=====CONTACT BUTTONS SECTION======*/
.contact {
	width: 100%;
	background-image: url(../siteart/wheat.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}

.contactbtn {
	width: 330px;
	margin: 50px 70px 50px 70px;
	border-radius: 20px;
	border: 4px solid #275285;
	display: inline-block;
	color: #fff;
	padding: 28px;
	height: 100px;
	text-align: center;
	font-size: 28px;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	box-shadow: 0 0 3px #275285;
	position: relative;
	background-color: rgba(0, 0, 0, 0.3);
	/* Black background with 30% opacity */
}

.contactbtn:hover {
	background: #275285;
}

.contactbtn:hover a {
	color: #F9A92B;
}

.iconbtn {
	color: #275285;
	position: absolute;
	right: -30px;
	top: -30px;
	background: #fff;
	border-radius: 50%;
	padding: 13px;
}

/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling {
	width: 100%;
	height: 90px;
}

.scrolling-wrap {
	width: 100%;
	height: 108px;
	overflow: hidden;
	padding: 8px 0 9px 0;
	background: #003470;
}

/*=====MAP/CONTACT AREA======*/
.contactcontainer {
	background-image: url(../siteart/metalbg.jpg);
	text-align: center;
	padding-top: 20px;
	width: 100%;
	height: 100%;
}

.map {
	width: 55%;
	height: 400px;
	display: inline-block;
	margin: 25px;
}

.infocontain {
	width: 50%;
	display: inline-block;
	text-align: center;
}

.info {
	display: inline-block;
	color: #fff;
	vertical-align: top;
	width: 30%;
	height: 400px;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 15px;
	padding: 40px;
	margin: 25px;
	text-align: left;
}

/*=====FOOTER==================
=============================*/
.footernav {
	background-color: #275285;
	overflow: hidden;
	width: 100%;
	padding-right: 20px;
}

.footernav a {
	float: right;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	text-align: left;
	display: block;
	font-weight: 900;
	font-size: 17px;
	margin: 0 30px;
	padding: 30px 10px 5px 10px;
	text-decoration: none;
}

.flogo img {
	height: auto;
	width: 100px;
	float: left;

	position: relative;
	z-index: 10;
}

.flogo a {
	float: left;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
	text-decoration: underline;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
}

a.footerlink:hover {
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
}

.footertext {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	color: #999999;
	width: 50%;
}

.smallfootertext {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color: #999999;
	width: 50%;
}

.divfooter {
	width: 100%;
	text-align: right;
	float: right;
	padding: 0px 60px 20px 0;
	background-color: #275285
}

/*=====*/
.border2 {
	position: relative;
	color: #FFFFFF;
	text-decoration: none;
}

.border2:hover {
	color: #F9A92B;
}

.border2:before,
active {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: -1px;
	left: 0;
	background-color: #F9A92B;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.border2:hover:before,
active {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

/*=====MEDIA QUERIES============
=============================*/
@media screen and (max-width: 1139px) {
	.boxes {
		width: 40%;
		padding-bottom: 40%;
		margin: 3%;
	}

	.tractorimg {
		width: 95%;
		height: auto;
	}

	h1 {
		width: 100%;
		padding-right: 10px;
	}

	.contactbtn {
		margin: 2%;
	}
}

@media screen and (max-width: 1082px) {
	.logo {
		display: none;
	}

	nav {
		width: 100%;
	}
}

@media screen and (max-width: 872px) {
	.info {
		width: 80%;
	}

	.map {
		width: 80%;
	}

	.divfooter {
		width: 100%;
	}

	.footernav {
		display: block;
		width: 100%;
		padding-right: 5px;
	}

	.footernav a {
		float: right;
		display: block;
		margin: 0 5px;
		padding: 10px 5px 5px 10px;
		text-decoration: none;
	}

	.divfooter {
		width: 100%;
		padding-right: 20px;
	}

	.flogo a {
		float: left;
	}

	#menu {
		display: none;
	}

	.slicknav_menu {
		display: block;
	}

	li.dropdown {
		text-align: center;
	}

	.dropdown-content a:hover {
		width: 100%;
	}

	.dropdown:hover .dropdown-content {
		position: relative;
		width: 100%;
	}

	@media screen and (max-width: 542px) {
		.hp {
			font-size: 16px;
		}

		.flogo img {
			display: none;
		}

		h1 {
			width: 100%;
			padding-right: 10px;
		}

		.divfooter {
			width: 100%;
			padding-right: 20px;
		}
	}

	@media screen and (max-width: 374px) {
		.boxes {
			width: 80%;
			padding-bottom: 80%;
			margin: 3.5%;
		}

		h1 {
			font-size: 25px;
			width: 100%;
			padding-right: 10px;
		}

		.contactbtn {
			width: 75%;
			margin-top: 10%
		}

		.tractorimg {
			width: 85%;
			height: auto;
		}

		.hp {
			font-size: 20px;
		}

		.info {
			font-size: 16px;
		}

		nav ul li a {
			font-size: 21px;
			padding: 7px;
		}

		.divfooter {
			width: 100%;
			text-align: center;
			padding-right: 5px;
		}

		.flogo img {
			display: none;
		}

		.address {
			font-size: 13px;
		}
	}

	/*  scrolling inventory
------------------------------------------------*/
	.scrolling-wrap {
		width: 100%;
		height: 90px;
		overflow: hidden;
	}

	.scrolling {
		width: 100%;
		height: 92px;
	}