@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

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

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent;
  text-decoration: none;
  cursor: pointer; }

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

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0;
  vertical-align: middle; }

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

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

.hide {
  display: none !important; }

section {
  position: relative;
  padding: 30px 0; }

section.border-bottom {
  border-bottom: solid #D7CDCC 1px; }

@media only screen and (max-width: 650px) {
  .global-footer .magazine {
    display: none !important; } }

html,
body {
  font-family: "OpenSans";
  font-size: 14px;
  color: #424651;
  letter-spacing: 0px; }

body {
  background-color: #ffffff; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #424651;
  font-family: "Opensans-semibold";
  font-weight: normal;
  /* user-select: none; */ }

h1 {
  font-size: 32px;
  margin: 20px 0 15x; }
  h1.recipe-title__title {
    margin: 30px 0 8px; }

h2, h3 {
  color: #ACB593; }
  .recipe-categories__detail-categories h2, .recipe-categories__detail-categories h3 {
    color: #CE9EB0; }

h3 {
  margin-bottom: 4px; }

.inline-title {
  display: inline-block; }

h2 {
  font-size: 17px;
  margin: 20px 0; }

.rcpt-section h2 {
  font-size: 30px; }
  @media (max-width: 980px) {
    .rcpt-section h2 {
      font-size: 22px; } }

h3 {
  font-size: 17px; }

p {
  font-size: 14px;
  line-height: 19px; }

@media screen and (max-width: 360px) {
  h1 {
    font-size: 23px;
    margin: 8px 0 20px; }
    h1.recipe-title__title {
      margin: 20px 0 8px; }
  h3 {
    font-size: 14px; }
  p {
    font-size: 12px;
    line-height: 17px; } }

a {
  color: #89B51B; }

.headline-group {
  position: relative; }
  .headline-group .a-link {
    position: absolute;
    right: 0;
    top: 4px;
    color: #ffffff;
    text-decoration: underline; }
    .headline-group .a-link:hover {
      text-decoration: none; }

hr.border {
  height: 0;
  border: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid; }
  hr.border--light-grey {
    border-bottom-color: #D7CDCC;
    margin-bottom: 30px;
    margin-top: 5px; }

@font-face {
  font-family: 'OpenSans';
  src: url(./../../dist/font/OpenSans/OpenSans-Regular.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: fallback; }

@font-face {
  font-family: 'OpenSans-semibold';
  src: url(./../../dist/font/OpenSans/opensans-semibold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: fallback; }

.btn-main {
  color: #ffffff;
  background-color: #FFC400;
  text-decoration: none;
  padding: 16px 35px;
  border: 0;
  cursor: pointer; }
  .btn-main:hover {
    background-color: #cc9d00; }

.btn-red {
  color: #ffffff;
  background-color: #ed1c24;
  padding: 20.5px 35px;
  -webkit-transition: background-color 250ms ease-in-out;
  transition: background-color 250ms ease-in-out; }
  .btn-red:hover {
    background-color: #c61017; }

a[type="button"],
input[type="submit"] {
  color: #fff;
  background-color: #FFC400;
  text-decoration: none;
  padding: 16px 35px;
  border: 0;
  -webkit-transition: background-color 250ms ease-in-out;
  transition: background-color 250ms ease-in-out; }
  a[type="button"]:hover,
  input[type="submit"]:hover {
    background-color: #cc9d00; }
  a[type="button"][disabled],
  input[type="submit"][disabled] {
    background: #c3c3c3; }
  @media (max-width: 400px) {
    a[type="button"],
    input[type="submit"] {
      padding: 16px 20px;
      text-align: center; } }

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

.basic-form {
  font-size: 17px;
  line-height: 68px; }
  .basic-form input[type="text"] {
    border: 1px solid #ebebeb;
    width: 74%;
    height: 68px;
    padding: 0 27px;
    outline: none; }
  .basic-form textarea {
    border: 1px solid #ebebeb;
    width: 74%;
    height: 68px;
    padding: 0 27px;
    outline: none;
    overflow: hidden; }
  .basic-form input[type="submit"] {
    color: #ffffff;
    background: #FFC400;
    border: 0;
    width: 26%;
    height: 68px;
    float: right;
    outline: none; }
    .basic-form input[type="submit"]:hover {
      background-color: #b38900; }

.chat-box__form textarea {
  line-height: 20px;
  font-size: 14px;
  height: 100px;
  padding: 5px 10px;
  overflow: auto;
  width: 100%; }

.chat-box__form input[type="submit"] {
  height: 40px;
  line-height: normal;
  padding: 0 35px; }

.tabs {
  position: relative;
  margin: 0;
  padding: 0;
  margin-top: 50px;
  display: inline-block;
  width: 100%; }
  .tabs input[type='radio'] {
    display: none; }
  .tabs label,
  .tabs__tab > a {
    font-size: 14px;
    font-family: "Opensans-semibold";
    position: absolute;
    background-color: #89B51B;
    color: #ffffff;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0px 10px;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    top: -50px; }
  .tabs label span {
    display: inline-block;
    color: #424651; }
  .tabs__tab > a span {
    font-size: 13px; }
  .tabs input[type="radio"]:checked + label,
  .tabs__tab.active a {
    background: #ffffff;
    color: #424651;
    font-family: "Opensans-semibold";
    cursor: initial;
    position: absolute; }
    .tabs input[type="radio"]:checked + label a,
    .tabs__tab.active a a {
      color: #424651; }
  .tabs__tab {
    display: block;
    margin: 0; }
  .tabs__content {
    display: none; }
  .tabs input[type='radio']:checked + label + .tabs__content {
    display: block;
    position: relative; }

@media screen and (max-width: 790px) {
  .tabs {
    position: relative;
    margin: 0;
    padding: 0; }
    .tabs input[type='radio'] {
      display: none; }
    .tabs label {
      font-size: 14px;
      display: block;
      position: relative;
      height: 50px;
      line-height: 50px;
      padding: 0px 30px;
      width: 100%;
      text-align: center;
      top: initial;
      left: 0px;
      margin-bottom: 5px; }
    .tabs input[type="radio"]:checked + label {
      background: #ffffff;
      color: #89B51B;
      cursor: initial;
      position: relative;
      margin-bottom: 0px; }
    .tabs__tab {
      display: block;
      float: none;
      width: 100%; }
    .tabs__content {
      position: relative;
      height: 0px;
      opacity: 1;
      z-index: 1;
      width: 100%;
      overflow: hidden;
      top: 0;
      margin-bottom: 5px; }
    .tabs input[type='radio']:checked + label + .tabs__content {
      height: auto; } }

select {
  height: 35px;
  line-height: 35px; }

input[type="text"], input[type="email"], input[type="password"], input[type="number"] {
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  color: #666666;
  background-color: #f6f6f6;
  border: 0; }

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

textarea {
  padding: 10px;
  color: #666666;
  background-color: #f6f6f6;
  border: 0; }

input[type="checkbox"] {
  cursor: pointer;
  position: relative; }
  input[type="checkbox"]:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 15px;
    height: 15px;
    border: 1px solid #cccccc;
    background-color: #FFFFFF; }

input[type="checkbox"]:checked:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #FFC400;
  background-color: #FFFFFF;
  background-image: url("../img/check-mark-icon.svg");
  background-size: 90% 90%;
  background-repeat: no-repeat;
  background-position: center; }

input[type="radio"] {
  cursor: pointer;
  position: relative; }
  input[type="radio"]:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    display: block;
    width: 15px;
    height: 15px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #FFFFFF; }

input[type="radio"]:checked:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  display: block;
  width: 7px;
  height: 7px;
  border: 0;
  background-image: url("../img/dot_orange.svg");
  background-size: cover;
  background-repeat: no-repeat; }

.tooltip {
  content: 'Vytisknout recept';
  position: absolute;
  background-color: #424242;
  padding: 7px;
  border-radius: 5px;
  top: -60px;
  left: -25px;
  transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out; }
  .tooltip:after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    background-color: #424242;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .tooltip-top:after {
    bottom: -5px;
    left: 50%;
    margin-left: -5px; }
  .tooltip-left:after {
    top: 50%;
    margin-top: -5px;
    left: -5px; }
  .tooltip-bottom:after {
    top: -5px;
    left: 50%;
    margin-left: -5px; }
  .tooltip-right:after {
    top: 50%;
    margin-top: -5px;
    right: -5px; }

.site-header {
  position: relative;
  z-index: 1001;
  min-height: 215px;
  font-display: fallback; }
  @media (max-width: 768px) {
    .site-header {
      z-index: 1001; } }

#page-wrapper {
  width: 1080px;
  margin: 15px auto 0;
  background-color: #ffffff;
  padding: 0 15px;
  z-index: 1000;
  position: relative; }
  #page-wrapper:before, #page-wrapper:after {
    content: " ";
    display: block; }
  #page-wrapper:after {
    clear: both; }
  @media (max-width: 1080px) {
    #page-wrapper {
      width: 100%;
      padding: 0 12px; } }
  @media (max-width: 500px) {
    #page-wrapper {
      margin: 0; } }

.rcpt-section h2 {
  margin-top: 0;
  padding-top: 30px;
  margin-bottom: 40px; }
  .rcpt-section h2.h2-smaller {
    font-size: 20px;
    margin-bottom: 20px; }
  @media (max-width: 450px) {
    .rcpt-section h2 {
      padding-top: 10px;
      margin-bottom: 20px; }
      .rcpt-section h2.h2-smaller {
        padding-top: 30px; } }

.horizontal-ad div {
  width: 720px;
  height: 150px;
  background-color: #ddd;
  margin: 45px auto 0; }

@media (min-width: 1081px) {
  .horizontal-ad {
    display: none; } }

@media (max-width: 785px) {
  .horizontal-ad {
    display: none; } }

.content-sidebar {
  width: 700px;
  float: left;
  position: relative; }
  .content-sidebar:before, .content-sidebar:after {
    content: " ";
    display: block; }
  .content-sidebar:after {
    clear: both; }
  @media (max-width: 1080px) {
    .content-sidebar {
      width: 100%; } }

.sidebar {
  width: 300px;
  float: right; }
  .sidebar-other {
    position: relative; }
  .sidebar__item {
    margin-bottom: 20px; }
  .sidebar__item:nth-last-child(1) {
    margin-bottom: 0; }
  .sidebar__fix-ad, .sidebar__fix-ad-top {
    position: relative; }
    .sidebar__fix-ad .skyscaper,
    .sidebar__fix-ad .skyscraper,
    .sidebar__fix-ad .skyscraper-top, .sidebar__fix-ad-top .skyscaper,
    .sidebar__fix-ad-top .skyscraper,
    .sidebar__fix-ad-top .skyscraper-top {
      will-change: scroll-position; }
      .sidebar__fix-ad .skyscaper.fixed,
      .sidebar__fix-ad .skyscraper.fixed,
      .sidebar__fix-ad .skyscraper-top.fixed, .sidebar__fix-ad-top .skyscaper.fixed,
      .sidebar__fix-ad-top .skyscraper.fixed,
      .sidebar__fix-ad-top .skyscraper-top.fixed {
        position: fixed;
        top: 0; }
      .sidebar__fix-ad .skyscaper.absolute,
      .sidebar__fix-ad .skyscraper.absolute,
      .sidebar__fix-ad .skyscraper-top.absolute, .sidebar__fix-ad-top .skyscaper.absolute,
      .sidebar__fix-ad-top .skyscraper.absolute,
      .sidebar__fix-ad-top .skyscraper-top.absolute {
        position: absolute;
        top: inherit;
        bottom: 0; }
  @media (max-width: 1080px) {
    .sidebar {
      display: none; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: block; }

.clearfix:after {
  clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 750px) {
    .row {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.row--small {
  margin-left: -5px;
  margin-right: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.column-6,
.column-6 {
  float: left;
  width: 50%;
  margin: 0 15px; }
  @media (max-width: 750px) {
    .column-6,
    .column-6 {
      width: 100%; } }

#ads-m-rectangle-1,
#ads-m-rectangle-2,
#ads-m-rectangle-3,
#ads-leader-board,
#ads-dolni-banner,
#ads-widesquare,
#ao_Skyscraper {
  margin-top: 15px;
  margin-bottom: 15px; }

#ads-leader-board {
  min-height: 213px; }

.sidebar-hp #ao_Skyscraper {
  margin-top: 0px;
  margin-bottom: 0px; }

#ads-leader-board .site-ads {
  position: relative;
  z-index: 10; }

.site-ads.site-leader-board {
  position: relative;
  z-index: 100; }

#video-0-title a,
#video-2-title a {
  color: #000000; }

#video-0 {
  position: relative;
  width: 300px;
  z-index: 1002; }
  #video-0 .video-wrapper.fixed {
    position: fixed;
    top: 0;
    width: 300px; }

.questionnaire {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999; }
  .questionnaire__content {
    position: relative;
    background-color: #fff;
    padding: 0 0 20px;
    max-width: 500px;
    width: 80%;
    margin: 10% auto;
    text-align: center; }
    .questionnaire__content:before, .questionnaire__content:after {
      content: " ";
      display: block; }
    .questionnaire__content:after {
      clear: both; }
    .questionnaire__content img {
      width: 100%;
      padding-bottom: 15px; }
    .questionnaire__content p {
      color: #000;
      font-size: 16px; }
    .questionnaire__content a {
      font-size: 1rem;
      background-color: #ed1c24;
      color: #fff;
      padding: 15px 20px;
      display: inline-block;
      -webkit-transition: background-color 250ms ease-in-out;
      transition: background-color 250ms ease-in-out; }
      .questionnaire__content a:hover {
        background-color: #c61017; }
    .questionnaire__content::before {
      content: '';
      background-image: url(./../../dist/img/plus.svg);
      position: absolute;
      top: -30px;
      right: -30px;
      cursor: pointer;
      width: 30px;
      height: 30px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

.ad-main-header {
  position: absolute;
  top: -20px;
  right: 0; }

.user-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

#prolinkhdr-v3 {
  min-height: 43px !important; }

.recipe-photo-links {
  padding: 20px 0;
  font-size: 15px;
  line-height: 24px; }
  .recipe-photo-links span:nth-child(1) {
    color: #000;
    padding-right: 10px; }
  .recipe-photo-links span {
    color: #FFC400;
    display: inline-block; }
  .recipe-photo-links a {
    color: #FFC400; }
    .recipe-photo-links a:hover {
      text-decoration: underline; }

.popup {
  position: fixed;
  z-index: 1001;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.62);
  display: none; }
  .popup__layout {
    position: relative;
    width: 90%;
    max-width: 400px;
    background-color: white;
    text-align: center;
    box-shadow: 5px 3px 10px rgba(0, 0, 0, 0.1);
    margin: 200px auto; }
    .popup__layout label {
      text-align: left;
      display: block;
      margin-bottom: 10px; }
  .popup__label {
    background-color: #ed1c24;
    color: #FFFFFF;
    font-size: 16px;
    padding: 15px 55px 15px 25px;
    /*pointer-events: none;*/
    text-align: left; }
    .popup__label .close-popup {
      content: '';
      background-image: url(./../../dist/img/plus.svg);
      position: absolute;
      right: 10px;
      top: 4px;
      cursor: pointer;
      width: 30px;
      height: 30px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  .popup__wrapper {
    padding: 40px 25px; }
    .popup__wrapper:before, .popup__wrapper:after {
      content: " ";
      display: block; }
    .popup__wrapper:after {
      clear: both; }
    .popup__wrapper textarea {
      width: 100%;
      min-height: 150px;
      resize: none;
      margin-bottom: 10px; }
    .popup__wrapper input[type="checkbox"] {
      margin-right: 5px;
      vertical-align: middle; }
  .popup__folders {
    display: block; }
  .popup.visible {
    display: block; }
    .popup.visible .popup__form {
      -webkit-animation: bounce .5s 0s 1 normal forwards;
      animation: bounce .5s 0s 1 normal forwards;
      visibility: visible; }

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes bounce {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
  @media screen and (max-width: 660px) {
    .popup__layout {
      margin: 20px auto; }
    .popup__wrapper {
      padding: 10px 25px; } }

.notices {
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 9998; }
  .notices__item {
    background: rgba(0, 0, 0, 0.8);
    padding: 25px 20px;
    color: #ffffff;
    opacity: 0;
    margin-top: 0;
    margin-bottom: 15px;
    box-shadow: 5px 3px 10px rgba(0, 0, 0, 0.1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: margin 500ms linear;
    transition: margin 500ms linear;
    -webkit-animation: show .4s 0s 1 normal forwards, hide .5s 3s 1 normal forwards;
    animation: show .4s 0s 1 normal forwards, hide .5s 3s 1 normal forwards; }

@-webkit-keyframes show {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes show {
  0% {
    opacity: 0;
    -webkit-transform: translateY-(25px);
    transform: translateY(-25px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@-webkit-keyframes hide {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes hide {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.suggest {
  position: absolute;
  background: #ffffff;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 300px;
  overflow: auto;
  box-shadow: 5px 3px 10px rgba(0, 0, 0, 0.1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 102;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb; }
  .suggest li {
    padding: 8px 10px;
    border-bottom: 1px solid #f2f2f2;
    cursor: pointer;
    line-height: 28px;
    font-size: 16px;
    transition: background-color 100ms ease-in-out; }
    .suggest li a {
      display: block;
      color: #000000; }
    .suggest li:hover, .suggest li.selected {
      background-color: #f2f2f2; }
  .suggest img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 15px; }
  .suggest .suggest-item.suggest-recipe {
    padding: 0; }
    .suggest .suggest-item.suggest-recipe a {
      padding: 8px 10px; }
      .suggest .suggest-item.suggest-recipe a:before, .suggest .suggest-item.suggest-recipe a:after {
        content: " ";
        display: block; }
      .suggest .suggest-item.suggest-recipe a:after {
        clear: both; }
    .suggest .suggest-item.suggest-recipe img {
      float: left; }
    .suggest .suggest-item.suggest-recipe .suggest-recipe__title {
      float: right;
      width: calc(100% - 120px); }
  .suggest.suggest-recipe {
    width: calc(100% - 150px); }
    .suggest.suggest-recipe img {
      width: 100px;
      height: 60px;
      border-radius: 0; }
    @media (max-width: 980px) {
      .suggest.suggest-recipe {
        width: 70%; } }
    @media (max-width: 767px) {
      .suggest.suggest-recipe {
        width: calc(100% - 100px); }
        .suggest.suggest-recipe img {
          display: none; }
        .suggest.suggest-recipe .suggest-item.suggest-recipe .suggest-recipe__title {
          width: 100%; } }
    @media (min-width: 767px) and (max-width: 900px) {
      .suggest.suggest-recipe .suggest-item.suggest-recipe .suggest-recipe__title {
        font-size: 15px;
        line-height: 20px; } }

.main-suggest {
  background: #ffffff;
  width: 100%;
  position: absolute;
  z-index: 999; }
  @media (max-width: 1080px) {
    .main-suggest {
      width: 100%; } }
  @media (max-width: 767px) {
    .main-suggest {
      width: calc(100% - 60px); } }
  .main-suggest__recipe-list, .main-suggest__ingredient-list {
    margin: 0;
    list-style: none; }
  .main-suggest__recipe-list {
    padding: 0;
    max-height: 374px;
    overflow: auto;
    padding-left: 12px;
    padding-right: 12px;
    border-left: 1px solid #D7CDCC;
    border-right: 1px solid #D7CDCC;
    border-bottom: 1px solid #D7CDCC; }
    .main-suggest__recipe-list li {
      border-bottom: 1px solid #D7CDCC;
      height: 70px; }
      .main-suggest__recipe-list li:nth-last-child(1) {
        border-bottom: 0; }
      @media (max-width: 767px) {
        .main-suggest__recipe-list li {
          height: auto; } }
    .main-suggest__recipe-list a {
      position: relative;
      display: block;
      padding: 7px 10px;
      height: 100%;
      /*img {
        float: left;
        width: 100px;

        @media (max-width: 767px) {
          display: none;
        }
      }*/ }
      .main-suggest__recipe-list a:before, .main-suggest__recipe-list a:after {
        content: " ";
        display: block; }
      .main-suggest__recipe-list a:after {
        clear: both; }
      .main-suggest__recipe-list a .recipe-list__content {
        /* float: right;
        width: calc(100% - 110px);*/
        width: 100%;
        height: 100%; }
        @media (max-width: 767px) {
          .main-suggest__recipe-list a .recipe-list__content {
            width: 100%; } }
        .main-suggest__recipe-list a .recipe-list__content p {
          color: #424651;
          margin: 0;
          font-size: 17px;
          font-family: "Opensans-semibold";
          line-height: 20px;
          text-decoration: underline;
          /*@media (max-width: 1090px) {
            font-size: 14px;
          }

          @media (max-width: 1080px) {
            font-size: 15px;
          }*/ }
          @media (max-width: 767px) {
            .main-suggest__recipe-list a .recipe-list__content p {
              line-height: 22px;
              font-size: 14px; } }
        .main-suggest__recipe-list a .recipe-list__content div {
          width: 80px;
          height: 21px;
          position: absolute;
          bottom: 2px;
          overflow: hidden; }
          @media (max-width: 767px) {
            .main-suggest__recipe-list a .recipe-list__content div {
              display: none; } }
          .main-suggest__recipe-list a .recipe-list__content div span {
            position: relative;
            width: 80px;
            height: 21px;
            display: block; }
            .main-suggest__recipe-list a .recipe-list__content div span:after {
              content: '';
              background-image: url(../img/stars_full.png);
              background-size: contain;
              position: absolute;
              left: 0;
              top: 0;
              width: 100%;
              height: 100%; }
      .main-suggest__recipe-list a:hover, .main-suggest__recipe-list a.selected {
        background: #ACB593;
        transition: background 150ms linear; }
  .main-suggest__ingredient-list {
    line-height: 28px;
    padding: 10px;
    border-left: 1px solid #D7CDCC;
    border-right: 1px solid #D7CDCC;
    border-bottom: 1px solid #D7CDCC; }
    @media (max-width: 767px) {
      .main-suggest__ingredient-list {
        display: none; } }
    .main-suggest__ingredient-list li {
      display: inline-block;
      padding-right: 6px; }
    .main-suggest__ingredient-list a {
      font-size: 14px;
      background: #89B51B;
      color: #ffffff;
      padding: 3px 5px;
      -webkit-transition: background-color 150ms linear;
      transition: background-color 150ms linear; }
      .main-suggest__ingredient-list a:hover {
        background-color: #465c0e; }

.prolink-header {
  background-color: #f6f6f6;
  position: relative;
  z-index: 1005;
  width: 100%;
  margin: 0 auto;
  text-align: center; }
  .prolink-header .prolink-wrapper {
    width: 1024px;
    margin: 0 auto; }
  .prolink-header ul.list-links {
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #dcdcdc;
    height: 45px;
    line-height: 40px; }
    .prolink-header ul.list-links li {
      color: #1e1e1e;
      margin: 0 10px 0 10px;
      padding: 0;
      list-style: none;
      display: inline-block; }
      .prolink-header ul.list-links li a {
        color: #8b8b8b;
        text-decoration: none;
        font-size: 12px;
        font-family: Arial;
        padding: 15px 0; }
      .prolink-header ul.list-links li a:hover {
        text-decoration: underline; }
    .prolink-header ul.list-links li.dropdown-menu {
      cursor: pointer;
      color: #8b8b8b;
      font-size: 12px;
      font-family: Arial; }
      .prolink-header ul.list-links li.dropdown-menu .dataimg-arrow-down {
        color: #8b8b8b;
        background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020.36%2011.96%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%2316212d%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3EVrstva%201%3C%2Ftitle%3E%3Cg%20id%3D%22Vrstva_2%22%20data-name%3D%22Vrstva%202%22%3E%3Cg%20id%3D%22Vrstva_1-2%22%20data-name%3D%22Vrstva%201%22%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%220%201.79%2010.17%2011.96%2011.94%2010.19%2011.94%2010.19%2020.36%201.77%2018.59%200%2010.17%208.42%201.77%200.02%200%201.79%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
        background-repeat: no-repeat;
        fill: #8b8b8b;
        position: relative;
        top: 5px;
        margin: 0px 0px 0px 5px; }
      .prolink-header ul.list-links li.dropdown-menu ul {
        position: absolute;
        background: #8b8b8b;
        color: #fff !important;
        line-height: 20px;
        padding: 5px;
        margin: -5px 0 0 0;
        display: none;
        width: 130px; }
        .prolink-header ul.list-links li.dropdown-menu ul li {
          list-style: none;
          text-align: left;
          display: block; }
          .prolink-header ul.list-links li.dropdown-menu ul li a {
            color: #fff;
            padding: 3px 0; }
    .prolink-header ul.list-links li.dropdown-menu:hover ul {
      display: block; }
    .prolink-header ul.list-links span {
      font-size: 13px;
      color: #8b8b8b !important; }

@media (max-width: 1080px) {
  .prolink-header {
    display: none; } }

#rss_hub {
  background-color: #ffffff;
  margin: 30px 0 0;
  float: left;
  border-top: 1px solid #D7CDCC;
  padding-top: 30px; }
  #rss_hub:before, #rss_hub:after {
    content: " ";
    display: block; }
  #rss_hub:after {
    clear: both; }
  @media (max-width: 500px) {
    #rss_hub {
      padding-top: 20px; } }

.rss_hub_item {
  position: relative;
  float: left;
  width: 20%;
  /*padding: 0 15px;*/
  padding-right: 30px;
  height: 300px;
  overflow: hidden;
  margin-bottom: 20px;
  /*@media (max-width: $content-width) {
    width: 25%;

   &:nth-last-child(2) {
      display: none;
    }
  }*/ }
  @media (max-width: 970px) {
    .rss_hub_item {
      width: 33.3333%; }
      .rss_hub_item:nth-last-child(3) {
        display: none; } }
  @media (max-width: 690px) {
    .rss_hub_item {
      width: 50%;
      height: 315px; }
      .rss_hub_item:nth-last-child(3) {
        display: block; } }
  @media (max-width: 600px) {
    .rss_hub_item {
      min-height: 300px;
      height: auto; } }
  @media (max-width: 500px) {
    .rss_hub_item {
      width: 100%;
      min-height: 80px;
      padding: 0;
      float: none;
      /*&:nth-last-child(3),
    &:nth-last-child(2),
    &:nth-last-child(1) {
      display: block;
    }*/ }
      .rss_hub_item:before, .rss_hub_item:after {
        content: " ";
        display: block; }
      .rss_hub_item:after {
        clear: both; } }
  .rss_hub_item .rss_hub_item_img_case {
    display: block; }
    @media (min-width: 501px) {
      .rss_hub_item .rss_hub_item_img_case {
        margin-top: 15px; } }
  .rss_hub_item img {
    width: 100%;
    height: auto; }
    @media (max-width: 500px) {
      .rss_hub_item img {
        width: 35%;
        float: left; } }
    @media screen and (max-width: 390px) {
      .rss_hub_item img {
        width: 46%; } }
  .rss_hub_item .box_name {
    color: #CE9EB0;
    font-size: 17px;
    line-height: 20px;
    font-family: "Opensans-semibold"; }
    @media (max-width: 500px) {
      .rss_hub_item .box_name {
        width: 63%;
        float: right;
        font-size: 14px;
        line-height: 16px; } }
    @media screen and (max-width: 390px) {
      .rss_hub_item .box_name {
        width: 52%; } }
  .rss_hub_item h4 {
    margin: 8px 0 0; }
    .rss_hub_item h4 a {
      color: #424651;
      font-size: 17px;
      line-height: 20px;
      font-family: "Opensans-semibold"; }
      @media (max-width: 500px) {
        .rss_hub_item h4 a {
          font-size: 14px;
          line-height: 16px; } }
    @media (max-width: 500px) {
      .rss_hub_item h4 {
        margin: 6px 0 0;
        float: right;
        width: 63%; } }
    @media screen and (max-width: 390px) {
      .rss_hub_item h4 {
        width: 52%; } }

.modal-overlay {
  position: fixed;
  z-index: 9998;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  border: 0;
  padding: 0 20px;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 100ms;
  -o-transition: opacity 100ms;
  transition: opacity 100ms; }
  .modal-overlay.open {
    opacity: 1; }

.modal-content {
  position: relative;
  z-index: 9999;
  max-width: 500px;
  margin: 100px auto 0;
  padding: 35px 25px;
  opacity: 0;
  background-color: #ffffff;
  backface-visibility: hidden;
  -webkit-transition: opacity 100ms;
  -o-transition: opacity 100ms;
  transition: opacity 100ms;
  -webkit-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  transition-delay: 100ms; }
  .modal-content.open {
    opacity: 1;
    -webkit-animation: bounce .4s 0s 1 normal forwards;
    animation: bounce .4s 0s 1 normal forwards; }

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes bounce {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

.modal-close {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M23.954 21.03l-9.184-9.095 9.092-9.174-2.832-2.807-9.09 9.179-9.176-9.088-2.81 2.81 9.186 9.105-9.095 9.184 2.81 2.81 9.112-9.192 9.18 9.1z'/%3E%3C/svg%3E");
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  background-size: cover;
  cursor: pointer; }

.notification-wrapper {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999; }
  .notification-wrapper > div {
    position: relative;
    padding: 5px 0;
    max-width: 500px;
    width: 100%; }
    .notification-wrapper > div[data-fade='up'] {
      text-align: right;
      -webkit-animation: fadeUp 0.5s 0s 1 normal backwards;
      animation: fadeUp 0.5s 0s 1 normal backwards; }

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }
    .notification-wrapper > div[data-fade='down'] {
      -webkit-animation: fadeDown 0.5s 0s 1 normal backwards;
      animation: fadeDown 0.5s 0s 1 normal backwards; }

@-webkit-keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }
    .notification-wrapper > div span {
      position: relative;
      display: inline-block;
      background-color: rgba(0, 0, 0, 0.8);
      color: #ffffff;
      padding: 25px 20px 25px 80px;
      overflow: hidden;
      text-align: left; }
      .notification-wrapper > div span::before {
        content: '';
        background-color: #2cba57;
        background-color: #fb9c3b;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Vrstva_1' x='0px' y='0px' viewBox='0 0 17 38.5' style='enable-background:new 0 0 17 38.5;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D %3C/style%3E %3Cg%3E %3Cpath class='st0' d='M-219.5-100.8c0,0.7-0.1,1.6-0.4,2.6c-0.2,1.1-0.5,2.4-0.9,3.9c-0.3,1.4-0.7,3.1-1.2,5.2 c-0.4,2.1-0.9,4.7-1.4,7.8h-1.9c-0.5-3.1-1-5.7-1.4-7.8c-0.4-2.1-0.8-3.8-1.2-5.2c-0.3-1.3-0.6-2.5-0.9-3.8 c-0.3-1.2-0.4-2.2-0.4-2.8c0-1.3,0.5-2.3,1.4-3.2c0.9-0.9,2-1.3,3.3-1.3c1.3,0,2.4,0.4,3.3,1.3C-220-103.1-219.5-102-219.5-100.8z M-219.6-73.8c0,1.2-0.5,2.3-1.4,3.2c-0.9,0.9-2,1.3-3.3,1.3c-1.3,0-2.4-0.4-3.3-1.3c-0.9-0.9-1.4-1.9-1.4-3.2 c0-1.2,0.5-2.3,1.4-3.2c0.9-0.9,2-1.4,3.3-1.4c1.3,0,2.3,0.5,3.3,1.4C-220.1-76.1-219.6-75-219.6-73.8z'/%3E %3C/g%3E %3Cg%3E %3Cpath class='st0' d='M16.5,34.3l-0.5,2.2c-1.6,0.6-2.9,1.1-3.9,1.5s-2.1,0.5-3.3,0.5c-2,0-3.5-0.5-4.6-1.4c-1.1-1-1.6-2.2-1.6-3.6 c0-0.6,0-1.2,0.1-1.7c0.1-0.6,0.2-1.3,0.4-2l2-7.1c0.2-0.7,0.3-1.3,0.5-1.9c0.1-0.6,0.2-1.2,0.2-1.7c0-0.9-0.2-1.5-0.6-1.9 c-0.4-0.4-1.1-0.5-2.2-0.5c-0.5,0-1.1,0.1-1.6,0.2c-0.5,0.2-1,0.3-1.4,0.5L0.5,15c1.3-0.5,2.6-1,3.8-1.4C5.5,13.2,6.7,13,7.7,13 c1.9,0,3.4,0.5,4.5,1.4c1.1,0.9,1.6,2.2,1.6,3.6c0,0.3,0,0.9-0.1,1.6c-0.1,0.8-0.2,1.5-0.4,2.1l-2,7.1c-0.2,0.6-0.3,1.2-0.4,2 s-0.2,1.3-0.2,1.7c0,0.9,0.2,1.6,0.6,1.9c0.4,0.3,1.2,0.5,2.2,0.5c0.5,0,1-0.1,1.7-0.3C15.8,34.6,16.2,34.4,16.5,34.3z M17,4.5 c0,1.2-0.5,2.3-1.4,3.2C14.7,8.5,13.5,9,12.2,9S9.8,8.5,8.8,7.7C7.9,6.8,7.4,5.7,7.4,4.5c0-1.2,0.5-2.3,1.4-3.2S10.9,0,12.2,0 s2.4,0.4,3.4,1.3S17,3.3,17,4.5z'/%3E %3C/g%3E %3C/svg%3E");
        background-size: auto 26px;
        position: absolute;
        top: 0;
        left: 0;
        width: 60px;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat; }
      .notification-wrapper > div span[data-type='success']::before {
        background-color: #2cba57;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Layer_1' x='0px' y='0px' viewBox='0 0 426.7 307' style='enable-background:new 0 0 426.7 307;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D %3C/style%3E %3Cpath class='st0' d='M153.5,307c-8.7,0-17.3-3.3-23.9-9.9L9.9,177.4c-13.2-13.2-13.2-34.6,0-47.9c13.2-13.2,34.6-13.2,47.9,0 l95.7,95.7L368.9,9.9c13.2-13.2,34.6-13.2,47.9,0c13.2,13.2,13.2,34.7,0,47.9L177.4,297.1C170.8,303.7,162.2,307,153.5,307z'/%3E %3C/svg%3E");
        background-size: 25px auto; }
      .notification-wrapper > div span[data-type='error']::before, .notification-wrapper > div span[data-type='danger']::before {
        background-color: #fb553b;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Vrstva_1' x='0px' y='0px' viewBox='0 0 9.5 36' style='enable-background:new 0 0 9.5 36;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D %3C/style%3E %3Cg%3E %3Cpath class='st0' d='M9.5,4.5c0,0.7-0.1,1.6-0.4,2.6c-0.2,1.1-0.5,2.4-0.9,3.9c-0.3,1.4-0.7,3.1-1.2,5.2C6.6,18.4,6.2,21,5.7,24 H3.8c-0.5-3.1-1-5.7-1.4-7.8c-0.4-2.1-0.8-3.8-1.2-5.2C0.9,9.8,0.7,8.5,0.4,7.3C0.1,6.1,0,5.2,0,4.5c0-1.3,0.5-2.3,1.4-3.2 C2.3,0.4,3.4,0,4.7,0C6,0,7.1,0.4,8.1,1.3C9,2.2,9.5,3.3,9.5,4.5z M9.4,31.5c0,1.2-0.5,2.3-1.4,3.2C7.1,35.6,6,36,4.8,36 c-1.3,0-2.4-0.4-3.3-1.3C0.5,33.8,0,32.8,0,31.5c0-1.2,0.5-2.3,1.4-3.2c0.9-0.9,2-1.4,3.3-1.4C6,27,7.1,27.4,8,28.3 C9,29.2,9.4,30.3,9.4,31.5z'/%3E %3C/g%3E %3C/svg%3E");
        background-size: auto 28px; }

.header-search.homepage {
  position: absolute;
  top: 205px;
  width: 100%;
  text-align: center; }
  .header-search.homepage:before, .header-search.homepage:after {
    content: " ";
    display: block; }
  .header-search.homepage:after {
    clear: both; }

.header-search.other {
  background-color: transparent;
  /*#373a3f;*/
  background-image: url(./../../dist/img/header-dark.png);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  padding: 25px 25px; }
  .header-search.other:before, .header-search.other:after {
    content: " ";
    display: block; }
  .header-search.other:after {
    clear: both; }
  .header-search.other .header-search__form {
    float: right;
    width: calc(100% - 550px);
    margin: 25px 0 15px 20px; }
    @media (max-width: 1080px) {
      .header-search.other .header-search__form {
        margin: 10px 0 25px 20px; } }

.header-search__link-fitweb {
  margin-right: 0px;
  text-align: right;
  font-family: OpenSans-semibold, Sans-serif; }
  .header-search__link-fitweb a {
    color: #ffffff;
    text-decoration: underline; }
  .header-search__link-fitweb a:hover {
    text-decoration: none; }

.header-search__wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 1080px; }
  .header-search__wrapper:before, .header-search__wrapper:after {
    content: " ";
    display: block; }
  .header-search__wrapper:after {
    clear: both; }

.header-search h1 {
  margin: auto;
  font-size: 14px;
  font-family: inherit; }

.header-search__wrapper__span {
  float: left;
  width: 30%;
  margin: 0; }
  .header-search__wrapper__span img {
    width: 100%;
    max-width: 305px; }

.header-search__image {
  float: none; }

.header-search span#frm-mainSearchForm-form-text_message,
.header-search span#frm-mainSearchForm-form-send_message {
  float: left;
  width: 324px; }
  .header-search span#frm-mainSearchForm-form-text_message img,
  .header-search span#frm-mainSearchForm-form-send_message img {
    width: 100%;
    max-width: 305px; }

.header-search__form {
  font-size: 17px;
  line-height: 68px;
  max-width: 750px;
  margin: 0 auto;
  position: relative; }
  .header-search__form:before, .header-search__form:after {
    content: " ";
    display: block; }
  .header-search__form:after {
    clear: both; }
  .header-search__form input[type="text"],
  .header-search__form input[type="email"] {
    background-color: #ffffff;
    width: calc(100% - 80px);
    height: 68px;
    padding: 0 27px;
    outline: none;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px; }
  .header-search__form button[type="submit"],
  .header-search__form input[type="submit"] {
    color: #ffffff;
    background: #ffffff;
    background-image: url(../img/hledat.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 50%;
    border: 0;
    width: 80px;
    float: right;
    outline: none;
    height: 68px;
    -webkit-transition: background-color 250ms ease-in-out;
    transition: background-color 250ms ease-in-out;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }
    .header-search__form button[type="submit"]:hover,
    .header-search__form input[type="submit"]:hover {
      background-color: #89B51B;
      background-image: url(../img/hledat-bila.svg);
      -webkit-transition: background 250ms ease-in-out;
      transition: background 250ms ease-in-out; }
    .header-search__form button[type="submit"] img,
    .header-search__form input[type="submit"] img {
      padding-right: 0px;
      height: 28px;
      margin-top: -5px; }
  .header-search__form .help-block {
    display: none; }
  .header-search__form div span#frm-mainSearchForm-form-text_message,
  .header-search__form div span#frm-mainSearchForm-form-send_message {
    position: absolute;
    line-height: 15px;
    top: -17px;
    font-size: 15px; }
  @media (max-width: 860px) {
    .header-search__form div span {
      top: -17px; } }

.header-search__links {
  position: relative;
  clear: both; }

.header-search__links--wrapper {
  width: 100%;
  text-align: center;
  font-family: OpenSans-semibold;
  padding-top: 10px; }
  .header-search__links--wrapper a {
    color: #ffffff;
    text-decoration: underline;
    font-size: 14px;
    margin: 0 4px; }
    .header-search__links--wrapper a:last-child {
      margin-right: 0; }
    .header-search__links--wrapper a:hover {
      text-decoration: none; }
    @media (max-width: 860px) {
      .header-search__links--wrapper a {
        font-size: 15px; } }
  @media (max-width: 860px) {
    .header-search__links--wrapper {
      line-height: 30px; } }

@media (max-width: 1080px) {
  .header-search__links {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 20px; }
  .header-search.other {
    padding: 25px 25px; }
  .header-search span {
    width: auto;
    margin: 0;
    cursor: pointer; }
  .header-search span img {
    width: 170px; }
  .header-search.other .header-search__form {
    font-size: 14px;
    line-height: 50px;
    float: right;
    width: calc(100% - 310px - 19%);
    margin-top: 7px; }
    .header-search.other .header-search__form input[type="text"] {
      height: 50px;
      width: 85%; }
    .header-search.other .header-search__form button[type="submit"] {
      height: 50px;
      width: 15%;
      line-height: 0; }
      .header-search.other .header-search__form button[type="submit"] img {
        height: 20px;
        padding-right: 7%; } }

@media (max-width: 850px) {
  .header-search__image {
    width: 180px; } }

@media (max-width: 860px) {
  .header-search.homepage, .header-search.other {
    padding: 25px 25px; }
  .header-search__form,
  .header-search.other .header-search__form {
    font-size: 18px;
    line-height: 47px;
    width: calc(70% - 60px);
    margin-top: 7px; }
    .header-search__form input[type="text"],
    .header-search.other .header-search__form input[type="text"] {
      height: 47px;
      width: calc(100% - 60px); } }
  @media (max-width: 860px) and (max-width: 450px) {
    .header-search__form ::-webkit-input-placeholder,
    .header-search.other .header-search__form ::-webkit-input-placeholder {
      /* WebKit browsers */
      color: transparent; }
    .header-search__form :-moz-placeholder,
    .header-search.other .header-search__form :-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: transparent; }
    .header-search__form ::-moz-placeholder,
    .header-search.other .header-search__form ::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: transparent; }
    .header-search__form :-ms-input-placeholder,
    .header-search.other .header-search__form :-ms-input-placeholder {
      /* Internet Explorer 10+ */
      color: transparent; } }
  @media (max-width: 860px) and (max-width: 860px) {
    .header-search__form,
    .header-search.other .header-search__form {
      margin: 7px 0 20px; } }

@media (max-width: 860px) {
    .header-search__form button[type="submit"],
    .header-search.other .header-search__form button[type="submit"] {
      height: 47px;
      line-height: 47px;
      width: 60px;
      overflow: hidden; }
      .header-search__form button[type="submit"] img,
      .header-search.other .header-search__form button[type="submit"] img {
        height: 27px;
        padding-right: 0%; } }
  @media (max-width: 860px) and (max-width: 440px) {
    .header-search__form,
    .header-search.other .header-search__form {
      font-size: 18px;
      line-height: 47px;
      width: calc(70% - 60px);
      margin: 7px 5px 0 0; }
      .header-search__form input[type="text"],
      .header-search.other .header-search__form input[type="text"] {
        height: 50px;
        width: 75%; }
      .header-search__form button[type="submit"],
      .header-search.other .header-search__form button[type="submit"] {
        height: 50px;
        width: 25%;
        line-height: 0; }
        .header-search__form button[type="submit"] img,
        .header-search.other .header-search__form button[type="submit"] img {
          height: 20px;
          padding-right: 7%; } }

@media (max-width: 860px) {
  .header-search__links {
    width: 100%; } }

@media (max-width: 440px) {
  .header-search.homepage {
    height: 240px; }
  .header-search.other {
    padding: 15px 0 0 0;
    background-size: 120% 110px; }
  .header-search__link-fitweb {
    margin-right: 5px; }
  .header-search__links {
    display: none; } }

@media (max-width: 440px) {
  .header-search.other {
    background-size: 250% 225px; }
  .header-search.other .header-search__form {
    width: 97%; }
    .header-search.other .header-search__form input[type="text"],
    .header-search.other .header-search__form input[type="email"] {
      width: calc(100% - 65px); }
    .header-search.other .header-search__form button[type="submit"],
    .header-search.other .header-search__form input[type="submit"] {
      width: 65px; } }

.email__form {
  width: 100% !important;
  float: none; }

@media (max-width: 850px) {
  .email__form input[type="submit"] {
    width: 130px;
    height: 47px;
    padding: 0;
    line-height: 47px; }
  .email__form input[type="email"] {
    width: calc(100% - 130px);
    height: 47px; } }

.pipe {
  content: '|'; }
  .pipe--before {
    margin-left: 15px !important; }
  .pipe--before:before {
    content: '|';
    color: #bdbdbd;
    text-decoration: none;
    position: relative;
    left: -11px;
    display: inline-block; }
  .pipe--after {
    margin-right: 15px !important; }
  .pipe--after:after {
    content: '|';
    color: #bdbdbd;
    left: 11px;
    text-decoration: none;
    position: relative;
    display: inline-block; }

/* -------- Menu mobilni verze --------- */
.header-search__links-mobile {
  display: none;
  background: #fff;
  padding: 10px;
  width: 100%;
  margin-top: 15px; }
  .header-search__links-mobile--wrapper {
    color: #89B51B;
    font-family: OpenSans-semibold; }
    .header-search__links-mobile--wrapper .button-down {
      position: absolute;
      right: 10px;
      width: 20px;
      height: 20px;
      display: inline-block;
      background: url("/dist/img/rozbalovaci-sipka.svg");
      background-repeat: no-repeat;
      background-size: 100% 100%; }
    .header-search__links-mobile--wrapper .button-down.rotate {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
    .header-search__links-mobile--wrapper .link-inline-block {
      width: 49%;
      display: inline-block; }
    .header-search__links-mobile--wrapper a {
      text-decoration: underline;
      color: #89B51B;
      font-size: 14px; }
    .header-search__links-mobile--wrapper a:hover {
      text-decoration: none; }
  .header-search__links-mobile .hr {
    height: 1px;
    width: 100%;
    background: #D7CDCC;
    margin: 15px 0 5px 0; }
  @media (max-width: 440px) {
    .header-search__links-mobile {
      display: block; }
      .header-search__links-mobile--wrapper .link-inline-block.hided {
        display: none; }
        .header-search__links-mobile--wrapper .link-inline-block.hided .showed {
          display: inline-block; }
      .header-search__links-mobile--wrapper .link-inline-block.hided.showed {
        display: inline-block; } }

.similar-recipes-list:before, .similar-recipes-list:after {
  content: " ";
  display: block; }

.similar-recipes-list:after {
  clear: both; }

.similar-recipes-list h2 {
  padding: 0 5px;
  font-size: 17px;
  font-family: "Opensans-semibold";
  color: #ACB593; }
  @media screen and (max-width: 500px) {
    .similar-recipes-list h2 {
      font-size: 16px; } }

.similar-recipes-list .similar-recipes-more-btn {
  display: none;
  clear: both; }
  @media screen and (max-width: 767px) {
    .similar-recipes-list .similar-recipes-more-btn {
      display: block; } }

.similar-recipes-list--detail {
  border-bottom: 1px solid #D7CDCC;
  margin-bottom: 45px;
  padding-bottom: 35px; }

.similar-recipes-item {
  float: left;
  width: 32.3%;
  padding: 10px 7px; }
  .homepage-recently-recipes .similar-recipes-item {
    width: 25%;
    min-height: 250px;
    height: 250px; }
    @media screen and (max-width: 750px) {
      .homepage-recently-recipes .similar-recipes-item {
        width: 50%; } }
    @media screen and (max-width: 500px) {
      .homepage-recently-recipes .similar-recipes-item {
        width: 50%; }
        .homepage-recently-recipes .similar-recipes-item:nth-last-child(1) {
          margin-top: 0px;
          margin-bottom: 0px; } }
    @media screen and (max-width: medium-device17px) {
      .homepage-recently-recipes .similar-recipes-item.more {
        display: none; } }
    @media screen and (max-width: 460px) {
      .homepage-recently-recipes .similar-recipes-item {
        width: 100%;
        min-height: auto;
        height: auto; } }
    @media screen and (max-width: 350px) {
      .homepage-recently-recipes .similar-recipes-item {
        width: 100%;
        float: none;
        min-height: 215px;
        height: 215px; } }
  @media screen and (max-width: 550px) {
    .similar-recipes-item {
      width: 100%; }
      .detail-recently-recipes .similar-recipes-item {
        width: 50%;
        min-height: 235px;
        height: 235px; } }
  @media screen and (max-width: 460px) {
    .similar-recipes-item {
      width: 100%; }
      .detail-recently-recipes .similar-recipes-item {
        width: 100%;
        min-height: auto;
        height: auto; } }

.similar-recipes-article {
  position: relative;
  overflow: hidden;
  min-height: 235px;
  height: 235px; }
  @media screen and (max-width: 550px) {
    .similar-recipes-article {
      min-height: 165px;
      height: 165px; }
      .homepage-recently-recipes .similar-recipes-article {
        min-height: 235px;
        height: 235px; }
      .detail-recently-recipes .similar-recipes-article {
        min-height: 235px;
        height: 235px; } }
  @media screen and (min-width: 820px) and (max-width: 1080px) {
    .similar-recipes-article {
      min-height: 195px;
      height: 195px; }
      .homepage-recently-recipes .similar-recipes-article {
        min-height: 235px;
        height: 235px; } }
  @media screen and (max-width: 460px) {
    .homepage-recently-recipes .similar-recipes-article,
    .detail-recently-recipes .similar-recipes-article {
      min-height: auto;
      height: auto; } }
  .similar-recipes-article a h3 {
    height: 40px;
    color: #424651;
    font-size: 17px;
    display: block;
    font-family: "Opensans-semibold"; }
    @media screen and (max-width: 350px) {
      .similar-recipes-article a h3 {
        font-size: 16px; } }
  .similar-recipes-article .recipe-process {
    font-family: "OpenSans";
    font-size: 14px; }
    .similar-recipes-article .recipe-process a {
      color: #89B51B;
      font-family: "Opensans-semibold";
      text-decoration: underline; }
      .similar-recipes-article .recipe-process a:hover {
        text-decoration: none; }
    @media screen and (max-width: 460px) {
      .similar-recipes-article .recipe-process p {
        margin-top: 5px; } }
    @media screen and (max-width: 360px) {
      .similar-recipes-article .recipe-process {
        font-size: 12px; } }
  .similar-recipes-article-rating {
    overflow: hidden;
    position: relative;
    width: 80px;
    height: 23px;
    margin: 0 0; }
  @media screen and (max-width: 500px) {
    .similar-recipes-article a h3 {
      margin: 5px 0;
      height: 38px;
      color: #424651;
      overflow: hidden; } }
  @media screen and (max-width: 460px) {
    .similar-recipes-article a h3 {
      height: auto; } }

.recipe-tag-list {
  margin-bottom: 25px; }
  .recipe-tag-list a {
    display: inline-block;
    padding: 10px 20px;
    color: #ffffff;
    background-color: #89B51B;
    margin: 0 1px 5px;
    -webkit-transition: background-color 250ms ease-in-out;
    -o-transition: background-color 250ms ease-in-out;
    transition: background-color 250ms ease-in-out; }
    .recipe-tag-list a:hover {
      background-color: #465c0e; }

.recipe-categories:before, .recipe-categories:after {
  content: " ";
  display: block; }

.recipe-categories:after {
  clear: both; }

.recipe-categories__item {
  width: 23%;
  float: left;
  margin-right: 2%;
  margin-bottom: 2%; }
  .recipe-categories__item:nth-child(4n + 0) {
    margin-right: 0; }
  .recipe-categories__item:last-child .recipe-categories__meta {
    margin-bottom: -74px; }

.recipe-categories__detail-categories {
  border-top: 1px solid #D7CDCC;
  /*margin: 0 30px;*/
  background-color: #ffffff;
  padding: 30px 0;
  width: 100%;
  overflow: hidden; }
  .recipe-categories__detail-categories:before, .recipe-categories__detail-categories:after {
    content: " ";
    display: block; }
  .recipe-categories__detail-categories:after {
    clear: both; }
  @media screen and (max-width: 750px) {
    .recipe-categories__detail-categories {
      margin: 0;
      padding: 20px 0;
      width: 100%; } }
  .recipe-categories__detail-categories.margin-top {
    margin-top: 20px; }
  .recipe-categories__detail-categories h3 {
    margin-bottom: 20px; }
    @media screen and (max-width: 750px) {
      .recipe-categories__detail-categories h3 {
        font-size: 16px; } }
  .recipe-categories__detail-categories .recipe-categories-column {
    float: left;
    width: 25%;
    line-height: 17px; }
    .recipe-categories__detail-categories .recipe-categories-column a {
      display: block;
      text-align: left;
      padding: 5px 10px 12px 0;
      text-decoration: underline;
      font-family: "Opensans-semibold"; }
      .recipe-categories__detail-categories .recipe-categories-column a::after {
        width: 0; }
      .recipe-categories__detail-categories .recipe-categories-column a:hover {
        text-decoration: none; }
      @media screen and (max-width: 350px) {
        .recipe-categories__detail-categories .recipe-categories-column a {
          font-size: 12px; } }
    @media screen and (max-width: 850px) {
      .recipe-categories__detail-categories .recipe-categories-column {
        width: 48%; } }
    @media screen and (max-width: 500px) {
      .recipe-categories__detail-categories .recipe-categories-column {
        width: 100%; } }
  .recipe-categories__detail-categories h4 {
    margin-top: 0;
    font-weight: normal;
    color: #666666; }
  .recipe-categories__detail-categories span {
    display: inline-block;
    margin-right: 10px; }
  .recipe-categories__detail-categories a {
    position: relative;
    display: inline-block;
    padding: 0 5px 0 0;
    text-align: center;
    text-decoration: underline;
    /* &::after {
                content: "";
                position: absolute;
                top: 0;
                right: 0;
                width: 1px;
                height: 25px;
                background-color: $after-line;
            }

            &:nth-last-child(1)::after {
                width: 0;
            }*/ }
  .recipe-categories__detail-categories:hover {
    text-decoration: none; }
  .recipe-categories__detail-categories.recipe-detail__categories {
    font-family: "OpenSans";
    font-size: 14px;
    line-height: 38px;
    padding: 20px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #D7CDCC; }
    @media screen and (max-width: 350px) {
      .recipe-categories__detail-categories.recipe-detail__categories {
        font-size: 12px;
        line-height: 27px;
        width: 100%; } }
    .recipe-categories__detail-categories.recipe-detail__categories a {
      font-family: "Opensans-semibold";
      text-decoration: underline;
      padding: 0 5px; }
      .recipe-categories__detail-categories.recipe-detail__categories a:hover {
        text-decoration: none; }
      .recipe-categories__detail-categories.recipe-detail__categories a::after {
        content: none; }

@media (max-width: 450px) {
  .recipe-categories__mobile {
    display: none; } }

.recipe-categories__article {
  position: relative;
  overflow: hidden; }
  .recipe-categories__article:hover .recipe-categories__overlay {
    background-color: rgba(0, 0, 0, 0.45); }

.recipe-categories__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.6) 95%);
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(95%, rgba(0, 0, 0, 0.6)));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.6) 95%);
  -webkit-transition: background 400ms ease-in-out;
  -o-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
  /*@media (max-width: $medium-device) {
          -webkit-transition-delay: 500ms;
          -o-transition-delay: 500ms;
          transition-delay: 500ms;
        }*/ }

.recipe-categories__image {
  width: 100%;
  height: auto; }

.recipe-categories__meta {
  font-size: 17px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  padding: 15px;
  width: 100%;
  height: 100%;
  align-items: flex-end;
  justify-content: flex-end;
  -webkit-transition: top 250ms ease-in-out;
  -o-transition: top 250ms ease-in-out;
  transition: top 250ms ease-in-out; }
  .recipe-categories__meta__href {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
  .recipe-categories__meta p {
    font-size: 22px;
    max-width: 90%;
    margin: 0 auto; }
    .recipe-categories__meta p a {
      color: #ffffff; }
      .recipe-categories__meta p a:hover {
        text-decoration: none; }

.recipe-categories__ingredients {
  padding: 20px 15px 0;
  min-height: 48px;
  margin: 0 auto;
  max-width: 100%; }
  .homepage-category-list .recipe-categories__ingredients {
    display: none;
    height: 0; }
  .recipe-categories__ingredients a {
    font-size: 15px;
    position: relative;
    display: inline-block;
    margin: 0 5px;
    line-height: 22px;
    color: #ffffff;
    text-decoration: underline;
    -webkit-transition: color 250ms ease-in-out;
    -o-transition: color 250ms ease-in-out;
    transition: color 250ms ease-in-out; }
    .recipe-categories__ingredients a:hover {
      color: #89B51B; }

.recipe-categories__individual-category {
  font-family: "Opensans-semibold";
  font-size: 14px;
  display: inline-block;
  padding: 7px 8px;
  color: #ffffff;
  background-color: #89B51B;
  margin: 0 10px 10px 0;
  -webkit-transition: background-color 250ms ease-in-out;
  -o-transition: background-color 250ms ease-in-out;
  transition: background-color 250ms ease-in-out;
  border-radius: 2px;
  text-decoration: underline; }
  .recipe-categories__individual-category:hover {
    background-color: #465c0e;
    text-decoration: none; }

@media screen and (max-width: 500px) {
  .recipe-categories__individual-category {
    font-size: 12px;
    margin: 6px 8px 8px 0; } }

@media screen and (max-width: 1080px) {
  .recipe-categories__article {
    position: relative;
    overflow: hidden; }
    .recipe-categories__article:hover .recipe-categories__meta {
      top: 3%; }
    .recipe-categories__article:hover .recipe-categories__overlay {
      background-color: rgba(0, 0, 0, 0.65); }
  .recipe-categories__item p {
    font-size: 20px; }
  .recipe-categories__item .recipe-categories__meta {
    margin-bottom: none;
    bottom: none; }
  .recipe-categories__item:last-child .recipe-categories__meta {
    margin-bottom: none;
    bottom: none; }
  .recipe-categories__item:last-child :hover .recipe-categories__meta {
    margin-bottom: none;
    bottom: none;
    top: 4%; } }

@media screen and (max-width: 980px) {
  .recipe-categories__item .recipe-categories__meta {
    margin-bottom: none;
    bottom: none; }
  .recipe-categories__item:last-child .recipe-categories__meta {
    margin-bottom: none;
    bottom: none; } }

@media (max-width: 980px) {
  .recipe-categories__article:hover .recipe-categories__meta {
    top: 15%; }
  .recipe-categories__item {
    width: 32%;
    margin-right: 2%; }
    .recipe-categories__item:nth-child(3n + 0) {
      margin-right: 0; }
    .recipe-categories__item:nth-child(4n + 0) {
      margin-right: 2%; }
    .recipe-categories__item .recipe-categories__meta {
      margin-bottom: none;
      bottom: none; }
    .recipe-categories__item:last-child .recipe-categories__meta {
      margin-bottom: none;
      bottom: none; } }

@media screen and (max-width: 750px) {
  .recipe-categories__article:hover .recipe-categories__meta {
    top: 35%; }
  .recipe-categories__item {
    width: 49%;
    margin-right: 2%; }
    .recipe-categories__item:nth-child(1n + 0) {
      margin-right: 2%; }
    .recipe-categories__item:nth-child(2n + 0) {
      margin-right: 0; }
    .recipe-categories__item .recipe-categories__meta {
      top: 75%; }
    .recipe-categories__item:last-child .recipe-categories__meta {
      top: 75%; }
    .recipe-categories__item:last-child article:hover .recipe-categories__meta {
      top: 35%; } }

@media screen and (max-width: 580px) {
  .recipe-categories__article:hover .recipe-categories__meta {
    top: 10%; }
  .recipe-categories__item:last-child .recipe-categories__meta {
    top: 75%; }
  .recipe-categories__item:last-child article:hover .recipe-categories__meta {
    top: 10%; } }

@media screen and (max-width: 500px) {
  .recipe-categories__article:hover .recipe-categories__meta {
    top: 85%; }
  .recipe-categories__item {
    width: 49% !important;
    float: left;
    padding: 0;
    margin-bottom: 2%; }
    .recipe-categories__item .recipe-categories__meta {
      top: 85%; }
    .recipe-categories__item:last-child .recipe-categories__meta {
      top: 85%; }
    .recipe-categories__item:last-child article:hover .recipe-categories__meta {
      top: 35%; } }

@media (max-width: 450px) {
  .recipe-categories h2 {
    margin-top: 10px;
    margin-bottom: 20px; } }

@media (min-width: 1080px) {
  .recipe-categories .content-sidebar .recipe-categories__article:hover .recipe-categories__meta {
    top: 35%; }
  .recipe-categories .content-sidebar .recipe-categories__item {
    width: 49%;
    float: left;
    padding: 0;
    margin-bottom: 2%; }
    .recipe-categories .content-sidebar .recipe-categories__item:nth-child(3n + 2) {
      width: 49%;
      margin-right: 0%; }
    .recipe-categories .content-sidebar .recipe-categories__item:nth-child(3), .recipe-categories .content-sidebar .recipe-categories__item:nth-child(6) {
      width: 49%;
      margin-right: 0%; }
    .recipe-categories .content-sidebar .recipe-categories__item:nth-child(4n + 5) {
      width: 49%;
      padding-right: 0; }
    .recipe-categories .content-sidebar .recipe-categories__item:nth-child(2n) {
      width: 49%;
      margin-right: 2%; }
    .recipe-categories .content-sidebar .recipe-categories__item .recipe-categories__meta {
      top: 82%; }
    .recipe-categories .content-sidebar .recipe-categories__item:last-child .recipe-categories__meta {
      top: 82%; }
    .recipe-categories .content-sidebar .recipe-categories__item:last-child article:hover .recipe-categories__meta {
      top: 35%; } }

@media (max-width: 510px) {
  .recipe-categories .content-sidebar .recipe-categories__item .recipe-categories__meta {
    top: 67%; }
  .recipe-categories .content-sidebar .recipe-categories__article:hover .recipe-categories__meta {
    top: 3%; }
  .recipe-categories .content-sidebar .recipe-categories__item:last-child article:hover .recipe-categories__meta {
    top: 3%; } }

@media (max-width: 500px) {
  .recipe-categories .content-sidebar .recipe-categories__item .recipe-categories__meta {
    top: 83%; }
  .recipe-categories .content-sidebar .recipe-categories__article:hover .recipe-categories__meta {
    top: 27%; }
  .recipe-categories .content-sidebar .recipe-categories__item:last-child article:hover .recipe-categories__meta {
    top: 27%; } }

.recipe-categories .all-recipes h2 {
  display: block;
  width: 70%;
  float: left; }
  @media (max-width: 550px) {
    .recipe-categories .all-recipes h2 {
      margin-bottom: 20px;
      width: 100%; } }

.recipe-categories .all-recipes .a-link {
  display: block;
  color: #fbb03b;
  width: 30%;
  float: right;
  margin-top: 20px;
  text-align: right;
  padding-right: 20px;
  -webkit-transition: color 250ms ease-in-out;
  -o-transition: color 250ms ease-in-out;
  transition: color 250ms ease-in-out; }
  .recipe-categories .all-recipes .a-link:hover {
    color: #ed1c24;
    text-decoration: underline; }
  @media (max-width: 550px) {
    .recipe-categories .all-recipes .a-link {
      width: 100%;
      text-align: left;
      padding-right: 0;
      margin-top: 0;
      margin-bottom: 10px; } }

.recipe-categories .all-recipes .paginator {
  display: none; }

.recipe-categories .video-detail__meta {
  margin-bottom: 10px; }

.recipe-categories .add-category h2 {
  display: inline-block; }

.recipe-categories .add-category a {
  display: block;
  float: right;
  color: #FFC400;
  text-decoration: underline;
  margin-top: 20px; }
  .recipe-categories .add-category a:hover {
    text-decoration: none; }

.homepage-category-list {
  border-top: 1px solid #D7CDCC;
  padding-top: 50px;
  padding-bottom: 0; }

.interesting-news {
  max-width: 690px;
  background: #ffffff;
  padding: 30px 20px 30px 5px;
  /*@media only screen and (min-width: 500px) {
    &.interesting-news {
      @include clear-after;

      .interesting-news__item {
        position: relative;
        width: 48%;
        height: 420px;
        float: right;
        @include clear-after;

        &:nth-child(odd) {
          float: left;
        }

        .interesting-news__image {
          img {
            max-width: none;
            height: auto;
            margin-bottom: 10px;
          }
        }

        .interesting-news__text {

          span {
            position: absolute;
            bottom: 20px;
            left: 0;
          }
        }
      }
    }
  }

  @media only screen and (min-width: 740px) {
    &.interesting-news {

      .interesting-news__item {
        width: 100%;
        height: auto;
        float: none;
        margin: 0 0 20px 0;
        padding: 0;

        &:nth-child(odd) {
          float: none;
        }

        .interesting-news__image {
          float: left;

          img {
            margin: 0;
            max-width: 270px;
            width: 100%;
            height: 180px;
          }
        }

        .interesting-news__text {
          float: right;
          padding: 0 0 0 30px;
          width: calc(100% - 270px);

          span {
            position: static;
          }
        }
      }
    }
  }

  @media only screen and (min-width: 880px) {
    &.top-two {
      .interesting-news__item {
        width: 48%;
        float: right;
        @include clear-after;

        &:nth-child(odd) {
          float: left;
        }

        .interesting-news__image {
          width: 50%;

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

        .interesting-news__text {
          width: 50%;
          padding: 0 0 0 20px;

          span {
            position: static;
          }
        }
      }
    }
  }*/ }
  .interesting-news.top-two {
    margin-top: 30px; }
  .interesting-news .interesting-news__item {
    padding: 0 0 24px 0;
    height: 195px;
    margin-bottom: 30px; }
    .interesting-news .interesting-news__item:before, .interesting-news .interesting-news__item:after {
      content: " ";
      display: block; }
    .interesting-news .interesting-news__item:after {
      clear: both; }
    .interesting-news .interesting-news__item .interesting-news__image {
      text-decoration: none;
      cursor: pointer;
      width: 330px;
      float: left; }
      .interesting-news .interesting-news__item .interesting-news__image img {
        /*margin: 0 0 10px 0;*/
        height: 100%;
        max-height: 195px;
        width: auto; }
  .interesting-news .interesting-news__text {
    text-align: left;
    width: calc( 100% - 330px);
    float: right;
    height: 195px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .interesting-news .interesting-news__text a {
      text-decoration: none;
      cursor: pointer; }
      .interesting-news .interesting-news__text a h3 {
        margin: 0;
        font-size: 23px;
        color: #424651;
        line-height: 1.15; }
        @media screen and (max-width: 500px) {
          .interesting-news .interesting-news__text a h3 {
            font-size: 17px; } }
        @media screen and (max-width: 350px) {
          .interesting-news .interesting-news__text a h3 {
            font-size: 14px; } }
    .interesting-news .interesting-news__text p a {
      white-space: nowrap;
      color: #89B51B;
      text-decoration: underline;
      cursor: pointer; }
    @media screen and (max-width: 500px) {
      .interesting-news .interesting-news__text p {
        display: none; } }
    .interesting-news .interesting-news__text span {
      color: #cccccc; }
  @media only screen and (max-width: 690px) {
    .interesting-news .interesting-news__item {
      height: auto; }
      .interesting-news .interesting-news__item .interesting-news__image {
        width: 48%; }
        .interesting-news .interesting-news__item .interesting-news__image img {
          max-width: 100%;
          height: auto; }
      .interesting-news .interesting-news__item .interesting-news__text {
        width: 50%;
        height: auto; } }

.interesting-news--recipe-detail {
  margin-bottom: 35px; }
  .interesting-news--recipe-detail:before, .interesting-news--recipe-detail:after {
    content: " ";
    display: block; }
  .interesting-news--recipe-detail:after {
    clear: both; }
  .interesting-news--recipe-detail .interesting-news__item {
    width: 48%;
    float: left;
    margin: 15px 0;
    padding-bottom: 20px; }
    @media screen and (max-width: 750px) {
      .interesting-news--recipe-detail .interesting-news__item {
        width: 100%;
        float: none;
        margin: 20px 0; }
        .interesting-news--recipe-detail .interesting-news__item:before, .interesting-news--recipe-detail .interesting-news__item:after {
          content: " ";
          display: block; }
        .interesting-news--recipe-detail .interesting-news__item:after {
          clear: both; } }
    .interesting-news--recipe-detail .interesting-news__item .interesting-news__image {
      width: 45%;
      float: left; }
      .interesting-news--recipe-detail .interesting-news__item .interesting-news__image img {
        width: 100%;
        height: auto; }
    .interesting-news--recipe-detail .interesting-news__item .interesting-news__text {
      width: 53%;
      float: right; }
      .interesting-news--recipe-detail .interesting-news__item .interesting-news__text a, .interesting-news--recipe-detail .interesting-news__item .interesting-news__text h3 {
        color: #424651; }
      .interesting-news--recipe-detail .interesting-news__item .interesting-news__text h3 {
        margin-top: 0; }
      .interesting-news--recipe-detail .interesting-news__item .interesting-news__text p {
        display: none; }

.recipe-rating {
  height: 20px;
  margin: 50px 0;
  overflow: hidden;
  position: relative;
  width: 80px;
  height: 23px;
  margin: 0 0; }

.breadcrumb {
  font-size: 12px;
  font-family: "OpenSans"; }
  .breadcrumb__wrapper {
    line-height: 17px;
    margin: 24px 0 0;
    padding: 0; }
  .breadcrumb__item {
    display: inline-block;
    margin-right: 2px;
    color: #424651; }
    .breadcrumb__item::after {
      display: inline-block;
      content: '';
      width: 6px;
      height: 9px;
      background: transparent url("/dist/img/bread-arrow.svg") no-repeat; }
    .breadcrumb__item a {
      margin-right: 2px;
      color: #424651;
      text-decoration: none; }
      .breadcrumb__item a:hover {
        text-decoration: underline; }
    .breadcrumb__item.active a {
      font-family: "Opensans-semibold";
      text-decoration: none;
      pointer-events: none;
      cursor: default; }
    .breadcrumb__item.active::after {
      background-image: none; }

@media screen and (max-width: 500px) {
  .breadcrumb__wrapper {
    margin: 8px 0; } }

.ingredients {
  display: inline-block;
  width: 42%;
  position: relative; }
  .ingredients h2 {
    position: relative;
    display: inline-block;
    margin-right: 14px;
    margin-bottom: 4px; }
    @media (max-width: 430px) {
      .ingredients h2 {
        display: block; } }

.ingredient-assignment {
  padding: 0 4px 0 4px;
  margin-top: 0;
  margin-bottom: 0;
  background-color: #ffffff;
  width: 100%;
  /*a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: $icon-size;
    height: $icon-size;
    background-image: url(../img/pridat.svg);
    background-size: 100% 100%;
    cursor: pointer;
  }*/ }
  .ingredient-assignment h2 {
    position: relative;
    display: inline-block; }
  .ingredient-assignment__desc {
    display: block;
    margin-left: 24px;
    font-family: "OpenSans"; }
  .ingredient-assignment__wrapper {
    padding: 8px 0 20px;
    margin: 0;
    list-style: none; }
    .ingredient-assignment__wrapper:before, .ingredient-assignment__wrapper:after {
      content: " ";
      display: block; }
    .ingredient-assignment__wrapper:after {
      clear: both; }
  .ingredient-assignment__group {
    /*font-size: 15px;
    color: black;
    font-weight: 500;*/
    font-family: "Opensans-semibold"; }
    .ingredient-assignment__group::first-letter {
      text-transform: uppercase; }
    .ingredient-assignment__group ul {
      padding-left: 0;
      font-family: "OpenSans"; }
  .ingredient-assignment__group:not(:first-child) {
    margin-top: 20px; }
  .ingredient-assignment__item {
    display: block;
    font-size: 14px;
    line-height: 24px;
    margin: 5px 0 0 0;
    position: relative; }
    .ingredient-assignment__item::before {
      content: "•";
      color: #89B51B;
      font-size: 17px;
      left: 0;
      top: 0;
      position: absolute;
      margin-top: 1px;
      margin-left: 5px;
      z-index: 10; }
  .ingredient-assignment__quantity {
    display: inline-block; }

.recipe-detail {
  width: 100%; }
  .recipe-detail .ingredients {
    float: left; }
    .recipe-detail .ingredients h2 a {
      color: #000; }
  .recipe-detail .gallery {
    float: right; }
    .recipe-detail .gallery .fb_iframe_widget {
      position: absolute;
      top: -40px;
      right: 0; }
      @media (max-width: 680px) {
        .recipe-detail .gallery .fb_iframe_widget {
          position: inherit;
          display: block;
          width: 180px;
          margin: 0 auto;
          top: -70px; } }
  .recipe-detail__photo {
    margin: 20px auto 0;
    width: 100%;
    border-bottom: 1px solid #D7CDCC;
    padding-bottom: 20px; }
    .recipe-detail__photo img {
      max-width: 380px;
      width: 100%;
      height: auto;
      margin: 0 auto; }
      @media screen and (max-width: 380px) {
        .recipe-detail__photo img {
          max-width: 100%; } }
    .recipe-detail__photo-big {
      width: 380px;
      margin: 0 auto; }
      @media screen and (max-width: 380px) {
        .recipe-detail__photo-big {
          width: 100%; } }
  .recipe-detail__gallery-link {
    width: 380px;
    font-family: "Opensans-semibold";
    margin: 10px auto 0;
    text-align: right; }
    @media screen and (max-width: 380px) {
      .recipe-detail__gallery-link {
        width: 100%; } }
    .recipe-detail__gallery-link a {
      text-decoration: underline;
      position: relative;
      padding-left: 34px; }
      .recipe-detail__gallery-link a:hover {
        text-decoration: none; }
      .recipe-detail__gallery-link a:before {
        position: absolute;
        content: "";
        width: 22px;
        height: 18px;
        background-image: url(../img/photo.svg);
        background-size: 100% 100%;
        z-index: 100;
        left: 0;
        top: 0; }

@media screen and (max-width: 680px) {
  .recipe-detail .ingredients {
    display: block;
    width: 100%;
    float: none;
    border-bottom: 1px solid #D7CDCC; }
  .recipe-detail .gallery {
    display: block;
    width: 100%;
    margin: 0; } }

@media screen and (max-width: 350px) {
  .recipe-detail .gallery__main {
    margin-bottom: 10px; }
  .recipe-detail .ingredient-assignment__item {
    font-size: 12px;
    line-height: 20px; } }

.add-to__href {
  position: absolute;
  color: #bfbfbf;
  top: 26px;
  right: 7px;
  padding-right: 21px;
  cursor: pointer;
  -webkit-transition: color 250ms ease-in-out;
  transition: color 250ms ease-in-out; }
  .add-to__href:after {
    content: "";
    position: absolute;
    right: -6px;
    top: -2px;
    width: 20px;
    height: 20px;
    background-image: url(../img/pridat.svg);
    background-size: 100% 100%;
    -webkit-transition: 250ms ease-in-out;
    transition: 250ms ease-in-out; }
  .add-to__href:hover {
    color: #FFC400; }
    .add-to__href:hover:after {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
  @media (max-width: 780px) {
    .add-to__href {
      position: relative;
      top: initial;
      right: initial;
      margin-bottom: 10px;
      display: table; } }

.recipe-inapproved {
  background-color: #ed1c24;
  padding: 10px;
  margin-top: 20px;
  color: #ffffff;
  text-align: center;
  font-size: 16px; }

.recipe-adjust {
  display: block;
  background-color: #FFC400;
  padding: 10px;
  margin-top: 20px;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  -webkit-transition: background-color 250ms ease-in-out;
  transition: background-color 250ms ease-in-out; }
  .recipe-adjust:hover {
    background-color: #997600; }

.recipe-header {
  width: 100%;
  background: #ffffff;
  padding: 4px 0 26px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .recipe-header__desc {
    display: block;
    padding-left: 38px;
    line-height: 17px; }
  .recipe-header__time {
    position: relative;
    line-height: 17px; }
    .recipe-header__time::before {
      position: absolute;
      content: "";
      width: 33px;
      height: 33px;
      background-image: url(../img/preparation-time.svg);
      background-size: 100% 100%;
      z-index: 100;
      left: 0;
      top: 0; }
  .recipe-header__serving {
    position: relative;
    line-height: 17px; }
    .recipe-header__serving::before {
      position: absolute;
      content: "";
      /*top: 6px;*/
      vertical-align: middle;
      width: 23px;
      height: 33px;
      background-image: url(../img/servings.svg);
      background-size: 100% 100%;
      z-index: 100;
      left: 0;
      top: 0; }
  .recipe-header span + span {
    color: #89B51B;
    font-family: "Opensans-semibold";
    padding-left: 38px; }
  .recipe-header__nutritional-value {
    position: relative;
    line-height: 17px; }
    .recipe-header__nutritional-value::before {
      position: absolute;
      content: "";
      vertical-align: middle;
      width: 31px;
      height: 33px;
      background-image: url(../img/calories.svg);
      background-size: 100% 100%;
      z-index: 100;
      left: 0;
      top: 0; }

@media (max-width: 350px) {
  .recipe-header {
    font-size: 12px; } }

@media only screen and (max-width: 370px) {
  .recipe-header {
    height: 170px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start; } }

.recipe-title {
  padding-bottom: 10px; }
  .recipe-title:before, .recipe-title:after {
    content: " ";
    display: block; }
  .recipe-title:after {
    clear: both; }
  .recipe-title.border-bottom {
    border-bottom: 1px solid #D7CDCC; }
  .recipe-title__title {
    user-select: inherit; }
  .recipe-title__rating {
    position: relative; }
  .recipe-title__rating-average {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .recipe-title__rating-average p {
      font-size: 23px;
      font-family: "Opensans-semibold";
      color: #FFC400;
      margin: 0 0 0 7px; }
  .recipe-title .fb-like {
    position: absolute;
    top: 0;
    right: 0; }
  .recipe-title__rating--overall {
    overflow: hidden;
    position: relative;
    width: 155px;
    height: 40px;
    margin: 0 0; }
    .recipe-title__rating--overall .bg-rating {
      height: 40px; }
  .recipe-title__rating--overall span::after {
    content: '';
    background-image: url(../img/hvezdy.png);
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .recipe-title--overall-row {
    position: relative; }
    .recipe-title--overall-row p {
      font-size: 14px;
      color: #bfbfbf;
      position: absolute; }
      .recipe-title--overall-row p:after {
        content: attr(data-rating);
        color: #FFC400;
        font-size: 22px;
        margin: 0 8px;
        position: absolute; }
  .recipe-title--overall-row p {
    margin: 7px 0;
    margin-left: -55px;
    font-size: 34px;
    color: #FFC400; }
  .recipe-title--user-row {
    margin-top: -10px; }
    .recipe-title--user-row p {
      margin: 8px 0;
      margin-left: -40px; }
    .recipe-title--user-row.no-rating {
      display: none; }
  .recipe-title--user {
    position: relative;
    width: 155px;
    height: 40px;
    background-color: #bfbfbf;
    overflow: hidden; }
    .recipe-title--user span {
      position: absolute;
      width: 0%;
      height: 100%;
      left: 0;
      top: 0;
      background-color: #FFC400; }
  .recipe-title__rating--number {
    font-size: 12px;
    display: block; }
  .recipe-title--user {
    transform: scale(0.4);
    /*/* transform-origin: center right;*/ }
  .recipe-title .recipe-header {
    width: 56%;
    float: right;
    margin-right: 2%; }
    @media screen and (max-width: 690px) {
      .recipe-title .recipe-header {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-top: 20px; } }
  .recipe-title__meta {
    width: 42%;
    float: left; }
    @media screen and (max-width: 690px) {
      .recipe-title__meta {
        width: 100%;
        float: none; } }
  .recipe-title__forbidden {
    display: block;
    user-select: inherit;
    font-size: 20px;
    color: #000;
    margin: 25px 0; }
    .recipe-title__forbidden h1 {
      font-size: 20px;
      margin: 0 0 5px;
      display: inline-block;
      color: #FFC400; }
    .recipe-title__forbidden p {
      margin: 0; }

@media (max-width: 700px) {
  __title {
    float: none;
    margin: 20px 0 20px;
    width: 100%; }
  __rating .recipe-title__rating--user-row {
    margin-left: -12px; }
  __rating .recipe-title__rating--number {
    text-align: left; } }

.cooking-process {
  position: relative;
  width: 56%;
  display: inline-block; }
  .cooking-process:before, .cooking-process:after {
    content: " ";
    display: block; }
  .cooking-process:after {
    clear: both; }
  .cooking-process h2 {
    position: relative;
    display: inline-block;
    margin-right: 14px;
    margin-bottom: 4px; }
    @media (max-width: 430px) {
      .cooking-process h2 {
        display: block; } }
  .cooking-process__wrapper {
    background: #ffffff;
    height: 100%;
    position: relative;
    overflow: hidden;
    padding: 8px 0 20px;
    margin: 0;
    list-style: none; }
    .cooking-process__wrapper:before, .cooking-process__wrapper:after {
      content: " ";
      display: block; }
    .cooking-process__wrapper:after {
      clear: both; }
    @media (max-width: 430px) {
      .cooking-process__wrapper {
        /*margin-top: 10px;*/ } }
    @media (max-width: 400px) {
      .cooking-process__wrapper {
        /*padding: 20px 20px;*/ } }
  .cooking-process__item-wrapper {
    height: 100%;
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 0;
    /*float: right;*/ }
  .cooking-process__item {
    display: block;
    font-size: 14px;
    line-height: 19px;
    margin: 5px 0 0 0;
    position: relative; }
    .cooking-process__item::before {
      content: "•";
      color: #89B51B;
      font-size: 17px;
      left: 0;
      top: 0;
      position: absolute;
      margin-top: 1px;
      margin-left: 5px;
      z-index: 10; }
  .cooking-process__text {
    margin-left: 24px;
    margin-bottom: 20px; }
  .cooking-process__footer {
    background: #ffffff; }
  .cooking-process-tip {
    text-align: left;
    color: #FFC400;
    font-family: "Opensans-semibold";
    margin: 10px 0 0; }
    .cooking-process-tip a {
      color: #89B51B;
      text-decoration: underline;
      font-weight: normal; }
      .cooking-process-tip a:hover {
        text-decoration: none; }
  .cooking-process .current-step {
    background: #FFC400;
    color: #ffffff; }
    .cooking-process .current-step:hover {
      background: #ffffff;
      color: #FFC400; }
  .cooking-process .show {
    display: block !important; }

@media screen and (max-width: 680px) {
  .cooking-process {
    width: 100%; } }

@media (max-width: 350px) {
  .cooking-process__item {
    font-size: 12px;
    line-height: 17px; } }

.recipe-ranking {
  /* zde nemenit, dulezite nastaveni kvuli javascriptu, ktery meni poradi */
  /*&__image {
    float: left;
    width: 90px;
    height: 100%;

    img {
      width: 100%;
      height: 100%;
    }
  }*/ }
  .recipe-ranking h2 {
    margin-top: 0; }
  .recipe-ranking__wrapper {
    position: relative;
    min-height: 95px;
    z-index: 1;
    /* homepage */ }
    .recipe-ranking__wrapper.recipe-ranking__wrapper-horizontal {
      border-bottom: 1px solid #D7CDCC; }
      .recipe-ranking__wrapper.recipe-ranking__wrapper-horizontal:before, .recipe-ranking__wrapper.recipe-ranking__wrapper-horizontal:after {
        content: " ";
        display: block; }
      .recipe-ranking__wrapper.recipe-ranking__wrapper-horizontal:after {
        clear: both; }
      .recipe-ranking__wrapper.recipe-ranking__wrapper-horizontal .recipe-ranking__description {
        line-height: 20px;
        padding-top: 7px;
        padding-bottom: 7px; }
  .recipe-ranking__item {
    position: absolute;
    display: block;
    margin: 0 0 15px;
    height: 95px;
    width: 100%;
    z-index: 0;
    -webkit-transition: top 500ms ease-in-out;
    transition: top 500ms ease-in-out; }
    .recipe-ranking__wrapper-vertical .recipe-ranking__item {
      width: 100%; }
      .recipe-ranking__wrapper-vertical .recipe-ranking__item:before, .recipe-ranking__wrapper-vertical .recipe-ranking__item:after {
        content: " ";
        display: block; }
      .recipe-ranking__wrapper-vertical .recipe-ranking__item:after {
        clear: both; }
      @media screen and (min-width: 751px) {
        .recipe-ranking__wrapper-vertical .recipe-ranking__item .recipe-ranking__description {
          max-height: 55px;
          overflow: hidden; } }
    .recipe-ranking__wrapper-horizontal .recipe-ranking__item {
      position: relative;
      width: 23%;
      /*padding-right: 1%;*/
      margin-right: 1%;
      border-right: 1px solid #D7CDCC;
      float: left; }
      .recipe-ranking__wrapper-horizontal .recipe-ranking__item:last-of-type {
        border-right: none;
        margin-right: 0; }
      @media screen and (max-width: 750px) {
        .recipe-ranking__wrapper-horizontal .recipe-ranking__item {
          min-height: 55px;
          width: 100%;
          border-right: none;
          font-size: 16px;
          float: none;
          margin-bottom: 20px;
          clear: both; } }
    .recipe-ranking__item[data-trend='0'] .recipe-ranking__arrow,
    .recipe-ranking__item[data-trend='1'] .recipe-ranking__arrow {
      background-size: cover;
      width: 10px;
      height: 30px; }
    .recipe-ranking__item[data-trend='0'] .recipe-ranking__arrow {
      background-image: url(./../../dist/img/arrow-down-pink.svg); }
    .recipe-ranking__item[data-trend='0'] .recipe-ranking__user-counter {
      color: #CE9EB0; }
    .recipe-ranking__item[data-trend='1'] .recipe-ranking__arrow {
      background-image: url(./../../dist/img/arrow-up-grey.svg); }
    .recipe-ranking__item[data-trend='1'] .recipe-ranking__user-counter {
      color: #ACB593; }
    .recipe-ranking__item.item-animateOut {
      z-index: -1;
      -webkit-animation: zoomOut .5s 0s 1 normal forwards;
      animation: zoomOut .5s 0s 1 normal forwards; }
    .recipe-ranking__item.item-animateIn {
      z-index: 1;
      -webkit-animation: zoomIn .5s 0s 1 normal forwards;
      animation: zoomIn .5s 0s 1 normal forwards; }

@keyframes zoomOut {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(0.7); }
  100% {
    transform: scale(1); } }

@keyframes zoomIn {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }
  .recipe-ranking__rating-average--overall {
    overflow: hidden;
    position: relative;
    width: 80px;
    height: 23px;
    margin: 0 0; }
  .recipe-ranking__rating-average--overall span::after {
    content: '';
    background-image: url(../img/stars_full.png);
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .recipe-ranking__rating-summary {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 750px) {
      .recipe-ranking__rating-summary {
        align-items: center; } }
  .recipe-ranking__visitors {
    height: 100%;
    width: 84px;
    font-family: "Opensans-semibold";
    font-size: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
  .recipe-ranking__user-counter {
    height: 55px;
    line-height: 55px; }
  .recipe-ranking__description {
    font-family: "Opensans-semibold";
    font-size: 23px;
    line-height: 27px;
    width: calc(100% - 86px);
    height: 100%;
    /*padding: 7px 15px;*/
    background: #ffffff; }
    .recipe-ranking__description a {
      color: #424651;
      text-decoration: underline; }
      .recipe-ranking__description a:hover {
        text-decoration: none; }
    .recipe-ranking__wrapper-horizontal .recipe-ranking__description {
      font-size: 17px; }

.current-visited-recipe h3 {
  margin-bottom: 17px;
  padding-top: 17px;
  border-top: 1px solid #D7CDCC; }

h3.watched-recipe-list {
  margin-bottom: 20px;
  padding-top: 30px;
  border-top: 1px solid #D7CDCC; }

.detail-categories__float {
  float: left;
  width: 100%; }

.rss-box {
  background-color: #ffffff;
  padding: 15px 15px 15px 0; }
  .rss-box__article {
    margin-bottom: 15px;
    padding-bottom: 15px; }
    .rss-box__article:before, .rss-box__article:after {
      content: " ";
      display: block; }
    .rss-box__article:after {
      clear: both; }
    .rss-box__article:nth-last-child(1) {
      margin-bottom: 0px;
      padding-bottom: 0px;
      border-bottom: 0; }
  .rss-box__image {
    float: left;
    width: 40%;
    max-width: 100%;
    max-height: 100%; }
  .rss-box__title {
    float: right;
    width: 55%;
    font-size: 16px;
    line-height: 20px;
    color: #424651;
    font-family: "Opensans-semibold"; }
    .rss-box__title:hover {
      text-decoration: underline; }
