
.mobile{
  display: none;
}

.head-cont{
  width:80%;margin:0 auto;position:relative;
}
	


	

  .evidenza{
      margin: 9.8vw 0;
      transition: 0.3s;
      -moz-transition: 0.3s;
      -webkit-transition: 0.3s;
	  cursor: pointer;
}

.evidenza:hover .vedireal{
    color: #f00;
}


	
	

.background-hp{
  width:80vw;height:80vh;
  text-align: center;
	margin: 0 auto;
}	
    
.space{height:100px;width:100%;}
    
    
.over_background{
  position: absolute;
  bottom: -2vw;
 /*  margin:auto; */
  left:12vw;
  /* right:0; */
  background-color: #ededed;
  width: 40%;
  padding: 60px 50px;
	cursor: pointer;

}

.over_background h2{
  font-size: 20px;
  color: #222;font-weight: 600;
  text-transform: uppercase;
}

.over_background p{
  font-size: 13px;
  color: #222;font-weight: 300;
}
    
    .border
{
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;

}

	.content-txt-border{
	width: 100%;	
		margin: 0 auto;
		
	}	
	
	.content-txt-border a:first-child{
	width:60%;
	}	
	
.half{
	width: 60% !important;
	cursor: pointer;
}


.half2{
	width: 35%;
}



.border:hover
{
/*padding: 10px 20px;*/

  transition:0.3s;
  -moz-transition:0.3s;
  -webkit-transition:0.3s;
  }
        
    .border_white
{
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;

}


.border_white:hover
{
/*padding: 10px 20px;*/

  transition:0.3s;
  -moz-transition:0.3s;
  -webkit-transition:0.3s;
  }
    

.over_left{width: 60%;margin-right: 20px;text-align: center;}

.over_right{width: 35%;}

.over_left img{height: 26vw;}

.over_right img{height: 9.2vw;margin-bottom: 4px;display: block;}

.over_background:hover .over_right{
/*background-color: #dedede;*/
background-image: url(/images/back_over_right.svg);
background-position: right;
background-repeat: no-repeat;
background-size: contain;
}
    
     .background-hp h1{
    margin:0 ;
    text-align: left;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
   /*  padding-top:1vw; */
    letter-spacing: 12px;
    text-transform: uppercase;
  }


  .background-hp h2{
    margin:0;
    text-align: left;
    color: #fff;
    font-size: 0.7vw;
    font-weight: 500;
    /* padding-top:6vw; */
    letter-spacing: 8px;
      text-transform: uppercase;
  }
    
