@charset "utf-8";
/*
Theme Name: ETA
Author: Young Shand
Author URI: http://youngshand.com
Version: 1.0
*/
/*  html5 doctor css reset
	http://html5doctor.com/html-5-reset-stylesheet
   ----------------------------- */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1.4;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/* Variables and Mixins
   ----------------------------- */
.exclamation {
  background-image: url('../images/exclamation.png');
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2) {
  .exclamation {
    background-image: url("../images/exclamation@2x.png");
    background-size: 12px 12px;
  }
}
@media (min-resolution: 1.5dppx) {
  .exclamation {
    background-image: url("../images/exclamation@2x.png");
    background-size: 12px 12px;
  }
}
/* Retina
   ----------------------------- */
/* Fonts
   Webfont: Sanelma by Mika Melvas
   URL: http://www.myfonts.com/fonts/mika-melvas/sanelma/regular/
   Copyright: Copyright (c) 2014 by Mika Melvas. All rights reserved.
   ----------------------------- */
@font-face {
  font-family: 'Sanelma';
  src: url('../fonts/2B922F_0_0.eot');
  src: url('../fonts/2B922F_0_0.eot?#iefix') format('embedded-opentype'), url('../fonts/2B922F_0_0.woff') format('woff'), url('../fonts/2B922F_0_0.ttf') format('truetype');
}
/* Colors
   ----------------------------- */
/* Global Styles
   ----------------------------- */
* {
  margin: 0;
  padding: 0;
  outline: 0;
}
html {
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
}
html,
body {
  font-size: 100%;
  font-weight: normal;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image: url('../images/eta_pattern.jpg');
  background-repeat: repeat;
  font-family: "proxima-nova";
  color: #ffffff;
  height: 100%;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2) {
  html,
  body {
    background-image: url("../images/eta_pattern@2x.jpg");
    background-size: 88px 89px;
  }
}
@media (min-resolution: 1.5dppx) {
  html,
  body {
    background-image: url("../images/eta_pattern@2x.jpg");
    background-size: 88px 89px;
  }
}
a {
  cursor: pointer;
  text-decoration: none;
}
ul {
  list-style-position: inside;
  list-style-type: none;
}
.method ol,
.method ul,
.ingredients ol,
.ingredients ul {
  list-style: inside decimal;
  padding: 0;
  margin: 0;
  display: table;
}
.method ol li,
.method ul li,
.ingredients ol li,
.ingredients ul li {
  list-style: none;
  display: table-row;
  margin-bottom: 15px;
  line-height: 1.2;
}
.method ol li::before,
.method ul li::before,
.ingredients ol li::before,
.ingredients ul li::before {
  display: table-cell;
  text-align: right;
  padding-right: 0.625em;
  /* 10/16 */
}
.method ol li::after,
.method ul li::after,
.ingredients ol li::after,
.ingredients ul li::after {
  content: '';
  height: 5px;
  width: 100%;
  display: inline-block;
}
.method ol,
.ingredients ol {
  counter-reset: foo;
}
.method ol li,
.ingredients ol li {
  counter-increment: foo;
}
.method ol li::before,
.ingredients ol li::before {
  content: counter(foo) ".";
}
.ingredients ul li::before,
.method ul li::before {
  content: '';
  background: url('../images/align_bullet_point.png');
  width: 15px;
  height: 14px;
  background-repeat: no-repeat;
}
h1 {
  font: normal 6.25em 'Sanelma';
  /* 100/16 */
  color: #acc077;
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  margin-left: 50px;
  display: inline-block;
}
h2 {
  line-height: 1.2;
}
::-webkit-input-placeholder {
  color: #ffffff;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
:-ms-input-placeholder {
  color: #ffffff;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
/* Buttons
   ----------------------------- */
button {
  background: none;
  border: 0;
  cursor: pointer;
}
.underline {
  position: relative;
  color: #ffffff;
}
.underline:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: #ffffff;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.underline:hover {
  color: #475b0a;
}
.underline:hover:after {
  height: 2px;
  background: #475b0a;
}
.footer-nav li a,
.terms-and-con li a {
  cursor: pointer;
  position: relative;
}
.footer-nav li a:after,
.terms-and-con li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: transparent;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.footer-nav li a:hover:after,
.terms-and-con li a:hover:after {
  height: 1px;
  background: #ffffff;
}
.btn,
form input[type="submit"],
#html5-lightbox #html5-close {
  cursor: pointer;
  display: inline-block;
  text-indent: -9999px;
  position: relative;
  background: none;
  border: none;
  background-image: url('../images/sprite2.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2) {
  .btn,
  form input[type="submit"],
  #html5-lightbox #html5-close {
    background-image: url("../images/sprite2@2x.png");
    background-size: 800px 500px;
  }
}
@media (min-resolution: 1.5dppx) {
  .btn,
  form input[type="submit"],
  #html5-lightbox #html5-close {
    background-image: url("../images/sprite2@2x.png");
    background-size: 800px 500px;
  }
}
.btn::after,
form input[type="submit"]::after,
#html5-lightbox #html5-close::after {
  background-image: url('../images/sprite2.png');
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  filter: alpha(opacity = 0);
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2) {
  .btn::after,
  form input[type="submit"]::after,
  #html5-lightbox #html5-close::after {
    background-image: url("../images/sprite2@2x.png");
    background-size: 800px 500px;
  }
}
@media (min-resolution: 1.5dppx) {
  .btn::after,
  form input[type="submit"]::after,
  #html5-lightbox #html5-close::after {
    background-image: url("../images/sprite2@2x.png");
    background-size: 800px 500px;
  }
}
.btn:hover::after,
form input[type="submit"]:hover::after,
#html5-lightbox #html5-close:hover::after {
  opacity: 1;
  filter: alpha(opacity = 100);
}
.link-btn p {
  color: #ffffff;
  text-decoration: underline;
  font-weight: 600;
  font-size: 0.875em;
  /* 14/16 */
  display: inline;
}
.link-btn:before {
  content: '';
  width: 5px;
  height: 5px;
  background: #96c111;
  display: inline-block;
  margin-right: 5px;
  -webkit-transition: background 0.2s ease-in;
  -moz-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
.link-btn:hover p {
  color: #475b0a;
}
.link-btn:hover:before {
  background: #475b0a;
}
.enter-btn,
#entry-form button[type="submit"] {
  width: 135px;
  height: 46px;
  float: right;
  margin-bottom: 1em;
  background-position: -650px -100px;
}
@media (min-width: 900px) {
  .enter-btn,
  #entry-form button[type="submit"] {
    position: relative;
    top: -40px;
  }
}
.enter-btn:after,
#entry-form button[type="submit"]:after {
  background-position: -650px -100px;
}
.enter-btn:hover:after,
#entry-form button[type="submit"]:hover:after {
  background-position: -650px -150px;
}
#entry-form button[type="submit"].on-mobile {
  background-image: url('../images/mobile_big_enter_btn.png');
  width: 164px;
  height: 60px;
  background-color: transparent;
  margin: 0 auto 10%;
  position: static;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2) {
  #entry-form button[type="submit"].on-mobile {
    background-image: url("../images/mobile_big_enter_btn@2x.png");
    background-size: 164px 60px;
  }
}
@media (min-resolution: 1.5dppx) {
  #entry-form button[type="submit"].on-mobile {
    background-image: url("../images/mobile_big_enter_btn@2x.png");
    background-size: 164px 60px;
  }
}
#entry-form button[type="submit"].on-mobile:hover {
  background-position: 0 0;
}
.contactPage input[type="submit"],
.submit-btn {
  background-image: url('../images/sprite2.png');
  text-indent: -9999px;
  border: none;
  background-color: transparent;
  width: 136px;
  height: 50px;
  background-position: -500px -150px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2) {
  .contactPage input[type="submit"],
  .submit-btn {
    background-image: url("../images/sprite2@2x.png");
    background-size: 800px 500px;
  }
}
@media (min-resolution: 1.5dppx) {
  .contactPage input[type="submit"],
  .submit-btn {
    background-image: url("../images/sprite2@2x.png");
    background-size: 800px 500px;
  }
}
.contactPage input[type="submit"].on-mobile,
.submit-btn.on-mobile {
  background-image: url('../images/mobile_send_btn.png');
  width: 164px;
  height: 60px;
  background-position: 0 0;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2) {
  .contactPage input[type="submit"].on-mobile,
  .submit-btn.on-mobile {
    background-image: url("../images/mobile_send_btn@2x.png");
    background-size: 164px 60px;
  }
}
@media (min-resolution: 1.5dppx) {
  .contactPage input[type="submit"].on-mobile,
  .submit-btn.on-mobile {
    background-image: url("../images/mobile_send_btn@2x.png");
    background-size: 164px 60px;
  }
}
.contactPage input[type="submit"].on-mobile:hover,
.submit-btn.on-mobile:hover {
  background-position: 0 0;
}
.contactPage input[type="submit"]:hover {
  background-position: -500px -200px;
}
.submit-btn:after {
  background-position: -500px -150px;
}
.submit-btn:hover:after {
  background-position: -500px -200px;
}
.upgrade-btn {
  width: 150px;
  height: 40px;
  display: block;
  margin: 15px auto 0;
  background-position: -500px -350px;
}
.upgrade-btn:after {
  background-position: -500px -350px;
}
.upgrade-btn:hover:after {
  background-position: -500px -400px;
}
.error404-btn {
  width: 188px;
  height: 42px;
  display: block;
  margin: 15px auto 0;
  background-image: url('../images/sprite2.png');
  background-position: -500px -250px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2) {
  .error404-btn {
    background-image: url("../images/sprite2@2x.png");
    background-size: 800px 500px;
  }
}
@media (min-resolution: 1.5dppx) {
  .error404-btn {
    background-image: url("../images/sprite2@2x.png");
    background-size: 800px 500px;
  }
}
.error404-btn:after {
  background-position: -500px -250px;
}
.error404-btn:hover:after {
  background-position: -500px -300px;
}
.play-btn {
  position: absolute;
  background-image: url('../images/sprite2.png');
  cursor: pointer;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2) {
  .play-btn {
    background-image: url("../images/sprite2@2x.png");
    background-size: 800px 500px;
  }
}
@media (min-resolution: 1.5dppx) {
  .play-btn {
    background-image: url("../images/sprite2@2x.png");
    background-size: 800px 500px;
  }
}
.tab-content .play-btn {
  background-position: -150px 0;
  width: 82px;
  height: 88px;
}
.tab-content .play-btn:after {
  background-position: -150px 0;
}
.tab-content .play-btn:hover:after {
  background-position: -250px 0;
}
.hero-image .video .play-btn {
  background-position: 0 -400px;
  width: 38px;
  height: 42px;
}
.hero-image .video .play-btn:after {
  background-position: -50px -400px;
}
.hero-image .video .play-btn:hover:after {
  background-position: -50px -400px;
}
.facebook-share a figure {
  background-position: 0 -300px;
  width: 26px;
  height: 60px;
}
.facebook-share a figure:after {
  background-position: 0 -300px;
}
.facebook-share a figure:hover:after {
  background-position: -50px -300px;
}
.email-share a figure {
  background-position: -100px -300px;
  width: 60px;
  height: 42px;
}
.email-share a figure:after {
  background-position: -100px -300px;
}
.email-share a figure:hover:after {
  background-position: -200px -300px;
}
#html5-lightbox #html5-close,
.close-btn {
  position: absolute;
  right: -20px;
  top: -20px;
  background-image: url('../images/sprite2.png');
  background-position: -500px 0;
  width: 55px;
  height: 55px;
  z-index: 10;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2) {
  #html5-lightbox #html5-close,
  .close-btn {
    background-image: url("../images/sprite2@2x.png");
    background-size: 800px 500px;
  }
}
@media (min-resolution: 1.5dppx) {
  #html5-lightbox #html5-close,
  .close-btn {
    background-image: url("../images/sprite2@2x.png");
    background-size: 800px 500px;
  }
}
#html5-lightbox #html5-close:after,
.close-btn:after {
  background-position: -500px 0;
}
#html5-lightbox #html5-close:hover:after,
.close-btn:hover:after {
  background-position: -600px 0;
}
/* Preloader
   ----------------------------- */
.preloader {
  position: static;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-image: url('../images/eta_pattern.jpg');
  background-repeat: repeat;
  display: none;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2) {
  .preloader {
    background-image: url("../images/eta_pattern@2x.jpg");
    background-size: 88px 89px;
  }
}
@media (min-resolution: 1.5dppx) {
  .preloader {
    background-image: url("../images/eta_pattern@2x.jpg");
    background-size: 88px 89px;
  }
}
.preloader .preloader-logo,
.preloader .loader {
  position: absolute;
  left: 50%;
  bottom: 0;
  opacity: 0;
  filter: alpha(opacity = 0);
  z-index: 1;
}
.preloader .preloader-logo {
  margin-left: -100px;
  bottom: -358px;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.preloader .preloader-logo img {
  width: 200px;
  height: auto;
}
.preloader .loader {
  width: 30px;
  height: 30px;
  margin-left: -15px;
  opacity: 1;
  filter: alpha(opacity = 100);
  bottom: -60px;
}
.ajax-loader {
  float: right;
  padding: 18px 15px;
  width: 16px!important;
  height: 16px!important;
}
/* Ingredients background
   ----------------------------- */
.home .outer-wrapper,
.recipesPage .outer-wrapper,
.contactPage .outer-wrapper,
.winPage .error404 .outer-wrapper,
.page-template-custom-page-template-php .outer-wrapper,
.page .outer-wrapper {
  background-image: url('../images/ingredients_bg1.png');
  background-attachment: fixed!important;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2) {
  .home .outer-wrapper,
  .recipesPage .outer-wrapper,
  .contactPage .outer-wrapper,
  .winPage .error404 .outer-wrapper,
  .page-template-custom-page-template-php .outer-wrapper,
  .page .outer-wrapper {
    background-image: url("../images/ingredients_bg1@2x.png");
    background-size: 3000px 1964px;
  }
}
@media (min-resolution: 1.5dppx) {
  .home .outer-wrapper,
  .recipesPage .outer-wrapper,
  .contactPage .outer-wrapper,
  .winPage .error404 .outer-wrapper,
  .page-template-custom-page-template-php .outer-wrapper,
  .page .outer-wrapper {
    background-image: url("../images/ingredients_bg1@2x.png");
    background-size: 3000px 1964px;
  }
}
.error404 #back-to-top,
.page-template-custom-page-template-php #back-to-top {
  visibility: hidden;
}
.recipe-single-bg {
  position: absolute;
  width: 100%;
  background-position: top center;
}
.recipe-single-bg.Burger {
  background-image: url('../images/burger_ingredients_bg.png');
  height: 2588px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2) {
  .recipe-single-bg.Burger {
    background-image: url("../images/burger_ingredients_bg@2x.png");
    background-size: 3000px 2588px;
  }
}
@media (min-resolution: 1.5dppx) {
  .recipe-single-bg.Burger {
    background-image: url("../images/burger_ingredients_bg@2x.png");
    background-size: 3000px 2588px;
  }
}
.recipe-single-bg.Burger {
  background-image: url('../images/burger_ingredients_bg.png');
  height: 2588px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2) {
  .recipe-single-bg.Burger {
    background-image: url("../images/burger_ingredients_bg@2x.png");
    background-size: 3000px 2588px;
  }
}
@media (min-resolution: 1.5dppx) {
  .recipe-single-bg.Burger {
    background-image: url("../images/burger_ingredients_bg@2x.png");
    background-size: 3000px 2588px;
  }
}
.outer-wrapper {
  width: 100%;
  min-height: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: top center;
}
.preload-bg {
  visibility: hidden;
  position: absolute;
  z-index: -1;
}
.wrapper {
  max-width: 960px;
  width: 96%;
  margin: 0 auto;
  padding-bottom: 191px;
}
header {
  background-image: url('../images/nav_shadow.png');
  height: 70px;
  background-position: top center;
  position: relative;
  z-index: 2;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2) {
  header {
    background-image: url("../images/nav_shadow@2x.png");
    background-size: 960px 75px;
  }
}
@media (min-resolution: 1.5dppx) {
  header {
    background-image: url("../images/nav_shadow@2x.png");
    background-size: 960px 75px;
  }
}
header nav.menu-menu-container {
  display: table;
  padding-top: 30px;
  margin: 0 auto;
  width: 270px;
}
header nav.menu-menu-container ul {
  vertical-align: middle;
  margin: 0 auto;
  width: 100%;
  text-align: justify;
}
header nav.menu-menu-container ul:after {
  content: '';
  width: 100%;
  display: inline-block;
}
header nav.menu-menu-container ul li {
  display: inline-block;
}
header nav.menu-menu-container ul li {
  text-transform: uppercase;
}
header nav.menu-menu-container ul li a {
  font-weight: 600;
  color: #ffffff;
  font-size: 0.9375em;
  /* 15/16 */
  -webkit-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}
