@-o-keyframes news_hint{
    0%{
        height: 0px;
        background-color:lightsalmon;
        transform: scaleX(1);
    }
    25%{
        height: 11px;
        background-color: #fcff00;
        transform: scaleX(0.6);
    }
    50%{
        height: 0px;
        background-color: #d3d3d3;
        transform: scaleX(0.3);
    }
    75%{
        height: 11px;
        background-color: lightskyblue;
        transform: scaleX(0.6);
    }
    100%{
        height: 0px;
        background-color: lightsalmon;
        transform: scaleX(1);
    }
}

@-moz-keyframes news_hint{
    0%{
        height: 0px;
        background-color:lightsalmon;
        transform: scaleX(1);
    }
    25%{
        height: 11px;
        background-color: #fcff00;
        transform: scaleX(0.6);
    }
    50%{
        height: 0px;
        background-color: #d3d3d3;
        transform: scaleX(0.3);
    }
    75%{
        height: 11px;
        background-color: lightskyblue;
        transform: scaleX(0.6);
    }
    100%{
        height: 0px;
        background-color: lightsalmon;
        transform: scaleX(1);
    }
}

@-webkit-keyframes news_hint{
    0%{
        height: 0px;
        background-color:lightsalmon;
        transform: scaleX(1);
    }
    25%{
        height: 11px;
        background-color: #fcff00;
        transform: scaleX(0.6);
    }
    50%{
        height: 0px;
        background-color: #d3d3d3;
        transform: scaleX(0.3);
    }
    75%{
        height: 11px;
        background-color: lightskyblue;
        transform: scaleX(0.6);
    }
    100%{
        height: 0px;
        background-color: lightsalmon;
        transform: scaleX(1);
    }
}

@keyframes news_hint {
    0%{
        height: 0px;
        background-color:lightsalmon;
        transform: scaleX(1);
    }
    25%{
        height: 11px;
        background-color: #fcff00;
        transform: scaleX(0.6);
    }
    50%{
        height: 0px;
        background-color: #d3d3d3;
        transform: scaleX(0.3);
    }
    75%{
        height: 11px;
        background-color: lightskyblue;
        transform: scaleX(0.6);
    }
    100%{
        height: 0px;
        background-color: lightsalmon;
        transform: scaleX(1);
    }
}

.news_anim_sub1{
    width: 20%;
    height: 0px;
    animation: news_hint normal 2800ms infinite;
    -webkit-animation: news_hint normal 2800ms infinite;
    -moz-animation: news_hint normal 2800ms infinite;
    -o-animation: news_hint normal 2800ms infinite;
    
}
.news_anim_sub2{
     width: 20%;
     height: 0px;
    animation: news_hint normal 5800ms infinite;
    -webkit-animation: news_hint normal 5800ms infinite;
    -moz-animation: news_hint normal 5800ms infinite;
    -o-animation: news_hint normal 5800ms infinite;
    

}
.news_anim_sub3{
     width: 20%;
     height: 0px;
    animation: news_hint normal 1600ms infinite;
    -webkit-animation: news_hint normal 1600ms infinite;
    -moz-animation: news_hint normal 1600ms infinite;
    -o-animation: news_hint normal 1600ms infinite;
    

}
.news_anim_sub4{
      width: 20%;
      height: 0px;
    animation: news_hint normal 8100ms infinite;
    -webkit-animation: news_hint normal 8100ms infinite;
    -moz-animation: news_hint normal 8100ms infinite;
    -o-animation: news_hint normal 8100ms infinite;
    

  }
.news_anim_sub5{
    width: 20%;
    height: 0px;
    animation: news_hint normal 4900ms infinite;
    -webkit-animation: news_hint normal 4900ms infinite;
    -moz-animation: news_hint normal 4900ms infinite;
    -o-animation: news_hint normal 4900ms infinite;
    

}
