@font-face {
    font-family: AvenirBlack;
    src: url("../fonts/avenir/AvenirLTStd-Black.otf") format("opentype");
}
@font-face {
    font-family: AvenirBook;
    src: url("../fonts/avenir/AvenirLTStd-Book.otf") format("opentype");
}
@font-face {
    font-family: AvenirRoman;
    src: url("../fonts/avenir/AvenirLTStd-Roman.otf") format("opentype");
}
@font-face {
    font-family: AvenirHeavy;
    src: url("../fonts/avenir/AvenirHeavy.ttf") format("opentype");
}

.center, .centra{ display: block; margin: 0 auto; }
.clearfix{ clear: both; }

.no-padding{ padding: 0 !important; }
.no-margin{ margin: 0 !important; }
.underline{ text-decoration: underline; }

.m0-top{margin-top:0px !important;}
.m0-bottom{margin-bottom:0px !important;}
.m10-top{margin-top:10px !important;}
.m10-bottom{margin-bottom:10px !important;}
.m20-top{margin-top:20px !important;}
.m20-bottom{margin-bottom:20px !important;}
.m30-top{margin-top:30px !important;}
.m30-bottom{margin-bottom:30px !important;}
.m40-top{margin-top:40px !important;}
.m40-bottom{margin-bottom:40px !important;}
.m50-top{margin-top:50px !important;}
.m50-bottom{margin-bottom:50px !important;}
.m60-top{margin-top:60px !important;}
.m60-bottom{margin-bottom:60px !important;}
.m70-top{margin-top:70px !important;}
.m70-bottom{margin-bottom:70px !important;}
.m80-top{margin-top:80px !important;}
.m80-bottom{margin-bottom:80px !important;}
.m90-top{margin-top:90px !important;}
.m90-bottom{margin-bottom:90px !important;}
.m100-top{margin-top:100px !important;}
.m100-bottom{margin-bottom:100px !important;}
button:focus {outline:0;}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
.width100{ width: 100%;}

*:not(.fa){
	
}
#menuDesktop{
	background: #587F93;
    padding: 12px 0px;
    color: #ffffff;
}
ul#menu li{
	font-family: AvenirBook;
    display: inline;
    color: #ffffff;
    margin-right: 25px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
}
ul#menu{
	display: inline-block;
    padding: 0;
	margin: 0;
}
ul#menu li.active, ul#menu li:hover {
    cursor: pointer;
    color: #F2DFC7;
}

