/* IE Fixes */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.navigation select {

		background-image: none !important;
		padding-right: 10px !important;
	}
}

@media (max-width: 767px) {
	.body-inner {
		padding-top: 70px;
	}
}
.body-inner .container {
	min-height: 0 !important;
}

#datadisplay {
	text-align: left;
}
.makeselection-container {
	padding-top: 30px;
	display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
justify-content: center;
clear: both;
float: none;
max-width: 850px;
}

.res-makeselection-img-wrapper {
	/* flex: 0 1 10%;
display: flex;
border: 1px solid #eee;
padding: 10px;
margin: 5px;
align-items: center;
justify-content: center;
text-align: center;
cursor: pointer; */
border: 1px solid #e2e2e2;
float: left;
height: 125px;
width: 125px;
}
.res-makeselection-img-wrapper a {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 10px;
		flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
.res-makeselection-img-wrapper p {
	font-size: 12px;
    text-align: center;
    line-height: 1;
    padding-top: 5px;
    margin: 0;
}
img.res-makeselection-img {
    /* max-height: 70px;
    margin-bottom: 10px; */
		max-height: 80%;

	}
/*** MODEL SELECTION PAGE ***/
td.model_header {
	border-bottom: 1px solid rgb(51, 51, 51);
    padding: 5px;
    text-align: center;
    background-color: #666666;
		font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
tr.model_section_header {
    padding: 5px;
    text-align: center;
    background-color: #EFEFEF;
		font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
}
a.model_text {
	font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
	font-size: 14px;
	text-decoration: none;
}
td.model_cell {
	text-align: center;
	padding-bottom: 25px;
}
/*** TRIM SELECTION PAGE ***/
a.trim_backbutton {
	font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    font-size: 14px;
	font-weight: bold;
    text-decoration: none;
}
.trim_title {
	border-bottom: 1px solid rgb(51, 51, 51);
    padding: 5px;
    text-align: center;
    background-color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
}
tr.trim_selection_row {
}
.trim_selection_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a.trim_selection_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.trim_selection_disclaimer {
	font-style: italic;
}
td.trim_section_title {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #000000;
}
td.trim_section_category {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}
.trim_section_text {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
/*** VEHICLE LEVEL PAGE ***/
/* Controls CSS of the entire landing page section */
table.tableframe {
	background-color: white;
}

/* Top Navigation CSS */
.navigation-bar {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.navigation-bar, .tabs-container {
	background: #f6f6f6;
	padding: 10px 0;
}
.navigation {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.navigation_trail p {
	margin-bottom: 0;
}
.navigation_trail .model-type {
	font-weight: 700;
	font-size: 24px;
	display: block
}
.navigation select {
	appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  background-image: url(data:image/false;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMxJREFUeNrslc0KhCAURrWlP6/ZslXL2cQQ0SIiWkT0sE6XUbAovVoSAyNIi+t3jqDeqFKKpBwZSTx+X7AZlNLXOqsL+QoYZ8Vy/cCJqxiJzph8uS8WphgjseFWvjDFfF8MkRzBrXwOC5azBT6JC66zC+GcZzESDJwx9r2lWjJjJQj4DMzNjqSUIJl8EgR8EkJkrkMbXQAPfMReuyECPoQ+nD4A3sc+/Q4B7672p9YBb+9qgs0BvLm709YWvE7Vzt8wgzL/f/Ljgo8AAwCysaf95R1/tgAAAABJRU5ErkJggg==);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 12px;
  border: 1px solid #cecece;
  border-radius: 0;
  color: #222;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  outline: 0;
  padding: 10px 30px 10px 10px;
  text-transform: uppercase;
  width: auto;
	margin: 0 5px;
	max-width: 25%;
}

@media (max-width: 991px) {
	.navigation_trail {
		text-align: center;
	}
	.navigation  {
		justify-content: center;
	}
	.navigation select {
		margin-bottom: 10px;
		max-width: 100%;

	}
}
@media (min-width: 992px) {
	.navigation select {
		max-width: 300px
	}
}

@media (min-width: 1400px) {
	.navigation select {
		width: auto;
		max-width: 100%;
	}
}


/* Left Bar CSS */
.leftbar { /* Outermost Table Cell that contains the Left Bar */
	border-right: 1px solid rgb(51, 51, 51);
	vertical-align: top;
}
.leftbartable { /* Table inside the left bar */
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000000;
}

/* Left Bar - Header CSS */
td.leftbar_header {
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
	border-bottom: 1px solid #000000;
	background-color: #666666;
}
leftbar_object { /* All non header content in leftbar */
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
a.leftbar_object { /* links in leftbar */
	text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
}
td.leftbar_object {
	text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

/* Top Content Box CSS */
table.topcontentbox {
	border-bottom: 1px solid #000000;
}
td.bigimagecell {
	text-align: center;
}
td.cell_vehicleinfobox {
	vertical-align: top;
}
.vehicle-info-container {
	padding: 30px 0;
	text-align: center;
}
.vehicle-image {
	display: flex;
	align-items: center;
	justify-content: center;
}
.vehicle-image img {
	flex: 0 0 auto;
}
table.vehicleinfobox {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #000000;
}
.vehicleinfobox_header {
	color: #000;
	display: inline-block;
	font-size: 38px;
	font-weight: 700;
	padding: 0;
	line-height: 1.3;
	margin-bottom: 20px;
}
.vehicleinfobox  > p{
	display: block;
    color: #7F7F7F;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 0;
    padding-top: 0;
    line-height: 1.3;
    text-transform: initial;
    padding: 0;
}
.vehicleinfobox .vehicleinfobox-phone {
	font-size: 1.8rem;
	font-weight: 700;
	color: #1882d1;
	margin-bottom: 20px;
	display: block;
}
.vehicle-price-box {
	margin-bottom: 0;
	margin-left: 0;
	position: relative;
	width: 100%;
	background-color: #e7e7e7;
	padding: 20px;
	box-shadow: none;
	border: 1px solid #c4c5c7;
	max-width: 100% !important;
}
.vehicle-price-box table {
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
}
.price-value {
    color: #1882d1;
    font-weight: 700;
    text-align: center;
    font-size: 38px;
    line-height: 1;
    padding: 0 0 4px 0;
    width: 100%;
}
.vehicle-price-box .destination-fee {
	display: flex;
	justify-content: center;
}
.vehicle-price-box .destination-fee td {
	font-size: 16px;
	width: 50%;
	text-align: right;
}
.vehicle-price-box .destination-fee td:first-of-type {
	text-align: left;
}
.vehicle-price-box .vehicle-disclaimer {
	text-align: center;
	font-size: 12px;
	padding: 0 1.07143rem 0.35714rem;
	color: #666;
    font-style: italic;
}

.vehicleinfobox .quote-btn {
	margin: 20px auto;
	width: 300px;
	font-weight: 700;
}
a.anchor {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
}
.af-form-submit button{
	font-weight: 700;
	height: 50px;
}
.inventory-btn, .quote-btn {
	max-width: 300px;
	width: 100%;
	font-weight: 700;
	height: 50px;
	padding: 18px 20px;
	display: block;
	margin: 5px auto;
	font-family: "Open Sans",Helvetica,sans-serif;
	border-radius: 0;
}
.inventory-btn {
	background: #1882d1;
	margin: 25px auto 20px auto;

}
.vehicleinfobox_highlight {
	font-weight: bold;
	color: red;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 24px;
	text-align: center;
	text-decoration: blink;
}
.vehicleinfobox_highlight_small {
	font-weight: bold;
    color: red;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
}
td.vehicleinfobox_leftcolumn {
	text-align: left;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 12px;
}
td.vehicleinfobox_rightcolumn {
	text-align: right;
    font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
    font-size: 12px;
}
td.vehicleinfobox_disclaimer {
	font-style: italic;
	text-align: right;
}

/* Vehicle Nav Tabs CSS */
.tabs-container {
	padding: 30px 0;
	border: 1px solid #c4c5c7;

}
#tabsB {
      font-size:93%;
      line-height:normal;
			min-height: 0 !important;
      }
#tabsB ul {
          margin:0;
          /* padding:10px 10px 0 10px; */
          list-style:none;
					padding-left: 0;
      }
#tabsB li {
      display:inline;
      margin:0;
      padding:0;
      }
#tabsB a {
      float:left;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
#tabsB a span {
      display:block;
      color:#101010;
			font-size: 16px;
			padding: 5px 10px;

      }
			#tabsB li:last-of-type a span {
				border-right: 0;
				border-bottom: 0;
			}
	#tabsB a span.active {

	      color:#1882d1;
	      }
@media (max-width: 767px) {
	#tabsB  {
		display: flex;
		flex-direction: column;
	}
	#tabsB a {
		width: 100%;
		text-align: center;
	}
	#tabsB a span {
		border-bottom: 1px solid #ddd;
	}
}
@media (min-width: 768px) {
	#tabsB a span {
		float:left;
		border-right: 1px solid #c4c0c0;
	}
}
.tabtext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
		cursor: pointer;
}
/* Content Section CSS */
.content {
	/* text-align:left; */
	padding: 40px 0;
}
.content .container {
	padding-left: 0;
	padding-right: 0;
}

