﻿/*===================== 
	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 
=======================*/

#hs-footer-bottom {clear: both !important;}
.page-header {clear: both !important; margin: auto !important;}
.hs-btn {background-color: gainsboro !important;}
.checkout-view .checkout-steps {clear: both !important;}
.form-field > .label {color: black !important; text-align: left !important;}

.myheader {top: 0px; margin-top: 0px !important; background-color: black !important;}
/*=====================  
	base styles 
=======================*/

html {
    font-family: Arial, sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
	}

body {
    margin: 0; max-width: 100%;  font-family: 'Montserrat', sans-serif;
	}

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 {
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
}

	
h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 36px;
}
		

h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
}

	
h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 28px;
}


h4 {
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
}


h5 {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
}


h6 {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
}


.white {color: #FFFFFF;}
.silver {color: #D6D7D9;}

.bold {font-weight: 700;}
.semi-bold {font-weight: 600;}
.tracking {letter-spacing: 1px;}
.semi-tracking {letter-spacing: .25px;}
.center {text-align: center;}
.caps {text-transform: uppercase;}
.italic {font-style: italic;}




/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/
	}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
    color: #aaa; 
    text-decoration:none;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
		color: #ccc;
		}  




/*===================== 
	nav styles 
=======================*/

nav.primary {
	padding: 0;
	display: block;
	margin: 0 auto;
	position: relative;
	text-align: center;
    background-color: #000000;
}

nav ul {
	padding: 15px 0px;
	margin: 0;
}

nav > ul > li {
	display: inline-block;
	list-style-type: none; 
}

nav ul li a {
	font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff!important;
    letter-spacing: .25px;
	padding: 15px;
}	
			
nav ul li a:hover {
	color: #000000!important;
	background-color: #FFFFFF;
}

nav ul li a:active {
	color: #000000!important;
	background-color: #FFFFFF;
}


