/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
iframe {
  border: none;
}
progress {
  display: inline-block;
  /*Add the correct display in IE 9-.*/
  vertical-align: baseline;
  /*Add the correct vertical alignment in Chrome, Firefox, and Opera*/
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
[hidden] {
  display: none;
}
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
select {
  background: none;
  border: none;
  color: #140B02;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
fieldset {
  border: none;
}
input[type="text"],
textarea {
  background: #FFE7B6;
  box-sizing: border-box;
  border-radius: 6px;
  border: none;
  padding: 4px 6px;
  width: 100%;
}
label.move {
  opacity: 0.2;
}
textarea {
  min-width: 100%;
  max-width: 100%;
  overflow: auto;
  min-height: 90px;
  max-height: 90px;
}
input[type="checkbox"] {
  height: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 0;
}
input[type="checkbox"] + label {
  cursor: pointer;
  display: inline-block;
  padding-left: 20px;
  position: relative;
}
input[type="checkbox"] + label:after,
input[type="checkbox"] + label:before {
  border-radius: 50%;
  bottom: 0;
  content: '';
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 0;
}
input[type="checkbox"] + label:after {
  background: #FFE7B6;
  height: 16px;
  left: 0;
  width: 16px;
  z-index: 1;
}
input[type="checkbox"] + label:before {
  background: #140B02;
  opacity: 0;
  height: 10px;
  left: 3px;
  width: 10px;
  z-index: 2;
}
input[type="checkbox"] + label:hover:before {
  opacity: 0.5;
}
input[type="checkbox"]:checked + label:before {
  opacity: 1;
}
input[type="submit"] {
  background: #FFE7B6;
  border: none;
  box-shadow: 5px 5px 5px 0px rgba(20, 11, 2, 0.4);
  cursor: pointer;
  font-weight: 700;
  padding: 4px 6px;
  text-transform: uppercase;
}
input[type="submit"]:active {
  box-shadow: -5px -5px 5px 0px rgba(20, 11, 2, 0.4);
}
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
figcaption,
figure {
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
details,
menu,
summary {
  /* 1 */
  display: block;
}
/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  color: #140B02;
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
  text-decoration: none;
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  color: #FBBA00;
  outline-width: 0;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template {
  /* 1 */
  display: none;
}
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  background: rgba(20, 11, 2, 0.4);
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  margin: 0;
  position: relative;
  height: auto;
  overflow: auto;
}
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
footer,
header,
main,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0;
}
h2,
h3 {
  font-family: 'Amatic SC', sans-serif;
  margin: 0;
}
h3 {
  display: block;
  font-size: 80px;
  text-align: center;
}
h3 em {
  border-bottom: 2px solid #FFE7B6;
  color: #FFE7B6;
  display: inline-block;
  font-style: normal;
  line-height: 80px;
}
p {
  color: #FFFFFF;
  display: block;
  margin: 0;
  font-size: 22px;
  position: relative;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul:after,
ol:after {
  clear: both;
  content: '';
  display: table;
}
.container {
  margin: 0 auto;
  max-width: 960px;
}
.row {
  margin: 0 auto;
}
.row:after {
  clear: both;
  content: '';
  display: table;
}
.middle {
  float: none !important;
  margin: 0 auto;
}
.col-12 {
  float: left;
  width: 100%;
}
.col-11 {
  float: left;
  width: 91.66666667%;
}
.col-10 {
  float: left;
  width: 83.33333333%;
}
.col-9 {
  float: left;
  width: 75%;
}
.col-8 {
  float: left;
  width: 66.66666667%;
}
.col-7 {
  float: left;
  width: 58.33333333%;
}
.col-6 {
  float: left;
  width: 50%;
}
.col-5 {
  float: left;
  width: 41.66666667%;
}
.col-4 {
  float: left;
  width: 33.33333333%;
}
.col-3 {
  float: left;
  width: 25%;
}
.col-2 {
  float: left;
  width: 16.66666667%;
}
.col-1 {
  float: left;
  width: 8.33333333%;
}
@media (max-width: 960px) {
  .container {
    padding: 0 10px;
  }
}
.modal-active {
  width: 100%;
  overflow: hidden;
}
.contact-form {
  background-image: url('assets/backgrounds/sanissimo-bg-texture-2.jpg');
  background-color: #FBBA00;
  background-size: 100%;
  position: fixed;
  right: -325px;
  padding-left: 30px;
  top: 100px;
  z-index: 10;
}
.contact-form.show {
  right: 0;
  -webkit-animation: show_contact 0.8s ease;
          animation: show_contact 0.8s ease;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
.contact-form.hide {
  right: -325px;
  -webkit-animation: hide_contact 0.8s ease;
          animation: hide_contact 0.8s ease;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
.contact-form > span.expand {
  background: rgba(20, 11, 2, 0);
  bottom: 0;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1;
}
.contact-form > span.icon-close {
  display: none;
}
.contact-form form {
  position: relative;
}
.contact-form form:before,
.contact-form form:after {
  background: url('assets/backgrounds/sanissimo-bg-texture-5.png');
  background-size: contain;
  content: '';
  height: 1px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 95%;
  z-index: 1;
}
.contact-form form:before {
  top: 2px;
}
.contact-form form:after {
  bottom: 4px;
}
.contact-form fieldset {
  margin: 8px 0;
  padding: 10px;
  position: relative;
}
.contact-form fieldset:after {
  background: rgba(20, 11, 2, 0.2);
  bottom: 0;
  box-shadow: 0px 5px 10px 0px #140b02;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.contact-form fieldset:before {
  background: url('assets/backgrounds/sanissimo-bg-texture-6.png');
  background-size: contain;
  bottom: 8px;
  content: '';
  height: 100%;
  left: 4px;
  margin: auto;
  position: absolute;
  top: 4px;
  width: 1px;
}
.contact-form fieldset legend {
  bottom: 0;
  display: inline-block;
  font-size: 20px;
  height: 20px;
  left: -55px;
  margin: auto;
  max-width: 80px;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.contact-form fieldset ul {
  text-align: center;
}
.contact-form fieldset ul:before {
  background: url('assets/backgrounds/sanissimo-bg-texture-6.png');
  background-size: contain;
  bottom: 8px;
  content: '';
  height: 100%;
  right: 4px;
  margin: auto;
  position: absolute;
  top: 4px;
  width: 1px;
}
.contact-form fieldset ul li {
  margin-bottom: 5px;
  position: relative;
}
.contact-form fieldset ul li.active label {
  display: none;
}
.contact-form fieldset ul li label {
  left: 6px;
  max-width: 154px;
  overflow: hidden;
  position: absolute;
  top: 4px;
}
.contact-form fieldset ul li .message {
  display: none;
}
.contact-form fieldset ul li .message p {
  color: #140B02;
  font-size: 20px;
  font-weight: 700;
  max-height: 50px;
  overflow: hidden;
}
.contact-form fieldset ul li .checkbox {
  text-align: left;
}
.contact-form fieldset ul li .checkbox label {
  left: 0;
  position: relative;
  text-align: left;
}
.contact-form fieldset ul li em {
  display: none;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
}
.contact-form fieldset ul li input[type="text"].error,
.contact-form fieldset ul li textarea.error,
.contact-form fieldset ul li input[type="hidden"].error {
  border: 1px solid #140B02;
}
.contact-form fieldset ul li input[type="text"].error + em,
.contact-form fieldset ul li textarea.error + em,
.contact-form fieldset ul li input[type="hidden"].error + em {
  display: block;
}
.contact-form fieldset ul li > a {
  text-decoration: underline;
}
.contact-form fieldset ul li > a:hover {
  color: #140B02;
  font-weight: 700;
}
.contact-form.active {
  bottom: 0;
  opacity: 1;
  overflow-x: hidden;
  overflow-y: scroll;
  top: 0;
}
.contact-form.active > span {
  display: none;
}
@media (max-width: 740px) {
  .modal-active {
    position: fixed;
  }
  .contact-form {
    background: rgba(255, 255, 255, 0.9);
    bottom: auto;
    left: 0;
    opacity: 0;
    padding: 0;
    right: 0;
    top: -100%;
    z-index: 5;
  }
  .contact-form > span {
    display: none;
  }
  .contact-form fieldset {
    background: rgba(20, 11, 2, 0.2);
    margin: 100px auto 10px;
    max-width: inherit;
    width: 92%;
  }
  .contact-form fieldset:after {
    background-image: url('assets/backgrounds/sanissimo-bg-texture-2.jpg');
    box-shadow: none;
  }
  .contact-form fieldset legend {
    display: none;
  }
  .modal-active .contact-form {
    background: rgba(255, 255, 255, 0.9);
    bottom: 0;
    opacity: 1;
    padding: 0;
    right: 0;
    left: 0;
    top: 0;
    display: none;
    z-index: 10;
  }
  .modal-active .contact-form > span.icon-close {
    cursor: pointer;
    display: inline-block;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 11;
  }
  .modal-active .contact-form > span.icon-close:after {
    background: rgba(20, 11, 2, 0);
    content: '';
    height: 40px;
    left: -8px;
    position: absolute;
    top: -10px;
    width: 40px;
    z-index: 12;
  }
  .modal-active .contact-form > span {
    display: none;
  }
  .modal-active .contact-form fieldset {
    background: rgba(20, 11, 2, 0.2);
    margin: 100px auto 10px;
    max-width: 400px;
    width: 92%;
  }
  .modal-active .contact-form fieldset:after {
    background-image: url('assets/backgrounds/sanissimo-bg-texture-2.jpg');
    box-shadow: none;
  }
  .modal-active .contact-form fieldset legend {
    display: none;
  }
  .modal-active .contact-form.inner {
    display: block;
  }
}
.sprite {
  background: url('assets/icons/sanissimo-sprite-2x.png') no-repeat top left;
  display: inline-block;
}
.icon-facebook {
  background: url('assets/icons/sanissimo-sprite-2x.png') no-repeat top left;
  display: inline-block;
  background-position: 0 -30px;
  background-size: 151px 1849px;
  height: 27px;
  position: relative;
  width: 26px;
}
.icon-facebook:hover {
  background-position: 0 1px;
}
.icon-instagram {
  background: url('assets/icons/sanissimo-sprite-2x.png') no-repeat top left;
  display: inline-block;
  background-position: 0 -936px;
  background-size: 151px 1849px;
  height: 28px;
  position: relative;
  width: 27px;
}
.icon-instagram:hover {
  background-position: 0 -905px;
}
.icon-youtube {
  background: url('assets/icons/sanissimo-sprite-2x.png') no-repeat top left;
  display: inline-block;
  background-position: 0 -1581px;
  background-size: 151px 1849px;
  height: 20px;
  position: relative;
  width: 27px;
}
.icon-youtube:hover {
  background-position: 0 -1612px;
}
.icon-title-arrow {
  background: url('assets/icons/sanissimo-sprite-2x.png') no-repeat top left;
  display: inline-block;
  background-position: 0 -62px;
  background-size: 151px 1849px;
  height: 41px;
  width: 95px;
}
.icon-title-arrow.right {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.icon-title-pleca {
  background: url('assets/icons/sanissimo-sprite-2x.png') no-repeat top left;
  display: inline-block;
  background-position: 0 -736px;
  background-size: 151px 1849px;
  height: 6px;
  width: 36px;
}
.icon-title-pleca.large {
  background-position: 0 -746px;
  background-size: 151px 1849px;
  height: 8px;
  width: 48px;
}
.icon-arrow-values {
  background: url('assets/icons/sanissimo-sprite-2x.png') no-repeat top left;
  display: inline-block;
  background-position: 0 -452px;
  background-size: 151px 1849px;
  cursor: pointer;
  height: 65px;
  width: 51px;
}
.icon-arrow-values.right {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.icon-arrow-values.small {
  background-position: 0 -882px;
  background-size: 75.5px 924.5px;
  height: 32px;
  width: 26px;
}
.icon-play {
  background: url('assets/icons/sanissimo-sprite-2x.png') no-repeat top left;
  display: inline-block;
  background-position: 0 -1327px;
  background-size: 151px 1849px;
  cursor: pointer;
  height: 151px;
  width: 151px;
}
.icon-play:hover {
  background-position: 0 -1171px;
}
.icon-arrow-recipes {
  background: url('assets/icons/sanissimo-sprite-2x.png') no-repeat top left;
  display: inline-block;
  background-position: 0 -1035px;
  background-size: 151px 1849px;
  height: 71px;
  width: 132px;
}
.icon-arrow-recipes.right {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.icon-close {
  background: url('assets/icons/sanissimo-sprite-2x.png') no-repeat top left;
  display: inline-block;
  background-position: 0 -54px;
  background-size: 75.5px 924.5px;
  cursor: pointer;
  height: 22px;
  width: 23px;
}
.icon-close:hover {
  background-position: 0 -105px;
}
.icon-close.mobile {
  background-position: 0 -159px;
}
.icon-close.dark,
.icon-close.dark:hover {
  background-position: 0 -79px;
}
.icon-close:after {
  background: rgba(20, 11, 2, 0);
  content: '';
  height: 40px;
  left: -8px;
  position: absolute;
  top: -10px;
  width: 40px;
  z-index: 5;
}
.icon-menu {
  background: url('assets/icons/sanissimo-sprite-2x.png') no-repeat top left;
  display: inline-block;
  background-position: 0 -742px;
  background-size: 75.5px 924.5px;
  cursor: pointer;
  height: 21px;
  width: 25px;
}
@media (max-width: 740px) {
  .icon-facebook,
  .icon-facebook:hover {
    background-position: -5px -1732px;
  }
  .icon-instagram,
  .icon-instagram:hover {
    background-position: 0 -1701px;
  }
  .icon-youtube,
  .icon-youtube:hover {
    background-position: 0 -1643px;
  }
}
.social-plugins {
  margin: 30px 10px;
}
.social-plugins li {
  display: inline-block;
  margin-right: 10px;
}
.social-plugins li:last-child {
  margin: 0;
}
.modal-product {
  background: rgba(255, 255, 255, 0.9);
  bottom: 0;
  cursor: default;
  display: block;
  left: 0;
  overflow-y: scroll;
  opacity: 0;
  padding: 50px 0;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: -2;
}
.modal-product.active {
  opacity: 1;
  visibility: visible;
  z-index: 7;
}
.modal-product .container {
  max-width: 740px;
}
.modal-product > span {
  cursor: pointer;
  display: inline-block;
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 11;
}
.modal-product > span:after {
  background: rgba(20, 11, 2, 0);
  content: '';
  height: 40px;
  left: -8px;
  position: absolute;
  top: -10px;
  width: 40px;
  z-index: 12;
}
.modal-product h3,
.modal-product p {
  max-width: 600px;
}
.modal-product h3,
.modal-product h4 {
  color: #140B02;
  font-family: 'Amatic SC', sans-serif;
  font-size: 42px;
  margin: 30px auto 50px;
}
.modal-product .description {
  position: relative;
}
.modal-product .description > span,
.modal-product .description img {
  display: inline-block;
  vertical-align: middle;
}
.modal-product .description > img {
  margin: 0 10%;
  max-height: 350px;
  max-width: 40%;
  width: auto;
}
.modal-product .description > div {
  position: relative;
}
.modal-product .description > div:before,
.modal-product .description > div:after {
  background: #FBBA00;
  content: '';
  display: block;
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 40%;
}
.modal-product .description > div:before {
  top: -24px;
}
.modal-product .description > div:after {
  bottom: -24px;
}
.modal-product .description > div > p {
  color: #140B02;
  font-size: 18px;
  margin: 30px auto;
}
.modal-product .locate > p {
  color: #140B02;
  display: block;
  text-align: center;
  max-width: 320px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 20px auto;
  font-size: 18px;
}
.modal-product .locate > p a {
  padding: 1px;
  display: inline-block;
  border-bottom: 2px dotted #140B02;
  font-weight: 700;
}
.modal-product ul.testimonials-slider {
  margin: 50px 0;
  position: relative;
}
.modal-product ul.testimonials-slider li {
  display: inline-block;
}
.modal-product ul.testimonials-slider .slick-list {
  margin: 0 80px;
  overflow: hidden;
}
.modal-product ul.testimonials-slider .slick-prev,
.modal-product ul.testimonials-slider .slick-next {
  background: url('assets/icons/sanissimo-sprite-2x.png') no-repeat top left;
  display: inline-block;
  background-position: 0 -882px;
  background-size: 75.5px 924.5px;
  height: 32px;
  border: none;
  bottom: 0;
  cursor: pointer;
  font-size: 0;
  margin: auto;
  padding: 0;
  position: absolute;
  top: 0;
  width: 26px;
  z-index: 1;
}
.modal-product ul.testimonials-slider .slick-prev {
  left: 0;
}
.modal-product ul.testimonials-slider .slick-next {
  right: 0;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.modal-product ul.testimonials-slider .slick-dots li {
  margin: 0 6px;
}
.modal-product ul.testimonials-slider .slick-dots li button {
  background: none;
  border: 1px solid #140B02;
  border-radius: 50%;
  cursor: pointer;
  font-size: 0;
  height: 12px;
  padding: 0;
  width: 12px;
}
.modal-product ul.testimonials-slider .slick-dots li.slick-active button {
  background: #140B02;
}
.modal-product ul.testimonials-slider iframe {
  width: 100%;
}
.modal-product ul.nutrimental-list {
  text-align: center;
}
.modal-product ul.nutrimental-list li {
  display: inline-block;
  margin: 12px 1%;
  overflow: hidden;
  vertical-align: top;
  width: 20%;
}
.modal-product ul.nutrimental-list li p {
  color: #140B02;
  display: inline-block;
  font-family: 'Amatic SC', sans-serif;
  font-size: 68px;
  font-weight: 700;
  line-height: 55px;
  letter-spacing: -3px;
}
.modal-product ul.nutrimental-list li p span {
  display: inline-block;
  font-size: 40px;
  letter-spacing: 0;
  line-height: 33px;
  max-width: 65px;
  overflow: hidden;
}
.modal-product ul.nutrimental-list li em {
  color: #140B02;
  display: block;
  font-style: normal;
  font-size: 18px;
  line-height: 18px;
  margin: auto;
  max-width: 100px;
  word-wrap: break-word;
}
@media (max-width: 740px) {
  .modal-product ul.nutrimental-list li p {
    font-size: 50px;
  }
  .modal-product ul.testimonials-slider .slick-list {
    margin: 0 30px;
  }
}
@media (max-width: 560px) {
  .modal-product ul.nutrimental-list li {
    width: 35%;
  }
}
@-webkit-keyframes show_contact {
  0% {
    right: -325px;
  }
  100% {
    right: 0;
  }
}
@keyframes show_contact {
  0% {
    right: -325px;
  }
  100% {
    right: 0;
  }
}
@-webkit-keyframes hide_contact {
  0% {
    right: 0;
  }
  100% {
    right: -325px;
  }
}
@keyframes hide_contact {
  0% {
    right: 0;
  }
  100% {
    right: -325px;
  }
}
@-webkit-keyframes show_video {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes show_video {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes hide_video {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hide_video {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes logofixed_in {
  0% {
    left: 0;
    margin-left: 0;
    top: 0;
  }
  100% {
    left: 50%;
    margin-left: -330px;
    top: 30px;
  }
}
@keyframes logofixed_in {
  0% {
    left: 0;
    margin-left: 0;
    top: 0;
  }
  100% {
    left: 50%;
    margin-left: -330px;
    top: 30px;
  }
}
@-webkit-keyframes logofixed_out {
  0% {
    left: 50%;
    margin-left: -330px;
    top: 30px;
  }
  100% {
    left: 0;
    margin-left: 0;
    top: 0;
  }
}
@keyframes logofixed_out {
  0% {
    left: 50%;
    margin-left: -330px;
    top: 30px;
  }
  100% {
    left: 0;
    margin-left: 0;
    top: 0;
  }
}
.map-container {
  max-height: 500px;
  overflow: hidden;
}
.map-container .map-form a {
  background-color: #b37e06;
  box-sizing: border-box;
  color: #FFFFFF;
  display: inline-block;
  padding: 10px 30px 10px 30px;
  position: relative;
  text-align: left;
  width: 100%;
}
.map-container .map-form a:before {
  content: "";
  background: url('assets/icons/sanissimo-sprite-2x.png') no-repeat top left;
  display: inline-block;
  background-position: 0 -62px;
  background-size: 30px 451px;
  bottom: 0;
  height: 15px;
  left: 11px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 15px;
}
.map-container .map-form a span {
  background: rgba(255, 255, 255, 0.9);
  color: #140B02;
  display: inline-block;
  height: 100%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 30px;
}
.map-container .map-form a span em {
  bottom: 0;
  display: inline-block;
  font-style: normal;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.map-container .map-form input[type="text"] {
  background-color: #FFFFFF;
  border-radius: 0;
  color: #000000;
  padding: 10px 10px;
  width: 100%;
}
.map-container .map-form select {
  background-color: #FFFFFF;
  color: #000000;
  padding: 9px 10px;
  width: 100%;
}
.map-container .list-container {
  background: rgba(255, 255, 255, 0.9);
  text-align: left;
}
.map-container .list-container > p {
  color: #140B02;
  font-size: 14px;
  font-weight: 700;
  padding: 10px;
}
.map-container .list-container > p span {
  background: #b37e06;
  color: #FFFFFF;
  margin: 0 4px;
  padding: 2px 4px;
}
.map-container .list-container .results-list {
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.map-container .list-container .results-list li {
  background-color: #FFFFFF;
  box-sizing: border-box;
  display: inline-block;
  margin-bottom: 6px;
  padding: 4px;
  width: 100%;
}
.map-container .list-container .results-list li h5 {
  color: #b37e06;
  font-size: 14px;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-weight: 700;
  line-height: 14px;
  margin: 0;
  text-align: left;
  text-transform: uppercase;
  width: 70%;
  cursor: pointer;
}
.map-container .list-container .results-list li h5,
.map-container .list-container .results-list li span {
  display: inline-block;
  vertical-align: top;
}
.map-container .list-container .results-list li h5 em,
.map-container .list-container .results-list li span em {
  background: #FBBA00;
  border-radius: 4px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  margin-right: 4px;
  padding: 2px 4px;
}
.map-container .list-container .results-list li span {
  text-align: right;
  width: 30%;
}
.map-container .list-container .results-list li p {
  color: #000000;
  display: block;
  font-size: 13px;
  line-height: 14px;
  margin: 4px 0;
  text-transform: uppercase;
}
.map-container .list-container .results-list li p a {
  background: #b37e06;
  border-radius: 4px;
  color: #FFFFFF;
  display: inline-block;
  padding: 6px;
  text-transform: none;
}
.map-container .list-container .results-list li p:last-child {
  text-align: center;
}
.map-container .map {
  background: #FBBA00;
  height: 100%;
  min-height: 400px;
  position: relative;
  width: 100%;
}
.map-container .gmap-resume {
  color: #140B02;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-size: 16px;
  word-wrap: break-word;
  max-width: 200px;
}
.map-container .gmap-resume strong,
.map-container .gmap-resume span,
.map-container .gmap-resume em {
  display: block;
}
@media (max-width: 740px) {
  .map-container {
    max-height: inherit;
    overflow: inherit;
  }
  .map-container > .row > .col-8,
  .map-container > .row > .col-4 {
    width: 100%;
  }
  .map-container .map {
    min-height: 200px;
  }
  .map-container .list-container .results-list li {
    float: left;
    width: 50%;
  }
}
@media (max-width: 480px) {
  .map-container .list-container .results-list {
    max-height: 500px;
  }
  .map-container .list-container .results-list li {
    width: 100%;
  }
  .map-container .map-form .col-4,
  .map-container .map-form .col-6,
  .map-container .map-form .col-2 {
    width: 100%;
  }
}
.main-combo {
  position: relative;
}
.main-combo .select-value {
  position: absolute;
  visibility: hidden;
}
.main-combo > span {
  display: block;
  overflow: hidden;
  position: relative;
}
.main-combo > span input[type=text] {
  background: none;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  max-width: 140px;
  padding: 4px 24px 2px 24px;
  width: 100%;
  height: auto;
  position: static;
}
.main-combo > span input[type=text] + span {
  background: transparent;
  cursor: pointer;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
}
.main-combo > span input[type=text] + span:after {
  background: url('assets/icons/sanissimo-select-arrow-white.png');
  background-position: right;
  background-repeat: no-repeat;
  background-size: 8px 6px;
  bottom: 0;
  content: '';
  height: 6px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  width: 8px;
}
.main-combo > span:hover input[type=text] {
  color: #FFE7B6;
}
.main-combo > span:hover input[type=text] + span:after {
  background: url('assets/icons/sanissimo-select-arrow-hover.png');
  background-size: contain;
}
.main-combo div {
  background: none;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 5;
}
.main-combo ul {
  margin: 0;
}
.main-combo ul li {
  display: block;
  font-weight: 400;
  margin: 6px 0;
  position: relative;
  text-align: left;
}
.main-combo ul li input[type=checkbox],
.main-combo ul li [type="radio"] {
  position: absolute;
  visibility: hidden;
}
.main-combo ul li label {
  color: #FFFFFF;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0 0 0 24px;
  white-space: nowrap;
}
.main-combo ul li label:hover {
  background: none;
  color: #FFE7B6;
}
.main-combo ul li label.selected {
  display: none;
  background: none;
  color: #FFFFFF;
}
.main-combo ul li label.selected:hover {
  background: none;
  color: #FFFFFF;
}
.main-combo.open > span input[type=text] {
  color: #FFE7B6;
}
.main-combo.open > span input[type=text] + span:after {
  color: #FBBA00;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.main-combo.open div {
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
          transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.main-combo.size > span input[type=text] {
  border: 2px solid #FBBA00;
  font-weight: 400;
  padding: 5px 0 5px 10px;
  text-indent: 12%;
}
.main-combo.size ul li label {
  font-weight: 400;
  text-align: center;
}
.main-combo.color > span input[type=text] {
  border: 2px solid #140B02;
  font-weight: 400;
  padding: 5px 0 5px 10px;
  text-indent: 12%;
}
.main-combo.color > span input[value="Skin"] {
  background: red;
}
.main-combo.color ul li label {
  font-weight: 400;
  text-align: center;
}
.main-combo.color ul li:nth-child(1) label {
  background: #140B02;
  border-left: 1px solid #FBBA00;
  border-right: 1px solid #FBBA00;
  color: #FBBA00;
}
.main-combo.color ul li:nth-child(2) label {
  background: #FBBA00;
  color: #FBBA00;
}
.main-combo.color ul li:nth-child(3) label {
  background: #FBBA00;
  color: #140B02;
}
header nav .nav {
  box-sizing: border-box;
  min-width: 280px;
  max-width: 280px;
  padding: 20px 20px 20px 40px;
  position: fixed;
  width: 100%;
  z-index: 4;
}
header h1 {
  top: 30px;
  left: 50%;
  margin-left: -330px;
  padding: 20px 20px 20px 40px;
  position: fixed;
  text-align: center;
  -webkit-transition: .8s;
  transition: .8s;
  z-index: 4;
}
header h1 > img {
  height: 260px;
  -webkit-transition: .8s;
  transition: .8s;
  width: auto;
}
header h1.in {
  -webkit-animation: logofixed_in .8s ease;
          animation: logofixed_in .8s ease;
  left: 50%;
  margin-left: -330px;
  top: 30px;
}
header h1.in > img {
  height: 260px;
  padding-left: 50px;
}
header h1.out {
  -webkit-animation: logofixed_out .8s ease;
          animation: logofixed_out .8s ease;
  left: inherit;
  margin-left: 0;
  top: inherit;
}
header h1.out > img {
  height: 100px;
  padding-left: 0px;
}
header h1 > span {
  color: #FFFFFF;
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin: auto;
  max-height: 36px;
  max-width: 170px;
  overflow: hidden;
  text-transform: uppercase;
}
header nav > span {
  font-size: 0;
  display: none;
  position: absolute;
  right: 30px;
  top: -60px;
  z-index: 4;
}
header nav > span:after {
  background: rgba(20, 11, 2, 0);
  content: '';
  height: 40px;
  left: -8px;
  position: absolute;
  top: -10px;
  width: 40px;
  z-index: 5;
}
header nav .nav {
  background: rgba(255, 255, 255, 0.9);
  top: 160px;
  -webkit-transition: .3s;
  transition: .3s;
  left: 0;
}
header nav .nav li {
  margin: 10px 0;
}
header nav .nav li a {
  -webkit-transition: .8s;
  transition: .8s;
}
header nav .nav li a img,
header nav .nav li a p {
  display: inline-block;
  vertical-align: middle;
}
header nav .nav li a img {
  height: 16px;
  margin-right: 10px;
  width: 16px;
}
header nav .nav li a p {
  color: #140B02;
  font-size: 14px;
  text-transform: uppercase;
  width: 80%;
}
header nav .nav li a span.icon-contacto {
  display: inline-block;
  height: 16px;
  margin-right: 10px;
  width: 16px;
}
header nav .nav li a:hover p,
header nav .nav li a:active p,
header nav .nav li a.active p {
  font-weight: 700;
}
header nav .nav li.contact {
  display: none;
}
header nav .nav li.contact img {
  height: inherit;
}
header nav .nav.hidden {
  left: -250px;
}
header nav .links {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 4;
}
header nav .links > li {
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
}
header nav .links > li a {
  color: transparent;
  overflow: hidden;
  max-width: 30px;
}
header nav .links > li.language {
  position: relative;
}
header nav .links > li.language:hover:after {
  background-position: 0 -967px;
}
header nav .links > li.language:after {
  background: url('assets/icons/sanissimo-sprite-2x.png') no-repeat top left;
  background-position: 0 -989px;
  background-size: 151px 1849px;
  bottom: 0;
  content: '';
  display: inline-block;
  height: 19px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 18px;
  z-index: -1;
}
header nav .links > li.language select {
  background: url('assets/icons/sanissimo-select-arrow-white.png');
  background-position: right;
  background-repeat: no-repeat;
  background-size: 8px 6px;
  color: #FFFFFF;
  cursor: pointer;
  max-width: 100px;
  overflow: hidden;
  padding: 4px 20px;
}
header nav .links > li.language select option {
  color: inherit;
}
header nav .links > li.language select:hover {
  background: url('assets/icons/sanissimo-select-arrow-hover.png');
  background-position: right;
  background-repeat: no-repeat;
  background-size: 8px 6px;
  color: #FFE7B6;
}
header nav .links > li.language select:hover option {
  color: #140B02;
}
header nav .links > li.language select:active {
  color: inherit;
}
@media (max-width: 740px) {
  header {
    background: rgba(255, 255, 255, 0.9);
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 6;
  }
  header h1 {
    min-width: 130px;
    max-width: 130px;
    padding: 0;
    position: relative;
    margin: 6px;
    left: 0;
    top: 0;
    margin-left: 0;
  }
  header h1 > img {
    height: 50px;
  }
  header h1 > span {
    color: #140B02;
    font-size: 12px;
    line-height: 12px;
    max-height: 30px;
  }
  header nav {
    position: relative;
  }
  header nav .nav {
    background: none;
    display: none;
    max-width: inherit;
    min-width: inherit;
    padding: 10px 20px;
    position: relative;
    top: inherit;
    width: 100%;
  }
  header nav .nav li.contact {
    display: block;
  }
  header nav .links {
    padding: 0;
    position: relative;
    right: inherit;
    text-align: center;
    top: inherit;
  }
  header nav .links > li {
    display: none;
  }
  header nav .links > li.language {
    display: block;
    position: absolute;
    right: 20px;
    top: -35px;
  }
  header nav .links > li.language:after,
  header nav .links > li.language:hover:after {
    background-position: 0 -1831px;
  }
  header nav .links > li.language select,
  header nav .links > li.language select:hover {
    background: url('assets/icons/sanissimo-select-arrow-dark.png');
    background-position: right;
    background-repeat: no-repeat;
    background-size: 8px 6px;
    color: #140B02;
  }
  header nav.active > span {
    background-position: 0 -765px;
  }
  header nav.active .nav {
    display: block;
  }
  header nav.active .links {
    padding: 10px 0;
  }
  header nav.active .links > li {
    display: inline-block;
    right: inherit;
    top: inherit;
  }
  header nav.active .links > li.language {
    display: none;
  }
  header nav.active .links > li a {
    top: 0;
  }
  header.fixes {
    background: rgba(255, 255, 255, 0.9);
  }
  header.fixes nav .nav,
  header.fixes nav .links,
  header.fixes nav .links > li.language {
    display: none;
  }
  header.fixes nav > span {
    background-position: 0 -765px;
  }
}
footer {
  background: #FFE7B6;
  bottom: 50px;
  padding: 10px 0;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 4;
}
footer .container ul,
footer .container > p {
  display: inline-block;
  vertical-align: middle;
}
footer .container > p {
  float: right;
}
footer .container a:hover p {
  color: #FBBA00;
}
footer p {
  color: #140B02;
  font-size: 16px;
}
.toolkit {
  text-align: center;
}
.toolkit section {
  margin-bottom: 80px;
}
.toolkit section .row {
  margin-bottom: 10px;
}
.toolkit h2 {
  color: #140B02;
  margin-top: 40px;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
}
.toolkit .grid {
  text-align: center;
}
.toolkit .grid .container {
  color: #140B02;
  margin: 10px auto;
}
.toolkit .grid .container .row .col-6:first-child,
.toolkit .grid .container .row .col-7,
.toolkit .grid .container .row .col-8,
.toolkit .grid .container .row .col-9,
.toolkit .grid .container .row .col-10,
.toolkit .grid .container .row .col-11,
.toolkit .grid .container .row .col-12 {
  background: #FBBA00;
}
.toolkit .grid .container .row .col-1,
.toolkit .grid .container .row .col-2,
.toolkit .grid .container .row .col-3,
.toolkit .grid .container .row .col-4,
.toolkit .grid .container .row .col-5,
.toolkit .grid .container .row .col-6:last-child {
  background: #FFE7B6;
  color: #140B02;
}
.toolkit .color-palette ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.toolkit .color-palette ul li {
  text-align: center;
}
.toolkit .color-palette ul li div {
  border-radius: 6px;
  box-shadow: -1px 0px 8px 1px rgba(0, 0, 0, 0.23);
  margin: 0 auto;
  min-height: 100px;
  width: 50%;
}
.toolkit .color-palette ul li div.brand-color {
  background: #FBBA00;
}
.toolkit .color-palette ul li div.accent-first-color {
  background: #FFE7B6;
}
.toolkit .color-palette ul li p {
  font-size: 12px;
}
.toolkit .color-palette p {
  margin: 4px 0;
}
.toolkit .typography {
  text-align: center;
}
.toolkit .typography p {
  color: #140B02;
  margin: 0;
}
.toolkit .typography p.light {
  font-size: 32px;
}
.toolkit .typography p.regular {
  font-size: 32px;
}
.toolkit .typography p.medium {
  font-size: 16px;
}
.toolkit .typography p.bold {
  font-size: 48px;
  text-transform: uppercase;
}
.toolkit .ui .buttons {
  text-align: center;
}
.toolkit .ui .buttons .blue {
  background: #FBBA00;
  padding: 10px 0;
}
.toolkit .icons p {
  text-align: center;
}
.toolkit .icons span {
  font-size: 60px;
}
.templates {
  display: none;
}
.intro-section,
.origin-section,
.unique-section,
.essence-section,
.recipes-section {
  overflow: hidden;
  padding: 50px 0;
  position: relative;
  text-align: center;
}
.intro-section > img,
.origin-section > img,
.unique-section > img,
.essence-section > img,
.recipes-section > img {
  margin: auto;
  position: absolute;
  left: -100%;
  min-width: 1920px;
  right: -100%;
  top: 0;
  z-index: -1;
}
.intro-section {
  min-height: 2350px;
}
.intro-section .container {
  position: relative;
  top: 300px;
}
.intro-section .container .title h2 {
  color: #FBBA00;
  display: inline-block;
  font-size: 100px;
  line-height: 100px;
  margin: 0 5px;
  text-align: center;
  opacity: 0;
  position: relative;
  top: 100px;
  -webkit-transition: .8s;
  transition: .8s;
}
.intro-section .container .title h2.show {
  opacity: 1;
  top: 0;
}
.intro-section .container .title span {
  opacity: 0;
  position: relative;
  top: 100px;
  -webkit-transition: .8s;
  transition: .8s;
}
.intro-section .container .title span.show {
  opacity: 1;
  top: 0;
}
.intro-section .container .title span:last-child {
  display: block;
  position: relative;
  top: 100px;
}
.intro-section .container .title span:last-child em {
  border-bottom: 2px solid #FFFFFF;
  color: #FFFFFF;
  display: inline-block;
  font-family: 'Amatic SC', sans-serif;
  font-size: 60px;
  font-style: normal;
  line-height: 70px;
}
.intro-section .container .title span:last-child.show {
  opacity: 1;
  top: -16px;
}
.origin-section {
  min-height: 3380px;
}
.origin-section .container {
  position: relative;
  top: 700px;
}
.origin-section .title {
  display: inline-block;
  opacity: 0;
  position: relative;
  top: 100px;
  -webkit-transition: .8s;
  transition: .8s;
}
.origin-section .title h2 {
  color: #FFFFFF;
  display: inline-block;
  font-size: 80px;
  line-height: 80px;
}
.origin-section .title h2 span {
  display: block;
  position: relative;
  top: -10px;
}
.origin-section .title h2 span em {
  border-bottom: 2px solid #FBBA00;
  color: #FBBA00;
  display: inline-block;
  font-size: 94px;
  font-style: normal;
  line-height: 94px;
}
.origin-section .title.show {
  opacity: 1;
  top: 0;
}
.origin-section .title > span {
  bottom: 0;
  margin: auto;
  position: absolute;
  top: 0;
}
.origin-section .title > span:first-child {
  left: -35px;
}
.origin-section p {
  margin: 50px auto;
  max-width: 500px;
  opacity: 0;
  position: relative;
  top: 100px;
  -webkit-transition: .8s;
  transition: .8s;
}
.origin-section p:after {
  background: #FFFFFF;
  bottom: -30px;
  content: '';
  display: block;
  height: 3px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 30%;
}
.origin-section p.show {
  opacity: 1;
  top: 0;
}
.unique-section:after {
  content: '';
  display: block;
  background-image: url('assets/backgrounds/sanissimo-bg-texture-4.jpg');
  position: absolute;
  z-index: -2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.unique-section .title {
  display: inline-block;
  opacity: 0;
  position: relative;
  top: 100px;
  -webkit-transition: .8s;
  transition: .8s;
}
.unique-section .title h2 {
  color: #FFFFFF;
  font-size: 60px;
  line-height: 60px;
}
.unique-section .title h2 > span {
  border-bottom: 2px solid #FBBA00;
  display: block;
  position: relative;
  top: 4px;
}
.unique-section .title h2 > span em {
  border: none;
  color: #FBBA00;
  font-size: 90px;
  font-style: normal;
  line-height: 90px;
  margin: 0 5px;
}
.unique-section .title h2 > span span,
.unique-section .title h2 > span em {
  display: inline-block;
  vertical-align: middle;
}
.unique-section .title.show {
  opacity: 1;
  top: 0;
}
.unique-section .products {
  margin: 80px 20px;
  opacity: 0;
  position: relative;
  text-align: left;
  top: 100px;
  -webkit-transition: .8s;
  transition: .8s;
}
.unique-section .products.show {
  opacity: 1;
  top: 0;
}
.unique-section .products .resume {
  background-image: url('assets/backgrounds/sanissimo-bg-texture-2.jpg');
  background-color: #FBBA00;
  background-size: cover;
  margin: 6px 1%;
  position: relative;
  width: 98%;
}
.unique-section .products .resume:after {
  background-color: rgba(20, 11, 2, 0.2);
  background-image: url('assets/backgrounds/sanissimo-bg-texture-5.png');
  background-position: 0 4px;
  background-repeat: no-repeat;
  background-size: 98%;
  bottom: 0;
  box-shadow: 5px 5px 10px 0px rgba(20, 11, 2, 0.7);
  content: '';
  left: 0;
  margin: 8px 10px;
  position: absolute;
  right: 0;
  top: 0;
}
.unique-section .products .resume:before {
  background: url('assets/backgrounds/sanissimo-bg-texture-5.png');
  background-size: 98%;
  bottom: 12px;
  content: '';
  height: 2px;
  left: 4px;
  margin: auto;
  position: absolute;
  right: 4px;
  width: 95%;
  z-index: 1;
}
.unique-section .products .resume p {
  box-sizing: border-box;
  color: #140B02;
  padding: 20px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.unique-section .products .resume p strong {
  display: block;
  font-size: 55px;
  font-weight: 700;
  line-height: 50px;
  margin: auto;
  max-width: 500px;
  font-family: 'Amatic SC', sans-serif;
  width: 100%;
}
.unique-section .products .resume p em {
  display: block;
  font-style: normal;
  margin: auto;
  max-width: 500px;
  width: 100%;
}
.unique-section .products .resume p:after,
.unique-section .products .resume p:before {
  background: url('assets/backgrounds/sanissimo-bg-texture-6.png');
  background-size: contain;
  bottom: 12px;
  content: '';
  height: 85%;
  margin: auto;
  position: absolute;
  top: 12px;
  width: 2px;
}
.unique-section .products .resume p:after {
  left: 16px;
}
.unique-section .products .resume p:before {
  right: 16px;
}
.unique-section .products div.categories-list {
  display: none;
}
.unique-section .products .categories-list {
  background-color: #FBBA00;
  background-image: url('assets/backgrounds/sanissimo-bg-texture-2.jpg');
  background-size: cover;
  margin: 6px 1%;
  padding: 2px 0;
  text-align: center;
  width: 98%;
}
.unique-section .products .categories-list > select,
.unique-section .products .categories-list > p {
  display: inline-block;
  vertical-align: middle;
}
.unique-section .products .categories-list > p {
  color: #140B02;
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
  margin: 0;
}
.unique-section .products .categories-list li {
  border-right: 2px solid #140B02;
  display: inline-block;
  font-size: 18px;
  margin: 2px 0 1px -5px;
  text-align: center;
  text-transform: uppercase;
  width: 20%;
}
.unique-section .products .categories-list li a {
  display: inline-block;
  line-height: 16px;
  min-height: 16px;
  max-width: 90px;
  overflow: hidden;
}
.unique-section .products .categories-list li a:hover,
.unique-section .products .categories-list li a.active {
  color: #140B02;
  font-weight: 700;
}
.unique-section .products .categories-list li:first-child {
  display: none;
}
.unique-section .products .categories-list li:last-child {
  border: none;
}
.unique-section .products .products-list > li {
  display: inline-block;
  float: left;
  margin: 6px 1%;
  position: relative;
  text-align: center;
  width: 23%;
}
.unique-section .products .products-list > li > a {
  display: block;
  height: 100%;
  width: 100%;
}
.unique-section .products .products-list > li > a img {
  height: auto;
  width: 100%;
}
.unique-section .products .products-list > li > a p {
  background: rgba(20, 11, 2, 0.9);
  bottom: 0;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.unique-section .products .products-list > li > a p em {
  color: #FBBA00;
  display: none;
  font-family: 'Amatic SC', sans-serif;
  font-style: normal;
  width: 80%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
  height: 74px;
  left: 0;
  right: 0;
  font-size: 24px;
  line-height: 24px;
}
.unique-section .products .products-list > li > a:hover p {
  display: block;
}
.unique-section .products .products-list > li > a:hover p em {
  display: block;
}
.unique-section .products .products-list > li > a.show p {
  display: none;
}
.unique-section .products .products-list > li > a.show:hover p {
  display: block;
}
.unique-section .products .products-list > li > a.show:hover p em {
  display: block;
}
.unique-section .products .products-list > li > a.hide p {
  display: block;
}
.unique-section .products .products-list > li > a.hide p em {
  display: none;
}
.unique-section .products .products-list > li > a.hide:hover p em {
  display: block;
}
.unique-section .products .products-list > li > a > ul {
  display: none;
  visibility: hidden;
}
.unique-section .products .products-list > li > h3 {
  font-family: 'Amatic SC', sans-serif;
  font-size: 50px;
  line-height: 50px;
  margin: 30px auto;
  width: 80%;
}
.unique-section .products .products-list > li > h3 span {
  border: none;
  display: block;
  line-height: 50px;
}
.unique-section .products .products-list > li > h3 em {
  border: none;
  display: block;
  font-size: 38px;
  font-style: normal;
  line-height: 38px;
}
.unique-section .products .products-list > li > h3 em:last-child {
  font-size: 35px;
}
.unique-section .products .products-list > li > p {
  font-size: 20px;
  margin: 0 auto 10px;
  position: relative;
  width: 60%;
}
.unique-section .products .products-list > li > p:before,
.unique-section .products .products-list > li > p:after {
  background: #FFFFFF;
  content: '';
  display: block;
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 50%;
}
.unique-section .products .products-list > li > p:before {
  top: -5px;
}
.unique-section .products .products-list > li > p:after {
  bottom: -5px;
}
.essence-section {
  min-height: 2150px;
  position: relative;
}
.essence-section > img {
  bottom: 0;
  top: inherit;
}
.essence-section .title {
  display: inline-block;
  opacity: 0;
  position: relative;
  top: 100px;
  -webkit-transition: .8s;
  transition: .8s;
}
.essence-section .title.show {
  opacity: 1;
  top: 0;
}
.essence-section .title h2 {
  color: #FFFFFF;
  font-size: 58px;
  line-height: 58px;
  position: relative;
}
.essence-section .title h2 span {
  border-bottom: 2px solid #FBBA00;
  display: block;
  position: relative;
}
.essence-section .title h2 span em {
  color: #FBBA00;
  font-size: 90px;
  font-style: normal;
  line-height: 90px;
}
.essence-section .title h2 span:before,
.essence-section .title h2 span:after {
  background: #FBBA00;
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  top: 5px;
}
.essence-section .title h2 span:after {
  right: 0;
  width: 35%;
}
.essence-section .title h2 span:before {
  left: 0;
  width: 60%;
}
.essence-section .values-slider {
  margin: 50px auto;
  max-width: 800px;
  overflow: hidden;
  opacity: 0;
  position: relative;
  top: 100px;
  -webkit-transition: .8s;
  transition: .8s;
}
.essence-section .values-slider.show {
  opacity: 1;
  top: 0;
}
.essence-section .values-slider li {
  display: inline-block;
  margin: 50px 0;
  text-align: center;
}
.essence-section .values-slider li img {
  display: inline-block;
  height: 169px;
  width: 122px;
}
.essence-section .values-slider li h3,
.essence-section .values-slider li p {
  padding: 0 80px;
}
.essence-section .values-slider li p {
  margin: 20px 0;
}
.essence-section .values-slider li p:after {
  background: #FFFFFF;
  bottom: -30px;
  content: '';
  display: block;
  height: 3px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 30%;
}
.essence-section .values-slider .slick-prev,
.essence-section .values-slider .slick-next {
  background: url('assets/icons/sanissimo-sprite-2x.png') no-repeat top left;
  display: inline-block;
  background-position: 0 -452px;
  background-size: 151px 1849px;
  height: 65px;
  border: none;
  bottom: 0;
  cursor: pointer;
  font-size: 0;
  margin: auto;
  padding: 0;
  position: absolute;
  top: 0;
  width: 51px;
  z-index: 1;
}
.essence-section .values-slider .slick-prev:hover,
.essence-section .values-slider .slick-next:hover,
.essence-section .values-slider .slick-prev:active,
.essence-section .values-slider .slick-next:active {
  background-position: 0 -520px;
}
.essence-section .values-slider .slick-prev {
  left: 0;
}
.essence-section .values-slider .slick-next {
  right: 0;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.essence-section .values-slider .slick-dots li {
  margin: 0 8px;
}
.essence-section .values-slider .slick-dots li button {
  background: #140B02;
  border: 1px solid #FBBA00;
  border-radius: 50%;
  cursor: pointer;
  font-size: 0;
  height: 16px;
  padding: 0;
  width: 16px;
}
.essence-section .values-slider .slick-dots li.slick-active button {
  background: #FBBA00;
}
.essence-section .media {
  bottom: 600px;
  left: 0;
  margin: auto;
  max-width: 960px;
  position: absolute;
  right: 0;
  text-align: left;
  width: 100%;
}
.essence-section .media > span {
  display: block;
  margin: 150px auto;
}
.essence-section .media .video {
  background: #140B02;
  display: none;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 7;
}
.essence-section .media .video iframe {
  bottom: 0;
  height: 70%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 80%;
}
.essence-section .media .video span {
  cursor: pointer;
  display: block;
  position: fixed;
  right: 20px;
  top: 20px;
}
.essence-section .media .video.show {
  -webkit-animation: show_video 0.8s ease;
          animation: show_video 0.8s ease;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
.essence-section .media .video.hide {
  -webkit-animation: hide_video 0.8s ease;
          animation: hide_video 0.8s ease;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
.recipes-section {
  min-height: 4100px;
}
.recipes-section .container {
  position: relative;
  top: 300px;
}
.recipes-section .title {
  display: inline-block;
  opacity: 0;
  position: relative;
  top: 100px;
  -webkit-transition: .8s;
  transition: .8s;
}
.recipes-section .title.show {
  opacity: 1;
  top: 0;
}
.recipes-section .title > h2 {
  color: #FFFFFF;
  font-size: 90px;
  line-height: 90px;
  position: relative;
}
.recipes-section .title > h2 span {
  border-bottom: 2px solid #FBBA00;
  display: block;
  position: relative;
  top: -54px;
}
.recipes-section .title > h2 span em {
  color: #FBBA00;
  font-size: 36px;
  font-style: normal;
  line-height: 36px;
}
.recipes-section p {
  margin: 50px auto 0;
  max-width: 600px;
  width: 100%;
}
.recipes-section .recipes {
  display: block;
  left: 0;
  margin: auto;
  overflow: hidden;
  opacity: 0;
  position: relative;
  right: 0;
  top: 100px;
  -webkit-transition: .8s;
  transition: .8s;
}
.recipes-section .recipes.show {
  opacity: 1;
  top: 0;
}
.recipes-section .recipes > img {
  height: 100%;
  left: -100%;
  max-height: 460px;
  margin: auto;
  position: absolute;
  right: -100%;
  z-index: -1;
}
.recipes-section .recipes ul.recipes-slider {
  left: 0;
  max-width: 830px;
  margin: auto;
  overflow: hidden;
  position: relative;
  right: 0;
  width: 100%;
}
.recipes-section .recipes ul.recipes-slider li {
  display: inline-block;
}
.recipes-section .recipes ul.recipes-slider li iframe {
  background: #140B02;
  min-height: 400px;
  max-width: 700px;
  position: relative;
  top: 10px;
  width: 100%;
}
.recipes-section .recipes ul.recipes-slider li img {
  max-height: 400px;
  position: relative;
  top: 10px;
  width: auto;
}
.recipes-section .recipes .slick-prev,
.recipes-section .recipes .slick-next {
  background: url('assets/icons/sanissimo-sprite-2x.png') no-repeat top left;
  display: inline-block;
  background-position: 0 -1035px;
  background-size: 151px 1849px;
  border: none;
  bottom: 0;
  cursor: pointer;
  font-size: 0;
  height: 132px;
  margin: auto;
  padding: 0;
  position: absolute;
  top: 0;
  width: 60px;
  z-index: 1;
}
.recipes-section .recipes .slick-prev {
  left: 5px;
}
.recipes-section .recipes .slick-prev:active,
.recipes-section .recipes .slick-prev:hover {
  width: 65px;
  left: 0;
}
.recipes-section .recipes .slick-next {
  right: 5px;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.recipes-section .recipes .slick-next:active,
.recipes-section .recipes .slick-next:hover {
  width: 65px;
  right: 0;
}
.recipes-section .recipes .slick-dots {
  position: relative;
  top: -3px;
}
.recipes-section .recipes .slick-dots li {
  margin: 0 6px;
}
.recipes-section .recipes .slick-dots li button {
  background: none;
  border: 1px solid #022d82;
  border-radius: 50%;
  cursor: pointer;
  font-size: 0;
  height: 12px;
  padding: 0;
  width: 12px;
}
.recipes-section .recipes .slick-dots li.slick-active button {
  background: #022d82;
}
@media (max-width: 960px) {
  .recipes-section .recipes ul.recipes-slider {
    max-width: 700px;
  }
  .recipes-section .recipes ul.recipes-slider li iframe {
    min-height: 320px;
    max-width: 570px;
  }
  .recipes-section .recipes ul.recipes-slider li img {
    max-height: 320px;
  }
}
@media (max-width: 768px) {
  .recipes-section .recipes ul.recipes-slider {
    max-width: 430px;
  }
  .recipes-section .recipes ul.recipes-slider li iframe {
    min-height: 200px;
    max-width: 360px;
  }
  .recipes-section .recipes ul.recipes-slider li img {
    max-height: 200px;
  }
  .recipes-section .recipes .slick-prev,
  .recipes-section .recipes .slick-next {
    width: 30px;
  }
  .recipes-section .recipes .slick-prev:active,
  .recipes-section .recipes .slick-next:active,
  .recipes-section .recipes .slick-prev:hover,
  .recipes-section .recipes .slick-next:hover {
    width: 35px;
  }
  .intro-section .container .title h2 {
    font-size: 100px;
    line-height: 100px;
  }
  .intro-section .container .title > span {
    width: 34px;
  }
  .intro-section .container .title span:last-child {
    top: 0;
    width: inherit;
  }
  .intro-section .container .title span:last-child em {
    font-size: 40px;
    line-height: 40px;
  }
  .origin-section p {
    max-width: 80%;
  }
  .origin-section p:after {
    display: none;
  }
  .unique-section .products ul.products-list > li {
    margin: 6px 2%;
    width: 29.333%;
  }
  .unique-section .products ul.products-list > li a p {
    background: none;
    position: relative;
    display: block;
  }
  .unique-section .products ul.products-list > li a p em {
    color: #FFFFFF;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-size: 16px;
    line-height: 16px;
    position: relative;
    height: 48px;
  }
  .unique-section:after {
    background-size: 200%;
  }
  .unique-section .social-plugins {
    text-align: center;
  }
  .essence-section .values-slider li h3 {
    font-size: 58px;
    line-height: 58px;
  }
  .essence-section .social-plugins {
    text-align: center;
  }
}
@media (max-width: 740px) {
  .essence-section .title,
  .essence-section .values-slider {
    display: none;
  }
  .intro-section > img,
  .origin-section > img,
  .unique-section > img,
  .essence-section > img,
  .recipes-section > img {
    min-width: 740px;
  }
  .intro-section {
    min-height: 1093px;
  }
  .intro-section .container {
    top: 150px;
  }
  .origin-section {
    min-height: 1630px;
  }
  .origin-section .container {
    top: 200px;
  }
  .unique-section .products {
    margin: 20px;
  }
  .unique-section .products .products-list > li > a p,
  .unique-section .products .products-list > li > a p em {
    display: block;
  }
  .unique-section .products .products-list > li > a:hover p,
  .unique-section .products .products-list > li > a.show p,
  .unique-section .products .products-list > li > a.hide p,
  .unique-section .products .products-list > li > a:hover p em,
  .unique-section .products .products-list > li > a.show p em,
  .unique-section .products .products-list > li > a.hide p em {
    display: block;
  }
  .unique-section .products .products-list > li > a.hide {
    opacity: 0.3;
  }
  .unique-section .products .products-list > li > a.show {
    opacity: 1;
  }
  .unique-section .products ul.categories-list {
    display: none;
  }
  .unique-section .products div.categories-list {
    display: inline-block;
  }
  .unique-section .products .resume p strong {
    font-size: 40px;
    line-height: 35px;
  }
  .unique-section .products .resume p em {
    box-sizing: border-box;
    font-size: 20px;
    line-height: 20px;
    padding: 20px;
    position: relative;
  }
  .unique-section .products .resume p em:after,
  .unique-section .products .resume p em:before {
    background: #140B02;
    content: '';
    display: block;
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 60px;
  }
  .unique-section .products .resume p em:after {
    top: 10px;
  }
  .unique-section .products .resume p em:before {
    bottom: 10px;
  }
  .essence-section {
    min-height: 515px;
  }
  .essence-section .media {
    bottom: 0;
  }
  .recipes-section {
    min-height: 1390px;
  }
  .recipes-section .container {
    top: 0;
  }
}
@media (max-width: 480px) {
  .recipes-section .recipes ul.recipes-slider {
    max-width: 300px;
  }
  .recipes-section .recipes ul.recipes-slider li iframe {
    min-height: 120px;
    max-height: 120px;
    max-width: 218px;
  }
  .recipes-section .recipes ul.recipes-slider li img {
    max-height: 120px;
  }
  .intro-section .container .title h2 {
    font-size: 46px;
    line-height: 58px;
  }
  .intro-section .container .title span:last-child em {
    font-size: 30px;
    line-height: 30px;
  }
  .intro-section .container .title span:last-child.show {
    top: 0;
  }
  .origin-section .title h2 {
    font-size: 58px;
    line-height: 58px;
  }
  .origin-section .title h2 span em {
    font-size: 65px;
    line-height: 65px;
  }
  .unique-section .products ul.products-list > li {
    margin: 6px 3%;
    width: 44%;
  }
  .unique-section .products ul.products-list > li a p em {
    font-size: 13px;
  }
  .unique-section .products .resume p strong {
    font-size: 26px;
    line-height: 26px;
  }
  .unique-section .title h2 {
    font-size: 58px;
    line-height: 58px;
  }
  .unique-section .title h2 span em {
    font-size: 65px;
    line-height: 65px;
  }
  .recipes-section .title h2 {
    font-size: 58px;
    line-height: 58px;
  }
  .recipes-section .title h2 span {
    top: -32px;
  }
  .recipes-section .title h2 span em {
    font-size: 23px;
    line-height: 23px;
  }
}
@media (max-width: 560px) {
  .recipes-section {
    min-height: inherit;
    padding-bottom: 100%;
  }
  .recipes-section > img {
    min-width: inherit;
    left: 0;
    right: 0;
    width: 100%;
  }
}
@media (max-width: 400px) {
  .recipes-section {
    min-height: inherit;
    padding-bottom: 63%;
  }
}
@media (max-width: 320px) {
  .recipes-section {
    min-height: inherit;
    padding-bottom: 50%;
  }
}
.login-page,
#user-register-form {
  background: #FFE7B6;
  padding-top: 90px;
  min-height: 900px;
}
.login-page input[type="text"],
#user-register-form input[type="text"],
.login-page input[type="password"],
#user-register-form input[type="password"] {
  background: #FFFFFF;
  border: 0;
  border-radius: 5px;
  box-sizing: border-box;
  display: block;
  margin: 4px 0;
  padding: 4px 10px;
  width: 100%;
}
.login-page .description,
#user-register-form .description {
  padding: 0 0 20px;
}
.login-page input[type="submit"],
#user-register-form input[type="submit"] {
  background: #FBBA00;
  border-radius: 5px;
  box-shadow: none;
  color: #140B02;
  margin: 0 5px;
  padding: 5px;
}
.login-page input[type="submit"]:hover,
#user-register-form input[type="submit"]:hover {
  background: #b37e06;
  color: #FFFFFF;
}
.login-page .logo,
#user-register-form .logo {
  text-align: center;
  padding-top: 20px;
}
.login-page .logo img,
#user-register-form .logo img {
  margin: 10px auto;
  max-width: 200px;
}
.login-page h1,
#user-register-form h1 {
  margin: 0 auto;
  text-align: center;
}
.login-page h2,
#user-register-form h2 {
  font-size: 0;
}
.login-page .element-invisible,
#user-register-form .element-invisible {
  display: none;
}
.login-page #block-system-main,
#user-register-form #block-system-main {
  margin: 0 auto;
  position: relative;
}
.login-page #user-login,
#user-register-form #user-login,
.login-page #block-system-main #user-pass,
#user-register-form #block-system-main #user-pass,
.login-page #tfa-basic-overview,
#user-register-form #tfa-basic-overview,
.login-page #tfa-basic-setup-form,
#user-register-form #tfa-basic-setup-form {
  background: #E0DFD6;
  margin: 0 auto;
  max-width: 800px;
  padding: 15px;
  text-align: center;
  width: 90%;
}
.login-tabs ul.tabs.primary li {
  display: inline-block;
  height: 100%;
}
.login-tabs ul.tabs.primary li a {
  background: #D8BD89;
  color: #140B02;
  display: inline-block;
  font-size: 12px;
  height: 100%;
  line-height: 15px;
  padding: 5px;
}
.login-tabs ul.tabs.primary li a.active {
  background: #b37e06;
  color: #FFFFFF;
}
.login-tabs ul.tabs.primary li a:hover {
  color: #FFFFFF;
}
#admin-menu {
  background: #b37e06;
}
.tabs.primary {
  background: #b37e06;
  position: absolute;
  height: auto;
  top: 59px;
  left: 0px;
}
ul.primary {
  border: 1px solid #b37e06;
  display: inline-block;
  height: 20px;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  z-index: 1000;
}
ul.primary li {
  height: 20px;
  text-align: center;
}
ul.primary li a {
  background-color: transparent;
  border: none;
  color: #EEE;
  font-size: 15px;
  margin: 0;
  padding: 0 5px;
  text-align: center;
  vertical-align: top;
}
ul.primary li.active a,
ul.primary li:hover a {
  background: #E0DFD6;
  border: none;
  color: #140B02;
  display: inline-block;
  height: 20px;
}
@media (max-width: 504px) {
  .tabs.primary {
    background: #b37e06;
    position: absolute;
    top: 79px;
    left: 0px;
  }
}
#tfa-basic-overview p {
  color: #140B02;
  text-align: center;
}
#tfa-basic-overview a {
  background: #FBBA00;
  border-radius: 5px;
  box-shadow: none;
  color: #140B02;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  margin: 20px auto;
  padding: 5px;
  text-transform: uppercase;
}
#tfa-basic-overview a:hover {
  background: #b37e06;
  color: #FFFFFF;
}
#block-system-main.block.block-system {
  background: #FFE7B6;
  min-height: 800px;
  padding: 50px 0;
}
#block-system-main.block.block-system .skip {
  float: left;
}
#block-system-main.block.block-system .skip a {
  text-decoration: underline;
}
#block-system-main.block.block-system .tabsRight {
  float: right;
}
#block-system-main.block.block-system .logo img {
  max-width: 200px;
  margin: 0 auto;
  display: block;
}
#block-system-main.block.block-system h3 {
  font-family: 'Amatic SC', sans-serif;
  text-align: center;
  font-size: 2.5em;
  width: 70%;
  margin: 20px auto;
}
#block-system-main.block.block-system .item-list {
  text-align: center;
  margin: 40px 0;
}
#block-system-main.block.block-system .item-list li {
  display: inline-block;
  width: 25%;
  vertical-align: middle;
  margin: 0 15px 40px;
  box-sizing: border-box;
}
#block-system-main.block.block-system .item-list li a {
  display: block;
  background: #D8BD89;
  box-sizing: border-box;
  padding: 10px;
  border: 2px solid #b37e06;
  min-height: 60px;
}
#block-system-main.block.block-system .item-list li a:hover {
  background: #b37e06;
  color: #FFFFFF;
}
#block-system-main.block.block-system .item-list strong {
  display: block;
  font-size: 1.3em;
}
#block-system-main.block.block-system .item-list > p {
  color: #140B02;
  font-size: 1em;
  width: 90%;
  margin: 0 auto;
}
#block-system-main.block.block-system #tfa-basic-setup-form {
  width: 80%;
  margin: 0 auto;
}
#block-system-main.block.block-system #tfa-basic-setup-form .form-required {
  color: red;
}
#block-system-main.block.block-system #tfa-basic-setup-form p {
  color: #140B02;
  font-size: 1em;
}
#block-system-main.block.block-system #tfa-basic-setup-form .form-text {
  background: #FFFFFF;
  padding: 5px 10px;
}
#block-system-main.block.block-system .form-actions {
  text-align: center;
  margin-top: 20px;
}
#block-system-main.block.block-system .form-submit {
  background: #FBBA00;
  margin: 0 10px;
  padding: 8px 0px;
  min-width: 180px;
  font-size: 1.2em;
}
#block-system-main.block.block-system .form-submit:last-child {
  background: #b37e06;
}
@media (max-width: 768px) {
  #block-system-main.block.block-system .item-list li {
    display: block;
    width: 90%;
    margin-bottom: 20px;
  }
  #block-system-main.block.block-system .item-list li a {
    min-height: auto;
  }
}
