:root {
  --color-black: #343434;
  --color-blue-dark: #015D9E;
  --color-blue: #14A9E1;
  --color-blue-dark-text: rgba(6, 65, 136);
  --color-dark-gray: rgba(136, 137, 140, 1);
}

@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

#nadpis {
  position: relative;
  z-index: 1000;
  top: 30px;
  height: 1px;
  color: white
}

#nadpis h1 {
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 2px 2px 8px #383838;
}

body {
  font-family: "Open Sans", sans-serif;
  background: #ffffff;
  overflow-x: hidden;
  image-rendering: auto;
}
p {
  font-size: 14pt;
}
.vypis p {
  font-size: 12pt;
}
.white {
  color: white;
}
.bold {
  font-weight: 600;
}
.width200 {
  width: 200px;
}
.width240 {
  width: 240px;
}

a.button_link.darkBlue {
  background-color: #015D9E;
}
a.button_link {
  background-color: #49AADF;
  color: white;
  padding: 0 40px;
  text-decoration: none;
  display: block;
  margin: auto;
  line-height: 30px;
  height: 30px;
  float: left;
  text-transform: uppercase;
  transition: background-color 0.5s;
}
a.button_link:hover {
  background-color: #016c8f;
}
a.button_link.disabled {
  /* background-color: gray !important; */
  color: #a0e7ff;
}
a.button_link.loading_button {
  background-image: url(/resource/img/public/v2/loadingButton.gif);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position-y: center;
  background-position-x: 4px;
}
.text-bold {
  font-weight: 700;
}
.text-green {
  color: green;
}
.text-red {
  color: red;
}
.textGray {
  color: rgb(167, 167, 167);
}
.textGray2 {
  color: rgb(131, 131, 131) !important;
}
.fontSizeSmall 
{
  font-size: 12px;
}

#uvod h1 {
  font-weight: 700;
  font-size: 50px;
  padding: 20px 0;
}

input[type="submit"].red {
  background-color: #D73732;
}
button[type="submit"]:disabled {
  background-color: gray;
}
input[type="submit"], .quickForm button[type="submit"], button[type="submit"] {
  background-color: #49AADF;
  border: 0;
  color: white;
  height: 38px;
  padding: 0 20px;
}
.quickForm button[type="submit"] {
  margin-bottom: 10px;
}
input[type="submit"]:disabled {
  background-color: #aeaeae;
}

section.gray {
  background-color: rgba(221,223,224,1);
}
section.gray3 {
  background-color: #ececed;
}
section.blue {
  background-color: #015D9E;
}
section.blue_light {
  background-color: #49AADF;
  color: white;
  padding: 20px 0;
}
section.gray2 {
  background-color: #D1D3D4;
}
section.darkGray {
  background-color: #6B6B6B;
}
section.footer {
  background-color: #9A999B;
}

@media (min-width: 992px) {
  #top_bar {
    display: block !important;
  }
}
@media (max-width: 992px) {
  .container {
    width: 100% !important;
    max-width: none !important;
  }
}
#top_bar {
  display: none;
  background-color: #6B6B6B;
  color: rgba(230,230,230,1);
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  position: fixed;
  top: 0;
  z-index: 100000;
}

#top_bar ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#top_bar ul > li {
  padding: 0 10px;
}

#top_bar ul > li > a {
  color: rgba(230,230,230,1);
  text-decoration: none;
}
#top_bar ul > li > a:hover {
  text-decoration: underline;
}

#top_bar_login_button {
  line-height: 24px;
  padding: 0 10px;
  background-color: rgba(21,152,220,1);
  vertical-align: baseline;
  border-radius: 0;
  margin-left: 10px;
}
#top_bar_search_input {
  height: 26px;
  padding: 0 8px;
  border-radius: 0;
  border: 1px solid transparent;
}

#top_bar_search input::placeholder {
  color: gray;
}
#top_bar_search_button {
  position: absolute;
  right: 4px;
  width: 20px;
  height: 20px;
  background-image: url(/resource/img/public/v2/search_icon.png);
  background-size: 21px;
  background-color: transparent;
  border: none;
  top: 11px;
  background-repeat: no-repeat;
  padding: 0;
}
#top_bar_search {
  position: relative;
}

#mobile_bar_search_input {
  height: 26px;
  padding: 0 8px;
  border-radius: 0;
  border: 1px solid transparent;
}

#mobile_bar_search input::placeholder {
  color: gray;
}
#mobile_bar_search_button {
  position: absolute;
  right: 4px;
  width: 20px;
  height: 20px;
  background-image: url(/resource/img/public/v2/search_icon.png);
  background-size: 21px;
  background-color: transparent;
  border: none;
  top: 4px;
  background-repeat: no-repeat;
  padding: 0;
}
#mobile_bar_search {
  position: relative;
}

.wrap-drop.active .drop {
  display: block;
  opacity: 1;
  pointer-events: auto;
}
.wrap-drop .drop {
  background: #2e3a41;
  display: none;
  left: 0px;
  list-style: none;
  margin-top: 0px;
  opacity: 0;
  padding-left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 40px;
  z-index: 9999999;
  text-align: left !important;
  padding-bottom: 5px;
}

.wrap-drop .drop li {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 500;
  display: block;
  width: 100%;
  padding: 3.5px 10px;
  text-decoration: none;
  margin: 0px !important;
}

.wrap-drop {
  cursor: pointer;
  position: relative;
  z-index: 9999999;
  padding-left: 20px;
}

.wrap-drop > .arrow {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid white;
  clear: both;
  margin-left: 5px;
}

#menu {
  height: 104px;
  position: fixed;
  background: white;
  width: 100%;
  z-index: 100000;
  box-shadow: 1px 1px 8px -2px gray;
}

@media (max-width: 991.99px)
{
  #menu {
    top: 0;
  }
}
@media (min-width: 992px)
{
  #menu {
    top: 40px;
  }
}

ul#top_menu_leve {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style-type: none;
  display: none;
}

@media (min-width: 992px) {
  ul#top_menu_leve {
    display: inline-flex !important;
  }
}
@media (min-width: 1365.99px) {
  ul#top_menu_leve {
    margin: 0 0 0 80px;
  }
}

#top_logo2 {
  height: 30px;
  margin-left: 10px;
}
#top_logo {
  display: block;
  margin: 0 0 15px 20px;
  height: 40px;
}
@media (max-width: 499.99px) {
  #mobile_bar_search_input
  {
    width: 150px;
  }
  #menu_button2 {
    display: block !important;
  }
  #menu_button {
    display: none !important
  }
}
#menu_button2 {
  display: none;
}
@media (min-width: 600px) {
  #top_logo2 {
    display: none !important;
  }
}
@media (max-width: 599.98px) {
  #top_logo {
    display: none !important;
  }
  
} 

@media (max-width: 991.98px) {
  #top_menu_leve_cont {
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 1365.98px) {
  #top_menu_leve_cont {
    display: flex;
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  #top_logo {
    display: block;
    margin: 12px 0 0 20px !important;
  }
  ul#top_menu_leve > li > a {
    height: 49px !important;
    line-height: 49px !important;
  }
  
}
@media (min-width: 992px) and (max-width: 1365.98px) {
  #menu {
    height: 111px !important;
  }
}
#menu {
  height: 77px
}
#top_menu_leve_cont {
  display: flex;
  flex-direction: row;
  align-items: center;
}
/* @media (min-width: 992px) and (max-width: 1399.98px) {
  #top_logo {
    display: none !important;
    height: 64px;
  }
}  */
/* @media (max-width: 991.98px) {
  #top_logo {
    display: block !important;
    height: 44px;
  }
}  */

ul#top_menu_leve > li {
  padding: 0;
  border-bottom-width: 5px;
  border-bottom-color: white;
  border-bottom-style: solid;
  border-top-width: 5px;
  border-top-color: white;
  border-top-style: solid;
  transition: border-color 0.3s linear;
  /* display: inline-flex; */
}

@media (min-width: 1400px) {
  ul#top_menu_leve > li {
    /* padding: 0 10px !important; */
  }
} 

ul#top_menu_leve > li:hover {
  border-bottom-width: 5px;
  border-bottom-color: #005599;
  border-bottom-style: solid;
}

ul#top_menu_leve > li > a {
  padding: 0 20px;
  color: #5E6060;
  height: 67px;
  line-height: 67px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
}

ul#top_menu_leve > li > a:hover {
  text-decoration: none;
}

#top_menu_prave_cont {
  display: none !important;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  #top_menu_prave_cont {
    display: flex !important;
  }
  .top_menu_text {
    line-height: 14px !important;
  }
} 

@media (min-width: 1366px)
{
  #top_menu_prave_cont {
    margin-bottom: 0px !important;
  }
}


.top_menu_prave {
  width: 85px;
  padding: 0 0 5px 0;
}
.top_menu_text {
  line-height: 10px;
  font-weight: 600;
}
.top_menu_prave_link {
  text-decoration: none;
  color: #5E6060;
  text-transform: uppercase;
  font-size: 12px;
}

.top_menu_prave_link img {
  filter: brightness(0) saturate(100%) invert(38%) sepia(0%) saturate(7484%) hue-rotate(263deg) brightness(95%) contrast(92%);
  padding: 5px 0 0 0;
}
.top_menu_prave_link:hover img, .top_menu_prave_link.active img {
  filter: brightness(0) saturate(100%) invert(18%) sepia(98%) saturate(1930%) hue-rotate(189deg) brightness(98%) contrast(103%);
}
.top_menu_prave_link:hover {
  color: #005599;
}

@media (min-width: 992px) {
  #mobile_menu {
    display: none !important;
  }
  #mobile_gray {
    display: none !important;
  }
}

@media (min-width: 600px) {
  #mobile_menu_ikony div > div {
    font-size: 12px !important;
    line-height: 12px !important;
  }
  #mobile_menu_ikony div {
    width: 80px !important;
    height: 80px !important;
  }
  #mobile_menu_ikony img {
    width: 34px !important;
    height: 34px !important;
  }
}

#mobile_gray {
  display: block;
  background-color: #6B6B6B;
  padding: 10px;
  color: white;
  position: fixed;
  top: 77px;
  width: 100%;
  z-index: 100000;
}

#mobile_menu_ikony {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 0 30px 0;
}
#mobile_menu_ikony a {
  color: white;
  text-decoration: none;
}

#mobile_menu_ikony a > div > div {
  color: white;
  /* padding: 0 20px; */
  font-size: 9px;
  line-height: 9px;
  text-align: center;
  text-transform: uppercase;
}

#mobile_menu_ikony a > div {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #6B6B6B;
  padding: 4px 0 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
#mobile_menu_ikony img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin-bottom: 2px;
}

#mobile_menu {
  display: flex;
  padding: 0 20px 0 0;
  height: 78px;
  gap: 4px;
}
#menu_button.close {
  background-image: url(/resource/img/public/v2/close.png) !important;
  background-repeat: no-repeat;
}
#menu_button {
  background-image: url(/resource/img/public/v2/menu_button.png);
  width: 32px;
  height: 23px;
  background-size: contain;
  background-position: center;
}
.mobile_menu_icons {
  gap: 5px;
}
#menu_button2 {
  background-image: url(/resource/img/public/v2/menu_button2.png);
  width: 32px;
  height: 23px;
  background-size: contain;
  background-position: center;
}
#menu_button2.close {
  background-image: url(/resource/img/public/v2/close2.png) !important;
  background-repeat: no-repeat;
}
#mobile_menu .top_menu_text {
  font-size: 8px;
  margin-top: 2px;
}

.top_menu_text {
  margin-top: 10px;
}
.top_menu_prave_link.active .top_menu_text, #top_menu_leve li.active a
{
  color: #015D9E;
} 

#mobile_menu_accomodation {
  background-image: url(/resource/img/public/v2/ico_ubytovani.png);
  width: 46px;
  height: 29px;
  background-size: contain;
  margin-right: 1rem;
}

#mobile_menu_search {
  background-image: url(/resource/img/public/v2/search_icon.png);
  width: 33px;
  height: 31px;
  background-size: contain;
  margin-right: 1rem;
}

#mobile_gray .wrap-drop .drop {
  right: -10px;
  top: 35px;
}
#mobile_gray .wrap-drop .drop a {
  color: white;
  text-decoration: none;
}

#mobile_menu_list{
  /* height: calc(100vh - 123px); */
  height: calc(100% - 123px);
  position: fixed;
  top: 123px;
  z-index: 20000;
  background-color: #F8F8F8;
  width: 100vw;
  padding: 20px;
  display: none;
}
#mobile_menu_list_items {
  overflow-x: hidden !important;
}
#mobile_menu_list_flex {
  /* height: calc(100vh - 160px) */
  height: 100%;
}

#mobile_menu_list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-bottom: 1px solid #C3C4C6;
}

#mobile_menu_list ul > li {
  
}

#mobile_menu_list ul > li > a {
  text-align: center;
  color: #5E6060;
  line-height: 50px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  text-align: left;
  position: relative;
  border-top: 1px solid #C3C4C6;
}
#mobile_menu_list ul > li > a:after {
  content: "";
  background-image: url(/resource/img/public/v2/arrow_right.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 12px;
  width: 12px;
  height: 100%;
  display: block;
  position: absolute;
  right: 5px;
  top: 0;
  transition: all 0.5s;

}
#mobile_menu_list ul > li.active > a {
  border-bottom: 1px solid #C3C4C6;
}
#mobile_menu_list ul > li.active > a:after {
  transform: rotate(90deg);
}

.mobile_submenu {
  padding: 10px;
  display: none;
}

#mobile_menu_list ul > li.active .mobile_submenu {
  display: block;
}


#mobile_menu_bottom_menu {
  width: 100%;
  padding: 20px 0;
}
#mobile_menu_bottom_menu_cont {
  width: 100%;
  height: 76;
  box-shadow: 1px 1px 7px 1px #00000063;
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding: 15px 10px 10px 10px;
  justify-content: space-between;
  border-radius: 10px;
  background-color: white;
}
@media (min-width: 480px) and (max-width: 599.99px) {
  #mobile_menu_bottom_menu_cont div img {
    height: 30px !important;
  }  
  #mobile_menu_bottom_menu_cont div div, #mobile_menu_bottom_menu_cont a {
    font-size: 10px !important;
    line-height: 12px !important;
  }
}
@media (max-width: 479.99px) {
  #mobile_menu_bottom_menu_cont div img {
    height: 20px !important;
  }  
  #mobile_menu_bottom_menu_cont div div, #mobile_menu_bottom_menu_cont a {
    font-size: 9px !important;
    line-height: 10px !important;
  }
}
#mobile_menu_bottom_menu_cont div img {
  height: 40px;
  margin-bottom: 4px;
}
#mobile_menu_bottom_menu_cont div div, #mobile_menu_bottom_menu_cont a {
  height: 16px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  color: black;
  cursor: pointer;
}
#mobile_menu_bottom_menu_cont div {
  text-align: center;
}

