@charset "UTF-8";
.main-content {
  background-color: var(--white) !important; }

:root {
  --brown: #292524;
  --brown-light: #D59717;
  --brown-dark: #BD9561;
  --white: #FEFEFE;
  --white-secondary: #fdf8f0;
  --light-blue: #84a6d6;
  --black: #000000;
  --orange: #FD5E22;
  --orange-light: #FFBE41;
  --teal: #19A5B8;
  --pink: #F43F9A;
  --green: #6DBA20;
  --grey-bg: #EAE9EE;
  --red: #D11118;
  --yellow: #FFBE41;
  --grey: #737778;
  --gray: #737778;
  --violet: #7663A5;
  --font-sans-serif: "ITCKabelStd", sans-serif;
  --root-font-size: 16px;
  --body-text-align: inherit;
  --body-font-family: ITCKabelStd, sans-serif;
  --body-font-weight: 400;
  --body-line-height: 1.3;
  --body-color: #fdf8f0;
  --body-bg: ;
  --link-color: #fdf8f0;
  --link-hover-color: #292524;
  --btn-font-size: 2.13rem;
  --btn-font-size-mobile: 1.5rem;
  --btn-bg-color: var(--white);
  --btn-color: var(--orange);
  --btn-border-color:  var(--orange);
  --btn-icon-arrow: "";
  --btn-icon-paper: "";
  --btn-icon-font-size: 0.94rem;
  --btn-icon-font-size-mobile: 0.5rem;
  --btn-icon-font-size-paper: 1.88rem;
  --btn-padding: 0.5rem 2.88rem 0 2.88rem;
  --btn-icon-right: 1.56rem;
  --btn-icon-left: 0.63rem;
  --button-hover-color: var(--white);
  --font-custom: 'Just Another Hand', cursive; }

blockquote, body, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0; }

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

td, th {
  padding: 0; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: 400; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 400; }

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

abbr, acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

#yui3-css-stamp.cssreset {
  display: none; }

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

html {
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 1.3;
  color: #5b5b5b;
  background: #fff; }

a {
  color: #666;
  text-decoration: none; }

a:focus {
  outline: 0; }

.h1, h1 {
  font-size: 55px; }

.h2, h2 {
  font-size: 55px; }

.h3, h3 {
  font-size: 36px; }

.h4, h4 {
  font-size: 24px; }

.h5, h5 {
  font-size: 18px; }

.h6, h6 {
  font-size: 16px; }

p {
  margin: 0 0 20px; }

ol, ul {
  margin-top: 0;
  margin-bottom: 10px; }

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0; }

::-webkit-input-placeholder {
  color: #666; }

:-moz-placeholder {
  color: #666;
  opacity: 1; }

::-moz-placeholder {
  color: #666;
  opacity: 1; }

:-ms-input-placeholder {
  color: #666; }

blockquote {
  margin: 1.5em 10px;
  padding: .5em 10px;
  quotes: "\201C" "\201D" "\2018" "\2019";
  font-style: italic;
  font-size: 18px; }

blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 60px;
  line-height: .1em;
  margin-right: 15px;
  vertical-align: -.4em; }

blockquote:after {
  color: #ccc;
  content: close-quote;
  font-size: 60px;
  line-height: .1em;
  margin-left: 10px;
  vertical-align: -34px; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.clearfix {
  clear: both; }

img {
  vertical-align: top; }

input[type=button], input[type=submit] {
  -webkit-appearance: none; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto; }

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left; }

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right; }

.row:after, .row:before {
  content: "";
  display: table;
  clear: both; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Just Another Hand", cursive;
  font-size: var(--btn-font-size);
  border-radius: 6px;
  background-color: var(--btn-bg-color);
  border: 1px solid var(--btn-border-color);
  color: var(--btn-color);
  padding: var(--btn-padding);
  position: relative; }
  @media (max-width: 1023px) {
    .button {
      --btn-font-size: var(--btn-font-size-mobile);
      --btn-padding: 0.5rem 1.44rem 0 1.44rem;
      --btn-icon-font-size: var(--btn-icon-font-size-mobile);
      --btn-icon-right: 0.75rem; } }
  .button i {
    font-size: var(--btn-icon-font-size);
    position: absolute;
    right: var(--btn-icon-right);
    top: 52%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
    .button i:before {
      font-family: "nutripiatto";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: var(--btn-icon-arrow); }

.yellow-bg {
  --section-bg-color: var(--yellow);
  --section-font-color: var(--yellow); }

.orange-bg {
  --section-bg-color: var(--orange);
  --section-font-color: var(--orange); }

.brown-dark-bg {
  --section-bg-color: var(--brown-dark);
  --section-font-color: var(--brown-dark); }

.red-bg {
  --section-bg-color: var(--red);
  --section-font-color: var(--red); }

.pink-bg {
  --section-bg-color: var(--pink);
  --section-font-color: var(--pink); }

.green-bg {
  --section-bg-color: var(--green);
  --section-font-color: var(--green); }

.gray-bg {
  --section-bg-color: var(--grey);
  --section-font-color: var(--grey); }

.brown-light-bg {
  --section-bg-color: var(--brown-light);
  --section-font-color: var(--brown-light); }

.violet-bg {
  --section-bg-color: var(--violet);
  --section-font-color: var(--violet); }

.skyblue-bg {
  --section-bg-color: var(--teal);
  --section-font-color: var(--teal); }

.lity {
  z-index: 99900;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.85);
  outline: 0 !important;
  opacity: 0;
  transition: opacity .3s ease; }

.lity.lity-opened {
  opacity: 1; }

.lity.lity-closed {
  opacity: 0; }

.lity * {
  box-sizing: border-box;
  display: block; }

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  overflow: auto;
  outline: 0 !important; }

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -.25em; }

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity .3s ease; }

.lity-loading .lity-loader {
  opacity: 1; }

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 826px;
  width: 80%;
  max-height: 100%;
  outline: 0 !important; }

.video_player-dimensions {
  max-width: 100%; }

.lity-content {
  background-color: #000;
  z-index: 9993;
  width: 100%;
  -ms-transform: scale(1);
  transform: scale(1);
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease; }

.lity-closed .lity-content, .lity-loading .lity-content {
  -ms-transform: scale(0.8);
  transform: scale(0.8); }

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: absolute;
  right: -42px;
  top: -37px;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #f59f20;
  font-style: normal;
  font-size: 40px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: 0 0;
  outline: 0;
  box-shadow: none; }

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0; }

.lity-close:active, .lity-close:focus, .lity-close:hover, .lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: 0 0;
  outline: 0;
  box-shadow: none; }

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0; }

.lity-facebookvideo .lity-container, .lity-googlemaps .lity-container, .lity-iframe .lity-container, .lity-vimeo .lity-container, .lity-youtube .lity-container {
  width: 100%;
  max-width: 964px; }

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch; }

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

