body {
/*font-family: "Ubuntu", sans-serif;*/
font-family: "Assistant", sans-serif;
font-weight: 400;
font-size: 18px;
line-height: 28px;
color: #0F4D8D;

/*background-color: #F4F8EA;
	letter-spacing: 0.01em;*/

	/* -webkit-font-smoothing: antialiased;
	letter-spacing: -0.45px;*/
}

/*.sp-pre-loader .sp-loader-circle {
    position: absolute;
    height: 80px;
    width: 80px;
    border-radius: 80px;
    border: 3px solid fade(#0345BF, 70%);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: loader1 3s linear infinite;
    animation: loader1 3s linear infinite;
}
*/



.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1124px;
}
.sppb-row-container {
    max-width: 1124px;
}

a {
    color: #21C5C4;
}

a:hover, a:focus, a:active {
    color: #21C5C4;
}

b, strong {
    font-weight: 600;
}


h1 {
    font-family: "Ubuntu", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0px;
}

h2 {
    font-family: "Ubuntu", sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: 0px;
}
h3 {
    font-family: "Ubuntu", sans-serif;
}



body.ltr.offcanvs-position-right .offcanvas-menu {
    right: -3000px;
    top: 0;
}



.sp-pre-loader .sp-loader-circle:after{
    background-color: #104E8C !important;
}

#sp-header {
   /* background: transparent;
    height: 0px;*/
	height: 120px;
}


.sp-page-title .sp-page-title-sub-heading {
    font-size: 26px;
    font-weight: 300;
    line-height: 36px;
    color: #6AAC0E;
    text-align: center;
    position: absolute;
    max-width: 736px;
    margin: 0px auto;
    padding: 120px 20px;
    left: 0;
    right: 0;
    margin-inline: auto;
    width: fit-content;
}





.burger-icon>span {
    display: block;
    height: 3px;
    background-color: #0F4D8D;
    margin: 5px 0;
    transition: background-color 0.3s ease-in, opacity 0.3s ease-in, transform 0.3s ease-in;
}
.burger-icon{
    background-color: #ffffff;
    padding: 2px 5px;
    width: 36px;
    height: 33px;
    margin-top: 35px!important;
}

.offcanvas-menu {
color: #4495E8;
    background: #0F4D8D url(../images/albero-menu.svg);
    background-repeat: no-repeat;
    background-position: top right;
}
.offcanvas-menu .offcanvas-inner ul.menu>li a, .offcanvas-menu .offcanvas-inner ul.menu>li span {
    color: #FFFFFF;
}
.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
    font-size: 22px;
    line-height: 50px;
	padding: 0px;
	opacity: 1;
	font-family: "Ubuntu", sans-serif;
}


.offcanvas-active .burger-icon {
    background-color: transparent;
    width: 36px;
    height: 36px;
	margin-top: 0px;
}

.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #FFFFFF;
	opacity: 0.8;
}
.offcanvas-active .burger-icon>span:nth-child(1), #modal-menu-toggler.active .burger-icon>span:nth-child(1) {
    transform: translate(0, 10px) rotate(-45deg);
}
.offcanvas-menu .offcanvas-inner {
    padding: 40px 40px;
}

.offcanvas-menu .offcanvas-inner ul.menu li.active a {
    /*color: #4495E8;*/
	color: #ffffff;
}
.offcanvas-menu .offcanvas-inner ul.menu>li a:hover, .offcanvas-menu .offcanvas-inner ul.menu>li a:focus, .offcanvas-menu .offcanvas-inner ul.menu>li span:hover, .offcanvas-menu .offcanvas-inner ul.menu>li span:focus {
    color: #ffffff;
}
.offcanvas-menu .offcanvas-inner a {
    color: #ffffff;
}
.offcanvas-menu .offcanvas-inner .sp-contact-info>li>a, .offcanvas-menu .offcanvas-inner .social-icons>li>a {
    opacity: 1;
    font-size: 16px;
    line-height: 28px;
}

.offcanvas-menu .offcanvas-inner .sp-contact-info {
    margin-top: 50px;
}















.sppb-btn {
    font-weight: 700;
    border: 1px solid transparent;
    padding: 15px 30px;
    font-size: 16px;
    line-height: 25px;
    border-radius: 5px;
    height: 60px;
}

