﻿html, body {
    padding: 0;
    margin: 0;
    font-family: 'MuseoSans300';
    color: #005680;
    font-size: 16px;
    line-height: 1.4em;
    height: 100%;
    /*overflow-x: hidden;*/
}

body {
    overflow-x: hidden;
    min-height: 100%;
    position: relative;
}

    body.nav-expanded {
        /*overflow: hidden;*/
    }

.content {
    flex: 1;
}

.content-wrapper {
    padding: 6vw 4%;
    border-top: 1px solid #bed62f;
}

    .content-wrapper .width-wrapper {
        max-width: 1400px;
        margin: 0;
    }

.regular-page .content {
    padding-top: 70px;
}

.small-device {
    display: initial;
}

.large-device {
    display: none !important;
}

.regular {
    font-family: 'MuseoSans300';
}

.biggest {
    font-size: 200%;
}

.white {
    color: #ffffff;
}

.green {
    color: #bed62f;
}

.red {
    color: #ed1d24;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.disabled {
    cursor: not-allowed;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .small-device {
        display: none;
    }

    .large-device {
        display: initial;
    }
}

@media (min-width:600px) {
    .content-wrapper {
        padding: 4vw 2%;
    }

    .regular-content-wrapper {
        padding: 4vw 2.95%;
    }
}

@media (min-width:1000px) {
    .content-wrapper {
        padding: 3vw 2%;
    }

    .regular-content-wrapper {
        padding: 3vw 2.95%;
    }
}

@media (min-width:1600px) {
    .content-wrapper {
        padding-top: 48px;
    }
}

header, footer {
    padding: 0;
    margin: 0;
}

.footer {
    z-index: 10000;
}


a {
    color: #0093bc;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'MuseoSans900';
    margin-top: 0;
    line-height: 1.1em;
}

.green {
    color: #bed62f;
}

.bold {
    font-family: 'MuseoSans900';
}

.clearfix {
    clear: both;
}

.light-blue {
    color: #0093bc;
}

.btn {
    display: inline-block;
    border-radius: 30px;
    color: #ffffff;
    background: #0093bc;
    font-family: 'MuseoSans500';
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    text-decoration: none;
    border: 1px solid #0093bc;
    cursor: pointer;
}

button.btn {
    line-height: 38px;
}

.btn.inverse {
    background: #ffffff;
    color: #0093bc;
}

.up-scroller {
    cursor: pointer;
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    background: url('../Images/General/back_to_top.png') no-repeat;
}

@media (min-width: 768px) {
    .up-scroller {
        display: none;
    }
}

/* #region HEADER */
/* Extra small devices (phones, less than 768px) */
.page-header {
    position: absolute;
    top: 0;
    z-index: 100;
    width: 100%;
    background: #ffffff;
    height: 70px;
    text-align: center;
}

.fixed {
    position: fixed;
}

.page-header .logo {
    display: block;
    float: left;
    height: 100%;
    line-height: 70px;
    margin-left: 2vw;
}

    .page-header .logo img {
        display: inline-block;
        width: 40vw;
        line-height: 90px;
        vertical-align: middle;
        -webkit-transition: width 0.5s, height 0.5s;
        -moz-transition: width 0.5s, height 0.5s;
        -ms-transition: width 0.5s, height 0.5s;
        -o-transition: width 0.5s, height 0.5s;
        transition: width 0.5s, height 0.5s;
    }

.page-header {
    border-bottom: 1px solid #bed62f;
}

.calendar .icon {
    position: absolute;
    top: 0;
    right: 70px;
    width: 70px;
    height: 70px;
    background: #bed62f;
    text-align: center;
    cursor: pointer;
    -webkit-transition: width 0.5s, height 0.5s;
    -moz-transition: width 0.5s, height 0.5s;
    -ms-transition: width 0.5s, height 0.5s;
    -o-transition: width 0.5s, height 0.5s;
    transition: width 0.5s, height 0.5s;
}

    .calendar .icon img {
        margin: 4px auto;
        width: 60px;
        -webkit-transition: width 0.5s, height 0.5s;
        -moz-transition: width 0.5s, height 0.5s;
        -ms-transition: width 0.5s, height 0.5s;
        -o-transition: width 0.5s, height 0.5s;
        transition: width 0.5s, height 0.5s;
    }

.calendar .desc {
    position: relative;
}

.calendar .content-wrapper {
    text-align: left;
    z-index: 1000;
    display: none;
    z-index: 100;
    background: #bed62f;
    line-height: 20px;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px 0 20px 0;
    max-width: 500px;
    min-height: 100vh;
    box-sizing: border-box;
    padding-bottom: 130px;
}

    .calendar .content-wrapper.expanded {
        display: block;
        min-height: 100vh;
    }

    .calendar .content-wrapper h3 {
        margin: 0 20px;
        font-size: 2em;
        line-height: 1.2em;
        margin-bottom: 20px;
        padding-right: 40px;
    }

    .calendar .content-wrapper a {
        display: block;
        line-height: 1.3em;
    }

    .calendar .content-wrapper .date {
        margin: 0 20px;
        font-size: 1.2em;
        line-height: 1.4em;
    }

    .calendar .content-wrapper .event {
        margin: 0 20px;
        font-size: 1.3em;
        font-family: 'MuseoSans900';
        color: #005680;
    }

    .calendar .content-wrapper .desc {
        font-size: 1.1em;
        line-height: 1.1em;
        font-family: 'MuseoSans900';
        font-size: 1.2em;
        margin: 20px;
        width: 90%;
        position: absolute;
        bottom: 20px;
    }

    .calendar .content-wrapper .facebook {
        position: absolute;
        right: 30px;
        bottom: 10px;
    }

#calendar-close-icon {
    position: absolute;
    top: 0;
    right: 14px;
    margin: 16px auto;
    width: 40px;
    height: 30px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

    #calendar-close-icon span {
        display: block;
        position: absolute;
        height: 7px;
        width: 100%;
        background: #ffffff;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

        #calendar-close-icon span:nth-child(1) {
            top: 0;
        }

        #calendar-close-icon span:nth-child(2), #calendar-close-icon span:nth-child(3) {
            top: 18px;
        }

        #calendar-close-icon span:nth-child(4) {
            top: 36px;
        }

        #calendar-close-icon span:nth-child(1) {
            top: 18px;
            width: 0;
            left: 50%;
        }

        #calendar-close-icon span:nth-child(2) {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        #calendar-close-icon span:nth-child(3) {
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        #calendar-close-icon span:nth-child(4) {
            top: 18px;
            width: 0;
            left: 50%;
        }

.calendar-title {
    display: none;
}

.pc-only {
    display: none;
}

@media (min-width: 450px) {
    .page-header .logo img {
        width: 190px;
    }

        .page-header .logo img.bistro {
            width: 230px;
        }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .calendar .content-wrapper {
        padding: 24px 0 130px 10px;
        min-height: 0;
    }
}


@media (max-width: 1160px) {

    .page-header .calendar .icon {
        -webkit-transition: height 0.5;
        -moz-transition: height 0.5s;
        -ms-transition: height 0.5s;
        -o-transition: height 0.5s;
        transition: height 0.5s;
    }

    .page-header.smaller {
        height: 50px;
    }

        .page-header.smaller .logo {
            line-height: 50px;
        }

            .page-header.smaller .logo img {
                width: 120px;
                -webkit-transition: width 0.5;
                -moz-transition: width 0.5s;
                -ms-transition: width 0.5s;
                -o-transition: width 0.5s;
                transition: width 0.5s;
            }

        .page-header.smaller .calendar .icon {
            right: 50px;
            width: 50px;
            height: 50px;
            -webkit-transition: width 0.5s, height 0.5s;
            -moz-transition: width 0.5s, height 0.5s;
            -ms-transition: width 0.5s, height 0.5s;
            -o-transition: width 0.5s, height, 0.5s;
            transition: width 0.5s, height 0.5s;
        }

            .page-header.smaller .calendar .icon img {
                margin: 2px auto;
                width: 45px;
            }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 1160px ) {

    .fixed {
        position: absolute;
    }

    .mobile-only {
        display: none !important;
    }

    .pc-only {
        display: initial;
    }

    .calendar .icon {
        right: 0;
    }

    .calendar .content-wrapper {
        max-width: 450px;
    }
}
/* #endregion */

/* #region FOOTER */
.footer {
    color: #ffffff;
    font-size: 1.125em;
    line-height: 1.253em;
    padding: 50px 20px 60px 20px;
    background: #333333;
}

    .footer .width-wrapper {
        max-width: 1400px;
        margin: 0 auto;
    }

    .footer .footer-copyright {
        clear: both;
        font-family: 'MuseoSans500';
        padding-top: 0px;
    }

    .footer .col {
        float: left;
        padding-bottom: 30px;
    }

        .footer .col ul {
            list-style-type: none;
            padding: 0;
            line-height: 1.75em;
            margin: 0;
        }

            .footer .col ul a {
                color: #828282;
                text-decoration: none;
                transition: 0.3s;
            }

                .footer .col ul a:hover {
                    text-decoration: underline;
                    color: #c5c4c4;
                }

    .footer .title {
        font-family: 'MuseoSans900';
        font-size: 1.1em;
        line-height: 1.75em;
    }

    .footer .ocean-col {
        width: 60%;
    }

    .footer .media-col {
        width: 40%;
    }

    .footer .stores-col {
        clear: both;
        padding-right: 30px;
    }

    .footer .payment-col .title {
        padding-right: 40px;
        line-height: 1.3em;
        font-size: 1em;
        margin-bottom: 8px;
    }

    .footer .payment-col a {
        display: inline-block;
        width: 48px;
        height: 48px;
        background-position: center center;
        opacity: 0.7;
        -webkit-transition: opacity 0.2s ease-in-out;
        -moz-transition: opacity 0.2s ease-in-out;
        transition: opacity 0.2s ease-in-out;
    }

        .footer .payment-col a:hover {
            opacity: 1;
        }

        .footer .payment-col a.facebook {
            background: url('../Images/Footer/facebook_footer_btn.png') no-repeat;
        }

        .footer .payment-col a.twitter {
            background: url('../Images/Footer/twitter_footer_btn.png') no-repeat;
        }

        .footer .payment-col a.youtube {
            background: url('../Images/Footer/youtube_footer_btn.png') no-repeat;
        }

        .footer .payment-col a.instagram {
            background: url('../Images/Footer/instagram_footer_btn.png') no-repeat;
        }

        .footer .payment-col a.google {
            background: url('../Images/Footer/google_footer_btn.png') no-repeat;
        }

    .footer .payment-col .payment-gates {
        margin-bottom: 30px;
    }

    .footer .payment-col .small-cards img {
        margin-right: 6px;
    }

