@font-face {
    font-family: 'Varela';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url('../fonts/varela-round-v13-latin-regular.eot');
    src: local(''),
    url('../fonts/varela-round-v13-latin-regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/varela-round-v13-latin-regular.woff2') format('woff2'),
    url('../fonts/varela-round-v13-latin-regular.woff') format('woff'),
    url('../fonts/varebody.page-contact .main-content .content-segmentla-round-v13-latin-regular.ttf') format('truetype'),
    url('../fonts/varela-round-v13-latin-regular.svg#VarelaRound') format('svg');
}
@font-face {
    font-family: 'BigShoulders';
    font-style: normal;
    font-display: swap;
    font-weight: 900;
    src: url('../fonts/big-shoulders-inline-display-v2-latin-900.eot');
    src: local(''),
    url('../fonts/big-shoulders-inline-display-v2-latin-900.eot?#iefix') format('embedded-opentype'),
    url('../fonts/big-shoulders-inline-display-v2-latin-900.woff2') format('woff2'),
    url('../fonts/big-shoulders-inline-display-v2-latin-900.woff') format('woff'),
    url('../fonts/big-shoulders-inline-display-v2-latin-900.ttf') format('truetype'),
    url('../fonts/big-shoulders-inline-display-v2-latin-900.svg#BigShouldersInlineDisplay') format('svg');
}





/* Document */
html.menu-open,
body.menu-open {
    overflow: hidden;
}

body {
    font-size: 16px;
    font-weight: 400;
    min-height: 100vh;
    line-height: 1.7em;
    padding-right: 102px;
    font-family: 'Varela', sans-serif;
}
h1, h2, h3, h4 {
    color: inherit;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 15px;
    font-family: 'Varela', sans-serif;
}
h1 {
    font-size: 40px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 24px;
}
a {
    color: inherit;
}
a:hover {
    color: inherit;
}
article a:not(.button) {
    text-decoration: none;
}
.nowrap {
    white-space: nowrap;
}
img {
    display: inline-block;
    max-width: 100%;
}
picture {
    display: block;
}
.picture-wrap picture {
    position: relative;
    overflow: hidden;
    height: 100%;
}
.picture-wrap picture > img {
    display: block;
    position: relative;
    min-width: 100%;
    min-height: 100%;
}
.picture-wrap.horizontal.centered picture > img {
    max-width: 100%;
    max-height: none;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.picture-wrap.vertical.centered picture > img {
    max-width: none;
    max-height: 100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}



/* Bootstrap */
.row.zero {
    margin: 0 !important;
}
.row.zero > div {
    padding: 0 !important;
}
.row.minimal {
    margin: 0 -8px !important;
}
.row.minimal > div {
    padding: 0 8px !important;
}
.container {
    padding: 0 20px;
    z-index: 8;
}
.container-fluid {
    padding: 0 20px;
    z-index: 8;
}
.wrapper {
    display: block;
    position: relative;
    padding: 70px 0;
}




/* Buttons */
.button {
    cursor: pointer;
    text-decoration: none !important;
    white-space: nowrap;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.button.disabled {
    cursor: not-allowed !important;
    opacity: 0.5;
}
.button {
    cursor: pointer;
    display: inline-block;
    position: relative;
    outline: none;
    border: none;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-decoration: none !important;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    z-index: 20;

    font-size: 17px;
    font-weight: 800;
    line-height: 1.1em;
    margin: 0 3px 6px 0;
    padding: 11px 18px;
    background: #efefef;
    color: #444;

}
.button:hover,
.button:focus {
    border: none !important;
    text-decoration: none !important;
    outline: none !important;
}




/* Image buttons */
.img-button {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.25s;
    outline: none !important;
    border: none !important;
    text-decoration: none !important;
    background: none;
}
.img-button.no-img {
    color: #638bfc;
    background: #bdecf1;
    font-size: 3.25rem;
    text-transform: uppercase;
    padding: 22px 27px 18px;
}
.img-button:hover,
.img-button:focus {
    -webkit-filter: brightness(1.075);
    filter: brightness(1.075);
}
.img-button > img {
    display: block;
    max-width: 100%;
}
.img-button.order-now {
    width: 235px;
}
.img-button.sign-up {
    width: 300px;
}
.img-button.check-menu {
    width: 260px;
}
.img-button.impression {
    width: 380px;
}
.img-button.careers {
    width: 300px;
}
.img-button.send {
    width: 230px;
}




/* Alerts */
.alert {
    display: block;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: 3px solid transparent;
    padding: 20px 22px 19px;
    font-size: 1.15rem;
}
.alert.alert-inline {
    display: inline-block;
}
.alert:not(.zero) {
    margin: 0 0 25px;
}
.alert.alert-danger {
    background-color: #fbe5f0;
    border-color: #ffacbb;
    color: #650b13;
}
.alert.alert-success {
    background-color: #80c162;
    border-color: #80c162;
    color: #083c19;
}
.alert.alert-info {
    background-color: #bdecf0;
    border-color: #638bfc;
    color: #244194;
}
.alert > strong {
    margin-bottom: 8px;
}
.alert ul {
    padding-left: 20px;
    margin: 0;
}





/* Slider basic */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -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);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
    line-height: 0em;
    outline: none !important;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}




/* Slider custom */
.slider-wrap {
    display: block;
    position: relative;
}
.slider-wrap.static::before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}
.slider-wrap .slide {
    display: block;
    position: relative;
    line-height: 1.5em;
}
.slider-wrap .slide-image > picture  {
    display: block;
    position: relative;
    height: 540px;
    z-index: 6;
}
body.page-home .slider-wrap .slide-image > picture  {
    height: 620px;
}
.slider-wrap .slick-slider .slick-arrow {
    position: absolute;
    top:  50%;
    width: 50px;
    height: 50px;
    outline: none !important;
    border: none !important;
    background: none !important;
    text-decoration: none !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 19px !important;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: transparent;
    font-size: 0;
    z-index: 150 !important;
}
.slider-wrap .slick-slider .slick-arrow.slick-prev {
    left: 20px;
    background-image: url('/images/icon-left.png') !important;
}
.slider-wrap .slick-slider .slick-arrow.slick-next {
    right: 20px;
    background-image: url('/images/icon-right.png') !important;
}

.slider-loader {
    display: block;
    position: relative;
    border-radius: 999px;
    -moz-border-radius: 999px;
    -webkit-border-radius: 999px;
    border: 5px solid #bdecf0;
    box-sizing: content-box;
    line-height: 0em;
}
.slider-loader,
.slider-loader > .loader {
    height: 7px;
    overflow: visible;
}
.slider-loader > .loader {
    display: inline-block;
    position: relative;
    border-radius: 999px;
    -moz-border-radius: 999px;
    -webkit-border-radius: 999px;
    background: rgba(255,255,255,0.7);
    /*background: rgba(0,0,0,0.1);*/
    transition: opacity 0.3s;
    width: 0;
}
.slider-loader > .loader::after {
    content: ' ';
    display: inline-block;
    background: #ffacbb;
    position: absolute;
    top: 50%;
    right: 0;
    width: 30px;
    height: 30px;
    z-index: 150;
    border-radius: 999px;
    -moz-border-radius: 999px;
    -webkit-border-radius: 999px;
    transform: translateX(50%) translateY(-50%);
    -webkit-transform: translateX(50%) translateY(-50%);
}







