.cont-loader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
  	background: #1F3D89;
  	z-index: 9;
    display: flex;
}

.loading {
  animation: rotation 1s infinite linear;
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  border-top-color: rgba(255, 255, 255, 0.7);
  height: 3em;
  width: 3em;
  margin: auto;
}

@keyframes rotation {
  to {
    transform: rotate(360deg);
  }
}

.fixedtop {
	display: none;
}

.header-top {
  	height: 100vh;
  	position: relative;
  	overflow: hidden;
}

.anim-bg {
	z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    min-width: 100%;
    height: auto;
}

.header-top h2 {
	position: absolute;
  	top: 50%;
  	left: 11%;
  	max-width: 735px;
    width: 100%;
  	color: #fff;
  	transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	-webkit-transform: translateY(-50%);
  	-moz-transform: translateY(-50%);
    text-align: left;
    line-height: 80px;
}

.illustrazione-top {
	position: absolute;
  	top: 50%;
  	right: 11%;
  	transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	-webkit-transform: translateY(-50%);
  	-moz-transform: translateY(-50%);
    width: 600px;
}

/*.scopri {
	position: absolute;
    bottom: 56px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
}

.scopri p {
	margin: 0;
}

.scopri img {
	height: 40px;
}*/

.icon-scroll {
    position: absolute;
    right: 50%;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
    width: 26px;
    height: 40px;
    bottom: 56px;
    border-radius: 25px;
    box-shadow: inset 0 0 0 2px #fff;
  	z-index: 2;
}

.icon-scroll:before {
  content: '';
  position: absolute;
  left: 50%;
  width: 8px;
  height: 8px;
  background: #fff;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: scroll;
} 

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

.sez-home {
    text-align: center;
}

.sez-home h2 {
     margin: 0 0 28px;
}

.cont-about-home {
	overflow-x: hidden;
}

.about-home p {
     max-width: 864px;
  	 width: 100%;
     margin: 0 auto;
}

.box-about {
	text-align: left;
  	margin: 64px 0 0;
}

.box-about .col-w-50 {
	float: none;
}

.testo-box-about div {
	max-width: 530px;
   	width: 100%;
}

.box-about h4 {
	text-align: left;
  	margin: 0 0 16px;
}

.box-about p {
	margin: 0 0 32px;
}

.box-about small {
  	font-size: 21px;
  	font-style: italic;
  	line-height: 25px;
  	background: #FDCC09;
  	padding: 2px 10px 2px 4px;
  	-webkit-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone
}

.box-about img {
	max-height: 374px;
}

.bg-blu {
	margin-bottom: 80px;
}

.intro p {
	max-width: 576px;
  	width: 100%;
  	width: 100%;
  	margin: 0 auto 80px;
}

.link-progetto h3 {
	color: #fff;
  	margin: 56px 0 0;
  	transition: .5s;
  	-ms-transition: .5s;
  	-moz-transition: .5s;
  	-webkit-transition: .5s;
}

.link-progetto:hover h3 {
	color: #FDCC09;
}

.link-progetto a {
	font-size: 38px;
	line-height: 46px; 
}

.link-progetto .cont-animazione {
	width: 580px;
	margin: 0 auto;
}

.cont-animazione {
	position: relative;  	
}

.link-progetto .cont-animazione #player1, .link-progetto .cont-animazione #player2 {
	transition: ease-in-out .5s;
  	-ms-transition: ease-in-out .5s;
  	-moz-transition: ease-in-out .5s;
  	-webkit-transition: ease-in-out .5s;
}

.link-progetto:hover .cont-animazione #player1, .link-progetto:hover .cont-animazione #player2 {
	transform: translateY(-72px);
  	-ms-transform: translateY(-72px);
  	-moz-transform: translateY(-72px);
  	-webkit-transform: translateY(-72px);
}

.cont-animazione:after {
  	content:"";
	position: absolute;
	width: 100%;
	height: 94px;
	background: radial-gradient(50% 50% at 50% 50%, rgba(23, 23, 23, 0.46) 0%, rgba(23, 23, 23, 0) 100%);
  	opacity: 0;
  	left: 0;
  	bottom: 0;
  	transition: .5s;
  	-ms-transition: .5s;
  	-moz-transition: .5s;
  	-webkit-transition: .5s;
}

.link-progetto:hover .cont-animazione:after {
  	opacity: 1;
  	transition-delay: .15s;
}

.servizi-home-mob {
  	display: none;
}

.box-servizi-home .col-w-33 {
	margin: 0 12px 32px;
}

.link-servizio {
	background: #F2F3F6;
  	border-radius: 4px;
  	box-shadow: 0px 2px 6px #00000029;
  	-webkit-box-shadow: 0px 2px 6px #00000029;
  	-moz-box-shadow: 0px 2px 6px #00000029;
}

.tit-servizio {
  	min-height: 80px;
  	background: #fff;
}

