html{
	/* https://www.w3schools.com/css/css3_variables.asp */
	--mainColor: #1db100;
}

html, body{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}

body{
	/*font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";*/
	/*font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";*/
	font-family: 'Larsseit', 'Roboto', Verdana, Arial, Helvetica, sans-serif;
	font-family: "Larsseit", 'Roboto', Helvetica, Arial, sans-serif;
	height: 100%;
	
	/*overflow: hidden;*/
	font-size: 16px;
}

*{
	box-sizing: border-box;
}



.maincontainer{
	width: 100%;
	height: 100%;
	min-height: 100%;
	
}

.p_menu {
	/*width: 60px;*/
	width: 52px;
	/*height: 100%;*/
	height: 36px;
	color: #000;
	border: none;
	background-color: #fbfbfb;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 31000;
	overflow: hidden;
	font-size: 16px !important;
	
	-webkit-box-shadow: 3px 2px 4px 0px #AAAAAA;
	-moz-box-shadow:    3px 2px 4px 0px #AAAAAA;
	-o-box-shadow:      3px 2px 4px 0px #AAAAAA;
	box-shadow:         3px 2px 4px 0px #AAAAAA;
}

.p_menu_top{
	width: 100%;
	min-height: 180px;
	display: block;
}

.p_menu_on .p_menu_top{
	background-image: url("../../media/Swift-thumb.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	
	color: #fff;
}


.p_menu_on .p_menu {
	width: 250px;
	height: 100%;
	border-right: 1px solid #bbb;
}


.p_menu_titolo {
	color: #fff;
	font-weight: 400;
	padding: 10px 20px 30px 20px;
	
	font-size: 1.4rem;
	font-weight: 500;
	
	/*
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	*/
	
	text-align: center;
	
	
	visibility: hidden;
}
.p_menu_on .p_menu_titolo {
	visibility: visible;
}







.p_menu_cont {
	overflow-y: auto;
	overflow-x: hidden;
}


.p_menu_section {
	/*padding: 10px;*/
	/*cursor: pointer;*/
	display: flex;
	background-color: #f8f8f8;
	/*border-bottom: 1px solid #dddddd;*/
}
.p_menu_last{
	height: 1px;
	background-color: var(--mainColor);
	margin: 25px 45px 10px 45px;
}
.p_menu_end{
	height: 30px;
}
/*
.p_menu_section:hover {
	cursor: pointer;
	background-color: #f1f1f1;
}
*/

.p_menu_section.section_active:hover {
	cursor: pointer;
	background-color: #f1f1f1;
}

.p_menu_section.selected,
.p_menu_section.section_active.selected {
	/*background-color: #f1f1f1;*/
	cursor: default;
}
#menu_sect_0 {
	border-top: none;
}


.p_menu_num {
	padding: 5px;
	border: 3px solid #000;
	color: #000;
	border-radius: 20px;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	width: 35px;
	height: 35px;
	line-height: 1.1;
	flex-shrink: 0;
}


.p_menu_num {
	display: block;
	margin: 10px 0 0 10px;
}
.p_menu_on .p_menu_num {
	display: none;
}


.selected .p_menu_num {
	color: var(--mainColor);
	border-color: var(--mainColor);
}



.p_menu_block {
	/*display: none;*/
	display: block;
	padding: 0 0 0 5px;
	padding: 0;
	visibility: hidden;
	
	min-width: 349px;
	max-width: 349px;
	width: 349px;
}

.p_menu_on .p_menu_block {
	display: block;
	visibility: visible;
}


.p_menu_title {
	font-weight: 300;
	color: #000;
	font-size: 1rem;
	line-height: 1;
	
	text-transform: uppercase;
	padding: 5px;
}
.selected .p_menu_title {
	font-weight: 500;
	/*color: #1db100;*/
	color: var(--mainColor);
}

.p_menu_subtitle{
	padding-left: 40px;
}

.p_menu_subitem  .dea-icon{
	border-left: 3px solid transparent;
	padding-left: 3px;
}

.selected .p_menu_subitem:first-child .dea-icon{
	border-left: 3px solid var(--mainColor);
}
/*
*/
 .p_menu_subitem.selected .dea-icon{
	border-left: 3px solid var(--mainColor);
}


