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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

.last-row {
  margin: 0 0 1% 0 !important; }

/*  SECTIONS  */
.section {
  clear: both;
  padding: 0px;
  margin: 0px; }

/*  COLUMN SETUP  */
.col {
  display: block;
  float: left;
  margin: 1% 0 0 1.5%; }

.col:first-child {
  margin-left: 0; }

/*  GROUPING  */
.group::before,
.group::after {
  content: "";
  display: table; }

.group::after {
  clear: both; }

.group {
  zoom: 1;
  /* For IE 6/7 */ }

/*  GRID OF TWELVE  */
.span_12_of_12 {
  width: 100%; }

.span_11_of_12 {
  width: 91.54%; }

.span_10_of_12 {
  width: 83.08%; }

.span_9_of_12 {
  width: 74.62%; }

.span_8_of_12 {
  width: 66.16%; }

.span_7_of_12 {
  width: 57.70%; }

.span_6_of_12 {
  width: 49.25%; }

.span_5_of_12 {
  width: 40.79%; }

.span_4_of_12 {
  width: 32.33%; }

.span_3_of_12 {
  width: 23.87%; }

.span_2_of_12 {
  width: 15.41%; }

.span_1_of_12 {
  width: 6.958%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 800px) {
  .col {
    margin: 1% 0 1% 0%; }

  .span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12 {
    width: 100%; } }
/*!
 * SlickNav Responsive Mobile Menu v1.0.3
 * (c) 2015 Josh Cope
 * licensed under MIT
 */
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.625em;
  line-height: 1.125em;
  cursor: pointer; }

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em; }

.slicknav_menu {
  *zoom: 1; }

.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left; }

.slicknav_menu .slicknav_icon {
  float: left;
  margin: 0.188em 0 0 0.438em; }

.slicknav_menu .slicknav_no-text {
  margin: 0; }

.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }

.slicknav_menu:before {
  content: " ";
  display: table; }

.slicknav_menu:after {
  content: " ";
  display: table;
  clear: both; }

.slicknav_nav {
  clear: both; }

.slicknav_nav ul {
  display: block; }

.slicknav_nav li {
  display: block; }

.slicknav_nav .slicknav_arrow {
  font-size: 10px;
  margin: 0 0 0 10px;
  line-height: 20px; }

.slicknav_nav .slicknav_item {
  cursor: pointer; }

.slicknav_nav .slicknav_item a {
  display: inline; }

.slicknav_nav .slicknav_row {
  display: block; }

.slicknav_nav a {
  display: block; }

.slicknav_nav .slicknav_parent-link a {
  display: inline; }

.slicknav_brand {
  float: left; }

.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
  background: #3e3e3e;
  padding: 5px; }

.slicknav_menu * {
  box-sizing: border-box; }

.slicknav_menu .slicknav_menutxt {
  color: #fff;
  font-weight: bold;
  text-shadow: 0 1px 3px #000; }

.slicknav_menu .slicknav_icon-bar {
  background-color: #fff; }

.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #222; }

.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden; }

.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 0 0 20px; }

.slicknav_nav .slicknav_row {
  padding: 7px 10px;
  margin: 2px 5px; }

.slicknav_nav .slicknav_row:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #303030;
  color: #fff; }

.slicknav_nav a {
  padding: 7px 10px;
  margin: 2px 5px;
  text-decoration: none;
  color: #fff; }

.slicknav_nav a:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #303030;
  color: #fff; }

.slicknav_nav .slicknav_txtnode {
  margin-left: 15px; }

.slicknav_nav .slicknav_item a {
  padding: 0;
  margin: 0; }

.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0; }

.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px; }