/*ICO ANIMENU DESK*/


    .animenu {
      /*padding: 15px 15px;*/
      display: inline-block;
      cursor: pointer;
      transition-property: opacity, filter;
      transition-duration: 0.15s;
      transition-timing-function: linear;
      font: inherit;
      color: inherit;
      text-transform: none;
      background-color: transparent;
      border: 0;
      margin: 0;
      overflow: visible;
      position: absolute;
      z-index: 99999999;
      top:20px;
    }
     .animenu:hover {
        opacity: 0.8;
       }
      .animenu.is-active:hover {
        opacity: 0.8;
      }


      .animenu:hover .animenu-inner, .animenu:hover .animenu-inner::before, .animenu:hover .animenu-inner::after{
         background-color: #f00;
        }
       .animenu.is-active:hover .animenu-inner, .animenu:hover .animenu-inner::before, .animenu:hover .animenu-inner::after{
         background-color: #f00;
       }





        .animenu-box {
          width: 30px;
          height: 30px;
          display: inline-block;
          position: relative;
          cursor: pointer;
         }

      /*  .animenu-inner {
          display: block;
          top: 50%;
          z-index: 999;
          margin-top: 0px; }*/

          .animenu-inner, .animenu-inner::before, .animenu-inner::after {
            width: 22px;
            height: 1px;
            /*border-radius: 1px;*/
            position: absolute;
            z-index: 99999999;
            transition-property: transform;
            transition-duration: 0.15s;
            transition-timing-function: ease; }

          .animenu-inner::before, .animenu-inner::after {
            content: "";
            display: block; }

            .animenu-white, .animenu-white::before, .animenu-white::after{
              background-color: #fff;
            }


            .animenu-black, .animenu-black::before, .animenu-black::after{
              background-color: #222;
            }


            /*
               * Slider
               */
            .animenu--slider .animenu-inner {
              top: 0; }
              .animenu--slider .animenu-inner::before {
                top: 5px;
                transition-property: transform, opacity;
                transition-timing-function: ease;
                transition-duration: 0.15s; }
              .animenu--slider .animenu-inner::after {
                top: 10px; }

            .animenu--slider.is-active .animenu-inner {
              color: #000;
              transform: translate3d(0, 5px, 0) rotate(45deg); }
              .animenu--slider.is-active .animenu-inner::before {
                transform: rotate(-45deg) translate3d(-5.71429px, -2px, 0);
                opacity: 0;
                color: #000;
              }
              .animenu--slider.is-active .animenu-inner::after {
                color: #000;
                transform: translate3d(0, -10px, 0) rotate(-90deg); }




  /*HEADER DESK*/
  .header{
    position:fixed;top:0;left:0;
    /*height:100px;*/
    padding: 8px 0;
    width:100%;margin:0 auto;
    z-index: 9;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
  }



  .head{
  width: 95%;
  margin: 0 auto;
  padding: 0;
  font-size: 0.9em;
  position: relative;
  }

  .head_div_txt{
  width: 60%;
	  text-align: left;
  }
  .head_div{
  width:5%;
  }

  .head_div_middle{
 width: 35%;
text-align: right !important;

  }

  .head_div:last-child{
  text-align: right;
  }

  .moreph, .moreph_close_scheda{
  display: inline;
  }

  .moreph{
  margin: 0 10px 0 0;
  }

  .moreph_close{
  display: none;
  cursor: pointer;
  z-index: 11;
  position: absolute;
  right: 8%;
  top:30px;
  }

  .moreph img, .moreph_close_scheda img{
    height: 22px;
    cursor: pointer;
  }

  .moreph_close img{
    height: 40px;
  }

  .logo_scheda{
    height:20px;
    margin-right: 10px;
  }

  .logo{
    height:40px;
  }
  .logoimg{
    text-align: center;
    padding-top: 10px;
  }


  .shrink{
  padding: 5px 0;
  background-color:#fff; /*rgba(255, 255, 255, 0.8);*/
  }

  .shrink .icomenu{
    width: 18px;
    height: 18px;
  }

  /*.shrink .moreph img{
    height: 20px;
  }*/

  .shrink .logo{
    height:30px;
  }
  .shrink .logoimg{
    text-align: right;
  }



/*HOMEPAGE DESK*/
	
	.content_evi_hp{
		  height: 100%;
  width: 100%;
		overflow: hidden;
position: relative;

	}	
	

.back_hp{
  height: 100%;
  width: 100%;
  background-attachment:fixed;
  background-position:center center;
  background-size:cover;
  background-repeat:no-repeat;
	/* filter: grayscale(100); */
  -webkit-animation: zoomin 30s ease-in infinite;
animation: zoomin 30s ease-in infinite;
transition: all .3s ease-in-out;
overflow: hidden;	
  position: absolute;
		z-index: -5;	
	
}
	
	
	

.overlay_back_hp{
position: absolute;
width: 100%;
height: 100%;
/*background-color: rgba(0,0,0,0.8);*/
background: -moz-linear-gradient(top,  rgba(0,0,0,0.9) 0%, rgba(79,79,79,0.1) 50%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.9) 0%,rgba(79,79,79,0.1) 50%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.9) 0%,rgba(79,79,79,0.1) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#804f4f4f',GradientType=0 ); /* IE6-9 */
z-index: 8;
padding: 0;
margin: 0;
}


.claim{
  padding: 13% 0;
  color: #fff;
  text-align: center;
  /*
    text-shadow: 0px 0px 9px #555;
    */
}

