.modern-ticker {
    width: 100%;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    position: relative;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background: #4e54c8;
    background: -webkit-linear-gradient(to right, #8f94fb, #4e54c8);
    background: linear-gradient(to right, #473e8f, #009688);
}

.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: 14px;
}

.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: 4px;
}

.mt-next,
.mt-play,
.mt-prev {
    width: 30px;
    height: 30px;
    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: 100px;
    background-color: #009688;
    padding-left: 8px;
    -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;
}

.mt-label:after {
    content: '';
    position: absolute;
    left: 100%;
    border-left: 11px solid rgb(0 150 136);
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}

.mt-preloader {
    background: url(../img/preloader.gif) no-repeat center
}

.mt-news ul {
    background-image: url(../img/bullet-over.png)
}

.mt-news a:hover {
    color: #cddc39;
}

.mt-news a:active {}

.mt-controls {
    background:#fff;
}

.mt-prev {
    background-image: url(../img/arrow-prev.png)
}

.mt-next {
    background-image: url(../img/arrow-next.png)
}

.mt-play {
    background-image: url(../img/play.png);
}

.mt-pause {
    background-image: url(../img/pause.png)
}

@media (max-width:766px) {
    .mt-news {
        top: 35px;
        width: 88% !important;
        left: 0px !important;
    }
    .modern-ticker {height:73px;}
}