﻿/*===================== 
	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: 'Source Sans Pro', sans-serif;
    -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:35px;}

p {
	margin: 0;
	}

b, strong {
    font-weight: bold;
	}

/*===================== 
	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:inherit;
		}  

/*===================== 
	header styles 
=======================*/
header {
	margin: 0 auto;
	width:100%;
	background: #fff;
}
.bg-header {
	background:url(../siteart/header-bg-1.png) no-repeat;
	background-size:cover;
	background-position:center;	
	padding:1% 0 0 0;
}

.holland-logo, .melrose-logo {
	display:inline-block;
	vertical-align:middle;
}
.melrose-logo {
	margin:0 auto;	
	text-align:center;
	width:67%;
}
.melrose-logo img {
	margin:0 auto;
	text-align:center;	
}
.header-info {
	color:#111;
	display:inline-block;
	vertical-align:middle;
	text-align:right;
}
.header-info p, .header-info img {
	display:inline-block;
	vertical-align:middle;	
	font-family: 'Source Sans Pro', sans-serif;
}

/*===================== 
	nav styles 
=======================*/
nav.mobile {
	display:none;	
}
#menu-button {
	display:none;	
}
/* ----- */

nav.primary {
	max-width:100%;
	background:#1B1B1B;
	text-align:center;
	}
	nav.primary ul {
		margin: 0;
		padding:0;
		}
		nav.primary ul li {
			display:inline-block;
			}
			nav.primary ul li a {
				font-family: 'Source Sans Pro', sans-serif;
				color: #fff;
				display: block;
				padding:15px 20px;
				text-transform:uppercase;
				font-size:16px;
				font-weight:700;
				cursor: pointer;
				}	
			nav.primary ul li a:hover {
				background:#005daa;
				}
				
/* DROP DOWNS */				
nav.primary ul li li a {  /* appearance of the sub-level links */
	background:#005daa;
	width:175px;
	display:block;
	text-decoration:none !important;
	border-top:1px #0C5693 solid;
}
nav.primary ul li li  a:hover {  /* appearance of the sub-level links on hover */
	background:#0C5693 !important;
	color:#fff !important;
	text-decoration:none !important;
}
/* 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: 900;
}
nav.primary ul ul li {
	float: none;
	position: relative;
	margin: 0;
	display:block;
}


/*===================== 
	slideshow styles 
=======================*/
.hero-img {	
	width:100%;	
}
.hero-img img {
	width:100%;	
}



/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
	padding:1% 0;
}
 
.scrolling{
    width:100%;
    height:92px;
}

.banner {
	background:#1b1b1b;
}




/*===================== 
	layout styles 
=======================*/


.wrap {
	max-width:70%;
	margin: 0 auto;
	}
	
.col-1-6 { width: 16%;}
.col-1-5 { width: 20%;}
.col-1-4 { width: 24%;}
.col-1-3 { width: 33%;}
.col-1-2 { width: 49%;}
.col-2-3 { width: 65%;}
.col-3-4 { width: 75%;}

/*===================== 
	footer styles 
=======================*/

footer {
	margin: 0;
	width: 100%;
	}
footer p {
	text-align: center;
	padding:20px;
	font-family: 'Source Sans Pro', sans-serif;
}
footer .contact-form-section {
	background:url(../siteart/bg-img.jpg) no-repeat;
	background-size:cover;
	background-position:center;
	padding:1% 0;	
}
.contact-form-section h2 {
	text-transform:uppercase;
	color:#fff;	
}
	
.copyright-section {
	background:#f9f9f9;
	padding:.5% 0;
	border-top:	#ffdd00 solid 10px;
	clear: both;
}

	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:10px;
	color: #222;
	}
	a.footerlink:hover {
		text-decoration:underline; 
		font-size:10px;
		color: #ffdd00;
		}

.footertext {
	font-size:10px; 
	color:#222;
	}

.smallfootertext {
	font-size:10px; 
	color:#222;
	}

.divfooter {
	width:75%; 
	text-align:center; 
	margin:0 auto;
	color:#222;
	}


/* =============================
	FORM 
============================== */

