@charset "UTF-8";
.nodisplay {
  display: none;
}

.alert i {
  font-size: 1.5em;
  margin-right: 0.5em;
  display: inline-block;
  vertical-align: middle;
}
.alert span {
  display: inline-block;
  vertical-align: middle;
}

.margin-bottom {
  margin-bottom: 25px;
}

.vmiddle {
  vertical-align: middle;
}

.gallery {
  position: relative;
}
.gallery img {
  width: 100%;
  max-width: 100%;
}
.gallery img.zoom {
  transition: transform 0.2s;
}
.gallery img.zoom:hover {
  transform: scale(1.1);
}
.gallery .lSAction {
  height: 100%;
}
.gallery .lSAction > a {
  background: rgba(136, 191, 16, 0.85);
  opacity: 1;
  color: white;
  top: 16px;
  height: 100%;
  padding: 0 2em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery .lSAction > a .fa {
  font-size: 50px;
}
.gallery .lSAction > a.lSPrev {
  left: 0;
}
.gallery .lSAction > a.lSNext {
  right: 0;
}

/*
* Bootstrap 3 XL CSS Grid
*
* Bootstrap 3 XL CSS Grid addition for big and retina screens coverage
*
* Extends Bootstrap v3 by:
* Adding col-xl (1600+), col-xxl (1920+), col-xxxl (2560+)
* Adding visible and hidden options for all three
* Optionally limiting visible-lg, hidden-lg (1200+) classes to max 1600px
* Optionally increasing container fixed width for all three screen sizes
*
* Copyright 2014 Arnis Puskeiris (apbyte, arnico)
* Licensed under the MIT License
* http://opensource.org/licenses/MIT
*/
/* ==========================================================================
   Fix visible-lg and hidden-lg for resolutions over 1600px
   Remove if don't want to use
   ========================================================================== */
@media (min-width: 1600px) {
  .visible-lg {
    display: none !important;
  }

  .hidden-lg {
    display: block !important;
  }

  table.hidden-lg {
    display: table;
  }

  tr.hidden-lg {
    display: table-row !important;
  }

  th.hidden-lg,
td.hidden-lg {
    display: table-cell !important;
  }
}
/* ==========================================================================
   Set containers fixed sizes for >1600px, >1920px, >2560px
   Remove all if don't want to use big fixed sizes for all blocks
   You still can use cols with .container-fluid blocks
   ========================================================================== */
@media (min-width: 1600px) {
  .container {
    width: 1530px;
  }
}
@media (min-width: 1920px) {
  .container {
    width: 1920px;
  }
}
/* ==========================================================================
   col-xl, col-xxl, col-xxxl setup.
   Don't remove anything below this line
   ========================================================================== */
.col-xl-1, .col-xxl-1, .col-xxxl-1, .col-xl-2, .col-xxl-2, .col-md-2, .col-xxxl-2, .col-xl-3, .col-xxl-3, .col-md-3, .col-xxxl-3, .col-xl-4, .col-xxl-4, .col-md-4, .col-xxxl-4, .col-xl-5, .col-xxl-5, .col-md-5, .col-xxxl-5, .col-xl-6, .col-xxl-6, .col-md-6, .col-xxxl-6, .col-xl-7, .col-xxl-7, .col-md-7, .col-xxxl-7, .col-xl-8, .col-xxl-8, .col-md-8, .col-xxxl-8, .col-xl-9, .col-xxl-9, .col-md-9, .col-xxxl-9, .col-xl-10, .col-xxl-100, .col-xxxl-10, .col-xl-11, .col-xxl-111, .col-xxxl-11, .col-xl-12, .col-xxl-122, .col-xxxl-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 1600px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
  }

  .col-xl-12 {
    width: 100%;
  }

  .col-xl-11 {
    width: 91.66666667%;
  }

  .col-xl-10 {
    width: 83.33333333%;
  }

  .col-xl-9 {
    width: 75%;
  }

  .col-xl-8 {
    width: 66.66666667%;
  }

  .col-xl-7 {
    width: 58.33333333%;
  }

  .col-xl-6 {
    width: 50%;
  }

  .col-xl-5 {
    width: 41.66666667%;
  }

  .col-xl-4 {
    width: 33.33333333%;
  }

  .col-xl-3 {
    width: 25%;
  }

  .col-xl-2 {
    width: 16.66666667%;
  }

  .col-xl-1 {
    width: 8.33333333%;
  }

  .col-xl-pull-12 {
    right: 100%;
  }

  .col-xl-pull-11 {
    right: 91.66666667%;
  }

  .col-xl-pull-10 {
    right: 83.33333333%;
  }

  .col-xl-pull-9 {
    right: 75%;
  }

  .col-xl-pull-8 {
    right: 66.66666667%;
  }

  .col-xl-pull-7 {
    right: 58.33333333%;
  }

  .col-xl-pull-6 {
    right: 50%;
  }

  .col-xl-pull-5 {
    right: 41.66666667%;
  }

  .col-xl-pull-4 {
    right: 33.33333333%;
  }

  .col-xl-pull-3 {
    right: 25%;
  }

  .col-xl-pull-2 {
    right: 16.66666667%;
  }

  .col-xl-pull-1 {
    right: 8.33333333%;
  }

  .col-xl-pull-0 {
    right: 0;
  }

  .col-xl-push-12 {
    left: 100%;
  }

  .col-xl-push-11 {
    left: 91.66666667%;
  }

  .col-xl-push-10 {
    left: 83.33333333%;
  }

  .col-xl-push-9 {
    left: 75%;
  }

  .col-xl-push-8 {
    left: 66.66666667%;
  }

  .col-xl-push-7 {
    left: 58.33333333%;
  }

  .col-xl-push-6 {
    left: 50%;
  }

  .col-xl-push-5 {
    left: 41.66666667%;
  }

  .col-xl-push-4 {
    left: 33.33333333%;
  }

  .col-xl-push-3 {
    left: 25%;
  }

  .col-xl-push-2 {
    left: 16.66666667%;
  }

  .col-xl-push-1 {
    left: 8.33333333%;
  }

  .col-xl-push-0 {
    left: 0;
  }

  .col-xl-offset-12 {
    margin-left: 100%;
  }

  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-xl-offset-9 {
    margin-left: 75%;
  }

  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-xl-offset-6 {
    margin-left: 50%;
  }

  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-xl-offset-3 {
    margin-left: 25%;
  }

  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-xl-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1920px) {
  .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12 {
    float: left;
  }

  .col-xxl-12 {
    width: 100%;
  }

  .col-xxl-11 {
    width: 91.66666667%;
  }

  .col-xxl-10 {
    width: 83.33333333%;
  }

  .col-xxl-9 {
    width: 75%;
  }

  .col-xxl-8 {
    width: 66.66666667%;
  }

  .col-xxl-7 {
    width: 58.33333333%;
  }

  .col-xxl-6 {
    width: 50%;
  }

  .col-xxl-5 {
    width: 41.66666667%;
  }

  .col-xxl-4 {
    width: 33.33333333%;
  }

  .col-xxl-3 {
    width: 25%;
  }

  .col-xxl-2 {
    width: 16.66666667%;
  }

  .col-xxl-1 {
    width: 8.33333333%;
  }

  .col-xxl-pull-12 {
    right: 100%;
  }

  .col-xxl-pull-11 {
    right: 91.66666667%;
  }

  .col-xxl-pull-10 {
    right: 83.33333333%;
  }

  .col-xxl-pull-9 {
    right: 75%;
  }

  .col-xxl-pull-8 {
    right: 66.66666667%;
  }

  .col-xxl-pull-7 {
    right: 58.33333333%;
  }

  .col-xxl-pull-6 {
    right: 50%;
  }

  .col-xxl-pull-5 {
    right: 41.66666667%;
  }

  .col-xxl-pull-4 {
    right: 33.33333333%;
  }

  .col-xxl-pull-3 {
    right: 25%;
  }

  .col-xxl-pull-2 {
    right: 16.66666667%;
  }

  .col-xxl-pull-1 {
    right: 8.33333333%;
  }

  .col-xxl-pull-0 {
    right: 0;
  }

  .col-xxl-push-12 {
    left: 100%;
  }

  .col-xxl-push-11 {
    left: 91.66666667%;
  }

  .col-xxl-push-10 {
    left: 83.33333333%;
  }

  .col-xxl-push-9 {
    left: 75%;
  }

  .col-xxl-push-8 {
    left: 66.66666667%;
  }

  .col-xxl-push-7 {
    left: 58.33333333%;
  }

  .col-xxl-push-6 {
    left: 50%;
  }

  .col-xxl-push-5 {
    left: 41.66666667%;
  }

  .col-xxl-push-4 {
    left: 33.33333333%;
  }

  .col-xxl-push-3 {
    left: 25%;
  }

  .col-xxl-push-2 {
    left: 16.66666667%;
  }

  .col-xxl-push-1 {
    left: 8.33333333%;
  }

  .col-xxl-push-0 {
    left: 0;
  }

  .col-xxl-offset-12 {
    margin-left: 100%;
  }

  .col-xxl-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-xxl-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-xxl-offset-9 {
    margin-left: 75%;
  }

  .col-xxl-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-xxl-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-xxl-offset-6 {
    margin-left: 50%;
  }

  .col-xxl-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-xxl-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-xxl-offset-3 {
    margin-left: 25%;
  }

  .col-xxl-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-xxl-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-xxl-offset-0 {
    margin-left: 0;
  }
}
.visible-xl,
.visible-xxl,
.visible-xxxl {
  display: none !important;
}

