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

*{
	border:none;
	outline:none;	
}
.contenitore_principale {
	width: 100%;
}
.contenitore_principale header {
	background: #fff;
}
.sticky-wrapper{
	z-index: 9999;
	position: relative;
}
.hey .logo{
	max-width: 140px;
}
.hey .cbp-hrmenu{
	margin-top: 30px !important;
}
.logo{
	/*float:left;*/
	display:block;
	margin-top:13px;	
}




.gallery {
    margin: 20px;
}

.openGalleryBtn {
        /* padding: 10px; */
    border: none;
    cursor: pointer;
    border: 1px solid #999;
    background: none;
    color: #999;
	display: block;
	max-width: 200px;
	width: 100%;
	margin: 0 auto 40px auto;
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    max-width: 80%;
    max-height: 80%;
    overflow: hidden;
}

.closePopupBtn {
    position: absolute;
    top: -10px;
    right: 10px;
    font-size: 48px;
    cursor: pointer;
	color: #fff;
	z-index: 99;
}

.image-container {
    position: relative;
    text-align: center;
}

.prevImageBtn,
.nextImageBtn {
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.prevImageBtn {
    left: 10px;
}

.nextImageBtn {
    right: 10px;
}

#currentImage1,
#currentImage2,
#currentImage3,
#currentImage4 {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    display: none; /* Nascondi inizialmente le immagini */
}
.images{display: none;}



/*MENU RESPONSIVE*/
.cbp-hrmenu {
	border-bottom: 0px !important;
	margin-top:40px !important;
}
.cbp-hrmenu li {
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	text-align: left;
	padding: 0px 13px;
}
.cbp-hrmenu li a {
	text-decoration: none;
	font-family: 'Raleway', sans-serif;
}
.cbp-hrmenu li a:hover {
	color: #005995 !important;
}
.cbp-hrmenu > ul > li > a {
	color: #515151 !important;
	font-weight: 300 !important;
	padding: 0px !important;
}
.cbp-hrmenu > ul > .grass a{
	font-weight:700 !important;
}	
.cbp-hrmenu > ul > li > a:hover {
	background: none !important;
	color: #005995 !important;
}
.cbp-hrmenu .cbp-hrsub {
	background: #3596c5 !important;
	z-index:999;
}
.cbp-hrmenu > ul > li.cbp-hropen a, .cbp-hrmenu > ul > li.cbp-hropen > a:hover {
	background: none !important;
}
.cbp-hrmenu > ul, .cbp-hrmenu .cbp-hrsub-inner {
	margin: 10px auto 0px !important;
}
.cbp-hrmenu .cbp-hrsub {
	display: none;
	position: absolute;
	background: #47a3da;
	width: 100%;
	left: inherit !important;
	max-width: 200px;
}
/*MENU RESPONSIVE*/
/*NIVO SLIDER*/
.slider {
	width: 100%;
	margin-top: 15px;
}
/*NIVO SLIDER*/

