#cookies_lista_small {
background: #666;
font-size: 13px;
text-align: center;

position: fixed;
bottom: 0;

width: 100%;
height: 22px;
padding: 5px 0 0 0;

transition: all 1s ease;
}
#cookies_lista_small a {
color: #eee;
text-decoration: none;
}
#cookies_lista_odsazeni_small {
height: 27px;
}

#cookies_lista {
background: #666;
font-size: 15px;

position: fixed;
z-index: 110;
bottom: 0;

width: 100%;
min-height: 85px;
padding: 20px 0 0 0;

transition: all 1s ease;
}
#cookies_lista:hover {
background: #333;
}

#cookies_lista_blok {
color: #fff;
line-height: 1.2em;
max-width: 600px;
margin: 0 auto;
}

#cookies_lista_souhlas {
background: #ccc;
color: #000;
text-decoration: none;

display: block;
float: right;

padding: 15px 20px;
margin: 5px;
border-radius: 4px;
transition: all 1s ease;
}

#cookies_lista_souhlas:hover {
background: #999;
}
#cookies_lista_nastaveni {
font-weight: bold;
color: #fff;
text-decoration: none;
display: block;
margin: 10px 0 0 0;
}
#cookies_lista_nastaveni:hover {
text-decoration: underline;
}

#cookies_lista_zde {
color: #fff;
text-decoration: underline;
}
#cookies_lista_zde:hover {
text-decoration: none;
}

#cookies_lista_odsazeni {
height: 105px;
}

#cookies_lista_zased {
background: #000;
opacity: 0.5;

display: none;
position: fixed;
top: 0;
z-index: 100000;

width: 100%;
height: 100%;
}

#cookies_lista_moznosti {
display: none;
position: fixed;
top: 50px;
z-index: 100001;

left: 50%;
transform: translateX(-50%);

width: 100%;
max-width: 650px;
}
@media screen  and (max-height: 800px) {
#cookies_lista_moznosti {
position: absolute;
}
}

#cookies_lista_moznosti_blok {
background: #eee;

border: 1px solid #666;
border-radius: 15px;

padding: 30px;
}

#cookies_lista_moznosti_zavrit {
text-align: right;
}
#cookies_lista_moznosti_zavrit a {
font-size: 15px;
color: #c00;
text-decoration: underline;
}
#cookies_lista_moznosti_zavrit a:hover {
text-decoration: none;
}

#cookies_lista_moznosti_nadpis {
font-size: 23px;
padding: 10px 0 20px 0;
}

#cookies_lista_moznosti_popis {
font-size: 17px;
line-height: 1.2em;
padding: 0 0 20px 0;
}

#cookies_lista_moznosti_bg {
background: #fff;

padding: 20px;
border: 1px solid #ddd;
border-radius: 10px;
}

#cookies_lista_moznost_a {
padding: 0 0 20px 0;
}
#cookies_lista_moznost_b {
padding: 20px 0;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}
#cookies_lista_moznost_c {
padding: 20px 0 0 0;
}

.cookies_lista_moznost_nad {
font-size: 17px;
padding: 0 0 5px 0;
}
.cookies_lista_moznost_pop {
font-size: 15px;
}

#cookies_lista_moznosti_tlacitka {
padding: 20px 0 0 0;

}
#cookies_lista_moznosti_tlacitka a {
font-size: 15px;
text-decoration: none;
display: block;
padding: 10px 20px;
margin: 0 0 0 20px;
float: right;

border-radius: 4px;
transition: all 1s ease;
}

.cookies_lista_prep {
float: right;
}
.cookies_lista_prep a {
font-size: 15px;
text-align: center;
text-decoration: none;

display: block;

width: 100px;
padding: 15px 0;
margin: 0 0 0 20px;

border: 1px solid #ddd;
border-radius: 4px;
transition: all 0.5s ease;
}
.cookies_lista_prep_zapnuto {
background: #073;
color: #fff;
}
.cookies_lista_prep_zapnuto:hover {
background: #051;
}

.cookies_lista_prep_vypnuto {
background: #b03;
color: #fff;
}
.cookies_lista_prep_vypnuto:hover {
background: #901;
color: #fff;
}


#cookies_lista_moznosti_tlacitko_potvrdit {
background: #787;
color: #fff;
}
#cookies_lista_moznosti_tlacitko_potvrdit:hover {
background: #454;
}
#cookies_lista_moznosti_tlacitko_vse {
background: #444;
color: #fff;
}
#cookies_lista_moznosti_tlacitko_vse:hover {
background: #111;
}
#cookies_lista_moznosti_tlacitka_c {
clear: both;
}




