.widget.widget_loan_calculator ul li {
	-webkit-flex: 1 0 42%;
    flex: 1 0 42%;
}

.widget.widget_loan_calculator ul li:nth-child(2n+1) {
	-webkit-flex: 1 0 58%;
    flex: 1 0 58%;
}

.sales-reps .spiner {
	display: none;
}

.header.classic .top-bar {
	display: none;
}

.page-subheader .sort-by {
	width: 10%;
}

.page-subheader .sort-by-list {
	width: 56%;
}

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}

.navigation>ul>li:hover>a {
    color: #FFF;
}

.price, .widget .table-entry .price {
    color: #7e858b;
}

.price:before {
    border-bottom-color: #7e858b;
}

#footer a:hover:not(.button), #footer a:not(.button),
.widget_timetable li.is_closed,
#footer .widget .widget-title>span,
.navigation > ul > li.current-menu-item > a, .navigation > ul > li.current-menu-parent > a, .navigation > ul > li.current-menu-ancestor > a,
.page-subheader .sort-by-list li.active a:after {
	color: #fff;
}

.section-title > span, .widget .widget-title > span, .comment-reply-title > span, #sidebar .widget > .widget-title, #sidebar .widget, #sidebar .widget p,
.boxed-widget .widget-title {
	color: #7f858b;
}

.car-location b {
    color: #7b7b7b;
}

.section-title > span, ul.list li.type-1 {
	color: #7f858c;
}

ul.tabs-nav .active a, h2, h3, .section-title > span {
	color: #232527;
}

.quicksearch-container .submit-search {
    background-color: #4e5256 !important;
}

#content input[type="submit"], #commentform #submit {
	 background-color: #4e5256
}

@media screen and (max-width: 767px) {
	.page-subheader .sort-by {
		width: 100%;
	}

	.page-subheader .items-per-page 	{
		width: 38%;
		margin-top: 0;
	}
	
	.auto-detailed .model, .auto-detailed .model a {
		font-size:15px;
	}

	.caption-entry .heading {
		font-size:14px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	#footer .col-md-3:nth-child(3) {
		clear:both;
	}
}

@media only screen and (max-width: 992px) and (min-width: 480px) {
	.header.classic .nav-bar {
    top: 20px;
	}
}

@media only screen and (max-width: 479px) {
	.header.classic .nav-bar {
			top: 20px;
	}
}