body {
    overflow-x: hidden;
    background: 0 0
}

body nav {
    position: relative
}

body nav .container,
body nav.navbar-default {
    background-color: #00396f
}

body .menu-categories {
    opacity: 0
}

body .menu-categories.active,
body .menu-categories:first-of-type {
    opacity: 1
}

body .menu-categories-wrapper {
    z-index: 9;
    position: relative;
    background: #fff;
    top: 0;
    margin: 0 auto;
    right: 0;
    left: 0;
    transition: .3s top linear
}

body .menu-categories-wrapper:before {
    content: 'swipe to see more';
    display: block;
    position: relative;
    font-size: 11px;
    text-align: center;
    padding: 10px 0;
    width: 100%;
    opacity: .9
}

body.scrolled .menu-categories-wrapper {
    position: fixed
}

button:focus,
input:focus {
    outline: 0
}

.no-padding {
    padding: 0
}

.no-padding-sides {
    padding-left: 0;
    padding-right: 0
}

.extra-padding-left {
    padding-left: 30px!important
}

.flex-this {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.flex-direction-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.flex-direction-horizontal-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: reverse-row;
    flex-direction: reverse-row
}

.flex-direction-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-direction-vertical-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex-wrap-none {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse
}

.flex-justify {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.flex-justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.flex-justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.flex-justify-around {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.flex-justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.flex-align {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.flex-align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flex-align-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.flex-align-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.flex-align-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.flex-grow {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.menu-manager-closeable-mobile {
    display: none
}

.menu-items {
    padding: 0 15px
}

.menu-items>li {
    border-bottom: 3px solid #d6e8ec;
    padding: 15px 0!important;
    position: relative
}

.menu-items>li button {
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 100%;
    border: 1px solid #00396f;
    font-family: trashhandregular;
    text-transform: uppercase;
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 1.5em;
    background: 0 0;
    padding: 0
}

.modal h2 *,
.modal-content button.close {
    font-family: helveticaneue, Arial, Helvetica, sans-serif!important
}

.menu-categories {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0;
    background: #fff;
    padding: 0 30px;
    -webkit-transition: .3s all linear;
    -ms-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear
}

.menu-categories .swiper-button-next,
.menu-categories .swiper-button-prev {
    display: none;
    background: #fff;
    top: 0;
    width: 30px;
    height: 100%;
    margin: 0
}

.menu-categories .swiper-button-next:before,
.menu-categories .swiper-button-prev:before {
    content: '';
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.menu-categories .swiper-button-next {
    right: 0
}

.menu-categories .swiper-button-next:before {
    border-right: 2px solid #00396f;
    border-top: 2px solid #00396f;
    margin: -10px 0 0 -15px
}

.menu-categories .swiper-button-prev {
    left: 0
}

.menu-categories .swiper-button-prev:before {
    border-left: 2px solid #00396f;
    border-bottom: 2px solid #00396f;
    margin: -10px -15px 0 0
}

.menu-categories .swiper-button-disabled {
    display: none!important
}

.menu-categories ul {
    padding: 0;
    margin-top: 25px
}

.menu-categories ul li {
    white-space: nowrap;
    cursor: pointer;
    -webkit-transition: .3s background linear, .3s color linear;
    -ms-transition: .3s background linear, .3s color linear;
    -o-transition: .3s background linear, .3s color linear;
    transition: .3s background linear, .3s color linear;
    background-color: #d6e8ec;
    color: #57a2b3;
    text-transform: uppercase;
    font-weight: 700;
    list-style: none;
    margin: 0;
    font-size: .8em;
    padding: 20px;
    width: auto!important;
    line-height: 1;
    padding-bottom: 20px!important
}

.menu-categories ul li.active {
    color: #fff;
    background-color: #57a2b3
}

.menu-container {
    color: #00396f;
    padding: 30px 15px;
    display: none;
    line-height: 1.6em
}

.menu-container h4 {
    margin-top: 0;
    padding: 0 15px
}

.menu-container .food-price,
.menu-container .food-title {
    font-weight: 600;
    max-width: 80%;
    max-width: calc(100% - 40px)
}

.menu-image img,
.menu-image-full img {
    max-width: 100%;
    display: block
}

.menu-container .food-title {
    font-size: 1.3em;
    text-transform: uppercase;
    margin-bottom: 3px
}

.menu-container .details {
    line-height: 1.5em
}

.menu-container .details,
.menu-container .food-price {
    font-size: 1em
}

.menu-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: initial!important
}
.container.menu-container.mobile-full-container{
    overflow: visible!important
}
.menu-container ul li {
    clear: none;
    font-size: .85em
}
.menu-container ul li.vitality {
    position: relative;
}
.menu-container ul li.vitality:before {
    content: "";
    background-image: url('../../images/vitality_indicator.png');
    position: absolute;
    left: -40px;
    top: 8px;
    width: 30px;
    height: 30px;
    background-size: contain;
}

.menu-images {
    padding: 0
}

.menu-image {
    width: 100%;
    margin: 15px 0;
    position: relative
}

.menu-image-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: right;
    background-color: rgba(87, 162, 179, .4);
    padding: 10px 15px;
    font-size: .75em;
    line-height: .75em
}

.menu-image-text>* {
    color: #fff;
    text-shadow: 1px 1px rgba(0, 57, 111, .4)
}

.menu-image-full {
    padding: 20px 15px
}

.menu-image-full img {
    width: 100%
}

.menu-columns {
    margin: 0 0 60px;
    display: block;
    overflow: inherit!important;
}

.menu-columns>* {
    padding: 0!important
}

.page-title {
    padding: 64px 0;
    text-align: left
}

body .page-wrap {
    -webkit-transition: .3s all linear;
    -ms-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
    margin-top: 0
}

#menu-food-main {
    position: relative;
    padding-bottom: 30px
}

#menu-food-main h2 {
    padding-bottom: 0;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: top;
    padding-left: 15px
}

#menu-food-main ul {
    color: #fff;
    padding: 0;
    margin: 0;
    display: none;
    clear: both;
    overflow: hidden
}

