/*News ticker*/

.ticker_box{
  display: block;
  background-color: #000;
  width: 100%;
  height: 38px;
  margin-bottom: 20px;
  margin-top: 0px;
  }
  
  .ticker_box img{
  display: none;
  }
  
  .ticker_box .custom_cat_class{
  margin: 8px 0px 0px 0px; 
  color: #fff;
  display:inline-block;
  font-weight: 600;
  }
  
  .ticker_box .custom_cat_class:hover{
  color: #fff;
  }
  
  .ticker_box .modern-ticker{
  width: 100%;
  height: 30px;
  line-height: 20px;
  overflow:hidden;
  }
  
  .ticker_box .mt-label{
  background: url("../images/ticker_icon.png") no-repeat left center;
  margin-top: 7px;
  margin-right: 3px;
  margin-left: 0px;
  padding: 1px 10px 0 20px;
  position:absolute;
  top: 0px;
  left: 0px;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
  overflow:hidden;
  }
  
  .ticker_box .modern-ticker .ticker_title{
  text-decoration:none;
  }
  
  .ticker_box .mt-news .ticker_title{
  display: inline-block;
  /*float: left;*/
  white-space:nowrap;
  padding: 0px 20px 0 8px;
  margin-top: 8px;
  margin-right: 0px;
  font-size:15px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  transition:all 0.2s ease-in-out;
  }
  
  .ticker_box .mt-news .ticker_title:hover{
  text-decoration: underline;
  }
  
  .modern-ticker ul{
  margin:0;
  padding:0;
  list-style:none;
  }
  
  .mt-body{
  margin:2px;
  position:relative;
  }
  
  .mt-news{
  overflow:hidden;
  position:absolute;
  }
  
  .mt-news li{
  float:left;
  }
  
  .mt-hide{
  display:none;
  }
  
  .mt-controls{
  margin-top: 2px;
  margin-left:2px;
  position:absolute;
  right:0;
  background-repeat:no-repeat;
  background-position:-1000px;
  }
  
  .mt-next,.mt-prev{
  width: 20px;
  height: 30px;
  float:left;
  cursor:pointer;
  transition:all 0.2s ease-in-out;
  }
  
  .ticker_box .mt-prev {
  background: url("../images/ticker_nav.png") no-repeat -5px 0px;
  }
  
  .ticker_box .mt-next {
  background: url("../images/ticker_nav.png") no-repeat -30px 0;
  margin-left: 5px;
  }
  
  .mt-next:hover,.mt-prev:hover{
  opacity: 0.6;
  }
  
  .mt-play {
  display:none;
  }