@import url(https://fonts.googleapis.com/css2?family=Baloo+Thambi+2:wght@400;600;700;800&display=swap);

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, 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 {
    display: block
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

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

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

body {
    background-color: #fff;
    color: #58595b;
    font-size: 1rem;
    font-family: 'Baloo Thambi 2', cursive;
    font-weight: 400
}

body * {
    outline: 0
}

body.no_scroll {
    overflow: hidden
}

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

img.img-fluid {
    width: 100%
}

strong {
    font-weight: 700
}

strong.semi {
    font-weight: 600
}

strong.extra {
    font-weight: 800
}

.font-italic {
    font-style: italic
}

a {
    text-decoration: none
}

sub {
    font-size: smaller;
    vertical-align: .6em
}

sup {
    vertical-align: super;
    font-size: .6em
}

.c-yellow {
    color: #fad022
}

.bg-yellow {
    background-color: #fad022 !important
}

.c-dark_yellow {
    color: #fcb22b
}

.bg-dark_yellow {
    background-color: #fcb22b !important
}

.c-red {
    color: #ed1c24
}

.bg-red {
    background-color: #ed1c24 !important
}

html {
    font-size: 2.1vw
}

body a {
    -webkit-tap-highlight-color: transparent
}

body.menu_on {
    overflow: hidden
}

#content {
    position: relative;
    overflow: hidden;
    opacity: 0
}

.container {
    max-width: calc(44rem + 30px)
}

footer, header {
    position: relative;
    z-index: 20
}

section {
    position: relative;
    overflow: hidden
}

.z-index {
    position: relative;
    z-index: 1
}

.parallax_set {
    position: absolute;
    width: 100%
}

.parallax_set:before {
    content: "";
    display: block;
    height: 0
}

.parallax_set__cloud {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 2.7rem;
    background-color: #fff;
    padding: .8em 1em;
    border-radius: 4em;
    min-width: 8em;
    z-index: 1;
    text-align: center;
    opacity: 1
}

.parallax_set__cloud:after {
    content: "";
    position: absolute !important;
    top: 100%;
    left: 1.5em;
    display: block;
    width: 0;
    height: 0;
    margin-top: -1px;
    border-style: solid;
    border-width: 1em .5em 0 .5em;
    border-color: #fff transparent transparent transparent
}

.parallax_set-inside {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.parallax_set-inside div {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat
}

.fromRight {
    -webkit-transform: translateX(20%);
    -ms-transform: translateX(20%);
    transform: translateX(20%);
    opacity: 0
}

.fromLeft {
    -webkit-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    transform: translateX(-20%);
    opacity: 0
}

@media only screen and (min-width: 576px) {
    html {
        font-size: 10px
    }
}

@media only screen and (min-width: 768px) {
    html {
        font-size: .6vw
    }

    body.menu_on {
        overflow: auto
    }

    .container {
        max-width: calc(144rem + 30px)
    }

    .parallax_set__cloud {
        font-size: 5rem
    }

    .parallax_set__cloud:after {
        content: ""
    }

    .parallax_set__cloud.hidden {
        opacity: 0 !important
    }
}

@media only screen and (min-width: 992px) {
    html {
        font-size: .53vw
    }
}

#menu-icon {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 7.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

#menu-icon div {
    width: 100%;
    height: 5px;
    background-color: #fff;
    margin-top: 5px
}

#menu-icon div:first-of-type {
    margin-top: 0
}

@media only screen and (min-width: 768px) {
    #menu-icon {
        display: none
    }
}

nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ed1c24;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 1rem 0;
    z-index: 100
}

