@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

body {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	color: #092737;
}

label {
	font-size: 16px;
	line-height: 22px;
}

.tox-notifications-container{
	display: none!important;
}

.form-label-container label {
	font-size: 16px;
	line-height: 22px;
	margin-top: 20px;
}

h1 {
	font-size: 50px;
	line-height: 60px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	margin-bottom: 35px;
}

h2 {
	font-size: 40px;
	line-height: 48px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	margin-bottom: 30px;
} 

h3 {
	font-size: 30px;
	line-height: 36px;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 25px;
}

h4 {
	font-size: 25px;
	line-height: 28px;
	font-family: 'Poppins', sans-serif;
}

h5 {
	font-size: 22px;
	line-height: 26px;
	font-family: 'Poppins', sans-serif;
}

h6 {
	font-size: 11px;
	line-height: 14px;
	font-family: 'Poppins', sans-serif;
}


a {
	color: #077d80;
	text-decoration: none;
} 

a:hover {
	color: #092737;
} 

.nav-item .active {
	color: #077d80!important;
} 


.navbar {
	font-size: 16px;
	line-height: 16px;
}

.navbar img {
	width: 200px;
}

.navbar li  {
	margin-left: 20px;
}

.navbar a {
color: #092737!important;
}

.navbar a:hover {
color: #077d80!important;	
}

img {
	max-width: 100%;
}

/*color*/

