<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sekce_1 {
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    color: #fff;
}

.toplista {
    background: url("../images/bg.jpg") no-repeat;
    background-position: center top;
    background-size: cover;
    margin: 0 0 50px 0;
}

.logo {
    display: inline-block;
    padding: 20px;
    margin: 0 0 0;
}

.ikwrap {
    z-index: 900;
    text-align: left;
    display: inline-block;
    position: absolute;
    top: 45px;
    left: 10px;
}

.ikwrap * {
    vertical-align: middle;
    text-align: left;
}

.ikonka {
    display: inline-block;
    margin: 0 5px;
}

.ikyou {
    width: 48px;
    height: 34px;
    background: url('../images/ik_youtube.png') center;
}

.ikinst {
    width: 34px;
    height: 34px;
    background: url('../images/ik_instagram.png') center;
}

.flcs {
    width: 34px;
    height: 34px;
    background: url('../images/flag-cs.png') center;
}

.flen {
    width: 34px;
    height: 34px;
    background: url('../images/flag-en.png') center;
}

.fullpage {
    width: 100%;
    height: 100%;
    background: #000 url("../images/bg.jpg") no-repeat;
    background-position: center bottom;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.aktualita {
    padding: 15px;
    background: rgba(16, 184, 225, 0.8);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
}

.wrapuvod {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: grid;
    grid-gap: 2px;
    grid-template-columns: auto;
    grid-template-rows: auto auto auto;
    overflow: hidden;
}

.wrapuvod h2 {
    font-size: 110%;
    color: #000;
    width: 80%;
    text-align: center;
    margin: auto;
}

.stojan {
    position: relative;
    display: inline-block;
    margin-left: -200px;
}

.svlevo {
    margin-left: 220px;
}

.stojan img {
    width: auto;
    height: 75vh;
}

.podmenu {
    position: absolute;
    right: -210px;
    top: 15%;
    text-align: left;
    width: 220px;
}

.pvlevo {
    left: -300px;
    text-align: right;
    width: 300px;
}

.podmenu a {
    display: block;
    padding: 10px;
    color: #1db9ea;
    font-size: 120%;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}

.podmenu a:hover {
    color: #919191;
    text-decoration: underline;
}

.sipkadolu {
    width: 57px;
    height: 57px;
    display: block;
    background: url("/images/sipkadolu.png") no-repeat;
    position: absolute;
    bottom: 20px;
    left: 50%;
}

.nextm {
    position: absolute;
    left: 30px;
    bottom: 30px;
    display: inline-block;
}

.cudliky {
    position: absolute;
    right: -220px;
    top: 45%;
    margin-top: -45%;
}

.novinkauvod h3 {
    color: rgb(17, 231, 49);
    font-size: 110%;
    padding: 0 0 10px 0;
    text-align: left;
}

.novinkauvod {
    display: block;
    width: 200px;
    height: auto;
    line-height: 120%;
    text-decoration: none;
    font-size: 90%;
    background: #919191;
    text-align: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 15px;
    color: #fff;
}

.cudlu {
    display: block;
    width: 200px;
    height: 70px;
    line-height: 70px;
    text-decoration: none;
    font-size: 140%;
    text-transform: uppercase;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.9);
    -moz-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.9);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.9);
    text-align: center;
}

.cudlu:hover {
    background: #919191;
}

.c_zeleny {
    background: #64bd53;
    color: #fff;
}

.c_modry {
    background: #10b8e1;
    color: #fff;
    margin: 0 0 40px 0;
}

.c_new {
    background: #919191;
    color: #fff;
    margin: 0 0 40px 0;
}

.c_new:hover {
    background: #10b8e1;
}

.logoskryte {
    display: none
}

@media only screen and (max-width:768px) {
    .toplista {
        /* height: 500px*/
        text-align: left !important;
    }
    .toplista {
        height: 65px;
        margin: 0 0 0 0;
    }
    .sipkadolu {
        display: none;
    }
    .stojan {
        margin-right: 0;
    }
    .logo {
        display: none
    }
    .logoskryte {
        padding: 50px 0 0 10px;
        text-align: center;
        width: 40%;
        height: 40%;
        margin: 0 auto;
        display: block;
    }
    .lpg {
        padding: 0 0 0 10px;
    }
    .ikwrap {
        z-index: 900;
        top: 15px;
    }
    .book input {
        width: 80%;
    }
    .wrapuvod {
        grid-template-rows: auto auto 1fr;
    }
}

@media only screen and (max-width:480px) {
    /* .sekce_1 {
        width: 100%;
        height: 650px;
    }*/
    .stojan img {
        width: auto;
        height: 60vh;
    }
    .stojan {
        margin-left: -250px;
    }
    .svlevo {
        margin-left: 200px;
    }
    .podmenu {
        right: -230px;
        top: 18%;
        width: 230px;
    }
    .pvlevo {
        left: -230px;
        text-align: right;
    }
    .podmenu a {
        font-size: 90%;
        padding: 7px;
    }
    .cudliky {
        right: -190px;
        top: 45%;
        margin-top: -45%;
    }
    .cudlu {
        display: block;
        width: 150px;
        height: 60px;
        line-height: 60px;
        text-decoration: none;
        font-size: 120%;
        text-transform: uppercase;
    }
}

@media only screen and (max-width:450px) and (max-height:900px) {
    .sekce_1 {
        width: 100%;
        height: 650px;
    }
    .uvodni {
        height: 800px;
    }
}

@media only screen and (max-width:900px) and (max-height:450px) {
    .sekce_1 {
        width: 100%;
        height: 650px;
    }
    .uvodni {
        height: 750px;
    }
    .stojan img {
        width: auto;
        height: 450px;
    }
    .stojan {
        margin-left: -200px;
    }
    .podmenu a {
        font-size: 100%;
    }
    .svlevo {
        margin-left: 340px;
    }
    .wrapuvod {
        grid-template-rows: 160px auto;
    }
}</pre></body></html>