/* -------- reset -------- */

html, body, div, a, p, img, a img, ul, li, h1,h2, h3, small, span {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration:none;
}

h1, h2, h3 {
    font-weight: normal;
}

:focus {
    outline:none; 
}

::-moz-selection, ::selection { 
    color:#fff;
    background:#c22a09; 
}
ul {
    list-style:none;
}
/* end reset */

html {
    font-family: 'Lora', serif;
    text-align: center;
    background-image: url('/images/cihly-pozadi.jpg');
    background-repeat: repeat;
}

body {
    overflow-y: scroll;
    text-align: center;
    min-width: 1248px;
}

.logo {
    margin:0 auto;
    width:379px;
    height: 65px;
    background-image: url('/images/bouczech-3v1.png');
}

#content .in{
   margin:0 auto; 
   width: 1218px;
   padding-left: 15px;
   padding-right: 15px;
}

/*---- home page -----*/
#logo-sklep {
    width: 1024px;
    height: 410px;
    background-image: url('/images/sklep-restaurant-logo.png');
    background-repeat: no-repeat;
    z-index: 1;
    margin:40px auto 0 auto;
}

#kolecko {
    float:left;
    width: 190px;
    height: 155px;
    margin-top: 110px;
    background-image: url('/images/kolecko.png');
    background-repeat: no-repeat;
    padding-top:35px;
    z-index: 2;
}

#kolecko p{
    color:white;
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
    text-align: center;
    line-height: 180%;
}

#kolecko p span{
    color:#DA9567;
    font-weight: 700;
}
/*
#logo-pensionx {
    float:left;
    width: 192px;
    height: 192px;
    margin-top: 109px;
    margin-left: 810px;
    background-image: url('/images/pension-sklep.png');
    background-repeat: no-repeat;
    z-index: 2;
    -webkit-transition: background-image 0.4s ease-in-out;
    -moz-transition: background-image 0.4s ease-in-out;
    -o-transition: background-image 0.4s ease-in-out;
    transition: background-image 0.4s ease-in-out;
}

#logo-pensionx:hover {
    background-image: url('/images/pension-sklep2.png');

}
*/

#logo-pension {
    position: relative;
    width: 192px;
    height: 192px;
    float:left;
    background-image: url('/images/pension-sklep.png');
    margin-top: 109px;
    margin-left: 810px;
    z-index: 2;
}

#logo-pension > img{
    display: block;
    width: 192px;
    height: 192px;
    position: absolute;
    /* transitions */
    -webkit-transition: all .4s ease;
       -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
         -o-transition: all .4s ease;
            transition: all .4s ease;
    
}

#logo-pension > img.normal{ 
    filter: alpha(opacity=100); /* IE stuff */
    opacity: 1;
    z-index: 4;
}
#logo-pension > img.hover{
    filter: alpha(opacity=0); /* IE stuff */
    opacity: 0;
    z-index: 3;
}
/* hover */
#logo-pension:hover > img.normal{ 
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 3;
}
#logo-pension:hover > img.hover{ 
    filter: alpha(opacity=100);
    opacity: 1;
    z-index: 4;
}



#akce-pruh {
    background-color:white;
    text-align: center;
}

#akce-pruh .in{
    text-align: center;
    margin: 0 auto;
    
}

#akce-pruh #akce{
    color:black;
    padding:20px 0 30px 0;
    text-align: center;
    margin:0 auto;
}


#akce-pruh table {
    margin:0 auto;
    border-collapse: collapse;
}

#akce-pruh table.nadpisova td.text{
    min-width: 300px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color:#404040;
    letter-spacing: 2px;
    word-spacing: 2px;
    line-height: 40px;
}

#akce-pruh table {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color:black;
    line-height: 170%;
}

#akce-pruh .sipka {
    height: 30px;
    width: 30px;
    background-image: url(/images/sipka.png);
    background-repeat: no-repeat;
}

