.single {
	min-height:500px;
}
.list-group .list-group-item {
	line-height:50px;
	background:none;
}
.list-group .now .title {
	color: #e7cd79;
}
.map a {
	display:inline-block;
	width:15%;
	text-align:center;
	margin-bottom:1.5rem;
	background: #f5f5f5;
	border-radius: 5px;
	padding:10px;
	color:#467897;
}
.map a:hover {
	background: #0d6efd;
	color:#fff;
}