.claim h2{
  font-size: 1.2em;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.claim h1{
	font-family: 'Prompt', sans-serif;
    font-size: 4em;
    font-weight: normal;
    margin: 30px auto;
    padding: 0;
	text-align:left !important;
	width:16.2vw;
    /*
    text-transform: uppercase;
    */
	
/*rainbow color: violet, indigo, blue, green, yellow, orange, red*/	
	
/*  background-image: linear-gradient(to left, #9c27b0, #3f51b5, #03a9f4, #8bc34a, #ffeb3b, #ff9800, #f44336);
 	    -webkit-background-clip: text;
 	    -webkit-text-fill-color: transparent;  */
}

.scopri{
  width: 250px;
  padding:12px 10px;
  margin: 40px auto;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2em;
  border: 1px solid #fff;
  cursor: pointer;
}

.scopri a{
  color: #fff;
  text-decoration: none;
}

.scopri a:hover{
  color: #222;
  text-decoration: none;
}

.scopri:hover{
background-color: #fff;
color: #222;
}

.scopri:hover a{
color: #222;
  text-decoration: none;
}

  

.border .scopri_evidenza, .border .scopri_evidenza2{
  width: 240px;
  padding:12px 0px;
  margin:  0;
  text-align: center;
  color: #222;
  text-transform: uppercase;
  font-size: 0.8em;
  border: 1px solid #222;
  cursor: pointer;
	position: relative;
}
	
	.scopri_evidenza2{
		margin-top: 20px !important;
	}
  

.border_white .scopri_evidenza,.border_white .scopri_evidenza2{
  width: 240px;
  padding:12px 0px;
  margin: 40px 15px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.8em;
  border: 1px solid #fff;
  cursor: pointer;
	position: relative;
}

.border .scopri_evidenza a,.border .scopri_evidenza2 a{
  color: #222;
  text-decoration: none;
}

.border .scopri_evidenza a:hover,.border .scopri_evidenza2 a:hover{
  color: #f00;
  text-decoration: none;
}

.border .scopri_evidenza:hover,.border .scopri_evidenza2:hover{
/*background-color: #fff;*/
border: 1px solid #f00;
color: #f00;
}

.border .scopri_evidenza:hover a,.border .scopri_evidenza2:hover a{
color: #f00;
  text-decoration: none;
}
	
.border_white .scopri_evidenza a,.border_white .scopri_evidenza2 a{
  color: #fff;
  text-decoration: none;
}

.border_white .scopri_evidenza a:hover,.border_white .scopri_evidenza2 a:hover{
  color: #ededed;
  text-decoration: none;
}

.border_white .scopri_evidenza:hover,.border_white .scopri_evidenza2:hover{
/*background-color: #fff;*/
border: 1px solid #ededed;
color: #ededed;
}

.border_white .scopri_evidenza:hover a,.border_white .scopri_evidenza2:hover a{
color: #ededed;
  text-decoration: none;
}

 .border .evi_arrow::after{
  content: url('/images/arrow_hp2.svg');
	 position: absolute;
right: 11px;
  top:13px;
	   -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;

}
.border_white .evi_arrow::after{
  content: url('/images/arrow_hp2_white.svg');
	 position: absolute;
right: 11px;
  top:13px;
	   -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;

}

.border .scopri_evidenza:hover .evi_arrow::after{
 content: url('/images/arrow_hp_hover2.svg');
position: absolute;
  right: 5px;
 -moz-transition: all .2s ease-in;
 -o-transition: all .2s ease-in;
 -webkit-transition: all .2s ease-in;
 transition: all .2s ease-in;	
}
	
.border_white .scopri_evidenza:hover .evi_arrow::after{
 content: url('/images/arrow_hp_white_hover2.svg');
position: absolute;
  right: 5px;
 -moz-transition: all .2s ease-in;
 -o-transition: all .2s ease-in;
 -webkit-transition: all .2s ease-in;
 transition: all .2s ease-in;	
}
	
	
.border .evi_list:before{
  content: url('/images/list-square.svg');
	 position: absolute;
right: 10px;
  top:12px;
/*	   -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
	 -webkit-transform: translateY(0);
	 transform: translateY(0px);*/
 

}	
	
.border_white .evi_list:before{
  content: url('/images/list-square_white.svg');
	 position: absolute;
right: 10px;
  top:12px;
/*	   -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
	 -webkit-transform: translateY(0);
	 transform: translateY(0px);*/
 

}

.border .scopri_evidenza2:hover .evi_list::before{
 content: url('/images/list-square_red.svg');
position: absolute;
  right: 10px;
/* -moz-transition: all .2s ease-in;
 -o-transition: all .2s ease-in;
 -webkit-transition: all .2s ease-in;
 transition: all .2s ease-in;	
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);*/
}	
	

.border_white .scopri_evidenza2:hover .evi_list::before{
 content: url('/images/list-square_white_hover.svg');
position: absolute;
  right: 10px;
/* -moz-transition: all .2s ease-in;
 -o-transition: all .2s ease-in;
 -webkit-transition: all .2s ease-in;
 transition: all .2s ease-in;	
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);*/
}	
	



.box_evidenza{
  width: 80%;
  margin: 0 auto;
  padding: 150px 0 0 0;
}

.box_evidenza .tit_border{
  margin:0 auto 30px auto;
  padding: 20px;
width: 100%;
}

.border_white h1{
text-align: center;
color: #fff;
text-transform: uppercase;
font-size: 1.6em;
font-weight: normal;
margin:8px 0 0 0;
}

.border_white h2{
text-align: center;
color: #fff;
font-size: 0.8em;
font-weight: normal;
margin-bottom: 0;
padding:20px 0 0 0;
}
	
	
.border h1{
text-align: left;
color: #222;
text-transform: uppercase;
font-size: 2em;
font-weight: normal;
margin:8px 0 0 0;
}

.border h2{
text-align: left;
color: #222;
font-size: 0.8em;
font-weight: normal;
margin-bottom: 0;
padding:0 0 0 0;
}

.line-rep{
  width: 1px;
  height: 30px;
  background-color: #222;
  margin:20px auto;
}

/*.icon-scroll {
	position: absolute;
	bottom: 10%;
	left: 50%;
  width: 1.5em;
	height: 4.205em;
	transform: translateX(-50%) scale(2);
	z-index: 99999;
  text-align: center;
}	*/
	      .icon-scroll {
      	position: absolute;
      	bottom: 10vh;
      	left: 50%;
        width: 100px;
      	height: 6.205em;
      	/*transform: translateX(-50%) scale(2);*/
      	z-index: 99999;
        text-align: center;
      }
	
	
	
	
.arrow
{
    position: absolute;
    top: 0;
    left: -2px;
    height: 50px;
    width: 2px;
   /*  background: #fff; silvia 06.07.20 per nascondere la linea verticale*/
    animation: animate 1.3s ease infinite;
}
.arrow:before
{
    content: '';
    position: absolute;
    bottom: 0;
    left: -5px;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}
	

.icon-arrows::after,
.icon-arrows::before {
  content: '';
}
.icon-arrows span,
.icon-arrows::after,
.icon-arrows::before {
	display: block;
	width: 0.472em;
	height: 0.472em;
	border-right: 1px solid rgba(255,255,255,.8);
	border-bottom: 1px solid rgba(255,255,255,.8);
	margin: 0 0 0.205em 0.472em;
	transform: rotate(45deg);
  animation: mouse-scroll 1s infinite;
	animation-direction: alternate;
}

.icon-arrows::before {
	margin-top: 0.472em;
	animation-delay: .1s;
}

.icon-scroll span {
	animation-delay: .2s;
}

.icon-arrows::after {
	animation-delay: .3s;
}


@keyframes mouse-wheel {
	0% {
		opacity: 1;
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		transform: translateY(.375em);
	}
}

@keyframes mouse-scroll {
	0%   { opacity: 0; }
	50%  { opacity: .5; }
	100% { opacity: 1; }
}



.line-rep-scroll{
  width: 1px;
  height: 150px;
  border-right: 1px solid #fff;
  margin: auto;
  position: absolute;
  left:-1px;
  right:0;
}

.line-rep-scroll:after{
  content: '';
  position: absolute;
  width: 1px;
  height: 80px;
  /*background: #fff;*/
  bottom: -20px;
  left:-1px;
    border-right: 1px dashed #fff;
/*margin-left: -3px;
  top: 6px;
  border-radius: 3px;*/
  animation-duration: 2.2s;
  animation-iteration-count: infinite;
  animation-name: scroll2;
}


@keyframes scroll2{
  0%{opacity: 0;}
  100%{
    opacity: 1;
    transform: translateY(40px);
  }
}

  /*SCHEDA DESK*/

  .content{position:relative; display:block;
  width:100%; /*min-height: 100vh;*/}
  .gen_section
  {
  position:relative;
  display:block;
  width:100%;
  /*padding: 30px 0;*/
  background: url(/images_2017/sfondo.png) no-repeat;
  background-position:center center;
  background-size: cover;
  }


  .scheda
  {padding:0;
  /*height:100%;*/}

  .schedaimg
  {
  position:relative;
  display:block;
  width: 100%;
  height: 100%;
  }

.tit_grey{
  color: #666;}

  .p_tit{
  display: inline;
  margin: 0;
  padding: 0;
	  width: 100%;
}

  .overlay_img{
  /*display: none;*/
  position:fixed;
  z-index:10;
  width:100%;
  margin: 0 auto;
  height:100vh;
  top:0;
  left: 0;
  display:flex;
  flex-wrap:wrap;
  transition: all .3s;
          opacity: 0.0;
      filter: alpha(opacity=0);
      background-color: #222;
  pointer-events: none;
  }

  .img_down{
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
  min-width:250px;
  min-height:250px;
  flex:1 1 auto;
  opacity:0.5;
  -webkit-filter: grayscale(1);
    filter: grayscale(1);
    cursor: pointer;
  }


  .img_down:hover{
  opacity:1;
  -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }


  .moreph{
    cursor: pointer;
  }


  .wrap1/*immagine sopra*/
  {
  	position:absolute;
  width:0%;
    height:100%;
    z-index:3;
    pointer-events: none; /*silvia 9.10.18 - per disabilitare click e togliere lo zoom solo dal mobile */
  	display:block;
  		top:0px;
  			/*right:0px;*/
  			/* tolto davide 24.05.19
  			transition: all 0.8s;
  		transition-timing-function: ease-in-out;
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  	  */
  }



  .schedaimg1 /*sfondo*/
  {
  position:absolute;
  	top:0;
  		left:0;
  display:block;
  width: 100%;
  height: 100vh;
  }


.copertina{
  position: absolute;
  margin: auto;
  top:0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 8888;
  color: #222;
}


  /* STYLE CONTAFOTO DESK */

  .contatore1{
  height:30px;
  margin: 0 auto;
  /*width: 40%;*/
  text-align: center;
  	/*
  width:100px;
	 
  */
  }

  .numero{
  position:relative;
  	/*bottom:4px;*/
  width:5px;
  height:5px;
  background-color:#b0b0b0;
  display:inline-block;
  padding:0;
  margin-left:3px;
  margin-right:0px;
   margin-bottom:4px; 
  margin-top:10px;
  	transition: all .5s;
  	/* 	border-radius: 0% */
	  	border-radius: 50%;
  }

  .attivo{
  /*margin-bottom:2px;*/
  margin-bottom:4px;
   margin-top:6px; 
  /*height:18px;*/
	width: 2px;
  height:10px;
  background-color:#000000;
  /*margin-top:2px;*/
  border-radius: 0;

  }


  /*tootip_scheda DESK*/

  .desk{
  position:relative;
  	height:100%;
  		width:10px;
  	margin:0 auto;
  }



    .punto span {
        z-index:50;display:none; padding: 10px;
        margin-top:-4px; margin-left:32px;
        line-height:16px;
        font-size: 0.8em;
        border-radius:2px;
  position:absolute;
  min-width:200px;
        color:#222;
        background-color:#dedede;
    }
    .punto:hover span{
        display:inline;
    }

    .punto{
    position:absolute;
    transition: .2s;
    -webkit-transition: .2s;

    z-index:30;
    opacity: 0.5;
    filter: alpha(opacity=50);
  	  display:none;
    }
    .punto:hover{
    opacity: 1;
    filter: alpha(opacity=100);
    }

  .schedaimg1{
   	pointer-events:none;
    }

  .desk{position:relative;}


/*FRECCE SCHEDA DESK*/

  .arrow_scheda_left{
    position:fixed;left:30px;top:50%;margin-top:-30px;z-index:7;cursor:pointer;
  }

.arrow_scheda_right{
  position:fixed;right:30px;top:50%;z-index:7;margin-top:-30px;cursor:pointer;
}

.arrow_scheda_left img, .arrow_scheda_right img{
  height:80px;width:auto;
}


/*FOOTER DESK*/

.site-footer
{position:relative;
	display:block;
	width: 100%;
	padding: 30px 0;
	background:#ededed;
}

.foot-wrap
{position:relative;
display:block;
/*width: 1200px;*/
width: 90%;
margin: 0 auto;
text-align:left !important;
}


.foot-info
{
text-align:right;
color:#222;
font-size: 12px;
}

.foot-info a:link, .foot-info a:visited
{
color:black;
text-decoration:underline;
transition: 0.3s;
-moz-transition: 0.3s;
-webkit-transition: 0.3s;
}

.foot-info a:hover, .foot-info a:active
{
color:red;
}


.socials a img
{
position:relative;
display:inline-block;
vertical-align:middle;
cursor:pointer;
height: 30px;
}

.socials img:last-child
{margin-right: 0 !important;}



#pannello_registrazione{
  width: 600px;

  background-color: #fff;
  padding: 40px 60px;
  display: none;
  text-align: justify;
}

#pannello_registrazione p{
  font-size: 12px;
}


