@charset "utf-8";
.modern-ticker {
	width:100%;
	height:28px;
	line-height: 28px;
	overflow: hidden;
	padding:0px;
	background: #333;
}

.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;
    /*border-left: 1px solid #8a8787;
    border-right: 1px solid #8a8787;*/
    margin-left: 5px;
}

.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;
    /*background-color: #ece9e7;
    border: 1px solid #8a8787;*/
    border-radius: 3px;
}

.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;
}

.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;
    border-radius: 0 3px 3px 0;
    color: #fff;
    background-color: #111; padding:0 10px;
    -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 span:last-child {
    padding: 0 10px 0 5px;
}
.mt-label span:first-child {
    font-size: 23px;
    font-weight: 600;
    background-color: #fff;
    border-radius: 0 50px 50px 0;
    padding-right: 5px;
    color: #cc0c1b;
    padding-top: 2px;
    padding-bottom: 2px;
}

.mt-preloader {
	/*background: url(../street_vendor_img/preloader.gif) no-repeat center*/
}

.mt-news ul {
	/*background-image: url(../street_vendor_img/bullet-over.png)*/
}


.mt-news a:hover {
	color: #969696;
}

.mt-news a:active {
}

.mt-controls {
	background-image: url(../img/pause.png)
}

.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)
}