/* 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: #b0b0b0!important;
	background-color: transparent;
}
	
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: #000000;
    text-align: left;
    padding: 10px;
	margin-top: 15px;
}
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%;
	margin-bottom: 15px;
}

.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: #000000;
	border-bottom: ;
	text-align: right;
	min-height: 0 !important;
	}
	#menu-button a{
		 color: #FFFFFF;
		 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.nowopen {left: 0px !important;}




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;
	color: #999;
	text-decoration: none;
	font-size: 15px;
	letter-spacing: 1px;
	padding: 0px;
}
nav.mobile ul li a:hover {
    background-color: transparent;
    color: #b0b0b0!important;
}

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: uppercase;
	font-size: 12px;
	margin-left: 15px;
}
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(../templates/legacyironllc.com/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%;
}
.header-bkgd {
	background-image: url(/templates/legacyironllc.com/siteart/header-texture.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 20px;
}
.header-wrap {
	max-width: 1600px;
	display: block;
	margin: auto;
}
.header-logo {}
.header-contact-wrap {
	float: right;
    text-align: center;
}
.header-phone {
	font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    display: block;
    font-weight: 700;
    letter-spacing: 1px;
    color: #ffffff!important;
}
.header-phone:hover {
	color: #d6d7d9!important;
}
.header-email {
	background-color: #ffffff;
    border: 2px solid #ffffff;
    width: 193px;
    padding: 7px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .25px;
    color: #000000;
    margin-top: 8px;
}
.header-email:hover {
	background-color: transparent;
    color: #FFFFFF;
}




/*===================== 
	homepage styles 
=======================*/
/* search inventory */
.outline-img {
    display: inline-block;
    margin: 0px 15px;
}
.outline-wrap {
    margin-top: 10px;
}
.search-bkgd {
	background: linear-gradient(#b0b0b0, #eeeeee, #b0b0b0);
    padding: 20px;
	box-shadow: 0 2px 10px 0px #000000;
}
.search-bar {
	width: 84%;
    margin: 0px;
    margin-top: 10px;
    padding: 6px 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    letter-spacing: .25px;
}
.search-button {
	width: 15%;
    margin: 0px;
    margin-top: 10px;
    padding: 7px 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    letter-spacing: .25px;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #ffffff;
    border: 1px solid #b0b0b0;
	color: #000000;
}
.search-button:hover {
	background-color: #000000;
    border: 1px solid #000000;
	color: #FFFFFF;
}
.search-wrap {
	max-width: 1600px;
	display: block;
	margin: auto;
}

/*welcome section*/
.grader-bkgd {
	background-image: url("/templates/legacyironllc.com/siteart/motor-grader_hero.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 20px 0px;
	height: 800px;
}
.grader-wrap {
	margin-top: 300px;
}
.welcome-wrap {
	background-image: url(/templates/legacyironllc.com/siteart/rectangle-border_1200.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 345px;
    padding: 15px;
	margin-top: 45px;
}
.welcome-container {
	background-color: rgba(255, 255, 255, 0.85);
    margin: 15px 30px;
    padding: 50px 30px;
}
.welcome-paragraph {
	margin-top: 20px;
    margin-bottom: 20px;
}
.welcome-btn {
	background-color: #000000;
    border: 2px solid #000000;
    padding: 5px 35px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: .25px;
    text-transform: uppercase;
}
.welcome-btn:hover {
	background-color: transparent;
	color: #000000;
}
.button-wrap {}
.button-container {
	background-image: url(/templates/legacyironllc.com/siteart/square-border.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 200px;
    display: block;
    margin: 10px auto;
    padding: 15px;
}
.inventory-button {
	background-color: rgba(255, 255, 255, 0.85);
    border: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #000000;
    font-weight: 600;
    letter-spacing: .25px;
    text-transform: uppercase;
    display: block;
    margin: auto;
    width: 165px;
    height: 170px;
}
.inventory-button:hover {
	background-color: #000000;
	color: #FFFFFF;
}
.inventory-cutout {
	max-width: 125px;
    width: 100%;
    display: block;
    margin: 10px auto;
}

/* location section*/
.location-container {
	background-image: url("/templates/legacyironllc.com/siteart/tactile_noise_@2X.png");
	background-repeat: repeat;
	padding: 80px;
    height: 450px;
}
.location-text {
	color: #FFFFFF;
	margin: 25px 0px;
}
.location-tel {
	color: #FFFFFF;
	margin-bottom: 5px;
}
.location-fax {
	color: #FFFFFF;
	margin-bottom: 25px;
}
.location-phone {
	color: #FFFFFF!important;
}
.location-phone:hover {
	color: #b0b0b0!important;
}
.location-button {
	background-color: #FFFFFF;
    border: 2px solid #FFFFFF;
    padding: 5px 35px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #000000;
    font-weight: 600;
    letter-spacing: .25px;
    text-transform: uppercase;
}
.location-button:hover {
	background-color: transparent;
	color: #FFFFFF;
}
	
/*===================== 
	inventory styles 
=======================*/
.col-xs-12 {box-sizing: border-box;}
.hidden-xs.hidden-sm.col-md-12.primary {box-sizing: border-box;}
.header-bkgd.col-xs-12 {box-sizing: border-box;}
.col-xs-12.col-sm-6 {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.scrolling-inv {box-sizing: border-box;}
.col-xs-12.footer-wrap {box-sizing: border-box;}
.col-xs-12.col-sm-12.col-md-7 {box-sizing: border-box;}
.hidden-xs.hidden-sm.col-md-2 {box-sizing: border-box;}
.hidden-xs.hidden-sm.col-md-3 {box-sizing: border-box;}
.col-xs-12.col-sm-12.col-md-8 {box-sizing: border-box;}
.hidden-xs.hidden-sm.col-md-4 {box-sizing: border-box;}

@charset "utf-8";
/* CSS Document */

.detail-content {
    padding: 3.145833VW 0;
}

.list-content {
    max-width: 1300px !important;
}


@media only screen and (max-width: 767px) {
    .body-wrapper {padding: 0 25px;}
}



/*------------------------------ General Listings Page---------------------------------*/

/*----Page Background Color----*/
.body-content .body-wrapper {
    /* background: var(--neutral2) !important; */
}

/*----Sort By----*/
.list-content .list-top-section .listing-option-bar .list-sort-order .sort-by-dropdown-container .bold {
    color: #000000 !important;
}

/*----Email and Print Buttons----*/
.media-buttons button {
    background: #d6d4d9 !important;
    color: #000000 !important
}

.media-buttons button:hover {
    background: #b0b0b0 !important;
    color: #ffffff !important;
}

/*----Listing Background Color & Text Color Change----*/
.list-container .list-listing {
    background: #ffffff !important;
    color: #000000 !important;
}

/*---Sidebar Background Color & Text Color----*/
.list-content .faceted-search-content {
    background: #ffffff !important;
    color: #000000 !important
}

.faceted-search-content .faceted-section-box .faceted-view-more-btn {
    background: #d6d4d9 !important;
    color: #000000 !important;
}

/*---Sidebar Heading Background Color----*/
.faceted-search-content .faceted-section-head {
    background: #d6d4d9 !important;
}

/*----Filter button color change------*/
.selected-facet {
    background: #d6d4d9 !important;
    color: #000000 !important;
}

input[type="submit"] {
    background: #b0b0b0 !important;
}

button[type="submit"] {
    background: #b0b0b0 !important;
}

.btn {
    background: #b0b0b0 !important;
}

.button {
    background: #b0b0b0 !important;
}

/*----View Details Button----*/
.view-listing-details-link {
    background: #d6d4d9 !important;
    color: #000000 !important;
}

.view-listing-details-link:hover {
    color: #ffffff !important;
    background: #b0b0b0 !important;
}

/*----Email Seller Button----*/
.email-seller-link {
    background: #b0b0b0 !important;
}

.email-seller-link:hover {
    background: #d6d4d9 !important;
    color: #000000 !important;
}

/*---Page Title----*/
.list-content .list-title .list-title-text {
    color: #000000 !important;
}

/*----Listings # showing text----*/
.list-content .list-title .list-listings-count {
    color: #000000 !important;
}

/*---Description text color (if different than body text color)----*/
.listing-description-text {
    color: #000000 !important;
}

/*----Price----*/
.listing-main-stats .price {
    color: #000000 !important;
}

/*---Listings Count----*/
.list-content .list-top-section .listing-option-bar .list-listings-count {
    color: #000000 !important;
}

/*---Any Messages----*/
.info {
    color: #000000 !important
}

/*------------------------------Listings Details Page---------------------------------*/
/*----Details Page Header----*/
.main-detail-data .detail-title {
    color: #000000 !important
}

/*----Make an Offer Button----*/
.main-detail-data .offer-btn {
    background: #d6d4d9 !important;
    color: #000000 !important;
}

.main-detail-data .offer-btn:hover {
    background: #b0b0b0 !important;
    color: #ffffff !important;
}

/*----Details----*/
.detail-content .detail-main-body .main-detail-data {
    background: #ffffff !important;
}

/*----Details Price----*/
.detail-price {
    color: #000000 !important;
}

.detail-content .detail-main-body .main-detail-data .detail-btn-calc:hover {
    background: #d6d4d9 !important;
    color: #000000 !important;
}

.detail-content .detail-main-body .main-detail-data .detail-btn-calc {
    background: #b0b0b0 !important;
}

.detail-content .detail-main-body .main-detail-data .detail-btn-calc p {
    color: #ffffff !important;
}

/*----Contact Information----*/
.detail-content .dealer-info {
    color: #000000 !important
}

.detail-content .dealer-info .field-name {
    color: #000000 !important;
}

.detail-content .dealer-info .field-value {
    color: #b0b0b0 !important;
}

/*----Send Email----*/
.detail-content .dealer-info .phone-and-email .send-email-btn {
    border: none !important;
    background: #b0b0b0 !important;
    color: #ffffff !important;
}

/*----Spec Title Background & Color ----*/
.detail-content .data-row .data-label {
    background: #b0b0b0 !important;
    color: #ffffff !important;
}

/*----Breadcrumb - Search Results button----*/
.detail-content .search-results {
    color: #000000 !important;
}

/*----Breadcrumb Path above Searach Results----*/
.breadcrumbs .breadcrumbs-element {
    color: #000000 !important;
}

/*----Background color of widgets (if it matches the page background)----*/
.listing-widgets a {
    background: #d6d4d9 !important;
    color: #000000 !important
}

.listing-widgets a:hover {
    color: #ffffff !important;
}

.listing-widgets a:hover {
    background: #b0b0b0 !important;
}

/*----All Details (e.g. year, manu, etc.)----*/
.detail-additional-data * {
    color: #000000 !important;
}
.detail-content .detail-additional-data .data-row .data-value {
    color: #000000 !important;
}

.detail-content .detail-additional-data .data-row .data-value {
    background: #ffffff !important;
}

/*----Commercial Financing Legal Info----*/
.legal-text-content {
    color: #000000 !important;
}

/*---All Other Links----*/
.container.body-content a {
    color: #000000 !important;
}

/*---Return to Listings----*/
.mobile-breadcrumb {
    background-color: #ffffff !important;
}


/*------------------------------Parts Page---------------------------------*/
#parts-content {
    padding: 2.145833VW 0;
}

#parts-content .parts-bottom-section .parts-list-view .parts-list-content .error-message {
    color: #ffffff !important;
}

.criteria-header {
    color: #ffffff !important;
}

#parts-content .parts-bottom-section .parts-list-view .parts-search-content .parts-search-window .parts-search-form .parts-radio {
    color: #ffffff !important;
}

#parts-content .parts-bottom-section .parts-list-view .parts-list-content .parts-listing-container .parts-listing-column .parts-button.view-details {
    background: #b0b0b0 !important;
}

#parts-content .parts-bottom-section .parts-list-view .parts-list-content .parts-listing-container {
    background: #ffffff !important;
}

