/*@charset "UTF-8";*/
/* CSS Document */
*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }


.menulaterale{
width:300px;
height:100%;
position:fixed;
top:0;
left:-300px;
background:rgba(0,0,0,1);	
z-index:10000;
}

.innermenulat {
  overflow-y: auto;
  height: 99%;
}
.menulaterale a{
color:#ffffff;
}
.menulaterale a:hover {
color:#0098E1;
}

.menulaterale ul{
	width:100%;
	float:left;
	margin-top:100px;
	list-style-type:none;
	margin:0;
	padding:0;
}
.menulaterale ul li{
	margin-top:10px;	
	border-left: 10px solid transparent;
}

.menulaterale ul li:first-child{
margin-top:100px;
}
.menulaterale ul li:hover{
	background:#fff;
	border-left:10px solid #0098e1;
}
.menulaterale ul li a{
	text-align: left;
	color: #ddd !important;
	text-decoration: none;
	padding: 5px 20px;
	display: block;
}

.menulaterale ul li:hover a{
color:#333 !important;
font-weight:bold;
}


/*			MENUBUTTON			*/
#menuButton{
font-size: 1.5rem;
margin: 0px 0px;
float: left;
position: fixed;
bottom:60%;
left:0rem;
padding:1rem;
border:2px solid #fff;
border-radius:5px;
background-color:#0098E1;
color:#fff !important;

}


#menuButton a{
  color: #fff;
	cursor:pointer;
	transition:all 0.2s;
}
#menuButton a:hover{
	color:#c0c0c0;
	
}
/*			CLOSEBUTTON		*/


.closeButton{
	font-size:1.5em;
	color:#fff;
	position:absolute;
	left:260px;
	top:10px;
	
}
.closeButton a:hover{
	color:#fff;
	cursor:pointer;
	
}


/*  STILI CHE NON CENTRANO COL MENU LATERALE */

  
 .block-bordered-5 {border:5px solid #E5E5E5;}
 .h230 {height:230px;}
 .section-no-padding {padding:0px;}
   
   ul.elenco li {
   line-height:2.4rem;
   list-style:none;
   font-size:1rem;
   }
     
   ul.elenco li::before {

    content: "\f00f";
    font-family: mfg;
    font-size: 0.85rem;
    padding-right: 0.625rem;
    transition: all 0.20s linear 0s;
    -o-transition: all 0.20s linear 0s;
    -ms-transition: all 0.20s linear 0s;
    -moz-transition: all 0.20s linear 0s;
    -webkit-transition: all 0.20s linear 0s;
    }
   
  .z-1 {
  z-index: 1;
  position:relative;
  } 

/* FINE STILI CHE NON CENTRANO COL MENU LATERALE */


