/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
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 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * Addresses 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
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
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.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
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.
 * 4. Improves appearance and consistency in all browsers.
 */
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.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
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; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
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.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
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; }

.easy-autocomplete {
  position: relative;
  width: auto !important; }
  .easy-autocomplete input {
    /*
        border: {
            color: #ccc;
            radius: 4px;
            style: solid;
            width: 1px;
        }
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
        color: #555;
        float: none;
        padding: 6px 12px;

        &:hover, &:focus {
            box-shadow: none;
        }*/ }
  .easy-autocomplete a {
    display: block; }
  .easy-autocomplete.eac-blue-light input:hover, .easy-autocomplete.eac-blue-light input:focus {
    border-color: #66afe9;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6); }
  .easy-autocomplete.eac-blue-light ul {
    border-color: #66afe9;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6); }
    .easy-autocomplete.eac-blue-light ul li, .easy-autocomplete.eac-blue-light ul .eac-category {
      border-color: #66afe9; }
      .easy-autocomplete.eac-blue-light ul li.selected, .easy-autocomplete.eac-blue-light ul .eac-category.selected {
        background-color: #ecf5fc; }
  .easy-autocomplete.eac-green-light input:hover, .easy-autocomplete.eac-green-light input:focus {
    border-color: #41DB00;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6); }
  .easy-autocomplete.eac-green-light ul {
    border-color: #41DB00;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6); }
    .easy-autocomplete.eac-green-light ul li, .easy-autocomplete.eac-green-light ul .eac-category {
      border-color: #41DB00; }
      .easy-autocomplete.eac-green-light ul li.selected, .easy-autocomplete.eac-green-light ul .eac-category.selected {
        background-color: #9eff75; }
  .easy-autocomplete.eac-red-light input:hover, .easy-autocomplete.eac-red-light input:focus {
    border-color: #ff5b5b;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6); }
  .easy-autocomplete.eac-red-light ul {
    border-color: #ff5b5b;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6); }
    .easy-autocomplete.eac-red-light ul li, .easy-autocomplete.eac-red-light ul .eac-category {
      border-color: #ff5b5b; }
      .easy-autocomplete.eac-red-light ul li.selected, .easy-autocomplete.eac-red-light ul .eac-category.selected {
        background-color: #ff8e8e; }
  .easy-autocomplete.eac-yellow-light input:hover, .easy-autocomplete.eac-yellow-light input:focus {
    border-color: #ffdb00;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6); }
  .easy-autocomplete.eac-yellow-light ul {
    border-color: #ffdb00;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6); }
    .easy-autocomplete.eac-yellow-light ul li, .easy-autocomplete.eac-yellow-light ul .eac-category {
      border-color: #ffdb00; }
      .easy-autocomplete.eac-yellow-light ul li.selected, .easy-autocomplete.eac-yellow-light ul .eac-category.selected {
        background-color: #ffe233; }
  .easy-autocomplete.eac-dark-light input:hover, .easy-autocomplete.eac-dark-light input:focus {
    border-color: #333;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6); }
  .easy-autocomplete.eac-dark-light ul {
    border-color: #333;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6); }
    .easy-autocomplete.eac-dark-light ul li, .easy-autocomplete.eac-dark-light ul .eac-category {
      border-color: #333; }
      .easy-autocomplete.eac-dark-light ul li.selected, .easy-autocomplete.eac-dark-light ul .eac-category.selected {
        background-color: #4d4d4d;
        color: #fff; }
  .easy-autocomplete.eac-dark {
    color: #fff; }
    .easy-autocomplete.eac-dark input {
      background-color: #404040;
      border-radius: 4px;
      -webkit-box-shadow: 0;
      box-shadow: 0;
      color: #f6f6f6; }
      .easy-autocomplete.eac-dark input:hover, .easy-autocomplete.eac-dark input:focus {
        border-color: #333;
        -webkit-box-shadow: 0;
        box-shadow: 0; }
    .easy-autocomplete.eac-dark ul {
      border-color: #333; }
      .easy-autocomplete.eac-dark ul li, .easy-autocomplete.eac-dark ul .eac-category {
        background-color: #404040;
        border-color: #333; }
        .easy-autocomplete.eac-dark ul li.selected, .easy-autocomplete.eac-dark ul .eac-category.selected {
          background-color: #737373;
          color: #f6f6f6; }
  .easy-autocomplete.eac-dark-glass {
    color: #fff; }
    .easy-autocomplete.eac-dark-glass input {
      background-color: rgba(0, 0, 0, 0.8);
      border-radius: 4px;
      -webkit-box-shadow: 0;
      box-shadow: 0;
      color: #f6f6f6; }
      .easy-autocomplete.eac-dark-glass input:hover, .easy-autocomplete.eac-dark-glass input:focus {
        border-color: rgba(0, 0, 0, 0.8);
        -webkit-box-shadow: 0;
        box-shadow: 0; }
    .easy-autocomplete.eac-dark-glass ul {
      border-color: rgba(0, 0, 0, 0.8); }
      .easy-autocomplete.eac-dark-glass ul li, .easy-autocomplete.eac-dark-glass ul .eac-category {
        background-color: rgba(0, 0, 0, 0.8);
        border-color: rgba(0, 0, 0, 0.8); }
        .easy-autocomplete.eac-dark-glass ul li.selected, .easy-autocomplete.eac-dark-glass ul .eac-category.selected {
          background-color: rgba(64, 64, 64, 0.8);
          color: #f6f6f6; }
        .easy-autocomplete.eac-dark-glass ul li:last-child, .easy-autocomplete.eac-dark-glass ul .eac-category:last-child {
          border-radius: 0 0 4px 4px; }
  .easy-autocomplete.eac-blue {
    color: #fff; }
    .easy-autocomplete.eac-blue input {
      background-color: #6d9ed1;
      border-radius: 4px;
      -webkit-box-shadow: 0;
      box-shadow: 0;
      color: #f6f6f6; }
      .easy-autocomplete.eac-blue input::-webkit-input-placeholder {
        color: #f6f6f6; }
      .easy-autocomplete.eac-blue input:-moz-placeholder {
        color: #f6f6f6; }
      .easy-autocomplete.eac-blue input::-moz-placeholder {
        color: #f6f6f6; }
      .easy-autocomplete.eac-blue input:-ms-input-placeholder {
        color: #f6f6f6; }
      .easy-autocomplete.eac-blue input:hover, .easy-autocomplete.eac-blue input:focus {
        border-color: #5A91CB;
        -webkit-box-shadow: 0;
        box-shadow: 0; }
    .easy-autocomplete.eac-blue ul {
      border-color: #5A91CB; }
      .easy-autocomplete.eac-blue ul li, .easy-autocomplete.eac-blue ul .eac-category {
        background-color: #6d9ed1;
        border-color: #5A91CB; }
        .easy-autocomplete.eac-blue ul li.selected, .easy-autocomplete.eac-blue ul .eac-category.selected {
          background-color: #94b8dd;
          color: #f6f6f6; }
  .easy-autocomplete.eac-yellow {
    color: #333; }
    .easy-autocomplete.eac-yellow input {
      background-color: #ffdb7e;
      border-color: #333;
      border-radius: 4px;
      -webkit-box-shadow: 0;
      box-shadow: 0;
      color: #333; }
      .easy-autocomplete.eac-yellow input:hover, .easy-autocomplete.eac-yellow input:focus {
        border-color: #333;
        -webkit-box-shadow: 0;
        box-shadow: 0; }
    .easy-autocomplete.eac-yellow ul {
      border-color: #333; }
      .easy-autocomplete.eac-yellow ul li, .easy-autocomplete.eac-yellow ul .eac-category {
        background-color: #ffdb7e;
        border-color: #333; }
        .easy-autocomplete.eac-yellow ul li.selected, .easy-autocomplete.eac-yellow ul .eac-category.selected {
          background-color: #ffe9b1;
          color: #333; }
  .easy-autocomplete.eac-purple {
    color: #333; }
    .easy-autocomplete.eac-purple input {
      background-color: #d6d1e7;
      border-color: #b8afd5;
      -webkit-box-shadow: 0;
      box-shadow: 0;
      color: #333; }
      .easy-autocomplete.eac-purple input:hover, .easy-autocomplete.eac-purple input:focus {
        border-color: #333;
        -webkit-box-shadow: 0;
        box-shadow: 0; }
    .easy-autocomplete.eac-purple ul {
      border-color: #333; }
      .easy-autocomplete.eac-purple ul li, .easy-autocomplete.eac-purple ul .eac-category {
        background-color: #d6d1e7;
        border-color: #333; }
        .easy-autocomplete.eac-purple ul li.selected, .easy-autocomplete.eac-purple ul .eac-category.selected {
          background-color: #ebe8f3;
          color: #333; }
  .easy-autocomplete.eac-bootstrap input {
    border-color: #ccc;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    color: #555;
    padding: 6px 12px; }

.easy-autocomplete-container {
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
  max-height: 168px;
  overflow: auto;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px; }
  .easy-autocomplete-container ul {
    background: none repeat scroll 0 0 #ffffff;
    border-top: 1px dotted #ccc;
    display: none;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: relative;
    top: -1px;
    margin-bottom: 0;
    top: 0; }
    .easy-autocomplete-container ul li, .easy-autocomplete-container ul .eac-category {
      background: inherit;
      border-color: #ccc;
      -webkit-border-image: none;
      -o-border-image: none;
      border-image: none;
      border-style: solid;
      border-width: 0 1px;
      display: block;
      font-size: 14px;
      font-weight: normal;
      padding: 4px 12px; }
    .easy-autocomplete-container ul li:last-child {
      border-radius: 0 0 2px 2px;
      border-width: 0 1px 1px; }
    .easy-autocomplete-container ul li.selected {
      background: none repeat scroll 0 0 #ebebeb;
      cursor: pointer; }
      .easy-autocomplete-container ul li.selected div {
        font-weight: normal; }
    .easy-autocomplete-container ul li div {
      display: block;
      font-weight: normal;
      word-break: break-all; }
    .easy-autocomplete-container ul li b {
      font-weight: bold; }
    .easy-autocomplete-container ul .eac-category {
      font-color: #aaa;
      font-style: italic; }

.eac-description .eac-item span {
  color: #aaa;
  font-style: italic;
  font-size: 0.9em; }

.eac-icon-left .eac-item img {
  margin-right: 4px;
  max-height: 30px; }

.eac-icon-right .eac-item {
  margin-top: 8px;
  min-height: 24px;
  position: relative; }
  .eac-icon-right .eac-item img {
    margin-left: 4px;
    max-height: 30px;
    position: absolute;
    right: -4px;
    top: -8px; }

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

@font-face {
  font-family: 'montserrat-light-webfont';
  src: url("../fonts/montserrat-light-webfont/montserrat-light-webfont.woff2") format("woff2"), url("../fonts/montserrat-light-webfont/montserrat-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'montserrat-regular-webfont';
  src: url("../fonts/montserrat-regular-webfont/montserrat-regular-webfont.woff2") format("woff2"), url("../fonts/montserrat-regular-webfont/montserrat-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

* {
  -webkit-font-smoothing: antialiased;
  /* No bold in Mac. */
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background-color: white;
  font-family: "montserrat-regular-webfont";
  color: #354048; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

a {
  color: inherit;
  text-decoration: none;
  outline: none; }

.container {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 20px; }

.seach-id-button, .submit-button, .go-back-button, .all-products-button {
  height: 50px;
  text-align: center;
  padding: 12px 0;
  border: none;
  outline: none;
  display: block;
  vertical-align: middle;
  text-transform: uppercase;
  font-family: "montserrat-regular-webfont";
  width: 100%;
  color: white;
  font-size: 18px;
  border-radius: 3px;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear; }

.seach-id-button {
  width: 40%;
  float: right;
  padding: 5px 0;
  height: 40px;
  font-size: 14px;
  background-color: #005aa5;
  background: -webkit-gradient(linear, left top, left bottom, from(#005aa5), to(#003c79));
  background: -webkit-linear-gradient(top, #005aa5 0%, #003c79 100%);
  background: -o-linear-gradient(top, #005aa5 0%, #003c79 100%);
  background: linear-gradient(to bottom, #005aa5 0%, #003c79 100%);
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }
  .seach-id-button img {
    display: inline-block;
    position: relative;
    top: 2px;
    margin-left: 20px; }

.submit-button {
  margin-top: 20px;
  background-color: #ff9700;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff9700), to(#ff6600));
  background: -webkit-linear-gradient(top, #ff9700 0%, #ff6600 100%);
  background: -o-linear-gradient(top, #ff9700 0%, #ff6600 100%);
  background: linear-gradient(to bottom, #ff9700 0%, #ff6600 100%); }
  @media screen and (min-width: 830px) {
    .submit-button {
      max-width: 150px;
      margin: 20px auto 0;
      height: 48px;
      font-size: 20px;
      line-height: 20px;
      font-weight: normal; } }

.go-back-button {
  max-width: 180px;
  margin: 30px auto 0;
  background-color: #ff9700;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff9700), to(#ff6600));
  background: -webkit-linear-gradient(top, #ff9700 0%, #ff6600 100%);
  background: -o-linear-gradient(top, #ff9700 0%, #ff6600 100%);
  background: linear-gradient(to bottom, #ff9700 0%, #ff6600 100%); }
  @media screen and (min-width: 830px) {
    .go-back-button {
      height: 60px;
      font-size: 24px;
      line-height: 1.6; } }

.all-products-button {
  display: none;
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 10px;
  height: 30px;
  font-size: 14px;
  background-color: #005aa5;
  background: -webkit-gradient(linear, left top, left bottom, from(#005aa5), to(#003c79));
  background: -webkit-linear-gradient(top, #005aa5 0%, #003c79 100%);
  background: -o-linear-gradient(top, #005aa5 0%, #003c79 100%);
  background: linear-gradient(to bottom, #005aa5 0%, #003c79 100%); }
  @media screen and (min-width: 830px) {
    .all-products-button {
      display: inline-block; } }

.site-header {
  background-color: #004b8f; }
  .site-header .container {
    padding-top: 15px;
    padding-bottom: 15px; }
    @media screen and (min-width: 830px) {
      .site-header .container {
        padding-top: 18px;
        padding-bottom: 18px; } }
    @media screen and (min-width: 1000px) {
      .site-header .container {
        background-image: url("../images/icons/icon-header.png");
        background-position: right bottom;
        background-repeat: no-repeat;
        background-size: 18%; } }

.logo-site-header {
  display: inline-block;
  vertical-align: middle;
  margin-right: -4px;
  width: 50%; }
  @media screen and (min-width: 700px) {
    .logo-site-header {
      width: 30%; } }
  .logo-site-header img {
    width: 100px;
    height: auto;
    display: inline-block; }
    @media screen and (min-width: 700px) {
      .logo-site-header img {
        width: 170px; } }

.header-tittle {
  display: inline-block;
  vertical-align: middle;
  margin-right: -4px;
  width: 50%;
  font-family: "montserrat-light-webfont";
  text-align: right;
  font-size: 14px;
  line-height: 1;
  color: white; }
  @media screen and (min-width: 700px) {
    .header-tittle {
      width: 70%;
      font-size: 18px; } }
  @media screen and (min-width: 830px) {
    .header-tittle {
      font-size: 24px; } }
  @media screen and (min-width: 1000px) {
    .header-tittle {
      text-align: left;
      font-size: 30px;
      padding-left: 60px; } }

.contact-banner {
  padding: 20px;
  color: #004b8f;
  text-align: center;
  font-family: "montserrat-regular-webfont";
  font-size: 18px;
  line-height: 1.1; }
  @media screen and (min-width: 700px) {
    .contact-banner {
      font-size: 20px; } }
  @media screen and (min-width: 830px) {
    .contact-banner {
      font-size: 24px; } }
  .contact-banner .phone-container,
  .contact-banner .mail-container,
  .contact-banner .or {
    display: inline-block;
    vertical-align: middle; }
  .contact-banner .phone-container {
    width: 100%; }
    @media screen and (min-width: 700px) {
      .contact-banner .phone-container {
        max-width: 280px;
        text-align: right; } }
    @media screen and (min-width: 830px) {
      .contact-banner .phone-container {
        max-width: 330px; } }
  .contact-banner .mail-container {
    width: 100%; }
    @media screen and (min-width: 700px) {
      .contact-banner .mail-container {
        max-width: 280px;
        text-align: left; } }
    @media screen and (min-width: 830px) {
      .contact-banner .mail-container {
        max-width: 380px; } }
  .contact-banner .phone-number strong {
    font-family: "montserrat-regular-webfont";
    font-size: 24px; }
    @media screen and (min-width: 700px) {
      .contact-banner .phone-number strong {
        font-size: 36px; } }
  .contact-banner .phone-number span {
    display: block; }
  .contact-banner .or {
    padding: 0 25px; }
  .contact-banner p {
    margin: 0; }
  .contact-banner .mail-address {
    display: block;
    text-decoration: underline; }

.quote {
  background-color: white;
  padding: 20px 0 35px; }
  @media screen and (min-width: 700px) {
    .quote {
      padding: 35px 0 50px; } }
  @media screen and (min-width: 830px) {
    .quote {
      padding: 30px 0 60px; } }

.quote-form ::-webkit-input-placeholder {
  color: #354048;
  opacity: 1; }

.quote-form :-moz-placeholder {
  /* Firefox 18- */
  color: #354048;
  opacity: 1; }

.quote-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #354048;
  opacity: 1; }

.quote-form :-ms-input-placeholder {
  color: #354048;
  opacity: 1; }

.quote-form input[type='radio'], .quote-form input[type='checkbox'] {
  z-index: -1;
  position: absolute; }

.input-container {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
  width: 100%; }
  .input-container.first-input-container .input-label {
    margin-top: 0; }
  .input-container.full-width {
    width: 100%; }
  @media screen and (min-width: 700px) {
    .input-container.half-width {
      width: 49%;
      margin-right: -4px; }
      .input-container.half-width:last-child {
        margin-left: 2%; }
      .input-container.half-width:first-child {
        margin-left: 0; }
      .employee-search .input-container.half-width {
        width: calc(50% - 50px); } }
  @media screen and (min-width: 700px) {
    .input-container.one-third-width {
      width: 32%;
      margin-right: -4px;
      margin-left: 2%; }
      .input-container.one-third-width:first-child {
        margin-left: 0; } }
  @media screen and (min-width: 700px) {
    .input-container.two-third-width {
      width: 66%;
      margin-right: -4px; }
      .input-container.two-third-width:first-child {
        margin-left: 0; } }

.input-label {
  display: block;
  margin: 10px 0;
  color: #354048;
  font-family: "montserrat-regular-webfont";
  font-size: 14px; }
  @media screen and (min-width: 830px) {
    .input-label {
      margin-bottom: 10px; } }
  .input-label ~ .input-container > .input-label {
    margin-top: 0; }
  .input-label_big {
    font-size: 20px; }
    @media screen and (min-width: 830px) {
      .input-label_big {
        margin-top: 10px;
        margin-bottom: 15px; } }

.input-text, .input-phone, .single-select {
  display: block;
  background-color: #f0f4f7;
  height: 40px;
  padding: 8px 15px;
  width: 100%;
  font-size: 14px;
  outline: none;
  color: #354048;
  border: none;
  border-radius: 3px;
  -webkit-box-shadow: 2px 2px 10px 0px rgba(180, 189, 203, 0.2) inset;
  box-shadow: 2px 2px 10px 0px rgba(180, 189, 203, 0.2) inset;
  border: 1px solid #d4dee5; }
  @media screen and (min-width: 830px) {
    .input-text, .input-phone, .single-select {
      height: 40px; } }
  [readonly].input-text, [readonly].input-phone, [readonly].single-select {
    color: rgba(0, 75, 143, 0.5); }
  .error.input-text, .error.input-phone, .error.single-select {
    border: 2px solid #ff3232; }
  .valid.input-text, .valid.input-phone, .valid.single-select {
    border: 2px solid #00b365; }

.input-id-container {
  width: 60%;
  display: inline-block;
  vertical-align: top;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-phone {
  width: 27%;
  float: left;
  margin-right: 3%; }
  .input-phone:last-of-type {
    width: 40%;
    margin-right: 0; }

.single-select {
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f5f8), to(#d1dbe1));
  background: -webkit-linear-gradient(top, #f2f5f8 0%, #d1dbe1 100%);
  background: -o-linear-gradient(top, #f2f5f8 0%, #d1dbe1 100%);
  background: linear-gradient(to bottom, #f2f5f8 0%, #d1dbe1 100%); }

.inputs-phone-container:before, .inputs-phone-container:after {
  content: '';
  display: table; }

.inputs-phone-container:after {
  clear: both; }

.checkbox-container, .radio-container {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  height: 40px;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE/Edge */
  user-select: none; }
  @media screen and (min-width: 530px) and (max-width: 830px) {
    .checkbox-container:not(.checkbox-container--consent), .radio-container {
      width: 49%;
      margin-left: 2%;
      margin-right: -4px; }
      .checkbox-container:not(.checkbox-container--consent):nth-of-type(2n-1), .radio-container:nth-of-type(2n-1) {
        margin-left: 0; } }
  @media screen and (min-width: 830px) {
    .checkbox-container:not(.checkbox-container--consent), .radio-container {
      width: 24%;
      margin-left: 1.33%;
      margin-right: -4px; }
      .checkbox-container:not(.checkbox-container--consent):nth-of-type(4n+1), .radio-container:nth-of-type(4n+1) {
        margin-left: 0; } }
  @media screen and (min-width: 1000px) {
    .checkbox-container:not(.checkbox-container--consent), .radio-container {
      height: 40px; } }
  .checkbox-container label, .radio-container label {
    display: block;
    padding: 9px 0 9px 42px;
    background-color: #f0f4f7;
    border-radius: 3px;
    font-size: 14px;
    color: #354048;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    height: 100%;
    border: 1px solid #d4dee5; }
    .checkbox-container--consent label {
        background-color: transparent;
        padding-bottom: 0;
        border: 0;
    }
    @media screen and (min-width: 1000px) {
      .checkbox-container label, .radio-container label {
        padding: 10px 0 10px 38px; } }
    .checkbox-container:not(.checkbox-container--consent) label:hover, .radio-container label:hover {
      background-color: #606d7b;
      color: white;
      -webkit-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear;
      border: 1px solid #606d7b; }
      .checkbox-container:not(.checkbox-container--consent) label:hover::before, .radio-container label:hover::before {
        border: 2px solid white;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear; }
    .checkbox-container label::before, .radio-container label::before {
      content: '';
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 10px;
      margin-top: -10px;
      width: 20px;
      height: 20px;
      border: 2px solid #b0bfca;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border-radius: 4px; }
  .checkbox-container:not(.checkbox-container--consent) input:checked + label, .radio-container input:checked + label {
    background-color: #004b8f;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: white;
    border-color: #004b8f; }
    .checkbox-container input:checked + label::after, .radio-container input:checked + label::after {
      content: '';
      display: inline-block;
      background-image: url("../images/icons/checkmark.png");
      width: 11px;
      height: 8px;
      position: absolute;
      margin-top: -4px;
      top: 50%;
      left: 14px; }
    .checkbox-container:not(.checkbox-container--consent) input:checked + label::before, .radio-container input:checked + label::before {
      border-color: white; }
    .checkbox-container--consent input:checked+label::before{
        border-color: #004b8f;
        background-color: #004b8f;
    }

.radio-container label::before {
  border-radius: 50%; }

.info-error {
  font-size: 14px;
  color: #ff3232;
  margin-top: 5px;
  display: none;
  position: absolute;
  top: 100%;
  right: 0; }
  @media screen and (min-width: 1000px) {
    .info-error {
      font-size: 16px; } }
  .info-error.activated {
    display: inline-block; }

span.error {
  display: inline-block;
  color: #ff3232;
  margin-top: 10px;
  font-size: 12px; }

.employee-search {
  border-top: 4px solid #e1e8ec;
  padding: 20px 0;
  margin-top: 30px; }
  @media screen and (min-width: 830px) {
    .employee-search {
      padding: 30px 0 0; } }
  .employee-search__instruction {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 20px; }
  .employee-search__instruction_gray {
    color: #7f7f7f;
    font-size: 14px;
    font-weight: normal; }

.or {
  width: 50px;
  height: 50px;
  text-align: center;
  padding: 13px 0;
  margin: 10px auto;
  font-family: "montserrat-regular-webfont";
  text-transform: uppercase;
  font-size: 16px;
  border: 2px solid #e1e8ec;
  border-radius: 50%; }
  @media screen and (min-width: 700px) {
    .or {
      border-width: 4px;
      display: inline-block;
      vertical-align: bottom;
      margin: 0 5px 0 20px;
      padding: 11px 0; } }

@media screen and (min-width: 1000px) {
  #productslist {
    margin-bottom: 0;
    position: relative;
    max-height: 130px;
    overflow: hidden;
    -webkit-transition: max-height 0.3s linear;
    -o-transition: max-height 0.3s linear;
    transition: max-height 0.3s linear; }
    #productslist.activated {
      max-height: 250px;
      -webkit-transition: max-height 0.3s linear;
      -o-transition: max-height 0.3s linear;
      transition: max-height 0.3s linear; } }

.messagge {
  text-align: center;
  color: #a2abb5; }
  .messagge > div {
    padding: 50px 20px;
    max-width: 1020px;
    margin: 0 auto; }
    @media screen and (min-width: 700px) {
      .messagge > div {
        padding: 80px 20px; } }
  .messagge img {
    width: 100px;
    height: auto; }
    @media screen and (min-width: 830px) {
      .messagge img {
        width: 150px; } }
  .messagge h1 {
    margin: 30px 0 10px;
    font-family: "montserrat-regular-webfont";
    font-size: 30px;
    line-height: 1; }
    .messagge .error h1 {
      color: #ff3232; }
    .messagge .thanks h1 {
      color: #00b365; }
    @media screen and (min-width: 830px) {
      .messagge h1 {
        font-size: 60px;
        margin: 30px 0; } }
  .messagge p {
    font-size: 20px;
    margin: 0; }
    @media screen and (min-width: 830px) {
      .messagge p {
        font-size: 30px; } }

.site-footer {
  background-color: #004b8f;
  font-family: "montserrat-light-webfont"; }
  .site-footer p {
    padding: 23px 10px;
    text-align: center;
    font-size: 14px;
    line-height: 1.6;
    color: white;
    max-width: 1000px;
    margin: 0 auto; }

.hide {
  display: none; }
