@font-face {
  font-family: "Futura W01 Bold";
  font-weight: 700;
  src: url("../font/3b3d00eb-6d89-47ec-83ee-48276a47ad94.eot?#iefix");
  src: url("../font/3b3d00eb-6d89-47ec-83ee-48276a47ad94.eot?#iefix") format("eot"), url("../font/2a65cbfc-5071-4b4d-bfc2-e052bb091ee2.woff") format("woff"), url("../font/812f781d-aa66-47a1-b6a2-7941effc1527.ttf") format("truetype"), url("../font/2a371030-ff67-40ac-8307-082c1fccf151.svg#2a371030-ff67-40ac-8307-082c1fccf151") format("svg"); }

@font-face {
  font-family: "Futura Bold";
  src: url("../font/futura/futurastd-bold.eot?#iefix");
  src: url("../font/futura/futurastd-bold.eot?#iefix") format("eot"), url("../font/futura/futurastd-bold.woff") format("woff"), url("../font/futura/futurastd-bold.ttf") format("truetype"), url("../font/futura/futurastd-bold.svg") format("svg"); }

@font-face {
  font-family: "Futura Book";
  src: url("../font/futura/futurastd-book.eot?#iefix");
  src: url("../font/futura/futurastd-book.eot?#iefix") format("eot"), url("../font/futura/futurastd-book.woff") format("woff"), url("../font/futura/futurastd-book.ttf") format("truetype"), url("../font/futura/futurastd-book.svg") format("svg"); }

/* Reset
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

f
ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img {
  display: block; }

.clear {
  clear: both; }

/* Basics
================================================== */
* {
  -moz-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out; }

body {
  position: relative;
  font: 14px Helvetica, Arial, sans-serif;
  line-height: 1.8;
  color: #444;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

html {
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll; }

.left {
  float: left !important; }

.right {
  float: right !important; }

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

.hide {
  display: none; }

/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.2125em;
  margin-top: -0.2em;
  margin-bottom: 0.2em;
  text-transform: uppercase; }

h1 {
  font-size: 2.3125em; }

h2 {
  font-size: 1.6875em; }

h3 {
  font-size: 1.4375em; }

h4 {
  font-size: 1.375em; }

h5 {
  font-size: 1.375em; }

h6 {
  font-size: 1em; }

@media (max-width: 767px) {
  h1 {
    font-size: 1.6875em; }
  h2 {
    font-size: 1.475em; }
  h3 {
    font-size: 1.375em; } }

p {
  margin: 10px 0;
  font-size: 16px; }

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

em {
  font-style: italic; }

strong {
  font-weight: 600; }

small {
  font-size: 80%; }

hr {
  border: solid #f0f0f0;
  border-width: 1px 0 0;
  clear: both;
  margin: 0px;
  height: 0;
  width: 100%; }

hr.full-width {
  position: absolute;
  left: 0px; }

.no-underline a, a.no-underline {
  text-decoration: none; }

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

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

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

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

.text-grey {
  color: #3e3b38; }

/* Links */
a {
  -moz-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  outline: 0; }

a, a:visited {
  outline: 0;
  text-decoration: none; }

a:hover, a:focus {
  outline: 0;
  text-decoration: none;
  color: #3e3b38; }

/* List */
ul {
  list-style: none outside; }

ol {
  list-style: decimal; }

ul ul, ul ol,
ol ol, ol ul {
  margin: 0.1em 0 0.1em 1em;
  font-size: 90%; }

/* Input */
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
  border: 1px solid #e5e5e5;
  padding: 6px 10px;
  outline: none;
  font-size: 13px;
  color: white;
  margin: 0;
  width: 100%;
  display: inline-block;
  background: #fff;
  line-height: 18px;
  -moz-transition: border-color 0.3s ease;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease; }

input[type="text"],
input[type="password"],
textarea,
select {
  max-width: 160px; }

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
  -webkit-appearance: none;
  border-radius: 0px; }

select {
  padding: 0; }

@media (max-width: 992px) {
  select {
    max-width: 100%;
    height: 32px; } }