.p_menu_subitem .dea-icon{
	display: inline-block;
	padding-right: 5px;
}
.p_menu_subitem .dea-icon::before{
	font-size: 1.2rem;
	vertical-align: text-bottom;
}


.p_menu_subitem{
	font-size: .9rem;
	line-height: 1.5;
	line-height: 2;
	font-weight: 300;
	
	cursor: pointer;
}
.selected .p_menu_subitem {
	font-weight: 500;
}

.p_menu_subitem:hover {
	background-color: #f1f1f1;
}

/*
.p_menu_thumb {
	max-height: 75px;
}

.p_menu_thumb {
	flex-shrink: 0;
	width: 140px;
	max-height: none;
}
.p_menu_thumb, .pl_sect_cl {
	display: none;
}
.p_menu_thumb {
	display: inherit;
}

.p_menu_thumb img {
	max-width: 100%;
	max-height: none;
}
*/

.pl_sect_cl {
	color: #b6b6b6;
	text-transform: uppercase;
}
.pl_sect_cl {
	display: none;
}


.p_container{
	/*width: 100%;*/;
	/*padding-left: 60px;*/
	padding-left: 0;
	height: 100%;
}


.p_menu_on .p_container {
	padding-left: 250px !important
}

.p_menu_bar{
	display: flex;
	justify-content: space-between;
}
.p_menu_ham{
	padding-left: 16px;
}

.p_menu_ham,
.p_menu_close,
.p_menu_settings {
	display: block;
	padding: 5px 10px 5px 10px;
	margin: 0px;
	cursor: pointer;
	font-size: 18px;
	z-index: 31000;
	float: none;
	/*color: #fff;*/
}

.p_menu_ham{
	padding-left: 16px;
}

.p_menu_ham::before,
.p_menu_close::before,
.p_menu_settings::before,
.icona-timeline::before {
	font-family: FontAwesome !important;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 18px;
	font-size: 17pt;
	/*color: #fff;*/
	content: "\f0c9";
}
.p_menu_settings::before {
	content: "\f013";
}
.p_menu_close::before {
	content: "\f00d";
}
.icona-timeline::before {
	content: "\f1da";
	
}

.p_menu_settings {
	visibility: hidden;
	/*margin-left: auto;*/
}

.p_menu_settings {
	visibility: hidden;
	/*margin-left: auto;*/
}


.p_menu_on .p_menu_settings {
	visibility: visible;
}

.p_section {
	display: none;
	position: relative;
	flex-direction: column;
	
	min-height: 100%;
}
.p_section.selected {
	display: flex;
}

.p_section_maintitle {
	color: #000000;
	padding: 10px 20px 10px 20px;
	font-size: 2em;
	font-size: 1.8em;
	text-transform: none;
	font-weight: 500;
	text-align: center;
	
	display: none;
}
.p_section_maintitle {
	text-transform: uppercase;
}
.p_section_title_holder {
	text-align: center;
	padding-bottom: 30px;
	padding-bottom: 15px;
}

.p_section_title_holder.p_section_first{
	margin-top: 20px;
}


.p_section_title {
	display: inline-block;
	text-align: center;
	color: #000;
	font-weight: 400;
	padding: 5px 30px 3px 30px;
	border-bottom: 1px solid #000000;
	font-size: 2.2em;
	
	text-transform: uppercase;
	
}
.p_section_title {
}
.p_section_title .num {
	font-size: 1.3em;
	/*
	font-weight: 700;
	padding-right: 0.33em;
	*/
}


.p_back, 
.p_next {
	background-color: #f1f4f8;
	color: #000;
	text-align: center;
	font-weight: 500;
	font-weight: 400;
	cursor: pointer;
	margin-top: 20px;
	padding: 10px 20px 5px 20px;
	padding: 10px 0px 5px 0px;
	width: 100%;
}

.p_back {
	padding: 5px 0px 10px 0px;
	margin-top: 0px;
	margin-bottom: 20px;
}

.p_next {
	margin-top: auto;
	position: absolute;
	bottom: 0;
	left: 0;
}

.p_back:hover, 
.p_next:hover {
	opacity: 0.6;
}

.p_back_icon::before, 
.p_next_icon::before {
	font-family: FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 18px;
	font-weight: 900;
	content: "\f107";
}
.p_back_icon::before {
	content: "\f106";
}