@media (max-width: 1365.98px)
{
  .submenu {
    /* top: 151px !important; */
    transform: translateY(34px);
  }
  
}
.submenu {
  background-color: #005599;
  width: 100vw;
  position: absolute;
  top: 117px;
  z-index: 2000;
  padding: 20px;
  display: none !important;
  box-shadow: -1px 20px 20px 0px rgba(0,0,0,0.5);
  /* opacity: 0; */
  /* transition: opacity 0.5s,  transform 0.2s; */
  /* transform: translateY(-500px); */
}
.submenu.show {
  display: flex !important;
  /* transform: translateY(0px); */
  /* opacity: 1; */
}

.submenu_part {
  width: 100%;
  max-width: 1110px;
}

.submenu_part_name {
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 10px;
  display: flex;
}
.mobile_submenu  .submenu_part_name {
  color: #005599;
}
@media (max-width: 599.99px) {
  .grid_submenu_two_columns {
    grid-template-columns: 1fr !important;
  }
}
.grid_submenu_two_columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
  row-gap: 20px;
}

.styl-10 .submenu_list_bigimg {
  aspect-ratio: 2.5/1;
}
.submenu_list_bigimg {
  aspect-ratio: 1/1;
  flex: 1;
  box-shadow: 1px 1px 7px 1px #00000063;
  position: relative;
}
.mobile_submenu .submenu_list_bigimg {
  aspect-ratio: auto;
}
.mobile_submenu .submenu_list_bigimg a {
  width: 100%;
  height: 100%;
}
.mobile_submenu .submenu_list_bigimg img {
  height: 100px;
  aspect-ratio: auto;
}

.submenu_list_bigimg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.submenu_list_bigimg span {
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2px 10px;
  background-color: rgb(80 80 80 / 74%);
  text-transform: uppercase;
  text-decoration: none;
}
.submenu_list_bigimg > a:hover {
  text-decoration: underline; 
}
@media (max-width: 499.99px) {
  .mobile_submenu .submenu_list_partimg_cont{
    grid-template-columns: 1fr !important;
  }
}
.mobile_submenu .submenu_list_partimg_cont{
  grid-template-columns: repeat(2, 1fr);
}
.submenu_list_partimg_cont {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.submenu_list_partimg_cont > a {
  text-decoration: none;
  color: #5E6060;
}
.submenu_list_partimg {
  aspect-ratio: 10/3;
  flex: 1;
  background-color: red;
}
.submenu_list_partimg_img {
  flex: 2;
}
.submenu_list_partimg_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.submenu_list_partimg_name {
  background-color: white;
  text-transform: uppercase;
  flex: 3;
  line-height: 18px;
}
.submenu_list_city {
  flex: 2;
  background-color: #49AADF;
  color: white;
  box-shadow: 1px 1px 7px 1px #00000063;
}
.submenu_list_city input{
  background-color: #015D9E;
  text-transform: uppercase;
  color: white;
  border: none;
  
}
.mobile_submenu .submenu_text_two_rows a {
  color: #49AADF;
}
.mobile_submenu .submenu_text_two_rows:not(.without_points) > div::before {
  color: #49AADF;
}
.mobile_submenu .submenu_text_two_rows_name {
  color: #6093af;
}

@media (max-width: 599.99px) {
  .submenu_text_two_rows {
    grid-template-columns: 1fr !important;
  }
}
.submenu_text_two_rows {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(auto-fill, minmax(0, 1fr)); /* Dynamické generování řádků */
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: white;
  padding-top: 10px;
}
.submenu_text_two_rows:not(.without_points) > div::before {
  content: "•"; 
  color: white;
  display: inline-block; 
  width: 1em;
  margin-left: 0;
  position: absolute;
  top: -6px;
  left: 0px;
  font-size: 24px;
}

.submenu_text_two_rows a {
  color: white;
  text-decoration: none;
  font-weight: 600;
}
.submenu_text_two_rows a:hover {
  color: #49AADF;
}

.submenu_text_two_rows > div {
  padding-left: 20px;
  position: relative;
}

.submenu_text_two_rows_name{
  color: #49AADF;
  font-weight: 600;
}
.mobile_submenu .submenu_text_four_rows {
  grid-template-columns: repeat(2, 1fr);
}
.mobile_submenu .submenu_text_four_rows a {
  color: #49AADF;
}
.mobile_submenu .submenu_text_four_rows > div::before {
  color: #49AADF;
}
@media (max-width: 499.99px) {
  .mobile_submenu .submenu_text_four_rows {
    grid-template-columns: 1fr;
  }
}

.submenu_text_four_rows {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: white;
  padding-top: 10px;
}
.submenu_text_four_rows > div > a {
  color: white;
  text-decoration: none;
  /* background-image: url(/resource/img/public/v2/submenu_arrowdown.png); */
  background-repeat: no-repeat;
  background-position: right;
  background-size: 12px;
  padding-right: 19px;
  font-weight: 600;
}
.submenu_text_four_rows > div > a.active {
  /* background-image: url(/resource/img/public/v2/submenu_arrowup.png); */
}
.submenu_text_four_rows > div > a:hover {
  color: #49AADF;
}
.submenu_text_four_rows > div::before {
  content: "•"; 
  color: white;
  display: inline-block; 
  width: 1em;
  margin-left: 0;
  position: absolute;
  top: -6px;
  left: 0px;
  font-size: 24px;
}

.submenu_text_four_rows > div {
  padding-left: 20px;
  position: relative;
}

.submenu_text_four_rows_name{
  color: #49AADF;
}

.home_page_section_p > p {
  padding: 0 30px;
  text-align: center;
  margin: 20px 0;
}

@media (max-width: 991.98px) {
  .home_page_section_name {
    margin: 0 20px !important;
  }  
}

.home_page_section_name {
  text-align: center;
  text-transform: uppercase;
  color: #49AADF;
  font-weight:bold;
  font-size: 26px;
  line-height: 46px;
  position: relative;
  padding: 20px 0;
}
.home_page_section_name.bezkapitalek span, .home_page_section_name.bezkapitalek h2 {
  text-transform: none;
}
.home_page_section_name.gray {
  color: gray;
}
.home_page_section_name.blueDark {
  color: #005C9E;
}
.home_page_section_name.gray2 {
  background-color: #D1D3D4;
  color: gray;
}
.home_page_section_name.white {
  color: white;
}
.home_page_section_name hr {
  background-color: #49AADF;
  height: 2px;
  opacity: 1;
  transform: translateY(23px);
  margin: 0;
  z-index: 0;
}
.home_page_section_name.nohr hr {
  display: none;
}
.home_page_section_name.gray hr, .home_page_section_name.gray2 hr {
  background-color: gray;
}
section.gray .home_page_section_name span {
  background-color: rgba(221,223,224,1);
}
section.gray2 .home_page_section_name span {
  background-color: #D1D3D4;
}
section.gray3 .home_page_section_name span {
  background-color: #ececed;
}
.home_page_section_name.big span {
  font-weight: 600;
  font-size: 30px;
}
.home_page_section_name span, .home_page_section_name h2 {
  z-index: 1;
  position: relative;
  padding: 0 25px;
  background-color: white;
  display: inline;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 32px;
  line-height: 46px;
}
@media (min-width: 992px) {
  .section_grid4 {
    grid-template-columns: 1fr 1fr 1fr 1fr !important;
  }
  .section_dulezite_informace {
    grid-template-columns: 1fr 1fr 1fr !important;
  }
}
@media (min-width: 992px) and (max-width: 1365.98px) {
  .section_grid4 {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .section_grid4 {
    grid-template-columns: 1fr 1fr !important;
  }
  .section_dulezite_informace {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media (max-width: 575.98px) {
  .section_grid4 .box2 .photo {
    display: none;
  }
  .section_grid4 .box2 .name {
    height: 60px;
  }
  .box2 > .name > div {
    font-size: 13px;
  }
}
.section_grid4 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: white;
  margin: 0 30px 30px 30px;
}

.section_dulezite_informace {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  color: white;
  margin: 0 30px 30px 30px;
}
.no-underline {
  text-decoration: none;
}
.podtitulek {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  color: #49AADF;
  margin: 0;
  padding: 0 0 0px 30px;
  position: relative;
  top: 20px;
}
.podtitulek.dlouhodobe {
  padding: 0 0 20px 25px;
}

div.box-name:hover, div.box-name.active {
  background-color: #49AADF !important;
}
.section_grid4 > div.box-name, .section_flex4 > div.box-name {
  color: white;
  background-color: #a6a6a6;
  border-radius: 30px;
  min-height: 60px;
  padding: 0 20px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.section_grid4 > div.box-name > a, .section_flex4 > div.box-name > a {
  text-decoration: none;
  color: white
}

.section_flex4 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  --gap: 30px;
  margin: 0 30px 30px 30px;
  justify-content: center;
}
.section_flex4 > div.box-name {
  flex: 0 0 calc(25% - var(--gap));
  box-sizing: border-box;
}
@media (max-width: 899.99px) {
  .section_flex4 > div.box-name {
    flex: 0 0 calc(50% - var(--gap)) !important;
    box-sizing: border-box;
  }
}
@media (min-width: 992px) {
  .section_grid3_sede {
    grid-template-columns: repeat(6, 1fr) !important;
  }
  .section_grid3_sede.leto .box:nth-child(1), .section_grid3_sede.leto .box:nth-child(2) {
    grid-column: span 3; 
    flex-direction: row;
  }
  .section_grid3_sede.leto .box:nth-child(1), .section_grid3_sede.leto .box:nth-child(2) {
    grid-column: span 3; 
    flex-direction: row;
  }
  .section_grid3_sede.leto .box:nth-child(1) .photo, .section_grid3_sede.leto .box:nth-child(2) .photo {
    width: 110% !important;
    height: 300px !important;
  }
  .section_grid3_sede.leto .box:nth-child(1) .name, .section_grid3_sede.leto .box:nth-child(2) .name {
    height: 300px !important;
    width: 100%;
  }
  .section_grid3_sede.leto .box:nth-child(1) .name_text, .section_grid3_sede.leto .box:nth-child(2) .name_text {
    height: 180px !important;
  }
}
@media (min-width: 1399.99px) {
  .section_grid3_sede.leto .box:nth-child(1) .photo, .section_grid3_sede.leto .box:nth-child(2) .photo {
    width: 200% !important;
    height: 300px !important;
  }
}
.box2 {
  box-shadow: 1px 1px 8px -3px #000000;
}
.box2:hover {
  box-shadow: 9px 7px 14px 0px #bebebe;
}
.box2 > .photo {
  width: 100px;
  height: 100px;
  background-color: white;
}
.box2.info > .photo {
  padding: 10px;
  width: 80px;
  height: 80px;
}
.box2.info > .photo img {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  object-fit: contain; /* or object-fit: contain; */
}
.box2 > .photo img {
  width: 100px;
  height: 100px;
  object-fit: cover; /* or object-fit: contain; */
}
.box2 > .name {
  background-color: white;
  flex-grow: 1;
  text-align: center;
  padding: 0 10px;
  transition: all 0.5s;
}
.box2 > a.name {
  text-decoration: none;
  transition: all 0.5s;
}
.box2 > .name > div {
  color: gray;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.5s;
}
.box2:hover .name {
  color: #49AADF;
}
.box2:hover .name > div {
  color: #49AADF;
}

.section_grid3_sede {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  color: white;
  margin: 0 30px 30px 30px;
}

.section_grid3_sede .box {
  grid-column: span 2;
  flex-direction: column;
}

div.box.dalsi_akce > div.photo {
  position: relative; 
}
div.box > div.photo span.close_popup{
  width: 20px;
  height: 20px;
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background-image: url(/resource/img/public/v2/close.svg);
}
div.box > div.photo {
  padding-bottom: 0;
  height: 200px;
  background-color: white;
  position: relative;
}
div.box > div.photo .photo_name {
  position: absolute;
  bottom: 10px;
  left: 0;
  padding: 0 10px;
}
div.box > div.photo .photo_name a {
  color: white;
  font-size: 18px;
  /* text-shadow: 0px 1px 4px black; */
  text-decoration: none;
}
div.box > div.photo .image {
  object-fit: cover; /* or object-fit: contain; */
}
div.box > div.photo img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* or object-fit: contain; */
}
/* @media (min-width: 992px) {
  div.box > div.name  {
    height: 200px !important;
  }
} */
div.box.news .top_news {
  position: absolute;
  height: 70px;
  width: 70px;
  top: 10px;
  left: 10px;
}

div.box.news {
  position: relative;
}

div.box.news > div.name {
  padding: 20px 20px 10px 20px;
}
div.box div.name {
  height: 176px;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}
div.box div.name.akce {
  height: 225px;
  padding-bottom: 0px;
}
div.box.bigsquare div.name {
  height: auto !important;
}
div.box.bigsquare div.name_kategorie {
  margin-top: 40px;
}
div.box.bigsquare div.name > div:nth-child(2) {
  margin-top: 40px;
}
.text-green {
  color: rgba(112, 175, 30);
}
.text-blue-dark {
  color: var(--color-blue-dark-text);
}

.section_grid3_top {
  /* display: grid;
  grid-template-columns: 1fr;
  grid-column: span 2; 
  grid-column-gap: 50px;
  grid-row-gap: 50px; */
  color: white;
}
.box.top_akce .photo {
  width: 200% !important;
  height: 600px !important;
}
div.top_akce {
  position: relative;
  display: flex !important;
  margin: 20px;
}
@media (max-width: 499.98px) {
  div.top_akce {
    flex-direction: column !important;
  }
  .box.top_akce .photo {
    height: 200px !important;
  }
  div.box.top_akce > div.top_akce_detail {
    height: 400px !important;
  }
  .slick-slider {
    margin: 0 20px;
  }
  .slick-slider .box {
    margin: 30px 10px !important;
  }
}
@media (min-width: 500px) {
  .slick-prev {
    left: -5px;
  }
  .slick-next {
    right: -5px;
  }
}
div.box.top_akce > div.top_akce_detail {
  height: 600px;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
div.box.top_akce div.top_akce_name_name
{
  line-height: 22px;
  height: 66px;
  -webkit-line-clamp: 3 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  width: calc(100% - 40px);
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-weight: 600;
}
div.box.top_akce div.top_akce_name_name a, div.box.dalsi_akce .name_name a {
  transition: color 0.5s;
}
div.box.top_akce:hover div.top_akce_name_name a, div.box:hover.dalsi_akce .name_name a {
  color: #015D9E !important;
}
.top_akce:hover .top_akce_name_misto > div a, .top_akce:hover .top_akce_name_misto > div,
.top_akce:hover .top_akce_name_cas > div a, .top_akce:hover .top_akce_name_cas > div
{
  /* color: #49AADF !important;
  filter: brightness(0) saturate(100%) invert(99%) sepia(6%) saturate(2%) hue-rotate(158deg) brightness(114%) contrast(100%); */ */
}
div.box.top_akce .top_akce_name_name a
{
  /* color: #015D9E; */
}
div.box.top_akce a
{
  text-decoration: none;
  color: rgba(58, 62, 66);
}
div.box.top_akce:hover a
{
  /* color: white; */
}
div.box.top_akce div.top_akce_name_text 
{
  overflow: hidden;
  line-height: 22px;
  height: 132px;
  margin-top: 68px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6 !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 14px;
}
.top_akce_kategorie {
  color: rgba(112, 175, 30);
  position: relative;
  height: 24px;
  width: 100%;
  font-size: 14px;
  
}
.top_akce:hover .top_akce_kategorie
{
  /* color: rgb(138 227 22); */
}
.top_akce_kategorie > div::first-letter {
  text-transform: uppercase;
}
.top_akce_kategorie > div 
{
  position: absolute;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  top: 0;
  left: 0;
  display: block;
  text-overflow: ellipsis;
  text-transform: lowercase;
}
.top_akce_name_misto {
  position: relative;
  margin-top: 30px;
  height: 28px;
}
.top_akce_name_cas {
  position: relative;
  margin-top: 0px;
  height: 28px;
}
.top_akce_name_misto > div {
  position: absolute;
  width: 100%;
  line-height: 28px;
  /* font-weight: 600; */
  overflow: hidden;
  white-space: nowrap;
  top: 0;
  left: 0;
  display: block;
  text-overflow: ellipsis;
  background-image: url(/resource/img/public/v2/box3_place.png);
  background-size: 9px;
  background-repeat: no-repeat;
  padding-left: 16px;
  background-position-y: center;
  background-position-x: 0;
  filter: brightness(0) saturate(100%) invert(23%) sepia(46%) saturate(3170%) hue-rotate(186deg) brightness(95%) contrast(99%);
}
.top_akce_name_cas > div {
  position: absolute;
  width: 100%;
  line-height: 28px;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  top: 0;
  left: 0;
  display: block;
  text-overflow: ellipsis;
  background-image: url(/resource/img/public/v2/kalendar.svg);
  background-size: 12px;
  background-repeat: no-repeat;
  padding-left: 16px;
  background-position-y: center;
  background-position-x: 0;
  filter: brightness(0) saturate(100%) invert(71%) sepia(0%) saturate(5029%) hue-rotate(263deg) brightness(82%) contrast(84%);
}

.top_akce .photo {
  position: relative;
}
.top_akce_casy {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  line-height: 16px;
  height: 66px;
  width: 66px;
  justify-content: center;
  align-items: center;
  border: 2px solid #e2e2e2;
}
#detail_top_akce_casy .top_akce_casy {
  width: 100px;
  height: 100px;
}
#detail_top_akce_casy .top_akce_casy > div {
  font-size: 24px;
  line-height: 30px;
}
#detail_top_akce_casy {
  position: absolute;
}

