/** Shopify CDN: Minification failed

Line 2252:0 Unexpected "392"

**/
/*
/*  SECTION 1
/*    1.1 - Base Styles
/*    1.2 - HTML5 Elements
/*    1.3 - Forms and Inputsingredientssmall
/*    1.4 - Typography
/*    1.5 - Links and Buttons
/*    1.6 - Tables
/*    1.7 - Icons
/*    1.8 - Tags
/*
/*  SECTION 2
/*    2.1 - Helper classes
/*    2.2 - Grid system
/*    2.3 - Lists
/*
/*  SECTION 3
/*    3.1 - Toolbar
/*    3.2 - Header
/*    3.3 - Navigation
/*    3.4 - Footer
/*    3.5 - Homepage
/*    3.6 - Product & Collections
/*    3.7 - Cart
/*    3.8 - Blogs/Articles/Search
/*    3.9 - Customer Pages
/*
/*  SECTION 4
/*    4.1 - Media Query - Desktop Slim
/*    4.2 - Media Query - Tablet Landscape
/*    4.3 - Media Query - Mobile Landscape
/*    4.4 - Media Query - Mobile Portrait
/*
/*  SECTION 5
/*    5.1 - IE Fixes
/*
/*  SECTION 6
/*    6.1 - Fancybox plugin
/*    6.2 - FlexSlider plugin
/*    6.3 - jQuery Tabs
/*    6.4 - Web Fonts
/*    6.5 - Example Products & Content Tooltip
/*

/* =================== */
/*      SECTION 1      */
/* =================== */
/* 1.1 - Base Styles */
html, body {
  margin: 0;
  padding: 0;
  border: 0;
  height: 100%; }

html {
  font-size: 62.5%;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  height: 100%; }

body {
  font-size: 14px;
  color: #1f0600;
  font-family: JohnstonITCStd-Light, abel, helvetica, sans-serif;
  font-weight: lighter;
  min-height: 100%; }

/* 1.2 - HTML5 Elements */
article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section {
  display: block; }

/* 1.3 - Forms and Inputs */
form {
  margin: 0;
  padding: 0; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline; }

button, input {
  line-height: normal; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  vertical-align: top; }

select, input[type=file] {
  height: 27px;
  height: auto;
  line-height: 27px; }

input, textarea {
  -webkit-appearance: none;
  vertical-align: top;
  height: 24px;
  line-height: 16px;
  font-size: 13px;
  padding: 4px;
  border: 1px solid #ccc;
  display: inline-block;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06) inset;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06) inset;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06) inset; }

input.focus, input:focus, textarea.focus, textarea:focus {
  border: 1px solid #4c90ee;
  -moz-box-shadow: 0px 0px 2px 1px rgba(76, 144, 238, 0.3) inset, 0px 0px 2px 0px rgba(76, 144, 238, 0.2);
  -webkit-box-shadow: 0px 0px 2px 1px rgba(76, 144, 238, 0.3) inset, 0px 0px 2px 0px rgba(76, 144, 238, 0.2);
  box-shadow: 0px 0px 2px 1px rgba(76, 144, 238, 0.3) inset, 0px 0px 2px 0px rgba(76, 144, 238, 0.2); }

input[type=password]:focus, input[type=text]:focus, input[type=number]:focus, input[type=email]:focus, textarea:focus {
  outline: none; }

input[type=checkbox], input[type=radio] {
  height: 16px;
  line-height: 16px;
  vertical-align: middle; }

input[type=checkbox] {
  -webkit-appearance: checkbox; }

input[type=file] {
  cursor: pointer;
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0; }

input[type=submit] {
  cursor: pointer; }

