.place-title h1 {
	font-size: 60px;
	text-shadow: 0px 0px 10px #000;
}
.main-places .places-slider {
	overflow-x: scroll !important;
}
.main-places .slider::-webkit-scrollbar,
.main-places .places-slider::-webkit-scrollbar {
	display: none;
}
.main-places .places-card {
	float: left;
	background-color: #FFF;
	border: 1px solid #000;
	margin: 20px 10px;
	max-width: 300px;
	height: 360px;
	position: relative;
	vertical-align: top;
}
.main-places .places-image {
	position: relative;
}
.main-places .places-card img {
	max-height: 400px;
	width: auto;
}
.main-places .places-card .new-place {
	position: absolute;
	left: -10px;
	bottom: 0px;
	background-color: limegreen;
	color: #FFF;
	padding: 2px 10px;
}
.main-places .places-card .places-link {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.main-places .places-card .more-info {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.category-description {
	max-width: 70%;
	margin: 0 auto;
}
.category-description img {
	max-width: 100%;
}
.header-image {
	overflow: hidden;
	height: 40vh;
	width: 100%;
	position: relative;
}
.header-image img {
	position: absolute;
	top: -50%;
	left: -1px;
	width: 100%;
}
.place-title {
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-align: center;
	color: #FFF;
	z-index: 9999;
}
.header-shape {
	left: 0;
	bottom: 0;
	right: 0;
}
.custom_box {
	border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
    padding: 0px 30px;
}
.no-wrap {
	white-space: nowrap;
}
.places_within_window {
	min-width: 100%;
	overflow-x: scroll;
}
.places_within_window::-webkit-scrollbar {
	display: none;
}
.promotion_image {
	width: 244px;
	height: 242px;
	overflow: hidden;
}
.carousel-control-prev {
	margin-left: 30px;
}
.carousel-control-next {
	margin-right: 30px;
}
.carousel img {
	height: 100%;
}
@media only screen and (max-width: 600px) {
	.place-title h1 {
		font-size: 30px;
		text-shadow: 0px 0px 10px #000;
	}
	.header-image {
		overflow: hidden;
		height: 30vh;
		width: 100%;
		position: relative;
	}
	.header-image img {
		position: absolute;
		top: 0%;
		left: -1px;
		width: 100%;
	}
	.main-places .places-card {
		float: none;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.places_within_window .main-places .places-card {
		float: left;
		margin: 20px 10px;
	}
	.custom_box {
		border-left: 0px !important;
	    border-right: 0px !important;
	    padding: 0px .5rem !important;
	}
	.mw-xs-80 {
		max-width: 80%;
		margin: 0 auto;
	}
	.carousel img {
		width: 100%;
		height: auto !important;
	}
	.menu_bottom_bar {
		position: fixed;
		bottom: 0;
		height: 110px;
	}
	.menu_bottom_bar div.col {
		border: 1px solid #000;
	}
}