/***********  HOME  ************/
.swiper-container {
	width: 100%;
	height: 100%;
	padding-top: 20px !important;
}

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

	/* 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-pagination-fraction {
	top: 0px;
	left: 0;
	width: 100%;
	font-size: 13px;
}


.swiper-slide img { width: 70%; }
.swiper-slides .caption { opacity: 0;transition: .5s; }
.swiper-slide-actives .caption { opacity: 1; width: 100%;}

.swiper-pagination {z-index:0 !important;}

.swiper-button-next, 
.swiper-button-prev {
	position: absolute;
	top: 50% !important;
	bottom: inherit !important;
	z-index: 10;
}


.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	left: 21% !important;
	right: auto !important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	right: 21% !important;
	left: auto !important;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
	content: '' !important;
}


@media only screen and (max-width: 992px) {
	
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
		left: 6% !important;
		right: auto !important;
	}
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
		right: 6% !important;
		left: auto !important;
	}
	
}




.vertBox img {	width: 100%;}
.iconBox img {	width: 50%;}

/* [1] The container */
.img-hover-zoom {
  height: auto; /* [1.1] Set it as per your need */
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}
.img-hover-zoom img {transition: transform 4s ease;}
.img-hover-zoom:hover img {transform: scale(1.3);}


.app {
	text-align: center;
	margin-top: 80px;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #f4f4f4;
}

.app .col-sm-4 {
	padding-top: 40px;
	padding-bottom: 40px;
}

.app .col-sm-4:nth-child(2) {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

.apps > div {
	padding-top: 40px;
	padding-bottom: 40px;
	background: linear-gradient(to right, 
							transparent 0%, 
							transparent calc(50% - 0.81px), 
							white calc(50% - 0.8px), 
							white calc(50% + 0.8px), 
							transparent calc(50% + 0.81px), 
							transparent 100%); 
}

.app img { height: 60px; margin-bottom: 50px}
.app > div > div  > div  > div img {transition: transform 1s ease;}
.app > div  > div  > div  > div:hover img {transform: scale(1.4);}

@media only screen and (max-width: 576px) {	
	
	.app {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.app > div {
		padding-top: 0px;
		padding-bottom: 0px;
		background: none; 
	}

	.app .col-sm-4:nth-child(2) {
		border-left:none;
		border-right:none;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}
}




/* VIDEO FULLSCREEN */
.video-background {
	position: relative;
	overflow: hidden;
	width: 100vw;
	height: 80vh;
}

.video-background h1 {
	position: absolute;
	bottom: 45px;
	left: 8.33%;
	z-index: 2000;
}

.video-background iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100vw;
	height: 100vh;
	transform: translate(-50%, -50%);
}

@media (min-aspect-ratio: 16/9) {
	.video-background iframe {
		/* height = 100 * (9 / 16) = 56.25 */
		height: 56.25vw;
	}
}
@media (max-aspect-ratio: 16/9) {
	.video-background iframe {
		/* width = 100 / (9 / 16) = 177.777777 */
		width: 177.78vh;
	}
}

@media only screen and (max-width: 992px) {	
	.mobile { margin-top: 100px}
	.video-background {
		position: relative;
		overflow: hidden;
		width: 100vw;
		height: 40vh;
	}			

}

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

video {  
  width: 100vw;
  height: 80vh;
  object-fit: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

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

/*
.videoIntromp  {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

*/


/* PIANO */
.imageHeader {
	position: relative;
	overflow: hidden;
	color: #fff;
	height: 80vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.imageHeaderhalf {
	position: relative;
	overflow: hidden;
	color: #fff;
	height: 40vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

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

.imageHeader h1, .imageHeader h2, 
.imageHeaderhalf  h1, .imageHeaderhalf  h2 { color: #ffffff !important}

.imageContTop img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	object-fit: cover;
}


@keyframes slideInFromLeft {
  0% 		{transform: scale(1.1, 1.1);}
  100% 	{transform: scale(1, 1);}
}

.imageContTop img {  
  animation: 2s ease-in 0s 1 slideInFromLeft;
}


.imagePage {
	position: relative;
	overflow: hidden;
	color: #fff;
	height: 50vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.imagePageBox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.imagePageBox img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	object-fit: cover;
}

.cookware {}
.cookware > div {
	border: 1px solid #f4f4f4;
	text-align: center;
	padding-bottom: 40px;
	padding-top: 40px;
}


/* CAROUSEL SLIDER 80VH */
.carouselSlider .carousel-inner {
	width: 100%;
	height: 80vh;
}
.carouselSlider .carousel-item {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}


.titleHover {
	position: absolute;
	bottom: 0;
	margin-bottom: 8vh;
	text-align: left;
	margin-left: 8.3333%;
	margin-right: 8.3333%;
	padding-left: 10px;
	padding-right: 10px;
	z-index: 9999
}

@media only screen and (max-width: 576px) {	
	
	.titleHover {
		padding-left: 0px;
		padding-right: 0px;
		margin-left: 3%;
		margin-right: 3%;
	}
	
}

/* GARANZIA */
.warninglist {list-style-type:circle; padding-left: 18px; font-size: 16px; line-height: 20px}

@media only screen and (max-width: 576px) {	
	.warninglist {font-size: 14px; line-height: 18px}
}