header nav.menu-menu-container ul li a:hover {
  color: #475b0a;
}
header nav.menu-menu-container ul li a:active {
  color: #282525;
}
header nav.menu-menu-container ul li.current-menu-item a {
  color: #282525;
}
.single-recipe #menu-item-27 a {
  color: #282525;
}
.logo {
  position: absolute;
  left: 50%;
  top: 0;
  text-align: center;
}
.logo img {
  position: absolute;
}
.logo img.text-logo {
  z-index: 2;
}
.logo img.glow {
  top: 0;
  z-index: 0;
}
.mobile-glow {
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  z-index: 0;
}
.home .logo .text-logo,
.Salad-logo .text-logo,
.error404 .logo .text-logo,
.page-template-custom-page-template-php .logo .text-logo {
  margin-left: -230px;
  top: 85px;
  visibility: hidden;
}
.home .logo .glow,
.Salad-logo .glow,
.error404 .logo .glow,
.page-template-custom-page-template-php .logo .glow {
  margin-left: -320px;
}
.home .logo .text-logo {
  margin-left: -190px;
  margin-top: 20px;
}
.home .mobile-glow,
.Salad-glow {
  background-image: url('../images/mobile_Salad_logo_glow.png');
}
.Burger-glow,
.Fish-glow,
.Wrap-glow {
  background-image: url('../images/mobile_Salad_logo_glow.png');
}
.recipesPage .logo .text-logo {
  margin-left: -230px;
  top: 85px;
}
.recipesPage .logo .glow {
  margin-left: -310px;
}
.recipesPage .mobile-glow {
  background-image: url('../images/mobile_recipes_logo_glow.png');
}
.winPage .logo {
  display: none;
}
.winPage .promo-img {
  position: relative;
}
.winPage .promo-img img {
  display: block;
  width: 50%;
  height: auto;
  margin: 50px auto 0 auto;
}
.winPage .promo-img-wide img {
  width: 100%;
}
.winPage .main form {
  padding-top: 0;
}
.winPage .mobile-glow {
  background-image: url('../images/mobile_win_logo_glow.png');
}
.contactPage .logo .text-logo {
  margin-left: -230px;
  top: 84px;
}
.contactPage .logo .glow {
  margin-left: -310px;
}
.contactPage .mobile-glow {
  background-image: url('../images/mobile_Salad_logo_glow.png');
}
.Burger-logo .text-logo {
  top: 88px;
  margin-left: -233px;
}
.Fish-logo .text-logo {
  top: 95px;
  margin-left: -234px;
}
.Wrap-logo .text-logo {
  top: 95px;
  margin-left: -215px;
}
.Burger-logo .glow,
.Fish-logo .glow,
.Wrap-logo .glow {
  margin-left: -310px;
}
.video-container {
  width: 560px;
  height: 306px;
  margin: 230px auto 0;
  margin-top: 400px;
  position: relative;
}
.video-container ul.tabs {
  display: inline-block;
  margin: 65px 0 0 19px;
  float: left;
  z-index: 9999;
  position: relative;
}
.video-container ul.tabs li {
  background-image: url('../images/sprite2.png');
  background-position: 0 -100px;
  width: 13px;
  height: 14px;
  margin-bottom: 4px;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  opacity: 0.4;
  filter: alpha(opacity = 40);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2) {
  .video-container ul.tabs li {
    background-image: url("../images/sprite2@2x.png");
    background-size: 800px 500px;
  }
}
@media (min-resolution: 1.5dppx) {
  .video-container ul.tabs li {
    background-image: url("../images/sprite2@2x.png");
    background-size: 800px 500px;
  }
}
.video-container ul.tabs li:hover {
  opacity: 1;
  filter: alpha(opacity = 100);
}
.video-container ul.tabs li.current {
  opacity: 1;
  filter: alpha(opacity = 100);
}
.video-container .tab-container {
  position: absolute;
  width: 460px;
  height: auto;
  left: 44px;
  top: 20px;
  z-index: 1;
}
.video-container .tab-container .mobile-frame-img {
  display: none;
  visibility: hidden;
}
.video-container .tab-container .tab-content {
  visibility: hidden;
  z-index: 0;
  position: absolute;
}
.video-container .tab-container .tab-content:before {
  content: '';
  background-image: url('../images/video_frame.png');
  width: 471px;
  height: 276px;
  position: absolute;
  top: -5px;
  left: -1px;
  z-index: 2;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2) {
  .video-container .tab-container .tab-content:before {
    background-image: url("../images/video_frame@2x.png");
    background-size: 471px 276px;
  }
}
@media (min-resolution: 1.5dppx) {
  .video-container .tab-container .tab-content:before {
    background-image: url("../images/video_frame@2x.png");
    background-size: 471px 276px;
  }
}
.video-container .tab-container .tab-content.current {
  z-index: 1;
  visibility: visible;
}
.video-container .tab-container .tab-content.current .video-product,
.video-container .tab-container .tab-content.current .caption p {
  opacity: 1;
  filter: alpha(opacity = 100);
}
.video-container .tab-container .tab-content .play-btn {
  z-index: 3;
  top: 50%;
  margin-top: -44px;
  left: 50%;
  margin-left: -41px;
}
.video-container .tab-container .tab-content .video-thumbnail-bg {
  padding-left: 5px;
}
.video-container .tab-container .tab-content .video-thumbnail-bg img.mobile-video-thumb {
  display: none;
}
.video-container .tab-container .tab-content .video-product {
  400pxposition: absolute;
  bottom: 8px;
  right: 0;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity = 0);
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.video-container .tab-container .tab-content .caption {
  color: #ffffff;
  font-weight: 600;
  padding: 10px 35px 20px;
  position: absolute;
  width: 100%;
  bottom: 5px;
  left: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-image: url('../images/video_caption_bg.png');
  overflow: hidden;
  height: 55px;
  display: block;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2) {
  .video-container .tab-container .tab-content .caption {
    background-image: url("../images/video_caption_bg@2x.png");
    background-size: 460px 57px;
  }
}
@media (min-resolution: 1.5dppx) {
  .video-container .tab-container .tab-content .caption {
    background-image: url("../images/video_caption_bg@2x.png");
    background-size: 460px 57px;
  }
}
.video-container .tab-container .tab-content .caption img {
  display: none;
}
.video-container .tab-container .tab-content .caption p {
  line-height: 1;
  margin-top: -3px;
  width: 325px;
  opacity: 0;
  filter: alpha(opacity = 0);
  -webkit-transition: opacity 1s ease-in;
  -moz-transition: opacity 1s ease-in;
  transition: opacity 1s ease-in;
  /* Safari */
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.video-container .tab-container .tab-content .external-link {
  display: block;
  z-index: 999;
  position: absolute;
}
.video-container aside {
  float: right;
  width: 250px;
  position: relative;
  left: 30px;
}
.video-container aside .vouchers {
  display: inline-block;
  right: -20px;
  top: -10px;
  position: absolute;
}
.video-container aside .vouchers img.mobile-img {
  display: none;
}
.video-container aside article {
  width: 190px;
  margin: 200px 0 0 50px;
}
.video-container aside article h2 {
  font-size: 1.0625em;
  /* 17/16 */
  font-weight: 800;
  text-align: justify;
}
.video-container aside article h2 span {
  font-size: 1.176em;
  /* 20/17*/
  display: block;
}
.video-container aside article .mobile-prize-copy {
  display: none;
}
.video-container aside article .enter-btn {
  margin: 5px 0 0 15px;
  z-index: 1;
}
.decoration-images {
  position: relative;
}
.decoration-images figure.down-arrow {
  background-image: url('../images/sprite2.png');
  background-position: -500px -100px;
  width: 25px;
  height: 27px;
  margin: 30px auto 0;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2) {
  .decoration-images figure.down-arrow {
    background-image: url("../images/sprite2@2x.png");
    background-size: 800px 500px;
  }
}
@media (min-resolution: 1.5dppx) {
  .decoration-images figure.down-arrow {
    background-image: url("../images/sprite2@2x.png");
    background-size: 800px 500px;
  }
}
.decoration-images figure.dash-lines {
  position: absolute;
  left: 180px;
  top: 50px;
  z-index: 1;
}
.decoration-images figure.beans {
  position: absolute;
  top: 25px;
  right: 88px;
}
.decoration-images figure.pine-nuts {
  position: absolute;
  top: -140px;
  right: 70px;
  display: none;
}
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/

/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider-01 a:active,
.flexslider-02 a:active,
.flex-container a:focus,
.flexslider-01 a:focus,
.flexslider-02 a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider-01,
.flexslider-02 {
  margin: 0;
  padding: 0;
}
.flexslider-01 .slides > li,
.flexslider-02 .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider-01 .slides img,
.flexslider-02 .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider-01,
.flexslider-02 {
  position: relative;
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider-01 .slides,
.flexslider-02 .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}
/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 4;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flex-direction-nav .flex-prev {
  left: 30px;
}
.flex-direction-nav .flex-next {
  right: 30px;
  text-align: right;
}
.flexslider-01:hover .flex-prev,
.flexslider-02:hover .flex-prev {
  opacity: 0.7;
  left: 25px;
}
.flexslider-01:hover .flex-next,
.flexslider-02:hover .flex-next {
  opacity: 0.7;
  right: 25px;
}
.flexslider-01:hover .flex-next:hover,
.flexslider-01:hover .flex-prev:hover,
.flexslider-02:hover .flex-next:hover,
.flexslider-02:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
/*.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }*/
/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
}
.flex-control-nav li {
  margin-right: 5px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  display: block;
  cursor: pointer;
  text-indent: -9999px;
}
.flex-control-paging li a.flex-active {
  opacity: 1;
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: 0.7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* Slider
   and customise flexslider
   ----------------------------- */
.home .slider,
.home .slider-02 {
  margin-top: 80px;
}
.home .slider .flexslider-01,
.home .slider-02 .flexslider-01,
.home .slider .flexslider-02,
.home .slider-02 .flexslider-02 {
  margin: 120px 0 60px;
}
.recipesPage .slider {
  margin-top: 220px;
}
.slider,
.slider-02 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.slider h1,
.slider-02 h1 {
  position: absolute;
}
.slider .recipe-btn,
.slider-02 .recipe-btn {
  float: right;
  padding-top: 30px;
  margin-right: 90px;
}
.slider-02 {
  width: 81.25%;
  margin: 0 auto;
}
.slider-02 h1 {
  margin-left: 0;
  font-size: 5em;
  /* 80/16 */
}
.slider-02 article {
  float: none;
  padding: 0;
  margin: 0 auto;
  width: 58.97435897%;
}
.slider-02 article p {
  font-size: 1.4375em;
  /* 23/16 */
  font-weight: bold;
  margin-bottom: 10px;
}
.slider-02 article small {
  font-size: 0.875em;
  /* 14/16 */
}
.slider-02 article small:before {
  content: '';
  display: inline-block;
  background-color: #ffffff;
  width: 14px;
  height: 1px;
  vertical-align: middle;
  margin-right: 5px;
}
.flexslider-01 .slides li figure {
  width: 53.85416667%;
  float: left;
  padding-left: 6.31578947%;
  padding-right: 15px;
}
.flexslider-01 .slides li figure img {
  max-width: 100%;
  width: 100%;
  height: auto;
  max-width: 380px;
  margin-left: auto;
}
@media (min-width: 960px) {
  .flexslider-01 .slides li figure img.product {
    width: auto;
    margin-right: 140px;
    max-height: 300px;
  }
}
.flexslider-01 .slides li article {
  float: right;
  width: 26.5625%;
  padding: 55px 0 0 0 ;
  padding-right: 10.41666667%;
}
.flexslider-01 .slides li article h2 {
  font-size: 2.0625em;
  /* 33/16 */
  font-weight: 800;
  line-height: 1;
}
.flexslider-01 .slides li article p {
  font-weight: 400;
  font-size: 0.875em;
  /* 14/16 */
  margin: 10px 0 20px;
}
.flexslider-01 .slides li article .link-btn p {
  font-weight: 800;
}
.flexslider-01,
.flexslider-02 {
  clear: both;
}
.flexslider-01 .flex-prev,
.flexslider-02 .flex-prev,
.flexslider-01 .flex-next,
.flexslider-02 .flex-next {
  background-image: url('../images/sprite2.png');
  width: 50px;
  height: 53px;
  text-indent: -9999px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2) {
  .flexslider-01 .flex-prev,
  .flexslider-02 .flex-prev,
  .flexslider-01 .flex-next,
  .flexslider-02 .flex-next {
    background-image: url("../images/sprite2@2x.png");
    background-size: 800px 500px;
  }
}
@media (min-resolution: 1.5dppx) {
  .flexslider-01 .flex-prev,
  .flexslider-02 .flex-prev,
  .flexslider-01 .flex-next,
  .flexslider-02 .flex-next {
    background-image: url("../images/sprite2@2x.png");
    background-size: 800px 500px;
  }
}
.flexslider-01 .flex-prev,
.flexslider-02 .flex-prev {
  background-position: -100px -100px;
}
.flexslider-01 .flex-next,
.flexslider-02 .flex-next {
  background-position: -200px -100px;
}
.flexslider-01 .flex-control-paging li:last-child,
.flexslider-02 .flex-control-paging li:last-child {
  margin-right: 0;
}
.flexslider-01 .flex-control-paging li a,
.flexslider-02 .flex-control-paging li a {
  background-image: url('../images/sprite2.png');
  background-position: 0 -100px;
  width: 14px;
  height: 13px;
  opacity: 0.4;
  filter: alpha(opacity = 40);
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2) {
  .flexslider-01 .flex-control-paging li a,
  .flexslider-02 .flex-control-paging li a {
    background-image: url("../images/sprite2@2x.png");
    background-size: 800px 500px;
  }
}
@media (min-resolution: 1.5dppx) {
  .flexslider-01 .flex-control-paging li a,
  .flexslider-02 .flex-control-paging li a {
    background-image: url("../images/sprite2@2x.png");
    background-size: 800px 500px;
  }
}
.flexslider-01 .flex-control-paging li a:hover,
.flexslider-02 .flex-control-paging li a:hover,
.flexslider-01 .flex-control-paging li a.flex-active,
.flexslider-02 .flex-control-paging li a.flex-active {
  opacity: 1;
  filter: alpha(opacity = 100);
}
/* Products
   ----------------------------- */
.products .mobile-products-flexslider ul {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 78.125%;
  text-align: justify;
  width: 750px;
}
.products .mobile-products-flexslider ul:after {
  content: '';
  width: 100%;
  display: inline-block;
}
.products .mobile-products-flexslider ul li {
  display: inline-block;
}
.products .mobile-products-flexslider ul li {
  float: none;
  width: 210px;
  text-align: center;
  margin-bottom: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.products .mobile-products-flexslider ul li figure {
  width: 100%;
}
.products .mobile-products-flexslider ul li figure img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.products .mobile-products-flexslider ul li h2 {
  margin: 20px 0 10px;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.1199em;
  /* 19/16 */
}
.products .mobile-products-flexslider ul li p {
  font-size: 0.875em;
  /* 14/16 */
}
/* Recipes
   ----------------------------- */
.recipes {
  margin-top: 55px;
}
.recipes ul {
  width: 85.41666667%;
  margin: 5px auto 0;
}
.recipes ul li {
  width: 30.85365854%;
  float: left;
  margin: 0 0 35px 0;
  margin-right: 3.41463415%;
  height: 400px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.recipes ul li:nth-child(3n) {
  margin-right: 0!important;
}
.recipes ul li a:hover {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.recipes ul li a:hover > h3 {
  text-decoration: underline;
  color: #475b0a;
}
.recipes ul li a:hover > figure:before {
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  opacity: 0.3;
  filter: alpha(opacity = 30);
}
.recipes ul li a:hover > .link-btn p {
  color: #475b0a;
}
.recipes ul li a:hover > .link-btn:before {
  background: #475b0a;
}
.recipes ul li figure {
  position: relative;
  width: 100%;
  height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  opacity: 1;
  filter: alpha(opacity = 100);
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.recipes ul li figure img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.recipes ul li figure:before,
.recipes ul li figure:after {
  content: '';
  width: 101%;
  height: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  top: -2px;
  left: -1px;
  z-index: 1;
}
.recipes ul li figure:before {
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity = 0);
  background-image: url('../images/recipes_hover_overlay@2x.png');
}
.recipes ul li figure:after {
  background-image: url('../images/white_border@2x.png');
}
.recipes ul li h3 {
  margin: 15px 0 10px 10px;
  font-weight: 800;
  font-size: 1.0625em;
  /* 17/16 */
  line-height: 1.2;
  color: #ffffff;
}
.recipes ul li p {
  font-size: 0.875em;
  /* 14/16 */
  margin-left: 10px;
  font-weight: 400;
  color: #ffffff;
}
.recipes ul li .link-btn {
  margin: 10px 0 0 10px;
  display: inline-block;
}
.recipes ul li .link-btn p {
  font-weight: 800;
  margin-left: 5px;
  -webkit-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}
.no-results {
  text-align: center;
}
.more-recipes {
  text-align: center;
}
.more-recipes h2 {
  font-size: 2em;
  /* 32/16 */
  color: #475b0a;
  font-weight: 800;
}
.more-recipes a {
  display: inline-block;
  background-image: url('../images/sprite2.png');
  background-position: -100px -200px;
  width: 232px;
  height: 37px;
  line-height: 37px;
  margin: 30px 0 80px;
  font-weight: 600;
  color: #96c111;
  -webkit-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
  position: relative;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2) {
  .more-recipes a {
    background-image: url("../images/sprite2@2x.png");
    background-size: 800px 500px;
  }
}
@media (min-resolution: 1.5dppx) {
  .more-recipes a {
    background-image: url("../images/sprite2@2x.png");
    background-size: 800px 500px;
  }
}
.more-recipes a:before,
.more-recipes a:after {
  position: absolute;
  content: "";
  background-image: url('../images/sprite2.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2) {
  .more-recipes a:before,
  .more-recipes a:after {
    background-image: url("../images/sprite2@2x.png");
    background-size: 800px 500px;
  }
}
@media (min-resolution: 1.5dppx) {
  .more-recipes a:before,
  .more-recipes a:after {
    background-image: url("../images/sprite2@2x.png");
    background-size: 800px 500px;
  }
}
.more-recipes a:before {
  background-position: -100px -250px;
  width: 92px;
  height: 27px;
  left: -200px;
}
.more-recipes a:after {
  background-position: -200px -250px;
  width: 75px;
  height: 43px;
  right: -200px;
}
.more-recipes a span {
  position: relative;
  font-weight: 800;
}
.more-recipes a span:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  background: transparent;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.more-recipes a:hover {
  color: #475b0a;
}
.more-recipes a:hover span:after {
  height: 1px;
  background: #475b0a;
}
/* Recipe single
   ----------------------------- */
.recipe-single-main {
  position: relative;
  margin: 10% auto 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.recipe-single-main h3 {
  font-size: 1.1875em;
  /* 19/16 */
  color: #475b0a;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.recipe-single-main .method {
  position: relative;
  width: 57.29166667%;
  float: right;
  padding-right: 9.375%;
}
.recipe-single-main .method h2 {
  font-size: 2.75em;
  /* 44/16 */
  font-weight: 800;
  line-height: 1;
  width: 89.09090909%;
  margin-bottom: 20px;
}
.recipe-single-main .method ul li {
  float: left;
  display: table;
  height: auto;
  margin: 0 30px 15px 0;
}
.recipe-single-main .method ul li p {
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.recipe-single-main .method ul li.serves,
.recipe-single-main .method ul li.prep-time,
.recipe-single-main .method ul li.cook-time,
.recipe-single-main .method ul li#print {
  -webkit-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}
.recipe-single-main .method ul li.serves:before,
.recipe-single-main .method ul li.prep-time:before,
.recipe-single-main .method ul li.cook-time:before,
.recipe-single-main .method ul li#print:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  background-image: url('../images/sprite2.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2) {
  .recipe-single-main .method ul li.serves:before,
  .recipe-single-main .method ul li.prep-time:before,
  .recipe-single-main .method ul li.cook-time:before,
  .recipe-single-main .method ul li#print:before {
    background-image: url("../images/sprite2@2x.png");
    background-size: 800px 500px;
  }
}
@media (min-resolution: 1.5dppx) {
  .recipe-single-main .method ul li.serves:before,
  .recipe-single-main .method ul li.prep-time:before,
  .recipe-single-main .method ul li.cook-time:before,
  .recipe-single-main .method ul li#print:before {
    background-image: url("../images/sprite2@2x.png");
    background-size: 800px 500px;
  }
}
.recipe-single-main .method ul li.serves:before {
  background-position: -350px -100px;
  width: 10px;
  height: 17px;
}
.recipe-single-main .method ul li.serves p {
  margin-left: 12px;
}
.recipe-single-main .method ul li.prep-time:before,
.recipe-single-main .method ul li.cook-time:before {
  background-position: -300px -100px;
  width: 17px;
  height: 17px;
}
.recipe-single-main .method ul li#print {
  cursor: pointer;
}
.recipe-single-main .method ul li#print:before {
  background-position: -400px -100px;
  width: 14px;
  height: 12px;
}
.recipe-single-main .method ul li#print:hover {
  color: #475b0a;
}
.recipe-single-main .method ul li#print:hover:before {
  background-position: -400px -150px;
}
.recipe-single-main .method ul li.share:before {
  background: none;
}
.recipe-single-main .method ul li.share p {
  margin-right: 1em;
}
.share div {
  float: left;
  line-height: 24px;
  display: inline;
}
.share figure {
  float: left;
  margin-left: 5px;
}
.share figure a {
  display: table-cell;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background-image: url('../images/sprite2.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2) {
  .share figure a {
    background-image: url("../images/sprite2@2x.png");
    background-size: 800px 500px;
  }
}
@media (min-resolution: 1.5dppx) {
  .share figure a {
    background-image: url("../images/sprite2@2x.png");
    background-size: 800px 500px;
  }
}
.share .twitter a {
  background-position: -50px -200px;
}
.share .twitter a:hover {
  background-position: -50px -250px;
}
.share .facebook a {
  background-position: -50px -150px;
}
.share .facebook a:hover {
  background-position: 0 -250px;
}
.share .facebook a {
  background-position: -50px -150px;
}
.share .facebook a:after {
  background-position: -50px -150px;
}
.share .facebook a:hover:after {
  background-position: 0 -250px;
}
.pinterest {
  position: relative;
  display: inline-block;
  background-image: url('../images/sprite2.png');
  display: table-cell;
  vertical-align: middle;
  float: left;
  width: 28px;
  height: 24px;
  background-position: 0 -150px;
  overflow: hidden;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2) {
  .pinterest {
    background-image: url("../images/sprite2@2x.png");
    background-size: 800px 500px;
  }
}
@media (min-resolution: 1.5dppx) {
  .pinterest {
    background-image: url("../images/sprite2@2x.png");
    background-size: 800px 500px;
  }
}
.pinterest:hover {
  background-position: 0 -200px;
}
.pinterest a,
.pinterest span {
  opacity: 0;
  filter: alpha(opacity = 0);
}
.ingredients {
  width: 100%;
  padding-left: 17.70833333%;
  padding-right: 13.54166667%;
  margin-top: 100px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  display: table;
}
.ingredients .vertical-align {
  vertical-align: middle;
  display: inline-block;
}
.ingredients .vertical-align.left-column {
  width: 66.66666667%;
}
.ingredients .vertical-align.right-column {
  text-align: center;
  width: 31.06060606%;
}
.ingredients ul {
  float: left;
}
.ingredients .product-image {
  width: 100%;
  float: left;
  opacity: 0;
  filter: alpha(opacity = 0);
  vertical-align: middle;
}
.ingredients .product-image img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.hero-image {
  position: absolute;
  top: -10px;
  opacity: 0;
  filter: alpha(opacity = 0);
}
.hero-image .inner-hero-image {
  position: relative;
}
.hero-image .inner-hero-image img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.hero-image .inner-hero-image .video {
  position: absolute;
  right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.hero-image .inner-hero-image .video.play-btn-Layout1,
.hero-image .inner-hero-image .video.play-btn-Layout3 {
  background-image: url('../images/watch_video_overlay_bg1.png');
  width: 179px;
  height: 210px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2) {
  .hero-image .inner-hero-image .video.play-btn-Layout1,
  .hero-image .inner-hero-image .video.play-btn-Layout3 {
    background-image: url("../images/watch_video_overlay_bg1@2x.png");
    background-size: 179px 210px;
  }
}
@media (min-resolution: 1.5dppx) {
  .hero-image .inner-hero-image .video.play-btn-Layout1,
  .hero-image .inner-hero-image .video.play-btn-Layout3 {
    background-image: url("../images/watch_video_overlay_bg1@2x.png");
    background-size: 179px 210px;
  }
}
.hero-image .inner-hero-image .video.play-btn-Layout1 {
  top: 10px;
  padding: 20px 15px 25px;
}
.hero-image .inner-hero-image .video.play-btn-Layout1 p {
  height: 41px;
  width: 90px;
  padding-left: 51px;
}
.hero-image .inner-hero-image .video.play-btn-Layout1 a {
  margin-right: 10px;
  left: 25px;
}
.hero-image .inner-hero-image .video.play-btn-Layout2 {
  top: 70px;
  background-image: url('../images/watch_video_overlay_bg2.png');
  width: 179px;
  height: 86px;
  padding: 20px 10px 25px 80px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2) {
  .hero-image .inner-hero-image .video.play-btn-Layout2 {
    background-image: url("../images/watch_video_overlay_bg2@2x.png");
    background-size: 179px 86px;
  }
}
@media (min-resolution: 1.5dppx) {
  .hero-image .inner-hero-image .video.play-btn-Layout2 {
    background-image: url("../images/watch_video_overlay_bg2@2x.png");
    background-size: 179px 86px;
  }
}
.hero-image .inner-hero-image .video.play-btn-Layout2 p {
  width: 85px;
}
.hero-image .inner-hero-image .video.play-btn-Layout2 a {
  left: 35px;
}
.hero-image .inner-hero-image .video.play-btn-Layout3 {
  top: 15px;
  padding: 60px 15px 0 0;
}
.hero-image .inner-hero-image .video.play-btn-Layout3 p {
  width: 40px;
}
.hero-image .inner-hero-image .video.play-btn-Layout3 a {
  top: 15px;
  right: 15px;
}
.hero-image .inner-hero-image .video p {
  font-size: 0.875em;
  /* 14/16 */
  font-weight: 800;
  display: table-cell;
  vertical-align: middle;
  float: right;
}
.hero-image .inner-hero-image .video a {
  content: '';
  display: table-cell;
  vertical-align: middle;
  position: absolute;
  z-index: 2;
}
/* Win page
   ----------------------------- */
.winPage .main {
  position: relative;
  margin: 0 auto;
}
.winPage .main article p {
  width: 69.27083333%;
  font-size: 1.125em;
  /* 18/16 */
  text-align: center;
  margin: 0 auto;
}
.winPage .main article .win-image {
  float: none;
  width: 70%;
  position: relative;
  margin: 0 auto;
}
.winPage .main article .win-image img {
  width: 100%;
}
.winPage .main article form {
  float: none;
  width: 61.97916667%;
  margin: 0 auto;
  position: relative;
}
.winPage .main article #win-thanks {
  text-align: center;
  display: none;
  width: 52.08333333%;
  margin-bottom: 135px;
  margin: 0 auto 135px;
  float: none;
}
.winPage .main article #win-thanks h3 {
  color: #475b0a;
  font-size: 1.8125em;
  /* 29/16 */
  font-weight: 600;
}
.winPage .main article #win-thanks h2 {
  font-size: 2.4em;
  /* 44/16 */
  margin: 30px auto 20px;
  width: auto;
}
.winPage .main article #win-thanks h2 br {
  display: none;
}
.winPage .main article #win-thanks p {
  display: block!important;
  text-align: center;
  width: 100%;
}
.winPage .main article #win-thanks ul {
  width: 74.7826087%;
  margin: 50px auto 0;
}
.winPage .main article #win-thanks ul li.facebook-share,
.winPage .main article #win-thanks ul li.email-share {
  width: 50%;
  float: left;
  text-align: center;
}
.winPage .main article #win-thanks ul li.facebook-share a,
.winPage .main article #win-thanks ul li.email-share a {
  display: inline-block;
}
.winPage .main article #win-thanks ul li.facebook-share a p,
.winPage .main article #win-thanks ul li.email-share a p {
  font-size: 1em;
  color: #ffffff;
}
.winPage .main article #win-thanks ul li.facebook-share a:before,
.winPage .main article #win-thanks ul li.email-share a:before {
  content: '';
  display: inline-block;
  height: 60px;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */
}
.winPage .main article #win-thanks ul li.facebook-share a figure,
.winPage .main article #win-thanks ul li.email-share a figure {
  display: inline-block;
  vertical-align: middle;
  background-image: url('../images/sprite2.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2) {
  .winPage .main article #win-thanks ul li.facebook-share a figure,
  .winPage .main article #win-thanks ul li.email-share a figure {
    background-image: url("../images/sprite2@2x.png");
    background-size: 800px 500px;
  }
}
@media (min-resolution: 1.5dppx) {
  .winPage .main article #win-thanks ul li.facebook-share a figure,
  .winPage .main article #win-thanks ul li.email-share a figure {
    background-image: url("../images/sprite2@2x.png");
    background-size: 800px 500px;
  }
}
.winPage .main article #win-thanks ul li.facebook-share {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 2px solid rgba(71, 91, 10, 0.4);
}
.winPage .main article #win-thanks ul li.share-more-recipes {
  clear: both;
  padding-top: 0;
  text-align: center;
}
.winPage .main article #win-thanks ul li.share-more-recipes a {
  font-weight: 800;
  color: #ffffff;
  text-decoration: underline;
  -webkit-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}
