@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,600,700&display=swap);

* {
	font-family: 'Source Sans Pro', sans-serif;
}

.index99 {
	z-index: 99!important;
}

body {
	margin: 0;
	padding: 0;
	background-color: #e3e3e3;
}

#site-overlay {
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	position: absolute;
	z-index: 99;
}

#site-overlay p {
	color: #ffffff;
	text-align: center;
}

.site-overlay-container {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -144px 0 0 -70px;
}

.site-overlay-row .spin {
	-webkit-animation: spin 2.5s linear infinite;
	-moz-animation: spin 2.5s linear infinite;
	animation: spin 2.5s linear infinite;
	position: absolute;
}

.site-overlay-row .spin:nth-child(1) {
	animation-delay: 0.2s;
	animation-direction: reverse;
}

.site-overlay-row .overlay-logo {
	position: absolute;
	left: 45px;
}


@keyframes spin {
	100%  { transform: rotate( 360deg);}
}
.fade {
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s linear;
}

.navigation {
	padding: 15px;
	border-bottom: 1px solid rgb(221, 221, 221);
	background-color: #fff;
}

.sharp-logo img {
	width: 100%;
	max-width: 113px;
}

#main-wrapper {
	margin: 0 auto;
	position: relative;
	background: transparent;
	overflow: hidden;
	max-width: 1920px;
}

.totale {
	width: 100%;
	object-fit: cover;
}


#dock-container {
	width: 100%;
	position: absolute;
	bottom: 0;
	text-align: center;
}

#dock {
	background: rgba(255, 255, 255, 0.2);
	border-radius: 10px 10px 0 0;
	display: inline-block;
}

#dock-container ul {
	padding-inline-start: unset;
}

#dock-container li {
	list-style-type: none;
	display: inline-block;
	position: relative;

	padding: 0px 16px;
}

#dock-container li img {
	max-width: 90px;
	height: 53px;
	transition: all 0.3s;
	-webkit-transition:  all 0.3s;
	-moz-transition:  all 0.3s;
	-ms-transition:  all 0.3s;
	-o-transition:  all 0.3s;	
}

#dock-container li:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	/* margin: 0 10px; */
}

#dock-container li span {
	display: none;
	position: absolute;
	bottom: 100px;
	left: 50%;
	width: 140px;
	margin-left: -80px;
	background-color: rgba(0, 0, 0, 0.75);
	padding: 5px 10px;
	border-radius: 12px;

}

#dock-container li:hover span {
	display: block;
	color: #fff;
}


.circle {
	border: 2px solid #fff;
	border-radius: 16px;
	height: 16px;
	background-color: rgba(255, 255, 255, 0.788235294117647);
	width: 16px;
	margin: -6px 0 0 -8px;
	position: absolute;
	left: 50%;
	top: 50%;
	opacity: 0;
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
	
}

.clickable {
	cursor: pointer;
}


.circle.animate {
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);

}

.circle::after {
	content: "";
	border: 2px solid #fff;
	border-radius: 16px;
	height: 16px;
	width: 16px;
	position: absolute;
	top: -2px;
	left: -2px;
	opacity: 0;
	cursor: none;
	pointer-events: none;
	transition: opacity 0s 2s;
	-webkit-transition: opacity 0s 2s;
	-moz-transition: opacity 0s 2s;
	-ms-transition: opacity 0s 2s;
	-o-transition: opacity 0s 2s;
}

.animate::after {
	opacity: 1;
	animation-duration: 2s;
	animation-name: pulse;
	animation-iteration-count: infinite;
}

.circle.activ::after {
	-webkit-animation: none;
	-moz-animation: none;
	-o-animation: none;
	animation: none;
}

.active .animate div.active {
	z-index: 90;
}


@keyframes pulse {
	from {
		transform: scale(1);
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		opacity: 1.0;
	}
	to {
		transform: scale(3);
		opacity: 0;
	}
}

#level-2, #level-1 {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
}

#level-2 {
	opacity: 0;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.active {
	opacity: 1 !important;
}


#totale {
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	opacity: 1;
	position: absolute;
	z-index: 20;
}

#video-wrapper video, #img-wrapper img {
	width: 100%;
}

#video-wrapper {
	position: absolute;
	z-index: 40;
}

#video-wrapper video {
	display: none;
}

#img-wrapper {
	position: absolute;
	z-index: 60;
}

#transparent-button {
	display: block;
	box-sizing: border-box;
	margin: 20px 20px 20px 20px;
	padding: 10px 10px;
	width: 130px;
	color: #000;
	text-align: center;
	text-decoration: none;
	cursor: default;
	background: #afafaf;
	background: #fff;
	letter-spacing: 2px;
	transition: all 0.3s ease-out;
	opacity: 0;
	position: absolute;
	z-index: 65;
	-moz-box-shadow: 0 0 6px #4a4a4a;
	-webkit-box-shadow: 0 0 6px #4a4a4a;
	box-shadow: 0 0 6px #4a4a4a;
	cursor: pointer;
}


#transparent-button:before {
	content: '';
	display: block;
	background-image: url("../img/home-icon.svg");
	width: 20px;
	height: 20px;
	background-size: 20px;
	position: absolute;
}

.product-text-wrapper {
	margin: 12px;
	background-color: #fff;
	width: 200px;
	padding: 20px;
	transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	pointer-events: none;
	-moz-box-shadow: 0 0 6px #4a4a4a;
	-webkit-box-shadow: 0 0 6px #4a4a4a;
	box-shadow: 0 0 6px #4a4a4a;
	opacity: 0;
	position: absolute;
}


.product-text-wrapper.active {
	opacity: 1;
	pointer-events: auto;
}


.product-text-wrapper p {
	margin: 0;
	padding: 0;
	display: block;
	font-size: 12px;
	position: relative;
	width: 100%;
}

p.btn-readmore {
	display: block;
	text-align: right;
}

.product-text-wrapper .btn-readmore a {
	display: inline-block;
	border: 1px solid;
	margin: 10px 0px 0px 0px;
	padding: 5px;
	color: #d92226;
	text-decoration: none;
	box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.4);
}


.product-headline {
	font-weight: bold;
	color: #d92226;
	padding: 0 0 10px 0 !important;
}


.close {
	position: absolute;
	right: 0;
	top: 0;
	width: 12px;
	height: 12px;
	padding: 12px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.close:hover {
	opacity: 1;
}

.close:before, .close:after {
	content: '';
	position: absolute;
	height: 12px;
	width: 1px;
	background-color: #000;
}

.close:before {
	transform: rotate(45deg);
}

.close:after {
	transform: rotate(-45deg);
}