@media (min-width: 1600px) and (max-width: 1919px) {
  .visible-xl {
    display: block !important;
  }

  table.visible-xl {
    display: table;
  }

  tr.visible-xl {
    display: table-row !important;
  }

  th.visible-xl,
td.visible-xl {
    display: table-cell !important;
  }
}
@media (min-width: 1920px) and (max-width: 2559px) {
  .visible-xxl {
    display: block !important;
  }

  table.visible-xxl {
    display: table;
  }

  tr.visible-xxl {
    display: table-row !important;
  }

  th.visible-xxl,
td.visible-xxl {
    display: table-cell !important;
  }
}
@media (min-width: 2560px) {
  .visible-xxxl {
    display: block !important;
  }

  table.visible-xxxl {
    display: table;
  }

  tr.visible-xxxl {
    display: table-row !important;
  }

  th.visible-xxxl,
td.visible-xxxl {
    display: table-cell !important;
  }
}
@media (min-width: 1600px) and (max-width: 1919px) {
  .hidden-xl {
    display: none !important;
  }
}
@media (min-width: 1920px) and (max-width: 2559px) {
  .hidden-xxl {
    display: none !important;
  }
}
@media (min-width: 2560px) {
  .hidden-xxxl {
    display: none !important;
  }
}
.modal-container {
  max-width: 820px;
  background-color: white;
  padding: 30px;
  border-radius: 15px;
}
.modal-container h2 {
  margin-top: 0;
  color: #036fd1;
}
@media (max-width: 767px) {
  .modal-container {
    font-size: 12px;
    width: auto;
  }
  .modal-container h2 {
    font-size: 20px;
  }
}

