/* CSS Document */

.rw-sentence-IE{
	display: none;
	padding: 30px;
}
.rw-wrapper{
	width: 80%;
	position: relative;
	margin: 0px auto 0 auto;
	padding: 10px;
}
.rw-sentence{
	margin: 0;
}
.rw-sentence span{
	text-align: center;
	color: rgba(255,255,255,1);
	font-family: 'Trocchi';
	white-space: nowrap;
	text-shadow: 2px 5px 10px rgba(0,0,0,0.1);
}
.rw-sentence > span{
	position: absolute;
}
.rw-sentence > span:first-child{
	font-size: 700%;
	color: rgba(0,153,255,0.8);
}
.rw-sentence > span:nth-child(2){
	top: 320px;
	left: 300px;
	font-size: 300%;
	color: rgba(0,153,255, 1);
}
.rw-sentence > span:nth-child(3){
	top: 185px;
	left: 65px;
	font-size: 600%;
	color: rgba(255,255,255,0.8);
}
.rw-sentence > span:last-child{
	top: 435px;
	left: 550px;
	font-size: 200%;
	color: rgba(237,234,168, 0.9);
}
.rw-words{
	position: absolute;
	top: 400px;
	height: 80px;
	width: 400px;
}
.rw-words span{
	position: absolute;
	font-size: 500%;
	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: 1490px){
	.rw-sentence > span:first-child { font-size: 500%; left: 0px;top:100px;}
	.rw-sentence > span:nth-child(2) { font-size: 300%; top: 310px; left: 130px; }
	.rw-words { left: 0; top: 400px;font-size: 150%; }
	.rw-words span { font-size: 250%; }
}
@media screen and (max-width: 1100px){
	.rw-sentence > span:first-child { font-size: 400%; left: 0px;}
	.rw-sentence > span:nth-child(2) { font-size: 250%; top: 280px; left: 50px; }
	.rw-words { left: 0; top: 380px;font-size: 150%; }
	.rw-words span { font-size: 200%; }
}
@media screen and (max-width: 870px){
	.rw-sentence > span:first-child { font-size: 350%; left: 0px;}
	.rw-sentence > span:nth-child(2) { font-size: 200%; top: 250px; left: 60px; }
	.rw-words { left: 0; top: 320px;font-size: 150%; }
	.rw-words span { font-size: 170%; }
}
@media screen and (max-width: 740px){
	.rw-sentence > span:first-child { font-size: 300%; left: 0px; top:150px;}
	.rw-sentence > span:nth-child(2) { font-size: 150%; top: 290px; left: 30px; }
	.rw-words { left: 0; top: 340px;font-size: 150%; }
	.rw-words span { font-size: 150%; }
}
@media screen and (max-width: 660px){
	.rw-sentence > span:first-child { font-size: 230%; left: 0px; top:150px;}
	.rw-sentence > span:nth-child(2) { font-size: 120%; top: 250px; left: 60px; }
	.rw-words { left: 0; top: 290px; }
	.rw-words span { font-size: 120%; }
}
@media screen and (max-width: 600px){
	.rw-sentence > span:first-child { font-size: 330%; left: 0px; top:150px;}
	.rw-sentence > span:nth-child(2) { font-size: 180%; top: 250px; left: 50px; }
	.rw-words { left: 60px; top: 310px; }
	.rw-words span { font-size: 120%; }
}
@media screen and (max-width: 500px){
	.rw-sentence > span:first-child { font-size: 280%; left: 0px; top:150px;}
	.rw-sentence > span:nth-child(2) { font-size: 150%; top: 250px; left: 50px; }
	.rw-words { left: 60px; top: 300px; }
	.rw-words span { font-size: 100%; }
}
@media screen and (max-width: 420px){
	.rw-sentence > span:first-child { font-size: 200%; left: 0px; top:150px;}
	.rw-sentence > span:nth-child(2) { font-size: 100%; top: 220px; left: 50px; }
	.rw-words { left: 10px; top: 250px; }
	.rw-words span { font-size: 100%; }
}
@media screen and (max-width: 320px){
	.rw-sentence > span:first-child { font-size: 180%; left: 0px; top:150px;}
	.rw-sentence > span:nth-child(2) { font-size: 100%; top: 220px; left: 50px; }
	.rw-words { left: 10px; top: 250px; }
	.rw-words span { font-size: 85%; }
}