@charset "UTF-8";
/* CSS Document */
#lampadario {
	position: fixed;
	left: 50%;
	top: 0;
}
#filo {
	position: relative;
	background-color: rgba(255,255,255,.5);
	width: 2px;
	height: 160px;
	left: 50%;
	margin-left: -1px;
	z-index: 1;
	-webkit-transform-origin: 0% 0%;
	   -moz-transform-origin: 0% 0%;
		-ms-transform-origin: 0% 0%;
		 -o-transform-origin: 0% 0%;
			transform-origin: 0% 0%;
	-webkit-animation: oscillaFilo .9s ease-in-out 0s infinite alternate;
	   -moz-animation: oscillaFilo .9s ease-in-out 0s infinite alternate;
		-ms-animation: oscillaFilo .9s ease-in-out 0s infinite alternate;
		 -o-animation: oscillaFilo .9s ease-in-out 0s infinite alternate;
			animation: oscillaFilo .9s ease-in-out 0s infinite alternate;
}
#filo:after {
	content: " ";
	left: -4px;
	top: 98%;
	position: absolute;
	border-bottom: 12px solid rgba(255,255,255,.5);
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	width: 5px;
	height: 0;
}
#lampadina {
	position:relative;
}
input[value="off"]:checked ~
#filo {
	-webkit-box-shadow: -80px -10px 6px 0 rgba(0,0,0,0.15);
	   -moz-box-shadow: -80px -10px 6px 0 rgba(0,0,0,0.15);
		-ms-box-shadow: -80px -10px 6px 0 rgba(0,0,0,0.15);
		 -o-box-shadow: -80px -10px 6px 0 rgba(0,0,0,0.15);
			box-shadow: -80px -10px 6px 0 rgba(0,0,0,0.15);
}
input[value="off"]:checked ~
#filo:after {
	-webkit-box-shadow: -80px -10px 15px -2px rgba(0,0,0,0.1);
	   -moz-box-shadow: -80px -10px 15px -2px rgba(0,0,0,0.1);
		-ms-box-shadow: -80px -10px 15px -2px rgba(0,0,0,0.1);
		 -o-box-shadow: -80px -10px 15px -2px rgba(0,0,0,0.1);
			box-shadow: -80px -10px 15px -2px rgba(0,0,0,0.1);
}

input {
	position: absolute;
	width: 90px;
	height: 70px;
	top: 160px;
	margin-left:-45px;
	opacity: 0;
	z-index: 1;
	cursor: pointer;
}