.lity-hide {
  display: none; }

body {
  padding-top: 0 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

hr {
  background-color: #cdcdcd;
  border: medium none;
  height: 1px;
  margin: 54px auto;
  max-width: 170px; }

.text-align-center {
  text-align: center; }

.container {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  clear: both; }

.container:after, .container:before {
  content: " ";
  display: table; }

.container:after {
  clear: both; }

.logo {
  position: absolute; }

.note {
  display: block;
  font-size: 12px;
  color: #777; }

.site-link {
  text-align: center; }

.play_icon {
  margin: 18px 0; }

.play_icon a {
  display: inline-block;
  text-decoration: none; }

.inner_box {
  max-width: 770px;
  margin: 0 auto; }

.video_play {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%); }

.blue_label_section {
  background-position: top center;
  background-repeat: no-repeat;
  color: #fff;
  display: table;
  margin: 32px auto;
  padding: .7em .5em .5em .5em;
  background-image: url(../img/blue_label_big.svg);
  font-family: 'Just Another Hand', cursive;
  text-transform: uppercase;
  line-height: 1.16;
  font-size: 55px;
  font-weight: 400;
  letter-spacing: .025em;
  background-size: 100% 100%; }

#block-breadcrumbs {
  background-color: #f9f9f9;
  padding-bottom: 1px;
  padding-top: 40px; }

.front #block-breadcrumbs {
  display: none; }

#block-breadcrumbs ol {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0; }

#block-breadcrumbs li a {
  font-size: 14px; }

#block-breadcrumbs li {
  display: inline-block;
  list-style: none;
  line-height: 1;
  font-size: 14px; }

#block-breadcrumbs li a {
  color: #7d7d7d;
  font-size: 14px; }

#block-breadcrumbs li a::after {
  content: ">";
  margin-left: 5px; }

.page-wrapper {
  position: relative;
  padding-top: 150px; }

.page-wrapper.index {
  padding-top: 0 !important; }

.back_arrow_section {
  text-align: left; }

.back_arrow_section a.back_arrow {
  color: #7d7d7d;
  border-bottom: 1px solid #cdcdcd;
  margin-left: 40px;
  position: relative; }

.back_arrow_section a.back_arrow:before {
  content: "";
  background: url(../img/back_arrow_icon.png) no-repeat center center;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 28px;
  height: 28px;
  position: absolute;
  left: -40px; }

#wrapper {
  min-height: calc((100vh - 340px)); }

.main-content {
  text-align: center;
  padding-top: 60px; }

.main-content .text {
  color: #7b7b7b;
  text-align: left;
  font-weight: 300;
  line-height: 1.6; }

.main-content .text ul:not([class]) {
  margin-left: 1em;
  margin-bottom: 1em; }

.main-content .size_medium {
  max-width: 770px;
  margin: 0 auto; }

.main-content .image img {
  display: block;
  margin: 0 auto;
  max-width: 100%; }

.recipe-slider-section {
  padding-bottom: 60px; }

.recipe-slider-section h4 {
  font-weight: 700;
  color: #7b7b7b;
  text-transform: uppercase;
  font-size: 24px;
  text-align: center;
  margin-bottom: 35px; }

.recipe-slider-section .recipe-slider {
  margin: 0 -15px; }

.recipe-slider-section .recipe-slider .recipe-teaser .title {
  font-size: 16px; }

.recipe-slider-section .recipe-slider .recipe-teaser .teaser-content {
  background-color: #fff;
  padding: 20px 15px;
  text-align: center;
  margin-top: 15px; }

.recipe-slider-section .recipe-slider .owl-carousel .owl-next, .recipe-slider-section .recipe-slider .owl-carousel .owl-prev {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  z-index: 10;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat; }

.recipe-slider-section .recipe-slider .owl-carousel .owl-prev {
  background-image: url(../img/yellow_bg_arrow_prev.png);
  left: -65px; }

.recipe-slider-section .recipe-slider .owl-carousel .owl-next {
  background-image: url(../img/yellow_bg_arrow_next.png);
  right: -65px; }

.repeated_banner_sections {
  margin-bottom: 21px; }

.repeated_banner_sections .repeated_banner {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 20.14%;
  position: relative;
  margin-bottom: 1px; }

.repeated_banner_sections .repeated_banner .repeater_content {
  max-width: 500px;
  float: right;
  text-align: right;
  color: #fff; }

.repeated_banner_sections .repeated_banner .repeater_content .title {
  font-family: 'Just Another Hand', cursive;
  text-transform: uppercase;
  line-height: 1.01;
  letter-spacing: .025em;
  font-size: 65px;
  margin-bottom: 5px;
  text-shadow: 0 0 40px rgba(0, 0, 0, 0.75); }

.repeated_banner_sections .repeated_banner .repeater_content p {
  font-size: 21px;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.75); }

.repeated_banner_sections .repeated_banner .repeater_content p:last-child {
  margin-bottom: 0; }

.repeated_banner_sections .repeated_banner .overlay_content {
  bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  background-image: url(../img/repeated_overlay.png);
  background-repeat: no-repeat;
  background-position: right center; }

.repeated_banner_sections .repeated_banner.sx .repeater_content {
  float: left;
  text-align: left; }

.repeated_banner_sections .repeated_banner.sx .overlay_content {
  background-position: left center;
  background-image: url(../img/repeated_overlay3.png); }

.repeated_banner_sections .container {
  left: 0;
  margin: 0 auto;
  max-width: 1170px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%); }

.paragraph-image, .paragraph-text {
  margin-bottom: 50px; }

.paragraph-image .caption, .paragraph-text .caption {
  color: #7d7d7d;
  margin-bottom: 18px; }

.paragraph-image p:last-child, .paragraph-text p:last-child {
  margin-bottom: 0; }

.paragraph-image .title, .paragraph-text .title {
  font-family: 'Just Another Hand', cursive;
  text-transform: uppercase;
  line-height: 1.09;
  letter-spacing: .025em;
  color: #5b5b5b;
  margin-top: 21px;
  margin-bottom: 25px;
  text-align: center; }

.paragraph-image h3, .paragraph-image h4, .paragraph-image h5, .paragraph-text h3, .paragraph-text h4, .paragraph-text h5 {
  display: block;
  text-align: center;
  font-weight: 700;
  line-height: 1.1; }

.paragraph-image ol, .paragraph-text ol {
  list-style-type: none; }

.paragraph-image ol li, .paragraph-text ol li {
  counter-increment: inst;
  position: relative;
  padding-left: 65px;
  min-height: 48px;
  margin-bottom: 12px;
  color: #7b7b7b;
  font-weight: 300;
  padding-top: 8px;
  line-height: 1.66; }