/*---Mobile Buttons----*/
.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile {
    background: #b0b0b0 !important;
    border: #000000 !important;
}

.detail-content-mobile .detail-main-body .main-detail-data .buy-btn-mobile {
    background: #b0b0b0 !important;
    border: #000000 !important;
}

.detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile {
    background: #b0b0b0 !important;
    border: #000000 !important;
}

.detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile {
    background: #b0b0b0 !important;
    border: #000000 !important;
}

.detail-content-mobile .detail-main-body .main-detail-data .send-wholesale-email-btn-mobile {
    background: #b0b0b0 !important;
    border: #000000 !important;
}

.detail-content-mobile .detail-contact-bar .contact-bar-btn {
    background: #b0b0b0 !important;
    border: #000000 !important;
}

.detail-content-mobile .detail-contact-bar .contact-bar-btn {
    background: #b0b0b0 !important;
    border: #000000 !important;
}

.detail-content-mobile .detail-additional-data .data-row .data-label {
    background: #b0b0b0 !important;
    border: #000000 !important;
}

.detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile {
    background: #b0b0b0 !important;
    border: #000000 !important;
}

.detail-content-mobile .detail-additional-data .data-row .data-label {
    color: #ffffff !important;
}



.detail-content-mobile * {
    color: #ffffff !important;
}