.acqua {color:#077d80; }
.white {color:#FFF; }
.orange{color:#d56527; }
.yellow {color:#e5bb42; }
.beige {color:#ded8c9; }
.black {color:#000; }
.grey {color:#e0e0e0; } 
.lightblu {color:#5583a0; } 
.green{color:#839d31; } 
.blu {color:#092737; } 

.bg-acqua {background:#077d80; }
.bg-white {background:#FFF; }
.bg-orange{background:#d56527; }
.bg-yellow {background:#e5bb42; }
.bg-beige {background:#ded8c9; }
.bg-black {background:#000; }
.bg-grey {background:#e0e0e0; } 
.bg-lightblu {background:#5583a0; } 
.bg-green{background:#839d31; }
.bg-blu {background:#092737; } 

/*btn*/

.btn-general {
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	border: 0;
	padding: 14px 30px;
	color: #FFF;
	border-radius:0!important;
} 

.btn-general:hover {
	background-color:#092737 ;
	color: #FFF; 
} 

.btn-bg-white {
	background-color:#FFF ;
	padding: 13px 29px;
	border: 1px solid #077d80;
	color: #092737;
} 



/*HOME*/

.header-page{
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 140px 20px;
	color: #FFF;
	text-align: center;
} 

.header-home {
	padding: 200px 20px!important;
	
} 



.description-home {
	font-size: 25px;
	line-height: 33px;
} 


/*PAGE NAVIGATE*/

.header-navigate {
    padding: 150px 20px!important;
}
	
.space-top{
	margin-top:20px;
}
	
.title-box-projects{
	text-align:left; 
	margin-bottom:5px;
	font-weight:700;
}
	
.pagination-acqua .page-link{
	border: none;
	background-color: transparent;
	color: #666!important;
}
	
.pagination-acqua .page-item.active .page-link {
	z-index: 3;
	color: #077d80!important;
	background-color: transparent;
}
	
.pagination-acqua .page-link:hover {
	color: #077d80!important;
	background-color: transparent!important;
	border-color: none!important;
}
	
@media (min-width: 768px) and (max-width: 991.98px) { 
.no-space-bottom{
	padding-bottom:0px!important;
} 
}
	
@media (max-width: 767px) {

.no-space-bottom{
	padding-bottom:0px!important;
} 
	
}
	
/*FINE PAGE NAVIGATE*/

/*PAGE HOW TO*/

.header-navigate {
    padding: 150px 20px!important;
}
	
.space-top{
	margin-top:20px;
}
	
.title-box-projects{
	text-align:left; 
	margin-bottom:5px;
	font-weight:700;
}
	
.pagination-acqua .page-link{
	border: none;
	background-color: transparent;
	color: #666!important;
}
	
.pagination-acqua .page-item.active .page-link {
	z-index: 3;
	color: #077d80!important;
	background-color: transparent;
}
	
.pagination-acqua .page-link:hover {
	color: #077d80!important;
	background-color: transparent!important;
	border-color: none!important;
}
	
.no-desk{
	display:none;	
}
	
@media (min-width: 768px) and (max-width: 991.98px) { 

.no-space-bottom{
	padding-bottom:0px!important;
} 
	
.bg-desktop-how{
	background: none!important;
}
	
.no-desk{
	display:block!important;	
}
	
.space-top-mobile{
	padding-top:30px!important;	
}
	
}
	
@media (max-width: 767px) {

.no-space-bottom{
	padding-bottom:0px!important;
} 
	
.bg-desktop-how{
	background: none!important;
}
	
.no-desk{
	display:block!important;	
}
	
.space-top-mobile{
	padding-top:30px!important;	
}
	
}

/*FINE PAGE HOW TO*/


/*PAGE ABOUT US*/

.header-navigate {
    padding: 150px 20px!important;
}
	
.space-top{
	margin-top:20px;
}
	
.title-box-projects{
	text-align:left; 
	margin-bottom:5px;
	font-weight:700;
}
	
.pagination-acqua .page-link{
	border: none;
	background-color: transparent;
	color: #666!important;
}
	
.pagination-acqua .page-item.active .page-link {
	z-index: 3;
	color: #077d80!important;
	background-color: transparent;
}
	
.pagination-acqua .page-link:hover {
	color: #077d80!important;
	background-color: transparent!important;
	border-color: none!important;
}
	
.no-desk{
	display:none;	
}

	
.button-form-contact button{
	background-color:#077d80;
	color:#fff;
	border-color:#077d80;
	padding-left:50px;
	padding-right:50px;
	border-radius:0px;
}
	
@media (min-width: 768px) and (max-width: 991.98px) { 

.no-space-bottom{
	padding-bottom:0px!important;
} 
	
.no-desk{
	display:block!important;	
}
	
.space-top-mobile{
	padding-top:30px!important;	
}
	
}
	
@media (max-width: 767px) {

.no-space-bottom{
	padding-bottom:0px!important;
} 
	
.no-desk{
	display:block!important;	
}
	
.space-top-mobile{
	padding-top:30px!important;	
}
	
}

/*FINE PAGE ABOUT US*/


/*PAGE STEP 1*/

.border-yellow{
		border-color:#e5bb42!important;
	}
	
	.btn-start{
		width:100%;
		padding-top:30px;
	}

	.btn-50-sx{
		width:48%;
		float:left;
	}
	
	.btn-50-dx{
		width:48%;
		float:right;
	}
	
	@media (min-width: 768px) and (max-width: 991.98px) { 
		
		.btn-50-sx{
			width:100%;
		}

		.btn-50-dx{
			width:100%;
		}
		
		.space-20-top-mobile{
			margin-top:20px;
		}
		
	}
	
	@media (max-width: 767px) {
		
		.btn-50-sx{
			width:100%;
		}

		.btn-50-dx{
			width:100%;
		}
		
		.space-20-top-mobile{
			margin-top:20px;
		}
		
	}

/*FINE PAGE STEP 1*/

/*DASHBOARD*/

.bg-beige{
		background-color:#e3dccf;
}
	
	
.table-dashboard{
 	color: #077d80!important;
}
	
.table-dashboard td {
 	color: #666!important;
}
	
.size-icon-table{
	font-size:25px;
}
	
.pagination-orange .page-link{
	border: none;
	background-color: transparent;
	color: #666!important;
}
	
.pagination-orange .page-item.active .page-link {
	z-index: 3;
	color: #d56527!important;
	background-color: transparent;
}
	
.pagination-orange .page-link:hover {
	color: #d56527!important;
	background-color: transparent!important;
	border-color: none!important;
}
	
.content-flex{
	display:flex;
}

.pagination-dashboard .page-link{
		border: none;
		background-color: transparent;
		color: #666!important;
	}
	
.pagination-dashboard .page-item.active .page-link {
	z-index: 3;
	color: #d56527!important;
	background-color: transparent;
}
	
.pagination-dashboard .page-link:hover {
	color: #d56527!important;
	background-color: transparent!important;
	border-color: none!important;
}
	
	
	
@media (min-width: 768px) and (max-width: 991.98px) { 
		
.space-20-top-mobile{
	margin-top:20px!important;
}

}
	
@media (max-width: 767px) {
		
.space-20-top-mobile{
	margin-top:20px!important;
}
		
}

/*FINE DASHBOARD*/


/*general page*/

.header-page h2{
	font-size: 30px;
	line-height: 35px;
	font-weight: 400!important;
	margin-bottom: 50px;
} 


.section-space{
padding-top: 90px;
padding-bottom: 90px;
} 

.section-text-small {
	font-size: 16px;
	line-height: 21px;
} 


.nospace-top {
padding-top: 0px!important;
} 

.search-bar input {
	border: 2px solid #077d80;
	border-radius: 0!important;
	border-right: 0!important;
} 

.search-bar .input-group-text {
	border: 2px solid #077d80;
	border-radius: 0!important;
	border-left: 0!important;
	color: #e5bb42;
	background: none!important;
} 

.bg-map-yellow {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url('../images/bg-map-yellow.jpg')!important;
} 

.bg-map-beige {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url('../images/bg-map-beige.jpg')!important;
} 

.box-sign-in {
	padding: 30px;
} 


/*FOOTER*/

footer {
	font-size: 16px;
	line-height: 21px;
	border-top: 5px solid #077d80;
} 

footer ul, footer li {
	list-style: none;
	margin-left: 0;
	padding-left: 0
} 

footer a {
color: #092737;
text-decoration: none;
} 
footer a:hover {
color: #077d80;
} 

.fasciafooter {
	background-color:#077d80; 
	color: #FFF;
	font-size: 13px;
	line-height: 15px;
	padding-top: 10px;
	padding-bottom:10px;
	text-align: center;
} 

.logo-poli {
	max-width: 250px;
} 

.logo-erc {
	max-width: 200px;
} 


/*FORM*/

.form-check-input:checked {
  background-color: #077d80;
  border-color: #077d80;
}
.form-switch .form-check-input {
  width: 50px;
  margin-left: -2.5em;
  height: 27px;
  margin-right: 15px;
}

.fb-login-button {
	width: 100%!important;
}
.fb-login-button span {
	width: 100%!important;
}
.fb-login-button iframe {
	width: 100%!important;
}


/*TEMPLATE*/

.template  {
	color: #666!important;
}

.template table {
	color: #666;
}

.template a {
	text-decoration: none;
}


.navbar-template .navbar-brand img {
	width: auto!important;
	height: 50px;
}

.template .navbar-template .menu-center-template a {
	color: #666!important;
}

.menu-center-template {
	margin-left: auto;
}

.social-template-menu {
	font-size: 25px;
	line-height: 25px;
}
.social-template-menu li {
	margin-left: 0px;
}

.header-template {
	/*text-shadow: 2px 2px #000;*/
}


.link-template {
	margin-top: 30px;
}


.template .navbar-collapse {
  background: #FFF;
}

.map-template iframe {
	width: 100%!important;
	height: 400px!important;
}

.template .page-link {
	border: 0;
}


.template .active .page-link {
	background: none!important;
}

.template .page-link:hover {
	background: none!important;
}


.template .col-bookmarks {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #999;
}

.template .col-bookmarks .collapse {
	padding-left: 30px;
}

.template .col-bookmarks .fa-circle-minus {
	color: #666!important; 
}

.template .template-social-icon-footer{
	font-size: 30px;
	line-height: 30px;
	margin-top: 30px;
}

.template .template-social-icon-footer i{
	margin-left: 5px;
	margin-right: 5px;
}

.template footer{
	border-top-color: #092737!important;
	padding-top: 20px;
	padding-bottom: 0px;
}

.template footer a{
	color: #092737!important;
}

.template footer img{
	max-width: 100%;
	width: 200px;
}

.template footer i {
	font-size: 30px;
	margin-top: 10px;
}

.icon-footer-link {
	color: #092737!important;
}



/*TEMPLATE 1*/



#template-1 .header-template h2, #template-1 .header-template h3, #template-1 .header-template h4, #template-1 .header-template h5, #template-1 .header-template h6 {
	color: #FFF!important;
}



#template-1 .menu-center-template .active {
	color: #d56527!important;
}

#template-1 .menu-center-template a:hover {
	color: #d56527!important;
}


#template-1 .social-template-menu li a {
	color: #d56527!important;
}

#template-1 .social-template-menu li a:hover {
	color: #d56527!important;
}

#template-1 h2, #template-1 h3, #template-1 h4, #template-1 h5, #template-1 h6  {
	color: #d56527!important;
}

#template-1 a {
	color: #d56527!important;
}


#template-1 .active .page-link {
	color: #d56527!important;
}

#template-1 .page-link:hover {
	color: #d56527!important;
}

#template-1 .navbar-template .menu-center-template a:hover {
	color: #000!important;
}


#template-1 .page-link {
	color: #666!important; /*IMPORTANTE non cambiare*/
}
#template-1 .navbar-template .menu-center-template a {
	color: #666!important;
}

/*TEMPLATE 2*/

#template-2 .header-template {
	text-shadow: none!important;
}

#template-2 .header-template h1 {
	color: #839d31!important;
}

#template-2 .header-template h2, #template-2 .header-template h3, #template-2 .header-template h4, #template-2 .header-template h5, #template-2 .header-template h6 {
	color: #666!important;
}

#template-2 .menu-center-template .active {
	color: #839d31!important;
}

#template-2 .menu-center-template a:hover {
	color: #839d31!important;
}


#template-2 .social-template-menu li a {
	color: #839d31!important;
}

#template-2 .social-template-menu li a:hover {
	color: #839d31!important;
}

#template-2 h2, #template-2 h3, #template-2 h4, #template-2 h5, #template-2 h6  {
	color: #839d31!important;
}

