﻿
.tool-tip {
    position:relative;
}

.tool-tip:hover .tool-tip-text {
    visibility: visible;
}

.tool-tip .tool-tip-text {
    visibility: visible;
    text-align: center;
    position: absolute;
    z-index: 2000 !important;
    -webkit-box-shadow: 0px 0px 5px -3px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 0px 5px -3px rgba(0,0,0,0.55);
    box-shadow: 0px 0px 5px -3px rgba(0,0,0,0.55);
    padding: 0.5rem 1rem !important;
    background-color:#02bcdb;
    color:white;
    border:1px solid #00a5c1;
}

.tool-tip-bottom > .tool-tip-text {
    top: calc(100% + 3px);
}

.tool-tip .tool-tip-text::after {
    content: " ";
    position: absolute;
    border-style: solid;
    top: calc(-100% - 10px) !important;
    bottom: 100% !important;
    left: calc(50% - 10px);
    border-right: 10px solid transparent !important;
    border-left: 10px solid transparent !important;
    border-bottom: 10px solid !important;
}

.tool-tip-bottom > .tool-tip-text::after {
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
    border-bottom-color: #02bcdb !important;
}

.tool-tip .tool-tip-text::before {
    content: " ";
    position: absolute;
    border-style: solid;
    top: calc(-100% - 12px) !important;
    bottom: 100% !important;
    left: calc(50% - 12px);
    border-right: 12px solid transparent !important;
    border-left: 12px solid transparent !important;
    border-bottom: 12px solid !important;
}

.tool-tip-bottom > .tool-tip-text::before {
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
    border-bottom-color: #00a5c1 !important;
}

#website-popup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    background: rgba(0, 0, 0, 0.85);
    z-index: 20000;
}

.hidden-button {
    display:none !important;
}

#website-popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 21000;
    max-width: 600px;
    max-height: 600px;
}

#website-popup-close {
    cursor: pointer;
    text-align: center;
    width: 30px;
    height: 30px;
    background: white;
    position: absolute;
    font-size: 17px;
    line-height: 31px;
    right: -12px;
    top: -12px;
}

.reservation-loader {
    letter-spacing: 0.1rem;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    /* min-height: 100%; */
    position: absolute;
    top: 1rem;
    bottom: 0;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: rgba(255,255,255,0.9);
    z-index: 10000000;
    left: 0;
}

    .reservation-loader img {
        height: 60px;
        width: 60px;
    }

    .reservation-loader * {
        font-family: TitilliumWeb !important;
    }

.photo-container, .layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

.photo-container img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.content-container .shared-logo {
    min-width: unset;
    height: 60px;
    margin: auto;
}

.photo-container .layer {
    background-color: rgba(0,0,0,0.3);
}

.slowacki-btn {
    position: relative;
    padding: 12px 32px 12px;
    border: 1px solid #00a5c1;
    border-radius: 1px;
    background-color: #00a5c1;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    transition: background-color .2s,border-color .2s,opacity .2s;
}

.content-container *:not(a) {
    min-width: 100%;
    text-align: center;
    color: white;
    position: relative;
    z-index: 99;
    
}

.content-container * {
    display: block;
    color: white;
    margin-top: 1rem;
    font-family: QuestaGrande;
}

.content-container a:hover {
    color:white !important;
}

.content-c-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    height: 100vh;
    align-items: center;
    justify-content: center;
}

.content-container .shared-title {
    font-size:31px;
}

.content-container .shared-subtitle {
    font-size: 17px;
}

.site-title {
    pointer-events: auto;
    color: #fff;
    font-family: QuestaGrande;
    font-size: 40px;
    letter-spacing: .03033em;
    line-height: 1.1;
    text-shadow: 1px 1px 3px rgb(0 0 0 / 50%);
    position:absolute;
    min-width:100%;
    text-align:center;
    top:80px;
    z-index:99;
}

.packet-features img.icon {
    max-height:24px;
    max-width:24px;
}

.packet-features > div:not(:first-child) {
    margin-left:0.5rem;
}

.translation:not(.not-inline) p {
    display:inline-block !important;
    margin:0 !important;
    color: inherit !important;
}

.navbar-menu-link img {
    height: 24px;
    margin-top: -6px;
    margin-right: 3px;
}