input[value="on"] {
	top: 160px;
}
input[value="off"] {
	top: -100px;
}
input[value="on"]:checked {
	top: -100px;
}
input[value="on"]:checked + input[value="off"] {
	top: 160px;
}
label i{width:30px;height:30px;top:24px;left:27px;position: absolute;}
label {
	width: 80px;
	height: 80px;
	position: absolute;
	font-size: 12px;
	font-weight: 300;
	line-height: 124px;
	top: 169px;
	left: 0;
	margin-left: -40px;
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
		-ms-border-radius: 100%;
		 -o-border-radius: 100%;
			border-radius: 100%;
	-webkit-animation: oscillaLampadina .9s ease-in-out 0s infinite alternate;
	   -moz-animation: oscillaLampadina .9s ease-in-out 0s infinite alternate;
		-ms-animation: oscillaLampadina .9s ease-in-out 0s infinite alternate;
		 -o-animation: oscillaLampadina .9s ease-in-out 0s infinite alternate;
			animation: oscillaLampadina .9s ease-in-out 0s infinite alternate;
}           
input[value="off"]:checked ~
label {
	background: rgba(255,255,255,0.02);
	-webkit-box-shadow: inset 0px 2px 6px rgba(255,255,255,0.4), inset 0px 4px 20px rgba(255,255,255,0.1), -80px -15px 15px -5px rgba(0,0,0,0.3);
	   -moz-box-shadow: inset 0px 2px 6px rgba(255,255,255,0.4), inset 0px 4px 20px rgba(255,255,255,0.1), -80px -15px 15px -5px rgba(0,0,0,0.3);
		-ms-box-shadow: inset 0px 2px 6px rgba(255,255,255,0.4), inset 0px 4px 20px rgba(255,255,255,0.1), -80px -15px 15px -5px rgba(0,0,0,0.3);
		 -o-box-shadow: inset 0px 2px 6px rgba(255,255,255,0.4), inset 0px 4px 20px rgba(255,255,255,0.1), -80px -15px 15px -5px rgba(0,0,0,0.3);
			box-shadow: inset 0px 2px 6px rgba(255,255,255,0.4), inset 0px 4px 20px rgba(255,255,255,0.1), -80px -15px 15px -5px rgba(0,0,0,0.3);
}
input[value="on"]:checked ~
label {
	background: rgba(255,255,255,1);
	-webkit-box-shadow: 0px 0px 10px rgba(255,255,255,0.9), 0px 0px 30px rgba(255,255,255,0.8), 0px 0px 50px rgba(255,255,255,0.6), 0px 0px 70px rgba(255,255,255,0.6), -80px -15px 120px 0px rgba(255,255,255,0.3);
	   -moz-box-shadow: 0px 0px 10px rgba(255,255,255,0.9), 0px 0px 30px rgba(255,255,255,0.8), 0px 0px 50px rgba(255,255,255,0.6), 0px 0px 70px rgba(255,255,255,0.6), -80px -15px 120px 0px rgba(255,255,255,0.3);
		-ms-box-shadow: 0px 0px 10px rgba(255,255,255,0.9), 0px 0px 30px rgba(255,255,255,0.8), 0px 0px 50px rgba(255,255,255,0.6), 0px 0px 70px rgba(255,255,255,0.6), -80px -15px 120px 0px rgba(255,255,255,0.3);
		 -o-box-shadow: 0px 0px 10px rgba(255,255,255,0.9), 0px 0px 30px rgba(255,255,255,0.8), 0px 0px 50px rgba(255,255,255,0.6), 0px 0px 70px rgba(255,255,255,0.6), -80px -15px 120px 0px rgba(255,255,255,0.3);
			box-shadow: 0px 0px 10px rgba(255,255,255,0.9), 0px 0px 30px rgba(255,255,255,0.8), 0px 0px 50px rgba(255,255,255,0.6), 0px 0px 70px rgba(255,255,255,0.6), -80px -15px 120px 0px rgba(255,255,255,0.3);
}

input[value="off"]:checked ~
label:after {
	content: " ";
	width: 20px;
	height: 20px;
	top: 0;
	position: absolute;
	left: 0;
	margin-left: 30px;
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
		-ms-border-radius: 100%;
		 -o-border-radius: 100%;
			border-radius: 100%;
	border: 1px solid rgba(255,255,255,0.08);
}
#sorpresa {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
input[value="off"]:checked ~
#lampadina #sorpresa {
	opacity: 0;
}
input[value="on"]:checked ~
#lampadina #sorpresa {
	opacity: 1;
}

#doctexts{position:absolute;top:279px;left:0;width:240px;margin-left:-120px;}
input[value="off"]:checked ~
#doctexts p{color:rgba(255,255,255,.5);font-size:14px;line-height:24px;text-align:left;}
input[value="on"]:checked ~
#doctexts p{color:#fff;font-size:14px;line-height:24px;text-align:left;}

