@font-face {
    font-family: "icons";
    src: url("/fonts/icons-cbcb9f47b6549eb7398a3372db0266e3.eot");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "icons";
    src: url("/fonts/icons-cbcb9f47b6549eb7398a3372db0266e3.eot");
    src: url("/fonts/icons-cbcb9f47b6549eb7398a3372db0266e3.eot?#iefix") format("embedded-opentype"), url("/fonts/icons-cbcb9f47b6549eb7398a3372db0266e3.woff") format("woff"), url("/fonts/icons-cbcb9f47b6549eb7398a3372db0266e3.ttf") format("truetype"), url("/fonts/icons-cbcb9f47b6549eb7398a3372db0266e3.svg?#icons") format("svg");
    font-weight: normal;
    font-style: normal;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    font: inherit;
    font-size: 16px;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
}

html {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
}

q, blockquote {
    quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "icons";
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    text-decoration: inherit;
    text-transform: none;
    speak: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-drink:before {
    content: "\f101";
}

.icon-facebook:before {
    content: "\f102";
}

.icon-filter:before {
    content: "\f103";
}

.icon-food:before {
    content: "\f104";
}

.icon-glee:before {
    content: "\f105";
}

.icon-google:before {
    content: "\f106";
}

.icon-instagram:before {
    content: "\f107";
}

.icon-payments:before {
    content: "\f108";
}

.icon-planner:before {
    content: "\f109";
}

.icon-search:before {
    content: "\f10a";
}

.icon-ticket:before {
    content: "\f10b";
}

.icon-twitter:before {
    content: "\f10c";
}

.icon-user:before {
    content: "\f10d";
}

.icon-youtube:before {
    content: "\f10e";
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}

.btn {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.8em;
    display: inline-block;
    padding: 0 10px;
    cursor: pointer;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border: 2px solid #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: transparent;
}

.btn:hover, .btn:focus, .btn:active {
    background-color: #0b0b0b;
}

.btn.primary {
    line-height: 2em;
    border: none;
    background-color: #c5081d;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
    background-size: 100%;
    -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 0 15px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 15px;
    box-shadow: rgba(0, 0, 0, 0.4) 0 0 15px;
}

.btn.small {
    font-size: .88889em;
    line-height: 1.25em;
    padding: 0 5px;
}

.btn.small.primary {
    line-height: 1.5em
}

.btn.big {
    font-size: 1.66667em;
    line-height: 1.86667em;
    padding: 0 15px;
}

.btn.big.primary {
    line-height: 2em;
}

.btn.dark {
    color: #0b0b0b;
    border-color: #0b0b0b;
}

.btn.dark:hover, .btn.dark:focus, .btn.dark:active {
    color: #fff;
    background-color: #0b0b0b;
}

@media screen and (min-width: 767px) {
    .btn.var {
        color: #0b0b0b;
        border-color: #0b0b0b;
    }

    .btn.var:hover, .btn.var:focus, .btn.var:active {
        color: #fff;
        background-color: #0b0b0b;
    }
}

.field {
    position: relative;
    padding: 20px 0;
}

.field label {
    font-size: .88889em;
    font-weight: 400;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    text-transform: uppercase;
    opacity: 0;
    color: #656565;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.field input[type="text"], .field input[type="password"], .field input[type="datetime"], .field input[type="datetime-local"], .field input[type="date"], .field input[type="month"], .field input[type="time"], .field input[type="week"], .field input[type="number"], .field input[type="email"], .field input[type="url"], .field input[type="search"], .field input[type="tel"], .field input[type="color"], .field select {
    font-size: 1em;
    font-weight: 400;
    line-height: 2.22222em;
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    padding: 5px 15px;
    color: #222;
    border: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: rgb(236 234 230);
}

.field select {
    padding: 11px 15px
}

.field.filled label, .field.focus label {
    top: 0;
    opacity: 100;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10000);
}

* {
    box-sizing: border-box
}

body {
    font-size: 18px;
    font-weight: 400;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
}

