﻿/***** 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: #151515; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #151515;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

html{scroll-behavior: smooth;}

/*-------- BODY STYLES --------*/

body {
	font-family: "Roboto Slab", serif;
}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#151515 1px solid;}

/*--- HEADER STYLES ---------------------*/
header {}

.header{
	display: flex;

    font-family: "Roboto Slab", serif !important;
}

.header .logo{
	width: 190px;
	display: flex;
	justify-content: center;
	align-items: center;
    padding: 16px 0;
}
.header .logo img{
	max-width: 100%;
}
.header > .flex{
	width: calc(100% - 190px);
}
.top-nav, .main-nav{
	width: 100%;
	height: 80px;
}

/*---BODY--------------------------------*/

.relative{position: relative;}

.center{
	text-align: center;
}
.flex{display: flex;}
.flex-wrap{flex-wrap: wrap;}
.justify-center{justify-content: center;}
.justify-between{justify-content: space-between;}
.vertical-center{align-items: center;}
.verticalpad{
	padding: 90px 0;
}


.nopad-bottom{
	padding-bottom: 0 !important;
}

.wrapper{
	max-width: 1340px;
	margin: 0 auto;
	padding: 0 10.9%;
}
.hero-main.wrapper{
	max-width: none;
	margin: 0 auto;
	padding: 0 5.9%;
}


.hero-main{
	
	background: url("/siteart/hero-tractor.jpg") center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	
}
.hero-main .overlay{
	
	background: rgba(40,40,40, 0.5);
	
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	
}
.hero-main .col50{
	
	display: flex;
	align-items: center;
	
}
.hero-main .cycle-slideshow{
	
	margin: 10.9% 0;
    width: 100%;
	
}

.hero-main h1{
	font-weight: 900;
	line-height: 60px;
	letter-spacing: 6px;
	font-size: 60px;
	text-transform: uppercase;
	margin-bottom: 35px; 
	color: #fff;
}
.hero-main .cta{
	margin-bottom: 10px;
	width: 48% !important;
}
.hero-main p{
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.5px;
	font-size: 14px;
	margin-bottom: 35px;
	color: #fff;
}