::-webkit-input-placeholder {
  color: #1f0600 !important; }

:-moz-placeholder {
  color: #1f0600 !important; }

select {
  font-size: 13px;
  display: inline-block;
  color: #222;
  vertical-align: top;
  height: 22px;
  line-height: 22px;
  padding: 2px;
  padding: initial;
  border: 1px solid #ccc;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px; }

@-moz-document url-prefix() {
  select {
    padding: 6px; } }

/* Firefox fix */
select:focus, select.focus {
  outline: none;
  border: 1px solid #4c90ee;
  -webkit-box-shadow: 0px 0px 2px 1px rgba(76, 144, 238, 0.3) inset, 0px 0px 2px 0px rgba(76, 144, 238, 0.2);
  -moz-box-shadow: 0px 0px 2px 1px rgba(76, 144, 238, 0.3) inset, 0px 0px 2px 0px rgba(76, 144, 238, 0.2);
  box-shadow: 0px 0px 2px 1px rgba(76, 144, 238, 0.3) inset, 0px 0px 2px 0px rgba(76, 144, 238, 0.2); }

textarea {
  min-height: 72px; }

img {
  max-width: 100%;
  border: 0;
  -ms-interpolation-mode: bicubic; }

ul, ol {
  margin: 0 0 20px 20px;
  padding: 0; }

ul li {
  margin-bottom: 5px; }

ul {
  list-style: disc outside none; }

.documentation-header {
  margin-bottom: 30px !important; }

/* 1.4 - Typography */
h1, h4, h6 {
  color: #3f3627;
  margin: 0 0 13px 0; }

h1, h2, h3, h4, h5, h6, .cart-summary {
  font-family: abel, helvetica, sans-serif; }

h1 {
  text-transform: uppercase;
  margin: 20px 0 10px 0;
  font-family: JohnstonITCStd-Medium, abel, helvetica, sans-serif !important;
  letter-spacing: 0.2em;
  font-weight: 500;
  color: #3f3627;
  font-size: 13px !important;
  line-height: 20px; }

h2 {
  text-transform: uppercase;
  margin: 20px 0 23px 0;
  font-family: JohnstonITCStd-Medium, abel, helvetica, sans-serif !important;
  letter-spacing: 0.2em;
  font-weight: 500;
  color: #3f3627;
  font-size: 13px !important;
  line-height: 20px; }

h3 {
  text-transform: uppercase;
  margin: 20px 0 23px 0;
  font-family: JohnstonITCStd-Medium, abel, helvetica, sans-serif !important;
  letter-spacing: 0.2em;
  font-weight: 500;
  color: #3f3627;
  font-size: 15px;
  line-height: 20px; }

h4 {
  font-size: 13px;
  line-height: 18px; }

h5 {
  margin: 10px 0 23px 0;
  font-family: JohnstonITCStd-Medium, abel, helvetica, sans-serif !important;
  letter-spacing: 0.2em;
  font-weight: 500;
  color: #3f3627;
  font-size: 15px;
  line-height: 20px; }

h7 {
  margin: 10px 0 23px 0;
  font-family: JohnstonITCStd-Medium, abel, helvetica, sans-serif !important;
  letter-spacing: 0.2em;
  font-weight: 500;
  color: #3f3627;
  font-size: 15px;
  line-height: 20px; }

h6 {
  font-size: 10px;
  line-height: 18px;
  text-transform: uppercase; }

h9 {
  font-size: 14px;
  line-height: 20px; }

h1 .note, h2 .note, h3 .note, h4 .note, h5 .note, h6 .note {
  margin-left: 8px;
  font-weight: 400;
  font-size: 12px; }

h1 .note a, h2 .note a, h3 .note a, h4 .note a, h5 .note a, h6 .note a {
  color: #dfdbd8; }

p {
  margin: 0 0 20px 0;
  line-height: 23px; }

.s11 {
  font-family: JohnstonITCStd-Medium, abel, helvetica, sans-serif;
  font-weight: lighter;
  letter-spacing: 0.02em;
  float: right;
  background-color: #42ba73;
  color: white;
  max-width: 60%;
  border-radius: 20px;
  padding: 10px 15px 10px 15px;
  margin-bottom: 5px;
  line-height: 24px; }

.s12 {
  font-family: JohnstonITCStd-Medium, abel, helvetica, sans-serif;
  letter-spacing: 0.02em;
  float: left;
  background-color: #e4e4e9;
  color: #525252;
  max-width: 60%;
  border-radius: 20px;
  padding: 10px 15px 10px 15px;
  margin-bottom: 5px;
  line-height: 24px; }

/* 1.5 - Links and Buttons */
a {
  color: #333333;
  text-decoration: none; }

a:hover {
  color: #a19e9e; }

a.btn, input.btn {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  border: none;
  margin-top: 5px;
  padding: 2px 15px 0;
  color: #1f0600;
  font-family: JohnstonITCStd-Medium, abel, helvetica, sans-serif;
  letter-spacing: 0.18em;
  font-size: 10.92px;
  text-transform: uppercase;
  background: #dfdbd8;
  width: auto; }

.btn.secondary {
  background: #eee;
  color: #555; }

a.btn:hover, input.btn:hover {
  background-color: #b2aeab;
  color: #1f0600; }

a.btn:hover:disabled, input.btn:hover:disabled {
  -moz-opacity: 0.20;
  opacity: .20;
  filter: alpha(opacity=20);
  cursor: default; }

input.disabled.btn:hover {
  background-color: #dfdbd8;
  color: #fff; }

.btn:disabled, .disabled {
  -moz-opacity: 0.20;
  opacity: .20;
  filter: alpha(opacity=20);
  cursor: default; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #3f3627; }

.accent-color {
  color: #dfdbd8 !important; }

#product .add-to-cart .icon, a.btn, input.btn, .searchform input.submit, .cart-summary a .icon {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

#zoom-image {
  -webkit-border-radius: 0 2px 0 0;
  -moz-border-radius: 0 2px 0 0;
  border-radius: 0 2px 0 0; }

a.btn2, input.btn2 {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  height: 18px;
  line-height: 18px;
  border: none;
  margin: 0;
  padding: 0 3px 0 2px;
  color: #1f0600;
  font-size: 11px;
  text-transform: none;
  width: auto;
  background: #f1f1f1; }

.btn2.secondary {
  background: #eee;
  color: #555; }

a.btn2:hover, input.btn2:hover {
  background-color: #f1f1f1;
  color: #1f0600;
  opacity: 0.8;
  -webkit-backface-visibility: hidden; }

a.btn2:hover:disabled, input.btn2:hover:disabled {
  -moz-opacity: 0.20;
  opacity: .20;
  filter: alpha(opacity=20);
  cursor: default; }

input.disabled.btn2:hover {
  background-color: #dfdbd8;
  color: #fff; }

.btn2:disabled, .disabled {
  -moz-opacity: 0.20;
  opacity: .20;
  filter: alpha(opacity=20);
  cursor: default; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #3f3627; }

.btn3 {
  float: right !important; }

a.btn3, input.btn3 {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  height: 18px;
  line-height: 18px;
  border: none;
  margin-top: 10px;
  padding: 0 3px 0 2px;
  color: #1f0600;
  font-size: 11px;
  text-transform: none;
  width: auto;
  background: white; }

.btn3.secondary {
  background: #eee;
  color: #555; }

a.btn3:hover, input.btn3:hover {
  background-color: white;
  color: #1f0600;
  opacity: 0.8;
  -webkit-backface-visibility: hidden; }

a.btn3:hover:disabled, input.btn3:hover:disabled {
  -moz-opacity: 0.20;
  opacity: .20;
  filter: alpha(opacity=20);
  cursor: default; }

input.disabled.btn3:hover {
  background-color: #dfdbd8;
  color: #fff; }

.btn3:disabled, .disabled {
  -moz-opacity: 0.20;
  opacity: .20;
  filter: alpha(opacity=20);
  cursor: default; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #3f3627; }

.remove a {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  height: 18px;
  line-height: 18px;
  border: none;
  margin: 0;
  padding: 0 0px;
  color: #1f0600;
  font-size: 11px;
  text-transform: none;
  width: auto; }

a.btn4, input.btn4 {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  border: none;
  margin-top: 5px;
  padding: 2px 15px 0;
  color: #1f0600;
  font-family: JohnstonITCStd-Medium, abel, helvetica, sans-serif;
  letter-spacing: 0.18em;
  font-size: 10.92px;
  text-transform: uppercase;
  background: #dfdbd8;
  width: auto; }

.btn.secondary {
  background: #eee;
  color: #555; }

a.btn4:hover, input.btn4:hover {
  background-color: #b2aeab;
  color: #1f0600; }

a.btn4:hover:disabled, input.btn4:hover:disabled {
  -moz-opacity: 0.20;
  opacity: .20;
  filter: alpha(opacity=20);
  cursor: default; }

input.disabled.btn4:hover {
  background-color: #dfdbd8;
  color: #fff; }

.btn4:disabled, .disabled {
  -moz-opacity: 0.20;
  opacity: .20;
  filter: alpha(opacity=20);
  cursor: default; }

a.btn5, input.btn5 {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  border: none;
  margin-top: 5px;
  padding: 2px 15px 0;
  color: #1f0600;
  font-family: JohnstonITCStd-Medium, abel, helvetica, sans-serif;
  letter-spacing: 0.18em;
  font-size: 10.92px;
  text-transform: uppercase;
  background: none;
  width: auto; }

.btn5.secondary {
  background: #eee;
  color: #555; }

.btn5:focus {
  outline: none;
  border: none; }

a.btn5:hover, input.btn5:hover {
  background-color: none;
  color: #1f0600;
  text-decoration: underline; }

a.btn5:hover:disabled, input.btn5:hover:disabled {
  -moz-opacity: 0.20;
  opacity: .20;
  filter: alpha(opacity=20);
  cursor: default; }

input.disabled.btn5:hover {
  background-color: #dfdbd8;
  color: #fff; }

.btn5:disabled, .disabled {
  -moz-opacity: 0.20;
  opacity: .20;
  filter: alpha(opacity=20);
  cursor: default; }

a.btn8, input.btn8 {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  border: 1px solid;
  margin-top: 5px;
  padding: 2px 15px 0;
  color: #1f0600;
  font-family: JohnstonITCStd-Medium, abel, helvetica, sans-serif;
  letter-spacing: 0.18em;
  font-size: 10.92px;
  text-transform: uppercase;
  background: white;
  width: auto;
  border-radius: 2px; }

.btn8.secondary {
  background: #eee;
  color: #555; }

a.btn8:hover, input.btn8:hover {
  background-color: #f5f3f1;
  color: #1f0600; }

a.btn8:hover:disabled, input.btn8:hover:disabled {
  -moz-opacity: 0.20;
  opacity: .20;
  filter: alpha(opacity=20);
  cursor: default; }

input.disabled.btn8:hover {
  background-color: #dfdbd8;
  color: #fff; }

.btn8:disabled, .disabled {
  -moz-opacity: 0.20;
  opacity: .20;
  filter: alpha(opacity=20);
  cursor: default; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #3f3627; }

/* 1.6 - Tables */
table {
  width: 100%;
  border-spacing: 0; }

table tr td {
  border-top: 1px solid #a19e9e; }

table tr td, table tr th {
  padding: 10px;
  text-align: left; }

table tr td:first-child, table tr th:first-child {
  padding-left: 0px; }

table tr td:last-child, table tr th:last-child {
  padding-right: 0px; }

strong {
  font-weight: 700; }

em {
  font-style: italic; }

/* 1.7 - Icons */
.icon-social {
  float: left;
  display: block;
  width: 32px;
  height: 32px;
  overflow: hidden;
  text-indent: -9999px;
  margin-right: 10px;
  margin-bottom: 10px; }

.icon-social {
  background: url("/cdn/shop/t/3/assets/social-icons-light-bg.png?v=161336803336762963711643773933") no-repeat; }

.icon-social {
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5; }

.icon-social:hover {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1; }

.icon-social.twitter {
  background-position: 0 0; }

.icon-social.facebook {
  background-position: -50px 0; }

.icon-social.youtube {
  background-position: -100px 0; }

.icon-social.atom {
  background-position: -150px 0; }

.icon-social.instagram {
  background-position: -200px 0; }

.icon-social.pinterest {
  background-position: -250px 0; }

.icon-social.vimeo {
  background-position: -300px 0; }

.icon-social.tumblr {
  background-position: -350px 0; }

.icon-social.google {
  background-position: -400px 0; }

.icon-cart {
  float: left;
  display: block;
  width: 27px;
  height: 24px;
  margin: 0px 3px 0 0;
  opacity: 0.8;
  filter: alpha(opacity=60); }

.icon-cart {
  background: url("/cdn/shop/t/3/assets/icon-cart-small7.png?v=106908842354519996481643773890") no-repeat;
  background-position: 0 0;
  background-size: 100%; }

.credit-cards {
  margin: 0 auto;
  list-style: none outside none;
  text-align: center; }

.credit-cards li {
  display: inline;
  margin-right: 10px; }

.icon-products {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4wLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL1RSLzIwMDEvUkVDLVNWRy0yMDAxMDkwNC9EVEQvc3ZnMTAuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4wIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxNiAxNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTYgMTYiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Y2lyY2xlLCBlbGxpcHNlLCBsaW5lLCBwYXRoLCBwb2x5Z29uLCBwb2x5bGluZSwgcmVjdCwgdGV4dCB7IGZpbGw6ICM5OGE3YjUgIWltcG9ydGFudDsgfTwvc3R5bGU+DQo8Zz4NCgk8cGF0aCBmaWxsPSIjNTI2MDY2IiBkPSJNOS4xLDEzLjZjLTAuNCwwLTAuNy0wLjEtMS0wLjRMMS45LDYuOWwwLjIsMS44YzAsMC4yLDAuMiwwLjUsMC4zLDAuN2w2LjUsNi41QzksMTYsOS4zLDE2LDkuNCwxNS45DQoJCWw0LjctNC43YzAuMi0wLjIsMC4yLTAuNCwwLTAuNmwtMC43LTAuN2wtMy4zLDMuM0M5LjksMTMuNCw5LjUsMTMuNiw5LjEsMTMuNnoiLz4NCgk8cGF0aCBmaWxsPSIjNTI2MDY2IiBkPSJNNy43LDAuNkM3LjUsMC41LDcuMiwwLjMsNywwLjNMMy41LDBjMCwwLDAsMC0wLjEsMEMzLjIsMCwyLjksMC4xLDIuOCwwLjJMMiwxQzEuOCwxLjIsMS43LDEuNSwxLjcsMS43DQoJCWwwLjMsMy41YzAsMC4yLDAuMiwwLjUsMC4zLDAuN2w2LjUsNi41YzAuMSwwLjEsMC4yLDAuMSwwLjMsMC4xYzAuMSwwLDAuMiwwLDAuMy0wLjFsNC43LTQuN2MwLjItMC4yLDAuMi0wLjQsMC0wLjZMNy43LDAuNnoNCgkJIE0zLjIsMS41YzAuMi0wLjIsMC40LTAuMywwLjYtMC4zczAuNCwwLjEsMC42LDAuM2MwLjMsMC4zLDAuMywwLjksMCwxLjJDNC4zLDIuOSw0LjEsMywzLjgsM1MzLjQsMi45LDMuMiwyLjcNCgkJQzIuOSwyLjQsMi45LDEuOSwzLjIsMS41eiIvPg0KPC9nPg0KPC9zdmc+DQo="); }

.icon-pages {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij48c3R5bGUgdHlwZT0idGV4dC9jc3MiPmNpcmNsZSwgZWxsaXBzZSwgbGluZSwgcGF0aCwgcG9seWdvbiwgcG9seWxpbmUsIHJlY3QsIHRleHQgeyBmaWxsOiAjOThhN2I1ICFpbXBvcnRhbnQ7IH08L3N0eWxlPjxwYXRoIGZpbGw9IiM1MjYwNjYiIGQ9Ik01IDloLTN2MWgzdi0xem0xLTJoLTR2MWg0di0xem0tNCA1aDN2LTFoLTN2MXptOCAyLjA0NmwtOS4wMDItLjA0Ni0uMDA0LTloMy4wMDZ2LTNoNnYyaDF2LTEuOTU0bC0xLjA4LTEuMDQ2aC02LjkybC0yLjk5OCAyLjk4Ni0uMDAyIDExLjAxNGgxMXYtNGwtMSAxLjA0NnYyem0tNi45OTYtMTEuNjA1djEuNTg2aC0xLjYwOGwxLjYwOC0xLjU4NnptMi45ODcgOS4wNThsMi4yMDYtLjA1OSA2LjgwNS01LjU1NC0xLjY4OS0yLjEwNC02LjgwNSA1LjU1NC0uNTE3IDIuMTYzem0xLjE2OS0xLjcxNWwuODMxLS4xNTYuMTU1LjgzNS0xLjIwMS41NjUuMjE1LTEuMjQ0eiIvPjwvc3ZnPg=="); }

.icon-collections {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4wLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL1RSLzIwMDEvUkVDLVNWRy0yMDAxMDkwNC9EVEQvc3ZnMTAuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4wIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxNiAxNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTYgMTYiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Y2lyY2xlLCBlbGxpcHNlLCBsaW5lLCBwYXRoLCBwb2x5Z29uLCBwb2x5bGluZSwgcmVjdCwgdGV4dCB7IGZpbGw6ICM5OGE3YjUgIWltcG9ydGFudDsgfTwvc3R5bGU+DQo8cGF0aCBmaWxsPSIjNTI2MDY2IiBkPSJNNy41LDEuNUwwLDMuNWgwdjguOWw3LDIuMVY1LjdMMiw0LjVsNS41LTEuNmw2LjMsMS42bDAuMSwwTDgsNS43djguOGw4LTIuMVYzLjlMNy41LDEuNXogTTE0LDguMWwtNCwwLjgNCglWNy4zbDQtMC44VjguMXoiLz4NCjwvc3ZnPg0K"); }

.icon-user {
  float: left;
  display: block;
  width: 17px;
  height: 16px;
  margin: 5px 7px 0 0;
  opacity: 0.8;
  filter: alpha(opacity=60); }

.icon-user {
  background: url("/cdn/shop/t/3/assets/icon-user2.png?v=149902107322082904501643773896") no-repeat;
  background-position: 0 0;
  background-size: 100%; }

/* 1.8 - Tags */
.tags {
  margin: 0 0 0 12px;
  padding: 0;
  right: 24px;
  bottom: -12px;
  list-style: none; }

.tags li {
  margin-bottom: 5px !important; }

.tags li, .tags a {
  float: left;
  height: 24px;
  line-height: 24px;
  position: relative;
  font-size: 11px; }

.tags a {
  margin: 0 15px 15px 0;
  padding: 0 10px 0 12px;
  background: #ECECEC;
  color: #666666;
  text-decoration: none;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px; }

.tags a:before {
  content: "";
  float: left;
  position: absolute;
  top: 0;
  left: -12px;
  width: 0;
  height: 0;
  border-color: transparent #ECECEC transparent transparent;
  border-style: solid;
  border-width: 12px 12px 12px 0; }

.tags a:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  float: left;
  width: 4px;
  height: 4px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #fff; }

.tags a:hover, .tags li.active a {
  background: #CCCCCC;
  color: #333333; }

.tags a:hover:before, .tags li.active a:before {
  border-color: transparent #CCCCCC transparent transparent; }

/* =================== */
/*      SECTION 2      */
/* =================== */
/* 2.1 - Helper Classes */
.row:before, .row:after, .clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden; }

.clearfix:after, .row:after {
  clear: both; }

.clearfix, .row {
  zoom: 1; }

.p0 {
  margin-bottom: 0px !important; }

.p5 {
  margin-bottom: 5px !important; }

.p10 {
  margin-bottom: 10px !important; }

.p15 {
  margin-bottom: 15px !important; }

.p20 {
  margin-bottom: 20px !important; }

.p25 {
  margin-bottom: 25px !important; }

.p30 {
  margin-bottom: 30px !important; }

.p40 {
  margin-bottom: 40px !important; }

.p50 {
  margin-bottom: 50px !important; }

.p60 {
  margin-bottom: 60px !important; }

.p018 {
  margin-top: -18px !important; }

.fr {
  float: right !important; }

.fl {
  float: left !important; }

.fn {
  float: none !important; }

.tr {
  text-align: right !important; }

.tl {
  text-align: left !important; }

.tc {
  text-align: center !important; }

.hidden {
  display: none !important; }

.border-top {
  border-top: 1px solid #a19e9e; }

.border-right {
  border-right: 1px solid #a19e9e; }

.border-bottom {
  border-bottom: 1px solid #a19e9e; }

.border-left {
  border-left: 1px solid #a19e9e; }

.display-table {
  display: table !important;
  width: 100%; }

.display-table-cell {
  display: table-cell !important;
  vertical-align: middle; }

.table {
  display: table;
  table-layout: fixed;
  margin: 0 auto; }

.fixed {
  position: fixed; }

hr.divider {
  margin: 15px 0;
  background: #a19e9e;
  height: 1px;
  border: 0; }

/* 2.2 - Grid System */
.wrapper {
  width: 1208px;
  margin: 0 auto;
  padding: 0 0px; }

.toolbar-wrapper {
  margin-top: -128px;
  height: 55px;
  margin-bottom: 30px; }

.toolbar-wrapper2 {
  margin-top: -15px;
  height: 30px; }

.toolbaradjust {
  clear: both;
  padding-left: 4.9%;
  padding-right: 4.9%;
  margin-top: 4px; }

#transparency > .row:before, #transparency > .row:after {
  content: "";
  display: table; }

#transparency > .row:after {
  clear: both; }

#transparency > .row {
  zoom: 1; }

.toolbar {
  width: 1208px;
  margin: 0 auto;
  z-index: 100000; }

footer {
  width: 1208px;
  margin: 0 auto; }

.row {
  margin: 0 0 30px 0; }

.span1, .span2, .span3, .span4, .span5, .span6, .span66, .span7, .span8, .span9, .span10, .span11, .span12, .span12all3, .span13, .span18, .span222, .span33, .span33b, .span33I, .span271, .span333a, .span333b, .span55, .span122, .span123, .span911, .span912, .span913 {
  display: block;
  float: left;
  margin: 0 10px; }

.span66a {
  display: block;
  float: left; }

.inner-left {
  margin-left: 0px !important; }

.inner-right {
  margin-right: 0px !important; }

.span1 {
  width: 58px;
  background-color: none; }

.span2 {
  width: 141px;
  background-color: none; }

.span3 {
  width: 226px;
  background-color: none; }

.span3b {
  width: 200px;
  background-color: none; }

.span4 {
  width: 311px;
  background-color: none; }

.span5 {
  width: 389px;
  background-color: black; }

.span6 {
  width: 584px;
  background-color: none; }

.span7 {
  width: 555px;
  background-color: yellow; }

.span8 {
  width: 635px;
  background-color: none; }

.span9 {
  width: 722px;
  background-color: blue; }

.span10 {
  width: 1025px;
  background-color: none; }

.span11 {
  width: 888px;
  background-color: none; }

.span12 {
  width: 1198px;
  background-color: none; }

.span13 {
  width: 180px;
  background-color: none; }

.span18 {
  width: 308px;
  background-color: none; }

.span222 {
  width: 74px;
  background-color: none; }

.span33 {
  width: 282px;
  background-color: none; }

.span33b {
  width: 239px;
  background-color: none; }

.span33I {
  width: 281px;
  background-color: none; }

.span33II {
  width: 264px;
  background-color: none; }

.span271 {
  width: 266px;
  background-color: none; }

.span122 {
  width: 260px;
  background-color: none; }

.span123 {
  width: 550px;
  background-color: none; }

.span87 {
  width: 296px;
  background-color: none;
  display: block; }

.span66 {
  width: 473px;
  background-color: none; }

.span88 {
  width: 84px;
  background-color: none; }

.span333a {
  width: 250px;
  background-color: none; }

.span333b {
  width: 160px;
  background-color: none; }

.span55 {
  width: 300px;
  background-color: none; }

.span911 {
  width: 230px; }

.span912 {
  width: 620px; }

.span913 {
  width: 240px; }

.span12aaa {
  width: 100vw; }

.span66a {
  width: 483px;
  background-color: none; }

/* 2.3 - Lists */
ul.unstyled, ol.unstyled {
  margin: 0;
  list-style: none outside none; }

ul.unstyled > li, ol.unstyled > li {
  list-style: none; }

ul.horizontal > li, ol.horizontal > li {
  display: block;
  float: left; }

ul.horizontal-inline, ol.horizontal-inline {
  text-align: center; }

ul.horizontal-inline > li, ol.horizontal-inline > li {
  display: inline;
  margin: 0 5px; }

ul.expanded > li, ol.expanded > li {
  margin-bottom: 10px; }

/* =================== */
/*      SECTION 3      */
/* =================== */
#freeshipping {
  display: block;
  min-height: 31px;
  background-color: #e2e2e2;
  text-align: center;
  font-family: Georgia, Times, serif;
  font-size: 12px;
  z-index: 9999; }

#freeshipping p {
  padding-top: 4px;
  letter-spacing: 0.2em;
  padding-bottom: 4px;
  padding-left: 5px;
  padding-right: 5px; }

#freeshipping a {
  display: block; }

#freeshipping a:hover {
  color: grey; }

#txtforrecipe p {
  line-height: 250px; }

.imageaward {
  position: absolute;
  z-index: 1000;
  top: -14%; }

.pricehide2 {
  display: none;
  margin-top: 15px;
  margin-bottom: 15px;
  color: grey; }

.reviewboxx .spr-badge[data-rating="0.0"] {
  visibility: hidden;
  display: none; }

.mapview {
  height: 430px;
  margin-top: -5px; }

.gradient {
  height: 5px;
  background: linear-gradient(to top, rgba(255, 255, 255, 0), white);
  position: relative;
  z-index: 3; }

.arrow-up {
  float: right;
  margin-right: 22px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid grey; }

.arrow-up2 {
  float: right;
  margin-right: 22px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid grey; }

.noHover {
  opacity: 1 !important;
  filter: alpha(opacity=100); }

.all2c {
  display: none; }

@media print {
  .noprint {
    visibility: hidden;
    display: none; } }
/* 3.1 - Toolbar */
.toolbar {
  font-size: 15px;
  margin: 0 auto;
  float: none; }

.toolbar li {
  float: right;
  list-style: none;
  padding-right: 15px;
  margin-bottom: 0 !important;
  line-height: 30px; }

.toolbar li.toolbar-cart {
  padding-right: 0;
  font-family: JohnstonITCStd-Medium, abel, helvetica, sans-serif !important;
  font-size: 11px;
  letter-spacing: 0.18em; }

.toolbar a:hover {
  color: #9c9c9c;
  opacity: 0.7;
  filter: alpha(opacity=70); }

.toolbar .search_box {
  background: transparent;
  color: #9c9c9c;
  height: 34px;
  width: 55px;
  padding: 0 10px 0 31px;
  border: none;
  vertical-align: middle;
  line-height: normal;
  font-family: JohnstonITCStd-Medium, abel, helvetica, sans-serif !important;
  font-size: 10.92px !important;
  letter-spacing: 0.18em;
  border-radius: 3px;
  box-shadow: none;
  margin-top: -3px;
  transition: all 0.3s ease-in-out; }

.toolbar .search_box:focus {
  background: rgba(0, 0, 0, 0.05);
  width: 150px; }

.toolbar #go {
  position: absolute;
  width: 14px;
  height: 14px;
  border: none;
  margin: 4px 0 0 4px;
  box-shadow: none; }

.toolbar .or {
  color: #888;
  display: inline-block; }

.toolbar-cart, .toolbar-customer {
  float: right !important;
  text-transform: uppercase; }

.toolbar-customer {
  padding-left: 0  !important; }

.toolbar li.search-field {
  float: right !important;
  padding-right: 5px; }

.flyout .search_box {
  background: transparent;
  height: 34px;
  width: 85px;
  padding: 0 10px 0 31px;
  border: none;
  vertical-align: middle;
  line-height: normal;
  font-family: Cabin;
  color: #1f0600 !important;
  border-radius: 3px;
  box-shadow: none;
  margin-top: -3px;
  transition: all 0.3s ease-in-out;
  font-size: 13px; }

#cart-animation {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 100005;
  text-align: center;
  line-height: 25px;
  background: #5de08e !important;
  color: #fff !important;
  font-weight: bold;
  border: 3px solid #dfdbd8;
  font-size: 16px;
  font-family: abel, helvetica, sans-serif !important; }

#cart-count {
  opacity: 0;
  color: #fff;
  background: #5de08e;
  position: absolute;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 50px;
  font-size: 11px;
  margin: 0px 0 0 -15px;
  border: 1px solid #ffffff;
  transition: opacity 0.2s ease-out;
  font-family: abel, helvetica, sans-serif !important; }

.has-items #cart-count {
  opacity: 1; }

.toolbar a {
  text-transform: uppercase;
  font-family: JohnstonITCStd-Medium, abel, helvetica, sans-serif;
  font-size: 10.92px;
  letter-spacing: 0.18em; }

.toolbar2 li.sociallist {
  float: right !important;
  padding-right: 0px; }

.socialbox {
  height: 19px;
  margin-top: 5px; }

.socialbox2 {
  float: right;
  margin-right: 50px;
  margin-top: 20px;
  height: 19px; }

.toolbar2 li.sociallist {
  float: right !important;
  padding-right: 0px;
  padding-top: 3px; }

.toolbar2 {
  color: #9c9c9c;
  font-size: 15px;
  margin: 0 auto;
  float: none;
  margin-top: -6px; }

.toolbar2 li {
  float: right;
  line-height: 30px;
  list-style: none;
  padding-right: 15px;
  margin-bottom: 0 !important; }

.toolbar2 a {
  text-transform: uppercase;
  font-family: JohnstonITCStd-Medium, abel, helvetica, sans-serif;
  font-size: 10.92px;
  letter-spacing: 0.18em; }

.toolbar2 a:hover {
  color: #1f0600;
  opacity: 0.7;
  filter: alpha(opacity=70); }

/* 3.2 - Header */
.logo {
  width: 114px;
  height: 125px; }

.logo {
  display: block;
  margin: 0 auto; }

.logo a img, .logo a {
  display: block;
  margin: 0 auto; }

.logo a img, .logo a:hover {
  opacity: 1;
  filter: alpha(opacity=100); }

.logo {
  padding: 0px 0 35px 0px;
  margin-top: 24px; }

.logo a, .logo img {
  display: block;
  margin: 0; }

.logo1 {
  width: 114px;
  height: 26px; }

.logo1 {
  display: none;
  margin: 0 auto; }

.logo1 a img, .logo1 a {
  display: block;
  margin: 0 auto; }

.logo1 a img, .logo1 a:hover {
  opacity: 1;
  filter: alpha(opacity=100); }

.logoadjust {
  margin-left: 0px;
  margin-top: -24px;
  min-width: 355px; }

.logobon {
  width: 440px; }

.logobon {
  display: block;
  margin: 0 auto; }

.logobon a img, .logobon a {
  display: block;
  margin: 0 auto; }

.logobon a img, .logobon a:hover {
  opacity: 1;
  filter: alpha(opacity=100); }

.logobon {
  padding: 0px 0 0px 0px;
  margin-top: -10px; }

.logobon a, .logobon img {
  display: block;
  margin: 0; }

.logobon1 {
  width: 280px; }

.logobon1 {
  display: block;
  margin: 0 auto; }

.logobon1 a img, .logobon1 a {
  display: block;
  margin: 0 auto; }

.logobon1 a img, .logobon1 a:hover {
  opacity: 1;
  filter: alpha(opacity=100); }

.logobon1 {
  padding: 0px 0 0px 0px;
  margin-top: -10px; }

.logobon1 a, .logobon1 img {
  display: block;
  margin: 0; }

/* 3.3 - Navigation */
nav {
  margin-top: 18px; }

nav {
  marginposition: relative;
  border-top: 0px solid #a19e9e;
  border-bottom: 0px solid #a19e9e; }

nav > ul > li {
  margin-bottom: 0; }

nav > ul > li > a {
  text-decoration: none;
  color: #333333;
  display: block;
  padding: 0 15px;
  font-family: Courier, serif;
  font-size: 14px;
  font-weight: lighter; }

nav > ul > li.dropdown > a {
  padding-left: 20px;
  padding-right: 10px;
  margin-right: 10px; }

nav > ul > li > a.current {
  color: #333333; }

nav > ul > li.dropdown:hover > a {
  text-decoration: none !important;
  background: url("/cdn/shop/t/3/assets/arrow-dark.png?v=65251844030101323371643773868") no-repeat 100% 50%; }

nav > ul > li.dropdown {
  position: static;
  text-transform: uppercase; }

nav > ul > li.dropdown > .dropdown {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto; }

nav > ul > li.dropdown:hover > .dropdown {
  display: block;
  z-index: 9999; }

nav > ul > li.dropdown li {
  list-style: none;
  font-size: 13px;
  line-height: 24px; }

nav > ul > li.dropdown li a {
  line-height: 24px;
  font-size: 15px;
  color: #333333; }

nav > ul > li.dropdown li a:hover {
  color: #333333;
  opacity: 0.7;
  filter: alpha(opacity=70); }

nav > ul > li.dropdown > .dropdown {
  margin-left: 0; }

nav > ul {
  text-align: center; }

nav > ul > li {
  float: none !important;
  display: inline-block !important; }

nav > ul > li.dropdown > .dropdown {
  text-align: left; }

nav > ul > li.dropdown > .dropdown > li {
  padding: 5px 15px; }

nav > ul > li.dropdown > .dropdown > li a {
  display: block;
  font-family: JohnstonITCStd-Medium, abel, helvetica, sans-serif;
  font-size: 10.92px;
  letter-spacing: 0.18em; }

nav > ul > li.dropdown > .dropdown > li:hover {
  background: #f5f3f1; }

nav.mobile {
  display: none;
  border: none; }

nav.mobile > ul > li > a {
  line-height: 30px;
  height: 30px; }

col > nav > ul > li.dropdown {
  display: none !important; }

nav > ul > li.dropdown > .dropdown > .whiteback > .mainIII > ul > li a {
  display: block;
  font-family: JohnstonITCStd-Medium, abel, helvetica, sans-serif;
  font-size: 10.92px;
  letter-spacing: 0.18em; }

nav > ul > li.dropdown > .dropdown > .whiteback > .mainIII > ul {
  text-align: left; }

nav > ul > li.dropdown > .dropdown > .whiteback > .mainIII > ul > li {
  padding: 2px 15px;
  margin-left: 20px; }

nav > ul > li.dropdown > .dropdown > .whiteback > .mainIII > ul > li:hover {
  background: #f5f3f1; }

nav > ul > li.dropdown > .dropdown > .whiteback2 > .mainIII > ul > li a {
  display: block;
  font-family: JohnstonITCStd-Medium, abel, helvetica, sans-serif;
  font-size: 10.92px;
  letter-spacing: 0.18em; }

nav > ul > li.dropdown > .dropdown > .whiteback2 > .mainIII > ul > li {
  display: block;
  font-family: JohnstonITCStd-Medium, abel, helvetica, sans-serif;
  font-size: 10.92px;
  letter-spacing: 0.18em; }

nav > ul > li.dropdown > .dropdown > .whiteback2 > .mainIII > ul {
  text-align: left; }

nav > ul > li.dropdown > .dropdown > .whiteback2 > .mainIII > ul > li {
  padding: 2px 15px;
  margin-left: 20px; }

nav > ul > li.dropdown > .dropdown > .whiteback2 > .mainIII > ul > li:hover {
  background: #f5f3f1; }

.mainIII {
  margin-top: 15px;
  float: left;
  margin-left: 0px; }

.whiteback {
  background-color: white;
  opacity: 1;
  width: 100%;
  overflow: auto;
  min-height: 240px;
  height: 100%;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); }

.whiteback2 {
  padding-right: 20px;
  text-align: center;
  padding-bottom: 10px;
  background-color: white;
  float: right;
  opacity: 1;
  width: 280px;
  overflow: auto;
  height: 100%;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); }

.mainIV {
  margin-top: 10px;
  padding-top: 10px;
  margin-left: 5px;
  padding-left: 130px;
  float: left;
  display: block;
  font-family: JohnstonITCStd-Medium, abel, helvetica, sans-serif;
  font-size: 10.92px;
  letter-spacing: 0.18em;
  text-align: center; }

.mainII {
  float: left; }

.main1 > ul > li.dropdown {
  position: static;
  text-transform: uppercase; }

.main1 > ul > li.dropdown > .dropdown {
  background-color: #fff;
  display: none;
  position: absolute;
  z-index: 99999;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto; }

.main1 > ul > li.dropdown:hover > .dropdown {
  display: block;
  z-index: 999999; }

.main1 > ul > li.dropdown li {
  display: inline-block;
  margin-right: -.25em;
  margin: 0 .1em 0px;
  position: relative;
  list-style-type: none;
  list-style-position: inside; }

.main1 > ul > li.dropdown li:hover {
  background: #f5f3f1; }

.main1 > ul > li.dropdown li > a {
  text-decoration: none;
  color: #333333;
  display: block;
  padding: 0 8px;
  font-family: JohnstonITCStd-Medium, abel, helvetica, sans-serif;
  font-size: 10.92px;
  letter-spacing: 0.18em; }

.main1 > ul > li.dropdown li > a.active {
  background-color: #f5f3f1; }

.main1 > ul > li.dropdown li > a.active:hover {
  background-color: #f5f3f1; }

.main1 > ul > li.dropdown li > active {
  background-color: #f5f3f1; }

.hover {
  display: none; }

.dropdownz {
  background-color: #fff;
  position: absolute;
  z-index: 99999;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto; }

nav > ul > li.dropdown:hover > .hover {
  display: block; }

/* Collection Nav Styles */
#contentgap {
  width: 100%;
  margin-top: -20px; }

.sortme {
  text-align: right;
  border-top: 1px solid #a19e9e; }

.col {
  background-color: white;
  border-top: 1px solid #a19e9e;
  border-bottom: 1px solid #a19e9e;
  line-height: 28px; }

ul.col {
  text-align: center;
  list-style-type: none;
  list-style-position: inside;
  margin: 0;
  padding: 0; }

ul.col:after {
  display: inline-block;
  width: 100%; }

ul.col:before {
  content: '';
  display: block; }

ul.col > li {
  text-transform: uppercase;
  display: inline-block;
  margin-right: -.25em;
  margin: 0 .1em 0px;
  position: relative;
  list-style-type: none;
  list-style-position: inside; }

ul.col > li:hover {
  background: #f5f3f1; }

ul.col > li:hover {
  background: #f5f3f1; }

ul.col > li > a {
  text-decoration: none;
  color: #333333;
  display: block;
  padding: 0 0px;
  font-family: JohnstonITCStd-Medium, abel, helvetica, sans-serif;
  font-size: 10.92px;
  letter-spacing: 0.18em; }

ul.col > li > a.current {
  background-color: #f5f3f1; }

ul.col > li > a.active {
  background-color: #f5f3f1; }

ul.col > li.active > a {
  background-color: #f5f3f1; }

ul.col > li > a.active:hover {
  background-color: #f5f3f1; }

ul.col > li > active {
  background-color: #f5f3f1; }

.col1 {
  position: relative;
  border-top: 0px solid #a19e9e;
  border-bottom: 0px solid #a19e9e; }

ul.col1 {
  text-align: justify;
  list-style-type: none;
  list-style-position: inside;
  margin: 0;
  margin-bottom: -10px;
  padding-left: 30px;
  padding-right: 30px; }

ul.col1:after {
  content: '';
  display: inline-block;
  width: 100%; }

ul.col1:before {
  content: '';
  display: block; }

ul.col1 > li {
  display: inline-block;
  position: relative;
  list-style-type: none;
  list-style-position: inside; }

ul.col1 > li > a.current {
  color: #333333;
  text-decoration: underline; }

ul.col1 > li > a {
  text-decoration: none;
  color: #333333;
  display: block;
  padding: 0 0px;
  font-family: EASTJAVACO, Georgia, serif;
  font-size: 12.2px;
  letter-spacing: 1.5px; }

ul.col1 > li > a:hover {
  text-decoration: underline;
  opacity: 1;
  filter: alpha(opacity=100); }

.col2 {
  background-color: white;
  position: relative;
  border-bottom: 1px solid #a19e9e;
  line-height: 24px; }

ul.col2 {
  text-align: center;
  list-style-type: none;
  list-style-position: inside;
  margin: 0;
  padding: 0; }

ul.col2:after {
  display: inline-block;
  width: 100%; }

ul.col2:before {
  content: '';
  display: block; }

ul.col2 > li {
  text-transform: uppercase;
  display: inline-block;
  margin-right: -.25em;
  margin: 0 .1em 0px;
  position: relative;
  list-style-type: none;
  list-style-position: inside; }

ul.col2 > li a:hover {
  background: #f5f3f1; }

ul.col2 > li > a {
  text-decoration: none;
  color: #333333;
  display: block;
  padding: 0px 10px;
  font-family: JohnstonITCStd-Medium, abel, helvetica, sans-serif;
  font-size: 9.4px;
  letter-spacing: 0.18em; }

ul.col2 > li > a.current {
  background-color: #f5f3f1; }

ul.col2 > li > a.active {
  background-color: #f5f3f1; }

ul.col2 > li.active > a {
  background-color: #f5f3f1; }

ul.col2 > li > a.active:hover {
  background-color: #f5f3f1; }

ul.col2 > li > active {
  background-color: #f5f3f1; }

ul.col2 > li.refine {
  padding: 0px 10px;
  font-family: JohnstonITCStd-Medium, abel, helvetica, sans-serif;
  font-size: 9.4px;
  letter-spacing: 0.18em; }

.col3 {
  background-color: white;
  position: relative;
  border-bottom: 1px solid #a19e9e;
  line-height: 28px; }

ul.col3 {
  text-align: center;
  list-style-type: none;
  list-style-position: inside;
  margin: 0;
  padding: 0; }

ul.col3:after {
  display: inline-block;
  width: 100%; }

ul.col3:before {
  content: '';
  display: block; }

ul.col3 > li {
  text-transform: uppercase;
  display: inline-block;
  margin-right: -.25em;
  margin: 0 .1em 0px;
  position: relative;
  list-style-type: none;
  list-style-position: inside; }

ul.col3 > li a:hover {
  background: #f5f3f1; }

ul.col3 > li > a {
  text-decoration: none;
  color: #333333;
  display: block;
  padding: 0px 10px;
  font-family: JohnstonITCStd-Medium, abel, helvetica, sans-serif;
  font-size: 10.92px;
  letter-spacing: 0.18em; }

ul.col3 > li > a.current {
  background-color: #f5f3f1; }

ul.col3 > li > a.active {
  background-color: #f5f3f1; }

ul.col3 > li.active > a {
  background-color: #f5f3f1; }

ul.col3 > li > a.active:hover {
  background-color: #f5f3f1; }

ul.col3 > li > active {
  background-color: #f5f3f1; }

ul.col3 > li.refine {
  padding: 0px 10px;
  font-family: JohnstonITCStd-Medium, abel, helvetica, sans-serif;
  font-size: 10.92px;
  letter-spacing: 0.18em; }

.col4 {
  background-color: white;
  position: relative;
  border-top: none #a19e9e;
  line-height: 16px; }

ul.col4 {
  text-align: center;
  list-style-type: none;
  list-style-position: inside;
  margin: 0;
  padding: 0; }

ul.col4:after {
  display: inline-block;
  width: 100%; }

ul.col4:before {
  content: '';
  display: block; }

ul.col4 > li {
  display: inline-block;
  margin-right: -.25em;
  margin: 0 .1em 0px;
  position: relative;
  list-style-type: none;
  list-style-position: inside;
  padding-left: 10px; }

ul.col4 > li a:hover {
  background: #f5f3f1; }

ul.col4 > li > a {
  text-decoration: none;
  color: #333333;
  display: block;
  padding: 0px 10px;
  font-family: JohnstonITCStd-Medium, abel, helvetica, sans-serif;
  font-size: 9.4px;
  letter-spacing: 0.18em; }

ul.col4 > li > a.current {
  background-color: #f5f3f1; }

ul.col4 > li > a.active {
  background-color: #f5f3f1; }

ul.col4 > li.active > a {
  background-color: #f5f3f1; }

ul.col4 > li > a.active:hover {
  background-color: #f5f3f1; }

ul.col4 > li > active {
  background-color: #f5f3f1; }

ul.col4 > li.refine {
  padding: 0px 10px;
  font-family: JohnstonITCStd-Medium, abel, helvetica, sans-serif;
  font-size: 9.4px;
  letter-spacing: 0.18em; }

.col5 {
  text-align: right;
  background-color: none;
  float: right;
  position: relative;
  border-top: 0px solid #a19e9e;
  border-bottom: 0px solid #a19e9e; }

.col7 {
  display: block;
  text-align: center;
  background-color: none;
  position: relative;
  border-top: 0px solid #a19e9e;
  border-bottom: 0px solid #a19e9e; }

/* Customize the label (the container) */
.containercheck {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Hide the browser's default checkbox */
.containercheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #eee; }

/* On mouse-over, add a grey background color */
.containercheck:hover input ~ .checkmark {
  background-color: #ccc; }

/* When the checkbox is checked, add a blue background */
.containercheck input:checked ~ .checkmark {
  background-color: #262262; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.containercheck input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.containercheck .checkmark:after {
  left: 5.4px;
  top: 3px;
  width: 3px;
  height: 6px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

div#collection-right li a:hover, div#collection-right li a.active, div#collection-right li a.active:hover, div#collection-right li.active a {
  color: #ffffff;
  background-color: #2751c8; }

#pagetrial {
  margin-top: 50px;
  text-align: center;
  font-family: JohnstonITCStd-Medium, abel, helvetica, sans-serif !important;
  letter-spacing: 0.08em;
  word-spacing: -5px;
  font-weight: 500;
  color: #3f3627;
  font-size: 75px; }

#pagetrial2 {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
  font-family: JohnstonITCStd-Medium, abel, helvetica, sans-serif !important;
  letter-spacing: 0.08em;
  word-spacing: 0px;
  font-weight: 500;
  color: #3f3627;
  font-size: 54px; }

.instagap {
  width: 100%;
  height: 60px; }

.instagapanchor {
  width: 100%;
  height: 60px; }

.instagap2 {
  width: 100%;
  height: 20px; }

.navwhite {
  margin-top: -8px;
  padding-top: 8px;
  transition: all 0.5s ease; }

.navwhite:hover {
  background: rgba(255, 255, 255, 0.6);
  transition: all 0.5s ease; }

.philosophy {
  margin-bottom: 40px; }

.howtobuy {
  margin-bottom: 40px;
  display: none; }

#instafeed {
  width: 100%;
  margin: 40px auto;
  text-align: center; }

#instafeed img {
  margin-right: 3px;
  margin-left: 3px; }

.products2hand {
  width: 170px;
  height: 28px;
  background-color: white;
  margin: -19px auto;
  text-align: center; }

.shoppinghand {
  height: 32px;
  width: 226px;
  background-color: white;
  margin: -19px auto;
  text-align: center; }

.productshand {
  width: 220px;
  background-color: white;
  height: 28px;
  margin: -19px auto;
  text-align: center; }

.instahand {
  width: 285px;
  height: 34px;
  background-color: white;
  margin: -19px auto;
  text-align: center; }

.instahandETH {
  width: 265px;
  height: 34px;
  background-color: white;
  margin: -19px auto;
  text-align: center; }

.instahand88 {
  width: 300px;
  height: 34px;
  background-color: white;
  margin: -19px auto;
  text-align: center; }

.products3hand {
  width: 290px;
  height: 20px;
  background-color: white;
  margin: -19px auto;
  text-align: center; }

.accounthand {
  width: 260px;
  height: 35px;
  background-color: white;
  margin: -19px auto;
  text-align: center; }

div#product-instruct {
  width: 190px;
  height: 75px;
  float: left;
  border: 1px solid #d2d2d2;
  padding-bottom: 0px;
  padding-top: 3px;
  padding-left: 8px;
  margin-bottom: 10px; }

div#product-instructa {
  width: 100px;
  float: left; }

div#product-instructa li {
  font-size: 64%;
  line-height: 1.52em; }

div#product-instructb {
  width: 80px;
  float: left; }

div#product-instructb li {
  font-size: 64%;
  line-height: 1.52em; }

div#finebone {
  width: 70px;
  height: 78px;
  float: left;
  border: 1px solid #d2d2d2;
  margin-bottom: 10px;
  margin-right: 8px; }

392
.all {
  margin-top: -8px; }

.all2b {
  position: relative;
  margin-top: 0px;
  height: 226px; }

.all2 {
  position: relative;
  margin-top: 0px;
  height: 354px; }

.all4 {
  position: relative;
  margin-top: 0px;
  height: 354px; }

.all3 {
  position: relative;
  height: 354pxx; }

.all3 img {
  display: block;
  margin: 0 auto; }

.all3b {
  position: relative;
  height: 276px; }

.all3b img {
  display: block;
  margin: 0 auto; }

.all3c {
  position: relative; }

.all3d {
  display: none; }

.all22 {
  position: absolute;
  background-color: red;
  left: 0;
  right: 0; }

.allsearch {
  width: 200px;
  position: absolute;
  left: calc(50% - 100px);
  padding-top: 16px;
  padding-bottom: 12px;
  top: 40%;
  text-align: center;
  color: white !important;
  text-transform: uppercase;
  font-family: JohnstonITCStd-Medium, abel, helvetica, sans-serif !important;
  letter-spacing: 0.2em;
  font-weight: 500;
  font-size: 15px;
  border: 2px solid white; }

.allsearch2 {
  width: 240px;
  position: absolute;
  left: calc(50% - 120px);
  padding-top: 16px;
  padding-bottom: 12px;
  top: 40%;
  text-align: center;
  color: white !important;
  text-transform: uppercase;
  font-family: JohnstonITCStd-Medium, abel, helvetica, sans-serif !important;
  letter-spacing: 0.2em;
  font-weight: 500;
  font-size: 15px;
  border: 2px solid white; }

.allsearch3 {
  width: 240px;
  position: absolute;
  left: calc(50% - 120px);
  background-color: grey;
  padding-top: 16px;
  padding-bottom: 12px;
  top: 40%;
  text-align: center;
  color: white !important;
  text-transform: uppercase;
  font-family: JohnstonITCStd-Medium, abel, helvetica, sans-serif !important;
  letter-spacing: 0.2em;
  font-weight: 500;
  font-size: 15px;
  border: 2px solid white;
  background: rgba(170, 170, 170, 0.5); }

.allsearch4 {
  position: absolute;
  left: calc(50% - 160px);
  padding-top: 16px;
  padding-bottom: 0px;
  line-height: 80%;
  top: 38%;
  text-align: center;
  color: black !important;
  text-transform: uppercase;
  font-family: JohnstonITCStd-Medium, abel, helvetica, sans-serif !important;
  letter-spacing: 0.12em;
  font-weight: 800;
  font-size: 40px; }

.allsearchline {
  width: calc(100% - 2px);
  border-bottom: 10px solid #FFFF00; }

.allsearchline2 {
  width: calc(100% - 2px);
  border-bottom: 8px solid #FFFF00; }

.allsearchtag {
  margin-top: 5px;
  font-size: 60%;
  color: #a19e9e; }

.allsearch5 {
  display: none;
  position: absolute;
  left: calc(50% - 80px);
  padding-top: 16px;
  line-height: 80%;
  padding-bottom: 0px;
  top: 20%;
  text-align: center;
  color: black !important;
  text-transform: uppercase;
  font-family: JohnstonITCStd-Medium, abel, helvetica, sans-serif !important;
  letter-spacing: 0.12em;
  font-weight: 800;
  font-size: 20px; }

.allsearch6 {
  margin-top: 20px;
  position: relative;
  left: calc(50% - 210px);
  padding-top: 16px;
  padding-bottom: 0px;
  line-height: 80%;
  display: inline-block;
  text-align: center;
  color: black !important;
  text-transform: uppercase;
  font-family: JohnstonITCStd-Medium, abel, helvetica, sans-serif !important;
  letter-spacing: 0.12em;
  font-weight: 800;
  font-size: 40px; }

.allsearch7 {
  display: none;
  position: relative;
  left: calc(50% - 135px);
  padding-top: 16px;
  line-height: 80%;
  padding-bottom: 0px;
  text-align: center;
  color: black !important;
  text-transform: uppercase;
  font-family: JohnstonITCStd-Medium, abel, helvetica, sans-serif !important;
  letter-spacing: 0.12em;
  font-weight: 800;
  font-size: 30px; }

.blogthumb {
  position: relative;
  display: block; }

.blogthumb a:hover {
  opacity: .8;
  filter: alpha(opacity=80); }

.texttitle {
  display: block;
  width: 100%;
  min-height: 80px;
  text-align: left; }

.texttitletop {
  display: block;
  width: 100%;
  text-align: left; }

.texttitle1 {
  color: #3f3627;
  text-transform: uppercase;
  font-family: JohnstonITCStd-Medium, abel, helvetica, sans-serif !important;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 20px;
  padding-top: 6px;
  padding-bottom: 6px; }

.texttitle2 {
  font-family: Georgia, Times, serif !important;
  font-size: 14px;
  padding-bottom: 6px; }

.texttitle3 {
  color: #3f3627;
  text-transform: uppercase;
  font-family: JohnstonITCStd-Medium, abel, helvetica, sans-serif !important;
  letter-spacing: 0.14em;
  font-weight: 500;
  font-size: 13px;
  padding-left: 3px;
  padding-top: 10px;
  padding-bottom: 10px; }

.texttitle3 span {
  font-family: Georgia, Times, serif !important;
  letter-spacing: 0.0em;
  padding-top: 8px;
  text-transform: none;
  font-size: 12px;
  color: grey; }

.texttitle4 {
  text-transform: uppercase;
  font-family: JohnstonITCStd-Medium, abel, helvetica, sans-serif !important;
  letter-spacing: 0.14em;
  font-weight: 500;
  font-size: 13px;
  text-align: center;
  margin-top: -15px; }

.title {
  font-size: 120%;
  padding-top: 18px;
  margin-top: 5px; }

.title h5 {
  margin: 6px 0 23px 0; }

.title2 {
  font-size: 120%;
  padding-top: 0px;
  margin-top: 0px; }

.title3 {
  font-size: 120%;
  padding-top: 8px;
  margin-top: 5px; }

.title3b {
  font-size: 120%;
  padding-top: 8px;
  margin-top: 5px; }

.title4 {
  font-family: Garamond, Times, serif !important;
  font-size: 100% !important;
  font-weight: 500 !important;
  padding-top: 18px;
  margin-top: 5px; }

.title5 {
  font-size: 120%;
  padding-top: 0px;
  margin-top: 5px; }

.title44 {
  font-family: Garamond, Times, serif !important;
  font-size: 100% !important;
  font-weight: 500 !important; }

.shoptitle {
  text-align: center; }

.toptop a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70); }

.relatednot {
  height: 40px;
  width: 100%;
  font-size: 12px; }

.share1 {
  float: left;
  padding-top: 4px; }

.share2 {
  float: left;
  padding-left: 8px;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.66; }

#products2 {
  width: 100%;
  text-align: center; }

#footerbox {
  width: 100%;
  margin: 0;
  color: #727272 !important;
  text-align: center;
  font-family: Courier, serif;
  font-size: 10px; }

#footerbox a {
  color: #727272 !important; }

.pagetxt a {
  text-decoration: underline; }

.pagetxt2 {
  background-color: none;
  text-align: center;
  width: 450px;
  margin: 0 auto;
  margin-bottom: 80px; }

.pagetxt3 {
  font-family: JohnstonITCStd-Light, abel, helvetica, sans-serif;
  font-weight: lighter;
  min-height: 100%;
  text-decoration: underline; }

.pageimg {
  text-align: center;
  width: 240px;
  margin: 0 auto;
  margin-top: 0px; }

.pageimg2 {
  text-align: center;
  width: 240px;
  margin: 0 auto;
  margin-top: 15px; }

#footerbox2 {
  width: 100%;
  color: #727272 !important;
  margin-top: 20px;
  text-align: center;
  font-family: Courier, serif;
  font-size: 11px;
  text-transform: uppercase; }

#footerbox2 p {
  width: 80%;
  margin: 0 auto;
  color: #727272 !important; }

.footer-wrapper {
  margin-top: 0px;
  background-color: #f5f5f5;
  width: 100%; }

.sortetc {
  height: 25px; }

.sortetc2 {
  height: 1px;
  display: none; }

.sortby {
  display: none;
  font-family: Georgia, Times, serif;
  font-size: 11px;
  font-weight: 100;
  text-align: center;
  color: #1f0600;
  padding-bottom: 2px; }

.sortby a {
  color: #1f0600; }

.sortbyL {
  padding-top: 3px;
  font-family: Georgia, Times, serif;
  font-size: 11px;
  font-weight: 100;
  float: left;
  height: 20px;
  text-align: left;
  color: #1f0600; }

.sortbyL a {
  color: #1f0600; }

.producttext {
  margin: 0 auto; }

.producttextb {
  margin: 0 auto;
  text-align: center;
  margin-top: -15px; }

.cartprop {
  margin-left: 30%; }

input[type=number] {
  margin-top: 5px;
  margin-bottom: 5px;
  height: 22px;
  line-height: 14px;
  font-size: 13px;
  padding: 0 0 0 5px;
  border: 1px solid #ccc; }

.paginate {
  font-family: Georgia, Times, serif;
  text-transform: uppercase;
  font-size: 11px;
  padding-top: 3px;
  color: #1f0600;
  font-weight: 600;
  text-align: center; }

.paginate a {
  color: #1f0600;
  font-weight: 200; }

.way2 {
  display: none; }

.way2b {
  display: none; }

.way2a {
  display: none; }

.way2ab {
  display: none; }

.way3 {
  display: none; }

.way4 {
  display: block; }

.way4b {
  display: none; }

.way3b {
  display: none; }

.way6 {
  display: block; }

.longlong2 {
  display: none; }

#container {
  min-height: 100%;
  position: relative; }

#body {
  padding-bottom: 250px;
  /* Height of the footer */ }

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 250px;
  /* Height of the footer */
  background-color: #f5f5f5; }

#footers {
  width: 100%;
  background-color: #f5f5f5; }

.footerfont {
  font-family: JohnstonITCStd-Medium, abel, helvetica, sans-serif !important;
  font-size: 9px !important;
  letter-spacing: 0.18em; }

.footerfont p {
  margin-bottom: 4px;
  font-size: 10px !important;
  color: #727272 !important; }

.footerfont a {
  color: #727272 !important; }

.signup {
  padding-left: 20px;
  margin-bottom: 20px; }

.linkf1 {
  padding-left: 20px;
  margin-bottom: 20px;
  border-left: 1px solid #b4b4b4;
  line-height: 18px; }

.linkf1a {
  display: none;
  padding-left: 20px;
  margin-bottom: 20px;
  border-left: 1px solid #b4b4b4;
  line-height: 18px; }

.linkf1b {
  padding-left: 20px;
  margin-bottom: 20px;
  border-left: 1px solid #b4b4b4;
  line-height: 18px;
  z-index: 9998; }

.linkf1c {
  padding-left: 20px;
  margin-bottom: 20px;
  border-left: 1px solid #b4b4b4;
  line-height: 18px; }

.linkf1d {
  padding-left: 20px;
  margin-bottom: 20px;
  border-left: 1px solid #b4b4b4;
  display: none;
  line-height: 18px; }

div#index-signup {
  margin-top: 0px;
  float: left;
  padding-bottom: 0px;
  width: 220px; }

#inputbox {
  width: 165px;
  background-color: #f5f5f5;
  float: left;
  color: #727272 !important; }

#inputbox input {
  width: 165px;
  height: 18px;
  border: none;
  font-size: 100%;
  outline: none; }

#inputbox2 input {
  width: 29px;
  height: 16px;
  border: none;
  outline: none; }

#responsebox {
  width: 165px;
  margin-left: 5px;
  margin-top: -150px;
  float: left;
  z-index: 9999; }

div#inputbox2 {
  float: right;
  margin-top: -25px; }

.feederbottom {
  height: 50px;
  width: 100%; }

.breaker {
  height: 20px;
  width: 100%; }

.logos {
  width: 100%; }

.logos img {
  width: 60px;
  height: 60px; }

.show-overview {
  font-family: Garamond, Times, serif !important;
  font-size: 110%;
  padding-right: 15px;
  margin-right: 10px;
  background: url("/cdn/shop/t/3/assets/arrow-dark.png?v=65251844030101323371643773868") no-repeat 100% 50%; }

.overview-continued {
  font-family: Garamond, Times, serif !important;
  font-size: 110%;
  line-height: 25px; }

.aboutfront {
  height: 693px;
  margin-top: 30px;
  text-align: center; }

.aboutfront img {
  width: 100%;
  height: auto; }

.aboutfront2 {
  Background-color: none;
  height: 170px;
  position: relative;
  top: -235px;
  margin: 0 auto;
  font-family: Garamond, Times, serif !important;
  font-size: 164%;
  line-height: 120%;
  text-align: center;
  width: 280px;
  margin-bottom: -170px !important; }

.aboutfront2 span {
  font-size: 60%;
  font-family: JohnstonITCStd-Light, abel, helvetica, sans-serif;
  font-weight: lighter;
  min-height: 100%;
  color: #484848; }

.aboutfrontm {
  display: none;
  height: 457px;
  margin-top: 30px; }

.aboutfrontm img {
  width: 100%;
  height: auto; }

.aboutfront2m {
  display: none;
  Background-color: #fcfcfc;
  height: 180px;
  margin: 0 auto;
  font-family: Garamond, Times, serif !important;
  font-size: 128%;
  text-align: center;
  width: 380px; }

#ingredients {
  background-image: url("//cdn.shopify.com/s/files/1/0845/9315/files/eastjava_8847b23d-f4bb-486f-98f4-0daa14c10a80.jpg?5777978166435179387");
  background-size: cover;
  background-position: 50% 52px;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  left: 0;
  top: -66px;
  height: 640px;
  z-index: -1; }

#reviewanchor {
  margin-top: -44px;
  height: 44px;
  background-color: none; }

#blackline {
  height: 35px;
  background-color: white;
  z-index: 99999; }

.background-ingredients {
  background-image: url("https://cdn.shopify.com/s/files/1/0845/9315/files/background-2396x3015-3.gif?v=1638410290");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 -115px; }

.background-ingredients2 {
  background-image: url("https://cdn.shopify.com/s/files/1/0845/9315/files/background-account-2-2396x2146.gif?v=1639628637");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 485px; }

.background-signup {
  background-image: url("https://cdn.shopify.com/s/files/1/0845/9315/files/background-4-2396x1232_047ac386-d513-4e50-8151-cb2a6e0c2e89.gif?v=1638411098");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 20px; }

.reviewbadge {
  margin-top: 30px; }

.reviewline {
  margin-top: -95px;
  z-index: -1; }

.reviewline h3 {
  font-size: 14px; }

.priceproduct {
  margin-top: 22px;
  background-color: none; }

.titlerating {
  height: 20px;
  margin-top: -15px;
  font-size: 90%;
  background-color: none; }

.titlerating2 {
  height: 20px;
  margin-top: -15px;
  font-size: 90%;
  margin-left: -78px; }

.ingredients2 {
  background: rgba(255, 255, 255, 0.8);
  margin-top: -280px;
  margin-left: 7%;
  padding-left: 20px;
  font-size: 120%;
  line-height: 145%;
  padding-right: 20px;
  padding-bottom: 20px;
  margin-bottom: 40px; }

.ingredientsoverview {
  position: relative;
  margin-top: 440px; }

.ingredientssmall {
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 30px; }

.ingredientssmall img {
  width: 100%;
  height: auto; }

.ingredientssmall a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70); }

.ingredientssmallfrom {
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: -20px;
  font-family: JohnstonITCStd-Medium, abel, helvetica, sans-serif !important;
  letter-spacing: 0.2em;
  font-weight: 300;
  color: grey !important;
  font-size: 13px;
  line-height: 17px; }

.contactbox {
  text-align: center; }

.frontheader {
  margin-bottom: 4px;
  border-top: 1px solid #a19e9e;
  border-bottom: 1px solid #a19e9e; }

.frontheader1 {
  float: left;
  height: 100px;
  border-right: 1px solid #a19e9e; }

.frontheader2 {
  float: left;
  height: 100px; }

.frontheader3 {
  float: left;
  height: 100px;
  border-left: 1px solid #a19e9e; }

.frontheader4 {
  float: left;
  height: 100px;
  border-left: 1px solid #a19e9e; }

.frontheadertext {
  display: block;
  padding-left: 94px;
  padding-right: 20px;
  padding-top: 30px;
  color: #3f3627;
  font-family: JohnstonITCStd-Medium, abel, helvetica, sans-serif;
  letter-spacing: 0.18em;
  font-size: 12.8px;
  text-transform: uppercase;
  font-weight: 300; }

.frontheaderpic {
  float: left;
  height: 100px; }

.smallblog {
  display: none;
  padding-top: 5px;
  line-height: 25px;
  border-top: 1px solid #a19e9e;
  border-bottom: 1px solid #a19e9e; }

.blognavigationborder {
  border-top: 1px solid #a19e9e; }

.blognavigationborder2 {
  border-top: 1px solid #a19e9e;
  position: relative;
  top: 30px; }

.largeblog {
  display: block;
  padding-top: 5px;
  line-height: 25px; }

.blogwide {
  width: 96vw;
  position: relative;
  margin-left: -48vw;
  left: 50%;
  right: 50%;
  margin-right: -50vw; }

.blogright {
  position: relative;
  float: right;
  margin-right: 40px;
  margin-top: 20px;
  width: calc(40% - 40px); }

.blogleft {
  float: right;
  position: relative;
  margin-right: 40px;
  margin-top: 20px;
  width: calc(60% - 80px ); }

.blogarticle {
  float: left;
  position: relative;
  width: 100%; }

.blogrighttitle {
  margin-bottom: 20px;
  margin-top: 40px; }

.blogup {
  width: 100%;
  margin-bottom: 60px; }

.blogrightmax {
  max-width: 900px; }

.clickme {
  font-family: Garamond, Times, serif !important;
  font-size: 110%;
  line-height: 25px;
  display: block;
  margin-bottom: 5px;
  text-decoration: none !important; }

.clickme a {
  text-decoration: none !important; }

.telephone {
  text-align: center;
  margin-top: 60px;
  color: gray; }

.box {
  font-family: Garamond, Times, serif !important;
  font-size: 110%;
  line-height: 25px;
  display: none; }

.cd-top {
  display: inline-block;
  z-index: 99999;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(232, 98, 86, 0.8) url("/cdn/shop/t/3/assets/cd-top-arrow.svg?v=165990915210788752241643773875") no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s; }

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s; }

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1; }

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5; }

.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1; }

.shipping {
  margin-top: -65px; }

.shipping h1 {
  font-size: 75% !important; }

.shippingms {
  display: none; }

.shippingm {
  display: none;
  text-align: center; }

.shippingm h1 {
  text-align: center;
  font-size: 75% !important; }

.toolbartest.cd-is-visible .toolbar {
  position: fixed;
  -webkit-backface-visibility: hidden;
  top: 0px;
  background-color: white;
  border-bottom: 1px solid #a19e9e; }

.toolbartest.cd-is-visible .logo1 {
  display: block;
  position: relative;
  top: 1px; }

.collectionimg {
  margin-top: 22px;
  margin-bottom: 40px; }

.reviewboxx {
  height: 20px;
  overflow: hidden;
  margin-bottom: -4px; }

.reviewboxx2 {
  height: 20px;
  margin-top: -18px;
  margin-left: 105px; }

.bubbletop {
  display: none; }

/* Mobile Nav Styles */
.menu-icon {
  display: none;
  position: relative;
  font-family: Cabin;
  color: #797979 !important;
  font-size: 15px;
  cursor: pointer; }

.menu-icon i {
  padding-right: 6px; }

nav.mobile {
  padding: 0px;
  width: 100%;
  border-top: none;
  border-bottom: none;
  z-index: 100000; }

.mobile-nav-wrapper {
  display: none;
  width: 100%;
  z-index: 99999;
  margin-top: -15px;
  margin-bottom: 20px; }

.flyout {
  display: none;
  background: none;
  border-bottom: 1px solid #a19e9e;
  margin-bottom: 10px;
  background-color: rgba(255, 255, 255, 0.85);
  margin-top: -35px;
  min-width: 355px; }

.flyout > ul {
  margin: 0px;
  list-style-type: none; }

.flyout > ul li {
  margin: 0px;
  cursor: pointer; }

.flyout > ul li a.navlink, .flyout > ul > li.customer-links a {
  color: #333333;
  display: block;
  font-family: Cabin;
  font-size: 14px;
  line-height: 35px;
  height: 35px;
  padding: 0 40px;
  border-bottom: 1px solid #a19e9e;
  border-top: none; }

li.customer-links2 a {
  color: #333333;
  display: block;
  font-family: Cabin;
  font-size: 14px;
  line-height: 35px;
  height: 50px;
  padding: 0 40px;
  border-bottom: none #a19e9e;
  border-top: none; }

li.customer-links3 a {
  color: #333333;
  display: block;
  font-family: Cabin;
  font-size: 14px;
  line-height: 35px;
  height: 35px;
  padding: 0 40px;
  border-bottom: none #a19e9e;
  border-top: none; }

.flyout > ul li .more {
  float: right;
  width: 36px;
  height: 36px;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  position: relative;
  z-index: 99999; }

.flyout > ul li .more i {
  margin-top: 10px;
  color: #333333; }

.flyout > ul li, .flyout > ul li .more {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none; }

.flyout > ul > li > ul {
  list-style-type: none;
  margin: 0px;
  background: rgba(0, 0, 0, 0.05); }

.flyout > ul > li > ul > li a.navlink {
  color: #333333;
  padding-left: 50px; }

.flyout .search-field {
  font-family: Cabin;
  color: #797979 !important;
  font-size: 15px;
  cursor: pointer;
  margin: 12px 0;
  float: left;
  padding: 0 0 0 40px;
  width: 65%;
  box-sizing: border-box; }

.flyout .search_box {
  border: none !important; }

.flyout .search_box:focus {
  background: rgba(0, 0, 0, 0.05); }

.flyout .search-field .search {
  height: 35px; }

.flyout .search_box {
  box-sizing: border-box;
  height: 35px;
  width: 100%;
  margin-left: -30px;
  margin-top: 0px;
  float: right; }

.flyout #go {
  line-height: 32px;
  position: relative !important;
  margin-top: 6px !important;
  float: left; }

/* 3.4 - Footer */
footer {
  padding: 30px 0 0px; }

footer > .row > .span12 {
  padding: 30px 0 0; }

footer .row {
  margin-bottom: 0;
  border-color: #a19e9e; }

footer, footer p {
  color: #1f0600; }

footer h1, footer h2, footer h3, footer h4, footer h5 {
  color: #3f3627; }

footer a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70); }

footer h4 {
  font-size: 18px;
  font-weight: 400;
  border-bottom: 1px solid #a19e9e;
  padding-bottom: 10px; }

footer ul li {
  margin-bottom: 5px; }

footer .btn.newsletter {
  font-size: 14px;
  font-weight: bold;
  height: 34px;
  line-height: 34px;
  background: #dfdbd8;
  color: #fff; }

footer .btn.newsletter:hover {
  background: #dfdbd8;
  color: #fff; }

footer #mail {
  width: 168px;
  margin-right: 15px;
  margin-bottom: 10px; }

footer .copyright {
  margin: 0;
  font-size: 13px; }

footer .tweet ul li {
  margin-bottom: 20px; }

footer .tweet_list {
  list-style: none;
  margin: 0; }

footer .tweet_avatar {
  display: none; }

footer .tweet_time {
  display: none; }

footer .tweet_text a {
  color: #1f0600 !important; }

footer .tweet_text a:hover {
  color: #1f0600 !important;
  opacity: 0.7;
  filter: alpha(opacity=70); }

/* 3.5 - Homepage */
.intro {
  padding-top: 20px; }

.intro h2 {
  font-size: 32px;
  margin-bottom: 20px; }

.intro h3 {
  font-size: 14px;
  line-height: 27px; }

.intro h3 a {
  color: #dfdbd8 !important; }

.featured-product .display-table-cell:first-child {
  padding-right: 40px; }

.featured-product h2 {
  margin-bottom: 8px; }

.featured-product .price {
  opacity: 0.5;
  font-size: 18px;
  margin-bottom: 10px;
  display: block; }

.featured-product-description {
  line-height: 24px; }

.featured-product-header {
  opacity: 0.5;
  font-size: 11px;
  text-transform: uppercase; }

.featured-product-image {
  width: 50%; }

.featured-product-image img {
  width: 100%; }

/* 3.6 - Product & Collections */
.product {
  position: relative;
  margin-bottom: 20px;
  float: left;
  margin-top: 20px; }

.product .image {
  position: relative;
  overflow: hidden;
  z-index: 8888;
  margin: 0 0 5px; }

.product .image a {
  text-align: center; }

.product .image a:hover {
  opacity: 1 !important; }

.image a#placeholder.zoom, .thumbs .image a {
  text-align: center; }

.product .image.loading {
  background-position: 50% 50%; }

.product .image img {
  margin: 0 auto;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.15s;
  -moz-transition: opacity 0.15s;
  transition: opacity 0.15s; }

.product .imageicon img {
  margin: 0 auto;
  margin-bottom: 20px; }

.product .image2 img {
  margin: 0 auto;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.15s;
  -moz-transition: opacity 0.15s;
  transition: opacity 0.15s;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.product .image:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70); }

.product .image2:hover img {
  transform: scale(1.05);
  opacity: 0.7;
  filter: alpha(opacity=70); }

.product img, .product .image a {
  display: block;
  margin: 0 auto; }

.product a {
  text-decoration: none; }

.product a:hover {
  color: #a19e9e;
  opacity: 0.7;
  -webkit-backface-visibility: hidden; }

.product .details {
  text-align: center;
  margin-top: -12px; }

.product .details a {
  display: block;
  padding: 5px 0; }

.product .title4 {
  display: block;
  margin: 0;
  line-height: 22px;
  display: block;
  color: #3f3627; }

.product .title4 {
  font-family: JohnstonITCStd-Medium, abel, helvetica, sans-serif;
  letter-spacing: 0.18em;
  font-size: 12.8px;
  text-transform: uppercase;
  font-weight: 500; }

.product .title5 {
  display: block;
  margin: 0;
  line-height: 22px;
  display: block;
  color: #3f3627; }

.product .title5 {
  font-family: JohnstonITCStd-Medium, abel, helvetica, sans-serif;
  letter-spacing: 0.18em;
  font-size: 12.8px;
  text-transform: uppercase;
  font-weight: 500; }

.product .title, .product .vendor {
  display: block;
  margin: 0;
  line-height: 22px;
  display: block;
  color: #3f3627; }

.product .title {
  font-family: JohnstonITCStd-Medium, abel, helvetica, sans-serif;
  letter-spacing: 0.18em;
  font-size: 12.8px;
  text-transform: uppercase;
  font-weight: 500; }

.product .vendor {
  font-size: 13px;
  margin-bottom: 2px; }

.product .circle, #product .circle {
  position: absolute;
  text-transform: uppercase;
  z-index: 9999;
  font-size: 11px;
  line-height: 14px;
  right: -10px;
  top: -10px;
  color: white !important;
  padding: 17px 10px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  font-weight: 700;
  -webkit-font-smoothing: subpixel-antialiased; }

.product .circle.sale, #product .circle.sale {
  font-family: helvetica;
  background-color: #5de08e;
  opacity: .8;
  filter: alpha(opacity=90);
  -webkit-font-smoothing: subpixel-antialiased; }

.breadcrumb {
  font-size: 10.92px;
  text-transform: uppercase;
  margin: 15px 0 5px 0;
  letter-spacing: 0.08em; }

.breadcrumb .arrow-space {
  margin: -2px 6px 0;
  font-size: 10px;
  opacity: .5;
  filter: alpha(opacity=50); }

.breadcrumb a {
  color: #1f0600; }

.purchase h5.price {
  margin: 8px 0 8px;
  display: block;
  font-size: 14px !important;
  color: #1f0600;
  opacity: 0.7; }

.purchase a {
  text-decoration: underline;
  color: grey; }

.purchase a:hover {
  color: black; }

.details .price {
  color: #1f0600;
  opacity: 0.7; }

.details .price em {
  font-size: 12px; }

.priceD {
  color: red;
  opacity: 0.6;
  margin-top: -12px;
  font-size: 90%;
  margin-bottom: 5px; }

#product .featured {
  margin-bottom: 15px; }

#product .description {
  padding-bottom: 15px; }

#product .description a {
  text-decoration: underline; }

#product .thumbs .image {
  margin-bottom: 5px;
  border: 2px solid white; }

#product .thumbs .image:hover {
  border: 2px solid #e0e0e0; }

#product h3.collection-title {
  font-size: 20px;
  padding-top: 30px;
  padding-bottom: 20px;
  border-top: 1px solid #a19e9e; }

.product-options {
  padding: 15px 0 20px;
  margin-bottom: 7px;
  border-top: 1px solid #dadada; }

.product-options.no-options {
  padding-top: 5px;
  border-top: none; }

.product-options label {
  display: block;
  margin-bottom: 3px; }

.product-options select {
  margin-bottom: 20px; }

.product-options textarea {
  width: 30px;
  line-height: 18px;
  height: 18px;
  min-height: 18px;
  margin-bottom: 20px; }

#quantity {
  width: 40px;
  margin-bottom: 0px; }

@-moz-document url-prefix() {
  .product-options select {
    height: 30px;
    line-height: 30px; } }

/* Firefox fix */
#collection h1 {
  float: left; }

#collection .browse-tags {
  float: right;
  padding-top: 10px;
  padding-left: 15px; }

#collection .browse-tags label {
  float: left;
  display: block;
  margin: 1px 8px 0 0; }

@-moz-document url-prefix() {
  #collection .browse-tags label {
    margin: 7px 8px 0 0; }

  #collection .browse-tags select {
    float: right;
    height: 30px !important;
    line-height: 30px !important; } }

.pagination {
  text-align: center;
  margin: 0 0 30px 0;
  padding: 0; }

.pagination li {
  display: inline;
  padding: 0 12px;
  font-size: 14px; }

.pagination li span {
  color: #1f0600; }

.pagination li a {
  line-height: 16px;
  font-weight: normal;
  padding: 10px 14px;
  background: #dfdbd8;
  color: #fff;
  border-radius: 2px;
  font-size: 12px; }

.pagination li a:hover {
  text-decoration: none; }

.pagination2 {
  text-align: right;
  float: right;
  font-family: Georgia, Times, serif;
  font-size: 11px;
  font-weight: 100;
  text-transform: uppercase; }

.pagination2 li {
  display: inline;
  font-size: 11px; }

.pagination2 li span {
  color: #1f0600; }

.pagination2 li a {
  color: #1f0600; }

.pagination2 li a:hover {
  text-decoration: none; }

.breadcrumb2 {
  font-size: 10.92px;
  margin: 20px 0 20px 0;
  display: none;
  text-transform: uppercase; }

.breadcrumb2 .arrow-space {
  margin: -2px 6px 0;
  font-size: 10px;
  opacity: .5;
  filter: alpha(opacity=50); }

.breadcrumb2 a {
  color: #1f0600; }

.product .circles, #product .circles {
  position: absolute;
  text-transform: uppercase;
  z-index: 9999;
  font-size: 11px;
  line-height: 14px;
  right: 10px;
  top: 50px;
  color: white !important;
  padding: 17px 10px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  font-weight: 700;
  -webkit-font-smoothing: subpixel-antialiased; }

.product .circles.sales, #product .circles.sales {
  font-family: helvetica;
  background-color: #5de08e;
  opacity: .8;
  filter: alpha(opacity=90);
  -webkit-font-smoothing: subpixel-antialiased; }

/* 3.7 - Cart */
#cartlarge {
  margin-bottom: 20px; }

#cart .buttons {
  margin-top: 30px; }

#cart .extra-checkout-buttons {
  float: right;
  text-align: right;
  padding-top: 15px; }

#cart .extra-checkout-buttons input {
  border: none;
  box-shadow: none;
  height: 42px; }

#cart .qty {
  text-align: center;
  font-family: JohnstonITCStd-Medium, abel, helvetica, sans-serif !important;
  letter-spacing: 0.18em;
  font-size: 13px;
  font-weight: 500;
  color: #3f3627; }

#cart .qtyH {
  text-align: center;
  font-family: JohnstonITCStd-Medium, abel, helvetica, sans-serif !important;
  letter-spacing: 0.18em;
  font-size: 13px;
  font-weight: 500;
  color: #3f3627; }

#cart .price {
  white-space: nowrap;
  text-align: center;
  font-family: JohnstonITCStd-Medium, abel, helvetica, sans-serif !important;
  letter-spacing: 0.18em;
  font-size: 13px;
  font-weight: 500;
  color: #3f3627; }

#cart .priceH {
  white-space: nowrap;
  text-align: center;
  font-family: JohnstonITCStd-Medium, abel, helvetica, sans-serif !important;
  letter-spacing: 0.18em;
  font-size: 13px;
  font-weight: 500;
  color: #3f3627; }

#cart .remove {
  white-space: nowrap;
  min-width: 17px;
  text-align: center;
  text-transform: uppercase;
  font-family: JohnstonITCStd-Medium, abel, helvetica, sans-serif !important;
  letter-spacing: 0.18em;
  font-size: 11px;
  font-weight: 500;
  color: #3f3627; }

.close {
  min-width: 17px;
  width: 20px;
  height: 20px;
  background: #f1f1f1;
  border-radius: 50%;
  border: 3px solid #fff;
  display: block;
  text-align: center;
  line-height: 20px;
  vertical-align: middle;
  color: #ffffff;
  text-decoration: none;
  text-indent: 3px;
  cursor: pointer; }

#cart .priceS {
  white-space: nowrap;
  text-align: center;
  font-family: JohnstonITCStd-Medium, abel, helvetica, sans-serif !important;
  letter-spacing: 0.18em;
  font-size: 13px;
  font-weight: 500;
  color: #3f3627; }

#cart .price1 {
  display: none;
  margin-top: 20px;
  white-space: nowrap;
  text-align: right;
  font-family: JohnstonITCStd-Medium, abel, helvetica, sans-serif !important;
  letter-spacing: 0.18em;
  font-size: 13px;
  font-weight: 500;
  color: #3f3627; }

#cart .price2 {
  white-space: nowrap;
  text-align: center;
  font-family: JohnstonITCStd-Medium, abel, helvetica, sans-serif !important;
  letter-spacing: 0.18em;
  font-size: 13px;
  font-weight: 500;
  color: #3f3627; }

#cart .price3 {
  display: none;
  white-space: nowrap;
  text-align: right;
  font-family: JohnstonITCStd-Medium, abel, helvetica, sans-serif !important;
  letter-spacing: 0.18em;
  font-size: 13px;
  font-weight: 500;
  color: #3f3627; }

#cart .price4 {
  text-align: center;
  font-family: JohnstonITCStd-Medium, abel, helvetica, sans-serif !important;
  letter-spacing: 0.18em;
  font-size: 13px;
  font-weight: 500;
  color: #3f3627; }

#checkout {
  float: right;
  margin-left: 15px; }

#update-cart {
  margin-top: 5px;
  margin-left: -4px;
  text-transform: uppercase;
  font-family: JohnstonITCStd-Medium, abel, helvetica, sans-serif !important;
  letter-spacing: 0.18em;
  font-size: 10px;
  color: #3f3627; }
  #update-cart #cart .item-description {
    font-family: 'Johnston Std Medium', abel, helvetica, sans-serif !important;
    letter-spacing: 0.18em;
    font-size: 10.92px;
    font-weight: 500;
    color: #3f3627; }

#cart .imageH {
  text-align: center;
  font-family: JohnstonITCStd-Medium, abel, helvetica, sans-serif !important;
  letter-spacing: 0.18em;
  font-size: 13px;
  font-weight: 500;
  color: #3f3627; }

#cart .image {
  text-align: center;
  font-family: JohnstonITCStd-Medium, abel, helvetica, sans-serif !important;
  letter-spacing: 0.18em;
  font-size: 13px;
  font-weight: 500;
  color: #3f3627; }

#cart .imageH a, #cart .imageH img {
  margin: 0;
  border: none; }

#cart .image a, #cart .image img {
  margin: 0;
  border: none; }

#cart a .variant_title {
  display: block;
  color: #1f0600; }

#cart .product_imageS {
  display: none; }

#cart .itemS {
  display: none;
  white-space: normal;
  text-align: left;
  max-width: 400px;
  text-transform: uppercase;
  font-family: JohnstonITCStd-Medium, abel, helvetica, sans-serif !important;
  letter-spacing: 0.18em;
  font-size: 12px !important;
  font-weight: 500;
  color: #3f3627;
  line-height: 20px; }

#cart .item {
  max-width: 400px;
  text-transform: uppercase;
  font-family: JohnstonITCStd-Medium, abel, helvetica, sans-serif !important;
  letter-spacing: 0.18em;
  font-size: 12px !important;
  font-weight: 500;
  color: #3f3627;
  line-height: 20px; }

#cart .item-description {
  font-family: JohnstonITCStd-Medium, abel, helvetica, sans-serif !important;
  letter-spacing: 0.18em;
  font-size: 10.92px;
  font-weight: 500;
  color: #3f3627; }

#cart table th {
  text-transform: uppercase;
  font-weight: lighter; }

#cart table tr td:nth-child(3), table tr th:nth-child(3) {
  padding-left: 0px; }

#cart table tr td {
  border-top: none; }

#cart table tr:first-child td {
  border-top: none; }

#cart table tr:last-child td {
  border-top: 1px solid #a19e9e; }

.subtext.success {
  font-weight: 700;
  color: #40954a; }

div.errors, .subtext.error {
  font-weight: 700;
  color: #954040; }

div.errors {
  margin-bottom: 15px; }

#note {
  margin-top: 10px;
  width: 100%; }

.cart-buttons {
  float: right !important; }

.google-wallet-button-holder {
  display: inline-block; }

#cartsmall table tr td {
  border-top: 1px solid #a19e9e; }

/* 3.8 - Blog / Articles / Search */
#blog .pagination {
  margin-top: 40px; }

#blog .article, .article-body {
  padding-right: 0px; }

.sidebar22a {
  padding-right: 30%;
  display: block;
  float: right;
  margin-top: 30px; }

.sidebar22b {
  padding-left: 10px;
  display: none; }

.blogpicture2 {
  display: none; }

.sidebar h3 {
  font-size: 15px; }

.sidebar .article {
  margin: 0 0 15px; }

.sidebar .article a {
  padding-left: 5px;
  display: block; }

.sidebar .tags li {
  margin: 0; }

.article h1 {
  font-size: 26px; }

.article h1 a {
  display: block;
  color: #dfdbd8; }

.article h1 .article-title {
  display: block; }

.article h1 .date, .article-body h1 .date {
  font-size: 32px; }

.article .continue {
  display: block;
  margin-top: 15px; }

#article .comment {
  margin-bottom: 15px; }

#article .comment_form {
  margin-top: 30px; }

#article .comment_form .subtext {
  margin-bottom: 15px; }

#article .comment_form label {
  display: block; }

#article .comment_form .text {
  margin-bottom: 15px;
  display: block; }

#article h2.comment-title {
  font-size: 20px; }

#article #comment_body {
  width: 100%;
  height: 200px; }

#article h3.author {
  font-size: 14px;
  font-style: italic; }

#article-content {
  font-family: Georgia, Times, serif;
  font-size: 16px;
  color: #2b2b2b;
  float: left;
  max-width: 900px;
  overflow: hidden; }

#article-content p {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
  line-height: 25px; }

#article-content img {
  width: 90%;
  margin-left: 5%; }

#article {
  margin-bottom: 0px; }

#article-content h1 {
  color: #3f3627;
  font-size: 36px;
  line-height: 36px; }

#article-content h2 {
  color: #3f3627;
  font-size: 28px;
  line-height: 36px; }

#article-content h3 {
  color: #3f3627;
  font-size: 28px;
  line-height: 28px; }

#article-content h6 {
  color: #3f3627;
  text-align: center;
  margin-bottom: 25px;
  font-size: 11px;
  font-family: arial, abel, helvetica, sans-serif !important;
  font-weight: normal !important;
  text-transform: none; }

#search .results .thumbnail a {
  display: block;
  float: right; }

#search .search-border {
  border-bottom: 1px solid #a19e9e; }

#search .results .thumbnail a {
  float: none; }

#search .search-field {
  position: relative;
  height: 60px;
  line-height: 60px; }

#search .search_box {
  height: 34px;
  padding: 0 10px 0 31px;
  border: none;
  vertical-align: middle;
  line-height: normal;
  color: #9c9c9c !important;
  border: 1px solid #a19e9e; }

#search #go {
  position: absolute;
  width: 14px;
  height: 14px;
  border: none;
  margin: 19px 0 0 4px;
  box-shadow: none; }

/* Page / Article content */
#page img[style="float: right;"], .article img[style="float: right;"] {
  margin-left: 30px;
  margin-bottom: 30px; }

#page img[style="float: left;"], .article img[style="float: left;"] {
  margin-right: 30px;
  margin-bottom: 30px; }

.article table {
  position: relative;
  top: -40px;
  padding-left: 10px;
  Padding-right: 10px;
  margin-bottom: -20px !important;
  color: grey;
  width: 74%;
  margin: 0 auto;
  border: none !important; }

.article table td {
  border-top: none !important;
  text-align: center;
  font-size: 11px;
  font-family: arial, abel, helvetica, sans-serif !important;
  font-weight: normal !important; }

/* 3.9 - Customer Pages */
#customer-login {
  text-align: center;
  margin-top: 0px; }

#customer-addresses {
  margin-top: 0px; }

#customer-addresses a {
  text-decoration: underline;
  font-style: italic; }

#customer-addresses h3 a {
  text-decoration: none;
  font-style: normal; }

#customer-reset-password {
  text-align: center;
  margin-top: 0px; }

#customer-register {
  margin-top: 0px; }

#customer-order {
  margin-top: 0px; }

#customer-reset-password input {
  width: 220px;
  margin: 0px auto; }

