﻿/*===================== 
	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: 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*/}
	
/* 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', sans-serif!important;
	font-size: 16px;
	}

	
h1 {
	font-family: 'Raleway', sans-serif!important;
	font-size: 26px!important;
}
		

h2 {
	font-family: 'Roboto', sans-serif!important;
	font-size: 24px!important;
}


	
h3 {
	font-family: 'Raleway', sans-serif!important;
	font-size: 22px!important;	
}


h4 {
	font-family: 'Raleway', sans-serif!important;
	font-size: 20px!important;
}


h5 {
	font-family: 'Roboto', sans-serif!important;
	font-size: 18px!important;
}

h6 {
	font-family: 'Roboto', sans-serif!important;
	font-size: 14px!important;
}

.blue {color: #1b52af;}
.yellow {color: #ffd346;}
.white {color: #FFFFFF;}
.gray {color: #4c4c4c;}

.center-text {text-align: center;}
.text-right {text-align: right;}
.caps {text-transform: uppercase;}
.bold {font-weight: 800;}
.tracking {letter-spacing: 1px;}
.light {font-weight: 400;}

/*===================== 
	link styles 
=======================*/

.contact-wrap a:focus {outline: thin dotted;/*reset*/
	}
	
.contact-wrap a,
.contact-wrap a:link, 
.contact-wrap a:visited, 
.contact-wrap a:active {
	outline: 0;/*reset*/
    color: #4C4C4C; 
    text-decoration:none;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	}
	.contact-wrap a:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
		color: #ffd346;
		}  

.dark-link {
	color: #4C4C4C!important;
}
.dark-link:hover {
	color: #ffd346!important;
}


/*===================== 
	header styles 
=======================*/


header {
	margin: 0 auto;
	width: 100%;
	}

.email_btn_header {
	background-color: #ffd346;
	color: #FFFFFF;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 10px 15px;
	display: block; 
	margin: 15px auto;
	width: 80%;
	border: 2px solid #ffd346;
}
.email_btn_header:hover {
	background-color: transparent;
	color: #ffd346;
}



/*===================== 
	nav styles 
=======================*/

nav.primary {
	padding:0;
	display:block;
	margin:0!important;
	position:relative;
	text-align: center;
	}

nav ul#nav {
	padding:0;
	margin:0;
}

nav > ul#nav > li {
	display:inline-block;
	list-style-type:none; 
}

	
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too much */
nav.primary ul#nav ul {
	display: none;
    position: absolute; 
	width: 200px;
}
nav.primary ul#nav ul ul {
    position: absolute; 
    left: 100%;
    top: 0; 
}
nav.primary ul#nav li:hover > ul {  
    display: block;
    line-height:18px; 
    z-index: 2000 !important;
}
nav.primary ul#nav ul li {
    float: none;
    position: relative;
    display: block;
    margin: auto;
    padding: 10px 20px;
}
nav.primary ul#nav ul li a{
    outline: 0;
    color: #FFFFFF!important;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}
nav.primary ul#nav ul li a:hover{
    color: #FFD346!important;
}
.dropdown_arrow {
	display: inline-block !important;
}
.dropdown_style {
	font-size: ;
	font-weight: ;
}
.nav-link {
	display: inline-block;
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	font-size: 16px;
	color: #FFFFFF!important;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 15px;
}
.nav-link:hover {
	color: #1652af!important;
	background-color: #ffcf34;
	text-decoration: none!important;
}

.nav-link:active {
	color: #ffcf34;
	text-decoration: none!important;
}
.nav-link-drop {
	display: block;
	margin: auto;
	text-align: left!important;
	background-color: #fff;
	color: #6a6a6a!important;
	padding: 10px;
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	font-size: 16px;
	text-transform: none;
	letter-spacing: .5px;
}
.nav-link-drop:hover {
	color: #FFFFFF!important;
	text-decoration: none!important;
}
nav ul#nav, nav ul#nav ul {
	background-color: #1b52a4;
	padding: 0;
}


