.landing_page {
  margin-top:0 !important;	
}

#headercont {
	position:static !important;
	left: 0 !important;
    transform: translate(0, 0) !important;
}




/* HOME MAIN
-------------------------------------------------- */

.homemain{
    background-color: #FFF;
	max-width: 1660px;
	padding:0px;
	background-image: url("../images/Image Puzzle.png");
	background-repeat: no-repeat;
	background-size:cover;
	min-height: 800px;
	position: relative;
	z-index:20;
}

.homemain img{
    width: 100%;
}

.homemain_cont_txt{
    position: absolute;
	top: 30%;
	width: 43%;
	left: 15%;
	}

.homemain_tit{
	font-family: "AeonikPro-Bold";
	font-size: 32px;
	color: #1e242f;
	line-height:  69.3px;
	letter-spacing: -0.32px;
	}

.homemain_txt{
	font-family: "AeonikPro-Bold";
	font-size: 63px;
	color: #FFF;
	line-height:  69.3px;
	letter-spacing: 0.63px;
	}




/* HOME SLOT 1
-------------------------------------------------- */

.home_slot1{
	float: left;
	width: 100%;
	position: relative
}

.home_slot1_int{
	position:relative;
	padding-top: 100px;
	padding-left:13%;
	width:65%;
	padding-bottom: 100px;
}

.home_slot1_tit{
	font-family: "AeonikPro-Bold";	
	font-size: 32px;
	line-height:  35px;
	color:#24a3e1;
	letter-spacing:-0.32px;
	}

.home_slot1_txt{
	padding-left:50px;
	font-family: "AeonikPro-Bold";	
	font-size: 63px;
	line-height:  64.3px;
	letter-spacing:-1.26px;	
}


.home_square{
    background-color: #FFF;
	max-width: 1660px;
	padding:0px;
	background-image: url("../images/Image Flower.png");
	background-repeat: no-repeat;
	background-size:auto;
	height: 1200px;
}

.home_square img{
    width: 100%;
}


.slot1-txt {
  	width: auto;
	font-family: "AeonikPro-Regular";
	font-size:23px;
	line-height:30px;
	color: #3f4756;
	position: absolute;
	bottom: 30%;
	right: 25%;
}


/* HOME SLOT 2
-------------------------------------------------- */



.home_slot2{
    background-color: #FFF;
	max-width: 1660px;
	padding:0px;
	background-image: url("../images/bkg-slot2.jpg");
	background-repeat: no-repeat;
	background-size:auto;
	height: 1110px;
	float: left;
	width: 100%;
	position: relative
}

.home_slot2_int {
	position: relative;
	padding-top: 150px;
	padding-left: 27%;
	width: 100%;
	padding-bottom: 100px;
}

.home_slot2_tit {
  font-family: "AeonikPro-Bold";
  font-size: 32px;
  line-height: 35px;
  color: #24a3e1;
  letter-spacing: -0.32px;
}


.home_slot2_txt {
  padding: 20px 0 20px 50px;
  font-family: "AeonikPro-Bold";
  font-size: 63px;
  line-height: 64.3px;
  letter-spacing: -1.26px;
}

.home_slot2_subtxt {
  padding-left: 50px;
  font-family: "AeonikPro-Regular";
  font-size: 28px;
  line-height: 42px;
  letter-spacing: -0.28px;
  width: 85%;	
}




/* HOME SLOT 3
-------------------------------------------------- */



.home_slot3{
    background-color: #FFF;
	max-width: 1660px;
	padding:0px;
	background-image: url("../images/bkg-slot3.jpg");
	background-repeat: no-repeat;
	background-size:auto;
	height: 1250px;
	float: left;
	width: 100%;
	position: relative
}

.home_slot3_int {
	position: relative;
	padding-top: 140px;
	padding-left: 12%;
	width: 100%;
	padding-bottom: 10px;
}


.home_slot3_txt {
  padding: 20px 0 20px 50px;
  font-family: "AeonikPro-Bold";
  font-size: 48px;
  line-height: 1.02;
  letter-spacing: -0.96px;
  width: 30%;
  float: left;	
}

.home_slot3 p {
  padding: 20px 0 20px 30px;
  font-family: "AeonikPro-Regular";
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.4px;
  width: 60%;
	
}



.gallery-contain {
  position:relative;
	left:-23%;

}

.pezza {
	background: #f9f9f9;
	position:absolute;
	width: 12%;
	height: 650px;
	z-index: 15;
	left:23%
}

.gallery {
	width:123%;
}

.gallery-cell {
  width: 43%;
  height: 500px;
  margin-right: 150px;
  background: #f0f0f0;
  counter-increment: gallery-cell;
}

.gallery-cell img {
  width: 100%;
}