.content h2 {
	margin-bottom: 15px;
	font-weight: 700;
}
.content table {
	width: 100%;
	margin-bottom: 20px;
}
.content h3 {
	border-bottom: 1px solid #c4c5c7;
	padding-bottom: 3px;
}
.content form h3 {
	border: 0;
}
.content table tr:nth-child(even) {
	background: #f7f7f7;
}
/* .content table tr td {
	font-size: 18px;
	padding: 0 3px;

} */
/* .content div:not(#options) table tr td:first-of-type {
	width: 75%;
	display: inherit;
} */
.content table.specs-table tr td:first-of-type {
	width: 75%;
	display: table-cell !important;
}

#options table tr td:first-of-type {
	vertical-align: top;
	padding-right: 10px;
	width: 50px;
}


#colors img {
	margin: 5px 5px 9px 0;
}
#colors ul.color-list {
	margin-bottom: 20px;
	padding: 0;
	list-style: none;
	font-size: 18px;
}
.color-disclaimer {
	font-style: italic;
	color: #999;
}

#datadisplay table td {
	line-height: 29px;
}

#colors >div:nth-of-type(odd) {
	padding: 0;
}
.colors-list td.content_text {
	background: #fff;
}
.image-unavailable-text {
	display: none;
}
@media (max-width: 767px) {
 .colors-list .col-xs-12 {
	 padding: 0 !important;
 }
 .inventory-list {
	 padding: 0;
 }
}
.content .subtext, .content #af-required-text {
	font-size: 14px;
}
.content_header {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
	padding-bottom: 5px;
  font-weight: bold;
	border-bottom: 1px solid #eee;
}
.content_text {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}
td.specifications_header {
}
tr.specifications_row1 {
}
tr.specifications_row2 {
	background-color: #EFEFEF;
}
.option_comment {
	font-style: italic;
	word-break: break-all;
}
/*** TRIM COMPARE PAGE ***/
td.compare_name {
	font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    font-size: 14px;
    text-decoration: none;
}
td.compare_value {
	font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    font-size: 14px;
    text-decoration: none;
}
.compare_subcategory {
	font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    font-size: 16px;
    text-decoration: none;
	font-weight: bold;
}
tr.compare_row1 {
	background-color: #EFEFEF;
}
tr.compare_row2 {
	background-color: #FFFFFF;
}
/* Configuration CSS */
td.vehicleinfobox_total_leftcolumn {
    text-align: left;
    color: #666666;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 15px;
}
td.vehicleinfobox_total_rightcolumn {
    text-align: right;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 15px;
    color: #326698;
}
.inventory_directions {

}
td.content_text_different_spec {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: ##FF0000;
}
td.specifications_standard_header {
    font-size: 14px;
    border-bottom: 1px solid #000000;
}
td.specifications_asequipped_header {
    font-size: 14px;
    border-bottom: 1px solid #000000;
}
.content_text_different_spec {
    color: #FF0000;
}
.colors_directions {
    font-size: 13px;
}
div#popup {
    position: fixed;
		font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    top: 140px !important;
    left: 0px !important;
		right: 0px;
		z-index: 3;
		margin: auto;
    font: 12px;
    color: #000000;
    width: 700px;
    background-color: #fff;
    border: 1px solid black;
    padding: 10px 20px 20px;
    visibility: hidden;
    filter:alpha(opacity=100);
}

