<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: "Aller", Sans-serif;
    background-color: #fff;
    color: #000;
}

a,
a:hover,
a:visited {
    color: #000;
}

a:hover {
    text-decoration: none;
}

.validator,
.err,
.msg {
    color: #ff0000;
}

.text-data,
a.text-data:hover,
a.text-data:visited {
    color: #000;
    font-weight: 900;
}

h1,
div.zajezd-nadpis,
.nadpis-h1 {
    color: #000;
    background: #fff;
    border: none;
    font-weight: 900;
    font-size: 1.2rem;
}

div.box,
h1,
div.zajezd-nadpis,
.nadpis-h1,
div.nadpis-h2,
h2,
table.hottip div.hvezdy,
table.vysledek-info td.doprava,
table.vysledek-info td.terminy,
div.zajezd-nadpis div.hvezdy,
div.paticka-profitour,
div.hintbox {
    border-style: none;
}

div.box,
div.vybaveni,
div.kalkulace-cenacelkem {
    background-color: #fff;
}

div.box.hottip {
    background-color: #fff;
    box-shadow: 0px 0px 7px #000;
    transition: all 0.3s;
}

div.box.hottip:hover {
    box-shadow: 0px 0px 4px #000;
    transition: all 0.3s;
}

table.kriteria td.title-bg {
background-color: #ffffff00;
    border-color: #fff0;
    color: #fff;
    font-weight: 900;
    border-bottom: 1px solid #fff;
}

h2,
h2 a,
h2 a:hover,
h2 a:visited,
div.nadpis-h2,
div.nadpis-h2 a,
div.nadpis-h2 div.nadpis-right {
    color: #000;
}

div.nadpis-h2,
h2,
table.hottip div.hvezdy,
div.zajezd-nadpis div.hvezdy {
    background-color: #fff;
}

div.box div.nadpis-h2,
div.box h2 {
    background-color: #000;
}

table.hottip td.obrazek img,
table.vysledek-head td.obrazek img,
div.obrazky img,
table.zh-show td.obrazek img {
    border-color: #383532;
}

.o-left .o-center .o-right {
    float: none !important;
}

.obrazky {
    display: flex;
}

select,
input,
textarea {
    background-color: #fff;
    border-style: solid;
    border-color: #212121;
    border-width: 1px;
}

input.button {
    color: #000;
    background-color: #FCC300;
    border-style: none;
    padding: 1.15rem;
    font-weight: 900;
    text-transform: uppercase;
    cursor: pointer;
}

table.terminy td,
table.zh-select td,
table.kalkulace td {
    border-color: #000;
}

table.terminy td,
table.zh-select td.radio,
table.kalkulace td,
table.zh-select td {
    background-color: #fff;
}

div.vybaveni img,
div.kalkulace-cenacelkem div {
    background-color: #FCC300;
}


/*
Posuvníky fotogalerie, pokud se nahrazují. Rozměry se musí zachovat, na formátu obrázku nezáleží.

div.obrazky div.o-center {
    background-image: url('../Web/xxx/Gal.png');
}

div.obrazky div.o-left a {
    background-image: url('../Web/xxx/Gal-Left.png');
}

div.obrazky div.o-right a {
    background-image: url('../Web/xxx/Gal-Right.png');
}

*/

table.zh-select tr.oblast td,
table.kalkulace tr.hotel td {
    background-color: #FCC300;
    color: #000;
}

table.zh-select tr.oblast span.warn {
    color: #000;
}

table.zh-select tr.off td,
table.zh-select tr.off td a,
table.zh-select tr.off td a:hover,
table.zh-select tr.off td a:visited {
    color: #999;
}

div.paticka-profitour {
    background-color: #fff;
    color: #000;
    font-weight: 900;
    margin: 0px !important;
}

div.paticka-profitour a {
    color: #ff0000 !important;
}

div.content {
    padding-bottom: 0px;
}


div#c7_pnl {
    background: url(https://ma3oska.sk/wp-content/uploads/2023/04/Pridajte-nadpis-5.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-positon: center center;
    height: auto;
    background-color: #e1e1e1;
    box-sizing: border-box;
    padding: 1.6rem;
    margin: 0px;
}

h2.header-h2 {
    display: none;
}

.background-over {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0px;
    left: 0px;
    background-color: transparent;
    opacity: 0.35;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    background-image: radial-gradient(at center center, #000 36%, #00000000 100%);
    display: flex;
    justify-content: center;
    align-items: center;
}

table.kriteria tr {
    position: relative;
    color: #fff;
    font-weight: 900;
    z-index: 100;
}

table.kriteria select, table.kriteria input[type=text] {
    background-color: transparent;
    color: #fff;
    border-style: none;
}

table.kriteria select option, table.kriteria select optgroup {
    background-color: #000;
}

input#c7_cmdSearch {
    position: relative;
    z-index: 10;
}

/*____________________________________MENU____________________________________*/
.menu-panel {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index:100;
}

.menu-panel ul {
    list-style-type:none;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.menu-panel ul li a {
    display: block;
    padding: 0.8rem 1.3rem;
    font-size: 21px;
    font-weight: 700;
    text-decoration: none;
    color: #ffffffad;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.3s;
}

.menu-panel ul li a:hover {
    transform: scale(1.2);
    color: #fff;
    transition: all 0.3s;
}</pre></body></html>