@charset "utf-8";
/* CSS Document */

/************* Menu ARTICOLI **************/


.ArticlesMenu {
	font-size: 1em;
	text-align: left;
	vertical-align: top;
	line-height: 40px;
    border-bottom-color: #CCCCCC;
    border-bottom-width: 1px;
	border-bottom-style: solid;
}

.ArticlesSubMenu {
    display: none;
	font-size: 1em;
	text-align: left;
	padding: 2px 3px 2px 0px;
	vertical-align: top;
}

.ArticlesMenuTitle {
	font-weight: 300;
	font-size: 1.2em;
	text-align: left;
	vertical-align: top;
	line-height: 26px;
	padding: 0px 3px 15px 0px;
}

/************* Menu Bottom ARTICOLI **************/

.ArticlesBottomMenu {
	font-size: 1rem;
	color: #000;
	text-align: left;
	vertical-align: top;
	line-height: 25px;
}

.ArticlesBottomSubMenu {
    display: none;
	font-weight: 300;
	color: var(--primary);
	font-size: 1em;
	text-align: left;
	padding: 2px 3px 2px 0px;
	vertical-align: top;
}

.ArticlesBottomMenuTitle {
	font-weight: 300;
	color: var(--secondary);
	font-size: 1.2em;
	text-align: left;
	vertical-align: top;
	line-height: 36px;
}

@media screen and (min-width: 768px) {
  .PhotoArticlesDetail{
     width: 40%;
	 padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .PhotoArticlesDetail{
	width: 95%;	 
	margin-right: auto;
	margin-left: auto;
  }
}

@media screen and (min-width: 768px) {
  .ColonnaServizi{
     float: left;
     width: 47%;
	 padding: 1%;
  }
}
@media screen and (max-width: 767px) {
  .ColonnaServizi{
	width: 100%;
  }
}

@media screen and (min-width: 768px) {
	div#HomeArticles_Box{
	  width: 50%;
	  float:left;
	  font-size: 1em;
	  text-align: justify;
	}
	
	div#HomeArticles_Pad{
	  padding: 0px 15px 10px 15px;
	}
}

@media screen and (max-width: 767px) {
	div#HomeArticles_Box{
	  width: 100%;
	  font-size: 1em;
	  text-align: justify;
	}
	
	div#HomeArticles_Pad{
	  padding: 0px 5px 10px 5px;
	}
}

/*
@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;
	}
		
	div#ArticlesMenu_Pad{
	  padding: 0px 0px 10px 20px;
	}
}

@media screen and (max-width: 768px) {
	div#HomeNews_Box{
	  width: 100%;
	  font-size: 1em;
	  text-align: justify;
	  color: #BBBBBB; 
	}
	
	div#HomeNews_Pad{
	  padding: 0px 5px 10px 5px;
	}
}
*/
.CorniceFotoArticles{
  height: 250px;
  overflow: hidden;
  border: solid #EEE 1px;

}