.author-sign a {
    color: #0093bc;
    font-family: 'MuseoSans900';
}

@media (min-width: 450px) {
    .footer .payment-col .title {
        width: 120px;
        float: left;
        margin-bottom: 0;
    }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 740px) {
    .footer .ocean-col {
        width: auto;
    }

    .footer .payment-col {
        float: right;
        width: 300px;
    }

    .footer .media-col {
        float: right;
        width: 300px;
    }

    .footer .payment-col .title {
        float: none;
        width: 90%;
        line-height: 1.75em;
    }

    .author-sign {
        width: 300px;
        float: right;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px ) {
    .footer .ocean-col {
        width: 30vw;
    }

    .footer .payment-col {
        float: none;
        width: auto;
    }

    .footer .stores-col {
        clear: none;
        float: left;
        max-width: 330px;
    }

    .footer .media-col {
        clear: none;
        float: right;
        max-width: 300px;
    }

    .footer .payment-col .title {
        float: none;
        width: auto;
        line-height: 1.75em;
    }

    .footer .payment-col .payment-gates {
        float: left;
        width: 50%;
        margin-bottom: 60px;
    }

    .footer .payment-col .social-network {
        float: right;
        width: 300px;
    }

    .author-sign {
        width: 360px;
        float: right;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1350px ) {

    .footer .ocean-col {
        width: 260px;
    }

    .footer .payment-col {
        float: right;
        width: 360px;
    }

    .footer .stores-col {
        clear: none;
        float: left;
        max-width: 330px;
    }

    .footer .media-col {
        clear: none;
        float: left;
        max-width: 300px;
    }

    .footer .payment-col .title {
        float: none;
        width: auto;
        line-height: 1.75em;
    }

    .footer .payment-col .payment-gates {
        float: none;
        width: auto;
        margin-bottom: 60px;
    }

    .footer .payment-col .social-network {
        float: none;
        width: auto;
    }
}


/* #endregion*/

/* #region CONTACTS */
.contact-page .photo-box {
    display: none;
}

.contact-box {
    border-bottom: 1px solid #d0d2d3;
    margin-bottom: 40px;
    text-decoration: none;
    font-size: 3.8vw;
    line-height: 4.8vw;
}

    .contact-box .title {
        display: block;
        text-transform: uppercase;
        text-decoration: none;
        font-size: 6vw;
        line-height: 7.5vw;
        color: #005680;
        margin-bottom: 16px;
    }

        .contact-box .title .bold {
            display: block;
        }

    .contact-box a {
        color: #005680;
    }

.contact-box {
    padding: 0 20px 40px 100px;
}

    .contact-box .openning-time {
        font-family: "MuseoSans900";
    }

    .contact-box.store {
        background: url('../Images/Contact/shop_watermark.png') no-repeat left top;
    }

    .contact-box.bistro {
        background: url('../Images/Contact/bistro_watermark.png') no-repeat left top;
    }

    .contact-box .address {
        position: relative;
    }

        .contact-box .address .map-point {
            display: block;
            position: absolute;
            right: 0;
            text-align: center;
            bottom: 0;
            color: #0093bc;
            font-size: 3.8vw;
        }

            .contact-box .address .map-point img {
                width: 6vw;
                margin: 0;
            }

.phone-number a {
    color: #005680 !important;
}

@media (min-width: 670px) {
    .contact-page {
        text-align: left;
        margin: 0 auto;
    }

    .contact-box {
        font-size: 13pt;
        line-height: 15pt;
        padding: 0;
        background: none;
        width: 45.5%;
        vertical-align: top;
        line-height: 1.3em;
        display: inline-block;
        text-align: left;
        border: 0;
        margin: 0 2% 50px 2%;
    }

        .contact-box .photo-box {
            margin-bottom: 20px;
            width: 100%;
            display: block;
        }

            .contact-box .photo-box a {
                display: block;
                background-repeat: no-repeat;
                width: 100%;
            }

                .contact-box .photo-box a img {
                    width: 100%;
                }

        .contact-box .clear {
            display: none;
        }

        .contact-box .title {
            font-family: "MuseoSans900";
            font-size: 13pt;
            line-height: 16pt;
        }

            .contact-box .title .bold {
                display: inline;
            }

        .contact-box .address {
            position: relative;
        }

            .contact-box .address .map-point {
                display: block;
                position: absolute;
                right: 0;
                text-align: center;
                top: -21px;
                color: #0093bc;
                font-size: 12pt;
            }

                .contact-box .address .map-point img {
                    width: initial;
                    margin: 0;
                }
}

@media (min-width: 900px) {
    .contact-box {
        width: 29%;
    }
}

@media (min-width: 1400px) {
    .contact-box {
        width: 22.7%;
        margin: 0 1% 50px 1%;
    }
}

@media (min-width: 1900px) {
    .contact-box {
        width: 17.8%;
    }

        .contact-box .title {
            font-family: "MuseoSans900";
            font-size: 1.1vw;
            line-height: 2vw;
        }
}

/* #endregion*/
/* #region REFERENCES*/
.reference-page {
    text-align: left;
    margin: 0 auto;
}

.reference-box {
    width: 45.5%;
    vertical-align: top;
    line-height: 1.3em;
    display: inline-block;
    text-align: left;
    border: 0;
    margin: 0 2% 50px 2%;
}

    .reference-box .photo-box {
        margin-bottom: 20px;
        width: 100%;
        display: block;
    }

        .reference-box .photo-box a {
            display: block;
            background-repeat: no-repeat;
            width: 100%;
        }

            .reference-box .photo-box a img {
                width: 100%;
            }

    .reference-box .clear {
        display: none;
    }

    .reference-box .title {
        font-family: "MuseoSans900";
        font-size: 13pt;
        display: block;
        margin-bottom: 6px;
    }

    .reference-box a {
        color: #0093bc;
    }

    .reference-box .address {
        position: relative;
    }

        .reference-box .address .map-point {
            position: absolute;
            right: 10px;
            text-align: center;
            bottom: 0;
        }

            .reference-box .address .map-point img {
                width: initial;
                margin: 0;
            }

    .reference-box p {
        display: none;
    }

@media (max-width: 670px) {
    .reference-box {
        width: 100%;
        margin: 0 0 14vw 0;
    }

        .reference-box .photo-box {
            width: 100%;
            height: auto;
        }
    /*.reference-box a img{ width: 100%;}*/
}

@media (min-width: 900px) {
    .reference-box {
        width: 29%;
    }
}

@media (min-width: 1400px) {
    .reference-box {
        width: 22.7%;
        margin: 0 1% 50px 1%;
    }
}

@media (min-width: 1900px) {
    .reference-box {
        width: 17.8%;
        margin: 0 1% 50px 1%;
    }
}
/* #endregion */

/* #region NEWS */
.news-detail .main-image {
    width: 100%;
}

.news-detail .date {
    color: #bed62f;
}

.news-detail h1 {
    line-height: 1.15em;
    padding-top: 6px;
}

.btn-panel .facebook-share-btn {
    display: inline-block;
    line-height: 46px;
    min-height: 46px;
    padding-left: 60px;
    text-decoration: none;
    font-size: 1.2em;
    background: url('../Images/News/facebook_news_btn.png') no-repeat left center;
    margin-right: 8vw;
    margin-bottom: 20px;
}

    .btn-panel .facebook-share-btn:hover {
        text-decoration: underline;
    }

.btn-panel .btn {
    width: 170px;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.news-list .btn-panel {
    padding-top: 30px;
    padding-bottom: 20px;
}

.news-list .facebook-share-btn {
    display: none;
}

.news-list .bottom-border {
    border-bottom: 1px solid #d0d2d3;
}

.news-list .news-box {
    border-bottom: 1px solid #d0d2d3;
    padding: 17px 0;
    width: 100%;
}

    .news-list .news-box .photo-box a {
        display: block;
        float: left;
        width: 121px;
        height: 121px;
        margin-right: 30px;
    }

    .news-list .news-box .teaser {
        display: none;
    }

    .news-list .news-box .full-text {
        display: none;
    }

    .news-list .news-box .title {
        font-family: 'MuseoSans900';
        font-size: 1.2em;
        line-height: 1.3em;
        text-decoration: none;
        color: #005680;
    }

    .news-list .news-box .date {
        font-size: 1.1em;
        padding-bottom: 12px;
        display: inline-block;
    }

.news-list p {
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) {
    .news-detail .image-col {
        box-sizing: border-box;
        padding-right: 30px;
        width: 50.7%;
        float: left;
        max-width: 860px;
        padding-left: 1%;
    }

    .news-detail .text-col {
        width: 49%;
        float: left;
        max-width: 900px;
    }

    .news-detail h1 {
        margin-top: 0;
    }

    .news-list {
        text-align: left;
    }

        .news-list .detail {
            padding-bottom: 60px;
        }

        .news-list .bottom-border {
            border: 0;
        }

        .news-list .news-box {
            border: 0;
            padding: 0;
        }

        .news-list .news-box {
            width: 45.5%;
            display: inline-block;
            margin: 0 2% 2vw 2%;
            vertical-align: top;
            text-align: left;
        }

            .news-list .news-box a.small-device {
                display: block;
                width: 100%;
                height: 0;
                padding-top: 65%;
                margin-bottom: 20px;
            }

        .news-list .facebook-share-btn {
            display: inline-block;
        }

        .news-list .news-box .teaser {
            display: block;
        }

        .news-list .news-box .full-text {
            display: inline;
        }
}

@media (min-width: 900px) {
    .news-list .news-box {
        width: 29%;
    }
}

@media (min-width: 1400px) {
    .news-list .news-box {
        width: 22.7%;
        margin: 0 1% 50px 1%;
    }
}

@media (min-width: 1900px) {
    .news-list .news-box {
        width: 17.8%;
        margin: 0 1% 50px 1%;
    }
}


/* #endregion*/
/* #region HOMEPAGE */
.homepage {
    width: 100%;
}

    .homepage .paragraph {
        padding: 0 30px 0 30px;
        text-align: center;
        clear: both;
    }

        .homepage .paragraph .inner-wrapper {
            max-width: 1400px;
            margin: 0 auto;
        }

        .homepage .paragraph img {
            width: 100%;
            max-width: 700px;
            margin: 0 auto;
        }

        .homepage .paragraph h1 {
            text-align: center;
            font-size: 9vw;
            font-family: 'MuseoSans300';
            line-height: 12vw;
        }

            .homepage .paragraph h1 span {
                display: block;
                font-family: 'MuseoSans900';
            }

        .homepage .paragraph p {
            font-size: 1.2em;
            line-height: 1.4em;
            text-align: center;
        }

    .homepage .paragraph-2 {
        background: #cce9f2; /*padding-top: 30px;*/
    }

    .homepage .paragraph .content {
        padding-bottom: 70px;
    }

    .homepage .paragraph .btn {
        margin: 0 auto;
        width: 180px;
    }

.swiper-container {
    width: 100%;
    height: 100vh;
    background: #000000;
    overflow: hidden;
}

.swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-shadow: 2px 2px 14px #000000;
}

.swiper-slide {
    box-sizing: border-box;
}

    .swiper-slide .background {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0.5;
    }

    .swiper-slide .text {
        display: table;
        width: 100%;
        height: 100%;
        text-align: center;
        vertical-align: middle;
        position: absolute;
        left: 0;
        top: 0;
        color: #ffffff;
        font-family: 'MuseoSans900';
        text-decoration: none;
        padding: 35px 2vw 0 2vw;
        box-sizing: border-box;
    }

        .swiper-slide .text .text-box {
            display: table-cell;
            vertical-align: middle;
        }

.swiper-wrapper .text .text-box {
    font-size: 11.5vw;
    line-height: 14vw;
}

.swiper-pagination {
    position: absolute;
    bottom: 0px !important;
    display: block;
    width: 100%;
}

.swiper-pagination-bullet {
    opacity: 1.0 !important;
    margin: 8px;
    width: 22px !important;
    height: 22px !important;
    border: 1px solid #0093bc !important;
    border-radius: 22px !important;
    background: #cccccc !important;
}

.swiper-pagination-bullet-active {
    background: #0093bc !important;
}

@media (min-width: 670px) {
    .homepage .paragraph img {
        width: 90%;
        margin: 0 auto;
    }

    .homepage .paragraph .content p {
        padding: 0px 30px 0 30px;
    }

    .homepage .paragraph h1 {
        font-size: 4em;
        line-height: 1.2em;
    }

    .homepage .paragraph-1 h1, .homepage .paragraph-2 h1 {
        padding-top: 40px;
    }

    .homepage .paragraph-3 h1 {
        padding-top: 36px;
    }

    .banner-bottom-panel {
        width: 100%;
        position: absolute;
        bottom: 0;
        text-align: center;
        height: 10vw;
        max-height: 134px;
        background: url('../Images/Homepage/banner_shadow.png') repeat-x;
        background-size: contain;
    }

        .banner-bottom-panel a {
            display: inline-block;
            cursor: pointer;
        }

            .banner-bottom-panel a img {
                height: 10vw;
                max-width: 164px;
                max-height: 134px;
            }
    /*.swiper-container { height: auto;}*/
    .swiper-pagination {
        display: none;
    }

    #banner .slide-1 {
        width: 66%;
        height: 100vh;
        float: left;
        position: relative;
        font-size: 7vw;
        line-height: 8vw;
    }

        #banner .slide-1 .text .text-box {
            padding: 70px 2vw 0 2vw;
        }

    #banner .slide-2 {
        display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox; /* TWEENER - IE 10 */
        display: -webkit-flex; /* NEW - Chrome */
        display: flex;
        width: 34%;
        height: 50vh;
        float: left;
        position: relative;
        font-size: 4vw;
        line-height: 4vw;
        position: relative;
        top: 35px;
    }

        #banner .slide-2 .text .text-box {
            padding: 0px 3vw 0 3vw;
        }

    #banner .slide-3 .text .text-box {
        padding: 0 5vw 35px 5vw;
    }

    #banner .slide-3 {
        display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox; /* TWEENER - IE 10 */
        display: -webkit-flex; /* NEW - Chrome */
        display: flex;
        position: relative;
        top: 35px;
        width: 34%;
        height: 50vh;
        float: left;
        position: relative;
        font-size: 4vw;
        line-height: 4vw;
    }

    #banner .slide-4 {
        display: none;
    }

    #banner .swiper-slide .text {
        padding-top: 0;
    }
}