#sppb-addon-I7d5g4OukAVL4MFbXqmw6 #btn-I7d5g4OukAVL4MFbXqmw6.sppb-btn-custom:hover {
    background-color: #F0B64A;
    color: #FFFFFF;
}


.btn-primary, .sppb-btn-primary {
    border-color: #A1CB66;
    background-color: transparent;
	color: #A1CB66;
}
.btn-primary:hover, .sppb-btn-primary:hover {
    border-color: #13453F;
    background-color: #13453F;
    color: #A1CB66;
}

#sp-footer, #sp-bottom {
    background: #092F55;
    color: #4495E8;
    padding: 60px 20px 0px 20px;
	font-size: 18px;
    line-height: 24px;
	margin-top: -3px;
}

#sp-footer .container-inner {
    padding: 0px 0;
    border-top: 0px solid rgba(255, 255, 255, 0.1);
}
.sp-page-builder .page-content #mission {
    background-color: #f4f8ea;
    background-image: url(../images/bg-bosco.png);
    background-repeat: no-repeat;
    background-position: right 300px;
}

.sp-page-builder .page-content #obiettivi {
    background-color: #13453f;
    background-image: url(../images/bg-bosco.png);
    background-repeat: no-repeat;
    /*background-position: right -600px;*/
	background-position: right 0px;
}

.sp-page-builder .page-content #mission {
    margin-right: -5px;
}
.sp-page-builder .page-content #section-id-1741966632847 {
    margin-top: -1px;
}






.sp-page-title {
    background: #13453F;
    background-image: url(../images/header-news.png);
    min-height: 439px;
    background-repeat: no-repeat;
    background-size: cover;
}

.article-list .article .article-intro-image img, .article-list .article .article-featured-video img, .article-list .article .article-featured-audio img, .article-list .article .article-feature-gallery img {
    border-radius: 20px;
}
.article-list .article .article-header h1 a, .article-list .article .article-header h2 a {
    color: #226E6B;
	    font-size: 20px;
    line-height: 30px;
	font-weight: 300;
}
.article-list .article .article-header h1, .article-list .article .article-header h2 {
    font-size: 26px;
    margin: 0 0 1.25rem 0;
    line-height: 36px;
    font-weight: 300;
}
.article-introtext{
	font-size: 16px;
	line-height: 28px;
}

.article-details {
    font-size: 16px;
    line-height: 26px;
}
.article-details .article-header h1, .article-details .article-header h2 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 300;
}
.article-details .article-full-image img {
    border-radius: 20px;
}
.sp-page-title .sp-page-title-heading {
    font-size: 46px;
    line-height: 52px;
    color: #A1CB66;
    text-align: center;
    padding: 300px 20px 0px 20px;
}
.breadcrumb{
	display: none;
	visibility: hidden;
}





.view-login #sp-main-body {
    padding: 100px 20px 100px;
}
.sppb-article-img-wrap img{
	border-radius:20px;
}



.article-list{
	background-color: #F4F8EA;
	padding: 30px 30px 0px 30px;
	margin-bottom: 50px;
}

.articles-leading{
	background-color: #FFFFFF;
	padding: 0px;
}


.article-list .article-introtext{
	display: none;
	visibility: hidden;
	
}
#sp-footer a, #sp-bottom a {
    color: #4495E8;
}





.layout-blog #sp-main-body {
    padding: 250px 20px 0px 20px;
}
.article-list .article {
    position: relative;
    margin-bottom: 30px;
    padding: 30px;
    border: 0px solid #f5f5f5;
    border-radius: 0px;
}
.related-article-list-container .related-article-title {
    font-size: 26px;
    padding-bottom: 15px;
    border-bottom: 0px solid #f3f3f3;
    line-height: 36px;
    color: #6AAC0E;
    padding-top: 80px;
    font-weight: 300;
}
.article-list .article .article-header h1 a:hover, .article-list .article .article-header h1 a:active, .article-list .article .article-header h1 a:focus, .article-list .article .article-header h2 a:hover, .article-list .article .article-header h2 a:active, .article-list .article .article-header h2 a:focus {
    color: #226E6B;
}
.article-info{
	display: none;
	visibility: hidden;
}
.offcanvas-active .burger-icon>span:nth-child(3), #modal-menu-toggler.active .burger-icon>span:nth-child(3) {
    transform: translate(0, -6px) rotate(45deg);
}
.article-list .article .readmore a {
    color: #A1CB66;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
}
.article-list .readmore{
	display: none;
	visibility: hidden;
	
}
.articles-leading .readmore{
	display:inline;
	visibility:visible;
}
.fa-envelope:before {
    display: none;
	visibility: hidden;
}