#footer {
	position: fixed;
	width: 90%;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	text-align: center;
	bottom: 20%;
	padding: 0 5%;
	margin: 0;
	z-index:1;
}
#shadow {
	position: fixed;
	width: 90%;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	text-align: center;
	bottom: 19.2%;
	padding: 0 5%;
	margin: 0;
	color:rgba(0,0,0,0);
	-webkit-text-shadow: 0px 0px 4px rgba(0,0,0,0.4);
	   -moz-text-shadow: 0px 0px 4px rgba(0,0,0,0.4);
		-ms-text-shadow: 0px 0px 4px rgba(0,0,0,0.4);
		 -o-text-shadow: 0px 0px 4px rgba(0,0,0,0.4);
			text-shadow: 0px 0px 4px rgba(0,0,0,0.4);
	-webkit-transform-origin: 50% 0px;
	   -moz-transform-origin: 50% 0px;
		-ms-transform-origin: 50% 0px;
		 -o-transform-origin: 50% 0px;
			transform-origin: 50% 0px;
	-webkit-animation: ombraTesto .9s ease-in-out 0s infinite alternate;
	   -moz-animation: ombraTesto .9s ease-in-out 0s infinite alternate;
		-ms-animation: ombraTesto .9s ease-in-out 0s infinite alternate;
		 -o-animation: ombraTesto .9s ease-in-out 0s infinite alternate;
			animation: ombraTesto .9s ease-in-out 0s infinite alternate;
}
@-webkit-keyframes oscillaFilo {
	from {
		-webkit-transform:rotate(5deg);
	} to {
		-webkit-transform:rotate(-5deg);
	}
}
@-moz-keyframes oscillaFilo {
	from {
		-moz-transform:rotate(5deg);
	} to {
		-moz-transform:rotate(-5deg);
	}
}
@-ms-keyframes oscillaFilo {
	from {
		-ms-transform:rotate(5deg);
	} to {
		-ms-transform:rotate(-5deg);
	}
}
@-o-keyframes oscillaFilo {
	from {
		-o-transform:rotate(5deg);
	} to {
		-o-transform:rotate(-5deg);
	}
}
@keyframes oscillaFilo {
	from {
		transform:rotate(5deg);
	} to {
		transform:rotate(-5deg);
	}
}

@-webkit-keyframes oscillaLampadina {
	from {
		-webkit-transform: rotate(3deg) translate(-16.4px,-1px);
	} to {
		-webkit-transform: rotate(-3deg) translate(16.4px,-1px);
	}
}
@-moz-keyframes oscillaLampadina {
	from {
		-moz-transform: rotate(3deg) translate(-16.4px,-1px);
	} to {
		-moz-transform: rotate(-3deg) translate(16.4px,-1px);
	}
}
@-ms-keyframes oscillaLampadina {
	from {
		-ms-transform: rotate(3deg) translate(-16.4px,-1px);
	} to {
		-ms-transform: rotate(-3deg) translate(16.4px,-1px);
	}
}
@-o-keyframes oscillaLampadina {
	from {
		-o-transform: rotate(3deg) translate(-16.4px,-1px);
	} to {
		-o-transform: rotate(-3deg) translate(16.4px,-1px);
	}
}
@keyframes oscillaLampadina {
	from {
		transform: rotate(3deg) translate(-16.4px,-1px);
	} to {
		transform: rotate(-3deg) translate(16.4px,-1px);
	}
}

@-webkit-keyframes ombraTesto {
	from {
		-webkit-transform: translate(1px,0px) scale(1.01,1.06) skew(0.9deg, 0deg);
	} to {
		-webkit-transform: translate(-1px,0px) scale(1.01,1.06) skew(-0.9deg, 0deg);
	}
}
@-moz-keyframes ombraTesto {
	from {
		-moz-transform: translate(1px,0px) scale(1.01,1.06) skew(0.9deg, 0deg);
	} to {
		-moz-transform: translate(-1px,0px) scale(1.01,1.06) skew(-0.9deg, 0deg);
	}
}
@-ms-keyframes ombraTesto {
	from {
		-ms-transform: translate(1px,0px) scale(1.01,1.06) skew(0.9deg, 0deg);
	} to {
		-ms-transform: translate(-1px,0px) scale(1.01,1.06) skew(-0.9deg, 0deg);
	}
}
@-o-keyframes ombraTesto {
	from {
		-o-transform: translate(1px,0px) scale(1.01,1.06) skew(0.9deg, 0deg);
	} to {
		-o-transform: translate(-1px,0px) scale(1.01,1.06) skew(-0.9deg, 0deg);
	}
}
@keyframes ombraTesto {
	from {
		transform: translate(1px,0px) scale(1.01,1.06) skew(0.9deg, 0deg);
	} to {
		transform: translate(-1px,0px) scale(1.01,1.06) skew(-0.9deg, 0deg);
	}
}