@media screen and (max-width: 767px) {
	.Container{
	  width: 100%;
	  margin-right: auto;
	  margin-left: auto; 
	  text-align: left;
	}
}

@media screen and (min-width: 768px) and (max-width: 1366px)  {
	.Container{
	  width: 100%;
	  margin-right: auto;
	  margin-left: auto;
	}
}

@media screen and (min-width: 1367px) {
	.Container{
	  width: 1367px;
	  margin-right: auto;
	  margin-left: auto;
	}
}

@media screen and (max-width: 767px) {
	.myContainer{
	  width: 98%;
	  margin-right: auto;
	  margin-left: auto; 
	  text-align: left;
	}
}

@media screen and (min-width: 768px) and (max-width: 1366px)  {
	.myContainer{
	  width: 80%;
	  margin-right: auto;
	  margin-left: auto;
	}
}

@media screen and (min-width: 1490) {
	.myContainer{
	  width: 1490px;
	  margin-right: auto;
	  margin-left: auto;
	}
}


@media screen and (max-width: 767px) {
	div#TemplateMain_Box{
	  width: 100%;
	  text-align: left;
	  min-height: 350px;
	  padding: 15px;
	}
}
@media screen and (min-width: 768px) {
	div#TemplateMain_Box{
	  width: 100%;
	  text-align: left;
	  float: left;
	  min-height: 350px;
	  padding: 40px 10% 40px 10%;
	}
}

@media screen and (max-width: 480px) {
	.Logo{
	  width: 100%;	  
	}
}
@media screen and (min-width: 481px) and (max-width: 767px) {
	.Logo{
	  width: 50%;	  
	}
}

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

    div#TemplateTop_Box{
	  display: hidden;
	}

	div#SocialIco_Box{
   	  display: none;
    }
		
	div#LogoRow{
	  padding-top: 80px;
	  padding-left: 10px;
	  background-color: #FFFFFF;
	  height: 120px;
	  padding-bottom: 20px;
	}
	
	div#TemplateLogo_Box{
	  width: 100%;
	  padding-left: 0px;
	  padding-top: 0px;
	  text-align: center;
	  float: left;
	}	
	
	div#TemplateMenuInfo{
	  display: none;  
	}
	
	div#MenuInfo_Box{
	  display: none;  
	}
	
	
}

@media only screen and (min-width: 768px) and (max-width: 1920px){
	div#LogoRow{
	  padding-top: 0px;
	  height: 130px;
	  width: 100%;
	  text-align: center;
	  border-top: 8px solid var(--secondary);
	}
	
	div#TemplateLogo_Box{
	  width: 100%;
	  padding-left: 0px;
	  text-align: left;
	  margin-top: 10px;
	}
	
	.Logo{
	  width: 18%;
	  padding-left: 15px;	  
	}	
	
	div#MenuInfo_Box{
	  width: 100%;
	  background-color:#FF6699;
    }
	div#MenuInfo_Pad{ 
	  padding-top: 80px;
    }
	
	.InfoButton_Box{
	  float: left;
	  color: #FFFFFF;
	  padding: 0x 0px 0px 0px;
	  text-align: center;
	  min-width: 90px; 
	  
	  transition-property: background-color; /*standard*/
	  transition-duration: 0.5s;
	 
	  -webkit-transition-property: background-color; /*Safari e Chrome */
	  -webkit-transition-duration: 0.5s;
			 
	  -o-transition-property: background-color;      /*Opera*/
	  -o-transition-duration: 0.5s;
			 
	  -moz-transition-property: background-color;    /*Firefox*/
	  -moz-transition-duration: 0.5s;
	}
	
	.InfoButton_Box > a:hover{
	  color: #FFFFFF;
	}
	
	.InfoButton_Pad:link, .InfoButton_Box:visited {
		border-radius: 0px;
		color: #2D9CA3;
		text-decoration: none;
		padding: 0px 10px 0px 10px;
		background-color: #043574;
		-webkit-transition: color .5s linear, background-color .5s ease-in-out;
		-moz-transition: color .5s linear, background-color .5s ease-in-out;
		-o-transition: color .5s linear, background-color .5s ease-in-out;
		transition: color .5s linear, background-color .5s ease-in-out;
	}
	
	
	.InfoButton_Pad{
	  padding: 20px 15px 20px 15px;
	  color: #043574;
	  font-size: 1.2rem;
	}
	
	
	.InfoButton_Pad:hover{
	 /* background-image:url(img/menu_bg.png);
	  background-repeat:no-repeat;
	  background-position:center;*/
	  border-bottom: 2px solid #2D9CA3;
	  color: #2D9CA3;
	  
	  -webkit-border-radius: 0px;
	  -moz-border-radius: 0px;
	  border-radius: 0px;
	  
	  -webkit-transition: background-color .25s ease-in-out;
	  -moz-transition: background-color .25s ease-in-out;
	  -o-transition: background-color .25s ease-in-out;
	  transition: background-color .25s ease-in-out;
	}	

}


