.head-bg {
	background-image: url('../img/img_head_location.jpg')
}

.gallery-bg {
	background-image: url('../img/img_bg_gallery.jpg');
	background-size: cover;
	background-position: center center
}

.middle-section .left-side {
    min-height: 0;
		padding: 2% 5%
}

.middle-section .romance-copy p {
	max-width: 1000px
}

.map-content {
	position: relative
}

.map-content #hotspot {
	position: relative;
	font-size: 18px;
	height: 0;
	transition-duration: 2s;
	transition-property: height;
	transition-timing-function: ease
}

#main-page-content[data-active] .map-content #hotspot {
	height: 500px
}

:focus {
	outline: none !important;
}

#hotspot ul {
	padding-left: 15px;
	padding-right: 15px;
	display: none;
	max-width: 320px;
	margin-left: auto;
	margin-right: auto
}

#hotspot ul li {
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	opacity: 0;
	transition-property: opacity;
	transition-delay: .5s;
	transition-duration: 1s;
	transition-timing-function: ease
}

#main-page-content[data-active] #hotspot ul li {
	opacity: 1
}

#main-page-content[data-active] #hotspot ul li [data-name]:hover {
	text-decoration: underline
}

#hotspot ul li:not(:last-of-type):after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 1px;
	background-color: #fff
}


#hotspot .details {
	text-align: center
}

#hotspot .details div[data-name] {
	cursor: pointer
}

#hotspot .details small {
	line-height: 1.1;
	display: inline-block;
	font-size: 70%
}

#hotspot .details .links {
	position: relative;
	overflow: hidden
}

#hotspot .details .links > span {
	position: relative
}

#hotspot .details .links > span:first-of-type {
	text-align: right
}

#hotspot .details .links > span:first-of-type:after {
	position: absolute;
	content: '';
	width: 4px;
	height: 1px;
	background-color: #fff;
	left: calc(100% + 8px);
	z-index: -1;
	top: 50%;
	transform: translateY(-50%)
}

#hotspot .details .links > span:last-of-type {
	text-align: left;
	padding-left: 20px
}

.map-content[data-selectedCategory='food'] #hotspot ul[data-category="food"],
.map-content[data-selectedCategory='work'] #hotspot ul[data-category="work"],
.map-content[data-selectedCategory='health'] #hotspot ul[data-category="health"],
.map-content[data-selectedCategory='education'] #hotspot ul[data-category="education"],
.map-content[data-selectedCategory='dine'] #hotspot ul[data-category="dine"],
.map-content[data-selectedCategory='grocery'] #hotspot ul[data-category="grocery"],
.map-content[data-selectedCategory='play'] #hotspot ul[data-category="play"],
.map-content[data-selectedCategory='shop'] #hotspot ul[data-category="shop"],
.map-content[data-selectedCategory='home'] #hotspot ul[data-category="home"],
.map-content[data-selectedCategory='automotive'] #hotspot ul[data-category="automotive"] {
	display: block
}

.map-content #hotspot:before {
	background-repeat: no-repeat;
	/*background-size: cover;
	background-position: top center;*/
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	z-index: -1;
	transition-duration: 3s;
	transition-property: width;
	transition-timing-function: ease
}

.map-content[data-selectedCategory] #hotspot:before {
	width: 100%
}

.map-content[data-selectedCategory='work'] #hotspot:before {
	background-image: url('../img/img_bg_work.jpg');
}
.map-content[data-selectedCategory='health'] #hotspot:before {
	background-image: url('../img/img_bg_health.jpg');
}
.map-content[data-selectedCategory='education'] #hotspot:before {
	background-image: url('../img/img_bg_education.jpg');
}

.map-content[data-selectedCategory='dine'] #hotspot:before {
	background-image: url('../img/img_bg_dine.jpg');
}
.map-content[data-selectedCategory='grocery'] #hotspot:before {
	background-image: url('../img/img_bg_grocery.jpg');
}

.map-content[data-selectedCategory='play'] #hotspot:before {
	background-image: url('../img/img_bg_play.jpg');
}

.map-content[data-selectedCategory='shop'] #hotspot:before {
	background-image: url('../img/img_bg_shop.jpg');
}
.map-content[data-selectedCategory='home'] #hotspot:before {
	background-image: url('../img/img_bg_home.jpg');
}
.map-content[data-selectedCategory='automotive'] #hotspot:before {
	background-image: url('../img/img_bg_automotive.jpg');
}

#category {
	text-align: center;
	font-size: 30px
}

#category ul li[data-categoryid="automotive"] {
	font-size: 28px
}

#category select {
	width: 100%;
	background: #fff url(/assets/img/selectbox-arrow.png) no-repeat 100% 50%;
	font-size: 1.2em;
	padding-left: 10px;
	border-radius: 0px;
	overflow: hidden;
	appearance: none
}

#category select::-ms-expand {
    display: none;
}

/* custom scroll bar styles */
#hotspot .mCSB_inside > .mCSB_container {
    margin-right: 0;
}



@media screen and (min-width: 768px) {
	.map-content {
		height: 700px;
		overflow: hidden
	}
	.map-content .left-nav {
		float: left
	}
	.map-content #category {
		width: 430px;
		position: relative;
    top: 50%;
    transform: translateY(-50%)
	}
	#main-page-content[data-active] .map-content #category {
		width: 200px
	}

	#category ul li {
		padding-top: 10px;
		padding-bottom: 10px;
		margin-top: 30px;
		margin-bottom: 30px;
		border: 1px solid transparent;
	}

	#category ul li.active, #category ul li:hover, #category ul li:focus {
		border-color: #000;
		/* add extra 2px for sides of border */
		width: 100%
	}
	.map-content #hotspot {
		position: static;
		width: 0px;
		min-height: 0;
		overflow: auto;
		transition-property: width;
		transition-duration: 1s;
		transition-timing-function: ease
	}
	.map-content #hotspot li.active {
		background-color: rgba(255,255,255,.2)
	}
	#main-page-content[data-active]  .map-content  #hotspot {
		width: 230px;
		height: 100%
	}
	.map-content #hotspot:before {
		left: 200px;
		width: 230px
	}
	.map-content #googleMap {
		position: absolute;
		width: calc(100% - 430px);
		left: auto;
		right: 0;
		top: 0;
		bottom: 0
	}
}