body{background-color:#F3FCFA;}

.container-fluid{background-color:#F3FCFA;}

.com-content-article {
	background-color:#FAFEFD;
	border-radius: 0.375rem;
	border: 1px solid #DFF5DF;
	padding: 10px;
	
}

.slideshow {
	margin-top: 66px;
}

.titleh1 {
	text-align: center;
}

.mfp-arrow, .mfp-title, .mfp-counter {
	display: none !important;
}

.mfp-img {
	pointer-events: none;
}

.mfp-figure {
		cursor: default !important;
}

/*navigazione*/
.navbar .container-fluid{background-color:transparent;}

.navbar-custom, .dropdown-custom {
            background-color: #418D6A;
			border-bottom: 2px solid #57a480;
}
        /* Modify brand and text color */
         
.navbar-custom .navbar-brand,
.navbar-custom .nav-link {
            color: white;
}

.navbar-brand {
	padding-top: 4px;
	padding-bottom: 4px;	
}

.firstlevel {
	width: 100%;
}

.navbar-nav {
	width: 100%
}

.navbar-nav-scroll::-webkit-scrollbar {
	display: none;
}

.navbar-nav-scroll {
	-ms-overflow-style: none;  /* IE and Edge */
  	scrollbar-width: none;  /* Firefox */	
}

.navbar-nav a {
	color: #ffffff;
}




.navbar-nav .nav-link.active {
	background-color: #57a480;
	color: #ffffff;
	border-radius: 0.375rem;
}

.dropdown-item.active {
	background-color: #57a480;
}

.firstlevel a:hover {
	background-color: #57a480;
	color: #ffffff;
}

.mainlevel > a {
	border-radius: 0.375rem;
}

.mainlevel > a:hover, .mainlevel.active > a:hover {
	background-color: #57a480;
	color: #ffffff;
}

.mainlevel.active > a {
	background-color: #519D79;
}

.rightslider {

}

.search {
	height: 48px;
	vertical-align: middle;
	margin-bottom: .5rem;
}

#cse-search-box {
	height: 100%
}

.banner1 {
	background-color: #eef6ee;
	border: 1px solid #57a480;
	border-radius: 0.375rem;
	padding: 8px;
}

.banner2 {
	background-color: #eef6ee;
	border: 1px solid #57a480;
	border-radius: 0.375rem;
	padding: 8px;
	height: 98px;
}

.banner1in, .banner2in {
	background-color: #fffaaa;
	width: 100%;
	height: 100%;
}

.box1, .box2, .box3, .box4 {
	background-color: #DFF5DF;
	border: 1px solid #57a480;
	border-radius: 0.375rem;
	height: 150px;
}

.boxlat {
	background-color: #DFF5DF;
	border: 1px solid #57a480;
	border-radius: 0.375rem;
}

/* menu laterale */

#navbar333 {
	width: 100%	
}

.latmenu {
	width: 100%;	
}

.latmenu li {
	background-color: #eef6ee;
	border: 1px solid #3c7259;
	border-radius: 0.375rem;
	margin-bottom: 5px;
	width: 100%;
}

.latmenu .item-462 {
	 background-image: url("/images/mapmenulatbg.png");
	 background-size: cover;
	 height: 80px;
	 position: relative;
}