#akce-pruh .sipka.leva{
    margin-right: 60px;
}

#akce-pruh .sipka.prava{
    margin-left: 60px;
}

#akce-pruh #akce table{
    text-align: left;
    vertical-align: top;
}



#fotky-pruh {
    height: 175px;
    background-color: white;
    border-top: 6px solid #EDEDD8;
    border-bottom: 6px solid #EDEDD8;
    background-position:center;
    background-image: url('/images/restaurace-sklep-foto.jpg');
    background-repeat: repeat-x;
}

#fotky-pruh-bile {
    height: 175px;
    background-color: white;
    border-top: 6px solid white;
    border-bottom: 6px solid white;
    background-position:center;
    background-image: url('/images/restaurace-sklep-foto.jpg');
    background-repeat: repeat-x;
}

#nase-nabidka, #ubytovani, .tmavy-pruh  {
    background-color: #121212;
    text-align: center;
    padding-top:70px;
    padding-bottom:100px;
}

.kosoctverce-svetle {
    margin:0 auto;
    margin-bottom:40px;
    width: 46px;
    height: 10px;
    background-image: url(/images/kosoctverce-svetle.png);
    background-repeat: no-repeat;
}

.kosoctverce-cigareta {
    margin:0 auto;
    margin-bottom:30px;
    width: 79px;
    height: 42px;
    background-image: url(/images/kosoctverce-cigareta.png);
    background-repeat: no-repeat;
}

.kosoctverce-tmave{
    margin:0 auto;
    margin-bottom:40px;
    width: 46px;
    height: 10px;
    background-image: url(/images/kosoctverce-tmave.png);
    background-repeat: no-repeat;
}

.kosoctverce-sedive{
    margin:0 auto;
    margin-bottom:40px;
    width: 46px;
    height: 10px;
    background-image: url(/images/kosoctverce-sedive.png);
    background-repeat: no-repeat;
}


#nase-nabidka h1, #ubytovani h3, #footer h2, #listek h2, #firemni-akce h2, #onas h2 {
    color:#F5F2DD;
    font-family: 'Merriweather', serif;
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 2px;
    line-height: 200%;
}

#nase-nabidka h2, #ubytovani h2, #listek h1, #kontakt h1, #fotogalerie h1, #rezervace h1, #onas h1, #firemni-akce h1{
    color:#F5F2DD;
    font-size: 32px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    word-spacing: 6px;
    line-height: 200%;
}

#kontakt h1, #listek h1, #listek h2, #onas .bezovy-pruh h1, #onas .bezovy-pruh h2,  #fotogalerie h1, #rezervace h1, #firemni-akce h1{
    color:#404040;
}

#listek h3{
font-size: 18px;
color: #404040;
font-family: 'Open Sans', sans-serif;
font-weight: 700;
font-style: normal;
word-spacing: 2px;
padding-top: 30px;
line-height: 100%;
text-align: left;
}


#rozcestnik{
    text-align: center;
    width:1024px;
    margin: 0 auto;
    margin-top:60px;
}

#rozcestnik .sipka{
    width: 72px;
    height: 20px;
    background-image: url('/images/sipka2.png');
    background-repeat: no-repeat;
    padding-left:5px;
    margin-top:15px;
}

#rozcestnik .sipka p{
    color:black;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 19px; 
}

#rozcestnik .sloupec{
    width:270px;
    text-align: left;
    color:#F5F2DD;
    float:left;
}

#rozcestnik .sloupec.prostredni{
    margin-left:50px;
    margin-right:50px;
}

#rozcestnik .sloupec.levy{
    margin-left:50px;
}

#rozcestnik .sloupec.pravy{
    margin-right:50px;
}


#rozcestnik .sloupec img{
    width: 267px;
    height: 168px;
    margin-top:30px;
    margin-bottom: 30px;
}

