.text-content {
  width: 100%;
  font-size: 48pt;
  line-height: 48pt;
  color: #fff;
  height: 80px;
  background: #297290;
}
.text-content:before {
  content: '[';
  position: absolute;
  left: -30px;
  line-height: 80px;
}
.text-content:after {
  content: ']';
  position: absolute;
  right: -30px;
  line-height: 80px;
}
.text-content:after,
.text-content:before {
  color: #16a085;
  font-size: 42pt;
  animation: 2s linear 0s normal none infinite opacity;
  -webkit-animation: 2s ease-out 0s normal none infinite opacity;
  -moz-animation: 2s ease-out 0s normal none infinite opacity;
  -o-animation: 2s ease-out 0s normal none infinite opacity;
}
.visible-text {
  float: left;
  font-weight: 600;
  overflow: hidden;
  height: 80px;
	width: 100%;
}
.text-content p {
  float: left;
  margin: 0;
 font-size: 40pt;
	text-shadow: 2px 2px 4px black;
	    float: left;
	    color: #48B5B5;
}
.text-content div div {
  margin-top: 0;
  padding-left: 10px;
  text-align: left;
  list-style: none;
  animation: 12s linear 0s normal none infinite change;
  -webkit-animation: 12s linear 0s normal none infinite change;
  -moz-animation: 12s linear 0s normal none infinite change;
  -o-animation: 12s linear 0s normal none infinite change;
    float: left;
}
.text-content div>div:nth-of-type(1) {
	margin-top: -80px;	
	position: absolute;
}
.text-content div>div:nth-of-type(2) {
	margin-top: -160px;	
	position: absolute;
}
		
.text-content ul li {
  line-height: 80px;
  margin: 0;
  font-size: 40pt;
 text-shadow: 2px 2px 4px black;
}
@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes change {
  0% {
    margin-top: 0;
  }
  15% {
    margin-top: 0;
  }
  25% {
    margin-top: -80px;
  }
  40% {
    margin-top: -80px;
  }
  50% {
    margin-top: -160px;
  }
  65% {
    margin-top: -160px;
  }
  75% {
    margin-top: -80px;
  }
  85% {
    margin-top: -80px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes change {
  0% {
    margin-top: 0;
  }
  15% {
    margin-top: 0;
  }
  25% {
    margin-top: -80px;
  }
  40% {
    margin-top: -80px;
  }
  50% {
    margin-top: -160px;
  }
  65% {
    margin-top: -160px;
  }
  75% {
    margin-top: -80px;
  }
  85% {
    margin-top: -80px;
  }
  100% {
    margin-top: 0;
  }
}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
