@charset "UTF-8";
/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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/10/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 of focused elements when they are also in an
 * active/hover state.
 */
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 {
  -webkit-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"] {
  -webkit-box-sizing: border-box;
          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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 2 */ }

/**
 * 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; }

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222222;
  font-size: 1em;
  line-height: 1.4;
  min-width: 300px; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/**
 * @license
 * MyFonts Webfont Build ID 3243755, 2016-07-05T03:32:01-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: SicaExpanded-SemiBoldItalic by dooType
 * URL: http://www.myfonts.com/fonts/dootype/sica-expanded/semi-bold-italic/
 * 
 * Webfont: SicaExpanded-SemiBold by dooType
 * URL: http://www.myfonts.com/fonts/dootype/sica-expanded/semi-bold/
 * 
 * Webfont: SicaExpanded-RegularItalic by dooType
 * URL: http://www.myfonts.com/fonts/dootype/sica-expanded/regular-italic/
 * 
 * Webfont: SicaExpanded-Regular by dooType
 * URL: http://www.myfonts.com/fonts/dootype/sica-expanded/regular/
 * 
 * Webfont: SicaExpanded-LightItalic by dooType
 * URL: http://www.myfonts.com/fonts/dootype/sica-expanded/light-italic/
 * 
 * Webfont: SicaExpanded-Light by dooType
 * URL: http://www.myfonts.com/fonts/dootype/sica-expanded/light/
 * 
 * Webfont: SicaExpanded-ExtraLight by dooType
 * URL: http://www.myfonts.com/fonts/dootype/sica-expanded/extra-light/
 * 
 * Webfont: SicaExpanded-ExtraLightItalic by dooType
 * URL: http://www.myfonts.com/fonts/dootype/sica-expanded/extra-light-italic/
 * 
 * Webfont: SicaExpanded-ExtraBoldItalic by dooType
 * URL: http://www.myfonts.com/fonts/dootype/sica-expanded/extra-bold-italic/
 * 
 * Webfont: SicaExpanded-ExtraBold by dooType
 * URL: http://www.myfonts.com/fonts/dootype/sica-expanded/extra-bold/
 * 
 * Webfont: SicaExpanded-BoldItalic by dooType
 * URL: http://www.myfonts.com/fonts/dootype/sica-expanded/bold-italic/
 * 
 * Webfont: SicaExpanded-Bold by dooType
 * URL: http://www.myfonts.com/fonts/dootype/sica-expanded/bold/
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3243755
 * Licensed pageviews: 10,000
 * Webfonts copyright: Copyright &#x00A9; 2015 by Volnei Ant&#x00F4;nio Matt&#x00E9;. All rights reserved.
 * 
 * © 2016 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
/*@import url("//hello.myfonts.net/count/317eeb");*/
@font-face {
  font-family: 'SicaExpanded-SemiBoldItalic';
  src: url("../fonts/317EEB_0_0.eot");
  src: url("../fonts/317EEB_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/317EEB_0_0.woff2") format("woff2"), url("../fonts/317EEB_0_0.woff") format("woff"), url("../fonts/317EEB_0_0.ttf") format("truetype"); }

@font-face {
  font-family: 'SicaExpanded-SemiBold';
  src: url("../fonts/317EEB_1_0.eot");
  src: url("../fonts/317EEB_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/317EEB_1_0.woff2") format("woff2"), url("../fonts/317EEB_1_0.woff") format("woff"), url("../fonts/317EEB_1_0.ttf") format("truetype"); }

@font-face {
  font-family: 'SicaExpanded-RegularItalic';
  src: url("../fonts/317EEB_2_0.eot");
  src: url("../fonts/317EEB_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/317EEB_2_0.woff2") format("woff2"), url("../fonts/317EEB_2_0.woff") format("woff"), url("../fonts/317EEB_2_0.ttf") format("truetype"); }

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

@font-face {
  font-family: 'SicaExpanded-LightItalic';
  src: url("../fonts/317EEB_4_0.eot");
  src: url("../fonts/317EEB_4_0.eot?#iefix") format("embedded-opentype"), url("../fonts/317EEB_4_0.woff2") format("woff2"), url("../fonts/317EEB_4_0.woff") format("woff"), url("../fonts/317EEB_4_0.ttf") format("truetype"); }

@font-face {
  font-family: 'SicaExpanded-Light';
  src: url("../fonts/317EEB_5_0.eot");
  src: url("../fonts/317EEB_5_0.eot?#iefix") format("embedded-opentype"), url("../fonts/317EEB_5_0.woff2") format("woff2"), url("../fonts/317EEB_5_0.woff") format("woff"), url("../fonts/317EEB_5_0.ttf") format("truetype"); }

@font-face {
  font-family: 'SicaExpanded-ExtraLight';
  src: url("../fonts/317EEB_6_0.eot");
  src: url("../fonts/317EEB_6_0.eot?#iefix") format("embedded-opentype"), url("../fonts/317EEB_6_0.woff2") format("woff2"), url("../fonts/317EEB_6_0.woff") format("woff"), url("../fonts/317EEB_6_0.ttf") format("truetype"); }

@font-face {
  font-family: 'SicaExpanded-ExtraLightItalic';
  src: url("../fonts/317EEB_7_0.eot");
  src: url("../fonts/317EEB_7_0.eot?#iefix") format("embedded-opentype"), url("../fonts/317EEB_7_0.woff2") format("woff2"), url("../fonts/317EEB_7_0.woff") format("woff"), url("../fonts/317EEB_7_0.ttf") format("truetype"); }

@font-face {
  font-family: 'SicaExpanded-ExtraBoldItalic';
  src: url("../fonts/317EEB_8_0.eot");
  src: url("../fonts/317EEB_8_0.eot?#iefix") format("embedded-opentype"), url("../fonts/317EEB_8_0.woff2") format("woff2"), url("../fonts/317EEB_8_0.woff") format("woff"), url("../fonts/317EEB_8_0.ttf") format("truetype"); }

@font-face {
  font-family: 'SicaExpanded-ExtraBold';
  src: url("../fonts/317EEB_9_0.eot");
  src: url("../fonts/317EEB_9_0.eot?#iefix") format("embedded-opentype"), url("../fonts/317EEB_9_0.woff2") format("woff2"), url("../fonts/317EEB_9_0.woff") format("woff"), url("../fonts/317EEB_9_0.ttf") format("truetype"); }

@font-face {
  font-family: 'SicaExpanded-BoldItalic';
  src: url("../fonts/317EEB_A_0.eot");
  src: url("../fonts/317EEB_A_0.eot?#iefix") format("embedded-opentype"), url("../fonts/317EEB_A_0.woff2") format("woff2"), url("../fonts/317EEB_A_0.woff") format("woff"), url("../fonts/317EEB_A_0.ttf") format("truetype"); }

@font-face {
  font-family: 'SicaExpanded-Bold';
  src: url("../fonts/317EEB_B_0.eot");
  src: url("../fonts/317EEB_B_0.eot?#iefix") format("embedded-opentype"), url("../fonts/317EEB_B_0.woff2") format("woff2"), url("../fonts/317EEB_B_0.woff") format("woff"), url("../fonts/317EEB_B_0.ttf") format("truetype"); }

body {
  font-family: "proxima-nova",sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 1em;
  line-height: 1.4;
  color: #000; }

p strong {
  font-weight: 400; }

p, table, #information ol li, .manuals a {
  font-weight: 100; }
  @media only screen and (min-width: 71em) {
    p, table, #information ol li, .manuals a {
      font-size: 1.4em; } }

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  font-family: "SicaExpanded-ExtraLight", Helvetica, sans-serif; }