.input-pannello{
text-align: left;
font-size: 12px;
line-height: 1.8;
margin-top: 30px;
}

.input-pannello input{
  border: 1px solid #888;
  width: 200px;
}

.input-pannello p{
  padding: 0;
}

.buttons{
  background-color: #dedede;
  cursor: pointer;
  color:#222;
  padding: 5px 10px;
  border: none;
}
.buttons:hover{
  background-color: #222;
  color:#fff;
}



.insta-div{
  width:48%;margin-right:30px;border:1px solid #dedede;padding:5px;
}

.fb-div{
  width:30%;
}


.background-real{
    width:100%;
    text-align: center;
  }

  .background-real h1{
    margin:0 auto;
	 /* width:21vw; */ 
	/* font-family: 'Prompt', sans-serif;  */	  
	text-align: center;
    color: #222;
   	font-size: 4em;
	font-weight: bold;

    /*padding-top:180px;*/
   /*  letter-spacing: 5px; */
  /*overflow: hidden; /* Ensures the content is not revealed until the animation */
  /*white-space: nowrap; /* Keeps the content on a single line */
  /*animation:
    typing 3.5s steps(60, end);*/
}

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}


  .realizz{
    padding: 120px 0 20px 0;
  }

  .videoarea{
    height: 300px;
    padding: 150px 0;
  }

  .over_realizzazioni{
    /*position: absolute;*/
    margin:0 auto 0 auto;
   /*  background-color: #fff; */
    width: 100%;
    padding: 40px 0px;

  }

  .over_realizzazioni h2{
    font-size: 20px;
    color: #222;font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 4px;
  }

  .over_realizzazioni p{
    font-size: 13px;
    color: #222;font-weight: 300;
  }



