@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  line-height: 1.5;
  font-size: 16px;
  position: relative;
  background-color: #FFFFFF;
}
a, a:hover {
  color: #000000;
}
section {
  min-height: 400px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
h2 {
  margin-bottom: 1rem;
  font-weight: bold;
  color: rgb(84, 89, 95);
}
h3 {
  color: rgb(84, 89, 95);
  font-weight: bold;
}
.bg_gray {
  background-color: #F5F5F5;
}
#top_header {
  height: 172px;
  background-color: #333333;
}
#top {
  padding: 15px 0px;
  background-color: #FFFFFF;
  z-index: 23;
  position: relative;
}
#top_info {
  font-size: 0.9rem;
  line-height: 1.25;
  color: rgb(102, 103, 109);
  padding-top: 25px;
}
#top svg {
  font-size: 2.2rem;
  color: #F7BC44;
  float: left;
  margin-right: 10px;
}
.top_poznamka {
  color: #9b9ca4;
  font-size: 0.75rem;
  margin-bottom: 1px;
}
.top-nav-collapse #nav_logo2 img {
  height: 40px;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  transition: all 1.5s ease;
}
#nav_logo2 img, .top-nav-collapse #nav_logo img {
  height: 0px;
}
#nav_logo img {
  height: 86px;
}
#navbar_top_header {
  padding-top: 116px;
  padding-bottom: 0px;
  background-color: #333333;
  z-index: 22;
}
#navbarMenu {
  text-transform: uppercase;
  font-weight: bold;
}
#navbarMenu a {
  color: #FFFFFF;
}
#navbarMenu a:hover, #navbarMenu a.aktivni {
  color: #F7BC44;
}
#navbarMenu a.lg_link {
  border: 2px solid #F7BC44;
  width: 34px;
  height: 34px;
  display: inline-block;
  font-size: 0.85rem;
  text-align: center;
  padding-top: 4px;
  margin-top: 3px;
}
#navbarMenu a.lg_link.aktivni {
  background-color: #F7BC44;
  color: #333333;
}
#carousel {
  position: relative;
}
#carousel::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 140px;
  background-image: url("../images/top_bottom.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  z-index: 1;
}
.carousel-control-prev, .carousel-control-next {
  background-color: transparent;
  border: none;
}
.carousel-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel-item-text {
  position: absolute;
  top: 0px;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  width: 100%;
  height: 100%;
  background-image: url("../images/top_bottom.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  text-shadow: 0px 0px 12px #000000;
}
.carousel-item-text .container {
  top: 50%;
  position: relative;
  transform: translate(0%, -50%);
}
#vybaveni-kempu, #vylety-a-aktivity {
  position: relative;
  background-color: #F3F3F3;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
#vybaveni-kempu:before, #vylety-a-aktivity:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 34px;
  background: url("../images/top_content_grunge_stripe.png") repeat-x;
}
#vybaveni-kempu:after, #vylety-a-aktivity:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 34px;
  background: url("../images/bottom_content_grunge_stripe.png") repeat-x;
}
#o-kempu {
  position: relative;
  top: -30px;
  margin-bottom: -30px;
}
.uvod_ubytovani_item {
  padding: 2rem 2rem;
  -webkit-box-shadow: 0 3px 10px rgba(150, 150, 150, 0.15);
  box-shadow: 0 3px 10px rgba(150, 150, 150, 0.15);
  /*margin-bottom: 2.5rem;*/
  height: 100%;
  background-color: #ffffff;
  position: relative;
}
.uvod_ubytovani_item a {
  /*color: #F7BC44;*/
}
.uvod_ubytovani_item a:hover {
  color: #F7BC44;
}
.uvod_ubytovani_item h3 {
  font-weight: bold;
  margin-bottom: 1.875rem;
}
.uvod_ubytovani_item h3 a {
  color: rgb(84, 89, 95);
  transition: color 0.25s ease;
}
.uvod_ubytovani_item h3 a:hover {
  text-decoration: none;
  color: #F7BC44;
  transition: color 0.25s ease;
}
.uvod_ubytovani_item .col-md-4 {
  border-left: 1px solid #e9e9e9;
}
.uvod_ubytovani_text {
  margin-bottom: 84px;
}
.uvod_ubytovani_buttons {
  position: absolute;
  bottom: 32px;
  width: 100%;
  left: 0px;
  padding: 0 2rem;
}
.uvod_ubytovani_zarezervovat {
  font-family: "Montserrat", sans-serif;
  border: 2px solid #ffffff;
  border-radius: 0;
  background-color: #F7BC44;
  color: #333;
  font-size: 0.875rem;
  line-height: 1;
  padding: 1.063rem 2.5rem;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.uvod_ubytovani_zarezervovat:hover {
  border: 2px solid #F7BC44;
  color: #333!important;
}
.uvod_ubytovani_zarezervovat:disabled {
  background-color: #fcd88f;
  color: #888888;
  cursor: initial;
}
.uvod_ubytovani_zarezervovat:disabled:hover {
  border: 2px solid #ffffff;
  color: #888888!important;
}
.uvod_ubytovani_detail {
  font-family: "Montserrat", sans-serif;
  border: 2px solid transparent;
  border-radius: 0;
  color: #F7BC44;
  font-size: 0.875rem;
  line-height: 1;
  padding: 1.063rem 2.5rem;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  text-align: center;
}
.uvod_ubytovani_detail:hover {
  border: 2px solid #F7BC44;
  color: #F7BC44!important;
}
#vylety-a-aktivity .text {
  color: rgb(122, 122, 122);
}
#kontakty {
  position: relative;
  padding-top: 0px !important;
}
#kontakty::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  display: block;
  height: 34px;
  background: url("../images/footer_gray_grunge_stripe.png") center repeat-x;
  z-index: 1;
}
#page-uvod #kontakty::before,
#page-sluzby #kontakty::before,
#page-vybaveni #kontakty::before,
#page-aktivity #kontakty::before,
#page-rezervacni-formular #kontakty::before,
#page-rezervace #kontakty::before {
  background: url("../images/footer_white_grunge_stripe.png") center repeat-x;
}
footer {
  background: #333;
  color: #9b9ca4;
  padding: 5rem 0 3rem;
  position: relative;
  margin-top: -1rem;
}
footer::before {
  content: '';
  position: absolute;
  top: -34px;
  /*left: 50%;*/
  display: block;
  height: 34px;
  background: url("../images/footer_black_grunge_stripe_top.png") center repeat-x;
  z-index: 1;
  /*-webkit-transform: translateX(-50%);
  transform: translateX(-50%);*/
  width: 100%;
}
footer::after {
  content: '';
  position: absolute;
  bottom: -34px;
  left: 0;
  right: 0;
  display: block;
  height: 34px;
  background: url("../images/footer_black_grunge_stripe.png") center repeat-x;
  z-index: 1;
}
footer h4 {
  font-size: 1rem;
  color: #fff;
  padding-bottom: .625rem;
  margin-bottom: 1.5rem;
  font-weight: bold;
  position: relative;
}
/*footer h4::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 1px;
  background: #F7BC44;
}*/
footer h4::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0;
  height: 1px;
  background-color: #e9e9e9;
}
footer .text {
  font-size: 0.875rem;
}
footer a {
  color: #9b9ca4;
}
footer a:hover {
  color: #9b9ca4;
  text-decoration: underline;
}
footer svg {
  margin-right: 5px;
}
#pata {
  background-color: #242424;
  padding: 3.375rem 0 1.8rem;
  position: relative;
  font-size: 0.875rem;
  color: #9b9ca4;
  font-weight: bold;
  text-align: center;
}
#ubytovani_top {
  position: relative;
  background-color: #656565;
  padding-top: 50px;
  padding-bottom: 20px;
  overflow: hidden;
}
#ubytovani_top::after {
  content: '';
  display: block;
  height: 34px;
  width: 100%;
  background: url("../images/subpages_header_grunge_stripe.png") center repeat-x;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