.chisiamo{
	width: 100%;
	max-width: 331px;
}
.prima_fascia {
	padding: 75px 0px;
	float: left;
	background: #fff;
	width: 100%;
}
.prima_fascia h3{
	font-size: 36px;
	font-weight: 600;
	color: #005995;
	text-transform: uppercase;
	padding: 0px 20px;
	margin-bottom: 5px;
}
.quality{
	padding: 0px 20px;
}
.quality h4{
	font-size: 21px;
	color: #000;
	font-weight: 600;
	margin-bottom: 3px;
}
.quality p{
	font-size: 14px;
	color: #696969;
}
.testo-chisiamo{
	font-size: 18px;
	color: #696969;
	padding: 0px 20px;
}
.title_verde {
	font-size: 30px;
	color: #515151;
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	text-transform: uppercase;
	border-bottom: 1px solid #81b818;
	padding-bottom: 9px;
	margin: 0px auto 25px auto;
	text-align: center;
	letter-spacing:.7px;
}
.title_verde span {
	font-weight: 500;
}
.title_blu {
	font-size: 30px;
	color: #515151;
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	text-transform: uppercase;
	border-bottom: 1px solid #3596c5;
	padding-bottom: 9px;
	margin: 0px auto 25px auto;
	text-align: center;
	letter-spacing:.7px;
}
.title_blu span {
	font-weight: 500;
}
.title_rosa {
	font-size: 30px;
	color: #df8495;
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	text-transform: uppercase;
	/*border-bottom: 1px solid #3596c5;*/
	padding-bottom: 9px;
	margin: 0px auto 25px auto;
	text-align: center;
	letter-spacing:.7px;
}
.title_rosa span {
	font-weight: 500;
}
.paragrafo {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	color: #515151;
	text-align: justify;
	letter-spacing:.7px;
	margin-bottom:25px;
}
.paragrafo ul{
	padding-left:40px;
	margin:20px;
}
.paragrafo ul li{
	list-style:url(../img/freccia_aree.png);
	margin-bottom:0px;
}	
.pulsante{
	background:none !important;
	border:1px solid #3596c5 !important;
	color:#3596c5 !important;
	text-decoration:none !important;
	text-align:center !important;
	font-size:16px !important;	
	font-family: 'Raleway', sans-serif !important;
	font-weight: 400 !important;
	padding:5px 15px !important;
	width:100% !important;
	max-width:230px !important;
	margin:0 auto !important;
	display:block !important;
	text-transform:uppercase !important;
	transition:1s all ease-out;
	-webkit-transition:.3s all ease-out;
	-moz-transition:.3s all ease-out;
	-o-transition:.3s all ease-out;
	-ms-transition:.3s all ease-out;
	height:auto !important;
	margin-top:20px !important; 
}
.pulsante:hover{
	background:#3596c5 !important;
	color:#fff !important;
}
.seconda_fascia{
	float:left;
	width:100%;
	padding:75px 0px;
	background:#f7f5f1;	
}
.seconda_fascia h3{
	font-size: 36px;
	font-weight: 600;
	color: #005995;
	text-transform: uppercase;
	padding: 0px 20px;
	margin-bottom: 5px;
	text-align: center;
}
.box-auto{
	margin-top: 20px;
}
.box-auto img{
	width: 100%;
	max-width: 460px;
}
.box-auto h5{
	font-size: 18px;
	color: #000;
	font-weight: 700;
	text-align: center;
	margin-bottom: 0px;
}
.box-auto p{
	text-align: center;
	font-size: 15px;
	color: #696969;
	margin-bottom: 12px;
}
.terza_fascia{
	float:left;
	width:100%;
	padding:75px 0px;
	background:#fff;	
}
.terza_fascia h3{
	font-size: 36px;
	font-weight: 600;
	color: #005995;
	text-transform: uppercase;
	padding: 0px 20px;
	margin-bottom: 5px;
	text-align: center;
}
.contact-section img{
	width:100%;
	max-width:80px;
	display: block;
	margin: 0 auto;
}
.contact-section p{
	text-align: center;
	font-size: 14px;
	color: #696969;
	margin-bottom: 0px;
}
.contact-section p a{
	color: #696969;
	text-decoration: none;
}
.contact-section ul li{
	display: inline-block;
	list-style: none;
	padding: 0px 20px;
}
.contact-section ul{
	width: 100%;
	/*max-width: 280px;*/
	max-width: 180px;
	margin: 0 auto;
}
.area h1{
	color:#3596c5;
	font-size:15px;
	font-weight:400px;
	text-align:center;	
	text-transform:uppercase;
	margin-bottom:15px;
}
.area h1 a{
	color:#3596c5;	
	text-decoration:none;
	transition:all .3s ease-out;
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-o-transition:all .3s ease-out;
	-ms-transition:all .3s ease-out;
}
.area h1 a:hover{
	color:#1EAEDB;	
}
.img_area{
	width:100%;
	max-width:180px;
	margin:0px auto 9px auto;	
}
.img_area img{
	width:100%;
	height:100%;
	max-width:120px;
	display:block;
	margin:0 auto;
}
.area ul{
	width: 100%;
}
.area ul li{
	list-style:url(../img/freccia_aree.png);
	font-family:'Raleway', sans-serif;
	font-size:13px;
	color:#515151;	
}
.area ul li a{
	color:#515151;
	text-decoration:none;
	transition:all .3s ease-out;
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-o-transition:all .3s ease-out;
	-ms-transition:all .3s ease-out;	
}
.area ul li a:hover{
	color:#81b818;
}	
.sedi{
	float:left;
	width:100%;	
	background:url(../img/background_sedi.jpg) no-repeat;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	height:100%;
	min-height:380px;
}
/*.sedi img{
	width:100%;
	max-width:1905px;	
}*/
.nostre_sedi{
	width:100%;
	max-width:200px;
	margin:0 auto;
	font-size:24px;
	font-weight:300;
	font-family:'Raleway', sans-serif;	
	text-transform:uppercase;
	text-align:center;
	margin-top:120px;
}
.nostre_sedi img{
	width:100%;
	max-width:70px;	
	display:block;
	margin:0 auto 20px auto;
}
.nostre_sedi a{
	color:#fff;
	text-decoration:none;
}	
.nostre_sedi a:hover{
	color:#efefef;	
}
footer{
	background:#005995;
	width:100%;
	float:left;
	font-size:13px;
	color:#fff;
	font-family:'Raleway', sans-serif;
	font-weight:300;
	padding:30px 0px 0px 0px;
	letter-spacing:.3px;
}
footer p{
	text-align: center;
	font-size: 14px;
}
footer a{
	color:#fff;
	text-decoration:none;	
}
footer a:hover{
	color:#efefef;	
}
.footer_left{
	text-align:left;
	margin-top:-13px;
}	
.footer_right{
	text-align:right;	
}
.footer_left p{
	margin-bottom:5px;	
	text-align: center;
}
.footer_left .three.columns{
	width:4%;
	margin-left:2%;	
}
.footer_left img{
	width:100%;
	max-width:20px;	
}
.cbp-hrmenu > ul > li > a.attivo{
	color:#005995 !important;	
	font-weight: 700 !important;
}
.img_interna{
	float:left;
	margin:15px 0px 0px;
}	
.img_interna img{
	width:100%;	
}
.doppio_separatore{
	float:left;
	width:100%;
}	
.doppio_separatore img{
	width:100%;	
}
.testimonial{
	margin:0px 0px 10px;	
}
.testimonial img{
	text-align:center;
	margin-bottom:15px;	
}
.testimonial h2{
	font-size:14px;
	font-weight:200;
	font-family:'Raleway', sans-serif;
	color:#515151;
	letter-spacing:1px;
	text-align:justify;
}
.testimonial p{
	font-size:14px;
	font-weight:200;
	font-family:'Raleway', sans-serif;
	color:#515151;
	letter-spacing:1px;
	text-align:justify;
	margin-bottom:10px;
}
.testimonial h6{
	font-weight:500;
	text-align:center;
	margin-bottom:0px;	
}
.testimonial_img{
	margin:0 auto;	
	width:100%;
	max-width:250px;
}
.info_lavoro{
	float:left;
	width:100%;	
	padding:30px 0px;
	display:none;
}
.rassegna_stampa{
	float:left;	
}
.rassegna_stampa h3{
	font-size: 21px;
	color: #3596c5;
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	text-transform: uppercase;
	padding-bottom: 9px;
	text-align: left;
	letter-spacing:.7px;
}
.rassegna_stampa h3 span {
	font-weight: 500;
}
.data{
	background:url(../img/background_data.png) no-repeat;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-width:70px;
	max-width:70px;
	min-height:52px;
	max-width:70px;
	font-size:21px;
	text-align:center;
	font-weight:100;
	font-family: 'Raleway', sans-serif;
	color:#fff;
	line-height:16px;
	padding-top:18px;
}	
.data span{
	font-weight:600;
	text-transform:uppercase;
	font-size:16px;
}	
.descrizione_evento h2{
	font-weight:200;
	font-size:14px;
	color:#515151;
	font-family: 'Raleway', sans-serif;
	letter-spacing:1px;
}	
.rassegna_stampa .columns{
	margin-left:0px;	
}
.trova_lavoro{
	margin:25px auto 0px;
	width:100%;
	max-width:300px;	
}
.trova_lavoro img{
	width:100%;
	height:100%;
}	
.mappa{
	float:left;
	width:100%;
	padding:0px 0px 30px;
}	
.mappa_contatti{
	width:100%;	
}
.mappa_contatti img{
	width:100%;
}	
.info_contatti{
	margin-top:30px;	
}
.info_contatti img{
	height:100%;
	width:100%;	
}
.info_contatti h2{
	font-size:13px;
	letter-spacing:.3px;	
	font-family: 'Raleway', sans-serif;
	font-weight:500;
	color:#515151;
	margin-bottom:3px;
}
.info_contatti h3{
	color:#515151;
	font-family: 'Raleway', sans-serif;
	font-weight:300;
	font-size:13px;
	border-bottom:1px solid #e6e6e6;
	padding-bottom:10px;
	letter-spacing:.3px;
	margin-bottom:13px;
}
.info_contatti h3 a{
	text-decoration:none;
	color:#3596c5;	
}
.pin{
	width:100%;
	max-width:60px;	
	display:block;
}
.tel{
	width:100%;
	max-width:41px;	
	display:block;
}
.mess{
	width:100%;
	max-width:80px;
	display:block;	
}
.titolo_selezione{
	background: url(../img/selezione_interna.png) no-repeat left center;
	padding: 15px 45px;
	font-size: 21px;
	color: #3596c5;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	margin: 0 auto;
	letter-spacing: .3px;
	margin-bottom:5px;
}
.titolo_consulenza{
	background: url(../img/consulenza_interna.png) no-repeat left center;
	padding: 15px 45px;
	font-size: 21px;
	color: #3596c5;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	margin: 0 auto;
	letter-spacing: .3px;
	margin-bottom:5px;
}
.titolo_valutazione{
	background: url(../img/valutazione_interna.png) no-repeat left center;
	padding: 15px 45px;
	font-size: 21px;
	color: #3596c5;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	margin: 0 auto;
	letter-spacing: .3px;
	margin-bottom:5px;
}
.titolo_valori{
	font-size: 26px;
	color: #df8495;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	margin: 0 auto;
	letter-spacing: .3px;
	margin-bottom:5px;
}
.titolo_formazione{
	background: url(../img/formazione_interna.png) no-repeat left center;
	padding: 15px 45px;
	font-size: 21px;
	color: #3596c5;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	margin: 0 auto;
	letter-spacing: .3px;
	margin-bottom:5px;
}
.prima_descrizione{
	float:left;
	width:100%;
	margin-top:20px;	
}
.titolo_interna_verde{
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 18px;
	color:#81b818;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:.3px;	
}
.titolo_interna_azzurro{
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 18px;
	color:#3596c5;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:.3px;	
}
.no_margin{
	margin-bottom:0px !important;
	margin-top:35px;	
}
.no_margin_2{
	margin-bottom:0px !important;
	margin-top:45px;	
}
.main{
	float:right;	
}
.allineamento{
	text-align:left;	
}
li.sottocategoria{
	margin-left:20px;
	list-style:url(../img/freccia_sottocategoria.png) !important;
}
li.sottocategoria_2{
	margin-left:40px;
	list-style:url(../img/freccia_sottocategoria_2.png) !important;
}	
.sitemap_list li a{
	color:inherit;
	text-decoration:none;
	transition:all .3s ease-out;
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-o-transition:all .3s ease-out;
	-ms-transition:all .3s ease-out;
}	
.sitemap_list li a:hover{
	color:#3596C5;	
}
.info{
	float:right;
	margin-top:15px;
	font-style:italic;
}	
.info a{
	text-decoration:none;
}	
.seguici{
	width:100%;
	max-width:72px !important;
	float:left;				
}
.menu_title {
  display: block;
  position: relative;
  float: right;
  height: .1em;
  bottom: 2.35em;
  margin-right: 3.0em;
  display: none;
  color:#fff; 
  font-family: 'Raleway', sans-serif;
  font-weight:300;
}
.contatto_form{
	margin-top:15px;
	padding:30px 0px;
	background:#efefef;	
	position:relative;
	min-height:650px;
}
#response{
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	top:130px;
	max-width: 500px;
  	color: #fff !important;
  	background: #3596c5;
  	padding: 20px;
  	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
}
.campo{
	float:left;
	width:48%;
	margin:0px 20px;
}
.contatto_form input{
	width:100%;	
}
.contatto_form textarea{
	width:100%;	
}
@media screen and (max-width:1180px){
.cbp-hrmenu li{
	padding:0px 7px;	
}
}	
@media screen and (max-width:1020px){
.rassegna_stampa .two.columns{
	width:100% !important;
}	
.rassegna_stampa .ten.columns{
	width:100% !important;	
}
.data{
	margin:10px auto;
}
.logo{
	margin:13px auto 0px;
}
header .one-third.column{
	width:100%;
}	
.area h1{
	min-height:40px;
}
.rassegna_stampa h3{
	text-align:center;	
}
footer p{
	font-size:12px;	
}
.no_margin{
	margin-top:0px;	
}
.no_margin_2{
	margin-top:0px;	
}
.footer_left .three.columns{
	width:10%;
	margin-bottom:7px;
}
.seguici{
	display:none;	
}
.menu_title{
	display:block;	
}
}	
@media screen and (max-width: 580px){
	.footer_left{
	text-align:center;
}	
.footer_right{
	text-align:center;	
}	
.testimonial h6{
	font-weight:500;
	text-align:center;
	margin-bottom:20px;	
}
.rassegna_stampa h3{
	text-align:center;
}
.pin{
	margin:0px auto 20px;	
}

.tel{
	margin:0px auto 20px;	
}

.mess{
	margin:0px auto 20px;	
}
.info_contatti h2{
	text-align:center;	
}
.info_contatti h3{
	text-align:center;	
}
.titolo_valutazione{
	max-width:110px !important;	
}
.titolo_consulenza{
	font-size:16px;
	padding:15px 0px 15px 15px;
}	
.area h1{
	min-height:inherit;
}
footer p{
	font-size:inherit;	
}
.no_margin{
	margin-top:25px;	
}
.no_margin_2{
	margin-bottom:15px !important;	
}
.img_area img{
	max-width:180px;	
}
.footer_left .three.columns{
	width:25%;
	margin:10px 0px;	
}
#response{
	top:300px;	
}
}
@media all and (min--moz-device-pixel-ratio: 1.5),
 (-o-min-device-pixel-ratio: 3/2),
 (-webkit-min-device-pixel-ratio: 1.5),
 (min-device-pixel-ratio: 1.5){
  .titolo_formazione {
    background-image:url(../img/formazione_interna@2x.png);
	background-size:41px 41px;
  }
  .titolo_valutazione {
    background-image:url(../img/valutazione_interna@2x.png);
	background-size:41px 41px;
  }
  .titolo_selezione{
	background-image:url(../img/selezione_interna@2x.png);
	background-size:41px 41px;
  }	
  .titolo_consulenza{
	background-image:url(../img/consulenza_interna@2x.png);
	background-size:41px 41px;
  }	
  .data{
	background-image:url(../img/background_data@2x.png);
	background-size:70px 70px;	  
  }
 }	
/*@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .titolo_formazione {
    background-image:url(../img/formazione_interna@2x.png);
	background-size:41px 41px;
  }
  .titolo_valutazione {
    background-image:url(../img/valutazione_interna@2x.png);
	background-size:41px 41px;
  }
  .titolo_selezione{
	background-image:url(../img/selezione_interna@2x.png);
	background-size:41px 41px;
  }	
  .titolo_consulenza{
	background-image:url(../img/consulenza_interna@2x.png);
	background-size:41px 41px;
  }	
  .data{
	background-image:url(../img/background_data@2x.png);
	background-size:70px 70px;	  
  }
}*/