
.rw-wrapper{
/*	width: 80%; /**/
	height:							230px;
}


.rw-words{

	display: inline; 
/*	text-indent: 10px;/**/
}

.rw-words span{
	opacity: 						0;
	overflow: 						hidden;
/*	width:							100%; /**/
	font: 							normal 1.8em "Elektra";
	color: 							#fff; 	
  	text-decoration:				none;
	text-transform:					uppercase;
	text-align:						center;	
}

.rw-words-1 span{
	position: absolute;
		top:					70px;	
		left:					35%;
		right:					auto;
	-webkit-animation: rotateWordsFirst 18s linear infinite 0s;
	-ms-animation: rotateWordsFirst 18s linear infinite 0s;
	animation: rotateWordsFirst 18s linear infinite 0s;
}
.rw-words-2 span{
	position:					absolute;
	top:					120px;	
			left:					40%;
		right:					auto;
	-webkit-animation: rotateWordsSecond 18s linear infinite 0s;
	-ms-animation: rotateWordsSecond 18s linear infinite 0s;
	animation: rotateWordsSecond 18s linear infinite 0s;
}
.rw-words span:nth-child(2) { 
    -webkit-animation-delay: 3s; 
	-ms-animation-delay: 3s; 
	animation-delay: 3s; 
	color: #fff;
}
.rw-words span:nth-child(3) { 
    -webkit-animation-delay: 6s; 
	-ms-animation-delay: 6s; 
	animation-delay: 6s; 
	color: #fff;	
}
.rw-words span:nth-child(4) { 
    -webkit-animation-delay: 9s; 
	-ms-animation-delay: 9s; 
	animation-delay: 9s; 
	color: #fff;
}

@-webkit-keyframes rotateWordsFirst {
    0% { opacity: 1; 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; 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; 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; animation-timing-function: ease-in; height: 0px; }
    10% { opacity: 0.3; height: 0px; }
    20% { opacity: 1; height: 100%; }
    27% { opacity: 0; height: 100%; }
    100% { opacity: 0; }
}
@-ms-keyframes rotateWordsSecond {
    0% { opacity: 1; animation-timing-function: ease-in; height: 0px; }
    10% { opacity: 0.3; height: 0px; }
    20% { opacity: 1; height: 100%; }
    27% { opacity: 0; height: 100%; }
    100% { opacity: 0; }
}
@keyframes rotateWordsSecond {
    0% { opacity: 1; animation-timing-function: ease-in; height: 0px; }
    10% { opacity: 0.3; height: 0px; }
    20% { opacity: 1; height: 100%; }
    27% { opacity: 0; height: 100%; }
    100% { opacity: 0; }
}