@media (min-width: 1000px) {
    .homepage .paragraph img {
        float: left;
        width: 50%;
    }

    .homepage .paragraph-1 img {
        float: left;
        width: 50%;
        margin-top: 40px;
    }

    .homepage .paragraph h1 {
        font-size: 3em;
        line-height: 1.2em;
        margin-bottom: 20px;
    }

    .homepage .paragraph .content {
        width: 50%;
        float: right;
    }

    .homepage .paragraph-2 img {
        float: right;
        width: 40%;
    }

    .homepage .paragraph-2 .inner-wrapper {
        padding: 2vw 0;
    }

    .homepage .paragraph-2 h1 {
        padding-top: 20px;
    }

    .homepage .paragraph-2 .content {
        width: 50%;
        float: left;
    }

    .homepage .paragraph-3 {
        padding-bottom: 0;
    }

    #banner .slide-1 {
        font-size: 50pt;
        line-height: 60pt;
    }

    #banner .slide-2 {
        font-size: 24pt;
        line-height: 32pt;
    }

    #banner .slide-3 {
        font-size: 24pt;
        line-height: 32pt;
    }

    .banner-bottom-panel a img {
        height: 7vw;
        max-width: 164px;
        max-height: 134px;
    }
}

@media (min-width: 1400px) {
    #banner .slide-1 {
        width: 66%;
        float: left;
        position: relative;
    }

    #banner .slide-2 {
        width: 34%;
        float: right;
        position: relative;
    }

    #banner .slide-3 {
        width: 17%;
        float: left;
        position: relative;
        font-size: 18pt;
        line-height: 24pt;
    }

    #banner .slide-4 {
        display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox; /* TWEENER - IE 10 */
        display: -webkit-flex; /* NEW - Chrome */
        display: flex;
        width: 17%;
        height: 50vh;
        float: right;
        position: relative;
        position: relative;
        top: 35px;
        font-size: 18pt;
        line-height: 24pt;
    }

        #banner .slide-4 .text {
            height: 100%;
        }

            #banner .slide-4 .text .text-box {
                display: table-cell;
            }

    #banner .slide-3 .text .text-box {
        margin-top: -17px;
    }

    #banner .slide-3 .text .text-box {
        padding: 0;
    }

    .banner-bottom-panel {
        height: 6vw;
        max-height: 134px;
    }

        .banner-bottom-panel a img {
            height: 6vw;
            max-width: 164px;
            max-height: 134px;
        }
}

@media (min-width: 1900px) {
    #banner .slide-1 {
        line-height: 5vw;
        font-size: 4vw;
    }

    #banner .slide-2 {
        line-height: 3vw;
        font-size: 2.3vw;
    }

    #banner .slide-3 {
        line-height: 1.8vw;
        font-size: 1.5vw;
    }

    #banner .slide-4 {
        line-height: 1.8vw;
        font-size: 1.5vw;
    }
}
/* #endregion */

/* #region BISTRO MENU */
.bistro-offer {
    padding-top: 60px;
    padding-bottom: 0;
}

    .bistro-offer h2 {
        color: #bed62f;
        text-transform: uppercase;
        font-size: 1.6em;
        line-height: 1.2em;
        border-bottom: 1px solid #d0d2d3;
        padding-bottom: 16px;
        margin-bottom: 0;
    }

    .bistro-offer h3 {
        color: #bed62f;
        text-transform: uppercase;
        border-bottom: 1px solid #d0d2d3;
        padding: 10px 0;
    }

    .bistro-offer .offer-block .bistro-menu {
        border-bottom: 60px solid transparent;
        width: 100%;
        break-inside: avoid-column;
        box-sizing: border-box;
    }

    .bistro-offer .offer-block .menu-item {
        display: table;
        border-bottom: 1px solid #d0d2d3;
        width: 100%;
    }

    .bistro-offer .offer-block .menu-item-text-col {
        font-family: 'MuseoSans900';
        padding: 10px 0;
        display: table-cell;
        max-width: 80%;
    }

        .bistro-offer .offer-block .menu-item-text-col .small {
            font-family: 'MuseoSans300';
        }

    .bistro-offer .offer-block .price {
        font-family: 'MuseoSans900';
        color: #bed62f;
        text-align: right;
        display: table-cell;
        padding: 10px 0;
        white-space: nowrap;
    }

.gallery {
    display: none;
}

.bistro-offer .contact-btn-wrapper {
    position: fixed;
    top: 71px;
    left: 0;
    text-align: center;
    width: 100%;
    -webkit-transition: top 0.5s;
    -moz-transition: top 0.5s;
    -ms-transition: top 0.5s;
    -o-transition: top 0.5s;
    transition: top 0.5s;
}

.bistro-offer .contact-btn {
    cursor: pointer;
    display: inline-block;
    box-sizing: border-box;
    padding-left: 25px;
    width: 156px;
    height: 44px;
    margin: 0 auto;
    text-decoration: none;
    line-height: 44px;
    font-size: 16pt;
    font-family: 'MuseoSans500';
    background: #0093bc url('../Images/BistroOffer/phone_white.png') no-repeat 17px center;
    color: #ffffff;
}

    .bistro-offer .contact-btn:hover {
        text-decoration: underline;
    }

.bistro-address-wrapper {
    padding-top: 70px;
}

