/**
 * Redakční systém JSR
 * styly.css
 * Soubor s CSS styly pro zobrazení v prohlížeči.
 *
 * @author Josef Šmíd <josef@skit.cz>
 * @copyright (c) 2007-2015 Josef Šmíd
 * @version 1.8.5
 */

/* základní nastavení *********************************************************/

@import url(https://fonts.googleapis.com/css?family=Kaushan+Script&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:700,400,300&subset=latin,latin-ext);

* { margin: 0; padding: 0; outline: 0; -moz-outline-style: none; }

body, td, th, li, textarea
{ 
  font-family: 'Open Sans', sans-serif; 
  color: #304130;/*#4b4b4b;*/
  font-size: 15px;
}

body { }

h1,h2,h3,h4,h5,h6,p.nadpis_h2,p.nadpis_h3 { font-weight: normal; padding-bottom: 10px; color: #47464c; }
h1 { font-size: 48px; font-family: 'Kaushan Script', cursive; padding-bottom: 5px; }
h2 { font-size: 35px; font-family: 'Kaushan Script', cursive; padding-bottom: 22px; }
h3 { font-size: 18px; padding-bottom: 15px; padding-top: 10px; font-weight: bold; }

p { padding-bottom: 10px; }

#obsah p.nadpis_h2 { font-size: 130%; }
#obsah p.nadpis_h3 { font-size: 110%; }

ul { margin: 10px 20px; }
ul.mapa-webu span { font-size: 90%; color: #909090; }

a { color: #4b4b4b; text-decoration: none; }
a:hover { color: #4b4b4b; text-decoration: underline; }

img 
{ 
  border: none;
  margin: 5px; 
}

table 
{ 
  margin: 10px auto;
  border-spacing: 0;
}

caption 
{
  font-size: 80%;
  font-style: italic;
}

td, th
{
  font-size: 90%;
  padding: 2px; 
  vertical-align: middle
}

th 
{
  font-weight: bold;
  text-align: center;
}

hr { background-color: #e6e6e6; }

input[type=text], select, textarea { 
    padding: 5px; 
    border-radius: 5px;
    border: 1px solid #cccccc; 
    -moz-box-shadow:inset 0px 2px 1px #cccccc;
    -webkit-box-shadow:inset 0px 2px 1px #cccccc;
    box-shadow:inset 0px 2px 1px #cccccc; 
}
input:disabled, select:disabled, textarea:disabled { background-color: #e0e0e0; }
textarea { font-size: 90%; }

.button, div.rezervace_kosik input[type=submit], div#rezervace_udaje .rezervovat, input[type=submit]{
    background: #275b4a url(/images/pozadi_button.jpg) repeat;
    padding: 6px 25px; 
    border-radius: 6px;
    margin: 5px 0;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    border:none;
}
.button:hover,div.rezervace_kosik input[type=submit]:hover, div#rezervace_udaje .rezervovat:hover, input[type=submit]:hover { color: #fff; text-decoration: underline; }

iframe { border: 1px solid #d3d3d3; border-radius: 5px; padding: 3px; background-color: #fff; max-width: 589px; margin-bottom: 10px; }

iframe, .clanek_img_solo, .clanek_img, .fotka, div.rezervace_obrazek, div#rezervace_obrazek { 
    -moz-box-shadow: 0px 0px 4px #d3d3d3;
    -webkit-box-shadow: 0px 0px 4px #d3d3d3;
    box-shadow: 0px 0px 4px #d3d3d3; 
}

/* speciální společné prvky ***************************************************/

.levy { text-align: left; }
.stred { text-align: center; }
.pravy { text-align: right; }

.vlevo { float: left; }
.vpravo { float: right; }

div.mezera { width: 100%; clear: both; }

.noprint { visibility: hidden; display: none; }
.noprintall { visibility: hidden; display: none; }
.nodisplay { visibility: hidden; display: none; }
.hidden { display: none; }

#menu1_podkat { right: -50px; }
#menu2_podkat { right: -134px; }
#menu3_podkat { right: -267px; }

table.form td { width: 289px; padding: 4px; }

/* základní layout webu *******************************************************/

#header, #obsah, #paticka, #zapati
{
  width: 960px;
  margin: 0 auto;
}

#header_cely { background: #ebebeb; height: 105px; }

#logo 
{
  float: left;
  width: 360px;
  height: 81px;
  margin-top: 15px; 
}  
#obsah_cely {
    background-color: #000;
    background: url(/images/pozadi_kone.png) top center no-repeat, url(/images/pozadi_louka.png) top repeat-x;
    background-color: #fff;
    padding-top: 40px;
    min-height: 800px; 
}
#obsah{
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background: url(/images/obsah_pozadi.jpg) top repeat-x; 
    min-height: 400px; 
}

.uvod_box{
    height: 320px;
    background: url(/images/uvod_bottom.png) bottom center no-repeat, url(/images/uvod_pozadi.jpg) top repeat-x;
    border-radius: 6px;
    padding: 30px 25px;
    position: relative; 
} 
.uvod_box h1 { font-size: 50px; color: #32321e; padding-bottom: 15px; }
#obsah .uvod_box p { color: #32321e; margin-bottom: 40px; padding-bottom: 0; font-size: 17px; } 
#obsah p img { margin: 10px; }
.uvod_box .button{
    background: url(/images/rezervace.png) 6% 50% no-repeat, url(/images/pozadi_button.jpg) repeat;
    padding: 12px 50px 12px 60px; 
    -moz-box-shadow: 1px 2px 0px #c0b8a7;
    -webkit-box-shadow: 1px 2px 0px #c0b8a7;
    box-shadow: 1px 2px 0px #c0b8a7; 
    font-size: 26px;
    text-shadow:0px 2px 0px #17372d; 
}
.uvod_box .uvod_oblast {
    float: left;
    width: 565px;
    margin-right: 20px;
}
.uvod_box .uvod_fotogalerie{
    float: left;  
}
.uvod_fotogalerie .uvod_fotka img { background: #fff; padding: 5px; border-radius: 5px; width: 260px; height: 200px; }
.uvod_fotogalerie .uvod_fotka {
    position: absolute; margin: 0;
}
.uvod_fotogalerie .uvod_fotka:nth-child(1){
    -ms-transform: rotate(7deg); /* IE 9 */
    -webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
    transform: rotate(7deg); 
    top: 0px; 
    margin-left: 5px;
    z-index: 100;
}
.uvod_fotogalerie .uvod_fotka:nth-child(2){
    -ms-transform: rotate(-7deg); /* IE 9 */
    -webkit-transform: rotate(-7deg); /* Chrome, Safari, Opera */
    transform: rotate(-7deg); 
    top: 110px;
    margin-left: 50px;
    z-index: 99;
}

.uvod_kontakty{
    text-align: center;
    padding: 45px 20px 0px 20px;
    margin-bottom: 26px;
    height: 75px;
}
#obsah .uvod_kontakty p{
    font-size: 31px;
    color: #47464c;
    font-style: italic;
    padding-bottom: 15px;
}
.uvod_kontakty span{
    font-size: 26px;
    color: #7f7e7f;
}
.uvod_kontakty .telefon, .uvod_kontakty .mail{
    float: left;
    color: #6e9e36;
    font-size: 25px;
    padding-left: 50px;  margin-left: 45px; margin-right: 5px;
}
.uvod_kontakty .telefon { font-weight: bold; background: url(/images/uvod_telefon.png) 0% 50% no-repeat; }
.uvod_kontakty .mail { background: url(/images/uvod_telefon.png) 0% 50% no-repeat; }


#obsah p { line-height: 20px; padding-bottom: 15px; font-size: 16px; color: #304130;/*#636363;*/ }
#obsah p.data
{
  font-size: 90%;
  text-align: right;
  color: #808080;
}
#obsah p.navigace
{
  font-size: 70%;
  margin-bottom: 5px;
}
#obsah p.navigace span { color: #666; font-size: 80%; padding: 0 2px; }
#obsah p.zvyrazneni { color: #502828; font-weight: bold; }

#obsah p.ikona { margin: 25px 0; float: left; }
#obsah p.ikona a { font-size: 22px; font-weight: bold; text-decoration: underline; position: relative; top: 12px; }
#obsah p.ikona a:hover { text-decoration: none; }
#obsah p.ikona img { float: left; margin: 0; margin-right: 25px; }

.clanek_static_2 div.oteviraci_doba {
    float: right;
    width: 250px;
    padding-right: 40px;
    margin-left: 60px;
    padding-left: 10px;
}
.clanek_static div.oteviraci_doba {
    float: left;
    width: 250px;
    padding-left: 40px;
    margin-right: 60px;
    padding-right: 10px;
}

#obsah .obsah_uvod { padding: 30px 25px; }
#obsah .obsah_uvod h2 { margin-bottom: 10px; }
#obsah .obsah_uvod table.uvodni_tabulka { border: none; margin-bottom: 20px; }
#obsah .obsah_uvod table.uvodni_tabulka td { padding-right: 40px; border: none; line-height: 150%; }
#obsah .obsah_uvod table.uvodni_tabulka td:last-child { padding-right: 0; }
#obsah .obsah_uvod table.uvodni_tabulka h2 { border-bottom: 1px solid #c0c0c0; color: #324E5C; }
#obsah .obsah_uvod table.uvodni_tabulka td:first-child h2 { color: #7E1D31; }
#obsah .obsah_uvod table.uvodni_tabulka td:last-child h2 { color: #8F881E; }
#obsah .obsah_uvod table.uvodni_tabulka a 
{ 
  display: block;
  float: right;
  padding: 5px 20px;
  color: #fff;
  text-decoration: none;
  background-color: #324E5C;
}
#obsah .obsah_uvod table.uvodni_tabulka td:first-child a { background-color: #7E1D31; }
#obsah .obsah_uvod table.uvodni_tabulka td:last-child a { background-color: #8F881E; }
#obsah .obsah_uvod table.uvodni_tabulka a:hover { opacity: 0.8; } 
#obsah .obsah_uvod p.nadpis_h3 { font-weight: bold; padding-bottom: 10px; font-size: 130%; border-bottom: 1px solid #c0c0c0; margin-bottom: 10px; }

.obsah_bezny .kontakty {
    border-right:1px solid #adadaf; 
    float: left;
    font-size: 17px;
    padding: 5px 0;
    margin-top: 30px;
    margin-bottom: 40px;
    color: #747377;
   line-height: 26px;
}
.obsah_bezny .telefon, .obsah_bezny .mail {
    padding-left: 45px; 
    padding-right: 30px; 
    width: 200px; 
    background: url(/images/paticka_telefoni.png) top left no-repeat;  
}
.obsah_bezny .mail{ 
    background: url(/images/paticka_mail.png) top left no-repeat; 
    padding-bottom: 5px;
}

#obsah .obsah_bezny p.adresa{
   width: 200px;
   margin-left: 30px;
    margin-bottom: 40px;
    margin-top: 30px;
   float: left;
   line-height: 28px;
    color: #747377;
}

.clanek, .clanek2 { padding-top: 20px; padding-bottom: 60px; }
.clanek h2 {  } 
.clanek .clanek_perex { float: right; width: 550px; } 
.clanek_2 .clanek_perex { float: left; width: 565px; }
.clanek_static p, .clanek_static h2, .clanek_static h3, .clanek_static p.ikona { float: right; width: 550px; }
.clanek_static_2 p, .clanek_static_2 h2, .clanek_static_2 h3, .clanek_static_2 p.ikona { float: left; width: 550px; } 
.clanek_img_solo, .clanek .clanek_img  { width: 295px; margin-right: 60px; margin-bottom: 30px; text-align: center; float: left; border-radius: 5px; border: 1px solid #ececec; }
.clanek_img_solo img, .clanek .clanek_img img { background: #fff;  max-width: 285px; max-height: 220px; }
.clanek_static_2 .clanek_img_solo { float: right; margin-right: 0; margin-left: 60px; }
.clanek_2 .clanek_img { float: right; margin-right: 0; margin-left: 60px; }
.clanek_static_2,.clanek_static { padding-top: 20px; padding-bottom: 60px; }

#posledni_clanky { line-height: 150%; }
#posledni_clanky .clanek { float: left; width: 307px; margin-right: 40px; margin-bottom: 0; }
#posledni_clanky .clanek h2 { float: none; width: auto; }
#posledni_clanky .clanek.treti { width: 306px; margin-right: 0; }
#posledni_clanky .clanek .clanek_img { float: none; margin-right: 0; width: auto; }
#posledni_clanky .clanek .clanek_img img { height: 120px; width: auto; }
#posledni_clanky .clanek .clanek_perex { float: none; width: auto; }
#posledni_clanky p.data { text-align: left; }
  
#obsah .obsah_bezny
{ 
  float: left;
  padding: 30px 25px 60px;
  width: 910px;
}
#obsah .obsah_bezny h1 { border-bottom: 1px solid #cdccce; margin-bottom: 10px; }

#obsahlevy{
    float: left;
    width: 595px;
    margin-right: 45px;
}
 
#zapati_cely{
    height: 108px;
    color: #afa496;
    font-size: 13px;
    background: #ebebeb url(/images/pozadi_zemi.png) repeat-x;
}

.zapati_levy, .zapati_pravy{
    float: left;
    width: 480px; 
    padding-top: 52px;
}
.zapati_levy { }
.zapati_pravy { text-align: right; }

.zapati_pravy .podpis{
    float: left;
    margin-left: 25px; 
}

.zapati_pravy img {
    float: right;
    margin-top: -10px; 
    margin-left: 18px;
}



#vyhledavani { margin-bottom: 20px; }
span.vyhledavani_zvyraznene { background-color: yellow; }

div.vyhledavani_clanek, div.vyhledavani_kategorie, div.vyhledavani_rezervace 
{ 
  border-bottom: 1px solid #c0c0c0; 
  padding-bottom: 10px;
  margin-bottom: 10px;
}
div.vyhledavani_eshop {}

#mailing { margin-top: 20px; margin-bottom: 20px; }

div#cookies
{
  width: 100%;
  text-align: center;
  padding: 8px 0;
  color: #000;
  background-color: #FFFE9A;
  font-size: 80%;
}
a#cookies_accept { padding-left: 40px; text-decoration: none; font-weight: bold; font-size: 120%; }

#jazyky, #meny { width: 130px; float: right; text-align: right; padding-right: 10px; }
#jazyky a, #meny a { font-size: 80%; text-decoration: none; }
#jazyky a.aktivni, #meny a.aktivni { font-weight: bold; }

ul#podkat
{ 
  border: 1px solid #c0c0c0;
  text-align: center;
  margin: 20px 0;
  padding: 10px;
}
ul#podkat a.aktivni { color: #7DAF39; }
ul#podkat li { list-style-type: none; width: 209px; float: left; padding: 5px; height: 128px; overflow: hidden; }
ul#podkat li img { max-width: 200px; max-height: 50px; }
ul#podkat li span { color: #000; text-decoration: none; font-size: 90%; }
ul#podkat li.sorthead { width: 95%; clear: both; text-align: right; height: 30px; }
ul#podkat li.subnadpis { width: 95%; clear: both; text-align: left; font-weight: bold; padding: 10px; height: 30px; }

div.strankovani { text-align: center; margin: 5px 0; }
div.strankovani a { padding: 2px 5px; }
div.strankovani a.aktualni { font-weight: bold; }





/* modul uživatelé ************************************************************/

#uzivatele_login { margin-bottom: 20px; }
#uzivatele_login table
{
  font-size: 90%; 
  border: none;
  margin: 10px 0;
}
#uzivatele_login table td
{
  border: none;
  vertical-align: middle;
}
#uzivatele_login img
{
  width: 22px;
  height: 22px;
  margin-top: 5px;
}

img.socsite
{
  border: none;
  width: 32px;
  height: 32px;
}

table.reset_hesla, table.registrace, table.osobni_udaje
{
  border: none;
  margin: 10px auto;
  width: 60%;
}

 table.osobni_udaje
 {
   width: 100%;
 }

table.reset_hesla td, table.registrace td, table.osobni_udaje td
{
  border: none;
  font-size: 90%;
}

div.skryty
{
  display: none;
}
  
div#pokracovat
{
  width: 49%;
  float: left;
}
div#dokoncit
{
  width: 49%;
  float: right;
  text-align: right;
  font-weight: bold;
}

/* styly pro modul komentáře ************************************************ */

#komOdp { }
#komOdp p { font-size: 70%; padding: 5px; }

div.kom1 { border: dotted #98bf0e 1px; background-color: #f0facb; margin: 5px; padding: 10px; }
div.kom2 { border: dotted #D2CB77 0; border-width: 0 0 1px 0; background-color: #fff; margin: 5px 5px 5px 25px; padding: 10px; }
div.kom3 { border: dotted #D2CB77 0; border-width: 0 0 1px 0; background-color: #fff; margin: 5px 5px 5px 45px; padding: 10px; }
div.kom4 { border: dotted #D2CB77 0; border-width: 0 0 1px 0; background-color: #fff; margin: 5px 5px 5px 65px; padding: 10px; }
div.kom5 { border: dotted #D2CB77 0; border-width: 0 0 1px 0; background-color: #fff; margin: 5px 5px 5px 85px; padding: 10px; }
div.kom6 { border: dotted #D2CB77 0; border-width: 0 0 1px 0; background-color: #fff; margin: 5px 5px 5px 105px; padding: 10px; }
div.kom7 { border: dotted #D2CB77 0; border-width: 0 0 1px 0; background-color: #fff; margin: 5px 5px 5px 125px; padding: 10px; }
div.kom8 { border: dotted #D2CB77 0; border-width: 0 0 1px 0; background-color: #fff; margin: 5px 5px 5px 145px; padding: 10px; }

table.pridatKom { width: 100%; border: none; }
table.pridatKom td { padding: 5px 20px 5px 0; border: none; font-size: 100%; }

#obsah p.komPredmet { font-weight: bold; }
#obsah p.komUdaje { font-size: 60%; color: #909090; padding: 5px 0 10px 0; }
#obsah p.komText { font-size: 80%; padding: 0 0 5px 0; }

a#pcom:hover { cursor: pointer; }





/* styly pro modul fotogalerie ********************************************** */

#fotogalerie {}

.fotogalerie { margin-bottom: 10px; }

.fotogalerie div.fotka 
{ 
  float: left; 
  width: 180px; 
  height: 140px; 
  border: 1px solid #d9d9d9;
  margin-bottom: 20px;
  margin-right: 20px;
  text-align: center;
  border-radius: 5px; 
}
.fotogalerie div.fotka.treti { margin-right: 0; }
.fotogalerie div.fotka img { display: inline-block; vertical-align: middle; max-width: 170px; max-height: 130px; margin: 0; }
.fotogalerie div.fotka span { display: inline-block; vertical-align: middle; width: 0; height: 100%; }

/* styly souboru fotka.php */
#horni, #navig, #fotka { text-align: center; }
#horni h1 { font-size: 200%; font-weight: bold; }


/* styly pro modul rezervace ***************************************** */
div.rezervace_prvek { 
    margin-bottom: 30px; padding-bottom: 45px; border-bottom: 2px solid #e6e6e6; 
}
div.rezervace_prvek p { width: 540px; float: left; }

div#rezervace_obrazek { 
    border: 1px solid #ececec;
    border-radius: 5px;
    float: left;
    margin-bottom: 30px;
    margin-right: 60px;
    text-align: center;
    width: 295px;
}
div#rezervace_obrazek img {
    background: #fff;
    max-height: 220px;
    max-width: 285px;
}
div#rezervace_udaje { float: left; }
div#rezervace_udaje table { border: none; width: 238px; }
div#rezervace_udaje td { border: none; }
div#rezervace_udaje td.koupit { text-align: right; }
 div#rezervace_udaje select { padding: 5px; }

div.rezervace_obrazek { float: right; margin-left: 80px; margin-bottom: 10px; border: 1px solid #d9d9d9; border-radius: 5px; }
div.rezervace_obrazek img { margin: 0; padding: 4px; width: 280px; height: 160px;}
div.rezervace_kosik { }
div.rezervace_kosik input[type=submit],div#rezervace_udaje .rezervovat { 
    background: url(/images/rezervace_pr.png) 8% 50% no-repeat, url(/images/pozadi_button.jpg) repeat;
    padding: 12px 70px 12px 70px; 
    -moz-box-shadow: 1px 2px 0px #c0b8a7;
    -webkit-box-shadow: 1px 2px 0px #c0b8a7;
    box-shadow: 1px 2px 0px #c0b8a7; 
    font-size: 25px;
    text-shadow:0px 2px 0px #17372d;  
    float: right;
}
div#rezervace_udaje .rezervovat { float: left; padding: 12px 40px 12px 50px;}

div.rezervace_cena { padding-top: 14px; color: #6e9e36; font-size: 37px; float: left; font-weight: bold; line-height: 25px; }
div.rezervace_cena div { font-weight: normal; }
#obsah div.rezervace_cena div p { width: 200px; font-size: 14px; padding-bottom: 0; padding-top: 2px; }

table.rezervace_termin { border-spacing: 0; border: none; width: 90%;  }
table.rezervace_termin td { border: none; font-size: 90%; }
table.rezervace_termin input, table.rezervace_termin select  { padding: 5px; }

div#obsazenost_datum { width: 100%; text-align: center; }
div#obsazenost_datum img { border: none; vertical-align: middle; }
div#obsazenost_mesic { width: 659px; margin: 20px 0; }
div#obsazenost_head {}
div#obsazenost_dny { border: 1px solid #c0c0c0; border-width: 1px 0 0 1px; }

div.obsazenost_head_den { float: left; width: 94px; color: #7DAF39; font-weight: bold; font-size: 90%; text-align: center; padding: 5px 0; }
div.obsazenost_den 
{ 
  width: 93px; height: 40px; border: 1px solid #c0c0c0; border-width: 0 1px 1px 0; float: left;
  text-align: center; padding-top: 15px; position: relative;
}
div.obsazenost_den.prazdny { background-color: #efefef; color: #C0C0C0; }
div.obsazenost_den a { display: block; width: 93px; height: 55px; position: absolute; top: 0; left: 0; z-index: 0; }
div.obsazenost_den a.dopo { width: 47px; }
div.obsazenost_den a.odpo { width: 46px; left: 47px; }
div.obsazenost_den a.hodinova { background-color: orange; opacity: 0.2; }
div.obsazenost_den a:hover { background-color: green; opacity: 0.2; }

div.obsazenost_obs_dopo { background-color: red; opacity: 0.2; width: 47px; height: 55px; position: absolute; top: 0; left: 0; z-index: 1; }
div.obsazenost_obs_odpo { background-color: red; opacity: 0.2; width: 46px; height: 55px; position: absolute; top: 0; left: 47px; z-index: 1; }

div#obsazenost_hodiny { width: 659px; margin: 20px 0; }

div.obsazenost_hodina { border-bottom: 1px solid #c0c0c0; position: relative; height: 56px; }
div.obsazenost_hodina a { display: block; float: left; width: 499px; height: 56px; position: absolute; top: 0; left: 160px; z-index: 0; }
div.obsazenost_hodina a.pul { height: 28px; top: 28px; }
div.obsazenost_hodina a.cela { height: 28px;  }
div.obsazenost_hodina a:hover { background-color: green; opacity: 0.2; }

div.obsazenost_hodina_datum { text-align: center; width: 100%; padding: 5px 0; }

div.obsazenost_hodina_head { float: left; width: 139px; height: 46px; text-align: right; padding: 5px 10px; border-right: 1px solid #c0c0c0; }

div.obsazenost_obs_pul { background-color: red; opacity: 0.2; width: 499px; height: 28px; position: absolute; top: 0; left: 160px; z-index: 1; }
div.obsazenost_obs_cela { background-color: red; opacity: 0.2; width: 499px; height: 28px; position: absolute; top: 28px; left: 160px; z-index: 1; }
div.obsazenost_obs_pul.prazdny, div.obsazenost_obs_cela.prazdny { background-color: #e0e0e0; color: #C0C0C0; opacity: 1; }

