h1, h2, h3, h4, h5, h6, h7{
	font-family: "Libre Baskerville", serif;
}
.alt-font{
	font-family: "Libre Baskerville", serif;
}

header a.logo img {
    max-height: 250px;
}
.footer-logo {
    max-height: 80px;
}

/*.bg-extra-dark-gray {
	background-color: #154615;
}*/
.bg-extra-dark-gray {
	background-color: #E7E7DE;
}
.bg-light-gray {
    /*background-color: #fbf8f3;*/
	/*background-color: #fff4e2;*/
	/*background-color: #f2f9e1;*/
	background-color:#dedfd9;
}
.bg-dark-footer {
    background-color: #05210c;
}
.bg-dark-footer2 {
	background-color: #1e651e;
}

#map{
	width: 100px;
	height: 600px;
	min-height: 100%;
	min-width: 100%;
	display: block;
	z-index:1;
}
.cluster_dettaglio{
	height:500px!important;}

/*.leaflet-container {
	width: 100%;
	height: 100%;
}*/
.leaflet-container {
	height: 100%;
	width: 100%;
	max-width: 100%;
	max-height: 100%;
}
input[type=checkbox], input[type=radio] {
	width:18px;
	margin:0;
}
.leaflet-control-layers-list{
	margin:0;
	padding:0;
}
header nav .navbar-nav.text-normal > li > a {
    font-weight: 600;
    font-size: 16px;
}
.section_small{
	padding: 50px 0 0 0;
}
.leaflet-container {
    background:none;
}

.mobile-toggle span {
    display: block;
    width: 25px;
    height: 3px;
    background: #232323;
    content: "";
}
.menu-custom{
	font-size:18px;
}
.menu-custom a{
	padding:0 5px;
	color:#000000;
}
/*.full-width-pull-menu li{
	margin:15px 0;}*/
.full-width-pull-menu .link-style-2 ul li a {
    background: inherit;
    color: #232323;
    font-size: 24px;
    position: relative;
}

/*@media (max-width: 991px) {
    .full-width-pull-menu .dropdown .dropdown-toggle {
        top: 0px;
    }
}
*/
.h_img_poi{
	height:600px;
}
@media (max-width: 767px) {
    .full-width-pull-menu .link-style-2 ul li a {
        line-height: 45px;
        font-size: 18px;
    }
	 .h_img_poi{
		 height:auto;
    }

}
@media (max-width: 991px) {
    .full-width-pull-menu .dropdown .dropdown-toggle {
         top: 0px; 
    }
	section {
        padding: 110px 0;
    }
}
.longobard_poi {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1;
	background-color: #E7E7DE;
	margin:0;
	padding:2px;
	border-radius: 3px;
	box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.4);
}
.longobard_poi_dett {
	background-color: #E7E7DE;
	margin:0 10px  0 0;
	padding:2px 15px;
	border-radius: 3px;
	box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.4);
}



#tools{
	clear:left;
	float:left;
	background-color: #F4F4F4;
/*	border: 1px solid #ccc;*/
	color: #333;
	font-size: 12px!important;
	line-height: 19px;
	margin: 0 0 15px;
	padding: 5px;
	width: 100%;
	text-decoration:none;
	font-weight: lighter;
}



#tools ul{
	margin:0;
	padding:0;
}
#tools li{
	list-style:none;
	display:inline;
	padding-right:8px;
}
#tools h6{
	display:block;
	color:#FFFFFF;
	margin:0 0 3px 0;
	padding:1px;
	background-color:#333;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 13px;
}

#tools a:link{
	font-size:12px;
	text-decoration:none;
	font-weight: lighter;
/*	text-transform: uppercase;*/
color:#000000!important;
}
#tools a:visited{
	font-size:11px;
	text-decoration:none;
	font-weight: lighter;
/*	text-transform: uppercase;*/
color:#000000!important;
}
#tools a:hover {
	color:#999!important;
}
@media (min-width: 750px) {
 #left {
 position: sticky;
 top: 0;
 height: 100vh;
}
}
#right {
}