
html
{
    font-family: sans-serif;
    scroll-behavior: smooth;
}
body
{
    font-size: 18px  !important;
    line-height: 1.45;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    letter-spacing: 0.3px;
    box-sizing: border-box;
    letter-spacing: 0.3px;
    /* background-color: #89f8ff; */
    /* background: #ef753c; */
    /*background-image: url(bg.jpg);*/
    background-position: center;
    background-size: COVER;
    background-attachment: fixed;
    color: white;
    color: black;
    background: white;
}
section span {
    font-size: 18px !important;
}
div>p>span,
div>p>span strong
{
    font-size: 18px !important;
}
a,a:hover,a:focus
{
    color: #fff;
    color: black !important;
    text-decoration: none;
}
a,a:hover,a:focus
{
    color: black;
    text-decoration: none;
      word-break:break-all;
}
a
{
    transition: 0.2s all linear;
}
a:hover
{
    color: #ef753c !important;
}
h1,h2,h3,h4,h5
{
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    line-height: 1.15;
    margin: 0;
}
h1{font-size: 48.83px !important;}
h2{font-size: 39.06px !important;}
h3{font-size: 31.25px !important;font-weight: normal;}
h4{font-size: 25px !important;}
h5{font-size: 20px !important;}

p
{
  margin:0;
  line-height: 170%;
}
small
{
  font-size: 12.8px
}
.bold
{
  font-weight: bold;
}
.center
{
  text-align: center;
}
.hide
{
  display: none;
}
.underline
{
  text-decoration: underline;
}
p>a,
.underline2
{
  /* border-bottom: 1px solid #fff; */
  padding-bottom: 0;
}
.relative
{
  position: relative;
  overflow: hidden;
}
.center
{
  text-align: center;
}

.cont
{
  max-width: 1200px;
  margin: auto;
  overflow: visible;
  padding: 0 20px;
}
.cont_s
{
  max-width: 700px;
  margin: auto;
  overflow: hidden;
  padding: 0 20px;
}
h2.center {
    margin-bottom: 50px;
}
/* transition: all .3s ease-in-out;*/
textarea
{
  outline: none;
  font-size: initial;
  border-color: #000;
  font-family: unset;
  letter-spacing: 0.3px;
      font-family: 'Roboto', sans-serif;
}
button
{
    font-size: inherit;
    border: none;
    display: block;
    font: inherit;
    background: transparent;
}
.input
{
  display: block;
  position: relative;
  margin-bottom: 2rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.input input
{
border-radius: 2px;
padding: 0.5rem 0.5rem;
font-size: initial;
font-family: inherit;
font-weight: initial;
margin-top: 5px;
min-width: 300px;
}
.input span
{
display: block;
}

.checkbox {
  display: block;
  position: relative;
  padding-left: 3rem;
  margin-bottom: 2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 27px;
  transition: all 0.3s ease-in-out;
}
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 1px;
  width: 0;
}
.checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 28px;
  width: 28px;
  background-color: transparent;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 2px;
  box-sizing: border-box;
}
.checkbox:focus input ~ .checkmark,
.checkbox:hover input ~ .checkmark
{
  background-color: rgb(0, 0, 0, 0.5);
}
.checkbox:active input ~ .checkmark
{
  background-color: rgb(0, 0, 0, 0.7);
}
.checkbox input:checked ~ .checkmark {
  background-color: #000000;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox input:checked ~ .checkmark:after {
  display: block;
}
.checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*RADIO BUTTON */
.radio {
  display: block;
  position: relative;
  padding-left: 3rem;
  margin-right:;
  margin-bottom: 2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 27px;
  transition: all 0.3s ease-in-out;
}
.radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 1px;
  width: 0;
}
.radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  border: 2px solid #000;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.15s ease-in-out;
}

.radio:focus .checkmark,
.radio:hover .checkmark
{
  background-color: rgb(0, 0, 0, 1);
}
.radio:active .checkmark:after
{
  background-color: rgb(0, 0, 0, 1);
}
.radio input:checked ~ .checkmark {
  background-color: #000000;
}
.radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.radio input:checked ~ .checkmark:after {
  display: block;
}

