.tx-its-latest .newsdate{
    font-size:0.7em;
    float:right;
    padding-top: 0.2em;
    font-weight: 400;
  }

  .tx-its-latest .img-responsive1 {
      max-height:100%;
      width:auto;
      max-width: 100%;
      }
  .tx-its-latest .newsitem {
      margin:0;
      margin-bottom: 10px;
      overflow:hidden;
      padding-top:5px;
      padding-bottom:10px;

  }
  .tx-its-latest .newsimg {
    padding: 10px;
    padding-left: 15px;
  }
  .tx-its-latest .newsimg {
    height:120px;
  }

  .tx-its-latest .outer-latest {
      overflow:hidden;
      background-color:#eaebec;
      
      margin-top:-10px;
  }
  .tx-its-latest .animation {
      position:relative;
  }
  .tx-its-latest .newstext {
      padding-left:7px;
      padding: 10px;
  }

  .tx-its-latest .newstext a {
    text-decoration: none;
  }
  .tx-its-latest .newstext a:hover {
    text-decoration: underline;
  }

  .tx-its-latest .newstext > h3 {
      margin-top: 0;
  }

  .tx-its-latest .animation:hover{
    animation-play-state: paused;
    background-color: #f0f0f0;
  }

  .tx-its-latest:hover .progress-bar {
    animation-play-state:paused;
  }

/* PROGRESS BAR */

.tx-its-latest .progress-bar {
    position:relative;
    top:-5px;
    width:100%;
    height:5px;
    background:#000;
    animation:fullexpand 25s ease-out infinite;
}

.newsitem .npl {
  padding-left:0;
}