#template-2 a {
	color: #839d31!important;
}


#template-2 .active .page-link {
	color: #839d31!important;
}

#template-2 .page-link:hover {
	color: #839d31!important;
}

#template-2 .navbar-template .menu-center-template a:hover {
	color: #000!important;
}


#template-2 .page-link {
	color: #666!important; /*IMPORTANTE non cambiare*/
}
#template-2 .navbar-template .menu-center-template a {
	color: #666!important;
}

.container-desc-template-2 {
	padding: 50px;
} 

.container-desc-template-2, #template-2 .container-desc-template-2 h2, #template-2 .container-desc-template-2 a {
	color: #fff!important;
} 



/*TEMPLATE 3*/

#template-3 .header-template {   

}

#template-3 .header-template h1 {
	color: #FFF!important;
}

#template-3 .header-template h2, #template-3 .header-template h3, #template-3 .header-template h4, #template-3 .header-template h5, #template-3 .header-template h6 {
	color: #FFF!important;
}

#template-3 .menu-center-template .active {
	color: #5583a0!important;
}

#template-3 .menu-center-template a:hover {
	color: #5583a0!important;
}


#template-3 .social-template-menu li a {
	color: #5583a0!important;
}

#template-3 .social-template-menu li a:hover {
	color: #5583a0!important;
}

