    <style>
	
      body {
        color: #000000;
        font: 400 'Source Sans Pro', 'Helvetica Neue', Sans-serif;
        margin: 0;
        padding-top: 70px;
        -webkit-font-smoothing: antialiased;
      }
	  
      .logofondaz {
		position: absolute;
		height: 40px;
		top: 10px;
		left: 10px;
		z-index: 99;
      }
	  
      * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
      }

      .sidebar {
        position: fixed;
		z-index: 10;
        width: 25%;
        height: 100%;
        top: 0;
        right: 0;
		background-color: #fff;
        //overflow-x: hidden;
        //overflow: auto;
		transition: 0.5s;
      }

      .sidebar .closebtn {
		display: none;
		position: absolute;
		top: 0;
		right: 0;
		font-size: 36px;
		margin-right: 10px;
		color: #fff;
		text-decoration: none;
		line-height: 30px;
      }

      #ics {
		display: none;
      }
	  
      .openbtn {
		display: none;
		font-size: 15px;
		font-weight: 900;
		cursor: pointer;
		background-color: #00aaff;
		color: white;
		padding: 10px 15px;
		border: none;    
		position:absolute; 
		top: 155px; 
		right: 10px; 
		z-index:1;
		border-radius: 3px;
      }

      .openbtn:hover {
		background-color: white;
		color: black;
      }

	  .btn {
	    transition: none !important;
        padding: 0.275rem 0.375rem;		
	  }
	
