﻿/*===================== 
	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%;
}


/*===================== 
	base styles 
=======================*/

html {
	font-family: Arial, sans-serif;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

body {
	margin: 0;
}

svg:not(:root) {
	overflow: hidden;
	/*reset*/
}

* {
	box-sizing: border-box !important;
}

/* clear floats */
.group:before,
.group:after {
	content: "";
	display: table;
}

.group:after {
	clear: both;
}

.group {
	zoom: 1;
}

.clear {
	clear: both;
}

/*image replacement*/
.hide-text {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	border-style: solid;
	height: 0;
}

img {
	border: 0;
}

/*===================== 
	typography 
=======================*/

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 2em;
}

p {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 16px;
	margin: 0;
}


h1 {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 30px;
}


h2 {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 28px;
}


h3 {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 26px;
}


h4 {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 24px;
}

h5 {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 20px;
}

h6 {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 16px;
}

.orange {
	color: #a9610f;
}

.red {
	color: #D62E2E;
}

.dark-gray {
	color: #2b2a28;
}

.white {
	color: #FFFFFF;
}

.bold {
	font-weight: 800;
}

.semi-bold {
	font-weight: 600;
}

.tracking {
	letter-spacing: 1px;
}

.semi-tracking {
	letter-spacing: .25px;
}

.caps {
	text-transform: uppercase;
}

.center {
	text-align: center;
}

.italic {
	font-style: italic;
}



/*===================== 
	link styles 
=======================*/

a:focus {
	outline: thin dotted;
	/*reset*/
}

a:not(.cf *),
a:link:not(.cf *),
a:visited:not(.cf *),
a:active:not(.cf *) {
	outline: 0;
	/*reset*/
	color: #aaa;
	text-decoration: none;
}

a:hover:not(.cf *) {
	outline: 0;
	/*reset*/
	text-decoration: none;
	color: #ccc;
}



/*===================== 
	nav styles 
=======================*/

nav.primary {
	padding: 0;
	display: block;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

nav ul:not(.cf *) {
	padding: 0;
	margin: 0;
	background-color: rgba(43, 42, 40, 0.71);
}

nav ul li {}

nav>ul>li {
	display: inline-block;
	list-style-type: none;
	padding: 10px 15px;
	position: relative;
}

nav ul li a {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: .25px;
	color: #ffffff !important;
}

nav ul li:hover {
	background-color: #a9610f;
}


/* Appearance of the sub-level links */

nav.primary ul li li a {
	line-height: ;
	color: ;
	text-align: ;
	font-size: ;
	font-weight: ;
}

nav.primary ul li li a:hover {
	color: #a9610f !important;
	text-align: ;
	font-size: ;
	font-weight: ;
}

nav.primary ul li li:hover {}


/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too much */
nav.primary ul ul {
	display: none;
	position: absolute;
	background-color: #2b2a28;
	padding: 10px 15px;
	margin-top: 9px;
	text-align: left;
	left: 0;
	width: 275px;
}

nav.primary ul ul ul {
	position: absolute;
	left: 100%;
	top: 0;
}

nav.primary ul li:hover>ul {
	display: block;
	line-height: 18px;
	z-index: 2000 !important;
}

nav.primary ul ul li {
	float: none;
	position: relative;
	display: block;
	margin: 0;
	width: 100%;
	background-color: transparent !important;
	margin: 10px 0px;
}

.dropdown_arrow {
	display: inline-block !important;
}

.dropdown_style {
	font-size: ;
	font-weight: ;
}


/******** End of primary Nav ***************/


/*===================== 
	mobile nav
=======================*/

#menu-button {
	/* initially will need to be hidden */
	display: block;
	font-size: 32px;
	width: 100%;
	position: relative;
	z-index: 400;
	/* needs to be lower than nav.mobile, adjust as needed */
	padding: ;
	background: #a9610f;
	border-bottom: ;
	text-align: right;
	min-height: 0 !important;
}

#menu-button a {
	color: #000;
	text-decoration: none;
	text-align: right !important;
}

nav.mobile {
	display: block;
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: #2b2a28;
	z-index: 500;
	/* needs to be higher than #menu-button, adjust as needed */
	overflow: auto;
}

