#intro {
	position: fixed;
	top: 0;
	height: 100%;
	width: 100%;
	-moz-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	-webkit-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}

#fullpage {
	top: 100vh;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
	position: absolute;
	z-index: 1;
	border: 0;
	background: rgba(255,255,255,.5);
	left: 50%;
	top: 50%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	height: 8px !important;
	width: 8px !important;
	border-radius: 100%;
	margin: -2px 0 0 -2px !important;
}

#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
	background: white;
}

.box {
	height: auto;
	width: 401px;
	background-color: rgba(30,42,46,0.8);
	position: absolute;
	/* bottom: 0; */
	top: 50%;
	margin: auto;
	padding: 15px 15px 0px 15px;
	right: calc(23% - 200px);
}

.underbox {
	background-color: #4c5960;
	height: 38px;
	position: absolute;
	margin-left: -15px;
	bottom: 0;
	font-family: 'SiemensSansBold';
	font-size: 15px;
	line-height: 19px;
	width: calc(100% - 30px);
	padding: 10px 15px;
}

.section#home {
	background: url("../img/perfect/bg-homeconnect.jpg");
	background-size: cover;
}

.section#skills {
	background: url("../img/perfect/bg-skills.jpg");
	background-size: cover;
}

#goDown {
	background: url("../img/progetto/intro-down.png");
	height: 60px;
	width: 60px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	cursor: pointer;
	bottom: 20px;
	opacity: 0.8;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	z-index: 2;
}

	#goDown:hover {
		opacity: 1;
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

.deepBox {
	background-color: rgba(5,19,23,0.8);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	padding: 20px;
}

.box .link {
	width: 100%;
	height: 20px;
	background-color: #4c5960;
	bottom: 0;
	margin-left: -15px;
	margin-top: 10px;
	padding: 10px 15px;
	cursor: pointer;
}

	.box .link a {
		font-family: 'SiemensSansBold';
		font-size: 12px;
		line-height: 19px;
		text-decoration: none;
		color: white;
	}

		.box .link a:hover {
			-webkit-transition: all 0.5s ease-in-out;
			-moz-transition: all 0.5s ease-in-out;
			-o-transition: all 0.5s ease-in-out;
			transition: all 0.5s ease-in-out;
			color: rgba(255,255,255,.5);
		}

#playVideo {
	width: 90px;
	height: 90px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: url("../img/progetto/play.png");
	opacity: 0.8;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	cursor: pointer;
}

	#playVideo:hover {
		opacity: 1;
		-moz-transform: scale(1.05);
		-ms-transform: scale(1.05);
		-o-transform: scale(1.05);
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	display: table-cell;
	vertical-align: middle;
}

iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.hotspot_plus {
	height: 100px;
	width: 100px;
	position: absolute;
	background: url("../img/hotspot_plus.png") no-repeat;
	-webkit-animation: play 1.5s steps(34) infinite;
	-moz-animation: play 1.5s steps(34) infinite;
	-ms-animation: play 1.5s steps(34) infinite;
	-o-animation: play 1.5s steps(34) infinite;
	animation: play 1.5s steps(34) infinite;
	-moz-transform: scale(0.65);
	-ms-transform: scale(0.65);
	-o-transform: scale(0.65);
	-webkit-transform: scale(0.65);
	transform: scale(0.65);
	cursor: pointer;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

	.hotspot_plus:hover {
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		-moz-transform: scale(0.95);
		-ms-transform: scale(0.95);
		-o-transform: scale(0.95);
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
	}

@-webkit-keyframes play {
	from {
		background-position: 0 0;
	}

	to {
		background-position: 0 -3400px;
	}
}

@-moz-keyframes play {
	from {
		background-position: 0 0;
	}

	to {
		background-position: 0 -3400px;
	}
}

@-ms-keyframes play {
	from {
		background-position: 0 0;
	}

	to {
		background-position: 0 -3400px;
	}
}

@keyframes play {
	from {
		background-position: 0 0;
	}

	to {
		background-position: 0 -3400px;
	}
}

.hotspot_plus#lavastoviglie {
	top: calc(50% - 50px);
	left: calc(15% - 50px);
}

.hotspot_plus#forni {
	top: calc(35% - 50px);
	left: calc(25% - 50px);
}

.hotspot_plus#piani {
	top: calc(50% - 50px);
	left: calc(40% - 50px);
}

.hotspot_plus#freddo {
	top: calc(35% - 50px);
	left: calc(50% - 50px);
}

