/* layout.ccs: joomla basic styles */
/* specific joomla code */


h1.heading {text-align:center;}

/* ---------------------------------------------- article details */
.article-info {
	clear: both;
	font-size: 0.7em;

	
}

.article-info > dd {
	margin:0 5px;
	display:inline;
}

.page-header {
	border-bottom: inherit;
	margin: inherit;
	padding-bottom: inherit;
	}


.content_rating {
	margin-top:5px;
	color:#666;
}
.article-info-term {
	display:none
}
.category-desc {
	color: #666;
	font-size:1.1em;
	position:relative;
}
.category-desc  .descimg{
	max-width:100%;
	width:40%;
	float:left;
	margin-right:10px;
}
.cat-children {
	width:100%;
	float:left;
}
div.cat-children div.category-desc {
	background:none;
	padding:0;
}
div.cat-children ul {
	margin:0;
	padding:0;
	list-style:none;
}	
div.cat-children ul li {
	float:left;
	padding:5px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin:5px;
}		
.display-limit, .filter-search {float:left;}
.cat-items {
	margin:10px 0;
}
ul.relateditems {
	padding:10px 0;
	list-style-position:inside !important;
	margin:0 !important;
}
ul.relateditems li {
	padding:0 5px;
	font-size:0.8em;
	line-height:1.2em;
	border-right:solid #ccc 1px;
	font-stretch:ultra-condensed;
	list-style:none;
	display:inline-block;
	
}
ul.relateditems li h4{
	font-weight:normal;
	margin:0;
}


/* -------------------- article details END */

/* -------------------- TAGS BLOCK */
.tags .label-info {
	background:#ccc;
	text-decoration:none;
	text-transform:uppercase;
	font-size:0.6em; 
	color:#fff;	 
	text-shadow: none !important;
	-webkit-filter: none !important;
	        filter: none !important;
	font-weight:normal !important;
	padding:5px;
}
/* -------------------- TAGS BLOCK END */

/* -------------------- tags component */
.taglist img {
	float:left;
	width:20%;
	height:auto;
	margin:0 5px 0 0;
}
.taglist .taglist-item {
	float:left;
}

.tags li {
	padding:0 !important;
	display:inline;
}
.tags {
	margin-bottom:10px;
	list-style:none !important;
	background:none  !important;
	padding:0 !important;

}/* -------------------- tags component END */
/* -------------------- tags module popular */
.tagspopular ul, .tagssimilar ul {
	padding:5px;
}
.tagspopular li, .tagssimilar ul li {
	list-style:none;
	float:left;
	background:#666;
	color:#fff;
	font-size:0.9em;
	font-style:italic;
	border-radius: 5px;
	padding:5px 10px;
	margin:2px;
}
.tagspopular li:hover, .tagssimilar ul li:hover{
	background:#333;
}
.tagspopular li a, .tagssimilar li a{
	color:#fff;
	display:block;
	width:100%;
	height:100%;
}
/* -------------------- tags module popular END */
/* -------------------- rssfeed module */
.newsfeed {
	list-style:none; 
}
/* -------------------- rssfeed module END */
/* -------------------- module category, modeule latest news  */


/* -------------------- module category, module latest news END */
/* -------------------- module menu sidebar  */
 
 ul.sidemenu {
	list-style: none outside none !important;
	margin: 0 !important;
	padding: 0 !important;
	text-align:center;

}
 ul.sidemenu ul {
	list-style: none outside none !important;
}
 ul.sidemenu li {
	float: left;
	width: 100%;
	margin-bottom:1px;

}
 ul.sidemenu li a {
	display: block;
	font-size: 1.1em;
	line-height: 2em;
	padding: 0 10px;
	text-decoration: none;
	background:#ccc;
	color:#fff;
}
 ul.sidemenu li ul a {
	font-size: 0.9em;
	padding: 0 30px;
}
 ul.sidemenu li a:hover {
	color: #FFFFFF;
}

/* -------------------- module menu sidebar END */
/* -------------------- module menu sidebar  */
.latestnews li {
	list-style:none;

}
/* -------------------- module menu sidebar END  */

/* -------------------- filtro di ricerca nell'archivio categorie */
.filter-search {
	clear:both;
	background:#ccc !important;
	border:none !important;
}
.filter-search #month, .filter-search #year, .filter-search #limit {
	width:100px;
}
/* -------------------- filtro di ricerca nell'archivio categorie END*/
/* -------------------- contacts */
.panel {
	background:#fff;
	margin:5px;
	border-radius: 10px;
	padding:10px;
}
.panel h3 {
	
}
.contact-image {
	float:left;
	margin:5px;
}
.contact-form  fieldset {
	width:60%;
	margin:0 auto;
}
/* ---------------------------------------------- contacts END */
/* ---------------------------------------------- module weblinks */
.weblinks li a {
	font-weight:bold;
}
.weblinks li p {
	font-size:0.8em;
	font-style:italic;
}
/* ---------------------------------------------- module weblinks END */





.mod-languages {
	width:100%;
}
.mod-languages img {
	width:30px;
	max-width:30px;
	height:auto;
	margin:5px;
}

nav#menu div.mod-languages ul li {width:auto !important;}
.row-separator {
	clear:both;
}

/* images */

p.img_caption {
	font-style:italic; 
	margin:0;
}
/* images END */




/* ---------------------------------------------- SEARCH LAYOUT  */

.filter-branch {
	display:flex;
	justify-content:center;
}

ul.search-results  {
	list-style:none;
	
}

/* ---------------------------------------------- SEARCH LAYOUT END */

/* ---------------------------------------------- IMAGE CAPTION IN BLOG AND ARTICLE */

.img-intro figcaption, .img-fulltext figcaption {
	width:100%;
	padding:5px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position:absolute;
	bottom:0;
	left:0;
	background-color: rgba(256, 256, 256, 0.5);
	font-size:0.8em;
	font-style:italic;
	
}
/* ---------------------------------------------- Image caption in blog and article END */

/* ---------------------------------------------- contact */
	
.list-title {
	font-weight:bold;
	}
/* ---------------------------------------------- contact END */
/* ---------------------------------------------- search page */

#searchForm label {float:left; width:auto !important;}

/* ---------------------------------------------- search page END */


/* ------------------------------------------- OFFLINE */
body.offline {
	text-align:center;
}
body.offline #container {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;	
	padding:5vw;
	width:70%;
	zoom:100%;
	margin:0 auto;
	background-color: rgba(255, 255, 255, 0.6);

}
body.offline #logo {
	width: 20vw;
	margin: 0 auto;
}
/* ------------------------------------------- OFFLINE END*/