@media (max-width: 767px) {
	div#popup {
		width: calc(100% - 100px);
		max-width: 700px;
		width: 100%;
		top: 70px !important;
		left: 0 !important;
    right: 0;
    margin: auto;
	}
}
#popup .close-btn {
	text-align: right;
}
#popup .af-btn {
	color: #fff !important;
}
#popup p {
	font-size: 16px;
}
.over {background-color: #EEEEEE}
.notover {background-color: #FFFFFF}
div#imgfloat {
        position: absolute;
        top: 0px;
        left: 0px;
        font: 12px arial;
        color: #000000;
        background: #ffffff;
        border: 1px solid red;
        padding: 10px 10px 10px 10px;
        visibility: hidden;
        filter:alpha(opacity=100);
}
div#plus {
        position: absolute;
        top: 0px;
        left: 0px;
        font: 12px arial;
        color: #000000;
        background-color:#EEEEEE;
        border: 1px solid black;
        padding: 2px 2px 2px 2px;
        visibility: hidden;
        filter:alpha(opacity=100);
}
.optionimage {
    float: left;
    margin: 0 10px 10px 0;
}
.option_details {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #666666;
}
.option_details_spec_header {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #666666;
    font-weight: bold;
}
.option_details_spec_value {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #666666;
}
.affected_option {
	background-color: #EE5555;
}
.normal_option {
    background-color: #FFFFFF;
}
.second_total_top_row {
    border-top: thin dashed #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}
.second_total_top_row_value {
    border-top: thin dashed #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    text-align: right;
}
.second_total_total_row {
    border-top: medium double #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}
.second_total_total_row_value {
    border-top: medium double #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    text-align: right;
}
.second_total_name {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}
.second_total_value {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    text-align: right;
}
.second_total_disclaimer {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-style: italic;
}
.content_header_match_percentage {
    color: #326698;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-align: right;
    border-bottom: 1px solid #000000;
    padding-right: 15px;
}
.inventory_price_name {
    color: #FF0000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
}
.inventory_price_real_value {
    text-decoration: line-through;
}
.inventory_price_sale_value {
    color: #FF0000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
}
.inventory_name {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
}
.inventory_value {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
}
.inventory_option_header {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
}
.inventory_option_subheader {
	font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
}
table.lead {
    border: thin solid rgb(0,0,0);
}
.lead_header {
    color: #FF0000;
    font-weight: bold;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
}
.lead_fields {
    font-size: 14px;
    font-family: Arial,Helvetica,sans-serif;
}
.quote_description_header {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
}
.quote_description_header_price {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-align: right;
}
.content_text_price {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    text-align: right;
}
.quote_description_total {
    border-top: medium double #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
}
.quote_description_total_price {
    border-top: medium double #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
}
.quote_contact_header {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
}
.quote_asterisk {
    color: #FF0000;
}
.quote_asterisk_text {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-style: italic;
}
.quote_warning {
    color: #ff0000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
		display: none;
}
.thanks_quote_message {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.thanks_error_message {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ff0000;
	text-align: center;
}
/* Brochure CSS */
table.brochure_outer_table {
    border: 1px solid rgb(0,0,0);
}
.brochure_header {
    background-color: #EEEEEE;
    border-bottom: 1px solid rgb(0,0,0);
    font-weight: bold;
    font-size: 12px;
    font-family: Arial,Helvetica,sans-serif;
}
.brochure_dealer_name {
    font-weight: bold;
    font-size: 18px;
}
.brochure_vehicle_header {
    font-weight: bold;
    font-size: 16px;
    font-family: Arial,Helvetica,sans-serif;
    text-align: center;
}
.brochure_section_header {
    font-weight: bold;
    font-size: 14px;
    font-family: Arial,Helvetica,sans-serif;
    background-color: #EEEEEE;
}
.brochure_category_header {
    font-weight: bold;
    font-size: 12px;
    font-family: Arial,Helvetica,sans-serif;
}
.brochure_text {
    font-size: 12px;
    font-family: Arial,Helvetica,sans-serif;
}
.brochure_footer {
    background-color: #EEEEEE;
    border-top: 1px solid rgb(0,0,0);
    font-weight: bold;
    font-size: 12px;
    font-family: Arial,Helvetica,sans-serif;
}
.brochure_infobox_name {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
}
.brochure_infobox_value {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
}
.brochure_infobox_price {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
}
.brochure_description_header {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
}
.brochure_description_header_price {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
}
.brochure_description_total {
    border-top: medium double #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
}
.brochure_description_total_price {
    border-top: medium double #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
}
.brochure_text_price {
    font-size: 12px;
    font-family: Arial,Helvetica,sans-serif;
    text-align: right;
}
.inventory_search_all {
    text-align: right;
}
table.inventory_match_table {
    cursor: hand;
	cursor: pointer;
    border: 1px solid rgb(0,0,0);
}
.inventory_over {
    background-color: #EEEEEE;
}
.inventory_notover {
    background-color: #FFFFFF;
}
.inventory_match_text {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
.inventory_match_vehiclename {
    font-weight: bold;
    font-size: 16px;
}
.inventory_match_price {
    font-size: 14px;
    font-weight: bold;
}
/*** VERSION 1.2 ***/
.clear {
    overflow: hidden;
    width: 100%;
}

a.button {
    color: #fff;
    display: block;
    font: normal 12px arial, sans-serif;
		font-weight: 700;
    margin-right: 6px;
    padding-right: 18px;
    text-decoration: none;
		margin: 0 auto;
}



a.button:active {
    background-position: bottom right;
    color: #fff;
    outline: none; /* hide dotted outline in Firefox */
}

.inventory_search_small_title_header {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}
.inventory_search_differences {
	color: #FF0000;
}
.content_text_small {
	font-size: 10px;
	font-style: italic;
}
/* Version 1.3 */
table.mySavedRow {
    border: 1px solid rgb(0,0,0);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
a.mySavedName:link {
                 color: #333333;
                 font-weight: bold;
                 font-size: 12px;
                 font-family: Verdana, Arial, Helvetica, sans-serif
}
a.mySavedName:visited {
    color: #666666;
    font-weight: bold;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif
}
a.mySavedName:hover {
    color: #666666;
    font-weight: bold;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif
}
a.mySavedName:active {
    text-decoration: none;
    color: #999999;
}
.content_subheader {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}
/* For Marlene's Design */
table.modeltable {
	width: 250px;
}
td.modeltable_topleft {
}
td.modeltable_top {
}
td.modeltable_topright {
}
td.modeltable_left {
}
td.modeltable_header {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	background-color: #CDDBE6;
}
td.modeltable_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #CDDBE6;
}
td.modeltable_right {
}
td.modeltable_bottomleft {
}
td.modeltable_bottom {
}
td.modeltable_bottomright {
}
/**** Incentives Section ****/
#model_incentives .content_header {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    border-bottom: 1px solid #000000;
	background-color: #666666;
    padding: 2px;
}
#model_incentives .content_text {
    padding-left: 10px;
}
#model_incentives .trims_effected {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color:#D61C09;
}
#model_incentives .price {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:28px;
    font-weight:bold;
    margin:0;
    padding:0;
}
#model_incentives .factory_rebate {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
    text-transform:uppercase;
    margin:0;
    padding:0;
}
#model_incentives .or {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    margin:0;
    padding:10px;
    padding-left: 40px;
}
#model_incentives .special_rate {
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    font-size:15px;
    font-weight:bold;
    text-transform:uppercase;
    margin:0;
    padding:0;
}
#model_incentives .rates {
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    font-size:9.2px;
    text-transform:uppercase;
    margin:0;
    padding:0;
    padding-left: 40px;
}
#model_incentives .incentive_div {
    margin-bottom: 10px;
    margin-top: 5px;
    margin-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border: 1px solid #000000;
}
.model_rebate_star {
}
.model_rebate_text {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
    color: #D61C09;
}
.carfinder_subheader {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}
.carfinder_selection_table {
    border: 1px solid #000000;
}
/*** Gallery Viewer ****/
#galleryviewer {
    width:1600px;
}
#galleryviewer #header {
    text-align: center;
    width: 1000px;
}
#galleryviewer #header span.cartitle {
    color: #333333;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold
}
#galleryviewer #toolbar {
    width: 100%;
    height: 75px;
}
#galleryviewer #toolbar #slideshow_controls {
    width: 270px;
    height: 75px;
    float: left;
}
#galleryviewer #toolbar #slideshow_controls #stopbutton {
    padding:10px;
    float:left;
    width: 38px;
    height: 54px;
}
#galleryviewer #toolbar #slideshow_controls #playbutton {
    padding: 10px;
    float:left;
    width: 34px;
    height:54px;
}
#galleryviewer #toolbar #slideshow_controls #slideshow_text {
    background-image:url(/carresearch/images/viewer/Slideshow.jpg);
    width: 76px;
    height:20px;
    float:left;
    margin-top:15px;
}
#galleryviewer #toolbar #main_controls {
    width: 900px;
    text-align: center;
}
#galleryviewer #toolbar #main_controls #previousbutton {
    padding:10px;
    float:left;
    width:64px;
    height:54px;
	margin-right: 40px;
}
#galleryviewer #toolbar #main_controls #nextbutton {
    padding:10px;
    float:left;
    width:50px;
    height:54px;
	margin-left: 40px;
}
#galleryviewer #toolbar #main_controls #zoombar {
    width:367px;
    height:35px;
    background-image:url(/carresearch/images/viewer/Zoom.jpg);
    float:left;
    margin:10px;
}
#galleryviewer #thumbnails {
    width: 270px;
    height:570px;
    float:left;
    overflow: auto;
}
#galleryviewer #thumbnails div.thumbnail {
    padding: 2px;
    float: left;
}
#galleryviewer #mainimage {
    float:left;
}
#galleryviewer #toolbar #main_controls #zoombar div.imagesize {
    color: #FFFFFF;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}