/* Forms */
form.form {
    position: relative;
    margin-bottom: 15px;
}
a.anchor,
form.form .anchor {
    display: block;
    transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    -webkit-transform: translateY(-60px);
}
form.form .field {
    display: block;
    position: relative;
    margin-bottom: 22px;
}
form.form .actions {
    margin-top: 22px;
}
form.form .field label.label {
    display: none;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 6px;
    line-height: 1.2em;
}
form.form .field .input,
form.form .field select,
form.form .field textarea,
form.form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="hidden"]) {
    display: block;
    width: 100%;
    font-weight: 400;
    font-size: 1.25rem;
    padding: 14px 18px;
    background: #fafafa;
    color: #606060;
}
body.ready form.form .field .input,
body.ready form.form .field select,
body.ready form.form .field textarea,
body.ready form.form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="hidden"]) {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
form.form .field .input:focus,
form.form .field select:focus,
form.form .field textarea:focus,
form.form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="hidden"]):focus {
    outline: none !important;
}
form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="hidden"])::-webkit-input-placeholder {
    color: rgba(50,50,50,0.36);
    opacity: 1;
}
form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="hidden"])::-moz-placeholder {
    color: rgba(50,50,50,0.36);
    opacity: 1;
}
form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="hidden"]):-ms-input-placeholder {
    color: rgba(50,50,50,0.36);
    opacity: 1;
}
form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="hidden"]):-moz-placeholder {
    color: rgba(50,50,50,0.36);
    opacity: 1;
}
form.form .field.textarea textarea {
    height: 227px;
    resize: none;
}
form.form .field-recaptcha {
    display: block;
    position: relative;
    margin: 0;
    width: 300px;
    height: 70px;
    overflow: hidden;
    margin-top: 40px;
}
form.form .field-recaptcha .g-recaptcha {
    display: inline-block;
    width: 300px;
    height: 70px;
    transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform: scale(0.78);
    -ms-transform: scale(0.78);
    transform: scale(0.78);
}
form.captcha:not(.form-posted) .field-recaptcha {
    display: none !important;
}




/* Content */
.article {
    display: block;
    position: relative;
    z-index: 25;
}
.article p {
    margin: 0 0 16px;
}
.article a:not(.button) {
    text-decoration: underline;
}
.article p:last-child {
    margin-bottom: 0 !important;
}
.article h1,
.article h2 {
    color: inherit;
    margin-bottom: 15px;
}
.article ul,
.article ol {
    padding-left: 20px;
    margin-bottom: 15px;
}
.article table {
    width: 100%;
    margin: 0;
}
.article table tr td {
    padding: 4px 0;
    line-height: 1.35em;
}
.article iframe {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}





/* Content Custom */
h1.big-sh,
h2.big-sh,
h3.big-sh,
h4.big-sh,
.big-sh h1,
.big-sh h2,
.big-sh h3,
.big-sh h4,
.big-title h1,
.big-title h2,
.big-title h3,
.big-title h4,
.big-sh {
    font-family: 'BigShoulders', sans-serif;
    line-height: 1.05em;
}
.big-sh.big,
.big-sh h1,
.big-sh h2,
.big-title h1,
.big-title h2 {
    font-size: 6.5rem;
    line-height: 1.05em;
    text-transform: uppercase;
}
.medium.big-sh h1,
.medium.big-sh h2,
.medium.big-title h1,
.medium.big-title h2 {
    font-size: 5.5rem;
}
.big-sh.blue,
.big-title.blue {
    color: #638bfc;
}
.big-sh.beige,
.big-title.beige {
    color: #f8d7ac;
}
.big-sh.pink,
.big-title.pink {
    color: #ffacbb;
}
.big-sh.orange,
.big-title.orange {
    color: #fa8060;
}
.var-out {
    font-size: 6.5rem;
    line-height: 0.975em;
    text-transform: uppercase;
    text-decoration: none !important;
    -webkit-text-stroke-width: 0.175rem;
    -webkit-text-stroke-color: #638bfc;
    color: transparent;
}
.var-out.blue {
    -webkit-text-stroke-color: #638bfc;
}
.var-out.beige {
    -webkit-text-stroke-color: #f8d7ac;
}
.var-out.orange {
    -webkit-text-stroke-color: #fa8060;
}
.var-out.pink {
    -webkit-text-stroke-color: #ffacbb;
}
.article.blue:not(.var-out),
.big-title.blue h1,
.big-title.blue h2  {
    color: #638bfc;
}
.article.beige:not(.var-out),
.big-title.beige h1,
.big-title.beige h2  {
    color: #f8d7ac;
}
.article.orange:not(.var-out),
.big-title.orange h1,
.big-title.orange h2  {
    color: #fa8060;
}
.article.pink:not(.var-out),
.big-title.pink h1,
.big-title.pink h2  {
    color: #ffacbb;
}
.article hr {
    display: block;
    position: relative;
    margin: 20px auto 35px;
    border: none !important;
    text-decoration: none !important;
    outline: none !important;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/images/waves.png');
    height : 40px;
    max-width: 100%;
}
.article:not(.hr-md):not(.hr-lg) hr {
    width: 500px;
    height: 40px;
}
.article.hr-md hr {
    background-image: url('/images/waves-medium.png');
    width: 760px;
    height: 54px;
}
.article.hr-lg hr {
    background-image: url('/images/waves-large.png');
    margin-top: 45px;
    width: 1000px;
    min-width: 500px;
    height: 60px;
}
.tripadvisor-icon {
    position: relative;
    width: 186px;
    z-index: 15;
}
.article.tripadvisor {
    position: relative;
    text-align: center;
    margin: 50px 0;
    z-index: 15;
}
.article.tripadvisor hr {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    margin: 0;

}




/* Logo */
.logo, .logo:hover {
    display: block;
    width: 280px;
    max-width: 100%;
    outline: none !important;
    text-decoration: none !important;
}
.logo > img {
    width: 100%;
}