.bg-black{
	color: #fff;
	background: #151515;
}
.bg-black-25{
	position: absolute;
	left: 0;
	right: 75%;
	top: 0;
	bottom: 0;
	background: #151515;
}
.bg-black-25-right{
	position: absolute;
	left: 75%;
	right: 0;
	top: 0;
	bottom: 0;
	background: #151515;
}
.bg-perkins{
	background: url("/siteart/perkins.jpg") center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.bg-photo-home{
	background: url("/siteart/equipment/11.15/equipment-_0025_Perkins-63.jpg") center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.bg-consign{
	background: url("/siteart/photo-equipment-2.jpg") center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.bg-history{
	background: url("/siteart/photo-history-1.jpg") center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.bg-about-1{
	background: url("/siteart/equipment/11.15/equipment-_0024_Perkins-76.jpg") center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.bg-about-2{
	background: url("/siteart/photo-history-2.jpg") center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.bg-thankyou{
	background: url("/siteart/photo-equipment-1.jpg") center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.col50{
	width: 50%;
	position: relative;
}
.col100, .hero-main .cta.col100{
	width: 100% !important;
	position: relative;
	box-sizing: border-box;
}
.col50.text-col {
    min-height: 450px;
    display: flex;
    align-items: center;
}
.col33{
	width: 33.33333%;
}
.col25{
	width: 25%;
}

.bg-white p{
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.5px;
	font-size: 14px;
	margin-bottom: 35px;
	color: #151515;
}
.bg-white ul{
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.5px;
	font-size: 14px;
	margin-bottom: 35px;
	color: #151515;
}
.bg-white ul li a{
	color: #151515;
	font-weight: 700;
}

.bg-white h2, .heading{
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 2px;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 35px; 
	color: #151515;
}

.bg-white h2 strong{
	font-weight: 900;
}

.bg-black .heading{
	color: #fff;
}

.hero{
	background: url("/siteart/hero-tractor.jpg") center top;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	
	padding: 4% 5.45%;
	font-family: "Roboto Slab", serif;
}
.hero h1{
	color: #fff;
	font-weight: 900;
	font-size: 60px;
	letter-spacing: 6px;
	text-transform: uppercase;
	text-align: center;
}


.cta.col100{margin-top: 10px;}
.cta{
	width: 244px;
	max-width: 100%;
	line-height: 50px;
	font-size: 14px;
	font-weight: 700;
	font-family: "Roboto Slab", serif;
	color: #fff;
	background: #ca2017;
	text-align: center;
	text-transform: uppercase;
	transition: ease-in-out all 0.2s;
    display: inline-block;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	letter-spacing: 0.5px;
}
.cta:hover{
	background: #a41912;
}

.cta.white{
	background: #fff;
	color: #ca2017;
	width: 100%;
}
.cta.white:hover{
	background: #eee;
}

.cta.black{
	background: #151515;
	color: #fff;
	width: 100%;
}
.cta.black:hover{
	background: #000;
}


.pad{
	padding: 10.9%;
}


#map{
	display: flex;
	overflow: hidden;
	height: 434px;
}
#map iframe{
    margin-top: -54px;
	height: 488px;
}

.col50 #map {
    height: 100%;
}
.col50 #map iframe {
    margin-top: -54px;
    height: calc(100% + 54px);
}
.map-col{
	position: relative;
}


/*--------FORM STYLES--------------------*/

.custom-form{
	font-family: "Roboto Slab", sans-serif;
}
.custom-form input{
	box-sizing: border-box;
	padding: 10px;
	font-family: "Roboto Slab", sans-serif;
	
	border-radius: 5px;
	border: solid 1px #151515;
	margin: 0 20px 20px 0;
}
.custom-form input.col33{
	width: calc(33.333333% - 20px);
}
.custom-form input.col50{
	width: calc(50% - 20px);
}
.custom-form textarea{
	box-sizing: border-box;
	width: calc(100% - 20px);
	height: 80px;
	resize: vertical;
	padding: 10px;
	font-family: "Roboto Slab", sans-serif;
	border-radius: 5px;
	border: solid 1px #151515;
	margin: 0 20px 20px 0;
}
.custom-form button{
	-moz-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	
	border: none !important;
	outline: none !important;
	cursor: pointer;
}


.custom-form .CaptchaPanel{
	text-align: left !important;
}
.custom-form .CaptchaPanel a{
	color: #fff;
}
.custom-form .CaptchaPanel, .CaptchaAnswerPanel, .CaptchaImagePanel, .CaptchaMessagePanel{
	padding-left: 0 !important;
	padding-right: 0 !important;
}

#CaptchaAnswer{
	min-width: calc(33.3333% - 20px);
}

/*-------- FOOTER STYLES ----------------*/
footer{}

.footer {
    font-family: "Roboto Slab", serif !important;
}
.footer .col25{
	box-sizing: border-box;
	padding: 30px;
}
.footer .col25 ul li{
	text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.5px;
}
.footer .col25 p{
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.5px;
}
.footer .col25 a:not(.cta){
	color: #fff;
	text-transform: uppercase;
	transition: ease-in-out all 0.2s;
}
.footer .col25 a:not(.cta):hover{
	color: #eee;
}
.footer .col25:nth-of-type(1){
	background: #ca2017;
	color: #fff;
	font-weight: 700;
}
.footer .col25:nth-of-type(2){
	background: #a41912;
	color: #fff;
	font-weight: 700;
}
.footer .col25:nth-of-type(3){
	background: #86120b;
	color: #fff;
}
.footer .col25:nth-of-type(4){
	background: #fff;
	color: #151515;
}
.footer .col25:nth-of-type(4) img{
	max-width: 100%;
}



/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/


#inv{padding: 40px 0;}
#inv *:not(.loading-spinner):not(.loader):not(.mobile-option-bar-filter){border-radius: 0!important;}


#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons){font-family: "Roboto Slab", serif !important;} /* Reset font, ignore icons */
#inv{letter-spacing: normal;}

#inv h1, #inv h2, #inv h3, #inv h4, #inv h5, #inv h6, #inv h1 span, #inv h2 span, #inv h3 span, #inv h4 span, #inv h5 span, #inv h6 span{
	font-family: "Roboto Slab", serif !important;
	text-transform: uppercase;
}

.compare-chkbox-container .compare-listings .fa-check {
    top: -1px !important;
    left: 6px !important;
}
.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {margin: 2px 3px 3px 4px !important;}
.faceted-text-input-searchType .search-type input[type=checkbox], .faceted-text-input-searchType .search-type  input[type=radio] {margin: 0px 3px 0px 6px !important;}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-name{
	margin-top: 0 !important;
}

span.compare-label{padding-left: 4px !important;}


.hosted-content .attachment-search .search-checkboxes label .row {margin-left:0 !important;margin-right:0 !important;margin-bottom:0px !important;}

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link, .faceted-search-content .selected-facets-container .selected-facet, .list-content .list-listing-mobile .view-listing-details-link, .list-content .list-listing-mobile .buy-now-link, .list-content .list-listing-mobile .check-availability-link, .list-content .list-listing-mobile .email-seller-link, .detail-content .detail-main-body .main-detail-data .offer-btn, .detail-content .detail-main-body .main-detail-data .buy-btn, .detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile, .detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .send-wholesale-email-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile, .mobile-breadcrumb, .main-detail-data .contact-options a, button.g-recaptcha.button, .cs-btns a, .apply-button, .Manufacturer-button, .Model-button { 
	background: #ca2017 !important; 
	color: #fff !important; 
	text-decoration: none !important; 
	text-transform: uppercase;
	
	transition: ease-in 0.2s all;
}
.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link:hover, .faceted-search-content .selected-facets-container .selected-facet:hover, .list-content .list-listing-mobile .view-listing-details-link:hover, .list-content .list-listing-mobile .buy-now-link:hover, .list-content .list-listing-mobile .check-availability-link:hover, .list-content .list-listing-mobile .email-seller-link:hover, .detail-content .detail-main-body .main-detail-data .offer-btn:hover, .detail-content .detail-main-body .main-detail-data .buy-btn:hover, .detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile:hover, .detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile:hover, .detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile:hover, .detail-content-mobile .detail-main-body .main-detail-data .send-wholesale-email-btn-mobile:hover, .detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile:hover, .main-detail-data .contact-options a:hover, button.g-recaptcha.button:hover, .cs-btns a:hover, .apply-button:hover, .Manufacturer-button:hover, .Model-button:hover { 
	background: #a41912 !important; 
}

.list-content .list-main-section .list-container .list-listing .listing-top-right .buy-now-link, .list-content .list-main-section .list-container .list-listing .listing-top-right .check-availability-link, .list-content .list-main-section .list-container .list-listing .listing-top-right .email-seller-link, .list-content .list-main-section .list-container .list-listing .listing-top-right .video-chat-link, .faceted-search, .faceted-show-all-btn, .mobile-done-button, .detail-content-mobile .detail-contact-bar .contact-bar-btn, .faceted-search-content .mobile-done-button-container .mobile-done-button, .list-page-nav, .contact-options a, .list-error-container .info button {background: #151515 !important;	transition: ease-in 0.2s all;
	text-transform: uppercase;}
.list-content .list-main-section .list-container .list-listing .listing-top-right .buy-now-link:hover, .list-content .list-main-section .list-container .list-listing .listing-top-right .check-availability-link:hover, .list-content .list-main-section .list-container .list-listing .listing-top-right .email-seller-link:hover, .list-content .list-main-section .list-container .list-listing .listing-top-right .video-chat-link:hover, .faceted-search:hover, .faceted-show-all-btn:hover, .contact-btn:hover, .contact-options a:hover, .mobile-done-button:hover {background: #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, .return-links *, .compare-title, .compare-price, .mobile-option-bar-filter {color: #151515 !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: #2f3192 !important;}

.detail-content .dealer-info .phone-and-email .send-email-btn, .back-button {border-color: #151515!important; color: #151515!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: #151515!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; box-sizing: border-box;}

.detail-additional-data h3{
	margin: 18px 0;
}






/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1399px) {
	
	.hero-main h1{
		line-height: 48px;
		font-size: 48px;
	}
	.footer .col25 p{
		font-size: 12px;
		line-height: 18px;
		letter-spacing: 0.5px;
	}
}

@media only screen and (max-width: 1100px) {
	
	.column-reverse{
		flex-direction: column-reverse;
	}
	.col50{
		width: 100%;
	}
	.col50.col-left{
		width: 89.1%;
		padding-bottom: 50%;
	}


	.hero-main .cycle-slideshow{
		margin: 10.9% 0 0;
	}
	.hero-main .pad{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	.verticalpad{padding: 10.9% 0;}
	.relative .verticalpad{padding-bottom: 0 !important; padding-top: 10.9%;}
	.col50.col-left + .col50{
		background: #fff;
		margin-top: 10.9%;
	}
	.col50.text-col{
		margin-top: 10.9%;
		background: #fff;
	}
	.bg-black-25{
		right: 50%;
	}
	.bg-black-25-right{
		right: 50%;
		left: 0;
	}
	
	
	.col50 #map {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
	}
	.col50 #map iframe {
		margin-top: -54px;
		height: calc(100% + 54px);
	}


	
	.footer .col25{
		width: 33.3333%;
	}
	.footer .col25:nth-of-type(4){
		width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	
	
	.custom-form input.col33{
		width: 100%;
	}
	.bg-white h2 {
		font-size: 22px;
	}
	.cta{width: 100%; margin-top: 0 !important;}
	.custom-form .cta{width: calc(100% - 20px);}
	
	.footer > .flex{
		flex-direction: column;
	}
	.footer .col25{
		width: 100%;
	}
}
@media only screen and (max-width: 480px) {
	
	
	.hero-main .cta{
		width: 100% !important;
	}
	.hero-main .flex{flex-wrap: wrap;}
	
	.cycle-pager {
		text-align: center;
		width: 100%;
		right: 0;
	}
	.hero{
		padding-top: 10.9%;
		padding-bottom: 10.9%;
	}
	.hero-main h1, .hero h1{
		line-height: 30px;
		font-size: 30px;
    	text-align: center;
	}
	.hero-main h1 span{
		line-height: 48px;
		font-size: 48px;
	}
	.hero-main p{
		line-height: 24px;
		font-size: 14px;
	}
	#CaptchaAnswer{width: 100%; margin-right: 0 !important;}
	.custom-form .cta{width: 100%; margin-right: 0;}
	.custom-form input.col50, .custom-form input.col33, .custom-form textarea{
		width: 100%;
		margin-right: 0;
	}
	.col50.col-left{
		width: 94.1%;
		padding-bottom: 50%;
	}
	.pad{
		padding: 10.9% 5.9%;
	}
	.wrapper{
		padding: 0 5.9%;
	}
}







