  .sticky{
    border-top: 0px solid #004178;
    position: fixed;
    width: 100%;
    z-index: 100;
    margin-top: -40px;
  }
  .sticky .dark-red{
    display:none;  
  }
  .sticky .light-red .brand{
    width: 100px;
    height: 80px;
    display: block;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 0px;
    z-index: 1030;
  }
   .sticky .search-ico{
    display: none;
  }

  .cezHP {
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../../img/cez.jpg");
  position: absolute;
  width: 21%;
  height: 150px;
  margin: 12px 0px 0px 10px;
  }
  .trebicHP {
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../../img/Logo_trebic.jpg");
    position: absolute;
    width: 14.5%;
    height: 150px;
    margin: 12px 0px 0px 80%;
  }
@media (max-width: 1240px){
  .cezHP {
    width: 18%;
    margin: 20px 0px  0px 10px;
  }  
  .trebicHP {
    margin: 20px 0px  0px 80%;
  }
}
@media (max-width: 1123px){
  .cezHP, .trebicHP {
    display: none;
  }
}

.maincover {
    height:100%;
    width:100%;
    background: transparent;
    z-index:9999999;
    position:absolute;
    top:0;
}
.maincover2 {
    height:100%;
    width:100%;
    background: gray;
    opacity:0.8;
    z-index:9889999;
    position:absolute;
    top:0;
}
.obalcover {
    height:90%;
    width:80%;
    margin:auto;
    margin-top:40px;
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    position:relative;
}
.obalcover video {
   max-width: 100%;
   max-height:100%;
    margin-top:90px;
    width:66%;
    height:60vh;
}

.krizek {
  width:60px; 
  margin-top:0 !important;
  z-index: 9999999;
  height:60px !important;
  cursor:pointer;
  position: absolute;
  top:0;
}

@media (max-width: 550px){
   .obalcover video {
      width:100%;
      height:40vh;
}
}

table.nice.table.schedule td.logos img.logo{
    max-width: 52px !important;
}

header .light-red .nav-item .dropdown-menu{
z-index: 10000;
}