@font-face {
  font-family: 'icomoon';
  src: url("../../fonts/icomoon.eot?xu1tqj");
  src: url("../../fonts/icomoon.eot?xu1tqj#iefix") format("embedded-opentype"), url("../../fonts/icomoon.woff2?xu1tqj") format("woff2"), url("../../fonts/icomoon.ttf?xu1tqj") format("truetype"), url("../../fonts/icomoon.woff?xu1tqj") format("woff"), url("../../fonts/icomoon.svg?xu1tqj#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.tick-list {
  list-style-type: none;
  margin: 18px 0;
  position: relative;
  text-align: left;
  display: inline-block; }
  .tick-list li:before {
    color: #13ce66;
    content: "\e909";
    float: left;
    font-family: 'icomoon' !important;
    font-size: 17px;
    left: 17px;
    position: absolute;
    width: 20px; }

.icon-check:before {
  content: "\e909"; }

.icon-chevron-right:before {
  content: "\e906"; }

.icon-chevron-left:before {
  content: "\e907"; }

.icon-plus-circle:before {
  content: "\e904"; }

.icon-plus:before {
  content: "\e905"; }

.icon-linkedin:before {
  content: "\e90a"; }

.icon-facebook2:before {
  content: "\e908"; }

.icon-instagram:before {
  content: "\e900"; }

.icon-twitter:before {
  content: "\e901"; }

.icon-brand:before {
  content: "\e901"; }

.icon-tweet:before {
  content: "\e901"; }

.icon-social:before {
  content: "\e901"; }

.icon-facebook:before {
  content: "\e902"; }

.icon-brand2:before {
  content: "\e902"; }

.icon-social2:before {
  content: "\e902"; }

.icon-lock:before {
  content: "\e903"; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 1; }

.hamburger-box {
  width: 30px;
  height: 19px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 3px;
    background-color: #fff;
    border-radius: 0;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -8px; }
  .hamburger-inner::after {
    bottom: -8px; }

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/************************************************************************************************
										 * Break Points
 ************************************************************************************************/
@font-face {
  font-family: 'congressbold';
  src: url("../../fonts/congress_bold-webfont.eot");
  src: url("../../fonts/congress_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/congress_bold-webfont.woff2") format("woff2"), url("../../fonts/congress_bold-webfont.woff") format("woff"), url("../../fonts/congress_bold-webfont.ttf") format("truetype"), url("../../fonts/congress_bold-webfont.svg#congressbold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'congressbold';
  src: url("../../fonts/congress_bold-webfont.eot");
  src: url("../../fonts/congress_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/congress_bold-webfont.woff2") format("woff2"), url("../../fonts/congress_bold-webfont.woff") format("woff"), url("../../fonts/congress_bold-webfont.ttf") format("truetype"), url("../../fonts/congress_bold-webfont.svg#congressbold") format("svg");
  font-weight: bold;
  font-style: normal; }
h1, h2, h3, h4, h5, h6 {
  font-family: 'congressbold', sans-serif; }

h1 {
  font-size: 30px;
  line-height: 37px; }
  h1.product-title, h1.main-title {
    text-transform: uppercase;
    text-align: center;
    margin: 20px 0; }

h2 {
  font-size: 19px;
  line-height: 34px;
  margin: 0 0 20px 0;
  text-transform: uppercase; }

h4 {
  font-size: 20px;
  margin: 20px 0 10px 0; }

p {
  font-size: 16px;
  line-height: 30px;
  margin: 0 0 20px 0; }
  p:last-child {
    margin: 0; }

a {
  color: #fff; }

ul, ul ul {
  list-style-type: disc; }

.main-date {
  text-align: center; }

.column-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -0.25em;
  padding: 0;
  text-align: left;
  list-style: none; }
  @media only screen and (min-width: 420px) {
    .column-list {
      margin-bottom: -0.65em; } }
  .column-list li {
    box-sizing: border-box;
    flex: 0 0 50%;
    margin-bottom: 0.25em;
    padding-left: 11px;
    background-image: url("../../img/bullet.svg");
    background-repeat: no-repeat;
    background-position: 0 0.35em;
    background-size: 4px auto; }
    @media only screen and (min-width: 420px) {
      .column-list li {
        margin-bottom: 0.65em; } }

section {
  background-position: center center;
  background-size: cover; }

.center-align {
  text-align: center; }

.white-bg {
  background-color: white; }
  .white-bg h1, .white-bg p {
    color: #333; }

.content-section img {
  height: auto;
  max-width: 100%; }

.image .overlay {
  background: rgba(0, 0, 0, 0.5); }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

img {
  height: auto;
  max-width: 100%; }

/************************************************************************************************
											* Numbers (About values)
************************************************************************************************/
.number {
  border: 4px solid white;
  border-radius: 30px;
  width: 22px;
  padding: 5px;
  text-align: center;
  display: inline-block; }

/************************************************************************************************
											* Wood Background
************************************************************************************************/
@media only screen and (max-width: 800px) {
  .wood-background {
    background: none; } }
/************************************************************************************************
											* Content Slider (Homepage)
************************************************************************************************/
.content-slider img {
  height: 100% !important; }

.content-slider-h2 {
  font-size: 26px;
  text-transform: uppercase; }

/************************************************************************************************
											* Blog Feed (Homepage)
************************************************************************************************/
.blog-feed {
  padding: 50px 0; }

/************************************************************************************************
											* Home Product Ranges (Homepage)
************************************************************************************************/
.product-ranges .product-range {
  display: block;
  text-decoration: none; }
  .product-ranges .product-range:hover img {
    transform: scale(1.05); }
.product-ranges .product-range-content {
  overflow: hidden;
  position: relative; }
.product-ranges h3 {
  font-size: 18px; }
  .product-ranges h3.caption {
    background-color: rgba(17, 17, 17, 0.8);
    bottom: 0;
    display: block;
    margin: 0;
    padding: 12px 0;
    position: absolute;
    text-align: center;
    width: 100%; }
.product-ranges img {
  width: 100%;
  height: auto;
  transition: all 0.1s ease-in-out; }
.product-ranges .product-ranges-row {
  margin-bottom: 25px; }

@media only screen and (max-width: 800px) {
  .product-ranges .product-range {
    margin: 0 0 20px 0; }
  .product-ranges .product-range-content {
    width: 80%;
    margin: 0 auto; }
  .product-ranges h3 {
    font-size: 17px; }
  .product-ranges .product-ranges-row {
    margin: 0; }
    .product-ranges .product-ranges-row .columns {
      padding: 0; } }
/************************************************************************************************
											* Awards Slider (Awards)
************************************************************************************************/
.awards-slide {
  margin: 20px; }

/************************************************************************************************
											* Home Slider (Homepage)
************************************************************************************************/
.home-slider-bar {
  background-color: #111111;
  margin: 0 0 -120px 0;
  position: relative;
  top: -120px; }

.home-slider {
  max-width: none !important; }
  .home-slider .home-slide {
    margin: 0 !important; }
  .home-slider .slick-dots {
    position: absolute;
    margin: -35px auto 0;
    width: 100%; }

@media only screen and (max-width: 1048px) {
  .home-slider-bar {
    background-color: #111111;
    margin: 0;
    position: relative;
    top: 0; } }
/************************************************************************************************
											* Content Slider (Homepage)
************************************************************************************************/
.content-slider {
  max-width: none !important; }
  .content-slider .content-slide {
    text-align: left !important; }

/************************************************************************************************
											* Twitter Section (Homepage)
************************************************************************************************/
.twitter-section .icon-twitter {
  color: #1da1f2 !important;
  display: block;
  font-size: 100px;
  margin: 0 0 20px 0;
  text-decoration: none; }
.twitter-section .tweets-container-screen-name {
  margin: 0 0 20px 0; }
.twitter-section .tweets-container-text {
  font-family: 'congressbold';
  font-size: 22px;
  line-height: 32px;
  margin: 0 0 20px 0; }
.twitter-section .tweets-container-date {
  color: rgba(255, 255, 255, 0.5); }

@media only screen and (max-width: 800px) {
  .twitter-section .tweets-container-text {
    font-size: 18px; } }
/************************************************************************************************
											* Buttons
************************************************************************************************/
.button {
  border-radius: 5px;
  border: 2px solid white;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  margin: 15px 0;
  padding: 9px 17px 8px;
  text-decoration: none; }
  .button:hover {
    background-color: white;
    color: #333; }

.button--full-width {
  display: block;
  box-sizing: border-box;
  width: 100%; }

.button--primary {
  border: 0;
  font-family: 'congressbold';
  text-transform: uppercase;
  background-color: #cf202b; }

.dark .button {
  border: 2px solid #333;
  color: #333; }
  .dark .button:hover {
    background-color: #333;
    color: white; }

.share-button {
  margin: 15px 10px;
  font-size: 17px;
  padding: 12px 28px 11px 17px;
  width: 145px; }
  .share-button .icon {
    vertical-align: middle;
    font-size: 25px;
    margin: 0 8px; }
  .share-button .label {
    vertical-align: middle; }

.twitter-button {
  background-color: #38a8df;
  border: 2px solid #38a8df; }
  .twitter-button:hover {
    background-color: #38a8df;
    border: 2px solid #38a8df;
    color: white; }

.facebook-button {
  background-color: #4b73d5;
  border: 2px solid #4b73d5; }
  .facebook-button:hover {
    background-color: #4b73d5;
    border: 2px solid #4b73d5;
    color: white; }

/************************************************************************************************
											* Background Styles
************************************************************************************************/
.white {
  background-color: white; }

.dark-grey {
  background-color: #222222; }

.blue {
  background-color: #2b3138; }

/************************************************************************************************
											* Content Styles
************************************************************************************************/
.dark {
  color: #333; }
  .dark h1, .dark h2, .dark p, .dark a {
    color: #333; }
  .dark .bs-accordion {
    background-color: white; }
    .dark .bs-accordion h1, .dark .bs-accordion h2, .dark .bs-accordion p, .dark .bs-accordion a {
      color: #333; }
  .dark .bs-accordion-heading {
    background-color: #f1f1f1; }
  .dark .bs-accordion-content {
    border-color: #f1f1f1; }

.content-accordion:last-child {
  margin-bottom: 0; }

.light {
  color: white; }
  .light h1, .light h2, .light p, .light a {
    color: white; }

/************************************************************************************************
											* Competition Confirmation
************************************************************************************************/
.padded-box {
  padding: 0 20px;
  box-sizing: border-box; }

/************************************************************************************************
											* Content Blocks
************************************************************************************************/
.content-liner {
  width: 100%; }

.gform_wrapper .full-width .top_label input.medium, .gform_wrapper .full-width .top_label select.medium {
  width: 100% !important; }

.content-block {
  box-sizing: border-box;
  padding: 0 20px; }
  .content-block h1:last-child, .content-block h2:last-child, .content-block h3:last-child, .content-block p:last-child {
    margin-bottom: 0; }
  .content-block h1:first-child, .content-block h2:first-child, .content-block h3:first-child, .content-block p:first-child {
    margin-top: 0; }
  .content-block h2 {
    font-size: 26px;
    text-transform: uppercase; }

.title-row {
  margin: 0 0 40px 0; }
  .title-row * {
    font-size: 26px;
    line-height: 100%;
    margin: 0; }
  .title-row h2 {
    margin: 15px 0; }

.title-show {
  padding-top: 40px; }

.content-section.same-color .content-block-row:first-child {
  padding-top: 0; }

.block-image img {
  width: 100%; }

.headline-block {
  margin-top: 0 !important;
  width: 100%; }
  .headline-block h1, .headline-block h2 {
    text-transform: uppercase;
    font-size: 36px; }
  .headline-block h2.subline, .headline-block h3.subline {
    font-size: 22px;
    line-height: 32px; }
  .headline-block p {
    font-size: 18px; }

/************************************************************************************************
											* Accordions
************************************************************************************************/
.bs-accordion {
  background-color: #333;
  color: white;
  margin: 0 0 10px 0; }
  .bs-accordion h1, .bs-accordion h2, .bs-accordion p, .bs-accordion a {
    color: white; }

.bs-accordion-heading {
  font-family: 'congressbold';
  background-color: #1d1d1d;
  font-size: 16px;
  color: white;
  position: relative;
  cursor: pointer;
  display: block;
  text-decoration: none !important;
  padding: 20px; }
  .bs-accordion-heading [class^="icon-"], .bs-accordion-heading [class*=" icon-"] {
    font-size: 30px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin: -15px 0 0 0; }
  .bs-accordion-heading span {
    transition: all 0.5s ease-in-out; }

.bs-accordion-container {
  height: 0;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-in-out; }

.bs-accordion-content {
  position: relative;
  padding: 20px;
  border: 4px solid #1d1d1d;
  border-top: none; }
  .bs-accordion-content p {
    margin: 0 0 15px !important; }
    .bs-accordion-content p:last-child {
      margin-bottom: 0 !important; }
  .bs-accordion-content .button {
    margin-bottom: 15px; }

.accordion-section .bs-accordion-heading {
  text-transform: none; }

.bs-accordion.bs-active .bs-accordion-heading span {
  transform: rotate(45deg); }

/************************************************************************************************
											* Padding Options
************************************************************************************************/
.default-padding {
  padding: 70px 0; }

.extra-padding {
  padding: 210px 0; }

.top-padding {
  padding: 70px 0 0 0; }

.bottom-padding {
  padding: 0 0 70px 0; }

.extra-bottom-padding {
  padding: 70px 0 140px 0; }

.no-padding {
  padding: 0; }

/************************************************************************************************
											* Logo Blocks
************************************************************************************************/
.logo-block-caption {
  text-align: center; }

.logo-block {
  margin: 0 0 30px 0;
  width: 20%; }
  .logo-block img {
    width: 80%;
    display: block;
    margin: 0 auto; }

@media only screen and (max-width: 800px) {
  .content-section .flex {
    display: block;
    width: 100%; }

  .logo-block {
    width: 100%; }
    .logo-block img {
      width: 50%; }

  .content-block {
    margin-bottom: 40px; }
    .content-block:last-child {
      margin-bottom: 0; } }
/************************************************************************************************
											* CTA Section (Post pages)
************************************************************************************************/
.cta-section {
  position: relative; }
  .cta-section .cta-title {
    font-size: 30px;
    line-height: 37px; }

/************************************************************************************************
											* Lightbox
************************************************************************************************/
#lightbox-buy-online-content p {
  font-size: 15px; }

.custom-lightbox {
  opacity: 0;
  transform: translate3d(0, 0, 0);
  transition: all 0.3s ease-in-out;
  background-image: url("../../img/custom-lightbox-bg.png");
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 100; }
  .custom-lightbox.active {
    opacity: 1;
    visibility: visible; }

.lightbox-table {
  display: table;
  width: 100%;
  height: 100%; }

.lightbox-table-cell {
  display: table-cell;
  height: 400px;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle; }

.lightbox-content {
  border-radius: 5px;
  background-color: #fff;
  box-sizing: border-box;
  color: #000;
  margin: 0 auto;
  max-width: 280px;
  padding: 20px;
  position: relative; }

.close-btn {
  transform: scale(0);
  background-image: url("../../img/custom-lightbox-close.png");
  cursor: pointer;
  height: 34px;
  margin: -50px 0 0 0;
  position: absolute;
  right: 0;
  width: 34px; }

.close-btn.show {
  transition: all 0.5s ease;
  transform: scale(1); }

.close-btn.show {
  transition: all 0.5s ease;
  transform: scale(1); }

.lightbox-btn {
  cursor: pointer; }

.terms-lightbox .lightbox-table-cell {
  text-align: left; }

.terms-lightbox .lightbox-content {
  overflow: auto;
  max-height: 100%;
  max-width: 980px; }
.terms-lightbox .close-btn {
  margin: -19px 0 0 0; }

.circle-spinner {
  animation: spinner 1.1s infinite linear;
  border-radius: 50%;
  border: 4px solid rgba(204, 204, 204, 0.3);
  /* match with border-left */
  border-left: 4px solid #00BFFF;
  height: 30px;
  margin: 0 auto;
  width: 30px;
  /* match with height for a circle */ }

@keyframes spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.hide {
  display: none; }

.slick-slider {
  max-width: 500px;
  margin: 0 auto; }

.slick-slide {
  outline: none;
  text-align: center; }

/* Slick Slider Gallery Row */
.slick-slider-gallery-row {
  max-width: none; }
  .slick-slider-gallery-row .slick-slide {
    margin: 0px; }

/* Dots */
.slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center; }

.slick-dots li {
  display: inline-block; }

.slick-dots button {
  background-color: #f1f1f1;
  border: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 0;
  outline: none;
  height: 12px;
  width: 12px;
  margin: 0 5px;
  padding: 0; }

.slick-dots li.slick-active button {
  background-color: #bda770; }

[aria-label="1 of 1"] {
  display: none; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 1; }
  .slick-prev:hover:before,
  .slick-next:hover:before {
    opacity: 1; }

.slick-prev:before,
.slick-next:before {
  font-family: 'icomoon';
  font-size: 38px;
  line-height: 1;
  opacity: .6;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 10px; }

[dir='rtl'] .slick-prev {
  right: 10px;
  left: auto; }

.slick-prev:before {
  content: '\e907'; }

[dir='rtl'] .slick-prev:before {
  content: '\e906'; }

.slick-next {
  right: 10px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: 10px; }

.slick-next:before {
  content: '\e906'; }

[dir='rtl'] .slick-next:before {
  content: '\e907'; }

/************************************************************************************************
										 * GRID
 ************************************************************************************************/
.mobile-hide {
  display: none; }

.mobile-sidebar {
  display: block;
  margin-top: 30px; }

section, footer {
  clear: both;
  display: block; }
  section.fill, footer.fill {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0px;
    padding-top: 0px; }
  section.bs-accordion-section, footer.bs-accordion-section {
    padding-bottom: -20px; }

.no-border {
  border: 0 !important; }

.container {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box; }
  .container.extra-padding {
    padding-left: 20px;
    padding-right: 20px; }

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px; }

.row {
  margin-left: -20px;
  margin-right: -20px; }
  .row.narrow-margin {
    margin-left: -10px;
    margin-right: -10px; }
    .row.narrow-margin .column,
    .row.narrow-margin .columns {
      padding-left: 10px;
      padding-right: 10px; }

/************************************************************************************************
											* Flexbox
************************************************************************************************/
.flex,
.flex.mobile-hide {
  display: flex;
  clear: both;
  flex-wrap: wrap; }

.flex.middle .flex-item-1 {
  margin: auto 0; }

.flex-item-1 {
  flex: 1; }

.flex-center {
  justify-content: center;
  align-items: center; }

.flex-center-vertical {
  margin: auto 0; }

.flex-header--left,
.flex-header--right,
.flex-footer--left,
.flex-footer--right,
.flex-middle--item,
.flex-same-height--item {
  display: inline-block; }

.flex-header--right,
.flex-footer--right {
  margin-left: auto; }

/************************************************************************************************
										 * Self Clearing Goodness
 ************************************************************************************************/
.container:after,
.row:after {
  content: "";
  display: table;
  clear: both; }

@media (min-width: 800px) {
  .one.column,
  .one.columns {
    width: 8.3333333333%; }

  .two.columns {
    width: 16.6666666667%; }

  .three.columns {
    width: 25%; }

  .four.columns {
    width: 33.3333333333%; }

  .five.columns {
    width: 41.6666666667%; }

  .six.columns {
    width: 50%; }

  .seven.columns {
    width: 58.3333333333%; }

  .eight.columns {
    width: 66.6666666667%; }

  .nine.columns {
    width: 75%; }

  .ten.columns {
    width: 83.3333333333%; }

  .eleven.columns {
    width: 91.6666666667%; }

  .twelve.columns {
    width: 100%; }

  .one-fifth.column {
    width: 20%; }

  .two-fifths.columns {
    width: 40%; }

  .three-fifths.columns {
    width: 60%; }

  .one-third.column {
    width: 33.3333333333%; }

  .two-thirds.column {
    width: 66.6666666667%; }

  .one-half.column {
    width: 50%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.3333333333%; }

  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 16.6666666667%; }

  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 25%; }

  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 33.3333333333%; }

  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 41.6666666667%; }

  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 50%; }

  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 58.3333333333%; }

  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 66.6666666667%; }

  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 75%; }

  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 83.3333333333%; }

  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 91.6666666667%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 33.3333333333%; }

  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 66.6666666667%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 50%; } }
/************************************************************************************************
										 * Blog Single
 ************************************************************************************************/
.blog-post-item {
  margin: 0 0 30px 0; }
  .blog-post-item .holder {
    border-radius: 5px;
    color: white;
    display: block;
    height: 100%;
    position: relative;
    text-decoration: none; }
    .blog-post-item .holder .category {
      color: rgba(255, 255, 255, 0.5); }
    .blog-post-item .holder h3 {
      font-size: 18px;
      line-height: 26px;
      margin: 0 0 10px 0; }
    .blog-post-item .holder .item-date {
      color: rgba(255, 255, 255, 0.5);
      margin: 0; }
  .blog-post-item .image img {
    border-radius: 5px;
    display: block;
    width: 100%; }
  .blog-post-item .content {
    border-radius: 0 0 5px 5px;
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    box-sizing: border-box;
    padding: 20px;
    position: absolute;
    width: 100%; }

.pagination {
  text-align: center; }
  .pagination ul {
    border-radius: 50px;
    border: 2px solid white;
    display: inline-block;
    font-family: 'congressbold';
    list-style: none;
    padding: 0; }
  .pagination li {
    border-color: white;
    border-style: solid;
    border-width: 0 0 0 2px;
    float: left; }
    .pagination li .span {
      display: inline-block; }
    .pagination li:first-child {
      border: none; }
      .pagination li:first-child .current {
        border-radius: 50px 0 0 50px; }
    .pagination li:last-child .current {
      border-radius: 0 50px 50px 0; }
  .pagination .dots,
  .pagination .current {
    cursor: default; }
  .pagination a, .pagination .dots, .pagination .current {
    display: block;
    padding: 9px 12px 8px;
    text-decoration: none; }
  .pagination .current,
  .pagination a:hover {
    background-color: #222; }
  .pagination .prev {
    border-radius: 50px 0 0 50px; }
  .pagination .next {
    border-radius: 0 50px 50px 0; }

.addthis_inline_share_toolbox {
  margin: 30px 0; }

/************************************************************************************************
										 * Post Single
 ************************************************************************************************/
.post-single-padding {
  padding: 50px 0 100px 0; }

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

.post-pagination a {
  display: inline-block;
  text-decoration: none; }
.post-pagination span {
  border-color: white;
  border-style: solid;
  display: block;
  padding: 9px 12px 8px; }
  .post-pagination span:hover {
    background-color: #222; }
.post-pagination span.prev {
  border-width: 2px 1px 2px 2px;
  border-radius: 50px 0 0 50px; }
.post-pagination span.next {
  border-width: 2px 2px 2px 1px;
  border-radius: 0 50px 50px 0; }
.post-pagination span.single {
  border-width: 2px;
  border-radius: 50px; }

/************************************************************************************************
											* Inner Page Header Image
************************************************************************************************/
.slide-holder {
  height: auto;
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }
  .slide-holder img {
    width: 100%; }

.slide {
  float: left; }

/************************************************************************************************
											* Homepage Header
************************************************************************************************/
.home .header-bar {
  background-color: transparent; }
.home .home-slider {
  margin: 0 auto 0; }

@media only screen and (max-width: 1048px) {
  .home .home-slider {
    margin: 0 auto; }
    .home .home-slider .slick-dots {
      display: none; } }
/************************************************************************************************
											* Header
************************************************************************************************/
.header-bar {
  width: 100%;
  background-color: #111111;
  position: relative;
  z-index: 100; }

.header {
  padding: 40px 0;
  height: 40px;
  width: 100%;
  position: relative; }
  @media only screen and (max-width: 1048px) {
    .header {
      height: 30px;
      padding-top: 15px;
      padding-bottom: 15px; } }
  .header .hamburger {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 5;
    transform: translateY(-50%); }
    @media only screen and (min-width: 1049px) {
      .header .hamburger {
        display: none; } }
  .header ul {
    margin: 0;
    list-style: none;
    padding: 0; }
    @media only screen and (max-width: 1048px) {
      .header ul {
        display: none; } }
    .header ul li {
      display: inline-block;
      font-family: 'congressbold';
      font-size: 17px;
      text-transform: uppercase;
      font-weight: lighter;
      padding: 0 3%;
      position: relative; }
      .header ul li > a {
        color: #fff;
        display: block;
        text-decoration: none;
        padding: 8px 0;
        position: relative;
        outline: none; }
      .header ul li > a.underline:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: #fff;
        visibility: hidden;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s; }
      .header ul li > a.underline:hover:before {
        visibility: visible;
        -webkit-transform: scaleX(1);
        transform: scaleX(1); }
      .header ul li:hover ul {
        opacity: 1;
        top: 50px;
        visibility: visible;
        -webkit-transition: all .3s .1s;
        -moz-transition: all .3s .1s;
        -o-transition: all .3s .1s;
        transition: all .3s .1s; }
    .header ul ul {
      opacity: 0;
      visibility: hidden;
      float: left;
      background-color: #3e3e3e;
      margin: 0;
      padding: 5px 0 5px 0;
      position: absolute;
      z-index: 1;
      width: 180px;
      left: 50%;
      top: 30px;
      margin: 0 0 0 -90px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      -webkit-transition: all .3s .1s;
      -moz-transition: all .3s .1s;
      -o-transition: all .3s .1s;
      transition: all .3s .1s; }
      .header ul ul:before {
        content: '';
        display: block;
        border-color: transparent transparent #3e3e3e transparent;
        border-style: solid;
        border-width: 10px;
        /* The border on the drop down box  */
        position: absolute;
        top: -20px;
        left: 50%;
        margin-left: -10px; }
      .header ul ul li {
        text-transform: none;
        text-align: left;
        clear: both;
        float: left;
        font-size: 15px;
        display: block;
        width: 100%;
        padding: 0;
        box-sizing: border-box;
        border-bottom: 1px solid #515151; }
        .header ul ul li:last-child {
          border: none; }
        .header ul ul li:hover {
          background-color: #303030; }
        .header ul ul li a {
          display: block;
          padding: 10px 20px 7px; }
  .header .header-left {
    position: relative;
    z-index: 5;
    float: left;
    width: 50%;
    text-align: right;
    padding: 0 126px 0 0;
    box-sizing: border-box; }
  .header .header-right {
    position: relative;
    z-index: 5;
    float: left;
    width: 50%;
    text-align: left;
    padding: 0 0 0 126px;
    box-sizing: border-box; }
  .header .social-links {
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
    top: 50%;
    right: 0;
    transform: translateY(-50%); }
    .header .social-links li {
      margin: 0;
      padding: 0;
      float: left; }
      .header .social-links li:first-child {
        margin: 0; }
      .header .social-links li:not(:last-child) {
        margin-right: 10px; }
    .header .social-links a {
      text-decoration: none;
      font-size: 0px;
      display: block;
      padding: 0; }
      .header .social-links a:before {
        font-size: 30px; }

.burts-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 190px;
  transform: translate(-50%, -50%); }
  @media only screen and (max-width: 1048px) {
    .burts-logo {
      width: 95px; } }

.dropdown-menu {
  position: absolute;
  top: 95px;
  left: 0;
  right: 0;
  display: none;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px; }
  @media only screen and (max-width: 1048px) {
    .dropdown-menu {
      display: none !important; } }
  .dropdown-menu .product-list {
    box-sizing: border-box;
    width: 875px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }

.mobile-menu-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100vw;
  height: 100vh;
  display: none; }

.mobile-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 30px;
  color: #fff;
  background-color: #001b57; }
  @media only screen and (min-width: 1049px) {
    .mobile-menu {
      display: none !important; } }
  @media only screen and (max-width: 1048px) {
    .mobile-menu ul {
      display: block; } }
  .mobile-menu ul li {
    display: block;
    padding: 0;
    font-size: 26px; }
    .mobile-menu ul li:not(:last-child) {
      margin-bottom: 2.5vh; }

.slicknav_btn {
  background-color: transparent !important; }

.slicknav_menu .slicknav_menutxt {
  font-weight: normal;
  text-shadow: none; }

.slicknav_menu {
  background-color: #222222; }

.slicknav_nav a {
  font-family: "proxima-nova-n4", "proxima-nova", "proxima-nova" ,sans-serif !important; }
  .slicknav_nav a:before {
    font-family: 'icomoon' !important;
    margin: 0 10px 0 0; }

@media only screen and (max-width: 1048px) {
  .js #menu {
    display: none; }

  .js .slicknav_menu {
    display: block;
    position: relative; } }
body {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  height: 100%;
  /* 1, 3 */ }

.wrapper-page {
  flex: 1 0 auto;
  /* 2 */ }

.footer-bar {
  background-color: #111111;
  position: relative; }

.footer .burts-logo-footer {
  width: 150px; }
  .footer .burts-logo-footer img {
    display: block;
    width: 100%;
    height: auto; }
.footer .menu {
  float: left; }
  .footer .menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 340px; }
  .footer .menu li {
    float: left;
    width: 50%; }
    .footer .menu li a {
      color: rgba(255, 255, 255, 0.7);
      text-decoration: none; }
      .footer .menu li a:hover {
        color: white; }
.footer .footer-top {
  border-bottom: 1px solid white;
  padding: 30px 0 40px; }
.footer .footer-bottom {
  color: rgba(255, 255, 255, 0.7);
  padding: 20px 0; }
.footer .social-links-holder {
  display: inline-block;
  float: right;
  width: 150px; }
  .footer .social-links-holder .social-links {
    list-style: none;
    margin: 0;
    padding: 0;
    position: static;
    width: auto; }
    .footer .social-links-holder .social-links li {
      margin: 0 0 0 10px;
      float: left; }
      .footer .social-links-holder .social-links li:first-child {
        margin: 0; }
    .footer .social-links-holder .social-links a {
      text-decoration: none;
      font-size: 30px;
      display: block; }
.footer .subscribe-button {
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  margin: 20px 0 0 0; }

@media only screen and (max-width: 800px) {
  .footer .burts-logo-footer {
    display: none; }
  .footer .flex-footer--right {
    margin-left: 0;
    width: 100%; } }
@media only screen and (max-width: 550px) {
  .footer .menu ul {
    width: auto; }
  .footer .menu li {
    float: left;
    width: auto;
    clear: both; } }
.gform_wrapper div.validation_error {
  color: #e41f1f !important;
  border-top: 2px solid #e41f1f !important;
  border-bottom: 2px solid #e41f1f !important; }

.gform_wrapper .gfield_error .gfield_label,
.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
.gform_wrapper li.gfield_error ul.gfield_checkbox,
.gform_wrapper li.gfield_error ul.gfield_radio {
  color: white !important; }

.gform_wrapper .validation_message {
  color: #e41f1f !important; }

.gform_wrapper .field_description_below .gfield_description {
  padding-top: 3px !important; }

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
  border: none !important; }

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper li.gfield_error textarea {
  border: 3px solid #e41f1f !important; }

.gform_wrapper .gfield_checkbox li input[type=checkbox],
.gform_wrapper .gfield_radio li input[type=radio] {
  margin: 0 6px !important; }

.gform_body label, .gform_body input, .gform_body select {
  font-size: 16px !important; }

.gform_body input, .gform_body select, .gform_body textarea {
  color: #333;
  border: none;
  border-radius: 5px;
  padding: 8px 8px !important; }

.gform_wrapper .gfield_required {
  color: #fff !important; }

.hide-label .gfield_label {
  display: none !important; }

.gfield {
  margin: 0 0 10px 0; }

.gfield_select {
  height: 30px; }

.carousel--under-header {
  position: relative;
  top: -120px; }
  @media only screen and (max-width: 1048px) {
    .carousel--under-header {
      top: -60px; } }

.content-shift-up {
  margin-top: -120px; }
  @media only screen and (max-width: 1048px) {
    .content-shift-up {
      margin-top: -60px; } }

.roundel {
  position: relative;
  width: 100%;
  border-radius: 50%;
  padding-top: 100%;
  font-family: 'congressbold', sans-serif;
  text-align: center;
  color: #000;
  background-image: url("../../img/product/roundel.png");
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 19px 40px rgba(98, 52, 7, 0.47); }

.roundel--red {
  color: #fff;
  background-color: #900;
  background-image: none; }

.roundel--pink {
  color: #fff;
  background-color: #d44f79;
  background-image: none; }

.roundel--blue {
  color: #fff;
  background-color: #193c93;
  background-image: none; }

.roundel__content {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px; }

.roundel__line {
  display: block; }

.roundel--default {
  font-size: 17px;
  text-transform: uppercase; }
  .roundel--default .roundel__content {
    padding: 5px; }
  .roundel--default .roundel__line {
    line-height: 1.1; }
    .roundel--default .roundel__line:nth-child(2) {
      font-size: 0.75em; }

.roundel--img .roundel__content {
  padding: 16px; }
  @media only screen and (max-width: 1250px) {
    .roundel--img .roundel__content {
      padding: 10px; } }
.roundel--img .roundel__img {
  width: 100%; }

.roundel--price {
  font-size: 10px;
  text-transform: uppercase; }
  @media only screen and (min-width: 570px) {
    .roundel--price {
      font-size: 13px; } }
  @media only screen and (min-width: 950px) {
    .roundel--price {
      font-size: 16px; } }
  @media only screen and (min-width: 1200px) {
    .roundel--price {
      font-size: 24px; } }
  .roundel--price .roundel__line {
    line-height: 1.2; }
    .roundel--price .roundel__line:nth-child(1) {
      font-size: 1.5em; }
    .roundel--price .roundel__line:nth-child(2) {
      font-size: 2.2em;
      line-height: 1.1; }
      @media only screen and (min-width: 570px) {
        .roundel--price .roundel__line:nth-child(2) {
          font-size: 2.7em; } }
    .roundel--price .roundel__line:nth-child(3) {
      font-size: 1em; }

.fotm {
  display: block;
  width: 100%; }

.product-hero {
  position: relative;
  box-sizing: border-box;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 100%; }
  @media only screen and (min-width: 500px) {
    .product-hero {
      padding-bottom: 52px; } }
  @media only screen and (min-width: 500px) {
    .product-hero {
      padding-left: 25px;
      padding-right: 25px; } }
  @media only screen and (min-width: 950px) {
    .product-hero {
      padding-bottom: 140px; } }
  .product-hero img {
    max-width: 100%; }

@media only screen and (max-width: 499px) {
  .product-hero--no-summary {
    padding-bottom: 20px; } }

.product-hero--under-header {
  padding-top: 120px; }
  @media only screen and (max-width: 1048px) {
    .product-hero--under-header {
      padding-top: 60px; } }

.product-hero__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(43, 43, 43, 0.5); }

.product-hero__content {
  position: relative;
  z-index: 2;
  width: 650px;
  max-width: 100%; }
  @media only screen and (min-width: 950px) {
    .product-hero__content {
      display: flex;
      align-items: flex-start;
      width: 1160px; } }

@media only screen and (max-width: 949px) {
  .product-hero__intro,
  .product-hero__summary {
    margin-left: auto;
    margin-right: auto; } }

@media only screen and (min-width: 950px) {
  .product-hero__intro {
    flex: 1 1 auto;
    padding-bottom: 38px; } }
@media only screen and (min-width: 1010px) {
  .product-hero__intro {
    margin-right: 40px; } }

.product-hero__summary {
  flex: 0 0 220px; }
  @media only screen and (max-width: 949px) {
    .product-hero__summary {
      margin-top: 30px; } }
  @media only screen and (min-width: 950px) {
    .product-hero__summary {
      flex-basis: 260px; } }

.product-hero__summary--has-roundel {
  align-self: flex-start; }

@media only screen and (min-width: 1100px) {
  .product-hero__roundel {
    margin-top: 100px; } }
@media only screen and (max-width: 1199px) {
  .product-hero__roundel {
    width: 180px; } }
@media only screen and (max-width: 949px) {
  .product-hero__roundel {
    position: absolute;
    top: 0;
    right: -70px;
    z-index: 10;
    width: 140px; } }
@media only screen and (max-width: 849px) {
  .product-hero__roundel {
    right: 15px; } }
@media only screen and (max-width: 569px) {
  .product-hero__roundel {
    top: 0;
    width: 95px; } }

.product-hero--salt-and-vinegar {
  background-image: url("../../img/product/patterns/salt-and-vinegar.svg"), url("../../img/product/noise/salt-and-vinegar.png");
  background-position: 50% 50%, 0 0;
  background-size: cover, auto; }
  @supports (background-blend-mode: multiply) {
    .product-hero--salt-and-vinegar {
      background-image: url("../../img/product/patterns/salt-and-vinegar.svg"), linear-gradient(to top, rgba(9, 157, 202, 0.75), transparent 55%), url("../../img/product/noise/salt-and-vinegar.png");
      background-position: 50% 50%, 0 0, 0 0;
      background-size: cover, auto, auto;
      background-blend-mode: normal, multiply, normal; } }
  .product-hero--salt-and-vinegar .fotm__text {
    fill: #39a3a6; }

.product-hero--signature-cases {
  background-image: url("../../img/product/patterns/signature-cases.svg"), url("../../img/product/noise/signature-cases.png");
  background-position: 50% 50%, 0 0;
  background-size: cover, auto; }
  @supports (background-blend-mode: overlay) {
    .product-hero--signature-cases {
      background-image: url("../../img/product/patterns/signature-cases.svg"), linear-gradient(to top, rgba(236, 157, 60, 0.75), transparent 55%), url("../../img/product/noise/signature-cases.png");
      background-position: 50% 50%, 0 0, 0 0;
      background-size: cover, auto, auto;
      background-blend-mode: normal, overlay, normal; } }

.product-hero--classic-cases {
  background-image: url("../../img/product/patterns/classic-cases.svg"), url("../../img/product/noise/classic-cases.png");
  background-position: 50% 50%, 0 0;
  background-size: cover, auto; }
  @supports (background-blend-mode: overlay) {
    .product-hero--classic-cases {
      background-image: url("../../img/product/patterns/classic-cases.svg"), linear-gradient(to top, rgba(8, 88, 143, 0.75), transparent 55%), url("../../img/product/noise/classic-cases.png");
      background-position: 50% 50%, 0 0, 0 0;
      background-size: cover, auto, auto;
      background-blend-mode: normal, overlay, normal; } }

.product-hero--jim-beam {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent), linear-gradient(to bottom, rgba(33, 33, 33, 0.3), rgba(33, 33, 33, 0.3)), url("../../img/product/photo/jim-beam.jpg");
  background-repeat: no-repeat;
  background-position: 0 0, 0 0, 50% 50%;
  background-size: 100% 240px, auto, cover; }

.product-hero--spicy-chorizo {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent), linear-gradient(to bottom, rgba(33, 33, 33, 0.3), rgba(33, 33, 33, 0.3)), url("../../img/product/photo/spicy-chorizo.jpg");
  background-repeat: no-repeat;
  background-position: 0 0, 0 0, 50% 50%;
  background-size: 100% 240px, auto, cover; }
  .product-hero--spicy-chorizo .fotm__text {
    fill: #9a0543; }

.product-hero--sea-salt {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent), linear-gradient(to bottom, rgba(33, 33, 33, 0.675), rgba(33, 33, 33, 0.675)), url("../../img/product/photo/sea-salt.jpg");
  background-repeat: no-repeat;
  background-position: 0 0, 0 0, 50% 50%;
  background-size: 100% 240px, auto, cover; }

.product-hero--smoked-crispy-bacon {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent), linear-gradient(to bottom, rgba(33, 33, 33, 0.3), rgba(33, 33, 33, 0.3)), url("../../img/product/photo/smoked-crispy-bacon.jpg");
  background-repeat: no-repeat;
  background-position: 0 0, 0 0, 50% 50%;
  background-size: 100% 240px, auto, cover; }

.product-hero--roast-turkey-and-stuffing {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent), linear-gradient(to bottom, rgba(33, 33, 33, 0.3), rgba(33, 33, 33, 0.3)), url("../../img/product/photo/roast-turkey-and-stuffing.jpg");
  background-repeat: no-repeat;
  background-position: 0 0, 0 0, 50% 50%;
  background-size: 100% 240px, auto, cover; }

.product-hero--thai-sweet-chilli-lentil-waves {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent), linear-gradient(to bottom, rgba(33, 33, 33, 0.3), rgba(33, 33, 33, 0.3)), url("../../img/product/photo/thai-sweet-chilli-lentil-waves.jpg");
  background-repeat: no-repeat;
  background-position: 0 0, 0 0, 50% 50%;
  background-size: 100% 240px, auto, cover; }