.winPage .main article #win-thanks ul li.share-more-recipes a:hover {
  color: #475b0a;
}
.winPage .main article #win-thanks ul li.share-more-recipes a:before {
  content: '';
  background-image: url('../images/sprite2.png');
  background-position: -300px -150px;
  width: 55px;
  height: 8px;
  display: block;
  margin: 0 auto 45px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2) {
  .winPage .main article #win-thanks ul li.share-more-recipes a:before {
    background-image: url("../images/sprite2@2x.png");
    background-size: 800px 500px;
  }
}
@media (min-resolution: 1.5dppx) {
  .winPage .main article #win-thanks ul li.share-more-recipes a:before {
    background-image: url("../images/sprite2@2x.png");
    background-size: 800px 500px;
  }
}
form br {
  display: none;
}
form h2 {
  font-size: 2.125em;
  /* 34/16 */
  margin-bottom: 30px;
}
form p {
  width: auto!important;
  text-align: left!important;
}
form label {
  font-size: 1em;
}
form label,
form span.wpcf7-form-control-wrap {
  display: table-cell;
  height: auto;
  vertical-align: middle;
}
form label input.wpcf7-not-valid,
form span.wpcf7-form-control-wrap input.wpcf7-not-valid,
form label textarea.wpcf7-not-valid,
form span.wpcf7-form-control-wrap textarea.wpcf7-not-valid {
  border: 2px solid #ec1c24;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background-position: right 0.5em center;
  background-size: 12px 12px;
  background-image: url('../images/exclamation.png');
  background-repeat: no-repeat;
  display: inline-block;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2) {
  form label input.wpcf7-not-valid,
  form span.wpcf7-form-control-wrap input.wpcf7-not-valid,
  form label textarea.wpcf7-not-valid,
  form span.wpcf7-form-control-wrap textarea.wpcf7-not-valid {
    background-image: url("../images/exclamation@2x.png");
    background-size: 12px 12px;
  }
}
@media (min-resolution: 1.5dppx) {
  form label input.wpcf7-not-valid,
  form span.wpcf7-form-control-wrap input.wpcf7-not-valid,
  form label textarea.wpcf7-not-valid,
  form span.wpcf7-form-control-wrap textarea.wpcf7-not-valid {
    background-image: url("../images/exclamation@2x.png");
    background-size: 12px 12px;
  }
}
form label textarea,
form span.wpcf7-form-control-wrap textarea {
  background-position: right 0.5em top 0.5em;
}
form label textarea.wpcf7-not-valid,
form span.wpcf7-form-control-wrap textarea.wpcf7-not-valid {
  background-position: right 0.5em top 0.5em;
}
form fieldset {
  width: 100%;
}
form fieldset div {
  display: table;
  height: auto;
  margin-bottom: 20px;
}
form fieldset div.green-placeholder span {
  position: absolute;
  color: #87a509;
  line-height: 40px;
  padding-left: 0.5em;
}
form fieldset div.green-placeholder span.telephone {
  width: 40px;
}
form fieldset div.green-placeholder span.hash {
  width: 25px;
}
form fieldset div.green-placeholder input[type="tel"] {
  padding-left: 40px;
}
form fieldset div.green-placeholder input[type="text"] {
  padding-left: 25px;
}
form fieldset input[type="text"],
form fieldset input[type="tel"],
form fieldset input[type="email"],
form fieldset textarea,
form fieldset .custom-select-menu label,
form fieldset .selectboxit {
  background-color: #96c111;
  -webkit-border-radius: 0.3125em;
  -moz-border-radius: 0.3125em;
  border-radius: 0.3125em;
  /* 5/16 */
  border: none;
  padding: 0.5em;
  /* 8/16 */
  width: 100%;
  color: #ffffff;
  font: normal 1em "proxima-nova";
  font-weight: 400;
  border: 2px solid #96c111;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background-position: right 0.5em center;
  background-size: 12px 12px;
}
form fieldset input[type="text"].parsley-error,
form fieldset input[type="tel"].parsley-error,
form fieldset input[type="email"].parsley-error,
form fieldset textarea.parsley-error,
form fieldset .custom-select-menu label.parsley-error,
form fieldset .selectboxit.parsley-error {
  border: 2px solid #ec1c24;
  background-image: url('../images/exclamation.png');
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2) {
  form fieldset input[type="text"].parsley-error,
  form fieldset input[type="tel"].parsley-error,
  form fieldset input[type="email"].parsley-error,
  form fieldset textarea.parsley-error,
  form fieldset .custom-select-menu label.parsley-error,
  form fieldset .selectboxit.parsley-error {
    background-image: url("../images/exclamation@2x.png");
    background-size: 12px 12px;
  }
}
@media (min-resolution: 1.5dppx) {
  form fieldset input[type="text"].parsley-error,
  form fieldset input[type="tel"].parsley-error,
  form fieldset input[type="email"].parsley-error,
  form fieldset textarea.parsley-error,
  form fieldset .custom-select-menu label.parsley-error,
  form fieldset .selectboxit.parsley-error {
    background-image: url("../images/exclamation@2x.png");
    background-size: 12px 12px;
  }
}
form fieldset.user-info label {
  width: 80px;
}
form fieldset.user-info div {
  width: 45.37815126%;
  float: right;
}
form fieldset.user-info div:first-of-type {
  float: left;
}
form fieldset.user-info div span.wpcf7-form-control-wrap {
  width: 74.07407407%;
}
form fieldset.user-info.full-width {
  margin-bottom: 20px;
}
form fieldset.user-info.full-width div {
  margin-bottom: 0;
  width: 100%;
}
form fieldset.user-info.full-width div span.wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}
form fieldset.user-info.full-width div small {
  float: right;
}
form fieldset.user-info.full-width div small a {
  color: #475b0a;
  text-decoration: underline;
  -webkit-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
  font-size: 0.8125em;
  /* 13/16 */
}
form fieldset.user-info.full-width div small a:hover {
  color: #ffffff;
}
#entry-form .full-width label {
  padding-bottom: 8px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  form fieldset input[type="text"],
  form fieldset input[type="tel"],
  form fieldset input[type="email"],
  form fieldset textarea,
  form fieldset .custom-select-menu label {
    font-weight: 300;
  }
}
/* iCheck plugin Flat skin, green
----------------------------------- */
.icheckbox_flat-green {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 29px;
  height: 29px;
  background-image: url('../images/sprite.png') no-repeat;
  border: none;
  cursor: pointer;
  background-position: -350px -250px;
}
.icheckbox_flat-green.checked {
  background-position: -400px -250px;
}
.icheckbox_flat-green.disabled {
  background-position: 350px -250px;
  cursor: default;
}
.icheckbox_flat-green.checked.disabled {
  background-position: 350px -250px;
}
.parsley-errors-list,
.wpcf7-not-valid-tip,
.wpcf7-validation-errors,
.parsley-errors-list,
.wpcf7-response-output {
  display: none!important;
}
.wpcf7-not-valid + .custom-select-menu label {
  border: 2px solid #ec1c24;
}
.wpcf7-not-valid > .wpcf7-list-item > .icheckbox_flat-green {
  background-position: -450px -250px;
}
.wpcf7-not-valid > .wpcf7-list-item > .icheckbox_flat-green.checked {
  background-position: -400px -250px;
}
.bottom-row {
  position: relative;
  margin-top: 30px;
}
.bottom-row .checkboxes {
  width: 420px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-bottom: 5%;
}
.bottom-row .checkboxes div {
  margin-bottom: 5px;
}
.bottom-row .checkboxes div .icheckbox_flat-green {
  background-image: url('../images/sprite2.png');
  float: left;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2) {
  .bottom-row .checkboxes div .icheckbox_flat-green {
    background-image: url("../images/sprite2@2x.png");
    background-size: 800px 500px;
  }
}
@media (min-resolution: 1.5dppx) {
  .bottom-row .checkboxes div .icheckbox_flat-green {
    background-image: url("../images/sprite2@2x.png");
    background-size: 800px 500px;
  }
}
.bottom-row .checkboxes div .icheckbox_flat-green.parsley-error {
  background-position: -450px -250px;
}
.bottom-row .checkboxes div .icheckbox_flat-green.parsley-error.checked {
  background-position: -400px -250px;
}
.bottom-row .checkboxes div label {
  padding-left: 10px;
  width: 370px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.bottom-row .checkboxes div label a {
  color: #ffffff;
  text-decoration: underline;
  -webkit-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}
.bottom-row .checkboxes div label a:hover {
  color: #475b0a;
}
.bottom-row button[type="submit"] {
  position: absolute;
  bottom: 20px;
  right: 0;
}
.bottom-row button[type="submit"]:disabled {
  text-indent: 0;
  font-size: 1em;
  color: #000;
}
span.wpcf7-list-item {
  margin-left: 0!important;
}
/* Contact page
   ----------------------------- */
.contactPage .main {
  margin: 260px auto 45px;
}
.contactPage .main article {
  width: 65.625%;
  margin: 0 auto;
}
.contactPage .main article p {
  margin: 0 auto;
  text-align: center;
  font-size: 1.125em;
  margin-bottom: 20px;
}
.contactPage .main article form {
  width: 53.96825397%;
  float: left;
  margin-top: 60px;
}
.contactPage .main article form fieldset {
  margin-bottom: 15px;
}
.contactPage .main article form fieldset.full-width label {
  width: 100%;
  display: block;
}
.contactPage .main article form fieldset.full-width select {
  margin-bottom: 5px;
}
.contactPage .main article form fieldset label {
  width: 16.17647059%;
  line-height: 40px;
  float: left;
}
.contactPage .main article form fieldset span.wpcf7-form-control-wrap {
  width: 76.47058824%;
  float: right;
}
.contactPage .main article form fieldset span.wpcf7-form-control-wrap.about {
  width: 100%;
  display: block;
}
.contactPage .main article form .textarea-label {
  vertical-align: top;
}
.contactPage .main article form input[type="submit"],
.contactPage .main article form button[type="submit"] {
  float: right;
}
.contactPage .main article aside {
  float: right;
  width: 34.92063492%;
  margin-top: 60px;
}
.contactPage .main article aside h2 {
  font-size: 1.5em;
  /* 24/16 */
}
.contactPage .main article aside h2:after {
  content: '';
  background-image: url('../images/sprite2.png');
  width: 55px;
  height: 8px;
  display: block;
  margin: 20px 0;
  background-position: -300px -150px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2) {
  .contactPage .main article aside h2:after {
    background-image: url("../images/sprite2@2x.png");
    background-size: 800px 500px;
  }
}
@media (min-resolution: 1.5dppx) {
  .contactPage .main article aside h2:after {
    background-image: url("../images/sprite2@2x.png");
    background-size: 800px 500px;
  }
}
.contactPage .main article aside .toll-free-number {
  margin-bottom: 10px;
}
.contactPage .main article aside .toll-free-number:before {
  content: '';
  background-image: url('../images/sprite2.png');
  width: 13px;
  height: 17px;
  display: table-cell;
  margin-right: 5px;
  background-position: -450px -100px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2) {
  .contactPage .main article aside .toll-free-number:before {
    background-image: url("../images/sprite2@2x.png");
    background-size: 800px 500px;
  }
}
@media (min-resolution: 1.5dppx) {
  .contactPage .main article aside .toll-free-number:before {
    background-image: url("../images/sprite2@2x.png");
    background-size: 800px 500px;
  }
}
.contactPage .main article aside .toll-free-number p,
.contactPage .main article aside .toll-free-number a {
  color: #ffffff;
  display: table-cell;
  vertical-align: middle;
  line-height: 17px;
  padding-left: 5px;
  position: relative;
}
.contactPage .main article aside .toll-free-number a {
  cursor: grab!important;
}
.contactPage .main article aside p {
  text-align: left;
  font-size: 1em;
}
.contactPage .main article aside hr {
  height: 60px;
  border: none;
}
/* SelectBoxIt
   ----------------------------- */
.custom-select-box-it-container {
  width: 45.37815126%;
}
.custom-select-box-it-container .parsley-errors-list.filled + .selectboxit-container .selectboxit {
  border: 2px solid #ec1c24;
}
.selectboxit-container * {
  /* Prevents text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap;
}
.selectboxit-arrow-container {
  /* Positions the down arrow */
  border-top: 6px solid #475b0a;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  position: absolute;
  right: 10px;
  top: 15px;
}
.selectboxit-container {
  position: relative;
  display: block;
  cursor: pointer;
}
.selectboxit-container .selectboxit {
  display: block;
}
.selectboxit-container .selectboxit:hover {
  color: rgba(71, 91, 10, 0.8);
}
.selectboxit-container .selectboxit:hover > .selectboxit-arrow-container {
  border-top: 6px solid rgba(71, 91, 10, 0.6);
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.selectboxit-container .selectboxit-options {
  display: none;
  position: absolute;
  z-index: 1;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: scroll;
  /* Allow it to scroll vertically. */
  width: 250px;
  /* Set a width equal to the label. */
  background-color: #96c111;
  -webkit-border-radius: 0.3125em;
  -moz-border-radius: 0.3125em;
  border-radius: 0.3125em;
  width: 100%;
}
.selectboxit-container .selectboxit-options li {
  padding: 5px 10px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
.selectboxit-container .selectboxit-options li:hover {
  color: #475b0a;
  background-color: rgba(71, 91, 10, 0.3);
}
/* Disqus comment
   ----------------------------- */
.disqus-comment-container {
  width: 47.91666667%;
  margin-left: 17.70833333%;
  margin-top: 30px;
  display: inline-block;
  background-color: rgba(71, 91, 10, 0.3);
  padding: 2%;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  /* 8/16 */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.disqus-comment-container h2 {
  color: #ffffff;
  font-weight: 800;
  font-style: normal;
  font-size: 1.125em;
  /* 18/16 */
  margin-bottom: 20px;
}
#disqus_thread {
  color: #ffffff !important;
}
#disqus_thread a {
  color: #ffffff !important;
}
.textarea-wrapper,
.dropdown-menu {
  background: #ffffff !important;
}
#top-users .top-user {
  border-radius: 0!important;
}
.textarea-wrapper .placeholder {
  font-size: 1em!important;
}
/* Pop Up and Overlay
   ----------------------------- */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#B2000000', endColorstr='#B2000000');
  /* IE */
  display: none;
}
#pop-up {
  display: none;
  position: fixed;
  z-index: 6;
  top: 50%;
  left: 50%;
  width: 52%;
  max-width: 520px;
  height: auto;
  border-width: 0.625em;
  /* 5/16 */
  /* 20/16 */
  /* 10/16 */
  border-style: solid;
  -webkit-border-image: url('../images/pop_up_border@2x.png') 30 30 fill stretch;
  /* Safari 3.1-5 */
  -moz-border-image: url('../images/pop_up_border@2x.png') 30 30 fill stretch;
  -o-border-image: url('../images/pop_up_border@2x.png') 30 30 fill stretch;
  /* Opera 11-12.1 */
  border-image: url('../images/pop_up_border@2x.png') 30 30 fill stretch;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