*:active, *:focus {
    outline: none;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

.wrapper {
    position: relative;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

@media screen and (min-width: 1200px) {
    .wrapper {
        max-width: 1140px;
        padding: 0 30px;
    }
}

#booking-header .wrapper {
    padding: 20px 30px;
}

@media screen and (min-width: 768px) {
    #booking-header .wrapper {
        padding: 15px;
    }
}

#booking-header .logo {
    display: none;
    max-width: 160px;
    margin-top: 16px;
}

@media screen and (min-width: 620px) {
    #booking-header .wrapper {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    #booking-header .logo {
        display: block;
    }
}

#steps {
    -webkit-align-self: center;
    align-self: center;
}

#steps ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 5px 0;
    counter-reset: li;
}

#steps ul li {
    position: relative;
    width: 16.66667%;
    counter-increment: step-counter;
}

#steps ul li:before {
    position: absolute;
    z-index: 1;
    left: 50%;
    display: none;
    width: 46px;
    height: 46px;
    margin-left: -23px;
    content: '';
    border-radius: 50%;
}

#steps ul li:after {
    font-size: 2.5em;
    font-weight: 600;
    line-height: 1;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    padding-left: 10px;
    content: counter(step-counter);
    text-align: center;
    opacity: .05;
    color: #fff;
}

#steps ul li a {
    font-size: 11px;
    position: relative;
    z-index: 3;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}

#steps ul li i {
    font-size: 24px;
    display: block;
    width: 100%;
    padding: 4px 0;
    text-align: center;
}

#booking-step-1 #steps ul li:nth-child(-n+1) a, #booking-step-1 #steps ul li:nth-child(-n+1) i {
    color: #fff;
}

#booking-step-1 #steps ul li:nth-child(1):before {
    display: block;
}

#booking-step-1 #steps ul li:nth-child(1):after {
    opacity: 1;
    color: #222;
}

#booking-step-2 #steps ul li:nth-child(-n+2) a, #booking-step-2 #steps ul li:nth-child(-n+2) i {
    color: #fff;
}

#booking-step-2 #steps ul li:nth-child(2):before {
    display: block;
}

#booking-step-2 #steps ul li:nth-child(2):after {
    opacity: 1;
    color: #222;
}

#booking-step-3 #steps ul li:nth-child(-n+3) a, #booking-step-3 #steps ul li:nth-child(-n+3) i {
    color: #fff;
}

#booking-step-3 #steps ul li:nth-child(3):before {
    display: block;
}

#booking-step-3 #steps ul li:nth-child(3):after {
    opacity: 1;
    color: #222;
}

#booking-step-4 #steps ul li:nth-child(-n+4) a, #booking-step-4 #steps ul li:nth-child(-n+4) i {
    color: #fff;
}

#booking-step-4 #steps ul li:nth-child(4):before {
    display: block;
}

#booking-step-4 #steps ul li:nth-child(4):after {
    opacity: 1;
    color: #222;
}

#booking-step-5 #steps ul li:nth-child(-n+5) a, #booking-step-5 #steps ul li:nth-child(-n+5) i {
    color: #fff;
}

#booking-step-5 #steps ul li:nth-child(5):before {
    display: block;
}

#booking-step-5 #steps ul li:nth-child(5):after {
    opacity: 1;
    color: #222;
}

#booking-step-6 #steps ul li:nth-child(-n+6) a, #booking-step-6 #steps ul li:nth-child(-n+6) i {
    color: #fff;
}

#booking-step-6 #steps ul li:nth-child(6):before {
    display: block;
}

#booking-step-6 #steps ul li:nth-child(6):after {
    opacity: 1;
    color: #222;
}

@media screen and (min-width: 620px) {
    #steps ul li {
        min-width: 80px;
    }
}

@media screen and (min-width: 767px) {
    #steps ul li {
        min-width: 100px;
    }

    #steps ul li:before {
        width: 66px;
        height: 66px;
        margin-left: -33px;
    }

    #steps ul li:after {
        font-size: 3.66667em;
        padding-left: 16px;
    }

    #steps ul li a {
        font-size: 12px;
    }

    #steps ul li i {
        font-size: 32px;
        padding-bottom: 8px;
    }
}