.top_akce_casy > div {
  color: #49AADF;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}
.top_akce_casy > div:nth-child(2)
{
  border-top-width: 2px;
  border-top-color: #61767c;
  border-top-style: solid;
}

div.box.dalsi_akce > div.name {
  padding-bottom: 10px;
}
div.box div.name > div.name_misto > div a, div.box:hover:not(.dalsi_akce) > div.name > div.name_misto > div,
div.box div.name_cas > div a, div.box:hover:not(.dalsi_akce) > div.name_cas > div
{
  color: white !important;
  filter: brightness(0) saturate(100%) invert(23%) sepia(46%) saturate(3170%) hue-rotate(186deg) brightness(95%) contrast(99%);
}

div.box div.name > div.name_misto {
  position: relative;
  margin-top: 2px;
  height: 36px;
}
div.box div.name > div.name_tel {
  position: relative;
  margin-top: 0px;
  height: 28px;
}
div.box div.name > div.name_email {
  position: relative;
  margin-top: 0px;
  height: 28px;
}
div.box div.name_cas, div.box3 div.name_cas {
  position: relative;
  margin-top: 0px;
  height: 28px;
  width: 100%;
}
div.box div.name > .name_misto > div > a {
  text-decoration: none;
  font-weight: 700;
  /* margin-right: 10px; */
}
div.box div.name > .name_misto > div {
  position: absolute;
  width: 100%;
  line-height: 28px;
  /* font-weight: 600; */
  overflow: hidden;
  white-space: nowrap;
  top: 0;
  left: 0;
  display: block;
  text-overflow: ellipsis;
  background-image: url(/resource/img/public/v2/box3_place.png);
  background-size: 9px;
  background-repeat: no-repeat;
  padding-left: 16px;
  background-position-y: center;
  background-position-x: 0;
  filter: brightness(0) saturate(100%) invert(23%) sepia(46%) saturate(3170%) hue-rotate(186deg) brightness(95%) contrast(99%);
}
div.box div.name > .name_tel > div {
  position: absolute;
  width: 100%;
  line-height: 28px;
  /* font-weight: 600; */
  overflow: hidden;
  white-space: nowrap;
  top: 0;
  color: #8a8a8a;
  left: 0;
  display: block;
  text-overflow: ellipsis;
  background-image: url(/resource/img/public/v2/phone.svg);
  background-size: 9px;
  background-repeat: no-repeat;
  padding-left: 16px;
  background-position-y: center;
  background-position-x: 0;
}
div.box div.name > .name_email > div {
  position: absolute;
  width: 100%;
  line-height: 28px;
  /* font-weight: 600; */
  overflow: hidden;
  white-space: nowrap;
  top: 0;
  color: #8a8a8a;
  left: 0;
  display: block;
  text-overflow: ellipsis;
  background-image: url(/resource/img/public/v2/email.svg);
  background-size: 12px;
  background-repeat: no-repeat;
  padding-left: 16px;
  background-position-y: 9px;
  background-position-x: 0;
}
div.box div.name > .name_email > div > a {
  text-decoration: none;
  color: #8a8a8a;
}
div.box div.name > .name_misto > div > a,
div.box .name_cas > div > a,
div.box3 .name_cas > div > a {
  text-decoration: none;
}
div.box .name_cas > div, div.box3 .name_cas > div {
  position: absolute;
  width: 100%;
  line-height: 28px;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  top: 0;
  left: 0;
  display: block;
  text-overflow: ellipsis;
  background-image: url(/resource/img/public/v2/kalendar.svg);
  background-size: 12px;
  background-repeat: no-repeat;
  padding-left: 16px;
  background-position-y: center;
  background-position-x: 0;
  filter: brightness(0) saturate(100%) invert(71%) sepia(0%) saturate(5029%) hue-rotate(263deg) brightness(82%) contrast(84%);
}
div.name.akce > div.name_name {

}
div.box div.name > div.name_name
{
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  /* white-space: nowrap; */
  position: absolute;
  width: calc(100% - 40px);
  font-weight: 600;
  font-size: 18px;
}
div.box div.name > div.name_name a {
  height: 40px;
  line-height: 20px;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  
}

div.box div.name > div.name_name a, div.box div.name > div.name_text a, div.box3 div.name_text a
{
  text-decoration: none;
  color: rgba(58, 62, 66);
  transition: color 0.5s;
}
/* div.box:hover:not(.dalsi_akce):not(.top_akce) > div.name > div.name_text a, */
div.box:hover:not(.dalsi_akce):not(.top_akce)  div.name > div.name_name a 
{
  text-decoration: none;
  color: #015D9E !important;

}
#prohlidkove_trasy_cont div.box div.name > div.name_text {
  margin-top: 60px;
}
div.box div.name > div.name_text, div.box3 div.name_text 
{
  overflow: hidden;
  height: 64px;
  line-height: 20px;
  margin-top: 40px;
  text-overflow: ellipsis;
  font-size: 14px;
  margin-bottom: 6px;
}
div.box3 div.name_text {
  margin-top: 0px;
}
div.box div.name.akce > div.name_text,
div.box3 div.name_text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (min-width: 992px) {
  div.box div.name > div.name_button  {
    display: flex !important;
    height: 30px !important;
  }
}
div.box:hover:not(.dalsi_akce):not(.top_akce) > div.name > div.name_bottom_akce {
  color: rgb(139 246 0);
}
div.box div.name > div.name_bottom_akce {
  display: flex !important;
  height: 30px !important;
  align-items: center;
  color: rgba(112, 175, 30);
  justify-content: space-between;
}
div.box div.name > div.name_bottom_akce img {
  height: 26px;
}
.name_bottom_akce_text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 5px;
}

@media (max-width: 991.99px)
{
  div.box div.name:not(.akce) > div.name_text {
    height: 80px !important;
  }
}
div.box div.name > div.name_button 
{
  display: none;
  height: 1px;
  /* margin-top: 10px; */
}
div.box div.name > div.name_button > .name_button_more 
{
  display: block;
  border: 1px solid #8D9194;
  line-height: 24px;
  height: 26px;
  box-sizing: border-box;
  padding: 0 10px;
  margin-top: 10px;
  text-decoration: none;
  font-size: 14px;
  color: #8D9194;
  float: left;
  transition: color 0.5s, padding 0.5s;
}
div.box:hover div.name_button > .name_button_more {
  color: #5f6061 !important;
  padding: 0 20px !important;
}



@media (min-width: 600px) {
  .listgrid .box {
    margin-bottom: 40px;
    box-shadow: none;
  }
  .listgrid .box:hover {
    box-shadow: none;
  }
  .listgrid .box {
    flex-direction: row !important;
  }
  .listgrid .box .photo {
    width: 220px;
    height: 220px;
  }
  .listgrid .box .name {
    width: calc(100% - 220px)
  }
}


div.box {
  color: gray;
  background-color: white;
  min-height: 60px;
  padding: 0;
  overflow: hidden;
  text-align: left;
  box-shadow: 1px 1px 8px -3px #000000;
  transition: background-color 0.5s;
}
div.box:hover:not(.dalsi_akce):not(.top_akce) {
  box-shadow: 9px 7px 14px 0px #bebebe;
  /* background-color: #49AADF; */
}
/* div.box:hover .textGray {
  color: white;
} */
.slick-track {
  /* gap: 30px; */
  display: flex;
  box-sizing: border-box;
  /* padding-bottom: 20px; */
}
.slick-slider .box {
  margin: 30px;
}
.section_grid3_top .slick-track, 
#akce_zalozky .slick-track {
  padding: 16px 0;
  /* gap: 60px; */
}
#mainPhotosSlider.slick-dotted.slick-slider 
{
  margin-bottom: 0;
}
/* -------- co jinde nedajdete -------- */
/* -------- co jinde nedajdete -------- */
/* -------- co jinde nedajdete -------- */
/* -------- co jinde nedajdete -------- */
@media (min-width: 992px) {
  .section_grid_co_jinde_nenajdete {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    grid-auto-rows: minmax(min-content, max-content);
  }
  
  .na-vasi-navstevu {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(5, 1fr);
  }
  
  .section_grid_co_jinde_nenajdete .grid-item:nth-child(1) {
    grid-row: 1 / span 2;
    grid-column: 1 / span 2;
    height: 450px;
  }
  
  .section_grid_co_jinde_nenajdete .grid-item:nth-child(2) {
    grid-row: 1;
    grid-column: 3 / span 2;
  }
  
  .section_grid_co_jinde_nenajdete .grid-item:nth-child(3) {
    grid-row: 2;
    grid-column: 3;
  }
  
  .section_grid_co_jinde_nenajdete .grid-item:nth-child(4) {
    grid-row: 2;
    grid-column: 4;
  }
  
  /* Remove the rule for nth-child(11) since we want the grid to adapt to fewer items */
}
 
.grid-item {
  height: 220px;
  position: relative;
  overflow: hidden;
  background-color: #f1f1f1;
}
.grid-item .overflow {
  width: 100%;
  height: 100%;
  top: -200%;
  position: relative;
  background-color: rgb(139 139 139 / 86%);
  transition: all 1s;
  color: white;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
}

.grid-item .overflow .overflow-text {
  display: -webkit-box;
  line-height: 22px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 100%;
  overflow: hidden;
  /* text-overflow: ellipsis; */
  padding: 0 10px;
}

.clamp-1 {  -webkit-line-clamp: 1 !important;}
.clamp-2 {  -webkit-line-clamp: 2 !important;}
.clamp-3 {  -webkit-line-clamp: 3 !important;}
.clamp-4 {  -webkit-line-clamp: 4 !important;}
.clamp-5 {  -webkit-line-clamp: 5 !important;}
.clamp-6 {  -webkit-line-clamp: 6 !important;}
.clamp-7 {  -webkit-line-clamp: 7 !important;}
.clamp-8 {  -webkit-line-clamp: 8 !important;}
.clamp-9 {  -webkit-line-clamp: 9 !important;}
.clamp-10 {  -webkit-line-clamp: 10 !important;}
.clamp-11 {  -webkit-line-clamp: 11 !important;}
.clamp-12 {  -webkit-line-clamp: 12 !important;}
.clamp-13 {  -webkit-line-clamp: 13 !important;}
.clamp-14 {  -webkit-line-clamp: 14 !important;}
.clamp-15 {  -webkit-line-clamp: 15 !important;}
.clamp-16 {  -webkit-line-clamp: 16 !important;}
/*
display: block;
  display: -webkit-box;
  max-width: 400px;
  height: 100%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.4;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;*/

.grid-item .overflow a {
  text-decoration: none;
  color: white;
  font-weight: 600;
}
.grid-item .overflow a:hover {
  color: #58c3fd;
}

.grid-item .overflow div:nth-child(3) a
{
  background-color: #14A9E1;
  color: white;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  color: white;
  padding: 0 30px;
  line-height: 26px;
  display: block;
  white-space: nowrap;
}

.grid-item:hover .overflow {
  top: -100%;
  display: block;
}
.grid-item .overflow.czecot,
.grid-item .overflow.tema {
  text-align: left;
}
.grid-item .overflow.czecot > div:nth-child(1),
.grid-item .overflow.tema > div:nth-child(1) {
  text-transform: uppercase;
  font-weight: 300;
}
.grid-item .overflow.czecot > div:nth-child(2),
.grid-item .overflow.tema > div:nth-child(2) {
  padding: 0;
  line-height: 24px;
}
.grid-item .overflow.czecot > div:nth-child(3),
.grid-item .overflow.tema > div:nth-child(3) {
  display: flex;
  align-items: center;
  justify-content: start;
}
.grid-item .overflow.czecot > div:nth-child(3) a,
.grid-item .overflow.tema > div:nth-child(3) a {
  padding: 0 7px;
}
.grid-item .overflow.czecot,
.grid-item .overflow.tema {
  padding: 20px;
  padding: 10px 0 10px 10px;
}