.contact-form-section input, .contact-form-section textarea {
	display:inline-block;
	vertical-align:middle;
	width:98%;
	margin:0 .5%;
}
.contact-form-section input {
	padding:3% .5%;
	margin:0 0 3% 0;	
}
.contact-form-section textarea {
	padding:1% .5%;		
}
.contact-form-section .col-1-3 {
	width:24%;
	display:inline-block;
	vertical-align:top;
}
.continue-button {
	width:25%;
	display:inline-block;
	vertical-align:middle;	
}
.continue-button:hover .button {
	cursor:pointer;	
	background:#ffdd00;
	
}
.continue-button .button {
	width:95% !important;	
	padding:2.3% 0 !important;
}
.contact-form-section .CaptchaPanel {
	margin:0 !important;
	padding:0 !important;	
}
.contact-form-section .CaptchaMessagePanel {
	color:#fff;
	font-size:11px !important;	
}
.contact-form-section .CaptchaAnswerPanel input {
	padding:.5%;
	margin:0 auto;
	width:50%;	
}
.contact-form-section .CaptchaImagePanel {
	padding:0 !important;	
}
.contact-form-section .CaptchaWhatsThisPanel {
	font-size:11px;
	padding:0 0 10px 0;
	color:#fff !important;
}
.contact-form-section form .button {
	background:	#005daa;
	border:none;
	color:#fff;
	font-weight:600;
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	width:50%;
	text-align:center;
	margin:0 auto;
	padding:1% 0;
	display:block;
}



	

/* colors ================

orange: #ffdd00
blue: #015773

yellow: C=0, M=10,Y=100, K=0 #ffdd00
blue: C=100, M=66,Y=0, K=2  #005daa

black: #000
blk/gray: #1b1b1b

Blue C=100, M=66,Y=0, K=2 Yellow C=0, M=10,Y=100, K=0 

======================= */


/*===================== 
	Home Page 
=======================*/
.callout-span {
	padding:2% 0;
	background:url(../siteart/callout-bg-img.jpg) no-repeat;
	background-size:cover;
	background-position:center;	
	border-bottom:10px solid #005daa;
}
.callout {
	background:#000	;
	width:21%;
	display:inline-block;
	vertical-align:middle;
	padding:2% 1%;
	text-align:center;
	color:#fff;
	margin:0 .5%;
}

.callout .callout-btn {
	background:#005daa;
	text-transform:uppercase;
	font-weight:400;
	padding:2% 0;
	margin-top:5%;
}
.callout .callout-btn:hover {
	background:#000;
}
.callout-btn h4, .callout-btn img {
	display:inline-block;
	vertical-align:middle;	
}
.callout-btn img {
	padding-left:4%;	
}

.intro-section {
	padding:3% 0;	
}
.intro-section .uppercase {
	text-transform:uppercase;
	font-weight:800;	
}
.date-text {
	color:#005daa;
	font-weight:800;
	font-size:50px;
	padding:0;
	margin:0;
}
.intro-h1 {
	font-size:16px;
	text-transform:uppercase;
	font-weight:600;	
}
.intro-section .col-1-4, .intro-section .col-3-4 {
	display:inline-block;
	vertical-align:top;	
}
.intro-section .col-3-4 {
	width:72%;
	padding-left:2%;	
}


.parts-section {
	border-top:solid 10px #015773;	
}
.parts-section .col-1-3 {
	background:#1b1b1b;	
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	padding:3% 0;
}
.parts-btn {
	background:#ffdd00;
	width:50%;
	text-align:center;
	margin:2% auto;
	padding:1% 0;
}
.parts-section .col-2-3 {
	margin:0 auto;
	display:block;
	text-align:center;
}
.parts-section .col-1-3, .parts-section .col-2-3 {
	display:inline-block;
	vertical-align:middle;	
}

/*---POP-UP -----------------------------------*/

