@import "/assets/fonts/roboto/fonts.css";
/*------------------------------------*

	TABLE OF CONTENT - $ search prefix

	CUSTOM_PROPERTIES
	FONT_FAMILY
	FONT_COLOR
	FONT_SIZE
	BACKGROUND COLORS
	LAYOUT
	ANCHOR
	LIST GROUP
	PANEL
	WELL
	TABLE
	TABS
	NAV RESET
	NAVTABS
	NAV-INVERSE
	PAGINATION
	BTN
	BTN_CTA
	BTN_MAIN
	BTN_ALT1
	BTN_ALT2
	BTN_ALT3
	BTN_NAV1 AND BTN_NAV2
	HOME_MISC
	HOME_QUICK-NAV
	HOME_INVENTORY SEARCH BUTTONS
	WIDGET_INVENTORY SEARCH
	WIDGET_BANNER
	WIDGET_MODELBAR
	FIXED_HEADER
	MOBILE LEAD DRIVER
	ADA

	cta				D20F06
	cta hover		bf0e0e
	main			212121
	main hover		D20F06

/*------------------------------------*
	$CUSTOM_PROPERTIES
\*------------------------------------*/
:root {
	--cta-background-color: #D20F06;
	--cta-font-color: #fff;
	--cta-hover-color: #bf0e0e;
	--main-color: #212121;
}

/*------------------------------------*
	$FONT_FAMILY
\*------------------------------------*/
body { font-family: 'Roboto-Regular'; }
strong, b { font-family: 'Roboto-Bold'; }
.heading-xl, .heading-lg, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { font-family: proxima-nova, sans-serif; font-weight: 300; }
.btn, .heading-bold { font-family: proxima-nova, sans-serif; font-weight: 700; }
/*.btn, #inventorySearchWidget .isTitle, .srpRefineSearch .panel-title, .srpVehicle h2, .srpVehicle h1.vehicleTitle, #vehiclePageViews h2, .featuredVehicle .title h3, strong, b { font-weight: normal !important; }*/