nav .logo {
    width: 12rem;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

nav .close {
    position: absolute;
    top: 4rem;
    right: 4rem;
    width: 4rem;
    height: 4rem;
    cursor: pointer
}

nav .close div {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    margin-top: -1px
}

nav .close div:nth-of-type(1) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

nav .close div:nth-of-type(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

nav .menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    -webkit-transition: opacity .5s, visibility .5s;
    -o-transition: opacity .5s, visibility .5s;
    transition: opacity .5s, visibility .5s
}

nav .menu.visible {
    opacity: 1;
    visibility: visible
}

nav ul li a {
    color: #ed1c24;
    font-weight: 800;
    font-size: 3.2rem;
    line-height: 1.5
}

nav.scrolled .logo {
    width: 10rem
}

@media only screen and (min-width: 768px) {
    nav .logo {
        width: 22rem;
        margin-right: 10rem
    }

    nav .close {
        display: none
    }

    nav .menu {
        opacity: 1;
        visibility: visible;
        background-color: transparent;
        position: static;
        width: auto;
        height: auto
    }

    nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    nav ul li {
        padding-right: 2.5rem
    }

    nav ul li a {
        color: #fff;
        font-size: 4rem;
        line-height: 1;
        -webkit-transition: font-size .3s;
        -o-transition: font-size .3s;
        transition: font-size .3s
    }

    nav.scrolled .logo {
        width: 10rem
    }

    nav.scrolled ul li a {
        font-size: 2rem
    }
}

h2, h3, li, p {
    line-height: 1.2
}

h2 {
    font-size: 1.9rem
}

h3 {
    font-size: 2.5rem
}

li, p {
    font-size: 1.7rem
}

li.small, p.small {
    font-size: 1.1rem
}

@media only screen and (min-width: 768px) {
    h2 {
        font-size: 3.5rem
    }

    h3 {
        font-size: 4.5rem
    }

    p {
        font-size: 2.5rem
    }

    p.small {
        font-size: 1.7rem
    }

    li {
        font-size: 2rem
    }
}

.side_menu {
    display: none
}

@media only screen and (min-width: 768px) {
    .side_menu {
        display: block;
        position: fixed;
        top: 50%;
        right: 0;
        background-color: #fff;
        padding: 2rem 1rem;
        border-radius: 6rem;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .3);
        box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .3)
    }

    .side_menu__cloud {
        position: absolute;
        top: -9rem;
        right: 0;
        width: 16rem;
        max-width: 16rem
    }
}

.side_menu .snack {
    position: relative;
    width: 6.5rem;
    cursor: pointer;
    margin-bottom: 5px;
}

.top {
    background-color: #fad022;
    padding: 12rem 0
}

.top .parallax_set {
    bottom: -14rem;
    right: -2.5rem;
    width: 147%
}

.top .parallax_set:before {
    padding-bottom: 107%
}

.top .parallax_set-inside div:nth-of-type(1) {
    background-image: url(../img/top_img3.png)
}

.top .parallax_set-inside div:nth-of-type(2) {
    background-image: url(../img/top_img2.png)
}

.top .parallax_set-inside div:nth-of-type(3) {
    background-image: url(../img/top_img1.png)
}

.top .texts {
    position: relative;
    padding-top: 6.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.top .texts .top_text1 {
    width: 18.5rem
}

.top .texts .top_text2 {
    width: 15.5rem;
    margin-left: 6.5rem;
    margin-top: -.7rem
}

.top .texts .top_text3 {
    width: 17rem;
    margin-top: -.8rem;
    margin-left: 2.5rem
}

.top .texts .heart {
    position: absolute;
    left: 17rem;
    top: 10rem;
    width: 4rem;
    opacity: 0
}

@media only screen and (min-width: 768px) {
    .top {
        padding: 25rem 0 5rem
    }

    .top .parallax_set {
        bottom: -6.5rem;
        width: 83%;
        right: 2rem
    }

    .top .parallax_set:before {
        padding-bottom: 107%
    }

    .top .parallax_set-inside div:nth-of-type(1) {
        background-image: url(../img/top_img3.png)
    }

    .top .parallax_set-inside div:nth-of-type(2) {
        background-image: url(../img/top_img2.png)
    }

    .top .parallax_set-inside div:nth-of-type(3) {
        background-image: url(../img/top_img1.png)
    }

    .top .texts {
        padding-top: 2rem
    }

    .top .texts .top_text1 {
        width: 33.7rem;
        margin-left: -4.5rem
    }

    .top .texts .top_text2 {
        width: 29.4rem;
        margin-left: 8.5rem;
        margin-top: -2rem
    }

    .top .texts .top_text3 {
        width: 31.1rem;
        margin-top: -1rem;
        margin-left: 0
    }

    .top .texts .heart {
        left: 31rem;
        top: 12rem;
        width: 5rem
    }
}

@media only screen and (min-width: 992px) and (orientation: landscape) {
    .top .container, .top .row {
        height: 100%
    }

    .top .parallax_set {
        width: 80vh
    }
}

.snacks {
    padding: 8rem 0
}

.snacks .snacks-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 34rem;
    margin: 0 auto;
    align-items: center;
}