.piktogram_www {
  width: 26px;
  height: 26px;
  background-color: rgb(91 91 91) !important;
  border-radius: 50%;
  display: inline-block;
  margin-left: 5px;
}
.piktogram_www a {
  background-image: url(/resource/img/public/v2/akce_ico_web.png);
  width: 22px;
  position: relative;
  height: 22px;
  background-size: 13px;
  background-repeat: no-repeat;
  background-color: transparent !important;
  background-position: center;
  filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(3%) hue-rotate(85deg) brightness(106%) contrast(100%);
  top: 2px;
  left: 2px;
}
.piktogram_mapa {
  width: 26px;
  height: 26px;
  background-color: rgb(91 91 91) !important;
  border-radius: 50%;
  display: inline-block;
  margin-left: 2px;
}
.piktogram_mapa a {
  background-image: url(/resource/img/public/v2/mapa.svg);
  width: 22px;
  position: relative;
  height: 22px;
  background-size: 15px;
  background-repeat: no-repeat;
  background-color: transparent !important;
  background-position: center;
  filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(3%) hue-rotate(85deg) brightness(106%) contrast(100%);
  top: 2px;
  left: 2px;
}
.piktogram_navigovat {
  width: 26px;
  height: 26px;
  background-color: rgb(91 91 91) !important;
  border-radius: 50%;
  display: inline-block;
  margin-left: 2px;
}
.piktogram_navigovat a {
  background-image: url(/resource/img/public/v2/arrowup.png);
  width: 20px;
  position: relative;
  height: 20px;
  background-size: 15px;
  background-repeat: no-repeat;
  background-color: transparent !important;
  background-position: center;
  filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(3%) hue-rotate(85deg) brightness(106%) contrast(100%);
  top: 3px;
  left: 3px;
}
.grid-item .name {
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  background-color: rgb(139 139 139 / 75%);
  text-transform: uppercase;
  text-decoration: none;
}
.grid-item img:not(.fileicon) {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.grid-item img.fileicon
{
  width: 100px;
    height: 100px;
    top: -30px;
    position: relative;
}
.grid-item .fileicon_cont {
  width: 100%;
  height: 100%;
  
}

.grid-item canvas {
  width: 100%;
  object-fit: contain;
  height: 214px;
}

.za_krasnymi_vyhledy .grid-item {
  height: 400px;
}
.za_krasnymi_vyhledy {
  display: grid;
  grid-template-columns: repeat(auto); /* Dva řádky s rovnoměrným podílem */
}

.na-vasi-navstevu .grid-item {
  height: 260px;
}

/* ----------NEWSLETTER ---------*/
section.newsletter_new {
  background-color: #6B6B6B;
  color: white
}
.newsletter_new_name {
  font-size: 30px;
  text-align: center;
}
#SUBMIT_NESSLETTER {
  width: 100%;
}


/* --------- footer --------*/
footer.footer {
  color: white
}
footer.footer a:hover {
  text-decoration: underline;
  color: rgb(236, 236, 236)
}
footer.footer a {
  color: white;
  text-decoration: none;
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

@media (max-width: 992px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .footer-grid > div:nth-child(3)
  {
    grid-column: 1 / span 2
  }
}

.footer-grid p {
  padding: 0;
}
.footer-grid .container {
  padding: 0
}
.footer-grid .container div.row {
  display: block !important;
  margin: 0 !important;
}
.footer-grid .container div.row > * {
  width: auto !important;
  padding: 0;
}
.footer_text {
  color: white
}
.footer_text p {
  color: white;
  margin: 0;
}
.footer_uzitecne_odkazy_name {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}
.footer_uzitecne_odkazy_imgs {
  gap: 10px;
}

#breadcrumbs {
  margin-top: 20px;
  
}
#breadcrumbs ul {
  list-style: none;
  padding: 0;
}
#breadcrumbs ul li a {
  text-decoration: none;
  color: #000;
}

.nav-tabs-ul {
  list-style: none;
  margin: 0;
}
.nav-tabs-ul li {
  display: inline-block;
}
.tab-content {
  border-width: 0px 1px 1px 1px;
  border-color: #dee2e6;
  border-style: solid;
  padding: 10px;
  margin-bottom: 10px;
}
.weather-column {
  width: 100px;
  margin: 0 15px 20px 20px;
  text-align: center;
  font-size: 0.923em;
  float: left;
}
.weather-column img {
  display: block;
  margin: auto;
}
.clear {
  clear: both;
}
.icon_plus {
  padding-left: 20px;
  background: url(/resource/img/public/icon_plus.jpg) no-repeat;
  font-size: 18px;
  background-position-y: 5px;
  color: #14A9E1;
}
.icon_plus2 {
  padding-left: 21px;
    background: url(/resource/img/public/v2/plus.svg) no-repeat;
    font-size: 18px;
    background-position-y: 3px;
    background-size: 18px;
    color: #14A9E1;
}
.icon_minus2 {
  padding-left: 21px;
    background: url(/resource/img/public/v2/minus.svg) no-repeat;
    font-size: 18px;
    background-position-y: 3px;
    background-size: 18px;
    color: #14A9E1;
}

.icon_minus {
  padding-left: 20px;
  background: url(/resource/img/public/icon_minus.jpg) no-repeat;
  font-size: 18px;
  background-position-y: 5px;
  color: #14A9E1;
}
.odkazy a, .odkazy span {
  padding-right: 5px
}
.odkazy a {
  color: #14A9E1;
}
.odkazy {
  margin-bottom: 10px;
}
.chci_navstivit {
  display: flex;
  flex-direction: row;
  row-gap: 5px;
  column-gap: 20px;
}
.chci_navstivit .item .name {
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2px 10px;
  background-color: rgb(80 80 80 / 74%);
  text-transform: uppercase;
  text-decoration: none;
  z-index: 1;
}
.chci_navstivit .item:hover {
  box-shadow: 9px 7px 14px 0px #bebebe;
}
.chci_navstivit .item:hover img {
  transform: scale(120%);
}
.chci_navstivit .item {
  height: 200px;
  flex: 1;
  position: relative;
  box-shadow: 1px 1px 8px -3px #000000;
  transition: all 0.5s;
  overflow: hidden;
}
.chci_navstivit .item .imgCont {
  height: 100%;
  width: 100%;
  position: relative;
}
.chci_navstivit .item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

@media (max-width: 991.99px)
{
  .mainPhotoSlider_content.main .slick-dots {
    bottom: 90px !important;
  }
}
.mainPhotoSlider_content.main .slick-dots {
  bottom: 40px;
  text-align: right;
  display: block;
  /* background-color: rgba(255,255,255,0.9); */
  width: auto;
  right: 20px;
  padding: 0 0 6px 0;
  border-radius: 23px;
    /* line-height: 50px;*/
}
.mainPhotoSlider_content .slick-dots {
  display: none;
}
.mainPhotoSlider_content .slick-dots li.slick-active button:before {
  color: #49AADF;
}
.mainPhotoSlider_content .slick-dots li button:before
{
  opacity: 1;
  font-size: 14px;
  color: #cbf2ff;
}
.mainPhotoSlider_content{
  height: 70vh;
  position: relative;
  
}
.mainPhotoSlider_content.main {
  margin-bottom: 100px;
}
@media (max-width: 599.99px)
{
  .mainPhotoSlider_content {
    margin-bottom: 0px !important;
  }
}
@media (max-width: 991.99px)
{
  .mainPhotoSlider_content {
    margin-top: 122px;
  }
}
@media (min-width: 992px) and (max-width: 1365.99px)
{
  .mainPhotoSlider_content {
    margin-top: 151px;
  }
}
@media (min-width: 1366px)
{
  .mainPhotoSlider_content {
    margin-top: 117px;
  }
}
.mainPhotoSlider_content > img {
  position: absolute;
  z-index: 1999;
  bottom: -100px;
  width: 800px;
}
#mainPhotosSlider .slick-track {
  gap: 0;
}
.mainPhotosSlider_imgconnt {
  /* width: 100vw !important; */
  height: 70vh;
}
.mainPhotosSlider_imgconnt:nth-child(1) .mainPhotosSlider_imgconnt_label {
  display: block;
}
.mainPhotosSlider_imgconnt_label {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 100000;
  color: white;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 2px 2px 8px #383838;
  display: none;
} 

.mainPhotosSlider_imgconnt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 992px) {
  #footer_log {
    width: 80% !important;
  }
}
#footer_log {
  width: 45%;
}

@media (max-width: 992px) {
  .mainPhotosSlider_imgconnt {
    height: 50vh !important
  }
  .mainPhotoSlider_content{
    height: 50vh !important
  }
  .mainPhotoSlider_content > img {
    width: 97%;
    top: 44vh;
  }
}


#reklama_footer {
  background-color: #E4E5E6;
}
#reklama_footer p {
  margin: 0
}
#reklama_footer .section_name hr {
  background-color: gray;
  height: 2px;
  opacity: 1;
  transform: translateY(23px);
  margin: 0;
  border: none;
}
#reklama_footer .section_name h1 {
  z-index: 1;
  position: relative;
  padding: 0 25px;
  display: inline;
  background-color: #E4E5E6;
  font-weight: bold;
  font-size: 26px;
  line-height: 46px;
}
#reklama_footer p {
  padding: 0 30px;
  text-align: center;
}
#reklama_footer .section_name {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 26px;
  line-height: 46px;
  position: relative;
  padding: 20px 0;
}
#reklama_footer h1 {
  color: gray;
}
.poloha_content {
  display: grid;
  flex-direction: row;
  column-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (min-width: 900px) and (max-width: 1199.98px)
{
  .poloha_content {
    grid-template-columns: 1fr 1fr;
    row-gap: 40px;
    /* margin-bottom: 40px; */
  }
  .poloha_content:not(.bezpolohy) .box-rounded:nth-child(1)
  {
    grid-column: span 2; 
  }
}
@media (max-width: 989.99px)
{
  .poloha_content {
    margin-bottom: 40px;
  }
}
@media (max-width: 899.99px)
{
  .poloha_content {
    grid-template-columns: 1fr;
    row-gap: 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px)
{
  .poloha_content.bezpolohy .box-rounded:nth-child(1)
  {
    grid-column: span 2; 
  }
}
.poloha_content > div {
  flex: 1;
}
.box-rounded {
  background-color: #F4F4F3;
  border-radius: 20px;
  padding: 20px;
  height: 360px;
}
.blue-rounded {
  background-color: #2BAAE2;
  color: white;
  border: none;
  border-radius: 16px;
  padding: 0 10px;
  text-transform: uppercase;
  height: 30px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
}
.white-rounded {
  background-color: white;
  border-color: #2BAAE2;
  border-width: 1px;
  border-style: solid;
  color: #2BAAE2;
  border-radius: 16px;
  padding: 0 10px;
  height: 30px;
  font-weight: 600;
  text-decoration: none;
}
#poloha_mapa {
  width: 100%;
  height: 100%;
  margin: 10px 0;
}
.box-rounded.blue {
  background-color: #2BAAE2;
  color: white;
  height: auto;
}
.box-rounded.blue .mailto {
  color: white;
  text-decoration: none;
}
.box-pikto {
  gap: 5px;
}

select.gray {
  border: 1px solid silver;
  color: gray
}
select.gray:focus-visible {
  outline: none;
}
.pocasi_boxies {
  text-transform: uppercase;
}
.pocasi_boxies img {
  margin: 10px 0;
}
.pocasi-img-webcams {
  height: 100px;
  position: relative;
}
.pocasi-img-webcams .pocasi-img-webcams_span {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  top: 5px;
}
.pocasi-img-webcams .pocasi-img-webcams_span > span {
  background-color: rgba(255,255,255,0.8);
  color: gray;
  padding: 5px 10px;
  border-radius: 10px;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}
.pocasi-img-webcams img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#webcams_content {
  width: 300px;
}
#tic_content {
  display:none;
}
#webcams_content .slick-track, #tic_content .slick-track{
  gap: 10px;
  padding-bottom: 0px;
}
#webcams_content .slick-prev:before, 
#webcams_content .slick-next:before,
#tic_content .slick-prev:before, 
#tic_content .slick-next:before
{
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: gray;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.small-button-white {
  display: inline;
  background-color: white;
  color: gray;
  border-radius: 10px;
  line-height: 18px;
  text-decoration: none;
  padding: 0 20px;
  font-size: 14px;
}
.fs-18 {
  font-size: 18px;
}
.fs-12 {
  font-size: 12px;
}
.ln-14 {
  line-height: 14px;
}
#ubytovani_basic input[type="text"], #ubytovani_basic select {
  width: 100%;
  height: 38px;
  border: 1px solid gray;
  outline: none;
  padding: 0 10px;
}
#ubytovani_basic select {
  width: 100%;
}
#ubytovani_detail {
  display: none;
  color: white;
}
#ubytovani_detail h2 {
  margin: 20px 0 10px 0;
}
#ubytovani_detail .sluzby ul {
  list-style-type: none;
  padding: 5px 0 0 10px;
}
#ubytovani_detail .sluzby td {
  width: 33%;
}
#ubytovani_detail .sluzby {
  width: 100%;
}
#ubytovani_detail .sluzby ul label {
  display: inline-flex;
  cursor: pointer;
}
#ubytovani_detail .sluzby ul label input {
  float: left;
  width: auto;
  margin-right: 10px;
}
#ubytovani_detail > table > tbody > tr > td > label {
  font-weight: 700;
  font-size: 20px;
}
.form-checkbox {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.form_checkbox_item {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.input_search {
  background-position: calc(100% - 7px) 9px;
  background-image: url(/resource/img/public/v2/search_icon.png);
  background-size: 20px;
  background-repeat: no-repeat;
}

#ubytovani-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr  min-content min-content;
  column-gap: 20px;
}
#ubytovani_section .ubytovani_label
{
  height: 38px;
  align-items: flex-end;
  display: flex;
}
@media (max-width: 991.99px) {
  #form-ubtovani-detail {
    /* margin-top: 38px; */
  }
  #form-ubytovani-submit {
    /* margin-top: 38px; */
  }
}
@media (min-width: 700px) and (max-width: 991.99px) 
{
  #ubytovani-form-grid {
    grid-template-columns: 1fr min-content min-content;
  }
  #ubytovani-form-grid div:nth-child(1)
  {
    grid-column: 1 / 2;
  grid-row: 1 / 2;
  }
  #ubytovani-form-grid div:nth-child(2)
  {
    grid-column: 1 / 2;
  grid-row: 2 / 3;
  }
  #ubytovani-form-grid div:nth-child(3)
  {
    grid-column: 2 / 3;
  grid-row: 1 / 3;
  }
  #ubytovani-form-grid div:nth-child(4)
  {
    grid-column: 3 / 4;
  grid-row: 1 / 3;
  }
}
@media (min-width: 699.99px) 
{
  #form-ubtovani-detail2, #form-ubytovani-submit:not(.modry) {
    margin-top: 38px;
  }
  #form-ubtovani-detail.modry {
    display: none;
  }
}
@media (max-width: 699.99px) 
{
  #ubytovani-form-grid {
    grid-template-columns: 1fr;
  }
  #form-ubytovani-submit {
    margin-left: 0 !important;
    margin-top: 14px;
  }
  #ubytovani-form-grid div:nth-child(3) input, #ubytovani-form-grid div:nth-child(4) input
  {
    margin-top: 20px;
  }
}