h1 {
  font-size: 1.3em; }
  @media only screen and (min-width: 35em) {
    h1 {
      font-size: 1.6em; } }

h2 {
  font-size: 1.7em;
  margin: 0; }
  @media only screen and (min-width: 60em) {
    h2 {
      font-size: 2.2em;
      letter-spacing: 2px; } }
  @media only screen and (min-width: 71em) {
    h2 {
      font-size: 3.5em; } }

a:hover {
  text-decoration: underline; }

@media only screen and (min-width: 45em) {
  .stockists main {
    display: block;
    width: 70%;
    float: left; }
  .stockists aside {
    display: block;
    width: calc(30% - 12px);
    margin-right: 12px;
    float: left; }
  .stockists:after:before, .stockists:after:after {
    content: " ";
    display: table; }
  .stockists:after:after {
    clear: both; } }

/* ==========================================================================
   Helper classes
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* Clears */
#product-banner:after,
header:after,
.our-gear-overlay:after,
#information .form-field:after,
#information input[type=checkbox] + label:after,
section:after,
footer:after {
  clear: both;
  content: "";
  display: block; }

.breadcrumbs {
  font-weight: 400;
  font-family: "SicaExpanded-Light", Helvetica, sans-serif;
  display: none;
  color: #000;
  padding: 10px 0; }
  .breadcrumbs i {
    margin: 0 6px; }
  .breadcrumbs br {
    content: ' '; }
  .breadcrumbs br:after {
    content: ' '; }

.breadcrumbs a {
  color: #000;
  text-decoration: none;
  text-transform: uppercase; }

.breadcrumbs a:hover {
  text-decoration: underline; }

@media only screen and (min-width: 35em) {
  .breadcrumbs {
    display: block;
    font-size: 18px;
    line-height: 24px; } }

@media only screen and (min-width: 71em) {
  .breadcrumbs {
    padding: 21px 0; } }

/* video */
#lead-banner h1 {
  font-size: 1em; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background: #000; }

.video-container #video-text-overlay,
#slideshow .text-overlay {
  position: absolute;
  width: 100%;
  top: 41%;
  z-index: 3;
  font-size: 1.8em;
  text-align: center;
  cursor: default; }

#slideshow .text-overlay {
  font-family: "SicaExpanded-ExtraLight", Helvetica, sans-serif;
  color: #fff; }

.video-container #video-colour-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.54);
  z-index: 2; }

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

/* Slideshow */
#lead-banner,
#slideshow {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden; }

#lead-banner .banner-overlay {
  color: #fff;
  position: absolute;
  top: 30%;
  width: 100%;
  text-align: center; }

#lead-banner a {
  font-family: "SicaExpanded-ExtraLight", Helvetica, sans-serif;
  display: none;
  width: 180px;
  margin: 30px auto 0 auto;
  background: #ebebeb;
  border-radius: 50px;
  text-decoration: none;
  color: #000000;
  padding: 14px 0;
  font-size: 1.1em;
  -webkit-transition: background-color 100ms linear;
  transition: background-color 100ms linear; }

#lead-banner a:hover {
  background: #ffffff; }

#lead-banner img,
#slideshow img {
  position: absolute;
  width: 100%;
  top: 0%;
  left: 0%;
  /*
    margin-left:-400px;
    margin-top:-200px;
*/
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  -webkit-transition-duration: 3s, 13s;
  -moz-transition-property: opacity, -moz-transform;
  -moz-transition-duration: 3s, 13s;
  -ms-transition-property: opacity, -ms-transform;
  -ms-transition-duration: 3s, 13s;
  -o-transition-property: opacity, -o-transform;
  -o-transition-duration: 3s, 13s;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  transition-duration: 3s, 13s; }

#lead-banner img,
#slideshow img {
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left; }

#lead-banner :nth-child(2n+1),
#slideshow :nth-child(2n+1) {
  -webkit-transform-origin: top right;
  transform-origin: top right; }

#lead-banner :nth-child(3n+1),
#slideshow :nth-child(3n+1) {
  -webkit-transform-origin: top left;
  transform-origin: top left; }

#lead-banner :nth-child(4n+1),
#slideshow :nth-child(4n+1) {
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right; }

#lead-banner .fx:first-child + img ~ img,
#slideshow .fx:first-child + img ~ img {
  z-index: -1; }

#lead-banner .fx,
#slideshow .fx {
  opacity: 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

#lead-banner .fxav:first-child + img ~ img,
#slideshow .fxav:first-child + img ~ img {
  z-index: -1; }

#lead-banner .fxav,
#slideshow .fxav {
  opacity: 1; }

@media only screen and (min-width: 22em) {
  #lead-banner h1 {
    font-size: 1.48em; }
  #lead-banner,
  #slideshow {
    height: 235px; } }

@media only screen and (min-width: 35em) {
  #lead-banner .banner-overlay {
    top: 25%; }
  #lead-banner {
    height: 340px; }
  #lead-banner h1 {
    font-size: 1.8em; }
  #lead-banner a {
    display: block; }
  .video-container #video-text-overlay,
  #slideshow .text-overlay {
    top: 41%;
    font-size: 2.1em; } }

@media only screen and (min-width: 43em) {
  #lead-banner {
    height: 380px; }
  #lead-banner a {
    margin-top: 45px; } }

@media only screen and (min-width: 50em) {
  #lead-banner {
    height: 430px; } }

@media only screen and (min-width: 60em) {
  #lead-banner h1 {
    font-size: 2.4em; }
  #lead-banner {
    height: 500px; }
  .video-container #video-text-overlay,
  #slideshow .text-overlay {
    top: 43%;
    font-size: 3.5em; } }

@media only screen and (min-width: 71em) {
  #lead-banner h1 {
    font-size: 3.1em;
    line-height: 1.2; }
  #lead-banner {
    height: 602px; }
  #lead-banner .banner-overlay {
    top: 180px; }
  #lead-banner a {
    width: 308px;
    margin: 6% auto 0 auto;
    padding: 17px 0;
    font-size: 1.75em; }
  .video-container #video-text-overlay,
  #slideshow .text-overlay {
    top: 40%;
    font-size: 5.2em; } }

@media only screen and (min-width: 90em) {
  #lead-banner {
    height: 802px; }
  #lead-banner .banner-overlay {
    top: 255px; }
  .video-container #video-text-overlay,
  #slideshow .text-overlay {
    top: 43%; } }

/*Slide show height */
@media only screen and (min-width: 30em) {
  #slideshow {
    height: 290px; } }

@media only screen and (min-width: 40em) {
  #slideshow {
    height: 400px; } }

@media only screen and (min-width: 50em) {
  #slideshow {
    height: 500px; } }

@media only screen and (min-width: 60em) {
  #slideshow {
    height: 580px; } }

@media only screen and (min-width: 70em) {
  #slideshow {
    height: 700px; } }

@media only screen and (min-width: 90em) {
  #slideshow {
    height: 800px; } }

