

.bg_footer{
    background-color: #24424a;
    padding: 40px 15px !important;
    color: #fff;
}

.bg_menu_lato{
    background-color: #122225;
    padding: 30px 15px;
}

.bg_menu_lato a{
    color: #fff;
    text-decoration: none;
    width: 100%;
    display: block;
    padding: 17px 10px;
}

.bg_menu_lato a:hover,
.bg_menu_lato a.active{
    color: #fff;
    text-decoration: none;
    background-color: #1b373b;
}

.bg_menu_lato dt{
    font-weight: 400;
    border-bottom: 1px solid #2a393b;
}

.sottovoce{
    padding: 10px 15px 10px 15px !important;
    font-size: 17px;
}

.bg_menu_lato li ul li:nth-child(1) .sottovoce{
    padding-top: 5px !important;
}

.sottovoce:hover,
.sottovoce.active{
    background-color:#122225 !important;
    text-decoration: underline !important;
}
i.segnosub {
    padding-top: 9px;
    color: white !important;
    right: 20px;
    float: right;
}
/*a.collapsed > i.chiuso {
    display: block;
}
a.collapsed > i.aperto {
    display: none;
}
a:not(.collapsed) > i.chiuso {
    display: none;
}
a:not(.collapsed) > i.aperto {
    display: block;
}*/



/* GRANDE SCHERMO */





}

@media (min-width: 1288px){
  

}

@media (min-width: 1200px){



}

/* GRANDE SCHERMO */
@media (max-width: 1489px){
    


}


/* GRANDE SCHERMO */
@media (max-width: 1288px){
    


}



/* MEDIO */
@media (max-width: 1200px){


    
}

/* SOLO TABLET */
@media (max-width: 1129px){


    
}


/* SOLO TABLET */
@media (max-width: 1021px){




}




/* SPAZIO IPAD */
@media (max-width: 991px) {
    

}  



/* SOLO MOBILE */
@media (max-width: 767px) {



}


/* SOLO MOBILE */
@media (max-width: 568px) {





}


.menu-scroll{
    display: none;
}
.menu-scroll.menu-white-bar{
    background-color: white;
    height: 91px;
    color: #000;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    display: block;
}
.menu-scroll.menu-white-bar a{
    color: #000;
}

.img_logo_verdeint{
    width: 70%;
}

.nobanner-header{
    height: 90px;
}

#map{
    width: 100%;
    height: 514px;
}
#mapverde{
    width: 100%;
    height: 334px;
}

.spazio_testo_banner h2{
    color: white;
    font-size: 16px;
    font-weight: normal;
}

.noh1{
        font-size: 20px;
    color: #0c6e47;
    padding: 20px;
}

.intro_titolo_muschio{
    font-weight: normal;
    color: #666;
}
.testo_titolo_muschio{
    color: #333;
}


.modal {
    z-index: 1000000;
}
.modal-backdrop {
    z-index: 999999;
}

.testo_static{
        padding-top: 120px;
}

#menu{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 64px;
    right: 0px;
    /*background: white;*/
    z-index: 9199;
}

#menu a{
    color: white !important;
    text-decoration: none;
}

#menu .primolivello{
    font-size: 25px;
    list-style: none;
        margin-left: 66px;
}

#menu .secondolivello{
    font-size: 20px;
    list-style: none;
    padding-left: 230px;
    border-top: 1px solid white;
}

#menu .primolivello .headermenu,
#menu .primolivello .footermenu{
    font-size: 25px;
}

#menu .primolivello .lingua{
    font-size: 20px;
}
#menu #closemenu{
    /* background-color: #111; */
}
#menu #closemenu .chiudi{
    color: #FFF;
    font-weight: 800;
    width: 90px;
    height: 90px;
}
.vocimenulaterale:active:focus,
.vocimenulaterale:visited,
.vocimenulaterale:hover,
.vocimenulaterale{
    color: white;
    padding:10px;
}

.header{
    position: fixed;
    background-color: white;
    z-index: 9199;
    top: 0;
    box-shadow: 0px 1px 15px #999;
}

#primary{
    padding-top: 58px;
}

.menu_laterale{
    
    z-index: 100;
    top: 0;
    right: 0;
    bottom: 0;
    
    overflow: auto;
}



.logo_associato{
   height: auto;
   text-align: center;
   margin: 40px 0px;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;

   -webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;

   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   
}
.logo_sostenitore{
   height: auto;
   text-align: center;
   margin: 40px 0px;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;

   -webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;

   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   }
.logo_sostenitore img, 
.logo_associato img, {
   margin: 0px auto;
}






#nav-icon2 {
  width: 21px;
  height: 14px;
  position: relative;
  margin-top: 23px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon2 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: #000000;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd) {
  left:0px;
  border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
  top: 0px;
}

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 7px;
}

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top: 14px;
}

#nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
    left: 2px;
    top: 3px;
}

#nav-icon2.open span:nth-child(2) {
    left: calc(50% - 3px);
    top: 3px;
}

#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
    left: 2px;
    top: 9px;
}

#nav-icon2.open span:nth-child(6) {
    left: calc(50% - 2px);
    top: 9px;
}
ul#primario{
  margin-bottom: 25px !important;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;   
  display: -webkit-flex;
  flex-flow: row wrap;
}
ul#primario li{
  flex: 100%;
}

.titolo_news #menu a {
  color: #24424a !important;
}

.latosx-menu {
  overflow: scroll !important;
}

ul#primario li.btn-menu-half-sx,
ul#primario li.btn-menu-half-dx {
  /*flex: 50% !important;*/
  width: 49%;
  -webkit-flex: 50%;
           flex: 50%;
  border:0px;
  text-align: center !important;
  display: inline-table;
  border-bottom: 0px !important;
}
ul#primario li.btn-menu-half-dx{
  border-left: 1px solid #2a393b;
}
.reset-col {
  border-top: 1px solid #2a393b;
}
.LINGUA {
    color: #999 !important;
}

.LINGUA.ACTIVE {
  color: #fff !important;
}


.pum-theme-7485 .pum-container, .pum-theme-lightbox .pum-container{
  border-color: rgb(239, 160, 55) !important;
}