/**** formattazioni mirate personalizzabili ****/
/* titillium-web-200 - latin */
@font-face {
	font-family: 'Titillium Web';
	font-style: normal;
	font-weight: 200;
	src: url('../fonts/titillium-web/titillium-web-v15-latin-200.eot'); /* IE9 Compat Modes */
	src: local(''), url('../fonts/titillium-web/titillium-web-v15-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/titillium-web/titillium-web-v15-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/titillium-web/titillium-web-v15-latin-200.woff') format('woff'), /* Modern Browsers */
	url('../fonts/titillium-web/titillium-web-v15-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/titillium-web/titillium-web-v15-latin-200.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}
/* titillium-web-300 - latin */
@font-face {
	font-family: 'Titillium Web';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/titillium-web/titillium-web-v15-latin-300.eot'); /* IE9 Compat Modes */
	src: local(''), url('../fonts/titillium-web/titillium-web-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/titillium-web/titillium-web-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/titillium-web/titillium-web-v15-latin-300.woff') format('woff'), /* Modern Browsers */
	url('../fonts/titillium-web/titillium-web-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/titillium-web/titillium-web-v15-latin-300.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}
/* titillium-web-regular - latin */
@font-face {
	font-family: 'Titillium Web';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/titillium-web/titillium-web-v15-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''), url('../fonts/titillium-web/titillium-web-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/titillium-web/titillium-web-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/titillium-web/titillium-web-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
	url('../fonts/titillium-web/titillium-web-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/titillium-web/titillium-web-v15-latin-regular.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}
/* titillium-web-600 - latin */
@font-face {
	font-family: 'Titillium Web';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/titillium-web/titillium-web-v15-latin-600.eot'); /* IE9 Compat Modes */
	src: local(''), url('../fonts/titillium-web/titillium-web-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/titillium-web/titillium-web-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/titillium-web/titillium-web-v15-latin-600.woff') format('woff'), /* Modern Browsers */
	url('../fonts/titillium-web/titillium-web-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/titillium-web/titillium-web-v15-latin-600.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}



.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.redalert {
	color: #ff0000;
	font-weight: bold;
}

.comunedi_testata {
	font-size: 3vw;
	font-weight:normal;
}

header.smaller span.comunedi_testata {
	font-size: 3vw;
	font-weight:normal;
}

.titolopagina {
	font-size: 40px;
	line-height:1.2;
	font-weight:bold;
}
.titolosezione {
	font-size: 35px;
	line-height:1.2;
	font-weight:bold;
}
.titoloarticolo {
	font-size: 32px;
	line-height:1.2;
	font-weight:bold;
}
.titoloparagrafo {
	font-size: 23px;
	line-height:1.2;
	font-weight:bold;
}
.testogrande {
	font-size: 21px;
	line-height:1.2;
	font-weight:normal;
}
.titoletto {
	font-size: 18px;
	line-height:1.55;
	font-weight:bold;
}
.testostandard {
	font-size: 18px;
	line-height:1.55;
	font-weight:normal;
}
.citazione {
	font-size: 18px;
	line-height:1.55;
	font-weight:bold;
}
.testominimo {
	font-size: 15px;
	line-height:1.55;
	font-weight:normal;
}

.titolettovw {
    font-size: 1.4vw;
    font-weight: bold;
}

.testostandardvw {
    font-size: 1.4vw;
    font-weight: normal;
}


@media screen and (max-width:450px) {
	.titolopagina {
		font-size: 25px;
		line-height:1.2;
		font-weight:bold;
	}
	.titolosezione {
		font-size: 20px;
		line-height:1.2;
		font-weight:bold;
	}
	.titoloarticolo {
		font-size: 18px;
		line-height:1.2;
		font-weight:bold;
	}
	.titoloparagrafo {
		font-size: 18px;
		line-height:1.2;
		font-weight:bold;
	}
	.testogrande {
		font-size: 18px;
		line-height:1.2;
		font-weight:normal;
	}
	.titoletto {
		font-size: 16px;
		line-height:1.35;
		font-weight:bold;
	}
	.testostandard {
		font-size: 15px;
		line-height:1.35;
		font-weight:normal;
	}
	.citazione {
		font-size: 15px;
		line-height:1.35;
		font-weight:bold;
	}
	.testominimo {
		font-size: 11px;
		line-height:1.35;
		font-weight:normal;
	}
}


@media screen and (max-width:450px) {
	.phonetitoloarticolo {
		font-size: 32px;
		line-height:1.2;
		font-weight:bold;
	}
	.phonetestostandard {
		font-size: 18px;
		line-height:1.55;
		font-weight:normal;
	}
}