#template-3 h2, #template-3 h3, #template-3 h4, #template-3 h5, #template-3 h6  {
	color: #5583a0!important;
}

#template-3 a {
	color: #5583a0!important;
}


#template-3 .active .page-link {
	color: #5583a0!important;
}

#template-3 .page-link:hover {
	color: #5583a0!important;
}

#template-3 .navbar-template .menu-center-template a:hover {
	color: #000!important;
}


#template-3 .page-link {
	color: #000!important; /*IMPORTANTE non cambiare*/
}
#template-3 .navbar-template .menu-center-template a {
	color: #000!important;
}

.scholar-block {
	margin-bottom: 60px;
}



/*Create Template _______________________________________________*/

.step-create-template {
	margin-bottom: 40px;
	color: #CCC;
	font-size: 16px;
	line-height: 21px; 
}

.step-create-template a {
	color: #CCC;
}
.step-create-template a:hover {
	color: #077d80;
}

.step-create-template ol, .step-create-template li {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.step-create-template li {
	display: inline-block;
}

.step-create-template .fa-solid {
	margin-left: 15px;
	margin-right: 15px;
}

.step-create-template .active {
	margin-bottom: 40px;
	color: #077d80;
}



@media (max-width: 1400px) {

.navbar-template .navbar-brand img {
	width: auto!important;
	height: 40px;
}

.step-create-template li {
	display: block;
	margin-bottom: 20px;
}
	
.step-create-template .fa-solid {
	display: none;  
}	

}



@media (max-width: 768px) {

.navbar-template .navbar-brand img {
	width: auto!important;
	height: 30px;
}

.header-template h1 {
	font-size: 30px;
	line-height: 36px;
}	
	
.header-template h2 {
	font-size: 15px!important;
	line-height: 18px!important;
}	
	
.container-desc-template-2 {
	padding: 30px;
} 	

.scholar-block {
	margin-bottom: 40px;
}	
	
}





@media (max-width: 576px) {

.template table {
	font-size: 13px;
	line-height: 17px;
}


}






/*MODIFY-----------------------------------------------------------------------------------*/

.accordion-modify {
	margin-top: 20px;
}

.accordion-modify .accordion-button {
	font-weight: 700!important;
	font-family: 'Lato', sans-serif!important;
	font-size: 20px!important;
	line-height:21px;
}

.accordion-modify .accordion-button {
  color: #FFF;
  background-color: #e5bb42;
}

.accordion-modify .accordion-button:not(.collapsed) {
  color: #092737;
  background-color: #e5bb42;
}

.accordion-modify .form-social-second {
	margin-top: 50px;
}

.accordion-modify .form-social {
	margin-top: 15px;

}

.container-form-modify-top {
	border-bottom: 1px solid #077d80;
	border-top: 1px solid #077d80;
	margin-top: 20px;
	padding-bottom: 20px;

}


@media (max-width: 991px) {
.accordion-modify .form-social-second {
	margin-top: 15px;
}

}



.modify-top {
	position: absolute;
	background: #FFF; 
	border: 1px solid #a5a5a5;
	text-shadow: none!important;
	margin-bottom: -40px;
	width: 130px;
	text-align: center;
	right: 10px;
	margin-top: 10px;
	font-size: 15px;
	line-height: 15px;
	padding: 5px;
}



.modify-bottom {
	position: absolute;
	background: #FFF; 
	border: 1px solid #a5a5a5;
	text-shadow: none!important;
	margin-bottom: -40px;
	width: 130px;
	text-align: center;
	left: 10px;
	margin-top: 10px;
	font-size: 15px;
	line-height: 15px;
	padding: 5px;
	
}

.modify-trash-image {
	position: relative;
	background: #FFF; 
	border: 1px solid #a5a5a5;
	text-shadow: none!important;
	margin-bottom: -70px;
	margin-top: 20px;
	width: 40px;
	text-align: center;
	font-size: 15px;
	line-height: 15px;
	padding: 5px;
	float: right;
}

.modify-top i, .modify-bottom i, .modify-trash-image i {
	margin-left: 5px;
	margin-right: 5px;
	font-size: 21px;
}

.modify-top a, .modify-bottom a, .modify-trash-image a {
	cursor: pointer;
}

.modal h5  {
	font-weight: 700;
	color: #077d80!important;
}


.form-radio-space input {
	margin-top: 7px;
}

.check-menu {
	margin-top: 37px;
}

.nav-modal-modify  {
	margin-bottom: 30px;
}

.nav-modal-modify .nav-item  {
	font-size: 16px;
}

.nav-modal-modify .nav-item .active {
  color: #092737  !important;
}
.nav-modal-modify .nav-link {
  color: #077d80 !important;
}

.upload-btn-form-modal {
	font-size: 16px;
	line-height: 16px;
	padding-top: 10px;
}

.gallery-modal-upload {
	margin-top: 20px;
}

.gallery-modal-upload img {
	margin-top: 20px;
}

.gallery-items img {
	cursor: pointer;
}

.gallery-modal-upload .active {
	border: 3px solid #e5bb42;
}

.minicolors-theme-default .minicolors-input {
	font-size: 16px!important;
	line-height: 26px!important;
	height: 30px!important;
	border: 1px solid #adb5bd!important;
}

.minicolors-theme-default .minicolors-swatch {
  top: 7px!important;
  left: 5px;
  width: 18px;
  height: 18px;
}


.icon-bookmarks-modify {
	font-size: 13px;
	letter-spacing: 5px;
	line-height: 13px;
	margin-top: 15px;
}

.tox-edit-area iframe {
    background: none!important;
}

.tox-statusbar {
	display: none!important;
}


@media (max-width: 992px) {

.check-menu {
	margin-top: 15px;
}	
	

}


@media (min-width: 992px) and (max-width: 1400px)  {

h1 {
	font-size: 40px;
	line-height: 50px;
	font-family: 'Poppins', sans-serif;
}

h2 {
	font-size: 30px;
	line-height: 38px;
} 

h3 {
	font-size: 25px;
	line-height: 32px;
}

h4 {
	font-size: 22px;
	line-height: 26px;
	font-family: 'Poppins', sans-serif;
}
	
/*HOME*/
	
		
.description-home {
	font-size: 22px;
	line-height: 26px;
} 	
	
	
/*FOOTER*/


.logo-poli {
	max-width: 200px;
} 

.logo-erc {
	max-width: 160px;
} 	
	
} /*end media***************************************************************************************************************************************************************/ 

	
@media (max-width: 992px) { 

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(7, 125, 128, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}	
	
.navbar-light .navbar-toggler {
	border: 0!important;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow:none!important ;
}	
	
.navbar-collapse {
	background: #e5bb42;
	padding: 30px;
}	
	
.navbar li  {
	margin-left: 0px;
	text-align: center;
	font-size: 25px;
	line-height: 25px;
}		

	
	
	
/*general page*/



.div-space-mobile {
padding-top: 15px;
padding-bottom: 15px;
} 		
	

/*FOOTER*/

footer {
	font-size: 16px;
	line-height: 21px;
	text-align: center;
} 

.logo-poli {
	max-width: 200px;
	margin-bottom: 20px;
} 

.logo-erc {
	max-width: 160px;
} 	

	


	
	
	
} /*end media**************************************************************************************************************************************************************/ 


@media (min-width: 768px) and (max-width: 991.98px) { 

footer {
	font-size: 13px;
	line-height: 18px;
	text-align: left;
	
	
} 
	
footer h5 {
	font-size: 15px;
	line-height: 21px;	
} 	

.logo-poli {
	max-width: 80%;
	margin-top: 20px;
} 

.logo-erc {
	max-width: 80%;
	margin-top: 5px;
} 

.section-login{
padding-top: 0px!important;
} 		
	
	
} /*end media**************************************************************************************************************************************************************/ 


@media (max-width: 768px) {

.navbar img {
	width: 150px;
}

	
body {
	font-size: 16px;
	line-height: 23px;
}

label {
	font-size: 14px;
	line-height: 20px;
	
}	
	

h1 {
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 30px;
}

h2 {
	font-size: 27px;
	line-height: 33px;
	margin-bottom: 25px;
} 

h3 {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 20px;
}

h4 {
	font-size: 22px;
	line-height: 26px;
}

h5 {
	font-size: 18px;
	line-height: 24px;
}

h6 {
	font-size: 11px;
	line-height: 14px;
}
	

/*HOME*/


.header-page h2{
	font-size: 25px;
	line-height: 33px;
	margin-bottom: 40px;
} 	
	
		
.description-home {
	font-size: 22px;
	line-height: 26px;
} 
	
/*general page*/

.section-space{
padding-top: 70px;
padding-bottom: 70px;
} 
	
.section-login{
padding-top: 0px!important;
} 	


/*FOOTER*/

footer {
	font-size: 16px;
	line-height: 21px;
	
	
} 

.logo-poli {
	max-width: 80%;
	width: 200px;
} 

.logo-erc {
	max-width: 80%;
	width: 160px;
} 
	
	
	
/*btn*/	

	
.btn-general {
	font-size: 16px;
	line-height: 18px;
	
} 	
	
	
} /*end media*/

@media (max-width: 576px) {

.header-page{
	padding: 100px 20px;
} 

.header-home {
	padding: 100px 20px!important;
	
} 

} /*end media**************************************************************************************************************************************************************/


@media (max-width: 361px) {



} /*end media**************************************************************************************************************************************************************/






/*SLIDER----------------------------------------*/

	
.mixedSlider {
  position: relative;
}
.mixedSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 5%;
}
.mixedSlider .MS-content .item {
  display: inline-block;
  /*width: 25%; per foto orizzontali*/
  width: auto;	
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  padding: 0 10px;
}
@media (max-width: 991px) {
  .mixedSlider .MS-content .item {
    /*width: 50%; per foto orizzontali */
  }
}
@media (max-width: 767px) {
  .mixedSlider .MS-content .item {
    /*width: 100%; per foto orizzontali */
  }
}
.mixedSlider .MS-content .item .imgTitle {
  position: relative;
}
.mixedSlider .MS-content .item .imgTitle .blogTitle {
  margin: 0;
  text-align: left;
  letter-spacing: 2px;
  color: #252525;
  font-style: italic;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  bottom: 0;
  font-weight: bold;
  padding: 0 0 2px 10px;
}
.mixedSlider .MS-content .item .imgTitle img {
  /*height: auto;
  width: 100%;  per foto orizzontali*/
   height: 210px;
  width: auto;	
	max-width: none!important;
	cursor: pointer;
}