.centraVert{
	display: flex !important;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
button:focus, a:focus , *:focus{outline:0 !important}
.bgAzzurro{
	background: #F2DFC7;
	overflow: hidden;
}
.bgMarrone{
	background: #BF9E71;
	overflow: hidden;
}
.bgGrigio{
	background: #DBDCDD;
	overflow: hidden;
}
.bgGrigioScuro{
	background: #587F93;
	overflow: hidden;
}
.cartella .fa-folder-o, .cartella.active .fa-folder-open-o{
	display: inline-block;
}
.cartella.active .fa-folder-o, .cartella .fa-folder-open-o{
	display: none;
}
.stepup_st{
	font-family: AvenirBook;
	color: #ffffff;
}
.stepup_sp{
	color: #008DD4;
	margin-left: 15px;
	margin-right: 15px;
}
.btnBlu{
	font-family: AvenirRoman;
    font-size: 14px;
    background-color: #BF9E71;
    color: #ffffff;
    border-radius: 100px;
    padding: 3px 30px;
}
.btnBlu:hover{
	background-color: #ffffff;
    color: #BF9E71;
}
.btnBlu2{
	font-family: AvenirBlack;
    font-size: 14px;
    background-color: #BF9E71;
    color: #ffffff;
    border-radius: 100px;
    padding: 13px 85px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    display: block;
    margin: 0 auto;
}
.btnBlu2:hover{
	background-color: #ffffff;
    color: #BF9E71;
}
.btnProcedi{
	font-family: AvenirRoman;
    font-size: 14px;
    background-color: #587F93;
    color: #ffffff;
    border-radius: 100px;
    padding: 13px 40px;
}
.btnProcedi:hover{
	background-color: #ffffff;
    color: #BF9E71;
}
.btnAnnulla{
	font-family: AvenirRoman;
    font-size: 14px;
    background-color: #A5A5A5;
    color: #ffffff;
    border-radius: 100px;
    padding: 13px 40px;
}
.btnAnnulla:hover{
	background-color: #ffffff;
    color: #BF9E71;
}
.btnAzzurro{
	font-family: AvenirRoman;
    font-size: 14px;
    background-color: #BF9E71;
    color: #ffffff;
    border-radius: 100px;
    padding: 13px 20px;
    width: 60%;
}
.btnAzzurro:hover{
	background-color: #ffffff;
    color: #BF9E71;
}
.tx1{
	font-family: AvenirBook;
	color: #587F93;
	font-size: 16px;
	line-height: 24px;
}
.tx2{
	font-family: AvenirHeavy;
    color: #587F93;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}
.tx3{
	font-family: AvenirBlack;
    color: #587F93;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}
.titolo{
	font-family: AvenirBook;
	color: #587F93;
    font-size: 38px;
    line-height: 42px;
    margin-bottom: 30px;
    position: relative;
    top: -10px;
}
#logoStepUp{
    margin-top: 70px;
}
#imgTestata{
}
.hrBianco{
	border-top: 2.5px solid #ffffff;
	margin: 0;
}
.box{
}
.ico-section{
	max-width: 43px;
    position: relative;
    top: -5px;
    margin-right: 14px;
}
.section{
	font-weight: bold;
    color: #587F93;
    font-size: 42px;
    text-align: center;
    margin-bottom: 20px;
    font-family: 'Abhaya Libre', serif;
}
.step{
	font-weight: bold;
    color: #BF9E71;
    font-size: 35px;
    text-align: center;
    margin-bottom: 20px;
    font-family: AvenirBlack;
}
.spunta{
	width: 14px;
    margin-right: 10px;
}
.paddingbox{
	padding-top: 50px;
	padding-bottom: 30px;
}
.table_spunte td{
	padding-top: 0;
    vertical-align: baseline;
}

/* timeline */
.timeline {
	list-style: none;
	padding: 20px 0 0;
	position: relative;
	padding-right: 20px;
}
.timeline:before {
	top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 2px;
    background-color: #ffffff;
    left: 50%;
    margin-left: -1.5px;
}
.timeline > li {
	margin-bottom: 30px;
	position: relative;
	width: 50%;
	float: left;
	clear: left;
}
.timeline > li:before,
.timeline > li:after {
	content: " ";
	display: table;
}
.timeline > li:after {
	clear: both;
}
.timeline > li:before,
.timeline > li:after {
	content: " ";
	display: table;
}
.timeline > li:after {
	clear: both;
}
.timeline > li > .timeline-panel {
    float: right;
    right: 0px;
    background: #fff;
    position: relative;
    padding: 33px;
}

/*
	.timeline > li > .timeline-panel {
    right: 30px;
	}
*/
.timeline > li > .timeline-panel:after {
	position: absolute;
    top: 45%;
    right: -30px;
    display: inline-block;
    border-top: 0px solid transparent;
    border-left: 34px solid #fff;
    border-right: 0 solid #fff;
    height: 2.5px;
    border-bottom: 0px solid transparent;
    content: " ";
}
.timeline > li.timeline-inverted > .timeline-panel {
	float: left;
    left: 45px;
}
/*
	.timeline > li.timeline-inverted > .timeline-panel {
	float: left;
    left: 30px;
	}
*/
.timeline > li.timeline-inverted > .timeline-panel:after {
	border-left-width: 0;
    border-right-width: 34px;
    left: -30px;
    right: auto;
}
.timeline > li.timeline-inverted{
	float: right; 
	clear: right;
	margin-top: 30px;
	margin-bottom: 30px;
}
.timeline > li:nth-child(2){
	margin-top: 60px;
}
.timeline-panel{
	height: 330px !important;
    width: 330px !important;
    border-radius: 1000px !important;
}


@media (max-width: 767px) {
    ul.timeline:before {
        left: 20px;
	}
	
    ul.timeline > li {
		margin-bottom: 25px;
		position: relative;
		width:100%;
		float: left;
		clear: left;
	}
    ul.timeline > li > .timeline-panel {
        width: calc(100% - 46px);
        width: -moz-calc(100% - 46px);
        width: -webkit-calc(100% - 46px);
	}
	
    ul.timeline > li > .timeline-badge {
        left: 8px;
        margin-left: 0;
        top: 18px;
	}
	
    ul.timeline > li > .timeline-panel {
		float: left;
		left: 45px;
	}
	ul.timeline > li > .timeline-panel:after {
		border-left-width: 0;
		border-right-width: 27px;
		left: -26px;
		right: auto;
	}
	.timeline > li.timeline-inverted > .timeline-panel:after {
		border-left-width: 0;
		border-right-width: 32px;
		left: -26px;
		right: auto;
	}
	/*
		.timeline > li.timeline-inverted > .timeline-panel:after {
		border-left-width: 0;
		border-right-width: 26px;
		left: -27px;
		right: auto;
		}
	*/
    
	.timeline > li.timeline-inverted{
		float: left; 
		clear: left;
		margin-top: 0px;
		margin-bottom: 25px;
	}
	
	.timeline > li.timeline-inverted > .timeline-badge{
		left: 8px;
	}
}
/* timeline */

.board_txt1{
	color: #BF9E71;
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 21px;
    font-family: 'Abhaya Libre', serif;
    line-height: 27px;
}
.board_txt2{
	color: #3C3C3E;
    margin-top: 10px;
    font-size: 15px;
    font-family: AvenirBook;
    font-style: italic;
}
.slide{
	padding: 22px;
    text-align: center;
    background: #ffffff;
    margin: 15px;
    border: 3px solid #587F93;
    border-radius: 1000px;
}
.imgBoard{
	height: 153px;
    width: 153px;
    display: block;
    margin: 0 auto;
    border-radius: 500px;
    background: #F2DFC7;
}

.triangolo1 {
    width: 0;
    height: 0;
    line-height: 0px;
    border-top: 25px solid white;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    transform: rotate(90deg);
}
.triangolo2 {
    width: 0;
    height: 0;
    line-height: 0px;
    border-top: 25px solid white;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    transform: rotate(270deg);
}
.slick-next {
    right: -60px;
}
.slick-prev {
    left: -60px;
}
.slick-prev:before, .slick-next:before{
	display: none;
}
.boxBiblio{
	margin: 0;
    padding: 16px 20px;
    background: #F2DFC7;
    color: #587f93;
    cursor: pointer;
    position: relative;
}
.cartella{
}
.documento{
}
.folder, .documento .fa{
	font-size: 30px;
    color: #587f93;
    position: relative;
    top: 4px;
    margin-right: 10px;
}

.documento .fa{
    color: #BF9E71;
}
.cartella.active{
	color: #ffffff;
	background: #BF9E71;
}
.cartella.active .folder, .documento .fa{
	color: #587f93;
}
.fa.fa-folder-open-o.folder{
	color: #ffffff;
}
.triangolo3 {
	width: 0;
	height: 0;
	line-height: 0px;
	border-top: 64px solid #BF9E71;
	border-left: 32px solid transparent;
	border-right: 32px solid transparent;
	transform: rotate(270deg);
	position: absolute;
	right: -64px;
	top: 0;
	display: none;
}
.triangolo4 {
	width: 0;
	height: 0;
	line-height: 0px;
	border-top: 40px solid #BF9E71;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 10px;
}
.bgBlu{
	background-color: #BF9E71;
}
.btn-bianco{
	font-size: 15px;
	background: #ffffff;
	color: #587F93;
	font-family: AvenirBlack;
	display: block;
	margin: 0 auto;
	border-radius: 100px;
	padding: 10px 50px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.btn-bianco:hover{
	background: #587F93;
	color: #ffffff;
}
.txtFooter, .txtFooter a{
	font-family: AvenirBook;
	color: #3C3C3E;
	font-size: 14px;
}
.separa{
	color: #008dd4;
	margin-left: 5px;
	margin-right: 5px;
}
.txtFooter{
	padding-top: 20px;
}
.contributo{
	font-family: AvenirBook;
	color: #3C3C3E;
	font-size: 14px;
	line-height: 20px;
	display: inline-block;
	margin-bottom: 10px;
	position: relative;
	top: 12px;
	margin-right: 15px;
}
footer{
	padding-top: 30px;
	padding-bottom: 30px;
}
#pageLogin{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(39, 41, 41, .86);
	z-index: 99999999;
	top: 0;
	padding-top: 20%;
}
.credenziali{
	font-family: AvenirBook;
	font-size: 37px;
	text-align: center;
	color: #ffffff;
}
.form-control2{
	border-radius: 0;
	height: 45px;
}
#error{
	font-family: AvenirBook;
	color: #ffa4a4;
	font-weight: 500;
	text-align: center;
	margin-top: 10px;
}
.linkLogin{
	text-align: center;
	text-decoration: underline;
	color: #ffffff;
}
.linkPag{
	font-family: AvenirRoman;
	font-size: 16px;
	color: #BF9E71;
	border-bottom: 1px solid #F2DFC7;
	padding-bottom: 3px;
	cursor: pointer;
}
.btnBlu3 {
	font-family: AvenirRoman;
	font-size: 14px;
	background-color: #00A2DF;
	color: #ffffff;
	border-radius: 100px;
	padding: 13px 20px;
	width: 150px;
}
.btnBlu3:hover{
	background-color: #587F93;
}
#error2{
	font-family: AvenirBook;
	color: #b4ffb4;
	font-weight: 500;
	text-align: center;
	margin-top: 10px;
	font-size: 20px;
}
.point{
	font-size: 8px;
	margin-right: 7px;
}
.statement{
	margin-top: 60px;
	margin-bottom: 40px;
}
.radio-statement{
	height: 40px;
	width: 40px;
	display: block;
}
.label-statement{	
	text-align: center;
	font-family: AvenirRoman;
	color: #587F93;
	font-size: 19px;
	line-height: 34px;
	padding: 0px 33px;
}
.textarea-statement{
	width: 100%;
	min-height: 120px;
	font-family: AvenirBook;
	color: #587F93;
	font-size: 16px;
	line-height: 24px;
	padding: 20px;
}
.elenco-statement{
	font-family: AvenirBook;
	color: #ffffff;
	margin: 0;
}
.num-statement{
	margin-left: 17px;
	cursor: not-allowed;
}
.num-statement.attivo{
	font-weight: bold;
	color: #BF9E71;
	font-family: AvenirBlack;
}
.num-statement.Cpointer{
	cursor: pointer;
}
.error, .error2{
	font-family: AvenirBook;
	font-weight: 500;
	text-align: center;
	margin-top: 10px;
	color: #f22222;
}
a:hover {
	color: unset;
	text-decoration: none;
}
.votato{
	font-family: AvenirBlack;
	color: #587F93;
	font-size: 21px;
	line-height: 28px;
}
.cc-cookies {
	z-index: 999999999999 !important;
}
.btnTorna{
	width: unset;
	padding: 13px 50px;
	display: block;
	margin: 0 auto;
	margin-top: 60px;
}
.bgTerminato{
	background-image: url('../images/terminato.png');
	background-position: top right;
	background-repeat: no-repeat;
	background-size: 100%;
}
#angelini{
	max-width: 133px;
}
.timeline-panel .tx1 {
    line-height: 22px;
}



