h1, h2, h3, h4, h5 {
	text-transform: none!important;
}


.fusion-title.point h1::after, 
.fusion-title.point h2::after,  
.fusion-title.point h3::after, 
.fusion-title.point h4::after {
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 1px;
	background: #FF0000;
	margin-left: 10px;
}

.fusion-title.point.small h1::after, 
.fusion-title.point.small h2::after,  
.fusion-title.point.small h3::after, 
.fusion-title.point.small h4::after {
	width: 7px;
	height: 7px;
}


bold, strong, b, .erp-slider-title {
	font-family: 'Calibri bold'!important;
	font-weight: normal!important;
}

.erp-slider-uk {
	font-family: 'Calibri regular'!important;
	font-weight: normal!important;
}

.erp-slider-uk-text {
	font-family: 'Calibri regular'!important;
	font-weight: normal!important;
}

.links-underline a {
	text-decoration: underline;
}


.subheader p {
  margin-bottom: 5px;
}

.fusion-slider-revolution .subheader.rs-layer {
	font-family: 'Calibri regular'!important;
	text-transform: uppercase;
}

.subheader p::before, 
.fusion-slider-revolution .subheader.rs-layer::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 2px;
	background: #FF0000;
	height: 2px;
	width: 21px;
}

ol {
}

ol li {
	margin-bottom: 15px;
	padding-left: 20px;
}

ol li::marker {
	color: #FF0000;
    font-family: 'Calibri bold';
}

.barretslist ol li::marker {
	color: #000;
    font-family: 'Calibri regular';
}

table.erp-table {
	width: 100%;
}

table.erp-table tr:nth-child(even) {
	background: rgba(0,0,0,0.02);
}

table.erp-table tr td {
	padding: 7px 15px;
	border: 1px solid rgba(0,0,0,0.1);
}

@media all and (max-width:640px) {
table.erp-table.dk {
	width: 100%;
	font-size: 13px;
}

table.erp-table.dk tr:nth-child(even) {
	background: rgba(0,0,0,0.02);
}

table.erp-table.dk tr td {
	padding: 2px 4px;
	border: 1px solid rgba(0,0,0,0.1);
}
}

ul.red {
	list-style: none;
}

ul.red li {
	margin: 0 0 10px 50px;
}

ul.red li::before {
	content: '';
	width: 18px;
	height: 18px;
	margin-right: 32px;
	margin-left: -50px;
	display: inline-block;
	background: #ff0000;
}


/**** School list ****/

ul.school {
	list-style: none;
	margin-left: 0;
}

ul.school li {
	margin: 0 0 5px 10px;
}

ul.school li > ul {
	list-style-type: disc;
}

ul.school > li::before {
	content: '';
	background: url(../images/school-arrow.svg) no-repeat center center;
	background-size: contain;
	width: 40px;
	height: 30px;
	margin-right: 10px;
	margin-left: -50px;
	display: inline-block;
}

ul.school > li:nth-child(even)::before {
	-webkit-transform: scaleY(-1);
  	transform: scaleY(-1);
}

/****************/


body.site-id-66.fusion-body .fusion-fullwidth .fusion-builder-row.fusion-row .fusion-pagination-tb.single-navigation:not(.layout-sticky) .fusion-tb-next a[rel="next"],
body.site-id-66.fusion-body .fusion-fullwidth .fusion-builder-row.fusion-row .fusion-pagination-tb.single-navigation:not(.layout-sticky) .fusion-tb-previous a[rel="prev"] {
	color: transparent!important;
}

body.site-id-66 .fusion-tb-next a::before {
	content: 'Successivo';
	color: rgb(255, 102, 102);
	position: absolute;
	right: 30px;
}

body.site-id-66 .fusion-tb-previous a::after {
	content: 'Precedente';
	color: rgb(255, 102, 102);
	position: absolute;
	left: 30px;
}

@media all and (max-width:640px) {
	.subheader p::before {
		display: none;
	}
	
	.subheader p::after {
		content: '';
		display: block;
		vertical-align: middle;
		margin: 10px auto;
		background: #FF0000;
		height: 2px;
		width: 21px;
	}
	
	.page-hero h1::after, 
	.fusion-title.point h1::after, 
	.fusion-title.point h2::after,  
	.fusion-title.point h3::after, 
	.fusion-title.point h4::after {
		width: 7px!important;
		height: 7px!important;
	}
	
	.page-hero .fusion-title.fusion-title-1 {
		margin-bottom: 5px!important;
	}
	
	.page-hero .fusion-text {
		font-size: 22px!important;
	}
	
	.post-content h1 {
		font-size: 40px!important;
		line-height: 42px!important;
	}
}
