.c-timeline {
    position: relative;
    height: 330px;
    background-color: darkgray;
    display: block;
    color: antiquewhite;
    margin-top: 30px;
    margin-left: 60px;
    margin-right: 0px;
    background-image: url('../../images/timeline/back.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.c-tl-carousel{
    padding-left: 35px;
    padding-right: 35px;
}


.c-tl-pic-shadow{
    -webkit-box-shadow: 0px 0px 25px 2px rgba(0,0,0,0.89); 
    box-shadow: 0px 0px 25px 2px rgba(0,0,0,0.89);

}

.c-tl-wrap{
    padding: 35px 35px;
}

.c-tl-wrap > div {
    text-shadow:0 0 5px rgba(255,255,255,0.3), 0 0 6px rgba(255,255,0,0.4), 0 0 10px rgba(255,255,0,0.3);
}

.c-tl-wrap > div > span {
    text-shadow:0 0 5px rgba(255,255,0,0.3), 0 0 6px rgba(255,255,0,0.4), 0 0 10px rgba(255,255,0,0.3);
}

.c-tl-nadpis{
    line-height:30px;
    background-color: rgba(0,0,0,0.7);
    width: 165px;
    height: 30px;
    position: absolute;
    top: 126px;
    text-align: center;
    vertical-align: middle;
    font-size: 1em;
    color:gainsboro;
}