header {
  background: #000000;
  font-family: "SicaExpanded-ExtraLight", Helvetica, sans-serif;
  padding: 15px 0 0 0; }
  header ul {
    margin: 0;
    padding: 0; }
  header li {
    list-style-type: none; }
  header .wrapper {
    padding: 0;
    width: 100%; }
  header nav {
    font-weight: 600;
    float: none;
    margin-top: 15px;
    background: #000000; }
    header nav ul {
      margin-top: 0px;
      height: 0;
      overflow: hidden; }
      header nav ul.open {
        height: auto; }
      header nav ul li {
        float: none;
        width: 100%;
        text-align: center; }
        header nav ul li a {
          display: block;
          padding: 10px;
          color: #fff;
          border-top: 1px solid #fff;
          text-decoration: none; }
    header nav h2 {
      line-height: 0;
      margin: 0;
      text-indent: -10000px; }
  header img {
    float: none;
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 222px; }
  header #burger-nav {
    width: 100%;
    height: 40px;
    background: url(../img/burger-white.png) no-repeat 98% center;
    cursor: pointer; }

@media only screen and (min-width: 35em) {
  header {
    padding: 20px 0; }
    header .wrapper {
      width: 96%;
      padding: 0 2%; }
    header nav {
      margin: 0; }
      header nav a {
        color: #ffffff; }
      header nav ul {
        width: 100%;
        height: auto;
        margin-top: 20px; }
        header nav ul li {
          float: left;
          width: 20%; }
          header nav ul li a {
            border: none; }
      header nav:before, header nav:after {
        content: " ";
        display: table; }
      header nav:after {
        clear: both; }
    header #burger-nav {
      display: none; }
    header:after {
      display: block;
      content: "";
      clear: both; } }

@media only screen and (min-width: 65em) {
  header {
    padding: 20px 0 0 0; }
    header img {
      float: left; }
    header nav {
      width: calc(100% - 246px);
      font-size: 1.35em;
      float: right; }
      header nav ul {
        width: auto;
        display: inline-block;
        float: right;
        margin-top: 6px; }
        header nav ul li {
          width: auto; }
          header nav ul li + li {
            margin-left: 60px; }
          header nav ul li a {
            display: block;
            padding-bottom: 40px; }
            header nav ul li a:hover {
              text-decoration: none;
              -webkit-box-shadow: 0 -4px 0 #4A90E2 inset;
              box-shadow: 0 -4px 0 #4A90E2 inset; } }

#product-banner {
  color: #fff;
  text-align: center;
  padding: 5% 0; }
  #product-banner ul {
    margin: 0;
    padding: 0; }
  #product-banner li {
    list-style-type: none; }

#product-banner h1 {
  margin: 5px 0 0 0;
  font-size: 2.2em;
  letter-spacing: .015em; }

#product-banner p {
  margin-top: 0;
  font-size: 1.2em; }

#product-banner img {
  width: 40%;
  margin: 3% 0;
  padding: 0; }

@media only screen and (max-width: 35em) {
  #product-banner p br {
    display: none; } }

@media only screen and (min-width: 35em) {
  #product-banner img {
    width: 30%;
    margin: 0;
    padding: 0; }
  #product-banner h1 {
    font-size: 2.6em;
    margin-top: 10px; } }

@media only screen and (min-width: 38em) {
  #product-banner p {
    margin: 0;
    font-size: 1.1em; }
  #product-banner h1 {
    font-size: 2.5em; } }

@media only screen and (min-width: 43em) {
  #product-banner {
    padding: 10% 0; }
  #product-banner li {
    float: left; }
  #product-banner li:nth-child(1) {
    width: 40%; }
  #product-banner li:nth-child(2) {
    width: 55%;
    padding: 0 5% 0 0; }
  #product-banner img {
    width: 65%;
    padding: 0 0 0 25%; }
  #product-banner h1 {
    margin: 10% 0 0 0;
    padding: 0; } }

@media only screen and (min-width: 50em) {
  #product-banner p {
    margin: 0;
    font-size: 1.3em; }
  #product-banner h1 {
    font-size: 2.9em; } }

@media only screen and (min-width: 71em) {
  #product-banner {
    padding: 6% 0 8% 0; }
  #product-banner li:nth-child(1) {
    width: 36%;
    text-align: right; }
  #product-banner li:nth-child(2) {
    width: 64%;
    padding: 0 0 0 0; }
  #product-banner img {
    width: 428px;
    padding: 0 0 0 0; }
  #product-banner h1 {
    margin: 135px 0 0 10px;
    font-size: 4.7em; }
  #product-banner p {
    letter-spacing: .055em;
    line-height: 1.14;
    margin: 8px 0 0 25px;
    font-size: 1.8em;
    padding: 0 20px; } }

/* CSS for the loading div */
.sp-loading {
  text-align: center;
  max-width: 100%;
  padding: 15px;
  font-size: 12px;
  color: #888;
  margin-top: 48px;
  min-height: 280px; }

/* Element wrapper */
.sp-wrap {
  display: none;
  width: 100%;
  line-height: 0;
  font-size: 0;
  position: relative;
  margin: 0 25px 15px 0;
  float: left;
  /**************
      Set max-width to your thumbnail width
    ***************/
  max-width: 748px; }

/* Thumbnails */
.sp-thumbs {
  text-align: left;
  display: block; }
  .sp-thumbs a {
    background: #D8D8D8;
    border: 1px solid #979797; }
  .sp-thumbs:before, .sp-thumbs:after {
    content: " ";
    display: table; }
  .sp-thumbs:after {
    clear: both; }

.sp-thumbs img {
  width: 100%;
  height: auto; }

.sp-thumbs a:link, .sp-thumbs a:visited {
  display: block;
  height: 74px;
  margin-top: 15px;
  width: calc(32.66666667% - 2px);
  overflow: hidden;
  opacity: .3;
  float: left;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out; }

.sp-thumbs a:nth-child(1):link,
.sp-thumbs a:nth-child(2):link,
.sp-thumbs a:nth-child(4):link,
.sp-thumbs a:nth-child(5):link,
.sp-thumbs a:nth-child(1):visited,
.sp-thumbs a:nth-child(2):visited,
.sp-thumbs a:nth-child(4):visited,
.sp-thumbs a:nth-child(5):visited {
  margin-right: 1%; }

.sp-thumbs a:hover {
  opacity: 1; }

/* Styles for the currently selected thumbnail */
.sp-thumbs a:active, .sp-current {
  opacity: 1 !important;
  position: relative; }

/* Image currently being viewed */
.sp-large {
  margin: 48px 0 36px 0;
  padding-bottom: 12px;
  position: relative;
  overflow: hidden;
  top: 0;
  left: 0; }

.sp-large a img {
  max-width: 100%;
  max-height: 500px;
  -webkit-filter: drop-shadow(4px 4px 7px rgba(255, 255, 255, 0.5));
  filter: drop-shadow(4px 4px 7px rgba(255, 255, 255, 0.5)); }

.av .sp-large a img {
  max-width: 98%; }

.sp-large a {
  display: block; }

/* Panning Zoomed Image */
.sp-zoom {
  position: absolute;
  left: -50%;
  top: -50%;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  display: none; }

/* Lightbox */
.sp-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: black;
  background: rgba(0, 0, 0, 0.9);
  z-index: 500;
  display: none;
  cursor: pointer; }

.sp-lightbox img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 90%;
  max-height: 90%; }

#sp-prev, #sp-next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 501;
  color: #fff;
  padding: 14px;
  text-decoration: none;
  background: #000;
  border-radius: 25px;
  border: 2px solid #fff;
  width: 50px;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: .2s;
  transition: .2s; }

#sp-prev {
  left: 10px; }

#sp-prev:before {
  content: '';
  border: 7px solid transparent;
  border-right: 15px solid #fff;
  position: absolute;
  top: 16px;
  left: 7px; }

#sp-next {
  right: 10px; }

#sp-next:before {
  content: '';
  border: 7px solid transparent;
  border-left: 15px solid white;
  position: absolute;
  top: 16px;
  left: 18px; }