.view-article .article-details {
	padding-bottom: 150px;
	
}



.sp-megamenu-parent>li>a {
    color: #0F4D8D;
	border: 1px solid #ffffff;
	 border-radius: 5px;
	font-size: 16px;
}
.sp-megamenu-parent>li:hover>a {
    color: #E2960D;
    border: 1px solid #E2960D;
    border-radius: 5px;
}
.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a {
    color: #E2960D;
    border: 1px solid #E2960D;
    border-radius: 5px;
}
.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    display: inline-block;
    line-height: 40px;
}
.sp-megamenu-parent>li:last-child>a {
    padding: 0px 15px 0px 15px;
}
.sp-megamenu-parent>li {
    margin-right: 5px;
}
#sp-menu.menu-center .sp-megamenu-wrapper {
    margin-top: 40px;
}
#sppb-addon-1746624956181 .sppb-addon-single-image-container {
    overflow: visible;
}

.box-chisiamo{
	border-radius:5px;
}


.border-radius-bottom{
	border: 1px solid transparent;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	
}
.sppb-panel-default>.sppb-panel-heading {
    background: transparent;
}
.sppb-panel-default {
    border-color: transparent;
}
.sppb-panel {
    background-color: transparent;
    border: 1px solid transparent;
}
.sppb-panel-default .sppb-panel-body {
    border-top-color: transparent;
}
.sppb-panel-body {
    padding: 0px;
    border-top: 1px solid transparent;
}
::marker  {
	color: #E2960D;
}
li {
    margin-bottom: 5px;
}
.sppb-panel-heading {
    padding: 0px;
}
.sppb-panel-title {
font-family: Ubuntu;
    font-size: 16px;
    line-height: 18px;
    color: #E2960D;
    font-weight: 400;
	margin-left: 15px;
	
}
.fa-chevron-right:before {
    content: "";
    color: #f0b64a;
    font-size: 14px;
}
.fa-caret-down {
    position: absolute;
    left: 105px;
    top: 9px;
}
.box-grigio{
	margin-top: -480px!important;
}


.sppb-btn-default {
    color: #ffffff;
    background-color: #f0b64a;
    border-color: #f0b64a;
}
.sppb-btn-default:hover {
    color: #f0b64a;
    background-color: #ffffff;
    border-color: #f0b64a;
}

#offcanvas-toggler{
	display: none!important;
	visibility: hidden;
}


.top-menu-dx-dk{
	text-align: center; 
	display: flex; 
	margin-top: 50px;
}
.top-menu-dx-mb{
	display: none;
	visibility: hidden;
}
#sp-header .logo {
    margin-top: 15px;
}

 #bg-certificazioni {
    background-image: url(../images/bg-accredia.jpg);
    background-repeat: no-repeat;
    background-size: inherit;
    background-attachment: inherit;
    background-position: 50% 100%;
    box-shadow: 0px 0px 0px 0px #FFFFFF;
}


.box-login{
	margin-bottom: 100px;

}

.pag-areariservata #login-form {
    border: 0px solid #0F4D8D;
    border-radius: 5px;
    padding: 30px 30px 30px 20px;
    background-color: #ffffff!important;
box-shadow: 1px 1px 17px -4px rgba(0,0,0,0.2);
-webkit-box-shadow: 1px 1px 17px -4px rgba(0,0,0,0.2);
-moz-box-shadow: 1px 1px 17px -4px rgba(0,0,0,0.2);
background-color: transparent;
}

#login-form-130{
	border: 0px solid #0F4D8D;
    border-radius: 5px;
    padding: 30px 30px 30px 20px;
    background-color: #ffffff!important;