.mixedSlider .MS-content .item a:hover {
  text-shadow: 0 0 1px grey;
}
.mixedSlider .MS-controls div {
  position: absolute;
  border: none;
  background-color: transparent;
  outline: 0;
  font-size: 50px;
  top: 77px;
  color: rgba(0, 0, 0, 0.4);
  transition: 0.15s linear;
}
.mixedSlider .MS-controls div:hover {
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 992px) {
  .mixedSlider .MS-controls div {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .mixedSlider .MS-controls div {
    font-size: 30px;
  }
}
.mixedSlider .MS-controls .MS-left {
  left: 0px;
}
@media (max-width: 767px) {
  .mixedSlider .MS-controls .MS-left {
    left: 0px;
  }
}
.mixedSlider .MS-controls .MS-right {
  right: 0px;
}
@media (max-width: 767px) {
  .mixedSlider .MS-controls .MS-right {
    right: 0px;
  }
}
.basicSlider { position: relative; }

.basicSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 2%;
  height: 50px;
}



/* per foto rettangolari 
@media (max-width: 991px) {

#basicSlider .MS-content .item { width: 25%; }
}
@media (max-width: 767px) {

#basicSlider .MS-content .item { width: 35%; }
}
@media (max-width: 500px) {

#basicSlider .MS-content .item { width: 50%; }
}*/