.img_promo {
  margin: 30px;
  float: right;
}
@media (max-width: 767px) {
  .img_promo {
    float: none;
  }
}

a.fancybox_text {
  color: #919191;
}
a.fancybox_text:hover {
  color: #919191;
}

.fancybox-image {
  border-radius: 15px;
}

header .logo {
  margin-top: 30px;
}
@media (max-width: 480px) {
  header .logo {
    margin-top: 10px;
  }
}

.uvod {
  position: relative;
}
.uvod h1 {
  margin: 270px 0 15px -6px;
  text-align: left;
  line-height: 1em;
  letter-spacing: -3px;
}
@media (max-width: 1920px) {
  .uvod h1 {
    margin-top: 250px;
  }
}
@media (max-width: 1600px) {
  .uvod h1 {
    margin-top: 150px;
    font-size: 4em;
  }
}
@media (max-width: 767px) {
  .uvod h1 {
    margin-top: 510px;
    font-size: 50px;
  }
}
.uvod p {
  font-size: 28px;
  line-height: 1.2em;
  margin-bottom: 400px;
}
@media (max-width: 1920px) {
  .uvod p {
    margin-bottom: 355px;
  }
}
@media (max-width: 1600px) {
  .uvod p {
    margin-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .uvod p {
    font-size: 24px;
    margin-bottom: 1em;
  }
}
.uvod .denne_menu_btn {
  position: absolute;
  z-index: 1;
  bottom: 85px;
  right: 280px;
}
@media (max-width: 1920px) {
  .uvod .denne_menu_btn {
    bottom: 0;
    right: 0;
  }
}
@media (max-width: 991px) {
  .uvod .denne_menu_btn {
    bottom: 150px;
  }
}
@media (max-width: 767px) {
  .uvod .denne_menu_btn {
    width: 185px;
    bottom: auto;
    top: 260px;
    right: 30px;
  }
}

h1, .h1 {
  margin: 0.4em 0 0 0;
  text-transform: uppercase;
  text-align: center;
}

h2, .h2 {
  margin-top: 1em;
  color: #737063;
  font-weight: 800;
}
h2 a, .h2 a {
  color: #036fd1;
}
h2 a:hover, .h2 a:hover {
  color: #02549f;
}

h3 {
  margin-top: 2.35em;
  color: #919191;
  margin-bottom: 5px;
}
h3 a {
  font-size: 0.9em;
  text-transform: uppercase;
  color: #036fd1;
}

h4 {
  font-size: 18px;
  color: #919191;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 38.5px;
}

body.banner {
  background-image: url("../images/design/banner.jpg");
  background-repeat: no-repeat;
  background-position: top center;
}
@media (max-width: 1920px) {
  body.banner {
    background-size: 100%;
    background-position: top right -140px;
  }
}
@media (max-width: 767px) {
  body.banner {
    background-size: 1300px;
    background-position: top -100px right -280px;
  }
}

.openbtn,
.closebtn {
  background-color: #88bf10;
  display: block;
  border-radius: 50%;
  padding: 24px;
  top: 44px;
  right: 100px;
  margin: 0;
}
@media (max-width: 767px) {
  .openbtn,
.closebtn {
    right: 15px;
  }
}
.openbtn .icon-bar,
.closebtn .icon-bar {
  background-color: white;
  width: 20px;
  height: 4px;
  display: block;
}
.openbtn .icon-bar.w-60,
.closebtn .icon-bar.w-60 {
  width: 15px;
}
.openbtn .icon-bar.w-40,
.closebtn .icon-bar.w-40 {
  width: 10px;
}

.closebtn {
  background: white;
  position: absolute;
  top: 44px;
  right: 15px;
  font-size: 50px;
  line-height: 1em;
  padding: 9px 20px;
  color: #88bf10;
  display: none;
  z-index: 3;
}

#navbar {
  height: 0;
  width: 100%;
  position: fixed;
  z-index: 2;
  left: 0;
  top: 0;
  background-color: rgba(136, 191, 16, 0.9);
  overflow: hidden;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}
#navbar nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
#navbar nav ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
#navbar nav ul li {
  text-align: center;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.5);
}
#navbar nav ul li:last-child {
  border: 0;
}
#navbar nav ul li a {
  padding: 25px 300px;
  text-decoration: none;
  font-size: 32px;
  color: white;
  display: block;
}
@media (max-width: 991px) {
  #navbar nav ul li a {
    font-size: 18px;
    padding: 18px 50px;
  }
}
@media (max-width: 767px) {
  #navbar nav ul li a {
    font-size: 18px;
    padding: 18px 50px;
  }
}
#navbar nav ul li a:hover, #navbar nav ul li a:focus {
  color: black;
}

div.infolinka {
  background-color: #036fd1;
  color: white;
  display: inline-block;
  padding: 20px 40px;
  top: 360px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  overflow: hidden;
  transform: rotate(90deg);
  transform-origin: 0 100%;
}
@media (max-width: 1920px) {
  div.infolinka {
    top: 280px;
  }
}
@media (max-width: 1600px) {
  div.infolinka {
    top: 230px;
  }
}
@media (max-width: 991px) {
  div.infolinka {
    top: 180px;
  }
}
@media (max-width: 767px) {
  div.infolinka {
    display: block;
    position: static;
    transform: none;
    text-align: center;
    font-size: 17px;
  }
}
div.infolinka a {
  color: white;
}