.paragraph-image ol li:before, .paragraph-text ol li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: counter(inst);
  background-color: #f9f9f9;
  border-radius: 50%;
  color: #f29201;
  display: inline-block;
  float: left;
  font-family: "Just Another Hand", cursive;
  font-size: 34px;
  height: 48px;
  line-height: 48px;
  margin-right: -47px;
  padding-left: 0;
  padding-top: 0;
  text-align: center;
  vertical-align: middle;
  width: 47px; }

.paragraph-image .title, .paragraph-text .title {
  margin-bottom: 40px; }

.paragraph-image .image, .paragraph-text .image {
  margin: 42px 0; }

.paragraph-image .image:first-child, .paragraph-text .image:first-child {
  margin-top: 0; }

.paragraph-image .image:last-child, .paragraph-text .image:last-child {
  margin-bottom: 0; }

.paragraph-image .text + .site-link, .paragraph-text .text + .site-link {
  margin-top: 30px; }

.paragraph-image--link {
  display: block; }

#wrapper {
  overflow: hidden; }

.flash_home {
  display: none;
  position: absolute;
  right: 100px;
  bottom: 28px;
  width: 194px;
  height: 192px;
  background: url(../img/flash-home.png) no-repeat center;
  z-index: 50; }

.flash_home_2 {
  right: 300px; }

.flash_home .flash_link {
  display: block;
  height: inherit;
  width: inherit;
  position: absolute;
  left: 0;
  top: 0; }

.flash_home .flash_link span {
  font-family: 'Just Another Hand', cursive;
  color: #fff;
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 1.1;
  text-align: center;
  position: absolute;
  top: 50%;
  -ms-transform: translate(0, -45%);
  transform: translate(0, -45%);
  left: 0;
  padding: 0 15px; }

.flash_home .flash_close {
  display: block;
  position: absolute;
  top: -5px;
  right: 35px; }

.owl-carousel {
  margin-top: 0;
  position: relative;
  display: block; }

.owl-carousel .owl-stage-outer {
  width: 100%; }

.owl-carousel .owl-prev {
  position: absolute;
  top: 50%;
  left: 15px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAlCAYAAACgc9J8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjBBRjEzRDg3MzI3QTExRThCREI1RUI0MTBFQ0IwMDk3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjBBRjEzRDg4MzI3QTExRThCREI1RUI0MTBFQ0IwMDk3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MEFGMTNEODUzMjdBMTFFOEJEQjVFQjQxMEVDQjAwOTciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MEFGMTNEODYzMjdBMTFFOEJEQjVFQjQxMEVDQjAwOTciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz70TYKLAAAB60lEQVR42pyWTyjEQRTHf/3WYUvZo/wJB5ycZKWUg6tNDkusA0UrtJzkQomSg4OTshG14erooJwoF5Li4CDaJCEcrH/r5zuZrWm8+Znn1aff7vvNfnfemzdvxvU8z/kHo+DW+7FHkAFXeQ7fJsCM8j0kn2vcGcU82nZBwGXMqA6sEP5z0A6ytmJFYAsENf8daJFPx0YsKIVKNH8GtMmZObZiy6Be872ACNhTnX+t5jjoJmbUDA5+jfZZuQjIEisXNf3GJFQFngihWb/SoZz54MRUS35i1AIsgRrNdwO6RC35JVgXSxAJ/wQdUtDflGk2gHcivITtdst9CIELQijF2bu5MJOgQpv0KYhz2okQ65U50W1YFihLbM7w7p7b6ITYjuHdHLttInGl4NnQ9Pq5C5AGI4b/WgCVnDB/+jfdRfPBhkV3+bUDRPUfEmPCYMo2ZyrFIE3kTrSiRtuizdk1aCXqS4xbBwWcje7IUHsIfzlY5ISpMm0ol05upxW4YJsQE9eBMtvmmLMvEAOXml9cB1IgYJMz1R5AFLxp/iYwxsmZSpwI9wPU2oapWlLuEv3M3VTLhXNxGQLHmq9a1p/LFcvIE+pV84trwiQnZyoDhu0Wdh2+iXN1laiK+f9cQ4X1gTMwCArBPjj6FmAAtGhmv0874GMAAAAASUVORK5CYII=);
  background-repeat: no-repeat; }

.owl-carousel .owl-next {
  position: absolute;
  top: 50%;
  right: 15px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAlCAYAAACgc9J8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjdEN0FENDE3MzI4OTExRThCRkRBRjYwQjRENTEyRkQyIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjdEN0FENDE4MzI4OTExRThCRkRBRjYwQjRENTEyRkQyIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6N0Q3QUQ0MTUzMjg5MTFFOEJGREFGNjBCNEQ1MTJGRDIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6N0Q3QUQ0MTYzMjg5MTFFOEJGREFGNjBCNEQ1MTJGRDIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4eHNrCAAABh0lEQVR42pyWPyiFURjGj+sOpCgZkEwMBsuNyE3JbKRkMohJRgalbpLBbhGDu5gtBiXjvaVEBhaSEhbkX1f6PC/f8HV73/qe963fHU59v+455z3POSGKolvwCZ6j/3oECyCwyE8h0mvZI6sFR4ZwipUJLeBKkcn0+1iZ0A2eFOEdaGNlQh58KMISqGNlwih4V4RFj0wYMP7hokcmjCuyHzDmkQlrivAl3ixaZvXgOWhgZUIruE+zIWm7exh8K8J5jyzEH1ZXBQx6ZMKuIrwGTR5ZPbhQhHsemTBiJMx0zZ+Rq15wpow/ZAJf68b4ITvFGWOKr6CDEXWBN2u9mA3IgrIh2mL7bNUQncTtklqWj6NHi/N25jg1ghtFJMGZYw960ZjeBJtnk4aowCZtZ+K5kKwDkGFkkq7HikjWrpm9UJYU0Veam716IGck6ix7o0sbXCqiHfatIYu6r4hOkx2eVrZivIB62CdVv3Fc5jyPPa0Ntj3P0CwSsgQqYEiiF2yCDUcCh18BBgBJPFoaOqeiTgAAAABJRU5ErkJggg==);
  background-repeat: no-repeat; }

.owl-carousel .owl-nav {
  margin: 0; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  color: #fff;
  margin: 0;
  width: 20px;
  height: 37px; }

.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel button.owl-dot {
  background-color: transparent; }

.owl-next span, .owl-prev span {
  display: none; }

.owl-theme .owl-dots {
  position: absolute;
  bottom: 35px;
  left: 50%;
  margin-left: -43px; }

.owl-carousel button.owl-dot {
  width: 27px; }

