section.page-header h1 {
    font-size: 40px !important;
    text-shadow: 0px 0px 20px black;
    color: white;
}

#cenika table {
    width: 100%;
    border-collapse: none;
}

#cenik thead tr:nth-child(1) {
    background-color: #eee;
}


#cenik table tr:nth-child(2),
#cenik table tr:nth-child(4),
#cenik table tr:nth-child(6),
#cenik table tr:nth-child(8)
{
    border-top: 2px solid #888;
}


#cenik table tr:nth-child(8)
{
    border-bottom: 1px solid #bbb;
}

#cenika table tr:nth-child(even){
    background-color: #eee;
}

#cenik table tr th:last-child {
    text-align: right;
    padding-right: 10px;
}

#cenik table tr td:last-child {
    text-align: right;
    padding-right: 10px;
}

#cenik table tr td:first-child {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}


/* Sepia */
.div-sepia figure img {
    /*
    -webkit-filter: sepia(100%);
    filter: sepia(100%);
    */
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.div-sepia figure:hover img {
    /*
    -webkit-filter: sepia(0);
    filter: sepia(0);
    */
    -webkit-transform: rotate(3deg) scale(1.2);
	transform: rotate(3deg) scale(1.2);
}

.div-sepia figure {
    overflow: hidden;
}