#menu-food-main ul li {
    background: #00396f;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    list-style: none;
    width: 100%;
    display: block;
    padding: 0!important;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .8em;
    text-align: center;
    cursor: pointer
}

#menu-food-main ul li div a {
    display: block;
    padding: 24px 0 20px;
    color: #fff
}

#menu-food-main ul li:first-of-type {
    margin-top: 30px
}

#menu-food-main ul li.active {
    background: #438594
}

#menu-food-main .dots {
    position: relative;
    top: 9px;
    left: 9px;
    height: 24px;
    width: 30px;
    cursor: pointer;
    -webkit-transition: .25s opacity ease;
    -ms-transition: .25s opacity ease;
    -o-transition: .25s opacity ease;
    transition: .25s opacity ease;
    display: inline-block;
    vertical-align: top
}

#menu-food-main .dots span {
    background: #00396f;
    border: none;
    height: 4px;
    width: 4px;
    position: absolute;
    top: 0;
    left: 12px;
    -webkit-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    cursor: pointer;
    border-radius: 6px
}

#menu-food-main .dots span:nth-of-type(3) {
    top: 9px
}

#menu-food-main .dots span:nth-of-type(4),
#menu-food-main .dots span:nth-of-type(5) {
    top: 18px
}

#menu-food-main .dots.active span {
    opacity: 1
}

#menu-food-main .dots.active span:first-of-type,
#menu-food-main .dots.active span:last-of-type {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
    background: #00396f
}

#menu-food-main .dots.active span:nth-of-type(even) {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
    background: #00396f
}

#menu-food-main .dots.active span:nth-of-type(3) {
    background: #00396f
}

.modal-dialog {
    margin: 15px
}

.modal-content {
    border-radius: 0;
    border: 0;
    background: #fff;
    box-shadow: none;
    font-size: 1em
}

.modal-content button.close {
    opacity: 1!important;
    border: 0!important;
    color: #00396f!important;
    font-weight: 400;
    font-size: 23px!important;
    line-height: 1!important;
    top: 15px!important;
    right: 15px!important;
    text-align: right!important;
    height: auto!important;
    width: 100%!important
}

