
/*  ----------------  */			

@font-face {
  font-family: 'EncodeSansExpanded-ExtraLight';
   src: url('fonts/EncodeSansExpanded-ExtraLight.ttf')  format('truetype'); /* Safari, Android, iOS */      
}
@font-face {
  font-family: 'EncodeSansExpanded-Light';
   src: url('fonts/EncodeSansExpanded-Light.ttf')  format('truetype');       
}
@font-face {
  font-family: 'EncodeSansExpanded-Medium';
   src: url('fonts/EncodeSansExpanded-Medium.ttf')  format('truetype');      
}
@font-face {
  font-family: 'EncodeSansExpanded-Thin';
   src: url('fonts/EncodeSansExpanded-Thin.ttf')  format('truetype'); 
}
@font-face {
  font-family: 'Roboto-Italic';
   src: url('fonts/Roboto-Italic.ttf')  format('truetype'); 
}
@font-face {
  font-family: 'Roboto-Bold';
   src: url('fonts/Roboto-Bold.ttf')  format('truetype'); 
}
@font-face {
  font-family: 'Roboto-Regular';
   src: url('fonts/Roboto-Regular.ttf')  format('truetype'); 
}
@font-face {
  font-family: 'Roboto-LightItalic';
   src: url('fonts/Roboto-LightItalic.ttf')  format('truetype'); 
}
@font-face {
  font-family: 'Roboto-Light';
   src: url('fonts/Roboto-Light.ttf')  format('truetype'); 
}
@font-face {
  font-family: 'Roboto-Black';
   src: url('fonts/Roboto-Black.ttf')  format('truetype'); 
}
@font-face {
  font-family: 'Roboto-Thin';
   src: url('fonts/Roboto-Thin.ttf')  format('truetype'); 
}

/*  ----------------  */	

        /*  Page styles  */

        *{
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body{
            font: normal 14px/1.4 Arial, Helvetica, sans-serif;
        }

        .skrollr-desktop body {
            height:100% !important;
        }

        #skrollr-body {
            height:100%;
            /* overflow:visible;  */
			overflow: hidden;
            position:relative;
			background: #FFFFFF;
        }


        /*  Styles for this example */


        .dummy-content{
            color: #3FA564;

            
            text-align: center;
			
        }

        .dummy-content h2{
            font-weight: normal;
        }
       .footer-content{
             text-align: center;
			border-top:1px solid #b3b3b3;
			color:#575756;
			font-size: 12px;	
			font-family: 'Roboto-Light';
		 
        }

        .features-jcarousel{
            padding: 0px 0px 0px 0px;
            background-color: #fff;
            color: #25373C;
            font-size: 18px;
           text-align: center;
			position:relative;
			border:0px solid red;
        }
       .features-jcarousel div{
             margin: 0px;
            padding: 0px;
			 display: inline-block;
        }
       .features-form{
            padding: 0px 0px 0px 0px;
            background-color: #fff;
            color: #25373C;
            font-size: 18px;
           text-align: center;
			position:relative;
        }
       .features-form div{
             margin: 0px;
            padding: 0px;
			 display: block;
        }

		.features-list{
            padding: 0px 0px 0px 0px;
            background-color: #fff;
            color: #25373C;
            font-size: 18px;
            //text-align: center;
			position:relative;
			border:0px solid red;
			overflow: visible;
        }

        .features-list h2{
            font-size: 42px;
            margin-bottom: 80px;
            font-weight: normal;
        }

        .features-list div{
            display: inline-block;
            margin: 0px;
            padding: 0px;
            border: 0px solid #ccc;
			
        }
		


		
		
        .features-list .grande{
           width: 50%;
        }
        .features-list .piccolo{
           /*  width: 30%;  */
		    width: 40%;  
        }
        .features-list .margin{
           margin: 10px;
		   margin-top: 0px;
        }

.accordion_mylogistic {
	float:right;display:block; 
}
.accordion_museum {
	float:right;display:block; 
}
			
        @media (max-width: 1060px){

            .features-list div{
             }
			.features-list .grande{
			}
			.features-list .piccolo{
				width: 45%;
			}

        }		
	       /*  @media (max-width: 760px){    */
       @media (max-width: 900px){

             .features-list div{
               // width: 90%;
               margin-bottom: 10px;
			   /*  display: block;  candon */ 
            }
			.features-list .grande{
				width: 98%;
			}
			.features-list .piccolo{
				width: 98%;
			}
			.accordion_mylogistic {
				float:left;display:block; 
			}
			.accordion_museum {
				float:left;display:block; 
			}

        }
	

		