#icon {
  display: none;
  position: absolute;
  top: 55px;
  left: 15px;
  color: black;
  z-index:2;
}

      #help {
		position: absolute;
		top: 18px;
		left: 75px;
		width: 30px;
		background-color: #f77328;
		color: #fff;
		font-size: 10px;
		text-transform: uppercase;
		z-index:3;
      }

      #percorso {
		position: absolute;
		top: 18px;
		left: 108px;
		width: 65px;
		background-color: #f77328;
		color: #fff;
		font-size: 10px;
		text-transform: uppercase;
		z-index:3;
      }

      #nopercorso {
		display: none;
		position: absolute;
		top: 18px;
		left: 108px;
		width: 65px;
		background-color: #f77328;
		color: #fff;
		font-size: 10px;
		text-transform: uppercase;
		z-index:3;
      }	

      #ricerca {
		position: absolute;
		top: 18px;
		left: 175px;
		width: 60px;
		background-color: #f77328;
		color: #fff;
		font-size: 10px;
		text-transform: uppercase;
		z-index:3;
      }

      #noricerca {
		display: none;
		position: absolute;
		top: 18px;
		left: 175px;
		width: 60px;
		background-color: #f77328;
		color: #fff;
		font-size: 10px;
		text-transform: uppercase;
		z-index:3;
      }
	  
      #strutture {
		position: absolute;
		top: 18px;
		left: 237px;
		width: 65px;
		background-color: #f77328;
		color: #fff;
		font-size: 10px;
		text-transform: uppercase;
		z-index:6;
      }

      .map {
        position: absolute;
        left: 0;
        width: 75%;
        top: 0;
        bottom: 0;
      }
	  
      h1 {
        font-size: 20px;
        margin: 0;
        font-weight: 400;
        line-height: 20px;
        padding: 10px 2px;
      }

      a {
        color: #404040;
        text-decoration: none;
      }

      a:hover {
        color: #101010;
      }

      #voice {
			background-color: #fff;
			color: #e76414;
			font-size: 65%;
			font-weight: 900;
			font-family: 'Font Awesome 6 Free';
			width: 40%;
      }

		#info {
			display: none;
			position: relative;
			margin: 0px auto;
			width: 50%;
			padding: 1px;
			border: none;
			border-radius: 3px;
			font-size: 12px;
			text-align: center;
			color: white;
			background: #f77238;
			top: 50px;
		}
	  
      /* parcheggi */
      .heading {
        background: #fff;
        border-bottom: 1px solid #eee;
        min-height: 40px;
        line-height: 40px;
        padding: 0 10px;
        background-color: #00aaff;
        color: #fff;
		display: block;
      }
	  #titlemom {
		display: block;  
	  }
      .listings {
        height: 100%;
        overflow: auto;
        padding-bottom: 60px;
		display: block;
      }
      .listings .item {
        display: block;
        border-bottom: 1px solid #eee;
        padding: 10px;
        text-decoration: none;
      }
      .listings .item:last-child {
        border-bottom: none;
      }
      .listings .item .title {
        display: block;
        color: #00aaff;
        font-weight: 700;
      }
      .listings .item .title small {
        font-weight: 400;
      }
      .listings .item.active .title,
      .listings .item .title:hover {
        color: #00ccff;
      }
      .listings .item.active {
        background-color: #f8f8f8;
      }
	  
	  
	  /* strutture */
      .headingm {
        background: #fff;
        border-bottom: 1px solid #eee;
        min-height: 40px;
        line-height: 40px;
        padding: 0 10px;
        background-color: #f77328;
        color: #fff;
		display: none;
      }	  
	  #titlemom {
		display: none;  
	  }
      .listingsm {
        height: 100%;
        overflow: auto;
        padding-bottom: 60px;
		display: none;
      }
      .listingsm .item {
        display: block;
        border-bottom: 1px solid #eee;
        padding: 10px;
        text-decoration: none;
      }
      .listingsm .item:last-child {
        border-bottom: none;
      }
      .listingsm .item .title {
        display: block;
        color: #f77328;
        font-weight: 700;
      }
      .listingsm .item .title small {
        font-weight: 400;
      }
      .listingsm .item.active .title,
      .listingsm .item .title:hover {
        color: #f77328;
      }
      .listingsm .item.active {
        background-color: #f8f8f8;
      }	  
	  
	  
      ::-webkit-scrollbar {
        width: 3px;
        height: 3px;
        border-left: 0;
        background: rgba(0, 0, 0, 0.1);
      }
      ::-webkit-scrollbar-track {
        background: none;
      }
      ::-webkit-scrollbar-thumb {
        background: #ffffff;
        border-radius: 0;
      }

      .marker {
        border: none;
        cursor: pointer;
        height: 56px;
        width: 56px;
        background-image: url('icon/marker.png');
        background-color: rgba(0, 0, 0, 0);
      }
      .icon-bar {
        border: none;
        cursor: pointer;
        width: 56px;
        height: 56px;
        background-image: url('icon/ibar.png');
        background-color: rgba(0, 0, 0, 0);
      }
      .icon-risto {
        border: none;
        cursor: pointer;
        width: 56px;
        height: 56px;
        background-image: url('icon/iristo.png');
        background-color: rgba(0, 0, 0, 0);
      }
      .icon-farmacy {
        border: none;
        cursor: pointer;
        width: 56px;
        height: 56px;
        background-image: url('icon/ifarmacy.png');
        background-color: rgba(0, 0, 0, 0);
      }
      .icon-church {
        border: none;
        cursor: pointer;
        width: 56px;
        height: 56px;
        background-image: url('icon/ichurch.png');
        background-color: rgba(0, 0, 0, 0);
      }
      .icon-money {
        border: none;
        cursor: pointer;
        width: 56px;
        height: 56px;
        background-image: url('icon/imoney.png');
        background-color: rgba(0, 0, 0, 0);
      }
      .icon-museo {
        border: none;
        cursor: pointer;
        width: 56px;
        height: 56px;
        background-image: url('icon/imuseo.png');
        background-color: rgba(0, 0, 0, 0);
      }
      .icon-medicina {
        border: none;
        cursor: pointer;
        width: 56px;
        height: 56px;
        background-image: url('icon/imedicina.png');
        background-color: rgba(0, 0, 0, 0);
      }




      .clearfix {
        display: block;
      }
      .clearfix:after {
        content: '.';
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
      }

      /* Marker tweaks */
      .mapboxgl-popup {
        padding-bottom: 50px;
      }

      .mapboxgl-popup-close-button {
        display: none;
      }
      .mapboxgl-popup-content {
        font: 400 13px/18px 'Source Sans Pro', 'Helvetica Neue', Sans-serif;
        padding: 0;
        width: 170px;
        //border: 1px solid #00aaff;
      }
      .mapboxgl-popup-content-wrapper {
        padding: 1%;
      }
      .mapboxgl-popup-content h3 {
        background: #00aaff;
        color: #fff;
        margin: 0;
        display: block;
        padding: 3px;
        border-radius: 3px 3px 0 0;
        font-weight: 600;
		font-size: 12px;
        margin-top: -15px;
      }
      .mapboxgl-popup-content h4 {
        background: #f77328;
        color: #fff;
        margin: 0;
        display: block;
        padding: 3px;
        border-radius: 3px 3px 0 0;
        font-weight: 600;
		font-size: 12px;
        margin-top: -15px;
      }
      .mapboxgl-popup-content h6 {
        margin: 0;
        display: block;
        padding: 4px 4px 4px 4px;
		font-size: 12px;
        font-weight: 400;
      }

      .mapboxgl-popup-content div {
        padding: 10px;
      }

      .mapboxgl-container .leaflet-marker-icon {
        cursor: pointer;
      }

      .mapboxgl-popup-anchor-top > .mapboxgl-popup-content {
        margin-top: 15px;
      }

      .mapboxgl-popup-anchor-top > .mapboxgl-popup-tip {
        border-bottom-color: #91c949;
      }
	  
	  .navbar-dark .navbar-nav .nav-link.disabled {
		  color: #00aaff;
	  }
	  
	  
	  .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl {
		  margin: 0 0 10px 10px;
		  float: left;
		  width: 300px;
	  }
		
	  .mapboxgl-ctrl-geocoder input[type="text"] {
		  background-color: #0000 !important;
		  color: rgb(0, 0, 255) !important;
		  margin-left: 18px !important;
	  }

	.mapboxgl-ctrl-geocoder {
		 width: 330px !important;
	}
	


		.mapboxgl-ctrl-top-left {
			top: 50px;
			left: 0;
		}
	  
		.mapboxgl-ctrl-top-right {
			top: 10px;
		}



	  /* geocoder */
	  .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl {
        margin: 0 0 10px 10px;
        float: left;
        width: 300px;
	  }
	  .mapboxgl-ctrl-geocoder input[type="text"] {
        font-size: 11px !important;
		background-color: #0000 !important;
		color: rgb(247, 115, 40) !important;
		margin-left: 18px !important;
		height: 30px !important;
		//padding: 8px 0px 8px 0px !important;
	  }
	  .mapbox-directions-component-keyline {
	    width: 270px;
		background-color: white;
	  }
	  .mapbox-directions-origin input[type='text'] {
        box-shadow: 0 0 0 0 #ddd !important;
        position: relative !important;
        z-index: 1;
	  }
	/*  .mapboxgl-ctrl-geocoder {
        margin-left: 30px !important;
        width: calc(100% - 30px) !important;
        min-width: calc(100% - 30px) !important;
        max-width: calc(100% - 30px) !important;
	  }*/
	  .mapbox-form-label {
        width: 30px !important;
        height: 30px !important;
	    line-height: 0 !important;
	  }
	  .mapbox-form-label .directions-icon {
        background-position: center !important;
        width: 30px !important;
        height: 30px !important;
	  }
	  .directions-reverse {
        left: 30px !important;
        top: 20px !important;
	  }
	  label {
        margin-bottom: 0 !important;
	  }
	  .mapbox-directions-profile {
        border-radius: 10px !important;
        margin: 4px 0 !important;
	  }
	  @media only screen and (max-width: 640px)
	  .mapbox-directions-profile {
         margin: 0 !important;
	  }
	  
	  .mapbox-directions-route-summary {
        font-size: 12px !important;
        line-height: 20px !important;
	  }
      .directions-control {
        width: 270px !important;
      }
	  .mapbox-directions-step {
        font-size: 12px !important;
		line-height: 14px !important;
		padding: 15px 10px 10px 40px !important;
	  }
	  .mapboxgl-ctrl-geocoder .geocoder-pin-right * {
        right: 3px !important;
        top: 3px !important;
	  }
	  .mapboxgl-ctrl-geocoder .suggestions {
        font-size: 12px;
	  }	
	  
	  /* cerca luogo */
	  .mapboxgl-ctrl-geocoder input[type="text"] {
        font-size: 11px !important;
        background-color: #0000 !important;
        color: rgb(247, 115, 40) !important;
        margin-left: 18px !important;
	  }
	  .mapboxgl-ctrl-geocoder--icon-search {
        top: 5px !important;
        left: 0px !important;
	  }
	  .mapboxgl-ctrl-geocoder--icon-close {
        width: 15px !important;
        height: 15px !important;
        margin-top: 0px !important;
        margin-right: 0px !important;
	  }

		
	  @media screen and (max-width: 320px) {
		body {
			font-size: 0.8rem; 
		}
		h1 {
			font-size: 15px; 
		}
        #voice {
			width: 60%;
        }
	    .map {
			position: float;
			width: 100%;
			top:0;
		}
		.openbtn {
			display: block;
			top: 210px;
		}
		.sidebar {
			width: 100%;
			display: none;
			top: 450px;
			right: 0;
			z-index: 1;
		}
        .listings {
			height: calc(100% - 500px);
			overflow: auto;
			padding-bottom: 60px;
		}			
        .listingsm {
			height: calc(100% - 500px);
			overflow: auto;
			padding-bottom: 60px;
		}			
	  }
	  @media screen and (min-width: 321px) and (max-width: 480px) {
		body {
			font-size: 0.8rem; 
		}
		h1 {
			font-size: 15px; 
		}
        #voice {
			width: 60%;
        }
		.map {
			position: float;
			width: 100%;
			top: 0;
		}
		.openbtn {
			display: block;
		}
		.sidebar {
			width: 100%;
			display: none;
			top: 500px;
			right: 0;
			z-index: 2;
		}
		.listings {
			height: calc(100% - 550px);
			overflow: auto;
			padding-bottom: 60px;
		}
		.listingsm {
			height: calc(100% - 550px);
			overflow: auto;
			padding-bottom: 60px;
		}
	  }
	  @media screen and (min-width: 481px) and (max-width: 768px) {
		body {
			font-size: 0.8rem; 
		}
		h1 {
			font-size: 15px; 
		}
		.map {
			top: 0;
			width: 75%;
		}
		.sidebar {
			display: block !important;
			width: 25% !important;
			height: 100% !important;
			top: 0 !important;
			right: 0;
		}
		.listings {
			height: 100% !important;
			overflow: auto;
			padding-bottom: 60px;
		}
		.listingsm {
			height: 100% !important;
			overflow: auto;
			padding-bottom: 60px;
		}
		#ics {
			display: none !important;
		}
	  }
	  @media screen and (min-width: 769px) and (max-width: 1024px) {
		.sidebar {
			display: block !important;
			width: 25% !important;
			//height: 100%;
			top: 0 !important;
			height: calc(100%-100px) !important;
			right: 0;
		}
		.listings {
			height: 100% !important;
			overflow: auto;
			padding-bottom: 60px;
		}
		.listingsm {
			height: 100% !important;
			overflow: auto;
			padding-bottom: 60px;
		}
		#ics {
			display: none !important;
		}
	  }	
	  @media screen and (min-width: 1025px) {
		.sidebar {
			display: block !important;
			width: 25% !important;
			height: 100% !important;
			top: 0 !important;
			right: 0;
		}
		.listings {
			height: 100% !important;
			overflow: auto;
			padding-bottom: 60px;
		}
		.listingsm {
			height: 100% !important;
			overflow: auto;
			padding-bottom: 60px;
		}
		#ics {
			display: none !important;
		}
	  }
	




	  

    </style>