/**
 * CONTENTS
 *
 * GENERIC
 * Normalize.css........A level playing field.
 * Box-sizing...........Better default `box-sizing`.
 *
 * BASE
 * Headings.............H1–H6 styles plus H + p.
 * Link/Selection ......Link and ::selection.
 * General Type ........P, UL, LI.
 * Form Elements .......inputs etc.
 *
 * OBJECTS
 * Wrappers.............Wrapping and constraining elements.
 * Grid/Column .........Grid/Column.
 * Spacing .............Spacing.
 * Alignment ...........Vertical align.
 *
 * MEDIA QUERIES
 * Ipad ...............Landscape, mobile navigation starts here
 * Mobile .............General
 */
/*--------------------------------------------------------------
# Normalize/Clearings/Box-sizing
--------------------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/
* v2.0 | 20110126
* License: none (public domain) */
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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

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

html, body {
    min-height: 100%;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

html.modal-is-active {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
}

body {
    line-height: 1;
    background-color: #ffffff;
    position: relative;
    padding: 0;
    color: #000;
    height: 100%;
    font-weight: normal;
}

body.modal-is-active {
    /*position: fixed;*/
    /*overflow: hidden;*/
    /*top: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
    /*height: 100%;*/
}

blockquote, q {
    quotes: none;
}

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

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

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

svg:not(:root) {
    overflow: hidden;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Heading
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-style: normal;
    font-weight: normal;
    color: inherit;
    font-weight: 300;
    font-family: 'NTCornelia-Regular', sans-serif;
    color: #FFF;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1 {
    font-size: 180px;
    line-height: 1.2;
}

h2 {
    font-size: 35px;
    line-height: 1.4;
}

h3 {
    font-size: 32px;
    line-height: 1.4;
}

h4 {
    font-size: 28px;
    line-height: 1.1;
}

h5 {
    font-size: 21px;
    line-height: 1.1;
}

h6 {
    font-size: 18px;
    line-height: 1.1;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
    text-decoration: none;
    color: inherit;
    background-color: transparent;
    cursor: pointer;
}

a:active,
a:hover {
    outline: 0;
}

::selection {
    background-color: #000;
    color: #fff;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
p,
ul,
ol,
li,
a {
    font-size: 16px;
    line-height: 1.7;
    color: #fff;
    font-weight: 400;
    font-family: 'NTCornelia-Regular', sans-serif;
}

p,
ul,
ol {
    margin-bottom: 20px;
}

p:last-child,
ol:last-child,
ul:last-child {
    margin-bottom: 0;
}

ul,
ol {
    padding-left: 20px;
}

ul li {
    list-style: outside disc;
    padding-bottom: 10px;
}

b,
strong {
    font-weight: bold;
}

em,
i {
    font-style: italic;
    line-height: inherit;
}

blockquote {
    padding-left: 45px;
    position: relative;
    display: block;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

@font-face {
    font-family: 'NTCornelia-Regular';
    src: url('fonts/nt-cornelia-regular.eot');
    src: url('fonts/nt-cornelia-regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/nt-cornelia-regular.woff2') format('woff2'),
    url('fonts/nt-cornelia-regular.woff') format('woff'),
    url('fonts/nt-cornelia-regular.ttf') format('truetype'),
    url('fonts/nt-cornelia-regular.svg#youworkforthem') format('svg');
    font-weight: normal;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css?family=Roboto+Mono');

/*--------------------------------------------------------------
# Animation
--------------------------------------------------------------*/
@-webkit-keyframes swinging {
    0% {
        -webkit-transform: rotate(2deg);
    }
    50% {
        -webkit-transform: rotate(-2deg)
    }
    100% {
        -webkit-transform: rotate(2deg);
    }
}

@-moz-keyframes swinging {
    0% {
        -webkit-transform: rotate(2deg);
    }
    50% {
        -webkit-transform: rotate(-2deg)
    }
    100% {
        -webkit-transform: rotate(2deg);
    }
}

@-o-keyframes swinging {
    0% {
        -webkit-transform: rotate(2deg);
    }
    50% {
        -webkit-transform: rotate(-2deg)
    }
    100% {
        -webkit-transform: rotate(2deg);
    }
}

@keyframes swinging {
    0% {
        transform: rotate(2deg);
    }
    50% {
        transform: rotate(-2deg)
    }
    100% {
        transform: rotate(2deg);
    }
}

@-webkit-keyframes fade {
    0%, 100% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
}

@-moz-keyframes fade {
    0%, 100% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
}

@-o-keyframes fade {
    0%, 100% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
}

@keyframes fade {
    0%, 100% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
}

/*--------------------------------------------------------------
# Global Classes
--------------------------------------------------------------*/
.padding-medium {
    padding-top: 35px;
    padding-bottom: 35px;
}

.padding-large {
    padding-top: 165px;
    padding-bottom: 165px;
}

.no-padding {
    padding: 0;
}

/*--------------------------------------------------------------
# Alignment
--------------------------------------------------------------*/
.valign {
    position: absolute;
    z-index: 9;
    text-align: center;
    top: 50%;
    left: 50%;
    right: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
}

.valign-horizontal {
    position: absolute;
    z-index: 9;
    text-align: left;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

/*--------------------------------------------------------------
# Pace
--------------------------------------------------------------*/
.pace-done .home:before {
    opacity: 0;
    visibility: hidden;
    -moz-transition: opacity 0.3s ease-in-out, visibility 0.4s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.4s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.4s ease-in-out;
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 10001;
    position: fixed;
    margin: auto;
    top: 35%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 5px;
    width: 200px;
    background: #fff;
    border: 1px solid #fff;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: center;
}

.pace .pace-progress {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    max-width: 200px;
    position: fixed;
    z-index: 9999;
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 100%;
    background: #000;
}

.pace.pace-inactive {
    display: none;
}

.home-loading {
    z-index: 9999;
    position: fixed;
    top: 0;
    bottom: 20%;
    left: 0;
    right: 0;
    background-image: url(images/repeat-overlay-light.png);
    background-repeat: repeat;
    background-size: 200px;
    background-position: center;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.home-loading__image {
    max-width: 200px;
    margin: 0 auto;
    z-index: 9999;
}

.pace-done .home-loading {
    opacity: 0;
    visibility: hidden;
    -moz-transition: opacity 0.3s ease-in-out, visibility 0.4s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.4s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.4s ease-in-out;
}

/*--------------------------------------------------------------
# Home Wrapper
--------------------------------------------------------------*/
.home {
    background-image: url(images/bb-repeat_bk.jpg);
    background-repeat: repeat;
    background-position: center;
    height: 100vh;
    background-size: 398px 399px;
    width: 100%;
    position: relative;
    min-height: 800px;
    overflow: hidden;
}

/*--------------------------------------------------------------
# Home Audio
--------------------------------------------------------------*/
.home-audio {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 9998;
}

.home-audio__play {
    width: 65px;
    height: 65px;
    background-color: #FFD731;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.home-audio__play i {
    font-size: 40px;
    color: #1d1d1b;
    line-height: 65px;
    width: 65px;
    text-align: center;
}

.home-audio:hover .home-audio__play {
    transform: scale(1.1);
    background-color: #e84b37;
}

@media screen and (max-width: 767px) {
    .home-audio {
        display: none;
    }
}

/*--------------------------------------------------------------
# Home Subscribe
--------------------------------------------------------------*/
.home-subscribe {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 230px;
    height: 230px;
    cursor: pointer;
    z-index: 1001;
}

.home-subscribe img {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 10;
}

.home-subscribe__bg {
    fill: #FFD731;
    position: absolute;
    top: 0px;
    right: 0px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.home-subscribe:hover .home-subscribe__bg {
    fill: #e84b37;
}

.home-subscribe svg {
    -webkit-transition: transform 1s ease-in-out;
    -moz-transition: transform 1s ease-in-out;
    -o-transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
}

.home-subscribe:hover svg {
    transform: rotate(180deg);
}

@media screen and (max-width: 1024px) {
    .home-subscribe svg,
    .home-subscribe {
        width: 160px;
        height: 160px;
    }

    .home-subscribe {
        top: 35px;
        right: 15px;
    }
}

/*--------------------------------------------------------------
# Home Logo
--------------------------------------------------------------*/
.home-logo {
    top: 40%;
    max-width: 560px;
    z-index: 98;
    padding-top: 20px;
}

.home-logo__inner {
    position: relative;
}

.home-logo__inner:after {
    content: "";
    display: table;
    clear: both;
}

.home-logo__image {
    margin: 0 auto;
    max-width: 560px;
    width: 100%;
    height: auto;
    display: block;
    padding: 0 30px;
}

.home-logo__leaf {
    position: absolute;
    top: 129px;
    left: 134px;
    -webkit-transform-origin: 40% 100%;
    transform-origin: 0% 100%;
    -webkit-animation: swinging 7s ease-in-out forwards infinite;
    animation: swinging 7s ease-in-out forwards infinite;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    max-width: 50px;
}

.home-logo__leafleft {
    position: absolute;
    top: 30%;
    left: -1%;
    -webkit-transform-origin: 40% 100%;
    transform-origin: 0% 100%;
    -webkit-animation: swinging 3s ease-in-out forwards infinite;
    animation: swinging 7.5s ease-in-out forwards infinite;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    max-width: 100px;
}

.home-logo__leafright {
    position: absolute;
    top: -14%;
    right: -6%;
    z-index: 998;
    -webkit-transform-origin: 40% 100%;
    transform-origin: 40% 100%;
    -webkit-animation: swinging 4s ease-in-out forwards infinite;
    animation: swinging 8s ease-in-out forwards infinite;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    max-width: 112px;
}

.home-logo__leafright2 {
    position: absolute;
    top: 33%;
    right: 25%;
    z-index: 998;
    -webkit-transform-origin: 40% 100%;
    transform-origin: 40% 100%;
    -webkit-animation: swinging 4s ease-in-out forwards infinite;
    animation: swinging 8s ease-in-out forwards infinite;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    max-width: 100px;
}

.home-logo__leafbottom {
    position: absolute;
    bottom: -38px;
    left: -50px;
    -webkit-transform-origin: 40% 100%;
    transform-origin: 100% 100%;
    -webkit-animation: swinging 5s ease-in-out forwards infinite;
    animation: swinging 6s ease-in-out forwards infinite;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    max-width: 139px;
}

.home-logo__berry {
    position: absolute;
    top: 79%;
    right: 1px;
    -webkit-transform-origin: 40% 100%;
    transform-origin: 40% 100%;
    -webkit-animation: swinging 6s ease-in-out forwards infinite;
    animation: swinging 6s ease-in-out forwards infinite;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    max-width: 90px;
}

/*--------------------------------------------------------------
# Home Navigation/Contact info
--------------------------------------------------------------*/
.home-details {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1002;
}

/*--------------------------------------------------------------
# Home Navigation
--------------------------------------------------------------*/
.home-navigation {
    width: 50%;
    float: left;
    list-style: none;
    padding: 0 0 30px 30px;
    margin: 0;
    position: relative;
    z-index: 1002;
}

.home-navigation:after {
    content: "";
    display: table;
    clear: both;
}

.home-navigation li {
    position: relative;
    list-style: none;
    display: inline-block;
    float: left;
    padding-bottom: 0;
    clear: both;
}

.home-navigation li {
    margin-top: 20px;
}

.home-navigation li:last-child {
    padding-bottom: 0;
}

.home-navigation li:hover a {
    color: #ffd731;
    border-color: #ffd731;
}

.home-navigation li.menu a:before {
    content: '';
    display: block;
    background-image: url(images/overlay-menu-one.png);
    background-repeat: no-repeat;
    width: 182px;
    height: 196px;
    position: absolute;
    top: -100px;
    left: -80px;
    z-index: -1;
    -moz-transform: scale(0.8) rotate(10deg);
    -webkit-transform: scale(0.8) rotate(10deg);
    transform: scale(0.8) rotate(10deg);
    transition: all 0.3s ease-in-out;
    transform-origin: center bottom;
}

.home-navigation li:hover.menu a:before {
    -moz-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
}

.home-navigation li.menu a:after {
    content: '';
    display: block;
    background-image: url(images/overlay-menu-two.png);
    background-repeat: no-repeat;
    width: 182px;
    height: 140px;
    position: absolute;
    top: -25px;
    right: -48px;
    z-index: -1;
    -moz-transform: scale(0.8) rotate(40deg);
    -webkit-transform: scale(0.8) rotate(40deg);
    transform: scale(0.8) rotate(40deg);
    transition: all 0.25s ease-in-out;
    transform-origin: center bottom;
}

.home-navigation li:hover.menu a:after {
    -moz-transform: scale(1) rotate(60deg);
    -webkit-transform: scale(1) rotate(60deg);
    transform: scale(1) rotate(60deg);
}

.booking-active .home-navigation li.menu a,
.booking-active .home-navigation li.functions a  {
    color: #262626;
    border-color: #262626;
}

.menu-active .home-navigation li.booking a,
.menu-active .home-navigation li.functions a {
    color: #262626;
    border-color: #262626;
}

.functions-active .home-navigation li.booking a,
.functions-active .home-navigation li.menu a {
    color: #262626;
    border-color: #262626;
}

.home-navigation li.menu:after {
    content: '';
    display: block;
    background-image: url(images/bb-flowers.png);
    background-repeat: no-repeat;
    background-size: 110px auto;
    width: 123px;
    height: 120px;
    position: absolute;
    bottom: 2%;
    right: -129px;
    z-index: -1;
    -moz-transform: scale(0.6) rotate(90deg);
    -webkit-transform: scale(0.6) rotate(90deg);
    transform: scale(0.6) rotate(90deg);
    transition: all 0.2s ease-in-out;
    transform-origin: center left;
}

.home-navigation li:hover.menu:after {
    -moz-transform: scale(0.8) rotate(100deg);
    -webkit-transform: scale(0.8) rotate(100deg);
    transform: scale(0.8) rotate(100deg);
}

.home-navigation li.menu:before {
    content: '';
    display: block;
    background-image: url(images/overlay-booking-two.png);
    background-repeat: no-repeat;
    width: 201px;
    height: 120px;
    position: absolute;
    top: -52px;
    right: -81px;
    z-index: -1;
    -moz-transform: scale(0.8) rotate(10deg);
    -webkit-transform: scale(0.8) rotate(10deg);
    transform: scale(0.8) rotate(10deg);
    transition: all 0.3s ease-in-out;
    transform-origin: center bottom;
}

.home-navigation li:hover.menu:before {
    -moz-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    transition: all 0.3s ease-in-out;
}

.home-navigation li.booking a:before {
    content: '';
    display: block;
    background-image: url(images/overlay-booking-one.png);
    background-repeat: no-repeat;
    width: 182px;
    height: 203px;
    position: absolute;
    top: -60px;
    left: -117px;
    z-index: -1;
    -moz-transform: scale(0.8) rotate(10deg);
    -webkit-transform: scale(0.8) rotate(10deg);
    transform: scale(0.8) rotate(10deg);
    transition: all 0.2s ease-in-out;
    transform-origin: right center;
}

.home-navigation li.booking a:after {
    content: '';
    display: block;
    background-image: url(images/overlay-booking-two.png);
    background-repeat: no-repeat;
    width: 201px;
    height: 120px;
    position: absolute;
    top: -55px;
    right: -66px;
    z-index: -1;
    -moz-transform: scale(0.8) rotate(10deg);
    -webkit-transform: scale(0.8) rotate(10deg);
    transform: scale(0.8) rotate(10deg);
    transition: all 0.3s ease-in-out;
    transform-origin: center bottom;
}

.home-navigation li:hover.booking a:before {
    -moz-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    transition: all 0.3s ease-in-out;
}

.home-navigation li:hover.booking a:after {
    -moz-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
}

.home-navigation li.booking:after {
    content: '';
    display: block;
    background-image: url(images/bb-leafy-leaf.png);
    background-repeat: no-repeat;
    background-size: 150px auto;
    width: 201px;
    height: 120px;
    position: absolute;
    bottom: -31px;
    right: -137px;
    z-index: -1;
    -moz-transform: scale(0.6) rotate(30deg);
    -webkit-transform: scale(0.6) rotate(30deg);
    transform: scale(0.6) rotate(30deg);
    transition: all 0.2s ease-in-out;
    transform-origin: left 60%;
}

.home-navigation li:hover.booking:after {
    -moz-transform: scale(0.8) rotate(40deg);
    -webkit-transform: scale(0.8) rotate(40deg);
    transform: scale(0.8) rotate(40deg);
}

.home-navigation li.booking:before {
    content: '';
    display: block;
    background-image: url(images/bb-flowers.png);
    background-repeat: no-repeat;
    background-size: 115px auto;
    width: 130px;
    height: 115px;
    position: absolute;
    top: -33px;
    right: -68px;
    z-index: -1;
    -moz-transform: scale(0.6) rotate(85deg);
    -webkit-transform: scale(0.6) rotate(85deg);
    transform: scale(0.6) rotate(85deg);
    transition: all 0.35s ease-in-out;
    transform-origin: 24% 100%;
}

.home-navigation li:hover.booking:before {
    -moz-transform: scale(0.8) rotate(70deg);
    -webkit-transform: scale(0.8) rotate(70deg);
    transform: scale(0.8) rotate(70deg);
}

.home-navigation li.functions:after {
    content: '';
    display: block;
    background-image: url(images/bb-flowers.png);
    background-repeat: no-repeat;
    background-size: 110px auto;
    width: 123px;
    height: 120px;
    position: absolute;
    bottom: 2%;
    right: -129px;
    z-index: -1;
    -moz-transform: scale(0.6) rotate(90deg);
    -webkit-transform: scale(0.6) rotate(90deg);
    transform: scale(0.6) rotate(90deg);
    transition: all 0.2s ease-in-out;
    transform-origin: center left;
}

.home-navigation li:hover.functions:after {
    -moz-transform: scale(0.8) rotate(100deg);
    -webkit-transform: scale(0.8) rotate(100deg);
    transform: scale(0.8) rotate(100deg);
}

.home-navigation li.functions:before {
    content: '';
    display: block;
    background-image: url(images/overlay-booking-two.png);
    background-repeat: no-repeat;
    width: 201px;
    height: 120px;
    position: absolute;
    top: -52px;
    right: -81px;
    z-index: -1;
    -moz-transform: scale(0.8) rotate(10deg);
    -webkit-transform: scale(0.8) rotate(10deg);
    transform: scale(0.8) rotate(10deg);
    transition: all 0.3s ease-in-out;
    transform-origin: center bottom;
}

.home-navigation li:hover.functions:before {
    -moz-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    transition: all 0.3s ease-in-out;
}

.home-navigation li.functions a:before {
    content: '';
    display: block;
    background-image: url(images/overlay-menu-one.png);
    background-repeat: no-repeat;
    width: 182px;
    height: 196px;
    position: absolute;
    top: -100px;
    left: -80px;
    z-index: -1;
    -moz-transform: scale(0.8) rotate(10deg);
    -webkit-transform: scale(0.8) rotate(10deg);
    transform: scale(0.8) rotate(10deg);
    transition: all 0.3s ease-in-out;
    transform-origin: center bottom;
}

.home-navigation li:hover.functions a:before {
    -moz-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
}

.home-navigation li.functions a:after {
    content: '';
    display: block;
    background-image: url(images/overlay-menu-two.png);
    background-repeat: no-repeat;
    width: 182px;
    height: 140px;
    position: absolute;
    top: -25px;
    right: -48px;
    z-index: -1;
    -moz-transform: scale(0.8) rotate(40deg);
    -webkit-transform: scale(0.8) rotate(40deg);
    transform: scale(0.8) rotate(40deg);
    transition: all 0.25s ease-in-out;
    transform-origin: center bottom;
}

.home-navigation li:hover.functions a:after {
    -moz-transform: scale(1) rotate(60deg);
    -webkit-transform: scale(1) rotate(60deg);
    transform: scale(1) rotate(60deg);
}

@media screen and (max-width: 768px) {
    .home-navigation li.functions a:before,
    .home-navigation li.functions a:after,
    .home-navigation li.functions:after,
    .home-navigation li.functions:before {
        display: none;
    }
}

/*-------------------------------------------------------------
# Menu Hover/overlay
--------------------------------------------------------------*/
.home-bg-overlay {
    background: url(images/repeat-overlay.png);
    background-repeat: repeat;
    background-size: 200px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
}

.menu-active .home-bg-overlay,
.booking-active .home-bg-overlay,
.functions-active .home-bg-overlay {
    opacity: 1;
    visibility: visible;
}

.menu-active .home-snail {
    z-index: 1001;
}

.leaf,
.leaf {
    opacity: 1;
    visibility: visible;
    transition: all 0.2s linear;
}

.menu-active .leaf,
.booking-active .leaf,
.functions-active .leaf {
    opacity: 0;
    visibility: hidden;
}

.menu-active .overlay,
.booking-active .overlay,
.functions-active .overlay  {
    opacity: 1;
    visibility: visible;
}

.menu-active .home-fly__image,
.menu-active .home-frog__image,
.menu-active .home-navigation li.booking a:before,
.menu-active .home-navigation li.booking a:after,
.menu-active .home-navigation li.booking:before,
.menu-active .home-navigation li.booking:after,
.functions-active .home-fly__image,
.functions-active .home-frog__image,
.functions-active .home-navigation li.booking a:before,
.functions-active .home-navigation li.booking a:after,
.functions-active .home-navigation li.booking:before,
.functions-active .home-navigation li.booking:after {
    display: none;
}

.booking-active .test,
.booking-active .home-navigation li.menu a:before,
.booking-active .home-navigation li.menu a:after,
.booking-active .home-navigation li.menu:after,
.booking-active .home-navigation li.menu:before,
.functions-active .test,
.functions-active .home-navigation li.menu a:before,
.functions-active .home-navigation li.menu a:after,
.functions-active .home-navigation li.menu:after,
.functions-active .home-navigation li.menu:before{
    display: none;
}

.booking-active .test,
.booking-active .home-navigation li.functions a:before,
.booking-active .home-navigation li.functions a:after,
.booking-active .home-navigation li.functions:after,
.booking-active .home-navigation li.functions:before,
.menu-active .home-fly__image,
.menu-active .home-frog__image,
.menu-active .home-navigation li.functions a:before,
.menu-active .home-navigation li.functions a:after,
.menu-active .home-navigation li.functions:before,
.menu-active .home-navigation li.functions:after{
    display: none;
}

.booking-active .home-logo__image {
    z-index: -5;
    position: relative;

}

.booking-active .home-audio,
.menu-active .home-audio,
.functions-active .home-audio,
.booking-active .home-subscribe,
.menu-active .home-subscribe,
.functions-active .home-subscribe {
    z-index: 99;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s linear;
}

.home-contact a,
.home-contact li,
.home-contact h2 {
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.menu-active .home-contact a,
.menu-active .home-contact li,
.menu-active .home-contact h2,
.booking-active .home-contact a,
.booking-active .home-contact li,
.booking-active .home-contact h2,
.functions-active .home-contact a,
.functions-active .home-contact li,
.functions-active .home-contact h2 {
    color: #262626;
}

/*--------------------------------------------------------------
# Frog
--------------------------------------------------------------*/
.home-frog {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    z-index: 1001;
    width: 300px;
    margin: 0 auto;
}

.home-frog__tongue {
    height: 6px;
    background: #ed487b;
    position: absolute;
    top: 0px;
    right: 390px;
    transform: rotate(105deg);
    transform-origin: 100% 100%;
    z-index: 999;
    width: 0;
    transition: width 0.2s ease-in-out;
}

@media screen and (max-width: 2000px) {
    .home-frog__tongue {
        transform: rotate(115deg);
    }
}

@media screen and (max-width: 1300px) {
    .home-frog__tongue {
        transform: rotate(120deg);
        top: 5px;
        right: 387px;
    }
}

.home-frog__tongue.is-active {
    width: 150px;
    transition: width 0.2s ease-in-out;
}

@media screen and (max-width: 1024px) {
    .home-frog__tongue {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .home-frog {
        position: absolute;
        bottom: -16px;
        left: 9%;
        z-index: 1001;
        width: 200px;
    }
}

.home-fly {
    z-index: 9997;
    max-width: 560px;
    margin: 0 auto;
    width: 100%;
    position: relative;
}

.home-fly__image {
    width: 70px;
    z-index: 9999;
    position: absolute;
    right: 0;
    left: 300px;
    margin: 0 auto;
    top: 200px;
}

@media screen and (max-width: 1024px) {
    .home-fly__image {
        position: absolute;
        top: -200px;
        width: 50px;
    }
}

.home-fly__image img {
    width: 70px;
}

.home-fly__image:after {
    content: '';
    display: block;
    background-image: url(images/bb-frog-bang.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 152px;
    height: 172px;
    position: absolute;
    z-index: -1;
    top: -40px;
    left: -50px;
    opacity: 0;
}

.booking-active .home-fly__image.is-active:after {
    opacity: 1;
}

.home-fly svg {
    width: 300px;
    height: 300px;
    visibility: hidden
}

/*--------------------------------------------------------------
# Speech Bubble
--------------------------------------------------------------*/

.home-navigation li a {
    font-size: 85px;
    border-bottom: 10px solid #fff;
    position: relative;
    z-index: 10;
    display: inline-block;
    line-height: 1.1;
    padding-top: 30px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.home-contact {
    width: 50%;
    float: left;
    text-align: right;
    padding: 0 30px 0 30px;
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 0;
}

@media screen and (max-width: 768px) {
    .home-contact {
        position: static;
    }
}

.home-contact h2,
.home-contact h2 a {
    font-size: 22px;
}

.home-contact h2,
.home-contact .social ul {
    margin-bottom: 20px;
}

.home-contact .social ul {
    padding-left: 0;
}

.home-contact .social li {
    display: inline-block;
    margin-left: 15px;
    padding-bottom: 0;
}

.home-contact .social li:first-child a {
    font-size: 48px
}

.home-contact .social li a {
    font-size: 52px;
}

.home-contact .social li a:hover,
.home-contact .address__link:hover {
    color: #ffd731;
}

.home-contact .telephone__link {
    font-size: 38px;
}

h2 a.address__link {
    font-size: 28px;
}

@media screen and (max-width: 1500px) {
    .home-navigation li a {
        font-size: 50px;
        padding-top: 20px;
    }
}

@media screen and (max-width: 1024px) {
    .home-contact .telephone__link {
        font-size: 34px;
    }

    .home-contact h2, .home-contact .social ul {
        margin-bottom: 16px;
    }

    .home-contact h2, .home-contact h2 a {
        font-size: 18px;
    }
}

/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/
.home-snail {
    display: block;
    width: 1500px;
    visibility: hidden;
    height: 1600px;
    position: absolute;
    bottom: -20px;
    right: 0;
    z-index: 99;
}

#snail {
    position: relative;
    width: 121px;
    height: 49px;
}

#tail {
    stroke: rgba(255, 255, 255, 0.2);
    stroke-width: 4;
    fill: none;
    stroke-miterlimit: 4;
    height: 100vh;
    width: auto;
    left: 0;
    right: 0;
    position: absolute;
    bottom: 0px;
    z-index: 9999;
}

#arrow {
    width: 121px;
    height: 49px;
}

#speech-bubble {
    fill: #ffd731;
    position: absolute;
    opacity: 0;
    transform: translateY(20%) translateX(60%);
    transition: opacity 0.2s ease-in-out;
}

#snail.is-active #speech-bubble {
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
}

#speech-bubble-text {
    position: absolute;
    z-index: 9999 !important;
    display: none;
}

#snail.is-active #speech-bubble-text {
    display: block;
}

/*--------------------------------------------------------------
# Function
--------------------------------------------------------------*/

.function {
    background: url(images/repeat-overlay.png) #262626;
    background-size: 11.2%;
    background-position: center 4rem;
    padding-top: 4.2rem;
    position: relative;
    z-index: 9;
}

@media screen and (max-width: 1024px) {
    .function{
        background-size: 18%;
    }
}

@media screen and (max-width: 768px) {
    .function{
        background-size: 25%;
    }
}

.function:after {
    content: '';
    display: table;
    clear: both;
}

.function-content {
    width: 44.3%;
    float: left;
}

@media screen and (max-width: 1024px) {
    .function-content {
        width: 77%;
    }
}

@media screen and (max-width: 768px) {
    .function-content {
        width: 88%;
    }
}

.function-intro {
    background-color: rgba(0,0,0,0.6);
    padding: 4.3rem;
    position: relative;
}

@media screen and (max-width: 1024px) {
    .function-intro {
        padding: 3rem 2rem;
    }
}

.function-intro__heading {
    color: #ffd731;
    font-size: 3rem;
    margin-bottom: 3rem;
}

@media screen and (max-width: 1024px) {
    .function-intro__heading {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
}

.function-intro__description {
    margin-bottom: 3rem;
}

.function-intro__description p{
    color: #ffd731;
    font-family: 'Roboto Mono', monospace;
    font-size: 15px;
}

.function-intro__link {
    color: #ffd731;
    border-bottom: 2px solid #ffd731;
    display: inline-block;
    transition: color 0.3s, border-color 0.3s;
}

.function-intro__link:hover {
    color: #ffffff;
    border-color: #ffffff;
    transition: color 0.3s, border-color 0.3s;
}

.function-intro__image {
    position: absolute;
    bottom: -60px;
    right: 20px;
}

.function__enquire {
    padding: 4rem 0 4rem 4rem;
}

.function__enquire__link {
    color: #ffffff;
    border-bottom: 6px solid #ffffff;
    display: inline;
    font-size: 40px;
    transition: color 0.3s, border-color 0.3s;
}

.function__enquire__link:hover {
    color: #ffd731;
    border-color: #ffd731;
    transition: color 0.3s, border-color 0.3s;
}

@media screen and (max-width: 1024px) {
    .function__enquire__link {
        font-size: 20px;
    }
    .function__enquire {
        padding: 4rem 0 4rem 2rem;
    }
}

.function-gallery {
    width: 44.3%;
    float: right;
    margin-bottom: 4rem;
    background-color: #141413;
}

@media screen and (max-width: 1024px) {
    .function-gallery {
        display: none;
    }
}

.function-gallery__small {
    width: 49%;
    float: left;
    margin-top: 1.5%;
}

.function-gallery__small .function-gallery__image {
    width: 48.6%;
    float: left;
    margin-bottom: 2.6%;
}

.function-gallery__small .function-gallery__image:nth-child(2n) {
    float: left;
    margin-left: 2.5%;
}

.function-gallery__large {
    width: 49.6%;
    float: right;
    margin-top: 1.5%;
}

.function-gallery__image {
    width: 100%;
    height: auto;
    display: block;
}


/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/
.modal.is-active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.modal {
    margin: 0;
    padding: 0;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease-in-out, visibility .4s ease-in-out;
    transition: all .4s ease-in-out, visibility .4s ease-in-out;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);

    display: block;
    position: fixed;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0;
    transition: opacity 0.5s, z-index 0s 0.5s;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-image: url(images/bb-patterntile-gold.jpg);
    background-repeat: repeat;
    background-position: center;
    background-size: 400px 400px;
}

// .modal .modal-overlay {
//     position: absolute;
//     top: 0px;
//     left: 0px;
//     bottom: 0px;
//     right: 0px;
//     margin: 0;
//     padding: 0;
//     color: #e84b37;
// }

.modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 80px;
    height: 80px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(0.1) rotate(45deg);
    -ms-transform: scale(0.1) rotate(45deg);
    transform: scale(0.1) rotate(45deg);
    z-index: 9999;
}

.modal.is-active .modal-close {
    -webkit-transform: scale(0.8) rotate(45deg);
    -ms-transform: scale(0.8) rotate(45deg);
    transform: scale(0.8) rotate(45deg);
}

.modal-close:after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    background-color: #e84b37;
    position: absolute;
    top: 40px;
    left: 0;
}

.modal-close:before {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    background-color: #e84b37;
    transform: rotate(90deg);
    position: absolute;
    top: 40px;
    left: 0;
}

.modal-close-text {
    font-style: normal;
    font-weight: normal;
    color: inherit;
    font-weight: 300;
    font-family: 'NTCornelia-Regular', sans-serif;
    color: #e84b37;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 35px;
    text-align: center;
    cursor: pointer;
}

.modal.is-active .modal-close:hover {
    -webkit-transform: scale(1) rotate(45deg);
    -ms-transform: scale(1) rotate(45deg);
    transform: scale(1) rotate(45deg);
}

.modal-inner {
    padding: 70px;
    z-index: 9999;
    visibility: hidden;
    -webkit-overflow-scrolling: touch;
    display: none;
}

@media screen and (max-width: 768px) {
    .modal-inner {
        padding: 35px;
    }

    .modal.is-active .modal-close:hover {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.modal-inner.is-active {
    visibility: visible;
    display: block;
}

.modal-inner:after {
    clear: both;
    display: table;
    content: "";
}

#ot-widget-container6 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

/*--------------------------------------------------------------
# Newsletter
--------------------------------------------------------------*/
.modal-inner-animate {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .4s cubic-bezier(0.01, 0.74, 0.61, 1.01);
    transition: all .4s cubic-bezier(0.01, 0.74, 0.61, 1.01);
    transition-delay: 0s;
}

.modal-inner.is-active .modal-inner-animate {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition-delay: 0.1s;
    max-width: 800px;
    margin: 0 auto;
}

/*--------------------------------------------------------------
# Newsletter details
--------------------------------------------------------------*/
.newsletter-details {
    width: 50%;
    padding-right: 5%;
    float: left;
}

.newsletter-details h2 {
    font-size: 40px;
    margin-bottom: 25px;
    color: #e84b37;
}

.newsletter-details p {
    margin-bottom: 5px;
    color: #e84b37;
}

/*--------------------------------------------------------------
# Newsletter Form
--------------------------------------------------------------*/
.newsletter-form {
    width: 50%;
    padding-left: 7%;
    float: left;
}

.newsletter-form input[type="text"],
.newsletter-form input[type="email"] {
    height: 50px;
    line-height: 50px;
    text-align: left;
    border: 2px solid #e84b37;
    padding: 0 15px;
    font-family: 'Roboto Mono', sans-serif;
    font-size: 16px;
    color: #e84b37;
    background-color: transparent;
    width: 250px;
}

.newsletter-form input[type="submit"] {
    height: 50px;
    line-height: 50px;
    text-align: left;
    border: 2px solid #e84b37;
    background-color: #e84b37;
    padding: 0 15px;
    font-family: 'NTCornelia-Regular', sans-serif;
    font-size: 16px;
    color: #ffd731;
    width: 250px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-appearance: none;
}

.newsletter-form input[type="submit"]:hover {
    background-color: transparent;
    color: #e84b37;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.newsletter-form input[type="text"]:focus,
.newsletter-form input[type="email"]:focus,
.newsletter-form input[type="submit"]:focus {
    outline: none;
}

.newsletter-form div.MGLLabel {
    width: 100%;
    float: none;
    font-size: 16px;
    line-height: 1.7;
    color: #e84b37;
    font-weight: 400;
    font-family: "neuzeit-grotesk", sans-serif;
}

.newsletter-form div.MGLField {
    width: 100%;
    float: none;
    margin-left: 0;
}

.newsletter-form div.MGLRow {
    clear: both;
    padding-bottom: 20px;
    margin-right: 0%;
}

.newsletter-form div.MGLRow:last-child {
    padding-bottom: 0px;
}

.newsletter-form div#MGLSubmit {
    width: 250px;
}

.newsletter-form div#MGLSubmit span {
    display: block;
}

.newsletter-form div#MGLSubmit strong {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    font-family: "neuzeit-grotesk", sans-serif;
}

.newsletter-form .MGLPoweredBy {
    margin-top: 20px;
    color: #fff;
    font-family: "neuzeit-grotesk", sans-serif;
    display: none;
}

.newsletter-form .MGLSuccessMessage {
    font-family: 'NTCornelia-Regular', sans-serif;
    line-height: 1.6;
    color: #e84b37;
}

.newsletter-form .MGLSuccessMessage h1 {
    font-size: 72px;
    line-height: 1.2;
    color: #e84b37;
    display: block;
    float: none;
}

/*--------------------------------------------------------------
# Function details
--------------------------------------------------------------*/
.function-details {
    width: 40%;
    padding-right: 5%;
    float: left;
}

@media screen and (max-width: 767px) {
    .function-details {
        width: 100%;
        padding-right: 0;
        margin-bottom: 25px;
    }
}

.function-details h2 {
    font-size: 40px;
    margin-bottom: 25px;
    color: #e84b37;
}

.function-details p {
    margin-bottom: 5px;
    color: #e84b37;
    "Roboto Mono", monospace
}

/*--------------------------------------------------------------
# Newsletter Form
--------------------------------------------------------------*/
.function-form {
    width: 60%;
    padding-left: 7%;
    float: left;
}

@media screen and (max-width: 767px) {
    .function-form {
        width: 100%;
        padding-left: 0;
    }
}

.function-form input[type="text"],
.function-form input[type="email"],
.function-form select {
    height: 50px;
    line-height: 50px;
    text-align: left;
    border: 2px solid #e84b37;
    padding: 0 7px;
    width: 100%;
    font-family: 'Roboto-Mono', monospace;
    font-size: 15px;
    color: #e84b37;
    background-color: transparent;
    border-radius: 0;
    -webkit-appearance: none;
}

.function-form input[type="text"] {
    background-image: none!important;
}

.function-form select {
    background-image: url('images/arrow.svg');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 15px;
}

.function-form textarea {
    border: 2px solid #e84b37;
    padding: 7px;
    width: 100%;
    height: 150px;
    font-family: 'Roboto-Mono', monospace;
    font-size: 15px;
    color: #e84b37;
    background-color: transparent;
}

.function-form input[type="submit"] {
    height: 50px;
    line-height: 50px;
    text-align: left;
    border: 2px solid #e84b37;
    background-color: #e84b37;
    padding: 0 15px;
    font-family: 'Roboto-Mono', monospace;
    font-size: 15px;
    color: #ffd731;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-appearance: none;
}

.function-form input[type="submit"]:hover {
    background-color: transparent;
    color: #e84b37;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.function-form input[type="text"]:focus,
.function-form input[type="email"]:focus,
.function-form input[type="submit"]:focus {
    outline: none;
}

.function-form div.MGLLabel {
    width: 100%;
    float: none;
    font-size: 16px;
    line-height: 1.7;
    color: #e84b37;
    font-weight: 400;
    font-family: "Roboto-Mono", monospace;
}

.function-form div.MGLField {
    width: 100%;
    float: none;
    margin-left: 0;
}

.function-form div.MGLRow {
    padding-bottom: 20px;
    margin-right: 0%;
}

.function-form .MGLRow {
    clear: none !important;
}

.function-form .MGLRow:nth-child(4),
.function-form .MGLRow:nth-child(6),
.function-form .MGLRow:nth-child(8),
.function-form .MGLRow:nth-child(10) {
    width: 48%;
    float: left;
}


.function-form .MGLRow:nth-child(5),
.function-form .MGLRow:nth-child(7),
.function-form .MGLRow:nth-child(9),
.function-form .MGLRow:nth-child(11) {
    width: 48%;
    float: right;
}

@media screen and (max-width: 767px) {
    .function-form .MGLRow:nth-child(4),
    .function-form .MGLRow:nth-child(6),
    .function-form .MGLRow:nth-child(8),
    .function-form .MGLRow:nth-child(10),
    .function-form .MGLRow:nth-child(5),
    .function-form .MGLRow:nth-child(7),
    .function-form .MGLRow:nth-child(9),
    .function-form .MGLRow:nth-child(11) {
        width: 100%;
        float: none;
    }
}

.function-form #EventDate_dd,
.function-form #EventDate_mm {
    width: 30%;
    float: left;
    margin-right: 5%;
}

.function-form #EventDate_yyyy {
    float: right;
    width: 30%;
}

.function-form div.MGLRow:last-child {
    padding-bottom: 0px;
}

.function-form #MGLSubmit {
    text-align: right !important;
}

