@font-face {
    font-family: 'Surt';
    src: url('/TEMPLATE/CSS/SurtMedium/Surt-Medium.eot');
    src: url('/TEMPLATE/CSS/SurtMedium/Surt-Medium.eot?#iefix') format('embedded-opentype'),
        url('/TEMPLATE/CSS/SurtMedium/Surt-Medium.otf') format('otf'),
        url('/TEMPLATE/CSS/SurtMedium/Surt-Medium.woff') format('woff2'),
        url('/TEMPLATE/CSS/SurtMedium/Surt-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Surt';
    src: url('/TEMPLATE/CSS/SurtBold/Surt-Bold.eot');
    src: url('/TEMPLATE/CSS/SurtBold/Surt-Bold.eot?#iefix') format('embedded-opentype'),
        url('/TEMPLATE/CSS/SurtBold/Surt-Bold.otf') format('otf'),
        url('/TEMPLATE/CSS/SurtBold/Surt-Bold.woff') format('woff2'),
        url('/TEMPLATE/CSS/SurtBold/Surt-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
html
{
  scroll-behavior: smooth;
  background-color: #fff;
}
body
{
    font-family: 'Surt', sans-serif;
    font-weight: normal;
    line-height: 1.6;
    color: #2c282c;
    margin: 0;
    font-size: 18px;
    letter-spacing: .5px;
}
input,textarea{
    font-family: 'Surt', sans-serif;
}
input::placeholder,
textarea::placeholder{
    color: #555;
    opacity: 0.5;
}
P{
    margin: 0;
/*    display: initial;*/
}
a,a:hover,a:focus
{
    color: #2c282c;
    text-decoration: none;
}
h1, h2, h3, h4, h5 {
  font-weight: normal;
  margin: 0;
  line-height: 120%;
  letter-spacing: 0.5px;
}
h1{font-size: 70px;}
h2{font-size: 40px;}
h3{font-size: 40px;}
h4{font-size: 30px}
.page{
    min-height: 100vh;

}
.center{
    text-align: center;
}
.btn{
    transition: .2s all ease-in-out;
    border-radius: 30px;
    cursor: pointer;
    border: 1px solid;
    padding: 7px 27px;
    box-sizing: border-box;
}
.btn:hover{

}
.underline{
    text-decoration: underline;
}

.contx{

    padding: 0 40px;
    margin: auto;
    max-width: 100%;
    box-sizing: border-box;
}
.cont{
    width: 1700px;
    padding: 0 20px;
    margin: auto;
    max-width: 100%;
    box-sizing: border-box;
}
.cont_m{
    width: 1100px;
    padding: 0 20px;
    margin: auto;
    max-width: 100%;
    box-sizing: border-box;
}
.cont_s{
    width: 510px;
    padding: 0 20px;
    margin: auto;
    max-width: 100%;
    box-sizing: border-box;
}
/*/////////////////////////////////////////////////////////*/



/*SELECT*/
.custom-select
{
  margin-top: -28px !important;
  position: relative;
}
.custom-select select
{
  display: none;
  position: relative;
}
.select-selected
{
  background-color: transparent;
}
.select-selected:after {
  position: absolute;
  content: "";
  top: calc(50% + -1px);
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #000 transparent transparent transparent;
  transition: 0.4s ease-in-out;
  filter: invert(1);
}
.select-selected.select-arrow-active:after {
  /* border-color: transparent transparent #000 transparent; */
  top: calc(50% + 5px);
  transform: rotate(180deg);
}
.select-items div,.select-selected {
  padding: 7px 10px;
  border: 1px solid #000;
  cursor: pointer;
  user-select: none;
  border-radius: 8px;
  background-color: #fff;
  border-color: rgb(0 0 0 / 15%);
}
.select-items {
  position: absolute;
  top: calc(100% - 0px);
  left: 0;
  right: 0;
  z-index: 10;
  transition: all 0.4s ease-in-out;
  opacity: 1;
  overflow: hidden;
  opacity: 1;
  display: block;
  padding-bottom: 1px;
}
.select-hide {
  opacity: 0;
  display: none;
}
.select-items div:hover, .same-as-selected {
  background-color: #e8e8e8;
}
.select-items div
{
  margin-bottom: -1px;
}
.select_helper
{
  height: 1px;
  width: 1px;
  opacity: 0.01;
  padding: 0;
  margin: 0;
  border: none;
}
/*SELECT*/

/*/////////////////////////////////////////////////////////*/
.bg_blue{
    background-color: #2a4388;
    color: white;
    z-index: 4;
}
.bg_blue a{
    color: white;
}
.bg_red{
    background-color: #f1807d;
}
.bg_or1{
    background-color: #eaac8b;
}
.bg_or2{
    background-color: #f6bd60;
}
.bg_black{
    background-color: #2c282c;
}
.bg_pink{
    background-color: #f7eae3;
}
.bg_green{
    background-color: #9FB3AD;
}
.bg_lightgrey{
    background-color: #f2f3f3;
}
.bg_white{
    background-color: #fff;
}

.btn.red{
    border-color: #f1807d;
    color: #f1807d;
}
.btn.red:hover{
    color: white;
    background-color: #f1807d;
}
/*/////////////////////////////////////////////////////////*/
header{
    padding: 10px 20px;
}
header .name{
    /* height: 70px; */
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 10px;
    width: 172px;
}
header .logo{
    width: 60px;
    display: block;
}
header .logo img{
    width: 100%;
    display: block;
}
header .name img{
    height: 100%;
    display: block;
}
header .hamburger{
    position: fixed;
    right: 0;
    width: 60px;
    top: 0;
    padding: 10px;
    z-index: 4;
    cursor: pointer;
}
header .hamburger img{
    width: 100%;
    display: block;
}
header .close_btn{
    position: fixed;
    right: 0;
    width: 60px;
    top: 0;
    padding: 10px;
    z-index: 4;
    cursor: pointer;
}
header .close_btn img{
    width: 100%;
    display: block;
}
header .close_btn img{}
header .menu.active{
    display: block;
}
header .menu{
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: white;
    z-index: 5;
}
header .menu .list{
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 20px;
    position: fixed;
    transform: translate(-50%, -50%);
    left: 50%;
    top: calc(50% - 110px);
    width: 100%;
    max-width: 660px;
    flex-wrap: wrap;
}
header .menu .list a{
    font-size: 40px;
    border-width: 3px;
    padding: 10px 30px;
    border-radius: 50px;
    border-width: 2px;
}
header .menu .list .menu_lang a.active,
header .menu .list .menu_lang a:hover
{
    text-decoration: underline;
    color: #f1807d;
    cursor: pointer;
}
/*/////////////////////////////////////////////////////////*/

/*/////////////////////////////////////////////////////////*/
.hp_img{
    width: calc(100% - 40px);
    min-height: 70vh;
    position: relative;
    margin: 0 20px;
    box-sizing: border-box;
    margin-bottom: 80px;
    display: block;
}
.hp_img .claim{
    color: white;
    font-size: 50px;
    line-height: 120%;
    text-align: center;
    z-index: 3;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: calc(50% - 200px / 2);
}
.hp_img .bg{   
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 20px;
    z-index: 1;
}
.claim2{
     font-size: 50px;
     line-height: 120%;
     text-align: center;
     max-width: calc(100% - 40px);
     margin: 100px auto;
     padding: 20px;
     width: 680px;
}

.hp_img .bg.main{
    background-image: url(/TEMPLATE/IMG/HP/HP_foto_desktop.jpg);
}
.hp_img .bg.o_projektu{
    background-image: url(/TEMPLATE/IMG/O_Projektu/o_projektu_desktop.jpg);
}
.hp_img .bg.galerie{
    background-image: url(/TEMPLATE/IMG/Galerie/galerie_foto_desktop.jpg);
}
.hp_img .bg.kontakt{
    background-image: url(/TEMPLATE/IMG/Kontakt/kontakt.jpg);
}
.hp_img .bg.tic{
    background-image: url(/TEMPLATE/IMG/TIC/TIC_foto_desktop.jpg);
}
.hp_img .bg.izby{
    background-image: url(/TEMPLATE/IMG/pokoje/pokoje_foto_desktop.jpg);
}

.hp_img .fitler{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 20px;
    z-index: 2;
    background-color: #0000003d;
    transition: .2s all linear ;
}
.hp_img .fitler.hover{
    background-color: #000;
    opacity: .2;
}

.hp_img .fitler.hover:hover{
    background-color: #000;
    opacity: .4;
}
.hp_img .breadcrum{
    position: absolute;
    left: 0;
    top: 0;
    padding: 20px;
    z-index: 3;
    color: white;
}
.hp_img .breadcrum2{
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 3;
    color: black;
    border: none;
    padding: 7px 15px;
}
/*/////////////////////////////////////////////////////////*/
.program{}
.program h2{
    margin: 70px auto;
}
.program .header{
    font-size: 30px;
    margin-bottom: 30px;
}
.program .desc{
    max-width: 100%;
    width: 500px;
    margin: 75px auto 50px;
}
.program .list{}
.program .list .box{
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    padding-bottom: 50px;
    position: relative;
}

.program  .box .left{
    width: calc(60% - 20px);
    padding-right: 20px;
}
.program  .box .right{
    width: 40%;
}
.program  .box .date{}
.program  .box .name{
    font-size: 50px;
    margin-left: -3px;
    line-height: 120%;
}
.program  .box .vstupne{}
.program  .box .misto{}
.program  .box .btn{
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.program  .btn.vice{
    width: 210px;
    text-align: center;
    margin: 50px auto;
    display: block;
}
/*/////////////////////////////////////////////////////////*/
.claim{
    width: 790px;
    margin: 100px auto;
    display: block;
    padding: 100px;
    text-align: center;
    font-size: 40px;
    max-width: calc(100% - 40px);
    box-sizing: border-box;
    line-height: 120%;
}
.blob{
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    animation: morph 8s infinite ease-in-out;
}
@keyframes morph {
  0% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
  25% {
    border-radius: 50% 60% 30% 50% / 50% 40% 60% 60%;
  }
  50% {
    border-radius: 70% 30% 50% 40% / 60% 60% 30% 50%;
  }
  75% {
    border-radius: 40% 60% 70% 30% / 50% 60% 40% 60%;
  }
  100% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
}
/*/////////////////////////////////////////////////////////*/
footer{
}
footer .flex{
    padding: 50px 20px 0;
}
footer .logo{
    margin: 50px auto;
    width: 200px;
}
footer .logo img{
    width: 100%;
    display: block;
}
footer .roky{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-size: 60px;
    padding: 0 10px;
    position: relative;
}
footer .roky .rok{
    padding: 0 10px;
}
footer .roky:after{
    content: "";
    position: absolute;
    left: 50px;
    right: 50px;
    top: calc(50% - 1px);
    height: 3px;
    background-color: white;
}
/*/////////////////////////////////////////////////////////*/
.flex{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.col4{
    /* max-width: 25%; */
    width: 25%;
}
.col4.social_bar{
    display: flex;
    gap: 10px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.col4.social_bar a:nth-of-type(1){

}
.col4.social_bar a{
    width: 40px;
    display: block;
    position: relative;
    height: auto;
    overflow: hidden;
    height: 40px;
}
.col4.social_bar a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    transition: opacity 0.5s ease-in-out;
    display: block;
}
.col4.social_bar a img.nhover{
    opacity: 1;
}
.col4.social_bar a img.nhover:hover{
    opacity: 0;
}
.col4.social_bar a img.hover{
    opacity: 0;
}
.col4.social_bar a img.hover:hover{
    opacity: 1;
}

/*/////////////////////////////////////////////////////////*/
.cont_s.o_projektu{margin: 100px auto 100px;}
.cont_s.o_projektu.v2{margin-top: 0}
.slider_widget.o_pro_slder_top{margin-bottom: 80px;}
.cont_s.o_projektu.v2{margin-top: 50px}
.cont_s.o_projektu .text{margin-top: 40px}
.cont_s.o_projektu.galerie .btns{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    gap: 20px;
}
.cont_s.o_projektu.galerie .btns .btn{
    border: none;
    padding: 7px 20px;
    min-width: 120px;
    transition: .2s all linear ;
}

.cont_s.o_projektu.galerie .btns .btn.bg_red:hover{
    background-color: #2c282c;
    color: #f1807d;
}
.cont_s.o_projektu.galerie .btns .btn.bg_or1:hover{
    background-color: #2c282c;
    color: #eaac8b;
}
/*/////////////////////////////////////////////////////////*/
.slider_widget{
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    gap: 1rem;
    margin: 50px 10px 200px;
    padding-bottom: 40px;
    -webkit-overflow-scrolling: touch;
}
.flex_end
{
    align-items: flex-end;
}

.slider_widget::-webkit-scrollbar {
  width: 5px;
    border-radius:10px;
    -webkit-appearance: none;
    
}

/* Track */
.slider_widget::-webkit-scrollbar-track {
  background: #999;
  border-radius:10px;
}
.certifikaty .slider_widget::-webkit-scrollbar-track {
  background: #999;
  border-radius:10px;
}

/* Handle */
.slider_widget::-webkit-scrollbar-thumb {
  background: #000;
    border-radius:10px;
}

/* Handle on hover */
.slider_widget::-webkit-scrollbar-thumb:hover {
  background: #000;
}
.slider_widget .item{
    flex: 0 0 auto;
    width: 280px;
    background-color: white;
    color: #1d50dc;
    border-radius: 15px;
    padding: 20px 20px;     
}
.certifikaty .slider_widget .item{
    padding: 10px;
    width: 400px;
    padding-bottom: 70px;
    position: relative;
    max-width: 80%;
}
.slider_widget .item.active{
    color: white;
    background-color: #eee;
}
.slider_widget .item .header{
    margin-bottom: 50px;
}
.slider_widget .item .texty{}
.slider_widget IMG{width: 100%;display: block;border-radius: 10px;}

.slider_widget.images{gap: initial;padding-bottom: 20px;margin: 50px 20px 50px;}
.slider_widget.images::-webkit-scrollbar-thumb {
    background-color: #000;
}
.slider_widget.v1 .item{
    width: 70%;
    max-width: 800px;
    padding: 0 20px 0 0;
}
.slider_widget.v2{
    margin: initial;
    padding-top: 50px;
    padding-bottom: 0;
}
.slider_widget.v2 .header{
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
}
.slider_widget.v2 .text{
    text-align: center;
}
.slider_widget.v2 .item{
    background-size: contain;
    color: black;
    /* padding: 154px 90px; */
    background-color: transparent;
    width: 520px;
    aspect-ratio: 1;
    background-repeat: no-repeat;
    position: relative;
}
.slider_widget.v2 .item .centered{
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: calc(50% - 50px);
}
.slider_widget.v2 .item{
    background-image: url(/TEMPLATE/IMG/O_Projektu/historie_bublina5.png);
}
.slider_widget.v2 .item:nth-of-type(1),
.slider_widget.v2 .item:nth-of-type(7),
.slider_widget.v2 .item:nth-of-type(13),
.slider_widget.v2 .item:nth-of-type(19)
{
    background-image: url(/TEMPLATE/IMG/O_Projektu/historie_bublina1.png);
}
.slider_widget.v2 .item:nth-of-type(2),
.slider_widget.v2 .item:nth-of-type(8),
.slider_widget.v2 .item:nth-of-type(14),
.slider_widget.v2 .item:nth-of-type(20)
{
    background-image: url(/TEMPLATE/IMG/O_Projektu/historie_bublina2.png);
}
.slider_widget.v2 .item:nth-of-type(3),
.slider_widget.v2 .item:nth-of-type(9),
.slider_widget.v2 .item:nth-of-type(15),
.slider_widget.v2 .item:nth-of-type(21)
{
    background-image: url(/TEMPLATE/IMG/O_Projektu/historie_bublina3.png);
}
.slider_widget.v2 .item:nth-of-type(4),
.slider_widget.v2 .item:nth-of-type(10),
.slider_widget.v2 .item:nth-of-type(16),
.slider_widget.v2 .item:nth-of-type(22)
{
    background-image: url(/TEMPLATE/IMG/O_Projektu/historie_bublina4.png);
}
.slider_widget.v2 .item:nth-of-type(5),
.slider_widget.v2 .item:nth-of-type(11),
.slider_widget.v2 .item:nth-of-type(17),
.slider_widget.v2 .item:nth-of-type(23)
{
    background-image: url(/TEMPLATE/IMG/O_Projektu/historie_bublina5.png);
}
.slider_widget.v2 .item:nth-of-type(6),
.slider_widget.v2 .item:nth-of-type(12),
.slider_widget.v2 .item:nth-of-type(18),
.slider_widget.v2 .item:nth-of-type(24),
.slider_widget.v2 .item:nth-of-type(30)
{
    background-image: url(/TEMPLATE/IMG/O_Projektu/historie_bublina6.png);
}


.pad_t_50{
    padding-top: 50px;
}
.pad_t_100{
    padding-top: 100px;
}

.slider_widget.v3{
    margin-bottom: 20px;
}
.slider_widget.v1.tic .item{
    position: relative;
    overflow: hidden;
}
.slider_widget .infobox{
    position: absolute;
    left: 20px;
    right: 0;
    bottom: 20px;
    z-index: 3;
}
.slider_widget .item .filter{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: black;
    opacity: 0.3;
    z-index: 2;
    transition: 0.2s all linear;
}

.slider_widget.tic .header{
    position: absolute;
    left: 13px;
    right: 0;
    top: 0;
    color: white;
    padding: 20px;
    font-size: 40px;
    z-index: 3;
}
.slider_widget.tic .item .bg{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background-position: center;
    background-size: cover;
    filter: brightness(0.7);
}
.slider_widget .infobox .text{
    color: white;
    max-width: calc(100% - 200px);
    width: 400px;
}
.slider_widget .infobox .btn{
    position: absolute;
    right: 40px;
    bottom: 0;
    color: white;
    transition: 0.2s all linear;
}
.slider_widget .infobox .btn:hover{
    background-color: white;
    color: black;
    border-color: white;
}

.pad_b_50{
    padding-bottom: 50px;
}
/*/////////////////////////////////////////////////////////*/
.pagepost{}
.pagepost .hp_img{
    margin-bottom: 20px;
}
.pagepost .top{
    POSITION: RELATIVE;
}
.pagepost .top h1{
    text-align: center;
    margin: 100px auto;
}
.pagepost .top .date{}
.pagepost{}
.pagepost .right_bar{
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}
.pagepost .right_bar .vstupne{
    padding: 7px 30px;
    border-radius: 40px;
    margin: 0 20px;
}
.pagepost .right_bar .facebook{
    padding: 7px 20px;
    display: block;
    border-radius: 50px;
    overflow: hidden;
}
.pagepost .right_bar .facebook img{
    height: 100%;
    display: block;
    /* overflow: hidden; */
    width: 30px;
}
.pagepost .right_bar .vstuplne{}

.pagepost .col2 a{
    text-decoration: underline;
}

.col2{
    columns: 2;
    column-gap: 100px;
}
.slider_widget.akce{margin-bottom: 100px;margin-top: 100px;}
/*/////////////////////////////////////////////////////////*/
.fleky{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-evenly;
}
.fleky .flek{
    text-align: center;
    width: 500px;
    background-size: 100%;
    aspect-ratio: 1;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.fleky .flek .header{
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 20px;
}
.fleky .flek .text{
    line-height: 140%;
}
.fleky .flek .centered{
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    min-width: 200px;
}

.fleky .flek{
    background-image: url(/TEMPLATE/IMG/TIC/TIC_bubliny3.png);
}
.fleky .flek:nth-of-type(1){
    background-image: url(/TEMPLATE/IMG/TIC/TIC_bubliny.png);
}
.fleky .flek:nth-of-type(2){
    background-image: url(/TEMPLATE/IMG/TIC/TIC_bubliny2.png);
    margin-top: 90px;
}
.fleky .flek:nth-of-type(3){
    /* background-image: url(/TEMPLATE/IMG/TIC/TIC_bubliny3.png); */
}
.fleky .flek:nth-of-type(4){
    background-image: url(/TEMPLATE/IMG/TIC/TIC_bubliny4.png);
}
/*/////////////////////////////////////////////////////////*/

.kontakt_box{
    margin-bottom: 50px;
}
.kontakt_box .header{
    font-size: 40px;
    margin-left: 20px;
    margin-bottom: 20px;
}
.kontakt_box .box{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
    border-radius: 15px;
}
.kontakt_box .box .right{
    width: 50%;
}
.kontakt_box .box .left{
    width: 50%;
}
.max_lenght{max-width: 100%;width: 300px}
.max_lenght2{max-width: 100%;width: 440px;}
.nasmeruheme_div{max-width: 100%;width: 600px;margin: 100px auto;text-align: center;}
.kontakt_box.top{
    font-size: 20px;
}
.kontakt_box.top  .header{
     margin-bottom: 0;
}
.kontakt_box .line {
    margin-bottom: 10px;
}
.kontakt_box .line img{width: 30px;display: block;float: left;margin-right: 15px;}
/*/////////////////////////////////////////////////////////*/
.fleky.ubytovani{}
.fleky.ubytovani .flek{
    width: 25%;
}
.fleky.ubytovani .flek:nth-of-type(1){
    background-image: url(/TEMPLATE/IMG/pokoje/pokoje_bubliny.png);
}
.fleky.ubytovani .flek:nth-of-type(2){
    background-image: url(/TEMPLATE/IMG/pokoje/pokoje_bubliny2.png);
}
.fleky.ubytovani .flek:nth-of-type(3){
    background-image: url(/TEMPLATE/IMG/pokoje/pokoje_bubliny3.png);
}
.fleky.ubytovani .flek:nth-of-type(4){
    background-image: url(/TEMPLATE/IMG/pokoje/pokoje_bubliny4.png);
}

.izby_header{
    font-size: 30px;
    margin-top: 100px;
    margin-bottom: 50px;
}
.hp_img.izba{}
.hp_img.izba .izba1{}
.hp_img.izba .izba2{}
.hp_img.izba .izba3{}
.hp_img.izba .name{
    color: white;
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 2;
    font-size: 30px;
    max-width: calc(100% - 40px);
}
.hp_img.izba .name span{
    color: black;
    padding: 7px 30px;
    border-radius: 55px;
    margin-right: 50px;
}
.hp_img.izba .ctas{
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top:50%;
    z-index: 3;
}
.hp_img.izba .ctas a,
.hp_img.izba .ctas div
{
    border: none;
}
.hp_img.izba .tags{
    position: absolute;
    left: 20px;
    bottom: 20px;
    display: flex;
    z-index: 3;
    gap: 10px;
}
.hp_img.izba .tags .tag{
    background-color: white;
    padding: 7px 15px;
    border-radius: 100px;
    line-height: 40px;
}
.hp_img.izba .tags .tag img{ 
    width: 40px;
    display: block;
    float: left;
} 
.hp_img.izba .tags .tag span{
    margin-left: 10px;
} 

/*/////////////////////////////////////////////////////////*/
.izba_cesc{
    margin-bottom: 100px;
}
.izba_cesc .line{
    width: 400px;
    max-width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: flex-start;
    align-items: flex-start;
}
.izba_cesc .line img{
    width: 30px;
    display: block;
    float: left;
    margin-right: 10px;
}
.izba_cesc .line .number{
    width: 30px;
    display: block;
    float: left;
    margin-right: 10px;
    background-color: #eaac8b;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: white;
    border-radius: 100%;

}
.izba_cesc .line>div{
    max-width: calc(100% - 40px);
}

.kontakti_formular{
    border-radius: 15px;
    padding: 20px;
}
.kontakti_formular .header{
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
}
.kontakti_formular label{
    margin-bottom: 20px;
    display: block;
}
.kontakti_formular label .label{}
.kontakti_formular label input{
    width: 100%;
    box-sizing: border-box;  
    border-radius: 10px;
    padding: 10px 15px;
    border:none;
}
.kontakti_formular label input:active{
    border-color: 1px solid black;
    outline-color: black;
}
.kontakti_formular label input:focus{
    border-color: 1px solid black;
    outline-color: black;
}
.kontakti_formular label textarea{
    width: 100%;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 15px 15px;
    border:none;
    min-height: 100px;
    resize: vertical;
    border-bottom-right-radius: 0;
}
.kontakti_formular .ctas{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.kontakti_formular .ctas button{
    background-color: black;
    color: white;
    font-size: 20px;
    padding: 7px 15px;
    border: none;
}
.kontakti_formular_cont{}
.kontakti_formular_cont .desc{
    font-size: 16px;
    margin: 30px auto;
    margin-bottom: 300px;
}
.pc{ display:block; }
.mobile{display: none;}
/*/////////////////////////////////////////////////////////*/
.ctas_bottom{
    
   
    
}
.ctas_bottom .btn{
    font-size: 20px;
     width: 200px;
     margin: 100px auto;
     display: block;
     text-align: center;

}
.ctas_bottom .btn:hover{
    background-color: black;
    color: white;
}
.kontakt_box_inline{
    padding: 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    /* word-break: break-all; */
}
.kontakt_box_inline .left{
    width: calc(50% - 10px);
}
.kontakt_box_inline .right{
    width: 50%;
}
.max_lenght2.center,
.max_lenght.center{
    margin: auto;
}
/*/////////////////////////////////////////////////////////*/
.logo_board{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 200px;
}
.logo_board img{
    width: 200px;
}
.logo_board>.haeder{
    margin-bottom: 20px;font-size: 30px;width: 100%;
}
/*/////////////////////////////////////////////////////////*/
.background_full{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    background-color: #2c282c;
    opacity: 0.5;
    cursor: pointer;
}
.popup{
    position: fixed;
    transform: translate(-50%, -50%);
    left: 50%;
    top: calc(50% - 0px);
    width: 350px;
    background-color: white;
    z-index: 10;
    padding: 70px;
    max-width: calc(100% - 140px);
}
.popup .text{

}
.menu_lang
{
    width: 100%;display: flex;flex-direction: row;flex-wrap: wrap;justify-content: center;
}
.program .box .btn{
    transition: .2s all linear;
}
.program .box.bg_or2 .btn:hover{
    background-color: #2c282c;
    color: #f6bd60;
}
.program  .box.bg_red .btn:hover{
    background-color: #2c282c;
    color: #f1807d;
}

.program .btn.vice{
    transition: .2s all linear;
}
.program .btn.vice:hover{
    background-color: #2c282c;
    color: #fff;
}

.slider_widget.ubytovani_main,
.slider_widget.izby_item{
    margin-bottom: 100px;
}

.loga {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    align-items: center;
    gap: 20px;
}
.loga img{width:200px}
.header_loga{
    text-align: center;
}
/*/////////////////////////////////////////////////////////*/
@media only screen and (max-width: 1100px){
    .fleky{
        justify-content:center;
    }
}
@media only screen and (max-width: 1000px){
    .hp_img .claim{
        font-size: 30px;
        padding: 20px;
        line-height: 130%;
    }

    h1,
    .claim2,
    footer .roky,
    h3{
        font-size: 30px;
        line-height: 130%;
    }
    .hp_img{
        margin-bottom: 60px;
        min-height: 50vh;
    }
    .program .header{
        margin-bottom: 60px;
        text-align: center;
    }
    .program .box .right{
        width: 100%;
        margin-bottom: 60px;
    }
    .program .box .left{
        width: 100%;
    }
    .program .box .btn
    {
        border-color: #2c282c;
        
         color: #f6bd60; 
        padding-left: 30px;
        padding-right: 30px;
    }
    .program .box.bg_red .btn
    {
        color: #f1807d;
        background-color: #2c282c;
    }

    .program .box.bg_or2 .btn
    {
        color: #f6bd60;
        background-color: #2c282c;
    }
    

    footer .col4{
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }
    .col2{
        columns: 1;
    }
    .fleky.ubytovani .flek{
        width: 50%;
    }
    .fleky{
        justify-content:center;
    }
    .kontakt_box_inline .left{
        width: 100%;
    }
    .kontakt_box_inline .left a{
        word-break: break-all;
    }
    .popup{
        padding: 20px;
    }
    .fleky .flek:nth-of-type(2){
        margin-top: initial;
    }
    .contx{
        padding: 0 20px;
    }

}
@media only screen and (max-width: 800px){
    .claim{
        font-size: 30px;
    }
    .kontakt_box .box .right{
        width: 100%;

    }
    .kontakt_box .box .left{
        width: 100%;
         margin-bottom: 20px;
    }
    .fleky.ubytovani .flek{
        width: 100%;
    }
    .mobile{ display:block; }
    .pc{display: none;}

    .program .list .box{
        padding-bottom: 20px;
    }
    .slider_widget{
        margin-left: 0;
        margin-right: 0;
        gap: 10px;
        padding-bottom: 20px;
    }
    .slider_widget.v1 .item{
        padding-right: 0;
        width: 90%;
    }

    .kontakt_box .left{
        width: 100%;
    }
    .kontakt_box .right{
        width: 100%;
    }
    .slider_widget.tic IMG{
        display: none;
    }
    .slider_widget.tic .header{
        position: relative;
        margin-bottom: 0;
        padding: 20px 0px 20px 0;
    }
    .slider_widget.tic .infobox{
        position: relative;
    }
    .slider_widget.tic .item .filter{
        position: initial;
    }
    .program .box .name{
        font-size: 40px;
    }
    .contx{
        padding: 0 10PX;
    }
    .pagepost .right_bar {
        position: initial;
        justify-content: center;
        margin-top: 20px;
        text-align: center;
    }
    .pagepost .top .date,
    .pagepost .top .tags
    {
        text-align: center;
    }
    .pagepost .right_bar .vstupne{
        /* margin: 20px auto; */
    }

}
@media only screen and (max-width: 600px){
    header .menu .list{
        flex-direction: column;
        top: 50%;
        /* transform: initial; */
        /* left: 0; */
        /* right: 0; */
    }
   
    .claim{
        font-size: 20px;
        padding: 50px;
    }
    .fleky .flek {
        aspect-ratio: initial;
        background-image: initial;
        min-height: 500px;
    }

    .fleky .flek .centered{
        /* position: initial; */
        /* transform: initial; */
        /* left: 0; */
        /* right: 0; */
        /* padding: 150px 50px; */
        /* top: 0; */
    }
    .fleky.tic .flek:nth-of-type(1),
    .fleky.tic .flek:nth-of-type(2),
    .fleky.tic .flek:nth-of-type(3),
    .fleky.tic .flek:nth-of-type(4)
    {
        background-image: initial;
        border-radius: 100% 50% 62% 70% / 60% 50% 70% 54%;
        background-color: #9FB3AD;
        font-size: 16px;
        padding: 20px;
        padding-top: 70px;
        box-sizing: border-box;
        margin-bottom: 25px;
    }
    .fleky .flek:nth-of-type(2){
        margin-top: initial;
    }

    .slider_widget.v1.tic .item{
        width: initial;
        min-width: 500px;
    }
    .slider_widget.tic .header{}
    .slider_widget .infobox .btn{
        position: initial;
        margin-top: 20px;
        display: block;
        width: 100px;
        text-align: center;
    }
    .hp_img.izba .name span{
        display: block;
        width: 40px;
        text-align: center;
        margin-bottom: 20px;
    }
    .contx{
        padding: 0 10px;
    }
    .hp_img.izba .tags{
        display: none;
    }
    .hp_img.izba .ctas div{
        display: none;
    }
    .hp_img.izba .name{
        font-size: 20px;
    }
    .hp_img.izba .name span
    {
        padding: 7px 15px;
    }
    .slider_widget::-webkit-scrollbar {
    }
    header .menu .list a{
        font-size: 20px;
    }

    
}
@media only screen and (max-width: 400px){
    .hp_img.izba .tags{
        display: none;
    }
    .fleky .flek .centered{
        
    }
}






@media only screen and (max-height: 900px) and (max-width: 900px){
    header .menu .list a{ 
        font-size: 20px;

    }

}

/*////////////////////////////////////////*/
.cookiebar
{
  background: #F6BD63;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 25px 20px;
  min-height: 0;
  bottom: -400px;
  transition: 0.2s all linear;
  border-radius: 20px 20px 0 0;
  border-top: 2px solid #fff;
}
.cookiebar a
{
    color: #2C2835;
    text-decoration: underline;
}

.cookiebar.active
{
  bottom: 0;
}
.cookiebar>.content
{
    overflow: hidden;
}
.cookiebar>.content>.box
{
    float: left;
    width: calc(100% - 300px);
    
}
.cookiebar>.content>.box>.header
{
  width: initial;
  margin: initial;
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  padding: initial;
  text-align: initial;
}
.cookiebar>.content>.box>.text{color: #283583;}
.cookiebar>.content>.box>.text>a{color: #283583;border-bottom: 1px solid #283583;text-decoration: none;}
.cookiebar>.content>.buttons
{
    float: right;
    width: 300px;
}
.cookiebar>.content>.buttons .button
{
    font-size: 16px;
    box-sizing: border-box;
    display: block;
    text-align: center;
    letter-spacing: 2px;
    width: initial;margin-bottom: 10px;
    color: white;border: 2px solid white;box-shadow: none;
    margin: 0 0 0 1rem;float: right;
}

.cookiebar>.content>.buttons .button.full {background: white;color: #180442;}
@media only screen and (max-width: 600px)
{
    
  .cookiebar>.content>.box
  {
    max-width: 100%;
    width: 300px;
    margin: auto;
    display: block;
    float: initial;
    }
  .cookiebar>.content>.box>.text {
      margin-bottom: 1rem;
  }
  .cookiebar>.content>.buttons
  {
    margin: auto;
     float: initial; 
  }
  .cookiebar>.content>.buttons
  {
    width: initial;
    margin-top: initial;
  }

}
/*////////////////////////////////////////*/