@font-face
{
  font-family: "YanoneKaffeesatz";
  src: url("../assets/fonts/YanoneKaffeesatz-Light.ttf");
}

/* line 19, ../sass/standard/_normalize.scss */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 24, ../sass/standard/_normalize.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 49, ../sass/standard/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 67, ../sass/standard/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

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

/**
 * Address styling not present in IE 7/8/9.
 * Known issue: no IE 6 support.
 */
/* line 92, ../sass/standard/_normalize.scss */
[hidden] {
  display: none;
}

/**
 *
 * 1. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 2. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 */
/* line 108, ../sass/standard/_normalize.scss */
html {
  color: #000000;
  font-family: AvenirNextLTW01-Regular, sans-serif;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 1 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 135, ../sass/standard/_normalize.scss */
a:focus {
  outline: thin dotted;
}

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

/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 * See the element-focusable rule in system.base.css.
 */
/* line 153, ../sass/standard/_normalize.scss */
#skip-link {
  margin: 0;
}
/* line 156, ../sass/standard/_normalize.scss */
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #000000;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
/* line 177, ../sass/standard/_normalize.scss */
hr {
  height: 1px;
  border: 1px solid #666;
  padding-bottom: -1px;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 188, ../sass/standard/_normalize.scss */
code,
pre,
tt,
var {
  font-family: "Courier New", "DejaVu Sans Mono", monospace, sans-serif;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 202, ../sass/standard/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 210, ../sass/standard/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 218, ../sass/standard/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 226, ../sass/standard/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

/* line 233, ../sass/standard/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 237, ../sass/standard/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 246, ../sass/standard/_normalize.scss */
dl,
menu,
ol,
ul {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.5em;
  margin-top: 1.5em;
  padding-left: 20px;
}

/* line 254, ../sass/standard/_normalize.scss */
ul.links,
.breadcrumb ol,
.breadcrumb ul {
  padding: 0;
}

/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 276, ../sass/standard/_normalize.scss */
img {
  border: 0;
  /* Responsive images */
  max-width: 100%;
  height: auto;
  width: auto;
  /* Correct IE 8 not scaling image height when resized. */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 295, ../sass/standard/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 308, ../sass/standard/_normalize.scss */
fieldset {
  border-color: #c0c0c0;
  margin: 0 2px;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 319, ../sass/standard/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 * 4. Improve appearance and consistency with IE 6/7.
 */
/* line 334, ../sass/standard/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  padding: 0.5em;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 353, ../sass/standard/_normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 365, ../sass/standard/_normalize.scss */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 380, ../sass/standard/_normalize.scss */
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.
 */
/* line 395, ../sass/standard/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Remove excess padding in IE 8/9.
 * 2. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 406, ../sass/standard/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* 1 */
}

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 431, ../sass/standard/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 440, ../sass/standard/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 451, ../sass/standard/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* line 456, ../sass/standard/_normalize.scss */
label {
  display: block;
  font-weight: normal;
}

/**
 * Remove most spacing between table cells.
 */
/* line 469, ../sass/standard/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 475, ../sass/standard/_normalize.scss */
div.messages {
  /* Important messages (status, warning, and error) for the user. See also the declarations in messages.css. */
  margin: 1.5em 0;
  /* Drupal core uses "6px 0" margin */
  max-width: 1280px;
  clear: both;
  background: #CCCCCC;
  border: 1px solid black;
  padding: 1.0em;
}
/* line 482, ../sass/standard/_normalize.scss */
div.messages a {
  text-decoration: underline;
}
/* line 483, ../sass/standard/_normalize.scss */
div.messages ul {
  margin: 0;
}

/* line 486, ../sass/standard/_normalize.scss */
div.status {
  /* Normal priority messages */
  background: #AED7F0;
  border: 1px solid #359AD9;
  color: #0F4769;
}

/* line 492, ../sass/standard/_normalize.scss */
div.warning,
tr.warning {
  /* Medium priority messages */
  background: #F9E7AA;
  border: 1px solid #F1C22A;
  color: #524006;
}

/* line 499, ../sass/standard/_normalize.scss */
div.error,
tr.error {
  /* High priority messages. See also the .error declaration below. */
  background: #F5B7B2;
  border: 1px solid #E64B3F;
  color: #600E07;
}

/* line 506, ../sass/standard/_normalize.scss */
.error {
  /* Errors that are separate from div.messages status messages. */
  background: #F5B7B2;
  border: 1px solid #E64B3F;
  color: #600E07;
}

/* line 512, ../sass/standard/_normalize.scss */
.warning {
  /* Warnings that are separate from div.messages status messages. */
  background: #F9E7AA;
  border: 1px solid #F1C22A;
  color: #0F4769;
}

/* line 15, ../sass/standard/_styletile.scss */
p,
pre {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.5em;
  margin-top: 1.5em;
}

/* line 20, ../sass/standard/_styletile.scss */
blockquote {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.5em;
  margin-top: 1.5em;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 28, ../sass/standard/_styletile.scss */
b,
strong {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.5em;
  margin-top: 1.5em;
  font-family: Avenir Next LT W01 Bold, sans-serif;
}

/* line 34, ../sass/standard/_styletile.scss */
h1 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.4375;
  margin-bottom: 1.4375em;
  margin-top: 1.4375em;
  margin: 16px 0;
  margin: 1rem 0;
  color: #000000;
  font-family: AvenirNextLTW01-Regular, sans-serif;
  font-weight: 500;
}
/* line 40, ../sass/standard/_styletile.scss */
h1 a:link,
h1 a:visited {
  color: #000000;
}

/* line 46, ../sass/standard/_styletile.scss */
h2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 1em;
  margin-top: 1em;
  color: #E12E8C;
  font-family: AvenirNextLTW01-Regular, sans-serif;
  font-weight: 500;
}
/* line 51, ../sass/standard/_styletile.scss */
h2 a:link,
h2 a:visited {
  color: #E12E8C;
}

/* line 57, ../sass/standard/_styletile.scss */
h3 {
  font-size: 18.72px;
  font-size: 1.17rem;
  line-height: 1.28205;
  margin-bottom: 1.28205em;
  margin-top: 1.28205em;
  color: #000000;
  font-family: AvenirNextLTW01-Regular, sans-serif;
}
/* line 61, ../sass/standard/_styletile.scss */
h3 a:link,
h3 a:visited {
  color: #000000;
}

/* line 67, ../sass/standard/_styletile.scss */
h4 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.5em;
  margin-top: 1.5em;
  color: #000000;
  font-family: AvenirNextLTW01-Regular, sans-serif;
}
/* line 71, ../sass/standard/_styletile.scss */
h4 a:link,
h4 a:visited {
  color: #000000;
}

/* line 77, ../sass/standard/_styletile.scss */
h5 {
  font-size: 13.28px;
  font-size: 0.83rem;
  line-height: 1.80723;
  margin-bottom: 1.80723em;
  margin-top: 1.80723em;
  color: #000000;
  font-family: AvenirNextLTW01-Regular, sans-serif;
}
/* line 81, ../sass/standard/_styletile.scss */
h5 a:link,
h5 a:visited {
  color: #000000;
}

/* line 87, ../sass/standard/_styletile.scss */
h6 {
  font-size: 10.72px;
  font-size: 0.67rem;
  line-height: 2.23881;
  margin-bottom: 2.23881em;
  margin-top: 2.23881em;
  color: #000000;
  font-family: AvenirNextLTW01-Regular, sans-serif;
}
/* line 91, ../sass/standard/_styletile.scss */
h6 a:link,
h6 a:visited {
  color: #000000;
}

/* line 103, ../sass/standard/_styletile.scss */
a:link {
  color: #000000;
  text-decoration: none;
}

/* line 108, ../sass/standard/_styletile.scss */
a:visited {
  color: #000000;
  text-decoration: none;
}

/* line 113, ../sass/standard/_styletile.scss */
a:hover,
a:focus {
  color: black;
  text-decoration: none;
}

/* line 119, ../sass/standard/_styletile.scss */
a:active {
  color: #333333;
  text-decoration: none;
}

/* line 18, ../sass/standard/_setup.scss */
body.noscroll {
  overflow: hidden;
}

/* line 20, ../sass/standard/_setup.scss */
.relative {
  position: relative;
}

/* line 21, ../sass/standard/_setup.scss */
.container {
  max-width: 1170px;
  margin: 0 auto;
}

@media screen and (min-width: 961px) {
  /* line 27, ../sass/standard/_setup.scss */
  .centered {
    top: 50%;
    position: relative;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
/* line 38, ../sass/standard/_setup.scss */
p.large {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.52;
  margin-bottom: 1.52em;
  margin-top: 1.52em;
}

/* line 44, ../sass/standard/_setup.scss */
#main #content #page-title {
  margin-top: 0;
}

/* line 50, ../sass/standard/_setup.scss */
.hide {
  display: none;
}

/* line 58, ../sass/standard/_setup.scss */
.safari #lessfat path,
.safari #lessfat line,
.safari #lessfat polyline,
.safari #getnude path,
.safari #getnude line,
.safari #getnude polyline,
.safari #cloud-puffed path,
.safari #cloud-puffed line,
.safari #cloud-puffed polyline {
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

/* line 72, ../sass/standard/_setup.scss */
.chrome #lessfat path,
.chrome #lessfat line,
.chrome #lessfat polyline,
.chrome #getnude path,
.chrome #getnude line,
.chrome #getnude polyline,
.chrome #cloud-puffed path,
.chrome #cloud-puffed line,
.chrome #cloud-puffed polyline {
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

/* line 83, ../sass/standard/_setup.scss */
section {
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  /* line 87, ../sass/standard/_setup.scss */
  section.fullscreen {
      min-height: 800px;
    height: 100vh;
  }
}
/* line 89, ../sass/standard/_setup.scss */
section .down {
  text-align: center;
  margin: 0 auto;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  text-align: center;
}
/* line 97, ../sass/standard/_setup.scss */
section .down a {
  background-image: url("../assets/icons/scroll-down.png")/*tpa=http://www.nudepopcorncompany.co.uk/assets/icons/scroll-down.png*/;
  background-image: none, url("../assets/icons/scroll-down.svg")/*tpa=http://www.nudepopcorncompany.co.uk/assets/icons/scroll-down.svg*/, url("../assets/icons/scroll-down.svg")/*tpa=http://www.nudepopcorncompany.co.uk/assets/icons/scroll-down.svg*/;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  width: 96px;
  height: 64px;
  display: block;
  margin: 0 auto;
  text-indent: -2000em;
  -webkit-transition: opacity 350ms linear 0s;
  -moz-transition: opacity 350ms linear 0s;
  -ms-transition: opacity 350ms linear 0s;
  -o-transition: opacity 350ms linear 0s;
  transition: opacity 350ms linear 0s;
}
/* line 103, ../sass/standard/_setup.scss */
section .down a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 639px) {
  /* line 97, ../sass/standard/_setup.scss */
  section .down a {
    background-size: 50% auto;
  }
}
@media screen and (min-width: 640px) {
  /* line 97, ../sass/standard/_setup.scss */
  section .down a {
    background-size: 100% auto;
  }
}
/* line 108, ../sass/standard/_setup.scss */
section.intro {
  background-color: #FFCB1F;
  padding: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100vh;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media screen and (min-width: 1500px) {
  /* line 108, ../sass/standard/_setup.scss */
  section.intro {
    background-image: url(../assets/img/intro.jpg)/*tpa=http://www.nudepopcorncompany.co.uk/assets/img/intro-1500px.jpg*/;
  }
}
@media screen and (min-width: 769px) and (max-width: 1499px) {
  /* line 108, ../sass/standard/_setup.scss */
  section.intro {
    background-image: url(../assets/img/intro.jpg)/*tpa=http://www.nudepopcorncompany.co.uk/assets/img/intro.jpg*/;
  }
}
@media screen and (min-width: 641px) and (max-width: 768px) {
  /* line 108, ../sass/standard/_setup.scss */
  section.intro {
    background-image: url(../assets/img/intro-t.jpg);
  }
}
@media screen and (max-width: 640px) {
  /* line 108, ../sass/standard/_setup.scss */
  section.intro {
    background-image: url(../assets/img/intro-m.jpg);
  }
}
/* line 120, ../sass/standard/_setup.scss */
section.intro .hello {
  float: right;
}
/* line 121, ../sass/standard/_setup.scss */
section.intro .logo-wrapper {
  top: 50%;
  position: absolute;
  left: 50%;
  /* max-width: 400px;*/
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 640px)
{
  section.intro .logo-wrapper
  {
    width: 80%;
  }  
}

/* line 127, ../sass/standard/_setup.scss */
section.intro .logo-wrapper a {
  display: block;
}
/* line 132, ../sass/standard/_setup.scss */
section#nothing-hide {
  background-color: #44C8F5;
}
@media screen and (max-width: 639px) {
  /* line 132, ../sass/standard/_setup.scss */
  section#nothing-hide {
    padding: 6em 25px 8em;
  }
}
@media screen and (min-width: 640px) {
  /* line 132, ../sass/standard/_setup.scss */
  section#nothing-hide {
    padding: 5em 25px 3em;
  }
}
/* line 136, ../sass/standard/_setup.scss */
section#nothing-hide .content-wrapper {
  max-width: 36em;
  margin: 0 auto;
  text-align: center;
}
/* line 140, ../sass/standard/_setup.scss */
section#nothing-hide .content-wrapper h2, section#nothing-hide .content-wrapper p {
  text-align: center;
  margin: 0 auto;
}
/* line 144, ../sass/standard/_setup.scss */
section#nothing-hide .content-wrapper h2 {
  color: #E12E8C;
  text-transform: uppercase;
}
/* line 148, ../sass/standard/_setup.scss */
section#nothing-hide .content-wrapper p {
  font-family: "YanoneKaffeesatz";
  font-size: 26px;
  line-height: 1.45455;
  margin-bottom: 1.45455em;
  margin-top: 1.45455em;
  color: #FFFFFF;
}
/* line 153, ../sass/standard/_setup.scss */
section#nothing-hide .image-wrapper {
  position: relative;
  max-width: 820px;
  margin: 0 auto;
}
/* line 157, ../sass/standard/_setup.scss */
section#nothing-hide .image-wrapper .stats {
  position: absolute;
  -webkit-transform: matrix(0, 0, 0, 0, 0, 0);
  transform: matrix(0, 0, 0, 0, 0, 0);
}
/* line 161, ../sass/standard/_setup.scss */
section#nothing-hide .image-wrapper .stats#sweet-stats {
  top: 180px;
  left: 0;
}
/* line 165, ../sass/standard/_setup.scss */
section#nothing-hide .image-wrapper .stats#salty-stats {
  top: 180px;
  right: 0;
}
@media screen and (min-width: 641px) {
  /* line 170, ../sass/standard/_setup.scss */
  section#nothing-hide .image-wrapper .stats#sweet-salty-stats {
    top: 0;
    left: 60%;
  }
}
@media screen and (max-width: 640px) {
  /* line 176, ../sass/standard/_setup.scss */
  section#nothing-hide .image-wrapper .stats#sweet-salty-stats {
    top: 180px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }
}
/* line 187, ../sass/standard/_setup.scss */
section.ingredients {
  background-color: #00b87c; /*#E12E8C;*/
  z-index: 10;
  position: relative;
}
/* line 191, ../sass/standard/_setup.scss */
section.ingredients .weights,
section.ingredients .phone,
section.ingredients .bikini,
section.ingredients .headphones,
section.ingredients .bowl,
section.ingredients .sunnys {
  position: absolute;
  z-index: 11;
}
@media screen and (min-width: 1281px) {
  /* line 187, ../sass/standard/_setup.scss */
  section.ingredients {
    height: 3120px;
  }
  /* line 202, ../sass/standard/_setup.scss */
  section.ingredients .weights {
    top: -270px;
    left: -120px;
  }
  /* line 207, ../sass/standard/_setup.scss */
  section.ingredients .phone-wrapper .phone {
    top: 500px;
    right: 0;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -moz-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  /* line 214, ../sass/standard/_setup.scss */
  section.ingredients .phone-wrapper .phone .phone-benefits {
    position: absolute;
    -webkit-transform: matrix(0, 0, 0, 0, 0, 0);
    transform: matrix(0, 0, 0, 0, 0, 0);
  }
  /* line 219, ../sass/standard/_setup.scss */
  section.ingredients .phone-wrapper .phone #vegan {
    top: 30%;
    left: 18%;
  }
  /* line 223, ../sass/standard/_setup.scss */
  section.ingredients .phone-wrapper .phone #gluten {
    top: 33%;
    left: 39%;
  }
  /* line 227, ../sass/standard/_setup.scss */
  section.ingredients .phone-wrapper .phone #fibre {
    top: 37%;
    left: 60%;
  }
  /* line 233, ../sass/standard/_setup.scss */
  section.ingredients .bikini {
    top: 690px;
    left: -50px;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  /* line 241, ../sass/standard/_setup.scss */
  section.ingredients .headphones {
    top: 1040px;
    right: -40px;
  }
  /* line 245, ../sass/standard/_setup.scss */
  section.ingredients .bowl {
    bottom: -120px;
    right: 0;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  /* line 250, ../sass/standard/_setup.scss */
  section.ingredients .sunnys {
    top: 2560px;
    left: -100px;
    max-width: 660px;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@media screen and (min-width: 961px) and (max-width: 1280px) {
  /* line 187, ../sass/standard/_setup.scss */
  section.ingredients {
    height: 3120px;
  }
  /* line 262, ../sass/standard/_setup.scss */
  section.ingredients .container {
    height: 3120px;
  }
  /* line 263, ../sass/standard/_setup.scss */
  section.ingredients .weights {
    top: -270px;
    left: -120px;
    max-width: 610px;
  }
  /* line 269, ../sass/standard/_setup.scss */
  section.ingredients .phone-wrapper .phone {
    top: 500px;
    right: 0;
    max-width: 700px;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -moz-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  /* line 277, ../sass/standard/_setup.scss */
  section.ingredients .phone-wrapper .phone .phone-benefits {
    position: absolute;
    -webkit-transform: matrix(0, 0, 0, 0, 0, 0);
    transform: matrix(0, 0, 0, 0, 0, 0);
  }
  /* line 281, ../sass/standard/_setup.scss */
  section.ingredients .phone-wrapper .phone .phone-benefits img {
    width: 75%;
  }
  /* line 283, ../sass/standard/_setup.scss */
  section.ingredients .phone-wrapper .phone #vegan {
    top: 30%;
    left: 18%;
  }
  /* line 287, ../sass/standard/_setup.scss */
  section.ingredients .phone-wrapper .phone #gluten {
    top: 33%;
    left: 39%;
  }
  /* line 291, ../sass/standard/_setup.scss */
  section.ingredients .phone-wrapper .phone #fibre {
    top: 37%;
    left: 60%;
  }
  /* line 297, ../sass/standard/_setup.scss */
  section.ingredients .bikini {
    top: 690px;
    left: -50px;
    max-width: 540px;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  /* line 306, ../sass/standard/_setup.scss */
  section.ingredients .headphones {
    top: 1040px;
    right: -40px;
    max-width: 480px;
  }
  /* line 311, ../sass/standard/_setup.scss */
  section.ingredients .bowl {
    bottom: -120px;
    right: 0;
    max-width: 670px;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  /* line 317, ../sass/standard/_setup.scss */
  section.ingredients .sunnys {
    top: 2560px;
    left: -100px;
    max-width: 580px;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@media screen and (min-width: 640px) and (max-width: 960px) {
  /* line 187, ../sass/standard/_setup.scss */
  section.ingredients {
    height: 2220px;
  }
  /* line 329, ../sass/standard/_setup.scss */
  section.ingredients .weights {
    top: -120px;
    left: -120px;
    max-width: 390px;
  }
  /* line 335, ../sass/standard/_setup.scss */
  section.ingredients .phone-wrapper .phone {
    top: 550px;
    right: -20px;
    max-width: 80%;
  }
  /* line 339, ../sass/standard/_setup.scss */
  section.ingredients .phone-wrapper .phone .phone-benefits {
    position: absolute;
    -webkit-transform: matrix(0, 0, 0, 0, 0, 0);
    transform: matrix(0, 0, 0, 0, 0, 0);
  }
  /* line 343, ../sass/standard/_setup.scss */
  section.ingredients .phone-wrapper .phone .phone-benefits img {
    width: 75%;
  }
  /* line 345, ../sass/standard/_setup.scss */
  section.ingredients .phone-wrapper .phone #vegan {
    top: 30%;
    left: 18%;
  }
  /* line 349, ../sass/standard/_setup.scss */
  section.ingredients .phone-wrapper .phone #gluten {
    top: 33%;
    left: 39%;
  }
  /* line 353, ../sass/standard/_setup.scss */
  section.ingredients .phone-wrapper .phone #fibre {
    top: 37%;
    left: 60%;
  }
  /* line 359, ../sass/standard/_setup.scss */
  section.ingredients .bikini {
    top: 930px;
    left: -20px;
    max-width: 50%;
  }
  /* line 364, ../sass/standard/_setup.scss */
  section.ingredients .headphones {
    top: 920px;
    right: -40px;
    max-width: 50%;
  }
  /* line 369, ../sass/standard/_setup.scss */
  section.ingredients .bowl {
    bottom: -290px;
    right: 0;
    left: 0;
    margin: 0 auto;
    max-width: 80%;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  /* line 377, ../sass/standard/_setup.scss */
  section.ingredients .sunnys {
    top: 2430px;
    left: -100px;
    max-width: 60%;
  }
}
@media screen and (min-width: 481px) and (max-width: 639px) {
  /* line 187, ../sass/standard/_setup.scss */
  section.ingredients {
    height: 2400px;
  }
  /* line 385, ../sass/standard/_setup.scss */
  section.ingredients .weights {
    top: -120px;
    left: -120px;
    max-width: 390px;
  }
  /* line 391, ../sass/standard/_setup.scss */
  section.ingredients .phone-wrapper .phone {
    top: 550px;
    right: -20px;
    max-width: 90%;
  }
  /* line 395, ../sass/standard/_setup.scss */
  section.ingredients .phone-wrapper .phone .phone-benefits {
    position: absolute;
    -webkit-transform: matrix(0, 0, 0, 0, 0, 0);
    transform: matrix(0, 0, 0, 0, 0, 0);
  }
  /* line 399, ../sass/standard/_setup.scss */
  section.ingredients .phone-wrapper .phone .phone-benefits img {
    width: 55%;
  }
  /* line 401, ../sass/standard/_setup.scss */
  section.ingredients .phone-wrapper .phone #vegan {
    top: 30%;
    left: 18%;
  }
  /* line 405, ../sass/standard/_setup.scss */
  section.ingredients .phone-wrapper .phone #gluten {
    top: 33%;
    left: 39%;
  }
  /* line 409, ../sass/standard/_setup.scss */
  section.ingredients .phone-wrapper .phone #fibre {
    top: 37%;
    left: 60%;
  }
  /* line 415, ../sass/standard/_setup.scss */
  section.ingredients .bikini {
    top: 1310px;
    left: -50px;
    max-width: 70%;
  }
  /* line 420, ../sass/standard/_setup.scss */
  section.ingredients .headphones {
    top: 830px;
    right: -40px;
    max-width: 60%;
  }
  /* line 425, ../sass/standard/_setup.scss */
  section.ingredients .bowl {
    bottom: -200px;
    right: 0;
    left: 0;
    margin: 0 auto;
    max-width: 80%;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  /* line 433, ../sass/standard/_setup.scss */
  section.ingredients .sunnys {
    top: 2430px;
    left: -100px;
    max-width: 60%;
  }
}
@media screen and (min-width: 361px) and (max-width: 480px) {
  /* line 187, ../sass/standard/_setup.scss */
  section.ingredients {
    height: 2480px;
  }
  /* line 441, ../sass/standard/_setup.scss */
  section.ingredients .weights {
    top: -120px;
    left: -120px;
    max-width: 390px;
  }
  /* line 447, ../sass/standard/_setup.scss */
  section.ingredients .phone-wrapper .phone {
    top: 550px;
    right: -20px;
    max-width: 90%;
  }
  /* line 451, ../sass/standard/_setup.scss */
  section.ingredients .phone-wrapper .phone .phone-benefits {
    position: absolute;
    -webkit-transform: matrix(0, 0, 0, 0, 0, 0);
    transform: matrix(0, 0, 0, 0, 0, 0);
  }
  /* line 455, ../sass/standard/_setup.scss */
  section.ingredients .phone-wrapper .phone .phone-benefits img {
    width: 55%;
  }
  /* line 457, ../sass/standard/_setup.scss */
  section.ingredients .phone-wrapper .phone #vegan {
    top: 30%;
    left: 18%;
  }
  /* line 461, ../sass/standard/_setup.scss */
  section.ingredients .phone-wrapper .phone #gluten {
    top: 33%;
    left: 39%;
  }
  /* line 465, ../sass/standard/_setup.scss */
  section.ingredients .phone-wrapper .phone #fibre {
    top: 37%;
    left: 60%;
  }
  /* line 471, ../sass/standard/_setup.scss */
  section.ingredients .bikini {
    top: 1140px;
    left: -50px;
    max-width: 70%;
  }
  /* line 476, ../sass/standard/_setup.scss */
  section.ingredients .headphones {
    top: 780px;
    right: -40px;
    max-width: 60%;
  }
  /* line 481, ../sass/standard/_setup.scss */
  section.ingredients .bowl {
    bottom: -200px;
    right: 0;
    left: 0;
    margin: 0 auto;
    max-width: 80%;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  /* line 489, ../sass/standard/_setup.scss */
  section.ingredients .sunnys {
    top: 2170px;
    left: -100px;
    max-width: 70%;
  }
}
@media screen and (max-width: 360px) {
  /* line 187, ../sass/standard/_setup.scss */
  section.ingredients {
    height: 2280px;
  }
  /* line 497, ../sass/standard/_setup.scss */
  section.ingredients .weights {
    top: -120px;
    left: -120px;
    max-width: 390px;
  }
  /* line 503, ../sass/standard/_setup.scss */
  section.ingredients .phone-wrapper .phone {
    top: 650px;
    right: -20px;
    max-width: 90%;
  }
  /* line 507, ../sass/standard/_setup.scss */
  section.ingredients .phone-wrapper .phone .phone-benefits {
    position: absolute;
    -webkit-transform: matrix(0, 0, 0, 0, 0, 0);
    transform: matrix(0, 0, 0, 0, 0, 0);
  }
  /* line 511, ../sass/standard/_setup.scss */
  section.ingredients .phone-wrapper .phone .phone-benefits img {
    width: 55%;
  }
  /* line 513, ../sass/standard/_setup.scss */
  section.ingredients .phone-wrapper .phone #vegan {
    top: 30%;
    left: 18%;
  }
  /* line 517, ../sass/standard/_setup.scss */
  section.ingredients .phone-wrapper .phone #gluten {
    top: 33%;
    left: 39%;
  }
  /* line 521, ../sass/standard/_setup.scss */
  section.ingredients .phone-wrapper .phone #fibre {
    top: 37%;
    left: 60%;
  }
  /* line 527, ../sass/standard/_setup.scss */
  section.ingredients .bikini {
    top: 1200px;
    left: -50px;
    max-width: 70%;
  }
  /* line 532, ../sass/standard/_setup.scss */
  section.ingredients .headphones {
    top: 820px;
    right: -40px;
    max-width: 60%;
  }
  /* line 537, ../sass/standard/_setup.scss */
  section.ingredients .bowl {
    bottom: -130px;
    right: 0;
    left: 0;
    margin: 0 auto;
    max-width: 80%;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  /* line 545, ../sass/standard/_setup.scss */
  section.ingredients .sunnys {
    top: 1980px;
    left: -100px;
    max-width: 70%;
  }
}
/* line 551, ../sass/standard/_setup.scss */
section.ingredients .container {
  background-color: #FFCB1F;
  position: relative;
}
@media screen and (max-width: 360px) {
  /* line 551, ../sass/standard/_setup.scss */
  section.ingredients .container {
    height: 2280px;
  }
}
@media screen and (min-width: 361px) and (max-width: 480px) {
  /* line 551, ../sass/standard/_setup.scss */
  section.ingredients .container {
    height: 2480px;
  }
}
@media screen and (min-width: 481px) and (max-width: 639px) {
  /* line 551, ../sass/standard/_setup.scss */
  section.ingredients .container {
    height: 2400px;
  }
}
@media screen and (min-width: 640px) and (max-width: 960px) {
  /* line 551, ../sass/standard/_setup.scss */
  section.ingredients .container {
    height: 2220px;
  }
}
@media screen and (min-width: 1225px) {
  /* line 551, ../sass/standard/_setup.scss */
  section.ingredients .container {
    height: 3120px;
    padding: 0 !important;
  }
  /* line 560, ../sass/standard/_setup.scss */
  section.ingredients .container .sidebars {
    position: relative;
    z-index: 10;
  }
  /* line 563, ../sass/standard/_setup.scss */
  section.ingredients .container .sidebars:before {
    background-image: url(../assets/img/anchor-left.png)/*tpa=http://www.nudepopcorncompany.co.uk/assets/img/anchor-left.png*/;
    background-position: top left;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 195px;
    height: 1770px;
  }
  /* line 575, ../sass/standard/_setup.scss */
  section.ingredients .container .sidebars:after {
    background-image: url(../assets/img/anchor-right.png)/*tpa=http://www.nudepopcorncompany.co.uk/assets/img/anchor-right.png*/;
    background-position: top right;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    content: "";
    width: 195px;
    height: 1770px;
  }
}
/* line 589, ../sass/standard/_setup.scss */
section.ingredients .container #lessfat,
section.ingredients .container #getnude,
section.ingredients .container #cloud-puffed {
  position: absolute;
  overflow: visible;
}
/* line 594, ../sass/standard/_setup.scss */
section.ingredients .container #lessfat path,
section.ingredients .container #lessfat line,
section.ingredients .container #lessfat polyline,
section.ingredients .container #getnude path,
section.ingredients .container #getnude line,
section.ingredients .container #getnude polyline,
section.ingredients .container #cloud-puffed path,
section.ingredients .container #cloud-puffed line,
section.ingredients .container #cloud-puffed polyline {
  opacity: 1;
  filter: alpha(opacity=1);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