/*===================== 
	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: rgba(117,56,8,0.6);
	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: #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: #969696;
	text-decoration: none;
	vertical-align: top;
}
.menu-toggle {
	text-align: right;
	font-size: 32px;
	color: #e78e27;
	padding-right: 10px;
}

.menu-toggle a:hover {
	color: #e78e27;
}
.close_mobile {
	font-size: 26px !important;
	font-weight: 900;
	text-align: right;
	color: #fff!important;
}

.close_mobile:hover {
	color: #ffcf34!important;
}

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: 5px;
	color: #fff;
	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 15px;
	color: #fff;
	text-decoration: none;
	text-transform: none !important;
}
nav.mobile ul li li a:hover { /* appearance of the sub-level links */
	color: #FFD346;
}


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%;
}

#menu-button {
    display: block;
    width: 100%;
    position: relative;
    z-index: 400;
    background-color: #1b52a4;
	color: #ffffff;
    text-align: right;
    min-height: 0 !important;
}
#menu-button a {
    color: #FFFFFF;
}
nav.mobile {
    background: #1b52a4;
    padding-left: 15px;
}




/*===================== 
	header styles 
=======================*/
.header-contact {
	text-align: right;
	padding-top: 15px;
}
.header_container {
	margin: 20px 5%;
}
.header_logo {
	margin-bottom: 20px;
}
.header-phone {
	color: #4c4c4c!important;
	font-family: 'Roboto', sans-serif!important;
	font-size: 16px!important;
	font-weight: 800!important;
	letter-spacing: 1px!important;
}
.header-phone:hover {color: #ffd346!important;}


/*===================== 
	homepage styles 
=======================*/

/*-----------slideshow styles-----------*/
.mySlides {
	display:none;
    height: ;
    overflow: hidden;
}
.w3-section, .w3-code {
	margin-top: 0px!important;
	margin-bottom: 0px!important;
}



/*-----------scrolling inventory-----------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
	margin-bottom: 20px;
	border-top: 10px solid #ffd346;
}
 
.scrolling{
    width:100%;
    height:92px;
}


/*-----------button styles-----------*/
.card {
	margin: 20px auto;
    display: block;
    max-width: 420px;
    background-repeat: no-repeat!important;
    background-size: cover;
    height: 320px;
	background-color: #4c4c4c;
	position: relative;
}
.button-link {
	background-color: rgba(76, 76, 76, 0.7);
	color: #FFFFFF;
	padding: 10px;
	width: 100%;
	font-family: 'Raleway', sans-serif;
	font-size: 18px; 
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .5px;
	text-align: center;
	position: absolute;
    bottom: 3%;
    border: none;
}
.button-link:hover {
	padding: 30px 10px;
}
.quick-link:hover {
	color: #ffd346;
}

.concrete_bkgd {
	background-image: linear-gradient(0deg, rgba(209, 209, 209, 0.6), rgba(209, 209, 209, 0.6)), url("../siteart/concrete-texture.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	padding: 50px 27%;
	margin: 15px 0px;
}
.machines_btn {
	background-color: rgba(76, 76, 76, 0.7);
	color: #FFFFFF;
	padding: 13px 10px 10px 10px;
	width: 100%;
	font-family: 'Raleway', sans-serif;
	font-size: 16px; 
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .5px;
	text-align: center;
    border: none;
	display: block; 
	margin: 40px auto;
	max-width: 500px;
}
.machines_btn:hover {
	background-color: rgba(76, 76, 76, 0.2);
}
.family_container {
	max-width: 1400px;
	display: block; 
	margin: auto;
	padding: 20px;
}
.family_text {
	padding-top: 50px;
}
.email_btn {
	background-color: #ffd346;
	color: #FFFFFF;
	padding: 13px 10px 10px 10px;
	width: 100%;
	font-family: 'Raleway', sans-serif;
	font-size: 16px; 
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .5px;
	text-align: center;
    border: 2px solid #ffd346;
	margin: 40px 0px;
	max-width: 500px;
}
.email_btn:hover {
	background-color: transparent;
	color: #ffd346;
}
.michigan-img {
	margin: auto;
	padding: 20px 50px;
	max-height: 300px;
}
hr {
    border: 0;
    border-top: 1px solid #ffd346!important;
    margin: 20px 0;
}


/*===================== 
	recaptcha
=======================*/

/*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 styles 
=======================*/
.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%;}

.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%;}