@media (max-width: 768px) {
	.text-center-mobile{
		text-align: center !important;
	}
}

@media (min-width: 576px) {
	
}

@media (min-width: 768px) {
	.page{
		margin-left: 50px;
		margin-right: 50px;
	}
	.colTestata{
		padding: 0;
		text-align: right;
	}
	#imgTestata {
		position: absolute;
		bottom: -3px;
		left: 0;
		width: 113%;
		max-width: unset;
	}
	.borderRight{
		border-right: 2px solid #ffffff;
	}
	.paddingRight{
		padding-right: 30px;
	}
	.paddingLeft{
		padding-left: 30px;
	}
	.timeline > li {
		width: 48%;
	}
	.contributo{
		position: relative;
		top: 0px
	}
	.spazioCredits{
		min-height: 200px;
	}
	.separa{
		margin-left: 15px;
		margin-right: 15px;
	}
	.timeline {
		padding-right: 0px;
	}
	.label-statement{	
		padding: 0px 14px;
	}
	.btnTorna{
		margin-top: 60px;
	}
	.timeline > li > .timeline-panel {
		float: right;
		right: 18px;
	}
	.timeline > li.timeline-inverted > .timeline-panel {
		float: left;
		left: 18px;
	}
	.timeline > li > .timeline-panel:after {
		right: -31px;
		border-left: 43px solid #fff;
	}
	
	
}