.function-form #MGLSubmit span {
    text-align: left !important;
    width: 60%;
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-top: -25px;
    display: inline-block !important;
    float: left;
}

.function-form .MGLPoweredBy {
    display: none !important;
}

.function-form .MGLSuccessMessage {
    font-family: 'NTCornelia-Regular', sans-serif;
    line-height: 1.6;
    color: #e84b37;
}

.function-form .MGLSuccessMessage h1 {
    font-size: 52px;
    line-height: 1.2;
    color: #e84b37;
    display: block;
    float: none;
}

/*--------------------------------------------------------------
#Menu list
--------------------------------------------------------------*/

.menu-list {
    text-align: center;
    text-align: center;
    color: #e84b37;
}

.menu-list h2 {
    color: #e84b37;
    margin-bottom: 45px;
}

.menu-list > h2 {
    border-bottom: 5px solid #e84b37;
    display: inline-block;
    margin: 0 auto 45px;
}

.menu-list ul {
    padding: 0;
    margin: 0;
}

.menu-list li {
    list-style: none;
    color: #e84b37;
    padding-bottom: 0;
}

.menu-list li a {
    color: #e84b37;
}

.menu-list li h2 {
    font-size: 22px;
    margin-bottom: 5px;
    display: inline-block;
    position: relative;
}