.quickForm td th label {
  display: inline-flex;
}
.quickForm td th {
  padding-right: 10px;
}
@media (max-width: 991.99px)
{
  .grid3 {
    grid-template-columns: repeat(1, 1fr) !important;  
  }
}
.grid3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 50px;
  column-gap: 50px;
  margin-bottom: 50px;
}
.box-content {
  margin: 0 -10px;
  box-sizing: content-box;
}
.styl-8-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  row-gap: 10px;
  column-gap: 10px;
}
@media (min-width: 900px) and (max-width: 1199.98px)
{
  .styl-8-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 700px) and (max-width: 899.99px)
{
  .styl-8-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 0px) and (max-width: 699.99px)
{
  .styl-8-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.grip_photo {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 5px;
  column-gap: 5px;
}
#navigace_strediska {
  margin: 20px 0 10px 0;
}
#navigace_strediska ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 30px;
}
#navigace_strediska ul li {
  width: 100%;
  margin: 0;
  float: left;
  padding: 0;
  position: relative;
}
#navigace_strediska li span.parent{
  width: 16px;
  height: 7px;
  background: url(/resource/img/public/menu_parent.png) no-repeat center 0;
  position: absolute;
  width: 100%;
  bottom: -26px;
}
#navigace_strediska ul li a, #navigace_strediska ul li span {
  float: left;
  display: block;
  width: 100%;
  padding: 10px 0;
  background: #49AADF;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  border-radius: 20px;
}
#navigace_strediska ul li a:hover, #navigace_strediska ul li span:hover, #navigace_strediska ul li a.active{
  background: #6CAC3A;
  color: #fff;
}
#navigace_strediska ul li a.active {
  cursor: default;
}
#navigace_strediska ul ul{
  display: none;
  position: absolute;
  top: 44px;
  left: 12px;
  z-index: 300;
  width: 200px;
}
#navigace_strediska li.last ul{
  right: -4px;
}
#navigace_strediska ul ul ul{
  display: none;
  position: relative;
  top: 0;
  left: 0;
  width: 200px;
}
#navigace_strediska li:hover ul{
  display: block;
}
#navigace_strediska li li{
  float: left;
  width: 200px;
  margin: 0 !important;
}
#navigace_strediska ul ul a{
  float: none;
  width: 180px;
  display: block;
  z-index: 300;
  font-size: 12px;
  border-radius: 0;
  text-align: left;
  padding: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
#navigace_strediska ul ul a.external{
  background-image: url(/resource/img/public/menu_external.png);
  background-position: 175px 8px;
  background-repeat: no-repeat;
}

#navigace_strediska ul ul ul a{
  padding: 5px 8px 5px 20px;
  width: 168px;
  background: #aedcf2;
}

#navigace_strediska li span.parent {
  display: none;
  width: 16px;
  height: 7px;
  background: url(/resource/img/public/menu_parent.png) no-repeat center 0;
  position: absolute;
  width: 100%;
  bottom: -26px;
}

#panel_wrapper {
  clear: both;
  padding: 10px 10px 10px 10px;
  /* border: 1px solid #e3003d; */
  margin: 0 0 30px 0;
}

#panel_zpet, #panel_zpet2 {
  float: right;
  background: #49AADF;
  padding: 5px 10px 5px 24px;
  margin-bottom: 5px;
  font-size: 14px;
  border: none;
  color: black;
  border-radius: 21px;
  text-decoration: none;
  color: white;
}
#panel_zpet, #panel_zpet2{
  
}

#panel_zpet {
  display: none;
}

#panel_zpet:hover {
  background: #6CAC3A url(/resource/img/public/button_back.png) no-repeat 7px 9px;
  color: #fff;
}

#panel div.iframe iframe {
  border: 0;
  height: 600px;
  width: 100%;
}

table.rooms, table.dopravni_dostupnost_table {
  margin: 0 auto;
  background: url(/resource/img/public/content_box_background.png) repeat-x bottom;
  border-collapse: collapse;
  border-top: none;
  /* border: 1px solid #c9c9c9; */
  width: 100%;
}
table.rooms th {
  vertical-align: top;
}
table.rooms td, table.rooms th, table.dopravni_dostupnost_table td, table.dopravni_dostupnost_table th {
  padding: 5px 10px;
  /* border-bottom: 1px solid #e2e2e2;
  border-right: 1px solid #c9c9c9; */
  text-align: left;
}
.akce_box {
  border: 1px solid #c9c9c9;
  padding: 10px;
}

.head_akce_name a, .head_akce_name{
  text-decoration: none;
  color: white;
  font-size: 20px;
  font-weight: 700;

}
.head_akce_date {
  color: white;
  font-size: 20px;
}
.head_akce_grid.six > div:nth-child(4), .head_akce_grid.six > div:nth-child(5), .head_akce_grid.six > div:nth-child(6) {
  line-height: 30px;
}
.head_akce_grid.six {
  grid-template-columns: auto auto auto auto auto min-content;
  column-gap: 30px
}

.head_akce_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 10px;
}
@media (max-width: 991.99px) and (min-width: 600px)
{
  .head_akce_grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .head_akce_grid.six {
    grid-template-columns: auto auto auto;
  }
  .head_akce_grid > div:nth-child(n+4):nth-child(-n+6) {
    padding-top: 10px;
  }
  .head_akce_koupit_vstupenku {
    justify-content: flex-start !important;
    padding-left: 0;
  }
}
@media (max-width: 599.99px)
{
  .head_akce_grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .head_akce_grid.six {
    grid-template-columns: auto auto !important;
  }
  .head_akce_grid > div:nth-child(n+1):nth-child(-n+4) {
    padding-bottom: 10px;
    grid-column: span 2;
  }
  .head_akce_koupit_vstupenku {
    justify-content: flex-end !important;
    padding-left: 0;
  }
}
.head_akce_grid_name {
  font-weight: 600;
}
.head_akce_grid_akce_name a {
  text-decoration: none;
  color: inherit;
}
.head_akce_koupit_vstupenku {
  display: flex;
  justify-content: flex-end;
  padding-left: 10;
}
.blue_light .head_akce_grid_akce_link a:not(.nofilter), #akce_sedy.blue_light a:not(.blueDark_button):not(.nofilter) {
  color: white;
  filter: brightness(0) saturate(100%) invert(100%) sepia(7%) saturate(0%) hue-rotate(77deg) brightness(108%) contrast(107%);
}
.blue_light .head_akce_grid_akce_link a:hover, #akce_sedy.blue_light a:not(.nofilter):not(.blueDark_button):hover {
  text-decoration: underline ;
  filter: brightness(0) saturate(100%) invert(100%) sepia(7%) saturate(0%) hue-rotate(77deg) brightness(108%) contrast(107%);
}
.head_akce_grid_akce_link a
{
  text-decoration: none;
  color: #49AADF;
  background-image: url(/resource/img/public/v2/akce_ico_web.png);
  background-repeat: no-repeat;
  background-size: 16px;
  padding-left: 24px;
  background-position-y: center;
  font-weight: 600;
  filter: brightness(0) saturate(100%) invert(64%) sepia(16%) saturate(1787%) hue-rotate(161deg) brightness(94%) contrast(85%);
}
.head_akce_grid_fb_link a
{
  text-decoration: none;
  color: #49AADF;
  background-image: url(/resource/img/public/v2/facebook.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  padding-left: 24px;
  background-position-y: center;
  font-weight: 600;
  filter: brightness(0) saturate(100%) invert(64%) sepia(16%) saturate(1787%) hue-rotate(161deg) brightness(94%) contrast(85%);
}
.head_akce_grid_akce_email a {
  text-decoration: none;
  color: inherit;
  background-image: url(/resource/img/public/v2/mail.svg);
  background-repeat: no-repeat;
  background-size: 14px;
  padding-left: 24px;
  background-position-y: center;
}
.head_akce_grid_akce_download a {
  text-decoration: none;
  color: inherit;
  background-image: url(/resource/img/public/v2/download.svg);
  background-repeat: no-repeat;
  background-size: 14px;
  padding-left: 24px;
  background-position-y: center;
}
.head_akce_grid_akce_tel a{
  text-decoration: none;
  color: inherit;
  background-image: url(/resource/img/public/v2/phone.svg);
  background-repeat: no-repeat;
  background-size: 14px;
  padding-left: 24px;
  background-position-y: center;
}
.head_akce_grid_akce_place.white {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(204deg) brightness(104%) contrast(104%);
}
.head_akce_grid_akce_place{
  text-decoration: none;
  color: inherit;
  background-image: url(/resource/img/public/v2/box3_place_gray.png);
  background-repeat: no-repeat;
  background-size: 10px;
  padding-left: 24px;
  background-position-y: 4px;
  background-position-x: 3px;
}
.akce_show_on_map:hover {
  filter: brightness(0) saturate(100%) invert(64%) sepia(88%) saturate(1363%) hue-rotate(172deg) brightness(91%) contrast(91%);
}
.akce_show_on_map {
  text-decoration: none;
  color: inherit;
  background-image: url(/resource/img/public/v2/mapa.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  padding: 0px 24px 0 26px;
  background-position-y: center;
  line-height: 20px;
  height: 20px;
}
.akce_navigate:hover {
  filter: brightness(0) saturate(100%) invert(64%) sepia(88%) saturate(1363%) hue-rotate(172deg) brightness(91%) contrast(91%);
}
.akce_navigate {
  text-decoration: none;
  color: inherit;
  background-image: url(/resource/img/public/v2/arrowup.png);
  background-repeat: no-repeat;
  background-size: 18px;
  padding: 0 24px;
  background-position-y: center;
  line-height: 20px;
  height: 20px;
}
.head_akce_grid_akce_link a:hover, .head_akce_grid_akce_email a:hover, .head_akce_grid_akce_tel a:hover {
  text-decoration: underline;
}
.akce_bod_zajmu_content
{
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
}

.akce_bod_zajmu:not(.nolink):hover {
  filter: brightness(0) saturate(100%) invert(16%) sepia(92%) saturate(3229%) hue-rotate(192deg) brightness(98%) contrast(99%);
}
.akce_bod_zajmu {
  padding: 0 10px 0 10px;
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: 60px;
  text-align: center;
  color: #726e6d;
}
.akce_bod_zajmu.nolink {
  padding-top: 100px;
}
@media (max-width: 599.99px)
{
  .akce_bod_zajmu {
    background-size: 50px;
  }
  .akce_bod_zajmu_content {
    flex-wrap: wrap;
  }
}
@media (max-width: 599.99px)
{
  .akce_bod_zajmu {
    flex: 1 1 99% !important;
  }
}
.akce_bod_zajmu:not(.nolink) a:hover {
  color: var(--color-blue-dark);
}
.akce_bod_zajmu a {
  color: #726e6d;
  text-decoration: none;
  display: block;
  padding-top: 100px;
  transition: color 0.5s;
}
.akce_bod_zajmu.bus {
  background-image: url(/resource/img/public/v2/akce_ico_bus.png);
}
.akce_bod_zajmu.bus {
  background-image: url(/resource/img/public/v2/akce_ico_bus.png);
}
.akce_bod_zajmu.vlak {
  background-image: url(/resource/img/public/v2/akce_ico_vlak.png);
}
.akce_bod_zajmu.centrum {
  background-image: url(/resource/img/public/v2/akce_ico_centrum.png);
}
.akce_bod_zajmu.parking {
  background-image: url(/resource/img/public/v2/akce_ico_parking.png);
}
.photogalery_slider {
  padding: 0 20px;
}
#box-pocasi .slick-prev {
  left: -17px;
}
#box-pocasi .slick-next {
  right: -17px;
}
.photogalery_slider .slick-prev {
  left: -10px;
}
.photogalery_slider .slick-next {
  right: -10px;
}
.photogalery_slider .slick-track {
  gap: 10px;
}
.photogalery_slider img:not(.videoPlayButton) {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;

}
.photogalery_slider .img_content {
  height: 200px;
}
#akce_dalsi_info ul {
  display: inline-block;
  list-style: none;
  padding: 0;
}
#akce_dalsi_info ul#minule, #akce_dalsi_info ul#budouci {
  display: block
}