#rozcestnik .sloupec.prostredni img{
    width: 267px;
    height: 168px;
    margin-top:15px;
    margin-bottom: 30px;
}


#rozcestnik .sloupec #cepujeme{
    height: 33px;
    width: 258px;
    background-color:#FF8041;
    line-height: 33px;
    padding-left: 10px;
    
}


#rozcestnik .sloupec #cepujeme h3{
    font-size: 15px;
    font-style: normal;
    
    font-family: 'Open Sans', sans-serif;    
}


#rozcestnik h2, #fotogalerie h2, #firemni-akce h2{
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 22px;
    color:#FF8041;
    text-transform:uppercase;
}

#rozcestnik h3{
    font-family: 'Merriweather', serif;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 1px;
}

#nase-nabidka p {
    color:white;
    font-size: 13px;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    word-spacing: 2px;
    line-height: 170%;
}

#nase-nabidka .in .oznameni p {
    font-size: 15px;
    font-weight: bold;
}
#nase-nabidka .in .oznameni {
    margin:-20px auto 40px auto;
}

#video{
    width:650px;
    margin: 60px auto 60px auto;
}

#video #text{
    padding-left:10px;
    padding-bottom:20px;
}

#video h2{
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 22px;    
    text-transform: uppercase;
    text-align: left;
    line-height: 200%;
}

#video p{
    color:white;
    text-align: left;
    font-size: 13px;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    word-spacing: 2px;
    line-height: 170%;
}

#video #youtube iframe{
    margin:0;
    padding:0;
    border:4px solid white;
}

#ubytovani .cara{
    height: 2px;
    width: 1024px;
    margin: 100px auto 0 auto;
    background-color: #F5F2DD;
}

#ubytovani .cara.druha{
     margin-top: 65px
}


#ubytovani .hvezda{
    width: 82px;
    height: 41px;
    background-image: url('/images/pulkruh-hvezda.png');
    background-repeat: no-repeat;
    margin:0 auto;
}

#ubytovani #fotky{
    margin-top: 40px;
}

#ubytovani #fotky img{
    width: 191px;
    height: 127px;
    float:left;
    margin-left: 18px;
}

#ubytovani #fotky img.prvni{
    margin-left: 96px;
}

#ubytovani #text{
    margin:60px auto 60px auto;
    width: 940px;
}

#ubytovani #text p{
    margin-top: 60px;
    margin-bottom: 60px;
    color:white;
    text-align: left;
    font-size: 13px;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    word-spacing: 2px;
    line-height: 240%;
}
/*-------end Homepage -----*/

/*------- Fotogalerie -----*/
#fotogalerie h2{
    padding-left:10px;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color:#FF8041;
    text-transform:uppercase;
    letter-spacing: 3px;
}


#fotogalerie table {
    margin:0 auto;
    border-collapse: collapse;
    margin-bottom: 20px;
}

#fotogalerie table img{
    width: 400px;
    height: 225px;
    padding:10px;
}
/*------- end Fotogalerie -----*/


/*------- Rezervace -----*/
#rezervace p.ita{
    padding-top:20px;
    font-style: italic;
}


#rezervace #taxi {
padding:40px;
background-color: #F8F8F8;
width: 600px;
margin:0 auto;
}

#rezervace #taxi h2{
    color: black;
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 30px;
}

#rezervace #taxi h3{
    color: black;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    line-height: 300%;
}


#rezervace #taxi table th{
width: 160px;
text-align: left;
}

#rezervace #taxi table span{
vertical-align: super;
font-weight: normal;
}


#rezervace #taxi p.zpatecni{
line-height: 300%;
font-weight: bold;
font-family: 'Open Sans', sans-serif;
color:black;
}



#rezervace #taxi table#kontakty{
padding-left: 67px;
}

#rezervace #taxi table#kontakty th{
width: 90px;
text-align: left;
}



#rezervace #taxi table td{
width: 300px;
text-align: left;
line-height: 50px;
vertical-align: middle;
}