.menu-list li p {
    margin-bottom: 35px;
    font-family: 'Roboto Mono';
    color: #000000;
}

.menu-list li h2:after {
    content: "";
    border-bottom: 5px solid #e84b37;
    display: inline-block;
    position: absolute;
    top: 30%;
    left: 51%;
    right: 51%;
    -webkit-transition: all 0.4s cubic-bezier(0, 0.73, 0.68, 1);
    -moz-transition: all 0.4s cubic-bezier(0, 0.73, 0.68, 1);
    -o-transition: all 0.4s cubic-bezier(0, 0.73, 0.68, 1);
    transition: all 0.4s cubic-bezier(0, 0.73, 0.68, 1);
}

.menu-list li h2:hover:after {
    left: 0;
    right: 0;
}

/*--------------------------------------------------------------
# Booking Details
--------------------------------------------------------------*/
.booking-details {
    width: 60%;
    padding-right: 5%;
    padding-left: 5%;
    float: right;
}

.booking-details h2 {
    font-size: 40px;
    margin-bottom: 25px;
    color: #e84b37;
}

.booking-details p, .booking-details li {
    font-family: 'Roboto Mono';
    font-size: 12px;
    color: #000000;
}

/*--------------------------------------------------------------
# Booking Form
--------------------------------------------------------------*/
.booking-form {
    width: 40%;
    margin: 0 auto;
    color: #e84b37;
    float: left;
}