.detail-content-mobile .detail-main-body .detail-mobile-top .detail-category {
    color: #000000 !important;
}

.detail-content-mobile .detail-additional-data .data-row .data-value {
    background: #ffffff !important;
}

.currency-selector select {
    color: #000000 !important;
}

span.currency-selector {
    color: #000000 !important;
}

h1.detail-title {
    color: #000000 !important;
}

.detail-content-mobile .dealer-info .address-and-contact * {
    color: #000000 !important;
}

.detail-content-mobile .dealer-info h3 {
    color: #000000 !important;
}

.fin-calc p {
    color: #000000 !important;
}

.fin-calc p strong {
    color: #000000 !important;
}

.listing-widgets * {
    color: #000000 !important;
}


/*----All Details (e.g. year, manu, etc.)----*/
.detail-additional-data * {
    color: #000000 !important;
}
.detail-content .detail-additional-data .data-row .data-value {
    color: #000000 !important;
}
.detail-content-mobile .share-listing {
    color: #000000 !important;
}

/* CSS Document */


/*===================== 
	banner styles 
=======================*/



/*===================== 
	layout styles 
=======================*/




/*===================== 
	footer styles 
=======================*/

footer {
	margin: 0;
	width: 100%;
	}
	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size: 10px;
	color: #b0b0b0;
	}
	a.footerlink:hover {
		text-decoration: none; 
		font-size: 10px;
		color: #000000;
	}