.link-servizio a, .link-servizio a:hover, .link-servizio a:active, .link-servizio a:focus {
	/*font-size: 28px;
	line-height: 33px;*/
  	line-height:1;
}

.link-servizio a:hover .tit-servizio h4 {
	color: #FDCC09;
  	transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}

#player3, #player4, #player5, #player6, #player7, #player8, #player9, #player10, #player11, #player12, #player13, #player14 {
	width: 100%;
  	padding: 24px 80px;
  	-ms-transition: .5s;
  	-moz-transition: .5s;
  	-webkit-transition: .5s;
  	margin: 0 auto;
}

@media only screen and (max-width:1600px) {
  .header-top h2 {
    max-width: 585px;
    line-height: 60px;
    left: 4%;
  }

  .illustrazione-top {
    width: 500px;
    right: 4%;
  }
  
  .icon-scroll {
      bottom: 32px;
  }
  
  .anim-bg {
      min-width: 150%;
  }
  
  .box-about .col-w-50 {
    width: auto;
  }
  
  .testo-box-about {
  	padding: 0 16px;
  }
}

@media only screen and (max-width: 1280px) {
  .link-progetto .cont-animazione {
    width: 480px;
  }
}

@media only screen and (max-width:1199px) {
  .header-top h2 {
    max-width: 475px;
    line-height: 60px;
  }
  
  .illustrazione-top {
    width: 400px;
  }
  
  .box-about {
    margin: 24px 0 0;
  }
  
  .bg-blu {
    margin-bottom: 40px;
    padding: 48px 0 16px;
  }
  
  .intro p {
    margin: 0 auto 64px;
   }
  
  .link-progetto .cont-animazione {
    width: 400px;
  }
  
  .link-progetto h3 {
      margin: 8px 0 32px;
  }
  
    .servizi-home-desk {
  	display: none;
  }
  
  .servizi-home-mob {
  	display: block;
  }
  
  .box-servizi-home .col-w-33 {
    width: calc(50% - 24px);
  }
}

@media only screen and (max-width:1023px) {
  .header-top.col-w-100 {
      width: 100%;
      margin: 0 0 32px;
  }
  
  .header-top {
    height: auto;
    padding-bottom: 48px;
  }
  
  .header-top h2, .illustrazione-top {
    position: initial;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    -moz-transform: none; 
    margin: 0 auto;
    text-align: center;
  }
  
  .header-top h2 {
  	margin-top: 125px;
    margin-bottom: 32px;
  }
  
  .scroll-down {
  	text-align: center;
  }
  
  .icon-scroll {
    bottom: auto;
    right: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    position: relative;
    display: block;
    margin: 32px auto 0;
  }
  
  .anim-bg {
    min-width: 240%;
  }
  
  .testo-box-about {
    padding: 0 8px;
  }
  
  .link-progetto .cont-animazione {
    width: 300px;
  }
}

@media only screen and (max-width:767px) {
  .header-top h2 {
    line-height: 40px;
    padding: 0 16px;
  }
  
  .illustrazione-top {
    width: 340px;
  }
  
  .sez-home {
    margin-bottom: 8px;
  }
  
  .sez-home h2 {
    margin: 0 0 16px;
  }
  
  .box-about {
    flex-direction: column;
    text-align: center;
    margin: 32px 0 0;
  }

  .box-about .col-w-50 {
      width: 100%;
  }
  
  .box-about:nth-child(2) .img-box-about {
  	order: 1;
  }
  
  .box-about:nth-child(2) .testo-box-about {
  	order: 2;
  }
  
  .box-about p {
    margin: 0 0 16px;
  }
  
  .box-about h4 {
    margin: 0 0 8px;
    text-align: center;
  }
  
  .testo-box-about div {
    margin: 0 auto;
  }
  
  .box-about small {
    font-size: 18px;
  }
  
  .intro p {
    margin: 0 auto 40px;
  }
  
  .cont-animazione::after {
  	display: none;
  }
  
  .link-progetto:hover .cont-animazione #player1, .link-progetto:hover .cont-animazione #player2 {
	transform: none;
  	-ms-transform: none;
  	-moz-transform: none;
  	-webkit-transform: none;
  }
  
  .link-progetto h3 {
    margin: 0 0 32px;
  }
  
  .box-servizi-home .col-w-33, .box-servizi-home .col-w-50 {
    width: 100%;
    margin: 0 0 32px;
  }
  
  .tit-servizio {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 599px) {  
  .header-top {
    padding-bottom: 36px;
  }
  
  .header-top h2 {
    margin-top: 88px;
  }
  
  .illustrazione-top {
    width: 280px;
  }
  
  .anim-bg {
    min-width: 350%;
  }
  
  .link-progetto .cont-animazione {
    width: 250px;
  }
}

@media only screen and (max-width:374px) {
.anim-bg {
    min-width: 440%;
}
}