#contspazio {
	width: 80%;
	clear: both;
	margin-top: 50px;
	margin-bottom: 0px;
	height: 800px;
}
.rw-wrapper{
	width: 80%;
	position: relative;
	padding: 10px;
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: 5px;
	top: 150px;
}
.rw-sentence{
	margin: 0;
}
.rw-sentence span{
	text-align: center;
	color: rgba(255,255,255,1);
	font-family: Roboto, "Roboto Condensed Light", "Roboto Light", "Roboto Thin";
	white-space: nowrap;
	text-shadow: 2px 5px 10px rgba(0,0,0,0.1);
}
.rw-sentence > span{
	position: absolute;
}
.rw-sentence > span:first-child{
	top: 0px;
	left: 50px;
	font-size: 500%;
	color: rgba(255,255,255,0.6);
	font-weight: normal;
	text-transform: none;
}
.rw-sentence > span:nth-child(2){
	top: 160px;
	left: 300px;
	font-size: 250%;
	color: rgba(191,218,206, 0.7);
}
.rw-sentence > span:nth-child(3){
	top: 185px;
	font-size: 100%;
	color: rgba(255,255,255,0.8);
	text-align: right;
	right: 10px;
}
.rw-sentence > span:last-child{
	top: 435px;
	font-size: 150%;
	color: rgba(237,234,168, 0.9);
	font-family: Roboto, "Roboto Condensed Light", "Roboto Light", "Roboto Thin";
	font-style: italic;
	font-weight: normal;
	text-transform: none;
	margin-right: auto;
	margin-left: auto;
}
.rw-words{
	position: absolute;
	left: 20px;
	top: 250px;
	height: 80px;
	width: 350px;
	-webkit-perspective: 800px;
	perspective: 800px;
}
.rw-words span{
	position: absolute;
	font-size: 350%;
	color: transparent;
	text-shadow: 0px 0px 80px rgba(255,255,255,1);
	opacity: 0;
	-webkit-animation: rotateWord 18s linear infinite 0s;
	-ms-animation: rotateWord 18s linear infinite 0s;
	animation: rotateWord 18s linear infinite 0s;
}
.rw-words span:nth-child(2) { 
    -webkit-animation-delay: 3s; 
	-ms-animation-delay: 3s; 
	animation-delay: 3s; 
}
.rw-words span:nth-child(3) { 
    -webkit-animation-delay: 6s; 
	-ms-animation-delay: 6s; 
	animation-delay: 6s; 
}
.rw-words span:nth-child(4) { 
    -webkit-animation-delay: 9s; 
	-ms-animation-delay: 9s; 
	animation-delay: 9s; 
}
.rw-words span:nth-child(5) { 
    -webkit-animation-delay: 12s; 
	-ms-animation-delay: 12s; 
	animation-delay: 12s; 
}
.rw-words span:nth-child(6) { 
    -webkit-animation-delay: 15s; 
	-ms-animation-delay: 15s; 
	animation-delay: 15s; 
}
@-webkit-keyframes rotateWord {
    0% { opacity: 0; -webkit-animation-timing-function: ease-in; -webkit-transform: translateY(-200px) translateZ(300px) rotateY(-120deg); }
    5% { opacity: 1; -webkit-animation-timing-function: ease-out; -webkit-transform: translateY(0px) translateZ(0px) rotateY(0deg); }
	6% { text-shadow: 0px 0px 0px rgba(255,255,255,1); color: #fff; }
    17% { opacity: 1; text-shadow: 0px 0px 0px rgba(255,255,255,1); color: #fff; }
    20% { opacity: 0; }
    100% { opacity: 0; }
}
@-ms-keyframes rotateWord {
    0% { opacity: 0; -ms-animation-timing-function: ease-in; -ms-transform: translateY(-200px) translateZ(300px) rotateY(-120deg); }
    5% { opacity: 1; -ms-animation-timing-function: ease-out; -ms-transform: translateY(0px) translateZ(0px) rotateY(0deg); }
	6% { text-shadow: 0px 0px 0px rgba(255,255,255,1); color: #fff; }
    17% { opacity: 1; text-shadow: 0px 0px 0px rgba(255,255,255,1); color: #fff; }
    20% { opacity: 0; }
    100% { opacity: 0; }
}
@keyframes rotateWord {
    0% { opacity: 0; -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; -webkit-transform: translateY(-200px) translateZ(300px) rotateY(-120deg); transform: translateY(-200px) translateZ(300px) rotateY(-120deg); }
    5% { opacity: 1; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; -webkit-transform: translateY(0px) translateZ(0px) rotateY(0deg); transform: translateY(0px) translateZ(0px) rotateY(0deg); }
	6% { text-shadow: 0px 0px 0px rgba(255,255,255,1); color: #fff; }
    17% { opacity: 1; text-shadow: 0px 0px 0px rgba(255,255,255,1); color: #fff; }
    20% { opacity: 0; }
    100% { opacity: 0; }
}
@media screen and (max-width: 1060px){
	.rw-sentence > span:first-child { font-size: 400%; left: 0px;}
	.rw-sentence > span:nth-child(2) { font-size: 200%; top: 125px; left: 30px; }
	.rw-sentence > span:nth-child(3) { top: 165px; left: 40px; font-size: 105%; }
	.rw-words { left: 95px; top: 191px; }
	.rw-words span { font-size: 250%; }
	.rw-sentence > span:last-child { top: 290px; left: 30px; }
}
@media screen and (max-width: 800px){
	.rw-sentence > span:first-child { font-size: 300%; left: 0px;}
	.rw-sentence > span:nth-child(2) { font-size: 150%; top: 125px; left: 230px; }
	.rw-sentence > span:nth-child(3) { top: 155px; left: 550px; font-size: 65%; }
	.rw-words {
	left: 55px;
	top: 191px;
	text-align: left;
}
	.rw-words span { font-size: 250%; }
	.rw-sentence > span:last-child { top: 310px; left: 30px; }
}
@media screen and (max-width: 600px){
	.rw-sentence > span:first-child { font-size: 250%; left: 0px;}
	.rw-sentence > span:nth-child(2) { font-size: 100%; top: 125px; left: 230px; }
	.rw-sentence > span:nth-child(3) { top: 155px; left: 450px; font-size: 65%; }
	.rw-words {
	left: 55px;
	top: 191px;
	text-align: left;
}
	.rw-words span { font-size: 160%; }
	.rw-sentence > span:last-child { top: 310px; left: 10px; }
.imglogo {
	width: 80px;
}
#contspazio {
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 500px;
}
.navbar-default .navbar-brand {
	font-family: Roboto;
	color: #FFFFFF;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 80px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
	text-transform: uppercase;
}
.benvenuti {
	top: 420px;
}
.benvenuti p {
	font-size: 2em;
	padding: 5px;
	
}

}

@media screen and (max-width: 400px){
	.rw-sentence > span:first-child { font-size: 150%; left: 0px;}
	.rw-sentence > span:nth-child(2) { font-size: 50%; top: 50px; left: 10px; }
	.rw-sentence > span:nth-child(3) { top: 56px; left: 140px; font-size: 50%; }
	.rw-words {
	left: 5px;
	top: 76px;
	text-align: left;
}
	.rw-words span { font-size: 100%; }
	.rw-sentence > span:last-child { top: 126px; left: 10px; font-size: 70%; }
.imglogo {
	width: 50px;
}
#contspazio {
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 300px;
}
.navbar-default .navbar-brand {
	font-family: Roboto;
	color: #FFFFFF;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 80px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
	text-transform: uppercase;
}
.benvenuti {
	top: 250px;
}
.benvenuti p {
	font-size: 1.5em;
	padding: 2px;
	
}
.rw-wrapper{
	top: 100px;
}

}
.imglogo {
	max-width: 100%;
	margin-right: 10px;
	margin-bottom: 10px;
}
.cons {
	color: aliceblue;
	padding-left: 10px;
}