.item_wrap
{
position:relative;
width:100%;
margin:0 auto;}

.item
{
position:relative;
display:inline-block;
width: /*300px*/15%;
vertical-align:top;
margin:0 5px 35px 5px;
cursor:pointer;
	
  /* overflow: hidden; */ /* [1.2] Hide the overflowing of child elements */
}

.item:nth-child(4n+0)
{
margin-right:0;
}

.item_img
{
position:relative;
display:block;
width: 100%;
height: 230px;
/* transition:0.5s;
-moz-transition:0.5s;
-webkit-transition:0.5s;
transition: transform .5s ease; */
/*filter: gray; /* IE6-9 */
 /*-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
 /*filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
	border: 20px solid #fff;
		transition: all 0.3s ease-out !important;
}

.item:hover .item_img
{
/*box-shadow: inset 0 0 85px white;
-moz-box-shadow: inset 0 0 85px white;
-webkit-box-shadow: inset 0 0 85px white;*/
/*-webkit-box-shadow: inset 0px 0px 0px 15px rgba(255,255,255,1);
-moz-box-shadow: inset 0px 0px 0px 15px rgba(255,255,255,1);
box-shadow: inset 0px 0px 0px 15px rgba(255,255,255,1);*/
/* transition:0.5s;
-moz-transition:0.5s;
-webkit-transition:0.5s;
 transform: scale(1.2); */
 /*-webkit-filter: grayscale(0);
  filter: none;*/
}
    