/*  ----   opacita  ------ */		
.item {  		
		-webkit-transition: opacity 1s ease-in-out;
       -moz-transition: opacity 1s ease-in-out;
        -ms-transition: opacity 1s ease-in-out;
         -o-transition: opacity 1s ease-in-out;
            transition: opacity 1s ease-in-out;
 }			
/*  ----------------  */			

	
.col {  		
		//max-width:300px;
 }	
.col-sedi {  		
	padding-left: 10%;
}	
	

/*  --------  zoom -------- */
.hover-zoom {
  margin: 0;
 height: 100%;
  width: 100%;
  max-width:1400px;
   -webkit-transition: all 1.1s ease-in-out;
  transition: all 1.1s ease-in-out;
 background-size: 100%;
//  background-size:     cover;   
   background-repeat:   no-repeat;
    background-position: center top;           
   position: relative;
  z-index:100;
}
.hover-zoom:hover {
  background-size: 110%;
}
.hover-zoom-archivio {
  margin: 0;
 height: 100%;
  width: 100%;
  max-width:560px;  /* 40% di 1400 */
   -webkit-transition: all 1.1s ease-in-out;
  transition: all 1.1s ease-in-out;
 background-size: 100%;
//  background-size:     cover;   
   background-repeat:   no-repeat;
    background-position: center top;           
   position: relative;
  z-index:100;
}
.hover-zoom-archivio:hover {
  background-size: 110%;
}
.ombra-sinistra{
	width:50%; 
	height:100%; 
	background-color:#dedede; 
	position:absolute; 
	right:0px; 
	top:0px;
	z-index:1;
}
.ombra-destra{
	width:50%; 
	//max-height:800px;
	height:100%; 
	background-color:#dedede; 
	position:absolute; 
	left:0px; 
	top:0px;
	z-index:1;
}
/*  --------  zoom end -------- */


/*  --------  elementi  -------- */
.container-centrato {
     text-align: center;
	  width:100%;
	  
}
.left-div {
     display: inline-block;
     vertical-align: top;
	 border:0px solid red;
	 max-width:500px;
}
.left-div-archivio {
     display: inline-block;
     vertical-align: top;
	 border:0px solid red;
	 max-width:200px;
}
.right-div {
     display: inline-block;  
	 border:0px solid red;
	 max-width:600px;
}
       @media (max-width: 900px){

			.left-div {
				 border:0px solid red;
				 max-width:100%;
				 padding-bottom:10px;
			}
			.right-div {
				 border:0px solid red;
				 max-width:100%;
				 padding-bottom:10px;
			}
			.box-testo-news {
				 margin-left:10px;
			}
			.box-testo-faq {
				 margin-left:10px;
			}
			.box-titolo-news {
				 margin-left:10px;
			}
			.box-titolo-news-archivio {
				 margin-left:0px;
			}
			.col {  		
				margin-bottom:20px;
			}	

			.left-div-archivio {
			  max-width:100%;   
			}
			.accordion.archivio{margin-top: 0px !important;}
			
        }
       
/*  quando nella pagina CONTATTI.HTML le 3 SEDI cominciano ad andare a capo, su una riga espongo una colonna sola delle 2 rimaste */	   
	   @media (max-width: 1120px){
			.col-sedi {  		
				min-width:90%;
				text-align:center;
				padding-left: 35%;
			}	
			.spazio-col-contatti{  		
				display:none;
			}	
        }		
	   @media (max-width: 700px){
			.col-sedi {  		
				padding-left: 20%;
			}	
        }		
	   @media (max-width: 600px){
			.col-sedi {  		
				padding-left: 10%;
			}	
        }		

		
.giustificato {
    text-align: justify;
    text-justify: inter-word;
}
.grande{
   width: 65%;
}
.piccolo{
   width: 30%;
}
.laterale{
   width: 20%;
}
.laterale-faq{
   width: 1%;
}
.laterale-mini{
   width: 10%;
}
.laterale-mini-sinistra{
   width: 15%;
}
.laterale-mini-destra{
   width: 5%;
}