#galleryviewer div#plus {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 12px;
    font-family: arial, Helvetica, sans-serif;
    color: #000000;
    background-color:#EEEEEE;
    border: 1px solid black;
    padding: 2px 2px 2px 2px;
    visibility: hidden;
    filter:alpha(opacity=100);
}
#galleryviewer .content_text {
    font-size: 12px;
    font-family: arial, Helvetica, sans-serif;
    color: #000000;
}
#galleryviewer .zoom_text {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    text-decoration: none;
}
#trims_incentives .content_header {
    color: #000000;
    font-weight: bold;
    font-size: 12px;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    border-bottom: 1px solid #000000;
    padding: 2px;
}
#trims_incentives .content_text {
    padding-left: 10px;
}
#trims_incentives .trims_effected {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color:#D61C09;
}
#trims_incentives .price {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:28px;
    font-weight:bold;
    margin:0;
    padding:0;
}
#trims_incentives .factory_rebate {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
    text-transform:uppercase;
    margin:0;
    padding:0;
}
#trims_incentives .or {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:18px;
    font-weight:bold;
    margin:0;
    padding:10px;
    padding-left: 90px;
    color: #FF0000;
}
#trims_incentives .special_rate {
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    font-size:15px;
    font-weight:bold;
    text-transform:uppercase;
    margin:0;
    padding:0;
}
#trims_incentives .rates {
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    font-size:9.2px;
    text-transform:uppercase;
    margin:0;
    padding:0;
    padding-left: 40px;
}
#trims_incentives .incentive_div {
    margin-bottom: 10px;
    margin-top: 5px;
    margin-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border: 1px solid #000000;
}
#model_level_disclaimer #infobox {
    text-align:left; padding:5px; border:1px #000000 solid; color: #000000;
    width: 400px;
    float: left;
}
p.info1 {
    font-size: 11px;
}
p.info2 {
    font-size: 11px;
}
.content_text_bold {
    font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
    font-weight: bold;
}
#incentives_pq {
    border:1px #000000 solid; color: #000000;
}
div.incentive_cash {
    background-image:url(/carresearch/images/red_seal.jpg);
    width: 221px;
    height: 120px;
}
div.incentive_cash div.incentive_cash_text {
    padding-top: 30px;
    text-align: center;
}
#trims_incentives div.incentive_cash_text .price {
    color: #FFFFFF;
    font-weight: normal;
    font-size: 26px;
	line-height: 28px;
}
#trims_incentives div.incentive_cash_text .factory_rebate {
    color: #FFFFFF;
    font-size: 12px;
	line-height:15px;
}
.incentive_title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
}
div.incentive_financing {
    background-image:url(/carresearch/images/red_seal.jpg);
    width: 221px;
    height: 120px;
}
div.incentive_financing div.incentive_financing_text {
    padding-top:30px;
    text-align: center;
}
#trims_incentives .special_rate {
    color: #FFFFFF;
    font-size: 24px;
	line-height:26px;
    font-weight: normal;
}
#trims_incentives .dealer_info {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: center;
}
#trims_incentives .phone {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #FF0000;
}
td.model_column1 {
    width: 400px;
}
#trims_incentives div.button_div {
    width:100%;
    text-align: center;
}
p.content_text_alt {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-align:center;
    color: #FF0000;
    font-weight: bold;
}
.inventory_incentive_text {
    padding-top: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FF0000;
}
#inventory_incentive div.incentive_div {
    border: 1px solid #000000;
    margin-bottom: 10px;
    margin-top: 5px;
    margin-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