.modal-footer,
.modal-header {
    border: 0
}

.modal-footer {
    text-align: left
}

.modal-backdrop {
    background: #ecf4f6
}

.modal-backdrop.in {
    opacity: 1
}

.modal h2 {
    font-size: 3.67em;
    color: #00396f;
    text-align: center;
    line-height: 1.2em;
    margin: 30px 0 45px
}

.modal table tbody td:last-of-type,
.modal table thead th:last-of-type {
    text-align: right
}

.modal h2 small {
    color: #00396f;
    font-size: .37em
}

.modal h2 * {
    display: block;
    line-height: 1.67em
}

.modal table {
    border: 0;
    border-collapse: collapse;
    padding: 0;
    width: 100%;
    margin-bottom: 15px
}

.modal table tr {
    border-bottom: 3px solid #d6e8ec
}

.modal table thead th {
    padding: 10px 0
}

.modal table tbody td {
    font-weight: 400;
    font-size: 1.1em;
    padding: 5px 15px
}

.modal h5 {
    font-size: 1.23em;
    font-weight: 700;
    margin: 0
}

.modal .icon-allergy {
    position: relative;
    display: block;
    padding-left: 25px;
    padding-bottom: 5px
}

.modal .icon-allergy:before {
    content: '';
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    left: 0;
    top: 0
}

.modal .icon-bottle:before {
    background: url(../bottle.png) center center no-repeat;
    background-size: contain
}

.modal .icon-fish:before {
    background: url(../fish.png) center center no-repeat;
    background-size: contain
}

.modal .icon-shell:before {
    background: url(../shell.png) center center no-repeat;
    background-size: contain
}

.modal .icon-msg:before {
    background: url(../msg.png) center center no-repeat;
    background-size: contain
}

.modal .icon-gluten:before {
    background: url(../gluten.png) center center no-repeat;
    background-size: contain
}

.page-wrap {
    overflow: hidden
}

@media (min-width:768px) {
    body .menu-categories-wrapper:before {
        display: none
    }
    #menu-food-main h2 {
        padding-left: 0
    }
}

@media only screen and (min-width:768px),
only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:768px),
only screen and (min--moz-device-pixel-ratio:2) and (min-width:768px),
only screen and (-o-min-device-pixel-ratio:2 / 1) and (min-width:768px),
only screen and (min-device-pixel-ratio:2) and (min-width:768px),
only screen and (min-resolution:192dpi) and (min-width:768px),
only screen and (min-resolution:2dppx) and (min-width:768px) {
    .menu-categories ul li,
    .menu-categories ul li.active,
    .menu-categories ul li:hover {
        color: #00396f;
        background-color: transparent
    }
    .menu-categories-wrapper {
        overflow: visible
    }
    .menu-image {
        margin: 15px 0
    }
    .flex-equal>* {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
    .menu-container {
        font-size: 14px;
        padding: 45px 0;
        overflow: hidden
    }
    .menu-container h4 {
        clear: both
    }
    .menu-images {
        padding-left: 15px
    }
    .menu-categories {
        padding: 15px
    }
    .menu-categories ul li {
        font-size: 1em;
        position: relative;
        padding: 10px 0;
        margin: 0 30px;
        -webkit-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none
    }
    .menu-categories ul li:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        border-bottom: 2px solid #00396f;
        height: 0;
        -webkit-transition: .3s width linear;
        -ms-transition: .3s width linear;
        -o-transition: .3s width linear;
        transition: .3s width linear
    }
    .menu-categories ul li.active:after,
    .menu-categories ul li:hover:after {
        width: 100%
    }
    .menu-categories ul li:first-of-type {
        margin: 0 30px 0 0
    }
    .menu-categories ul li:last-of-type {
        margin: 0 0 0 30px
    }
    .menu-categories-wrapper {
        font-size: 14px;
        position: relative
    }
    .menu-categories .swiper-button-next,
    .menu-categories .swiper-button-prev {
        display: block
    }
}