.bistro-address {
    background: url('../Images/Contact/bistro_watermark.png') no-repeat left top;
    padding-left: 90px;
    position: relative;
}

    .bistro-address .title {
        font-size: 5vw;
        line-height: 6vw;
        display: block;
        text-decoration: none;
        color: #005680;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .bistro-address .map-point {
        position: absolute;
        right: 4vw;
        top: 9vw;
        text-align: center;
    }

    .bistro-address .block {
        display: inline-block;
        padding-right: 10vw;
        padding-bottom: 5vw;
    }

.offer-comment {
    padding: 0;
    margin: 0;
}

.bistro-offer-drinks {
    padding-top: 0 !important;
    padding-bottom: 0;
}

.bistro-description {
    padding-top: 3vw;
}

@media (max-width: 1160px) {
    body.smaller .bistro-offer .contact-btn-wrapper {
        top: 50px;
    }
}

@media (min-width: 768px) {
    .bistro-offer h2 {
        font-size: 2em;
        line-height: 1.2em;
    }

    .bistro-offer .offer-block {
        width: 100%;
        display: inline-block;
    }

    .bistro-menu {
        width: 100%;
    }

    .bistro-offer .offer-block {
        width: 100%;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 60px;
        -moz-column-gap: 60px;
        column-gap: 60px;
    }

    .gallery {
        display: block;
    }

        .gallery a {
            margin: 0 1% 2% 1%;
            width: 31%;
        }

            .gallery a img {
                width: 100%;
            }

    .bistro-offer-drinks .offer-block {
        display: block;
        padding-top: 10px;
    }

    .bistro-offer-drinks h3 {
        margin-bottom: 0;
    }

    .bistro-offer-drinks .offer-block .menu-item {
        display: block;
        width: 100%;
        clear: both;
        padding-top: 10px;
    }

    .bistro-offer-drinks .menu-item .menu-item-text-col {
        display: block;
        float: left;
        padding-top: 0;
    }

    .bistro-offer-drinks .menu-item .price {
        display: block;
        float: right;
        padding-top: 0;
    }
}

@media (min-width: 1000px) {
    .gallery a {
        width: 22.7%;
    }

        .gallery a img {
            width: 100%;
        }

    .bistro-offer {
        padding-top: 3vw;
    }

        .bistro-offer .contact-btn-wrapper {
            display: none;
        }

    .bistro-description {
        display: block !important;
    }

        .bistro-description h1 {
            display: block !important;
        }

    .bistro-address-wrapper {
        display: none;
    }
}

@media (min-width: 1500px) {
    .gallery a {
        width: 17.7%;
    }

        .gallery a img {
            width: 100%;
        }
}

@media (min-width:1600px) {
    .bistro-offer {
        padding-top: 48px;
    }
}

@media (min-width: 1900px) {
    .gallery a {
        width: 14.35%;
    }

        .gallery a img {
            width: 100%;
        }
}
/* #endregion*/

/* #region STORES */

.stores .icon {
    position: absolute;
    top: 0;
    right: 70px;
    width: 70px;
    height: 70px;
    background: #bed62f;
    text-align: center;
    cursor: pointer;
    -webkit-transition: width 0.5s, height 0.5s;
    -moz-transition: width 0.5s, height 0.5s;
    -ms-transition: width 0.5s, height 0.5s;
    -o-transition: width 0.5s, height 0.5s;
    transition: width 0.5s, height 0.5s;
}

    .stores .icon img {
        width: 70px;
        height: 70px;
        margin: 0 auto;
        -webkit-transition: width 0.5s, height 0.5s;
        -moz-transition: width 0.5s, height 0.5s;
        -ms-transition: width 0.5s, height 0.5s;
        -o-transition: width 0.5s, height 0.5s;
        transition: width 0.5s, height 0.5s;
    }

.stores .desc {
    position: relative;
}


.stores .content-wrapper h3 {
    margin: 0 20px;
    font-size: 3em;
    line-height: 1.2em;
    margin-bottom: 20px;
    text-align: center;
}

.stores .content-wrapper .date {
    margin: 0 20px;
    font-size: 1.2em;
    line-height: 1.4em;
}

.stores .content-wrapper .event {
    margin: 0 20px;
    font-size: 1.3em;
    font-family: 'MuseoSans900';
    color: #005680;
}

.stores .content-wrapper .desc {
    font-size: 1.1em;
    line-height: 1.1em;
    font-family: 'MuseoSans900';
    font-size: 1.2em;
    margin: 20px;
}

.stores .content-wrapper .facebook {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

#stores-close-icon,
#bistro-close-icon {
    position: absolute;
    top: 0;
    right: 14px;
    margin: 16px auto;
    width: 40px;
    height: 30px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

    #stores-close-icon span,
    #bistro-close-icon span {
        display: block;
        position: absolute;
        height: 7px;
        width: 100%;
        background: #ffffff;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

        #stores-close-icon span:nth-child(1),
        #bistro-close-icon span:nth-child(1) {
            top: 0;
        }

        #stores-close-icon span:nth-child(2), #stores-close-icon span:nth-child(3),
        #bistro-close-icon span:nth-child(2), #bistro-close-icon span:nth-child(3) {
            top: 18px;
        }

        #stores-close-icon span:nth-child(4),
        #bistro-close-icon span:nth-child(4) {
            top: 36px;
        }

        #stores-close-icon span:nth-child(1),
        #bistro-close-icon span:nth-child(1) {
            top: 18px;
            width: 0;
            left: 50%;
        }

        #stores-close-icon span:nth-child(2),
        #bistro-close-icon span:nth-child(2) {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        #stores-close-icon span:nth-child(3),
        #bistro-close-icon span:nth-child(3) {
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        #stores-close-icon span:nth-child(4),
        #bistro-close-icon span:nth-child(4) {
            top: 18px;
            width: 0;
            left: 50%;
        }

.stores-title {
    display: none;
}

.stores-wrapper {
    border-top: 1px solid #bed62f;
    height: 100%;
    width: 100%;
}

.stores-nav-wrapper {
    display: none;
}

.stores-content {
    vertical-align: top;
    display: table-cell;
}

.store-list {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 6vw 4% 6vw 4%;
}

    .store-list h1 {
        text-transform: uppercase;
        margin-top: 0;
    }

        .store-list h1 .regular {
            font-family: 'MuseoSans300';
        }

    .store-list .contact-btn {
        cursor: pointer;
        display: block;
        box-sizing: border-box;
        padding-left: 55px;
        width: 156px;
        height: 38px;
        border-radius: 38px;
        line-height: 38px;
        font-size: 13pt;
        font-family: 'MuseoSans500';
        background: #0093bc url('../Images/Stores/message_contact_button.png') no-repeat 17px center;
        color: #ffffff;
    }

    .store-list .products {
        margin-bottom: 60px;
        border-top: 1px solid #d0d2d3;
        margin-top: 30px;
        margin-right: 30px;
    }

        .store-list .products .product {
            border-bottom: 1px solid #d0d2d3;
            padding: 15px 0;
        }

            .store-list .products .product .name {
                text-align: left;
                padding-left: 35px;
                background: url('../Images/Stores/zoom_ico.png') no-repeat left top;
                font-family: 'MuseoSans900';
                margin-bottom: 12px;
            }

            .store-list .products .product .booking-field {
                float: left;
                padding-left: 35px;
                background: url('../Images/Stores/shopping_cart_ico.png') no-repeat left top;
            }

            .store-list .products .product .price {
                float: right;
                color: #bed62f;
                font-family: 'MuseoSans900';
            }

            .store-list .products .product .booking-col {
                padding-right: 0 !important;
                text-align: right;
            }

        .store-list .products.ofresh {
            border: 0;
            text-align: left;
            text-align: center;
        }

    .store-list .ofresh-head {
        margin-bottom: 40px;
        text-align: center;
        background: url('../Images/Stores/ofresh_line.png') repeat-x center center;
    }

#ProductsTable {
    width: 100%;
}

.ofresh-list {
    display: flex;
    flex-flow: row wrap;
}

.ofresh-product {
    position: relative;
    width: 100%;
    text-align: center;
    vertical-align: bottom;
    padding-bottom: 30px;
    margin: 0 2% 40px 2%;
    flex: 0 1 100%;
}

    .ofresh-product .ofresh-image {
        display: inline-block;
        width: 70%;
        padding-top: 70%;
        border-radius: 150px;
    }

    .ofresh-product .name {
        font-family: 'MuseoSans700';
        padding-bottom: 8px;
    }

    .ofresh-product .price {
        font-family: 'MuseoSans900';
        color: #bed62f;
        display: block;
        margin-bottom: 4px;
    }

    .ofresh-product .booking-field-wrapper {
        width: 100%;
        bottom: 0;
        text-align: center;
    }

    .ofresh-product .booking-field {
        display: inline-block;
        padding-left: 35px;
        background: url('../Images/Stores/shopping_cart_ico.png') no-repeat left top;
    }

.products-count {
    margin-bottom: 4px;
    display: block;
    background: #005680;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    font-family: 'MuseoSans900';
}

.shopping-cart-mobile {
    position: fixed;
    right: 0;
    top: 190px;
}

.store-description-mobile {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    background: #005680;
    color: #ffffff;
    padding: 40px 30px 60px 30px;
    box-sizing: border-box;
}

    .store-description-mobile h1 {
        text-transform: uppercase;
    }

    .store-description-mobile img {
        width: 100%;
        margin-bottom: 30px;
    }

    .store-description-mobile a {
        color: #ffffff;
    }

    .store-description-mobile .address {
        display: block;
        text-decoration: none;
        margin-bottom: 30px;
        padding-left: 65px;
        background: url('../Images/Stores/map_point_mobile.png') no-repeat left center;
    }

    .store-description-mobile .openning-time {
        margin-bottom: 30px;
        padding-left: 65px;
        background: url('../Images/Stores/clock_mobile.png') no-repeat left center;
    }

    .store-description-mobile .contacts {
        margin-bottom: 30px;
        padding-left: 65px;
        background: url('../Images/Stores/phone_mobile.png') no-repeat left center;
    }