#sp-prev:hover, #sp-next:hover {
  background: #444; }

/* Tweak styles for small viewports */
@media screen and (max-width: 400px) {
  .sp-wrap {
    margin: 0 0 15px 0; }
  #sp-prev, #sp-next {
    top: auto;
    margin-top: 0;
    bottom: 25px; } }

@media only screen and (min-width: 35em) {
  .sp-thumbs a:link, .sp-thumbs a:visited {
    height: 110px; } }

@media only screen and (min-width: 43em) {
  .sp-thumbs a:link, .sp-thumbs a:visited {
    width: calc(15.83333333% - 2px);
    height: 74px; }
  .sp-thumbs a:nth-child(1):link,
  .sp-thumbs a:nth-child(2):link,
  .sp-thumbs a:nth-child(3):link,
  .sp-thumbs a:nth-child(4):link,
  .sp-thumbs a:nth-child(5):link,
  .sp-thumbs a:nth-child(1):visited,
  .sp-thumbs a:nth-child(2):visited,
  .sp-thumbs a:nth-child(3):visited,
  .sp-thumbs a:nth-child(4):visited,
  .sp-thumbs a:nth-child(5):visited {
    margin-right: 1%; } }

.featured-products {
  text-align: left;
  margin-top: 24px;
  margin-bottom: 48px; }
  .featured-products h1 {
    text-align: center; }
  .featured-products h2 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 24px;
    font-weight: 400;
    font-family: "SicaExpanded-Regular", Helvetica, sans-serif; }
    @media only screen and (min-width: 40em) {
      .featured-products h2 {
        font-size: 24px;
        line-height: 29px; } }
  @media only screen and (min-width: 40em) {
    .featured-products {
      margin-top: 36px;
      margin-bottom: 58px; } }
  .featured-products.featured-products-cameras ul li:nth-of-type(1) > div:nth-of-type(1) {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b4ec51+0,429321+100 */
    background: #b4ec51;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#b4ec51), to(#429321));
    background: linear-gradient(to bottom, #b4ec51 0%, #429321 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4ec51', endColorstr='#429321',GradientType=0 );
    /* IE6-9 */ }
  .featured-products.featured-products-cameras ul li:nth-of-type(2) > div:nth-of-type(1) {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f68605+0,d11a05+100 */
    background: #f68605;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#f68605), to(#d11a05));
    background: linear-gradient(to bottom, #f68605 0%, #d11a05 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f68605', endColorstr='#d11a05',GradientType=0 );
    /* IE6-9 */ }
  .featured-products.featured-products-cameras ul li:nth-of-type(3) > div:nth-of-type(1) {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5515f+0,9f041b+100 */
    background: #f5515f;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#f5515f), to(#9f041b));
    background: linear-gradient(to bottom, #f5515f 0%, #9f041b 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5515f', endColorstr='#9f041b',GradientType=0 );
    /* IE6-9 */ }
  .featured-products.featured-products-av ul li img {
    -webkit-filter: drop-shadow(4px 4px 7px rgba(255, 255, 255, 0.5));
    filter: drop-shadow(4px 4px 7px rgba(255, 255, 255, 0.5)); }
  .featured-products.featured-products-av ul li:nth-of-type(2) > div:nth-of-type(1) {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b4ec51+0,429321+100 */
    background: #b4ec51;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#b4ec51), to(#429321));
    background: linear-gradient(to bottom, #b4ec51 0%, #429321 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4ec51', endColorstr='#429321',GradientType=0 );
    /* IE6-9 */ }
  .featured-products.featured-products-av ul li:nth-of-type(1) > div:nth-of-type(1) {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f68605+0,d11a05+100 */
    background: #f68605;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#f68605), to(#d11a05));
    background: linear-gradient(to bottom, #f68605 0%, #d11a05 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f68605', endColorstr='#d11a05',GradientType=0 );
    /* IE6-9 */ }
  .featured-products.featured-products-av ul li:nth-of-type(3) > div:nth-of-type(1) {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#71cff7+0,065db3+100 */
    background: #71cff7;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#71cff7), to(#065db3));
    background: linear-gradient(to bottom, #71cff7 0%, #065db3 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71cff7', endColorstr='#065db3',GradientType=0 );
    /* IE6-9 */ }
  @media only screen and (min-width: 40em) {
    .featured-products h1 {
      font-size: 42px;
      line-height: 56px; } }
  .featured-products ul {
    margin: 48px 0;
    padding: 0;
    width: 100%; }
    .featured-products ul li {
      -webkit-box-shadow: 2px 2px 10px 0 rgba(136, 136, 136, 0.66);
              box-shadow: 2px 2px 10px 0 rgba(136, 136, 136, 0.66);
      list-style-type: none;
      margin-bottom: 12px; }
      @media only screen and (min-width: 40em) {
        .featured-products ul li {
          margin-bottom: 0;
          width: calc(33.333333% - 10px);
          float: left; }
          .featured-products ul li:nth-of-type(1) {
            margin-right: 7.5px; }
          .featured-products ul li:nth-of-type(2) {
            margin-left: 7.5px;
            margin-right: 7.5px; }
          .featured-products ul li:nth-of-type(3) {
            margin-left: 7.5px; } }
      .featured-products ul li div:nth-of-type(1) {
        text-align: center; }
        .featured-products ul li div:nth-of-type(1) img {
          max-width: calc(95% - 24px);
          padding: 12px; }
      .featured-products ul li div:nth-of-type(2) {
        border-left: 1px solid #E8E9ED;
        border-right: 1px solid #E8E9ED;
        border-bottom: 1px solid #E8E9ED; }
        .featured-products ul li div:nth-of-type(2) a {
          display: block; }
          .featured-products ul li div:nth-of-type(2) a h3 {
            margin: 14px 0; }
          .featured-products ul li div:nth-of-type(2) a h3:nth-of-type(1) {
            position: relative;
            top: 4px;
            color: #000;
            font-size: 16px;
            line-height: 26px;
            font-weight: 400;
            font-family: "SicaExpanded-Regular", Helvetica, sans-serif;
            text-decoration: none;
            float: left;
            margin-left: 12px; }
            @media only screen and (min-width: 60em) {
              .featured-products ul li div:nth-of-type(2) a h3:nth-of-type(1) {
                top: 8px;
                font-size: 20px;
                line-height: 30px; } }
          .featured-products ul li div:nth-of-type(2) a h3:nth-of-type(2) {
            width: 30px;
            height: 30px;
            float: right;
            margin-right: 12px; }
            @media only screen and (min-width: 60em) {
              .featured-products ul li div:nth-of-type(2) a h3:nth-of-type(2) {
                width: 42px;
                height: 42px; } }
          .featured-products ul li div:nth-of-type(2) a:before, .featured-products ul li div:nth-of-type(2) a:after {
            content: " ";
            display: table; }
          .featured-products ul li div:nth-of-type(2) a:after {
            clear: both; }
        .featured-products ul li div:nth-of-type(2) .btn {
          width: 42px;
          height: 42px;
          padding: 0;
          text-align: center; }
          .featured-products ul li div:nth-of-type(2) .btn i {
            margin: 0;
            position: relative;
            top: -2px;
            left: 1px; }
            @media only screen and (min-width: 60em) {
              .featured-products ul li div:nth-of-type(2) .btn i {
                top: 4px;
                left: 1px; } }
    .featured-products ul:before, .featured-products ul:after {
      content: " ";
      display: table; }
    .featured-products ul:after {
      clear: both; }
  .featured-products .view-all {
    display: block;
    width: 100%;
    text-align: left; }

.products {
  padding: 12px 0; }
  .products .breadcrumbs {
    display: block;
    margin-bottom: 40px; }
  .products ul {
    margin: 0;
    padding: 0; }
    .products ul li {
      list-style-type: none; }
  .products a {
    text-decoration: none;
    color: #000; }
  .products aside a {
    display: block;
    font-size: 18px;
    font-weight: 400;
    font-family: "SicaExpanded-Light", Helvetica, sans-serif; }
  .products aside > ul {
    border-bottom: 1px solid #727272;
    margin-bottom: 24px; }
    .products aside > ul > li {
      border-top: 1px solid #727272; }
      .products aside > ul > li > .sub-menu {
        display: none; }
        .products aside > ul > li > .sub-menu.open {
          display: block; }
        .products aside > ul > li > .sub-menu a {
          line-height: 35px; }
      .products aside > ul > li > a {
        font-weight: 400;
        font-family: "SicaExpanded-Regular", Helvetica, sans-serif;
        text-transform: uppercase;
        padding: 12px 0;
        line-height: 24px; }
        .products aside > ul > li > a.parent {
          background: url(../img/arrow-right.png) no-repeat 98% center; }
          .products aside > ul > li > a.parent.open {
            background: url(../img/arrow-down.png) no-repeat 98% center; }
  .products .stockists__container,
  .products .products__main {
    min-height: 250px; }
    .products .stockists__container .loader,
    .products .products__main .loader {
      text-align: center;
      width: 100%;
      margin-top: 5%; }
  .products .products__main ul li {
    width: 100%;
    margin-bottom: 20px; }
    .products .products__main ul li a {
      width: 100%; }
      .products .products__main ul li a > div {
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: center;
        background: #D8D8D8;
        border: 1px solid #979797;
        width: calc(100% - 24px);
        height: 200px;
        padding: 12px;
        margin-bottom: 12px; }
        .products .products__main ul li a > div img {
          -ms-flex-item-align: center;
              align-self: center;
          max-width: 100%;
          max-height: 200px; }
      .products .products__main ul li a h1 {
        font-size: 18px;
        line-height: 30px;
        margin: 0;
        font-weight: 400;
        font-family: "SicaExpanded-Regular", Helvetica, sans-serif; }
        .products .products__main ul li a h1 span {
          font-size: 10px; }

@media only screen and (min-width: 550px) {
  .products .stockists__container,
  .products .products__main {
    min-height: 400px; }
  .products .products__main ul li {
    width: calc(50% - 7.5px);
    float: left;
    height: 280px; }
    .products .products__main ul li:nth-child(odd) {
      margin-right: 7.5px; }
    .products .products__main ul li:nth-child(even) {
      margin-left: 7.5px; }
      .products .products__main ul li:nth-child(even):after:before, .products .products__main ul li:nth-child(even):after:after {
        content: " ";
        display: table; }
      .products .products__main ul li:nth-child(even):after:after {
        clear: both; }
    .products .products__main ul li a > div {
      height: 150px; }
      .products .products__main ul li a > div img {
        max-height: 150px; }
  .products .products__main ul:before, .products .products__main ul:after {
    content: " ";
    display: table; }
  .products .products__main ul:after {
    clear: both; } }

@media only screen and (min-width: 700px) {
  .products {
    padding: 24px 0; }
    .products aside {
      width: 260px;
      margin-right: 60px;
      float: left; }
      .products aside > ul {
        min-height: 475px; }
    .products .stockists__container,
    .products .products__main {
      width: calc(100% - 320px);
      float: left; }
    .products:before, .products:after {
      content: " ";
      display: table; }
    .products:after {
      clear: both; } }

@media only screen and (min-width: 900px) {
  .products aside > ul {
    min-height: 495px; }
  .products .products__main ul li {
    height: 300px;
    width: calc(33.333333% - 10px); }
    .products .products__main ul li:nth-child(3n+1) {
      margin-right: 7.5px;
      margin-left: 0; }
    .products .products__main ul li:nth-child(3n+2) {
      margin-left: 7.5px;
      margin-right: 7.5px; }
    .products .products__main ul li:nth-child(3n+3) {
      margin-left: 7.5px;
      margin-right: 0; } }

@media only screen and (min-width: 1150px) {
  .products aside > ul {
    min-height: 509px; }
  .products .products__main ul li {
    width: calc(25% - 11.25px); }
    .products .products__main ul li:nth-child(4n+1) {
      margin-right: 7.5px;
      margin-left: 0; }
    .products .products__main ul li:nth-child(4n+2) {
      margin-left: 7.5px;
      margin-right: 7.5px; }
    .products .products__main ul li:nth-child(4n+3) {
      margin-left: 7.5px;
      margin-right: 7.5px; }
    .products .products__main ul li:nth-child(4n+4) {
      margin-left: 7.5px;
      margin-right: 0; }
    .products .products__main ul li a > div {
      height: 164px; }
      .products .products__main ul li a > div img {
        width: auto;
        max-height: 164px; } }

#product-description {
  padding-bottom: 5%;
  color: #000000; }
  #product-description.av {
    padding-top: 24px; }
    #product-description.av .breadcrumbs {
      color: #fff;
      padding: 24px 0 48px 0; }
      #product-description.av .breadcrumbs a {
        color: #fff; }
  #product-description.background-blue {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#71cff7+0,065db3+100 */
    background: #71cff7;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#71cff7), to(#065db3));
    background: linear-gradient(to bottom, #71cff7 0%, #065db3 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71cff7', endColorstr='#065db3',GradientType=0 );
    /* IE6-9 */ }
  #product-description.background-orange {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f68605+0,d11a05+100 */
    background: #f68605;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#f68605), to(#d11a05));
    background: linear-gradient(to right, #f68605 0%, #d11a05 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f68605', endColorstr='#d11a05',GradientType=1 );
    /* IE6-9 */ }
  #product-description.background-green {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b4ec51+0,429321+100 */
    background: #b4ec51;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#b4ec51), to(#429321));
    background: linear-gradient(to bottom, #b4ec51 0%, #429321 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4ec51', endColorstr='#429321',GradientType=0 );
    /* IE6-9 */ }
  #product-description.background-red {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5515f+0,9f041b+100 */
    background: #f5515f;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#f5515f), to(#9f041b));
    background: linear-gradient(to bottom, #f5515f 0%, #9f041b 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5515f', endColorstr='#9f041b',GradientType=0 );
    /* IE6-9 */ }
  #product-description ul {
    margin: 0;
    padding: 0; }
    #product-description ul li {
      display: block;
      width: 90%;
      margin: 0 5%;
      float: left; }
  #product-description p {
    color: #000000;
    font-size: 1.2em; }
  #product-description.av {
    color: #fff; }
    #product-description.av h1, #product-description.av h2, #product-description.av h3, #product-description.av h4, #product-description.av h5, #product-description.av p {
      color: #fff; }
  #product-description h2 {
    color: #000000;
    text-align: center;
    padding: 7% 0;
    font-size: 1.5em; }
  #product-description li:nth-child(2) p:nth-of-type(2) {
    margin-top: 60px; }
  #product-description li:nth-child(2) img {
    width: 95%;
    max-width: 210px;
    padding: 16% 0; }
    #product-description li:nth-child(2) img:hover {
      opacity: .85;
      filter: alpha(opacity=85); }
  #product-description li:nth-child(2) .btn {
    margin-top: 24px; }
    @media only screen and (min-width: 43em) {
      #product-description li:nth-child(2) .btn {
        margin-top: 48px; } }
  #product-description.av li:nth-child(2) .category {
    font-size: 50px;
    line-height: 65px;
    margin-top: 24px;
    margin-bottom: 12px; }
    @media only screen and (min-width: 43em) {
      #product-description.av li:nth-child(2) .category {
        font-size: 70px;
        line-height: 85px; } }
  #product-description.av li:nth-child(2) h3 {
    font-size: 24px;
    line-height: 29px;
    margin-top: 12px; }
    #product-description.av li:nth-child(2) h3 br {
      content: ' '; }
  #product-description.av li:nth-child(2) h2 {
    padding: 0;
    text-align: left; }
  #product-description.av li:nth-child(2) .content {
    margin: 0;
    font-size: 14px;
    line-height: 16px; }
    #product-description.av li:nth-child(2) .content p {
      font-size: 14px;
      line-height: 16px;
      margin: 12px 0; }
    #product-description.av li:nth-child(2) .content ul {
      margin: 12px 0;
      width: 100%; }
      #product-description.av li:nth-child(2) .content ul li {
        display: list-item;
        font-size: 14px;
        line-height: 16px;
        float: none;
        width: 100%;
        margin: 0 0 0 16px;
        list-style-type: disc; }
  #product-description.av li:nth-child(2) .price {
    margin-top: 24px;
    font-size: 40px;
    line-height: 48px; }
    #product-description.av li:nth-child(2) .price span {
      font-size: 18px; }