#inventory_incentive .comment {
    font-family: Arial, Helvetica, sans-serif;
}
#inventory_incentive .content_header {
    color: #000000;
    font-weight: bold;
    font-size: 12px;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    border-bottom: 1px solid #000000;
    padding: 2px;
}
#inventory_incentive .content_text {
    padding-left: 10px;
}
#inventory_incentive .trims_effected {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color:#D61C09;
}
#inventory_incentive .price {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:28px;
    font-weight:bold;
    margin:0;
    padding:0;
}
#inventory_incentive .factory_rebate {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
    text-transform:uppercase;
    margin:0;
    padding:0;
}
#inventory_incentive .or {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:18px;
    font-weight:bold;
    margin:0;
    padding:10px;
    padding-left: 90px;
    color: #FF0000;
}
#inventory_incentive .special_rate {
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    font-size:15px;
    font-weight:bold;
    text-transform:uppercase;
    margin:0;
    padding:0;
}
#inventory_incentive .rates {
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    font-size:9.2px;
    text-transform:uppercase;
    margin:0;
    padding:0;
    padding-left: 40px;
}
#inventory_incentives_disclaimer #infobox {
    text-align:left; padding:5px; border:1px #000000 solid; color: #000000;
    float: left;
    width: 970px;
}
table.inventory_individual_equipment_table {
    width: 100%;
    float: left;
}
#trim_compare_all_div,#trim_compare_div {
    width:940px;
    height:900px;
    overflow: auto;
}
#trim_compare_div table tr:first-of-type td,
#trim_compare_all_div table tr:first-of-type td {
	vertical-align: top;
	padding: 0 3px;
}

