
#intro, #intro_contenuto {
	/* background-image: url('../img/progetto/intro-progetti.jpg'); */
	background-size: cover;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	/*transition:all .8s ease-in-out;*/
}

	#intro_contenuto .blurred {
		position: fixed;
		width: 100%;
	}

.turntable {
	margin: auto;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

	.turntable ul {
		padding: 0px;
		margin: 0px;
	}

		.turntable ul li {
			list-style-type: none;
			display: none;
		}

			.turntable ul li img {
				width: 100%;
			}

			.turntable ul li.active {
				display: block;
			}

#frecciaR {
	background: url("../img/progetto/freccia-left.png");
	height: 44px;
	width: 21px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 5em;
}

#frecciaL {
	background: url("../img/progetto/freccia-right.png");
	height: 44px;
	width: 22px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 65%;
	-moz-animation: blinker 1.5s linear infinite;
	-o-animation: blinker 1.5s linear infinite;
	-webkit-animation: blinker 1.5s linear infinite;
	animation: blinker 1.5s linear infinite;
	/*right: 5em;*/
}

@-webkit-keyframes blinker {
	50% {
		opacity: 0.5;
	}
}

@-moz-keyframes blinker {
	50% {
		opacity: 0.5;
	}
}

@-ms-keyframes blinker {
	50% {
		opacity: 0.5;
	}
}

@keyframes blinker {
	50% {
		opacity: 0.5;
	}
}

#rotate {
	background: url("../img/progetto/spritesheet.png");
	height: 161px;
	width: 79px;
	position: absolute;
	top: 50%;
	/* bottom: 0; */
	left: 65%;
	margin: auto;
	-webkit-animation: play 2s steps(23) infinite;
	-moz-animation: play 2s steps(23) infinite;
	-ms-animation: play 2s steps(23) infinite;
	-o-animation: play 2s steps(23) infinite;
	animation: play 2s steps(23) infinite;
}

@-webkit-keyframes play {
	from {
		background-position: 0;
	}

	to {
		background-position: -2057px;
	}
}

@-moz-keyframes play {
	from {
		background-position: 0;
	}

	to {
		background-position: -2057px;
	}
}

@-ms-keyframes play {
	from {
		background-position: 0;
	}

	to {
		background-position: -2057px;
	}
}

@keyframes play {
	from {
		background-position: 0;
	}

	to {
		background-position: -2048px;
	}
}

#fullpage { /* position: absolute !important; */ /* 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: 132px;
	width: 401px;
	background-color: rgba(30,42,46,0.8);
	position: absolute;
	bottom: 0;
	top: 50%;
	margin: auto;
	padding: 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#exp {
	background: url("../img/progetto/bg-experience.jpg");
	background-size: cover;
}

.section#card {
	background: url("../img/progetto/bg-cardboard.jpg");
	background-size: cover;
}

.section#where {
	background: url("../img/progetto/bg-dove.jpg");
	background-size: cover;
}

.section#euro .fp-tableCell {
	vertical-align: top;
	background: url("../img/progetto/bg-dove2.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;
}

	.deepBox .link {
		width: 100%;
		height: 20px;
		background-color: #4c5960;
		bottom: 0;
		margin-left: -10px;
		margin-top: 10px;
		padding: 10px;
		cursor: pointer;
	}

		.deepBox .link a {
			font-family: 'SiemensSansBold';
			font-size: 11px;
			line-height: 19px;
		}

#exp .deepBox, #card .deepBox {
	right: 40px;
	width: 364px;
	height: 316px;
}

#where .deepBox {
	left: 40px;
	width: 364px;
	height: 316px;
}

#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;
}

	.videoWrapper iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}


.thumbs {
	width: 100%;
	padding: 82px 5px 100px 5px;
	position: relative;
	background-color: white;
	max-height: calc(100vh - 158px);
	overflow: hidden;
}

	.thumbs a, .thumbs .div {
		width: 19.45%;
		height: 240px;
		display: inline-block;
		margin: 1px 1px 4px;
		position: relative;
		text-decoration: none;
		background-position: center center;
		background-repeat: no-repeat;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		background-size: cover;
		text-align: left;
		overflow: hidden;
		background-color: black;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}

		.thumbs a.double, .thumbs div.double {
			width: 39.4%;
			height: 240px;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			overflow: hidden;
		}

		.thumbs div.double {
			padding: 55px 20px;
		}

		.thumbs a:hover {
			background-position: 0 0;
			-webkit-transition: all 0.5s;
			-moz-transition: all 0.5s;
			-o-transition: all 0.5s;
			transition: all 0.5s;
		}

