.styl {   /*jen pomocne CSS - pak smazat*/
  box-shadow: #000000 2px 2px 4px;
  -webkit-box-shadow: #000000 2px 2px 4px;
  -moz-box-shadow: #000000 2px 2px 4px;
  /* generator stinu - http://www.cssmatic.com/box-shadow */
  
  -webkit-border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  border-radius: 15px 15px 15px 15px;
  
  /* objekt pak pocita paddingy a bordery "dovnitr" => 
  - bez "box-sizing: border-box" = wresidth 200px a paddingy kolem 20px = celkova sirka 240
  - s "box-sizing: border-box" = width 200px a paddingy kolem 20px = celkova sirka 200
  Tudiz to je vhodne na sirky s procentami kdy mi paddingy v px (ci treba bordery)) nedelaji problemy s sirkou v procentech
  */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  
  background-color:#F3F3F3;
  background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#E6E6E6)); /* Chrome a Safari*/
  background-image: -webkit-linear-gradient(#FFFFFF, #E6E6E6); /* Chrome a Safari*/
  background-image: -moz-linear-gradient(#FFFFFF, #E6E6E6); /* Opera */
  background-image: -o-linear-gradient(#FFFFFF, #E6E6E6); /* Opera */
  background-image: -ms-linear-gradient(#FFFFFF, #E6E6E6); /* pro IE10 */
  background-image: linear-gradient(#FFFFFF, #E6E6E6); /* CSS3 */
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#E6E6E6'); /* IE9 a starsi*/
  zoom:1; /* Bez zoomu se prechod v IE nezobrazi */
  /* generator prechodu - http://www.colorzilla.com/gradient-editor/ */
  
  /* deaktivace doubleclick oznacovani textu */
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */ 
  
  /*--- navod na selct s vlastni ikonou sipky.. nutne ddat i pravy padding (START) ---*/
  -webkit-appearance: none; 
  -moz-appearance: none;
  appearance: none;       /* remove default arrow */
  background-image: url("../../img/ikony/sipka_select.png");  /* add custom arrow */
  background-repeat: no-repeat;
  background-position: right 20px center;
  /*--- navod na selct s vlastni ikonou sipky.. nutne ddat i pravy padding (KONEC) ---*/
  
  /*--- CSS cover na obrazek v danem divu - patri k tagu img (START) ---*/
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*--- CSS cover na obrazek v danem divu - patri k tagu img (KONEC) ---*/
  
  /*--- CSS3 dynamicka pozice pro absolutni/fixni prvky (START) ---*/
  padding-left: calc((100vw - 1590px) / 2); /* zarovnani s ostatnim obsahem webu */
  /*--- CSS3 dynamicka pozice pro absolutni/fixni prvky (KONEC) ---*/
}
/*--- Popup okno (START) ---*/
/* Nemazat je zde i trida "box_validace_form" ktera spolu s ostatnimi dela poup okno s chybovymi hlaskami u validace formulare - je v JS,CSS i HTML */
.skryte_tl_popup_validace{
  display: none;
}
.polozka_chybova_hlaska {
  display: block;
  color: #FF0000;
}
/*--- Popup okno (KONEC) ---*/
/*--- Hlavicka (START) ---*/
.logo{
  float: left;
  width: 146px;
  height: 127px;
  margin-bottom: -74px;
  background-size: contain;
  
  -webkit-transition: all 250ms linear; /* cas lze zadat i v sekundach => 0.25s */
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  transition: all 250ms linear;
  
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url("../../img/hlavicka/logo.png?v=1.0");
}
.hlavicka_roluje .logo{
  height: 64px;
  margin-bottom: 0px;
}
.tl_rezervace_hlava{
  float: right;
  padding: 20px 60px 20px 40px;
  height: 24px;
  line-height: 24px;
  color: #FFFFFF;
  background-color: #000000;
  text-transform: uppercase;
  font-weight: bold;
  
  background-position: right 30px center;
  background-repeat: no-repeat;
  background-image: url("../../img/sipka_cervena.png?v=1.0");
}
.hlavicka_roluje .tl_rezervace_hlava{
  background-color: #EF060B;
  background-image: url("../../img/sipka_bila.png?v=1.0");
}
.tl_rezervace_hlava:hover{
  background-color: #EF060B;
  background-image: url("../../img/sipka_bila.png?v=1.0");
}
.hlavicka_roluje .tl_rezervace_hlava:hover{
  background-color: #BD0004;
  background-image: url("../../img/sipka_bila.png?v=1.0");
}
/*--- Hlavicka (KONEC) ---*/
/*--- Responsivni menu (START) ---*/
.horni_menu{
  display: block;
  text-align: center;
  vertical-align: top;
  margin: 0px 270px 0px 270px;
}
.odsazeni_horni_menu_h, .odsazeni_horni_menu_d{
  display: none;
}
.obal_polozky_menu{
  position: relative;
  display: inline-block;
  vertical-align: top;
  z-index: 25;
}
.polozka_menu {
  position: relative;
  float: left;
  font-size: 20px;
  height: 44px;
  line-height: 44px;
  padding: 10px 20px 10px 20px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: bold;
  z-index: 22;
  cursor: pointer;
}
.obal_polozky_menu:hover .polozka_menu {
  color: #EF060B;
}
.aktivni_menu, .aktivni_menu:hover {
  color: #EF060B;
}
.stin_pro_menu{
  display: none;
  position: fixed;
  left: 0px;
  top: 60px; /*o vysku menu*/
  /*height pocita skript*/
  width: 100%;
  cursor: pointer;
  
  /*background-position: left top;
  background-repeat: repeat;
  background-image: url("../../img/bg_cerna_10.png");*/
  background-color: #000000;
  opacity: 0.1;
  z-index: 20;
}
/*--- Responsivni menu (KONEC) ---*/
/*--- Paticka (START) ---*/
.paticka_in{
  display: block;
  padding: 20px 0px 100px 0px;
}

.copyright_pata{
  float: left;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  color: #FFFFFF;
}

.mcrai_pata{
  float: right;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  padding-right: 90px;
  color: #FFFFFF;
  
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url("../../img/paticka/mcrai.png");
}
.mcrai_pata:hover{
  color: #BE131B;
}

.dolni_menu{
  display: block;
  text-align: center;
  vertical-align: top;
  font-size: 0; /*skrze inline-block prvky uvnitr*/
  margin: 0px 280px 0px 280px;
}
.polozka_menu_pata {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #FFFFFF;
  height: 20px;
  line-height: 20px;
  padding: 0px 12px 0px 12px;
  z-index: 22;
}
.polozka_menu_pata:hover, .aktivni_menu_pata, .aktivni_menu_pata:hover {
  color: #BE131B;
}
/*--- Paticka (KONEC) ---*/
/*--- Home (START) ---*/
.uvodni_blok{
  position: relative;
  display: block;
  clear: both;
  height: 100vh;
  box-sizing: border-box;
  overflow: hidden;
  
  /*background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url("../../img/home/obr_uvodni.jpg?v=1.0");*/
}
.iOS_pozadi.prostor_video{
  background: url("../../video/headline-responz.jpg?v=1.1") no-repeat;
  background-size: cover; 
  background-color: #000000;
}
video#bgvid { /* http://thenewcode.com/777/Create-Fullscreen-HTML5-Page-Background-Video */
  position: absolute; /*fixed*/
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;  /*-100*/
  /*-ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);*/
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url("../../video/headline-responz.jpg?v=1.1") no-repeat;
  background-size: cover; 
  /*opacity: 0.5;*/
}
#vidpause{
  position: absolute;
  left: 64px;
  bottom: 20px;
  width: 34px;
  height: 25px;
  cursor: pointer;
  background-color: transparent;
  border: 0px;
  
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url("../../img/video/music-ic-on.png");
}
.video_bezi{
  background-image: url("../../img/video/music-ic-off.png") !important;
}
#vidmute{
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 34px;
  height: 25px;
  cursor: pointer;
  background-color: transparent;
  border: 0px;
  
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url("../../img/video/music-ic-on.png");
}
.vidmute_off{
  background-image: url("../../img/video/music-ic-off.png") !important;
}
.no-borderradius video#bgvid{ //fix pro IE8 a starsi, ktere nepodporuji HTML5 tag video
  display: block;
  left: 0px;
  top: 0px;
}
.uvodni_blok_texty{
  position: absolute;
  bottom: 20%;
  width: 100%;
  text-align: center;
  vertical-align: top;
  z-index: 5;
}
.h1_home{
  display: block;
  clear: both;
  font-size: 102px;
  line-height: 114px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0px 0px 20px 0px;
}
.uvodni_blok_texty_in{
  display: block;
  clear: both;
  font-size: 30px;
  line-height: 42px;
  margin-bottom: 40px;
}
.uvodni_blok_texty_in strong{
  display: block;
}
.uvodni_blok_texty_tlacitka{
  display: block;
}
.tl_o_nas{
  display: inline-block;
  vertical-align: top;
  margin: 0px 14px 10px 14px;
  padding: 20px 60px 20px 40px;
  height: 24px;
  line-height: 24px;
  color: #FFFFFF;
  background-color: #EF060B;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  
  background-position: right 30px center;
  background-repeat: no-repeat;
  background-image: url("../../img/sipka_bila.png?v=1.0");
}
.tl_o_nas:hover{
  background-color: #BD0004;
}
.tl_rezervace_home{
  display: inline-block;
  vertical-align: top;
  margin: 0px 14px 10px 14px;
  padding: 20px 60px 20px 40px;
  height: 24px;
  line-height: 24px;
  color: #FFFFFF;
  background-color: #000000;
  text-transform: uppercase;
  font-weight: bold;
  
  background-position: right 30px center;
  background-repeat: no-repeat;
  background-image: url("../../img/sipka_cervena.png?v=1.0");
}
.tl_rezervace_home:hover{
  background-color: #EF060B;
  background-image: url("../../img/sipka_bila.png?v=1.0");
}

.ikona_mys_obal{
  position: absolute;
  left: 0px;
  bottom: 6%;
  width: 100%;
  text-align: center;
}
.ikona_mys{
  position: relative;
  display: inline-block;
  width: 24px;
  height: 42px;
  border: 1px solid #FFFFFF;
  cursor: pointer;
  
  -webkit-border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  border-radius: 20px 20px 20px 20px;
  behavior: url(../../funkce/PIE.php);
}
.ikona_mys_in{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  text-align: center;
  color: #EF060B;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
}
.pulse_mys{
  animation: mys_home 1s ease infinite;
  /* transition: transform 0.2s; */
}
@keyframes mys_home {
  0% {
    //transform: scale(1);
    transform: translate(0px, 0px);
  }

  50% {
    //transform: scale(1.1);
    transform: translate(0px, 10px);
  }

  100% {
    //transform: scale(1);
    transform: translate(0px, 0px);
  }
}

.blok_vyhody{
  display: block;
  clear: both;
  line-height: normal;
  text-align: center;
  vertical-align: top;
  font-size: 0; /*skrze inline-block potomky*/
  padding: 50px 0px 50px 0px;
}
.polozka_vyhoda_home_nahoru{
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 227px; /*427*/
  height: 158px; /*333*/
  padding: 160px 100px 15px 100px;
  
  background-image: url("../../img/home/trojuhlenik_nahoru.png");
  background-position: center center;
  background-repeat: no-repeat;
}
.polozka_vyhoda_home_dolu{
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 227px; /*427*/
  height: 158px; /*333*/
  padding: 35px 100px 140px 100px;
  
  background-image: url("../../img/home/trojuhlenik_dolu.png");
  background-position: center center;
  background-repeat: no-repeat;
}
.polozka_vyhoda_zanoreni{
  margin-left: -124px;
}
.polozka_vyhoda_home_cislo{
  position: absolute;
  left: 0px;
  width: 100%;
  color: #000000;
  font-size: 24px;
  line-height: normal;
  font-weight: bold;
  /*text-stroke: 1px #EF060B;
  -webkit-text-stroke: 1px #EF060B;*/
  
  text-shadow: -1px 0 #EF060B, 0 1px #EF060B, 1px 0 #EF060B, 0 -1px #EF060B;
  
  font-weight: bold;
}
.polozka_vyhoda_home_nahoru .polozka_vyhoda_home_cislo{
  top: 60px;
}
.polozka_vyhoda_home_dolu .polozka_vyhoda_home_cislo{
  bottom: 60px;
}
.polozka_vyhoda_home_text{
  display: block;
  font-weight: bold;
  font-size: 32px;
  line-height: 42px;
  text-transform: uppercase;
}

.blok_o_nas{
  display: block;
  clear: both;
  font-size: 40px;
  line-height: normal;
  text-align: center;
  vertical-align: top;
  padding: 100px 0px 100px 0px;
}

.blok_cviceni{
  display: block;
  clear: both;
  padding: 40px 0px 40px 0px;
}
.blok_cik_cak_home_obr_leva, .blok_cik_cak_home_obr_prava{
  display: block;
  clear: both;
  overflow: hidden;
}
.blok_cik_cak_table{
  display: table;
  width: 100%;
}
.blok_cik_cak_tr{
  display: table-row;
  width: 100%;
}
.blok_cik_cak_td{
  display: table-cell;
  vertical-align: middle;
  padding: 20px 0px 20px 0px;
}
.cik_cak_td_text{
  width: 40%;
}
.cik_cak_td_obr{
  width: 60%;
}
.blok_cik_cak_home_obr_leva .cik_cak_td_text{
  padding-left: 40px;
  padding-right: calc((100vw - 1528px) / 2); /* zarovnani s ostatnim obsahem webu */
  text-align: left;
}
.blok_cik_cak_home_obr_prava .cik_cak_td_text{
  padding-right: 40px;
  padding-left: calc((100vw - 1528px) / 2); /* zarovnani s ostatnim obsahem webu */
  text-align: right;
}
.blok_cik_cak_home_obr_leva .cik_cak_td_obr{
  text-align: left;
  padding: 0px;
}
.blok_cik_cak_home_obr_prava .cik_cak_td_obr{
  text-align: right;
  padding: 0px;
}
.kategorie_cik_cak, .kategorie_kontakt{
  display: block;
  font-size: 20px;
  line-height: 28px;
  margin: 0px 0px 10px 0px;
  font-weight: bold;
  text-transform: uppercase;
  color: #EF060B;
}
.nadpis_cik_cak, .nadpis_kontakt, .nadpis_cenik{
  display: block;
  font-size: 64px;
  line-height: 78px;
  margin: 0px 0px 20px 0px;
  text-transform: uppercase;
  font-weight: bold;
}
.nadpis_cenik{
  margin-bottom: 40px;
}
.obal_p_cik_cak_home, .obal_p_kontakt{
  display: block;
  font-size: 22px;
  line-height: 30px;
}
.obal_p_cik_cak_home p, .obal_p_kontakt p{
  margin: 0px;
}
.obr_cik_cak_resp{
  display: none;
}

.blok_cenik{
  display: block;
  clear: both;
  padding: 50px 0px 50px 0px;
  background-color: #EF060B;
  text-align: center;
  vertical-align: top;
  font-size: 0; /*skrze inline-block potomky*/
}
.blok_cenik_polozka{
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 12px 60px 12px 60px;
  box-sizing: border-box;
}
.cenik_polozka_leva{
  text-align: right;
  border-right: 1px solid #FFFFFF;
}
.cenik_polozka_prava{
  text-align: left;
}
.blok_cenik_polozka_nazev{
  display: block;
  font-size: 24px;
  line-height: normal;
  font-weight: bold;
  text-transform: uppercase;
}
.blok_cenik_polozka_kolik{
  display: block;
  font-size: 64px;
  line-height: 78px;
  font-weight: bold;
}

.blok_cenik_new{
  display: block;
  clear: both;
  padding: 50px 0px 50px 0px;
  text-align: center;
  vertical-align: top;
  font-size: 0; /*skrze inline-block potomky*/
}
.blok_cenik_new_popisek{
  display: block;
  text-align: center;
  vertical-align: top;
  font-size: 18px;
  line-height: normal;
  margin-bottom: 40px;
}
.polozka_cenik_new{
  display: inline-block;
  vertical-align: top;
  width: 18%;
  margin: 10px 1% 10px 1%;
  text-align: center;
  vertical-align: top;
}
.polozka_cenik_new_nazev{
  display: block;
  background-color: #EF060B;
  padding: 10px 20px 10px 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  line-height: normal;
}
.polozka_cenik_new_in{
  display: block;
  background-color: #101010;
  padding: 0px 20px 0px 20px;
}
.polozka_cenik_new_cena_1{
  display: block;
  padding: 20px 20px 20px 20px;  
  border-bottom: 1px solid #2A2A2A;
}
.polozka_cenik_new_cena_2{
  display: block;
  padding: 20px 20px 20px 20px;  
}
.polozka_cenik_new_cena_popis{
  display: block;
  font-size: 16px;
  line-height: normal;
}
.polozka_cenik_new_cena_hodnota{
  display: block;
  font-size: 40px;
  line-height: normal;
  font-weight: bold;
}

.blok_galerie{
  position: relative;
  display: block;
  clear: both;
}
.blok_galerie img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: none;
}
.polozka_swiper_home{
  position: relative;
  display: block; /* souvisi s hodnotou v tride "pomer_fotek_swiper_home" */
  overflow: hidden;
}
.polozka_swiper_home_in{
  display: block;
  height: 270px; /* souvisi s hodnotou v tride "pomer_fotek_swiper_home" */
  line-height: 270px;
  background-color: #F0F2F5;
  text-align: center;
  overflow: hidden;
  font-size: 0; /*tim se odstrani bug s 1px mezerou nad obrazkem*/
}
.polozka_swiper_home img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pomer_fotek_swiper_home{ /*pomocna trida pro pomerove zmensovani galerie v responsivite pomoci Javascriptu*/
  display: none;
  width: 480px; /* to je tech 20% z ".polozka_swiper_home" v zakladu (= full hd) */
  height: 270px; /* to je height z ".polozka_swiper_home_in" v zakladu (= full hd) */
}

