.modern-ticker {
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    position: relative;
   box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;  
    background: #fff url(../images/lineing-bg-img.png); 
    }

.modern-ticker a {
    text-decoration: none
}

.modern-ticker ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.mt-body {
    position: relative;
}

.mt-label {
    position: absolute;
    left: 0;
}

.mt-news {
    overflow: hidden;
    position: absolute;
    border-radius: 3px;
    margin-left: 20px;
    margin-right: 20px;
    width:85% !important;
}

@media (max-width: 1366px) and (min-width: 992px) {
    .mt-news {
        width: 83% !important;
    }
}

.mt-scroll .mt-news {
    background-color: transparent;
}

.mt-news ul {
    background-repeat: no-repeat;
    background-position: -1000px;
}

.mt-news li {
    float: left
}

.mt-round .mt-news:first-child,
.mt-round .mt-news:first-child a {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px
}

.mt-round .mt-news:last-child,
.mt-round .mt-news:last-child a {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px
}

.mt-news a {
    padding: 0px 7px 0px 20px;
    margin-right: 2px;
    background-repeat: no-repeat;
    background-position: 7px center;
    display: block;
    white-space: nowrap;
    color: #fff;
    border-radius: 3px;
    font-family: 'Roboto-Regular';
    font-size: 13px;
}

.mt-scroll.mt-round .mt-news a {
    border-radius: 0
}

.mt-hide {
    display: none
}

.mt-controls {
    margin-left: 2px;
    position: absolute;
    right: 0;
    background-repeat: no-repeat;
    background-position: -1000px;
    padding-top: 0px;
    top: 2px;
}

.mt-next,
.mt-play,
.mt-prev {
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    cursor: pointer
}

.mt-round .mt-next {
    border-radius: 0 5px 5px 0
}

.modern-ticker {}

.mt-label {
    font-weight: 500;
    color: #fff;
    width: 90px;
    background-color:rgb(90 93 246);
    padding-left: 7px;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    text-align: center;
    font-size: 12px;
    font-family: 'Eczar-SemiBold';
}

.mt-label:after {
    content: '';
    position: absolute;
    left: 100%;
    border-left: 15px solid rgb(90 93 246);
    border-top: 16px solid transparent;
    border-bottom: 18px solid transparent;
    top: 0px;
}


.mt-news a:hover {
    color: #cddc39;
}

.mt-news a:active {}

.mt-controls {
    background: transparent;
}

.mt-prev {
    background-image: url(../images/arrow-prev.png)
}

.mt-next {
    background-image: url(../images/arrow-next.png)
}



.mt-pause {
    background-image: url(../images/pause.png)
}

@media (max-width:766px) {
    .mt-news {
        top: 35px;
        width: 88% !important;
        left: 0px !important;
    }
    .modern-ticker {height:73px;}
}
.quick-list a:last-child {
    border: 0px;
}
.quick-list a:first-child {
    border: none;
}


@media (min-width: 320px) and (max-width: 480px) {
.modern-ticker {
    height: 30px;
}

.mt-news {
    top: 17px;
    width: 88% !important;
    left: 0px !important;
    display: contents;
}
}