.ct_popup_open,
.ct_popup_close {
	color: var(--mainColor);
	padding-left: .25em;
	cursor: pointer;
}
.ct_popup_open::before,
.ct_popup_close::before {
	font-family: FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 18px;
	font-weight: 900;
	content: "\f055";
}
.ct_popup_close::before {
	content: "\f056";
}


.p_popup{
	height: 100%;
	width: 100%;
	
	position: fixed;
	top: 0;
	left: 0;
	
	z-index: 31002;
	
	background-color: rgba(0,0,0,0.60);
	
	text-align: center;
	
	
	display:none;
}
.p_menu_on .p_popup {
	width: calc( 100% - 250px );
	left: 250px;
}
.p_popup_text{
	display: inline-block;
	margin: 4em auto auto auto;
	border: 1px solid var(--mainColor);
	background-color: #fff;
	/*width: 50%;*/
	max-width: 500px;
}
.p_popup_close{
	text-align: right;
	width: 100%;
	padding: 1px 4px 0 0;
}
.p_popup_title{
	font-size: 1.3em;
	font-weight: 300;
	padding-top: 1em;
}
.p_popup_title strong{
	font-weight: 600;
}
.p_popup_title::after{
	display: block;
	width: 50%;
	margin: 0 auto;
	height: .5em;
	/*background-color: #000;*/
	border-bottom: 1px solid #999;
	content: "";
}
.p_popup_txt{
	padding: 1em 4em 3em 4em;
	text-align: justify;
	font-weight: 300;
	font-size: 1em;
	line-height: 1.2;
}


.p_contentHolder{
	width: 100%;
	padding: 2px;
	background-color: #FFF;
	box-sizing: border-box;
	position: relative;
	
	border: none;
	margin-top: 10px;
	margin-bottom: 20px;
}

/*
.p_content{
	margin-top: 25px;
}
*/

.p_content_wrap{
	display: flex;
	width: 100%;
}


.p_content_wrap{
	display: flex;
	width: 100%;
}


.p_ct_accordion{
	-webkit-box-shadow: 3px 2px 4px 0px #ddd;
	-moz-box-shadow:    3px 2px 4px 0px #ddd;
	-o-box-shadow:      3px 2px 4px 0px #ddd;
	box-shadow:         3px 2px 4px 0px #ddd;
}


.p_content_wrap .p_sp {
	max-width: 100px;
	min-width: 20px;
	width: 10%;
	background-color: transparent;
	flex-shrink: 0;
}
.p_content_harm .p_sp {
	max-width: 50px;
	min-width: 10px;
	width: 5%;
}
.p_content_wrap .p_ct {
	min-width: auto;
	width: 100%;
	padding-bottom: 1em;
}

.p_bcg_white{
	background-color: #ffffff;
}

.p_bcg_grey{
	background-color: #f8f8f8;
}

.p_ct_wrap {
	text-align: center;
	padding: 0;
}

.p_ct_video {
	display: inline-block;
	max-width: 1024px;
	height: auto;
}

.p_ct_exe {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	
	/*
	padding: 120px 015% ;
	padding: 60px 015% ;
	*/
	
	padding: 60px 05% ;
}
.p_ct_exe.exe_text {
	padding: 60px 0;
}

.p_ct_text {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	color: #000;
	font-weight: 300;
	text-align: center;
	font-size: 1em;
	line-height: 1.2;
}

.p_ct_timeline {
	background-color: #f8f8f8;
	margin: 0;
	padding: 0;
}

.p_ct_exe_block {
	width: 100%;
	min-height: 300px;
	border: 1px solid #ddd;
	
	-webkit-box-shadow: 3px 2px 4px 0px #ddd;
	-moz-box-shadow:    3px 2px 4px 0px #ddd;
	-o-box-shadow:      3px 2px 4px 0px #ddd;
	box-shadow:         3px 2px 4px 0px #ddd;
}
.exe_text .p_ct_exe_block {
	border: none;
	
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	-o-box-shadow:      none;
	box-shadow:         none;
}



.p_ct_split {
	display: flex;
	flex-flow: wrap;
}

.p_ct_splitted {
	flex: 0 0 60%;
}

.p_ct_splitted:first-child {
	flex: 0 0 40%;
}




