/* 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 { 
    margin: 0;  
    padding: 0;  
    border: 0;  
    outline: 0;  
    background: transparent; 	
	-webkit-text-size-adjust:none;
}

@font-face {
  font-family: 'Futura Std Condensed','Helvetica LT Std Condensed', 'Oswald', sans-serif; 
}

a {
	color:#000;
}

a:hover{
	color:red;
}

p {
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:16px;
	text-decoration:none;
	font-weight:normal;
	padding:10px;
}


/* GLOBAL SITE FRAMEWORK
------------------------------------------------*/
.clear {clear: both;}
.left {float:left;}
.right {float:right;}


*{
	box-sizing:border-box;
}

body {
	font-family: 'Futura Std Condensed', 'Helvetica LT Std Condensed', 'Oswald', sans-serif !important;
}

/*
.wrapper {
	width:100%;
	max-width:1300px;
	margin:0 auto;
	padding:20px;
}
*/
.notInv {
	width:85%;
	margin:0 auto;
	padding:20px 0;
}

::selection {
	color:#fff;
	background: #356088;
}
::-moz-selection {
	color:#fff;
	background: #356088;
}

.box-button{
	border:4px solid #000;
	padding:20px 30px;
	text-align:center;
	margin:30px 0;
}

.box-button:hover{
	background: #ffde66;
}
	

.box-button a{
	text-transform:uppercase;
	font-weight:bold;
}

.box-button a:hover{
	text-decoration:none !important;
}
/*
------------------------Background Styles */
.overlay {
	background:url(../siteart/overlay.png) no-repeat;
	background-size:cover !important;
	width:100%;
	max-width:none !important;
}

.header-bg {
	background:url(../siteart/header-bg.jpg) no-repeat;
	background-size:cover !important;
	width:100%;
	max-width:none !important;
}

.light-metal-bg {
	background:url(../siteart/metalbg.jpg) no-repeat;
	background-size:cover !important;
	width:100%;
	max-width:none !important;
}

.grain-bg {
	background:url(../siteart/grainbg.jpg) no-repeat;
	background-size:cover !important;
	width:100%;
	max-width:none !important;
	padding:20px 0;
}

.dark-metal-bg{
	background:url(../siteart/darkmetalbg.jpg) no-repeat;
	background-size:cover !important;
	width:100%;
	max-width:none !important;
	height:auto;
}

.yellow {
	background:#ffc902;
	width:100%;
	height:auto;
}

/* 
------------------------ HEADER */

.header {
	
}
	
.logo {
	text-align:center;
	margin:0 auto;
	width:100%;
	max-width:1300px;
	padding:30px 0px;
}

.logo img{
	display:block;
	text-align:center;
	margin:0 auto;
}

.header-contact {
	width:100%;
	max-width:1300px;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	align-items:center;
	padding-bottom:10px;
	text-align:center;
	margin:0 auto;
}

.contact-content{
	display:inline-block;
	margin: auto;
}


.contact-content h4{
	font-size:36px;
}	

.contact-content a:hover{
	text-decoration:underline;
	color:#000;
}


.home-img img{
	width:100%;
	max-width:none;
	display:block;
}

/*
------------------------- SIDE TABS */



.side {
    background: #fff;
    width: 300px;
    height: 500px;
    position: fixed;
    z-index: 100;
}


#markets {
    width: 1000px;
    top: 60px;
	height:auto;
    right: -1000px;
    z-index: 99999;
	background:#fff;
}

#marketTab {
    display: block;
	height: 150px;
	width: 55px; 
	background:url(../siteart/mktstab.png);
    position: absolute;
    left: -55px;
    top: 0px;
}




#hauling {
     top: 225px;
	 width:500px; 
    height: 500px;
    z-index: 99998;
	right: -500px;
}

#haulingTab {
    display: block;
	height: 150px;
	width: 55px; 
	background:url(../siteart/haulingtab.png);
    position: absolute;
    left: -55px;
    top: 0px;
}

/* 
----------------- Main */
h2 {
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	margin:0 auto;
	font-size:54px;
	text-decoration:underline;
	padding:10px;
}

.welcome {
	width:100%;
	max-width:1300px;
}
.featured-content{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	align-items:flex-start;
}

.welcome-para{
	width:100%;
}

.welcome-para p{
	text-align:center;
	width:100%;
	font-size:28px;
}

.featured-slides {
	width:30%;
}

.feat-button{
	width:60%;
	border-radius: 5px;
	font-weight:bold;
	background:#ffc902;
	text-align:center;
	padding:10px;
}

.feat-button a{
	padding:10px;
	color:#000;
}

.feat-button:hover{
	background:#ffde66;
}

.featured-inv{
	display:flex;
	flex-direction:row;
	align-items:flex-start;
	width:100%;
}