.swiper_stred_pro_mene_slide.swiper-wrapper{
  justify-content: center !important;
}

.swiper-button-prev_galerie_home, .swiper-button-next_galerie_home, .swiper-button-prev_galerie, .swiper-button-next_galerie{
  display: none !important;
}
.sipka_leva_swiper_galerie_home, .sipka_leva_swiper_galerie{
  position: absolute;
  left: 0px;
  top: 50%;
  width: 60px;
  height: 117px;
  margin-top: -58px;
  cursor: pointer;
  z-index: 4;
  
  background-image: url("../../img/home/sipka_slider_leva.png");
  background-position: center center;
  background-repeat: no-repeat;
}
.sipka_prava_swiper_galerie_home, .sipka_prava_swiper_galerie{
  position: absolute;
  right: 0px;
  top: 50%;
  width: 60px;
  height: 117px;
  margin-top: -58px;
  cursor: pointer;
  z-index: 4;
  
  background-image: url("../../img/home/sipka_slider_prava.png");
  background-position: center center;
  background-repeat: no-repeat;
}
.sipka_leva_swiper_galerie_home:hover, .sipka_prava_swiper_galerie_home:hover, .sipka_leva_swiper_galerie:hover, .sipka_prava_swiper_galerie:hover{
  opacity: 0.8;
}

