.menu_dania table {
    width: 100%;
}
.menu_dania table td {
    padding-top: 0px;
    color: #000;
    font-weight: bold;
    font-family: 'Amatic SC', sans-serif;
    font-size: 24px;
    padding-bottom: 0px;
    line-height: 1;
}
.menu_dania table td em {
    padding-top: 0px;
    color: #000;
    font-weight: normal;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1;
    padding-bottom: 0px;
}
.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
.gallery h3 {
    width: 100%;
}
.sushi-section {
    height: auto;
    text-align: center;
    padding-bottom: 50px;
    background: url(/images/background-sushi.png) top center repeat;
    background-attachment: fixed !important;
}
.sushi-section h2 {
    padding-top: 50px;
    color: #eee;
    font-weight: bold;
    font-family: 'Amatic SC', sans-serif;
    font-size: 50px;
    padding-bottom: 20px;
}
.sushi-section .modal-dialog {
    margin: 0 auto;
    max-width: 1800px;
    width: 100%;
}
.sushi-section .modal-body {
    height: calc(100vh - 125px);
    overflow: auto;
}
@media (max-width: 767px) {
    .sushi-section .modal-body {
        padding: 0;
    }
}
.sushi-section .modal-footer {
    position: relative;
}
@keyframes bounce-down {
    0%, 20%, 50%, 80%, 100% {
        transform: translate(-50%, -50%);
    }
    40% {
        transform: translate(-50%, calc(-50% + 10px));
    }
    60% {
        transform: translate(-50%, calc(-50% + 5px));
    }
}
.sushi-section .modal-footer .button.down {
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 3rem;
    height: 3rem;
    background-size: 15px;
    pointer-events: none;
    animation: bounce-down 2s ease-in-out infinite;
}
.sushi-container {
    background: rgba(28, 30, 34, 0.9);
    width: 100%;
    height: 100%;
    padding-top: 10%;
    padding-bottom: 10%;
    border-radius: 8px;
    border-top: 2px #4a4f57 solid;
    border-bottom: 2px #4a4f57 solid;
}
.sushi-container .btn-info {
    margin: 10px 20px;
    background-color: #4a4f57;
    border-color: rgba(255, 255, 255, 0.4);
    padding: 16px 25px;
    font-size: 22px;
}
.show-on-desktop {
    display: none;
}
@media (min-width: 768px) {
    .show-on-desktop {
        display: block;
    }
}
.show-on-mobile {
    display: block;
}
@media (min-width: 768px) {
    .show-on-mobile {
        display: none;
    }
}
.show-on-desktop img,
.show-on-mobile img {
    display: block;
    background-color: #e2e2e2;
    background-image: linear-gradient(110deg, #e2e2e2 8%, #f5f5f5 18%, #e2e2e2 33%);
    background-size: 200% 100%;
    animation: image-loading-shimmer 1.5s linear infinite;
}
.show-on-desktop img {
    min-height: calc(100vh - 150px);
}
.show-on-mobile img {
    min-height: calc(100vh - 150px);
}
@keyframes image-loading-shimmer {
    to {
        background-position-x: -200%;
    }
}
.delivery {
    color: #fff;
    text-align: center;
    padding-top: 60px;
    font-size: 16px;
}
.hotpot-section {
    height: auto;
    text-align: center;
    padding-bottom: 50px;
    background: url(/images/hotpot/background-hotpot.jpg) top center repeat;
    background-attachment: fixed !important;
}
.hotpot-section h2 {
    padding-top: 50px;
    color: #eee;
    font-weight: bold;
    font-family: 'Amatic SC', sans-serif;
    font-size: 50px;
    padding-bottom: 20px;
}
.hotpot-section .modal-dialog {
    margin: 0 auto;
    max-width: 1800px;
    width: 100%;
}
.hotpot-section .modal-body {
    height: calc(100vh - 125px);
    overflow: auto;
}
@media (max-width: 767px) {
    .hotpot-section .modal-body {
        padding: 0;
    }
}
.hotpot-section .modal-footer {
    position: relative;
}
.hotpot-section .modal-footer .button.down {
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 3rem;
    height: 3rem;
    background-size: 15px;
    pointer-events: none;
    animation: bounce-down 2s ease-in-out infinite;
}
.hotpot-container {
    background: rgba(60, 15, 0, 0.92);
    width: 100%;
    height: 100%;
    padding-top: 10%;
    padding-bottom: 10%;
    border-radius: 8px;
    border-top: 2px #7a1e00 solid;
    border-bottom: 2px #7a1e00 solid;
}
.hotpot-container .btn-danger {
    margin: 10px 20px;
    background-color: #8b1a00;
    border-color: rgba(255, 200, 150, 0.4);
    padding: 16px 25px;
    font-size: 22px;
}