.product-hero--lightly-salted-lentil-waves {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent), linear-gradient(to bottom, rgba(33, 33, 33, 0.3), rgba(33, 33, 33, 0.3)), url("../../img/product/photo/lightly-salted-lentil-waves.jpg");
  background-repeat: no-repeat;
  background-position: 0 0, 0 0, 50% 50%;
  background-size: 100% 240px, auto, cover; }

.product-hero--firecracker-lobster {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent), linear-gradient(to bottom, rgba(33, 33, 33, 0.3), rgba(33, 33, 33, 0.3)), url("../../img/product/photo/firecracker-lobster.jpg");
  background-repeat: no-repeat;
  background-position: 0 0, 0 0, 50% 50%;
  background-size: 100% 240px, auto, cover; }

.product-hero--img {
  background-position: 50% 50%;
  background-size: cover; }

.product-intro {
  box-sizing: border-box;
  width: 500px;
  max-width: 100%;
  text-align: center; }
  @media only screen and (max-width: 499px) {
    .product-intro {
      padding-left: 15px;
      padding-right: 15px; } }
  @media only screen and (min-width: 800px) {
    .product-intro {
      width: auto; } }
  .product-intro img {
    max-width: 100%; }

.product-intro__header {
  display: flex;
  align-items: center; }