box-shadow: 1px 1px 17px -4px rgba(0,0,0,0.2);
-webkit-box-shadow: 1px 1px 17px -4px rgba(0,0,0,0.2);
-moz-box-shadow: 1px 1px 17px -4px rgba(0,0,0,0.2);
background-color: transparent;
	min-height: 200px;
    max-width: 700px;
    margin: 0px auto;
}
#login-form {
    max-width: 300px;
    margin: 0px auto;
    /* border: 1px solid #cccccc; */
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 0px;
}
.unstyled{
	display: none;
	visibility: hidden;
}

.btn-primary, .sppb-btn-primary {
    border-color: #0F4D8D;
    background-color: transparent;
    color: #0F4D8D;
}

.btn-primary:hover, .sppb-btn-primary:hover {
    border-color: #0F4D8D;
    background-color: #0F4D8D;
    color: #ffffff;
}

#login-form .input-group-text {
    color: #E2960D;
    padding: 0px 20px 0px 0px;
	background-color: #ffffff;
    border: 1px solid #ffffff;
}

#form-login-username textarea, #form-login-username input[type="text"], #form-login-username input[type="password"], #form-login-username input[type="datetime"], #form-login-username input[type="datetime-local"], #form-login-usernameinput[type="date"], #form-login-username input[type="month"], #form-login-username input[type="time"], #form-login-username input[type="week"], #form-login-username input[type="number"], #form-login-username input[type="email"], #form-login-username input[type="url"], #form-login-username input[type="search"], #form-login-username input[type="tel"], #form-login-username input[type="color"], #form-login-username .uneditable-input {
    background-color: #E3EFFC !important;
    border: 1px solid #E3EFFC;
    font-size: 14px;
    height: 40px !important;
    border-radius: 5px;
}
.control-label{
	font-size: 14px;
	font-weight: 400;
}
.form-check-input[type=checkbox] {
    border-radius: 5px;
    height: 16px;
    width: 16px;
    margin-top: 8px;
}


.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
        background-color: #E0F3FF !important;
    border: 1px solid #E0F3FF;
    height: 50px !important;
}

#login-form .btn-primary {
   font-family: "Ubuntu", sans-serif;
    background-color: #F0B64A;
    border-color: #F0B64A;
    border-radius: 5px;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 10px 15px 10px 15px;
    width: -webkit-fill-available;
	font-weight: 700;
	height: 60px;
	max-width: 160px;
}
.logout-button .btn-primary, .logout-button .sppb-btn-primary {
   font-family: "Ubuntu", sans-serif;
    background-color: #F0B64A;
    border-color: #F0B64A;
    border-radius: 5px;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 10px 15px 10px 15px;
    width: -webkit-fill-available;
	font-weight: 700;
	height: 60px;
	width: 100px;
}

.logout-button .btn:hover {
    background-color: #ffffff;
    border-color: #F0B64A;
	color: #F0B64A;
}




#adminForm a {
    color: #0F4D8D;
	font-size:16px;
}
.btn-secondary {
    --bs-btn-bg: #0F4D8D;
}

.card {
    --bs-card-border-color: transparent;
	color: #0F4D8D;
}
.card{
	padding: 0px;
	font-size:18px;
  	line-height:24px;
  	font-weight:400;
	display: none;
	visibility: hidden;
}
.table-striped>tbody>tr:nth-of-type(odd)>* {
    color: #0F4D8D;
}
.mod-login-logout__button{
	position: absolute;
	margin-top: 30px;
}

.btn:hover {
    background-color: #249BE8;
    border-color: #249BE8;
}

.bottone-contatti{
	display: none!important;
	visibility: hidden;
	margin-top: 50px;
}

.itemid-352 #sp-main-body {
	background-color:#EBF4FD;
	
}


