﻿/*===================== 
	Color information
	
	- Orange #ff7f00;
	-
	-
	-
		 
=======================*/
/*===================== 
	CSS reset/normalize 
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,aside,details,figcaption,figure,footer,header,hgroup,
main,nav,section,summary {display: block;}
pre {white-space: pre-wrap;}
small { font-size: 80%;}


/*===================== 
	@Font-Face 
=======================*/


/*===================== 
	base styles 
=======================*/

html {
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%; 
	}

body {
	font-family: 'Roboto', sans-serif;
    margin: 0;
	padding:0;
	}

svg:not(:root) {overflow: hidden;/*reset*/}
	
.clear { clear: both;}

img { border: 0;} 
	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color:#DC6D00;
	}
	h1 {font-size: 24px; padding: 1% 0 2% 0;}
	h2 {font-size: 21px; padding: 1% 0;}
	h3 {}
	h4 {}
	h5 {font-size:21px; padding:0 0 3% 0; text-transform: uppercase; color:#fff;}
	h6 {}

p {
	margin: 0;
	font-size: 16px;
	color: #000;
	line-height: 24px;
	padding: 2% 0 1% 0;
	}
p + p {
	padding: 2% 0 1% 0;
}

.bold {font-weight: bold;}
.white{color:#FFFFFF;}
.italics{font-style: italic;}

/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
    color: inherit; 
    text-decoration:none;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
		color: #ff7f00;
		}  

a.orange-btn{
	display: inline-block;
	color:#000;
	background: #ff7f00;
	padding:2% 6%;
	margin: 1% 2%;
	text-align: center;
	-webkit-transition:.4s ease-in;  
	-moz-transition:.2s ease-in;  
	-o-transition:.2s ease-in;  
	transition:.2s ease-in;	
}

a.orange-btn:hover{
	background: #FF9F40;
	color:#000;
}
/*===================== 
	header styles 
=======================*/

header {width: 100%; background:#fff; border-bottom: #ff7f00 solid 3px;}

img.main-logo{float:left; display: block; width:20%; padding:1% 0 0 4%;}

div.top-contact{font-weight: 700; color:#E87300; font-size: 26px; width:50%; text-align: right; float:right; padding:2% 4% 2% 0;}

div.top-contact a:hover{text-decoration: underline;}

/*===================== 
	nav styles 
=======================*/

/***** Start of primary nav ******/
#menu-button{display: none;}
nav.mobile { display:none;}

nav.primary {
	padding:0 9% 0 0;
	display:block;
	margin:0;
	max-width: 1200px;
	float:right;
	position:relative;
	}
	nav.primary ul {
		margin:0; 
		padding:0;
		}
		nav.primary ul li {
			display:inline-block;
			margin:0;
			list-style-type:none; 
			}
			nav.primary ul li a {
				color:#333;
				font-size:18px;
				text-decoration:none;
				text-transform: uppercase;
				padding:10px 20px;
				display:block;
				margin:0;
				cursor: pointer;
				-webkit-transition:.4s ease-in;  
				-moz-transition:.2s ease-in;  
				-o-transition:.2s ease-in;  
				transition:.2s ease-in;	
				font-weight:700;
				}	
			nav.primary ul li a:hover {
				background: #ff7f00;
				color:#fff;
				}
			/* Appearance of the sub-level links */
			nav.primary ul li li a { 
				font-size:16px;
				line-height:16px;
				padding:10px 0;
				color:#fff;
				background: #181818;
				text-align:center;
				border-right:none;
				border-left:none;
				border-bottom: #fff solid 1px;
			}
			/* Appearance of the sub-level links on hover */
			nav.primary ul li li a:hover { 
			}
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
    display: none;
    position: absolute; 
}
nav.primary ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
nav.primary ul li:hover > ul {  
    display: block;
    line-height:18px; 
    z-index: 100;
	width: 230px;
}
nav.primary ul ul li {
    float: none; 
	width: 230px;
    position: relative;
    margin:0;
}
/******** End of primary Nav ***************/

/*===================== 
	content styles 
=======================*/

form.contact{ width:90%;}
form.contact label{width:100%; font-size: 18px; padding-top: 3%; display: block;}
form.contact input, form.contact textarea{width:100%; padding: 1%;}
form.contact input.submit_btn{
	color:#000;
	background: #ff7f00;
	padding:2% 6%;
	margin: 1% 2%;
	text-align: center;
	border:none;
	-webkit-transition:.4s ease-in;  
	-moz-transition:.2s ease-in;  
	-o-transition:.2s ease-in;  
	transition:.2s ease-in;
}
form.contact input.submit_btn:hover{
	background: #FF9F40;
	color:#000;
}


/*===================== 
	Grid styles 
=======================*/

/********* Grid and hover effect ************/
.grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 2em;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	width: 48%;
	background: #000;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	max-width: 100%;
}

.grid figure figcaption {
	padding: 1%;
	color: #fff;
	font-size: 18px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 95%;
	height: 95%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	letter-spacing: 1px;
	color:white;
	padding: 18% 0 0 0;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 75%;
	color:#fff;
	padding: 0;
}

/***** Lily Hover Effect *****/

figure.effect-lily img {
	opacity: 0.4;
	width:100%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-lily figcaption {
	text-align: center;
}

figure.effect-lily figcaption > div {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	height: 50%;
}
.headingpg {font-size: 20px;}
a.phonenumbers{ color: #E87300;}

figure.effect-lily h2,
figure.effect-lily p {
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-lily h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-lily p {
	color: #fff;
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img{
	opacity: .7;
}
figure.effect-lily:hover p {
	opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-lily:hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}
/******************************************/




/*===================== 
	banner styles 
=======================*/
/*-----
.banner{
	background: url("../siteart/hero.jpg") no-repeat;
	background-size: cover;
	background-position:center;
	padding:3% 0 3% 5%;
	height:500px;
}

.blk-wrap{
	background: rgba(0,0,0,.75);
	padding: 2%;
	max-width: 630px;
}

.blk-wrap h3{font-size: 32px; padding: 0 0 2% 0; font-weight: 700;}
.blk-wrap ul{padding:1% 0 3% 0; margin:0 0 0 4%;}
.blk-wrap ul li{font-size: 24px; font-weight: 600; padding:4px 0 4px 0; color:#fff;}
----*/


.hero-left{
	background-color:#000;
	padding:5% 2%;
	width:32%;
	box-sizing:border-box;
}

.hero-left h1{font-size: 38px; padding: 0 0 2% 0; font-weight: 700;}
.hero-left ul{padding:3% 0 ; margin:0 0 0 4%;}
.hero-left ul li{font-size: 24px; font-weight: 600; padding:6px 0 6px 0; color:#fff;}

.hero{width:100%; display:flex; flex-direction:row; height:600px;}
.hero-right{width:68%; height:100%;}
.cycle-slideshow{width:100%; height:100%;}
.cycle-slideshow img{width:100%; height:100%; object-fit: cover;}

.cycle-next{
	display: block;
    position: absolute!important;
    bottom: 50%;
    width: 30px;
    height: 50px;
    color:#fff;
	font-size:30px;
	z-index:200;
	text-align:right;
}
.cycle-prev{
	display: block;
    position: absolute!important;
    bottom: 50%;
	right: 0;
    width: 30px;
    height: 50px;
	font-size:30px;
	color:#fff;
	z-index:200;
	
}
.cycle-prev:hover, .cycle-next:hover{color:#ff7f00; cursor:pointer;}

/*===================== 
	layout styles 
=======================*/

.wrap {
	width: 100%;
	margin: 0;
	}
	

.container {
	max-width: 1700px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 2%;
	}

.sm_container {
	max-width: 1400px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 2%;
	}
	
.go_right{float:right;}

.col-1-6 { width: 16%; box-sizing:border-box;}
.col-1-5 { width: 20%; box-sizing:border-box;}
.col-1-4 { width: 24%; box-sizing:border-box;}
.col-1-3 { width: 33%; box-sizing:border-box; float:left; padding: 1%;}
.col-1-2 { width: 49%; box-sizing:border-box; float:left; padding: 1%;}
.col-2-3 { width: 65%; box-sizing:border-box;}
.col-3-4 { width: 75%; box-sizing:border-box;}

/*===================== 
	footer styles 
=======================*/

footer {
	margin: 0;
	width: 100%;
	background:#000;
	padding: 2% 1%;
	box-sizing: border-box;
	}

footer ul{margin:0; padding:0;}

footer ul li{
	color:#fff;
	font-size: 18px;
	list-style: none;
	margin:0;
	padding:2px 0;
}

footer ul li a:hover  {color: #ff7f00 !important;} 

footer p{
	font-size: 12px;
	color:#fff;
	padding: .5% 2%;
	text-align: right;
	display: inline;
}

a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:13px;
	color: #222;
	}
	a.footerlink:hover {
		text-decoration:none; 
		font-size:13px;
		color: #fff;
		}

.footertext {
	font-size:13px; 
	color:#666;
	}

.smallfootertext {
	font-size:10px; 
	color:#666;
	}

.divfooter {
	max-width:490px; 
	text-align:center; 
	margin:0 auto;
	}


/*========================== 
	  Responsive 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: 90px !important;
    -o-border-radius: 90px !important;
    -webkit-border-radius: 90px !important;
    border-radius: 90px !important;
}


.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {margin: 2px 3px 3px 4px;}
.faceted-text-input-searchType .search-type input[type=checkbox], .faceted-text-input-searchType .search-type  input[type=radio] {margin: 0px 3px 0px 6px;}


.bread-crumbs-heading .return-links .return-links-link span, #no-compare-listings, .bread-crumbs-heading .return-links .return-links-link i {color:#ff7f00 !important;}


.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:#ff7f00 !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 #ff7f00 !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: #ff7f00 !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;}


.detail__cta-buttons:hover, .atpequipmentcomhdev-1r4vh92:hover, .atpequipmentcomhdev-1gxohdy:hover, .dealer-contact__buttons span:hover, .detail__cta-buttons span, .dealer-contact__buttons span{color:#fff !important}
.detail__cta-buttons button:hover, .atpequipmentcomhdev-1r4vh92:hover, .atpequipmentcomhdev-1gxohdy:hover, .dealer-contact__buttons span:hover {background-color:#A65200 !important;  color:#fff !important}
.detail-contact-bar .contact-bar-btn:hover { background-color:#A65200 !important;  color:#fff !important }

/*========================== 
	  Responsive styles 
============================*/
@media screen and (max-width: 1350px)  {
	.hero{height:520px;}
	.hero-left h1{font-size:32px;}
	.hero-left ul li{font-size:18px;}
		
}
@media screen and (max-width: 1290px)  {
	nav.primary ul li a {
		font-size:16px;
		padding:10px 12px;
	}	
	.hero{height:480px;}
	.hero-left{width:40%;}
	.hero-right{width:60%;}
}

@media screen and (max-width: 870px)  {
	.col-1-2 { width: 90%; box-sizing:border-box; float:none; padding: 1%; margin: auto;}
	
	footer p{
		font-size: 12px;
		color:#fff;
		padding: 1% 0;
		text-align: center;
	}
	
	.go_right{
		float:none;
		margin:auto;
		display: block !important;
	}
	.hero{flex-direction:column-reverse; height: auto;}
	.hero-left, .hero-right{width:100%;}
	.hero-right{height:400px;}
}
@media screen and (max-width: 770px)  {

	/*==============================
		Mobile Nav Styles			
	================================*/	
	nav.primary{display:none;}
	#menu-button{ 
		width: 100%;
		display: block;
		font-size: 24px;
		position: relative;
		line-height:60px; 
		z-index: 400; /* needs to be lower than nav.mobile, adjust as needed */
		background: #ff7f00;
		}
		#menu-button a{
			 color:#000;
			 text-decoration: none;
			 padding:0 0 0 .8em; 
			 font-weight:normal;
		  }
	nav.mobile {
		display:block;
		position: fixed;
		top: 0;
		left: -250px;
		width: 250px;
		height: 100%;
		background: #333;
		z-index: 500; /* needs to be higher than #menu-button, adjust as needed */
		overflow:auto;
	}
	/* MENU HEADER SOCIAL MEDIA */
		nav.mobile .social-media {
			position: relative;
			text-decoration: none;
			display: inline-block;
			font-size:16px;
			word-spacing:13px;
			padding:0 0 0 15px;
			color: #ccc !important;
		}

		nav.mobile .social-media a:link, nav.mobile .social-media a:visited {color:#ccc; text-decoration:none;}
		nav.mobile .social-media a:hover, nav.mobile .social-media a:active {color:#fff; text-decoration:underline;}

	/* MENU HEADER STYLES */
	nav.mobile .mobile_top {
		height: 20px;
		position: relative;
		display:block;
		padding: 0;
		margin:15px 0 10px 0;
		color: #999;
		font-size: 18px;
		font-weight: 400;
	}

	/* MENU CLOSE 'X' BUTTON */
	nav.mobile .menu-toggle {
		position: absolute;
		padding: 3px 8px 3px;
		font-family: Arial, sans-serif;
		font-size:24px;
		font-weight: bold;
		line-height: 1;
		background: #222;
		color: #999;
		text-decoration: none;
		top:-4px;
		right:13px;
	}
	nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
		color: #fff;
	}

	/* MENU LIST STYLE */
	nav.mobile ul {
		list-style: none;
		font-weight: 300;
		margin:0;
		padding:0;
	}
	nav.mobile ul li {
		border-top: 1px solid #454545;
		border-bottom: 1px solid #151515;
		position:relative;
	}

	/* FIRST LEVEL */
	nav.mobile ul li a {
		position: relative;
		display: block;
		font-size:15px;
		padding: 10px;
		color: #999;
		text-decoration: none;
		border-left:4px #333 solid;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	}
	nav.mobile ul li a:hover {
		background:rgba(45,45,45,0.5); 
		color: #fff; 
		border-left:4px #ff7f00 solid; /* border highlight - Change to fit match site colors */
	}

	/* SECOND LEVEL */
	nav.mobile ul li li:last-child {border:none;}
	nav.mobile ul li li a {
		background: #444;
		position: relative;
		display: block;
		padding: 10px 10px 10px 15px;
		border-left:4px #444 solid;
		color: #ccc;
		text-decoration: none;
	}
	nav.mobile ul li li a:hover {background:rgba(65,65,65,0.5);}

	/* THIRD LEVEL */
	nav.mobile ul li li li:last-child {border:none;}
	nav.mobile ul li li li a {
		background: #555;
		position: relative;
		display: block;
		padding: 10px 10px 10px 25px;
		color: #ccc;
		text-decoration: none;
		border-left:4px #555 solid;
	}
	nav.mobile ul li li li a:hover {background:rgba(85,85,85,0.5);}

	nav.mobile ul li .click{/* dropdown menu idicator arrow be sure to include this image with your image files */ 
		position:absolute;
		display:block;
		cursor:pointer;
		z-index: 12399994;
		top:0;
		right:0;
		width:auto;
		height:auto;
		padding: 17px 20px;
		color:#fff;

	}
	.nav-footer {color:#1B1B1B; position:relative; text-align:center; font-size:14px; line-height:16px; padding:15px 0;}

	/* FONT AWESOME ICONS */
	nav.mobile ul li a i{
		width:25px;
		padding:8px 3px;
		margin:0 6px 0 0;
		text-align:center;
		background:#292929;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	}
	nav.mobile ul li .fa-chevron-down {color:#999;}
	
	.banner{
		background: none;
		padding:0;
	}

	.blk-wrap{
		background: rgba(0,0,0,1);
		padding: 2%;
		max-width: 100%;
	}
	
	img.main-logo{float:none; display: block; margin: auto; width:40%; padding:1% 0 0 0;}

	div.top-contact{font-size: 21px; width:100%; text-align: center; float:none; padding:2% 0 2% 0;}
}

@media screen and (max-width: 520px)  {
	.col-1-3 { width: 90%; box-sizing:border-box; float:none; padding: 4% 0 1% 0; text-align: center; margin: auto;}
	.grid figure {
		float: none;
		width: 98%;
	}
	
	.blk-wrap h3{font-size: 26px;}
	.blk-wrap ul{padding:1% 0 3% 0; margin:0 0 0 4%;}
	.blk-wrap ul li{font-size: 21px;}
	
	a.orange-btn{
		display: block;
		color:#fff;
		background: #ff7f00;
		padding:2% 6%;
		margin: 1% 2%;
		text-align: center;	
	}
	.hero-right{height:300px;}
	.hero-left ul{padding:0 10px;}
	.hero-left h1{font-size:28px;}
	.hero-left ul li{font-size:16px;}
	.cycle-next, .cycle-prev{font-size:24px;}
	
}