nav.mobile h3 {
	/* Menu header styles */
	position: relative;
	padding: 12px 10px;
	color: #fff;
	font-size: 1.2em;
	font-weight: 400;
	border-bottom: 4px solid #222;
}

nav.mobile .menu-toggle {
	/* Menu close button */
	position: absolute;
	top: 12px;
	right: 10px;
	display: inline-block;
	padding: 6px 9px 5px;
	font-family: Arial, sans-serif;
	font-weight: 700;
	line-height: 1;
	background: #222;
	color: #999;
	text-decoration: none;
	vertical-align: top;
}

.menu-toggle {
	text-align: right;
	font-size: 28px;
	color: #000;
}

.menu-toggle a:hover {
	color: #000 !important;
}

.close_mobile {
	font-size: 26px !important;
	font-weight: 900;
	text-align: right;
}

nav.mobile .menu-toggle:hover {
	/* Menu close button on hover */
	color: #fff;
}

nav.mobile ul {
	list-style: none;
	font-weight: 300;
	margin: 0;
	padding: 0;
}

nav.mobile ul li {
	padding: 8px 0 6px 0 !important;
}

nav.mobile ul li a {
	position: relative;
	display: block;
	padding-left: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 15px;
	letter-spacing: 1px;
	cursor: pointer;
}

nav.mobile ul li a:hover {
	background-color: transparent;
	color: #a9610f !important;
}

nav.mobile ul li:hover {
	background-color: transparent;
}

nav.mobile ul li li a {
	/* appearance of the sub-level links */
	position: relative;
	display: block;
	padding: 0px 10px 0px 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
}

nav.mobile ul li li li a {
	/* appearance of third level sub-level links if needed */
	background: #666;
	position: relative;
	display: block;
	padding: 10px 10px 10px 25px;
	color: #000;
	text-decoration: none;
}

nav.mobile ul li span.click {
	/* dropdown menu idicator arrow be sure to include this image with your image files */
	background: url(../siteart/menu-dropdown-arrow.png) 10px 12px no-repeat;
	background-size: 55%;
	position: relative;
	display: block;
	float: right;
	margin: -44px 0 0 0;
	cursor: pointer;
	z-index: 12399994;
	width: 44px;
	height: 44px;
	-webkit-transition: background-size .3s ease-in-out;
	-moz-transition: background-size .3s ease-in-out;
	transition: background-size .3s ease-in-out;
}

nav.mobile ul li span.click:hover {
	background-size: 60%;
}

nav.mobile ul li li {
	padding: 8px 0 6px 0 !important;
	margin-left: 10px;
}



/*===================== 
	header styles 
=======================*/
header {
	margin: 0 auto;
	width: 100%;
}

.header-orange {
	background-color: #a9610f;
	padding: 5px 40px;
}

.header_language-wrap {
	float: right;
}

.language-btn {
	background-color: transparent !important;
	border: none !important;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 12px !important;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: .5px;
	text-align: center;
	margin: 0 5px;
	padding: inherit !important;
}

.flag {
	display: block;
	margin: auto;
	margin-bottom: 3px;
}

.header-black {
	padding: 20px;
	background-color: #2b2a28;
}

.header-logo {
	max-width: 300px;
	width: 100%;
}

.header_contact-wrap {
	text-align: right;
}

.header_contact-wrap a {text-align: right; display: inline-block;}

.header-phone {
	color: #aaa!important;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 16px;
	display: inline-block;
	margin-top: 10px;
}

.header-phone:hover {
	color: #ffffff !important;
}

.header-phone-left {
	color: #aaa!important;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 16px;
	display: inline-block;
	border-right: 1px solid #ffffff;
	margin-right: 15px;
	padding-right: 20px;
	margin-top: 10px;
}

.header-phone-left:hover {
	color: #ffffff !important;
}

.fb-icon {
	display: block !important;
	margin-top: 10px;
	font-size: 20px;
	color: #a9610f;
}

.fb-icon:hover {
	color: #FFFFFF;
}

.forty-logo {
	max-width: 200px;
	width: 100%;
	float: right;
}

.tagline-text {
	font-style: italic;
	text-align: center;
	text-shadow: 1px 3px 0px #d62e2e;
	color: #ffffff;
	font-size: 40px;
}