@media (max-width: 767px) {
	#trim_compare_div table tr:first-of-type td,
	#trim_compare_all_div table tr:first-of-type td,
	#trim_compare_vehicle_div table tr:first-of-type td {
		min-width: 100px;
	}
	#trim_compare_div,
	#trim_compare_all_div,
	#trim_compare_vehicle_div{
		overflow-x: scroll;
	}
}


form.quote_form {
    margin:0;
}

div.incentive_lease {
    background-image:url(/carresearch/images/red_seal.jpg);
    width: 221px;
    height: 120px;
}
div.incentive_div p.leasetitle,div.incentive_div p.othertitle {
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    text-transform:uppercase;
    margin:0;
    padding:0;
    padding-top:30px;
    width:221px;
    text-align:center;
    font-size: 24px;
    color:#ffffff;
}
div.incentive_div p.leasevehicle {
    font-weight: bold;
    font-size: 12px;
    margin:0;
    padding:0;
    color:#555555;
}
div.incentive_div p.leasecomment,div.incentive_div p.othercomment {
    font-size: 12px;
    margin:0;
    padding:0;
    color:#555555;
}
#inventory_incentive .leasetitle {
    color: #666666;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    font-size:15px;
    font-weight:bold;
    text-transform:uppercase;
    margin:0;
    padding:0;
}
#inventory_incentive .leasecomment {
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    font-size:9.2px;
    text-transform:uppercase;
    margin:0;
    padding:0;
    padding-left: 40px;
}

.lease_vehicle_image {
	max-width: 277px;
}









