
.page-user__nav a.ico-dotaznik {
    background: #fff url('./images/ico-questionnaire.png') left 10px center no-repeat;
    background-size: 31px;
    padding-left: 50px;
}
.page-user__nav a.active.ico-dotaznik, .page-user__nav a:hover.ico-dotaznik {
    background: #c49939 url('./images/ico-questionnaire-gold.png') left 10px center no-repeat;
    background-size: 31px;
}

hr.gold{
    background: #c49939;
}
table.uroky tr td{
    vertical-align: middle;
    text-align: center;
}
table.uroky tr td,table.uroky tr th{
    vertical-align: middle;
    text-align: center;
}
table.uroky tr td p,table.uroky tr th p{
    margin:0px;
    padding:0px;
}



.gallery-demo .gallery-item:last-of-type {
    overflow: hidden;
    position: relative;
}
.gallery-demo .gallery-item:last-of-type a {
    display: block;
}
.gallery-demo .gallery-item:last-of-type a img {
    transform: scale(1.1);
    filter:blur(3px);
    /*opacity: 0.5;*/
}

.gallery-demo .gallery-item:last-of-type a span {
    /*content: attr(data-title);*/

    text-align: center;
    font-weight: bold;
    color: white;
    padding: 6px 22px;
    position: absolute;
    font-size: 110%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /*color: #c49939;*/
}


.text-disabled .gold,.text-disabled .zone-table__value,.page .text-disabled, .page__content .text-disabled strong,.text-disabled{
    color: #dadada !important;
}