.centrale-mini{
   width: 2%;
}
.centrale{
   width: 56%;
}
.centrale-faq{
   width: 90%; 
   //margin-left:10%;
}
.margin{
   margin: 10px;
   margin-top:0px;
}
.margine-top-60{
   margin-top: 60px;
}
.margine-top-30{
   margin-top: 30px;
}
.margine-top-40{
   margin-top: 40px;
}
.margine-top-10{
   margin-top: 10px; 
}
.margine-bottom-10{
   margin-bottom: 10px; 
}

.alto300{
   height: 300px;
}

.alto500{
   height: 500px;
}
.alto600{
   height: 650px;
}
.padding-right{
	padding-right:50px;
}
.padding-left{
	padding-left:50px;
}
.elenchi {
list-style-type: disc;
list-style: initial;
text-align:left;
border:0px;
line-height: 16px;
}

.elenchi li {
    list-style-type: disc;
    list-style-position: inside;
   // text-indent: -1.0em;
    padding-left: 0em;
	text-align:left;
	width:100%;
}


/* non usato - non funziona */
.bottone-testo{
	color:#FFFFFF;background:#002e51;margin:15px 35px 15px 35px;letter-spacing: 8px;
}

.box-titolo{
   text-align:left;
    text-transform: uppercase;
       font-family: "Roboto-Italic";
    font-size: 32px;
    line-height: 42px;
    color: #305d82;
    font-weight: 200;
    letter-spacing: 8px;
	margin-top:0px;
	margin-left:5px; 

}
.box-titolo-piccolo{
   text-align:left;
    text-transform: uppercase;
       font-family: "Roboto-Italic";
    font-size: 22px;
    line-height: 30px;
    color: #305d82;
    font-weight: 200;
    letter-spacing: 6px;
	margin-top:0px;

}
.box-titolo-news{
   text-align:left;
    text-transform: uppercase;
       font-family: "Roboto-Italic";
    font-size: 32px;
    line-height: 42px;
    color: #305d82;
    font-weight: 200;
    letter-spacing: 8px;
	margin-top:0px;

}
.box-titolo-news-archivio{
   text-align:left;
    text-transform: uppercase;
       font-family: "Roboto-Italic";
    font-size: 32px;
    line-height: 32px;
    color: #305d82;
    font-weight: 200;
    letter-spacing: 8px;
	margin-top:0px;

}
@media screen and (max-width: 600px) {
	.box-titolo{
		font-size: 28px;
		line-height: 34px;
	}
	.box-titolo-contatti{
		font-size: 28px;
		line-height: 34px;
	}
}
.margine-destro{
 
margin-right: 30px;
}

.box-testo{
    text-align:left;
      font-family: "Roboto-Regular";
    font-size: 17px;
    line-height: 1.75;
    color: #575756;
	
	float:left;display:block;width:96%;text-align:left;margin-left:5px; 

}
.box-testo-faq{
    text-align:left;
      font-family: "Roboto-Regular";
    font-size: 17px;
    line-height: 1.75;
    color: #575756;
	
	float:left;display:block;width:96%;text-align:left;margin-left:5px; margin-right:20px;

}
.box-testo-centrato{
      font-family: "Roboto-Regular";
    font-size: 17px;
    line-height: 1.75;
    color: #575756;
}
.box-testo-news{
    text-align:left;
      font-family: "Roboto-Regular";
    font-size: 17px;
    line-height: 1.75;
    color: #575756;
	float:left;display:block;text-align:left;margin-right:5px; 

}
.box-data-news{
    text-align:left;
      font-family: "Roboto-Regular";
    font-size: 21px;
    line-height: 1.75;
    color: #575756;
	float:left;display:block;text-align:left;margin-right:5px;

}
.box-data-news-archivio{
    text-align:left;
      font-family: "Roboto-Regular";
    font-size: 21px;
    line-height: 1.75;
    color: #575756;
	float:left;display:block;text-align:left;margin-right:5px;
	margin-bottom:0px;
}

.box-titolo-contatti{
   text-align:left;
    text-transform: uppercase;
       font-family: "Roboto-Regular";
    font-size: 34px;
    line-height: 38px;
    color: #305d82;
    font-weight: 200;
    letter-spacing: 4px;
	margin-top:0px;

}
.box-testo-contatti{
    text-align:left;
      font-family: "Roboto-Regular";
    font-size: 20px;
    line-height: 30px;
    color: #575756;
	float:left;display:block;text-align:left;margin-right:10px; 

}
      @media (max-width: 900px){

			.box-testo-faq{
				//font-size: 13px; 
			}


        }
		
.listaUL {
	list-style: initial;
	list-style-type: disc;
	padding:20px;
	text-align:left;
	border-bottom:0px;
	
}
.listaUL li{
    display: list-item;
	text-align:left;
    font-family: "Roboto-Regular";
    font-size: 17px;
    line-height: 1.75;
    color: #575756;
	width:80%;margin-left:10px; 
}
.listaUL li a{
	background: #FFFFFF; 
	color: #575756;
	padding-left: 0px;padding-right: 0px;
}
	
.barra-titolone{
   width:80%;
    background:#FFFFFF;
   text-align:center;
    text-transform: uppercase;
       font-family: "EncodeSansExpanded-Light";
   font-size: 46px;
    line-height: 48px;
    color: #305d82;
    letter-spacing: 8px;
	margin-top:10px;
 }
.barra-titolo{
   width:80%;
   max-width:1196px; /* lo slider sotto e' 1200px con qualche px di padding    */
   height:60px;
   color:#FFFFFF;
   font-size:26px;
   background:#002e51;
   border-radius: 5px;
}
.barra-contact{
   width:80%;
   max-width:400px;
   margin:0 auto;
   height:60px;
   color:#FFFFFF;
   font-size:26px;
   background:#002e51;
   border-radius: 5px;
}


.header-sinistra{
	float:left;display:block;
	width:30%; 
	height:60px;padding-left:25px;
	border:0px solid red; 
 }
 .header-destra{
 float:right;display:block;
// width:15%; 
 height:60px;
 border:0px solid blue;
 } 
 
.header{
float:left;display:block;
width:38%; 
//margin:0 auto;
height:60px; 
 }
 

		
		
.header_loghi{
	float:left; 
	display:block; 
	width:60px; 
	height:60px; 
	margin-left:2px;
	margin-right:2px;   
 }
 .logo_invisibile{
	visibility:hidden;
 }
.header_loghi2{
	//margin-top:-10px;
	margin-top:0px;
	float:left; display:block; width:200px; height:60px; background: #ffffff; margin-left:20px;margin-right:20px; cursor:pointer;
 }
 .header_loghi2 img{
	//width:200px;
 }
.header-social{
 float:left;display:block;margin-right:4px;margin-top:15px;
  }
.header-social2{
 float:left;display:block;margin-right:8px;margin-top:15px;
  }
.header-social3{
float:left;display:block;margin-left:8px;margin-right:0px;margin-top:15px;
  }
  .header-news{
float:left;display:block;margin-left:0px;margin-right:10px;margin-top:18px;
  }
    .header-contatti{
float:left;display:block;margin-left:0px;margin-right:10px;margin-top:18px;
  }
 .header-social img,
 .header-social2 img  {
 width:34px;
  }
 .header-social3 img{
 width:34px;
  }
   .header-news img{
 width:100px;
  }
    .header-contatti img{
 width:126px;
  }

.header-language{
 float:left;display:block;margin-right:8px;margin-top:21px;
  font-family: "Roboto-Italic", serif;
  font-size: 20px;
  }
.header-login{
 float:left;display:block;margin-left:10px;margin-top:18px;
 font-family: "Roboto-Regular";
  font-size: 15px;
  color:#496a83;
  }