/* BODYSTYLE PAGE */
.nopadding {
	padding-left: 0;
	padding-right: 0;
}
.bodystyle-page .page-header,
.trim-page .page-header {
	padding-bottom: 0;
	margin-top: 0;
	border: 0;
}
.bodystyle-page .page-header h1,
.trim-page .page-header h1 {
	color: #1882d1;
	font-weight: 700;
	margin-bottom: 10px;

}
.bodystyle-page .navigation-bar,
.trim-page .navigation-bar {
	display: flex;
	align-items: center;
}
.bodystyle-header {
	background: #fafafa;
	padding: 20px 0;
	border: 1px solid #eee;
	border-bottom: 0;
	text-align: center;
}
.bodystyle-header h3 {
	font-weight: 700;
}


.bodystyle-items {
	display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
	border: 1px solid #eee;
	border-top: 0;
margin-bottom: 20px;

}

.model-item {
	flex: 0 1 100%;
	text-align: center;
	padding: 10px;
}
/* .model-item:hover {
	background: #f3f3f3;
} */
.model-item h4 {
	font-weight: 700;
	color: #1882d1;
	margin-top: 15px;
}

.bodystyle-disclaimer p, .disclaimer-text p {
	font-size: 12px;
	line-height: 1;
}

.empty-results {
	color: #1882d1;
	font-size: 20px;
	font-weight: 600;
	padding: 20px 0;
	text-align: center;

}

@media (max-width: 767px) {

	.model-item {
		border-bottom: 1px solid #eee;
	}
	.model-item:last-of-type {
		border-bottom: 0;
	}
}

@media (min-width: 768px) {
	.model-item {
		flex: 0 1 50%;
		margin-bottom: 25px;
	}

	.bodystyle-items {

		padding: 20px 0;


	}
}

@media (min-width: 992px) {
	.model-item {
		flex: 0 1 33.333%;

	}
	.bodystyle-page .page-header h1,
	.trim-page .page-header h1 {
		margin-bottom: 0;
	}
}

@media (min-width: 1200px) {
	.model-item {
		flex: 0 1 25%;

	}

}



/* trim page */

.reset-btn {
	max-width: 250px;
	margin: 0;
}
.trim-page .vehicle-image {
	flex-direction: column;
}
.trim-page .vehicle-image img {
	flex: 0 1 auto;
}
.trim-page .trim-disclaimer, .disclaimer {
	font-size: 12px;
	line-height: 1.4;
}
.trim-page .vehicleinfobox table {
	width: 100%;
}
.trim-page .vehicleinfobox table th {
	background: #e7e7e7;
	padding: 10px;
}

.trim-page .vehicleinfobox table th:first-of-type,
.trim-page .vehicleinfobox table td:first-of-type {
	text-align: left;
}

.trim-page .vehicleinfobox table td {
	padding: 5px;
}
.trim-page .vehicleinfobox table tr:nth-of-type(odd) {
	background: #fafafa;
}

.trim-page .vehicleinfobox table td a.trim_selection_text {
	font-size: 16px;
}

.trim-page h2 {
	font-size: 20px;
	margin-bottom: 15px;
}

.trim-page .vehicleinfobox table td input {
	margin: 0;
	margin-right: 5px;
}

.trim-page .vehicleinfobox table th:last-of-type,
.trim-page .vehicleinfobox table td:last-of-type {
	text-align: right;
}
#trim_compare_all_div, #trim_compare_div {
	width: 100%;
}
a.trim_selection_text {
    font-size: 16px;
    text-align: left;
    font-weight: 700;
    width: 100%;
    display: block;
	}
.compare_value {
	padding: 0 10px;
}
.research-btn {
	width: auto !important;
	display: inline-block;
	color: #fff;

}

.hide-btn, .select-btn {
	border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
  padding: 10px;
	color: #fff !important;
	max-width: 80px !important;
	width: 100% !important;
	display: block;
}
.recalculate-btn {
	border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
  padding: 10px;
	color: #fff !important;
	width: 80% !important;
	display: block;
}

.select-btn {
	background: #1882d1;
}
#vehicle_disclaimer {
	float: none;
	clear: both;
}

#datadisplay {
	padding: 20px 0;
}
@media (max-width: 767px) {

	.disclaimer-text {
		padding: 0;
	}
}


 #datadisplay table {
	width: 100%;
	margin-bottom: 30px;
}

.trim-page #datadisplay table .trim_section_title {
	margin-bottom: 0;
}



.trim-page #datadisplay table .trim_section_category {
	font-size: 14px;
}

.specs-table tr:nth-of-type(even) {
	background: #fafafa;
}

.pricing-table {
	max-width: 600px;
	margin: 0 auto 30px;
}

.pricing-table tr:first-of-type {
	border-bottom: 1px solid #eee;
}

.price-breakdown .trim-input-name {
	display: flex;
	align-items: center;
}
.price-breakdown .trim-price a{
	text-align: right;
}
.trim-disclaimer {
	padding-top: 20px;
	font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
}

@media (max-width: 767px) {
	#datadisplay .pricing-table {
		padding: 0 10px;
    /* display: block; */
    /* float: left; */
	}
	#datadisplay .pricing-table  .content_text {
		font-size: 12px;
	}
	#datadisplay .container {
		padding-left: 0;
		padding-right: 0;
	}
}


