@charset "utf-8";


.flash_info {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
}

.modern-ticker {
width: 100%;
    height: 37px;
    line-height: 30px;
    padding: 0;
    font-size: 13px;
    position: relative;
    overflow: hidden;
    margin-top: -37px;
    background: rgb(194, 2, 2);
    /* 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-right: 0px;
    padding: 4px 16px 3px 16px;
    float: left;
    color: #FFF;
    font-weight: bold;
    border-right: 1px solid #ccc;
    font-size: 16px;
    text-transform: uppercase;
    width: auto !important;
    text-align: center;
}
.mt-round .mt-label {
	border-radius: 5px 0 0 5px;
}
.mt-news {
	height: 100%;
	overflow: hidden;
	float: left;
}
.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;
}
.mt-news li {
	float: left;
}
.mt-news a {
	font-size: 14px;
	padding: 7px 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 span {
    font-weight: bold;;
}

.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: 20px;
    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: #FFF;
}
.mt-controls i{
	color: #FFF;
}