.header-destra-container{
	width:460px; height:60px;
 }  				 
         @media screen and (max-width: 1800px) {
			 .header-sinistra{
				width:20%; border:0px solid black; 
				  
			 }
			 .header{
				 width:47%; border: 0px solid blue;
			 }
		 }
          @media screen and (max-width: 1600px) {
			 .header-sinistra{
				width:20%; border:0px solid blue; 
				  
			 }
			 .header{
				 width:47%; border: 0px solid blue;
			 }
       }
       @media screen and (max-width: 1460px) {
			 .header{
				 width:47%; border: 0px solid blue;
			 }
			 .header-sinistra{
				width:20%; border:0px solid red; 
			 }
        }
         @media screen and (max-width: 1680px) {
			 .header-sinistra{
				width:20%; border:0px solid black; 
				  
			 }
			 .header{
				 width:47%; border: 0px solid blue;
			 }
		}
          @media screen and (max-width: 1600px) {
			 .header-sinistra{
				width:20%; border:0px solid blue; 
				  
			 }
			 .header{
				 width:47%; border: 0px solid blue;
			 }
       }
       @media screen and (max-width: 1460px) {
			 .header{
				 width:47%; border: 0px solid blue;
			 }
			 .header-sinistra{
				width:20%; border:0px solid red; 
			 }
        }
 /* ----------------------- */
 /* ----------------------- */
 /* ----------------------- */
		@media screen and (max-width: 1430px) {
				.header_loghi2{
					width:146px; height:60px;margin-top:8px; border:0px solid red;
				 }
				 .header-home{
					 height:46px; margin-top:5px;border:0px solid red;
				 }
				 .header_loghi{
					width:48px; 
					height:48px; 
					margin-left:1px;
					margin-right:1px; 
					margin-top:5px;	border:0px solid black;				
				 }
				 .header{
					 width:41%; border: 0px solid black;
				 }
				 .header-sinistra{
					width:24%;  
					margin-left:-20px;
				 }
 
				 .header-destra{
				 width:15%; 
				 border:0px solid blue;
				 margin-right:0px;
				 }        
				 .header-login{
					display:none;visibility:hidden;
				 }   
				 .header-social img,
				 .header-social2 img  {
				 width:30px;
				  }
				 .header-social3 img{
				 width:30px;
				  }
				   .header-news img{
				 width:90px;
				  }
					.header-contatti img{
				 width:120px;
				  }
  
				.header-destra-container{
					border:0px solid green;width:450px;padding-left: 30px; 
				 }  				 
		 }
/* ----------------------- */
 /* ----------------------- */
 /* ----------------------- */
		@media screen and (max-width: 1250px) {
				 .header-sinistra{
					width:19%; border:0px solid green; 
					//margin-left:-20px;
				 }
				 .header{
					 width:43%; border: 0px solid black;
				 }
				 .header-destra{
				//margin-right:0px;
				 }  
				.header-destra-container{
					border:0px solid green;width:440px;padding-left: 30px; 
				 }  				 

		 }
        @media screen and (max-width: 1210px) {
			 .header{
				//width:80%; border: 0px solid blue;
				width:47%; border: 0px solid blue;
			 }
				 .header-sinistra{
					width:18%; border:0px solid red; 
					//margin-left:-20px;
				 }
        }
        @media screen and (max-width: 1135px) {
			 .header{
				//width:75%;	border: 0px solid green;	
				width:48%;	border: 0px solid red;	
			 }
 				 .header-sinistra{
					width:14%; border:0px solid red; 
					//margin-left:-20px;
				 }
				.header-destra-container{
					border:0px solid black;padding-left: 0px; width: 390px;
				 }  	
				.header-social{
				 margin-right:2px;
				  }
				.header-social2{
				 margin-right:4px; 
				  }
				.header-social3{
				margin-left:4px; 
				  }
				  .header-news{
				margin-right:5px; 
				  }
					.header-contatti{
				margin-right:5px; 
				  }				 
       }
        @media screen and (max-width: 1080px) {
			 .header{
				//width:75%;	border: 0px solid green;	
				width:47%;	border: 0px solid green;	
			 }
 				 .header-sinistra{
					width:13%; border:0px solid blue; 
					margin-left:-30px;
				 }
				.header-destra-container{
					border:0px solid black;padding-left: 0px; width: 420px;
				 }  				 
 				.header_loghi2{
					width:140px; height:60px;margin-top:5px; border:0px solid red;
				 }
				 .header-home{
					 height:44px; margin-top:5px;border:0px solid red;
				 }
				 .header_loghi{
					width:45px; 
					height:45px; 
					margin-left:1px;
					margin-right:1px; 
					margin-top:5px;	border:0px solid black;				
				 }
      }
/*  search */


