#cities-list {
	background: #FFF;
	height: 100%;
	position: fixed;
	width: 100vw;
}

#cities-list #background {
	-webkit-filter: brightness(0.8);
	filter: brightness(0.8);
	height: 100%;
	overflow: hidden;
	position: absolute;
	width: 100vw;
}

#cities-list #background-image {
	height: 100%;
	object-fit: cover;
	width: 100vw;
}

#cities-list .refresh-button {
	color: #FFF !important;
}

#cities-list #search-container {
	left: 20px;
	position: absolute;
	top: 70px;
	width: calc(100% - 40px);
	z-index: 1;
}

#cities-list #search-icon {
	bottom: 17px;
	color: #FFFFFF;
	font-size: 20px;
	position: absolute;
}

#cities-list #search-clear {
	bottom: 17px;
	color: #FFFFFF;
	display: none;
	font-size: 20px;
	position: absolute;
	right: 2px;
}

#cities-list #search-input {
	background: transparent;
	border: none;
	border-bottom: 5px solid #FFE800;
	border-radius: 0;
	color: #FFFFFF;
	font-size: 20px;
	padding: 0 35px 10px 35px;
	width: 100%;
}

#cities-list #search-input::placeholder {
	color: #333;
}

#cities-list #cities {
	-webkit-overflow-scrolling: touch;
	height: calc(100% - 130px);
	overflow-y: auto;
	padding: 5px 20px 0 20px;
	position: absolute;
	top: 130px;
	width: 100%;
}

#cities-list .city {
	margin-bottom: 20px;
	position: relative;
}

#cities-list .city-image {
	-webkit-filter: brightness(0.25);
	border-radius: 10px;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.75);
	filter: brightness(0.25);
	height: 150px;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

#cities-list .installed {
	-webkit-filter: brightness(0.55);
	filter: brightness(0.55);
}

#cities-list .city-data {
	height: 150px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
}

#cities-list .city-data-container {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

#cities-list .city-name {
	color: #FFFFFF !important;
	font-family: "Damion";
	font-size: 40px;
}

#cities-list .city-subtype {
	color: #FFF !important;
	font-family: "RubikMedium";
	font-size: 10px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

#cities-list .city-download-icon {
	color: #FFFFFF;
	font-size: 25px;
	position: absolute;
	right: 18px;
	top: 18px;
}