/*------------------------------------*
	$FONT_COLOR
\*------------------------------------*/
hr { border-top-color: #ddd; }
.text-default { color: #333; } /* place default body color here */
.text-main { color: #212121; }
.text-cta { color: #D20F06; }
.text-muted { color: #767676; }

/*------------------------------------*
	$FONT_SIZE
\*------------------------------------*/

@media (max-width:991px) {
body, .btn, .dropdown-menu, .form-control { font-size: 13px; }
}
/*------------------------------------*
	$BACKGROUND COLORS
\*------------------------------------*/

.bg-main {
	background-color: #212121;
	border: 1px solid transparent;
	color: #fff;
}
.bg-cta {
	background-color: #D20F06;
	border: 1px solid transparent;
	color: #fff;
}
.bg-alt1 {
	background-color: #f3f3f3;
	border: 1px solid transparent;
}
.bg-alt2 {
	background-color: #636363;
	color: #fff;
	border: 1px solid transparent;
}
.bg-alt3 {
	background-color: #141414;
	color: #fff;
	border: 1px solid transparent;
}
.bg-alt4 {
	background-color: #000;
	color: #fff;
	border: 1px solid transparent;
}
.offerBlock {
	background-color: #212121;
	color: #fff;
}
.bg-main .text-cta, .offerBlock .text-cta, .bg-alt3 .text-cta {
	color: #FA4238;
}

@media (max-width:767px) {
.snap-content { background-color: #fff !important; }
}
/*------------------------------------*
	$LAYOUT
\*------------------------------------*/

.contentWrapper { padding-bottom: 2em; }
.contentSectionO, .contentSectionE { padding: 45px 0; }

@media (min-width: 992px) {
.bannerLayout01 { padding: 45px 0; }
}
@media (max-width: 991px) and (min-width: 768px) {
.bannerLayout01 { padding: 25px 0 10px; }
}
@media (max-width:991px) {
.contentSectionO, .contentSectionE { padding: 35px 0; }
.bannerWrapper.bannerLayout02 { padding: 0; }
}

@media (max-width:767px) {
.contentSectionO, .contentSectionE { padding: 30px 0; }
}
/*------------------------------------*
	$ANCHOR
\*------------------------------------*/
a { color: #D20F06; }
a:hover, a:focus { color: #bf0e0e; }
/*------------------------------------*
	$LIST GROUP
\*------------------------------------*/

/*------------------------------------*
	$PANEL
\*------------------------------------*/
.panel, .panel-heading, .panel-footer { border-radius: 0; }
.panel { box-shadow: none; }
.panel-title { font-weight: bold; }
/*------------------------------------*
	$WELL
\*------------------------------------*/
.well {
	box-shadow: none;
	border-radius: 0;
}
/*------------------------------------*
	$TABLE
\*------------------------------------*/

/*------------------------------------*
	$TABS
\*------------------------------------*/
.nav-tabs.nav-justified > li > a, .nav-tabs > li > a { background-color: #eee; }
.nav-tabs.nav-justified > .active > a { border-bottom-color: transparent; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { background-color: #fff; }
/* tabs inside well */
.well .nav-tabs.nav-justified > .active > a { background-color: #f5f5f5; }
.well .panel .nav-tabs.nav-justified > .active > a { background-color: #fff; }
/*------------------------------------*
	$NAVTABS
\*------------------------------------*/
.nav-pills li.active a, .nav-pills li.active a:hover, .nav-pills li.active a:focus {
	background-color: #212121;
	border-color: transparent;
	color: #fff;
}
/*------------------------------------*
	$NAV-INVERSE
\*------------------------------------*/

/*------------------------------------*
	$PAGINATION
\*------------------------------------*/

.pagination .active a, .pagination .active span, .pagination .active a:hover, .pagination .active span:hover, .pagination .active a:focus, .pagination .active span:focus {
	background-color: #767676;
	border-color: transparent;
	color: #fff;
}
/*------------------------------------*
	$BTN
\*------------------------------------*/
.btn {
	border-radius: 2px;
	-moz-transition: background-color 200ms linear 0s, color 200ms linear 0s, border-color 200ms linear 0s;
	-ms-transition: background-color 200ms linear 0s, color 200ms linear 0s, border-color 200ms linear 0s;
	-o-transition: background-color 200ms linear 0s, color 200ms linear 0s, border-color 200ms linear 0s;
	-webkit-transition: background-color 200ms linear 0s, color 200ms linear 0s, border-color 200ms linear 0s;
	transition: background-color 200ms linear 0s, color 200ms linear 0s, border-color 200ms linear 0s;
	text-transform: uppercase;
}
.srpRefineSearch #accordion ul li a { border-radius: 0; } /* used on srp refine search section - leave in IF you are removing border radius from all buttons */
/*------------------------------------*
	$BTN_CTA
\*------------------------------------*/
.btn-cta {
	color: #fff;
	background: #D20F06;
	border-color: #D20F06;
}
.btn-cta:hover, .btn-cta:focus, .btn-cta:active, .btn-cta.active, .open > .dropdown-toggle.btn-cta {
	color: #fff;
	background: #bf0e0e;
	border-color: #bf0e0e;
}
/*------------------------------------*
	$BTN_MAIN
\*------------------------------------*/
.btn-main, .btn-alt3.active, .nav .btn-alt3.active /* used on specials pages as tabs */ {
	color: #fff;
	background: #212121;
	border-color: #212121;
}
.btn-main:hover, .btn-main:focus, .btn-main:active, .btn-main.active, .open .dropdown-toggle.btn-main {
	color: #fff;
	background: #D20F06;
	border-color: #D20F06;
}
.showroom .menu .btn-alt3 { background-image: none; } /* used on showroom page, in the left menu section */
/*------------------------------------*
	$BTN_ALT1
\*------------------------------------*/
.btn-alt1 {
	color: #000;
	background-color: #fff;
	border-color: #BFBFBF;
}
.btn-alt1:hover, .btn-alt1:focus, .btn-alt1:active, .btn-alt1.active, .open .dropdown-toggle.btn-alt1, .nav .btn-alt1:hover, .nav .btn-alt1:focus, .nav .btn-alt1:active, .nav .btn-alt1.active {
	color: #fff;
	background-color: #D20F06;
	border-color: #D20F06;
}
/*------------------------------------*
	$BTN_ALT2
\*------------------------------------*/
.btn-alt2 {
	color: #fff;
	background-color: #636363;
	border-color: #636363;
}
.btn-alt2:hover, .btn-alt2:focus, .btn-alt2:active, .btn-alt2.active, .open .dropdown-toggle.btn-alt2, .nav .btn-alt2:hover, .nav .btn-alt2:focus, .nav .btn-alt2:active, .nav .btn-alt2.active {
	color: #fff;
	background-color: #4F4F4F;
	border-color: #4F4F4F;
}
/*------------------------------------*
	$BTN_ALT3
\*------------------------------------*/
.btn-alt3 {
	color: #fff;
	background-color: #000;
	border-color: #000;
}
.btn-alt3:hover, .btn-alt3:focus, .btn-alt3:active, .open .dropdown-toggle.btn-alt3, .nav .btn-alt3:hover, .nav .btn-alt3:focus, .nav .btn-alt3:active {
	color: #fff;
	background-color: #111;
	border-color: #111;
}
/*------------------------------------*
	$BTN_NAV1 and $BTN_NAV2
\*------------------------------------*/
.btn-nav1, .btn-nav2 {
	color: #fff;
	background-color: transparent;
	border-color: transparent #000 transparent transparent;
	border-radius: 0;
}
.btn-nav1:hover, .btn-nav1:focus, .btn-nav1:active, .btn-nav1.active, .open .dropdown-toggle.btn-nav1, .btn-nav2:hover, .btn-nav2:focus, .btn-nav2:active, .btn-nav2.active, .open .dropdown-toggle.btn-nav2 {
	color: #fff;
	background-color: #000;
	border-color: #000;
	border-radius: 0;
}
/*------------------------------------*
	$HOME_MISC
\*------------------------------------*/
#dealerOnCoupon #couponFooter span.couponDisclaimer { color: #6B6B6B!important; }

/*------------------------------------*
	$HOME_QUICK-NAV
\*------------------------------------*/
.quickNav .quickNavHeading {
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .95));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .95));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .95));
    background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .95));
    background-image: linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .95));
}
.quickNav .quickNavItem {
    overflow: hidden;
    position: relative;
}
.quickNav .quickNavHeading {
    letter-spacing: 2px;
    padding: 25px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.quickNav .quickNavHeading hr {
	width: 40px;
}

@media (min-width: 992px) {
	.quickNav .quickNavHeading { padding: 25px 25px 55px; }
    .quickNav .quickNavItem .bgOverlay {
        background-color: rgba(0, 0, 0, .7);
        bottom: 0;
        left: 0;
        position: absolute;
        top: 0;
        right: 0;
        -webkit-transition: opacity 0.25s;
        -moz-transition: opacity 0.25s;
        -o-transition: opacity 0.25s;
        -ms-transition: opacity 0.25s;
        transition: opacity 0.25s;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        opacity: 0;
    }
    .quickNav .quickNavItem:hover .bgOverlay {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        opacity: 1;
    }
    .quickNav .quickNavItem .buttonBlock {
        bottom: 25px;
        left: 25px;
        position: absolute;
        right: 25px;
        z-index: 1;
    }
	.quickNav .quickNavItem:hover .img-background{
    -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.quickNav .quickNavItem .img-background,
.quickNav .quickNavItem:hover .img-background {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
}

/* Quick Nav 1 */
.quickNav1 .quickNavHeading {
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .95));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .95));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .95));
    background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .95));
    background-image: linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .95));
}
.quickNav1 .quickNavItem {
    overflow: hidden;
    position: relative;
}
.quickNav1 .quickNavHeading {
    letter-spacing: 2px;
    position: absolute;
    top: 0;
    width: 100%;
}