/* per foto verrticali */
@media (max-width: 991px) {

#mixedSlider .MS-content .item .imgTitle img { height: 180px; }
}
@media (max-width: 767px) {

#mixedSlider .MS-content .item .imgTitle img { height: 180px;  }
}
@media (max-width: 500px) {

#mixedSlider .MS-content .item .imgTitle img { height: 150px; }
	
#mixedSlider .MS-controls div {

  top: 57px;
}	
	
}


#basicSlider .MS-content .item a {
  line-height: 50px;
  vertical-align: middle;
}

#basicSlider .MS-controls div { position: absolute; }

#basicSlider .MS-controls .MS-left {
  top: 35px;
  left: 10px;
}

#basicSlider .MS-controls .MS-right {
  top: 35px;
  right: 10px;
}




/*GALLERY LIGHTBOX*/

.container-lightbox-gallery .row > .column {
  padding: 0 8px;
}

.container-lightbox-gallery .row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.container-lightbox-gallery .column {
  float: left;
  width: 25%;
}

/* The Modal (background) */

#template-1  .container-lightbox-gallery a {
	color: #FFF!important;
}

#template-2  .container-lightbox-gallery a {
	color: #FFF!important;
}

#template-3  .container-lightbox-gallery a {
	color: #FFF!important;
}