/* cell number */
.gallery-cell:before {
  display: block;
  text-align: center;
  content: counter(gallery-cell);
  line-height: 200px;
  font-size: 80px;
  color: white;
}

.gallery-cell::before {
  display: none;
}


.flickity-prev-next-button {
  position: absolute;
  top: -10% !important;
  width: 55px !important;
  height: 55px !important;
  border: solid 2px #24a3e1 !important;
  border-radius: 0 !important;
  background: #FFF !important;	
}

.flickity-prev-next-button:hover {
  background: #24a3e1 !important;
  color: #FFF !important;	
}

.flickity-prev-next-button:disabled {
  filter: alpha(opacity=60) !important;
  opacity: 0.6 !important;
  cursor: auto;
  background: #FFF !important;
  border: solid 2px grey !important;	
}

.flickity-prev-next-button.next {
  right: 15% !important;
}

.flickity-prev-next-button.previous {
  right: 18.5% !important;
  left: auto !important;
}

.flickity-viewport {
  overflow:visible !important;
}

.gallery-card {
  position: absolute;
  z-index: 50;
  bottom: -25%;
  background-color: #FFF;
  right: -7%;
  padding: 4%;
  width: 45%;
  border-bottom: solid 3px #24a3e1;	
}

.gallery-card-subtitle{
  color: #24a3e1;
  font-size: 12px;
  letter-spacing: 1.08px;
  font-family: "AeonikPro-Bold";	
}

.gallery-card-title{
	padding: 0;
	font-size: 32px;
	line-height: 32.6px;
	letter-spacing: -0.96px;
	font-family: "AeonikPro-Bold";
}

.gallery-card p{
	padding: 0;
	font-size: 16px;
	line-height: 25.6px;
	letter-spacing: -0.4px;
	font-family: "AeonikPro-Light";
	width: 100%;
	margin-bottom: 0;
}




/* HOME SLOT 54
-------------------------------------------------- */


.home_slot4{
    background-color: #FFF;
	max-width: 1660px;
	padding:0px;
	background-image: url("../images/bkg-slot5.png");
	background-repeat: no-repeat;
	background-size:100%;
	height: 1450px;
	float: left;
	width: 100%;
	position: relative;
	background-position-y: -100px;
}

.home_slot4_int{
	position:relative;
	padding-top: 200px;
	padding-left:30%;
	width:80%;
	padding-bottom: 100px;
}

.home_slot4_txt{
	padding-left:50px;
	font-family: "AeonikPro-Bold";	
	font-size: 48px;
	line-height:  49px;
	letter-spacing:-0.48px;
	color: #24a3e1;
}

.home_slot4_card{
	position: absolute;
	background-color: #FFF;
	padding: 50px;
	right:644px;
	top:941px;
	width:700px;
	box-shadow: 0 25px 26px 0 rgba(0, 0, 0, 0.03);
}

.home_slot4_card-title{
	font-size: 40px;
	line-height: 40.8px;
	letter-spacing: -0.8px;
	font-family: "AeonikPro-Bold";
}

.home_slot4_card p{
	font-size: 21px;
	line-height: 31.5px;
	letter-spacing: -0.42px;
	font-family: "AeonikPro-Light";
	width: 100%;
}

.slot5_foto_mobile {
	  display:none;
}


/* PULSANTE
-------------------------------------------------- */


.button_slot2{
  position: absolute;
  left: 30%;
  margin-top: 60px;	
}

.button_slot5{
  width: 60%;
  position: relative;
	text-align: left;
}





/*MOBILE */