.product-intro__header--full {
  flex-wrap: wrap; }

.product-intro__img {
  position: relative;
  display: flex;
  flex: 0 0 34%;
  align-items: center;
  justify-content: center; }
  .product-intro__img img {
    max-width: 100%; }

@media only screen and (max-width: 849px) {
  .product-intro__img--full {
    flex-basis: 100%;
    margin-bottom: 20px; } }

.product-intro__roundel {
  position: absolute;
  top: 50px;
  right: -18px;
  z-index: 10;
  width: 150px; }
  @media only screen and (max-width: 1250px) {
    .product-intro__roundel {
      width: 100px; } }
  @media only screen and (max-width: 800px) {
    .product-intro__roundel {
      display: none; } }

.product-intro__pack {
  z-index: 5;
  width: 136px; }
  @media only screen and (min-width: 800px) {
    .product-intro__pack {
      width: 186px; } }
  @media only screen and (min-width: 1080px) {
    .product-intro__pack {
      width: 236px; } }

.product-intro__pack--light-glow {
  filter: drop-shadow(0 0 50px rgba(255, 255, 255, 0.2)); }

.product-intro__pack--dark-glow {
  filter: drop-shadow(-9px 12px 24px rgba(0, 0, 0, 0.3)); }

.product-intro__title {
  flex: 0 0 66%; }