#pop-up.on-article {
  width: 100%;
  max-width: 680px;
  height: 600px;
}
#pop-up.on-article .inner-pop-up {
  top: 5%;
  padding: 0 5%;
  height: 90%;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
#pop-up.on-article h2,
#pop-up.on-article h6 {
  display: none;
}
#pop-up .inner-pop-up {
  position: relative;
  padding: 35px 30px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#pop-up .inner-pop-up .bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}
#pop-up .inner-pop-up h2,
#pop-up .inner-pop-up h6 {
  color: #475b0a;
  text-transform: uppercase;
}
#pop-up .inner-pop-up h2 {
  font-size: 1.6875em;
  /* 27/16 */
  font-weight: 800;
}
#pop-up .inner-pop-up h6 {
  font-size: 1.4375em;
  /* 23/16 */
  font-weight: 600;
}
#pop-up article.terms-n-policy {
  display: none;
  color: #475b0a;
}
#pop-up article.terms-n-policy h3 {
  color: #475b0a;
  text-transform: uppercase;
  font-size: 1.6875em;
  /* 27/16 */
  font-weight: 800;
  margin-bottom: 15px;
}
#pop-up article.terms-n-policy p {
  font-size: 1em;
  color: #475b0a;
  text-align: left;
  margin-bottom: 10px;
}
#pop-up article.terms-n-policy td {
  padding: 10px;
}
/* Table inside terms and con
   ----------------------------- */
table {
  margin: 5% 0;
  border: 1px solid #96c111;
  border-collapse: collapse;
}
table th,
table td {
  border: 1px solid #96c111;
  padding: 5px;
}
/* Share Email form
   ----------------------------- */
#share-email-form {
  margin-top: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
}
#share-email-form div {
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #475b0a;
  float: left;
}
#share-email-form div:first-child {
  padding-right: 4.54545455%;
}
#share-email-form div:last-child {
  padding-left: 4.54545455%;
}
#share-email-form div label {
  font-size: 1em;
  display: block;
  text-align: left;
  margin: 0 0 5px 1px;
}
#share-email-form div input {
  display: block;
  -webkit-border-radius: 0.3125em;
  -moz-border-radius: 0.3125em;
  border-radius: 0.3125em;
  /* 5/16 */
  border: 1px solid #96c111;
  padding: 0.625em;
  /* 10/16 */
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #475b0a;
  font-size: 1em;
  background-position: right 0.5em center;
  background-size: 12px 12px;
}
#share-email-form div input.parsley-error {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background-position: right 0.5em center;
  border: 1px solid #ec1c24;
  background-image: url('../images/exclamation.png');
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2) {
  #share-email-form div input.parsley-error {
    background-image: url("../images/exclamation@2x.png");
    background-size: 12px 12px;
  }
}
@media (min-resolution: 1.5dppx) {
  #share-email-form div input.parsley-error {
    background-image: url("../images/exclamation@2x.png");
    background-size: 12px 12px;
  }
}
#share-email-form .submit-btn {
  margin-top: 20px;
  float: right;
}
/* Customise the lightbox
   ----------------------------- */
#html5-lightbox #html5-watermark {
  display: none!important;
}
#html5-lightbox .ytp-large-play-button {
  background-color: red!important;
}
#html5-lightbox #html5-close img {
  display: none!important;
}
.wonderplugin-engine,
.ui-loader {
  display: none;
}
/* Footer
   ----------------------------- */
footer {
  position: relative;
  background-color: #282525;
  padding: 45px 0 50px;
  text-align: center;
  margin-top: -191px;
  height: 191px;
  clear: both;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
footer .footer-nav {
  margin: 0 auto;
  width: 40%;
  text-align: justify;
  width: auto;
  max-width: 280px;
}
footer .footer-nav:after {
  content: '';
  width: 100%;
  display: inline-block;
}
footer .footer-nav li {
  display: inline-block;
}
footer .footer-nav li a {
  color: #ffffff;
  font-weight: 800;
  font-size: 0.875em;
  /* 14/16 */
}
footer .terms-and-con {
  margin: 0 auto 5px;
  max-width: auto;
  display: inline-block;
}
footer .terms-and-con li {
  float: left;
  display: table;
  height: 25px;
}
footer .terms-and-con li:first-child:after {
  content: '|';
  color: #ffffff;
  font-size: 1.125em;
  /* 18/16 */
  padding: 0 5px;
  vertical-align: middle;
}
footer .terms-and-con li a {
  color: #ffffff;
  font-size: 0.75em;
  /* 12/16 */
  vertical-align: middle;
}
footer small {
  display: block;
  font-size: 0.75em;
  /* 12/16 */
}
footer small a {
  color: #ffffff;
}
#back-to-top {
  position: absolute;
  right: -125px;
  bottom: 226px;
  background-image: url('../images/sprite2.png');
  background-position: -350px 0;
  width: 125px;
  height: 50px;
  cursor: pointer;
  opacity: 0.2;
  filter: alpha(opacity = 20);
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2) {
  #back-to-top {
    background-image: url("../images/sprite2@2x.png");
    background-size: 800px 500px;
  }
}
@media (min-resolution: 1.5dppx) {
  #back-to-top {
    background-image: url("../images/sprite2@2x.png");
    background-size: 800px 500px;
  }
}
#back-to-top:hover {
  opacity: 0.6;
  filter: alpha(opacity = 60);
}
/*Opera Fix*/
body:before {
  /* thanks to Maleika (Kohoutec)*/
  content: "";
  height: 100%;
  float: left;
  width: 0;
  margin-top: -32767px;
  /* thank you Erik J - negate effect of float*/
}
/* IE8 and 9
   ----------------------------- */
.lt-ie9 .preloader {
  display: none!important;
}
.ie9 #pop-up,
.lt-ie9 #pop-up {
  border: none;
}
.ie9 #pop-up .close-btn,
.lt-ie9 #pop-up .close-btn {
  right: -10px;
  top: -10px;
}
.ie9 #pop-up .inner-pop-up .ie8n9-bg,
.lt-ie9 #pop-up .inner-pop-up .ie8n9-bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ie9 #pop-up .inner-pop-up .ie8n9-bg img,
.lt-ie9 #pop-up .inner-pop-up .ie8n9-bg img {
  width: 100%;
  height: 100%;
}
.ie9 #pop-up .inner-pop-up h2,
.lt-ie9 #pop-up .inner-pop-up h2,
.ie9 #pop-up .inner-pop-up h6,
.lt-ie9 #pop-up .inner-pop-up h6,
.ie9 #pop-up .inner-pop-up form,
.lt-ie9 #pop-up .inner-pop-up form {
  position: relative;
}
.lt-ie9 .overlay {
  display: block;
}
.lt-ie9 #pop-up {
  display: block;
  width: 525px;
  margin-left: -262px;
  height: 290px;
  margin-top: -145px;
}
.lt-ie9 #pop-up .inner-pop-up h2 {
  font-size: 1.3125em;
  /* 21/16 */
}
.lt-ie9 #pop-up .inner-pop-up h6 {
  font-size: 1.1875em;
  /* 19/16 */
  width: 80%;
  margin: 0 auto;
}
.lt-ie9 #pop-up .inner-pop-up #share-email-form {
  display: none;
}
/* 404 and custom template
   ----------------------------- */