.radio .checkmark:after {
  top: 8px;
  left: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
.input textarea
{
    border-radius: 2px;
    padding: 0.5rem 0.5rem;
    font-size: initial;
    font-family: inherit;
    font-weight: initial;
    min-width: 300px;
    margin-top: 5px;
    min-height: 80px;
    overflow: hidden;
}
/*GRID*/
.l1,.l2,.l3,.l4,.l5,.l6,.l7,.l8,.l9,.l10,.l11,.l12,
.m1,.m2,.m3,.m4,.m5,.m6,.m7,.m8,.m9,.m10,.m11,.m12,
.s1,.s2,.s3,.s4,.s5,.s6,.s7,.s8,.s9,.s10,.s11,.s12
{
  float: left;
  overflow: hidden;
}

.l1{width: calc(1*100%/12);}
.l2{width: calc(2*100%/12);}
.l3{width: calc(3*100%/12);}
.l4{width: calc(4*100%/12);}
.l5{width: calc(5*100%/12);}
.l6{width: calc(6*100%/12);}
.l7{width: calc(7*100%/12);}
.l8{width: calc(8*100%/12);}
.l9{width: calc(9*100%/12);}
.l10{width: calc(10*100%/12);}
.l11{width: calc(11*100%/12);}
.l12{width: calc(12*100%/12);}
.mobile{display:none;}
.ipad{display:none;}
.not_pc{display:none;}
/*360 1920 375 320 768 864 900 1200 800 1050*/
/*320 360 375 - 768 864 900 1050 -  1200 1920 - 3840*/
@media only screen and (max-width: 1000px)
{
  .l1,.l2,.l3,.l4,.l5,.l6,.l7,.l8,.l9,.l10,.l11,.l12
  {
    width: initial;
  }
  .m1{width: calc(1*100%/12);}
  .m2{width: calc(2*100%/12);}
  .m3{width: calc(3*100%/12);}
  .m4{width: calc(4*100%/12);}
  .m5{width: calc(5*100%/12);}
  .m6{width: calc(6*100%/12);}
  .m7{width: calc(7*100%/12);}
  .m8{width: calc(8*100%/12);}
  .m9{width: calc(9*100%/12);}
  .m10{width: calc(10*100%/12);}
  .m11{width: calc(11*100%/12);}
  .m12{width: calc(12*100%/12);}
  .ipad{display: block;}
  .not_ipad{display: none;}
}

@media only screen and (max-width: 700px)
{
  .m1,.m2,.m3,.m4,.m5,.m6,.m7,.m8,.m9,.m10,.m11,.m12
  {
    width: initial;
  }
  .s1{width: calc(1*100%/12);}
  .s2{width: calc(2*100%/12);}
  .s3{width: calc(3*100%/12);}
  .s4{width: calc(4*100%/12);}
  .s5{width: calc(5*100%/12);}
  .s6{width: calc(6*100%/12);}
  .s7{width: calc(7*100%/12);}
  .s8{width: calc(8*100%/12);}
  .s9{width: calc(9*100%/12);}
  .s10{width: calc(10*100%/12);}
  .s11{width: calc(11*100%/12);}
  .s12{width: calc(12*100%/12);}
  .mobile{display:block;}
  .not_mobile{display:none;}
}
/**/

/*@media only screen and (min-width: 2000px)*/


header{
    /* background-image: url(bg2.jpg); */
    background-position: center;
    background-size: contain;
    overflow: hidden;
    background-color: black;
    position: relative;
    background-color: white;
    color: black;
    position: sticky;
    top: 0;
    z-index: 11;
}
header>.fb{position: absolute;right: 20px;top: calc(50% - 18px);}
header>.fb>img{/* filter: invert(1); */width: 36px;display: block;}
header>.fb:hover>img{}
header>.claim>img{width: 100%;}
header>.claim{position: absolute;left: 0;color: white;color: black;display: block;font-size: 20px;text-transform: uppercase;/* font-weight: bold; */box-sizing: border-box;top: 0;padding: 10px 20px;}
header>.menu{
  width: 542px;
  width: 1100px;
  margin: auto;
  text-align: center;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
header>.menu>a
{
  color: white;
  color: black;
  padding: 10px 20px;
  display: block;
  float: left;
  font-size: 25px;
  font-size: 20px;
  text-transform: uppercase;
  /* font-weight: bold; */
  /* width: 20%; */
  box-sizing: border-box;
  /* letter-spacing: 1px; */
  /* color: black; */
  transition: .2s all ease-in-out;
  font-size: 20px;
}
a:hover,
header>.menu>a:hover
{
    color: #ef753c;
}
section{
  position: relative;
  min-height: 70vh;
  padding: 50px 0;
  box-sizing: border-box;
}
.main{

}
section.white
{
  background-color: #ffffff7a;
}
section.black
{
  background-color: black;
  color: white !important;
}
section.black a
{
     color: #fff !important;
}
.btn{
    padding: 10px 15px;
    border-radius: 20px;
}
.main>.btn{display: none;}
.main>.claim{
 /* position: absolute; */
 /* left: calc(50% - 15vw); */
 /* top: calc(50% - 15vh); */
 /* width: 30vw; */
 /* height: 30vh; */
 background-repeat: no-repeat;
 background-position: bottom;
 left: 0;
 right: 0px;
 top: 0;
 bottom: 0;
 background-size: cover;
 background-position: center;
 background-color: black;
 background-size: contain;
 background-size: cover;
 aspect-ratio: 1920 / 900;
}

.claim video {
    object-fit: contain;
    width: 100%;
    height: 100%;
    margin: auto;
    display: block;
    object-position: top;
}
.claim video.cover {
    aspect-ratio: 16/9;
    object-fit: cover;
    height: initial;
}

.main>.claim>iframe
{
   width: 100vw;
   height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
   min-height: 100vh;
   min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}
.main>iframe {
    position: absolute;
    /* left: calc(50% - 15vw); */
    /* top: calc(50% - 15vh); */
    /* width: 30vw; */
    /* height: 30vh; */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
    height: 100%;
    width: 100%;
}
footer
{
  background-color: black;
  overflow: hidden;
  position: relative;
  padding-top: 50px;
}
footer>.partneri
{
  max-width: 300px;
  margin: 50px auto;
  display: block;
}

.img1{max-width: 100%;max-height: 100%;display: block;margin: auto;position: absolute;color: white;z-index: 1;width: 100%;transform: translate(-50%, -50%);left: 50%;top: 50%;}

section.yellow
{
  /* background: #fdff92; */
  color: black;
}
.yellow a
{
    color: black !important;
}

.image_helper {
    width: 300px;
    height: 300px;
    margin: 50px auto;
    /* background-color: #89f8ff; */
    /* background: #fdff92; */
    border-radius: 50%;
    position: relative;
}
.zapojena_kina{
}
.zapojena_kina>.mapa{
  background-position: center;
  background-image: url(../DATA/mapa.png);
  background-size: contain;
  height: 400px;
  background-repeat: no-repeat;
  position: relative;
}
.bars {
    overflow: hidden;
}

.bars>.bar {
    float: left;
    display: block;
    padding: 10px 15px;
    color: white;
    background-color: black;
    border-radius: 20px;
    cursor: pointer;
    margin: 0 5px 10px;
    transition: all .3s ease-in-out;
}
.mapa>div{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: black;
    /* background-color: yellow; */
    cursor: pointer;
    position: absolute;
}
.mapa>.brno{
    left: 63%;
    top: 67%;
}
.mapa>.prostejov{
    left: 68%;
    top: 56%;
}

.mapa>.chomutov{
    left: 19%;
    top: 25%;
}
.mapa>.jihlava{
    left: 47%;
    top: 56%;
}
.mapa>.olomouc{
     left: 69%;
     top: 51%;
}
.mapa>.zabreh{
    left: 66%;
    top: 41%;
}
.mapa>.netolice{
    left: 28%;
    top: 72%;
}
.mapa>.uherske-hradiste
{
    left: 74%;
    top: 68%;
}

.mapa>.hradec-kralove{
    left: 55%;
    top: 33%;
}
.mapa>.napajedla{
    left: 74%;
    top: 62%;
}
.mapa>.praha-7{
    left: 32%;
    top: 35%;
}
.mapa>.praha-7-aeroskola-letna{
    left: 32%;
    top: 39%;
}
.mapa>.praha-3{
    left: 35%;
    top: 36%;
}
.mapa>.praha-5{
    left: 33%;
    top: 39%;
}
.mapa>.praha-3-aeroskola-zizkov{
    left: 34%;
    top: 39%;
}
.mapa>.hodonin {
    bottom: 15%;
    right: 30%;
}
.mapa>.trinec  {
    bottom: 46%;
    right: 10%;
}
.mapa>.vyskov 
{
    bottom: 31%;
    right: 31%;
}
.mapa>.cesky-brod 
{
    bottom: 58%;
    right: 57%;
}
.mapa>.ceske-budejovice {
    left: 33%;
    top: 73%;
}
.bars>.bar.active,
.mapa>div.active
{
  background-color: #ef753c;
  /* background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(225,74,33,1) 63%); */
  color: white !important;
}
.bars>.bar:hover,
.mapa>div:hover
{
  /* background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(225,74,33,1) 63%); */
  /* background-color: white; */
  /* color: black; */
  background: #ef753c;
}
.zapojena_kina>.info>.header {

padding-right: 110px;
}
.zapojena_kina>.info>.header>.web {
    position: absolute;
    right: 25px;
    top: 20px;
    border: 1px solid;
    border-radius: 20px;
    padding: 10px 15px;
    transition: all .3s ease-in-out;
    background-color: #ef753c;
}
.zapojena_kina>.info>.header>.web:hover
{
  background-color: white;
  color: black;
}
.zapojena_kina>.info {
    background-color: #f9ebdb;
    background-color: black;
    padding: 20px  25px;
    border-radius: 20px;
    border: 1px solid black;
    color: white;
    position: relative;
    display: none;
}
.footer_box{
  text-align: center;
  margin-bottom: 25px;
}
.imgv2{
  position: absolute;
  right: 20px;
  top: 0;
  width: 200px;
  height: 200px;
  border-radius: 50%;
}
#info_praha{display: block;}

.btns{
    display: flex;
    margin: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}
.btns .btn{
    padding: 10px 15px;
    border-radius: 10px;
    background-color: black;
    color: white !important;
}

.formular{}
.formular>textarea{
    width: 100%;
    box-sizing: border-box;
    min-height: 150px;
    border-radius: 2px;
    resize: vertical;
    padding: 20px 25px;
}
.formular>input{
    padding: 20px 25px;
    border: 1px solid;
    font-family: unset;
    font-size: 16px;
    width: 50%;
    float: left;
    box-sizing: border-box;
    font-family: inherit;
    font-family: 'Roboto', sans-serif;
}
.formular>button:hover{background-color: white;color: black}
.formular>button{
    background: black;
    color: white;
    padding: 17px 25px;
    box-sizing: border-box;
    float: right;
    border-radius: 20px;
    cursor: 
pointer;
    transition: .3s linear;
}
.black_text,
.black_text a
{
  color: black;
}

img.hamburger
{
  display: none;
  position: absolute;
  right: 25px;
  top: calc(50% - 15px);
  width: 30px;
  cursor: pointer;
  filter: invert(1);
}
.full_screen_fix{
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-color: black;
  background-color: white;
  display: none;
}
.full_screen {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 85%);
    z-index: 10;
}

.full_screen>.box>.ok
{border: 1px solid;display: inline;padding: 10px 20px;position: absolute;right: 20px;bottom: 20px;z-index: 20;color: black;}
.full_screen>.box {
width: 300px;
height: 200px;
position: fixed;
left: calc(50% - 150px);
top: calc(50% - 100px);
background: white;
color: black;
padding: 20px 25px;
box-sizing: border-box;
border-radius: 2px;
}
 header>.menu>a.fb
    {
      filter:invert(1);
      width: 50px;
      box-sizing: border-box;
      padding: 20px 0;
      margin: auto;
      display: none;
      float: initial;
    }
    header>.menu>a.fb>img{width:100%}



.program{}
.program>.datum{
    font-size: 25px;
    color: black;
    background: white;
    padding: 20px;
    border-bottom: 5px solid;
    border-top: 5px solid;
    text-align: center;
}
.program>.line{
    background-color: white;
    color: black;
    padding: 10px 10px;
    border-bottom: 1px solid;
}
.program>.line>.header{overflow: hidden;/* font-size: 25px; */}
.program>.line>.header>.cas{
    width: 15%;
    float: left;
    padding: 10px 10px;
    box-sizing: border-box;
}
.program>.line>.header>.more_button{float: right;text-align: right;border: 1px solid black;border-radius: 20px;cursor: pointer;padding: 10px 20px;}
.program>.line>.header>.more_button>img{
    transform: rotate(-90deg);
    width: 20px;
    margin: 0px -5px -3px 0;
    transition: 0.3s linear;
}
.program>.line>.header>.name{float: left;width: calc(85% - 113px);padding: 10px 0;}
.program>.line>.more>.image{
    width: 100%;
}
.program>.line>.more>.image>img{width: 100%}
.full_info>.content>.text p,
.full_info>.content>.text span,
.program>.line>.more>.text p,
.program>.line>.more>.text span,
.program>.line>.more>.text
{
  font-size: 18px !important;
}
.program>.line>.more>.text a
{
  color: black;
  text-decoration: underline;
}
.program>.line>.more>.cena{
    margin-top: 1rem;
    
}
.program>.line>.more>.trailer{
    margin-top: 1rem;
    display: block;
    color: black;
}
.program>.line>.more{display: none;margin-top: 10px;font-size: 16px;overflow: hidden;}

.program>.line>.header>.more_button.open>img{transform: rotate(+90deg);}


.filmy{
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.filmy>.film{width: 20%;float: left;padding: 20px;box-sizing: border-box;cursor: pointer;min-height: 320px;}
.filmy>.film>img{width: 100%;}
.filmy>.film>.name{width: 100%;}

.gallery
{
    min-height: 400px;
    height: 45vw;
    max-height: 800px;
    position: relative;
}
.gallery > .nav_right,
.gallery > .nav_left
{
    right: 5%;
    bottom: 5%;
    height: 40px;
    width: 60px;
    position: absolute;
    border: 1px solid black;
    z-index: 1;
    background-color: white;
    cursor: pointer;
    border-radius: 20px;
}
.gallery > .nav_left
{
    right: initial;
    left: 5%;
}
.gallery > .gallery_image
{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.gallery > .gallery_image.active
{
    display: block;
}
.gallery>.bullets>.bullet {
  margin: 10px;
  width: 10px;
  height: 10px;
  border: 1px solid black;
  box-sizing:border-box;
  background-color: black;
  z-index: 1;
}
.gallery>.bullets {
    position: absolute;
    z-index: 100;
    left: 20%;
    right: 20%;
    bottom: calc(5% + 6px);
    display: flex;
    justify-content: center;
    z-index: 1;
}
.gallery>.bullets>.bullet.active
{
  background-color: white;
}
.gallery > .nav_right {
    background-image: url(../IMG/sipka3.png);
    background-size: 20PX;
    background-position: center;
    background-repeat: no-repeat;
}
.gallery > .nav_left {
    background-image: url(../IMG/sipka4.png);
    background-size: 20PX;
    background-position: center;
    background-repeat: no-repeat;
}
.gallery_image.i0 {
    background-image: url(../DATA/GALLERY/HD/0.jpg);
}

.full_info {
    position: fixed;
    z-index: 10;
    width: 600px;
    min-height: 50vh;
    background-color: white;
    left: calc(50% - 300px);
    top: 60px;
    /* bottom: 0;*/
    background-color: black;
    background-color: white;
    padding: 25px;
    box-sizing: border-box;
    /* border: 1px solid; */
    border-radius: 20px;
    /* overflow: scroll;*/
}

.fullscreen {background-color: #000000a6;z-index: 2;position: fixed;left: 0;right: 0;top: 0;bottom: 0;cursor: pointer;}

.full_info>.content
{
  position: relative;
}

.full_info>.content>img.exit
{
  border-radius: 50px;
  border: 1px solid #fff;
  position: absolute;
  left: 20px;
  top: 20px;
  padding: 10px;
  margin: -10px;
  box-sizing: border-box;
  cursor: pointer;
}
.full_info>.content>.image {
    width: 100%;
    max-width: 600px;
    margin: auto;
    display: block;
    margin-bottom: 25px;
}

.full_info>.content>.name {
    font-size: 39.06px;
    margin-bottom: 25px;
    line-height: 100%;
   /* text-transform: uppercase;*/
}
.full_info>.content>.trailer
{
    margin-bottom:25px;
    display: block;
    border-radius: 20px;
    border:1px solid white;
    padding: 10px 15px;
    display: inline-block;
}
.full_info>.content>.text
{
    margin-bottom:25px;
}
.full_info>.content>.casy
{
    color:black;
    font-size: 20px;
}
.casy>.cas>.datum {
    float: left;
    width: 33%;
}
.casy>.cas>.cas {
    float: left;
    width: 33%;
}
.casy>.cas>.cena {
    float: left;
    width: 33%;
}
.casy>.cas>a.cena
{
  color: black;
}
.casy>.cas {
    overflow:hidden;
    padding: 10px;
    box-sizing: border-box;
    background-color: white;
    margin-bottom: 5px;
}
a.play {
    color: black;
    border: 1px solid black;
    padding: 10px;
    border-radius: 20px;
    float: right;
    transition: .2s linear;
}
a.play:hover {
  background-color: black;
  color: white;
}
.more>div>a.trailer {
    color: black;
    border: 1px solid black;
    padding: 10px;
    border-radius: 20px;
    float: left;
    transition: .2s linear;
}
.more>div>a.trailer:hover {
  background-color: black;
  color: white;
}
.full_info.full
{
  bottom: 0;
  top: 100px;
  overflow-y: scroll;
}
.loga{
    overflow: hidden;
    margin-bottom: 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    /* width: 1000px; */
    margin: auto;
    flex-wrap: wrap;
    max-width: 100%;
}
.loga>.logo{
    height: 200px;
    width: 200px;
    display: block;
    box-sizing: border-box;
    position: relative;
}
.loga>.logo>img{
    max-width: 100px;
    max-height: 100%;
    /* min-width: 150px; */
    width: calc(100% - 20px);
    /* max-width: 120px; */
    /* display: block; */
    /* max-width: 100px; */
    /* margin: auto; */
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    position: absolute;
}
.loga>.logo.i>img
{
    filter: invert(1);
}

.kontakt span,
.kontakt span a,
.kontakt span strong
{
    background-color: transparent !important;
    color: white !important;
}


#eapps-instagram-feed-1 .box{
  background-color: #fff;
  bottom: 0;
  position: absolute;
  width: 100%;
  left: 0;
  height: 50px;
  z-index: 100000;
  right: 0;
}

@media only screen and (min-width: 2000px)
{
  body
  {
    /*background-image: url(4k.jpg);*/
  }
}

@media only screen and (max-width: 1333px)
{
  header>.claim{
    position: initial;
    padding: 10px 20px;
    float: left;
  }
  header>.menu
    {
      margin: initial;
      /* max-width: initial; */
  }
}


@media only screen and (max-width: 1200px)
{
  header>.menu>a.fb
  {
    display: block;
    filter: invert(0);
  }
    header>.menu
    {
      display: none;
      max-width: 300px;
      margin: auto;
      /* display: block; */
      z-index: 20;
      position: fixed;
      left: 0;
      right: 0;
      top: 10vh;
    }
    header>.menu>a
    {
      display: block;
      overflow: hidden;
      width:100%;
    }
   
    header>.fb
    {
      display: none;
    }
    img.hamburger
    {
      display: block;
    }
    .image_helper
    {
      width: 150px;
      height: 150px;
      padding: 30px;
      box-sizing: border-box;
    }
    section.main{min-height: 500px;}
    .filmy>.film{width: 50%;}
}
@media only screen and (max-width: 1000px)
{
  .kontakt .l6
  {
    width: 100%;
  }
  .main>.claim{
    /*background-image: url(../DATA/logo3_m.png);*/
  }
  body {
    /*background-image: url(https://www.maleoci.cz/CSS/bg_m.png);*/
  }
  section.main
  {
    min-height: 300px;
    aspect-ratio: 16/9;
    width: 100%;
    min-height: initial;
  }
  .claim video {
      width: 100%;
      /* object-fit: contain; */
  }


}
@media only screen and (max-width: 650px)
{
  .full_info
  {
    left: 0;
    right: 0;
    bottom: 0;
    top:0;
    width: 100%;
    overflow: scroll;
  }
  .full_info>.content>.name
  {
    font-size: 20px;
  }

}
@media only screen and (max-width: 600px)
{
  .filmy>.film{width: 100%}
  .zapojena_kina>.mapa
  {
    display: none;
  }
  .image_helper.imgv2
  {
    display: none;
  }
  .gallery > .gallery_image {
      background-size: contain;
  }
  .gallery>.bullets>.bullet
  {
    display: none;
  }
  .program>.line>.header>.name {
      width: 100%;
      padding: 0 12px;
      box-sizing: border-box;
  }
}
@media only screen and (max-width: 400px)
{
  header>.claim
  {
    font-size: 19px
  }
}

@media only screen and (max-height: 900px)
{
  .full_info
  {
    bottom: 0;
    top: 90px;
    overflow: scroll;
  }

}
/********************************************************************************************************/
#cookiebar
    {
      background-color: white;
      position: fixed;
      left: 0;
      right: 0;
      z-index: 1000;
      padding: 25px;
      box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
      min-height: 0;
      bottom: -300px;
      transition: 0.2s all linear;
      letter-spacing:initial;
      line-height: 120%;
    }
    #cookiebar.active
    {
      bottom: 0;
    }
    #cookiebar>.content
    {
        overflow: hidden;
    }
    #cookiebar>.content>.box
    {
        float: left;
        width: calc(100% - 300px);
        margin-right: 30px;
    }
    #cookiebar>.content>.box>.header
    {
      width: initial;
      margin: initial;
      font-weight: medium;
      font-size: 1.2rem;
      margin-bottom: 1rem;
      padding: initial;
      text-align: initial;
    }
    #cookiebar>.content>.box>.text{}
    #cookiebar>.content>.box>.text>a{color: black;text-decoration: underline;}
    #cookiebar>.content>.buttons
    {
        float: left;
        width: 270px;
    }
    #cookiebar>.content>.buttons .button
    {
        margin: 0 5px;
        padding: 1rem 1.5rem;
        background-color: red;
        border-radius: 2px;
        border: none;
        color: white;
        box-shadow: 0px 0px 9px 0 #e4212766;
        cursor: pointer;
        font-size: 16px;
        box-sizing: border-box;
        display: block;
        text-align: center;
        min-width: 100px;
        float: left;
    }
    @media only screen and (max-width: 1000px)
    {
      #cookiebar>.content>.box
      {
          float: left;
          width: calc(100%);
      }
      #cookiebar>.content>.box>.text {
          margin-bottom: 1rem;
      }
      #cookiebar>.content>.buttons
      {
        margin: auto;
        float: initial;
      }
      #cookiebar>.content>.buttons
      {
        widows: initial;
        margin-top: initial;
      }

    }