div.calendar_holder {
  margin: 0px auto 2em;
  position: relative;
}
div.calendar_holder div.calendarHeader {
  text-transform: uppercase;
  text-align: center;
  font-size: 1.75em;
  line-height: 1em;
  margin-bottom: 0.5em;
}
div.calendar_holder div.calendarHeader span {
  vertical-align: middle;
  font-size: 18px;
  text-transform: none;
}
div.calendar_holder div.calendarHeader span.fa {
  font-size: 15px;
}
div.calendar_holder div.calendarHeader span.fa-angle-left {
  margin-right: 3px;
  cursor: pointer;
}
div.calendar_holder div.calendarHeader span.fa-angle-right {
  margin-left: 3px;
  cursor: pointer;
}
div.calendar_holder table.calendar {
  margin: 0 auto;
  text-align: center;
}
div.calendar_holder table.calendar td {
  padding: 1px;
}
div.calendar_holder table.calendar tr td.calendarDayNames div {
  background-color: #324F14;
  border: solid 1px #324F14;
  color: white;
}
div.calendar_holder table.calendar td.calendarBorder {
  border: solid 1px #d9d9d9;
}
div.calendar_holder table.calendar td.calendarNoBorder {
  border-top: solid 1px white;
}
div.calendar_holder table.calendar td div {
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
div.calendar_holder table.calendar td div.calendar {
  cursor: pointer;
  color: #ffffff;
}
div.calendar_holder table.calendar td div.calendar span {
  font-weight: normal;
  padding: 0.5em 0.65em;
  display: block;
  font-size: 1.25em;
}
div.calendar_holder table.calendar td div.calendar a {
  text-decoration: none;
  display: block;
}
div.calendar_holder table.calendar td div.calendar:hover {
  background: rgba(255, 255, 255, 0.25);
}
div.calendar_holder table.calendar td div.status_text {
  position: absolute;
  z-index: 2;
  text-align: center;
  vertical-align: middle;
  color: black;
  height: 30px;
  width: 30px;
  cursor: default;
}
div.calendar_holder table.calendar td div.status_text.today {
  color: #324F14;
  font-weight: bold;
  font-size: 16px;
}
div.calendar_holder table.calendar td div.status_text:hover + .volne {
  background: #f2f2f2;
}
div.calendar_holder table.calendar td div.status_text:hover + .obsadene {
  background: #fc8d8d;
}
div.calendar_holder table.calendar td div.status_text.hover + .ciastocne_obsadene {
  background: #e6c200;
}
div.calendar_holder table.calendar td div.status_text:hover + .obsadene_koniec {
  border-bottom: 30px solid #e6e6e6;
  border-left: 30px solid #fc8d8d;
}
div.calendar_holder table.calendar td div.status_text:hover + .obsadene_zaciatok {
  border-top: 30px solid #e6e6e6;
  border-right: 30px solid #fc8d8d;
}
div.calendar_holder table.calendar td div.status_text:hover + .calendarToday {
  color: #253b0f;
  font-weight: bold;
}
div.calendar_holder table.calendar td div.obsadene {
  height: 30px;
  width: 30px;
  background: #fda6a6;
}
div.calendar_holder table.calendar td div.obsadene:hover {
  background: #fc8d8d;
}
div.calendar_holder table.calendar td div.ciastocne_obsadene {
  height: 30px;
  width: 30px;
  background: gold;
}
div.calendar_holder table.calendar td div.ciastocne_obsadene:hover {
  background: #e6c200;
}
div.calendar_holder table.calendar td div.volne {
  height: 30px;
  width: 30px;
  background: white;
}
div.calendar_holder table.calendar td div.volne:hover {
  background: #e6e6e6;
}
div.calendar_holder table.calendar td div.obsadene_koniec {
  margin: 0;
  padding: 0;
  height: 30px;
  width: 30px;
  overflow: hidden;
  display: block;
  border-bottom: 30px solid white;
  border-left: 30px solid #fda6a6;
}
div.calendar_holder table.calendar td div.obsadene_koniec:hover {
  border-bottom: 30px solid #e6e6e6;
  border-left: 30px solid #fc8d8d;
}
div.calendar_holder table.calendar td div.obsadene_zaciatok {
  margin: 0;
  padding: 0;
  height: 30px;
  width: 30px;
  overflow: hidden;
  display: block;
  border-top: 30px solid white;
  border-right: 30px solid #fda6a6;
}
div.calendar_holder table.calendar td div.obsadene_zaciatok:hover {
  border-top: 30px solid #e6e6e6;
  border-right: 30px solid #fc8d8d;
}
div.calendar_holder table.calendar td div.calendarToday {
  color: #324F14;
}
div.calendar_holder table.calendar td div.calendarToday span {
  color: white !important;
}
div.calendar_holder table.calendar td div.calendarToday a {
  color: white !important;
}
div.calendar_holder table.calendar td div.calendarNoDay {
  background: none;
  cursor: auto;
}
div.calendar_holder table.calendar td div.calendarNoDay:hover {
  background: none;
}
div.calendar_holder div.tooltip {
  display: none;
}

form .form-group {
  margin-bottom: 5px;
}
form .form-control {
  border-radius: 0;
  box-shadow: none;
  height: calc(33px);
  padding: 6px 15px;
  color: black;
}
form .form-control::placeholder {
  color: gray;
}
form textarea.form-control {
  height: 70px;
}
form .flex {
  display: flex;
  justify-content: space-between;
}
form .flex > div {
  width: calc(50% - 3px);
}
form .sou label {
  font-weight: normal;
}

#prihlasenie_form .form-group {
  display: flex;
  justify-content: center;
}
#prihlasenie_form .form-group button {
  margin-left: 5px;
}

