@charset "utf-8";
/* CSS Document */


.result_container {
	height: 250px;
	margin-bottom: 20px;
}

#sort-bar-fieldset {
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,.1);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.1);
	padding: 5px;
	margin-bottom: 20px;
	border-radius: 4px 4px 4px 4px;
}

.results_sort_label {
	margin-bottom: 0px;
}

#sort-bar-fieldset .select {
	width: 200px;
	margin-right: 10px;
}
.result_item {
	width: 100%;
	height: 250px;
	background-position: center center;
	background-size: cover;
	cursor: pointer;
	overflow: hidden;
	position:relative;
}

.result_alert {
	margin-left:20px;
	margin-right: 20px;
}

.result_item:after {
content: " ";
  z-index: 10;
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, transparent 0px, transparent 0px, rgba(0, 0, 0, 0.20) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  	transition-duration: 0.5s;
 }

.result_item:hover:after {
	background: rgba(0,0,0,0.8);
}

.result_item:hover .results_activityinfobox_container {
	opacity: 1;
}


.result_item_info {
	width: inherit;
	height: 100%;
	background: #999;
	position: absolute;
	top: 60px;
	text-shadow: 2px 2px #565656;
	color: #fff;
}

.results_sort_container {
	background: #fff;
}

.results_sort_bottom {
	text-align: center;
}

#results_count_container {
	background: #0091ea;
	color: #fff;
	padding: 5px 10px;
	border-radius: 15px;
}

.col_padding_5 {
	padding-left: 5px !important;
	padding-right: 5px !important;
}

.results_activityinfobox_container {
	position: absolute;
	bottom: 20px;
	color: #fff;
	font-size: 1.1em;
	width: 95%;
	margin-left: 2.5%;
	margin-right: 2.5%;
	min-height: 70px;
	overflow: hidden;
	z-index: 50;
	opacity: 0.8;
	transition-duration: 0.5s;
}

.results_location_change {
	font-size: 0.8em;
}

.results_location_change a {
	color: #fff;
	text-decoration: underline;
}

#results_location_globe {
	cursor: pointer;
	color: #55b5e0;
}

#location_autocomplete {
	font-size: 12px;
}

.results_user_map {
	height: 240px;
}
.results_item_date {
    background: #39c none repeat scroll 0 0;
		font-size: 1.0em;
		float: left;
		font-weight: 400;
		text-align: center;
    color: #fff;
		min-width: 20px;
		overflow: hidden;
		padding: 2px 5px;
		border-radius: 3px;
		-moz-border-radius: 3px;
}

.results_item_title {
	color: #333333;
	text-transform: capitalize;
	text-align: center;
	font-weight: 700;
	height: 60px;
	overflow: hidden;
}

.results_item_title h4 {
	background: #0091ea;
	color: #fff;
	padding: 5px;
	border-radius: 5px;
}
.result-profile-picture {
	height: 160px;
	width: 160px;
	border-radius: 80px;
	background-size: cover;
	background-position: centrer center;
	-webkit-box-shadow: 5px 5px 8px 0px rgba(74,74,74,1);
	-moz-box-shadow: 5px 5px 8px 0px rgba(74,74,74,1);
	box-shadow: 5px 5px 8px 0px rgba(74,74,74,1);
}

/* Result Filter styles */

#result-filter-container {
	padding: 0px 20px;
}

#result-filter {
	border-radius: 4px;
	display: block;
}

#result-filter {
	background: #f5f5f5;
	padding: 20px;
	margin-right: 20px;
	-webkit-box-shadow: 7px 7px 5px 0px rgba(194,194,194,0.33);
	-moz-box-shadow: 7px 7px 5px 0px rgba(194,194,194,0.33);
	box-shadow: 7px 7px 5px 0px rgba(194,194,194,0.33);
	width: 100%;
	min-height: 500px;
}

#results_filter_toggle_row {
	display: none;
}

#filter_btn, #reinitialize_btn {
	margin-bottom: 5px;
}


@media screen and (max-width: 1182px) {

	#results_filter_toggle_row {
		display: block;
	}
	#result-filter {
		display: none;
	}

	#results_filter_toggle {
		background: #e9e9e9;
		color: #111;
		padding: 0px 8px;
		border-radius: 5px;
	}
}

.vehicle-details-card-photo-row {
	border-radius: 4px 4px 0px 0px;
	background-position: center center;
	background-size: cover;
	padding-top: 75%;
	box-sizing: border-box;
	transition: all .6s;
	background-color: rgb(255, 255, 255);
}

.vehicle-card-container-row:hover .vehicle-details-card-photo-row, .vehicle-card-container-row:focus .vehicle-details-card-photo-row {
	transform: scale(1.05);
}

 .vehicle-card-container-row {
	margin-top: 15px;
	margin-bottom: 15px;
 }

 .vehicle-card-container-row-container .ribbon-wrapper-1 {
	top: 10px !important;
 }


 .vehicle-card-label-row {
	color: rgb(0, 0, 0);
 }

 .ribbon-wrapper-row {
	top: 10px;
 }

 .bg-white {
	background-color: #FFF;
 }

 .vehicle-details-card-row {
	height: 230px;
 }



 .vehicle-row-title {
	color: rgb(0, 0, 0);
	font-size: clamp(16px, 2vw, 32px) !important;
	margin-top: 10px;
 }

 .vehicle-row-price{
	color: rgb(0, 0, 0);
	font-size: clamp(15px, 2vw, 28px) !important;
	margin-bottom: 25px;
 }
 .vehicle-row-feature{
	margin-bottom: 15px;
 }

/*Dark Neu Theme */