.manuals {
  display: block;
  width: 100%;
  margin-top: 24px; }
  .manuals a {
    color: #fff; }

#specs {
  background-color: #434345;
  color: #ffffff;
  padding: 20px 0; }
  #specs ul {
    margin: 0;
    padding: 0; }
    #specs ul:before, #specs ul:after {
      content: " ";
      display: table; }
    #specs ul:after {
      clear: both; }
  #specs li {
    list-style-type: none; }
  #specs h2 {
    font-size: 2em;
    text-align: center;
    margin-bottom: 20px; }
  #specs table {
    width: 98%; }
  #specs td:nth-child(1) {
    font-weight: 400; }
  #specs td:nth-child(2) {
    margin-left: 15px; }
  #specs td {
    width: 100%;
    display: block; }

@media only screen and (min-width: 43em) {
  #product-description.av {
    padding-top: 0; }
  #product-description h2 {
    padding: 30px 0;
    font-size: 2.8em; }
  #product-description .small-tagline {
    font-size: 2em; }
  #product-description li:nth-child(1) {
    width: 55%;
    margin: 0;
    padding-right: 5%;
    float: left; }
  #product-description li:nth-child(2) {
    width: 40%;
    margin: 0;
    float: left; }
  #specs {
    padding: 5% 0; }
    #specs h2 {
      font-size: 2.7em;
      text-align: left; }
    #specs li {
      width: 50%;
      float: left; } }