#customer_orders {
  padding-top: 5px;
  background-color: #f1f1f1; }

#customer_sidebar .title {
  padding-top: 0px;
  margin-top: 0px; }

#customer_sidebar p {
  margin-bottom: 8px; }

.tops a {
  text-decoration: none; }

.view_address p {
  margin-bottom: 8px; }

.address p {
  margin-bottom: 10px; }

.order_section_title {
  margin-bottom: 10px; }

.customer_address_table {
  width: 450px;
  overflow: hidden;
  margin: 5px; }

.address_title {
  background-color: none;
  font-weight: bold;
  line-height: 30px;
  padding: 5px;
  border: 0.5px solid; }

.add-new-address {
  background-color: none;
  font-weight: bold;
  line-height: 30px;
  padding: 5px;
  border: 0.5px solid; }

.account-details {
  margin-top: 0px;
  background-color: grey; }

#customer-account {
  margin-top: 0px; }

#customer-account p, #customer-order p {
  line-height: 14px; }

#login input.text {
  width: 220px;
  margin: 0px auto; }

#register input.text {
  width: 220px;
  margin: 0px auto; }

#register .title {
  text-align: center; }

#customer-activate .create-password {
  margin-bottom: 30px; }

#customer-activate .label, #customer-login .label, #customer-reset-password .label, #customer-register .label {
  display: block;
  text-align: center;
  margin-top: 5px; }