/* line 604, ../sass/standard/_setup.scss */
section.ingredients .container .popcorn-1,
section.ingredients .container .popcorn-2,
section.ingredients .container .popcorn-3,
section.ingredients .container .popcorn-4 {
  position: absolute;
  z-index: 9;
}
@media screen and (min-width: 961px) {
  /* line 612, ../sass/standard/_setup.scss */
  section.ingredients .container #lessfat {
    top: 180px;
    left: 340px;
    max-width: 230px;
  }
  /* line 617, ../sass/standard/_setup.scss */
  section.ingredients .container #getnude {
    top: 1260px;
    left: 510px;
    max-width: 370px;
  }
  /* line 622, ../sass/standard/_setup.scss */
  section.ingredients .container #cloud-puffed {
    top: 1960px;
    left: 450px;
    max-width: 520px;
  }
  /* line 627, ../sass/standard/_setup.scss */
  section.ingredients .container .popcorn-1 {
    top: 0;
    right: 40px;
  }
  /* line 631, ../sass/standard/_setup.scss */
  section.ingredients .container .popcorn-2 {
    top: 140px;
    left: 40px;
  }
  /* line 635, ../sass/standard/_setup.scss */
  section.ingredients .container .popcorn-3 {
    top: 1280px;
    right: 0;
  }
  /* line 639, ../sass/standard/_setup.scss */
  section.ingredients .container .popcorn-4 {
    top: 1830px;
    left: 0;
  }
}
@media screen and (min-width: 961px) and (max-width: 1225px) {
  /* line 645, ../sass/standard/_setup.scss */
  section.ingredients .container .popcorn-1 {
    top: 0;
    right: 0;
  }
  /* line 649, ../sass/standard/_setup.scss */
  section.ingredients .container .popcorn-2 {
    top: 140px;
    left: 0;
  }
  /* line 653, ../sass/standard/_setup.scss */
  section.ingredients .container .popcorn-3 {
    top: 1280px;
    right: 0;
  }
  /* line 657, ../sass/standard/_setup.scss */
  section.ingredients .container .popcorn-4 {
    top: 1830px;
    left: 0;
  }
}
@media screen and (min-width: 640px) and (max-width: 960px) {
  /* line 663, ../sass/standard/_setup.scss */
  section.ingredients .container #lessfat {
    top: 250px;
    max-width: 250px;
    right: 25%;
  }
  /* line 668, ../sass/standard/_setup.scss */
  section.ingredients .container #getnude {
    top: 1050px;
    max-width: 370px;
    right: 5%;
  }
  /* line 673, ../sass/standard/_setup.scss */
  section.ingredients .container #cloud-puffed {
    top: 1710px;
    max-width: 520px;
    left: 40px;
    right: auto;
  }
  /* line 679, ../sass/standard/_setup.scss */
  section.ingredients .container .popcorn-1 {
    top: 0;
    right: 0;
  }
  /* line 683, ../sass/standard/_setup.scss */
  section.ingredients .container .popcorn-2 {
    top: 140px;
    left: 0;
  }
  /* line 687, ../sass/standard/_setup.scss */
  section.ingredients .container .popcorn-3 {
    top: 1280px;
    right: 0;
  }
  /* line 691, ../sass/standard/_setup.scss */
  section.ingredients .container .popcorn-4 {
    display: none;
  }
}
@media screen and (min-width: 481px) and (max-width: 639px) {
  /* line 694, ../sass/standard/_setup.scss */
  section.ingredients .container #lessfat {
    top: 210px;
    max-width: 250px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 12;
  }
  /* line 702, ../sass/standard/_setup.scss */
  section.ingredients .container #getnude {
    top: 1180px;
    max-width: 370px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 12;
    width: 80%;
  }
  /* line 711, ../sass/standard/_setup.scss */
  section.ingredients .container #cloud-puffed {
    top: 2040px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
  }
  /* line 718, ../sass/standard/_setup.scss */
  section.ingredients .container .popcorn-1 {
    top: 0;
    right: 0;
  }
  /* line 722, ../sass/standard/_setup.scss */
  section.ingredients .container .popcorn-2 {
    top: 400px;
    left: 0;
  }
  /* line 726, ../sass/standard/_setup.scss */
  section.ingredients .container .popcorn-3 {
    top: 1480px;
    right: 0;
  }
  /* line 730, ../sass/standard/_setup.scss */
  section.ingredients .container .popcorn-4 {
    display: none;
  }
}
@media screen and (min-width: 361px) and (max-width: 480px) {
  /* line 733, ../sass/standard/_setup.scss */
  section.ingredients .container #lessfat {
    top: 210px;
    max-width: 250px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 12;
  }
  /* line 741, ../sass/standard/_setup.scss */
  section.ingredients .container #getnude {
    top: 970px;
    max-width: 370px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 12;
    width: 80%;
  }
  /* line 750, ../sass/standard/_setup.scss */
  section.ingredients .container #cloud-puffed {
    top: 1970px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
  }
  /* line 757, ../sass/standard/_setup.scss */
  section.ingredients .container .popcorn-1 {
    top: 0;
    right: 0;
  }
  /* line 761, ../sass/standard/_setup.scss */
  section.ingredients .container .popcorn-2 {
    top: 400px;
    left: 0;
  }
  /* line 765, ../sass/standard/_setup.scss */
  section.ingredients .container .popcorn-3 {
    top: 1400px;
    right: 0;
  }
  /* line 769, ../sass/standard/_setup.scss */
  section.ingredients .container .popcorn-4 {
    display: none;
  }
}
@media screen and (max-width: 360px) {
  /* line 772, ../sass/standard/_setup.scss */
  section.ingredients .container #lessfat {
    top: 310px;
    max-width: 250px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 12;
  }
  /* line 780, ../sass/standard/_setup.scss */
  section.ingredients .container #getnude {
    top: 1060px;
    max-width: 370px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 12;
    width: 80%;
  }
  /* line 789, ../sass/standard/_setup.scss */
  section.ingredients .container #cloud-puffed {
    top: 1790px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
  }
  /* line 796, ../sass/standard/_setup.scss */
  section.ingredients .container .popcorn-1 {
    top: 0;
    right: 0;
  }
  /* line 800, ../sass/standard/_setup.scss */
  section.ingredients .container .popcorn-2 {
    top: 650px;
    left: 0;
  }
  /* line 804, ../sass/standard/_setup.scss */
  section.ingredients .container .popcorn-3 {
    top: 1340px;
    right: 0;
    max-width: 270px;
  }
  /* line 809, ../sass/standard/_setup.scss */
  section.ingredients .container .popcorn-4 {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  /* line 812, ../sass/standard/_setup.scss */
  section.ingredients #mainline {
    display: none;
  }
}
@media screen and (min-width: 961px) {
  /* line 812, ../sass/standard/_setup.scss */
  section.ingredients #mainline {
    position: absolute;
    left: 0;
    right: -300px;
    top: 0;
    margin: 0 auto;
    opacity: 1;
    z-index: 10;
  }
}
/* line 824, ../sass/standard/_setup.scss */
section.ingredients .annotation {
  color: #FFFFFF;
  position: absolute;
  left: 30px;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  /* line 824, ../sass/standard/_setup.scss */
  section.ingredients .annotation {
    text-shadow: 0px 0px 4px #000;
    z-index: 12;
  }
}
/* line 835, ../sass/standard/_setup.scss */
section#nudeagain {
  background-color: #44C8F5;
}
/* line 837, ../sass/standard/_setup.scss */
section#nudeagain .image-wrapper img {
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
@media screen and (min-width: 961px) {
  /* line 835, ../sass/standard/_setup.scss */
  section#nudeagain {
    padding: 5em 25px;
  }
  /* line 842, ../sass/standard/_setup.scss */
  section#nudeagain .image-wrapper {
    margin: 3em 0;
    width: 60%;
  }
  /* line 846, ../sass/standard/_setup.scss */
  section#nudeagain .content-wrapper {
    width: 40%;
  }
  /* line 848, ../sass/standard/_setup.scss */
  section#nudeagain .content-wrapper .content {
    padding: 0 2em 0 0;
  }
}
@media screen and (max-width: 960px) {
  /* line 835, ../sass/standard/_setup.scss */
  section#nudeagain {
    padding: 5em 25px;
    text-align: center;
  }
  /* line 854, ../sass/standard/_setup.scss */
  section#nudeagain .content {
    max-width: 24em;
    margin: 0 auto;
  }
}
/* line 859, ../sass/standard/_setup.scss */