.item_img:hover{
border:0px solid #fff !important;
}

    
    


.item h1
{
position:relative;
display:block;
width: 100%;
box-sizing:border-box;
text-align:center;
padding: 20px 0;
font-weight: 400;
text-transform:uppercase;
font-size: 0.7em;
background-color: #fff;
transition:0.3s;
-moz-transition:0.3s;
-webkit-transition:0.3s;
	margin: 0;
}
	
	.item_h1{
		color:#fff;
background-color: #555;
	}	

.item:hover h1
{
color:#fff;
background-color: #555;
}

.logosmall{
  position: absolute;
  width:45px;
  bottom: 50px;
  right: 180px;

  z-index: 6;
}


.over_profile{
  /*position: absolute;*/
  margin:10px auto 0 auto;
  background-color: rgba(255,255,255,0.8);
  width: 60%;
  padding: 40px;

}

.over_profile h2{
  font-size: 20px;
  color: #222;font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.over_profile p{
  font-size: 15px;
  color: #222;font-weight: 300;
}


.refer{
height:100%;
  }

  .refe:nth-child(odd)
{
color: #222;
}

.refe:nth-child(even)
{
color:#666;
}

.refer h1{
   padding-top:180px;
 }

  .background-prof{
    height: 100vh;
  }

 .background-prof h1{
   margin:0 auto;
   text-align: center;
   color: #fff;
   font-weight: bold;
   padding:20px 0;
   /* letter-spacing: 15px; */
   	font-size: 3em;
	 text-transform: lowercase;
 }



 .background-prof h2{
   margin:0 auto;
   text-align: center;
   color: #fff;
   font-size: 1vw;
   font-weight: 300;
   padding-top:15%;
   /* letter-spacing: 10px; */
 }

 .background-hp h1{
   margin:0 auto 40px 0;
   text-align: center;
   color: #fff;
   font-size: 1.2vw;
   font-weight: 400;
   padding-top:1vw;
   letter-spacing: 12px;
   text-transform: uppercase;
 }