.container-lightbox-gallery .modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

/* Modal Content */
.container-lightbox-gallery .modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
	text-align: center;
	background: none!important;
	border: 0!important;
}
	
.container-lightbox-gallery .modal-content img{
	max-height: 550px;
	width: auto!important;
	padding-left: 60px;
	padding-right: 60px;
}	

/* The Close Button */
.container-lightbox-gallery .close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.container-lightbox-gallery .close:hover,
.container-lightbox-gallery .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.container-lightbox-gallery .mySlides {
  display: none;
}

/* Next & previous buttons */
.container-lightbox-gallery .prev,
.container-lightbox-gallery .next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 30px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
	color: #FFF!important;
}

/* Position the "next button" to the right */
.container-lightbox-gallery .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.container-lightbox-gallery .prev:hover,
.container-lightbox-gallery .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.container-lightbox-gallery .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: -40px;
	width: 100%;
	text-align: center;
}

/* Caption text */
.container-lightbox-gallery .caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.container-lightbox-gallery img.demo {
  opacity: 0.6;
}

.container-lightbox-gallery .active,
.container-lightbox-gallery .demo:hover {
  opacity: 1;
}

.container-lightbox-gallery img.hover-shadow {
  transition: 0.3s;
}

.container-lightbox-gallery .hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}	


@media (max-width: 991px) {

.container-lightbox-gallery .modal-content img{
	max-height: 500px;
	padding-left: 60px;
	padding-right: 60px;
}	
	
}
@media (max-width: 767px) {

.container-lightbox-gallery .modal-content img{
	max-height: 450px;
	padding-left: 60px;
	padding-right: 60px;
}		
	
	
}
@media (max-width: 500px) {

.container-lightbox-gallery .modal-content img{
	max-height: 400px;
	padding-left: 40px;
	padding-right: 40px;
}	
	
	
}








