#city-menu {
	background: #FFF;
	height: 100%;
	overflow-y: hidden;
	position: fixed;
	width: 100vw;
}

#city-menu #background {
	height: 100vh;
	overflow: hidden;
	position: absolute;
	width: 100vw;
}

#city-menu #background-image {
	-webkit-filter: brightness(0.5);
	filter: brightness(0.5);
	height: 101vh;
	object-fit: cover;
	width: 100vw;
}

#city-menu .menu-button {
	right: unset;
	left: 20px;
}

#city-menu #offline-warning {
	background: rgba(255, 255, 255, 0.5);
	border-radius: 5px;
	color: #4C4C4C !important;
	font-family: "RubikMedium";
	left: 50%;
	padding: 3px;
	position: absolute;
	top: 5px;
	transform: translateX(-50%);
	z-index: 1;
}

#city-menu #offline-warning-icon {
	float: left;
	font-size: 12px;
	margin-right: 5px;
}

#city-menu #offline-warning-text {
	color: #4C4C4C !important;
	float: left;
	font-size: 12px;
}

#city-menu #screen-top {
	height: 65vh;
	position: absolute;
	top: 0;
	width: 100vw;
}

#city-menu #screen-bottom {
	height: 40vh;
	position: absolute;
	top: 60vh;
	width: 100vw;
}

#city-menu #logo-container {
	left: 5vw;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	width: 90vw;
	z-index: 1;
}

#city-menu #logo {
	width: 80px;
}

#city-menu #name {
	color: #FFF !important;
	font-family: "Damion";
	font-size: 9vh;
}

#city-menu #menu {
	left: 7%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 86%;
	z-index: 1;
}

#city-menu .menu-top-left {
	background: rgba(255, 255, 255, 0.8);
	border-radius: 5px;
	float: left;
	height: 15vh;
	width: calc(100% - 68%);
}

#city-menu .menu-top-middle {
	background: rgba(255, 255, 255, 0.8);
	border-radius: 5px;
	float: left;
	height: 15vh;
	margin: 0 2%;
	width: calc(100% - 68%);
}

#city-menu .menu-top-right {
	background: rgba(255, 255, 255, 0.8);
	border-radius: 5px;
	float: right;
	height: 15vh;
	width: calc(100% - 68%);
}

#city-menu .menu-bottom-left {
	background: rgba(255, 255, 255, 0.8);
	border-radius: 5px;
	float: left;
	height: 15vh;
	margin-top: 2%;
	width: calc(100% - 68%);
}

#city-menu .menu-bottom-middle {
	background: rgba(255, 255, 255, 0.8);
	border-radius: 5px;
	float: left;
	height: 15vh;
	margin: 2% 2% 0 2%;
	width: calc(100% - 68%);
}

#city-menu .menu-bottom-right {
	background: rgba(255, 255, 255, 0.8);
	border-radius: 5px;
	float: right;
	height: 15vh;
	margin-top: 2%;
	width: calc(100% - 68%);
}

#city-menu .menu-text {
	align-items: center;
	display: flex;
	font-family: "RubikBold";
	font-size: 2.2vh;
	justify-content: center;
	text-align: center;
}

#city-menu #menu-side-panel-background {
	width: 0;
	position: absolute;
	height: 100vh;
	z-index: 2;
}

#city-menu #menu-side-panel {
	background: #4C4C4C;
	box-shadow: -20px 0px 40px 45px rgba(0, 0, 0, 0.5);
	height: 100vh;
	left: -65vw;
	position: absolute;
	width: 55vw;
	z-index: 2;
}

#city-menu #menu-side-panel #main {
	-webkit-overflow-scrolling: touch;
	height: calc(100vh - 70px);
	overflow-y: auto;
	padding: 0 20px 0 20px;
	position: absolute;
	top: 70px;
	width: 100%;
}

#city-menu #menu-side-panel .city-menu-swiper {
	margin-bottom: 20px;
}

#city-menu #menu-side-panel .menu-side-panel-button {
	color: #FFF !important;
	font-family: "RubikMedium";
	font-size: 20px;
	margin-bottom: 20px;
}

#city-menu #menu-side-panel #datadebug {
	bottom: 25px;
	color: #fff !important;
	font-size: 11px;
	left: 20px;
	position: absolute;
}

#city-menu #menu-side-panel #version {
	bottom: 25px;
	color: #fff !important;
	font-size: 11px;
	position: absolute;
	right: 20px;
}

@media (orientation: landscape) {
	#city-menu #screen-top.offline {
		top: 40px;
		height: calc(65vh - 50px);
	}

	#city-menu #name {
		font-size: 8vw;
	}

	#city-menu .menu-text {
		font-size: 2.5vw;
	}
}