@media (min-width: 992px) {
    .quickNav1.gutter-1x > [class*="col-"] {
        padding-right: 2px;
        padding-left: 2px;
    }
    .quickNav1 .quickNavItem,
    .quickNav1 .quickNavItem .img-background,
    .quickNav1 .quickNavItem:hover .img-background,
    .quickNav1 .quickNavItem .bgOverlay,
    .quickNav1 .quickNavItem:hover .bgOverlay {
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    .quickNav1 .quickNavItem:hover .img-background {
        -webkit-transform: scale(1.3, 1.3);
        -moz-transform: scale(1.3, 1.3);
        -o-transform: scale(1.3, 1.3);
        -ms-transform: scale(1.3, 1.3);
        transform: scale(1.3, 1.3);
    }
    .quickNav1 .quickNavItem:hover .bgOverlay {
        background-color: rgba(0, 0, 0, .5);
        bottom: 0;
        left: 0;
        position: absolute;
        top: 0;
        right: 0;
    }
    .quickNav1 { overflow: hidden; }
    .quickNav1 .quickNavItem {
        -webkit-transform: translateY(35px);
        -moz-transform: translateY(35px);
        -o-transform: translateY(35px);
        -ms-transform: translateY(35px);
        transform: translateY(35px);
    }
    .quickNav1 .quickNavItem:hover {
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -o-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
	.quickNav .quickNavItem:hover .img-background{
  		-moz-transform: scale(1.1);
  		-webkit-transform: scale(1.1);
  		transform: scale(1.1);
	}

	.quickNav .quickNavItem .img-background,
	.quickNav .quickNavItem:hover .img-background {
    	-webkit-transition: all .3s ease-in-out;
    	-moz-transition: all .3s ease-in-out;
    	-o-transition: all .3s ease-in-out;
   		-ms-transition: all .3s ease-in-out;
    	transition: all .3s ease-in-out;
	}
}


/*------------------------------------*
	$HOME_INVENTORY SEARCH BUTTONS
\*------------------------------------*/


/*------------------------------------*
	$WIDGET_INVENTORY SEARCH
\*------------------------------------*/
.text-white .horizontalSearchOptions li:not(.active) a { color: #B3B3B3; }

/*------------------------------------*
	$WIDGET_BANNER
\*------------------------------------*/
.bannerLayout01 > .container { background-color: #000; }
.bannerLayout01 #inventorySearchWidget { color: #fff; padding: 10px 8px; }
.bannerLayout02 #inventorySearchWidget { color: #fff; padding: 10px 25px 15px; }
.bannerWrapper .btn-main { background-color: #D20F06; border-color: #D20F06; color: #fff; }
.bannerWrapper .btn-main:hover { background-color: #bf0e0e; border-color: #bf0e0e; }

@media (min-width: 992px) {
.bannerLayout02 #inventorySearchWidget { background-color: rgba(0,0,0,.85); margin-top: 35px; }
}
@media (max-width: 991px) and (min-width: 768px) {
.bannerLayout02 > .container { width: 100%; }
}
@media (max-width: 991px) {
.bannerLayout02 #inventorySearchWidget { background-color: #212121; }
}

/*------------------------------------*
	$WIDGET_MODELBAR
\*------------------------------------*/
.modelBarBg .sectionHeading { font-size: 36px; margin-bottom: 20px; }
.modelBar.panel {
	border: none;
	padding: 0 1.5em;
	margin: 0;
	background: none;
}
.ttMpg, .ttYear, .ttMake { display: none; }
#modelBarWidget .vehicle, .mbCustomBtn { cursor: pointer; }
.modelBar .mbPopUpTitle { margin: 4px 0 8px; }
.modelBar .ptMpg {
	position: absolute;
	bottom: -10px;
	right: 0px;
	font-weight: bold;
	background-color: #eee;
	padding: 6px 8px 2px;
	border-radius: 4px 0 4px 0;
}
.modelBar .ptMpgLabel { font-size: 11px; }
.modelBar .popoverTitle .btn {
	margin: 0 0 8px;
	text-align: center;
}
.modelBar .popoverTitle .col-sm-6 {
	padding-left: 4px;
	padding-right: 4px;
}
.modelBar .popoverTitle.row { padding: 0 10px; }
/* MPG Fix */
.modelBar .col-model-thumb {
	position: relative;
	margin: -5px 0;
}
.modelBar .ttMpg {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.mbThumbTitle, .mbTitleModel {
	margin-top: -10px;
	color: #333;
}

/*------------------------------------*
	$FIXED_HEADER
	jQuery('.headerWrapper').addClass('fixedHeaderArea');

	-add a padding-top to content div based on height of header section (may need multiple media queries)
\*------------------------------------*/
@media(min-width:992px) {
.fixedHeaderArea { background: #fff; }
.fixedHeaderArea ~ #content { padding-top: 180px; }
}
/*------------------------------------*
	$MOBILE LEAD DRIVER
\*------------------------------------*/
#offerBar {
	text-align: center;
	padding: 8px 0;
}
#offerBar ul { margin-bottom: 0; }
#offerBar, #offerBar .h1 { font-size: 20px; }

@media (min-width:768px) and (max-width:1199px) {
#offerBar, #offerBar .h1 { font-size: 24px; }
}

@media (min-width:1200px) {
#offerBar, #offerBar .h1 {
	font-size: 32px;
	line-height: 28px;
}
}
/*------------------------------------*
	$ADA
*------------------------------------*/
#content-main p a, #privacyPolicy p a, #content a.stat-text-link:not(.btn) { text-decoration: underline; }
.details-header .vehicle-title__year { color: #767676!important; }
.well .help-block, .bg-alt1 .help-block { color: #636363; }
.bg-main .help-block, .bg-alt3 .help-block { color: #919191; }
.navbar-inverse { color: inherit; }

/* IE Only */
/* Mopar Coupon Page Fix - DES-45618 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     .coupon-card {
     	display: block!important;
     }
}