@charset "utf-8";
.modern-ticker {
    color: #fafafa;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    position: relative;
    /*width: 737px;
    padding: 2px;
    background-color: #fafafa;*/
}
.modern-ticker a {
    text-decoration: none;
}
.modern-ticker ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.mticker-round {
    border-radius: 7px;
}
.mticker-label 
{
    background-image: url("../../Images/ticker/mticker-paper.png");
    background-position:left center;
    background-repeat:no-repeat;
    /*background-color: #09f;*/
    float: left;
    margin-right: 0px;
    padding: 0 10px 0 20px;
    font-size:18px;
}
.mticker-round .mticker-label {
    border-radius: 0;
    width:180px !important;
}
.mticker-news {
    background-color: #dedede;
    float: left;
    overflow: hidden;
    width:75% !important;
}
.mticker-scroll .mticker-news {
    background-color: transparent;
}
.mticker-round .mticker-news:first-child, .mticker-round .mticker-news:first-child a {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
.mticker-round .mticker-news:last-child, .mticker-round .mticker-news:last-child a {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    font-family: Arial,Helvetica,sans-serif;
}
.mticker-scroll.mticker-round .mticker-news a:before
{
    content: "\270f";
    font-family: 'Glyphicons Halflings';
    left:0px;
    position:absolute;
}
.mticker-scroll.mticker-round .mticker-news a 
{
    border-radius: 0;
}
.mticker-news ul {
    /*background-image: url("images/mticker-bullet-over.png");
    background-position: -1000px center;
    background-repeat: no-repeat;*/
    width: 50000px;
}
.mticker-news li {
    float: left;
    position:relative;
}
.mticker-news a, .mticker-news a:visited {
    /*background-color: #dedede;
    background-image: url("images/mticker-bullet.png");
    background-position: 7px center;
    background-repeat: no-repeat;*/
    color: #fff;
    display: block;
    font-size: 12px;
    margin-right: 2px;
    padding: 0 10px 0 20px;
}
.mticker-news a:hover {
    /*background-color: #09f;
    background-image: url("images/mticker-bullet-over.png");*/
    border-color: #f20;
    color: #fafafa;
}
.mticker-news a:active {
    background-color: #07f;
}
.mticker-controls {
    background-image: url("../../Images/ticker/mticker-pause.png");
    background-position: -1000px center;
    background-repeat: no-repeat;
    float: right;
    height: 100%;
    margin-left: 2px;
}
.mticker-play, .mticker-prev, .mticker-next {
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    float: left;
    /*height: 30px;
    width: 30px;*/
    padding: 10px;
    margin: 5px 0;
}
.mticker-prev, .mticker-next {
    /*background-color: #09f;*/
}
.mticker-prev {
    background-image: url("../../Images/ticker/mticker-arrow-prev.png");
}
.mticker-next {
    background-image: url("../../Images/ticker/mticker-arrow-next.png");
}
.mticker-round .mticker-next {
    border-radius:0;
}
.mticker-play {
    background-image: url("../../Images/ticker/mticker-play.png");
}
.mticker-pause {
    background-image: url("../../Images/ticker/mticker-pause.png");
}
.mticker-play:hover, .mticker-prev:hover, .mticker-next:hover {
    background-color: #ea9135;
}
.mticker-play:active, .mticker-prev:active, .mticker-next:active {
    background-color: #ea9135;
}

@media screen and (max-width:1199px)
{
    .mticker-news { width:74% !important; }
}

@media screen and (max-width:992px)
{
    .mticker-news { width:74% !important; }
}

@media screen and (max-width:767px) 
{
    .mticker-news { width:74% !important; }
}

@media screen and (max-width:479px)
{
    
}

@media screen and (max-width:320px)
{
    
}