.footertext {
	font-size: 10px; 
	color: #b0b0b0;
}

.smallfootertext {
	font-size: 10px; 
	color: #b0b0b0;
}

.divfooter {
	margin: 0;
    line-height: 1;
    max-width: 825px;
    padding-right: 25px;
}

.scrolling-inv {
	border: 10px solid #000000;
}
.footer-wrap {
	padding: 30px;
}
.footer-container {}
.footer-logo {
	max-width: 250px;
    width: 100%;
    margin-bottom: 15px;
	margin-top: 25px;
}
.footer-list {
	padding: 0px;
    list-style-type: none;
	margin-top: 10px; margin-left: 0px !important;
}
.footer-item {}
.footer-page-link {
	font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #000000!important;
    font-weight: 600;
}
.footer-page-link:hover {
	color: #b0b0b0!important;
}
.footer-finance-container {
	background-color: #000000;
    padding: 0px 45px;
	-webkit-clip-path: polygon(0 0, 96% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 96% 0, 100% 100%, 0% 100%);
}
.footer-finance-logo {
	max-height: 30px;
    height: 100%;
    margin: 10px 0px;
    margin-right: 30px;
	display: inline-block;
}
.footer-social-container {
	background-color: #b0b0b0;
    padding: 8px 45px;
    text-align: right;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 8% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 8% 100%);
	height: 50px;
	max-height: 50px;
}
.footer-social-icon {
	display: inline-block;
    color: #000000!important;
    font-size: 24px;
    margin: 0px 2px;
}
.footer-social-icon:hover {
	color: #FFFFFF!important;
}
.footer-social-text {
	display: inline-block;
	margin-right: 20px;
}
/*  scrolling inventory
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}



/*========================= 
	 Responsive styles 
===========================*/

/*==========  Non-Mobile First Method  ==========*/
@media only screen and (max-width : 1730px) {
	.welcome-wrap {padding: 30px;}
	.welcome-container {padding: 30px;}
}

@media only screen and (max-width : 1600px) {
	.welcome-container {margin: 20px 30px;}
}

@media only screen and (max-width : 1480px) {
	.welcome-wrap {background-image: none; height: 100%; padding: 0px;}
}

@media only screen and (max-width : 1425px) {
	.inventory-button {width: 150px; height: 160px; margin-top: 5px;}
}


@media only screen and (max-width : 1350px) and (min-width : 1200px) {
	.button-container {background-image: none; height: 100%; padding: 0px;}
	.inventory-button {width: 100%; height: 175px; padding: 0px;}
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {
	.welcome-wrap {margin-top: 30px;}

}

@media only screen and (max-width : 1150px) {
	.welcome-wrap {margin-top: 0px;}

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
	.header-logo {margin-top: 10px;}
	.footer-finance-container {-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); text-align: center;}
	.divfooter {max-width: 100%; text-align: center; padding-right: 0px;}
	.footer-logo {display: block; margin: auto; margin-bottom: 25px;}
	.footer-finance-logo {margin: 10px 15px;}
	.outline-wrap {text-align: center; margin-bottom: 20px;}
	.search-wrap {text-align: center;}
	.grader-wrap {margin-top: 0px;}
	.grader-bkgd {height: 100%;}

}


/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
	.header-contact-wrap {float: none; margin-top: 30px;}
	.header-logo {display: block; margin: auto; margin-top: 30px;}
	.search-bar {width: 100%;}
	.search-button {width: 100%; margin-top: 3px;}
	.welcome-container {text-align: center;}
	.location-container {text-align: center; padding: 80px 10px;}

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
 	.button-container {background-image: none; height: 100%; padding: 0px;}
	.inventory-button {width: 100%; height: 175px; padding: 0px;}
 
}

@media only screen and (max-width : 415px) {
 	.outline-wrap {display: none;}
 
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {


}

