@charset "utf-8";
/* CSS Document */
/***** BEGIN RESET *****/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}

html {box-sizing: border-box;}
*, *:before, *:after {
    box-sizing: inherit;
}


.cf:before,
.cf:after {
	content: " "; /* 1 */
   display: table; /* 2 */
}
.cf:after {clear: both;}

.col-1-3 {
	width: 33%;
	display: inline-block;
	text-align: center;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	width: 100%;
}
td {
	vertical-align: top;
}
header, nav, article, footer, address {
	display: block;
}

/*Smooth transistions*/
a, button, .button, a:hover, button:hover, .button:hover, button.mobile_btn::after, .button-row ul li, .button-row ul li:hover, #view-all, #view-all:hover , .view-all, .view-all:hover, .invt-cat-btn, .invt-cat-btn:hover, .inv-top-btn, .inv-top-btn:hover, .equip-btn, .equip-btn:hover {
	-webkit-transition: all .45s ease;
	-moz-transition: all .45s ease;
	-ms-transition: all .45s ease;
	-o-transition: all .45s ease;
	transition: all .45s ease;
}
a:hover {
	text-decoration: none;
}
a:link, a:visited, a:active {
	text-decoration: none;
}
hr {
	border: #000 1px solid;
}
/***** END RESET *****/
::-moz-selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}
/* Clearfix */
.cf:before, .cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	*zoom: 1;
}