@media only screen and (max-width: 849px) {
  .product-intro__title--full {
    flex-basis: 100%; } }

.product-intro__banner {
  width: 170px;
  max-width: 100%;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 500px) {
    .product-intro__banner {
      width: 220px;
      margin-bottom: 10px; } }
  @media only screen and (min-width: 800px) {
    .product-intro__banner {
      width: 320px;
      margin-bottom: 20px; } }
  @media only screen and (min-width: 1080px) {
    .product-intro__banner {
      width: 320px; } }
  @media only screen and (max-width: 799px) {
    .product-intro--hide-banner .product-intro__banner {
      display: none; } }

.product-intro__star {
  padding-top: 12.86089%;
  background-image: url("../../img/product/star.svg");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: auto 88.57143%; }

.product-intro__heading {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.1; }
  @media only screen and (min-width: 500px) {
    .product-intro__heading {
      font-size: 32px; } }
  @media only screen and (min-width: 800px) {
    .product-intro__heading {
      font-size: 48px; } }
  @media only screen and (min-width: 1200px) {
    .product-intro__heading {
      font-size: 66px;
      line-height: 1; } }
  .product-intro__heading small {
    display: block;
    font-family: "proxima-nova-n4", "proxima-nova", "proxima-nova" ,sans-serif;
    font-size: 48.48485%;
    letter-spacing: 0.2em;
    line-height: 1.3; }
  .product-intro__heading sup {
    vertical-align: super;
    font-size: 0.5em; }