@media (max-width: 767px) {
  input[type="text"],
  input[type="password"],
  input[type="email"] {
    padding: 10px;
    max-width: 100%; } }

textarea {
  min-height: 60px; }

label,
legend,
label span {
  font-size: 12px; }

input[type="checkbox"] {
  display: inline; }

/* Buttons */
a.btn,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background: #54afe9;
  color: white;
  display: inline-block;
  text-decoration: none;
  font-size: 12px;
  cursor: pointer;
  line-height: 32px;
  height: 32px;
  padding: 0px 8px;
  text-transform: uppercase;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

a.btn:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  text-decoration: none; }

a.btn.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center; }

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

a.btn span,
button span,
input[type="submit"] span,
input[type="reset"] span,
input[type="button"] span {
  font-family: "Open Sans", Helvetica, Arial, sans-serif; }

@media (max-width: 767px) {
  a.btn,
  button,
  input[type="submit"],
  input[type="reset"],
  input[type="button"] {
    line-height: 37px;
    height: 40px; } }

.title-featured {
  margin-bottom: 20px; }

/* Align vertical */
.align {
  display: table;
  width: 100%; }

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

/* Bootstrap */
.row {
  padding-top: 32px; }

.content {
  padding-bottom: 60px; }

.tabsPages .page.info ul,
.page-title .col-md-7 ul,
.page-title .col-md-12 ul {
  list-style: inherit;
  list-style-position: inside; }

.tabsPages .page.info a,
.page-title .col-md-7 a,
.page-title .col-md-12 a {
  text-decoration: underline; }

.page-title h1 {
  font-size: 2em; }

@media (min-width: 992px) {
  .row {
    padding-top: 50px; }
  .row.products,
  .row.row-sm {
    padding-top: 32px; }
  .row.row-xs {
    padding-top: 0; }
  .page-title h1 {
    font: normal 42px/1 "Futura Bold", Arial, sans-serif;
    color: #3e3b38;
    text-transform: uppercase;
    margin: 0 0 50px; } }

.topnav {
  float: right;
  position: relative;
  white-space: nowrap;
  margin-left: 10px; }
  @media (min-width: 992px) {
    .topnav {
      margin-left: 40px; } }

.topnav .search {
  float: left; }

.topnav .search form input {
  display: block;
  padding: 0 10px;
  color: transparent;
  font-size: 13px;
  width: 36px;
  outline-width: 0;
  border-radius: 8px;
  transition: width 0.3s ease;
  height: 32px; }

.topnav .search form input::-moz-placeholder {
  color: transparent; }

.topnav .search form input::-webkit-input-placeholder {
  color: transparent; }

.topnav .search form input:-ms-input-placeholder {
  color: transparent; }

.topnav .search form .search-input.active input {
  width: 150px;
  padding-left: 30px; }

.topnav .search form input:focus::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5); }

.topnav .search form input:focus::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

.topnav .search form input:focus:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

.topnav .autocomplete {
  display: none;
  width: 275px;
  position: absolute;
  top: 50px;
  right: 0;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
  z-index: 300; }
  .topnav .autocomplete .products-livesearch {
    max-height: 300px;
    overflow-y: auto; }

.topnav .autocomplete.hide-price .price {
  display: none !important; }

.topnav .autocomplete .product {
  padding: 10px;
  margin-bottom: 0;
  display: block; }