#store-close-icon {
    position: absolute;
    top: 0;
    right: 14px;
    margin: 16px auto;
    width: 40px;
    height: 30px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

    #store-close-icon span {
        display: block;
        position: absolute;
        height: 6px;
        width: 100%;
        background: #0093bc;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

        #store-close-icon span:nth-child(1) {
            top: 0;
        }

        #store-close-icon span:nth-child(2), #store-close-icon span:nth-child(3) {
            top: 18px;
        }

        #store-close-icon span:nth-child(4) {
            top: 36px;
        }

        #store-close-icon span:nth-child(1) {
            top: 18px;
            width: 0;
            left: 50%;
        }

        #store-close-icon span:nth-child(2) {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        #store-close-icon span:nth-child(3) {
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        #store-close-icon span:nth-child(4) {
            top: 18px;
            width: 0;
            left: 50%;
        }

#filter {
    display: none;
}

.stores-wrapper .recipes {
    display: none;
}

.product-description {
    width: 100%;
    display: none;
    background: #005680 url('../Images/Stores/product_description_bg.png') no-repeat;
    color: #ffffff;
    position: relative;
}

    .product-description .inner-wrapper {
        padding: 28px 70px 16px 16px;
        box-sizing: border-box;
    }

    .product-description p {
        margin: 0 0 0px 0;
    }

    .product-description .legend {
        margin-bottom: 5px;
        font-family: "MuseoSans900";
    }

        .product-description .legend img {
            position: relative;
            top: 2px;
        }

    .product-description .flag {
        position: absolute;
        top: 30px;
        right: 14px;
        cursor: pointer;
    }

.show-mobile-detail {
    cursor: pointer;
}

.tooltip .flag-label {
    display: none;
    position: absolute;
}

.friday-grill-header-wrapper {
    position: relative;
    /*z-index: 800;*/
}

.friday-grill-header {
    background: #005680;
    display: table;
    width: 100%;
    font-size: 18px;
    cursor: pointer;
}

    .friday-grill-header .fish {
        display: table-cell;
        height: 90px;
        vertical-align: middle;
        padding: 0 20px;
        width: 70px;
        line-height: 11px;
    }

    .friday-grill-header .title {
        display: table-cell;
        height: 90px;
        vertical-align: middle;
        font-family: "MuseoSans900";
        color: #bed62f;
        text-align: center;
        box-sizing: border-box;
    }

        .friday-grill-header .title .suffix {
            color: #ffffff;
            display: block;
        }

    .friday-grill-header .fork-and-spoon {
        display: table-cell;
        height: 90px;
        width: 48px;
        vertical-align: middle;
        padding: 0 10px 0 20px;
        text-align: center;
        line-height: 11px;
    }

    .friday-grill-header .btn-wrapper {
        display: table-cell;
        vertical-align: middle;
        width: 90px;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .friday-grill-header .arrow-btn {
        width: 50px;
        height: 50px;
        border: 1px solid #0093bc;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        cursor: pointer;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }

        .friday-grill-header .arrow-btn img {
            -webkit-transform: rotate(0);
            -moz-transform: rotate(0);
            -o-transform: rotate(0);
            transform: rotate(0);
            -webkit-transition: .5s ease-in-out;
            -moz-transition: .5s ease-in-out;
            -o-transition: .5s ease-in-out;
            transition: .5s ease-in-out;
        }

        .friday-grill-header .arrow-btn.rotated img {
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
        }

.friday-grill-body {
    display: none;
    position: relative;
}

.friday-grill-content {
    color: #ffffff !important;
    background: #005680;
    box-sizing: border-box;
    padding: 10px 20px;
}


@media (max-width: 1160px) {
    .page-header.smaller .stores .icon {
        width: 50px;
        height: 50px;
        right: 50px;
    }

        .page-header.smaller .stores .icon img {
            width: 50px;
            height: 50px;
        }
}

@media (min-width: 400px) {
    .ofresh-product {
        width: 44%;
        flex: 0 1 44%;
    }

        .ofresh-product .booking-field-wrapper {
            width: 100%;
            bottom: 0;
            text-align: center;
            position: absolute;
            bottom: 0;
        }
}

@media (min-width: 675px) {
    .ofresh-product {
        width: 26%;
        flex: 0 1 26%;
    }

    .btn-booking .pc-only {
        display: none !important;
    }
}

@media (min-width: 900px) {
    .btn-booking .pc-only, .products-count .pc-only {
        display: none !important;
    }

    #PorductsTable {
        width: 100%;
    }

    .friday-grill-header .title .suffix {
        display: inline-block;
    }

        .friday-grill-header .title .suffix:after {
            content: " - ";
        }

    .friday-grill-header .fish {
        height: 50px;
        width: 51px;
    }

    .friday-grill-header .title {
        height: 50px;
        padding-top: 3px;
    }

    .friday-grill-header .fork-and-spoon {
        height: 50px;
        width: 37px;
    }

    .friday-grill-header .btn-wrapper {
        width: 50px;
        padding: 0;
    }

    .friday-grill-header .arrow-btn {
        width: 50px;
        height: 50px;
        background: #0093bc;
    }

    .friday-grill-content .reserve-place {
        transition: all .2s ease-in-out;
        position: absolute;
        bottom: 14px;
        right: 68px;
        color: #ffffff;
        text-decoration: none;
        padding-left: 42px;
        background: url('../Images/Stores/phone_mobile.png') no-repeat left center;
    }

        .friday-grill-content .reserve-place:hover {
            transform: scale(0.95);
        }
}

@media (min-width: 1125px) {

    .right-panel {
        display: none;
    }


    .stores-wrapper {
        display: table;
        min-height: 1px;
    }

    .stores-nav-wrapper-inner {
        box-sizing: border-box;
        padding-bottom: 40px;
    }

    .stores-nav-wrapper {
        box-sizing: border-box;
        height: 100%;
        display: table-cell;
        background: #e5f4f8;
        min-width: 260px;
        font-size: 1em;
        line-height: 1.8em;
        padding-top: 3vw;
    }

        .stores-nav-wrapper ul {
            margin-top: 0;
        }

        .stores-nav-wrapper .regular {
            color: #0093bc;
        }

        .stores-nav-wrapper a {
            text-decoration: none;
        }

            .stores-nav-wrapper a:hover, .stores-nav-wrapper a.active {
                text-decoration: none;
                font-family: 'MuseoSans900';
            }

        .stores-nav-wrapper ul.level-2 {
            list-style-type: disc;
            text-transform: uppercase;
            font-family: 'MuseoSans300';
            padding: 0 0 30px 0;
            margin-left: 40px;
            list-style-position: inside;
        }

            .stores-nav-wrapper ul.level-2 li {
                list-style-position: inside;
                padding-left: 0px;
            }

        .stores-nav-wrapper .head {
            color: #005680;
            font-family: 'MuseoSans900';
            list-style-type: none;
            padding-left: 0 !important;
        }

    .store-list {
        position: relative;
        padding: 3vw 4% 60px 4%;
        text-align: left;
        max-width: 1400px !important; /*display: table-cell;*/
        vertical-align: top;
    }

        .store-list h1 {
            text-transform: uppercase;
            margin-left: 0;
            font-size: 2em;
            line-height: 1.1em;
        }

    .store-description-mobile {
        display: block;
        position: relative;
        background: none;
        color: #005680;
        padding: 0;
        padding-top: 30px;
    }

        .store-description-mobile a {
            color: #005680;
        }

        .store-description-mobile img, .store-description-mobile h1, .store-description-mobile .icon {
            display: none;
        }

        .store-description-mobile .address, .store-description-mobile .openning-time, .store-description-mobile .contacts {
            display: inline-block;
            vertical-align: top;
            padding: 40px 0 0 0;
            margin-right: 4%;
        }

        .store-description-mobile .address {
            background: url('../Images/Stores/map_point.png')no-repeat left top;
            text-decoration: none;
        }

        .store-description-mobile .openning-time {
            background: url('../Images/Stores/clock.png')no-repeat left top;
            padding-right: 0;
            margin-right: 3%;
        }

            .store-description-mobile .openning-time.without-image {
                background: none;
            }

        .store-description-mobile .contacts {
            background: url('../Images/Stores/phone.png')no-repeat left top;
        }

    .store-list .products {
        margin-right: 0;
    }

    #filter {
        display: block;
        border-top: 1px solid #005680;
        border-bottom: 1px solid #005680;
        padding: 20px 0;
        font-size: 11pt;
        text-align: justify;
        margin-bottom: 40px;
    }

    .filter-panel {
        position: absolute;
        left: 0;
        padding-left: 2.5vw;
        background: #fff;
        z-index: 60;
        box-sizing: border-box;
    }

    #filter {
        position: relative;
        margin-right: 170px;
    }

        #filter a {
            display: inline-block;
            cursor: pointer;
            text-transform: lowercase;
        }

        #filter .hint {
            padding-bottom: 10px;
        }

            #filter .hint .cancel {
                display: block;
                float: right;
                text-decoration: underline;
            }

    .products.mobile-only {
        display: none;
    }

    .products-pc {
        display: block;
        padding-top: 220px;
    }

        .products-pc table {
            margin-bottom: 40px;
        }

        .products-pc td {
            position: relative;
            font-size: 13pt;
            line-height: 18pt;
            height: 30px;
            padding: 0 20px 2px 0;
        }

            .products-pc td.name {
                position: relative;
                color: #0093bc;
            }

            .products-pc td.booking-col {
                padding-right: 0;
                text-align: right;
            }

            .products-pc td.legend {
                min-width: 70px;
                padding-right: 0;
            }

                .products-pc td.legend img {
                    margin: 3px;
                }

        .products-pc .priority {
            position: absolute;
            margin-left: -34px;
        }

        .products-pc .priority-wrapper {
            padding-right: 10px;
        }

        .products-pc td.price {
            text-align: right;
            font-family: 'MuseoSans900';
            color: #bed62f;
            min-width: 100px;
        }

        .products-pc table .add-to-cart {
            text-decoration: none;
            display: inline-block;
            padding-left: 28px;
            background: url('../Images/Stores/shopping_cart_ico.png') no-repeat left center;
        }

            .products-pc table .add-to-cart:hover {
                text-decoration: underline;
            }

            .products-pc table .add-to-cart.added {
                ;
                background: url('../Images/Stores/shopping_cart_dark_ico.png') no-repeat left center;
            }

    .stores-wrapper .recipes {
        display: block;
        position: absolute;
        right: 0;
        top: 71px;
    }

        .stores-wrapper .recipes .image-view {
            display: block;
            width: 240px;
            height: 170px;
            border-bottom: 1px solid #ffffff;
            position: relative;
        }

            .stores-wrapper .recipes .image-view img {
                width: 80px;
            }

            .stores-wrapper .recipes .image-view .shadow-layer {
                position: absolute;
                width: 100%;
                height: 100%;
                background: #000000;
                opacity: 0.4;
            }

            .stores-wrapper .recipes .image-view .shadow-layer-text {
                box-sizing: border-box;
                padding: 1.7vw 4% 0 4%;
                position: absolute;
                width: 100%;
                height: 100%;
                text-align: center;
                vertical-align: middle;
                color: #ffffff;
                font-family: 'MuseoSans500';
                text-transform: uppercase;
            }

    .contact-btn {
        display: none !important;
    }

    .hover-layer {
        display: none;
        text-align: center;
        position: relative;
        top: 50%;
    }

        .hover-layer img {
            margin-top: -40px;
        }

    .show-detail {
        cursor: pointer;
    }

    .product-description {
        display: none;
        background: #005680 url('../Images/Stores/product_description_bg.png') no-repeat;
        color: #ffffff;
    }

        .product-description p {
            margin: 0 0 0px 0;
        }

        .product-description .legend {
            margin-bottom: 5px;
            font-family: "MuseoSans900";
        }

            .product-description .legend img {
                position: relative;
                top: 2px;
            }

        .product-description .flag {
            position: absolute;
            top: 30px;
            right: 14px;
        }

    .ofresh-product {
        width: 27%;
        flex: 0 1 27%;
    }

    .booking-step-1 .store-list {
        min-height: 850px;
    }

    .booking-step-2 .store-list {
        min-height: 850px;
    }

    .booking-done .store-list {
        height: 513px !important;
    }
}

