/* -------------------------------------------------- 
	 profile page
-------------------------------------------------- */
body.Listing.Map {
	background: #fff;
}

/* MAP
-----------------------------------------------*/
#profile_map {
	background-color: #f2ece6;
	position: relative;
	overflow: hidden;
}
#profile_map, #business-map {
	height: 320px;
}
#map-overlay {
	background-color: #fff;
	line-height: 20px;
	margin: -290px 0 0 10px;
	padding: 10px 10px 10px 15px;
	-moz-box-shadow:    0 1px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
	box-shadow:         0 1px 5px rgba(0, 0, 0, 0.2);
	z-index: 1000;
}
/*#map-overlay.nomap {
	margin-top: 30px;
	margin-bottom: 40px;
}*/
@media only screen and (max-width: 767px) {
	#map-overlay {
		background: none;
		margin: 10px 0 0;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	}
}
@media only print {
	#map-overlay {
		background: none;
		margin: 10px 0 0;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	}
}
.leaflet-left {
	left: auto !important;
	right: 13px !important;
}
.leaflet-marker-icon {
	cursor: pointer;
}


/* BUSINESS
-----------------------------------------------*/

/*----------- links -----------*/
#profile_link {
	margin-top: 12px;
}
@media only screen and (max-width: 767px) {
	#profile_link { margin-top: 10px; }
	#profile_link .profile_link { margin-bottom: 10px; }
}


/* MAIN
-----------------------------------------------*/
#profile_main {
	margin-top: 25px;
}
#profile_main h5 {
	color: #a1a1a1;
	font-size: 14px;
	font-weight: normal;
	/*text-transform: uppercase;*/
	line-height: 16px;
	margin: 0 0 5px 0;
}


/* ABOUT
-----------------------------------------------*/
#profile_about h4 {
	font-size: 20px;
	font-weight: normal;
	line-height: 22px;
	margin: 0 0 20px;
}
#profile_about h5 {
	margin: 0 0 6px 0;
}

/*----------- images -----------*/
#profile_images {
	margin-top: 20px;
	padding: 0 12px;
}
#profile_images.images4 {
	margin-bottom: 40px;
}
#profile_images.images4 .profile-box {
	background: #fff;
	padding: 0 !important;
	/*-moz-border-radius:    2px;
	-webkit-border-radius: 2px;
	border-radius:         2px;*/
	-moz-box-shadow:    0 1px 4px 0 rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.3);
	box-shadow:         0 1px 4px 0 rgba(0,0,0,0.3);
	overflow: hidden;
}


/* SIDE
-----------------------------------------------*/
#profile_categories, #profile_about {
	margin-top: 0;
}


/* ADS
-----------------------------------------------*/
#profile-rectanglead {
	padding: 40px 0 20px;
}
#profile-leaderboard img {
	margin: 20px 0;
}