.error-main,
.custom-template-main {
  width: 58.85416667%;
}
.error-main h3,
.custom-template-main h3 {
  font-size: 2.5625em;
  /* 41/16 */
}
.error-main h2,
.custom-template-main h2 {
  color: #475b0a;
  font-size: 2em;
  /* 32/16 */
  margin-bottom: 10px;
}
.error-main {
  margin: 350px auto 120px;
  text-align: center;
}
.custom-template-main {
  margin: 290px auto 60px;
}
/* Desktop only
   ----------------------------- */
#mobile-menu,
.mobile-frame .mobile-frame-img,
.mobile-video-container-bg,
.mobile-glow,
.ie8n9-bg {
  display: none;
}
/* Media Queries
   ----------------------------- */
@media only screen and (max-width: 1280px) {
  #entry-form fieldset.user-info label {
    display: block;
  }
  .bottom-row button[type="submit"] {
    position: relative;
    float: right;
    clear: both;
  }
  .flexslider-01 .flex-prev,
  .flexslider-02 .flex-prev,
  .flexslider-01 .flex-next,
  .flexslider-02 .flex-next {
    opacity: 0.7;
    filter: alpha(opacity = 70);
  }
  .flexslider-01:hover .flex-prev,
  .flexslider-02:hover .flex-prev {
    left: 30px;
  }
  .flexslider-01:hover .flex-next,
  .flexslider-02:hover .flex-next {
    right: 30px;
  }
}
/* Tablet ----------- */
@media only screen and (max-width: 768px) {
  .wrapper {
    padding-bottom: 0;
  }
  .slider .flexslider-01 li:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
    /* Adjusts for spacing */
  }
  .slider .flexslider-01 li figure,
  .slider .flexslider-01 li article {
    display: inline-block;
    vertical-align: middle;
    float: none;
  }
  .winPage .inner-wrapper .logo {
    display: none;
  }
  .winPage .inner-wrapper .main form {
    width: 90%;
    margin-right: 5%;
  }
  .winPage .inner-wrapper .main article #win-thanks {
    width: 71%;
  }
  .products .mobile-products-flexslider ul {
    width: 100%;
    max-width: auto;
  }
  .products .mobile-products-flexslider ul li {
    margin-bottom: 0;
  }
  .decoration-images figure.beans {
    display: none;
  }
  #back-to-top {
    position: static;
    float: right;
    margin-bottom: 5%;
    margin-right: -20px;
  }
  .custom-select-box-it-container label {
    white-space: nowrap;
  }
  footer {
    height: auto;
    margin-top: 0;
  }
  footer .footer-nav {
    max-width: 60%;
  }
  footer .terms-and-con li:first-child:after {
    display: table-cell;
    hieght: 25px;
  }
  footer .terms-and-con li a {
    display: table-cell;
    height: 25px;
  }
  footer .terms-and-con li a:hover {
    text-decoration: none;
  }
  #entry-form fieldset.user-info label {
    display: table-cell;
  }
  #entry-form fieldset.user-info.full-width label {
    display: block;
  }
}
/* Mobile ----------- */
@media only screen and (max-width: 710px) {
  body {
    overflow: auto;
  }
  .preloader {
    display: none;
  }
  .outer-wrapper {
    min-height: 0;
  }
  .video-container {
    width: 100%;
    height: 100%;
    margin: 0;
    background-image: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 9.375%;
  }
  .video-container .mobile-video-container-bg {
    position: absolute;
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
  }
  .video-container ul.tabs {
    margin: 18% 0 0 8%;
  }
  .video-container ul.tabs li {
    background-image: url('../images/mobile_dot.png');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 13px;
    height: 13px;
    margin-bottom: 10px;
    background-position: center;
  }
  .video-container .tab-container {
    position: relative;
    width: 86%;
    height: auto;
    float: right;
    margin-top: 5%;
    left: 0;
    top: 0;
  }
  .video-container .tab-container img.mobile-frame-img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
  }
  .video-container .tab-container .tab-content {
    top: 0;
    width: 100%;
  }
  .video-container .tab-container .tab-content:before {
    display: none;
  }
  .video-container .tab-container .tab-content .video-thumbnail-bg img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .video-container .tab-container .tab-content .video-thumbnail-bg img.desktop-video-thumb {
    display: none;
  }
  .video-container .tab-container .tab-content .video-thumbnail-bg img.mobile-video-thumb {
    display: block;
  }
  .video-container .tab-container .tab-content .video-product {
    width: 21.34146341%;
    right: 2%;
    bottom: 2%;
  }
  .video-container .tab-container .tab-content .video-product img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .video-container .tab-container .tab-content .video-product img.desktop-video-product {
    display: none;
  }
  .video-container .tab-container .tab-content .caption {
    display: none;
  }
  .video-container aside {
    width: 100%;
    width: 81%;
    margin: 0 auto;
    display: block;
    float: none;
    position: static;
  }
  .video-container aside .vouchers {
    width: 53.28125%;
    position: static;
    left: 0;
    bottom: 0;
    float: none;
    display: none;
    margin: 9% auto;
  }
  .video-container aside .vouchers img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .video-container aside .vouchers img.desktop-img {
    display: none;
  }
  .video-container aside .vouchers img.mobile-img {
    display: block;
  }
  .video-container aside article {
    position: absolute;
    right: 37%;
    bottom: -34%;
    width: 36.71875%;
    margin: 10px auto;
    display: block;
  }
  .video-container aside article h2 {
    display: none;
  }
  .video-container aside article .mobile-prize-copy {
    display: block;
  }
  .video-container aside article .mobile-prize-copy img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .video-container aside article .enter-btn {
    display: none;
    background-image: none;
    text-indent: 0;
    margin: 5% 0 0;
    width: 100%;
    z-index: 1;
  }
  .video-container aside article .enter-btn:after {
    display: none;
  }
  .video-container aside article .enter-btn img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .btn::after,
  form input[type="submit"]::after,
  #html5-lightbox #html5-close::after {
    background-image: none;
    display: none;
  }
  .decoration-images {
    display: none;
  }
  h1 {
    font-size: 3em;
    /* 48/16 */
    position: static;
    margin-left: 9.375%;
  }
  .slider-02 h1 {
    font-size: 3em;
  }
  .wrapper {
    width: 100%;
  }
  header {
    width: 100%;
    height: 128px;
    text-align: center;
    background-image: url('../images/mobile_header_bg@2x.png');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  header.active {
    background-image: none;
  }
  header #mobile-menu {
    display: table;
    margin: 0 auto;
    height: 103px;
    width: 100%;
    cursor: pointer;
  }
  header #mobile-menu:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
  }
  header #mobile-menu p {
    color: #475b0a;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 0.875em;
    /* 14/16 */
    padding-right: 3.125%;
    height: auto;
    -webkit-transition: color 0.2s ease-in;
    -moz-transition: color 0.2s ease-in;
    transition: color 0.2s ease-in;
    display: inline-block;
    vertical-align: middle;
  }
  header #mobile-menu p.active {
    color: #96c111;
  }
  header #mobile-menu:after {
    content: '';
    width: 13px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    background-image: url('../images/mobile_nav_arrow.png');
    background-position: 0 0;
  }
  header #mobile-menu.active {
    background-image: none;
  }
  header #mobile-menu.active:after {
    background-position: 0 -13px;
  }
  header nav.menu-menu-container {
    padding-top: 0;
    width: 100%;
    display: none;
    position: absolute;
    top: 0;
    z-index: -1;
  }
  header nav.menu-menu-container:before {
    content: '';
    background-color: rgba(71, 91, 10, 0.97);
    width: 100%;
    height: 100px;
    display: block;
  }
  header nav.menu-menu-container:after {
    content: '';
    background-image: url('../images/mobile_nav_bottom@2x.png');
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 26px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
  }
  header nav.menu-menu-container ul {
    background-color: rgba(71, 91, 10, 0.97);
    text-align: center;
  }
  header nav.menu-menu-container ul:before {
    content: '';
    display: block;
    width: 4.6875%;
    height: 1px;
    margin: 0 auto 4%;
    background-color: #ffffff;
  }
  header nav.menu-menu-container ul::after {
    display: block;
    padding-bottom: 4%;
  }
  header nav.menu-menu-container ul li {
    padding: 2% 0;
    width: 100%;
    display: block;
  }
  header nav.menu-menu-container ul li a {
    font-size: 1.1875em;
    /* 19/16 */
    text-transform: capitalize;
  }
  header nav.menu-menu-container ul li a:hover,
  header nav.menu-menu-container ul li a:active {
    color: #96c111;
  }
  header nav.menu-menu-container ul li.current-menu-item a {
    color: #96c111;
  }
  .mobile-glow {
    display: block;
    -webkit-overflow-scrolling: touch;
  }
  .logo {
    position: relative;
    z-index: 1;
    left: 0;
    width: 81.25%;
    margin: 3% auto 5%;
  }
  .logo img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .logo img.text-logo {
    position: static;
    margin-left: 0!important;
  }
  .logo img.glow {
    display: none;
  }
  .home .logo .glow {
    margin-left: -51.61290323%;
  }
  .home .slider {
    margin: 35% auto 15%;
  }
  .home .slider-02 {
    margin: 10% auto;
  }
  .recipesPage .slider {
    margin: 2% auto 0;
  }
  .slider,
  .slider-02 {
    width: 100%;
    margin: 0;
  }
  .slider h1,
  .slider-02 h1 {
    position: static;
  }
  .slider .recipe-btn,
  .slider-02 .recipe-btn {
    display: none;
  }
  .slider .flexslider-01 li:before,
  .slider-02 .flexslider-01 li:before,
  .slider .lfexslider-02 li:before,
  .slider-02 .lfexslider-02 li:before {
    display: none;
  }
  .products .mobile-products-flexslider {
    width: 100%;
    margin: 0 auto;
  }
  .products .mobile-products-flexslider ul li {
    width: 100%;
    float: none;
  }
  .flexslider-01,
  .flexslider-02 {
    width: 81.25%;
    margin: 5% auto 0!important;
  }
  .flexslider-01 .flex-prev,
  .flexslider-02 .flex-prev,
  .flexslider-01 .flex-next,
  .flexslider-02 .flex-next {
    top: 20%;
    width: 35px;
    height: 38px;
    text-indent: -9999px;
    background-image: url('../images/mobile_next_arrow.png');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .flexslider-01 .flex-prev,
  .flexslider-02 .flex-prev {
    left: -5% !important;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
  }
  .flexslider-01 .flex-next,
  .flexslider-02 .flex-next {
    right: -5% !important;
  }
  .flexslider-01 .flex-control-paging,
  .flexslider-02 .flex-control-paging {
    display: none;
  }
  .flexslider-01 .slides {
    width: 90.38461538%;
  }
  .flexslider-01 .slides li figure {
    width: 100%;
    float: none;
    padding-left: 0;
  }
  .flexslider-01 .slides li article {
    float: none;
    width: 100%;
    padding: 0;
  }
  .flexslider-01 .slides li article h2 {
    margin-top: 5%;
    font-size: 1.75em;
    /* 28/16 */
  }
  .flexslider-01 .slides li article p {
    margin-bottom: 10px;
  }
  .slider-02 h1 {
    margin-left: 9.375%;
  }
  .slider-02 article {
    width: 69.23076923%;
  }
  .slider-02 article p {
    font-size: 0.875em;
    /* 14/16 */
  }
  .products .mobile-products-flexslider {
    width: 81.25%;
    margin-top: 0!important;
  }
  .products .mobile-products-flexslider ul {
    max-width: auto;
  }
  .products .mobile-products-flexslider ul li {
    margin: 0 auto 10%;
  }
  .products .mobile-products-flexslider ul li figure,
  .products .mobile-products-flexslider ul li h2,
  .products .mobile-products-flexslider ul li p {
    margin: 0 auto;
  }
  .products .mobile-products-flexslider ul li figure {
    width: 60%;
  }
  .products .mobile-products-flexslider ul li h2,
  .products .mobile-products-flexslider ul li p {
    width: 80.76923077%;
  }
  .products .mobile-products-flexslider ul li h2 {
    margin: 5% auto 2%;
  }
  .products .mobile-products-flexslider ul li .flex-prev,
  .products .mobile-products-flexslider ul li .flex-next {
    top: 35%;
  }
  .products .mobile-products-flexslider .flex-direction-nav {
    position: absolute;
    top: 30%;
  }
  .recipe-single-main {
    width: 100%;
    margin: 10% auto 0;
    padding: 0 9.375%;
  }
  .recipe-single-main h3 {
    margin: 5% auto 10%;
  }
  .recipe-single-main .method {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  .recipe-single-main .method h2 {
    font-size: 1.8125em;
    /* 29/16 */
    margin-bottom: 10%;
  }
  .recipe-single-main .method ul li {
    width: 100%;
    margin: 0 0 5% 0;
  }
  .recipe-single-main .method ul li:before {
    width: 18px!important;
  }
  .recipe-single-main .method ul li p {
    margin-left: 5%;
  }
  .recipe-single-main .method ul li.share span {
    margin-right: 2%;
  }
  .recipe-single-main .recipes {
    width: 100%;
  }
  .hero-image {
    position: static;
    width: 100%;
    margin: 10% 0 0 0;
    opacity: 1;
    filter: alpha(opacity = 100);
    top: 0;
  }
  .hero-image .inner-hero-image {
    width: 100%;
    height: 100%;
  }
  .hero-image .inner-hero-image img {
    position: static;
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .hero-image .inner-hero-image .video.play-btn-Layout1,
  .hero-image .inner-hero-image .video.play-btn-Layout2,
  .hero-image .inner-hero-image .video.play-btn-Layout3 {
    background-image: none;
    padding: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .hero-image .inner-hero-image .video.play-btn-Layout1 a,
  .hero-image .inner-hero-image .video.play-btn-Layout2 a,
  .hero-image .inner-hero-image .video.play-btn-Layout3 a {
    top: 50%;
    margin-top: -21px;
    left: 50%;
    margin-left: -19px;
  }
  .hero-image .inner-hero-image .video p {
    display: none;
  }
  .ingredients {
    float: none;
    padding: 0;
    margin-top: 8%;
  }
  .ingredients .vertical-align.left-column,
  .ingredients .vertical-align.right-column {
    width: 100%;
  }
  .ingredients .vertical-align.right-column {
    margin-top: 8%;
  }
  .ingredients .vertical-align.right-column .product-image {
    float: none;
    margin: 0 auto;
    width: 47.65625%;
    opacity: 1;
    filter: alpha(opacity = 100);
  }
  .disqus-comment-container {
    width: 100%;
    margin: 10% 0 0 0;
    padding: 5%;
  }
  .winPage .main,
  .contactPage .main {
    margin: 0;
  }
  .winPage .main article,
  .contactPage .main article {
    width: 100%;
  }
  .winPage .main article p,
  .contactPage .main article p {
    width: 81.25%;
    margin: 0 auto;
  }
  .winPage .main article form,
  .contactPage .main article form {
    float: none;
    width: 81.25%;
    margin: 0 auto;
  }
  .winPage .main article form input[type="submit"],
  .contactPage .main article form input[type="submit"],
  .winPage .main article form button[type="submit"],
  .contactPage .main article form button[type="submit"] {
    float: none;
    bottom: 0;
  }
  .winPage .main article #win-thanks,
  .contactPage .main article #win-thanks,
  .winPage .main article aside,
  .contactPage .main article aside {
    width: 81.25%;
    float: none;
    margin: 0 auto 10%;
  }
  .winPage .main article #win-thanks ul,
  .contactPage .main article #win-thanks ul,
  .winPage .main article aside ul,
  .contactPage .main article aside ul {
    margin: 5% auto 0;
    width: 100%;
  }
  .winPage .main article #win-thanks p,
  .contactPage .main article #win-thanks p,
  .winPage .main article aside p,
  .contactPage .main article aside p {
    width: auto;
  }
  .winPage .main article #win-thanks hr,
  .contactPage .main article #win-thanks hr,
  .winPage .main article aside hr,
  .contactPage .main article aside hr {
    height: 0;
  }
  .winPage .main article aside,
  .contactPage .main article aside {
    margin-top: 10%;
  }
  .winPage .main article #win-thanks h3,
  .contactPage .main article #win-thanks h3 {
    font-size: 1.3125em;
    /* 21/16 */
  }
  .winPage .main article #win-thanks h2,
  .contactPage .main article #win-thanks h2 {
    margin: 5% auto 8%;
    font-size: 1.9899em;
    /* 40/16 */
    line-height: 1;
    width: 100%;
  }
  .winPage .main article #win-thanks h2 br,
  .contactPage .main article #win-thanks h2 br {
    display: block;
  }
  .winPage .main article #win-thanks ul li.share-more-recipes,
  .contactPage .main article #win-thanks ul li.share-more-recipes {
    padding-top: 15%;
  }
  .winPage .main article #win-thanks ul li.share-more-recipes a,
  .contactPage .main article #win-thanks ul li.share-more-recipes a {
    font-size: 0.875em;
    /* 14/16 */
  }
  .winPage .main article #win-thanks ul li.share-more-recipes a:before,
  .contactPage .main article #win-thanks ul li.share-more-recipes a:before {
    margin-bottom: 15%;
  }
  .winPage .inner-wrapper .logo {
    display: none;
  }
  .winPage .inner-wrapper .main form {
    padding-top: 10px;
  }
  .contactPage .main article p {
    margin-bottom: 5%;
  }
  .contactPage .main article form {
    margin-top: 10%;
  }
  .contactPage input[type="submit"],
  .contactPage .submit-btn {
    position: relative;
    z-index: 1;
  }
  .ajax-loader {
    float: none;
    padding: 0;
    margin: 2% auto 0!important;
    display: table;
  }
  form {
    padding-top: 0;
  }
  form h2 {
    margin-bottom: 5%;
    color: #475b0a;
  }
  form fieldset.user-info div {
    float: none;
    width: 100%;
  }
  form input[type="submit"],
  form button[type="submit"] {
    position: static;
    display: block;
    margin: 0 auto;
  }
  .custom-select-box-it-container {
    margin-bottom: 5%!important;
  }
  .bottom-row .checkboxes {
    width: 100%;
  }
  .bottom-row .checkboxes div label {
    width: auto;
    float: none;
  }
  .recipes {
    width: 81.25%;
    margin: 5% auto 0;
  }
  .recipes h1 {
    margin: 0 0 2% 0;
  }
  .recipes ul {
    width: 100%;
    margin: 0;
  }
  .recipes ul li {
    width: 100%;
    height: auto;
    margin: 0 auto 20%;
    float: none;
  }
  .recipes ul li h3 {
    font-size: 1.3125em;
    /* 21/16 */
  }
  .recipes ul li a:hover {
    -webkit-transition: none 0.2s ease-in;
    -moz-transition: none 0.2s ease-in;
    transition: none 0.2s ease-in;
  }
  .recipes ul li a:hover > figure:before {
    display: none;
  }
  .more-recipes h2 {
    font-size: 1.75em;
    /* 28/16 */
    width: 75%;
    margin: 0 auto;
  }
  .more-recipes a {
    margin: 10% auto 0;
  }
  .more-recipes a:before,
  .more-recipes a:after {
    display: none;
  }
  .more-recipes:after {
    content: '';
    display: block;
    background-image: url('../images/mobile_more_recipes_arrows.png');
    width: 210px;
    height: 34px;
    margin: 5% auto 20%;
  }
  .error-main,
  .custom-template-main {
    margin: 20% auto 0;
  }
  .error-main h3,
  .custom-template-main h3,
  .error-main h2,
  .custom-template-main h2 {
    font-size: 1.3125em;
    /* 21/16 */
  }
  .error-main {
    width: 100%;
  }
  .custom-template-main {
    width: 81.25%;
  }
  footer .footer-nav {
    width: auto;
    text-align: center;
  }
  footer .footer-nav li {
    display: block;
    margin-bottom: 3%;
  }
  #pop-up {
    width: 81.25%;
  }
  #pop-up.on-article {
    width: 80%;
    max-width: 80%;
    height: 80%;
  }
}
@media only screen and (max-width: 710px) and (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2) {
  header #mobile-menu:after {
    background-image: url("../images/mobile_nav_arrow@2x.png");
    background-size: 13px 26px;
  }
}
@media only screen and (max-width: 710px) and (min-resolution: 1.5dppx) {
  header #mobile-menu:after {
    background-image: url("../images/mobile_nav_arrow@2x.png");
    background-size: 13px 26px;
  }
}
@media only screen and (max-width: 710px) and (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2) {
  .more-recipes:after {
    background-image: url("../images/mobile_more_recipes_arrows@2x.png");
    background-size: 210px 34px;
  }
}
@media only screen and (max-width: 710px) and (min-resolution: 1.5dppx) {
  .more-recipes:after {
    background-image: url("../images/mobile_more_recipes_arrows@2x.png");
    background-size: 210px 34px;
  }
}
@media only screen and (max-width: 480px) {
  header {
    height: 64px;
  }
  header #mobile-menu {
    height: 52px;
  }
  header nav.menu-menu-container:before {
    height: 52px;
  }
  header nav.menu-menu-container:after {
    height: 13px;
  }
  .video-container .tab-container .tab-content .play-btn {
    background-image: url('../images/mobile_play_btn.png');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 57px;
    height: 60px;
    top: 40%;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: -28px;
    margin-top: -30px;
  }
  #pop-up .inner-pop-up h2 {
    font-size: 1.4em;
    margin-bottom: 5%;
  }
  #pop-up .inner-pop-up p {
    font-size: 1em;
  }
  #share-email-form {
    margin-top: 0;
  }
  #share-email-form div {
    width: 100%;
    margin-top: 10%;
  }
  #share-email-form div:first-child {
    padding: 0;
  }
  #share-email-form .submit-btn {
    float: none;
  }
  .winPage .promo-img img {
    width: 100%;
    margin: 20px auto;
  }
}
@media print {
  * {
    background: none!important;
    color: #282525 !important;
    /* Black prints faster: h5bp.com/s */
    page-break-before: none!important;
    page-break-after: none!important;
    page-break-inside: avoid!important;
    margin: 0!important;
    padding: 0!important;
  }
  html,
  body {
    height: auto;
    float: none!important;
  }
  .outer-wrapper {
    height: auto;
  }
  .wrapper {
    width: auto;
    height: auto;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
	 * Don't show links for images, or javascript/internal links
	 */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 1cm 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  header,
  nav,
  .logo,
  footer,
  .recipes,
  .disqus-comment-container {
    display: none;
  }
  .recipe-single-main {
    display: block;
    margin: 0;
    page-break-after: always;
    width: auto;
    height: auto;
    overflow: hidden!important;
  }
  .recipe-single-main .method {
    width: auto;
    padding: 0;
    float: none;
  }
  .recipe-single-main .method h2 {
    font-size: 2em;
  }
  .recipe-single-main .method h3 {
    clear: both;
    padding-top: 10px!important;
  }
  .recipe-single-main .method ul {
    width: auto;
  }
  .recipe-single-main .method ul li.share,
  .recipe-single-main .method ul li#print {
    display: none;
  }
  .recipe-single-main .method ol {
    width: auto;
    clear: both;
  }
  .hero-image {
    position: static;
    float: left;
    width: 50%!important;
    height: 50%!important;
    clear: both;
    margin-top: 10px!important;
  }
  .hero-image .inner-hero-image {
    position: static;
    width: 100%;
    height: auto!important;
  }
  .hero-image .inner-hero-image .video {
    display: none;
  }
  .hero-image .inner-hero-image img {
    position: static;
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .ingredients {
    width: 100%;
    float: none;
    padding: 0;
    margin: 0!important;
  }
  .ingredients .vertical-align.left-column {
    margin-top: 10px!important;
  }
  .ingredients .product-image {
    width: 50%;
  }
  .ingredients ul li::before {
    content: '-';
  }
}
#product-slider {
  margin-top: 0;
  margin-bottom: 0;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  margin-bottom: 30px;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide figure {
  max-width: 180px;
  margin: 0 auto 10px auto;
}
.slick-slide img {
  display: block;
  height: auto;
  width: 100%;
  position: relative;
}
.slick-slide a {
  margin: auto;
}
.slick-slide a:after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  top: -2px;
  background-size: 101%;
  max-width: 180px;
  background-repeat: no-repeat;
  background-image: url('../images/white_border@2x.png');
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-loading .slick-list {
  background: #fff url('../images/ajax-loader.gif') center center no-repeat;
}
.slick-prev,
.slick-next {
  background-image: url('../images/mobile_next_arrow.png');
  background-repeat: no-repeat;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  opacity: 0.7;
  position: absolute;
  top: 40%;
  display: block;
  width: 43px;
  height: 47px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  z-index: 9999;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  opacity: 1;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-next {
  right: 0;
}
.slick-next:before {
  content: '→';
}
.slick-prev {
  left: 0;
  transform: rotate(-180deg);
}
.slick-prev:before {
  content: '←';
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  /* for some Androids */
}
.hide-on-mobile {
  display: none;
}
@media (min-width: 710px) {
  .hide-on-mobile {
    display: block;
  }
}
.show-on-mobile {
  display: block;
}
@media (min-width: 710px) {
  .show-on-mobile {
    display: none;
  }
}
a:focus {
  background-color: transparent;
}
@font-face {
  font-family: 'YWFTHLLVTKA-Normal';
  src: url('../fonts/ywft-hllvtka-normal.eot');
  src: url('../fonts/ywft-hllvtka-normal.eot?#iefix') format('embedded-opentype'), url('../fonts/ywft-hllvtka-normal.woff2') format('woff2'), url('../fonts/ywft-hllvtka-normal.woff') format('woff'), url('../fonts/ywft-hllvtka-normal.ttf') format('truetype'), url('../fonts/ywft-hllvtka-normal.svg#youworkforthem') format('svg');
  font-weight: normal;
  font-style: normal;
}
html,
body {
  background-image: url('../images/eta_pattern.jpg');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2) {
  html,
  body {
    background-image: url("../images/eta_pattern@2x.jpg");
    background-size: 88px 89px;
  }
}
@media (min-resolution: 1.5dppx) {
  html,
  body {
    background-image: url("../images/eta_pattern@2x.jpg");
    background-size: 88px 89px;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
@media (min-width: 711px) {
  header nav.menu-menu-container {
    width: 580px;
    display: block !important;
  }
}
#tab-container #recipe-tips .tab-content {
  position: relative;
}
#tab-container #recipe-tips .tab-content img {
  float: left;
  margin: 0 30px 105px 0;
}
#tab-container #recipe-tips .tab-content .play-btn {
  display: block;
  position: absolute;
  width: 28px;
  height: 30px;
  left: 14%;
  top: 16%;
  z-index: 999;
  background-image: url('http://eta-salad.dev/content/themes/eta/img/w-play-btn.png');
  background-size: contain;
  background-position: 0;
  margin: 0;
}
#tab-container #recipe-tips .tab-content .play-btn:hover {
  background-image: url('http://eta-salad.dev/content/themes/eta/img/r-play-btn.png');
}
.home .flexslider-01 .slides li article {
  z-index: 1;
  position: relative;
}
@media (min-width: 960px) {
  .home .flexslider-01 .slides li article.product {
    left: -100px;
  }
}
.productsPage .outer-wrapper {
  background-image: url('../images/ingredients_bg1.png');
  background-attachment: fixed;
}
.productsPage .logo {
  position: relative;
  left: auto;
  top: auto;
  margin: -18px auto 5%;
}
@media (min-width: 711px) {
  .productsPage .logo {
    margin: 0% auto -25px;
  }
}
.productsPage .logo .text-logo {
  top: auto;
  margin: 0;
  position: relative;
}
.productsPage .logo .glow {
  width: 620px;
  height: 310px;
  top: -45px;
  right: 150px;
  opacity: 0.7;
  z-index: 1;
}
.productsPage .mobile-glow {
  display: none;
}
.slider h1,
.slider-02 h1,
.products h1,
.recipes h1,
.page h1 {
  font-family: 'YWFTHLLVTKA-Normal';
  text-transform: uppercase;
  font-size: 50px;
  letter-spacing: -2px;
}
.page h1 {
  margin-top: 40px;
  margin-bottom: 20px;
}
.recipes h1 {
  padding-bottom: 10px;
}
.recipes .external-link {
  width: 15px;
  height: 15px;
  padding-left: 5px;
  vertical-align: middle;
}
.page-navigation {
  display: inline-block;
  margin: 65px 0 0 19px;
  position: fixed;
  top: 100px;
  right: 0;
  background-image: url('../images/video_bg2.png');
  background-position: 0px -48px;
  padding: 13px 8px;
  background-repeat: no-repeat;
  height: 65px;
}
@media (min-width: 711px) {
  .page-navigation {
    display: none !important;
  }
}
.page-navigation li {
  background-image: url('../images/sprite2.png');
  background-position: 0 -100px;
  width: 13px;
  height: 14px;
  margin-bottom: 4px;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  opacity: 0.4;
}
.page-navigation li.current {
  opacity: 1;
}
.page-navigation li a {
  display: block;
  width: 100%;
  height: 100%;
}
.scrolling-links {
  margin-top: 0;
  width: 100%;
  text-align: center;
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 47px;
  font-family: 'YWFTHLLVTKA-Normal';
  background-image: none;
  position: relative;
  z-index: 9999;
}
@media (min-width: 711px) {
  .scrolling-links {
    margin: 13px auto 0;
    height: 80px;
    display: inline-block;
    font-family: proxima-nova;
    background-image: url('../images/nav-divider.png');
  }
}
@media (min-width: 711px) and (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2) {
  .scrolling-links {
    background-image: url("../images/nav-divider@2x.png");
    background-size: 730px 53px;
  }
}
@media (min-width: 711px) and (min-resolution: 1.5dppx) {
  .scrolling-links {
    background-image: url("../images/nav-divider@2x.png");
    background-size: 730px 53px;
  }
}
.scrolling-links ul li {
  display: block;
  margin: 0 auto 20px;
  padding: 40px 0 0;
  background-image: url('../images/products_mobile_sprite.png');
  background-position: -345px -100px;
  width: 275px;
  height: 208px;
}
.scrolling-links ul li:first-child,
.scrolling-links ul li:last-child {
  background-position: 5px -100px;
}
@media (max-width: 710px) and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .scrolling-links ul li {
    background-image: url('../images/products_mobile_sprite@2x.png');
    background-size: 643px 649px;
  }
}
@media (min-width: 711px) {
  .scrolling-links ul li {
    background-color: transparent;
    background-image: none;
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 0;
    height: auto;
  }
}
.scrolling-links ul li:hover,
.scrolling-links ul li:active {
  height: 208px;
  background-image: url('../images/products_mobile_sprite.png'), url('../images/product-glow-mobile.png');
  background-repeat: no-repeat;
  background-position: -345px -401px, 65px 12px;
}
.scrolling-links ul li:hover:first-child,
.scrolling-links ul li:active:first-child,
.scrolling-links ul li:hover:last-child,
.scrolling-links ul li:active:last-child {
  background-position: 5px -401px, 65px 12px;
}
@media (max-width: 710px) and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .scrolling-links ul li:hover,
  .scrolling-links ul li:active {
    background-image: url('../images/products_mobile_sprite@2x.png'), url('../images/product-glow-mobile@2x.png');
    background-size: 643px 649px, contain;
  }
}
@media (min-width: 711px) {
  .scrolling-links ul li:hover,
  .scrolling-links ul li:active {
    background-color: transparent;
    background-image: none;
  }
}
.scrolling-links ul li#link-mayo:hover,
.scrolling-links ul li#link-mayo:active {
  background-image: url('../images/products_mobile_sprite.png'), url('../images/product-glow-mobile-flip.png');
}
@media (max-width: 710px) and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .scrolling-links ul li#link-mayo:hover,
  .scrolling-links ul li#link-mayo:active {
    background-image: url('../images/products_mobile_sprite@2x.png'), url('../images/product-glow-mobile-flip@2x.png');
  }
}
@media (min-width: 711px) {
  .scrolling-links ul li#link-mayo:hover,
  .scrolling-links ul li#link-mayo:active {
    background-color: transparent;
    background-image: none;
  }
}
@media (min-width: 711px) {
  .scrolling-links ul li .image {
    display: none;
  }
}
.scrolling-links ul li .image img {
  display: block;
  margin: 0 auto;
  max-height: 150px;
}
.scrolling-links ul li span {
  display: none;
}
@media (min-width: 711px) {
  .scrolling-links ul li span {
    display: inline;
  }
}
.scrolling-links ul li a {
  color: inherit;
  padding: 0;
  font-weight: 600;
  font-size: 0.9375em;
  text-transform: uppercase;
}
.scrolling-links ul li a:hover {
  text-decoration: underline;
}
.scrolling-links ul li a:active {
  font-weight: 600;
}
.scrolling-links ul li a.arrow {
  display: block;
  padding-right: 20px;
  height: 30px;
  line-height: 40px;
  width: 180px;
  margin: 0 auto;
  font-size: 23px;
  background-image: url('../images/products_mobile_sprite.png');
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2) {
  .scrolling-links ul li a.arrow {
    background-image: url("../images/products_mobile_sprite@2x.png");
    background-size: 643px 649px;
  }
}
@media (min-resolution: 1.5dppx) {
  .scrolling-links ul li a.arrow {
    background-image: url("../images/products_mobile_sprite@2x.png");
    background-size: 643px 649px;
  }
}
@media (min-width: 711px) {
  .scrolling-links ul li a.arrow {
    background-image: none;
    display: inline-block;
    padding: 0;
    width: 100px;
    font-size: 15px;
  }
}
.scrolling-links ul span.mobile-divider {
  background-image: url('../images/products_mobile_sprite.png');
  background-position: -539px 3px;
  display: block;
  margin: 0 auto 20px;
  width: 60px;
  height: 20px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2) {
  .scrolling-links ul span.mobile-divider {
    background-image: url("../images/products_mobile_sprite@2x.png");
    background-size: 643px 649px;
  }
}
@media (min-resolution: 1.5dppx) {
  .scrolling-links ul span.mobile-divider {
    background-image: url("../images/products_mobile_sprite@2x.png");
    background-size: 643px 649px;
  }
}
@media (min-width: 711px) {
  .scrolling-links ul span.mobile-divider {
    display: none;
  }
}
.scrolling-links #link-dressings .arrow {
  background-position: -456px -57px;
}
.scrolling-links #link-dressings span {
  padding-left: 10px;
}
.scrolling-links #link-mayo .arrow {
  background-position: -496px -57px;
}
.scrolling-links #link-other .arrow {
  background-position: -486px -57px;
}
.winPage .outer-wrapper {
  background-image: url('../images/ingredients_bg1.png');
  background-attachment: fixed;
}
.winPage .intro {
  padding: 2em 0;
}
.products {
  display: none;
}
@media (min-width: 711px) {
  .products {
    display: block !important;
    max-width: 762px;
    margin: 0 auto;
  }
}
.products .back-to-products {
  padding: 0 15px;
  color: white;
}
@media (min-width: 711px) {
  .products .back-to-products {
    display: none;
  }
}
.products h2 {
  font-family: proxima-nova;
  font-size: 2em;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}