#popup.show {
  opacity: 1;
}
#popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 1000;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.5s;
}
#popup_content {
  background-color: white;
  padding: 10px;
}
#popup_content > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.showVideo {
  position: relative;
  cursor: pointer;
}
.videoPlayButton_cont:hover {
  box-shadow: 0px 0px 28px 19px rgb(255, 255, 255, 0.3);
}
.videoPlayButton_cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-30px, -30px);
  padding: 10px;
  /* background: linear-gradient(180deg, rgba(187,187,187,1) 0%, rgba(41,41,41,1) 100%); */
  background-color: rgba(0,0,0,0.5);
  border-radius: 10px;
}
.videoPlayButton {
  width: 60px;
  height: 60px;
  opacity: 0.9;
  filter: brightness(0) saturate(100%) invert(100%) sepia(93%) saturate(13%) hue-rotate(248deg) brightness(104%) contrast(100%);
  
}
.upper {
  text-transform:uppercase;
}
.font14 {
  font-size: 14px;
}
.text-gray {
  color: rgba(94,91,90)
}
.text-blue {
  color: #49AADF;
}
#breadcrumbs a:hover {
  color: #49AADF;
}
#akce_sedy a:hover {
  color: #49AADF;
}
.predprodej_vstupenek {
  display: block !important;
}
#akce_dalsi_info ul a, #akce_dalsi_info a {
  color: #726e6d;
}
#akce_dalsi_info ul a:hover, #akce_dalsi_info a:hover {
  color: #49AADF;
}
#detail_akce {
  color: #726e6d;
}
.photogalery_slider .slick-next:before, 
.akce_boxy_slider .slick-next:before,
.nechte_se_inspirovat .slick-next:before,
.section_grid3_top .slick-next:before,
#kalendar_akci_vypis_dlouhodobe .slick-next:before
{
  content: '' !important;
}
.photogalery_slider .slick-next, 
.akce_boxy_slider .slick-next,
.nechte_se_inspirovat .slick-next,
.section_grid3_top .slick-next,
#kalendar_akci_vypis_dlouhodobe .slick-next
{
  background-image: url(/resource/img/public/v2/arrow_right.png);
  background-size: 18px;
  width: 18px;
  height: 31px;
}
.photogalery_slider .slick-prev.slick-disabled, .photogalery_slider .slick-next.slick-disabled,
.akce_boxy_slider .slick-prev.slick-disabled, .akce_boxy_slider .slick-next.slick-disabled,
.nechte_se_inspirovat .slick-prev.slick-disabled, .nechte_se_inspirovat .slick-next.slick-disabled,
.section_grid3_top .slick-prev.slick-disabled, .section_grid3_top .slick-next.slick-disabled,
#kalendar_akci_vypis_dlouhodobe .slick-prev.slick-disabled, #kalendar_akci_vypis_dlouhodobe .slick-next.slick-disabled
{
  opacity: 0.4;
}
.photogalery_slider .slick-prev:before, 
.akce_boxy_slider .slick-prev:before,
.nechte_se_inspirovat .slick-prev:before,
.section_grid3_top .slick-prev:before,
#kalendar_akci_vypis_dlouhodobe .slick-prev:before
{
  content: '' !important;
}
.photogalery_slider .slick-prev, 
.akce_boxy_slider .slick-prev,
.nechte_se_inspirovat .slick-prev,
.section_grid3_top .slick-prev,
#kalendar_akci_vypis_dlouhodobe .slick-prev
{
  background-image: url(/resource/img/public/v2/arrow_left.png);
  background-size: 18px;
  width: 18px;
  height: 31px;
}
.box3:hover {
  box-shadow: 9px 7px 14px 0px #bebebe;
  /* background-color: #49AADF; */
}

@media (min-width: 990px) and (max-width: 1199.98px)
{
  .grid_box3 {
    grid-template-columns: repeat(3, 1fr) !important;  
  }  
}
@media (min-width: 600px) and (max-width: 989.98px)
{
  .grid_box3 {
    grid-template-columns: repeat(2, 1fr) !important;  
  }  
}
@media (max-width: 599.98px)
{
  .grid_box3 {
    grid-template-columns: repeat(1, 1fr) !important;  
  }  
}

.grid_box3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 14px;
  column-gap: 14px;
}
.grid_box3.collapsed {
  max-height: 505px;
  padding-bottom: 10px;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}
.grid3.collapsed {
  max-height: 405px;
  padding-bottom: 10px;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}
/* .grid_box3.collapsed-show {
  max-height: 50000px;
} */
.box3 {
  background-color: white;
  padding: 0;
  overflow: hidden;
  text-align: left;
  box-shadow: 1px 1px 8px -3px #000000;
  transition: background-color 0.5s;
  position: relative;
}
.grid_map .box3 {
  overflow: visible;
}
.box3 > .box3_name {
  height: 40px;
  line-height: 40px;
  padding: 0 50px 0 10px;
  background-color: white;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 103;
}
.box3 > .box3_name > a {
  text-decoration: none;
  color: rgba(58, 62, 66);
  font-weight: 600;
  font-size: 20px;
  transition: color 0.5s;
}
.box3:hover > .box3_name > a {
  color: #015D9E;
}
.box3 > .box3_detail {
  display: flex;
  flex-direction: row;
  height: 200px;
}
.nadpis_zaobleny {
  position: absolute;
  bottom: 0;
  z-index: 1;
  background-color: white;
  padding: 20px 30px 20px 50px;
  border-radius: 0px 60px 60px 0;
}
.nadpis_zaobleny h1 {
  color: #49AADF;
  font-weight: 600;
  font-size: 40px;
  white-space: nowrap;
}
.nadpis_kategorie {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
  position: absolute;
  left: 0;
  padding: 0 40px 0 50px;
  top: 66px;
  color: rgba(112, 175, 30);
}

.box3 > .box3_detail > .box3_foto
{
  width: 40%;
  position: relative;
}
.box3 > .box3_detail > .box3_foto > .box3_hodnoceni {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 101;
  width: 30px;
}
.box3 > .box3_detail > .box3_foto a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box3 > .box3_detail > .box3_foto > .box3_foto_label {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: rgb(112, 175, 30);
  color: white;
  padding: 2px 5px;
  border-radius: 14px;
  width: calc(100% - 20px);
  text-align: center;
  font-size: 12px;
}

.box3 > .box3_detail > .box3_foto > .box3-overlay {
  width: 100%;
  height: 100%;
  top: -200%;
  position: relative;
  background-color: rgb(139 139 139 / 86%);
  transition: all 1s;
  color: white;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px;
  z-index: 102;
}

.box3 > .box3_detail > .box3_foto:hover > .box3-overlay  {
  top: -100%;
  display: flex;
}

.box3 > .box3_detail > .box3_foto > .box3-overlay > .box3-overlay-name  {
  font-weight: 700;
}

