.sec-wrapper {
 padding-bottom: 4%; 
  padding-top: 2%; 
  position: relative;
}

#addsearch-results {

}
  
.rw-wrapper{
	width: 100%;
	position: relative;
	font-family: 'Roboto';
	padding: 16px;
}

.search-wrapper{
	width: 30%;
	font-family: 'Roboto';
	padding: 0px;
  margin: auto;
}

.addsearch-helper {
   height: 70px; 
   border-color: #064056;
  border-radius: 10px;
  font-size: 34px;
  font-family: sans-serif;
  text-align: center;
}

#addsearch-results-bottom {
  display: none;
}

.rw-sentence{
	text-align: center;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
  margin-right: 11%;
}

.rw-sentence2{
	text-align: center;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
  margin-right: 14%;
  margin-top: -20px !important;
}

.rw-sentence2 span{
	color: #064056;
	white-space: nowrap;
	font-size: 180%;
	font-weight: normal;
}

@media (max-width: 550px) {
  .rw-wrapper{
	padding: 16px 0 0 12% !important;
  }
  .rw-sentence2 {
  font-size: 130%;
    text-align: left;
    padding-left: 10%;
  }
  .rw-sentence {
  font-size: 110%;
    text-align: left;
  }
  .search-wrapper{
	width: 80%;
  }
  .addsearch-helper {
   height: 40px; 
  font-size: 18px;
  }
}
.rw-sentence span{
	color: #064056;
	white-space: nowrap;
	font-size: 160%;
	font-weight: normal;
  
}

.rw-words{
	display: inline;
	text-indent: 10px;
  text-align: left;
}

.rw-words{
	display: inline;
	text-indent: 10px;
}

.rw-words span{
	position: absolute;
	opacity: 0;
	overflow: hidden;
	width: 100%;
	color: #0093C9;
}

.rw-words-2 span{
	position: absolute;
	opacity: 0;
	overflow: hidden;
	width: 100%;
	color: #0093C9;
}

.rw-words-1 span{
	animation: rotateWordsFirst 18s linear infinite 0s;
}
.rw-words-2 span{
	animation: rotateWordsSecond 18s linear infinite 0s;
}
.rw-words span:nth-child(2) { 
	animation-delay: 3s; 
	color: #0093C9;
}

.rw-words-2 span:nth-child(2) { 
	animation-delay: 3s; 
	color: #064056;
}

.rw-words span:nth-child(3) { 
	animation-delay: 6s; 
	color: #cc5d45;	
}

.rw-words-2 span:nth-child(3) { 
	animation-delay: 6s; 
	color: #4D4D4F;
}

.rw-words span:nth-child(4) { 
	animation-delay: 9s; 
	color: #336172;
}

.rw-words-2 span:nth-child(4) { 
	animation-delay: 9s; 
	color: #064056;
}

.rw-words span:nth-child(5) { 
	animation-delay: 12s; 
	color: #4D4D4F;
}

.rw-words-2 span:nth-child(5) { 
	animation-delay: 12s; 
	color: #cc5d45;
}

.rw-words span:nth-child(6) {  
	animation-delay: 15s; 
	color: #4D4D4F;
}

.rw-words-2 span:nth-child(6) {  
	animation-delay: 15s; 
	color: #0093C9;
}

@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; }
}