.owl-carousel button.owl-dot.active span {
  background: 0 0 !important;
  border: 2px solid #fff; }

.owl-theme .owl-dots .owl-dot span {
  width: 14px;
  height: 14px; }

.owl-theme .owl-dots .owl-dot span {
  background: #fff; }

.accordions .inner_box {
  margin-bottom: 0; }

.accordion_section ul {
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 60px; }

.accordion_section .inner {
  padding-left: 0;
  overflow: hidden;
  display: none; }

.accordion_section .image {
  margin: 0 0 20px 0; }

.accordion_section .item {
  margin: .5em 0; }

.accordion_section .item .toggle {
  font-size: 24px;
  font-weight: 700;
  height: 85px;
  margin-left: 72px;
  position: relative;
  text-transform: uppercase;
  padding: 0 60px 0 35px;
  line-height: 1.3;
  white-space: nowrap;
  text-align: center; }

.accordion_section .item .toggle.full {
  width: auto;
  margin-left: 0; }

.accordion_section .item .toggle:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  margin-right: -.25em;
  height: 100%; }

.accordion_section .item .toggle:after {
  background: url(../img/accordion_arrow.png) no-repeat center center;
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 31px;
  height: 17px; }

.accordion_section .item .toggle span {
  display: inline-block;
  vertical-align: middle;
  white-space: normal; }

.accordion_section .item.green_bg .toggle {
  background: url(../img/accordion_green_bg.png) no-repeat center center; }

.accordion_section .item.red_bg .toggle {
  background: url(../img/accordion_red_bg.png) no-repeat center center; }

.accordion_section .item.yellow_bg .toggle {
  background: url(../img/accordion_yellow_bg.png) no-repeat center center; }

.accordion_section .item.violet_bg .toggle {
  background: url(../img/accordion_violet_bg.png) no-repeat center center; }

.accordion_section .item.skyblue_bg .toggle {
  background: url(../img/accordion_skyblue_bg.png) no-repeat center center; }

.accordion_section .item.pink_bg .toggle {
  background: url(../img/accordion_pink_bg.png) no-repeat center center; }

.accordion_section .item.active .toggle:after {
  top: 36%;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg); }

.accordion_section .toggle {
  display: block;
  background: rgba(0, 0, 0, 0.78);
  color: #fefefe;
  padding: .75em;
  border-radius: .15em;
  transition: background .3s ease; }

.accordion_section .toggle:hover {
  background: rgba(0, 0, 0, 0.9); }

.accordion_section .accordion_content {
  margin: 43px 0; }

.accordion_section .accordion_img img {
  max-width: 100%;
  height: auto; }

.accordion_section .accordion_content p span {
  font-weight: 700; }

.accordion_section .accordion_content p {
  margin-bottom: 30px; }

.accordion_section .accordion_content p {
  color: #7b7b7b;
  font-weight: 300;
  line-height: 1.6;
  text-align: justify; }

.round_div {
  z-index: 9999;
  background-color: #fff;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 80px;
  left: -60px;
  position: absolute;
  width: 80px; }

.round_div:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 15px;
  left: -8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center; }

.green_bg .round_div:before {
  background-image: url(../img/accordion_green_arrow.png); }

.red_bg .round_div:before {
  background-image: url(../img/accordion_red_arrow.png); }

.yellow_bg .round_div:before {
  background-image: url(../img/accordion_yellow_arrow.png); }

.round_div h2 {
  margin-bottom: 0 !important;
  color: #7d7d7d;
  font-size: 49px;
  left: 20px;
  position: absolute;
  font-family: 'Just Another Hand', cursive;
  text-transform: uppercase;
  line-height: 1.01;
  letter-spacing: .025em;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%); }

.round_div h2 sup {
  font-size: 30px; }