.featured-inv img:hover{
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}


.hot-deals{
	align-self:center;
	margin-right:0px;
	width:60%;
}
.hot-deals img{
	border:4px solid white;
	width:100%;
	display:block;
}


.equip{
	display:block;
	flex-direction:column;
	justify-content:flex-start;
	align-items:center;
	position:relative;
	margin-left:0px;
	width:30%;
}
	
.ag img{
	border:3px white solid;
	width:100%;
	display:block;
}

.const img{
	border:3px white solid;
	width:100%;
	display:block;
}

.body-content {
	width:100%;
	max-width:1300px;
	background:#fff;
	padding:10px;
}

.body-content h2{
	font-size:30px;
	color:#000;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	text-align:left;
	width:100%;
}

/* INVENTORY BUTTONS
----------------------------------------------*/

.hot-deals-inv{
	background:#000;
	display:inline-block;
	margin:0 auto;
	padding:20px 0;
	text-align:center;
	width:100%;
}
.hot-deal-button{
	padding:20px; 
	background:#FFC902; 
	color:#000;
	display:inline-block;
	margin:0 auto;
	width:40%;
	text-align:center;
	text-transform:uppercase;
	border-radius:5px;
	margin:10px;
	border:1px solid #FFC902;
	font-size:18px;
}
.hot-deal-button:hover{
	background:#000;
	color:#FFC902;
	border:1px solid #FFC902;
}


/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
	margin:20px 0;
}
 
.scrolling{
    width:100%;
    height:92px;
}


/*
--------------------Youtube Channel Bar */
.title{
	width:45%;
}

.title h4{
	color:#fff;
	text-transform:uppercase;
	font-weight:bolder;
	font-size:80px;
	width:100%;
	text-align:left;
	margin-left:0;
}

.title a {
	text-decoration:none;
	color:#fff;
}

.title a h4:hover{
	color:#ffde66;
	text-decoration:none;
}
.youtube{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	align-items:flex-start;
	width:100%;
	max-width:1300px;
}
.home-video{
	width:65%;
	border:3px solid #fff;
}


.about {
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	align-items:flex-start;
	width:100%;
	max-width:1300px;
}

.about p{
	width:50%;
}

.home-video #slider2{
	width:100%;
}

#slider {
	width:60%;
}

/*
---------------------Contact Bar */
.footer-contact{
	width:80%;
	margin: 0 auto;
	padding: 20px 0;
}

.footer-contact h3{
	text-transform:uppercase;
	font-weight:bold;
	font-size:24px;
	width:100%;
	border-bottom:2px solid #ffde66;
	color:#000;
	padding:10px 0;
}

.footer-contact p{
	padding:20px 0 0 0;
	color:#000;
	font-size:18px;
}

.footer-contact a{
	color:#000;
	font-size:18px;
}

.footer-contact a:hover{
	text-decoration:underline;
}

.contact-info{
	width:100%;
	max-width:1300px;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	align-items:flex-start;
}
.map{
	padding:20px 0 0 20px;
	width:70%;
}
.weather {
	overflow:hidden;
}

/*
------------------- Footer Styles*/


.footer {
	width:100%;
	background-color:#fff;
	font-size:10px;
	color:#BABABA;
	padding:40px 0px;
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}
	

a.footerlink:link, a.footerlink:visited, a.footerlink:active{
	text-decoration:underline; 
	font-size:10px;
}

a.footerlink:hover {
	text-decoration:none; 
	font-size:10px;
	color:#848484;
}

.footertext{
	font-size:10px;
	color:#bababa;
}

.smallfootertext{
	color:#bababa;
}

.divfooter {
	width:70%; 
	text-align:center; 
	margin:0 auto;
}

/*
-------------------Contact Form Styles */

/*
.container {
	max-width: 1500px;
	width: 90%;
	margin: 0 auto;
	padding-bottom: 20px;
}

.container h2 {
	font-size:24px;
	text-transform:uppercase;
}

.container .listing-boxed-details h2 {
	text-align:left;
}
*/
.wrap {
	width: 100%;
	margin: 0;
}

#formpage {
	vertical-align: top;
	padding: 15px 0px 40px 0px;
}

.formfield {
	width: 31%;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	color: #000;
	min-width: 175px;
}
.CaptchaPanel {
	margin: 10px 0px 10px 0px;
	text-align: center;
	padding: 10px;
}
.CaptchaImagePanel {
	padding: 5px 5px 10px 5px;
}
.CaptchaMessagePanel {
	padding: 5px 5px 10px 5px;
	font-weight: bold;
}
.CaptchaAnswerPanel {
	padding: 5px 5px 10px 5px;
}
.CaptchaWhatsThisPanel {
	padding: 5px 5px 10px 5px;
}
#formpage div {
	vertical-align: top;
	padding: 5px 5px;
	position: relative;
}
#formpage input {
	padding: 6px 5px 10px;
	border: 1px solid #8e8d8d;
	font-family: "Source Sans Pro", sans-serif;
	color: #000;
	font-size: 13px;
	background: #fff;
}
#formpage input {
	width: 100%;
	margin-top: 5px;
}

