/*ticker-news section*/
section.ticker-news {
  padding: 25px 0;
}
.ticker-news-box {
  overflow: hidden !important;
}
.ticker-news-box span.breaking-news {
  display: inline-block;
  float: left;
  position: relative;
  margin-right: 25px;
  color: #ffffff;
  font-size: 15px;
  line-height: 12px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px 14px;
  padding-right: 17px;
  background: #f44336;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.ticker-news-box span.breaking-news:after {
  content: '';
  position: absolute;
  width: 22px;
  height: 22px;
  background: #f44336;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 3px;
  right: -7px;
}
.ticker-news-box span.new-news {
  display: inline-block;
  float: left;
  color: #ffffff;
  font-size: 9px;
  line-height: 9px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  padding: 3px;
  background: #222222;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin: 8px 10px 0 0;
}
.ticker-news-box .ticker-content {
  color: #999999;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  margin: 0;
}
.ticker-news-box .ticker-content span.time-news {
  color: #f44336;
  margin-right: 3px;
}
.ticker-news-box .ticker-content a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-weight: 700;
  color: #666666;
}
.ticker-news-box .ticker-content a:hover {
  color: #f44336;
}
.ticker-news-box .ticker-controls li {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #999999;
  text-align: center;
  line-height: 16px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.ticker-news-box .ticker {
  width: 879px;
}
.ticker-news-box .ticker-controls li:after {
  color: #666666;
  font-family: 'FontAwesome';
  font-size: 11px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.ticker-news-box .ticker-controls li:hover {
  border: 1px solid #f44336;
  background: #f44336;
}
.ticker-news-box .ticker-controls li:hover:after {
  color: #ffffff;
}
.ticker-news-box .ticker-controls li.jnt-prev:after {
  content: '\f104';
}
.ticker-news-box .ticker-controls li.jnt-next:after {
  content: '\f105';
}
.ticker-news-box .ticker-controls li.jnt-play-pause {
  line-height: 14px;
}
.ticker-news-box .ticker-controls li.jnt-play-pause:after {
  content: '\f04c';
  font-size: 8px;
}
.ticker-news-box .ticker-controls li.jnt-play-pause.paused:after {
  content: '\f04b';
}