.products .section-title {
  background-image: url('../images/heading-glow.png');
  background-repeat: no-repeat;
  background-size: contain !important;
  height: 110px;
  background-position: 50% -7px;
  padding: 0;
  position: relative;
  margin: 0 auto 50px;
  font-size: 35px;
  line-height: 121px;
  font-family: 'YWFTHLLVTKA-Normal';
  font-weight: normal;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2) {
  .products .section-title {
    background-image: url("../images/heading-glow@2x.png");
    background-size: 200px 121px;
  }
}
@media (min-resolution: 1.5dppx) {
  .products .section-title {
    background-image: url("../images/heading-glow@2x.png");
    background-size: 200px 121px;
  }
}
@media (max-width: 711px) {
  .products .section-title:before {
    background-image: url('../images/nav-divider.png');
    display: block;
    position: absolute;
    bottom: -50px;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform-origin: none;
    -webkit-transform-origin: none;
    -moz-transform-origin: none;
    -ms-transform-origin: none;
    height: 53px;
    background-size: contain!important;
    background-repeat: no-repeat;
    width: 100%;
  }
}
@media (max-width: 711px) and (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2) {
  .products .section-title:before {
    background-image: url("../images/nav-divider@2x.png");
    background-size: 730px 53px;
  }
}
@media (max-width: 711px) and (min-resolution: 1.5dppx) {
  .products .section-title:before {
    background-image: url("../images/nav-divider@2x.png");
    background-size: 730px 53px;
  }
}
@media (min-width: 711px) {
  .products .section-title {
    margin: -35px auto 0;
  }
}
.products .products-listing {
  overflow: hidden;
}
.products .products-listing.first {
  margin-top: -40px;
}
@media (min-width: 711px) {
  .products .products-listing.first {
    margin-top: 0;
  }
}
.products .products-listing li {
  float: left;
  width: 100%;
  padding: 40px 15px 30px;
  border-bottom: 2px solid #69820a;
  box-sizing: border-box;
  position: relative;
  /*.css3-transitions(all, 0.3s, ease);*/
}
@media (min-width: 711px) {
  .products .products-listing li {
    width: 25%;
    border-bottom: none;
    padding: 10px 15px 30px;
    margin-bottom: 10px;
  }
  .products .products-listing li.active {
    background-image: url('../images/triangle.png');
    background-repeat: no-repeat;
    background-position: 50% 100%;
  }
}
@media (min-width: 711px) and (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2) {
  .products .products-listing li.active {
    background-image: url("../images/triangle@2x.png");
    background-size: 25px 13px;
  }
}
@media (min-width: 711px) and (min-resolution: 1.5dppx) {
  .products .products-listing li.active {
    background-image: url("../images/triangle@2x.png");
    background-size: 25px 13px;
  }
}
.products .products-listing li figure {
  float: left;
  width: 30%;
}
@media (min-width: 711px) {
  .products .products-listing li figure {
    float: none;
    width: auto;
    background-position: 50% 75%;
  }
  .products .products-listing li figure:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    content: '';
    display: block;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-image: url('../images/product-glow.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain !important;
    z-index: 1;
  }
  .products .products-listing li figure:hover:before {
    opacity: 1;
  }
}
@media (min-width: 711px) and (max-width: 790px) {
  .products .products-listing li figure {
    background-size: contain;
  }
}
@media (min-width: 711px) and (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2) {
  .products .products-listing li figure:before {
    background-image: url("../images/product-glow@2x.png");
    background-size: 160px 202px;
  }
}
@media (min-width: 711px) and (min-resolution: 1.5dppx) {
  .products .products-listing li figure:before {
    background-image: url("../images/product-glow@2x.png");
    background-size: 160px 202px;
  }
}
.products .products-listing li figure img {
  display: block;
  margin: 0 auto;
  width: 100%;
  position: relative;
  height: auto;
  z-index: 2;
}
.products .products-listing li figure a {
  position: relative;
  z-index: 2;
}
.products .products-listing li .shortdesc {
  display: none;
}
@media (max-width: 711px) {
  .products .products-listing li .shortdesc {
    display: block;
    margin-bottom: 10px;
  }
}
.products .products-listing li h3 {
  font-size: 1.5rem;
  float: left;
  width: 70%;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media (min-width: 711px) {
  .products .products-listing li h3 {
    width: 100%;
    font-size: 0.875em;
    text-align: center;
    padding: 10px 0;
    display: block;
    text-transform: uppercase;
  }
}
.products .products-listing li h3 a {
  color: white;
}
.products .products-listing li h3 a:hover {
  text-decoration: underline;
}
@media (min-width: 711px) {
  .products .products-listing li .mobile-only {
    display: none !important;
  }
}
.products .products-listing li .toggle-btn {
  float: left;
  width: 70%;
  display: inline-block;
  padding: 5px 0;
  line-height: 1;
  color: #475b0a;
  text-decoration: underline;
  font-weight: bold;
  padding-bottom: 6px;
  min-width: 105px;
}
@media (max-width: 480px) {
  .products .products-listing li .toggle-btn {
    float: right;
  }
}
.products .products-listing li .toggle-btn em {
  font-style: normal;
}
.products .products-listing li .toggle-btn.recipe-toggle.mobile-only {
  color: white;
}
.products .products-listing li .toggle-btn:hover,
.products .products-listing li .toggle-btn.active {
  color: white;
}
.products .products-listing li .toggle-btn .side-marker {
  border: solid transparent;
  height: 0;
  width: 0;
  margin-left: 10px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform-origin: none;
  -webkit-transform-origin: none;
  -moz-transform-origin: none;
  -ms-transform-origin: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
  border-color: rgba(92, 118, 4, 0);
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #5b7605;
  border-bottom: 0;
}
.products .products-listing li .toggle-btn.active .side-marker {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform-origin: none;
  -webkit-transform-origin: none;
  -moz-transform-origin: none;
  -ms-transform-origin: none;
}
.products .products-listing li .p-slider {
  width: 100%;
  position: relative;
  right: -100%;
  height: auto;
  max-height: 0;
  overflow: hidden;
  -webkit-transition-property: right, max-height;
  transition-property: right, max-height;
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
.products .products-listing li .p-slider.active {
  -webkit-transition-property: max-height, right;
  transition-property: max-height, right;
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
  max-height: 1000px;
  right: 0;
}
.products .products-listing li .p-slider .slider-main {
  overflow: hidden;
  width: 100%;
  padding: 20px 0;
  box-sizing: border-box;
}
.products .products-listing li .p-slider .slider-main div {
  float: left;
  width: 50%;
  margin-bottom: 20px;
  position: relative;
}
.products .products-listing li .p-slider .slider-main div:nth-child(2n+1) {
  clear: both;
}
.products .products-listing li .p-slider .slider-main div figure {
  float: none;
  margin: 0 auto;
  width: 80%;
  min-height: 100px;
}
.products .products-listing li .p-slider .slider-main div h4 {
  text-align: center;
  font-size: 1.065em;
}
.products .products-listing li .p-slider .slider-main div h4 a {
  color: white;
}
.products .products-listing li .p-slider .slider-main div .external-link {
  width: 15px;
  height: 15px;
}
.products .products-listing li .p-slider .hide-recipe {
  text-align: center;
  color: white;
  display: block;
  font-weight: bold;
  text-decoration: underline;
  font-size: 0.875em;
}
.products .products-listing li .p-slider .triangle-arrow-up {
  border: none;
  border-bottom: 8px solid #5b7605;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  display: inline-block;
  margin-left: 10px;
}
.products .products-listing li .p-info {
  background: none;
  padding: 10px;
  border-radius: 0;
  position: relative;
  right: -110%;
  background-color: #516807;
  width: calc(100% + 30px);
  height: auto;
  max-height: 0;
  margin-bottom: -32px;
  margin-top: 20px;
  overflow: hidden;
  -webkit-transition-property: right, max-height;
  transition-property: right, max-height;
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
.products .products-listing li .p-info.active {
  -webkit-transition-property: max-height, right;
  transition-property: max-height, right;
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
  max-height: 1000px;
  right: 15px;
}
@media (min-width: 500px) {
  .products .products-listing li .p-info {
    width: 90%;
  }
}
.products .products-listing li .p-info h4 {
  margin-left: 13px;
}
.products .products-listing li .p-info ul {
  padding: 10px;
}
.products .products-listing li .p-info ul li {
  float: none;
  padding: 5px 0;
  border: none;
  padding-left: 1.2em;
  text-indent: -0.9em;
}
.products .products-listing li .p-info ul li:before {
  content: "■";
  padding-right: 7px;
  color: #95c00f;
}
.products .products-listing li #recipe-tips li {
  display: none;
  padding: 10px 0;
  border-bottom: none;
  width: 50%;
  text-align: center;
}
.products .products-listing li #recipe-tips.active li {
  display: inline-block;
}
.products .products-listing li #coupon {
  display: none;
}
.products .products-listing li #coupon img {
  width: 100%;
  max-width: 440px;
}
.products .products-listing li #coupon.active {
  display: inline-block;
}
.products .product-description {
  background-image: url('../images/profile-top.png');
  background-repeat: no-repeat;
  background-position: 50% 0;
  position: relative;
  display: none;
  margin: 0 20px 20px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2) {
  .products .product-description {
    background-image: url("../images/profile-top@2x.png");
    background-size: 722px 300px;
  }
}
@media (min-resolution: 1.5dppx) {
  .products .product-description {
    background-image: url("../images/profile-top@2x.png");
    background-size: 722px 300px;
  }
}
@media (max-width: 711px) {
  .products .product-description {
    display: none !important;
  }
}
.products .product-description .product-details {
  padding: 25px 0 0;
  position: relative;
}
.products .product-description .product-details .product-header {
  max-width: 390px;
  margin: 0 80px 0 auto;
}
.products .product-description .product-details .product-header h2 {
  text-transform: inherit;
  text-align: left;
}
.products .product-description .product-details .product-header .mobile-only {
  display: none;
}
.products .product-description .product-details .recipe-tab,
.products .product-description .product-details .info-tab,
.products .product-description .product-details .tips-tab,
.products .product-description .product-details .coupon-tab {
  background-image: url('../images/profile-bottom.png');
  background-repeat: no-repeat;
  background-position: 50% 100%;
  padding: 20px 25px;
  border-radius: 0 0 40px 40px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2) {
  .products .product-description .product-details .recipe-tab,
  .products .product-description .product-details .info-tab,
  .products .product-description .product-details .tips-tab,
  .products .product-description .product-details .coupon-tab {
    background-image: url("../images/profile-bottom@2x.png");
    background-size: 722px 1000px;
  }
}
@media (min-resolution: 1.5dppx) {
  .products .product-description .product-details .recipe-tab,
  .products .product-description .product-details .info-tab,
  .products .product-description .product-details .tips-tab,
  .products .product-description .product-details .coupon-tab {
    background-image: url("../images/profile-bottom@2x.png");
    background-size: 722px 1000px;
  }
}
.products .product-description .product-details .recipe-tab .tab-content,
.products .product-description .product-details .info-tab .tab-content,
.products .product-description .product-details .tips-tab .tab-content,
.products .product-description .product-details .coupon-tab .tab-content {
  max-width: 380px;
  margin: 0 0 0 auto;
  /*p, */
}
@media (min-width: 711px) {
  .products .product-description .product-details .recipe-tab .tab-content,
  .products .product-description .product-details .info-tab .tab-content,
  .products .product-description .product-details .tips-tab .tab-content,
  .products .product-description .product-details .coupon-tab .tab-content {
    min-height: 170px;
  }
}
@media (min-width: 768px) {
  .products .product-description .product-details .recipe-tab .tab-content,
  .products .product-description .product-details .info-tab .tab-content,
  .products .product-description .product-details .tips-tab .tab-content,
  .products .product-description .product-details .coupon-tab .tab-content {
    max-width: 430px;
    min-height: 215px;
  }
}
@media (min-width: 810px) {
  .products .product-description .product-details .recipe-tab .tab-content,
  .products .product-description .product-details .info-tab .tab-content,
  .products .product-description .product-details .tips-tab .tab-content,
  .products .product-description .product-details .coupon-tab .tab-content {
    max-width: 480px;
  }
}
@media (min-width: 900px) {
  .products .product-description .product-details .recipe-tab .tab-content,
  .products .product-description .product-details .info-tab .tab-content,
  .products .product-description .product-details .tips-tab .tab-content,
  .products .product-description .product-details .coupon-tab .tab-content {
    max-width: 495px;
  }
}
.products .product-description .product-details .recipe-tab .tab-content hr,
.products .product-description .product-details .info-tab .tab-content hr,
.products .product-description .product-details .tips-tab .tab-content hr,
.products .product-description .product-details .coupon-tab .tab-content hr,
.products .product-description .product-details .recipe-tab .tab-content .hide-recipe,
.products .product-description .product-details .info-tab .tab-content .hide-recipe,
.products .product-description .product-details .tips-tab .tab-content .hide-recipe,
.products .product-description .product-details .coupon-tab .tab-content .hide-recipe {
  display: none;
}
.products .product-description .product-details .recipe-tab#recipes .slick-slide figure img,
.products .product-description .product-details .info-tab#recipes .slick-slide figure img,
.products .product-description .product-details .tips-tab#recipes .slick-slide figure img,
.products .product-description .product-details .coupon-tab#recipes .slick-slide figure img {
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  transition: 0.3s all ease;
  opacity: 1;
}
.products .product-description .product-details .recipe-tab#recipes .slick-slide:hover figure img,
.products .product-description .product-details .info-tab#recipes .slick-slide:hover figure img,
.products .product-description .product-details .tips-tab#recipes .slick-slide:hover figure img,
.products .product-description .product-details .coupon-tab#recipes .slick-slide:hover figure img {
  opacity: 0.6;
}
@media (min-width: 900px) {
  .products .product-description .product-details .recipe-tab#nutritional-info,
  .products .product-description .product-details .info-tab#nutritional-info,
  .products .product-description .product-details .tips-tab#nutritional-info,
  .products .product-description .product-details .coupon-tab#nutritional-info,
  .products .product-description .product-details .recipe-tab#coupon,
  .products .product-description .product-details .info-tab#coupon,
  .products .product-description .product-details .tips-tab#coupon,
  .products .product-description .product-details .coupon-tab#coupon {
    min-height: 245px;
  }
}
@media (min-width: 900px) {
  .products .product-description .product-details .recipe-tab#nutritional-info .tab-content,
  .products .product-description .product-details .info-tab#nutritional-info .tab-content,
  .products .product-description .product-details .tips-tab#nutritional-info .tab-content,
  .products .product-description .product-details .coupon-tab#nutritional-info .tab-content,
  .products .product-description .product-details .recipe-tab#coupon .tab-content,
  .products .product-description .product-details .info-tab#coupon .tab-content,
  .products .product-description .product-details .tips-tab#coupon .tab-content,
  .products .product-description .product-details .coupon-tab#coupon .tab-content {
    margin-left: 230px;
  }
}
.products .product-description .product-details .recipe-tab#nutritional-info .tab-content h4,
.products .product-description .product-details .info-tab#nutritional-info .tab-content h4,
.products .product-description .product-details .tips-tab#nutritional-info .tab-content h4,
.products .product-description .product-details .coupon-tab#nutritional-info .tab-content h4,
.products .product-description .product-details .recipe-tab#coupon .tab-content h4,
.products .product-description .product-details .info-tab#coupon .tab-content h4,
.products .product-description .product-details .tips-tab#coupon .tab-content h4,
.products .product-description .product-details .coupon-tab#coupon .tab-content h4,
.products .product-description .product-details .recipe-tab#nutritional-info .tab-content li,
.products .product-description .product-details .info-tab#nutritional-info .tab-content li,
.products .product-description .product-details .tips-tab#nutritional-info .tab-content li,
.products .product-description .product-details .coupon-tab#nutritional-info .tab-content li,
.products .product-description .product-details .recipe-tab#coupon .tab-content li,
.products .product-description .product-details .info-tab#coupon .tab-content li,
.products .product-description .product-details .tips-tab#coupon .tab-content li,
.products .product-description .product-details .coupon-tab#coupon .tab-content li {
  margin-bottom: 5px;
}
.products .product-description .product-details .recipe-tab#nutritional-info .tab-content img,
.products .product-description .product-details .info-tab#nutritional-info .tab-content img,
.products .product-description .product-details .tips-tab#nutritional-info .tab-content img,
.products .product-description .product-details .coupon-tab#nutritional-info .tab-content img,
.products .product-description .product-details .recipe-tab#coupon .tab-content img,
.products .product-description .product-details .info-tab#coupon .tab-content img,
.products .product-description .product-details .tips-tab#coupon .tab-content img,
.products .product-description .product-details .coupon-tab#coupon .tab-content img {
  width: 100%;
  max-width: 440px;
}
@media (min-width: 900px) {
  .products .product-description .product-details .recipe-tab#recipe-tips,
  .products .product-description .product-details .info-tab#recipe-tips,
  .products .product-description .product-details .tips-tab#recipe-tips,
  .products .product-description .product-details .coupon-tab#recipe-tips {
    min-height: 245px;
  }
}
@media (min-width: 900px) {
  .products .product-description .product-details .recipe-tab#recipe-tips .tab-content,
  .products .product-description .product-details .info-tab#recipe-tips .tab-content,
  .products .product-description .product-details .tips-tab#recipe-tips .tab-content,
  .products .product-description .product-details .coupon-tab#recipe-tips .tab-content {
    margin-left: 230px;
  }
}
.products .product-description .product-details .recipe-tab#recipe-tips .tab-content ul,
.products .product-description .product-details .info-tab#recipe-tips .tab-content ul,
.products .product-description .product-details .tips-tab#recipe-tips .tab-content ul,
.products .product-description .product-details .coupon-tab#recipe-tips .tab-content ul {
  list-style-type: none;
}
.products .product-description .product-details .recipe-tab#recipe-tips .tab-content ul li,
.products .product-description .product-details .info-tab#recipe-tips .tab-content ul li,
.products .product-description .product-details .tips-tab#recipe-tips .tab-content ul li,
.products .product-description .product-details .coupon-tab#recipe-tips .tab-content ul li {
  display: inline-block;
  margin-left: 10px;
}
.products .product-description .product-details .recipe-tab#recipe-tips .tab-content ul li p,
.products .product-description .product-details .info-tab#recipe-tips .tab-content ul li p,
.products .product-description .product-details .tips-tab#recipe-tips .tab-content ul li p,
.products .product-description .product-details .coupon-tab#recipe-tips .tab-content ul li p {
  display: block;
}
.products .product-description .product-details .recipe-tab#recipe-tips .tab-content h4,
.products .product-description .product-details .info-tab#recipe-tips .tab-content h4,
.products .product-description .product-details .tips-tab#recipe-tips .tab-content h4,
.products .product-description .product-details .coupon-tab#recipe-tips .tab-content h4,
.products .product-description .product-details .recipe-tab#recipe-tips .tab-content li,
.products .product-description .product-details .info-tab#recipe-tips .tab-content li,
.products .product-description .product-details .tips-tab#recipe-tips .tab-content li,
.products .product-description .product-details .coupon-tab#recipe-tips .tab-content li {
  margin-bottom: 5px;
}
.products .product-description .product-details .recipe-tab#recipe-tips .tab-content img,
.products .product-description .product-details .info-tab#recipe-tips .tab-content img,
.products .product-description .product-details .tips-tab#recipe-tips .tab-content img,
.products .product-description .product-details .coupon-tab#recipe-tips .tab-content img {
  width: 150px;
  height: auto;
}
.products .product-description .product-details .tips-tab#recipe-tips .tab-content .wplightbox {
  margin: 0 30px 50px 0;
  display: inline-block;
  float: left;
}
.products .product-description .product-details .tips-tab#recipe-tips .tab-content ul li {
  display: block;
}
.products .product-description .product-details .recipe-tab .tab-content .slider-main .slick-list {
  width: 300px;
  margin: 0 auto;
}
@media (min-width: 900px) {
  .products .product-description .product-details .recipe-tab .tab-content .slider-main .slick-list {
    width: 400px;
    margin: 0 auto;
  }
}
.products .product-description .product-details .recipe-tab .tab-content .slider-main h4 {
  text-align: center;
  padding: 0 10px;
}
.products .product-description .product-details .recipe-tab .tab-content .slider-main h4 a {
  color: white;
  text-decoration: none !important;
  padding-right: 6px;
}
.products .product-description .product-details .recipe-tab .tab-content .slider-main h4 .product-ext-link {
  display: inline-block;
  margin-top: -6px;
}
.products .product-description .product-details .recipe-tab .tab-content .slider-main h4 .product-ext-link img {
  width: 24px;
  height: 24px;
}
.products .product-description .product-details .recipe-tab .tab-content .slider-main .slick-slide {
  position: relative;
}
.products .product-description .product-details .recipe-tab .tab-content .slider-main .slick-slide .external-link {
  width: 15px;
  height: 15px;
}
.products .product-description .product-details .tips-tab h4 {
  text-align: center;
  display: block;
}
.products .product-description .product-details .info-tab ul li,
.products .product-description .product-details .tips-tab ul li {
  padding-left: 1.2em;
  text-indent: -0.9em;
}
.products .product-description .product-details .info-tab ul li:before,
.products .product-description .product-details .tips-tab ul li:before {
  content: "■";
  padding-right: 7px;
  color: #95c00f;
}
.products .product-description .product-details .close-details {
  background-image: url('../images/cross.png');
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  width: 54px;
  height: 56px;
  right: 0;
  top: -10px;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  transition: 0.2s all ease;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform-origin: none;
  -webkit-transform-origin: none;
  -moz-transform-origin: none;
  -ms-transform-origin: none;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2) {
  .products .product-description .product-details .close-details {
    background-image: url("../images/cross@2x.png");
    background-size: 54px 56px;
  }
}
@media (min-resolution: 1.5dppx) {
  .products .product-description .product-details .close-details {
    background-image: url("../images/cross@2x.png");
    background-size: 54px 56px;
  }
}
.products .product-description .product-details .close-details:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform-origin: none;
  -webkit-transform-origin: none;
  -moz-transform-origin: none;
  -ms-transform-origin: none;
}
.products .product-description .product-image {
  width: 35%;
  position: absolute;
  top: 0;
  left: -15px;
  padding: 30px 0;
  text-align: center;
}
.products .product-description .product-image img {
  display: block;
  margin: 0 auto;
  height: auto;
  width: 90%;
}
.products .product-description .product-image h4 {
  font-weight: 400;
  font-size: 0.875em;
  color: white;
}
.desktop-video-thumb {
  width: 457px;
  height: 265px;
}
@media (min-width: 711px) {
  #other .section-title {
    background-image: url('../images/heading-glow.png'), url('../images/nav-divider.png');
    margin-top: 0;
  }
  #mayo .section-title {
    background-image: url('../images/heading-glow.png'), url('../images/nav-divider.png');
    margin-top: 0;
  }
}
.tab-container .etabs {
  margin: 20px 0 0 auto;
  padding: 0;
  max-width: 400px;
}
@media (min-width: 768px) {
  .tab-container .etabs {
    max-width: 450px;
  }
}
@media (min-width: 810px) {
  .tab-container .etabs {
    max-width: 500px;
  }
}
@media (min-width: 900px) {
  .tab-container .etabs {
    max-width: 490px;
  }
}
.tab-container .etabs .tab {
  display: inline-block;
  background: #516807;
  border-radius: 15px 15px 0 0;
  width: 29%;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .tab-container .etabs .tab:first-child {
    margin-left: 20px;
  }
}
.tab-container .etabs .tab.active {
  background: #5c7604;
}
.tab-container .etabs .tab.active a {
  color: #282525;
}
.tab-container .etabs .tab a {
  font-size: 1em;
  display: block;
  padding: 15px 0;
  outline: none;
  color: white;
  text-align: center;
}
.tab-container .etabs .tab a:hover {
  text-decoration: none;
}
.footer-recipe-link {
  display: none;
}
@media (min-width: 711px) {
  .footer-recipe-link {
    width: 100%;
    margin: 30px auto;
    text-align: center;
    position: relative;
    margin: 50px auto;
    display: block;
  }
}
@media (min-width: 711px) {
  .footer-recipe-link h2 {
    color: #475b0a;
    font-size: 32px;
  }
}
.footer-recipe-link .recipe-link-bg {
  color: #96c111;
  background-image: url('../images/footer-link-bg.png');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding: 8px 0;
  margin: 20px 0;
  font-size: 16px;
  font-weight: 600;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2) {
  .footer-recipe-link .recipe-link-bg {
    background-image: url("../images/footer-link-bg@2x.png");
    background-size: 231px 37px;
  }
}
@media (min-resolution: 1.5dppx) {
  .footer-recipe-link .recipe-link-bg {
    background-image: url("../images/footer-link-bg@2x.png");
    background-size: 231px 37px;
  }
}
.footer-recipe-link .recipe-link-bg a {
  color: inherit;
  border-bottom: 1px solid #b1cf6f;
}
@media (min-width: 711px) {
  .footer-recipe-link .left-arrow-footer {
    background-image: url('../images/footer-left-arrow.png');
    background-repeat: no-repeat;
    width: 92px;
    height: 24px;
    position: absolute;
    left: 18%;
    top: 68%;
  }
  .footer-recipe-link .right-arrow-footer {
    background-image: url('../images/footer-right-arrow.png');
    background-repeat: no-repeat;
    width: 75px;
    height: 42px;
    position: absolute;
    right: 15%;
    top: 59%;
  }
}
@media (min-width: 711px) and (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2) {
  .footer-recipe-link .left-arrow-footer {
    background-image: url("../images/footer-left-arrow@2x.png");
    background-size: 92px 24px;
  }
}
@media (min-width: 711px) and (min-resolution: 1.5dppx) {
  .footer-recipe-link .left-arrow-footer {
    background-image: url("../images/footer-left-arrow@2x.png");
    background-size: 92px 24px;
  }
}
@media (min-width: 711px) and (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2) {
  .footer-recipe-link .right-arrow-footer {
    background-image: url("../images/footer-right-arrow@2x.png");
    background-size: 75px 42px;
  }
}
@media (min-width: 711px) and (min-resolution: 1.5dppx) {
  .footer-recipe-link .right-arrow-footer {
    background-image: url("../images/footer-right-arrow@2x.png");
    background-size: 75px 42px;
  }
}
@media (min-width: 711px) {
  footer .footer-nav {
    max-width: 480px;
  }
}
.bc-val-warning p {
  color: red;
}
.coupon-img {
  max-width: 400px;
  width: 100%;
}
.coupon-download-img {
  max-width: 440px;
  margin-top: 20px;
  width: 95%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}