@media (min-width: 992px) {
	.borderRight2{
		border-right: 2px solid #ffffff;
	}
	.timeline > li {
		width: 49.5%;
	}
	.boxBiblio{
		height: 64px;
		margin-right: 40px;
	}
	.cartella.active .triangolo3{
		display: block;
	}
	.btn-bianco {
		width: 30%;
	}
	.contributo{ 
		position: relative;
		top: 12px;
		margin-right: 14px;
		font-size: 14px;
	}
	.spazioCredits{
		min-height: 420px;
	}
	.label-statement{	
		padding: 0px 20px;
	}
	.btnTorna{
		margin-top: 200px;
	}
	.timeline > li > .timeline-panel {
		float: right;
		right: 28px;
	}
	.timeline > li.timeline-inverted > .timeline-panel {
		float: left;
		left: 28px;
	}
}

@media (min-width: 1200px) {
	.timeline > li {
		width: 50%;
	}
	#pageLogin{
		padding-top: 14%;
	}
	.btnTorna{
		margin-top: 300px;
	}
	.timeline > li > .timeline-panel:after {
		right: -27px;
	}
	.timeline > li.timeline-inverted > .timeline-panel:after {
		left: -29px;
	}
}	


@media (min-width: 1300px){
	.containerFooter {
		max-width: 1250px;
	}
	#angelini {
		max-width: 150px;
	}
}