.over_ref{
  /*position: absolute;*/
  margin:80px auto 0 auto;
  background-color: rgba(255,255,255,0.8);
  width: 45%;
  padding: 40px;

}

.over_ref h2{
  font-size: 20px;
  color: #222;font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.over_ref p{
  padding: 0 20px;
  font-size: 14px;
  color: #222;font-weight: 300;
  text-align: justify;
}



.over_profile2{
  /*position: absolute;*/
  margin:0 auto 0 auto;
  width: 60%;
  padding: 40px;

}

.over_profile2 h2{
  font-size: 20px;
  color: #fff;font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 4px;
}



    .over_profile2 h1{
      margin:0 auto 50px 0;
      text-align: center;
      color: #fff;
      font-size: 3em;
      font-weight: bold;
     /*  letter-spacing: 15px; */
      text-transform: lowercase;
    }

.over_profile2 p{
  font-size: 15px;
  color: #fff;font-weight: 300;
}




  .video
  {position:relative;
  	 display:block;
  	 width: 100%;
    background-color: #fff;
  	 padding: 30px 0;
  	 padding: 3rem 0;
  	 text-align:center;
  }

  .video_box
  {position:relative;
  	 display:inline-block;
  	 width: 44%;
  	 margin-right: 40px;
  margin-right:4rem;
  margin-bottom: 40px;
  margin-bottom: 4rem;
  }



  .video_box h1
  {text-align:center;
  font-size: 1.2em;
  font-weight: 400;
  text-transform:uppercase;}

  .video_box video
  {position:relative;
  	 display:block;
  width: 100%;
  cursor:pointer;
 }


 #scroll_div1,  #scroll_div2,  #scroll_div3,  #scroll_div4{
        opacity: 0;
        -webkit-transition: all 1s ease-in-out;
           -moz-transition: all 1s ease-in-out;
            -ms-transition: all 1s ease-in-out;
             -o-transition: all 1s ease-in-out;
                transition: all 1s ease-in-out;
      }
      #scroll_div1.visible, #scroll_div2.visible, #scroll_div3.visible, #scroll_div4.visible{
        opacity: 1;
      }

 .digit {
         		opacity: 0;
         		-webkit-transform: translateX(-40px);
         			 -moz-transform: translateX(-40px);
         				-ms-transform: translateX(-40px);
         				 -o-transform: translateX(-40px);
         						transform: translateX(-40px);
         		-webkit-transition: all 0.6s ease-out;
         			 -moz-transition: all 0.6s ease-out;
         				-ms-transition: all 0.6s ease-out;
         				 -o-transition: all 0.6s ease-out;
         						transition: all 0.6s ease-out;
         	}

           .digit2 {
                opacity: 0;
                -webkit-transform: translateX(40px);
                   -moz-transform: translateX(40px);
                    -ms-transform: translateX(40px);
                     -o-transform: translateX(40px);
                        transform: translateX(40px);
                -webkit-transition: all 0.6s ease-out;
                   -moz-transition: all 0.6s ease-out;
                    -ms-transition: all 0.6s ease-out;
                     -o-transition: all 0.6s ease-out;
                        transition: all 0.6s ease-out;
              }

         	.digit.visible, .digit2.visible {
         		opacity: 1;
         		-webkit-transform: none;
         			 -moz-transform: none;
         				-ms-transform: none;
         				 -o-transform: none;
         						transform: none;
         	}


           .item_scroll {
           		/*opacity: 0;
           		-webkit-transform: translateX(-40px);
           			 -moz-transform: translateX(-40px);
           				-ms-transform: translateX(-40px);
           				 -o-transform: translateX(-40px);
           						transform: translateX(-40px);
           		-webkit-transition: all 0.6s ease-out;
           			 -moz-transition: all 0.6s ease-out;
           				-ms-transition: all 0.6s ease-out;
           				 -o-transition: all 0.6s ease-out;
           						transition: all 0.6s ease-out;*/
                       opacity: 0;
                       -webkit-transition: all 1s ease-in-out;
                          -moz-transition: all 1s ease-in-out;
                           -ms-transition: all 1s ease-in-out;
                            -o-transition: all 1s ease-in-out;
                               transition: all 1s ease-in-out;
           	}
           	.item_scroll.visible {
           		opacity: 1;
           		/*-webkit-transform: none;
           			 -moz-transform: none;
           				-ms-transform: none;
           				 -o-transform: none;
           						transform: none;*/
           	}


	
.poli_quali{
	width: 70%;
	margin: 0 auto;
	padding: 15vh 0;
}

.intest_quali {
    border: 1px solid #888;
    padding: 0 20px;
}
	
.intest_quali h1{
	font-size: 150%;
	text-align: center;
	padding: 30px auto;
}

.blocco_poli{
	width: 100%;
	background-color: #ededed;
	margin: 20px auto;
}

.blocco_poli h1{
	background-color: #555;
	color: #fff;
	font-size: 120%;
	padding: 20px;
}

.blocco_poli p{
	color: #222;
	font-size: 90%;
	padding: 20px;
	line-height: 1.5;
}

.cont_pdf_poli{
width: 100%;
margin: 100px auto 0 auto;
text-align: center;

}

.pdf_poli{
	padding: 40px;
	text-align: center;
	color: #fff !important;
	background-color: #222;
	text-decoration: none;
}
.pdf_poli:hover{
	color: #222 !important;
	background-color: #dedede;
text-decoration: none
}