@media only screen and (min-width: 1200px) {
  .product-intro__heading--small {
    font-size: 56px; } }

.product-intro__heading--lentil-waves {
  margin-bottom: 0.125em; }
  @media only screen and (min-width: 1200px) {
    .product-intro__heading--lentil-waves {
      font-size: 76px;
      letter-spacing: 0.09em; } }
  .product-intro__heading--lentil-waves img {
    width: 120px; }
    @media only screen and (min-width: 1200px) {
      .product-intro__heading--lentil-waves img {
        width: 300px; } }

.product-intro__content {
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: 'congressbold', sans-serif; }
  @media only screen and (min-width: 500px) {
    .product-intro__content {
      margin-left: 20px;
      margin-right: 20px; } }
  @media only screen and (min-width: 950px) {
    .product-intro__content {
      margin-top: 35px; } }
  .product-intro__content p {
    margin: 0;
    font-size: 16px;
    line-height: 1.4; }
    @media only screen and (min-width: 500px) {
      .product-intro__content p {
        font-size: 20px; } }
    @media only screen and (min-width: 1200px) {
      .product-intro__content p {
        font-size: 26px; } }

.product-intro__bullets {
  width: 550px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.product-intro__text {
  padding-left: 15px; }
  @media only screen and (min-width: 950px) {
    .product-intro__text {
      margin-left: 30px;
      margin-right: 30px; } }

.product-intro__features {
  font-size: 14px;
  line-height: 1.2; }
  @media only screen and (min-width: 420px) {
    .product-intro__features {
      font-size: 15px; } }
  @media only screen and (min-width: 1200px) {
    .product-intro__features {
      font-size: 21px; } }

.product-intro__note {
  margin-top: 1.5em;
  font-size: 14px;
  line-height: 1.2; }
  @media only screen and (min-width: 420px) {
    .product-intro__note {
      font-size: 15px; } }
  @media only screen and (min-width: 1200px) {
    .product-intro__note {
      font-size: 20px; } }

.product-intro__store-logo {
  width: 80px;
  vertical-align: middle;
  margin-left: 12px; }
  @media only screen and (min-width: 950px) {
    .product-intro__store-logo {
      width: 103px;
      margin-left: 20px; } }

.product-intro__button {
  margin-top: 1.25em;
  margin-bottom: 0;
  padding-top: 0.4em;
  padding-bottom: 0.3em;
  font-size: 16px; }
  @media only screen and (min-width: 1200px) {
    .product-intro__button {
      border-width: 3px;
      margin-top: 1.75em;
      padding: 0.8em 1.5em 0.6em;
      font-size: 20px; } }
  .product-intro__button.button--primary {
    padding: 1.1em 2.5em 0.8em; }

.summary {
  box-sizing: border-box;
  width: 500px;
  max-width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3); }
  @media only screen and (min-width: 420px) {
    .summary {
      padding: 10px; } }
  .summary p {
    font-size: 12px;
    line-height: 1.3; }
    @media only screen and (min-width: 420px) {
      .summary p {
        font-size: 14px; } }
    @media only screen and (min-width: 1200px) {
      .summary p {
        font-size: 18px; } }
  .summary img {
    max-width: 100%; }

.summary__inner {
  padding: 25px 40px; }
  @media only screen and (max-width: 949px) {
    .summary__inner {
      display: grid;
      grid-template-columns: 140px 1fr;
      grid-template-rows: auto auto;
      grid-column-gap: 30px; } }
  @media only screen and (min-width: 950px) {
    .summary__inner {
      padding-bottom: 10px;
      padding-left: 20px;
      padding-right: 20px; } }
  @media only screen and (max-width: 499px) {
    .summary__inner {
      grid-template-columns: 110px 1fr; } }
  @media only screen and (min-width: 420px) {
    .summary__inner {
      border: 4px solid rgba(255, 255, 255, 0.5); } }
  @media only screen and (max-width: 499px) {
    .summary__inner {
      padding-bottom: 40px; } }

.summary__content {
  grid-column: 2 / 3; }

.summary__heading {
  margin: 0 0 0.6em;
  padding-bottom: 0.5em;
  font-size: 18px;
  text-transform: uppercase;
  background-image: linear-gradient(to bottom, #fff, #fff);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 35px 2px; }
  @media only screen and (min-width: 420px) {
    .summary__heading {
      font-size: 22px; } }
  @media only screen and (min-width: 1200px) {
    .summary__heading {
      font-size: 32px;
      line-height: 1.1;
      background-size: 70px 3px; } }

.summary__img {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
  margin-top: 18px; }
  @media only screen and (max-width: 949px) {
    @supports (display: grid) {
      .summary__img {
        margin-top: 0; } } }

.summary__box {
  width: 154px; }
  @supports (display: grid) {
    .summary__box {
      width: auto; }
      @media only screen and (min-width: 950px) {
        .summary__box {
          width: 104px; } }
      @media only screen and (min-width: 1200px) {
        .summary__box {
          width: 175px; } } }

.summary__box--open {
  width: 126px; }

.summary__box--pack {
  width: 90px; }
  @media only screen and (min-width: 950px) {
    .summary__box--pack {
      width: 106px; } }

.summary__box--light-glow {
  filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.5)); }

.summary__footer {
  grid-column: 2 / 3;
  grid-row: 2 / 3; }

.summary__button {
  margin-top: 0.66666em;
  margin-bottom: 0.66666em;
  padding: 0.35em 1.66666em 0.25em;
  font-size: 12px; }
  @media only screen and (min-width: 420px) {
    .summary__button {
      padding-top: 0.6em;
      padding-bottom: 0.4em;
      font-size: 15px; } }
  @media only screen and (min-width: 1200px) {
    .summary__button {
      font-size: 18px; } }

.summary__small-print {
  display: block;
  font-size: 7px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.5); }
  @media only screen and (min-width: 420px) {
    .summary__small-print {
      font-size: 12px; } }
  @media only screen and (min-width: 1200px) {
    .summary__small-print {
      font-size: 14px; } }

.product-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  color: #fff;
  background-color: #2c3138; }

.product-item {
  flex: 0 0 25%;
  text-align: center;
  background-image: url("../../img/product/menu/glow.png");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 100% auto; }

.product-item__inner {
  padding: 25px 20px; }
  @media only screen and (min-width: 850px) {
    .product-item__inner {
      padding: 30px 35px; } }

.product-item__img {
  margin-bottom: 10px; }
  .product-item__img img {
    max-width: 100%; }

.product-item__heading {
  margin: 0.3em 0 1em;
  font-size: 16px;
  line-height: 1.1;
  text-transform: none; }
  @media only screen and (min-width: 740px) {
    .product-item__heading {
      font-size: 18px; } }

.product-item__button {
  margin: 0;
  padding: 0.8em 0.5em 0.7em;
  font-size: 14px;
  line-height: 1.1; }
  @media only screen and (min-width: 740px) {
    .product-item__button {
      font-size: 16px; } }