.r-menu-header {
    min-height: 170px;
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.menu-quantity {
    letter-spacing: 0.5px;
    font-size: 14px;
}

.r-menu-items {
    padding: 40px 50px 70px;
    border: 1px solid #e1e1e1;
    border-top-width: 0;
}

.r-menu-category {
    font-family: 'QuestaGrande' !important;
    font-size: 28px;
    font-weight: 300;
    letter-spacing: .02em;
    line-height: 1.14;
    color: #000;
    display: block;
}

    .r-menu-category:not(:first-child) {
        padding-top: 25px;
    }

.r-menu-header span {
    font-family: 'QuestaGrande' !important;
    font-size: 40px;
    color: #FFF;
    z-index: 99;
}

.dish-name {
    margin-right: 14px;
    color: #000;
    font-family: 'QuestaGrande' !important;
    font-size: 21px;
    font-weight: 300;
    letter-spacing: .06em;
    line-height: 1.19;
}

.r-menu-item:not(:first-child) {
    padding-top: 25px;
}

.r-menu:not(:first-child) {
    margin-top: 25px;
}

.r-menu-item > div {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.dish-line {
    flex-grow: 1;
    height: 1px;
    margin-right: 9px;
    margin-bottom: 7px;
    background-color: #e1e1e1;
}

.dish-price {
    margin-left: auto;
    color: #00a5c1;
    font-size: 26px;
    font-family: 'QuestaGrande' !important;
    font-weight: 200;
    letter-spacing: 0;
}

    .dish-price .currency {
        font-size: 16px;
    }

.dish-ingrediens {
    padding-right: 80px;
    font-size: 14px;
    line-height: 1.79;
    font-style: italic;
    margin-top: 18px;
}

.r-menu-header:before {
    top: 0;
    background: rgba(0,0,0, 0.4);
    content: " ";
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    position: absolute;
}

.menu-shortcut {
    border: solid 1px rgba(225,225,225,.89)
}

.menu-position {
    cursor: pointer;
    text-decoration: none !important;
}

    .menu-position > div:hover {
        background-color: #f6f6f6;
    }

.menu-position-name-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 2rem;
}

    .menu-position-name-wrapper > span {
        color: #000;
        font-size: 13px;
        font-weight: 200;
        letter-spacing: .06em;
        text-align: left;
        text-transform: uppercase;
    }

.menu-position > div {
    display: flex;
    -webkit-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
}

.hotel-tabs .nav-tabs .nav-link, .hotel-tabs .nav-tabs .nav-item .nav-link {
    border-bottom: 0px solid #00a5c1 !important;
    border-radius:3px;
    padding:0.5rem 1.5rem !important;
    background-color: #c2c2c2 !important;
    margin-right:0.5rem;
}

.hotel-tabs .nav-tabs .nav-link.active, .hotel-tabs .nav-tabs .nav-item.show .nav-link {
    border-bottom: 0px solid #00a5c1 !important;
    background-color: #00a5c1 !important;
    color:white !important;
}
/*SPA*/

.r-menu-items.spa {
    padding:0px;
}

.r-menu-item.spa {   
    padding:10px 20px !important;
}

.r-menu-item.spa:not(:last-child) {
    border-bottom: 1px solid #e1e1e1;
}

.group-btn {
    padding: 0.5rem 1rem;
    cursor: pointer;
    border-radius: 5px;
    font-size: 14px;
    background-color: #00a5c1;
    border: 1px solid #00a5c1;
    color: #FFF;
}

button.group-btn:hover, a.c-btn.group-btn:hover {
    opacity: 0.9;
}

.menu-shortcut.spa {
    margin-left:0 !important;
}

#services-menu .r-menu-header.accordion.active > span:before {
    content: "\f106";
}

#services-menu .r-menu-header.accordion > span{
    display:block;
    width:100%;
    text-align:left;
    user-select:none;
}

#services-menu .r-menu-header.accordion > span:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f107";
    font-size: 40px;
    line-height: 1;
    color: #fff;
    padding-right: 10px;
}

#services-menu .r-menu-header {
    min-height: 270px;
    padding:1rem;
}

#services-menu .r-menu-header + .panel, #services-menu .r-menu-item.spa .accordion + .panel {
    padding-bottom: 0px !important;
}

#services-menu .r-menu-item.spa {
    padding:0 !important;
}

#services-menu .r-menu-item.spa > div.d-flex {
    padding: 10px 20px !important;
}

#services-menu .r-menu-item.spa .accordion + .panel {
/*    padding: 10px 20px !important;*/
    background-color: #f6f6f6;
}

.service-detail {
    min-width: 80px;
}

/* fading slider */
.fading .gjs-lory-slide {
    opacity: 0;
    transition: 1s opacity;
    background-size:cover;
    background-position:center;
}

.fading .gjs-lory-slide.active {
    opacity: 1;
}

.fading .gjs-lory-prev, .fading .gjs-lory-next {
    display:none !important;
}

.fading, .fading * {
    height:100% !important;
    width:100% !important;
}

.reserve-row-subcontainer .fading {
    position:absolute !important;
    left:0;
    top:0;
}

.fading .gjs-lory-slide img {
    display: none !important;
}

.fading .gjs-lory-frame {
    white-space: normal !important;
}

.fading .gjs-lory-slide:not(.active) {
    position: absolute !important;
    height: 100%;
}