#feature {
	height: calc(100% - 110px);
	width: 100%;
	background-color: rgba(5,19,23,0.9);
	position: absolute;
	z-index: 1;
	top: 40px;
	display: none;
	opacity: 0;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
}

	#feature.open {
		-webkit-transition: all 0.8s ease;
		-moz-transition: all 0.8s ease;
		-o-transition: all 0.8s ease;
		transition: all 0.8s ease;
		display: block;
		opacity: 1;
	}

	#feature #close {
		background-image: url("../img/perfect/close.jpg");
		position: absolute;
		top: 0;
		right: 0;
		cursor: pointer;
		height: 39px;
		width: 40px;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

		#feature #close:hover {
			-moz-transform: rotate(180deg);
			-ms-transform: rotate(180deg);
			-o-transform: rotate(180deg);
			-webkit-transform: rotate(180deg);
			transform: rotate(180deg);
			-webkit-transition: all 0.5s ease;
			-moz-transition: all 0.5s ease;
			-o-transition: all 0.5s ease;
			transition: all 0.5s ease;
		}

	#feature .col {
		height: 100%;
		width: 50%;
		float: left;
		display: table;
	}

		#feature .col .content {
			display: table-cell;
			vertical-align: middle;
		}


			#feature .col .content h2, #feature .col .content p {
				margin-left: 40px;
				max-width: 500px;
			}

.picto {
	height: 166px;
	width: 166px;
	float: left;
	cursor: pointer;
	margin: 10px;
}

	.picto:hover {
		opacity: 0.7;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

	
	.picto#homeConnect {
		background-image: url("../img/perfect/homeconnect.jpg");
	}

	/* LAVASTOVIGLIE */

	.picto#duoPower {
		background-image: url("../img/icons/lavastoviglie/duopower.jpg");
	}					
	.picto#timelight {				
		background-image: url("../img/icons/lavastoviglie/timelight.jpg");
	}					
	.picto#openAssist {				 
		background-image: url("../img/icons/lavastoviglie/openAssist.jpg");
	}				
	.picto#zeolite {				
		background-image: url("../img/icons/lavastoviglie/zeolite.jpg");
	}							
	.picto#varioPlus {				  
		background-image: url("../img/icons/lavastoviglie/variospeedplus.jpg");
	}
	.picto#touchpoints {				  
		background-image: url("../img/icons/lavastoviglie/touchpoints.jpg");
	}
	.picto#emotion {				  
		background-image: url("../img/icons/lavastoviglie/emotionlight.jpg");
	}

	/* FREDDO */

	.picto#hyperfresh {				  
		background-image: url("../img/icons/freddo/hyperfresh.jpg");
	}
	.picto#hyperfreshplus {				  
		background-image: url("../img/icons/freddo/hyperfreshplus.jpg");
	}
	.picto#hyperfreshpremium {				  
		background-image: url("../img/icons/freddo/hyperfreshpremium.jpg");
	}
	.picto#nofrost {				  
		background-image: url("../img/icons/freddo/nofrost.jpg");
	}

	/* PIANI */

	.picto#combizone {				  
		background-image: url("../img/icons/piani/Combi-Zone.jpg");
	}
	.picto#duallight {				  
		background-image: url("../img/icons/piani/Dual-lightSlider.jpg");
	}
	.picto#flexinductionplus {				  
		background-image: url("../img/icons/piani/flexInduction-Plus.jpg");
	}
	.picto#flexinduction {				  
		background-image: url("../img/icons/piani/flexInduction.jpg");
	}
	.picto#stepFlame {				  
		background-image: url("../img/icons/piani/stepFlameTechnology.jpg");
	}
	.picto#TFT {				  
		background-image: url("../img/icons/piani/TFT-Touchdisplay.jpg");
	}
	.picto#frying {				  
		background-image: url("../img/icons/piani/frying.jpg");
	}

	/* FORNI */

	.picto#variospeed {				  
		background-image: url("../img/icons/forni/variospeed.jpg");
	}
	.picto#coolstart {				  
		background-image: url("../img/icons/forni/coolStart.jpg");
	}
	.picto#activeclean1 {				  
		background-image: url("../img/icons/forni/activeclean_1.jpg");
	}
	.picto#activeclean2 {				  
		background-image: url("../img/icons/forni/activeclean_2.jpg");
	}
	.picto#d4 {				  
		background-image: url("../img/icons/forni/4d.jpg");
	}
	.picto#fullsteam {				  
		background-image: url("../img/icons/forni/fullsteam.jpg");
	}
	.picto#pulsesteam {				  
		background-image: url("../img/icons/forni/pulsesteam.jpg");
	}

#videoBox {
	width: 853px;
	height: 480px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 99999;
	box-shadow: 0px 0px 10px;
	display: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#closeVideo {
	background-image: url("../img/perfect/closeVideo.png");
	width: 25px;
	height: 25px;
	position: absolute;
	top: -35px;
	right: -35px;
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

	#closeVideo:hover {
		opacity: 0.7;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

.block {
	display: block !important;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1280px) {

	.box {
		bottom: auto;
	}

	#playVideo {
		bottom: 120px;
	}

	#intro {
		background-image: url("../img/perfect/bg-tablet.jpg");
		background-size: cover;
		background-position: center center;
	}

	.picto {
		height: 122px;
		width: 122px;
		background-size: cover;
	}

}