#ubytovani_top_img {

}
#ubytovani_top_wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  text-align: left;
  background-color: rgba(40, 40, 40, 0.5);;
  color: #f3f3f3;
}
#ubytovani_top_wrapper .container {
  top: 50%;
  position: relative;
  transform: translate(0%, -50%);
}
#ubytovani_top_wrapper h1 {
  font-weight: bold;
}
#ubytovani_obsah {
  min-height: 400px;
}
#carousel2 #carousel_indicators {
  min-height: 80px;
}
#carousel2 .carousel-indicators {
  bottom: initial;
}
#carousel2 .carousel-indicators li {
  background-color: #f7bc44 !important;
}
#carousel2 .carousel-control-prev, #carousel2 .carousel-control-next {
  opacity: 100%;
  bottom: initial;
  z-index: 20;
}
#carousel2 .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23f7bc44' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
#carousel2 .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23f7bc44' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.breadcrumb-item.active {
  color: #e9e9e9;
}
.breadcrumb-item a {
  color: #F7BC44;
}
.breadcrumb-item a:hover {
  color: #f7bc44;
}
#uvod_novinky_wrap {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#uvod_novinky {
  background-color: rgba(51, 51, 51, 0.7);
  min-height: 100px;
}
.uvod_novinky_item {
  color: #e9e9e9;
}
.uvod_novinky_datum {
  color: #F7BC44;
  font-weight: bold;
  font-size: 2rem;
}
.uvod_novinky_nadpis {
  font-size: 3.0rem;
  font-weight: bolder;
  line-height: 1.3;
}
.uvod_novinky_text {
  line-height: 1.5;
  font-size: 1.2rem;
}
.uvod_novinky_text div {
  position: absolute;
  bottom: 0px;
  padding-right: 15px;
}
#uvod_rezervace_wrap {
  position: relative;
  top: 20px;
  z-index: 20;
  color: #ffffff;
  margin-bottom: 30px;
}
#uvod #uvod_rezervace_wrap {
  top: -90px;
  margin-bottom: 0px;
}
#uvod_rezervace {
  padding: 2rem 2.5rem;
  background-color: #333333;
}
#uvod_rezervace input, #uvod_rezervace select {
  border-radius: unset;
  background-color: #242424;
  height: 48px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #cccccc;
}
#uvod_rezervace select:required:invalid {
  color: gray;
}
#uvod_rezervace select, #uvod_rezervace option {
  color: #cccccc;
}
#uvod_rezervace .input-group-text {
  border-left: none;
  background-color: #242424;
}
#uvod_rezervace .input-group input {
  border-right: none;
}
#uvod_rezervace button {
  font-family: "Montserrat", sans-serif;
  border: 1px solid;
  border-color: #F7BC44;
  border-radius: 0;
  background: #F7BC44;
  color: #333;
  font-size: 0.875rem;
  line-height: 1;
  padding: 1.0rem 2.5rem;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  text-align: center;
}
.rezervace_nazev_poznamka {
  font-size: 0.8rem;
  font-style: italic;
  color: grey;
  position: relative;
  top: -8px;
}
.rezervace_nazev_poznamka p {
  margin: 0px;
}
.datepicker {
  border: none;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
#kalendar .datepicker, #kalendar .datepicker table {
  width: 100%;
}
#kalendar .datepicker td, #kalendar .datepicker th {
  /*padding-top: 1rem;
  padding-bottom: 1rem;*/
  color: rgb(84, 89, 95);
  border-radius: 0px;
  height: 60px;
}
#kalendar .datepicker td, #kalendar .datepicker thead, #kalendar .datepicker th.dow {
  border: 1px solid #ddd;
}
#kalendar .datepicker th {
  text-transform: uppercase;
  font-size: 1.2rem;
}
#kalendar .datepicker td.castecne {
  background-color: #ffc6c6;
}
#kalendar .datepicker td.highlighted,
.datepicker table tr td.today {
  background-color: rgba(247,188,68,0.35) !important;
}
.datepicker td.active,
.datepicker td.active.highlighted,
#kalendar .datepicker td.active,
#kalendar .datepicker td.active.highlighted {
  color: #333333!important;
  background-color: #F7BC44!important;
}
#kalendar .datepicker td.obsazeno {
  background-color: #f44444;
  color: #ffffff;
}
#kalendar .datepicker table tr td.disabled, #kalendar .datepicker table tr td.disabled:hover {
  background: none;
  color: #cccccc;
  cursor: default;
}
#kalendar .datepicker td .kalendar_pocet {
  font-size: 12px;
  color: gray;
}
#kalendar .datepicker td.obsazeno .kalendar_pocet {
  color: #cccccc;
}