.shop {
  position: relative;
  z-index: 100;
  background-color: #001b57; }

.shop__heading {
  font-size: 24px;
  margin-bottom: 1.25em;
  line-height: 1.3;
  text-align: center; }
  @media only screen and (min-width: 390px) {
    .shop__heading {
      font-size: 30px; } }
  @media only screen and (min-width: 600px) {
    .shop__heading {
      font-size: 40px; } }
  .shop__heading small {
    display: block;
    font-size: 0.6em; }

.shop__grid {
  margin-bottom: 35px; }
  @media only screen and (min-width: 390px) {
    .shop__grid {
      display: flex;
      flex-wrap: wrap; } }
  @media only screen and (min-width: 850px) {
    .shop__grid {
      margin-bottom: 70px;
      background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
      background-repeat: no-repeat;
      background-position: 25% 0, 50% 0, 75% 0;
      background-size: 1px 100%; } }

.shop-item {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 0 0 50%;
  text-align: center; }
  @media only screen and (max-width: 849px) {
    .shop-item {
      margin-bottom: 35px; } }
  @media only screen and (min-width: 850px) {
    .shop-item {
      flex-basis: 25%; } }

.shop-item__roundel {
  position: absolute;
  top: 0;
  right: 0;
  width: 105px; }
  @media only screen and (min-width: 450px) {
    .shop-item__roundel {
      right: 30px; } }
  @media only screen and (max-width: 600px) {
    .shop-item__roundel {
      transform: scale(0.75); } }
  @media only screen and (min-width: 850px) {
    .shop-item__roundel {
      top: -22px;
      right: 16px; } }

.shop-item__inner {
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media only screen and (min-width: 450px) {
    .shop-item__inner {
      padding-left: 25px;
      padding-right: 25px; } }
  @media only screen and (min-width: 1200px) {
    .shop-item__inner {
      padding-left: 30px;
      padding-right: 30px; } }

.shop-item__figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 180px;
  margin-bottom: 15px; }
  @media only screen and (max-width: 450px) {
    .shop-item__figure {
      height: 175px; } }
  @media only screen and (min-width: 850px) {
    .shop-item__figure {
      margin-bottom: 28px; } }

.shop-item__img {
  max-width: 100%; }
  @media only screen and (max-width: 450px) {
    .shop-item__img {
      width: 125px; } }

.shop-item__heading {
  margin: 0 0 0.75em;
  font-size: 18px;
  line-height: 1.3; }
  @media only screen and (min-width: 950px) {
    .shop-item__heading {
      font-size: 21px; } }
  @media only screen and (min-width: 1100px) {
    .shop-item__heading {
      font-size: 24px; } }

.shop-item__info {
  margin: auto 0 1em;
  font-size: 14px;
  line-height: 1.3; }
  @media only screen and (min-width: 950px) {
    .shop-item__info {
      font-size: 16px; } }
  @media only screen and (min-width: 1100px) {
    .shop-item__info {
      font-size: 18px; } }
  .shop-item__info b {
    font-family: 'congressbold', sans-serif;
    font-size: 1.16666em;
    text-transform: uppercase; }

.shop-item__button {
  margin: 0;
  padding: 0.8em 1em;
  font-size: 16px;
  line-height: 1.1; }
  @media only screen and (min-width: 450px) {
    .shop-item__button {
      padding-left: 2em;
      padding-right: 2em; } }

.bags-of-adventure-section {
  position: relative;
  width: 1440px;
  max-width: 100%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  font-family: 'congressbold';
  text-align: center;
  color: #fff; }

.bags-of-adventure-section__decoration {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }
  @media only screen and (max-width: 680px) {
    .bags-of-adventure-section__decoration {
      display: none; } }

.bags-of-adventure-section__decoration--left {
  left: 21px;
  width: 22.15278%; }
  @media only screen and (max-width: 1230px) {
    .bags-of-adventure-section__decoration--left {
      left: -20px; } }

.bags-of-adventure-section__decoration--right {
  right: 8px;
  width: 28.40278%; }
  @media only screen and (max-width: 1230px) {
    .bags-of-adventure-section__decoration--right {
      right: -20px; } }

.bags-of-adventure-section__background {
  overflow: hidden;
  padding: 150px 20px 132px;
  background-image: url("../../img/bags-of-adventure/background.jpg");
  background-position: 50% 50%;
  background-size: cover; }
  @media only screen and (max-width: 1230px) {
    .bags-of-adventure-section__background {
      padding-top: 100px;
      padding-bottom: 90px; } }
  @media only screen and (max-width: 920px) {
    .bags-of-adventure-section__background {
      padding-top: 65px;
      padding-bottom: 50px; } }

.bags-of-adventure-section__wrapper {
  width: 650px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (max-width: 1230px) {
    .bags-of-adventure-section__wrapper {
      width: 500px; } }
  @media only screen and (max-width: 920px) {
    .bags-of-adventure-section__wrapper {
      width: 400px; } }
  @media only screen and (max-width: 780px) {
    .bags-of-adventure-section__wrapper {
      width: 350px; } }

.bags-of-adventure-section__lockup {
  width: 586px;
  max-width: 100%; }

.bags-of-adventure-section__content p {
  margin: 0;
  font-size: 26px;
  line-height: 1.5; }
  @media only screen and (max-width: 920px) {
    .bags-of-adventure-section__content p {
      font-size: 21px; } }

.bags-of-adventure-section__button {
  display: inline-block;
  border: 5px solid #fff;
  margin-top: 1.5em;
  padding: 0.95em 1.75em 0.7em;
  font-size: 21px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  background-color: #88e0ff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2); }
  @media only screen and (max-width: 920px) {
    .bags-of-adventure-section__button {
      font-size: 18px; } }

.red-tractor {
  position: relative;
  z-index: 100;
  box-sizing: border-box;
  width: 100%;
  max-width: 1433px;
  margin-left: auto;
  margin-right: auto;
  padding: 54px 40px 58px;
  text-align: center;
  color: #fff;
  background-color: #e94b34;
  background-image: url("../../img/red-tractor/background.jpg");
  background-position: 50% 100%;
  background-size: cover; }
  @media only screen and (max-width: 940px) {
    .red-tractor {
      padding-top: 35px;
      padding-bottom: 35px; } }
  @media only screen and (max-width: 350px) {
    .red-tractor {
      padding-left: 25px;
      padding-right: 25px; } }

.red-tractor__wrapper {
  position: relative;
  max-width: 1254px;
  margin-left: auto;
  margin-right: auto; }

.red-tractor__content {
  width: 649px;
  max-width: 100%; }
  @media only screen and (max-width: 1170px) {
    .red-tractor__content {
      width: 500px; } }
  @media only screen and (max-width: 940px) {
    .red-tractor__content {
      width: 400px; } }
  @media only screen and (max-width: 750px) {
    .red-tractor__content {
      margin-bottom: 20px;
      margin-left: auto;
      margin-right: auto; } }

.red-tractor__heading {
  margin: 0 0 18px;
  font-size: 24px;
  line-height: 1.2; }
  @media only screen and (max-width: 1170px) {
    .red-tractor__heading {
      font-size: 20px;
      margin-bottom: 14px; } }
  @media only screen and (max-width: 450px) {
    .red-tractor__heading {
      font-size: 18px; } }

.red-tractor__strapline {
  display: block;
  width: 100%; }

@media only screen and (max-width: 1170px) {
  .red-tractor__logo {
    width: 100px; } }
@media only screen and (max-width: 940px) {
  .red-tractor__logo {
    width: 85px; } }
@media only screen and (min-width: 751px) {
  .red-tractor__logo {
    position: absolute;
    bottom: 0;
    right: 0; } }

/************************************************************************************************
	HTML body
************************************************************************************************/
html, body {
  height: 100%;
  background-color: #2b3138;
  border: none;
  color: #fff;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  -webkit-font-smoothing: antialiased; }

/************************************************************************************************
	Placeholder
************************************************************************************************/
::-webkit-input-placeholder {
  font-family: "proxima-nova", sans-serif; }

:-moz-placeholder {
  /* Firefox 18- */
  font-family: "proxima-nova", sans-serif; }

::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "proxima-nova", sans-serif; }

:-ms-input-placeholder {
  font-family: "proxima-nova", sans-serif; }

/************************************************************************************************
	Global Settings
************************************************************************************************/
.clear-both {
  clear: both; }

img.float-left {
  float: left;
  margin: 0 30px 30px 0; }

img.float-right {
  float: right;
  margin: 0 0 30px 30px; }

.block-img {
  display: block;
  width: 100%; }

.mobile-show {
  display: none; }

.mobile-hide {
  display: block; }

@media only screen and (max-width: 800px) {
  .mobile-center {
    padding: 0 30px 30px;
    text-align: center; }
    .mobile-center .content-slider-h2 {
      width: 100%; }
    .mobile-center p {
      width: 100%; }
    .mobile-center .button {
      margin: 15px auto; }

  .mobile-show {
    display: block; }

  .mobile-hide {
    display: none !important; } }
.responsive-container {
  position: relative;
  padding-bottom: 86.29%;
  padding-top: 35px;
  height: 0;
  overflow: hidden; }

.responsive-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none; }

.margin-bottom {
  margin: 0 0 6% 0; }

.no-scale {
  -webkit-transform: scale(1) !important;
  /* Safari and Chrome */
  -moz-transform: scale(1) !important;
  /* Firefox */
  -ms-transform: scale(1) !important;
  /* IE 9 */
  -o-transform: scale(1) !important;
  /* Opera */
  transform: scale(1) !important; }

.panel-zoom img.social-icon-large {
  background-size: 60px 60px;
  height: 60px;
  width: 60px;
  position: absolute;
  margin: -17px 0 0 12px; }

.nested-col {
  margin: 0 0 7% 0%; }

.no-marg-top {
  margin-top: 0; }

.image-col img {
  float: left;
  width: 100%; }

.full-width {
  float: left;
  width: 100%; }
  .full-width img {
    float: left;
    width: 100%; }

.tex-wood {
  background-image: url("../../img/bg-tex-wood.jpg");
  min-height: 600px; }

.content-padding {
  box-sizing: border-box;
  padding: 30px; }

.circle-arrowdown {
  height: 92px;
  width: 92px;
  background-image: url("../../img/circle-arrowdown.png");
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin: 0 0 0 -46px;
  -webkit-animation: levitate 1.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite;
  -moz-animation: levitate 1.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite; }

@-webkit-keyframes levitate {
  0% {
    -webkit-transform: translateY(-10px); }
  50% {
    -webkit-transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(-10px); } }
@-moz-keyframes levitate {
  0% {
    -moz-transform: translateY(-10px); }
  50% {
    -moz-transform: translateY(10px); }
  100% {
    -moz-transform: translateY(-10px); } }
/************************************************************************************************
	Layout
************************************************************************************************/
img.aligncenter {
  margin: 0 auto;
  display: block; }

.slider-bar {
  background-color: #222222;
  float: left;
  width: 100%;
  height: auto; }

.wrapper, .trader-page {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  clear: both;
  height: auto;
  top: 0; }

.wrapper-inner {
  width: 100%;
  padding: 0 20px 60px;
  box-sizing: border-box; }

/************************************************************************************************
	Panels
************************************************************************************************/
.panel-standard {
  position: relative; }
  .panel-standard img {
    width: 100%; }

.caption-top {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 50px 0;
  z-index: 2; }
  .caption-top h3 {
    text-shadow: 1px 1px 4px #000;
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-size: 25px;
    text-align: center;
    margin: 0; }
    .caption-top h3.icon {
      margin: 0 0 0 -60px; }

.caption-bottom {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  z-index: 2; }
  .caption-bottom h3 {
    color: #fff;
    font-family: 'congressbold';
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    margin: 0; }

.panel-zoom {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .panel-zoom p {
    margin: 0; }
  .panel-zoom img {
    float: left;
    -webkit-transition: all 0.2s ease;
    /* Safari and Chrome */
    -moz-transition: all 0.2s ease;
    /* Firefox */
    -ms-transition: all 0.2s ease;
    /* IE 9 */
    -o-transition: all 0.2s ease;
    /* Opera */
    transition: all 0.2s ease;
    width: 100%; }
  .panel-zoom:hover img {
    -webkit-transform: scale(1.1);
    /* Safari and Chrome */
    -moz-transform: scale(1.1);
    /* Firefox */
    -ms-transform: scale(1.1);
    /* IE 9 */
    -o-transform: scale(1.1);
    /* Opera */
    transform: scale(1.1); }

.plus-icon {
  background-image: url("../../img/plus-icon.svg");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 16px;
  width: 16px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin: -8px 0 0 0; }

/************************************************************************************************
	Importers
************************************************************************************************/
.importer {
  text-align: center;
  float: left;
  width: 33%;
  margin: 0 0 30px 0;
  height: 200px; }
  .importer__flag img {
    margin: 0 0 0 -2px; }
  .importer__name {
    font-weight: bold; }

/************************************************************************************************
	Product page
************************************************************************************************/
table .ta-right {
  text-align: right; }

.flavour-partner {
  float: left;
  width: 100%; }

.awards-holder {
  width: 100%;
  text-align: center; }

.product-header {
  clear: both; }
  .product-header h1 {
    margin: 0 0 20px 0; }
  .product-header .button {
    font-family: 'congressbold';
    font-size: 16px;
    background-color: #2aabe1;
    border: none;
    padding: 14px 40px 12px;
    margin: 20px 0 0 0; }
    .product-header .button:hover {
      color: white;
      background-color: #1d9bcf; }
  .product-header .wrapper {
    padding: 160px 0; }
  .product-header .wrapper-inner {
    padding: 0 20px; }

.info-block {
  margin: 0 0 40px 0; }

.align-right {
  text-align: right; }

.product-info table {
  text-align: left; }

.section-padding {
  padding: 40px 0; }

.product-info {
  background-color: #222; }
  .product-info .wrapper-inner {
    padding: 0 20px; }
  .product-info p {
    font-size: 16px;
    line-height: 26px; }
  .product-info h4 {
    margin: 0 0 10px 0; }

.product-page-award-logo {
  width: 100px; }

.table-full-width {
  width: 100%; }

@media only screen and (max-width: 800px) {
  .bag-sizes {
    width: 100%;
    text-align: center; }

  .product-info {
    text-align: center; }

  .product-info .section {
    max-width: 400px;
    margin: 0 auto;
    padding: 0 20px; }

  .product-header .wrapper {
    padding: 50px 0; }

  .image .overlay {
    background: rgba(0, 0, 0, 0.5); } }
/************************************************************************************************
	Awards
************************************************************************************************/
.award-product-image {
  margin: 30px auto 15px;
  display: block;
  width: 300px; }

.award-image {
  width: 200px !important;
  margin: 0 auto; }

@media only screen and (max-width: 800px) {
  .award-product-image {
    width: 220px; }

  .award-image {
    width: 150px !important; } }
/************************************************************************************************
	Who We Work With
************************************************************************************************/
.thumb-left {
  float: left;
  margin: 0 20px 20px 0;
  width: 222px; }

/************************************************************************************************
	Timeline
************************************************************************************************/
.timeline-header {
  background-color: #2b3138;
  text-align: center;
  position: relative;
  padding: 40px 0 0 0;
  max-width: 500px;
  margin: 0 auto 60px auto; }
  .timeline-header img {
    width: auto !important; }

.timeline-logo {
  display: block;
  margin: 0 auto 25px; }

.timeline-footer {
  background-color: #2b3138;
  max-width: 100px;
  margin: 0 auto -12px auto;
  text-align: center;
  position: relative;
  padding: 0 0 100px 0; }

.timeline-circle {
  width: 100px;
  height: 100px;
  position: relative;
  margin: 0 0 -6px 0; }

.return-to-top {
  height: 36px;
  width: 36px; }

.timeline-year {
  border: 4px solid #fff;
  margin: 35px auto;
  z-index: 1;
  color: #fff;
  font-size: 38px;
  line-height: 36px;
  background-color: #2b3138;
  padding: 10px 30px 9px 30px;
  width: 200px;
  position: relative;
  border-radius: 5px; }

.timeline {
  background-color: #fff;
  height: 100%;
  width: 4px;
  position: fixed;
  left: 50%;
  margin: 0 0 0 -2px;
  z-index: 0; }

.slice-holder {
  position: relative; }

.slice {
  position: absolute;
  z-index: 1;
  right: 0; }
  .slice img {
    height: auto;
    float: right; }

.era {
  text-align: center; }

.timeline-item {
  color: #fff;
  border-radius: 5px;
  max-width: 800px;
  margin: 0 auto 60px; }
  .timeline-item .col {
    overflow: hidden;
    height: auto; }
  .timeline-item .img_col {
    background: none;
    width: 45.25%; }
  .timeline-item .text_col {
    box-sizing: border-box;
    padding: 20px;
    height: auto;
    float: left; }
  .timeline-item .full_col {
    border-radius: 5px; }
  .timeline-item .col_left, .timeline-item .col_left img {
    float: left;
    border-radius: 197px 197px 0 197px; }
  .timeline-item .col_right, .timeline-item .col_right img {
    float: right;
    border-radius: 197px 197px 197px 0; }
  .timeline-item .text_col {
    border-radius: 0; }
  .timeline-item img {
    width: 100%; }

@media only screen and (max-width: 800px) {
  .timeline-item .col {
    margin: 0; }
  .timeline-item .img_col {
    width: 100%;
    border-radius: 10px 10px 0 0; }
    .timeline-item .img_col img {
      border-radius: 10px 10px 0 0; }
  .timeline-item .text_col {
    text-align: center;
    background-color: #222222 !important;
    box-sizing: border-box;
    padding: 20px 40px;
    position: relative;
    z-index: 1;
    border-radius: 0 0 10px 10px; } }
.hidden-likes, .hidden-colors {
  height: 0;
  line-height: 0;
  font-size: 0;
  visibility: hidden; }

.recipe-results {
  text-align: center; }
  .recipe-results h2 {
    font-size: 30px; }

.cta-row {
  padding: 20px 0; }

.comp-cta img, .comp-banner img {
  height: auto; }

.chart-wrapper {
  margin: 10px 0 50px;
  max-width: 100%;
  overflow: auto; }
  .chart-wrapper::-webkit-scrollbar {
    -webkit-appearance: none; }
  .chart-wrapper::-webkit-scrollbar:vertical {
    width: 11px; }
  .chart-wrapper::-webkit-scrollbar:horizontal {
    height: 11px; }
  .chart-wrapper::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white;
    /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, 0.5); }
  .chart-wrapper::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 8px; }
  .chart-wrapper canvas#myChartResponsive {
    display: none;
    min-width: 700px; }

@media only screen and (max-width: 1048px) {
  .grid-item--width2 {
    min-height: 460px; }

  .grid-sizer, .grid-item {
    min-height: 235px; } }
@media only screen and (max-width: 800px) {
  .importer {
    width: 50%; }

  .products-grid {
    margin: 0 auto;
    width: 400px; }

  .products-grid .span_3_of_12 {
    width: 48%; }

  .products-grid .col {
    margin: 1% 0 0 1.5%; }

  .gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    width: 97.5% !important; }

  .grid-sizer, .grid-item {
    width: 49.20%; }

  .grid-item--width2 {
    width: 98.5%; }

  .pack-shot-col {
    text-align: center; }

  .pack-shot {
    max-width: 250px;
    float: none;
    margin: 0 auto; }

  .comp-cta {
    margin: 10px 0;
    width: 100%; }
    .comp-cta .panel-zoom {
      max-width: 390px; }

  .chart-wrapper canvas#myChartResponsive {
    display: block; }
  .chart-wrapper canvas#myChart {
    display: none; } }
