/*!
 * Created by PhpStorm.
 * User: Blovsky
 */
.icon-block {
  position: relative;
}
.action-icon {
  position: fixed;
  top: 110px;
  display: block;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  font-size: 16px;
  margin-left: -15px;
  z-index: 10000;
}
.action-icon a {
  background-color: #d4c6b1;
  padding: 10px;
  color: #222222;
  font-weight: bold;
  text-decoration: none;
}
.action-icon a:hover {
  background-color: #b6aa98;
  color: #ffffff;
  border-bottom: solid 3px #ad6341;
}
.close-white {
  color: #ffffff;
}
.home {
  background: url("../img/bg/bg10.jpg") no-repeat fixed center center / cover;
}
.jidelnicek {
  background: url("../img/bg/bg2.jpg") no-repeat fixed center center / cover;
}
.napoj {
  background: url("../img/bg/bg3.jpg") no-repeat fixed center center / cover;
}
.tyden {
  background: url("../img/bg/bg9.jpg") no-repeat fixed center center / cover;
}
.akce {
  background: url("../img/bg/bg4.jpg") no-repeat fixed center center / cover;
}
body,
html {
  height: 100%;
  padding-top: 33px;
}
.separator-10 {
  height: 10px;
}
.separator-20 {
  height: 20px;
}
.separator-30 {
  height: 30px;
}
.separator-40 {
  height: 40px;
}
.separator-50 {
  height: 50px;
}
.separator-60 {
  height: 60px;
}
.separator-70 {
  height: 70px;
}
.separator-80 {
  height: 80px;
}
.separator-90 {
  height: 90px;
}
.separator-100 {
  height: 100px;
}
/* Home Page Carousel */
.item {
  background: transparent;
  text-align: center;
  height: 300px !important;
}
.control-buttons {
  text-align: center;
}
.transition-timer-carousel-progress-bar {
  height: 2px;
  background-color: #666666;
  width: 0%;
  margin: 0px 0px 1px 0px;
  border: none;
  z-index: 11;
  position: relative;
}
.gallery img {
  padding-bottom: 5px;
  padding-right: 2px;
}
/*basic panel
*/
.media {
  border-top: 1px solid #9d9d9d;
  padding-top: 15px;
}
.body-print {
  margin: 0;
  padding: 0;
  font-size: 18px;
}
.content-print {
  margin-top: -33px;
  color: #000;
}
.content-print h2 {
  margin-top: 10px;
}
.content-print h3 {
  margin-top: 20px;
  margin-bottom: 3px;
  font-size: 22px;
}
.content-print table > tbody > tr > td {
  padding-top: 0;
  padding-bottom: 0;
}
.content-print .text-italic small {
  color: #000;
}
/*table width settings -------------------------------------------------------------------------------------*/
.table-no-margin {
  margin-bottom: 0px;
}
.table-no-border > thead > tr > th,
.table-no-border > tbody > tr > td {
  border: 0;
  background-color: transparent;
}
.tableWidthSet > thead > tr > th,
.tableWidthSet > tbody > tr > td {
  padding: 3px;
}
.tableWidthSet > thead > tr > th.set-10,
.tableWidthSet > tbody > tr > td.set-10 {
  width: 10px;
}
.tableWidthSet > thead > tr > th.set-50,
.tableWidthSet > tbody > tr > td.set-50 {
  width: 50px;
}
.tableWidthSet > thead > tr > th.set-75,
.tableWidthSet > tbody > tr > td.set-75 {
  width: 75px;
}
.tableWidthSet > thead > tr > th.set-100,
.tableWidthSet > tbody > tr > td.set-100 {
  width: 100px;
}
.tableWidthSet > thead > tr > th.set-150,
.tableWidthSet > tbody > tr > td.set-150 {
  width: 150px;
}
.tableWidthSet > thead > tr > th.set-200,
.tableWidthSet > tbody > tr > td.set-200 {
  width: 200px;
}
.tableWidthSet > thead > tr > th.set-250,
.tableWidthSet > tbody > tr > td.set-250 {
  width: 250px;
}
.tableWidthSet > thead > tr > th.set-300,
.tableWidthSet > tbody > tr > td.set-300 {
  width: 300px;
}
h1 small.extrasmall {
  font-size: 50%;
}
.bgh2 h2 {
  text-align: center;
  font-size: 18px;
  color: #e8ca75;
  height: 60px;
  margin: 0;
  padding-top: 10px;
}
@media (min-width: 10px) {
  .bgh2 h2 {
    font-size: 16px;
    background-image: url("images/bgh2Small.png");
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media (min-width: 480px) {
  .bgh2 h2 {
    background-image: url("images/bgh2Large.png");
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media (min-width: 992px) {
  .bgh2 h2 {
    font-size: 16px;
    background-image: url("images/bgh2Small.png");
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media (min-width: 1200px) {
  .bgh2 h2 {
    background-image: url("images/bgh2Large.png");
    background-repeat: no-repeat;
    background-position: center;
  }
}
.bgh2 h3 {
  font-size: 18px;
  padding: 0;
  margin: 10px 0 5px 0;
}
.bgh2 {
  font-size: 12px;
}
.bgh2 ul {
  padding-left: 20px;
}
.hr {
  height: 26px;
  background-image: url("images/hr.png");
  background-repeat: no-repeat;
  margin: 10px 0;
}
.hr span {
  float: right;
  width: 90px;
  height: 26px;
  background-image: url("images/hrRight.png");
  background-repeat: no-repeat;
  background-position: right;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*---------cookies---------*/
.eu-cookies {
  text-align: center;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  color: white;
  background-color: #868686;
  z-index: 1000;
  padding: 3px;
}
.eu-cookies a {
  color: #ffffff;
}
.eu-cookies a:hover {
  color: #000000;
}
.eu-cookies button {
  background: #449740;
  color: white;
  border: 0;
  padding: 3px 6px;
  margin: 2px 5px;
  border-radius: 2px;
}
/*------------------------------*/
.block-height {
  height: 800px;
  width: 10px;
}
.span-nowrap {
  white-space: nowrap;
}
/*---------fixed bottom---------*/
.fix {
  text-align: center;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  color: white;
  background-color: #222222;
  z-index: 1000;
  padding: 5px 0;
  color: #9d9d9d;
}
.fix span {
  padding-right: 20px;
}
.fix a {
  color: #ffffff;
}
.fix a:hover {
  text-decoration: underline;
}
.fix button {
  background: #222;
  color: white;
  border: 0;
  padding: 3px 6px;
  margin: 2px 5px;
  border-radius: 2px;
}
/*------------------------------*/
.content-box {
  background: rgba(18, 19, 31, 0.8) none repeat scroll 0 0;
  font-size: 14px;
  xoverflow-x: hidden;
  xoverflow-y: auto;
  margin: -15px;
}
/*------------------------------*/
.separator {
  height: 20px;
  width: 100%;
}
.separator-1 {
  height: 250px;
  width: 100%;
}
.day-menu h3.inline {
  display: inline;
  padding-right: 20px;
  line-height: 48px;
}
.day-menu .panel {
  border: none;
  background-color: transparent;
  margin-top: 0px;
  padding-top: 0px;
}
.day-menu .panel .panel-body {
  margin-bottom: 15px;
  background-color: #a08b73;
}
.day-menu .panel .panel-body .tableWidthSet > thead > tr > th,
.day-menu .panel .panel-body .tableWidthSet > tbody > tr > td {
  line-height: 30px;
}
.day-menu input.inline {
  display: inline;
  width: 30px;
}
.grecaptcha-badge {
  visibility: hidden;
}
.text-black {
  color: #000000;
}