*, *:after, *:before {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.box {
    width: 50%;
    margin: 0 auto;
    background: rgba(0,0,0,0.2);
    padding: 35px;
    border-radius: 20px/50px;
    background-clip: padding-box;
    text-align: center;
}
.popup .close {
    position: absolute;
    top: 10px;
    right: 15px;
    transition: all 0.2s;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
}
.popup .close:hover {
	color: #005daa;
}
.popup .content {
	max-height: 60%;
	overflow: auto;
}

/*Let's make it appear when the page loads*/
.overlay:target:before {
    display: none;
}
.overlay:before {
    content:"";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 99999;
}
.overlay .popup {
    background-color: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 5px;
    width: 100%;
    max-width: 1300px;
    position: absolute;
    top: 6vw;
    left: 0;
    right: 0;
    float:none;
    padding: 40px;
    margin: 0 auto;
    text-align:left;
    z-index: 99999999;
	-webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    color:#000;
    font-size: 16px;
	font-weight: 400;
}
.overlay:target .popup {
    top: -8000px;
    left: -5000px;
}

.pop-up_pdf {
	text-decoration: underline!important;
    text-align: center;
    display: block;
    margin: auto;
    margin-bottom: 20px;
    cursor: pointer;
}
.logo-wrap_popup {
	display: block;
    margin: 10px auto;
}
.melrose-logo_popup {
	max-width: 300px;
    width: 100%;
    display: block;
    margin: auto;
}
.newholland-logo_popup {
	max-width: 200px;
    width: 100%;
    display: block;
    margin: 15px auto;
}



/*========================= 
	Product Page 
=========================*/
.product-pg {
	padding:2% 0;	
}
.product-pg img {
	display:inline-block;
	vertical-align:middle;
	margin:.5%;
	width:31%;	
	border:solid 1px #eee;
}


/*========================= 
	Finance Page 
=========================*/
.finance-pg {
	padding:2% 0;	
}
.finance-pg img {
	display:inline-block;
	vertical-align:middle;
	margin:.5%;
	width:20%;	
	border:solid 1px #eee;
}


/*=========================== 
	Parts & Service Page 
===========================*/
.parts-service-pg {
	padding:2% 0;	
}
.parts-service-pg .col-1-2 {
	display:inline-block;
	vertical-align:top;
	width:49%;	
	margin:2% 0 0 0;
}
	
/*===================== 
	Contact Page 
=======================*/
.contact-pg {
	padding:2% 0;	
}
.contact-pg a:hover {
	text-decoration:underline;
	color:#ffdd00;
}
.gray-bg {
	background:#f9f9f9;	
	padding:2%;
	border:1px solid #E8E8E8;
}
.contact-pg h2 {
	font-size:30px;	
}
.contact-pg p {
	display:inline-block;
	vertical-align:top;
	padding-right:4%;	
}

/* 12-8-20 Changes */
.clr-red{
    color: red;
}

label{
    display: block;
    font-size: 15px;
    font-weight: 400;
}

.form-inline{
    justify-content: space-between;
}

.form-inline .form-group:last-child {
    float: right;
}

.form-inline .form-group {
    width: 48%;
    margin-bottom: 15px;
}

.form-inline .input {
    width: 100%;
}

button,
input,
select,
textarea {
    font-size: 100%; /* Corrects font size not being inherited in all browsers */
    margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: none;
    cursor: pointer;
    -webkit-appearance: button;
    background: #000083;
    border: 1px solid #000083;
    border-radius: 0;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 14px;
    line-height: 1;
    padding: 15px 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition-property: background, color;
    transition-duration: 0.5s;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: #ffdd00;
    border: 1px solid #ffdd00;
}

input[type="text"],  
textarea, input[type="email"], 
input[type="tel"] 
select {
    width: 100%;
    border: 1px solid #ccc;
    background-color: none;
    border-radius: 0;
    color: #000;
    font-size: 14px;
    line-height: 1;
    padding: 10px;
    height: 40px;
}

textarea{
    height: 150px;
}

textarea.form-control {
    border-radius: 0;
    color: #000;
}

input[type="text"]:focus,
textarea:focus, 
input[type="email"]:focus, 
input[type="tel"]:focus {
    border-color: #000083;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(rgb(0,4,167,.08)),0 0 8px rgba(0,4,167,.08);
    box-shadow: inset 0 1px 1px rgba(0,4,167,.08),0 0 8px rgba(0,4,167,.08);
}

.aerial-photo {
	max-width: 300px;
    width: 100%;
}


	
/*===================== 
	Thanks Page 
=======================*/

.thanks-pg {
	padding:2% 0;	
}

	
	
/*===================== 
	Inventory Page 
=======================*/	
.inventory-pg {
	padding:3% 0;	
}
.inventory-pg .col-1-4, .inventory-pg .col-3-4 {
	display:inline-block;
	vertical-align:top;
}


#btnSearch {
		
}
.hosted-content #listings-title {
	
}
.btn, .btn-on-auction {
		
}