.placeholder img {
	box-shadow: 0px 0px 10px;
	max-width: 85% !important;
	max-height:80% !important;
}

#galleryOverlay {
	background-color: rgba(18,28,32,0.95) !important;
}

#fadeImgs {
	width: 39.45%;
	height: 485px;
	position: absolute;
	margin-top: 1px;
	left: 20%;
	background-size: cover;
	z-index: 1;
	top: 245px;
}

/*#play360 {
	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;
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	-o-transform: scale(0.7);
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
	z-index: 2;
}

	#play360:hover {
		opacity: 1;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		cursor: pointer;
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}*/

#close-gallery {
	background-image: url("../img/perfect/closeVideo.png");
	width: 25px;
	height: 25px;
	position: absolute;
	cursor: pointer;
	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;
}

	#close-gallery: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;
	}

#mini-box {
	width: 310px;
	height: 108px;
	top: 0;
	bottom: 0;
	position: absolute;
	left: 50%;
	right: 0;
	background-image: url("../img/progetto/bg-minibox.png");
	margin: auto;
	display: none;
}

	.close {
		background-image: url("../img/perfect/close.jpg");
		position: absolute;
		top: 39px;
		right: 0;
		cursor: pointer;
		z-index: 10;
		height: 39px;
		width: 40px;
		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;
	}

		.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;
		}

@media only screen and (min-device-width : 768px) and (max-device-width : 1200px) {

	.thumbs a, .thumbs div {
		margin: 0 0 4px;
	}

	#fadeImgs {
		top: 247px;
	}
}


.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;
	}
}

/*@media (max-device-height : 769px) {
	.placeholder img {
		box-shadow: 0px 0px 10px;
		max-width: 75% !important;
	}
}*/


#euro .box {
    height: 146px;
    width: 401px;
    background-color: rgba(30,42,46,0.8);
    position: absolute;
    bottom: 50%;
    top: 0;
    margin: auto;
    padding: 15px;
    right: calc(23% - 200px);
    display:block !important;
}

#euro .box .link {
    width: 100%;
    height: 20px;
    background-color: #4c5960;
    bottom: 0;
    margin-left: -15px;
    margin-top: 10px;
    padding: 10px 15px;
    cursor: pointer;
}

#euro .box .link a {
    font-family: 'SiemensSansBold';
    font-size: 12px;
    line-height: 19px;
    text-decoration: none;
    color: white;
}

.box2 {
	height: 64px;
	width: 279px;
	background-color: rgba(30,42,46,0.8);
	position: absolute;
	padding: 15px;
	cursor: pointer;
	text-align: right;
	font-family:'SiemensSerifSemibold';
	font-size:13px;
	line-height: 22px;
}

	.box2 .big {
		font-size:24px;
	}

	.box2 .border-right {
		width:2px;
		height:100%;
		background-color: #4c5960;
		position:absolute;
		right:0;
		top:0;
	}

	.box2 .border-top {
		width:5px;
		height:2px;
		background-color: #4c5960;
		position:absolute;
		top:0;
		right:0;
	}

	.box2 .border-bottom {
		width:5px;
		height:2px;
		background-color: #4c5960;
		position:absolute;
		bottom:0;
		right:0;
	}

	.box2 .text {
		padding-top:10px;
	}

	.box2 .under {
		height:50px;
		width: calc(100% - 15px);
		position:absolute;
		bottom:-50px;
		background-color: rgba(30,42,46,0.8);
		left: 0;
		padding-right: 15px;
		opacity: 0;
		font-family: 'SiemensSansBold';
		line-height:18px;
		-webkit-transition: all 1s;
		-moz-transition: all 1s;
		-o-transition: all 1s;
		transition: all 1s;
	}

	.box2:hover .border-bottom {
		opacity:0;
	}

	.box2:hover .under {
		-webkit-transition: all 1s;
		-moz-transition: all 1s;
		-o-transition: all 1s;
		transition: all 1s;
		opacity: 1;
	}

	.box2 .under .border-right {
		width:2px;
		height:100%;
		background-color: #4c5960;
		position:absolute;
		right:0;
		top:0;
	}

	.box2 .under .border-bottom {
		width:5px;
		height:2px;
		background-color: #4c5960;
		position:absolute;
		bottom:0;
		right:0;
	}

	.box2:hover .under .border-bottom {
		opacity:1;
	}

.box2#euroc {
	top:20%;
	left:10%;
}

.box2#ifa {
	top:50%;
	left:35%;
}

#ifaber {	top: 0;	right: -90px;
}

#eurocucina {	top: 0;	right: -90px;
}