#search51{
    background: url(data:image/png;base64,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) no-repeat 100px 6px #fcfcfc;
    border:1px solid #d1d1d1;
  
    width:120px;
	 height:25px;
   // padding:6px 15px 6px 35px;
   margin-top:18px;
   margin-left:15px;
   color:#496a83;
    font-size: 12px;
    border-radius:20px;
    text-shadow:0 2px 3px rgba(0,0,0,0.1);
    box-shadow:0 1px 3px rgba(0,0,0,0.15) inset;
    -webkit-transition: all 0.7s ease 0s;
}

#search51:focus{
    width:120px;
    outline:0;
}

/* ----------------  */
 .bold{
	font-weight: bold;;
} 
.HP-titolo{
   color:#476e8d; 
   font-family: 'EncodeSansExpanded-ExtraLight', sans-serif;
	//word-spacing: .12em;
//font-weight: 400;
	    font-size: 62px;
    line-height: 62px;
}
		
.HP-titolo-2{
   color:#476e8d; 
   font-family: 'EncodeSansExpanded-Light';
 	word-spacing: .12em;
	font-weight: 400;
  font-size: 38px;
    line-height: 48px;
}
.HP-titolo-3{
   color:#305d82; 
    font-family: 'EncodeSansExpanded-Light';
     text-transform: uppercase;
	word-spacing: .12em;
	font-weight: 400;
  font-size: 35px;
    line-height: 48px;
} 
@media screen and (max-width: 1100px) {
		.HP-titolo{
				font-size: 34px;
			line-height: 40px;
		}
		.margine-top-60{
		   margin-top: 0px;
		}
		.HP-titolo-2{
		  font-size: 29px;
			line-height: 40px;
		}

		.HP-titolo-3{
		  font-size: 26px;
			line-height: 30px; 
		} 

}
@media screen and (max-width: 600px) {
		.HP-titolo{
				font-size: 34px;
			line-height: 40px;
		}
		.margine-top-60{
		   margin-top: 0px;
		}
		.HP-titolo-2{
		  font-size: 29px;
			line-height: 40px;
		}

		.HP-titolo-3{
		  font-size: 29px;
			line-height: 40px;
		} 

}

.HP-testo{
   color:#575756;
  font-family: "Roboto-Italic", serif;
      letter-spacing: 2px;
    line-height: 32px;
	font-size: 26px;
   
}
.HP-testo2{
   color:#575756;
  font-family: "EncodeSansExpanded-Light", serif;
      letter-spacing: 2px;
    line-height: 32px;
	font-size: 28px;
   
}
.HP-testo2-lavora{
   color:#626161;
   font-family: "Roboto-Regular", serif;
     //letter-spacing: 2px;
    line-height: 32px;
	font-size: 26px;
   
}

.HP-testo3{
   color:#575756;
  font-family: 'EncodeSansExpanded-ExtraLight', sans-serif;
      letter-spacing: 2px;
    line-height: 32px;
	font-size: 25px;
   
}


.HP-testo3-email{
   color:#575756;
  font-family: 'EncodeSansExpanded-ExtraLight', sans-serif;
      letter-spacing: 1px;
    line-height: 32px;
	font-size: 22px;
}
	   @media (max-width: 750px){
			.HP-testo3-email{
				line-height: 24px;
				font-size: 18px;
			}
        }		
	   @media (max-width: 600px){
			.HP-testo3-email{
				line-height: 20px;
				font-size: 14px;
			}
        }		

		
		
		
.menu-titolo{    
   font-family: "Chronicle","Times New Roman",Times,serif;
  color:#575656;
       font-style: italic;
    letter-spacing: 2px;
    line-height: 32px;
	font-size: 28px;
}
 
.corsivo{    
        font-style: italic;
}
.affiancato{
   display: inline-block;  
	margin-left:0px;
   margin-right:0px;   
	padding-left:0px;
   padding-right:0px;   
}
.nomobile{
   display: inline-block;  
   visibility:visible;    
}
.no-mobile{
    visibility:visible; 
}
.link {
   color: inherit;
   text-decoration: none;
   cursor:pointer;
}
.link:hover {
   color: inherit;
   text-decoration: none;
   cursor:pointer;
}
.link:visited {
   color: inherit;
   text-decoration: none;
   cursor:pointer;
}
.link a {
   color: inherit;
   text-decoration: none;
      cursor:pointer;
}
.link a:hover {
   color: inherit;
   text-decoration: none;
      cursor:pointer;
}
.link a:visited {
   color: inherit;
   text-decoration: none;
      cursor:pointer;
}
.menu-footer{
   border:0px solid #dedede;
}
.menu-footer a {
   border:0px solid #dedede;
	margin-left:30px;
   margin-right:30px;
   font-size:14px;
   color:#575656;
  font-family: 'Roboto-Black';
 letter-spacing: 3px;
}