@media (min-width:1130px) {
    .btn-booking .pc-only, .products-count .pc-only {
        display: inline-block !important;
    }

    .shopping-cart-mobile {
        position: absolute;
        right: 0;
        top: 0px;
        background: #bed62f;
        width: 140px;
    }

    .stores-wrapper .btn-booking {
        background: #bed62f;
        color: #ffffff;
    }

        .stores-wrapper .btn-booking .text {
            display: inline-block;
            height: 36px;
            font-size: 11pt;
            padding-left: 6px;
            line-height: 12pt;
            color: #005680;
        }

            .stores-wrapper .btn-booking .text .bold {
                background: #bed62f;
            }
}

@media (min-width:1400px) {


    .right-panel {
        display: table-cell;
        width: 19vw;
        min-width: 240px;
    }

    .friday-grill-header-wrapper {
        padding: 0 4% 0 4%;
        box-sizing: border-box;
    }

    .friday-grill-body {
        padding-right: 50px;
    }
}

@media (min-width:1450px) {
    .right-panel {
        width: 25vw !important;
        min-width: 300px;
        max-width: 500px;
    }

        .right-panel .recipes .image-view {
            width: 23vw;
            height: 16vw;
        }

    .stores-wrapper .recipes .image-view .shadow-layer-text {
        box-sizing: border-box;
        padding: 4.6vw 4% 0 4%;
        position: absolute;
        width: 100%;
        height: 100%;
        text-align: center;
        vertical-align: middle;
    }

    .stores-wrapper .recipes .image-view img {
        width: 120px;
    }

    .hover-layer img {
        margin-top: -55px;
    }

    .stores-wrapper .recipes .image-view .shadow-layer-text {
        font-size: 20px;
    }

    .booking-step-1 .store-list {
        min-height: 1280px;
    }

    .booking-step-2 .store-list {
        min-height: 1280px;
    }

    .booking-done .store-list {
        min-height: 768px !important;
    }
}

@media(min-width:1600px) {
    .store-list, .stores-nav-wrapper {
        padding-top: 48px;
    }
}
/* #endregion */

/* #region BISTRO MENU & STORES*/
.warning-block {
    break-inside: avoid-column !important;
    padding-bottom: 1vw;
}

    .warning-block ul {
        padding: 0 0 0 75px;
        background: url('../Images/General/warning_clock.png') no-repeat left top;
        list-style: none;
    }

    .warning-block .store {
        display: inline-block;
        width: 140px;
        font-family: 'MuseoSans900';
    }

.with-warning-clock {
    padding: 0 0 0 75px;
    background: url('../Images/General/warning_clock.png') no-repeat left top;
}

.stores-wrapper .warning-block {
    border-bottom: 1px solid #005680;
    margin-bottom: 1.5vw;
}

@media (min-width: 1000px) {
    .warning-block ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 1vw;
        -moz-column-gap: 1vw;
        column-gap: 1vw;
    }
}
/* #endregion */

/* #region BOOKING */
.booking .store-title {
    border-bottom: 1px solid #005680;
    padding-bottom: 6px;
    font-size: 1.3em;
}

.booking .txb {
    border: 1px solid #0093bc;
    color: #0093bc;
    border-radius: 18px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    width: 100%;
    margin-bottom: 14px;
    font-family: "MuseoSans900";
    font-size: 12pt;
}

.booking .btn {
    display: inline-block;
    width: 160px;
    text-align: center;
    margin: 0 1vw 1vw 1vw;
    cursor: pointer;
}

.booking .button-field {
    text-align: center;
}

.validation-summary-errors {
    color: #ff0000;
}

.full-shopping-cart {
    max-width: 1000px;
}

#shopping-cart-pointer {
    position: absolute;
    right: 0;
    width: 1;
}

.shopping-cart-item {
    clear: both;
}

    .shopping-cart-item .label .name {
        font-family: 'MuseoSans900';
        display: inline-block;
        padding-right: 40px;
    }

    .shopping-cart-item .label .price {
        font-family: 'MuseoSans900';
        color: #bed62f;
        float: right;
    }

.shopping-cart-mobile {
    z-index: 5;
}

.full-shopping-cart .notes .txb {
    line-height: 13pt;
}

.customer-info .txb {
    width: 85%;
    display: inline-block;
}

    .customer-info .txb.textarea {
        width: 100%;
        height: 100px;
        text-align: left;
        box-sizing: border-box;
        padding: 10px;
        line-height: 13pt;
    }

.validator {
    display: inline-block;
    width: 35px;
    height: 23px;
    background: url('../Images/Reservation/checkmark.png') no-repeat left center;
}

    .validator.ok {
        background: url('../Images/Reservation/checkmark_green.png') no-repeat left center;
    }

@media (min-width: 1000px) {
    .shopping-cart-item {
        display: block;
        margin-bottom: 8px;
    }

        .shopping-cart-item .label {
            display: block;
            height: 38px;
            line-height: 38px;
            float: left;
        }

            .shopping-cart-item .label .name {
                display: block;
                float: left;
                min-width: 20vw;
            }

            .shopping-cart-item .label .price {
                display: block;
                float: right;
            }

        .shopping-cart-item .txb {
            display: block;
            float: right;
            width: 200px;
        }

    .full-shopping-cart .label {
        display: inline-block;
        width: 500px;
    }

    .full-shopping-cart .txb {
        display: inline-block;
        width: 240px;
    }

    .full-shopping-cart .notes .txb {
        width: 740px;
        height: 100px;
        border-radius: 22px;
        box-sizing: border-box;
        padding: 4px 14px;
        text-align: left;
        font-family: "MuseoSans500";
    }

    .booking-done .store-list {
        min-height: 514px;
    }

    .booking .store-list {
        padding-right: 50px;
    }

    .customer-info {
        padding-top: 60px;
    }

        .customer-info .line {
            clear: both;
        }

        .customer-info .label {
            width: 200px;
            display: block;
            float: left;
            text-align: right;
            padding-right: 14px;
        }

        .customer-info .input-group {
            display: block;
            float: left;
            width: 300px;
        }

    .booking .button-field {
        width: 740px;
        padding-left: 20px;
    }

    .txb.textarea {
        width: 100% !important;
    }

    .order .left {
        margin-bottom: 40px;
    }

    .order .name {
        font-family: 'MuseoSans900';
        padding-right: 40px;
        color: #0093bc;
    }

    .order .price {
        font-family: 'MuseoSans900';
        color: #bed62f;
        float: right;
    }
}

/* #endregion */
/* #region RECIPES */
.recipes-nav {
    color: #ffffff;
    list-style-type: none;
    font-size: 1.6em;
    text-transform: uppercase;
    line-height: 1.5em;
    padding: 0;
}

    .recipes-nav a {
        display: block;
        margin-bottom: 10px;
        text-decoration: none;
        font-family: 'MuseoSans500';
    }

.recipes .icon {
    position: absolute;
    top: 0;
    right: 70px;
    width: 70px;
    height: 70px;
    background: #bed62f;
    text-align: center;
    cursor: pointer;
    -webkit-transition: width 0.5s, height 0.5s;
    -moz-transition: width 0.5s, height 0.5s;
    -ms-transition: width 0.5s, height 0.5s;
    -o-transition: width 0.5s, height 0.5s;
    transition: width 0.5s, height 0.5s;
}

    .recipes .icon img {
        margin: 0px auto;
        width: 70px;
        height: 70px;
        -webkit-transition: width 0.5s, height 0.5s;
        -moz-transition: width 0.5s, height 0.5s;
        -ms-transition: width 0.5s, height 0.5s;
        -o-transition: width 0.5s, height 0.5s;
        transition: width 0.5s, height 0.5s;
    }

.recipes .desc {
    position: relative;
}

.recipes .content-wrapper {
    z-index: 1000;
    display: none;
    z-index: 100;
    background: #bed62f;
    line-height: 20px;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 40px 0 20px 0;
    box-sizing: border-box;
    height: 100vh;
}

    .recipes .content-wrapper.expanded {
        display: block;
    }

    .recipes .content-wrapper h3 {
        margin: 0 20px;
        font-size: 2.8em;
        line-height: 1.2em;
        margin-bottom: 20px;
    }

    .recipes .content-wrapper .date {
        margin: 0 20px;
        font-size: 1.2em;
        line-height: 1.4em;
    }

    .recipes .content-wrapper .event {
        margin: 0 20px;
        font-size: 1.3em;
        font-family: 'MuseoSans900';
        color: #005680;
    }

    .recipes .content-wrapper .desc {
        font-size: 1.1em;
        line-height: 1.1em;
        font-family: 'MuseoSans900';
        font-size: 1.2em;
        margin: 20px;
    }

    .recipes .content-wrapper .facebook {
        position: absolute;
        right: 10px;
        bottom: 10px;
    }

