html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header,
hgroup, menu, nav, section, menu,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  vertical-align:baseline;
  background:transparent;
}

article, aside, figure, footer, header,
hgroup, nav, section { display:block; }

nav ul { list-style:none; }

blockquote, q { quotes:none; }

blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

a { margin:0; padding:0; vertical-align:baseline; background:transparent; }

ins { background-color:#ff9; color:#000; text-decoration:none; }

mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }

table { border-collapse:collapse; border-spacing:0; }

hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }

input, select { vertical-align:middle; }

a:hover, a:active { outline: none; }

a, a:active, a:visited { color:#540000; text-decoration:none; }
a:hover { color:#e23838; }
a:link { -webkit-tap-highlight-color: #FF5E99; }

td, td img { vertical-align:top; }

sub { vertical-align: sub; }
sup { vertical-align: super; }

input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; *vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

label, input[type=button], input[type=submit], button { cursor: pointer; }

::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }

html { overflow-y: scroll; }

button {  width: auto; overflow: visible; }

.alignleft{float: left; margin: 0px 20px 10px 0px;}
.alignright{float: right; margin: 0px 0px 10px 20px;}

.clearfix:after { content: " "; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
.clearfix { display: block; }


body {
  font-family: "DejaVu Serif Condensed", serif; 
  color:#554600;
  background-color: #ffea8a;
  font-size: 110%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "DejaVu Serif Condensed", serif;
  weight: bold;
  color: #c41212;
  margin: 5px 0;
}

#header {
    background: #c41212;
    width: 100%; height: 7em;
    position: fixed;
    top: 0px; left: 0px;
    box-shadow: 0px 5px 15px #666;
    moz-box-shadow: 0px 5px 15px #666;
    webkit-box-shadow: 0px 5px 15px #666;
    z-index: 40;
}

#header_container {
    margin: 0 auto;
    z-index: 55;
    width: 945px;
}

#header h1 { margin-left: 140px; }

.logo {
    float: left;
    height: 160px;
    margin: 5px 5px 5px 1em;
    width: 128px;
    z-index: 62;
    position: fixed; top: 0px; left:0px;
}

#social {
  float: right;
  margin: 1ex 0 1ex 1ex;
}


#main_nav {
    margin-right: 10px; 
    position: fixed; top: 8ex; left: 35%;
    z-index: 62;
}
#main_nav ul
{
    margin: 0;
    padding: 0;
}
#main_nav ul li
{
    float: left;
    list-style: none;
    margin-left: 10px;
    position: relative;
}
#main_nav ul li a
{
    color: #fff;
    font-size: 22px;
    font-variant: small-caps;
    text-decoration: none;
    text-shadow: 0px -1px 0px #555;
}
#main_nav ul li a:hover
{
    color: #999;
}
#main_nav ul li ul
{
    background: #e23838;
    border-bottom: 1px solid #555;
    border-left: 1px solid #555;
    border-right: 1px solid #555;
    display: none;
    left: -10px;
    margin: 0;
    moz-border-radius-bottomleft: 10px;
    moz-border-radius-bottomright: 10px;
    padding: 10px;
    position: absolute;
    top: 100%;
    webkit-border-bottom-left-radius: 10px;
    webkit-border-bottom-right-radius: 10px;
    width: 140px;
    z-index: 62;
}
#main_nav ul li:hover ul {
    display: block;
}

#main_nav ul li ul li {
    margin: 5px 0;
    padding: 0;
}

#main_nav ul li ul li:hover {
    margin-left: 1px;
}

#wrapper {
    margin: 3em auto 16em auto;
    position: relative; top: 7em;
    width: 940px;
}

#wrapper p {
    text-shadow: 0px -1px 0px #f1f1f1;
}

#wrapper h3 {
    text-shadow: 0px -1px 0px #f9f9f9;
}

#featured {
    background: #e8e8e8;
    border: 1px solid #555;
    box-shadow: 0px 5px 15px #666;
    height: 360px; width: 940px;
    margin-top: -100px;
    moz-box-shadow: 0px 5px 15px #666;
    position: relative;
    webkit-box-shadow: 0px 5px 15px #666;
    z-index: 54;
}

#rezervace {
   width: 40em;
   position: fixed; top: 10.5em; left: 1em;
   z-index: 60;
}

#rezervace a { color: #fff; }
#rezervace a:hover { color: #999; }

#rezervace-otevri {
  position: absolute; left: -4em; top: 0.6ex;
  font-size: 2em;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  padding: 0ex 0.2ex 0.5ex 0.2ex;
}

#rezervace-zavri {
  position: absolute; right: 5%; top: 0.6ex;
  font-size: 2em;
}

#rezervace-tel, #rezervace-form {
  position: relative; 
  width: 40%; margin: 5px; 
  background: rgba(0,0,0,0.5);
  color: #fff;
  padding: 1em 1ex;
  box-shadow: 0px 5px 15px #666;
  moz-box-shadow: 0px 5px 15px #666;
  webkit-box-shadow: 0px 5px 15px #666;
}

#rezervace-tel p { text-align: center; }
#rezervace-form input { width: 5em; }
#rezervace h3 { color: #800000; }

#main, #alert {
    clear: both;
    width: 940px;
    margin: 100px auto;
}

#main article, #alert article {
  margin: 100px auto;
  padding: 3em 5em;
  background: rgba(0,0,0,0.05);
  box-shadow: 0px 5px 15px #666;
  moz-box-shadow: 0px 5px 15px #666;
  webkit-box-shadow: 0px 5px 15px #666;
  clear: right;
}

#alert, #alert article {
  margin-top: -120px; 
  background: #c41212;
  color: #fff;
}

#alert h3, #alert strong {
  color: #ffea8a;
}

#main a.vcenter {
   display: block;
   position: relative;
   top: -8em;
   visibility: hidden;
}

#main .img-popup-gallery {   
  width: 50%; 
  float: right; 
  margin: 0 0 1em 1em;
}

#main article img {
  width: 100%; 
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@-moz-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@-o-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}
.mfp-figure { 
  -webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility:    hidden;
  -ms-backface-visibility:     hidden;
}


.nobreak { white-space: nowrap; }

#footer
{
    background: #c41212;
    color: #fff;
    margin-top: 40px;
    padding-top: 20px;
    width: 100%;
    z-index: 61;
    position: relative;
}

#footer_container
{
    margin: 0 auto;
    width: 940px;
}
#footer_container h4,#footer_container p
{
    color: #fff;
}
#footer_container h4
{
    border-bottom: 1px solid #000;
}
#footer_container p
{
    margin: 10px 0;
}
#footer_container ul
{
    margin: 10px 0 0 0;
    padding: 0;
}
#footer_container ul li
{
    border-bottom: 1px dotted #e8e8e8;
    font-size: 60%;
    line-height: 1.2em;
    list-style: none;
}
#footer_container ul li a
{
    color: #fff;
    text-decoration: none;
}
#footer_container ul li a:hover
{
    margin-left: 1px;
}
.foot_col
{
    float: left;
    margin-right: 30px;
    width: 15%;
}

#footer aside  {
    float: left;
    clear: left;
    width: 38%;
}