.snacks .snacks-wrap .snack {
    width: 28%;
    padding: 0 1rem 2rem;
    cursor: pointer
}

.snacks .snacks-wrap .snack img {
    width: 100%;
    -webkit-transform-origin: 50% 85%;
    -ms-transform-origin: 50% 85%;
    transform-origin: 50% 85%;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s
}

.snacks .snacks-wrap .snack__cloud {
    position: absolute;
    bottom: 100%;
    left: 0;
    font-size: 1.8rem;
    background-color: #fff;
    padding: .5em 1em;
    border-radius: 4em;
    min-width: 8em;
    z-index: 1;
    text-align: center
}

.snacks .snacks-wrap .snack__cloud:after {
    content: "";
    position: absolute !important;
    top: 100%;
    left: 1.5em;
    display: block;
    width: 0;
    height: 0;
    margin-top: -1px;
    border-style: solid;
    border-width: 1em .5em 0 .5em;
    border-color: #fff transparent transparent transparent
}

.snacks .snacks-wrap .snack.active img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.snacks .snacks-wrap .snack:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

@media only screen and (min-width: 768px) {
    .snacks {
        padding: 9rem 0 4rem
    }

    .snacks .snacks-wrap {
        width: 90%;
        padding-bottom: 0
    }

    .snacks .snacks-wrap .snack {
        width: 15%
    }
}

.snacks .snack.snack--horizontal {
    position: relative;
    bottom: 8px;
    width: 44%;
    padding: 0 10px;
}
@media only screen and (min-width: 768px) {
    .snacks .snack.snack--horizontal {
        width: 25%;
    }
}

.side_menu .snack.snack--horizontal img {
    margin-top: 10px;
}

@media only screen and (min-width: 992px) and (orientation: landscape) {
    .snacks .container, .snacks .row {
        height: 100%
    }
}

.details .detail {
    position: relative;
    overflow: hidden
}

.details .detail__bg {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 300%;
    margin-top: -50%;
    background-position: 50% 50%;
    background-size: 100% auto;
    background-repeat: repeat-y
}

.details .detail__big {
    width: 12rem;
    margin: 18rem auto 1rem
}

.details .detail__cloud {
    display: none
}

.details .detail__recipe {
    width: 9rem;
    margin: 0 auto 2rem;
    cursor: pointer
}

.details .detail__link {
    display: block;
    width: 5rem;
    margin: 0 auto 2rem;
    cursor: pointer
}

.details .detail__link img {
    width: 100%
}

