body {
	background: url(../../images/background_pattern.png) repeat;
}

#locatorMap img {
	max-width: none;
}

#locatorMap h3 {
	line-height: 18px;
}

#locatorMap p {
	line-height: 15px;
}

.navbar-inverse .navbar-inner {
	background: rgba(0,0,0,0.7);
	transition: background 1.5s;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
}

a.brand {
	float: none !important;
	margin: 0 auto 0 auto !important;
	text-align: center;
	font-size: 26px;
	text-shadow: 1px 1px 1px rgba(200,200,200,0.2) !important;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#location_gallery {
	padding: 20px;
}

ul.thumbnails li div.thumbnail {
    height: 420px;

}
#location_gallery div.thumbnail {
	margin: auto;
	max-width: 300px;
	background-color: rgba(0, 0, 0, 0.05);
	overflow: hidden;
}

#location_gallery li.span4 {
	width: 335px;
}

#location_gallery div.thumbnail h3 {
	line-height: 26px;
}

#location_gallery div.thumbnail img {
	display: block;
	margin: auto;
	border-radius: 3px;
}

#location_gallery div.thumbnail div.placeholder {
	display: block;
	margin: auto;
	border-radius: 3px;
	height: 120px;
	width: 100%;
	background: rgba(0,0,0,0.1);
	box-shadow: inset 0px 0px 25px rgba(0,0,0,0.1);
}

#location_gallery div.thumbnail p {
	margin-bottom: 3px;
}

#location_gallery p.distance {
	display: block;
	max-width: 100%;
	/* position: absolute; */
	/* margin: -48px; */
	background: rgba(100,100,100,0.1);
	padding: 5px 10px;
	/* margin-bottom: 10px !important; */
	border-radius: 2px;
	box-shadow: inset 5px 1px 10px rgba(0,0,0,0.1);
	padding-left: 20px;
}

#location_gallery a[href="#nearest"] {
	color: #CE161E;
}
