/* eocNewsticker */


#ticker {
    width: 100%;
    float: left;
    clear: right;
    height: 45px;
	padding:10px 20px;
}


.eocnewsticker {
  padding: 10px 0;
  background-color: #a90e0a;
  color:#fff;
  font-size:17px;
  font-weight:400;
  font-family: 'Lato', sans-serif;
}

.eocnewsticker > div {
  position: relative;
  height: 20px;
  overflow: hidden;
}

.eocnewsticker > div > div {
  position: absolute;
  left: 0;
  top: 0;
  height: 24px;
  line-height: 22px;
  white-space: nowrap;
  font-family: 'Poppins', sans-serif;
 
}


.eocnewsticker > div > div strong {
  font-family: 'Poppins', sans-serif;
  font-weight:600;
}
