body {
	background: url(/assets/img/bg.jpg);
	background-color: #000000;
	background-position: center center;
	background-repeat: no-repeat; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.wrapper-bg {
	height: 500px;
	margin-right: -15px;
	margin-left: -15px;
}

.ac_results ul li {
	font-size: 14px;
	font-weight: 450;
	padding: 6px;
}

.business-partners {
	filter: grayscale(1);
}

.different-point-label {
	color: #FFFFFF;
	margin-top: 15px;
	display: inline-block;
	white-space: nowrap;
}

.different-point-label input {
	vertical-align: middle;
}

.different-point-label span {
	vertical-align: middle;
}

.popular-point-button {
	font-weight: bold;
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.popular-point-label {
	color: #FFFFFF;
	font-size: 18px;
	position: absolute;
	top: 30px;
	left: 30px;
	text-align: left;
}

.note-float-left {
	margin-right: 10px;
}

.note-float-right {
	margin-left: 10px;
}

.top-navigation .navbar-brand {
	background: #fff;
}

#reservation-date span {
	color: #FFFFFF;
}

#reservation-date input, #reservation-date select {
	font-size: 16px;
	font-weight: 600;
	border-radius: .25rem;
}