#recipes-close-icon {
    position: absolute;
    top: 0;
    right: 14px;
    margin: 16px auto;
    width: 40px;
    height: 30px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

    #recipes-close-icon span {
        display: block;
        position: absolute;
        height: 7px;
        width: 100%;
        background: #ffffff;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

        #recipes-close-icon span:nth-child(1) {
            top: 0;
        }

        #recipes-close-icon span:nth-child(2), #recipes-close-icon span:nth-child(3) {
            top: 18px;
        }

        #recipes-close-icon span:nth-child(4) {
            top: 36px;
        }

        #recipes-close-icon span:nth-child(1) {
            top: 18px;
            width: 0;
            left: 50%;
        }

        #recipes-close-icon span:nth-child(2) {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        #recipes-close-icon span:nth-child(3) {
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        #recipes-close-icon span:nth-child(4) {
            top: 18px;
            width: 0;
            left: 50%;
        }

.recipes-title {
    display: none;
}

.recipes-wrapper {
    border-top: 1px solid #bed62f;
    height: 100%;
    display: flex;
}

.recipes-nav-wrapper {
    display: none;
}

.recipes-nav-wrapper-inner {
    -webkit-transform: translateZ(0)
}

.recipe-list {
    box-sizing: border-box;
    width: 100%;
    padding: 30px;
}

    .recipe-list .subcategories {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 20pt;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 4vw;
        -moz-column-gap: 4vw;
        column-gap: 4vw;
    }

        .recipe-list .subcategories a {
            display: block;
            text-align: left;
            text-decoration: none;
            border-top: 1px solid #d0d2d3;
            padding: 3px 0;
        }

    .recipe-list h1 {
        text-transform: uppercase;
        margin-top: 0;
        font-size: 18pt;
    }

        .recipe-list h1 .regular {
            font-family: 'MuseoSans300';
        }

.recipes-wrapper h1 {
    line-height: 1.3em;
}

.recipe-box {
    width: 100%;
    vertical-align: top;
    line-height: 1.3em;
    display: inline-block;
    text-align: left;
    border: 0;
    margin: 0 0 60px 0;
}

    .recipe-box .image-view {
        display: block;
        background-repeat: no-repeat;
        width: 100%;
        height: 0;
        padding-bottom: 67%;
        margin-bottom: 10px;
    }

    .recipe-box a {
        font-family: 'MuseoSans700';
        text-decoration: none;
        color: #0093bc;
        font-size: 1.1em;
    }

        .recipe-box a:hover {
            text-decoration: underline;
        }

    .recipe-box .clear {
        display: none;
    }

    .recipe-box .title {
        font-family: "MuseoSans900";
        font-size: 14pt;
    }

.recipe-detail .recipe-image-detail {
    width: 100%;
    padding-bottom: 67%;
    margin-bottom: 10px;
}

.recipe-detail .left-col h1 {
    text-align: left;
    font-size: 18pt;
}

.recipe-detail .right-col h1 {
    display: none;
}

.recipe-detail .right-col .text .text-content {
    text-align: left;
    position: relative;
}

.recipe-detail .right-col .text img {
    display: none !important;
}

.recipe-detail .right-col .text .btn-panel {
    text-align: center;
    position: absolute;
    right: 0;
}

    .recipe-detail .right-col .text .btn-panel img {
        display: block !important;
        margin-bottom: 4px;
    }

    .recipe-detail .right-col .text .btn-panel .btn-prev, .recipe-detail .btn-panel .btn-next {
        display: inline-block;
        color: #ffffff;
        background: #0093bc;
        height: 46px;
        line-height: 46px;
        padding: 0 20px;
        border-radius: 46px;
        text-decoration: none;
        vertical-align: top;
        text-align: center;
        width: 100px;
    }

@media (max-width: 1160px) {
    .page-header.smaller .recipes .icon {
        width: 50px;
        height: 50px;
        right: 50px;
    }

        .page-header.smaller .recipes .icon img {
            width: 50px;
            height: 50px;
        }
}

@media (min-width: 800px) {
    .recipe-list .subcategories {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }

    .recipe-detail .right-col .text .btn-panel img {
        display: initial !important;
    }
}

@media (min-width: 1000px) {
    .page-header .recipes {
        display: none;
    }

    .recipes-wrapper {
        display: table;
    }

    .recipes-nav-wrapper {
        display: table-cell;
        vertical-align: top;
        height: 100%;
        min-height: 100%;
        background: #e5f4f8;
        min-width: 260px;
        font-size: 1em;
        line-height: 1.6em;
        padding-top: 3vw;
    }

    .recipess-nav-wrapper-inner {
        box-sizing: border-box;
        padding-bottom: 40px;
    }

    .recipes-nav-wrapper .regular {
        color: #005680;
    }

    .recipes-nav-wrapper a {
        text-decoration: none;
        font-family: 'MuseoSans300';
    }

        .recipes-nav-wrapper a:hover, .recipes-nav-wrapper a.active {
            font-family: 'MuseoSans900';
        }

    .recipes-nav-wrapper .head {
        color: #005680;
        font-family: 'MuseoSans900';
    }

    .recipes-nav-wrapper ul.level-1 {
        list-style-type: none;
        text-transform: uppercase;
        font-family: 'MuseoSans900';
        line-height: 1.8em;
        margin: 0;
    }

    .recipes-nav-wrapper .newest {
        padding-bottom: 30px;
    }

    .recipes-nav-wrapper ul.level-2 {
        list-style-type: disc;
        font-family: 'MuseoSans300';
        padding: 0 0 30px 20px;
        line-height: 1.6em;
    }

    .recipe-list {
        text-align: left;
        display: table-cell;
        padding: 3vw 3% 50px 3%;
    }

        .recipe-list .subcategories {
            display: none;
        }

    .recipe-box {
        width: 45.6%;
        margin: 0 2% 50px 2%;
    }

    .recipe-list h1 {
        text-transform: uppercase;
        font-size: 2em;
        line-height: 1.1em;
        padding-left: 2%;
    }

    .recipe-detail .left-col {
        width: 48%;
        margin-bottom: 0;
        max-width: 500px;
        float: left;
    }

        .recipe-detail .left-col h1 {
            display: none;
        }

    .recipe-detail .right-col {
        float: left;
        width: 49%;
        max-width: 700px;
        margin-left: 3%;
    }

        .recipe-detail .right-col h1 {
            display: block;
            text-align: left;
            margin-left: 0;
            padding-left: 0;
        }

        .recipe-detail .right-col .text {
            text-align: left;
        }

            .recipe-detail .right-col .text img {
                display: none !important;
            }

    .recipe-detail .btn-panel .btn-print {
        width: 46px;
        display: block;
        position: absolute;
        top: 0;
        right: -30px;
    }
}

@media (min-width: 1400px) {
    .recipe-detail .btn-panel .btn-print {
        display: inline-block;
        position: relative;
        right: 0;
    }
}

@media (min-width: 1400px) {
    .recipe-box {
        width: 29.0%;
        margin: 0 2% 50px 2%;
    }
}

@media (min-width: 1900px) {
    .recipe-box {
        width: 20.7%;
    }

        .recipe-box a {
            font-size: 1vw;
            line-height: 1.2vw;
        }
}
/* #endregion */
/* #region CAREER */
.career p {
    max-width: 600px;
}

.career img {
    display: none;
}

.snippet {
    display: none;
}

@media (min-width: 800px) {
    .career p {
        max-width: 600px;
    }

    .career-col ul {
        max-width: 700px;
    }

    .career img {
        display: block;
        margin-right: 30px;
    }

    .career td {
        padding-bottom: 30px;
    }

    .snippet {
        display: block;
        padding-left: 80px;
        vertical-align: top;
    }

        .snippet p {
            color: #0093bc;
            text-align: justify;
            font-size: 15px;
            line-height: 23px;
        }

        .snippet img {
            display: none;
            width: 270px;
            float: right;
            margin-left: 30px;
            margin-right: 0px !important;
            margin-bottom: 0px;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            border-radius: 100%;
        }

    .snippet-title {
        font-size: 20px;
        /*font-style: italic;*/
        text-align: left;
        font-family: "MuseoSans700";
        color: #bed62f;
    }
}

@media (min-width: 1200px) {
    .snippet img {
        display: block;
    }
}

/* #endregion */
/* #region DOWNLAOD */
.download-wrapper a {
    display: inline-block;
    margin: 0 1.5% 4% 1.5%;
    text-align: center;
    text-decoration: none;
    font-family: 'MuseoSans700';
    color: #005680;
    font-size: 18px;
}

.download-wrapper img {
    display: block;
    margin: 0 auto;
    margin-bottom: 14px;
}

.download-wrapper .underline {
    text-decoration: underline;
    display: block;
    font-family: 'MuseoSans300';
    color: #0093bc;
    font-size: 16px;
}
/* #endregion */

.popup-wrapper {
    display: none;
    box-sizing: border-box;
    padding-top: 1vh;
    background: #4e4e4e;
    background: rgba(78,78,78,0.6);
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
}

.popup {
    background: #ffffff;
    width: 90%;
    margin: 0 auto;
    padding: 30px;
    position: relative;
}

    .popup h1 {
        text-transform: uppercase;
        border-bottom: 1px solid #005680;
        padding-bottom: 8px;
    }

.close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.popup .left-col {
    box-sizing: border-box;
}

.popup .label {
    display: inline-block;
    width: 150px;
}

.popup .txb {
    color: #0093bc;
    text-align: center;
    width: 200px;
    border: 1px solid #0093bc;
    border-radius: 20px;
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    margin-bottom: 12px;
    box-sizing: border-box;
}