/*===================== 
	homepage styles 
=======================*/
.loader-hero {
	position: relative;
	z-index: -20;
	bottom: 42px;
	width: 100%;
}

.btn-container {
	max-width: 1600px;
	display: block;
	margin: auto;
	clear: both;
	position: relative;
	bottom: 100px;
}

.inv-button {
	background-color: rgba(169, 97, 15, 0.74);
	border: none;
	padding: 10px 15px 35px 15px;
	display: block;
	margin: auto;
	width: 100%;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 16px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .75px;
}

.inv-button:hover {
	background-color: #a9610f;
}

.btn-icon {
	max-width: 150px;
	width: 100%;
	display: block;
	margin: auto;
}

/* search form */
.parts-wrap {
	position: relative;
	bottom: 50px;
	padding: 15px;
}

.parts-container {
	max-width: 1600px;
	display: block;
	margin: 30px auto;
	padding: 0px 15px;
}

.search-bar {
	width: 90%;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 16px;
	padding: 10px;
	margin: 20px 0px;
}

.search-btn {
	width: 9.5%;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 16px;
	padding: 10px;
	margin: 20px 0px;
	background-color: #a9610f;
	border: 2px solid #a9610f;
	color: #ffffff;
	letter-spacing: .25px;
	text-transform: uppercase;
	font-weight: 600;
}

.search-btn:hover {
	background-color: transparent;
	color: #a9610f;
}

/* welcome */
.welcome-wrap {
	background-image: url("/siteart/excavator-pic.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	/*bottom: 100px;*/
}

.welcome-container {
	max-width: 1600px;
	display: block;
	margin: 60px auto;
	padding: 40px;
	color: #ffffff;
	background-color: rgba(169, 97, 15, 0.74);
}

/* parts request */
.request-wrap {
	position: relative;
	/*bottom: 100px;*/
	padding: 50px 0px;
}

.request-container {
	max-width: 1600px;
	display: block;
	margin: auto;
}

.gears-img {
	max-width: 250px;
	width: 100%;
	display: block;
	margin: auto;
}

.request-btn {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 16px;
	padding: 10px 30px;
	margin-top: 25px;
	background-color: #a9610f;
	border: 2px solid #a9610f;
	color: #ffffff;
	letter-spacing: .25px;
	text-transform: uppercase;
	font-weight: 600;
}

.request-btn:hover {
	background-color: transparent;
	color: #a9610f;
}

.request-info {
	margin-top: 50px;
}

.col-xs-12.footer-bkgd {
	box-sizing: border-box;
}

.col-xs-12.col-sm-6 {
	box-sizing: border-box;
}

.hidden-xs.col-sm-6 {
	box-sizing: border-box;
}

.col-xs-12.footer-orange-bkgd {
	box-sizing: border-box;
}

.col-xs-12.header-orange {
	box-sizing: border-box;
}

.col-xs-12.header-black {
	box-sizing: border-box;
	display: flex; 
	align-items: center;
}

.col-xs-12.col-sm-4 {
	box-sizing: border-box;
}

.col-xs-12.col-sm-8 {
	box-sizing: border-box;
}

.hidden-xs.hidden-sm.col-md-6.col-lg-7 {
	box-sizing: border-box;
}

.col-xs-12.col-sm-12.col-md-6.col-lg-5 {
	box-sizing: border-box;
}

.col-xs-12 {
	box-sizing: border-box;
}

.hidden-xs.hidden-sm.col-md-12.primary {
	box-sizing: border-box;
}

.col-xs-12 #menu-button {
	box-sizing: border-box;
}

.hidden-md.hidden-lg.hidden-xl.menu-toggle {
	box-sizing: border-box;
}

