/*  #News Ticker
------------------------------------- */
.tx-news-ticker-label {
  background-color: #8CC63F;
  color: white;
  width: 10%;
  text-align: center;
  font-size: 12px;
  line-height: 2;
  float: left;
}
.tx-news-ticker-container .owl-carousel .owl-stage-outer {
  width: 83%;
  float: left;
}
.tx-news-ticker-container .owl-carousel .owl-nav {
  width: 6%;
  float: right;
  padding: 0;
}
.tx-news-ticker-container .owl-carousel .owl-dots {
  display: none;
}
.tx-news-ticker-container .owl-carousel .owl-nav button.owl-prev, 
.tx-news-ticker-container .owl-carousel .owl-nav button.owl-next {
    padding: 0px 3px !important;
    font-size: 10px;
    line-height: 1.7;
}

@media only screen and (max-width: 767px) {
  .tx-news-ticker-label {
    width: 100%;
    float: none;
  }
  .tx-news-ticker-container .owl-carousel .owl-stage-outer {
    width: 85%;
  }
  .tx-news-ticker-container .owl-carousel .owl-nav {
    width: 14%;
  }

}