.top-cities-overlay {
	background: rgba(0,0,0,0.75);
	position: absolute;
	z-index: 10;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}
.top-cities-overlay h2 {
	text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.75);
	margin: 0 0 20px;
	font-size: 40px;
	color: #fff;
}
.top-cities-overlay .icon-top-locations {
	background-position: -240px 0;
	display: inline-block;
	margin-right: 10px;
	position: relative;
	height: 32px;
	width: 32px;
	top: 2px;
}

.top-cities-overlay .city-group {
	/*
	margin-right: 20px;
	width: 300px;
	float: left;
	*/
	float: left;
	width: 100%;
}
.top-cities-overlay .city-group.last {
	margin-right: 0;
}

ul.top-cities-parent {
	/*
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0 0 0 90px;
	min-height: 70px;
	list-style: none;
	margin: 0;
	*/
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0 0 0 90px;
	margin: 0 0 20px;
	min-height: 70px;
	list-style: none;
	width: 223px;
	float: left;
}
ul.top-cities-parent.single-item {
	padding-top: 20px;
}
ul.top-cities-parent li {
	line-height: 40px;
	list-style: none;
	font-weight: 100;
	font-size: 26px;
	content: "";
	color: #fff;
}
ul.top-cities-parent li a {
	display: block;
	opacity: 0.5;
	color: #fff;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
ul.top-cities-parent li a:hover {
	opacity: 1;
}