.topnav .autocomplete .product:hover {
  background: #efefef; }

.topnav .autocomplete .product:hover .price {
  color: #333; }

.topnav .autocomplete .product img {
  float: left;
  margin-right: 10px; }

.topnav .autocomplete .product h4, .topnav .autocomplete .product h4 a {
  font-size: 13px;
  margin: 0 0 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #3e3b38; }

.topnav .autocomplete .product .price {
  color: #3e3b38;
  font-weight: bold;
  font-size: 12px;
  margin: 0; }

.topnav .autocomplete .product .price span {
  text-decoration: line-through;
  opacity: 0.6; }

.topnav .autocomplete .more,
.topnav .autocomplete .notfound {
  text-align: center;
  padding: 15px 0;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold; }

.topnav .autocomplete .more {
  border-top: 1px solid #efefef; }

.topnav .autocomplete .notfound {
  display: none; }

.topnav .autocomplete.noresults .notfound {
  display: block; }

.topnav .autocomplete.noresults .more,
.topnav .autocomplete.noresults .products {
  display: none; }

body {
  background: #3e3b38;
  margin: 0 !important; }

.wrapper {
  background: white; }

.header-padding-top {
  padding-top: 72px; }

.no-padding {
  padding-left: 0;
  padding-right: 0; }

.row.more-padding {
  padding-top: 60px;
  padding-bottom: 60px; }

.row.no-padding-top {
  padding-top: 0; }

.slant-left {
  clip-path: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg"%3E%3Cdefs%3E%3CclipPath id="p" clipPathUnits="objectBoundingBox"%3E%3Cpolygon points="0 0, 1 0, 1 1, 0 0.9" /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E#p');
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%); }

.slant-right {
  clip-path: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg"%3E%3Cdefs%3E%3CclipPath id="p" clipPathUnits="objectBoundingBox"%3E%3Cpolygon points="0 0, 1 0, 1 0.9, 0 1" /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E#p');
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%); }

.slant-right-top {
  clip-path: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg"%3E%3Cdefs%3E%3CclipPath id="p" clipPathUnits="objectBoundingBox"%3E%3Cpolygon points="0 1, 1 1, 1 0, 0 0.1" /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E#p');
  -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 0%, 0% 10%);
  clip-path: polygon(0% 100%, 100% 100%, 100% 0%, 0% 10%); }

.slant-left-top {
  clip-path: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg"%3E%3Cdefs%3E%3CclipPath id="p" clipPathUnits="objectBoundingBox"%3E%3Cpolygon points="0 1, 1 1, 1 0.1, 0 0" /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E#p');
  -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 10%, 0% 0%);
  clip-path: polygon(0% 100%, 100% 100%, 100% 10%, 0% 0%); }

.slant-block {
  position: relative;
  display: block;
  z-index: 0;
  width: 100%;
  height: 100px; }

.slant-block.slant-right-top {
  clip-path: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg"%3E%3Cdefs%3E%3CclipPath id="p" clipPathUnits="objectBoundingBox"%3E%3Cpolygon points="0 1, 1 1, 1 0, 0 1" /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E#p');
  -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 0%, 0% 100%);
  clip-path: polygon(0% 100%, 100% 100%, 100% 0%, 0% 100%); }

.slant-block.slant-left-top {
  clip-path: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg"%3E%3Cdefs%3E%3CclipPath id="p" clipPathUnits="objectBoundingBox"%3E%3Cpolygon points="0 1, 1 1, 1 1, 0 0" /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E#p');
  -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 0%);
  clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 0%); }

.slant-block-grey {
  background: #e6e6e6; }

@media (min-width: 768px) {
  .slant-left {
    clip-path: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg"%3E%3Cdefs%3E%3CclipPath id="p" clipPathUnits="objectBoundingBox"%3E%3Cpolygon points="0 0, 1 0, 1 1, 0 0.8" /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E#p');
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%); }
  .slant-right {
    clip-path: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg"%3E%3Cdefs%3E%3CclipPath id="p" clipPathUnits="objectBoundingBox"%3E%3Cpolygon points="0 0, 1 0, 1 0.8, 0 1" /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E#p');
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%); } }

.mobile-padding-top {
  padding-top: 32px; }

@media (max-width: 480px) {
  .mobile-no-padding {
    padding-left: 0;
    padding-right: 0; } }