#customer-activate .text, #customer-login .text, #customer-reset-password .text, #customer-register .text {
  display: block;
  margin-bottom: 15px; }

#customer-login .action_bottom, #customer-register .action_bottom {
  margin-top: 15px;
  text-align: center; }

#order_cancelled, #customer_orders table {
  margin-bottom: 30px; }

#order_cancelled {
  border: #ff8989 1px solid;
  width: 70%;
  margin: 0 auto;
  padding: 8px;
  margin-bottom: 20px;
  background-color: #ffd6d6; }

#customer-addresses .add-new-address {
  display: block; }

.action_bottom span {
  line-height: 40px; }

#recover-password input.text {
  margin: 0px auto; }

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }

  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

.pt-spinner {
  -webkit-animation: rotating .5s linear infinite;
  animation: rotating .5s linear infinite;
  height: 100%; }

.pt-spinner-container {
  display: none;
  height: 22px;
  margin-top: -4px; }

.reorder-btn {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 100px;
  height: 20px;
  display: inline-block;
  margin-top: 5px;
  padding: 10px 15px 0;
  margin: 0;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 2px;
  font-family: JohnstonITCStd-Medium, abel, helvetica, sans-serif;
  letter-spacing: 0.18em;
  font-size: 10.92px;
  text-transform: uppercase;
  background: #dfdbd8;
  color: #1f0600;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -ms-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out; }

.reorder-btn:hover {
  background-color: #a19e9e; }

.reorder-btn.loading .pt-spinner-container {
  display: inline-block; }

.reorder-btn.loading .pt-reorder-text {
  display: none; }

.reveal .hidden {
  display: block !important;
  visibility: visible !important; }

.product:hover .reveal img {
  opacity: 1; }

.reveal {
  position: relative; }

.reveal .hidden {
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 2.3s ease-in-out;
  -moz-transition: opacity 2.3s ease-in-out;
  -o-transition: opacity 2.3s ease-in-out;
  transition: opacity 2.3s ease-in-out; }

.reveal:hover .hidden {
  z-index: 100000;
  opacity: 1; }

.reveal .caption {
  position: absolute;
  top: 0;
  display: table;
  width: 100%;
  height: 100%;
  background-color: white;
  /* fallback for IE8 */
  background-color: rgba(255, 255, 255, 0.7);
  font: 13px/1.6 sans-serif;
  text-transform: uppercase;
  color: #333;
  letter-spacing: 1px;
  text-align: center;
  text-rendering: optimizeLegibility; }

.reveal .hidden .caption .centered {
  display: table-cell;
  vertical-align: middle; }

@media (min-width: 480px) and (max-width: 979px) {
  .reveal .caption {
    font-size: 11px; } }
.selectDisable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none; }

/* =================== */
/*      SECTION 4      */
/* =================== */
/* 4.2aaaa - old large */
@media only screen and (min-width: 967px) and (max-width: 1208px) {
  .logo {
    max-width: 120px; }

  .wrapper, .toolbar, footer {
    width: 986px; }

  .span1 {
    width: 58px; }

  .span2 {
    width: 141px; }

  .span3 {
    width: 226px; }

  .span4 {
    width: 311px; }

  .span5 {
    width: 389px;
    background-color: grey; }

  .span6 {
    width: 473px; }

  .span7 {
    width: 555px;
    background-color: grey; }

  .span8 {
    width: 635px; }

  .span9 {
    width: 722px;
    background-color: blue; }

  .span10 {
    width: 805px; }

  .span11 {
    width: 888px; }

  .span12 {
    width: 966px; }

  .span87 {
    width: 321px;
    background-color: none; }

  .span222 {
    width: 63px; }

  .span33 {
    width: 226px; }

  .span3b {
    width: 164px;
    background-color: none; }

  .span22b {
    width: 150px;
    margin: 0 auto; }

  .span33b {
    width: 184px; }

  .span911 {
    width: 230px; }

  .span912 {
    width: 480px; }

  .span33I {
    width: 226px; }

  .span33II {
    width: 226px; }

  .span271 {
    width: 226px; }

  .span122 {
    width: 200px;
    background-color: none; }

  .span123 {
    width: 445px;
    background-color: none; }

  .span333a {
    width: 200px; }

  .span333b {
    width: 160px; }

  .span13 {
    width: 144px; }

  .span18 {
    width: 308px; }

  .span66 {
    width: 473px; }

  .span66a {
    width: 483px;
    background-color: none; }

  .address_form {
    width: 340px; }

  .customer_address_table {
    width: 480px; }

  .frontheader4 {
    display: none; }

  .all3, .all2, .all3b {
    height: 276px; }

  .all2b {
    height: 182px; }

  .howtobuy {
    display: block; }

  .all3d {
    display: none; }

  .pagetxt2 {
    width: 450px; }

  .texttitletop {
    text-align: center;
    border-top: 1px solid #eaeaea; }

  .texttitle {
    text-align: center; }

  .linkf1b {
    padding-left: 20px;
    margin-bottom: 20px;
    border-left: 1px solid #b4b4b4;
    line-height: 18px;
    z-index: 9998; }

  .aboutfront {
    height: 555px; }

  .aboutfront2 {
    height: 170px;
    top: -190px;
    width: 280px;
    margin-bottom: -170px !important;
    font-size: 154%; }

  .largeblog {
    display: block;
    padding-top: 5px;
    line-height: 25px;
    border-top: 1px solid #a19e9e;
    border-bottom: 1px solid #a19e9e; }

  .smallblog {
    display: none; }

  .blogright {
    position: relative;
    float: right;
    margin-right: 40px;
    width: calc(40% - 40px); }

  .blogleft {
    float: right;
    position: relative;
    margin-right: 40px;
    background-color: right;
    width: calc(60% - 80px ); }

  nav > ul > li.dropdown > .dropdown > .whiteback > .mainIII > ul > li {
    padding: 2px 15px; }

  .mainIII {
    margin-left: 0px; }

  .mainIV {
    margin-top: 10px;
    padding-top: 10px;
    margin-left: 5px;
    padding-left: 130px; }

  #article-content p {
    width: 100%; }

  /* .products .span2, .products .span3, .products .span4 { width: 118px; } */
  footer .span4 {
    width: 311px; }

  footer .span1, footer .span2, footer .span3, footer .span5, footer .span6, footer .span7, footer .span8, footer .span9, footer .span10, footer .span11, footer .span12 {
    width: 946px; }

  nav > ul > li > a {
    padding: 0 0 0 20px; }

  /* #product .span6, #product .span4 { width: 570px; } */
  #product .span5 {
    width: 470px; }

  #product .span1 {
    width: 70px; }

  #blog .sidebar {
    display: none; }

  #blog .span9 {
    width: 570px; }

  #header .span9, #header .span3 {
    width: 570px; }

  #header .span9 {
    margin-left: 0 !important; }

  #header .logo {
    padding-bottom: 0 !important; }

  #header .logo a img {
    max-width: 200px; }

  .footer-menu {
    margin-bottom: 20px; } }