.btn {
  border-radius: 0;
  padding: 5px 12px;
}

.rezervacia_view table tr td:first-child {
  font-weight: bold;
}
.rezervacia_view .cena {
  text-align: center;
}
.rezervacia_view .cena strong {
  font-size: 3rem;
  line-height: 1.35em;
  font-weight: bold;
  display: block;
}

#aktualna_cena {
  text-align: center;
  font-size: 1.2rem;
  padding: 0.5rem;
  background: #324F14;
  color: white;
  margin: 0.5rem 0;
}

div.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.25em;
  background: rgba(255, 255, 255, 0.98);
  text-align: center;
  color: black;
  z-index: 10;
  line-height: 2rem;
}
div.cookies h2 {
  margin-top: 1rem;
  font-weight: bold;
}
div.cookies .cookies_text {
  text-align: left;
}
div.cookies .viac_info {
  font-size: 0.9rem;
  line-height: 1.25rem;
  padding: 0;
}
div.cookies .viac_info a {
  text-decoration: none;
}
div.cookies .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  div.cookies .buttons {
    display: block;
    text-align: center;
  }
}
div.cookies .btn {
  margin-right: 1rem;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  div.cookies .btn {
    margin-bottom: 10px;
  }
}
div.cookies i {
  font-size: 8px;
}
div.cookies p {
  line-height: 1.4;
  font-size: 13px;
}

#cookiesModal {
  color: black;
}
#cookiesModal h2 {
  margin-top: 0;
}
#cookiesModal .cookie_item {
  margin-top: 0.5rem;
}
#cookiesModal .cookie_item label {
  margin: 0;
  margin-bottom: 5px;
  display: inline-block;
  max-width: 100%;
  font-weight: bold;
  font-size: 14px;
}

.modal-dialog .modal-content a {
  text-decoration: none;
}
.modal-dialog .modal-content .nav-tabs {
  padding-bottom: 0;
}
.modal-dialog .modal-content .nav-tabs li {
  padding-bottom: 0;
}
.modal-dialog .modal-content .tab-content {
  padding-top: 3px;
}
.modal-dialog .modal-content .modal-header {
  background: #324F14;
  color: white;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.modal-dialog .modal-content .modal-header h4 {
  font-size: 16px;
}
.modal-dialog .modal-content .modal-header .close {
  color: rgba(255, 255, 255, 0.1);
  margin-top: -2px;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
}
@media screen and (max-width: 767px) {
  .modal-dialog .btn {
    margin-bottom: 10px;
  }
}

.center_frame {
  padding: 30px;
}

.menu {
  box-shadow: inset 0 0 120px rgba(0, 0, 0, 0.75);
  background: #003311;
  opacity: 0.8;
}
.menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.menu ul li {
  border-bottom: none;
  border-right: 1px dashed rgba(0, 0, 0, 0.7);
}
.menu ul li:last-child {
  border-right: none;
}
.menu ul li a {
  font-size: 15px;
  padding: 13px 10px;
}

#banner .img {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 400px;
}

ul.subory {
  padding: 15px;
}

.gallery_ubytovanie {
  margin: 20px 0;
}

table td {
  padding: 0 15px;
}
table th, table td {
  vertical-align: top;
}
table.lighter th {
  font-weight: normal;
}

.table thead tr th, .table thead tr td, .table tbody tr th, .table tbody tr td {
  padding: 2px 8px;
}

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