@media only screen and (max-width: 800px) {
  .grid-item--width2 {
    min-height: 279px; } }
@media only screen and (max-width: 550px) {
  .importer {
    height: auto;
    width: 100%; }

  .products-grid {
    margin: 0;
    width: auto; }

  .products-grid .span_3_of_12 {
    width: 100%; }

  .products-grid .col {
    margin: 1% 0 1% 0%; }

  .grid-sizer, .grid-item {
    width: 98.5%; }

  .grid-item--width2 {
    width: 98.5%; }

  .thumb-left {
    float: none;
    margin: 0 auto 20px;
    text-align: center;
    max-width: 300px; }

  img.float-left {
    width: 100%; } }
/************************************************************************************************
	Newsletter Signup
************************************************************************************************/
.newsletter-signup {
  margin: 0; }
  .newsletter-signup .form-input label {
    color: #333; }
  .newsletter-signup .form-input input {
    color: #333;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 9px 7px 7px 7px !important;
    width: 100%;
    box-sizing: border-box; }
    .newsletter-signup .form-input input:focus {
      outline: none;
      border: 1px solid #666666; }
  .newsletter-signup h2 {
    color: #333;
    margin: 7px 0 13px 0; }
  .newsletter-signup .submit-btn {
    width: 100%; }
  .newsletter-signup .close-btn.show {
    display: none; }

.content-b {
  display: none; }

.btn, .gform_button {
  padding: 9px 17px 8px;
  font-size: 16px;
  line-height: 26px;
  outline: none;
  margin: 0 auto !important;
  display: block !important; }
  .btn:hover, .gform_button:hover {
    color: white; }

.submit-btn, .gform_button {
  border: none;
  color: #fff;
  background-color: #6699ff;
  border-radius: 5px;
  margin: 10px 0 0 0; }
  .submit-btn:hover, .gform_button:hover {
    background-color: #5183e4; }

@media only screen and (max-width: 1048px) {
  .circle-arrowdown {
    display: none; } }
@media only screen and (max-width: 800px) {
  .panel-zoom {
    max-width: 300px;
    margin: 0 auto; }
    .panel-zoom .caption-bottom {
      max-width: 300px; }

  .grid-item--width2 .caption-bottom h3 {
    font-size: 16px !important; } }

/*# sourceMappingURL=main.css.map */