.col-xs-12.hidden-md.hidden-lg.hidden-xl.mobile {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
## INVENTORY SEARCH ON SEPARATE PAGE E.G. https://nextraninventory.com.wpdev - pull in with function.php
--------------------------------------------------------------*/
/*--------------YOU MAY NOT NEED THIS but if you want to pull in search on homepage use functions.php or separaate file-------------*/
.faceted-search-content .faceted-section-box .faceted-slider {
	width: 100%;
	margin: 0;
	padding: 0;
}

.leftslider {
	padding: 0 1% !important;
}

.rightslider {
	padding: 0 1% !important;
}


/*-----------NEW INVENTORY MEDIA QUERIES-----------*/
/*--------------You may not need this but it prevents a weird layout thing to happen around these pixel points-------------*/
@media (max-width : 795px) and (min-width : 786px) {
	.has-search-bar {
		width: calc(72% - .75%) !important;
	}
}

@media only screen and (max-width : 785px) {
	.footer-background {
		padding: 20px 5% 15% 5%;
	}
}

/*--------------Extends the footer so that the fixed nav doesn't overlap the footer-------------*/
@media only screen and (max-width : 400px) {
	.footer-background {
		padding: 20px 5% 20% 5%;
	}
}



/*===================== 
	contact pages styles 
=======================*/
/* contact form */
.first-name {
	width: 49%;
	float: left;
	margin-right: 2%;
}

.last-name {
	width: 49%;
	float: right;
}

.email {
	width: 49%;
	float: left;
	margin-right: 2%;
}

.phone {
	width: 49%;
	float: right;
}

.comments {
	width: 100%;
}

/* parts form*/
.part_number {
	width: 100%;
}

.make {
	width: 49%;
	float: left;
	margin-right: 2%;
}

.model {
	width: 49%;
	float: right;
}

.email {
	width: 49%;
	float: left;
	margin-right: 2%;
}

.phone {
	width: 49%;
	float: right;
}

.company_name {
	width: 100%;
}

.part_description {
	width: 100%;
}

.request-form-container {
	max-width: 1600px;
	display: block;
	margin: auto;
	margin-bottom: 100px;
}

.contact_form {
	border: 2px solid #2b2a28;
	border-radius: 0px;
	margin: 15px auto;
	padding: 15px;
}

.contact_btn {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 16px;
	padding: 10px 30px;
	margin-top: 25px;
	background-color: #a9610f;
	border: 2px solid #a9610f;
	color: #ffffff;
	letter-spacing: .25px;
	text-transform: uppercase;
	font-weight: 600;

}

.contact_btn:hover {
	background-color: transparent;
	color: #a9610f;
}

.contact-container {
	max-width: 1600px;
	display: block;
	margin: auto;
}

/*control the Captcha */
.CaptchaPanel {
	margin: 0 0 0 0 !important;
	padding: 0 0 0 0 !important;
	text-align: center;
	line-height: normal !important;
}

.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 0 0 0;
	padding: 2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
	line-height: 0;
	margin: 0 0 0 0;
	padding: 8px 0 8px 0 !important;
}

.CaptchaWhatsThisPanel a {
	color: #000;
}

.CaptchaWhatsThisPanel a:hover {
	text-decoration: none;
}

/* contact page*/
.dozer-hero {
	position: relative;
	z-index: -20;
	bottom: 42px;
	width: 100%;
}

.contact-info-wrap {
	text-align: center;
	margin-bottom: 30px;
}

.contact-phone {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 16px;
	color: #000000 !important;
	display: block;
}

.contact-phone:hover {
	color: #a9610f !important;
}

.contact-email {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 16px;
	color: #000000 !important;
}

.contact-email:hover {
	color: #a9610f !important;
}

/* thank you page*/
.thank-you-wrap {
	max-width: 1600px;
	display: block;
	margin: 50px auto;
}

.thank-you-btn {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 16px;
	padding: 10px 30px;
	display: block;
	margin: auto;
	margin-top: 25px;
	background-color: #a9610f;
	border: 2px solid #a9610f;
	color: #ffffff;
	letter-spacing: .25px;
	text-transform: uppercase;
	font-weight: 600;
}

.thank-you-btn:hover {
	background-color: transparent;
	color: #a9610f;
}



/*===================== 
	thank you styles 
=======================*/



/*===================== 
	services styles 
=======================*/
.service-wrap {}

.service-container {
	max-width: 1600px;
	display: block;
	margin: auto;
	margin-bottom: 100px;
}

.service-list {
	padding-left: 15px;
	margin-top: 15px;
}

.service-item {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 16px;
	margin-bottom: 10px;
}



/*===================== 
	footer styles 
=======================*/

footer {
	margin: 0;
	width: 100%;
}

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: 1200px;
	text-align: center;
	margin: 0 auto;
}