.latmenu .item-462 > a {
	 position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.latmenu .item-414 {
	 background-image: url("/images/forum50op.png");
	 background-size: cover;
	 height: 80px;
	 position: relative;
}

.latmenu .item-414 > a {
	 position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.latmenu .item-524 {
	 background-image: url("/images/cucco-menulat-bg.png");
	 background-size: cover;
	 height: 80px;
	 position: relative;
}

.latmenu .item-524 > a {
	 position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
	margin-left: 5px;
	text-shadow: 3px 3px #FFFFFF;
}

.latmenu .item-194 {
	 background-image: url("/images/indimenticabili-bg.png");
	 background-size: cover;
	 height: 80px;
	 position: relative;
}

.latmenu .item-194 > a {
	 position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
	margin-left: 5px;
	text-shadow: 3px 3px #FFFFFF;
}

.latmenu .item-109 > a, .latmenu .item-111 > a {
	
	margin-left: 5px;
	
}
.latmenu a {
		text-decoration: none;
		font-weight: 600;
	    color: #3c7259;
		
}

.latmenu a:hover {
		color: #57a480;
}

.latmenu .image-title {
	margin-left: 5px;
	padding: 3px;
	/*background: rgba(255,255,255,0.5);
	border-radius: 0.375rem;*/
	text-shadow: 3px 3px #FFFFFF;
}

.rightslider nav {
	padding: 0px;
}

/* slideshow */

.slide-desc-text {
	margin: auto 0;
}


.slide-desc-in {
	 height: 100%;
	display: flex;
}

.slide-desc-bg-default {
	background: RGBA(65,141,106,1);
}

.slide-desc-text-default {
	padding: 0px 15px;
	line-height: 1;
}

/* breadcrumbs */

.breadcustom {
  font: 0.75em sans-serif;
  list-style: none;
}

.bc2x {
  font-size: 1em;	
}

.bc3x {
  font-size: 1.5em;	
}


.breadcustom li {
  display: inline-block;
  margin-bottom: .2em;
  border-right: 0.25em solid #fff;
}

.breadcustom li a {
  background-color: #418D6A;
  box-sizing: border-box;
  color: #fff;
  display: block;
  max-height: 2em;
  padding: .5em 1em .5em 1.5em;
  position: relative;
  text-decoration: none;
  transition: .25s;
}

.breadcustom li a:before {
  border-top: 1em solid transparent;
  border-bottom: 1em solid transparent;
  border-left: 1em solid #F3FCFA;
  content: "";
  position: absolute;
  top: 0;
  right: -1.25em;
  z-index: 1;
}

.breadcustom li a:after {
  border-top: 1em solid transparent;
  border-bottom: 1em solid transparent;
  border-left: 1em solid #418D6A;
  content: "";
  position: absolute;
  top: 0;
  right: -1em;
  transition: .25s;
  z-index: 1;
}

.breadcustom li a:hover {
  background-color: #57a480;
}

.breadcustom li a:hover:after {
  border-left-color: #57a480;
}

.breadcustom li.active a {
  background-color: #57a480;
  pointer-events: none;
}

.breadcustom li.active a:after {
  border-left-color: #57a480;
}


.pathway:after, .pathway:before {
 	box-sizing: content-box;
}

/* Numeri sentieri */

.cai {
	background-color: #FFFFFF;
	width: fit-content;
	font-weight: 600;
	padding: 0px 3px 0px 3px;
	border-left: 12px solid #E90000;
	border-right: 12px solid #E90000;
	float:left;
	margin-right: 8px;
}

.cai:after, .cai:before {
		
}

.elevationbox {
	height: 276px;	
}

/* sistemazione grafico bootstrap */

.height-focus.line, .height-focus-label {
	display:none;	
}

.leaflet-interactive {
	box-sizing: content-box;
	outline-style: none;
}

@media (min-width: 1600px) {
	
	.navbar-custom {
		font-size: 18px;
		font-weight: 600;
	}
    .slide-desc {
		position: relative !important;
		height: 5%;
		top: 0;
	}
	
	.rightsliderbox {
		height: calc(((100% - 62px) * 85 / 100) + 62px) !important;
	}
	
	.banner1 {
		flex: 1 1 auto;
	}
	

	
.dropdown:hover > .dropdown-menu {
        display: block;
		top: 95%; 
      }
	
#navbarDropdown {
		display: none;
	}
	
.firstlevel {		
	  top: 100%;
	  left: 0;
	  margin-top: var(--bs-dropdown-spacer);
	}
	
.dj-image {
	border-top-left-radius: 0.375rem;
	border-top-right-radius: 0.375rem;
	}
.slide-desc-bg-default {
	border-bottom-left-radius: 0.375rem;
	border-bottom-right-radius: 0.375rem;	
	}
	
	
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .navbar-custom {
		font-weight: 600;
	}
	
	.navbar-custom .nav-link {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
	
	.navbar-brand {
		margin-right: 10px;
	}
	
	.slide-desc {
		position: relative !important;
		height: 5%;
		top: 0;
	}
	.rightslider {
	
	}

	.rightsliderbox {
		height: calc(((100% - 62px) * 85 / 100) + 62px) !important;
	}
	
	.banner1 {
		flex-grow: 1;
	}
	
.dropdown:hover > .dropdown-menu {
        display: block;
		top: 95%; 
      }
	
#navbarDropdown {
		display: none;
	}
	
.firstlevel {		
	  top: 100%;
	  left: 0;
	  margin-top: var(--bs-dropdown-spacer);
	}
	
.dj-image {
	border-top-left-radius: 0.375rem;
	border-top-right-radius: 0.375rem;
	}
.slide-desc-bg-default {
	border-bottom-left-radius: 0.375rem;
	border-bottom-right-radius: 0.375rem;	
	}
	
.latmenu a {
		font-size: 18px;
	}
	
.breadcrumbs {
		margin-top: -80px;
	}
	
}

@media (min-width: 1200px) and (max-width: 1399px) {
	.navbar-custom .nav-link {
		padding-left: 2px !important;
		padding-right: 2px !important;
	}
	
	.navbar-brand {
		margin-right: 4px;
	}
	
	.navbar-brand img {
		height: 35px;
	}
	
	.navbar .container-fluid {
		padding-left: 5px;
		padding-right: 5px;
	}
	
	
	.slide-desc {
		position: relative !important;
		height: 6%;
		top: 0;
	}
	.rightslider {
		
	}
	.dropdown:hover > .dropdown-menu {
        display: block;
      }
	
#navbarDropdown {
		display: none;
	}
	
.firstlevel {		
	  top: 100%;
	  left: 0;
	  margin-top: var(--bs-dropdown-spacer);
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.navbar-custom .nav-link {
		padding-left: 2px !important;
		padding-right: 2px !important;
	}
	
	.navbar-brand {
		margin-right: 4px;
	}
	
	.navbar-brand img {
		height: 35px;
	}
	
	.navbar .container-fluid {
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.slide-desc {
		position: relative !important;
		height: 8%;
		top: 0;
	}
	
	.rightslider {
		
	}
	.dropdown:hover > .dropdown-menu {
        display: block;
      }
	
#navbarDropdown {
		display: none;
	}
	
.firstlevel {		
	  top: 100%;
	  left: 0;
	  margin-top: var(--bs-dropdown-spacer);
	}
}


@media (min-width: 768px) and (max-width: 991px) {
	
	.slide-desc {
		
		position: relative !important;
		height: 10%;
	}
	
	.rightslider {
	}
	
	.latmenu li {
		width: calc(50% - 3px);
		margin-bottom: 6px;
	}
	
	.latmenu li:nth-child(odd) {
		margin-right: 6px;	
	}
			
}

@media (min-width: 576px) and (max-width: 767px) {
	
	.slide-desc {
		
		position: relative !important;
		height: 15%;
	}
	
	.latmenu li {
		width: calc(50% - 3px);
		margin-bottom: 6px;
	}
	
	.latmenu li:nth-child(odd) {
		margin-right: 6px;	
	}
		
}

@media (min-width: 360px) and (max-width: 575px) {
	.slide-desc {
		position: relative !important;
		height: 20%;
	}
	.slide-desc-text-default {
	padding: 0px 10px;
	}
	
	.latmenu li {
		width: calc(50% - 3px);
		margin-bottom: 6px;
	}
	
	.latmenu li:nth-child(odd) {
		margin-right: 6px;	
	}
	
	.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
}

@media (max-width: 359px) {
	.slide-desc {
		position: relative !important;
		height: 20%;
	}
	.slide-desc-text-default {
	padding: 0px 2px;
	}
	
	.latmenu li {
		width: calc(50% - 3px);
		margin-bottom: 6px;
	}
	
	.latmenu li:nth-child(odd) {
		margin-right: 6px;	
	}
	
	.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
}