@media only screen and (min-width: 50em) {
  #product-description .small-tagline {
    font-size: 2.4em; } }

@media only screen and (min-width: 60em) {
  #specs table {
    width: 100%; }
  #specs td:nth-child(1) {
    font-weight: 100;
    width: 199px; }
  #specs td:nth-child(2) {
    margin-left: 1px; }
  #specs td {
    width: auto;
    display: inline-block; } }

@media only screen and (min-width: 62em) {
  #product-description h2 {
    font-size: 3em; }
  #product-description td:nth-child(1) {
    width: 200px; }
  #product-description td:nth-child(2) {
    margin-left: 10px; } }

@media only screen and (min-width: 71em) {
  #product-description {
    padding-bottom: 85px; }
    #product-description h2 {
      font-size: 3.5em;
      padding: 45px; }
    #product-description .small-tagline {
      font-size: 3.1em; }
    #product-description p {
      font-size: 1.46em;
      line-height: 1.27;
      margin-bottom: 28px; }
      #product-description p:nth-child(1) {
        margin-top: 0; }
      #product-description p:nth-child(4) {
        margin: 56px 0 20px 0; }
    #product-description li:nth-child(2) img {
      max-width: 210px; }
  #specs {
    padding: 50px 0 110px 0; }
    #specs h2 {
      font-size: 4.1em; }
    #specs table {
      font-size: 1.3em; }
    #specs td:nth-child(2) {
      margin-left: 10px; } }

@media only screen and (min-width: 82em) {
  #specs td:nth-child(1) {
    width: 260px; }
  #specs td:nth-child(2) {
    margin-left: 30px; }
  #product-description .small-tagline {
    font-size: 3.6em; } }

.stockists {
  color: #000;
  padding-bottom: 8%; }
  .stockists aside h3 {
    font-size: 24px;
    line-height: 29px; }
  .stockists aside ul {
    margin: 0;
    padding: 0; }
    .stockists aside ul li {
      list-style-type: none; }

.stockists__container h1 {
  margin-top: 0; }

.store__phone {
  line-height: 26px; }

.stockists__map {
  width: 100%;
  background: red; }

.stockists__list {
  margin: 0;
  padding: 0; }
  .stockists__list li {
    list-style-type: none;
    padding: 24px 0;
    border-bottom: 1px solid #000; }
    .stockists__list li:hover {
      cursor: pointer; }
    .stockists__list li h1 {
      font-size: 1.2em;
      margin-top: 0;
      cursor: pointer; }
    .stockists__list li p {
      margin: 0;
      line-height: 26px; }
    .stockists__list li > div {
      float: left; }
      .stockists__list li > div:nth-of-type(1) {
        width: 100%;
        max-width: 126px;
        margin-right: 12px; }
        .stockists__list li > div:nth-of-type(1) img {
          width: 100%; }
      .stockists__list li > div:nth-of-type(2) {
        width: calc(100% - 138px); }
    .stockists__list li:before, .stockists__list li:after {
      content: " ";
      display: table; }
    .stockists__list li:after {
      clear: both; }

.stockists__store {
  margin: 24px 0 60px 0; }
  .stockists__store p {
    margin: 0; }
  .stockists__store a, .stockists__store p {
    font-size: 1.2em; }
    @media only screen and (min-width: 71em) {
      .stockists__store a, .stockists__store p {
        font-size: 1.4em; } }
  .stockists__store a {
    font-weight: 600; }

#stockists__map {
  padding-top: 45%;
  width: 100%;
  max-height: 700px; }

.stockists__bar {
  background: #000;
  color: #fff;
  width: 100%;
  padding: 12px;
  font-size: 1.2em; }

@media only screen and (min-width: 71em) {
  .stockists {
    padding: 40px 0 80px 0; }
  .store > div {
    position: relative; }
  .store__phone {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.2em;
    font-weight: 600; } }

footer {
  font-family: "SicaExpanded-ExtraLight", Helvetica, sans-serif;
  padding: 45px 0 45px 0;
  background-color: #000000; }
  footer ul {
    margin: 0;
    padding: 0; }
  footer li {
    list-style-type: none; }

#footer-links ul {
  float: left;
  width: 100%;
  padding: 0;
  text-align: center; }

footer .footer-logo {
  width: 100%;
  max-width: 222px;
  margin-bottom: 30px; }

footer li a img:hover {
  opacity: .8;
  filter: alpha(opacity=80); }

#footer-links ul:nth-child(2),
#footer-links ul:nth-child(3),
#footer-links ul:nth-child(4) {
  line-height: 35px; }

footer a {
  color: #ffffff;
  text-decoration: none; }