#rezervace #taxi table#zpatecni th{
text-align: right;
}

#rezervace #taxi table{
margin:0 auto;
}

#rezervace #taxi table tr{

vertical-align: middle;
line-height: 50px;
font-family: 'Open Sans', sans-serif;
}

#rezervace #taxi table input {
 font-family: 'Open Sans', sans-serif;
 font-size:16px;
 line-height: 100%;
 padding-top: 5px;
 padding-bottom: 5px;
 padding-left: 5px;
 background-color: white;
 border:1px solid #CCCCCC;
}

#rezervace #taxi table select {
 font-family: 'Open Sans', sans-serif;
 font-size:16px;
 line-height: 100%;
 padding-top: 5px;
 padding-bottom: 5px;
 padding-left: 5px;
 background-color: white;
 border:1px solid #CCCCCC;
 }

#rezervace #taxi table textArea {
 font-family: 'Open Sans', sans-serif;
 font-size:16px;
 line-height: 100%;
 padding-top: 5px;
 padding-bottom: 5px;
 padding-left: 5px;
 background-color: white;
 border:1px solid #CCCCCC;
 } 
 
  
 #ulozit-button input.button{
   border:1px solid #FF8041;
   box-shadow: 1px 1px 2px silver;   
   background-color: #FF8041; 
   cursor: pointer; 
   cursor: hand;
   position: relative;
   margin-left:15px;
   margin-top:10px; 
   margin-bottom:10px; 
   width:120px;
   height:32px;
   font-size: 14px;
   font-family: Open sans, sans-serif;
   line-height: 100%;
   text-align: center;
   color:white;
   text-decoration: none;
}

#ulozit-button.stred input.button{
   margin-top: 30px;
}

#ulozit-button input.button:hover{
    background-color: orange;
    border:1px solid orange;    
    color:white;
}
 
 
 
 
 
 
 
 
/*------- end Rezervace -----*/

/*------- Firemni akce -----*/
#firemni-akce #text2{
 width: 840px;
 margin:0 auto;
 border:2px solid silver;
 padding:30px 55px 75px 55px;
 text-align: left;
 font-family: 'Merriweather Sans', sans-serif;
 line-height: 190%; 
 font-size: 15px;
}

#firemni-akce h2{
font-family: 'Open Sans', sans-serif;
font-weight: 700;
font-size: 20px;
color:#FF8041;
text-transform:uppercase;    
font-style: normal;
word-spacing: 0;
letter-spacing: 0;
padding-top:30px;
padding-bottom: 15px;
}

#firemni-akce #rauty{
float:left;
width: 430px;
}

#firemni-akce p a, #firemni-akce p a:visited{
color:black;
}

#firemni-akce p a:hover{
color:red;
text-decoration: underline;
}

#firemni-akce #pedef{
float:left;
width: 61px;
height: 66px;
background-image: url('/images/pedef.png');
background-repeat: no-repeat;
margin-top:21px;
}

/*------- end Rezervace -----*/


/*------- Kontakt -----*/

#kontakt, #tmave-cihly, #onas, #fotogalerie, #rezervace, #firemni-akce {
    background-image: url('/images/cihly-pozadi3.jpg');
    background-repeat: repeat;
}

#kontakt .in {
    margin-bottom: -80px;
}

#kontakt #kolecko, #onas #kolecko, #fotogalerie #kolecko, #rezervace #kolecko, #firemni-akce #kolecko  {
    margin-top: 150px;
}

#nacihlach {
    margin: 115px 0 0 40px;
    float: left;
}

#nacihlach #auto {
    margin-top: 12px;
    width: 39px;
    height: 39px;
    float:left;
    margin-right: 20px;
    background-image: url('/images/auto.png');
    background-repeat: no-repeat;
}

#nacihlach #text {
    float: left;
}