.box3 > .box3_detail > .box3_foto > .box3-overlay > .box3-overlay-text
{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box3 > .box3_detail > .box3_foto > .box3-overlay > .box3-overlay-button a
{
  background-color: #14A9E1;
  margin: 0 auto;
  color: white;
  text-decoration: none;
  color: white;
  /* padding: 0 30px; */
  line-height: 26px;
  display: inline-block;
  font-size: 16px;
  width: 100%;
  font-size: 12px;
}

.box3 .box3_detail > .box3_info
{
  padding: 0 10px 10px 10px;
  width: 60%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
/* .box3:hover .box3_detail > .box3_info  .box3_kategorie
{
  color: rgb(138 227 22);
} */
.box3 .box3_detail > .box3_info  .box3_kategorie
{
  color: rgba(112, 175, 30);
  position: relative;
  height: 24px;
  width: 100%;
}
.box3 .box3_detail > .box3_info  .box3_kategorie > div 
{
  position: absolute;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  top: 0;
  left: 0;
  display: block;
  text-overflow: ellipsis;
}
.box3 .box3_detail > .box3_info  .box3_price
{
  color: var(--color-blue-dark-text);
  position: relative;
  height: 24px;
  width: 100%;
  line-height: 24px;
  margin-top: 10px;
  font-weight: 700;
}
.box3 .box3_detail > .box3_info  .box3_price > div 
{
  position: absolute;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  top: 0;
  left: 0;
  display: block;
  text-overflow: ellipsis;
}
/* .box3:hover .box3_detail > .box3_info  .box3_misto
{
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(195deg) brightness(103%) contrast(101%);
} */

.box3 .box3_detail > .box3_info  .box3_misto
{
  color: #015D9E;
  position: relative;
  height: 28px;
  width: 100%;
  /* font-weight: 700; */
}
.box3 .box3_detail > .box3_info  .box3_misto > div 
{
  position: absolute;
  width: 100%;
  line-height: 28px;
  overflow: hidden;
  white-space: nowrap;
  top: 0;
  left: 0;
  display: block;
  text-overflow: ellipsis;
  background-image: url(/resource/img/public/v2/box3_place.png);
  background-size: 9px;
  background-repeat: no-repeat;
  padding-left: 20px;
  background-position-y: center;
  background-position-x: 4px;
  filter: brightness(0) saturate(100%) invert(23%) sepia(46%) saturate(3170%) hue-rotate(186deg) brightness(95%) contrast(99%);
}
.box3 .box3_misto a {
  text-decoration: none;
  font-weight: 700;
}
.box3.dalsi_akce .box3_misto > div {
  padding-left: 15px !important;
  background-position-x: 0px !important;
}
/* .box3:hover .box3_detail > .box3_info  .box3_kapacita
{
  filter: brightness(0) saturate(100%) invert(99%) sepia(4%) saturate(507%) hue-rotate(269deg) brightness(114%) contrast(86%);
} */
.box3 .box3_detail > .box3_info  .box3_kapacita
{
  color: #9a9a9a;
  position: relative;
  height: 28px;
  width: 100%;
}
.box3 .box3_detail > .box3_info  .box3_kapacita > div 
{
  position: absolute;
  width: 100%;
  line-height: 28px;
  overflow: hidden;
  white-space: nowrap;
  top: 0;
  left: 0;
  display: block;
  text-overflow: ellipsis;
  background-image: url(/resource/img/public/v2/box3_accomodation.png);
  background-size: 25px;
  background-repeat: no-repeat;
  padding-left: 38px;
  background-position-y: center;
  background-position-x: 4px;
}
.box3 .box3_favourite {
  position: absolute;
  right: 10px;
  top: 10px;
  background-image: url(/resource/img/public/v2/box3_favourite.png);
  width: 30px;
  height: 30px;
  background-size: 30px;
  z-index: 104;
}
.box3 .box3_cykliste_vitani {
  position: absolute;
  right: 10px;
  top: 90px;
  background-image: url(/resource/img/public/v2/cykliste_vitani.png);
  width: 30px;
  height: 30px;
  background-size: 30px;
  z-index: 104;
}
.box_dalsi_sluzby {
  gap: 5px
}
.box_dalsi_sluzby img {
  height: 20px;
}
.box3:hover .box3_poptavka {
  background-color: #68caff;
}
.box3_poptavka {
  background-color: #49AADF;
  color: white;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 12px;
  padding: 4px 0;
}
.box3_poptavka a {
  color: white;
  text-decoration: none;
}
#dalsi_akce .slick-list {
  padding: 10px 0 20px 0;
  /* margin: 0 -25px; */
}
.grid-filters {
  display: flex;
  flex-direction: row;
  gap: 30px;
  margin-left: 25px;
  align-items: center;
}
.grid-filters > a:hover, .grid-filters > a.active {
  color: #49AADF;
  filter: brightness(0) saturate(100%) invert(57%) sepia(96%) saturate(607%) hue-rotate(172deg) brightness(95%) contrast(84%);
}
@media screen and (max-width: 599.99px)
{
  .grid-filters > a {
    font-size: 20px !important;
  }
  .grid-filters {
    gap: 10px;
  }
  
}
.grid-filters > a {
  font-size: 26px;
  font-weight: 600;
  color: rgb(89,89,89);
  cursor: pointer;
  text-decoration: none;
}
.grid-filters-calendar:hover {
  filter: brightness(0) saturate(100%) invert(64%) sepia(16%) saturate(1787%) hue-rotate(161deg) brightness(94%) contrast(85%);
}
.grid-filters-calendar {
  background-image: url(/resource/img/public/v2/kalendar.svg);
  background-size: 26px;
  height: 20px;
  width: 26px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.head_akce_grid_akce_name ul 
{
  list-style: none;
  padding: 0;
  margin: 0;
}
.blue_button {
  background-color: #49AADF;
  padding: 5px 10px;
  text-decoration: none;
  color: white !important;
  font-weight: 700;
}
.blue_button:hover {
  color: white !important;
  text-decoration: underline;
}
.blueDark_button {
  background-color: #015D9E !important;
  padding: 5px 10px;
  text-decoration: none;
  color: white !important;
  white-space: nowrap;
}
.blueDark_button.buyticket {
  font-weight: 700;
  display: block;
  width: 120px;
  white-space: normal;
  text-align: center;
  font-size: 13px;
}
.blueDark_button:hover {
  color: white !important;
  text-decoration: underline;
}
.loading.bigcontent {
  align-items: start;
  padding-top: 100px
}
.loading {
  background-color: rgba(255,255,255,0.5);
  width: 100%;
  height: 100%;
  min-height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
  justify-content: center;
  align-items: center;
}
.loading_content {
  background-color: white;
  width: 100%;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading_ico {
  position: relative;
  background-image: url(/resource/img/public/v2/loading.gif);
  background-size: 59px;
  width: 70px;
  height: 70px;
  border-radius: 7px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: white;
}
.loading_ico2 {
  position: relative;
  background-image: url(/resource/img/public/v2/loading2.gif);
  background-size: 30px;
  width: 64px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
}
.grid-filters .form-akce-do:active, .grid-filters .form-akce-do:focus {
  outline: none;
}
.grid-filters .form-akce-do::selection {
  color: transparent;
  background-color: none;
}
.grid-filters .form-akce-do {
  position: relative;
  padding: 10px;
  color: transparent;
  width: 40px;
  border: none; 
  background: none;
  cursor: pointer;
}
.grid-filters .form-akce-do:hover:before {
  filter: brightness(0) saturate(100%) invert(64%) sepia(16%) saturate(1787%) hue-rotate(161deg) brightness(94%) contrast(85%);
}
.grid-filters .form-akce-do:before {
  color: transparent;
  background-image: url(/resource/img/public/v2/kalendar.svg);
  background-repeat: no-repeat;
  display: block;
  font-family: 'FontAwesome';
  content: '';
  width: 25px;
  height: 20px;
  position: absolute;
  top: 12px;
  right: 6px;
  color: #999;
  cursor: pointer;
}
.grid-filters .form-akce-do::-webkit-calendar-picker-indicator {
  color: transparent;
  background: none;
  z-index: 1;
}


.top_ten .najit_form {
  margin-top: 30px;
}

.najit_form input,
.najit_form select {
  height: 42.6px;
  font-family: AnselmSans-Medium;
  font-size: 14.4px;
}

.top_ten .najit_form h2 {
  color: #bf0000;
  font-family: AnselmSans-Medium;
  font-weight: normal;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 10px;
}

.top_ten .najit_form .form-group {
  margin-bottom: 0px;
}

.top_ten .najit_form .form-group h6 {
  color: #ffffff;
  font-family: AnselmSans-Medium;
  font-weight: normal;
  font-size: 14.4px;
  line-height: 18px;
}

.top_ten .najit_form .tab-content {
  background: #0095da;
  padding: 25px;
}

.top_ten .najit_form .custom_select {
  position: relative;
  background-color: #ffffff;
  width: auto;
  margin-bottom: 0px;
  max-width: 100%;
  border-radius: 0px;
  cursor: pointer;
  display: block;
}

.top_ten .najit_form .custom_select::after {
  content: "\f0d7";
  font: 20px FontAwesome;
  color: #0095da;
  position: absolute;
  top: 7.5px;
  left: 90%;
  width: 24px;
  height: 24px;
  padding-left: 0px;
  pointer-events: none;
  cursor: pointer;
}

.top_ten .najit_form .custom_select select {
  color: #323232;
  font-family: AnselmSans-Medium;
  font-weight: 700;
  font-size: 14.4px;
  line-height: 15px;
  padding: 12.5px 15px;
  max-width: 100%;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
}

/* ----------------------------------- */
.top_ten .najit_form .nav-tabs .nav-item {
  background: #c7ebfc;
  border-radius: 0px;
  border: none;
  color: #232323;
  font-family: AnselmSans-Medium;
  font-weight: 700;
  font-size: 14.4px;
  line-height: 15px;
  padding: 12.5px 15px;
  margin-right: 3px;
}

.top_ten .najit_form .nav-tabs .nav-item.active {
  color: #ffffff;
  background: #0095da;
}

.input_submit, .form-input {
  cursor: pointer;
  color: #323232;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 12.5px;
  line-height: 15px;
  padding: 12.5px 15px;
  max-width: 100%;
  border: none;
  background-color: white;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
}

.form-akce-najit input[type=date] {
  padding: 10.5px 15px;
}
.form-input-date {
  position: relative;
}

.form-input-date span.clear {
  position: absolute;
  right: 0px;
  top: 8px;
  cursor: pointer;
  padding: 0px 5px;
}

.akce_nazev {
  font-weight: 600;
  font-size: 18px;
}
.akce_nazev > a {
  text-decoration: none;
  color: #0095da;
}
.akce_nazev > a:hover {
  text-decoration: underline;
}
.optWrapper.multiple, .CaptionCont {
  color: black;
}
.akce_dalsi_sluzby_piktogramy {
  gap: 10px;
  display: flex;
}
.akce_dalsi_sluzby_piktogramy img {
  width: 30px;
  margin: 6px 0;
}
.qurvey ul {
  list-style: none;
  padding: 0;
}
.qurvey .qurvey_inner td:nth-child(1)
{
  padding-right: 10px;
}
.qurvey .qurvey_inner td{
  vertical-align: top;

}
.akce h6 a, .vypis h6 a {
  color: #0095da;
  font-weight: 700;
  text-decoration: none;
}
.akce h6 a:hover, .vypis h6 a:hover {
  text-decoration: underline;
}
@media (max-width: 991.99px)
{
  .webkamery {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media (max-width: 599.99px)
{
  .webkamery {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
.webkamery {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 5px;
  margin: 20px 0

}
.webkamera {
  position: relative;
}

.webkamera img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.webkamera .webkamery-span > span {
  background-color: rgba(255, 255, 255, 0.8);
  color: #0095da;
  padding: 5px 17px;
  border-radius: 14px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}
.webkamera .webkamery-span {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  top: 5px;
}
.webkameraPlayButton_cont:hover {
  box-shadow: 0px 0px 28px 19px rgb(255, 255, 255, 0.3);
}
.webkameraPlayButton_cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-30px, -30px);
  padding: 16px;
  /* background: linear-gradient(180deg, rgba(187, 187, 187, 1) 0%, rgba(41, 41, 41, 1) 100%); */
  background-color: rgb(255 255 255 / 88%);
  border-radius: 50px;
  width: 60px;
}
.webkameraPlayButton {
  width: 60px;
  height: 60px;
  opacity: 0.9;
}
.webkamery_content_mapa {
  width: 100%;
  height: 400px;
  margin-bottom: 20px;
}
#webkamery_mapa {
  width: 100%;
  height: 100%;
}
.webcampopup {
  white-space: nowrap;
}
.form-name {
  color: white;
  text-align: center;
  text-transform: uppercase;
}
.form-title {
  color: white;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
.form_custom_label.marginTop {
  margin-top: 24px;
}
.form_custom_label {
  color: white;
  font-weight: 600;
}
.form_custom_input {
  width: 100%;
}
.form-content input[type="text"], .form-content input[type="date"], .form-content input[type="number"] {
  width: 100%;
  padding: 4px;
  outline: none;
}
.form-content {
  color: white;
  column-gap: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.form-content.napiste-nam {
  grid-template-columns: 1fr
}
@media (max-width: 767.99px)
{
  .form-content.napiste-nam {
    grid-template-columns: 1fr !important;
  }
}
@media (min-width: 768px)
{
  .form-content.napiste-nam > div:nth-child(1),
  .form-content.napiste-nam > div:nth-child(2)
  {
    padding: 0 20%;
  }
} 




.form-content > div {
  flex: 1
}

@media (max-width: 991.99px)
{
  .form-content {
    grid-template-columns: 40% 1fr;
  }
  .form-content:not(.napiste-nam) > div:nth-child(3)
  {
    grid-column: span 2;
  }
  #ubytovani_individual {
    display: none;
  }
  #ubytovani_individual_mobile {
    display: block !important;
  }
}
@media (max-width: 599.99px)
{
  .form-content {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
  .form-content > div:nth-child(2), .form-content > div:nth-child(3)
  {
    grid-column: 1;
  }
}
#ubytovani_individual_mobile {
  display: none;
}
.form-content textarea {
  width: 100%;
  height: 200px;
  padding: 10px;
  outline: none;
}
.form_table td:nth-child(1) {
  padding-left: 0px;
}
.form_table td {
  padding: 0 0 6px 6px
}
.form_input_title {
  color: silver;
}
.form_custom_label {
  font-weight: 600;
  font-size: 16px;
}
.form_custom_room {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-bottom: 5px;
}
.form_custom_room > select:nth-child(2)
{
  flex: 1;
}
.form_custom_room > select {
  height: 36px;
}
#add_room {
  font-size: 30px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  line-height: 20px;
}
.minus_roon {
  font-size: 30px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  line-height: 36px;

}
.form_two_inputs_in_row {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 5px;
}
.form_two_inputs_in_row > div {
  flex: 1;
}
.err {
  color: #ff9999;
  font-size: 14px;
}
.detail-strediska-popis {
  font-size: 18px;
  line-height: 24px;
}
.detail-strediska-popis.collapsed {
  -webkit-line-clamp: 5 !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#gotokontakty {
  display: none !important;
}
#gotokontakty.show {
  display: flex !important;
}
.show-more {
  background-image: url('/resource/img/public/v2/arrowgray_down.png');
  background-size: 20px;
  background-repeat: no-repeat;
  width: 20px;
  height: 12px;
}
.show-more.less {
  background-image: url('/resource/img/public/v2/arrowgray_up.png');
  background-size: 20px;
  width: 20px;
  height: 12px;
}
.show-more.white {
  background-image: url(/resource/img/public/v2/arrow.svg);
  background-position-y: -6px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(198deg) brightness(109%) contrast(101%);
  transition: all 0.3s;
}
.show-more.white.less {
  transform: rotate(180deg);
}
.show-more.small {
  background-size: 12px;
  width: 12px;
  height: 7px;
}
.content_pokoje {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.box_pokoj {
  box-shadow: 1px 1px 8px -3px #000000;
  background-color: white;
  padding: 10px;
}
.box_otviracka {
  box-shadow: 1px 1px 8px -3px #000000;
  background-color: white;
  padding: 20px;
}
.box_otviracka ul {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}
@media (max-width: 599.99px)
{
  .box_pokoj .blueDark_button {
    font-size: 12px;
    display: block;
    white-space: normal;
    margin-top: 10px;
    padding: 5px 20px;
    text-align: center;
  }
}
.vybavenost_pokoj {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.vybavenost_polozka {
  background-image: url(/resource/img/public/v2/checked.png);
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 25px;
  background-position-y: 4px;
  flex-basis: 18%;
}
@media (max-width: 991.99px)
{
  .vybavenost_polozka {
    flex-basis: 23%;
  }
}
@media (max-width: 599.99px)
{
  .vybavenost_polozka {
    flex-basis: 48%;
  }
}
.box_pokoj_imginfo {
  display: flex;
  gap: 10px;
}
.box_pokoj_img {
  width: 150px;
  object-fit: cover;
}
.box_pokoj_img img {
  width: 100%;
}
.box_pokoj_info {
  flex: 1;
}
.bezbarier tr th {
  text-align: center;
  font-size: 12px;
}

.bezbarier tr:nth-child(odd) td {
  background-color: #f9f9f9;
}
.bezbarier tr td img.gray {
  filter: brightness(0) saturate(100%) invert(61%) sepia(96%) saturate(1%) hue-rotate(38deg) brightness(103%) contrast(88%);
}
.bezbarier tr td {
  text-align: center;
  font-size: 14px;
  padding: 2px;
}
.bezbarier tr td:nth-child(1) {
  text-align: left;
}
.kontakty_content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 20px;
  column-gap: 20px;
}
.kontakty_content.onerow {
  grid-template-columns: repeat(1, 1fr);
}
.kontakty_content a {
  color: #726e6d;
  text-decoration: none;
}
.kontakty_content a:hover {
  text-decoration: underline;
  color: #49AADF;
}
@media (max-width: 991.99px)
{
  .kontakty_content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 599.99px)
{
  .kontakty_content {
    grid-template-columns: repeat(1, 1fr);
  }
}

.videogalerie_content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 10px;
  column-gap: 10px;
}
.videogalerie_box {
  display: flex;
  flex-direction: column;
}
.videogalerie_box_obrazek img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
}
.grecaptcha-badge {
  display: none !important;
}
a.shareaholic-service-all.shareaholic-service-all:before {
  content: '' !important;
}
.shareaholic-share-buttons-container li.shareaholic-share-button .shareaholic-share-button-sizing {
  width: auto !important;
  float: right !important;
  padding: 0 !important;
  height: 30px !important;
}
a.shareaholic-service-all.shareaholic-service-all {
  background-image: url(/resource/img/public/v2/share.svg) !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
  background-color: #9c9c9c;
}
a.shareaholic-service-all.shareaholic-service-all:hover {
  background-color: #9c9c9c !important;
}
.infoLink {
  width: 20px;
  height: 20px;
  background-image: url(/resource/img/public/v2/info.svg);
  display: inline-block;
}
#odebirat_novinky {
  width: 302px;
  text-align: center;
}
.form-akce-najit .SumoSelect>.CaptionCont,
.form-najit  .SumoSelect>.CaptionCont
 {
  padding: 6px 0px 8px 7px;
}
.SumoSelect>.CaptionCont {
  padding: 3px 0px 5px 7px;
  font-size: 16px;
  line-height: 28px;
}
.list_view_square {
  background-image: url('/resource/img/public/v2/view-square.png');
  width: 30px;
  height: 30px;
  background-size: 30px;
  display: inline-block;
}
.SumoSelect>.optWrapper.isFloating {z-index: 100000;}
.list_view_square:hover, .list_view_square.active {
  background-image: url('/resource/img/public/v2/view-square-active.png');
}
.list_view_big_square {
  background-image: url('/resource/img/public/v2/view-list.png');
  width: 30px;
  height: 30px;
  background-size: 30px;
  display: inline-block;
  transform: rotate(90deg);
}
.list_view_big_square:hover, .list_view_big_square.active {
  background-image: url('/resource/img/public/v2/view-list-active.png');
}
.list_view_list {
  background-image: url('/resource/img/public/v2/view-list.png');
  width: 30px;
  height: 30px;
  background-size: 30px;
  display: inline-block;
}
.list_view_list:hover, .list_view_list.active {
  background-image: url('/resource/img/public/v2/view-list-active.png');
}
.list_view_mapa {
  background-image: url(/resource/img/public/v2/mapa.svg);
  padding-left: 45px;
  height: 30px;
  background-size: 37px;
  background-repeat: no-repeat;
  text-decoration: none;
  color: rgb(120, 122, 121);
  line-height: 30px;
  font-weight: 600;
}
.list_view_mapa:hover, .list_view_mapa.active {
  color: #49AADF;
  filter: brightness(0) saturate(100%) invert(75%) sepia(19%) saturate(7080%) hue-rotate(172deg) brightness(92%) contrast(88%);
}

.akce_img {
  width: 100%;
}
.text-upper {
  display: inline-block;
  text-transform: lowercase
}
.text-upper::first-letter {
  text-transform: uppercase;
}
#akce_map, #akce_map_dlouhodobe {
  width: 100%;
}
.map_akce_popup {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.map_akce_popup .name_misto {
  position: relative;
  margin-top: 0px;
  height: 14px;
}

.map_akce_popup .name_misto > div {
  position: absolute;
  width: 100%;
  line-height: 14px;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  top: 0;
  left: 0;
  display: block;
  text-overflow: ellipsis;
  background-image: url(/resource/img/public/v2/box3_place.png);
  background-size: 9px;
  background-repeat: no-repeat;
  padding-left: 16px;
  background-position-y: center;
  background-position-x: 0;
  filter: brightness(0) saturate(100%) invert(23%) sepia(46%) saturate(3170%) hue-rotate(186deg) brightness(95%) contrast(99%);
}
.map_akce_popup .name_misto > div > a,
.map_akce_popup .name_cas > div > a {
  text-decoration: none;
}
.map_akce_popup .name_cas {
  position: relative;
  margin-top: 0px;
  height: 14px;
}
.map_akce_popup .name_cas > div {
  position: absolute;
  width: 100%;
  line-height: 14px;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  top: 0;
  left: 0;
  display: block;
  text-overflow: ellipsis;
  background-image: url(/resource/img/public/v2/kalendar.svg);
  background-size: 12px;
  background-repeat: no-repeat;
  padding-left: 16px;
  background-position-y: center;
  background-position-x: 0;
  filter: brightness(0) saturate(100%) invert(71%) sepia(0%) saturate(5029%) hue-rotate(263deg) brightness(82%) contrast(84%);
}
.input_submit.bigger {
  font-size: 16px;
}
#scrollToTop {
  width: 40px;
  height: 40px;
  position: fixed;
  z-index: 10000;
  transform: translateY(-50px);
  cursor: pointer;
  /* background-color: white; */
  right: 0;
  top: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#scrollToTop > div {
  -webkit-mask-image: url('/resource/img/public/v2/up.svg');
  mask-image: url('/resource/img/public/v2/up.svg');
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
  width: 36px;
  height: 36px;
  background-color: rgb(89, 89, 89);
}