@media screen and (min-width: 768px) {

    div#TemplateTop_Box{
	  height: 60px;	
	}
	div#TemplateTop_Pad{
	  padding: 10px;
	}
	
	div#SocialIco_Box{
	  float: left;
	  width: 50%;
	  text-align: left;
	}
	div#SocialIco_Pad{
	   padding: 5px 0px 0px 0px;
	}
	
	div#TemplateMenuInfo{
	  width: 50%;
	  text-align: right; 
	  float: right;
	  padding-top: 15px;
	  padding-right: 15px;
	  padding-bottom: 80px;
	  font-size: 1em;	  
	}
	div#TemplateMenuInfo a{
	  color: var(--secondary);	  
	}

}

@media screen and (min-width: 1920px) {
    div#LogoRow{
	  padding-top: 0px;
	  padding-left: 0px;
	  height: 120px;
	  border-top: 8px solid var(--secondary);
	}
	
	div#TemplateLogo_Box{
	  width: 22%;
	  padding-top: 20px;
	  padding-bottom: 5px;
	  padding-right: 0px;
	  padding-left: 5%;
	  text-align: left;
	  float: left; 
	}
		
	.Logo{
	  width: 90%;	  
	}
	
	.InfoButton_Box{
	  float: left;
	  color: #FFFFFF;
	  margin-top: 10px;
	  margin-left: 20px;
	  padding: 0px 0px 0px 0px;
	  text-align: center;
	  min-width: 90px; 
	  
	  transition-property: background-color; /*standard*/
	  transition-duration: 0.5s;
	 
	  -webkit-transition-property: background-color; /*Safari e Chrome */
	  -webkit-transition-duration: 0.5s;
			 
	  -o-transition-property: background-color;      /*Opera*/
	  -o-transition-duration: 0.5s;
			 
	  -moz-transition-property: background-color;    /*Firefox*/
	  -moz-transition-duration: 0.5s;
	}
	
	.InfoButton_Box > a:hover{
	  color: #FFFFFF;
	}
	
	.InfoButton_Pad:link, .InfoButton_Box:visited {
		border-radius: 0px;
		color: #2D9CA3;
		text-decoration: none;
		padding: 40px 10px 0px 10px;
		background-color: #043574;
		-webkit-transition: color .5s linear, background-color .5s ease-in-out;
		-moz-transition: color .5s linear, background-color .5s ease-in-out;
		-o-transition: color .5s linear, background-color .5s ease-in-out;
		transition: color .5s linear, background-color .5s ease-in-out;
	}
	
	.InfoButton_Pad{
	  padding: 40px 15px 15px 15px;
	  color: #043574;
	  font-size: 1rem;  
	}
	
	
	.InfoButton_Pad:hover{
	  /*background-image:url(img/menu_bg.png);
	  background-repeat:no-repeat;
	  background-position:center;*/
	  
	  border-bottom: 2px solid #2D9CA3;
	  color:#2D9CA3;
	  
	  -webkit-border-radius: 0px;
	  -moz-border-radius: 0px;
	  border-radius: 0px;
	  
	  -webkit-transition: background-color .25s ease-in-out;
	  -moz-transition: background-color .25s ease-in-out;
	  -o-transition: background-color .25s ease-in-out;
	  transition: background-color .25s ease-in-out;
	}
}