@media (max-width: 576px) {

	.homemain{
	background-image: url("../images/Hero Image-mobile.jpg");
	min-height: 600px;
	background-position-x: left 40%;
	background-position-y: top -20px;	
	}
	
	.homemain_cont_txt{
    position: absolute;
	top: 15%;
	width: 70%;
	left: 10%;
	}

	.homemain_tit{
	font-size: 26px;
	line-height:  31px;
	}

	.homemain_txt{
	font-size: 36px;
	line-height:  40px;
	}
	
	
	.home_slot1_int {
    padding: 50px 5% 40px 5%;
    width: 100%;
	}
	
	.home_slot1_tit{
	font-size: 25px;
	line-height:  30px;
	padding-bottom:20px;
	}
	
	.home_slot1_txt {
	 padding-left: 20px;
	 font-size: 40px;
	 line-height: 40.8px;
	}
	
	.slot1-txt {
	  font-size: 18px;
	  line-height: 23.4px;
	  padding:0 0 0 10%;
	  top:40%;
	  right: auto;
	  bottom: auto;	
	}
	
	.home_square {
	height: 630px;
	background-position: 18% 120px;
	background-size: 320%;	  
	}
	

	
	.arrowdown{
	bottom: 8%;
	right: 10%;
	width: 60px;
	height: 60px;	
	}

	.to-top:before{
	padding:15px 0 30px 20px;
	width:60px;
	height:60px;
	}
	
	.arrowscroll, .arrowscroll2{
	display:none;
	}
	
	.home_slot2{;
		background-image: url("../images/bkg-slot2_mobile.jpg");
		background-size:100%;
		height: auto;
		padding-bottom:30px;
		/*padding-bottom:70%;*/
	}	
	
	.home_slot2_int {
	  padding: 50px 5% 100px 5%;	;  
	  width: 100%;
	}
	
/*	.tit_triangle {
	  display: none;
	}*/
	
	.home_slot2_tit{
	font-size: 25px;
	line-height: 30px;
	padding-bottom:20px;
	}
	
	.home_slot2_txt {
	  padding: 20px 0 20px 0;
	  font-size: 40px;
	  line-height: 40.8px;
	  letter-spacing: -0.8px;
	}
	
	.home_slot2_subtxt {
	  font-size: 21px;
	  line-height: 31.5px;
	  letter-spacing: -0.42px;
	  width: 100%;
	  padding-left: 0;	
	}
	
	.button_slot2 {
	  position: absolute;
	  left: 5%;
	  margin-top: 50px;
	}
	
	.home_slot3{;
		background-image:none;
		height: auto;
	}	
	
	.home_slot3_int {
	  padding: 50px 5% 0 5%;	;  
	  width: 100%;
	}
	
	.home_slot3_txt {
	  padding:  0 0 10px 20px;
	  font-size: 36px;
	  line-height: 36.7px;
	  width: 100%;	
	}
	
	.home_slot3 p {
	  padding: 20px 0 20px 20px;
	  font-family: "AeonikPro-Regular";
	  font-size: 18px;
	  line-height: 28.8px;
	  letter-spacing: -0.4px;
	  width: 100%;
	}
	
	.gallery-contain {
  	left: 3%;
	padding-bottom: 200px;	
	}
	
	.gallery {
  	width: 90%;
	}
	
	.gallery-cell {
	  width: 95%;
	  height: auto;
	  margin-right: 8px;
	  background: #FFF;	
	  /*overflow: hidden;*/	
	}
	
	.gallery-cell img {
	width: 100%;
	position: relative;
	
	}
	
	.pezza {
	background: #FFF;
	width: 5%;
	height: 350px;
	left: -3%;
	}
	
	.gallery-card {
	  bottom: -50%;
	  right: 0;
	  padding: 5%;
	  width: 90%;
		
	}
	
	.gallery-card-subtitle {
	  font-size: 10px;
	  letter-spacing: 0.9px;
	}
	
	.gallery-card-title {
	  font-size: 21px;
	  line-height: 24px;
	  letter-spacing: -0.63px;
	}
	
	.gallery-card p {
	  padding:0;	
	  font-size: 14px;
	  line-height: 22.4px;
	  letter-spacing: -0.4px;
}
	
	.flickity-prev-next-button.next, .flickity-prev-next-button.previous {
	display: none;
	}
	
	.home_slot4 {
		background-color: #FFF;
		max-width: 1660px;
		padding: 0px;
		background-image: url("../images/bkg-slot5_mobile.png");
		background-repeat: no-repeat;
		background-size: 100%;
		height: auto;
		background-position-y:0;
	}
	
	.home_slot4_int {
		position: relative;
		padding-top: 100px;
		padding-left: 5%;
		width: 90%;
		padding-bottom: 100px;
	}
	
	.home_slot4_txt {
	  padding-left: 20px;
	  font-size: 36px;
	  line-height: 36.7px;
	  letter-spacing: -0.36px;
	}
	
	.slot5_foto_mobile {
	  display:block;
	}
	
	.slot5_foto_mobile img {
	  width: 100%;
	}
	
	.home_slot4_card{
		position: relative;
		padding: 10%;
		right:0;
		top:0;
		width:auto;
		box-shadow: 0 25px 26px 0 rgba(0, 0, 0, 0.0);
	}
	
	.home_slot4_card-title {
		font-size: 32px;
		line-height: 32.6px;
		letter-spacing: -0.32px;
	}
	
	.home_slot4_card p {
		font-size: 18px;
		line-height: 28.8px;
		letter-spacing: -0.36px;
	}
	
	.home_slot_clienti_footer {
		display: none;
	}
	
	.button_slot5 {
		width: 100%;
	}
	
	
	
	.buttonLS_arrow {
	 display: none;
	}
	
	.squarerow {
	display: none;
	}
	
	.squarerow_mob {
	  display: block;
	  width: 100%;
	  padding:40% 0 0 0;		
	}
	
	.square-subtitle {
	  font-size: 16px;
	}
	
	.btn-box span {
 	padding: 30px 40px 0 20px;
	}
	
	
	
	
}