/* 4.2aaaa - Tablet Landscape */
@media only screen and (min-width: 732px) and (max-width: 966px) {
  .logo {
    max-width: 120px; }

  .wrapper, .toolbar, footer {
    width: 722px; }

  .span1 {
    width: 58px; }

  .span2 {
    width: 110px; }

  .span3 {
    width: 160px; }

  .span4 {
    width: 202px; }

  .span5 {
    width: 220px;
    background-color: grey; }

  .span6 {
    width: 341px; }

  .span7 {
    width: 320px;
    background-color: grey; }

  .span8 {
    width: 480px; }

  .span9 {
    width: 420px;
    background-color: blue; }

  .span10 {
    width: 572px; }

  .span11 {
    width: 624px; }

  .span12 {
    width: 702px; }

  .span87 {
    width: 350px;
    background-color: none; }

  .span222 {
    width: 63px; }

  .span33 {
    width: 220px; }

  .span33b {
    width: 178px; }

  .span911 {
    width: 200px; }

  .span912 {
    width: 410px; }

  .span33I {
    width: 340px; }

  .span33II {
    width: 300px; }

  .span271 {
    width: 226px; }

  .span122 {
    width: 160px;
    background-color: none; }

  .span123 {
    width: 310px;
    background-color: none; }

  .span3b {
    width: 180px;
    background-color: none; }

  .span333a {
    width: 180px; }

  .span333b {
    width: 160px; }

  .span13 {
    width: 220px; }

  .span18 {
    width: 341px; }

  .span66 {
    width: 702px; }

  .span66a {
    width: 351px;
    background-color: none; }

  .address_form {
    width: 220px; }

  .customer_address_table {
    width: 320px; }

  .way4 {
    display: none; }

  .way4b {
    display: block; }

  .way6 {
    display: none; }

  .way3 {
    display: block; }

  .frontheader3 {
    display: none; }

  .frontheader4 {
    display: none; }

  .all3, .all2, .all3b {
    height: 201px; }

  .all2b {
    height: 132px; }

  .all4 {
    display: none; }

  .howtobuy {
    display: block; }

  .all3d {
    display: none; }

  .way2a {
    display: block; }

  .ingredientssmall {
    margin-left: 10px;
    margin-right: 10px; }

  .product {
    margin-top: 10px; }

  .pagetxt2 {
    width: 450px; }

  .texttitletop {
    text-align: center;
    border-top: 1px solid #eaeaea; }

  .texttitle {
    text-align: center; }

  .linkf1b {
    margin-top: -88px;
    margin-left: 10px;
    border: none; }

  .aboutfront {
    height: 403px; }

  .aboutfront2 {
    height: 140px;
    top: -150px;
    width: 210px;
    margin-bottom: -140px !important;
    font-size: 120%; }

  .largeblog {
    display: block;
    padding-top: 5px;
    line-height: 25px;
    border-top: 1px solid #a19e9e;
    border-bottom: 1px solid #a19e9e; }

  .smallblog {
    display: none; }

  .blogright {
    position: relative;
    float: right;
    margin-right: 20px;
    width: calc(50% - 20px); }

  .blogleft {
    float: right;
    position: relative;
    margin-right: 20px;
    background-color: right;
    width: calc(50% - 40px ); }

  nav > ul > li.dropdown > .dropdown > .whiteback > .mainIII > ul > li {
    padding: 2px 5px; }

  .mainIII {
    margin-left: -10px; }

  .mainIV {
    margin-top: 10px;
    padding-top: 10px;
    margin-left: 5px;
    padding-left: 25px; }

  #article-content p {
    width: 100%; }

  #article-content {
    width: 95%;
    margin-left: 2.5%; }

  .article table {
    width: 90%; }

  /* .products .span2, .products .span3, .products .span4 { width: 118px; } */
  footer .span4 {
    width: 212px; }

  footer .span1, footer .span2, footer .span3, footer .span5, footer .span6, footer .span7, footer .span8, footer .span9, footer .span10, footer .span11, footer .span12 {
    width: 682px; }

  nav > ul > li > a {
    padding: 0 0 0 20px; }

  /* #product .span6, #product .span4 { width: 570px; } */
  #product .span5 {
    width: 470px; }

  #product .span1 {
    width: 70px; }

  #blog .sidebar {
    display: none; }

  #blog .span9 {
    width: 570px; }

  #header .span9, #header .span3 {
    width: 570px; }

  #header .span9 {
    margin-left: 0 !important; }

  #header .logo {
    padding-bottom: 0 !important; }

  #header .logo a img {
    max-width: 200px; }

  .footer-menu {
    margin-bottom: 20px; } }
/* 4.2 - Tablet Landscape */
@media only screen and (min-width: 600px) and (max-width: 731px) {
  .logo {
    max-width: 120px; }

  .wrapper, .toolbar, footer {
    width: 590px; }

  #ingredients {
    height: 625px; }

  .mobile-nav-wrapper {
    display: block; }

  .col5 {
    display: none; }

  .sociallist {
    display: none; }

  .toolbar-customer {
    display: none; }

  nav.mobile, .menu-icon {
    display: block; }

  .col1 {
    display: none; }

  .toolbar .search-field {
    display: none; }

  .toolbar-wrapper {
    margin-bottom: 43px; }

  .toolbar-wrapper.wrapper {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    margin-top: -104px; }

  .toolbar {
    width: 100%;
    padding: 0 40px;
    box-sizing: border-box; }

  .toolbaradjust {
    padding-left: 0%;
    padding-right: 0%;
    margin-top: 8px;
    height: 40px; }

  .toolbartest.cd-is-visible .toolbar {
    position: fixed;
    -webkit-backface-visibility: hidden;
    top: 0px;
    background-color: white;
    border-bottom: 1px solid white;
    -webkit-box-shadow: 0px 2px 3px 0px #c2c2c2;
    -moz-box-shadow: 0px 2px 3px 0px #c2c2c2;
    box-shadow: 0px 2px 3px 0px #c2c2c2; }

  .toolbartest.cd-is-visible .logo1 {
    display: block;
    position: relative;
    top: -40px;
    margin-bottom: -30px; }

  .span1 {
    width: 50px; }

  .span2 {
    width: 100px; }

  .span3 {
    width: 127px; }

  .span4 {
    width: 335px; }

  .span5 {
    width: 220px; }

  .span6 {
    width: 275px; }

  .span7 {
    width: 320px; }

  .span8 {
    width: 570px; }

  .span9 {
    width: 420px; }

  .span10 {
    width: 450px; }

  .span11 {
    width: 500px; }

  .span12 {
    width: 570px; }

  .span87 {
    width: 284px;
    background-color: none; }

  .span13 {
    width: 176px; }

  .span18 {
    width: 275px; }

  .span222 {
    width: 64px; }

  .span22b {
    width: 130px;
    margin: 0 auto; }

  .span33 {
    width: 176px; }

  .span33b {
    width: 134px; }

  .span33I {
    width: 275px; }

  .span33II {
    width: 250px; }

  .span271 {
    width: 286px; }

  .span122 {
    width: 265px;
    background-color: none; }

  .span123 {
    width: 265px;
    background-color: none; }

  .span333a {
    width: 180px; }

  .span333b {
    width: 140px; }

  .span66 {
    width: 570px; }

  .span66a {
    width: 285px;
    background-color: none; }

  .address_form {
    width: 160px; }

  .customer_address_table {
    width: 260px; }

  .span3b {
    width: 145px;
    background-color: none; }

  .product {
    margin-top: 0px; }

  .way4 {
    display: none; }

  .way6 {
    display: none; }

  .way4b {
    display: block; }

  .frontheader3 {
    display: none; }

  .frontheader4 {
    display: none; }

  .frontheadertext {
    padding-top: 15px; }

  .all3, .all2, .all3b {
    height: 163px; }

  .all2b {
    display: none; }

  .all2c {
    display: block;
    height: 285px; }

  .all4 {
    display: none; }

  .howtobuy {
    display: block; }

  .sidebar22a {
    display: none; }

  .blogpicture {
    display: none; }

  .blogpicture2 {
    display: block; }

  .sidebar22b {
    display: block; }

  .all3d {
    display: none; }

  .pagetxt2 {
    width: 450px; }

  .way3 {
    display: block; }

  .longlong3 {
    display: none; }

  .longlong2 {
    display: block; }

  .linkf1 {
    display: none; }

  .way2a {
    display: block; }

  .navwhite {
    display: none; }

  #article-content p {
    width: 90%; }

  #article-content img {
    width: 95%;
    margin-left: 2.5%; }

  .article table {
    width: 100%; }

  .article h1 .date, .article-body h1 .date {
    font-size: 26px; }

  .linkf1b {
    margin-top: -80px;
    border: none; }

  .linkf1d {
    margin-top: -80px;
    display: block; }

  .texttitle {
    text-align: center; }

  .texttitletop {
    text-align: center;
    border-top: 1px solid #eaeaea; }

  .allsearch4 {
    top: 30%; }

  #ingredients {
    background-position: 50% 25px; }

  .ingredientssmall {
    margin-left: 10px;
    margin-right: 10px; }

  .mainIV {
    display: none; }

  .aboutfront {
    height: 327px; }

  .aboutfront2 {
    height: 100px;
    top: -120px;
    width: 170px;
    margin-bottom: -110px !important;
    font-size: 100%; }

  .blogwide {
    overflow: hidden;
    width: 100%;
    position: relative;
    margin-left: 0;
    left: 0;
    right: 0%;
    margin-right: 0; }

  .largeblog {
    display: block;
    padding-top: 5px;
    line-height: 25px;
    border-top: 1px solid #a19e9e;
    border-bottom: 1px solid #a19e9e; }

  .blogright {
    width: 100%;
    margin-right: 0px; }

  .blogleft {
    width: 100%;
    margin-right: 0px;
    margin-top: 0px; }

  .blogrighttitle {
    height: 100%;
    margin-bottom: 0px; }

  .blognavigationborder {
    display: none; }

  .blognavigationborder2 {
    display: none; }

  .background-ingredients {
    background-image: none; }

  .background-ingredients2 {
    background-image: none; }

  .background-signup {
    background-position: 0 60px; }

  /* .products .span2, .products .span3, .products .span4 { width: 118px; } */
  footer .span1, footer .span2, footer .span3, footer .span4, footer .span5, footer .span6, footer .span7, footer .span8, footer .span9, footer .span10, footer .span11, footer .span12 {
    width: 550px; }

  nav > ul > li > a {
    padding: 0 0 0 20px; }

  /* #product .span6, #product .span4 { width: 570px; } */
  #product .span5 {
    width: 470px; }

  #product .span1 {
    width: 70px; }

  #blog .sidebar {
    display: none; }

  #blog .span9 {
    width: 570px; }

  #header .span9, #header .span3 {
    width: 570px; }

  #header .span9 {
    margin-left: 0 !important; }

  #header .logo {
    padding-bottom: 0 !important; }

  #header .logo a img {
    max-width: 200px; }

  .footer-menu {
    margin-bottom: 20px; } }
/* 4.3 - Mobile Landscape */
@media only screen and (min-width: 510px) and (max-width: 629px) {
  .mobile-nav-wrapper {
    display: block; }

  .col5 {
    display: none; }

  .sociallist {
    display: none; }

  .toolbar-customer {
    display: none; }

  .sortbyL {
    display: none; }

  .pagination2 {
    display: none; }

  .sortby {
    display: block; }

  .breadcrumb {
    display: none; }

  nav.mobile, .menu-icon {
    display: block; }

  .col1 {
    display: none; }

  .breadcrumb2 {
    display: block; }

  #ingredients {
    height: 625px; }

  .way3 {
    display: none; }

  .product {
    margin-top: 10px; }

  .way2 {
    display: block; }

  .way2a {
    display: block; }

  .way3b {
    display: block; }

  .way4b {
    display: none; }

  .linkf1d {
    display: none; }

  .article h1 .date, .article-body h1 .date {
    font-size: 26px; }

  .texttitle {
    text-align: center; }

  .sidebar22a {
    display: none; }

  .blogpicture {
    display: none; }

  .blogpicture2 {
    display: block; }

  .sidebar22b {
    display: block; }

  .linkf1 {
    display: none; }

  .texttitletop {
    text-align: center;
    border-top: 1px solid #eaeaea; }

  .toolbaradjust {
    padding-left: 0%;
    padding-right: 0%;
    margin-top: 8px;
    height: 40px; }

  .toolbartest.cd-is-visible .toolbar {
    position: fixed;
    -webkit-backface-visibility: hidden;
    top: 0px;
    background-color: white;
    border-bottom: 1px solid white;
    -webkit-box-shadow: 0px 2px 3px 0px #c2c2c2;
    -moz-box-shadow: 0px 2px 3px 0px #c2c2c2;
    box-shadow: 0px 2px 3px 0px #c2c2c2; }

  .toolbartest.cd-is-visible .logo1 {
    display: block;
    position: relative;
    top: -40px;
    margin-bottom: -30px; }

  .frontheader {
    margin-bottom: 10px; }

  .frontheadertext {
    padding-top: 30px; }

  .frontheader1 {
    border-right: none;
    border-bottom: 1px solid #a19e9e; }

  .frontheader3 {
    display: none; }

  .frontheader4 {
    display: none; }

  .linkf1b {
    margin-top: -80px;
    border: none; }

  .allsearch4 {
    top: 20%; }

  .navwhite {
    display: none; }

  .longlong3 {
    display: none; }

  .longlong2 {
    display: block; }

  .largeblog {
    display: none;
    padding-top: 5px;
    line-height: 25px;
    border-top: 1px solid #a19e9e;
    border-bottom: 1px solid #a19e9e; }

  .smallblog {
    display: block; }

  .blogwide {
    overflow: hidden;
    width: 100%;
    position: relative;
    margin-left: 0;
    left: 0;
    right: 0%;
    margin-right: 0; }

  .blogright {
    width: 100%;
    margin-right: 0px; }

  .blogleft {
    width: 100%;
    margin-right: 0px;
    margin-top: 0px; }

  .blogrighttitle {
    height: 100%;
    margin-bottom: 0px; }

  .blognavigationborder {
    display: none; }

  .blognavigationborder2 {
    display: none; }

  .collectionimg {
    margin-top: 14px;
    margin-bottom: 5px; }

  .pagetxt2 {
    width: 450px; }

  .title3b {
    text-align: center; }

  .relatednot {
    margin-bottom: 40px; }

  .all3, .all2 {
    height: 129px; }

  .all2b {
    display: none; }

  .all2c {
    display: block;
    height: 225px; }

  .all4 {
    display: none; }

  .howtobuy {
    display: block; }

  .all3b, .all3c {
    display: none; }

  .all3d {
    display: block;
    height: 203px; }

  .shipping {
    display: none; }

  .shippingms {
    display: block;
    height: 60px; }

  .shippingm {
    display: block; }

  #ingredients {
    background-position: 50% 25px; }

  .aboutfront {
    display: none; }

  .aboutfront2 {
    background-color: none;
    height: 100%;
    top: 10px;
    width: 350px;
    padding-bottom: 30px;
    margin-bottom: 0px !important;
    font-size: 140%; }

  .aboutfrontm {
    display: block;
    height: 457px;
    font-size: 128%; }

  .bubbletop {
    display: block; }

  .bubblemiddle {
    display: none; }

  .background-ingredients {
    background-image: none; }

  .background-ingredients2 {
    background-image: none; }

  .background-signup {
    background-image: none; }

  #article-content p {
    width: 90%; }

  #article-content img {
    width: 95%;
    margin-left: 2.5%; }

  .article table {
    width: 100%; }

  .cart-buttons {
    float: left !important; }

  .checkout-buttons textarea {
    width: 96%%; }

  .display-table-cell, .display-table-cell {
    display: block !important; }

  .featured-product-image {
    width: 100%; }

  .logo {
    max-width: 120px;
    padding-bottom: 25px; }

  .logo h1 a {
    font-size: 48px;
    margin-left: 0px;
    line-height: 50px; }

  .toolbar .search-field {
    display: none; }

  .wrapper, footer {
    width: 480px; }

  .span1 {
    width: 50px; }

  .span2 {
    width: 90px; }

  .span3 {
    width: 97px; }

  .span4 {
    width: 335px; }

  .span5 {
    width: 170px; }

  .span6 {
    width: 450px; }

  .span7 {
    width: 250px; }

  .span8 {
    width: 450px; }

  .span9 {
    width: 330px; }

  .span10 {
    width: 350px; }

  .span11 {
    width: 390px; }

  .span12 {
    width: 450px; }

  .span12all3 {
    width: 448px; }

  .span13 {
    width: 220px; }

  .span18 {
    width: 450px; }

  .span222 {
    width: 70px; }

  .span87 {
    width: 450px;
    background-color: none; }

  .span66a {
    width: 450px;
    background-color: none; }

  .span271 {
    width: 226px; }

  .span33 {
    width: 216px; }

  .span33b {
    width: 176px; }

  .span33I {
    width: 220px; }

  .span33II {
    width: 220px; }

  .span66 {
    width: 450px; }

  .span3b {
    width: 160px;
    background-color: none; }

  .span333a {
    width: 160px; }

  .span333b {
    width: 160px; }

  .span122 {
    width: 440px;
    background-color: none; }

  .span123 {
    width: 440px;
    background-color: none; }

  .toolbar-wrapper {
    margin-bottom: 43px; }

  .toolbar-wrapper.wrapper {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    margin-top: -94px; }

  .toolbar {
    width: 100%;
    padding: 0 40px;
    box-sizing: border-box; }

  footer .span1, footer .span2, footer .span3, footer .span4, footer .span5, footer .span6, footer .span7, footer .span8, footer .span9, footer .span10, footer .span11, footer .span12 {
    width: 450px; }

  #product .span6, #product .span4 {
    width: 450px; }

  #product .span5 {
    width: 350px; }

  #product .span1 {
    width: 70px; }

  #blog .sidebar {
    display: none; }

  #blog .span9 {
    width: 450px; }

  #cart .item-description {
    display: none; }

  #collection h1 {
    float: none !important; }

  #collection .browse-tags {
    float: none !important;
    display: block;
    padding-top: 10px; }

  #collection .browse-tags label {
    display: none; }

  #collection .browse-tags select {
    width: 100%;
    height: 30px !important;
    line-height: 30px !important; }

  #article .sidebar {
    display: none; }

  #article .article {
    width: 450px; }

  #header .span9, #header .span3 {
    width: 450px; }

  #header .span9 {
    margin-left: 0 !important; }

  #header .logo {
    padding-bottom: 0 !important; }

  #header .logo a img {
    max-width: 200px; }

  .footer-menu {
    margin-bottom: 20px; }

  .featured-product-image {
    margin-top: 10px; } }