.blok_kontakt{
  display: block;
  clear: both;
  margin-top: 120px;
  
  background-image: url("../../img/paticka/obr_kontakt_leva.png");
  background-position: left center;
  background-repeat: no-repeat;
}
.blok_kontakt_in{
  display: block;
  clear: both;
  min-height: 580px; /*skrze obrazky v pozadi*/
  text-align: center;
  vertical-align: top;
  
  background-image: url("../../img/paticka/obr_kontakt_prava.png");
  background-position: right center;
  background-repeat: no-repeat;
}
.blok_s_kontakty_kontakt{
  display: block;
  clear: both;
  padding-top: 20px;
}
.polozka_kontakt_pata{
  display: block;
  font-size: 40px;
  line-height: normal;
  font-weight: bold;
  color: #EF060B;
  margin: 5px 0px 5px 0px;
}
.blok_s_kontakty_kontakt p{
  margin: 0px;
  font-size: 18px;
  line-height: 28px;
}
/*--- Home (KONEC) ---*/
/*--- Efekt prechodu rozbalovaciho menu z "hamburgeru" na "krizek" a zpet (START) ---*/
  .efekt_resp_menu_ikona{
    float: left;
    width: 40px;
    height: 30px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }
  .efekt_resp_menu_1 .efekt_resp_menu_ikona span, .efekt_resp_menu_2 .efekt_resp_menu_ikona span {
    display: block;
    position: absolute;
    height: 6px;
    width: 100%;
    background: #d3531a;
    border-radius: 6px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  .efekt_resp_menu_1 .efekt_resp_menu_ikona span:nth-child(1) {
    top: 0px;
  }
  .efekt_resp_menu_1 .efekt_resp_menu_ikona span:nth-child(2) {
    top: 12px;
  }
  .efekt_resp_menu_1 .efekt_resp_menu_ikona span:nth-child(3) {
    top: 24px;
  }
  .efekt_resp_menu_1 .efekt_resp_menu_ikona span:nth-child(4) {
    display: none;
  }
  .efekt_resp_menu_1 .efekt_resp_menu_ikona.open span:nth-child(1) {
    top: 14px; /*o neco mene nez je polovina vysky ikony*/
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .efekt_resp_menu_1 .efekt_resp_menu_ikona.open span:nth-child(2) {
    opacity: 0;
    left: -40px; /*o sirku ikony*/
  }
  .efekt_resp_menu_1 .efekt_resp_menu_ikona.open span:nth-child(3) {
    top: 14px; /*o neco mene nez je polovina vysky ikony*/
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  

  .efekt_resp_menu_2 .efekt_resp_menu_ikona span:nth-child(1) {
    top: 0px;
  }

  .efekt_resp_menu_2 .efekt_resp_menu_ikona span:nth-child(2),.efekt_resp_menu_2 .efekt_resp_menu_ikona span:nth-child(3) {
    top: 12px;
  }

  .efekt_resp_menu_2 .efekt_resp_menu_ikona span:nth-child(4) {
    top: 24px;
  }

  .efekt_resp_menu_2 .efekt_resp_menu_ikona.open span:nth-child(1) {
    top: 14px; /*o neco mene nez je polovina vysky ikony*/
    width: 0%;
    left: 50%;
  }

  .efekt_resp_menu_2 .efekt_resp_menu_ikona.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .efekt_resp_menu_2 .efekt_resp_menu_ikona.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .efekt_resp_menu_2 .efekt_resp_menu_ikona.open span:nth-child(4) {
    top: 14px; /*o neco mene nez je polovina vysky ikony*/
    width: 0%;
    left: 50%;
  }
/*--- Efekt prechodu rozbalovaciho menu z "hamburgeru" na "krizek" a zpet (KONEC) ---*/
/*--- Cookies - souhlas s jejich pouzivanim (START) ---*/
.cc_container{
  opacity: 0.9;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.cc_container a, .cc_container a:visited{
  color: #88bf3d !important; /*barva textu "vice informaci"*/
}
.cc_container .cc_btn, .cc_container .cc_btn:visited{
  color: #000000 !important; /*barva textu tlacitka "rozumim"*/
}
.cc_banner-wrapper{
  z-index: 10000001 !important; /*skrze stret cookies panelu a chatu smartsupp, ktery ma z-index "z-index: 10000000"*/
}
/*--- Cookies - souhlas s jejich pouzivanim (KONEC) ---*/
/*--- Pomocne ---*/
.mr_ne{
	margin-right: 0px;
}
.bb_ne{
  border-bottom: 0px;
}
.submenu_off{
  margin-right: 0px !important;
}

.vypln_obal_obrazkem{
  position: relative;
}
.vypln_obal_obrazkem img{
  opacity: 0;
}
.loader {
  display: block;

  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  
  background-color: #FFFFFF;
  opacity: 0.8;
  background-image: url("../../img/loader_obr/loader.gif");
  background-position: center center;
  background-repeat: no-repeat;
}

/*--- Pomocne resp ---*/
.resp_menu, .resp_plusko{
  display: none;
}

/*--- Responsive design ---*/

@media only screen and (min-width: 1922px) {
  .blok_sirky_webu_full_hd{
    width: 1920px;
  }
  
  .resit_pokud_se_pouzije_calc{ /* !!! pokud pouzivam calc na porovnani s blok_sirky_webu tak je nutne nad fullhd fixnout vypocet !!! */
    padding-right: calc((1920px - 1528px) / 2); /* zarovnani s ostatnim obsahem webu */;
  }
  .blok_cik_cak_home_obr_leva .cik_cak_td_text{
    padding-right: calc((1920px - 1528px) / 2); /* zarovnani s ostatnim obsahem webu */
  }
  .blok_cik_cak_home_obr_prava .cik_cak_td_text{
    padding-left: calc((1920px - 1528px) / 2); /* zarovnani s ostatnim obsahem webu */
  }
  
}

@media only screen and (max-width: 1540px) {	 /* 1440 - velky notebook - jedna z beznych velikosti */

.blok_sirky_webu{
  width: 88%;
  padding-left: 6%; /*neopomenout pro mobily jit na 8% protoze 4% jsou malo*/
  padding-right: 6%; /*neopomenout pro mobily jit na 8% protoze 4% jsou malo*/
}
.blok_cik_cak_home_obr_leva .cik_cak_td_text{
  padding-right: 6%; /*neopomenout pro mobily jit na 8% protoze 4% jsou malo*/
}
.blok_cik_cak_home_obr_prava .cik_cak_td_text{
  padding-left: 6%; /*neopomenout pro mobily jit na 8% protoze 4% jsou malo*/
}


.blok_vyhody{
  padding: 40px 0px 40px 0px;
}
.polozka_vyhoda_home_nahoru{
  width: 114px; /*427*/
  height: 79px; /*333*/
  padding: 80px 50px 10px 50px;
  background-size: contain;
}
.polozka_vyhoda_home_dolu{
  width: 114px; /*427*/
  height: 79px; /*333*/
  padding: 18px 50px 70px 50px;
  background-size: contain;
}
.polozka_vyhoda_zanoreni{
  margin-left: -62px;
}
.polozka_vyhoda_home_cislo{
  font-size: 18px;
}
.polozka_vyhoda_home_nahoru .polozka_vyhoda_home_cislo{
  top: 30px;
}
.polozka_vyhoda_home_dolu .polozka_vyhoda_home_cislo{
  bottom: 30px;
}
.polozka_vyhoda_home_text{
  font-size: 18px;
  line-height: 24px;
}

.cik_cak_td_text{
  width: 64%;
}
.cik_cak_td_obr{
  width: 36%;
}
.blok_cik_cak_home_obr_leva .cik_cak_td_text{
  padding-left: 40px;
  padding-right: 6%; /* zarovnani s ostatnim obsahem webu */
  text-align: left;
}
.blok_cik_cak_home_obr_prava .cik_cak_td_text{
  padding-right: 40px;
  padding-left: 6%; /* zarovnani s ostatnim obsahem webu */
  text-align: right;
}
.kategorie_cik_cak, .kategorie_kontakt{
  font-size: 20px;
  line-height: 26px;
}
.nadpis_cik_cak, .nadpis_kontakt, .nadpis_cenik{
  font-size: 50px;
  line-height: 60px;
}
.obal_p_cik_cak_home, .obal_p_kontakt{
  font-size: 20px;
  line-height: 26x;
}
.cik_cak_td_obr img{
  max-height: 460px;
}

.blok_o_nas{
  padding: 40px 0px 40px 0px;
  font-size: 20px;
}

.blok_kontakt{
  margin-top: 40px;
}
.blok_kontakt_in{
  min-height: 440px;
}
.blok_kontakt, .blok_kontakt_in{
  background-size: 420px auto;
}

.polozka_cenik_new_nazev{
  font-size: 16px;
}
.polozka_cenik_new_cena_hodnota{
  font-size: 30px;
}

}

@media only screen and (max-width: 1360px) {
  .polozka_cenik_new_nazev{
    font-size: 14px;
  }
  .polozka_cenik_new_cena_hodnota{
    font-size: 24px;
  }
}

@media only screen and (max-width: 1300px) {
  
  body{
    font-size: 18px;
    line-height: 26px; /*z tohoto cisla plnye i margin pro tag "hr"*/
  }
  
  .horni_menu{
    display: none !important;
  }
  
  .h1_home{
    font-size: 60px;
    line-height: 74px;
  }
  .uvodni_blok_texty_in{
    font-size: 22px;
    line-height: 32px;
  }

}

@media only screen and (max-width: 1230px) {	 /*full HD tablet - vetsinou do 1280*/

  .blok_kontakt, .blok_kontakt_in{
    background-image: none;
  }
  
  .polozka_cenik_new{
    width: 31.333%;
  }
  
}

@media only screen and (max-width: 1100px) {	 /*tablet - vetsinou do 1024*/
  
.blok_sirky_webu_texty{
  width: 88%;
  padding-left: 6%; /*neopomenout pro mobily jit na 8% protoze 4% jsou malo*/
  padding-right: 6%; /*neopomenout pro mobily jit na 8% protoze 4% jsou malo*/
}

.tl_rezervace_hlava{
  display: none;
}
.logo, .hlavicka_roluje .logo{
  margin-bottom: 0px;
  width: 80px;
  height: 66px;
}

/*.resp_menu{
  display: block;
  float: right;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  margin-left: 20px;
  padding: 0px;
  cursor: pointer;
}
.resp_menu_text{
  float: left;
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
  margin-right: 10px;
}
.resp_menu .efekt_resp_menu_ikona{

}
.horni_menu{
  display: none;
  float: none;
  position: absolute;
  right: 0px;
  top: 60px;
  width: 380px;
  background-color: #CC0001;
  overflow: auto;
  z-index: 20;
}
.odsazeni_horni_menu_h{
  display: block;
  height: 20px;
}
.odsazeni_horni_menu_d{
  display: block;
  height: 20px;
}
.obal_polozky_menu{
  float: none;
  display: block;
  padding-bottom: 0px;
}
.polozka_menu{
  float: none;
  display: block;
  background-image: none;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 34px;
}
.resp_plusko{
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 34px;
  height: 34px;
  cursor: pointer;
  opacity: 0.8;
  z-index: 5;

  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../../img/hlavicka/resp_plusko.png");
}
.resp_plusko_zabal{
  background-image: url("../../img/hlavicka/resp_plusko_on.png");
}
.obal_polozky_menu:hover .polozka_menu, .polozka_menu:hover {
  color: #FFFFFF;
}
.aktivni_menu, .aktivni_menu:hover {
  color: #FFFFFF;
}*/

}

@media only screen and (max-width: 1010px) {
  
td img{ /* v zakladu to rusim, ale pro mensi zarizeni je potreba tech 100% jinak i na mobilu ma tabulka klidne 800px sirku a jd eji videt jen pulka a nejde se k ni posunout */
  max-width: 100%;
}

.ikona_mys_obal{
  display: none;
}
.uvodni_blok_texty{
  bottom: 40px;
}

.blok_cenik, .blok_cenik_new{
  padding: 30px 0px 30px 0px;
}
.blok_cenik_polozka_nazev{
  font-size: 18px;
}
.blok_cenik_polozka_kolik{
  font-size: 40px;
  line-height: 50px;
}
  
}

@media only screen and (max-width: 900px) {
  
  .polozka_vyhoda_home_nahoru, .polozka_vyhoda_home_dolu{
    display: block;
    width: auto;
    height: auto;
    padding: 10px 0px 10px 0px !important;
    background-image: none !important;
  }
  .polozka_vyhoda_zanoreni{
    margin-left: 0px;
  }
  .polozka_vyhoda_home_cislo{
    position: relative;
    left: auto;
    width: auto;
    float: left;
    top: auto !important;
    bottom: auto !important;
  }
  .polozka_vyhoda_home_text{
    margin-left: 50px;
    text-align: left;
  }
  
}

@media only screen and (max-width: 800px) {

  .uvodni_blok{
    height: auto;
  }
  .uvodni_blok_texty{
    position: relative;
    bottom: auto;
    padding: 120px 0px 40px 0px;
  }
  
  .blok_cviceni{
    padding: 0px;
  }
  .blok_cik_cak_home_obr_leva, .blok_cik_cak_home_obr_prava{
    padding: 40px 0px 40px 0px;
  }
  .blok_cik_cak_table, .blok_cik_cak_tr, .blok_cik_cak_td{
    display: block;
  }
  .blok_cik_cak_td{
    display: block;
    width: auto;
    padding: 5px 0px 5px 0px;
    text-align: center !important;
  }
  .cik_cak_td_obr{
    display: none;
  }
  .obr_cik_cak_resp{
    display: block;
  }
  .obr_cik_cak_resp img{
    max-height: 300px;
  }
  .nadpis_cik_cak, .nadpis_kontakt, .nadpis_cenik{
    font-size: 34px;
    line-height: 44px;
  }
  
  .blok_cenik_polozka{
    display: block;
    width: auto;
    padding: 20px 0px 20px 0px;
    text-align: center !important;
    vertical-align: top;
  }
  .cenik_polozka_leva{
    border-right: 0px;
    border-bottom: 1px solid #FFFFFF;
  }
  
  .polozka_cenik_new{
    width: 48%;
  }

}

@media only screen and (max-width: 690px) {	/*mobil - na sirku*/

.blok_sirky_webu_uzky{
  width: 88%;
  padding-left: 6%; /*neopomenout pro mobily jit na 8% protoze 4% jsou malo*/
  padding-right: 6%; /*neopomenout pro mobily jit na 8% protoze 4% jsou malo*/
}

.h1_home {
  font-size: 42px;
  line-height: 52px;
}
.tl_rezervace_home, .tl_o_nas{
  display: block;
}

.polozka_kontakt_pata{
  font-size: 28px;
}

.nadpis_cenik{
  margin-bottom: 20px;
}

}

@media only screen and (max-width: 550px) {	/*mobil - na vysku*/

  .blok_cik_cak_home_obr_leva, .blok_cik_cak_home_obr_prava{
    padding: 20px 0px 20px 0px;
  }
  .nadpis_cik_cak, .nadpis_kontakt, .nadpis_cenik{
    font-size: 26px;
    line-height: 36px;
  }
  
  .polozka_cenik_new{
    width: 100%;
    margin: 10px 0px 10px 0px;
  }
  .polozka_cenik_new_cena_1, .polozka_cenik_new_cena_2, .polozka_cenik_new_nazev{
    padding: 10px 10px 10px 10px;
  }

}

/*--- Responsive design - help z Stackoverflow ---*/
@media (min-width:320px) { /* smartphones, iPhone, portrait 480x320 phones */ }
@media (min-width:481px) { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */ }
@media (min-width:641px) { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */ }
@media (min-width:961px) { /* tablet, landscape iPad, lo-res laptops ands desktops */ }
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */ }
@media (min-width:1281px) { /* hi-res laptops and desktops */ }


@media print {
  
  * {
      -webkit-print-color-adjust: exact !important;   /* Chrome, Safari 6 – 15.3, Edge */
      color-adjust: exact !important;                 /* Firefox 48 – 96 */
      print-color-adjust: exact !important;           /* Firefox 97+, Safari 15.4+ */
  } /*tiskni i obrazky v pozadi + barvy pozadi*/

  .no-print, .hlavicka, .paticka{
    display: none !important;
  }
  
  .blok_sirky_webu{
    width: 100%;
  }
  
  .pagebreak{ /* toto pred danym blokem to ukonci stranku */
    page-break-before: always;
  }
  
}