.green_bg .round_div h2 {
  color: #86c317; }

.red_bg .round_div h2 {
  color: #fb6a61; }

.yellow_bg .round_div h2 {
  color: #f59f20; }

.cuanto_comer_slider_div {
  position: relative;
  margin-top: 40px; }

.cuanto_comer_slider_div .cuanto_div .cuanto_div_btn {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  width: auto;
  height: 80px;
  display: block;
  white-space: nowrap;
  padding: 0 30px;
  position: relative;
  margin-left: 72px;
  margin-bottom: 35px;
  line-height: 65px; }

.skyblue_bg.cuanto_comer_slider_div .cuanto_div .cuanto_div_btn {
  margin-left: 0;
  width: auto; }

.cuanto_comer_slider_div .cuanto_div .cuanto_div_btn span {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  line-height: 1.1;
  text-transform: uppercase; }

.green_bg.cuanto_comer_slider_div .cuanto_div .cuanto_div_btn {
  background: url(../img/accordion_green_bg.png) no-repeat center center; }

.red_bg.cuanto_comer_slider_div .cuanto_div .cuanto_div_btn {
  background: url(../img/accordion_red_bg.png) no-repeat center center; }

.yellow_bg.cuanto_comer_slider_div .cuanto_div .cuanto_div_btn {
  background: url(../img/accordion_yellow_bg.png) no-repeat center center; }

.violet_bg.cuanto_comer_slider_div .cuanto_div .cuanto_div_btn {
  background: url(../img/accordion_violet_bg.png) no-repeat center center; }

.skyblue_bg.cuanto_comer_slider_div .cuanto_div .cuanto_div_btn {
  background: url(../img/accordion_skyblue_bg.png) no-repeat center center; }

.pink_bg.cuanto_comer_slider_div .cuanto_div .cuanto_div_btn {
  background: url(../img/accordion_pink_bg.png) no-repeat center center; }

.cuanto_comer_slider_div .light_range, .cuanto_comer_slider_div .range_values {
  display: block;
  text-align: center; }

.green_bg.cuanto_comer_slider_div .light_range, .green_bg.cuanto_comer_slider_div .range_values {
  color: #86c317; }

.red_bg.cuanto_comer_slider_div .light_range, .red_bg.cuanto_comer_slider_div .range_values {
  color: #fb6a61; }

.yellow_bg.cuanto_comer_slider_div .light_range, .yellow_bg.cuanto_comer_slider_div .range_values {
  color: #f29200; }

.violet_bg.cuanto_comer_slider_div .light_range, .violet_bg.cuanto_comer_slider_div .range_values {
  color: #9261a6; }

.skyblue_bg.cuanto_comer_slider_div .light_range, .skyblue_bg.cuanto_comer_slider_div .range_values {
  color: #00bdf1; }

.pink_bg.cuanto_comer_slider_div .light_range, .pink_bg.cuanto_comer_slider_div .range_values {
  color: #ff539d; }

.cuanto_comer_slider_div .cuanto_div_btn:after {
  content: "";
  display: inline-block;
  width: 94px;
  height: 94px;
  position: absolute;
  left: -72px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: left center; }

.green_bg.cuanto_comer_slider_div .cuanto_div_btn:after {
  background-image: url(../img/tmp_img/cuanto_div_btn_before_img1.png); }

.red_bg.cuanto_comer_slider_div .cuanto_div_btn:after {
  background-image: url(../img/tmp_img/cuanto_div_btn_before_img2.png); }

.yellow_bg.cuanto_comer_slider_div .cuanto_div_btn:after {
  background-image: url(../img/tmp_img/cuanto_div_btn_before_img3.png); }

.violet_bg.cuanto_comer_slider_div .cuanto_div_btn:after {
  background-image: url(../img/tmp_img/cuanto_div_btn_before_img4.png); }

.pink_bg.cuanto_comer_slider_div .cuanto_div_btn:after {
  background-image: url(../img/tmp_img/cuanto_div_btn_before_img6.png); }

.cuanto_div {
  margin: 0 0 36px; }

.cuanto_div p {
  font-weight: 300;
  margin-bottom: 5px; }

.cuanto_div p span {
  font-weight: 700; }

.cuanto_div a {
  display: inline-block;
  text-decoration: underline;
  color: #7b7b7b;
  font-weight: 300; }

.cuanto_comer_slider .slider_content {
  background-color: #fff;
  margin-top: 5px;
  padding: 14px 10px 20px; }

.cuanto_comer_slider .slider_content p {
  color: #7b7b7b;
  font-weight: 300; }

.cuanto_comer_slider .slider_content p:last-child {
  margin-bottom: 0; }

.cuanto_comer_slider_div .slider_content::before {
  display: none; }

.food-slider .owl-carousel .owl-nav button.owl-next {
  right: -30px; }

.food-slider .owl-carousel .owl-nav button.owl-prev {
  left: -30px; }

.food-slider .owl-carousel .owl-nav button.owl-next, .food-slider .owl-carousel .owl-nav button.owl-prev {
  font-size: 30px;
  color: #f29200;
  margin-top: -30px;
  height: 60px; }

.food-slider .owl-carousel .owl-nav button.owl-next.disabled, .food-slider .owl-carousel .owl-nav button.owl-prev.disabled {
  display: none; }

.food-slider .owl-carousel .owl-nav button.owl-next span, .food-slider .owl-carousel .owl-nav button.owl-prev span {
  font-size: 60px;
  line-height: 60px;
  display: block; }

.cuanto_comer_slider_div.green_bg .light_range, .cuanto_comer_slider_div.green_bg .owl-carousel .owl-nav button.owl-next, .cuanto_comer_slider_div.green_bg .owl-carousel .owl-nav button.owl-prev, .cuanto_comer_slider_div.green_bg .range_values {
  color: #86c317; }

.cuanto_comer_slider_div.red_bg .light_range, .cuanto_comer_slider_div.red_bg .owl-carousel .owl-nav button.owl-next, .cuanto_comer_slider_div.red_bg .owl-carousel .owl-nav button.owl-prev, .cuanto_comer_slider_div.red_bg .range_values {
  color: #fb6a61; }

.cuanto_comer_slider_div.yellow_bg .light_range, .cuanto_comer_slider_div.yellow_bg .owl-carousel .owl-nav button.owl-next, .cuanto_comer_slider_div.yellow_bg .owl-carousel .owl-nav button.owl-prev, .cuanto_comer_slider_div.yellow_bg .range_values {
  color: #f29200; }

.cuanto_comer_slider_div.violet_bg .light_range, .cuanto_comer_slider_div.violet_bg .owl-carousel .owl-nav button.owl-next, .cuanto_comer_slider_div.violet_bg .owl-carousel .owl-nav button.owl-prev, .cuanto_comer_slider_div.violet_bg .range_values {
  color: #9261a6; }

.cuanto_comer_slider_div.skyblue_bg .light_range, .cuanto_comer_slider_div.skyblue_bg .owl-carousel .owl-nav button.owl-next, .cuanto_comer_slider_div.skyblue_bg .owl-carousel .owl-nav button.owl-prev, .cuanto_comer_slider_div.skyblue_bg .range_values {
  color: #00bdf1; }

.cuanto_comer_slider_div.pink_bg .light_range, .cuanto_comer_slider_div.pink_bg .owl-carousel .owl-nav button.owl-next, .cuanto_comer_slider_div.pink_bg .owl-carousel .owl-nav button.owl-prev, .cuanto_comer_slider_div.pink_bg .range_values {
  color: #ff539d; }

.food-slider .image {
  background: #fff; }

.swiper-slide img {
  height: auto;
  width: 100%; }

.slider_content {
  padding: 31px 20px;
  text-align: center;
  white-space: nowrap; }

.slider_content:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  margin-right: -.25em;
  height: 100%; }

.slider_content_box {
  display: inline-block;
  vertical-align: middle;
  white-space: normal; }

.parallax_container {
  display: block;
  position: relative;
  background-color: #f9f9f9;
  padding-bottom: 20px;
  width: 100%; }

.parallax_container .parallax_image .image {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.parallax_container .parallax_image .image img {
  display: block;
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.parallax_container .caption {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px; }

.parallax_container .inner_box {
  padding-top: 460px; }

.parallax_container .parallax_content {
  display: block;
  width: 100%; }

.parallax_container .parallax {
  display: block;
  background-color: #f9f9f9;
  width: 100%; }

.parallax_container .parallax_image h2 {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  color: #fff;
  font-family: 'Just Another Hand', cursive;
  text-align: center;
  text-transform: uppercase;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  vertical-align: middle;
  letter-spacing: .025em;
  line-height: 1.16;
  padding: 0 25px;
  width: 100%;
  box-sizing: border-box; }

.parallax .half_image_container {
  display: block;
  margin: auto;
  width: 611px;
  max-width: 60%; }

.parallax .parallax_image {
  display: none; }

.recipe-content {
  text-align: left;
  padding-top: 15px; }

.recipe-content h1 {
  margin-top: 50px;
  font-family: 'Just Another Hand', cursive;
  text-transform: uppercase;
  line-height: 1.01;
  letter-spacing: .025em;
  margin-bottom: 26px;
  font-size: 55px;
  text-align: center; }

.recipe-content .select_div {
  margin: 43px 0; }

.recipe-content .recipe-inner {
  font-size: 16px;
  margin-top: 60px;
  margin-bottom: 40px; }

.recipe-content .recipe-inner .row {
  margin: 0 -14px;
  clear: both; }

.recipe-content .recipe-inner .row:after, .recipe-content .recipe-inner .row:before {
  content: " ";
  display: table; }

.recipe-content .recipe-inner .row:after {
  clear: both; }

.recipe-content .recipe-inner .description, .recipe-content .recipe-inner .image {
  float: left;
  width: 50%;
  padding: 0 14px; }

.recipe-content .recipe-inner h4 {
  font-weight: 700;
  color: #7b7b7b; }

.recipe-content .ingredients_text {
  display: none; }

.recipe-content .ingredients_text#ingredients0 {
  display: block; }

.recipe-content .ingredients_text ul li {
  border-bottom: 1px solid #9a9a9a;
  list-style: none;
  margin-bottom: 10px;
  color: #7b7b7b;
  line-height: 18px; }

.recipe-content .ingredients_text ul li span {
  display: inline-block;
  background-color: #f9f9f9;
  color: inherit;
  line-height: 24px;
  margin-bottom: -3px; }

.recipe-content .ingredients_text ul li .ingredient {
  font-weight: 700;
  padding-right: 4px; }

.recipe-content .ingredients_text ul li .about_range {
  font-weight: 300;
  float: right;
  padding-left: 4px; }

.recipe-content .preparation_section h4 {
  font-size: 24px; }

.recipe-content .preparation_section hr {
  margin: 30px auto; }

.recipe-content .preparation_section .preparation_div {
  background-color: #fff;
  padding: 51px 118px 51px 165px;
  background-image: url(../img/preparation_repeater.png);
  background-position: left 10px top 10px;
  background-repeat: repeat-y; }

.recipe-content .preparation_section .preparation_div ol li {
  padding-left: 65px;
  padding-top: 8px;
  line-height: 1.66;
  width: 100%; }

.recipe-content .preparation_section .preparation_div h4 {
  font-weight: 700;
  color: #7b7b7b;
  margin-bottom: 20px; }

.recipe-content .preparation_section .preparation_div h5 {
  margin-bottom: 1em;
  text-align: left; }

.image-tile-list {
  display: block;
  text-align: center;
  list-style-type: none;
  padding-left: 4px;
  max-width: 812px;
  margin: 60px auto 30px auto; }

.cke_editable .image-tile-list {
  border: 2px solid #eee;
  padding: 10px; }

.cke_editable .image-tile-list li {
  border: 1px solid #eee; }

.image-tile-list li {
  display: inline-block;
  vertical-align: top;
  margin-left: -4px;
  width: 25%;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 700;
  color: #7b7b7b;
  text-align: left;
  line-height: 1.28;
  min-width: 150px; }

.image-tile-list li p, .image-tile-list li span {
  display: block; }

.image-tile-list li img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 10px; }

.image-bullet-list {
  margin-top: 40px;
  list-style-type: none;
  text-align: center;
  padding-left: 4px;
  max-width: 812px;
  margin: 40px auto 0 auto; }

.image-bullet-list li {
  font-weight: 400;
  line-height: 1.28;
  text-align: left;
  font-size: 14px;
  color: #7b7b7b;
  position: relative;
  padding: 0 15px 0 90px;
  width: 50%;
  display: inline-block;
  margin-left: -4px;
  vertical-align: top; }

.image-bullet-list li img {
  display: block;
  position: absolute;
  width: 52px;
  height: auto;
  left: 15px;
  top: 0; }

.percentage-list {
  display: block;
  list-style-type: none;
  max-width: 812px;
  margin: 40px auto 0 auto; }

.percentage-list li {
  display: block;
  padding-left: 140px;
  position: relative;
  color: #7b7b7b;
  line-height: 1.66;
  font-weight: 300;
  text-align: left;
  margin-bottom: 25px;
  min-height: 101px; }

.percentage-list li:before {
  background-color: #fff;
  border-radius: 50%;
  height: 101px;
  margin-top: 0;
  width: 106px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: ""; }

.percentage-list li:after {
  content: "";
  display: block;
  vertical-align: middle;
  background: url(../img/ratings_before.png) no-repeat center center;
  width: 27px;
  height: 18px;
  position: absolute;
  left: -8px;
  top: 47%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%); }

.percentage-list li h6 {
  text-align: left;
  display: block;
  position: absolute;
  color: #f29201;
  font-size: 60px;
  margin: 22px 0 0 0;
  left: 0;
  top: 0;
  padding-left: 27px;
  line-height: 1;
  font-family: 'Just Another Hand', cursive; }

.percentage-list li h4 {
  text-align: left;
  text-transform: uppercase;
  color: #7b7b7b;
  font-weight: 700;
  margin-bottom: 6px;
  line-height: 1; }

.nutriplato_video {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding: 0 12px;
  margin-left: -4px;
  margin-bottom: 50px;
  max-width: 585px; }

.nutriplato_video .inner_video_section {
  margin: 0; }

.nutriplato_video .inner_video_div {
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 56.39%;
  position: relative; }

.nutriplato_video .inner_video_content {
  text-align: left;
  background-color: #fff;
  padding: 27px 30px;
  font-size: 14px;
  font-weight: 300; }

.nutriplato_video .inner_video_content p:empty {
  display: none; }

.nutriplato_video .inner_video_content h6 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px; }

#block-nutripiatto-local-tasks {
  display: block;
  position: fixed;
  top: 50%;
  z-index: 99999; }

#block-nutripiatto-local-tasks ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

#block-nutripiatto-local-tasks ul li {
  display: block;
  margin-bottom: 2px; }

#block-nutripiatto-local-tasks ul li a {
  display: block;
  width: 100px;
  background: #000;
  margin-left: -60px;
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  text-align: right;
  transition: all .5s ease; }

#block-nutripiatto-local-tasks ul li a:hover {
  margin-left: 0; }

#block-nutripiatto-local-tasks .contextual {
  display: none; }

.food-slider .owl-stage {
  margin: 0 auto; }

#toolbar-administration .toolbar-bar {
  z-index: 99999; }

.wizard .result {
  padding-top: 25px; }

.wizard .result h3 {
  font-family: 'Just Another Hand', cursive;
  font-size: 40px;
  line-height: 1.1;
  text-transform: uppercase;
  margin-top: 50px;
  text-align: center;
  margin-bottom: 35px; }

.user-login-form {
  margin: 150px auto 40px auto;
  max-width: 350px;
  background: #fff;
  padding: 30px;
  border: 1px solid #ccc; }

.user-login-form input {
  width: 100%; }

.user-login-form .description {
  font-size: 11px;
  margin-top: 8px; }

.user-login-form .form-item {
  margin-bottom: 15px; }

.user-login-form .form-item label {
  display: block;
  font-size: 14px;
  margin-bottom: 8px; }

.user-login-form .form-item input {
  display: block;
  padding: 5px 15px;
  border: 1px solid #eee; }

.nutrikit-form {
  display: block;
  max-width: 770px;
  margin: 40px auto 0 auto; }

.nutrikit-form .form-item {
  display: block;
  text-align: left;
  margin-bottom: 15px; }

.nutrikit-form .form-item label {
  font-size: 18px;
  margin-bottom: 5px;
  display: block; }

.nutrikit-form .form-item input,
.nutrikit-form .form-item select {
  display: block;
  border: 0;
  padding: 10px 15px;
  width: 100%;
  color: #777;
  background: #eee; }

.nutrikit-form .form-item input:disabled,
.nutrikit-form .form-item select:disabled {
  opacity: .5; }

.nutrikit-form .form-item input.error,
.nutrikit-form .form-item select.error {
  box-shadow: 0 0 5px #fbbe47; }

.nutrikit-form label.error, .nutrikit-form span.error {
  background: #fbbe47;
  display: inline-block;
  border-radius: 5px;
  font-size: 12px;
  padding: 5px 10px;
  margin-top: 8px;
  color: #fff; }

.nutrikit-form .row {
  margin: 0 -15px; }

.nutrikit-form .row:after, .nutrikit-form .row:before {
  clear: both;
  display: table;
  content: ""; }

.nutrikit-form .row .col {
  float: left;
  width: 50%;
  padding: 0 15px; }

.nutrikit-form .privacy {
  display: block;
  padding-top: 20px;
  clear: both;
  text-align: left; }

.nutrikit-form .privacy:after, .nutrikit-form .privacy:before {
  content: " ";
  display: table; }

.nutrikit-form .privacy:after {
  clear: both; }

.nutrikit-form .privacy .form-item {
  float: left; }

.nutrikit-form .privacy .form-item + label {
  display: block;
  overflow: hidden;
  padding-left: 10px;
  font-size: 14px;
  text-align: left;
  line-height: 20px; }

.nutrikit-form .privacy .custom-check {
  display: block;
  width: 20px;
  height: 20px;
  position: relative; }

.nutrikit-form .privacy .custom-check input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0; }

.nutrikit-form .privacy .custom-check input:checked + label:before {
  opacity: 1; }

.nutrikit-form .privacy .custom-check input.error + label {
  box-shadow: 0 0 5px #fbbe47; }

.nutrikit-form .privacy .custom-check label {
  display: block;
  background: #eee;
  width: 20px;
  height: 20px;
  border: 1px solid #eee;
  margin: 0;
  position: relative; }

.nutrikit-form .privacy .custom-check label:before {
  content: "";
  width: 10px;
  height: 10px;
  left: 50%;
  top: 50%;
  margin-top: -5px;
  margin-left: -5px;
  background: #fbbe47;
  position: absolute;
  opacity: 0; }

.nutrikit-form .form-actions {
  margin-top: 20px; }

.nutrikit-form .form-actions .button {
  display: inline-block;
  background-image: url(../img/link-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #fff;
  height: 66px;
  min-width: 350px;
  line-height: 68px;
  margin: 10px 0 6px;
  text-transform: uppercase;
  background-color: transparent;
  border: 0; }

.nutrikit-form .privacy-text {
  display: block;
  text-align: left;
  font-size: 12px;
  margin-top: 30px; }

.nutrikit-form .captcha {
  margin-top: 25px; }

.nutrikit-form .captcha .g-recaptcha > div {
  margin: 0 auto; }

.nutrikit-form .captcha .g-recaptcha > div.error {
  box-shadow: 0 0 5px #fbbe47; }

.nutrikit-form #reCaptchaError {
  display: none; }

.body-text {
  max-width: 770px;
  margin: 0 auto;
  text-align: center; }

.body-text h2 {
  font-family: 'Just Another Hand', cursive;
  text-transform: uppercase;
  line-height: 1.09;
  letter-spacing: .025em;
  color: #5b5b5b;
  margin-top: 21px;
  margin-bottom: 25px;
  text-align: center; }

#loader {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.4); }

#loader span {
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(../img/loader.svg) no-repeat center; }

.article-list .row {
  clear: both;
  margin: 0 -14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden; }

.article-list .row:after, .article-list .row:before {
  content: " ";
  display: table; }

.article-list .row:after {
  clear: both; }

.article-teaser {
  display: block;
  float: left;
  width: 33.3333%;
  padding: 0 14px;
  margin-bottom: 28px; }

.article-teaser .title {
  background-color: #fff;
  padding: 15px 25px;
  line-height: 1.2;
  min-height: 70px;
  font-size: 16px;
  color: #f43f9a;
  text-align: left;
  font-weight: 700; }

.article-slider-section {
  padding-bottom: 60px; }

.article-slider-section h4 {
  font-weight: 700;
  color: #7b7b7b;
  text-transform: uppercase;
  font-size: 24px;
  text-align: center;
  margin-bottom: 35px; }

.article-slider-section .article-slider {
  margin: 0 -15px; }

.article-slider-section .article-slider .owl-carousel .article-teaser {
  width: 100%;
  float: none; }

.article-slider-section .article-slider .owl-carousel .owl-next, .article-slider-section .article-slider .owl-carousel .owl-prev {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  z-index: 10;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat; }

.article-slider-section .article-slider .owl-carousel .owl-prev {
  background-image: url(../img/yellow_bg_arrow_prev.png);
  left: -65px; }

.article-slider-section .article-slider .owl-carousel .owl-next {
  background-image: url(../img/yellow_bg_arrow_next.png);
  right: -65px; }

.article-content h1 {
  margin-top: 50px;
  font-family: 'Just Another Hand', cursive;
  text-transform: uppercase;
  line-height: 1.01;
  letter-spacing: .025em;
  margin-bottom: 26px;
  font-size: 55px;
  text-align: center; }

.article-content .container > .image {
  margin-bottom: 40px; }

@media (min-width: 768px) {
  .parallax_container {
    margin-top: 360px;
    margin-bottom: 20px;
    padding-top: 56.5%;
    padding-bottom: 0; }
  .parallax_container .parallax_content {
    position: absolute;
    top: 0;
    left: 0;
    padding-bottom: 28.25%; }
  .parallax_container .parallax {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: -50%; }
  .parallax .parallax_image {
    display: block;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-bottom: 56.5%;
    width: 100%;
    overflow: hidden; } }

@media (max-width: 1250px) {
  .food-slider .owl-carousel .owl-nav button.owl-next {
    right: -20px; }
  .food-slider .owl-carousel .owl-nav button.owl-prev {
    left: -20px; } }

@media (max-width: 1170px) {
  .container {
    padding: 0 20px; } }

@media (max-width: 1100px) {
  .recipe-teaser .teaser-content {
    min-height: 170px; }
  .recipe-slider-section .recipe-slider .owl-carousel .owl-prev {
    left: 0; }
  .recipe-slider-section .recipe-slider .owl-carousel .owl-next {
    right: 0; }
  .article-slider-section .article-slider .owl-carousel .owl-prev {
    left: 0; }
  .article-slider-section .article-slider .owl-carousel .owl-next {
    right: 0; } }

@media (max-width: 767px) {
  .lity-container {
    width: 95%; }
  .lity-active body {
    overflow: hidden; }
  .site-link a {
    min-width: 260px; }
  .play_icon img {
    width: 40px;
    height: auto; }
  .video_play img {
    width: 40px;
    height: auto; }
  .blue_label_section {
    font-size: 26px; }
  #block-breadcrumbs {
    padding-top: 20px; }
  .back_arrow_section a.back_arrow {
    font-size: 12px; }
  .main-content {
    padding-top: 20px;
    padding-bottom: 30px; }
  .main-content .text {
    font-size: 14px; }
  .recipe-list .filters ul li a {
    padding: 15px 10px;
    font-size: 12px; }
  .recipe-teaser {
    width: 100%;
    float: none; }
  .recipe-teaser .teaser-content {
    padding: 25px 20px; }
  .recipe-teaser .title {
    font-size: 16px; }
  .recipe-slider-section {
    padding-bottom: 30px; }
  .recipe-slider-section h4 {
    font-size: 18px; }
  .repeated_banner_sections .repeated_banner {
    padding-bottom: 53%; }
  .repeated_banner_sections .repeated_banner .repeater_content .title {
    font-size: 32px; }
  .repeated_banner_sections .repeated_banner .repeater_content p {
    font-size: 14px; }
  .paragraph-image, .paragraph-text {
    margin-bottom: 30px; }
  .paragraph-image .caption, .paragraph-text .caption {
    font-size: 14px; }
  .paragraph-image .title, .paragraph-text .title {
    font-size: 27px;
    margin-bottom: 10px; }
  #wrapper {
    padding-top: 55px; }
  .flash_home {
    display: block;
    right: 10px;
    height: 100px;
    width: 100px;
    background-size: contain;
    bottom: 65px; }
  .flash_home .flash_link span {
    font-size: 21px; }
  .flash_home .flash_close {
    top: -12px; }
  .flash_home_2 {
    right: 120px; }
  .accordion_section .item .toggle {
    width: auto;
    font-size: 14px;
    margin-left: 0;
    padding-right: 40px; }
  .accordion_section .item .toggle:after {
    height: 6px;
    right: 11px;
    width: 12px;
    background-size: cover; }
  .accordion_section .accordion_content {
    margin-top: 20px;
    margin-bottom: 0; }
  .round_div {
    left: -14px;
    width: 40px;
    height: 40px;
    top: 50%;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .round_div:before {
    height: 9px;
    width: 13px;
    background-size: cover;
    left: -3px; }
  .round_div h2 {
    font-size: 20px;
    left: 14px; }
  .round_div h2 sup {
    font-size: 17px; }
  .cuanto_comer_slider_div .cuanto_div .cuanto_div_btn {
    width: auto;
    display: block;
    margin-left: 0;
    font-size: 14px;
    margin-left: 20px; }
  .cuanto_comer_slider_div .cuanto_div_btn:after {
    height: 55px;
    left: -25px;
    width: 55px;
    background-size: cover; }
  .parallax_container .inner_box {
    padding-top: 40px; }
  .recipe-content h1 {
    font-size: 28px;
    margin-top: 30px; }
  .recipe-content .recipe-inner {
    margin-top: 30px; }
  .recipe-content .recipe-inner .description, .recipe-content .recipe-inner .image {
    width: auto;
    float: none; }
  .recipe-content .recipe-inner h4 {
    font-size: 16px; }
  .recipe-content .cs-select > span {
    font-size: 12px;
    padding-left: 15px; }
  .recipe-content .cs-options li span {
    font-size: 12px; }
  .recipe-content .ingredients_text ul li {
    font-size: 14px; }
  .recipe-content .preparation_section .preparation_div {
    padding-left: 45px;
    padding-right: 25px; }
  .recipe-content .preparation_section .preparation_div ol li {
    font-size: 13px; }
  .image-bullet-list li {
    display: block;
    margin-left: 0;
    width: auto; }
  .nutriplato_video {
    width: 100%;
    display: block;
    margin-left: 0;
    padding: 0; }
  #block-nutripiatto-local-tasks {
    display: none; }
  .body-text h2 {
    font-size: 27px;
    margin-bottom: 10px; }
  .article-teaser {
    padding: 0 5px; }
  .article-teaser .title {
    padding: 10px; }
  .article-slider-section {
    padding-bottom: 30px; }
  .article-slider-section h4 {
    font-size: 18px; }
  .article-content h1 {
    font-size: 28px;
    margin-top: 30px; } }

@media only screen and (max-width: 767px) {
  .lity-close {
    right: 0; } }

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    box-shadow: none !important; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: ""; }
  blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  img, tr {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  h2, h3, p {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  select {
    background: #fff !important; }
  .navbar {
    display: none; }
  .table td, .table th {
    background-color: #fff !important; }
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
  .table-bordered td, .table-bordered th {
    border: 1px solid #ddd !important; } }

.article-teaser:hover .title, p a:hover {
  color: #19a5b8; }

p a {
  color: #f43f9a;
  text-decoration: underline; }

#social-media-sharing {
  position: fixed;
  top: 30%;
  z-index: 10001;
  display: block;
  width: fit-content;
  right: 0px; }

@media (max-width: 599px) {
  #social-media-sharing {
    top: unset;
    bottom: 0px;
    width: 100%; } }

#social-media-sharing .social-media-sharing {
  display: block;
  max-width: 60px;
  padding-top: 10px;
  padding-left: 10px;
  background-color: #f9f9f9;
  border-radius: 5px 0px;
  border: 1px solid #ddd; }

@media (max-width: 599px) {
  #social-media-sharing .social-media-sharing {
    padding-top: 0px;
    max-width: 100%;
    padding-left: 0px; } }

#social-media-sharing .social-media-sharing ul {
  display: block; }

@media (max-width: 599px) {
  #social-media-sharing .social-media-sharing ul {
    margin: 10px 0px; } }

#social-media-sharing .social-media-sharing ul li {
  width: 100%;
  margin-bottom: 10px; }

@media (max-width: 599px) {
  #social-media-sharing .social-media-sharing ul li {
    margin-bottom: 0px;
    max-width: 40px; } }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: unset;
  touch-action: unset;
  -webkit-user-select: unset;
  -ms-user-select: unset;
  user-select: unset; }

div[role="contentinfo"][aria-label="Error message"] {
  position: relative; }

div[role="contentinfo"][aria-label="Error message"] div[role="alert"] {
  padding: 30px;
  width: 600px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #ff9800;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  color: black;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  z-index: 1000;
  margin-top: 18%; }

div[role="contentinfo"][aria-label="Error message"] div[role="alert"] a {
  color: white;
  font-weight: bold; }

.lity-content {
  background: transparent; }

.lity-content:after {
  box-shadow: none; }

.privacy-text a {
  text-decoration: underline; }

.pager__items {
  display: block;
  margin: auto;
  list-style: none;
  width: max-content;
  margin-bottom: 30px; }

.pager__items li {
  float: left;
  height: 30px;
  min-width: 30px;
  margin-right: 10px;
  text-align: center; }

.pager__items li.is-active a {
  color: #f43f9a;
  border-bottom: 1px solid #f43f9a; }

.Tags a {
  color: #f43f9a;
  font-weight: 900; }

.Tags a:hover {
  color: #788691; }

.Tags a:after {
  content: ",";
  display: contents; }

.Tags a:last-child:after {
  display: none; }

.article-list h1 {
  margin-bottom: 40px;
  font-family: 'Just Another Hand',cursive;
  text-transform: uppercase;
  line-height: 1.09;
  letter-spacing: .025em;
  color: #5b5b5b;
  margin-top: 21px;
  text-align: center; }