.float-margin {
  float:left;margin-top:5px;
}


.font22 {
  font-size:14px;
}


.area_link_contatti {
 border:0px solid red; width:12%; height:5%;right:0;top:0;position: absolute;
 cursor:pointer;
}


.area_banner_titolo {
 border:0px solid red; width:80%; height:42%; left:10%; bottom:0;position: absolute;
 text-align:center;
       letter-spacing: 5px;
    line-height: 72px;
	font-size: 70px;
	 color: #305d82;
 font-family: 'Encode Sans Expanded', sans-serif;
 //font-family: "EncodeSansExpanded-Medium", serif;
  //font-family: 'EncodeSansExpanded-Light', sans-serif;
  font-size: 4.3vw;
   line-height: 5vw;
   //padding-top:15px;
       display: flex;  justify-content:center;align-items:center;

 
}
.area_banner_titolo2 {
 border:0px solid red; width:80%; height:42%; left:10%; bottom:0;position: absolute;
 
       letter-spacing: 5px;
    line-height: 72px;
	font-size: 70px;
	 color:#305d82; 
 font-family: 'Encode Sans Expanded', sans-serif;
 //font-family: "EncodeSansExpanded-Medium", serif;
  //font-family: 'EncodeSansExpanded-Light', sans-serif;
  font-size: 4.5vw;
   line-height: 5vw;
   
    display: flex;  justify-content:center;align-items:center;
 
}


.area_banner_titolo_font_small {
 border:0px solid red; width:80%; height:42%; left:10%; bottom:0;position: absolute;
 text-align:center;
       letter-spacing: 2px;
    line-height: 72px;
	font-size: 64px;
	 color:#305d82; 
 font-family: 'Encode Sans Expanded', sans-serif;
 //font-family: "EncodeSansExpanded-Medium", serif;
  //font-family: 'EncodeSansExpanded-Light', sans-serif;
  font-size: 3.4vw;
   line-height: 4vw;
   //padding-top:20px;
   
    display: flex;  justify-content:center;align-items:center;
 
}

		



/*  torna su */
.scrolltotop{
    width:50px;
    height:50px;
    position:fixed;
    bottom:10px;
    right:10px;
    display:none;
   // text-indent:-1000px;
    opacity:0.5;
    background: url('images/scrollup.png') no-repeat;
	   z-index:9999;
}

.logistica_logo{
	float:left;display:block;
	margin-right:20px !important;
}
.logistica_logo_mini{
	width:100%;
	margin-top:10px;
	margin-left:10px;
	text-align:left;
}
.logistica-parte-destra{
	float:left;display:block;
}
.logistica-testo{
	max-width:400px;
}
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
	   @media (max-width: 1060px){
			.accordion{
				margin-top:30px !important;
			}
        }
	   @media (max-width: 900px){
			.logistica-parte-destra{
				float:right ;
			}
        }
		
	   @media (max-width: 750px){
			.logistica_logo{
				float:none;display:block;
			}
			#accordion-switch-mylogistic, 
			#accordion-switch-mymoving,
			#accordion-switch-safe_tech,
			#accordion-switch-wefly,
			#accordion-switch-museum,
			#accordion-switch-gallery{
			 float:none;display:block; text-align:center !important;
			}
			.logistica_logo_mini{
				text-align:center;
			}
			.logistica-testo{
				max-width:90%;
			}

			
        }
		
@media screen and (max-width: 1060px) 
{
	 
	 .ombra-sinistra {
       visibility:hidden;
	   display:none;
     }
	 .ombra-destra {
         visibility:hidden;
     }
	.logistica2 div{
		margin-left:30px;
	}


}