@media screen and (min-width: 1165px) {

	/**************************************************************/
	
	div#MobileMenu{
	  display:none;
	}
	
	div#Login_Box{
	  float: right;
	  width: 40%;
	  text-align: right;
	  height: 60px;
	}
	
	div#Login_Pad{
	   padding: 10px 0px 0px 0px;
	}
	
	/***************** Div della parte centrale del template *********************/
	div#HomeMainCategories_Box{
	  font-size: 1.2em;
	  height: 65px;
	  text-align: right;
	  color: #FFFFFF;
	}
	div#HomeMainCategories_Pad{  
	 padding: 18px 0px 5px 0px;  
	}
	
	
}	/***************** Div della parte centrale del template *********************/

@media only screen and (max-width: 1024px){
	#HomeServices_box{
	  margin-top: 5px;
	}
  }
  @media only screen and (min-width: 1024px){
	#HomeServices_box{
	  margin-top: 150px;
  
	}
  }

/********** HOME FLASH ***********/
@media screen and (min-width: 768px) {

	#MosaicoReparti{
		padding: 60px 60px;
		gap: 2%;
		align-items: stretch;
	}

	.HomeReparto_Box{ 
		font-weight: normal;
		font-size: 1.1em;
		text-align: left;
		width: 350px;
		background-color: var(--neutral_light);
		color: var(--neutral_light_c);
		transition-duration: 2s;
		border-radius: 10px;
		box-shadow: 0 0 20px #CCC;
		margin-bottom: 40px;
	}
	.HomeReparto_Box:hover{
		 background-color: var(--secondary);
		 color: var(--secondary_c);		 
	}
	.HomeReparto_Box:hover h3{
		color: var(--secondary_c);		 
    }
	.HomeReparto_Box h3{ 
		padding: 40px 20px;
	}
	.HomeReparto_Box h3:hover{ 
		border-radius: 0px 0px 10px 10px;
		color: var(--secondary_c);
	}
	.HomeReparto_Box a:hover{  
		color: var(--secondary_c);
	}
	
	.FotoReparto{
	  overflow: hidden;
	  width: 100%;
	  height: 300px;	  
	  transition-duration: 1s;
	}
	.FotoReparto:hover{
	  opacity: 0.5;
	  color: var(--secondary_c);
	}
	.FotoReparto img{
	  width: 100%;
	}
	
}

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

	#MosaicoReparti{
		padding: 60px 20px;
		gap: 25px;
	}

	.HomeReparto_Box{ 
		font-weight: normal;
		font-size: 1.1em;
		text-align: left;
		max-width: 350px;
		background-color: var(--neutral_light);
		color: var(--neutral_light_c);
		transition-duration: 2s;
		border-radius: 10px;
		box-shadow: 0 0 20px #CCC;
	}
	.HomeReparto_Box:hover{
		 background-color: var(--secondary);
		 color: var(--secondary_c);
	}
	.HomeReparto_Box:hover h3{
		color: var(--secondary_c);		 
    }
	.HomeReparto_Box h3{ 
		padding: 40px 20px;
	}
	.HomeReparto_Box h3:hover{ 
		border-radius: 0px 0px 10px 10px;
	}
	.HomeReparto_Box a:hover{ 
		color: var(--secondary_c);
	}
	
	.FotoReparto{
	  overflow: hidden;
	  width: 100%;  
	  transition-duration: 1s;
	}
	.FotoReparto:hover{
	  opacity: 0.5;
	}
	.FotoReparto img{		
		width: 100%; 
	  }
	
}


@media screen and (max-width: 480px) {
  div#HomeNews{
	padding: 2%; 
	text-align:justify;
  }
  div#HomeStatoRiparazioni{
	padding: 2%;
  }
}

@media screen and (min-width: 481px) {
  div#HomeNews{
	width:46%; 
	float:left; 
	padding: 2%; 
	text-align:justify;
  }
  div#HomeStatoRiparazioni{
	width:48%; 
	float:left; 
	padding: 1%;
  }
}

