.rw-wrapper{
	width: 80%;
	position: relative;
	margin: 100px auto 0 auto;
	font-family: 'Bree Serif';
	padding: 8px;
}
.rw-sentence{
	margin: 0;
	text-align: left;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.rw-sentence span{
	color: #444;
	white-space: nowrap;
	font-size: 88%;
	font-weight: normal;
}
.rw-words{
	display: inline;
	text-indent: 10px;
}
.rw-words span{
	position: absolute;
	opacity: 0;
	overflow: hidden;
	width: 100%;
	color: #6b969d;
}

.rw-words-1 span{
	animation: rotateWordsFirst 6s linear infinite 0s;
}
.rw-words-2 span{
	animation: rotateWordsSecond 12s linear infinite 0s;
}
.rw-words span:nth-child(2) { 
	animation-delay: 2s; 
	color: #6b889d;
}
.rw-words span:nth-child(3) { 
	animation-delay: 4s; 
	color: #6b739d;	
}
.rw-words span:nth-child(4) { 
	animation-delay: 6s; 
	color: #7a6b9d;
}
.rw-words span:nth-child(5) { 
	animation-delay: 10s; 
	color: #8d6b9d;
}
.rw-words span:nth-child(6) {  
	animation-delay: 12s; 
	color: #9b6b9d;
}

@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 rotateWordsSecond {
    0% { opacity: 1; 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; }
}

.txtdoc{ font-size: 30px;  color: #9BC5DE; text-transform: uppercase; 
text-shadow: 1px 1px 0 #000, margin: 10px 0 24px; text-align: center; line-height: 50px; }


.card{
	font-family: 'Open Sans Condensed', arial, sans;
	width: auto;
	background: #FFFFFF;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.22);
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.22);
	-webkit-box-shadow:  0px 0px 2px rgba(0, 0, 0, 0.22);

}
.title{
	background: #375484;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #FFF;
	font-size: 18px;
	font-weight: 100;
    padding:10px;
	margin-bottom:10px;
}
 #imgbackground {
 background-image: linear-gradient(to right top, #136a8a,  #267871);
 }