/* 4.4 - Mobile iphone plus */
@media only screen and (min-width: 414px) and (max-width: 509px) {
  .mobile-nav-wrapper {
    display: block; }

  .testfield {
    display: none; }

  #cart .price1 {
    display: block; }

  #cart .price2 {
    display: none; }

  #cart .price3 {
    display: block; }

  #cart table tr td {
    border-top: 1px solid #a19e9e; }

  #ingredients {
    height: 625px; }

  .ingredients2 {
    margin-left: 0;
    padding-top: 1px;
    margin-bottom: 100px; }

  #cart .product_imageS {
    display: block; }

  #cart .itemS {
    display: block; }

  .allsearch3 {
    top: 28%; }

  .allsearch {
    top: 28%; }

  .allsearch2 {
    top: 28%; }

  .allsearch4 {
    display: none; }

  .allsearch6 {
    display: none; }

  .allsearch5 {
    display: block; }

  .allsearch7 {
    display: inline-block; }

  .navwhite {
    display: none; }

  .address_form {
    width: 180px; }

  .col5 {
    display: none; }

  .sociallist {
    display: none; }

  .breadcrumb {
    display: none; }

  .sortbyL {
    display: none; }

  .pagination2 {
    display: none; }

  .sortby {
    display: block; }

  .toolbar-customer {
    display: none; }

  nav.mobile, .menu-icon {
    display: block; }

  #checkout-link {
    display: none; }

  .col1 {
    display: none; }

  .breadcrumb2 {
    display: block; }

  .linkf1a {
    display: block;
    border: none; }

  .product {
    margin-top: 0px; }

  .sortetc2 {
    display: block; }

  .sidebar22a {
    display: none; }

  .blogpicture {
    display: none; }

  .blogpicture2 {
    display: block; }

  .sidebar22b {
    display: block; }

  #ingredients {
    background-position: 50% 25px; }

  .article h1 .date, .article-body h1 .date {
    font-size: 22px; }

  .toolbaradjust {
    padding-left: 0%;
    padding-right: 0%;
    margin-top: 8px;
    height: 40px; }

  .toolbartest.cd-is-visible .toolbar {
    position: fixed;
    -webkit-backface-visibility: hidden;
    top: 0px;
    background-color: white;
    border-bottom: 1px solid white;
    -webkit-box-shadow: 0px 2px 3px 0px #c2c2c2;
    -moz-box-shadow: 0px 2px 3px 0px #c2c2c2;
    box-shadow: 0px 2px 3px 0px #c2c2c2; }

  .toolbartest.cd-is-visible .logo1 {
    display: block;
    position: relative;
    top: -40px;
    margin-bottom: -30px; }

  .way3 {
    display: none; }

  .way2 {
    display: block; }

  .way2a {
    display: block; }

  .way2b {
    display: block; }

  #transparency {
    margin-top: -10px; }

  .texttitletop {
    text-align: center;
    border-top: 1px solid #eaeaea; }

  .shipping {
    display: none; }

  .shippingms {
    display: block;
    height: 120px; }

  .shippingm {
    display: block; }

  .texttitle {
    text-align: center; }

  .frontheader {
    margin-bottom: 10px; }

  .products3hand {
    width: 260px; }

  .frontheadertext {
    padding-top: 30px; }

  .frontheader1 {
    border-right: none;
    border-bottom: 1px solid #a19e9e; }

  .frontheader3 {
    display: none; }

  .frontheader4 {
    display: none; }

  .linkf1 {
    border: none; }

  #article-content p {
    width: 90%; }

  #article-content img {
    width: 95%;
    margin-left: 2.5%; }

  .article table {
    width: 100%; }

  #article-content {
    padding-bottom: 20px; }

  .way2ab {
    display: block; }

  .linkf1b {
    display: none; }

  .relatednot {
    margin-bottom: 80px; }

  .largeblog {
    display: none; }

  .smallblog {
    display: block; }

  .blogwide {
    overflow: hidden;
    width: 100%;
    position: relative;
    margin-left: 0;
    left: 0;
    right: 0%;
    margin-right: 0; }

  .blogright {
    width: 100%;
    margin-right: 0px; }

  .blogleft {
    width: 100%;
    margin-right: 0px;
    margin-top: 0px; }

  .blogrighttitle {
    height: 100%;
    margin-bottom: 0px; }

  .blognavigationborder {
    display: none; }

  .blognavigationborder2 {
    display: none; }

  .all3, .all2 {
    height: 112px; }

  .all2b {
    display: none; }

  .all2c {
    display: block;
    height: 197px; }

  .all4 {
    display: none; }

  .howtobuy {
    display: block; }

  .all3b, .all3c {
    display: none; }

  .all3d {
    display: block;
    height: 178px; }

  .reviewline {
    margin-top: -68px; }

  .collectionimg {
    margin-top: 14px;
    margin-bottom: 5px; }

  .title3b {
    text-align: center; }

  .aboutfront {
    display: none; }

  .aboutfront2 {
    background-color: none;
    height: 100%;
    top: 10px;
    width: 350px;
    padding-bottom: 30px;
    margin-bottom: 0px !important;
    font-size: 130%; }

  .aboutfrontm {
    display: block;
    height: 400px;
    font-size: 128%; }

  .pagetxt2 {
    width: 394px; }

  .bubbletop {
    display: block; }

  .bubblemiddle {
    display: none; }

  .background-ingredients {
    background-image: none; }

  .background-signup {
    background-image: none; }

  #customer_orders {
    font-size: 80%; }

  .display-table-cell, .display-table-cell {
    display: block !important; }

  .featured-product-image {
    width: 100%; }

  .wrapper {
    padding: 0; }

  .wrapper, footer {
    width: 414px; }

  .span3 {
    width: 394px; }

  .span33 {
    width: 187px; }

  .span3b {
    width: 207px; }

  .span33b {
    width: 144px; }

  .span33I {
    width: 394px; }

  .span33II {
    width: 345px; }

  .span271 {
    width: 190px; }

  .span333a {
    width: 166px; }

  .span333b {
    width: 140px; }

  .span1, .span4, .span5, .span6, .span66, .span66a, .span7, .span8, .span9, .span10, .span11, .span12, .span18, .span55, .span122, .span123, .span87 {
    width: 394px;
    float: none; }

  .span2 {
    width: 110px; }

  .span13 {
    width: 186px; }

  .span12all3 {
    width: 392px;
    float: none; }

  .span55 {
    width: 354px;
    float: none; }

  .ingredientssmall {
    margin-left: 0px;
    margin-right: 0px; }

  .customer_address_table {
    width: 359px; }

  .logo {
    padding-bottom: 0; }

  .span22 {
    width: 167px;
    margin: 0 auto; }

  .span22b {
    width: 167px;
    margin: 0 auto; }

  .span222 {
    width: 62px; }

  .toolbar-wrapper {
    margin-bottom: 43px; }

  .toolbar-wrapper.wrapper {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    margin-top: -94px; }

  .toolbar {
    width: 100%;
    padding: 0 40px;
    box-sizing: border-box; }

  .logo {
    max-width: 120px;
    float: none;
    padding-bottom: 25px; }

  .logo h1 a {
    font-size: 48px;
    margin-left: 0px;
    line-height: 50px; }

  .toolbar .search-field {
    display: none; }

  .flex-controls {
    display: none !important; }

  footer .btn.newsletter {
    font-size: 12px;
    padding-right: 8px;
    padding-left: 8px; }

  footer #mail {
    width: 189px; }

  footer #mail input:-webkit-input-placeholder {
    line-height: 30px; }

  #blog .sidebar {
    display: none; }

  #blog .span9 {
    width: 290px; }

  #product .featured {
    margin-bottom: 15px; }

  #cart .item-description, .priceH, .item, .imageH, .qtyH {
    display: none; }

  #cartform .item {
    padding-left: 0; }

  #collection h1 {
    float: none !important; }

  #collection .browse-tags {
    float: none !important;
    display: block;
    padding-top: 10px; }

  #collection .browse-tags label {
    display: none; }

  #collection .browse-tags select {
    width: 100%;
    height: 30px;
    line-height: 30px; }

  #product .span5 {
    float: left;
    width: 230px; }

  #product .span1 {
    float: left;
    width: 60px;
    margin: 0; }

  #product .thumbs {
    margin: 0 0 15px 0; }

  #product .thumbs .image {
    margin-bottom: 0; }

  #product .thumbs .image a {
    margin-bottom: 15px; }

  #content {
    min-height: 0px !important; }

  .footer-menu {
    margin-bottom: 20px; }

  .featured-product-image {
    margin-top: 10px; } }
/* 4.4 - Mobile iphone */
@media only screen and (min-width: 375px) and (max-width: 413px) {
  .mobile-nav-wrapper {
    display: block; }

  .testfield {
    display: none; }

  #cart .price1 {
    display: block; }

  #cart .price2 {
    display: none; }

  #cart .price3 {
    display: block; }

  #cart table tr td {
    border-top: 1px solid #a19e9e; }

  #ingredients {
    height: 625px; }

  .ingredients2 {
    margin-left: 0;
    padding-top: 1px;
    margin-bottom: 80px; }

  #cart .product_imageS {
    display: block; }

  #cart .itemS {
    display: block; }

  .allsearch3 {
    top: 28%; }

  .allsearch {
    top: 28%; }

  .allsearch2 {
    top: 28%; }

  .allsearch4 {
    display: none; }

  .allsearch6 {
    display: none; }

  .allsearch5 {
    display: block; }

  .allsearch7 {
    display: inline-block; }

  .navwhite {
    display: none; }

  .address_form {
    width: 180px; }

  .col5 {
    display: none; }

  .sociallist {
    display: none; }

  .breadcrumb {
    display: none; }

  .sortbyL {
    display: none; }

  .pagination2 {
    display: none; }

  .sortby {
    display: block; }

  .toolbar-customer {
    display: none; }

  nav.mobile, .menu-icon {
    display: block; }

  #checkout-link {
    display: none; }

  .col1 {
    display: none; }

  .breadcrumb2 {
    display: block; }

  .linkf1a {
    display: block;
    border: none; }

  .product {
    margin-top: 0px; }

  .sortetc2 {
    display: block; }

  .sidebar22a {
    display: none; }

  .blogpicture {
    display: none; }

  .blogpicture2 {
    display: block; }

  .sidebar22b {
    display: block; }

  #ingredients {
    background-position: 50% 25px; }

  .article h1 .date, .article-body h1 .date {
    font-size: 22px; }

  .toolbaradjust {
    padding-left: 0%;
    padding-right: 0%;
    margin-top: 8px;
    height: 40px; }

  .toolbartest.cd-is-visible .toolbar {
    position: fixed;
    -webkit-backface-visibility: hidden;
    top: 0px;
    background-color: white;
    border-bottom: 1px solid white;
    -webkit-box-shadow: 0px 2px 3px 0px #c2c2c2;
    -moz-box-shadow: 0px 2px 3px 0px #c2c2c2;
    box-shadow: 0px 2px 3px 0px #c2c2c2; }

  .toolbartest.cd-is-visible .logo1 {
    display: block;
    position: relative;
    top: -40px;
    margin-bottom: -30px; }

  .way3 {
    display: none; }

  .way2 {
    display: block; }

  .way2b {
    display: block; }

  .way2a {
    display: block; }

  .way2ab {
    display: block; }

  #transparency {
    margin-top: -10px; }

  .texttitletop {
    text-align: center;
    border-top: 1px solid #eaeaea; }

  .shipping {
    display: none; }

  .shippingms {
    display: block;
    height: 120px; }

  .shippingm {
    display: block; }

  .bubbletop {
    display: block; }

  .bubblemiddle {
    display: none; }

  .texttitle {
    text-align: center; }

  .frontheader {
    margin-bottom: 10px; }

  .products3hand {
    width: 260px; }

  .frontheadertext {
    padding-top: 30px; }

  .frontheader1 {
    border-right: none;
    border-bottom: 1px solid #a19e9e; }

  .frontheader3 {
    display: none; }

  .frontheader4 {
    display: none; }

  .linkf1 {
    border: none; }

  #article-content p {
    width: 90%; }

  #article-content img {
    width: 95%;
    margin-left: 2.5%; }

  .article table {
    width: 100%; }

  #article-content {
    padding-bottom: 20px; }

  .linkf1c {
    border: none; }

  .linkf1b {
    display: none; }

  .relatednot {
    margin-bottom: 80px; }

  .largeblog {
    display: none; }

  .smallblog {
    display: block; }

  .blogwide {
    overflow: hidden;
    width: 100%;
    position: relative;
    margin-left: 0;
    left: 0;
    right: 0%;
    margin-right: 0; }

  .blogright {
    width: 100%;
    margin-right: 0px; }

  .blogleft {
    width: 100%;
    margin-right: 0px;
    margin-top: 0px; }

  .blogrighttitle {
    height: 100%;
    margin-bottom: 0px; }

  .blognavigationborder {
    display: none; }

  .blognavigationborder2 {
    display: none; }

  .all3, .all2 {
    height: 96px; }

  .all2b {
    display: none; }

  .all2c {
    display: block;
    height: 178px; }

  .all4 {
    display: none; }

  .howtobuy {
    display: block; }

  .all3b, .all3c {
    display: none; }

  .all3d {
    display: block;
    height: 160px; }

  .reviewline {
    margin-top: -68px; }

  .collectionimg {
    margin-top: 14px;
    margin-bottom: 5px; }

  .title3b {
    text-align: center; }

  .aboutfront {
    display: none; }

  .aboutfront2 {
    background-color: none;
    height: 100%;
    top: 10px;
    width: 350px;
    padding-bottom: 30px;
    margin-bottom: 0px !important;
    font-size: 130%; }

  .aboutfrontm {
    display: block;
    height: 360px;
    font-size: 128%; }

  .pagetxt2 {
    width: 355px; }

  .background-ingredients {
    background-image: none; }

  .background-ingredients2 {
    background-image: none; }

  .background-signup {
    background-image: none; }

  #customer_orders {
    font-size: 80%; }

  .display-table-cell, .display-table-cell {
    display: block !important; }

  .featured-product-image {
    width: 100%; }

  .wrapper {
    padding: 0; }

  .wrapper, footer {
    width: 375px; }

  .span3 {
    width: 355px; }

  .span33 {
    width: 167px; }

  .span3b {
    width: 187px; }

  .span33b {
    width: 315px; }

  .span33I {
    width: 355px; }

  .span33II {
    width: 325px; }

  .span271 {
    width: 335px; }

  .span333a {
    width: 335px; }

  .span333b {
    width: 335px; }

  .span1, .span4, .span5, .span6, .span66, .span66a, .span7, .span8, .span9, .span10, .span11, .span12, .span18, .span55, .span122, .span123, .span87 {
    width: 355px;
    float: none; }

  .span2 {
    width: 110px; }

  .span13 {
    width: 166px; }

  .span12all3 {
    width: 353px;
    float: none; }

  .span55 {
    width: 315px;
    float: none; }

  .ingredientssmall {
    margin-left: 0px;
    margin-right: 0px; }

  .customer_address_table {
    width: 320px; }

  .logo {
    padding-bottom: 0; }

  .span22 {
    width: 167px;
    margin: 0 auto; }

  .span22b {
    width: 167px;
    margin: 0 auto; }

  .span222 {
    width: 62px; }

  .toolbar-wrapper {
    margin-bottom: 43px; }

  .toolbar-wrapper.wrapper {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    margin-top: -94px; }

  .toolbar {
    width: 100%;
    padding: 0 40px;
    box-sizing: border-box; }

  .logo {
    max-width: 120px;
    float: none;
    padding-bottom: 25px; }

  .logo h1 a {
    font-size: 48px;
    margin-left: 0px;
    line-height: 50px; }

  .toolbar .search-field {
    display: none; }

  .flex-controls {
    display: none !important; }

  footer .btn.newsletter {
    font-size: 12px;
    padding-right: 8px;
    padding-left: 8px; }

  footer #mail {
    width: 189px; }

  footer #mail input:-webkit-input-placeholder {
    line-height: 30px; }

  #blog .sidebar {
    display: none; }

  #blog .span9 {
    width: 290px; }

  #product .featured {
    margin-bottom: 15px; }

  #cart .item-description, .priceH, .item, .imageH, .qtyH {
    display: none; }

  #cartform .item {
    padding-left: 0; }

  #collection h1 {
    float: none !important; }

  #collection .browse-tags {
    float: none !important;
    display: block;
    padding-top: 10px; }

  #collection .browse-tags label {
    display: none; }

  #collection .browse-tags select {
    width: 100%;
    height: 30px;
    line-height: 30px; }

  #product .span5 {
    float: left;
    width: 230px; }

  #product .span1 {
    float: left;
    width: 60px;
    margin: 0; }

  #product .thumbs {
    margin: 0 0 15px 0; }

  #product .thumbs .image {
    margin-bottom: 0; }

  #product .thumbs .image a {
    margin-bottom: 15px; }

  #content {
    min-height: 0px !important; }

  .footer-menu {
    margin-bottom: 20px; }

  .featured-product-image {
    margin-top: 10px; } }