section#nudeagain .content-wrapper p {
  font-family: "YanoneKaffeesatz";
  font-size: 26px;
  line-height: 1.45455;
  margin-bottom: 1.45455em;
  margin-top: 1.45455em;
  color: #FFFFFF;
}
/* line 865, ../sass/standard/_setup.scss */
section#sayhello {
  background-color: #00b87c ;/*#E12E8C;*/
  padding: 5em 25px 2em;
  text-align: center;
}
/* line 869, ../sass/standard/_setup.scss */
section#sayhello p {
  color: #FFFFFF;
}
/* line 871, ../sass/standard/_setup.scss */
section#sayhello p strong {
  font-weight: normal;
  color: #FFCB1F;
}
/* line 876, ../sass/standard/_setup.scss */
section#sayhello a {
  color: #FFCB1F;
}
@media screen and (min-width: 641px) {
  /* line 878, ../sass/standard/_setup.scss */
  section#sayhello .footer-content > div {
    display: inline-block;
    vertical-align: middle;
    width: 32.333%;
  }
  /* line 883, ../sass/standard/_setup.scss */
  section#sayhello .footer-content > div .logo {
    text-align: left;
  }
  /* line 884, ../sass/standard/_setup.scss */
  section#sayhello .footer-content > div .address {
    text-align: center;
  }
  /* line 885, ../sass/standard/_setup.scss */
  section#sayhello .footer-content > div .legal {
    text-align: right;
  }
}
/* line 887, ../sass/standard/_setup.scss */
section#sayhello .footer-content > div p, section#sayhello .footer-content > div a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.5em;
  margin-top: 1.5em;
}
/* line 891, ../sass/standard/_setup.scss */
section#sayhello .footer-content .address {
  max-width: 18em;
  margin: 0 auto;
}
/* line 894, ../sass/standard/_setup.scss */
section#sayhello .footer-content .address p, section#sayhello .footer-content .address a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.48571;
  margin-bottom: 1.48571em;
  margin-top: 1.48571em;
}
/* line 895, ../sass/standard/_setup.scss */
section#sayhello .footer-content .address strong {
  font-family: AvenirNextLTW01-Regular, sans-serif;
}
/* line 900, ../sass/standard/_setup.scss */
section#legal {
  background-color: #FFCB1F;
  padding: 5em 25px;
  text-align: center;
}
/* line 904, ../sass/standard/_setup.scss */
section#legal .content-wrapper {
  max-width: 46em;
  margin: 0 auto;
}
/* line 907, ../sass/standard/_setup.scss */
section#legal .content-wrapper p {
  color: #FFFFFF;
}