.footer-bkgd {
	padding: 20px 30px;
	background-color: #2b2a28;
}

.footer-phone-left {
	color: #aaa!important;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 16px;
	display: inline-block;
	border-right: 1px solid #ffffff;
	margin-right: 15px;
	padding-right: 20px;
	margin-top: 10px;
}

.footer-phone-left:hover {
	color: #ffffff !important;
}

.footer-phone {
	color: #aaa!important;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 16px;
	display: inline-block;
	margin-top: 10px;
}

.footer-phone:hover {
	color: #ffffff !important;
}

.footer_fb-icon {
	display: block !important;
	margin-top: 10px;
	font-size: 20px;
	color: #a9610f;
}

.footer_fb-icon:hover {
	color: #FFFFFF;
}

.footer_language-wrap {
	float: right;
}

.footer-orange-bkgd {
	background-color: #a9610f;
	padding: 20px;
}

.copyright-text {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}

.copyright-link {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 12px;
	color: #FFFFFF !important;
	text-align: center;
}

.copyright-link:hover {
	color: #2B2A28 !important;
}

.footer-contact-info {}



/*========================= 
	 Responsive styles 
===========================*/

/*==========  Non-Mobile First Method  ==========*/

@media only screen and (max-width : 1600px) {
	.parts-container {
		padding: 0px;
	}
}

@media only screen and (max-width : 1450px) {
	nav ul li {
		padding: 10px;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {
	

	.search-btn {
		width: 19%;
	}

	.search-bar {
		width: 80%;
	}

	.tagline-text {
		display: none;
	}

}

@media only screen and (max-width : 1080px) {
	nav ul li a {
		font-size: 14px;
	}
	
	nav ul li {
		padding: 10px 8px;
	}

}

@media only screen and (max-width : 1002px) {
	.header-phone-left {
		margin-right: 10px;
		padding-right: 15px;
	}

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
	.header_language-wrap {
		float: right;
		float: none;
		text-align: center;
	}

	.loader-hero {
		bottom: 0px;
	}

	.btn-container {
		bottom: 25px;
	}

	.inv-button {
		margin-bottom: 10px;
	}

	.parts-container {
		text-align: center;
		margin: 20px auto;
	}

	.parts-wrap {
		bottom: 0px;
	}

	.welcome-wrap {
		bottom: 0px;
	}

	.request-wrap {
		bottom: 0px;
	}

	.dozer-hero {
		bottom: 0px;
	}

	.request-form-container {
		margin-top: 30px;
	}

	.service-container {
		margin-top: 30px;
	}
}


/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
	.header_contact-wrap {
		text-align: center;
		margin-top: 0px;
	}
	.col-xs-12.header-black {flex-wrap: wrap; flex-direction: column;}

	.header-phone-left {
		display: none;
	}

	.header-phone {
		display: none;
	}

	.header-logo {
		margin: auto;
		margin-bottom: 25px;
	}

	.footer-bkgd {
		display: none;
	}

	.search-btn {
		width: 100%;
		margin: 0px;
	}

	.search-bar {
		width: 100%;
		margin-bottom: 5px;
	}

	.welcome-container {
		text-align: center;
	}

	.request-wrap {
		padding-top: 0px;
		text-align: center;
	}

	.first-name {
		width: 100%;
		float: none;
		margin-right: 0px;
	}

	.last-name {
		width: 100%;
		float: none;
		margin-right: 0px;
	}

	.email {
		width: 100%;
		float: none;
		margin-right: 0px;
	}

	.phone {
		width: 100%;
		float: none;
		margin-right: 0px;
	}

	.comments {
		width: 100%;
		float: none;
		margin-right: 0px;
	}

	.part_number {
		width: 100%;
		float: none;
		margin-right: 0px;
	}

	.make {
		width: 100%;
		float: none;
		margin-right: 0px;
	}

	.model {
		width: 100%;
		float: none;
		margin-right: 0px;
	}

	.email {
		width: 100%;
		float: none;
		margin-right: 0px;
	}

	.phone {
		width: 100%;
		float: none;
		margin-right: 0px;
	}

	.company_name {
		width: 100%;
		float: none;
		margin-right: 0px;
	}

	.part_description {
		width: 100%;
		float: none;
		margin-right: 0px;
	}

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {}