/*
	Fomrazione.css
*/


/* General
------------------------------------------------------------------------------------------------- */
.section-title h2::after, 
.section-title h1::after {
	background-color: #BD001E;
}

#item-list .item {
	border-bottom: 2px solid #BD001E;
}

#item-list .item .description a {
	color: #BD001E;
	border: 2px solid #BD001E;
}

#item-list .item .description a:hover {
	background-color: #BD001E;
}

.link-list a.active, 
.link-list a:hover {
	color: #BD001E;
}
/* ---------------------------------------------------------------------------------------------- */