.booking-form h2 {
    font-size: 40px;
    margin-bottom: 25px;
    margin-left: 6px;
    color: #e84b37;
    text-align: left;
}

@media screen and (max-width: 768px) {
    .newsletter-details,
    .newsletter-form {
        width: 100%;
        float: none;
    }

    .booking-form {
        width: 50%;
        float: left;
    }

    .booking-details {
        width: 50%;
        float: left;
        padding-top: 85px;
        padding-bottom: 100px;
    }

    .newsletter-details h2 {
        margin-bottom: 15px;
        font-size: 36px
    }

    .newsletter-form {
        margin-top: 15px;
        padding: 0;
    }

    .newsletter-details .social-tags {
        display: none;
    }

    .newsletter-form input[type="text"],
    .newsletter-form input[type="email"],
    .newsletter-form input[type="submit"],
    .newsletter-form div#MGLSubmit {
        width: 100%
    }

    .newsletter-inner {
        max-width: 300px;
    }
}

/*--------------------------------------------------------------
# Specials
--------------------------------------------------------------*/

.specials-bar {
    height: 50px;
    background-color: #e84b37;
    line-height: 1;
    color: #fff;
    font-weight: 400;
    font-family: 'NTCornelia-Regular', sans-serif;
    position: relative;
    z-index: 999;
}
/*
.specials-bar a{
    height: 50px;
    position: absolute;
    z-index: 999;
    top:0;
    width:100%;
    display: block;
}
*/