/***** SEARCH *****/

body .full .has-quote-forms #listing-top-information, body .full .has-quote-forms #listing-bottom-information {
    float: left;
    width: 100% !important;
}
.hosted-content .widgets-container {
    float: left;
    width: 100% !important;
    padding-left: 20px;
}

.hosted-content .p-bottom-30 {
    padding-bottom: 10px !important;
}

.hosted-content .m-top-25 {
    margin-top:0 !important;
}

.inventory-search h5{font-size:18px;margin:5px 0 10px;}
#filter-menu h3{background:#333;display:block;font-size:13px;color:#fff;cursor:pointer;padding:15px;box-sizing:border-box;border-bottom:1px #777 solid;}
#filter-menu h3 span{float:right;font-size:18px;position:relative;top:-3px;}
#filter-menu li{list-style-type:none;font-size:13px;}
#filter-menu ul ul{display:none;background:#fafafa;border:1px solid #ccc;padding:15px;}
#filter-menu ul ul strong{display:block; margin: 0 0 6px;}
#filter-menu ul ul li{border:none;color:#333;}
#filter-menu input[type=text],#filter-menu select{display:block;width:100%;padding:7px;margin:5px 0;box-sizing:border-box;}
input[type=radio]{position:relative;top:2px;margin:0 6px 0 0;}
#filter-menu label{display:block;line-height:28px;}
#filter,.inventory-search button{width:100%;box-sizing:border-box;font-family: 'Work Sans', sans-serif;font-weight:700;text-transform:uppercase;color:#fff;cursor:pointer;}
.inventory-search button{display:block;position:relative;padding:12px;margin:10px 0 0;background:#005daa;border:none;}
#filter,.inventory-search .industry-buttons{display:none;}
#filter:hover,.inventory-search button:hover{background:#ffdd00;color:#000;}
#filter{padding:14px 0;margin:0 0 10px;background:#005daa;font-size:14px;text-align:center;}

.equipment-categories h2 a{display:block; font-size:16px; text-transform: uppercase; text-decoration: underline; color: #c00; }
.equipment-categories ul{margin: 15px 0 0;}
.equipment-categories ul li a{font-weight: 700; font-size: 16px; line-height: 22px; text-decoration: underline;}
.equipment-categories ul li a:hover, .equipment-categories h2 a:hover{text-decoration: none;}
.equipment-categories ul ul{margin: 10px 0 0 15px;}
.equipment-categories ul ul li{list-style:circle;}
.equipment-categories ul ul li a{font-weight: normal; font-size: 14px;}
.equipment-categories ul ul ul{margin: 0 0 0 15px;}
.equipment-categories ul ul ul ul{margin-left: 0 0 0 30px;}




/* ====================
	12-8-20 changes
===================== */

/* quick search buttons */
.inventory-quick-btn img {
    width: 50px;
    display: block;
    margin: auto;
    margin-bottom: 8px;
}
button.inventory-quick-btn {
    display: inline-block;
    width: 15%;
    padding: 15px 5px!important;
    background-color: #000083!important;
    border: 1px solid #000083!important;
    border-radius: 0px!important;   
}
button.inventory-quick-btn:hover {
    background-color: #ffdd00!important;
    border: 1px solid #ffdd00!important;
}

@media screen and (max-width: 1176px) {
	button.inventory-quick-btn {width: 31%; margin-bottom: 5px;}
}
@media screen and (max-width: 674px) {
	button.inventory-quick-btn {width: 47%;}
}
@media screen and (max-width: 498px) {
	button.inventory-quick-btn {display: block; width: 94%; margin: auto; margin-bottom: 5px;}
}

/* sticky nav */

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
	z-index: 100;
}
.sticky + .content {
    padding-top: 60px;
}

/* faceted inventory */


.compare-title h3 {
    color:#000!important;
}
.compare-price {
    color: #000083!important;
}
.faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-name {
    margin-top: -1px!important;
    margin-left: 2px!important;
}
.faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-count {
    margin-top: -1px!important;
}
.list-content .list-title .list-listings-count {
    color: #000083!important;
}
.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price {
    color: #000083!important;
}
.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link, .view-listing-details-link, .mobile-breadcrumb, .contact-options a, .g-recaptcha, .cs-btns a {
	background-color: #000083!important;
    color:#fff!important;
}
.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link:hover, .view-listing-details-link:hover, .contact-options a:hover, .g-recaptcha:hover, .cs-btns a:hover {
	background-color: #ffdd00!important;
}
.detail-content .detail-additional-data .data-row .data-label {
    background-color: #000083!important;
}
.detail-content .dealer-info .phone-and-email .send-email-btn {
    color: #000083!important;
    border: 1px solid #000083!important;
}
.detail-content .dealer-info .phone-and-email .send-email-btn:hover {
    color: #ffdd00!important;
    border: 1px solid #ffdd00!important;
}
.detail-content .detail-main-body .main-detail-data .detail-price {
    color: #000083!important;
}
.detail-content .detail-main-body .main-detail-data .offer-btn {
	background-color: #000083!important;
}
.detail-content .detail-main-body .main-detail-data .offer-btn:hover {
	background-color: #ffdd00!important;
}
.detail-content .search-results {
    color: #000083!important;
}
.detail-content-mobile .detail-main-body .main-detail-data .detail-price {
    color: #000083!important;
}
.detail-content-mobile .detail-contact-bar .contact-bar-btn {
    background: #000083!important;
}
.detail-content-mobile .detail-additional-data .data-row .data-label {
    background-color: #000083!important;
}
.detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile {
	background-color: #000083!important;
}
.detail-content-mobile .detail-main-body .main-detail-data .opened {
    background-color: #fff!important;
    color: #000083!important;
    border: 1px solid #000083!important;
}
.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile {
	background-color: #000083!important;
}
.detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile {
	background-color: #000083!important;
}
.detail-content-mobile .detail-main-body .main-detail-data .opened {
	background-color: #fff!important;
    color: #000083!important;
    border: 1px solid #000083!important;
}
.modal-content .form-bottom .captcha-and-submit .captcha-placeholder button {
	background-color: #000083!important;
}
.modal-content .form-bottom .captcha-and-submit .captcha-placeholder button:hover {
	background-color: #ffdd00!important;
}



/* ====================
	MOBILE SCREENS
=================================== */

@media screen and (max-width: 1775px) {
.wrap {
	max-width:75%;	
}
.holland-logo {
	width:25%;	
}
.melrose-logo {
	width:55%;	
}
.melrose-logo img {
	width:30%;	
}
}

@media screen and (max-width: 1685px) {
.wrap {
	max-width:80%;	
}
.holland-logo {
	width:25%;	
}


}

@media screen and (max-width: 1485px) {
.wrap {
	max-width:80%;	
}
.holland-logo {
	width:30%;	
}
.melrose-logo {
	width:48%;	
}


.date-text {
	font-size:40px;	
}

/* finance */
.finance-pg img {
	width:27%;	
}

}

@media screen and (max-width: 1250px) {
.melrose-logo {
	width:40%;	
}

.date-text {
	font-size:35px;	
}

/*contact*/
.contact-pg p {
	margin:1% 0;	
}


}


@media screen and (max-width: 1050px) {
.holland-logo {
	width:30%;	
}


.wrap {
	max-width:85%;	
}

nav.primary ul li a {
	padding:15px;	
}
.callout-btn h4 {
	font-size:15px;	
}
.callout-btn img {
	padding-left:3%;	
}

.intro-section .col-3-4 {
	width:35%;	
}
.date-text {
	font-size:33px;	
}
.intro-section .col-3-4 {
	width:63%;
	padding-left:1%;	
}

.divfooter {
	width:90%;	
}


/* parts-service */
.parts-service-pg .col-1-2 {
	width:100%;	
}

/* finance */
.finance-pg img {
	width:30%;	
}

}

@media screen and (max-width: 950px) {
.header-info {
	float:none;
	text-align:left;	
}
.holland-logo {
	width:30%;	
}
.melrose-logo {
	width:50%;	
}
.melrose-logo img {
	width:50%;	
	text-align:left;
}

.wrap {
	max-width:90%;	
}
.callout {
	width:46%;
	margin:1% 0;	
}
.intro-section .col-1-4, .intro-section .col-3-4 {
	display:block;
	margin:0 auto;
	width:98%;
	padding:0;	
}
.intro-section .col-1-4 hr {
	margin:3% 0 !important;	
}
.intro-section .col-3-4 {
	margin-top:2%;	
}

.contact-form-section .col-1-3 {
	width:49%;
}
.continue-button {
	width:50%;	
}

/* inven search */
.inventory-pg .col-1-4, .inventory-pg .col-3-4 {width: 100%; padding: 0;}
.industry-buttons{display: none;}
#filter{display: block;}
.inventory-search, .inventory-search h5{display: none;}
.inventory-search{margin-top: -10px;}

.inventory-search .industry-buttons{display: none;}
.industry-buttons a{width: 50%; margin: 0; padding: 15px; text-align: left; border: 1px #fff solid;}
a.active, a.active:hover{background: #aaa;}


/*==============================
	Mobile Nav Styles			
================================*/	
nav.primary {
	display:none;	
}
#menu-button { /* initially will need to be hidden */
	display: block;
	font-size: 25px;
	max-width: 100%;
	position: relative;
	z-index: 900;/* needs to be lower than nav.mobile, adjust as needed */
	padding:1% 0 1% 3%;
	background-color:#1b1b1b;
}
#menu-button a {
	color: #fff;
	text-decoration: none;
	display:block;
	cursor: pointer;
}
nav.mobile {
	display: block;
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: #333;
	z-index: 1200; /* 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: 20px;
	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: bold;
	line-height: 1;
	background: #222;
	color: #999;
	text-decoration: none;
	vertical-align: top;
	cursor: pointer;
}
nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
	color: #fff;
}
nav.mobile ul {
	list-style: none;
	font-weight: 300;
	border-top: 1px solid #151515;
	border-bottom: 1px solid #454545;
	margin: 0;
	padding: 0;
}
nav.mobile ul li {
	border-top: 1px solid #454545;
	border-bottom: 1px solid #151515;
}
nav.mobile ul li a {
	font-family: 'Source Sans Pro', sans-serif;
	position: relative;
	display: block;
	padding: 10px;
	color: #999;
	text-decoration: none;
	cursor: pointer;
}
nav.mobile ul li a:hover {
	background: #000;
	color: #fff;
}
nav.mobile ul li li a { /* appearance of the sub-level links */
	background: #444;
	position: relative;
	display: block;
	padding: 10px 10px 10px 15px;
	color: #ccc;
	text-decoration: none;
}
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: #fff;
	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/arrow.png) 10px 12px no-repeat;
	background-size: 45%;
	position: relative;
	display: block;
	float: right;
	margin: -44px 10px 0 0;
	cursor: pointer;
	z-index: 12399994;
	width: 40px;
	height: 40px;
	-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%;
}
}