.calculator-table table {
	max-width: 600px;
	margin: 0 auto 30px;
}
.calculator-table td {
	position: relative;
	padding: 5px 0;
}
.calculator-table table td:last-of-type {
	text-align: right;
}
.recalculate-btn {
	margin: 0 auto 15px;
}
.form-control-right-pad {
	padding-right: 25px !important;
	text-align: right;
}
.form-control-left-pad {
	padding-left: 20px !important;
}
.form-control-right,
.form-control-left {
	position: absolute;
	top: 8px;
}
.form-control-right {
	right: 10px;
}
.form-control-left {
	left: 10px;
}

.compare-vehicle table td {
	padding: 5px 0;
}
.compare-vehicle table td:first-of-type {
	width: 200px;
}
@media (max-width: 767px) {
	.compare-vehicle table td:first-of-type {
		width: 90px;
	}
}
.checkbox-container {
	padding-left: 0;
}
.checkbox-container li {
	list-style-type: none;
	padding: 5px 0;
}
.checkbox-container li input {
	margin-right: 10px;
}

#trim_compare_vehicle_div .build-btn {
	margin-top: 10px;
}

.content table.options-table tr {
	background: #fff;
}
.content div table.options-table tr td:first-of-type {
	display: table-cell !important;
	width: auto !important;
}
.content table.options-table td {
	padding: 0 3px;
}
table.options-table tr img.expand-img {
	width: 15px;
	height: 15px;
	display: block;
	max-width: none;
}
table.options-table tr img {

	max-width: none;
}

table.options-table td.option_details {
	font-size: 15px;
	background: #eee;
	border: 1px solid #b9b9b9;
}
#toprow {
	margin-bottom: 20px;
}

/* inventory sidebar */
.vehicle-inventory {
	font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;

}
.vehicle-inventory h2 {
	margin-bottom: 30px;
}
#inventoryField {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: stretch;
}
.inventory-list .inventory-item {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	padding-left: 0;
	margin-bottom: 20px;
}
.inventory-list .inventory-item .vehicle-img {
	flex: 0 1 30%;
	position: relative;
	min-height: 200px;
}

.inventory-list .inventory-item .inventory-right {
	flex: 0 1 25%;
	padding: 10px 5px 20px;

}
.inventory-list h3.inventory-title {
	font-size: 18px;
	border: 0;
	padding-left: 10px;
}

.inventory-list .inventory-item .inventory-center {
	flex: 0 1 45%;
	padding: 10px 5px 20px;
}
.inventory-list .inventory-item .inventory-price {
	font-size: 20px;
}
.inventory-item {
	border: 1px solid #dbdbdb;
	flex: 0 1 19%;
	position: relative;
}
.inventory-item .inventory-img {
	width: 100%;
	margin-bottom: 10px;
	height: 125px;
}
.inventory-item p {
	font-size: 14px;
	margin-bottom: 5px;

  line-height: 1.2;
  text-align: left;
  padding: 0 10px;

}
.inventory-item .inventory-match {
	background: rgba(29,29,29,.8);
	color: #fff;
	font-weight: bold;
	padding: 5px 10px;
	position: absolute;
	right: 0;
	top: 99px;
}
.inventory-list .inventory-item .inventory-match {
	font-size: 18px;
	top: 0;
}
.inventory-item .inventory-title {
	font-size: 15px;
	font-weight: bold;
}
.inventory-item .inventory-price {
	font-weight: bold;
	text-align: center;
	color: #1882d1;
	font-size: 16px;
}

.inventory_directions {
 padding-top: 20px;
 font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
}


@media (max-width: 991px) {
	.vehicle-inventory {
		border-top: 1px solid #dbdbdb;
		padding: 30px 0 0;

	}
	.inventory-item .inventory-img {
		height: 175px;
	}
	.inventory-item .inventory-match {
		top: 149px;
	}
	.inventory-list .inventory-item {
		flex-direction: column;
		padding: 0;

	}
	.inventory-list .inventory-item .vehicle-img {
		flex: 0 1 100%;
		position: relative;
		min-height: 300px;
	}

	.inventory-list .inventory-item .inventory-right {
		flex: 0 1 100%;
		padding: 10px 5px 20px;

	}

	.inventory-list .inventory-item .inventory-center {
		flex: 0 1 100%;
		padding: 10px 5px 20px;
	}
	.mobile-scroll {
		overflow-x: scroll;
		padding: 20px 0;
	}
	.scroll-text {
		position: absolute;
		top: 80px;
		left: 0;
		right: 0;
		font-size: 16px;
	}
	#inventoryField {
		width: 1500px;
	}
}


@media (min-width: 1500px) {
	.inventory-item .inventory-img {
		height: 175px;
	}
	.inventory-item .inventory-match {
		top: 149px;
	}
}