/* General Menu */
.menu-wrap,
.menu-inline {
    display: block;
    position: relative;
}
.menu-wrap > ul,
.menu-inline > ul {
    display: block;
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu-wrap > ul > li,
.menu-inline > ul > li {
    display: block;
}
.menu-wrap > ul > li > a,
.menu-inline > ul > li > a {
    display: inline-block;
}
.menu-inline > ul > li {
    display: inline-block;
    vertical-align: top;
}
.menu-inline > ul > li > a {
    display: block;
}





/* Main menu (mobile) */
.menu-wrapper {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 980;
    white-space: nowrap !important;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    min-height: 100vh;
}
body.ready .menu-wrapper {
    transition: 0.4s;
}
body.menu-open .menu-wrapper {
    background-color: #ffacbb;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    right: 0;
}
.menu-wrapper .side-menu {
    display: inline-block;
    vertical-align: top;
    width: 104px;
    overflow: hidden;
    transition: transform 0.4s;
}
body:not(.menu-open) .menu-wrapper .side-menu {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
}
.menu-wrapper .side-menu ul > li {
    display: inline-block;
    width: 52px;
}
.menu-wrapper .side-menu ul > li > a {
    white-space: normal !important;
    display: block;
    width: 70px;
    font-size: 40px;
    letter-spacing: 20px;
    word-wrap: break-word;
    text-decoration: none !important;
    text-transform: uppercase;
    text-align: center;
    line-height: 1em;
    min-height: 100vh;
    padding: 95px 0 35px;
}
.menu-wrapper .side-menu ul > li > a:hover {
    padding-top: 75px;
}
body.ready .menu-wrapper .side-menu ul > li > a {
    transition: 0.25s;
}
.menu-wrapper .side-menu ul > li:nth-child(odd) > a {
    background-color: #bdecf0;
    -webkit-text-stroke-width: 0.115rem;
    -webkit-text-stroke-color: #638bfc;
    color: transparent;
}
.menu-wrapper .side-menu ul > li:nth-child(even) > a {
    background-color: #ffacbb;
    -webkit-text-stroke-width: 0.115rem;
    -webkit-text-stroke-color: #fff;
    color: transparent;
}
.menu-wrapper .side-menu ul > li:nth-child(odd) > a:hover {
    color: #638bfc;
}
.menu-wrapper .side-menu ul > li:nth-child(even) > a:hover {
    color: #fff;
}
.menu-wrapper .main-menu {
    display: inline-block;
    vertical-align: top;
    overflow: auto;
    width: 100%;
    max-height: 100vh;
    padding-right: 15%;
}
.menu-wrapper .main-menu .logo {
   display: block;
    position: relative;
    margin: 25px auto 30px;
    width: 235px;
}
.menu-wrapper .main-menu ul.socialmedia {
    text-align: center;
}
.menu-wrapper .main-menu ul.socialmedia > li > a::after {
    opacity: 1 !important;
}
.menu-wrapper .main-menu ul.socialmedia > li > a::before {
    opacity: 0 !important;
}
.menu-wrapper .main-menu .menu-wrap {
    font-size: 3.25rem;
    line-height: 1.25em;
    text-align: center;
}
.menu-wrapper .main-menu .menu-wrap ul {
    display: block;
    position: relative;
}
.menu-wrapper .main-menu .menu-wrap ul > li {
    display: block;
    position: relative;
    padding: 6px 0;
}
.menu-wrapper .main-menu .menu-wrap ul > li > a {
    display: inline-block;
    position: relative;
    color: transparent;
    -webkit-text-stroke-color: #638bfc;
    -webkit-text-stroke-width: 0.13rem;
    text-decoration: none !important;
    transition: color 0.35s;
    z-index: 12;
}
.menu-wrapper .main-menu .menu-wrap ul > li:hover > a,
.menu-wrapper .main-menu .menu-wrap ul > li:focus > a {
    color: #bdecf0 !important;
}
.menu-wrapper .main-menu .menu-wrap ul > li > a::before {
    content: ' ';
    display: inline-block;
    position: absolute;
    left: -4px;
    right: -4px;
    bottom: 8px;
    height: 11px;
    z-index: -1;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #bdecf0;
    transition: 0.35s;
}
.menu-wrapper .main-menu .menu-wrap ul > li:hover > a::before,
.menu-wrapper .main-menu .menu-wrap ul > li:focus > a::before {
    box-shadow: 0 2px 0 0 #638bfc;
}
.menu-wrapper .main-menu .menu-social {
    text-align: center;
    margin: 35px 0;
}




/* Header */
.header-wrapper {
    display: block;
    position: relative;
    z-index: 200;
}
.header-wrapper .header {
    display: block;
    position: relative;
    height: 330px;
    z-index: 30;
}
.header-wrapper .header-logo {
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.header-wrapper .header-logo .mobile {
    display: none;
}
.header-wrapper .menu-wrap ul {
    white-space: nowrap;
    text-align: center;
}
.header-wrapper .menu-wrap ul > li > a {
    white-space: nowrap !important;
    display: block;
    color: transparent;
    font-size: 36px;
    line-height: 1em;
    padding: 8px 16px 8px;
    -webkit-text-stroke-width: 0.115rem;
    -webkit-text-stroke-color: #fa8060;
    text-decoration: none !important;
    text-transform: uppercase;
    text-align: center;
}
body.ready .header-wrapper .menu-wrap ul > li > a {
    transition: 0.25s;
}
.header-wrapper .menu-wrap ul > li:hover > a,
.header-wrapper .menu-wrap ul > li:focus > a {
    color: #fa8060;
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
}

body.lang-en .menu-inline > ul > li:nth-child(4) {
    margin-left: 240px;
}
body.lang-nl .menu-inline > ul > li:nth-child(3) {
    margin-left: 230px;
}
body.lang-en .header-wrapper .menu-wrap ul {
    padding: 90px 15px 0 100px;
}
body.lang-nl .header-wrapper .menu-wrap ul {
    padding: 90px 0px 0 110px;
}




/* Language */
.language-switcher {
    display: inline-block;
    position: absolute;
    top: 90px;
    left: 15px;
    background-image: url('/images/lang-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 82px 43px;
    min-height: 44px;
    min-width: 84px;
    margin: 0;
}
.language-switcher::before {
    content: ' ';
    display: inline-block;
    background-image: url('/images/icon-dropdown.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 19px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 14px;
    left: 5px;
    z-index: 5;
}
ul.language-switch {
    display: block;
    position: absolute;
    min-height: 44px;
    min-width: 84px;
    padding: 44px 0 0;
    top: 9px;
    left: 0;
    z-index: 25;
}
ul.language-switch > li {
    display: block;
    position: relative;
    text-align: right;
}
ul.language-switch > li > span,
ul.language-switch > li > a {
    display: inline-block;
    color: transparent;
    font-size: 32px;
    line-height: 1em;
    padding: 0 10px;
    -webkit-text-stroke-width: 0.0925rem;
    -webkit-text-stroke-color: #638bfc;
    text-decoration: none !important;
    text-transform: uppercase;
    text-align: center;
}
body.ready ul.language-switch > li > span,
body.ready ul.language-switch > li > a {
    transition: 0.25s;
}
ul.language-switch > li.active {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
ul.language-switch > li:not(.active) {
    opacity: 0;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transition: 0.3s;
}
ul.language-switch:hover > li:not(.active) {
    opacity: 1;
}
ul.language-switch:not(:hover) > li:nth-child(1):not(.active) {
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%);
}
ul.language-switch:not(:hover) > li:nth-child(2):not(.active) {
    -webkit-transform: translateY(-180%);
    transform: translateY(-180%);
}
ul.language-switch:not(:hover) > li:nth-child(3):not(.active) {
    -webkit-transform: translateY(-280%);
    transform: translateY(-280%);
}
ul.language-switch > li > a:hover {
    color: #638bfc;
}







/* Footer */
.footer-wrapper {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 65px 0;
    z-index: 20;
    background-color: #bdecf0;
    color: #648cfd;
}
.footer-wrapper .footer-order {
    text-align: center;
}
.footer-wrapper .footer-social {
    margin-top: 55px;
}
.footer-wrapper .footer-menu {
    display: inline-block;
    vertical-align: top;
    min-width: 150px;
}
.footer-wrapper .footer-menus {
    padding-left: 35px;
}
.footer-wrapper .footer-menu:not(:last-child) {
    margin-right: 55px;
}
.footer-wrapper .footer-menu ul > li > a {
    font-size: 3.75rem;
    line-height: 1.1em;
    text-transform: uppercase;
    font-family: 'BigShoulders', sans-serif;
    text-decoration: none !important;
}
body.ready .footer-wrapper .footer-menu ul > li > a {
    transition: 0.25s;
}
.footer-wrapper .footer-menu ul > li:hover > a,
.footer-wrapper .footer-menu ul > li:focus > a {
    /*opacity: 0.7;*/
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2);
}





/* Developer Copyright */
.copyright-wrapper {
    display: block;
    position: relative;
    color: #648cfd;
    background-color: #ffacbb;
}
.developer-wrapper .developer {
    display: inline-block;
    width: 38px;
    opacity: 0.4;
    transition: 0.4s;
    overflow: hidden;
    position: absolute;
    right: 10px;
    top: 14px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}
.developer-wrapper .developer:hover,
.developer-wrapper .developer:focus {
    width: 130px;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    opacity: 1;
}
.developer-wrapper .developer > img {
    display: block;
    width: 130px !important;
    max-width: none;
}
.copyright-wrapper .copyright > p {
    display: block;
    font-weight: 400;
    padding: 17px 0 15px;
    margin: 0;
}
.copyright-wrapper .menu-wrap {
    display: block;
    padding: 17px 0 15px;
    margin: 0;
}
.copyright-wrapper .menu-wrap li > a {
    font-weight: 400;
}





/* Socialmedia */
ul.socialmedia {
    display: inline-block;
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.socialmedia > li {
    display: inline-block;
}
ul.socialmedia > li > a {
    display: block;
    position: relative;
    width: 40px;
    height: 38px;
    transition: filter 0.15s;
}
ul.socialmedia > li > a:hover,
ul.socialmedia > li > a:focus {
    -webkit-filter: brightness(0.865);
    filter: brightness(0.865);
}
ul.socialmedia > li > a::before,
ul.socialmedia > li > a::after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: auto 30px;
    background-repeat: no-repeat;
    background-position: center;
    transition: opacity 0.3s;
}
ul.socialmedia > li > a::after,
ul.socialmedia > li:hover > a::before {
    opacity: 0;
}
ul.socialmedia > li > a::before,
ul.socialmedia > li:hover > a::after {
    opacity: 1;
}

ul.socialmedia > li.youtube > a::before {
    background-image: url('/images/icon-youtube.png');
}
ul.socialmedia > li.facebook > a::before {
    background-image: url('/images/icon-facebook.png');
}
ul.socialmedia > li.instagram > a::before {
    background-image: url('/images/icon-instagram.png');
}
ul.socialmedia > li.whatsapp > a::before {
    background-image: url('/images/icon-whatsapp.png');
}

ul.socialmedia > li.youtube > a::after {
    background-image: url('/images/hover-youtube.png');
}
ul.socialmedia > li.facebook > a::after {
    background-image: url('/images/hover-facebook.png');
}
ul.socialmedia > li.instagram > a::after {
    background-image: url('/images/hover-instagram.png');
}
ul.socialmedia > li.whatsapp > a::after {
    background-image: url('/images/hover-whatsapp.png');
}




/* Homepage */
.content-slider {
    position: relative;
}
.content-slider .content-order {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 15;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}
.content-slider .content-order.top {
    top: 0;
}
.content-slider .slider-loader {
    display: block;
    position: absolute;
    left: 100px;
    right: 100px;
    z-index: 200;
    bottom: 50px;
}
.content-segment {
    display: block;
    position: relative;
    padding: 55px 40px 65px;
    background-color: #f8d7ac;
    color: #fa8060;
}
.content-segment.pink {
    background-color: #fbdfeb;
    color: #fa8060;
}
.content-segment.blue {
    background-color: #bdecf0;
    color: #638bfc;
}
.content-segment.transparent {
    background-color: transparent; !important;
}
.content-segment.top {
    padding-top: 125px;
}
.content-segment.bottom {
    margin-bottom: 45px;
    padding-bottom: 105px;
}
.content-slider h1,
.content-slider h2,
.content-segment h1,
.content-segment h2 {
    color: #638bfc;
}
.content-segment .var-out,
.content-segment .var-out {
    color: transparent !important;
}
.has-order .content-order:not(.ignore),
.has-top-order .content-order:not(.ignore),
.content-segment .content-order:not(.ignore) {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 15;
    transform: translateX(-50%) translateY(50%);
    -webkit-transform: translateX(-50%) translateY(50%);
}
.has-top-order .content-order:not(.ignore) {
    top: 0;
    bottom: auto;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}
.content-article {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 820px;
    font-size: 18px;
    max-width: 100%;
}
.content-article .article-buttons {
    margin: 50px 0 40px;
}
.floating-title {
    position: absolute;
    top: 8px;
    left: 40px;
    z-index: 25;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.floating-title.bottom {
    top: auto;
    bottom: 0;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
}
.floating-title.left {
    left: 0;
}
.floating-title.right {
    left: 75%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}
.floating-title.center {
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}

.content-form {
    position: relative;
    z-index: 20;
}
.content-form .content-article {
    color: #88c56c;
    margin: 20px auto 65px;
}
.content-form .form-wrap .fields {
    display: block;
    position: relative;
}
.content-form .form-wrap .field.textarea {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    padding-left: 50px;
}
.content-form .form-wrap .field:not(.textarea) {
    display: block;
    position: relative;
    width: 50%;
    padding-right: 50px;
}
.content-form .form-wrap .actions {
    text-align: center;
}



    /*  Page Specific */
body.page-home .content-segment h1,
body.page-home .content-segment h2 {
    color: #4ec0e3;
}
body.page-about .segment-content.other .content-slider::after {
    content: ' ';
    display: inline-block;
    background-image: url(/images/detail-salmon-2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    z-index: 10;
    width: 280px;
    height: 600px;
    right: -110px;
    top: auto;
    bottom: -90px;
}
body.page-about .segment-content.tan .content-segment {
    margin-bottom: 180px;
}
body.page-about .segment-content.tan .content-article {
    margin-bottom: 60px;
}
body.page-about .segment-content.tan .content-slider {
    margin-bottom: 60px;
    z-index: 15;
}

body.page-about .segment-content.tan .container::before,
body.page-about .segment-content.tan .container::after {
    content: ' ';
    display: inline-block;
    background-image: url(/images/detail-salmon-3.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    z-index: 10;
    width: 150px;
    height: 650px;
    bottom:60px;
    left: 0;
}
body.page-about .segment-content.tan .container::after {
    left: auto;
    bottom: auto;
    top: 30px;
    right: 0;
}
body.page-about .main-content .content-segment::before {
    content: ' ';
    display: inline-block;
    background-image: url(/images/circle-pink.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 180px;
    height: 180px;
    position: absolute;
    top: -112px;
    left: -90px;
    z-index: 10;
}
body.page-jobs .main-content .content-segment::before,
body.page-jobs .main-content .content-segment::after {
    content: ' ';
    display: inline-block;
    background-image: url(/images/circle-blue.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 180px;
    height: 180px;
    position: absolute;
    top: -112px;
    right: -90px;
    z-index: 10;
}
body.page-jobs .main-content .content-segment::before {
    background-image: url(/images/salmon-orange.png);
    top: auto;
    right: auto;
    left: -100px;
    bottom: 0;
}
body.page-contact .wrapper.clouds::after {
    bottom: 225px;
    height: 300px;
}
body.page-contact .main-content .content-segment {
    z-index: 5;
}
body.page-contact .main-content .content-slider::before,
body.page-contact .main-content .content-slider::after {
    content: ' ';
    display: inline-block;
    background-image: url(/images/detail-salmon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 600px;
    height: 250px;
    position: absolute;
    top: 35px;
    right: -480px;
    z-index: 1;
}
body.page-contact .main-content .content-slider::before {
top: auto;
    right: auto;
    left: -500px;
    bottom: -130px;
}





/* Clouds segment */
.wrapper.clouds::after {
    content: ' ';
    display: inline-block;
    background-image: url('/images/clouds.png');
    background-repeat: repeat-x;
    background-position: center;
    background-size: auto 100%;
    position: absolute;
    height: 380px;
    left: 0;
    right: 0;
    bottom: -55px;
    z-index: 5;
}
.wrapper.clouds.tan::after {
    background-image: url('/images/clouds-tan.png');
}
.wrapper.clouds.light::after {
    background-image: url('/images/clouds-light.png');
}
.wrapper.clouds.centered::after {
    bottom: auto;
    top: 50%;
    transform: translateY(-60%);
    -webkit-transform: translateY(-60%);
}
.wrapper.clouds .clouds-wrap {
    position: relative;
    z-index: 25;
}
.wrapper.clouds .clouds-wrap .article {
    display: inline-block;
    position: absolute;
    top: -55px;
    left: -135px;
    color: rgba(255, 255, 255, 0);
}
body.ready .wrapper.clouds .clouds-wrap .article {
    transition: 0.25s;
}
.wrapper.clouds .clouds-wrap:hover .article {
    color: rgba(255, 255, 255, 0.35);
}
.wrapper.clouds .clouds-wrap .clouds-image {
    height: 600px;
    overflow: hidden;
}
body.ready .wrapper.clouds .clouds-wrap .clouds-image picture {
    transition: filter 0.4s, transform 0.3s;
}
.wrapper.clouds .clouds-wrap .clouds-image:hover picture {
    filter: brightness(1.075);
    -webkit-filter: brightness(1.075);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}





/* Subscribe wrapper */
.subscribe-wrapper {
    padding: 100px 0 100px;
}
.subscribe-wrap {
    position: relative;
    background-color: #b4e6c4;
    padding: 60px 40px 40px;
}
.subscribe-wrap::before {
    content: ' ';
    display: inline-block;
    background-image: url('/images/detail-seeds.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
   min-height: 420px;
    width: 300px;
    top: -95px;
    left: -210px;
    bottom: 0px;
    z-index: 5;
}
.subscribe-wrap .form-wrap {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 600px;
    max-width: 100%;
    padding-left: 60px;
    z-index: 25;
}
.subscribe-wrap .form-wrap .form {
    position: relative;
    z-index: 30;
}
.subscribe-wrap .form-wrap::before {
    content: ' ';
    display: inline-block;
    background-image: url('/images/newsletter.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 400px;
    height: 400px;
    position: absolute;
    left: -150px;
    bottom: 40px;
    z-index: 5;
}
.subscribe-wrap .form-wrap::after {
    content: ' ';
    display: inline-block;
    background-image: url(/images/palm-tree.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: -160px;
    right: -210px;
    width: 420px;
    height: 420px;
    z-index: 5;
    transition: transform 0.35s;
}
.subscribe-wrap:hover .form-wrap::after {
    transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
}
.subscribe-wrap .form-wrap .actions {
    text-align: right;
    margin-top: 55px;
}
.subscribe-wrap .form-wrap .actions > button {
    display: inline-block;
    margin-right: -18px;
}
.subscribe-wrap .form-wrap .article {
    color: #638bfc !important;
    margin-bottom: 35px;
}
.subscribe-wrap .form-wrap .field input {
    font-size: 1.45rem !important;
    padding: 23px 26px !important;
    border-width: 4px !important;
}
.form-wrap .field input,
.form-wrap .field textarea {
    color: #fff !important;
    font-size: 1.35rem;
    padding: 16px 22px;
    background: #638bfc !important;
    border:3px solid #638bfc;
}
body.ready .form-wrap .field input,
body.ready .form-wrap .field textarea {
    transition: border 0.25s;
}
.form-wrap .field input:focus,
.form-wrap .field textarea:focus {
    border-color: #4c6fd2 !important;
}
.form-wrap textarea::-webkit-input-placeholder,
.form-wrap input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="hidden"])::-webkit-input-placeholder {
    color: rgba(255,255,255,0.46);
    opacity: 1;
}
.form-wrap textarea::-moz-placeholder,
.form-wrap input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="hidden"])::-moz-placeholder {
    color: rgba(255,255,255,0.46);
    opacity: 1;
}
.form-wrap textarea:-ms-input-placeholder,
.form-wrap input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="hidden"]):-ms-input-placeholder {
    color: rgba(255,255,255,0.46);
    opacity: 1;
}
.form-wrap textarea:-moz-placeholder,
.form-wrap input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="hidden"]):-moz-placeholder {
    color: rgba(255,255,255,0.46);
    opacity: 1;
}




/* Featured pink */
.featured-wrapper {
    position: relative;
    background-color: #fbdfeb;
}
.featured-wrapper.has-top-order {
    margin-top: 110px;
}
.featured-wrapper::before {
    content: ' ';
    display: inline-block;
    background-image: url(/images/blue-beans.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 280px;
    height: 280px;
    position: absolute;
    top: -20px;
    right: 5px;
    z-index: 5;
}
.featured-wrap.offset {
    margin-bottom: 48px;
}
.featured-wrap.offset > .featured-image {
    -webkit-transform: translateY(76px);
    transform: translateY(76px);
}
.featured-wrapper .featured-image {
    overflow: hidden;
    min-height: 350px;
    max-height: 800px;
}
body.ready .featured-wrapper .featured-image picture {
    transition: filter 0.4s, transform 0.3s;
}
.featured-wrapper .featured-image:hover picture {
    filter: brightness(1.075);
    -webkit-filter: brightness(1.075);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
body.ready .featured-wrapper .featured-image .content-order {
    transition: 0.3s;
}
.featured-wrapper .featured-image .content-order {
    transform: translateX(-50%) translateY(-50%) scale(0.65);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.65);
    opacity: 0;
}
.featured-wrapper .featured-image:hover .content-order {
    transform: translateX(-50%) translateY(-50%) scale(1);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    opacity: 1;
}




/* Food Bowls */
.bowl-wrap {
    display: block;
    position: relative;
}
.bowl-wrap .picture-wrap {
    display: block;
    position: relative;
}
.bowl-wrap .background.picture-wrap {
    width: 50%;
    overflow: hidden;
}
.bowl-wrap .main.picture-wrap {
    position: absolute;
    width: 400px;
    height: 400px;
    top: 50%;
    left: 50%;
    z-index: 3;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}
.bowl-wrap .article.var-out {
    display: block;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 15;
    padding-left: 45px;
}
body.ready .bowl-wrap .picture-wrap picture {
    transition: filter 0.4s, transform 0.3s;
}
.bowl-wrap:hover .background.picture-wrap picture {
    filter: brightness(1.075);
    -webkit-filter: brightness(1.075);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
body.ready .bowl-wrap .main.picture-wrap picture {
    transition: transform 0.4s;
}
.bowl-wrap:hover .main.picture-wrap picture {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
}




/* Reviews */
.reviews-wrap .review-item {
    display: block;
    position: relative;
    padding: 5px 80px;
    text-align: center;
}
.reviews-wrap .review-item .article {
    font-size: 1.35rem;
    line-height: 1.4em;
    text-align: center;
    width: 630px;
    margin: 0 auto;
    color: #80c162;
}
.reviews-wrap .review-item .author {
    display: block;
    position: relative;
    margin-top: 20px;
    color: #c6d5fe;
}
.reviews-wrap .review-item .author span {
    display: inline-block;
    vertical-align: top;
    margin: 0 6px;
    color: #638bfc;
}
.reviews-wrap .review-item .rating {
    display: block;
    position: relative;
    min-width: 50px;
    height: 50px;
    background-image: url('/images/icon-star.png');
    background-repeat: repeat-x;
    background-size: auto 50px;
    background-position: 0 0;
    margin: 30px auto 0;
}
.reviews-wrap .review-item .rating.rate-5 {
    width: 250px;
}
.reviews-wrap .review-item .rating.rate-4 {
    width: 200px;
}
.reviews-wrap .review-item .rating.rate-3 {
    width: 150px;
}
.reviews-wrap .review-item .rating.rate-2 {
    width: 100px;
}




/* Galleries */
.content-gallery,
.content-gallery-button {
    display: block;
    position: relative;
}
.content-gallery-button {
    text-align: center;
    margin-bottom: 65px;
}
.content-gallery::before {
    content: ' ';
    display: block;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    height: 72.5%;
    background: #fbdfeb;
}
.content-gallery.beige::before {
    top: auto;
    background: #f8d7ac;
    bottom: 50px;
    height: 40%;
}
.content-gallery.beige .content-gallery-button {
    margin-top: 65px;
}
.gallery-wrap {
    position: relative;
    z-index: 15;
}
.gallery-wrap .gallery-images .picture-wrap {
    display: block;
    position: relative;
    overflow: hidden;
    background: #bdecf0;
    margin-bottom: 25px;
    height: 280px;
}
.gallery-wrap.odd .gallery-images.set-2 .picture-wrap {
    height: 585px;
}
body.ready .gallery-wrap .gallery-images .picture-wrap picture {
    transition: filter 0.4s, transform 0.3s;
}
.gallery-wrap .gallery-images .picture-wrap:hover picture {
    filter: brightness(1.075);
    -webkit-filter: brightness(1.075);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.gallery-wrap.zero .row {
    margin: 0 !important;
}
.gallery-wrap.zero .row > div {
    padding: 0 !important;
}
.gallery-wrap.zero .gallery-images .picture-wrap {
    margin: 0;
    height: 315px;
}
.gallery-wrap.zero .gallery-images.dbl .picture-wrap {
    height: 630px;
}



/* FAQ */
.faq-wrap {
    position: relative;
}
.faq-wrapper .faq-wrap::before {
    content: ' ';
    display: inline-block;
    background-image: url(/images/blue-beans.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 200px;
    height: 200px;
    position: absolute;
    top: -115px;
    right: -65px;
    z-index: 5;
}
.faq-wrap .faq-item {
    padding: 50px 40px 35px;
    margin: 20px 0 70px !important;
}
.faq-wrap .faq-item:not(.active) {
    cursor: pointer !important;
}
.faq-wrap .faq-item.active .article {
    opacity: 1;
}
.faq-wrap .faq-item:not(.active) .article {
    opacity: 0;
}
.faq-wrap .faq-item .article.centered {
    position: relative;
    top: 45%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.faq-wrap .faq-item .title {
    position: relative;
    padding-left: 80px;
    margin: 0;
}
.faq-wrap .faq-item .title .indicator {
    position: absolute;
    line-height: 5rem;
    top: 0;
    left: 0;
    z-index: 4;
}
.faq-wrap .faq-item .title.big-title h1,
.faq-wrap .faq-item .title .big-title h2 {
    font-size: 5rem;
}
body.ready .faq-wrap .faq-item .title .indicator {
    transition: opacity 0.4s;
}
.faq-wrap .faq-item.active .title .indicator.plus {
    opacity: 0;
}
.faq-wrap .faq-item.active .title .indicator.minus {
    opacity: 1;
}
.faq-wrap .faq-item:not(.active) .title .indicator.minus {
    opacity: 0;
}
.faq-wrap .faq-item .article {
    font-size: 1.125rem;
    padding: 0 20px 0 55px;
}
body.ready .faq-wrap .faq-item .article {
    transition: opacity 0.4s;
}
.faq-wrap .faq-item .title::after {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    right: -25px;
    bottom: 0;
    width: 4px;
    background-color: #fa8060;
}
body.ready .faq-wrap .faq-item .title::after {
    transition: opacity 0.4s;
}
.faq-wrap .faq-item .title.blue::after {
    background-color: #638bfc;
}
.faq-wrap .faq-item.active .title::after {
    opacity: 1;
}
.faq-wrap .faq-item:not(.active) .title::after {
    opacity: 0;
}
.faq-wrapper .faq-wrap .faq-item:nth-child(2)::before {
    content: ' ';
    display: inline-block;
    background-image: url(/images/red-pepper.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 175px;
    height: 175px;
    position: absolute;
    bottom: -55px;
    left: -70px;
    z-index: 5;
}












/* Responsive medium desktop */
@media all and (max-width: 1400px) {



    /* Header */
    .header-wrapper .menu-wrap ul > li > a {
        font-size: 32px;
        padding: 8px 10px 8px;
        -webkit-text-stroke-width: 0.0915rem;
    }



    body.lang-en .menu-inline > ul > li:nth-child(4) {
        margin-left: 205px;
    }



}


/* Responsive medium desktop */
@media all and (max-width: 1200px) {



    /* Languages */
    .language-switcher {
        /*top: 110px;*/
        top: 92px;
    }




    /* Header */
    .header-wrapper .header {
        height: 315px;
    }
    .header-wrapper .header-logo {
        width: 260px;
        left: 55%;
    }
    .header-wrapper .menu-wrap ul {
        width: 640px;
        max-width: 37.5%;
        white-space: normal;
        padding-top: 45px !important;
    }
    .header-wrapper .menu-wrap ul li.item-faq,
    .header-wrapper .menu-wrap ul li.item-home {
        display: none;
    }
    .header-wrapper .hamburger {
        cursor: pointer;
        display: inline-block;
        position: absolute;
        top: 102px;
        right: 40px;
        background-image: url(/images/menu-hamburger.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 64px 60px;
        min-height: 60px;
        min-width: 64px;
        margin: 0;
        z-index: 45;
    }







    /* Menu */
    body.lang-en .menu-inline > ul > li:nth-child(4) {
        margin-left: 0;
    }
    body.lang-nl .menu-inline > ul > li:nth-child(3) {
        margin-left: 0;
    }
    .menu-wrapper .close-menu {
        cursor: pointer;
        display: inline-block;
        position: absolute;
        top: 80px;
        right: 40px;
        background-image: url(/images/menu-close.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 60px;
        min-height: 64px;
        min-width: 64px;
        margin: 0;
    }




    /* Footer */
    .footer-wrapper .footer-menu:not(:last-child) {
        margin-right: 0;
    }

    body.page-home .slider-wrap .slide-image > picture {
        height: 620px;
    }


    .gallery-wrap.zero .gallery-images.dbl .picture-wrap {
        height: 600px;
    }






}



/* Between small and medium tablet */
@media (max-width: 1080px) {

    /* Logo and header */
    .header-wrapper .header {
        height: 160px;
    }
    .header-wrapper .header-logo .desktop {
        display: none;
    }
    .header-wrapper .header-logo .mobile {
        display: block;
    }
    .header-wrapper .menu-wrap ul {
        display: none;
    }
    .header-wrapper .hamburger {
        top: 50px;
    }
    .language-switcher {
        top: 54px;
    }
    .subscribe-wrap .form-wrap::after {
        right: -15%;
    }
    .header-wrapper .header-logo {
        left: 50%;
    }



}




/* Responsive small tablet */
@media all and (max-width: 992px) {


    /* General */
    .var-out,
    .big-sh.big,
    .big-sh h1,
    .big-sh h2,
    .big-title h1,
    .big-title h2 {
        font-size: 5.35rem;
    }

    .img-button:not(.no-scale) {
        transform: scale(0.8);
    }
    .img-button:not(.no-scale):hover,
    .img-button:not(.no-scale):focus {
        transform: scale(0.9);
    }



    .slider-wrap .slide-image > picture,
    body.page-home .slider-wrap .slide-image > picture  {
        height: 480px;
    }
    .wrapper.clouds .clouds-wrap .clouds-image {
        height: 480px;
    }

    .bowl-wrap .main.picture-wrap {
        width: 285px;
        height: 285px;
        top: 70%;
        left: 35%;
    }
    .bowl-wrap .article.var-out {
        -webkit-text-stroke-width: 0.145rem;
    }


    .content-form .form-wrap .field.textarea {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
        padding-left: 50px;
    }
    .content-form .form-wrap .field:not(.textarea) {
        width: 50%;
        padding-right: 50px;
    }



    .content-form .form-wrap .field.textarea {
        padding-left: 20px;
    }
    .content-form .form-wrap .field:not(.textarea) {
        width: 50%;
        padding-right: 20px;
    }




    /* Footer */
    .footer-wrapper .footer-menus {
        padding-left: 0;
    }
    .footer-wrapper .footer-menu ul > li > a {
        font-size: 3.25rem;
    }



    /* Subscribe */
    .subscribe-wrapper {
        padding: 30px 0 15px;
        background-color: #b4e5c4;
    }
    .subscribe-wrap::before {
        background-image: url(/images/detail-salmon.png);
        min-height: 220px;
        width: 300px;
        top: auto;
        left: -210px;
        bottom: 0;
        z-index: 5;
    }


    .subscribe-wrap .form-wrap::after {
        right: auto;
        width: 320px;
        height: 320px;
        top: -30px;
        left: 48.5%;
    }
    .subscribe-wrap .form-wrap {
        padding-left: 0;
    }
    .subscribe-wrap .form-wrap::before {
        display: none;
    }

    .subscribe-wrap::before {
        background-image: url(/images/detail-salmon.png);
        min-height: 250px;
        width: 600px;
        top: auto;
        left: -33%;
        bottom: 10px;
        z-index: 5;
    }




    /* Reviews */
    .reviews-wrap .review-item {
        padding: 5px 20px;
    }
    .reviews-wrap .review-item .article {
        width: 540px;
        max-width: 100%;
    }



    .gallery-wrap.zero .gallery-images .picture-wrap {
        height: 250px;
    }
    .gallery-wrap.zero .gallery-images.dbl .picture-wrap {
        height: 425px;
    }




}


/* Remove sidebar 100px before breakpoint */
@media all and (max-width: 868px) {


}


/* Responsive extra small mobile */
@media all and (max-width: 768px) {
    .main-wrapper {
        overflow: hidden;
    }
    .var-out {
        -webkit-text-stroke-width: 0.13rem !important;
    }

    /* General */
    .var-out,
    .big-sh.big,
    .big-sh h1,
    .big-sh h2,
    .big-title h1,
    .big-title h2 {
        font-size: 4.35rem;
    }
    .img-button:not(.no-scale) {
        transform: scale(0.75);
    }
    .img-button:not(.no-scale):hover,
    .img-button:not(.no-scale):focus {
        transform: scale(0.825);
    }

    .medium.big-sh h1, .medium.big-sh h2, .medium.big-title h1, .medium.big-title h2 {
        font-size: 4.35rem;
    }


    .content-form .form-wrap .field:not(.textarea),
    .content-form .form-wrap .field.textarea {
        display: block;
        position: relative;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }



    .slider-wrap .slide-image > picture,
    body.page-home .slider-wrap .slide-image > picture  {
        height: 280px;
    }
    .wrapper.clouds .clouds-wrap .clouds-image {
        height: 280px;
    }

    .content-slider .slider-loader {
        left: 35px;
        right: 35px;
        bottom: 25px;
    }

    .header-wrapper .hamburger {
        right: 0;
    }
    .header-wrapper .language-switcher {
        left: -5px;
    }
    .menu-wrapper .close-menu {
        top: 40px;
        right: 20px;
    }
    .header-wrapper .header-logo {
        width: 200px;
        top: 35px;
    }

    ul.language-switch > li:not(.active) {
        height: 80px;
    }
    ul.language-switch:hover,
    ul.language-switch:focus {
        z-index: 75;
    }
    ul.language-switch:hover > li:not(.active),
    ul.language-switch:focus > li:not(.active) {
        background-color: #fff;
    }


    ul.language-switch:not(:hover) > li:nth-child(1):not(.active) {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
    ul.language-switch:not(:hover) > li:nth-child(2):not(.active) {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
    ul.language-switch:not(:hover) > li:nth-child(3):not(.active) {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }

    .bowl-wrap .article.var-out {
        -webkit-text-stroke-width: 0.115rem;
    }


    .wrapper.clouds .clouds-wrap .article {
        left: 0;
    }
    .featured-wrapper .featured-image {
        min-height: 0;
        height: 260px;
    }

    .featured-wrapper::before {
        width: 186px;
        height: 186px;
        right: -35px;
    }

    .img-button.order-now {
        /*width: 180px;*/
    }


    .footer-wrapper .footer-logo .logo {
        width: 225px;
        margin: 0 auto 35px;
    }
    .footer-wrapper .footer-menu {
        display: block;
        text-align: center;
    }
    .footer-wrapper .footer-menus {
        display: block;
        margin-bottom: 40px;
    }
    .copyright-wrapper .menu-wrap {
        padding-bottom: 0;
    }
    .copyright-wrapper .copyright > p {
        padding-top: 0;
    }
    .content-article {
        font-size: 17px;
    }



    body {
        padding-right: 0;
    }
    .menu-wrapper {
        right: 0;
    }
    .menu-wrapper .side-menu {
        display: none !important;
    }
    .menu-wrapper .main-menu {
        padding: 0;
    }



    .subscribe-wrap {
        padding-left: 0;
        padding-right: 0;
    }
    .subscribe-wrap .form-wrap {
        width: 100%;
    }
    .subscribe-wrap .form-wrap .actions {
        margin-top: 35px;
    }
    .subscribe-wrap .form-wrap .actions > button {
        margin-right: -40px;
    }
    .subscribe-wrap .form-wrap .article {
        margin-bottom: 50px;
    }

    .subscribe-wrapper .subscribe-wrap .form-wrap .field input {
        font-size: 1.25rem !important;
        padding: 14px 18px !important;
    }
    .subscribe-wrap .form-wrap::after {
        right: auto;
        width: 280px;
        height: 280px;
        top: -50px;
        left: 48.5%;
    }
    .subscribe-wrap::before {
        bottom: 20px;
        left: -60%;
    }

    .has-order .content-order:not(.ignore),
    .has-top-order .content-order:not(.ignore),
    .content-segment .content-order:not(.ignore) {
        width: 100%;
        text-align: center;
    }


    .reviews-wrapper > .container {
        max-width: none;
        width: 100%;
        padding: 0 20px;
    }
    .reviews-wrapper .slider-wrap .slick-slider .slick-arrow.slick-prev {
        left: -15px;
    }
    .reviews-wrapper .slider-wrap .slick-slider .slick-arrow.slick-next {
        right: -15px;
    }
    .reviews-wrap .review-item .article {
        font-size: 1.15rem;
    }

    .gallery-wrap.zero .gallery-images.dbl .picture-wrap {
        height: 50vw;
    }

    .faq-wrapper .faq-wrap::before {
        top: 50px;
        width: 160px;
        height: 170px;
        right: -65px;
    }
    .faq-wrap .faq-item .title {
        padding-left: 50px;
    }
    .faq-wrap .faq-item .title::after {
        content: ' ';
        display: block;
        position: absolute;
        left: 50px;
        right: 20px;
        top: auto;
        bottom: -20px;
        width: auto;
        height: 3px;
        transition: 0.25s;
    }
    .faq-wrap .faq-item .article {
        padding-top: 35px;
    }
    body.ready .faq-wrap .faq-item .article {
        transition: none;
    }
    .faq-wrapper .faq-wrap::before {
        top: 115px;
    }
    .faq-wrap .faq-item .title .indicator {
        font-size: 4.85rem;
        left: auto;
        right: 0;
    }
    .faq-wrapper .faq-wrap .faq-item:nth-child(2)::before {
        bottom: auto;
        left: auto;
        right: -80px;
        top: 140px;
        width: 150px;
        height: 150px;
        transform: scaleX(-1);
    }
    .faq-wrap .faq-item {
        padding: 25px 10px 15px;
    }


    .faq-wrapper {
        padding-bottom: 100px;
    }
    .faq-wrap .faq-item:not(.active) .title::after {
        opacity: 0;
    }
    .faq-wrap .faq-item:not(.active) .article {
        display: none;
    }

    .faq-wrap .faq-item {
        padding: 35px 20px 15px;
        margin: 10px 0 35px !important;
    }


    body.page-contact .wrapper.clouds::after {
        bottom: 330px;
    }
    body.page-contact .main-content .content-segment {
        z-index: auto;
    }
    body.page-contact .main-content .content-slider::before {
        right: auto;
        bottom: auto;
        top: 156px;
        left: -560px;
        z-index: 20;
    }


    .wrapper {
        padding: 50px 0;
    }

    .floating-title {
        top: 10px;
    }
    .floating-title.right {
        left: auto;
        right: 15px;
        transform: translateY(-50%) translateX(0);
        -webkit-transform: translateY(-50%) translateX(0);
    }

    .content-segment.top {
        padding-top: 100px;
    }


    body.page-about .segment-content.other .content-slider::after {
        top: auto;
        right: -120px;
        bottom: -80px;
        width: 200px;
        height: 500px;
    }

    body.page-about .main-content .content-segment::before {
        width: 140px;
        height: 140px;
        top: -155px;
        left: -65px;
        z-index: 25;
    }

    .wrapper.clouds.centered::after {
        height: 180px;
    }

    .page-jobs .content-segment.top,
     .page-about .content-segment.top {
        padding-top: 90px !important;
        padding-bottom: 0 !important;
    }
    .page-jobs .content-segment.pink,
    .page-about .content-segment.pink {
        background: none !important;
    }

    body.page-jobs .content-article .article-buttons {
        margin: 25px 0 40px;
        padding-bottom: 75px;
    }
    body.page-jobs .main-content .img-button.no-img {
        white-space: nowrap;
    }
    body.page-jobs .main-content .content-segment::before {
        width: 130px;
        height: 130px;
        left: -90px;
        bottom: 60px;
    }


    body.page-jobs .main-content .content-slider,
    body.page-about .main-content .content-slider {
        padding: 15px 15px 5px 0;
    }
    body.page-jobs .main-content .content-slider .slider-wrap,
    body.page-about .main-content .content-slider .slider-wrap {
        z-index: 15;
        margin-left: -15px;
    }
    body.page-jobs .main-content .content-slider::before,
    body.page-about .main-content .content-slider::before {
        content: ' ';
        display: block;
        position: absolute;
        top: -20px;
        left: -100px;
        right: -100px;
        bottom: -10px;
        z-index: 1;
        background: #fbe5f0;
    }






    body.page-about .clouds.wrapper > .container {
        padding: 0;
        overflow: visible;
    }
    body.page-about .clouds.wrapper .content-slider {
        margin-bottom: 100px;
    }

    body.page-about .wrapper.clouds.centered::after {
        top:60%;
    }
    body.page-about .segment-content.tan .content-segment {
        margin-bottom: 100px;
    }

    body.page-about .segment-content.tan .container::before,
    body.page-about .segment-content.tan .container::after {
        display: none;
    }






}



/* Responsive - Mobile (0px - 575px) */
@media all and (max-width: 575px) {

    /* General */
    .var-out,
    .big-sh.big,
    .big-sh h1,
    .big-sh h2,
    .big-title h1,
    .big-title h2 {
        font-size: 3.75rem;
    }
    .medium.big-sh h1, .medium.big-sh h2, .medium.big-title h1, .medium.big-title h2 {
        font-size: 3.75rem;
    }


    .container {
        padding: 0 14px;
    }
    .menu-wrapper .close-menu {
        right: 16px;
    }

    .article hr {
        margin: 5px auto 20px;
    }
    .article.hr-lg hr {
        min-width: 550px;
        margin-left: -20px;
    }



    .menu-wrapper .main-menu .menu-wrap {
        font-size: 2.925rem;
        line-height: 1.15em;
    }
    .menu-wrapper .main-menu .menu-wrap ul > li {
        padding: 2px 0;
    }
    .menu-wrapper .main-menu .menu-wrap ul > li > a {
        -webkit-text-stroke-color: #638bfc;
        -webkit-text-stroke-width: 0.105rem;
        -webkit-text-stroke-width: 0.1rem;
        font-size: 2.6rem;
    }
    .menu-wrapper .main-menu .logo {
        width: 210px;
    }



    .gallery-wrap .gallery-images .picture-wrap,
    .gallery-wrap.odd .gallery-images.set-2 .picture-wrap {
        height: 240px;
    }


    .gallery-wrap.zero .gallery-images .picture-wrap,
    .gallery-wrap.zero .gallery-images.dbl .picture-wrap {
        height: 320px;
    }


    .wrapper {
        padding: 40px 0;
    }


    .content-segment {
        padding: 36px 20px 30px;
    }
    .content-segment.bottom {
        padding-bottom: 65px;
    }


    .bowl-wrap {
        min-height: 60vw;
    }
    .bowl-wrap .main.picture-wrap {
        max-width: 250px;
        max-height: 250px;
        width: 55vw;
        height: 55vw;
        top: 80%;
        /*left: 50%;*/
    }
    .subscribe-wrap .form-wrap::after {
        top: -55px;
        left: 40%;
        width: 235px;
        height: 235px;
    }
    .subscribe-wrap::before {
        left: -60%;
        bottom: -60px;
        opacity: 0.45;
    }


    form.form .field {
        margin-bottom: 16px;
    }
    form.form .field.textarea textarea {
        height: 160px;
    }


    form.form .field .input, form.form .field select, form.form .field textarea, form.form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="hidden"]) {
        font-size: 1.075rem;
        padding: 11px 14px;
    }



    .content-gallery > .container {
        padding: 0;
        overflow: hidden;
    }
    .gallery-wrap.zero .gallery-images .picture-wrap {
        height: 50vw;
    }
    .gallery-wrap.zero .gallery-images.dbl .picture-wrap {
        height: 35vw;
    }

    .faq-wrap .faq-item .title,
    .faq-wrap .faq-item .article {
        padding-left: 10px;
    }
    .faq-wrap .faq-item .title::after {
        bottom: -25px;
        left: 15px;
    }



    .content-gallery.beige .content-gallery-button {
        text-align: center;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 20;
        height: 50vw;
        padding: 10vw 0;
        margin: 0;
    }





}

@media all and (max-width: 400px) {



    .header-wrapper .header-logo {
        left: auto;
        transform: none;
        -webkit-transform: none;
    }
    .header-wrapper .hamburger {
        top: 74px;
    }
    .header-wrapper .language-switcher {
        left: auto;
        right: -5px;
        top: 12px;
    }



}




@media (min-width: 1200px) and (max-width: 1275px) {


    body.lang-nl .menu-inline > ul > li.item-home {
        display: none;
    }
    body.lang-nl .menu-inline > ul > li:nth-child(3) {
        margin: 0 210px 0 0;
     }
    body.lang-nl .header-wrapper .menu-wrap ul {
        padding-left: 100px;
        padding-right: 35px;
    }


}

@media (min-width: 1300px) {
    .container {
        max-width: 1190px;
    }
}
@media (min-width: 1400px) {
    .container {
        max-width: 1290px;
    }
}