﻿/*===================== 
	Color information
	
	-
	-
	-
	-
		 
=======================*/
/*===================== 
	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 {
    font-family: 'Roboto'!important; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
	}

body {
    max-width: 1200px;
    display: block;
    margin: auto!important;
    padding: 5px 10px!important;
	font-family: 'Roboto'!important;
}

.row {
	margin-right: 0px!important;
	margin-left: 0px!important;
}

svg:not(:root) {overflow: hidden;/*reset*/}
	
/* 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: 'Roboto';
	margin: 0;
	}

	
h1 {
	font-family: 'Roboto';
}
		

h2 {
	font-family: 'Roboto';
}

	
h3 {
	font-family: 'Roboto';
}


h4 {
	font-family: 'Roboto';
}


h5 {
	font-family: 'Roboto';
}


h6 {
	font-family: 'Roboto';
}

/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/
	}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
    color: #000000; 
    text-decoration:none;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
		color: #e61c1c;
		}  




/*===================== 
	nav styles 
=======================*/

nav.primary {
	padding:0;
	display:block;
	margin:0 auto;
	position:relative;
	text-align: center;
}


nav ul {
	padding: 0px;
	margin:0;
	background-color: black;
    border-radius: 10px;
	font-family: 'Roboto';
}

nav ul li {

}

nav > ul > li {
	display:inline-block;
	list-style-type:none; 
	text-align: ;
	padding: ;
	font-family: 'Roboto';
}

nav ul li a {
	font-family: ;
	font-size: ;
	font-weight: ;
	color:;
	font-family: 'Roboto';
}	
			
nav ul li a:hover {
	color: ;
}


/* Appearance of the sub-level links */

nav.primary ul li li a { 
	padding: 15px 40px!important;
    width: 100%;
    border-bottom: 1px solid #393939;
}
	
nav.primary ul li li a:hover { 
	color: ;
	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; 
	max-width: 235px;
	background: ;
	/*margin-top: 21px;*/
	border-radius: 0px!important;
}
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%;
	padding-left: ;
	padding-right: ;
}

.dropdown_arrow {
	display: inline-block !important;
}

.dropdown_style {
	font-size: ;
	font-weight: ;
}

#nav li a:link, #nav li a:visited, #nav li a:active {
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
	background: #000 !important;
    font-size: 14px;
    display: block;
    border-left: 1px solid #393939;
    padding: 17px 50px;
}
#nav li a:hover {
	color: #fed401;
}


/******** End of primary Nav ***************/


/*===================== 
	mobile nav
=======================*/

#menu-button {
    display: block;
    font-size: 32px;
    width: 100%;
    position: relative;
    z-index: 400;
    /* padding: 5px; */
    background: black;
    border-radius: 10px;
    text-align: right;
    min-height: 0 !important;
    margin-bottom: 10px;
}
#menu-button a {
	color: #ffffff;
	text-decoration: none;
	text-align: right !important;
}

nav.mobile {
	display:block;
	position: fixed;
	top: 0;
	left: -280px;
	width: 250px;
	height: 100%;
	background: #000;
	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: #999;
	text-decoration: none;
	font-size: 15px;
	letter-spacing: 1px;
}
nav.mobile ul li a:hover {
	background:;
	color: #2b2b2b;
}


nav.mobile ul li li a { /* appearance of the sub-level links */
	position: relative;
	display: block;
	padding: 0px 10px 0px 15px;
	color: #000;
	text-decoration: none;
	text-transform: none !important;
}
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%;
}



/*===================== 
	header styles 
=======================*/
header {
	margin: 0 auto;
	width: 100%;
}
.yellow-bar {
	background-color: #fed401;
    padding: 5px 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 10px;
}
.header-logo {
	margin-top: 15%;
    padding-left: 20px;
}
.header-phone {
	padding-left: 25px;
}
.header-img {
	display: block;
    margin: auto;
}

/*===================== 
	homepage styles 
=======================*/
.info-row {
	padding: 3% 0px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-top: 3%;
    margin-bottom: 3%;
}
.welcome-container {
	padding: 0px 20px 0px 0px;
}
.contact-container {
	padding: 0px 20px 0px 20px;
    border-right: 1px dotted #000;
    border-left: 1px dotted #000;
}
.map-img {
	display: block;
	margin: auto;
}
.excavator-img {
	display: block;
	margin: auto;
	padding-left: 20px;
}
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}
.scroll-container {
	border-bottom: 1px solid #000;
	padding: 3% 0px;
	margin-bottom: 3%;
}

	
/*===================== 
	contact page styles 
=======================*/
.location-container {
	padding-right: 3%;
	border-right: 1px dotted #000000;
}
.map-container {
	margin-top: 3%;
}
.contact-info-container {
	padding-left: 3%;
}


/*===================== 
	banner styles 
=======================*/
.attachment-search .search-checkboxes {
	padding: 4px 0px;
}


/*===================== 
	layout styles 
=======================*/