#booking-main {
    min-height: 75vh;
    color: #222;
}

#booking-main h1 {
    font-size: 1em;
    margin-bottom: 1em;
    color: #221C18;
}

#booking-step-6 #booking-main .wrapper, #booking-thank-you #booking-main .wrapper {
    padding-top: 20px;
}

#booking-thank-you #booking-main .wrapper p {
    line-height: 1.5;
    margin-bottom: 1em;
}

@media screen and (min-width: 767px) {
    #booking-main {
        min-height: 80vh;
        padding-top: 40px;
    }


    #booking-step-2 #booking-main .wrapper {
        max-width: 520px;
        padding-top: 0;
    }

    #booking-step-3 #booking-main .wrapper, #booking-step-4 #booking-main .wrapper, #booking-step-5 #booking-main .wrapper {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    #booking-step-6 #booking-main .wrapper, #booking-thank-you #booking-main .wrapper {
        max-width: 700px;
        padding-top: 0;
    }
}

#content .accordion {
    padding: 12px;
    cursor: pointer;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
}

#content .accordion:after {
    font-size: 18px;
    float: right;
    margin-top: 1px;´
    margin-right: 6px;
    content: '\02795';
    color: #fff;
}

#content .accordion.active:after {
    content: "\2796";
}

#content .accordion + ul {
    padding-top: 10px;
}

#login-tabs {
    background-color: #2f2f2f;
}

#login-tabs ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

#login-tabs li {
    width: 50%;
}

#login-tabs a {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #656565;
}

#login-tabs .current a {
    color: #fff;
    border-bottom: 2px solid #c5081d;
}

@media screen and (min-width: 767px) {
    #login-tabs {
        display: none;
    }
}

.login-form .regular-login {
    padding: 30px 0 0 0;
}

.login-form .regular-login p {
    font-size: 0.8em;
    padding-bottom: 20px;
}

#main-actions {
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    padding: 15px;
    background: #0b0b0b;
}

#main-actions .btn {
    width: 47.41379%;
}

@media screen and (min-width: 767px) {
    #main-actions {
        position: relative;
        bottom: auto;
        left: auto;
        width: 100%;
        max-width: 1140px;
        margin: 0 auto;
        padding: 40px 0;
        background: transparent;
    }

    #main-actions .btn {
        font-size: 1.66667em;
        line-height: 1.86667em;
        width: 220px;
        padding: 0 15px;
    }

    #main-actions .btn.primary {
        line-height: 2em;
    }
}

.price-list .item {
    padding: 0 0 20px 0
}

.price-list .item h2 {
    font-size: 1em;
    margin-bottom: 0.7em;
}

.price-list .item h2 small {
    font-size: 0.75em;
}

.price-list .item h2 em {
    color: #7fb100;
}