/* 4.4 - Mobile Portrait */
@media only screen and (max-width: 374px) {
  .mobile-nav-wrapper {
    display: block; }

  .testfield {
    display: none; }

  #cart .price1 {
    display: block; }

  #cart .price2 {
    display: none; }

  #cart .price3 {
    display: block; }

  #cart table tr td {
    border-top: 1px solid #a19e9e; }

  #ingredients {
    height: 625px; }

  .ingredients2 {
    margin-left: 0;
    padding-top: 1px;
    margin-bottom: 80px; }

  #cart .product_imageS {
    display: block; }

  #cart .itemS {
    display: block; }

  .allsearch3 {
    top: 28%; }

  .allsearch {
    top: 28%; }

  .allsearch2 {
    top: 28%; }

  .allsearch4 {
    display: none; }

  .allsearch6 {
    display: none; }

  .allsearch5 {
    display: block; }

  .allsearch7 {
    display: inline-block; }

  .navwhite {
    display: none; }

  .address_form {
    width: 180px; }

  .col5 {
    display: none; }

  .sociallist {
    display: none; }

  .breadcrumb {
    display: none; }

  .sortbyL {
    display: none; }

  .pagination2 {
    display: none; }

  .sortby {
    display: block; }

  .toolbar-customer {
    display: none; }

  nav.mobile, .menu-icon {
    display: block; }

  #checkout-link {
    display: none; }

  .col1 {
    display: none; }

  .breadcrumb2 {
    display: block; }

  .linkf1a {
    display: block;
    border: none; }

  .product {
    margin-top: 0px; }

  .sidebar22a {
    display: none; }

  .blogpicture {
    display: none; }

  .blogpicture2 {
    display: block; }

  .sidebar22b {
    display: block; }

  .sortetc2 {
    display: block; }

  #ingredients {
    background-position: 50% 25px; }

  .article h1 .date, .article-body h1 .date {
    font-size: 22px; }

  .toolbaradjust {
    padding-left: 0%;
    padding-right: 0%;
    margin-top: 8px;
    height: 40px; }

  .toolbartest.cd-is-visible .toolbar {
    position: fixed;
    -webkit-backface-visibility: hidden;
    top: 0px;
    background-color: white;
    border-bottom: 1px solid white;
    -webkit-box-shadow: 0px 2px 3px 0px #c2c2c2;
    -moz-box-shadow: 0px 2px 3px 0px #c2c2c2;
    box-shadow: 0px 2px 3px 0px #c2c2c2; }

  .toolbartest.cd-is-visible .logo1 {
    display: block;
    position: relative;
    top: -40px;
    margin-bottom: -30px;
    padding-right: 8px; }

  .way3 {
    display: none; }

  .way2 {
    display: block; }

  .way2a {
    display: block; }

  way2b {
    display: block; }

  .way2ab {
    display: block; }

  #transparency {
    margin-top: -10px; }

  .texttitletop {
    text-align: center;
    border-top: 1px solid #eaeaea; }

  .shipping {
    display: none; }

  .shippingms {
    display: block;
    height: 120px; }

  .shippingm {
    display: block; }

  .bubbletop {
    display: block; }

  .bubblemiddle {
    display: none; }

  .texttitle {
    text-align: center; }

  .frontheader {
    margin-bottom: 10px; }

  .products3hand {
    width: 260px; }

  .frontheadertext {
    padding-top: 30px; }

  .frontheader1 {
    border-right: none;
    border-bottom: 1px solid #a19e9e; }

  .frontheader3 {
    display: none; }

  .frontheader4 {
    display: none; }

  .linkf1 {
    border: none; }

  #article-content p {
    width: 90%; }

  #article-content img {
    width: 95%;
    margin-left: 2.5%; }

  .article table {
    width: 100%; }

  #article-content {
    padding-bottom: 20px; }

  .linkf1c {
    border: none; }

  .linkf1b {
    display: none; }

  .relatednot {
    margin-bottom: 80px; }

  .largeblog {
    display: none; }

  .smallblog {
    display: block; }

  .blogwide {
    overflow: hidden;
    width: 100%;
    position: relative;
    margin-left: 0;
    left: 0;
    right: 0%;
    margin-right: 0; }

  .blogright {
    width: 100%;
    margin-right: 0px; }

  .blogleft {
    width: 100%;
    margin-right: 0px;
    margin-top: 0px; }

  .blogrighttitle {
    height: 100%;
    margin-bottom: 0px; }

  .blognavigationborder {
    display: none; }

  .blognavigationborder2 {
    display: none; }

  .all3, .all2 {
    height: 96px; }

  .all2b {
    display: none; }

  .all2c {
    display: block;
    height: 168px; }

  .all4 {
    display: none; }

  .howtobuy {
    display: block; }

  .all3b, .all3c {
    display: none; }

  .all3d {
    display: block;
    height: 151px; }

  .reviewline {
    margin-top: -68px; }

  .collectionimg {
    margin-top: 14px;
    margin-bottom: 5px; }

  .title3b {
    text-align: center; }

  .aboutfront {
    display: none; }

  .aboutfront2 {
    background-color: none;
    height: 100%;
    top: 10px;
    width: 330px;
    padding-bottom: 30px;
    margin-bottom: 0px !important;
    font-size: 125%; }

  .aboutfrontm {
    display: block;
    height: 340px;
    font-size: 128%; }

  .pagetxt2 {
    width: 335px; }

  .background-ingredients {
    background-image: none; }

  .background-ingredients2 {
    background-image: none; }

  .background-signup {
    background-image: none; }

  #customer_orders {
    font-size: 80%; }

  .display-table-cell, .display-table-cell {
    display: block !important; }

  .featured-product-image {
    width: 100%; }

  .wrapper {
    padding: 0; }

  .wrapper, footer {
    width: 355px; }

  .span3 {
    width: 335px; }

  .span33 {
    width: 157px; }

  .span3b {
    width: 177px; }

  .span33b {
    width: 295px; }

  .span33I {
    width: 335px; }

  .span33II {
    width: 315px; }

  .span271 {
    width: 335px; }

  .span333a {
    width: 335px; }

  .span333b {
    width: 335px; }

  .span1, .span4, .span5, .span6, .span66, .span66a, .span7, .span8, .span9, .span10, .span11, .span12, .span18, .span55, .span122, .span123, .span87 {
    width: 335px;
    float: none; }

  .span2 {
    width: 110px; }

  .span13 {
    width: 140px; }

  .span12all3 {
    width: 333px;
    float: none; }

  .span55 {
    width: 300px;
    float: none; }

  .ingredientssmall {
    margin-left: 0px;
    margin-right: 0px; }

  .customer_address_table {
    width: 320px; }

  .logo {
    padding-bottom: 0; }

  .span22 {
    width: 157px;
    margin: 0 auto; }

  .span22b {
    width: 157px;
    margin: 0 auto; }

  .span222 {
    width: 62px; }

  .toolbar-wrapper {
    margin-bottom: 43px;
    min-width: 355px; }

  .toolbar-wrapper.wrapper {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    margin-top: -94px; }

  .toolbar {
    width: 100%;
    padding: 0 40px;
    box-sizing: border-box; }

  .logo {
    max-width: 120px;
    float: none;
    padding-bottom: 25px; }

  .logo h1 a {
    font-size: 48px;
    margin-left: 0px;
    line-height: 50px; }

  .toolbar .search-field {
    display: none; }

  .flex-controls {
    display: none !important; }

  footer .btn.newsletter {
    font-size: 12px;
    padding-right: 8px;
    padding-left: 8px; }

  footer #mail {
    width: 189px; }

  footer #mail input:-webkit-input-placeholder {
    line-height: 30px; }

  #blog .sidebar {
    display: none; }

  #blog .span9 {
    width: 290px; }

  #product .featured {
    margin-bottom: 15px; }

  #cart .item-description, .priceH, .item, .imageH, .qtyH {
    display: none; }

  #cartform .item {
    padding-left: 0; }

  #collection h1 {
    float: none !important; }

  #collection .browse-tags {
    float: none !important;
    display: block;
    padding-top: 10px; }

  #collection .browse-tags label {
    display: none; }

  #collection .browse-tags select {
    width: 100%;
    height: 30px;
    line-height: 30px; }

  #product .span5 {
    float: left;
    width: 230px; }

  #product .span1 {
    float: left;
    width: 60px;
    margin: 0; }

  #product .thumbs {
    margin: 0 0 15px 0; }

  #product .thumbs .image {
    margin-bottom: 0; }

  #product .thumbs .image a {
    margin-bottom: 15px; }

  #content {
    min-height: 0px !important; }

  .footer-menu {
    margin-bottom: 20px; }

  .featured-product-image {
    margin-top: 10px; } }
/* 4.4 - super small */
@media only screen and (max-width: 319px) {
  .toolbartest.cd-is-visible .logo1 {
    display: block;
    position: relative;
    width: 40%;
    top: -40px;
    margin-bottom: -30px;
    padding-right: 8px; } }
/* 4.4 - super small */
@media only screen and (max-width: 289px) {
  .toolbartest.cd-is-visible .logo1 {
    display: none; } }
/* =================== */
/*      SECTION 5      */
/* =================== */
/* 5.1 - IE Fixes */
.ie8 .product .circle, .ie8 #product .circle {
  right: 0;
  top: 0;
  padding: 8px 12px; }

.ie7 nav > ul > li {
  float: left !important;
  display: inline-block !important; }

.ie8 .helper-section:hover .helper-content .product {
  filter: alpha(opacity=20); }

.ie8 .helper-section:hover .helper-content .product img {
  filter: alpha(opacity=20); }

/* =================== */
/*      SECTION 6      */
/* =================== */
/* 6.1 - FancyBox */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  height: 40px;
  width: 40px;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1104;
  display: none; }

* html #fancybox-loading {
  position: absolute;
  margin-top: 0; }

#fancybox-loading div {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
  background-image: url("/cdn/shop/t/3/assets/fancybox.png?5734&v=79772722522955621151643773881"); }

#fancybox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  z-index: 999999;
  display: none; }

* html #fancybox-overlay {
  position: absolute;
  width: 100%; }

#fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: auto;
  display: none; }

#fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 20px;
  z-index: 999999;
  display: none; }

#fancybox-outer {
  position: relative;
  width: 100%;
  height: 100%;
  background: #FFF;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4); }

#fancybox-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: 0;
  outline: 0;
  overflow: hidden; }

#fancybox-hide-sel-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent; }

#fancybox-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background-image: url("/cdn/shop/t/3/assets/fancybox.png?5734&v=79772722522955621151643773881");
  background-position: -40px 0;
  cursor: pointer;
  z-index: 1103;
  display: none; }

#fancybox_error {
  color: #444;
  font: normal 12px/20px Arial;
  padding: 7px;
  margin: 0; }

#fancybox-content {
  height: auto;
  width: auto;
  padding: 0;
  margin: 0; }

#fancybox-img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  line-height: 0;
  vertical-align: top;
  -ms-interpolation-mode: bicubic; }

#fancybox-frame {
  position: relative;
  width: 100%;
  height: 100%;
  border: 0;
  display: block; }

#fancybox-title {
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: Arial;
  font-size: 12px;
  z-index: 1102; }

.fancybox-title-inside {
  padding: 10px 0;
  text-align: center;
  color: #333; }

.fancybox-title-outside {
  padding-top: 5px;
  color: #FFF;
  text-align: center;
  font-weight: bold; }

.fancybox-title-over {
  color: #FFF;
  text-align: left; }

#fancybox-title-wrap {
  display: inline-block; }

#fancybox-title-wrap span {
  height: 32px;
  float: left; }

#fancybox-title-left {
  padding-left: 15px;
  background-image: url("/cdn/shop/t/3/assets/fancybox.png?5734&v=79772722522955621151643773881");
  background-position: -40px -90px;
  background-repeat: no-repeat; }

#fancybox-title-main {
  font-weight: bold;
  line-height: 29px;
  background-image: url("/cdn/shop/t/3/assets/fancybox-x.png?v=56758242284671211351643773880");
  background-position: 0 -40px;
  color: #FFF; }

#fancybox-title-right {
  padding-left: 15px;
  background-image: url("/cdn/shop/t/3/assets/fancybox.png?5734&v=79772722522955621151643773881");
  background-position: -55px -90px;
  background-repeat: no-repeat; }

#fancybox-left, #fancybox-right {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 35%;
  cursor: pointer;
  outline: 0;
  z-index: 1102;
  display: none; }

#fancybox-left {
  left: 0; }

#fancybox-right {
  right: 0; }

#fancybox-left-ico, #fancybox-right-ico {
  position: absolute;
  top: 50%;
  left: -9999px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  z-index: 1102;
  display: block; }

#fancybox-left-ico {
  background-image: url("/cdn/shop/t/3/assets/fancybox.png?5734&v=79772722522955621151643773881");
  background-position: -40px -30px; }

#fancybox-right-ico {
  background-image: url("/cdn/shop/t/3/assets/fancybox.png?5734&v=79772722522955621151643773881");
  background-position: -40px -60px; }

#fancybox-left:hover, #fancybox-right:hover {
  visibility: visible; }

#fancybox-left:hover span {
  left: 20px; }

#fancybox-right:hover span {
  left: auto;
  right: 20px; }

/* 6.2 - FlexSlider */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
  outline: none; }

.slides, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flexslider {
  width: 100%;
  margin: 0 0 30px 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  margin-bottom: 0px !important; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  max-width: 100%;
  display: block;
  margin: 0 auto; }

.flex-pauseplay span {
  text-transform: capitalize; }

.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

.no-js .slides > li:first-child {
  display: block; }

.flexslider {
  background: #fff;
  position: relative;
  zoom: 1; }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides > li {
  position: relative; }

.flex-container {
  zoom: 1;
  position: relative; }

.flex-caption {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
  zoom: 1; }

.flex-caption {
  width: 96%;
  padding: 2%;
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.8);
  font-size: 14px;
  line-height: 18px; }

.flex-direction-nav {
  height: 0;
  display: none; }

.flex-direction-nav li {
  margin-bottom: 0; }

.flex-direction-nav li a {
  width: 50px;
  height: 50px;
  display: block;
  background: url("/cdn/shop/t/3/assets/slider-arrows.png?47334&v=181410133311947576791643773929") no-repeat;
  position: absolute;
  top: 44%;
  cursor: pointer;
  text-indent: -999em; }

.flex-direction-nav li .disabled {
  opacity: .3;
  filter: alpha(opacity=30);
  cursor: default; }

/* Dark Direction Nav */
.flex-direction-nav li .prev {
  left: 20px;
  background-position: 0 0; }

.flex-direction-nav li .next {
  right: 20px;
  background-position: -250px 0; }

.flex-direction-nav li .prev:hover {
  background-position: 0 -50px; }

.flex-direction-nav li .next:hover {
  background-position: -250px -50px; }

.flex-controls {
  opacity: 0.9;
  filter: alpha(opacity=90); }

.slides a:hover {
  opacity: 1; }

/* 6.4 - Web Fonts */
@font-face {
  font-family: 'ProximaNovaLight';
  src: url("//cdn.shopify.com/assets/fonts/ProximaNova-Light-webfont.eot");
  src: url("//cdn.shopify.com/assets/fonts/ProximaNova-Light-webfont.eot?#iefix") format("embedded-opentype"), url("//cdn.shopify.com/assets/fonts/ProximaNova-Light-webfont.woff") format("woff"), url("//cdn.shopify.com/assets/fonts/ProximaNova-Light-webfont.ttf") format("truetype"), url("//cdn.shopify.com/assets/fonts/ProximaNova-Light-webfont.svg#ProximaNovaRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ProximaNovaLight';
  src: url("//cdn.shopify.com/assets/fonts/ProximaNova-Sbold-webfont.eot");
  src: url("//cdn.shopify.com/assets/fonts/ProximaNova-Sbold-webfont.eot?#iefix") format("embedded-opentype"), url("//cdn.shopify.com/assets/fonts/ProximaNova-Sbold-webfont.woff") format("woff"), url("//cdn.shopify.com/assets/fonts/ProximaNova-Sbold-webfont.ttf") format("truetype"), url("//cdn.shopify.com/assets/fonts/ProximaNova-Sbold-webfont.svg#ProximaNovaRegular") format("svg");
  font-weight: bold;
  font-style: normal; }

/* 6.5 - Example Products & Content Tooltip */
.helper-note {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: lighter;
  font-size: 16px;
  background: #31373d;
  border: none;
  color: #96a7b6;
  padding: 30px;
  position: absolute;
  max-width: 510px;
  margin-left: -255px;
  left: 50%;
  z-index: 99999;
  opacity: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.1s cubic-bezier(0, 0, 0.33, 1), margin-top 0.5s cubic-bezier(0.45, 0, 0, 0.95);
  -moz-transition: opacity 0.1s cubic-bezier(0, 0, 0.33, 1), margin-top 0.5s cubic-bezier(0.45, 0, 0, 0.95);
  transition: opacity 0.1s cubic-bezier(0, 0, 0.33, 1), margin-top 0.5s cubic-bezier(0.45, 0, 0, 0.95); }

@media only screen and (max-width: 509px) {
  .helper-note {
    width: 270px;
    margin-left: -145px; } }
.helper-note p {
  line-height: 18px;
  margin-bottom: 15px;
  margin-left: 40px;
  font-size: 13px; }

.helper-note p:last-child {
  margin-bottom: 0; }

.helper-note h3 {
  font-family: 'ProximaNovaLight';
  font-size: 19px;
  font-weight: normal;
  color: #ffffff;
  margin-left: 40px; }

.helper-note a.secondary-action {
  display: inline-block;
  line-height: 30px;
  color: #479ccf; }

.helper-note a.admin-btn-primary {
  margin-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  height: 32px;
  line-height: 30px;
  padding: 0 9px;
  font-size: 13px;
  border-radius: 4px;
  text-decoration: none;
  white-space: nowrap;
  text-transform: none;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: lighter;
  vertical-align: middle;
  background-color: #479ccf;
  border: 1px solid #2f82b4;
  color: #fff; }

.helper-note a.admin-btn-primary:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  background-color: #2f82b4;
  border-color: #24658c; }

.helper-note .helper-icon {
  float: left;
  margin-top: 4px;
  width: 24px;
  height: 24px;
  background-size: contain;
  display: inline-block;
  vertical-align: top; }

.helper-section {
  clear: both; }

.helper-section:hover .helper-note {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s cubic-bezier(0.45, 0, 0, 0.95);
  -moz-transition: all 0.5s cubic-bezier(0.45, 0, 0, 0.95);
  transition: all 0.5s cubic-bezier(0.45, 0, 0, 0.95); }

.helper-section .helper-content {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.25s cubic-bezier(0.67, 0, 1, 1);
  -moz-transition: opacity 0.25s cubic-bezier(0.67, 0, 1, 1);
  transition: opacity 0.25s cubic-bezier(0.67, 0, 1, 1); }

.helper-section:hover .helper-content {
  opacity: 0.2;
  filter: alpha(opacity=20);
  -webkit-transition: opacity 0.3s cubic-bezier(0, 0, 0.33, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0, 0, 0.33, 1);
  transition: opacity 0.3s cubic-bezier(0, 0, 0.33, 1); }

.helper-homepage-products {
  margin-top: 215px; }

.helper-section:hover .helper-homepage-products {
  margin-top: 200px; }

.helper-homepage-page {
  margin-top: 95px; }

.helper-section:hover .helper-homepage-page {
  margin-top: 80px; }

.helper-all-products {
  margin-top: 115px; }

.helper-section:hover .helper-all-products {
  margin-top: 100px; }

.helper-product {
  margin-top: 115px; }

.helper-section:hover .helper-product {
  margin-top: 100px; }

/* ANIMATE.css */
body {
  -webkit-backface-visibility: hidden; }

.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes flash {
  0%,50%,100% {
    opacity: 1; }

  25%,75% {
    opacity: 0; } }

@-moz-keyframes flash {
  0%,50%,100% {
    opacity: 1; }

  25%,75% {
    opacity: 0; } }

@-o-keyframes flash {
  0%,50%,100% {
    opacity: 1; }

  25%,75% {
    opacity: 0; } }

@keyframes flash {
  0%,50%,100% {
    opacity: 1; }

  25%,75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  -o-animation-name: flash;
  animation-name: flash; }

@-webkit-keyframes shake {
  0%,100% {
    -webkit-transform: translateX(0); }

  10%,30%,50%,70%,90% {
    -webkit-transform: translateX(-10px); }

  20%,40%,60%,80% {
    -webkit-transform: translateX(10px); } }

@-moz-keyframes shake {
  0%,100% {
    -moz-transform: translateX(0); }

  10%,30%,50%,70%,90% {
    -moz-transform: translateX(-10px); }

  20%,40%,60%,80% {
    -moz-transform: translateX(10px); } }

@-o-keyframes shake {
  0%,100% {
    -o-transform: translateX(0); }

  10%,30%,50%,70%,90% {
    -o-transform: translateX(-10px); }

  20%,40%,60%,80% {
    -o-transform: translateX(10px); } }

@keyframes shake {
  0%,100% {
    transform: translateX(0); }

  10%,30%,50%,70%,90% {
    transform: translateX(-10px); }

  20%,40%,60%,80% {
    transform: translateX(10px); } }

.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes bounce {
  0%,20%,50%,80%,100% {
    -webkit-transform: translateY(0); }

  40% {
    -webkit-transform: translateY(-30px); }

  60% {
    -webkit-transform: translateY(-15px); } }

@-moz-keyframes bounce {
  0%,20%,50%,80%,100% {
    -moz-transform: translateY(0); }

  40% {
    -moz-transform: translateY(-30px); }

  60% {
    -moz-transform: translateY(-15px); } }

@-o-keyframes bounce {
  0%,20%,50%,80%,100% {
    -o-transform: translateY(0); }

  40% {
    -o-transform: translateY(-30px); }

  60% {
    -o-transform: translateY(-15px); } }

@keyframes bounce {
  0%,20%,50%,80%,100% {
    transform: translateY(0); }

  40% {
    transform: translateY(-30px); }

  60% {
    transform: translateY(-15px); } }

.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1); }

  10%,20% {
    -webkit-transform: scale(0.9) rotate(-3deg); }

  30%,50%,70%,90% {
    -webkit-transform: scale(1.1) rotate(3deg); }

  40%,60%,80% {
    -webkit-transform: scale(1.1) rotate(-3deg); }

  100% {
    -webkit-transform: scale(1) rotate(0); } }

@-moz-keyframes tada {
  0% {
    -moz-transform: scale(1); }

  10%,20% {
    -moz-transform: scale(0.9) rotate(-3deg); }

  30%,50%,70%,90% {
    -moz-transform: scale(1.1) rotate(3deg); }

  40%,60%,80% {
    -moz-transform: scale(1.1) rotate(-3deg); }

  100% {
    -moz-transform: scale(1) rotate(0); } }

@-o-keyframes tada {
  0% {
    -o-transform: scale(1); }

  10%,20% {
    -o-transform: scale(0.9) rotate(-3deg); }

  30%,50%,70%,90% {
    -o-transform: scale(1.1) rotate(3deg); }

  40%,60%,80% {
    -o-transform: scale(1.1) rotate(-3deg); }

  100% {
    -o-transform: scale(1) rotate(0); } }

@keyframes tada {
  0% {
    transform: scale(1); }

  10%,20% {
    transform: scale(0.9) rotate(-3deg); }

  30%,50%,70%,90% {
    transform: scale(1.1) rotate(3deg); }

  40%,60%,80% {
    transform: scale(1.1) rotate(-3deg); }

  100% {
    transform: scale(1) rotate(0); } }

.tada {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  -o-animation-name: tada;
  animation-name: tada; }

@-webkit-keyframes swing {
  20%,40%,60%,80%,100% {
    -webkit-transform-origin: top center; }

  20% {
    -webkit-transform: rotate(15deg); }

  40% {
    -webkit-transform: rotate(-10deg); }

  60% {
    -webkit-transform: rotate(5deg); }

  80% {
    -webkit-transform: rotate(-5deg); }

  100% {
    -webkit-transform: rotate(0deg); } }

@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg); }

  40% {
    -moz-transform: rotate(-10deg); }

  60% {
    -moz-transform: rotate(5deg); }

  80% {
    -moz-transform: rotate(-5deg); }

  100% {
    -moz-transform: rotate(0deg); } }

@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg); }

  40% {
    -o-transform: rotate(-10deg); }

  60% {
    -o-transform: rotate(5deg); }

  80% {
    -o-transform: rotate(-5deg); }

  100% {
    -o-transform: rotate(0deg); } }

@keyframes swing {
  20% {
    transform: rotate(15deg); }

  40% {
    transform: rotate(-10deg); }

  60% {
    transform: rotate(5deg); }

  80% {
    transform: rotate(-5deg); }

  100% {
    transform: rotate(0deg); } }

.swing {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  -moz-animation-name: swing;
  -o-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%); }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg); }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg); }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg); }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg); }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg); }

  100% {
    -webkit-transform: translateX(0%); } }

@-moz-keyframes wobble {
  0% {
    -moz-transform: translateX(0%); }

  15% {
    -moz-transform: translateX(-25%) rotate(-5deg); }

  30% {
    -moz-transform: translateX(20%) rotate(3deg); }

  45% {
    -moz-transform: translateX(-15%) rotate(-3deg); }

  60% {
    -moz-transform: translateX(10%) rotate(2deg); }

  75% {
    -moz-transform: translateX(-5%) rotate(-1deg); }

  100% {
    -moz-transform: translateX(0%); } }

@-o-keyframes wobble {
  0% {
    -o-transform: translateX(0%); }

  15% {
    -o-transform: translateX(-25%) rotate(-5deg); }

  30% {
    -o-transform: translateX(20%) rotate(3deg); }

  45% {
    -o-transform: translateX(-15%) rotate(-3deg); }

  60% {
    -o-transform: translateX(10%) rotate(2deg); }

  75% {
    -o-transform: translateX(-5%) rotate(-1deg); }

  100% {
    -o-transform: translateX(0%); } }

@keyframes wobble {
  0% {
    transform: translateX(0%); }

  15% {
    transform: translateX(-25%) rotate(-5deg); }

  30% {
    transform: translateX(20%) rotate(3deg); }

  45% {
    transform: translateX(-15%) rotate(-3deg); }

  60% {
    transform: translateX(10%) rotate(2deg); }

  75% {
    transform: translateX(-5%) rotate(-1deg); }

  100% {
    transform: translateX(0%); } }

.wobble {
  -webkit-animation-name: wobble;
  -moz-animation-name: wobble;
  -o-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1); }

  50% {
    -webkit-transform: scale(1.1); }

  100% {
    -webkit-transform: scale(1); } }

