﻿/***** 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;
}




ol, ul {list-style: none;}
.clear {clear: both; height:0px; margin:0;}

/***** END RESET *****/


/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'),
       url('../fonts/roboto-condensed-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v16-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}


/* roboto-condensed-italic - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v16-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'),
       url('../fonts/roboto-condensed-v16-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v16-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v16-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v16-latin-italic.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}


/* roboto-condensed-700 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-condensed-v16-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'),
       url('../fonts/roboto-condensed-v16-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v16-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v16-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v16-latin-700.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}


/* roboto-condensed-700italic - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/roboto-condensed-v16-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed Bold Italic'), local('RobotoCondensed-BoldItalic'),
       url('../fonts/roboto-condensed-v16-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v16-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v16-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v16-latin-700italic.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}




body {
	color:#000;
	font-family: 'Roboto Condensed', sans-serif;
	margin:0;
	font-size:18px;
	-webkit-text-size-adjust: none;
}

td {vertical-align: top;}


/***** Global text link style *****/

a {
    
    color:#c2161c; /*red*/
	-webkit-transition:all .3s ease;
	-ms-transition:all .3s ease;
	transition:all .3s ease;
	text-decoration:underline;
	 font-family: 'Roboto Condensed', sans-serif; 
}
a:hover  {
    text-decoration:none;
    color:#03336e;/*blue*/
}

h1 {
	font-size:42px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
}

h2 {
	font-weight:700;
	font-size:38px;
	 font-family: 'Roboto Condensed', sans-serif; 
}

h3 {
	font-weight:700;
	font-size:34px;
	color:#c2161c; /*red*/
	 font-family: 'Roboto Condensed', sans-serif; 
}

h4 {
	font-weight:700;
	font-size:22px;
	color:#c2161c; /*red*/
	 font-family: 'Roboto Condensed', sans-serif; 
}

h5 {
	font-weight:400;
	font-size:20px;
	 font-family: 'Roboto Condensed', sans-serif; 
}


p {
	/*margin-bottom:15px;*/
	font-size:18px;
	font-family: 'Roboto Condensed', sans-serif;
}
	 
.wrapper {
	width:96%;
	margin:0 auto;
	max-width:1170px;
}


.wrapper-sml {
	width:92%;
	margin:0 auto;
	max-width:1000px;
}

.wrapper-smler {
	width:85%;
	margin:0 auto;
	max-width:800px;
}

/*===================== 
                SPANS 
=======================*/
.center { text-align:center; }
.italic { font-style:italic; }
.bold { font-weight:700; }
.small { font-weight:400; font-size:10px; }
.blue { color:#03336e;/*blue*/}
.red { color:#c2161c; /*red*/}


/*===================== 
                HEADER 
=======================*/
.top-bar {
	background:#c2161c; /*red*/
	margin:0 auto; 
	padding-right:20px;
}

.lrg-wrapper {
	width:92%;
	margin:0 auto;
	max-width:1590px;
}

.top-bar-text {
	text-decoration:none;
	text-transform:uppercase;
	float:right;
	margin:10px 0;
}

.top-bar-text p {
	font-size:14px;
	color:#fff;
	 font-family: 'Roboto Condensed', sans-serif; 
}

.top-bar-text a {
	font-size:12px;
	color:#fff;
	padding:0 10px;
	 font-family: 'Roboto Condensed', sans-serif; 
}

.top-bar-text a:hover {
	text-decoration:none;
	color:#ab1e23;/*red*/	
}

.top-bar i {
	color:#fff;	
	font-size:18px;
	padding: 0 0 0 6px;
}

.top-bar-text a:hover {
	color:#ab1e23 !important;	
}

.top-bar-text i:hover {
	color:#03336e;/*blue*/
	-webkit-transition:all .3s ease;
		-ms-transition:all .3s ease;
		transition:all .3s ease;	
}



.white-header {
	background:#fff;
	margin:0 auto; 
	padding-right:20px;
}

.box25 {
	width: 22%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
    margin: 0 1%;
    display: inline-block;
	vertical-align: middle;
    padding: 12px 0;
}

.box25 h5 { color:#03336e; font-size:30px; font-weight:700; text-transform:uppercase; padding-bottom:3px; }
.box25 p { color:#03336e; font-size:16px !important; font-weight:700; }
.box25 a { color:#03336e; font-weight:700; text-decoration:none; }
.box25 a:hover { color:#c2161c;/*red*/ text-decoration:underline;}

.box25 img {
	display:inline-block !important;
}


/**button1**/
	.button1 {
		width:244px;
		box-sizing: border-box;
		position:relative;
		overflow:hidden;
		background:#c2161c;
		color:#fff;
		font-size:18px;
		font-weight:700;
		display:inline-block;
		padding: 10px 3px;
		text-align:center;
		border:1px solid #fff;
		text-transform:uppercase;
		margin:10px 30px;
		-webkit-box-shadow: 0px 13px 14px -11px rgba(0,0,0,0.75);
   		-moz-box-shadow: 0px 13px 14px -11px rgba(0,0,0,0.75);
    	box-shadow: 0px 13px 14px -11px rgba(0,0,0,0.75);
	}

	a .button1 {
		-webkit-transition:all .3s ease;
		-ms-transition:all .3s ease;
		transition:all .3s ease;
	}
	
	a:hover .button1 {
		color:#fff;
		background: #03336e;/*blue*/
		box-shadow:none;
	}

.center-box {
	text-align:center;
	margin: 0 auto;
}

/*===================== 
                HOME 
=======================*/
.main-image {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    padding: 580px 0 80px 0;
    background: url(../siteart/main.jpg) center center no-repeat;
    background-size: auto auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	border-bottom:#03336e/*blue*/ solid 5px;
}

.box1 {
	width:28%;
	float:none;
	display:inline-block;
	text-align:center;
	background:#c2161c;/*red*/
	padding:15px 10px;
	border:3px solid #fff;
	-webkit-box-shadow: 0px 13px 14px -11px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 13px 14px -11px rgba(0,0,0,0.75);
    box-shadow: 0px 13px 14px -11px rgba(0,0,0,0.75);
	margin: 0 1%;
	color:#fff;
	font-size:16px;
}

.box1:hover {
	background:#03336e;/*blue*/
	-webkit-transition:all .3s ease;
	-ms-transition:all .3s ease;
	transition:all .3s ease;
}

.box1 p {
	font-size:14px;
}

.box1 h5 {
	color:#fff; font-size:26px; font-weight:700; text-transform:uppercase; padding-bottom:2px;
}


a:hover .fa-arrow-circle-right {
	margin-left:15px;
	margin-right:-10px;	
}
	
.fa-arrow-circle-right {
	margin-left:5px;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
	-moz-transition: all .5s ease; /* Firefox */
	-ms-transition: all .5s ease; /* IE 9 */
	-o-transition: all .5s ease; /* Opera */
	transition: all .5s ease;	
}

.box1-line {
	width: 60%;
	height: auto;
    box-sizing: border-box;
    text-align: center;
    border-bottom:2px solid #fff;
	margin: 0 auto;
	padding:0;
	margin-bottom:6px;
}

.welcome-text {
	margin: 0 auto;
	padding:40px 0;	
	background:url(../siteart/diagonal-noise.png) repeat;
	text-align:center;
}

.welcome-text h1 {
	margin-bottom:20px;
}

.welcome-text p {
	margin-bottom:25px;
}

/*===================== 
                BODY 
=======================*/

.body-text {
	margin: 0 auto;
	padding:40px 0;	
	background:url(../siteart/diagonal-noise.png) repeat;
}

.body-text h1 {
	margin-bottom:20px;
}

.body-text p {
	margin-bottom:25px;
}


/*===================== 
                GET A QUOTE FORM 
=======================*/
.quote-box {
	float:left;
	width: 100%;
	box-sizing: border-box;
	height:auto;
}

.thin-border {
	padding:20px;
	margin: 20px 0;
	border:1px solid #000;
	background:#fff;
}

form {
    vertical-align: top;
    margin: 0 auto;
    font-size: 12px;
}

form p {
    font-size: 12px;
}

select {
	font-family: 'Roboto Condensed', sans-serif;
	box-sizing:border-box;
	width:100%;
	padding: 10px 3px;
	margin:5px 0 10px 0;
	background: #F9F9F9;
	
	border-width: 1px;
    border-style:solid;
    border-color: #A7A7A7;
}

option {
	font-family: 'Roboto Condensed', sans-serif;
	box-sizing:border-box;
	margin:5px 0 10px 0;
}

input {
	padding: 11px;
	box-sizing:border-box;
	width:100%;
	margin:5px 0 10px 0;
	background: #F9F9F9;
	font-family: 'Roboto Condensed', sans-serif;
	
    border-width: 1px;
    border-style:solid;
    border-color: #A7A7A7;
}

textarea {
	padding: 10px;
	box-sizing:border-box;
	width:100%;
	margin:5px 0 10px 0;
	background: #F9F9F9;
	font-family: 'Roboto Condensed', sans-serif;
	
	border-width: 1px;
    border-style:solid;
    border-color: #A7A7A7;
}

input[type=checkbox],
input[type=radio]{ 
	width: 30px;
}

.new-search select {
    width: 100%;
    width: calc(100% - 2px);
    border: none;
    color: #8e8d8d;
    vertical-align: middle;
    font-size: 16px;
    line-height: normal;
    padding: 7px;
    -webkit-border-radius: 0;
    margin-bottom: 10px;
    box-sizing: border-box;
    font-family: 'Roboto Condensed', sans-serif;
    background: #F8F8F8;
}

.CaptchaPanel {
    margin: 10px 0px 0px 0px !important;
}

.CaptchaWhatsThisPanel {
    padding: 5px!important;
}

.CaptchaAnswerPanel {
	padding: 5px!important;
}

.CaptchaImagePanel {
    padding: 5px!important;
}

input.radio:focus,
input.checkbox:focus {
	background: none; 
	border: 0;
	outline-style: none;
}

input[type=checkbox],
input[type=radio]{ 
	width: 30px;
}

.red-button {
	display:block;
	margin-bottom:15px;
	padding:12px 0;
	width:60%;
	margin: 0 auto;
	float:none;
	font-family:'Roboto Condensed', sans-serif;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	background:#c2161c;/*red*/
	border: 1px solid #000;
	cursor:pointer;
	-webkit-transition:all .3s ease;
	-ms-transition:all .3s ease;
	transition:all .3s ease;	
}

.red-button:hover {
	background:#03336e;/*blue*/
	border:1px solid #ccc;
	font-weight:700;
	color:#fff;
}

.splitform-container {
	width:100%;
	display:inline-block;
	margin:0 auto;
	box-sizing:border-box;
	font-weight:700;
}

.splitform {
	width: 48%;
    float: left;
	padding:10px 0;
}

.splitform h5 {
	margin-bottom:3px;
	color:#000;
}

.splitform-line {
	border-bottom:2px solid #c2161c;/*red*/
	width:30%;
	margin-bottom:10px;
}



/*===================== 
               Roadside Masters
=======================*/
.roadside {display: block; margin: 40px 0 20px 0;}
.roadside img {width: 98%; max-width: 532px; border: 3px solid #c2161c}
.roadside:hover img {opacity: .55;}


.moving-info {display: inline-block;}
.moving {float: right; display: inline-block; margin: 65px 0 0 0;}
.moving img {width: 98%; max-width: 668px; border: 3px solid #03336e}



/*===================== 
               VENDORS
=======================*/
.vendors-image {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    padding: 380px 0 80px 0;
    background: url(../siteart/vendors.jpg) center center no-repeat;
    background-size: auto auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	border-bottom:#03336e/*blue*/ solid 5px;
}

.about-image {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    padding: 380px 0 80px 0;
    background: url(../siteart/about.jpg) center center no-repeat;
    background-size: auto auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	border-bottom:#03336e/*blue*/ solid 5px;
}

.what-we-do-image {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    padding: 380px 0 80px 0;
    background: url(../siteart/what-we-do.jpg) center center no-repeat;
    background-size: auto auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	border-bottom:#03336e/*blue*/ solid 5px;
}

.align-center {
	margin: 0 auto;
	text-align:center;	
}

/*===================== 
               CONTACT US
=======================*/
.contact-boxes {
	margin: 0 auto;
	padding-top:30px;
}

.contact25 {
	width: 22%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
    margin: 0 1%;
    display: inline-block;
	vertical-align:top;
}

.contact25 h5 { color:#000; font-size:20px; font-weight:700; text-transform:uppercase; padding-bottom:3px; }
.contact25 p { color:#000; font-size:14px; margin-bottom:10px;}
.contact25 a { color:#c2161c;/*red*/ text-decoration:underline; }
.contact25 a:hover { color:#03336e/*blue*/; text-decoration:none; }

/**button2**/
	.button2 {
		box-sizing: border-box;
		position:relative;
		overflow:hidden;
		background:#c2161c;
		color:#fff;
		font-size:14px;
		font-weight:700;
		display:inline-block;
		padding: 5px 10px;
		text-align:center;
		border:1px solid #fff;
		text-transform:uppercase;
	}

	a .button2 {
		-webkit-transition:all .3s ease;
		-ms-transition:all .3s ease;
		transition:all .3s ease;
	}
	
	a:hover .button2 {
		color:#fff;
		background: #03336e;/*blue*/
		box-shadow:none;
	}
	
.hvr-shrink {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    display: block;
    box-sizing: border-box;
    text-align: center;
    margin: 0 auto;
}
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
	-webkit-transform: scale(0.97);
	transform: scale(0.97);
}

/*===================== 
                FINANCING
=======================*/
.financing-image {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    padding: 380px 0 80px 0;
	background: url(../siteart/financing.jpg) center center no-repeat;
    background-size: auto auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	border-bottom:#03336e/*blue*/ solid 5px;
}


/*===================== 
                MAP & HOURS
=======================*/
.padding20 {
	padding:20px 0;	
}

.map-box {
	margin: 0 auto;
	box-sizing:border-box;
	width:100%;
}

.map-box img {
	width:100%;
	margin:0 auto;
}

.map-box a {
	color:#a71c26;
	text-decoration:underline;
}

.map-box a:hover {
	color:#ccc;
	text-decoration:underline;
}

.hours25 {
	width:25%;
	margin: 0 auto;
	box-sizing:border-box;
	float:left;	
}

.map75 {
	width:75%;
	margin: 0 auto;
	box-sizing:border-box;
	float:left;	
}

.hours25 h5 { color:#03336e;/*blue*/ font-size:24px; font-weight:700; text-transform:uppercase; padding-bottom:3px; }

.hours25-line {
	width: 30%;
	height: auto;
    box-sizing: border-box;
    border-bottom:2px solid #03336e;/*blue*/
	margin: 0 auto;
	padding:0;
	margin-bottom:13px;
	float:left;
}

/*===================== 
                SCROLLING INVENTORY 
=======================*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
	margin:10px 0;
	border-top:6px solid #d8232f;
	border-bottom:6px solid #d8232f;
}
 
.scrolling{
    width:100%;
    height:92px;
}

/*===================== 
                MAP 
=======================*/
.map {
	margin: 0 auto;
	width:100%;
}

/*===================== 
                FOOTER 
=======================*/
.main-footer {
	width:100%;
	height:auto;
	margin: 0 auto;
	background: #03336e;/*blue*/
    background: linear-gradient(#1f4f8a, #03336e);
	padding:80px 0;
	border-top:5px solid #fff;
}

.footer25 {
	width: 22%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
    margin: 0 1%;
    display: inline-block;
	vertical-align:top;
}

.footer25-line {
	width: 30%;
	height: auto;
    box-sizing: border-box;
    text-align: center;
    border-bottom:2px solid #fff;
	margin: 0 auto;
	padding:0;
	margin-bottom:13px;
}

.footer25 h5 { color:#fff; font-size:24px; font-weight:700; text-transform:uppercase; padding-bottom:3px;font-family: 'Roboto Condensed', sans-serif; }
.footer25 p { color:#fff; font-size:16px; font-family: 'Roboto Condensed', sans-serif; }
.footer25 a, .footer25 a[href^="tel:"]{ color:#fff; font-family: 'Roboto Condensed', sans-serif }
.footer25 a:hover, .footer25 a[href^="tel:"]:hover { color:#c2161c;/*red*/ }

.bbblink {
	margin: 0 auto !important;
	text-align:center !important;
}

a#bbblink.sehzbam, a#bbblink.rbhzbam, a#bbblink.sehzbum, a#bbblink.rbhzbum {
	margin: 0 auto !important;
}

/*===================== 
                HOSTED CONTENT 
=======================*/
.compare-chkbox-container .compare-listings .compare-chkbox {margin: 0 0; padding: 0;}
.compare-chkbox-container .compare-listings .compare-label {margin-bottom: 5px !important; margin-left: 2px;}
.compare-chkbox-container .compare-listings .fa-check {top: 0 !important; left: 0 !important}
.compare-listings-container .compare-container .comp-header-img .compare-img img {padding: inherit}
.compare-listings-container .compare-container .comp-header-img .comp-title-close-cont .compare-title h3 {font-size: 18px;}
.hosted-content h3 {
	font-family: 'Roboto Condensed', sans-serif!important;
}
.hosted-content .listings-wrapper .listings-list .listing-banner h2 {
    line-height: 1.5em !important;
	font-family: 'Roboto Condensed', sans-serif !important;
}
.hosted-content .listings-wrapper .listings-list .listing-banner {
	color:#fff !important;
}
.hosted-content .listings-wrapper .listings-list .category-banner h3 {
    line-height: 1.5em !important;
	font-family: 'Roboto Condensed', sans-serif !important;
}
.hosted-content .listings-wrapper .listings-list .listing-name {
    font-family: 'Roboto Condensed', sans-serif !important;
}

#inv{padding: 5% 0;}
#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons){font-family: 'Roboto Condensed', 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;
}
.ts-modal-content {z-index: 99999999;}

.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:#03336E !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:#03336E !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 #03336E !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: #03336E !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 screen and (max-width: 1200px) { 
.moving-info {display: inline-block;}
.moving {float: right; display: inline-block; margin: 70px 0 0 0;}
.moving img {width: 100%; max-width: 568px;}

}

@media screen and (max-width: 1100px) {
.box1 {
	width:90%;
	margin:2% 0;
}

.main-image {
    padding: 280px 0 80px 0;
}

}
@media screen and (max-width: 1050px) { 
.moving-info {display: block; }
.moving {float: left; display: inline-block; margin: 10px 0 30px 0;width: 98%;}
.moving img {width: 100%; max-width: 532px;}

}
@media screen and (max-width: 1000px) {
	.box25 {
		width: 100%;
		margin:0;
		padding:10px 0;
	}
}

@media screen and (max-width: 900px) {

}	
@media screen and (max-width: 768px) {
	.footer25 {
		width: 47%;
		margin: 2% 1%;
	}
	
	.contact25 {
		width: 47%;
		margin: 2% 1%;
	}
	
	.main-image {
		padding: 80px 0;
	}
	
	.financing-image {
		padding: 80px 0;
	}
	
	.vendors-image {
		padding: 80px 0;
	}
	
	.about-image {
		padding: 80px 0;
	}
	
	.what-we-do-image {
		padding: 80px 0;
	}
	
	.hours25 {
		width:100%;
		text-align:center;
	}
	
	.hours25-line {
		text-align: center;
		float:none;
	}
	
	.map75 {
		width:100%;
	}
}
@media screen and (max-width: 570px) {
	.splitform {
		width: 100%;
	}
	
}
@media screen and (max-width: 480px) {
	.footer25 {
		width: 100%;
		margin: 10px 0;
	}
	
	.contact25 {
		width: 100%;
		margin: 10px 0;
	}
	
	.main-footer {
		padding:60px 0;
	}
	
	.body-text h1 {
    	text-align: center;
	}
	
	.button1 {
		width:70%;
	}
}
