
.rw-wrapper {
    background: none repeat scroll 0 0 #FFFFFF;
    border-left: 24px solid #56A1D5;
    box-shadow: 4px 4px 4px #DCDCDC;
    font-family: 'Zurich BT';
    /*    line-height: 81px;*/
    margin: 30px auto 0;
    padding: 10px;
    position: absolute;
    right: 0;
    width: 739px;
    z-index: 9;
    opacity: 0.9;
}
.rw-sentence {
    margin: 0;
    text-align: left;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}
.rw-sentence span {
    color: #444444;
    font-size: 104%;
    font-weight: normal;
    line-height:normal;
    color : #a1a1a1; 
}
.rw-words {
    display: inline;
    text-indent: 10px;
}
/*.rw-words-1 span {
    animation: 18s linear 0s normal none infinite rotateWord;
   
}*/
.rw-words-1 span{
    -webkit-animation: rotateWord 21s linear infinite 0s;
    -moz-animation: rotateWord 21s linear infinite 0s;
    -o-animation: rotateWord 21s linear infinite 0s;
    -ms-animation: rotateWord 21s linear infinite 0s;
    animation: rotateWord 21s linear infinite 0s;
    color: red;
    opacity: 0;
    overflow: hidden;
    position: absolute;
}
/*.rw-words-2 span{
    animation: rotateWordsSecond 24s linear infinite 0s;
}*/
.rw-words-1 span:nth-child(2) { 
    -webkit-animation-delay: 3s; 
	-moz-animation-delay: 3s; 
	-o-animation-delay: 3s; 
	-ms-animation-delay: 3s; 
	animation-delay: 3s; 
/*	color: #6b889d;*/
}
.rw-words-1 span:nth-child(3) { 
    -webkit-animation-delay: 6s; 
	-moz-animation-delay: 6s; 
	-o-animation-delay: 6s; 
	-ms-animation-delay: 6s; 
	animation-delay: 6s; 
/*	color: #6b739d;	*/
}
.rw-words-1 span:nth-child(4) { 
    -webkit-animation-delay: 9s;
	-moz-animation-delay: 9s; 
	-o-animation-delay: 9s; 
	-ms-animation-delay: 9s; 
	animation-delay: 9s; 
/*	color: #7a6b9d;*/
}
.rw-words-1 span:nth-child(5) { 
    -webkit-animation-delay: 12s; 
	-moz-animation-delay: 12s; 
	-o-animation-delay: 12s; 
	-ms-animation-delay: 12s; 
	animation-delay: 12s; 
/*	color: #8d6b9d;*/
}
.rw-words-1 span:nth-child(6) { 
    -webkit-animation-delay: 15s;
	-moz-animation-delay: 15s; 
	-o-animation-delay: 15s; 
	-ms-animation-delay: 15s; 
	animation-delay: 15s; 
/*	color: #9b6b9d;*/
}
.rw-words-1 span:nth-child(7) { 
    -webkit-animation-delay: 18s;
	-moz-animation-delay: 18s; 
	-o-animation-delay: 18s; 
	-ms-animation-delay: 18s; 
	animation-delay: 18s; 
/*	color: #9b6b9d;*/
}
/*.rw-words-1 span:nth-child(8) { 
    -webkit-animation-delay: 21s;
	-moz-animation-delay: 21s; 
	-o-animation-delay: 21s; 
	-ms-animation-delay: 21s; 
	animation-delay: 21s; 
	color: #9b6b9d;
}*/
/*.rw-words-1 span:nth-child(9) { 
    -webkit-animation-delay: 24s;
	-moz-animation-delay: 24s; 
	-o-animation-delay: 24s; 
	-ms-animation-delay: 24s; 
	animation-delay: 24s; 
	color: #9b6b9d;
}
.rw-words-1 span:nth-child(10) { 
    -webkit-animation-delay: 27s;
	-moz-animation-delay: 27s; 
	-o-animation-delay: 27s; 
	-ms-animation-delay: 27s; 
        animation-delay: 27s; 
	color: #9b6b9d;
}
.rw-words-1 span:nth-child(11) { 
    -webkit-animation-delay: 30s;
	-moz-animation-delay: 30s; 
	-o-animation-delay: 30s; 
	-ms-animation-delay: 30s; 
	animation-delay: 30s; 
	color: #9b6b9d;
}
.rw-words-1 span:nth-child(12) { 
    -webkit-animation-delay: 33s;
	-moz-animation-delay: 33s; 
	-o-animation-delay: 33s; 
	-ms-animation-delay: 33s; 
	animation-delay: 33s; 
	color: #9b6b9d;
}
.rw-words-1 span:nth-child(13) { 
    -webkit-animation-delay: 36s;
	-moz-animation-delay: 36s; 
	-o-animation-delay: 36s; 
	-ms-animation-delay: 36s; 
	animation-delay: 36s; 
	color: #9b6b9d;
}
.rw-words-1 span:nth-child(14) { 
    -webkit-animation-delay: 39s;
	-moz-animation-delay: 39s; 
	-o-animation-delay: 39s; 
	-ms-animation-delay: 39s; 
	animation-delay: 39s; 
	color: #9b6b9d;
}*/

@-webkit-keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -webkit-transform: translateY(-30px); }
	5% { opacity: 1; -webkit-transform: translateY(0px);}
    17% { opacity: 1; -webkit-transform: translateY(0px); }
	20% { opacity: 0; -webkit-transform: translateY(30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}
@-moz-keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -moz-transform: translateY(-30px); }
	5% { opacity: 1; -moz-transform: translateY(0px);}
    17% { opacity: 1; -moz-transform: translateY(0px); }
	20% { opacity: 0; -moz-transform: translateY(30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}
@-o-keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -o-transform: translateY(-30px); }
	5% { opacity: 1; -o-transform: translateY(0px);}
    17% { opacity: 1; -o-transform: translateY(0px); }
	20% { opacity: 0; -o-transform: translateY(30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}
@-ms-keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -ms-transform: translateY(-30px); }
	5% { opacity: 1; -ms-transform: translateY(0px);}
    17% { opacity: 1; -ms-transform: translateY(0px); }
	20% { opacity: 0; -ms-transform: translateY(30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}
@keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; transform: translateY(-30px); }
	5% { opacity: 1; transform: translateY(0px);}
    17% { opacity: 1; transform: translateY(0px); }
	20% { opacity: 0; transform: translateY(30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}
@media screen and (max-width: 768px){
	.rw-sentence { font-size: 18px; }
}
@media screen and (max-width: 320px){
	.rw-sentence { font-size: 9px; }
}