/***********  SUPERFICI  ************/
.filtriBox {
	border-bottom: 1px solid 
}


/***********  BATH FURNITURE  ************/
.bath-furniture figure div { background-color: #f2f2f2; }

.bath-furniture figure div img.outline { display: none}

.bath-furniture figure:HOVER div img.hoverlay { z-index: 100; position: relative; opacity: 0;transition: all 0.2s ease-in-out;}
.bath-furniture figure:HOVER div img.outline { display:block;  z-index: 500; position: absolute; top: 0; left: 0; transition: all 0.2s ease-in-out; max-height: 100%}



/***********  PRODOTTO  ************/
.productColors h5,
.productProjects h5 { text-transform: uppercase; padding-top: 5px }


.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	padding-bottom: 60px
}

.swiper-slide {
	width: 100%;
}

#lightcase-info #lightcase-title {
	font-size: 13px !important;
	color: #fff !important;
	text-transform: uppercase !important;
}
#lightcase-case {
	text-shadow: 0 0 0 !important;
}


/* PRODUTTORE AUTORIZZATO */
.imageHeader {
	position: relative;
	overflow: hidden;
	color: #fff;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
@media only screen and (max-width: 992px) {
	.imageHeader {	height: 50vh; margin-top: 100px}
}

.imageContTop {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -100;
}

.videoIntroFile {
	position: relative;
	height: 100vh;
	width: 100%;
}

.imageHeader video,
.imageHeaderVP video {  
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  /*position: fixed;*/
  top: 0;
  left: 0;
  z-index: -1;
}

@media only screen and (max-width: 992px) {	
	.mobile {display: none !important}
	
	.imageHeader video,
	.imageHeaderVP video {  
		width: 100vw;
		height: 50vh;
		object-fit: cover;
		position:relative;
		top: 0;
		left: 0;
		z-index: -1;
	}
}