.specials-bar:after {
    content: "";
    width: 100%;
    height: 6px;
    bottom: -6px;
    left: 0;
    background-image: url('images/triangle.png');
    background-repeat: repeat-x;
    background-size: 16px 6px;
    display: block;
    z-index: 99;
}

.specials-bar__inner div:after {
    content: "";
    width: 101px;
    height: 46px;
    background-image: url('images/specials-snail.png');
    background-repeat: no-repeat;
    background-size: auto;
    display: block;
    position: absolute;
    top: 0;
    left: 9px;
    z-index: 999;
}

.scroll-right div:nth-child(2){
    -moz-animation-delay: -25s;
    -webkit-animation-delay: -25s;
    animation-delay: -25s;
}

.scroll-right {
     height: 50px;
     overflow: hidden;
     position: relative;
     background: #e84b37;
}
.scroll-right div {
    position: absolute;
    min-width: 2000px;
    height: 100%;
    margin: 0;
    line-height: 56px;
    padding: 0 0 0 120px;
    text-align: center;
    display: inline-block;
    -moz-transform:translateX(100%);
    -webkit-transform:translateX(100%);
    transform:translateX(100%);
    -moz-animation: scroll-right 50s linear infinite;
    -webkit-animation: scroll-right 50s linear infinite;
    animation: scroll-right 50s linear infinite;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.scroll-right div a{
    line-height: 56px;
}

@-moz-keyframes scroll-right {
     0%   { -moz-transform: translateX(100%); }
     100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes scroll-right {
     0%   { -webkit-transform: translateX(100%); }
     100% { -webkit-transform: translateX(-100%); }
}
@keyframes scroll-right {
     0%   {
         -moz-transform: translateX(100%);
         -webkit-transform: translateX(100%);
         transform: translateX(100%);
     }
     100% {
         -moz-transform: translateX(-100%);
         -webkit-transform: translateX(-100%);
         transform: translateX(-100%);
     }
}

@media screen and (max-width: 650px) {
    h1,
    .newsletter-details h2 {
        font-size: 32px;
    }

    #about {
        padding-top: 65px;
        padding-bottom: 65px;
    }

    #about .about-inner {
        padding-left: 25px;
        padding-right: 25px;
    }

    #about .about-details h2 {
        font-size: 16px;
    }

    #about .button {
        font-size: 15px;
        line-height: 64px;
    }

    .newsletter-inner {
        width: 85%;
    }

    h1 {
        font-size: 105px;
        text-align: left;
        padding: 0 30px;
        display: inline-block;
        float: left;
    }

    .home-details {
        position: relative;
        bottom: auto;
        width: 100%;
    }

    .home-navigation,
    .home-contact {
        width: 100%;
        text-align: left;
        float: none;
        padding: 30px;
    }

    .home-navigation li a {
        font-size: 42px;
    }

    .home-logo {
        top: auto;
        max-width: 100%;
        z-index: 98;
        position: relative;
        left: auto;
        right: auto;
        transform: none;
        padding-top: 57%;
    }

    .home-subscribe svg, .home-subscribe {
        width: 110px;
        height: 110px;
    }

    .home-navigation li:first-child {
        margin-bottom: 0px;
    }

    .home-navigation li {
        display: block;
    }

    .home-contact .social li {
        display: inline-block;
        margin-left: 0;
        padding-bottom: 0;
        margin-right: 15px;
    }

    .home-contact .social {
        margin-bottom: 30px;
    }

    .home {
        height: auto;
        background-position: top left;
    }

    .home-frog {
        bottom: 166px;
        left: auto;
        right: -46px;
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
        transform: scaleX(-1);
        width: 180px;
    }

    .home-logo__inner {
        position: relative;
        max-width: 370px;
    }

    #about {
        padding-top: 65px;
        padding-bottom: 65px;
    }

    #about .about-inner {
        padding-left: 25px;
        padding-right: 25px;
    }

    #about .about-details h2 {
        font-size: 16px;
    }

    #about .button {
        font-size: 15px;
        line-height: 64px;
    }

    .home-navigation li.menu:before,
    .home-navigation li.menu:after,
    .home-navigation li.menu a:before,
    .home-navigation li.menu a:after,
    .home-navigation li.booking:before,
    .home-navigation li.booking:after,
    .home-navigation li.booking a:before,
    .home-navigation li.booking a:after {
        display: none
    }

    .home-logo__leafbottom {
        bottom: -13%;
        left: -3%;
        max-width: 90px;
    }

    .home-logo__leafright2 {
        max-width: 72px;
    }

    .home-logo__leaf {
        top: 104px;
        left: 96px;
    }

    .home-logo__berry {
        top: 72%;
        right: 12px;
        max-width: 73px;
    }

    .home-logo__leafright {
        top: -16%;
        right: -5%;
        max-width: 90px;
    }

    .home-bg-overlay {
        opacity: 0.3;
        visibility: visible;
        background: black;
        position: fixed;
    }

    .modal .modal-overlay {
        top: 0px;
        left: 0px;
        bottom: 0px;
        right: 0px;
    }

    .modal-close {
        top: 5px;
        right: 5px;
    }

    .pace {
        top: 45%;
    }

    .modal-inner.newsletter--inner {
        padding: 20px;
    }

    .menu-list li p,
    .menu-list > h2 {
        margin-bottom: 26px;
    }

    .home-logo__leafleft {
        position: absolute;
        top: -23%;
        left: -7%;
    }

    .booking-form {
        width: 100%;
        float: none;
        margin-left: 0;
        margin-right: 0;
    }

    .booking-details {
        display: block;
        width: 100%;
        padding: 30px 10px;
    }
}

@media screen and (max-width: 370px) {
    h1 {
        font-size: 84px;
    }

    .home-contact .telephone__link {
        font-size: 30px;
    }

    .newsletter-details h2 {
        font-size: 25px;
    }

    .newsletter-details .social-tags {
        display: none;
    }

    .booking-form h2 {
        display: none;
    }
}

@media (hover: none) {

    .menu-active .overlay,
    .booking-active .overlay,
    .functions-active .overlay {
        opacity: 0;
        visibility: hidden;
    }

    .menu-active .home-bg-overlay,
    .booking-active .home-bg-overlay,
    .functions-active .home-bg-overlay {
        opacity: 0;
        visibility: hidden;
    }

    .functions-active .home-navigation li.booking a,
    .functions-active .home-navigation li.menu a {
        color: #fff;
        border-color: #fff;
    }

    .menu-active .home-contact a,
    .menu-active .home-contact li,
    .menu-active .home-contact h2,
    .booking-active .home-contact a,
    .booking-active .home-contact li,
    .booking-active .home-contact h2,
    .functions-active .home-contact a,
    .functions-active .home-contact li,
    .functions-active .home-contact h2 {
        color: #fff;
    }
}