.wsa-cookielaw {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 24px;
  padding: 5px 0;
  font-family: Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 24px;
  color: #222222;
  text-align: center;
  white-space: nowrap;
  background: #F5F5F5;
  border-bottom: 1px solid #CCCCCC;
  display: none; }
  .wsa-cookielaw .wsa-cookielaw-button {
    display: inline-block;
    vertical-align: top; }
    .wsa-cookielaw .wsa-cookielaw-button:hover {
      color: white; }
  .wsa-cookielaw .wsa-cookielaw-button-green {
    text-shadow: 0 1px 0 #2D6200;
    background: #008644;
    border: none;
    color: white;
    padding: 0 8px;
    border-radius: 3px;
    line-height: 22px; }
    .wsa-cookielaw .wsa-cookielaw-button-green:hover {
      background: #006d37; }
  .wsa-cookielaw .wsa-cookielaw-button-red {
    text-shadow: 0 1px 0 #B0281A;
    background: #D14836;
    border: none;
    color: white;
    padding: 0 8px;
    border-radius: 3px;
    line-height: 22px; }
    .wsa-cookielaw .wsa-cookielaw-button-red:hover {
      background: #C53727; }
  .wsa-cookielaw .wsa-cookielaw-link {
    display: inline-block;
    margin: 0 0 0 5px;
    color: #666666; }
  .wsa-cookielaw .cookie-notification,
  .wsa-cookielaw .cookie-confirmation {
    display: none; }

.wsa-cookielaw-custom-type-1,
.wsa-cookielaw-custom-type-2,
.wsa-cookielaw-custom-type-3,
.wsa-cookielaw-custom-type-4 {
  display: block;
  opacity: 0; }
  .wsa-cookielaw-custom-type-1.active,
  .wsa-cookielaw-custom-type-2.active,
  .wsa-cookielaw-custom-type-3.active,
  .wsa-cookielaw-custom-type-4.active {
    opacity: 1; }

table.legal-table th, table.legal-table td {
  text-align: left;
  padding: 3px 5px;
  border: 1px solid #ccc;
  word-break: break-word;
  word-wrap: break-word; }
  table.legal-table th p, table.legal-table td p {
    font-size: 14px;
    margin: 10px 0;
    font-family: "Futura Book", Arial, sans-serif; }

table.legal-table th {
  padding: 10px 5px;
  font-family: "Futura Bold", Arial, sans-serif; }

label[for=gui-form-comment],
#gui-form-comment {
  display: none !important; }

.dont-break {
  display: inline-block; }

.legal-pages h3 {
  text-transform: uppercase;
  font-family: "Futura Bold", Arial, sans-serif;
  font-size: 16px;
  font-size: 1em; }

.legal-pages p {
  margin: 10px 0;
  font-size: 14px; }

.legal-pages li {
  font-size: 14px; }

.legal-pages ul li {
  margin-left: 15px;
  list-style: outside;
  padding-left: 10px; }

.textpage table span {
  font-family: "Futura Book", Arial, sans-serif !important; }

.textpage table th span {
  font-family: "Futura Bold", Arial, sans-serif !important; }

.textpage li h3,
.textpage li p {
  display: inline-block; }

.textpage li p {
  padding-left: 28px; }

.textpage a {
  cursor: pointer; }

.textpage table {
  line-height: 1.2; }
  .textpage table p {
    font-size: 14px; }

sup {
  top: -0.5em;
  font-size: 0.66em; }

.maintenance-page {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  background: white;
  z-index: 1010; }
  .maintenance-page .maintenance-content {
    position: relative;
    text-align: center;
    width: 100%;
    padding: 0 10%;
    height: 100%;
    overflow-y: auto;
    box-sizing: border-box; }
    .maintenance-page .maintenance-content h1 {
      color: #3e3b38;
      font: normal 24px/1 "Futura Bold", Arial, sans-serif;
      text-transform: uppercase;
      margin: 50px 0 25px 0; }
    .maintenance-page .maintenance-content p {
      color: #3e3b38;
      font: normal 14px/1.5 "Futura Book", Arial, sans-serif;
      margin: 20px 0; }
  @media (min-width: 768px) {
    .maintenance-page .maintenance-content {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 80%;
      height: auto;
      padding: 0;
      overflow: initial;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%); } }
  @media (min-width: 992px) {
    .maintenance-page .maintenance-content {
      width: 80%; }
      .maintenance-page .maintenance-content h1 {
        font-size: 32px; }
      .maintenance-page .maintenance-content p {
        font-size: 16px; } }