.details .detail--1 {
    background: #02b9cc;
    background: -o-radial-gradient(circle, #02b9cc 0, #00a2cb 100%);
    background: radial-gradient(circle, #02b9cc 0, #00a2cb 100%)
}

.details .detail--1 .detail__bg {
    background-image: url(../img/snack1_bg.png)
}

.details .detail--1 .parallax_set {
    bottom: 2rem;
    width: 192%;
    right: -19rem
}

.details .detail--1 .parallax_set:before {
    padding-bottom: 67%
}

.details .detail--1 .parallax_set-inside div:nth-of-type(1) {
    background-image: url(../img/snack1_p4.png)
}

.details .detail--1 .parallax_set-inside div:nth-of-type(2) {
    background-image: url(../img/snack1_p3.png)
}

.details .detail--1 .parallax_set-inside div:nth-of-type(3) {
    background-image: url(../img/snack1_p2.png)
}

.details .detail--1 .parallax_set-inside div:nth-of-type(4) {
    background-image: url(../img/snack1_p1.png)
}

.details .detail--2 {
    background: #e10019;
    background: -o-radial-gradient(circle, #e10019 0, #b60000 100%);
    background: radial-gradient(circle, #e10019 0, #b60000 100%)
}

.details .detail--2 .detail__bg {
    background-image: url(../img/snack2_bg.png)
}

.details .detail--2 .parallax_set {
    bottom: 2rem;
    width: 156%;
    right: -3rem
}

.details .detail--2 .parallax_set:before {
    padding-bottom: 87%
}

.details .detail--2 .parallax_set__cloud {
    right: -4em;
    top: 1em
}

.details .detail--2 .parallax_set-inside div:nth-of-type(1) {
    background-image: url(../img/snack2_p6.png)
}

.details .detail--2 .parallax_set-inside div:nth-of-type(2) {
    background-image: url(../img/snack2_p5.png)
}

.details .detail--2 .parallax_set-inside div:nth-of-type(3) {
    background-image: url(../img/snack2_p4.png)
}

.details .detail--2 .parallax_set-inside div:nth-of-type(4) {
    background-image: url(../img/snack2_p3.png)
}

.details .detail--2 .parallax_set-inside div:nth-of-type(5) {
    background-image: url(../img/snack2_p2.png)
}

.details .detail--2 .parallax_set-inside div:nth-of-type(6) {
    background-image: url(../img/snack2_p1.png)
}

.details .detail--3 {
    background: #f4c800;
    background: -o-radial-gradient(circle, #f4c800 0, #ef8002 100%);
    background: radial-gradient(circle, #f4c800 0, #ef8002 100%)
}

.details .detail--3 .detail__bg {
    background-image: url(../img/snack3_bg.png)
}

.details .detail--3 .parallax_set {
    bottom: 0;
    width: 145%;
    right: -3rem
}

.details .detail--3 .parallax_set:before {
    padding-bottom: 89%
}

.details .detail--3 .parallax_set__cloud {
    right: -4.5em
}

.details .detail--3 .parallax_set-inside div:nth-of-type(1) {
    background-image: url(../img/snack3_p5.png)
}

.details .detail--3 .parallax_set-inside div:nth-of-type(2) {
    background-image: url(../img/snack3_p4.png)
}

.details .detail--3 .parallax_set-inside div:nth-of-type(3) {
    background-image: url(../img/snack3_p3.png)
}

.details .detail--3 .parallax_set-inside div:nth-of-type(4) {
    background-image: url(../img/snack3_p2.png)
}

.details .detail--3 .parallax_set-inside div:nth-of-type(5) {
    background-image: url(../img/snack3_p1.png)
}

.details .detail--4 {
    background: #ff862b;
    background: -o-radial-gradient(circle, #ff862b 0, #f4550c 100%);
    background: radial-gradient(circle, #ff862b 0, #f4550c 100%)
}

.details .detail--4 .detail__bg {
    background-image: url(../img/snack4_bg.png)
}

.details .detail--4 .parallax_set {
    bottom: 2.5rem;
    width: 145%;
    right: -3rem
}

.details .detail--4 .parallax_set:before {
    padding-bottom: 87%
}

.details .detail--4 .parallax_set__cloud {
    right: -3em
}

.details .detail--4 .parallax_set-inside div:nth-of-type(1) {
    background-image: url(../img/snack4_p5.png)
}

.details .detail--4 .parallax_set-inside div:nth-of-type(2) {
    background-image: url(../img/snack4_p4.png)
}

.details .detail--4 .parallax_set-inside div:nth-of-type(3) {
    background-image: url(../img/snack4_p3.png)
}

.details .detail--4 .parallax_set-inside div:nth-of-type(4) {
    background-image: url(../img/snack4_p2.png)
}

.details .detail--4 .parallax_set-inside div:nth-of-type(5) {
    background-image: url(../img/snack4_p1.png)
}

.details .detail--5 {
    background: #9f319a;
    background: -o-radial-gradient(circle, #9f319a 0, #853c9f 100%);
    background: radial-gradient(circle, #9f319a 0, #853c9f 100%)
}

.details .detail--5 .detail__bg {
    background-image: url(../img/snack5_bg.png)
}

.details .detail--5 .parallax_set {
    bottom: 3rem;
    width: 128%;
    right: -2rem
}

.details .detail--5 .parallax_set:before {
    padding-bottom: 96%
}

.details .detail--5 .parallax_set__cloud {
    right: -4em
}

.details .detail--5 .parallax_set-inside div:nth-of-type(1) {
    background-image: url(../img/snack5_p3.png)
}

.details .detail--5 .parallax_set-inside div:nth-of-type(2) {
    background-image: url(../img/snack5_p2.png)
}

.details .detail--5 .parallax_set-inside div:nth-of-type(3) {
    background-image: url(../img/snack5_p1.png)
}


.details .detail--5 {
    background: #9f319a;
    background: -o-radial-gradient(circle, #9f319a 0, #853c9f 100%);
    background: radial-gradient(circle, #9f319a 0, #853c9f 100%)
}

.details .detail--5 .detail__bg {
    background-image: url(../img/snack5_bg.png)
}

.details .detail--6 .parallax_set {
    bottom: 3rem;
    width: 128%;
    right: -2rem
}

.details .detail--6 {
    background: #86be23;
}

.details .detail--6 .detail__bg {
    background-image: url(../img/Graal_OstraJazda_smartfish_grafika_tlo.png)
}

.details .detail--6 .parallax_set:before {
    padding-bottom: 96%
}

.details .detail--6 .parallax_set__cloud {
    right: -4em
}



.details .detail--6 .parallax_set-inside div:nth-of-type(1) {
    background-image: url(../img/Graal_OstraJazda_smartfish_grafika_01.png)
}

.details .detail--6 .parallax_set-inside div:nth-of-type(2) {
    background-image: url(../img/Graal_OstraJazda_smartfish_grafika_02.png)
}

.details .detail--6 .parallax_set-inside div:nth-of-type(3) {
    background-image: url(../img/Graal_OstraJazda_smartfish_grafika_03.png)
}

.details .detail--6 .parallax_set-inside div:nth-of-type(4) {
    background-image: url(../img/Graal_OstraJazda_smartfish_grafika_04.png)
}
.details .detail__big--6 {
    margin: 20rem auto 10rem;
}

@media only screen and (min-width: 768px) {
    .details .detail__bg {
        background-size: contain
    }

    .details .detail__big {
        width: 35rem;
        margin: 6rem auto 5rem
    }
    .details .detail__big--6 {
        width: 100%;
        margin: 24rem auto 12rem;
    }

    .details .detail__cloud {
        position: absolute;
        display: block;
        width: 55rem;
        top: 4rem;
        left: -34rem;
        background-color: #fff;
        padding: 4rem;
        border-radius: 4rem;
        font-size: 1.9rem;
        opacity: 0;
        -webkit-box-shadow: 0 0 2rem 0 rgba(0, 0, 0, .5);
        box-shadow: 0 0 2rem 0 rgba(0, 0, 0, .5)
    }

    .details .detail__cloud .small {
        font-size: .7em
    }

    .details .detail__cloud .row {
        padding-bottom: .5em
    }

    .details .detail__cloud .row:last-of-type {
        padding-bottom: 0
    }

    .details .detail__cloud.visible {
        opacity: 1
    }

    .details .detail__recipe {
        width: 22rem;
        margin: 0 auto 2rem
    }

    .details .detail__link {
        display: block;
        width: 12rem;
        margin: 0
    }

    .details .detail--1 .parallax_set {
        bottom: 3rem;
        width: 127%;
        right: -14rem
    }

    .details .detail--2 .parallax_set {
        bottom: 3rem;
        width: 100%;
        right: 6rem
    }

    .details .detail--3 .parallax_set {
        bottom: 0;
        width: 95%;
        right: 6rem
    }

    .details .detail--4 .parallax_set {
        bottom: 2rem;
        width: 100%;
        right: 6rem
    }

    .details .detail--5 .parallax_set {
        bottom: 7rem;
        width: 83%;
        right: 15rem
    }

    .details .detail--6 .parallax_set {
        bottom: 7rem;
        width: 90%;
        right: 15rem
    }
}

@media only screen and (min-width: 992px) and (orientation: landscape) {
    .details .container, .details .detail {
        height: 100%
    }

    .details .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .details .container .row {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 100%
    }
}

.recipes {
    margin-bottom: 3rem;
    z-index: 1;
    overflow: visible
}

.recipes .recipes-wrap {
    position: relative
}

.recipes .recipes-wrap .recipe {
    display: none;
    color: #fff;
    background-color: #fcb22b;
    padding: 12rem 0 8rem;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, -webkit-transform 1s;
    -o-transition: transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s, -webkit-transform 1s
}

.recipes .recipes-wrap .recipe h3 {
    margin-bottom: 2rem
}

.recipes .recipes-wrap .recipe__img {
    margin-bottom: 2rem
}

.recipes .recipes-wrap .recipe__ingredients {
    margin-bottom: 3rem
}

.recipes .recipes-wrap .recipe ol {
    counter-reset: item;
    padding-bottom: 1rem
}

.recipes .recipes-wrap .recipe ol li {
    counter-increment: item;
    padding-bottom: 2rem
}

.recipes .recipes-wrap .recipe ol li:before {
    display: inline-block;
    padding-right: .2em;
    font-weight: 800;
    text-align: right;
    content: counter(item) "."
}

.recipes .recipes-wrap .recipe .box {
    background-color: #000;
    padding: 1rem 1.5rem 2rem;
    margin: 0 .7rem
}

.recipes .recipes-wrap .recipe .box p {
    line-height: 1.5
}

.recipes .recipes-wrap .recipe-1 {
    background-color: #fcb22b
}

.recipes .recipes-wrap .recipe.active {
    display: block
}

.recipes__cloud {
    position: absolute;
    top: -4rem;
    left: calc(50% - 15rem);
    font-size: 1.7rem;
    background-color: #fff;
    padding: .8em 1em;
    border-radius: 4em;
    min-width: 8em;
    z-index: 1;
    text-align: center;
    opacity: 1;
    -webkit-animation: shake 6s cubic-bezier(.36, .07, .19, .97) infinite;
    animation: shake 6s cubic-bezier(.36, .07, .19, .97) infinite
}

.recipes__cloud:after {
    content: "";
    position: absolute !important;
    top: 100%;
    left: 1.5em;
    display: block;
    width: 0;
    height: 0;
    margin-top: -1px;
    border-style: solid;
    border-width: 1em .5em 0 .5em;
    border-color: #fff transparent transparent transparent
}

.recipes__thumbs {
    position: absolute;
    top: 3rem;
    left: 50%;
    width: 30rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.recipes__thumbs .flickity-button.next {
    right: -50px
}

.recipes__thumbs .flickity-button.previous {
    left: -50px
}

.recipes__thumb {
    width: 25%;
    cursor: pointer;
    padding: 0 3%
}

.recipes__thumb img {
    width: 100%
}

@media only screen and (min-width: 768px) {
    .recipes {
        margin-bottom: 5rem
    }

    .recipes .recipes-wrap {
        margin-bottom: 5rem
    }

    .recipes .recipes-wrap .recipe {
        padding: 10rem 0
    }

    .recipes .recipes-wrap .recipe__img {
        max-width: none;
        width: 140%;
        margin: -10% 0 0 -40%
    }

    .recipes .recipes-wrap .recipe h3 {
        margin-bottom: 3rem
    }

    .recipes .recipes-wrap .recipe__ingredients {
        margin-bottom: 5rem
    }

    .recipes .recipes-wrap .recipe ol {
        padding-bottom: 0
    }

    .recipes .recipes-wrap .recipe ol li {
        padding-bottom: 3rem
    }

    .recipes .recipes-wrap .recipe .box {
        padding: 1.5rem 3rem 3rem;
        margin: 0
    }

    .recipes__cloud {
        top: auto;
        bottom: 14rem;
        left: calc(50% + 6rem);
        font-size: 2rem
    }

    .recipes__cloud:after {
        left: auto;
        right: 1.5em
    }

    .recipes__thumbs {
        width: 60rem;
        top: auto;
        bottom: 0
    }
}

@media only screen and (min-width: 992px) and (orientation: landscape) {
    .recipes {
        margin-bottom: 0;
        padding-bottom: 8rem
    }

    .recipes .recipes-wrap {
        height: 100%;
        max-height: 100%
    }

    .recipes .recipes-wrap .recipe {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden
    }

    .recipes .recipes-wrap .recipe_scroll {
        width: 100%
    }

    .recipes .recipes-wrap .recipe__img {
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5)
    }

    .recipes .recipes-wrap .recipe__text {
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(50%)
    }

    .recipes .recipes-wrap .recipe__info {
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%)
    }

    .recipes .recipes-wrap .recipe.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        opacity: 1;
        visibility: visible
    }

    .recipes .recipes-wrap .recipe.active .recipe__img {
        -webkit-transition: opacity 1s, -webkit-transform 1s cubic-bezier(.34, 1.56, .64, 1);
        transition: opacity 1s, -webkit-transform 1s cubic-bezier(.34, 1.56, .64, 1);
        -o-transition: transform 1s cubic-bezier(.34, 1.56, .64, 1), opacity 1s;
        transition: transform 1s cubic-bezier(.34, 1.56, .64, 1), opacity 1s;
        transition: transform 1s cubic-bezier(.34, 1.56, .64, 1), opacity 1s, -webkit-transform 1s cubic-bezier(.34, 1.56, .64, 1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .recipes .recipes-wrap .recipe.active .recipe__text {
        -webkit-transition: opacity 1s, -webkit-transform 1s cubic-bezier(.34, 1.56, .64, 1);
        transition: opacity 1s, -webkit-transform 1s cubic-bezier(.34, 1.56, .64, 1);
        -o-transition: transform 1s cubic-bezier(.34, 1.56, .64, 1), opacity 1s;
        transition: transform 1s cubic-bezier(.34, 1.56, .64, 1), opacity 1s;
        transition: transform 1s cubic-bezier(.34, 1.56, .64, 1), opacity 1s, -webkit-transform 1s cubic-bezier(.34, 1.56, .64, 1);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .recipes .recipes-wrap .recipe.active .recipe__info {
        -webkit-transition: opacity 1s, -webkit-transform 1s cubic-bezier(.34, 1.56, .64, 1);
        transition: opacity 1s, -webkit-transform 1s cubic-bezier(.34, 1.56, .64, 1);
        -o-transition: transform 1s cubic-bezier(.34, 1.56, .64, 1), opacity 1s;
        transition: transform 1s cubic-bezier(.34, 1.56, .64, 1), opacity 1s;
        transition: transform 1s cubic-bezier(.34, 1.56, .64, 1), opacity 1s, -webkit-transform 1s cubic-bezier(.34, 1.56, .64, 1);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes shake {
    82%, 98% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0)
    }
    84%, 96% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0)
    }
    86%, 90%, 94% {
        -webkit-transform: translate3d(-4px, 0, 0);
        transform: translate3d(-4px, 0, 0)
    }
    88%, 92% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0)
    }
}

@keyframes shake {
    82%, 98% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0)
    }
    84%, 96% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0)
    }
    86%, 90%, 94% {
        -webkit-transform: translate3d(-4px, 0, 0);
        transform: translate3d(-4px, 0, 0)
    }
    88%, 92% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0)
    }
}

.instagram #instagram-feed {
    background-color: #fafafa
}

.instagram #instagram-feed .instagram_gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.instagram #instagram-feed a {
    display: block;
    width: 33.33333%;
    padding: 1%
}

@media only screen and (min-width: 992px) and (orientation: landscape) {
    .instagram {
        padding-top: 9rem
    }

    .instagram .container, .instagram .row {
        height: 100%
    }

    .instagram #instagram-feed {
        width: 70%;
        margin: 0 auto
    }
}