.price-list .item.min {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.price-list .item.min h2 {
    margin-bottom: 0;
}

.price-list .item.inclusive {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.price-list .item.inclusive h2 {
    margin: 0;
    padding-right: 20px;
}

@media screen and (min-width: 767px) {
    .price-list .item {
        padding: 20px;
    }

    .price-list .item:nth-child(odd) {
        background-color: rgb(236 234 230);
    }
}

.price-list .more-info {
    font-size: .77778em;
    line-height: 1.5;
    margin-bottom: 1em;
}

.price-list .details {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.price-list .quantity {
    clear: both;
    min-width: 122px;
}

.price-list .quantity:after {
    display: block;
    clear: both;
    content: '';
}

.price-list .quantity input[type=number] {
    font-size: 1em;
    line-height: 36px;
    display: block;
    float: left;
    width: 3em;
    padding: 0 5px;
    text-align: center;
    color: #222;
    border: 2px solid #b9b9b9;
    background-color: #fff;
    -moz-appearance: textfield;
}

.price-list .quantity input[type=number]::-webkit-inner-spin-button, .price-list .quantity input[type=number]::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

.price-list .quantity input[type=number]:focus {
    outline: 0
}

.price-list .quantity .btn {
    line-height: 36px;
    float: left;
    color: #fff;
    border-color: #b9b9b9;
    background-color: #b9b9b9;
}

.price-list .quantity .btn.q-down {
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px 0 0 5px;
}

.price-list .quantity .btn.q-up {
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0;
    border-radius: 0 5px 5px 0;
}

.price-list .detailed-price {
    padding: 0 10px;
    color: #b9b9b9;
}

.price-list .sub-total {
    font-weight: 600;
    margin-left: auto;
}

#total {
    font-size: 1.33333em;
    font-weight: 600;
    position: fixed;
    z-index: 100;
    bottom: 69px;
    left: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    padding: 15px 15px 0 15px;
    color: #fff;
    background: #0b0b0b;
}

@media screen and (min-width: 767px) {
    #total {
        position: relative;
        bottom: auto;
        left: auto;
        width: 100%;
        padding: 20px;
    }
}

#included-food {
    position: fixed;
    z-index: 1000;
    top: 15px;
    left: 15px;
    width: calc(100vw - 30px);
    height: calc(100vh - 30px);
    padding: 15px;
    color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #222;
    -moz-box-shadow: #0b0b0b 0 0 15px;
    -webkit-box-shadow: #0b0b0b 0 0 15px;
    box-shadow: #0b0b0b 0 0 15px;
}

#included-food .content {
    font-size: .77778em;
    line-height: 1.5;
    overflow: scroll;
    height: calc(100vh - 115px);
    margin-bottom: 15px;
}

#included-food p {
    margin-bottom: 15px;
}

#included-food ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

#included-food li {
    width: calc(50% - 7px);
    margin-bottom: 15px;
    text-align: center;
}

#included-food li img {
    margin: 0 auto 5px auto;
}

#included-food .action .btn {
    display: block;
}

@media screen and (min-width: 767px) {
    #included-food {
        position: relative;
        top: auto;
        left: auto;
        width: auto;
        height: auto;
        color: #222;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        background: rgb(236 234 230);
        -moz-box-shadow: #0b0b0b 0 0 0;
        -webkit-box-shadow: #0b0b0b 0 0 0;
        box-shadow: #0b0b0b 0 0 0;
    }

    #included-food .content {
        font-size: .88889em;
        overflow: auto;
        height: auto;
    }

    #included-food .action {
        display: none;
    }
}

#order-summary {
    padding-bottom: 40px;
}

#order-summary p {
    font-size: .88889em;
    line-height: 1.5;
    margin-bottom: 40px;
    text-transform: none;
}

#order-summary dl {
    font-weight: 600;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 20px;
}

#order-summary dt {
    font-size: 0.85rem;
    line-height: 1.25em;
    min-width: 150px;
    padding-right: 20px;
}

#order-summary dd {
    font-size: 1em;
    line-height: 1.11111em;
    width: calc(100% - 150px);
    margin-bottom: 0.7em;
}

#order-summary h2 {
    font-size: .88889em;
    margin-bottom: 15px;
}

#order-summary ul {
    margin-bottom: 30px;
}

#order-summary li {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

#order-summary li h3 {
    width: calc(100% - 140px);
    padding-right: 20px;
}

#order-summary li em {
    width: 140px;
    text-align: right;
}

#order-summary li em strong {
    font-weight: 600;
}

@media screen and (min-width: 767px) {
    #order-summary {
        padding: 20px;
        background-color: rgb(236 234 230);
    }

    #order-summary dt, #order-summary h2, #order-summary p {
        font-size: 1em;
        font-weight: 400;
    }

    #order-summary dd, #order-summary li {
        font-size: 1em;
    }
}

#footer {
    font-size: .77778em;
    margin-bottom: 45px;
    padding: 20px 0;
    text-align: right;
}

@media screen and (min-width: 520px) {
    #footer {
        margin-bottom: 0;
    }

    #footer .wrapper {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    #footer .wrapper .copyright, #footer .wrapper .bottom-logo {
        line-height: 50px;
        padding: 0;
    }
}