#nacihlach #text p{
    text-align: left;
    color:white;
    font-size: 16px;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    word-spacing: 2px;
    line-height: 190%;
}


#bily-pruh{
    padding-top:70px;
    padding-bottom:30px;
    background-color:white;
    color:#404040;
}


#provozovatel {
    width: 823px;
    margin:50px auto 0 auto;
}


#provozovatel {
    text-align: left;
    color:#404040;
    font-size: 14px;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 300;
    line-height: 180%;
}

#provozovatel h2{
    text-decoration: underline;
    line-height: 200%;
    color: #807D73;
}


#kontakt .kosoctverce-tmave, #fotogalerie .kosoctverce-tmave, #rezervace .kosoctverce-tmave, #firemni-akce .kosoctverce-tmave, #onas .kosoctverce-tmave{
    margin-bottom:25px;
}


#kontakt #map-canvas{
    width:100%;
    margin-top: 40px;
    margin-bottom: 60px;
    height: 620px;
}

#kontakt table {
    border-collapse: collapse;
    margin: 40px auto 0 auto;
    text-align: left;
    color:#404040;
    font-size: 14px;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 300;
    word-spacing: 1px;
    line-height: 190%;
}

#kontakt table td span{
    text-decoration: underline;
    color:#807D73;
    }


#kontakt table td.prvni{width: 260px;}

#kontakt table td.druhy{width: 240px;}

#kontakt table td.treti{width: 320px;}

/*------- end Kontakt -----*/

/*------- Onas -----*/
#onas table {
   margin:0 auto; 
}

#onas table img {
    width:340px;
    height: 191px;
    padding:10px;
}




/*------- end Onas -----*/

/*------- Jidelni listek -----*/

#casy {
    margin: 115px 0 85px 90px;
    float: left;
}

#casy #hodiny {
    margin-top: 12px;
    width: 39px;
    height: 40px;
    float:left;
    margin-right: 20px;
    background-image: url('/images/hodiny.png');
    background-repeat: no-repeat;
}

#karty {
    margin: 125px 0 0 30px;
    width: 271px;
    height: 34px;
    float:left;
    margin-right: 20px;
    background-image: url('/images/karty2.png');
    background-repeat: no-repeat;
}

#casy #text {
    float: left;
}

#casy #text p{
    text-align: left;
    color:white;
    font-size: 16px;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 700;
    line-height: 190%;
}

#casy #text p.dennimenu{
    line-height: 375%;
}



.tmavy-pruh #text, #nabidka-pruh #text, .bezovy-pruh #text {
    width: 1024px;
    margin: 35px auto 40px auto;
    font-size: 15px;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 300;
    line-height: 200%;
}

#nabidka-pruh #text a {
    color:#404040;
}

#nabidka-pruh #text a:hover {
    text-decoration: underline;
}

.tmavy-pruh {
    padding-bottom: 100px;
}

.tmavy-pruh #text p {
    color: #F7F4DF;
}

.tmavy-pruh p.umisteni {
    color: #F5F2DD;
}

.bezovy-pruh{
    padding-top:70px;
    padding-bottom:100px;
    background-color:#F7F4DF;
    color:#404040;
}

.bezovy-pruh.prvni{
    margin-top: -80px;
}

.bezovy-pruh.prvni h1{
    padding-bottom: 20px;
}

.bezovy-pruh.fotogalerie, .bezovy-pruh.rezervace{
    margin-top: -80px;
    padding-bottom: 40px;
}

.bezovy-pruh.rezervace{
    min-height: 500px;
}


.cara-hvezda-svetla{
    width: 441px;
    height: 20px;
    margin:0 auto;
    background-image: url('/images/cara-hvezda.png');
    background-repeat: no-repeat;
}

.cara-hvezda-tmava{
    width: 441px;
    height: 20px;
    margin:0 auto;
    background-image: url('/images/cara-hvezda-tmava.png');
    background-repeat: no-repeat;
}