.mealIdeasPage .logo {
  top: 85px;
}
.mealIdeasPage .logo .text-logo {
  margin-left: -190px;
  margin-top: 20px;
}
.mealIdeasPage section.slider {
  margin-top: 100px;
}
@media (min-width: 711px) {
  .mealIdeasPage section.slider {
    margin-top: 400px;
  }
}
.mealIdeasPage .intro {
  margin-bottom: 40px;
}
.mealIdeasPage .intro h1 {
  margin-bottom: 40px;
}
.mealIdeasPage .intro p {
  margin-left: 20px;
}
@media (min-width: 711px) {
  .mealIdeasPage .intro p {
    margin-left: 74px;
  }
}
.mealIdeasPage img.meal-ideas-coupon-download {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: 1em;
}
@media (min-width: 711px) {
  .mealIdeasPage img.meal-ideas-coupon-download {
    float: right;
    margin-right: 80px;
    margin-bottom: 60px;
    width: 25%;
  }
}
.mealIdeasPage .meal-ideas-recipes h2 {
  font-family: proxima-nova;
  font-size: 2em;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}
.mealIdeasPage .meal-ideas-recipes h2.section-title {
  background-image: url('../images/heading-glow.png');
  background-repeat: no-repeat;
  background-size: contain !important;
  height: 110px;
  background-position: 50% -7px;
  padding: 0;
  position: relative;
  margin: 0 auto 50px;
  font-size: 35px;
  line-height: 121px;
  font-family: 'YWFTHLLVTKA-Normal';
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 1em;
  height: auto;
  line-height: 1.4em;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2) {
  .mealIdeasPage .meal-ideas-recipes h2.section-title {
    background-image: url("../images/heading-glow@2x.png");
    background-size: 200px 121px;
  }
}
@media (min-resolution: 1.5dppx) {
  .mealIdeasPage .meal-ideas-recipes h2.section-title {
    background-image: url("../images/heading-glow@2x.png");
    background-size: 200px 121px;
  }
}
@media (max-width: 711px) {
  .mealIdeasPage .meal-ideas-recipes h2.section-title:before {
    background-image: url('../images/nav-divider.png');
    display: block;
    position: absolute;
    bottom: -50px;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform-origin: none;
    -webkit-transform-origin: none;
    -moz-transform-origin: none;
    -ms-transform-origin: none;
    height: 53px;
    background-size: contain!important;
    background-repeat: no-repeat;
    width: 100%;
  }
}
@media (max-width: 711px) and (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2) {
  .mealIdeasPage .meal-ideas-recipes h2.section-title:before {
    background-image: url("../images/nav-divider@2x.png");
    background-size: 730px 53px;
  }
}
@media (max-width: 711px) and (min-resolution: 1.5dppx) {
  .mealIdeasPage .meal-ideas-recipes h2.section-title:before {
    background-image: url("../images/nav-divider@2x.png");
    background-size: 730px 53px;
  }
}
@media (min-width: 711px) {
  .mealIdeasPage .meal-ideas-recipes h2.section-title {
    margin: -35px auto 0;
  }
}
@media (min-width: 711px) {
  .mealIdeasPage .meal-ideas-recipes h2.section-title {
    margin-top: 0;
    margin-bottom: 1em;
  }
}
.mealIdeasPage .meal-ideas-recipes img.product {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  width: 100%;
  max-width: 459px;
}
@media (min-width: 768px) {
  .slider .narrow-hero-image img {
    margin-left: 40px;
  }
}
@media (min-width: 960px) {
  .slider .narrow-hero-image img {
    margin-left: 120px;
    margin-top: -5px;
  }
}
.videos ul {
  /*
        h3 {
            display: block;
            height: 4em;
        }
        */
}
.videos ul li {
  position: relative;
}
@media (min-width: 711px) {
  .videos ul .link-btn {
    position: absolute;
    bottom: 0;
  }
}
.videos ul .link-btn a {
  color: white;
  font-weight: 800;
  margin-left: 5px;
  -webkit-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}