@media screen and (max-width: 900px) 
{

	.area_banner_titolo_font_small{
					font-size: 3.4vw;
					line-height: 3.4vw;
					 letter-spacing: 1px;
				}
				.logistica div{
					display:block;float:none;
				}
	 				.logistica2 div{
					margin-left:0px;
				}
		.footer-content{
			font-size:12px;	
        }
		.font22 {
		  font-size:13px;
		}
}	
@media screen and (max-width: 600px) 
{
			.logistica_logo{
				float:none;display:block;margin-right:20px;
			}
				#accordion-switch-mylogistic, 
				#accordion-switch-mymoving,
				#accordion-switch-safe_tech{
					//float:left;
				}
				#accordion-switch-wefly,
				#accordion-switch-museum,
				#accordion-switch-gallery{
					//border:0px solid red;
					//width:60%; 
					/* candon per farlo andare a capo */
				}
				.logistica div{
					display:block;float:none;
				}
				
}	
@media screen and (max-width: 390px) 
{
				#accordion-switch-mylogistic, 
				#accordion-switch-mymoving,
				#accordion-switch-safe_tech{
					//float:left;
				}
				#accordion-switch-wefly,
				#accordion-switch-museum,
				#accordion-switch-gallery{
					//border:0px solid red;
					//width:60%; 
					/* candon per farlo andare a capo */
				}
				.logistica div{
					display:inline-block; 
				}
				
}		

@media screen and (max-width: 900px) 
{
		.no-mobile{
			visibility:hidden; 
			display:none;  
		
		}

}

	
//@media screen and (max-width: 600px) 
@media screen and (max-width: 900px) 
{
	 
     .left-div, .right-div     {
          max-width: 100%;
		  
		  
     }
		.right-div {
			  transform: none !important;
			}
		.left-div {
			  transform: none !important;
			}
	 
	 .ombra-sinistra {
       visibility:hidden;
	   display:none;
     }
	 .ombra-destra {
         visibility:hidden;
     }
		.float-margin {
		  float:left;margin-top:0px;
		}
		.HP-titolo{
				font-size: 28px;
			line-height: 30px;
		}
		.HP-testo{
			line-height: 28px;
			font-size: 22px;
		   
		}
		.HP-testo2{
			line-height: 28px;
			font-size: 22px;
		}

		.margine-top-60{
		   margin-top: 10px;
		}
		.margine-top-30{
		   margin-top: 20px;
		}
		.margine-top-40{
		   margin-top: 20px;
		}

		.box-titolo{
			font-size: 24px;
			line-height: 42px;
			margin-top:0px;
		}
		.box-testo{
			width:90%;
			font-size: 16px;
			line-height: 1.75;
		}
		.HP-titolo-2{
			word-spacing: .12em;
		  font-size: 28px;
			line-height: 38px;
		}
		.HP-titolo-3{
			word-spacing: .12em;
		  font-size: 25px;
			line-height: 38px;
		} 
		.footer-content{
			font-size:12px;	
        }
				
		.font22 {
		  font-size:12px;
		}
		.grande {
		  width:100%;
		}
				.piccolo {
		  width:100%;
		}
		.no-mobile{
			visibility:hidden;  display:none;  
		}
		.alto600 {
			  max-height:250px;
			}
		 .alto500{
			  max-height:250px;
			}
			.jcarousel-wrapper{
			  max-width:200px;
			}
.area_banner_titolo_font_small{
			    font-size: 2.6vw;
				line-height: 2.9vw;
				 letter-spacing: 1px;
			}

.area_banner_titolo {
   font-size: 3.0vw;
   line-height: 3.2vw;

}
.area_banner_titolo2 {

  font-size: 3.0vw;
   line-height: 3.2vw;
 
}	
			.laterale-mini{
				display: none;visibility:hidden;
			}
			
			
		* {
			/*CSS transitions*/
			-o-transition-property: none !important;
			-moz-transition-property: none !important;
			-ms-transition-property: none !important;
			-webkit-transition-property: none !important;
			transition-property: none !important;
			/*CSS transforms*/
			/*
			-o-transform: none !important;
			-moz-transform: none !important;
			-ms-transform: none !important;
			-webkit-transform: none !important;
			transform: none !important;
			*/
			/*CSS animations*/
			-webkit-animation: none !important;
			-moz-animation: none !important;
			-o-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
		}

}

/*  --------  elementi end -------- */