.contact_form {
	border: 2px solid #2b2a28;
	border-radius: 0px;
	margin: 15px auto;
	padding: 15px;
}
.contact_btn {
	background-color: #ffd346;
	color: #FFFFFF;
	padding: 13px 10px 10px 10px;
	width: 100%;
	font-family: 'Raleway', sans-serif;
	font-size: 16px; 
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .5px;
	text-align: center;
    border: 2px solid #ffd346;
	display: block;
	margin: 15px auto;
	padding: 15px;
}
.contact_btn:hover {
	background-color: transparent;
	color: #ffd346;
}
.contact-container {
	max-width: 1600px;
	display: block;
	margin: 40px auto;
	margin-bottom: 100px;
}
.contact-header {
	margin-left: 20px;
}
.contact-wrap {
	border: 1px solid #ffd346; 
	margin: 20px; 
	padding: 15px;
}




/*===================== 
	parts styles 
=======================*/
.parts_inventory {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1600px;
    display: block;
    margin: auto;
}
.iframe_container {
	max-width: 1600px;
	width: 100%;
    height: 100%;
	min-height: 750px;
}
.scroll-list {
    padding: 8px 18px!important;
}

/*===================== 
	inventory styles 
=======================*/
.col-xs-12.col-sm-12.col-md-5 {box-sizing: border-box;}
.col-xs-12.col-sm-12.col-md-5.header-contact {box-sizing: border-box;}
.col-xs-12.col-sm-12.col-md-2 {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;}

.col-xs-12.footer_bkgd {box-sizing: border-box;}
.col-xs-12.col-sm-12.col-md-12.col-lg-6 {box-sizing: border-box;}
.col-xs-12.col-sm-12.col-md-12.col-lg-3.white center-text.hide_footer_btn {box-sizing: border-box;}
.col-xs-12.col-sm-12.col-md-12.col-lg-3.white center-text.hide_footer_btn {box-sizing: border-box;}
.col-xs-12 {box-sizing: border-box;}