footer li.footer-li-margin {
  border-top: 1px solid #231f20; }

footer li.underline {
  text-decoration: underline; }

footer .social-container {
  width: 100%;
  margin: 30px 0;
  float: right;
  text-align: center; }

footer .social-container li {
  margin: 0;
  float: left;
  width: 25%;
  padding: 0; }

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

@media only screen and (min-width: 60em) {
  footer {
    padding: 60px 0; }
  #footer-links {
    margin-bottom: 90px; }
  #footer-links:after {
    clear: both;
    content: "";
    display: block; }
  #footer-links ul {
    float: left;
    text-align: left; }
  #footer-links ul:nth-child(1) {
    width: 28%; }
  #footer-links ul:nth-child(2),
  #footer-links ul:nth-child(3) {
    width: 22%;
    padding-left: 1%;
    line-height: 40px; }
  #footer-links ul:nth-child(4) {
    width: 26%;
    line-height: 40px;
    text-align: right; }
  #footer-links ul a,
  footer #copyright {
    font-size: 1.22em; }
  footer li.footer-li-margin {
    border-top: 0; }
  footer .social-container {
    width: auto;
    margin: 0;
    float: right; }
  footer .social-container li {
    width: auto; }
  footer .social-container li:nth-child(1),
  footer .social-container li:nth-child(2),
  footer .social-container li:nth-child(3) {
    margin-right: 15px; }
  footer #copyright {
    width: auto;
    margin-top: 35px;
    float: left;
    text-align: left; } }

.btn {
  display: inline-block;
  border-radius: 100px;
  padding: 0 24px;
  background: #000;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 41px;
  height: 41px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "SicaExpanded-Regular", Helvetica, sans-serif;
  border: none; }
  .btn i {
    font-weight: 600;
    font-size: 24px;
    position: relative;
    top: 3px;
    margin: 0 0 0 7px; }
  .btn:hover {
    text-decoration: none; }

/* Main content */
.wrapper {
  width: 96%;
  max-width: 1261px;
  margin: 0 auto;
  padding: 0 2%; }

ol li {
  list-style-type: decimal; }

.header-bar {
  display: none;
  background-color: #000000;
  padding: 10px; }

.header-bar {
  height: 22px; }

/* our gear */
#our-gear ul {
  margin: 0;
  padding: 0; }

#our-gear li {
  list-style-type: none; }

#our-gear h2 {
  color: #000000;
  text-align: center;
  padding: 7% 0; }

.our-gear-overlay {
  background: url("../img/gear-background.jpg") no-repeat;
  background-size: cover; }

#our-gear li, #featured-gear li {
  float: left;
  width: 100%;
  text-align: center; }

#our-gear img, #featured-gear img {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1); }

#our-gear img {
  width: 60%;
  padding: 8% 20% 5% 20%;
  max-width: 280px; }

#our-gear img:hover, #featured-gear img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05); }

#our-gear .img-hover-on, #featured-gear .img-hover-on {
  -webkit-transform: scale(1.05);
  transform: scale(1.05); }

#our-gear a, #featured-gear a {
  text-decoration: none; }

#our-gear p {
  font-family: "SicaExpanded-ExtraLight", Helvetica, sans-serif;
  margin: 0 0 5% 0;
  line-height: 1.8;
  color: #fefefe;
  font-size: 1.2em; }

#our-gear li:nth-child(1) {
  background: #75bd5f;
  /* Old browsers */
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 121, 63, 0.7)), to(rgba(122, 193, 67, 0.7)));
  background: linear-gradient(-90deg, rgba(0, 121, 63, 0.7) 0%, rgba(122, 193, 67, 0.7) 100%); }

#our-gear li:nth-child(2) {
  background: #ef9d40;
  /* Old browsers */
  background: -webkit-gradient(linear, right top, left top, from(rgba(249, 159, 32, 0.7)), to(rgba(234, 110, 36, 0.7)));
  background: linear-gradient(-90deg, rgba(249, 159, 32, 0.7) 0%, rgba(234, 110, 36, 0.7) 100%); }

#our-gear li:nth-child(3) {
  background: #e33d41;
  /* Old browsers */
  background: -webkit-gradient(linear, right top, left top, from(rgba(123, 20, 22, 0.7)), to(rgba(232, 38, 41, 0.7)));
  background: linear-gradient(-90deg, rgba(123, 20, 22, 0.7) 0%, rgba(232, 38, 41, 0.7) 100%); }

#our-gear #gear-bottom {
  text-align: center;
  padding: 7% 0; }

#our-gear #gear-bottom a {
  background: url("../img/arrow.png") no-repeat right;
  padding-right: 20px;
  color: #000000;
  text-decoration: none;
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  /*    font-size: 1.1em;*/ }

#our-gear #gear-bottom a:hover {
  opacity: 0.55;
  filter: alpha(opacity=55); }

/* image bar */
#images {
  background: #000000; }
  #images ul {
    margin: 0;
    padding: 0; }
  #images li {
    list-style-type: none; }

#images li {
  float: left;
  width: 25%; }

#images img {
  width: 100%; }

#featured-gear {
  padding: 30px 0;
  color: #000000; }
  #featured-gear ul {
    margin: 0;
    padding: 0; }
  #featured-gear li {
    list-style-type: none; }

/* Product link hover effect */
.brackets {
  position: relative;
  outline: none; }

#featured-gear .brackets {
  left: -19px; }

#featured-gear a:hover, #featured-gear h3:hover {
  cursor: pointer; }

.brackets:hover,
.brackets:focus {
  outline: none; }

.brackets::before,
.brackets::after {
  display: inline-block;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.3s;
  transition: opacity 0.2s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s, -webkit-transform 0.3s; }

.brackets::before {
  margin-right: 10px;
  content: '[';
  -webkit-transform: translateX(20px);
  transform: translateX(20px); }

.brackets::after {
  margin-left: 10px;
  content: ']';
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px); }

.brackets:hover::before,
.brackets:hover::after,
.brackets:focus::before,
.brackets:focus::after {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px); }

#our-gear .brackets-on::before,
#our-gear .brackets-on::after,
#featured-gear .brackets-on::before,
#featured-gear .brackets-on::after {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px); }

/* ---- */
#featured-gear h4 {
  margin: 0 0 20px 10px; }

#featured-gear li {
  margin-bottom: 30px; }

#featured-gear img {
  max-width: 55%;
  margin-bottom: 5%;
  max-width: 280px; }

#featured-gear h3 {
  margin: 5px 0 5px 10%; }

#featured-gear h3 {
  text-align: left;
  color: #000000; }

#featured-gear li span:nth-of-type(1),
#featured-gear li span:nth-of-type(3) {
  margin-left: 5px;
  font-size: .48em; }

#featured-gear li span:nth-of-type(2) {
  margin-left: 10px;
  color: #bcbcbc;
  font-size: .66em;
  text-decoration: line-through; }

#featured-gear li span:nth-of-type(3) {
  color: #bcbcbc; }

/* ==========================================================================
   Information pages
   ========================================================================== */
