.newsticker_wrapper {
  color: #fff;
  height: 100%;
  /* border: 1px solid #000;
    border-radius: 15px;
    -moz-border-radius: 15px;
    line-height: 30px;
    height: 30px;*/
  /*background-color: #000;*/
  background-position: bottom right;
  /*background-image: -webkit-gradient(linear,0% 0%,100% 0%,from(#000),color-stop(0.5,#464648),to(#000));
    background-image: -webkit-linear-gradient(left,#000,#464648 50%,#000);
    background-image: -moz-linear-gradient(left,#000,#464648 50%,#000);
    background-image: -ms-linear-gradient(left,#000,#464648 50%,#000);
    background-image: -o-linear-gradient(left,#000,#464648 50%,#000);*/
  -webkit-text-size-adjust: none;
}
.newsticker_wrapper h4 {
  height: 100%;
  overflow: hidden;
  padding: 0 10px;
  margin: 0 0 0 0;
  /*background: transparent url('../images/title_separator.png') no-repeat 100% 6px;*/
}
@media screen and (max-width: 479px) {
  .newsticker_wrapper h4 {
    /*        font-size: 12px;
        height: 15px;*/
  }
}
.newsticker a {
  /*color: #fff46f;*/
  position: relative;
  z-index: 6;
  height: 100%;
  display: inline-block;
}
.newsticker {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 479px) {
  .newsticker {
    width: 55%!important;
  }
}
@media screen and (min-width: 480px) and (max-width: 639px) {
  .newsticker {
    width: 70%!important;
    font-size: 11px;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  .newsticker {
    width: 77%!important;
  }
}
@media screen and (max-width: 479px) {
  #newsticker_demo_reveal {
    font-size: 11px;
  }
}
@media screen and (min-width: 480px) and (max-width: 639px) {
  #newsticker_demo_reveal {
    font-size: 11px;
  }
}
.newsticker li {
  margin: 0 10px;
  list-style-type: none;
  list-style-image: none;
}
.newsticker li span {
  height: 100%;
}
.newsticker_controls {
  position: relative;
  list-style-type: none;
  list-style-image: none;
  /*background-color: #000;*/
  z-index: 30;
  margin: 0;
  float: right;
 /* padding: 0px 10px;*/
  /*top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);*/
  height: 100%;
}
.newsticker_controls li {
  float: left;
  background-repeat: no-repeat;
  /*background-color: #000;*/
  cursor: pointer;
  padding: 0px 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 479px) {
  .newsticker_controls li {
    height: 15px;
  }
}
.newsticker_controls .previous,
.newsticker_controls .next {
  width: 12px;
}
.newsticker_controls .pause,
.newsticker_controls .resume {
  width: 13px;
  background-position: center;
}
.newsticker_controls .pause {
  background-image: url('../images/pause.png');
}
.newsticker_controls .resume {
  background-image: url('../images/resume.png');
}
.newsticker_controls .previous {

}
.newsticker_controls i {
    font-size: 35px
}
.newsticker_style_reveal .newsticker li {
  height: 100%;
}
.newsticker_style_reveal .newsticker .revealing:hover .revealing_text {
  opacity: 0!important;
}
.newsticker_style_reveal .newsticker .revealing:hover .original_text {
  opacity: 1!important;
  position: absolute!important;
  left: 0px!important;
  top: 0px!important;
}
.newsticker_style_scroll .newsticker li {
  margin-right: 80px;
  padding: 0;
  height: 100%;
}
