
.rw-wrapper{
	width: 100%;
	position: relative;
	box-sizing:border-box;
}

.rw-sentence{
	box-sizing:border-box;
	position: relative;
	margin: 0;
}
.rw-sentence span{
	white-space: nowrap;
	top: 47%; 
	left: 50%;
	transform: translate(-50%, -50%);
	position:absolute;
}


.rw-words{
	width: 100%;
}
.rw-words span{
	width: 100%;
	opacity: 0;
}
	
.rw-words-1 span{
	-webkit-animation: rotateWordsFirst 30s infinite normal;
	-moz-animation: rotateWordsFirst 30s infinite normal;
	-o-animation: rotateWordsFirst 30s infinite normal;
	-ms-animation: rotateWordsFirst 30s infinite normal;
	animation: rotateWordsFirst 30s infinite normal;
}


.rw-words span:nth-child(1) { 
    -webkit-animation-delay: 0s ;
	-moz-animation-delay: 0s; 
	-o-animation-delay: 0s; 
	-ms-animation-delay: 0s; 
	animation-delay: 0s; 
}
.rw-words span:nth-child(2) { 
    -webkit-animation-delay: 5s ;
	-moz-animation-delay: 5s; 
	-o-animation-delay: 5s; 
	-ms-animation-delay: 5s; 
	animation-delay: 5s; 
}
.rw-words span:nth-child(3) { 
    -webkit-animation-delay: 10s; 
	-moz-animation-delay: 10s; 
	-o-animation-delay: 10s; 
	-ms-animation-delay: 10s; 
	animation-delay: 10s; 
}
.rw-words span:nth-child(4) { 
    -webkit-animation-delay: 15s;
	-moz-animation-delay: 15s; 
	-o-animation-delay: 15s; 
	-ms-animation-delay: 15s; 
	animation-delay: 15s; 
}
.rw-words span:nth-child(5) { 
    -webkit-animation-delay: 20s;
	-moz-animation-delay: 20s; 
	-o-animation-delay: 20s; 
	-ms-animation-delay: 20s; 
	animation-delay: 20s; 
}
.rw-words span:nth-child(6) { 
    -webkit-animation-delay: 25s;
	-moz-animation-delay: 25s; 
	-o-animation-delay: 25s; 
	-ms-animation-delay: 25s; 
	animation-delay: 25s; 
}



@-webkit-keyframes rotateWordsFirst {
    0% { opacity: 0; -webkit-animation-timing-function: ease-in; width: 0%;}
    5% { opacity: 1; -webkit-animation-timing-function: ease-out; width: 100%;}
    17% { opacity: 1; }
    20% { opacity: 0; }
    100% { opacity: 0; }
}
@-moz-keyframes rotateWordsFirst {
    0% { opacity: 0; -moz-animation-timing-function: ease-in; width: 0%;}
    5% { opacity: 1; -moz-animation-timing-function: ease-out; width: 100%;}
    17% { opacity: 1; }
    20% { opacity: 0; }
    100% { opacity: 0; }
}
@-o-keyframes rotateWordsFirst {
    0% { opacity: 0; -o-animation-timing-function: ease-in; width: 0%;}
    5% { opacity: 1; -o-animation-timing-function: ease-out; width: 100%;}
    17% { opacity: 1; }
    20% { opacity: 0; }
    100% { opacity: 0; }
}
@-ms-keyframes rotateWordsFirst {
    0% { opacity: 0; -ms-animation-timing-function: ease-in; width: 0%;}
    5% { opacity: 1; -ms-animation-timing-function: ease-out; width: 100%;}
    17% { opacity: 1; }
    20% { opacity: 0; }
    100% { opacity: 0; }
}
@keyframes rotateWordsFirst {
    0% { opacity: 0; animation-timing-function: ease-in; width: 0%;}
    5% { opacity: 1; animation-timing-function: ease-out; width: 100%;}
    17% { opacity: 1; }
    20% { opacity: 0; }
    100% { opacity: 0; }
}




@media screen and (max-width: 1060px){
}
@media screen and (max-width: 560px){
}
@media screen and (max-width: 400px){
}