.video-wrapper {
  position: relative;
}
.video-wrapper .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 38px;
  height: 42px;
  margin-left: -19px;
  margin-top: -21px;
  background-position: 0 -400px;
}
.video-wrapper .play-btn:after {
  background-position: -50px -400px;
}
.video-wrapper .play-btn:hover:after {
  background-position: -50px -400px;
}
.homepage .outer-wrapper {
  background-image: url('../images/ingredients_home.png');
  background-attachment: fixed;
}
.homepage .secondary-lockup {
  display: none;
}
@media (min-width: 900px) {
  .homepage .secondary-lockup {
    display: block;
    position: relative;
    left: -360px;
    top: -130px;
  }
  .homepage .secondary-lockup img {
    width: 250px;
    height: auto;
  }
}
#debug {
  color: black;
}
body.no-background .outer-wrapper {
  background-image: none;
}
.asterisk_hidden {
  display: none;
}
#error-box ul {
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 2px solid red;
  padding: 1.2em;
  margin-bottom: 2em;
}
.barcode-entry label {
  vertical-align: top;
  padding-top: 8px;
}
.barcode-entry span.help {
  float: right;
  font-size: 0.8em;
  padding-top: 6px;
}
ul.af_list {
  width: 80%;
}
ul.af_list li.af_item {
  color: black;
}
#recipe-hero-image {
  position: relative;
  padding: 20px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
#recipe-hero-image img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  top: auto;
}
#recipe-hero-image .mobile-glow {
  display: none;
}
#recipe-hero-image .logo {
  position: absolute;
  left: 55%;
  top: 76%;
  width: 25%;
  height: 25%;
  margin: 0;
  padding: 0;
}
#recipe-hero-image .glow {
  display: none;
}
#recipe-hero-image .home .logo .text-logo {
  top: auto;
}
.recipe-single-main .ingredient-list ul li {
  display: table-row;
  float: none;
}