@media (min-width: 576px) {

}

@media  (min-width: 768px) {

}

@media  (min-width: 1921px) {

}

@media  (max-width: 1199px) {
  #uvod #uvod_rezervace_wrap {
    top: -40px;
  }
  .uvod_novinky_datum {
    font-size: 1.5rem;
  }
  .uvod_novinky_nadpis {
    font-size: 2rem;
  }
  .uvod_novinky_text {
    position: relative;
    bottom: unset;
    font-size: 1rem;
  }
}

@media  (max-width: 991px) {
  #navbar_top_header {
    padding-top: 10px!important;
    padding-bottom: 10px;
  }
  #top_header {
    height: auto;
  }
  h1 {
    font-size: 1.5rem;
  }
  #navbarDiv {
    width: 100%;
  }
  #uvod #uvod_rezervace_wrap {
    top: -40px;
  }
  .uvod_novinky_datum {
    font-size: 1rem;
  }
  .uvod_novinky_nadpis {
    font-size: 1.5rem;
  }
  .uvod_novinky_text {
    position: relative;
    bottom: unset;
    font-size: 0.8rem;
  }

}

@media  (max-width: 767px) {

  #navbarDiv {
    width: 100%;
  }
  #navbarNav {
    position: absolute;
    background-color: rgba(51,51,51,0.85);
    width: 100%;
  }
  #navbar_top_header {
    padding-top: 10px!important;
    padding-bottom: 10px;
  }
  .nav-item {
    text-align: right;
  }
  #top_header {
    height: auto;
  }
  .fixed-top {
    position: relative;
  }
  #carousel {
    overflow: hidden;
  }
  #carousel .carousel-inner, #ubytovani_top_img {
    margin-left: -300px;
    margin-right: -300px;
    width: calc(100% + 600px);
  }
  #uvod #uvod_rezervace_wrap {
    top: 20px;
  }
  #uvod_novinky_wrap {
    /*top: 100px;*/
  }
  .uvod_novinky_datum {
    font-size: 0.8rem;
  }
  .uvod_novinky_nadpis {
    font-size: 1.2rem;
  }
  .uvod_novinky_text {
    position: relative;
    bottom: unset;
    font-size: 0.8rem;
  }
  #o-kempu {
    top: 30px;
    margin-bottom: 30px;
  }
  .uvod_ubytovani_item {
    padding: 1rem;
  }
  .uvod_ubytovani_buttons {
    padding: 0 1rem;
    bottom: 16px;
  }
  .uvod_ubytovani_zarezervovat, .uvod_ubytovani_detail {
    font-size: 0.8rem;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
  }
  h1 {
    font-size: 1.5rem;
  }
  .breadcrumb-item {
    font-size: 14px;
  }
  .col-form-label {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .flex_wrap_unset {
    flex-wrap: unset;
  }
  .rezervace_nazev_poznamka {
    top: -3px;
  }
}

@media  (max-width: 575px) {


}


