/* TOC */

.toc {
    display: inline-block;
    width: 200px;
    vertical-align: top;
}

.toc + .toc {
    margin-left: 15px;
}

    .toc ul {
        margin-left: 15px !important;
    }

        .toc li p {
            display: block;
            margin-top: 5px;
        }

/* akcna ponuka */

#highlight {
    position: relative;
    clear: right;
    width: 100%;
    left: -20px;
    color: #fff;
    padding: 20px;
    background: #002953;
}

    #highlight h2 {
        color: #fff;
    }

    .akcna-ponuka {
        display: inline-block;
        width: 23.4%;
        text-align: center;
        vertical-align: top;
        margin-right: 1.5%;

        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .akcna-ponuka:nth-child(5n) {
        margin-right: 0;
    }

    .akcna-ponuka:nth-child(n+6) {
        margin-top: 20px;
    }

        .akcna-ponuka a {
            color: #fff;
            text-decoration: none;
        }

        .akcna-ponuka a:hover {
            text-decoration: underline;
        }

        .akcna-ponuka a.photo {
            display: block;
            width: 100%;
            height: 100px;
            font-size: 0;
            line-height: 0;
            margin-bottom: 5px;
            border: 4px solid #fff;
            background-repeat: no-repeat;
            background-size: cover;

            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }
