/*
* vendor files includin npm, bower, downloaded, etc.
*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
@font-face {
  font-family: 'Roboto';
  src: url('fonts/Roboto/Roboto-Regular.eot');
  src: local('Roboto Regular'), local('Roboto-Regular'), url('fonts/Roboto/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto/Roboto-Regular.woff2') format('woff2'), url('fonts/Roboto/Roboto-Regular.woff') format('woff'), url('fonts/Roboto/Roboto-Regular.ttf') format('truetype'), url('fonts/Roboto/Roboto-Regular.svg#Roboto') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Regular';
  src: url('fonts/Roboto/Roboto-Regular.eot');
  src: local('Roboto Regular'), local('Roboto-Regular'), url('fonts/Roboto/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto/Roboto-Regular.woff2') format('woff2'), url('fonts/Roboto/Roboto-Regular.woff') format('woff'), url('fonts/Roboto/Roboto-Regular.ttf') format('truetype'), url('fonts/Roboto/Roboto-Regular.svg#Roboto') format('svg');
}
@font-face {
  font-family: 'Roboto';
  src: url('fonts/Roboto/Roboto-RegularItalic.eot');
  src: local('Roboto RegularItalic'), local('Roboto-RegularItalic'), url('fonts/Roboto/Roboto-RegularItalic.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto/Roboto-RegularItalic.woff2') format('woff2'), url('fonts/Roboto/Roboto-RegularItalic.woff') format('woff'), url('fonts/Roboto/Roboto-RegularItalic.ttf') format('truetype'), url('fonts/Roboto/Roboto-RegularItalic.svg#Roboto') format('svg');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto-RegularItalic';
  src: url('fonts/Roboto/Roboto-RegularItalic.eot');
  src: local('Roboto RegularItalic'), local('Roboto-RegularItalic'), url('fonts/Roboto/Roboto-RegularItalic.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto/Roboto-RegularItalic.woff2') format('woff2'), url('fonts/Roboto/Roboto-RegularItalic.woff') format('woff'), url('fonts/Roboto/Roboto-RegularItalic.ttf') format('truetype'), url('fonts/Roboto/Roboto-RegularItalic.svg#Roboto') format('svg');
}
@font-face {
  font-family: 'Roboto';
  src: url('fonts/Roboto/Roboto-Light.eot');
  src: local('Roboto Light'), local('Roboto-Light'), url('fonts/Roboto/Roboto-Light.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto/Roboto-Light.woff2') format('woff2'), url('fonts/Roboto/Roboto-Light.woff') format('woff'), url('fonts/Roboto/Roboto-Light.ttf') format('truetype'), url('fonts/Roboto/Roboto-Light.svg#Roboto') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Light';
  src: url('fonts/Roboto/Roboto-Light.eot');
  src: local('Roboto Light'), local('Roboto-Light'), url('fonts/Roboto/Roboto-Light.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto/Roboto-Light.woff2') format('woff2'), url('fonts/Roboto/Roboto-Light.woff') format('woff'), url('fonts/Roboto/Roboto-Light.ttf') format('truetype'), url('fonts/Roboto/Roboto-Light.svg#Roboto') format('svg');
}
@font-face {
  font-family: 'Roboto';
  src: url('fonts/Roboto/Roboto-LightItalic.eot');
  src: local('Roboto LightItalic'), local('Roboto-LightItalic'), url('fonts/Roboto/Roboto-LightItalic.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto/Roboto-LightItalic.woff2') format('woff2'), url('fonts/Roboto/Roboto-LightItalic.woff') format('woff'), url('fonts/Roboto/Roboto-LightItalic.ttf') format('truetype'), url('fonts/Roboto/Roboto-LightItalic.svg#Roboto') format('svg');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto-LightItalic';
  src: url('fonts/Roboto/Roboto-LightItalic.eot');
  src: local('Roboto LightItalic'), local('Roboto-LightItalic'), url('fonts/Roboto/Roboto-LightItalic.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto/Roboto-LightItalic.woff2') format('woff2'), url('fonts/Roboto/Roboto-LightItalic.woff') format('woff'), url('fonts/Roboto/Roboto-LightItalic.ttf') format('truetype'), url('fonts/Roboto/Roboto-LightItalic.svg#Roboto') format('svg');
}
@font-face {
  font-family: 'Roboto';
  src: url('fonts/Roboto/Roboto-Thin.eot');
  src: local('Roboto Thin'), local('Roboto-Thin'), url('fonts/Roboto/Roboto-Thin.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto/Roboto-Thin.woff2') format('woff2'), url('fonts/Roboto/Roboto-Thin.woff') format('woff'), url('fonts/Roboto/Roboto-Thin.ttf') format('truetype'), url('fonts/Roboto/Roboto-Thin.svg#Roboto') format('svg');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Thin';
  src: url('fonts/Roboto/Roboto-Thin.eot');
  src: local('Roboto Thin'), local('Roboto-Thin'), url('fonts/Roboto/Roboto-Thin.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto/Roboto-Thin.woff2') format('woff2'), url('fonts/Roboto/Roboto-Thin.woff') format('woff'), url('fonts/Roboto/Roboto-Thin.ttf') format('truetype'), url('fonts/Roboto/Roboto-Thin.svg#Roboto') format('svg');
}
@font-face {
  font-family: 'Roboto';
  src: url('fonts/Roboto/Roboto-ThinItalic.eot');
  src: local('Roboto ThinItalic'), local('Roboto-ThinItalic'), url('fonts/Roboto/Roboto-ThinItalic.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto/Roboto-ThinItalic.woff2') format('woff2'), url('fonts/Roboto/Roboto-ThinItalic.woff') format('woff'), url('fonts/Roboto/Roboto-ThinItalic.ttf') format('truetype'), url('fonts/Roboto/Roboto-ThinItalic.svg#Roboto') format('svg');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto-ThinItalic';
  src: url('fonts/Roboto/Roboto-ThinItalic.eot');
  src: local('Roboto ThinItalic'), local('Roboto-ThinItalic'), url('fonts/Roboto/Roboto-ThinItalic.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto/Roboto-ThinItalic.woff2') format('woff2'), url('fonts/Roboto/Roboto-ThinItalic.woff') format('woff'), url('fonts/Roboto/Roboto-ThinItalic.ttf') format('truetype'), url('fonts/Roboto/Roboto-ThinItalic.svg#Roboto') format('svg');
}
@font-face {
  font-family: 'Roboto';
  src: url('fonts/Roboto/Roboto-Medium.eot');
  src: local('Roboto Medium'), local('Roboto-Medium'), url('fonts/Roboto/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto/Roboto-Medium.woff2') format('woff2'), url('fonts/Roboto/Roboto-Medium.woff') format('woff'), url('fonts/Roboto/Roboto-Medium.ttf') format('truetype'), url('fonts/Roboto/Roboto-Medium.svg#Roboto') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Medium';
  src: url('fonts/Roboto/Roboto-Medium.eot');
  src: local('Roboto Medium'), local('Roboto-Medium'), url('fonts/Roboto/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto/Roboto-Medium.woff2') format('woff2'), url('fonts/Roboto/Roboto-Medium.woff') format('woff'), url('fonts/Roboto/Roboto-Medium.ttf') format('truetype'), url('fonts/Roboto/Roboto-Medium.svg#Roboto') format('svg');
}
@font-face {
  font-family: 'Roboto';
  src: url('fonts/Roboto/Roboto-MediumItalic.eot');
  src: local('Roboto MediumItalic'), local('Roboto-MediumItalic'), url('fonts/Roboto/Roboto-MediumItalic.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto/Roboto-MediumItalic.woff2') format('woff2'), url('fonts/Roboto/Roboto-MediumItalic.woff') format('woff'), url('fonts/Roboto/Roboto-MediumItalic.ttf') format('truetype'), url('fonts/Roboto/Roboto-MediumItalic.svg#Roboto') format('svg');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto-MediumItalic';
  src: url('fonts/Roboto/Roboto-MediumItalic.eot');
  src: local('Roboto MediumItalic'), local('Roboto-MediumItalic'), url('fonts/Roboto/Roboto-MediumItalic.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto/Roboto-MediumItalic.woff2') format('woff2'), url('fonts/Roboto/Roboto-MediumItalic.woff') format('woff'), url('fonts/Roboto/Roboto-MediumItalic.ttf') format('truetype'), url('fonts/Roboto/Roboto-MediumItalic.svg#Roboto') format('svg');
}
@font-face {
  font-family: 'Roboto';
  src: url('fonts/Roboto/Roboto-Bold.eot');
  src: local('Roboto Bold'), local('Roboto-Bold'), url('fonts/Roboto/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto/Roboto-Bold.woff2') format('woff2'), url('fonts/Roboto/Roboto-Bold.woff') format('woff'), url('fonts/Roboto/Roboto-Bold.ttf') format('truetype'), url('fonts/Roboto/Roboto-Bold.svg#Roboto') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Bold';
  src: url('fonts/Roboto/Roboto-Bold.eot');
  src: local('Roboto Bold'), local('Roboto-Bold'), url('fonts/Roboto/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto/Roboto-Bold.woff2') format('woff2'), url('fonts/Roboto/Roboto-Bold.woff') format('woff'), url('fonts/Roboto/Roboto-Bold.ttf') format('truetype'), url('fonts/Roboto/Roboto-Bold.svg#Roboto') format('svg');
}
@font-face {
  font-family: 'Roboto';
  src: url('fonts/Roboto/Roboto-BoldItalic.eot');
  src: local('Roboto BoldItalic'), local('Roboto-BoldItalic'), url('fonts/Roboto/Roboto-BoldItalic.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto/Roboto-BoldItalic.woff2') format('woff2'), url('fonts/Roboto/Roboto-BoldItalic.woff') format('woff'), url('fonts/Roboto/Roboto-BoldItalic.ttf') format('truetype'), url('fonts/Roboto/Roboto-BoldItalic.svg#Roboto') format('svg');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto-BoldItalic';
  src: url('fonts/Roboto/Roboto-BoldItalic.eot');
  src: local('Roboto BoldItalic'), local('Roboto-BoldItalic'), url('fonts/Roboto/Roboto-BoldItalic.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto/Roboto-BoldItalic.woff2') format('woff2'), url('fonts/Roboto/Roboto-BoldItalic.woff') format('woff'), url('fonts/Roboto/Roboto-BoldItalic.ttf') format('truetype'), url('fonts/Roboto/Roboto-BoldItalic.svg#Roboto') format('svg');
}
@font-face {
  font-family: 'Roboto';
  src: url('fonts/Roboto/Roboto-Black.eot');
  src: local('Roboto Black'), local('Roboto-Black'), url('fonts/Roboto/Roboto-Black.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto/Roboto-Black.woff2') format('woff2'), url('fonts/Roboto/Roboto-Black.woff') format('woff'), url('fonts/Roboto/Roboto-Black.ttf') format('truetype'), url('fonts/Roboto/Roboto-Black.svg#Roboto') format('svg');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Black';
  src: url('fonts/Roboto/Roboto-Black.eot');
  src: local('Roboto Black'), local('Roboto-Black'), url('fonts/Roboto/Roboto-Black.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto/Roboto-Black.woff2') format('woff2'), url('fonts/Roboto/Roboto-Black.woff') format('woff'), url('fonts/Roboto/Roboto-Black.ttf') format('truetype'), url('fonts/Roboto/Roboto-Black.svg#Roboto') format('svg');
}
@font-face {
  font-family: 'Roboto';
  src: url('fonts/Roboto/Roboto-BlackItalic.eot');
  src: local('Roboto BlackItalic'), local('Roboto-BlackItalic'), url('fonts/Roboto/Roboto-BlackItalic.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto/Roboto-BlackItalic.woff2') format('woff2'), url('fonts/Roboto/Roboto-BlackItalic.woff') format('woff'), url('fonts/Roboto/Roboto-BlackItalic.ttf') format('truetype'), url('fonts/Roboto/Roboto-BlackItalic.svg#Roboto') format('svg');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto-BlackItalic';
  src: url('fonts/Roboto/Roboto-BlackItalic.eot');
  src: local('Roboto BlackItalic'), local('Roboto-BlackItalic'), url('fonts/Roboto/Roboto-BlackItalic.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto/Roboto-BlackItalic.woff2') format('woff2'), url('fonts/Roboto/Roboto-BlackItalic.woff') format('woff'), url('fonts/Roboto/Roboto-BlackItalic.ttf') format('truetype'), url('fonts/Roboto/Roboto-BlackItalic.svg#Roboto') format('svg');
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/MaterialIcons-Regular.eot');
  /* For IE6-8 */
  src: local('Material Icons'), local('MaterialIcons-Regular'), url('fonts/MaterialIcons-Regular.woff2') format('woff2'), url('fonts/MaterialIcons-Regular.woff') format('woff'), url('fonts/MaterialIcons-Regular.ttf') format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
/*
* modules
*/
/*
* basic brake points
*/
/*
* browser hacks
*/
/*
* <ul class="flex-container flex-start">
*   <li class="flex-item">1233456</li>
*   <li class="flex-item">2</li>
*   <li class="flex-item">2</li>
* </ul>
*/
.button-neutral {
  display: inline-block;
  cursor: pointer;
  font: inherit;
  text-transform: uppercase;
  text-decoration: none;
  color: black;
  font-weight: 300;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #e5e5e5;
  border-radius: 2.5px;
  border: none;
  -webkit-transition: All 0.2s ease;
  -moz-transition: All 0.2s ease;
  -o-transition: All 0.2s ease;
  -ms-transition: All 0.2s ease;
  transition: All 0.2s ease;
}
.button-neutral:hover {
  background-color: #cccccc;
}
.button-neutral i {
  vertical-align: middle;
}
.button-gray {
  display: inline-block;
  cursor: pointer;
  font: inherit;
  text-transform: uppercase;
  text-decoration: none;
  color: #9f9f9f;
  font-weight: 700;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: rgba(229, 229, 229, 0.1);
  border-radius: 2.5px;
  border: 1px solid #9f9f9f;
  -webkit-transition: All 0.2s ease;
  -moz-transition: All 0.2s ease;
  -o-transition: All 0.2s ease;
  -ms-transition: All 0.2s ease;
  transition: All 0.2s ease;
}
.button-gray:hover {
  color: black;
  border-color: black;
  background-color: rgba(229, 229, 229, 0.3);
}
.button-gray i {
  vertical-align: middle;
}
.button-green {
  display: inline-block;
  cursor: pointer;
  font: inherit;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  font-weight: 700;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #327b44;
  border-radius: 2.5px;
  border: none;
  -webkit-transition: All 0.2s ease;
  -moz-transition: All 0.2s ease;
  -o-transition: All 0.2s ease;
  -ms-transition: All 0.2s ease;
  transition: All 0.2s ease;
}
.button-green:hover {
  background-color: #235730;
}
.button-green i {
  vertical-align: middle;
}
.button-blue {
  display: inline-block;
  cursor: pointer;
  font: inherit;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  font-weight: 700;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #00a1e4;
  border-radius: 2.5px;
  border: none;
  -webkit-transition: All 0.2s ease;
  -moz-transition: All 0.2s ease;
  -o-transition: All 0.2s ease;
  -ms-transition: All 0.2s ease;
  transition: All 0.2s ease;
}
.button-blue:hover {
  background-color: #007db1;
}
.button-blue i {
  vertical-align: middle;
}
.button-blue-o {
  display: inline-block;
  font: inherit;
  text-transform: uppercase;
  text-decoration: none;
  color: #00a1e4;
  font-weight: 700;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 2.5px;
  border: 1px solid #00a1e4;
  -webkit-transition: All 0.2s ease;
  -moz-transition: All 0.2s ease;
  -o-transition: All 0.2s ease;
  -ms-transition: All 0.2s ease;
  transition: All 0.2s ease;
}
.button-blue-o:hover {
  border-color: #007db1;
  color: #007db1;
}
.button-blue-o i {
  vertical-align: middle;
}
.button-green-o {
  display: inline-block;
  font: inherit;
  text-transform: uppercase;
  text-decoration: none;
  color: #327b44;
  font-weight: 700;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 2.5px;
  border: 1px solid #327b44;
  -webkit-transition: All 0.2s ease;
  -moz-transition: All 0.2s ease;
  -o-transition: All 0.2s ease;
  -ms-transition: All 0.2s ease;
  transition: All 0.2s ease;
}
.button-green-o:hover {
  border-color: #235730;
  color: #235730;
}
.button-green-o i {
  vertical-align: middle;
}
.button-inactive,
[class^="button-"][disabled] {
  display: inline-block;
  cursor: default;
  font: inherit;
  text-transform: uppercase;
  text-decoration: none;
  color: #9f9f9f;
  font-weight: 700;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: rgba(229, 229, 229, 0.1);
  border-radius: 2.5px;
  border: 1px solid #e5e5e5;
}
.button-inactive:hover,
[class^="button-"][disabled]:hover {
  color: #9f9f9f;
  background-color: rgba(229, 229, 229, 0.1);
  border-color: #e5e5e5;
}
.button-inactive i,
[class^="button-"][disabled] i {
  vertical-align: middle;
}
[data-cart-notify] {
  line-height: unset;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  line-height: 1.15em;
}
[data-cart-notify].active {
  font-size: 0 !important;
}
[data-cart-notify] form {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
[data-cart-notify] form [type=email] {
  padding: 0;
  padding-left: 10px;
  font-weight: 300;
  font-size: 12px;
}
[data-cart-notify] form [type=submit] {
  flex-grow: 1;
  margin-left: 5px;
  padding: 0 5px;
  background-color: #00a1e4;
  color: white;
  border: none;
  font-weight: 300;
  font-size: 12px;
}
[data-cart-notify] form [type=button] {
  padding: 0 5px;
  background-color: #e5e5e5;
  border: none;
  font-weight: 300;
  font-size: 12px;
}
.container {
  margin: auto;
}
@media (min-width: 900px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1200px) {
  .container {
    flex-basis: 1100px;
    max-width: 1100px;
  }
}
@media (min-width: 1800px) {
  .container {
    flex-basis: 1500px;
    max-width: 1500px;
  }
}
@media (min-width: 2560px) {
  .container {
    flex-basis: 2500px;
    max-width: 2500px;
  }
}
@media (min-width: 1200px) {
  .container.half {
    flex-basis: 900px;
    max-width: 900px;
  }
}
@media (min-width: 1800px) {
  .container.half {
    flex-basis: 1000px;
    max-width: 1000px;
  }
}
@media (min-width: 2560px) {
  .container.half {
    flex-basis: 1500px;
    max-width: 1500px;
  }
}
.module-background-video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
}
.module-background-video video {
  position: absolute;
  top: 0;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(0%);
}
.module-fixed-navigation {
  -ms-box-orient: vertical;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  z-index: 20;
  width: 30px;
}
.module-fixed-navigation div {
  position: relative;
  cursor: pointer;
  padding: 5px;
  margin: 5px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 10px transparent;
  -webkit-transition: All 0.4s ease;
  -moz-transition: All 0.4s ease;
  -o-transition: All 0.4s ease;
  -ms-transition: All 0.4s ease;
  transition: All 0.4s ease;
}
.module-fixed-navigation div:before {
  content: '';
  display: block;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #9f9f9f;
}
.module-fixed-navigation div.active {
  box-shadow: inset 0 0 0 1px #9f9f9f;
}
.module-reviews {
  flex-grow: 0.25;
  text-align: center;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 599px) {
  .module-reviews {
    position: relative;
    bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 600px) {
  .module-reviews {
    flex-grow: 0;
  }
}
@media (min-width: 900px) {
  .module-reviews {
    flex-grow: 0;
    padding-left: 0;
    padding-right: 0;
    -webkit-transition: All 1s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1s ease;
    -ms-transition: All 1s ease;
    transition: All 1s ease;
  }
}
.module-reviews div.rating[data-rating='1'] .star:nth-child(-n + 1) polygon {
  fill: #c59618 !important;
}
.module-reviews div.rating[data-rating='2'] .star:nth-child(-n + 2) polygon {
  fill: #c59618 !important;
}
.module-reviews div.rating[data-rating='3'] .star:nth-child(-n + 3) polygon {
  fill: #c59618 !important;
}
.module-reviews div.rating[data-rating='4'] .star:nth-child(-n + 4) polygon {
  fill: #c59618 !important;
}
.module-reviews div.rating[data-rating='5'] .star:nth-child(-n + 5) polygon {
  fill: #c59618 !important;
}
.module-reviews div.rating .star polygon {
  fill: #acacac;
}
.module-reviews div.feat,
.module-reviews div.score,
.module-reviews div.controls {
  display: inline-block;
  vertical-align: middle;
}
.module-reviews div.feat {
  display: inline-block;
  padding-right: 10px;
  max-width: 60%;
}
.module-reviews div.feat div.review {
  text-align: right;
}
.module-reviews div.feat div.review div.title {
  text-transform: uppercase;
  font-size: 16px;
  max-height: 2em;
  max-width: 350px;
}
.module-reviews div.feat div.review div.rating {
  display: inline-block;
  padding-right: 10%;
  vertical-align: middle;
}
.module-reviews div.feat div.review div.name {
  display: inline-block;
  color: #9f9f9f;
  line-height: 2em;
}
.module-reviews div.feat div.review div.review-text {
  display: none;
}
.module-reviews div.score {
  color: #c59618;
  font-size: 4em;
  display: inline-block;
  border-right: 1px solid #c59618;
  border-left: 1px solid #c59618;
  padding-left: 10px;
  padding-right: 10px;
}
.module-reviews div.controls {
  padding-top: 10px;
  text-align: left;
  padding-top: 0;
  padding-left: 10px;
  width: 25%;
}
@media (max-width: 599px) {
  .module-reviews div.controls {
    width: 90%;
    text-align: center;
  }
}
.module-reviews div.controls div.summary {
  color: #9f9f9f;
  padding-bottom: 10px;
}
.module-reviews div.controls div.summary span.count {
  color: #c59618;
}
.module-reviews button.button-gray {
  padding-top: 5px;
  padding-bottom: 2.5px;
  padding-left: 10px;
  padding-right: 20px;
}
@media (min-width: 900px) {
  .module-reviews button.button-gray {
    min-width: none;
  }
}
.module-reviews button.button-gray.opened span:first-child {
  display: none;
}
.module-reviews button.button-gray.opened span:last-child {
  display: inline;
}
.module-reviews button.button-gray span:last-child {
  display: none;
}
.module-reviews div.feed {
  padding-top: 10px;
  width: 100%;
  max-height: 0;
  overflow: hidden;
}
.module-reviews div.feed.opened {
  -webkit-animation: roll-down 2s linear 0s 1 normal forwards;
  -moz-animation: roll-down 2s linear 0s 1 normal forwards;
  animation: roll-down 2s linear 0s 1 normal forwards;
}
@-moz-keyframes roll-down {
  0% {
    max-height: 0;
  }
  99% {
    max-height: 4000px;
  }
  100% {
    max-height: none;
  }
}
@-webkit-keyframes roll-down {
  0% {
    max-height: 0;
  }
  99% {
    max-height: 4000px;
  }
  100% {
    max-height: none;
  }
}
@keyframes roll-down {
  0% {
    max-height: 0;
  }
  99% {
    max-height: 4000px;
  }
  100% {
    max-height: none;
  }
}
.module-reviews div.feed div.review {
  padding-bottom: 20px;
  text-align: left;
}
.module-reviews div.feed div.review div.title {
  text-transform: uppercase;
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.module-reviews div.feed div.review div.review-text {
  padding-bottom: 5px;
  line-height: 1.42857143;
}
.module-reviews div.feed div.review div.name {
  color: #9f9f9f;
}
.module-reviews .hidden {
  display: none;
}
.module-distance-chart div.charts {
  text-transform: uppercase;
  font-size: 12px;
}
.module-distance-chart div.charts div.detection {
  display: flex;
  position: relative;
  align-items: center;
  overflow: hidden;
}
.module-distance-chart div.charts div.detection div {
  max-width: 95%;
  line-height: 25px;
  width: 0;
  margin: 5px 0;
  background-color: #EE4130;
  color: black;
  overflow: hidden;
  border-radius: 2px;
  padding-left: 5px;
}
.module-distance-chart div.charts div.detection span {
  color: #EE4130;
  padding-left: 5px;
}
.module-distance-chart div.charts div.recognition {
  display: flex;
  position: relative;
  align-items: center;
  overflow: hidden;
}
.module-distance-chart div.charts div.recognition div {
  max-width: 95%;
  line-height: 25px;
  width: 0;
  margin: 5px 0;
  background-color: #CBC801;
  color: black;
  overflow: hidden;
  border-radius: 2px;
  padding-left: 5px;
}
.module-distance-chart div.charts div.recognition span {
  color: #CBC801;
  padding-left: 10px;
}
.module-distance-chart div.charts div.identify {
  display: flex;
  position: relative;
  align-items: center;
  overflow: hidden;
}
.module-distance-chart div.charts div.identify div {
  max-width: 95%;
  line-height: 25px;
  width: 0;
  margin: 5px 0;
  background-color: #1AA73F;
  color: black;
  overflow: hidden;
  border-radius: 2px;
  padding-left: 5px;
}
.module-distance-chart div.charts div.identify span {
  color: #1AA73F;
  padding-left: 10px;
}
.module-distance-chart div.legend {
  width: 100%;
  font-size: 0.8em;
  font-weight: 700;
}
.module-distance-chart div.legend div {
  display: inline-block;
  padding-right: 5px;
  line-height: 25px;
}
.module-distance-chart div.legend div.detection {
  color: #EE4130;
}
.module-distance-chart div.legend div.recognition {
  color: #CBC801;
}
.module-distance-chart div.legend div.identify {
  color: #1AA73F;
}
.module-featured-videos {
  padding-top: 50px;
  padding-bottom: 50px;
}
.module-featured-videos .videos {
  -ms-box-orient: vertical;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 600px) {
  .module-featured-videos .videos {
    flex-direction: row;
  }
}
@media (min-width: 900px) {
  .module-featured-videos .videos {
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
  }
}
.module-featured-videos .videos .column {
  flex-grow: 1;
  flex-shrink: 1;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-basis: auto;
  max-width: none;
}
@media (min-width: 600px) {
  .module-featured-videos .videos .column {
    flex-basis: 50%;
    max-width: 50%;
  }
}
.module-featured-videos .videos .column-break a {
  flex-basis: 50%;
  max-width: 50%;
  height: 100px;
}
@media (min-width: 900px) {
  .module-featured-videos .videos .column-break a {
    height: 160px;
  }
}
.module-featured-videos .videos a {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  position: relative;
  height: 200px;
}
@media (min-width: 900px) {
  .module-featured-videos .videos a {
    height: 320px;
  }
}
.module-featured-videos .videos a:hover header .title {
  opacity: 1;
}
.module-featured-videos .videos a:hover header .watch {
  opacity: 1;
}
.module-featured-videos .videos a:hover header .play {
  opacity: 0;
}
.module-featured-videos .videos a:hover div.image:before {
  opacity: 0.7;
}
.module-featured-videos .videos a header {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  z-index: 1;
  color: white;
  font-size: 0.8em;
}
@media (min-width: 900px) {
  .module-featured-videos .videos a header {
    font-size: 1em;
  }
}
.module-featured-videos .videos a header .title {
  align-self: flex-end;
  opacity: 0;
  width: 100%;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  max-height: 50px;
}
.module-featured-videos .videos a header .watch {
  align-self: flex-start;
  opacity: 0;
}
.module-featured-videos .videos a header .play {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  margin: auto;
  font-size: 50px;
  height: 50px;
}
@media (min-width: 900px) {
  .module-featured-videos .videos a header .play {
    font-size: 100px;
    height: 100px;
  }
}
.module-featured-videos .videos a header .title,
.module-featured-videos .videos a header .watch,
.module-featured-videos .videos a header .play {
  -webkit-transition: All 0.4s ease;
  -moz-transition: All 0.4s ease;
  -o-transition: All 0.4s ease;
  -ms-transition: All 0.4s ease;
  transition: All 0.4s ease;
}
.module-featured-videos .videos a div.image {
  flex-grow: 1;
  position: relative;
  margin: 5px;
  background-color: black;
  background-size: 150%;
  background-position: center;
  overflow: hidden;
}
.module-featured-videos .videos a div.image:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: black;
  opacity: 0;
  -webkit-transition: All 0.4s ease;
  -moz-transition: All 0.4s ease;
  -o-transition: All 0.4s ease;
  -ms-transition: All 0.4s ease;
  transition: All 0.4s ease;
}
.module-specs {
  background-color: #0a1114;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
}
.module-specs header.heading {
  font-size: 3.5em;
  font-weight: 300;
  text-transform: uppercase;
  color: white;
  padding-bottom: 10px;
}
@media (max-width: 599px) {
  .module-specs header.heading {
    font-size: 2em;
  }
}
.module-specs div.table {
  display: flex;
  flex-wrap: wrap;
  color: white;
}
.module-specs div.table div:nth-child(odd) {
  flex-grow: 1;
  width: calc(40% -  20px);
  background-color: #464646;
  padding: 10px;
  font-size: 1.2em;
  line-height: 1.4em;
}
.module-specs div.table div:nth-child(even) {
  flex-grow: 4;
  width: calc(60% -  20px);
  background-color: #2c2c2c;
  padding: 10px;
  font-size: 1.2em;
  line-height: 1.4em;
}
.module-specs div.table div:nth-child(4n + 3) {
  background-color: #2c2c2c;
}
.module-specs div.table div:nth-child(4n) {
  background-color: #121212;
}
.module-specs div.text {
  padding-top: 20px;
  color: white;
  font-size: 10px;
}
.module-specs-extended {
  background-color: #e5e5e5;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
}
.module-specs-extended header.heading {
  font-size: 3.5em;
  font-weight: 300;
  text-transform: uppercase;
  color: white;
  padding-bottom: 10px;
}
@media (max-width: 599px) {
  .module-specs-extended header.heading {
    font-size: 2em;
  }
}
.module-specs-extended div.table {
  overflow: hidden;
}
.module-specs-extended div.table table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1.2em;
  line-height: 1.2em;
  background-color: #d2d2d2;
  margin: auto;
}
.module-specs-extended div.table table.sm {
  font-size: 0.9em;
  line-height: 0.9em;
}
.module-specs-extended div.table table th {
  background-color: #e5e5e5;
  padding: 10px;
  padding-top: 46px;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .module-specs-extended div.table table th {
    display: none;
  }
}
@media (max-width: 599px) {
  .module-specs-extended div.table table th:first-child {
    display: table-cell;
  }
}
.module-specs-extended div.table table th.active {
  padding-top: 10px;
}
@media (max-width: 599px) {
  .module-specs-extended div.table table th.active {
    display: table-cell;
  }
}
.module-specs-extended div.table table th i {
  display: block;
  color: #327b44;
  font-weight: 900;
  font-size: 36px;
  line-height: 36px;
}
.module-specs-extended div.table table th a {
  text-decoration: none;
  color: #9f9f9f;
}
.module-specs-extended div.table table td {
  padding: 10px;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 599px) {
  .module-specs-extended div.table table td {
    display: none;
  }
}
.module-specs-extended div.table table td.title {
  text-align: right;
  padding-right: 10px;
  background-color: #e5e5e5;
  border-color: #464646;
  width: 25%;
  font-size: 0.9em;
}
@media (max-width: 599px) {
  .module-specs-extended div.table table td.title {
    display: table-cell;
  }
}
.module-specs-extended div.table table td.active {
  background-color: white;
  border-color: #d2d2d2;
}
@media (max-width: 599px) {
  .module-specs-extended div.table table td.active {
    display: table-cell;
  }
}
.module-specs-extended div.text {
  padding-top: 20px;
  color: white;
  font-size: 10px;
}
.module-update-center-link {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #162812;
}
.module-update-center-link:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/images/pattern-4.png);
  z-index: 0;
  opacity: 0.7;
}
.module-update-center-link div.line {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  flex-grow: 0;
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  justify-content: center;
}
@media (max-width: 599px) {
  .module-update-center-link div.line {
    flex-direction: column;
  }
}
.module-update-center-link header.heading {
  flex-grow: 4;
  align-self: center;
  text-align: right;
}
@media (max-width: 599px) {
  .module-update-center-link header.heading {
    padding-left: 0;
    text-align: center;
  }
}
.module-update-center-link header.heading div.title {
  font-size: 2.5em;
  font-weight: 300;
  color: #feff92;
  padding-bottom: 10px;
}
@media (max-width: 599px) {
  .module-update-center-link header.heading div.title {
    font-size: 1.5em;
  }
}
.module-update-center-link header.heading p {
  font-size: 1.2em;
  line-height: 1.4em;
  color: white;
}
@media (max-width: 599px) {
  .module-update-center-link header.heading p {
    font-size: 1em;
    max-width: 100%;
    padding-bottom: 10px;
  }
}
.module-update-center-link div.block {
  flex-grow: 4;
  align-self: center;
  padding-left: 10px;
}
.module-update-center-link div.block a.button-gray {
  line-height: 50px;
  background-color: #2d4825;
  border-color: #feff92;
  color: #feff92;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 300;
}
.module-included-accessories {
  padding-top: 50px;
  padding-bottom: 50px;
}
.module-included-accessories div.line {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  flex-grow: 0;
  justify-content: center;
}
@media (max-width: 599px) {
  .module-included-accessories div.line {
    flex-direction: column;
  }
}
.module-included-accessories header {
  font-size: 2.5em;
  font-weight: 300;
  text-transform: uppercase;
  color: white;
  text-align: center;
  padding-bottom: 10px;
}
@media (max-width: 599px) {
  .module-included-accessories header {
    font-size: 1.5em;
  }
}
.module-included-accessories div.included {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  justify-content: center;
  padding-bottom: 10px;
  padding-left: 10px;
}
.module-included-accessories div.included.scroll {
  overflow-x: scroll;
  justify-content: normal;
}
.module-included-accessories div.included div.block {
  padding-right: 10px;
  text-align: center;
}
.module-included-accessories div.included div.block .device {
  display: block;
  width: 200px;
  height: 184px;
  overflow: hidden;
  font-size: 1em;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
  color: #00a1e4;
  padding-bottom: 10px;
}
@media (min-width: 900px) {
  .module-included-accessories div.included div.block .device {
    width: 240px;
  }
}
.module-included-accessories div.included div.block .device.force-small {
  font-size: 0.8em;
}
.module-included-accessories div.included div.block img {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 200px;
  margin-bottom: 10px;
}
.module-more-accessories {
  padding-top: 50px;
  padding-bottom: 50px;
}
.module-more-accessories div.line {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  flex-grow: 0;
  justify-content: center;
}
@media (max-width: 599px) {
  .module-more-accessories div.line {
    flex-direction: column;
  }
}
.module-more-accessories div.line + .more-title {
  padding-top: 50px;
}
.module-more-accessories header.heading {
  flex-grow: 1;
  align-self: center;
  padding-left: 10px;
  max-width: 600px;
}
.module-more-accessories header.heading div.title {
  font-size: 2.5em;
  font-weight: 300;
  padding-bottom: 10px;
}
@media (max-width: 599px) {
  .module-more-accessories header.heading div.title {
    font-size: 1.5em;
    text-align: center;
  }
}
.module-more-accessories header.heading div.title a {
  text-decoration: none;
  color: #00a1e4;
}
.module-more-accessories header.heading p {
  font-size: 1.2em;
  line-height: 1.4em;
  color: white;
  padding-bottom: 10px;
}
@media (max-width: 599px) {
  .module-more-accessories header.heading p {
    font-size: 1em;
    max-width: 100%;
  }
}
.module-more-accessories header.heading ul {
  padding-left: 20px;
  color: white;
  list-style: disc;
}
.module-more-accessories header.heading ul li {
  padding-bottom: 10px;
}
.module-more-accessories a.featured {
  flex-grow: 0;
  align-self: center;
  width: 40%;
  max-width: 400px;
  height: auto;
}
@media (max-width: 599px) {
  .module-more-accessories a.featured {
    width: 50%;
    height: auto;
    margin-bottom: 10px;
  }
}
.module-more-accessories a.featured img {
  max-width: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .module-more-accessories a.featured img {
    width: auto;
    height: 175px;
  }
}
.module-more-accessories div.buy {
  overflow: hidden;
}
@media (max-width: 599px) {
  .module-more-accessories div.buy {
    text-align: center;
  }
}
.module-more-accessories div.buy .price {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
}
.module-more-accessories div.buy .price span {
  color: white;
  font-weight: 700;
}
.module-more-accessories div.buy .add-to-cart {
  cursor: pointer;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 700;
  text-align: center;
  padding: 10px 0;
  width: 100%;
  border-radius: 2.5px;
  border: none;
  -webkit-transition: All 0.4s ease;
  -moz-transition: All 0.4s ease;
  -o-transition: All 0.4s ease;
  -ms-transition: All 0.4s ease;
  transition: All 0.4s ease;
}
.module-more-accessories header.more-title {
  font-size: 2.5em;
  font-weight: 300;
  text-transform: uppercase;
  color: white;
  text-align: center;
  padding-bottom: 10px;
}
@media (max-width: 599px) {
  .module-more-accessories header.more-title {
    font-size: 1.5em;
  }
}
.module-more-accessories div.more {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  justify-content: center;
  padding-bottom: 10px;
  padding-left: 10px;
}
.module-more-accessories div.more.scroll {
  overflow-x: scroll;
  justify-content: normal;
}
.module-more-accessories div.more div.block {
  padding-right: 10px;
  text-align: center;
}
.module-more-accessories div.more div.block a {
  display: block;
  width: 200px;
  height: 184px;
  overflow: hidden;
  font-size: 1em;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
  color: #00a1e4;
  padding-bottom: 10px;
}
@media (min-width: 900px) {
  .module-more-accessories div.more div.block a {
    width: 240px;
  }
}
.module-more-accessories div.more div.block a.force-small {
  font-size: 0.8em;
}
.module-more-accessories div.more div.block img {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 200px;
  margin-bottom: 10px;
}
.module-gallery {
  padding-top: 50px;
  padding-bottom: 50px;
}
.module-gallery div.line {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  flex-grow: 0;
  justify-content: center;
}
@media (max-width: 599px) {
  .module-gallery div.line {
    flex-direction: column;
  }
}
.module-gallery img.device {
  flex-grow: 0;
  align-self: center;
  width: 40%;
  max-width: 400px;
  height: auto;
}
@media (max-width: 599px) {
  .module-gallery img.device {
    width: 50%;
    height: auto;
    margin-bottom: 10px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .module-gallery img.device {
    width: auto;
    height: 175px;
  }
}
.module-gallery div.text {
  flex-grow: 1;
  align-self: center;
  padding-left: 10px;
  max-width: 600px;
}
@media (min-width: 900px) {
  .module-gallery div.text {
    padding-left: 0;
  }
}
.module-gallery div.text div.title {
  font-size: 2.5em;
  font-weight: 300;
  color: #00a1e4;
  padding-bottom: 10px;
}
@media (max-width: 599px) {
  .module-gallery div.text div.title {
    font-size: 1.5em;
    text-align: center;
  }
}
.module-gallery div.text p {
  font-size: 1.2em;
  line-height: 1.4em;
  padding-bottom: 10px;
}
@media (max-width: 599px) {
  .module-gallery div.text p {
    font-size: 1em;
    max-width: 100%;
  }
}
.module-gallery div.text ul {
  padding-left: 20px;
  list-style: disc;
}
.module-gallery div.text ul li {
  padding-bottom: 10px;
}
.module-gallery div.images {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  justify-content: center;
  padding-bottom: 10px;
  padding-left: 10px;
}
.module-gallery div.images.scroll {
  overflow-x: scroll;
  justify-content: normal;
}
.module-gallery div.images img {
  display: block;
  width: 200px;
  margin-bottom: 10px;
}
@media (min-width: 900px) {
  .module-gallery div.images img {
    width: 240px;
  }
}
.module-bottom-bar {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: rgba(44, 44, 44, 0.9);
}
.module-bottom-bar.active {
  display: block;
  -webkit-animation: show 0.2s linear 1 normal forwards;
  -moz-animation: show 0.2s linear 1 normal forwards;
  animation: show 0.2s linear 1 normal forwards;
}
@-moz-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.module-bottom-bar div.container {
  justify-content: space-between;
  padding: 10px;
  font-size: 1.2em;
}
@media (max-width: 599px) {
  .module-bottom-bar div.container {
    font-size: 1em;
    justify-content: center;
  }
}
.module-bottom-bar div.title {
  align-self: center;
  color: white;
}
@media (max-width: 599px) {
  .module-bottom-bar div.title {
    display: none;
  }
}
.module-bottom-bar .add-to-cart {
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 300;
  padding: 5px;
  border-radius: 2.5px;
  border: none;
  padding-left: 10px;
  padding-right: 10px;
}
.spinner {
  background-color: transparent !important;
  color: transparent !important;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/images/spinner.svg);
}
[data-youtube] {
  width: 100%;
  height: 100%;
  border: none;
}
/*
* basic blocks
*/
header.header {
  position: fixed;
  top: 0;
  width: 100%;
  padding-top: 0;
  z-index: 100;
  background-color: #2c2c2c;
  -webkit-transition: All 0.4s ease;
  -moz-transition: All 0.4s ease;
  -o-transition: All 0.4s ease;
  -ms-transition: All 0.4s ease;
  transition: All 0.4s ease;
}
@media (min-width: 900px) {
}
header.header.expanded,
header.header.opened {
  background-color: #2c2c2c;
}
header.header.minimized {
  top: -40px;
  background-color: #2c2c2c;
}
header.header a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: All 0.2s ease;
  -moz-transition: All 0.2s ease;
  -o-transition: All 0.2s ease;
  -ms-transition: All 0.2s ease;
  transition: All 0.2s ease;
}
header.header div.container {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
header.header div.logo {
  align-self: center;
  padding-left: 10px;
}
@media (min-width: 900px) {
  header.header div.logo {
    padding-left: 0;
    padding-right: 10px;
  }
}
header.header div.logo img {
  width: 100%;
  max-width: 35px;
  height: 35px;
}
header.header nav.navigation {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-grow: 4;
  flex-shrink: 0;
  align-self: stretch;
  text-align: right;
  justify-content: flex-end;
  padding-bottom: 0;
  -webkit-transition: All 0.4s ease;
  -moz-transition: All 0.4s ease;
  -o-transition: All 0.4s ease;
  -ms-transition: All 0.4s ease;
  transition: All 0.4s ease;
  /*
* menu button
*/
  /*
        * Basic list styles
        */
  /*
        * Dropdown menu
        */
  /*
* Tools & cart
*/
}
@media (min-width: 900px) {
  header.header nav.navigation {
    text-align: left;
  }
}
header.header nav.navigation a,
header.header nav.navigation i,
header.header nav.navigation span {
  display: inline-block;
  vertical-align: middle;
}
header.header nav.navigation span.menu {
  cursor: pointer;
  color: white;
  order: 1;
  align-self: center;
  width: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-transition: All 0.4s ease;
  -moz-transition: All 0.4s ease;
  -o-transition: All 0.4s ease;
  -ms-transition: All 0.4s ease;
  transition: All 0.4s ease;
}
@media (min-width: 900px) {
  header.header nav.navigation span.menu {
    display: none;
  }
}
header.header nav.navigation span.menu:hover {
  color: #9f9f9f;
  background-color: #464646;
}
header.header nav.navigation span.menu:before {
  content: 'menu';
  vertical-align: top;
}
header.header nav.navigation span.menu.opened:before {
  content: 'close';
}
header.header nav.navigation ul.top-menu {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 900px) {
  header.header nav.navigation ul.top-menu {
    position: absolute;
  }
}
header.header nav.navigation ul.top-menu li {
  display: inline-block;
  padding-left: 10px;
}
header.header nav.navigation ul.top-menu li a {
  font-size: 0.8em;
  text-align: center;
  color: #9f9f9f;
}
header.header nav.navigation ul.top-menu li a:hover {
  color: white;
}
header.header nav.navigation ul.top-menu li a i {
  font-size: 1.2em;
}
header.header nav.navigation ul.shop,
header.header nav.navigation ul.tools {
  -webkit-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  display: none;
  top: 40px;
  left: 0;
}
@media (min-width: 900px) {
  header.header nav.navigation ul.shop,
  header.header nav.navigation ul.tools {
    flex-grow: 1;
    flex-basis: auto;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    display: flex;
    position: relative;
    width: auto;
    top: 0;
  }
}
header.header nav.navigation ul.shop.opened,
header.header nav.navigation ul.tools.opened {
  display: flex;
}
@media (min-width: 900px) {
  header.header nav.navigation ul.shop.opened,
  header.header nav.navigation ul.tools.opened {
    display: flex;
  }
}
header.header nav.navigation ul.shop > li,
header.header nav.navigation ul.tools > li {
  flex-grow: 1;
  flex-shrink: 1;
  align-self: stretch;
  text-align: left;
}
@media (min-width: 900px) {
  header.header nav.navigation ul.shop > li,
  header.header nav.navigation ul.tools > li {
    align-self: center;
  }
}
header.header nav.navigation ul.shop {
  width: 100%;
  background-color: #2c2c2c;
  overflow: hidden;
  max-height: 75vh;
  overflow-y: scroll;
}
@media (min-width: 900px) {
  header.header nav.navigation ul.shop {
    overflow: visible;
  }
}
header.header nav.navigation ul.shop.opened {
  -webkit-animation: ul-shop-drop 0.3s ease-in 1 normal;
  -moz-animation: ul-shop-drop 0.3s ease-in 1 normal;
  animation: ul-shop-drop 0.3s ease-in 1 normal;
}
@-moz-keyframes ul-shop-drop {
  0% {
    opacity: 0;
    max-height: 0;
  }
  100% {
    opacity: 1;
    max-height: 350px;
  }
}
@-webkit-keyframes ul-shop-drop {
  0% {
    opacity: 0;
    max-height: 0;
  }
  100% {
    opacity: 1;
    max-height: 350px;
  }
}
@keyframes ul-shop-drop {
  0% {
    opacity: 0;
    max-height: 0;
  }
  100% {
    opacity: 1;
    max-height: 350px;
  }
}
header.header nav.navigation ul.shop li span {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: All 0.2s ease;
  -moz-transition: All 0.2s ease;
  -o-transition: All 0.2s ease;
  -ms-transition: All 0.2s ease;
  transition: All 0.2s ease;
}
header.header nav.navigation ul.shop li a,
header.header nav.navigation ul.shop li span {
  display: block;
  padding-left: 10px;
  line-height: 40px;
  font-size: 1em;
}
@media (min-width: 900px) {
  header.header nav.navigation ul.shop li a,
  header.header nav.navigation ul.shop li span {
    font-size: 0.8em;
  }
}
@media (min-width: 1200px) {
  header.header nav.navigation ul.shop li a,
  header.header nav.navigation ul.shop li span {
    font-size: 1em;
  }
}
header.header nav.navigation ul.shop li a:hover,
header.header nav.navigation ul.shop li span:hover {
  color: #9f9f9f;
  background-color: #464646;
}
@media (min-width: 900px) {
  header.header nav.navigation ul.shop {
    width: auto;
    background-color: transparent;
  }
}
header.header nav.navigation ul.shop li.drop {
  -webkit-transition: All 0.4s ease;
  -moz-transition: All 0.4s ease;
  -o-transition: All 0.4s ease;
  -ms-transition: All 0.4s ease;
  transition: All 0.4s ease;
}
@media (min-width: 900px) {
  header.header nav.navigation ul.shop li.drop:hover {
    background-color: #464646;
  }
  header.header nav.navigation ul.shop li.drop:hover span i:before {
    content: 'arrow_drop_up';
  }
  header.header nav.navigation ul.shop li.drop:hover span:hover + ul.drop {
    display: flex;
  }
}
header.header nav.navigation ul.shop li.drop span {
  cursor: pointer;
}
header.header nav.navigation ul.shop li.drop span i {
  font-size: 1.2em;
  margin-left: -2.5px;
  margin-right: -10px;
  margin-top: -2.5px;
}
header.header nav.navigation ul.shop li.drop span i:before {
  content: 'arrow_drop_down';
}
header.header nav.navigation ul.shop li.drop span.opened {
  background-color: #464646;
}
header.header nav.navigation ul.shop li.drop span.opened + ul.drop {
  display: flex;
}
header.header nav.navigation ul.shop li.drop span.opened i:before {
  content: 'arrow_drop_up';
}
header.header nav.navigation ul.shop ul.drop {
  -webkit-flex-direction: column;
  flex-direction: column;
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  top: 100%;
  background-color: #464646;
  min-width: 250px;
}
@media (min-width: 900px) {
  header.header nav.navigation ul.shop ul.drop {
    position: absolute;
  }
}
@media (min-width: 1800px) {
  header.header nav.navigation ul.shop ul.drop {
    min-width: 350px;
  }
}
header.header nav.navigation ul.shop ul.drop:hover,
header.header nav.navigation ul.shop ul.drop.opened {
  display: flex;
}
header.header nav.navigation ul.shop ul.drop li {
  text-align: left;
  align-self: stretch;
  padding-left: 10px;
}
@media (min-width: 900px) {
  header.header nav.navigation ul.shop ul.drop li {
    padding-left: 0;
  }
}
header.header nav.navigation ul.shop ul.drop li a {
  padding-left: 10px;
  text-align: left;
}
header.header nav.navigation ul.shop ul.drop li a:hover,
header.header nav.navigation ul.shop ul.drop li a.active {
  background-color: #2c2c2c;
}
header.header nav.navigation ul.tools {
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-grow: 0;
  align-self: stretch;
  display: flex;
  position: relative;
  top: 0;
}
header.header nav.navigation ul.tools.opened > li {
  display: list-item;
  align-self: center;
}
header.header nav.navigation ul.tools > li {
  display: none;
}
@media (min-width: 900px) {
  header.header nav.navigation ul.tools > li {
    display: list-item;
  }
}
header.header nav.navigation ul.tools > li:last-child a {
  padding-right: 0;
}
header.header nav.navigation ul.tools > li a {
  line-height: 40px;
  padding-right: 10px;
  text-align: center;
  color: #9f9f9f;
  font-size: 1em;
}
@media (max-width: 599px) {
  header.header nav.navigation ul.tools > li a {
    font-size: 2.5vw;
    padding-right: 1vw;
  }
}
@media (min-width: 900px) {
  header.header nav.navigation ul.tools > li a {
    font-size: 0.65em;
    padding-right: 5px;
  }
}
@media (min-width: 1200px) {
  header.header nav.navigation ul.tools > li a {
    font-size: 0.8em;
    padding-right: 5px;
  }
}
header.header nav.navigation ul.tools > li a:hover {
  color: white;
}
@media (min-width: 900px) {
  header.header nav.navigation ul.tools > li a i {
    font-size: 1.5em;
    padding-right: 5px;
  }
}
html,
body {
  min-height: 100%;
}
html {
  line-height: 1;
}
body {
  display: block;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #2c2c2c;
}
p {
  margin: 0;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ol {
  padding: 0;
  margin: 0;
}
main {
  min-height: 75vh;
}
input[type=text],
input[type=email],
input[type=password],
textarea,
fieldset {
  -webkit-appearance: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  padding: 10px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
input[type=date] {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 10px;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
select {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 10px;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.quote {
  display: inline-block;
  width: 90%;
  border-left: 1px solid #e5e5e5;
  padding: 10px;
  margin: 10px;
  margin-left: 0;
  background-color: #e5e5e5;
}
.quote.success {
  background-color: rgba(50, 123, 68, 0.1);
  border-left-color: #327b44;
}
.quote.danger {
  background-color: rgba(239, 64, 48, 0.1);
  border-left-color: #ef4030;
}
.quote.info {
  background-color: rgba(0, 161, 228, 0.1);
  border-left-color: #00a1e4;
}
.schema-hidden {
  display: none !important;
}
footer.footer {
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 10px solid #cccccc;
}
footer.footer p {
  padding-bottom: 10px;
}
footer.footer header {
  font-size: 1.1em;
  letter-spacing: 1px;
  font-weight: 700;
  padding-bottom: 10px;
  text-transform: uppercase;
}
footer.footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
  max-height: 0;
}
footer.footer ul li a {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}
footer.footer ul li:first-child a {
  padding-top: 0;
}
footer.footer a {
  display: inline-block;
  text-decoration: none;
  color: #327b44;
}
footer.footer div.line {
  -ms-box-orient: vertical;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 10px;
}
@media (min-width: 600px) {
  footer.footer div.line {
    flex-direction: row;
  }
}
@media (min-width: 900px) {
  footer.footer div.line {
    padding-left: 0;
  }
}
footer.footer div.line > div {
  flex-grow: 1;
  flex-shrink: 1;
  padding-bottom: 20px;
}
footer.footer div.drop ul {
  overflow: hidden;
  -webkit-transition: All 0.4s ease;
  -moz-transition: All 0.4s ease;
  -o-transition: All 0.4s ease;
  -ms-transition: All 0.4s ease;
  transition: All 0.4s ease;
}
@media (min-width: 600px) {
  footer.footer div.drop ul {
    max-height: none;
  }
}
footer.footer div.drop ul.opened {
  max-height: 500px;
}
footer.footer div.drop header {
  cursor: pointer;
  padding-bottom: 0;
  -webkit-transition: All 0.4s ease;
  -moz-transition: All 0.4s ease;
  -o-transition: All 0.4s ease;
  -ms-transition: All 0.4s ease;
  transition: All 0.4s ease;
}
@media (min-width: 600px) {
  footer.footer div.drop header {
    cursor: default;
    padding-bottom: 10px;
  }
}
footer.footer div.drop header.opened {
  padding-bottom: 10px;
}
footer.footer div.drop header.opened i:before {
  content: 'arrow_drop_up';
}
footer.footer div.drop header i {
  display: inline;
  vertical-align: middle;
  font-size: 1em;
}
@media (min-width: 600px) {
  footer.footer div.drop header i {
    display: none;
  }
}
footer.footer div.drop header i:before {
  content: 'arrow_drop_down';
}
footer.footer div.follow a {
  padding: 5px;
  margin-right: 10px;
  background-color: #9f9f9f;
  border-radius: 50%;
}
footer.footer div.follow a:last-child {
  margin-right: 0;
}
footer.footer div.follow i {
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  filter: invert(100%);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
footer.footer div.follow i.facebook {
  background-image: url('/images/facebook.svg');
}
footer.footer div.follow i.instagram {
  background-image: url('/images/instagram.svg');
}
footer.footer div.follow i.googleplus {
  background-image: url('/images/google-plus.svg');
}
footer.footer div.follow i.twitter {
  background-image: url('/images/twitter.svg');
}
footer.footer div.follow i.youtube {
  background-image: url('/images/youtube-play.svg');
}
footer.footer div.subscribe {
  padding-top: 10px;
}
footer.footer div.subscribe p {
  max-width: 200px;
}
footer.footer div.subscribe [type=submit] {
  padding: 12px;
}
footer.footer div.subscribe .error-handler {
  padding-top: 5px;
  max-width: 200px;
  color: red;
}
header nav.navigation ul.tools > li.cart {
  display: list-item;
}
header nav.navigation ul.tools > li.cart a {
  color: white;
  padding-left: 10px;
}
header .cart {
  display: list-item;
  align-self: center;
  flex-grow: 2;
}
header .cart:hover,
header .cart.opened {
  background-color: #464646;
}
header .cart.hidden {
  display: none !important;
}
header .cart a {
  color: white;
  width: 40px;
}
header .cart a span {
  background-color: #ef4030;
  padding: 3px;
  line-height: 11px;
  font-weight: 700;
  width: 10px;
  height: 10px;
  font-size: 10px;
  border-radius: 50%;
}
header .cart-list {
  position: relative;
}
header .cart-list.opened ul {
  display: block;
}
header .cart-list ul {
  position: absolute;
  right: 0;
  display: none;
  color: white;
  background-color: #464646;
}
@media (max-width: 599px) {
  header .cart-list ul {
    width: 100%;
  }
}
@media (min-width: 900px) {
  header .cart-list ul {
    width: 349px;
  }
}
header .cart-list ul li {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 55px;
}
header .cart-list ul li:nth-child(even) {
  background-color: #404040;
}
@media (max-width: 599px) {
  header .cart-list ul li {
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-right: 10px;
  }
}
@media (min-width: 900px) {
  header .cart-list ul li {
    justify-content: flex-start;
    padding-right: 0;
  }
}
header .cart-list ul li img {
  width: 50px;
}
header .cart-list ul li a.title {
  color: #00a1e4;
  text-decoration: underline;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 220px;
  padding-left: 10px;
}
@media (max-width: 599px) {
  header .cart-list ul li a.title {
    width: 50%;
  }
}
header .cart-list ul li div.price {
  padding-left: 10px;
  width: 62px;
  overflow: hidden;
  white-space: nowrap;
}
header .cart-list ul li i {
  cursor: pointer;
  padding-left: 10px;
  font-size: 1.6em;
}
@media (min-width: 900px) {
  header .cart-list ul li i {
    font-size: 1em;
  }
}
header .cart-list ul li.continue {
  text-align: right;
}