.fa-user:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/ico-omino.svg);
    top: 0px;
    right: 0px;
    display: inline-block;
    margin: 0px 0px -3px 0px;
    background-repeat: no-repeat;
}
.fa-lock:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/ico-lucchetto.svg);
    top: 0px;
    right: 0px;
    display: inline-block;
    margin: 0px 0px -3px 0px;
    background-repeat: no-repeat;
}
.fa-folder:before {
    content: "";
    width: 25px;
    height: 20px;
    background: url(../images/ico-cartella.svg);
    top: 0px;
    right: 0px;
    display: inline-block;
    margin: 0px 0px 0px 0px;
    background-repeat: no-repeat;
}
.fa-home{
	content: "";
    width: 25px;
    height: 25px;
    background: url(../images/ico-home.svg);
    top: 0px;
    right: 0px;
    display: inline-block;
    margin: 0px 0px 0px 0px;
    background-repeat: no-repeat;
}
.fa-download:before {
    	content: "";
    width: 25px;
    height: 25px;
    background: url(../images/ico-download.svg);
    top: 0px;
    right: 0px;
    display: inline-block;
    margin: 10px 0px 0px 0px;
    background-repeat: no-repeat;
}
.fa-search:before {
      	content: "";
    width: 25px;
    height: 25px;
    background: url(../images/ico-lente.svg);
    top: 0px;
    right: 0px;
    display: inline-block;
    margin: 0px 0px 0px 0px;
    background-repeat: no-repeat;
}
.fa-arrow-up:before {
	content: "";
    width: 25px;
    height: 25px;
    background: url(../images/ico-back.svg);
    top: 0px;
    right: 0px;
    display: inline-block;
	margin: 15px 0px 0px -20px;
    background-repeat: no-repeat;
}
.rsfiles-file-icon {
    color: #E2960D;
}
.bg-info {
    background-color: #E29613 !important;
	border-radius: 5px;
}
.bg-secondary {
    background-color: #0F4D8D !important;
    border-radius: 5px;
}
.pag-areariservata .btn-secondary {
    --bs-btn-bg: transparent;
    border: 0px;
    color: transparent;
}
.pag-areariservata .btn-secondary:hover {
    background-color: transparent;
    border-color: transparent;
}






.table {
    --bs-table-border-color: #FFFFFF;
}
.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: #FFFFFF;
}
.table>:not(caption)>*>* {
    background-color: #F5FAFE;
}
.table>:not(caption)>*>* {
    color: #0F4D8D;
}



.com-users-login__submit{
	display: none;
	visibility: hidden;
}

.list-group{
	display: none;
	visibility: hidden;
}




































  /*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/


 /*==========  Non-Mobile First Method  ==========*/


@media only screen and (max-width: 4000px) and (min-width: 3000px){
	
	
	

}
@media only screen and (max-width: 1250px) {
  
		
.top-menu-dx-dk{
	display: none!important;
	visibility: hidden!important;
}
	
.top-menu-dx-mb{
	visibility: visible;
	text-align: center; 
	display: flex!important; 
	margin-top: 55px;
}	


#sp-header .logo {
        margin-top: 15px;
        margin-left: 0px;
    }
	
}
@media only screen and (max-width: 1155px) {
  
		
.sp-page-builder .page-content #obiettivi {
    /*background-position: right -627px;*/
	background-position: right 0px;
}
	

#sp-header .logo {
    margin-top: 15px;
    margin-left: 10px;
}


	
}
@media only screen and (max-width: 1024px) {
  
		
.sp-page-builder .page-content #obiettivi {
    /*background-position: right -685px;*/
	background-position: right 0px;
}

.box-grigio {
    margin-top: -430px !important;
}
	
}
@media only screen and (max-width: 991px) {


.sp-page-builder .page-content #mission {
    background-image: none!important;
}

.sp-page-builder .page-content #obiettivi {
    background-image: none!important;
}

.box-grigio{
	margin-top: -330px!important;
}

	
#offcanvas-toggler{
	display: inline!important;
	visibility: visible;
}
.bottone-contatti{
	display: inline!important;
	visibility: visible;
}
#sp-header .logo {
    margin-top: 30px;
    margin-left: 10px;
}
.top-menu-dx-mb {
  margin-top: 55px;
}

#bg-certificazioni {
    background-image: url(../images/bg-accredia-mobile.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: inherit;
    background-position: 50% 100%;
    box-shadow: 0px 0px 0px 0px #FFFFFF;
}

h2 {
    font-family: "Ubuntu", sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 0px;
}
h3 {
    font-family: "Ubuntu", sans-serif;
}
	
}
@media only screen and (max-width: 767px) {

.offcanvas-menu {
    width: 100%;
}
.box-grigio{
	margin-top: 0px!important;
}


	
}
@media only screen and (max-width: 480px) {


.logo-image {
    height: 44px;
}

	
}
@media only screen and (max-width: 375px) {

    
}