/* CSS Document */

p				{ margin:0px; padding:0px; }

.naslov {
    font-size: 18px;
    font-weight: 600;
    color: #055ba2;
    text-transform: uppercase;
}

.naslov_xl {
    font-size: 50px;
    font-weight: 600;
}

.naslov-3 {
    margin: 0px;
    padding: 20px 0px;
    text-transform: uppercase;
    color: #0f64a8;
    font-size: 36px;
    font-weight: 600;
    width: 100%;
    line-height: 30px;
    display: block;
}