@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1); }

  50% {
    -moz-transform: scale(1.1); }

  100% {
    -moz-transform: scale(1); } }

@-o-keyframes pulse {
  0% {
    -o-transform: scale(1); }

  50% {
    -o-transform: scale(1.1); }

  100% {
    -o-transform: scale(1); } }

@keyframes pulse {
  0% {
    transform: scale(1); }

  50% {
    transform: scale(1.1); }

  100% {
    transform: scale(1); } }

.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out; }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out; }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in; }

  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in; }

  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in; } }

@-moz-keyframes flip {
  0% {
    -moz-transform: perspective(400px) rotateY(0);
    -moz-animation-timing-function: ease-out; }

  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -moz-animation-timing-function: ease-out; }

  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in; }

  80% {
    -moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in; }

  100% {
    -moz-transform: perspective(400px) scale(1);
    -moz-animation-timing-function: ease-in; } }

@-o-keyframes flip {
  0% {
    -o-transform: perspective(400px) rotateY(0);
    -o-animation-timing-function: ease-out; }

  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-animation-timing-function: ease-out; }

  50% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in; }

  80% {
    -o-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in; }

  100% {
    -o-transform: perspective(400px) scale(1);
    -o-animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out; }

  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out; }

  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in; }

  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in; }

  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in; } }

.flip {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flip;
  -o-backface-visibility: visible !important;
  -o-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg); }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg); }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }

  40% {
    -moz-transform: perspective(400px) rotateX(-10deg); }

  70% {
    -moz-transform: perspective(400px) rotateX(10deg); }

  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }

  40% {
    -o-transform: perspective(400px) rotateX(-10deg); }

  70% {
    -o-transform: perspective(400px) rotateX(10deg); }

  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }

  40% {
    transform: perspective(400px) rotateX(-10deg); }

  70% {
    transform: perspective(400px) rotateX(10deg); }

  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }

  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@-o-keyframes flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }

  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }

  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: flipOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: flipOutX;
  -o-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg); }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg); }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

@-moz-keyframes flipInY {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }

  40% {
    -moz-transform: perspective(400px) rotateY(-10deg); }

  70% {
    -moz-transform: perspective(400px) rotateY(10deg); }

  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

@-o-keyframes flipInY {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }

  40% {
    -o-transform: perspective(400px) rotateY(-10deg); }

  70% {
    -o-transform: perspective(400px) rotateY(10deg); }

  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }

  40% {
    transform: perspective(400px) rotateY(-10deg); }

  70% {
    transform: perspective(400px) rotateY(10deg); }

  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@-moz-keyframes flipOutY {
  0% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }

  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@-o-keyframes flipOutY {
  0% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }

  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }

  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipOutY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipOutY;
  backface-visibility: visible !important;
  animation-name: flipOutY; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-o-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px); }

  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px); }

  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px); }

  100% {
    opacity: 1;
    transform: translateY(0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px); }

  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px); }

  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px); }

  100% {
    opacity: 1;
    transform: translateY(0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px); }

  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px); }

  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px); }

  100% {
    opacity: 1;
    transform: translateX(0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px); }

  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px); }

  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px); }

  100% {
    opacity: 1;
    transform: translateX(0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px); }

  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px); }

  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px); }

  100% {
    opacity: 1;
    transform: translateY(0); } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px); }

  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px); }

  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }

  100% {
    opacity: 1;
    transform: translateY(0); } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px); }

  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px); }

  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }

  100% {
    opacity: 1;
    transform: translateX(0); } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px); }

  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px); }

  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px); }

  100% {
    opacity: 1;
    transform: translateX(0); } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-o-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px); } }

@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }

  100% {
    opacity: 0;
    -moz-transform: translateY(-20px); } }

@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }

  100% {
    opacity: 0;
    -o-transform: translateY(-20px); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0); }

  100% {
    opacity: 0;
    transform: translateY(-20px); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px); } }

@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }

  100% {
    opacity: 0;
    -moz-transform: translateY(20px); } }

@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }

  100% {
    opacity: 0;
    -o-transform: translateY(20px); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0); }

  100% {
    opacity: 0;
    transform: translateY(20px); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px); } }

@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }

  100% {
    opacity: 0;
    -moz-transform: translateX(-20px); } }

@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }

  100% {
    opacity: 0;
    -o-transform: translateX(-20px); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0); }

  100% {
    opacity: 0;
    transform: translateX(-20px); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px); } }

@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }

  100% {
    opacity: 0;
    -moz-transform: translateX(20px); } }

@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }

  100% {
    opacity: 0;
    -o-transform: translateX(20px); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0); }

  100% {
    opacity: 0;
    transform: translateX(20px); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }

@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }

  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px); } }

@-o-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }

  100% {
    opacity: 0;
    -o-transform: translateY(-2000px); } }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0); }

  100% {
    opacity: 0;
    transform: translateY(-2000px); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -moz-animation-name: fadeOutUpBig;
  -o-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }

@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }

  100% {
    opacity: 0;
    -moz-transform: translateY(2000px); } }

@-o-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }

  100% {
    opacity: 0;
    -o-transform: translateY(2000px); } }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0); }

  100% {
    opacity: 0;
    transform: translateY(2000px); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -moz-animation-name: fadeOutDownBig;
  -o-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }

@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }

  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px); } }

@-o-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }

  100% {
    opacity: 0;
    -o-transform: translateX(-2000px); } }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0); }

  100% {
    opacity: 0;
    transform: translateX(-2000px); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -moz-animation-name: fadeOutLeftBig;
  -o-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }

@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }

  100% {
    opacity: 0;
    -moz-transform: translateX(2000px); } }

@-o-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }

  100% {
    opacity: 0;
    -o-transform: translateX(2000px); } }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0); }

  100% {
    opacity: 0;
    transform: translateX(2000px); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -moz-animation-name: fadeOutRightBig;
  -o-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3); }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05); }

  70% {
    -webkit-transform: scale(0.9); }

  100% {
    -webkit-transform: scale(1); } }

@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3); }

  50% {
    opacity: 1;
    -moz-transform: scale(1.05); }

  70% {
    -moz-transform: scale(0.9); }

  100% {
    -moz-transform: scale(1); } }

@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3); }

  50% {
    opacity: 1;
    -o-transform: scale(1.05); }

  70% {
    -o-transform: scale(0.9); }

  100% {
    -o-transform: scale(1); } }

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3); }

  50% {
    opacity: 1;
    transform: scale(1.05); }

  70% {
    transform: scale(0.9); }

  100% {
    transform: scale(1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px); }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px); }

  80% {
    -webkit-transform: translateY(10px); }

  100% {
    -webkit-transform: translateY(0); } }

@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px); }

  60% {
    opacity: 1;
    -moz-transform: translateY(-30px); }

  80% {
    -moz-transform: translateY(10px); }

  100% {
    -moz-transform: translateY(0); } }

@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px); }

  60% {
    opacity: 1;
    -o-transform: translateY(-30px); }

  80% {
    -o-transform: translateY(10px); }

  100% {
    -o-transform: translateY(0); } }

@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px); }

  60% {
    opacity: 1;
    transform: translateY(-30px); }

  80% {
    transform: translateY(10px); }

  100% {
    transform: translateY(0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px); }

  80% {
    -webkit-transform: translateY(-10px); }

  100% {
    -webkit-transform: translateY(0); } }

@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px); }

  60% {
    opacity: 1;
    -moz-transform: translateY(30px); }

  80% {
    -moz-transform: translateY(-10px); }

  100% {
    -moz-transform: translateY(0); } }

@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px); }

  60% {
    opacity: 1;
    -o-transform: translateY(30px); }

  80% {
    -o-transform: translateY(-10px); }

  100% {
    -o-transform: translateY(0); } }

@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }

  60% {
    opacity: 1;
    transform: translateY(30px); }

  80% {
    transform: translateY(-10px); }

  100% {
    transform: translateY(0); } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px); }

  80% {
    -webkit-transform: translateX(-10px); }

  100% {
    -webkit-transform: translateX(0); } }

@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px); }

  60% {
    opacity: 1;
    -moz-transform: translateX(30px); }

  80% {
    -moz-transform: translateX(-10px); }

  100% {
    -moz-transform: translateX(0); } }

@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px); }

  60% {
    opacity: 1;
    -o-transform: translateX(30px); }

  80% {
    -o-transform: translateX(-10px); }

  100% {
    -o-transform: translateX(0); } }

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }

  60% {
    opacity: 1;
    transform: translateX(30px); }

  80% {
    transform: translateX(-10px); }

  100% {
    transform: translateX(0); } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px); }

  80% {
    -webkit-transform: translateX(10px); }

  100% {
    -webkit-transform: translateX(0); } }

@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px); }

  60% {
    opacity: 1;
    -moz-transform: translateX(-30px); }

  80% {
    -moz-transform: translateX(10px); }

  100% {
    -moz-transform: translateX(0); } }

@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px); }

  60% {
    opacity: 1;
    -o-transform: translateX(-30px); }

  80% {
    -o-transform: translateX(10px); }

  100% {
    -o-transform: translateX(0); } }

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px); }

  60% {
    opacity: 1;
    transform: translateX(-30px); }

  80% {
    transform: translateX(10px); }

  100% {
    transform: translateX(0); } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1); }

  25% {
    -webkit-transform: scale(0.95); }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1); }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.3); } }

@-moz-keyframes bounceOut {
  0% {
    -moz-transform: scale(1); }

  25% {
    -moz-transform: scale(0.95); }

  50% {
    opacity: 1;
    -moz-transform: scale(1.1); }

  100% {
    opacity: 0;
    -moz-transform: scale(0.3); } }

@-o-keyframes bounceOut {
  0% {
    -o-transform: scale(1); }

  25% {
    -o-transform: scale(0.95); }

  50% {
    opacity: 1;
    -o-transform: scale(1.1); }

  100% {
    opacity: 0;
    -o-transform: scale(0.3); } }

@keyframes bounceOut {
  0% {
    transform: scale(1); }

  25% {
    transform: scale(0.95); }

  50% {
    opacity: 1;
    transform: scale(1.1); }

  100% {
    opacity: 0;
    transform: scale(0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
  -moz-animation-name: bounceOut;
  -o-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0); }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }

@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0); }

  20% {
    opacity: 1;
    -moz-transform: translateY(20px); }

  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px); } }

@-o-keyframes bounceOutUp {
  0% {
    -o-transform: translateY(0); }

  20% {
    opacity: 1;
    -o-transform: translateY(20px); }

  100% {
    opacity: 0;
    -o-transform: translateY(-2000px); } }

@keyframes bounceOutUp {
  0% {
    transform: translateY(0); }

  20% {
    opacity: 1;
    transform: translateY(20px); }

  100% {
    opacity: 0;
    transform: translateY(-2000px); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0); }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }

@-moz-keyframes bounceOutDown {
  0% {
    -moz-transform: translateY(0); }

  20% {
    opacity: 1;
    -moz-transform: translateY(-20px); }

  100% {
    opacity: 0;
    -moz-transform: translateY(2000px); } }

@-o-keyframes bounceOutDown {
  0% {
    -o-transform: translateY(0); }

  20% {
    opacity: 1;
    -o-transform: translateY(-20px); }

  100% {
    opacity: 0;
    -o-transform: translateY(2000px); } }

@keyframes bounceOutDown {
  0% {
    transform: translateY(0); }

  20% {
    opacity: 1;
    transform: translateY(-20px); }

  100% {
    opacity: 0;
    transform: translateY(2000px); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -moz-animation-name: bounceOutDown;
  -o-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0); }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }

@-moz-keyframes bounceOutLeft {
  0% {
    -moz-transform: translateX(0); }

  20% {
    opacity: 1;
    -moz-transform: translateX(20px); }

  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px); } }

@-o-keyframes bounceOutLeft {
  0% {
    -o-transform: translateX(0); }

  20% {
    opacity: 1;
    -o-transform: translateX(20px); }

  100% {
    opacity: 0;
    -o-transform: translateX(-2000px); } }

@keyframes bounceOutLeft {
  0% {
    transform: translateX(0); }

  20% {
    opacity: 1;
    transform: translateX(20px); }

  100% {
    opacity: 0;
    transform: translateX(-2000px); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -moz-animation-name: bounceOutLeft;
  -o-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0); }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }

@-moz-keyframes bounceOutRight {
  0% {
    -moz-transform: translateX(0); }

  20% {
    opacity: 1;
    -moz-transform: translateX(-20px); }

  100% {
    opacity: 0;
    -moz-transform: translateX(2000px); } }

@-o-keyframes bounceOutRight {
  0% {
    -o-transform: translateX(0); }

  20% {
    opacity: 1;
    -o-transform: translateX(-20px); }

  100% {
    opacity: 0;
    -o-transform: translateX(2000px); } }

@keyframes bounceOutRight {
  0% {
    transform: translateX(0); }

  20% {
    opacity: 1;
    transform: translateX(-20px); }

  100% {
    opacity: 0;
    transform: translateX(2000px); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -moz-animation-name: bounceOutRight;
  -o-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateIn {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0; }

  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotateIn {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(-200deg);
    opacity: 0; }

  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0; }

  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  -moz-animation-name: rotateIn;
  -o-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateInUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; }

  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotateInUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0; }

  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; }

  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -moz-animation-name: rotateInUpLeft;
  -o-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateInDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; }

  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotateInDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; }

  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0; }

  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -moz-animation-name: rotateInDownLeft;
  -o-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateInUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; }

  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotateInUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; }

  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; }

  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -moz-animation-name: rotateInUpRight;
  -o-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateInDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; }

  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotateInDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0; }

  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; }

  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -moz-animation-name: rotateInDownRight;
  -o-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1; }

  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0; } }

@-moz-keyframes rotateOut {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1; }

  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(200deg);
    opacity: 0; } }

@-o-keyframes rotateOut {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1; }

  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(200deg);
    opacity: 0; } }

@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; }

  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  -moz-animation-name: rotateOut;
  -o-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }

  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; } }

@-moz-keyframes rotateOutUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; }

  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; } }

@-o-keyframes rotateOutUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; }

  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }

  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  -moz-animation-name: rotateOutUpLeft;
  -o-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }

  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; } }

@-moz-keyframes rotateOutDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; }

  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; } }

@-o-keyframes rotateOutDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; }

  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }

  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  -moz-animation-name: rotateOutDownLeft;
  -o-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }

  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; } }

@-moz-keyframes rotateOutUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; }

  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; } }

@-o-keyframes rotateOutUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; }

  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; }

  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  -moz-animation-name: rotateOutUpRight;
  -o-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }

  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; } }

@-moz-keyframes rotateOutDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; }

  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; } }

@-o-keyframes rotateOutDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; }

  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; }

  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  -moz-animation-name: rotateOutDownRight;
  -o-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }

  20%,60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }

  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }

  100% {
    -webkit-transform: translateY(700px);
    opacity: 0; } }

@-moz-keyframes hinge {
  0% {
    -moz-transform: rotate(0);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }

  20%,60% {
    -moz-transform: rotate(80deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }

  40% {
    -moz-transform: rotate(60deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }

  80% {
    -moz-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }

  100% {
    -moz-transform: translateY(700px);
    opacity: 0; } }

@-o-keyframes hinge {
  0% {
    -o-transform: rotate(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }

  20%,60% {
    -o-transform: rotate(80deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }

  40% {
    -o-transform: rotate(60deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }

  80% {
    -o-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }

  100% {
    -o-transform: translateY(700px);
    opacity: 0; } }

@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }

  20%,60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }

  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }

  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out; }

  100% {
    transform: translateY(700px);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  -moz-animation-name: hinge;
  -o-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg); } }

@-moz-keyframes rollIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg); }

  100% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg); } }

@-o-keyframes rollIn {
  0% {
    opacity: 0;
    -o-transform: translateX(-100%) rotate(-120deg); }

  100% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg); } }

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg); }

  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); } }

.rollIn {
  -webkit-animation-name: rollIn;
  -moz-animation-name: rollIn;
  -o-animation-name: rollIn;
  animation-name: rollIn; }

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg); } }

@-moz-keyframes rollOut {
  0% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg); }

  100% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(120deg); } }

@-o-keyframes rollOut {
  0% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg); }

  100% {
    opacity: 0;
    -o-transform: translateX(100%) rotate(120deg); } }

@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); }

  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  -moz-animation-name: rollOut;
  -o-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@-moz-keyframes lightSpeedIn {
  0% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }

  60% {
    -moz-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }

  80% {
    -moz-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }

  100% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@-o-keyframes lightSpeedIn {
  0% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }

  60% {
    -o-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }

  80% {
    -o-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }

  100% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }

  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }

  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }

  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -moz-animation-name: lightSpeedIn;
  -o-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

.animated.lightSpeedIn {
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-duration: .5s; }

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

@-moz-keyframes lightSpeedOut {
  0% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1; }

  100% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

@-o-keyframes lightSpeedOut {
  0% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1; }

  100% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }

  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -moz-animation-name: lightSpeedOut;
  -o-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

.animated.lightSpeedOut {
  -webkit-animation-duration: .25s;
  -moz-animation-duration: .25s;
  -o-animation-duration: .25s;
  animation-duration: .25s; }

@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg); }

  10% {
    -webkit-transform: skewX(-8deg); }

  20% {
    -webkit-transform: skewX(7deg); }

  30% {
    -webkit-transform: skewX(-6deg); }

  40% {
    -webkit-transform: skewX(5deg); }

  50% {
    -webkit-transform: skewX(-4deg); }

  60% {
    -webkit-transform: skewX(3deg); }

  70% {
    -webkit-transform: skewX(-2deg); }

  80% {
    -webkit-transform: skewX(1deg); }

  90% {
    -webkit-transform: skewX(0deg); }

  100% {
    -webkit-transform: skewX(0deg); } }

@-moz-keyframes wiggle {
  0% {
    -moz-transform: skewX(9deg); }

  10% {
    -moz-transform: skewX(-8deg); }

  20% {
    -moz-transform: skewX(7deg); }

  30% {
    -moz-transform: skewX(-6deg); }

  40% {
    -moz-transform: skewX(5deg); }

  50% {
    -moz-transform: skewX(-4deg); }

  60% {
    -moz-transform: skewX(3deg); }

  70% {
    -moz-transform: skewX(-2deg); }

  80% {
    -moz-transform: skewX(1deg); }

  90% {
    -moz-transform: skewX(0deg); }

  100% {
    -moz-transform: skewX(0deg); } }

@-o-keyframes wiggle {
  0% {
    -o-transform: skewX(9deg); }

  10% {
    -o-transform: skewX(-8deg); }

  20% {
    -o-transform: skewX(7deg); }

  30% {
    -o-transform: skewX(-6deg); }

  40% {
    -o-transform: skewX(5deg); }

  50% {
    -o-transform: skewX(-4deg); }

  60% {
    -o-transform: skewX(3deg); }

  70% {
    -o-transform: skewX(-2deg); }

  80% {
    -o-transform: skewX(1deg); }

  90% {
    -o-transform: skewX(0deg); }

  100% {
    -o-transform: skewX(0deg); } }

@keyframes wiggle {
  0% {
    transform: skewX(9deg); }

  10% {
    transform: skewX(-8deg); }

  20% {
    transform: skewX(7deg); }

  30% {
    transform: skewX(-6deg); }

  40% {
    transform: skewX(5deg); }

  50% {
    transform: skewX(-4deg); }

  60% {
    transform: skewX(3deg); }

  70% {
    transform: skewX(-2deg); }

  80% {
    transform: skewX(1deg); }

  90% {
    transform: skewX(0deg); }

  100% {
    transform: skewX(0deg); } }

.wiggle {
  -webkit-animation-name: wiggle;
  -moz-animation-name: wiggle;
  -o-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

.animated.wiggle {
  -webkit-animation-duration: .75s;
  -moz-animation-duration: .75s;
  -o-animation-duration: .75s;
  animation-duration: .75s; }

/* =================== */
/*      SECTION 7     */
/* =================== */
/* 7.1 - Custom dropdown approach */
.accordion22 {
  background-color: none;
  overflow: hidden;
  color: #444;
  cursor: pointer;
  margin: 10px;
  border-bottom: 1px solid #a19e9e;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s; }

.active, .accordion22:hover {
  background-color: none; }

.accordion22:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  margin-right: 5px; }

.active11:after {
  content: "\2212"; }

.panel {
  padding: 0 18px;
  background-color: none;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out; }

/* 7.1 - Custom dropdown approach */
.accordionlll {
  padding-bottom: 12px;
  font-family: Garamond, Times, serif !important;
  font-size: 110%;
  line-height: 25px; }

.accordionlll ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.accordion .link {
  text-decoration: none;
  cursor: pointer;
  display: block;
  padding: 2px 2px 2px 0px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.accordion li i {
  position: absolute;
  top: 9px;
  left: 12px;
  font-size: 18px;
  color: grey;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.accordion li i.fa-chevron-down {
  padding-left: 5px;
  padding-right: 5px;
  left: auto;
  font-size: 10px; }

.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

/**
 * Submenu
 -----------------------------*/
.submenu {
  display: none;
  margin-bottom: 10px; }

.submenu p {
  margin-top: 8px;
  margin-bottom: 0px; }

.morecontent span {
  display: none; }

.morelink {
  display: block; }

.readmorelink {
  position: relative;
  cursor: pointer;
  margin-bottom: 10px;
  font-style: italic;
  font-size: 88%;
  margin-left: 6px;
  padding: 4px 5px 0px 3px;
  top: -10px;
  border: 1px solid #a19e9e;
  border-radius: 4px;
  display: inline-block; }

#nav-icon3 {
  width: 24px;
  height: 21px;
  position: relative;
  margin-top: 5px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: grey;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

/* Icon 3 */
#nav-icon3 span:nth-child(1) {
  top: 0px; }

#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
  top: 6px; }

#nav-icon3 span:nth-child(4) {
  top: 12px; }

#nav-icon3.open span:nth-child(1) {
  top: 6px;
  width: 0%;
  left: 50%; }

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#nav-icon3.open span:nth-child(4) {
  top: 6px;
  width: 0%;
  left: 50%; }

.filters-ul {
  background-color: white;
  position: relative;
  border-bottom: 0px solid #a19e9e;
  line-height: 28px; }

ul.filters-ul {
  text-align: center;
  list-style-type: none;
  list-style-position: inside;
  margin: 0;
  padding: 0; }

ul.filters-ul:after {
  display: inline-block;
  width: 100%; }

ul.filters-ul:before {
  content: '';
  display: block; }

ul.filters-ul > li {
  text-transform: uppercase;
  display: inline-block;
  margin-right: -.25em;
  margin: 0 .1em 0px;
  position: relative;
  list-style-type: none;
  list-style-position: inside; }

ul.filters-ul > li a:hover {
  background: #f5f3f1; }

ul.filters-ul > li > a {
  text-decoration: none;
  color: #333333;
  display: block;
  padding: 0px 10px;
  font-family: JohnstonITCStd-Medium, abel, helvetica, sans-serif;
  font-size: 10.92px;
  letter-spacing: 0.18em; }

ul.filters-ul > li > a.current {
  background-color: #f5f3f1; }

ul.filters-ul > li > a.active {
  background-color: #f5f3f1; }

ul.filters-ul > li.active > a {
  background-color: #f5f3f1; }

ul.filters-ul > li > a.active:hover {
  background-color: #f5f3f1; }

ul.filters-ul > li > active {
  background-color: #f5f3f1; }

ul.filters-ul > li.refine {
  padding: 0px 10px;
  font-family: JohnstonITCStd-Medium, abel, helvetica, sans-serif;
  font-size: 10.92px;
  letter-spacing: 0.18em; }
