html { scroll-behavior: smooth; }
li a img {opacity: 0.7;}
li a img:hover {opacity: 1;}
.showPicture {cursor: pointer;}
#aktualni-zadosti-prev {cursor: pointer;}
#aktualni-zadosti-next {cursor: pointer;}
#splnene-zadosti-prev {cursor: pointer;}
#splnene-zadosti-next {cursor: pointer;}
.icon {
    display: inline-block;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    position: relative;
    top: 3px;
}
.gb { 
    background-image: url('../img/flags/16/GB.png');
}
.cz {
    background-image: url('../img/flags/16/CZ.png');
}
.fr {
    background-image: url('../img/flags/16/FR.png');
}            
.ru {
    background-image: url('../img/flags/16/RU.png');
}
.ua {
    background-image: url('../img/flags/16/UA.png');
}
.il {
    background-image: url('../img/flags/16/IL.png');
}
.us {
    background-image: url('../img/flags/16/US.png');
}
.sokolovo-logo-small {
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url('../img/Sokolovo_logo.png'); 
    background-size: contain;
    height: 0.8rem;
    width: 3.45rem;
}