.showMoreCont {
  display: none !important;
}
.showMoreCont.active {
  display: flex !important;
}
.showMoreCont > a {
  -webkit-mask-image: url('/resource/img/public/v2/up.svg');
  mask-image: url('/resource/img/public/v2/up.svg');
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
  width: 36px;
  height: 36px;
  background-color: rgb(89, 89, 89);  
  transform: rotate(180deg);
  /* transition: 0.5s all; */
}
.showMoreCont > span {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.showMoreCont.show > a {
  transform: rotate(0deg);
}
#tabulka_salu .border {
  width: 20%;
  border: none !important;
}
.sal_kapacita_item {
  float: left;
  text-align: center;
  margin-right: 5px;
}
#saly_a_salonky_content h2 {
  font-size: 18px;
  font-weight: 700;
  background-color: #f9f9f9;
  padding: 3px
}
#tabulka_salu {
  margin-bottom: 10px
}
#tabulka_salu td {
  padding: 4px 0;
}
.akce_piktogramy img {
  cursor: pointer;
  height: 26px;
}
.top_akce .akce_piktogramy {
  gap: 5px;
}
.akce_piktogramy {
  gap: 5px;
}
#budouci, #minule {
  list-style: none;
  margin: 0;
  padding: 0;
}
#minuleimg {
  filter: none !important;
}
.akce_detail {
  padding-left: 160px;
  padding-top: 20px;
}
@media (max-width: 699.99px)
{
  .akce_detail {
    font-size: 24px !important;
    padding-left: 120px;
  }
}
.cookie-message {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, rgb(255 79 79) 0%, rgb(255 0 0) 100%);
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  color: white;
  z-index: 100000000;
  font-size: 19px;
}
.cookie-message > div {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.my-close-button {
  cursor: pointer;
  display: inline-block;
  padding: 13px;
  background-color: white;
  border-radius: 5px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-black);
}
.static_page_content_text p {
  padding: 24px 0;
  text-align: center;
}

.mappart_typ, .mappart_typ_selected {
  border: 1px solid gray;
  display: block;
  width: 100px;
  border-radius: 4px;
  margin-bottom: 4px;
  padding: 0 5px;
  background-color: #ffffffd4;
  cursor: pointer;
}
.mappart_typ_selected {
  font-weight: 700;
}
.mappart_typy {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.select_dropdown {
  height: 40px;
  padding: 0 5px;
  outline: none;
  border: 1px solid silver;
}
.object_filter {
  display: flex;
  flex-direction: row;
}
.object_filter div:nth-child(1)
{
  display: flex;
  flex-direction: row;
  align-items: center;
}
.object_location_by {
  margin: 0 0 0 20px;
}
@media (max-width: 700px)
{
  .object_location_by
  {
    margin: 10px 0 0 0 !important;
  }
  .object_filter {
    flex-direction: column !important;
  }
}
@media (max-width: 991.99px)
{
  .grid_map {
    grid-template-columns: 1fr !important;
    grid-template-rows: 184px 1fr;
    gap: 0 !important;
  }
  .grid_map > div:nth-child(1) {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    width: 100% !important;
  }
  .grid_map > div:nth-child(1) > div {
    flex-direction: row !important;
  }
  .grid_map .box3 {
    width: 320px !important;
  }
  .grid_map > div:nth-child(1)
  {
    padding: 20px 20px 0px 10px !important
  }
  .grid_map > div:nth-child(2) {
    padding-top: 0px !important;
  }
  .grid_map .box3_kapacita, .grid_map .box3_cykliste_vitani {
    display: none !important;
  }
  .grid_map div.box3 div.name_text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 44px;
  }
  .grid_map .box3 > .box3_detail {
    height: 114px;
  }
  .grid_map .box3 .box3_detail > .box3_info .box3_price {
    margin-top: 0 !important;
  }
  .grid_map .box3 > .box3_detail > .box3_foto {
    width: 25% !important;
  }
  .grid_map .box3 .box3_detail > .box3_info {
    width: 75% !important;
  }
  .grid_map .box3 .box3_detail > .box3_info > div:nth-child(2)
  {
    display: flex;
    flex-direction: row;
  }
  .grid_map .box3_poptavka_cont {
    margin-top: 0px !important;
    margin-left: 5px !important;
    flex-grow: 100;
  }
  .grid_map .box3_poptavka_cont > div {
    white-space: nowrap;
  }
}
.box3_poptavka_cont {
  margin-top: 7px;
}
.grid_map {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 10px;
  height: 962px;
  margin: 0 0 0 -10px
}
.grid_map > div:nth-child(1) {
  overflow: auto;
  width: 320px;
  padding: 20px 20px 20px 10px;
}
.grid_map > div:nth-child(2) {
  padding-top: 20px;
}
.grid_map > div:nth-child(2) > div {
  height: 100%;
}
.grid_map > div:nth-child(1) > div {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-left: 5px;
}
.box3_poradi {
  font-size: 18px;
  font-weight: 700;
  background-color: var(--color-blue);
  position: absolute;
  top: -18px;
  left: -15px;
  z-index: 1254;
  color: white;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  overflow: visible;
  line-height: 30px;
}



.custom-marker {
  background-color: var(--color-blue);
  border-radius: 50%;
  width: 30px !important;
  height: 30px !important;
  display: inline-block;
  color: white;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.3s;
}

.custom-marker.active {
  width: 50px !important;
  height: 50px !important;
  line-height: 50px;
  z-index: 10000 !important;
  box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.3);
}

/* Patička markeru */
/* .custom-marker::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #2A93D5;
  margin: -10px auto 0;
} */

#map_strediska .leaflet-popup-content-wrapper, #akce_map .leaflet-popup-content-wrapper {
  background: none;
  border: none;
  box-shadow: none;
}
#map_strediska .leaflet-popup-tip,
#akce_map .leaflet-popup-tip {
  display: none;
}

#map_strediska .leaflet-popup-content,
#akce_map .leaflet-popup-content {
  margin: 0;
  padding: 0;
  background: none;
  font-size: 16px !important;
}

#map_strediska .leaflet-popup-close-button, 
#akce_map .leaflet-popup-close-button {
  display: none;
}

#map_strediska .box,
#akce_map .box {
  width: 320px;
}
.link_adress {
  background-image: url(/resource/img/public/v2/box3_place.png);
  background-size: 9px;
  background-repeat: no-repeat;
  padding-left: 16px;
  background-position-y: center;
  color: var(--color-blue);
  font-weight: 700;
  text-decoration: none;
}

.link_showmap {
  background-image: url(/resource/img/public/v2/mapa.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  padding: 0px 14px 0 26px;
  background-position-y: center;
  color: var(--color-blue);
  text-decoration: none;
  filter: brightness(0) saturate(100%) invert(69%) sepia(95%) saturate(4039%) hue-rotate(161deg) brightness(99%) contrast(84%);
  white-space: nowrap;
}
.link_centrum {
  background-image: url(/resource/img/public/v2/centrum.png);
  background-repeat: no-repeat;
  background-size: 16px;
  padding: 0px 14px 0 20px;
  background-position-y: center;
  white-space: nowrap;
}
.link_kapacita {
  background-image: url(/resource/img/public/v2/box3_accomodation.png);
  background-repeat: no-repeat;
  background-size: 16px;
  padding: 0px 14px 0 20px;
  background-position-y: center;
  white-space: nowrap;
}
.link_mail {
  background-image: url(/resource/img/public/v2/email.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  padding: 0px 14px 0 20px;
  background-position-y: center;
  white-space: nowrap;
  text-decoration: none;
  color: gray !important;
}
.link_web {
  background-image: url(/resource/img/public/v2/akce_ico_web.png);
  background-repeat: no-repeat;
  background-size: 12px;
  padding: 0px 14px 0 20px;
  background-position-y: center;
  white-space: nowrap;
  text-decoration: none;
  color: gray !important;
}
.link_popis {
  color: gray !important;  
  text-decoration: none;
  transition: 0.3s all;
}
.link_popis.collapsed {
  -webkit-line-clamp: 3 !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.date_only_icon {
  width: 26px;
  height: 20px;
  position: relative;
  color: transparent;
  padding: 0;
  border: none;
  user-select: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
}
.date_only_icon::-webkit-calendar-picker-indicator {
    position: absolute;
    width: 26px;
    height: 20px;
    padding: 0px;
    margin: 0px;
    background-image: url(/resource/img/public/v2/kalendar.svg);
    background-size: 26px;
    cursor: pointer;
    
}
.date_only_icon.active::-webkit-calendar-picker-indicator
{
  filter: brightness(0) saturate(100%) invert(57%) sepia(96%) saturate(607%) hue-rotate(172deg) brightness(95%) contrast(84%);
}
.date_only_icon::-webkit-datetime-edit-day-field:focus,
.date_only_icon::-webkit-datetime-edit-month-field:focus,
.date_only_icon::-webkit-datetime-edit-year-field:focus {
    background-color: transparent;
    color: transparent;
    outline: none;
}

.new_najit_form {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr min-content min-content;
  grid-template-rows: 50px 50px;
  gap: 1px;
}
.new_najit_form div.item, .new_najit_form_flex div.item {
  background-color: var(--color-dark-gray);
  padding: 0 10px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 18px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.5s;
  height: 50px;
  border-width: 0 1px 1px 0;
  border-color: white;
  border-style: solid;
}
.new_najit_form div.item img {
  height: 30px;
}
.new_najit_form div.item:hover, .new_najit_form div.item.active,
.new_najit_form_flex div.item:hover, .new_najit_form_flex div.item.active
 {
  background-color: var(--color-blue);
}
section.blue .grid_new_form .grid_new_header {
  color: white
}
.grid_new_form {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: min-content 1fr;
  grid-template-columns: 1fr 1fr 300px;
  column-gap: 20px;
}
@media (max-width: 699.99px)
{
  #form-ubtovani-detail_modry_top {
    display: none;
  }
  #form-ubtovani-detail {
    display: block !important;
  }
  .grid_new_form {
    grid-template-columns: 1fr !important;
    grid-template-rows: none;
    grid-auto-flow: row;
  }
  .grid_new_form .grid_new_buttons
  {
    margin-top: 20px;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .grid_new_form .grid_new_input {
    margin-bottom: 10px;
  }
  .new_najit_form > div:nth-child(4)
  {
    grid-column: 1;
    grid-row: 2
  }
  .new_najit_form > div:nth-child(5)
  {
    grid-column: 2;
    grid-row: 2;
  }
  .new_najit_form > div:nth-child(6)
  {
    grid-column: 3;
    grid-row: 2;
  }
  .new_najit_form > div:nth-child(7)
  {
    grid-column: 1;
    grid-row: 3
  }
  .new_najit_form > div:nth-child(10)
  {
    grid-column: 2;
    grid-row: 3
  }
  .new_najit_form > div:nth-child(11)
  {
    grid-column: 3;
    grid-row: 3
  }
  .new_najit_form > div:nth-child(12)
  {
    grid-column: 1;
    grid-row: 4
  }
  .new_najit_form > div:nth-child(13)
  {
    grid-column: 2;
    grid-row: 4
  }
  .new_najit_form > div:nth-child(14)
  {
    grid-column: 3;
    grid-row: 4
  }
  .new_najit_form > div:nth-child(15)
  {
    grid-column: 1;
    grid-row: 5
  }
  .new_najit_form > div:nth-child(16)
  {
    grid-column: 2;
    grid-row: 5
  }
  /* icons */

    /* prazdne pole */
  .new_najit_form > div:nth-child(8)
  {
    grid-column: 4;
    grid-row: 1
  }
  .new_najit_form > div:nth-child(9)
  {
    grid-column: 4;
    grid-row: 2
  }
  .new_najit_form > div:nth-child(17)
  {
    grid-column: 4;
    grid-row: 3
  }
  .new_najit_form > div:nth-child(18)
  {
    grid-column: 4;
    grid-row: 4
  }
  
  .new_najit_form {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr min-content min-content !important;
    grid-auto-rows: 50px;
    gap: 1px;
  }
}
.grid_new_form.oblibene {
  grid-template-columns: 1fr 1fr 1fr 300px;
}
/* .grid_new_form.oblibene.ubytovani {
  grid-template-columns: 1fr 1fr 1fr 250px 250px;
} */
.grid_new_header {
  font-weight: 700;
  text-transform: uppercase;
}
.grid_new_form.kalendar {
  grid-template-columns: 1fr 1fr 1fr 1fr 250px;
}
@media (min-width: 700px) and (max-width: 991.99px)
{
  .grid_new_form.kalendar {
    grid-template-columns: 1fr 1fr 1fr !important;
    grid-template-rows: min-content 1fr min-content 1fr !important;
    grid-auto-flow: column !important;
  }
  .grid_new_form.kalendar > div:nth-child(9)
  {
    display: none;
  }
  .grid_new_form.kalendar > div:nth-child(10)
  {
    grid-column: 3;
    grid-row: 2 / span 3;
  }
  .grid_new_form.kalendar .grid_new_buttons {margin: 0 !important; }
}
#new_form .form-input-date span.clear {
  top: 5px;
  right: 3px;
}
#new_form .form-input {
  height: 38px;
  line-height: 38px;
  border: 1px solid gray;
}

#webcams_content_form {
  padding: 10px 0;
}
#webcams_content_form .slick-track {
  gap: 10px;
}
.grid_new_form.ubytovani .grid_new_buttons {
  margin-left: 0;
} 
.grid_new_buttons {
  margin: 0 3em;
}


@media print {
  #top_bar, #menu, .mainPhotoSlider_content, .top_ten, .object_filter, #akce_zalozky_section, .footer, #top_bar_search_input, #mobile_gray, .newsletter_new, #box-pocasi, #region-a-z  {
    display: none !important;
  }
  .section.blue_light {
    background-color: blue !important;
  }
}

.nav-tabs .nav-link {
  background-color: #f8f8f8 !important;
  color: gray !important;
  border-color: #e1e1e1;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  font-weight: 600 !important;
}
.tab-pane h4 a {
  font-size: 22px;
  color: var(--color-black);
  text-decoration: none;
}
.tab-pane h4 a:hover {
  color: var(--color-blue-dark)
}
.nav-tabs-ul {
  padding: 0 !important;
}

.new_najit_form_flex {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); /* Přizpůsobit počet sloupců */
  gap: 0; /* Mezery mezi položkami */
}
.new_najit_form_flex::after {
  content: "";
  display: block;
  width: 100%;
  grid-column: 1 / -1; /* Zajišťuje, že se rozprostře přes všechny sloupce */
  position: relative;
  top: -51px;
  z-index: -1;
  background-color: var(--color-dark-gray);
  height: 50px;
}
.lb-dataContainer {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.lb-outerContainer {
  margin-top: 46px;
}
.obce_a_mesta_form {
  column-count: 2;
}
@media (min-width: 992px)
{
  .obce_a_mesta_form {
    column-count: 4 !important;
  }
}
.obce_a_mesta_form > div {
  box-sizing: border-box; /* Zajistí, že padding a border neovlivní šířku */
  padding: 10px; /* Přidá mezery mezi položkami */
}
.obce_a_mesta_form > div > a {
  color: var(--color-black);
  text-decoration: none;
  transition: all 0.5s;
}
.obce_a_mesta_form > div > a:hover {
  color: #49AADF;
}
.box-hide {
  display: none !important;
}
.pdfCanvas {
      width: 50%;
  }

.inactive-link {
    pointer-events: none;
    cursor: default;
    opacity: 0.7;
    text-decoration: none;
}