/* MODAL */
	.lock{overflow: hidden; -webkit-overflow-scrolling: touch;}

	.modal {display: none; position: fixed; background: rgba(0,0,0,.5); padding-top: 5%; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; z-index: 99999;}
	.modal .modal-content{position: relative; margin: auto; width: calc(100% - 30px); max-width: 600px; background: #fff; border-radius: 3px; box-shadow: 0 5px 5px 0 rgba(0,0,0,.25); animation-name: animatetop; animation-duration: .4s;}
	.modal .modal-head{position: relative; padding: 15px 25px 0; }
	.modal .modal-head .modal-title {font-size: 18px; font-weight: 700; color: #555;}

	.modal-fr8 .modal-head .modal-title {color:#222;}
	.modal-cur .modal-head .modal-title {color:#003a5c;}

	.modal .modal-head .close{position: absolute; top: 15px; right: 15px; font-size: 20px; color: #ccc; cursor: pointer;}
	.modal .modal-head .close:hover{color: #000;}
	.modal .modal-main{padding: 25px 25px 50px;}
	.modal .modal-buttons{background: #f5f5f5; padding: 10px 15px; border-top: 1px #ddd solid;}
	.modal .modal-buttons a{display: inline-block; float: right; padding: 10px 35px; font-weight: 700; text-align: center; text-transform: uppercase; text-decoration: none; border-radius: 3px; cursor: pointer;}

	/*.modal .modal-buttons .save-modal{background: #293E9B; color: #fff;}
	.modal .modal-buttons .save-modal:hover{background: #0E7ABB; color: #fff;}*/

	.modal-fr8 .modal-buttons .save-modal{background: #222; color: #F0BA1B;}
	.modal-fr8 .modal-buttons .save-modal:hover{background: #444; color: #fff;}
	
	.modal-cur .modal-buttons .save-modal{background: #003a5c; color: #fff;}
	.modal-cur .modal-buttons .save-modal:hover{background: #212529; color: #fff;}

	.modal .modal-buttons .close-modal{color: #999;}
	.modal .modal-buttons .close-modal:hover{color: #555;}

	@keyframes animatetop{
		from{top: -300px; opacity: 0} to{top: 0; opacity: 1}
	}



/*-------- BODY STYLES --------*/
body {font-family: 'Open Sans', sans-serif; /*color:#fff;*/ position:relative; }

.wrapper-80 {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
.wrapper-90 {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
.wrapper-96 {
	width: 96%;
	margin: 0 auto;
	text-align: center;
}
.left-50 {
	display: inline-block;
	width: 47.4%;
	margin: 0 auto;
	text-align: left;
	padding-right: 1.5%;
}
.right-50 {
	display: inline-block;
	width: 47.4%;
	margin: 0 auto;
	text-align: right;
	padding-left: 1.5%;
}
.main-bg {
	width: 100%;
	margin: 0 auto;
	background: #fff;
}
.pg-headline {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	text-transform: uppercase;
	color: #303030;
	padding: 0 0 .5% 0;
	font-size: 1.25rem;
	border-bottom: 1px solid #eaeaea;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}
.pg-text {
	font-size: 14px;
	line-height: 1.5;
	font-family: 'Domine', serif;
	padding: 1.5% 0;
	text-align: left;
}

.pg-text img {
	display:flex; margin:0 auto;  align-items:center; width:100%; max-width:850px;
}

.pg-content-container {
	width: 100%;
	margin: 0 auto;
	padding: .75% 0 1.5% 0;
}
.pg-hero {
	width: 100%;
	margin: 0 auto;
}
.pg-hero img {
	width: 100%;
	margin: 0 auto;
}
.inline {
	display: inline;
}
.blue {
	color: #293e9b;
}
.red {
	color: #c11a2c;
}
.domine {
	font-family: 'Domine', serif;
}
/*--- HEADER STYLES ---------------------*/
header {
	width: 100%;
	margin: 0 auto;
	background:#fff;
}
.header-locations {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background: #C11A2C;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
}
.header-locations a {
	color: #fff;
}
.header-locations .wrapper-90 ul {
	display: flex;
	justify-content: space-around;
	padding: .75% 0;
}
.header-middle-content {
	padding: .75% 0;
}
.header-bottom-content {
	padding: .75% 0;
}
.header-contact-info li i, .header-social li i {
	color: #C11A2C;
}
.header-contact-info {
	font-family: 'Domine', serif;
	color: #303030;
}
.header-contact-info a {
	color: #303030;
}
.stacked-left {
	display: inline-block;
	width: 69.4%;
	padding-right: 1.25%;
	text-align: left;
	vertical-align: bottom;
	/*background: palegreen;*/
}
.stacked-right {
	display: inline-block;
	width: 29.4%;
	padding-left: 1.25%;
	text-align: right;
	vertical-align: bottom;
}
.logo {
	width: 22%;
	padding-right: 1.5%;
	display: inline-block
}
.logo img {
	width: 100%;
	margin: 0 auto;
	margin-bottom: -2.75%;
}
.header-contact-info {
	width: 57%;
	display: inline-block;
	padding-left: 1.5%;
}
.header-contact-info ul li {
	font-size: 16px;
	line-height: 30px;
}
.header-social {
	vertical-align: bottom;
	font-size: 18px;
}
.header-social ul li {
	display: inline-block;
	vertical-align: bottom
}
/*--- KEYWORD SEARCH--------------------------*/
.header-search {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	padding-top: 2%;
	vertical-align: bottom;
	margin-right: -2%;
}
#quick-search-wrap {
	float: right;
	position: relative;
	right: 0;
}
#quick-search-wrap form {
	position: relative;
	display: block;
}
#quick-search-wrap form input {
	width: 73%;
	background: #fff;
	border: solid 2px #003399;
	color: #9F9F9F;
	height: 54.5px;
	line-height: 30px;
	padding: 0 0 0 5px;
	float: left;
	position: relative;
	font-size: 16px;
	border-radius:0; 
}
#quick-search-wrap form .button {
	margin:0;
	border: 0;
	position: relative;
	text-transform: uppercase;
	width: 51px;
	height: 54.5px;
	background: #003399 url(../siteart/search-icon.png) center center no-repeat;
	cursor: pointer;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}
#quick-search-wrap form .button:hover {
	border: solid 2px #003399;
	background: #000 url(../siteart/search-icon.png) center center no-repeat;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}


/*  NAVIGATION
------------------------------------------------*/
#menu-button{display:none;}
nav.mobile {display:none;}

nav.primary {z-index:500; position:relative; margin:0; padding:0;

	background: #293E9B;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	line-height: 1;
	text-align: center;	
	text-transform: uppercase;
	font-weight: 700;
}

nav.primary ul {display:flex; flex-flow:row wrap; align-items:center; justify-content:center; margin:0; padding:0;}
nav.primary ul li {margin:0 15px; padding:0; list-style-type:none;}
				
nav.primary ul li a {
	display:block;  padding: 4px 15px 0 15px;;
  line-height: 50px;
      text-align:center; text-decoration:none; text-transform:uppercase; 
	color: #fff !important;
	font-weight: 600;
	font-size: 1.2rem;
	letter-spacing: .4px;
	cursor:pointer; 
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);	
    -webkit-transition:all .45s ease;
    -moz-transition:all .45s ease;
    -ms-transition:all .45s ease;
    -o-transition:all .45s ease;
    transition:all .45s ease;		
}	

nav.primary ul li a:hover {color: #cd242b !important;	}

/*  SUB NAV
------------------------------------------------*/
nav.primary ul li li {width: 250px;  background: #293E9B;}
nav.primary ul li li a{
	width: 250px; padding:15px 0; font-size:.94em; line-height:18px; text-indent:20px; text-align:left; color:#fff; border:0; cursor:pointer; 
}

nav.primary ul li li a:hover,nav.primary ul li li a:active {line-height:18px; color:#cd242b;}

/*  NAV DROPDOWNS
------------------------------------------------*/
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: 500;}
nav.primary ul ul li {float: none; position: relative; margin:0;}





/*---HOME PAGE STYLES--------------------------------*/
.hero {
	width: 100%;
	position:relative; 
	
	overflow: hidden; 
}

.hero-video {
	/*width: 85%;
	max-width: 100%; */
	width: auto;
	height: 100%;
	margin: 0 auto;
/*	padding:0 0 51.25% 0;*/
	/*border: 1px #eaeaea groove;
	border-radius: 3px;*/
	overflow: hidden; 
	position: relative;
	
/*	-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);*/
}

.hero-video video {/*position: absolute; top: 0; left:0; width:100%; height: 100%;*/}



#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
	z-index:-1; 
}



/* =====Start Slides =====*/
.slider {
	width: 90%;
	margin: 0 auto;
	padding: .5%;
	border: 1px #eaeaea groove;
	border-radius: 3px;
	background:#fff;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
}
.slide {
	width: 100%;
	margin: 0 auto;
}
.slide img {
	width: 100%;
	margin: 0 auto;
}
/* =====End Slides =====*/


.welcome {
	/*position:absolute; 
	
	width: 100%;
	margin: 0 auto;
	padding:25px 0 0 0;*/
	
	 /*position: absolute;*/
  bottom: 0;
  
  color: #f1f1f1;
  width: 100%;
	    padding: 20% 20px 5% 20px;
	background:rgba(0,0,0,.15); 
}
.welcome-headline {
	width: 100%;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-weight: 300;
	line-height: 1.3;
	padding-bottom: 1.25%;
	
}

.welcome-headline h2 span{font-size:36px; text-shadow: 1px 1px 1px #fff, -1px -1px 1px #fff, 0 -1px 1px #fff, -1px 0 1px #fff,  0 1px 1px #fff, 1px 0 1px #fff;}

.welcome-text {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	color: #f1f1f1;
	font-family: 'Domine', serif;
	padding-bottom: 2.25%;
	font-size: 18px;
	line-height: 1.6;
}
.partner-links {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 2% 0;
	background:#fff; 
}
.partner-links-wrapper {
	width: 65%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
/*===Newsletter signup===*/
.newsletter-signup {
	width: 100%;
	margin: 0 auto;
	padding: .5% 0;
	/*background: #383838;*/
	background: #494949;
}
.newsletter {
	width: 100%;
	margin: 0 auto;
	display: inline-block;
	vertical-align: top;
	color: #fff;
}
.newsletter-wrapper {
	text-shadow: 1px 1px 1px rgba(89, 89, 89, 1);
	padding: 1%;
}
.newsletter-wrapper h5 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: .9rem;
}
.contact-form .formfield input {
	text-align: left;
	width: 100%;
	padding: 4% 2%;
	font-size: 14px;
	border: solid 3px #b5bbb1;
}
.contact-form .CaptchaWhatsThisPanel a {color:#fff;}

#whatsThis .CaptchaWhatsThisPanel a {color:#000;}


.formfield {
	display: inline-block;
	width: 33%;
	text-align: center;
}
.formfield label {
	font-size: 16px;
	line-height: 1.5;
	padding-bottom: 1%;
}
.CaptchaMessagePanel {
	font-weight: 400 !important;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
}
.CaptchaMessagePanel {
	padding: 5px 5px 10px 5px;
}
.CaptchaWhatsThisPanel a {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #333;
}
#buttons, .button {
	padding: 1.35% 2%;
	border: 2px solid #fff;
	background: #293e9b;
	color: #fff;
	font-family: 'Domine', serif;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(89, 89, 89, 1);
	display: inline-block;
	cursor: pointer;
}
#buttons:hover, .button:hover {
	background: #c11a2c;
}
/*.contact-form {
	padding-bottom: 3%;
}*/
.CaptchaAnswerPanel input {
	padding: 1%;
}
/*---BUY/RENT PAGE STYLES--------------------------------*/
.fine-print {
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
}
.form-container {
	width: 100%;
	margin: 0 auto;
	padding: .75% 0;
}


table.gridTable {width:calc(100% - 2px); border:1px #eaeaea solid;}
table.gridTable tr{border-bottom:1px #eaeaea solid;}
table.gridTable tr td:last-child {border:0;}
table.gridTable tr td:nth-child(3n) {width:70px; text-align:center;}
table.gridTable tr td:nth-child(4) {text-align:center;}

table.gridTable td {width:calc(25% - 16px); padding:4px 8px; border-right:1px #eaeaea solid;}


ul.bulletList {margin:0 0 0 18px; list-style: disc inside;}
ul.indentList {margin:0 0 0 18px;}
ul.numberList {margin:0 0 0 26px; list-style: decimal outside;}

/*---Finance PAGE STYLES--------------------------------*/
.button-group {
  margin-top: 40px;
  display: flex;
  gap: 15px; /* space between buttons */
}

.btn-primary{
  display: inline-block;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.logo-button {
	display: inline-block;
	aspect-ratio: 7 / 5;
	max-height: 250px;
	max-width: 350px;
	width: 48%;
	margin: 0px 2% 0px 0px;
	object-fit: contain;
	border: 2px solid #293E9B;
}

.logo-button img {
	width: 80%;
	margin: 0px 10% 0px 10%;
	height: 100%;
	object-fit: contain;
}

/*=== POPUP ===*/
.popup {
	display: none; position: fixed; background: rgba(0,0,0,.5); padding-top: 5%; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; z-index: 99999;
}
.popup.show {
	display: block;
}
.popup .popup-container {
	max-width: 1366px;
	position: relative; margin: auto; width: calc(100% - 30px); max-width: 650px; background: #fff; border-radius: 3px; box-shadow: 0 5px 5px 0 rgba(0,0,0,.25); animation-name: animatetop; animation-duration: .4s;
}
.popup .popup-container .popup-header {
	text-align: right;
}

.popup .popup-container .popup-header button {background-color: transparent; border: none; color: #ccc; padding: 20px 20px 0px; font-size: 20px;}
.popup .popup-container .popup-header button:hover {color: #000;}

.popup .popup-container .popup-footer {
	height: 65px;
}

.popup .popup-container .popup-body {text-align: left; padding:  0px 25px 25px; line-height: 1.5em;}
.popup .popup-container .popup-body .modal-title {font-size: 18px; font-weight: 700; color: #555; margin-bottom: 25px;}

.popup .popup-container .popup-footer .modal-buttons {background: #f5f5f5; padding: 10px 15px; border-top: 1px #ddd solid; height: 100%;}
.popup .popup-container .popup-footer .modal-buttons a {display: inline-block; float: right; padding: 10px 35px; font-weight: 700; text-align: center; text-transform: uppercase; text-decoration: none; border-radius: 3px; cursor: pointer;}

.modal-buttons .save-modal{background: #003a5c; color: #fff;}
.modal-buttons .save-modal:hover{background: #212529; color: #fff;}

.modal-buttons .close-modal{color: #999;}
.modal-buttons .close-modal:hover{color: #555;}

/* Primary button style */
.btn-primary {
  background-color: #293E9B; 
  color: #fff;
  border: none;
}

.btn-primary:hover {
  background-color: #0E0A78;
}


.btn-secondary:hover {
  background-color: #e6e6e6;
  color: #0073e6;
}

/*---ABOUT PAGE STYLES--------------------------------*/
.delivery a {
	color: #303030;
}
.left-half {
	display: inline-block;
	width: 47%;
	padding-right: 2%;
	text-align: left;
	vertical-align: top;
}
.right-half {
	display: inline-block;
	width: 52%;
	text-align: right;
	vertical-align: top;
	
}
.left-half h3 {
	color: #c11a2c;
}
.left-half img, .right-half img {
	width: 100%;
	margin: 0 auto;
}

.about .left-half img, .about .right-half img {max-width: 850px; margin:0 auto;}

.about .pg-content-container .wrapper-90 .pg-headline h3 {
	text-align: center;
}
/*---CONTACT PAGE STYLES--------------------------------*/
.all-locs-map {
	width: 100%;
	margin: 0 auto;
	margin-top: 1.25%;
}
.all-locs-map iframe {
	width: 100%;
	margin: 0 auto;
}
.locations-container {
	width: 100%;
	margin: 0 auto;
	padding: 2% 0;
	color: #303030;
	line-height: 1.25;
	display: flex; flex-flow:row wrap; justify-content: space-between;
}
.location {
	padding: 1.25%;
	border-radius: 3px;
	border: #eaeaea 1px solid;
	display: inline-block;
	width: 32.4%;
}
.main-location {
	padding: 1.25%;
	border-radius: 3px;
	border: #eaeaea 1px solid;
	/*align-self:flex-start; */
	display: flex;
	flex-flow: column wrap;
	justify-content: space-between;
	align-content: center;
	width: 45%;
	margin: 0 auto;
	margin-bottom: 1%;
}
.main-loc-left {
	padding-right: 3%;
	text-align: left;
	width: 100%;
}
.vallejo {
	width: 100%;
	margin: 0 auto;
	margin-top: 3%;
}
.vallejo iframe {
	width: 100%;
	margin: 0 auto;
	vertical-align: top;
}
.head-yard {
	text-transform: uppercase;
}
.main-location h3, .location h3, .location h4 {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}
.main-location h3 {
	padding-bottom: 1.5%;
}
.main-location h4 {
	font-size: 16px;
	color: #c11a2c;
}
.location h5 {
	padding: 1.5% 0 .75% 0;
	font-size: 16px;
	color: #c11a2c;
}
.main-location a, .location a {
	color: #303030;
}
.mini-map {
	padding-top: 1.5%;
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
.mini-map iframe {
	width: 100%;
	margin: 0 auto;
}
/*---THANK YOU PAGE STYLES--------------------------------*/
.thankyou {
	font-family: 'Domine', serif;
	font-weight: 300;
	line-height: 1.25;
	color: #303030;
}
.thankyou h3 {
	padding: 2% 0;
}

/*----INVENTORY LANDING PAGE STYLES----*/
.button-container {
	width: 100%;
	padding: 1.5% 0;
}

.move-up {
	margin-top: -3%;
}

.view-all {
	width: 100%;
	border: 3px solid #c11a2c;
	padding: 1% 0;
	font-family: 'Open Sans', sans-serif;
	color: #000;
	text-transform: uppercase;
	font-size: 22px;
}

.view-all:hover {
	background: #eaeaea;
}

.invt-cat-row {
	/*display: flex;
	justify-content: space-around;
	flex-wrap: wrap;*/
	padding-top: 1%;
	text-align: center;
}

.invt-cat-btn {
	display: inline-block;
	width: 20%;
	margin: 0 .35%;
	padding: 1%;
	background: #eaeaea;
	border: solid 2.5px #293e9b;
}

.invt-cat-btn:hover {
	border: solid 2.5px #c11a2c;
}

.invt-cat-img {
	width: 100%;
	margin: 0 auto;
}

.invt-cat-img img {
	width: 70%;
	margin: 0 auto;
}

.invt-cat-text {
	font-family: 'Open Sans', sans-serif;	
	width: 100%;
	margin: 0 auto;
	text-align: center;
	color: #000;
	text-transform: uppercase;
	font-size: 13.25px;
}

.all-invt {
	width: 100%;
	padding: .75% 0;
	background-color: none !important;
}



/*----PARTS & ATTACHMENT LANDING PAGE STYLES----*/
.button-row ul{
	font-family: 'Open Sans', sans-serif;		
}

.button-row ul li {
	width: 33%;
	display: inline-block;
	padding: 2% 3%;
	background: #c11a2c;
	color: #fff;
	text-transform: uppercase;
	border: solid 3px #293e9b;
	font-size: 20px;
	font-weight: 600;
}

.button-row ul li:hover {
	background: #293e9b;
	border: solid 3px #c11a2c;
}
/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.invt-hero {
	width: 100%;
}

.invt-hero img {
	width: 100%;
	margin: 0 auto;
	margin-top: -1%;
}

.inventory-buttons {
	width: 100%; 
	margin: 0 auto;
	background: aqua;
	display: flex;
	justify-content: space-between;
	padding: 0;
	margin-top: 3px;
	margin-bottom:3px!important;
}

.inv-top-btn {
	width:25%;
	margin: 0 auto;
	text-align: center;
	background: #c11a2c;
	text-transform: uppercase;	
	font-family: 'Open Sans', sans-serif;	
	font-size: 16pt;
	font-weight: 500;	
	border-right: solid #fff 3px;
}

.inv-top-btn:hover {
	background: #293e9b;
}

.inv-top-btn a {
	color: #fff;
}

.inv-top-btn:last-of-type {
	border-right: solid #c11a2c 3px;
}

.inv-top-btn-icon {
	display: inline-block;
	width: 20%;
	vertical-align: middle;
}

.inv-top-btn-icon img {
	width: 90%;
	margin: 0 auto;
}

.inv-top-btn-text {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 3.5% 0;
}

.inv-top-btn-text h2 {
	font-size: 16pt;
	font-weight: 500;
}

.equipment-buttons {
	width: 100%;
	margin: 0 auto;
	margin-top: 1px;
}

.equipment-buttons .eq-wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	/*border-bottom: 3px solid #293e9b;*/
}

.blue-div {
	width: 100%;
	margin: 0 auto;
	background: #293e9b;
	height: 3px;
}
.equip-btn {
	width: 16.5%;
	background: #BBBBBB;	
	padding: 1%;
	margin: .25% 0;
	text-align: center;
}

.equip-btn:hover {
	background: #eaeaea;
}

.cf {
	background: #fff;
}
.hosted-content .listings-wrapper .listings-list .listing-banner {}
.hosted-content input[type='submit'], .hosted-content button[type='submit'], .hosted-content .btn, .hosted-content .button {
	background: #c11a2c !important;
}
#quick-search-wrap input[type='submit'] {
	font-size: 0px !important;
}
.hosted-content h1 {
	font-size: 20px;
	color: #000;
	text-transform: none;
	padding-bottom: 0 !important;
	font-weight: bold;
}
.hosted-content h3 {
	text-transform: none !important;
}
.hosted-content .listings-wrapper .listings-list .listing-banner h2 {
	text-transform: none !important;
}
.inventory-background {
	margin: 0 auto;
}
.inventory-width {
	margin: 0 auto;
	padding: .75% 0 2% 0 !important;
}
.hosted-content .red, .hosted-content .redtext, .hosted-content .field-validation-error {
	color: #f00;
	font-size: 14px;
}
.legal {
	padding: 1.25%;
	border: 1px solid #eaeaea;
	text-align: center;
}
.listing-boxed-description {
	font-size: 14px;
	line-height: 1.2;
}
.listings-wrapper .listing-boxed .listing-boxed-specs .listing-boxed-spec {
	font-size: 14px;
	line-height: 20px;
}
.currency-capital-price-container {
	font-size: 12px;
}
.hosted-content .listings-wrapper .listings-list .category-banner h3 {
	line-height: 2.1em;
	font-size: 20px;
}
/*-------- AUCTION PAGE STYLES ----------------*/
.auctions .pg-headline {
	margin-bottom: 1.5%;
}
/*-------- FOOTER STYLES ----------------*/
footer {
	width: 100%;
	margin: 0 auto;
	background: #303030;
	color: #fff;
	padding: 1% 0 1.5% 0;
	font-family: 'Open Sans', sans-serif;
}
footer a {
	color: #fff;
}
.footer-links {
	text-align: left;
	font-weight: 600;
}
.footer-links p {
	color: #f1f1f1;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 16px;
}
/*footer .wrapper-90 {
	display: flex;
}*/
.footer-links {
	width: 75%;
	display: inline-block;
	vertical-align: top;
}
.ft-links-col {
	width: 32.5%;
	padding-right: 1%;
	display: inline-block;
}
/*.footer-wrapper {
	display: flex;
}*/
.ft-links-col ul li ul li {
	display: inline-block;
}
.ft-links-col ul li {
	font-size: 16px;
	line-height: 26px;
	letter-spacing: .5px;
}

.ft-links-full {width:100%;margin:10px 0 0 0; display: inline-block;}

.copyright {
	width: 23%;
	text-align: right;
	padding-left: 1%;
	display: inline-block;
	font-size: 15px;
}
.footer-logo {
	width: 100%;
}
.footer-logo img {
	width: 70%;
	margin: 0 auto;
}
.mb-center {
	display: none;
}
footer a {
	color: #fff !important;
	opacity: 1 !important;
	font-weight: 600;
	cursor:pointer; 
}
footer a:hover {
	opacity: .8 !important;
}
.foot-contact {
	vertical-align: top;
}
.foot-hours-head {
	color: #f1f1f1;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 900;
}
.foot-hours {
	padding-top: 2%;
	line-height: 1.4 !important;
}


/*---------- INVENTORY STYLES ----------*/


#inv{padding: 5% 0;}
#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons){font-family: bahnschrift, urw-din, sans-serif!important;} /* Reset font, ignore icons */

.listing-top-right a, .lower-detail-data-left button, .send-email-btn, .media-buttons a, .media-buttons button, .faceted-search, .listing-dealer-info a, .view-listing-details-link, .main-detail-data .contact-options a, .fin-calc-btn-mobile, .selected-facet, .page-nav, .apply-button, .back-button, .calculator-btn, .mobile-done-button {
    -moz-border-radius: 90px !important;
    -o-border-radius: 90px !important;
    -webkit-border-radius: 90px !important;
    border-radius: 90px !important;
}


.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {margin: 2px 3px 3px 4px;}
.faceted-text-input-searchType .search-type input[type=checkbox], .faceted-text-input-searchType .search-type  input[type=radio] {margin: 0px 3px 0px 6px;}


.bread-crumbs-heading .return-links .return-links-link span, #no-compare-listings, .bread-crumbs-heading .return-links .return-links-link i {color:#c11a2c !important;}


.hosted-content .attachment-search .search-checkboxes label .row {margin-left:0 !important;margin-right:0 !important;margin-bottom:0px !important;}

.view-listing-details-link, .selected-facet, .view-listing-details-link, .buy-now-link, .check-availability-link, .email-seller-link, .offer-btn, .buy-btn, .dealer-phone-mobile, .offer-btn-mobile, .send-email-btn-mobile, .send-wholesale-email-btn-mobile, .fin-calc-btn-mobile, .mobile-breadcrumb, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button, .dealer-btns-bottom a {background:#c11a2c !important;}

.selected-facet, .dealer-phone-mobile, .offer-btn, .offer-btn-mobile, .fin-calc-btn-mobile, .send-wholesale-email-btn-mobile, .send-email-btn-mobile, .buy-now-link, .view-listing-details-link, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button{border: solid 1px #c11a2c !important; transition: ease all 0.2s !important;}

.selected-facet:hover, .dealer-phone-mobile:hover, .offer-btn:hover, .offer-btn-mobile:hover, .fin-calc-btn-mobile:hover, .send-wholesale-email-btn-mobile:hover, .send-email-btn-mobile:hover, .buy-now-link:hover, .view-listing-details-link:hover, .main-detail-data .contact-options a:hover, button.g-recaptcha.button:hover, .page-nav:hover, .apply-button:hover, .mobile-done-button:hover, .dealer-btns-bottom a:hover {background: #fff !important; color: #c11a2c !important;}

.check-availability-link, .email-seller-link, .video-chat-link, .faceted-search, .faceted-show-all-btn, .cs-btns a, .calculator-btn {background: #000 !important; border: solid 1px #000 !important; transition: ease all 0.2s !important;}
.check-availability-link:hover, .email-seller-link:hover, .video-chat-link:hover, .faceted-search:hover, .faceted-show-all-btn:hover, .cs-btns a:hover, .calculator-btn:hover {background: #fff !important; color: #000 !important;}

.list-content .list-title .list-listings-count, .list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price, #parts-content .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count, #inv .error-message, #inv .info, .detail-content .detail-main-body .main-detail-data .detail-price, .detail-content .search-results, .list-content .list-top-section .listing-option-bar .list-listings-count, .detail-price, .compare-price, .compare-title {color: #000 !important;}
 
/* heading */
.list-content .list-title .list-title-text, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title, .main-detail-data .detail-title, .parts-title-text {
	padding-left: 4px; 
}

.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label, .part-detail-additional-data .data-label, .part-detail-content .detail-contact-bar {background: #000 !important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .list-page-nav, .contact-options a {background: #000 !important;}
.list-main-section .contact-options a {border: #000 solid 1px !important; transition: ease all 0.2s !important;}
.list-main-section .contact-options a:hover {background: transparent !important; color: #000!important;}

.detail-content .dealer-info .phone-and-email .send-email-btn, .list-content .list-listing-mobile .dealer-phone-container a, .back-button {border-color: #000!important; color: #000!important;}

.material-icons, .collapsible-content a {color:#fff!important;}

#parts-content .parts-bottom-section .parts-list-view .parts-list-content .parts-listing-container .parts-listing-column .parts-button.view-details {background-color: #000!important;}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile{margin-right:0!important;}

.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc{height: 48px !important; box-sizing: border-box;}



/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 1535px) {
	.inventory-width {
		width: 90%;
	}
	.ft-links-col {
		width: 33%;
		padding-right: 0;
	}
	.footer-links {
		width: 100%;
		text-align: center;
		padding: 1% 0;
	}
	.copyright {
		width: 100%;
		text-align: center;
	}
	.footer-logo img {
		width: 20%;
	}
	.mb-center {
		display: inline;
	}
	.ft-links-col p {
		display: none;
	}
	
.button-row ul li {
    padding: 1% 2%;
    font-size: 18px;
}	
}

@media only screen and (max-width: 1400px) {
.inv-top-btn-text h2 {
    font-size: 14pt;
}
}

@media only screen and (max-width: 1325px) {
.invt-cat-btn {
    width: 32%;
}

.invt-cat-btn:last-of-type {
	margin-top: 1%;
}	
	
.button-row ul li {
    font-size: 16px;
}	
	
.equip-btn {
    width: 24.5%;
}	
}

@media only screen and (max-width: 1275px) {

	/*.bg-video {display:none;} */
	
	/*.bg-video{
	margin:0;
	padding-bottom: 85%;	
}

.bg-video iframe.myVideo {
	position: absolute;
	top: -8%;
	left: -8%;
	width: 116%;
	height: 116%;
}*/
}


@media only screen and (max-width: 1205px) {
.inv-top-btn-text h2 {
    font-size: 13pt;
	line-height: 24pt;
}
	
	.inv-top-btn-icon {
		display: none;
	}
	
	.inv-top-btn-text {
		width: 100%;
	}
}

@media only screen and (max-width: 1170px) {
	.wrapper-80 {
		width: 90%;
	}
	.wrapper-90 {
		width: 96%;
	}
	.wrapper-96 {
		width: 98%;
	}
	.header-search {
		margin-right: -5%;
	}
	.header-contact-info ul li {
		font-size: 14.5px;
		line-height: 24px;
	}
	.header-locations a {
		font-size: 92%;
	}
	#quick-search-wrap form input {
		font-size: 14px;
	}	
}

@media only screen and (max-width: 1055px) {
	.contact .pg-content-container .wrapper-80 {
		width: 100%;
	}
	header .header-locations .wrapper-90 ul li {
		font-size: 14px;
	}
	.location h3 {
		font-size: 16.5px;
	}
	.left-half {
		display: inline-block;
		width: 100%;
		padding-right: 0%;
	}
	.right-half {
		display: inline-block;
		width: 100%;
	}
	
	.invt-cat-btn {
    width: 42%;
	}
	
	.button-row ul li {
    font-size: 16px;
    width: 100%;
    margin: 1% 0;
}	
}


@media screen and (max-width: 1024px) {
	nav.primary{display:none;}
	#menu-button{width:100%; display: block; font-size: 1.25em; line-height:60px; position: relative; z-index:400; background: #293E9B;}
	#menu-button a{color:#fff; text-decoration: none; padding:0 0 0 .8em; font-weight:100;}
	
	nav.mobile ul li a .fa{
		width:25px;
		font-weight:100;
		padding:8px 3px;
		margin:0 0 0 5px;
		text-align:center;
		background:#292929;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	}
	
	nav.mobile ul li .fa-chevron-down {position:absolute; right:10px; margin:18px 0 0 0;}

	nav.mobile {
		display:block;
		position: fixed;
		top: 0;
		left: -285px;
		width: 285px;
		height: 100%;
		z-index: 500;
		overflow:auto;
		padding-bottom:40px;
		background:#333;
	}
	
	/* MENU HEADER SOCIAL MEDIA */
	nav.mobile .social-media {
		position: absolute;
		text-decoration: none;
		vertical-align: top;
		z-index:9999;
		display: inline-block;
		
		top: 15px;
		left: 15px;
		font-size:16px;
		word-spacing:13px;
		color: #ccc !important;
	}
	
	nav.mobile .social-media a:link, nav.mobile .social-media a:visited {color:#ccc; text-decoration:none;}
	nav.mobile .social-media a:hover, nav.mobile .social-media a:active {color:#fff; text-decoration:underline;}
	
	/* MENU HEADER STYLES */
	nav.mobile .menu-header {	
		color: #ccc;
		padding: 23px 0;
		position: relative;
		font-size: 18px;
		background:#313131;
	}			
	nav.mobile .menu-title {position: absolute; vertical-align: top; top: 16px; right: 47px; text-transform:uppercase; font-size:12px; color: #ccc;}
		
	/* MENU CLOSE 'X' BUTTON */
	nav.mobile .menu-toggle {position: absolute; top: 8px; right: 10px; padding: 6px 9px 5px; display: inline-block; font-weight: 700; font-size: 18px; line-height: 1; color: #ccc; text-decoration: none; vertical-align: top; font-family: Arial, sans-serif;}
	nav.mobile .menu-toggle:hover {color: #fff;}
	
	/* MENU LIST STYLE */
	nav.mobile ul {list-style: none; font-weight: 300; margin:0; padding:0;}
	nav.mobile ul li {color: #999; font-size:15px; border-bottom: 1px solid #303030; width:100% !important; }
	
	/* FIRST LEVEL */
	nav.mobile ul li a {
		color: #999;
		position: relative;
		display: block;
		font-size:15px;
		text-align:right;
		text-decoration: none;
		border-left:4px #333 solid;
		padding: 15px 35px 15px 20px;
		border-bottom: 0;
		cursor:pointer;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	}
	nav.mobile ul li a:hover {background:rgba(45,45,45,0.5); color: #fff; border-left:4px #C8102E solid;border-bottom: 0;}
	
	/* SECOND LEVEL */
	nav.mobile ul li li:last-child {border:none;}
	nav.mobile ul li li a {color: #ccc; background: #444; border-left:4px #444 solid; padding: 15px 10px 15px 15px;}
	nav.mobile ul li li a:hover {background:rgba(65,65,65,0.5);}
	
	/* THIRD LEVEL */
	nav.mobile ul li li li:last-child {border:none;}
	nav.mobile ul li li li a {color: #ccc; background: #555; border-left:4px #555 solid;}
	nav.mobile ul li li li a:hover {background:rgba(85,85,85,0.5);}	
}

/**** MOBILE NAV BREAKPOINT = 915px ****/
@media only screen and (max-width: 915px) {
	.main-location {
		flex-direction: column;
	}
	.main-loc-left {
		width: 100%;
	}
	.vallejo {
		width: 100%;
	}
	.main-loc-left {
		padding-right: 0px;
		text-align: center;
	}
	header .header-locations .wrapper-90 ul li {
		font-size: 16px;
	}
	.welcome-headline {
		line-height: 1.2;
		padding-bottom: 1.5%;
		font-size: 14px;
	}
	.welcome-text {
		line-height: 1.4;
	}
	.copyright {
		font-size: 12.75px;
	}
	.footer-logo img {
		width: 27%;
	}
	.header-locations .wrapper-90 ul {
		display: flex;
		flex-direction: column;
	}
	.stacked-left {
		width: 100%;
		padding-right: 0px;
		text-align: center;
	}
	.stacked-right {
		width: 100%;
		padding-left: 0px;
		text-align: center;
	}
	.logo {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.logo img {
		width: 40%;
		margin-bottom: 0px;
	}
	.header-contact-info {
		width: 100%;
		display: inline-block;
		padding-left: 0px;
		text-align: center;
		padding-bottom: 2%;
	}
	.header-search {
		width: 100%;
		text-align: center;
		margin-right: 0px;
	}
	#quick-search-wrap {
		width: 100%;
	}
	#quick-search-wrap form input {
		width: 100%;
		text-align: center;
	}
	#quick-search-wrap form .button {
		width: 100%;
	}
	.partner-links-wrapper {
		width: 90%;
	}
	.location {
		width: 90%;
		margin-bottom: 1.5%;
	}
	.ft-links-col {
		width: 100%;
	}
	.footer-logo img {
		width: 35%;
	}
	.inventory-width {
		width: 96%;
	}
	.pg-headline {
		text-align: center;
	}
	.pg-content-container {
		padding: .75% 0 2.5% 0;
	}
	.vallejo {
		width: 90%;
	}
	.foot-contact {
		padding-top: 2%;
	}
	.formfield {
		width: 45%;
	}
	#buttons, .button {
		padding: 1% 3.5%;
		margin-top: 1.5%;
	}
	
	.inventory-buttons {
		display: block;
	}
	
	.inv-top-btn {
		display: inline-block;
		width: 100%;
		border-right: none;
		padding: .5% 0;
		border-bottom: 3px solid #fff;
	}
	
	.inv-top-btn:last-of-type {
		border-bottom: none;
	}
	
.equip-btn {
    width: 32.5%;
}

	
}

@media all and (max-width: 800px) {
	.logo-button {
		margin: 0px 1% 0px;
	}
}

@media all and (max-width: 775px) {
	.button-row ul li {
		width: 100%;
		margin: 1.25% 0;
	}
	
	.invt-cat-btn {
    width: 48%;
	}	
	
.equip-btn {
    width: 49.5%;
}	
}

@media all and (max-width: 675px) {
	
	.welcome-headline h2 span{font-size:28px;}
		
	.partner-links-wrapper {
		flex-direction: column;
	}
	.left {
		width: 100%;
		padding-right: 0px;
		text-align: center;
		padding-bottom: 2%;
	}
	.right {
		width: 100%;
		padding-left: 0;
		text-align: center;
	}
	.inventory-width {
		width: 98%;
	}
	
	.main-location {width:95%;}
}

@media all and (max-width: 615px) {
	.invt-cat-btn {
    width: 67%;
	}
	
.equip-btn {
    width: 100%;
}	
}

@media all and (max-width: 550px) {
	.logo img {
		width: 50%;
	}
	.welcome-headline {
		line-height: 1.35;
		padding-bottom: 1.75%;
		font-size: 13px;
	}
	.welcome-text {
		line-height: 1.3;
	}
	
	.invt-cat-btn {
    width: 80%;
	}
	
	.newsletter-signup .wrapper-80 {
		width: 98%;
		padding-top: 1.5%;
	}
	.formfield {
		width: 100%;
	}
	.formfield input {
		text-align: center !important;
		padding: 2% !important;
	}
	#buttons, .button {
		padding: 1.5% 4%;
		margin-top: 2.75%;
	}
	.footer-logo img {
		width: 38%;
	}
	
	
	table.gridTable {font-size:12px;}
}

@media all and (max-width: 450px) {
	
	table.gridTable {font-size:10px;}
}