#nabidka-pruh{
    background-color:#F7F4DF;
    padding:70px 0 100px 0;
}

#nabidka-pruh p.denni-nabidka {
    font-size: 17px;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 300;
    line-height: 200%;
}

#nabidka-pruh img.denni-nabidka {
    margin: 10px auto 10px auto;
}


#nabidka-pruh iframe {
    background-color:white;
    margin-top:20px;
}


#dolni-tmavy-pruh {
    background-color:#121212;
    height: 80px;
}

#nabidka-pruh #jidelak-in {
    width: 800px;
    margin:0 auto;
    padding-top:40px;
    padding-bottom:50px;
}

#nabidka-pruh #polovicni-porce {
    margin:20px auto 0 auto;
}
#nabidka-pruh #polovicni-porce p{
    padding-top: 10px;
}


#nabidka-pruh .expand h2{
    font-size: 20px;
    color:#FF8041;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    word-spacing: 2px;
    padding-top: 20px;
    line-height: 100%;
}

#jidelak-in table.nazev-kategorie{
    margin:0 auto;
    border-collapse: collapse;
    text-align: center;
    vertical-align: middle;
    height: 45px;
}

#jidelak-in table.jidlo{
    margin:0 auto;
    border-collapse: collapse;
    text-align: left;
    vertical-align: middle;
    height: 45px;
    margin-bottom:20px;
}

#jidelak-in table.popis-kategorie{

}

#jidelak-in .jidla-vkategorii{
    padding-top:20px;
    padding-bottom:10px;
}

#jidelak-in .jidla-vkategorii .cara{
    height: 1px;
    margin:0 auto 15px auto;
    background-color: silver;
}

#jidelak-in table.jidlo td.mnozstvi {
    width:90px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color:#FF8041;
}

#jidelak-in table.jidlo td.nazev {
    width:600px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color:black;
}

#jidelak-in table.jidlo td.cena {
    width:50px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color:#FF8041;
}

#jidelak-in table.jidlo td.nazev-en {
    width:600px;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-size: 16px;
    font-weight: 400;
    color:#404040;
}
/*------- end Jidelni listek -----*/



/*------- Vinny listek -----*/
#listek {

}

#listek #obal-etikety {
   padding-top: 70px;
   padding-bottom: 28px;
}

#listek  #etikety {
   width: 926px;
   height: 162px;
   background-image: url('/images/vina.png');
   background-repeat: no-repeat;
   margin:0 auto;
}

#listek  #etikety2 {
   width: 926px;
   height: 162px;
   background-image: url('/images/napoje-2.png');
   background-repeat: no-repeat;
   margin:0 auto;
}

#vina-in {
   width:560px;
   padding-bottom: 60px;
   margin:0 auto;
}

#listek #uvod {
   padding-bottom: 40px;
}


#listek table.vino{
    margin:0 auto;
    border-collapse: collapse;
    text-align: left;
    vertical-align: middle;
    height: 45px;
    margin-bottom:20px;
}

#listek .vina-vkategorii{
    padding-top:20px;
    padding-bottom:10px;
}

#listek .vina-vkategorii .cara{
    height: 1px;
    margin:0 auto 15px auto;
    background-color: silver;
}

#listek table.vino td.mnozstvi {
    width:80px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color:#FF8041;
}

#listek table.vino td.nazev{
    width:320px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color:black;
}

#listek table.vino td.cena {
    width:40px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color:#FF8041;
}

#listek table.vino td.dvojka {
    width:80px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color:#FF8041;
}

#listek table.vino td.cukr {
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-size: 16px;
    font-weight: 400;
    color:#404040;
}

/*------- end Vinny listek -----*/


#napoje-in {
   width:500px;
   padding-bottom: 60px;
   margin:0 auto;
}

#listek table.napoj{
    margin:0 auto;
    border-collapse: collapse;
    text-align: left;
    vertical-align: middle;
    height: 45px;
    margin-bottom:20px;
}

