/** Styl jen pro prvky na hlavni strane
    20201010
    */

 /** nova mista on hover najede text
    */
 .nextNewPlaces{
     /*height: 250px;*/
     margin-bottom: 10px;
     padding: 0 0 10px 0;
 }

.slideContainer {
  position: relative;
  /*width: 50%;*/
  background-color: #ADBFCE;
}

.slideContainer .image {
  display: block;
  width: 100%;
  height: auto;
}

.slideContainer .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ADBFCE;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.slideContainer:hover .overlay {
  height: 100%;
}

.slideContainer .text {
  color: white;
  font-size: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}




/** Title skupina ikon
    */
/** Ikonky typu a skupin na hlavni strane*/
.main-category{
    font-size: 2rem;
    color: #262626;
}
.main-category A{
    text-decoration: none;
}
.main-category .hi{
    color: #262626;
}
/** animace hlavnich ikon*/
div.hibig{
        font-size: 2rem;
        color: #347AB8;
        transition:all 0.3s ease;
}
div.hibig:hover{
        -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
            transform: scale(1.2);
            color: #347AB8;
            border: none;
}

/*
.hi-file-image, .hibig{
    display: block;
    font-size: 1erm;
    text-shadow: 0px 0px 7px #999999;
}
a .hibig{
    color: #1C1C1C;
}

*/



/** Novinky pod nadpisem
    */
    .mistoLoc{
        list-style: none;
        color: #404040;
        font-size: 0.8em;
    }
    .mistoLoc li{
        margin-right: 5px;
    }
    .mistoLoc span{
        margin-right: 5px;
    }

    .kategorie{
      color: #949494;
      font-style: italic;
    }
    h4.titl{
      margin-bottom: 2px;
    }





.novamista-text h3{

}
.novamista-text a{
    color: #303030;
}
.novamista-text .popis{
    font-size: 110%;
    line-height: 110%;

}
 .nova_mista{
      background: #ADBFCE;
      padding: 5px 0 5px 0;
  }


/** CARD*/
.card-tite {
    font-size: 20px;
}


/** Ikonky typu a skupin na hlavni strane*/
.main-category{
    font-size: 2rem;
    color: #262626;
}
.main-category A{
    text-decoration: none;
}
.main-category .hi{
    color: #262626;
}


/** sticky banner pro reklamu
    */
#ssp-zone-123542{
    position: sticky;
    position: -webkit-sticky;
    top: 20px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    margin-top: 5px;
}
/** stejne vysoke sloupce
  */
.row.display-flex {
    display: flex;
    flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
}