.list-content .list-title .list-title-text {font-size: 1em!important;}
.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link {background-color: #1b52a4!important;}
.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link:hover {background-color: #ffd346!important;}
.detail-content .detail-main-body .main-detail-data .offer-btn {background-color: #1b52a4!important;}
.detail-content .detail-main-body .main-detail-data .offer-btn:hover {background-color: #ffd346!important;}
.detail-content .detail-main-body .main-detail-data .detail-price {color: #1b52a4!important;}
.detail-content .detail-additional-data .data-row .data-label {background-color: #1b52a4!important;}
.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price {color: #1b52a4!important;}
.list-content .list-listing-mobile .view-listing-details-link {background-color: #1b52a4!important;}
.list-content .list-listing-mobile .view-listing-details-link:hover {background-color: #ffd346!important;}
.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile {background-color: #1b52a4!important;}
.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile:hover {background-color: #ffd346!important;}
.detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile {background-color: #1b52a4!important;}
.detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile:hover {background-color: #ffd346!important;}
.detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile {background-color: #1b52a4!important;}
.detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile:hover {background-color: #ffd346!important;}
.detail-content-mobile .detail-additional-data .data-row .data-label {background-color: #1b52a4!important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn {background-color: #1b52a4!important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn:hover {background-color: #ffd346!important;}
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-call {color: #1b52a4!important; border-color: #1b52a4!important;}
.detail-content .dealer-info .phone-and-email .send-email-btn {color: #1b52a4!important; border-color: #1b52a4!important;}
.paging-container .page-navs .list-page-nav {background-color: #1b52a4!important;}
.list-content .list-title .list-listings-count {color: #ffd346!important;}
button.g-recaptcha.button {background-color: #1b52a4!important;}
button.g-recaptcha.button:hover {background-color: #ffd346!important;}
.faceted-search-content .selected-facets-container .selected-facet {background-color: #1b52a4!important;}
.list-content .list-main-section .list-container .fin-calc {font-size: 1.15em!important;}


/*===================== 
	footer styles 
=======================*/
.email_btn_footer {
	background-color: #ffd346;
	color: #FFFFFF;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 10px 15px;
	display: block; 
	margin: 15px auto;
	width: 80%;
	border: 2px solid #ffd346;
}
.email_btn_footer:hover {
	background-color: transparent;
	color: #ffd346;
}
.footer_container {
	max-width: 1600px;
	display: block;
	margin: auto;
}
.footer_logo {
	margin: 20px;
}
.footer_bkgd {
	background-color: #6A6A6A;
	width: 100%;
	padding: 30px;
}

footer {
	margin: 0;
	width: 100%;
}
	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size: 12px;
	color: #ddd;
	}
	a.footerlink:hover {
		text-decoration: none; 
		font-size: 12px;
		color: #0E1FA4;
		}

.footertext {
	font-size: 12px; 
	color: #fff;
}

.smallfootertext {
	font-size: 10px; 
	color: #EBE8E8;
}

.divfooter {
    margin: 40px auto 0px auto;
    border-top: 1px solid #ddd;
    padding-top: 10px;
}

/*========================= 
	 Responsive styles 
===========================*/

/*==========  Non-Mobile First Method  ==========*/

@media only screen and (max-width : 1530px){
	.concrete_bkgd {padding: 50px 18%;}mi
}

@media only screen and (max-width : 1490px) and (min-width : 1350px){
	.michigan-img {max-height: 250px;}
}

@media only screen and (max-width : 1349px) and (min-width : 1280px){
	.michigan-img {max-height: 200px;}
}

@media only screen and (max-width : 1279px) and (min-width : 1200px){
	.michigan-img {max-height: 175px;}
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	.hide_footer_btn {display:none;}	
	.concrete_bkgd {padding: 50px 6%;}
	
	.nav-link{

		padding: 12px;
		font-size: 14px !important;
	}
}

@media only screen and (max-width : 1000px) {
	.nav-link {padding: 15px 10px;}
}


/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.header_location {display: none;}
	.float_phone {float: right;}
	.float_sales {float: left;}
	.pad-buttons {padding-left: 15px;}
	.header-contact {text-align: center;}
	.header_logo {display: block; margin: auto;}
	.michigan-img {padding: 10px 20px;}
	.contact-container {text-align: center;}
	.contact-header {margin-left: 0px;}
}


@media only screen and (max-width : 1280px) and (min-width : 768px) {
	.card {margin: 10px 5px;}
}
	
	

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.phone_btn_header {margin: 3px auto;}
	.email_btn_header {margin: 3px auto;}
	.quality_container {text-align: center;}
	.quality_photo {padding: 5px; display: block; margin: auto;}
	.family_container {text-align: center;}
	.family_photo {padding: 5px; display: block; margin: auto;}
	.phone_btn {margin: 0px;}
	.footer_logo {display: block; margin: 10px auto;}
	.footer-contact {text-align: center;}
	.card {margin: 8px auto;}
	a, a:link, a:visited, a:active {color: #FFFFFF;}
	a:hover {color: #ffd346;} 
	.first-name {width: 100%; float: none;}
	.last-name {width: 100%; float: none;}
	.email {width: 100%; float: none;}
	.phone {width: 100%; float: none;}
	.comments {width: 100%;}

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
 
 
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {


}