.restauracia {
  height: 1020px;
  background-image: url("../images/design/restauracia_bg3.jpg");
  background-position: top left;
  background-repeat: no-repeat;
}
@media (max-width: 1919px) {
  .restauracia {
    background-position: top 0 left -195px;
  }
}
@media (max-width: 1600px) {
  .restauracia {
    background-position: top -100px left -290px;
  }
}
@media (max-width: 1199px) {
  .restauracia {
    height: 1020px;
    background-position: top -175px left -440px;
    background-size: 1600px;
  }
}
@media (max-width: 991px) {
  .restauracia {
    height: 1020px;
    background-position: top -80px left -430px;
    background-size: 1300px;
  }
}
@media (max-width: 767px) {
  .restauracia {
    height: auto;
    background-position: top -160px left -140px;
    background-size: 1020px;
  }
}
.restauracia .bg2 {
  background-image: url("../images/design/restauracia_bg4.jpg");
  background-position: top right;
  height: 1020px;
  background-repeat: no-repeat;
}
@media (max-width: 1600px) {
  .restauracia .bg2 {
    background-position: top 0 right -100px;
  }
}
@media (max-width: 1199px) {
  .restauracia .bg2 {
    background-image: none;
    height: 1020px;
  }
}
@media (max-width: 991px) {
  .restauracia .bg2 {
    background-image: none;
    height: 1020px;
  }
}
@media (max-width: 767px) {
  .restauracia .bg2 {
    background-image: none;
    height: auto;
  }
}
@media (max-width: 480px) {
  .restauracia {
    background-position: top -160px left -220px;
  }
}
.restauracia h2 {
  color: #036fd1;
  font-size: 70px;
  margin-top: 270px;
  margin-bottom: 45px;
  font-weight: 800;
  letter-spacing: -3px;
}
@media (max-width: 767px) {
  .restauracia h2 {
    font-size: 50px;
    margin-top: 550px;
  }
}
.restauracia p {
  margin-left: 40px;
  line-height: 35px;
}
@media (max-width: 767px) {
  .restauracia p {
    margin-left: 0;
  }
}