.p_section{
	/*display: none;*/
	position: relative;
	
	padding-bottom: 50px;
	
	position: absolute;
	top: -10000px;
	left: -10000px;
	visibility: hidden;
	
}
.p_section:last-child{
	padding-bottom: 20px;
}
.p_section.selected{
	/*display: block;*/
	
	position: relative;
	visibility: visible;
	top: 0;
	left: 0;
}





































































.plyr audio, .plyr video {
	max-height: 100% !important;
	max-width: 100% !important;
	height: auto !important;
	width: auto !important;
}






/* armonium */
.p_harm .p_contentHolder{
	/*display: none;*/
	visibility: hidden;
	position: absolute;
	left: -10000px;
	top: -10000px;
}
.p_harm .p_contentHolder{
	margin: 0;
	border: 1px solid #d5d5d5;
	border-top: none;
}

.p_harm.opened .p_contentHolder{
	
	visibility: visible;
	position: relative;
	left: 0;
	top: 0;
}

.p_harm_title{
	margin: 0;
	/*width: 80%;*/
	background-color: #fff;
	color: #000;
	border: 1px solid #d5d5d5;
	border-top: none;
	font-size: 1.1em;
	font-weight: 4500;
	padding: 10px;
	
	cursor: pointer;
	
	text-align: center;
	
	line-height: 2.5;
}
.opened .p_harm_title{
	/*line-height: 1.5;*/
}
.p_harm_first {
	border: 1px solid #d5d5d5;
}


.p_harm_title:hover{
	opacity: 0.6;
}

.p_harm_title::after{
	display: inline-block;
	float: right;
	
	font-family: FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 18px;
	font-weight: 900;
	content: "\f055";
	content: "\f067";
}

.opened .p_harm_title::after{
	content: "\f056";
	content: "\f068";
}

.p_harm_text{
	padding: 10px;
	text-align: justify;
}


.tooltip{
	text-decoration: underline;
	cursor: pointer;
}
.tooltip:hover{
	text-decoration:none;
}




.p_spacer_10{
	width: 100%;
	height: 10px;
}
.p_spacer_20{
	width: 100%;
	height: 20px;
}
.p_spacer_30{
	width: 100%;
	height: 30px;
}
.p_spacer_40{
	width: 100%;
	height: 40px;
}
.p_spacer_50{
	width: 100%;
	height: 50px;
}




.sect_title{
	color:var(--mainColor);
	font-weight: 500;
	text-align: center;
	font-size: 1.5em;
	padding: 0 !important;
}
.sect_title_border{
	padding: 0 25px 8px 25px;
	border-bottom: 1px solid #000;
}

.p_content_wrap .p_txt_border {
	max-width: 200px;
	min-width: 100px;
	width: 20%;
	background-color: transparent;
	flex-shrink: 0;
	
	font-weight: 300;
	text-align: right;
	padding: 15px 15px;
	font-size: 1.1em;
}
.p_content_wrap .p_txt_center {
	min-width: auto;
	width: 100%;
	padding-bottom: 1em;
	border: 1px solid var(--mainColor);
	padding: 15px;
	font-size: .95em;
	font-weight: 300;
	line-height: 1.3;
}

.shadow{
	-webkit-box-shadow: 2px 1px 2px 0px #AAAAAA;
	-moz-box-shadow:    2px 1px 2px 0px #AAAAAA;
	-o-box-shadow:      2px 1px 2px 0px #AAAAAA;
	box-shadow:         2px 1px 2px 0px #AAAAAA;
}

/* sovrapporre i div exe e istruzioni */
.p_ct_exe {
	display: grid;
}
.p_ct_exe_block,
.p_ct_exe_info {
	grid-area: 1 / 1;
}

.p_ct_exe_info{
	width: 100%;
	min-height: 350px;
	background-color: #fff;
	border: 1px solid #ddd;
	
	text-align: center;
	padding: 3em;
}

.exe_info_title{
	display: inline-block;
	color: var(--mainColor);
	font-weight: 500;
	font-size: 1.2em;
}

.exe_info_info{
	text-align: left;
	font-weight: 300;
}
.exe_info_info li{
	padding: 10px 0;
}

.exe_info_btn{
	display: inline-block;
	color: #fff;
	background-color: var(--mainColor);
	border-radius: 5px;
	padding: 6px 13px;
	font-weight: 500;
	
	cursor: pointer;
}
.exe_info_btn::after{
	
	font-family: FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f061";
}