#information {
  background-color: #ffffff;
  padding-bottom: 8%;
  color: #000000; }
  @media only screen and (min-width: 30em) {
    #information .third > div {
      width: 33.333333%;
      float: left; }
    #information .third:before, #information .third:after {
      content: " ";
      display: table; }
    #information .third:after {
      clear: both; } }
  #information .breadcrumbs {
    padding: 0 0 10px 0; }
  #information .breadcrumbs a {
    font-weight: 400;
    font-family: "SicaExpanded-Light", Helvetica, sans-serif; }
  #information h1 {
    font-size: 2.3em; }
  #information h2 {
    font-size: 1.5em; }
  #information h3 {
    font-size: 24px;
    line-height: 29px; }
  #information p {
    font-size: 18px;
    line-height: 29px; }
  #information strong {
    font-weight: 400; }
  #information span {
    font-style: italic; }
  #information a {
    color: #000000;
    font-weight: 500; }
    #information a:hover {
      text-decoration: none;
      color: #434345; }
  #information ul {
    margin: 15px 0; }
  #information ul:nth-of-type(1) li {
    float: left; }
    #information ul:nth-of-type(1) li:nth-child(1) {
      width: 55px;
      float: right; }
    #information ul:nth-of-type(1) li:nth-child(2) {
      width: calc(100% - 75px);
      margin: 0 17px 0 0; }
    #information ul:nth-of-type(1) li:nth-child(3) {
      width: 163px;
      display: none; }
  #information ul:nth-of-type(1):after:before, #information ul:nth-of-type(1):after:after {
    content: " ";
    display: table; }
  #information ul:nth-of-type(1):after:after {
    clear: both; }
  #information .search {
    height: 47px;
    width: 99%;
    border-radius: 0; }
  #information label {
    display: inline-block;
    width: 200px; }
  #information textarea:after:before, #information textarea:after:after {
    content: " ";
    display: table; }
  #information textarea:after:after {
    clear: both; }
  #information button {
    margin-top: 30px;
    border: 0;
    width: 163px;
    height: 53px;
    background-color: #434345;
    color: #ffffff;
    border-color: 1px solid #b7b7b7; }
    #information button:hover {
      background-color: #333334; }

.form-field {
  margin-bottom: 15px; }
  .form-field input[type=text],
  .form-field input[type=email] {
    height: 53px; }
  .form-field input[type=text],
  .form-field input[type=email],
  .form-field textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
    width: 100%;
    border: 1px solid #b7b7b7;
    border-radius: 0; }

.char-limit {
  display: block;
  font-style: normal;
  color: #434345;
  font-family: "proxima-nova",sans-serif;
  margin-bottom: 40px; }

#information input[type=checkbox] + label {
  display: inline;
  margin-left: 10px; }

/* Select style */
.styled-select {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  display: inline-block;
  background: url(../img/select.png) no-repeat 100%;
  width: 100%;
  border: 1px solid #b7b7b7;
  overflow: hidden; }

.styled-select select {
  background: transparent;
  border: none;
  height: 48px;
  width: 104%;
  padding: 5px; }

/* end select */
#information #clear {
  display: none; }

#information #submit {
  margin-left: 10px; }

#information .buttons {
  text-align: center; }

.form-error-highlight {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #d71920 !important; }

.terms-error-highlight {
  color: #d71920;
  font-weight: 900; }

#validation-error {
  background-color: #f2dede;
  color: #a94442;
  border: 1px solid #ebccd1;
  border-radius: 5px;
  /*padding: 10px 0;*/
  margin-bottom: 20px;
  text-align: center; }

#stockists {
  padding: 30px 0 5% 0; }

#stockists h2 {
  margin-bottom: 5%; }

#stockists a {
  display: block;
  width: 48%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #ebebeb;
  text-align: center;
  padding: 50px 0;
  /*width: 400px;*/ }

#stockists a:nth-of-type(1) {
  margin-right: 1%; }

#stockists a:nth-of-type(2) {
  margin-left: 1%; }

#stockists img {
  width: 100%;
  max-width: 210px; }

#information #success {
  text-align: center;
  /*background-color: #dff0d8;*/
  color: #3c763d;
  /*border: 1px solid #d6e9c6;*/
  border-radius: 5px;
  font-weight: 600;
  font-size: 1.3em; }

@media only screen and (min-width: 30em) {
  #information ul:nth-of-type(1) li:nth-child(1) {
    float: left; }
  #information ul:nth-of-type(1) li::nth-child(2) {
    width: calc(100% - 258px);
    margin: 0 17px; }
  #information ul:nth-of-type(1) li:nth-child(3) {
    display: block; } }

@media only screen and (min-width: 60em) {
  #information label[for="comment"] {
    position: relative;
    top: -90px; }
  #information label[for="enquiry"],
  #information label[for="title"],
  #information label[for="country"] {
    position: relative;
    top: -20px; }
  #information .form-field input[type=text],
  #information .form-field input[type=email],
  #information textarea {
    width: 694px;
    padding-left: 10px; }
  #information textarea {
    position: relative; }
  .styled-select {
    width: 694px; }
  .styled-select select {
    width: 709px; }
  #information .char-limit,
  #information input[type=checkbox] {
    margin-left: 200px; }
  #information .buttons {
    text-align: left; }
  #information #clear {
    margin: 20px 0 0 200px; }
  #validation-error {
    margin-bottom: 0; } }

/* ==========================================================================
   Media queries
   ========================================================================== */
@media only screen and (min-width: 35em) {
  .header-bar {
    display: block; }
  #our-gear h2 {
    padding: 4% 0; }
  #our-gear li {
    width: 33.33333333333333%; }
  #our-gear p {
    font-size: 1em; }
  #our-gear #gear-bottom {
    padding: 4% 0; } }

@media only screen and (min-width: 43em) {
  #information #clear {
    display: inline-block; }
  #featured-gear li {
    width: calc( 33.33333333333333% - 10px); }
    #featured-gear li:nth-of-type(2) {
      margin-left: 15px;
      margin-right: 15px; }
  #featured-gear .img-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    height: 150px;
    width: 100%;
    margin: 24px 0; }
  #featured-gear img {
    -ms-flex-item-align: center;
        align-self: center;
    width: auto;
    max-width: 100%;
    max-height: 150px; }
  #featured-gear h4 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 24px; }
  #featured-gear h3 {
    font-size: 18px;
    line-height: 24px; } }

@media only screen and (min-width: 60em) {
  body {
    line-height: 1.4; }
  #our-gear h2 {
    padding: 22px 0;
    font-size: 3.5em; }
  #our-gear p {
    font-size: 1.25em; }
  #our-gear #gear-bottom a {
    font-size: 1.1em; } }

@media only screen and (min-width: 71em) {
  #our-gear h2 {
    padding: 28px 0;
    font-size: 4.25em; }
  #our-gear img {
    padding: 47px 20% 50px 20%; }
  #our-gear p {
    font-size: 1.65em; }
  #our-gear #gear-bottom {
    padding: 58px 0; }
  #our-gear #gear-bottom a {
    padding-right: 25px;
    font-size: 1.35em; }
  #featured-gear {
    padding: 60px 0; }
    #featured-gear .img-container {
      height: 200px; }
      #featured-gear .img-container img {
        max-height: 200px; }
    #featured-gear h4 {
      font-size: 24px;
      line-height: 29px;
      margin-bottom: 24px; }
    #featured-gear h3 {
      font-size: 20px;
      line-height: 30px; }
  #featured-gear li {
    margin-bottom: 0; }
  #featured-gear img {
    margin-bottom: 50px;
    max-width: 329px; }
  #featured-gear li span:nth-of-type(1),
  #featured-gear li span:nth-of-type(3) {
    margin-left: 5px; }
  #featured-gear li span:nth-of-type(2) {
    margin-left: 16px; }
  /* ==========================================================================
   Information pages
   ========================================================================== */
  #information {
    padding: 40px 0 80px 0; }
    #information p {
      font-size: 1.2em; }
    #information h1 {
      font-size: 3em; }
    #information h2 {
      font-size: 2em; } }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

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