@charset "utf-8";
.modern-ticker {
    width: 100%;
    height: 37px;
    line-height: 30px;
    padding: 0;
   /*  font-size: 13px; */
    position: relative;
    overflow: hidden;
    /* margin-top: -37px; */
    background: transparent;
    /* float: left; */
}
.ticker2.modern-ticker{
    background: #3a3a3a;
}
.modern-ticker a {
    text-decoration: none;
}
.modern-ticker ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.mt-round {
    border-radius: 7px;
}
.mt-label {
    margin-left: -5px;
    padding: 4px 16px 3px 16px;
    float: left;
    color: #fff;
    border-right: 1px solid rgba(111, 111, 111, 0.28);
    font-size: 12px;
    text-transform: uppercase;
    width:120px !important;
    text-align: left;
    font-weight: 900;
    transform: skewX(15deg);

    position: relative;
    
}


.mt-label span{
    display: block;
    transform: skewX(-15deg);
}

.mt-round .mt-label {
    border-radius: 5px 0 0 5px;
}
.mt-news {
    height: 100%;
    overflow: hidden;
    float: left;
    line-height: 37px;
}
.mt-scroll .mt-news {
    background-color: transparent;
}
.mt-round .mt-news:first-child, .mt-round .mt-news:first-child a {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.mt-round .mt-news:last-child, .mt-round .mt-news:last-child a {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.mt-scroll.mt-round .mt-news a {
    border-radius: 0;
}
.mt-news ul {
    background-repeat: no-repeat;
    background-position: -1000px;
    display: flex;
}
.mt-news li {
    /*float: left;*/
    color: #fff;
    padding: 0 15px;
    width: 100%;
    text-wrap: nowrap;
}
.mt-news a {
    font-size: 14px;
    font-weight: 700;
    padding: 4px 10px 3px 10px;
    /*margin-right: 2px;*/
    background-repeat: no-repeat;
    background-position: 7px center;
    display: block;
    color:#fff;
    /*border-right: 1px solid #6f6f6f;*/
     -webkit-transition: all 0.25s ease-out;
-moz-transition: all 0.25s ease-out;
-o-transition: all 0.25s ease-out;
-ms-transition: all 0.25s ease-out;
transition: all 0.25s ease-out;

}

.mt-news a:hover {

    background:rgba(0, 0, 0, 0.6);
     -webkit-transition: all 0.25s ease-out;
-moz-transition: all 0.25s ease-out;
-o-transition: all 0.25s ease-out;
-ms-transition: all 0.25s ease-out;
transition: all 0.25s ease-out;

}


.up{
    color:#6ab725;
    font-weight:700;
}

.down{
    color:#ed0000;
    font-weight:700;
}



.mt-news i {
    /*font-size: 15px;*/
    margin-right: 2px;
    background-repeat: no-repeat;
    background-position: 7px center;
    display: block;
    /*color:#fff;*/
}

.mt-hide {
    display: none;
}
.mt-controls {
    margin-left: 2px;
    height: 99%;
    position: absolute;
    right: 2px;
    background-repeat: no-repeat;
    background-position: -1000px;
}
.mt-next, .mt-play, .mt-prev {
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    float: left;
    font-size: 16px;
    border-radius: 50px;
    /*background: #fff;*/
    line-height: 16px;
    margin-top: 10px;
    margin-left: 8px;
    margin-right: 5px;
}

.mt-controls:last-child{
    margin-right:2px; 
}

.mt-prev {
/*background-image: url(../images/prev.png);*/
text-align: center;

}
.mt-next {
/*background-image: url(../images/next.png);*/
text-align: center;

}
.mt-pause {
/*background-image: url(../images/pause.png)!important;*/
text-align: center;

}
.mt-play {
/*background-image: url(../images/play.png);*/
text-align: center;

}
.mt-round .mt-next {
    border-radius: 0 5px 5px 0;
}
.modern-ticker a{
    color: #feffd9;
}
.mt-controls i{
    color: #FFF;
}
