/** Styl jen pro prvky na hlavni strane
    20201010
    */
.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;
}



/** sticky banner*/
#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;
}





/** Credits  */
.credits img{
    border-radius: 5px;
    background: #FFFFFF;
}



/** animace hlavnich ikon*/
  .categorie-container{
      border: 1px solid red;

  }

  div.hibig{
      font-size: 20px;
      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;
  }

    #toolTipBox{
      position: absolute;
      top: 0px;
      left: 150px;
      background: #E0EEFF;
      padding: 10px;
      border: none;
      border-radius: 5px;
      box-shadow: 3px 2px 14px -1px #000000;
      margin-right: 25px;
    }
    #toolTipBox img{
        border: 1px solid #949494;
    }

    a.toolTipWnd{
        transition: all .2s ease-in-out;
        text-decoration: none;
    }
    a.toolTipWnd:hover{
        transform: scale(1.1);
    }


.oidInfoBubble{
    border:3px solid #808080;
    background: #FFFFFF;
    box-shadow: 0 0 24px 0 #808080;
    border-radius: 10px;
    width: 380px;
    height: 150px;
}

.oidInfoBubble:before {
    border-top: solid transparent 10px;
    border-bottom: solid transparent 10px;
    border-right: solid #808080 15px;
    left: -15px;
    box-shadow: 0 0 24px 0 #FFFFFF;
    content: " ";
    height: 0;
    top: 50%;
    margin-top: 5px;
    position: absolute;
    width: 0;
}


/**Megaubztko link na rok*/
.megaubytko{
  text-align: center;
  color: #1F1F1F;
}


    .mistoLoc{
                   margin: 0;
                    padding: 0;
                    list-style: none;
                }
                .mistoLoc li{
                    float: left;
                }


                .zapisnikAdd{
                    -webkit-transition: .4s;
                    transition: .4s;
                }

                .favSelected{
                    border: 2px solid red;
                }


                h1{
                    text-align: left;
                    margin: 0;
                    padding:0;


                    font-size: 2em;
                }
                .subtext{
                    color: #424242;

                }

                a .hi{
                    color: #2B2B2B;

                }

                /**Docasne nastaveni*/
                .hi-file-image, .hibig{
                    display: block;
                    font-size: 2.5em;
                    text-shadow: 0px 0px 7px #999999;
                }
                a .hibig{
                    color: #000000;
                }

                /** 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;
                }


 /**  galerie na hlavni strane
    */
 .thumbnail { transition: all .2s ease-in-out; }
 .thumbnail:hover { transform: scale(1.1); }


