@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

img {
  display: block;
  margin: 20px auto 0 auto; }
  img.icon {
    width: 50px;
    height: 50px; }
  img.social {
    background-color: #000;
    padding: 0; }

/*
 * Legal Disclaimer
 *
 * These Fonts are licensed only for use on these domains and their subdomains:
 * www.mightybee.com
 *
 * It is illegal to download or use them on other websites.
 *
 * While the @font-face statements below may be modified by the client, this
 * disclaimer may not be removed.
 *
 * Lineto.com, 2015
 */
@font-face {
  font-family: "Akkurat-Pro-Regular";
  src: url("../fonts/lineto-akkurat-pro-regular.eot");
  src: url("../fonts/lineto-akkurat-pro-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-akkurat-pro-regular.woff") format("woff"), url("../fonts/lineto-akkurat-pro-regular.ttf") format("truetype"), url("../fonts/lineto-akkurat-pro-regular.svg#lineto-akkurat-pro-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Akkurat-Pro-Bold";
  src: url("../fonts/lineto-akkurat-pro-bold.eot");
  src: url("../fonts/lineto-akkurat-pro-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-akkurat-pro-bold.woff") format("woff"), url("../fonts/lineto-akkurat-pro-bold.ttf") format("truetype"), url("../fonts/lineto-akkurat-pro-bold.svg#lineto-akkurat-pro-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Akkurat-Pro-Italic";
  src: url("../fonts/lineto-akkurat-pro-italic.eot");
  src: url("../fonts/lineto-akkurat-pro-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-akkurat-pro-italic.woff") format("woff"), url("../fonts/lineto-akkurat-pro-italic.ttf") format("truetype"), url("../fonts/lineto-akkurat-pro-italic.svg#lineto-akkurat-pro-italic") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Akkurat-Pro-Lightitalic";
  src: url("../fonts/lineto-akkurat-pro-lightitalic.eot");
  src: url("../fonts/lineto-akkurat-pro-lightitalic.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-akkurat-pro-lightitalic.woff") format("woff"), url("../fonts/lineto-akkurat-pro-lightitalic.ttf") format("truetype"), url("../fonts/lineto-akkurat-pro-lightitalic.svg#lineto-akkurat-pro-lightitalic") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Akkurat-Pro-Light";
  src: url("../fonts/lineto-akkurat-pro-light.eot");
  src: url("../fonts/lineto-akkurat-pro-light.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-akkurat-pro-light.woff") format("woff"), url("../fonts/lineto-akkurat-pro-light.ttf") format("truetype"), url("../fonts/lineto-akkurat-pro-light.svg#lineto-akkurat-pro-light") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Akkurat-Pro-Bolditalic";
  src: url("../fonts/lineto-akkurat-pro-bolditalic.eot");
  src: url("../fonts/lineto-akkurat-pro-bolditalic.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-akkurat-pro-bolditalic.woff") format("woff"), url("../fonts/lineto-akkurat-pro-bolditalic.ttf") format("truetype"), url("../fonts/lineto-akkurat-pro-bolditalic.svg#lineto-akkurat-pro-bolditalic") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Engine';
  src: url("../fonts/Engine-Regular.eot");
  src: url("../fonts/Engine-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Engine-Regular.woff2") format("woff2"), url("../fonts/Engine-Regular.woff") format("woff"), url("../fonts/Engine-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

address {
  font-style: normal; }

header .sqs-block {
  padding-bottom: 0 !important; }

.form-wrapper .field-list .textarea {
  margin-bottom: 0 !important; }

td.quantity input {
  border-radius: 0 !important;
  border: 2px solid #000 !important;
  padding: 15px 10px !important;
  width: 50% !important;
  text-align: center !important; }

.product-quantity-input div {
  display: inline-block !important;
  width: 33.33% !important; }

.product-quantity-input input {
  display: inline-block;
  width: 66.66% !important;
  text-align: center !important;
  border: 2px solid #000 !important; }

.sqs-fullpage-shopping-cart-content .checkout {
  padding-right: 0;
  padding-top: 15px; }

.image-block-wrapper {
  padding-bottom: 0 !important; }

.image-block-wrapper .thumb-image {
  position: static !important; }

.product-block .productDetails .product-price {
  margin-top: 12px;
  font-size: inherit; }

.absolute-cart-box {
  -webkit-transition: color 150ms;
  -moz-transition: color 150ms;
  transition: color 150ms;
  z-index: 99999999999999;
  top: 6px !important;
  right: 11px !important;
  bottom: auto !important;
  left: initial !important; }

.absolute-cart-box:hover * {
  -webkit-transition: color 150ms;
  -moz-transition: color 150ms;
  transition: color 150ms;
  color: #ca8f82 !important; }

.sqs-pill-shopping-cart-content {
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
  min-width: 110px !important; }

td.price p {
  text-align: right !important; }

.product-block .productDetails .product-title,
.image-container a {
  cursor: default !important; }

.sqs-pill-shopping-cart {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: static !important;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  transform: none !important; }

.sqs-pill-shopping-cart .icon {
  display: none !important; }

.sqs-pill-shopping-cart .details {
  font-size: 0;
  float: right; }

.sqs-pill-shopping-cart .details .total-quantity {
  font-size: 12px;
  background: transparent url("../images/icon_cart.svg") no-repeat center center;
  background-size: 100% 100%;
  display: block;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 34px;
  color: #000; }

.sqs-pill-shopping-cart .details .suffix {
  display: none !important; }

.sqs-pill-shopping-cart .subtotal {
  float: left;
  padding-right: 30px; }

.sqs-pill-shopping-cart .subtotal .price {
  font-weight: normal;
  color: #000;
  font-size: 14px;
  line-height: 25px;
  position: relative;
  overflow: visible; }

body {
  font-size: 14px;
  background-color: #f2f2f2;
  font-family: "Akkurat-Pro-Regular", sans-serif; }

div.cover {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  position: relative;
  height: 400px;
  width: 100%; }

img.cover {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%; }

textarea {
  resize: none; }

::selection {
  background: #ca8f82; }

::-moz-selection {
  background: #ca8f82; }

textarea,
input {
  outline: none;
  border-radius: none; }

.hidden {
  display: none !important; }

.product-quantity-input input {
  width: 100%;
  padding: 15px 10px;
  margin-top: 7px; }

form div {
  margin-bottom: 20px; }

form .email-error {
  width: 100%;
  height: 30px;
  line-height: 30px;
  background-color: #000;
  overflow: hidden;
  color: #fff;
  padding-left: 10px;
  font-size: 12px; }

form input[type="text"],
form input[type="email"],
form textarea {
  -webkit-transition: box-shadow 50ms;
  -moz-transition: box-shadow 50ms;
  transition: box-shadow 50ms;
  width: 100%;
  padding: 15px;
  border: 0;
  box-shadow: inset 0px 0px 0px 0px #ca8f82; }
  form input[type="text"].error,
  form input[type="email"].error,
  form textarea.error {
    box-shadow: inset 0px 0px 0px 2px #000;
    position: relative; }
  form input[type="text"]:focus,
  form input[type="email"]:focus,
  form textarea:focus {
    box-shadow: inset 0px 0px 0px 2px #ca8f82; }

form textarea {
  height: 150px; }

p {
  line-height: 20px; }
  p a {
    margin-top: 10px;
    display: inline-block; }
  p strong {
    font-weight: bold;
    color: #ca8f82; }

div.quote p {
  color: #ca8f82;
  font-size: 18px;
  line-height: 22px;
  padding: 15px 0; }

.caption p,
small {
  font-size: 10px; }

html.js section.shop .item {
  opacity: 0; }

hr {
  height: 1px;
  border: 0;
  width: 100%;
  background-color: #fff;
  margin: 40px 0; }

a {
  text-decoration: none;
  cursor: pointer; }

body:not(.button-style-default) .sqs-editable-button {
  width: 100%;
  font-family: "Akkurat-Pro-Regular", sans-serif; }

.btn,
body:not(.button-style-default) .sqs-editable-button {
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
  padding: 17px;
  height: 53px;
  line-height: 1.1;
  border: 2px solid #000;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: transparent;
  color: #000;
  cursor: pointer; }
  .btn:hover,
  body:not(.button-style-default) .sqs-editable-button:hover {
    background-color: #ca8f82;
    border-color: #ca8f82; }
  @media screen and (min-width: 770px) {
    .btn,
    body:not(.button-style-default) .sqs-editable-button {
      letter-spacing: 0px; } }
  @media screen and (min-width: 880px) {
    .btn,
    body:not(.button-style-default) .sqs-editable-button {
      letter-spacing: 2px; } }
  @media screen and (min-width: 1180px) {
    .btn,
    body:not(.button-style-default) .sqs-editable-button {
      letter-spacing: 4px; } }

h1 {
  font-size: 32px;
  color: #000;
  letter-spacing: 2px;
  line-height: 34px; }
  h1.big {
    font-size: 38px;
    line-height: 1;
    margin-bottom: 0; }
    h1.bigb {
      color: darkblue;
      font-size: 38px;
      line-height: 1;
      margin-bottom: 0; }  
  @media screen and (min-width: 380px) {
    h1 {
      letter-spacing: 4px; }
      h1.big {
        font-size: 48px;
        line-height: 1;
        margin-bottom: 0; }
        h1.bigb {
          color: darkblue;
          font-size: 48px;
          line-height: 1;
          margin-bottom: 0; }   }
  @media screen and (min-width: 481px) {
    h1 {
      letter-spacing: 8px; } }
  @media screen and (min-width: 769px) {
    h1 {
      font-size: 48px;
      line-height: 45px;
      margin-top: 20px; }
      h1.big {
        font-size: 60px; }
        h1.bigb {
          color: darkblue;
          font-size: 60px; } }

h1,
h2,
.product-block .productDetails .product-title {
  position: relative;
  padding-bottom: 20px; }
  h1::after,
  h2::after,
  .product-block .productDetails .product-title::after {
    content: "";
    position: absolute;
    bottom: 10px;
    width: 35px;
    height: 7px;
    background-color: #000;
    left: 0; }
    h1.bigb:after,
    .product-block .productDetails .product-title::after {
      content: "";
      position: absolute;
      bottom: 10px;
      width: 35px;
      height: 7px;
      background-color:darkblue;
      left: 0; }

  h1.no-line:after,
  h2.no-line:after,
  .product-block .productDetails .product-title.no-line:after {
    content: none; }

@media screen and (min-width: 481px) and (max-width: 768px) {
  .noline h1 {
    float: left;
    display: block;
    margin-right: 4.34783%;
    width: 65.21739%;
    margin-left: 17.3913%;
    text-align: center;
    float: none;
    margin-bottom: 30px; }
    .noline h1:last-child {
      margin-right: 0; } }

.noline h1::after {
  height: 0; }

h2::after,
.product-block .productDetails .product-title::after {
  height: 5px; }

h1,
h2,
h3,
.product-block .productDetails .product-title {
  font-family: "Akkurat-Pro-Bold";
  text-transform: uppercase;
  font-weight: normal;
  color: #000; }
  h1 a,
  h2 a,
  h3 a,
  .product-block .productDetails .product-title a {
    color: #000; }

h2,
.product-block .productDetails .product-title {
  font-size: 21px;
  letter-spacing: 2px; }
  @media screen and (min-width: 769px) {
    h2,
    .product-block .productDetails .product-title {
      font-size: 24px; } }

h3 {
  font-size: 18px;
  color: #000000;
  letter-spacing: 0.57px;
  line-height: 24px; }

a {
  color: #ca8f82; }

a.arrow {
  -webkit-transition: color 250ms;
  -moz-transition: color 250ms;
  transition: color 250ms;
  position: relative; }
  a.arrow:hover {
    color: #000; }
    a.arrow:hover::after {
      opacity: 1;
      right: -17px; }
  a.arrow::after {
    -webkit-transition: opacity 100ms, right 100ms;
    -moz-transition: opacity 100ms, right 100ms;
    transition: opacity 100ms, right 100ms;
    content: "";
    opacity: 0;
    margin-left: -3px;
    position: absolute;
    right: -15px;
    height: 10px;
    width: 10px;
    top: 4px;
    background-image: url("../images/icon_ahover.svg");
    background-size: 100% auto; }
   a.arrow::before {
    content: url("https://mozorg.cdn.mozilla.net/media/img/favicon.ico") " MOZILLA: ";
   } 

  ul.share {
  margin: 0;
  padding: 0;
  text-align: center; }
  ul.share li {
    display: inline-block;
    margin: 0;
    padding-bottom: 20px; }
    @media screen and (max-width: 480px) {
      ul.share li {
        padding-top: 0; } }
    ul.share li a {
      -webkit-transition: color 250ms;
      -moz-transition: color 250ms;
      transition: color 250ms;
      font-size: 12px;
      color: #000;
      font-weight: bold;
      text-transform: uppercase; }
      ul.share li a img {
        -webkit-transition: background-color 250ms;
        -moz-transition: background-color 250ms;
        transition: background-color 250ms; }
      ul.share li a:hover {
        color: #ca8f82; }
        ul.share li a:hover img {
          background-color: #ca8f82;
          margin-top: 15px; }
    ul.share li img {
      margin-bottom: 10px;
      width: 40px;
      height: 40px; }
    @media screen and (max-width: 480px) {
      ul.share li {
        width: 33.3%; } }

body > .white {
  background-color: #fff; }

.break {
  border-top: 10px solid #fff;
  margin-top: 100px;
  padding-top: 100px; }

header {
  width: 100%;
  border: 0;
  margin-top: 0px;
  padding-top: 60px; }
  header::after {
    clear: both;
    content: "";
    display: table; }

.white-outer-container {
  background: white;
  width: 100%; }
  .white-outer-container.green {
    background: #a5d4cc; }
  .white-outer-container.organic-agriculture {
    background: white url(../images/photos/cocoCanal.jpg) no-repeat;
    background-size: cover;
    background-position: top right; }
    @media screen and (min-width: 481px) {
      .white-outer-container.organic-agriculture {
        background-size: contain; } }
    @media screen and (min-width: 620px) {
      .white-outer-container.organic-agriculture {
        background-position: 150% 0; } }
    @media screen and (min-width: 800px) {
      .white-outer-container.organic-agriculture {
        background-position: 130% 0; } }
    @media screen and (min-width: 900px) {
      .white-outer-container.organic-agriculture {
        background-position: 125% 0; } }
    @media screen and (min-width: 1000px) {
      .white-outer-container.organic-agriculture {
        background-position: 110% 0; } }
    @media screen and (min-width: 1180px) {
      .white-outer-container.organic-agriculture {
        background-position: top right; } }

.image-outer-container {
  height: 600px;
  position: relative;
  background: url(../images/photos/freshCoconut2.jpg) no-repeat center;
  background-size: cover;
  -webkit-transition: background-position-y 250ms ease-out;
  -moz-transition: background-position-y 250ms ease-out;
  transition: background-position-y 250ms ease-out; }
  .image-outer-container .container {
    position: relative;
    height: 100%; }
    .image-outer-container .container .caption {
      position: absolute;
      max-width: 30em;
      text-align: left;
      bottom: 0; }
      .image-outer-container .container .caption h1,
      .image-outer-container .container .caption h2 {
        color: white; }
      .image-outer-container .container .caption h1:after {
        background: white; }
      @media screen and (min-width: 481px) {
        .image-outer-container .container .caption {
          right: 0;
          width: 40%; } }

  .nut-outer-container {
    height: 350px;
    position: relative;
    background: url(../images/banana/Banana_Tree.png) no-repeat center;
    background-size: cover;
   -webkit-transition: background-position-y 250ms ease-out;
   -moz-transition: background-position-y 250ms ease-out;
   transition: background-position-y 250ms ease-out; }
  .nut-outer-container .container {
    position: relative;
    height: 100%; 
    margin: 0 auto;
    padding: 100px 15px; }
  .nut-outer-container .container .caption {
    position: absolute;
    max-width: 30em;
    text-align: left;
    bottom: 0; }
  .nut-outer-container .container .caption h1,
  .nut-outer-container .container .caption h2 {
    color: white;
    }
  .nut-outer-container .container .caption h1:after {
    background: white; }
  @media screen and (min-width: 481px) {
  .nut-outer-container.nut .container .caption {
    right: 0;
    width: 40%; } }

.image-outer-container.bananito {
  background: url(../images/bananito/banabanner3.jpg) no-repeat center;
  background-size: cover;
  -webkit-transition: background-position-y 250ms ease-out;
  -moz-transition: background-position-y 250ms ease-out;
  transition: background-position-y 250ms ease-out; }
  .image-outer-container.bananito h2 {
    font-family: "Engine", sans-serif;
    letter-spacing: 0;
    font-size: 42px;
    background: url(../images/bananito/large-smudge.svg) no-repeat center;
    padding: 0.5rem 0 1rem;
    line-height: 1;
    transform: rotate(-1.5deg);
    margin-top: 1.25rem; }
    @media screen and (max-width: 480px) {
      .image-outer-container.bananito h2 {
        font-size: 30px; } }
  .image-outer-container.bananito .caption {
    top: 10%;
    width: 100%;
    right: auto;
    margin: 4rem auto;
    position: relative;
    text-align: center;
    max-width: 36rem; }
    .image-outer-container.bananito .caption img {
      width: 100%; }

  .image-outer-container.banana {
    /*height: 300;*/
    width: 100%;
    background: url(../images/banana/Header_Inside_V03.jpg) no-repeat center;
    background-size:cover;
    -webkit-transition: background-position-y 250ms ease-out;
    -moz-transition: background-position-y 250ms ease-out;
    transition: background-position-y 250ms ease-out; }
    .image-outer-container.banana h2 {
    font-family: "Engine", sans-serif;
    letter-spacing: 0;
    font-size: 42px;
    background: url(../images/banana/large-smudge.svg) no-repeat center;
    padding: 0.5rem 0 1rem;
    line-height: 1;
    transform: rotate(-1.5deg);
    margin-top: 1.25rem; }
    @media screen and (max-width: 480px) {
    .image-outer-container.banana h2 {
    font-size: 30px; } }
    .image-outer-container.banana .caption {
    top: 10%;
    width: 100%;
    right: auto;
    margin: 4rem auto;
    position: relative;
    text-align: center;
    max-width: 36rem; }
    .image-outer-container.banana .caption img {
    width: 100%; }      

div.container {
  max-width: 90em;
  margin-left: auto;
  margin-right: auto;
  /* padding: 45px 15px; PAB */
  border-bottom: 0; }
  div.container::after {
    clear: both;
    content: "";
    display: table; }
  div.container.nav {
    border: 0; }
  /*div.container.top {
     padding-top: 60px; } PAB */
  div.container.product-page {
    display: block;
    padding-top: 120px; }
    div.container.product-page::after {
      clear: both;
      content: "";
      display: table; }
    div.container.product-page .strong {
      font-weight: 900;
      letter-spacing: 0.5px;
      font-family: "Akkurat-Pro-Bold", sans-serif; }
    @media screen and (min-width: 481px) {
      div.container.product-page article.product-column {
        float: right;
        display: block;
        margin-left: 2.12766%;
        width: 57.44681%; }
        div.container.product-page article.product-column:last-child {
          margin-left: 0; } }
    @media screen and (min-width: 1025px) {
      div.container.product-page article.product-column {
        margin-right: 8.51064%;
        float: right;
        display: block;
        margin-left: 2.12766%;
        width: 48.93617%; }
        div.container.product-page article.product-column:last-child {
          margin-left: 0; } }
    div.container.product-page article.product-column h1 {
      margin-bottom: 0; }
    div.container.product-page article.product-column h2 {
      padding-bottom: 0; }
    @media screen and (min-width: 481px) {
      div.container.product-page article.product-column p {
        padding-left: 45px; } }
    div.container.product-page article.product-column div.variety-buttons {
      margin-top: 30px;
      margin-bottom: 60px; }
      div.container.product-page article.product-column div.variety-buttons .btn {
        border: none;
        margin: 0 0 5px 6px;
        -webkit-transition: background 250ms;
        -moz-transition: background 250ms;
        transition: background 250ms; }
        @media screen and (max-width: 480px) {
          div.container.product-page article.product-column div.variety-buttons .btn {
            margin: 0 0 10px 0px;
            width: 100%; } }
        @media screen and (min-width: 481px) and (max-width: 768px) {
          div.container.product-page article.product-column div.variety-buttons .btn {
            margin: 0 0 10px 10px;
            width: 100%; } }
        div.container.product-page article.product-column div.variety-buttons .btn.virgin-btn {
          background: rgba(81, 170, 155, 0.25);
          color: #51aa9b; }
          div.container.product-page article.product-column div.variety-buttons .btn.virgin-btn:hover {
            background: rgba(81, 170, 155, 0.35); }
        div.container.product-page article.product-column div.variety-buttons .btn.raw-btn {
          background: rgba(202, 143, 130, 0.25);
          color: #ca8f82; }
          div.container.product-page article.product-column div.variety-buttons .btn.raw-btn:hover {
            background: rgba(202, 143, 130, 0.35); }
        div.container.product-page article.product-column div.variety-buttons .btn.spicybbq-btn {
          background: rgba(40, 62, 133, 0.25);
          color: #283e85; }
          div.container.product-page article.product-column div.variety-buttons .btn.spicybbq-btn:hover {
            background: rgba(40, 62, 133, 0.35); }
        div.container.product-page article.product-column div.variety-buttons .btn.teriyaki-btn {
          background: rgba(224, 121, 62, 0.25);
          color: #e0793e; }
          div.container.product-page article.product-column div.variety-buttons .btn.teriyaki-btn:hover {
            background: rgba(224, 121, 62, 0.35); }
        div.container.product-page article.product-column div.variety-buttons .btn.chocohazel-btn {
          background: rgba(144, 90, 53, 0.25);
          color: #905a35; }
          div.container.product-page article.product-column div.variety-buttons .btn.chocohazel-btn:hover {
            background: rgba(144, 90, 53, 0.35); }
        div.container.product-page article.product-column div.variety-buttons .btn.blueBananito-btn {
          background: rgba(91, 148, 175, 0.25);
          color: #5b94af; }
        div.container.product-page article.product-column div.variety-buttons .btn.blueBananito-btn:hover {
          background: rgba(91, 148, 175, 0.35); }
        div.container.product-page article.product-column div.variety-buttons .btn.blueBBananito-btn {
          background: #89d8ed;
          color: #526483; }
        div.container.product-page article.product-column div.variety-buttons .btn.blueBBananito-btn:hover {
          background: #89d8ed; }    
        div.container.product-page article.product-column div.variety-buttons .btn.yellowBananito-btn {
          background: rgba(229, 177, 77, 0.25);
          color: #e5b14d; }
        div.container.product-page article.product-column div.variety-buttons .btn.yellowBananito-btn:hover {
          background: rgba(229, 177, 77, 0.35); }
          div.container.product-page article.product-column div.variety-buttons .btn.yellowBBananito-btn {
            background: #f8d63d;
            color: #6b3daf; }
          div.container.product-page article.product-column div.variety-buttons .btn.yellowBBananito-btn:hover {
            background: #f8d63d; }  
        div.container.product-page article.product-column div.variety-buttons .btn.brownBananito-btn {
          background: rgba(82, 34, 15, 0.35);
          color: rgb(31, 22, 22); }
        div.container.product-page article.product-column div.variety-buttons .btn.brownBananito-btn:hover {
          background: rgba(82, 34, 15, 0.45); }
        div.container.product-page article.product-column div.variety-buttons .btn.redBananito-btn {
          background: #f8704c;
          color: #8e645b; }
        div.container.product-page article.product-column div.variety-buttons .btn.redBananito-btn:hover {
          background: r#f8704c; }    
        div.container.product-page article.product-column div.variety-buttons .btn.greenBananito-btn {
          background:#a3e188;
          color:#4d6b64; }
        div.container.product-page article.product-column div.variety-buttons .btn.greenBananito-btn:hover {
          background:#a3e188; }  
    div.container.product-page article.product-column ul.eating-suggestions {
      padding: 0;
      width: 100%;
      padding-left: 45px;
      display: flex;
      flex-flow: row wrap; }
      @media screen and (max-width: 480px) {
        div.container.product-page article.product-column ul.eating-suggestions {
          padding-left: 0; } }
      div.container.product-page article.product-column ul.eating-suggestions li {
        list-style: none;
        float: right;
        display: block;
        margin-left: 6.66667%;
        width: 20%;
        margin-left: 0;
        margin-right: 5%;
        padding: 0;
        position: relative;
        float: left;
        text-align: center;
        margin-bottom: 1.5rem;
        display: flex;
        flex-flow: row wrap;
        align-items: center; }
        div.container.product-page article.product-column ul.eating-suggestions li:last-child {
          margin-left: 0; }
        @media screen and (max-width: 767px) {
          div.container.product-page article.product-column ul.eating-suggestions li {
            float: right;
            display: block;
            margin-left: 9.09091%;
            width: 27.27273%;
            margin-left: 0;
            display: flex;
            flex-flow: row wrap; }
            div.container.product-page article.product-column ul.eating-suggestions li:last-child {
              margin-left: 0; } }
        @media screen and (max-width: 480px) {
          div.container.product-page article.product-column ul.eating-suggestions li {
            float: right;
            display: block;
            margin-left: 14.28571%;
            width: 42.85714%;
            margin-left: 0;
            display: flex;
            flex-flow: row wrap; }
            div.container.product-page article.product-column ul.eating-suggestions li:last-child {
              margin-left: 0; } }
        div.container.product-page article.product-column ul.eating-suggestions li div.drawing,
        div.container.product-page article.product-column ul.eating-suggestions li div.usp {
          width: 100%;
          padding-bottom: 100%;
          border-radius: 10px;
          max-width: 120px;
          margin: 0 auto; }
          div.container.product-page article.product-column ul.eating-suggestions li div.drawing.go,
          div.container.product-page article.product-column ul.eating-suggestions li div.usp.go {
            background: url(../images/drawings/bike.jpg) no-repeat center;
            background-size: cover; }
          div.container.product-page article.product-column ul.eating-suggestions li div.drawing.five,
          div.container.product-page article.product-column ul.eating-suggestions li div.usp.five {
            background: url(../images/drawings/beer.jpg) no-repeat center;
            background-size: cover; }
          div.container.product-page article.product-column ul.eating-suggestions li div.drawing.sweat,
          div.container.product-page article.product-column ul.eating-suggestions li div.usp.sweat {
            background: url(../images/drawings/tennis.jpg) no-repeat center;
            background-size: cover; }
          div.container.product-page article.product-column ul.eating-suggestions li div.drawing.five-a-day,
          div.container.product-page article.product-column ul.eating-suggestions li div.usp.five-a-day {
            background: url(../images/bananito/badge_1of5.png) no-repeat center;
            background-size: contain; }
          div.container.product-page article.product-column ul.eating-suggestions li div.drawing.gluten,
          div.container.product-page article.product-column ul.eating-suggestions li div.usp.gluten {
            background: url(../images/bananito/badge_glutenFree.png) no-repeat center;
            background-size: contain; }
          div.container.product-page article.product-column ul.eating-suggestions li div.drawing.high-fibre,
          div.container.product-page article.product-column ul.eating-suggestions li div.usp.high-fibre {
            background: url(../images/bananito/badge_highFibre.png) no-repeat center;
            background-size: contain; }
          div.container.product-page article.product-column ul.eating-suggestions li div.drawing.potassium,
          div.container.product-page article.product-column ul.eating-suggestions li div.usp.potassium {
            background: url(../images/bananito/badge_potassium.png) no-repeat center;
            background-size: contain; }
          div.container.product-page article.product-column ul.eating-suggestions li div.drawing.no-img,
          div.container.product-page article.product-column ul.eating-suggestions li div.usp.no-img {
            padding-bottom: 0; }
            div.container.product-page article.product-column ul.eating-suggestions li div.drawing.no-img > img,
            div.container.product-page article.product-column ul.eating-suggestions li div.usp.no-img > img {
              width: 60%;
              margin-top: 0; }
            div.container.product-page article.product-column ul.eating-suggestions li div.drawing.no-img > p,
            div.container.product-page article.product-column ul.eating-suggestions li div.usp.no-img > p {
              padding-bottom: 0; }
        div.container.product-page article.product-column ul.eating-suggestions li p {
          padding: 0.5em 10px;
          margin: 0; }
          div.container.product-page article.product-column ul.eating-suggestions li p.engine-font {
            font-family: "Engine", sans-serif;
            font-size: 22px;
            font-weight: 900; }
    div.container.product-page article.product-column section.product-description div.box {
      margin-bottom: 45px;
      position: relative; }
      div.container.product-page article.product-column section.product-description div.box .image {
        width: 100px;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0; }  
         div.container.product-page article.product-column section.product-description div.box .image.high-pressure {
          background: url("../images/drawings/highPressure.png") no-repeat center;
          background-size: contain; }
        div.container.product-page article.product-column section.product-description div.box .image.pink-bottle {
          background: url("../images/drawings/pinkBottle.png") no-repeat center;
          background-size: contain; }
      div.container.product-page article.product-column section.product-description div.box .text-container {
        padding-right: 130px; }
    @media screen and (min-width: 481px) {
      div.container.product-page aside.product-details {
        float: right;
        display: block;
        margin-left: 2.12766%;
        width: 31.91489%;
        margin-right: 8.51064%; }
        div.container.product-page aside.product-details:last-child {
          margin-left: 0; } }
    @media screen and (min-width: 769px) {
      div.container.product-page aside.product-details.image-outer-container.banana {
        background: url(../images/banana/Header_Inside_V03.jpg) no-repeat center;
        background-size: cover;
        -webkit-transition: background-position-y 250ms ease-out;
        -moz-transition: background-position-y 250ms ease-out;
        transition: background-position-y 250ms ease-out; }
        .image-outer-container.banana h2 {
          font-family: "Engine", sans-serif;
          letter-spacing: 0;
          font-size: 42px;
          background: url(../images/banana/large-smudge.svg) no-repeat center;
          padding: .5rem 0 1rem;
          line-height: 1;
          transform: rotate(-1.5deg);
          margin-top: 1.25rem; }
          @media screen and (max-width: 480px) {
            .image-outer-container.banana h2 {
              font-size: 30px; } }
        .image-outer-container.banana .caption {
          top: 10%;
          width: 100%;
          right: auto;
          /* margin: 4rem auto;
          position: relative; PAB */
          text-align: center;
          max-width: 36rem; }
          .image-outer-container.banana .caption img {
            width: 100%; }ls {
        padding-left: calc( 8.51064% / 2); } }
    @media screen and (min-width: 1025px) {
      div.container.product-page aside.product-details {
        margin-right: 8.51064%;
        padding-left: 8.51064%; } }
    div.container.product-page aside.product-details div.product-details-wrapper div.product-image {
      display: block;
      width: auto;
      margin: auto; }
      div.container.product-page aside.product-details div.product-details-wrapper div.product-image .product-image-display {
        width: 100%;
        overflow: hidden;
        margin: auto;
        position: relative; }
        div.container.product-page aside.product-details div.product-details-wrapper div.product-image .product-image-display:before {
          content: "";
          display: block;
          width: 100%;
          background: url("../images/bottles/BothVirginWater.jpg") no-repeat;
          background-size: cover;
          height: 0;
          padding-bottom: 139%;
          -moz-transition: 0.25s;
          -o-transition: 0.25s;
          -webkit-transition: 0.25s;
          transition: 0.25s; }
        div.container.product-page aside.product-details div.product-details-wrapper div.product-image .product-image-display.virgin-water:before {
          background: url("../images/bottles/BothVirginWater.jpg") no-repeat;
          background-size: cover; }
          @media screen and (max-width: 480px) {
            div.container.product-page aside.product-details div.product-details-wrapper div.product-image .product-image-display.virgin-water:before {
              background-size: 80%;
              background-position: center; } }
        div.container.product-page aside.product-details div.product-details-wrapper div.product-image .product-image-display.raw-water:before {
          background: url("../images/bottles/BothRawWater.jpg") no-repeat;
          background-size: cover; }
          @media screen and (max-width: 480px) {
            div.container.product-page aside.product-details div.product-details-wrapper div.product-image .product-image-display.raw-water:before {
              background-size: 80%;
              background-position: center; } }
        div.container.product-page aside.product-details div.product-details-wrapper div.product-image .product-image-display.spicybbq:before {
          background: url("../images/jerky/spicybbq.jpg") no-repeat;
          background-size: cover; }
          @media screen and (max-width: 480px) {
            div.container.product-page aside.product-details div.product-details-wrapper div.product-image .product-image-display.spicybbq:before {
              background-size: 80%;
              background-position: center; } }
        div.container.product-page aside.product-details div.product-details-wrapper div.product-image .product-image-display.teriyaki:before {
          background: url("../images/jerky/teriyaki.jpg") no-repeat;
          background-size: cover; }
          @media screen and (max-width: 480px) {
            div.container.product-page aside.product-details div.product-details-wrapper div.product-image .product-image-display.teriyaki:before {
              background-size: 80%;
              background-position: center; } }
        div.container.product-page aside.product-details div.product-details-wrapper div.product-image .product-image-display.chocohazel:before {
          background: url("../images/jerky/chocohazel.jpg") no-repeat;
          background-size: cover; }
          @media screen and (max-width: 480px) {
            div.container.product-page aside.product-details div.product-details-wrapper div.product-image .product-image-display.chocohazel:before {
              background-size: 80%;
              background-position: center; } }
        div.container.product-page aside.product-details div.product-details-wrapper div.product-image .product-image-display.cocomeat:before {
          background: url("../images/meatBag.jpg") no-repeat;
          background-size: cover; }
          @media screen and (max-width: 480px) {
            div.container.product-page aside.product-details div.product-details-wrapper div.product-image .product-image-display.cocomeat:before {
              background-size: 80%;
              background-position: center; } }
        div.container.product-page aside.product-details div.product-details-wrapper div.product-image .product-image-display.originalchewy:before {
          background: url("../images/bananito/chewy.jpg") no-repeat;
          background-size: contain;
          padding-bottom: 50%; }  
        @media screen and (max-width: 480px) {
        div.container.product-page aside.product-details div.product-details-wrapper div.product-image .product-image-display.originalchewy:before {
          background-size: 80%;
          background-position: center; } }
        div.container.product-page aside.product-details div.product-details-wrapper div.product-image .product-image-display.cashescookies:before {
            background: url("../images/banana/Cashew_cookie_front_lowres.png") no-repeat;
            background-size: contain;
            padding-bottom: 50%; }  
        @media screen and (max-width: 480px) {
        div.container.product-page aside.product-details div.product-details-wrapper div.product-image .product-image-display.cashescookies:before {
            background-size: 80%;
            background-position: center; } }
        div.container.product-page aside.product-details div.product-details-wrapper div.product-image .product-image-display.peanutcrunch:before {
            background: url("../images/banana/Peanut_crunch_front_lowres.png") no-repeat;
            background-size: contain;
            padding-bottom: 50%; }  
        @media screen and (max-width: 480px) {
        div.container.product-page aside.product-details div.product-details-wrapper div.product-image .product-image-display.peanutcrunch:before {
            background-size: 80%;
            background-position: center; } }    
        div.container.product-page aside.product-details div.product-details-wrapper div.product-image .product-image-display.banoffee:before {
              background: url("../images/banana/Banoffee_front_lowres.png") no-repeat;
              background-size: contain;
              padding-bottom: 50%; }  
          @media screen and (max-width: 480px) {
          div.container.product-page aside.product-details div.product-details-wrapper div.product-image .product-image-display.banoffee:before {
              background-size: 80%;
              background-position: center; } }      
          div.container.product-page aside.product-details div.product-details-wrapper div.product-image .product-image-display.coconutdeligth:before {
              background: url("../images/banana/Coconut_delight_front_lowres.png") no-repeat;
              background-size: contain;
              padding-bottom: 50%; }  
          @media screen and (max-width: 480px) {
          div.container.product-page aside.product-details div.product-details-wrapper div.product-image .product-image-display.coconutdeligth:before {
              background-size: 80%;
              background-position: center; } }                
        div.container.product-page aside.product-details div.product-details-wrapper div.product-image .product-image-display.almond:before {
          background: url("../images/bananito/almond.jpg") no-repeat;
          background-size: contain;
          padding-bottom: 50%; }
          @media screen and (max-width: 480px) {
            div.container.product-page aside.product-details div.product-details-wrapper div.product-image .product-image-display.almond:before {
              background-size: 80%;
              background-position: center; } }
        div.container.product-page aside.product-details div.product-details-wrapper div.product-image .product-image-display.chocolate:before {
          background: url("../images/bananito/chocolate.jpg") no-repeat;
          background-size: contain;
          padding-bottom: 50%; }
          @media screen and (max-width: 480px) {
            div.container.product-page aside.product-details div.product-details-wrapper div.product-image .product-image-display.chocolate:before {
              background-size: 80%;
              background-position: center; } }
    div.container.product-page aside.product-details div.product-details-wrapper div.caption h3 {
      text-align: center;
      color: #51aa9b;
      letter-spacing: 3px; }
      div.container.product-page aside.product-details div.product-details-wrapper div.caption h3.orange {
        color: #ca8f82; }
      div.container.product-page aside.product-details div.product-details-wrapper div.caption h3.blue {
        color: #283e85; }
      div.container.product-page aside.product-details div.product-details-wrapper div.caption h3.brown {
        color: #905a35; }
      div.container.product-page aside.product-details div.product-details-wrapper div.caption h3.orangeJerky {
        color: #e0793e; }
      div.container.product-page aside.product-details div.product-details-wrapper div.caption h3.blueBananito {
        color: #5b94af; }
      div.container.product-page aside.product-details div.product-details-wrapper div.caption h3.blueBBananito {
          color: #89d8ed; }    
      div.container.product-page aside.product-details div.product-details-wrapper div.caption h3.yellowBananito {
        color: #e5b14d; }
        div.container.product-page aside.product-details div.product-details-wrapper div.caption h3.yellowBBananito {
          color: #6b3daf; }  
      div.container.product-page aside.product-details div.product-details-wrapper div.caption h3.brownBananito {
        color: #52220f; }
      div.container.product-page aside.product-details div.product-details-wrapper div.caption h3.redBananito {
        color: #b93c0e; }  
      div.container.product-page aside.product-details div.product-details-wrapper div.caption h3.greenBananito {
        color: rgb(71, 143, 86); }      
      div.container.product-page aside.product-details div.product-details-wrapper div.caption h3 span {
        font-family: "Akkurat-Pro-Light", sans-serif; }
    div.container.product-page aside.product-details div.product-details-wrapper div.buy-and-share a.buy {
      width: 100%; }
    div.container.product-page aside.product-details div.product-details-wrapper div.buy-and-share div.share-buttons {
      margin: 15px auto 30px; }
      div.container.product-page aside.product-details div.product-details-wrapper div.buy-and-share div.share-buttons ul.share-buttons-list {
        list-style: none;
        padding-left: 0;
        margin: 5px auto; }
        div.container.product-page aside.product-details div.product-details-wrapper div.buy-and-share div.share-buttons ul.share-buttons-list li {
          display: inline-block;
          padding-left: 5%; }
          div.container.product-page aside.product-details div.product-details-wrapper div.buy-and-share div.share-buttons ul.share-buttons-list li.title {
            position: relative;
            padding-left: 0;
            letter-spacing: 2px; }
    div.container.product-page aside.product-details div.product-details-wrapper div.nutritional-details {
      position: relative; }
      div.container.product-page aside.product-details div.product-details-wrapper div.nutritional-details:before {
        content: "";
        position: absolute;
        top: -15px;
        width: 60px;
        height: 3px;
        background-color: #000; }
      div.container.product-page aside.product-details div.product-details-wrapper div.nutritional-details table.nutritional-details-table {
        width: 100%;
        text-align: left; }
        div.container.product-page aside.product-details div.product-details-wrapper div.nutritional-details table.nutritional-details-table caption {
          text-align: left;
          color: #51aa9b;
          font-size: 20px;
          text-transform: uppercase;
          font-family: "Akkurat-Pro-Bold", sans-serif;
          margin-bottom: 5px; }
          div.container.product-page aside.product-details div.product-details-wrapper div.nutritional-details table.nutritional-details-table caption.orange {
            color: #ca8f82; }
          div.container.product-page aside.product-details div.product-details-wrapper div.nutritional-details table.nutritional-details-table caption.blue {
            color: #283e85; }
          div.container.product-page aside.product-details div.product-details-wrapper div.nutritional-details table.nutritional-details-table caption.brown {
            color: #905a35; }
          div.container.product-page aside.product-details div.product-details-wrapper div.nutritional-details table.nutritional-details-table caption.orangeJerky {
            color: #e0793e; }
          div.container.product-page aside.product-details div.product-details-wrapper div.nutritional-details table.nutritional-details-table caption.blueBananito {
            color: #5b94af; }
          div.container.product-page aside.product-details div.product-details-wrapper div.nutritional-details table.nutritional-details-table caption.blueBBananito {
            color: #89d8ed; }
          div.container.product-page aside.product-details div.product-details-wrapper div.nutritional-details table.nutritional-details-table caption.yellowBananito {
            color: #e5b14d; }
          div.container.product-page aside.product-details div.product-details-wrapper div.nutritional-details table.nutritional-details-table caption.yellowBBananito {
            color: #6b3daf; }  
          div.container.product-page aside.product-details div.product-details-wrapper div.nutritional-details table.nutritional-details-table caption.brownBananito {
            color: #52220f; }
          div.container.product-page aside.product-details div.product-details-wrapper div.nutritional-details table.nutritional-details-table caption.redBananito {
            color: #b93c0e; }  
          div.container.product-page aside.product-details div.product-details-wrapper div.nutritional-details table.nutritional-details-table caption.greenBananito {
            color: rgb(71, 143, 86); }     
        div.container.product-page aside.product-details div.product-details-wrapper div.nutritional-details table.nutritional-details-table th {
          font-size: 16px; }
    div.container.product-page aside.product-details div.product-details-wrapper div.important-details p {
      text-transform: uppercase;
      font-size: 18px;
      font-family: "Akkurat-Pro-Light", sans-serif; }
    div.container.product-page aside.product-details div.product-details-wrapper div.product-certificates img {
      display: inline;
      margin-right: 15px; }
  div.container.recipes {
    padding: 0;
    padding-top: 60px; }
  div.container.recipes-single {
    padding-top: 15px; }
  div.container section {
    position: relative; }
    div.container section::after {
      clear: both;
      content: "";
      display: table; }
    div.container section.shop img {
      width: 100%; }
    div.container section.shop a {
      width: 100%; }
    div.container section.about {
      height: 600px; }
      div.container section.about article {
        float: left;
        display: block;
        width: 100%;
        position: relative;
        z-index: 10; }
        @media screen and (min-width: 481px) {
          div.container section.about article {
            float: left;
            display: block;
            margin-right: 3.22581%;
            width: 48.3871%; }
            div.container section.about article:last-child {
              margin-right: 0; } }
        @media screen and (min-width: 1025px) {
          div.container section.about article {
            float: left;
            display: block;
            margin-right: 3.22581%;
            width: 35.48387%; }
            div.container section.about article:last-child {
              margin-right: 0; } }
        div.container section.about article div.certificates {
          width: 260px; }
          div.container section.about article div.certificates img {
            display: inline-block;
            margin: 1em 0.5em 0;
            height: 55px; }
        div.container section.about article h1 {
          margin-top: 0;
          margin-bottom: 0.67em; }
        div.container section.about article h2 {
          color: #ca8f82;
          margin-bottom: 0;
          padding-bottom: 0;
          letter-spacing: 4px; }
        div.container section.about article a.btn {
          margin-top: 2em;
          letter-spacing: 0px; }
          @media screen and (min-width: 1025px) {
            div.container section.about article a.btn {
              letter-spacing: 4px; } }
        div.container section.about article p {
          font-family: "Akkurat-Pro-Light", sans-serif;
          font-size: 16px; }
      div.container section.about aside {
        height: 100%;
        width: 100%;
        background: url(../images/logo.png) no-repeat;
        position: relative;
        z-index: 0;
        background-size: contain;
        background-position: 50% 50%;
        opacity: 0.2; }
        @media screen and (min-width: 481px) {
          div.container section.about aside {
            float: left;
            display: block;
            margin-right: 3.22581%;
            width: 48.3871%;
            -webkit-transition: all, 250ms ease-out;
            -moz-transition: all, 250ms ease-out;
            transition: all, 250ms ease-out;
            opacity: 1; }
            div.container section.about aside:last-child {
              margin-right: 0; } }
        @media screen and (min-width: 1025px) {
          div.container section.about aside {
            float: left;
            display: block;
            margin-right: 3.22581%;
            width: 61.29032%; }
            div.container section.about aside:last-child {
              margin-right: 0; } }
    @media screen and (min-width: 481px) {
      div.container section.nam-hom {
        height: 400px; } }
    div.container section.nam-hom article {
      /* 18px @ 320px increasing to 38px @ 1440px */
      /* Prevent font scaling beyond this breakpoint */ }
      @media screen and (min-width: 481px) {
        div.container section.nam-hom article {
          float: left;
          display: block;
          margin-right: 3.22581%;
          width: 61.29032%;
          position: relative; }
          div.container section.nam-hom article.namwa {
            float: left;
            display: block;
            margin-top: 0.0%;
            margin-bottom: 0%;
            margin-right: 5%;
            margin-left: 5%;
            width:90%;
            position: relative; }  
          div.container section.nam-hom article:last-child {
            margin-right: 0; } }
           
       @media screen and (min-width: 790px) {
        div.container section.nam-hom article.namwa {
          float: left;
          display: block;
          margin-top: 5%;
          margin-bottom: 0%;
          margin-right: 6%;
          margin-left: 4%;
          width: 40%;
          position: relative;
        }}

        @media screen and (min-width: 1180px) {
          div.container section.nam-hom article.namwa {
            float: left;
            display: block;
            margin-top: 5%;
            margin-bottom: 0%;
            margin-right: 2%;
            margin-left: 3%;
            width: 43%;
            position: relative;
          }}


          @media screen and (min-width: 481px) {
           div.container section.nam-hom article.namwa-art {
                float: right;
                display: block;
                margin-top: 0.0%;
                margin-bottom: 0%;
                margin-right: 5%;
                margin-left: 5%;
                width:90%;
                position: relative; }  
              }
               
           @media screen and (min-width: 790px) {
            div.container section.nam-hom article.namwa-art {
              float: right;
              display: block;
              margin-top: 1.5%;
              margin-bottom: 0%;
              margin-right: 2.5%;
              margin-left: 2.5%;
              width: 45%;
              position: relative;
            }}
    
            @media screen and (min-width: 1180px) {
              div.container section.nam-hom article.namwa-art {
                float: right;
                display: block;
                margin-top: 2%;
                margin-bottom: 0%;
                margin-right: 3%;
                margin-left: 3%;
                width: 43%;
                position: relative;
              }}

        @media screen and (min-width: 769px) {
        /*div.container section.nam-hom article {
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%); 
          transform: translateY(-50%); } 
           div.container section.nam-hom article.namwa {
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%); }} PAB */
      div.container section.nam-hom article h2.engine-font {
        font-family: "Engine", sans-serif;
        font-size: 42px;
        line-height: 1; }
        div.container section.nam-hom article h2.engine-font:after {
          content: none; }
      div.container section.nam-hom article .fluid-smudge {
        padding: calc(0.3rem + ((1vw - 3.2px) * 1.5)) 0px calc(0.4rem + ((1vw - 3.2px) * 1.5));
        text-align: center;
        color: #fff;
        background: url(../images/bananito/smudge.svg) no-repeat center; }}
      @media (min-width: 320px) {
        div.container section.nam-hom article h2.engine-font.fluid-smudge {
          font-size: calc(1.125rem + ((1vw - 3.2px) * 2));
          /* Where: * 1.7857 = 100 * font_Size_Difference / viewport_Width_Difference */ } }
      @media (min-width: 1440px) {
        div.container section.nam-hom article h2.engine-font.fluid-smudge {
          font-size: 38px; } }
      div.container section.nam-hom article p {
        line-height: 1.5;
        font-size: 14px;
        font-weight: 100;
        font-family: "Akkurat-Pro-Light", sans-serif; }
        div.container section.nam-hom article p.lead {
          font-size: 20px; }
        div.container section.nam-hom article p.engine-font {
          font-family: "Engine", sans-serif;
          font-size: 28px;
          font-weight: 400; }
        div.container section.nam-hom article p span.bold {
          color: #ca8f82; }
    div.container section.nam-hom aside {
      height: 100%;
      background: url(../images/Map.png) no-repeat center;
      background-size: contain; }
      div.container section.nam-hom aside.phitsanulok {
        background: url(../images/bananito/Phitsanulok_Thailand.png) no-repeat center;
        background-size: contain; }
      div.container section.nam-hom aside.namwa {
        background: url(../images/banana/Farmer.png) no-repeat center;
        background-size: cover; }  
      div.container section.nam-hom aside.palm-road {
        background: none; }
        div.container section.nam-hom aside.palm-road > img {
          width: 75%;
          height: auto;
          border: 5px solid #fdfbf9;
          position: relative;
          float: left;
          background: #fdfbf9;
          box-shadow: 3px 3px 10px -2px rgba(0, 0, 0, 0.6); }
        div.container section.nam-hom aside.palm-road > img:first-of-type {
          top: -10px;
          left: -5px;
          transform: rotate(7deg);
          z-index: 10; }
        div.container section.nam-hom aside.palm-road > img:last-of-type {
          top: -90px;
          left: -5px;
          transform: rotate(-3deg); }
        div.container section.nam-hom aside.ingredients {
          background: none; }
        div.container section.nam-hom aside.ingredients > img {
          width: 50%;
          height: 650px;
          border: 5px solid #fdfbf9;
          position: relative;
          float: left;
          background: #fdfbf9;
          box-shadow: 3px 3px 10px -2px rgba(0, 0, 0, 0.6); 
           margin-left: 0px;}

        div.container section.nam-hom aside.ingredients > img:first-of-type {
          top: 0px;
          left: -5px;
          transform: rotate(0deg);
          z-index: -1;          }
            /*div.container section.nam-hom aside.ingredients > img:nth-of-type(2) {
              width: 75%;
              height: auto;
              top: 50%;
              left: 150%;
              transform: rotate( 0 deg);
              z-index: 10; } */
       /* div.container section.nam-hom aside.ingredients > img:last-of-type {
          top: -90px;
          left: -5px;
          transform: rotate(-3deg); }  */
      @media screen and (max-width: 480px) {
        div.container section.nam-hom aside {
          padding-top: 200px; } 
        div.container section.nam-hom aside.namwa {
          padding-top: 200px;
        height: 290px; } 
        }
      @media screen and (min-width: 481px) {
        div.container section.nam-hom aside.namwa {
          padding-top: 200px; 
          float: right;
          display: block;
          margin-right: 0%;
          width: 100%; }
        div.container section.nam-hom aside.namwatech {
          padding-top: 200px; 
          float: right;
          display: block;
          margin-right: 0%;
          width: 100%; }}

      @media screen and (min-width: 790px) {
        div.container section.nam-hom aside.namwa {
          height: 694px;
          position: relative;
          float: right;
          display: block;
          margin-right: 0;
          width: 50%;}  
        div.container section.nam-hom aside.namwatech {
          height: 550px;
          position: relative;
          float: left;
          display: block;
          margin-right: 0;
          width: 50%;} }

         @media screen and (min-width: 1180px) {
           div.container section.nam-hom aside.namwa {
             height: 500px;
             position: relative;
             float: right;
             display: block;
             margin-right: 0;
             width: 50%;}  
           div.container section.nam-hom aside.namwatech {
             height: 550px;
             position: relative;
             float: left;
             display: block;
             margin-right: 0;
             width: 50%;} }

      @media screen and (min-width: 481px) {
        div.container section.nam-hom aside {
          float: left;
          display: block;
          margin-right: 3.22581%;
          width: 35.48387%; }
        
      div.container section.nam-hom aside:last-child {
          margin-right: 0; } }
      div.container section.nam-hom aside img {
        height: 100%; }
      div.container section.nam-hom.solar-dried {
      display: flex;
      flex-flow: row wrap;
      align-items: center; }
      @media screen and (min-width: 481px) {
        div.container section.nam-hom.solar-dried {
          height: auto; } }
      @media screen and (min-width: 480px) {
        div.container section.nam-hom.solar-dried {
          margin: 0 0 0 8.51064%; } }
      @media screen and (min-width: 481px) {
        div.container section.nam-hom.solar-dried article {
          float: left;
          display: block;
          margin-right: 3.22581%;
          width: 87.09677%; }
          div.container section.nam-hom.solar-dried article:last-child {
            margin-right: 0; } }
      @media screen and (min-width: 768px) {
        div.container section.nam-hom.solar-dried article {
          float: left;
          display: block;
          margin-right: 3.22581%;
          width: 48.3871%; }
          div.container section.nam-hom.solar-dried article:last-child {
            margin-right: 0; } }
      @media screen and (min-width: 769px) {
        div.container section.nam-hom.solar-dried article {
          top: inherit;
          transform: none; } }
      @media screen and (max-width: 480px) {
        div.container section.nam-hom.solar-dried aside {
          padding-top: 0;
          margin: 0 0 0 8.51064%; } }
      @media screen and (min-width: 481px) {
        div.container section.nam-hom.solar-dried aside {
          float: left;
          display: block;
          margin-right: 3.22581%;
          width: 100%;
          margin: 1rem 0 0 8.51064%;
          width: 85%;
          height: auto; }
          div.container section.nam-hom.solar-dried aside:last-child {
            margin-right: 0; } }
      @media screen and (min-width: 768px) {
        div.container section.nam-hom.solar-dried aside {
          float: left;
          display: block;
          margin-right: 3.22581%;
          width: 35.48387%; }
          div.container section.nam-hom.solar-dried aside:last-child {
            margin-right: 0; } }
    div.container section.nam-hom-story article {
      background: white;
      padding: 1em 1.5em 2em; }
      @media screen and (min-width: 481px) {
        div.container section.nam-hom-story article {
          float: left;
          display: block;
          margin-right: 3.22581%;
          width: 61.29032%;
          position: relative;
          background: white;
          padding: 0 3.22581% 1em; }
          div.container section.nam-hom-story article:last-child {
            margin-right: 0; }
          div.container section.nam-hom-story article div.columns p {
            float: left;
            display: block;
            margin-right: 3.22581%;
            width: 48.3871%;
            margin-top: 0; }
            div.container section.nam-hom-story article div.columns p:last-child {
              margin-right: 0; }
          div.container section.nam-hom-story article h1 {
            letter-spacing: 3px; } }
      @media screen and (min-width: 600px) {
        div.container section.nam-hom-story article {
          padding: 0 3.22581% 1em 0; }
          div.container section.nam-hom-story article h1 {
            letter-spacing: 8px; } }
      div.container section.nam-hom-story article img {
        width: 100%;
        max-width: 75%;
        margin: 0 auto;
        transform: translateX(-5%); }
      div.container section.nam-hom-story article p {
        line-height: 1.5;
        font-size: 14px;
        font-weight: 100;
        font-family: "Akkurat-Pro-Light", sans-serif; }
        div.container section.nam-hom-story article p.lead {
          font-size: 20px; }
        div.container section.nam-hom-story article p span.bold {
          color: #ca8f82; }
    @media screen and (max-width: 480px) {
      div.container section.buy {
        float: left;
        display: block;
        margin-right: 6.66667%;
        width: 100%;
        margin-left: 0%; }
        div.container section.buy:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 481px) and (max-width: 768px) {
      div.container section.buy {
        float: left;
        display: block;
        margin-right: 4.34783%;
        width: 100%;
        margin-left: 0%; }
        div.container section.buy:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 769px) {
      div.container section.buy {
        float: left;
        display: block;
        margin-right: 3.22581%;
        width: 48.3871%;
        margin-left: 25.80645%; }
        div.container section.buy:last-child {
          margin-right: 0; } }
    div.container section.newsletter article::after {
      clear: both;
      content: "";
      display: table; }
    div.container section.newsletter article:last-child {
      background: url(../images/drawings/deliveryMan.png) no-repeat 15px 30px;
      padding-left: 35%;
      background-size: 30%;
      margin-top: 30px; }
      div.container section.newsletter article:last-child p {
        font-size: 16px;
        font-family: "Akkurat-Pro-Light", sans-serif;
        line-height: 1.75; }
      div.container section.newsletter article:last-child a {
        font-size: 20px; }
    @media screen and (min-width: 769px) {
      div.container section.newsletter article {
        float: left;
        display: block;
        margin-right: 3.22581%;
        width: 48.3871%; }
        div.container section.newsletter article:last-child {
          margin-right: 0; }
        div.container section.newsletter article:last-child {
          padding-left: 20%;
          background-size: 35%;
          margin-top: 0; } }
    div.container section.newsletter article form.newsletter div {
      clear: both; }
      div.container section.newsletter article form.newsletter div input.email {
        float: left;
        display: block;
        margin-right: 3.22581%;
        width: 65%;
        padding: 15px;
        font-size: 14px; }
        @media screen and (max-width: 480px) {
          div.container section.newsletter article form.newsletter div input.email {
            width: 100%;
            margin-bottom: 15px; } }
        @media screen and (min-width: 769px) {
          div.container section.newsletter article form.newsletter div input.email {
            padding: 18px;
            font-size: 16px; } }
      div.container section.newsletter article form.newsletter div input.submit.btn,
      div.container section.newsletter article form.newsletter div .btn {
        float: left;
        margin-bottom: 0;
        letter-spacing: 2px;
        width: initial; }
    div.container section.newsletter ul {
      float: left;
      display: block;
      margin-right: 3.22581%;
      width: 48.3871%;
      margin-left: 25.80645%; }
      div.container section.newsletter ul:last-child {
        margin-right: 0; }
      div.container section.newsletter ul li {
        width: 33.33%; }
    div.container section.recipes-header {
      height: 500px; }
      div.container section.recipes-header article {
        float: left;
        display: block;
        width: 100%;
        position: relative;
        z-index: 10;
        opacity: 0.9;
        background: white;
        padding: 15px; }
        @media screen and (min-width: 541px) {
          div.container section.recipes-header article {
            float: left;
            display: block;
            margin-right: 3.22581%;
            width: 48.3871%;
            height: 100%;
            display: flex;
            flex-flow: row wrap;
            align-content: center; }
            div.container section.recipes-header article:last-child {
              margin-right: 0; }
            div.container section.recipes-header article.recipe-single {
              align-items: flex-end; } }
        @media screen and (min-width: 1025px) {
          div.container section.recipes-header article {
            float: left;
            display: block;
            margin-right: 3.22581%;
            width: 35.48387%;
            height: 100%;
            display: flex;
            flex-flow: row wrap;
            align-content: center; }
            div.container section.recipes-header article:last-child {
              margin-right: 0; }
            div.container section.recipes-header article.recipe-single {
              align-items: flex-end; } }
        div.container section.recipes-header article h1 {
          margin-top: 0;
          margin-bottom: 0.67em; }
        div.container section.recipes-header article h2 {
          color: #ca8f82;
          margin-bottom: 0;
          padding-bottom: 0;
          letter-spacing: 4px; }
        div.container section.recipes-header article a.btn {
          margin-top: 2em;
          letter-spacing: 0px; }
          @media screen and (min-width: 1025px) {
            div.container section.recipes-header article a.btn {
              letter-spacing: 4px; } }
        div.container section.recipes-header article p {
          font-family: "Akkurat-Pro-Light", sans-serif;
          font-size: 16px;
          margin-top: 0; }
    div.container section.recipes-list {
      display: flex;
      flex-flow: row wrap; }
      div.container section.recipes-list .hentry {
        margin-bottom: 30px; }
        div.container section.recipes-list .hentry div.thumbnail {
          height: 50vw;
          width: 100%; }
        div.container section.recipes-list .hentry span.food-labels {
          font-weight: bold;
          font-size: 11px;
          border: 1px solid;
          cursor: help;
          padding: 2px 5px;
          display: inline-block;
          line-height: 1;
          position: relative;
          top: -1rem; }
    div.container section.recipes-single article div.breadcrumbs {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 100%;
      float: none;
      margin-bottom: 15px;
      text-transform: uppercase;
      color: #373737;
      letter-spacing: 0.2ch; }
      div.container section.recipes-single article div.breadcrumbs:last-child {
        margin-right: 0; }
      div.container section.recipes-single article div.breadcrumbs span {
        color: #828282;
        font-family: "Akkurat-Pro-Light", sans-serif; }
      div.container section.recipes-single article div.breadcrumbs a,
      div.container section.recipes-single article div.breadcrumbs a:link,
      div.container section.recipes-single article div.breadcrumbs a:visited,
      div.container section.recipes-single article div.breadcrumbs a:focus {
        color: black;
        font-weight: bold; }
    div.container section.recipes-single article div.ingredients,
    div.container section.recipes-single article div.instructions {
      background: white;
      padding: 30px; }
    div.container section.recipes-single article div.instructions div.share-print {
      margin-top: 30px;
      display: block;
      width: 240px;
      border-top: 2px solid black; }
      div.container section.recipes-single article div.instructions div.share-print a,
      div.container section.recipes-single article div.instructions div.share-print a:link,
      div.container section.recipes-single article div.instructions div.share-print a:visited,
      div.container section.recipes-single article div.instructions div.share-print a:focus {
        display: inline-block;
        color: black;
        text-transform: uppercase;
        padding: 3px;
        letter-spacing: 0.2rem;
        margin: 5px 15px 0 0; }
      div.container section.recipes-single article div.instructions div.share-print a:hover {
        font-weight: bold;
        text-decoration: underline; }
    div.container section.recipes-single article div.ingredients p {
      margin: 0;
      line-height: 1.5;
      font-family: "Akkurat-Pro-Light", sans-serif;
      font-size: 16px; }
    div.container section.recipes-single article div.ingredie1023nts p strong {
      text-transform: uppercase;
      margin-bottom: 0.5rem; }
    div.container section.recipes-single article div.ingredients h2,
    div.container section.recipes-single article div.instructions h2,
    div.container section.recipes-single article div.similar h2 {
      margin-top: 0; }
    div.container section.recipes-single article div.similar h2 {
      font-size: 2.25rem;
      line-height: 1;
      margin-bottom: 15px; }
    div.container section.recipes-single article div.similar h3 {
      font-size: 1.5rem; }
    div.container section.recipes-single article div.similar div.thumbnail {
      height: 12.5vw;
      min-height: 10rem;
      width: 100%; }
    @media screen and (min-width: 1025px) {
      div.container section.shop .description {
        float: left;
        display: block;
        margin-right: 3.22581%;
        width: 48.3871%; }
        div.container section.shop .description:last-child {
          margin-right: 0; }
        div.container section.shop .description:nth-child(2n) {
          margin-right: 0; }
      div.container section.shop .item {
        float: left;
        display: block;
        margin-right: 3.22581%;
        width: 22.58065%; }
        div.container section.shop .item:last-child {
          margin-right: 0; }
        div.container section.shop .item:nth-child(4n) {
          margin-right: 0; }
      div.container section.recipes-list .hentry {
        float: left;
        display: block;
        margin-right: 2.12766%;
        width: 31.91489%; }
        div.container section.recipes-list .hentry:last-child {
          margin-right: 0; }
        div.container section.recipes-list .hentry:nth-child(3n) {
          margin-right: 0; }
        div.container section.recipes-list .hentry div.thumbnail {
          height: 15vw;
          width: 100%; }
      div.container section.bee-something article {
        float: left;
        display: block;
        margin-right: 3.22581%;
        width: 22.58065%;
        position: relative; }
        div.container section.bee-something1 article {
          float: left;
          display: block;
          width: 25%;
          height: 375px;
          position: relative; }
        div.container section.bee-something article:last-child {
          margin-right: 0; }
        div.container section.bee-something article.red {
          color: #ca8f82; }
          div.container section.bee-something article.red h3 {
            color: #ca8f82; }
            div.container section.bee-something article.red h3:before {
              background: #ca8f82; }
        div.container section.bee-something article img {
          width: 70px;
          height: 70px;
          margin-bottom: 15px; }
        div.container section.bee-something article h3 {
          text-align: center;
          margin-top: 1.5em; }
          div.container section.bee-something article h3:before {
            content: "";
            position: absolute;
            top: 100px;
            width: 60px;
            height: 3px;
            background-color: #000;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%); }
        div.container section.bee-something article p,
        div.container section.bee-something article h3 {
          padding: 0 15px; }
        div.container section.bee-something article p {
          font-family: "Akkurat-Pro-Light", sans-serif; }
        div.container section.bee-something article:nth-child(6) {
          margin-right: 0; }

          div.container section.bee-something1 article:last-child {
            margin-right: 0; }
          div.container section.bee-something1 article.black {
            color:black ; 
             /*width: 315px;
             height: 331px; */}
          div.container section.bee-something1 article.black h3 {
             color: black; }
          div.container section.bee-something1 article.black h3:before {
             background: black; }
          div.container section.bee-something1 article.yellow {
             color:#836d0c ; 
             /*width: 315px;
             height: 331px;*/}
          div.container section.bee-something1 article.yellow h3 {
            color:#836d0c; }
          div.container section.bee-something1 article.yellow h3:before {
             background:#836d0c; }      
          div.container section.bee-something1 article img {
            width: 70px;
            height: 80px;
            margin-bottom: 15px; }
          div.container section.bee-something1 article h3 {
            text-align: center;
            margin-top: 1.5em; }
            div.container section.bee-something1 article h3:before {
              content: "";
              position: absolute;
              top: 100px;
              width: 60px;
              height: 3px;
              background-color: #000;
              left: 50%;
              -webkit-transform: translateX(-50%);
              -moz-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
              -o-transform: translateX(-50%);
              transform: translateX(-50%); }
          div.container section.bee-something1 article p,
          div.container section.bee-something1 article h3 {
            padding: 0 15px; }
          div.container section.bee-something1 article p {
            font-family: "Akkurat-Pro-Light", sans-serif; }
          div.container section.bee-something1 article:nth-child(6) {
            margin-right: 0; }
          
      div.container section.store-locator {
        float: left;
        display: block;
        margin-right: 3.22581%;
        width: 100%; }
        div.container section.store-locator:last-child {
          margin-right: 0; }
        div.container section.store-locator img {
          float: left;
          display: block;
          margin-right: 3.22581%;
          width: 48.3871%;
          display: inline-block; }
          div.container section.store-locator img:last-child {
            margin-right: 0; }
        div.container section.store-locator > div > div > div {
          float: left;
          display: block;
          margin-right: 3.22581%;
          width: 48.3871%; }
          div.container section.store-locator > div > div > div:last-child {
            margin-right: 0; }
        div.container section.store-locator > div > div::after {
          clear: both;
          content: "";
          display: table; }
        div.container section.store-locator > div {
          float: left;
          display: block;
          margin-right: 3.22581%;
          width: 48.3871%; }
          div.container section.store-locator > div:last-child {
            margin-right: 0; }
        div.container section.store-locator a {
          float: left;
          display: block;
          margin-right: 3.22581%;
          width: 35.48387%; }
          div.container section.store-locator a:last-child {
            margin-right: 0; }
      div.container section.locate-mightybee {
        float: left;
        display: block;
        margin-right: 3.22581%;
        width: 100%; }
        div.container section.locate-mightybee:last-child {
          margin-right: 0; }
        div.container section.locate-mightybee > div {
          float: left;
          display: block;
          margin-right: 3.22581%;
          width: 48.3871%; }
          div.container section.locate-mightybee > div:last-child {
            margin-right: 0; }
        div.container section.locate-mightybee .map {
          height: 375px;
          margin-top: 20px; }
        div.container section.locate-mightybee .address > div {
          float: left;
          display: block;
          margin-right: 3.22581%;
          width: 48.3871%; }
          div.container section.locate-mightybee .address > div:last-child {
            margin-right: 0; }
      div.container section.recipes-single article div.ingredients,
      div.container section.recipes-single article div.similar {
        float: left;
        display: block;
        margin-right: 2.12766%;
        width: 23.40426%; }
        div.container section.recipes-single article div.ingredients:last-child,
        div.container section.recipes-single article div.similar:last-child {
          margin-right: 0; }
      div.container section.recipes-single article div.instructions {
        float: left;
        display: block;
        margin-right: 2.12766%;
        width: 48.93617%; }
        div.container section.recipes-single article div.instructions:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 769px) and (max-width: 1024px) {
      div.container section.shop .item {
        float: left;
        display: block;
        margin-right: 2.12766%;
        width: 31.91489%; }
        div.container section.shop .item:last-child {
          margin-right: 0; }
        div.container section.shop .item:nth-child(3n) {
          margin-right: 0; }
      div.container section.recipes-list .hentry {
        float: left;
        display: block;
        margin-right: 2.12766%;
        width: 31.91489%; }
        div.container section.recipes-list .hentry:last-child {
          margin-right: 0; }
        div.container section.recipes-list .hentry:nth-child(3n) {
          margin-right: 0; }
        div.container section.recipes-list .hentry div.thumbnail {
          height: 20vw;
          width: 100%; }
      div.container section.recipes-single article div.ingredients,
      div.container section.recipes-single article div.similar {
        float: left;
        display: block;
        margin-right: 2.12766%;
        width: 23.40426%; }
        div.container section.recipes-single article div.ingredients:last-child,
        div.container section.recipes-single article div.similar:last-child {
          margin-right: 0; }
      div.container section.recipes-single article div.instructions {
        float: left;
        display: block;
        margin-right: 2.12766%;
        width: 48.93617%; }
        div.container section.recipes-single article div.instructions:last-child {
          margin-right: 0; }
      div.container section.bee-something article {
        float: left;
        display: block;
        margin-right: 3.22581%;
        width: 48.3871%; }
        div.container section.bee-something article:last-child {
          margin-right: 0; }
        div.container section.bee-something article h3 {
          text-align: center; }
        div.container section.bee-something article:nth-child(2n) {
          margin-right: 0; }

          div.container section.bee-something1 article {
            float: left;
            display: block;
            margin-right: 0.22%;
            width: 49.89%;
          height: 244px; }
            div.container section.bee-something1 article:last-child {
              margin-right: 0; }
            div.container section.bee-something1 article h3 {
              text-align: center; }
            div.container section.bee-something1 article:nth-child(2n) {
              margin-right: 0; }

      div.container section.store-locator {
        float: left;
        display: block;
        margin-right: 3.22581%;
        width: 100%;
        margin-bottom: 2rem; }
        div.container section.store-locator:last-child {
          margin-right: 0; }
        div.container section.store-locator img {
          float: left;
          display: block;
          margin-right: 3.22581%;
          width: 48.3871%;
          display: inline-block; }
          div.container section.store-locator img:last-child {
            margin-right: 0; }
        div.container section.store-locator > div > div > div {
          float: left;
          display: block;
          margin-right: 3.22581%;
          width: 48.3871%; }
          div.container section.store-locator > div > div > div:last-child {
            margin-right: 0; }
        div.container section.store-locator > div > div::after {
          clear: both;
          content: "";
          display: table; }
        div.container section.store-locator > div {
          float: left;
          display: block;
          margin-right: 3.22581%;
          width: 48.3871%; }
          div.container section.store-locator > div:last-child {
            margin-right: 0; }
        div.container section.store-locator a {
          float: left;
          display: block;
          margin-right: 3.22581%;
          width: 35.48387%; }
          div.container section.store-locator a:last-child {
            margin-right: 0; }
      div.container section.locate-mightybee {
        float: left;
        display: block;
        margin-right: 3.22581%;
        width: 100%; }
        div.container section.locate-mightybee:last-child {
          margin-right: 0; }
        div.container section.locate-mightybee > div {
          float: left;
          display: block;
          margin-right: 3.22581%;
          width: 48.3871%; }
          div.container section.locate-mightybee > div:last-child {
            margin-right: 0; }
        div.container section.locate-mightybee .map {
          height: 375px;
          margin-top: 20px; }
        div.container section.locate-mightybee .address > div {
          float: left;
          display: block;
          margin-right: 3.22581%;
          width: 48.3871%; }
          div.container section.locate-mightybee .address > div:last-child {
            margin-right: 0; } }
    @media screen and (min-width: 481px) and (max-width: 768px) {
      div.container section.shop .item {
        float: left;
        display: block;
        margin-right: 4.34783%;
        width: 47.82609%; }
        div.container section.shop .item:last-child {
          margin-right: 0; }
        div.container section.shop .item:nth-child(2n) {
          margin-right: 0; }
      div.container section.bee-something article {
        float: left;
        display: block;
        margin-right: 4.34783%;
        width: 47.82609%; }
        div.container section.bee-something article:last-child {
          margin-right: 0; }
        div.container section.bee-something article h3 {
          text-align: center; }
        div.container section.bee-something article:nth-child(2n) {
          margin-right: 0; }

          div.container section.bee-something1 article {
            float: left;
            display: block;
            margin-right: 0.22%;
            max-width: 100%; }
            div.container section.bee-something1 article:last-child {
              margin-right: 0; }
            div.container section.bee-something1 article h3 {
              text-align: center; }
            div.container section.bee-something1 article:nth-child(2n) {
              margin-right: 0; }

      div.container section.locate-mightybee {
        float: left;
        display: block;
        margin-right: 4.34783%;
        width: 100%; }
        div.container section.locate-mightybee:last-child {
          margin-right: 0; }
        div.container section.locate-mightybee div.address::after {
          clear: both;
          content: "";
          display: table; }
        div.container section.locate-mightybee div.address div {
          float: left;
          display: block;
          margin-right: 4.34783%;
          width: 47.82609%; }
          div.container section.locate-mightybee div.address div:last-child {
            margin-right: 0; }
        div.container section.locate-mightybee .map {
          height: 350px; }
      div.container section.recipes-list .hentry {
        float: left;
        display: block;
        margin-right: 2.12766%;
        width: 48.93617%; }
        div.container section.recipes-list .hentry:last-child {
          margin-right: 0; }
        div.container section.recipes-list .hentry:nth-child(2n) {
          margin-right: 0; }
        div.container section.recipes-list .hentry div.thumbnail {
          height: 20vw;
          width: 100%; }
      div.container section.recipes-single div.ingredients {
        float: left;
        display: block;
        margin-right: 2.12766%;
        width: 31.91489%; }
        div.container section.recipes-single div.ingredients:last-child {
          margin-right: 0; }
      div.container section.recipes-single div.instructions {
        float: left;
        display: block;
        margin-right: 2.12766%;
        width: 65.95745%;
        margin-right: 0; }
        div.container section.recipes-single div.instructions:last-child {
          margin-right: 0; }
      div.container section.recipes-single div.ingredients,
      div.container section.recipes-single div.instructions {
        margin-bottom: 45px; }
      div.container section.recipes-single div.similar {
        float: left;
        display: block;
        margin-right: 2.12766%;
        width: 100%; }
        div.container section.recipes-single div.similar:last-child {
          margin-right: 0; }
        div.container section.recipes-single div.similar h2 {
          font-size: 2rem; }
        div.container section.recipes-single div.similar h3 {
          font-size: 1.25rem;
          margin-top: 15px; }
        div.container section.recipes-single div.similar div.post-related-items-wrapper > div.items article {
          float: left;
          display: block;
          margin-right: 2.12766%;
          width: 31.91489%; }
          div.container section.recipes-single div.similar div.post-related-items-wrapper > div.items article:last-child {
            margin-right: 0; }
        div.container section.recipes-single div.similar div.post-related-items-wrapper:not(:nth-child(3n)) > div.items > article:last-child {
          margin-right: 2.12766%; } }
    @media screen and (max-width: 480px) {
      div.container section.locate-mightybee .map {
        height: 375px;
        margin-top: 20px; }
      div.container section.shop .item a {
        margin-bottom: 80px; }
      div.container section.recipes-header {
        height: auto; }
        div.container section.recipes-header article {
          margin-top: 15rem; }
          div.container section.recipes-header article h1 {
            margin-bottom: 0; }
      div.container section.recipes-list .hentry {
        width: 100%;
        margin-bottom: 20px; }
        div.container section.recipes-list .hentry + .hentry {
          border-top: 1px dashed #e8e8e8;
          padding-top: 25px; }
        div.container section.recipes-list .hentry:nth-child(2n) {
          margin-right: 0; }
        div.container section.recipes-list .hentry div.thumbnail {
          height: 20vw;
          min-height: 15rem;
          width: 100%; }
      div.container section.recipes-single article div.instructions h2 {
        margin-bottom: 0; }
      div.container section.recipes-single article div.ingredients,
      div.container section.recipes-single article div.instructions {
        margin-bottom: 30px; } }
    div.container section hr {
      display: none; }
      @media screen and (max-width: 480px) {
        div.container section hr {
          float: left;
          display: block;
          margin-right: 6.66667%;
          width: 46.66667%;
          margin-left: 26.66667%;
          float: none; }
          div.container section hr:last-child {
            margin-right: 0; } }
    @media screen and (max-width: 480px) {
      div.container section h3 {
        float: left;
        display: block;
        margin-right: 6.66667%;
        width: 100%; }
        div.container section h3:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 480px) {
      div.container section .btn {
        float: left;
        display: block;
        margin-right: 6.66667%;
        width: 100%; }
        div.container section .btn:last-child {
          margin-right: 0; } }
    div.container section.locate-mightybee {
      margin-top: 100px; }
      div.container section.locate-mightybee .map #map-canvas {
        height: 100%;
        width: 100%; }
    div.container section.faq {
      float: left;
      display: block;
      margin-right: 3.22581%;
      width: 48.3871%; }
      div.container section.faq:last-child {
        margin-right: 0; }
      div.container section.faq > div p {
        margin: 3px 0; }
      @media screen and (min-width: 769px) {
        div.container section.faq > h1 {
          float: left;
          display: block;
          margin-right: 3.22581%;
          width: 48.3871%; }
          div.container section.faq > h1:last-child {
            margin-right: 0; }
        div.container section.faq > div > div:first-child {
          float: left;
          display: block;
          margin-right: 3.22581%;
          width: 22.58065%;
          margin-top: 0; }
          div.container section.faq > div > div:first-child:last-child {
            margin-right: 0; }
        div.container section.faq > div > div:last-child {
          float: left;
          display: block;
          margin-right: 3.22581%;
          width: 74.19355%; }
          div.container section.faq > div > div:last-child:last-child {
            margin-right: 0; }
        div.container section.faq > div {
          padding-bottom: 20px;
          clear: both; }
          div.container section.faq > div p {
            float: left;
            display: block;
            margin-right: 3.22581%;
            width: 61.29032%;
            padding-left: 20px; }
            div.container section.faq > div p:last-child {
              margin-right: 0; } }
      @media screen and (min-width: 481px) and (max-width: 768px) {
        div.container section.faq > p {
          text-align: center; }
        div.container section.faq > div {
          width: 33.3333%;
          float: left; } }
    @media screen and (min-width: 769px) {
      div.container section.contact div.left,
      div.container section.contact div.right {
        float: left;
        display: block;
        margin-right: 3.22581%;
        width: 48.3871%; }
        div.container section.contact div.left:last-child,
        div.container section.contact div.right:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 481px) and (max-width: 768px) {
      div.container section.contact div.left,
      div.container section.contact div.right {
        float: left;
        display: block;
        margin-right: 4.34783%;
        width: 65.21739%; }
        div.container section.contact div.left:last-child,
        div.container section.contact div.right:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 480px) {
      div.container section.contact div.left,
      div.container section.contact div.right {
        float: left;
        display: block;
        margin-right: 6.66667%;
        width: 46.66667%; }
        div.container section.contact div.left:last-child,
        div.container section.contact div.right:last-child {
          margin-right: 0; } }
    div.container section.contact div.left h2 {
      margin-bottom: 0; }
    div.container section.contact div.right div.contact-form {
      width: 100%; }
    div.container section.story > div img {
      width: 100%; }
    div.container section.story > div p {
      margin: 0 0 20px 0; }
    @media screen and (min-width: 769px) {
      div.container section.story h1 {
        float: left;
        display: block;
        margin-right: 3.22581%;
        width: 48.3871%;
        margin-left: 51.6129%; }
        div.container section.story h1:last-child {
          margin-right: 0; }
      div.container section.story > div.caption {
        float: left;
        display: block;
        margin-right: 3.22581%;
        width: 74.19355%;
        margin-left: 12.90323%; }
        div.container section.story > div.caption:last-child {
          margin-right: 0; }
      div.container section.story > div:not(.caption):not(.quote) {
        float: left;
        display: block;
        margin-right: 3.22581%;
        width: 35.48387%; }
        div.container section.story > div:not(.caption):not(.quote):last-child {
          margin-right: 0; }
        div.container section.story > div:not(.caption):not(.quote):nth-child(2), div.container section.story > div:not(.caption):not(.quote):nth-child(5) {
          margin-left: 12.90323%; }
      div.container section.story div.quote {
        float: left;
        display: block;
        margin-right: 3.22581%;
        width: 48.3871%;
        margin-left: 25.80645%; }
        div.container section.story div.quote:last-child {
          margin-right: 0; }
      div.container section.story p.head {
        float: left;
        display: block;
        margin-right: 3.22581%;
        width: 48.3871%;
        margin-left: 51.6129%; }
        div.container section.story p.head:last-child {
          margin-right: 0; }
        div.container section.story p.head:nth-child(3n) {
          margin-left: 51.6129%; }
      div.container section.story img {
        padding-top: 50px; } }
    @media screen and (min-width: 481px) and (max-width: 768px) {
      div.container section.story > div > p {
        float: left;
        display: block;
        margin-right: 4.34783%;
        width: 65.21739%;
        margin-left: 17.3913%; }
        div.container section.story > div > p:last-child {
          margin-right: 0; }
      div.container section.story > div:not(.quote) {
        float: left;
        display: block;
        margin-right: 4.34783%;
        width: 65.21739%;
        margin-left: 17.3913%; }
        div.container section.story > div:not(.quote):last-child {
          margin-right: 0; }
      div.container section.story div.quote {
        float: left;
        display: block;
        margin-right: 4.34783%;
        width: 100%; }
        div.container section.story div.quote:last-child {
          margin-right: 0; } }
    div.container section.news > div p {
      margin-top: 0; }
    @media screen and (min-width: 1025px) {
      div.container section.news h1 {
        float: left;
        display: block;
        margin-right: 3.22581%;
        width: 22.58065%; }
        div.container section.news h1:last-child {
          margin-right: 0; }
      div.container section.news > div {
        float: left;
        display: block;
        margin-right: 3.22581%;
        width: 74.19355%;
        margin-right: 0;
        float: right; }
        div.container section.news > div:last-child {
          margin-right: 0; }
        div.container section.news > div > div {
          float: left;
          display: block;
          margin-right: 3.22581%;
          width: 48.3871%; }
          div.container section.news > div > div:last-child {
            margin-right: 0; }
        div.container section.news > div img {
          float: left;
          display: block;
          margin-right: 3.22581%;
          width: 48.3871%;
          margin-right: 0;
          float: right; }
          div.container section.news > div img:last-child {
            margin-right: 0; }
        div.container section.news > div a.btn {
          float: left;
          display: block;
          margin-right: 3.22581%;
          width: 100%;
          margin-top: 20px; }
          div.container section.news > div a.btn:last-child {
            margin-right: 0; } }
    @media screen and (min-width: 769px) and (max-width: 1024px) {
      div.container section.news h1 {
        float: left;
        display: block;
        margin-right: 3.22581%;
        width: 100%; }
        div.container section.news h1:last-child {
          margin-right: 0; }
      div.container section.news > div {
        float: left;
        display: block;
        margin-right: 3.22581%;
        width: 100%;
        margin-right: 0;
        float: right; }
        div.container section.news > div:last-child {
          margin-right: 0; }
        div.container section.news > div > div {
          float: left;
          display: block;
          margin-right: 3.22581%;
          width: 48.3871%; }
          div.container section.news > div > div:last-child {
            margin-right: 0; }
        div.container section.news > div img {
          float: left;
          display: block;
          margin-right: 3.22581%;
          width: 48.3871%;
          margin-right: 0;
          float: right; }
          div.container section.news > div img:last-child {
            margin-right: 0; }
        div.container section.news > div a.btn {
          float: left;
          display: block;
          margin-right: 3.22581%;
          width: 100%;
          margin-top: 20px; }
          div.container section.news > div a.btn:last-child {
            margin-right: 0; } }
    @media screen and (min-width: 481px) and (max-width: 768px) {
      div.container section.news > div.item {
        float: left;
        display: block;
        margin-right: 4.34783%;
        width: 47.82609%; }
        div.container section.news > div.item:last-child {
          margin-right: 0; }
        div.container section.news > div.item.index-2 {
          margin-right: 0; }
      div.container section.news > div.see-all a {
        float: left;
        display: block;
        margin-right: 4.34783%;
        width: 100%; }
        div.container section.news > div.see-all a:last-child {
          margin-right: 0; } }
    div.container section.news img {
      width: 100%; }
    div.container section.news p.subject {
      font-size: 12px; }
      div.container section.news p.subject span {
        font-style: italic; }
      div.container section.news p.subject strong {
        color: #000; }
  div.container div.category-wrapper {
    text-align: center;
    margin-bottom: 45px; }
    div.container div.category-wrapper span.v-separator {
      width: 0;
      height: 1.5rem;
      border: 1px solid;
      margin: 0 3vw; }
  div.container form.contact h1 {
    margin: 0; }
  @media screen and (min-width: 769px) {
    div.container form.contact {
      float: left;
      display: block;
      margin-right: 3.22581%;
      width: 48.3871%; }
    /*  div.container section.bee-something article {
        float: left;
        display: block;
        margin-right: 4.34783%;
        width: 47.82609%; }
        div.container section.bee-something article:last-child {
          margin-right: 0; }
        div.container section.bee-something article h3 {
          text-align: center; }
        div.container section.bee-something article:nth-child(2n) {
          margin-right: 0; }*/


      div.container form.contact:last-child {
        margin-right: 0; }
      div.container form.contact h1 {
        float: left;
        display: block;
        margin-right: 3.22581%;
        width: 48.3871%; }
        div.container form.contact h1:last-child {
          margin-right: 0; }
      div.container form.contact > div:nth-child(2),
      div.container form.contact > div:nth-child(3) {
        float: left;
        display: block;
        margin-right: 3.22581%;
        width: 48.3871%;
        margin-right: 0;
        float: right; }
        div.container form.contact > div:nth-child(2):last-child,
        div.container form.contact > div:nth-child(3):last-child {
          margin-right: 0; }
      div.container form.contact a {
        float: left;
        display: block;
        margin-right: 3.22581%;
        width: 100%; }
        div.container form.contact a:last-child {
          margin-right: 0; } }
  @media screen and (min-width: 481px) and (max-width: 768px) {
    div.container form.contact h1 {
      float: left;
      display: block;
      margin-right: 4.34783%;
      width: 47.82609%; }
      div.container form.contact h1:last-child {
        margin-right: 0; }
    div.container form.contact > div:nth-child(2) {
      padding-top: 20px; }
    div.container form.contact > div:nth-child(2),
    div.container form.contact > div:nth-child(3) {
      float: left;
      display: block;
      margin-right: 4.34783%;
      width: 47.82609%;
      margin-right: 0;
      float: right; }
      div.container form.contact > div:nth-child(2):last-child,
      div.container form.contact > div:nth-child(3):last-child {
        margin-right: 0; }
    div.container form.contact a {
      float: left;
      display: block;
      margin-right: 4.34783%;
      width: 100%; }
      div.container form.contact a:last-child {
        margin-right: 0; } }
  div.container form.newsletter div input.email {
    padding: 18px 14px; }
    div.container form.newsletter div input.email:focus {
      box-shadow: inset 0px 0px 0px 5px #ca8f82; }
    div.container form.newsletter div input.email.error {
      box-shadow: inset 0px 0px 0px 5px #000; }
  div.container form.newsletter div input.submit.btn {
    float: left;
    margin-bottom: 0;
    letter-spacing: 2px; }
  @media screen and (min-width: 769px) {
    div.container form.newsletter div input.email {
      padding: 15px;
      font-size: 18px; }
    div.container form.newsletter div.checkbox {
      float: left;
      display: block;
      margin-right: 3.22581%;
      width: 74.19355%; }
      div.container form.newsletter div.checkbox:last-child {
        margin-right: 0; }
    div.container form.newsletter div .btn {
      margin-right: 0;
      letter-spacing: 2px; } }
  div.container form.newsletter div #terms,
  div.container form.contact div #terms {
    display: none; }
    div.container form.newsletter div #terms:checked + label[for="terms"]::before,
    div.container form.contact div #terms:checked + label[for="terms"]::before {
      box-shadow: inset 0px 0px 0px 8px #ca8f82; }
  div.container form.newsletter div label[for="terms"],
  div.container form.contact div label[for="terms"] {
    padding-left: 30px;
    position: relative;
    display: inline-block;
    line-height: 20px; }
    div.container form.newsletter div label[for="terms"]::before,
    div.container form.contact div label[for="terms"]::before {
      -webkit-transition: box-shadow 150ms;
      -moz-transition: box-shadow 150ms;
      transition: box-shadow 150ms;
      content: "";
      position: absolute;
      height: 20px;
      width: 20px;
      border: 2px solid #fff;
      background-color: #fff;
      left: 0;
      top: -3px;
      box-shadow: inset 0px 0px 0px 0px #ca8f82; }
  @media screen and (max-width: 480px) {
    div.container form.newsletter div,
    div.container form.contact div {
      float: left;
      display: block;
      margin-right: 6.66667%;
      width: 100%; }
      div.container form.newsletter div:last-child,
      div.container form.contact div:last-child {
        margin-right: 0; }
      div.container form.newsletter div #terms:checked + label[for="terms"]::before,
      div.container form.contact div #terms:checked + label[for="terms"]::before {
        box-shadow: inset 0px 0px 0px 13px #ca8f82; }
      div.container form.newsletter div label[for="terms"],
      div.container form.contact div label[for="terms"] {
        padding-left: 40px; }
        div.container form.newsletter div label[for="terms"]::before,
        div.container form.contact div label[for="terms"]::before {
          height: 30px;
          width: 30px; } }

footer {
  width: 100%;
  background: white;
  margin: 0 auto;
  padding: 10px 10px 0;
  text-align: center;
  line-height: 30px; }
  footer svg.footer-logo {
    height: 36px;
    display: block;
    margin: 30px auto 0; }
    footer svg.footer-logo path,
    footer svg.footer-logo polygon,
    footer svg.footer-logo rect {
      fill: #d8d6d6; }
    footer svg.footer-logo.text {
      margin: 10px auto; }
  footer div ul {
    list-style: none;
    padding-left: 0; }
    footer div ul li {
      display: inline-block; }
  footer .social-icons {
    margin: 2em auto; }
    footer .social-icons ul li {
      margin: 0 2em; }
      footer .social-icons ul li a,
      footer .social-icons ul li a:link,
      footer .social-icons ul li a:visited,
      footer .social-icons ul li a:focus,
      footer .social-icons ul li i {
        color: #d8d6d6;
        -webkit-transition: color 250ms;
        -moz-transition: color 250ms;
        transition: color 250ms; }
      footer .social-icons ul li a:hover,
      footer .social-icons ul li i:hover {
        color: #a6a2a2; }
  footer .bottom-nav ul {
    margin-bottom: 0; }
    footer .bottom-nav ul li {
      margin: 0 1em; }
      footer .bottom-nav ul li a, footer .bottom-nav ul li a:link, footer .bottom-nav ul li a:visited, footer .bottom-nav ul li a:focus {
        color: #d8d6d6;
        -webkit-transition: color 250ms;
        -moz-transition: color 250ms;
        transition: color 250ms; }
      footer .bottom-nav ul li a:hover {
        color: #a6a2a2; }
  footer .copyrights p {
    color: #d8d6d6;
    font-size: 0.8em;
    display: inline-block;
    text-align: center;
    padding: 0 10px;
    margin-bottom: 0; }
  @media screen and (max-width: 480px) {
    footer .copyrights p {
      display: block; } }

h4.stockist {
  margin: 0; }

h3.stockist {
  margin-bottom: 5px; }

input#postcode {
  margin-bottom: 20px; }

a#reset-stockists {
  margin: 15px 0;
  display: none; }
  @media screen and (min-width: 480px) {
    a#reset-stockists {
      float: right; } }

ul.stockists-logos,
ul.featured-logos {
  list-style: none;
  padding-left: 0;
  text-align: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center; }
  ul.stockists-logos li,
  ul.featured-logos li {
    display: inline-block;
    width: calc(100% / 2 - 1em);
    margin: 0 0.4em; }
    @media screen and (min-width: 480px) {
      ul.stockists-logos li,
      ul.featured-logos li {
        width: calc(100% / 3 - 1em); } }
    @media screen and (min-width: 768px) {
      ul.stockists-logos li:first-child,
      ul.featured-logos li:first-child {
        margin-left: 0; }
      ul.stockists-logos li:last-child,
      ul.featured-logos li:last-child {
        margin-right: 0; } }
    @media screen and (min-width: 769px) {
      ul.stockists-logos li,
      ul.featured-logos li {
        width: calc(100% / 4 - 1em); } }
    ul.stockists-logos li img,
    ul.featured-logos li img {
      width: 100%;
      mix-blend-mode: darken;
      margin: 20px auto;
      max-width: 50vw; }
      @media screen and (min-width: 480px) {
        ul.stockists-logos li img,
        ul.featured-logos li img {
          max-width: 100%; } }

ul.featured-logos li {
  margin: 0.5em auto;
  display: block;
  width: 100%; }
  @media screen and (min-width: 480px) {
    ul.featured-logos li {
      width: calc(100% / 3 - 1em);
      display: inline-block;
      margin: 0 2em; } }
  @media screen and (min-width: 769px) {
    ul.featured-logos li {
      width: calc(100% / 4 - 1em); } }

.stockists-logos .col-sm-2 {
  margin-top: 60px; }

.col-xs-4 {
  float: left;
  display: block;
  margin-right: 1.22581%;
  width: 31.64%; }

@media screen and (min-width: 768px) {
  .col-sm-2 {
    float: left;
    display: block;
    margin-right: 1.22581%;
    width: 15.64%; } }

.col-sm-2:last-of-type {
  margin-right: 0; }

.col-sm-2 img {
  width: 100%; }

/*# sourceMappingURL=main.css.map */
.map-container {
  height: 0;
  margin-top: 30px;
  margin-bottom: 30px; }

#map_canvas2 {
  height: 100%;
  width: 100%; }

#storelocator-output {
  list-style: none;
  padding: 0;
  margin: 0; }

.results-container {
  display: none; }
  .results-container h2 {
    margin: 15px 0 0 0; }

@media screen and (min-width: 768px) {
  ol#storelocator-output {
    display: block; }
    ol#storelocator-output li.stockist-box {
      float: left;
      display: block;
      margin: 0 1% 30px;
      width: 48%;
      border-bottom: 1px solid white;
      padding: 0 0 15px 0; } }

/*ACCORDION FAQ*/
.transition,
p,
ul.accordion li i:before,
ul.accordion li i:after {
  transition: all 0.5s ease-in-out; }

.flipIn,
ul.accordion li {
  animation: flipdown 0.75s ease both; }

.no-select,
h2 {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

ul.accordion {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0; }
  ul.accordion li {
    position: relative;
    padding: 0;
    margin: 0;
    padding-bottom: 4px;
    padding-top: 8px;
    /*border-top: 1px dotted #dce7eb;*/ }
    ul.accordion li:last-of-type {
      padding-bottom: 0; }
    ul.accordion li h3,
    ul.accordion li p {
      margin-left: 25px; }
    ul.accordion li i {
      position: absolute;
      -webkit-transform: translate(-6px, 0);
      -moz-transform: translate(-6px, 0);
      -ms-transform: translate(-6px, 0);
      -o-transform: translate(-6px, 0);
      transform: translate(-6px, 0);
      margin-top: 24px;
      left: 15px; }
      ul.accordion li i:before, ul.accordion li i:after {
        content: "";
        position: absolute;
        /*background-color: #ff6873;*/
        background-color: #ca8f82;
        width: 3px;
        height: 9px; }
      ul.accordion li i:before {
        -webkit-transform: translate(-2px, 0) rotate(45deg);
        -moz-transform: translate(-2px, 0) rotate(45deg);
        -ms-transform: translate(-2px, 0) rotate(45deg);
        -o-transform: translate(-2px, 0) rotate(45deg);
        transform: translate(-2px, 0) rotate(45deg); }
      ul.accordion li i:after {
        -webkit-transform: translate(2px, 0) rotate(-45deg);
        -moz-transform: translate(2px, 0) rotate(-45deg);
        -ms-transform: translate(2px, 0) rotate(-45deg);
        -o-transform: translate(2px, 0) rotate(-45deg);
        transform: translate(2px, 0) rotate(-45deg); }
    ul.accordion li input[type="checkbox"] {
      position: absolute;
      cursor: pointer;
      width: 100%;
      height: 100%;
      z-index: 1;
      opacity: 0; }
      ul.accordion li input[type="checkbox"]:checked ~ p {
        margin: 0 0 0 25px;
        max-height: 0;
        opacity: 0;
        -webkit-transform: translate(0, 50%);
        -moz-transform: translate(0, 50%);
        -ms-transform: translate(0, 50%);
        -o-transform: translate(0, 50%);
        transform: translate(0, 50%); }
      ul.accordion li input[type="checkbox"]:checked ~ i:before {
        -webkit-transform: translate(2px, 0) rotate(45deg);
        -moz-transform: translate(2px, 0) rotate(45deg);
        -ms-transform: translate(2px, 0) rotate(45deg);
        -o-transform: translate(2px, 0) rotate(45deg);
        transform: translate(2px, 0) rotate(45deg); }
      ul.accordion li input[type="checkbox"]:checked ~ i:after {
        -webkit-transform: translate(-2px, 0) rotate(-45deg);
        -moz-transform: translate(-2px, 0) rotate(-45deg);
        -ms-transform: translate(-2px, 0) rotate(-45deg);
        -o-transform: translate(-2px, 0) rotate(-45deg);
        transform: translate(-2px, 0) rotate(-45deg); }

@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg); }
  5% {
    opacity: 1; }
  80% {
    transform: rotateX(8deg); }
  83% {
    transform: rotateX(6deg); }
  92% {
    transform: rotateX(-3deg); }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg); } }

body {
  /*padding-top: 0;*/ }

.no-display {
  display: none;
  opacity: 0; }

div.announcement {
  height: 100vh;
  background: white;
  background-size: cover;
  position: relative;
  padding-top: 3em; }
  div.announcement div.top {
    width: 100%;
    position: absolute;
    text-align: center;
    background: white;
    z-index: 9999; }
    div.announcement div.top h1 {
      display: inline-block;
      margin: 0.25em auto 0;
      font-size: 4em;
      line-height: 45px; }
    div.announcement div.top h2 {
      display: inline-block;
      margin-bottom: 0.2em; }
      div.announcement div.top h2:after {
        content: none;
        display: none; }
  div.announcement div.bottom {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 0.75em 1em 1em;
    background: white; }
    div.announcement div.bottom > div.left,
    div.announcement div.bottom > div.right {
      height: 10vh;
      float: left; }
    div.announcement div.bottom > div.left {
      width: 100%;
      margin: 0;
      text-align: center; }
      div.announcement div.bottom > div.left article {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
        div.announcement div.bottom > div.left article h3 {
          margin: 0.12em 0; }
    div.announcement div.bottom > div.right {
      width: 100%;
      margin: 0;
      text-align: center; }
      div.announcement div.bottom > div.right article.big {
        display: none;
        width: 100%; }
      div.announcement div.bottom > div.right article.mobile {
        float: none;
        text-align: center;
        display: inline-block;
        margin: 0 auto;
        height: 4.75em; }
        div.announcement div.bottom > div.right article.mobile * {
          margin-right: 2vw;
          float: left;
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          margin-top: 0; }
      div.announcement div.bottom > div.right article img {
        max-height: 3.75em; }
        div.announcement div.bottom > div.right article img:nth-child(1) {
          max-height: 3em; }

@media screen and (max-width: 460px) {
  div.announcement {
    display: none; }
    div.announcement div.bottom > div.right article.mobile * {
      text-align: center;
      margin: 1em auto;
      max-width: 100%;
      max-height: 5em;
      float: none; } }

@media screen and (min-width: 768px) {
  div.announcement div.bottom > div.left {
    text-align: left;
    width: 46vw;
    margin-right: 1vw; }
  div.announcement div.bottom > div.right {
    width: 43vw;
    margin-left: 1vw;
    float: right; }
    div.announcement div.bottom > div.right article img {
      max-width: 10vw; }
    div.announcement div.bottom > div.right article.mobile {
      display: none; }
    div.announcement div.bottom > div.right article.big {
      display: block;
      float: none;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      div.announcement div.bottom > div.right article.big * {
        float: right;
        margin-left: 2vw;
        margin-top: 0;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); } }

@media screen and (min-width: 920px) {
  div.announcement {
    padding-top: 1.75em; } }

div.announcement div.left,
div.announcement div.center,
div.announcement div.right {
  height: 100%;
  width: calc(100% / 3);
  float: left; }

div.announcement > div.left {
  background: #e4d5e7; }

div.announcement div.left #left-jerky {
  background: transparent url("../images/pinkTeriyaki.jpg") no-repeat center; }

div.announcement > div.center {
  background: #bccdc0; }

div.announcement div.center #mid-jerky {
  background: transparent url("../images/greenChocoHazel.jpg") no-repeat center; }

div.announcement > div.right {
  background: #7d9891; }

div.announcement div.right #right-jerky {
  background: transparent url("../images/dGreenSpicy.jpg") no-repeat center; }

div.announcement div.left #left-jerky,
div.announcement div.center #mid-jerky,
div.announcement div.right #right-jerky {
  visibility: hidden;
  /*max-height: 55vh;*/
  height: 90vh;
  /*width: 14vw;*/
  margin: 0 auto;
  /*padding: 24vh 0 10vh;*/
  background-size: 16vw;
  transition: all 0.25s; }

div.announcement div.left div.inside-content,
div.announcement div.center div.inside-content,
div.announcement div.right div.inside-content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  color: white;
  text-align: center;
  height: 100%;
  width: 100%; }

div.announcement div.left div.inside-content h3,
div.announcement div.center div.inside-content h3,
div.announcement div.right div.inside-content h3 {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: white;
  font-size: 2.5em;
  line-height: 1; }

div.announcement div.left div.inside-content h3 {
  color: #e0793e; }

div.announcement div.center div.inside-content h3 {
  color: #905a35; }

div.announcement div.right div.inside-content h3 {
  color: #283e85; }

div.announcement div.left #left-jerky:hover,
div.announcement div.center #mid-jerky:hover,
div.announcement div.right #right-jerky:hover {
  background-size: 15vw; }

div.announcement div.left #left-jerky:hover > div.inside-content,
div.announcement div.center #mid-jerky:hover > div.inside-content,
div.announcement div.right #right-jerky:hover > div.inside-content {
  opacity: 100;
  background: rgba(255, 255, 255, 0.3); }

.new {
  background: black;
  color: white;
  font-size: 4em;
  font-family: "Akkurat-Pro-Bold";
  margin-right: 0.25em;
  padding: 0 0.25em; }

/*TRIANGLE*/
div.corner-triangle {
  position: relative;
  right: 0;
  bottom: 0; }

div.triangle {
  float: right;
  /*margin:0.5%;*/
  color: red;
  position: absolute;
  right: 0;
  z-index: 9998; }

h2.angled {
  position: absolute;
  right: -1.3em;
  top: 2.6em;
  color: #583230;
  z-index: 9999;
  transform: rotate(45deg);
  text-align: center;
  margin: 0;
  font-size: 1.5em;
  line-height: 0.9; }

/*Up-right pointing*/
.triangle-up-right {
  width: 0;
  height: 0;
  padding-left: 16em;
  padding-top: 16em;
  overflow: hidden;
  transition: all 0.5s; }

/*.triangle-up-right:hover {*/
/*padding-left:45%;*/
/*padding-top: 45%;*/
/*}*/
.triangle-up-right:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: -1000px;
  margin-top: -1000px;
  border-left: 1000px solid transparent;
  border-top: 1000px solid #dec6d3; }

.announcementLogo {
  z-index: 10000;
  display: block;
  max-width: 4em;
  height: 4em;
  position: absolute;
  right: 0em;
  top: -2em; }

.announcemetMobile {
  margin-top: 8em;
  margin-bottom: 2em; }
  .announcemetMobile:after {
    content: "";
    display: table;
    clear: both; }
  .announcemetMobile h2:after {
    content: none; }
  .announcemetMobile ul li {
    font-size: 1.25em;
    font-weight: bold; }

h1.mobile-announcement {
  font-size: calc(100vw / 6.5);
  line-height: 1.1;
  margin: 0 auto; }
  h1.mobile-announcement:before {
    content: "NEW";
    font-size: calc(100vw / 18);
    padding-left: calc(100vw / 50);
    position: absolute;
    top: -1.5em;
    width: 100%; }

h3.mobile-announcement {
  font-size: calc(100vw / 21);
  text-align: center; }

@media screen and (max-width: 460px) {
  div.container header.home {
    background: transparent url("../images/logo.png") no-repeat center 0;
    background-size: 100% auto;
    text-align: center;
    padding-top: 370px; }
  .float-left {
    float: left; } }

@media screen and (min-width: 461px) {
  .announcemetMobile {
    display: none; } }

.mobileJerky {
  height: 35em;
  position: relative;
  background-size: 12.5em auto;
  background-position: center 1.5em;
  background-repeat: no-repeat; }
  .mobileJerky h3 {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center; }

div.announcemetMobile > .pink-mobile {
  background: #e4d5e7 url("../images/pinkTeriyaki.jpg"); }
  div.announcemetMobile > .pink-mobile h3 {
    color: #e0793e; }

div.announcemetMobile > .green-mobile {
  background: #bccdc0 url("../images/greenChocoHazel.jpg"); }
  div.announcemetMobile > .green-mobile h3 {
    color: #905a35; }

div.announcemetMobile > .dgreen-mobile {
  background: #7d9891 url("../images/dGreenSpicy.jpg"); }
  div.announcemetMobile > .dgreen-mobile h3 {
    color: #283e85; }

.center {
  text-align: center; }

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

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

[role="button"] {
  cursor: pointer; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }

.carousel-inner > .item {
  height: 600px;
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
  background-size: cover !important; }
  @media screen and (min-width: 1025px) {
    .carousel-inner > .item {
      height: 700px; } }
  .carousel-inner > .item.ocado {
    background: url(../images/ocadoAnnouncementMobile.jpg) no-repeat bottom center; }
    @media screen and (min-width: 769px) {
      .carousel-inner > .item.ocado {
        background: url(../images/ocadoAnnouncement.jpg) no-repeat center; } }
  .carousel-inner > .item.bananito {
    background: url(../images/bananito/homeBannerMobile.jpg) no-repeat bottom center; }
    @media screen and (min-width: 769px) {
      .carousel-inner > .item.bananito {
        background: url(../images/bananito/homeBanner.jpg) no-repeat center; } }
  .carousel-inner > .item.bananitoSb {
    background: url(../images/bananito/homeBannerMobileSbD.jpg) no-repeat bottom center; }
    @media screen and (min-width: 481px) and (max-width: 768px) {
      .carousel-inner > .item.bananitoSb {
        background: url(../images/mb.jpg) no-repeat center; } }
    @media screen and (min-width: 769px) {
      .carousel-inner > .item.bananitoSb {
        background: url(../images/mb.jpg) no-repeat center; } }

  .carousel-inner > .item.newbananitoSb {
    background: url(../images/banana/Header_Homepage_V05.jpg) no-repeat bottom center; }
    @media screen and (min-width: 481px) and (max-width: 768px) {
      .carousel-inner > .item.newbananitoSb {
       background: url(../images/banana/Header_Homepage_V05.jpg) no-repeat center; } }
    @media screen and (min-width: 769px) {
      .carousel-inner > .item.newbananitoSb {
       background: url(../images/banana/Header_Homepage_V05.jpg) no-repeat center; } }

       .carousel-inner > .item.farmbananitoSb {
        background: url(../images/banana/BananaFarm.png) no-repeat bottom center; }
        @media screen and (min-width: 481px) and (max-width: 768px) {
          .carousel-inner > .item.farmbananitoSb {
           background: url(../images/banana/BananaFarm.png) no-repeat center; } }
        @media screen and (min-width: 769px) {
          .carousel-inner > .item.farmbananitoSb {
           background: url(../images/banana/BananaFarm.png) no-repeat center; } }      

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1; }

.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 0; }

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px; }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0; }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0; }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0; } }

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block; }

.carousel-inner > .active {
  left: 0; }

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }

.carousel-inner > .next {
  left: 100%; }

.carousel-inner > .prev {
  left: -100%; }

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0; }

.carousel-inner > .active.left {
  left: -100%; }

.carousel-inner > .active.right {
  left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 30px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0); }

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }

.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90); }

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block; }

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px; }

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px; }

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif; }

.carousel-control .icon-prev:before {
  content: "\f104"; }

.carousel-control .icon-next:before {
  content: "\f105"; }

.carousel-indicators {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }

.carousel-indicators li {
  display: inline-block;
  width: 30px;
  height: 5px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0); }

.carousel-indicators .active {
  margin: 0;
  width: 30px;
  height: 5px;
  background-color: #ffffff; }

.carousel-overcaption {
  position: absolute;
  right: initial;
  bottom: 20px;
  z-index: 10;
  padding: 20px 30px 30px;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  width: 100%;
  max-width: 90em;
  text-align: right; }
  @media screen and (max-width: 768px) {
    .carousel-overcaption.ocado {
      bottom: initial;
      top: 0; } }
  .carousel-overcaption.ocado .caption-inner {
    text-align: center;
    text-shadow: none; }
    .carousel-overcaption.ocado .caption-inner h3 {
      font-family: Akkurat-Pro-Light;
      font-size: 1.8rem;
      text-transform: none;
      color: #4d5152; }
      @media screen and (min-width: 769px) {
        .carousel-overcaption.ocado .caption-inner h3 {
          font-size: 2.3rem; } }
      .carousel-overcaption.ocado .caption-inner h3 img {
        width: 50%;
        margin-bottom: 1rem; }
        @media screen and (min-width: 769px) {
          .carousel-overcaption.ocado .caption-inner h3 img {
            width: 69%;
            margin-bottom: 2rem; } }
  @media screen and (min-width: 769px) {
    .carousel-overcaption.ocado {
      float: left !important;
      text-align: center;
      margin-left: 30px;
      margin-bottom: 100px; }
      .carousel-overcaption.ocado .caption-inner {
        float: left !important;
        color: #4d5152;
        text-shadow: none;
        text-transform: none;
        text-align: center; } }
  @media screen and (max-width: 768px) {
    .carousel-overcaption.bananito, .carousel-overcaption.bananitoSb {
      bottom: initial;
      top: 0; } }
  .carousel-overcaption.bananito .caption-inner, .carousel-overcaption.bananitoSb .caption-inner {
    text-align: center;
    text-shadow: none;
    float: left; }
    @media screen and (min-width: 481px) and (max-width: 768px) {
      .carousel-overcaption.bananito .caption-inner, .carousel-overcaption.bananitoSb .caption-inner {
        margin-left: 2.5vw; } }
    @media screen and (min-width: 769px) {
      .carousel-overcaption.bananito .caption-inner, .carousel-overcaption.bananitoSb .caption-inner {
        margin-left: 5vw; } }
    @media screen and (max-width: 480px) {
      .carousel-overcaption.bananito .caption-inner > img, .carousel-overcaption.bananitoSb .caption-inner > img {
        margin-top: -1.75rem; } }
    .carousel-overcaption.bananito .caption-inner h2, .carousel-overcaption.bananitoSb .caption-inner h2 {
      font-family: "Engine", sans-serif;
      letter-spacing: 0;
      font-size: 42px;
      background: url(../images/bananito/large-smudgeBlue.svg) no-repeat center;
      padding: 0.5rem 0 1rem;
      line-height: 1;
      transform: rotate(-1.5deg);
      margin-top: 0.25rem; }
      @media screen and (max-width: 480px) {
        .carousel-overcaption.bananito .caption-inner h2, .carousel-overcaption.bananitoSb .caption-inner h2 {
          font-size: 30px;
          margin-top: -1.75rem;
          margin-bottom: 1rem; } }
  @media screen and (min-width: 769px) {
    .carousel-overcaption.bananito, .carousel-overcaption.bananitoSb {
      float: left !important;
      text-align: center;
      margin-left: 30px;
      margin-bottom: 100px; }
      .carousel-overcaption.bananito .caption-inner, .carousel-overcaption.bananitoSb .caption-inner {
        float: left !important;
        color: #4d5152;
        text-shadow: none;
        text-transform: none;
        text-align: center; } }
  .carousel-overcaption.bananitoSb .caption-inner {
    margin-top: 2rem; }
    .carousel-overcaption.bananitoSb .caption-inner h2 {
      font-family: "Engine", sans-serif;
      letter-spacing: 0;
      font-size: 36px;
      background: url(../images/bananito/large-smudgeRed.svg) no-repeat center;
      padding: 0.5rem 0 0.8rem;
      line-height: 1;
      transform: rotate(0);
      margin-top: 0.25rem;
      margin-bottom: 0.9rem; }
      @media screen and (max-width: 480px) {
        .carousel-overcaption.bananitoSb .caption-inner h2 {
          font-size: 30px;
          margin-top: -1.25rem;
          margin-bottom: 1rem; } }
    .carousel-overcaption.bananitoSb .caption-inner h3 {
      font-family: "Engine", sans-serif;
      letter-spacing: 0;
      line-height: 1;
      font-size: 24px;
      color: white;
      margin-top: 0.9rem;
      margin-bottom: 0; }
    .carousel-overcaption.bananitoSb .caption-inner img:last-of-type {
      margin-top: 0.9rem;
      margin-bottom: 1.5rem; }
  @media screen and (min-width: 769px) {
    .carousel-overcaption.bananitoSb {
      margin-bottom: 50px; } }
  @media screen and (min-width: 481px) {
    .carousel-overcaption {
      left: 48%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); } }
  @media screen and (min-width: 1025px) {
    .carousel-overcaption {
      left: 50%; } }
  .carousel-overcaption .caption-inner {
    float: right;
    text-align: left;
    width: 100%;
    max-width: 30em; }
    @media screen and (min-width: 1025px) {
      .carousel-overcaption .caption-inner {
        width: 40%; } }
    @media screen and (min-width: 769px) {
      .carousel-overcaption .caption-inner {
        width: 30em; } }
    @media screen and (min-width: 481px) and (max-width: 768px) {
      .carousel-overcaption .caption-inner {
        width: 26em; } }
  .carousel-overcaption .new {
    background: black;
    color: white;
    font-size: 2em;
    font-family: "Akkurat-Pro-Bold";
    margin-right: 0.25em;
    padding: 0 0.25em; }
    .carousel-overcaption .new ~ h1 {
      margin-top: 0; }
  .carousel-overcaption h1 {
    margin-bottom: 0; }
  .carousel-overcaption h1,
  .carousel-overcaption h2,
  .carousel-overcaption .btn,
  .carousel-overcaption a,
  .carousel-overcaption button {
    color: white; }
    .carousel-overcaption h1:after,
    .carousel-overcaption h2:after,
    .carousel-overcaption .btn:after,
    .carousel-overcaption a:after,
    .carousel-overcaption button:after {
      background-color: white;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4); }
  .carousel-overcaption .btn,
  .carousel-overcaption a,
  .carousel-overcaption button {
    border-color: white; }

.carousel-overcaption .btn {
  text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; } }

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

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

/* Carousel Fading slide */
.carousel-fade {
  /* Safari Fix */ }
  .carousel-fade .carousel-inner {
    background: #000; }
  .carousel-fade .carousel-control {
    z-index: 2; }
  .carousel-fade .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity; }
  .carousel-fade .active,
  .carousel-fade .next.left,
  .carousel-fade .prev.right {
    opacity: 1; }
  .carousel-fade .active.left,
  .carousel-fade .active.right {
    left: 0;
    opacity: 0;
    z-index: 1; }
  @media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.right,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } }

/* Carousel Control custom */
.carousel-control .control-icon {
  font-size: 48px;
  height: 30px;
  margin-top: -15px;
  width: 30px;
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: 5; }

.carousel-control .prev {
  margin-left: -15px;
  left: 50%; }

/* Prev */
.carousel-control .next {
  margin-right: -15px;
  right: 50%; }

/* Next */
/* Removing BS L/R background */
.carousel .control-box {
  opacity: 0; }

.carousel-control.left {
  left: 0;
  background: none;
  border: 0; }

.carousel-control.right {
  right: 0;
  background: none;
  border: 0; }

/* Animation */
.control-box,
.carousel-indicators,
a.carousel-control,
.carousel-indicators li {
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out; }

/* Hover animation */
.carousel:hover .control-box,
.carousel:hover .carousel-indicators {
  opacity: 1; }

.carousel:hover .carousel-control.left {
  left: 15px; }

.carousel:hover .carousel-control.right {
  right: 15px; }

/* Carouse Indicator */
.carousel-indicators {
  opacity: 0; }
  .carousel-indicators li {
    opacity: 0.25;
    background: #666;
    margin: 0 0.5em;
    width: 30px;
    height: 5px;
    border: 0; }
  .carousel-indicators li.active {
    opacity: 0.35;
    background: #fff;
    margin: 0 0.5em;
    border: 0; }

nav.navigation {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  min-height: 60px;
  width: 100%;
  z-index: 999;
  position: fixed; }
  nav.navigation .navigation-wrapper {
    max-width: 90em;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 9999;
    padding: 0 10px;   }
    nav.navigation .navigation-wrapper::after {
      clear: both;
      content: "";
      display: table;       }
    nav.navigation .navigation-wrapper::after {
      clear: both;
      content: "";
      display: table;      }
    nav.navigation .navigation-wrapper img.nav-logo {
      display: none; }
    nav.navigation .navigation-wrapper svg.nav-logo {
      height: 32px;
      width: 32px;
      position: fixed;
      top: 13px;
      left: 0;
      right: 0;
      margin: 0 auto; }
  nav.navigation .navigation-menu-button {
    color: rgba(0, 0, 0, 0.7);
    display: block;
    float: left;
    line-height: 60px;
    margin: 0;
    padding-left: 1em;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Akkurat-Pro-Bold", sans-serif;
    -webkit-transition: color 250ms;
    -moz-transition: color 250ms;
    transition: color 250ms; }
    @media screen and (min-width: 61.25em) {
      nav.navigation .navigation-menu-button {
        display: none; } }
    nav.navigation .navigation-menu-button:focus, nav.navigation .navigation-menu-button:hover {
      color: #ca8f82; }
  nav.navigation nav {
    float: none;
    min-height: 60px;
    z-index: 9999999; }
    @media screen and (min-width: 61.25em) {
      nav.navigation nav {
        float: left; } }
  nav.navigation ul.navigation-menu {
    clear: both;
    display: none;
    margin: 0 auto;
    overflow: visible;
    padding: 0;
    width: 100%;
    z-index: 9999; }
    nav.navigation ul.navigation-menu.show {
      display: block; }
    @media screen and (min-width: 61.25em) {
      nav.navigation ul.navigation-menu {
        display: inline;
        margin: 0;
        padding: 0; } }
  nav.navigation ul li.nav-link {
    background: #fff;
    display: block;
    line-height: 60px;
    overflow: hidden;
    padding-left: 0.8em;
    text-align: left;
    width: 100%;
    z-index: 9999; }
    @media screen and (min-width: 61.25em) {
      nav.navigation ul li.nav-link {
        background: transparent;
        display: inline;
        line-height: 60px;
        text-decoration: none;
        width: auto; } }
    nav.navigation ul li.nav-link a {
      color: rgba(0, 0, 0, 0.7);
      display: inline-block;
      text-decoration: none;
      text-transform: uppercase;
      font-weight: bold;
      -webkit-transition: color 250ms;
      -moz-transition: color 250ms;
      transition: color 250ms; }
      @media screen and (min-width: 61.25em) {
        nav.navigation ul li.nav-link a {
          padding-right: 1em; } }
      nav.navigation ul li.nav-link a:focus, nav.navigation ul li.nav-link a:hover {
        color: #ca8f82; }
  nav.navigation .active-nav-item a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    padding-bottom: 3px; }
  nav.navigation li.more.nav-link {
    padding-right: 0; }
    nav.navigation li.more.nav-link > ul > li:first-child a {
      padding-top: 1em; }
    nav.navigation li.more.nav-link a {
      margin-right: 1em; }
    nav.navigation li.more.nav-link > a {
      padding-right: 0.6em; }
    nav.navigation li.more.nav-link > a:after {
      position: absolute;
      top: auto;
      right: -0.4em;
      bottom: auto;
      left: auto;
      content: "\25BE";
      color: rgba(0, 0, 0, 0.7); }
  nav.navigation li.more {
    overflow: visible;
    padding-right: 0; }
    nav.navigation li.more a {
      padding-right: 0.8em; }
    nav.navigation li.more > a {
      padding-right: 1.6em;
      position: relative; }
      @media screen and (min-width: 61.25em) {
        nav.navigation li.more > a {
          margin-right: 1em; } }
      nav.navigation li.more > a:after {
        content: "›";
        font-size: 1.2em;
        position: absolute;
        right: 0.5em; }
    nav.navigation li.more:focus > .submenu,
    nav.navigation li.more:hover > .submenu {
      display: block; }
    @media screen and (min-width: 61.25em) {
      nav.navigation li.more {
        padding-right: 0.8em;
        position: relative; } }
  nav.navigation ul.submenu {
    display: none;
    padding-left: 0; }
    @media screen and (min-width: 61.25em) {
      nav.navigation ul.submenu {
        left: -1em;
        position: absolute;
        top: 1.5em; } }
    @media screen and (min-width: 61.25em) {
      nav.navigation ul.submenu .submenu {
        left: 11.8em;
        top: 0; } }
    nav.navigation ul.submenu li {
      display: block;
      padding-right: 0; }
      @media screen and (min-width: 61.25em) {
        nav.navigation ul.submenu li {
          line-height: 46.15385px; }
          nav.navigation ul.submenu li:first-child > a {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px; }
          nav.navigation ul.submenu li:last-child > a {
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
            padding-bottom: 0.7em; } }
      nav.navigation ul.submenu li a {
        background-color: #f7f7f7;
        display: inline-block;
        text-align: left;
        width: 100%;
        padding-left: 1em; }
        @media screen and (min-width: 61.25em) {
          nav.navigation ul.submenu li a {
            background-color: #fff;
            text-align: left;
            width: 18em; } }

.engine-font {
  font-family: "Engine", sans-serif; }

@media print {
  .recipes-header {
    height: auto !important;
    line-height: 1 !important;
    margin: 0 !important; }
  .similar {
    display: none !important; }
  .ingredients {
    width: 35% !important; }
  .instructions {
    width: 60% !important; }
  footer,
  .breadcrumbs {
    display: none !important; } }

blockquote {
  text-align: center;
  margin: 2em 10px;
  padding: 0.5em 10px;
  quotes: "\201C" "\201C" "\201C" "\201C"; }

blockquote:before {
  color: #ccc;
  content: "\201C";
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.2em;
  /*position: relative;*/ }

blockquote p {
  font-family: "Akkurat-Pro-LightItalic", sans-serif;
  display: inline;
  font-weight: 200;
  font-size: 2em; }

blockquote small {
  /*margin-left: 4em;*/
  color: #888888;
  font-size: 1em;
  display: block;
  margin-top: 0.5em; }

div.css-slideshow {
  position: relative;
  max-width: 495px;
  height: 120px;
  margin: 5em auto 0.5em auto; }

div.css-slideshow figure {
  margin: 0;
  position: absolute;
  width: 100%; }

div.css-slideshow figure {
  opacity: 0; }

figure:nth-child(1) {
  animation: xfade 10s 5s infinite; }

figure:nth-child(2) {
  animation: xfade 10s 0s infinite; }

@keyframes xfade {
  0% {
    opacity: 1; }
  40% {
    opacity: 1; }
  50% {
    opacity: 0; }
  96% {
    opacity: 0; }
  100% {
    opacity: 1; } }
