html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}

div.mappa {
	padding-top: 60px;
	padding-bottom: 70px;
	height: calc(100% - 130px);
}



.leaflet-sidebar .close {
	z-index: 999 !important;
}

div.top {
	position: fixed;
	width: 100%;
	height: 60px;
	top: 0;
	left: 0;
	background-color: #00687a;
	z-index: 999;
}

div.top img.juma-logo {
	float: left;
	display: block;
	margin: 8px 0 0 10px;
}

div.top p {
	float: left;
	margin: 18px 0 0 60px;
	font-size: 16px;
	color: #fff;
}

div.top img.altri-loghi {
	float: right;
	display: block;
	margin: 8px 10px 0 10px;
	height: 40px;
}

div.top form {
	float: left;
	display: block;
	margin: 16px 10px 0 40px;
}

div.bottom {
	position: fixed;
	width: 100%;
	height: 70px;
	bottom: 0;
	left: 0;
	background-color: #00687a;
	z-index: 999;
}

div.bottom form {
	float: left;
	padding: 10px;
}

div.bottom form div.block-form {
	float: left;
	margin-right: 20px;
}

div.bottom form div.block-form label {
	color: #fff;
	font-size: 12px;
}

div.bottom form div.block-form input[type="text"] {
	border: none;
	padding: 3px;
}

div.bottom form div.block-form input[type="submit"] {
	border: none;
	padding: 3px;
	background-color: #ddecd9;
	cursor: pointer;
}

div.bottom form div.block-form input[type="button"] {
	border: none;
	padding: 3px;
	background-color: #438591;
	color: #fff;
	cursor: pointer;
}

@media (max-width: 992px) {
	
div.top p {
	display: none;
}
	
}

@media (max-width: 768px) {
	
div.mappa {
	padding-top: 50px;
	padding-bottom: 140px;
	height: calc(100% - 190px);
}
	
div.top {
	height: 50px;
}
	
div.top img.juma-logo {
	height: 30px;
}

div.top img.altri-loghi {
	height: 30px;
}

div.top form {
	margin: 10px 10px 0 40px;
}

div.bottom {
	height: 140px;
}

div.bottom form div.block-form {
	float: left;
	margin-right: 0;
	margin-bottom: 20px;
	width: 50%;
}

div.leaflet-control-attribution {
	font-size: 8px !important;
}
	
}

@media (max-width: 576px) {
	
div.mappa {
	padding-top: 45px;
	padding-bottom: 190px;
	height: calc(100% - 235px);
}
	
div.top {
	height: 45px;
}

div.top img.juma-logo {
	height: 20px;
}

div.top img.altri-loghi {
	height: 20px;
}

div.top form {
	margin: 10px 10px 0 15px;
}

div.top form select {
	width: 100px;
}

div.top img.altri-loghi {
	margin: 8px 10px 0 0;
}

div.bottom form div.block-form {
	float: none;
	margin-right: 0;
	margin-bottom: 20px;
	width: auto;
}

div.bottom form div.block-form select {
	width: 100%;
}

div.bottom {
	height: 190px;
}


	
}



		