/* line 911, ../sass/standard/_setup.scss */
section#legal .accordion-wrapper {
  max-width: 840px;
  text-align: left;
}

section#legal 
{
    font-family: "YanoneKaffeesatz" !important ;
}

section#legal p, section#legal ul li
{
    font-size: 20px !important;
}

@media screen and (min-width: 769px) {
  /* line 914, ../sass/standard/_setup.scss */
  section#legal .accordion-wrapper .left {
    float: left;
    width: 40%;
  }
  /* line 918, ../sass/standard/_setup.scss */
  section#legal .accordion-wrapper .right {
    margin-left: 60%;
  }
}
@media screen and (max-width: 768px) {
  /* line 921, ../sass/standard/_setup.scss */
  section#legal .accordion-wrapper .right {
    margin-top: 2em;
  }
}
/* line 924, ../sass/standard/_setup.scss */
section#legal .accordion-wrapper h2 {
  margin-top: 0;
  text-transform: uppercase;
  font-family: Avenir Next LT W01 Bold, sans-serif;
}
/* line 929, ../sass/standard/_setup.scss */
section#legal .accordion-wrapper .ui-accordion {
  font-family: AvenirNextLTW01-Regular, sans-serif;
  /* font-size: 1em;*/
}
/* line 932, ../sass/standard/_setup.scss */
section#legal .accordion-wrapper .ui-accordion .ui-accordion-header,
section#legal .accordion-wrapper .ui-accordion .ui-accordion-content {
  background: none;
  margin: 0;
  border-radius: 0;
  border: 0;
}
/* line 940, ../sass/standard/_setup.scss */
section#legal .accordion-wrapper .ui-accordion .ui-accordion-header .ui-icon {
  background-image: url("../assets/icons/scroll-down.png")/*tpa=http://www.nudepopcorncompany.co.uk/assets/icons/scroll-down.png*/;
  background-image: none, url("../assets/icons/scroll-down.svg")/*tpa=http://www.nudepopcorncompany.co.uk/assets/icons/scroll-down.svg*/, url("../assets/icons/scroll-down.svg")/*tpa=http://www.nudepopcorncompany.co.uk/assets/icons/scroll-down.svg*/;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: 16px auto;
}
/* line 944, ../sass/standard/_setup.scss */
section#legal .accordion-wrapper .ui-accordion .ui-accordion-header:focus {
  outline: 0;
}
@media screen and (min-width: 769px) {
  /* line 946, ../sass/standard/_setup.scss */
  section#legal .accordion-wrapper .ui-accordion .ui-accordion-content {
    padding: 0.3em 0.6em 0.3em 2.4em;
  }
}
@media screen and (max-width: 768px) {
  /* line 946, ../sass/standard/_setup.scss */
  section#legal .accordion-wrapper .ui-accordion .ui-accordion-content {
    padding: 0.3em 0.6em 0.3em 0.6em;
  }
}
/* line 949, ../sass/standard/_setup.scss */
section#legal .accordion-wrapper .ui-accordion .ui-accordion-content p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.48571;
  margin-bottom: 1.48571em;
  margin-top: 1.48571em;
}
/* line 953, ../sass/standard/_setup.scss */
section#legal .accordion-wrapper .ui-accordion h3 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.51111;
  margin-bottom: 1.51111em;
  margin-top: 1.51111em;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  /* line 953, ../sass/standard/_setup.scss */
  section#legal .accordion-wrapper .ui-accordion h3 {
    border-bottom: 1px solid #FFFFFF !important;
  }
}
/* line 960, ../sass/standard/_setup.scss */
section#legal .accordion-wrapper .ui-accordion p,
section#legal .accordion-wrapper .ui-accordion strong {
  color: #FFFFFF;
}