#formpage input.button-nav, #formpage input.button-nav:focus {
	width: 25%;
	display:inline-block;
	position:relative;
	margin: 0;
	padding: 30px;
	background: #fff;
	border: 4px solid #ffc902;
	font-size: 14px;
	line-height: 0;
	font-weight: bold;
	color: #ffc902;
	text-transform: uppercase;
}

#formpage input.button-nav:hover{
	background:#ffde66;
	color:#fff;
}

input[type="button"],
input[type="submit"] {
     -webkit-appearance: none;
     border-radius: 0;
}
.CaptchaPanel {
	margin: 0 0 0 0 !important;
	padding: 0 0 0 0 !important;
	line-height: normal !important;
	color: #000;
	margin: 0 auto;
}
.CaptchaImagePanel {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.CaptchaMessagePanel {
	padding: 0 0 0 0 !important;
	margin: 0 0 0 0 !important;
	font-weight: normal !important;
	font-size: 12px;
	line-height: 14px;
}
.CaptchaAnswerPanel {
	margin: 0 auto;
	padding: 2px 0px 2px 0px !important;
	width: 30%;
}
.CaptchaWhatsThisPanel {
	line-height: 0;
	margin: 0 0 0 0;
	padding: 10px 0 10px 0 !important;
}
.CaptchaWhatsThisPanel a {
	color: #000;
}
img {
	border: 0;
}
.CaptchaImage {
	border: 1px solid #333;
}
#formpage textarea {
	padding: 6px 5px;
	border: 1px solid #8e8d8d;
	font-family: "Source Sans Pro", sans-serif;
	color: #000;
	font-size: 12px;
	background: #fff;
	margin-top: 5px;
}
#formpage textarea {
	width: 95%;
	height: 85px;
}

/*
-------------------Inventory Styles */

#inv{padding: 5% 0;}
#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons){font-family: bahnschrift, urw-din, sans-serif!important;} /* Reset font, ignore icons */