@media screen and (min-width: 768px) {
	div#PrivatiButton_Box{
	  float: right;
	  width: 30%;
	  text-align: center;
	  height: 40px;
	  background-color:var(--primary);
	  border-top-right-radius: 10px;
	  margin-right: 0px;
	  cursor: pointer;
	  font-weight: bold;
	  color:#FFFFFF;
	  
	}
	
	div#PrivatiButton_Pad{
	   padding: 10px 0px 0px 0px;
	}
	
	div#MenuRappresentanze{
	  width: 100%;
	  height: 40px;
	  background-color:var(--secondary);
	  padding-top: 15px;
	}
	
	
	div#DealerButton_Box{
	  float: right;
	  width: 30%;
	  text-align: center;
	  height: 40px;
	  background-color:var(--primary);
	  border-top-right-radius: 10px;
	  margin-right: 10px;
	  cursor: pointer;
	  font-weight: bold;
	  color:#FFFFFF;
	}
	
	div#DealerButton_Pad{
	   padding: 10px 0px 0px 0px;
	}
	
	div#MenuCommerciale{
	  width: 100%;
	  text-align: center;
	  height: 40px;
	  background-color: var(--primary);
	  padding-top: 15px;
	}
}


@media screen and (max-width: 767px) {
  div#MenuRappresentanze{ 
	display:none;
  }
  div#MenuCommerciale{
	display:none;
  }
}


@media screen and (min-width: 768px) {
	div#HomeFlash_Box{
	  width: 100%;
	  float: left;
	}
	div#HomeFlash_Pad{
	  padding: 0px;
	}

	div#HomeFlash_Box span{
		font-size: 2em;
		color: var(--Dark);
		position: absolute;
		min-height: 300px;
		bottom: 0px;
		left:20%;
		width: 60%;
		padding-top: 90px;
		background-color: #FFFFFF;
		opacity: 0.75;
		filter: alpha(opacity=15); 
		border-radius: 15px; 
		cursor: pointer;
		text-align: center;
	  }
	  div#HomeFlash_Box a:hover span{
		border-top: 5px solid #5E5D5B; 
		color: #AAA; 
	  }
}

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

	.HomeFlash span{
		font-size: 1.2em;
		color: #000;
		position: absolute;
		min-height: 40px;
		bottom: 50px;
		right: 40px;
		width: 45%;
		padding: 20px 0px 10px 0px;
		background-color: #F3ECCD;
		opacity: 0.8;
		filter: alpha(opacity=80);  
		cursor: pointer;
		text-align: center;
		border-radius: 10px;
	}
	.HomeFlash a:hover span{
		border-top: 5px solid #000; 
		color: #6C401D; 
	} 
	
}

@media screen and (min-width: 768px) {

	.HomeFlash span{
		font-size: 1.6em;
		color: #000;
		position: absolute;
		min-height: 50px;
		bottom: 80px;
		right: 75px;
		width: 45%;
		padding: 20px 0px 10px 0px;
		background-color: #EEE;
		cursor: pointer;
		text-align: center;
		border-radius: 10px;
	}
	.HomeFlash a:hover span{
		border-top: 5px solid #000; 
		color: #EEE; 
	} 
	
}

div#RigaSlideBlog{
  background-color:#EEE;
}

@media screen and (min-width: 769px) {
	div#HomeNews_Box{
	  width: 33%;
	  font-size: 1em;
	  text-align: justify;
	  float: left;
	  color: #BBBBBB; 
	}
	
	div#HomeNews_Pad{
	  padding: 0px 0px 10px 10px;
	}
}

@media screen and (max-width: 768px) {
	div#HomeNews_Box{
	  width: 100%;
	  font-size: 1em;
	  text-align: justify;
	  color: #DDD; 
	}
	
	div#HomeNews_Pad{
	  padding: 0px 5px 10px 5px;
	}
}

.Contatto_button{
	background-color: var(--primary);
	padding: 15px 25px;
	border-radius: 10px;
	color: var(--primary_c);
}
.Contatto_button a{
	color: var(--primary_c);
}
.Contatto_button:hover{
	background-color: var(--neutral_light);
}
.Contatto_button:hover a{
	color: var(--neutral_light_c);
}