#listek .napoje-vkategorii{
    padding-top:20px;
    padding-bottom:10px;
}

#listek .napoje-vkategorii .cara{
    height: 1px;
    margin:0 auto 15px auto;
    background-color: silver;
}

#listek table.napoj td.mnozstvi {
    width:90px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color:#FF8041;
}

#listek table.napoj td.nazev {
    width:620px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color:black;
}

#listek table.napoj td.cena {
    width:40px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color:#FF8041;
}

#listek table.napoj td.popisek {
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-size: 16px;
    font-weight: 400;
    color:#404040;
}
/*------- end Vinny listek -----*/






















/*---- footer -----*/
#footer{
    margin:0;
}

#footer #svetly-pruh{
    padding-top:70px;
    padding-bottom:30px;
    background-color:white;
    background-image: url('/images/footer-pozadi.jpg');
    background-repeat: repeat;
    color:#404040;
    text-align: center;
}

#footer #svetly-pruh .in{
    width: 1024px;
    margin:0 auto;
}

#footer #tmavy-pruh{
    background-color:#121212;
    color:white;
    height: 35px;
    padding:0;
}

#footer h2 {
    color:#919191;
}

#footer #facebook {
    width:28px;
    height: 28px;
    background-image: url('/images/facebook-footer.png');
    background-repeat: no-repeat;
    margin: 20px auto 0 auto;
}

#footer #cara {
    height: 1px;
    background-color: #CCCCCC;
    border-bottom: 1px solid white;
    width: 700px;
    margin: 90px auto 30px auto;
}

#footer #loga {
    margin-top:40px;
    padding-bottom: 30px;
}

#footer #wifi {
    width:96px;
    height: 75px;
    background-image: url('/images/wifi.png');
    background-repeat: no-repeat;
    float:left;
    margin-left:60px;
}

#footer #wifi:hover {
    background-image: url('/images/wifi-h.png');
}


#footer #beach-club {
    width:149px;
    height: 78px;
    background-image: url('/images/beach-club.png');
    background-repeat: no-repeat;
    float:left;
    margin-left:220px;
}

#footer #beach-club:hover {
    background-image: url('/images/beach-club-h.png');
}


#footer #raiffeisenbank {
    width:126px;
    height: 127px;
    background-image: url('/images/raiffeisenbank.png');
    background-repeat: no-repeat;
    float:left;
    margin-left: 365px;
}


#footer #riznuti {
    width:1021px;
    height: 4px;
    margin:25px auto 0 auto;
    
    background-image: url('/images/footer-riznuti.png');
    background-repeat: no-repeat;
}



#footer #tmavy-pruh p {
    color:white;
    font-size: 13px;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    word-spacing: 2px;
    line-height: 35px;
}


#footer #svetly-pruh p {
    color:#919191;
    font-size: 13px;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    word-spacing: 2px;
    line-height: 150%;
}

/*-------end footer-----*/









/*nette*/

#ajax-spinner {
	margin: 15px 0 0 15px;
	padding: 13px;
	background: white url('../images/spinner.gif') no-repeat 50% 50%;
	font-size: 0;
	z-index: 123456;
	display: none;
}

div.flash {
	color: black;
	background: #FF8041;
	padding: 1em;
	margin: 1em 0;
        margin-top:40px;
        font-family: 'Merriweather Sans', sans-serif;
        font-size: 16px;
        color:white;
        font-weight: bold;
}

a[href^="error:"] {
	background: red;
	color: white;
}

form tr, form td {
	vertical-align: top;
	font-weight: normal;
}

form tr {
	text-align: right;
}

form .required label {
	font-weight: bold;
}

form .error {
	color: #D00;
	font-weight: bold;
}

html.js .jshidden {
	display: none;
}
/*end nette*/

.clear {
  clear: both;  
}