<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">table.pricelist {
    border: 1px solid #CCC;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 940px
}

.pricelist td {
    padding: 2px 4px 2px 4px;
    margin: 3px;
    border: 2px solid #fff;
}

.pricelist td:first-child, .pricelist td:last-child {
    text-align: center;
}

.pricelist th {
    background-color: #104E8B;
    color: #FFF;
    font-weight: bold;
}

.pricelist tr:nth-child(odd) {
    background-color: #e3d9c0;
}

.pricelist tr:nth-child(even) {
    background-color: #ecd4bc;
}

.pricelist .table &gt; thead &gt; tr &gt; th,
.pricelist .table &gt; tbody &gt; tr &gt; th,
.pricelist .table &gt; tfoot &gt; tr &gt; th,
.pricelist .table &gt; thead &gt; tr &gt; td,
.pricelist .table &gt; tbody &gt; tr &gt; td,
.pricelist .table &gt; tfoot &gt; tr &gt; td {
    vertical-align: middle;
}

header .row {
    margin-bottom: 10px;
}

header h1 {
    vertical-align: middle;
    border-bottom: 0px;
    font-family: Segoe Print;
}

.margin-top-10 {
    margin-top: 10px;
}

.voucher {
    text-align: center;
    margin-top: -55px;
}

.banner2 .link {
    position: absolute;
    top: 208px !important;
    left: 0;
}

.banner {
    float: left;
    padding: 0;
    margin-left: 1%;
    margin-right: 1%;
    width: 31%;
    max-width: 310px;
    position: relative;
    height: 360px;

    text-align: center;
    font: 16px/25px secondFont, sans-serif;
    color: #fff;
    -webkit-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.75);
}

.banner .col-md-12 {
    margin: 0;
}

.banner1 div:first-child {
    height: 50%;
    display: table;
    vertical-align: middle;
}

.banner p {
    color: #fff;
    padding-bottom: 0;
    display: table-cell;
    vertical-align: middle;
}

.banner a.link {
    color: #804132;
    font-weight: 600;
}

.banner img {
    width: 100%;
    max-height: 50%;
    overflow: hidden;
}

.banner1 {
    background: #7d4135;
}

.banner3 {
    background-color: #DAC183;
}

.banner3 div {
    display: table;
    vertical-align: middle;
    height: 50%;
}

.banner3 div:first-child {
    background: #7d7642;

}

.banner3 div p {
    color: #ffffff;
    display: table-cell;
    vertical-align: middle;
}

.banner3 div:first-child p {
    color: #c4ac66;
    display: table-cell;
    vertical-align: middle;
}

.banner3 span {
    color: #fff;
    font-size: 13px;
}

.blok-tlacitko {
    background-image: url("../images/Blok_Tlacitko_MatW.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 50%;
}

.secondary-menu {
    display: none;
}

@media (min-width: 768px) and (max-width: 991px) {
    .banner {
        width: 95%;

        float: left;
        padding: 0;
        margin-left: 1%;
        margin-right: 1%;
        position: relative;
        height: 370px;
        margin-top: 10px;
        margin-bottom: 10px;

        text-align: center;
        font: 16px/25px secondFont, sans-serif;
        color: #fff;
        -webkit-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.75);
        box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.75);
    }
}

@media (max-width: 767px) {
    .banner {
        width: 95%;
        float: left;
        padding: 0;
        margin-left: 1%;
        margin-right: 1%;
        position: relative;
        height: 370px;
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: center;
        font: 16px/25px secondFont, sans-serif;
        color: #fff;
        -webkit-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.75);
        box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.75);
    }

    .secondary-menu {
        display: block;
        margin-left: 10px;
    }

    .secondary-menu-web, .secondary-menu-web &gt; li {
        display: none;
    }
}
</pre></body></html>