.listing-top-right a, .lower-detail-data-left button, .send-email-btn, .media-buttons a, .media-buttons button, .faceted-search, .listing-dealer-info a, .view-listing-details-link, .main-detail-data .contact-options a, .fin-calc-btn-mobile, .selected-facet, .page-nav, .apply-button, .back-button, .calculator-btn, .mobile-done-button {
    -moz-border-radius: 10px !important;
    -o-border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
}
.mobile-breadcrumb .breadcrumbs-element {color: #000000 !important;}
.view-listing-details-link, .buy-now-link{color: black !important;}
.selected-facet {color: black !important;}
.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {margin: 6px 3px 5px 4px;}
.faceted-text-input-searchType .search-type input[type=checkbox], .faceted-text-input-searchType .search-type  input[type=radio] {margin: 0px 3px 0px 6px;}

.detail-content-mobile .contact-options a{color: black !important;}
.offer-btn{color: black !important;}
.bread-crumbs-heading .return-links .return-links-link span, #no-compare-listings, .bread-crumbs-heading .return-links .return-links-link i {color:#ffc902 !important;}
.compare-chkbox-container .compare-listings .compare-chkbox {margin-right: 4px;}

.hosted-content .attachment-search .search-checkboxes label .row {margin-left:0 !important;margin-right:0 !important;margin-bottom:0px !important;}

.view-listing-details-link, .selected-facet, .view-listing-details-link, .buy-now-link, .check-availability-link, .email-seller-link, .offer-btn, .buy-btn, .dealer-phone-mobile, .offer-btn-mobile, .send-email-btn-mobile, .send-wholesale-email-btn-mobile, .fin-calc-btn-mobile, .mobile-breadcrumb, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button, .dealer-btns-bottom a {background:#ffc902 !important;}

.selected-facet, .dealer-phone-mobile, .offer-btn, .offer-btn-mobile, .fin-calc-btn-mobile, .send-wholesale-email-btn-mobile, .send-email-btn-mobile, .buy-now-link, .view-listing-details-link, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button{border: solid 1px #ffc902 !important; transition: ease all 0.2s !important;}

.selected-facet:hover, .dealer-phone-mobile:hover, .offer-btn:hover, .offer-btn-mobile:hover, .fin-calc-btn-mobile:hover, .send-wholesale-email-btn-mobile:hover, .send-email-btn-mobile:hover, .buy-now-link:hover, .view-listing-details-link:hover, .main-detail-data .contact-options a:hover, button.g-recaptcha.button:hover, .page-nav:hover, .apply-button:hover, .mobile-done-button:hover, .dealer-btns-bottom a:hover {background: #fff !important; color: #000 !important;}

.check-availability-link, .email-seller-link, .video-chat-link, .faceted-search, .faceted-show-all-btn, .cs-btns a, .calculator-btn {background: #000 !important; border: solid 1px #000 !important; transition: ease all 0.2s !important;}
.check-availability-link:hover, .email-seller-link:hover, .video-chat-link:hover, .faceted-search:hover, .faceted-show-all-btn:hover, .cs-btns a:hover, .calculator-btn:hover {background: #fff !important; color: #000 !important;}

.list-content .list-title .list-listings-count, .list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price, #parts-content .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count, #inv .error-message, #inv .info, .detail-content .detail-main-body .main-detail-data .detail-price, .detail-content .search-results, .list-content .list-top-section .listing-option-bar .list-listings-count, .detail-price, .compare-price, .compare-title {color: #000 !important;}
 
/* heading */
.list-content .list-title .list-title-text, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title, .main-detail-data .detail-title, .parts-title-text {
	padding-left: 4px; 
}

.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label, .part-detail-additional-data .data-label, .part-detail-content .detail-contact-bar {background: #000 !important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .list-page-nav, .contact-options a {background: #000 !important;}
.list-main-section .contact-options a {border: #000 solid 1px !important; transition: ease all 0.2s !important;}
.list-main-section .contact-options a:hover {background: transparent !important; color: #000!important;}

.detail-content .dealer-info .phone-and-email .send-email-btn, .list-content .list-listing-mobile .dealer-phone-container a, .back-button {border-color: #000!important; color: #000!important;}

.material-icons, .collapsible-content a {color:#fff!important;}

#parts-content .parts-bottom-section .parts-list-view .parts-list-content .parts-listing-container .parts-listing-column .parts-button.view-details {background-color: #000!important;}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile{margin-right:0!important;}

.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc{height: 48px !important; box-sizing: border-box;}

h2.dealer-contact__heading {font-size: 22px !important;}

/*
-------------------Responsive Styles */

@media screen and (max-width:1170px){
	.side{
		display:none;
	}
	.title h4{
		font-size:60px;
	}
	
	h2{
		font-size:43px;
	}

}

@media screen and (max-width:950px){
	
	
	#formpage div{
		width:100%;
	}
	.divfooter {
		width:100%;
	}
}
@media screen and (max-width:850px){
	.featured-content{
		display:block;
	}
	.welcome-para{
		width:100%;
	}
	
	.welcome-para p{
		font-size:16px;
		text-align:center;
	}
	h2{
		font-size:36px;
		text-align:center;
	}
	.featured-slides {
		width:70%;
	}
	.feat-button{
		width:61%;
	}
	.youtube{
		display:block;
	}
	.title{
		width:100%;
		text-align:center !important;
	}
	.home-video{
		width:100%;
	}
	.contact-info {
		display:block;
	}
	.about{
		display:block;
	}
	.about p{
		width:100%;
		padding-bottom:20px;
	}
	.slider-wrapper{
		width:100% !important;
	}

}

@media screen and (max-width:750px){
#markets {
    display:none;
}

#marketTab {
    display:none;
}

#weather {
    display:none;
}

#weatherTab {
    display:none;
}


}
@media screen and (max-width:650px){

#formpage input.button-nav, #formpage input.button-nav:focus {
	width:50%;
}
	.header-contact{
		display:block;
	}
	.contact-content{
		display:block;
	}
	.hot-deal-button{font-size:16px;}

}

@media screen and (max-width:550px){
	.logo img {
		width:70%;
	}
	.welcome p{
		width:100%;
	}
	
	.welcome h2{
		text-decoration:none;
	}
	
	.contact-content h4{
	font-size:24px;
	}	
	.map{
	padding:0;
	width:100%;
	}
	
	.title h4 {
		text-align:center;
	}
	
	.featured-inv {
		display:block;
	}
	
	.hot-deals {
		margin: 0 auto;
		width:100%;
	}
	.hot-deals img{
		border:2px solid white;
		width:100%;
	}
	.equip {
		display:flex;
		flex-direction:row;
		width:100%;
	}
	.ag {
		width:50%;
	}
	.ag img{
		border:1px white solid;
		width:100%;
	}
	.const {
		width:50%;
	}
	.const img{
		border:1px white solid;
		width:100%;
	}
	
	#slider {
		width:100%;
	}
	.feat-button{
		width:100%;
	}
	.hot-deal-button{width:100%; padding: 20px 0; margin: 10px auto;}
}

@media screen and (max-width:390px){
	#formpage input.button-nav, #formpage input.button-nav:focus {
	width:100%;
	}
}