/** Sdruzene styly pro new web na bootstrap 4
    */





/** Hlavicka na vsech stranach */
.serverHeader{
    border-radius: 5px 5px 0 0;
}
.favModalOpen .hi-heart{
    color: #FFFFFF;
}








.zapisnikAdd{
    position: absolute;
    top: 10px;
    right: 20px;
}





/** Titulni mista*/
ul.mistoLoc{
    display: block;
}



/** Clanky */
.img-responsive{
    width: 100%;
    height: auto;
}


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


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

                .favSelected{
                    border: 2px solid red;
                }


                .subtext{
                    color: #424242;

                }

                a .hi{
                    color: #2B2B2B;

                }






/** Ukonceni stranky


.pageContentEnd{
    min-height: 10px;
    border-radius: 0 0 10px 10px;
    margin-bottom: 10px;
}

*/