/*
------------------------------
MAIN DEFINITION FILE
------------------------------
*/
/*
    Document   : reset
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  padding-left: 20px;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
strong {
  font-weight: bold;
}
/*
------------------------------
Variables
------------------------------
*/
/*
------------------------------
Colors
------------------------------
*/
/*
------------------------------
Fonts
------------------------------
*/
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/firasans/v17/va9B4kDNxMZdWfMOD5VnPKruQQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/firasans/v17/va9E4kDNxMZdWfMOD5VfkA.ttf) format('truetype');
}
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/firasans/v17/va9B4kDNxMZdWfMOD5VnLK3uQQ.ttf) format('truetype');
}
/*
------------------------------
Breakpoints
------------------------------
*/
.italic {
  font-style: italic;
}
#cookie {
  background-color: #F4E2CD;
  color: #9C6F4C;
  text-align: center;
  padding: 5px;
}
#cookie a {
  color: #9C6F4C;
  text-decoration: underline;
}
#cookie button.cookie-btn {
  background-color: #9C6F4C;
  color: #F4E2CD;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 3px 5px;
  border: 0;
  text-transform: uppercase;
}
.icos {
  color: #9D9B9A;
}
.icos div {
  width: 118px;
  display: inline-block;
  vertical-align: top;
  padding-top: 40px;
  text-align: center;
}
.icos .duration {
  background: center 0 no-repeat url('../img/ico/hours-grey.svg');
}
.icos .level-easy {
  background: center 8px no-repeat url('../img/ico/level-easy.svg');
  background-size: 80px auto;
}
.icos .level-moderate {
  background: center 8px no-repeat url('../img/ico/level-moderate.svg');
  background-size: 80px auto;
}
.icos .level-hard {
  background: center 8px no-repeat url('../img/ico/level-hard.svg');
  background-size: 80px auto;
}
.icos .serving {
  background: center 0 no-repeat url('../img/ico/plate-grey.svg');
}
.icos .weight {
  background: center 0 no-repeat url('../img/ico/weight-grey.svg');
  background-size: 32px auto;
}
.icos .wholegrain {
  background: center 0 no-repeat url('../img/ico/wholegrain-grey.svg');
  background-size: 25px auto;
}
.icos .tradizionale {
  background: center 0 no-repeat url('../img/ico/tradizionale-grey.svg');
  background-size: 45px auto;
  background-position-y: 10px;
}
.icos .express {
  background: center 0 no-repeat url('../img/ico/express-grey.svg');
  background-size: 35px auto;
}
.icos .bio {
  background: center 0 no-repeat url('../img/ico/bio-grey.svg');
  background-size: 50px auto;
  background-position-y: 4px;
}
.icos .tricolore {
  background: center 0 no-repeat url('../img/ico/tricolore-grey.svg');
  background-size: 55px auto;
  background-position-y: 10px;
}
.icos .with-meat {
  background: center 0 no-repeat url('../img/ico/with-meat.svg');
}
.icos .with-fish {
  background: center 0 no-repeat url('../img/ico/with-fish.svg');
  background-size: 50px auto;
}
.icos .with-vege {
  background: center 0 no-repeat url('../img/ico/with-vege.svg');
  background-size: 30px auto;
}
.icos .with-picant {
  background: center 0 no-repeat url('../img/ico/with-picant.svg');
  background-size: 40px auto;
}
.icos .with-sweet {
  background: center 0 no-repeat url('../img/ico/with-sweet.svg');
  background-size: 30px auto;
}
.prodcard {
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  font-style: normal;
  color: #000;
  padding: 40px;
}
.prodcard h3 {
  font-size: 20px;
}
.badge {
  position: absolute;
  top: 0;
  right: 15px;
  width: 80px;
  z-index: 2;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 13px;
  line-height: 18px;
  padding: 15px 5px 0 5px;
  box-sizing: border-box;
  padding-bottom: 55px;
}
.badge:before {
  content: " ";
  position: absolute;
  display: block;
  width: 80px;
  height: 55px;
  bottom: 8px;
  left: 0;
  z-index: 3;
}
.badge:after {
  content: " ";
  position: absolute;
  display: block;
  width: 80px;
  height: 15px;
  bottom: 0;
  left: 0;
  z-index: 1;
  transform-origin: top left;
  -ms-transform: skew(0deg, 8deg);
  -webkit-transform: skew(0deg, 8deg);
  transform: skew(0deg, 8deg);
}
.badge-tradizionale {
  background-color: #6E4736;
}
.badge-tradizionale:before {
  background: bottom center no-repeat url('../img/prod/tradizionale-w.svg');
  background-size: 50px auto;
}
.badge-tradizionale:after {
  background-color: #6E4736;
}
.badge-wholegrain {
  background-color: #C29686;
}
.badge-wholegrain:before {
  background: bottom center no-repeat url('../img/prod/wholegrain-w.svg');
  background-size: 23px auto;
}
.badge-wholegrain:after {
  background-color: #C29686;
}
.badge-express {
  background-color: #84BD00;
}
.badge-express:before {
  background: bottom center no-repeat url('../img/prod/express-w.svg');
  background-size: 38px auto;
}
.badge-express:after {
  background-color: #84BD00;
}
.badge-bio {
  background-color: #B3B600;
}
.badge-bio:before {
  background: bottom center no-repeat url('../img/prod/bio-w.svg');
  background-size: 50px auto;
}
.badge-bio:after {
  background-color: #B3B600;
}
.badge-tricolore {
  background-color: #F07D07;
}
.badge-tricolore:before {
  background: bottom center no-repeat url('../img/prod/tricolore-w.svg');
  background-size: 50px auto;
}
.badge-tricolore:after {
  background-color: #F07D07;
}
.badge-fish {
  background-color: #0079B6;
}
.badge-fish:before {
  background: bottom center no-repeat url('../img/recipes/fish-w.svg');
  background-size: 50px auto;
}
.badge-fish:after {
  background-color: #0079B6;
}
.badge-sweet {
  background-color: #FFBC27;
}
.badge-sweet:before {
  background: bottom center no-repeat url('../img/recipes/sweet-w.svg');
  background-size: 35px auto;
}
.badge-sweet:after {
  background-color: #FFBC27;
}
.badge-vege {
  background-color: #B3B600;
}
.badge-vege:before {
  background: bottom center no-repeat url('../img/recipes/vege-w.svg');
  background-size: 33px auto;
}
.badge-vege:after {
  background-color: #B3B600;
}
.badge-picant {
  background-color: #E41B12;
}
.badge-picant:before {
  background: bottom center no-repeat url('../img/recipes/picant-w.svg');
  background-size: 45px auto;
}
.badge-picant:after {
  background-color: #E41B12;
}
.badge-meat {
  display: none;
  /*
	background-color: #E41B12;
	color: #000;

	&:before {
		background: bottom center no-repeat url('../img/recipes/meat-w.svg');
		background-size: 50px auto;
	}

	&:after {
		background-color: #E41B12;
	}
	*/
}
.badge-bottom {
  position: absolute;
  bottom: 213px;
  right: 15px;
  width: 80px;
  z-index: 2;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 13px;
  line-height: 18px;
  padding: 50px 5px 10px 5px;
  box-sizing: border-box;
}
.badge-bottom:before {
  content: " ";
  position: absolute;
  display: block;
  width: 80px;
  height: 55px;
  bottom: 52px;
  left: 0;
  z-index: 3;
}
.badge-bottom:after {
  content: " ";
  position: absolute;
  display: block;
  width: 80px;
  height: 15px;
  bottom: 92px;
  left: 0;
  z-index: 1;
  transform-origin: top left;
  -ms-transform: skew(0deg, 8deg);
  -webkit-transform: skew(0deg, 8deg);
  transform: skew(0deg, 8deg);
}
.badge-video {
  background-color: #000;
}
.badge-video:before {
  background: bottom center no-repeat url('../img/recipes/video-r.svg');
}
.badge-video:after {
  background-color: #000;
}
.recipe-items {
  line-height: 0;
  font-size: 0;
  margin-bottom: 60px;
  text-align: center;
}
.recipe-items a {
  display: inline-block;
  margin-left: 9px;
  margin-right: 9px;
  margin-bottom: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #fff;
  vertical-align: top;
  /*
		&:nth-child(3n+1) {
			margin-left: 0px;
		}
		*/
}
.recipe-items a:hover {
  text-decoration: none;
}
.recipe-items .box {
  width: 380px;
  width: 370px;
  height: 480px;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
}
.recipe-items .box img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 370px;
  height: auto;
}
.recipe-items .box p {
  padding: 32px 45px 28px 45px;
  text-align: center;
  color: #000;
  font-size: 16px;
  line-height: 22px;
}
.recipe-items .box .icos {
  text-align: center;
  color: #9D9B9A;
  font-size: 14px;
  line-height: 22px;
  margin-top: 0px;
  position: absolute;
  bottom: 20px;
}
@media (max-width: 1279px) {
  .recipe-items {
    text-align: center;
  }
  .recipe-items a {
    margin-left: 10px;
    margin-right: 10px;
    /*
			&:nth-child(3n+1) {
				margin-left: 10px;
			}
			*/
  }
  .recipe-items .box img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 490px) {
  .recipe-items a {
    margin-left: 0px;
    margin-right: 0px;
  }
  .recipe-items a:nth-child(3n+1) {
    margin-left: 0px;
  }
  .recipe-items .box {
    width: 320px;
  }
  .recipe-items .box img {
    width: 100%;
    height: auto;
  }
  .recipe-items .icos {
    text-align: center;
    margin: auto;
    width: 100%;
  }
  .recipe-items .icos div {
    width: 80px;
  }
}
@media (max-width: 370px) {
  .recipe-items .box {
    width: 100%;
  }
}
.prod-items {
  line-height: 0;
  font-size: 0;
  margin-bottom: 60px;
  font-style: normal;
  text-align: center;
}
.prod-items a {
  display: inline-block;
  vertical-align: top;
  margin-left: 9px;
  margin-right: 9px;
  margin-bottom: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #fff;
  /*
		&:nth-child(3n+1) {
			margin-left: 0px;
		}
		*/
}
.prod-items .box {
  width: 380px;
  width: 370px;
  height: 480px;
  display: inline-block;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.prod-items .box img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 370px;
  height: auto;
}
.prod-items .box h4 {
  padding: 5px 45px 0px 45px;
  text-align: center;
  color: #000;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
}
.prod-items .box .icos {
  text-align: center;
}
.prod-items .box .tempimg {
  width: 70px;
  height: 50px;
  border: 2px solid #9D9B9A;
  font-size: 11px;
  font-weight: 700;
  line-height: 15px;
  position: absolute;
  left: 20px;
  top: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #9D9B9A;
  text-align: center;
  padding-top: 20px;
}
@media (max-width: 1279px) {
  .prod-items {
    text-align: center;
  }
  .prod-items a {
    margin-left: 10px;
    margin-right: 10px;
    /*
			&:nth-child(3n+1) {
				margin-left: 10px;
			}
			*/
  }
  .prod-items .box {
    width: 320px;
    height: 420px;
  }
  .prod-items .box img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 370px) {
  .prod-items a {
    margin-left: 0px;
    margin-right: 0px;
    /*
			&:nth-child(3n+1) {
				margin-left: 0px;
			}
			*/
  }
  .prod-items .box {
    width: 280px;
    height: 380px;
  }
  .prod-items .box img {
    width: 100%;
    height: auto;
  }
}
body,
html {
  font-family: 'Fira Sans', Tahoma, Verdana, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  position: relative;
  background-color: #000;
}
a {
  color: #E41B12;
  text-decoration: none;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
a:hover {
  color: #E41B12;
  text-decoration: underline;
}
/*
a.btnlike {
	color: @white;
	padding: 5px 35px 4px 10px;
	font-size: 14px;
	font-weight: @fontTitleRegular;
	background: right 10px center no-repeat url('../img/arr-right-w.svg');
	background-size: 15px auto;
	background-color: @link;
	border-bottom: 1px solid @link;

	&:hover {
		text-decoration: none;
		border-bottom: 1px solid #608d31;
		background-position: right 5px center;
	}

}
*/
.page {
  margin: auto;
  position: relative;
  background-color: #000;
}
.content {
  max-width: 1280px;
  margin: auto;
  position: relative;
}
b,
strong {
  font-weight: 700;
}
em {
  font-style: italic;
}
.imgresp {
  max-width: 100%;
  height: auto;
}
a.red-arrow {
  padding-right: 25px;
  background: right -3px no-repeat url('../img/arr-right-red.svg');
}
a.btn {
  display: inline-block;
  background-color: #E41B12;
  padding: 10px 35px 10px 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
a.btn:hover {
  text-decoration: none;
  color: #fff;
  background-color: #b5150e;
}
a.btn:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  z-index: 2;
  background: 0 8px no-repeat url('../img/arr-right-white.svg');
}
.nav {
  padding: 0;
  /* position: fixed; */
  position: relative;
  text-align: left;
  /* border-bottom: 1px solid @greyDark; */
  width: 100%;
  z-index: 10;
  font-size: 16px;
}
.nav .logo img {
  position: absolute;
  top: 34px;
  left: 50px;
  width: 142px;
  height: auto;
}
.nav .claim {
  position: absolute;
  top: 84px;
  right: 50px;
  text-align: right;
  color: #E41B12;
}
.nav .claim img {
  width: 230px;
  height: auto;
}
.nav ul.menu {
  padding: 96px 0 50px 250px;
  font-weight: 500;
  line-height: 21px;
  text-transform: uppercase;
  color: #fff;
}
.nav ul.menu li {
  padding-right: 32px;
  display: inline-block;
  /*
			a.active::after {
				background:@text;
			}
			*/
}
.nav ul.menu li.active a::after {
  width: 100%;
  left: 1%;
  background: #E41B12;
}
.nav ul.menu li a {
  color: #fff;
  text-decoration: none;
  position: relative;
}
.nav ul.menu li a:hover {
  text-decoration: none;
}
.nav ul.menu li a::after {
  bottom: -5px;
  left: 25%;
  position: absolute;
  background: #fff;
  height: 2px;
  content: '';
  width: 0%;
}
.nav ul.menu li a:hover::after {
  width: 100%;
  left: 1%;
  -webkit-transition: width 0.5s, left 0.5s;
  /* Safari */
  transition: width 0.5s, left 0.5s;
}
.nav ul.secondary {
  position: absolute;
  top: 30px;
  right: 50px;
}
.nav ul.secondary li {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #9D9B9A;
}
.nav ul.secondary li a {
  color: #fff;
  height: 40px;
  display: inline-block;
}
.nav ul.secondary li a.ico span {
  display: none;
}
.nav ul.secondary li a:hover {
  filter: brightness(0.5);
}
.nav ul.secondary li a.ico-contact {
  background: 0 0 url('../img/ico/email.svg') no-repeat;
  background-size: 24px auto;
  padding-left: 40px;
}
.nav ul.secondary li a.ico-fb {
  background: 0 0 url('../img/ico/fb.svg') no-repeat;
  background-size: 24px auto;
  padding-left: 40px;
}
.nav ul.secondary li a.ico-ig {
  background: 0 0 url('../img/ico/ig.svg') no-repeat;
  background-size: 24px auto;
  padding-left: 40px;
}
.nav ul.secondary li a.ico-yt {
  background: 0 3px url('../img/ico/youtube.svg') no-repeat;
  background-size: 24px auto;
  padding-left: 40px;
}
.nav ul.secondary li.lang-tick {
  border-left: 1px solid #9D9B9A;
  margin-left: 5px;
  margin-right: 5px;
  height: 20px;
}
.nav ul.secondary li.tick {
  border-left: 1px solid #9D9B9A;
  margin-left: 5px;
  margin-right: 20px;
  height: 26px;
}
.nav .responsivemenu {
  background: url(../img/ico-burger.svg) top right no-repeat;
  background-size: 35px 35px;
  display: none;
  position: absolute;
  top: 10px;
  right: 20px;
  padding-right: 35px;
  padding-top: 2px;
  width: 40px;
  height: 40px;
  z-index: 10;
  text-decoration: none;
  font-weight: 700;
}
@media (max-width: 900px) {
  .nav {
    box-sizing: border-box;
    height: 167px;
    border-bottom: 1px solid #E41B12;
  }
  .nav .logo img {
    left: 15px;
    top: 30px;
  }
  .nav .claim {
    right: 15px;
    top: 75px;
  }
  .nav .claim img {
    width: 230px;
    height: auto;
  }
  .nav ul.menu,
  .nav ul.secondary {
    display: none;
    position: absolute;
  }
  .nav .responsivemenu {
    display: block;
  }
}
@media (max-width: 490px) {
  .nav .logo img {
    width: 110px;
  }
  .nav .claim {
    top: 65px;
  }
  .nav .claim img {
    width: 180px;
  }
}
@media (max-width: 340px) {
  .nav .logo img {
    width: 100px;
  }
  .nav .claim {
    top: 60px;
  }
  .nav .claim img {
    width: 160px;
  }
}
#mobilemenu {
  border-bottom: 1px solid #fff;
  text-align: center;
  display: none;
}
#mobilemenu a {
  color: #fff;
  display: block;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 10px;
}
#mobilemenu ul li {
  list-style-type: none;
}
#mobilemenu ul.menu {
  display: block;
}
#mobilemenu ul.secondary {
  margin-top: 20px;
}
#mobilemenu ul.secondary li {
  display: inline-block;
  vertical-align: top;
  color: #9D9B9A;
}
#mobilemenu ul.secondary li a {
  color: #fff;
  height: 40px;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  text-transform: none;
  padding-left: 10px;
  padding-right: 10px;
}
#mobilemenu ul.secondary li a.ico span {
  display: none;
}
#mobilemenu ul.secondary li a:hover {
  filter: brightness(0.5);
}
#mobilemenu ul.secondary li a.ico-fb {
  background: center 0 url('../img/ico/fb.svg') no-repeat;
  background-size: 24px auto;
  padding-right: 30px;
  padding-left: 30px;
}
#mobilemenu ul.secondary li a.ico-ig {
  background: center 0 url('../img/ico/ig.svg') no-repeat;
  background-size: 24px auto;
  padding-right: 30px;
  padding-left: 30px;
}
#mobilemenu ul.secondary li a.ico-yt {
  background: center 3px url('../img/ico/youtube.svg') no-repeat;
  background-size: 24px auto;
  padding-right: 30px;
  padding-left: 30px;
}
.footer {
  color: #fff;
  padding-top: 80px;
  padding-bottom: 20px;
  font-size: 14px;
  border-top: 1px solid #9D9B9A;
}
.footer h4 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 32px;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer .logo img {
  position: absolute;
  top: 39px;
  right: 50px;
  width: 142px;
  height: auto;
}
.footer .social {
  display: inline-block;
  vertical-align: top;
  padding-left: 50px;
  text-align: left;
}
.footer .social a:hover {
  filter: brightness(0.5);
}
.footer .social ul {
  margin: 0;
  padding: 0;
}
.footer .social ul li {
  list-style-type: none;
  margin: 0;
  padding: 0 0 30px 0;
}
.footer .social a.ico-fb {
  background: 0 0 url('../img/ico/fb.svg') no-repeat;
  background-size: 24px auto;
  padding-left: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.footer .social a.ico-ig {
  background: 0 0 url('../img/ico/ig.svg') no-repeat;
  background-size: 24px auto;
  padding-left: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.footer .social a.ico-yt {
  background: 0 3px url('../img/ico/youtube.svg') no-repeat;
  background-size: 24px auto;
  padding-left: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.footer .addr {
  display: inline-block;
  vertical-align: top;
  padding-left: 70px;
}
.footer .addr a:hover {
  filter: brightness(0.5);
}
.footer .copy {
  display: inline-block;
  vertical-align: top;
  padding-left: 100px;
}
.footer .copy a.mellow {
  text-decoration: underline;
}
.footer .copy a:hover {
  filter: brightness(0.5);
}
@media (max-width: 1279px) {
  .footer {
    text-align: center;
  }
  .footer .content {
    padding-bottom: 160px;
  }
  .footer a.logo {
    position: absolute;
    bottom: 30px;
    left: 0px;
    width: 100%;
  }
  .footer a.logo img {
    position: relative;
    top: 0;
    left: 0;
    margin: auto;
  }
}
@media (max-width: 900px) {
  .footer .content {
    padding-bottom: 200px;
  }
  .footer .social {
    display: block;
    padding: 0;
    text-align: center;
    padding-bottom: 30px;
  }
  .footer .addr {
    display: block;
    padding: 0;
    text-align: center;
    padding-bottom: 50px;
  }
  .footer .copy {
    display: block;
    padding: 0;
    text-align: center;
  }
}
.homepage {
  background: 0 0 repeat-x url('../img/hp/bg-rec-line.png');
}
.homepage .hp-recipes {
  padding-top: 100px;
  clear: both;
}
.homepage .hp-recipes .content {
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
}
.homepage .hp-recipes .rec {
  height: 600px;
}
.homepage .hp-recipes .rec h2 {
  font-size: 26px;
  line-height: 32px;
  width: 430px;
  padding-bottom: 20px;
  padding-top: 50px;
  -webkit-text-shadow: 0px 0px 5px #000000;
  -moz-text-shadow: 0px 0px 5px #000000;
  text-shadow: 0px 0px 5px #000000;
}
.homepage .hp-recipes .rec h2 a {
  color: #fff;
  text-decoration: none;
}
.homepage .hp-recipes .rec a.red-arrow {
  text-transform: uppercase;
  font-weight: 700;
}
.homepage .hp-recipes .rec img {
  float: right;
}
.homepage .hp-recipes .rec img.img-rec01 {
  padding-right: 100px;
}
.homepage .hp-recipes .rec ul.nav {
  margin: 30px 0 54px 0;
}
.homepage .hp-recipes .rec ul.nav li {
  display: inline-block;
  margin-right: 10px;
}
.homepage .hp-recipes .rec ul.nav li a {
  display: block;
  border: 1px solid transparent;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 45px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #9D9B9A;
}
.homepage .hp-recipes .rec ul.nav li a.active {
  color: #fff;
  border-color: #fff;
}
.homepage .hp-recipes .rec ul.nav li a:hover {
  text-decoration: none;
  border-color: #9D9B9A;
  background-color: #222;
}
.homepage .hp-promo {
  clear: both;
  background: center top no-repeat url('../img/bg-vegetables.jpg');
  padding-top: 380px;
  text-align: center;
  padding-bottom: 125px;
}
.homepage .hp-promo .content {
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
}
.homepage .hp-promo h1 {
  font-size: 30px;
  line-height: 35px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.homepage .hp-promo p {
  padding-bottom: 20px;
}
.homepage .hp-promo .benefits {
  padding: 0 0 65px 0;
}
.homepage .hp-promo .benefits div {
  padding-top: 20px;
  display: inline-block;
  width: 150px;
  box-sizing: border-box;
  margin: 0 15px;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 700;
}
.homepage .hp-promo .benefits div img {
  padding-bottom: 10px;
}
.homepage .hp-kamberska {
  font-size: 26px;
  line-height: 35px;
  text-align: center;
  max-width: 800px;
  margin: auto;
}
.homepage .hp-prod {
  padding-bottom: 100px;
  background: url('../img/hp/bg-prod.jpg') center top no-repeat;
  padding-top: 355px;
}
.homepage .hp-prod img.composition {
  padding-bottom: 65px;
}
.homepage .hp-prod .content {
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
  text-align: center;
}
.homepage .hp-prod h2 {
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 35px;
  line-height: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.homepage .hp-prod .prods {
  position: relative;
  padding: 50px 0 80px 0;
  text-align: center;
  width: 300px;
  margin: auto;
}
.homepage .hp-prod .prods .prod-main {
  position: relative;
  padding-bottom: 20px;
}
.homepage .hp-prod .prods .prod-main img {
  display: inline-block;
}
.homepage .hp-prod .prods .prod-main img.sticker {
  width: 116px;
  height: auto;
  position: absolute;
  right: -20px;
  bottom: -20px;
}
.homepage .hp-prod .prods .prod-main-in {
  display: inline-block;
  position: relative;
}
.homepage .hp-prod .icons img {
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px;
}
.homepage .hp-prod .icons img:nth-child(1) {
  width: 55px;
}
.homepage .hp-prod .icons img:nth-child(2) {
  width: 35px;
}
.homepage .hp-prod .icons img:nth-child(3) {
  width: 55px;
}
.homepage .hp-prod .icons img:nth-child(4) {
  width: 28px;
}
.homepage .hp-prod .icons img:nth-child(5) {
  width: 55px;
}
.homepage .hp-prod .icons img:nth-child(6) {
  width: 53px;
}
.homepage .hp-prepare {
  background-color: #F4E2CD;
  color: #6E4736;
  padding-top: 50px;
  padding-bottom: 100px;
}
.homepage .hp-prepare .content {
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
}
.homepage .hp-prepare h2 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 35px;
  line-height: 40px;
  text-align: center;
}
.homepage .hp-prepare .wrapper {
  text-align: center;
}
.homepage .hp-prepare ul.prepare {
  display: inline-block;
}
.homepage .hp-prepare ul.prepare li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  list-style-type: none;
  width: 160px;
  margin: 0 10px;
  padding-top: 120px;
}
.homepage .hp-prepare ul.prepare li .num {
  display: inline-block;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 45px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #6E4736;
}
.homepage .hp-prepare ul.prepare li p {
  margin-top: 20px;
}
.homepage .hp-prepare .step1 {
  background: 45px 15px no-repeat url('../img/hp/prepare01.svg');
}
.homepage .hp-prepare .step2 {
  background: 45px 25px no-repeat url('../img/hp/prepare02.svg');
}
.homepage .hp-prepare .step3 {
  background: 45px 0px no-repeat url('../img/hp/prepare03.svg');
}
.homepage .hp-prepare .step4 {
  background: 45px 32px no-repeat url('../img/hp/prepare04.svg');
}
.homepage .hp-prepare .step5 {
  background: 45px 28px no-repeat url('../img/hp/prepare05.svg');
}
@media (max-width: 1279px) {
  .homepage .hp-recipes .rec {
    height: 480px;
  }
  .homepage .hp-recipes .rec img {
    width: 700px;
    height: auto;
  }
  .homepage .hp-recipes .rec img.img-rec01 {
    padding-right: 0px;
    width: 450px;
    height: auto;
  }
}
@media (max-width: 1100px) {
  .homepage .hp-recipes .rec {
    height: 390px;
  }
  .homepage .hp-recipes .rec img {
    width: 500px;
  }
}
@media (max-width: 900px) {
  .homepage {
    background: none;
  }
  .homepage .hp-recipes {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .homepage .hp-recipes .content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .homepage .hp-recipes .rec {
    height: 600px;
  }
  .homepage .hp-recipes .rec h2 {
    font-size: 20px;
    line-height: 26px;
    width: 100%;
    padding-bottom: 20px;
    padding-top: 70px;
    padding-left: 0;
    padding-right: 0;
  }
  .homepage .hp-recipes .rec .rec-info {
    position: relative;
  }
  .homepage .hp-recipes .rec .rec-info .btn {
    margin: 30px 0 40px 0;
  }
  .homepage .hp-recipes .rec a.red-arrow {
    display: none;
  }
  .homepage .hp-recipes .rec img {
    float: none;
  }
  .homepage .hp-recipes .rec img.img-rec01 {
    width: 280px;
  }
  .homepage .hp-recipes .rec ul.nav {
    position: absolute;
    top: 0;
    margin: 0;
    text-align: center;
    width: 100%;
    border: 0;
  }
  .homepage .hp-kamberska {
    font-size: 20px;
    line-height: 30px;
  }
  .homepage .hp-promo {
    text-align: center;
    background: center top no-repeat url('../img/bg-vegetables.jpg');
    background-size: 150% auto;
    padding-top: 40%;
  }
  .homepage .hp-promo .content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .homepage .hp-promo h1 {
    font-size: 20px;
    line-height: 26px;
  }
  .homepage .hp-prod {
    padding-bottom: 40px;
    text-align: center;
    background: url('../img/hp/bg-prod-mobile.jpg') center top no-repeat;
    background-size: 100%;
    padding-top: 44%;
  }
  .homepage .hp-prod .content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .homepage .hp-prod h2 {
    font-size: 20px;
    margin-bottom: 35px;
    line-height: 26px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .homepage .hp-prod .prods .btn {
    position: relative;
    top: 0px;
  }
  .homepage .hp-prod .icons img {
    padding: 0 10px;
  }
  .homepage .hp-prepare {
    /*
			padding-top: 50px;
			padding-bottom: 100px;
			*/
  }
  .homepage .hp-prepare .content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .homepage .hp-prepare h2 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 35px;
    line-height: 26px;
    padding-right: 0px;
  }
}
@media (max-width: 540px) {
  .homepage .hp-recipes {
    padding-top: 20px;
  }
  .homepage .hp-recipes .rec img {
    width: 100%;
    height: auto;
  }
  .homepage .hp-prod .icons img {
    padding: 0 5px;
  }
  .homepage .hp-prod .icons img:nth-child(1) {
    width: 50px;
  }
  .homepage .hp-prod .icons img:nth-child(2) {
    width: 35px;
  }
  .homepage .hp-prod .icons img:nth-child(3) {
    width: 18px;
  }
  .homepage .hp-prod .icons img:nth-child(4) {
    width: 26px;
  }
  .homepage .hp-prod .icons img:nth-child(5) {
    width: 35px;
  }
  .homepage .hp-prod .icons img:nth-child(6) {
    width: 47px;
  }
}
@media (max-width: 400px) {
  .homepage .hp-recipes .rec {
    height: 500px;
  }
  .homepage .hp-promo {
    padding-bottom: 60px;
  }
  .homepage .hp-promo .benefits div {
    width: 130px;
    margin: 0 10px;
  }
  .homepage .hp-kamberska {
    font-size: 18px;
    line-height: 22px;
  }
}
#rec02,
#rec03 {
  display: none;
}
@keyframes enlarge {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
  }
  100% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
  }
}
.text-content {
  color: #fff;
}
.text-content .content {
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
}
.text-content .breadcrumbs {
  padding-top: 28px;
  font-size: 14px;
  color: #fff;
}
.text-content .breadcrumbs a {
  color: #9D9B9A;
  text-decoration: none;
}
.text-content .breadcrumbs a:hover {
  text-decoration: underline;
}
@media (max-width: 490px) {
  .text-content .content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.filter {
  background-color: #F4E2CD;
  color: #6E4736;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 20px 0 22px 24px;
  margin-bottom: 34px;
  margin: 0 15px 34px 15px;
}
.filter a {
  color: #6E4736;
}
.filter h3 {
  background: 0 0 no-repeat url('../img/ico/filter.svg');
  padding-left: 30px;
  padding-top: 2px;
  text-transform: uppercase;
  font-weight: 700;
}
.clear {
  clear: both;
}
.db-content {
  padding: 40px 0;
}
.db-content p {
  padding-bottom: 15px;
}
.arr-top {
  position: fixed;
  width: 40px;
  height: 40px;
  display: block;
  background: 0 0 no-repeat url('../img/ico/arr-top.svg');
  right: 50px;
  bottom: 50px;
  display: none;
}
.inverse-color {
  background-color: #F4E2CD;
  color: #6E4736;
  text-align: center;
  padding: 70px 0 100px 0;
}
.inverse-color .content {
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
}
.recipe .banner {
  position: relative;
  height: 355px;
  /*background: 0 0 no-repeat url('../img/banners/recipes.jpg');*/
  margin-top: 51px;
  margin-bottom: 81px;
}
.recipe .banner h1 {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 57px;
  background-color: #E41B12;
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  width: 380px;
  padding: 42px 16px 30px 37px;
}
.recipe .banner h1 strong {
  font-weight: 700;
}
.recipe .video-content {
  overflow: hidden;
  height: 355px;
  background: url('../img/recipes/adriana_1180x355.jpg');
}
@media (max-width: 900px) {
  .recipe .video-content {
    background: url('../img/recipes/adriana_900x355.jpg');
  }
}
@media (max-width: 400px) {
  .recipe .video-content {
    background: url('../img/recipes/adriana_400x355.jpg');
  }
}
.recipe .categories {
  padding-bottom: 45px;
}
.recipe .categories a {
  color: #fff;
}
.recipe .categories ul {
  margin: 0;
  padding: 0;
  font-size: 0;
  text-align: center;
}
.recipe .categories ul li {
  display: inline-block;
  list-style-type: none;
  line-height: 0;
  font-size: 14px;
}
.recipe .categories ul li.active a {
  font-weight: 700;
}
.recipe .categories ul li a {
  display: block;
  width: 180px;
  padding-top: 240px;
  text-align: center;
  font-style: italic;
  margin-right: 15px;
  background: 0 0 no-repeat;
  line-height: 16px;
}
.recipe .categories ul li:nth-child(1) a {
  background-image: url('../img/recipes/cat-smetana.jpg');
}
.recipe .categories ul li:nth-child(2) a {
  background-image: url('../img/recipes/cat-rajce.jpg');
}
.recipe .categories ul li:nth-child(3) a {
  background-image: url('../img/recipes/cat-bez-omacky.jpg');
}
.recipe .categories ul li:nth-child(4) a {
  background-image: url('../img/recipes/cat-pikantni.jpg');
}
.recipe .categories ul li:nth-child(5) a {
  background-image: url('../img/recipes/cat-zapecene.jpg');
}
.recipe .categories ul li:nth-child(6) a {
  background-image: url('../img/recipes/cat-sladke.jpg');
  margin-right: 0px;
}
.recipe .filters {
  display: none;
  padding: 20px 20px 20px 0;
  /* The slider itself */
  /* Mouse-over effects */
  /* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
}
.recipe .filters .row {
  padding-bottom: 20px;
}
.recipe .filters .label {
  display: inline-block;
  width: 120px;
  font-weight: 700;
  vertical-align: top;
}
.recipe .filters .value {
  display: inline-block;
  padding-right: 20px;
  vertical-align: top;
}
.recipe .filters .slider {
  -webkit-appearance: none;
  /* Override default CSS styles */
  appearance: none;
  width: 200px;
  /* Full-width */
  height: 2px;
  /* Specified height */
  background: #6E4736;
  /* Grey background */
  outline: none;
  /* Remove outline */
  opacity: 0.7;
  /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: 0.2s;
  /* 0.2 seconds transition on hover */
  transition: opacity 0.2s;
}
.recipe .filters .slider:hover {
  opacity: 1;
  /* Fully shown on mouse-over */
}
.recipe .filters .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  /* Override default look */
  appearance: none;
  width: 10px;
  /* Set a specific slider handle width */
  height: 10px;
  /* Slider handle height */
  border-radius: 50%;
  border: 10px solid #9C6F4C;
  background: #6E4736;
  /* Green background */
  cursor: pointer;
  /* Cursor on hover */
}
.recipe .filters .slider::-moz-range-thumb {
  width: 10px;
  /* Set a specific slider handle width */
  height: 10px;
  /* Slider handle height */
  border-radius: 50%;
  border: 10px solid #9C6F4C;
  background: #6E4736;
  /* Green background */
  cursor: pointer;
  /* Cursor on hover */
}
.recipe .filters input.sub {
  width: auto;
  background-color: #6E4736;
  color: #fff;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 7px 15px;
  border: 0;
}
.recipe .noresult {
  font-size: 14px;
}
@media (max-width: 1279px) {
  .recipe .categories ul {
    max-width: 600px;
    margin: auto;
    text-align: center;
  }
  .recipe .categories ul li a {
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 40px;
  }
}
@media (max-width: 900px) {
  .recipe .banner .h1-wrapper {
    position: absolute;
    left: 0;
    top: -30px;
    width: 100%;
  }
  .recipe .banner h1 {
    position: relative;
    top: 0;
    margin: auto;
    font-size: 20px;
    line-height: 26px;
    width: 285px;
    padding: 30px 16px 30px 16px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-align: center;
  }
}
@media (max-width: 700px) {
  .recipe .filters .value {
    display: block;
  }
  .recipe .filters .br-filter {
    display: block;
  }
}
.recipe-detail .info {
  margin-bottom: 100px;
}
.recipe-detail img.mainimg {
  margin: 42px 0 21px 0;
  width: 100%;
  height: auto;
}
.recipe-detail a.back {
  padding-left: 20px;
  background: left -1px no-repeat url('../img/arr-left-white.svg');
  color: #9D9B9A;
}
.recipe-detail h1 {
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 40px;
  margin-top: 21px;
}
.recipe-detail .icos {
  text-align: left;
  margin-bottom: 50px;
}
.recipe-detail .icos div {
  padding-top: 50px;
}
.recipe-detail .toolbox-content {
  border: 1px solid #9D9B9A;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: auto;
  display: inline-block;
  padding: 10px 10px;
  vertical-align: top;
  margin-bottom: 20px;
}
.recipe-detail .toolbox-content a {
  display: inline-block;
  vertical-align: top;
}
.recipe-detail .toolbox-content a.rec-print {
  background: 0 0 no-repeat url('../img/ico/rec-print.svg');
  width: 20px;
  height: 20px;
}
.recipe-detail .toolbox-content a.rec-fb {
  background: 0 0 no-repeat url('../img/ico/rec-fb.svg');
  width: 20px;
  height: 20px;
}
.recipe-detail .toolbox-content .tick {
  display: inline-block;
  border-left: 1px solid #9D9B9A;
  margin-left: 10px;
  padding-left: 10px;
  height: 20px;
  vertical-align: top;
}
.recipe-detail .column {
  width: 380px;
  display: inline-block;
  vertical-align: top;
  font-style: italic;
}
.recipe-detail .column h2 {
  color: #9D9B9A;
  font-size: 24px;
  line-height: 32px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-style: normal;
}
.recipe-detail .column p {
  font-size: 14px;
  line-height: 26px;
}
.recipe-detail .ingredients {
  width: 300px;
}
.recipe-detail .iframe-container {
  margin-top: 20px;
}
.recipe-detail .space-mr-20 {
  margin-right: 20px;
}
.recipe-detail a.play {
  position: relative;
  display: block;
}
.recipe-detail a.play span {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/ico-play.svg) center center no-repeat;
  background-size: 100px 100px;
  top: 0;
  left: 0;
}
.recipe-detail a.play:hover span {
  background-size: 120px 120px;
}
.recipe-detail .bg-mobile {
  background-position: center center;
  background-repeat: no-repeat;
  height: 450px;
  background-size: auto 100%;
  display: none;
  margin-top: 80px;
}
@media (max-width: 1279px) {
  .recipe-detail .prod-items {
    text-align: left;
  }
  .recipe-detail .prod-items a:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media (max-width: 900px) {
  .recipe-detail {
    text-align: center;
  }
  .recipe-detail .bg-mobile {
    display: block;
  }
  .recipe-detail img.mainimg {
    display: none;
  }
  .recipe-detail a.back {
    display: none;
  }
  .recipe-detail h1 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0px;
    background-color: #fff;
    color: #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-weight: 400;
    width: 300px;
    margin: auto;
    position: relative;
    top: -500px;
    padding: 20px 10px;
  }
  .recipe-detail .icos {
    text-align: center;
    margin-bottom: 0;
  }
  .recipe-detail .icos div {
    margin-bottom: 30px;
  }
  .recipe-detail .column {
    display: block;
    width: 100%;
    margin-bottom: 40px;
  }
  .recipe-detail .iframe-container {
    overflow: hidden;
    /* 16:9 aspect ratio */
    padding-top: 56.25%;
    position: relative;
  }
  .recipe-detail .iframe-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .recipe-detail .space-mr-20 {
    margin-right: 0;
  }
  .recipe-detail .prod-items {
    text-align: center;
  }
}
@media (max-width: 370px) {
  .recipe-detail h1 {
    width: 100%;
    box-sizing: border-box;
  }
}
.products .banner {
  position: relative;
}
.products .banner h1 {
  box-sizing: border-box;
  max-width: 710px;
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  padding: 95px 0px 190px 90px;
}
.products .banner:before {
  content: "";
  display: inline-block;
  width: 573px;
  height: 396px;
  background-image: url("../img/bg-banner-prod.jpg");
  background-repeat: no-repeat;
  position: absolute;
  right: -110px;
}
.products .categories {
  padding-bottom: 45px;
}
.products .categories a {
  color: #fff;
}
.products .categories ul {
  margin: 0;
  padding: 0;
  font-size: 0;
  text-align: center;
}
.products .categories ul li {
  display: inline-block;
  list-style-type: none;
  line-height: 0;
  font-size: 14px;
  vertical-align: top;
  position: relative;
}
.products .categories ul li .cat-new {
  position: absolute;
  top: -25px;
  left: 20px;
  color: #fff;
  background-color: #000;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
}
.products .categories ul li a {
  display: block;
  text-align: center;
  line-height: 19px;
  width: 210px;
  height: 250px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #fff;
  text-decoration: none;
  position: relative;
  margin-right: 20px;
  box-sizing: border-box;
}
.products .categories ul li a h2 {
  font-size: 20px;
  text-transform: uppercase;
  border-bottom: 1px solid;
  font-weight: 700;
  line-height: 24px;
  padding: 0px 0px 16px 0px;
  margin: 24px 24px 15px 24px;
}
.products .categories ul li a p {
  font-style: italic;
  margin: 10px 15px 10px 15px;
}
.products .categories ul li a:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-color: #000;
  background-position: center center;
  position: absolute;
}
.products .categories ul li a.classica h2 {
  color: #E41B12;
  border-color: #E41B12;
}
.products .categories ul li a.classica:before {
  width: 80px;
  height: 16px;
  background-image: url("../img/prod/classica.svg");
  left: 70px;
  bottom: -8px;
}
.products .categories ul li a.pan h2 {
  color: #84BD00;
  border-color: #84BD00;
}
.products .categories ul li a.pan:before {
  width: 80px;
  height: 49px;
  background-image: url("../img/prod/pan.svg");
  left: 70px;
  bottom: -20px;
}
.products .categories ul li a.pan:after {
  content: '';
  position: absolute;
  width: 80px;
  height: 80px;
  background-color: #000;
  background-image: url("../img/badge-volba-spotrebitelu.png");
  left: 110px;
  top: -70px;
}
.products .categories ul li a.tradizionale h2 {
  color: #6E4736;
  border-color: #6E4736;
}
.products .categories ul li a.tradizionale:before {
  width: 80px;
  height: 31px;
  background-image: url("../img/prod/tradizionale.svg");
  left: 70px;
  bottom: -16px;
}
.products .categories ul li a.wholegrain h2 {
  color: #C29686;
  border-color: #C29686;
}
.products .categories ul li a.wholegrain:before {
  width: 80px;
  height: 54px;
  background-image: url("../img/prod/wholegrain.svg");
  left: 70px;
  bottom: -27px;
}
.products .categories ul li a.express h2 {
  color: #9D9B9A;
  border-color: #9D9B9A;
}
.products .categories ul li a.express:before {
  width: 80px;
  height: 45px;
  background-image: url("../img/prod/express.svg");
  left: 70px;
  bottom: -22px;
}
.products .categories ul li a.bio h2 {
  color: #B3B600;
  border-color: #B3B600;
}
.products .categories ul li a.bio:before {
  width: 80px;
  height: 35px;
  background-image: url("../img/prod/bio.svg");
  left: 70px;
  bottom: -17px;
}
.products .categories ul li a.tricolore {
  margin-right: 0;
}
.products .categories ul li a.tricolore h2 {
  color: #F07D07;
  border-color: #F07D07;
}
.products .categories ul li a.tricolore:before {
  width: 80px;
  height: 16px;
  background-image: url("../img/prod/tricolore.svg");
  left: 70px;
  bottom: -8px;
}
.products .filters {
  display: none;
  padding: 20px 0 20px 0;
}
.products .filters .row {
  padding-bottom: 20px;
}
.products .filters .label {
  font-weight: 700;
  vertical-align: top;
}
.products .filters .value {
  vertical-align: top;
}
.products .filters input.sub {
  width: auto;
  background-color: #6E4736;
  color: #fff;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 7px 15px;
  border: 0;
}
.products .filters .br-filter {
  display: none;
}
.products .k-quote {
  max-width: 900px;
  margin: auto;
  clear: both;
  padding: 20px 0 40px 0;
}
.products .k-quote img {
  float: right;
  width: 207px;
  height: 207px;
}
.products .k-quote p {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  padding: 60px 60px 60px 60px;
  margin-right: 220px;
}
.products .k-quote p::before {
  position: absolute;
  top: 40px;
  left: 0;
  content: '';
  background: url('../img/ico-quot-start.svg') 0 0 no-repeat;
  width: 42px;
  height: 35px;
}
.products .k-quote p::after {
  position: absolute;
  bottom: 40px;
  right: 0;
  content: '';
  background: url('../img/ico-quot-end.svg') 0 0 no-repeat;
  width: 42px;
  height: 35px;
}
.products .k-quote p span {
  color: #E41B12;
}
@media (max-width: 1279px) {
  .products .banner h1 {
    max-width: 600px;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    padding: 45px 20px 50px 20px;
    margin: auto;
    margin-bottom: 300px;
  }
  .products .banner:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 350px;
    background-position: top center;
    background-size: 400px auto;
    bottom: -350px;
    left: 0;
  }
  .products .categories ul {
    max-width: 600px;
    margin: auto;
    text-align: center;
  }
  .products .categories ul li a {
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 40px;
  }
}
@media (max-width: 560px) {
  .products .categories ul li a.classica {
    margin-bottom: 110px;
  }
}
@media (max-width: 900px) {
  .products .k-quote {
    position: relative;
    padding-bottom: 240px;
    margin-bottom: 40px;
    text-align: left;
  }
  .products .k-quote .img-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .products .k-quote img {
    float: none;
    top: auto;
    left: auto;
    right: auto;
    padding-top: 20px;
  }
  .products .k-quote p {
    margin: auto;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    padding: 0px 60px 0px 60px;
  }
  .products .k-quote p::before {
    top: 0px;
    left: 0;
  }
  .products .k-quote p::after {
    bottom: -20px;
    right: 0;
  }
}
@media (max-width: 490px) {
  .products .banner h1 {
    max-width: 100%;
    font-size: 20px;
    line-height: 30px;
    padding: 45px 0px 50px 0px;
    margin-bottom: 200px;
  }
  .products .banner:before {
    background-size: 300px auto;
    bottom: -320px;
  }
}
@media (max-width: 800px) {
  .products .filters .br-filter {
    display: block;
  }
}
.product-detail {
  position: relative;
}
.product-detail .mobile {
  display: none;
}
.product-detail .img-div {
  position: relative;
  float: left;
  margin-top: 40px;
}
.product-detail .img-div img.badge-choose {
  position: absolute;
  right: 0;
  top: -10px;
}
.product-detail .info {
  padding-left: 450px;
  margin-bottom: 100px;
  margin-top: 40px;
}
.product-detail .detail-new {
  color: #E41B12;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.product-detail h1 {
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.product-detail .spec-prep {
  padding-top: 40px;
  position: relative;
}
.product-detail .spec-prep::after {
  content: '';
  position: absolute;
  top: 190px;
  left: 0;
  background: url('../img/prod/pan.png') right top no-repeat;
  background-size: 50%;
  width: 100%;
  height: 310px;
}
.product-detail .spec-prep ul {
  padding: 0;
}
.product-detail .spec-prep ul li {
  display: inline-block;
  padding-right: 30px;
}
.product-detail .spec-prep ul li span {
  color: #E41B12;
}
.product-detail .spec-prep ul.descr {
  padding-top: 40px;
}
.product-detail .spec-prep ul.descr li {
  display: block;
}
.product-detail .icos {
  text-align: left;
  margin-top: 50px;
  margin-bottom: 50px;
}
.product-detail .icos div {
  padding-top: 50px;
}
.product-detail h2 {
  color: #ffffff;
  font-size: 14px;
  line-height: 32px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 700;
}
.product-detail table td {
  color: #9D9B9A;
  border-bottom: 1px solid #9D9B9A;
  padding: 3px 0;
  text-align: left;
}
.product-detail table td.value {
  text-align: right;
  padding-left: 20px;
}
.product-detail table tr.noborder td {
  border-bottom: 0;
}
.product-detail h3 {
  font-size: 30px;
  line-height: 32px;
  padding-top: 57px;
  padding-bottom: 40px;
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 1279px) {
  .product-detail img.mainimg {
    width: 300px;
    height: auto;
  }
  .product-detail .info {
    padding-left: 350px;
  }
  .product-detail img.where-2-buy {
    width: 100%;
    height: auto;
  }
  .product-detail .spec-prep {
    padding-bottom: 250px;
  }
  .product-detail .spec-prep::after {
    top: auto;
    bottom: 0;
    left: 0;
    background: url('../img/prod/pan-m.png') left top no-repeat;
    width: 320px;
    height: 219px;
  }
}
@media (max-width: 900px) {
  .product-detail {
    text-align: center;
  }
  .product-detail .mobile {
    display: block;
    position: relative;
  }
  .product-detail .mobile img.badge-choose {
    position: absolute;
    left: 60%;
    top: 0px;
    width: 100px;
  }
  .product-detail .info {
    padding-left: 0px;
  }
  .product-detail .img-div {
    display: none;
  }
  .product-detail img.mainimg {
    display: none;
  }
  .product-detail img.mainimg-mobile {
    margin-top: 40px;
    width: 300px;
    height: auto;
  }
  .product-detail .icos {
    text-align: center;
    margin-top: 10px;
  }
  .product-detail .icos div {
    width: 80px;
  }
  .product-detail table {
    margin: auto;
  }
  .product-detail .spec-prep::after {
    width: 100%;
    background-position: top center;
  }
}
.text-content-light {
  background-color: #F4E2CD;
  color: #6E4736;
}
.text-content-light h3 {
  font-size: 30px;
  line-height: 32px;
  padding-top: 57px;
  padding-bottom: 40px;
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 1279px) {
  .text-content-light h3 {
    text-align: center;
  }
}
@media (max-width: 900px) {
  .text-content-light h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
.text-content-white {
  background-color: #fff;
  color: #000;
}
@media (max-width: 490px) {
  .text-content-white {
    display: none;
  }
}
.contact h1 {
  font-size: 30px;
  line-height: 35px;
  margin-top: 90px;
  margin-bottom: 50px;
  text-transform: uppercase;
  font-weight: 300;
}
.contact h1 strong {
  font-weight: 700;
}
.contact p {
  font-size: 20px;
  line-height: 25px;
  padding-left: 50px;
  font-weight: 300;
  margin-bottom: 35px;
}
.contact .phone {
  background: 0 0 no-repeat url('../img/ico/phone.svg');
}
.contact .mail {
  background: 0 0 no-repeat url('../img/ico/email.svg');
}
.contact .mail a {
  color: #fff;
}
.contact .address {
  background: 0 0 no-repeat url('../img/ico/home.svg');
}
.contact .form-wrapper {
  position: relative;
}
.contact form {
  float: right;
  width: 380px;
  box-sizing: border-box;
  padding-left: 30px;
}
.contact form input,
.contact form textarea {
  box-sizing: border-box;
  background-color: #888888;
  color: #000;
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 100%;
  text-align: left;
  padding: 5px 10px;
  font-size: 14px;
  font-family: 'Fira Sans';
  margin-bottom: 18px;
}
.contact form textarea:focus,
.contact form input:focus {
  outline: none;
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.contact form input[type=checkbox] {
  width: auto;
}
.contact form input[type=submit] {
  width: auto;
  background-color: #E41B12;
  color: #fff;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 7px 15px;
}
.contact form .femail,
.contact form .fmessage {
  position: relative;
}
.contact form .femail span,
.contact form .fmessage span {
  position: absolute;
  top: 5px;
  left: 10px;
  font-size: 14px;
  color: #000;
}
.contact form span.focused {
  top: -17px;
  color: #fff;
  font-size: 12px;
}
.contact form .err {
  border: 2px solid #E41B12;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 15px;
  display: none;
}
.contact .loader,
.contact .loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.contact .loader {
  margin: 60px auto;
  font-size: 10px;
  position: absolute;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  top: 20px;
  right: 100px;
  display: none;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media (max-width: 900px) {
  .contact {
    text-align: center;
  }
  .contact h1 strong {
    display: block;
  }
  .contact p {
    font-size: 16px;
    line-height: 25px;
    padding-left: 0px;
    padding-top: 30px;
  }
  .contact .phone {
    background-position: top center;
  }
  .contact .mail {
    background-position: top center;
  }
  .contact .address {
    background-position: top center;
    margin-bottom: 45px;
  }
  .contact .contacts {
    padding-bottom: 270px;
  }
  .contact .contacts .form-wrapper {
    position: absolute;
    width: 100%;
    bottom: 20px;
    left: 0;
  }
  .contact .contacts .form-wrapper .form {
    float: none;
    margin: auto;
    padding-left: 30px;
  }
}
@media (max-width: 420px) {
  .contact form {
    width: 100%;
    padding: 0px 20px;
    line-height: 20px;
  }
}
.semolina .intro {
  clear: both;
}
.semolina .intro img {
  float: right;
  padding: 20px 0 20px 30px;
  position: relative;
  top: 20px;
}
.semolina .intro p {
  padding: 70px 0 140px 0;
  font-size: 26px;
  line-height: 30px;
}
.semolina .sem-benefit {
  clear: both;
  padding-bottom: 120px;
  max-width: 911px;
  margin: auto;
}
.semolina .sem-benefit h2 {
  color: #E41B12;
  font-size: 26px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 700;
}
.semolina .sem-benefit img {
  padding-bottom: 20px;
}
.semolina .sem-benefit p {
  padding-top: 40px;
}
.semolina .sem-benefit p.perex {
  color: #E41B12;
  font-size: 26px;
  line-height: 30px;
  padding-top: 12px;
}
.semolina .prods {
  text-align: center;
  padding: 120px 0 110px 0;
}
.semolina .prods img {
  padding-bottom: 50px;
}
@media (max-width: 900px) {
  .semolina .content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .semolina .intro {
    position: relative;
    padding-bottom: 240px;
    text-align: center;
  }
  .semolina .intro .img-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .semolina .intro img {
    float: none;
    top: auto;
    left: auto;
    right: auto;
    padding-top: 20px;
  }
  .semolina .intro p {
    padding: 40px 0 40px 0;
    font-size: 20px;
    line-height: 30px;
  }
  .semolina .sem-benefit {
    padding-bottom: 0px;
  }
  .semolina .sem-benefit p {
    padding-top: 30px;
  }
}
/*# sourceMappingURL=../css/app.css.map */