.popup .txb-small {
    color: #0093bc;
    text-align: center;
    width: 90px;
    border: 1px solid #0093bc;
    border-radius: 20px;
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    margin-bottom: 12px;
    box-sizing: border-box;
}

.popup .btn {
    width: 200px;
    height: 38px;
    line-height: 28px;
    cursor: pointer;
}


@media(min-width: 1000px) {
    .popup-wrapper {
        padding-top: 15vh;
    }

    .popup {
        width: 60%;
    }

        .popup .left-col {
            width: 50%;
            float: left;
            border-right: 1px solid #005680;
            padding-right: 20px;
        }

        .popup .right-col {
            padding-left: 20px;
            float: right;
            width: 47%;
        }

        .popup .label {
            display: inline-block;
            width: 150px;
        }

        .popup .txb {
            color: #0093bc;
            text-align: center;
            width: 200px;
            border: 1px solid #0093bc;
            border-radius: 20px;
            height: 38px;
            line-height: 38px;
            padding: 0 10px;
            margin-bottom: 12px;
            box-sizing: border-box;
        }

        .popup .txb-small {
            color: #0093bc;
            text-align: center;
            width: 90px;
            border: 1px solid #0093bc;
            border-radius: 20px;
            height: 38px;
            line-height: 38px;
            padding: 0 10px;
            margin-bottom: 12px;
            box-sizing: border-box;
        }

        .popup .btn {
            width: 200px;
            height: 38px;
            line-height: 28px;
            cursor: pointer;
        }

        .popup .btn-wrapper {
            padding-left: 153px;
        }
}

/* GALLERY */
.gallery-index {
    padding-top: 70px !important;
}

.gallery-page h1 {
    padding-left: 1vw;
}

.gallery-page .gallery {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    float: left;
    overflow: hidden;
    position: relative;
    background: #000;
}

    .gallery-page .gallery:hover .background {
        opacity: 1.0;
        transform: scale(1.05);
        -moz-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -o-transform: scale(1.05);
        -ms-transform: scale(1.05); /* IE 9 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.05, M12=0, M21=0, M22=1.05, SizingMethod='auto expand')"; /* IE8 */
        filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.05, M12=0, M21=0, M22=1.05, SizingMethod='auto expand'); /* IE6 and 7 */
    }

.gallery-page .gallery-1 {
    width: 50%;
    height: 44vw;
}

.gallery-page .gallery-2 {
    width: 50%;
    height: 22vw;
}

.gallery-page .gallery-3 {
    width: 33.33333%;
    height: 20vw;
}

.gallery-page .gallery .background {
    opacity: 0.5;
    background-position: center;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.gallery-page .gallery-1 .background {
    width: 100%;
    height: 44vw;
}

.gallery-page .gallery-2 .background {
    width: 100%;
    height: 22vw;
}

.gallery-page .gallery-3 .background {
    width: 100%;
    height: 20vw;
}

.gallery-page .gallery .text {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 0;
    color: #ffffff;
    font-family: 'MuseoSans900';
    text-decoration: none;
    padding: 0 2vw 0 2vw;
    box-sizing: border-box;
    text-shadow: 2px 2px 14px #000000;
}

    .gallery-page .gallery .text .text-box {
        display: table-cell;
        vertical-align: middle;
    }

.gallery-page .tile-block {
    float: left;
    box-sizing: border-box;
}

.gallery-page .tile {
    display: block;
    margin-bottom: 3vw;
}

.gallery-page .tile-large {
    width: 100%;
    height: 60vw;
}

.gallery-page .tile-small {
    width: 100%;
    height: 60vw;
}

.gallery-page h1 {
    position: relative;
}

.gallery-page .gallery-back-btn {
    position: relative;
    left: 16px;
    top: 6px;
}



@media (min-width: 670px) {
    .gallery-page .gallery-1 {
        font-size: 4vw;
        line-height: 5vw;
    }

    .gallery-page .gallery-2 {
        font-size: 2vw;
        line-height: 3vw;
    }

    .gallery-page .gallery-3 {
        font-size: 1.7vw;
        line-height: 2.5vw;
    }

    .gallery-page .tile {
        display: block;
        margin: 1vw;
    }

    .gallery-page .tile-large {
        width: 45.31vw;
        height: 30vw;
    }

    .gallery-page .tile-small {
        width: 45.31vw;
        height: 30vw;
    }
}

@media (min-width:992px) {
    .gallery-page .tile-block {
        width: 47.4vw;
        float: left;
        overflow: hidden;
    }

    .gallery-page .tile {
        display: block;
        margin: 0.5vw;
    }

    .gallery-page .tile-large {
        width: 30.60vw;
        height: 20vw;
    }

    .gallery-page .tile-small {
        width: 14.8vw;
        height: 9.5vw;
    }
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
}

    /* Tooltip text */
    .tooltip .tooltiptext {
        visibility: hidden;
        width: 200px;
        background-color: #555;
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        /* Position the tooltip text */
        position: absolute;
        z-index: 1;
        top: 125%;
        left: 50%;
        margin-left: -60px;
        /* Fade in tooltip */
        opacity: 0;
        transition: opacity 1s;
    }

        /* Tooltip arrow */
        .tooltip .tooltiptext:after {
            content: "";
            position: absolute;
            bottom: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    /* Show the tooltip text when you mouse over the tooltip container */
    .tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

@media (max-width: 1400px) {

    /* Tooltip text */
    .tooltip .tooltiptext {
        visibility: hidden;
        width: 280px;
        background-color: #555;
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        /* Position the tooltip text */
        position: absolute;
        z-index: 1;
        top: 0%;
        left: 0%;
        margin-left: -300px;
        /* Fade in tooltip */
        opacity: 0;
        transition: opacity 1s;
    }

        /* Tooltip arrow */
        .tooltip .tooltiptext:after {
            display: none;
        }
}
/* CLUB */
.club-countdown {
    background: url('../Images/Club/club_countdown_bg_600x728.jpg')center top;
    background-size: cover;
    min-height: 300px;
    padding: 4vw;
}

.centered-box {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.club-countdown .bg {
    position: absolute;
    background: #296e8f;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.club-countdown .box-content {
    padding: 5vw;
    position: relative;
    z-index: 1;
    color: #ffffff;
    text-align: center;
    max-width: 550px;
    margin: 0 auto;
}

    .club-countdown .box-content h1 {
        font-size: 20pt;
        line-height: 24pt;
    }

.club-countdown input {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 auto;
    text-align: center;
    border-radius: 20px;
    border: 0;
    margin: 10px auto;
    max-width: 300px;
}

.club-countdown .txb {
    background: #fff;
    color: #296e8f;
}

.club-countdown .btn {
    background: #bed62f;
    color: #296e8f;
    text-transform: uppercase;
    font-family: "MuseoSans900";
    font-size: 12pt;
}

#getting-started {
    font-size: 40pt;
    line-height: 70px;
    vertical-align: bottom;
    margin-bottom: 30px;
}

.club-countdown .number-box .label {
    font-size: 40pt;
    line-height: 70px;
    background: #fff;
    color: #296e8f;
    width: 80px;
    text-align: center;
    height: 70px;
    margin-bottom: 8px;
}

.club-countdown .number-box {
    display: inline-block;
    font-size: 12pt;
    text-transform: uppercase;
    line-height: 14pt;
    vertical-align: top;
}


@media(min-width:992px) {
    .club-countdown {
        background: url('../Images/Club/club_countdown_bg_1024x532.jpg');
        background-size: cover;
    }

        .club-countdown .box-content {
            max-width: 650px;
            font-size: 13pt;
            padding: 3vw;
        }

        .club-countdown .number-box .label {
            font-size: 50pt;
            line-height: 80px;
            width: 90px;
            height: 80px;
        }

        .club-countdown .number-box {
            font-size: 12pt;
            line-height: 14pt;
        }

        .club-countdown .box-content h1 {
            font-size: 26pt;
            line-height: 32pt;
        }
}

@media(min-width:1600px) {
    .club-countdown {
        background: url('../Images/Club/club_countdown_bg_1920x998.jpg');
        background-size: cover;
    }

        .club-countdown input {
            display: block;
            width: 100%;
            height: 54px;
            line-height: 54px;
            border-radius: 40px;
        }

        .club-countdown .txb {
            font-size: 14pt;
        }

        .club-countdown .btn {
            font-size: 15pt;
        }
}

@media(min-width:1000px) {
    .chef-description {
        padding-right: 320px;
        background: url('http://www.ocean48.cz/CustomContent/news/kuchar.png') no-repeat right top;
        background-size: contain;
    }
}


.stores-wrapper .offer-block {
    -webkit-column-count: unset;
    -moz-column-count: unset;
    column-count: unset;
    -webkit-column-gap: normal;
    -moz-column-gap: normal;
    column-gap: normal
}

.stores-wrapper .bistro-menu {
    border-bottom: 0px !important;
}

.stores-wrapper .bistro-offer .openning-time {
    display: block;
    padding-top: 6px;
    color: #005680;
    font-family: 'MuseoSans300';
    font-weight: 400;
    font-size: 12pt;
    text-transform: none;
}

@media(min-width:600px) {

    .stores-wrapper .bistro-offer .openning-time {
        float: right;
        padding-top: 0;
    }
}

@media(min-width: 1000px) {
    .stores-wrapper .menu-item {
        clear: none !important;
    }

    .menu-item-wrap {
        float: left;
        width: 48%;
    }

    .menu-item-wrap-left {
        margin-right: 4%;
    }

    .bistro .menu-item-wrap {
        float: none;
        width: 100%;
    }

    .bistro .menu-item-wrap-left {
        margin-right: 0;
    }
}

.map-preview {
    box-sizing: border-box;
    padding-right: 2vw;
    margin-bottom: 2vw;
}
     
.map-preview img {
    width: 100%;
}

.map-preview h3 {
    text-align: left;
    margin-bottom: 10px;
    font-size: 18pt;
}

@media(min-width:1024px) {
    .map-preview {
        float: left;
        width: 50%;
        box-sizing: border-box;
        padding-right: 2vw;
        margin-bottom: 2vw;
    }
        .map-preview h3 {
            font-size: 1.6vw;
        }

}

@media(min-width:1920px) {
    .map-preview {
        width: 33%;
    }
}
