.grid-group-wrapper.row {
	display: flex;
	flex-wrap: wrap;
}

.grid-group-wrapper.row:after,
.grid-group-wrapper.row:before {
	display: flex;
}

.grid-group-wrapper.row > [class*='col-'] {
	display: flex;
	flex-direction: column;
}

.mod-vtabs>a{
	display: block;
}

.grid-group-wrapper div.inventory{
	height: 100%;
}

.grid-group-wrapper a.inventory{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.d-block{
	display: block;
}

.w100{
	width: 100%;
	max-width: 100%;
}

.car-card{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 20px;
	border: 1px solid #e5e5e5;
	border-radius: 11px/13px;
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,.13);
	height: 100%;
}

.col-block{
	margin-bottom: 30px;
}

.cbfix{
	margin-bottom: -30px;
}

.car-card_title{
	margin-top: 0;
}

.car-card_footer{
	text-align: right;
	margin-top: 10px;
}

.car-card_footer .details{
	border-radius: 5px;
	line-height: 14px;
	padding: 5px 9px;
	color: #3a3a3a;
	background-color: #f9f9f9;
	display: inline-block;
	text-shadow: 1px 1px 0 #fff;
	font-weight: bold;
	font-size: 13px;
	border: 1px solid #dcdcdc;
	font-family: Arial, Helvetica, sans-serif;
}

.car-card_img{
	border: 1px solid #3a3a3a;
	margin-bottom: 15px;
}

.row.no-xpad{
	margin-left: -15px;
	margin-right: -15px;
}

#secondary-banner{
	min-height: 230px;
	height: auto !important;
}

#secondary-banner>.container{
	margin-bottom: 20px;
}

.dropdown-menu-img{display: block;}
#bs-example-navbar-collapse-1 img{max-width: 84px;}