/**
 * News ticker
 */
.ticker { position: relative; top: 0px; width: 100%; overflow: hidden; }
.ticker .mask { position: relative; top: 0px; width: 100%; overflow: hidden; }
.ticker ul { position: relative; left: 992px; list-style-type: none; margin: 0; padding: 0; }
.ticker ul li { float: left; margin: 0; padding: 0; }

/**
 * Wygląd, kolory
 */
.ticker { padding: 10px 0; background-color: #f72e3c; }
.ticker .mask { left: 135px; }
.ticker ul { white-space: nowrap; }
.ticker a { color: #fff; font-size: 1.2em; margin-right: 20px; }
.ticker a:hover { color: #fff; }
.ticker .glyphicon { margin-right: 10px; color: #fff; }

/**
 * Nagłówek
 */
.ticker .ticker-title-container {
    position: absolute;
    left: 0px;
    top: 0px;
    margin: 0;
    padding: 0;
}
 
.ticker .ticker-title {
    position: relative;
    display: inline-block;
}

.ticker .ticker-title h2 {
    margin: 0;
    padding: 10px 30px;
    color: #fff;
    background-color: #f72e3c;
    font-size: 1.4em;
    font-family: 'Oswald', arial, sans-serif;
}

.ticker .ticker-title span {
    position: absolute;
    right: -10px;
    top: 10px;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #fff;
}