/* line 970, ../sass/standard/_setup.scss */
form#contact-form {
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
  padding: 4em 0;
  position: relative;
}
/* line 977, ../sass/standard/_setup.scss */
form#contact-form #form-messages h2 {
  color: #FFFFFF;
  font-family: Avenir Next LT W01 Bold, sans-serif;
}
/* line 981, ../sass/standard/_setup.scss */
form#contact-form #form-messages a {
  color: #FFFFFF;
  text-decoation: underline;
}
/* line 986, ../sass/standard/_setup.scss */
form#contact-form label {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.5em;
  margin-top: 1.5em;
  margin-top: 0;
}
/* line 990, ../sass/standard/_setup.scss */
form#contact-form input,
form#contact-form textarea {
  /*font-family: AvenirNextLTW01-Regular, sans-serif;*/
    font-family: "YanoneKaffeesatz";
  font-size: 20px;
  width: 100%;
  padding: 15px;
  border: 0;
  color: #941558;
}
/* line 999, ../sass/standard/_setup.scss */
form#contact-form .text-area label {
  margin-bottom: 0;
}
/* line 1000, ../sass/standard/_setup.scss */
form#contact-form .text-area textarea {
  resize: none;
}
/* line 1002, ../sass/standard/_setup.scss */
form#contact-form .submit {
  margin: 0 auto;
  text-align: center;
}
/* line 1005, ../sass/standard/_setup.scss */
form#contact-form .submit button[type="submit"] {
  background-color: #fff; /*#FFCB1F;*/
  color: red; /* #E12E8C;*/
}
/* line 1010, ../sass/standard/_setup.scss */
form#contact-form ::-webkit-input-placeholder {
  color: #941558;
}
/* line 1013, ../sass/standard/_setup.scss */
form#contact-form :-moz-placeholder {
  color: #941558;
}
/* line 1016, ../sass/standard/_setup.scss */
form#contact-form ::-moz-placeholder {
  color: #941558;
}
/* line 1019, ../sass/standard/_setup.scss */
form#contact-form :-ms-input-placeholder {
  color: #941558;
}
/* line 1022, ../sass/standard/_setup.scss */
form#contact-form .information p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.48571;
  margin-bottom: 1.48571em;
  margin-top: 1.48571em;
  margin-top: 0.5em;
  color: #FFCB1F;
  text-align: right;
}

