@charset "utf-8";
/* CSS Document */


.result_container {
	height: 250px;
	margin-bottom: 20px;
}

.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: #febe98;
	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-align: center;
	font-weight: 700;
	height: 60px;
	overflow: hidden;
}

.results_item_title h4 {
	background: #febe98;
	color: #fff;
	padding: 5px;
	border-radius: 5px;
}
.result-profile-picture {
	height: 160px;
	width: 160px;
	border-radius: 3px;
	background-size: cover;
	background-position: center center;
	-webkit-box-shadow: 5px 5px 8px 0px rgba(74,74,74,0.5);
	-moz-box-shadow: 5px 5px 8px 0px rgba(74,74,74,0.5);
	box-shadow: 5px 5px 8px 0px rgba(74,74,74,0.5);
}

/* Result Filter styles */

#result-filter-container {
	padding: 0px 20px;
}

#result-filter {
	border-radius: 4px;
	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;
}


#result-filter {
	box-shadow: 6px 6px 16px 0px rgba(15,15,16,.842),-6px -6px 16px 0px rgba(40,40,40,.801),inset 0px 0px 0px 0px rgba(15,15,16,.842),inset 0px 0px 0px 0px rgba(40,40,40,.801);
  padding: 8px;
  border: 3px solid rgba(255, 255, 255, 0);
  font-size: 16px;
  line-height: 24px;
  color: #fafafa;
  position: relative;
  border: 3px solid rgba(255, 255, 255, 0);
  outline: none;
  background-color: #1f2224;
  transition: all 250ms ease-in-out;
  border-radius: 10px;
}

#result-filter .label,#result-filter .checkbox {
	color: #eee;
}