body.path-location,
body.page-view-mapall
{
	.home-location {
		background-color: white;
		color: black;
		padding-top: 20px;
		font-family: Manrope, sans-serif;
		font-weight: 300;

		h1 {

		}
	}

	.rooms-location {
		background-color: wheat;
		background-color: white;
		color: black;
	}

	.field--type-link a {
		color: white;
	}
}

body.page-view-mapall {
	#content {
		padding: 0;
	}

	#header, #block-mycustom-theme-page-title {
		display: none;
	}

	.cities-filter {

		float: left;

		li {
			float: left;
			list-style-type: none;
		}

	}
	
	.services-filter {

		float: left;

		li {
			float: left;
			list-style-type: none;
			margin:9px;
			padding-left: 0px;

			button {
				padding: 10px;
				border-radius:4px;

				a {
					text-decoration: none;
					color: gray;
				}
			}
		}
	}

	.mapall-welcome-title {
		/*position: absolute;*/
  		z-index: 10;
		width: 51%;
	}

	.cartidge {
		/*margin-top: 180px;*/
		background-color: white;
	}
}