/* line 1031, ../sass/standard/_setup.scss */
.placeholder form label span {
  display: none;
}

/* line 1033, ../sass/standard/_setup.scss */
.no-placeholder form label span {
  color: #FFFFFF;
  margin-bottom: 20px;
}

/* line 1043, ../sass/standard/_setup.scss */
.button {
  border: 0;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  padding: 1em 1.5em;
  font-family: Avenir Next LT W01 Bold, sans-serif;
  text-transform: uppercase;
}

/* line 1053, ../sass/standard/_setup.scss */
.button.outline {
  background-color: transparent;
  border: 0;
  border: 5px solid #FFFFFF;
  color: #FFFFFF;
  display: inline-block;
  padding: 1em 1.5em;
  font-family: Avenir Next LT W01 Bold, sans-serif;
  text-transform: uppercase;
  -webkit-transition: all 350ms linear 0s;
  -moz-transition: all 350ms linear 0s;
  -ms-transition: all 350ms linear 0s;
  -o-transition: all 350ms linear 0s;
  transition: all 350ms linear 0s;
}
/* line 1063, ../sass/standard/_setup.scss */
.button.outline:hover {
  background-color: #FFFFFF;
  color: #E12E8C;
}

/* line 1069, ../sass/standard/_setup.scss */
ul.plain {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 1076, ../sass/standard/_setup.scss */
.fallback .intro {
  display: table;
}
/* line 1078, ../sass/standard/_setup.scss */
.fallback .intro .hello {
  position: absolute;
  top: 25px;
  right: 25px;
}
/* line 1083, ../sass/standard/_setup.scss */
.fallback .intro .container {
  display: table-cell;
  vertical-align: middle;
}
/* line 1086, ../sass/standard/_setup.scss */
.fallback .intro .container .logo-wrapper {
  margin: 0 auto;
  max-width: 400px;
  text-align: center;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  top: auto;
  left: auto;
  position: static;
}
/* line 1097, ../sass/standard/_setup.scss */
.fallback .intro .container .content {
  color: #E12E8C;
  max-width: 36em;
  margin: 0 auto;
  text-align: center;
}

/* line 1114, ../sass/standard/_setup.scss */
.breadcrumb {
  /* The path to the current page in the form of a list of links */
}
/* line 1115, ../sass/standard/_setup.scss */
.breadcrumb li {
  display: inline;
}

/* line 1120, ../sass/standard/_setup.scss */
ul.inline {
  /* List of links generated by theme_links() */
  display: inline;
}
/* line 1122, ../sass/standard/_setup.scss */
ul.inline li {
  display: inline;
  padding: 0 1em 0 0;
  /* LTR */
}

/* line 1127, ../sass/standard/_setup.scss */
span.field-label {
  /* The inline field label used by the Fences module */
  padding: 0 1em 0 0;
  /* LTR */
}

/* line 1131, ../sass/standard/_setup.scss */
.item-list .pager {
  /* A list of page numbers when more than 1 page of content is available */
  padding: 0;
}
/* line 1134, ../sass/standard/_setup.scss */
.item-list .pager li {
  /* Each page number in the pager list */
  padding: 0 0.5em;
}

/* -------------------------------------------------------------------
    Author:       Fluid Ideas
    Website:      Fluid starterkit

    Title:        header.scss
    Type:         SASS Partial

    Description:  Set up styles for the header region

   ------------------------------------------------------------------- */
/* line 13, ../sass/_header.scss */
header ul.menu {
  margin: 0;
  padding: 0;
}
/* line 16, ../sass/_header.scss */
header ul.menu li {
  list-style: none;
}
/* line 18, ../sass/_header.scss */
header ul.menu li a {
  display: block;
}
/* line 24, ../sass/_header.scss */
header a#logo {
  display: inline-block;
}
@media all and (min-width: 641px) {
  /* line 29, ../sass/_header.scss */
  header button.mobile {
    display: none;
  }
  /* line 30, ../sass/_header.scss */
  header .main-menu {
    display: block;
  }
}
@media all and (max-width: 640px) {
  /* line 36, ../sass/_header.scss */
  header button.mobile {
    display: block;
  }
  /* line 37, ../sass/_header.scss */
  header .main-menu {
    display: none;
  }
}

