
/*.rw-wrapper{
	width: 80%;
	position: relative;
	margin: 110px auto 0 auto;
	font-family: 'Bree Serif';
	padding: 10px;
}*/
.rw-sentence{
	padding:0px;
	margin: 0;
	text-align: left;
	/*text-shadow: 1px 1px 1px rgba(255,255,255,0.8);*/
}
.rw-sentence p{
	color: #444;
	/*white-space: nowrap;*/
	font-size: 20px;
	font-weight: normal;
}
.rw-words{
	padding:0px;
	/*display: inline;*/
/*	text-indent: 10px;*/
text-align:left;
}
.rw-words p{
	position: absolute;
	opacity: 0;
	overflow: hidden;
/*	width: 100%;*/
	color: #f1922c;
	font-size: 18px;

	/*margin:0px auto 15px auto;*/
}
.rw-words-1 p{
	-webkit-animation: rotateWordsFirst 30s linear infinite 0s;
	-ms-animation: rotateWordsFirst 30s linear infinite 0s;
	animation: rotateWordsFirst 30s linear infinite 0s;
}
.rw-words-2 p{
	-webkit-animation: rotateWordsSecond 30s linear infinite 0s;
	-ms-animation: rotateWordsSecond 30s linear infinite 0s;
	animation: rotateWordsSecond 30s linear infinite 0s;
}
.rw-words p:nth-child(2) { 
    -webkit-animation-delay: 5s; 
	-ms-animation-delay: 5s; 
	animation-delay: 5s; 
	color: #e51a1a;
}
.rw-words p:nth-child(3) { 
    -webkit-animation-delay: 10s; 
	-ms-animation-delay: 10s; 
	animation-delay:10s; 
	color: #debe2a;	
}
.rw-words p:nth-child(4) { 
    -webkit-animation-delay: 15s; 
	-ms-animation-delay: 15s; 
	animation-delay: 15s; 
	color: #285643;
}
.rw-words p:nth-child(5) { 
    -webkit-animation-delay: 20s; 
	-ms-animation-delay: 20s; 
	animation-delay: 20s; 
	color: #17b569;
}
.rw-words p:nth-child(6) { 
    -webkit-animation-delay: 25s; 
	-ms-animation-delay: 25s; 
	animation-delay: 25s; 
	color: #0b968e;
}
@-webkit-keyframes rotateWordsFirst {
    0% { opacity: 1; -webkit-animation-timing-function: ease-in; height: 0px; }
    8% { opacity: 1; height: 60px; }
    19% { opacity: 1; height: 60px; }
	25% { opacity: 0; height: 60px; }
    100% { opacity: 0; }
}
@-ms-keyframes rotateWordsFirst {
    0% { opacity: 1; -ms-animation-timing-function: ease-in; height: 0px; }
    8% { opacity: 1; height: 60px; }
    19% { opacity: 1; height: 60px; }
	25% { opacity: 0; height: 60px; }
    100% { opacity: 0; }
}
@keyframes rotateWordsFirst {
    0% { opacity: 1; -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; height: 0px; }
    8% { opacity: 1; height: 60px; }
    19% { opacity: 1; height: 60px; }
	25% { opacity: 0; height: 60px; }
    100% { opacity: 0; }
}

@-webkit-keyframes rotateWordsSecond {
    0% { opacity: 1; -webkit-animation-timing-function: ease-in; width: 0px; }
    10% { opacity: 0.3; width: 0px; }
	20% { opacity: 1; width: 100%; }
    27% { opacity: 0; width: 100%; }
    100% { opacity: 0; }
}
@-ms-keyframes rotateWordsSecond {
    0% { opacity: 1; -ms-animation-timing-function: ease-in; width: 0px; }
    10% { opacity: 0.3; width: 0px; }
	20% { opacity: 1; width: 100%; }
    27% { opacity: 0; width: 100%; }
    100% { opacity: 0; }
}
@keyframes rotateWordsSecond {
    0% { opacity: 1; -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; width: 0px; }
    10% { opacity: 0.3; width: 0px; }
	20% { opacity: 1; width: 100%; }
    27% { opacity: 0; width: 100%; }
    100% { opacity: 0; }
}
@media screen and (max-width: 768px){
	.rw-sentence { font-size: 18px; }
}
@media screen and (max-width: 320px){
	.rw-sentence { font-size: 5px; }
}