.ponukame {
  padding: 95px 0 0 0;
}
.ponukame h2 {
  margin: 157px 0 45px 0;
}
.ponukame .img_pizza {
  margin-top: 55px;
  margin-left: -15px;
}
.ponukame .img_right {
  margin-bottom: 210px;
}
.ponukame p {
  line-height: 2.1em;
  margin-bottom: 25px;
}
@media (max-width: 1919px) {
  .ponukame .img_right {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .ponukame {
    padding-top: 40px;
  }
  .ponukame h2 {
    margin: 70px 0 30px 0;
    font-size: 32px;
  }
  .ponukame p {
    font-size: 16px;
  }
  .ponukame .text {
    border-style: solid;
    border-color: #036fd1;
    border-width: 0 0 0 10px;
    padding-left: 3em;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .ponukame .text {
    padding-left: 30px;
  }
}

.sluzby {
  background: url("../images/design/sluzby_img1.jpg") bottom left no-repeat, url("../images/design/border.jpg") center right no-repeat;
}
.sluzby h2 {
  padding: 200px 0 30px 0;
  font-weight: 800;
}
.sluzby .btn {
  margin-top: 40px;
  padding: 17px 68px;
  margin-bottom: 260px;
}
.sluzby p {
  line-height: 36px;
}
@media (max-width: 1919px) {
  .sluzby {
    background: url("../images/design/sluzby_img1.jpg") bottom left no-repeat, url("../images/design/border.jpg") center right no-repeat;
  }
}
@media (max-width: 1599px) {
  .sluzby {
    background: url("../images/design/sluzby_img.jpg") bottom center no-repeat;
    background-size: 100%;
  }
  .sluzby h2 {
    padding-top: 0;
  }
}
@media (max-width: 1199px) {
  .sluzby {
    background-size: 100%;
  }
  .sluzby h2 {
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .sluzby {
    padding-bottom: 300px;
    background-position: bottom left;
    background-size: 150%;
  }
}
@media (max-width: 767px) {
  .sluzby {
    padding-bottom: 300px;
    background-size: 110%;
    background-position: bottom left;
  }
  .sluzby h2 {
    font-size: 32px;
  }
  .sluzby .btn {
    float: left;
    margin: 15px 0;
  }
}

.jedalny_napojovy_listok {
  background-color: #f2f2f1;
  text-align: center;
  padding: 154px 0 210px 0;
}
@media (max-width: 1599px) {
  .jedalny_napojovy_listok {
    padding: 50px 0;
  }
}
.jedalny_napojovy_listok h2 {
  color: #036fd1;
  margin-bottom: 52px;
  font-size: 72px;
  line-height: 40px;
  margin-top: 0;
}
.jedalny_napojovy_listok .clanok_holder {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .jedalny_napojovy_listok .clanok_holder {
    display: block;
  }
}
.jedalny_napojovy_listok .clanok_holder .clanok {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.jedalny_napojovy_listok .clanok_holder .clanok:nth-child(1) {
  margin-top: 209px;
}
@media (max-width: 767px) {
  .jedalny_napojovy_listok .clanok_holder .clanok:nth-child(1) {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .jedalny_napojovy_listok .clanok_holder .clanok:nth-child(1) {
    margin-top: 0;
  }
}
@media (max-width: 1921px) {
  .jedalny_napojovy_listok .clanok_holder .clanok:nth-child(1) .flag {
    top: 320px;
  }
}
@media (max-width: 1919px) {
  .jedalny_napojovy_listok .clanok_holder .clanok:nth-child(1) .flag {
    top: 320px;
  }
}
@media (max-width: 1599px) {
  .jedalny_napojovy_listok .clanok_holder .clanok:nth-child(1) .flag {
    top: 320px;
  }
}
@media (max-width: 1199px) {
  .jedalny_napojovy_listok .clanok_holder .clanok:nth-child(1) .flag {
    top: 180px;
  }
}
@media (max-width: 991px) {
  .jedalny_napojovy_listok .clanok_holder .clanok:nth-child(1) .flag {
    top: 320px;
  }
}
@media (max-width: 767px) {
  .jedalny_napojovy_listok .clanok_holder .clanok:nth-child(1) .flag {
    bottom: 20px;
    top: auto;
  }
}
.jedalny_napojovy_listok .clanok_holder .clanok:nth-child(2) {
  margin-top: 118px;
}
@media (max-width: 767px) {
  .jedalny_napojovy_listok .clanok_holder .clanok:nth-child(2) {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .jedalny_napojovy_listok .clanok_holder .clanok:nth-child(2) {
    margin-top: 0;
  }
}
.jedalny_napojovy_listok .clanok_holder .clanok:nth-child(3) {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .jedalny_napojovy_listok .clanok_holder .clanok:nth-child(3) {
    margin-top: 5px;
  }
}
@media (max-width: 991px) {
  .jedalny_napojovy_listok .clanok_holder .clanok:nth-child(3) {
    margin-top: 5px;
  }
}
.jedalny_napojovy_listok .clanok_holder .clanok:nth-child(3) .title {
  color: #737063;
}
.jedalny_napojovy_listok .clanok_holder .clanok .subor_group {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.jedalny_napojovy_listok .title {
  font-weight: 800;
  font-size: 52px;
  line-height: 48px;
  color: white;
  text-align: left;
  position: absolute;
  font-family: "Montserrat", sans-serif;
  top: 60px;
  left: 60px;
}
@media (max-width: 767px) {
  .jedalny_napojovy_listok {
    padding: 50px 0;
  }
  .jedalny_napojovy_listok h2 {
    font-size: 52px;
    line-height: 1em;
  }
  .jedalny_napojovy_listok .jedalny_listok, .jedalny_napojovy_listok .napojovy_listok {
    margin-top: 15px;
  }
}
@media (max-width: 1199px) {
  .jedalny_napojovy_listok {
    padding: 50px 0;
  }
  .jedalny_napojovy_listok h2 {
    font-size: 48px;
    line-height: 1em;
  }
  .jedalny_napojovy_listok .jedalny_listok, .jedalny_napojovy_listok .napojovy_listok {
    margin-top: 15px;
  }
}

.flag {
  position: absolute;
  text-align: center;
  top: 300px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (max-width: 1920px) {
  .flag {
    top: 390px;
  }
}
@media (max-width: 1919px) {
  .flag {
    top: 390px;
  }
}
@media (max-width: 1599px) {
  .flag {
    top: 390px;
  }
}
@media (max-width: 1199px) {
  .flag {
    top: 250px;
  }
}
@media (max-width: 991px) {
  .flag {
    top: 390px;
  }
}
@media (max-width: 767px) {
  .flag {
    bottom: 20px;
    top: auto;
  }
}
.flag div {
  padding: 5px 0;
}
.flag .btn-flag {
  padding: 0 0 0 20px;
  margin: 5px;
}
.flag img {
  background-color: white;
  padding: 11px;
  margin-left: 20px;
  border-radius: 0 30px 30px 0;
}

.novinky {
  background: #0462c2 url(../images/design/siete1.jpg) no-repeat center;
  color: white;
  text-align: center;
  padding: 80px 0 103px 0;
}
.novinky h2 {
  color: white;
  margin-bottom: 20px;
}
.novinky .icon {
  margin-top: 32px;
  box-shadow: 13px 10px 20px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .novinky {
    padding: 20px 0;
  }
  .novinky h2 {
    margin-top: 0;
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  .novinky {
    padding: 50px 0;
  }
}

.catering-page {
  background: url("../images/design/catering2.jpg") top right no-repeat, url("../images/design/border.jpg") top 178px left no-repeat;
}
.catering-page h2 {
  color: #036fd1;
  font-size: 72px;
  margin-top: 178px;
}
.catering-page p {
  line-height: 36px;
  margin-left: 40px;
}
@media (max-width: 767px) {
  .catering-page p {
    margin-left: 0;
  }
}
.catering-page .foto {
  margin-top: 300px;
  padding-bottom: 240px;
}
.catering-page .btn {
  padding: 17px 65px;
}
@media (max-width: 1919px) {
  .catering-page {
    background: url("../images/design/catering2.jpg") top right -90px no-repeat, url("../images/design/border.jpg") top 178px left no-repeat;
  }
}
@media (max-width: 1599px) {
  .catering-page {
    background: url("../images/design/catering1.jpg") top center no-repeat;
    background-size: 1600px;
    padding-bottom: 0;
  }
  .catering-page .foto {
    margin-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .catering-page {
    background: url("../images/design/catering2.jpg") top right -200px no-repeat;
    background-size: 920px;
  }
  .catering-page h2 {
    margin-top: 36px;
  }
}
@media (max-width: 767px) {
  .catering-page {
    background-position: top -50px right -54px;
    background-size: 700px;
    padding-top: 300px;
    padding-bottom: 0;
  }
  .catering-page h2 {
    font-size: 36px;
    margin-top: 1em;
  }
  .catering-page .foto {
    margin-top: 50px;
    padding-bottom: 0;
  }
}
@media (max-width: 1199px) {
  .catering-page {
    padding-bottom: 0;
  }
  .catering-page .foto {
    margin-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 1599px) {
  .kontakt-page h4 {
    font-size: 14px;
  }
  .kontakt-page p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .kontakt-page .text {
    text-align: center;
  }
}

div#map {
  height: 670px;
  width: 100%;
  border: 1px solid;
}

.mapa {
  padding: 0;
}

.otvaracie-hodiny {
  background-color: #036fd1;
  color: white;
  padding: 0;
}
.otvaracie-hodiny h2 {
  color: white;
  margin: 100px 0 1em 0;
}
.otvaracie-hodiny table {
  margin-bottom: 100px;
}
.otvaracie-hodiny table thead th {
  font-size: 32px;
}
@media (max-width: 767px) {
  .otvaracie-hodiny table thead th {
    font-size: 20px;
  }
}
@media (max-width: 1599px) {
  .otvaracie-hodiny table {
    font-size: 14px;
  }
}
.otvaracie-hodiny .hodiny {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .otvaracie-hodiny {
    padding: 0 15px;
  }
  .otvaracie-hodiny h2 {
    margin-top: 0;
    padding-top: 50px;
    font-size: 40px;
  }
  .otvaracie-hodiny .table {
    margin-bottom: 0;
  }
}

.kontaktny-formular h3 {
  color: #737063;
  font-size: 32px;
  margin: 100px 0 80px 0;
}
.kontaktny-formular .btn {
  padding: 17px 75px;
}
.kontaktny-formular fieldset {
  margin-bottom: 70px;
}
.kontaktny-formular .form-group {
  margin-bottom: 20px;
}
.kontaktny-formular .form-control {
  border: 0;
  border-bottom: 1px solid #f2f2f1;
}
.kontaktny-formular .form-control:focus {
  border-color: #036fd1;
  box-shadow: none;
}
@media (max-width: 767px) {
  .kontaktny-formular h3 {
    margin: 50px 0;
  }
  .kontaktny-formular fieldset {
    margin-bottom: 0;
  }
}

.volne-pozicie {
  background-image: url(../images/design/hladame.jpg);
  color: white;
  text-align: center;
  padding: 140px 0 150px 0;
}
.volne-pozicie h3 {
  color: white;
  margin-top: 0;
}
.volne-pozicie a {
  color: white;
}
@media (max-width: 767px) {
  .volne-pozicie {
    padding: 70px 15px;
  }
}

/* ************************************************* OBEDOVÉ MENU */
.denne_menu {
  position: relative;
}
.denne_menu img.pizza {
  position: absolute;
  margin-top: -173px;
  z-index: -100;
  right: 305px;
  float: right;
}
.denne_menu img {
  margin-top: 75px;
}
.denne_menu p.termin {
  text-align: center;
  margin-bottom: 160px;
}
@media (max-width: 767px) {
  .denne_menu p.termin {
    margin-bottom: 50px;
  }
}
.denne_menu section:nth-of-type(2) {
  background-image: url("../images/design/utorok_bg.jpg");
  background-repeat: no-repeat;
  background-position-y: 100px;
  background-position-x: 1630px;
}
.denne_menu section:nth-of-type(4) {
  background-image: url("../images/design/stvrtok_bg.jpg");
  background-repeat: no-repeat;
  background-position-y: 130px;
  background-position-x: 75px;
}

.den {
  padding: 120px 15px 107.5px 0;
}
@media (max-width: 767px) {
  .den {
    padding: 50px 15px;
  }
}
@media (max-width: 991px) {
  .den {
    padding: 50px 15px;
  }
}
.den h2 {
  font-size: 42px;
  margin-top: 0;
}

.media-middle {
  margin-top: 0;
}
.media-middle .highlite {
  font-weight: bold;
}

.Pondelok, .Streda, .Piatok {
  background-color: #f2f2f1;
}

.alergeny {
  text-align: center;
}

.tyzdenne_menu .h1 {
  margin-bottom: 30px;
}

.rozvoz-jedal {
  height: 1140px;
  background: url("../images/design/rozvoz_bg.jpg") bottom center no-repeat;
  position: relative;
  background-color: #e9e8e4;
}
.rozvoz-jedal .bg-border {
  background: url("../images/design/border.jpg") left no-repeat;
  background-position-y: 340px;
  height: 710px;
}
@media (max-width: 1599px) {
  .rozvoz-jedal .bg-border {
    background-position-y: 70px;
    height: 390px;
  }
}
.rozvoz-jedal .btn-phone {
  padding: 0;
  margin-left: 23px;
}
@media (max-width: 402px) {
  .rozvoz-jedal .btn-phone {
    margin: 0 0 0 15px;
  }
}
@media (max-width: 394px) {
  .rozvoz-jedal .btn-phone {
    margin: 15px 0 0 15px;
  }
}
@media (max-width: 374px) {
  .rozvoz-jedal .btn-phone {
    margin: 15px 0 0 0;
  }
}
.rozvoz-jedal h2 {
  margin: 333px 0 45px 0;
}
.rozvoz-jedal p {
  line-height: 2.1em;
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .rozvoz-jedal .text {
    border-style: solid;
    border-color: #036fd1;
    border-width: 0 0 0 10px;
    padding-left: 30px;
    margin-bottom: 70px;
  }
}
.rozvoz-jedal .popis {
  position: absolute;
  right: 200px;
  bottom: 135px;
}
.rozvoz-jedal .popis .popis-mapa {
  position: relative;
  list-style: none;
  font-size: 16px;
}
@media (max-width: 1599px) {
  .rozvoz-jedal .popis .popis-mapa {
    font-size: 12px;
  }
}
.rozvoz-jedal .popis .popis-mapa li {
  margin-left: -25px;
  padding-left: 25px;
  padding-bottom: 15px;
  padding-right: 15px;
  line-height: 15px;
  background-repeat: no-repeat;
  background-position-y: 3px;
}
.rozvoz-jedal .popis .popis-mapa li.li-blue {
  border-top: 1px solid rgba(145, 145, 145, 0.25);
  background-image: url("../images/design/li-blue.png");
  padding-top: 20px;
  background-position-y: 23px;
}
.rozvoz-jedal .popis .popis-mapa li.li-green {
  background-image: url("../images/design/li-green.png");
}
.rozvoz-jedal .popis .popis-mapa li.li-yellow {
  background-image: url("../images/design/li-yellow.png");
}
.rozvoz-jedal .popis .popis-mapa li.li-brown {
  background-image: url("../images/design/li-brown.png");
  border-bottom: 1px solid rgba(145, 145, 145, 0.25);
  padding-bottom: 20px;
}
@media (max-width: 1790px) {
  .rozvoz-jedal .popis {
    right: 50px;
  }
}
@media (max-width: 1919px) {
  .rozvoz-jedal .popis {
    right: 100px;
  }
}
@media (max-width: 1599px) {
  .rozvoz-jedal .popis {
    right: 0;
    bottom: 35px;
  }
}
@media (max-width: 1199px) {
  .rozvoz-jedal .popis {
    position: relative;
    bottom: auto;
    right: auto;
  }
}
@media (max-width: 1599px) {
  .rozvoz-jedal {
    height: auto;
    background-image: none;
    background-color: #e9e8e4;
    padding: 40px 0 110px 0;
  }
  .rozvoz-jedal h2 {
    margin: 70px 0 30px 0;
    font-size: 32px;
  }
  .rozvoz-jedal p {
    font-size: 16px;
  }
  .rozvoz-jedal .popis {
    text-align: center;
  }
  .rozvoz-jedal .popis .popis-mapa {
    margin-top: 40px;
    display: inline-block;
    position: relative;
    bottom: auto;
    right: auto;
    text-align: left;
  }
}
.rozvoz-jedal .mx-auto {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .rozvoz-jedal .spolu-btn {
    text-align: center;
  }
}

/* ************************************************* HTML */
@media print {
  html a[href]:after, body a[href]:after {
    content: none !important;
  }
}
html a, body a {
  color: #919191;
}
html a:hover, html a:focus, body a:hover, body a:focus {
  text-decoration: none;
}
html .btn, body .btn {
  border: 0;
  border-radius: 30px;
  padding: 17px 39px;
}
html .btn a, body .btn a {
  color: white;
}
html .btn-shadow, body .btn-shadow {
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.2);
}
html .btn-dark, body .btn-dark {
  color: white;
  background-color: #737063;
  border-color: #737063;
}
html .btn-dark:hover, html .btn-dark:focus, html .btn-dark:active, html .btn-dark.active, .open > html .btn-dark.dropdown-toggle, body .btn-dark:hover, body .btn-dark:focus, body .btn-dark:active, body .btn-dark.active, .open > body .btn-dark.dropdown-toggle {
  color: white;
  background-color: #58554b;
  border-color: #525047;
}
html .btn-dark:active, html .btn-dark.active, .open > html .btn-dark.dropdown-toggle, body .btn-dark:active, body .btn-dark.active, .open > body .btn-dark.dropdown-toggle {
  background-image: none;
}
html .btn-dark.disabled, html .btn-dark.disabled:hover, html .btn-dark.disabled:focus, html .btn-dark.disabled:active, html .btn-dark.disabled.active, html .btn-dark[disabled], html .btn-dark[disabled]:hover, html .btn-dark[disabled]:focus, html .btn-dark[disabled]:active, html .btn-dark[disabled].active, fieldset[disabled] html .btn-dark, fieldset[disabled] html .btn-dark:hover, fieldset[disabled] html .btn-dark:focus, fieldset[disabled] html .btn-dark:active, fieldset[disabled] html .btn-dark.active, body .btn-dark.disabled, body .btn-dark.disabled:hover, body .btn-dark.disabled:focus, body .btn-dark.disabled:active, body .btn-dark.disabled.active, body .btn-dark[disabled], body .btn-dark[disabled]:hover, body .btn-dark[disabled]:focus, body .btn-dark[disabled]:active, body .btn-dark[disabled].active, fieldset[disabled] body .btn-dark, fieldset[disabled] body .btn-dark:hover, fieldset[disabled] body .btn-dark:focus, fieldset[disabled] body .btn-dark:active, fieldset[disabled] body .btn-dark.active {
  background-color: #737063;
  border-color: #737063;
}
html .btn-dark .badge, body .btn-dark .badge {
  color: #737063;
  background-color: white;
}
html .btn-dark-light, body .btn-dark-light {
  color: #999999;
  background-color: #f6f6f6;
  border-color: #f6f6f6;
}
html .btn-dark-light:hover, html .btn-dark-light:focus, html .btn-dark-light:active, html .btn-dark-light.active, .open > html .btn-dark-light.dropdown-toggle, body .btn-dark-light:hover, body .btn-dark-light:focus, body .btn-dark-light:active, body .btn-dark-light.active, .open > body .btn-dark-light.dropdown-toggle {
  color: #999999;
  background-color: #dddddd;
  border-color: #d7d7d7;
}
html .btn-dark-light:active, html .btn-dark-light.active, .open > html .btn-dark-light.dropdown-toggle, body .btn-dark-light:active, body .btn-dark-light.active, .open > body .btn-dark-light.dropdown-toggle {
  background-image: none;
}
html .btn-dark-light.disabled, html .btn-dark-light.disabled:hover, html .btn-dark-light.disabled:focus, html .btn-dark-light.disabled:active, html .btn-dark-light.disabled.active, html .btn-dark-light[disabled], html .btn-dark-light[disabled]:hover, html .btn-dark-light[disabled]:focus, html .btn-dark-light[disabled]:active, html .btn-dark-light[disabled].active, fieldset[disabled] html .btn-dark-light, fieldset[disabled] html .btn-dark-light:hover, fieldset[disabled] html .btn-dark-light:focus, fieldset[disabled] html .btn-dark-light:active, fieldset[disabled] html .btn-dark-light.active, body .btn-dark-light.disabled, body .btn-dark-light.disabled:hover, body .btn-dark-light.disabled:focus, body .btn-dark-light.disabled:active, body .btn-dark-light.disabled.active, body .btn-dark-light[disabled], body .btn-dark-light[disabled]:hover, body .btn-dark-light[disabled]:focus, body .btn-dark-light[disabled]:active, body .btn-dark-light[disabled].active, fieldset[disabled] body .btn-dark-light, fieldset[disabled] body .btn-dark-light:hover, fieldset[disabled] body .btn-dark-light:focus, fieldset[disabled] body .btn-dark-light:active, fieldset[disabled] body .btn-dark-light.active {
  background-color: #f6f6f6;
  border-color: #f6f6f6;
}
html .btn-dark-light .badge, body .btn-dark-light .badge {
  color: #f6f6f6;
  background-color: #999999;
}
html .btn-secondary, body .btn-secondary {
  color: white;
  background-color: #036fd1;
  border-color: #036fd1;
}
html .btn-secondary:hover, html .btn-secondary:focus, html .btn-secondary:active, html .btn-secondary.active, .open > html .btn-secondary.dropdown-toggle, body .btn-secondary:hover, body .btn-secondary:focus, body .btn-secondary:active, body .btn-secondary.active, .open > body .btn-secondary.dropdown-toggle {
  color: white;
  background-color: #02549f;
  border-color: #024f95;
}
html .btn-secondary:active, html .btn-secondary.active, .open > html .btn-secondary.dropdown-toggle, body .btn-secondary:active, body .btn-secondary.active, .open > body .btn-secondary.dropdown-toggle {
  background-image: none;
}
html .btn-secondary.disabled, html .btn-secondary.disabled:hover, html .btn-secondary.disabled:focus, html .btn-secondary.disabled:active, html .btn-secondary.disabled.active, html .btn-secondary[disabled], html .btn-secondary[disabled]:hover, html .btn-secondary[disabled]:focus, html .btn-secondary[disabled]:active, html .btn-secondary[disabled].active, fieldset[disabled] html .btn-secondary, fieldset[disabled] html .btn-secondary:hover, fieldset[disabled] html .btn-secondary:focus, fieldset[disabled] html .btn-secondary:active, fieldset[disabled] html .btn-secondary.active, body .btn-secondary.disabled, body .btn-secondary.disabled:hover, body .btn-secondary.disabled:focus, body .btn-secondary.disabled:active, body .btn-secondary.disabled.active, body .btn-secondary[disabled], body .btn-secondary[disabled]:hover, body .btn-secondary[disabled]:focus, body .btn-secondary[disabled]:active, body .btn-secondary[disabled].active, fieldset[disabled] body .btn-secondary, fieldset[disabled] body .btn-secondary:hover, fieldset[disabled] body .btn-secondary:focus, fieldset[disabled] body .btn-secondary:active, fieldset[disabled] body .btn-secondary.active {
  background-color: #036fd1;
  border-color: #036fd1;
}
html .btn-secondary .badge, body .btn-secondary .badge {
  color: #036fd1;
  background-color: white;
}
html .form-control, body .form-control {
  background-color: white;
}
html .low, body .low {
  font-size: 0.75em;
  color: #999999;
}
html .lead, body .lead {
  font-size: 16px;
}
html .bg-grey, body .bg-grey {
  background-color: #f2f2f1;
}

.nopading-left {
  padding-left: 0;
}

.nopading-right {
  padding-right: 0;
}

@media (max-width: 767px) {
  h1, .h1 {
    font-size: 3em;
  }
}

/* ************************************************* FOOTER */
footer {
  background-color: #737063;
  padding: 40px 0;
  border-top: 1px solid #7c796d;
}
footer div.contact {
  font-size: 0.75em;
  text-align: center;
  color: rgba(255, 255, 255, 0.25);
}
footer div.contact p {
  margin: 0;
}
footer div.contact a {
  color: rgba(255, 255, 255, 0.25);
}
footer .navbar {
  float: right;
  display: inline-block;
}
footer .navbar.navbar-footer {
  text-align: center;
  min-height: 0;
  margin: 10px 0 0;
}
footer .navbar.navbar-footer .navbar-nav {
  display: inline-block;
  float: right;
}
footer .navbar.navbar-footer .navbar-nav li {
  display: inline-block;
}
footer .navbar.navbar-footer .navbar-nav li a {
  text-transform: lowercase;
  font-size: 12px;
  padding: 0 0.5em;
  color: rgba(0, 0, 0, 0.2);
}
footer .navbar.navbar-footer .navbar-nav li a:hover {
  background: none;
  color: black;
}

/* ************************************************* ÚVOD */
div.titulok {
  text-align: center;
}
div.titulok h3 {
  font-size: 2em;
  color: #919191;
  line-height: 0.8em;
}
div.titulok h3 span {
  color: #036fd1;
  font-size: 17px;
}

/* ************************************************* TABUľKA */
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  border-top: 0;
}
.table > thead > tr > th {
  border-bottom: 0;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 0;
}

/*# sourceMappingURL=screen.css.map */
