.prague-loader-bar img {
    height: 135px;
}
.prague-loader .prague-loader-bar:after {
    background-color: #9D8D85;
}
.svg-pre {
    stroke: black;
    stroke-width: 0.5px;
    fill: transparent;
}
.goanimation {
    opacity: 0;
    transform: translateY(200px);
    transition-duration: 1s;

}
.goanimation-left {
    transform: translateX(200px);

}
.goanimation-right {
    transform: translateX(-200px);

}

.goanimation.animation {
    bottom: auto;
    transform: translateY(0);
    opacity: 1;

}
.counter-outer:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;

}
@media only screen and (max-width: 767px) {
    .prague-loader-bar img {
        height: 55px;
    }

}
.stickytop.stick{
    position: fixed;
    width: 100%;
    background-color: #ffffffbb;
    z-index: 2;
}
[data-url] {
    cursor: pointer;
}
.search .go {
    position: absolute;
    right: 45px;
    cursor: pointer;
}

.shightlight {
    background-color:var(--darktrans);
    font-weight: bold;
    font-size: inherit;
}

.materialscont {
    margin-bottom: 1rem;
}
.materialscont .swiper-wrapper{

}
.stones {
    padding: 0.5rem;
}
.stones .comment{
    position: absolute;
    top:0.5rem;
    left:0.5rem;
    width: calc(100% - 1rem);
    height: calc(100% - 1rem);
    background-color: #33333399;
    display: flex;
    align-items: end;
    justify-content: center;
    color: white;
    line-height: 100%;
    padding-bottom: 0.5rem;
    opacity: 0;
    transition-duration: 0.5s;

}
.stones .comment:hover {
    opacity: 1;
    transition-duration: 0.5s;
}
@media only screen and (max-width: 767px) {
    .stones .comment {
        opacity: 1;
        transition-duration: 0.5s;
        background-color: unset;
        text-shadow: 0 0 5px #000;
    }
}
.prague-services-wrapper.bw {
    filter: grayscale(1);
    display: flex;
    justify-content: center;
    align-items: center;
    transition-duration: 0.5s;
    background-position: 50% 50%;
}
.prague-services-wrapper.bw:hover {
    filter: unset;
    transition-duration: 0.5s;
}
.prague-services-wrapper.bw .overlay {
    background-color: rgba(0, 0, 0, 0.2);
    transition-duration: 0.5s;
}

.prague-services-wrapper .services-item-title {
    text-shadow: 0 0 5px black;
    color: white;
}

.prague_exhibition_grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.ordergroup {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ordergroup span {
    margin-right: 10px;
}