/* @override http://xweb14d.plana.dk:8081/Plone/++theme++multitheme/css/count.css */

div.count-item {
	text-align:center;
}

div.count-item span.fa {
	font-size: 300%;
	background: #EEE;
	height: 1.4em;
	width: 1.4em;
	line-height: 1.4em;
	border-radius: 50%;
}

/*creato per rendere centrale il box*/
.descfull{
	width: 12.5% !important;
}

.border{
    border-left: 1px solid #003A69;
}

.borderight{
    border-right: 1px solid #003A69;
}


/*per description*/
.borderfull{
	border-left: 1px solid #003A69;
	border-right: 1px solid #003A69;
}

/*Fragment description full, description counter..etc..*/
@media screen and (min-width: 250px) and (max-width: 1250px){
	div.count-item {
		/*per creare più spazio tra un blocco e l'altro per i fragment description*/
		margin-top: 25px !important;
		margin-bottom: 25px !important;
	}
	.borderight{
		margin-top: 25px !important;
		margin-bottom: 25px !important;
	}
	.border{
		margin-top: 25px !important;
	}
/*gestione per description*/
	.borderfull{
		margin-top: 25px !important;
		margin-bottom: 25px !important;
	}

	.margin20{
		margin-top:25px !important;
	}

}