@media screen and (max-width: 760px) {
.header-info {
	float:left;
	text-align:left;
	display:block;	
}
.holland-logo {
	width:45%;	
}
.melrose-logo {
	width:45%;	
}
.holland-logo img, .melrose-logo img {
	width:65%;
}

.wrap {
	max-width:95%;	
}

.callout {
	width:48%;
	display:inline-block;
	margin:3% auto;	
	padding:3% 0;
}
.callout-btn h4 {
	font-size:14px;	
}
.callout-btn img {
	padding-left:2%;	
}
.intro-section .col-1-4 {
	width:100%;	
}
.intro-section .col-3-4 {
	width:100%;
	padding-left:0%;
	margin-top:3%;	
}

/* products */
.product-pg img {
	width:95%;	
	display:block;
	margin:1% auto;
}

/* finance */
.finance-pg img {
	width:95%;	
	display:block;
	margin:1% auto;
}

/* parts/services */
.parts-service-pg .col-1-2 {
	width:100%;	
}

/* contact */
.contact-pg p {
	display:block;
	margin-top:3%;
	padding-right:0%;	
}

/* search inven */
	.scroll-frame {display:none;}
	.mobile-equipment {display:block; text-align:center;}
	a {color:#ed1c24;}
	   
   #markets, #weather {display:none;}
  .flex-wrapper .overlay h2,
  .flex-wrapper .overlay p {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .flex-container {
    height: 100vh;
}

.flex-wrapper .overlay {
  background-color: rgba(0, 0, 0, .5);
}

.home-text, .home-map, .contact-map, .contact-text, .one-map, .one-text  {
    flex: 1 0 100%;
	text-align:center;
}
.headline {text-align:center;}
footer {padding-bottom:30%;}
.site {min-height:none; display:block;}


.manufacturer-container {
	display:block;
}
#brands-other {text-align:center;}

.manu-box-full, .manu-box {
    width: 100%;
    flex: none;
    align-self: center;
    margin: 20px auto;
    padding: 10px;
    max-width: 312px;
    text-align: center;
}

.manu-box img {
	width:auto;
    max-height: 100px;
}

a.mobile-inv {
	display:inline-block;
	background:#cc0000;
	color:#fff;
	width:90%;
	margin:10px auto;
	padding:20px 0;	
	text-align:center;
	font-weight:700;
	text-transform:uppercase;
	border:solid 2px #000;
}



/* footer */
.contact-form-section .col-1-3 {
	width:100%;	
}
.continue-button {
	width:100%;
}
.contact-form-section form .button {
	width:100%;	
	margin:2% auto;
}

.divfooter {
	width:100%;	
}
	
/*==============================
	Mobile Nav Styles			
================================*/	
nav.primary {
	display:none;	
}
#menu-button { /* initially will need to be hidden */
	display: block;
	font-size: 25px;
	max-width: 100%;
	position: relative;
	z-index: 900;/* needs to be lower than nav.mobile, adjust as needed */
	padding:1% 0 1% 3%;
	background-color:#1b1b1b;
}
#menu-button a {
	color: #fff;
	text-decoration: none;
	display:block;
}
nav.mobile {
	display: block;
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: #333;
	z-index: 1200; /* 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: 20px;
	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: bold;
	line-height: 1;
	background: #222;
	color: #999;
	text-decoration: none;
	vertical-align: top;
}
nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
	color: #fff;
}
nav.mobile ul {
	list-style: none;
	font-weight: 300;
	border-top: 1px solid #151515;
	border-bottom: 1px solid #454545;
	margin: 0;
	padding: 0;
}
nav.mobile ul li {
	border-top: 1px solid #454545;
	border-bottom: 1px solid #151515;
}
nav.mobile ul li a {
	position: relative;
	display: block;
	padding: 10px;
	color: #999;
	text-decoration: none;
}
nav.mobile ul li a:hover {
	background: #000;
	color: #fff;
}
nav.mobile ul li li a { /* appearance of the sub-level links */
	background: #444;
	position: relative;
	display: block;
	padding: 10px 10px 10px 15px;
	color: #ccc;
	text-decoration: none;
}
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: #fff;
	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/arrow.png) 10px 12px no-repeat;
	background-size: 45%;
	position: relative;
	display: block;
	float: right;
	margin: -44px 10px 0 0;
	cursor: pointer;
	z-index: 12399994;
	width: 40px;
	height: 40px;
	-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%;
}
}

@media only screen and (max-width: 585px) {
.logo {float:none; width:100%; text-align:center;}
.logo img {max-width:100%;}
.header-contact {
    float: none;
    text-align: center;
    margin: 10px 0;
}
#welcome {text-align:center;}

.manufacturer-container {
	display:block;
}
#brands-other {text-align:center;}

.manu-box-full, .manu-box {
    width: 100%;
    flex: none;
    align-self: center;
    margin: 20px auto;
    padding: 10px;
    max-width: 312px;
    text-align: center;
}

.manu-box img {
	width:auto;
    max-height: 100px;
}

}


@media screen and (max-width: 580px){
#filter{margin: 10px 0;}
.industry-buttons a{width: 100%;}
.mobile-contact{display: none;}	
}