/*===================== 
	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: 768px;
    text-align: center;
    margin: 25px auto;
}

.yellow-bar_footer {
	background-color: #fed401;
    padding: 5px 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: 10px;
}


.body-wrapper,.detail-content .detail-main-body .main-detail-data .offer-btn, .detail-content .detail-main-body .main-detail-data .buy-btn,.detail-content .dealer-info .dealer-company-header,.detail-content .detail-main-body .main-detail-data .detail-price, .detail-content .detail-main-body .main-detail-data .alternate-retail-price,.detail-content .breadcrumbs,.detail-content .detail-main-body .main-detail-data .detail-category,.modal-bg .modal-top h2, .modal-container .modal-top h2,.modal-bg .form-main-content .modal-form-el label, .modal-container .form-main-content .modal-form-el label,.modal-bg .form-main-content .modal-form-el label+input, .modal-bg .form-main-content .modal-form-el label+select, .modal-bg .form-main-content .modal-form-el label+textarea, .modal-container .form-main-content .modal-form-el label+input, .modal-container .form-main-content .modal-form-el label+select, .modal-container .form-main-content .modal-form-el label+textarea,.detail-content-mobile .detail-main-body .detail-mobile-top .detail-category,.detail-content-mobile .detail-main-body .main-detail-data .detail-price, .detail-content-mobile .detail-main-body .main-detail-data .alternate-retail-price,.detail-content-mobile .detail-additional-data .data-row .data-label,.detail-content-mobile .detail-additional-data .data-row .data-value,.mobile-breadcrumb .breadcrumbs-element,.list-content .list-top-section .list-sort-order .sort-by-dropdown-container .list-sort-order-select {
	font-size: initial !important;
	font-weight: initial !important;
}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-name,.compare-chkbox-container .compare-listings .compare-label {
	margin-left: 3px !important;
}

.compare-chkbox-container .compare-listings .compare-label {
	margin-bottom: 5px !important;
	
}
.list-content .list-top-section .list-listings-count {
	font-size: 12px !important;
	font-weight: bold;
}

.currency-selector {
	font-weight: bold !important;
	color: red !important;
}
.compare-chkbox-container .compare-listings .fa-check {
	top: 5px !important;
    left: 1px !important;
}

.compare-listings-container .compare-container .comp-header-img .comp-title-close-cont .compare-title h3,.list-content .list-top-section .list-listings-count {
	color: #000 !important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn,.detail-content .detail-additional-data .data-row .data-label, .detail-content .detail-main-body .main-detail-data .buy-btn,.detail-content .detail-main-body .main-detail-data .offer-btn, .detail-content .detail-main-body .main-detail-data .buy-btn,.modal-bg .form-bottom .captcha-and-submit .captcha-placeholder button, .modal-bg .form-bottom .captcha-and-submit .captcha-placeholder input, .modal-container .form-bottom .captcha-and-submit .captcha-placeholder button, .modal-container .form-bottom .captcha-and-submit .captcha-placeholder input,.compare-listings-container .compare-container .button,.detail-content-mobile .contact-options a,.detail-content-mobile .detail-contact-bar .contact-bar-btn,.detail-content-mobile .contact-options a,.list-content .list-listing-mobile .dealer-phone-container a,.view-listing-details-link, .buy-now-link {
	border: 1px solid #000 !important;
	color: #000 !important;
	background: #fed401 !important;
	font-weight: bold !important;
}

.contact-options .collapsible-content a,.faceted-search-content .selected-facets-container .selected-facet,.detail-content .detail-main-body .main-detail-data .offer-btn,.detail-content-mobile .detail-additional-data .data-row .data-label {
	background: #000 !important;
	color: #fff !important;
}

.view-listing-details-link, .buy-now-link {
	background: #fed401 !important;
	font-weight: bold !important;
	color: #000 !important;
}

.list-content .price-container .price,.compare-listings-container .compare-container .compare-price {
	color: red !important;
}

#menu-button {
	padding-left: 0 !important;
	padding-right:0 !important;
}

nav.mobile {
	left: -280 !important;
}
/*========================= 
	 Responsive styles 
===========================*/

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {


}


/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
	.header-logo {padding: 5px; display: block; margin: auto;}
	.header-phone {padding: 5px; text-align: center;}
	#nav li a:link, #nav li a:visited, #nav li a:active {padding: 17px 30px;}

}


/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
	.info-row {padding: 5% 0px;}
	.welcome-container {border-bottom: 1px dotted #000000; padding-bottom: 5%; text-align: center;}
	.contact-container {border-right: none; border-left: none; border-bottom: 1px dotted #000000; padding-bottom: 5%; margin-top: 5%; text-align: center;}
	.excavator-img {margin-top: 5%;}
	.location-container {padding-right: 0px; border-right: none; padding-bottom: 5%; border-bottom: 1px dotted #000000; text-align: center;}
	.contact-info-container {padding-left: 0px; margin-top: 5%; text-align: center;}

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
 
 
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {


}