/* -------------------------------------------------------------------
    Author:       Fluid Ideas
    Website:      Fluid starterkit

    Title:        footer.scss
    Type:         SASS partial

    Description:  Set up styles for the footer region

   ------------------------------------------------------------------- */
@media (min-width: 769px) {
  /* line 20, ../sass/_flex.scss */
  .flex-support .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  /* line 29, ../sass/_flex.scss */
  .flex-support .flex.row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 36, ../sass/_flex.scss */
  .flex-support .flex.row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  /* line 43, ../sass/_flex.scss */
  .flex-support .flex.column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  /* line 50, ../sass/_flex.scss */
  .flex-support .flex.column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  /* line 59, ../sass/_flex.scss */
  .flex-support .flex.wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 64, ../sass/_flex.scss */
  .flex-support .flex.no-wrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  /* line 69, ../sass/_flex.scss */
  .flex-support .flex.wrap-reverse {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  /* line 76, ../sass/_flex.scss */
  .flex-support .flex.align-items-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  /* line 82, ../sass/_flex.scss */
  .flex-support .flex.align-items-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  /* line 88, ../sass/_flex.scss */
  .flex-support .flex.align-items-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  /* line 94, ../sass/_flex.scss */
  .flex-support .flex.align-items-baseline {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  /* line 100, ../sass/_flex.scss */
  .flex-support .flex.align-items-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  /* line 108, ../sass/_flex.scss */
  .flex-support .flex.justify-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  /* line 114, ../sass/_flex.scss */
  .flex-support .flex.justify-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  /* line 120, ../sass/_flex.scss */
  .flex-support .flex.justify-space-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  /* line 126, ../sass/_flex.scss */
  .flex-support .flex.justify-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  /* line 132, ../sass/_flex.scss */
  .flex-support .flex.justify-space-around {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  /* line 140, ../sass/_flex.scss */
  .flex-support .flex.align-content-start {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  /* line 145, ../sass/_flex.scss */
  .flex-support .flex.align-content-end {
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  /* line 150, ../sass/_flex.scss */
  .flex-support .flex.align-content-center {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  /* line 155, ../sass/_flex.scss */
  .flex-support .flex.align-content-space-between {
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  /* line 160, ../sass/_flex.scss */
  .flex-support .flex.align-content-space-around {
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  /* line 165, ../sass/_flex.scss */
  .flex-support .flex.align-content-stretch {
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  /* line 173, ../sass/_flex.scss */
  .flex-support .flex.align-self-auto {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }
  /* line 178, ../sass/_flex.scss */
  .flex-support .flex.align-self-start {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  /* line 183, ../sass/_flex.scss */
  .flex-support .flex.align-self-end {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  /* line 188, ../sass/_flex.scss */
  .flex-support .flex.align-self-center {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  /* line 193, ../sass/_flex.scss */
  .flex-support .flex.align-self-baseline {
    -webkit-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }
  /* line 198, ../sass/_flex.scss */
  .flex-support .flex.align-self-stretch {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
}
/* -------------------------------------------------------------------
    Author:       Fluid Ideas
    Website:      Fluid fiveseries

    Title:        front.scss
    Type:         SASS partial

    Description:  Set up styles for the homepage

    ------------------------------------------------------------------- */
/* line 12, ../sass/pages/_front.scss */
.error {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid rgba(185, 74, 72, 0.3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 24, ../sass/pages/_front.scss */
.success {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.51111;
  margin-bottom: 1.51111em;
  margin-top: 1.51111em;
  background-color: #E12E8C;
  border: 0;
  color: #FFFFFF;
  height: 370px;
  left: 0;
  margin: 0 auto;
  max-width: 600px;
  padding: 1em;
  position: absolute;
  right: 0;
  text-align: center;
  top: 64px;
}



/*poganini edition 2019*/

section#products h2
{
    color: #f7a950;
    font-family: "YanoneKaffeesatz";
    font-size: 30px;
    font-weight: 900;
    margin-top: 0;
}

section#products p
{
    font-family: "YanoneKaffeesatz";
    font-size: 20px;
    line-height: 1.3;
}

section#products .pic
{
    text-align: right;
}

section#products img
{
    width: 30%;
}

@media (max-width: 575.98px)
{
    section#products .pic
    {
	text-align: center;
    }
    
    section#products h2
    {
	font-size: 16px;
    }
    section#products p
    {
	font-size: 10px;
    }
    
    section#products img
    {
	width: auto;
    }
}

.carousel-control-next-icon 
{
    background-image: url("/assets/icons/next.png");
}

.carousel-control-prev-icon 
{
    background-image: url("/assets/icons/prev.png");
}


.carousel-control-next-icon,
.carousel-control-prev-icon
{
    width: 67px;
    height:104px;
}